diff --git a/.github/issue_template.md b/.github/issue_template.md new file mode 100644 index 0000000000..e1ae36e709 --- /dev/null +++ b/.github/issue_template.md @@ -0,0 +1,15 @@ +### Expected behavior + +### Actual behavior + +### Steps to reproduce the problem + +### Friendica version you encountered the problem + +see `example.com/friendica` on your Friendica node for the version information. + +### Friendica source (git, zip) + +### PHP version + +### SQL version diff --git a/.gitignore b/.gitignore index 8592206539..8d86b95875 100644 --- a/.gitignore +++ b/.gitignore @@ -53,7 +53,8 @@ nbproject venv/ #ignore Composer dependencies -vendor +/vendor +/view/asset #ignore config files from JetBrains /.idea \ No newline at end of file diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 0000000000..d3fffc6936 --- /dev/null +++ b/.travis.yml @@ -0,0 +1,4 @@ +--- +language: php +php: 5.6 +install: composer install diff --git a/CHANGELOG b/CHANGELOG index 9ad9137714..cc7eedfff5 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,129 @@ +Version 3.6 (2018-03-23) + Friendica Core: + Updates to the translations (DE, EN_GB, EN_US, ES, FR, IT, ZH_CN) [translation teams] + Updates for the Danish and French regions [Alkarex] + Update for the documentation [andyhee, annando, rabuzarus, ratten, rudloff, silke, tobiasd] + Updates to the themes [Andi-K, annando, fabrixxm, hoergen, rebeka-catalina, rabuzarus] + Enhancements to the ARIA support in frio [rabuzarus] + Enhancements to the DB handling and structure [annando] + Enhancements to the API [annando, fabrixxm, MrPetovan, rudloff] + Enhancements to the support of Open Graph with images [hoergen] + Enhancements to the Diaspora federation (participation signal, relay of dislikes, basic forum support for D*, Birthdays) [annando] + Enhancements to the OStatus federation [annando] + Enhancements to the handling of feed contacts [MrPetovan] + Enhancements to the display of threaded discussions (optional) [MrPetovan] + Enhancements to the display of events [hoergen] + Enhancements to the ACL dialog (selection of forums) [rabuzarus] + Enhancements to the handling of new connections [annando] + Enhancements to the vitality check of contacts [annando] + Enhancements to the daemon script [annando] + Enhancements to the federation stats [annando, tobiasd] + Enhancements to the interaction with public posts [annando] + Enhancements to the structure of the admin panel [tobiasd] + Enhancements to the community page [annando] + Enhancements to the delegation of accounts [annando, MrPetovan] + Enhancements to the user import and server relocation functionality [annando] + Enhancements to the menu layout in the admin panel [tobiasd] + Enhancements to the extraction of strings to be translated [fabrixxm, MrPetovan] + Enhancements to the installation wizard [annando, tobias] + Enhancements to the events [annando, hoergen, MrPetovan, rabuzarus] + Enhancements to the handling of email contacts [annando] + Enhancements to the Vagrant configuration of the development VM [tobias] + Enhancements to the probing of pump.io profiles [annando] + Enhancements to the handling of BBCode tags [MrPetovan] + Enhancements to the OEmbed handling [MrPetovan] + Fixed a bug that triggered the display of activities on the cummunity page [annando] + Fixed a bug with personal notes [annando] + Fixed a display issue of long postings when using the showmore option [annando] + Fixed a bug that caused Twidere to crash on reload [annando] + Fixed a bug in the exported data to the-federation.info [annando] + Fixed a bug in URL completion for feed fragments [annando] + Fixed a bug in the notification system about new registrations [annando] + Fixed the display of dislikes [annando] + Fixed the display of orphans childs in threads [MrPetovan] + Fixed some SQL problems [annando] + Fixed the CLI config script [tobiasd] + Fixed the forum selection on the network display [annando] + Fixed a bug during the import of accounts [annando] + Fixed a problem with UTF8 encoding during account export [annando] + Fixed a problem with archiving "self" contacts [annando] + Fixes to file permissions lintian reported [tobiasd] + Fixed a session problem leading to double login problem [MrPetovan] + Fixed a bug that caused code blocks on Diaspora being displayed wrongly [MrPetovan] + Fixed a bug that suggested it was possible to use some bridges without an account on the other side [annando] + Fixed the situation that an OStatus activity was triggered when publishing a image without sending out a posting for it [annando] + Fixed some issues with the display of exported events on GNU social and diaspora [annando] + Fixed the issue that Atom feeds of forums had no postings listed [annando] + Fixed a problem with the expiration of accounts [annando] + Added Atom feed for conversations [annando] + Added the possibility to address forums with !forumname [annando] + Added option to compare version against upstream version [tobiasd] + Added an optional hint that a global community page is global [tobiasd] + Added an option to always display the preview image in shared articles even if larger ones exist [annando] + Added CLI script to silence accounts on the community page [tobiasd] + Added CLI script to block postings to a node from accounts [tobiasd] + Added account block interface to the admin panel [MrPetovan] + Added browser bookmarklet code snippet [hoergen] + Added an additional feature to display a tag cloud on the profile page [rabuzarus] + Added retrieval of Mastodon server statistics [annando] + Added Atom feed that only contains top level postings of a user [annando] + Added tag following via saved search for #hashtag [annando] + Added PHP version information to the admin panel [MrPetovan] + Added the possibility to change relationships between Friendica contacts [annando] + Added the membersince functionality from the addon to the core [rabuzarus] + Added support of nodeinfo 2.0 [annando] + Removed the long deprecated internal templating engine [annando] + Removed the obsolete mysql support, you have to use MySQLI or PDO [annando] + Removed the unused mood module [annando] + Removed connect link from side panel when it should not be there [annando] + Removed very old updating routines [annando] + Dependencies are now (mostly) handled by composer [MrPetovan, zeroadam] + General code refactoring and beautification work [annando, MrPetovan, tobiasd, zeroadam] + ejabberd logs are now handled by syslog [annando] + Moved the poller script to the "scripts" directory and renamed it to worker [annando] + Threaded display of conversations is now always enabled [annando] + Images send to public forums are now always public as well [annando] + The DB cleanup option now includes the conversation table [annando] + Hash tags now always search locally [annando] + Consistent naming of addons (instead of plugins and addons) [zeroadam] + Community page is split between local and global and always visible for local users [annando] + Updated the credits to include new contributors [tobiasd] + + Friendica Addons: + Updates to the translations (DE, EN_GB, ES, FR, IT, NL, ZH_CN) [translation teams] + all bridges don't relay postings anymore that are posted to a public forum [annando] + DAV addon marked unsupported [tobiasd] + Current Weather: fixing a problem with the weathermap link [zeroadam] + NSFW added config examples, reworked the description, now ignores the CW from Mastodon [andyhee, annando, rebeka-catalina] + Twitter support 280 chars limit [annando] + OpenWeatherMap fix broken map link [zeroadam] + CommunityHome added settings to admin panel, removed active users feature [annando, fabrixxm] + General code refactoring and beautification work [annando, MrPetovan, tobiasd, zeroadam] + Public Server reworked [annando] + pageheader settings beautifications [tobiasd] + mailstream settings beautifications [tobiasd] + Membersince is now part of the core [rabuzarus] + Forum posts are not transmitted over the connectors anymore [annando] + + Friendica Dir: + Fixed a problem with the maintenance cron [MrPetovan] + Fixed a problem with the location widget [MrPetovan] + Work on the UI [MrPetovan] + + Closed Issues: + 929, 1050, 1056, 1125, 1215, 1251, 1289, 1312, 1429, 1488, 1540, + 1610, 1858, 2786, 2845, 3020, 3039, 3337, 3379, 3394, 3396, 3566, + 3583, 3661, 3671, 3680, 3801, 3822, 3824, 3828, 3839, 3855, 3857, + 3860, 3863, 3867, 3905, 3911, 3916, 3942, 3946, 3999, 4013, 4020, + 4023, 4041, 4042, 4061, 4069, 4070, 4071, 4075, 4078, 4082, 4094, + 4105, 4115, 4116, 4137, 4141, 4144, 4150, 4155, 4161, 4163, 4173, + 4184, 4199, 4200, 4207, 4227, 4228, 4236, 4251, 4272, 4273, 4278, + 4279, 4281, 4290, 4294, 4295, 4296, 4304, 4306, 4319, 4348, 4362, + 4368, 4369, 4377, 4390, 4395, 4396, 4409, 4412, 4426, 4431, 4445, + 4450, 4452, 4458, 4463, 4481, 4482, 4495, 4497, 4498, 4508, 4518, + 4520, 4522, 4535, 4543, 4550, 4555, 4556, 4571, 4575, 4610, 4611, + 4620 + Version 3.5.4 (2017-10-16) Friendica Core: Updates to the translations (DE) [translation teams] @@ -72,7 +198,7 @@ Version 3.5.3 (2017-10-05) Fixes to buffer, diaspora, libertree, pumpio, gnu social, tumblr, twitter and wppost bridges to redistribute remote_self content [annando] Fixed a bug in securemail settings form [FuzzJunket] external poller addons are deprecated, as this is now a core functionality [annando] - + Friendica Directory: Fix a problem with the Vagrant config [tobiasd] Fix not working node health page [Hypolite] @@ -82,7 +208,7 @@ Version 3.5.3 (2017-10-05) 1257, 2786, 2864, 2872, 2998, 3013, 3018, 3131, 3180, 3234, 3248, 3309, 3313, 3360, 3362, 3391, 3482, 3511, 3512, 3515, 3516, 3529, 3531, 3536, 3545, 3552, 3553, 3560, 3571, 3589, 3592, 3599, 3615, - 3616, 3621, 3624, 3636, 3645, 3661, 3684, 3685, 3691, 3696, 3699, + 3616, 3621, 3624, 3636, 3645, 3661, 3684, 3685, 3691, 3696, 3699, 3700, 3732 Version 3.5.2 (2017-06-06) @@ -90,7 +216,7 @@ Version 3.5.2 (2017-06-06) Updates to the translations (DE, EN-GB, EN-US, ES, IT, PT-BR, RU) [translation teams] Updates to the documentation [annando, beardyunixer, rabuzarus, tobiasd] Updated the nginx example configuration [beardyunixer] - Code revision and refactoring [annando, hypolite, Quix0r, rebeka-catalina] + Code revision and refactoring [annando, MrPetovan, Quix0r, rebeka-catalina] Background process is now done by the new worker process [annando] Added support of Composer for dependencies [Hypolite] Added support of Web app manifests [Rudloff] @@ -199,8 +325,8 @@ Version 3.5.1 (2017-03-12) Twitter-bridge now supports quotes and long posts when importing tweets [annando] Closed Issues - 1019, 1163, 1612, 1613, 2103, 2177, 2252, 2260, 2403, 2991, 2614, - 2751, 2752, 2772, 2791, 2800, 2804, 2813, 2814, 2816, 2817, 2823, + 1019, 1163, 1612, 1613, 2103, 2177, 2252, 2260, 2403, 2991, 2614, + 2751, 2752, 2772, 2791, 2800, 2804, 2813, 2814, 2816, 2817, 2823, 2850, 2858, 2865, 2892, 2894, 2895, 2907, 2908, 2914, 2015, 2926, 2948, 2955, 2958, 2963, 2964, 2968, 2987, 2993, 3020, 3052, 3062, 3066, 3091, 3108, 3113, 3116, 3117, 3118, 3126, 3130, 3135, 3155, @@ -304,7 +430,7 @@ Version 3.4.3 (2015-12-22) Diaspora and OStatus can be enabled only if requirements are satisfied (annando) Support for additional passwords for ejabberd (annando) Use proxy for profile photos (annando) - 'Reload active themes' in theme admin page (fabrixxm) + 'Reload active themes' in theme admin page (fabrixxm) Install routine checks for ImageMagick and GIF support (fabrixxm) Install routine checks for availability of "mcrypt_create_iv()" function, needed for RINO2 (fabrixxm) Only suported themes are shown in admin page (annando) @@ -315,7 +441,7 @@ Version 3.4.3 (2015-12-22) Show an info message if an empty contact group is shown (issue #1871) (annando) User setting to disable network page autoupdate (issue #1921) (annando) Settings to limit or permit access to crawler to search page (annando) - What's new for developers: + What's new for developers: Themes can show Events entry in navbar (annando) Themes can now override colorbox (fabrixxm) Updated Vagrant development VM (silke, hauke) @@ -343,7 +469,7 @@ Version 3.4.3 (2015-12-22) Fix mention completition popup with TinyMCE (issue #1920) (fabrixxm) Fix photo cache and proxy when installed in subfolder (ddorian1) Fix bbcode conversion of the about text for the profile (issue #1607) (annando) - + Version 3.4.2 (2015-09-29) @@ -388,8 +514,8 @@ Version 3.4.2 (2015-09-29) Checks for mcrypt availability before enable or use RINO2 (fabrixm) Fix following email contacts (issue #1896) (annando) Parse BBCode in contact request notification email (annando) - - + + Version 3.4.1 (2015-07-06) Implement server-to-server encryption (RINO) using php-encryption library as "RINO 2", deprecate "RINO 1" (issue #1655) (fabrixxm) diff --git a/INSTALL.txt b/INSTALL.txt index 01fe65d118..9340927f40 100644 --- a/INSTALL.txt +++ b/INSTALL.txt @@ -37,10 +37,12 @@ local .htaccess file - PHP *command line* access with register_argc_argv set to true in the php.ini file [or see 'poormancron' in section 8] - - curl, gd (with at least jpeg support), mysql, mbstring, xml and openssl extensions + - curl, gd (with at least jpeg support), mysql, mbstring, xml, zip and openssl extensions - some form of email server or email gateway such that PHP mail() works + - The POSIX module of PHP needs to be activated (e.g. RHEL, CentOS have disabled it) + - Mysql 5.5.3+ or an equivalant alternative for MySQL (MariaDB, Percona Server etc.) - ability to schedule jobs with cron (Linux/Mac) or Scheduled Tasks @@ -66,7 +68,7 @@ OR git clone https://github.com/friendica/friendica [web server folder] cd [web server folder] - php util/composer.phar install + php bin/composer.phar install 3. Create an empty database and note the access details (hostname, username, password, database name). @@ -113,14 +115,14 @@ tables, so that you can start fresh. 8. Set up a cron job or scheduled task to run the worker once every 5-10 minutes to pick up the recent "public" postings of your friends. Example: - cd /base/directory; /path/to/php scripts/worker.php + cd /base/directory; /path/to/php bin/worker.php Change "/base/directory", and "/path/to/php" as appropriate for your situation. If you are using a Linux server, run "crontab -e" and add a line like the one shown, substituting for your unique paths and settings: -*/10 * * * * cd /home/myname/mywebsite; /usr/bin/php scripts/worker.php +*/10 * * * * cd /home/myname/mywebsite; /usr/bin/php bin/worker.php You can generally find the location of PHP by executing "which php". If you have troubles with this section please contact your hosting provider for @@ -129,24 +131,16 @@ assistance. Friendica will not work correctly if you cannot perform this step. You should also be sure that $a->config['php_path'] is set correctly, it should look like (changing it to the correct PHP location) -$a->config['php_path'] = '/usr/local/php53/bin/php' - -Alternative: You may be able to use the 'poormancron' addon to perform this -step if you are using a recent Friendica release. 'poormancron' may result in -perfomance and memory issues and is only suitable for small sites with one or -two users and a handful of contacts. To do this, edit the file -".htconfig.php" and look for a line describing your addons. On a fresh -installation, it will look like +$a->config['php_path'] = '/usr/local/php56/bin/php' -$a->config['system']['addon'] = 'js_upload'; +Alternative: If you cannot use a cron job as described above, you can use +the frontend worker and an external cron service to trigger the execution +of the worker script. You can enable the frontend worker after the installation +from the admin panel of your node and call -This indicates the "js_upload" addon module is enabled. You may add additional -addons using this same line in the configuration file. Change it to -read + https://example.com/worker -$a->config['system']['addon'] = 'js_upload,poormancron'; - -and save your changes. +with the service of your choice. 9. (Recommended) Set up a backup plan @@ -293,14 +287,14 @@ cron by using something like */10 * * * * cd /var/www/friendica/friendica/ && sudo -u www-data /usr/bin/php -d suhosin.executor.func.blacklist=none -d suhosin.executor.eval.blacklist=none --f scripts/worker.php +-f bin/worker.php This worked well for simple test cases, but the friendica-cron still failed with a fatal error: suhosin[22962]: ALERT - function within blacklist called: proc_open() (attacker 'REMOTE_ADDR not set', file '/var/www/friendica/friendica/boot.php', line 1341) -After a while I noticed, that scripts/worker.php calls further php script via +After a while I noticed, that bin/worker.php calls further php script via proc_open. These scripts themselves also use proc_open and fail, because they are NOT called with -d suhosin.executor.func.blacklist=none. diff --git a/README.translate.md b/README.translate.md index 83c24e0542..a4f61a1b96 100644 --- a/README.translate.md +++ b/README.translate.md @@ -27,17 +27,18 @@ 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" utility from the util directory of your friendica installation. +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 script, which will place the translation + 2. Execute the po2php command, which will place the translation in the strings.php file that is used by friendica. - $> php util/po2php.php view/lang/de/messages.po + $> 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. @@ -62,7 +63,7 @@ Otherwise your work might get lost, when the translation from Transifex is inclu Utilities --------- -Additional to the po2php script there are some more utilities for translation in the "util" directory of the friendica source tree. +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. @@ -90,9 +91,9 @@ To update the translation files after you have translated strings of e.g. Espera $> tx pull -l eo -And then use the `po2php` utility described above to convert the `messages.po` file to the `strings.php` file Friendica is loading. +And then use the `po2php` command described above to convert the `messages.po` file to the `strings.php` file Friendica is loading. - $> php util/po2php.php view/lang/eo/messages.po + $> 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. diff --git a/VERSION b/VERSION index 26cf049c2a..52b0d2a456 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -3.6-dev +2018-05-dev diff --git a/Vagrantfile b/Vagrantfile index e62efc618e..e5f30b307f 100644 --- a/Vagrantfile +++ b/Vagrantfile @@ -17,7 +17,7 @@ Vagrant.configure(2) do |config| # Create a hostname, don't forget to put it to the `hosts` file # This will point to the server's default virtual host # TO DO: Make this work with virtualhost along-side xip.io URL - config.vm.hostname = "friendica.dev" + config.vm.hostname = "friendica.local" # Create a static IP config.vm.network :private_network, ip: server_ip @@ -36,8 +36,8 @@ Vagrant.configure(2) do |config| vb.memory = server_memory end - # Enable provisioning with a shell script. - config.vm.provision "shell", path: "./util/vagrant_provision.sh" + # Enable provisioning with a shell script. + config.vm.provision "shell", path: "./bin/dev/vagrant_provision.sh" # run: "always" # run: "once" end diff --git a/scripts/auth_ejabberd.php b/bin/auth_ejabberd.php similarity index 85% rename from scripts/auth_ejabberd.php rename to bin/auth_ejabberd.php index 5c516f3987..06d8488df8 100755 --- a/scripts/auth_ejabberd.php +++ b/bin/auth_ejabberd.php @@ -13,14 +13,14 @@ * Installation: * * - Change it's owner to whichever user is running the server, ie. ejabberd - * $ chown ejabberd:ejabberd /path/to/friendica/scripts/auth_ejabberd.php + * $ chown ejabberd:ejabberd /path/to/friendica/bin/auth_ejabberd.php * * - Change the access mode so it is readable only to the user ejabberd and has exec - * $ chmod 700 /path/to/friendica/scripts/auth_ejabberd.php + * $ chmod 700 /path/to/friendica/bin/auth_ejabberd.php * * - Edit your ejabberd.cfg file, comment out your auth_method and add: * {auth_method, external}. - * {extauth_program, "/path/to/friendica/script/auth_ejabberd.php"}. + * {extauth_program, "/path/to/friendica/bin/auth_ejabberd.php"}. * * - Restart your ejabberd service, you should be able to login with your friendica auth info * @@ -33,6 +33,8 @@ */ use Friendica\App; +use Friendica\BaseObject; +use Friendica\Core\Config; use Friendica\Util\ExAuth; if (sizeof($_SERVER["argv"]) == 0) { @@ -53,6 +55,7 @@ require_once "boot.php"; require_once "include/dba.php"; $a = new App(dirname(__DIR__)); +BaseObject::setApp($a); @include ".htconfig.php"; dba::connect($db_host, $db_user, $db_pass, $db_data); diff --git a/util/composer.phar b/bin/composer.phar similarity index 100% rename from util/composer.phar rename to bin/composer.phar diff --git a/bin/console b/bin/console new file mode 100755 index 0000000000..4d76bdc420 --- /dev/null +++ b/bin/console @@ -0,0 +1,10 @@ +#!/bin/bash + +dir=$(cd "${0%[/\\]*}" > /dev/null; pwd) + +if [[ -d /proc/cygdrive && $(which php) == $(readlink -n /proc/cygdrive)/* ]]; then + # We are in Cgywin using Windows php, so the path must be translated + dir=$(cygpath -m "$dir"); +fi + +php "${dir}/console.php" "$@" diff --git a/bin/console.bat b/bin/console.bat new file mode 100755 index 0000000000..06c41a03e6 --- /dev/null +++ b/bin/console.bat @@ -0,0 +1,4 @@ +@echo OFF +:: in case DelayedExpansion is on and a path contains ! +setlocal DISABLEDELAYEDEXPANSION +php "%~dp0console.php" %* diff --git a/bin/console.php b/bin/console.php new file mode 100755 index 0000000000..9c25279d37 --- /dev/null +++ b/bin/console.php @@ -0,0 +1,9 @@ +#!/usr/bin/env php +execute(); diff --git a/scripts/daemon.php b/bin/daemon.php similarity index 97% rename from scripts/daemon.php rename to bin/daemon.php index a9b8d1d262..6b0e377a3a 100755 --- a/scripts/daemon.php +++ b/bin/daemon.php @@ -1,7 +1,7 @@ #!/usr/bin/env php >> Installing *.xip.io self-signed SSL" SSL_DIR="/etc/ssl/xip.io" DOMAIN="*.xip.io" +EXTRADOMAIN="friendica.local" PASSPHRASE="vaprobash" SUBJ=" C=US @@ -20,6 +21,7 @@ ST=Connecticut O=Vaprobash localityName=New Haven commonName=$DOMAIN +subjectAltName=DNS:$EXTRADOMAIN organizationalUnitName= emailAddress= " @@ -33,18 +35,17 @@ sudo openssl x509 -req -days 365 -in "$SSL_DIR/xip.io.csr" -signkey "$SSL_DIR/xi echo ">>> Installing Apache2 webserver" sudo apt-get install -y apache2 sudo a2enmod rewrite actions ssl -sudo cp /vagrant/util/vagrant_vhost.sh /usr/local/bin/vhost +sudo cp /vagrant/bin/dev/vagrant_vhost.sh /usr/local/bin/vhost sudo chmod guo+x /usr/local/bin/vhost - sudo vhost -s 192.168.22.10.xip.io -d /var/www -p /etc/ssl/xip.io -c xip.io -a friendica-xenial.dev + sudo vhost -s 192.168.22.10.xip.io -d /var/www -p /etc/ssl/xip.io -c xip.io -a friendica.local sudo a2dissite 000-default sudo service apache2 restart #Install php echo ">>> Installing PHP7" -sudo apt-get install -y php libapache2-mod-php php-cli php-mysql php-curl php-gd php-mbstring php-xml imagemagick php-imagick +sudo apt-get install -y php libapache2-mod-php php-cli php-mysql php-curl php-gd php-mbstring php-xml imagemagick php-imagick php-zip sudo systemctl restart apache2 - #Install mysql echo ">>> Installing Mysql" sudo debconf-set-selections <<< "mysql-server mysql-server/root_password password root" @@ -69,8 +70,8 @@ systemctl restart mysql #configure rudimentary mail server (local delivery only) -#add Friendica accounts for local user accounts, use email address like vagrant@friendica.dev, read the email with 'mail'. -debconf-set-selections <<< "postfix postfix/mailname string friendica-xenial.dev" +#add Friendica accounts for local user accounts, use email address like vagrant@friendica.local, read the email with 'mail'. +debconf-set-selections <<< "postfix postfix/mailname string friendica.local" debconf-set-selections <<< "postfix postfix/main_mailer_type string 'Local Only'" sudo apt-get install -y postfix mailutils libmailutils-dev sudo echo -e "friendica1: vagrant\nfriendica2: vagrant\nfriendica3: vagrant\nfriendica4: vagrant\nfriendica5: vagrant" >> /etc/aliases && sudo newaliases @@ -79,19 +80,23 @@ sudo echo -e "friendica1: vagrant\nfriendica2: vagrant\nfriendica3: vagrant\nfri sudo rm -rf /var/www/ sudo ln -fs /vagrant /var/www +# install deps with composer +sudo apt install unzip +cd /var/www +php bin/composer.phar install + # initial config file for friendica in vagrant cp /vagrant/util/htconfig.vagrant.php /vagrant/.htconfig.php # create the friendica database -echo "create database friendica DEFAULT CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci" | mysql -u root -proot +echo "create database friendica DEFAULT CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci" | $MYSQL -u root -proot # import test database $MYSQL -uroot -proot friendica < /vagrant/friendica_test_data.sql # create cronjob - activate if you have enough memory in you dev VM -echo "*/10 * * * * cd /vagrant; /usr/bin/php scripts/worker.php" >> friendicacron +echo "*/10 * * * * cd /vagrant; /usr/bin/php bin/worker.php" >> friendicacron sudo crontab friendicacron sudo rm friendicacron # friendica needs write access to /tmp sudo chmod 777 /tmp - diff --git a/util/vagrant_vhost.sh b/bin/dev/vagrant_vhost.sh similarity index 100% rename from util/vagrant_vhost.sh rename to bin/dev/vagrant_vhost.sh diff --git a/util/run_xgettext.sh b/bin/run_xgettext.sh similarity index 98% rename from util/run_xgettext.sh rename to bin/run_xgettext.sh index 78c1bae5f1..818aabe2ff 100755 --- a/util/run_xgettext.sh +++ b/bin/run_xgettext.sh @@ -45,7 +45,7 @@ case "$MODE" in ;; 'default') cd "$FULLPATH/.." - OUTFILE="$FULLPATH/messages.po" + OUTFILE="$FULLPATH/../util/messages.po" FINDSTARTDIR="." # skip addon folder FINDOPTS="( -wholename */addon -or -wholename */addons-extra -or -wholename */smarty3 ) -prune -o" diff --git a/scripts/worker.php b/bin/worker.php similarity index 90% rename from scripts/worker.php rename to bin/worker.php index a821fc1abe..b4b265283c 100755 --- a/scripts/worker.php +++ b/bin/worker.php @@ -1,11 +1,12 @@ #!/usr/bin/env php 5.6", "ext-xml": "*", + "asika/simple-console": "^1.0", + "divineomega/password_exposed": "^2.4", "ezyang/htmlpurifier": "~4.7.0", "league/html-to-markdown": "~4.4.1", "lightopenid/lightopenid": "dev-master", @@ -32,14 +34,15 @@ "npm-asset/jquery-colorbox": "^1.6", "npm-asset/jquery-datetimepicker": "^2.4.0", "npm-asset/jgrowl": "^1.4", - "npm-asset/fullcalendar": "^3.0.1" + "npm-asset/fullcalendar": "^3.0.1", + "npm-asset/cropperjs": "1.2.2" }, "repositories": [ - { - "type": "vcs", - "url": "https://github.com/pear/Text_Highlighter" - } - ], + { + "type": "vcs", + "url": "https://github.com/pear/Text_Highlighter" + } + ], "autoload": { "psr-4": { "Friendica\\": "src/" @@ -53,11 +56,11 @@ "optimize-autoloader": true, "preferred-install": "dist", "fxp-asset": { - "installer-paths": { - "npm-asset-library": "vendor/asset", - "bower-asset-library": "vendor/asset" - } - } + "installer-paths": { + "npm-asset-library": "view/asset", + "bower-asset-library": "view/asset" + } + } }, "archive": { "exclude": [ diff --git a/composer.lock b/composer.lock index 1bf931ce3c..28199f4f51 100644 --- a/composer.lock +++ b/composer.lock @@ -4,8 +4,41 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file", "This file is @generated automatically" ], - "content-hash": "3ff4187b4f7167583a3b8caa5f7c2a8a", + "content-hash": "12b8df66213734281765cb6e2c5a786e", "packages": [ + { + "name": "asika/simple-console", + "version": "1.0.3", + "source": { + "type": "git", + "url": "https://github.com/asika32764/php-simple-console.git", + "reference": "0b624c1a999849dc6481a47182e58d593bf65068" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/asika32764/php-simple-console/zipball/0b624c1a999849dc6481a47182e58d593bf65068", + "reference": "0b624c1a999849dc6481a47182e58d593bf65068", + "shasum": "" + }, + "type": "library", + "autoload": { + "psr-4": { + "Asika\\SimpleConsole\\": "src/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Simon Asika", + "email": "asika32764@gmail.com" + } + ], + "description": "One file console framework to help you write build scripts.", + "time": "2018-03-08T12:05:40+00:00" + }, { "name": "bower-asset/Chart-js", "version": "v2.7.1", @@ -100,6 +133,54 @@ "description": "Minimalistic but perfect custom scrollbar plugin", "time": "2017-01-10T01:04:09+00:00" }, + { + "name": "divineomega/password_exposed", + "version": "v2.5.1", + "source": { + "type": "git", + "url": "https://github.com/DivineOmega/password_exposed.git", + "reference": "c928bf722eb02398df11076add60df070cb55581" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/DivineOmega/password_exposed/zipball/c928bf722eb02398df11076add60df070cb55581", + "reference": "c928bf722eb02398df11076add60df070cb55581", + "shasum": "" + }, + "require": { + "guzzlehttp/guzzle": "^6.3", + "paragonie/certainty": "^1", + "php": ">=5.6", + "rapidwebltd/rw-file-cache-psr-6": "^1.0" + }, + "require-dev": { + "fzaninotto/faker": "^1.7", + "phpunit/phpunit": "^5.7", + "satooshi/php-coveralls": "^2.0", + "vimeo/psalm": "^1" + }, + "type": "library", + "autoload": { + "psr-4": { + "DivineOmega\\PasswordExposed\\": "src/" + }, + "files": [ + "src/PasswordExposedFunction.php" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "LGPL-3.0-only" + ], + "authors": [ + { + "name": "Jordan Hall", + "email": "jordan@hall05.co.uk" + } + ], + "description": "This PHP package provides a `password_exposed` helper function, that uses the haveibeenpwned.com API to check if a password has been exposed in a data breach.", + "time": "2018-04-02T18:16:36+00:00" + }, { "name": "ezyang/htmlpurifier", "version": "v4.7.0", @@ -203,6 +284,187 @@ ], "time": "2017-10-20T06:53:56+00:00" }, + { + "name": "guzzlehttp/guzzle", + "version": "6.3.0", + "source": { + "type": "git", + "url": "https://github.com/guzzle/guzzle.git", + "reference": "f4db5a78a5ea468d4831de7f0bf9d9415e348699" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/guzzle/guzzle/zipball/f4db5a78a5ea468d4831de7f0bf9d9415e348699", + "reference": "f4db5a78a5ea468d4831de7f0bf9d9415e348699", + "shasum": "" + }, + "require": { + "guzzlehttp/promises": "^1.0", + "guzzlehttp/psr7": "^1.4", + "php": ">=5.5" + }, + "require-dev": { + "ext-curl": "*", + "phpunit/phpunit": "^4.0 || ^5.0", + "psr/log": "^1.0" + }, + "suggest": { + "psr/log": "Required for using the Log middleware" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "6.2-dev" + } + }, + "autoload": { + "files": [ + "src/functions_include.php" + ], + "psr-4": { + "GuzzleHttp\\": "src/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Michael Dowling", + "email": "mtdowling@gmail.com", + "homepage": "https://github.com/mtdowling" + } + ], + "description": "Guzzle is a PHP HTTP client library", + "homepage": "http://guzzlephp.org/", + "keywords": [ + "client", + "curl", + "framework", + "http", + "http client", + "rest", + "web service" + ], + "time": "2017-06-22T18:50:49+00:00" + }, + { + "name": "guzzlehttp/promises", + "version": "v1.3.1", + "source": { + "type": "git", + "url": "https://github.com/guzzle/promises.git", + "reference": "a59da6cf61d80060647ff4d3eb2c03a2bc694646" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/guzzle/promises/zipball/a59da6cf61d80060647ff4d3eb2c03a2bc694646", + "reference": "a59da6cf61d80060647ff4d3eb2c03a2bc694646", + "shasum": "" + }, + "require": { + "php": ">=5.5.0" + }, + "require-dev": { + "phpunit/phpunit": "^4.0" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "1.4-dev" + } + }, + "autoload": { + "psr-4": { + "GuzzleHttp\\Promise\\": "src/" + }, + "files": [ + "src/functions_include.php" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Michael Dowling", + "email": "mtdowling@gmail.com", + "homepage": "https://github.com/mtdowling" + } + ], + "description": "Guzzle promises library", + "keywords": [ + "promise" + ], + "time": "2016-12-20T10:07:11+00:00" + }, + { + "name": "guzzlehttp/psr7", + "version": "1.4.2", + "source": { + "type": "git", + "url": "https://github.com/guzzle/psr7.git", + "reference": "f5b8a8512e2b58b0071a7280e39f14f72e05d87c" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/guzzle/psr7/zipball/f5b8a8512e2b58b0071a7280e39f14f72e05d87c", + "reference": "f5b8a8512e2b58b0071a7280e39f14f72e05d87c", + "shasum": "" + }, + "require": { + "php": ">=5.4.0", + "psr/http-message": "~1.0" + }, + "provide": { + "psr/http-message-implementation": "1.0" + }, + "require-dev": { + "phpunit/phpunit": "~4.0" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "1.4-dev" + } + }, + "autoload": { + "psr-4": { + "GuzzleHttp\\Psr7\\": "src/" + }, + "files": [ + "src/functions_include.php" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Michael Dowling", + "email": "mtdowling@gmail.com", + "homepage": "https://github.com/mtdowling" + }, + { + "name": "Tobias Schultze", + "homepage": "https://github.com/Tobion" + } + ], + "description": "PSR-7 message implementation that also provides common utility methods", + "keywords": [ + "http", + "message", + "request", + "response", + "stream", + "uri", + "url" + ], + "time": "2017-03-20T17:10:46+00:00" + }, { "name": "league/html-to-markdown", "version": "4.4.1", @@ -398,6 +660,100 @@ ], "time": "2017-12-18T10:38:51+00:00" }, + { + "name": "npm-asset/cropperjs", + "version": "1.2.2", + "dist": { + "type": "tar", + "url": "https://registry.npmjs.org/cropperjs/-/cropperjs-1.2.2.tgz", + "reference": null, + "shasum": "30dc7a7ce872155b23a33bd10ad4c76c0d613f55" + }, + "require-dev": { + "npm-asset/babel-core": ">=6.26.0,<7.0.0", + "npm-asset/babel-plugin-external-helpers": ">=6.22.0,<7.0.0", + "npm-asset/babel-preset-env": ">=1.6.1,<2.0.0", + "npm-asset/cpy-cli": ">=1.0.1,<2.0.0", + "npm-asset/cssnano": ">=3.10.0,<4.0.0", + "npm-asset/del-cli": ">=1.1.0,<2.0.0", + "npm-asset/eslint": ">=4.14.0,<5.0.0", + "npm-asset/eslint-config-airbnb-base": ">=12.1.0,<13.0.0", + "npm-asset/eslint-plugin-import": ">=2.8.0,<3.0.0", + "npm-asset/node-qunit-phantomjs": ">=2.0.0,<3.0.0", + "npm-asset/npm-run-all": ">=4.1.2,<5.0.0", + "npm-asset/postcss-cli": ">=4.1.1,<5.0.0", + "npm-asset/postcss-cssnext": ">=3.0.2,<4.0.0", + "npm-asset/postcss-header": ">=1.0.0,<2.0.0", + "npm-asset/postcss-url": ">=7.3.0,<8.0.0", + "npm-asset/rollup": ">=0.53.3,<0.54.0", + "npm-asset/rollup-plugin-babel": ">=3.0.3,<4.0.0", + "npm-asset/rollup-watch": ">=4.3.1,<5.0.0", + "npm-asset/stylefmt": ">=6.0.0,<7.0.0", + "npm-asset/uglify-js": ">=3.3.4,<4.0.0" + }, + "type": "npm-asset-library", + "extra": { + "npm-asset-bugs": { + "url": "https://github.com/fengyuanchen/cropperjs/issues" + }, + "npm-asset-files": [ + "src", + "dist" + ], + "npm-asset-main": "dist/cropper.common.js", + "npm-asset-directories": [], + "npm-asset-repository": { + "type": "git", + "url": "git+https://github.com/fengyuanchen/cropperjs.git" + }, + "npm-asset-scripts": { + "build": "npm run build:css && npm run build:js", + "build:css": "postcss src/css/cropper.css -o dist/cropper.css --no-map", + "build:js": "rollup -c", + "clear": "del-cli dist", + "compress": "npm run compress:css && npm run compress:js", + "compress:css": "postcss dist/cropper.css -u cssnano -o dist/cropper.min.css --no-map", + "compress:js": "uglifyjs dist/cropper.js -o dist/cropper.min.js -c -m --comments /^!/", + "copy": "cpy dist/cropper.css docs/css", + "lint": "eslint src/js --fix", + "release": "npm run clear && npm run lint && npm run build && npm run compress && npm run copy && npm test", + "start": "npm-run-all --parallel watch:*", + "test": "node-qunit-phantomjs test/index.html --timeout 10", + "watch:css": "postcss src/css/cropper.css -o docs/css/cropper.css -m -w", + "watch:js": "rollup -c -m -w" + } + }, + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Chen Fengyuan", + "url": "http://chenfengyuan.com" + } + ], + "description": "JavaScript image cropper.", + "homepage": "https://fengyuanchen.github.io/cropperjs", + "keywords": [ + "crop", + "cropper", + "cropper.js", + "cropperjs", + "cropping", + "css", + "development", + "front-end", + "html", + "image", + "javascript", + "move", + "rotate", + "scale", + "web", + "zoom" + ], + "time": "2018-01-03T13:39:39+00:00" + }, { "name": "npm-asset/fullcalendar", "version": "3.8.2", @@ -937,6 +1293,129 @@ "homepage": "https://github.com/kartik-v/php-date-formatter", "time": "2016-02-18T15:15:55+00:00" }, + { + "name": "paragonie/certainty", + "version": "v1.0.2", + "source": { + "type": "git", + "url": "https://github.com/paragonie/certainty.git", + "reference": "a2d14f5b0b85c58329dee248d77d34e7e1202a32" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/paragonie/certainty/zipball/a2d14f5b0b85c58329dee248d77d34e7e1202a32", + "reference": "a2d14f5b0b85c58329dee248d77d34e7e1202a32", + "shasum": "" + }, + "require": { + "guzzlehttp/guzzle": "^6", + "paragonie/constant_time_encoding": "^1|^2", + "paragonie/sodium_compat": "^1.6", + "php": "^5.6|^7" + }, + "require-dev": { + "phpunit/phpunit": "^5|^6", + "vimeo/psalm": "^1" + }, + "bin": [ + "bin/certainty-cert-symlink" + ], + "type": "library", + "autoload": { + "psr-4": { + "ParagonIE\\Certainty\\": "src/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "ISC" + ], + "authors": [ + { + "name": "Paragon Initiative Enterprises", + "email": "security@paragonie.com", + "homepage": "https://paragonie.com" + } + ], + "description": "Up-to-date, verifiable repository for Certificate Authorities", + "keywords": [ + "CA-Cert", + "Ed25519", + "Public-Key Infractructure", + "ca", + "ca-cert.pem", + "cacert", + "cacert.pem", + "certificate authority", + "pki", + "ssl", + "tls" + ], + "time": "2018-03-12T18:34:23+00:00" + }, + { + "name": "paragonie/constant_time_encoding", + "version": "v1.0.2", + "source": { + "type": "git", + "url": "https://github.com/paragonie/constant_time_encoding.git", + "reference": "6111a38faf6fdebc14e36652d22036f379ba58d3" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/paragonie/constant_time_encoding/zipball/6111a38faf6fdebc14e36652d22036f379ba58d3", + "reference": "6111a38faf6fdebc14e36652d22036f379ba58d3", + "shasum": "" + }, + "require": { + "php": "^5.3|^7" + }, + "require-dev": { + "paragonie/random_compat": "^1|^2", + "phpunit/phpunit": "4.*|5.*", + "vimeo/psalm": "^1" + }, + "type": "library", + "autoload": { + "psr-4": { + "ParagonIE\\ConstantTime\\": "src/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Paragon Initiative Enterprises", + "email": "security@paragonie.com", + "homepage": "https://paragonie.com", + "role": "Maintainer" + }, + { + "name": "Steve 'Sc00bz' Thomas", + "email": "steve@tobtu.com", + "homepage": "https://www.tobtu.com", + "role": "Original Developer" + } + ], + "description": "Constant-time Implementations of RFC 4648 Encoding (Base-64, Base-32, Base-16)", + "keywords": [ + "base16", + "base32", + "base32_decode", + "base32_encode", + "base64", + "base64_decode", + "base64_encode", + "bin2hex", + "encoding", + "hex", + "hex2bin", + "rfc4648" + ], + "time": "2018-03-10T19:46:06+00:00" + }, { "name": "paragonie/random_compat", "version": "v2.0.11", @@ -985,6 +1464,88 @@ ], "time": "2017-09-27T21:40:39+00:00" }, + { + "name": "paragonie/sodium_compat", + "version": "v1.6.0", + "source": { + "type": "git", + "url": "https://github.com/paragonie/sodium_compat.git", + "reference": "1f6e5682eff4a5a6a394b14331a1904f1740e432" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/paragonie/sodium_compat/zipball/1f6e5682eff4a5a6a394b14331a1904f1740e432", + "reference": "1f6e5682eff4a5a6a394b14331a1904f1740e432", + "shasum": "" + }, + "require": { + "paragonie/random_compat": "^1|^2", + "php": "^5.2.4|^5.3|^5.4|^5.5|^5.6|^7" + }, + "require-dev": { + "phpunit/phpunit": "^3|^4|^5" + }, + "suggest": { + "ext-libsodium": "PHP < 7.0: Better performance, password hashing (Argon2i), secure memory management (memzero), and better security.", + "ext-sodium": "PHP >= 7.0: Better performance, password hashing (Argon2i), secure memory management (memzero), and better security." + }, + "type": "library", + "autoload": { + "files": [ + "autoload.php" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "ISC" + ], + "authors": [ + { + "name": "Paragon Initiative Enterprises", + "email": "security@paragonie.com" + }, + { + "name": "Frank Denis", + "email": "jedisct1@pureftpd.org" + } + ], + "description": "Pure PHP implementation of libsodium; uses the PHP extension if it exists", + "keywords": [ + "Authentication", + "BLAKE2b", + "ChaCha20", + "ChaCha20-Poly1305", + "Chapoly", + "Curve25519", + "Ed25519", + "EdDSA", + "Edwards-curve Digital Signature Algorithm", + "Elliptic Curve Diffie-Hellman", + "Poly1305", + "Pure-PHP cryptography", + "RFC 7748", + "RFC 8032", + "Salpoly", + "Salsa20", + "X25519", + "XChaCha20-Poly1305", + "XSalsa20-Poly1305", + "Xchacha20", + "Xsalsa20", + "aead", + "cryptography", + "ecdh", + "elliptic curve", + "elliptic curve cryptography", + "encryption", + "libsodium", + "php", + "public-key cryptography", + "secret-key cryptography", + "side-channel resistant" + ], + "time": "2018-02-15T05:50:20+00:00" + }, { "name": "pear/console_getopt", "version": "v1.4.1", @@ -1227,6 +1788,190 @@ "homepage": "http://pear.php.net/package/Text_LanguageDetect", "time": "2017-03-02T16:14:08+00:00" }, + { + "name": "psr/cache", + "version": "1.0.1", + "source": { + "type": "git", + "url": "https://github.com/php-fig/cache.git", + "reference": "d11b50ad223250cf17b86e38383413f5a6764bf8" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/php-fig/cache/zipball/d11b50ad223250cf17b86e38383413f5a6764bf8", + "reference": "d11b50ad223250cf17b86e38383413f5a6764bf8", + "shasum": "" + }, + "require": { + "php": ">=5.3.0" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "1.0.x-dev" + } + }, + "autoload": { + "psr-4": { + "Psr\\Cache\\": "src/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "PHP-FIG", + "homepage": "http://www.php-fig.org/" + } + ], + "description": "Common interface for caching libraries", + "keywords": [ + "cache", + "psr", + "psr-6" + ], + "time": "2016-08-06T20:24:11+00:00" + }, + { + "name": "psr/http-message", + "version": "1.0.1", + "source": { + "type": "git", + "url": "https://github.com/php-fig/http-message.git", + "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/php-fig/http-message/zipball/f6561bf28d520154e4b0ec72be95418abe6d9363", + "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363", + "shasum": "" + }, + "require": { + "php": ">=5.3.0" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "1.0.x-dev" + } + }, + "autoload": { + "psr-4": { + "Psr\\Http\\Message\\": "src/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "PHP-FIG", + "homepage": "http://www.php-fig.org/" + } + ], + "description": "Common interface for HTTP messages", + "homepage": "https://github.com/php-fig/http-message", + "keywords": [ + "http", + "http-message", + "psr", + "psr-7", + "request", + "response" + ], + "time": "2016-08-06T14:39:51+00:00" + }, + { + "name": "rapidwebltd/rw-file-cache", + "version": "v1.2.5", + "source": { + "type": "git", + "url": "https://github.com/rapidwebltd/RW-File-Cache.git", + "reference": "4a1d5aaefa6ffafec8e2d60787f12bcd9890977e" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/rapidwebltd/RW-File-Cache/zipball/4a1d5aaefa6ffafec8e2d60787f12bcd9890977e", + "reference": "4a1d5aaefa6ffafec8e2d60787f12bcd9890977e", + "shasum": "" + }, + "require": { + "php": ">=5.2.1" + }, + "require-dev": { + "phpunit/phpunit": "^5.7" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "1.0-dev" + } + }, + "autoload": { + "psr-4": { + "rapidweb\\RWFileCache\\": "src/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "LGPL-3.0-only" + ], + "description": "RW File Cache is a PHP File-based Caching Library. Its syntax is designed to closely resemble the PHP memcache extension.", + "homepage": "https://github.com/rapidwebltd/RW-File-Cache", + "keywords": [ + "cache", + "caching", + "caching library", + "file cache", + "library", + "php" + ], + "time": "2018-01-23T17:20:58+00:00" + }, + { + "name": "rapidwebltd/rw-file-cache-psr-6", + "version": "v1.0.0", + "source": { + "type": "git", + "url": "https://github.com/rapidwebltd/RW-File-Cache-PSR-6.git", + "reference": "b74ea201d4c964f0e6db0fb036d1ab28a570df66" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/rapidwebltd/RW-File-Cache-PSR-6/zipball/b74ea201d4c964f0e6db0fb036d1ab28a570df66", + "reference": "b74ea201d4c964f0e6db0fb036d1ab28a570df66", + "shasum": "" + }, + "require": { + "psr/cache": "^1.0", + "rapidwebltd/rw-file-cache": "^1.2.3" + }, + "require-dev": { + "cache/integration-tests": "^0.16.0", + "phpunit/phpunit": "^5.7" + }, + "type": "library", + "autoload": { + "psr-4": { + "rapidweb\\RWFileCachePSR6\\": "src/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "LGPL-3.0-only" + ], + "authors": [ + { + "name": "Jordan Hall", + "email": "jordan.hall@rapidweb.biz" + } + ], + "description": "PSR-6 adapter for RW File Cache", + "time": "2018-01-30T19:13:45+00:00" + }, { "name": "smarty/smarty", "version": "v3.1.31", diff --git a/database.sql b/database.sql index 0b2b017075..aa87247db3 100644 --- a/database.sql +++ b/database.sql @@ -1,6 +1,6 @@ -- ------------------------------------------ --- Friendica 3.6-dev (Asparagus) --- DB_UPDATE_VERSION 1256 +-- Friendica 2018-05-dev (The Tazmans Flax-lily) +-- DB_UPDATE_VERSION 1259 -- ------------------------------------------ @@ -122,9 +122,9 @@ CREATE TABLE IF NOT EXISTS `contact` ( `xmpp` varchar(255) NOT NULL DEFAULT '' COMMENT '', `attag` varchar(255) NOT NULL DEFAULT '' COMMENT '', `avatar` varchar(255) NOT NULL DEFAULT '' COMMENT '', - `photo` varchar(255) NOT NULL DEFAULT '' COMMENT '', - `thumb` varchar(255) NOT NULL DEFAULT '' COMMENT '', - `micro` varchar(255) NOT NULL DEFAULT '' COMMENT '', + `photo` varchar(255) DEFAULT '' COMMENT '', + `thumb` varchar(255) DEFAULT '' COMMENT '', + `micro` varchar(255) DEFAULT '' COMMENT '', `site-pubkey` text COMMENT '', `issued-id` varchar(255) NOT NULL DEFAULT '' COMMENT '', `dfrn-id` varchar(255) NOT NULL DEFAULT '' COMMENT '', @@ -397,6 +397,8 @@ CREATE TABLE IF NOT EXISTS `gserver` ( `noscrape` varchar(255) NOT NULL DEFAULT '' COMMENT '', `network` char(4) NOT NULL DEFAULT '' COMMENT '', `platform` varchar(255) NOT NULL DEFAULT '' COMMENT '', + `relay-subscribe` boolean NOT NULL DEFAULT '0' COMMENT 'Has the server subscribed to the relay system', + `relay-scope` varchar(10) NOT NULL DEFAULT '' COMMENT 'The scope of messages that the server wants to get', `created` datetime NOT NULL DEFAULT '0001-01-01 00:00:00' COMMENT '', `last_poco_query` datetime DEFAULT '0001-01-01 00:00:00' COMMENT '', `last_contact` datetime DEFAULT '0001-01-01 00:00:00' COMMENT '', @@ -405,6 +407,16 @@ CREATE TABLE IF NOT EXISTS `gserver` ( UNIQUE INDEX `nurl` (`nurl`(190)) ) DEFAULT COLLATE utf8mb4_general_ci; +-- +-- TABLE gserver-tag +-- +CREATE TABLE IF NOT EXISTS `gserver-tag` ( + `gserver-id` int unsigned NOT NULL DEFAULT 0 COMMENT 'The id of the gserver', + `tag` varchar(100) NOT NULL DEFAULT '' COMMENT 'Tag that the server has subscribed', + PRIMARY KEY(`gserver-id`,`tag`), + INDEX `tag` (`tag`) +) DEFAULT COLLATE utf8mb4_general_ci; + -- -- TABLE hook -- @@ -466,6 +478,7 @@ CREATE TABLE IF NOT EXISTS `item` ( `author-link` varchar(255) NOT NULL DEFAULT '' COMMENT '', `author-avatar` varchar(255) NOT NULL DEFAULT '' COMMENT '', `title` varchar(255) NOT NULL DEFAULT '' COMMENT '', + `content-warning` varchar(255) NOT NULL DEFAULT '' COMMENT '', `body` mediumtext COMMENT '', `app` varchar(255) NOT NULL DEFAULT '' COMMENT '', `verb` varchar(100) NOT NULL DEFAULT '' COMMENT '', @@ -1078,3 +1091,4 @@ CREATE TABLE IF NOT EXISTS `workerqueue` ( INDEX `executed` (`executed`) ) DEFAULT COLLATE utf8mb4_general_ci; + diff --git a/doc/Accesskeys.md b/doc/Accesskeys.md index 550a00e5a9..7434fc0498 100644 --- a/doc/Accesskeys.md +++ b/doc/Accesskeys.md @@ -1,81 +1,88 @@ -Accesskeys in Friendica +Accesskeys reference ======================= * [Home](help) -For an overview of the modifier key of the different browsers we suggest this [Wikipedia](https://en.wikipedia.org/wiki/Access_key) article. +Access keys are keyboard shortcuts that allow you to easily navigate the user interface. +Access keys are currently not available with the Frio theme. + +The specific key combinations depend on how your browser's the modifier key setting. +For an overview of modifier keys in different browsers, have a lookat [Wikipedia](https://en.wikipedia.org/wiki/Access_key) article. +For example, for moving to profile page in Firefox, press these three keys simultaneously. + +[Shift] [Alt] [p] General ------- -* p: profile -* n: network -* c: community -* s: search -* a: admin -* f: notifications -* u: user menu (in themes "vier" and "quattro") +* p - Profile +* n - Network +* c - Community +* s - Search +* a - Admin +* f - Notifications +* u - User menu -/community +../community -------- -* l: Local community -* g: Global community +* l - Local community +* g - Global community -/profile +../profile -------- -* m: Status Messages and Posts -* r: Profile Details -* h: Photo Albums -* v: Videos -* e: Events and Calendar -* t: Personal Notes -* k: View Contacts +* m - Status Messages and Posts +* r - Profile Details +* h - Photo Albums +* v - Videos +* e - Events and Calendar +* t - Personal Notes +* k - View Contacts -/contacts (contact list) +../contacts (contact list) --------- -* g: Suggestions -* l: Show all Contacts -* o: Only show unblocked contacts -* b: Only show blocked contacts -* i: Only show ignored contacts -* y: Only show archived contacts -* h: Only show hidden contacts +* g - Suggestions +* l - Show all Contacts +* o - Only show unblocked contacts +* b - Only show blocked contacts +* i - Only show ignored contacts +* y - Only show archived contacts +* h - Only show hidden contacts -/contacts (single contact view) +../contacts (single contact view) ------------------------------- -* m: Status messages -* o: Profile -* t: Contacts -* d: Common friends -* r: Advanced +* m - Status messages +* o - Profile +* t - Contacts +* d - Common friends +* r - Advanced -/message +../message -------- -* m: New message +* m - New message -/network +../network -------- -* e: Sort by Comment Date -* t: Sort by Post Date -* r: Conversation (Posts that mention or involve you) -* w: New posts -* b: Bookmarks -* m: Favourite Posts +* e - Sort by Comment Date +* t - Sort by Post Date +* r - Conversation (Posts that mention or involve you) +* w - New posts +* b - Bookmarks +* m - Favourite Posts -/notifications +../notifications -------------- -* y: System -* w: Network -* r: Personal -* h: Home -* i: Introductions +* y - System +* w - Network +* r - Personal +* h - Home +* i - Introductions -/settings +../settings --------- -* o: Account -* t: Additional features -* w: Social Networks -* l: Addons -* d: Delegations -* b: Connected apps -* e: Export personal data -* r: Remove account +* o - Account +* t - Additional features +* w - Social Networks +* l - Addons +* d - Delegations +* b - Connected apps +* e - Export personal data +* r - Remove account diff --git a/doc/Account-Basics.md b/doc/Account-Basics.md index 6d7f86c085..7883a346fd 100644 --- a/doc/Account-Basics.md +++ b/doc/Account-Basics.md @@ -7,10 +7,10 @@ Registration --- Not all Friendica sites allow open registration. -If registration is allowed, you will see a "Register" link immediately below the login prompt on the site home page. +If registration is allowed, you will see a "Register" link immediately below the login prompt on the site's home page. Following this link will take you to the site registration page. The strength of our network is that lots of different sites are all completely compatible with each other. -If the site you're visting doesn't allow registration, or you think you might prefer another one, you can find a [list of public servers here](https://dir.friendica.social/servers), and find one that meets your needs. +If the site you're visting doesn't allow registration, or you think you might prefer another one, there is a [list of public servers here](https://dir.friendica.social/servers) and hopefully you will find one that meets your needs. If you'd like to have your own server, you can do that too. Visit [the Friendica website](http://friendi.ca/) to download the code with setup instructions. @@ -44,12 +44,12 @@ A nickname is used to generate web addresses for many of your personal pages, an Due to the way that the nickname is used, it has some limitations. It must contain only US-ASCII text characters and numbers, and must also start with a text character. It also must be unique on this system. -This is used in many places to identify your account, and once set - cannot be changed. +This is used in many places to identify your account, and once set it cannot be changed. ###Directory Publishing -The registration form also allows you to choose whether or not to list your account in the online directory. +The registration form also allows you to choose whether or not to list your account in the online directory of your node. This is like a "phone book" and you may choose to be unlisted. We recommend that you select 'Yes' so that other people (friends, family, etc.) will be able to find you. If you choose 'No', you will essentially be invisible and have few opportunities for interaction. @@ -59,7 +59,7 @@ Whichever you choose, this can be changed any time from your Settings page after Once you have provided the necessary details, click the 'Register' button. An email will be sent to you providing your account login details. -Please watch your email (including spam folders) for your registration details and initial password. +Please check your email (including spam folders) for your registration details and initial password. Login Page --- @@ -67,9 +67,9 @@ Login Page On the 'Login' page, please enter your login information that was provided during registration. You may use either your nickname or email address as a Login Name. -If you use your account to manage multiple '[Pages](help/Pages)' and these all have the same email address, please enter the nickname for the account you wish to manage. +If you use your account to manage other accounts and these all have the same email address, please enter the nickname for the account you wish to manage. -*If* your account has been OpenID enabled, you may use your OpenID address as a login name and leave the password blank. +If your account has been OpenID enabled, you may use your OpenID address as a login name and leave the password blank. You will be redirected to your OpenID provider to complete your authorisation. Otherwise, enter your password. @@ -84,7 +84,7 @@ After your first login, please visit the 'Settings' page from the top menu bar a Getting Started --- -A ['Tips for New Members'](newmember) link will show up on your network and home pages for two weeks to provide some important Getting Started information. +A link with ['Tips for New Members'](newmember) will show up on your network and home pages for two weeks providing key information for getting started. Retrieving Personal Data --- @@ -99,6 +99,8 @@ See Also * [Profiles](help/Profiles) +* [Global Directory](help/Making-Friends#1_1) + * [Groups and Privacy](help/Groups-and-Privacy) * [Move Account](help/Move-Account) diff --git a/doc/Addons.md b/doc/Addons.md index dadf76abd7..4df91864bc 100644 --- a/doc/Addons.md +++ b/doc/Addons.md @@ -284,192 +284,221 @@ $b is an array with: 'template' => filename of template 'vars' => array of vars passed to template -### ''acl_lookup_end' +### 'acl_lookup_end' is called after the other queries have passed. The registered function can add, change or remove the acl_lookup() variables. 'results' => array of the acl_lookup() vars +### 'prepare_body_init' +Called at the start of prepare_body +Hook data: + 'item' => item array (input/output) + +### 'prepare_body_content_filter' +Called before the HTML conversion in prepare_body. If the item matches a content filter rule set by an addon, it should +just add the reason to the filter_reasons element of the hook data. +Hook data: + 'item' => item array (input) + 'filter_reasons' => reasons array (input/output) + +### 'prepare_body' +Called after the HTML conversion in prepare_body. +Hook data: + 'item' => item array (input) + 'html' => converted item body (input/output) + 'is_preview' => post preview flag (input) + 'filter_reasons' => reasons array (input) + +### 'prepare_body_final' +Called at the end of prepare_body. +Hook data: + 'item' => item array (input) + 'html' => converted item body (input/output) Complete list of hook callbacks --- -Here is a complete list of all hook callbacks with file locations (as of 14-Feb-2012). Please see the source for details of any hooks not documented above. - -boot.php: Addon::callHooks('login_hook',$o); - -boot.php: Addon::callHooks('profile_sidebar_enter', $profile); - -boot.php: Addon::callHooks('profile_sidebar', $arr); - -boot.php: Addon::callHooks("proc_run", $arr); - -include/contact_selectors.php: Addon::callHooks('network_to_name', $nets); - -include/api.php: Addon::callHooks('logged_in', $a->user); - -include/api.php: Addon::callHooks('logged_in', $a->user); - -include/queue.php: Addon::callHooks('queue_predeliver', $a, $r); - -include/queue.php: Addon::callHooks('queue_deliver', $a, $params); - -include/text.php: Addon::callHooks('contact_block_end', $arr); - -include/text.php: Addon::callHooks('smilie', $s); - -include/text.php: Addon::callHooks('prepare_body_init', $item); - -include/text.php: Addon::callHooks('prepare_body', $prep_arr); - -include/text.php: Addon::callHooks('prepare_body_final', $prep_arr); - -include/nav.php: Addon::callHooks('page_header', $a->page['nav']); - -include/auth.php: Addon::callHooks('authenticate', $addon_auth); - -include/bbcode.php: Addon::callHooks('bbcode',$Text); - -include/oauth.php: Addon::callHooks('logged_in', $a->user); - -include/acl_selectors.php: Addon::callHooks($a->module . '_pre_' . $selname, $arr); - -include/acl_selectors.php: Addon::callHooks($a->module . '_post_' . $selname, $o); - -include/acl_selectors.php: Addon::callHooks('contact_select_options', $x); - -include/acl_selectors.php: Addon::callHooks($a->module . '_pre_' . $selname, $arr); - -include/acl_selectors.php: Addon::callHooks($a->module . '_post_' . $selname, $o); - -include/acl_selectors.php: Addon::callHooks($a->module . '_pre_' . $selname, $arr); - -include/acl_selectors.php: Addon::callHooks($a->module . '_post_' . $selname, $o); - -include/acl_selectors.php Addon::callHooks('acl_lookup_end', $results); - -include/notifier.php: Addon::callHooks('notifier_normal',$target_item); - -include/notifier.php: Addon::callHooks('notifier_end',$target_item); - -include/items.php: Addon::callHooks('atom_feed', $atom); - -include/items.php: Addon::callHooks('atom_feed_end', $atom); - -include/items.php: Addon::callHooks('atom_feed_end', $atom); - -include/items.php: Addon::callHooks('parse_atom', $arr); - -include/items.php: Addon::callHooks('post_remote',$arr); - -include/items.php: Addon::callHooks('atom_author', $o); - -include/items.php: Addon::callHooks('atom_entry', $o); - -include/bb2diaspora.php: Addon::callHooks('bb2diaspora',$Text); - -include/cronhooks.php: Addon::callHooks('cron', $d); - -include/security.php: Addon::callHooks('logged_in', $a->user); - -include/html2bbcode.php: Addon::callHooks('html2bbcode', $text); - -include/Contact.php: Addon::callHooks('remove_user',$r[0]); - -include/Contact.php: Addon::callHooks('contact_photo_menu', $args); - -include/conversation.php: Addon::callHooks('conversation_start',$cb); - -include/conversation.php: Addon::callHooks('render_location',$locate); - -include/conversation.php: Addon::callHooks('display_item', $arr); - -include/conversation.php: Addon::callHooks('render_location',$locate); - -include/conversation.php: Addon::callHooks('display_item', $arr); - -include/conversation.php: Addon::callHooks('item_photo_menu', $args); - -include/conversation.php: Addon::callHooks('jot_tool', $jotplugins); - -include/conversation.php: Addon::callHooks('jot_networks', $jotnets); +Here is a complete list of all hook callbacks with file locations (as of 01-Apr-2018). Please see the source for details of any hooks not documented above. index.php: Addon::callHooks('init_1'); +index.php: Addon::callHooks('app_menu', $arr); +index.php: Addon::callHooks('page_content_top', $a->page['content']); +index.php: Addon::callHooks($a->module.'_mod_init', $placeholder); +index.php: Addon::callHooks($a->module.'_mod_init', $placeholder); +index.php: Addon::callHooks($a->module.'_mod_post', $_POST); +index.php: Addon::callHooks($a->module.'_mod_afterpost', $placeholder); +index.php: Addon::callHooks($a->module.'_mod_content', $arr); +index.php: Addon::callHooks($a->module.'_mod_aftercontent', $arr); +index.php: Addon::callHooks('page_end', $a->page['content']); -index.php:Addon::callHooks('app_menu', $arr); +include/api.php: Addon::callHooks('logged_in', $a->user); +include/api.php: Addon::callHooks('authenticate', $addon_auth); +include/api.php: Addon::callHooks('logged_in', $a->user); -index.php:Addon::callHooks('page_end', $a->page['content']); +include/enotify.php: Addon::callHooks('enotify', $h); +include/enotify.php: Addon::callHooks('enotify_store', $datarray); +include/enotify.php: Addon::callHooks('enotify_mail', $datarray); +include/enotify.php: Addon::callHooks('check_item_notification', $notification_data); -mod/photos.php: Addon::callHooks('photo_post_init', $_POST); +include/conversation.php: Addon::callHooks('conversation_start', $cb); +include/conversation.php: Addon::callHooks('render_location', $locate); +include/conversation.php: Addon::callHooks('display_item', $arr); +include/conversation.php: Addon::callHooks('display_item', $arr); +include/conversation.php: Addon::callHooks('item_photo_menu', $args); +include/conversation.php: Addon::callHooks('jot_tool', $jotplugins); -mod/photos.php: Addon::callHooks('photo_post_file',$ret); +include/security.php: Addon::callHooks('logged_in', $a->user); -mod/photos.php: Addon::callHooks('photo_post_end',$foo); +include/text.php: Addon::callHooks('contact_block_end', $arr); +include/text.php: Addon::callHooks('poke_verbs', $arr); +include/text.php: Addon::callHooks('prepare_body_init', $item); +include/text.php: Addon::callHooks('prepare_body_content_filter', $hook_data); +include/text.php: Addon::callHooks('prepare_body', $hook_data); +include/text.php: Addon::callHooks('prepare_body_final', $hook_data); -mod/photos.php: Addon::callHooks('photo_post_end',$foo); +include/items.php: Addon::callHooks('page_info_data', $data); -mod/photos.php: Addon::callHooks('photo_post_end',$foo); - -mod/photos.php: Addon::callHooks('photo_post_end',intval($item_id)); - -mod/photos.php: Addon::callHooks('photo_upload_form',$ret); - -mod/friendica.php: Addon::callHooks('about_hook', $o); - -mod/editpost.php: Addon::callHooks('jot_tool', $jotplugins); - -mod/editpost.php: Addon::callHooks('jot_networks', $jotnets); - -mod/parse_url.php: Addon::callHooks('parse_link', $arr); - -mod/home.php: Addon::callHooks('home_init',$ret); - -mod/home.php: Addon::callHooks("home_content",$o); - -mod/contacts.php: Addon::callHooks('contact_edit_post', $_POST); - -mod/contacts.php: Addon::callHooks('contact_edit', $arr); - -mod/settings.php: Addon::callHooks('addon_settings_post', $_POST); - -mod/settings.php: Addon::callHooks('connector_settings_post', $_POST); - -mod/settings.php: Addon::callHooks('settings_post', $_POST); - -mod/settings.php: Addon::callHooks('addon_settings', $settings_addons); - -mod/settings.php: Addon::callHooks('connector_settings', $settings_connectors); - -mod/settings.php: Addon::callHooks('settings_form',$o); - -mod/register.php: Addon::callHooks('register_account', $newuid); - -mod/like.php: Addon::callHooks('post_local_end', $arr); +mod/directory.php: Addon::callHooks('directory_item', $arr); mod/xrd.php: Addon::callHooks('personal_xrd', $arr); -mod/item.php: Addon::callHooks('post_local_start', $_REQUEST); +mod/ping.php: Addon::callHooks('network_ping', $arr); -mod/item.php: Addon::callHooks('post_local',$datarray); +mod/parse_url.php: Addon::callHooks("parse_link", $arr); -mod/item.php: Addon::callHooks('post_local_end', $datarray); +mod/manage.php: Addon::callHooks('home_init', $ret); -mod/profile.php: Addon::callHooks('profile_advanced',$o); +mod/acl.php: Addon::callHooks('acl_lookup_end', $results); + +mod/network.php: Addon::callHooks('network_content_init', $arr); +mod/network.php: Addon::callHooks('network_tabs', $arr); + +mod/friendica.php: Addon::callHooks('about_hook', $o); +mod/subthread.php: Addon::callHooks('post_local_end', $arr); mod/profiles.php: Addon::callHooks('profile_post', $_POST); +mod/profiles.php: Addon::callHooks('profile_edit', $arr); -mod/profiles.php: Addon::callHooks('profile_edit', $arr); +mod/settings.php: Addon::callHooks('addon_settings_post', $_POST); +mod/settings.php: Addon::callHooks('connector_settings_post', $_POST); +mod/settings.php: Addon::callHooks('display_settings_post', $_POST); +mod/settings.php: Addon::callHooks('settings_post', $_POST); +mod/settings.php: Addon::callHooks('addon_settings', $settings_addons); +mod/settings.php: Addon::callHooks('connector_settings', $settings_connectors); +mod/settings.php: Addon::callHooks('display_settings', $o); +mod/settings.php: Addon::callHooks('settings_form', $o); + +mod/photos.php: Addon::callHooks('photo_post_init', $_POST); +mod/photos.php: Addon::callHooks('photo_post_file', $ret); +mod/photos.php: Addon::callHooks('photo_post_end', $foo); +mod/photos.php: Addon::callHooks('photo_post_end', $foo); +mod/photos.php: Addon::callHooks('photo_post_end', $foo); +mod/photos.php: Addon::callHooks('photo_post_end', $foo); +mod/photos.php: Addon::callHooks('photo_post_end', intval($item_id)); +mod/photos.php: Addon::callHooks('photo_upload_form', $ret); + +mod/profile.php: Addon::callHooks('profile_advanced', $o); + +mod/home.php: Addon::callHooks('home_init', $ret); +mod/home.php: Addon::callHooks("home_content", $content); + +mod/poke.php: Addon::callHooks('post_local_end', $arr); + +mod/contacts.php: Addon::callHooks('contact_edit_post', $_POST); +mod/contacts.php: Addon::callHooks('contact_edit', $arr); mod/tagger.php: Addon::callHooks('post_local_end', $arr); -mod/cb.php: Addon::callHooks('cb_init'); +mod/lockview.php: Addon::callHooks('lockview_content', $item); -mod/cb.php: Addon::callHooks('cb_post', $_POST); +mod/uexport.php: Addon::callHooks('uexport_options', $options); -mod/cb.php: Addon::callHooks('cb_afterpost'); +mod/register.php: Addon::callHooks('register_post', $arr); +mod/register.php: Addon::callHooks('register_form', $arr); -mod/cb.php: Addon::callHooks('cb_content', $o); +mod/item.php: Addon::callHooks('post_local_start', $_REQUEST); +mod/item.php: Addon::callHooks('post_local', $datarray); +mod/item.php: Addon::callHooks('post_local_end', $datarray); -mod/directory.php: Addon::callHooks('directory_item', $arr); +mod/editpost.php: Addon::callHooks('jot_tool', $jotplugins); -src/Model/Item.php Addon::callHooks('tagged', $arr); +src/Network/FKOAuth1.php: Addon::callHooks('logged_in', $a->user); + +src/Render/FriendicaSmartyEngine.php: Addon::callHooks("template_vars", $arr); + +src/Model/Item.php: Addon::callHooks('post_local', $item); +src/Model/Item.php: Addon::callHooks('post_remote', $item); +src/Model/Item.php: Addon::callHooks('post_local_end', $posted_item); +src/Model/Item.php: Addon::callHooks('post_remote_end', $posted_item); +src/Model/Item.php: Addon::callHooks('tagged', $arr); +src/Model/Item.php: Addon::callHooks('post_local_end', $new_item); + +src/Model/Contact.php: Addon::callHooks('contact_photo_menu', $args); +src/Model/Contact.php: Addon::callHooks('follow', $arr); + +src/Model/Profile.php: Addon::callHooks('profile_sidebar_enter', $profile); +src/Model/Profile.php: Addon::callHooks('profile_sidebar', $arr); +src/Model/Profile.php: Addon::callHooks('profile_tabs', $arr); +src/Model/Profile.php: Addon::callHooks('zrl_init', $arr); + +src/Model/Event.php: Addon::callHooks('event_updated', $event['id']); +src/Model/Event.php: Addon::callHooks("event_created", $event['id']); + +src/Model/User.php: Addon::callHooks('register_account', $uid); +src/Model/User.php: Addon::callHooks('remove_user', $user); + +src/Content/Text/BBCode.php: Addon::callHooks('bbcode', $text); +src/Content/Text/BBCode.php: Addon::callHooks('bb2diaspora', $text); + +src/Content/Text/HTML.php: Addon::callHooks('html2bbcode', $message); + +src/Content/Smilies.php: Addon::callHooks('smilie', $params); + +src/Content/Feature.php: Addon::callHooks('isEnabled', $arr); +src/Content/Feature.php: Addon::callHooks('get', $arr); + +src/Content/ContactSelector.php: Addon::callHooks('network_to_name', $nets); +src/Content/ContactSelector.php: Addon::callHooks('gender_selector', $select); +src/Content/ContactSelector.php: Addon::callHooks('sexpref_selector', $select); +src/Content/ContactSelector.php: Addon::callHooks('marital_selector', $select); + +src/Content/OEmbed.php: Addon::callHooks('oembed_fetch_url', $embedurl, $j); + +src/Content/Nav.php: Addon::callHooks('page_header', $a->page['nav']); +src/Content/Nav.php: Addon::callHooks('nav_info', $nav); + +src/Worker/Directory.php: Addon::callHooks('globaldir_update', $arr); +src/Worker/Notifier.php: Addon::callHooks('notifier_end', $target_item); +src/Worker/Queue.php: Addon::callHooks('queue_predeliver', $r); +src/Worker/Queue.php: Addon::callHooks('queue_deliver', $params); + +src/Module/Login.php: Addon::callHooks('authenticate', $addon_auth); +src/Module/Login.php: Addon::callHooks('login_hook', $o); +src/Module/Logout.php: Addon::callHooks("logging_out"); + +src/Object/Post.php: Addon::callHooks('render_location', $locate); +src/Object/Post.php: Addon::callHooks('display_item', $arr); + +src/Core/ACL.php: Addon::callHooks('contact_select_options', $x); +src/Core/ACL.php: Addon::callHooks($a->module.'_pre_'.$selname, $arr); +src/Core/ACL.php: Addon::callHooks($a->module.'_post_'.$selname, $o); +src/Core/ACL.php: Addon::callHooks($a->module.'_pre_'.$selname, $arr); +src/Core/ACL.php: Addon::callHooks($a->module.'_post_'.$selname, $o); +src/Core/ACL.php: Addon::callHooks('jot_networks', $jotnets); + +src/Core/Worker.php: Addon::callHooks("proc_run", $arr); + +src/Util/Emailer.php: Addon::callHooks('emailer_send_prepare', $params); +src/Util/Emailer.php: Addon::callHooks("emailer_send", $hookdata); + +src/Util/Map.php: Addon::callHooks('generate_map', $arr); +src/Util/Map.php: Addon::callHooks('generate_named_map', $arr); +src/Util/Map.php: Addon::callHooks('Map::getCoordinates', $arr); + +src/Util/Network.php: Addon::callHooks('avatar_lookup', $avatar); + +src/Util/ParseUrl.php: Addon::callHooks("getsiteinfo", $siteinfo); + +src/Protocol/DFRN.php: Addon::callHooks('atom_feed_end', $atom); +src/Protocol/DFRN.php: Addon::callHooks('atom_feed_end', $atom); diff --git a/doc/Composer.md b/doc/Composer.md index 41fc2aca37..306d0fa89d 100644 --- a/doc/Composer.md +++ b/doc/Composer.md @@ -12,7 +12,7 @@ It's a command-line tool that downloads required libraries into the `vendor` fol ## How to use Composer -If you don't have Composer installed on your system, Friendica ships with a copy of it at `util/composer.phar`. +If you don't have Composer installed on your system, Friendica ships with a copy of it at `bin/composer.phar`. For the purpose of this help, all examples will use this path to run Composer commands, however feel free to replace them with your own way of calling Composer. Composer requires PHP CLI and the following examples assume it's available system-wide. @@ -30,7 +30,7 @@ Here are the typical commands you will have to run to do so: ```` ~> git clone https://github.com/friendica/friendica.git friendica ~/friendica> cd friendica -~/friendica> util/composer.phar install +~/friendica> bin/composer.phar install ```` That's it! Composer will take care of fetching all the required libraries in the `vendor` folder and build the autoloader to make those libraries available to Friendica. @@ -42,7 +42,7 @@ Updating Friendica to the current stable or the latest develop version is easy w ```` ~> cd friendica ~/friendica> git pull -~/friendica> util/composer.phar install +~/friendica> bin/composer.phar install ```` And that's it. If any library used by Friendica has been upgraded, Composer will fetch the version currently used by Friendica and refresh the autoloader to ensure the best performances. @@ -87,13 +87,13 @@ Or you can specify the exact version of the library if you code requires it, and To add a library, just add its Packagist identifier to the `require` list and set a target version string. -Then you should run `util/composer.phar update` to add it to your local `vendor` folder and update the `composer.lock` file that specifies the current versions of the dependencies. +Then you should run `bin/composer.phar update` to add it to your local `vendor` folder and update the `composer.lock` file that specifies the current versions of the dependencies. #### Updating an existing dependency If a package needs to be updated, whether to the next minor version or to the next major version provided you changed the adequate code in Friendica, simply edit `composer.json` to update the target version string of the relevant library. -Then you should run `util/composer.phar update` to update it in your local `vendor` folder and update the `composer.lock` file that specifies the current versions of the dependencies. +Then you should run `bin/composer.phar update` to update it in your local `vendor` folder and update the `composer.lock` file that specifies the current versions of the dependencies. Please note that you should commit both `composer.json` and `composer.lock` with your work every time you make a change to the former. @@ -111,7 +111,7 @@ This is because `sudo` doesn't always change the `HOME` environment variable, wh However, you can temporarily change environment variable for the execution of a single command. For Composer, this would be: ```` -$> COMPOSER_HOME=/var/tmp/composer sudo -u [web user] util/composer.phar [mode] +$> COMPOSER_HOME=/var/tmp/composer sudo -u [web user] bin/composer.phar [mode] ```` ## Related diff --git a/doc/Developer-How-To-Move-Classes-to-src.md b/doc/Developer-How-To-Move-Classes-to-src.md index 134c2a1f5e..3087918b72 100644 --- a/doc/Developer-How-To-Move-Classes-to-src.md +++ b/doc/Developer-How-To-Move-Classes-to-src.md @@ -94,7 +94,7 @@ Please remove all the `require_once` mentions of the former file, as they will p ## Miscellaneous tips -When you are done with moving the class, please run `php util/typo.php` from the Friendica base directory to check for obvious mistakes. +When you are done with moving the class, please run `php bin/console.php typo` from the Friendica base directory to check for obvious mistakes. Howevever, this tool isn't bullet-proof, and a staging install of Friendica is recommended to test your class move without impairing your production server if you host one. Most of Friendica processes are run in the background, so make sure to turn on your debug log to check for errors that wouldn't show up while simply browsing Friendica. diff --git a/doc/Developers-Intro.md b/doc/Developers-Intro.md index f0591cddcb..1e077902d6 100644 --- a/doc/Developers-Intro.md +++ b/doc/Developers-Intro.md @@ -16,7 +16,6 @@ Whether you feel like an expert or like a newbie - join us with your ideas! The discussion of Friendica development takes place in the following Friendica forums: * The main [forum for Friendica development](https://forum.friendi.ca/profile/developers) -* The [forum for Friendica theme development](https://friendica.eu/profile/ftdevs) ## Help other users @@ -61,7 +60,7 @@ If you want to have git automatically update the dependencies with composer, you } # `composer install` if the `composer.lock` file gets changed # to update all the php dependencies - check_run composer.lock "util/composer.phar install --no-dev" + check_run composer.lock "bin/composer.phar install --no-dev" just place it into `.git/hooks/post-merge` and make it executable. @@ -141,7 +140,7 @@ If you want to get involved here: * Look at the first steps that were made (e.g. the clean theme). Ask us to find out whom to talk to about their experiences. * Talk to design people if you know any. -* Let us know about your plans [in the dev forum](https://forum.friendi.ca/profile/developers) or the [theme developer forum](https://friendica.eu/profile/ftdevs). +* Let us know about your plans [in the dev forum](https://forum.friendi.ca/profile/developers) Do not worry about cross-posting. ### Client software diff --git a/doc/FAQ.md b/doc/FAQ.md index ccf81d8a94..31d980a9a1 100644 --- a/doc/FAQ.md +++ b/doc/FAQ.md @@ -30,7 +30,7 @@ User SSL (Secure Socket Layer) is a technology to encrypt data transfer between computers. Sometimes your browser warns you about a missing or invalid certificate. -These warnings can have three reasons: +These warnings can have three reasons: 1. The server you are connected to doesn't offer SSL encryption. 2. The server has a self-signed certificate (not recommended). @@ -49,8 +49,8 @@ Generally, you can attach any kind of file to a post. This is possible by using the "paper-clip"-symbol in the editor. These files will be linked to your post and can be downloaded by your contacts. But it's not possible to get a preview for these items. -Because of this, this upload method is only recommended for office or zipped files. -If you want to share content from Dropbox, Owncloud or any other [filehoster](http://en.wikipedia.org/wiki/Comparison_of_file_hosting_services), use the "link"-button (chain-symbol). +Because of this, this upload method is only recommended for office or zipped files. +If you want to share content from Dropbox, Owncloud or any other [filehoster](http://en.wikipedia.org/wiki/Comparison_of_file_hosting_services), use the "link"-button (chain-symbol). When you're adding URLs of other webpages with the "link"-button, Friendica tries to create a small preview. If this doesn't work, try to add the link by typing: [url=http://example.com]*self-chosen name*[/url]. @@ -58,9 +58,9 @@ If this doesn't work, try to add the link by typing: [url=http://example.com]*se You can also add video and audio files to posts. However, instead of a direct upload you have to use one of the following methods: -1. Add the video or audio link of a hoster (Youtube, Vimeo, Soundcloud and anyone else with oembed/opengraph-support). Videos will be shown with a preview image you can click on to start. SoundCloud directly inserts a player to your post. +1. Add the video or audio link of a hoster (Youtube, Vimeo, Soundcloud and anyone else with oembed/opengraph-support). Videos will be shown with a preview image you can click on to start. SoundCloud directly inserts a player to your post. -2. If you have your own server, you can upload multimedia files via FTP and insert the URL. +2. If you have your own server, you can upload multimedia files via FTP and insert the URL. Friendica uses HTML5 for embedding content. Therefore, the supported files are dependent on your browser and operating system. @@ -70,7 +70,8 @@ See Wikipedia for more of them ([video](http://en.wikipedia.org/wiki/HTML5_video ### Is it possible to have different avatars per profile? -Yes. On your Edit/Manage Profiles page, you will find a "change profile photo" link. +Yes. +On your Edit/Manage Profiles page, you will find a "change profile photo" link. Clicking this will take you to a page where you can upload a photograph and select which profile it will be associated with. To avoid privacy leakage, we only display the photograph associated with your default profile as the avatar in your posts. @@ -111,15 +112,9 @@ After that, your account is deleted. ### Can I follow a hashtag? -No. The act of 'following' a hashtags is an interesting technology, but presents a few issues. - -1. Posts would have to be copied to all sites on the network that are "listening" to that hashtag. This would increase the storage demands to the detriment of small sites. It would make the use of shared hosting practically impossible. - -2. Making spam easy (tag spam is a serious issue on Twitter for instance) - -3. It creates a natural bias towards large sites which hold more tagged content - if your network uses tagging instead of other conversation federation mechanisms such as groups/forums. - -Instead, we offer other mechanisms for wide-area conversations while retaining a 'level playing ground' for both large and small sites, such as forums and community pages and shared tags. +Yes. Simply add the hash tag to your saved searches. +The posts will appear on your network page. +For technical reasons, your answers to such posts won't appear on the "personal" tab in the network page and the whole thread isn't accessible via the API. ### How to create a RSS feed of the stream? @@ -130,16 +125,16 @@ If you want to share your public page via rss you can use one of the following l basic-url.com//feed/[nickname]/posts -Example: Friendica Support - +Example: Friendica Support + https://forum.friendi.ca/feed/helpers/posts #### RSS feed of the conversations at your site basic-url.com/feed/profilename/comments - -Example: Friendica Support - + +Example: Friendica Support + https://forum.friendi.ca/feed/helpers/comments @@ -171,10 +166,15 @@ Depending on the features of the client you might encounter some glitches in usa ### Where I can find help? If you have problems with your Friendica page, you can ask the community at the [Friendica Support Group](https://forum.friendi.ca/profile/helpers). -If you can't use your default profile you can use an account at a public site [list](https://dir.friendica.social/servers) or you can use the Librelist mailing list. -If you want to use the mailing list, please just send a mail to friendica AT librelist DOT com. +If you can't use your default profile you can use an account at a public site [list](https://dir.friendica.social/servers). -If you are a theme developer, you will find help at this forum: [Friendica Theme Developers](https://friendica.eu/profile/ftdevs). +In case you do not want to set up another account on Friendica, you can also use one of the following channels to reach out for help: + + * [Friendica Support Forum](https://forum.friendi.ca/~helpers) + * [Mailing List Archive](http://mailman.friendi.ca/mailman/listinfo/support-friendi.ca) you can subscribe to the list by sending an email to ``support-request(at)friendi.ca?subject=subscribe`` + * XMPP/Jabber MUC: support(at)forum.friendi.ca + * IRC: #friendica at irc.freenode.net + * Matrix: #friendi.ca or #friendica at matrix.org Admin -------- @@ -192,7 +192,7 @@ There you will always find the current stable version of friendica. Addons are listed at [this page](https://github.com/friendica/friendica-addons). -If you are searching for new themes, you can find them at [Friendica-Themes.com](http://friendica-themes.com/) +If you are searching for new themes, you can find them at [Friendica-Themes.com](http://friendica-themes.com/) ### I've changed my email address now the admin panel is gone? @@ -213,8 +213,8 @@ The listed emails need to be separated by a comma. Please have a look at the Admin panel under [DB updates](/admin/dbsync/) and follow the link to *check database structure*. This will start a background process to check if the structure is up to the current definition. -You can manually execute the structure update from the CLI in the base directory of your Friendica installation by running the following script: +You can manually execute the structure update from the CLI in the base directory of your Friendica installation by running the following command: - scripts/dbstructure.php update + bin/console dbstructure update if there occur any errors, please contact the [support forum](https://forum.friendi.ca/profile/helpers). diff --git a/doc/Github.md b/doc/Github.md index a34855bf7e..ca467e5254 100644 --- a/doc/Github.md +++ b/doc/Github.md @@ -13,7 +13,7 @@ Introduction to the workflow with our GitHub repository 3. Fork the Friendica repository from [https://github.com/friendica/friendica.git](https://github.com/friendica/friendica.git). 4. Clone your fork from your GitHub account to your machine. Follow the instructions provided here: [http://help.github.com/fork-a-repo/](http://help.github.com/fork-a-repo/) to create and use your own tracking fork on GitHub -5. Run `util/composer.phar install` in Friendica's folder. +5. Run `bin/composer.phar install` in Friendica's folder. 6. Commit your changes to your fork. Then go to your GitHub page and create a "Pull request" to notify us to merge your work. @@ -68,7 +68,9 @@ If possible get an experienced Friendica developer to review the code. Don't hesitate to ask us in case of doubt. 3. Check your code for typos. -There is a PHP script in the *util* directory called *typos.php* for this. +There is a console command called *typo* for this. + + $> php bin/console.php typo Check out how to work with [our Vagrant](help/Vagrant) to save a lot of setup time! diff --git a/doc/Install.md b/doc/Install.md index c9fc4e6031..b9b2debb42 100644 --- a/doc/Install.md +++ b/doc/Install.md @@ -28,7 +28,8 @@ Requirements * Apache with mod-rewrite enabled and "Options All" so you can use a local .htaccess file * PHP 5.6+ (PHP 7 is recommended for performance) * PHP *command line* access with register_argc_argv set to true in the php.ini file -* Curl, GD, PDO, MySQLi, hash, xml and OpenSSL extensions +* Curl, GD, PDO, MySQLi, hash, xml, zip and OpenSSL extensions +* The POSIX module of PHP needs to be activated (e.g. [RHEL, CentOS](http://www.bigsoft.co.uk/blog/index.php/2014/12/08/posix-php-commands-not-working-under-centos-7) have disabled it) * some form of email server or email gateway such that PHP mail() works * Mysql 5.5.3+ or an equivalant alternative for MySQL (MariaDB, Percona Server etc.) * the ability to schedule jobs with cron (Linux/Mac) or Scheduled Tasks (Windows) (Note: other options are presented in Section 7 of this document.) @@ -38,7 +39,7 @@ Requirements Installation procedure --- -###Get Friendica +### Get Friendica Unpack the Friendica files into the root of your web server document area. If you are able to do so, we recommend using git to clone the source repository rather than to use a packaged tar or zip file. @@ -47,7 +48,7 @@ The Linux commands to clone the repository into a directory "mywebsite" would be git clone https://github.com/friendica/friendica.git mywebsite cd mywebsite - util/composer.phar install + bin/composer.phar install Make sure the folder *view/smarty3* exists and is writable by the webserver user @@ -64,7 +65,7 @@ Clone the addon repository (separately): If you copy the directory tree to your webserver, make sure that you also copy .htaccess - as "dot" files are often hidden and aren't normally copied. -###Create a database +### Create a database Create an empty database and note the access details (hostname, username, password, database name). @@ -79,7 +80,7 @@ In this case find the [mysqld] section in your my.cnf file and add the line : Restart mysql and you should be fine. -###Run the installer +### Run the installer Point your web browser to the new site and follow the instructions. Please note any error messages and correct these before continuing. @@ -96,19 +97,19 @@ Registration errors should all be recoverable automatically. If you get any *critical* failure at this point, it generally indicates the database was not installed correctly. You might wish to move/rename .htconfig.php to another name and empty (called 'dropping') the database tables, so that you can start fresh. -###Set up the worker +### Set up the worker Set up a cron job or scheduled task to run the worker once every 5-10 minutes in order to perform background processing. Example: - cd /base/directory; /path/to/php scripts/worker.php + cd /base/directory; /path/to/php bin/worker.php Change "/base/directory", and "/path/to/php" as appropriate for your situation. If you are using a Linux server, run "crontab -e" and add a line like the one shown, substituting for your unique paths and settings: - */10 * * * * cd /home/myname/mywebsite; /usr/bin/php scripts/worker.php + */10 * * * * cd /home/myname/mywebsite; /usr/bin/php bin/worker.php You can generally find the location of PHP by executing "which php". If you run into trouble with this section please contact your hosting provider for assistance. @@ -118,7 +119,8 @@ If it is not possible to set up a cron job then please activate the "frontend wo Once you have installed Friendica and created an admin account as part of the process, you can access the admin panel of your installation and do most of the server wide configuration from there -###Set up a backup plan +### Set up a backup plan + Bad things will happen. Let there be a hardware failure, a corrupted database or whatever you can think of. So once the installation of your Friendica node is done, you should make yourself a backup plan. diff --git a/doc/Making-Friends.md b/doc/Making-Friends.md index 448f125d79..d7f18298c5 100644 --- a/doc/Making-Friends.md +++ b/doc/Making-Friends.md @@ -3,21 +3,23 @@ Making Friends * [Home](help) -Friendship in Friendica can take on a great many different meanings. -But let's keep it simple, you want to be friends with somebody. +Friendship in Friendica can sometimes take on different meaning. +But let's keep it simple; you want to be friends with somebody. How do you do it? The Directories --- -Friendica has two different kinds of "address book": -The directory of the Friendica server you are registered on and the global directory that collects account information across all Friendica instances. +Friendica has two different kinds of "address book". +The directory of the Friendica server you are registered on and a global directory to which your and other Friendica servers submit account information. The first thing you can do is look at the **Directory**. The directory is split up into two parts. If you click the directory button, you will be presented with a list of all members (who chose to be listed) on your server. -You'll also see a link to the **Global Directory**. -If you click through to the global directory, you will be presented with a list of everybody who chose to be listed across all instances of Friendica. +You'll also see a link to a **Global Directory**. +There are several global directories across the globe that regularly exchange information with each other. +The specific global directory that you see usually depends on where your server is located. +If you click through to the global directory, you will be presented with a list of everybody who choses to be listed across all instances of Friendica. You will also see a "Show Community Forums" link, which will direct you to Groups, Forums and Fanpages. You connect to people, groups and forums in the same way, except groups and forums will automatically accept your introduction request, whereas a human will approve you manually. @@ -26,21 +28,18 @@ Connect to other Friendica users Visit their profile. Just beneath their profile picture will be the word 'Connect' (we're assuming this is an English language profile). -Click that 'Connect' button. -It will take you to a 'Connect' form. +Click that 'Connect' button and it will take you to a 'Connect' form. The form is going to ask you for your Identity Address. This is necessary so that this person's website can find yours. -What do you put in the box? - -If your Friendica site is called "demo.friendica.com" and your username/nickname on that site is "bob", you would put in "bob@demo.friendica.com". +If your Friendica site is called "demo.friendica.com" and your username/nickname on that site is "bob", you would enter "bob@demo.friendica.com" in this form. Notice this looks just like an email address. -It was meant to be that way. +It's meant to be that way. It's easy for people to remember. -You *could* also put in the URL of your "home" page, such as "http://demo.friendica.com/profile/bob", but the email-style address is certainly easier. +You *could* also put in the URL of your "home" page, such as "http://demo.friendica.com/profile/bob" instead of the email-style address. When you've submitted the connection page, it will take you back to your own site where you must then login (if necessary) and verify the connection request on *your* site. Once you've done this, the two websites can communicate with each other to complete the process (after your new friend has approved the request). @@ -51,31 +50,40 @@ This will take you through a similar process. Connect to users of alternate networks --- -###GNU Social, Twitter, Diaspora -You can also use your Identity Address or other people's Identity Addresses to become friends across networks. -The list of possible networks is growing all the time. -If you know (for instance) "bob" on gnusocial.de (a GNU Social site) you could put bob@gnusocial.de into your Contact page and become friends across networks. -(Or you can put in the URL to Bob's gnusocial.de page if you wish). +###Across the Federation and Fedivese +You can also use your Identity Address or other people's Identity Addresses to become friends across the so-called Federation/Fedivese of open source social media. +Currently, Friendica supports connections with people on diaspora*, Red, Hubzilla, GNU Social, StatusNet, Mastodon, Pleroma, socialhome, and ganggo platforms. -You can do the same for Twitter accounts and Diaspora accounts. +If you know (for instance) "alice" on gnusocial.net (a GNU Social site) you could put alice@gnusocial.net into your Contact page and become friends across networks. +Likwise you can put in the URL to Alice's gnusocial.net page, if you wish. +Note: Some versions of GNU Social software may require the full URL to your profile and may not work with the identity address. -In fact, you can "follow" almost anybody or any website that produces a syndication feed (RSS/Atom,etc.). -If we can find an information stream and a name to attach to the contact, we'll try to connect with them. +People on these networks can also initiate contact with you, if they know your contact details. + +###Other social media +If you server provides this functionality, you can also connect with people one +Twitter or important feeds from Tumblr, Wordpress, and many more. + +To connect, enter their contact details in the "connect" box on your "Contacts" page. ###Email If you have supplied your mailbox connection information on your Settings page, you can enter the email address of anybody that has sent you a message recently and have their email messages show up in your social stream. You can also reply to them from within Friendica. -People can also become friends with you from other networks. -If a friend of yours has an GNU Social account, they can become friends with you by putting your Friendica Identity Address into their GNU Social subscription dialog box. -A similar mechanism is available for Diaspora members, by putting your identity address into their search bar. +Create an email contact with for example Alice on Gmail, enter her email in following format "mailto:alice@gmail.no". +In order to avoid abuse or spam, you must have an email from Alice with the correct email address in your email inbox. -Note: Some versions of GNU Social software may require the full URL to your profile and may not work with the identity address. +Subscribing to mailing lists is done in the same way, but without the use of the "mailto:" prefix. +To subscribe to a mailing list, enter the email in following example format "mailling-list@list-server.net". + +###Syndication feeds +You can "follow" almost anybody or any website that produces a syndication feed (RSS/Atom,etc.). +If we can find an information stream and a name to attach to the contact, we'll try to connect with them. Notification --- When somebody requests friendship you will receive a notification. -You will need to approve this before the friendship is complete. +You will usually need to approve this before the friendship is complete. Approval --- @@ -84,16 +92,16 @@ Friendica does not allow this by default, as it would open a gateway for spam. Unilateral or bilateral friendships --- -When you receive a friendship notification from another Friendica member, you will have the option of allowing them as a "fan" or as a "friend". -If they are a fan, they can see what you have to say, including private communications that you send to them, but not vice versa. +When you receive a friendship notification from another Friendica member, you will have the option of allowing them as a "Follower" or as a "Friend". +If they are a follower, they can see what you have to say, including private communications that you send to them, but not vice versa. As a friend, you can both communicate with each other. -Diaspora uses a different terminology, and you are given the option of allowing them to "share with you", or being full friends. +diaspora* uses a different terminology, and you are given the option of allowing them to "share with you", or being full friends. Ignoring, blocking and deleting contacts --- Once you have become friends, if you find the person constantly sends you spam or worthless information, you can "Ignore" them - without breaking off the friendship or even alerting them to the fact that you aren't interested in anything they are saying. -In many ways they are like a "fan" - but they don't know this. +In many ways they are like a "follower" - but they don't know this. They think they are a friend. You can also "block" a person. diff --git a/doc/Settings.md b/doc/Settings.md index a574e0675c..dbf57395f5 100644 --- a/doc/Settings.md +++ b/doc/Settings.md @@ -57,6 +57,21 @@ The `vier` theme for instance is mobile friendly. ### Registration +#### Register policy + +With this drop down selector you can set the nodes registration policy. +You can chose between the following modes: + +* **open**: Everybody can register a new account and start using it right away. +* **requires approval**: Everybody can register a new account, but the admin has to approve it before it can be used. +* **closed**: No new registrations are possible. + +##### Invitation based registry + +Additionally to the setting in the admin panel, you can devide if registrations are only possible using an invitation code or not. +To enable invitation based registration, you have to set the `invitation_only` setting in the [.htconfig.php](/help/htconfig) file. +If you want to use this method, the registration policy has to be set to either *open* or *requires approval*. + #### Check Full Names You may find a lot of spammers trying to register on your site. @@ -111,6 +126,14 @@ Unauthorised persons will also not be able to request friendship with site membe Default is false. Available in version 2.2 or greater. +#### Community pages for Visitors + +The community pages show all public postings, separated by their origin being local or the entire network. +With this setting you can select which community pages will be shown to visitors of your Friendica node. +Your local users will always have access to both pages. + +**Note**: Several settings, like users hiding their contacts from the public will prevent the postings to show up on the global community page. + #### Allowed Friend Domains Comma separated list of domains which are allowed to establish friendships with this site. diff --git a/doc/Update.md b/doc/Update.md index 57d29bae4d..9e9324da94 100644 --- a/doc/Update.md +++ b/doc/Update.md @@ -21,7 +21,7 @@ You can get the latest changes at any time with cd path/to/friendica git pull - util/composer.phar install + bin/composer.phar install The addon tree has to be updated separately like so: diff --git a/doc/api.md b/doc/api.md index 3306c7d4dd..76b3f3dc80 100644 --- a/doc/api.md +++ b/doc/api.md @@ -294,6 +294,85 @@ Friendica doesn't allow showing the friends of other users. --- +### lists/ownerships (*; AUTH) + +#### Parameters + +* list_id: ID of the list +* count: Items per page +* page: Page number +* since_id: Minimum ID +* max_id: Maximum ID + +#### Unsupported parameters + +* slug +* owner_screen_name +* owner_id +* include_entities +* include_rts + +--- + +### lists/destroy (POST; AUTH) + +#### Parameters + +* list_id: ID of the list + +#### Unsupported parameters + +* owner_screen_name +* owner_id +* slug + +--- + +### lists/create (POST; AUTH) + +#### Parameters + +* name: name of the list + +#### Unsupported parameters + +* mode +* description + +--- + +### lists/update (POST; AUTH) + +#### Parameters + +* list_id: ID of the list +* name: name of the list + +#### Unsupported parameters + +* slug +* name +* mode +* description +* owner_screen_name +* owner_id + +--- + +### lists/statuses (*; AUTH) + +#### Parameters + +* user_id: ID of the user for whom to return results. + +#### Unsupported parameters + +* screen_name +* count +* cursor + +--- + ### media/upload (POST,PUT; AUTH) #### Parameters @@ -1237,7 +1316,6 @@ The following API calls from the Twitter API are not implemented in either Frien * users/suggestions/:slug/members * favorites/list * lists/list -* lists/statuses * lists/members/destroy * lists/memberships * lists/subscribers @@ -1248,13 +1326,9 @@ The following API calls from the Twitter API are not implemented in either Frien * lists/members/show * lists/members * lists/members/create -* lists/destroy -* lists/update -* lists/create * lists/show * lists/subscriptions * lists/members/destroy_all -* lists/ownerships * saved_searches/show/:id * saved_searches/create * saved_searches/destroy/:id diff --git a/doc/de/Addons.md b/doc/de/Addons.md index f4c14bc613..7651840f41 100644 --- a/doc/de/Addons.md +++ b/doc/de/Addons.md @@ -189,178 +189,186 @@ Derzeitige Hooks Komplette Liste der Hook-Callbacks --- -Eine komplette Liste aller Hook-Callbacks mit den zugehörigen Dateien (am 14-Feb-2012 generiert): Bitte schau in die Quellcodes für Details zu Hooks, die oben nicht dokumentiert sind. +Eine komplette Liste aller Hook-Callbacks mit den zugehörigen Dateien (am 01-Apr-2018 generiert): Bitte schau in die Quellcodes für Details zu Hooks, die oben nicht dokumentiert sind. -boot.php: Addon::callHooks('login_hook',$o); +index.php: Addon::callHooks('init_1'); +index.php: Addon::callHooks('app_menu', $arr); +index.php: Addon::callHooks('page_content_top', $a->page['content']); +index.php: Addon::callHooks($a->module.'_mod_init', $placeholder); +index.php: Addon::callHooks($a->module.'_mod_init', $placeholder); +index.php: Addon::callHooks($a->module.'_mod_post', $_POST); +index.php: Addon::callHooks($a->module.'_mod_afterpost', $placeholder); +index.php: Addon::callHooks($a->module.'_mod_content', $arr); +index.php: Addon::callHooks($a->module.'_mod_aftercontent', $arr); +index.php: Addon::callHooks('page_end', $a->page['content']); -boot.php: Addon::callHooks('profile_sidebar_enter', $profile); +include/api.php: Addon::callHooks('logged_in', $a->user); +include/api.php: Addon::callHooks('authenticate', $addon_auth); +include/api.php: Addon::callHooks('logged_in', $a->user); -boot.php: Addon::callHooks('profile_sidebar', $arr); - -boot.php: Addon::callHooks("proc_run", $arr); - -include/contact_selectors.php: Addon::callHooks('network_to_name', $nets); - -include/api.php: Addon::callHooks('logged_in', $a->user); - -include/api.php: Addon::callHooks('logged_in', $a->user); - -include/queue.php: Addon::callHooks('queue_predeliver', $a, $r); - -include/queue.php: Addon::callHooks('queue_deliver', $a, $params); - -include/text.php: Addon::callHooks('contact_block_end', $arr); - -include/text.php: Addon::callHooks('smilie', $s); - -include/text.php: Addon::callHooks('prepare_body_init', $item); - -include/text.php: Addon::callHooks('prepare_body', $prep_arr); - -include/text.php: Addon::callHooks('prepare_body_final', $prep_arr); - -include/nav.php: Addon::callHooks('page_header', $a->page['nav']); - -include/auth.php: Addon::callHooks('authenticate', $addon_auth); - -include/bbcode.php: Addon::callHooks('bbcode',$Text); - -include/oauth.php: Addon::callHooks('logged_in', $a->user); - -include/acl_selectors.php: Addon::callHooks($a->module . '_pre_' . $selname, $arr); - -include/acl_selectors.php: Addon::callHooks($a->module . '_post_' . $selname, $o); - -include/acl_selectors.php: Addon::callHooks('contact_select_options', $x); - -include/acl_selectors.php: Addon::callHooks($a->module . '_pre_' . $selname, $arr); - -include/acl_selectors.php: Addon::callHooks($a->module . '_post_' . $selname, $o); - -include/acl_selectors.php: Addon::callHooks($a->module . '_pre_' . $selname, $arr); - -include/acl_selectors.php: Addon::callHooks($a->module . '_post_' . $selname, $o); - -include/notifier.php: Addon::callHooks('notifier_normal',$target_item); - -include/notifier.php: Addon::callHooks('notifier_end',$target_item); - -include/items.php: Addon::callHooks('atom_feed', $atom); - -include/items.php: Addon::callHooks('atom_feed_end', $atom); - -include/items.php: Addon::callHooks('atom_feed_end', $atom); - -include/items.php: Addon::callHooks('parse_atom', $arr); - -include/items.php: Addon::callHooks('post_remote',$arr); - -include/items.php: Addon::callHooks('atom_author', $o); - -include/items.php: Addon::callHooks('atom_entry', $o); - -include/bb2diaspora.php: Addon::callHooks('bb2diaspora',$Text); - -include/cronhooks.php: Addon::callHooks('cron', $d); - -include/security.php: Addon::callHooks('logged_in', $a->user); - -include/html2bbcode.php: Addon::callHooks('html2bbcode', $text); - -include/Contact.php: Addon::callHooks('remove_user',$r[0]); - -include/Contact.php: Addon::callHooks('contact_photo_menu', $args); - -include/conversation.php: Addon::callHooks('conversation_start',$cb); - -include/conversation.php: Addon::callHooks('render_location',$locate); +include/enotify.php: Addon::callHooks('enotify', $h); +include/enotify.php: Addon::callHooks('enotify_store', $datarray); +include/enotify.php: Addon::callHooks('enotify_mail', $datarray); +include/enotify.php: Addon::callHooks('check_item_notification', $notification_data); +include/conversation.php: Addon::callHooks('conversation_start', $cb); +include/conversation.php: Addon::callHooks('render_location', $locate); include/conversation.php: Addon::callHooks('display_item', $arr); - -include/conversation.php: Addon::callHooks('render_location',$locate); - include/conversation.php: Addon::callHooks('display_item', $arr); - include/conversation.php: Addon::callHooks('item_photo_menu', $args); - include/conversation.php: Addon::callHooks('jot_tool', $jotplugins); -include/conversation.php: Addon::callHooks('jot_networks', $jotnets); +include/security.php: Addon::callHooks('logged_in', $a->user); -index.php: Addon::callHooks('init_1'); +include/text.php: Addon::callHooks('contact_block_end', $arr); +include/text.php: Addon::callHooks('poke_verbs', $arr); +include/text.php: Addon::callHooks('prepare_body_init', $item); +include/text.php: Addon::callHooks('prepare_body_content_filter', $hook_data); +include/text.php: Addon::callHooks('prepare_body', $hook_data); +include/text.php: Addon::callHooks('prepare_body_final', $hook_data); -index.php: Addon::callHooks('app_menu', $arr); +include/items.php: Addon::callHooks('page_info_data', $data); -index.php: Addon::callHooks('page_end', $a->page['content']); +mod/directory.php: Addon::callHooks('directory_item', $arr); -mod/photos.php: Addon::callHooks('photo_post_init', $_POST); +mod/xrd.php: Addon::callHooks('personal_xrd', $arr); -mod/photos.php: Addon::callHooks('photo_post_file',$ret); +mod/ping.php: Addon::callHooks('network_ping', $arr); -mod/photos.php: Addon::callHooks('photo_post_end',$foo); +mod/parse_url.php: Addon::callHooks("parse_link", $arr); -mod/photos.php: Addon::callHooks('photo_post_end',$foo); +mod/manage.php: Addon::callHooks('home_init', $ret); -mod/photos.php: Addon::callHooks('photo_post_end',$foo); +mod/acl.php: Addon::callHooks('acl_lookup_end', $results); -mod/photos.php: Addon::callHooks('photo_post_end',intval($item_id)); +mod/network.php: Addon::callHooks('network_content_init', $arr); +mod/network.php: Addon::callHooks('network_tabs', $arr); -mod/photos.php: Addon::callHooks('photo_upload_form',$ret); +mod/friendica.php: Addon::callHooks('about_hook', $o); +mod/subthread.php: Addon::callHooks('post_local_end', $arr); -mod/friendica.php: Addon::callHooks('about_hook', $o); +mod/profiles.php: Addon::callHooks('profile_post', $_POST); +mod/profiles.php: Addon::callHooks('profile_edit', $arr); -mod/editpost.php: Addon::callHooks('jot_tool', $jotplugins); +mod/settings.php: Addon::callHooks('addon_settings_post', $_POST); +mod/settings.php: Addon::callHooks('connector_settings_post', $_POST); +mod/settings.php: Addon::callHooks('display_settings_post', $_POST); +mod/settings.php: Addon::callHooks('settings_post', $_POST); +mod/settings.php: Addon::callHooks('addon_settings', $settings_addons); +mod/settings.php: Addon::callHooks('connector_settings', $settings_connectors); +mod/settings.php: Addon::callHooks('display_settings', $o); +mod/settings.php: Addon::callHooks('settings_form', $o); -mod/editpost.php: Addon::callHooks('jot_networks', $jotnets); +mod/photos.php: Addon::callHooks('photo_post_init', $_POST); +mod/photos.php: Addon::callHooks('photo_post_file', $ret); +mod/photos.php: Addon::callHooks('photo_post_end', $foo); +mod/photos.php: Addon::callHooks('photo_post_end', $foo); +mod/photos.php: Addon::callHooks('photo_post_end', $foo); +mod/photos.php: Addon::callHooks('photo_post_end', $foo); +mod/photos.php: Addon::callHooks('photo_post_end', intval($item_id)); +mod/photos.php: Addon::callHooks('photo_upload_form', $ret); -mod/parse_url.php: Addon::callHooks('parse_link', $arr); +mod/profile.php: Addon::callHooks('profile_advanced', $o); -mod/home.php: Addon::callHooks('home_init',$ret); +mod/home.php: Addon::callHooks('home_init', $ret); +mod/home.php: Addon::callHooks("home_content", $content); -mod/home.php: Addon::callHooks("home_content",$o); +mod/poke.php: Addon::callHooks('post_local_end', $arr); -mod/contacts.php: Addon::callHooks('contact_edit_post', $_POST); +mod/contacts.php: Addon::callHooks('contact_edit_post', $_POST); +mod/contacts.php: Addon::callHooks('contact_edit', $arr); -mod/contacts.php: Addon::callHooks('contact_edit', $arr); +mod/tagger.php: Addon::callHooks('post_local_end', $arr); -mod/settings.php: Addon::callHooks('addon_settings_post', $_POST); +mod/lockview.php: Addon::callHooks('lockview_content', $item); -mod/settings.php: Addon::callHooks('connector_settings_post', $_POST); +mod/uexport.php: Addon::callHooks('uexport_options', $options); -mod/settings.php: Addon::callHooks('settings_post', $_POST); +mod/register.php: Addon::callHooks('register_post', $arr); +mod/register.php: Addon::callHooks('register_form', $arr); -mod/settings.php: Addon::callHooks('addon_settings', $settings_addons); +mod/item.php: Addon::callHooks('post_local_start', $_REQUEST); +mod/item.php: Addon::callHooks('post_local', $datarray); +mod/item.php: Addon::callHooks('post_local_end', $datarray); -mod/settings.php: Addon::callHooks('connector_settings', $settings_connectors); +mod/editpost.php: Addon::callHooks('jot_tool', $jotplugins); -mod/settings.php: Addon::callHooks('settings_form',$o); +src/Network/FKOAuth1.php: Addon::callHooks('logged_in', $a->user); -mod/register.php: Addon::callHooks('register_account', $newuid); +src/Render/FriendicaSmartyEngine.php: Addon::callHooks("template_vars", $arr); -mod/like.php: Addon::callHooks('post_local_end', $arr); +src/Model/Item.php: Addon::callHooks('post_local', $item); +src/Model/Item.php: Addon::callHooks('post_remote', $item); +src/Model/Item.php: Addon::callHooks('post_local_end', $posted_item); +src/Model/Item.php: Addon::callHooks('post_remote_end', $posted_item); +src/Model/Item.php: Addon::callHooks('tagged', $arr); +src/Model/Item.php: Addon::callHooks('post_local_end', $new_item); -mod/xrd.php: Addon::callHooks('personal_xrd', $arr); +src/Model/Contact.php: Addon::callHooks('contact_photo_menu', $args); +src/Model/Contact.php: Addon::callHooks('follow', $arr); -mod/item.php: Addon::callHooks('post_local_start', $_REQUEST); +src/Model/Profile.php: Addon::callHooks('profile_sidebar_enter', $profile); +src/Model/Profile.php: Addon::callHooks('profile_sidebar', $arr); +src/Model/Profile.php: Addon::callHooks('profile_tabs', $arr); +src/Model/Profile.php: Addon::callHooks('zrl_init', $arr); -mod/item.php: Addon::callHooks('post_local',$datarray); +src/Model/Event.php: Addon::callHooks('event_updated', $event['id']); +src/Model/Event.php: Addon::callHooks("event_created", $event['id']); -mod/item.php: Addon::callHooks('post_local_end', $datarray); +src/Model/User.php: Addon::callHooks('register_account', $uid); +src/Model/User.php: Addon::callHooks('remove_user', $user); -mod/profile.php: Addon::callHooks('profile_advanced',$o); +src/Content/Text/BBCode.php: Addon::callHooks('bbcode', $text); +src/Content/Text/BBCode.php: Addon::callHooks('bb2diaspora', $text); -mod/profiles.php: Addon::callHooks('profile_post', $_POST); +src/Content/Text/HTML.php: Addon::callHooks('html2bbcode', $message); -mod/profiles.php: Addon::callHooks('profile_edit', $arr); +src/Content/Smilies.php: Addon::callHooks('smilie', $params); -mod/tagger.php: Addon::callHooks('post_local_end', $arr); +src/Content/Feature.php: Addon::callHooks('isEnabled', $arr); +src/Content/Feature.php: Addon::callHooks('get', $arr); -mod/cb.php: Addon::callHooks('cb_init'); +src/Content/ContactSelector.php: Addon::callHooks('network_to_name', $nets); +src/Content/ContactSelector.php: Addon::callHooks('gender_selector', $select); +src/Content/ContactSelector.php: Addon::callHooks('sexpref_selector', $select); +src/Content/ContactSelector.php: Addon::callHooks('marital_selector', $select); -mod/cb.php: Addon::callHooks('cb_post', $_POST); +src/Content/OEmbed.php: Addon::callHooks('oembed_fetch_url', $embedurl, $j); -mod/cb.php: Addon::callHooks('cb_afterpost'); +src/Content/Nav.php: Addon::callHooks('page_header', $a->page['nav']); +src/Content/Nav.php: Addon::callHooks('nav_info', $nav); -mod/cb.php: Addon::callHooks('cb_content', $o); +src/Worker/Directory.php: Addon::callHooks('globaldir_update', $arr); +src/Worker/Notifier.php: Addon::callHooks('notifier_end', $target_item); +src/Worker/Queue.php: Addon::callHooks('queue_predeliver', $r); +src/Worker/Queue.php: Addon::callHooks('queue_deliver', $params); -mod/directory.php: Addon::callHooks('directory_item', $arr); +src/Module/Login.php: Addon::callHooks('authenticate', $addon_auth); +src/Module/Login.php: Addon::callHooks('login_hook', $o); +src/Module/Logout.php: Addon::callHooks("logging_out"); + +src/Object/Post.php: Addon::callHooks('render_location', $locate); +src/Object/Post.php: Addon::callHooks('display_item', $arr); + +src/Core/ACL.php: Addon::callHooks('contact_select_options', $x); +src/Core/ACL.php: Addon::callHooks($a->module.'_pre_'.$selname, $arr); +src/Core/ACL.php: Addon::callHooks($a->module.'_post_'.$selname, $o); +src/Core/ACL.php: Addon::callHooks($a->module.'_pre_'.$selname, $arr); +src/Core/ACL.php: Addon::callHooks($a->module.'_post_'.$selname, $o); +src/Core/ACL.php: Addon::callHooks('jot_networks', $jotnets); + +src/Core/Worker.php: Addon::callHooks("proc_run", $arr); + +src/Util/Emailer.php: Addon::callHooks('emailer_send_prepare', $params); +src/Util/Emailer.php: Addon::callHooks("emailer_send", $hookdata); + +src/Util/Map.php: Addon::callHooks('generate_map', $arr); +src/Util/Map.php: Addon::callHooks('generate_named_map', $arr); +src/Util/Map.php: Addon::callHooks('Map::getCoordinates', $arr); + +src/Util/Network.php: Addon::callHooks('avatar_lookup', $avatar); + +src/Util/ParseUrl.php: Addon::callHooks("getsiteinfo", $siteinfo); + +src/Protocol/DFRN.php: Addon::callHooks('atom_feed_end', $atom); +src/Protocol/DFRN.php: Addon::callHooks('atom_feed_end', $atom); diff --git a/doc/de/FAQ.md b/doc/de/FAQ.md index aa9d01b64d..b52aa3d396 100644 --- a/doc/de/FAQ.md +++ b/doc/de/FAQ.md @@ -10,7 +10,7 @@ Nutzer * **[Ist es möglich, bei mehreren Profilen verschiedene Avatare (Nutzerbilder) zu haben?](help/FAQ#avatars)** * **[Was ist der Unterschied zwischen blockierten|ignorierten|archivierten|versteckten Kontakten?](help/FAQ#contacts)** * **[Was passiert, wenn ein Account gelöscht ist? Ist dieser richtig gelöscht?](help/FAQ#removed)** -* **[Kann ich einem hashtag folgen?](help/FAQ#hashtag)** +* **[Kann ich einem Hashtag folgen?](help/FAQ#hashtag)** * **[Wie kann ich einen RSS-Feed meiner Netzwerkseite (Stream) erstellen?](help/FAQ#rss)** * **[Gibt es Clients für Friendica?](help/FAQ#clients)** * **[Wo finde ich Hilfe?](help/FAQ#help)** @@ -29,10 +29,10 @@ Nutzer ### Warum erhalte ich Warnungen über fehlende Zertifikate? -Manchmal erhältst Du eine Browser-Warnung über fehlende Zertifikate. +Manchmal erhältst Du eine Browser-Warnung über fehlende Zertifikate. Diese Warnungen können drei Gründe haben: -1. der Server, mit dem Du verbunden bist, nutzt kein SSL; +1. der Server, mit dem Du verbunden bist, nutzt kein SSL; 2. der Server hat ein selbst-signiertes Zertifikat (nicht empfohlen) @@ -40,39 +40,39 @@ Diese Warnungen können drei Gründe haben: *(SSL (Secure Socket Layer) ist eine Technologie, die Daten auf ihrem Weg zwischen zwei Computern verschlüsselt.)* -Wenn Du noch kein SSL-Zertifikat hast, dann gibt es drei Wege, eines zu erhalten: kauf Dir eines, hole Dir ein kostenloses (z.B. bei StartSSL, WoSign, hoffentlich bald auch letsencrypt) oder kreiere Dein eigenes (nicht empfohlen). +Wenn Du noch kein SSL-Zertifikat hast, dann gibt es drei Wege, eines zu erhalten: kauf Dir eines, hole Dir ein kostenloses (z.B. bei StartSSL, WoSign, hoffentlich bald auch letsencrypt) oder kreiere Dein eigenes (nicht empfohlen). [Weitere Informationen über die Einrichtung von SSL und warum es schlecht ist, selbst-signierte Zertifikate zu nutzen, findest Du hier.](help/SSL) -Sei Dir bewusst, dass Browser-Warnungen über Sicherheitslücken etwas sind, wodurch neue Nutzer schnell das Vertrauen in das gesamte Friendica-Projekt verlieren können. -Aus diesem Grund wird Friendica Red nur SSL-Zertifikate eines anerkannten Anbieters (CA, certificate authority) akzeptieren und nicht zu Seiten verbinden, die kein SSL nutzen. -Unabhängig von den negativen Aspekten von SSL handelt es sich hierbei um eine notwendige Lösung, solange keine etablierte Alternative existiert. +Sei Dir bewusst, dass Browser-Warnungen über Sicherheitslücken etwas sind, wodurch neue Nutzer schnell das Vertrauen in das gesamte Friendica-Projekt verlieren können. +Aus diesem Grund wird Friendica Red nur SSL-Zertifikate eines anerkannten Anbieters (CA, certificate authority) akzeptieren und nicht zu Seiten verbinden, die kein SSL nutzen. +Unabhängig von den negativen Aspekten von SSL handelt es sich hierbei um eine notwendige Lösung, solange keine etablierte Alternative existiert. -Abgesehen davon kann es ohne SSL auch Probleme mit der Verbindung zu Diaspora geben, da einige Diaspora-Pods eine zertifizierte Verbindung benötigen. +Abgesehen davon kann es ohne SSL auch Probleme mit der Verbindung zu Diaspora geben, da einige Diaspora-Pods eine zertifizierte Verbindung benötigen. -Wenn Du Friendica nur für eine bestimmte Gruppe von Leuten auf einem einzelnen Server nutzt, bei dem keine Verbindung zum restlichen Netzwerk besteht, dann benötigst Du kein SSL. -Ebenso benötigst Du SSL nicht, wenn Du ausschließlich öffentliche Beiträge auf Deiner Seite veröffentlichst bzw. empfängst. +Wenn Du Friendica nur für eine bestimmte Gruppe von Leuten auf einem einzelnen Server nutzt, bei dem keine Verbindung zum restlichen Netzwerk besteht, dann benötigst Du kein SSL. +Ebenso benötigst Du SSL nicht, wenn Du ausschließlich öffentliche Beiträge auf Deiner Seite veröffentlichst bzw. empfängst. -Wenn Du zum jetzigen Zeitpunkt noch keinen Server aufgesetzt hast, ist es sinnvoll, die verschiedenen Anbieter in Bezug auf SSL zu vergleichen. -Einige erlauben die Nutzung von freien Zertifikaten oder lassen Dich ihre eigenen Zertifikate mitnutzen. -Andere erlauben nur kostenpflichtige Zertifikate als eigenes Angebot bzw. von anderen Anbietern. +Wenn Du zum jetzigen Zeitpunkt noch keinen Server aufgesetzt hast, ist es sinnvoll, die verschiedenen Anbieter in Bezug auf SSL zu vergleichen. +Einige erlauben die Nutzung von freien Zertifikaten oder lassen Dich ihre eigenen Zertifikate mitnutzen. +Andere erlauben nur kostenpflichtige Zertifikate als eigenes Angebot bzw. von anderen Anbietern. ### Wie kann ich Bilder, Dateien, Links, Video und Audio in Beiträge einfügen? -Bilder können direkt im [Beitragseditor](help/Text_editor) vom Computer hochgeladen werden. -Eine Übersicht aller Bilder, die auf Deinem Server liegen, findest Du unter deineSeite.de/photos/profilname. +Bilder können direkt im [Beitragseditor](help/Text_editor) vom Computer hochgeladen werden. +Eine Übersicht aller Bilder, die auf Deinem Server liegen, findest Du unter deineSeite.de/photos/profilname. Dort kannst Du auch direkt Bilder hochladen und festlegen, ob Deine Kontakte eine Nachricht über das neue Bild bekommen. -Alle Arten von Dateien können grundsätzlich als Anhang in Friendica hochgeladen werden. -Dafür verwendest Du das Büroklammersymbol im Editor. -Sie sind dann direkt an den Beitrag geknüpft, können von den Betrachtern heruntergeladen werden, aber werden nicht als Vorschau angezeigt. -Deshalb eignet sich diese Methode vor allem für Office-Dateien oder gepackte Dateien wie ZIPs, aber weniger für Multimediadateien. +Alle Arten von Dateien können grundsätzlich als Anhang in Friendica hochgeladen werden. +Dafür verwendest Du das Büroklammersymbol im Editor. +Sie sind dann direkt an den Beitrag geknüpft, können von den Betrachtern heruntergeladen werden, aber werden nicht als Vorschau angezeigt. +Deshalb eignet sich diese Methode vor allem für Office-Dateien oder gepackte Dateien wie ZIPs, aber weniger für Multimediadateien. Wer hingegen Dateien über Dropbox, über eine auf dem eigenen Server installierte Owncloud oder über einen anderen [Filehoster](http://en.wikipedia.org/wiki/Comparison_of_file_hosting_services) einfügen will, verwendet den Link-Button. -Wenn Du mit dem Link-Button (Ketten-Symbol) URLs zu anderen Seiten einfügst, versucht Friendica eine kurze Zusammenfassung als Vorschau abzurufen. +Wenn Du mit dem Link-Button (Ketten-Symbol) URLs zu anderen Seiten einfügst, versucht Friendica eine kurze Zusammenfassung als Vorschau abzurufen. Manchmal klappts das nicht ... dann verlinke den Beitrag einfach per [url=http://example.com]freigewählter Name[/url] im Editor. -Video- und Audiodateien können zwar in Beiträge eingebunden werden, allerdings geht das nicht über einen direkten Upload im Editor wie bei Fotos. +Video- und Audiodateien können zwar in Beiträge eingebunden werden, allerdings geht das nicht über einen direkten Upload im Editor wie bei Fotos. Du hast zwei Möglichkeiten: 1. Du kannst bei dem Video- oder Audiobutton die URL von einem Hoster eingeben (Youtube, Vimeo, Soundcloud und alle anderen mit oembed/opengraph-Unterstützung). Bei Videos zeigt Friendica dann ein Vorschaubild in Deinem Beitrag an, nach einem Klick öffnet sich ein eingebetter Player. Bei Soundcloud wird der Player direkt eingebunden. @@ -84,7 +84,7 @@ Zum Konvertieren von Videos in das lizenfreie Videoformat WebM gibt es unter Win ### Ist es möglich, bei mehreren Profilen verschiedene Avatare (Nutzerbilder) zu haben? -Ja. +Ja. Auf Deiner ["Profile verwalten/editieren"-Seite](../profiles) wählst Du zunächst das gewünschte Profil aus. Anschließend siehst Du eine Seite mit allen Infos zu diesem Profil. Klicke nun oben auf den Link "Profilbild ändern" und lade im nächsten Fenster ein Bild von Deinem PC hoch. @@ -93,48 +93,40 @@ Um Deine privaten Daten zu schützen, wird in Beiträgen nur das Bild aus Deinem ### Was ist der Unterschied zwischen blockierten|ignorierten|archivierten|versteckten Kontakten? -Wir verhindern direkte Kommunikation mit blockierten Kontakten. -Sie gehören nicht zu den Empfängern beim Versand von Beiträgen und deren Beiträge werden auch nicht importiert. -Trotzdem werden deren Unterhaltungen mit Deinen Freunden in Deinem Stream sichtbar sein. -Wenn Du einen Kontakt komplett löschst, können sie Dir eine neue Freundschaftsanfrage schicken. -Blockierte Kontakte können das nicht machen. -Sie können nicht mit Dir direkt kommunizieren, nur über Freunde. +Wir verhindern direkte Kommunikation mit blockierten Kontakten. +Sie gehören nicht zu den Empfängern beim Versand von Beiträgen und deren Beiträge werden auch nicht importiert. +Trotzdem werden deren Unterhaltungen mit Deinen Freunden in Deinem Stream sichtbar sein. +Wenn Du einen Kontakt komplett löschst, können sie Dir eine neue Freundschaftsanfrage schicken. +Blockierte Kontakte können das nicht machen. +Sie können nicht mit Dir direkt kommunizieren, nur über Freunde. -Ignorierte Kontakte können weiterhin Beiträge und private Nachrichten von Dir erhalten. -Deren Beiträge und private Nachrichten werden allerdings nicht importiert. -Wie bei blockierten Beiträgen siehst Du auch hier weiterhin die Kommentare dieser Person zu anderen Beiträgen Deiner Freunde. +Ignorierte Kontakte können weiterhin Beiträge und private Nachrichten von Dir erhalten. +Deren Beiträge und private Nachrichten werden allerdings nicht importiert. +Wie bei blockierten Beiträgen siehst Du auch hier weiterhin die Kommentare dieser Person zu anderen Beiträgen Deiner Freunde. -[Ein Erweiterung namens "blockem" kann installiert werden, um alle Beiträge einer bestimmten Person in Deinem Stream zu verstecken bzw. zu verkürzen. +[Ein Erweiterung namens "blockem" kann installiert werden, um alle Beiträge einer bestimmten Person in Deinem Stream zu verstecken bzw. zu verkürzen. Dabei werden auch Kommentare dieser Person in Beiträgen Deiner Freunde blockiert.] -Ein archivierter Kontakt bedeutet, dass Kommunikation nicht möglich ist und auch nicht versucht wird (das ist z.B. sinnvoll, wenn eine Person zu einem neuen Server gewechselt ist und das alte Profil gelöscht hat). +Ein archivierter Kontakt bedeutet, dass Kommunikation nicht möglich ist und auch nicht versucht wird (das ist z.B. sinnvoll, wenn eine Person zu einem neuen Server gewechselt ist und das alte Profil gelöscht hat). Anders als beim Blockieren werden existierende Beiträge, die vor der Archivierung erstellt wurden, weiterhin angezeigt. -Ein versteckter Kontakt wird in keiner "Freundeliste" erscheinen (außer für dich). -Trotzdem wird ein versteckter Kontakt normal in Unterhaltungen angezeigt - was für andere Kontakte ein Hinweis sein kann, dass diese Person als versteckter Kontakt in Deiner Liste ist. +Ein versteckter Kontakt wird in keiner "Freundeliste" erscheinen (außer für dich). +Trotzdem wird ein versteckter Kontakt normal in Unterhaltungen angezeigt - was für andere Kontakte ein Hinweis sein kann, dass diese Person als versteckter Kontakt in Deiner Liste ist. ### Was passiert, wenn ein Account gelöscht ist? Ist dieser richtig gelöscht? -Wenn Du Deinen Account löschst, wird sofort der gesamte Inhalt auf Deinem Server gelöscht und ein Löschbefehl an alle Deine Kontakte verschickt. -Dadurch wirst Du ebenfalls aus dem globalen Verzeichnis gelöscht. -Dieses Vorgehen setzt voraus, dass Dein Profil für 24 Stunden weiterhin "teilweise" verfügbar sein wird, um eine Verbindung zu allen Deinen Kontakten ermöglicht. +Wenn Du Deinen Account löschst, wird sofort der gesamte Inhalt auf Deinem Server gelöscht und ein Löschbefehl an alle Deine Kontakte verschickt. +Dadurch wirst Du ebenfalls aus dem globalen Verzeichnis gelöscht. +Dieses Vorgehen setzt voraus, dass Dein Profil für 24 Stunden weiterhin "teilweise" verfügbar sein wird, um eine Verbindung zu allen Deinen Kontakten ermöglicht. Wir können also Dein Profil blockieren und es so erscheinen lassen, als wären alle Daten sofort gelöscht, allerdings warten wir 24 Stunden (bzw. bis alle Deine Kontakte informiert wurden), bevor wir die Daten auch physikalisch löschen. -### Kann ich einem hashtag folgen? +### Kann ich einem Hashtag folgen? -Nein. -Die Möglichkeit, einem hashtag zu folgen, ist eine interessante Technik, führt aber zu einigen Schwierigkeiten. - -1.) Alle Beiträge, die diesen tag nutzen, müssten zu allen Seiten im Netzwerk kopiert werden. Das erhöht den Speicherbedarf und beeinträchtigt kleine Seiten. Die Nutzung von geteilten Hosting-Angeboten (Shared Hosting) wäre praktisch unmöglich. - -2.) Die Verbreitung von Spam wäre vereinfacht (tag-Spam ist z.B. bei Twitter ein schwerwiegendes Problem) - -3.) Der wichtigste Grund der gegen diese Technik spricht ist, dass sie eine natürliche Ausrichtung auf größere Seiten mit mehr getaggten Inhalten zur Folge hat. Dies kann z.B. aufkommen, wenn Dein Netzwerk tags anstelle von anderen Kommunikationsmitteln wie Gruppen oder Foren nutzt. - -Stattdessen bieten wir andere Mechanismen, um globale Unterhaltungen zu erreichen, dabei aber eine angemesse Basis für kleine und große Seiten zu bieten. -Hierzu gehören Foren, Gruppen und geteilte tags. +Ja. +Füge die Tags zu Deinen gespeicherten Suchen hinzu, sie werden automatisch auf der Netzwerk-Seite auftauchen. +Bitte beachte, dass Deine Antworten auf solche Posts aus technischen Gründen nicht unter dem "Persönlich"-Reiter auf der Netzwerk-Seite und der gesamte Thread nicht per API zu sehen sind. ### Wie kann ich einen RSS-Feed meiner Netzwerkseite (Stream) erstellen? @@ -145,16 +137,16 @@ Wenn Du die Beiträge Deines Accounts mit RSS teilen willst, dann kannst Du eine deineSeite.de/feed/[profilname]/posts -Beispiel: Friendica Support - +Beispiel: Friendica Support + https://forum.friendi.ca/feed/helpers/posts #### RSS-Feed all deiner Beiträge und Antworten deineSeite.de/dfrn_poll/feed/[profilname]/comments - -Beispiel: Friendica Support - + +Beispiel: Friendica Support + https://forum.friendi.ca/feeds/helpers/comments #### RSS-Feed all deiner Aktivitäten @@ -189,10 +181,15 @@ Hier ist eine Liste von Clients bei denen dies möglich ist, bzw. die speziell f ### Wo finde ich Hilfe? Wenn Du Probleme mit Deiner Friendica-Seite hast, dann kannst Du die Community in der [Friendica-Support-Gruppe](https://forum.friendi.ca/profile/helpers) oder im [deutschen Friendica-Support-Forum](http://toktan.org/profile/wiki) fragen oder Dir das [deutsche Wiki](http://wiki.toktan.org/doku.php) anschauen. -Wenn Du Deinen Account nicht nutzen kannst, kannst Du entweder einen [Testaccount](https://tryfriendica.de) bzw. einen Account auf einer öffentlichen Seite ([Liste](https://dir.friendica.social/servers)) nutzen, oder Du wählst die Librelist-mailing-Liste. -Wenn Du die Mailing-Liste nutzen willst, schicke eine Mail an friendica AT librelist PUNKT com. +Wenn Du Deinen Account nicht nutzen kannst, kannst Du entweder einen [Testaccount](https://tryfriendica.de) bzw. einen Account auf einer öffentlichen Seite ([Liste](https://dir.friendica.social/servers)) nutzen. -Wenn Du ein Theme-Entwickler bist, wirst Du in diesem Forum Hilfe finden: [Friendica Theme Developers](https://friendica.eu/profile/ftdevs). +Wenn du dir keinen weiteren Friendica Account einrichten willst, kannst du auch gerne über einen der folgenden alternativen Kanäle Hilfe suchen: + + * [Friendica Support Forum](https://forum.friendi.ca/~helpers) + * [Mailing List Archive](http://mailman.friendi.ca/mailman/listinfo/support-friendi.ca) you can subscribe to the list by sending an email to ``support-request(at)friendi.ca?subject=subscribe`` + * XMPP/Jabber MUC: support(at)forum.friendi.ca + * IRC: #friendica at irc.freenode.net + * Matrix: #friendi.ca or #friendica at matrix.org. Admin -------- @@ -200,16 +197,16 @@ Admin ### Kann ich mehrere Domains mit den selben Dateien aufsetzen? -Ja, das ist möglich. -Es ist allerdings nicht möglich, eine Datenbank durch zwei Domains zu nutzen. -Solange Du Deine .htconfig.php allerdings so einrichtest, dass das System nicht versucht, eine Installation durchzuführen, kannst Du die richtige Config-Datei in include/$hostname/.htconfig.php hinterlegen. +Ja, das ist möglich. +Es ist allerdings nicht möglich, eine Datenbank durch zwei Domains zu nutzen. +Solange Du Deine .htconfig.php allerdings so einrichtest, dass das System nicht versucht, eine Installation durchzuführen, kannst Du die richtige Config-Datei in include/$hostname/.htconfig.php hinterlegen. Alle Cache-Aspekte und der Zugriffsschutz können pro Instanz konfiguriert werden. ### Wo kann ich den Quellcode von Friendica, Addons und Themes finden? -Du kannst den Friendica-Quellcode [hier](https://github.com/friendica/friendica) finden. -Dort findest Du immer die aktuellste stabile Version von Friendica. +Du kannst den Friendica-Quellcode [hier](https://github.com/friendica/friendica) finden. +Dort findest Du immer die aktuellste stabile Version von Friendica. Der Quellcode von Friendica Red ist [hier](https://github.com/friendica/red) zu finden. Addons findest Du auf [dieser Seite](https://github.com/friendica/friendica-addons). @@ -235,8 +232,8 @@ Rufe bitte im Admin Panel den Punkt [DB Updates](/admin/dbsync/) auf und folge d Damit wird ein Hintergrundprozess gestartet der die Struktur deiner Datenbank überprüft und gegebenenfalls aktualisiert. Du kannst das Struktur Updatee auch manuell auf der Kommandoeingabe ausführen. -Starte dazu bitte vom Grundverzeichnis deiner Friendica Instanz folgendes Skript: +Starte dazu bitte vom Grundverzeichnis deiner Friendica Instanz folgendes Kommand: - scripts/dbstructure.php update + bin/console dbstructure update sollten bei der Ausführung Fehler auftreten, kontaktiere bitte das [Support Forum](https://forum.friendi.ca/profile/helpers). diff --git a/doc/de/Install.md b/doc/de/Install.md index 8c7c72cfc0..1842306c58 100644 --- a/doc/de/Install.md +++ b/doc/de/Install.md @@ -24,8 +24,9 @@ Wir planen, diese Einschränkung in einer zukünftigen Version zu beheben. - Apache mit einer aktiverten mod-rewrite-Funktion und dem Eintrag "Options All", so dass du die lokale .htaccess-Datei nutzen kannst - PHP 5.6+. Je neuer, desto besser. - PHP *Kommandozeilen*-Zugang mit register_argc_argv auf "true" gesetzt in der php.ini-Datei - - Curl, GD, PDO, MySQLi, xml und OpenSSL-Erweiterung + - Curl, GD, PDO, MySQLi, xml, zip und OpenSSL-Erweiterung - etwas in der Art eines Email-Servers oder eines Gateways wie PHP mail() + - Das POSIX Modul muss aktiviert sein ([CentOS, RHEL](http://www.bigsoft.co.uk/blog/index.php/2014/12/08/posix-php-commands-not-working-under-centos-7http://www.bigsoft.co.uk/blog/index.php/2014/12/08/posix-php-commands-not-working-under-centos-7) haben dies z.B. deaktiviert) - Mysql 5.5.3+ - die Möglichkeit, wiederkehrende Aufgaben mit cron (Linux/Mac) oder "Scheduled Tasks" einzustellen (Windows) [Beachte: andere Optionen sind in Abschnitt 7 dieser Dokumentation zu finden] - Installation in einer Top-Level-Domain oder Subdomain (ohne eine Verzeichnis/Pfad-Komponente in der URL) wird bevorzugt. Verzeichnispfade sind für diesen Zweck nicht so günstig und wurden auch nicht ausführlich getestet. @@ -49,7 +50,7 @@ Wir planen, diese Einschränkung in einer zukünftigen Version zu beheben. `cd meinewebseite` `git pull` - `util/composer.phar install` + `bin/composer.phar install` - Addons installieren - zunächst solltest du **in** deinem Webseitenordner sein @@ -86,13 +87,13 @@ Wenn du irgendwelche **kritischen** Fehler zu diesen Zeitpunkt erhalten solltest 7. Erstelle einen Cron job oder einen regelmäßigen Task, um den Poller alle 5-10 Minuten im Hintergrund ablaufen zu lassen. Beispiel: - `cd /base/directory; /path/to/php scripts/worker.php` + `cd /base/directory; /path/to/php bin/worker.php` Ändere "/base/directory" und "/path/to/php" auf deine Systemvorgaben. Wenn du einen Linux-Server nutzt, benutze den Befehl "crontab -e" und ergänze eine Zeile wie die Folgende; angepasst an dein System -`*/10 * * * * cd /home/myname/mywebsite; /usr/bin/php scripts/worker.php` +`*/10 * * * * cd /home/myname/mywebsite; /usr/bin/php bin/worker.php` Du kannst den PHP-Pfad finden, indem du den Befehl „which php“ ausführst. Wenn du Schwierigkeiten mit diesem Schritt hast, kannst du deinen Hosting-Anbieter kontaktieren. diff --git a/doc/de/Settings.md b/doc/de/Settings.md index 1c7a487431..8a654e32c8 100644 --- a/doc/de/Settings.md +++ b/doc/de/Settings.md @@ -54,6 +54,20 @@ Das `vier` Theme z.B. unterstützt kleine Anzeigen und benötigt kein zusätzlic ### Registrierung +#### Registrierungsmethode + +Diese Einstellung regelt die Art der Registrierung. +Dabei kannst du zwischen den folgenden Optionen wählen: + +* **Offen**: Jeder kann ein neues Nutzerkonto anlegen und es sofort benutzen. +* **Bedarf der Zustimmung**: Jeder kann ein Nutzerkonto anlegen. Dieses muss allerdings durch den Admin freigeschaltet werden, bevor es verwendet werden kann. +* **Geschlossen**: Es können keine weiteren Nutzerkonten angelegt werden. + +##### Einladungen + +Zusätzlich zu den oben genannten Möglichkeiten, kann die Registrierung eines neuen Nutzerkontos an eine Einladung durch einen bestehenden Nutzer gekoppelt werden. +Hierzu muss in der [.htconfig.php](/help/htconfig) Datei die Option `invitation_only` aktiviert und als Registrierungsmethode entweder *Offen* oder *Bedarf der Zustimmung* gewählt werden. + #### Namen auf Vollständigkeit überprüfen Es kann vorkommen, dass viele Spammer versuchen, sich auf deiner Seite zu registrieren. @@ -108,6 +122,15 @@ Unautorisierte Personen haben ebenfalls nicht die Möglichkeit, Freundschaftsanf Die Standardeinstellung ist deaktiviert. Verfügbar in Version 2.2 und höher. +#### Für Besucher verfügbare Gemeinschaftsseiten + +Die Gemeinschaftsseiten zeigen all öffentlichen Beiträge. +Es gibt zwei Gemeinschaftsseiten, eine lokale auf der die Beiträge der Nutzer des Knotens gesammelt werden und eine globale auf der alle bekannten Beiträge aus dem gesamten Netzwerk erscheinen. +Mit dieser Einstellung kann geregelt werden, welche dieser beiden Seiten Besucher aufrufen können. +Angemeldete Nutzer des Knotens können grundsätzlich beide Seiten verwenden. + +**Hinweis**: Einige Einstellungen, wie z.B. das Verbergen von Kontakten auf der Profilseite, können die Sichtbarkeit der Beiträge auf der Gemeinschaftsseiten beeinflussen. + #### Erlaubte Domains für Kontakte Kommagetrennte Liste von Domains, welche eine Freundschaft mit dieser Seite eingehen dürfen. diff --git a/doc/htconfig.md b/doc/htconfig.md index bed6f79029..977bf1dbcc 100644 --- a/doc/htconfig.md +++ b/doc/htconfig.md @@ -25,8 +25,10 @@ Example: To set the automatic database cleanup process add this line to your .ht * **allowed_link_protocols** (Array) - Allowed protocols in links URLs, add at your own risk. http is always allowed. * **always_show_preview** (Boolean) - Only show small preview picures. Default value is false. -* **block_local_dir** (Boolean) - Blocks the access to the directory of the local users. +* **archival_days** (Integer) - Number of days that we try to deliver content before we archive a contact. Defaults to 32. * **auth_cookie_lifetime** (Integer) - Number of days that should pass without any activity before a user who chose "Remember me" when logging in is considered logged out. Defaults to 7. +* **block_local_dir** (Boolean) - Blocks the access to the directory of the local users. +* **config_adapter** (jit|preload) - Allow to switch the configuration adapter to improve performances at the cost of memory consumption. Default value is "jit" * **curl_range_bytes** - Maximum number of bytes that should be fetched. Default is 0, which mean "no limit". * **db_log** - Name of a logfile to log slow database queries * **db_loglimit** - If a database call lasts longer than this value it is logged @@ -40,6 +42,7 @@ Example: To set the automatic database cleanup process add this line to your .ht * **diaspora_test** (Boolean) - For development only. Disables the message transfer. * **disable_email_validation** (Boolean) - Disables the check if a mail address is in a valid format and can be resolved via DNS. * **disable_url_validation** (Boolean) - Disables the DNS lookup of an URL. +* **disable_password_exposed** (Boolean) - Disable the exposition check against the remote haveibeenpwned API on password change. Default value is false. * **dlogfile - location of the developer log file * **dlogip - restricts develop log writes to requests originating from this IP address * **frontend_worker_timeout** - Value in minutes after we think that a frontend task was killed by the webserver. Default value is 10. @@ -47,6 +50,7 @@ Example: To set the automatic database cleanup process add this line to your .ht * **ignore_cache** (Boolean) - For development only. Disables the item cache. * **instances_social_key** - Key to the API of https://instances.social which retrieves data about mastodon servers. See https://instances.social/api/token to get an API key. * **ipv4_resolve** (Boolean) - Resolve IPV4 addresses only. Don't resolve to IPV6. Default value is false. +* **invitation_only** (Boolean) - If set true registration is only possible after a current member of the node has send an invitation. Default is false. * **like_no_comment** (Boolean) - Don't update the "commented" value of an item when it is liked. * **local_block** (Boolean) - Used in conjunction with "block_public". * **local_search** (Boolean) - Blocks search for users who are not logged in to prevent crawlers from blocking your system. @@ -82,11 +86,6 @@ Example: To set the automatic database cleanup process add this line to your .ht * **proxy_cache_time** - Time after which the cache is cleared. Default value is one day. * **pushpoll_frequency** - * **qsearch_limit** - Default value is 100. -* **relay_server** - Experimental Diaspora feature. Address of the relay server where public posts should be send to. For example https://podrelay.net -* **relay_subscribe** (Boolean) - Enables the receiving of public posts from the relay. They will be included in the search and on the community page when it is set up to show all public items. -* **relay_scope** - 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. -* **relay_server_tags** - Comma separated list of tags for the "tags" subscription (see "relay_scrope") -* **relay_user_tags** (Boolean) - If enabled, the tags from the saved searches will used for the "tags" subscription in addition to the "relay_server_tags". * **remove_multiplicated_lines** (Boolean) - If enabled, multiple linefeeds in items are stripped to a single one. * **show_unsupported_addons** (Boolean) - Show all addons including the unsupported ones. * **show_unsupported_themes** (Boolean) - Show all themes including the unsupported ones. diff --git a/doc/install-ejabberd.md b/doc/install-ejabberd.md index 8f95069e63..dbdc0b975d 100644 --- a/doc/install-ejabberd.md +++ b/doc/install-ejabberd.md @@ -11,16 +11,16 @@ Installation - Change it's owner to whichever user is running the server, ie. ejabberd - $ chown ejabberd:ejabberd /path/to/friendica/include/auth_ejabberd.php + $ chown ejabberd:ejabberd /path/to/friendica/bin/auth_ejabberd.php - Change the access mode so it is readable only to the user ejabberd and has exec - $ chmod 700 /path/to/friendica/include/auth_ejabberd.php + $ chmod 700 /path/to/friendica/bin/auth_ejabberd.php - Edit your ejabberd.cfg file, comment out your auth_method and add: {auth_method, external}. - {extauth_program, "/path/to/friendica/include/auth_ejabberd.php"}. + {extauth_program, "/path/to/friendica/bin/auth_ejabberd.php"}. - Disable the module "mod_register" and disable the registration: diff --git a/doc/themes.md b/doc/themes.md index 63484b92bf..59f9570ddc 100644 --- a/doc/themes.md +++ b/doc/themes.md @@ -6,7 +6,6 @@ To change the look of friendica you have to touch the themes. The current default theme is [Vier](https://github.com/friendica/friendica/tree/master/view/theme/vier) but there are numerous others. Have a look at [friendica-themes.com](http://friendica-themes.com) for an overview of the existing themes. In case none of them suits your needs, there are several ways to change a theme. -If you need help theming, there is a forum @[ftdevs@friendica.eu](https://friendica.eu/profile/ftdevs) where you can ask theme specific questions and present your themes. So, how to work on the UI of friendica. @@ -206,7 +205,7 @@ Basically what you have to do is identify which template you have to change so i Adopt the CSS of the theme accordingly. And iterate the process until you have the theme the way you want it. -*Use the source Luke.* and don't hesitate to ask in @[ftdevs](https://friendica.eu/profile/ftdevs) or @[helpers](https://forum.friendi.ca/profile/helpers). +*Use the source Luke.* and don't hesitate to ask in @[developers](https://forum.friendi.ca/profile/developers) or @[helpers](https://forum.friendi.ca/profile/helpers). ## Special Files diff --git a/doc/translations.md b/doc/translations.md index d6b48d9eac..e59ff0d6c1 100644 --- a/doc/translations.md +++ b/doc/translations.md @@ -29,20 +29,21 @@ 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" utility from the util directory of your friendica installation. +To do so, place the file in the directory mentioned above and use the "po2php" command from the Friendica Console. 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 script, which will place the translation + 2. Execute the po2php command, which will place the translation in the strings.php file that is used by friendica. - $> php util/po2php.php view/lang/de/messages.po + $> 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. + *Please note that the console tool has to be called from the base directory of your Friendica installation.* 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 @@ -64,7 +65,7 @@ Otherwise your work might get lost, when the translation from Transifex is inclu Utilities --------- -Additional to the po2php script there are some more utilities for translation in the "util" directory of the friendica source tree. +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. @@ -92,9 +93,9 @@ To update the translation files after you have translated strings of e.g. Espera $> tx pull -l eo -And then use the `po2php` utility described above to convert the `messages.po` file to the `strings.php` file Friendica is loading. +And then use the `po2php` command described above to convert the `messages.po` file to the `strings.php` file Friendica is loading. - $> php util/po2php.php view/lang/eo/messages.po + $> 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. diff --git a/friendica_test_data.sql b/friendica_test_data.sql index 019dc4c49e..390709850e 100644 --- a/friendica_test_data.sql +++ b/friendica_test_data.sql @@ -127,22 +127,22 @@ CREATE TABLE `cache` ( LOCK TABLES `cache` WRITE; /*!40000 ALTER TABLE `cache` DISABLE KEYS */; -INSERT INTO `cache` VALUES -('about::http://friendica.dev/profile/friendica1','s:0:\"\";',DATE_ADD(NOW(), INTERVAL 2 MONTH), -('about::http://friendica.dev/profile/friendica2','s:0:\"\";',DATE_ADD(NOW(), INTERVAL 2 MONTH)), -('about::http://friendica.dev/profile/friendica4','s:0:\"\";',DATE_ADD(NOW(), INTERVAL 2 MONTH)), +INSERT INTO `cache` (`k`,`v`,`expires`) VALUES +('about::http://friendica.local/profile/friendica1','s:0:\"\";',DATE_ADD(NOW(), INTERVAL 2 MONTH)), +('about::http://friendica.local/profile/friendica2','s:0:\"\";',DATE_ADD(NOW(), INTERVAL 2 MONTH)), +('about::http://friendica.local/profile/friendica4','s:0:\"\";',DATE_ADD(NOW(), INTERVAL 2 MONTH)), ('app:proc_run:started','i:1504775968;',DATE_ADD(NOW(), INTERVAL 1 MINUTE)), -('diaspora:construct_comment:758d682b1059b10ee096f38798595234','a:6:{s:6:\"author\";s:24:\"friendica3@friendica.dev\";s:4:\"guid\";s:32:\"758d682b1059b10ee096f38798595234\";s:10:\"created_at\";s:20:\"2017-09-07T09:18:24Z\";s:11:\"parent_guid\";s:32:\"758d682b1859b10ebd6abab685903735\";s:4:\"text\";s:5:\"Cool!\";s:16:\"author_signature\";s:0:\"\";}',DATE_ADD(NOW(), INTERVAL 15 MINUTE)), -('diaspora:construct_comment:758d682b2059b10f204f9c2684001373','a:6:{s:6:\"author\";s:24:\"friendica2@friendica.dev\";s:4:\"guid\";s:32:\"758d682b2059b10f204f9c2684001373\";s:10:\"created_at\";s:20:\"2017-09-07T09:19:28Z\";s:11:\"parent_guid\";s:32:\"758d682b1459b10f0be17c3206121357\";s:4:\"text\";s:4:\"Yay!\";s:16:\"author_signature\";s:0:\"\";}',DATE_ADD(NOW(), INTERVAL 15 MINUTE)), -('probe_url::friendica2@friendica.dev','a:21:{s:4:\"name\";s:10:\"friendica2\";s:4:\"nick\";s:10:\"friendica2\";s:4:\"guid\";s:32:\"758d682b1359b10a3a54a8c301503194\";s:3:\"url\";s:39:\"http://friendica.dev/profile/friendica2\";s:4:\"addr\";s:24:\"friendica2@friendica.dev\";s:5:\"alias\";s:0:\"\";s:5:\"photo\";s:40:\"http://friendica.dev/photo/profile/3.jpg\";s:9:\"community\";s:0:\"\";s:8:\"keywords\";s:0:\"\";s:8:\"location\";s:0:\"\";s:5:\"about\";s:0:\"\";s:5:\"batch\";s:0:\"\";s:6:\"notify\";s:43:\"http://friendica.dev/dfrn_notify/friendica2\";s:4:\"poll\";s:41:\"http://friendica.dev/dfrn_poll/friendica2\";s:7:\"request\";s:44:\"http://friendica.dev/dfrn_request/friendica2\";s:7:\"confirm\";s:44:\"http://friendica.dev/dfrn_confirm/friendica2\";s:4:\"poco\";s:36:\"http://friendica.dev/poco/friendica2\";s:8:\"priority\";i:0;s:7:\"network\";s:4:\"dfrn\";s:6:\"pubkey\";s:800:\"-----BEGIN PUBLIC KEY-----\nMIICIjANBgkqhkiG9w0BAQEFAAOCAg8AMIICCgKCAgEAzOHCS/TBWB72tguU5RWu\nG4KnESmdXWGSHHrCm0iWP88Xl17lkEw58o4yt+bQS3c8U46OwP8z9EyCxFyDyHPU\noVgii+jMmT4hhKw5TeDPWwHSUZM07OP2d0J0Kktr6wC16DfGLWqo+EnJcLxyjFGn\nV6KzYR2d/73m0bj26QWM4w2ZCfBZvEEZsreF0XsZuBOWVRlTB4GzDlsRwRt05kUi\nevFnrth0fq+aeEnZA/8eFY9X8F1LB+mZLRdmWX77pMDtzzxTJUBoQPCkOJ0BvdXi\nyAYybmcxFzR/x1u+kpsgxeDOOPDAQAPnbBQcNNwWtl+emd8wmqXcbmM3XeIa1HPb\nDi0CHXJ5Lr95JYP2brAZu4dEwUNeTzkVkvB8DlviOSFmlg6CWmSKXdaF8trK6j4d\nlv7nxGBvmrbx1CmeA3RblvHR1aRyoQdNhBh1eLJrkDcaTgtzhycrjqdz+vVVV/xi\n4yMY9x+voxENfurEo/XsbzGfPSigTIHImzBcMtG0RTgxTMke6CoqRZW1pXFxZast\ncpsO02JRdPrXt+DHpYzDf8oEMTa4TNKBvczcT8ar82RZYY0srVV0uxH77xhx1bvm\nVAPf40FA2qbHZzCAv64YU9LdIT4iPEUga+Y5m9t2LvS+RiA8Zw/mmOdMFp4hI6+K\nELuO8hQc3Ot0moqfpYCnSl0CAwEAAQ==\n-----END PUBLIC KEY-----\n\";s:7:\"baseurl\";s:20:\"http://friendica.dev\";}',DATE_ADD(NOW(), INTERVAL 1 DAY)), -('probe_url::friendica3@friendica.dev','a:21:{s:4:\"name\";s:10:\"friendica3\";s:4:\"nick\";s:10:\"friendica3\";s:4:\"guid\";s:32:\"758d682b1359b10a642ef08222820194\";s:3:\"url\";s:39:\"http://friendica.dev/profile/friendica3\";s:4:\"addr\";s:24:\"friendica3@friendica.dev\";s:5:\"alias\";s:0:\"\";s:5:\"photo\";s:40:\"http://friendica.dev/photo/profile/4.jpg\";s:9:\"community\";s:0:\"\";s:8:\"keywords\";s:0:\"\";s:8:\"location\";s:0:\"\";s:5:\"about\";s:0:\"\";s:5:\"batch\";s:0:\"\";s:6:\"notify\";s:43:\"http://friendica.dev/dfrn_notify/friendica3\";s:4:\"poll\";s:41:\"http://friendica.dev/dfrn_poll/friendica3\";s:7:\"request\";s:44:\"http://friendica.dev/dfrn_request/friendica3\";s:7:\"confirm\";s:44:\"http://friendica.dev/dfrn_confirm/friendica3\";s:4:\"poco\";s:36:\"http://friendica.dev/poco/friendica3\";s:8:\"priority\";i:0;s:7:\"network\";s:4:\"dfrn\";s:6:\"pubkey\";s:800:\"-----BEGIN PUBLIC KEY-----\nMIICIjANBgkqhkiG9w0BAQEFAAOCAg8AMIICCgKCAgEAwIuhjeg03GoOuSYqulsa\nvd/spvniwjaYZhCJYTHgOM4ak9qG8SwPhguSBMqZS3baHEcZtYcYsu5vSQAO/zCB\niK8yefV8LguBhoNw36p/hoQ4TdApOH3cjKAJoaxZSJw0oa50ebCSbh23chRHESbv\nlvfGXq0Pmk060VcLf6h00Iivg/BFNmDfEqrVmgpl0G1PIOatNJ5QdEpCP0E5Bg/H\nvnqvBgpkVAZkKA4xY5rw6pB2NofK74gaeNklnVFqAwaQZUrBv+z1C7h3NQ5YRees\nuspiwZVyFy95xm+kGlKq6GJ7WPQi1mKSJisHLxh9uI7ylgIyRWi/GRA2NBLb15tJ\nL9PpyWEbKhEX/zCUQbos6cFC3+jgiJoYIIa5pOYU0Ekf5AcyF3dFsbcWGObn++wv\nk+5dIK/un+1KOv7X3e/bAnkVCHHjzWAzURQkvb0fwFVzw80ioP4L4V+mvw4jxh+x\ndpPBQmqgCglqE2cpCB4gAcYPlXICBC18YcUYOkYIlgz2WuslcJCnrHO6K5q6lAn3\nNqEI/LmJDrq3hbu96k8d/0zCMNO+u3xPIhDcQ6ZzyhZmVDTpVGFiJ7Yhtfih3ASC\nZqWowoSq5onVWLCsj4QquNCIvJK1NLrkrr6rxD4DbCzW7XbZkenuHumh3HoFb5Lc\nRN6UJNHe/4FNNUzcAVBgEe0CAwEAAQ==\n-----END PUBLIC KEY-----\n\";s:7:\"baseurl\";s:20:\"http://friendica.dev\";}',DATE_ADD(NOW(), INTERVAL 1 DAY)), -('probe_url::friendica4@friendica.dev','a:21:{s:4:\"name\";s:10:\"friendica4\";s:4:\"nick\";s:10:\"friendica4\";s:4:\"guid\";s:32:\"758d682b1359b10a89ad697631454583\";s:3:\"url\";s:39:\"http://friendica.dev/profile/friendica4\";s:4:\"addr\";s:24:\"friendica4@friendica.dev\";s:5:\"alias\";s:0:\"\";s:5:\"photo\";s:40:\"http://friendica.dev/photo/profile/5.jpg\";s:9:\"community\";s:0:\"\";s:8:\"keywords\";s:0:\"\";s:8:\"location\";s:0:\"\";s:5:\"about\";s:0:\"\";s:5:\"batch\";s:0:\"\";s:6:\"notify\";s:43:\"http://friendica.dev/dfrn_notify/friendica4\";s:4:\"poll\";s:41:\"http://friendica.dev/dfrn_poll/friendica4\";s:7:\"request\";s:44:\"http://friendica.dev/dfrn_request/friendica4\";s:7:\"confirm\";s:44:\"http://friendica.dev/dfrn_confirm/friendica4\";s:4:\"poco\";s:36:\"http://friendica.dev/poco/friendica4\";s:8:\"priority\";i:0;s:7:\"network\";s:4:\"dfrn\";s:6:\"pubkey\";s:800:\"-----BEGIN PUBLIC KEY-----\nMIICIjANBgkqhkiG9w0BAQEFAAOCAg8AMIICCgKCAgEAxAJ+t/FrD0sHO2ecwsoH\nmOst2aPHca5n4UEIpr2ZTl26WN1AbcNo9wahDHXG7pE50GQwvmnnTIlVDLAsBC23\n8sTSpGXrIC8L7YiyDeu3piBp/w4jy8JQrbXn4L8IQbnmi6nDCSr1szXjBcvdPPKK\nrCFgYJ4hjEkSp/wJcKZ1mlRTwtofWZHUMu3NsP2146wRj0roydFVkWGrfsH8grUO\nqMktmpCUOQNsOIAN8b6vQiYQQoamGWjV8wXO3W0fRhQ5Yjko19j1t+O1Jvy2CMhn\nRY2wiGZ91ZSfl8VNLrz38JyeR0cz7YJeNYzOggB1AjEzLhKtqw7zkyW8Qg1Kfo85\ndagFPZ5sQZ8R4nus7xabICMG/qJPL23/1tyenxqkVP0iDIhLo/f0uuG4riNOJZtf\nPYPT6sxSlqxbznuLQr1fYnjFyEnFtJpzuAuvybshT5QLyKntcGap67fWoj/7SrA4\n8T5RCdYHDacMdKEC1SDwpokpgWhWaRkUxJ5F0Q5Jpyvhui/UkxkevDWv5373pgVz\ngaZlxRKYKABWiJkQH9FPAdsr4nUVErl/zvI0+9GuzK/EJ5ToVs8bF98Jb4Y3o2pm\nNtPL1ao9r0ug/3F7RHTLs1tp0Bdm/Gxk/RJf4j6gKgAw9WcdHzkxcvikhAY43zMe\n5qExQo663i3hzw4v3p94i+sCAwEAAQ==\n-----END PUBLIC KEY-----\n\";s:7:\"baseurl\";s:20:\"http://friendica.dev\";}',DATE_ADD(NOW(), INTERVAL 1 DAY)), -('probe_url::friendica5@friendica.dev','a:21:{s:4:\"name\";s:10:\"friendica5\";s:4:\"nick\";s:10:\"friendica5\";s:4:\"guid\";s:32:\"758d682b1959b10ab0768ff699049903\";s:3:\"url\";s:39:\"http://friendica.dev/profile/friendica5\";s:4:\"addr\";s:24:\"friendica5@friendica.dev\";s:5:\"alias\";s:0:\"\";s:5:\"photo\";s:40:\"http://friendica.dev/photo/profile/6.jpg\";s:9:\"community\";s:0:\"\";s:8:\"keywords\";s:0:\"\";s:8:\"location\";s:0:\"\";s:5:\"about\";s:0:\"\";s:5:\"batch\";s:0:\"\";s:6:\"notify\";s:43:\"http://friendica.dev/dfrn_notify/friendica5\";s:4:\"poll\";s:41:\"http://friendica.dev/dfrn_poll/friendica5\";s:7:\"request\";s:44:\"http://friendica.dev/dfrn_request/friendica5\";s:7:\"confirm\";s:44:\"http://friendica.dev/dfrn_confirm/friendica5\";s:4:\"poco\";s:36:\"http://friendica.dev/poco/friendica5\";s:8:\"priority\";i:0;s:7:\"network\";s:4:\"dfrn\";s:6:\"pubkey\";s:800:\"-----BEGIN PUBLIC KEY-----\nMIICIjANBgkqhkiG9w0BAQEFAAOCAg8AMIICCgKCAgEAmtBUbN/07wWbcUvp9QvR\nKLoM+WjC0K0rFsx6L/Mktk6Go5+DqofuHSQgfJZGBI3vbTlbwW76peX/0aqiZPGF\nrrhX1FMhU23AxYE9TixRR+oqIKETNzU8NuahpK/ZBokoPL7mzrY4o5dNcnG4S57O\nir4VfEpuYB99K7Uo4yVc6a50ZQfDoBy6nnCPbVmh+gokc28paK7Av0vnMwwD6TWQ\nrgXyrPsa+Af5YeDC7GOmhppeN+e5zycRTddfXWR8QFp+he43b7z54pB+ajAu3J+C\nTAagIp5UWrBmwclF2gmLWvyYYpwTF3kNz+Waf0s3khiZXcJZKxGKVqXoTkqEKV/i\nvHryaBlvvAkQKR1mfJpNasJfHrqhOlHigWi3ISlPJQB4h+85W+YAXj+3j26OnMpb\nCmjf0BXLnjuC+w9rXFW/kj3Q1PxNaAfx/BoV62unWBKnZAkkzHOkQ5yyATdXQaEY\nlDsFbc0itSm3zjsPa1gXtn9e9z8Mqn5MwKk5I9k7TIr6/FdgbX7gxl6mn59OQ0v+\ne8o7HECSQvT8c+WmvBk3tjQHDgw3FeiJ54w0IGiha530vPCk5Z840d/jVUL7Qc6j\nrNi7hLOBvx4jdxk+5tq6fZMG4Sbu+Iibc4b+f2QyVW7Pcxt3CM/ADh0kzfGJ7wQd\nzl4w/9+s8DPT43Tbn98QK+MCAwEAAQ==\n-----END PUBLIC KEY-----\n\";s:7:\"baseurl\";s:20:\"http://friendica.dev\";}',DATE_ADD(NOW(), INTERVAL 1 DAY)), -('probe_url::http://friendica.dev/profile/friendica1','a:21:{s:4:\"name\";s:10:\"friendica1\";s:4:\"nick\";s:10:\"friendica1\";s:4:\"guid\";s:32:\"758d682b8559b109d5ad831494500945\";s:3:\"url\";s:39:\"http://friendica.dev/profile/friendica1\";s:4:\"addr\";s:24:\"friendica1@friendica.dev\";s:5:\"alias\";s:0:\"\";s:5:\"photo\";s:40:\"http://friendica.dev/photo/profile/2.jpg\";s:9:\"community\";s:0:\"\";s:8:\"keywords\";s:0:\"\";s:8:\"location\";s:0:\"\";s:5:\"about\";s:0:\"\";s:5:\"batch\";s:0:\"\";s:6:\"notify\";s:43:\"http://friendica.dev/dfrn_notify/friendica1\";s:4:\"poll\";s:41:\"http://friendica.dev/dfrn_poll/friendica1\";s:7:\"request\";s:44:\"http://friendica.dev/dfrn_request/friendica1\";s:7:\"confirm\";s:44:\"http://friendica.dev/dfrn_confirm/friendica1\";s:4:\"poco\";s:36:\"http://friendica.dev/poco/friendica1\";s:8:\"priority\";i:0;s:7:\"network\";s:4:\"dfrn\";s:6:\"pubkey\";s:800:\"-----BEGIN PUBLIC KEY-----\nMIICIjANBgkqhkiG9w0BAQEFAAOCAg8AMIICCgKCAgEAzNeTX2GGZAqTecUeOPNq\n+uFCfBuN4g6xKTkBlUDeVCLp2N3uVJq+TSjmoau8MpY3jCD2Nqn5KsMPh8XJV2s6\nb1kSjmVdpr4EeBXPyvi3asCcgmqi2IeoK/ihVGP9IrrYh8zwzVY9wW1/TPcC4N4W\nCcmeFTO08CSJh2P8ROq6irU0ndbmqfmFSs5uZ7UcEKUzkgSSPTxq5x3O7xSfTbOZ\nPNhSn3r5buSOd46KyWaBIJ2KgFNoY2AGJqbzZTZmJZB/qelrONtJ6XDnDI9GNQBI\nyL9935Scmo9WrXeZcqXNW3yI97s1tH27pCxhsyy5xqzEYfAPwPFry4gbO+wSGcNm\nFYfbCM19uPvJyN6TEgFNZD5401Pl8LQaVkSAnV9LQPzn/54CJYQb6KlE0rymROyQ\nvKPUZmEkw6ZnVJIF5pjxu6bGGPdv3xmBH6Xnmi0hhNA2AEDbv6wDrLZYLUCTSSqq\nhW8WK3HylsP9dqNT+a3X9l9dG7vqmRevGcbBQDDZPOKjkJkAa8IgIlk3UIWs3bYY\nST0VUtjRpsoLo3XmdYtY5qXxjGjtEy7NjRErlT31WoMzxcLhLwxKGWQz/xMC9OXe\np+uoyVUOd3U/Jvz6vpW9k5ua417IrF9XaxtcKvhp69m16br8JkMuKWvdGomWDXxA\nG1cAbsHJN6JJEU/3Vo35sh0CAwEAAQ==\n-----END PUBLIC KEY-----\n\";s:7:\"baseurl\";s:20:\"http://friendica.dev\";}',DATE_ADD(NOW(), INTERVAL 1 DAY)), -('probe_url::http://friendica.dev/profile/friendica2','a:21:{s:4:\"name\";s:10:\"friendica2\";s:4:\"nick\";s:10:\"friendica2\";s:4:\"guid\";s:32:\"758d682b1359b10a3a54a8c301503194\";s:3:\"url\";s:39:\"http://friendica.dev/profile/friendica2\";s:4:\"addr\";s:24:\"friendica2@friendica.dev\";s:5:\"alias\";s:0:\"\";s:5:\"photo\";s:40:\"http://friendica.dev/photo/profile/3.jpg\";s:9:\"community\";s:0:\"\";s:8:\"keywords\";s:0:\"\";s:8:\"location\";s:0:\"\";s:5:\"about\";s:0:\"\";s:5:\"batch\";s:0:\"\";s:6:\"notify\";s:43:\"http://friendica.dev/dfrn_notify/friendica2\";s:4:\"poll\";s:41:\"http://friendica.dev/dfrn_poll/friendica2\";s:7:\"request\";s:44:\"http://friendica.dev/dfrn_request/friendica2\";s:7:\"confirm\";s:44:\"http://friendica.dev/dfrn_confirm/friendica2\";s:4:\"poco\";s:36:\"http://friendica.dev/poco/friendica2\";s:8:\"priority\";i:0;s:7:\"network\";s:4:\"dfrn\";s:6:\"pubkey\";s:800:\"-----BEGIN PUBLIC KEY-----\nMIICIjANBgkqhkiG9w0BAQEFAAOCAg8AMIICCgKCAgEAzOHCS/TBWB72tguU5RWu\nG4KnESmdXWGSHHrCm0iWP88Xl17lkEw58o4yt+bQS3c8U46OwP8z9EyCxFyDyHPU\noVgii+jMmT4hhKw5TeDPWwHSUZM07OP2d0J0Kktr6wC16DfGLWqo+EnJcLxyjFGn\nV6KzYR2d/73m0bj26QWM4w2ZCfBZvEEZsreF0XsZuBOWVRlTB4GzDlsRwRt05kUi\nevFnrth0fq+aeEnZA/8eFY9X8F1LB+mZLRdmWX77pMDtzzxTJUBoQPCkOJ0BvdXi\nyAYybmcxFzR/x1u+kpsgxeDOOPDAQAPnbBQcNNwWtl+emd8wmqXcbmM3XeIa1HPb\nDi0CHXJ5Lr95JYP2brAZu4dEwUNeTzkVkvB8DlviOSFmlg6CWmSKXdaF8trK6j4d\nlv7nxGBvmrbx1CmeA3RblvHR1aRyoQdNhBh1eLJrkDcaTgtzhycrjqdz+vVVV/xi\n4yMY9x+voxENfurEo/XsbzGfPSigTIHImzBcMtG0RTgxTMke6CoqRZW1pXFxZast\ncpsO02JRdPrXt+DHpYzDf8oEMTa4TNKBvczcT8ar82RZYY0srVV0uxH77xhx1bvm\nVAPf40FA2qbHZzCAv64YU9LdIT4iPEUga+Y5m9t2LvS+RiA8Zw/mmOdMFp4hI6+K\nELuO8hQc3Ot0moqfpYCnSl0CAwEAAQ==\n-----END PUBLIC KEY-----\n\";s:7:\"baseurl\";s:20:\"http://friendica.dev\";}',DATE_ADD(NOW(), INTERVAL 1 DAY)), -('probe_url::http://friendica.dev/profile/friendica3','a:21:{s:4:\"name\";s:10:\"friendica3\";s:4:\"nick\";s:10:\"friendica3\";s:4:\"guid\";s:32:\"758d682b1359b10a642ef08222820194\";s:3:\"url\";s:39:\"http://friendica.dev/profile/friendica3\";s:4:\"addr\";s:24:\"friendica3@friendica.dev\";s:5:\"alias\";s:0:\"\";s:5:\"photo\";s:40:\"http://friendica.dev/photo/profile/4.jpg\";s:9:\"community\";s:0:\"\";s:8:\"keywords\";s:0:\"\";s:8:\"location\";s:0:\"\";s:5:\"about\";s:0:\"\";s:5:\"batch\";s:0:\"\";s:6:\"notify\";s:43:\"http://friendica.dev/dfrn_notify/friendica3\";s:4:\"poll\";s:41:\"http://friendica.dev/dfrn_poll/friendica3\";s:7:\"request\";s:44:\"http://friendica.dev/dfrn_request/friendica3\";s:7:\"confirm\";s:44:\"http://friendica.dev/dfrn_confirm/friendica3\";s:4:\"poco\";s:36:\"http://friendica.dev/poco/friendica3\";s:8:\"priority\";i:0;s:7:\"network\";s:4:\"dfrn\";s:6:\"pubkey\";s:800:\"-----BEGIN PUBLIC KEY-----\nMIICIjANBgkqhkiG9w0BAQEFAAOCAg8AMIICCgKCAgEAwIuhjeg03GoOuSYqulsa\nvd/spvniwjaYZhCJYTHgOM4ak9qG8SwPhguSBMqZS3baHEcZtYcYsu5vSQAO/zCB\niK8yefV8LguBhoNw36p/hoQ4TdApOH3cjKAJoaxZSJw0oa50ebCSbh23chRHESbv\nlvfGXq0Pmk060VcLf6h00Iivg/BFNmDfEqrVmgpl0G1PIOatNJ5QdEpCP0E5Bg/H\nvnqvBgpkVAZkKA4xY5rw6pB2NofK74gaeNklnVFqAwaQZUrBv+z1C7h3NQ5YRees\nuspiwZVyFy95xm+kGlKq6GJ7WPQi1mKSJisHLxh9uI7ylgIyRWi/GRA2NBLb15tJ\nL9PpyWEbKhEX/zCUQbos6cFC3+jgiJoYIIa5pOYU0Ekf5AcyF3dFsbcWGObn++wv\nk+5dIK/un+1KOv7X3e/bAnkVCHHjzWAzURQkvb0fwFVzw80ioP4L4V+mvw4jxh+x\ndpPBQmqgCglqE2cpCB4gAcYPlXICBC18YcUYOkYIlgz2WuslcJCnrHO6K5q6lAn3\nNqEI/LmJDrq3hbu96k8d/0zCMNO+u3xPIhDcQ6ZzyhZmVDTpVGFiJ7Yhtfih3ASC\nZqWowoSq5onVWLCsj4QquNCIvJK1NLrkrr6rxD4DbCzW7XbZkenuHumh3HoFb5Lc\nRN6UJNHe/4FNNUzcAVBgEe0CAwEAAQ==\n-----END PUBLIC KEY-----\n\";s:7:\"baseurl\";s:20:\"http://friendica.dev\";}',DATE_ADD(NOW(), INTERVAL 1 DAY)), -('probe_url::http://friendica.dev/profile/friendica4','a:21:{s:4:\"name\";s:10:\"friendica4\";s:4:\"nick\";s:10:\"friendica4\";s:4:\"guid\";s:32:\"758d682b1359b10a89ad697631454583\";s:3:\"url\";s:39:\"http://friendica.dev/profile/friendica4\";s:4:\"addr\";s:24:\"friendica4@friendica.dev\";s:5:\"alias\";s:0:\"\";s:5:\"photo\";s:40:\"http://friendica.dev/photo/profile/5.jpg\";s:9:\"community\";s:0:\"\";s:8:\"keywords\";s:0:\"\";s:8:\"location\";s:0:\"\";s:5:\"about\";s:0:\"\";s:5:\"batch\";s:0:\"\";s:6:\"notify\";s:43:\"http://friendica.dev/dfrn_notify/friendica4\";s:4:\"poll\";s:41:\"http://friendica.dev/dfrn_poll/friendica4\";s:7:\"request\";s:44:\"http://friendica.dev/dfrn_request/friendica4\";s:7:\"confirm\";s:44:\"http://friendica.dev/dfrn_confirm/friendica4\";s:4:\"poco\";s:36:\"http://friendica.dev/poco/friendica4\";s:8:\"priority\";i:0;s:7:\"network\";s:4:\"dfrn\";s:6:\"pubkey\";s:800:\"-----BEGIN PUBLIC KEY-----\nMIICIjANBgkqhkiG9w0BAQEFAAOCAg8AMIICCgKCAgEAxAJ+t/FrD0sHO2ecwsoH\nmOst2aPHca5n4UEIpr2ZTl26WN1AbcNo9wahDHXG7pE50GQwvmnnTIlVDLAsBC23\n8sTSpGXrIC8L7YiyDeu3piBp/w4jy8JQrbXn4L8IQbnmi6nDCSr1szXjBcvdPPKK\nrCFgYJ4hjEkSp/wJcKZ1mlRTwtofWZHUMu3NsP2146wRj0roydFVkWGrfsH8grUO\nqMktmpCUOQNsOIAN8b6vQiYQQoamGWjV8wXO3W0fRhQ5Yjko19j1t+O1Jvy2CMhn\nRY2wiGZ91ZSfl8VNLrz38JyeR0cz7YJeNYzOggB1AjEzLhKtqw7zkyW8Qg1Kfo85\ndagFPZ5sQZ8R4nus7xabICMG/qJPL23/1tyenxqkVP0iDIhLo/f0uuG4riNOJZtf\nPYPT6sxSlqxbznuLQr1fYnjFyEnFtJpzuAuvybshT5QLyKntcGap67fWoj/7SrA4\n8T5RCdYHDacMdKEC1SDwpokpgWhWaRkUxJ5F0Q5Jpyvhui/UkxkevDWv5373pgVz\ngaZlxRKYKABWiJkQH9FPAdsr4nUVErl/zvI0+9GuzK/EJ5ToVs8bF98Jb4Y3o2pm\nNtPL1ao9r0ug/3F7RHTLs1tp0Bdm/Gxk/RJf4j6gKgAw9WcdHzkxcvikhAY43zMe\n5qExQo663i3hzw4v3p94i+sCAwEAAQ==\n-----END PUBLIC KEY-----\n\";s:7:\"baseurl\";s:20:\"http://friendica.dev\";}',DATE_ADD(NOW(), INTERVAL 1 DAY)), -('probe_url::http://friendica.dev/profile/friendica5','a:21:{s:4:\"name\";s:10:\"friendica5\";s:4:\"nick\";s:10:\"friendica5\";s:4:\"guid\";s:32:\"758d682b1959b10ab0768ff699049903\";s:3:\"url\";s:39:\"http://friendica.dev/profile/friendica5\";s:4:\"addr\";s:24:\"friendica5@friendica.dev\";s:5:\"alias\";s:0:\"\";s:5:\"photo\";s:40:\"http://friendica.dev/photo/profile/6.jpg\";s:9:\"community\";s:0:\"\";s:8:\"keywords\";s:0:\"\";s:8:\"location\";s:0:\"\";s:5:\"about\";s:0:\"\";s:5:\"batch\";s:0:\"\";s:6:\"notify\";s:43:\"http://friendica.dev/dfrn_notify/friendica5\";s:4:\"poll\";s:41:\"http://friendica.dev/dfrn_poll/friendica5\";s:7:\"request\";s:44:\"http://friendica.dev/dfrn_request/friendica5\";s:7:\"confirm\";s:44:\"http://friendica.dev/dfrn_confirm/friendica5\";s:4:\"poco\";s:36:\"http://friendica.dev/poco/friendica5\";s:8:\"priority\";i:0;s:7:\"network\";s:4:\"dfrn\";s:6:\"pubkey\";s:800:\"-----BEGIN PUBLIC KEY-----\nMIICIjANBgkqhkiG9w0BAQEFAAOCAg8AMIICCgKCAgEAmtBUbN/07wWbcUvp9QvR\nKLoM+WjC0K0rFsx6L/Mktk6Go5+DqofuHSQgfJZGBI3vbTlbwW76peX/0aqiZPGF\nrrhX1FMhU23AxYE9TixRR+oqIKETNzU8NuahpK/ZBokoPL7mzrY4o5dNcnG4S57O\nir4VfEpuYB99K7Uo4yVc6a50ZQfDoBy6nnCPbVmh+gokc28paK7Av0vnMwwD6TWQ\nrgXyrPsa+Af5YeDC7GOmhppeN+e5zycRTddfXWR8QFp+he43b7z54pB+ajAu3J+C\nTAagIp5UWrBmwclF2gmLWvyYYpwTF3kNz+Waf0s3khiZXcJZKxGKVqXoTkqEKV/i\nvHryaBlvvAkQKR1mfJpNasJfHrqhOlHigWi3ISlPJQB4h+85W+YAXj+3j26OnMpb\nCmjf0BXLnjuC+w9rXFW/kj3Q1PxNaAfx/BoV62unWBKnZAkkzHOkQ5yyATdXQaEY\nlDsFbc0itSm3zjsPa1gXtn9e9z8Mqn5MwKk5I9k7TIr6/FdgbX7gxl6mn59OQ0v+\ne8o7HECSQvT8c+WmvBk3tjQHDgw3FeiJ54w0IGiha530vPCk5Z840d/jVUL7Qc6j\nrNi7hLOBvx4jdxk+5tq6fZMG4Sbu+Iibc4b+f2QyVW7Pcxt3CM/ADh0kzfGJ7wQd\nzl4w/9+s8DPT43Tbn98QK+MCAwEAAQ==\n-----END PUBLIC KEY-----\n\";s:7:\"baseurl\";s:20:\"http://friendica.dev\";}',DATE_ADD(NOW(), INTERVAL 1 DAY)); +('diaspora:construct_comment:758d682b1059b10ee096f38798595234','a:6:{s:6:\"author\";s:24:\"friendica3@friendica.local\";s:4:\"guid\";s:32:\"758d682b1059b10ee096f38798595234\";s:10:\"created_at\";s:20:\"2017-09-07T09:18:24Z\";s:11:\"parent_guid\";s:32:\"758d682b1859b10ebd6abab685903735\";s:4:\"text\";s:5:\"Cool!\";s:16:\"author_signature\";s:0:\"\";}',DATE_ADD(NOW(), INTERVAL 15 MINUTE)), +('diaspora:construct_comment:758d682b2059b10f204f9c2684001373','a:6:{s:6:\"author\";s:24:\"friendica2@friendica.local\";s:4:\"guid\";s:32:\"758d682b2059b10f204f9c2684001373\";s:10:\"created_at\";s:20:\"2017-09-07T09:19:28Z\";s:11:\"parent_guid\";s:32:\"758d682b1459b10f0be17c3206121357\";s:4:\"text\";s:4:\"Yay!\";s:16:\"author_signature\";s:0:\"\";}',DATE_ADD(NOW(), INTERVAL 15 MINUTE)), +('probe_url::friendica2@friendica.local','a:21:{s:4:\"name\";s:10:\"friendica2\";s:4:\"nick\";s:10:\"friendica2\";s:4:\"guid\";s:32:\"758d682b1359b10a3a54a8c301503194\";s:3:\"url\";s:41:\"http://friendica.local/profile/friendica2\";s:4:\"addr\";s:24:\"friendica2@friendica.local\";s:5:\"alias\";s:0:\"\";s:5:\"photo\";s:42:\"http://friendica.local/photo/profile/3.jpg\";s:9:\"community\";s:0:\"\";s:8:\"keywords\";s:0:\"\";s:8:\"location\";s:0:\"\";s:5:\"about\";s:0:\"\";s:5:\"batch\";s:0:\"\";s:6:\"notify\";s:45:\"http://friendica.local/dfrn_notify/friendica2\";s:4:\"poll\";s:43:\"http://friendica.local/dfrn_poll/friendica2\";s:7:\"request\";s:46:\"http://friendica.local/dfrn_request/friendica2\";s:7:\"confirm\";s:46:\"http://friendica.local/dfrn_confirm/friendica2\";s:4:\"poco\";s:38:\"http://friendica.local/poco/friendica2\";s:8:\"priority\";i:0;s:7:\"network\";s:4:\"dfrn\";s:6:\"pubkey\";s:800:\"-----BEGIN PUBLIC KEY-----\nMIICIjANBgkqhkiG9w0BAQEFAAOCAg8AMIICCgKCAgEAzOHCS/TBWB72tguU5RWu\nG4KnESmdXWGSHHrCm0iWP88Xl17lkEw58o4yt+bQS3c8U46OwP8z9EyCxFyDyHPU\noVgii+jMmT4hhKw5TeDPWwHSUZM07OP2d0J0Kktr6wC16DfGLWqo+EnJcLxyjFGn\nV6KzYR2d/73m0bj26QWM4w2ZCfBZvEEZsreF0XsZuBOWVRlTB4GzDlsRwRt05kUi\nevFnrth0fq+aeEnZA/8eFY9X8F1LB+mZLRdmWX77pMDtzzxTJUBoQPCkOJ0BvdXi\nyAYybmcxFzR/x1u+kpsgxeDOOPDAQAPnbBQcNNwWtl+emd8wmqXcbmM3XeIa1HPb\nDi0CHXJ5Lr95JYP2brAZu4dEwUNeTzkVkvB8DlviOSFmlg6CWmSKXdaF8trK6j4d\nlv7nxGBvmrbx1CmeA3RblvHR1aRyoQdNhBh1eLJrkDcaTgtzhycrjqdz+vVVV/xi\n4yMY9x+voxENfurEo/XsbzGfPSigTIHImzBcMtG0RTgxTMke6CoqRZW1pXFxZast\ncpsO02JRdPrXt+DHpYzDf8oEMTa4TNKBvczcT8ar82RZYY0srVV0uxH77xhx1bvm\nVAPf40FA2qbHZzCAv64YU9LdIT4iPEUga+Y5m9t2LvS+RiA8Zw/mmOdMFp4hI6+K\nELuO8hQc3Ot0moqfpYCnSl0CAwEAAQ==\n-----END PUBLIC KEY-----\n\";s:7:\"baseurl\";s:22:\"http://friendica.local\";}',DATE_ADD(NOW(), INTERVAL 1 DAY)), +('probe_url::friendica3@friendica.local','a:21:{s:4:\"name\";s:10:\"friendica3\";s:4:\"nick\";s:10:\"friendica3\";s:4:\"guid\";s:32:\"758d682b1359b10a642ef08222820194\";s:3:\"url\";s:41:\"http://friendica.local/profile/friendica3\";s:4:\"addr\";s:24:\"friendica3@friendica.local\";s:5:\"alias\";s:0:\"\";s:5:\"photo\";s:42:\"http://friendica.local/photo/profile/4.jpg\";s:9:\"community\";s:0:\"\";s:8:\"keywords\";s:0:\"\";s:8:\"location\";s:0:\"\";s:5:\"about\";s:0:\"\";s:5:\"batch\";s:0:\"\";s:6:\"notify\";s:45:\"http://friendica.local/dfrn_notify/friendica3\";s:4:\"poll\";s:43:\"http://friendica.local/dfrn_poll/friendica3\";s:7:\"request\";s:46:\"http://friendica.local/dfrn_request/friendica3\";s:7:\"confirm\";s:46:\"http://friendica.local/dfrn_confirm/friendica3\";s:4:\"poco\";s:38:\"http://friendica.local/poco/friendica3\";s:8:\"priority\";i:0;s:7:\"network\";s:4:\"dfrn\";s:6:\"pubkey\";s:800:\"-----BEGIN PUBLIC KEY-----\nMIICIjANBgkqhkiG9w0BAQEFAAOCAg8AMIICCgKCAgEAwIuhjeg03GoOuSYqulsa\nvd/spvniwjaYZhCJYTHgOM4ak9qG8SwPhguSBMqZS3baHEcZtYcYsu5vSQAO/zCB\niK8yefV8LguBhoNw36p/hoQ4TdApOH3cjKAJoaxZSJw0oa50ebCSbh23chRHESbv\nlvfGXq0Pmk060VcLf6h00Iivg/BFNmDfEqrVmgpl0G1PIOatNJ5QdEpCP0E5Bg/H\nvnqvBgpkVAZkKA4xY5rw6pB2NofK74gaeNklnVFqAwaQZUrBv+z1C7h3NQ5YRees\nuspiwZVyFy95xm+kGlKq6GJ7WPQi1mKSJisHLxh9uI7ylgIyRWi/GRA2NBLb15tJ\nL9PpyWEbKhEX/zCUQbos6cFC3+jgiJoYIIa5pOYU0Ekf5AcyF3dFsbcWGObn++wv\nk+5dIK/un+1KOv7X3e/bAnkVCHHjzWAzURQkvb0fwFVzw80ioP4L4V+mvw4jxh+x\ndpPBQmqgCglqE2cpCB4gAcYPlXICBC18YcUYOkYIlgz2WuslcJCnrHO6K5q6lAn3\nNqEI/LmJDrq3hbu96k8d/0zCMNO+u3xPIhDcQ6ZzyhZmVDTpVGFiJ7Yhtfih3ASC\nZqWowoSq5onVWLCsj4QquNCIvJK1NLrkrr6rxD4DbCzW7XbZkenuHumh3HoFb5Lc\nRN6UJNHe/4FNNUzcAVBgEe0CAwEAAQ==\n-----END PUBLIC KEY-----\n\";s:7:\"baseurl\";s:22:\"http://friendica.local\";}',DATE_ADD(NOW(), INTERVAL 1 DAY)), +('probe_url::friendica4@friendica.local','a:21:{s:4:\"name\";s:10:\"friendica4\";s:4:\"nick\";s:10:\"friendica4\";s:4:\"guid\";s:32:\"758d682b1359b10a89ad697631454583\";s:3:\"url\";s:41:\"http://friendica.local/profile/friendica4\";s:4:\"addr\";s:24:\"friendica4@friendica.local\";s:5:\"alias\";s:0:\"\";s:5:\"photo\";s:42:\"http://friendica.local/photo/profile/5.jpg\";s:9:\"community\";s:0:\"\";s:8:\"keywords\";s:0:\"\";s:8:\"location\";s:0:\"\";s:5:\"about\";s:0:\"\";s:5:\"batch\";s:0:\"\";s:6:\"notify\";s:45:\"http://friendica.local/dfrn_notify/friendica4\";s:4:\"poll\";s:43:\"http://friendica.local/dfrn_poll/friendica4\";s:7:\"request\";s:46:\"http://friendica.local/dfrn_request/friendica4\";s:7:\"confirm\";s:46:\"http://friendica.local/dfrn_confirm/friendica4\";s:4:\"poco\";s:38:\"http://friendica.local/poco/friendica4\";s:8:\"priority\";i:0;s:7:\"network\";s:4:\"dfrn\";s:6:\"pubkey\";s:800:\"-----BEGIN PUBLIC KEY-----\nMIICIjANBgkqhkiG9w0BAQEFAAOCAg8AMIICCgKCAgEAxAJ+t/FrD0sHO2ecwsoH\nmOst2aPHca5n4UEIpr2ZTl26WN1AbcNo9wahDHXG7pE50GQwvmnnTIlVDLAsBC23\n8sTSpGXrIC8L7YiyDeu3piBp/w4jy8JQrbXn4L8IQbnmi6nDCSr1szXjBcvdPPKK\nrCFgYJ4hjEkSp/wJcKZ1mlRTwtofWZHUMu3NsP2146wRj0roydFVkWGrfsH8grUO\nqMktmpCUOQNsOIAN8b6vQiYQQoamGWjV8wXO3W0fRhQ5Yjko19j1t+O1Jvy2CMhn\nRY2wiGZ91ZSfl8VNLrz38JyeR0cz7YJeNYzOggB1AjEzLhKtqw7zkyW8Qg1Kfo85\ndagFPZ5sQZ8R4nus7xabICMG/qJPL23/1tyenxqkVP0iDIhLo/f0uuG4riNOJZtf\nPYPT6sxSlqxbznuLQr1fYnjFyEnFtJpzuAuvybshT5QLyKntcGap67fWoj/7SrA4\n8T5RCdYHDacMdKEC1SDwpokpgWhWaRkUxJ5F0Q5Jpyvhui/UkxkevDWv5373pgVz\ngaZlxRKYKABWiJkQH9FPAdsr4nUVErl/zvI0+9GuzK/EJ5ToVs8bF98Jb4Y3o2pm\nNtPL1ao9r0ug/3F7RHTLs1tp0Bdm/Gxk/RJf4j6gKgAw9WcdHzkxcvikhAY43zMe\n5qExQo663i3hzw4v3p94i+sCAwEAAQ==\n-----END PUBLIC KEY-----\n\";s:7:\"baseurl\";s:22:\"http://friendica.local\";}',DATE_ADD(NOW(), INTERVAL 1 DAY)), +('probe_url::friendica5@friendica.local','a:21:{s:4:\"name\";s:10:\"friendica5\";s:4:\"nick\";s:10:\"friendica5\";s:4:\"guid\";s:32:\"758d682b1959b10ab0768ff699049903\";s:3:\"url\";s:41:\"http://friendica.local/profile/friendica5\";s:4:\"addr\";s:24:\"friendica5@friendica.local\";s:5:\"alias\";s:0:\"\";s:5:\"photo\";s:42:\"http://friendica.local/photo/profile/6.jpg\";s:9:\"community\";s:0:\"\";s:8:\"keywords\";s:0:\"\";s:8:\"location\";s:0:\"\";s:5:\"about\";s:0:\"\";s:5:\"batch\";s:0:\"\";s:6:\"notify\";s:45:\"http://friendica.local/dfrn_notify/friendica5\";s:4:\"poll\";s:43:\"http://friendica.local/dfrn_poll/friendica5\";s:7:\"request\";s:46:\"http://friendica.local/dfrn_request/friendica5\";s:7:\"confirm\";s:46:\"http://friendica.local/dfrn_confirm/friendica5\";s:4:\"poco\";s:38:\"http://friendica.local/poco/friendica5\";s:8:\"priority\";i:0;s:7:\"network\";s:4:\"dfrn\";s:6:\"pubkey\";s:800:\"-----BEGIN PUBLIC KEY-----\nMIICIjANBgkqhkiG9w0BAQEFAAOCAg8AMIICCgKCAgEAmtBUbN/07wWbcUvp9QvR\nKLoM+WjC0K0rFsx6L/Mktk6Go5+DqofuHSQgfJZGBI3vbTlbwW76peX/0aqiZPGF\nrrhX1FMhU23AxYE9TixRR+oqIKETNzU8NuahpK/ZBokoPL7mzrY4o5dNcnG4S57O\nir4VfEpuYB99K7Uo4yVc6a50ZQfDoBy6nnCPbVmh+gokc28paK7Av0vnMwwD6TWQ\nrgXyrPsa+Af5YeDC7GOmhppeN+e5zycRTddfXWR8QFp+he43b7z54pB+ajAu3J+C\nTAagIp5UWrBmwclF2gmLWvyYYpwTF3kNz+Waf0s3khiZXcJZKxGKVqXoTkqEKV/i\nvHryaBlvvAkQKR1mfJpNasJfHrqhOlHigWi3ISlPJQB4h+85W+YAXj+3j26OnMpb\nCmjf0BXLnjuC+w9rXFW/kj3Q1PxNaAfx/BoV62unWBKnZAkkzHOkQ5yyATdXQaEY\nlDsFbc0itSm3zjsPa1gXtn9e9z8Mqn5MwKk5I9k7TIr6/FdgbX7gxl6mn59OQ0v+\ne8o7HECSQvT8c+WmvBk3tjQHDgw3FeiJ54w0IGiha530vPCk5Z840d/jVUL7Qc6j\nrNi7hLOBvx4jdxk+5tq6fZMG4Sbu+Iibc4b+f2QyVW7Pcxt3CM/ADh0kzfGJ7wQd\nzl4w/9+s8DPT43Tbn98QK+MCAwEAAQ==\n-----END PUBLIC KEY-----\n\";s:7:\"baseurl\";s:22:\"http://friendica.local\";}',DATE_ADD(NOW(), INTERVAL 1 DAY)), +('probe_url::http://friendica.local/profile/friendica1','a:21:{s:4:\"name\";s:10:\"friendica1\";s:4:\"nick\";s:10:\"friendica1\";s:4:\"guid\";s:32:\"758d682b8559b109d5ad831494500945\";s:3:\"url\";s:41:\"http://friendica.local/profile/friendica1\";s:4:\"addr\";s:24:\"friendica1@friendica.local\";s:5:\"alias\";s:0:\"\";s:5:\"photo\";s:42:\"http://friendica.local/photo/profile/2.jpg\";s:9:\"community\";s:0:\"\";s:8:\"keywords\";s:0:\"\";s:8:\"location\";s:0:\"\";s:5:\"about\";s:0:\"\";s:5:\"batch\";s:0:\"\";s:6:\"notify\";s:45:\"http://friendica.local/dfrn_notify/friendica1\";s:4:\"poll\";s:43:\"http://friendica.local/dfrn_poll/friendica1\";s:7:\"request\";s:46:\"http://friendica.local/dfrn_request/friendica1\";s:7:\"confirm\";s:46:\"http://friendica.local/dfrn_confirm/friendica1\";s:4:\"poco\";s:38:\"http://friendica.local/poco/friendica1\";s:8:\"priority\";i:0;s:7:\"network\";s:4:\"dfrn\";s:6:\"pubkey\";s:800:\"-----BEGIN PUBLIC KEY-----\nMIICIjANBgkqhkiG9w0BAQEFAAOCAg8AMIICCgKCAgEAzNeTX2GGZAqTecUeOPNq\n+uFCfBuN4g6xKTkBlUDeVCLp2N3uVJq+TSjmoau8MpY3jCD2Nqn5KsMPh8XJV2s6\nb1kSjmVdpr4EeBXPyvi3asCcgmqi2IeoK/ihVGP9IrrYh8zwzVY9wW1/TPcC4N4W\nCcmeFTO08CSJh2P8ROq6irU0ndbmqfmFSs5uZ7UcEKUzkgSSPTxq5x3O7xSfTbOZ\nPNhSn3r5buSOd46KyWaBIJ2KgFNoY2AGJqbzZTZmJZB/qelrONtJ6XDnDI9GNQBI\nyL9935Scmo9WrXeZcqXNW3yI97s1tH27pCxhsyy5xqzEYfAPwPFry4gbO+wSGcNm\nFYfbCM19uPvJyN6TEgFNZD5401Pl8LQaVkSAnV9LQPzn/54CJYQb6KlE0rymROyQ\nvKPUZmEkw6ZnVJIF5pjxu6bGGPdv3xmBH6Xnmi0hhNA2AEDbv6wDrLZYLUCTSSqq\nhW8WK3HylsP9dqNT+a3X9l9dG7vqmRevGcbBQDDZPOKjkJkAa8IgIlk3UIWs3bYY\nST0VUtjRpsoLo3XmdYtY5qXxjGjtEy7NjRErlT31WoMzxcLhLwxKGWQz/xMC9OXe\np+uoyVUOd3U/Jvz6vpW9k5ua417IrF9XaxtcKvhp69m16br8JkMuKWvdGomWDXxA\nG1cAbsHJN6JJEU/3Vo35sh0CAwEAAQ==\n-----END PUBLIC KEY-----\n\";s:7:\"baseurl\";s:22:\"http://friendica.local\";}',DATE_ADD(NOW(), INTERVAL 1 DAY)), +('probe_url::http://friendica.local/profile/friendica2','a:21:{s:4:\"name\";s:10:\"friendica2\";s:4:\"nick\";s:10:\"friendica2\";s:4:\"guid\";s:32:\"758d682b1359b10a3a54a8c301503194\";s:3:\"url\";s:41:\"http://friendica.local/profile/friendica2\";s:4:\"addr\";s:24:\"friendica2@friendica.local\";s:5:\"alias\";s:0:\"\";s:5:\"photo\";s:42:\"http://friendica.local/photo/profile/3.jpg\";s:9:\"community\";s:0:\"\";s:8:\"keywords\";s:0:\"\";s:8:\"location\";s:0:\"\";s:5:\"about\";s:0:\"\";s:5:\"batch\";s:0:\"\";s:6:\"notify\";s:45:\"http://friendica.local/dfrn_notify/friendica2\";s:4:\"poll\";s:43:\"http://friendica.local/dfrn_poll/friendica2\";s:7:\"request\";s:46:\"http://friendica.local/dfrn_request/friendica2\";s:7:\"confirm\";s:46:\"http://friendica.local/dfrn_confirm/friendica2\";s:4:\"poco\";s:38:\"http://friendica.local/poco/friendica2\";s:8:\"priority\";i:0;s:7:\"network\";s:4:\"dfrn\";s:6:\"pubkey\";s:800:\"-----BEGIN PUBLIC KEY-----\nMIICIjANBgkqhkiG9w0BAQEFAAOCAg8AMIICCgKCAgEAzOHCS/TBWB72tguU5RWu\nG4KnESmdXWGSHHrCm0iWP88Xl17lkEw58o4yt+bQS3c8U46OwP8z9EyCxFyDyHPU\noVgii+jMmT4hhKw5TeDPWwHSUZM07OP2d0J0Kktr6wC16DfGLWqo+EnJcLxyjFGn\nV6KzYR2d/73m0bj26QWM4w2ZCfBZvEEZsreF0XsZuBOWVRlTB4GzDlsRwRt05kUi\nevFnrth0fq+aeEnZA/8eFY9X8F1LB+mZLRdmWX77pMDtzzxTJUBoQPCkOJ0BvdXi\nyAYybmcxFzR/x1u+kpsgxeDOOPDAQAPnbBQcNNwWtl+emd8wmqXcbmM3XeIa1HPb\nDi0CHXJ5Lr95JYP2brAZu4dEwUNeTzkVkvB8DlviOSFmlg6CWmSKXdaF8trK6j4d\nlv7nxGBvmrbx1CmeA3RblvHR1aRyoQdNhBh1eLJrkDcaTgtzhycrjqdz+vVVV/xi\n4yMY9x+voxENfurEo/XsbzGfPSigTIHImzBcMtG0RTgxTMke6CoqRZW1pXFxZast\ncpsO02JRdPrXt+DHpYzDf8oEMTa4TNKBvczcT8ar82RZYY0srVV0uxH77xhx1bvm\nVAPf40FA2qbHZzCAv64YU9LdIT4iPEUga+Y5m9t2LvS+RiA8Zw/mmOdMFp4hI6+K\nELuO8hQc3Ot0moqfpYCnSl0CAwEAAQ==\n-----END PUBLIC KEY-----\n\";s:7:\"baseurl\";s:22:\"http://friendica.local\";}',DATE_ADD(NOW(), INTERVAL 1 DAY)), +('probe_url::http://friendica.local/profile/friendica3','a:21:{s:4:\"name\";s:10:\"friendica3\";s:4:\"nick\";s:10:\"friendica3\";s:4:\"guid\";s:32:\"758d682b1359b10a642ef08222820194\";s:3:\"url\";s:41:\"http://friendica.local/profile/friendica3\";s:4:\"addr\";s:24:\"friendica3@friendica.local\";s:5:\"alias\";s:0:\"\";s:5:\"photo\";s:42:\"http://friendica.local/photo/profile/4.jpg\";s:9:\"community\";s:0:\"\";s:8:\"keywords\";s:0:\"\";s:8:\"location\";s:0:\"\";s:5:\"about\";s:0:\"\";s:5:\"batch\";s:0:\"\";s:6:\"notify\";s:45:\"http://friendica.local/dfrn_notify/friendica3\";s:4:\"poll\";s:43:\"http://friendica.local/dfrn_poll/friendica3\";s:7:\"request\";s:46:\"http://friendica.local/dfrn_request/friendica3\";s:7:\"confirm\";s:46:\"http://friendica.local/dfrn_confirm/friendica3\";s:4:\"poco\";s:38:\"http://friendica.local/poco/friendica3\";s:8:\"priority\";i:0;s:7:\"network\";s:4:\"dfrn\";s:6:\"pubkey\";s:800:\"-----BEGIN PUBLIC KEY-----\nMIICIjANBgkqhkiG9w0BAQEFAAOCAg8AMIICCgKCAgEAwIuhjeg03GoOuSYqulsa\nvd/spvniwjaYZhCJYTHgOM4ak9qG8SwPhguSBMqZS3baHEcZtYcYsu5vSQAO/zCB\niK8yefV8LguBhoNw36p/hoQ4TdApOH3cjKAJoaxZSJw0oa50ebCSbh23chRHESbv\nlvfGXq0Pmk060VcLf6h00Iivg/BFNmDfEqrVmgpl0G1PIOatNJ5QdEpCP0E5Bg/H\nvnqvBgpkVAZkKA4xY5rw6pB2NofK74gaeNklnVFqAwaQZUrBv+z1C7h3NQ5YRees\nuspiwZVyFy95xm+kGlKq6GJ7WPQi1mKSJisHLxh9uI7ylgIyRWi/GRA2NBLb15tJ\nL9PpyWEbKhEX/zCUQbos6cFC3+jgiJoYIIa5pOYU0Ekf5AcyF3dFsbcWGObn++wv\nk+5dIK/un+1KOv7X3e/bAnkVCHHjzWAzURQkvb0fwFVzw80ioP4L4V+mvw4jxh+x\ndpPBQmqgCglqE2cpCB4gAcYPlXICBC18YcUYOkYIlgz2WuslcJCnrHO6K5q6lAn3\nNqEI/LmJDrq3hbu96k8d/0zCMNO+u3xPIhDcQ6ZzyhZmVDTpVGFiJ7Yhtfih3ASC\nZqWowoSq5onVWLCsj4QquNCIvJK1NLrkrr6rxD4DbCzW7XbZkenuHumh3HoFb5Lc\nRN6UJNHe/4FNNUzcAVBgEe0CAwEAAQ==\n-----END PUBLIC KEY-----\n\";s:7:\"baseurl\";s:22:\"http://friendica.local\";}',DATE_ADD(NOW(), INTERVAL 1 DAY)), +('probe_url::http://friendica.local/profile/friendica4','a:21:{s:4:\"name\";s:10:\"friendica4\";s:4:\"nick\";s:10:\"friendica4\";s:4:\"guid\";s:32:\"758d682b1359b10a89ad697631454583\";s:3:\"url\";s:41:\"http://friendica.local/profile/friendica4\";s:4:\"addr\";s:24:\"friendica4@friendica.local\";s:5:\"alias\";s:0:\"\";s:5:\"photo\";s:42:\"http://friendica.local/photo/profile/5.jpg\";s:9:\"community\";s:0:\"\";s:8:\"keywords\";s:0:\"\";s:8:\"location\";s:0:\"\";s:5:\"about\";s:0:\"\";s:5:\"batch\";s:0:\"\";s:6:\"notify\";s:45:\"http://friendica.local/dfrn_notify/friendica4\";s:4:\"poll\";s:43:\"http://friendica.local/dfrn_poll/friendica4\";s:7:\"request\";s:46:\"http://friendica.local/dfrn_request/friendica4\";s:7:\"confirm\";s:46:\"http://friendica.local/dfrn_confirm/friendica4\";s:4:\"poco\";s:38:\"http://friendica.local/poco/friendica4\";s:8:\"priority\";i:0;s:7:\"network\";s:4:\"dfrn\";s:6:\"pubkey\";s:800:\"-----BEGIN PUBLIC KEY-----\nMIICIjANBgkqhkiG9w0BAQEFAAOCAg8AMIICCgKCAgEAxAJ+t/FrD0sHO2ecwsoH\nmOst2aPHca5n4UEIpr2ZTl26WN1AbcNo9wahDHXG7pE50GQwvmnnTIlVDLAsBC23\n8sTSpGXrIC8L7YiyDeu3piBp/w4jy8JQrbXn4L8IQbnmi6nDCSr1szXjBcvdPPKK\nrCFgYJ4hjEkSp/wJcKZ1mlRTwtofWZHUMu3NsP2146wRj0roydFVkWGrfsH8grUO\nqMktmpCUOQNsOIAN8b6vQiYQQoamGWjV8wXO3W0fRhQ5Yjko19j1t+O1Jvy2CMhn\nRY2wiGZ91ZSfl8VNLrz38JyeR0cz7YJeNYzOggB1AjEzLhKtqw7zkyW8Qg1Kfo85\ndagFPZ5sQZ8R4nus7xabICMG/qJPL23/1tyenxqkVP0iDIhLo/f0uuG4riNOJZtf\nPYPT6sxSlqxbznuLQr1fYnjFyEnFtJpzuAuvybshT5QLyKntcGap67fWoj/7SrA4\n8T5RCdYHDacMdKEC1SDwpokpgWhWaRkUxJ5F0Q5Jpyvhui/UkxkevDWv5373pgVz\ngaZlxRKYKABWiJkQH9FPAdsr4nUVErl/zvI0+9GuzK/EJ5ToVs8bF98Jb4Y3o2pm\nNtPL1ao9r0ug/3F7RHTLs1tp0Bdm/Gxk/RJf4j6gKgAw9WcdHzkxcvikhAY43zMe\n5qExQo663i3hzw4v3p94i+sCAwEAAQ==\n-----END PUBLIC KEY-----\n\";s:7:\"baseurl\";s:22:\"http://friendica.local\";}',DATE_ADD(NOW(), INTERVAL 1 DAY)), +('probe_url::http://friendica.local/profile/friendica5','a:21:{s:4:\"name\";s:10:\"friendica5\";s:4:\"nick\";s:10:\"friendica5\";s:4:\"guid\";s:32:\"758d682b1959b10ab0768ff699049903\";s:3:\"url\";s:41:\"http://friendica.local/profile/friendica5\";s:4:\"addr\";s:24:\"friendica5@friendica.local\";s:5:\"alias\";s:0:\"\";s:5:\"photo\";s:42:\"http://friendica.local/photo/profile/6.jpg\";s:9:\"community\";s:0:\"\";s:8:\"keywords\";s:0:\"\";s:8:\"location\";s:0:\"\";s:5:\"about\";s:0:\"\";s:5:\"batch\";s:0:\"\";s:6:\"notify\";s:45:\"http://friendica.local/dfrn_notify/friendica5\";s:4:\"poll\";s:43:\"http://friendica.local/dfrn_poll/friendica5\";s:7:\"request\";s:46:\"http://friendica.local/dfrn_request/friendica5\";s:7:\"confirm\";s:46:\"http://friendica.local/dfrn_confirm/friendica5\";s:4:\"poco\";s:38:\"http://friendica.local/poco/friendica5\";s:8:\"priority\";i:0;s:7:\"network\";s:4:\"dfrn\";s:6:\"pubkey\";s:800:\"-----BEGIN PUBLIC KEY-----\nMIICIjANBgkqhkiG9w0BAQEFAAOCAg8AMIICCgKCAgEAmtBUbN/07wWbcUvp9QvR\nKLoM+WjC0K0rFsx6L/Mktk6Go5+DqofuHSQgfJZGBI3vbTlbwW76peX/0aqiZPGF\nrrhX1FMhU23AxYE9TixRR+oqIKETNzU8NuahpK/ZBokoPL7mzrY4o5dNcnG4S57O\nir4VfEpuYB99K7Uo4yVc6a50ZQfDoBy6nnCPbVmh+gokc28paK7Av0vnMwwD6TWQ\nrgXyrPsa+Af5YeDC7GOmhppeN+e5zycRTddfXWR8QFp+he43b7z54pB+ajAu3J+C\nTAagIp5UWrBmwclF2gmLWvyYYpwTF3kNz+Waf0s3khiZXcJZKxGKVqXoTkqEKV/i\nvHryaBlvvAkQKR1mfJpNasJfHrqhOlHigWi3ISlPJQB4h+85W+YAXj+3j26OnMpb\nCmjf0BXLnjuC+w9rXFW/kj3Q1PxNaAfx/BoV62unWBKnZAkkzHOkQ5yyATdXQaEY\nlDsFbc0itSm3zjsPa1gXtn9e9z8Mqn5MwKk5I9k7TIr6/FdgbX7gxl6mn59OQ0v+\ne8o7HECSQvT8c+WmvBk3tjQHDgw3FeiJ54w0IGiha530vPCk5Z840d/jVUL7Qc6j\nrNi7hLOBvx4jdxk+5tq6fZMG4Sbu+Iibc4b+f2QyVW7Pcxt3CM/ADh0kzfGJ7wQd\nzl4w/9+s8DPT43Tbn98QK+MCAwEAAQ==\n-----END PUBLIC KEY-----\n\";s:7:\"baseurl\";s:22:\"http://friendica.local\";}',DATE_ADD(NOW(), INTERVAL 1 DAY)); /*!40000 ALTER TABLE `cache` ENABLE KEYS */; UNLOCK TABLES; @@ -223,7 +223,7 @@ CREATE TABLE `config` ( LOCK TABLES `config` WRITE; /*!40000 ALTER TABLE `config` DISABLE KEYS */; -INSERT INTO `config` VALUES (1,'system','maintenance','0'),(2,'system','maintenance_reason',''),(3,'system','dbupdate','1'),(4,'system','url','http://friendica.dev'),(5,'system','build','1234'),(6,'system','temppath','/tmp/friendica.dev'),(7,'system','itemcache','/tmp/friendica.dev/itemcache'),(8,'system','cache_cleared_day','1504774549'),(9,'system','cache_cleared_hour','1504774549'),(10,'system','cache_cleared_half_hour','1504774549'),(11,'system','cache_cleared_quarter_hour','1504775460'),(12,'system','cache_cleared_five_minute','1504775835'),(13,'system','cache_cleared_minute','1504775968'),(14,'system','poller_last_cleaned','1504775768'),(15,'system','site_prvkey','-----BEGIN PRIVATE KEY-----\nMIICdwIBADANBgkqhkiG9w0BAQEFAASCAmEwggJdAgEAAoGBAKt55CWxHK15VG/X\nnUyQhm+1ZQnLcjsBQowmbWjJdZdPq/5ID5elVMj5VGwZ8gkZFUASS7c1kK+ZvFgi\nTc4j8c2vjbjGhZ5yee/9zGkZcUu/ZC1QVXNwlw/M25Fzu1iB53xH8BiqHNFY/88Y\n6f+wvWKgTP1Z3SmgOb2pDcfxd90nAgMBAAECgYBRmPU6AmfVHNFTT1To5DU03yqv\nWIKJFXZnXrndjVBJqn37yKqyzNflss+7iTUloyv7izlAe1rYVN3NSrWfjHc5U4Y3\nTRRsKcl3EhA1ExI6LGWCfCEstpHq8Ix78cASKAm2rC+Jfnn7Vssuunii7bDvplZi\n/pNl9hEuTwwSEBaF4QJBAOGysKq228c6c7Jzl8/huzXfygPqAw2M//gfVJcMCRs7\nyYPbyLXGkry/73e5InrjaYfQVGKv/jm8Wviq9bQ+468CQQDCf5QoH4Zht2z20Ysb\noUkQ7qsYgoxQun1ZYMVnzsAsPc8vh+2H2oGnT4o2K2sa7XuKJVcVO+AUp6yZaiab\npuQJAkBxQ5SHR5cJ51qSjpH8ICMsSS9/QVvg3AbFBSwVVVPol9tsUcrq9klDcesC\nISWdmCyonLMMh5fEb7MTofAGUZ0/AkEAqlNvO3PgCtLG6Z63Y4rqoZlg3CX3Gvs1\nqn/EYBP+1r+KIOW4bbA8ung9YRLEyOAPv/rTOBUnNu9fhzoedVDBgQJBAI0Vb7kQ\nd9O7cMNoeNkU1z3D19jl8OOqUx1RFHF/ZforUfLhTctDOmkJi+lCtjL59MUtToUw\nR+aGkzhkzkFDDR4=\n-----END PRIVATE KEY-----\n'),(16,'system','site_pubkey','-----BEGIN PUBLIC KEY-----\nMIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCreeQlsRyteVRv151MkIZvtWUJ\ny3I7AUKMJm1oyXWXT6v+SA+XpVTI+VRsGfIJGRVAEku3NZCvmbxYIk3OI/HNr424\nxoWecnnv/cxpGXFLv2QtUFVzcJcPzNuRc7tYged8R/AYqhzRWP/PGOn/sL1ioEz9\nWd0poDm9qQ3H8XfdJwIDAQAB\n-----END PUBLIC KEY-----\n'); +INSERT INTO `config` VALUES (1,'system','maintenance','0'),(2,'system','maintenance_reason',''),(3,'system','dbupdate','1'),(4,'system','url','http://friendica.local'),(5,'system','build','1234'),(6,'system','temppath','/tmp/friendica.local'),(7,'system','itemcache','/tmp/friendica.local/itemcache'),(8,'system','cache_cleared_day','1504774549'),(9,'system','cache_cleared_hour','1504774549'),(10,'system','cache_cleared_half_hour','1504774549'),(11,'system','cache_cleared_quarter_hour','1504775460'),(12,'system','cache_cleared_five_minute','1504775835'),(13,'system','cache_cleared_minute','1504775968'),(14,'system','poller_last_cleaned','1504775768'),(15,'system','site_prvkey','-----BEGIN PRIVATE KEY-----\nMIICdwIBADANBgkqhkiG9w0BAQEFAASCAmEwggJdAgEAAoGBAKt55CWxHK15VG/X\nnUyQhm+1ZQnLcjsBQowmbWjJdZdPq/5ID5elVMj5VGwZ8gkZFUASS7c1kK+ZvFgi\nTc4j8c2vjbjGhZ5yee/9zGkZcUu/ZC1QVXNwlw/M25Fzu1iB53xH8BiqHNFY/88Y\n6f+wvWKgTP1Z3SmgOb2pDcfxd90nAgMBAAECgYBRmPU6AmfVHNFTT1To5DU03yqv\nWIKJFXZnXrndjVBJqn37yKqyzNflss+7iTUloyv7izlAe1rYVN3NSrWfjHc5U4Y3\nTRRsKcl3EhA1ExI6LGWCfCEstpHq8Ix78cASKAm2rC+Jfnn7Vssuunii7bDvplZi\n/pNl9hEuTwwSEBaF4QJBAOGysKq228c6c7Jzl8/huzXfygPqAw2M//gfVJcMCRs7\nyYPbyLXGkry/73e5InrjaYfQVGKv/jm8Wviq9bQ+468CQQDCf5QoH4Zht2z20Ysb\noUkQ7qsYgoxQun1ZYMVnzsAsPc8vh+2H2oGnT4o2K2sa7XuKJVcVO+AUp6yZaiab\npuQJAkBxQ5SHR5cJ51qSjpH8ICMsSS9/QVvg3AbFBSwVVVPol9tsUcrq9klDcesC\nISWdmCyonLMMh5fEb7MTofAGUZ0/AkEAqlNvO3PgCtLG6Z63Y4rqoZlg3CX3Gvs1\nqn/EYBP+1r+KIOW4bbA8ung9YRLEyOAPv/rTOBUnNu9fhzoedVDBgQJBAI0Vb7kQ\nd9O7cMNoeNkU1z3D19jl8OOqUx1RFHF/ZforUfLhTctDOmkJi+lCtjL59MUtToUw\nR+aGkzhkzkFDDR4=\n-----END PRIVATE KEY-----\n'),(16,'system','site_pubkey','-----BEGIN PUBLIC KEY-----\nMIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCreeQlsRyteVRv151MkIZvtWUJ\ny3I7AUKMJm1oyXWXT6v+SA+XpVTI+VRsGfIJGRVAEku3NZCvmbxYIk3OI/HNr424\nxoWecnnv/cxpGXFLv2QtUFVzcJcPzNuRc7tYged8R/AYqhzRWP/PGOn/sL1ioEz9\nWd0poDm9qQ3H8XfdJwIDAQAB\n-----END PUBLIC KEY-----\n'); /*!40000 ALTER TABLE `config` ENABLE KEYS */; UNLOCK TABLES; @@ -325,7 +325,7 @@ CREATE TABLE `contact` ( LOCK TABLES `contact` WRITE; /*!40000 ALTER TABLE `contact` DISABLE KEYS */; -INSERT INTO `contact` VALUES (1,1,'2017-09-07 08:55:42',1,0,0,0,'','admin','admin','',NULL,NULL,'','','','','http://friendica.dev/photo/profile/1.jpg','http://friendica.dev/photo/avatar/1.jpg','http://friendica.dev/photo/micro/1.jpg',NULL,'','','http://friendica.dev/profile/admin','http://friendica.dev/profile/admin','admin@friendica.dev','',NULL,NULL,'','http://friendica.dev/dfrn_request/admin','http://friendica.dev/dfrn_notify/admin','http://friendica.dev/dfrn_poll/admin','http://friendica.dev/dfrn_confirm/admin','http://friendica.dev/poco/admin',0,0,0,0,'','0001-01-01 00:00:00','0001-01-01 00:00:00','0001-01-01 00:00:00','2017-09-07 08:55:42','2017-09-07 08:55:42','2017-09-07 08:55:42','0001-01-01 00:00:00','0001-01-01 00:00:00',0,0,0,0,0,0,0,0,0,0,0,NULL,0,NULL,0,'','0001-01-01',0,0,NULL),(2,2,'2017-09-07 08:56:53',1,0,0,0,'','friendica1','friendica1','',NULL,NULL,'','','','http://friendica.dev/photo/f958f83dd2af4c30b30045dfc6ff0718-4.jpg?ts=1504775108','http://friendica.dev/photo/4b7db531ad1920a7cb8fb76aed46ddd9-4.jpg?ts=1504775575','http://friendica.dev/photo/4b7db531ad1920a7cb8fb76aed46ddd9-5.jpg?ts=1504775575','http://friendica.dev/photo/4b7db531ad1920a7cb8fb76aed46ddd9-6.jpg?ts=1504775575',NULL,'','','http://friendica.dev/profile/friendica1','http://friendica.dev/profile/friendica1','friendica1@friendica.dev','',NULL,NULL,'','http://friendica.dev/dfrn_request/friendica1','http://friendica.dev/dfrn_notify/friendica1','http://friendica.dev/dfrn_poll/friendica1','http://friendica.dev/dfrn_confirm/friendica1','http://friendica.dev/poco/friendica1',0,0,0,0,'','0001-01-01 00:00:00','0001-01-01 00:00:00','0001-01-01 00:00:00','2017-09-07 08:56:53','2017-09-07 08:56:53','2017-09-07 09:12:55','0001-01-01 00:00:00','0001-01-01 00:00:00',0,0,0,0,0,0,0,0,0,0,0,NULL,0,NULL,0,'','0001-01-01',0,0,NULL),(3,3,'2017-09-07 08:58:34',1,0,0,0,'','friendica2','friendica2','',NULL,NULL,'','','','','http://friendica.dev/photo/profile/3.jpg','http://friendica.dev/photo/avatar/3.jpg','http://friendica.dev/photo/micro/3.jpg',NULL,'','','http://friendica.dev/profile/friendica2','http://friendica.dev/profile/friendica2','friendica2@friendica.dev','',NULL,NULL,'','http://friendica.dev/dfrn_request/friendica2','http://friendica.dev/dfrn_notify/friendica2','http://friendica.dev/dfrn_poll/friendica2','http://friendica.dev/dfrn_confirm/friendica2','http://friendica.dev/poco/friendica2',0,0,0,0,'','0001-01-01 00:00:00','2017-09-07 09:16:41','0001-01-01 00:00:00','2017-09-07 08:58:34','2017-09-07 08:58:34','2017-09-07 08:58:34','0001-01-01 00:00:00','2017-09-07 09:16:41',0,0,0,0,0,0,0,0,0,0,0,NULL,0,NULL,0,'','0001-01-01',0,0,NULL),(4,4,'2017-09-07 08:59:16',1,0,0,0,'','friendica3','friendica3','',NULL,NULL,'','','','','http://friendica.dev/photo/profile/4.jpg','http://friendica.dev/photo/avatar/4.jpg','http://friendica.dev/photo/micro/4.jpg',NULL,'','','http://friendica.dev/profile/friendica3','http://friendica.dev/profile/friendica3','friendica3@friendica.dev','',NULL,NULL,'','http://friendica.dev/dfrn_request/friendica3','http://friendica.dev/dfrn_notify/friendica3','http://friendica.dev/dfrn_poll/friendica3','http://friendica.dev/dfrn_confirm/friendica3','http://friendica.dev/poco/friendica3',0,0,0,0,'','0001-01-01 00:00:00','0001-01-01 00:00:00','0001-01-01 00:00:00','2017-09-07 08:59:16','2017-09-07 08:59:16','2017-09-07 08:59:16','0001-01-01 00:00:00','0001-01-01 00:00:00',0,0,0,0,0,0,0,0,0,0,0,NULL,0,NULL,0,'','0001-01-01',0,0,NULL),(5,5,'2017-09-07 08:59:53',1,0,0,0,'','friendica4','friendica4','',NULL,NULL,'','','','','http://friendica.dev/photo/profile/5.jpg','http://friendica.dev/photo/avatar/5.jpg','http://friendica.dev/photo/micro/5.jpg',NULL,'','','http://friendica.dev/profile/friendica4','http://friendica.dev/profile/friendica4','friendica4@friendica.dev','',NULL,NULL,'','http://friendica.dev/dfrn_request/friendica4','http://friendica.dev/dfrn_notify/friendica4','http://friendica.dev/dfrn_poll/friendica4','http://friendica.dev/dfrn_confirm/friendica4','http://friendica.dev/poco/friendica4',0,0,0,0,'','0001-01-01 00:00:00','0001-01-01 00:00:00','0001-01-01 00:00:00','2017-09-07 08:59:53','2017-09-07 08:59:53','2017-09-07 08:59:53','0001-01-01 00:00:00','0001-01-01 00:00:00',0,0,0,0,0,0,0,0,0,0,0,NULL,0,NULL,0,'','0001-01-01',0,0,NULL),(6,6,'2017-09-07 09:00:32',1,0,0,0,'','friendica5','friendica5','',NULL,NULL,'','','','','http://friendica.dev/photo/profile/6.jpg','http://friendica.dev/photo/avatar/6.jpg','http://friendica.dev/photo/micro/6.jpg',NULL,'','','http://friendica.dev/profile/friendica5','http://friendica.dev/profile/friendica5','friendica5@friendica.dev','',NULL,NULL,'','http://friendica.dev/dfrn_request/friendica5','http://friendica.dev/dfrn_notify/friendica5','http://friendica.dev/dfrn_poll/friendica5','http://friendica.dev/dfrn_confirm/friendica5','http://friendica.dev/poco/friendica5',0,0,0,0,'','0001-01-01 00:00:00','2017-09-07 09:16:08','0001-01-01 00:00:00','2017-09-07 09:00:32','2017-09-07 09:00:32','2017-09-07 09:00:32','0001-01-01 00:00:00','2017-09-07 09:16:08',0,0,0,0,0,0,0,0,0,0,0,NULL,0,NULL,0,'','0001-01-01',0,0,NULL),(7,3,'2017-09-07 09:04:07',0,0,3,1,'dfrn','friendica1','friendica1','','','','','','','http://friendica.dev/photo/4b7db531ad1920a7cb8fb76aed46ddd9-4.jpg?ts=1504775575','http://friendica.dev/photo/18a7495723879503dac64b352e245508-4.jpg?ts=1504775948','http://friendica.dev/photo/18a7495723879503dac64b352e245508-5.jpg?ts=1504775948','http://friendica.dev/photo/18a7495723879503dac64b352e245508-6.jpg?ts=1504775948','-----BEGIN PUBLIC KEY-----\nMIICIjANBgkqhkiG9w0BAQEFAAOCAg8AMIICCgKCAgEAzNeTX2GGZAqTecUeOPNq\n+uFCfBuN4g6xKTkBlUDeVCLp2N3uVJq+TSjmoau8MpY3jCD2Nqn5KsMPh8XJV2s6\nb1kSjmVdpr4EeBXPyvi3asCcgmqi2IeoK/ihVGP9IrrYh8zwzVY9wW1/TPcC4N4W\nCcmeFTO08CSJh2P8ROq6irU0ndbmqfmFSs5uZ7UcEKUzkgSSPTxq5x3O7xSfTbOZ\nPNhSn3r5buSOd46KyWaBIJ2KgFNoY2AGJqbzZTZmJZB/qelrONtJ6XDnDI9GNQBI\nyL9935Scmo9WrXeZcqXNW3yI97s1tH27pCxhsyy5xqzEYfAPwPFry4gbO+wSGcNm\nFYfbCM19uPvJyN6TEgFNZD5401Pl8LQaVkSAnV9LQPzn/54CJYQb6KlE0rymROyQ\nvKPUZmEkw6ZnVJIF5pjxu6bGGPdv3xmBH6Xnmi0hhNA2AEDbv6wDrLZYLUCTSSqq\nhW8WK3HylsP9dqNT+a3X9l9dG7vqmRevGcbBQDDZPOKjkJkAa8IgIlk3UIWs3bYY\nST0VUtjRpsoLo3XmdYtY5qXxjGjtEy7NjRErlT31WoMzxcLhLwxKGWQz/xMC9OXe\np+uoyVUOd3U/Jvz6vpW9k5ua417IrF9XaxtcKvhp69m16br8JkMuKWvdGomWDXxA\nG1cAbsHJN6JJEU/3Vo35sh0CAwEAAQ==\n-----END PUBLIC KEY-----\n','68a21e99d42d564e035d3f5e711894605683a8e65cb692f6907065ae021467a4','','http://friendica.dev/profile/friendica1','http://friendica.dev/profile/friendica1','friendica1@friendica.dev','',NULL,'-----BEGIN PRIVATE KEY-----\nMIIJQwIBADANBgkqhkiG9w0BAQEFAASCCS0wggkpAgEAAoICAQDnxnD1D7W/uXSH\nNd4UKFY1vv22SVPY1HwGHFEfXj681kKO01QISeeJYYFLVWUH5jPv3mDpeChF47Vk\nfeFYqj/tDrl0pXeiQFeboZFI2JZ1mCH3IZsZ9i7fIdd5e7lBrsxIB/5H7PEGVv7e\nuGc162WSNT3D6imrQBizfjeHhZK85GDQZUTcSMQHz/sv7fagAy8WqOB9h0u1dRjc\n8xxNareMXprM6RANV/dqE9G9f1VQJYhhZkMRNHgb5P1wfQwexSd8Lk31da9082KV\noP6gXE6zL0dI9olsFXT2BgHTJLBW/ZW338Vow2Ay96mnWrMXibSVjj1Ud/qOYejo\nfNOKNjS2BRkKHuxrMLONG2nlbPdXXGhVZ8mBo8wpQSFAFNtbhvhaT7hEFwbZDGy/\ndg+kJABkXe7doG95GpEiOTozZ+1bV6J2FwHqlK4Hdn4PRYqqmzAk0vLFekuaC3No\nI8D02c2SZkx+g2U9Y4iH9MbG+TPgb4x6/5cWNbcsAK25vtXn31WLD7PwLPuMFtfc\n6bbKwjgOUtmi3DsRj/iW82IUifS2agcsQfwPI4t9em3RhUASXkkWSTQAScm8BCPD\nB7bH/rFodUeDfyEPm3QtjUjMlc4BwGes7TJziZ/GnW1CHr2ZOQPHWrADnFB+Cc7N\nKJHA/vYRj5WXVyHmzQBhYCNpu73G1QIDAQABAoICAFxPpvGTvjmMLaMkizzQC/YA\nCaCud9ymVHdCk/TAXpBrbbrg5FkgxjzrPsm4SzLoNstUcJjMKI4dcUOC91uPA0Lx\nWF/i/1D5+2qa4Ph4ewR/ARgipFmkuWpZWi6iXliQu//8XwRalGyH/Z7LJyBMjvm6\nhs0e2FXCg5QJsyggxR7CfuTBULnDqX/LECo4xr9YRUrrG+4jEr5E0xA9K4qR9GTN\n0S3HrYMDBCGVnzWwH1R6fmT8i72wfh3uCBrjUw52S5GkB5y5sJYN0bfylTddTGMF\nc4jV2EnaCelq3xMvS6R5/0VqtH9TQV9LUKC8+RNo3ympqzeXSY2n5VGjVcV4bWlH\nbFGHb2w6Jzw6TXQP/2zxmQ4xkbJgHfVNxPAHDasLMNl+dB0Eyj0NYjWBmZ1p9Kr9\nYvMoEnMpICc4vlaq+Si+zaL/T3nqC+NIQtw3/1IzWp1MBllxD0qpQFIIS9of7VXW\nbKFaoviBdIAyHXcdcWt8z2SoWx8Lu4J7jcDIKcN/zuFFY8YWq3KFartNtUR24Umg\n71k7nNVT8PbJh66808kh1wBtPS2IMukB4FkO7Mec+qIJwWQDt4NSYhshVFfoDj42\nJvD8rFb+Cws0XRcjLLf2W9v1Rm6LLm4HK2uBgq5K5xXC997b99RiQUgjbDDWA9Qe\nFzLkD91Ko43TjfKDU+2JAoIBAQD5V0InPyG38BMBWbDr/55Px4I1/ZMBbc17vBIq\nuaP52qn9GImZ4P14H3XrlFZZmp2N2QFRQ1+JX9SOg5930+iZZcBrtFY0QVMcfSTl\nJ9UNlEcAvfUy5Q0ROhX9K1E0Is+g8OpWvEuAPt9iMLWL9TX5m9u6gojMC89Ns3zs\ntACj7+CUWlnNiTzkGcQ7aQ0jNjFRP/ySbYYGCk8kRl/jCrU0WkCFVb8IpXD2BT1F\nKt0YWrjOzOt509lfHftIXVtV7PXpB0RrMikFshrwLg4TXIUmaPuxtFnv8Z12RZ4E\npcDFvx+7xM08aXVMFznx5RMQtl18YwBaaDzw+LE/r4KMfktnAoIBAQDt9xYZDYr4\nuEXZ3Yj5DtIMgrKlgjfcNgPvqfju/9IaHLiMZR96vhMOI97a2rj+JF6nnpgJrc3b\nJjKbxUaK3cLuWZDXguvdpqejrW2JNcufBPCHJE19UOXoe2R3JVtY280wZOX1Q1N9\nW0HDMkXPeSZUVIdDWzZ4GdBmUYDE7QsNyaeJcXHdQ5Lr6zlqIny2ZCae2M8yTZW7\nLpyZ8i1mLaOMzjmgi3OxhUZG15zKRkzQX7ZZ++zEPDI5olXOsZVWa69zHMVKNyq+\nndS2pAl1DCSEnavx2ktAJXMRSgUmSsTWyHGegq8RyZGEo8J6y6FB0scuXyBrbUmk\nKD6zLYXDH7JjAoIBAQDCwqTasRZubaj6ugtXHBCVsnoEIDDOwezqhKoQE3eA94sm\nNh9tQe/a/4AFZpXYYcxFe0brKdwbGu6V7zwFxlF+WJtnxbI8GPaJXzsNgAKMG9Em\nRDqd6Yo+dYetfENunO5fgS8aVvQGlZW5ReDZFM13ToXgdovSDjt8LwIahjOl2f4r\nAzP4NwWICpRb75+ibHczRu7LlZ9FYpIU/J9zYe7OmNyjCaoxX8EPemI0f9m5Z0vJ\nxQj93TuCb5HTIZDxWilvPwzzSnf+ifM+vkqiVvduXDyVvxEtOiZLtu9KJAqiq7pm\n2b+SO7GyoMXTK6KrwDbfrRkehSNs+mTBIR+xDAlrAoIBAH+II4SruGYRxAW977Gi\n2rmvtfRztGJFZJimHG5iFgS+jb1YWKWchnPWj5H1FJ3Heh8VJOBTEHc5onfPIz47\nGURKJhEJ7kStEzzqLkER3p3LtOiIcSsPFxggQTiFgc4+hlpASOnH+k+9f6IQKE/H\n2t3pK1DS6n81PnYHih5/96OdBjfn36E4nN3pA6047GOHixcolOqdn/hgQ7dRjjkr\njnJg94tuEUP7bC19Ul8pi/NEyGKzXDHTHQu8T4Zlr+ZP8gicS7O5myPrTFvRz+u1\n5UBZjBQi7J9lMqT6aYYbHiEJ7bKI0TCUOXO/m/PZfAPd5beZbbOFL6lVlDzM0do/\n+4cCggEBALzPadzFIcF+aLTVHhyyrunRaqADL/VAzhiXQK3bdH/ynrfbLJFuGplE\nzS/9ZN/Fdc61q7ToHSFjg8+XXMW/prvPfzFlE00FdOfXG8PpZ+CKYvgKJO9enFck\n9nw+Mn/xaI5Dj2/2CYVEvJZegimrC9V4b9DIZlJAmMZhomWwGozoGzBBpEKxeKfn\nPD68ef4BoJ23QhMbBHFjjQgR5jf2zokdwFFSfJUQ0CmiA7xDlj5Wwka+AS70VH9J\nvVGB1CdffbFbyB8681zMqNHdjkm6VWK49k1aU0U8+L3Id7mQsWtTSxP35gla3tGn\n0vy9vZpxcdJfSLjIIO3w4YBk4DCOE+s=\n-----END PRIVATE KEY-----\n','','http://friendica.dev/dfrn_request/friendica1','http://friendica.dev/dfrn_notify/friendica1','http://friendica.dev/dfrn_poll/friendica1','http://friendica.dev/dfrn_confirm/friendica1','',0,0,0,0,'','0001-01-01 00:00:00','0001-01-01 00:00:00','0001-01-01 00:00:00','2017-09-07 08:56:53','2017-09-07 09:12:55','2017-09-07 09:19:08','0001-01-01 00:00:00','0001-01-01 00:00:00',0,0,0,1,0,0,0,1,0,0,0,NULL,99,NULL,0,'2018','0001-01-01',0,0,NULL),(8,2,'2017-09-07 09:04:08',0,0,3,1,'dfrn','friendica2','friendica2','','','','','','','http://friendica.dev/photo/profile/3.jpg','http://friendica.dev/photo/5b0e9c6920adcf8efafaf3743d0e0c6c-4.jpg?ts=1504775802','http://friendica.dev/photo/5b0e9c6920adcf8efafaf3743d0e0c6c-5.jpg?ts=1504775802','http://friendica.dev/photo/5b0e9c6920adcf8efafaf3743d0e0c6c-6.jpg?ts=1504775802','-----BEGIN PUBLIC KEY-----\nMIICIjANBgkqhkiG9w0BAQEFAAOCAg8AMIICCgKCAgEAzOHCS/TBWB72tguU5RWu\nG4KnESmdXWGSHHrCm0iWP88Xl17lkEw58o4yt+bQS3c8U46OwP8z9EyCxFyDyHPU\noVgii+jMmT4hhKw5TeDPWwHSUZM07OP2d0J0Kktr6wC16DfGLWqo+EnJcLxyjFGn\nV6KzYR2d/73m0bj26QWM4w2ZCfBZvEEZsreF0XsZuBOWVRlTB4GzDlsRwRt05kUi\nevFnrth0fq+aeEnZA/8eFY9X8F1LB+mZLRdmWX77pMDtzzxTJUBoQPCkOJ0BvdXi\nyAYybmcxFzR/x1u+kpsgxeDOOPDAQAPnbBQcNNwWtl+emd8wmqXcbmM3XeIa1HPb\nDi0CHXJ5Lr95JYP2brAZu4dEwUNeTzkVkvB8DlviOSFmlg6CWmSKXdaF8trK6j4d\nlv7nxGBvmrbx1CmeA3RblvHR1aRyoQdNhBh1eLJrkDcaTgtzhycrjqdz+vVVV/xi\n4yMY9x+voxENfurEo/XsbzGfPSigTIHImzBcMtG0RTgxTMke6CoqRZW1pXFxZast\ncpsO02JRdPrXt+DHpYzDf8oEMTa4TNKBvczcT8ar82RZYY0srVV0uxH77xhx1bvm\nVAPf40FA2qbHZzCAv64YU9LdIT4iPEUga+Y5m9t2LvS+RiA8Zw/mmOdMFp4hI6+K\nELuO8hQc3Ot0moqfpYCnSl0CAwEAAQ==\n-----END PUBLIC KEY-----\n','','68a21e99d42d564e035d3f5e711894605683a8e65cb692f6907065ae021467a4','http://friendica.dev/profile/friendica2','http://friendica.dev/profile/friendica2','friendica2@friendica.dev','','-----BEGIN PUBLIC KEY-----\nMIICIjANBgkqhkiG9w0BAQEFAAOCAg8AMIICCgKCAgEA58Zw9Q+1v7l0hzXeFChW\nNb79tklT2NR8BhxRH14+vNZCjtNUCEnniWGBS1VlB+Yz795g6XgoReO1ZH3hWKo/\n7Q65dKV3okBXm6GRSNiWdZgh9yGbGfYu3yHXeXu5Qa7MSAf+R+zxBlb+3rhnNetl\nkjU9w+opq0AYs343h4WSvORg0GVE3EjEB8/7L+32oAMvFqjgfYdLtXUY3PMcTWq3\njF6azOkQDVf3ahPRvX9VUCWIYWZDETR4G+T9cH0MHsUnfC5N9XWvdPNilaD+oFxO\nsy9HSPaJbBV09gYB0ySwVv2Vt9/FaMNgMvepp1qzF4m0lY49VHf6jmHo6HzTijY0\ntgUZCh7sazCzjRtp5Wz3V1xoVWfJgaPMKUEhQBTbW4b4Wk+4RBcG2Qxsv3YPpCQA\nZF3u3aBveRqRIjk6M2ftW1eidhcB6pSuB3Z+D0WKqpswJNLyxXpLmgtzaCPA9NnN\nkmZMfoNlPWOIh/TGxvkz4G+Mev+XFjW3LACtub7V599Viw+z8Cz7jBbX3Om2ysI4\nDlLZotw7EY/4lvNiFIn0tmoHLEH8DyOLfXpt0YVAEl5JFkk0AEnJvAQjwwe2x/6x\naHVHg38hD5t0LY1IzJXOAcBnrO0yc4mfxp1tQh69mTkDx1qwA5xQfgnOzSiRwP72\nEY+Vl1ch5s0AYWAjabu9xtUCAwEAAQ==\n-----END PUBLIC KEY-----\n',NULL,'','http://friendica.dev/dfrn_request/friendica2','http://friendica.dev/dfrn_notify/friendica2','http://friendica.dev/dfrn_poll/friendica2','http://friendica.dev/dfrn_confirm/friendica2','http://friendica.dev/poco/friendica2',0,0,0,0,'','0001-01-01 00:00:00','2017-09-07 09:16:42','0001-01-01 00:00:00','2017-09-07 08:58:34','2017-09-07 08:58:34','2017-09-07 09:16:42','0001-01-01 00:00:00','2017-09-07 09:16:42',0,0,0,1,0,0,0,1,0,0,0,NULL,99,NULL,0,'2018','0001-01-01',0,0,NULL),(9,4,'2017-09-07 09:04:38',0,0,3,1,'dfrn','friendica1','friendica1','','','','','','','http://friendica.dev/photo/4b7db531ad1920a7cb8fb76aed46ddd9-4.jpg?ts=1504775575','http://friendica.dev/photo/adef541d0f334352940ad40251e15158-4.jpg?ts=1504775869','http://friendica.dev/photo/adef541d0f334352940ad40251e15158-5.jpg?ts=1504775869','http://friendica.dev/photo/adef541d0f334352940ad40251e15158-6.jpg?ts=1504775869','-----BEGIN PUBLIC KEY-----\nMIICIjANBgkqhkiG9w0BAQEFAAOCAg8AMIICCgKCAgEAzNeTX2GGZAqTecUeOPNq\n+uFCfBuN4g6xKTkBlUDeVCLp2N3uVJq+TSjmoau8MpY3jCD2Nqn5KsMPh8XJV2s6\nb1kSjmVdpr4EeBXPyvi3asCcgmqi2IeoK/ihVGP9IrrYh8zwzVY9wW1/TPcC4N4W\nCcmeFTO08CSJh2P8ROq6irU0ndbmqfmFSs5uZ7UcEKUzkgSSPTxq5x3O7xSfTbOZ\nPNhSn3r5buSOd46KyWaBIJ2KgFNoY2AGJqbzZTZmJZB/qelrONtJ6XDnDI9GNQBI\nyL9935Scmo9WrXeZcqXNW3yI97s1tH27pCxhsyy5xqzEYfAPwPFry4gbO+wSGcNm\nFYfbCM19uPvJyN6TEgFNZD5401Pl8LQaVkSAnV9LQPzn/54CJYQb6KlE0rymROyQ\nvKPUZmEkw6ZnVJIF5pjxu6bGGPdv3xmBH6Xnmi0hhNA2AEDbv6wDrLZYLUCTSSqq\nhW8WK3HylsP9dqNT+a3X9l9dG7vqmRevGcbBQDDZPOKjkJkAa8IgIlk3UIWs3bYY\nST0VUtjRpsoLo3XmdYtY5qXxjGjtEy7NjRErlT31WoMzxcLhLwxKGWQz/xMC9OXe\np+uoyVUOd3U/Jvz6vpW9k5ua417IrF9XaxtcKvhp69m16br8JkMuKWvdGomWDXxA\nG1cAbsHJN6JJEU/3Vo35sh0CAwEAAQ==\n-----END PUBLIC KEY-----\n','5f8ea3ac413c8f14f7181e844d0ccede4baa4dc3d7ba126353f6d8b8205563ae','','http://friendica.dev/profile/friendica1','http://friendica.dev/profile/friendica1','friendica1@friendica.dev','',NULL,'-----BEGIN PRIVATE KEY-----\nMIIJQwIBADANBgkqhkiG9w0BAQEFAASCCS0wggkpAgEAAoICAQC0RYY6VyN0YlSS\ny4ZbymJw/1NKR1/oGa/ZJTX6DHKQ6DHwyWmfi85Ls28OV3LDK3fi/MhJzerWsb+8\nPNVOqrfzd0HTaHCfo+0+OGsAJLTBHdvwpV4xhuCLen/R/6i5XZ7BPNH89lfia5wU\n5SQciWjHq2Ek1uxmfYA+t82mY4dXZjXWZCM+rHb/L2Qg3kee1nrFxv3LpVnz5ncu\nZAJP0u0yfphmKP9MgbvAAZKHl3C4K3jEESXmzU3HZSPlu+dD/63VxiXSxbEnFhmo\nuCbitNbJm7wyo2w7tkL4s1ku9vJ3Db1kaqN8TBH9O+wusGYtTuvSYq+p92bk68c+\nMRKc0qCP8YpZzWMmaRd0bdfVn/uB0IXoUqskdcmCFNfxZFeJT0kHYG6IAgvSrqy2\nLBKukgkNm+AHvJIFKVadrJyDqU15hrvZiMGys13albu//mnoGdL0zcVePtVPzcsK\nYc58P/9rkJv02UONSYW8avUzvvaW91lvQ7MFVJFOvODpbL9bQc+Zbr2hqNSjwpRy\nIVk0VRVejqbp04qFgToqzLYA1AzFBmquJGd8Ie4uTiYKcxqtt09FcPYFI03u6EQ7\ncLgyktrUMYTrAkV6V48bMl2ehtZmhoAvzndQqu7ZjSczyR41oJemCDgjItQL1kwo\n4ki+/OOdZ0uDJCguYNijJVq1vxS5GQIDAQABAoICAQCO9swanFyLwiecOzgUt44W\nWwas06nloelpZi9GXHTHIr3oXXMcin1SX7zlPMjQqzpqk1or3dgt581M9VmdB5rW\nxG85v4wBrrlJLOj+th17QbjZQexPjs2pD78qxXwDdZGfYiKOYLcV441mrMpUr0yf\nfPSPiLr2FPWNx6qaGDiPQYnUupmQ7Kl6exUHVACsoR/Ala1UwY9y9AT0j2+d6oMe\nFnO6IS1GeWRyQ0z3p0xHYoJly8upHIxgY39yg/BGZxBvhrMcUpfJjadPvKtqA0yL\nmqxH5H7DZCn8ng9ORZ3IeOcIKeH5g0KI9+q4pECEEiDHOmhhfMjnJ21djwFZyVh3\nOpL7aeVVFvQOl2wJyvw+c+ohGIqqn9eLlWZh79FMX/6X8ux9WqER0Djj+aBjECr3\n/dC7fA4ZyA8ozww4hy+IW5RSjA2kEyRGa97kKUN3taFM81RBEf6kzRyVAwU/OTfr\nr8A8IT7JE1fr+gAktSkw3KZG1O3wSjp3FTjM8St6PlDorrki/+L3Rs15Cc9HMZ9B\nAvaLIPwuWysOuq9tkagwgJTFCwHPAQWu+1QfQdjJf9I/cIdiN7bpsDaV0b0HAf8f\nx1M+WPf/YDxELiay3XDt3e3JCNI/hFhVTjyw+4DZ+dgn+9Giq7+7Ks79w08Nar6i\npnUvtFUT4MLcHeTAYocg2QKCAQEA3NmtC7CroWFWgeedjIEUPHJv2AEHDH0YR4/D\nUD271Jk4HeyL2dprBmlWAinK29ucWodbmbmfGCLFUFrlnYuLMKFEyJtjzkAQrPkb\n8ud2xOQ7QATLEC9Romq/6nNi9mWYeKpUmfl8GH7edxI/QigqF1of7ECPNOLjWahi\nGBC6aVx1UV0NZ1FpqkoQc3aqsrGdZZsWnn3KXO0bxhl0Z/EWgqGukhFU5aYmUddU\nSMJt5rQj54A54jk7QcMjZVGVm081BbRsiqwxFR7m+XF/05crddpTr4pi4TgLT7j1\netViO0b8TL01Wtdy7Wem3H3mHByohDMcG26nOYzsBVSkBQveOwKCAQEA0PaCWm87\nNa7l9dDd7wTq0wMBJlShnsJsFSparGHuajYC2i7C/tsT5aRMp/FRkXFTTdqK6hXe\nyBLFU7rlZnTFDgoytfZzdVWd7uuuJDzSAT4cn3fpUZ8DrWnWAjwvVPkmJkwZT0hw\nrWlXfF9mdUVRXx6wK/hzJd00pYx4CD7cYGigA3rLUYLMMAIdZSSal+z1DgRbglMy\n9C5upER1e8/bbpHLc17SeQKIJKRnOpbEd2znTat9D5BTbesXZIyGumEgFIV9UEWF\nT4CpwOb+Cwz5UxXVEwTikIyL1L5EfccAPopkJPouww8m+DDIML0zKgeQHXGumD3C\nCMD36XRNK/HsuwKCAQAxsEPvwmMLHxRQi+T1jMEZzIF/btPAKpEA4MaH0ivlbEek\n6+iXLj4wJhj0yaRbjPCDqbqhPpMd4gzUxG6u4IuDeHU6UUPGTsGxuSZho1Qkflka\nUTnCvXK3gR8Gx8k3OKpyU5hPQEN8W2cAETnsT48Qy/UsuWW+92FBddIEKhdWxzea\nA76VRUrpxlonMEa9h5qrFpajOBgEilBaZLW9ARAYefoF4SJhvN0YQsMyz5PceSEu\n37mmPUwowpe/HvjzBYIfc3WMSauNXfOHodKpr3RWwrVbZF5U38AjwrBwX3wHbDQt\nq9BKTPkNkumG6EiSgJwlij5DqcSz/RHJLT7t57qrAoIBAQCci2BCcbwQzpMWYcAx\n1SQ6qrCMz7A4qHyiKpW9OKyMwyPF4mxQ0z0Ht9t5oW6zIAwBcizJi1LX3kAYJxa+\nd9I8X2V4LkZ264oiuEtAeJP3PFnjGckgTZlKq9QY3o+y/+gVnsMDQ0iukRFqamnu\nhtyb/viKKFnTTvGm6CHwQ2+Dhj4B/VceHHftq1fsMszh7jHzq04Gx1+P0M0woNzG\nwYQpRG3/Y1UYNM5bbRKssNBEi8CIzmUlaMEnwoxG1oQEUsjettaXcU2ars/9ZM+C\n5dhO5zc2RV2aXsBOw6+57oB/WdwGW6r2lH5kRt9irAsNfJb5h/X9tZ6MQkw3h9pc\nhqQLAoIBAE2IAyVYtcHezSUsZKfQcBB8dYKdSbbvE0GyUA/cdP3TQSAYzwgdL20K\nO9TyFdOaS+a3JgujPkd+lkEG8iTQjX0P5RWsEd8+ByxWXuamGMrb6I89dkV3ch4g\nWxEEV64tCry+/ieOnUbB0T14RV0m+ou3Ryfr8WzB0TwnxufbAZwrmT5H8E4eEM0n\nSEp9nPXPCGIdANCVAPuRj/N7ZCEjJSSevA/1Dbp7FRml5t9rdYyMAhlhhXxnYe4S\nKsPpGOhMVRel1St2g7wDsaWOCxFcGKQh7MtM9LBIgW6pZZB+Rq/eJ0yehZEy6LCL\nhxEQjbHHQD7pAUfTHYLxTsa8jTmE59I=\n-----END PRIVATE KEY-----\n','','http://friendica.dev/dfrn_request/friendica1','http://friendica.dev/dfrn_notify/friendica1','http://friendica.dev/dfrn_poll/friendica1','http://friendica.dev/dfrn_confirm/friendica1','',0,0,0,0,'','0001-01-01 00:00:00','0001-01-01 00:00:00','0001-01-01 00:00:00','2017-09-07 08:56:53','2017-09-07 09:12:55','2017-09-07 09:17:49','0001-01-01 00:00:00','0001-01-01 00:00:00',0,0,0,1,0,0,0,1,0,0,0,NULL,99,NULL,0,'2018','0001-01-01',0,0,NULL),(10,2,'2017-09-07 09:04:38',0,0,3,1,'dfrn','friendica3','friendica3','','','','','','','http://friendica.dev/photo/profile/4.jpg','http://friendica.dev/photo/01ff45af20fe4c6fb230e6fc773f3ef8-4.jpg?ts=1504775904','http://friendica.dev/photo/01ff45af20fe4c6fb230e6fc773f3ef8-5.jpg?ts=1504775904','http://friendica.dev/photo/01ff45af20fe4c6fb230e6fc773f3ef8-6.jpg?ts=1504775904','-----BEGIN PUBLIC KEY-----\nMIICIjANBgkqhkiG9w0BAQEFAAOCAg8AMIICCgKCAgEAwIuhjeg03GoOuSYqulsa\nvd/spvniwjaYZhCJYTHgOM4ak9qG8SwPhguSBMqZS3baHEcZtYcYsu5vSQAO/zCB\niK8yefV8LguBhoNw36p/hoQ4TdApOH3cjKAJoaxZSJw0oa50ebCSbh23chRHESbv\nlvfGXq0Pmk060VcLf6h00Iivg/BFNmDfEqrVmgpl0G1PIOatNJ5QdEpCP0E5Bg/H\nvnqvBgpkVAZkKA4xY5rw6pB2NofK74gaeNklnVFqAwaQZUrBv+z1C7h3NQ5YRees\nuspiwZVyFy95xm+kGlKq6GJ7WPQi1mKSJisHLxh9uI7ylgIyRWi/GRA2NBLb15tJ\nL9PpyWEbKhEX/zCUQbos6cFC3+jgiJoYIIa5pOYU0Ekf5AcyF3dFsbcWGObn++wv\nk+5dIK/un+1KOv7X3e/bAnkVCHHjzWAzURQkvb0fwFVzw80ioP4L4V+mvw4jxh+x\ndpPBQmqgCglqE2cpCB4gAcYPlXICBC18YcUYOkYIlgz2WuslcJCnrHO6K5q6lAn3\nNqEI/LmJDrq3hbu96k8d/0zCMNO+u3xPIhDcQ6ZzyhZmVDTpVGFiJ7Yhtfih3ASC\nZqWowoSq5onVWLCsj4QquNCIvJK1NLrkrr6rxD4DbCzW7XbZkenuHumh3HoFb5Lc\nRN6UJNHe/4FNNUzcAVBgEe0CAwEAAQ==\n-----END PUBLIC KEY-----\n','','5f8ea3ac413c8f14f7181e844d0ccede4baa4dc3d7ba126353f6d8b8205563ae','http://friendica.dev/profile/friendica3','http://friendica.dev/profile/friendica3','friendica3@friendica.dev','','-----BEGIN PUBLIC KEY-----\nMIICIjANBgkqhkiG9w0BAQEFAAOCAg8AMIICCgKCAgEAtEWGOlcjdGJUksuGW8pi\ncP9TSkdf6Bmv2SU1+gxykOgx8Mlpn4vOS7NvDldywyt34vzISc3q1rG/vDzVTqq3\n83dB02hwn6PtPjhrACS0wR3b8KVeMYbgi3p/0f+ouV2ewTzR/PZX4mucFOUkHIlo\nx6thJNbsZn2APrfNpmOHV2Y11mQjPqx2/y9kIN5HntZ6xcb9y6VZ8+Z3LmQCT9Lt\nMn6YZij/TIG7wAGSh5dwuCt4xBEl5s1Nx2Uj5bvnQ/+t1cYl0sWxJxYZqLgm4rTW\nyZu8MqNsO7ZC+LNZLvbydw29ZGqjfEwR/TvsLrBmLU7r0mKvqfdm5OvHPjESnNKg\nj/GKWc1jJmkXdG3X1Z/7gdCF6FKrJHXJghTX8WRXiU9JB2BuiAIL0q6stiwSrpIJ\nDZvgB7ySBSlWnaycg6lNeYa72YjBsrNd2pW7v/5p6BnS9M3FXj7VT83LCmHOfD//\na5Cb9NlDjUmFvGr1M772lvdZb0OzBVSRTrzg6Wy/W0HPmW69oajUo8KUciFZNFUV\nXo6m6dOKhYE6Ksy2ANQMxQZqriRnfCHuLk4mCnMarbdPRXD2BSNN7uhEO3C4MpLa\n1DGE6wJFelePGzJdnobWZoaAL853UKru2Y0nM8keNaCXpgg4IyLUC9ZMKOJIvvzj\nnWdLgyQoLmDYoyVatb8UuRkCAwEAAQ==\n-----END PUBLIC KEY-----\n',NULL,'','http://friendica.dev/dfrn_request/friendica3','http://friendica.dev/dfrn_notify/friendica3','http://friendica.dev/dfrn_poll/friendica3','http://friendica.dev/dfrn_confirm/friendica3','http://friendica.dev/poco/friendica3',0,0,0,0,'','0001-01-01 00:00:00','0001-01-01 00:00:00','0001-01-01 00:00:00','2017-09-07 08:59:16','2017-09-07 08:59:16','2017-09-07 09:18:24','0001-01-01 00:00:00','0001-01-01 00:00:00',0,0,0,1,0,0,0,1,0,0,0,NULL,99,NULL,0,'2018','0001-01-01',0,0,NULL),(11,5,'2017-09-07 09:04:53',0,0,3,1,'dfrn','friendica1','friendica1','','','','','','','http://friendica.dev/photo/4b7db531ad1920a7cb8fb76aed46ddd9-4.jpg?ts=1504775575','http://friendica.dev/photo/01ebf2eb957e5aef5463ba5ae6510ef5-4.jpg?ts=1504775948','http://friendica.dev/photo/01ebf2eb957e5aef5463ba5ae6510ef5-5.jpg?ts=1504775948','http://friendica.dev/photo/01ebf2eb957e5aef5463ba5ae6510ef5-6.jpg?ts=1504775948','-----BEGIN PUBLIC KEY-----\nMIICIjANBgkqhkiG9w0BAQEFAAOCAg8AMIICCgKCAgEAzNeTX2GGZAqTecUeOPNq\n+uFCfBuN4g6xKTkBlUDeVCLp2N3uVJq+TSjmoau8MpY3jCD2Nqn5KsMPh8XJV2s6\nb1kSjmVdpr4EeBXPyvi3asCcgmqi2IeoK/ihVGP9IrrYh8zwzVY9wW1/TPcC4N4W\nCcmeFTO08CSJh2P8ROq6irU0ndbmqfmFSs5uZ7UcEKUzkgSSPTxq5x3O7xSfTbOZ\nPNhSn3r5buSOd46KyWaBIJ2KgFNoY2AGJqbzZTZmJZB/qelrONtJ6XDnDI9GNQBI\nyL9935Scmo9WrXeZcqXNW3yI97s1tH27pCxhsyy5xqzEYfAPwPFry4gbO+wSGcNm\nFYfbCM19uPvJyN6TEgFNZD5401Pl8LQaVkSAnV9LQPzn/54CJYQb6KlE0rymROyQ\nvKPUZmEkw6ZnVJIF5pjxu6bGGPdv3xmBH6Xnmi0hhNA2AEDbv6wDrLZYLUCTSSqq\nhW8WK3HylsP9dqNT+a3X9l9dG7vqmRevGcbBQDDZPOKjkJkAa8IgIlk3UIWs3bYY\nST0VUtjRpsoLo3XmdYtY5qXxjGjtEy7NjRErlT31WoMzxcLhLwxKGWQz/xMC9OXe\np+uoyVUOd3U/Jvz6vpW9k5ua417IrF9XaxtcKvhp69m16br8JkMuKWvdGomWDXxA\nG1cAbsHJN6JJEU/3Vo35sh0CAwEAAQ==\n-----END PUBLIC KEY-----\n','0997345dcbd619bdf939118195406a677ade32f3025e6a6ad315a1c031988a38','','http://friendica.dev/profile/friendica1','http://friendica.dev/profile/friendica1','friendica1@friendica.dev','',NULL,'-----BEGIN PRIVATE KEY-----\nMIIJRQIBADANBgkqhkiG9w0BAQEFAASCCS8wggkrAgEAAoICAQDhFhp7XnY4N5J0\n/vBCUF8+TKQ4OmXAHer6KRlKYd3t6HZDkINzwJagd6EqLvCzMQbvEdR6MXt9w0Zs\nrCeODQ8r2Acr/zKL5MUSBdV2sDdZa4YCSu3HLZQ6f6e8IEJRiuys/s6dpG2oXjf7\nAeorqImHvt+8qdZ87HTPjmh35bwbN9NZU61VGK/WEQw4ZPUmfuKhQk4xgs37jPyu\nXew/X6YbVNuqAI8uK3m9Kex7jq1eSRwg+oQf0OAtS6aD+JDxqNtW+v2F2FHUWVur\n8VNpwqgxT7jrqckAzmz5y7olhomaXM7cIStOiCjHqLrhJca3jNfcq4EvbgYVdTEj\n7DBIb3e04HZPVgURKQpEgxWj4oh0yMkpXrh/9vbcAjJOeTDDj87gs3xLSvsr6d3v\nujDSxSA+nxxZzTSn4N/aFxirELH4vSDVTv7+VxYY+06sI0av4DIT3DiHQdDno3/P\nxCOMD230i3POnjpP+5KzRpDdqLW56Oixst/CnH7p9eU3DGU1FjPKaQNwTKkBt/Fj\n0TpbzyBZ9O3EOZG81BEqAOBGa2+hQX2PVDzkGGuJ2lq4UPhblN44jH+W48343+/e\nZKaBKrEw5GtFUX/qUXGmqFMPiWIhSxwWiK/eYMXTDOcF1I7/fUgpfHmeyz+FnP4S\nqKjlLFMSl3RCAhmyRy7UjCsR/qhTqwIDAQABAoICAQDUb+Yile8B9AE4hvz/uZeK\n1w8POp6aCiKiZHPILkIlrocgEZ7fet8vKHlltNPca+Ndc/iUM2uYMNug6YKToWO2\nP7fVIJD2U75j2jm0QXCb5s2eEFYG7M+/vofzGIc/Kt1iEUO0qWINzI8NSqtW9USI\nZ/AGwkz7rrg4xPF4Z8136uKApmcrr5cVdRWRjEeMQ6lmBYyDUi9SwagicebtkTrX\nBOols01vh/zoOk9F9k1OdbYksgxNcviCB6prWAiE7JfHqi/pSVdCEexhhezyHpRb\npiCj26UoK6vSvyM7E5V/qSRbwrp67it+9ZMbuGmrBzUcwom02CTJz8fHXb3cP8g7\nmse2kmTsITTNnMTpgolhynZ5yPASCYVLLqAbtipOzkuoIotJaA7EiKQDnlk5RsDe\n4sBFr6aBuCB/KMwNvo3oK8aviLoUb/s0l1o8v6qELn7L9n/RhF0TqjkXhh1IjJfX\nS3qtmjuynh++RIUOWb5CPHstfuo3Sf6wMi68XVr0rUkpMEvUZNp+UiVbJeP5ayc8\n3MK/JQQqkfFoTbFmHxBO5pCBgQ6ZX3tT0jIDjHLM03Eq8acSILWYkgS+YMmlD1js\nT3jwgLqP6Jgeto6iJwR4BHKaOkTHw4qU7GTLxrXKBSQZd8oA+Eym5tlnr/U9tHya\n6BF4O0PO/xu5k1qWvZIVIQKCAQEA/tyUPaeOoG4xyTR/50Vkx8RBmJdETAfuOYeT\nZoUMeYBKDPBpd+X2CGf4GubFOZmRSK5STRtnBmX2koh/M+q7DatX9oZVwbvsvqTB\n3FpmAyXr5qNkr/q2MYtvEmJMU+9htJe9BhRzKXB0bCEAFhFJFpYyRRxhEqFeMiPZ\ntU5SL+wsrVw3x/MHgidapl53LsprPpiWh+s8cJ3iTckbkOo3PEzvyqk2A0Z/OmTG\n58GbKmKneID8cSgcbTkjHltzHKNCdZQZnuat8qTtvU1STefD5xDNgHKasmdeufR1\n7R3+NIzX6laJBlXC2GDw3ECq68nEUycm4785pIpNg8YOIFC/AwKCAQEA4hd6VuND\nx+u7o8J4lrPXxnIxY4DZ8+1193AkDDsR9sSAIGLb17N1VsKCPrYmrP/6WGUjLC4S\n8Yc6EiVQaeEDpxp0tut6395HvbDcDn1adK4Uaz2bq2lxRrnffCeD8sD35P9xSZJr\nUdjBeNbPVQWNl182UizgrDNog+X9k6acAnDPw8tKoHp3FSsvI8KsmWE7NIR11XZC\n+hGe1TY5vjXK31KT05PrFF86Mqw9ntv5g3bhSMOPduU6kuQ5LZwCkd/knTkHL8zt\nMNFYFZrZIQ/NtIYyKF5dvu5Q/+iBEp50PSz95toMi/cQ71/XwAUjaDv2dsaztliC\nJHcDvwvmBvtEOQKCAQEAnmw68cBQFkWpSOsLfpVSOiMyq0mMOL7NRJGT/KxDvtsS\nLMzcop0dvMf0H7THcDCXcNh7bFbWSdHj3d5fQ8RrlemmeiWy9QR9+1uq7fB7bQWL\niAiVNBbiXhXQa1sTGzG4SGvyIe9gTqgKlpRE23LPPe0LPo6PgOcyCHTkhaEz0Xo7\no1+phO77Adq4rKYX68wDshtjpwWAwnhCDhwuuHv+7crdW9qnKo4N1ByEz9c3Preo\nZm23fhdy5CoaPGqYOXr6euAetPmrsyL2bS+9M5QX4HA/bdLPeoprBaiCDW0RcVUD\nejVkY723qo1H64F/PaZkFVRHBlb929vkpz7b1RacRQKCAQEAzZij+5c27/oB6+zQ\nU9q/AQqetulZSWRKvfQQE78zmr8d9FVxrTjYH0lJv1VM3kz4jqGJ1ocfWtuphw6/\njUi9VZvNPvnsBt/PRUQrGFINi8UxdEPV544/IB2uiOw2JO4tfuR7VHf9d7QwW36b\nk6k1FM3US+3bcTxecnMWoMoFXILRrC6VclFrMKjQeShyZBfzCtLZhH/CcDzNvv1M\njRfFoEcrfl8oiqH9/k56ypcm0tGsE8siDvBsz18ST9Nq0tRSxFYzntgvaRE1lI/3\nmwUP/nV57xPBE/sLVWtM1G2bLnZXfTIT7sOBduwk+cyyYfsFKQWQLuVVk2tW0Mg1\nKWwcoQKCAQEA/V34b1Eeh7i2zI9w168F7iGxuPfHEnlTqN6o/A76/TdF44LScHmH\n5y9Xqj+fLluWqnjxyW6bwlODEDLbHVrlGdeIQKC98Hg/Q48wKZN7aRdynC/DCM2Z\nEiblj3WliCILU1hmpId5Ffio9ZcDSr7f5o4Q9mwI5b7cO+VqcnmDNubOD2Da+c0m\n5AQmvqdPSqpbMUxmZA/UMiC2yXWT3R08c64m2OniKMTWXEa5c9P8hQBOkJojwYbp\nZzdrYgAX/aThAVAktzKr+NgKhuvqvCPfj2Iv0sLXRjHbR0vWOaq4zn6Pm3TMUY3Y\nhKYXLntnZi2ifmt+9Y2ZFfPU6T7Cdu5F+Q==\n-----END PRIVATE KEY-----\n','','http://friendica.dev/dfrn_request/friendica1','http://friendica.dev/dfrn_notify/friendica1','http://friendica.dev/dfrn_poll/friendica1','http://friendica.dev/dfrn_confirm/friendica1','',0,0,0,0,'','0001-01-01 00:00:00','0001-01-01 00:00:00','0001-01-01 00:00:00','2017-09-07 08:56:53','2017-09-07 09:12:55','2017-09-07 09:19:08','0001-01-01 00:00:00','0001-01-01 00:00:00',0,0,0,1,0,0,0,1,0,0,0,NULL,99,NULL,0,'2018','0001-01-01',0,0,NULL),(12,2,'2017-09-07 09:04:53',0,0,3,1,'dfrn','friendica4','friendica4','',NULL,NULL,'','','','http://friendica.dev/photo/15048d33e71544a25a6dd13bb081c78f-4.jpg?ts=1504775545','http://friendica.dev/photo/777ac66400f3fef5ff42189840387ede-4.jpg?ts=1504775585','http://friendica.dev/photo/777ac66400f3fef5ff42189840387ede-5.jpg?ts=1504775585','http://friendica.dev/photo/777ac66400f3fef5ff42189840387ede-6.jpg?ts=1504775585','-----BEGIN PUBLIC KEY-----\nMIICIjANBgkqhkiG9w0BAQEFAAOCAg8AMIICCgKCAgEAxAJ+t/FrD0sHO2ecwsoH\nmOst2aPHca5n4UEIpr2ZTl26WN1AbcNo9wahDHXG7pE50GQwvmnnTIlVDLAsBC23\n8sTSpGXrIC8L7YiyDeu3piBp/w4jy8JQrbXn4L8IQbnmi6nDCSr1szXjBcvdPPKK\nrCFgYJ4hjEkSp/wJcKZ1mlRTwtofWZHUMu3NsP2146wRj0roydFVkWGrfsH8grUO\nqMktmpCUOQNsOIAN8b6vQiYQQoamGWjV8wXO3W0fRhQ5Yjko19j1t+O1Jvy2CMhn\nRY2wiGZ91ZSfl8VNLrz38JyeR0cz7YJeNYzOggB1AjEzLhKtqw7zkyW8Qg1Kfo85\ndagFPZ5sQZ8R4nus7xabICMG/qJPL23/1tyenxqkVP0iDIhLo/f0uuG4riNOJZtf\nPYPT6sxSlqxbznuLQr1fYnjFyEnFtJpzuAuvybshT5QLyKntcGap67fWoj/7SrA4\n8T5RCdYHDacMdKEC1SDwpokpgWhWaRkUxJ5F0Q5Jpyvhui/UkxkevDWv5373pgVz\ngaZlxRKYKABWiJkQH9FPAdsr4nUVErl/zvI0+9GuzK/EJ5ToVs8bF98Jb4Y3o2pm\nNtPL1ao9r0ug/3F7RHTLs1tp0Bdm/Gxk/RJf4j6gKgAw9WcdHzkxcvikhAY43zMe\n5qExQo663i3hzw4v3p94i+sCAwEAAQ==\n-----END PUBLIC KEY-----\n','','0997345dcbd619bdf939118195406a677ade32f3025e6a6ad315a1c031988a38','http://friendica.dev/profile/friendica4','http://friendica.dev/profile/friendica4','','','-----BEGIN PUBLIC KEY-----\nMIICIjANBgkqhkiG9w0BAQEFAAOCAg8AMIICCgKCAgEA4RYae152ODeSdP7wQlBf\nPkykODplwB3q+ikZSmHd7eh2Q5CDc8CWoHehKi7wszEG7xHUejF7fcNGbKwnjg0P\nK9gHK/8yi+TFEgXVdrA3WWuGAkrtxy2UOn+nvCBCUYrsrP7OnaRtqF43+wHqK6iJ\nh77fvKnWfOx0z45od+W8GzfTWVOtVRiv1hEMOGT1Jn7ioUJOMYLN+4z8rl3sP1+m\nG1TbqgCPLit5vSnse46tXkkcIPqEH9DgLUumg/iQ8ajbVvr9hdhR1Flbq/FTacKo\nMU+466nJAM5s+cu6JYaJmlzO3CErTogox6i64SXGt4zX3KuBL24GFXUxI+wwSG93\ntOB2T1YFESkKRIMVo+KIdMjJKV64f/b23AIyTnkww4/O4LN8S0r7K+nd77ow0sUg\nPp8cWc00p+Df2hcYqxCx+L0g1U7+/lcWGPtOrCNGr+AyE9w4h0HQ56N/z8QjjA9t\n9Itzzp46T/uSs0aQ3ai1uejosbLfwpx+6fXlNwxlNRYzymkDcEypAbfxY9E6W88g\nWfTtxDmRvNQRKgDgRmtvoUF9j1Q85BhridpauFD4W5TeOIx/luPN+N/v3mSmgSqx\nMORrRVF/6lFxpqhTD4liIUscFoiv3mDF0wznBdSO/31IKXx5nss/hZz+Eqio5SxT\nEpd0QgIZskcu1IwrEf6oU6sCAwEAAQ==\n-----END PUBLIC KEY-----\n',NULL,'','http://friendica.dev/dfrn_request/friendica4','http://friendica.dev/dfrn_notify/friendica4','http://friendica.dev/dfrn_poll/friendica4','http://friendica.dev/dfrn_confirm/friendica4','http://friendica.dev/poco/friendica4',0,0,0,0,'','0001-01-01 00:00:00','0001-01-01 00:00:00','0001-01-01 00:00:00','2017-09-07 09:11:20','2017-09-07 09:11:20','2017-09-07 09:13:05','0001-01-01 00:00:00','0001-01-01 00:00:00',0,0,0,0,0,0,0,0,0,0,0,NULL,99,NULL,0,'','0001-01-01',0,0,NULL),(13,6,'2017-09-07 09:05:08',0,0,3,1,'dfrn','friendica1','friendica1','','','','','','','http://friendica.dev/photo/4b7db531ad1920a7cb8fb76aed46ddd9-4.jpg?ts=1504775575','http://friendica.dev/photo/f958f83dd2af4c30b30045dfc6ff0718-4.jpg?ts=1504775869','http://friendica.dev/photo/f958f83dd2af4c30b30045dfc6ff0718-5.jpg?ts=1504775869','http://friendica.dev/photo/f958f83dd2af4c30b30045dfc6ff0718-6.jpg?ts=1504775869','-----BEGIN PUBLIC KEY-----\nMIICIjANBgkqhkiG9w0BAQEFAAOCAg8AMIICCgKCAgEAzNeTX2GGZAqTecUeOPNq\n+uFCfBuN4g6xKTkBlUDeVCLp2N3uVJq+TSjmoau8MpY3jCD2Nqn5KsMPh8XJV2s6\nb1kSjmVdpr4EeBXPyvi3asCcgmqi2IeoK/ihVGP9IrrYh8zwzVY9wW1/TPcC4N4W\nCcmeFTO08CSJh2P8ROq6irU0ndbmqfmFSs5uZ7UcEKUzkgSSPTxq5x3O7xSfTbOZ\nPNhSn3r5buSOd46KyWaBIJ2KgFNoY2AGJqbzZTZmJZB/qelrONtJ6XDnDI9GNQBI\nyL9935Scmo9WrXeZcqXNW3yI97s1tH27pCxhsyy5xqzEYfAPwPFry4gbO+wSGcNm\nFYfbCM19uPvJyN6TEgFNZD5401Pl8LQaVkSAnV9LQPzn/54CJYQb6KlE0rymROyQ\nvKPUZmEkw6ZnVJIF5pjxu6bGGPdv3xmBH6Xnmi0hhNA2AEDbv6wDrLZYLUCTSSqq\nhW8WK3HylsP9dqNT+a3X9l9dG7vqmRevGcbBQDDZPOKjkJkAa8IgIlk3UIWs3bYY\nST0VUtjRpsoLo3XmdYtY5qXxjGjtEy7NjRErlT31WoMzxcLhLwxKGWQz/xMC9OXe\np+uoyVUOd3U/Jvz6vpW9k5ua417IrF9XaxtcKvhp69m16br8JkMuKWvdGomWDXxA\nG1cAbsHJN6JJEU/3Vo35sh0CAwEAAQ==\n-----END PUBLIC KEY-----\n','b131df195ce498422ad8e308cab463756662cce5372c6437f78edee801599598','','http://friendica.dev/profile/friendica1','http://friendica.dev/profile/friendica1','friendica1@friendica.dev','',NULL,'-----BEGIN PRIVATE KEY-----\nMIIJQwIBADANBgkqhkiG9w0BAQEFAASCCS0wggkpAgEAAoICAQDI72Z1FLvDtXqd\nOSvJ+IRPi4ji+gk3q1qVhyYE1NVe9lwGGEvBEMsq6Flw9AQEys7tzWuD9Orn5p7b\nmVnWb47rFyy3Q0ZAqADhFDHO6sx9Slm9OurCvkGAHfCxYjX+a9TwDXmETiltw0A1\nedOLftBLxRe/hMNoE9rM6daqpKdRrBqDhhKng8AE+PbrwZD4dhOQNOhgvj1kbRCd\nE9RHdK3wrKVBQ9ZNm75WMgBjSbDSUupLrcBBeDXD0Htn5+Ox9Z2gY5aDYJyemwoT\nuKssxgaALHe7WnQ3K2Buvol1oaFyCQDk71WwCLt0bvzi3VjlJGcerTI5cenqX542\nCrbALRftr6j5vztQPg9/1aJqEBBFHzg9Vedyx6eJkZ+GM4AHQe2xPSWG67E3zOnP\nYpXCQ/ountJWb3cnQnVIGxn14V1JK8s9yUJ1KiaTqKB/lHCCqkl/fceeBhcKKfZx\nlUKiMbqzGT8zfli/hBCQSZDEj7CVLo8ZeqmZMpVi/9jRvS4DDA3fIbsAdq4y/wOZ\nCxla9mr77SkSJrgQOd4hcQN5EDifSbCcSKY2exBxr90/xE0Nq3oPa+kd2oLUU4ej\nITVt3YXO1m9RFmsuxISjpcfcMvtLKT+OfLl377K/hDeRphB6ka9UM8GO0XPvle5D\n3Z2hT6ZYeb96ob8J8nz01JedoazxiwIDAQABAoICACq2UPY0WRFqA01meLtvG1j5\nVTjCY7E0uIWue9NtFoogHkGhaoD4u+c8Cr8q76vBHKmKD/+10TVIXZ5ag7FEd4Hb\npEK0hzt5Ou6dZ1UPrjY31smVu493995u/toGAWo6q8H3a0xHfSD67ywu4Fv3sflZ\nRQoOA6edCNakImCVrYd76QrqNg7rv6aO8ZX9yH44Q0JVLMxbxBsT4AMz0tz5nXva\nhypPbD+FCrmx2UlBwdeDjpBVt9dy4SLlr0XQEiOjDUWpxbXZlJFWbZbxm1liIsGe\nMjleKfQMQWxpDjk2CWZ/KXSAt5s6z/YZHaJv4NScn1rzAAkcANg0SSI9tsk1DK+2\nLkyk3S3Ihs7eyjvt+r/cVz0mKi3nHrNoizNyOfxclh8XHbwAAJtoKtqZTfNAbvGZ\nw81Px34l4PCUP6AI4W9Q9aMwY6p1eqwId7MXZcuSQDXBZ5Fl1+FjS16CT3B57k+2\nIKqjWt+gqvKLNFmzOfx9dpMrOiNfjJq9BvEj4fjkbdr+R9gyFRQ1jWAJ/rLL9dAG\niY/1an9uUWOFVxrlD0t8LNubBSFtdxivQExwQDNisUbnaArL+HVQOS9BcAuPwn1j\n3he3qzJeZe0Qxy20E/Rpuq/2T8ZL4cDs22+Ho4a5EfOx8ADqr2co5paQezQsBllS\nNpoQOH8z7tQPQFeRDYYpAoIBAQDt0l2HWyHS1vd9VhiWysjuYjq7YQzdJGdRW9cj\nD2wq+dWVK1UEqiS5KKAwBSr5L9uVCgWX+N/Qbukvvu5tKWJ4tX2wuDVcq6WGsiDC\no0f1ixgR0pSM4axEplVwiod05RG+ThW0FZnTgIzgQsPGhMNoHC+wTaTS7ZxP5ZiF\nO6FlS06TAptYcQvn7gVPCNnRvoZemuNxS2OxFq2RwWM8df0S6B+PHg77i4Ga26O3\nOmISTKQgqJcBiFtGkssIW5wqGsNiqIarIATUh29tIY+V4+fUFChH15A9D2GNOJbR\nG6HPgEUPBrL530Xt7eZ8VGFHLv+ONyJvitRUID2MfyYLrKVvAoIBAQDYSz9qP5Q/\nSmfKHnAVrYjZsZ26kTO+Sa4I8Mniv5zvZd7UtVrxCBPjzl1M+tUaWMuJb2Q8h5jh\n3IBOPA9T+wEsKsnaaZjsyn13CV+NhHpqbyDrQxpj9dqmLS4jw7jgiyOwrbwep7iP\ntqxSxv6Ih3eYMdAV72nJFJ0SYRxQ3OwN370LQmRiaOtt3V8d1MRaAkIiMrI6Z8B+\ni/1sbn8VYOYIP4OxC/7y98S53Dgz3zR8OPw3E214PbAmB+jvyu8yyID2RqkWw6gK\n/y4bgBYMu8qmZA8aXswod0kwO0PpuHlWgTlM+sF6VWVh/g8moh/L/6gAUU1uTW6r\nR7ZE+4vUUD+lAoIBAQCkhuNTj/VvYm5nVFfAglvNp0FQfoyitNuRSoMkazf+50Ye\nY5L2niq3ueZQMlMPf09e5UcHYxKbpQ9Hi8Rw2q+YKJ7i0h2AlfL2o2bMoJ9YvLiT\nI+bHLBy8hYIYUI3zjcHfsS+MnWEFFCrhvu6n+RMihFVtl9mOXvnDwGfqzF0UsauT\nQrtrzRFai606hzoBw9g7vNXafDhku/aqHmrj2hCRsuqaXUYqOdIY6xhw20Abvs/R\nFDEby1SyFz3E83OvIULIjyRTYNxWl7e7fPtTzA6HBsbzJKtRwsFPLLYRxhcEcY3V\nHmJVQWSkfO/2VX3S/C2qGnSFTDsmVAOgnhoY+4CbAoIBAQDJ9RDkWzNIGWhp8BvG\nEf/LDK5zCqtezRtEW9iV8UZOvjbfM+sTTfCMcB7sBvW+IRUDYdAdOJtGoYXoBupl\nBuTkYZuSZbEVwEiAQm9HC2DmSpdZNJHKrkAXk+4WFOVmPGT5zm7tzLtm7TFgJVB7\nGMpRgImEQcTrrWSwSZ6P3ohGuBejEL38qWzSa7Ype4ZPaPZpSh7irAev4XSir1XY\nF18SaoPDZ6kJItI8nOSZgptWNjtCDdDUSf1UtWQJqtnH+DF6QyYVDGG2yug5Y1Kz\nVxF0Zc84VzWXvzHGaEAUVlxtqkFfoG/RkzUT1448C3tXFoK+sSt0h7aDFXWaWaoJ\nd1jFAoIBAAk8TVCOKJYgGm/zwxgWN3mDNQ27CC8DSQ3MLOU6nkmTRvV1/OiUzipQ\n0Buw/uwjL2NW9GhpmMrYwIubWGLtaj404Nr+E1g5imFQ8Mbnd87QFyVo0GKvHgln\nyasyjXsV/KiSGbzHS2t2gUnLK4PhNCYHh3YV/NfLMHkz0CKBB8seOfkvoPxv2L5v\n9f/+stLIzlh6FMkZDJbkvItTRFd9ATZWnd1+4D4uilvIbZrwzXfHxJbK4NGnJHgD\nVoL7bqBRr6mWrBsHIj7yqzg6Bonc/qo5wCfxTcyBTdGApD9+Jt1+sMqPjj0edDn4\nQWUGbLVQAkXIUOS1Aj9RCSDKYa7c9dY=\n-----END PRIVATE KEY-----\n','','http://friendica.dev/dfrn_request/friendica1','http://friendica.dev/dfrn_notify/friendica1','http://friendica.dev/dfrn_poll/friendica1','http://friendica.dev/dfrn_confirm/friendica1','',0,0,0,0,'','0001-01-01 00:00:00','0001-01-01 00:00:00','0001-01-01 00:00:00','2017-09-07 08:56:53','2017-09-07 09:12:55','2017-09-07 09:17:49','0001-01-01 00:00:00','0001-01-01 00:00:00',0,0,0,1,0,0,0,1,0,0,0,NULL,99,NULL,0,'2018','0001-01-01',0,0,NULL),(14,2,'2017-09-07 09:05:09',0,0,3,1,'dfrn','friendica5','friendica5','','','','','','','http://friendica.dev/photo/profile/6.jpg','http://friendica.dev/photo/ed2cf7a93daffb15532a78b261ac4685-4.jpg?ts=1504775768','http://friendica.dev/photo/ed2cf7a93daffb15532a78b261ac4685-5.jpg?ts=1504775768','http://friendica.dev/photo/ed2cf7a93daffb15532a78b261ac4685-6.jpg?ts=1504775768','-----BEGIN PUBLIC KEY-----\nMIICIjANBgkqhkiG9w0BAQEFAAOCAg8AMIICCgKCAgEAmtBUbN/07wWbcUvp9QvR\nKLoM+WjC0K0rFsx6L/Mktk6Go5+DqofuHSQgfJZGBI3vbTlbwW76peX/0aqiZPGF\nrrhX1FMhU23AxYE9TixRR+oqIKETNzU8NuahpK/ZBokoPL7mzrY4o5dNcnG4S57O\nir4VfEpuYB99K7Uo4yVc6a50ZQfDoBy6nnCPbVmh+gokc28paK7Av0vnMwwD6TWQ\nrgXyrPsa+Af5YeDC7GOmhppeN+e5zycRTddfXWR8QFp+he43b7z54pB+ajAu3J+C\nTAagIp5UWrBmwclF2gmLWvyYYpwTF3kNz+Waf0s3khiZXcJZKxGKVqXoTkqEKV/i\nvHryaBlvvAkQKR1mfJpNasJfHrqhOlHigWi3ISlPJQB4h+85W+YAXj+3j26OnMpb\nCmjf0BXLnjuC+w9rXFW/kj3Q1PxNaAfx/BoV62unWBKnZAkkzHOkQ5yyATdXQaEY\nlDsFbc0itSm3zjsPa1gXtn9e9z8Mqn5MwKk5I9k7TIr6/FdgbX7gxl6mn59OQ0v+\ne8o7HECSQvT8c+WmvBk3tjQHDgw3FeiJ54w0IGiha530vPCk5Z840d/jVUL7Qc6j\nrNi7hLOBvx4jdxk+5tq6fZMG4Sbu+Iibc4b+f2QyVW7Pcxt3CM/ADh0kzfGJ7wQd\nzl4w/9+s8DPT43Tbn98QK+MCAwEAAQ==\n-----END PUBLIC KEY-----\n','','b131df195ce498422ad8e308cab463756662cce5372c6437f78edee801599598','http://friendica.dev/profile/friendica5','http://friendica.dev/profile/friendica5','friendica5@friendica.dev','','-----BEGIN PUBLIC KEY-----\nMIICIjANBgkqhkiG9w0BAQEFAAOCAg8AMIICCgKCAgEAyO9mdRS7w7V6nTkryfiE\nT4uI4voJN6talYcmBNTVXvZcBhhLwRDLKuhZcPQEBMrO7c1rg/Tq5+ae25lZ1m+O\n6xcst0NGQKgA4RQxzurMfUpZvTrqwr5BgB3wsWI1/mvU8A15hE4pbcNANXnTi37Q\nS8UXv4TDaBPazOnWqqSnUawag4YSp4PABPj268GQ+HYTkDToYL49ZG0QnRPUR3St\n8KylQUPWTZu+VjIAY0mw0lLqS63AQXg1w9B7Z+fjsfWdoGOWg2CcnpsKE7irLMYG\ngCx3u1p0Nytgbr6JdaGhcgkA5O9VsAi7dG784t1Y5SRnHq0yOXHp6l+eNgq2wC0X\n7a+o+b87UD4Pf9WiahAQRR84PVXncseniZGfhjOAB0HtsT0lhuuxN8zpz2KVwkP6\nLp7SVm93J0J1SBsZ9eFdSSvLPclCdSomk6igf5RwgqpJf33HngYXCin2cZVCojG6\nsxk/M35Yv4QQkEmQxI+wlS6PGXqpmTKVYv/Y0b0uAwwN3yG7AHauMv8DmQsZWvZq\n++0pEia4EDneIXEDeRA4n0mwnEimNnsQca/dP8RNDat6D2vpHdqC1FOHoyE1bd2F\nztZvURZrLsSEo6XH3DL7Syk/jny5d++yv4Q3kaYQepGvVDPBjtFz75XuQ92doU+m\nWHm/eqG/CfJ89NSXnaGs8YsCAwEAAQ==\n-----END PUBLIC KEY-----\n',NULL,'','http://friendica.dev/dfrn_request/friendica5','http://friendica.dev/dfrn_notify/friendica5','http://friendica.dev/dfrn_poll/friendica5','http://friendica.dev/dfrn_confirm/friendica5','http://friendica.dev/poco/friendica5',0,0,0,0,'','0001-01-01 00:00:00','2017-09-07 09:16:08','0001-01-01 00:00:00','2017-09-07 09:00:32','2017-09-07 09:00:32','2017-09-07 09:16:08','0001-01-01 00:00:00','2017-09-07 09:16:08',0,0,0,1,0,0,0,1,0,0,0,NULL,99,NULL,0,'2018','0001-01-01',0,0,NULL),(15,4,'2017-09-07 09:07:14',0,0,3,1,'dfrn','friendica2','friendica2','','','','','','','http://friendica.dev/photo/profile/3.jpg','http://friendica.dev/photo/22875ea1ab42e09a2f1d3869cd6edfe7-4.jpg?ts=1504775802','http://friendica.dev/photo/22875ea1ab42e09a2f1d3869cd6edfe7-5.jpg?ts=1504775802','http://friendica.dev/photo/22875ea1ab42e09a2f1d3869cd6edfe7-6.jpg?ts=1504775802','-----BEGIN PUBLIC KEY-----\nMIICIjANBgkqhkiG9w0BAQEFAAOCAg8AMIICCgKCAgEAzOHCS/TBWB72tguU5RWu\nG4KnESmdXWGSHHrCm0iWP88Xl17lkEw58o4yt+bQS3c8U46OwP8z9EyCxFyDyHPU\noVgii+jMmT4hhKw5TeDPWwHSUZM07OP2d0J0Kktr6wC16DfGLWqo+EnJcLxyjFGn\nV6KzYR2d/73m0bj26QWM4w2ZCfBZvEEZsreF0XsZuBOWVRlTB4GzDlsRwRt05kUi\nevFnrth0fq+aeEnZA/8eFY9X8F1LB+mZLRdmWX77pMDtzzxTJUBoQPCkOJ0BvdXi\nyAYybmcxFzR/x1u+kpsgxeDOOPDAQAPnbBQcNNwWtl+emd8wmqXcbmM3XeIa1HPb\nDi0CHXJ5Lr95JYP2brAZu4dEwUNeTzkVkvB8DlviOSFmlg6CWmSKXdaF8trK6j4d\nlv7nxGBvmrbx1CmeA3RblvHR1aRyoQdNhBh1eLJrkDcaTgtzhycrjqdz+vVVV/xi\n4yMY9x+voxENfurEo/XsbzGfPSigTIHImzBcMtG0RTgxTMke6CoqRZW1pXFxZast\ncpsO02JRdPrXt+DHpYzDf8oEMTa4TNKBvczcT8ar82RZYY0srVV0uxH77xhx1bvm\nVAPf40FA2qbHZzCAv64YU9LdIT4iPEUga+Y5m9t2LvS+RiA8Zw/mmOdMFp4hI6+K\nELuO8hQc3Ot0moqfpYCnSl0CAwEAAQ==\n-----END PUBLIC KEY-----\n','1cc038d56cabb3f58fe8d4a2033828f1c9c787ccea8750c42fd03c5b068516a6','','http://friendica.dev/profile/friendica2','http://friendica.dev/profile/friendica2','friendica2@friendica.dev','',NULL,'-----BEGIN PRIVATE KEY-----\nMIIJQwIBADANBgkqhkiG9w0BAQEFAASCCS0wggkpAgEAAoICAQDWB6eJMw4sUcCs\nqMTOziLls5i/UCAlmmXHdy4eDaof9dfskyXmGMW3BDtRiOxjTdh4G/hOPAlcBFCy\n6vz/LmZ+4xeoaMfuzRydFj72e0o+gkpsyrqjfs7Tu+/veDoxodsX4kNF4w0Dyd6H\n/7wdYDhFj/61eu+Il/Js0Z/QLtWJnHit2aboax0QZIohGg963zQIbYLDB6meZYOX\nuNGrYr8rZdDJaBBtK7qadT/A7X537B1mlAkleu4WP77x+R5b9YJZIZyr1TC7yN4C\niBXPicdOQzyQNj5xTQ8ZpAujS4B7P/Nbp5pIWUX6dt84P5w6HssZw/naB7MBGVFf\n3mIpYY7DhvmsMcSjH1vTkLCZATa+jD91uIwtc4q5sky35WcZY/SmY5V5ljzkXdBg\n9X9r7EIfIjaiL1pK+DX1HQouGL9ebHtc45n8DhBbuAuxzwlHYdnPoIlodHixCb5g\nLBUl4QFWBlrDo+UiokGqBul3z7rfg1/GRfCFfkrITqnWLkg0X1hF4JCh9i0Bo+IW\nyRYvXJQj9X5PfiRvpbkgb24brGxBc10VLr8CwVlaqpjyy7/bJ3p/xsAIYlkptKnF\nf2vsFaJXbbnzkdaSrgkzqKZCCFJGjDTAQKAgG8L/5wqNBsScke+E3EltWd1eUrpt\nEna1ely5kW2MIf25LmtHOx+pjvkTjQIDAQABAoICAGi7BCMhxYywUGzshKmBuxfV\ngygSiDh+TdGGIx33p8jN3uPXuVLXyl/dBT3Hl4ycOhHD9gQqYpYRUn/KdxRTWzo5\n24jABR14ZskDarnn6JOf49VKenuogIKhUy5GEYvZ3MDaKfsXuHWjIW5BGIbzX3XC\nmWuqhW28lJblGKOhV0JoO7EucPsH9wffeqvp+asxb1+0XqkapchpejQS7x5DSrJs\ntvbnIiqZnE0alKDOVfVOp7BbPgKGHdzrQn9bXJy5DRiaVvTKdHdfOivY9XtBuzIz\nun4C3RlKENqGKF+2gV9OEsJFyDwg2xpNcrsufT7/dHjeKfOjktc10VjtE/GV2Go1\nqMFLimTlVnwEwFaqTTs4kISZqghKbOFss2C0/fuu1l6QudW5f8Pz8oeukxe76u23\narKp08VJLgRgg15z+C9ZOnRR6vnDPvnZLBbR8TPBZpVpO6sXZAIezBLs+cvbJmti\n/nHLtB97GjivlsD7alAaPdT3C81Ghjaf0oDQhHenNCwqjp6ff959fXtedLD2DRfc\n9L1XolR3PlXMtW2uBk7jbruA/Tskllz+HzJW1Bz+uh9BYsXL/EbwD5FvD6IeSKGM\nEpFiKuGUjEGKjD/Lr8yeKZKUnIaehu7zQVoWat8qkGefY6bWvIziIbhAMaZRTCtE\nt5QplVRI9jkePXX56l2tAoIBAQD5NU8MRnUtnzyzFLpafLeFRZKSQWkIWrtAF/27\nuaxbRarJt+ThFCplUqh0REShnOUmhkGDrLoRneg7XT0sbMp52tZyfMuQhbUswO2X\nmZKLbYeiT0sC8KGLhcyos1GtOBvyoiXjjGc3PzEQhDXQ9mfxc6CiJoNIAOU29+i3\n9O2FKwXSzwF/rG4Ef5eVI5xG2HTkS/zZgNUA3zx/vE94nuagt3bvwnidlURx4QjL\n9wVU7XEr9ZnNz6+z3LLMn8FKFKgAo8EuHpMmhD/OsgollnmhPG60wPKNTFdncWM1\n9Muij0aoLerJvb57KUhlJd4+ZnQBNl838B0juI+85GM79pKLAoIBAQDb3OlKN1g/\nSVKw1qro44qwYYS+Yg+3eDkv0puFnBT4IHaA1hjwml2k4CKu2sA5ydixtYzBXyqJ\nsiI1EuGuaTTiq8jU66KDxzsus0DT3etOrEfd53FTfdCEtZ7tnooTFhrUQFlmy93K\nQz0Rs34Wl/2nB4rUoTCpSvCLE8R8hId5vPQRV6NNxzNQvRIaSExiJuS0AC45AHWE\n+C9JFX3ZAYwDzMxVOH1BxvbGAyHWq2d0J1MVvc099o3SWmmN2keAfD6FGyJxKN5p\n0RNggWpD+68snnFApi3T1mZiK9w7mQyw04VbE8Xa0sbxvNqdCB0NVrD4/7Ivg/SV\npHeD7Tef/C1HAoIBAQC1A162iNsGV1qsrUqq/VoEKMPNDkvvcJAAfyyjVbt21IS4\nXqWWQ6KD1GVdhlTfmunrcKtXrHe+4hbUP+Z2RVNQ7X7EzBbElApERqKNclQ6iEVz\nxOq0aPq+MGK2ywFxs4bBV7vzq4ExZOoLmCzK6qAXhqhP/29uNpBHvAzCydpY1yY0\nuH3bMfD7vX3qK2KRJxrI1NUFW4ncR0pXcf27nJfid0Ch6HzZ4ZlEqnNMS9IInSuO\nBahBETELkSwia4vndleNl2RzTmwOFxON3E54fPM+BXpYOqozrhbyoS6x+2yKWE23\nTRr0jKk2JodaSQZEBwEN/GNvay6PSrjFOJNH89L/AoIBAFeskkMMKt6hyJ3IHMNd\n6XJIkPyycf4BrRxK6cWv5hTELT1XIv7fL7SNxIbhqIHi4cyLzyNVZcsfA9ESRHie\nb35sblup01alXg5TYOibuDfZL5dnsaNPqpUhL80lyX2u9Ofq+Tuq1DjR80pZv1AX\nMAkpUs1TsenwfleXfGUDHFsJZHJ99hsP8oChxNRCPGNviwfUgposerCZn5GPRm4A\n1eq2Ak2Bh0Fxq/puSVIna8u/2rvywiORbCCT+T+d6aFs6il+Fo/1civUOdvj/5I4\njTRHwnW7Ts8I0i8XumzxrUPeNXGKQv3ty3OekbbJA3zMMyo4HMAh6Ki7uwUa1XGw\nyAUCggEBAPV+99cdLm4Slhss+UEpYxw9Bcsre/m7AcIwmxFrUHSuQZYgM7wvEqX+\nyB22k2zDbc6xRy1SbS/biX5xdeVOSlVUJDVsoQ9sqQbPZb/7a1Jtlcw7l5vRIX2x\nE4ewsVDJfBEcnsgXTCQ3Zg/LiIXLnq4Ixh7yyak7v+ZsENG66Iu64IPOxR4VmhSx\n4kcqwwmEikAMBp6T5jWr/1AzsFL9Aw++XuiA20xfL1XIxx40KNh5edmPXqa5sC4d\njuRXcOoc8leXbgA8J+gZ+1oMmP1pfktEG4Q9vLWB93plucjTebgk178hztnkSlBX\n0+nhwk3lGL5IGs5grmAOQN3tmgj/Khk=\n-----END PRIVATE KEY-----\n','','http://friendica.dev/dfrn_request/friendica2','http://friendica.dev/dfrn_notify/friendica2','http://friendica.dev/dfrn_poll/friendica2','http://friendica.dev/dfrn_confirm/friendica2','',0,0,0,0,'','0001-01-01 00:00:00','2017-09-07 09:16:42','0001-01-01 00:00:00','2017-09-07 08:58:34','2017-09-07 08:58:34','2017-09-07 09:16:42','0001-01-01 00:00:00','2017-09-07 09:16:42',0,0,0,1,0,0,0,1,0,0,0,NULL,99,NULL,0,'2018','0001-01-01',0,0,NULL),(16,3,'2017-09-07 09:07:14',0,0,3,1,'dfrn','friendica3','friendica3','',NULL,NULL,'','','','http://friendica.dev/photo/9c78857b3d725c1c6d1227a7b8cbe6b2-4.jpg?ts=1504775234','http://friendica.dev/photo/9c78857b3d725c1c6d1227a7b8cbe6b2-4.jpg?ts=1504775369','http://friendica.dev/photo/9c78857b3d725c1c6d1227a7b8cbe6b2-5.jpg?ts=1504775369','http://friendica.dev/photo/9c78857b3d725c1c6d1227a7b8cbe6b2-6.jpg?ts=1504775369','-----BEGIN PUBLIC KEY-----\nMIICIjANBgkqhkiG9w0BAQEFAAOCAg8AMIICCgKCAgEAwIuhjeg03GoOuSYqulsa\nvd/spvniwjaYZhCJYTHgOM4ak9qG8SwPhguSBMqZS3baHEcZtYcYsu5vSQAO/zCB\niK8yefV8LguBhoNw36p/hoQ4TdApOH3cjKAJoaxZSJw0oa50ebCSbh23chRHESbv\nlvfGXq0Pmk060VcLf6h00Iivg/BFNmDfEqrVmgpl0G1PIOatNJ5QdEpCP0E5Bg/H\nvnqvBgpkVAZkKA4xY5rw6pB2NofK74gaeNklnVFqAwaQZUrBv+z1C7h3NQ5YRees\nuspiwZVyFy95xm+kGlKq6GJ7WPQi1mKSJisHLxh9uI7ylgIyRWi/GRA2NBLb15tJ\nL9PpyWEbKhEX/zCUQbos6cFC3+jgiJoYIIa5pOYU0Ekf5AcyF3dFsbcWGObn++wv\nk+5dIK/un+1KOv7X3e/bAnkVCHHjzWAzURQkvb0fwFVzw80ioP4L4V+mvw4jxh+x\ndpPBQmqgCglqE2cpCB4gAcYPlXICBC18YcUYOkYIlgz2WuslcJCnrHO6K5q6lAn3\nNqEI/LmJDrq3hbu96k8d/0zCMNO+u3xPIhDcQ6ZzyhZmVDTpVGFiJ7Yhtfih3ASC\nZqWowoSq5onVWLCsj4QquNCIvJK1NLrkrr6rxD4DbCzW7XbZkenuHumh3HoFb5Lc\nRN6UJNHe/4FNNUzcAVBgEe0CAwEAAQ==\n-----END PUBLIC KEY-----\n','','1cc038d56cabb3f58fe8d4a2033828f1c9c787ccea8750c42fd03c5b068516a6','http://friendica.dev/profile/friendica3','http://friendica.dev/profile/friendica3','','','-----BEGIN PUBLIC KEY-----\nMIICIjANBgkqhkiG9w0BAQEFAAOCAg8AMIICCgKCAgEA1geniTMOLFHArKjEzs4i\n5bOYv1AgJZplx3cuHg2qH/XX7JMl5hjFtwQ7UYjsY03YeBv4TjwJXARQsur8/y5m\nfuMXqGjH7s0cnRY+9ntKPoJKbMq6o37O07vv73g6MaHbF+JDReMNA8neh/+8HWA4\nRY/+tXrviJfybNGf0C7ViZx4rdmm6GsdEGSKIRoPet80CG2CwwepnmWDl7jRq2K/\nK2XQyWgQbSu6mnU/wO1+d+wdZpQJJXruFj++8fkeW/WCWSGcq9Uwu8jeAogVz4nH\nTkM8kDY+cU0PGaQLo0uAez/zW6eaSFlF+nbfOD+cOh7LGcP52gezARlRX95iKWGO\nw4b5rDHEox9b05CwmQE2vow/dbiMLXOKubJMt+VnGWP0pmOVeZY85F3QYPV/a+xC\nHyI2oi9aSvg19R0KLhi/Xmx7XOOZ/A4QW7gLsc8JR2HZz6CJaHR4sQm+YCwVJeEB\nVgZaw6PlIqJBqgbpd8+634NfxkXwhX5KyE6p1i5INF9YReCQofYtAaPiFskWL1yU\nI/V+T34kb6W5IG9uG6xsQXNdFS6/AsFZWqqY8su/2yd6f8bACGJZKbSpxX9r7BWi\nV22585HWkq4JM6imQghSRow0wECgIBvC/+cKjQbEnJHvhNxJbVndXlK6bRJ2tXpc\nuZFtjCH9uS5rRzsfqY75E40CAwEAAQ==\n-----END PUBLIC KEY-----\n',NULL,'','http://friendica.dev/dfrn_request/friendica3','http://friendica.dev/dfrn_notify/friendica3','http://friendica.dev/dfrn_poll/friendica3','http://friendica.dev/dfrn_confirm/friendica3','http://friendica.dev/poco/friendica3',0,0,0,0,'','0001-01-01 00:00:00','0001-01-01 00:00:00','0001-01-01 00:00:00','2017-09-07 09:09:29','2017-09-07 09:09:29','2017-09-07 09:09:29','0001-01-01 00:00:00','0001-01-01 00:00:00',0,0,0,0,0,0,0,0,0,0,0,NULL,99,NULL,0,'','0001-01-01',0,0,NULL),(17,6,'2017-09-07 09:12:25',0,0,3,1,'dfrn','friendica4','friendica4','',NULL,NULL,'','','','http://friendica.dev/photo/15048d33e71544a25a6dd13bb081c78f-4.jpg?ts=1504775545','http://friendica.dev/photo/15048d33e71544a25a6dd13bb081c78f-4.jpg?ts=1504775585','http://friendica.dev/photo/15048d33e71544a25a6dd13bb081c78f-5.jpg?ts=1504775585','http://friendica.dev/photo/15048d33e71544a25a6dd13bb081c78f-6.jpg?ts=1504775585','-----BEGIN PUBLIC KEY-----\nMIICIjANBgkqhkiG9w0BAQEFAAOCAg8AMIICCgKCAgEAxAJ+t/FrD0sHO2ecwsoH\nmOst2aPHca5n4UEIpr2ZTl26WN1AbcNo9wahDHXG7pE50GQwvmnnTIlVDLAsBC23\n8sTSpGXrIC8L7YiyDeu3piBp/w4jy8JQrbXn4L8IQbnmi6nDCSr1szXjBcvdPPKK\nrCFgYJ4hjEkSp/wJcKZ1mlRTwtofWZHUMu3NsP2146wRj0roydFVkWGrfsH8grUO\nqMktmpCUOQNsOIAN8b6vQiYQQoamGWjV8wXO3W0fRhQ5Yjko19j1t+O1Jvy2CMhn\nRY2wiGZ91ZSfl8VNLrz38JyeR0cz7YJeNYzOggB1AjEzLhKtqw7zkyW8Qg1Kfo85\ndagFPZ5sQZ8R4nus7xabICMG/qJPL23/1tyenxqkVP0iDIhLo/f0uuG4riNOJZtf\nPYPT6sxSlqxbznuLQr1fYnjFyEnFtJpzuAuvybshT5QLyKntcGap67fWoj/7SrA4\n8T5RCdYHDacMdKEC1SDwpokpgWhWaRkUxJ5F0Q5Jpyvhui/UkxkevDWv5373pgVz\ngaZlxRKYKABWiJkQH9FPAdsr4nUVErl/zvI0+9GuzK/EJ5ToVs8bF98Jb4Y3o2pm\nNtPL1ao9r0ug/3F7RHTLs1tp0Bdm/Gxk/RJf4j6gKgAw9WcdHzkxcvikhAY43zMe\n5qExQo663i3hzw4v3p94i+sCAwEAAQ==\n-----END PUBLIC KEY-----\n','d27e7ba18c5f07077f89ed544d5336cece07bf8eac82df050f5b4df9a30c994d','','http://friendica.dev/profile/friendica4','http://friendica.dev/profile/friendica4','','',NULL,'-----BEGIN PRIVATE KEY-----\nMIIJQwIBADANBgkqhkiG9w0BAQEFAASCCS0wggkpAgEAAoICAQDZm1QsjHfufsmg\n8qjli3qnAzoxTgEfu9DlArbbhJ08vJwcL2RBHVXRXfxCzZVjFcKHQvlP5n3dF1jx\nu8vEj0qn6x/1+5ZPfrM/EUGEgNSrefAmoCXwRPobFS02wGGc/MXZZD6EQcftCWDP\n7AWpXN92Sl8WhuKGW3FRRqbxoaVuVK7JZ+V1HNgt3JKCpErXjefWF/4T9tJIn1dG\neO/hLAA4m2A1J9XUBFL64GzVHj+/0eZ9dDmkdZulPPKtB+MYuawgSKF3Hei6TOWJ\n29Gif1gccovl4516e96Vml5zghbXetKymEf4awx2jX2GOvRqaQZlSodWZwTM+Z2N\nlh/7x5bo8NdtMnJEibpBg2ExyPYVRcIHXXbuzaDdawvPfbu9lQzWpXenndp+yZgc\nJl9j6ysgv/x5AW4auLDSaxiraeNpncibedE2nyCWfW0zDkZCij3FjfAQZC4VXZIE\nfZX7Im6WnAvUmMbXbTHcsVdljiW6w0ZFqb3LisF3Ps92iPgpT15cMDLHxIleA580\nwj2+P/oZxdviUIhS/okpiAFZ3uOFh8kvxMM3JF7Z5M9FKd//IHlbkBlgNCDJFKnr\npv7El0xeDgDyyfmzUJtydXmgqNpSoNH6kSc1teFPwk0f9GSsNpVMoLzLQ68ngXd7\nGy1EFAewRJBikRS2uAdsSQD8p9wn6QIDAQABAoICAQCqS3zcQDG7W02/vyeePEGI\nYmYwH7ORehJIpo8jy+yhk5k4FX6H1sVKTBsWzHyURnsuD6O8e80UMSlSRH17Hgh2\n0PL6NiGzpJvyRzbW01ubtpnSIJKQLertNu1jY7sAeHD9aA3kwvYK8sPo8/SaTiwz\nDpDLuFOeggF0ca5EexRT+8GtrLlNpX0opu2hf6Fyf4NncO9OAGMgolJSvGI9/YlO\nw4nPD5WvjpLB8tA5GKsbGtEebM6PfdqIveHMt9dpiiTCPxTde3KeGX+pG3Y7jR0P\nZjVFe5PKPxY6TcyM6MmnaF9rlPD94Aio3qHVYl3UyMxQiLrRS13ea5p5K3tsNw5J\nXBgkpTaAGDKi7V4e/zL1l/6z5ALtW3Wmu2MvZPUR/Z4yckGNIq/b1aQ6WwQgZtKP\nKEtdX92osod+n2Fh4zeMAhD5rMkHud2NfGyK/6MfIrZTrWYyDKIJ5S/BUEiMsdGj\nWRv866++3V4LPcKL4xoZ0dEWJZNtCJjZoU55S9h1PG/LeTWutuzbPYpeN+5GSkWa\nhykLdZvMnCo1fycdmFprGvXcH7wmY9EAx09Nh3XQedVAo/c2IK2HHYFQwv6ZwL6J\nmSEdbFofqtJyFN1K8psShaYdlbjk074SG39HiyOJHRBRhT9sEfjFZJDbAupE5D3F\nfobkBjx5NxoTDFHEcGl0AQKCAQEA96ul+iyJ8RsdDkIZXrJ2FfGLLctghX9M9cYl\nbFGL0MAdq7DkhcH8cr4j4crGcwCS0gPI87Up4BmImS+ust8EoOeXeIKGsyPZ+des\nxFP8sCg52PNH/L5YClrv+l1KcJsvtuvH2AWBjyzmiySFZNISWR7x8ceoS3VHnYe7\nf4wixkme8eiSibQZPKavAVZD53bWehCHMNkyi0mb0p+KuVwVxnn7C4T2U6Fm/Pgg\nls3/vILFdJuT/h8WvgtpX3wmcOM3mVXDGU6xhTJCAJzSIdeQNkCRBujcDpF+l49x\nX2ZPLxr83a0di3H5RbjXv4zZzsd3dpeNcx23MbG/9NjAHvWi0QKCAQEA4OzXuYO3\nP5nbGoMPzaTAPDYrwDpDf5Ss7ImdFvFoQntcsSlGm116XY9CGtHkiFLa8WSYCenv\nDFdQA9MEwhIst2nXfijFEizbXv8vk7WA4Zqa5vjfT39HuyX1Aay+8DT36Xskoi82\nvDaDaEvTE1/kaXXVEB9BBBcGusGCH37JshC/HXXkqk27FPf8DwcIVsa5EeBEVGWu\nkOxUCnPqECAyWo+o5V2wQ5XvDPnmIMUhS0HOAVZLjXpeyWtyAXlKQewIlrdz017g\ntOtC3kjScPBJGedJ2vPTV1rPFSvMKLlrrlgEgOPoQIpfALwf4pF7VCHJGFed6APb\n2SLKNJZdByyJmQKCAQEAvOTtciEGFB3Zy0Yek1sJNTNEM2kp9KdiyxCU+kg3mr7r\n4kbIBDwvjlP2if9d29hUIllAqp9BkOnohO0ZENOHdDEuFXt3wKlXVnZoDlUAJFqJ\nxC3Iebuy6jLxVMJSRBAYFCtAAEIyzkAwlW8FTh/qXo57eSwN739DX6JmHqGC5DjC\nQT5ghSYXGWsHjr18jMzWR8LTWS5Onm1Fqx6Db1wMP5RJJEAEn0Q6iDW2pU33/o6+\ninEeLnMHpWqOs4S8zNx/SzNd2a9rNWtfa5gvrB/8nWQhOGPhcjsFkhKVJW2idwre\nUTP3lKMYu1R/OFj0xgDb3Fc6StIfJoerH9MwtGwkAQKCAQAz8Z50Ql3sezylZ8Ub\nicO3ZA9AinQSH6S7z6AOr1uTlue2JkEfGjxrJO1wQi7T6MaVXtTZ3UOOhw98gpwj\nsYzQIspYYVP5uZBD5Qz4wL7t2wWQ98KimlNXfhGR/HHwCVuDeSPhrKOoXbKFQJWT\ncN7QGB1HZuBd8G9ma9AANAiibcmlJRfU2LSuyAJW+hnL6ILPBQrirsTcxSc3bsOM\nS9M1JN4tcjCFuzeEuKWTxdLFjYHkvygdmTgQrhabDoa+qKLnI6DFHLEqNvavXQP0\nfxlyuP5OaWbSUq9mRUIV2ZRro/oORhPZ69q60bdPXKetq0vEql9WOKXqBGXMNTlw\nsbFpAoIBADxkpmiCKczH9Xek99kEFJZBDA4MSwi19MBa+guz5SkdJk/tW9Ns0Z1U\nwQJN4eMLNfDt+TB88JWXQI0qEX3o/VS30Sj84kKjreSkHSbIc0XlyLhfnG1swXkN\nR2HfWs3HrJhAP93bFg/phP8VsKa5ek/VetIcDK+L0h2uUujlG1WOglu1MNs1mo9r\ngYqIQ3SidbzlA/l1gQ+Kjw9nkd5n5twgN1LpQZjP6uad3/vJ6SacMbPTodUZw3Hv\nGfTGGa8/YrWfhlos2JJE6Fgh6wrHgn0lFwbRlXAjcdAwCgW2TsnPHxo84PEM6WZb\nKWMdUnVxfEPRjMmrwA33NQjDMKHoq+o=\n-----END PRIVATE KEY-----\n','','http://friendica.dev/dfrn_request/friendica4','http://friendica.dev/dfrn_notify/friendica4','http://friendica.dev/dfrn_poll/friendica4','http://friendica.dev/dfrn_confirm/friendica4','',0,0,0,0,'','0001-01-01 00:00:00','0001-01-01 00:00:00','0001-01-01 00:00:00','2017-09-07 09:13:05','2017-09-07 09:13:05','2017-09-07 09:13:05','0001-01-01 00:00:00','0001-01-01 00:00:00',0,0,0,0,0,0,0,0,0,0,0,NULL,99,NULL,0,'','0001-01-01',0,0,NULL),(18,5,'2017-09-07 09:12:25',0,0,3,1,'dfrn','friendica5','friendica5','','','','','','','http://friendica.dev/photo/profile/6.jpg','http://friendica.dev/photo/d74f209bfcd190b3864fa678e5068a16-4.jpg?ts=1504775769','http://friendica.dev/photo/d74f209bfcd190b3864fa678e5068a16-5.jpg?ts=1504775769','http://friendica.dev/photo/d74f209bfcd190b3864fa678e5068a16-6.jpg?ts=1504775769','-----BEGIN PUBLIC KEY-----\nMIICIjANBgkqhkiG9w0BAQEFAAOCAg8AMIICCgKCAgEAmtBUbN/07wWbcUvp9QvR\nKLoM+WjC0K0rFsx6L/Mktk6Go5+DqofuHSQgfJZGBI3vbTlbwW76peX/0aqiZPGF\nrrhX1FMhU23AxYE9TixRR+oqIKETNzU8NuahpK/ZBokoPL7mzrY4o5dNcnG4S57O\nir4VfEpuYB99K7Uo4yVc6a50ZQfDoBy6nnCPbVmh+gokc28paK7Av0vnMwwD6TWQ\nrgXyrPsa+Af5YeDC7GOmhppeN+e5zycRTddfXWR8QFp+he43b7z54pB+ajAu3J+C\nTAagIp5UWrBmwclF2gmLWvyYYpwTF3kNz+Waf0s3khiZXcJZKxGKVqXoTkqEKV/i\nvHryaBlvvAkQKR1mfJpNasJfHrqhOlHigWi3ISlPJQB4h+85W+YAXj+3j26OnMpb\nCmjf0BXLnjuC+w9rXFW/kj3Q1PxNaAfx/BoV62unWBKnZAkkzHOkQ5yyATdXQaEY\nlDsFbc0itSm3zjsPa1gXtn9e9z8Mqn5MwKk5I9k7TIr6/FdgbX7gxl6mn59OQ0v+\ne8o7HECSQvT8c+WmvBk3tjQHDgw3FeiJ54w0IGiha530vPCk5Z840d/jVUL7Qc6j\nrNi7hLOBvx4jdxk+5tq6fZMG4Sbu+Iibc4b+f2QyVW7Pcxt3CM/ADh0kzfGJ7wQd\nzl4w/9+s8DPT43Tbn98QK+MCAwEAAQ==\n-----END PUBLIC KEY-----\n','','d27e7ba18c5f07077f89ed544d5336cece07bf8eac82df050f5b4df9a30c994d','http://friendica.dev/profile/friendica5','http://friendica.dev/profile/friendica5','friendica5@friendica.dev','','-----BEGIN PUBLIC KEY-----\nMIICIjANBgkqhkiG9w0BAQEFAAOCAg8AMIICCgKCAgEA2ZtULIx37n7JoPKo5Yt6\npwM6MU4BH7vQ5QK224SdPLycHC9kQR1V0V38Qs2VYxXCh0L5T+Z93RdY8bvLxI9K\np+sf9fuWT36zPxFBhIDUq3nwJqAl8ET6GxUtNsBhnPzF2WQ+hEHH7Qlgz+wFqVzf\ndkpfFobihltxUUam8aGlblSuyWfldRzYLdySgqRK143n1hf+E/bSSJ9XRnjv4SwA\nOJtgNSfV1ARS+uBs1R4/v9HmfXQ5pHWbpTzyrQfjGLmsIEihdx3oukzlidvRon9Y\nHHKL5eOdenvelZpec4IW13rSsphH+GsMdo19hjr0amkGZUqHVmcEzPmdjZYf+8eW\n6PDXbTJyRIm6QYNhMcj2FUXCB1127s2g3WsLz327vZUM1qV3p53afsmYHCZfY+sr\nIL/8eQFuGriw0msYq2njaZ3Im3nRNp8gln1tMw5GQoo9xY3wEGQuFV2SBH2V+yJu\nlpwL1JjG120x3LFXZY4lusNGRam9y4rBdz7Pdoj4KU9eXDAyx8SJXgOfNMI9vj/6\nGcXb4lCIUv6JKYgBWd7jhYfJL8TDNyRe2eTPRSnf/yB5W5AZYDQgyRSp66b+xJdM\nXg4A8sn5s1CbcnV5oKjaUqDR+pEnNbXhT8JNH/RkrDaVTKC8y0OvJ4F3exstRBQH\nsESQYpEUtrgHbEkA/KfcJ+kCAwEAAQ==\n-----END PUBLIC KEY-----\n',NULL,'','http://friendica.dev/dfrn_request/friendica5','http://friendica.dev/dfrn_notify/friendica5','http://friendica.dev/dfrn_poll/friendica5','http://friendica.dev/dfrn_confirm/friendica5','http://friendica.dev/poco/friendica5',0,0,0,0,'','0001-01-01 00:00:00','2017-09-07 09:16:09','0001-01-01 00:00:00','2017-09-07 09:00:32','2017-09-07 09:00:32','2017-09-07 09:16:09','0001-01-01 00:00:00','2017-09-07 09:16:09',0,0,0,1,0,0,0,1,0,0,0,NULL,99,NULL,0,'2018','0001-01-01',0,0,NULL),(19,0,'2017-09-07 09:16:08',0,0,2,0,'dfrn','friendica5','friendica5','','','','','','','http://friendica.dev/photo/profile/6.jpg','http://friendica.dev/photo/2b902d193517f74d2c14e163cff8c10e-4.jpg?ts=1504775768','http://friendica.dev/photo/2b902d193517f74d2c14e163cff8c10e-5.jpg?ts=1504775768','http://friendica.dev/photo/2b902d193517f74d2c14e163cff8c10e-6.jpg?ts=1504775768',NULL,'','','http://friendica.dev/profile/friendica5','http://friendica.dev/profile/friendica5','friendica5@friendica.dev','','-----BEGIN PUBLIC KEY-----\nMIICIjANBgkqhkiG9w0BAQEFAAOCAg8AMIICCgKCAgEAmtBUbN/07wWbcUvp9QvR\nKLoM+WjC0K0rFsx6L/Mktk6Go5+DqofuHSQgfJZGBI3vbTlbwW76peX/0aqiZPGF\nrrhX1FMhU23AxYE9TixRR+oqIKETNzU8NuahpK/ZBokoPL7mzrY4o5dNcnG4S57O\nir4VfEpuYB99K7Uo4yVc6a50ZQfDoBy6nnCPbVmh+gokc28paK7Av0vnMwwD6TWQ\nrgXyrPsa+Af5YeDC7GOmhppeN+e5zycRTddfXWR8QFp+he43b7z54pB+ajAu3J+C\nTAagIp5UWrBmwclF2gmLWvyYYpwTF3kNz+Waf0s3khiZXcJZKxGKVqXoTkqEKV/i\nvHryaBlvvAkQKR1mfJpNasJfHrqhOlHigWi3ISlPJQB4h+85W+YAXj+3j26OnMpb\nCmjf0BXLnjuC+w9rXFW/kj3Q1PxNaAfx/BoV62unWBKnZAkkzHOkQ5yyATdXQaEY\nlDsFbc0itSm3zjsPa1gXtn9e9z8Mqn5MwKk5I9k7TIr6/FdgbX7gxl6mn59OQ0v+\ne8o7HECSQvT8c+WmvBk3tjQHDgw3FeiJ54w0IGiha530vPCk5Z840d/jVUL7Qc6j\nrNi7hLOBvx4jdxk+5tq6fZMG4Sbu+Iibc4b+f2QyVW7Pcxt3CM/ADh0kzfGJ7wQd\nzl4w/9+s8DPT43Tbn98QK+MCAwEAAQ==\n-----END PUBLIC KEY-----\n',NULL,'','http://friendica.dev/dfrn_request/friendica5','http://friendica.dev/dfrn_notify/friendica5','http://friendica.dev/dfrn_poll/friendica5','http://friendica.dev/dfrn_confirm/friendica5','http://friendica.dev/poco/friendica5',0,0,0,0,'','0001-01-01 00:00:00','2017-09-07 09:16:09','0001-01-01 00:00:00','2017-09-07 09:16:08','2017-09-07 09:16:08','2017-09-07 09:16:08','0001-01-01 00:00:00','2017-09-07 09:16:09',0,0,0,1,0,0,0,0,0,0,0,NULL,99,NULL,0,'','0001-01-01',0,0,NULL),(20,0,'2017-09-07 09:16:41',0,0,2,0,'dfrn','friendica2','friendica2','','','','','','','http://friendica.dev/photo/profile/3.jpg','http://friendica.dev/photo/01f62fe9af5d22dfb7664e78e64acd43-4.jpg?ts=1504775801','http://friendica.dev/photo/01f62fe9af5d22dfb7664e78e64acd43-5.jpg?ts=1504775801','http://friendica.dev/photo/01f62fe9af5d22dfb7664e78e64acd43-6.jpg?ts=1504775801',NULL,'','','http://friendica.dev/profile/friendica2','http://friendica.dev/profile/friendica2','friendica2@friendica.dev','','-----BEGIN PUBLIC KEY-----\nMIICIjANBgkqhkiG9w0BAQEFAAOCAg8AMIICCgKCAgEAzOHCS/TBWB72tguU5RWu\nG4KnESmdXWGSHHrCm0iWP88Xl17lkEw58o4yt+bQS3c8U46OwP8z9EyCxFyDyHPU\noVgii+jMmT4hhKw5TeDPWwHSUZM07OP2d0J0Kktr6wC16DfGLWqo+EnJcLxyjFGn\nV6KzYR2d/73m0bj26QWM4w2ZCfBZvEEZsreF0XsZuBOWVRlTB4GzDlsRwRt05kUi\nevFnrth0fq+aeEnZA/8eFY9X8F1LB+mZLRdmWX77pMDtzzxTJUBoQPCkOJ0BvdXi\nyAYybmcxFzR/x1u+kpsgxeDOOPDAQAPnbBQcNNwWtl+emd8wmqXcbmM3XeIa1HPb\nDi0CHXJ5Lr95JYP2brAZu4dEwUNeTzkVkvB8DlviOSFmlg6CWmSKXdaF8trK6j4d\nlv7nxGBvmrbx1CmeA3RblvHR1aRyoQdNhBh1eLJrkDcaTgtzhycrjqdz+vVVV/xi\n4yMY9x+voxENfurEo/XsbzGfPSigTIHImzBcMtG0RTgxTMke6CoqRZW1pXFxZast\ncpsO02JRdPrXt+DHpYzDf8oEMTa4TNKBvczcT8ar82RZYY0srVV0uxH77xhx1bvm\nVAPf40FA2qbHZzCAv64YU9LdIT4iPEUga+Y5m9t2LvS+RiA8Zw/mmOdMFp4hI6+K\nELuO8hQc3Ot0moqfpYCnSl0CAwEAAQ==\n-----END PUBLIC KEY-----\n',NULL,'','http://friendica.dev/dfrn_request/friendica2','http://friendica.dev/dfrn_notify/friendica2','http://friendica.dev/dfrn_poll/friendica2','http://friendica.dev/dfrn_confirm/friendica2','http://friendica.dev/poco/friendica2',0,0,0,0,'','0001-01-01 00:00:00','2017-09-07 09:16:42','0001-01-01 00:00:00','2017-09-07 09:16:41','2017-09-07 09:16:41','2017-09-07 09:16:41','0001-01-01 00:00:00','2017-09-07 09:16:42',0,0,0,1,0,0,0,0,0,0,0,NULL,99,NULL,0,'','0001-01-01',0,0,NULL),(21,0,'2017-09-07 09:17:49',0,0,2,0,'dfrn','friendica1','friendica1','','','','','','','http://friendica.dev/photo/4b7db531ad1920a7cb8fb76aed46ddd9-4.jpg?ts=1504775575','http://friendica.dev/photo/39e7b822c093a22f70de8782c7d652d4-4.jpg?ts=1504775948','http://friendica.dev/photo/39e7b822c093a22f70de8782c7d652d4-5.jpg?ts=1504775948','http://friendica.dev/photo/39e7b822c093a22f70de8782c7d652d4-6.jpg?ts=1504775948',NULL,'','','http://friendica.dev/profile/friendica1','http://friendica.dev/profile/friendica1','friendica1@friendica.dev','','-----BEGIN PUBLIC KEY-----\nMIICIjANBgkqhkiG9w0BAQEFAAOCAg8AMIICCgKCAgEAzNeTX2GGZAqTecUeOPNq\n+uFCfBuN4g6xKTkBlUDeVCLp2N3uVJq+TSjmoau8MpY3jCD2Nqn5KsMPh8XJV2s6\nb1kSjmVdpr4EeBXPyvi3asCcgmqi2IeoK/ihVGP9IrrYh8zwzVY9wW1/TPcC4N4W\nCcmeFTO08CSJh2P8ROq6irU0ndbmqfmFSs5uZ7UcEKUzkgSSPTxq5x3O7xSfTbOZ\nPNhSn3r5buSOd46KyWaBIJ2KgFNoY2AGJqbzZTZmJZB/qelrONtJ6XDnDI9GNQBI\nyL9935Scmo9WrXeZcqXNW3yI97s1tH27pCxhsyy5xqzEYfAPwPFry4gbO+wSGcNm\nFYfbCM19uPvJyN6TEgFNZD5401Pl8LQaVkSAnV9LQPzn/54CJYQb6KlE0rymROyQ\nvKPUZmEkw6ZnVJIF5pjxu6bGGPdv3xmBH6Xnmi0hhNA2AEDbv6wDrLZYLUCTSSqq\nhW8WK3HylsP9dqNT+a3X9l9dG7vqmRevGcbBQDDZPOKjkJkAa8IgIlk3UIWs3bYY\nST0VUtjRpsoLo3XmdYtY5qXxjGjtEy7NjRErlT31WoMzxcLhLwxKGWQz/xMC9OXe\np+uoyVUOd3U/Jvz6vpW9k5ua417IrF9XaxtcKvhp69m16br8JkMuKWvdGomWDXxA\nG1cAbsHJN6JJEU/3Vo35sh0CAwEAAQ==\n-----END PUBLIC KEY-----\n',NULL,'','http://friendica.dev/dfrn_request/friendica1','http://friendica.dev/dfrn_notify/friendica1','http://friendica.dev/dfrn_poll/friendica1','http://friendica.dev/dfrn_confirm/friendica1','http://friendica.dev/poco/friendica1',0,0,0,0,'','0001-01-01 00:00:00','0001-01-01 00:00:00','0001-01-01 00:00:00','2017-09-07 09:17:49','2017-09-07 09:17:49','2017-09-07 09:19:08','0001-01-01 00:00:00','0001-01-01 00:00:00',0,0,0,1,0,0,0,0,0,0,0,NULL,99,NULL,0,'','0001-01-01',0,0,NULL),(22,0,'2017-09-07 09:18:24',0,0,2,0,'dfrn','friendica3','friendica3','','','','','','','http://friendica.dev/photo/profile/4.jpg','http://friendica.dev/photo/19065c444ea257e137e46e890d2c7001-4.jpg?ts=1504775904','http://friendica.dev/photo/19065c444ea257e137e46e890d2c7001-5.jpg?ts=1504775904','http://friendica.dev/photo/19065c444ea257e137e46e890d2c7001-6.jpg?ts=1504775904',NULL,'','','http://friendica.dev/profile/friendica3','http://friendica.dev/profile/friendica3','friendica3@friendica.dev','','-----BEGIN PUBLIC KEY-----\nMIICIjANBgkqhkiG9w0BAQEFAAOCAg8AMIICCgKCAgEAwIuhjeg03GoOuSYqulsa\nvd/spvniwjaYZhCJYTHgOM4ak9qG8SwPhguSBMqZS3baHEcZtYcYsu5vSQAO/zCB\niK8yefV8LguBhoNw36p/hoQ4TdApOH3cjKAJoaxZSJw0oa50ebCSbh23chRHESbv\nlvfGXq0Pmk060VcLf6h00Iivg/BFNmDfEqrVmgpl0G1PIOatNJ5QdEpCP0E5Bg/H\nvnqvBgpkVAZkKA4xY5rw6pB2NofK74gaeNklnVFqAwaQZUrBv+z1C7h3NQ5YRees\nuspiwZVyFy95xm+kGlKq6GJ7WPQi1mKSJisHLxh9uI7ylgIyRWi/GRA2NBLb15tJ\nL9PpyWEbKhEX/zCUQbos6cFC3+jgiJoYIIa5pOYU0Ekf5AcyF3dFsbcWGObn++wv\nk+5dIK/un+1KOv7X3e/bAnkVCHHjzWAzURQkvb0fwFVzw80ioP4L4V+mvw4jxh+x\ndpPBQmqgCglqE2cpCB4gAcYPlXICBC18YcUYOkYIlgz2WuslcJCnrHO6K5q6lAn3\nNqEI/LmJDrq3hbu96k8d/0zCMNO+u3xPIhDcQ6ZzyhZmVDTpVGFiJ7Yhtfih3ASC\nZqWowoSq5onVWLCsj4QquNCIvJK1NLrkrr6rxD4DbCzW7XbZkenuHumh3HoFb5Lc\nRN6UJNHe/4FNNUzcAVBgEe0CAwEAAQ==\n-----END PUBLIC KEY-----\n',NULL,'','http://friendica.dev/dfrn_request/friendica3','http://friendica.dev/dfrn_notify/friendica3','http://friendica.dev/dfrn_poll/friendica3','http://friendica.dev/dfrn_confirm/friendica3','http://friendica.dev/poco/friendica3',0,0,0,0,'','0001-01-01 00:00:00','0001-01-01 00:00:00','0001-01-01 00:00:00','2017-09-07 09:18:24','2017-09-07 09:18:24','2017-09-07 09:18:24','0001-01-01 00:00:00','0001-01-01 00:00:00',0,0,0,1,0,0,0,0,0,0,0,NULL,99,NULL,0,'','0001-01-01',0,0,NULL); +INSERT INTO `contact` VALUES (1,1,'2017-09-07 08:55:42',1,0,0,0,'','admin','admin','',NULL,NULL,'','','','','http://friendica.local/photo/profile/1.jpg','http://friendica.local/photo/avatar/1.jpg','http://friendica.local/photo/micro/1.jpg',NULL,'','','http://friendica.local/profile/admin','http://friendica.local/profile/admin','admin@friendica.local','',NULL,NULL,'','http://friendica.local/dfrn_request/admin','http://friendica.local/dfrn_notify/admin','http://friendica.local/dfrn_poll/admin','http://friendica.local/dfrn_confirm/admin','http://friendica.local/poco/admin',0,0,0,0,'','0001-01-01 00:00:00','0001-01-01 00:00:00','0001-01-01 00:00:00','2017-09-07 08:55:42','2017-09-07 08:55:42','2017-09-07 08:55:42','0001-01-01 00:00:00','0001-01-01 00:00:00',0,0,0,0,0,0,0,0,0,0,0,NULL,0,NULL,0,'','0001-01-01',0,0,NULL),(2,2,'2017-09-07 08:56:53',1,0,0,0,'','friendica1','friendica1','',NULL,NULL,'','','','http://friendica.local/photo/f958f83dd2af4c30b30045dfc6ff0718-4.jpg?ts=1504775108','http://friendica.local/photo/4b7db531ad1920a7cb8fb76aed46ddd9-4.jpg?ts=1504775575','http://friendica.local/photo/4b7db531ad1920a7cb8fb76aed46ddd9-5.jpg?ts=1504775575','http://friendica.local/photo/4b7db531ad1920a7cb8fb76aed46ddd9-6.jpg?ts=1504775575',NULL,'','','http://friendica.local/profile/friendica1','http://friendica.local/profile/friendica1','friendica1@friendica.local','',NULL,NULL,'','http://friendica.local/dfrn_request/friendica1','http://friendica.local/dfrn_notify/friendica1','http://friendica.local/dfrn_poll/friendica1','http://friendica.local/dfrn_confirm/friendica1','http://friendica.local/poco/friendica1',0,0,0,0,'','0001-01-01 00:00:00','0001-01-01 00:00:00','0001-01-01 00:00:00','2017-09-07 08:56:53','2017-09-07 08:56:53','2017-09-07 09:12:55','0001-01-01 00:00:00','0001-01-01 00:00:00',0,0,0,0,0,0,0,0,0,0,0,NULL,0,NULL,0,'','0001-01-01',0,0,NULL),(3,3,'2017-09-07 08:58:34',1,0,0,0,'','friendica2','friendica2','',NULL,NULL,'','','','','http://friendica.local/photo/profile/3.jpg','http://friendica.local/photo/avatar/3.jpg','http://friendica.local/photo/micro/3.jpg',NULL,'','','http://friendica.local/profile/friendica2','http://friendica.local/profile/friendica2','friendica2@friendica.local','',NULL,NULL,'','http://friendica.local/dfrn_request/friendica2','http://friendica.local/dfrn_notify/friendica2','http://friendica.local/dfrn_poll/friendica2','http://friendica.local/dfrn_confirm/friendica2','http://friendica.local/poco/friendica2',0,0,0,0,'','0001-01-01 00:00:00','2017-09-07 09:16:41','0001-01-01 00:00:00','2017-09-07 08:58:34','2017-09-07 08:58:34','2017-09-07 08:58:34','0001-01-01 00:00:00','2017-09-07 09:16:41',0,0,0,0,0,0,0,0,0,0,0,NULL,0,NULL,0,'','0001-01-01',0,0,NULL),(4,4,'2017-09-07 08:59:16',1,0,0,0,'','friendica3','friendica3','',NULL,NULL,'','','','','http://friendica.local/photo/profile/4.jpg','http://friendica.local/photo/avatar/4.jpg','http://friendica.local/photo/micro/4.jpg',NULL,'','','http://friendica.local/profile/friendica3','http://friendica.local/profile/friendica3','friendica3@friendica.local','',NULL,NULL,'','http://friendica.local/dfrn_request/friendica3','http://friendica.local/dfrn_notify/friendica3','http://friendica.local/dfrn_poll/friendica3','http://friendica.local/dfrn_confirm/friendica3','http://friendica.local/poco/friendica3',0,0,0,0,'','0001-01-01 00:00:00','0001-01-01 00:00:00','0001-01-01 00:00:00','2017-09-07 08:59:16','2017-09-07 08:59:16','2017-09-07 08:59:16','0001-01-01 00:00:00','0001-01-01 00:00:00',0,0,0,0,0,0,0,0,0,0,0,NULL,0,NULL,0,'','0001-01-01',0,0,NULL),(5,5,'2017-09-07 08:59:53',1,0,0,0,'','friendica4','friendica4','',NULL,NULL,'','','','','http://friendica.local/photo/profile/5.jpg','http://friendica.local/photo/avatar/5.jpg','http://friendica.local/photo/micro/5.jpg',NULL,'','','http://friendica.local/profile/friendica4','http://friendica.local/profile/friendica4','friendica4@friendica.local','',NULL,NULL,'','http://friendica.local/dfrn_request/friendica4','http://friendica.local/dfrn_notify/friendica4','http://friendica.local/dfrn_poll/friendica4','http://friendica.local/dfrn_confirm/friendica4','http://friendica.local/poco/friendica4',0,0,0,0,'','0001-01-01 00:00:00','0001-01-01 00:00:00','0001-01-01 00:00:00','2017-09-07 08:59:53','2017-09-07 08:59:53','2017-09-07 08:59:53','0001-01-01 00:00:00','0001-01-01 00:00:00',0,0,0,0,0,0,0,0,0,0,0,NULL,0,NULL,0,'','0001-01-01',0,0,NULL),(6,6,'2017-09-07 09:00:32',1,0,0,0,'','friendica5','friendica5','',NULL,NULL,'','','','','http://friendica.local/photo/profile/6.jpg','http://friendica.local/photo/avatar/6.jpg','http://friendica.local/photo/micro/6.jpg',NULL,'','','http://friendica.local/profile/friendica5','http://friendica.local/profile/friendica5','friendica5@friendica.local','',NULL,NULL,'','http://friendica.local/dfrn_request/friendica5','http://friendica.local/dfrn_notify/friendica5','http://friendica.local/dfrn_poll/friendica5','http://friendica.local/dfrn_confirm/friendica5','http://friendica.local/poco/friendica5',0,0,0,0,'','0001-01-01 00:00:00','2017-09-07 09:16:08','0001-01-01 00:00:00','2017-09-07 09:00:32','2017-09-07 09:00:32','2017-09-07 09:00:32','0001-01-01 00:00:00','2017-09-07 09:16:08',0,0,0,0,0,0,0,0,0,0,0,NULL,0,NULL,0,'','0001-01-01',0,0,NULL),(7,3,'2017-09-07 09:04:07',0,0,3,1,'dfrn','friendica1','friendica1','','','','','','','http://friendica.local/photo/4b7db531ad1920a7cb8fb76aed46ddd9-4.jpg?ts=1504775575','http://friendica.local/photo/18a7495723879503dac64b352e245508-4.jpg?ts=1504775948','http://friendica.local/photo/18a7495723879503dac64b352e245508-5.jpg?ts=1504775948','http://friendica.local/photo/18a7495723879503dac64b352e245508-6.jpg?ts=1504775948','-----BEGIN PUBLIC KEY-----\nMIICIjANBgkqhkiG9w0BAQEFAAOCAg8AMIICCgKCAgEAzNeTX2GGZAqTecUeOPNq\n+uFCfBuN4g6xKTkBlUDeVCLp2N3uVJq+TSjmoau8MpY3jCD2Nqn5KsMPh8XJV2s6\nb1kSjmVdpr4EeBXPyvi3asCcgmqi2IeoK/ihVGP9IrrYh8zwzVY9wW1/TPcC4N4W\nCcmeFTO08CSJh2P8ROq6irU0ndbmqfmFSs5uZ7UcEKUzkgSSPTxq5x3O7xSfTbOZ\nPNhSn3r5buSOd46KyWaBIJ2KgFNoY2AGJqbzZTZmJZB/qelrONtJ6XDnDI9GNQBI\nyL9935Scmo9WrXeZcqXNW3yI97s1tH27pCxhsyy5xqzEYfAPwPFry4gbO+wSGcNm\nFYfbCM19uPvJyN6TEgFNZD5401Pl8LQaVkSAnV9LQPzn/54CJYQb6KlE0rymROyQ\nvKPUZmEkw6ZnVJIF5pjxu6bGGPdv3xmBH6Xnmi0hhNA2AEDbv6wDrLZYLUCTSSqq\nhW8WK3HylsP9dqNT+a3X9l9dG7vqmRevGcbBQDDZPOKjkJkAa8IgIlk3UIWs3bYY\nST0VUtjRpsoLo3XmdYtY5qXxjGjtEy7NjRErlT31WoMzxcLhLwxKGWQz/xMC9OXe\np+uoyVUOd3U/Jvz6vpW9k5ua417IrF9XaxtcKvhp69m16br8JkMuKWvdGomWDXxA\nG1cAbsHJN6JJEU/3Vo35sh0CAwEAAQ==\n-----END PUBLIC KEY-----\n','68a21e99d42d564e035d3f5e711894605683a8e65cb692f6907065ae021467a4','','http://friendica.local/profile/friendica1','http://friendica.local/profile/friendica1','friendica1@friendica.local','',NULL,'-----BEGIN PRIVATE KEY-----\nMIIJQwIBADANBgkqhkiG9w0BAQEFAASCCS0wggkpAgEAAoICAQDnxnD1D7W/uXSH\nNd4UKFY1vv22SVPY1HwGHFEfXj681kKO01QISeeJYYFLVWUH5jPv3mDpeChF47Vk\nfeFYqj/tDrl0pXeiQFeboZFI2JZ1mCH3IZsZ9i7fIdd5e7lBrsxIB/5H7PEGVv7e\nuGc162WSNT3D6imrQBizfjeHhZK85GDQZUTcSMQHz/sv7fagAy8WqOB9h0u1dRjc\n8xxNareMXprM6RANV/dqE9G9f1VQJYhhZkMRNHgb5P1wfQwexSd8Lk31da9082KV\noP6gXE6zL0dI9olsFXT2BgHTJLBW/ZW338Vow2Ay96mnWrMXibSVjj1Ud/qOYejo\nfNOKNjS2BRkKHuxrMLONG2nlbPdXXGhVZ8mBo8wpQSFAFNtbhvhaT7hEFwbZDGy/\ndg+kJABkXe7doG95GpEiOTozZ+1bV6J2FwHqlK4Hdn4PRYqqmzAk0vLFekuaC3No\nI8D02c2SZkx+g2U9Y4iH9MbG+TPgb4x6/5cWNbcsAK25vtXn31WLD7PwLPuMFtfc\n6bbKwjgOUtmi3DsRj/iW82IUifS2agcsQfwPI4t9em3RhUASXkkWSTQAScm8BCPD\nB7bH/rFodUeDfyEPm3QtjUjMlc4BwGes7TJziZ/GnW1CHr2ZOQPHWrADnFB+Cc7N\nKJHA/vYRj5WXVyHmzQBhYCNpu73G1QIDAQABAoICAFxPpvGTvjmMLaMkizzQC/YA\nCaCud9ymVHdCk/TAXpBrbbrg5FkgxjzrPsm4SzLoNstUcJjMKI4dcUOC91uPA0Lx\nWF/i/1D5+2qa4Ph4ewR/ARgipFmkuWpZWi6iXliQu//8XwRalGyH/Z7LJyBMjvm6\nhs0e2FXCg5QJsyggxR7CfuTBULnDqX/LECo4xr9YRUrrG+4jEr5E0xA9K4qR9GTN\n0S3HrYMDBCGVnzWwH1R6fmT8i72wfh3uCBrjUw52S5GkB5y5sJYN0bfylTddTGMF\nc4jV2EnaCelq3xMvS6R5/0VqtH9TQV9LUKC8+RNo3ympqzeXSY2n5VGjVcV4bWlH\nbFGHb2w6Jzw6TXQP/2zxmQ4xkbJgHfVNxPAHDasLMNl+dB0Eyj0NYjWBmZ1p9Kr9\nYvMoEnMpICc4vlaq+Si+zaL/T3nqC+NIQtw3/1IzWp1MBllxD0qpQFIIS9of7VXW\nbKFaoviBdIAyHXcdcWt8z2SoWx8Lu4J7jcDIKcN/zuFFY8YWq3KFartNtUR24Umg\n71k7nNVT8PbJh66808kh1wBtPS2IMukB4FkO7Mec+qIJwWQDt4NSYhshVFfoDj42\nJvD8rFb+Cws0XRcjLLf2W9v1Rm6LLm4HK2uBgq5K5xXC997b99RiQUgjbDDWA9Qe\nFzLkD91Ko43TjfKDU+2JAoIBAQD5V0InPyG38BMBWbDr/55Px4I1/ZMBbc17vBIq\nuaP52qn9GImZ4P14H3XrlFZZmp2N2QFRQ1+JX9SOg5930+iZZcBrtFY0QVMcfSTl\nJ9UNlEcAvfUy5Q0ROhX9K1E0Is+g8OpWvEuAPt9iMLWL9TX5m9u6gojMC89Ns3zs\ntACj7+CUWlnNiTzkGcQ7aQ0jNjFRP/ySbYYGCk8kRl/jCrU0WkCFVb8IpXD2BT1F\nKt0YWrjOzOt509lfHftIXVtV7PXpB0RrMikFshrwLg4TXIUmaPuxtFnv8Z12RZ4E\npcDFvx+7xM08aXVMFznx5RMQtl18YwBaaDzw+LE/r4KMfktnAoIBAQDt9xYZDYr4\nuEXZ3Yj5DtIMgrKlgjfcNgPvqfju/9IaHLiMZR96vhMOI97a2rj+JF6nnpgJrc3b\nJjKbxUaK3cLuWZDXguvdpqejrW2JNcufBPCHJE19UOXoe2R3JVtY280wZOX1Q1N9\nW0HDMkXPeSZUVIdDWzZ4GdBmUYDE7QsNyaeJcXHdQ5Lr6zlqIny2ZCae2M8yTZW7\nLpyZ8i1mLaOMzjmgi3OxhUZG15zKRkzQX7ZZ++zEPDI5olXOsZVWa69zHMVKNyq+\nndS2pAl1DCSEnavx2ktAJXMRSgUmSsTWyHGegq8RyZGEo8J6y6FB0scuXyBrbUmk\nKD6zLYXDH7JjAoIBAQDCwqTasRZubaj6ugtXHBCVsnoEIDDOwezqhKoQE3eA94sm\nNh9tQe/a/4AFZpXYYcxFe0brKdwbGu6V7zwFxlF+WJtnxbI8GPaJXzsNgAKMG9Em\nRDqd6Yo+dYetfENunO5fgS8aVvQGlZW5ReDZFM13ToXgdovSDjt8LwIahjOl2f4r\nAzP4NwWICpRb75+ibHczRu7LlZ9FYpIU/J9zYe7OmNyjCaoxX8EPemI0f9m5Z0vJ\nxQj93TuCb5HTIZDxWilvPwzzSnf+ifM+vkqiVvduXDyVvxEtOiZLtu9KJAqiq7pm\n2b+SO7GyoMXTK6KrwDbfrRkehSNs+mTBIR+xDAlrAoIBAH+II4SruGYRxAW977Gi\n2rmvtfRztGJFZJimHG5iFgS+jb1YWKWchnPWj5H1FJ3Heh8VJOBTEHc5onfPIz47\nGURKJhEJ7kStEzzqLkER3p3LtOiIcSsPFxggQTiFgc4+hlpASOnH+k+9f6IQKE/H\n2t3pK1DS6n81PnYHih5/96OdBjfn36E4nN3pA6047GOHixcolOqdn/hgQ7dRjjkr\njnJg94tuEUP7bC19Ul8pi/NEyGKzXDHTHQu8T4Zlr+ZP8gicS7O5myPrTFvRz+u1\n5UBZjBQi7J9lMqT6aYYbHiEJ7bKI0TCUOXO/m/PZfAPd5beZbbOFL6lVlDzM0do/\n+4cCggEBALzPadzFIcF+aLTVHhyyrunRaqADL/VAzhiXQK3bdH/ynrfbLJFuGplE\nzS/9ZN/Fdc61q7ToHSFjg8+XXMW/prvPfzFlE00FdOfXG8PpZ+CKYvgKJO9enFck\n9nw+Mn/xaI5Dj2/2CYVEvJZegimrC9V4b9DIZlJAmMZhomWwGozoGzBBpEKxeKfn\nPD68ef4BoJ23QhMbBHFjjQgR5jf2zokdwFFSfJUQ0CmiA7xDlj5Wwka+AS70VH9J\nvVGB1CdffbFbyB8681zMqNHdjkm6VWK49k1aU0U8+L3Id7mQsWtTSxP35gla3tGn\n0vy9vZpxcdJfSLjIIO3w4YBk4DCOE+s=\n-----END PRIVATE KEY-----\n','','http://friendica.local/dfrn_request/friendica1','http://friendica.local/dfrn_notify/friendica1','http://friendica.local/dfrn_poll/friendica1','http://friendica.local/dfrn_confirm/friendica1','',0,0,0,0,'','0001-01-01 00:00:00','0001-01-01 00:00:00','0001-01-01 00:00:00','2017-09-07 08:56:53','2017-09-07 09:12:55','2017-09-07 09:19:08','0001-01-01 00:00:00','0001-01-01 00:00:00',0,0,0,1,0,0,0,1,0,0,0,NULL,99,NULL,0,'2018','0001-01-01',0,0,NULL),(8,2,'2017-09-07 09:04:08',0,0,3,1,'dfrn','friendica2','friendica2','','','','','','','http://friendica.local/photo/profile/3.jpg','http://friendica.local/photo/5b0e9c6920adcf8efafaf3743d0e0c6c-4.jpg?ts=1504775802','http://friendica.local/photo/5b0e9c6920adcf8efafaf3743d0e0c6c-5.jpg?ts=1504775802','http://friendica.local/photo/5b0e9c6920adcf8efafaf3743d0e0c6c-6.jpg?ts=1504775802','-----BEGIN PUBLIC KEY-----\nMIICIjANBgkqhkiG9w0BAQEFAAOCAg8AMIICCgKCAgEAzOHCS/TBWB72tguU5RWu\nG4KnESmdXWGSHHrCm0iWP88Xl17lkEw58o4yt+bQS3c8U46OwP8z9EyCxFyDyHPU\noVgii+jMmT4hhKw5TeDPWwHSUZM07OP2d0J0Kktr6wC16DfGLWqo+EnJcLxyjFGn\nV6KzYR2d/73m0bj26QWM4w2ZCfBZvEEZsreF0XsZuBOWVRlTB4GzDlsRwRt05kUi\nevFnrth0fq+aeEnZA/8eFY9X8F1LB+mZLRdmWX77pMDtzzxTJUBoQPCkOJ0BvdXi\nyAYybmcxFzR/x1u+kpsgxeDOOPDAQAPnbBQcNNwWtl+emd8wmqXcbmM3XeIa1HPb\nDi0CHXJ5Lr95JYP2brAZu4dEwUNeTzkVkvB8DlviOSFmlg6CWmSKXdaF8trK6j4d\nlv7nxGBvmrbx1CmeA3RblvHR1aRyoQdNhBh1eLJrkDcaTgtzhycrjqdz+vVVV/xi\n4yMY9x+voxENfurEo/XsbzGfPSigTIHImzBcMtG0RTgxTMke6CoqRZW1pXFxZast\ncpsO02JRdPrXt+DHpYzDf8oEMTa4TNKBvczcT8ar82RZYY0srVV0uxH77xhx1bvm\nVAPf40FA2qbHZzCAv64YU9LdIT4iPEUga+Y5m9t2LvS+RiA8Zw/mmOdMFp4hI6+K\nELuO8hQc3Ot0moqfpYCnSl0CAwEAAQ==\n-----END PUBLIC KEY-----\n','','68a21e99d42d564e035d3f5e711894605683a8e65cb692f6907065ae021467a4','http://friendica.local/profile/friendica2','http://friendica.local/profile/friendica2','friendica2@friendica.local','','-----BEGIN PUBLIC KEY-----\nMIICIjANBgkqhkiG9w0BAQEFAAOCAg8AMIICCgKCAgEA58Zw9Q+1v7l0hzXeFChW\nNb79tklT2NR8BhxRH14+vNZCjtNUCEnniWGBS1VlB+Yz795g6XgoReO1ZH3hWKo/\n7Q65dKV3okBXm6GRSNiWdZgh9yGbGfYu3yHXeXu5Qa7MSAf+R+zxBlb+3rhnNetl\nkjU9w+opq0AYs343h4WSvORg0GVE3EjEB8/7L+32oAMvFqjgfYdLtXUY3PMcTWq3\njF6azOkQDVf3ahPRvX9VUCWIYWZDETR4G+T9cH0MHsUnfC5N9XWvdPNilaD+oFxO\nsy9HSPaJbBV09gYB0ySwVv2Vt9/FaMNgMvepp1qzF4m0lY49VHf6jmHo6HzTijY0\ntgUZCh7sazCzjRtp5Wz3V1xoVWfJgaPMKUEhQBTbW4b4Wk+4RBcG2Qxsv3YPpCQA\nZF3u3aBveRqRIjk6M2ftW1eidhcB6pSuB3Z+D0WKqpswJNLyxXpLmgtzaCPA9NnN\nkmZMfoNlPWOIh/TGxvkz4G+Mev+XFjW3LACtub7V599Viw+z8Cz7jBbX3Om2ysI4\nDlLZotw7EY/4lvNiFIn0tmoHLEH8DyOLfXpt0YVAEl5JFkk0AEnJvAQjwwe2x/6x\naHVHg38hD5t0LY1IzJXOAcBnrO0yc4mfxp1tQh69mTkDx1qwA5xQfgnOzSiRwP72\nEY+Vl1ch5s0AYWAjabu9xtUCAwEAAQ==\n-----END PUBLIC KEY-----\n',NULL,'','http://friendica.local/dfrn_request/friendica2','http://friendica.local/dfrn_notify/friendica2','http://friendica.local/dfrn_poll/friendica2','http://friendica.local/dfrn_confirm/friendica2','http://friendica.local/poco/friendica2',0,0,0,0,'','0001-01-01 00:00:00','2017-09-07 09:16:42','0001-01-01 00:00:00','2017-09-07 08:58:34','2017-09-07 08:58:34','2017-09-07 09:16:42','0001-01-01 00:00:00','2017-09-07 09:16:42',0,0,0,1,0,0,0,1,0,0,0,NULL,99,NULL,0,'2018','0001-01-01',0,0,NULL),(9,4,'2017-09-07 09:04:38',0,0,3,1,'dfrn','friendica1','friendica1','','','','','','','http://friendica.local/photo/4b7db531ad1920a7cb8fb76aed46ddd9-4.jpg?ts=1504775575','http://friendica.local/photo/adef541d0f334352940ad40251e15158-4.jpg?ts=1504775869','http://friendica.local/photo/adef541d0f334352940ad40251e15158-5.jpg?ts=1504775869','http://friendica.local/photo/adef541d0f334352940ad40251e15158-6.jpg?ts=1504775869','-----BEGIN PUBLIC KEY-----\nMIICIjANBgkqhkiG9w0BAQEFAAOCAg8AMIICCgKCAgEAzNeTX2GGZAqTecUeOPNq\n+uFCfBuN4g6xKTkBlUDeVCLp2N3uVJq+TSjmoau8MpY3jCD2Nqn5KsMPh8XJV2s6\nb1kSjmVdpr4EeBXPyvi3asCcgmqi2IeoK/ihVGP9IrrYh8zwzVY9wW1/TPcC4N4W\nCcmeFTO08CSJh2P8ROq6irU0ndbmqfmFSs5uZ7UcEKUzkgSSPTxq5x3O7xSfTbOZ\nPNhSn3r5buSOd46KyWaBIJ2KgFNoY2AGJqbzZTZmJZB/qelrONtJ6XDnDI9GNQBI\nyL9935Scmo9WrXeZcqXNW3yI97s1tH27pCxhsyy5xqzEYfAPwPFry4gbO+wSGcNm\nFYfbCM19uPvJyN6TEgFNZD5401Pl8LQaVkSAnV9LQPzn/54CJYQb6KlE0rymROyQ\nvKPUZmEkw6ZnVJIF5pjxu6bGGPdv3xmBH6Xnmi0hhNA2AEDbv6wDrLZYLUCTSSqq\nhW8WK3HylsP9dqNT+a3X9l9dG7vqmRevGcbBQDDZPOKjkJkAa8IgIlk3UIWs3bYY\nST0VUtjRpsoLo3XmdYtY5qXxjGjtEy7NjRErlT31WoMzxcLhLwxKGWQz/xMC9OXe\np+uoyVUOd3U/Jvz6vpW9k5ua417IrF9XaxtcKvhp69m16br8JkMuKWvdGomWDXxA\nG1cAbsHJN6JJEU/3Vo35sh0CAwEAAQ==\n-----END PUBLIC KEY-----\n','5f8ea3ac413c8f14f7181e844d0ccede4baa4dc3d7ba126353f6d8b8205563ae','','http://friendica.local/profile/friendica1','http://friendica.local/profile/friendica1','friendica1@friendica.local','',NULL,'-----BEGIN PRIVATE KEY-----\nMIIJQwIBADANBgkqhkiG9w0BAQEFAASCCS0wggkpAgEAAoICAQC0RYY6VyN0YlSS\ny4ZbymJw/1NKR1/oGa/ZJTX6DHKQ6DHwyWmfi85Ls28OV3LDK3fi/MhJzerWsb+8\nPNVOqrfzd0HTaHCfo+0+OGsAJLTBHdvwpV4xhuCLen/R/6i5XZ7BPNH89lfia5wU\n5SQciWjHq2Ek1uxmfYA+t82mY4dXZjXWZCM+rHb/L2Qg3kee1nrFxv3LpVnz5ncu\nZAJP0u0yfphmKP9MgbvAAZKHl3C4K3jEESXmzU3HZSPlu+dD/63VxiXSxbEnFhmo\nuCbitNbJm7wyo2w7tkL4s1ku9vJ3Db1kaqN8TBH9O+wusGYtTuvSYq+p92bk68c+\nMRKc0qCP8YpZzWMmaRd0bdfVn/uB0IXoUqskdcmCFNfxZFeJT0kHYG6IAgvSrqy2\nLBKukgkNm+AHvJIFKVadrJyDqU15hrvZiMGys13albu//mnoGdL0zcVePtVPzcsK\nYc58P/9rkJv02UONSYW8avUzvvaW91lvQ7MFVJFOvODpbL9bQc+Zbr2hqNSjwpRy\nIVk0VRVejqbp04qFgToqzLYA1AzFBmquJGd8Ie4uTiYKcxqtt09FcPYFI03u6EQ7\ncLgyktrUMYTrAkV6V48bMl2ehtZmhoAvzndQqu7ZjSczyR41oJemCDgjItQL1kwo\n4ki+/OOdZ0uDJCguYNijJVq1vxS5GQIDAQABAoICAQCO9swanFyLwiecOzgUt44W\nWwas06nloelpZi9GXHTHIr3oXXMcin1SX7zlPMjQqzpqk1or3dgt581M9VmdB5rW\nxG85v4wBrrlJLOj+th17QbjZQexPjs2pD78qxXwDdZGfYiKOYLcV441mrMpUr0yf\nfPSPiLr2FPWNx6qaGDiPQYnUupmQ7Kl6exUHVACsoR/Ala1UwY9y9AT0j2+d6oMe\nFnO6IS1GeWRyQ0z3p0xHYoJly8upHIxgY39yg/BGZxBvhrMcUpfJjadPvKtqA0yL\nmqxH5H7DZCn8ng9ORZ3IeOcIKeH5g0KI9+q4pECEEiDHOmhhfMjnJ21djwFZyVh3\nOpL7aeVVFvQOl2wJyvw+c+ohGIqqn9eLlWZh79FMX/6X8ux9WqER0Djj+aBjECr3\n/dC7fA4ZyA8ozww4hy+IW5RSjA2kEyRGa97kKUN3taFM81RBEf6kzRyVAwU/OTfr\nr8A8IT7JE1fr+gAktSkw3KZG1O3wSjp3FTjM8St6PlDorrki/+L3Rs15Cc9HMZ9B\nAvaLIPwuWysOuq9tkagwgJTFCwHPAQWu+1QfQdjJf9I/cIdiN7bpsDaV0b0HAf8f\nx1M+WPf/YDxELiay3XDt3e3JCNI/hFhVTjyw+4DZ+dgn+9Giq7+7Ks79w08Nar6i\npnUvtFUT4MLcHeTAYocg2QKCAQEA3NmtC7CroWFWgeedjIEUPHJv2AEHDH0YR4/D\nUD271Jk4HeyL2dprBmlWAinK29ucWodbmbmfGCLFUFrlnYuLMKFEyJtjzkAQrPkb\n8ud2xOQ7QATLEC9Romq/6nNi9mWYeKpUmfl8GH7edxI/QigqF1of7ECPNOLjWahi\nGBC6aVx1UV0NZ1FpqkoQc3aqsrGdZZsWnn3KXO0bxhl0Z/EWgqGukhFU5aYmUddU\nSMJt5rQj54A54jk7QcMjZVGVm081BbRsiqwxFR7m+XF/05crddpTr4pi4TgLT7j1\netViO0b8TL01Wtdy7Wem3H3mHByohDMcG26nOYzsBVSkBQveOwKCAQEA0PaCWm87\nNa7l9dDd7wTq0wMBJlShnsJsFSparGHuajYC2i7C/tsT5aRMp/FRkXFTTdqK6hXe\nyBLFU7rlZnTFDgoytfZzdVWd7uuuJDzSAT4cn3fpUZ8DrWnWAjwvVPkmJkwZT0hw\nrWlXfF9mdUVRXx6wK/hzJd00pYx4CD7cYGigA3rLUYLMMAIdZSSal+z1DgRbglMy\n9C5upER1e8/bbpHLc17SeQKIJKRnOpbEd2znTat9D5BTbesXZIyGumEgFIV9UEWF\nT4CpwOb+Cwz5UxXVEwTikIyL1L5EfccAPopkJPouww8m+DDIML0zKgeQHXGumD3C\nCMD36XRNK/HsuwKCAQAxsEPvwmMLHxRQi+T1jMEZzIF/btPAKpEA4MaH0ivlbEek\n6+iXLj4wJhj0yaRbjPCDqbqhPpMd4gzUxG6u4IuDeHU6UUPGTsGxuSZho1Qkflka\nUTnCvXK3gR8Gx8k3OKpyU5hPQEN8W2cAETnsT48Qy/UsuWW+92FBddIEKhdWxzea\nA76VRUrpxlonMEa9h5qrFpajOBgEilBaZLW9ARAYefoF4SJhvN0YQsMyz5PceSEu\n37mmPUwowpe/HvjzBYIfc3WMSauNXfOHodKpr3RWwrVbZF5U38AjwrBwX3wHbDQt\nq9BKTPkNkumG6EiSgJwlij5DqcSz/RHJLT7t57qrAoIBAQCci2BCcbwQzpMWYcAx\n1SQ6qrCMz7A4qHyiKpW9OKyMwyPF4mxQ0z0Ht9t5oW6zIAwBcizJi1LX3kAYJxa+\nd9I8X2V4LkZ264oiuEtAeJP3PFnjGckgTZlKq9QY3o+y/+gVnsMDQ0iukRFqamnu\nhtyb/viKKFnTTvGm6CHwQ2+Dhj4B/VceHHftq1fsMszh7jHzq04Gx1+P0M0woNzG\nwYQpRG3/Y1UYNM5bbRKssNBEi8CIzmUlaMEnwoxG1oQEUsjettaXcU2ars/9ZM+C\n5dhO5zc2RV2aXsBOw6+57oB/WdwGW6r2lH5kRt9irAsNfJb5h/X9tZ6MQkw3h9pc\nhqQLAoIBAE2IAyVYtcHezSUsZKfQcBB8dYKdSbbvE0GyUA/cdP3TQSAYzwgdL20K\nO9TyFdOaS+a3JgujPkd+lkEG8iTQjX0P5RWsEd8+ByxWXuamGMrb6I89dkV3ch4g\nWxEEV64tCry+/ieOnUbB0T14RV0m+ou3Ryfr8WzB0TwnxufbAZwrmT5H8E4eEM0n\nSEp9nPXPCGIdANCVAPuRj/N7ZCEjJSSevA/1Dbp7FRml5t9rdYyMAhlhhXxnYe4S\nKsPpGOhMVRel1St2g7wDsaWOCxFcGKQh7MtM9LBIgW6pZZB+Rq/eJ0yehZEy6LCL\nhxEQjbHHQD7pAUfTHYLxTsa8jTmE59I=\n-----END PRIVATE KEY-----\n','','http://friendica.local/dfrn_request/friendica1','http://friendica.local/dfrn_notify/friendica1','http://friendica.local/dfrn_poll/friendica1','http://friendica.local/dfrn_confirm/friendica1','',0,0,0,0,'','0001-01-01 00:00:00','0001-01-01 00:00:00','0001-01-01 00:00:00','2017-09-07 08:56:53','2017-09-07 09:12:55','2017-09-07 09:17:49','0001-01-01 00:00:00','0001-01-01 00:00:00',0,0,0,1,0,0,0,1,0,0,0,NULL,99,NULL,0,'2018','0001-01-01',0,0,NULL),(10,2,'2017-09-07 09:04:38',0,0,3,1,'dfrn','friendica3','friendica3','','','','','','','http://friendica.local/photo/profile/4.jpg','http://friendica.local/photo/01ff45af20fe4c6fb230e6fc773f3ef8-4.jpg?ts=1504775904','http://friendica.local/photo/01ff45af20fe4c6fb230e6fc773f3ef8-5.jpg?ts=1504775904','http://friendica.local/photo/01ff45af20fe4c6fb230e6fc773f3ef8-6.jpg?ts=1504775904','-----BEGIN PUBLIC KEY-----\nMIICIjANBgkqhkiG9w0BAQEFAAOCAg8AMIICCgKCAgEAwIuhjeg03GoOuSYqulsa\nvd/spvniwjaYZhCJYTHgOM4ak9qG8SwPhguSBMqZS3baHEcZtYcYsu5vSQAO/zCB\niK8yefV8LguBhoNw36p/hoQ4TdApOH3cjKAJoaxZSJw0oa50ebCSbh23chRHESbv\nlvfGXq0Pmk060VcLf6h00Iivg/BFNmDfEqrVmgpl0G1PIOatNJ5QdEpCP0E5Bg/H\nvnqvBgpkVAZkKA4xY5rw6pB2NofK74gaeNklnVFqAwaQZUrBv+z1C7h3NQ5YRees\nuspiwZVyFy95xm+kGlKq6GJ7WPQi1mKSJisHLxh9uI7ylgIyRWi/GRA2NBLb15tJ\nL9PpyWEbKhEX/zCUQbos6cFC3+jgiJoYIIa5pOYU0Ekf5AcyF3dFsbcWGObn++wv\nk+5dIK/un+1KOv7X3e/bAnkVCHHjzWAzURQkvb0fwFVzw80ioP4L4V+mvw4jxh+x\ndpPBQmqgCglqE2cpCB4gAcYPlXICBC18YcUYOkYIlgz2WuslcJCnrHO6K5q6lAn3\nNqEI/LmJDrq3hbu96k8d/0zCMNO+u3xPIhDcQ6ZzyhZmVDTpVGFiJ7Yhtfih3ASC\nZqWowoSq5onVWLCsj4QquNCIvJK1NLrkrr6rxD4DbCzW7XbZkenuHumh3HoFb5Lc\nRN6UJNHe/4FNNUzcAVBgEe0CAwEAAQ==\n-----END PUBLIC KEY-----\n','','5f8ea3ac413c8f14f7181e844d0ccede4baa4dc3d7ba126353f6d8b8205563ae','http://friendica.local/profile/friendica3','http://friendica.local/profile/friendica3','friendica3@friendica.local','','-----BEGIN PUBLIC KEY-----\nMIICIjANBgkqhkiG9w0BAQEFAAOCAg8AMIICCgKCAgEAtEWGOlcjdGJUksuGW8pi\ncP9TSkdf6Bmv2SU1+gxykOgx8Mlpn4vOS7NvDldywyt34vzISc3q1rG/vDzVTqq3\n83dB02hwn6PtPjhrACS0wR3b8KVeMYbgi3p/0f+ouV2ewTzR/PZX4mucFOUkHIlo\nx6thJNbsZn2APrfNpmOHV2Y11mQjPqx2/y9kIN5HntZ6xcb9y6VZ8+Z3LmQCT9Lt\nMn6YZij/TIG7wAGSh5dwuCt4xBEl5s1Nx2Uj5bvnQ/+t1cYl0sWxJxYZqLgm4rTW\nyZu8MqNsO7ZC+LNZLvbydw29ZGqjfEwR/TvsLrBmLU7r0mKvqfdm5OvHPjESnNKg\nj/GKWc1jJmkXdG3X1Z/7gdCF6FKrJHXJghTX8WRXiU9JB2BuiAIL0q6stiwSrpIJ\nDZvgB7ySBSlWnaycg6lNeYa72YjBsrNd2pW7v/5p6BnS9M3FXj7VT83LCmHOfD//\na5Cb9NlDjUmFvGr1M772lvdZb0OzBVSRTrzg6Wy/W0HPmW69oajUo8KUciFZNFUV\nXo6m6dOKhYE6Ksy2ANQMxQZqriRnfCHuLk4mCnMarbdPRXD2BSNN7uhEO3C4MpLa\n1DGE6wJFelePGzJdnobWZoaAL853UKru2Y0nM8keNaCXpgg4IyLUC9ZMKOJIvvzj\nnWdLgyQoLmDYoyVatb8UuRkCAwEAAQ==\n-----END PUBLIC KEY-----\n',NULL,'','http://friendica.local/dfrn_request/friendica3','http://friendica.local/dfrn_notify/friendica3','http://friendica.local/dfrn_poll/friendica3','http://friendica.local/dfrn_confirm/friendica3','http://friendica.local/poco/friendica3',0,0,0,0,'','0001-01-01 00:00:00','0001-01-01 00:00:00','0001-01-01 00:00:00','2017-09-07 08:59:16','2017-09-07 08:59:16','2017-09-07 09:18:24','0001-01-01 00:00:00','0001-01-01 00:00:00',0,0,0,1,0,0,0,1,0,0,0,NULL,99,NULL,0,'2018','0001-01-01',0,0,NULL),(11,5,'2017-09-07 09:04:53',0,0,3,1,'dfrn','friendica1','friendica1','','','','','','','http://friendica.local/photo/4b7db531ad1920a7cb8fb76aed46ddd9-4.jpg?ts=1504775575','http://friendica.local/photo/01ebf2eb957e5aef5463ba5ae6510ef5-4.jpg?ts=1504775948','http://friendica.local/photo/01ebf2eb957e5aef5463ba5ae6510ef5-5.jpg?ts=1504775948','http://friendica.local/photo/01ebf2eb957e5aef5463ba5ae6510ef5-6.jpg?ts=1504775948','-----BEGIN PUBLIC KEY-----\nMIICIjANBgkqhkiG9w0BAQEFAAOCAg8AMIICCgKCAgEAzNeTX2GGZAqTecUeOPNq\n+uFCfBuN4g6xKTkBlUDeVCLp2N3uVJq+TSjmoau8MpY3jCD2Nqn5KsMPh8XJV2s6\nb1kSjmVdpr4EeBXPyvi3asCcgmqi2IeoK/ihVGP9IrrYh8zwzVY9wW1/TPcC4N4W\nCcmeFTO08CSJh2P8ROq6irU0ndbmqfmFSs5uZ7UcEKUzkgSSPTxq5x3O7xSfTbOZ\nPNhSn3r5buSOd46KyWaBIJ2KgFNoY2AGJqbzZTZmJZB/qelrONtJ6XDnDI9GNQBI\nyL9935Scmo9WrXeZcqXNW3yI97s1tH27pCxhsyy5xqzEYfAPwPFry4gbO+wSGcNm\nFYfbCM19uPvJyN6TEgFNZD5401Pl8LQaVkSAnV9LQPzn/54CJYQb6KlE0rymROyQ\nvKPUZmEkw6ZnVJIF5pjxu6bGGPdv3xmBH6Xnmi0hhNA2AEDbv6wDrLZYLUCTSSqq\nhW8WK3HylsP9dqNT+a3X9l9dG7vqmRevGcbBQDDZPOKjkJkAa8IgIlk3UIWs3bYY\nST0VUtjRpsoLo3XmdYtY5qXxjGjtEy7NjRErlT31WoMzxcLhLwxKGWQz/xMC9OXe\np+uoyVUOd3U/Jvz6vpW9k5ua417IrF9XaxtcKvhp69m16br8JkMuKWvdGomWDXxA\nG1cAbsHJN6JJEU/3Vo35sh0CAwEAAQ==\n-----END PUBLIC KEY-----\n','0997345dcbd619bdf939118195406a677ade32f3025e6a6ad315a1c031988a38','','http://friendica.local/profile/friendica1','http://friendica.local/profile/friendica1','friendica1@friendica.local','',NULL,'-----BEGIN PRIVATE KEY-----\nMIIJRQIBADANBgkqhkiG9w0BAQEFAASCCS8wggkrAgEAAoICAQDhFhp7XnY4N5J0\n/vBCUF8+TKQ4OmXAHer6KRlKYd3t6HZDkINzwJagd6EqLvCzMQbvEdR6MXt9w0Zs\nrCeODQ8r2Acr/zKL5MUSBdV2sDdZa4YCSu3HLZQ6f6e8IEJRiuys/s6dpG2oXjf7\nAeorqImHvt+8qdZ87HTPjmh35bwbN9NZU61VGK/WEQw4ZPUmfuKhQk4xgs37jPyu\nXew/X6YbVNuqAI8uK3m9Kex7jq1eSRwg+oQf0OAtS6aD+JDxqNtW+v2F2FHUWVur\n8VNpwqgxT7jrqckAzmz5y7olhomaXM7cIStOiCjHqLrhJca3jNfcq4EvbgYVdTEj\n7DBIb3e04HZPVgURKQpEgxWj4oh0yMkpXrh/9vbcAjJOeTDDj87gs3xLSvsr6d3v\nujDSxSA+nxxZzTSn4N/aFxirELH4vSDVTv7+VxYY+06sI0av4DIT3DiHQdDno3/P\nxCOMD230i3POnjpP+5KzRpDdqLW56Oixst/CnH7p9eU3DGU1FjPKaQNwTKkBt/Fj\n0TpbzyBZ9O3EOZG81BEqAOBGa2+hQX2PVDzkGGuJ2lq4UPhblN44jH+W48343+/e\nZKaBKrEw5GtFUX/qUXGmqFMPiWIhSxwWiK/eYMXTDOcF1I7/fUgpfHmeyz+FnP4S\nqKjlLFMSl3RCAhmyRy7UjCsR/qhTqwIDAQABAoICAQDUb+Yile8B9AE4hvz/uZeK\n1w8POp6aCiKiZHPILkIlrocgEZ7fet8vKHlltNPca+Ndc/iUM2uYMNug6YKToWO2\nP7fVIJD2U75j2jm0QXCb5s2eEFYG7M+/vofzGIc/Kt1iEUO0qWINzI8NSqtW9USI\nZ/AGwkz7rrg4xPF4Z8136uKApmcrr5cVdRWRjEeMQ6lmBYyDUi9SwagicebtkTrX\nBOols01vh/zoOk9F9k1OdbYksgxNcviCB6prWAiE7JfHqi/pSVdCEexhhezyHpRb\npiCj26UoK6vSvyM7E5V/qSRbwrp67it+9ZMbuGmrBzUcwom02CTJz8fHXb3cP8g7\nmse2kmTsITTNnMTpgolhynZ5yPASCYVLLqAbtipOzkuoIotJaA7EiKQDnlk5RsDe\n4sBFr6aBuCB/KMwNvo3oK8aviLoUb/s0l1o8v6qELn7L9n/RhF0TqjkXhh1IjJfX\nS3qtmjuynh++RIUOWb5CPHstfuo3Sf6wMi68XVr0rUkpMEvUZNp+UiVbJeP5ayc8\n3MK/JQQqkfFoTbFmHxBO5pCBgQ6ZX3tT0jIDjHLM03Eq8acSILWYkgS+YMmlD1js\nT3jwgLqP6Jgeto6iJwR4BHKaOkTHw4qU7GTLxrXKBSQZd8oA+Eym5tlnr/U9tHya\n6BF4O0PO/xu5k1qWvZIVIQKCAQEA/tyUPaeOoG4xyTR/50Vkx8RBmJdETAfuOYeT\nZoUMeYBKDPBpd+X2CGf4GubFOZmRSK5STRtnBmX2koh/M+q7DatX9oZVwbvsvqTB\n3FpmAyXr5qNkr/q2MYtvEmJMU+9htJe9BhRzKXB0bCEAFhFJFpYyRRxhEqFeMiPZ\ntU5SL+wsrVw3x/MHgidapl53LsprPpiWh+s8cJ3iTckbkOo3PEzvyqk2A0Z/OmTG\n58GbKmKneID8cSgcbTkjHltzHKNCdZQZnuat8qTtvU1STefD5xDNgHKasmdeufR1\n7R3+NIzX6laJBlXC2GDw3ECq68nEUycm4785pIpNg8YOIFC/AwKCAQEA4hd6VuND\nx+u7o8J4lrPXxnIxY4DZ8+1193AkDDsR9sSAIGLb17N1VsKCPrYmrP/6WGUjLC4S\n8Yc6EiVQaeEDpxp0tut6395HvbDcDn1adK4Uaz2bq2lxRrnffCeD8sD35P9xSZJr\nUdjBeNbPVQWNl182UizgrDNog+X9k6acAnDPw8tKoHp3FSsvI8KsmWE7NIR11XZC\n+hGe1TY5vjXK31KT05PrFF86Mqw9ntv5g3bhSMOPduU6kuQ5LZwCkd/knTkHL8zt\nMNFYFZrZIQ/NtIYyKF5dvu5Q/+iBEp50PSz95toMi/cQ71/XwAUjaDv2dsaztliC\nJHcDvwvmBvtEOQKCAQEAnmw68cBQFkWpSOsLfpVSOiMyq0mMOL7NRJGT/KxDvtsS\nLMzcop0dvMf0H7THcDCXcNh7bFbWSdHj3d5fQ8RrlemmeiWy9QR9+1uq7fB7bQWL\niAiVNBbiXhXQa1sTGzG4SGvyIe9gTqgKlpRE23LPPe0LPo6PgOcyCHTkhaEz0Xo7\no1+phO77Adq4rKYX68wDshtjpwWAwnhCDhwuuHv+7crdW9qnKo4N1ByEz9c3Preo\nZm23fhdy5CoaPGqYOXr6euAetPmrsyL2bS+9M5QX4HA/bdLPeoprBaiCDW0RcVUD\nejVkY723qo1H64F/PaZkFVRHBlb929vkpz7b1RacRQKCAQEAzZij+5c27/oB6+zQ\nU9q/AQqetulZSWRKvfQQE78zmr8d9FVxrTjYH0lJv1VM3kz4jqGJ1ocfWtuphw6/\njUi9VZvNPvnsBt/PRUQrGFINi8UxdEPV544/IB2uiOw2JO4tfuR7VHf9d7QwW36b\nk6k1FM3US+3bcTxecnMWoMoFXILRrC6VclFrMKjQeShyZBfzCtLZhH/CcDzNvv1M\njRfFoEcrfl8oiqH9/k56ypcm0tGsE8siDvBsz18ST9Nq0tRSxFYzntgvaRE1lI/3\nmwUP/nV57xPBE/sLVWtM1G2bLnZXfTIT7sOBduwk+cyyYfsFKQWQLuVVk2tW0Mg1\nKWwcoQKCAQEA/V34b1Eeh7i2zI9w168F7iGxuPfHEnlTqN6o/A76/TdF44LScHmH\n5y9Xqj+fLluWqnjxyW6bwlODEDLbHVrlGdeIQKC98Hg/Q48wKZN7aRdynC/DCM2Z\nEiblj3WliCILU1hmpId5Ffio9ZcDSr7f5o4Q9mwI5b7cO+VqcnmDNubOD2Da+c0m\n5AQmvqdPSqpbMUxmZA/UMiC2yXWT3R08c64m2OniKMTWXEa5c9P8hQBOkJojwYbp\nZzdrYgAX/aThAVAktzKr+NgKhuvqvCPfj2Iv0sLXRjHbR0vWOaq4zn6Pm3TMUY3Y\nhKYXLntnZi2ifmt+9Y2ZFfPU6T7Cdu5F+Q==\n-----END PRIVATE KEY-----\n','','http://friendica.local/dfrn_request/friendica1','http://friendica.local/dfrn_notify/friendica1','http://friendica.local/dfrn_poll/friendica1','http://friendica.local/dfrn_confirm/friendica1','',0,0,0,0,'','0001-01-01 00:00:00','0001-01-01 00:00:00','0001-01-01 00:00:00','2017-09-07 08:56:53','2017-09-07 09:12:55','2017-09-07 09:19:08','0001-01-01 00:00:00','0001-01-01 00:00:00',0,0,0,1,0,0,0,1,0,0,0,NULL,99,NULL,0,'2018','0001-01-01',0,0,NULL),(12,2,'2017-09-07 09:04:53',0,0,3,1,'dfrn','friendica4','friendica4','',NULL,NULL,'','','','http://friendica.local/photo/15048d33e71544a25a6dd13bb081c78f-4.jpg?ts=1504775545','http://friendica.local/photo/777ac66400f3fef5ff42189840387ede-4.jpg?ts=1504775585','http://friendica.local/photo/777ac66400f3fef5ff42189840387ede-5.jpg?ts=1504775585','http://friendica.local/photo/777ac66400f3fef5ff42189840387ede-6.jpg?ts=1504775585','-----BEGIN PUBLIC KEY-----\nMIICIjANBgkqhkiG9w0BAQEFAAOCAg8AMIICCgKCAgEAxAJ+t/FrD0sHO2ecwsoH\nmOst2aPHca5n4UEIpr2ZTl26WN1AbcNo9wahDHXG7pE50GQwvmnnTIlVDLAsBC23\n8sTSpGXrIC8L7YiyDeu3piBp/w4jy8JQrbXn4L8IQbnmi6nDCSr1szXjBcvdPPKK\nrCFgYJ4hjEkSp/wJcKZ1mlRTwtofWZHUMu3NsP2146wRj0roydFVkWGrfsH8grUO\nqMktmpCUOQNsOIAN8b6vQiYQQoamGWjV8wXO3W0fRhQ5Yjko19j1t+O1Jvy2CMhn\nRY2wiGZ91ZSfl8VNLrz38JyeR0cz7YJeNYzOggB1AjEzLhKtqw7zkyW8Qg1Kfo85\ndagFPZ5sQZ8R4nus7xabICMG/qJPL23/1tyenxqkVP0iDIhLo/f0uuG4riNOJZtf\nPYPT6sxSlqxbznuLQr1fYnjFyEnFtJpzuAuvybshT5QLyKntcGap67fWoj/7SrA4\n8T5RCdYHDacMdKEC1SDwpokpgWhWaRkUxJ5F0Q5Jpyvhui/UkxkevDWv5373pgVz\ngaZlxRKYKABWiJkQH9FPAdsr4nUVErl/zvI0+9GuzK/EJ5ToVs8bF98Jb4Y3o2pm\nNtPL1ao9r0ug/3F7RHTLs1tp0Bdm/Gxk/RJf4j6gKgAw9WcdHzkxcvikhAY43zMe\n5qExQo663i3hzw4v3p94i+sCAwEAAQ==\n-----END PUBLIC KEY-----\n','','0997345dcbd619bdf939118195406a677ade32f3025e6a6ad315a1c031988a38','http://friendica.local/profile/friendica4','http://friendica.local/profile/friendica4','','','-----BEGIN PUBLIC KEY-----\nMIICIjANBgkqhkiG9w0BAQEFAAOCAg8AMIICCgKCAgEA4RYae152ODeSdP7wQlBf\nPkykODplwB3q+ikZSmHd7eh2Q5CDc8CWoHehKi7wszEG7xHUejF7fcNGbKwnjg0P\nK9gHK/8yi+TFEgXVdrA3WWuGAkrtxy2UOn+nvCBCUYrsrP7OnaRtqF43+wHqK6iJ\nh77fvKnWfOx0z45od+W8GzfTWVOtVRiv1hEMOGT1Jn7ioUJOMYLN+4z8rl3sP1+m\nG1TbqgCPLit5vSnse46tXkkcIPqEH9DgLUumg/iQ8ajbVvr9hdhR1Flbq/FTacKo\nMU+466nJAM5s+cu6JYaJmlzO3CErTogox6i64SXGt4zX3KuBL24GFXUxI+wwSG93\ntOB2T1YFESkKRIMVo+KIdMjJKV64f/b23AIyTnkww4/O4LN8S0r7K+nd77ow0sUg\nPp8cWc00p+Df2hcYqxCx+L0g1U7+/lcWGPtOrCNGr+AyE9w4h0HQ56N/z8QjjA9t\n9Itzzp46T/uSs0aQ3ai1uejosbLfwpx+6fXlNwxlNRYzymkDcEypAbfxY9E6W88g\nWfTtxDmRvNQRKgDgRmtvoUF9j1Q85BhridpauFD4W5TeOIx/luPN+N/v3mSmgSqx\nMORrRVF/6lFxpqhTD4liIUscFoiv3mDF0wznBdSO/31IKXx5nss/hZz+Eqio5SxT\nEpd0QgIZskcu1IwrEf6oU6sCAwEAAQ==\n-----END PUBLIC KEY-----\n',NULL,'','http://friendica.local/dfrn_request/friendica4','http://friendica.local/dfrn_notify/friendica4','http://friendica.local/dfrn_poll/friendica4','http://friendica.local/dfrn_confirm/friendica4','http://friendica.local/poco/friendica4',0,0,0,0,'','0001-01-01 00:00:00','0001-01-01 00:00:00','0001-01-01 00:00:00','2017-09-07 09:11:20','2017-09-07 09:11:20','2017-09-07 09:13:05','0001-01-01 00:00:00','0001-01-01 00:00:00',0,0,0,0,0,0,0,0,0,0,0,NULL,99,NULL,0,'','0001-01-01',0,0,NULL),(13,6,'2017-09-07 09:05:08',0,0,3,1,'dfrn','friendica1','friendica1','','','','','','','http://friendica.local/photo/4b7db531ad1920a7cb8fb76aed46ddd9-4.jpg?ts=1504775575','http://friendica.local/photo/f958f83dd2af4c30b30045dfc6ff0718-4.jpg?ts=1504775869','http://friendica.local/photo/f958f83dd2af4c30b30045dfc6ff0718-5.jpg?ts=1504775869','http://friendica.local/photo/f958f83dd2af4c30b30045dfc6ff0718-6.jpg?ts=1504775869','-----BEGIN PUBLIC KEY-----\nMIICIjANBgkqhkiG9w0BAQEFAAOCAg8AMIICCgKCAgEAzNeTX2GGZAqTecUeOPNq\n+uFCfBuN4g6xKTkBlUDeVCLp2N3uVJq+TSjmoau8MpY3jCD2Nqn5KsMPh8XJV2s6\nb1kSjmVdpr4EeBXPyvi3asCcgmqi2IeoK/ihVGP9IrrYh8zwzVY9wW1/TPcC4N4W\nCcmeFTO08CSJh2P8ROq6irU0ndbmqfmFSs5uZ7UcEKUzkgSSPTxq5x3O7xSfTbOZ\nPNhSn3r5buSOd46KyWaBIJ2KgFNoY2AGJqbzZTZmJZB/qelrONtJ6XDnDI9GNQBI\nyL9935Scmo9WrXeZcqXNW3yI97s1tH27pCxhsyy5xqzEYfAPwPFry4gbO+wSGcNm\nFYfbCM19uPvJyN6TEgFNZD5401Pl8LQaVkSAnV9LQPzn/54CJYQb6KlE0rymROyQ\nvKPUZmEkw6ZnVJIF5pjxu6bGGPdv3xmBH6Xnmi0hhNA2AEDbv6wDrLZYLUCTSSqq\nhW8WK3HylsP9dqNT+a3X9l9dG7vqmRevGcbBQDDZPOKjkJkAa8IgIlk3UIWs3bYY\nST0VUtjRpsoLo3XmdYtY5qXxjGjtEy7NjRErlT31WoMzxcLhLwxKGWQz/xMC9OXe\np+uoyVUOd3U/Jvz6vpW9k5ua417IrF9XaxtcKvhp69m16br8JkMuKWvdGomWDXxA\nG1cAbsHJN6JJEU/3Vo35sh0CAwEAAQ==\n-----END PUBLIC KEY-----\n','b131df195ce498422ad8e308cab463756662cce5372c6437f78edee801599598','','http://friendica.local/profile/friendica1','http://friendica.local/profile/friendica1','friendica1@friendica.local','',NULL,'-----BEGIN PRIVATE KEY-----\nMIIJQwIBADANBgkqhkiG9w0BAQEFAASCCS0wggkpAgEAAoICAQDI72Z1FLvDtXqd\nOSvJ+IRPi4ji+gk3q1qVhyYE1NVe9lwGGEvBEMsq6Flw9AQEys7tzWuD9Orn5p7b\nmVnWb47rFyy3Q0ZAqADhFDHO6sx9Slm9OurCvkGAHfCxYjX+a9TwDXmETiltw0A1\nedOLftBLxRe/hMNoE9rM6daqpKdRrBqDhhKng8AE+PbrwZD4dhOQNOhgvj1kbRCd\nE9RHdK3wrKVBQ9ZNm75WMgBjSbDSUupLrcBBeDXD0Htn5+Ox9Z2gY5aDYJyemwoT\nuKssxgaALHe7WnQ3K2Buvol1oaFyCQDk71WwCLt0bvzi3VjlJGcerTI5cenqX542\nCrbALRftr6j5vztQPg9/1aJqEBBFHzg9Vedyx6eJkZ+GM4AHQe2xPSWG67E3zOnP\nYpXCQ/ountJWb3cnQnVIGxn14V1JK8s9yUJ1KiaTqKB/lHCCqkl/fceeBhcKKfZx\nlUKiMbqzGT8zfli/hBCQSZDEj7CVLo8ZeqmZMpVi/9jRvS4DDA3fIbsAdq4y/wOZ\nCxla9mr77SkSJrgQOd4hcQN5EDifSbCcSKY2exBxr90/xE0Nq3oPa+kd2oLUU4ej\nITVt3YXO1m9RFmsuxISjpcfcMvtLKT+OfLl377K/hDeRphB6ka9UM8GO0XPvle5D\n3Z2hT6ZYeb96ob8J8nz01JedoazxiwIDAQABAoICACq2UPY0WRFqA01meLtvG1j5\nVTjCY7E0uIWue9NtFoogHkGhaoD4u+c8Cr8q76vBHKmKD/+10TVIXZ5ag7FEd4Hb\npEK0hzt5Ou6dZ1UPrjY31smVu493995u/toGAWo6q8H3a0xHfSD67ywu4Fv3sflZ\nRQoOA6edCNakImCVrYd76QrqNg7rv6aO8ZX9yH44Q0JVLMxbxBsT4AMz0tz5nXva\nhypPbD+FCrmx2UlBwdeDjpBVt9dy4SLlr0XQEiOjDUWpxbXZlJFWbZbxm1liIsGe\nMjleKfQMQWxpDjk2CWZ/KXSAt5s6z/YZHaJv4NScn1rzAAkcANg0SSI9tsk1DK+2\nLkyk3S3Ihs7eyjvt+r/cVz0mKi3nHrNoizNyOfxclh8XHbwAAJtoKtqZTfNAbvGZ\nw81Px34l4PCUP6AI4W9Q9aMwY6p1eqwId7MXZcuSQDXBZ5Fl1+FjS16CT3B57k+2\nIKqjWt+gqvKLNFmzOfx9dpMrOiNfjJq9BvEj4fjkbdr+R9gyFRQ1jWAJ/rLL9dAG\niY/1an9uUWOFVxrlD0t8LNubBSFtdxivQExwQDNisUbnaArL+HVQOS9BcAuPwn1j\n3he3qzJeZe0Qxy20E/Rpuq/2T8ZL4cDs22+Ho4a5EfOx8ADqr2co5paQezQsBllS\nNpoQOH8z7tQPQFeRDYYpAoIBAQDt0l2HWyHS1vd9VhiWysjuYjq7YQzdJGdRW9cj\nD2wq+dWVK1UEqiS5KKAwBSr5L9uVCgWX+N/Qbukvvu5tKWJ4tX2wuDVcq6WGsiDC\no0f1ixgR0pSM4axEplVwiod05RG+ThW0FZnTgIzgQsPGhMNoHC+wTaTS7ZxP5ZiF\nO6FlS06TAptYcQvn7gVPCNnRvoZemuNxS2OxFq2RwWM8df0S6B+PHg77i4Ga26O3\nOmISTKQgqJcBiFtGkssIW5wqGsNiqIarIATUh29tIY+V4+fUFChH15A9D2GNOJbR\nG6HPgEUPBrL530Xt7eZ8VGFHLv+ONyJvitRUID2MfyYLrKVvAoIBAQDYSz9qP5Q/\nSmfKHnAVrYjZsZ26kTO+Sa4I8Mniv5zvZd7UtVrxCBPjzl1M+tUaWMuJb2Q8h5jh\n3IBOPA9T+wEsKsnaaZjsyn13CV+NhHpqbyDrQxpj9dqmLS4jw7jgiyOwrbwep7iP\ntqxSxv6Ih3eYMdAV72nJFJ0SYRxQ3OwN370LQmRiaOtt3V8d1MRaAkIiMrI6Z8B+\ni/1sbn8VYOYIP4OxC/7y98S53Dgz3zR8OPw3E214PbAmB+jvyu8yyID2RqkWw6gK\n/y4bgBYMu8qmZA8aXswod0kwO0PpuHlWgTlM+sF6VWVh/g8moh/L/6gAUU1uTW6r\nR7ZE+4vUUD+lAoIBAQCkhuNTj/VvYm5nVFfAglvNp0FQfoyitNuRSoMkazf+50Ye\nY5L2niq3ueZQMlMPf09e5UcHYxKbpQ9Hi8Rw2q+YKJ7i0h2AlfL2o2bMoJ9YvLiT\nI+bHLBy8hYIYUI3zjcHfsS+MnWEFFCrhvu6n+RMihFVtl9mOXvnDwGfqzF0UsauT\nQrtrzRFai606hzoBw9g7vNXafDhku/aqHmrj2hCRsuqaXUYqOdIY6xhw20Abvs/R\nFDEby1SyFz3E83OvIULIjyRTYNxWl7e7fPtTzA6HBsbzJKtRwsFPLLYRxhcEcY3V\nHmJVQWSkfO/2VX3S/C2qGnSFTDsmVAOgnhoY+4CbAoIBAQDJ9RDkWzNIGWhp8BvG\nEf/LDK5zCqtezRtEW9iV8UZOvjbfM+sTTfCMcB7sBvW+IRUDYdAdOJtGoYXoBupl\nBuTkYZuSZbEVwEiAQm9HC2DmSpdZNJHKrkAXk+4WFOVmPGT5zm7tzLtm7TFgJVB7\nGMpRgImEQcTrrWSwSZ6P3ohGuBejEL38qWzSa7Ype4ZPaPZpSh7irAev4XSir1XY\nF18SaoPDZ6kJItI8nOSZgptWNjtCDdDUSf1UtWQJqtnH+DF6QyYVDGG2yug5Y1Kz\nVxF0Zc84VzWXvzHGaEAUVlxtqkFfoG/RkzUT1448C3tXFoK+sSt0h7aDFXWaWaoJ\nd1jFAoIBAAk8TVCOKJYgGm/zwxgWN3mDNQ27CC8DSQ3MLOU6nkmTRvV1/OiUzipQ\n0Buw/uwjL2NW9GhpmMrYwIubWGLtaj404Nr+E1g5imFQ8Mbnd87QFyVo0GKvHgln\nyasyjXsV/KiSGbzHS2t2gUnLK4PhNCYHh3YV/NfLMHkz0CKBB8seOfkvoPxv2L5v\n9f/+stLIzlh6FMkZDJbkvItTRFd9ATZWnd1+4D4uilvIbZrwzXfHxJbK4NGnJHgD\nVoL7bqBRr6mWrBsHIj7yqzg6Bonc/qo5wCfxTcyBTdGApD9+Jt1+sMqPjj0edDn4\nQWUGbLVQAkXIUOS1Aj9RCSDKYa7c9dY=\n-----END PRIVATE KEY-----\n','','http://friendica.local/dfrn_request/friendica1','http://friendica.local/dfrn_notify/friendica1','http://friendica.local/dfrn_poll/friendica1','http://friendica.local/dfrn_confirm/friendica1','',0,0,0,0,'','0001-01-01 00:00:00','0001-01-01 00:00:00','0001-01-01 00:00:00','2017-09-07 08:56:53','2017-09-07 09:12:55','2017-09-07 09:17:49','0001-01-01 00:00:00','0001-01-01 00:00:00',0,0,0,1,0,0,0,1,0,0,0,NULL,99,NULL,0,'2018','0001-01-01',0,0,NULL),(14,2,'2017-09-07 09:05:09',0,0,3,1,'dfrn','friendica5','friendica5','','','','','','','http://friendica.local/photo/profile/6.jpg','http://friendica.local/photo/ed2cf7a93daffb15532a78b261ac4685-4.jpg?ts=1504775768','http://friendica.local/photo/ed2cf7a93daffb15532a78b261ac4685-5.jpg?ts=1504775768','http://friendica.local/photo/ed2cf7a93daffb15532a78b261ac4685-6.jpg?ts=1504775768','-----BEGIN PUBLIC KEY-----\nMIICIjANBgkqhkiG9w0BAQEFAAOCAg8AMIICCgKCAgEAmtBUbN/07wWbcUvp9QvR\nKLoM+WjC0K0rFsx6L/Mktk6Go5+DqofuHSQgfJZGBI3vbTlbwW76peX/0aqiZPGF\nrrhX1FMhU23AxYE9TixRR+oqIKETNzU8NuahpK/ZBokoPL7mzrY4o5dNcnG4S57O\nir4VfEpuYB99K7Uo4yVc6a50ZQfDoBy6nnCPbVmh+gokc28paK7Av0vnMwwD6TWQ\nrgXyrPsa+Af5YeDC7GOmhppeN+e5zycRTddfXWR8QFp+he43b7z54pB+ajAu3J+C\nTAagIp5UWrBmwclF2gmLWvyYYpwTF3kNz+Waf0s3khiZXcJZKxGKVqXoTkqEKV/i\nvHryaBlvvAkQKR1mfJpNasJfHrqhOlHigWi3ISlPJQB4h+85W+YAXj+3j26OnMpb\nCmjf0BXLnjuC+w9rXFW/kj3Q1PxNaAfx/BoV62unWBKnZAkkzHOkQ5yyATdXQaEY\nlDsFbc0itSm3zjsPa1gXtn9e9z8Mqn5MwKk5I9k7TIr6/FdgbX7gxl6mn59OQ0v+\ne8o7HECSQvT8c+WmvBk3tjQHDgw3FeiJ54w0IGiha530vPCk5Z840d/jVUL7Qc6j\nrNi7hLOBvx4jdxk+5tq6fZMG4Sbu+Iibc4b+f2QyVW7Pcxt3CM/ADh0kzfGJ7wQd\nzl4w/9+s8DPT43Tbn98QK+MCAwEAAQ==\n-----END PUBLIC KEY-----\n','','b131df195ce498422ad8e308cab463756662cce5372c6437f78edee801599598','http://friendica.local/profile/friendica5','http://friendica.local/profile/friendica5','friendica5@friendica.local','','-----BEGIN PUBLIC KEY-----\nMIICIjANBgkqhkiG9w0BAQEFAAOCAg8AMIICCgKCAgEAyO9mdRS7w7V6nTkryfiE\nT4uI4voJN6talYcmBNTVXvZcBhhLwRDLKuhZcPQEBMrO7c1rg/Tq5+ae25lZ1m+O\n6xcst0NGQKgA4RQxzurMfUpZvTrqwr5BgB3wsWI1/mvU8A15hE4pbcNANXnTi37Q\nS8UXv4TDaBPazOnWqqSnUawag4YSp4PABPj268GQ+HYTkDToYL49ZG0QnRPUR3St\n8KylQUPWTZu+VjIAY0mw0lLqS63AQXg1w9B7Z+fjsfWdoGOWg2CcnpsKE7irLMYG\ngCx3u1p0Nytgbr6JdaGhcgkA5O9VsAi7dG784t1Y5SRnHq0yOXHp6l+eNgq2wC0X\n7a+o+b87UD4Pf9WiahAQRR84PVXncseniZGfhjOAB0HtsT0lhuuxN8zpz2KVwkP6\nLp7SVm93J0J1SBsZ9eFdSSvLPclCdSomk6igf5RwgqpJf33HngYXCin2cZVCojG6\nsxk/M35Yv4QQkEmQxI+wlS6PGXqpmTKVYv/Y0b0uAwwN3yG7AHauMv8DmQsZWvZq\n++0pEia4EDneIXEDeRA4n0mwnEimNnsQca/dP8RNDat6D2vpHdqC1FOHoyE1bd2F\nztZvURZrLsSEo6XH3DL7Syk/jny5d++yv4Q3kaYQepGvVDPBjtFz75XuQ92doU+m\nWHm/eqG/CfJ89NSXnaGs8YsCAwEAAQ==\n-----END PUBLIC KEY-----\n',NULL,'','http://friendica.local/dfrn_request/friendica5','http://friendica.local/dfrn_notify/friendica5','http://friendica.local/dfrn_poll/friendica5','http://friendica.local/dfrn_confirm/friendica5','http://friendica.local/poco/friendica5',0,0,0,0,'','0001-01-01 00:00:00','2017-09-07 09:16:08','0001-01-01 00:00:00','2017-09-07 09:00:32','2017-09-07 09:00:32','2017-09-07 09:16:08','0001-01-01 00:00:00','2017-09-07 09:16:08',0,0,0,1,0,0,0,1,0,0,0,NULL,99,NULL,0,'2018','0001-01-01',0,0,NULL),(15,4,'2017-09-07 09:07:14',0,0,3,1,'dfrn','friendica2','friendica2','','','','','','','http://friendica.local/photo/profile/3.jpg','http://friendica.local/photo/22875ea1ab42e09a2f1d3869cd6edfe7-4.jpg?ts=1504775802','http://friendica.local/photo/22875ea1ab42e09a2f1d3869cd6edfe7-5.jpg?ts=1504775802','http://friendica.local/photo/22875ea1ab42e09a2f1d3869cd6edfe7-6.jpg?ts=1504775802','-----BEGIN PUBLIC KEY-----\nMIICIjANBgkqhkiG9w0BAQEFAAOCAg8AMIICCgKCAgEAzOHCS/TBWB72tguU5RWu\nG4KnESmdXWGSHHrCm0iWP88Xl17lkEw58o4yt+bQS3c8U46OwP8z9EyCxFyDyHPU\noVgii+jMmT4hhKw5TeDPWwHSUZM07OP2d0J0Kktr6wC16DfGLWqo+EnJcLxyjFGn\nV6KzYR2d/73m0bj26QWM4w2ZCfBZvEEZsreF0XsZuBOWVRlTB4GzDlsRwRt05kUi\nevFnrth0fq+aeEnZA/8eFY9X8F1LB+mZLRdmWX77pMDtzzxTJUBoQPCkOJ0BvdXi\nyAYybmcxFzR/x1u+kpsgxeDOOPDAQAPnbBQcNNwWtl+emd8wmqXcbmM3XeIa1HPb\nDi0CHXJ5Lr95JYP2brAZu4dEwUNeTzkVkvB8DlviOSFmlg6CWmSKXdaF8trK6j4d\nlv7nxGBvmrbx1CmeA3RblvHR1aRyoQdNhBh1eLJrkDcaTgtzhycrjqdz+vVVV/xi\n4yMY9x+voxENfurEo/XsbzGfPSigTIHImzBcMtG0RTgxTMke6CoqRZW1pXFxZast\ncpsO02JRdPrXt+DHpYzDf8oEMTa4TNKBvczcT8ar82RZYY0srVV0uxH77xhx1bvm\nVAPf40FA2qbHZzCAv64YU9LdIT4iPEUga+Y5m9t2LvS+RiA8Zw/mmOdMFp4hI6+K\nELuO8hQc3Ot0moqfpYCnSl0CAwEAAQ==\n-----END PUBLIC KEY-----\n','1cc038d56cabb3f58fe8d4a2033828f1c9c787ccea8750c42fd03c5b068516a6','','http://friendica.local/profile/friendica2','http://friendica.local/profile/friendica2','friendica2@friendica.local','',NULL,'-----BEGIN PRIVATE KEY-----\nMIIJQwIBADANBgkqhkiG9w0BAQEFAASCCS0wggkpAgEAAoICAQDWB6eJMw4sUcCs\nqMTOziLls5i/UCAlmmXHdy4eDaof9dfskyXmGMW3BDtRiOxjTdh4G/hOPAlcBFCy\n6vz/LmZ+4xeoaMfuzRydFj72e0o+gkpsyrqjfs7Tu+/veDoxodsX4kNF4w0Dyd6H\n/7wdYDhFj/61eu+Il/Js0Z/QLtWJnHit2aboax0QZIohGg963zQIbYLDB6meZYOX\nuNGrYr8rZdDJaBBtK7qadT/A7X537B1mlAkleu4WP77x+R5b9YJZIZyr1TC7yN4C\niBXPicdOQzyQNj5xTQ8ZpAujS4B7P/Nbp5pIWUX6dt84P5w6HssZw/naB7MBGVFf\n3mIpYY7DhvmsMcSjH1vTkLCZATa+jD91uIwtc4q5sky35WcZY/SmY5V5ljzkXdBg\n9X9r7EIfIjaiL1pK+DX1HQouGL9ebHtc45n8DhBbuAuxzwlHYdnPoIlodHixCb5g\nLBUl4QFWBlrDo+UiokGqBul3z7rfg1/GRfCFfkrITqnWLkg0X1hF4JCh9i0Bo+IW\nyRYvXJQj9X5PfiRvpbkgb24brGxBc10VLr8CwVlaqpjyy7/bJ3p/xsAIYlkptKnF\nf2vsFaJXbbnzkdaSrgkzqKZCCFJGjDTAQKAgG8L/5wqNBsScke+E3EltWd1eUrpt\nEna1ely5kW2MIf25LmtHOx+pjvkTjQIDAQABAoICAGi7BCMhxYywUGzshKmBuxfV\ngygSiDh+TdGGIx33p8jN3uPXuVLXyl/dBT3Hl4ycOhHD9gQqYpYRUn/KdxRTWzo5\n24jABR14ZskDarnn6JOf49VKenuogIKhUy5GEYvZ3MDaKfsXuHWjIW5BGIbzX3XC\nmWuqhW28lJblGKOhV0JoO7EucPsH9wffeqvp+asxb1+0XqkapchpejQS7x5DSrJs\ntvbnIiqZnE0alKDOVfVOp7BbPgKGHdzrQn9bXJy5DRiaVvTKdHdfOivY9XtBuzIz\nun4C3RlKENqGKF+2gV9OEsJFyDwg2xpNcrsufT7/dHjeKfOjktc10VjtE/GV2Go1\nqMFLimTlVnwEwFaqTTs4kISZqghKbOFss2C0/fuu1l6QudW5f8Pz8oeukxe76u23\narKp08VJLgRgg15z+C9ZOnRR6vnDPvnZLBbR8TPBZpVpO6sXZAIezBLs+cvbJmti\n/nHLtB97GjivlsD7alAaPdT3C81Ghjaf0oDQhHenNCwqjp6ff959fXtedLD2DRfc\n9L1XolR3PlXMtW2uBk7jbruA/Tskllz+HzJW1Bz+uh9BYsXL/EbwD5FvD6IeSKGM\nEpFiKuGUjEGKjD/Lr8yeKZKUnIaehu7zQVoWat8qkGefY6bWvIziIbhAMaZRTCtE\nt5QplVRI9jkePXX56l2tAoIBAQD5NU8MRnUtnzyzFLpafLeFRZKSQWkIWrtAF/27\nuaxbRarJt+ThFCplUqh0REShnOUmhkGDrLoRneg7XT0sbMp52tZyfMuQhbUswO2X\nmZKLbYeiT0sC8KGLhcyos1GtOBvyoiXjjGc3PzEQhDXQ9mfxc6CiJoNIAOU29+i3\n9O2FKwXSzwF/rG4Ef5eVI5xG2HTkS/zZgNUA3zx/vE94nuagt3bvwnidlURx4QjL\n9wVU7XEr9ZnNz6+z3LLMn8FKFKgAo8EuHpMmhD/OsgollnmhPG60wPKNTFdncWM1\n9Muij0aoLerJvb57KUhlJd4+ZnQBNl838B0juI+85GM79pKLAoIBAQDb3OlKN1g/\nSVKw1qro44qwYYS+Yg+3eDkv0puFnBT4IHaA1hjwml2k4CKu2sA5ydixtYzBXyqJ\nsiI1EuGuaTTiq8jU66KDxzsus0DT3etOrEfd53FTfdCEtZ7tnooTFhrUQFlmy93K\nQz0Rs34Wl/2nB4rUoTCpSvCLE8R8hId5vPQRV6NNxzNQvRIaSExiJuS0AC45AHWE\n+C9JFX3ZAYwDzMxVOH1BxvbGAyHWq2d0J1MVvc099o3SWmmN2keAfD6FGyJxKN5p\n0RNggWpD+68snnFApi3T1mZiK9w7mQyw04VbE8Xa0sbxvNqdCB0NVrD4/7Ivg/SV\npHeD7Tef/C1HAoIBAQC1A162iNsGV1qsrUqq/VoEKMPNDkvvcJAAfyyjVbt21IS4\nXqWWQ6KD1GVdhlTfmunrcKtXrHe+4hbUP+Z2RVNQ7X7EzBbElApERqKNclQ6iEVz\nxOq0aPq+MGK2ywFxs4bBV7vzq4ExZOoLmCzK6qAXhqhP/29uNpBHvAzCydpY1yY0\nuH3bMfD7vX3qK2KRJxrI1NUFW4ncR0pXcf27nJfid0Ch6HzZ4ZlEqnNMS9IInSuO\nBahBETELkSwia4vndleNl2RzTmwOFxON3E54fPM+BXpYOqozrhbyoS6x+2yKWE23\nTRr0jKk2JodaSQZEBwEN/GNvay6PSrjFOJNH89L/AoIBAFeskkMMKt6hyJ3IHMNd\n6XJIkPyycf4BrRxK6cWv5hTELT1XIv7fL7SNxIbhqIHi4cyLzyNVZcsfA9ESRHie\nb35sblup01alXg5TYOibuDfZL5dnsaNPqpUhL80lyX2u9Ofq+Tuq1DjR80pZv1AX\nMAkpUs1TsenwfleXfGUDHFsJZHJ99hsP8oChxNRCPGNviwfUgposerCZn5GPRm4A\n1eq2Ak2Bh0Fxq/puSVIna8u/2rvywiORbCCT+T+d6aFs6il+Fo/1civUOdvj/5I4\njTRHwnW7Ts8I0i8XumzxrUPeNXGKQv3ty3OekbbJA3zMMyo4HMAh6Ki7uwUa1XGw\nyAUCggEBAPV+99cdLm4Slhss+UEpYxw9Bcsre/m7AcIwmxFrUHSuQZYgM7wvEqX+\nyB22k2zDbc6xRy1SbS/biX5xdeVOSlVUJDVsoQ9sqQbPZb/7a1Jtlcw7l5vRIX2x\nE4ewsVDJfBEcnsgXTCQ3Zg/LiIXLnq4Ixh7yyak7v+ZsENG66Iu64IPOxR4VmhSx\n4kcqwwmEikAMBp6T5jWr/1AzsFL9Aw++XuiA20xfL1XIxx40KNh5edmPXqa5sC4d\njuRXcOoc8leXbgA8J+gZ+1oMmP1pfktEG4Q9vLWB93plucjTebgk178hztnkSlBX\n0+nhwk3lGL5IGs5grmAOQN3tmgj/Khk=\n-----END PRIVATE KEY-----\n','','http://friendica.local/dfrn_request/friendica2','http://friendica.local/dfrn_notify/friendica2','http://friendica.local/dfrn_poll/friendica2','http://friendica.local/dfrn_confirm/friendica2','',0,0,0,0,'','0001-01-01 00:00:00','2017-09-07 09:16:42','0001-01-01 00:00:00','2017-09-07 08:58:34','2017-09-07 08:58:34','2017-09-07 09:16:42','0001-01-01 00:00:00','2017-09-07 09:16:42',0,0,0,1,0,0,0,1,0,0,0,NULL,99,NULL,0,'2018','0001-01-01',0,0,NULL),(16,3,'2017-09-07 09:07:14',0,0,3,1,'dfrn','friendica3','friendica3','',NULL,NULL,'','','','http://friendica.local/photo/9c78857b3d725c1c6d1227a7b8cbe6b2-4.jpg?ts=1504775234','http://friendica.local/photo/9c78857b3d725c1c6d1227a7b8cbe6b2-4.jpg?ts=1504775369','http://friendica.local/photo/9c78857b3d725c1c6d1227a7b8cbe6b2-5.jpg?ts=1504775369','http://friendica.local/photo/9c78857b3d725c1c6d1227a7b8cbe6b2-6.jpg?ts=1504775369','-----BEGIN PUBLIC KEY-----\nMIICIjANBgkqhkiG9w0BAQEFAAOCAg8AMIICCgKCAgEAwIuhjeg03GoOuSYqulsa\nvd/spvniwjaYZhCJYTHgOM4ak9qG8SwPhguSBMqZS3baHEcZtYcYsu5vSQAO/zCB\niK8yefV8LguBhoNw36p/hoQ4TdApOH3cjKAJoaxZSJw0oa50ebCSbh23chRHESbv\nlvfGXq0Pmk060VcLf6h00Iivg/BFNmDfEqrVmgpl0G1PIOatNJ5QdEpCP0E5Bg/H\nvnqvBgpkVAZkKA4xY5rw6pB2NofK74gaeNklnVFqAwaQZUrBv+z1C7h3NQ5YRees\nuspiwZVyFy95xm+kGlKq6GJ7WPQi1mKSJisHLxh9uI7ylgIyRWi/GRA2NBLb15tJ\nL9PpyWEbKhEX/zCUQbos6cFC3+jgiJoYIIa5pOYU0Ekf5AcyF3dFsbcWGObn++wv\nk+5dIK/un+1KOv7X3e/bAnkVCHHjzWAzURQkvb0fwFVzw80ioP4L4V+mvw4jxh+x\ndpPBQmqgCglqE2cpCB4gAcYPlXICBC18YcUYOkYIlgz2WuslcJCnrHO6K5q6lAn3\nNqEI/LmJDrq3hbu96k8d/0zCMNO+u3xPIhDcQ6ZzyhZmVDTpVGFiJ7Yhtfih3ASC\nZqWowoSq5onVWLCsj4QquNCIvJK1NLrkrr6rxD4DbCzW7XbZkenuHumh3HoFb5Lc\nRN6UJNHe/4FNNUzcAVBgEe0CAwEAAQ==\n-----END PUBLIC KEY-----\n','','1cc038d56cabb3f58fe8d4a2033828f1c9c787ccea8750c42fd03c5b068516a6','http://friendica.local/profile/friendica3','http://friendica.local/profile/friendica3','','','-----BEGIN PUBLIC KEY-----\nMIICIjANBgkqhkiG9w0BAQEFAAOCAg8AMIICCgKCAgEA1geniTMOLFHArKjEzs4i\n5bOYv1AgJZplx3cuHg2qH/XX7JMl5hjFtwQ7UYjsY03YeBv4TjwJXARQsur8/y5m\nfuMXqGjH7s0cnRY+9ntKPoJKbMq6o37O07vv73g6MaHbF+JDReMNA8neh/+8HWA4\nRY/+tXrviJfybNGf0C7ViZx4rdmm6GsdEGSKIRoPet80CG2CwwepnmWDl7jRq2K/\nK2XQyWgQbSu6mnU/wO1+d+wdZpQJJXruFj++8fkeW/WCWSGcq9Uwu8jeAogVz4nH\nTkM8kDY+cU0PGaQLo0uAez/zW6eaSFlF+nbfOD+cOh7LGcP52gezARlRX95iKWGO\nw4b5rDHEox9b05CwmQE2vow/dbiMLXOKubJMt+VnGWP0pmOVeZY85F3QYPV/a+xC\nHyI2oi9aSvg19R0KLhi/Xmx7XOOZ/A4QW7gLsc8JR2HZz6CJaHR4sQm+YCwVJeEB\nVgZaw6PlIqJBqgbpd8+634NfxkXwhX5KyE6p1i5INF9YReCQofYtAaPiFskWL1yU\nI/V+T34kb6W5IG9uG6xsQXNdFS6/AsFZWqqY8su/2yd6f8bACGJZKbSpxX9r7BWi\nV22585HWkq4JM6imQghSRow0wECgIBvC/+cKjQbEnJHvhNxJbVndXlK6bRJ2tXpc\nuZFtjCH9uS5rRzsfqY75E40CAwEAAQ==\n-----END PUBLIC KEY-----\n',NULL,'','http://friendica.local/dfrn_request/friendica3','http://friendica.local/dfrn_notify/friendica3','http://friendica.local/dfrn_poll/friendica3','http://friendica.local/dfrn_confirm/friendica3','http://friendica.local/poco/friendica3',0,0,0,0,'','0001-01-01 00:00:00','0001-01-01 00:00:00','0001-01-01 00:00:00','2017-09-07 09:09:29','2017-09-07 09:09:29','2017-09-07 09:09:29','0001-01-01 00:00:00','0001-01-01 00:00:00',0,0,0,0,0,0,0,0,0,0,0,NULL,99,NULL,0,'','0001-01-01',0,0,NULL),(17,6,'2017-09-07 09:12:25',0,0,3,1,'dfrn','friendica4','friendica4','',NULL,NULL,'','','','http://friendica.local/photo/15048d33e71544a25a6dd13bb081c78f-4.jpg?ts=1504775545','http://friendica.local/photo/15048d33e71544a25a6dd13bb081c78f-4.jpg?ts=1504775585','http://friendica.local/photo/15048d33e71544a25a6dd13bb081c78f-5.jpg?ts=1504775585','http://friendica.local/photo/15048d33e71544a25a6dd13bb081c78f-6.jpg?ts=1504775585','-----BEGIN PUBLIC KEY-----\nMIICIjANBgkqhkiG9w0BAQEFAAOCAg8AMIICCgKCAgEAxAJ+t/FrD0sHO2ecwsoH\nmOst2aPHca5n4UEIpr2ZTl26WN1AbcNo9wahDHXG7pE50GQwvmnnTIlVDLAsBC23\n8sTSpGXrIC8L7YiyDeu3piBp/w4jy8JQrbXn4L8IQbnmi6nDCSr1szXjBcvdPPKK\nrCFgYJ4hjEkSp/wJcKZ1mlRTwtofWZHUMu3NsP2146wRj0roydFVkWGrfsH8grUO\nqMktmpCUOQNsOIAN8b6vQiYQQoamGWjV8wXO3W0fRhQ5Yjko19j1t+O1Jvy2CMhn\nRY2wiGZ91ZSfl8VNLrz38JyeR0cz7YJeNYzOggB1AjEzLhKtqw7zkyW8Qg1Kfo85\ndagFPZ5sQZ8R4nus7xabICMG/qJPL23/1tyenxqkVP0iDIhLo/f0uuG4riNOJZtf\nPYPT6sxSlqxbznuLQr1fYnjFyEnFtJpzuAuvybshT5QLyKntcGap67fWoj/7SrA4\n8T5RCdYHDacMdKEC1SDwpokpgWhWaRkUxJ5F0Q5Jpyvhui/UkxkevDWv5373pgVz\ngaZlxRKYKABWiJkQH9FPAdsr4nUVErl/zvI0+9GuzK/EJ5ToVs8bF98Jb4Y3o2pm\nNtPL1ao9r0ug/3F7RHTLs1tp0Bdm/Gxk/RJf4j6gKgAw9WcdHzkxcvikhAY43zMe\n5qExQo663i3hzw4v3p94i+sCAwEAAQ==\n-----END PUBLIC KEY-----\n','d27e7ba18c5f07077f89ed544d5336cece07bf8eac82df050f5b4df9a30c994d','','http://friendica.local/profile/friendica4','http://friendica.local/profile/friendica4','','',NULL,'-----BEGIN PRIVATE KEY-----\nMIIJQwIBADANBgkqhkiG9w0BAQEFAASCCS0wggkpAgEAAoICAQDZm1QsjHfufsmg\n8qjli3qnAzoxTgEfu9DlArbbhJ08vJwcL2RBHVXRXfxCzZVjFcKHQvlP5n3dF1jx\nu8vEj0qn6x/1+5ZPfrM/EUGEgNSrefAmoCXwRPobFS02wGGc/MXZZD6EQcftCWDP\n7AWpXN92Sl8WhuKGW3FRRqbxoaVuVK7JZ+V1HNgt3JKCpErXjefWF/4T9tJIn1dG\neO/hLAA4m2A1J9XUBFL64GzVHj+/0eZ9dDmkdZulPPKtB+MYuawgSKF3Hei6TOWJ\n29Gif1gccovl4516e96Vml5zghbXetKymEf4awx2jX2GOvRqaQZlSodWZwTM+Z2N\nlh/7x5bo8NdtMnJEibpBg2ExyPYVRcIHXXbuzaDdawvPfbu9lQzWpXenndp+yZgc\nJl9j6ysgv/x5AW4auLDSaxiraeNpncibedE2nyCWfW0zDkZCij3FjfAQZC4VXZIE\nfZX7Im6WnAvUmMbXbTHcsVdljiW6w0ZFqb3LisF3Ps92iPgpT15cMDLHxIleA580\nwj2+P/oZxdviUIhS/okpiAFZ3uOFh8kvxMM3JF7Z5M9FKd//IHlbkBlgNCDJFKnr\npv7El0xeDgDyyfmzUJtydXmgqNpSoNH6kSc1teFPwk0f9GSsNpVMoLzLQ68ngXd7\nGy1EFAewRJBikRS2uAdsSQD8p9wn6QIDAQABAoICAQCqS3zcQDG7W02/vyeePEGI\nYmYwH7ORehJIpo8jy+yhk5k4FX6H1sVKTBsWzHyURnsuD6O8e80UMSlSRH17Hgh2\n0PL6NiGzpJvyRzbW01ubtpnSIJKQLertNu1jY7sAeHD9aA3kwvYK8sPo8/SaTiwz\nDpDLuFOeggF0ca5EexRT+8GtrLlNpX0opu2hf6Fyf4NncO9OAGMgolJSvGI9/YlO\nw4nPD5WvjpLB8tA5GKsbGtEebM6PfdqIveHMt9dpiiTCPxTde3KeGX+pG3Y7jR0P\nZjVFe5PKPxY6TcyM6MmnaF9rlPD94Aio3qHVYl3UyMxQiLrRS13ea5p5K3tsNw5J\nXBgkpTaAGDKi7V4e/zL1l/6z5ALtW3Wmu2MvZPUR/Z4yckGNIq/b1aQ6WwQgZtKP\nKEtdX92osod+n2Fh4zeMAhD5rMkHud2NfGyK/6MfIrZTrWYyDKIJ5S/BUEiMsdGj\nWRv866++3V4LPcKL4xoZ0dEWJZNtCJjZoU55S9h1PG/LeTWutuzbPYpeN+5GSkWa\nhykLdZvMnCo1fycdmFprGvXcH7wmY9EAx09Nh3XQedVAo/c2IK2HHYFQwv6ZwL6J\nmSEdbFofqtJyFN1K8psShaYdlbjk074SG39HiyOJHRBRhT9sEfjFZJDbAupE5D3F\nfobkBjx5NxoTDFHEcGl0AQKCAQEA96ul+iyJ8RsdDkIZXrJ2FfGLLctghX9M9cYl\nbFGL0MAdq7DkhcH8cr4j4crGcwCS0gPI87Up4BmImS+ust8EoOeXeIKGsyPZ+des\nxFP8sCg52PNH/L5YClrv+l1KcJsvtuvH2AWBjyzmiySFZNISWR7x8ceoS3VHnYe7\nf4wixkme8eiSibQZPKavAVZD53bWehCHMNkyi0mb0p+KuVwVxnn7C4T2U6Fm/Pgg\nls3/vILFdJuT/h8WvgtpX3wmcOM3mVXDGU6xhTJCAJzSIdeQNkCRBujcDpF+l49x\nX2ZPLxr83a0di3H5RbjXv4zZzsd3dpeNcx23MbG/9NjAHvWi0QKCAQEA4OzXuYO3\nP5nbGoMPzaTAPDYrwDpDf5Ss7ImdFvFoQntcsSlGm116XY9CGtHkiFLa8WSYCenv\nDFdQA9MEwhIst2nXfijFEizbXv8vk7WA4Zqa5vjfT39HuyX1Aay+8DT36Xskoi82\nvDaDaEvTE1/kaXXVEB9BBBcGusGCH37JshC/HXXkqk27FPf8DwcIVsa5EeBEVGWu\nkOxUCnPqECAyWo+o5V2wQ5XvDPnmIMUhS0HOAVZLjXpeyWtyAXlKQewIlrdz017g\ntOtC3kjScPBJGedJ2vPTV1rPFSvMKLlrrlgEgOPoQIpfALwf4pF7VCHJGFed6APb\n2SLKNJZdByyJmQKCAQEAvOTtciEGFB3Zy0Yek1sJNTNEM2kp9KdiyxCU+kg3mr7r\n4kbIBDwvjlP2if9d29hUIllAqp9BkOnohO0ZENOHdDEuFXt3wKlXVnZoDlUAJFqJ\nxC3Iebuy6jLxVMJSRBAYFCtAAEIyzkAwlW8FTh/qXo57eSwN739DX6JmHqGC5DjC\nQT5ghSYXGWsHjr18jMzWR8LTWS5Onm1Fqx6Db1wMP5RJJEAEn0Q6iDW2pU33/o6+\ninEeLnMHpWqOs4S8zNx/SzNd2a9rNWtfa5gvrB/8nWQhOGPhcjsFkhKVJW2idwre\nUTP3lKMYu1R/OFj0xgDb3Fc6StIfJoerH9MwtGwkAQKCAQAz8Z50Ql3sezylZ8Ub\nicO3ZA9AinQSH6S7z6AOr1uTlue2JkEfGjxrJO1wQi7T6MaVXtTZ3UOOhw98gpwj\nsYzQIspYYVP5uZBD5Qz4wL7t2wWQ98KimlNXfhGR/HHwCVuDeSPhrKOoXbKFQJWT\ncN7QGB1HZuBd8G9ma9AANAiibcmlJRfU2LSuyAJW+hnL6ILPBQrirsTcxSc3bsOM\nS9M1JN4tcjCFuzeEuKWTxdLFjYHkvygdmTgQrhabDoa+qKLnI6DFHLEqNvavXQP0\nfxlyuP5OaWbSUq9mRUIV2ZRro/oORhPZ69q60bdPXKetq0vEql9WOKXqBGXMNTlw\nsbFpAoIBADxkpmiCKczH9Xek99kEFJZBDA4MSwi19MBa+guz5SkdJk/tW9Ns0Z1U\nwQJN4eMLNfDt+TB88JWXQI0qEX3o/VS30Sj84kKjreSkHSbIc0XlyLhfnG1swXkN\nR2HfWs3HrJhAP93bFg/phP8VsKa5ek/VetIcDK+L0h2uUujlG1WOglu1MNs1mo9r\ngYqIQ3SidbzlA/l1gQ+Kjw9nkd5n5twgN1LpQZjP6uad3/vJ6SacMbPTodUZw3Hv\nGfTGGa8/YrWfhlos2JJE6Fgh6wrHgn0lFwbRlXAjcdAwCgW2TsnPHxo84PEM6WZb\nKWMdUnVxfEPRjMmrwA33NQjDMKHoq+o=\n-----END PRIVATE KEY-----\n','','http://friendica.local/dfrn_request/friendica4','http://friendica.local/dfrn_notify/friendica4','http://friendica.local/dfrn_poll/friendica4','http://friendica.local/dfrn_confirm/friendica4','',0,0,0,0,'','0001-01-01 00:00:00','0001-01-01 00:00:00','0001-01-01 00:00:00','2017-09-07 09:13:05','2017-09-07 09:13:05','2017-09-07 09:13:05','0001-01-01 00:00:00','0001-01-01 00:00:00',0,0,0,0,0,0,0,0,0,0,0,NULL,99,NULL,0,'','0001-01-01',0,0,NULL),(18,5,'2017-09-07 09:12:25',0,0,3,1,'dfrn','friendica5','friendica5','','','','','','','http://friendica.local/photo/profile/6.jpg','http://friendica.local/photo/d74f209bfcd190b3864fa678e5068a16-4.jpg?ts=1504775769','http://friendica.local/photo/d74f209bfcd190b3864fa678e5068a16-5.jpg?ts=1504775769','http://friendica.local/photo/d74f209bfcd190b3864fa678e5068a16-6.jpg?ts=1504775769','-----BEGIN PUBLIC KEY-----\nMIICIjANBgkqhkiG9w0BAQEFAAOCAg8AMIICCgKCAgEAmtBUbN/07wWbcUvp9QvR\nKLoM+WjC0K0rFsx6L/Mktk6Go5+DqofuHSQgfJZGBI3vbTlbwW76peX/0aqiZPGF\nrrhX1FMhU23AxYE9TixRR+oqIKETNzU8NuahpK/ZBokoPL7mzrY4o5dNcnG4S57O\nir4VfEpuYB99K7Uo4yVc6a50ZQfDoBy6nnCPbVmh+gokc28paK7Av0vnMwwD6TWQ\nrgXyrPsa+Af5YeDC7GOmhppeN+e5zycRTddfXWR8QFp+he43b7z54pB+ajAu3J+C\nTAagIp5UWrBmwclF2gmLWvyYYpwTF3kNz+Waf0s3khiZXcJZKxGKVqXoTkqEKV/i\nvHryaBlvvAkQKR1mfJpNasJfHrqhOlHigWi3ISlPJQB4h+85W+YAXj+3j26OnMpb\nCmjf0BXLnjuC+w9rXFW/kj3Q1PxNaAfx/BoV62unWBKnZAkkzHOkQ5yyATdXQaEY\nlDsFbc0itSm3zjsPa1gXtn9e9z8Mqn5MwKk5I9k7TIr6/FdgbX7gxl6mn59OQ0v+\ne8o7HECSQvT8c+WmvBk3tjQHDgw3FeiJ54w0IGiha530vPCk5Z840d/jVUL7Qc6j\nrNi7hLOBvx4jdxk+5tq6fZMG4Sbu+Iibc4b+f2QyVW7Pcxt3CM/ADh0kzfGJ7wQd\nzl4w/9+s8DPT43Tbn98QK+MCAwEAAQ==\n-----END PUBLIC KEY-----\n','','d27e7ba18c5f07077f89ed544d5336cece07bf8eac82df050f5b4df9a30c994d','http://friendica.local/profile/friendica5','http://friendica.local/profile/friendica5','friendica5@friendica.local','','-----BEGIN PUBLIC KEY-----\nMIICIjANBgkqhkiG9w0BAQEFAAOCAg8AMIICCgKCAgEA2ZtULIx37n7JoPKo5Yt6\npwM6MU4BH7vQ5QK224SdPLycHC9kQR1V0V38Qs2VYxXCh0L5T+Z93RdY8bvLxI9K\np+sf9fuWT36zPxFBhIDUq3nwJqAl8ET6GxUtNsBhnPzF2WQ+hEHH7Qlgz+wFqVzf\ndkpfFobihltxUUam8aGlblSuyWfldRzYLdySgqRK143n1hf+E/bSSJ9XRnjv4SwA\nOJtgNSfV1ARS+uBs1R4/v9HmfXQ5pHWbpTzyrQfjGLmsIEihdx3oukzlidvRon9Y\nHHKL5eOdenvelZpec4IW13rSsphH+GsMdo19hjr0amkGZUqHVmcEzPmdjZYf+8eW\n6PDXbTJyRIm6QYNhMcj2FUXCB1127s2g3WsLz327vZUM1qV3p53afsmYHCZfY+sr\nIL/8eQFuGriw0msYq2njaZ3Im3nRNp8gln1tMw5GQoo9xY3wEGQuFV2SBH2V+yJu\nlpwL1JjG120x3LFXZY4lusNGRam9y4rBdz7Pdoj4KU9eXDAyx8SJXgOfNMI9vj/6\nGcXb4lCIUv6JKYgBWd7jhYfJL8TDNyRe2eTPRSnf/yB5W5AZYDQgyRSp66b+xJdM\nXg4A8sn5s1CbcnV5oKjaUqDR+pEnNbXhT8JNH/RkrDaVTKC8y0OvJ4F3exstRBQH\nsESQYpEUtrgHbEkA/KfcJ+kCAwEAAQ==\n-----END PUBLIC KEY-----\n',NULL,'','http://friendica.local/dfrn_request/friendica5','http://friendica.local/dfrn_notify/friendica5','http://friendica.local/dfrn_poll/friendica5','http://friendica.local/dfrn_confirm/friendica5','http://friendica.local/poco/friendica5',0,0,0,0,'','0001-01-01 00:00:00','2017-09-07 09:16:09','0001-01-01 00:00:00','2017-09-07 09:00:32','2017-09-07 09:00:32','2017-09-07 09:16:09','0001-01-01 00:00:00','2017-09-07 09:16:09',0,0,0,1,0,0,0,1,0,0,0,NULL,99,NULL,0,'2018','0001-01-01',0,0,NULL),(19,0,'2017-09-07 09:16:08',0,0,2,0,'dfrn','friendica5','friendica5','','','','','','','http://friendica.local/photo/profile/6.jpg','http://friendica.local/photo/2b902d193517f74d2c14e163cff8c10e-4.jpg?ts=1504775768','http://friendica.local/photo/2b902d193517f74d2c14e163cff8c10e-5.jpg?ts=1504775768','http://friendica.local/photo/2b902d193517f74d2c14e163cff8c10e-6.jpg?ts=1504775768',NULL,'','','http://friendica.local/profile/friendica5','http://friendica.local/profile/friendica5','friendica5@friendica.local','','-----BEGIN PUBLIC KEY-----\nMIICIjANBgkqhkiG9w0BAQEFAAOCAg8AMIICCgKCAgEAmtBUbN/07wWbcUvp9QvR\nKLoM+WjC0K0rFsx6L/Mktk6Go5+DqofuHSQgfJZGBI3vbTlbwW76peX/0aqiZPGF\nrrhX1FMhU23AxYE9TixRR+oqIKETNzU8NuahpK/ZBokoPL7mzrY4o5dNcnG4S57O\nir4VfEpuYB99K7Uo4yVc6a50ZQfDoBy6nnCPbVmh+gokc28paK7Av0vnMwwD6TWQ\nrgXyrPsa+Af5YeDC7GOmhppeN+e5zycRTddfXWR8QFp+he43b7z54pB+ajAu3J+C\nTAagIp5UWrBmwclF2gmLWvyYYpwTF3kNz+Waf0s3khiZXcJZKxGKVqXoTkqEKV/i\nvHryaBlvvAkQKR1mfJpNasJfHrqhOlHigWi3ISlPJQB4h+85W+YAXj+3j26OnMpb\nCmjf0BXLnjuC+w9rXFW/kj3Q1PxNaAfx/BoV62unWBKnZAkkzHOkQ5yyATdXQaEY\nlDsFbc0itSm3zjsPa1gXtn9e9z8Mqn5MwKk5I9k7TIr6/FdgbX7gxl6mn59OQ0v+\ne8o7HECSQvT8c+WmvBk3tjQHDgw3FeiJ54w0IGiha530vPCk5Z840d/jVUL7Qc6j\nrNi7hLOBvx4jdxk+5tq6fZMG4Sbu+Iibc4b+f2QyVW7Pcxt3CM/ADh0kzfGJ7wQd\nzl4w/9+s8DPT43Tbn98QK+MCAwEAAQ==\n-----END PUBLIC KEY-----\n',NULL,'','http://friendica.local/dfrn_request/friendica5','http://friendica.local/dfrn_notify/friendica5','http://friendica.local/dfrn_poll/friendica5','http://friendica.local/dfrn_confirm/friendica5','http://friendica.local/poco/friendica5',0,0,0,0,'','0001-01-01 00:00:00','2017-09-07 09:16:09','0001-01-01 00:00:00','2017-09-07 09:16:08','2017-09-07 09:16:08','2017-09-07 09:16:08','0001-01-01 00:00:00','2017-09-07 09:16:09',0,0,0,1,0,0,0,0,0,0,0,NULL,99,NULL,0,'','0001-01-01',0,0,NULL),(20,0,'2017-09-07 09:16:41',0,0,2,0,'dfrn','friendica2','friendica2','','','','','','','http://friendica.local/photo/profile/3.jpg','http://friendica.local/photo/01f62fe9af5d22dfb7664e78e64acd43-4.jpg?ts=1504775801','http://friendica.local/photo/01f62fe9af5d22dfb7664e78e64acd43-5.jpg?ts=1504775801','http://friendica.local/photo/01f62fe9af5d22dfb7664e78e64acd43-6.jpg?ts=1504775801',NULL,'','','http://friendica.local/profile/friendica2','http://friendica.local/profile/friendica2','friendica2@friendica.local','','-----BEGIN PUBLIC KEY-----\nMIICIjANBgkqhkiG9w0BAQEFAAOCAg8AMIICCgKCAgEAzOHCS/TBWB72tguU5RWu\nG4KnESmdXWGSHHrCm0iWP88Xl17lkEw58o4yt+bQS3c8U46OwP8z9EyCxFyDyHPU\noVgii+jMmT4hhKw5TeDPWwHSUZM07OP2d0J0Kktr6wC16DfGLWqo+EnJcLxyjFGn\nV6KzYR2d/73m0bj26QWM4w2ZCfBZvEEZsreF0XsZuBOWVRlTB4GzDlsRwRt05kUi\nevFnrth0fq+aeEnZA/8eFY9X8F1LB+mZLRdmWX77pMDtzzxTJUBoQPCkOJ0BvdXi\nyAYybmcxFzR/x1u+kpsgxeDOOPDAQAPnbBQcNNwWtl+emd8wmqXcbmM3XeIa1HPb\nDi0CHXJ5Lr95JYP2brAZu4dEwUNeTzkVkvB8DlviOSFmlg6CWmSKXdaF8trK6j4d\nlv7nxGBvmrbx1CmeA3RblvHR1aRyoQdNhBh1eLJrkDcaTgtzhycrjqdz+vVVV/xi\n4yMY9x+voxENfurEo/XsbzGfPSigTIHImzBcMtG0RTgxTMke6CoqRZW1pXFxZast\ncpsO02JRdPrXt+DHpYzDf8oEMTa4TNKBvczcT8ar82RZYY0srVV0uxH77xhx1bvm\nVAPf40FA2qbHZzCAv64YU9LdIT4iPEUga+Y5m9t2LvS+RiA8Zw/mmOdMFp4hI6+K\nELuO8hQc3Ot0moqfpYCnSl0CAwEAAQ==\n-----END PUBLIC KEY-----\n',NULL,'','http://friendica.local/dfrn_request/friendica2','http://friendica.local/dfrn_notify/friendica2','http://friendica.local/dfrn_poll/friendica2','http://friendica.local/dfrn_confirm/friendica2','http://friendica.local/poco/friendica2',0,0,0,0,'','0001-01-01 00:00:00','2017-09-07 09:16:42','0001-01-01 00:00:00','2017-09-07 09:16:41','2017-09-07 09:16:41','2017-09-07 09:16:41','0001-01-01 00:00:00','2017-09-07 09:16:42',0,0,0,1,0,0,0,0,0,0,0,NULL,99,NULL,0,'','0001-01-01',0,0,NULL),(21,0,'2017-09-07 09:17:49',0,0,2,0,'dfrn','friendica1','friendica1','','','','','','','http://friendica.local/photo/4b7db531ad1920a7cb8fb76aed46ddd9-4.jpg?ts=1504775575','http://friendica.local/photo/39e7b822c093a22f70de8782c7d652d4-4.jpg?ts=1504775948','http://friendica.local/photo/39e7b822c093a22f70de8782c7d652d4-5.jpg?ts=1504775948','http://friendica.local/photo/39e7b822c093a22f70de8782c7d652d4-6.jpg?ts=1504775948',NULL,'','','http://friendica.local/profile/friendica1','http://friendica.local/profile/friendica1','friendica1@friendica.local','','-----BEGIN PUBLIC KEY-----\nMIICIjANBgkqhkiG9w0BAQEFAAOCAg8AMIICCgKCAgEAzNeTX2GGZAqTecUeOPNq\n+uFCfBuN4g6xKTkBlUDeVCLp2N3uVJq+TSjmoau8MpY3jCD2Nqn5KsMPh8XJV2s6\nb1kSjmVdpr4EeBXPyvi3asCcgmqi2IeoK/ihVGP9IrrYh8zwzVY9wW1/TPcC4N4W\nCcmeFTO08CSJh2P8ROq6irU0ndbmqfmFSs5uZ7UcEKUzkgSSPTxq5x3O7xSfTbOZ\nPNhSn3r5buSOd46KyWaBIJ2KgFNoY2AGJqbzZTZmJZB/qelrONtJ6XDnDI9GNQBI\nyL9935Scmo9WrXeZcqXNW3yI97s1tH27pCxhsyy5xqzEYfAPwPFry4gbO+wSGcNm\nFYfbCM19uPvJyN6TEgFNZD5401Pl8LQaVkSAnV9LQPzn/54CJYQb6KlE0rymROyQ\nvKPUZmEkw6ZnVJIF5pjxu6bGGPdv3xmBH6Xnmi0hhNA2AEDbv6wDrLZYLUCTSSqq\nhW8WK3HylsP9dqNT+a3X9l9dG7vqmRevGcbBQDDZPOKjkJkAa8IgIlk3UIWs3bYY\nST0VUtjRpsoLo3XmdYtY5qXxjGjtEy7NjRErlT31WoMzxcLhLwxKGWQz/xMC9OXe\np+uoyVUOd3U/Jvz6vpW9k5ua417IrF9XaxtcKvhp69m16br8JkMuKWvdGomWDXxA\nG1cAbsHJN6JJEU/3Vo35sh0CAwEAAQ==\n-----END PUBLIC KEY-----\n',NULL,'','http://friendica.local/dfrn_request/friendica1','http://friendica.local/dfrn_notify/friendica1','http://friendica.local/dfrn_poll/friendica1','http://friendica.local/dfrn_confirm/friendica1','http://friendica.local/poco/friendica1',0,0,0,0,'','0001-01-01 00:00:00','0001-01-01 00:00:00','0001-01-01 00:00:00','2017-09-07 09:17:49','2017-09-07 09:17:49','2017-09-07 09:19:08','0001-01-01 00:00:00','0001-01-01 00:00:00',0,0,0,1,0,0,0,0,0,0,0,NULL,99,NULL,0,'','0001-01-01',0,0,NULL),(22,0,'2017-09-07 09:18:24',0,0,2,0,'dfrn','friendica3','friendica3','','','','','','','http://friendica.local/photo/profile/4.jpg','http://friendica.local/photo/19065c444ea257e137e46e890d2c7001-4.jpg?ts=1504775904','http://friendica.local/photo/19065c444ea257e137e46e890d2c7001-5.jpg?ts=1504775904','http://friendica.local/photo/19065c444ea257e137e46e890d2c7001-6.jpg?ts=1504775904',NULL,'','','http://friendica.local/profile/friendica3','http://friendica.local/profile/friendica3','friendica3@friendica.local','','-----BEGIN PUBLIC KEY-----\nMIICIjANBgkqhkiG9w0BAQEFAAOCAg8AMIICCgKCAgEAwIuhjeg03GoOuSYqulsa\nvd/spvniwjaYZhCJYTHgOM4ak9qG8SwPhguSBMqZS3baHEcZtYcYsu5vSQAO/zCB\niK8yefV8LguBhoNw36p/hoQ4TdApOH3cjKAJoaxZSJw0oa50ebCSbh23chRHESbv\nlvfGXq0Pmk060VcLf6h00Iivg/BFNmDfEqrVmgpl0G1PIOatNJ5QdEpCP0E5Bg/H\nvnqvBgpkVAZkKA4xY5rw6pB2NofK74gaeNklnVFqAwaQZUrBv+z1C7h3NQ5YRees\nuspiwZVyFy95xm+kGlKq6GJ7WPQi1mKSJisHLxh9uI7ylgIyRWi/GRA2NBLb15tJ\nL9PpyWEbKhEX/zCUQbos6cFC3+jgiJoYIIa5pOYU0Ekf5AcyF3dFsbcWGObn++wv\nk+5dIK/un+1KOv7X3e/bAnkVCHHjzWAzURQkvb0fwFVzw80ioP4L4V+mvw4jxh+x\ndpPBQmqgCglqE2cpCB4gAcYPlXICBC18YcUYOkYIlgz2WuslcJCnrHO6K5q6lAn3\nNqEI/LmJDrq3hbu96k8d/0zCMNO+u3xPIhDcQ6ZzyhZmVDTpVGFiJ7Yhtfih3ASC\nZqWowoSq5onVWLCsj4QquNCIvJK1NLrkrr6rxD4DbCzW7XbZkenuHumh3HoFb5Lc\nRN6UJNHe/4FNNUzcAVBgEe0CAwEAAQ==\n-----END PUBLIC KEY-----\n',NULL,'','http://friendica.local/dfrn_request/friendica3','http://friendica.local/dfrn_notify/friendica3','http://friendica.local/dfrn_poll/friendica3','http://friendica.local/dfrn_confirm/friendica3','http://friendica.local/poco/friendica3',0,0,0,0,'','0001-01-01 00:00:00','0001-01-01 00:00:00','0001-01-01 00:00:00','2017-09-07 09:18:24','2017-09-07 09:18:24','2017-09-07 09:18:24','0001-01-01 00:00:00','0001-01-01 00:00:00',0,0,0,1,0,0,0,0,0,0,0,NULL,99,NULL,0,'','0001-01-01',0,0,NULL); /*!40000 ALTER TABLE `contact` ENABLE KEYS */; UNLOCK TABLES; @@ -385,7 +385,7 @@ CREATE TABLE `conversation` ( LOCK TABLES `conversation` WRITE; /*!40000 ALTER TABLE `conversation` DISABLE KEYS */; -INSERT INTO `conversation` VALUES ('urn:X-dfrn:friendica.dev:2:758d682b1459b10f0be17c3206121357','','http://friendica.dev/display/friendica1/15','http://friendica.dev/display/friendica1/15',1,'\n\n http://friendica.dev/profile/friendica1\n friendica1\n Friendica\n \n \n 0\n 2017-09-07T09:19:08Z\n \n friendica1\n http://friendica.dev/profile/friendica1\n friendica1@friendica.dev\n \n \n true\n 2018-01-01T00:00:00Z\n friendica1\n 2017-09-07T08:56:53Z\n \n friendica1\n +00:00\n \n \n \n friendica1\n http://friendica.dev/profile/friendica1\n friendica1@friendica.dev\n \n \n \n \n friendica1\n http://friendica.dev/profile/friendica1\n friendica1@friendica.dev\n \n \n \n http://friendica.dev/display/friendica1/15\n urn:X-dfrn:friendica.dev:2:758d682b1459b10f0be17c3206121357\n \n <published>2017-09-07T09:19:07Z</published>\n <updated>2017-09-07T09:19:07Z</updated>\n <dfrn:env>QW5kIHRoaXMgcG9zdCBnb2VzIHRvIGdyb3VwMSBvbmx5IQ</dfrn:env>\n <content type=\"text\">And this post goes to group1 only!</content>\n <link rel=\"alternate\" type=\"text/html\" href=\"http://friendica.dev/display/758d682b1459b10f0be17c3206121357\"/>\n <dfrn:comment-allow>1</dfrn:comment-allow>\n <dfrn:private>1</dfrn:private>\n <dfrn:diaspora_guid>758d682b1459b10f0be17c3206121357</dfrn:diaspora_guid>\n <activity:verb>http://activitystrea.ms/schema/1.0/post</activity:verb>\n <activity:object-type>http://activitystrea.ms/schema/1.0/note</activity:object-type>\n </entry>\n</feed>','2017-09-07 09:19:08'),('urn:X-dfrn:friendica.dev:2:758d682b1859b10ebd6abab685903735','','http://friendica.dev/display/friendica1/9','http://friendica.dev/display/friendica1/9',1,'<?xml version=\"1.0\" encoding=\"utf-8\"?>\n<feed xmlns=\"http://www.w3.org/2005/Atom\" xmlns:thr=\"http://purl.org/syndication/thread/1.0\" xmlns:at=\"http://purl.org/atompub/tombstones/1.0\" xmlns:media=\"http://purl.org/syndication/atommedia\" xmlns:dfrn=\"http://purl.org/macgirvin/dfrn/1.0\" xmlns:activity=\"http://activitystrea.ms/spec/1.0/\" xmlns:georss=\"http://www.georss.org/georss\" xmlns:poco=\"http://portablecontacts.net/spec/1.0\" xmlns:ostatus=\"http://ostatus.org/schema/1.0\" xmlns:statusnet=\"http://status.net/schema/api/1/\">\n <id>http://friendica.dev/profile/friendica1</id>\n <title>friendica1\n Friendica\n \n \n 0\n 2017-09-07T09:17:49Z\n \n friendica1\n http://friendica.dev/profile/friendica1\n friendica1@friendica.dev\n \n \n true\n 2018-01-01T00:00:00Z\n friendica1\n 2017-09-07T08:56:53Z\n \n friendica1\n +00:00\n \n \n \n friendica1\n http://friendica.dev/profile/friendica1\n friendica1@friendica.dev\n \n \n \n \n friendica1\n http://friendica.dev/profile/friendica1\n friendica1@friendica.dev\n \n \n \n http://friendica.dev/display/friendica1/9\n urn:X-dfrn:friendica.dev:2:758d682b1859b10ebd6abab685903735\n \n <published>2017-09-07T09:17:49Z</published>\n <updated>2017-09-07T09:17:49Z</updated>\n <dfrn:env>SGV5LCBncm91cDIsIHRoaXMgcG9zdCBpcyBvbmx5IHZpc2libGUgdG8geW91IQ</dfrn:env>\n <content type=\"text\">Hey, group2, this post is only visible to you!</content>\n <link rel=\"alternate\" type=\"text/html\" href=\"http://friendica.dev/display/758d682b1859b10ebd6abab685903735\"/>\n <dfrn:comment-allow>1</dfrn:comment-allow>\n <dfrn:private>1</dfrn:private>\n <dfrn:diaspora_guid>758d682b1859b10ebd6abab685903735</dfrn:diaspora_guid>\n <activity:verb>http://activitystrea.ms/schema/1.0/post</activity:verb>\n <activity:object-type>http://activitystrea.ms/schema/1.0/note</activity:object-type>\n </entry>\n</feed>','2017-09-07 09:17:49'),('urn:X-dfrn:friendica.dev:3:758d682b1359b10e79d3f8f310513025','','http://friendica.dev/display/friendica2/5','http://friendica.dev/display/friendica2/5',1,'<?xml version=\"1.0\" encoding=\"utf-8\"?>\n<feed xmlns=\"http://www.w3.org/2005/Atom\" xmlns:thr=\"http://purl.org/syndication/thread/1.0\" xmlns:at=\"http://purl.org/atompub/tombstones/1.0\" xmlns:media=\"http://purl.org/syndication/atommedia\" xmlns:dfrn=\"http://purl.org/macgirvin/dfrn/1.0\" xmlns:activity=\"http://activitystrea.ms/spec/1.0/\" xmlns:georss=\"http://www.georss.org/georss\" xmlns:poco=\"http://portablecontacts.net/spec/1.0\" xmlns:ostatus=\"http://ostatus.org/schema/1.0\" xmlns:statusnet=\"http://status.net/schema/api/1/\">\n <id>http://friendica.dev/profile/friendica2</id>\n <title>friendica2\n Friendica\n \n \n 0\n 2017-09-07T09:16:42Z\n \n friendica2\n http://friendica.dev/profile/friendica2\n friendica2@friendica.dev\n \n \n true\n 2018-01-01T00:00:00Z\n friendica2\n 2017-09-07T08:58:34Z\n \n friendica2\n +00:00\n \n \n \n friendica2\n http://friendica.dev/profile/friendica2\n friendica2@friendica.dev\n \n \n \n \n friendica2\n http://friendica.dev/profile/friendica2\n friendica2@friendica.dev\n \n \n \n http://friendica.dev/display/friendica2/5\n urn:X-dfrn:friendica.dev:3:758d682b1359b10e79d3f8f310513025\n \n <published>2017-09-07T09:16:41Z</published>\n <updated>2017-09-07T09:16:41Z</updated>\n <dfrn:env>SGVsbG8sIEknbSBmcmllbmRpY2EyISBIb3cgYXJlIHlvdT8</dfrn:env>\n <content type=\"text\">Hello, I\'m friendica2! How are you?</content>\n <link rel=\"alternate\" type=\"text/html\" href=\"http://friendica.dev/display/758d682b1359b10e79d3f8f310513025\"/>\n <dfrn:comment-allow>1</dfrn:comment-allow>\n <dfrn:diaspora_guid>758d682b1359b10e79d3f8f310513025</dfrn:diaspora_guid>\n <activity:verb>http://activitystrea.ms/schema/1.0/post</activity:verb>\n <activity:object-type>http://activitystrea.ms/schema/1.0/note</activity:object-type>\n </entry>\n</feed>','2017-09-07 09:16:42'),('urn:X-dfrn:friendica.dev:3:758d682b2059b10f204f9c2684001373','urn:X-dfrn:friendica.dev:2:758d682b1459b10f0be17c3206121357','http://friendica.dev/display/friendica1/15','http://friendica.dev/display/friendica1/15',1,'<?xml version=\"1.0\" encoding=\"utf-8\"?>\n<feed xmlns=\"http://www.w3.org/2005/Atom\" xmlns:thr=\"http://purl.org/syndication/thread/1.0\" xmlns:at=\"http://purl.org/atompub/tombstones/1.0\" xmlns:media=\"http://purl.org/syndication/atommedia\" xmlns:dfrn=\"http://purl.org/macgirvin/dfrn/1.0\" xmlns:activity=\"http://activitystrea.ms/spec/1.0/\" xmlns:georss=\"http://www.georss.org/georss\" xmlns:poco=\"http://portablecontacts.net/spec/1.0\" xmlns:ostatus=\"http://ostatus.org/schema/1.0\" xmlns:statusnet=\"http://status.net/schema/api/1/\">\n <id>http://friendica.dev/profile/friendica2</id>\n <title>friendica2\n Friendica\n \n \n 0\n 2017-09-07T09:19:28Z\n \n friendica2\n http://friendica.dev/profile/friendica2\n friendica2@friendica.dev\n \n \n true\n 2018-01-01T00:00:00Z\n friendica2\n 2017-09-07T08:58:34Z\n \n friendica2\n +00:00\n \n \n \n friendica2\n http://friendica.dev/profile/friendica2\n friendica2@friendica.dev\n \n \n \n \n friendica2\n http://friendica.dev/profile/friendica2\n friendica2@friendica.dev\n \n \n \n \n http://friendica.dev/display/friendica1/15\n urn:X-dfrn:friendica.dev:3:758d682b2059b10f204f9c2684001373\n \n <published>2017-09-07T09:19:28Z</published>\n <updated>2017-09-07T09:19:28Z</updated>\n <dfrn:env>WWF5IQ</dfrn:env>\n <content type=\"text\">Yay!</content>\n <link rel=\"alternate\" type=\"text/html\" href=\"http://friendica.dev/display/758d682b2059b10f204f9c2684001373\"/>\n <dfrn:private>1</dfrn:private>\n <dfrn:diaspora_guid>758d682b2059b10f204f9c2684001373</dfrn:diaspora_guid>\n <dfrn:diaspora_signature>eyJzaWduZWRfdGV4dCI6IntcImF1dGhvclwiOlwiZnJpZW5kaWNhMkBmcmllbmRpY2EuZGV2XCIsXCJndWlkXCI6XCI3NThkNjgyYjIwNTliMTBmMjA0ZjljMjY4NDAwMTM3M1wiLFwiY3JlYXRlZF9hdFwiOlwiMjAxNy0wOS0wN1QwOToxOToyOFpcIixcInBhcmVudF9ndWlkXCI6XCI3NThkNjgyYjE0NTliMTBmMGJlMTdjMzIwNjEyMTM1N1wiLFwidGV4dFwiOlwiWWF5IVwiLFwiYXV0aG9yX3NpZ25hdHVyZVwiOlwiVHk0T25rWlVGS2dyVmtGMGtONUorMjFialZDb3lPd2xqb2o2OGd3V1FSM1hFVEFKNHZcXFwvTzF5RnlwTHl6YnJPWkNCV3pDOWU5V2czZytGVDZvS2RZTEJ6TVI2UXUyVnJBRllNNUpJOWUwRzhJSVZXV0ZHRDJ6RnloQWhKTHd6eTkzQnF6Q1RURDUrM3M1UDJxdVRKa0p5SnF3ZUdjek5sTGsyZW0yNldTaEc5VnBjZ0Z1UUF5VmNRR0FsVGFVQnFGWW43TW8zRDV4V1BncmhXRXpVOEFVMWkzbEtyN2RCZWtjRU12RkY1aDUxRGViWUNNbXVNdnlqQk1XRURqdjhjYm0wdmVcXFwvNHVvMHVVMEQ5dmlrM29DVEF6WkNWM3JjTGt0aHAwTUZJMXN4R2VwSHpra1xcXC9ISlNNa3lCXFxcL1ZxRE5nUGRlTVR0YkNCQ2RLcjBObVNpbTJkVGxPVmFzY21zdnBRb3kxdFhEd3YxK1BNczJ0RVQ0TzErSnJ2UkZKNlZOSzlsS1BzNTlSWjFZaEZmTEluZUtuNjE2bWNKbTlaYkhEaTZ5MXVRUklHdERqTEdndnM2OVRxVkkwMjhqUlUyS2hsdnJOTThTa3R2UlNmYkh1OERwajFuMXhtZWRPd21kbEpzSnZ6R01PZDJmTnJcXFwvRVhnNm1ZN1lwZ1lQQnQ3VDQyTWZScWFqYXFEVWplTjFYS25mdnByT0RVRE5oR21vbDJmN21NTGk0UnBReVNQRmpEQ0MrNHZoNnk4cTZ5YzRUMkNWekVNWlhJckJlRTNRVzQ2SFNncVZtckVwVlA3MlZMNExTV0dTNDZNOENtQlhwOWMrZ2YwN0M1OWRrbFNQZ0dhMEQrNVo3NjhMMjV0SlBxQXZsVkpTaFNxMWhRVlZUVzRxak5BZmR2S0dJOTA9XCJ9Iiwic2lnbmF0dXJlIjpudWxsLCJzaWduZXIiOiIifQ==</dfrn:diaspora_signature>\n <activity:verb>http://activitystrea.ms/schema/1.0/post</activity:verb>\n <activity:object-type>http://activitystrea.ms/schema/1.0/comment</activity:object-type>\n </entry>\n</feed>','2017-09-07 09:19:28'),('urn:X-dfrn:friendica.dev:4:758d682b1059b10ee096f38798595234','urn:X-dfrn:friendica.dev:2:758d682b1859b10ebd6abab685903735','http://friendica.dev/display/friendica1/9','http://friendica.dev/display/friendica1/9',1,'<?xml version=\"1.0\" encoding=\"utf-8\"?>\n<feed xmlns=\"http://www.w3.org/2005/Atom\" xmlns:thr=\"http://purl.org/syndication/thread/1.0\" xmlns:at=\"http://purl.org/atompub/tombstones/1.0\" xmlns:media=\"http://purl.org/syndication/atommedia\" xmlns:dfrn=\"http://purl.org/macgirvin/dfrn/1.0\" xmlns:activity=\"http://activitystrea.ms/spec/1.0/\" xmlns:georss=\"http://www.georss.org/georss\" xmlns:poco=\"http://portablecontacts.net/spec/1.0\" xmlns:ostatus=\"http://ostatus.org/schema/1.0\" xmlns:statusnet=\"http://status.net/schema/api/1/\">\n <id>http://friendica.dev/profile/friendica3</id>\n <title>friendica3\n Friendica\n \n \n 0\n 2017-09-07T09:18:24Z\n \n friendica3\n http://friendica.dev/profile/friendica3\n friendica3@friendica.dev\n \n \n true\n 2018-01-01T00:00:00Z\n friendica3\n 2017-09-07T08:59:16Z\n \n friendica3\n +00:00\n \n \n \n friendica3\n http://friendica.dev/profile/friendica3\n friendica3@friendica.dev\n \n \n \n \n friendica3\n http://friendica.dev/profile/friendica3\n friendica3@friendica.dev\n \n \n \n \n http://friendica.dev/display/friendica1/9\n urn:X-dfrn:friendica.dev:4:758d682b1059b10ee096f38798595234\n \n <published>2017-09-07T09:18:24Z</published>\n <updated>2017-09-07T09:18:24Z</updated>\n <dfrn:env>Q29vbCE</dfrn:env>\n <content type=\"text\">Cool!</content>\n <link rel=\"alternate\" type=\"text/html\" href=\"http://friendica.dev/display/758d682b1059b10ee096f38798595234\"/>\n <dfrn:private>1</dfrn:private>\n <dfrn:diaspora_guid>758d682b1059b10ee096f38798595234</dfrn:diaspora_guid>\n <dfrn:diaspora_signature>eyJzaWduZWRfdGV4dCI6IntcImF1dGhvclwiOlwiZnJpZW5kaWNhM0BmcmllbmRpY2EuZGV2XCIsXCJndWlkXCI6XCI3NThkNjgyYjEwNTliMTBlZTA5NmYzODc5ODU5NTIzNFwiLFwiY3JlYXRlZF9hdFwiOlwiMjAxNy0wOS0wN1QwOToxODoyNFpcIixcInBhcmVudF9ndWlkXCI6XCI3NThkNjgyYjE4NTliMTBlYmQ2YWJhYjY4NTkwMzczNVwiLFwidGV4dFwiOlwiQ29vbCFcIixcImF1dGhvcl9zaWduYXR1cmVcIjpcIkJCdEhZK3dRMlpMNk0wQnk2d2s3VHc4OHg1OEJZSFEyeklKMXVmaTZWOXA1a1dyWWIzQUVFT3FIWGJqNE0yOHl6R1VzelZWMVV0UVxcXC9WM2VtbUFraER6elR6NUIzUk5Pd1dqcUZWcGJNbHR6VzR6N2pQNnZmWTE4dytJQ29yTFR1dCt5bm4wbStYU0pKS1E0Rkd3cXB3V0RPUnNzZ2s2aHB1b3E0UWd6SVlSVVNTMXBtME9TVVAxWjNSMk5RWEdhalR6UjY2ZTErYTdIYTRzTG42SjA2UlRmblQ4KzF3WWJNUG5vOUF6RmdhTnRRMk9jSjNwTmtcXFwvVnVxTkRDWEF5RGthZjdjYnBMc0I0UWNEcWsrcDkxR1FcXFwvXFxcL09nRVN3V1QrS0JWUHY2Vm9BMWJadWJBMG5nQkhmZGI0d0RXQ3l0MHd0TGV0cG8yVHVLU3BraWtOOWhEdjR2VWZsbzZUS1NsZHk3WVFSVTBDV0FVSHh3bEtnU244VXVGblxcXC9vZXFcXFwvMXJuenM4MUVHcWNodzZOU1dGZStuTVpXWFQ2a25uZ0dRTnJvdVprV1RKQUJMUlZmdFBTRUZxZjk4eXNPaE90OXFQQ09xOVNjR25LREhyWnlpU08rYVRoN1E3WXBleHM4c1xcXC9ZYlM2ZTNpREFmNzRRYXFQMTRmS2VDbXQzczJ6eWhzT2VteGZiOTY5NDNTWnVpNG13TDNqdDJYaEpodTJHVE5qaklCdithUW9CUnZlR1pEcUVqeWU2eCtEZlQ1d1A5NTVlOGcyNGRCWDVKb0Y5RFlzc044ZCtyT2lVam1hT0wzTjNwd0RucGJMMTJkekgzT014bGdmNkdUdTZBUHRWWGtITDcwZjY1cFxcXC9wZ3AxY3FRN2E0VlRwdUZYbHR1T0VGVFZBUlFBMFJrSHJGUW1FPVwifSIsInNpZ25hdHVyZSI6bnVsbCwic2lnbmVyIjoiIn0=</dfrn:diaspora_signature>\n <activity:verb>http://activitystrea.ms/schema/1.0/post</activity:verb>\n <activity:object-type>http://activitystrea.ms/schema/1.0/comment</activity:object-type>\n </entry>\n</feed>','2017-09-07 09:18:24'),('urn:X-dfrn:friendica.dev:6:758d682b1559b10e589ca69032940355','','http://friendica.dev/display/friendica5/1','http://friendica.dev/display/friendica5/1',1,'<?xml version=\"1.0\" encoding=\"utf-8\"?>\n<feed xmlns=\"http://www.w3.org/2005/Atom\" xmlns:thr=\"http://purl.org/syndication/thread/1.0\" xmlns:at=\"http://purl.org/atompub/tombstones/1.0\" xmlns:media=\"http://purl.org/syndication/atommedia\" xmlns:dfrn=\"http://purl.org/macgirvin/dfrn/1.0\" xmlns:activity=\"http://activitystrea.ms/spec/1.0/\" xmlns:georss=\"http://www.georss.org/georss\" xmlns:poco=\"http://portablecontacts.net/spec/1.0\" xmlns:ostatus=\"http://ostatus.org/schema/1.0\" xmlns:statusnet=\"http://status.net/schema/api/1/\">\n <id>http://friendica.dev/profile/friendica5</id>\n <title>friendica5\n Friendica\n \n \n 0\n 2017-09-07T09:16:08Z\n \n friendica5\n http://friendica.dev/profile/friendica5\n friendica5@friendica.dev\n \n \n true\n 2018-01-01T00:00:00Z\n friendica5\n 2017-09-07T09:00:32Z\n \n friendica5\n +00:00\n \n \n \n friendica5\n http://friendica.dev/profile/friendica5\n friendica5@friendica.dev\n \n \n \n \n friendica5\n http://friendica.dev/profile/friendica5\n friendica5@friendica.dev\n \n \n \n http://friendica.dev/display/friendica5/1\n urn:X-dfrn:friendica.dev:6:758d682b1559b10e589ca69032940355\n \n <published>2017-09-07T09:16:08Z</published>\n <updated>2017-09-07T09:16:08Z</updated>\n <dfrn:env>SGksIG15IG5hbWUgaXMgZnJpZW5kaWNhNSwgSSBhbSBuZXcgaGVyZSE</dfrn:env>\n <content type=\"text\">Hi, my name is friendica5, I am new here!</content>\n <link rel=\"alternate\" type=\"text/html\" href=\"http://friendica.dev/display/758d682b1559b10e589ca69032940355\"/>\n <dfrn:comment-allow>1</dfrn:comment-allow>\n <dfrn:diaspora_guid>758d682b1559b10e589ca69032940355</dfrn:diaspora_guid>\n <activity:verb>http://activitystrea.ms/schema/1.0/post</activity:verb>\n <activity:object-type>http://activitystrea.ms/schema/1.0/note</activity:object-type>\n </entry>\n</feed>','2017-09-07 09:16:08'); +INSERT INTO `conversation` VALUES ('urn:X-dfrn:friendica.local:2:758d682b1459b10f0be17c3206121357','','http://friendica.local/display/friendica1/15','http://friendica.local/display/friendica1/15',1,'<?xml version=\"1.0\" encoding=\"utf-8\"?>\n<feed xmlns=\"http://www.w3.org/2005/Atom\" xmlns:thr=\"http://purl.org/syndication/thread/1.0\" xmlns:at=\"http://purl.org/atompub/tombstones/1.0\" xmlns:media=\"http://purl.org/syndication/atommedia\" xmlns:dfrn=\"http://purl.org/macgirvin/dfrn/1.0\" xmlns:activity=\"http://activitystrea.ms/spec/1.0/\" xmlns:georss=\"http://www.georss.org/georss\" xmlns:poco=\"http://portablecontacts.net/spec/1.0\" xmlns:ostatus=\"http://ostatus.org/schema/1.0\" xmlns:statusnet=\"http://status.net/schema/api/1/\">\n <id>http://friendica.local/profile/friendica1</id>\n <title>friendica1\n Friendica\n \n \n 0\n 2017-09-07T09:19:08Z\n \n friendica1\n http://friendica.local/profile/friendica1\n friendica1@friendica.local\n \n \n true\n 2018-01-01T00:00:00Z\n friendica1\n 2017-09-07T08:56:53Z\n \n friendica1\n +00:00\n \n \n \n friendica1\n http://friendica.local/profile/friendica1\n friendica1@friendica.local\n \n \n \n \n friendica1\n http://friendica.local/profile/friendica1\n friendica1@friendica.local\n \n \n \n http://friendica.local/display/friendica1/15\n urn:X-dfrn:friendica.local:2:758d682b1459b10f0be17c3206121357\n \n <published>2017-09-07T09:19:07Z</published>\n <updated>2017-09-07T09:19:07Z</updated>\n <dfrn:env>QW5kIHRoaXMgcG9zdCBnb2VzIHRvIGdyb3VwMSBvbmx5IQ</dfrn:env>\n <content type=\"text\">And this post goes to group1 only!</content>\n <link rel=\"alternate\" type=\"text/html\" href=\"http://friendica.local/display/758d682b1459b10f0be17c3206121357\"/>\n <dfrn:comment-allow>1</dfrn:comment-allow>\n <dfrn:private>1</dfrn:private>\n <dfrn:diaspora_guid>758d682b1459b10f0be17c3206121357</dfrn:diaspora_guid>\n <activity:verb>http://activitystrea.ms/schema/1.0/post</activity:verb>\n <activity:object-type>http://activitystrea.ms/schema/1.0/note</activity:object-type>\n </entry>\n</feed>','2017-09-07 09:19:08'),('urn:X-dfrn:friendica.local:2:758d682b1859b10ebd6abab685903735','','http://friendica.local/display/friendica1/9','http://friendica.local/display/friendica1/9',1,'<?xml version=\"1.0\" encoding=\"utf-8\"?>\n<feed xmlns=\"http://www.w3.org/2005/Atom\" xmlns:thr=\"http://purl.org/syndication/thread/1.0\" xmlns:at=\"http://purl.org/atompub/tombstones/1.0\" xmlns:media=\"http://purl.org/syndication/atommedia\" xmlns:dfrn=\"http://purl.org/macgirvin/dfrn/1.0\" xmlns:activity=\"http://activitystrea.ms/spec/1.0/\" xmlns:georss=\"http://www.georss.org/georss\" xmlns:poco=\"http://portablecontacts.net/spec/1.0\" xmlns:ostatus=\"http://ostatus.org/schema/1.0\" xmlns:statusnet=\"http://status.net/schema/api/1/\">\n <id>http://friendica.local/profile/friendica1</id>\n <title>friendica1\n Friendica\n \n \n 0\n 2017-09-07T09:17:49Z\n \n friendica1\n http://friendica.local/profile/friendica1\n friendica1@friendica.local\n \n \n true\n 2018-01-01T00:00:00Z\n friendica1\n 2017-09-07T08:56:53Z\n \n friendica1\n +00:00\n \n \n \n friendica1\n http://friendica.local/profile/friendica1\n friendica1@friendica.local\n \n \n \n \n friendica1\n http://friendica.local/profile/friendica1\n friendica1@friendica.local\n \n \n \n http://friendica.local/display/friendica1/9\n urn:X-dfrn:friendica.local:2:758d682b1859b10ebd6abab685903735\n \n <published>2017-09-07T09:17:49Z</published>\n <updated>2017-09-07T09:17:49Z</updated>\n <dfrn:env>SGV5LCBncm91cDIsIHRoaXMgcG9zdCBpcyBvbmx5IHZpc2libGUgdG8geW91IQ</dfrn:env>\n <content type=\"text\">Hey, group2, this post is only visible to you!</content>\n <link rel=\"alternate\" type=\"text/html\" href=\"http://friendica.local/display/758d682b1859b10ebd6abab685903735\"/>\n <dfrn:comment-allow>1</dfrn:comment-allow>\n <dfrn:private>1</dfrn:private>\n <dfrn:diaspora_guid>758d682b1859b10ebd6abab685903735</dfrn:diaspora_guid>\n <activity:verb>http://activitystrea.ms/schema/1.0/post</activity:verb>\n <activity:object-type>http://activitystrea.ms/schema/1.0/note</activity:object-type>\n </entry>\n</feed>','2017-09-07 09:17:49'),('urn:X-dfrn:friendica.local:3:758d682b1359b10e79d3f8f310513025','','http://friendica.local/display/friendica2/5','http://friendica.local/display/friendica2/5',1,'<?xml version=\"1.0\" encoding=\"utf-8\"?>\n<feed xmlns=\"http://www.w3.org/2005/Atom\" xmlns:thr=\"http://purl.org/syndication/thread/1.0\" xmlns:at=\"http://purl.org/atompub/tombstones/1.0\" xmlns:media=\"http://purl.org/syndication/atommedia\" xmlns:dfrn=\"http://purl.org/macgirvin/dfrn/1.0\" xmlns:activity=\"http://activitystrea.ms/spec/1.0/\" xmlns:georss=\"http://www.georss.org/georss\" xmlns:poco=\"http://portablecontacts.net/spec/1.0\" xmlns:ostatus=\"http://ostatus.org/schema/1.0\" xmlns:statusnet=\"http://status.net/schema/api/1/\">\n <id>http://friendica.local/profile/friendica2</id>\n <title>friendica2\n Friendica\n \n \n 0\n 2017-09-07T09:16:42Z\n \n friendica2\n http://friendica.local/profile/friendica2\n friendica2@friendica.local\n \n \n true\n 2018-01-01T00:00:00Z\n friendica2\n 2017-09-07T08:58:34Z\n \n friendica2\n +00:00\n \n \n \n friendica2\n http://friendica.local/profile/friendica2\n friendica2@friendica.local\n \n \n \n \n friendica2\n http://friendica.local/profile/friendica2\n friendica2@friendica.local\n \n \n \n http://friendica.local/display/friendica2/5\n urn:X-dfrn:friendica.local:3:758d682b1359b10e79d3f8f310513025\n \n <published>2017-09-07T09:16:41Z</published>\n <updated>2017-09-07T09:16:41Z</updated>\n <dfrn:env>SGVsbG8sIEknbSBmcmllbmRpY2EyISBIb3cgYXJlIHlvdT8</dfrn:env>\n <content type=\"text\">Hello, I\'m friendica2! How are you?</content>\n <link rel=\"alternate\" type=\"text/html\" href=\"http://friendica.local/display/758d682b1359b10e79d3f8f310513025\"/>\n <dfrn:comment-allow>1</dfrn:comment-allow>\n <dfrn:diaspora_guid>758d682b1359b10e79d3f8f310513025</dfrn:diaspora_guid>\n <activity:verb>http://activitystrea.ms/schema/1.0/post</activity:verb>\n <activity:object-type>http://activitystrea.ms/schema/1.0/note</activity:object-type>\n </entry>\n</feed>','2017-09-07 09:16:42'),('urn:X-dfrn:friendica.local:3:758d682b2059b10f204f9c2684001373','urn:X-dfrn:friendica.local:2:758d682b1459b10f0be17c3206121357','http://friendica.local/display/friendica1/15','http://friendica.local/display/friendica1/15',1,'<?xml version=\"1.0\" encoding=\"utf-8\"?>\n<feed xmlns=\"http://www.w3.org/2005/Atom\" xmlns:thr=\"http://purl.org/syndication/thread/1.0\" xmlns:at=\"http://purl.org/atompub/tombstones/1.0\" xmlns:media=\"http://purl.org/syndication/atommedia\" xmlns:dfrn=\"http://purl.org/macgirvin/dfrn/1.0\" xmlns:activity=\"http://activitystrea.ms/spec/1.0/\" xmlns:georss=\"http://www.georss.org/georss\" xmlns:poco=\"http://portablecontacts.net/spec/1.0\" xmlns:ostatus=\"http://ostatus.org/schema/1.0\" xmlns:statusnet=\"http://status.net/schema/api/1/\">\n <id>http://friendica.local/profile/friendica2</id>\n <title>friendica2\n Friendica\n \n \n 0\n 2017-09-07T09:19:28Z\n \n friendica2\n http://friendica.local/profile/friendica2\n friendica2@friendica.local\n \n \n true\n 2018-01-01T00:00:00Z\n friendica2\n 2017-09-07T08:58:34Z\n \n friendica2\n +00:00\n \n \n \n friendica2\n http://friendica.local/profile/friendica2\n friendica2@friendica.local\n \n \n \n \n friendica2\n http://friendica.local/profile/friendica2\n friendica2@friendica.local\n \n \n \n \n http://friendica.local/display/friendica1/15\n urn:X-dfrn:friendica.local:3:758d682b2059b10f204f9c2684001373\n \n <published>2017-09-07T09:19:28Z</published>\n <updated>2017-09-07T09:19:28Z</updated>\n <dfrn:env>WWF5IQ</dfrn:env>\n <content type=\"text\">Yay!</content>\n <link rel=\"alternate\" type=\"text/html\" href=\"http://friendica.local/display/758d682b2059b10f204f9c2684001373\"/>\n <dfrn:private>1</dfrn:private>\n <dfrn:diaspora_guid>758d682b2059b10f204f9c2684001373</dfrn:diaspora_guid>\n <dfrn:diaspora_signature>eyJzaWduZWRfdGV4dCI6IntcImF1dGhvclwiOlwiZnJpZW5kaWNhMkBmcmllbmRpY2EuZGV2XCIsXCJndWlkXCI6XCI3NThkNjgyYjIwNTliMTBmMjA0ZjljMjY4NDAwMTM3M1wiLFwiY3JlYXRlZF9hdFwiOlwiMjAxNy0wOS0wN1QwOToxOToyOFpcIixcInBhcmVudF9ndWlkXCI6XCI3NThkNjgyYjE0NTliMTBmMGJlMTdjMzIwNjEyMTM1N1wiLFwidGV4dFwiOlwiWWF5IVwiLFwiYXV0aG9yX3NpZ25hdHVyZVwiOlwiVHk0T25rWlVGS2dyVmtGMGtONUorMjFialZDb3lPd2xqb2o2OGd3V1FSM1hFVEFKNHZcXFwvTzF5RnlwTHl6YnJPWkNCV3pDOWU5V2czZytGVDZvS2RZTEJ6TVI2UXUyVnJBRllNNUpJOWUwRzhJSVZXV0ZHRDJ6RnloQWhKTHd6eTkzQnF6Q1RURDUrM3M1UDJxdVRKa0p5SnF3ZUdjek5sTGsyZW0yNldTaEc5VnBjZ0Z1UUF5VmNRR0FsVGFVQnFGWW43TW8zRDV4V1BncmhXRXpVOEFVMWkzbEtyN2RCZWtjRU12RkY1aDUxRGViWUNNbXVNdnlqQk1XRURqdjhjYm0wdmVcXFwvNHVvMHVVMEQ5dmlrM29DVEF6WkNWM3JjTGt0aHAwTUZJMXN4R2VwSHpra1xcXC9ISlNNa3lCXFxcL1ZxRE5nUGRlTVR0YkNCQ2RLcjBObVNpbTJkVGxPVmFzY21zdnBRb3kxdFhEd3YxK1BNczJ0RVQ0TzErSnJ2UkZKNlZOSzlsS1BzNTlSWjFZaEZmTEluZUtuNjE2bWNKbTlaYkhEaTZ5MXVRUklHdERqTEdndnM2OVRxVkkwMjhqUlUyS2hsdnJOTThTa3R2UlNmYkh1OERwajFuMXhtZWRPd21kbEpzSnZ6R01PZDJmTnJcXFwvRVhnNm1ZN1lwZ1lQQnQ3VDQyTWZScWFqYXFEVWplTjFYS25mdnByT0RVRE5oR21vbDJmN21NTGk0UnBReVNQRmpEQ0MrNHZoNnk4cTZ5YzRUMkNWekVNWlhJckJlRTNRVzQ2SFNncVZtckVwVlA3MlZMNExTV0dTNDZNOENtQlhwOWMrZ2YwN0M1OWRrbFNQZ0dhMEQrNVo3NjhMMjV0SlBxQXZsVkpTaFNxMWhRVlZUVzRxak5BZmR2S0dJOTA9XCJ9Iiwic2lnbmF0dXJlIjpudWxsLCJzaWduZXIiOiIifQ==</dfrn:diaspora_signature>\n <activity:verb>http://activitystrea.ms/schema/1.0/post</activity:verb>\n <activity:object-type>http://activitystrea.ms/schema/1.0/comment</activity:object-type>\n </entry>\n</feed>','2017-09-07 09:19:28'),('urn:X-dfrn:friendica.local:4:758d682b1059b10ee096f38798595234','urn:X-dfrn:friendica.local:2:758d682b1859b10ebd6abab685903735','http://friendica.local/display/friendica1/9','http://friendica.local/display/friendica1/9',1,'<?xml version=\"1.0\" encoding=\"utf-8\"?>\n<feed xmlns=\"http://www.w3.org/2005/Atom\" xmlns:thr=\"http://purl.org/syndication/thread/1.0\" xmlns:at=\"http://purl.org/atompub/tombstones/1.0\" xmlns:media=\"http://purl.org/syndication/atommedia\" xmlns:dfrn=\"http://purl.org/macgirvin/dfrn/1.0\" xmlns:activity=\"http://activitystrea.ms/spec/1.0/\" xmlns:georss=\"http://www.georss.org/georss\" xmlns:poco=\"http://portablecontacts.net/spec/1.0\" xmlns:ostatus=\"http://ostatus.org/schema/1.0\" xmlns:statusnet=\"http://status.net/schema/api/1/\">\n <id>http://friendica.local/profile/friendica3</id>\n <title>friendica3\n Friendica\n \n \n 0\n 2017-09-07T09:18:24Z\n \n friendica3\n http://friendica.local/profile/friendica3\n friendica3@friendica.local\n \n \n true\n 2018-01-01T00:00:00Z\n friendica3\n 2017-09-07T08:59:16Z\n \n friendica3\n +00:00\n \n \n \n friendica3\n http://friendica.local/profile/friendica3\n friendica3@friendica.local\n \n \n \n \n friendica3\n http://friendica.local/profile/friendica3\n friendica3@friendica.local\n \n \n \n \n http://friendica.local/display/friendica1/9\n urn:X-dfrn:friendica.local:4:758d682b1059b10ee096f38798595234\n \n <published>2017-09-07T09:18:24Z</published>\n <updated>2017-09-07T09:18:24Z</updated>\n <dfrn:env>Q29vbCE</dfrn:env>\n <content type=\"text\">Cool!</content>\n <link rel=\"alternate\" type=\"text/html\" href=\"http://friendica.local/display/758d682b1059b10ee096f38798595234\"/>\n <dfrn:private>1</dfrn:private>\n <dfrn:diaspora_guid>758d682b1059b10ee096f38798595234</dfrn:diaspora_guid>\n <dfrn:diaspora_signature>eyJzaWduZWRfdGV4dCI6IntcImF1dGhvclwiOlwiZnJpZW5kaWNhM0BmcmllbmRpY2EuZGV2XCIsXCJndWlkXCI6XCI3NThkNjgyYjEwNTliMTBlZTA5NmYzODc5ODU5NTIzNFwiLFwiY3JlYXRlZF9hdFwiOlwiMjAxNy0wOS0wN1QwOToxODoyNFpcIixcInBhcmVudF9ndWlkXCI6XCI3NThkNjgyYjE4NTliMTBlYmQ2YWJhYjY4NTkwMzczNVwiLFwidGV4dFwiOlwiQ29vbCFcIixcImF1dGhvcl9zaWduYXR1cmVcIjpcIkJCdEhZK3dRMlpMNk0wQnk2d2s3VHc4OHg1OEJZSFEyeklKMXVmaTZWOXA1a1dyWWIzQUVFT3FIWGJqNE0yOHl6R1VzelZWMVV0UVxcXC9WM2VtbUFraER6elR6NUIzUk5Pd1dqcUZWcGJNbHR6VzR6N2pQNnZmWTE4dytJQ29yTFR1dCt5bm4wbStYU0pKS1E0Rkd3cXB3V0RPUnNzZ2s2aHB1b3E0UWd6SVlSVVNTMXBtME9TVVAxWjNSMk5RWEdhalR6UjY2ZTErYTdIYTRzTG42SjA2UlRmblQ4KzF3WWJNUG5vOUF6RmdhTnRRMk9jSjNwTmtcXFwvVnVxTkRDWEF5RGthZjdjYnBMc0I0UWNEcWsrcDkxR1FcXFwvXFxcL09nRVN3V1QrS0JWUHY2Vm9BMWJadWJBMG5nQkhmZGI0d0RXQ3l0MHd0TGV0cG8yVHVLU3BraWtOOWhEdjR2VWZsbzZUS1NsZHk3WVFSVTBDV0FVSHh3bEtnU244VXVGblxcXC9vZXFcXFwvMXJuenM4MUVHcWNodzZOU1dGZStuTVpXWFQ2a25uZ0dRTnJvdVprV1RKQUJMUlZmdFBTRUZxZjk4eXNPaE90OXFQQ09xOVNjR25LREhyWnlpU08rYVRoN1E3WXBleHM4c1xcXC9ZYlM2ZTNpREFmNzRRYXFQMTRmS2VDbXQzczJ6eWhzT2VteGZiOTY5NDNTWnVpNG13TDNqdDJYaEpodTJHVE5qaklCdithUW9CUnZlR1pEcUVqeWU2eCtEZlQ1d1A5NTVlOGcyNGRCWDVKb0Y5RFlzc044ZCtyT2lVam1hT0wzTjNwd0RucGJMMTJkekgzT014bGdmNkdUdTZBUHRWWGtITDcwZjY1cFxcXC9wZ3AxY3FRN2E0VlRwdUZYbHR1T0VGVFZBUlFBMFJrSHJGUW1FPVwifSIsInNpZ25hdHVyZSI6bnVsbCwic2lnbmVyIjoiIn0=</dfrn:diaspora_signature>\n <activity:verb>http://activitystrea.ms/schema/1.0/post</activity:verb>\n <activity:object-type>http://activitystrea.ms/schema/1.0/comment</activity:object-type>\n </entry>\n</feed>','2017-09-07 09:18:24'),('urn:X-dfrn:friendica.local:6:758d682b1559b10e589ca69032940355','','http://friendica.local/display/friendica5/1','http://friendica.local/display/friendica5/1',1,'<?xml version=\"1.0\" encoding=\"utf-8\"?>\n<feed xmlns=\"http://www.w3.org/2005/Atom\" xmlns:thr=\"http://purl.org/syndication/thread/1.0\" xmlns:at=\"http://purl.org/atompub/tombstones/1.0\" xmlns:media=\"http://purl.org/syndication/atommedia\" xmlns:dfrn=\"http://purl.org/macgirvin/dfrn/1.0\" xmlns:activity=\"http://activitystrea.ms/spec/1.0/\" xmlns:georss=\"http://www.georss.org/georss\" xmlns:poco=\"http://portablecontacts.net/spec/1.0\" xmlns:ostatus=\"http://ostatus.org/schema/1.0\" xmlns:statusnet=\"http://status.net/schema/api/1/\">\n <id>http://friendica.local/profile/friendica5</id>\n <title>friendica5\n Friendica\n \n \n 0\n 2017-09-07T09:16:08Z\n \n friendica5\n http://friendica.local/profile/friendica5\n friendica5@friendica.local\n \n \n true\n 2018-01-01T00:00:00Z\n friendica5\n 2017-09-07T09:00:32Z\n \n friendica5\n +00:00\n \n \n \n friendica5\n http://friendica.local/profile/friendica5\n friendica5@friendica.local\n \n \n \n \n friendica5\n http://friendica.local/profile/friendica5\n friendica5@friendica.local\n \n \n \n http://friendica.local/display/friendica5/1\n urn:X-dfrn:friendica.local:6:758d682b1559b10e589ca69032940355\n \n <published>2017-09-07T09:16:08Z</published>\n <updated>2017-09-07T09:16:08Z</updated>\n <dfrn:env>SGksIG15IG5hbWUgaXMgZnJpZW5kaWNhNSwgSSBhbSBuZXcgaGVyZSE</dfrn:env>\n <content type=\"text\">Hi, my name is friendica5, I am new here!</content>\n <link rel=\"alternate\" type=\"text/html\" href=\"http://friendica.local/display/758d682b1559b10e589ca69032940355\"/>\n <dfrn:comment-allow>1</dfrn:comment-allow>\n <dfrn:diaspora_guid>758d682b1559b10e589ca69032940355</dfrn:diaspora_guid>\n <activity:verb>http://activitystrea.ms/schema/1.0/post</activity:verb>\n <activity:object-type>http://activitystrea.ms/schema/1.0/note</activity:object-type>\n </entry>\n</feed>','2017-09-07 09:16:08'); /*!40000 ALTER TABLE `conversation` ENABLE KEYS */; UNLOCK TABLES; @@ -428,7 +428,7 @@ CREATE TABLE `event` ( LOCK TABLES `event` WRITE; /*!40000 ALTER TABLE `event` DISABLE KEYS */; -INSERT INTO `event` VALUES (1,'',2,14,'','2017-09-07 09:16:08','2017-09-07 09:16:08','2018-01-01 00:00:00','2018-01-02 00:00:00','friendica5\\\'s birthday','Happy Birthday [url=http://friendica.dev/profile/friendica5]friendica5[/url]',NULL,'birthday',0,1,0,NULL,NULL,NULL,NULL),(2,'',5,18,'','2017-09-07 09:16:08','2017-09-07 09:16:08','2018-01-01 00:00:00','2018-01-02 00:00:00','friendica5\\\'s birthday','Happy Birthday [url=http://friendica.dev/profile/friendica5]friendica5[/url]',NULL,'birthday',0,1,0,NULL,NULL,NULL,NULL),(3,'',2,8,'','2017-09-07 09:16:42','2017-09-07 09:16:42','2018-01-01 00:00:00','2018-01-02 00:00:00','friendica2\\\'s birthday','Happy Birthday [url=http://friendica.dev/profile/friendica2]friendica2[/url]',NULL,'birthday',0,1,0,NULL,NULL,NULL,NULL),(4,'',4,15,'','2017-09-07 09:16:42','2017-09-07 09:16:42','2018-01-01 00:00:00','2018-01-02 00:00:00','friendica2\\\'s birthday','Happy Birthday [url=http://friendica.dev/profile/friendica2]friendica2[/url]',NULL,'birthday',0,1,0,NULL,NULL,NULL,NULL),(5,'',4,9,'','2017-09-07 09:17:49','2017-09-07 09:17:49','2018-01-01 00:00:00','2018-01-02 00:00:00','friendica1\\\'s birthday','Happy Birthday [url=http://friendica.dev/profile/friendica1]friendica1[/url]',NULL,'birthday',0,1,0,NULL,NULL,NULL,NULL),(6,'',6,13,'','2017-09-07 09:17:49','2017-09-07 09:17:49','2018-01-01 00:00:00','2018-01-02 00:00:00','friendica1\\\'s birthday','Happy Birthday [url=http://friendica.dev/profile/friendica1]friendica1[/url]',NULL,'birthday',0,1,0,NULL,NULL,NULL,NULL),(7,'',2,10,'','2017-09-07 09:18:24','2017-09-07 09:18:24','2018-01-01 00:00:00','2018-01-02 00:00:00','friendica3\\\'s birthday','Happy Birthday [url=http://friendica.dev/profile/friendica3]friendica3[/url]',NULL,'birthday',0,1,0,NULL,NULL,NULL,NULL),(8,'',3,7,'','2017-09-07 09:19:08','2017-09-07 09:19:08','2018-01-01 00:00:00','2018-01-02 00:00:00','friendica1\\\'s birthday','Happy Birthday [url=http://friendica.dev/profile/friendica1]friendica1[/url]',NULL,'birthday',0,1,0,NULL,NULL,NULL,NULL),(9,'',5,11,'','2017-09-07 09:19:08','2017-09-07 09:19:08','2018-01-01 00:00:00','2018-01-02 00:00:00','friendica1\\\'s birthday','Happy Birthday [url=http://friendica.dev/profile/friendica1]friendica1[/url]',NULL,'birthday',0,1,0,NULL,NULL,NULL,NULL); +INSERT INTO `event` VALUES (1,'',2,14,'','2017-09-07 09:16:08','2017-09-07 09:16:08','2018-01-01 00:00:00','2018-01-02 00:00:00','friendica5\\\'s birthday','Happy Birthday [url=http://friendica.local/profile/friendica5]friendica5[/url]',NULL,'birthday',0,1,0,NULL,NULL,NULL,NULL),(2,'',5,18,'','2017-09-07 09:16:08','2017-09-07 09:16:08','2018-01-01 00:00:00','2018-01-02 00:00:00','friendica5\\\'s birthday','Happy Birthday [url=http://friendica.local/profile/friendica5]friendica5[/url]',NULL,'birthday',0,1,0,NULL,NULL,NULL,NULL),(3,'',2,8,'','2017-09-07 09:16:42','2017-09-07 09:16:42','2018-01-01 00:00:00','2018-01-02 00:00:00','friendica2\\\'s birthday','Happy Birthday [url=http://friendica.local/profile/friendica2]friendica2[/url]',NULL,'birthday',0,1,0,NULL,NULL,NULL,NULL),(4,'',4,15,'','2017-09-07 09:16:42','2017-09-07 09:16:42','2018-01-01 00:00:00','2018-01-02 00:00:00','friendica2\\\'s birthday','Happy Birthday [url=http://friendica.local/profile/friendica2]friendica2[/url]',NULL,'birthday',0,1,0,NULL,NULL,NULL,NULL),(5,'',4,9,'','2017-09-07 09:17:49','2017-09-07 09:17:49','2018-01-01 00:00:00','2018-01-02 00:00:00','friendica1\\\'s birthday','Happy Birthday [url=http://friendica.local/profile/friendica1]friendica1[/url]',NULL,'birthday',0,1,0,NULL,NULL,NULL,NULL),(6,'',6,13,'','2017-09-07 09:17:49','2017-09-07 09:17:49','2018-01-01 00:00:00','2018-01-02 00:00:00','friendica1\\\'s birthday','Happy Birthday [url=http://friendica.local/profile/friendica1]friendica1[/url]',NULL,'birthday',0,1,0,NULL,NULL,NULL,NULL),(7,'',2,10,'','2017-09-07 09:18:24','2017-09-07 09:18:24','2018-01-01 00:00:00','2018-01-02 00:00:00','friendica3\\\'s birthday','Happy Birthday [url=http://friendica.local/profile/friendica3]friendica3[/url]',NULL,'birthday',0,1,0,NULL,NULL,NULL,NULL),(8,'',3,7,'','2017-09-07 09:19:08','2017-09-07 09:19:08','2018-01-01 00:00:00','2018-01-02 00:00:00','friendica1\\\'s birthday','Happy Birthday [url=http://friendica.local/profile/friendica1]friendica1[/url]',NULL,'birthday',0,1,0,NULL,NULL,NULL,NULL),(9,'',5,11,'','2017-09-07 09:19:08','2017-09-07 09:19:08','2018-01-01 00:00:00','2018-01-02 00:00:00','friendica1\\\'s birthday','Happy Birthday [url=http://friendica.local/profile/friendica1]friendica1[/url]',NULL,'birthday',0,1,0,NULL,NULL,NULL,NULL); /*!40000 ALTER TABLE `event` ENABLE KEYS */; UNLOCK TABLES; @@ -629,7 +629,7 @@ CREATE TABLE `gcontact` ( LOCK TABLES `gcontact` WRITE; /*!40000 ALTER TABLE `gcontact` DISABLE KEYS */; -INSERT INTO `gcontact` VALUES (1,'friendica1','friendica1','http://friendica.dev/profile/friendica1','http://friendica.dev/profile/friendica1','http://friendica.dev/photo/profile/2.jpg','friendica1@friendica.dev','2017-09-07 09:02:27','0001-01-01 00:00:00','2017-09-07 09:02:28','0001-01-01 00:00:00','','','','','0001-01-01',0,-1,1,0,'dfrn','friendica1@friendica.dev','http://friendica.dev/dfrn_notify/friendica1','',1,'http://friendica.dev'),(2,'friendica2','friendica2','http://friendica.dev/profile/friendica2','http://friendica.dev/profile/friendica2','http://friendica.dev/photo/profile/3.jpg','friendica2@friendica.dev','2017-09-07 09:06:02','0001-01-01 00:00:00','2017-09-07 09:06:02','0001-01-01 00:00:00','','','','','0001-01-01',0,-1,1,0,'dfrn','friendica2@friendica.dev','http://friendica.dev/dfrn_notify/friendica2','',1,'http://friendica.dev'),(3,'friendica3','friendica3','http://friendica.dev/profile/friendica3','http://friendica.dev/profile/friendica3','http://friendica.dev/photo/profile/4.jpg','friendica3@friendica.dev','2017-09-07 09:09:50','0001-01-01 00:00:00','2017-09-07 09:09:50','0001-01-01 00:00:00','','','','','0001-01-01',0,-1,1,0,'dfrn','friendica3@friendica.dev','http://friendica.dev/dfrn_notify/friendica3','',1,'http://friendica.dev'),(4,'friendica4','friendica4','http://friendica.dev/profile/friendica4','http://friendica.dev/profile/friendica4','http://friendica.dev/photo/profile/5.jpg','friendica4@friendica.dev','2017-09-07 09:11:41','0001-01-01 00:00:00','2017-09-07 09:11:41','0001-01-01 00:00:00','','','','','0001-01-01',0,-1,1,0,'dfrn','friendica4@friendica.dev','http://friendica.dev/dfrn_notify/friendica4','',1,'http://friendica.dev'),(5,'friendica5','friendica5','http://friendica.dev/profile/friendica5','http://friendica.dev/profile/friendica5','http://friendica.dev/photo/profile/6.jpg','friendica5@friendica.dev','2017-09-07 09:13:25','0001-01-01 00:00:00','2017-09-07 09:13:25','0001-01-01 00:00:00','','','','','0001-01-01',0,-1,1,0,'dfrn','friendica5@friendica.dev','http://friendica.dev/dfrn_notify/friendica5','',1,'http://friendica.dev'); +INSERT INTO `gcontact` VALUES (1,'friendica1','friendica1','http://friendica.local/profile/friendica1','http://friendica.local/profile/friendica1','http://friendica.local/photo/profile/2.jpg','friendica1@friendica.local','2017-09-07 09:02:27','0001-01-01 00:00:00','2017-09-07 09:02:28','0001-01-01 00:00:00','','','','','0001-01-01',0,-1,1,0,'dfrn','friendica1@friendica.local','http://friendica.local/dfrn_notify/friendica1','',1,'http://friendica.local'),(2,'friendica2','friendica2','http://friendica.local/profile/friendica2','http://friendica.local/profile/friendica2','http://friendica.local/photo/profile/3.jpg','friendica2@friendica.local','2017-09-07 09:06:02','0001-01-01 00:00:00','2017-09-07 09:06:02','0001-01-01 00:00:00','','','','','0001-01-01',0,-1,1,0,'dfrn','friendica2@friendica.local','http://friendica.local/dfrn_notify/friendica2','',1,'http://friendica.local'),(3,'friendica3','friendica3','http://friendica.local/profile/friendica3','http://friendica.local/profile/friendica3','http://friendica.local/photo/profile/4.jpg','friendica3@friendica.local','2017-09-07 09:09:50','0001-01-01 00:00:00','2017-09-07 09:09:50','0001-01-01 00:00:00','','','','','0001-01-01',0,-1,1,0,'dfrn','friendica3@friendica.local','http://friendica.local/dfrn_notify/friendica3','',1,'http://friendica.local'),(4,'friendica4','friendica4','http://friendica.local/profile/friendica4','http://friendica.local/profile/friendica4','http://friendica.local/photo/profile/5.jpg','friendica4@friendica.local','2017-09-07 09:11:41','0001-01-01 00:00:00','2017-09-07 09:11:41','0001-01-01 00:00:00','','','','','0001-01-01',0,-1,1,0,'dfrn','friendica4@friendica.local','http://friendica.local/dfrn_notify/friendica4','',1,'http://friendica.local'),(5,'friendica5','friendica5','http://friendica.local/profile/friendica5','http://friendica.local/profile/friendica5','http://friendica.local/photo/profile/6.jpg','friendica5@friendica.local','2017-09-07 09:13:25','0001-01-01 00:00:00','2017-09-07 09:13:25','0001-01-01 00:00:00','','','','','0001-01-01',0,-1,1,0,'dfrn','friendica5@friendica.local','http://friendica.local/dfrn_notify/friendica5','',1,'http://friendica.local'); /*!40000 ALTER TABLE `gcontact` ENABLE KEYS */; UNLOCK TABLES; @@ -754,7 +754,7 @@ CREATE TABLE `gserver` ( LOCK TABLES `gserver` WRITE; /*!40000 ALTER TABLE `gserver` DISABLE KEYS */; -INSERT INTO `gserver` VALUES (1,'http://friendica.dev','http://friendica.dev','3.5.3-dev','My Friend Network','',2,'','http://friendica.dev/noscrape','dfrn','Friendica','2017-09-07 09:02:27','0001-01-01 00:00:00','2017-09-07 09:13:25','0001-01-01 00:00:00'); +INSERT INTO `gserver` VALUES (1,'http://friendica.local','http://friendica.local','3.5.3-dev','My Friend Network','',2,'','http://friendica.local/noscrape','dfrn','Friendica','2017-09-07 09:02:27','0001-01-01 00:00:00','2017-09-07 09:13:25','0001-01-01 00:00:00'); /*!40000 ALTER TABLE `gserver` ENABLE KEYS */; UNLOCK TABLES; @@ -926,7 +926,7 @@ CREATE TABLE `item` ( LOCK TABLES `item` WRITE; /*!40000 ALTER TABLE `item` DISABLE KEYS */; -INSERT INTO `item` VALUES (1,'758d682b1559b10e589ca69032940355','urn:X-dfrn:friendica.dev:6:758d682b1559b10e589ca69032940355',6,6,5,'wall',1,0,1,'urn:X-dfrn:friendica.dev:6:758d682b1559b10e589ca69032940355','','urn:X-dfrn:friendica.dev:6:758d682b1559b10e589ca69032940355','2017-09-07 09:16:08','2017-09-07 09:16:08','2017-09-07 09:16:08','2017-09-07 09:16:08','2017-09-07 09:16:08',19,'friendica5','http://friendica.dev/profile/friendica5','http://friendica.dev/photo/avatar/6.jpg',19,'friendica5','http://friendica.dev/profile/friendica5','http://friendica.dev/photo/avatar/6.jpg','','Hi, my name is friendica5, I am new here!','','http://activitystrea.ms/schema/1.0/post','http://activitystrea.ms/schema/1.0/note','','',NULL,'lang=english;0.26171428571429:italian;0.20561904761905:swahili;0.19666666666667','http://friendica.dev/display/758d682b1559b10e589ca69032940355','',0,'','','','','','','','','','',0,0,0,1,0,0,0,0,0,1,0,1,0,'dfrn','f6e9f0ecd605b649f4bb2f9025ef7132','Hi, my name is friendica5, I am new here!',1),(2,'758d682b1559b10e589ca69032940355','urn:X-dfrn:friendica.dev:6:758d682b1559b10e589ca69032940355',0,19,5,'remote',0,0,2,'urn:X-dfrn:friendica.dev:6:758d682b1559b10e589ca69032940355','','urn:X-dfrn:friendica.dev:6:758d682b1559b10e589ca69032940355','2017-09-07 09:16:08','2017-09-07 09:16:08','2017-09-07 09:16:08','2017-09-07 09:16:08','2017-09-07 09:16:08',19,'friendica5','http://friendica.dev/profile/friendica5','http://friendica.dev/photo/avatar/6.jpg',19,'friendica5','http://friendica.dev/profile/friendica5','http://friendica.dev/photo/avatar/6.jpg','','Hi, my name is friendica5, I am new here!','','http://activitystrea.ms/schema/1.0/post','http://activitystrea.ms/schema/1.0/note','','','','lang=english;0.26171428571429:italian;0.20561904761905:swahili;0.19666666666667','http://friendica.dev/display/758d682b1559b10e589ca69032940355','',0,'','','','','','','','','','',0,0,0,1,0,0,0,0,0,0,0,1,0,'dfrn','f6e9f0ecd605b649f4bb2f9025ef7132','Hi, my name is friendica5, I am new here!',1),(3,'758d682b1559b10e589ca69032940355','urn:X-dfrn:friendica.dev:6:758d682b1559b10e589ca69032940355',2,14,5,'remote',0,0,3,'urn:X-dfrn:friendica.dev:6:758d682b1559b10e589ca69032940355','','urn:X-dfrn:friendica.dev:6:758d682b1559b10e589ca69032940355','2017-09-07 09:16:08','2017-09-07 09:16:08','2017-09-07 09:16:08','2017-09-07 09:16:08','2017-09-07 09:16:08',19,'friendica5','http://friendica.dev/profile/friendica5','http://friendica.dev/photo/profile/6.jpg',19,'friendica5','http://friendica.dev/profile/friendica5','http://friendica.dev/photo/profile/6.jpg','','Hi, my name is friendica5, I am new here!','','http://activitystrea.ms/schema/1.0/post','http://activitystrea.ms/schema/1.0/note','','','','lang=english;0.26171428571429:italian;0.20561904761905:swahili;0.19666666666667','http://friendica.dev/display/758d682b1559b10e589ca69032940355','',0,'','','','','','','','','','',0,0,0,1,0,0,0,0,0,0,0,1,0,'dfrn','f6e9f0ecd605b649f4bb2f9025ef7132','Hi, my name is friendica5, I am new here!',1),(4,'758d682b1559b10e589ca69032940355','urn:X-dfrn:friendica.dev:6:758d682b1559b10e589ca69032940355',5,18,5,'remote',0,0,4,'urn:X-dfrn:friendica.dev:6:758d682b1559b10e589ca69032940355','','urn:X-dfrn:friendica.dev:6:758d682b1559b10e589ca69032940355','2017-09-07 09:16:08','2017-09-07 09:16:08','2017-09-07 09:16:09','2017-09-07 09:16:09','2017-09-07 09:16:09',19,'friendica5','http://friendica.dev/profile/friendica5','http://friendica.dev/photo/profile/6.jpg',19,'friendica5','http://friendica.dev/profile/friendica5','http://friendica.dev/photo/profile/6.jpg','','Hi, my name is friendica5, I am new here!','','http://activitystrea.ms/schema/1.0/post','http://activitystrea.ms/schema/1.0/note','','','','lang=english;0.26171428571429:italian;0.20561904761905:swahili;0.19666666666667','http://friendica.dev/display/758d682b1559b10e589ca69032940355','',0,'','','','','','','','','','',0,0,0,1,0,0,0,1,0,0,0,1,0,'dfrn','f6e9f0ecd605b649f4bb2f9025ef7132','Hi, my name is friendica5, I am new here!',1),(5,'758d682b1359b10e79d3f8f310513025','urn:X-dfrn:friendica.dev:3:758d682b1359b10e79d3f8f310513025',3,3,2,'wall',1,0,5,'urn:X-dfrn:friendica.dev:3:758d682b1359b10e79d3f8f310513025','','urn:X-dfrn:friendica.dev:3:758d682b1359b10e79d3f8f310513025','2017-09-07 09:16:41','2017-09-07 09:16:41','2017-09-07 09:16:41','2017-09-07 09:16:41','2017-09-07 09:16:41',20,'friendica2','http://friendica.dev/profile/friendica2','http://friendica.dev/photo/avatar/3.jpg',20,'friendica2','http://friendica.dev/profile/friendica2','http://friendica.dev/photo/avatar/3.jpg','','Hello, I\'m friendica2! How are you?','','http://activitystrea.ms/schema/1.0/post','http://activitystrea.ms/schema/1.0/note','','',NULL,'lang=italian;0.16459770114943:english;0.16:hawaiian;0.13287356321839','http://friendica.dev/display/758d682b1359b10e79d3f8f310513025','',0,'','','','','','','','','','',0,0,0,1,0,0,0,0,0,1,0,1,0,'dfrn','cb3a2ad36c8910dac777062647b0e739','Hello, I\'m friendica2! How are you?',1),(6,'758d682b1359b10e79d3f8f310513025','urn:X-dfrn:friendica.dev:3:758d682b1359b10e79d3f8f310513025',0,20,2,'remote',0,0,6,'urn:X-dfrn:friendica.dev:3:758d682b1359b10e79d3f8f310513025','','urn:X-dfrn:friendica.dev:3:758d682b1359b10e79d3f8f310513025','2017-09-07 09:16:41','2017-09-07 09:16:41','2017-09-07 09:16:42','2017-09-07 09:16:41','2017-09-07 09:16:42',20,'friendica2','http://friendica.dev/profile/friendica2','http://friendica.dev/photo/avatar/3.jpg',20,'friendica2','http://friendica.dev/profile/friendica2','http://friendica.dev/photo/avatar/3.jpg','','Hello, I\'m friendica2! How are you?','','http://activitystrea.ms/schema/1.0/post','http://activitystrea.ms/schema/1.0/note','','','','lang=italian;0.16459770114943:english;0.16:hawaiian;0.13287356321839','http://friendica.dev/display/758d682b1359b10e79d3f8f310513025','',0,'','','','','','','','','','',0,0,0,1,0,0,0,0,0,0,0,1,0,'dfrn','cb3a2ad36c8910dac777062647b0e739','Hello, I\'m friendica2! How are you?',1),(7,'758d682b1359b10e79d3f8f310513025','urn:X-dfrn:friendica.dev:3:758d682b1359b10e79d3f8f310513025',2,8,2,'remote',0,0,7,'urn:X-dfrn:friendica.dev:3:758d682b1359b10e79d3f8f310513025','','urn:X-dfrn:friendica.dev:3:758d682b1359b10e79d3f8f310513025','2017-09-07 09:16:41','2017-09-07 09:16:41','2017-09-07 09:16:42','2017-09-07 09:16:42','2017-09-07 09:16:42',20,'friendica2','http://friendica.dev/profile/friendica2','http://friendica.dev/photo/profile/3.jpg',20,'friendica2','http://friendica.dev/profile/friendica2','http://friendica.dev/photo/profile/3.jpg','','Hello, I\'m friendica2! How are you?','','http://activitystrea.ms/schema/1.0/post','http://activitystrea.ms/schema/1.0/note','','','','lang=italian;0.16459770114943:english;0.16:hawaiian;0.13287356321839','http://friendica.dev/display/758d682b1359b10e79d3f8f310513025','',0,'','','','','','','','','','',0,0,0,1,0,0,0,0,0,0,0,1,0,'dfrn','cb3a2ad36c8910dac777062647b0e739','Hello, I\'m friendica2! How are you?',1),(8,'758d682b1359b10e79d3f8f310513025','urn:X-dfrn:friendica.dev:3:758d682b1359b10e79d3f8f310513025',4,15,2,'remote',0,0,8,'urn:X-dfrn:friendica.dev:3:758d682b1359b10e79d3f8f310513025','','urn:X-dfrn:friendica.dev:3:758d682b1359b10e79d3f8f310513025','2017-09-07 09:16:41','2017-09-07 09:16:41','2017-09-07 09:16:42','2017-09-07 09:16:42','2017-09-07 09:16:42',20,'friendica2','http://friendica.dev/profile/friendica2','http://friendica.dev/photo/profile/3.jpg',20,'friendica2','http://friendica.dev/profile/friendica2','http://friendica.dev/photo/profile/3.jpg','','Hello, I\'m friendica2! How are you?','','http://activitystrea.ms/schema/1.0/post','http://activitystrea.ms/schema/1.0/note','','','','lang=italian;0.16459770114943:english;0.16:hawaiian;0.13287356321839','http://friendica.dev/display/758d682b1359b10e79d3f8f310513025','',0,'','','','','','','','','','',0,0,0,1,0,0,0,0,0,0,0,1,0,'dfrn','cb3a2ad36c8910dac777062647b0e739','Hello, I\'m friendica2! How are you?',1),(9,'758d682b1859b10ebd6abab685903735','urn:X-dfrn:friendica.dev:2:758d682b1859b10ebd6abab685903735',2,2,1,'wall',1,0,9,'urn:X-dfrn:friendica.dev:2:758d682b1859b10ebd6abab685903735','','urn:X-dfrn:friendica.dev:2:758d682b1859b10ebd6abab685903735','2017-09-07 09:17:49','2017-09-07 09:17:49','2017-09-07 09:18:24','2017-09-07 09:17:49','2017-09-07 09:18:24',21,'friendica1','http://friendica.dev/profile/friendica1','http://friendica.dev/photo/4b7db531ad1920a7cb8fb76aed46ddd9-5.jpg?ts=1504775575',21,'friendica1','http://friendica.dev/profile/friendica1','http://friendica.dev/photo/4b7db531ad1920a7cb8fb76aed46ddd9-5.jpg?ts=1504775575','','Hey, group2, this post is only visible to you!','','http://activitystrea.ms/schema/1.0/post','http://activitystrea.ms/schema/1.0/note','','',NULL,'lang=english;0.32923076923077:czech;0.1965811965812:slovak;0.19179487179487','http://friendica.dev/display/758d682b1859b10ebd6abab685903735','',0,'','','','','','','','<8>','','',1,0,0,1,0,0,0,0,0,1,0,0,0,'dfrn','d5d5408ee800a3c1a3b3d4b2826935f2','Hey, group2, this post is only visible to you!',0),(10,'758d682b1859b10ebd6abab685903735','urn:X-dfrn:friendica.dev:2:758d682b1859b10ebd6abab685903735',4,9,1,'remote',0,0,10,'urn:X-dfrn:friendica.dev:2:758d682b1859b10ebd6abab685903735','','urn:X-dfrn:friendica.dev:2:758d682b1859b10ebd6abab685903735','2017-09-07 09:17:49','2017-09-07 09:17:49','2017-09-07 09:18:24','2017-09-07 09:17:49','2017-09-07 09:18:24',21,'friendica1','http://friendica.dev/profile/friendica1','http://friendica.dev/photo/4b7db531ad1920a7cb8fb76aed46ddd9-4.jpg?ts=1504775575',21,'friendica1','http://friendica.dev/profile/friendica1','http://friendica.dev/photo/4b7db531ad1920a7cb8fb76aed46ddd9-4.jpg?ts=1504775575','','Hey, group2, this post is only visible to you!','','http://activitystrea.ms/schema/1.0/post','http://activitystrea.ms/schema/1.0/note','','','','lang=english;0.32923076923077:czech;0.1965811965812:slovak;0.19179487179487','http://friendica.dev/display/758d682b1859b10ebd6abab685903735','',0,'','','','','','','','','','',1,0,0,1,0,0,0,0,0,0,0,0,0,'dfrn','d5d5408ee800a3c1a3b3d4b2826935f2','Hey, group2, this post is only visible to you!',0),(11,'758d682b1859b10ebd6abab685903735','urn:X-dfrn:friendica.dev:2:758d682b1859b10ebd6abab685903735',6,13,1,'remote',0,0,11,'urn:X-dfrn:friendica.dev:2:758d682b1859b10ebd6abab685903735','','urn:X-dfrn:friendica.dev:2:758d682b1859b10ebd6abab685903735','2017-09-07 09:17:49','2017-09-07 09:17:49','2017-09-07 09:18:25','2017-09-07 09:17:49','2017-09-07 09:18:25',21,'friendica1','http://friendica.dev/profile/friendica1','http://friendica.dev/photo/4b7db531ad1920a7cb8fb76aed46ddd9-4.jpg?ts=1504775575',21,'friendica1','http://friendica.dev/profile/friendica1','http://friendica.dev/photo/4b7db531ad1920a7cb8fb76aed46ddd9-4.jpg?ts=1504775575','','Hey, group2, this post is only visible to you!','','http://activitystrea.ms/schema/1.0/post','http://activitystrea.ms/schema/1.0/note','','','','lang=english;0.32923076923077:czech;0.1965811965812:slovak;0.19179487179487','http://friendica.dev/display/758d682b1859b10ebd6abab685903735','',0,'','','','','','','','','','',1,0,0,1,0,0,0,1,0,0,0,0,0,'dfrn','d5d5408ee800a3c1a3b3d4b2826935f2','Hey, group2, this post is only visible to you!',0),(12,'758d682b1059b10ee096f38798595234','urn:X-dfrn:friendica.dev:4:758d682b1059b10ee096f38798595234',4,4,3,'remote-comment',0,6,10,'urn:X-dfrn:friendica.dev:2:758d682b1859b10ebd6abab685903735','','urn:X-dfrn:friendica.dev:2:758d682b1859b10ebd6abab685903735','2017-09-07 09:18:24','2017-09-07 09:18:24','2017-09-07 09:18:24','2017-09-07 09:18:24','2017-09-07 09:18:24',22,'friendica3','http://friendica.dev/profile/friendica3','http://friendica.dev/photo/avatar/4.jpg',22,'friendica3','http://friendica.dev/profile/friendica3','http://friendica.dev/photo/avatar/4.jpg','','Cool!','','http://activitystrea.ms/schema/1.0/post','http://activitystrea.ms/schema/1.0/comment','','',NULL,'lang=welsh;0.30333333333333:romanian;0.24583333333333:portuguese;0.24583333333333','http://friendica.dev/display/758d682b1059b10ee096f38798595234','',0,'','','','','','','','','','',1,0,0,1,0,0,0,0,0,1,0,1,0,'dfrn','481164a1e08e1182a8c3476458754cfe','Cool!',0),(13,'758d682b1059b10ee096f38798595234','urn:X-dfrn:friendica.dev:4:758d682b1059b10ee096f38798595234',2,10,3,'remote-comment',1,6,9,'urn:X-dfrn:friendica.dev:2:758d682b1859b10ebd6abab685903735','','urn:X-dfrn:friendica.dev:2:758d682b1859b10ebd6abab685903735','2017-09-07 09:18:24','2017-09-07 09:18:24','2017-09-07 09:18:24','2017-09-07 09:18:24','2017-09-07 09:18:24',22,'friendica3','http://friendica.dev/profile/friendica3','http://friendica.dev/photo/profile/4.jpg',22,'friendica3','http://friendica.dev/profile/friendica3','http://friendica.dev/photo/profile/4.jpg','','Cool!','','http://activitystrea.ms/schema/1.0/post','http://activitystrea.ms/schema/1.0/comment','','','','lang=welsh;0.30333333333333:romanian;0.24583333333333:portuguese;0.24583333333333','http://friendica.dev/display/758d682b1059b10ee096f38798595234','',0,'','','','','','','','<8>','','',1,0,0,1,0,0,0,0,0,0,0,1,0,'dfrn','481164a1e08e1182a8c3476458754cfe','Cool!',0),(14,'758d682b1059b10ee096f38798595234','urn:X-dfrn:friendica.dev:4:758d682b1059b10ee096f38798595234',6,13,3,'remote',0,6,11,'urn:X-dfrn:friendica.dev:2:758d682b1859b10ebd6abab685903735','','urn:X-dfrn:friendica.dev:2:758d682b1859b10ebd6abab685903735','2017-09-07 09:18:24','2017-09-07 09:18:24','2017-09-07 09:18:24','2017-09-07 09:18:25','2017-09-07 09:18:25',22,'friendica3','http://friendica.dev/profile/friendica3','http://friendica.dev/photo/01ff45af20fe4c6fb230e6fc773f3ef8-4.jpg?ts=1504775904',22,'friendica3','http://friendica.dev/profile/friendica3','http://friendica.dev/photo/01ff45af20fe4c6fb230e6fc773f3ef8-4.jpg?ts=1504775904','','Cool!','','http://activitystrea.ms/schema/1.0/post','http://activitystrea.ms/schema/1.0/comment','','','','lang=welsh;0.30333333333333:romanian;0.24583333333333:portuguese;0.24583333333333','http://friendica.dev/display/758d682b1059b10ee096f38798595234','',0,'','','','','','','','','','',1,0,0,1,0,0,0,1,0,0,0,1,0,'dfrn','481164a1e08e1182a8c3476458754cfe','Cool!',0),(15,'758d682b1459b10f0be17c3206121357','urn:X-dfrn:friendica.dev:2:758d682b1459b10f0be17c3206121357',2,2,1,'wall',1,0,15,'urn:X-dfrn:friendica.dev:2:758d682b1459b10f0be17c3206121357','','urn:X-dfrn:friendica.dev:2:758d682b1459b10f0be17c3206121357','2017-09-07 09:19:07','2017-09-07 09:19:07','2017-09-07 09:19:28','2017-09-07 09:19:07','2017-09-07 09:19:28',21,'friendica1','http://friendica.dev/profile/friendica1','http://friendica.dev/photo/4b7db531ad1920a7cb8fb76aed46ddd9-5.jpg?ts=1504775575',21,'friendica1','http://friendica.dev/profile/friendica1','http://friendica.dev/photo/4b7db531ad1920a7cb8fb76aed46ddd9-5.jpg?ts=1504775575','','And this post goes to group1 only!','','http://activitystrea.ms/schema/1.0/post','http://activitystrea.ms/schema/1.0/note','','',NULL,'lang=english;0.43118279569892:pidgin;0.29258064516129:lithuanian;0.21688172043011','http://friendica.dev/display/758d682b1459b10f0be17c3206121357','',0,'','','','','','','','<7>','','',1,0,0,1,0,0,0,0,0,1,0,0,0,'dfrn','55a23b185f917e31a5b959328b696300','And this post goes to group1 only!',0),(16,'758d682b1459b10f0be17c3206121357','urn:X-dfrn:friendica.dev:2:758d682b1459b10f0be17c3206121357',3,7,1,'remote',0,0,16,'urn:X-dfrn:friendica.dev:2:758d682b1459b10f0be17c3206121357','','urn:X-dfrn:friendica.dev:2:758d682b1459b10f0be17c3206121357','2017-09-07 09:19:07','2017-09-07 09:19:07','2017-09-07 09:19:28','2017-09-07 09:19:08','2017-09-07 09:19:28',21,'friendica1','http://friendica.dev/profile/friendica1','http://friendica.dev/photo/4b7db531ad1920a7cb8fb76aed46ddd9-4.jpg?ts=1504775575',21,'friendica1','http://friendica.dev/profile/friendica1','http://friendica.dev/photo/4b7db531ad1920a7cb8fb76aed46ddd9-4.jpg?ts=1504775575','','And this post goes to group1 only!','','http://activitystrea.ms/schema/1.0/post','http://activitystrea.ms/schema/1.0/note','','','','lang=english;0.43118279569892:pidgin;0.29258064516129:lithuanian;0.21688172043011','http://friendica.dev/display/758d682b1459b10f0be17c3206121357','',0,'','','','','','','','','','',1,0,0,1,0,0,0,0,0,0,0,0,0,'dfrn','55a23b185f917e31a5b959328b696300','And this post goes to group1 only!',0),(17,'758d682b1459b10f0be17c3206121357','urn:X-dfrn:friendica.dev:2:758d682b1459b10f0be17c3206121357',5,11,1,'remote',0,0,17,'urn:X-dfrn:friendica.dev:2:758d682b1459b10f0be17c3206121357','','urn:X-dfrn:friendica.dev:2:758d682b1459b10f0be17c3206121357','2017-09-07 09:19:07','2017-09-07 09:19:07','2017-09-07 09:19:28','2017-09-07 09:19:08','2017-09-07 09:19:28',21,'friendica1','http://friendica.dev/profile/friendica1','http://friendica.dev/photo/4b7db531ad1920a7cb8fb76aed46ddd9-4.jpg?ts=1504775575',21,'friendica1','http://friendica.dev/profile/friendica1','http://friendica.dev/photo/4b7db531ad1920a7cb8fb76aed46ddd9-4.jpg?ts=1504775575','','And this post goes to group1 only!','','http://activitystrea.ms/schema/1.0/post','http://activitystrea.ms/schema/1.0/note','','','','lang=english;0.43118279569892:pidgin;0.29258064516129:lithuanian;0.21688172043011','http://friendica.dev/display/758d682b1459b10f0be17c3206121357','',0,'','','','','','','','','','',1,0,0,1,0,0,0,1,0,0,0,0,0,'dfrn','55a23b185f917e31a5b959328b696300','And this post goes to group1 only!',0),(18,'758d682b2059b10f204f9c2684001373','urn:X-dfrn:friendica.dev:3:758d682b2059b10f204f9c2684001373',3,3,2,'remote-comment',0,6,16,'urn:X-dfrn:friendica.dev:2:758d682b1459b10f0be17c3206121357','','urn:X-dfrn:friendica.dev:2:758d682b1459b10f0be17c3206121357','2017-09-07 09:19:28','2017-09-07 09:19:28','2017-09-07 09:19:28','2017-09-07 09:19:28','2017-09-07 09:19:28',20,'friendica2','http://friendica.dev/profile/friendica2','http://friendica.dev/photo/avatar/3.jpg',20,'friendica2','http://friendica.dev/profile/friendica2','http://friendica.dev/photo/avatar/3.jpg','','Yay!','','http://activitystrea.ms/schema/1.0/post','http://activitystrea.ms/schema/1.0/comment','','',NULL,'lang=tagalog;0.41777777777778:somali;0.35111111111111:swahili;0.32777777777778','http://friendica.dev/display/758d682b2059b10f204f9c2684001373','',0,'','','','','','','','','','',1,0,0,1,0,0,0,0,0,1,0,1,0,'dfrn','0e54fc6a9dba79c2bc03ac08f3bf4a27','Yay!',0),(19,'758d682b2059b10f204f9c2684001373','urn:X-dfrn:friendica.dev:3:758d682b2059b10f204f9c2684001373',2,8,2,'remote-comment',1,6,15,'urn:X-dfrn:friendica.dev:2:758d682b1459b10f0be17c3206121357','','urn:X-dfrn:friendica.dev:2:758d682b1459b10f0be17c3206121357','2017-09-07 09:19:28','2017-09-07 09:19:28','2017-09-07 09:19:28','2017-09-07 09:19:28','2017-09-07 09:19:28',20,'friendica2','http://friendica.dev/profile/friendica2','http://friendica.dev/photo/profile/3.jpg',20,'friendica2','http://friendica.dev/profile/friendica2','http://friendica.dev/photo/profile/3.jpg','','Yay!','','http://activitystrea.ms/schema/1.0/post','http://activitystrea.ms/schema/1.0/comment','','','','lang=tagalog;0.41777777777778:somali;0.35111111111111:swahili;0.32777777777778','http://friendica.dev/display/758d682b2059b10f204f9c2684001373','',0,'','','','','','','','<7>','','',1,0,0,1,0,0,0,0,0,0,0,1,0,'dfrn','0e54fc6a9dba79c2bc03ac08f3bf4a27','Yay!',0),(20,'758d682b2059b10f204f9c2684001373','urn:X-dfrn:friendica.dev:3:758d682b2059b10f204f9c2684001373',5,11,2,'remote',0,6,17,'urn:X-dfrn:friendica.dev:2:758d682b1459b10f0be17c3206121357','','urn:X-dfrn:friendica.dev:2:758d682b1459b10f0be17c3206121357','2017-09-07 09:19:28','2017-09-07 09:19:28','2017-09-07 09:19:28','2017-09-07 09:19:28','2017-09-07 09:19:28',20,'friendica2','http://friendica.dev/profile/friendica2','http://friendica.dev/photo/5b0e9c6920adcf8efafaf3743d0e0c6c-4.jpg?ts=1504775802',20,'friendica2','http://friendica.dev/profile/friendica2','http://friendica.dev/photo/5b0e9c6920adcf8efafaf3743d0e0c6c-4.jpg?ts=1504775802','','Yay!','','http://activitystrea.ms/schema/1.0/post','http://activitystrea.ms/schema/1.0/comment','','','','lang=tagalog;0.41777777777778:somali;0.35111111111111:swahili;0.32777777777778','http://friendica.dev/display/758d682b2059b10f204f9c2684001373','',0,'','','','','','','','','','',1,0,0,1,0,0,0,1,0,0,0,1,0,'dfrn','0e54fc6a9dba79c2bc03ac08f3bf4a27','Yay!',0); +INSERT INTO `item` VALUES (1,'758d682b1559b10e589ca69032940355','urn:X-dfrn:friendica.local:6:758d682b1559b10e589ca69032940355',6,6,5,'wall',1,0,1,'urn:X-dfrn:friendica.local:6:758d682b1559b10e589ca69032940355','','urn:X-dfrn:friendica.local:6:758d682b1559b10e589ca69032940355','2017-09-07 09:16:08','2017-09-07 09:16:08','2017-09-07 09:16:08','2017-09-07 09:16:08','2017-09-07 09:16:08',19,'friendica5','http://friendica.local/profile/friendica5','http://friendica.local/photo/avatar/6.jpg',19,'friendica5','http://friendica.local/profile/friendica5','http://friendica.local/photo/avatar/6.jpg','','Hi, my name is friendica5, I am new here!','','http://activitystrea.ms/schema/1.0/post','http://activitystrea.ms/schema/1.0/note','','',NULL,'lang=english;0.26171428571429:italian;0.20561904761905:swahili;0.19666666666667','http://friendica.local/display/758d682b1559b10e589ca69032940355','',0,'','','','','','','','','','',0,0,0,1,0,0,0,0,0,1,0,1,0,'dfrn','f6e9f0ecd605b649f4bb2f9025ef7132','Hi, my name is friendica5, I am new here!',1),(2,'758d682b1559b10e589ca69032940355','urn:X-dfrn:friendica.local:6:758d682b1559b10e589ca69032940355',0,19,5,'remote',0,0,2,'urn:X-dfrn:friendica.local:6:758d682b1559b10e589ca69032940355','','urn:X-dfrn:friendica.local:6:758d682b1559b10e589ca69032940355','2017-09-07 09:16:08','2017-09-07 09:16:08','2017-09-07 09:16:08','2017-09-07 09:16:08','2017-09-07 09:16:08',19,'friendica5','http://friendica.local/profile/friendica5','http://friendica.local/photo/avatar/6.jpg',19,'friendica5','http://friendica.local/profile/friendica5','http://friendica.local/photo/avatar/6.jpg','','Hi, my name is friendica5, I am new here!','','http://activitystrea.ms/schema/1.0/post','http://activitystrea.ms/schema/1.0/note','','','','lang=english;0.26171428571429:italian;0.20561904761905:swahili;0.19666666666667','http://friendica.local/display/758d682b1559b10e589ca69032940355','',0,'','','','','','','','','','',0,0,0,1,0,0,0,0,0,0,0,1,0,'dfrn','f6e9f0ecd605b649f4bb2f9025ef7132','Hi, my name is friendica5, I am new here!',1),(3,'758d682b1559b10e589ca69032940355','urn:X-dfrn:friendica.local:6:758d682b1559b10e589ca69032940355',2,14,5,'remote',0,0,3,'urn:X-dfrn:friendica.local:6:758d682b1559b10e589ca69032940355','','urn:X-dfrn:friendica.local:6:758d682b1559b10e589ca69032940355','2017-09-07 09:16:08','2017-09-07 09:16:08','2017-09-07 09:16:08','2017-09-07 09:16:08','2017-09-07 09:16:08',19,'friendica5','http://friendica.local/profile/friendica5','http://friendica.local/photo/profile/6.jpg',19,'friendica5','http://friendica.local/profile/friendica5','http://friendica.local/photo/profile/6.jpg','','Hi, my name is friendica5, I am new here!','','http://activitystrea.ms/schema/1.0/post','http://activitystrea.ms/schema/1.0/note','','','','lang=english;0.26171428571429:italian;0.20561904761905:swahili;0.19666666666667','http://friendica.local/display/758d682b1559b10e589ca69032940355','',0,'','','','','','','','','','',0,0,0,1,0,0,0,0,0,0,0,1,0,'dfrn','f6e9f0ecd605b649f4bb2f9025ef7132','Hi, my name is friendica5, I am new here!',1),(4,'758d682b1559b10e589ca69032940355','urn:X-dfrn:friendica.local:6:758d682b1559b10e589ca69032940355',5,18,5,'remote',0,0,4,'urn:X-dfrn:friendica.local:6:758d682b1559b10e589ca69032940355','','urn:X-dfrn:friendica.local:6:758d682b1559b10e589ca69032940355','2017-09-07 09:16:08','2017-09-07 09:16:08','2017-09-07 09:16:09','2017-09-07 09:16:09','2017-09-07 09:16:09',19,'friendica5','http://friendica.local/profile/friendica5','http://friendica.local/photo/profile/6.jpg',19,'friendica5','http://friendica.local/profile/friendica5','http://friendica.local/photo/profile/6.jpg','','Hi, my name is friendica5, I am new here!','','http://activitystrea.ms/schema/1.0/post','http://activitystrea.ms/schema/1.0/note','','','','lang=english;0.26171428571429:italian;0.20561904761905:swahili;0.19666666666667','http://friendica.local/display/758d682b1559b10e589ca69032940355','',0,'','','','','','','','','','',0,0,0,1,0,0,0,1,0,0,0,1,0,'dfrn','f6e9f0ecd605b649f4bb2f9025ef7132','Hi, my name is friendica5, I am new here!',1),(5,'758d682b1359b10e79d3f8f310513025','urn:X-dfrn:friendica.local:3:758d682b1359b10e79d3f8f310513025',3,3,2,'wall',1,0,5,'urn:X-dfrn:friendica.local:3:758d682b1359b10e79d3f8f310513025','','urn:X-dfrn:friendica.local:3:758d682b1359b10e79d3f8f310513025','2017-09-07 09:16:41','2017-09-07 09:16:41','2017-09-07 09:16:41','2017-09-07 09:16:41','2017-09-07 09:16:41',20,'friendica2','http://friendica.local/profile/friendica2','http://friendica.local/photo/avatar/3.jpg',20,'friendica2','http://friendica.local/profile/friendica2','http://friendica.local/photo/avatar/3.jpg','','Hello, I\'m friendica2! How are you?','','http://activitystrea.ms/schema/1.0/post','http://activitystrea.ms/schema/1.0/note','','',NULL,'lang=italian;0.16459770114943:english;0.16:hawaiian;0.13287356321839','http://friendica.local/display/758d682b1359b10e79d3f8f310513025','',0,'','','','','','','','','','',0,0,0,1,0,0,0,0,0,1,0,1,0,'dfrn','cb3a2ad36c8910dac777062647b0e739','Hello, I\'m friendica2! How are you?',1),(6,'758d682b1359b10e79d3f8f310513025','urn:X-dfrn:friendica.local:3:758d682b1359b10e79d3f8f310513025',0,20,2,'remote',0,0,6,'urn:X-dfrn:friendica.local:3:758d682b1359b10e79d3f8f310513025','','urn:X-dfrn:friendica.local:3:758d682b1359b10e79d3f8f310513025','2017-09-07 09:16:41','2017-09-07 09:16:41','2017-09-07 09:16:42','2017-09-07 09:16:41','2017-09-07 09:16:42',20,'friendica2','http://friendica.local/profile/friendica2','http://friendica.local/photo/avatar/3.jpg',20,'friendica2','http://friendica.local/profile/friendica2','http://friendica.local/photo/avatar/3.jpg','','Hello, I\'m friendica2! How are you?','','http://activitystrea.ms/schema/1.0/post','http://activitystrea.ms/schema/1.0/note','','','','lang=italian;0.16459770114943:english;0.16:hawaiian;0.13287356321839','http://friendica.local/display/758d682b1359b10e79d3f8f310513025','',0,'','','','','','','','','','',0,0,0,1,0,0,0,0,0,0,0,1,0,'dfrn','cb3a2ad36c8910dac777062647b0e739','Hello, I\'m friendica2! How are you?',1),(7,'758d682b1359b10e79d3f8f310513025','urn:X-dfrn:friendica.local:3:758d682b1359b10e79d3f8f310513025',2,8,2,'remote',0,0,7,'urn:X-dfrn:friendica.local:3:758d682b1359b10e79d3f8f310513025','','urn:X-dfrn:friendica.local:3:758d682b1359b10e79d3f8f310513025','2017-09-07 09:16:41','2017-09-07 09:16:41','2017-09-07 09:16:42','2017-09-07 09:16:42','2017-09-07 09:16:42',20,'friendica2','http://friendica.local/profile/friendica2','http://friendica.local/photo/profile/3.jpg',20,'friendica2','http://friendica.local/profile/friendica2','http://friendica.local/photo/profile/3.jpg','','Hello, I\'m friendica2! How are you?','','http://activitystrea.ms/schema/1.0/post','http://activitystrea.ms/schema/1.0/note','','','','lang=italian;0.16459770114943:english;0.16:hawaiian;0.13287356321839','http://friendica.local/display/758d682b1359b10e79d3f8f310513025','',0,'','','','','','','','','','',0,0,0,1,0,0,0,0,0,0,0,1,0,'dfrn','cb3a2ad36c8910dac777062647b0e739','Hello, I\'m friendica2! How are you?',1),(8,'758d682b1359b10e79d3f8f310513025','urn:X-dfrn:friendica.local:3:758d682b1359b10e79d3f8f310513025',4,15,2,'remote',0,0,8,'urn:X-dfrn:friendica.local:3:758d682b1359b10e79d3f8f310513025','','urn:X-dfrn:friendica.local:3:758d682b1359b10e79d3f8f310513025','2017-09-07 09:16:41','2017-09-07 09:16:41','2017-09-07 09:16:42','2017-09-07 09:16:42','2017-09-07 09:16:42',20,'friendica2','http://friendica.local/profile/friendica2','http://friendica.local/photo/profile/3.jpg',20,'friendica2','http://friendica.local/profile/friendica2','http://friendica.local/photo/profile/3.jpg','','Hello, I\'m friendica2! How are you?','','http://activitystrea.ms/schema/1.0/post','http://activitystrea.ms/schema/1.0/note','','','','lang=italian;0.16459770114943:english;0.16:hawaiian;0.13287356321839','http://friendica.local/display/758d682b1359b10e79d3f8f310513025','',0,'','','','','','','','','','',0,0,0,1,0,0,0,0,0,0,0,1,0,'dfrn','cb3a2ad36c8910dac777062647b0e739','Hello, I\'m friendica2! How are you?',1),(9,'758d682b1859b10ebd6abab685903735','urn:X-dfrn:friendica.local:2:758d682b1859b10ebd6abab685903735',2,2,1,'wall',1,0,9,'urn:X-dfrn:friendica.local:2:758d682b1859b10ebd6abab685903735','','urn:X-dfrn:friendica.local:2:758d682b1859b10ebd6abab685903735','2017-09-07 09:17:49','2017-09-07 09:17:49','2017-09-07 09:18:24','2017-09-07 09:17:49','2017-09-07 09:18:24',21,'friendica1','http://friendica.local/profile/friendica1','http://friendica.local/photo/4b7db531ad1920a7cb8fb76aed46ddd9-5.jpg?ts=1504775575',21,'friendica1','http://friendica.local/profile/friendica1','http://friendica.local/photo/4b7db531ad1920a7cb8fb76aed46ddd9-5.jpg?ts=1504775575','','Hey, group2, this post is only visible to you!','','http://activitystrea.ms/schema/1.0/post','http://activitystrea.ms/schema/1.0/note','','',NULL,'lang=english;0.32923076923077:czech;0.1965811965812:slovak;0.19179487179487','http://friendica.local/display/758d682b1859b10ebd6abab685903735','',0,'','','','','','','','<8>','','',1,0,0,1,0,0,0,0,0,1,0,0,0,'dfrn','d5d5408ee800a3c1a3b3d4b2826935f2','Hey, group2, this post is only visible to you!',0),(10,'758d682b1859b10ebd6abab685903735','urn:X-dfrn:friendica.local:2:758d682b1859b10ebd6abab685903735',4,9,1,'remote',0,0,10,'urn:X-dfrn:friendica.local:2:758d682b1859b10ebd6abab685903735','','urn:X-dfrn:friendica.local:2:758d682b1859b10ebd6abab685903735','2017-09-07 09:17:49','2017-09-07 09:17:49','2017-09-07 09:18:24','2017-09-07 09:17:49','2017-09-07 09:18:24',21,'friendica1','http://friendica.local/profile/friendica1','http://friendica.local/photo/4b7db531ad1920a7cb8fb76aed46ddd9-4.jpg?ts=1504775575',21,'friendica1','http://friendica.local/profile/friendica1','http://friendica.local/photo/4b7db531ad1920a7cb8fb76aed46ddd9-4.jpg?ts=1504775575','','Hey, group2, this post is only visible to you!','','http://activitystrea.ms/schema/1.0/post','http://activitystrea.ms/schema/1.0/note','','','','lang=english;0.32923076923077:czech;0.1965811965812:slovak;0.19179487179487','http://friendica.local/display/758d682b1859b10ebd6abab685903735','',0,'','','','','','','','','','',1,0,0,1,0,0,0,0,0,0,0,0,0,'dfrn','d5d5408ee800a3c1a3b3d4b2826935f2','Hey, group2, this post is only visible to you!',0),(11,'758d682b1859b10ebd6abab685903735','urn:X-dfrn:friendica.local:2:758d682b1859b10ebd6abab685903735',6,13,1,'remote',0,0,11,'urn:X-dfrn:friendica.local:2:758d682b1859b10ebd6abab685903735','','urn:X-dfrn:friendica.local:2:758d682b1859b10ebd6abab685903735','2017-09-07 09:17:49','2017-09-07 09:17:49','2017-09-07 09:18:25','2017-09-07 09:17:49','2017-09-07 09:18:25',21,'friendica1','http://friendica.local/profile/friendica1','http://friendica.local/photo/4b7db531ad1920a7cb8fb76aed46ddd9-4.jpg?ts=1504775575',21,'friendica1','http://friendica.local/profile/friendica1','http://friendica.local/photo/4b7db531ad1920a7cb8fb76aed46ddd9-4.jpg?ts=1504775575','','Hey, group2, this post is only visible to you!','','http://activitystrea.ms/schema/1.0/post','http://activitystrea.ms/schema/1.0/note','','','','lang=english;0.32923076923077:czech;0.1965811965812:slovak;0.19179487179487','http://friendica.local/display/758d682b1859b10ebd6abab685903735','',0,'','','','','','','','','','',1,0,0,1,0,0,0,1,0,0,0,0,0,'dfrn','d5d5408ee800a3c1a3b3d4b2826935f2','Hey, group2, this post is only visible to you!',0),(12,'758d682b1059b10ee096f38798595234','urn:X-dfrn:friendica.local:4:758d682b1059b10ee096f38798595234',4,4,3,'remote-comment',0,6,10,'urn:X-dfrn:friendica.local:2:758d682b1859b10ebd6abab685903735','','urn:X-dfrn:friendica.local:2:758d682b1859b10ebd6abab685903735','2017-09-07 09:18:24','2017-09-07 09:18:24','2017-09-07 09:18:24','2017-09-07 09:18:24','2017-09-07 09:18:24',22,'friendica3','http://friendica.local/profile/friendica3','http://friendica.local/photo/avatar/4.jpg',22,'friendica3','http://friendica.local/profile/friendica3','http://friendica.local/photo/avatar/4.jpg','','Cool!','','http://activitystrea.ms/schema/1.0/post','http://activitystrea.ms/schema/1.0/comment','','',NULL,'lang=welsh;0.30333333333333:romanian;0.24583333333333:portuguese;0.24583333333333','http://friendica.local/display/758d682b1059b10ee096f38798595234','',0,'','','','','','','','','','',1,0,0,1,0,0,0,0,0,1,0,1,0,'dfrn','481164a1e08e1182a8c3476458754cfe','Cool!',0),(13,'758d682b1059b10ee096f38798595234','urn:X-dfrn:friendica.local:4:758d682b1059b10ee096f38798595234',2,10,3,'remote-comment',1,6,9,'urn:X-dfrn:friendica.local:2:758d682b1859b10ebd6abab685903735','','urn:X-dfrn:friendica.local:2:758d682b1859b10ebd6abab685903735','2017-09-07 09:18:24','2017-09-07 09:18:24','2017-09-07 09:18:24','2017-09-07 09:18:24','2017-09-07 09:18:24',22,'friendica3','http://friendica.local/profile/friendica3','http://friendica.local/photo/profile/4.jpg',22,'friendica3','http://friendica.local/profile/friendica3','http://friendica.local/photo/profile/4.jpg','','Cool!','','http://activitystrea.ms/schema/1.0/post','http://activitystrea.ms/schema/1.0/comment','','','','lang=welsh;0.30333333333333:romanian;0.24583333333333:portuguese;0.24583333333333','http://friendica.local/display/758d682b1059b10ee096f38798595234','',0,'','','','','','','','<8>','','',1,0,0,1,0,0,0,0,0,0,0,1,0,'dfrn','481164a1e08e1182a8c3476458754cfe','Cool!',0),(14,'758d682b1059b10ee096f38798595234','urn:X-dfrn:friendica.local:4:758d682b1059b10ee096f38798595234',6,13,3,'remote',0,6,11,'urn:X-dfrn:friendica.local:2:758d682b1859b10ebd6abab685903735','','urn:X-dfrn:friendica.local:2:758d682b1859b10ebd6abab685903735','2017-09-07 09:18:24','2017-09-07 09:18:24','2017-09-07 09:18:24','2017-09-07 09:18:25','2017-09-07 09:18:25',22,'friendica3','http://friendica.local/profile/friendica3','http://friendica.local/photo/01ff45af20fe4c6fb230e6fc773f3ef8-4.jpg?ts=1504775904',22,'friendica3','http://friendica.local/profile/friendica3','http://friendica.local/photo/01ff45af20fe4c6fb230e6fc773f3ef8-4.jpg?ts=1504775904','','Cool!','','http://activitystrea.ms/schema/1.0/post','http://activitystrea.ms/schema/1.0/comment','','','','lang=welsh;0.30333333333333:romanian;0.24583333333333:portuguese;0.24583333333333','http://friendica.local/display/758d682b1059b10ee096f38798595234','',0,'','','','','','','','','','',1,0,0,1,0,0,0,1,0,0,0,1,0,'dfrn','481164a1e08e1182a8c3476458754cfe','Cool!',0),(15,'758d682b1459b10f0be17c3206121357','urn:X-dfrn:friendica.local:2:758d682b1459b10f0be17c3206121357',2,2,1,'wall',1,0,15,'urn:X-dfrn:friendica.local:2:758d682b1459b10f0be17c3206121357','','urn:X-dfrn:friendica.local:2:758d682b1459b10f0be17c3206121357','2017-09-07 09:19:07','2017-09-07 09:19:07','2017-09-07 09:19:28','2017-09-07 09:19:07','2017-09-07 09:19:28',21,'friendica1','http://friendica.local/profile/friendica1','http://friendica.local/photo/4b7db531ad1920a7cb8fb76aed46ddd9-5.jpg?ts=1504775575',21,'friendica1','http://friendica.local/profile/friendica1','http://friendica.local/photo/4b7db531ad1920a7cb8fb76aed46ddd9-5.jpg?ts=1504775575','','And this post goes to group1 only!','','http://activitystrea.ms/schema/1.0/post','http://activitystrea.ms/schema/1.0/note','','',NULL,'lang=english;0.43118279569892:pidgin;0.29258064516129:lithuanian;0.21688172043011','http://friendica.local/display/758d682b1459b10f0be17c3206121357','',0,'','','','','','','','<7>','','',1,0,0,1,0,0,0,0,0,1,0,0,0,'dfrn','55a23b185f917e31a5b959328b696300','And this post goes to group1 only!',0),(16,'758d682b1459b10f0be17c3206121357','urn:X-dfrn:friendica.local:2:758d682b1459b10f0be17c3206121357',3,7,1,'remote',0,0,16,'urn:X-dfrn:friendica.local:2:758d682b1459b10f0be17c3206121357','','urn:X-dfrn:friendica.local:2:758d682b1459b10f0be17c3206121357','2017-09-07 09:19:07','2017-09-07 09:19:07','2017-09-07 09:19:28','2017-09-07 09:19:08','2017-09-07 09:19:28',21,'friendica1','http://friendica.local/profile/friendica1','http://friendica.local/photo/4b7db531ad1920a7cb8fb76aed46ddd9-4.jpg?ts=1504775575',21,'friendica1','http://friendica.local/profile/friendica1','http://friendica.local/photo/4b7db531ad1920a7cb8fb76aed46ddd9-4.jpg?ts=1504775575','','And this post goes to group1 only!','','http://activitystrea.ms/schema/1.0/post','http://activitystrea.ms/schema/1.0/note','','','','lang=english;0.43118279569892:pidgin;0.29258064516129:lithuanian;0.21688172043011','http://friendica.local/display/758d682b1459b10f0be17c3206121357','',0,'','','','','','','','','','',1,0,0,1,0,0,0,0,0,0,0,0,0,'dfrn','55a23b185f917e31a5b959328b696300','And this post goes to group1 only!',0),(17,'758d682b1459b10f0be17c3206121357','urn:X-dfrn:friendica.local:2:758d682b1459b10f0be17c3206121357',5,11,1,'remote',0,0,17,'urn:X-dfrn:friendica.local:2:758d682b1459b10f0be17c3206121357','','urn:X-dfrn:friendica.local:2:758d682b1459b10f0be17c3206121357','2017-09-07 09:19:07','2017-09-07 09:19:07','2017-09-07 09:19:28','2017-09-07 09:19:08','2017-09-07 09:19:28',21,'friendica1','http://friendica.local/profile/friendica1','http://friendica.local/photo/4b7db531ad1920a7cb8fb76aed46ddd9-4.jpg?ts=1504775575',21,'friendica1','http://friendica.local/profile/friendica1','http://friendica.local/photo/4b7db531ad1920a7cb8fb76aed46ddd9-4.jpg?ts=1504775575','','And this post goes to group1 only!','','http://activitystrea.ms/schema/1.0/post','http://activitystrea.ms/schema/1.0/note','','','','lang=english;0.43118279569892:pidgin;0.29258064516129:lithuanian;0.21688172043011','http://friendica.local/display/758d682b1459b10f0be17c3206121357','',0,'','','','','','','','','','',1,0,0,1,0,0,0,1,0,0,0,0,0,'dfrn','55a23b185f917e31a5b959328b696300','And this post goes to group1 only!',0),(18,'758d682b2059b10f204f9c2684001373','urn:X-dfrn:friendica.local:3:758d682b2059b10f204f9c2684001373',3,3,2,'remote-comment',0,6,16,'urn:X-dfrn:friendica.local:2:758d682b1459b10f0be17c3206121357','','urn:X-dfrn:friendica.local:2:758d682b1459b10f0be17c3206121357','2017-09-07 09:19:28','2017-09-07 09:19:28','2017-09-07 09:19:28','2017-09-07 09:19:28','2017-09-07 09:19:28',20,'friendica2','http://friendica.local/profile/friendica2','http://friendica.local/photo/avatar/3.jpg',20,'friendica2','http://friendica.local/profile/friendica2','http://friendica.local/photo/avatar/3.jpg','','Yay!','','http://activitystrea.ms/schema/1.0/post','http://activitystrea.ms/schema/1.0/comment','','',NULL,'lang=tagalog;0.41777777777778:somali;0.35111111111111:swahili;0.32777777777778','http://friendica.local/display/758d682b2059b10f204f9c2684001373','',0,'','','','','','','','','','',1,0,0,1,0,0,0,0,0,1,0,1,0,'dfrn','0e54fc6a9dba79c2bc03ac08f3bf4a27','Yay!',0),(19,'758d682b2059b10f204f9c2684001373','urn:X-dfrn:friendica.local:3:758d682b2059b10f204f9c2684001373',2,8,2,'remote-comment',1,6,15,'urn:X-dfrn:friendica.local:2:758d682b1459b10f0be17c3206121357','','urn:X-dfrn:friendica.local:2:758d682b1459b10f0be17c3206121357','2017-09-07 09:19:28','2017-09-07 09:19:28','2017-09-07 09:19:28','2017-09-07 09:19:28','2017-09-07 09:19:28',20,'friendica2','http://friendica.local/profile/friendica2','http://friendica.local/photo/profile/3.jpg',20,'friendica2','http://friendica.local/profile/friendica2','http://friendica.local/photo/profile/3.jpg','','Yay!','','http://activitystrea.ms/schema/1.0/post','http://activitystrea.ms/schema/1.0/comment','','','','lang=tagalog;0.41777777777778:somali;0.35111111111111:swahili;0.32777777777778','http://friendica.local/display/758d682b2059b10f204f9c2684001373','',0,'','','','','','','','<7>','','',1,0,0,1,0,0,0,0,0,0,0,1,0,'dfrn','0e54fc6a9dba79c2bc03ac08f3bf4a27','Yay!',0),(20,'758d682b2059b10f204f9c2684001373','urn:X-dfrn:friendica.local:3:758d682b2059b10f204f9c2684001373',5,11,2,'remote',0,6,17,'urn:X-dfrn:friendica.local:2:758d682b1459b10f0be17c3206121357','','urn:X-dfrn:friendica.local:2:758d682b1459b10f0be17c3206121357','2017-09-07 09:19:28','2017-09-07 09:19:28','2017-09-07 09:19:28','2017-09-07 09:19:28','2017-09-07 09:19:28',20,'friendica2','http://friendica.local/profile/friendica2','http://friendica.local/photo/5b0e9c6920adcf8efafaf3743d0e0c6c-4.jpg?ts=1504775802',20,'friendica2','http://friendica.local/profile/friendica2','http://friendica.local/photo/5b0e9c6920adcf8efafaf3743d0e0c6c-4.jpg?ts=1504775802','','Yay!','','http://activitystrea.ms/schema/1.0/post','http://activitystrea.ms/schema/1.0/comment','','','','lang=tagalog;0.41777777777778:somali;0.35111111111111:swahili;0.32777777777778','http://friendica.local/display/758d682b2059b10f204f9c2684001373','',0,'','','','','','','','','','',1,0,0,1,0,0,0,1,0,0,0,1,0,'dfrn','0e54fc6a9dba79c2bc03ac08f3bf4a27','Yay!',0); /*!40000 ALTER TABLE `item` ENABLE KEYS */; UNLOCK TABLES; @@ -1126,7 +1126,7 @@ CREATE TABLE `notify` ( LOCK TABLES `notify` WRITE; /*!40000 ALTER TABLE `notify` DISABLE KEYS */; -INSERT INTO `notify` VALUES (1,'8b9091886bbc8ede3fd0759c41eb855ed76ed1a4840dc75851e6a311f929bfcf',1,'friendica1','http://friendica.dev/profile/friendica1','http://friendica.dev/photo/18a7495723879503dac64b352e245508-4.jpg?ts=1504775047','2017-09-07 09:04:08','You\'ve received [url=]an introduction[/url] from [url=http://friendica.dev/profile/friendica1]friendica1[/url].',3,'http://friendica.dev/notifications/intros',0,0,0,'http://activitystrea.ms/schema/1.0/request-friend','intro','friendica1','You\'ve received an introduction from {0}.'),(2,'0185ee6a3b89d4f753fa981223fb1c625ac77889c888286fefdb4b8bae4a7e46',1,'friendica1','http://friendica.dev/profile/friendica1','http://friendica.dev/photo/adef541d0f334352940ad40251e15158-4.jpg?ts=1504775078','2017-09-07 09:04:38','You\'ve received [url=]an introduction[/url] from [url=http://friendica.dev/profile/friendica1]friendica1[/url].',4,'http://friendica.dev/notifications/intros',0,0,0,'http://activitystrea.ms/schema/1.0/request-friend','intro','friendica1','You\'ve received an introduction from {0}.'),(3,'3f85ccadc16c9dfbd8cf3e224632a008a95bda2aea4608ff1a64ca8771e3bb5d',1,'friendica1','http://friendica.dev/profile/friendica1','http://friendica.dev/photo/01ebf2eb957e5aef5463ba5ae6510ef5-4.jpg?ts=1504775093','2017-09-07 09:04:53','You\'ve received [url=]an introduction[/url] from [url=http://friendica.dev/profile/friendica1]friendica1[/url].',5,'http://friendica.dev/notifications/intros',0,0,0,'http://activitystrea.ms/schema/1.0/request-friend','intro','friendica1','You\'ve received an introduction from {0}.'),(4,'8403fa566bec0ae4c56d639aeb46e907451725f3f3288c1dd77e9c3ec8de6477',1,'friendica1','http://friendica.dev/profile/friendica1','http://friendica.dev/photo/f958f83dd2af4c30b30045dfc6ff0718-4.jpg?ts=1504775108','2017-09-07 09:05:09','You\'ve received [url=]an introduction[/url] from [url=http://friendica.dev/profile/friendica1]friendica1[/url].',6,'http://friendica.dev/notifications/intros',0,0,0,'http://activitystrea.ms/schema/1.0/request-friend','intro','friendica1','You\'ve received an introduction from {0}.'),(5,'a4ed1cf044ad062c2b4215bf1a3e3974df4dae11c20a966a25f962dde1c769f0',2,'friendica2','http://friendica.dev/profile/friendica2','http://friendica.dev/photo/5b0e9c6920adcf8efafaf3743d0e0c6c-4.jpg?ts=1504775178','2017-09-07 09:06:18','[url=http://friendica.dev/profile/friendica2]friendica2[/url] has accepted your [url=]connection request[/url].',2,'http://friendica.dev/contacts/8',0,0,1,'http://activitystrea.ms/schema/1.0/make-friend','intro','friendica2','{0} has accepted your connection request.'),(6,'7adb52b4277d2ed6bba91b37dd1339b2f9d3fd91235170568d64101e89e96292',1,'friendica2','http://friendica.dev/profile/friendica2','http://friendica.dev/photo/22875ea1ab42e09a2f1d3869cd6edfe7-4.jpg?ts=1504775234','2017-09-07 09:07:14','You\'ve received [url=]an introduction[/url] from [url=http://friendica.dev/profile/friendica2]friendica2[/url].',4,'http://friendica.dev/notifications/intros',0,0,0,'http://activitystrea.ms/schema/1.0/request-friend','intro','friendica2','You\'ve received an introduction from {0}.'),(7,'f6d4c03380e095b388c5980deb0e0ac7b3602781bf93d728d89b63819943e7c6',2,'friendica3','http://friendica.dev/profile/friendica3','http://friendica.dev/photo/01ff45af20fe4c6fb230e6fc773f3ef8-4.jpg?ts=1504775360','2017-09-07 09:09:20','[url=http://friendica.dev/profile/friendica3]friendica3[/url] has accepted your [url=]connection request[/url].',2,'http://friendica.dev/contacts/10',0,0,1,'http://activitystrea.ms/schema/1.0/make-friend','intro','friendica3','{0} has accepted your connection request.'),(8,'f0dab05c5fbbc4e332289bca702c1ee568e6eb1600ce06a8930246403bd7fa1f',2,'friendica3','http://friendica.dev/profile/friendica3','http://friendica.dev/photo/9c78857b3d725c1c6d1227a7b8cbe6b2-4.jpg?ts=1504775369','2017-09-07 09:09:29','[url=http://friendica.dev/profile/friendica3]friendica3[/url] has accepted your [url=]connection request[/url].',3,'http://friendica.dev/contacts/16',0,0,1,'http://activitystrea.ms/schema/1.0/make-friend','intro','friendica3','{0} has accepted your connection request.'),(9,'fc68ae34aeb64be347f5b1f0e64357199f74cc1d75b735c75ef3914865f44d25',2,'friendica4','http://friendica.dev/profile/friendica4','http://friendica.dev/photo/b32d851ca091305b4cf5d115070cedbd-4.jpg?ts=1504775480','2017-09-07 09:11:20','[url=http://friendica.dev/profile/friendica4]friendica4[/url] has accepted your [url=]connection request[/url].',2,'http://friendica.dev/contacts/12',0,0,1,'http://activitystrea.ms/schema/1.0/make-friend','intro','friendica4','{0} has accepted your connection request.'),(10,'e8b5ef969f3ed6a11b14d14cbdd32fb7d05d9e8ba6060412914ee30ec8dd01ce',1,'friendica4','http://friendica.dev/profile/friendica4','http://friendica.dev/photo/15048d33e71544a25a6dd13bb081c78f-4.jpg?ts=1504775545','2017-09-07 09:12:25','You\'ve received [url=]an introduction[/url] from [url=http://friendica.dev/profile/friendica4]friendica4[/url].',6,'http://friendica.dev/notifications/intros',0,0,0,'http://activitystrea.ms/schema/1.0/request-friend','intro','friendica4','You\'ve received an introduction from {0}.'),(11,'8a827db2d0d9cbc5e73855437caa6d88a0c659e486da193c2508a9e29bbafd45',2,'friendica5','http://friendica.dev/profile/friendica5','http://friendica.dev/photo/ed2cf7a93daffb15532a78b261ac4685-4.jpg?ts=1504775575','2017-09-07 09:12:55','[url=http://friendica.dev/profile/friendica5]friendica5[/url] has accepted your [url=]connection request[/url].',2,'http://friendica.dev/contacts/14',0,0,1,'http://activitystrea.ms/schema/1.0/make-friend','intro','friendica5','{0} has accepted your connection request.'),(12,'14005c0225b144739f6075c11d116604d5b20bc44cf6f1d4a673e5a08ac3f70e',2,'friendica5','http://friendica.dev/profile/friendica5','http://friendica.dev/photo/d74f209bfcd190b3864fa678e5068a16-4.jpg?ts=1504775585','2017-09-07 09:13:05','[url=http://friendica.dev/profile/friendica5]friendica5[/url] has accepted your [url=]connection request[/url].',5,'http://friendica.dev/contacts/18',0,0,0,'http://activitystrea.ms/schema/1.0/make-friend','intro','friendica5','{0} has accepted your connection request.'),(13,'10fd661782ce0c899ce061157ea1bb3bd700f70c1344c1edc1fd901ff9bfaa43',8,'friendica3','http://friendica.dev/profile/friendica3','http://friendica.dev/photo/profile/4.jpg','2017-09-07 09:18:24','[url=http://friendica.dev/profile/friendica3]friendica3[/url] commented on [url=]your post[/url]',2,'http://friendica.dev/display/758d682b1059b10ee096f38798595234',13,9,0,'http://activitystrea.ms/schema/1.0/post','item','friendica3','{0} commented on your post'),(14,'e3ba1aabdf61082a83d511c9aafc661ac49f9c6cbb8d6126af3a111421892268',8,'friendica2','http://friendica.dev/profile/friendica2','http://friendica.dev/photo/profile/3.jpg','2017-09-07 09:19:28','[url=http://friendica.dev/profile/friendica2]friendica2[/url] commented on [url=]your post[/url]',2,'http://friendica.dev/display/758d682b2059b10f204f9c2684001373',19,15,0,'http://activitystrea.ms/schema/1.0/post','item','friendica2','{0} commented on your post'); +INSERT INTO `notify` VALUES (1,'8b9091886bbc8ede3fd0759c41eb855ed76ed1a4840dc75851e6a311f929bfcf',1,'friendica1','http://friendica.local/profile/friendica1','http://friendica.local/photo/18a7495723879503dac64b352e245508-4.jpg?ts=1504775047','2017-09-07 09:04:08','You\'ve received [url=]an introduction[/url] from [url=http://friendica.local/profile/friendica1]friendica1[/url].',3,'http://friendica.local/notifications/intros',0,0,0,'http://activitystrea.ms/schema/1.0/request-friend','intro','friendica1','You\'ve received an introduction from {0}.'),(2,'0185ee6a3b89d4f753fa981223fb1c625ac77889c888286fefdb4b8bae4a7e46',1,'friendica1','http://friendica.local/profile/friendica1','http://friendica.local/photo/adef541d0f334352940ad40251e15158-4.jpg?ts=1504775078','2017-09-07 09:04:38','You\'ve received [url=]an introduction[/url] from [url=http://friendica.local/profile/friendica1]friendica1[/url].',4,'http://friendica.local/notifications/intros',0,0,0,'http://activitystrea.ms/schema/1.0/request-friend','intro','friendica1','You\'ve received an introduction from {0}.'),(3,'3f85ccadc16c9dfbd8cf3e224632a008a95bda2aea4608ff1a64ca8771e3bb5d',1,'friendica1','http://friendica.local/profile/friendica1','http://friendica.local/photo/01ebf2eb957e5aef5463ba5ae6510ef5-4.jpg?ts=1504775093','2017-09-07 09:04:53','You\'ve received [url=]an introduction[/url] from [url=http://friendica.local/profile/friendica1]friendica1[/url].',5,'http://friendica.local/notifications/intros',0,0,0,'http://activitystrea.ms/schema/1.0/request-friend','intro','friendica1','You\'ve received an introduction from {0}.'),(4,'8403fa566bec0ae4c56d639aeb46e907451725f3f3288c1dd77e9c3ec8de6477',1,'friendica1','http://friendica.local/profile/friendica1','http://friendica.local/photo/f958f83dd2af4c30b30045dfc6ff0718-4.jpg?ts=1504775108','2017-09-07 09:05:09','You\'ve received [url=]an introduction[/url] from [url=http://friendica.local/profile/friendica1]friendica1[/url].',6,'http://friendica.local/notifications/intros',0,0,0,'http://activitystrea.ms/schema/1.0/request-friend','intro','friendica1','You\'ve received an introduction from {0}.'),(5,'a4ed1cf044ad062c2b4215bf1a3e3974df4dae11c20a966a25f962dde1c769f0',2,'friendica2','http://friendica.local/profile/friendica2','http://friendica.local/photo/5b0e9c6920adcf8efafaf3743d0e0c6c-4.jpg?ts=1504775178','2017-09-07 09:06:18','[url=http://friendica.local/profile/friendica2]friendica2[/url] has accepted your [url=]connection request[/url].',2,'http://friendica.local/contacts/8',0,0,1,'http://activitystrea.ms/schema/1.0/make-friend','intro','friendica2','{0} has accepted your connection request.'),(6,'7adb52b4277d2ed6bba91b37dd1339b2f9d3fd91235170568d64101e89e96292',1,'friendica2','http://friendica.local/profile/friendica2','http://friendica.local/photo/22875ea1ab42e09a2f1d3869cd6edfe7-4.jpg?ts=1504775234','2017-09-07 09:07:14','You\'ve received [url=]an introduction[/url] from [url=http://friendica.local/profile/friendica2]friendica2[/url].',4,'http://friendica.local/notifications/intros',0,0,0,'http://activitystrea.ms/schema/1.0/request-friend','intro','friendica2','You\'ve received an introduction from {0}.'),(7,'f6d4c03380e095b388c5980deb0e0ac7b3602781bf93d728d89b63819943e7c6',2,'friendica3','http://friendica.local/profile/friendica3','http://friendica.local/photo/01ff45af20fe4c6fb230e6fc773f3ef8-4.jpg?ts=1504775360','2017-09-07 09:09:20','[url=http://friendica.local/profile/friendica3]friendica3[/url] has accepted your [url=]connection request[/url].',2,'http://friendica.local/contacts/10',0,0,1,'http://activitystrea.ms/schema/1.0/make-friend','intro','friendica3','{0} has accepted your connection request.'),(8,'f0dab05c5fbbc4e332289bca702c1ee568e6eb1600ce06a8930246403bd7fa1f',2,'friendica3','http://friendica.local/profile/friendica3','http://friendica.local/photo/9c78857b3d725c1c6d1227a7b8cbe6b2-4.jpg?ts=1504775369','2017-09-07 09:09:29','[url=http://friendica.local/profile/friendica3]friendica3[/url] has accepted your [url=]connection request[/url].',3,'http://friendica.local/contacts/16',0,0,1,'http://activitystrea.ms/schema/1.0/make-friend','intro','friendica3','{0} has accepted your connection request.'),(9,'fc68ae34aeb64be347f5b1f0e64357199f74cc1d75b735c75ef3914865f44d25',2,'friendica4','http://friendica.local/profile/friendica4','http://friendica.local/photo/b32d851ca091305b4cf5d115070cedbd-4.jpg?ts=1504775480','2017-09-07 09:11:20','[url=http://friendica.local/profile/friendica4]friendica4[/url] has accepted your [url=]connection request[/url].',2,'http://friendica.local/contacts/12',0,0,1,'http://activitystrea.ms/schema/1.0/make-friend','intro','friendica4','{0} has accepted your connection request.'),(10,'e8b5ef969f3ed6a11b14d14cbdd32fb7d05d9e8ba6060412914ee30ec8dd01ce',1,'friendica4','http://friendica.local/profile/friendica4','http://friendica.local/photo/15048d33e71544a25a6dd13bb081c78f-4.jpg?ts=1504775545','2017-09-07 09:12:25','You\'ve received [url=]an introduction[/url] from [url=http://friendica.local/profile/friendica4]friendica4[/url].',6,'http://friendica.local/notifications/intros',0,0,0,'http://activitystrea.ms/schema/1.0/request-friend','intro','friendica4','You\'ve received an introduction from {0}.'),(11,'8a827db2d0d9cbc5e73855437caa6d88a0c659e486da193c2508a9e29bbafd45',2,'friendica5','http://friendica.local/profile/friendica5','http://friendica.local/photo/ed2cf7a93daffb15532a78b261ac4685-4.jpg?ts=1504775575','2017-09-07 09:12:55','[url=http://friendica.local/profile/friendica5]friendica5[/url] has accepted your [url=]connection request[/url].',2,'http://friendica.local/contacts/14',0,0,1,'http://activitystrea.ms/schema/1.0/make-friend','intro','friendica5','{0} has accepted your connection request.'),(12,'14005c0225b144739f6075c11d116604d5b20bc44cf6f1d4a673e5a08ac3f70e',2,'friendica5','http://friendica.local/profile/friendica5','http://friendica.local/photo/d74f209bfcd190b3864fa678e5068a16-4.jpg?ts=1504775585','2017-09-07 09:13:05','[url=http://friendica.local/profile/friendica5]friendica5[/url] has accepted your [url=]connection request[/url].',5,'http://friendica.local/contacts/18',0,0,0,'http://activitystrea.ms/schema/1.0/make-friend','intro','friendica5','{0} has accepted your connection request.'),(13,'10fd661782ce0c899ce061157ea1bb3bd700f70c1344c1edc1fd901ff9bfaa43',8,'friendica3','http://friendica.local/profile/friendica3','http://friendica.local/photo/profile/4.jpg','2017-09-07 09:18:24','[url=http://friendica.local/profile/friendica3]friendica3[/url] commented on [url=]your post[/url]',2,'http://friendica.local/display/758d682b1059b10ee096f38798595234',13,9,0,'http://activitystrea.ms/schema/1.0/post','item','friendica3','{0} commented on your post'),(14,'e3ba1aabdf61082a83d511c9aafc661ac49f9c6cbb8d6126af3a111421892268',8,'friendica2','http://friendica.local/profile/friendica2','http://friendica.local/photo/profile/3.jpg','2017-09-07 09:19:28','[url=http://friendica.local/profile/friendica2]friendica2[/url] commented on [url=]your post[/url]',2,'http://friendica.local/display/758d682b2059b10f204f9c2684001373',19,15,0,'http://activitystrea.ms/schema/1.0/post','item','friendica2','{0} commented on your post'); /*!40000 ALTER TABLE `notify` ENABLE KEYS */; UNLOCK TABLES; @@ -1433,7 +1433,7 @@ CREATE TABLE `profile` ( LOCK TABLES `profile` WRITE; /*!40000 ALTER TABLE `profile` DISABLE KEYS */; -INSERT INTO `profile` VALUES (1,1,'default',1,0,'admin','','0001-01-01','','','','','','','','',NULL,'0001-01-01 00:00:00','','','',NULL,NULL,NULL,NULL,NULL,'',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','http://friendica.dev/photo/profile/1.jpg','http://friendica.dev/photo/avatar/1.jpg',0,0),(2,2,'default',1,0,'friendica1','','0001-01-01','','','','','','','','',NULL,'0001-01-01 00:00:00','','','',NULL,NULL,NULL,NULL,NULL,'',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','http://friendica.dev/photo/profile/2.jpg','http://friendica.dev/photo/avatar/2.jpg',0,0),(3,3,'default',1,0,'friendica2','','0001-01-01','','','','','','','','',NULL,'0001-01-01 00:00:00','','','',NULL,NULL,NULL,NULL,NULL,'',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','http://friendica.dev/photo/profile/3.jpg','http://friendica.dev/photo/avatar/3.jpg',0,0),(4,4,'default',1,0,'friendica3','','0001-01-01','','','','','','','','',NULL,'0001-01-01 00:00:00','','','',NULL,NULL,NULL,NULL,NULL,'',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','http://friendica.dev/photo/profile/4.jpg','http://friendica.dev/photo/avatar/4.jpg',0,0),(5,5,'default',1,0,'friendica4','','0001-01-01','','','','','','','','',NULL,'0001-01-01 00:00:00','','','',NULL,NULL,NULL,NULL,NULL,'',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','http://friendica.dev/photo/profile/5.jpg','http://friendica.dev/photo/avatar/5.jpg',0,0),(6,6,'default',1,0,'friendica5','','0001-01-01','','','','','','','','',NULL,'0001-01-01 00:00:00','','','',NULL,NULL,NULL,NULL,NULL,'',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','http://friendica.dev/photo/profile/6.jpg','http://friendica.dev/photo/avatar/6.jpg',0,0); +INSERT INTO `profile` VALUES (1,1,'default',1,0,'admin','','0001-01-01','','','','','','','','',NULL,'0001-01-01 00:00:00','','','',NULL,NULL,NULL,NULL,NULL,'',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','http://friendica.local/photo/profile/1.jpg','http://friendica.local/photo/avatar/1.jpg',0,0),(2,2,'default',1,0,'friendica1','','0001-01-01','','','','','','','','',NULL,'0001-01-01 00:00:00','','','',NULL,NULL,NULL,NULL,NULL,'',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','http://friendica.local/photo/profile/2.jpg','http://friendica.local/photo/avatar/2.jpg',0,0),(3,3,'default',1,0,'friendica2','','0001-01-01','','','','','','','','',NULL,'0001-01-01 00:00:00','','','',NULL,NULL,NULL,NULL,NULL,'',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','http://friendica.local/photo/profile/3.jpg','http://friendica.local/photo/avatar/3.jpg',0,0),(4,4,'default',1,0,'friendica3','','0001-01-01','','','','','','','','',NULL,'0001-01-01 00:00:00','','','',NULL,NULL,NULL,NULL,NULL,'',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','http://friendica.local/photo/profile/4.jpg','http://friendica.local/photo/avatar/4.jpg',0,0),(5,5,'default',1,0,'friendica4','','0001-01-01','','','','','','','','',NULL,'0001-01-01 00:00:00','','','',NULL,NULL,NULL,NULL,NULL,'',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','http://friendica.local/photo/profile/5.jpg','http://friendica.local/photo/avatar/5.jpg',0,0),(6,6,'default',1,0,'friendica5','','0001-01-01','','','','','','','','',NULL,'0001-01-01 00:00:00','','','',NULL,NULL,NULL,NULL,NULL,'',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'','','http://friendica.local/photo/profile/6.jpg','http://friendica.local/photo/avatar/6.jpg',0,0); /*!40000 ALTER TABLE `profile` ENABLE KEYS */; UNLOCK TABLES; @@ -1631,7 +1631,7 @@ CREATE TABLE `sign` ( LOCK TABLES `sign` WRITE; /*!40000 ALTER TABLE `sign` DISABLE KEYS */; -INSERT INTO `sign` VALUES (1,12,'{\"author\":\"friendica3@friendica.dev\",\"guid\":\"758d682b1059b10ee096f38798595234\",\"created_at\":\"2017-09-07T09:18:24Z\",\"parent_guid\":\"758d682b1859b10ebd6abab685903735\",\"text\":\"Cool!\",\"author_signature\":\"BBtHY+wQ2ZL6M0By6wk7Tw88x58BYHQ2zIJ1ufi6V9p5kWrYb3AEEOqHXbj4M28yzGUszVV1UtQ\\/V3emmAkhDzzTz5B3RNOwWjqFVpbMltzW4z7jP6vfY18w+ICorLTut+ynn0m+XSJJKQ4FGwqpwWDORssgk6hpuoq4QgzIYRUSS1pm0OSUP1Z3R2NQXGajTzR66e1+a7Ha4sLn6J06RTfnT8+1wYbMPno9AzFgaNtQ2OcJ3pNk\\/VuqNDCXAyDkaf7cbpLsB4QcDqk+p91GQ\\/\\/OgESwWT+KBVPv6VoA1bZubA0ngBHfdb4wDWCyt0wtLetpo2TuKSpkikN9hDv4vUflo6TKSldy7YQRU0CWAUHxwlKgSn8UuFn\\/oeq\\/1rnzs81EGqchw6NSWFe+nMZWXT6knngGQNrouZkWTJABLRVftPSEFqf98ysOhOt9qPCOq9ScGnKDHrZyiSO+aTh7Q7Ypexs8s\\/YbS6e3iDAf74QaqP14fKeCmt3s2zyhsOemxfb96943SZui4mwL3jt2XhJhu2GTNjjIBv+aQoBRveGZDqEjye6x+DfT5wP955e8g24dBX5JoF9DYssN8d+rOiUjmaOL3N3pwDnpbL12dzH3OMxlgf6GTu6APtVXkHL70f65p\\/pgp1cqQ7a4VTpuFXltuOEFTVARQA0RkHrFQmE=\"}',NULL,''),(2,13,'{\"author\":\"friendica3@friendica.dev\",\"guid\":\"758d682b1059b10ee096f38798595234\",\"created_at\":\"2017-09-07T09:18:24Z\",\"parent_guid\":\"758d682b1859b10ebd6abab685903735\",\"text\":\"Cool!\",\"author_signature\":\"BBtHY+wQ2ZL6M0By6wk7Tw88x58BYHQ2zIJ1ufi6V9p5kWrYb3AEEOqHXbj4M28yzGUszVV1UtQ\\/V3emmAkhDzzTz5B3RNOwWjqFVpbMltzW4z7jP6vfY18w+ICorLTut+ynn0m+XSJJKQ4FGwqpwWDORssgk6hpuoq4QgzIYRUSS1pm0OSUP1Z3R2NQXGajTzR66e1+a7Ha4sLn6J06RTfnT8+1wYbMPno9AzFgaNtQ2OcJ3pNk\\/VuqNDCXAyDkaf7cbpLsB4QcDqk+p91GQ\\/\\/OgESwWT+KBVPv6VoA1bZubA0ngBHfdb4wDWCyt0wtLetpo2TuKSpkikN9hDv4vUflo6TKSldy7YQRU0CWAUHxwlKgSn8UuFn\\/oeq\\/1rnzs81EGqchw6NSWFe+nMZWXT6knngGQNrouZkWTJABLRVftPSEFqf98ysOhOt9qPCOq9ScGnKDHrZyiSO+aTh7Q7Ypexs8s\\/YbS6e3iDAf74QaqP14fKeCmt3s2zyhsOemxfb96943SZui4mwL3jt2XhJhu2GTNjjIBv+aQoBRveGZDqEjye6x+DfT5wP955e8g24dBX5JoF9DYssN8d+rOiUjmaOL3N3pwDnpbL12dzH3OMxlgf6GTu6APtVXkHL70f65p\\/pgp1cqQ7a4VTpuFXltuOEFTVARQA0RkHrFQmE=\"}','',''),(3,14,'{\"author\":\"friendica3@friendica.dev\",\"guid\":\"758d682b1059b10ee096f38798595234\",\"created_at\":\"2017-09-07T09:18:24Z\",\"parent_guid\":\"758d682b1859b10ebd6abab685903735\",\"text\":\"Cool!\",\"author_signature\":\"BBtHY+wQ2ZL6M0By6wk7Tw88x58BYHQ2zIJ1ufi6V9p5kWrYb3AEEOqHXbj4M28yzGUszVV1UtQ\\/V3emmAkhDzzTz5B3RNOwWjqFVpbMltzW4z7jP6vfY18w+ICorLTut+ynn0m+XSJJKQ4FGwqpwWDORssgk6hpuoq4QgzIYRUSS1pm0OSUP1Z3R2NQXGajTzR66e1+a7Ha4sLn6J06RTfnT8+1wYbMPno9AzFgaNtQ2OcJ3pNk\\/VuqNDCXAyDkaf7cbpLsB4QcDqk+p91GQ\\/\\/OgESwWT+KBVPv6VoA1bZubA0ngBHfdb4wDWCyt0wtLetpo2TuKSpkikN9hDv4vUflo6TKSldy7YQRU0CWAUHxwlKgSn8UuFn\\/oeq\\/1rnzs81EGqchw6NSWFe+nMZWXT6knngGQNrouZkWTJABLRVftPSEFqf98ysOhOt9qPCOq9ScGnKDHrZyiSO+aTh7Q7Ypexs8s\\/YbS6e3iDAf74QaqP14fKeCmt3s2zyhsOemxfb96943SZui4mwL3jt2XhJhu2GTNjjIBv+aQoBRveGZDqEjye6x+DfT5wP955e8g24dBX5JoF9DYssN8d+rOiUjmaOL3N3pwDnpbL12dzH3OMxlgf6GTu6APtVXkHL70f65p\\/pgp1cqQ7a4VTpuFXltuOEFTVARQA0RkHrFQmE=\"}','',''),(4,18,'{\"author\":\"friendica2@friendica.dev\",\"guid\":\"758d682b2059b10f204f9c2684001373\",\"created_at\":\"2017-09-07T09:19:28Z\",\"parent_guid\":\"758d682b1459b10f0be17c3206121357\",\"text\":\"Yay!\",\"author_signature\":\"Ty4OnkZUFKgrVkF0kN5J+21bjVCoyOwljoj68gwWQR3XETAJ4v\\/O1yFypLyzbrOZCBWzC9e9Wg3g+FT6oKdYLBzMR6Qu2VrAFYM5JI9e0G8IIVWWFGD2zFyhAhJLwzy93BqzCTTD5+3s5P2quTJkJyJqweGczNlLk2em26WShG9VpcgFuQAyVcQGAlTaUBqFYn7Mo3D5xWPgrhWEzU8AU1i3lKr7dBekcEMvFF5h51DebYCMmuMvyjBMWEDjv8cbm0ve\\/4uo0uU0D9vik3oCTAzZCV3rcLkthp0MFI1sxGepHzkk\\/HJSMkyB\\/VqDNgPdeMTtbCBCdKr0NmSim2dTlOVascmsvpQoy1tXDwv1+PMs2tET4O1+JrvRFJ6VNK9lKPs59RZ1YhFfLIneKn616mcJm9ZbHDi6y1uQRIGtDjLGgvs69TqVI028jRU2KhlvrNM8SktvRSfbHu8Dpj1n1xmedOwmdlJsJvzGMOd2fNr\\/EXg6mY7YpgYPBt7T42MfRqajaqDUjeN1XKnfvprODUDNhGmol2f7mMLi4RpQySPFjDCC+4vh6y8q6yc4T2CVzEMZXIrBeE3QW46HSgqVmrEpVP72VL4LSWGS46M8CmBXp9c+gf07C59dklSPgGa0D+5Z768L25tJPqAvlVJShSq1hQVVTW4qjNAfdvKGI90=\"}',NULL,''),(5,19,'{\"author\":\"friendica2@friendica.dev\",\"guid\":\"758d682b2059b10f204f9c2684001373\",\"created_at\":\"2017-09-07T09:19:28Z\",\"parent_guid\":\"758d682b1459b10f0be17c3206121357\",\"text\":\"Yay!\",\"author_signature\":\"Ty4OnkZUFKgrVkF0kN5J+21bjVCoyOwljoj68gwWQR3XETAJ4v\\/O1yFypLyzbrOZCBWzC9e9Wg3g+FT6oKdYLBzMR6Qu2VrAFYM5JI9e0G8IIVWWFGD2zFyhAhJLwzy93BqzCTTD5+3s5P2quTJkJyJqweGczNlLk2em26WShG9VpcgFuQAyVcQGAlTaUBqFYn7Mo3D5xWPgrhWEzU8AU1i3lKr7dBekcEMvFF5h51DebYCMmuMvyjBMWEDjv8cbm0ve\\/4uo0uU0D9vik3oCTAzZCV3rcLkthp0MFI1sxGepHzkk\\/HJSMkyB\\/VqDNgPdeMTtbCBCdKr0NmSim2dTlOVascmsvpQoy1tXDwv1+PMs2tET4O1+JrvRFJ6VNK9lKPs59RZ1YhFfLIneKn616mcJm9ZbHDi6y1uQRIGtDjLGgvs69TqVI028jRU2KhlvrNM8SktvRSfbHu8Dpj1n1xmedOwmdlJsJvzGMOd2fNr\\/EXg6mY7YpgYPBt7T42MfRqajaqDUjeN1XKnfvprODUDNhGmol2f7mMLi4RpQySPFjDCC+4vh6y8q6yc4T2CVzEMZXIrBeE3QW46HSgqVmrEpVP72VL4LSWGS46M8CmBXp9c+gf07C59dklSPgGa0D+5Z768L25tJPqAvlVJShSq1hQVVTW4qjNAfdvKGI90=\"}','',''),(6,20,'{\"author\":\"friendica2@friendica.dev\",\"guid\":\"758d682b2059b10f204f9c2684001373\",\"created_at\":\"2017-09-07T09:19:28Z\",\"parent_guid\":\"758d682b1459b10f0be17c3206121357\",\"text\":\"Yay!\",\"author_signature\":\"Ty4OnkZUFKgrVkF0kN5J+21bjVCoyOwljoj68gwWQR3XETAJ4v\\/O1yFypLyzbrOZCBWzC9e9Wg3g+FT6oKdYLBzMR6Qu2VrAFYM5JI9e0G8IIVWWFGD2zFyhAhJLwzy93BqzCTTD5+3s5P2quTJkJyJqweGczNlLk2em26WShG9VpcgFuQAyVcQGAlTaUBqFYn7Mo3D5xWPgrhWEzU8AU1i3lKr7dBekcEMvFF5h51DebYCMmuMvyjBMWEDjv8cbm0ve\\/4uo0uU0D9vik3oCTAzZCV3rcLkthp0MFI1sxGepHzkk\\/HJSMkyB\\/VqDNgPdeMTtbCBCdKr0NmSim2dTlOVascmsvpQoy1tXDwv1+PMs2tET4O1+JrvRFJ6VNK9lKPs59RZ1YhFfLIneKn616mcJm9ZbHDi6y1uQRIGtDjLGgvs69TqVI028jRU2KhlvrNM8SktvRSfbHu8Dpj1n1xmedOwmdlJsJvzGMOd2fNr\\/EXg6mY7YpgYPBt7T42MfRqajaqDUjeN1XKnfvprODUDNhGmol2f7mMLi4RpQySPFjDCC+4vh6y8q6yc4T2CVzEMZXIrBeE3QW46HSgqVmrEpVP72VL4LSWGS46M8CmBXp9c+gf07C59dklSPgGa0D+5Z768L25tJPqAvlVJShSq1hQVVTW4qjNAfdvKGI90=\"}','',''); +INSERT INTO `sign` VALUES (1,12,'{\"author\":\"friendica3@friendica.local\",\"guid\":\"758d682b1059b10ee096f38798595234\",\"created_at\":\"2017-09-07T09:18:24Z\",\"parent_guid\":\"758d682b1859b10ebd6abab685903735\",\"text\":\"Cool!\",\"author_signature\":\"BBtHY+wQ2ZL6M0By6wk7Tw88x58BYHQ2zIJ1ufi6V9p5kWrYb3AEEOqHXbj4M28yzGUszVV1UtQ\\/V3emmAkhDzzTz5B3RNOwWjqFVpbMltzW4z7jP6vfY18w+ICorLTut+ynn0m+XSJJKQ4FGwqpwWDORssgk6hpuoq4QgzIYRUSS1pm0OSUP1Z3R2NQXGajTzR66e1+a7Ha4sLn6J06RTfnT8+1wYbMPno9AzFgaNtQ2OcJ3pNk\\/VuqNDCXAyDkaf7cbpLsB4QcDqk+p91GQ\\/\\/OgESwWT+KBVPv6VoA1bZubA0ngBHfdb4wDWCyt0wtLetpo2TuKSpkikN9hDv4vUflo6TKSldy7YQRU0CWAUHxwlKgSn8UuFn\\/oeq\\/1rnzs81EGqchw6NSWFe+nMZWXT6knngGQNrouZkWTJABLRVftPSEFqf98ysOhOt9qPCOq9ScGnKDHrZyiSO+aTh7Q7Ypexs8s\\/YbS6e3iDAf74QaqP14fKeCmt3s2zyhsOemxfb96943SZui4mwL3jt2XhJhu2GTNjjIBv+aQoBRveGZDqEjye6x+DfT5wP955e8g24dBX5JoF9DYssN8d+rOiUjmaOL3N3pwDnpbL12dzH3OMxlgf6GTu6APtVXkHL70f65p\\/pgp1cqQ7a4VTpuFXltuOEFTVARQA0RkHrFQmE=\"}',NULL,''),(2,13,'{\"author\":\"friendica3@friendica.local\",\"guid\":\"758d682b1059b10ee096f38798595234\",\"created_at\":\"2017-09-07T09:18:24Z\",\"parent_guid\":\"758d682b1859b10ebd6abab685903735\",\"text\":\"Cool!\",\"author_signature\":\"BBtHY+wQ2ZL6M0By6wk7Tw88x58BYHQ2zIJ1ufi6V9p5kWrYb3AEEOqHXbj4M28yzGUszVV1UtQ\\/V3emmAkhDzzTz5B3RNOwWjqFVpbMltzW4z7jP6vfY18w+ICorLTut+ynn0m+XSJJKQ4FGwqpwWDORssgk6hpuoq4QgzIYRUSS1pm0OSUP1Z3R2NQXGajTzR66e1+a7Ha4sLn6J06RTfnT8+1wYbMPno9AzFgaNtQ2OcJ3pNk\\/VuqNDCXAyDkaf7cbpLsB4QcDqk+p91GQ\\/\\/OgESwWT+KBVPv6VoA1bZubA0ngBHfdb4wDWCyt0wtLetpo2TuKSpkikN9hDv4vUflo6TKSldy7YQRU0CWAUHxwlKgSn8UuFn\\/oeq\\/1rnzs81EGqchw6NSWFe+nMZWXT6knngGQNrouZkWTJABLRVftPSEFqf98ysOhOt9qPCOq9ScGnKDHrZyiSO+aTh7Q7Ypexs8s\\/YbS6e3iDAf74QaqP14fKeCmt3s2zyhsOemxfb96943SZui4mwL3jt2XhJhu2GTNjjIBv+aQoBRveGZDqEjye6x+DfT5wP955e8g24dBX5JoF9DYssN8d+rOiUjmaOL3N3pwDnpbL12dzH3OMxlgf6GTu6APtVXkHL70f65p\\/pgp1cqQ7a4VTpuFXltuOEFTVARQA0RkHrFQmE=\"}','',''),(3,14,'{\"author\":\"friendica3@friendica.local\",\"guid\":\"758d682b1059b10ee096f38798595234\",\"created_at\":\"2017-09-07T09:18:24Z\",\"parent_guid\":\"758d682b1859b10ebd6abab685903735\",\"text\":\"Cool!\",\"author_signature\":\"BBtHY+wQ2ZL6M0By6wk7Tw88x58BYHQ2zIJ1ufi6V9p5kWrYb3AEEOqHXbj4M28yzGUszVV1UtQ\\/V3emmAkhDzzTz5B3RNOwWjqFVpbMltzW4z7jP6vfY18w+ICorLTut+ynn0m+XSJJKQ4FGwqpwWDORssgk6hpuoq4QgzIYRUSS1pm0OSUP1Z3R2NQXGajTzR66e1+a7Ha4sLn6J06RTfnT8+1wYbMPno9AzFgaNtQ2OcJ3pNk\\/VuqNDCXAyDkaf7cbpLsB4QcDqk+p91GQ\\/\\/OgESwWT+KBVPv6VoA1bZubA0ngBHfdb4wDWCyt0wtLetpo2TuKSpkikN9hDv4vUflo6TKSldy7YQRU0CWAUHxwlKgSn8UuFn\\/oeq\\/1rnzs81EGqchw6NSWFe+nMZWXT6knngGQNrouZkWTJABLRVftPSEFqf98ysOhOt9qPCOq9ScGnKDHrZyiSO+aTh7Q7Ypexs8s\\/YbS6e3iDAf74QaqP14fKeCmt3s2zyhsOemxfb96943SZui4mwL3jt2XhJhu2GTNjjIBv+aQoBRveGZDqEjye6x+DfT5wP955e8g24dBX5JoF9DYssN8d+rOiUjmaOL3N3pwDnpbL12dzH3OMxlgf6GTu6APtVXkHL70f65p\\/pgp1cqQ7a4VTpuFXltuOEFTVARQA0RkHrFQmE=\"}','',''),(4,18,'{\"author\":\"friendica2@friendica.local\",\"guid\":\"758d682b2059b10f204f9c2684001373\",\"created_at\":\"2017-09-07T09:19:28Z\",\"parent_guid\":\"758d682b1459b10f0be17c3206121357\",\"text\":\"Yay!\",\"author_signature\":\"Ty4OnkZUFKgrVkF0kN5J+21bjVCoyOwljoj68gwWQR3XETAJ4v\\/O1yFypLyzbrOZCBWzC9e9Wg3g+FT6oKdYLBzMR6Qu2VrAFYM5JI9e0G8IIVWWFGD2zFyhAhJLwzy93BqzCTTD5+3s5P2quTJkJyJqweGczNlLk2em26WShG9VpcgFuQAyVcQGAlTaUBqFYn7Mo3D5xWPgrhWEzU8AU1i3lKr7dBekcEMvFF5h51DebYCMmuMvyjBMWEDjv8cbm0ve\\/4uo0uU0D9vik3oCTAzZCV3rcLkthp0MFI1sxGepHzkk\\/HJSMkyB\\/VqDNgPdeMTtbCBCdKr0NmSim2dTlOVascmsvpQoy1tXDwv1+PMs2tET4O1+JrvRFJ6VNK9lKPs59RZ1YhFfLIneKn616mcJm9ZbHDi6y1uQRIGtDjLGgvs69TqVI028jRU2KhlvrNM8SktvRSfbHu8Dpj1n1xmedOwmdlJsJvzGMOd2fNr\\/EXg6mY7YpgYPBt7T42MfRqajaqDUjeN1XKnfvprODUDNhGmol2f7mMLi4RpQySPFjDCC+4vh6y8q6yc4T2CVzEMZXIrBeE3QW46HSgqVmrEpVP72VL4LSWGS46M8CmBXp9c+gf07C59dklSPgGa0D+5Z768L25tJPqAvlVJShSq1hQVVTW4qjNAfdvKGI90=\"}',NULL,''),(5,19,'{\"author\":\"friendica2@friendica.local\",\"guid\":\"758d682b2059b10f204f9c2684001373\",\"created_at\":\"2017-09-07T09:19:28Z\",\"parent_guid\":\"758d682b1459b10f0be17c3206121357\",\"text\":\"Yay!\",\"author_signature\":\"Ty4OnkZUFKgrVkF0kN5J+21bjVCoyOwljoj68gwWQR3XETAJ4v\\/O1yFypLyzbrOZCBWzC9e9Wg3g+FT6oKdYLBzMR6Qu2VrAFYM5JI9e0G8IIVWWFGD2zFyhAhJLwzy93BqzCTTD5+3s5P2quTJkJyJqweGczNlLk2em26WShG9VpcgFuQAyVcQGAlTaUBqFYn7Mo3D5xWPgrhWEzU8AU1i3lKr7dBekcEMvFF5h51DebYCMmuMvyjBMWEDjv8cbm0ve\\/4uo0uU0D9vik3oCTAzZCV3rcLkthp0MFI1sxGepHzkk\\/HJSMkyB\\/VqDNgPdeMTtbCBCdKr0NmSim2dTlOVascmsvpQoy1tXDwv1+PMs2tET4O1+JrvRFJ6VNK9lKPs59RZ1YhFfLIneKn616mcJm9ZbHDi6y1uQRIGtDjLGgvs69TqVI028jRU2KhlvrNM8SktvRSfbHu8Dpj1n1xmedOwmdlJsJvzGMOd2fNr\\/EXg6mY7YpgYPBt7T42MfRqajaqDUjeN1XKnfvprODUDNhGmol2f7mMLi4RpQySPFjDCC+4vh6y8q6yc4T2CVzEMZXIrBeE3QW46HSgqVmrEpVP72VL4LSWGS46M8CmBXp9c+gf07C59dklSPgGa0D+5Z768L25tJPqAvlVJShSq1hQVVTW4qjNAfdvKGI90=\"}','',''),(6,20,'{\"author\":\"friendica2@friendica.local\",\"guid\":\"758d682b2059b10f204f9c2684001373\",\"created_at\":\"2017-09-07T09:19:28Z\",\"parent_guid\":\"758d682b1459b10f0be17c3206121357\",\"text\":\"Yay!\",\"author_signature\":\"Ty4OnkZUFKgrVkF0kN5J+21bjVCoyOwljoj68gwWQR3XETAJ4v\\/O1yFypLyzbrOZCBWzC9e9Wg3g+FT6oKdYLBzMR6Qu2VrAFYM5JI9e0G8IIVWWFGD2zFyhAhJLwzy93BqzCTTD5+3s5P2quTJkJyJqweGczNlLk2em26WShG9VpcgFuQAyVcQGAlTaUBqFYn7Mo3D5xWPgrhWEzU8AU1i3lKr7dBekcEMvFF5h51DebYCMmuMvyjBMWEDjv8cbm0ve\\/4uo0uU0D9vik3oCTAzZCV3rcLkthp0MFI1sxGepHzkk\\/HJSMkyB\\/VqDNgPdeMTtbCBCdKr0NmSim2dTlOVascmsvpQoy1tXDwv1+PMs2tET4O1+JrvRFJ6VNK9lKPs59RZ1YhFfLIneKn616mcJm9ZbHDi6y1uQRIGtDjLGgvs69TqVI028jRU2KhlvrNM8SktvRSfbHu8Dpj1n1xmedOwmdlJsJvzGMOd2fNr\\/EXg6mY7YpgYPBt7T42MfRqajaqDUjeN1XKnfvprODUDNhGmol2f7mMLi4RpQySPFjDCC+4vh6y8q6yc4T2CVzEMZXIrBeE3QW46HSgqVmrEpVP72VL4LSWGS46M8CmBXp9c+gf07C59dklSPgGa0D+5Z768L25tJPqAvlVJShSq1hQVVTW4qjNAfdvKGI90=\"}','',''); /*!40000 ALTER TABLE `sign` ENABLE KEYS */; UNLOCK TABLES; @@ -1851,7 +1851,7 @@ CREATE TABLE `user` ( LOCK TABLES `user` WRITE; /*!40000 ALTER TABLE `user` DISABLE KEYS */; -INSERT INTO `user` VALUES (1,'758d682b8759b1098e3044f007138090','admin','6a4e012bd9583858a5a6fa15f58bd86a25af266d3a4344f1ec2018b778f29ba83be86eb45e6dc204e11276f4a99eff4e2144fbe15e756c2c88e999649aae7d94','admin','admin@friendica.dev','','UTC','en','2017-09-07 08:55:42','2017-09-07 09:19:43','',0,'','-----BEGIN PUBLIC KEY-----\nMIICIjANBgkqhkiG9w0BAQEFAAOCAg8AMIICCgKCAgEAwQg7HphhbaW2328hhUgS\n9sxr551Y3jTlBR5zqxpYHcW4X0h0STElurfVgsDZldgUGNUh6hQDBpoeRQ+Fxi6X\nFRGd76BBlW9wXAoq/oxpezUgD3UWVBc1eybc4ChSexlBhB2PcDbymjaTDji1XoYf\nxDfdKyawCtnjOhvOqWKIjhpVlT10/1taqYSfVNHh3RyIAXKr5gdKKZibBN0DuMbI\ngR4UuD4GhdVtGvYamjEwf8z2beJYwTmkvInf1V0MyLr6wEMj7FerAoe59bng6GjL\nB8DvRyg38iST0SZfSXOeinaEbum6gFuRGdLS3Yz2e+yk4OxOoY/mXP3yjodCu0Ld\nU6Ld+y0qMw2AKewQBl7+BM0utgbZXmmX1RcHL/NrLsM2FS9626tUGMWwUnSOAP85\nIHMuODjDYgud14m6AgD1eOI0Rcm36QpM+YqcXvllCSR8aRdqX6yyjYdkDmAeHrPl\nHJos5usizcQGivq7QZU+svWq1tAt1BQLelXtmcoZpmHSaUNOYSlWekdWiouSmyZ8\nD9EhfIZhbw/nEyKmayh5mxSP4VxT+hW/l/6x2E75azpDo+oSj1vgBi8zg4d0NIIe\n6PNjZm+MP2JSyZs/hnTWAxGyVVQuvSjnqv+CM2KHKdBSZ7mNVi/mbK8ZFwtLX3qy\n84tUkMsLqWcBG29JDamlq8UCAwEAAQ==\n-----END PUBLIC KEY-----\n','-----BEGIN PRIVATE KEY-----\nMIIJQQIBADANBgkqhkiG9w0BAQEFAASCCSswggknAgEAAoICAQDBCDsemGFtpbbf\nbyGFSBL2zGvnnVjeNOUFHnOrGlgdxbhfSHRJMSW6t9WCwNmV2BQY1SHqFAMGmh5F\nD4XGLpcVEZ3voEGVb3BcCir+jGl7NSAPdRZUFzV7JtzgKFJ7GUGEHY9wNvKaNpMO\nOLVehh/EN90rJrAK2eM6G86pYoiOGlWVPXT/W1qphJ9U0eHdHIgBcqvmB0opmJsE\n3QO4xsiBHhS4PgaF1W0a9hqaMTB/zPZt4ljBOaS8id/VXQzIuvrAQyPsV6sCh7n1\nueDoaMsHwO9HKDfyJJPRJl9Jc56KdoRu6bqAW5EZ0tLdjPZ77KTg7E6hj+Zc/fKO\nh0K7Qt1Tot37LSozDYAp7BAGXv4EzS62BtleaZfVFwcv82suwzYVL3rbq1QYxbBS\ndI4A/zkgcy44OMNiC53XiboCAPV44jRFybfpCkz5ipxe+WUJJHxpF2pfrLKNh2QO\nYB4es+Ucmizm6yLNxAaK+rtBlT6y9arW0C3UFAt6Ve2ZyhmmYdJpQ05hKVZ6R1aK\ni5KbJnwP0SF8hmFvD+cTIqZrKHmbFI/hXFP6Fb+X/rHYTvlrOkOj6hKPW+AGLzOD\nh3Q0gh7o82Nmb4w/YlLJmz+GdNYDEbJVVC69KOeq/4IzYocp0FJnuY1WL+ZsrxkX\nC0tferLzi1SQywupZwEbb0kNqaWrxQIDAQABAoICADPBpTha2ySvHg1imrZF0O/j\nd7sucTmDLTTmKVVjRuUUso65upQ1XUxnJhRc6PpIaXsPCnzcyMLoZ91UgCXXMCMy\nCgrKCUusCZBkGYsO0ul6IRKD7my1nF1c2jQwG41uBCcMVf1cfkfjAiL6CYdCpxnR\ncLe1M9Z0/XwDILJB/SM85F2TkN82+2Qgbygq7kh+8eiReo2+vp/QjyAKsojEo9Ya\n3qtX1h/kTdDA0/kr3zklF5325p1Ie2ciAKYQwPDBUaJjXipshymygqXkJO2ry2RU\n0tNdcUK3k/qsMzhai9PMW03x1VO9OXaXFHra5OvtU3gLZDnlf3rHjFWy5q2XDAh9\nj/vGv6mG8rq8CkJ4qbJ8RfhXEpMkLKhOAeAyiZpQ8qUtD3ASOErmcSyChkFTuAgd\n3JSf2QWIFT+/baU2H/yC/+YoKfzEbngzQGJZlvCpH8c1rx8CnqWp1sDICYjw2NtP\n5BgCx2UD+Zh9yoJJrG1tIkXMpb/evgM+/h+wH/bJ2n4n+AQ2KKjMapPAoj3oY3lK\n8rQOhbTP87cL1WqdbnvQzHY4LwkB1UjKbUaqk052UXgMeeN1I+s1bXrO3XkgyEO+\nmPEcoVddPUDpETM4CgiocqWrPkebBKSfQzjLzyOuPIozqKg5zduxgFBGGwZlliUn\nCCuMGyG4vM/oLDkWqOMBAoIBAQDj7Gg19t/W3IincZ0rJ4RKa+ALw/BFDuiQx55h\n7Dda/JkUmly/Xz0w2GUqWkHiJ4E0YPntIYx22VNePBcnGmKSofvR/L9fjJGpBoCK\n1UgGtzIabKt6T+08dSE3at3Ro459334U2ZI08WFGcsGHmtEApsYSngd2K5NBYU/g\nmoPUv2YQYWG20vo+w9Rj0mdxgu6xYtXK2w2OidmPWlXoX0aH+bD+YnGCPD/wQiyj\nDT+mCCJAhTMc7M81m1SKy/pPxsMBuCABvfgKsrCpJ88U/bO4a/kusYC7qJPNZhed\naXgrYwvjGbLLMvqbyGxmxq3+18oTCkMvGV4xh/M8YeusGJIVAoIBAQDYz4Wyj6+o\nNmYjJ5xiGvyqQ7rtHRcZSnJXmNAmL7NdFIH+uK2EZbgcVKZQ3QlErPv9pAHM3HA5\nwrZVmqMtOq1fiF2MCaUdkEMG0Hg/dPk71WkGVtqTCd6ymP3X1vYkI2zEQhsOloH2\ntwrxuBhDgSoFGqIXxvpL+LLaBTpDAujVMxA3cIVUmyy+VycLZnr/IvItf2ExcmcE\nanfCyME8PaBf8cClMejVRYjlB/v53XhNi+QPRXNWNe8aVbBZ81fiQT0YeEoE4Dox\nY2b/7mU/XigJGWZCOCOkIy6uhzdZE3HuH+UhLSC0vWOEIm3Tux1IZEziNs1I3cEo\njsR6Dd3xKw7xAoIBAHt6iyaZPcFYrswQODa17OyorrORDm1LW2F8U+j3ITIw4PoR\neqfPAAajZYNhbIoKHuxykVQPtdp5eLn30g9EMxz/lr63sDIipJMuy5rrW18QBpvc\nPbZA8OStDDbKtauqcTruRo8jJBt8ndedug0uKYax02MorCAwEVH9V1n2O++ZVcEQ\nEPEMMbipPTprNdGAPrJpOivxKtILCouoRBxk6YAnHOVkDdyhqX4PS8F2HwJjK7NK\ntls4TDXdlhqv0UdBBkq7JtPqyCN7lUu/Hmhf3erOzCuozHZeKNzBL4//ILRYr4r0\nVDHTx4N4PIodnwwOehKAn883bhllbrhK0HPmx9UCggEAPCc/me4ht1L4fZJ04gdI\nyNin2Tez+/FazhD4109uvUl+U7Tbd5tdPIcD6fWZp7My6wmA8lzKykvKmO+hjF/2\nUEYeZkcax5wJ7K8UXc7Pg5lPXVHlrNwVLIokC6l5e0dU2xLYPPDnOBNK9wuzt67z\ngJ0GEgDD2yYyQSkoJAV/of9b5XXTmEjBXkIB9DjHsVf5x0PLLJPoHyKG/cUDT/pt\nL5F8eJjjV6DGPX08nPOkeCdy7AXB3U5ze2QA3MQWQxEEqXBeYQHxQ1in8CQtdSpj\ngzrH02GOCfE093lOkulBN+cjhFPn+h19qeB/hjopArfJWQ4JYMkd2Wna+14zkMD4\nkQKCAQAaIlKP37v4MVohzMD/5u3ICy3742m1G+gy0cRdfSa4nHXp2lzQ5Mxa52fN\n+YnRF04j3WhZA35ibMzG5+NXSsEqmFGdqsAyDUO0brJwQsqC9/9RuGjri2Q/5djQ\ne2hIksSml0tXpnkRbcv11e8gqqGjwgBKeeaKdI+dZO18A3i+ckP+LJuz4hkUMBRD\ngyHr2Kqex6Ml1hTxBMg83f2btLBN7nJNiGUR9CvjnRQsAkCGEPOtImOt4ygQRTnt\nSpwDq1AyS2PJoAsaUrrkscBpOhTdyU8aC5OVLuDxQ+X2Bt5f1vC+AF4ABeY+9iyc\nEOHXovtAeaZeQuqlg74ZFuKysCKW\n-----END PRIVATE KEY-----\n','-----BEGIN PUBLIC KEY-----\nMFwwDQYJKoZIhvcNAQEBBQADSwAwSAJBALseuSzav2iKkkJrisHzK1+VhYV17WQN\nF8DZ0n+tjszcbqAO6a6vNV5MBG2ewLvBsWKkqaodG95fG2I/ooLK0O0CAwEAAQ==\n-----END PUBLIC KEY-----\n','-----BEGIN PRIVATE KEY-----\nMIIBVAIBADANBgkqhkiG9w0BAQEFAASCAT4wggE6AgEAAkEAux65LNq/aIqSQmuK\nwfMrX5WFhXXtZA0XwNnSf62OzNxuoA7prq81XkwEbZ7Au8GxYqSpqh0b3l8bYj+i\ngsrQ7QIDAQABAkA3F/StoDp7LVGi/Mb+E/rRSdTmVrJuouw7e+becNt6tWrTFONR\n6rr7/GczmaOJFGKMfQhIOjoAnIUIHRqdqYKBAiEA8hLfEA/yxY9XBnPypVFF7Tj0\noRtmXnYysb5R4kYNIOsCIQDF4oYo62RijvcSkMx9cxTfUnMMTv+7WkoOTUsdSCYf\nhwIgNkDEfXUVk/FsL6YM28A7S89YBEN/zevvsKZW879/ccECIB8Ja29plCIdOEVS\nLrCSZzirrt3EWjnhbHIXz2s1UL1rAiEAtlZ3IPtPIYojIsMBfPgIL5YXSo+fgjzW\n67eAtyApGNA=\n-----END PRIVATE KEY-----\n',1,0,0,0,0,0,10,65535,0,0,0,'',10,0,0,0,'0001-01-01 00:00:00','0001-01-01 00:00:00','',1,NULL,NULL,NULL,NULL,NULL),(2,'758d682b8559b109d5ad831494500945','friendica1','dbfada587308ebdfd1da52a5acd46c889d8467ea5051e16fe3dd034d153f897d4878f4b99f43282c2b7425c5136482833a79070ed1846fe40804aecd77738435','friendica1','friendica1@friendica.dev','','UTC','en','2017-09-07 08:56:53','2017-09-07 09:17:00','',0,'','-----BEGIN PUBLIC KEY-----\nMIICIjANBgkqhkiG9w0BAQEFAAOCAg8AMIICCgKCAgEAzNeTX2GGZAqTecUeOPNq\n+uFCfBuN4g6xKTkBlUDeVCLp2N3uVJq+TSjmoau8MpY3jCD2Nqn5KsMPh8XJV2s6\nb1kSjmVdpr4EeBXPyvi3asCcgmqi2IeoK/ihVGP9IrrYh8zwzVY9wW1/TPcC4N4W\nCcmeFTO08CSJh2P8ROq6irU0ndbmqfmFSs5uZ7UcEKUzkgSSPTxq5x3O7xSfTbOZ\nPNhSn3r5buSOd46KyWaBIJ2KgFNoY2AGJqbzZTZmJZB/qelrONtJ6XDnDI9GNQBI\nyL9935Scmo9WrXeZcqXNW3yI97s1tH27pCxhsyy5xqzEYfAPwPFry4gbO+wSGcNm\nFYfbCM19uPvJyN6TEgFNZD5401Pl8LQaVkSAnV9LQPzn/54CJYQb6KlE0rymROyQ\nvKPUZmEkw6ZnVJIF5pjxu6bGGPdv3xmBH6Xnmi0hhNA2AEDbv6wDrLZYLUCTSSqq\nhW8WK3HylsP9dqNT+a3X9l9dG7vqmRevGcbBQDDZPOKjkJkAa8IgIlk3UIWs3bYY\nST0VUtjRpsoLo3XmdYtY5qXxjGjtEy7NjRErlT31WoMzxcLhLwxKGWQz/xMC9OXe\np+uoyVUOd3U/Jvz6vpW9k5ua417IrF9XaxtcKvhp69m16br8JkMuKWvdGomWDXxA\nG1cAbsHJN6JJEU/3Vo35sh0CAwEAAQ==\n-----END PUBLIC KEY-----\n','-----BEGIN PRIVATE KEY-----\nMIIJQgIBADANBgkqhkiG9w0BAQEFAASCCSwwggkoAgEAAoICAQDM15NfYYZkCpN5\nxR4482r64UJ8G43iDrEpOQGVQN5UIunY3e5Umr5NKOahq7wyljeMIPY2qfkqww+H\nxclXazpvWRKOZV2mvgR4Fc/K+LdqwJyCaqLYh6gr+KFUY/0iutiHzPDNVj3BbX9M\n9wLg3hYJyZ4VM7TwJImHY/xE6rqKtTSd1uap+YVKzm5ntRwQpTOSBJI9PGrnHc7v\nFJ9Ns5k82FKfevlu5I53jorJZoEgnYqAU2hjYAYmpvNlNmYlkH+p6Ws420npcOcM\nj0Y1AEjIv33flJyaj1atd5lypc1bfIj3uzW0fbukLGGzLLnGrMRh8A/A8WvLiBs7\n7BIZw2YVh9sIzX24+8nI3pMSAU1kPnjTU+XwtBpWRICdX0tA/Of/ngIlhBvoqUTS\nvKZE7JC8o9RmYSTDpmdUkgXmmPG7psYY92/fGYEfpeeaLSGE0DYAQNu/rAOstlgt\nQJNJKqqFbxYrcfKWw/12o1P5rdf2X10bu+qZF68ZxsFAMNk84qOQmQBrwiAiWTdQ\nhazdthhJPRVS2NGmygujdeZ1i1jmpfGMaO0TLs2NESuVPfVagzPFwuEvDEoZZDP/\nEwL05d6n66jJVQ53dT8m/Pq+lb2Tm5rjXsisX1drG1wq+Gnr2bXpuvwmQy4pa90a\niZYNfEAbVwBuwck3okkRT/dWjfmyHQIDAQABAoICABS5zzB8ZqOiqk9M0YUDpBRk\nTFzQUOfJgsVf/jgCyzwKGE0YD3BCA/U8qTE8dhtMNayY/TCEvDBGckDTk06kC9KO\nWaFMwlAHs94OnuqzhaNof612aqmr+CkSzAgE4ezsqNH8u3SbQD5c/N9lssXb0rEE\n1Fji1XDi0YOAa1rxwRQdx4gc4VPbalAqWONnYMKSZIhmrAFEJrDhxDlOhdvPyzZr\n0NhQEgLVX1DbfFFqbLBHIGdhiRNc+OJaTBA2k9lDKJehhXbIQU88XDRaHsloEPU2\n4t6HY90DmcqNalo+SmvySs1+BK4RdrXiw7PkV5uxiWE7b+yewMBkMhU7Co3OxnpC\n27jJGJD6YrN2wEgvlol64OgMfJsqCwx6gsOTdhC3sV7KscZ/uNwkDxhpNtokZ2KV\nMH3eO5T3Y37/bfUrMFcf222L1jlEdgVEHBia/7Jc/6YfJA+8k81oiqT+fftKQaPq\nGLBeXME/FEkWPHBHCSCXlP6XD/2T55AY6aqg4GxcMOBLR2t8ItxJFxcvHglpw9gZ\nBo6JIkx/60TejVll1kp2GcDXDiGWhnaIzSyQ+O3Gr7yUswOpcc2kOi1sDrHLaoUd\nrSLR8vtHcRc1+COJV+S+YdoVgB425/soUJwg8y2kOCcdXBuGfZkd/any0savveZo\nCNfoQ8ttA3rMtvz1lSaBAoIBAQDrqY44WCOcneRCoXy73V6jvLRLVQTKxnipq1To\n1c5Y1Px48E8KYvtKvwCGD++MfL1JqhBBY9e3h4BW5YHVWr31cBC1kvx9Vq9e5DEX\nU69i4z4fbyQUCbFt7RWtCrUH/e4aDH8u2SkbUMhqXkM+F0PBNzHVqyo/u9V1idpp\nGJTfju3sUEQLL+ZdK1rZvUye8UCRx3OVpifPXOOFlnPb2dp6p/I+VB6hL5x8bQyF\n87McUz8NKXEcGWonwL9MvjTfN/lhAzw9E6fmhUKA1eSAUsAIc081U6A1ugreltj5\nDLmuZS3MbJIYxs4gJnIrSvkMGhJ9qoYWchx68KUyAbS4AsH9AoIBAQDehR1HEh94\nH6kZWPlOSgfJ+W5ksdPpZYb9HbShK+U8Brd5NcXk4VqDWCGnTuXK4c857RDMHUyk\nxUC33bJvSsUCvGa3nyY45bDccf2Z06Y5FpDqU10kaALCX9Y/rlghtjKUSmXrQ8GY\njhkG1Ack/qz0Le/redHpeOJQwyHjlfynCJJMpWSdQHFDdE10cx4M805vq6Aw9Dm/\n0QphCQLWJ0iI3Ip/4WUawrDeucVw84ib00/8ztpzZVcsZZiPezrKX8eW89N4WW01\n1vAkTPHO3dT+HD/BInDFMQsjGz3I4NwtVLKboBtXuRoRCj5CPKjv/aV6bllbjVJU\ncQWb8NuH0hqhAoIBAQCHbIdy74t/a+iJNb21Q7AoDb/Z7oBzenxKnE+OAZezyqlP\nYmE5icn4mSxW3f99zw0DsPvoZ9TF/dMNnJPwpFW3HnArt8zqxg6/TAi96/REsmu3\nqqmj7jINBopHR3jin9TdGUNZC6gor1KMdaDUpI/mD67Op67+sxUml1JwxJSAp+Un\nwLRpbVxHPCvYJoVKbT76xxAv9iy4aBvDX8Myms2HYM2/bZ2waOjXQ99HdtT9uQTp\nrl/2ktBDCeuk0UUW5VaknjRWsN3yha/C06ec6nC6KnFhJq5RUZj/ctY6wEpP4org\nB6ApJs27AfznzgyyHKV1m7G0YlzldTapNvvAJq2NAoIBAH8GtmPv8I7+Y+XYaNlM\nYY3nGiHZcgN2tcygvJCVIlNV8j77d3DlRGpeUTfVTlC2/zkuH7ylrS8Se5N6t3XY\n1QZuzqRb8dHhLUlquT6rF+TXAPsDg9RYm9qiIwhPWnhELjOBFRVspIOV+qtvNnTj\n/Y+W+bMO48nH/EnmWt40rPodZobik8FBHGdJaT3kyW7TJh+Rdez8PktF5grmvfvK\niRm37Eh8Pt877QP4QMHuBDoQM0U6QHJHk7AAf0rJKhKFAsclgb7eLf3iKUxPsGpL\nMF+veKWkJ4QqLxVnY6nc01P9WciFaZZ2UG8RzeC6CCaYQXLWs6QT1L/nlTAkGu45\n/oECggEAC7vRhmJh2h1/IpB5q6kHGr4HJACYrMnjDcvUuW/Ka57uFVG5daZhkG9m\nuQVN/mnREHgcUaliXBCrpfWjoy8OGHgrhmotDJzcO1RRMNEPJ2Brnobnf0rYCb35\nO4IalJuA6yTpAaKQHIbLAXiDneZn5LgI2OL/EoEp6bSyxwdDeHOwYp5bLf9qpML2\nbTI6B3NZCW3xWTMt93txQ2FGEAiQqOah6ShleBWDyrVd60xjFFoKnSqgVH1IiGqp\nBfeXjHx2ckz6eZ+j/4V61PUJ/i9fsHvNks192RAIOurnSGr4WJPBoKgQxRP5X6GW\nRJsrImJTYQ7sYY2vXcN8lgyR8D3FaQ==\n-----END PRIVATE KEY-----\n','-----BEGIN PUBLIC KEY-----\nMFwwDQYJKoZIhvcNAQEBBQADSwAwSAJBALSEy8DcODTq3HN+rMu877pkZUjVBLOv\nL+wwHdVTLItQhlArGI2yrP/7b5UiqiNtuWBo/7Wjcl0mB/E2RGJdOSsCAwEAAQ==\n-----END PUBLIC KEY-----\n','-----BEGIN PRIVATE KEY-----\nMIIBVAIBADANBgkqhkiG9w0BAQEFAASCAT4wggE6AgEAAkEAtITLwNw4NOrcc36s\ny7zvumRlSNUEs68v7DAd1VMsi1CGUCsYjbKs//tvlSKqI225YGj/taNyXSYH8TZE\nYl05KwIDAQABAkBhlmyj7SlBijn1AeUeGxyp8f5DOk1ZafqJP5XRLi6lfNDpy2VY\n8CdqBnS0B6z2W/VIRfo0mItuekan4JWgie0JAiEA4vi+mtI+BN/yAaMibthK+8C5\nvvai4zt8ubeQGp1FmL0CIQDLmyQYe6nV4mNP6WZJqHEmSzp/DKFAbcWfSD5IV0z8\nBwIgFMlXG3K5v1SLI18/XgttApVp7XVFAa6HA7Mt/WH957kCIE4bPNSblAJ17203\nd0LoeEedclpMyQtDUR2ShDoSK3k/AiEAvcBKoixId/L1Y5pfHCklculIIlbPAUlM\nXaqtsXcHyVA=\n-----END PRIVATE KEY-----\n',1,0,0,0,0,0,10,703,0,0,0,'',10,0,0,0,'0001-01-01 00:00:00','0001-01-01 00:00:00','',2,'','','','',''),(3,'758d682b1359b10a3a54a8c301503194','friendica2','2d8912fdf66ea84e9904308bc9fe9e1e6e822af2028749ef2f63e25189f30880fb0378912d08ddbfd100a900d3df2d1a40ca1f1f3a0fcf3571de7a8e9dba6beb','friendica2','friendica2@friendica.dev','','UTC','en','2017-09-07 08:58:34','2017-09-07 09:05:38','',0,'','-----BEGIN PUBLIC KEY-----\nMIICIjANBgkqhkiG9w0BAQEFAAOCAg8AMIICCgKCAgEAzOHCS/TBWB72tguU5RWu\nG4KnESmdXWGSHHrCm0iWP88Xl17lkEw58o4yt+bQS3c8U46OwP8z9EyCxFyDyHPU\noVgii+jMmT4hhKw5TeDPWwHSUZM07OP2d0J0Kktr6wC16DfGLWqo+EnJcLxyjFGn\nV6KzYR2d/73m0bj26QWM4w2ZCfBZvEEZsreF0XsZuBOWVRlTB4GzDlsRwRt05kUi\nevFnrth0fq+aeEnZA/8eFY9X8F1LB+mZLRdmWX77pMDtzzxTJUBoQPCkOJ0BvdXi\nyAYybmcxFzR/x1u+kpsgxeDOOPDAQAPnbBQcNNwWtl+emd8wmqXcbmM3XeIa1HPb\nDi0CHXJ5Lr95JYP2brAZu4dEwUNeTzkVkvB8DlviOSFmlg6CWmSKXdaF8trK6j4d\nlv7nxGBvmrbx1CmeA3RblvHR1aRyoQdNhBh1eLJrkDcaTgtzhycrjqdz+vVVV/xi\n4yMY9x+voxENfurEo/XsbzGfPSigTIHImzBcMtG0RTgxTMke6CoqRZW1pXFxZast\ncpsO02JRdPrXt+DHpYzDf8oEMTa4TNKBvczcT8ar82RZYY0srVV0uxH77xhx1bvm\nVAPf40FA2qbHZzCAv64YU9LdIT4iPEUga+Y5m9t2LvS+RiA8Zw/mmOdMFp4hI6+K\nELuO8hQc3Ot0moqfpYCnSl0CAwEAAQ==\n-----END PUBLIC KEY-----\n','-----BEGIN PRIVATE KEY-----\nMIIJQgIBADANBgkqhkiG9w0BAQEFAASCCSwwggkoAgEAAoICAQDM4cJL9MFYHva2\nC5TlFa4bgqcRKZ1dYZIcesKbSJY/zxeXXuWQTDnyjjK35tBLdzxTjo7A/zP0TILE\nXIPIc9ShWCKL6MyZPiGErDlN4M9bAdJRkzTs4/Z3QnQqS2vrALXoN8Ytaqj4Sclw\nvHKMUadXorNhHZ3/vebRuPbpBYzjDZkJ8Fm8QRmyt4XRexm4E5ZVGVMHgbMOWxHB\nG3TmRSJ68Weu2HR+r5p4SdkD/x4Vj1fwXUsH6ZktF2ZZfvukwO3PPFMlQGhA8KQ4\nnQG91eLIBjJuZzEXNH/HW76SmyDF4M448MBAA+dsFBw03Ba2X56Z3zCapdxuYzdd\n4hrUc9sOLQIdcnkuv3klg/ZusBm7h0TBQ15PORWS8HwOW+I5IWaWDoJaZIpd1oXy\n2srqPh2W/ufEYG+atvHUKZ4DdFuW8dHVpHKhB02EGHV4smuQNxpOC3OHJyuOp3P6\n9VVX/GLjIxj3H6+jEQ1+6sSj9exvMZ89KKBMgcibMFwy0bRFODFMyR7oKipFlbWl\ncXFlqy1ymw7TYlF0+te34MeljMN/ygQxNrhM0oG9zNxPxqvzZFlhjSytVXS7Efvv\nGHHVu+ZUA9/jQUDapsdnMIC/rhhT0t0hPiI8RSBr5jmb23Yu9L5GIDxnD+aY50wW\nniEjr4oQu47yFBzc63Saip+lgKdKXQIDAQABAoICAQCo2WniZV0ufZ4/m73jKoHp\nxDxhpZU+T1o2RGm7xg+lmMvNgXTZ/ihHoS9lZkDF4QeDqVo27lvn+2JN6Bznh6Z2\nLgeSnJJ5vL2s9K7pYtwhGZg2iIY2sQz/bnIEJVJUQ6qnLcgSx/NnZJAya+xPfj/W\ntoz0/Y6oJN5kevZqRpu8yAkXKtEZl+FQ63TKlpQ0o1fi3FMUPazOqPkx16n42IM5\nJViYvWUMvzYj6mCCra8if5cuzgQ3CiqmAcHlAgTr2+BhSUsQyUriMjB1Q9galnom\n9Qx89mh7wlWIfDDL7DMPQV1Tif43A8CmztAMNFI3jQhNsaYB3a2UAAqyQdRwwOaH\nBqsCSGgXdziDKSWJ2nryI+uukpyKPuudGyqag9mIZAREoooee6C5Nz8FPsLtk5Mi\nrQUfEHS4YQk7FR35iXqdsFgO7dhmv9/+MU4N3/bxasFcvIyocQs/UvS/CsH0Ql6m\n/OE+Uh3RNBM2FmXYHur+SzUdL+3RlJRrkBBon7LAguvRWomQBCFgQ8a5vt0+s7lk\nx9mUj6xJzWjbSjQoBvxFdDoSRF25hjI4m7T7ZekPRpUnLhV4uTfO+BBWF/2YRMbi\nXx07MIBorEqNwcqKVPptCiAGGeVPTnszWvepEi7xvMsUjtIeg4d2eECTOdMgZ1so\nnQgf2L75XWDvRfouNvlAVQKCAQEA93xFHko6drhbSAk+B3LSF3Lfm7rc4hyZXnYe\nA9Pu5bNdnpcatwcWXEfAWauY2ixSwi/Dy7VFtPXjruKezvDmEt+GIP8a2fNCaVe6\nXdM/F3ZGmOIPXS2batPmjhrcM1AhGA2zxS5S1S3kJojwZqt3eG5kCVf/TdZdQ7Cq\nMzpAazkTE01VUSSPXPxuNHqZHso1OEKqf93Fr4+m2RdbLcTWtbQmA/fouO5ean8M\n+NnZkyyaPZgcMuP4DmzAiRCvxwAJQoECvb4KTXfPWyuSrvfwDWrJZAnxcc6LVDer\nDLZigxXF+YJXtJqnGP70A74mWocgoeYJ/DJ/X7MF1g9NPoEYowKCAQEA0+5B/Z1I\nV7ZAbAgsce6np3Jai9DBPGDbPdsLnoWWxyj8j33jRu3KzEERN81LZZ3wq2JNT3nc\nx57SOUom7qBpJODcuKiN/eKLM4e1tDdQydtJrUS7I04X39Mt4cLZ/d67hf9WPWXD\nqrh6GNy6YtAnwCbP6aDOE1T03jf3F92AOw8PdBVGIZYfFDLm/HhQwBazEsnTZsq4\nDzE3rYk29zwkixufzWak1gyfKIM2Otj7bC/uf4n+T/5jHCIzEOjXkYeLD1US3s95\nYoiPaykMQaolf1v61sZtCcSZeke6mrJp8qz+AwEwLmWZ2LIHS5rum6jvN71ZjzxF\n37I4jhbEw+1A/wKCAQBH1gN+Ek+8DDE6zKv7n4GKGub7HhdlbqW5/JEjzU2n0ROY\nqAWyINWFvbIAlUWN9pWjFhhANgLgzwrixZcRPG2cBtO5GjNiFjEtwLAw8dN7bPJ7\nCAsrocReEtn2X6eRIW4pvDh1QMf8ZxC1esRFGPpZs7lH2QobPuDdeBc/PWZbeTqn\nPKhKIFGYzRD0HK37ePhPt1IkQWxTVGA63YOy2lL0dTEfr8MWguJXCT/rr9hu1uCC\nhneQ8gkbrseIQZa0LbeCXU49Yz88U02WCiTOsts0Gc4RQq2ZujlJHcuBqiMYJ6bK\nkOICY22jXMXZnEUnu9dmBw7Y7JN6ZM2J3/Es9m3/AoIBABYpMuNXQApT93aUgDlF\nsGhVD9zQ7nPm2OYl8pgX9gVLZuWGT27KTMuA/lDsebbdhh4VwGnQH2MMW4U8GMgZ\nJAWEMfBpR7fFqbKwvTJkGmGROaoRptPxRZPVHFYgLvVaBhfj9FulOYmvkqzo3+CX\nTaDNLi6K7yGcX6KhDYiEU/VZBM+prdSzQvq0u+yolCER/pW3XxC/n/GOvvi5gXLm\n6hdVwycSVahAV6A/4DrVF61fcbwKbPpmamy1sstQ3cHM/6CRz9BWt6WzC/QzraFs\nLlGcB6XPx/UehsH/oCavA18p8cHUrPodC7JaI2Mnh03lo2YbubK9pbzXgQxymw61\nz3cCggEAMxbSRrtDKhI8nWpaTLidk65YniNI5xt3Ii7gn0xsrTGgponQbgQDBJlD\nw+RgrTaBSHzD4RRMSnIzSLDQ+aR/WOoD1ZHt2gKMvsjwcOjtn+vCKj3iAfSIPsdJ\nIc+n54HP2iaI1fNFsDZb5YsGuALY/2F6vh1257wli/TooeigJlKLSInSIa9H7Zsm\nx2x6W53KnKhJizvUSJjjxbAA6J8cCWjQzcTrjdrh5OZA4cMrld0W3Q939cRs0MRa\nd2UaQawwT5B21U0GltpminPSCNxwrRrD9narRYMsg9u4C1mOM7l1DF1TpYRdkxdT\n+pED0vqpSjdN6VqCDyQHcrqkf5TlIw==\n-----END PRIVATE KEY-----\n','-----BEGIN PUBLIC KEY-----\nMFwwDQYJKoZIhvcNAQEBBQADSwAwSAJBAKPPDl5cOaVkeHEWruSMLnyTdhblXDke\nRqPOigtuOGemqirHavIB0Zs7D7srlzzI5VdcNsSDG5zVxJGcEJudLLUCAwEAAQ==\n-----END PUBLIC KEY-----\n','-----BEGIN PRIVATE KEY-----\nMIIBVAIBADANBgkqhkiG9w0BAQEFAASCAT4wggE6AgEAAkEAo88OXlw5pWR4cRau\n5IwufJN2FuVcOR5Go86KC244Z6aqKsdq8gHRmzsPuyuXPMjlV1w2xIMbnNXEkZwQ\nm50stQIDAQABAkEAhojq0yLJkYXXyYGIuFpNX7E4notXV+3+tFBQXhzzJGST+cJn\nsn9gB+x5r+fUgyPnYlcNBS1swRQ/3voOYIXP4QIhANNKFjATHnDuY7XPCZVkN1Fy\nmr8EdaHKD9NploHAeiFtAiEAxnjdGANlZhwqhiN33joulxMES3bt7bp5WCn+8McX\n82kCICfyvwUx6DSD7hhG39H+E7NzjqyFBFSlpp5bPVik8rJ1AiB7SgNV8m4fwylr\nUEcbBhuA/3AwjL16atcMPHJBEfw/2QIgbrelAi26UDn47lj3l66o57gZS98idlbs\nw0G3DkFNX8g=\n-----END PRIVATE KEY-----\n',1,0,0,0,0,0,10,703,0,0,0,'',10,0,0,0,'0001-01-01 00:00:00','0001-01-01 00:00:00','',3,'','','','',''),(4,'758d682b1359b10a642ef08222820194','friendica3','a4fe179880e01243799458e9090e87bc40746eac1c7f9c2373678d7cb3b15a547fdef510a3670988f567ceaef2aa5a52e98aaac0bf677d0ddff56cbe845814f2','friendica3','friendica3@friendica.dev','','UTC','en','2017-09-07 08:59:16','2017-09-07 09:18:08','',0,'','-----BEGIN PUBLIC KEY-----\nMIICIjANBgkqhkiG9w0BAQEFAAOCAg8AMIICCgKCAgEAwIuhjeg03GoOuSYqulsa\nvd/spvniwjaYZhCJYTHgOM4ak9qG8SwPhguSBMqZS3baHEcZtYcYsu5vSQAO/zCB\niK8yefV8LguBhoNw36p/hoQ4TdApOH3cjKAJoaxZSJw0oa50ebCSbh23chRHESbv\nlvfGXq0Pmk060VcLf6h00Iivg/BFNmDfEqrVmgpl0G1PIOatNJ5QdEpCP0E5Bg/H\nvnqvBgpkVAZkKA4xY5rw6pB2NofK74gaeNklnVFqAwaQZUrBv+z1C7h3NQ5YRees\nuspiwZVyFy95xm+kGlKq6GJ7WPQi1mKSJisHLxh9uI7ylgIyRWi/GRA2NBLb15tJ\nL9PpyWEbKhEX/zCUQbos6cFC3+jgiJoYIIa5pOYU0Ekf5AcyF3dFsbcWGObn++wv\nk+5dIK/un+1KOv7X3e/bAnkVCHHjzWAzURQkvb0fwFVzw80ioP4L4V+mvw4jxh+x\ndpPBQmqgCglqE2cpCB4gAcYPlXICBC18YcUYOkYIlgz2WuslcJCnrHO6K5q6lAn3\nNqEI/LmJDrq3hbu96k8d/0zCMNO+u3xPIhDcQ6ZzyhZmVDTpVGFiJ7Yhtfih3ASC\nZqWowoSq5onVWLCsj4QquNCIvJK1NLrkrr6rxD4DbCzW7XbZkenuHumh3HoFb5Lc\nRN6UJNHe/4FNNUzcAVBgEe0CAwEAAQ==\n-----END PUBLIC KEY-----\n','-----BEGIN PRIVATE KEY-----\nMIIJQgIBADANBgkqhkiG9w0BAQEFAASCCSwwggkoAgEAAoICAQDAi6GN6DTcag65\nJiq6Wxq93+ym+eLCNphmEIlhMeA4zhqT2obxLA+GC5IEyplLdtocRxm1hxiy7m9J\nAA7/MIGIrzJ59XwuC4GGg3Dfqn+GhDhN0Ck4fdyMoAmhrFlInDShrnR5sJJuHbdy\nFEcRJu+W98ZerQ+aTTrRVwt/qHTQiK+D8EU2YN8SqtWaCmXQbU8g5q00nlB0SkI/\nQTkGD8e+eq8GCmRUBmQoDjFjmvDqkHY2h8rviBp42SWdUWoDBpBlSsG/7PULuHc1\nDlhF56y6ymLBlXIXL3nGb6QaUqroYntY9CLWYpImKwcvGH24jvKWAjJFaL8ZEDY0\nEtvXm0kv0+nJYRsqERf/MJRBuizpwULf6OCImhgghrmk5hTQSR/kBzIXd0WxtxYY\n5uf77C+T7l0gr+6f7Uo6/tfd79sCeRUIcePNYDNRFCS9vR/AVXPDzSKg/gvhX6a/\nDiPGH7F2k8FCaqAKCWoTZykIHiABxg+VcgIELXxhxRg6RgiWDPZa6yVwkKesc7or\nmrqUCfc2oQj8uYkOureFu73qTx3/TMIw0767fE8iENxDpnPKFmZUNOlUYWIntiG1\n+KHcBIJmpajChKrmidVYsKyPhCq40Ii8krU0uuSuvqvEPgNsLNbtdtmR6e4e6aHc\negVvktxE3pQk0d7/gU01TNwBUGAR7QIDAQABAoICAQCEAXbiNne/QYsUjsEugHVm\nBdZWZ+153zo+h0nYc/xYlZ0NDv4C7IU8DkSuukO8xCAm0OwkUxmw2t06/CpL9HJq\nRkrh6FaZrtO/Z/ADt/20OIPtfTA1hbymQLY5vFJ+AHHpAxThtRe/HOp+8L4EWWBb\nbUX39MhErnwLt5Svkct8iKlkWF7rOCDXyH2nHUfOTJK6aMwIzh00jRC8EzhIGpuD\n0NKb3pYIMVWLTKe5tSlEd4REQHb2H6aegalTINUAfAiVGVqZ/ZfG0FIR8uK8EmiO\nq2BnfdD5algfnrywO0rnBVWxl7cmqe+u8UL8m9rdpEtWYu0aPwT85utyaheEyvax\n/aneyXlirYctkh62h0vieZPUFFzSdTta+JIOPXqaushji/8p35YUckf5BKJxvltO\nrHierwjY19Uf6WjPhozmxl+xwH9SVVoZk5yx0WwB0h2bx02fKwjguz/OW8RDKj4G\nWoX/04Rs3u2cw4+H/3vgcNWYD0uQB8p3cT3Ul3XFSWJTN2YOXFKTMB2OYor5MzDJ\n3p58RoYMnjB88opqXJMQadxdRkwIcO41wG0Ot0wdQDCKrmzwr1UN/KR7UrjePDMn\noHKyQ4L9Dk+WAGWcu/GIVefYPr4y9fil1EtLrolzIImPbCENcfNg9sIpgyk++MUv\ntIYPG3B7X4lXGckJSDIfNQKCAQEA68m8PC70F6bjDGwkJiE27KhY3xtxToLq50RX\n0ADwt3p57tzeq1UphQ/K4l7Ed7f8X9r1Zk4S0JxMSE46qAgKWtws7NdEgMEYNzYp\nMT8itmPdSYJF4e1nEbK9qeD/+ItnNCu2t2SLjAy+4/YHBthd9gvtbNx1XayyMay7\nwAJtvoiMFs5sUPZYDuje8ZUPtlNBtkuWVOMtaNWs3birFZLYFqKU4U2bjfbXRYT3\n1RCbiRyHCe06RRTif5swf7NcGaMSSfYL9U3DwLl0wuQZ4/r/hCd17YTMvICP37Av\nqQP3YLbs0JY8yUG4arf7jr0hlMcVlcd+F2rI6RsY83MGUNu5OwKCAQEA0Qz0vrqm\n6z0M12cCB71EL4fBekUifxic1fYnbAEgfzJSDfh3G3eg0v3WHQnyVR5YIFN80SAD\ndBqdusonA2eSpEvC8dyeXEXiNCqwELUHCcDeibnslWSK88YVtjkshmUREudMhxGU\nhTl7gBekHfPVfeZgeE8r5K3InOYxjAWGxajfLXGKWJAtj4Fxw1qEhnOyjexq2UDz\nnRK7YzkkOUpaqVG/XBXj4NZ6skFkyGubApqDxXMVuj9H52w0SSftIRDjceZgCOGe\nmVYeSLU8JRle1ay0ucoG/Cd2/ab/0WdB6uqwqYrJ86PyEdfd6iIFhMSco/rYEpfF\n8OL5CN+U88tu9wKCAQA8D7lJQ1SeKb6wTWOv6soI4qEww9bK/wJDQt9zdqnasvIY\nbF60Gg9ne6xcmXNGY7F/4VCdbMnSJd4wlOzQHKw2lNtEwVkLyyQV/E/l4YVAHJQj\nw3F1qXmVwogZm9zYPPpfCbuTX6NEW4LMosELd1YH9OXX0xh6ciE6EhwJPxUhcbrt\nnEtvHDE2Kw+PTj8gXHjirMJwgSXyDGvqVr4N0sgEjAmMkq5LLVOMu+A9f+t+s6ua\nVbmAG1/OzYM/JDsTtLxV5r0JEXQJxbP+aQhHUIqB6WNay3czlTQQ8NpTHVWIZ1BP\nmdWGFp2ZYaBMrdS+BzByZMyzvlnLN0HV0bkMI8w9AoIBAAEOSrIn6S3o+gage48k\ncpK24dBHRxxTOH+QJbTS8KIT0/xEE/3shcBrDcjJwxKQ+6r2IPxBaCMO+1r1KGtI\n+6GezFZCYf5fT/wpdwgukeGHutgBO2OpxVXj2zo3YbUwD30D9Av+l7xwhOIpvGd2\nUs62+ifBZpxaEFhShU+Ku5qF9tKY7zTxTXmbEsME0wSG0xEKb6O3Q0O40391y2wK\npxiR1CCX77Wz/5yk3ehxOrAxrZaytRpitW9CyaTQ8c6n8i4iFrwUv6NQnwiI+cvK\nLANyQttpXM2rOVugm0wodFnGY6wHimuTmWZjq7hCAbsg7xWY77xwTcygqNdVob/1\neBMCggEAR7azTgm6Wx6pH1UbTF8eQQZ/n9XcnHudgqUsjhsqykjlZQZnxt2LIr0W\nfMZIZMs1O4v/5Jaj1kPtBlEEEugEyMQUZokIW+IpmmTfzwEz+m4LG3QDTDD3n4oE\neWNdBQTTr9/hpwEYkQ4EBiydpY99uJSD1MklEj++KK7Xb7nil6LJoG1qylbssGsA\nfefQaNbIo9T32XRimuHCl4UHPyLm4DTSXDlolV9k8qb0VBjP6i/9HGPaQWAnWXyf\nnI0QeHi9grXeLmzPuEYzUGUIdxmbypNsQtYH4QrmER7Yl7285g5EijgKuIPA3T6W\nMBRrU5wxfSzObBkCMt8uO+DPbngUlA==\n-----END PRIVATE KEY-----\n','-----BEGIN PUBLIC KEY-----\nMFwwDQYJKoZIhvcNAQEBBQADSwAwSAJBALmwK+0+ZeVSUHvUGsBwvlKYzayQlDZA\n5pLoUjBrEeiy/QQG+BF38boxsdP6C9NGS3z5r9kiSkykqiv5+gYINp0CAwEAAQ==\n-----END PUBLIC KEY-----\n','-----BEGIN PRIVATE KEY-----\nMIIBVAIBADANBgkqhkiG9w0BAQEFAASCAT4wggE6AgEAAkEAubAr7T5l5VJQe9Qa\nwHC+UpjNrJCUNkDmkuhSMGsR6LL9BAb4EXfxujGx0/oL00ZLfPmv2SJKTKSqK/n6\nBgg2nQIDAQABAkAlIX5XLYAQsDoZ2NsUmjbkq1uNY0fP5YB15fDxb6egITsYrPBZ\nbi6U+Cgcx1xXGLOpOTaU9+b0aNWi8WyraOB9AiEA6uWM+YXFIxneIhc1wBocCFVD\nZ6vvMiJ+X8G3HxHA/mMCIQDKXtyVqFhhreNzguBxVn7QACM11IDc5AtVBtRHI8GG\n/wIgGtafhOMD4z7RYpPEUG6rRUh4qx+59MB8L/SyN5qPsoECIBfN8sqT49mRl8i1\no2sRjpcu/PVPCt1w4bhdtkir9w7HAiEAskS31r05T9OVURXu9x4M9u6kHemNTm6y\nJHVMrRsGKRk=\n-----END PRIVATE KEY-----\n',1,0,0,0,0,0,10,703,0,0,0,'',10,0,0,0,'0001-01-01 00:00:00','0001-01-01 00:00:00','',4,'','','','',''),(5,'758d682b1359b10a89ad697631454583','friendica4','537485cc08fae106246d8990a7f6d615900611eea6356c8efa75fc6cd6b4221fec27c0a753bac3366eca50426a12fa186277036eaf5ab3fc8a533089cb43f954','friendica4','friendica4@friendica.dev','','UTC','en','2017-09-07 08:59:53','2017-09-07 09:11:09','',0,'','-----BEGIN PUBLIC KEY-----\nMIICIjANBgkqhkiG9w0BAQEFAAOCAg8AMIICCgKCAgEAxAJ+t/FrD0sHO2ecwsoH\nmOst2aPHca5n4UEIpr2ZTl26WN1AbcNo9wahDHXG7pE50GQwvmnnTIlVDLAsBC23\n8sTSpGXrIC8L7YiyDeu3piBp/w4jy8JQrbXn4L8IQbnmi6nDCSr1szXjBcvdPPKK\nrCFgYJ4hjEkSp/wJcKZ1mlRTwtofWZHUMu3NsP2146wRj0roydFVkWGrfsH8grUO\nqMktmpCUOQNsOIAN8b6vQiYQQoamGWjV8wXO3W0fRhQ5Yjko19j1t+O1Jvy2CMhn\nRY2wiGZ91ZSfl8VNLrz38JyeR0cz7YJeNYzOggB1AjEzLhKtqw7zkyW8Qg1Kfo85\ndagFPZ5sQZ8R4nus7xabICMG/qJPL23/1tyenxqkVP0iDIhLo/f0uuG4riNOJZtf\nPYPT6sxSlqxbznuLQr1fYnjFyEnFtJpzuAuvybshT5QLyKntcGap67fWoj/7SrA4\n8T5RCdYHDacMdKEC1SDwpokpgWhWaRkUxJ5F0Q5Jpyvhui/UkxkevDWv5373pgVz\ngaZlxRKYKABWiJkQH9FPAdsr4nUVErl/zvI0+9GuzK/EJ5ToVs8bF98Jb4Y3o2pm\nNtPL1ao9r0ug/3F7RHTLs1tp0Bdm/Gxk/RJf4j6gKgAw9WcdHzkxcvikhAY43zMe\n5qExQo663i3hzw4v3p94i+sCAwEAAQ==\n-----END PUBLIC KEY-----\n','-----BEGIN PRIVATE KEY-----\nMIIJQwIBADANBgkqhkiG9w0BAQEFAASCCS0wggkpAgEAAoICAQDEAn638WsPSwc7\nZ5zCygeY6y3Zo8dxrmfhQQimvZlOXbpY3UBtw2j3BqEMdcbukTnQZDC+aedMiVUM\nsCwELbfyxNKkZesgLwvtiLIN67emIGn/DiPLwlCttefgvwhBueaLqcMJKvWzNeMF\ny9088oqsIWBgniGMSRKn/AlwpnWaVFPC2h9ZkdQy7c2w/bXjrBGPSujJ0VWRYat+\nwfyCtQ6oyS2akJQ5A2w4gA3xvq9CJhBChqYZaNXzBc7dbR9GFDliOSjX2PW347Um\n/LYIyGdFjbCIZn3VlJ+XxU0uvPfwnJ5HRzPtgl41jM6CAHUCMTMuEq2rDvOTJbxC\nDUp+jzl1qAU9nmxBnxHie6zvFpsgIwb+ok8vbf/W3J6fGqRU/SIMiEuj9/S64biu\nI04lm189g9PqzFKWrFvOe4tCvV9ieMXIScW0mnO4C6/JuyFPlAvIqe1wZqnrt9ai\nP/tKsDjxPlEJ1gcNpwx0oQLVIPCmiSmBaFZpGRTEnkXRDkmnK+G6L9STGR68Na/n\nfvemBXOBpmXFEpgoAFaImRAf0U8B2yvidRUSuX/O8jT70a7Mr8QnlOhWzxsX3wlv\nhjejamY208vVqj2vS6D/cXtEdMuzW2nQF2b8bGT9El/iPqAqADD1Zx0fOTFy+KSE\nBjjfMx7moTFCjrreLeHPDi/en3iL6wIDAQABAoICAHVm4Suf6HYyhFRqjRSHGeHY\nC5BubsmCoyniYCIvMiIkNbeAXlTgVICRcekaqlq+lZhiSmfi2u2W3GBLLTIbiDBa\n/6gEe769LzHJTIzWARv6EkL43yvuaZCCgi61fWaQyKwitHVLS/tZbW9NWmhlBfZv\nz2BPltyF8Cy545Wbvpj/pWPybhCiLi2LDkbS0B1cNPBU9/XZ8pyvmZ7E5lALzon+\nZdhMfNthV3LIEJIZmrPORLL0H4zcpDl54xvxfmflOTHB9trCUvsf4qNFfmroTiL0\n6SXp7bj92lF3lfFGsmNmC8+5sDq0eWUtv4tSZsM3YOZZvbfVrsMWORp/B32in9Dy\nrX1+hoO6QdfYxiXFpN9dZIRh8AlZuZOk7SJFvbJxt3i6EIX46OXWJSTvxuBP0n3z\nFL2fwnTVMvY8rGFixOaE0P+K0ZDYCybv2GLCoRKi+vqjEvZ5vESVr4XE+x7KSTOu\n3XSnXTPTgBMBT7DjGs9ZJtFCv65hf0NeRQzOP9FZUX9Ha0NOX3/DpBGQpdp0DyJw\nAIkZ/w0xrnyj99FV7HLLQNjFt8OFPjiWyAvFfX1RMB06tAWEJ9VIdMAMZz3STAPH\nQJypC6wlLkWjvnE6Nft6CdspOPo6mVjJJEG2DGoLWrGxUdfJRLv6EuEJ7wFCZwwd\nrXLbQE3aNcB7boC3+l4BAoIBAQDmXcgQlTlBhL/XSGzbAnmaML9g1VPd2+P9gKVO\nB4KiDpUASv5L9GMy3t2X+MVroijems3aaGp6GtFrZ7JSIypgiR3+yc+qXI5rY3qx\ndp9uAs6vVUrhZBDIy5Yocx8mevW8daGdYO4cNbJfyTGPBnCYsjZOcn4SCELxe0VE\nuH8PnhUbn0HawfTEOdnTP+4RuQlLRCOM/Q2AdnTZCYonG+H0/9eRhhsL4HV/bWMk\nfQQBBlsoAocoSeUqhdjR8ZliOE3R+yZu5zos9H/TrFYu35Tx1WTxnp6wjeacI7HB\nRExbg7UDJYAwTBhax9iMAHWPphBXAJi6GHJqNp2DGdFgosJrAoIBAQDZ0ggA7wEp\nGBj1xP/J3jDKk2AzN4zmlcgFa4lE9oGEedPXZtdAxF1gSO+lfIfwEbhGnaiv6lNG\nsajsYiHbU72iJX9/yfQwHq6igb42PJTp9dgyTf+jb+Q74Vn7o76412QTGW5R94Fg\nDsNkwB0WvIERmEOXTuDinxFm0w5oOJvPSlu0Y5O6Op4uEVarUS2nrQTxHAPgrEK7\nsZoXucBYFK1NkXrSi+ubTGHhfJgUXxdG3l1lVmYrbqWZ7oA/zUvZ6n01mCfU/DC9\n0y3wgIV6tqto7pQpXmFWIbL9pLZnHokp4fqEhrmBXCt/x1Y8BEwMGl/aMMOm1P7Z\ni3sZfGoLiryBAoIBAFc/S4dkTOQQl+u8RWYJIO8R6VmOUg4jusyHDZRo6cPgy/Pp\nczhnHa7lk318PaEPMHVmofJHO5R1Vb1c77+GDAW1yMN3wYvfNB1d9tkBeU5cB9WF\n8y88C9NQr9UwDKsxRKKU1pnZXTUX7S+z7m4h3UEntcOuPysrL9dvfYOScKUElS/5\n+CIW9VHgKyyD+PGDaA62htRd/uAZfRW6NDWtrL1yrD00UkgEQdv6HONz6bFNq/aS\nRoguvHmHad/Rper6MhcGDL9SGclu7H7JtXZZPXr9/BY6ohVyGNYn+qmc6WJ7lnHT\noSIpn8u6Bry3a8708RlSY4WPvr2VY8CEZbU4z3MCggEBAMZBFqvS3hmLJ1y6253f\nMEWRciPr0cEmXxIf2Kb+PtBXGmuZ3R3EHMFAYW8cM5Zcan9LjHfhLb7QgVH1158L\nTzTAMJYdOLZ7lrOup3QyG8/+xbKzr5QQiYm/COmzFiqjUSDZKsJMJmNJzKps+Yzy\nMf/TuOGFF8bsxSfzvc86hwZbRbCgWZtNMx/3BA2WK5nMLw1NVHIwF+VCN2CU3u7M\nkxhg64urcty83vIfN0SDcGo+hn9v7jpl0TCUFgL8VqeXeDNJtCd1CuAb0FpwgA07\nKjStwgkNMEb3ETUvsB2Xe3y1hBEPltSZEbaRtnmV56m0b73mWI4Gm5diDr8ZsGOk\n+QECggEBAJR8QS4LpqkiH4f//ygU/9jkpqEIHjcXtI9bDvI2YB6DHmSDH/Q8XEA3\nMuJTr+j+LYjG4HyVPwvpKGzNrIQiOf+IE3JWaLf9ykFCVfuUPE5fkcHWQbF9lszS\ndi5XM65PzI51iM0GdOyKzzCPuWlseYTIWMZmdwTgpx4q6lu9hyjaGM1S0qRspl4e\nlP9m4tW1n6OdPVBY/s7PNGaqgRoNnpaM3jR28xf3M5xP3jmtJD0qhia6kXDsRVGi\nqsh8GLWd3Yscgp6OywjQXifur7XRf+ZORn7ICjlAptTZFHfD5paSEk6sYkNFIiHq\ncBwewuri+TruHM2ncoePQ46g1bTvP2E=\n-----END PRIVATE KEY-----\n','-----BEGIN PUBLIC KEY-----\nMFwwDQYJKoZIhvcNAQEBBQADSwAwSAJBAMGwkmEBqKOKCl8bKY+Eg1UjN/e43nWW\nrBhl9qBvWQeXPpia3DKZLNdgYfKEz8xwqfViCjeU+u0yhvQhJQWuj8cCAwEAAQ==\n-----END PUBLIC KEY-----\n','-----BEGIN PRIVATE KEY-----\nMIIBVAIBADANBgkqhkiG9w0BAQEFAASCAT4wggE6AgEAAkEAwbCSYQGoo4oKXxsp\nj4SDVSM397jedZasGGX2oG9ZB5c+mJrcMpks12Bh8oTPzHCp9WIKN5T67TKG9CEl\nBa6PxwIDAQABAkA/KpOCWWUi+HjLbXNPX7rpABRXkI3UMXAsgMw+pDGXvJT+1lAz\ntOcLeE/Vxu0QPfOvRGIGJeczr8kE0zdiEnoZAiEA6cVF1sGVmfcFe2q1OfN278Lc\nG4CreF9wSpXCuKkgo/MCIQDUG5oezE6UzOMSWA78QVA1GSQ9FyRgVpn4YC/Hjned\n3QIgC+RzRxeWCr0cVEj7azVNiaj6FZQYJQmF5uVzgH1qIa0CIBpBEGKfh1qDwdeT\nbsdqjjMEWaf2JVqHXaeQwFlDGStBAiEAlIEfAsqqsNbT6Pqm3WBTlzfjJeTprB1c\nfR0y+49IXrM=\n-----END PRIVATE KEY-----\n',1,0,0,0,0,0,10,703,0,0,0,'',10,0,0,0,'0001-01-01 00:00:00','0001-01-01 00:00:00','',5,'','','','',''),(6,'758d682b1959b10ab0768ff699049903','friendica5','c4020916e31735b16a8e851be06c5a94e7c95d544ad69c05a92b9ebf2992216a2dcb65d4c731405af0e4c098edaf53f49444f01842db3bed2c561ce982639600','friendica5','friendica5@friendica.dev','','UTC','en','2017-09-07 09:00:32','2017-09-07 09:12:45','',0,'','-----BEGIN PUBLIC KEY-----\nMIICIjANBgkqhkiG9w0BAQEFAAOCAg8AMIICCgKCAgEAmtBUbN/07wWbcUvp9QvR\nKLoM+WjC0K0rFsx6L/Mktk6Go5+DqofuHSQgfJZGBI3vbTlbwW76peX/0aqiZPGF\nrrhX1FMhU23AxYE9TixRR+oqIKETNzU8NuahpK/ZBokoPL7mzrY4o5dNcnG4S57O\nir4VfEpuYB99K7Uo4yVc6a50ZQfDoBy6nnCPbVmh+gokc28paK7Av0vnMwwD6TWQ\nrgXyrPsa+Af5YeDC7GOmhppeN+e5zycRTddfXWR8QFp+he43b7z54pB+ajAu3J+C\nTAagIp5UWrBmwclF2gmLWvyYYpwTF3kNz+Waf0s3khiZXcJZKxGKVqXoTkqEKV/i\nvHryaBlvvAkQKR1mfJpNasJfHrqhOlHigWi3ISlPJQB4h+85W+YAXj+3j26OnMpb\nCmjf0BXLnjuC+w9rXFW/kj3Q1PxNaAfx/BoV62unWBKnZAkkzHOkQ5yyATdXQaEY\nlDsFbc0itSm3zjsPa1gXtn9e9z8Mqn5MwKk5I9k7TIr6/FdgbX7gxl6mn59OQ0v+\ne8o7HECSQvT8c+WmvBk3tjQHDgw3FeiJ54w0IGiha530vPCk5Z840d/jVUL7Qc6j\nrNi7hLOBvx4jdxk+5tq6fZMG4Sbu+Iibc4b+f2QyVW7Pcxt3CM/ADh0kzfGJ7wQd\nzl4w/9+s8DPT43Tbn98QK+MCAwEAAQ==\n-----END PUBLIC KEY-----\n','-----BEGIN PRIVATE KEY-----\nMIIJQwIBADANBgkqhkiG9w0BAQEFAASCCS0wggkpAgEAAoICAQCa0FRs3/TvBZtx\nS+n1C9Eougz5aMLQrSsWzHov8yS2Toajn4Oqh+4dJCB8lkYEje9tOVvBbvql5f/R\nqqJk8YWuuFfUUyFTbcDFgT1OLFFH6iogoRM3NTw25qGkr9kGiSg8vubOtjijl01y\ncbhLns6KvhV8Sm5gH30rtSjjJVzprnRlB8OgHLqecI9tWaH6CiRzbylorsC/S+cz\nDAPpNZCuBfKs+xr4B/lh4MLsY6aGml4357nPJxFN119dZHxAWn6F7jdvvPnikH5q\nMC7cn4JMBqAinlRasGbByUXaCYta/JhinBMXeQ3P5Zp/SzeSGJldwlkrEYpWpehO\nSoQpX+K8evJoGW+8CRApHWZ8mk1qwl8euqE6UeKBaLchKU8lAHiH7zlb5gBeP7eP\nbo6cylsKaN/QFcueO4L7D2tcVb+SPdDU/E1oB/H8GhXra6dYEqdkCSTMc6RDnLIB\nN1dBoRiUOwVtzSK1KbfOOw9rWBe2f173PwyqfkzAqTkj2TtMivr8V2BtfuDGXqaf\nn05DS/57yjscQJJC9Pxz5aa8GTe2NAcODDcV6InnjDQgaKFrnfS88KTlnzjR3+NV\nQvtBzqOs2LuEs4G/HiN3GT7m2rp9kwbhJu74iJtzhv5/ZDJVbs9zG3cIz8AOHSTN\n8YnvBB3OXjD/36zwM9PjdNuf3xAr4wIDAQABAoICAQCJpIgrdMM0cGvPw4rzT9pa\nt3Apn7b2CcCxuIM6dpdBb3fNqllKGSjfx+sKWiFOk1M4bTLjPGSlc2SLaYaQ8RvG\nSCfuoyqSHpayA0IaatSpd8yUziFjiHVM6qj031O5t+CKgcB8MQ8Sg8db5TfSJBPG\nz1IS+6o+1EBZx+veaK2/JlheKxUHGgPiMnmS44pb4QCfkUnjxNuiOT4J6Ljhc7p6\nvtcQbQGBXLWhDFDCE6dPLZhvZBuTzkxYRRCI3HqMTOkI8s9fDUmu4oFCsCw6A6e5\nKHrfzJ17NDNoQCdWv/2im8pwgguHZx2cpatDWgDCaBSTg+P7otC4UTHFygLPNm1D\nfIKeZ81/lnkMMzvE4r92AEZ3hT0rdjDjanL2hpa2gvLMDns2fQC4TnWy/RDUGHlc\nXEfUlYSA9uMERSW7P3R7J6GkqPZKIn7jfZLJpdpit9CkwT+HTxvWlbH+f+ciZ9L5\n9XS4laQK1qqbmrr2GNcQDbD0lwUm5xZsnY/aOAxS6iHGXUD94VORSHMV+ImCDKee\na8tRg8VZXzG6zWhDNbZs+3XhqsGBBuXrTqcv96z01S2383IyJzVk1KDM1hMcmWgC\nOu3XICZXBigL5j/KIbj+/CM9d2Y2r37y16W4Wb4FpeSO5/+KaxKtyF0njhvGh53V\nYSlBgVHGJW7vLyhsYD+jQQKCAQEAy9k+rF9I/rAZ6wbK3C+UVH6ko2rg0DsgObm5\n62pB7djOUPYNDg5YaBWJNsK+zC2GAHf2IJOzyfEwXWwyfh0wmTg4Lgl8nopJVCFI\nbi+qVrkjKa4Jdh+YKDL8W9XYqApnqyyUYm7Rj8C5X2cGPNTeY1yQWkrh5vuqOd1q\n/Zryry2BLUm1P/GsJUw2KRiWAmcBU/F3aEu4WymeWw+qow0+6/+RGV9luqwXANos\npWb3V+sdGLTJHkX5ZGSHwtwHV8E3mlqa22I0wRTN6tsiP0AgzeV+eKHHPQjVuTsF\nV6rsBbNw4TCepT5caGLT1r+dErd6IBtp8R1KEWNZwMpyeNEoOQKCAQEAwmufpy6J\n54X0ZS4nG63IXwZZhwPNx1VEWPsvR4lo36dWxs8syMPVKoDAGm5Z2Tad6wO6jBqO\nbdOKKbgpsk7yQjar6GuEh8A1rgKGBoAYFQQT6Q7cp39WX2wkx/BBqhtmQV4WDd/N\n5ztGrKLbAtiEiriQTEcOW9Kya+3nQO3bVTNa8CH0CjSqk5gIggEMkGPQoTsWQO77\nnd6ZlTD6ctZT2A2L0Dm3fPi171GX0hMEFu2bROeZOFFAuOi/8DWAG5XNSz4OJK/B\nj6gkk1YBgxbSAEHNad6yI9ku5o7XvPYPZae8XmD51t4GJzi+AUIeeLM6d0aodgrB\nyChJ4hPVQ1Oc+wKCAQBULLL6jqYftSwepsFhxqvjcCAf8uQ+WAvoik7BbTEoO9yG\nBfRCF55d7HaqjCQpP6sTynVx4kvdWaD1EtaOyRLmUhawu+4fsU6yVMQJ69jU0sI4\nVctGYal9AADBEz7RtOo1/sSPGN+kEpr5UBt9RxFFylU5U66QqN8T4eBqNG998rZi\nswsLCophJGVA9wwKleowdYcvJAVOb5MaWw/FIJUY8oFCDuh8+s7M5UqGSkxcm5N6\nPjzGKXLgB7sftae6juic7kj/yj+qcyLMlgxAPgTNwLRGr9cL1vgZ8ssz9jpb6Er2\nUhNQfL2/xP9gr+L2dZkSZP+MNuH86B+Jwo8eYI/RAoIBACa3ffyyBN5pS6kWjs0x\nR1S9E/kSJdmLPmgl5V1unMblMR+4RCfa78leCGN7FENwX/RcMrsR0slGNh5mwU7z\n78SF1KgdOTA7c7UqZXxH6APPYxOnVQO6FP49r/ls+/afLDbaQLQUnJFuuX1JlSm0\n6nghlwLJp69bfxKFNuc0Nth5uKNXb5zUrh9kSFVzVggvCG4DMURPEyZ2HMmcDlPu\nIJZG5E/cHpExijGVYxF/nfHe8WvAXz/a1nO8TfTNAqz7oP1Z50EhCv/LsTTyDK0J\nT1qjv/9UTM9cwb1CNu43ZguNYrK8xyQl5L3My/G+NAk/T+ZO2N9g9wQgGc5+upqE\nvR8CggEBAKPGtZ4MlncEy79ZNcSHhEhjsLCwVxRj2oErsXqL7cwggCcV+hNg2wC3\nxwVl1FEZ95CB4xXfDY4XCS3YizR22GWQ/hFNFSSJJknUzuV8pP6kGYmSXM+PjuUt\nv7RSNlJYmW0D1KUCXGUzKjUIg3OGrY7qvHa1rf2qbJ/Ge7b7O65TZ0WNUXHatkOB\nhFLfKas6lfBYXQGc4Dj7PtUkKCgoiwEU7g3+Jpe2/nezzgoeIP0egBqUJk2qaVYU\nEuS2vz4kgikhWqy/+6WkIPB4oadgt2snEG75ek/XtNnmyIoDXAaAuL+/W0bugoMu\nCVTdHW2Yr/Bp+YvLThy8IriVDW7ZbX8=\n-----END PRIVATE KEY-----\n','-----BEGIN PUBLIC KEY-----\nMFwwDQYJKoZIhvcNAQEBBQADSwAwSAJBALD2L78WaybaPZDo13Qrz3m+s+k1dJ0i\nXqowUneFvLtpALorl//dMAtnhpsedIEmxZ5bxw3PIr8lWpMwUukC4B8CAwEAAQ==\n-----END PUBLIC KEY-----\n','-----BEGIN PRIVATE KEY-----\nMIIBVAIBADANBgkqhkiG9w0BAQEFAASCAT4wggE6AgEAAkEAsPYvvxZrJto9kOjX\ndCvPeb6z6TV0nSJeqjBSd4W8u2kAuiuX/90wC2eGmx50gSbFnlvHDc8ivyVakzBS\n6QLgHwIDAQABAkA+jhhcxVEFf/ppglW/ZElIcShqFRJvBZpPMRvF0onf+WzHT9S/\nRlAER0HDwLpPtvah0ZlmXnmVKFfiSQxLYOvBAiEA3UifsiEoQNkHH2sIWAalpES4\nmodXmO0YG9q2/GhoReECIQDMuXcqxx//HRRutoGx/nDWpGOy/AU2qSfgIo6A8QPl\n/wIgOEP3FzwHGDYW8Y4tmPRXueUfa2tugpwGvU5nqNaDbQECIQDH5Fc8x4ywVb57\nk2vzVZLroTtPqc+VXXj32gX2VF4QFQIgUOnMWnuYEDYLzbb1sU4CrgPsLyWYg1B/\n0IMq4EZY2o4=\n-----END PRIVATE KEY-----\n',1,0,0,0,0,0,10,703,0,0,0,'',10,0,0,0,'0001-01-01 00:00:00','0001-01-01 00:00:00','',6,'','','','',''); +INSERT INTO `user` VALUES (1,'758d682b8759b1098e3044f007138090','admin','6a4e012bd9583858a5a6fa15f58bd86a25af266d3a4344f1ec2018b778f29ba83be86eb45e6dc204e11276f4a99eff4e2144fbe15e756c2c88e999649aae7d94','admin','admin@friendica.local','','UTC','en','2017-09-07 08:55:42','2017-09-07 09:19:43','',0,'','-----BEGIN PUBLIC KEY-----\nMIICIjANBgkqhkiG9w0BAQEFAAOCAg8AMIICCgKCAgEAwQg7HphhbaW2328hhUgS\n9sxr551Y3jTlBR5zqxpYHcW4X0h0STElurfVgsDZldgUGNUh6hQDBpoeRQ+Fxi6X\nFRGd76BBlW9wXAoq/oxpezUgD3UWVBc1eybc4ChSexlBhB2PcDbymjaTDji1XoYf\nxDfdKyawCtnjOhvOqWKIjhpVlT10/1taqYSfVNHh3RyIAXKr5gdKKZibBN0DuMbI\ngR4UuD4GhdVtGvYamjEwf8z2beJYwTmkvInf1V0MyLr6wEMj7FerAoe59bng6GjL\nB8DvRyg38iST0SZfSXOeinaEbum6gFuRGdLS3Yz2e+yk4OxOoY/mXP3yjodCu0Ld\nU6Ld+y0qMw2AKewQBl7+BM0utgbZXmmX1RcHL/NrLsM2FS9626tUGMWwUnSOAP85\nIHMuODjDYgud14m6AgD1eOI0Rcm36QpM+YqcXvllCSR8aRdqX6yyjYdkDmAeHrPl\nHJos5usizcQGivq7QZU+svWq1tAt1BQLelXtmcoZpmHSaUNOYSlWekdWiouSmyZ8\nD9EhfIZhbw/nEyKmayh5mxSP4VxT+hW/l/6x2E75azpDo+oSj1vgBi8zg4d0NIIe\n6PNjZm+MP2JSyZs/hnTWAxGyVVQuvSjnqv+CM2KHKdBSZ7mNVi/mbK8ZFwtLX3qy\n84tUkMsLqWcBG29JDamlq8UCAwEAAQ==\n-----END PUBLIC KEY-----\n','-----BEGIN PRIVATE KEY-----\nMIIJQQIBADANBgkqhkiG9w0BAQEFAASCCSswggknAgEAAoICAQDBCDsemGFtpbbf\nbyGFSBL2zGvnnVjeNOUFHnOrGlgdxbhfSHRJMSW6t9WCwNmV2BQY1SHqFAMGmh5F\nD4XGLpcVEZ3voEGVb3BcCir+jGl7NSAPdRZUFzV7JtzgKFJ7GUGEHY9wNvKaNpMO\nOLVehh/EN90rJrAK2eM6G86pYoiOGlWVPXT/W1qphJ9U0eHdHIgBcqvmB0opmJsE\n3QO4xsiBHhS4PgaF1W0a9hqaMTB/zPZt4ljBOaS8id/VXQzIuvrAQyPsV6sCh7n1\nueDoaMsHwO9HKDfyJJPRJl9Jc56KdoRu6bqAW5EZ0tLdjPZ77KTg7E6hj+Zc/fKO\nh0K7Qt1Tot37LSozDYAp7BAGXv4EzS62BtleaZfVFwcv82suwzYVL3rbq1QYxbBS\ndI4A/zkgcy44OMNiC53XiboCAPV44jRFybfpCkz5ipxe+WUJJHxpF2pfrLKNh2QO\nYB4es+Ucmizm6yLNxAaK+rtBlT6y9arW0C3UFAt6Ve2ZyhmmYdJpQ05hKVZ6R1aK\ni5KbJnwP0SF8hmFvD+cTIqZrKHmbFI/hXFP6Fb+X/rHYTvlrOkOj6hKPW+AGLzOD\nh3Q0gh7o82Nmb4w/YlLJmz+GdNYDEbJVVC69KOeq/4IzYocp0FJnuY1WL+ZsrxkX\nC0tferLzi1SQywupZwEbb0kNqaWrxQIDAQABAoICADPBpTha2ySvHg1imrZF0O/j\nd7sucTmDLTTmKVVjRuUUso65upQ1XUxnJhRc6PpIaXsPCnzcyMLoZ91UgCXXMCMy\nCgrKCUusCZBkGYsO0ul6IRKD7my1nF1c2jQwG41uBCcMVf1cfkfjAiL6CYdCpxnR\ncLe1M9Z0/XwDILJB/SM85F2TkN82+2Qgbygq7kh+8eiReo2+vp/QjyAKsojEo9Ya\n3qtX1h/kTdDA0/kr3zklF5325p1Ie2ciAKYQwPDBUaJjXipshymygqXkJO2ry2RU\n0tNdcUK3k/qsMzhai9PMW03x1VO9OXaXFHra5OvtU3gLZDnlf3rHjFWy5q2XDAh9\nj/vGv6mG8rq8CkJ4qbJ8RfhXEpMkLKhOAeAyiZpQ8qUtD3ASOErmcSyChkFTuAgd\n3JSf2QWIFT+/baU2H/yC/+YoKfzEbngzQGJZlvCpH8c1rx8CnqWp1sDICYjw2NtP\n5BgCx2UD+Zh9yoJJrG1tIkXMpb/evgM+/h+wH/bJ2n4n+AQ2KKjMapPAoj3oY3lK\n8rQOhbTP87cL1WqdbnvQzHY4LwkB1UjKbUaqk052UXgMeeN1I+s1bXrO3XkgyEO+\nmPEcoVddPUDpETM4CgiocqWrPkebBKSfQzjLzyOuPIozqKg5zduxgFBGGwZlliUn\nCCuMGyG4vM/oLDkWqOMBAoIBAQDj7Gg19t/W3IincZ0rJ4RKa+ALw/BFDuiQx55h\n7Dda/JkUmly/Xz0w2GUqWkHiJ4E0YPntIYx22VNePBcnGmKSofvR/L9fjJGpBoCK\n1UgGtzIabKt6T+08dSE3at3Ro459334U2ZI08WFGcsGHmtEApsYSngd2K5NBYU/g\nmoPUv2YQYWG20vo+w9Rj0mdxgu6xYtXK2w2OidmPWlXoX0aH+bD+YnGCPD/wQiyj\nDT+mCCJAhTMc7M81m1SKy/pPxsMBuCABvfgKsrCpJ88U/bO4a/kusYC7qJPNZhed\naXgrYwvjGbLLMvqbyGxmxq3+18oTCkMvGV4xh/M8YeusGJIVAoIBAQDYz4Wyj6+o\nNmYjJ5xiGvyqQ7rtHRcZSnJXmNAmL7NdFIH+uK2EZbgcVKZQ3QlErPv9pAHM3HA5\nwrZVmqMtOq1fiF2MCaUdkEMG0Hg/dPk71WkGVtqTCd6ymP3X1vYkI2zEQhsOloH2\ntwrxuBhDgSoFGqIXxvpL+LLaBTpDAujVMxA3cIVUmyy+VycLZnr/IvItf2ExcmcE\nanfCyME8PaBf8cClMejVRYjlB/v53XhNi+QPRXNWNe8aVbBZ81fiQT0YeEoE4Dox\nY2b/7mU/XigJGWZCOCOkIy6uhzdZE3HuH+UhLSC0vWOEIm3Tux1IZEziNs1I3cEo\njsR6Dd3xKw7xAoIBAHt6iyaZPcFYrswQODa17OyorrORDm1LW2F8U+j3ITIw4PoR\neqfPAAajZYNhbIoKHuxykVQPtdp5eLn30g9EMxz/lr63sDIipJMuy5rrW18QBpvc\nPbZA8OStDDbKtauqcTruRo8jJBt8ndedug0uKYax02MorCAwEVH9V1n2O++ZVcEQ\nEPEMMbipPTprNdGAPrJpOivxKtILCouoRBxk6YAnHOVkDdyhqX4PS8F2HwJjK7NK\ntls4TDXdlhqv0UdBBkq7JtPqyCN7lUu/Hmhf3erOzCuozHZeKNzBL4//ILRYr4r0\nVDHTx4N4PIodnwwOehKAn883bhllbrhK0HPmx9UCggEAPCc/me4ht1L4fZJ04gdI\nyNin2Tez+/FazhD4109uvUl+U7Tbd5tdPIcD6fWZp7My6wmA8lzKykvKmO+hjF/2\nUEYeZkcax5wJ7K8UXc7Pg5lPXVHlrNwVLIokC6l5e0dU2xLYPPDnOBNK9wuzt67z\ngJ0GEgDD2yYyQSkoJAV/of9b5XXTmEjBXkIB9DjHsVf5x0PLLJPoHyKG/cUDT/pt\nL5F8eJjjV6DGPX08nPOkeCdy7AXB3U5ze2QA3MQWQxEEqXBeYQHxQ1in8CQtdSpj\ngzrH02GOCfE093lOkulBN+cjhFPn+h19qeB/hjopArfJWQ4JYMkd2Wna+14zkMD4\nkQKCAQAaIlKP37v4MVohzMD/5u3ICy3742m1G+gy0cRdfSa4nHXp2lzQ5Mxa52fN\n+YnRF04j3WhZA35ibMzG5+NXSsEqmFGdqsAyDUO0brJwQsqC9/9RuGjri2Q/5djQ\ne2hIksSml0tXpnkRbcv11e8gqqGjwgBKeeaKdI+dZO18A3i+ckP+LJuz4hkUMBRD\ngyHr2Kqex6Ml1hTxBMg83f2btLBN7nJNiGUR9CvjnRQsAkCGEPOtImOt4ygQRTnt\nSpwDq1AyS2PJoAsaUrrkscBpOhTdyU8aC5OVLuDxQ+X2Bt5f1vC+AF4ABeY+9iyc\nEOHXovtAeaZeQuqlg74ZFuKysCKW\n-----END PRIVATE KEY-----\n','-----BEGIN PUBLIC KEY-----\nMFwwDQYJKoZIhvcNAQEBBQADSwAwSAJBALseuSzav2iKkkJrisHzK1+VhYV17WQN\nF8DZ0n+tjszcbqAO6a6vNV5MBG2ewLvBsWKkqaodG95fG2I/ooLK0O0CAwEAAQ==\n-----END PUBLIC KEY-----\n','-----BEGIN PRIVATE KEY-----\nMIIBVAIBADANBgkqhkiG9w0BAQEFAASCAT4wggE6AgEAAkEAux65LNq/aIqSQmuK\nwfMrX5WFhXXtZA0XwNnSf62OzNxuoA7prq81XkwEbZ7Au8GxYqSpqh0b3l8bYj+i\ngsrQ7QIDAQABAkA3F/StoDp7LVGi/Mb+E/rRSdTmVrJuouw7e+becNt6tWrTFONR\n6rr7/GczmaOJFGKMfQhIOjoAnIUIHRqdqYKBAiEA8hLfEA/yxY9XBnPypVFF7Tj0\noRtmXnYysb5R4kYNIOsCIQDF4oYo62RijvcSkMx9cxTfUnMMTv+7WkoOTUsdSCYf\nhwIgNkDEfXUVk/FsL6YM28A7S89YBEN/zevvsKZW879/ccECIB8Ja29plCIdOEVS\nLrCSZzirrt3EWjnhbHIXz2s1UL1rAiEAtlZ3IPtPIYojIsMBfPgIL5YXSo+fgjzW\n67eAtyApGNA=\n-----END PRIVATE KEY-----\n',1,0,0,0,0,0,10,65535,0,0,0,'',10,0,0,0,'0001-01-01 00:00:00','0001-01-01 00:00:00','',1,NULL,NULL,NULL,NULL,NULL),(2,'758d682b8559b109d5ad831494500945','friendica1','dbfada587308ebdfd1da52a5acd46c889d8467ea5051e16fe3dd034d153f897d4878f4b99f43282c2b7425c5136482833a79070ed1846fe40804aecd77738435','friendica1','friendica1@friendica.local','','UTC','en','2017-09-07 08:56:53','2017-09-07 09:17:00','',0,'','-----BEGIN PUBLIC KEY-----\nMIICIjANBgkqhkiG9w0BAQEFAAOCAg8AMIICCgKCAgEAzNeTX2GGZAqTecUeOPNq\n+uFCfBuN4g6xKTkBlUDeVCLp2N3uVJq+TSjmoau8MpY3jCD2Nqn5KsMPh8XJV2s6\nb1kSjmVdpr4EeBXPyvi3asCcgmqi2IeoK/ihVGP9IrrYh8zwzVY9wW1/TPcC4N4W\nCcmeFTO08CSJh2P8ROq6irU0ndbmqfmFSs5uZ7UcEKUzkgSSPTxq5x3O7xSfTbOZ\nPNhSn3r5buSOd46KyWaBIJ2KgFNoY2AGJqbzZTZmJZB/qelrONtJ6XDnDI9GNQBI\nyL9935Scmo9WrXeZcqXNW3yI97s1tH27pCxhsyy5xqzEYfAPwPFry4gbO+wSGcNm\nFYfbCM19uPvJyN6TEgFNZD5401Pl8LQaVkSAnV9LQPzn/54CJYQb6KlE0rymROyQ\nvKPUZmEkw6ZnVJIF5pjxu6bGGPdv3xmBH6Xnmi0hhNA2AEDbv6wDrLZYLUCTSSqq\nhW8WK3HylsP9dqNT+a3X9l9dG7vqmRevGcbBQDDZPOKjkJkAa8IgIlk3UIWs3bYY\nST0VUtjRpsoLo3XmdYtY5qXxjGjtEy7NjRErlT31WoMzxcLhLwxKGWQz/xMC9OXe\np+uoyVUOd3U/Jvz6vpW9k5ua417IrF9XaxtcKvhp69m16br8JkMuKWvdGomWDXxA\nG1cAbsHJN6JJEU/3Vo35sh0CAwEAAQ==\n-----END PUBLIC KEY-----\n','-----BEGIN PRIVATE KEY-----\nMIIJQgIBADANBgkqhkiG9w0BAQEFAASCCSwwggkoAgEAAoICAQDM15NfYYZkCpN5\nxR4482r64UJ8G43iDrEpOQGVQN5UIunY3e5Umr5NKOahq7wyljeMIPY2qfkqww+H\nxclXazpvWRKOZV2mvgR4Fc/K+LdqwJyCaqLYh6gr+KFUY/0iutiHzPDNVj3BbX9M\n9wLg3hYJyZ4VM7TwJImHY/xE6rqKtTSd1uap+YVKzm5ntRwQpTOSBJI9PGrnHc7v\nFJ9Ns5k82FKfevlu5I53jorJZoEgnYqAU2hjYAYmpvNlNmYlkH+p6Ws420npcOcM\nj0Y1AEjIv33flJyaj1atd5lypc1bfIj3uzW0fbukLGGzLLnGrMRh8A/A8WvLiBs7\n7BIZw2YVh9sIzX24+8nI3pMSAU1kPnjTU+XwtBpWRICdX0tA/Of/ngIlhBvoqUTS\nvKZE7JC8o9RmYSTDpmdUkgXmmPG7psYY92/fGYEfpeeaLSGE0DYAQNu/rAOstlgt\nQJNJKqqFbxYrcfKWw/12o1P5rdf2X10bu+qZF68ZxsFAMNk84qOQmQBrwiAiWTdQ\nhazdthhJPRVS2NGmygujdeZ1i1jmpfGMaO0TLs2NESuVPfVagzPFwuEvDEoZZDP/\nEwL05d6n66jJVQ53dT8m/Pq+lb2Tm5rjXsisX1drG1wq+Gnr2bXpuvwmQy4pa90a\niZYNfEAbVwBuwck3okkRT/dWjfmyHQIDAQABAoICABS5zzB8ZqOiqk9M0YUDpBRk\nTFzQUOfJgsVf/jgCyzwKGE0YD3BCA/U8qTE8dhtMNayY/TCEvDBGckDTk06kC9KO\nWaFMwlAHs94OnuqzhaNof612aqmr+CkSzAgE4ezsqNH8u3SbQD5c/N9lssXb0rEE\n1Fji1XDi0YOAa1rxwRQdx4gc4VPbalAqWONnYMKSZIhmrAFEJrDhxDlOhdvPyzZr\n0NhQEgLVX1DbfFFqbLBHIGdhiRNc+OJaTBA2k9lDKJehhXbIQU88XDRaHsloEPU2\n4t6HY90DmcqNalo+SmvySs1+BK4RdrXiw7PkV5uxiWE7b+yewMBkMhU7Co3OxnpC\n27jJGJD6YrN2wEgvlol64OgMfJsqCwx6gsOTdhC3sV7KscZ/uNwkDxhpNtokZ2KV\nMH3eO5T3Y37/bfUrMFcf222L1jlEdgVEHBia/7Jc/6YfJA+8k81oiqT+fftKQaPq\nGLBeXME/FEkWPHBHCSCXlP6XD/2T55AY6aqg4GxcMOBLR2t8ItxJFxcvHglpw9gZ\nBo6JIkx/60TejVll1kp2GcDXDiGWhnaIzSyQ+O3Gr7yUswOpcc2kOi1sDrHLaoUd\nrSLR8vtHcRc1+COJV+S+YdoVgB425/soUJwg8y2kOCcdXBuGfZkd/any0savveZo\nCNfoQ8ttA3rMtvz1lSaBAoIBAQDrqY44WCOcneRCoXy73V6jvLRLVQTKxnipq1To\n1c5Y1Px48E8KYvtKvwCGD++MfL1JqhBBY9e3h4BW5YHVWr31cBC1kvx9Vq9e5DEX\nU69i4z4fbyQUCbFt7RWtCrUH/e4aDH8u2SkbUMhqXkM+F0PBNzHVqyo/u9V1idpp\nGJTfju3sUEQLL+ZdK1rZvUye8UCRx3OVpifPXOOFlnPb2dp6p/I+VB6hL5x8bQyF\n87McUz8NKXEcGWonwL9MvjTfN/lhAzw9E6fmhUKA1eSAUsAIc081U6A1ugreltj5\nDLmuZS3MbJIYxs4gJnIrSvkMGhJ9qoYWchx68KUyAbS4AsH9AoIBAQDehR1HEh94\nH6kZWPlOSgfJ+W5ksdPpZYb9HbShK+U8Brd5NcXk4VqDWCGnTuXK4c857RDMHUyk\nxUC33bJvSsUCvGa3nyY45bDccf2Z06Y5FpDqU10kaALCX9Y/rlghtjKUSmXrQ8GY\njhkG1Ack/qz0Le/redHpeOJQwyHjlfynCJJMpWSdQHFDdE10cx4M805vq6Aw9Dm/\n0QphCQLWJ0iI3Ip/4WUawrDeucVw84ib00/8ztpzZVcsZZiPezrKX8eW89N4WW01\n1vAkTPHO3dT+HD/BInDFMQsjGz3I4NwtVLKboBtXuRoRCj5CPKjv/aV6bllbjVJU\ncQWb8NuH0hqhAoIBAQCHbIdy74t/a+iJNb21Q7AoDb/Z7oBzenxKnE+OAZezyqlP\nYmE5icn4mSxW3f99zw0DsPvoZ9TF/dMNnJPwpFW3HnArt8zqxg6/TAi96/REsmu3\nqqmj7jINBopHR3jin9TdGUNZC6gor1KMdaDUpI/mD67Op67+sxUml1JwxJSAp+Un\nwLRpbVxHPCvYJoVKbT76xxAv9iy4aBvDX8Myms2HYM2/bZ2waOjXQ99HdtT9uQTp\nrl/2ktBDCeuk0UUW5VaknjRWsN3yha/C06ec6nC6KnFhJq5RUZj/ctY6wEpP4org\nB6ApJs27AfznzgyyHKV1m7G0YlzldTapNvvAJq2NAoIBAH8GtmPv8I7+Y+XYaNlM\nYY3nGiHZcgN2tcygvJCVIlNV8j77d3DlRGpeUTfVTlC2/zkuH7ylrS8Se5N6t3XY\n1QZuzqRb8dHhLUlquT6rF+TXAPsDg9RYm9qiIwhPWnhELjOBFRVspIOV+qtvNnTj\n/Y+W+bMO48nH/EnmWt40rPodZobik8FBHGdJaT3kyW7TJh+Rdez8PktF5grmvfvK\niRm37Eh8Pt877QP4QMHuBDoQM0U6QHJHk7AAf0rJKhKFAsclgb7eLf3iKUxPsGpL\nMF+veKWkJ4QqLxVnY6nc01P9WciFaZZ2UG8RzeC6CCaYQXLWs6QT1L/nlTAkGu45\n/oECggEAC7vRhmJh2h1/IpB5q6kHGr4HJACYrMnjDcvUuW/Ka57uFVG5daZhkG9m\nuQVN/mnREHgcUaliXBCrpfWjoy8OGHgrhmotDJzcO1RRMNEPJ2Brnobnf0rYCb35\nO4IalJuA6yTpAaKQHIbLAXiDneZn5LgI2OL/EoEp6bSyxwdDeHOwYp5bLf9qpML2\nbTI6B3NZCW3xWTMt93txQ2FGEAiQqOah6ShleBWDyrVd60xjFFoKnSqgVH1IiGqp\nBfeXjHx2ckz6eZ+j/4V61PUJ/i9fsHvNks192RAIOurnSGr4WJPBoKgQxRP5X6GW\nRJsrImJTYQ7sYY2vXcN8lgyR8D3FaQ==\n-----END PRIVATE KEY-----\n','-----BEGIN PUBLIC KEY-----\nMFwwDQYJKoZIhvcNAQEBBQADSwAwSAJBALSEy8DcODTq3HN+rMu877pkZUjVBLOv\nL+wwHdVTLItQhlArGI2yrP/7b5UiqiNtuWBo/7Wjcl0mB/E2RGJdOSsCAwEAAQ==\n-----END PUBLIC KEY-----\n','-----BEGIN PRIVATE KEY-----\nMIIBVAIBADANBgkqhkiG9w0BAQEFAASCAT4wggE6AgEAAkEAtITLwNw4NOrcc36s\ny7zvumRlSNUEs68v7DAd1VMsi1CGUCsYjbKs//tvlSKqI225YGj/taNyXSYH8TZE\nYl05KwIDAQABAkBhlmyj7SlBijn1AeUeGxyp8f5DOk1ZafqJP5XRLi6lfNDpy2VY\n8CdqBnS0B6z2W/VIRfo0mItuekan4JWgie0JAiEA4vi+mtI+BN/yAaMibthK+8C5\nvvai4zt8ubeQGp1FmL0CIQDLmyQYe6nV4mNP6WZJqHEmSzp/DKFAbcWfSD5IV0z8\nBwIgFMlXG3K5v1SLI18/XgttApVp7XVFAa6HA7Mt/WH957kCIE4bPNSblAJ17203\nd0LoeEedclpMyQtDUR2ShDoSK3k/AiEAvcBKoixId/L1Y5pfHCklculIIlbPAUlM\nXaqtsXcHyVA=\n-----END PRIVATE KEY-----\n',1,0,0,0,0,0,10,703,0,0,0,'',10,0,0,0,'0001-01-01 00:00:00','0001-01-01 00:00:00','',2,'','','','',''),(3,'758d682b1359b10a3a54a8c301503194','friendica2','2d8912fdf66ea84e9904308bc9fe9e1e6e822af2028749ef2f63e25189f30880fb0378912d08ddbfd100a900d3df2d1a40ca1f1f3a0fcf3571de7a8e9dba6beb','friendica2','friendica2@friendica.local','','UTC','en','2017-09-07 08:58:34','2017-09-07 09:05:38','',0,'','-----BEGIN PUBLIC KEY-----\nMIICIjANBgkqhkiG9w0BAQEFAAOCAg8AMIICCgKCAgEAzOHCS/TBWB72tguU5RWu\nG4KnESmdXWGSHHrCm0iWP88Xl17lkEw58o4yt+bQS3c8U46OwP8z9EyCxFyDyHPU\noVgii+jMmT4hhKw5TeDPWwHSUZM07OP2d0J0Kktr6wC16DfGLWqo+EnJcLxyjFGn\nV6KzYR2d/73m0bj26QWM4w2ZCfBZvEEZsreF0XsZuBOWVRlTB4GzDlsRwRt05kUi\nevFnrth0fq+aeEnZA/8eFY9X8F1LB+mZLRdmWX77pMDtzzxTJUBoQPCkOJ0BvdXi\nyAYybmcxFzR/x1u+kpsgxeDOOPDAQAPnbBQcNNwWtl+emd8wmqXcbmM3XeIa1HPb\nDi0CHXJ5Lr95JYP2brAZu4dEwUNeTzkVkvB8DlviOSFmlg6CWmSKXdaF8trK6j4d\nlv7nxGBvmrbx1CmeA3RblvHR1aRyoQdNhBh1eLJrkDcaTgtzhycrjqdz+vVVV/xi\n4yMY9x+voxENfurEo/XsbzGfPSigTIHImzBcMtG0RTgxTMke6CoqRZW1pXFxZast\ncpsO02JRdPrXt+DHpYzDf8oEMTa4TNKBvczcT8ar82RZYY0srVV0uxH77xhx1bvm\nVAPf40FA2qbHZzCAv64YU9LdIT4iPEUga+Y5m9t2LvS+RiA8Zw/mmOdMFp4hI6+K\nELuO8hQc3Ot0moqfpYCnSl0CAwEAAQ==\n-----END PUBLIC KEY-----\n','-----BEGIN PRIVATE KEY-----\nMIIJQgIBADANBgkqhkiG9w0BAQEFAASCCSwwggkoAgEAAoICAQDM4cJL9MFYHva2\nC5TlFa4bgqcRKZ1dYZIcesKbSJY/zxeXXuWQTDnyjjK35tBLdzxTjo7A/zP0TILE\nXIPIc9ShWCKL6MyZPiGErDlN4M9bAdJRkzTs4/Z3QnQqS2vrALXoN8Ytaqj4Sclw\nvHKMUadXorNhHZ3/vebRuPbpBYzjDZkJ8Fm8QRmyt4XRexm4E5ZVGVMHgbMOWxHB\nG3TmRSJ68Weu2HR+r5p4SdkD/x4Vj1fwXUsH6ZktF2ZZfvukwO3PPFMlQGhA8KQ4\nnQG91eLIBjJuZzEXNH/HW76SmyDF4M448MBAA+dsFBw03Ba2X56Z3zCapdxuYzdd\n4hrUc9sOLQIdcnkuv3klg/ZusBm7h0TBQ15PORWS8HwOW+I5IWaWDoJaZIpd1oXy\n2srqPh2W/ufEYG+atvHUKZ4DdFuW8dHVpHKhB02EGHV4smuQNxpOC3OHJyuOp3P6\n9VVX/GLjIxj3H6+jEQ1+6sSj9exvMZ89KKBMgcibMFwy0bRFODFMyR7oKipFlbWl\ncXFlqy1ymw7TYlF0+te34MeljMN/ygQxNrhM0oG9zNxPxqvzZFlhjSytVXS7Efvv\nGHHVu+ZUA9/jQUDapsdnMIC/rhhT0t0hPiI8RSBr5jmb23Yu9L5GIDxnD+aY50wW\nniEjr4oQu47yFBzc63Saip+lgKdKXQIDAQABAoICAQCo2WniZV0ufZ4/m73jKoHp\nxDxhpZU+T1o2RGm7xg+lmMvNgXTZ/ihHoS9lZkDF4QeDqVo27lvn+2JN6Bznh6Z2\nLgeSnJJ5vL2s9K7pYtwhGZg2iIY2sQz/bnIEJVJUQ6qnLcgSx/NnZJAya+xPfj/W\ntoz0/Y6oJN5kevZqRpu8yAkXKtEZl+FQ63TKlpQ0o1fi3FMUPazOqPkx16n42IM5\nJViYvWUMvzYj6mCCra8if5cuzgQ3CiqmAcHlAgTr2+BhSUsQyUriMjB1Q9galnom\n9Qx89mh7wlWIfDDL7DMPQV1Tif43A8CmztAMNFI3jQhNsaYB3a2UAAqyQdRwwOaH\nBqsCSGgXdziDKSWJ2nryI+uukpyKPuudGyqag9mIZAREoooee6C5Nz8FPsLtk5Mi\nrQUfEHS4YQk7FR35iXqdsFgO7dhmv9/+MU4N3/bxasFcvIyocQs/UvS/CsH0Ql6m\n/OE+Uh3RNBM2FmXYHur+SzUdL+3RlJRrkBBon7LAguvRWomQBCFgQ8a5vt0+s7lk\nx9mUj6xJzWjbSjQoBvxFdDoSRF25hjI4m7T7ZekPRpUnLhV4uTfO+BBWF/2YRMbi\nXx07MIBorEqNwcqKVPptCiAGGeVPTnszWvepEi7xvMsUjtIeg4d2eECTOdMgZ1so\nnQgf2L75XWDvRfouNvlAVQKCAQEA93xFHko6drhbSAk+B3LSF3Lfm7rc4hyZXnYe\nA9Pu5bNdnpcatwcWXEfAWauY2ixSwi/Dy7VFtPXjruKezvDmEt+GIP8a2fNCaVe6\nXdM/F3ZGmOIPXS2batPmjhrcM1AhGA2zxS5S1S3kJojwZqt3eG5kCVf/TdZdQ7Cq\nMzpAazkTE01VUSSPXPxuNHqZHso1OEKqf93Fr4+m2RdbLcTWtbQmA/fouO5ean8M\n+NnZkyyaPZgcMuP4DmzAiRCvxwAJQoECvb4KTXfPWyuSrvfwDWrJZAnxcc6LVDer\nDLZigxXF+YJXtJqnGP70A74mWocgoeYJ/DJ/X7MF1g9NPoEYowKCAQEA0+5B/Z1I\nV7ZAbAgsce6np3Jai9DBPGDbPdsLnoWWxyj8j33jRu3KzEERN81LZZ3wq2JNT3nc\nx57SOUom7qBpJODcuKiN/eKLM4e1tDdQydtJrUS7I04X39Mt4cLZ/d67hf9WPWXD\nqrh6GNy6YtAnwCbP6aDOE1T03jf3F92AOw8PdBVGIZYfFDLm/HhQwBazEsnTZsq4\nDzE3rYk29zwkixufzWak1gyfKIM2Otj7bC/uf4n+T/5jHCIzEOjXkYeLD1US3s95\nYoiPaykMQaolf1v61sZtCcSZeke6mrJp8qz+AwEwLmWZ2LIHS5rum6jvN71ZjzxF\n37I4jhbEw+1A/wKCAQBH1gN+Ek+8DDE6zKv7n4GKGub7HhdlbqW5/JEjzU2n0ROY\nqAWyINWFvbIAlUWN9pWjFhhANgLgzwrixZcRPG2cBtO5GjNiFjEtwLAw8dN7bPJ7\nCAsrocReEtn2X6eRIW4pvDh1QMf8ZxC1esRFGPpZs7lH2QobPuDdeBc/PWZbeTqn\nPKhKIFGYzRD0HK37ePhPt1IkQWxTVGA63YOy2lL0dTEfr8MWguJXCT/rr9hu1uCC\nhneQ8gkbrseIQZa0LbeCXU49Yz88U02WCiTOsts0Gc4RQq2ZujlJHcuBqiMYJ6bK\nkOICY22jXMXZnEUnu9dmBw7Y7JN6ZM2J3/Es9m3/AoIBABYpMuNXQApT93aUgDlF\nsGhVD9zQ7nPm2OYl8pgX9gVLZuWGT27KTMuA/lDsebbdhh4VwGnQH2MMW4U8GMgZ\nJAWEMfBpR7fFqbKwvTJkGmGROaoRptPxRZPVHFYgLvVaBhfj9FulOYmvkqzo3+CX\nTaDNLi6K7yGcX6KhDYiEU/VZBM+prdSzQvq0u+yolCER/pW3XxC/n/GOvvi5gXLm\n6hdVwycSVahAV6A/4DrVF61fcbwKbPpmamy1sstQ3cHM/6CRz9BWt6WzC/QzraFs\nLlGcB6XPx/UehsH/oCavA18p8cHUrPodC7JaI2Mnh03lo2YbubK9pbzXgQxymw61\nz3cCggEAMxbSRrtDKhI8nWpaTLidk65YniNI5xt3Ii7gn0xsrTGgponQbgQDBJlD\nw+RgrTaBSHzD4RRMSnIzSLDQ+aR/WOoD1ZHt2gKMvsjwcOjtn+vCKj3iAfSIPsdJ\nIc+n54HP2iaI1fNFsDZb5YsGuALY/2F6vh1257wli/TooeigJlKLSInSIa9H7Zsm\nx2x6W53KnKhJizvUSJjjxbAA6J8cCWjQzcTrjdrh5OZA4cMrld0W3Q939cRs0MRa\nd2UaQawwT5B21U0GltpminPSCNxwrRrD9narRYMsg9u4C1mOM7l1DF1TpYRdkxdT\n+pED0vqpSjdN6VqCDyQHcrqkf5TlIw==\n-----END PRIVATE KEY-----\n','-----BEGIN PUBLIC KEY-----\nMFwwDQYJKoZIhvcNAQEBBQADSwAwSAJBAKPPDl5cOaVkeHEWruSMLnyTdhblXDke\nRqPOigtuOGemqirHavIB0Zs7D7srlzzI5VdcNsSDG5zVxJGcEJudLLUCAwEAAQ==\n-----END PUBLIC KEY-----\n','-----BEGIN PRIVATE KEY-----\nMIIBVAIBADANBgkqhkiG9w0BAQEFAASCAT4wggE6AgEAAkEAo88OXlw5pWR4cRau\n5IwufJN2FuVcOR5Go86KC244Z6aqKsdq8gHRmzsPuyuXPMjlV1w2xIMbnNXEkZwQ\nm50stQIDAQABAkEAhojq0yLJkYXXyYGIuFpNX7E4notXV+3+tFBQXhzzJGST+cJn\nsn9gB+x5r+fUgyPnYlcNBS1swRQ/3voOYIXP4QIhANNKFjATHnDuY7XPCZVkN1Fy\nmr8EdaHKD9NploHAeiFtAiEAxnjdGANlZhwqhiN33joulxMES3bt7bp5WCn+8McX\n82kCICfyvwUx6DSD7hhG39H+E7NzjqyFBFSlpp5bPVik8rJ1AiB7SgNV8m4fwylr\nUEcbBhuA/3AwjL16atcMPHJBEfw/2QIgbrelAi26UDn47lj3l66o57gZS98idlbs\nw0G3DkFNX8g=\n-----END PRIVATE KEY-----\n',1,0,0,0,0,0,10,703,0,0,0,'',10,0,0,0,'0001-01-01 00:00:00','0001-01-01 00:00:00','',3,'','','','',''),(4,'758d682b1359b10a642ef08222820194','friendica3','a4fe179880e01243799458e9090e87bc40746eac1c7f9c2373678d7cb3b15a547fdef510a3670988f567ceaef2aa5a52e98aaac0bf677d0ddff56cbe845814f2','friendica3','friendica3@friendica.local','','UTC','en','2017-09-07 08:59:16','2017-09-07 09:18:08','',0,'','-----BEGIN PUBLIC KEY-----\nMIICIjANBgkqhkiG9w0BAQEFAAOCAg8AMIICCgKCAgEAwIuhjeg03GoOuSYqulsa\nvd/spvniwjaYZhCJYTHgOM4ak9qG8SwPhguSBMqZS3baHEcZtYcYsu5vSQAO/zCB\niK8yefV8LguBhoNw36p/hoQ4TdApOH3cjKAJoaxZSJw0oa50ebCSbh23chRHESbv\nlvfGXq0Pmk060VcLf6h00Iivg/BFNmDfEqrVmgpl0G1PIOatNJ5QdEpCP0E5Bg/H\nvnqvBgpkVAZkKA4xY5rw6pB2NofK74gaeNklnVFqAwaQZUrBv+z1C7h3NQ5YRees\nuspiwZVyFy95xm+kGlKq6GJ7WPQi1mKSJisHLxh9uI7ylgIyRWi/GRA2NBLb15tJ\nL9PpyWEbKhEX/zCUQbos6cFC3+jgiJoYIIa5pOYU0Ekf5AcyF3dFsbcWGObn++wv\nk+5dIK/un+1KOv7X3e/bAnkVCHHjzWAzURQkvb0fwFVzw80ioP4L4V+mvw4jxh+x\ndpPBQmqgCglqE2cpCB4gAcYPlXICBC18YcUYOkYIlgz2WuslcJCnrHO6K5q6lAn3\nNqEI/LmJDrq3hbu96k8d/0zCMNO+u3xPIhDcQ6ZzyhZmVDTpVGFiJ7Yhtfih3ASC\nZqWowoSq5onVWLCsj4QquNCIvJK1NLrkrr6rxD4DbCzW7XbZkenuHumh3HoFb5Lc\nRN6UJNHe/4FNNUzcAVBgEe0CAwEAAQ==\n-----END PUBLIC KEY-----\n','-----BEGIN PRIVATE KEY-----\nMIIJQgIBADANBgkqhkiG9w0BAQEFAASCCSwwggkoAgEAAoICAQDAi6GN6DTcag65\nJiq6Wxq93+ym+eLCNphmEIlhMeA4zhqT2obxLA+GC5IEyplLdtocRxm1hxiy7m9J\nAA7/MIGIrzJ59XwuC4GGg3Dfqn+GhDhN0Ck4fdyMoAmhrFlInDShrnR5sJJuHbdy\nFEcRJu+W98ZerQ+aTTrRVwt/qHTQiK+D8EU2YN8SqtWaCmXQbU8g5q00nlB0SkI/\nQTkGD8e+eq8GCmRUBmQoDjFjmvDqkHY2h8rviBp42SWdUWoDBpBlSsG/7PULuHc1\nDlhF56y6ymLBlXIXL3nGb6QaUqroYntY9CLWYpImKwcvGH24jvKWAjJFaL8ZEDY0\nEtvXm0kv0+nJYRsqERf/MJRBuizpwULf6OCImhgghrmk5hTQSR/kBzIXd0WxtxYY\n5uf77C+T7l0gr+6f7Uo6/tfd79sCeRUIcePNYDNRFCS9vR/AVXPDzSKg/gvhX6a/\nDiPGH7F2k8FCaqAKCWoTZykIHiABxg+VcgIELXxhxRg6RgiWDPZa6yVwkKesc7or\nmrqUCfc2oQj8uYkOureFu73qTx3/TMIw0767fE8iENxDpnPKFmZUNOlUYWIntiG1\n+KHcBIJmpajChKrmidVYsKyPhCq40Ii8krU0uuSuvqvEPgNsLNbtdtmR6e4e6aHc\negVvktxE3pQk0d7/gU01TNwBUGAR7QIDAQABAoICAQCEAXbiNne/QYsUjsEugHVm\nBdZWZ+153zo+h0nYc/xYlZ0NDv4C7IU8DkSuukO8xCAm0OwkUxmw2t06/CpL9HJq\nRkrh6FaZrtO/Z/ADt/20OIPtfTA1hbymQLY5vFJ+AHHpAxThtRe/HOp+8L4EWWBb\nbUX39MhErnwLt5Svkct8iKlkWF7rOCDXyH2nHUfOTJK6aMwIzh00jRC8EzhIGpuD\n0NKb3pYIMVWLTKe5tSlEd4REQHb2H6aegalTINUAfAiVGVqZ/ZfG0FIR8uK8EmiO\nq2BnfdD5algfnrywO0rnBVWxl7cmqe+u8UL8m9rdpEtWYu0aPwT85utyaheEyvax\n/aneyXlirYctkh62h0vieZPUFFzSdTta+JIOPXqaushji/8p35YUckf5BKJxvltO\nrHierwjY19Uf6WjPhozmxl+xwH9SVVoZk5yx0WwB0h2bx02fKwjguz/OW8RDKj4G\nWoX/04Rs3u2cw4+H/3vgcNWYD0uQB8p3cT3Ul3XFSWJTN2YOXFKTMB2OYor5MzDJ\n3p58RoYMnjB88opqXJMQadxdRkwIcO41wG0Ot0wdQDCKrmzwr1UN/KR7UrjePDMn\noHKyQ4L9Dk+WAGWcu/GIVefYPr4y9fil1EtLrolzIImPbCENcfNg9sIpgyk++MUv\ntIYPG3B7X4lXGckJSDIfNQKCAQEA68m8PC70F6bjDGwkJiE27KhY3xtxToLq50RX\n0ADwt3p57tzeq1UphQ/K4l7Ed7f8X9r1Zk4S0JxMSE46qAgKWtws7NdEgMEYNzYp\nMT8itmPdSYJF4e1nEbK9qeD/+ItnNCu2t2SLjAy+4/YHBthd9gvtbNx1XayyMay7\nwAJtvoiMFs5sUPZYDuje8ZUPtlNBtkuWVOMtaNWs3birFZLYFqKU4U2bjfbXRYT3\n1RCbiRyHCe06RRTif5swf7NcGaMSSfYL9U3DwLl0wuQZ4/r/hCd17YTMvICP37Av\nqQP3YLbs0JY8yUG4arf7jr0hlMcVlcd+F2rI6RsY83MGUNu5OwKCAQEA0Qz0vrqm\n6z0M12cCB71EL4fBekUifxic1fYnbAEgfzJSDfh3G3eg0v3WHQnyVR5YIFN80SAD\ndBqdusonA2eSpEvC8dyeXEXiNCqwELUHCcDeibnslWSK88YVtjkshmUREudMhxGU\nhTl7gBekHfPVfeZgeE8r5K3InOYxjAWGxajfLXGKWJAtj4Fxw1qEhnOyjexq2UDz\nnRK7YzkkOUpaqVG/XBXj4NZ6skFkyGubApqDxXMVuj9H52w0SSftIRDjceZgCOGe\nmVYeSLU8JRle1ay0ucoG/Cd2/ab/0WdB6uqwqYrJ86PyEdfd6iIFhMSco/rYEpfF\n8OL5CN+U88tu9wKCAQA8D7lJQ1SeKb6wTWOv6soI4qEww9bK/wJDQt9zdqnasvIY\nbF60Gg9ne6xcmXNGY7F/4VCdbMnSJd4wlOzQHKw2lNtEwVkLyyQV/E/l4YVAHJQj\nw3F1qXmVwogZm9zYPPpfCbuTX6NEW4LMosELd1YH9OXX0xh6ciE6EhwJPxUhcbrt\nnEtvHDE2Kw+PTj8gXHjirMJwgSXyDGvqVr4N0sgEjAmMkq5LLVOMu+A9f+t+s6ua\nVbmAG1/OzYM/JDsTtLxV5r0JEXQJxbP+aQhHUIqB6WNay3czlTQQ8NpTHVWIZ1BP\nmdWGFp2ZYaBMrdS+BzByZMyzvlnLN0HV0bkMI8w9AoIBAAEOSrIn6S3o+gage48k\ncpK24dBHRxxTOH+QJbTS8KIT0/xEE/3shcBrDcjJwxKQ+6r2IPxBaCMO+1r1KGtI\n+6GezFZCYf5fT/wpdwgukeGHutgBO2OpxVXj2zo3YbUwD30D9Av+l7xwhOIpvGd2\nUs62+ifBZpxaEFhShU+Ku5qF9tKY7zTxTXmbEsME0wSG0xEKb6O3Q0O40391y2wK\npxiR1CCX77Wz/5yk3ehxOrAxrZaytRpitW9CyaTQ8c6n8i4iFrwUv6NQnwiI+cvK\nLANyQttpXM2rOVugm0wodFnGY6wHimuTmWZjq7hCAbsg7xWY77xwTcygqNdVob/1\neBMCggEAR7azTgm6Wx6pH1UbTF8eQQZ/n9XcnHudgqUsjhsqykjlZQZnxt2LIr0W\nfMZIZMs1O4v/5Jaj1kPtBlEEEugEyMQUZokIW+IpmmTfzwEz+m4LG3QDTDD3n4oE\neWNdBQTTr9/hpwEYkQ4EBiydpY99uJSD1MklEj++KK7Xb7nil6LJoG1qylbssGsA\nfefQaNbIo9T32XRimuHCl4UHPyLm4DTSXDlolV9k8qb0VBjP6i/9HGPaQWAnWXyf\nnI0QeHi9grXeLmzPuEYzUGUIdxmbypNsQtYH4QrmER7Yl7285g5EijgKuIPA3T6W\nMBRrU5wxfSzObBkCMt8uO+DPbngUlA==\n-----END PRIVATE KEY-----\n','-----BEGIN PUBLIC KEY-----\nMFwwDQYJKoZIhvcNAQEBBQADSwAwSAJBALmwK+0+ZeVSUHvUGsBwvlKYzayQlDZA\n5pLoUjBrEeiy/QQG+BF38boxsdP6C9NGS3z5r9kiSkykqiv5+gYINp0CAwEAAQ==\n-----END PUBLIC KEY-----\n','-----BEGIN PRIVATE KEY-----\nMIIBVAIBADANBgkqhkiG9w0BAQEFAASCAT4wggE6AgEAAkEAubAr7T5l5VJQe9Qa\nwHC+UpjNrJCUNkDmkuhSMGsR6LL9BAb4EXfxujGx0/oL00ZLfPmv2SJKTKSqK/n6\nBgg2nQIDAQABAkAlIX5XLYAQsDoZ2NsUmjbkq1uNY0fP5YB15fDxb6egITsYrPBZ\nbi6U+Cgcx1xXGLOpOTaU9+b0aNWi8WyraOB9AiEA6uWM+YXFIxneIhc1wBocCFVD\nZ6vvMiJ+X8G3HxHA/mMCIQDKXtyVqFhhreNzguBxVn7QACM11IDc5AtVBtRHI8GG\n/wIgGtafhOMD4z7RYpPEUG6rRUh4qx+59MB8L/SyN5qPsoECIBfN8sqT49mRl8i1\no2sRjpcu/PVPCt1w4bhdtkir9w7HAiEAskS31r05T9OVURXu9x4M9u6kHemNTm6y\nJHVMrRsGKRk=\n-----END PRIVATE KEY-----\n',1,0,0,0,0,0,10,703,0,0,0,'',10,0,0,0,'0001-01-01 00:00:00','0001-01-01 00:00:00','',4,'','','','',''),(5,'758d682b1359b10a89ad697631454583','friendica4','537485cc08fae106246d8990a7f6d615900611eea6356c8efa75fc6cd6b4221fec27c0a753bac3366eca50426a12fa186277036eaf5ab3fc8a533089cb43f954','friendica4','friendica4@friendica.local','','UTC','en','2017-09-07 08:59:53','2017-09-07 09:11:09','',0,'','-----BEGIN PUBLIC KEY-----\nMIICIjANBgkqhkiG9w0BAQEFAAOCAg8AMIICCgKCAgEAxAJ+t/FrD0sHO2ecwsoH\nmOst2aPHca5n4UEIpr2ZTl26WN1AbcNo9wahDHXG7pE50GQwvmnnTIlVDLAsBC23\n8sTSpGXrIC8L7YiyDeu3piBp/w4jy8JQrbXn4L8IQbnmi6nDCSr1szXjBcvdPPKK\nrCFgYJ4hjEkSp/wJcKZ1mlRTwtofWZHUMu3NsP2146wRj0roydFVkWGrfsH8grUO\nqMktmpCUOQNsOIAN8b6vQiYQQoamGWjV8wXO3W0fRhQ5Yjko19j1t+O1Jvy2CMhn\nRY2wiGZ91ZSfl8VNLrz38JyeR0cz7YJeNYzOggB1AjEzLhKtqw7zkyW8Qg1Kfo85\ndagFPZ5sQZ8R4nus7xabICMG/qJPL23/1tyenxqkVP0iDIhLo/f0uuG4riNOJZtf\nPYPT6sxSlqxbznuLQr1fYnjFyEnFtJpzuAuvybshT5QLyKntcGap67fWoj/7SrA4\n8T5RCdYHDacMdKEC1SDwpokpgWhWaRkUxJ5F0Q5Jpyvhui/UkxkevDWv5373pgVz\ngaZlxRKYKABWiJkQH9FPAdsr4nUVErl/zvI0+9GuzK/EJ5ToVs8bF98Jb4Y3o2pm\nNtPL1ao9r0ug/3F7RHTLs1tp0Bdm/Gxk/RJf4j6gKgAw9WcdHzkxcvikhAY43zMe\n5qExQo663i3hzw4v3p94i+sCAwEAAQ==\n-----END PUBLIC KEY-----\n','-----BEGIN PRIVATE KEY-----\nMIIJQwIBADANBgkqhkiG9w0BAQEFAASCCS0wggkpAgEAAoICAQDEAn638WsPSwc7\nZ5zCygeY6y3Zo8dxrmfhQQimvZlOXbpY3UBtw2j3BqEMdcbukTnQZDC+aedMiVUM\nsCwELbfyxNKkZesgLwvtiLIN67emIGn/DiPLwlCttefgvwhBueaLqcMJKvWzNeMF\ny9088oqsIWBgniGMSRKn/AlwpnWaVFPC2h9ZkdQy7c2w/bXjrBGPSujJ0VWRYat+\nwfyCtQ6oyS2akJQ5A2w4gA3xvq9CJhBChqYZaNXzBc7dbR9GFDliOSjX2PW347Um\n/LYIyGdFjbCIZn3VlJ+XxU0uvPfwnJ5HRzPtgl41jM6CAHUCMTMuEq2rDvOTJbxC\nDUp+jzl1qAU9nmxBnxHie6zvFpsgIwb+ok8vbf/W3J6fGqRU/SIMiEuj9/S64biu\nI04lm189g9PqzFKWrFvOe4tCvV9ieMXIScW0mnO4C6/JuyFPlAvIqe1wZqnrt9ai\nP/tKsDjxPlEJ1gcNpwx0oQLVIPCmiSmBaFZpGRTEnkXRDkmnK+G6L9STGR68Na/n\nfvemBXOBpmXFEpgoAFaImRAf0U8B2yvidRUSuX/O8jT70a7Mr8QnlOhWzxsX3wlv\nhjejamY208vVqj2vS6D/cXtEdMuzW2nQF2b8bGT9El/iPqAqADD1Zx0fOTFy+KSE\nBjjfMx7moTFCjrreLeHPDi/en3iL6wIDAQABAoICAHVm4Suf6HYyhFRqjRSHGeHY\nC5BubsmCoyniYCIvMiIkNbeAXlTgVICRcekaqlq+lZhiSmfi2u2W3GBLLTIbiDBa\n/6gEe769LzHJTIzWARv6EkL43yvuaZCCgi61fWaQyKwitHVLS/tZbW9NWmhlBfZv\nz2BPltyF8Cy545Wbvpj/pWPybhCiLi2LDkbS0B1cNPBU9/XZ8pyvmZ7E5lALzon+\nZdhMfNthV3LIEJIZmrPORLL0H4zcpDl54xvxfmflOTHB9trCUvsf4qNFfmroTiL0\n6SXp7bj92lF3lfFGsmNmC8+5sDq0eWUtv4tSZsM3YOZZvbfVrsMWORp/B32in9Dy\nrX1+hoO6QdfYxiXFpN9dZIRh8AlZuZOk7SJFvbJxt3i6EIX46OXWJSTvxuBP0n3z\nFL2fwnTVMvY8rGFixOaE0P+K0ZDYCybv2GLCoRKi+vqjEvZ5vESVr4XE+x7KSTOu\n3XSnXTPTgBMBT7DjGs9ZJtFCv65hf0NeRQzOP9FZUX9Ha0NOX3/DpBGQpdp0DyJw\nAIkZ/w0xrnyj99FV7HLLQNjFt8OFPjiWyAvFfX1RMB06tAWEJ9VIdMAMZz3STAPH\nQJypC6wlLkWjvnE6Nft6CdspOPo6mVjJJEG2DGoLWrGxUdfJRLv6EuEJ7wFCZwwd\nrXLbQE3aNcB7boC3+l4BAoIBAQDmXcgQlTlBhL/XSGzbAnmaML9g1VPd2+P9gKVO\nB4KiDpUASv5L9GMy3t2X+MVroijems3aaGp6GtFrZ7JSIypgiR3+yc+qXI5rY3qx\ndp9uAs6vVUrhZBDIy5Yocx8mevW8daGdYO4cNbJfyTGPBnCYsjZOcn4SCELxe0VE\nuH8PnhUbn0HawfTEOdnTP+4RuQlLRCOM/Q2AdnTZCYonG+H0/9eRhhsL4HV/bWMk\nfQQBBlsoAocoSeUqhdjR8ZliOE3R+yZu5zos9H/TrFYu35Tx1WTxnp6wjeacI7HB\nRExbg7UDJYAwTBhax9iMAHWPphBXAJi6GHJqNp2DGdFgosJrAoIBAQDZ0ggA7wEp\nGBj1xP/J3jDKk2AzN4zmlcgFa4lE9oGEedPXZtdAxF1gSO+lfIfwEbhGnaiv6lNG\nsajsYiHbU72iJX9/yfQwHq6igb42PJTp9dgyTf+jb+Q74Vn7o76412QTGW5R94Fg\nDsNkwB0WvIERmEOXTuDinxFm0w5oOJvPSlu0Y5O6Op4uEVarUS2nrQTxHAPgrEK7\nsZoXucBYFK1NkXrSi+ubTGHhfJgUXxdG3l1lVmYrbqWZ7oA/zUvZ6n01mCfU/DC9\n0y3wgIV6tqto7pQpXmFWIbL9pLZnHokp4fqEhrmBXCt/x1Y8BEwMGl/aMMOm1P7Z\ni3sZfGoLiryBAoIBAFc/S4dkTOQQl+u8RWYJIO8R6VmOUg4jusyHDZRo6cPgy/Pp\nczhnHa7lk318PaEPMHVmofJHO5R1Vb1c77+GDAW1yMN3wYvfNB1d9tkBeU5cB9WF\n8y88C9NQr9UwDKsxRKKU1pnZXTUX7S+z7m4h3UEntcOuPysrL9dvfYOScKUElS/5\n+CIW9VHgKyyD+PGDaA62htRd/uAZfRW6NDWtrL1yrD00UkgEQdv6HONz6bFNq/aS\nRoguvHmHad/Rper6MhcGDL9SGclu7H7JtXZZPXr9/BY6ohVyGNYn+qmc6WJ7lnHT\noSIpn8u6Bry3a8708RlSY4WPvr2VY8CEZbU4z3MCggEBAMZBFqvS3hmLJ1y6253f\nMEWRciPr0cEmXxIf2Kb+PtBXGmuZ3R3EHMFAYW8cM5Zcan9LjHfhLb7QgVH1158L\nTzTAMJYdOLZ7lrOup3QyG8/+xbKzr5QQiYm/COmzFiqjUSDZKsJMJmNJzKps+Yzy\nMf/TuOGFF8bsxSfzvc86hwZbRbCgWZtNMx/3BA2WK5nMLw1NVHIwF+VCN2CU3u7M\nkxhg64urcty83vIfN0SDcGo+hn9v7jpl0TCUFgL8VqeXeDNJtCd1CuAb0FpwgA07\nKjStwgkNMEb3ETUvsB2Xe3y1hBEPltSZEbaRtnmV56m0b73mWI4Gm5diDr8ZsGOk\n+QECggEBAJR8QS4LpqkiH4f//ygU/9jkpqEIHjcXtI9bDvI2YB6DHmSDH/Q8XEA3\nMuJTr+j+LYjG4HyVPwvpKGzNrIQiOf+IE3JWaLf9ykFCVfuUPE5fkcHWQbF9lszS\ndi5XM65PzI51iM0GdOyKzzCPuWlseYTIWMZmdwTgpx4q6lu9hyjaGM1S0qRspl4e\nlP9m4tW1n6OdPVBY/s7PNGaqgRoNnpaM3jR28xf3M5xP3jmtJD0qhia6kXDsRVGi\nqsh8GLWd3Yscgp6OywjQXifur7XRf+ZORn7ICjlAptTZFHfD5paSEk6sYkNFIiHq\ncBwewuri+TruHM2ncoePQ46g1bTvP2E=\n-----END PRIVATE KEY-----\n','-----BEGIN PUBLIC KEY-----\nMFwwDQYJKoZIhvcNAQEBBQADSwAwSAJBAMGwkmEBqKOKCl8bKY+Eg1UjN/e43nWW\nrBhl9qBvWQeXPpia3DKZLNdgYfKEz8xwqfViCjeU+u0yhvQhJQWuj8cCAwEAAQ==\n-----END PUBLIC KEY-----\n','-----BEGIN PRIVATE KEY-----\nMIIBVAIBADANBgkqhkiG9w0BAQEFAASCAT4wggE6AgEAAkEAwbCSYQGoo4oKXxsp\nj4SDVSM397jedZasGGX2oG9ZB5c+mJrcMpks12Bh8oTPzHCp9WIKN5T67TKG9CEl\nBa6PxwIDAQABAkA/KpOCWWUi+HjLbXNPX7rpABRXkI3UMXAsgMw+pDGXvJT+1lAz\ntOcLeE/Vxu0QPfOvRGIGJeczr8kE0zdiEnoZAiEA6cVF1sGVmfcFe2q1OfN278Lc\nG4CreF9wSpXCuKkgo/MCIQDUG5oezE6UzOMSWA78QVA1GSQ9FyRgVpn4YC/Hjned\n3QIgC+RzRxeWCr0cVEj7azVNiaj6FZQYJQmF5uVzgH1qIa0CIBpBEGKfh1qDwdeT\nbsdqjjMEWaf2JVqHXaeQwFlDGStBAiEAlIEfAsqqsNbT6Pqm3WBTlzfjJeTprB1c\nfR0y+49IXrM=\n-----END PRIVATE KEY-----\n',1,0,0,0,0,0,10,703,0,0,0,'',10,0,0,0,'0001-01-01 00:00:00','0001-01-01 00:00:00','',5,'','','','',''),(6,'758d682b1959b10ab0768ff699049903','friendica5','c4020916e31735b16a8e851be06c5a94e7c95d544ad69c05a92b9ebf2992216a2dcb65d4c731405af0e4c098edaf53f49444f01842db3bed2c561ce982639600','friendica5','friendica5@friendica.local','','UTC','en','2017-09-07 09:00:32','2017-09-07 09:12:45','',0,'','-----BEGIN PUBLIC KEY-----\nMIICIjANBgkqhkiG9w0BAQEFAAOCAg8AMIICCgKCAgEAmtBUbN/07wWbcUvp9QvR\nKLoM+WjC0K0rFsx6L/Mktk6Go5+DqofuHSQgfJZGBI3vbTlbwW76peX/0aqiZPGF\nrrhX1FMhU23AxYE9TixRR+oqIKETNzU8NuahpK/ZBokoPL7mzrY4o5dNcnG4S57O\nir4VfEpuYB99K7Uo4yVc6a50ZQfDoBy6nnCPbVmh+gokc28paK7Av0vnMwwD6TWQ\nrgXyrPsa+Af5YeDC7GOmhppeN+e5zycRTddfXWR8QFp+he43b7z54pB+ajAu3J+C\nTAagIp5UWrBmwclF2gmLWvyYYpwTF3kNz+Waf0s3khiZXcJZKxGKVqXoTkqEKV/i\nvHryaBlvvAkQKR1mfJpNasJfHrqhOlHigWi3ISlPJQB4h+85W+YAXj+3j26OnMpb\nCmjf0BXLnjuC+w9rXFW/kj3Q1PxNaAfx/BoV62unWBKnZAkkzHOkQ5yyATdXQaEY\nlDsFbc0itSm3zjsPa1gXtn9e9z8Mqn5MwKk5I9k7TIr6/FdgbX7gxl6mn59OQ0v+\ne8o7HECSQvT8c+WmvBk3tjQHDgw3FeiJ54w0IGiha530vPCk5Z840d/jVUL7Qc6j\nrNi7hLOBvx4jdxk+5tq6fZMG4Sbu+Iibc4b+f2QyVW7Pcxt3CM/ADh0kzfGJ7wQd\nzl4w/9+s8DPT43Tbn98QK+MCAwEAAQ==\n-----END PUBLIC KEY-----\n','-----BEGIN PRIVATE KEY-----\nMIIJQwIBADANBgkqhkiG9w0BAQEFAASCCS0wggkpAgEAAoICAQCa0FRs3/TvBZtx\nS+n1C9Eougz5aMLQrSsWzHov8yS2Toajn4Oqh+4dJCB8lkYEje9tOVvBbvql5f/R\nqqJk8YWuuFfUUyFTbcDFgT1OLFFH6iogoRM3NTw25qGkr9kGiSg8vubOtjijl01y\ncbhLns6KvhV8Sm5gH30rtSjjJVzprnRlB8OgHLqecI9tWaH6CiRzbylorsC/S+cz\nDAPpNZCuBfKs+xr4B/lh4MLsY6aGml4357nPJxFN119dZHxAWn6F7jdvvPnikH5q\nMC7cn4JMBqAinlRasGbByUXaCYta/JhinBMXeQ3P5Zp/SzeSGJldwlkrEYpWpehO\nSoQpX+K8evJoGW+8CRApHWZ8mk1qwl8euqE6UeKBaLchKU8lAHiH7zlb5gBeP7eP\nbo6cylsKaN/QFcueO4L7D2tcVb+SPdDU/E1oB/H8GhXra6dYEqdkCSTMc6RDnLIB\nN1dBoRiUOwVtzSK1KbfOOw9rWBe2f173PwyqfkzAqTkj2TtMivr8V2BtfuDGXqaf\nn05DS/57yjscQJJC9Pxz5aa8GTe2NAcODDcV6InnjDQgaKFrnfS88KTlnzjR3+NV\nQvtBzqOs2LuEs4G/HiN3GT7m2rp9kwbhJu74iJtzhv5/ZDJVbs9zG3cIz8AOHSTN\n8YnvBB3OXjD/36zwM9PjdNuf3xAr4wIDAQABAoICAQCJpIgrdMM0cGvPw4rzT9pa\nt3Apn7b2CcCxuIM6dpdBb3fNqllKGSjfx+sKWiFOk1M4bTLjPGSlc2SLaYaQ8RvG\nSCfuoyqSHpayA0IaatSpd8yUziFjiHVM6qj031O5t+CKgcB8MQ8Sg8db5TfSJBPG\nz1IS+6o+1EBZx+veaK2/JlheKxUHGgPiMnmS44pb4QCfkUnjxNuiOT4J6Ljhc7p6\nvtcQbQGBXLWhDFDCE6dPLZhvZBuTzkxYRRCI3HqMTOkI8s9fDUmu4oFCsCw6A6e5\nKHrfzJ17NDNoQCdWv/2im8pwgguHZx2cpatDWgDCaBSTg+P7otC4UTHFygLPNm1D\nfIKeZ81/lnkMMzvE4r92AEZ3hT0rdjDjanL2hpa2gvLMDns2fQC4TnWy/RDUGHlc\nXEfUlYSA9uMERSW7P3R7J6GkqPZKIn7jfZLJpdpit9CkwT+HTxvWlbH+f+ciZ9L5\n9XS4laQK1qqbmrr2GNcQDbD0lwUm5xZsnY/aOAxS6iHGXUD94VORSHMV+ImCDKee\na8tRg8VZXzG6zWhDNbZs+3XhqsGBBuXrTqcv96z01S2383IyJzVk1KDM1hMcmWgC\nOu3XICZXBigL5j/KIbj+/CM9d2Y2r37y16W4Wb4FpeSO5/+KaxKtyF0njhvGh53V\nYSlBgVHGJW7vLyhsYD+jQQKCAQEAy9k+rF9I/rAZ6wbK3C+UVH6ko2rg0DsgObm5\n62pB7djOUPYNDg5YaBWJNsK+zC2GAHf2IJOzyfEwXWwyfh0wmTg4Lgl8nopJVCFI\nbi+qVrkjKa4Jdh+YKDL8W9XYqApnqyyUYm7Rj8C5X2cGPNTeY1yQWkrh5vuqOd1q\n/Zryry2BLUm1P/GsJUw2KRiWAmcBU/F3aEu4WymeWw+qow0+6/+RGV9luqwXANos\npWb3V+sdGLTJHkX5ZGSHwtwHV8E3mlqa22I0wRTN6tsiP0AgzeV+eKHHPQjVuTsF\nV6rsBbNw4TCepT5caGLT1r+dErd6IBtp8R1KEWNZwMpyeNEoOQKCAQEAwmufpy6J\n54X0ZS4nG63IXwZZhwPNx1VEWPsvR4lo36dWxs8syMPVKoDAGm5Z2Tad6wO6jBqO\nbdOKKbgpsk7yQjar6GuEh8A1rgKGBoAYFQQT6Q7cp39WX2wkx/BBqhtmQV4WDd/N\n5ztGrKLbAtiEiriQTEcOW9Kya+3nQO3bVTNa8CH0CjSqk5gIggEMkGPQoTsWQO77\nnd6ZlTD6ctZT2A2L0Dm3fPi171GX0hMEFu2bROeZOFFAuOi/8DWAG5XNSz4OJK/B\nj6gkk1YBgxbSAEHNad6yI9ku5o7XvPYPZae8XmD51t4GJzi+AUIeeLM6d0aodgrB\nyChJ4hPVQ1Oc+wKCAQBULLL6jqYftSwepsFhxqvjcCAf8uQ+WAvoik7BbTEoO9yG\nBfRCF55d7HaqjCQpP6sTynVx4kvdWaD1EtaOyRLmUhawu+4fsU6yVMQJ69jU0sI4\nVctGYal9AADBEz7RtOo1/sSPGN+kEpr5UBt9RxFFylU5U66QqN8T4eBqNG998rZi\nswsLCophJGVA9wwKleowdYcvJAVOb5MaWw/FIJUY8oFCDuh8+s7M5UqGSkxcm5N6\nPjzGKXLgB7sftae6juic7kj/yj+qcyLMlgxAPgTNwLRGr9cL1vgZ8ssz9jpb6Er2\nUhNQfL2/xP9gr+L2dZkSZP+MNuH86B+Jwo8eYI/RAoIBACa3ffyyBN5pS6kWjs0x\nR1S9E/kSJdmLPmgl5V1unMblMR+4RCfa78leCGN7FENwX/RcMrsR0slGNh5mwU7z\n78SF1KgdOTA7c7UqZXxH6APPYxOnVQO6FP49r/ls+/afLDbaQLQUnJFuuX1JlSm0\n6nghlwLJp69bfxKFNuc0Nth5uKNXb5zUrh9kSFVzVggvCG4DMURPEyZ2HMmcDlPu\nIJZG5E/cHpExijGVYxF/nfHe8WvAXz/a1nO8TfTNAqz7oP1Z50EhCv/LsTTyDK0J\nT1qjv/9UTM9cwb1CNu43ZguNYrK8xyQl5L3My/G+NAk/T+ZO2N9g9wQgGc5+upqE\nvR8CggEBAKPGtZ4MlncEy79ZNcSHhEhjsLCwVxRj2oErsXqL7cwggCcV+hNg2wC3\nxwVl1FEZ95CB4xXfDY4XCS3YizR22GWQ/hFNFSSJJknUzuV8pP6kGYmSXM+PjuUt\nv7RSNlJYmW0D1KUCXGUzKjUIg3OGrY7qvHa1rf2qbJ/Ge7b7O65TZ0WNUXHatkOB\nhFLfKas6lfBYXQGc4Dj7PtUkKCgoiwEU7g3+Jpe2/nezzgoeIP0egBqUJk2qaVYU\nEuS2vz4kgikhWqy/+6WkIPB4oadgt2snEG75ek/XtNnmyIoDXAaAuL+/W0bugoMu\nCVTdHW2Yr/Bp+YvLThy8IriVDW7ZbX8=\n-----END PRIVATE KEY-----\n','-----BEGIN PUBLIC KEY-----\nMFwwDQYJKoZIhvcNAQEBBQADSwAwSAJBALD2L78WaybaPZDo13Qrz3m+s+k1dJ0i\nXqowUneFvLtpALorl//dMAtnhpsedIEmxZ5bxw3PIr8lWpMwUukC4B8CAwEAAQ==\n-----END PUBLIC KEY-----\n','-----BEGIN PRIVATE KEY-----\nMIIBVAIBADANBgkqhkiG9w0BAQEFAASCAT4wggE6AgEAAkEAsPYvvxZrJto9kOjX\ndCvPeb6z6TV0nSJeqjBSd4W8u2kAuiuX/90wC2eGmx50gSbFnlvHDc8ivyVakzBS\n6QLgHwIDAQABAkA+jhhcxVEFf/ppglW/ZElIcShqFRJvBZpPMRvF0onf+WzHT9S/\nRlAER0HDwLpPtvah0ZlmXnmVKFfiSQxLYOvBAiEA3UifsiEoQNkHH2sIWAalpES4\nmodXmO0YG9q2/GhoReECIQDMuXcqxx//HRRutoGx/nDWpGOy/AU2qSfgIo6A8QPl\n/wIgOEP3FzwHGDYW8Y4tmPRXueUfa2tugpwGvU5nqNaDbQECIQDH5Fc8x4ywVb57\nk2vzVZLroTtPqc+VXXj32gX2VF4QFQIgUOnMWnuYEDYLzbb1sU4CrgPsLyWYg1B/\n0IMq4EZY2o4=\n-----END PRIVATE KEY-----\n',1,0,0,0,0,0,10,703,0,0,0,'',10,0,0,0,'0001-01-01 00:00:00','0001-01-01 00:00:00','',6,'','','','',''); /*!40000 ALTER TABLE `user` ENABLE KEYS */; UNLOCK TABLES; @@ -1908,7 +1908,7 @@ CREATE TABLE `workerqueue` ( LOCK TABLES `workerqueue` WRITE; /*!40000 ALTER TABLE `workerqueue` DISABLE KEYS */; -INSERT INTO `workerqueue` VALUES (1,'[\"include\\/profile_update.php\",2]',40,'2017-09-07 09:02:27',1811,'2017-09-07 09:02:27',1),(2,'[\"include\\/gprobe.php\",\"http:\\/\\/friendica.dev\\/profile\\/friendica1\"]',40,'2017-09-07 09:02:27',1811,'2017-09-07 09:02:27',1),(3,'[\"include\\/discover_poco.php\",\"poco_load\",0,0,1,\"http:\\/\\/friendica.dev\\/poco\\/friendica1\"]',40,'2017-09-07 09:02:28',1811,'2017-09-07 09:02:28',1),(4,'[\"include\\/profile_update.php\",3]',40,'2017-09-07 09:06:02',1864,'2017-09-07 09:06:02',1),(5,'[\"include\\/gprobe.php\",\"http:\\/\\/friendica.dev\\/profile\\/friendica2\"]',40,'2017-09-07 09:06:02',1864,'2017-09-07 09:06:02',1),(6,'[\"include\\/discover_poco.php\",\"poco_load\",0,0,2,\"http:\\/\\/friendica.dev\\/poco\\/friendica2\"]',40,'2017-09-07 09:06:02',1864,'2017-09-07 09:06:02',1),(7,'[\"include\\/profile_update.php\",4]',40,'2017-09-07 09:09:50',1960,'2017-09-07 09:09:50',1),(8,'[\"include\\/gprobe.php\",\"http:\\/\\/friendica.dev\\/profile\\/friendica3\"]',40,'2017-09-07 09:09:50',1960,'2017-09-07 09:09:50',1),(9,'[\"include\\/discover_poco.php\",\"poco_load\",0,0,3,\"http:\\/\\/friendica.dev\\/poco\\/friendica3\"]',40,'2017-09-07 09:09:50',1960,'2017-09-07 09:09:50',1),(10,'[\"include\\/profile_update.php\",5]',40,'2017-09-07 09:11:41',1977,'2017-09-07 09:11:41',1),(11,'[\"include\\/gprobe.php\",\"http:\\/\\/friendica.dev\\/profile\\/friendica4\"]',40,'2017-09-07 09:11:41',1977,'2017-09-07 09:11:41',1),(12,'[\"include\\/discover_poco.php\",\"poco_load\",0,0,4,\"http:\\/\\/friendica.dev\\/poco\\/friendica4\"]',40,'2017-09-07 09:11:41',1977,'2017-09-07 09:11:41',1),(13,'[\"include\\/profile_update.php\",6]',40,'2017-09-07 09:13:25',1999,'2017-09-07 09:13:25',1),(14,'[\"include\\/gprobe.php\",\"http:\\/\\/friendica.dev\\/profile\\/friendica5\"]',40,'2017-09-07 09:13:25',1999,'2017-09-07 09:13:25',1),(15,'[\"include\\/discover_poco.php\",\"poco_load\",0,0,5,\"http:\\/\\/friendica.dev\\/poco\\/friendica5\"]',40,'2017-09-07 09:13:25',1999,'2017-09-07 09:13:25',1),(16,'[\"include\\/create_shadowentry.php\",\"1\"]',20,'2017-09-07 09:16:08',2016,'2017-09-07 09:16:08',1),(17,'[\"include\\/notifier.php\",\"wall-new\",\"1\"]',20,'2017-09-07 09:16:08',2016,'2017-09-07 09:16:08',1),(18,'[\"include\\/delivery.php\",\"wall-new\",1,13]',20,'2017-09-07 09:16:08',2016,'2017-09-07 09:16:08',1),(19,'[\"include\\/delivery.php\",\"wall-new\",1,17]',20,'2017-09-07 09:16:08',2016,'2017-09-07 09:16:08',1),(20,'[\"include\\/pubsubpublish.php\"]',20,'2017-09-07 09:16:08',2016,'2017-09-07 09:16:08',1),(21,'[\"include\\/create_shadowentry.php\",\"5\"]',20,'2017-09-07 09:16:41',2025,'2017-09-07 09:16:42',1),(22,'[\"include\\/notifier.php\",\"wall-new\",\"5\"]',20,'2017-09-07 09:16:41',2025,'2017-09-07 09:16:42',1),(23,'[\"include\\/delivery.php\",\"wall-new\",5,7]',20,'2017-09-07 09:16:41',2025,'2017-09-07 09:16:42',1),(24,'[\"include\\/delivery.php\",\"wall-new\",5,16]',20,'2017-09-07 09:16:41',2025,'2017-09-07 09:16:42',1),(25,'[\"include\\/pubsubpublish.php\"]',20,'2017-09-07 09:16:41',2025,'2017-09-07 09:16:42',1),(26,'[\"include\\/create_shadowentry.php\",\"9\"]',20,'2017-09-07 09:17:49',2038,'2017-09-07 09:17:49',1),(27,'[\"include\\/notifier.php\",\"wall-new\",\"9\"]',20,'2017-09-07 09:17:49',2038,'2017-09-07 09:17:49',1),(28,'[\"include\\/delivery.php\",\"wall-new\",9,10]',20,'2017-09-07 09:17:49',2038,'2017-09-07 09:17:49',1),(29,'[\"include\\/delivery.php\",\"wall-new\",9,14]',20,'2017-09-07 09:17:49',2038,'2017-09-07 09:17:49',1),(30,'[\"include\\/create_shadowentry.php\",\"12\"]',20,'2017-09-07 09:18:24',2043,'2017-09-07 09:18:24',1),(31,'[\"include\\/notifier.php\",\"comment-new\",\"12\"]',20,'2017-09-07 09:18:24',2043,'2017-09-07 09:18:24',1),(32,'[\"include\\/delivery.php\",\"comment-new\",12,9]',20,'2017-09-07 09:18:24',2043,'2017-09-07 09:18:24',1),(33,'[\"include\\/notifier.php\",\"comment-import\",\"13\"]',20,'2017-09-07 09:18:24',2043,'2017-09-07 09:18:24',1),(34,'[\"include\\/delivery.php\",\"comment-import\",13,10]',20,'2017-09-07 09:18:24',2043,'2017-09-07 09:18:24',1),(35,'[\"include\\/delivery.php\",\"comment-import\",13,14]',20,'2017-09-07 09:18:24',2043,'2017-09-07 09:18:24',1),(36,'[\"include\\/create_shadowentry.php\",\"15\"]',20,'2017-09-07 09:19:07',2048,'2017-09-07 09:19:08',1),(37,'[\"include\\/notifier.php\",\"wall-new\",\"15\"]',20,'2017-09-07 09:19:07',2048,'2017-09-07 09:19:08',1),(38,'[\"include\\/delivery.php\",\"wall-new\",15,8]',20,'2017-09-07 09:19:07',2048,'2017-09-07 09:19:08',1),(39,'[\"include\\/delivery.php\",\"wall-new\",15,12]',20,'2017-09-07 09:19:07',2048,'2017-09-07 09:19:08',1),(40,'[\"include\\/create_shadowentry.php\",\"18\"]',20,'2017-09-07 09:19:28',2051,'2017-09-07 09:19:28',1),(41,'[\"include\\/notifier.php\",\"comment-new\",\"18\"]',20,'2017-09-07 09:19:28',2051,'2017-09-07 09:19:28',1),(42,'[\"include\\/delivery.php\",\"comment-new\",18,7]',20,'2017-09-07 09:19:28',2051,'2017-09-07 09:19:28',1),(43,'[\"include\\/notifier.php\",\"comment-import\",\"19\"]',20,'2017-09-07 09:19:28',2051,'2017-09-07 09:19:28',1),(44,'[\"include\\/delivery.php\",\"comment-import\",19,8]',20,'2017-09-07 09:19:28',2051,'2017-09-07 09:19:28',1),(45,'[\"include\\/delivery.php\",\"comment-import\",19,12]',20,'2017-09-07 09:19:28',2051,'2017-09-07 09:19:28',1); +INSERT INTO `workerqueue` VALUES (1,'[\"include\\/profile_update.php\",2]',40,'2017-09-07 09:02:27',1811,'2017-09-07 09:02:27',1),(2,'[\"include\\/gprobe.php\",\"http:\\/\\/friendica.local\\/profile\\/friendica1\"]',40,'2017-09-07 09:02:27',1811,'2017-09-07 09:02:27',1),(3,'[\"include\\/discover_poco.php\",\"poco_load\",0,0,1,\"http:\\/\\/friendica.local\\/poco\\/friendica1\"]',40,'2017-09-07 09:02:28',1811,'2017-09-07 09:02:28',1),(4,'[\"include\\/profile_update.php\",3]',40,'2017-09-07 09:06:02',1864,'2017-09-07 09:06:02',1),(5,'[\"include\\/gprobe.php\",\"http:\\/\\/friendica.local\\/profile\\/friendica2\"]',40,'2017-09-07 09:06:02',1864,'2017-09-07 09:06:02',1),(6,'[\"include\\/discover_poco.php\",\"poco_load\",0,0,2,\"http:\\/\\/friendica.local\\/poco\\/friendica2\"]',40,'2017-09-07 09:06:02',1864,'2017-09-07 09:06:02',1),(7,'[\"include\\/profile_update.php\",4]',40,'2017-09-07 09:09:50',1960,'2017-09-07 09:09:50',1),(8,'[\"include\\/gprobe.php\",\"http:\\/\\/friendica.local\\/profile\\/friendica3\"]',40,'2017-09-07 09:09:50',1960,'2017-09-07 09:09:50',1),(9,'[\"include\\/discover_poco.php\",\"poco_load\",0,0,3,\"http:\\/\\/friendica.local\\/poco\\/friendica3\"]',40,'2017-09-07 09:09:50',1960,'2017-09-07 09:09:50',1),(10,'[\"include\\/profile_update.php\",5]',40,'2017-09-07 09:11:41',1977,'2017-09-07 09:11:41',1),(11,'[\"include\\/gprobe.php\",\"http:\\/\\/friendica.local\\/profile\\/friendica4\"]',40,'2017-09-07 09:11:41',1977,'2017-09-07 09:11:41',1),(12,'[\"include\\/discover_poco.php\",\"poco_load\",0,0,4,\"http:\\/\\/friendica.local\\/poco\\/friendica4\"]',40,'2017-09-07 09:11:41',1977,'2017-09-07 09:11:41',1),(13,'[\"include\\/profile_update.php\",6]',40,'2017-09-07 09:13:25',1999,'2017-09-07 09:13:25',1),(14,'[\"include\\/gprobe.php\",\"http:\\/\\/friendica.local\\/profile\\/friendica5\"]',40,'2017-09-07 09:13:25',1999,'2017-09-07 09:13:25',1),(15,'[\"include\\/discover_poco.php\",\"poco_load\",0,0,5,\"http:\\/\\/friendica.local\\/poco\\/friendica5\"]',40,'2017-09-07 09:13:25',1999,'2017-09-07 09:13:25',1),(16,'[\"include\\/create_shadowentry.php\",\"1\"]',20,'2017-09-07 09:16:08',2016,'2017-09-07 09:16:08',1),(17,'[\"include\\/notifier.php\",\"wall-new\",\"1\"]',20,'2017-09-07 09:16:08',2016,'2017-09-07 09:16:08',1),(18,'[\"include\\/delivery.php\",\"wall-new\",1,13]',20,'2017-09-07 09:16:08',2016,'2017-09-07 09:16:08',1),(19,'[\"include\\/delivery.php\",\"wall-new\",1,17]',20,'2017-09-07 09:16:08',2016,'2017-09-07 09:16:08',1),(20,'[\"include\\/pubsubpublish.php\"]',20,'2017-09-07 09:16:08',2016,'2017-09-07 09:16:08',1),(21,'[\"include\\/create_shadowentry.php\",\"5\"]',20,'2017-09-07 09:16:41',2025,'2017-09-07 09:16:42',1),(22,'[\"include\\/notifier.php\",\"wall-new\",\"5\"]',20,'2017-09-07 09:16:41',2025,'2017-09-07 09:16:42',1),(23,'[\"include\\/delivery.php\",\"wall-new\",5,7]',20,'2017-09-07 09:16:41',2025,'2017-09-07 09:16:42',1),(24,'[\"include\\/delivery.php\",\"wall-new\",5,16]',20,'2017-09-07 09:16:41',2025,'2017-09-07 09:16:42',1),(25,'[\"include\\/pubsubpublish.php\"]',20,'2017-09-07 09:16:41',2025,'2017-09-07 09:16:42',1),(26,'[\"include\\/create_shadowentry.php\",\"9\"]',20,'2017-09-07 09:17:49',2038,'2017-09-07 09:17:49',1),(27,'[\"include\\/notifier.php\",\"wall-new\",\"9\"]',20,'2017-09-07 09:17:49',2038,'2017-09-07 09:17:49',1),(28,'[\"include\\/delivery.php\",\"wall-new\",9,10]',20,'2017-09-07 09:17:49',2038,'2017-09-07 09:17:49',1),(29,'[\"include\\/delivery.php\",\"wall-new\",9,14]',20,'2017-09-07 09:17:49',2038,'2017-09-07 09:17:49',1),(30,'[\"include\\/create_shadowentry.php\",\"12\"]',20,'2017-09-07 09:18:24',2043,'2017-09-07 09:18:24',1),(31,'[\"include\\/notifier.php\",\"comment-new\",\"12\"]',20,'2017-09-07 09:18:24',2043,'2017-09-07 09:18:24',1),(32,'[\"include\\/delivery.php\",\"comment-new\",12,9]',20,'2017-09-07 09:18:24',2043,'2017-09-07 09:18:24',1),(33,'[\"include\\/notifier.php\",\"comment-import\",\"13\"]',20,'2017-09-07 09:18:24',2043,'2017-09-07 09:18:24',1),(34,'[\"include\\/delivery.php\",\"comment-import\",13,10]',20,'2017-09-07 09:18:24',2043,'2017-09-07 09:18:24',1),(35,'[\"include\\/delivery.php\",\"comment-import\",13,14]',20,'2017-09-07 09:18:24',2043,'2017-09-07 09:18:24',1),(36,'[\"include\\/create_shadowentry.php\",\"15\"]',20,'2017-09-07 09:19:07',2048,'2017-09-07 09:19:08',1),(37,'[\"include\\/notifier.php\",\"wall-new\",\"15\"]',20,'2017-09-07 09:19:07',2048,'2017-09-07 09:19:08',1),(38,'[\"include\\/delivery.php\",\"wall-new\",15,8]',20,'2017-09-07 09:19:07',2048,'2017-09-07 09:19:08',1),(39,'[\"include\\/delivery.php\",\"wall-new\",15,12]',20,'2017-09-07 09:19:07',2048,'2017-09-07 09:19:08',1),(40,'[\"include\\/create_shadowentry.php\",\"18\"]',20,'2017-09-07 09:19:28',2051,'2017-09-07 09:19:28',1),(41,'[\"include\\/notifier.php\",\"comment-new\",\"18\"]',20,'2017-09-07 09:19:28',2051,'2017-09-07 09:19:28',1),(42,'[\"include\\/delivery.php\",\"comment-new\",18,7]',20,'2017-09-07 09:19:28',2051,'2017-09-07 09:19:28',1),(43,'[\"include\\/notifier.php\",\"comment-import\",\"19\"]',20,'2017-09-07 09:19:28',2051,'2017-09-07 09:19:28',1),(44,'[\"include\\/delivery.php\",\"comment-import\",19,8]',20,'2017-09-07 09:19:28',2051,'2017-09-07 09:19:28',1),(45,'[\"include\\/delivery.php\",\"comment-import\",19,12]',20,'2017-09-07 09:19:28',2051,'2017-09-07 09:19:28',1); /*!40000 ALTER TABLE `workerqueue` ENABLE KEYS */; UNLOCK TABLES; /*!40103 SET TIME_ZONE=@OLD_TIME_ZONE */; diff --git a/htconfig.php b/htconfig.php index 1661dd30ed..f4ea4d295e 100644 --- a/htconfig.php +++ b/htconfig.php @@ -2,6 +2,11 @@ // If automatic system installation fails: + +die('The configuration you did manually contains some mistakes. Please have a look at your .htconfig.php file.'); +// If you are doing the configuration manually, please remove the line above + + // Copy or rename this file to .htconfig.php // Why .htconfig.php? Because it contains sensitive information which could diff --git a/include/api.php b/include/api.php index 60a9acce0d..ffe193ab9e 100644 --- a/include/api.php +++ b/include/api.php @@ -10,6 +10,7 @@ use Friendica\App; use Friendica\Content\ContactSelector; use Friendica\Content\Feature; use Friendica\Content\Text\BBCode; +use Friendica\Content\Text\HTML; use Friendica\Core\Addon; use Friendica\Core\Config; use Friendica\Core\L10n; @@ -41,11 +42,9 @@ use Friendica\Util\Network; use Friendica\Util\XML; require_once 'include/conversation.php'; -require_once 'include/html2plain.php'; require_once 'mod/share.php'; require_once 'mod/item.php'; require_once 'include/security.php'; -require_once 'include/html2bbcode.php'; require_once 'mod/wall_upload.php'; require_once 'mod/proxy.php'; @@ -224,7 +223,7 @@ function api_login(App $a) $record = $addon_auth['user_record']; } else { $user_id = User::authenticate(trim($user), trim($password)); - if ($user_id) { + if ($user_id !== false) { $record = dba::selectFirst('user', [], ['uid' => $user_id]); } } @@ -268,7 +267,7 @@ function api_check_method($method) * @brief Main API entry point * * @param object $a App - * @return string API call result + * @return string|array API call result */ function api_call(App $a) { @@ -388,9 +387,7 @@ function api_call(App $a) break; case "json": header("Content-Type: application/json"); - foreach ($return as $rr) { - $json = json_encode($rr); - } + $json = json_encode(end($return)); if (x($_GET, 'callback')) { $json = $_GET['callback'] . "(" . $json . ")"; } @@ -422,7 +419,7 @@ function api_call(App $a) * * @param string $type Return type (xml, json, rss, as) * @param object $e HTTPException Error object - * @return string error message formatted as $type + * @return string|array error message formatted as $type */ function api_error($type, $e) { @@ -532,7 +529,7 @@ function api_get_user(App $a, $contact_id = null) // Searching for contact id with uid = 0 if (!is_null($contact_id) && (intval($contact_id) != 0)) { - $user = dbesc(api_unique_id_to_nurl($contact_id)); + $user = dbesc(api_unique_id_to_nurl(intval($contact_id))); if ($user == "") { throw new BadRequestException("User not found."); @@ -578,16 +575,14 @@ function api_get_user(App $a, $contact_id = null) $argid = count($called_api); list($user, $null) = explode(".", $a->argv[$argid]); if (is_numeric($user)) { - $user = dbesc(api_unique_id_to_nurl($user)); + $user = dbesc(api_unique_id_to_nurl(intval($user))); - if ($user == "") { - return false; - } - - $url = $user; - $extra_query = "AND `contact`.`nurl` = '%s' "; - if (api_user() !== false) { - $extra_query .= "AND `contact`.`uid`=" . intval(api_user()); + if ($user != "") { + $url = $user; + $extra_query = "AND `contact`.`nurl` = '%s' "; + if (api_user() !== false) { + $extra_query .= "AND `contact`.`uid`=" . intval(api_user()); + } } } else { $user = dbesc($user); @@ -621,7 +616,9 @@ function api_get_user(App $a, $contact_id = null) ); // Selecting the id by priority, friendica first - api_best_nickname($uinfo); + if (is_array($uinfo)) { + api_best_nickname($uinfo); + } // if the contact wasn't found, fetch it from the contacts with uid = 0 if (!DBM::is_result($uinfo)) { @@ -648,6 +645,8 @@ function api_get_user(App $a, $contact_id = null) 'description' => $r[0]["about"], 'profile_image_url' => $r[0]["micro"], 'profile_image_url_https' => $r[0]["micro"], + 'profile_image_url_profile_size' => $r[0]["thumb"], + 'profile_image_url_large' => $r[0]["photo"], 'url' => $r[0]["url"], 'protected' => false, 'followers_count' => 0, @@ -783,6 +782,8 @@ function api_get_user(App $a, $contact_id = null) 'description' => $description, 'profile_image_url' => $uinfo[0]['micro'], 'profile_image_url_https' => $uinfo[0]['micro'], + 'profile_image_url_profile_size' => $uinfo[0]["thumb"], + 'profile_image_url_large' => $uinfo[0]["photo"], 'url' => $uinfo[0]['url'], 'protected' => false, 'followers_count' => intval($countfollowers), @@ -978,7 +979,7 @@ function api_create_xml($data, $root_element) * @param string $type Return type (atom, rss, xml, json) * @param array $data JSON style array * - * @return (string|object|array) XML data or JSON data + * @return (string|array) XML data or JSON data */ function api_format_data($root_element, $type, $data) { @@ -989,6 +990,7 @@ function api_format_data($root_element, $type, $data) $ret = api_create_xml($data, $root_element); break; case "json": + default: $ret = $data; break; } @@ -1096,7 +1098,7 @@ function api_statuses_mediap($type) $purifier = new HTMLPurifier($config); $txt = $purifier->purify($txt); } - $txt = html2bbcode($txt); + $txt = HTML::toBBCode($txt); $a->argv[1]=$user_info['screen_name']; //should be set to username? @@ -1147,7 +1149,7 @@ function api_statuses_update($type) $purifier = new HTMLPurifier($config); $txt = $purifier->purify($txt); - $_REQUEST['body'] = html2bbcode($txt); + $_REQUEST['body'] = HTML::toBBCode($txt); } } else { $_REQUEST['body'] = requestdata('status'); @@ -1426,7 +1428,7 @@ function api_status_show($type) $status_info["entities"] = $converted["entities"]; } - if (($lastwall['item_network'] != "") && ($status["source"] == 'web')) { + if (($lastwall['item_network'] != "") && ($status_info["source"] == 'web')) { $status_info["source"] = ContactSelector::networkToName($lastwall['item_network'], $user_info['url']); } elseif (($lastwall['item_network'] != "") && (ContactSelector::networkToName($lastwall['item_network'], $user_info['url']) != $status_info["source"])) { $status_info["source"] = trim($status_info["source"].' ('.ContactSelector::networkToName($lastwall['item_network'], $user_info['url']).')'); @@ -1435,15 +1437,15 @@ function api_status_show($type) // "uid" and "self" are only needed for some internal stuff, so remove it from here unset($status_info["user"]["uid"]); unset($status_info["user"]["self"]); + + logger('status_info: '.print_r($status_info, true), LOGGER_DEBUG); + + if ($type == "raw") { + return $status_info; + } + + return api_format_data("statuses", $type, ['status' => $status_info]); } - - logger('status_info: '.print_r($status_info, true), LOGGER_DEBUG); - - if ($type == "raw") { - return $status_info; - } - - return api_format_data("statuses", $type, ['status' => $status_info]); } /** @@ -1627,6 +1629,13 @@ api_register_func('api/users/lookup', 'api_users_lookup', true); */ function api_search($type) { + $a = get_app(); + $user_info = api_get_user($a); + + if (api_user() === false || $user_info === false) { + throw new ForbiddenException(); + } + $data = []; $sql_extra = ''; @@ -1665,7 +1674,7 @@ function api_search($type) $since_id ); - $data['status'] = api_format_items(dba::inArray($r), api_get_user(get_app())); + $data['status'] = api_format_items(dba::inArray($r), $user_info); return api_format_data("statuses", $type, $data); } @@ -1687,8 +1696,9 @@ api_register_func('api/search', 'api_search', true); function api_statuses_home_timeline($type) { $a = get_app(); + $user_info = api_get_user($a); - if (api_user() === false) { + if (api_user() === false || $user_info === false) { throw new ForbiddenException(); } @@ -1698,8 +1708,7 @@ function api_statuses_home_timeline($type) unset($_REQUEST["screen_name"]); unset($_GET["screen_name"]); - $user_info = api_get_user($a); - // get last newtork messages + // get last network messages // params $count = (x($_REQUEST, 'count') ? $_REQUEST['count'] : 20); @@ -1789,13 +1798,13 @@ api_register_func('api/statuses/friends_timeline', 'api_statuses_home_timeline', function api_statuses_public_timeline($type) { $a = get_app(); + $user_info = api_get_user($a); - if (api_user() === false) { + if (api_user() === false || $user_info === false) { throw new ForbiddenException(); } - $user_info = api_get_user($a); - // get last newtork messages + // get last network messages // params $count = (x($_REQUEST, 'count') ? $_REQUEST['count'] : 20); @@ -1898,13 +1907,12 @@ api_register_func('api/statuses/public_timeline', 'api_statuses_public_timeline' function api_statuses_networkpublic_timeline($type) { $a = get_app(); + $user_info = api_get_user($a); - if (api_user() === false) { + if (api_user() === false || $user_info === false) { throw new ForbiddenException(); } - $user_info = api_get_user($a); - $since_id = x($_REQUEST, 'since_id') ? $_REQUEST['since_id'] : 0; $max_id = x($_REQUEST, 'max_id') ? $_REQUEST['max_id'] : 0; @@ -1968,13 +1976,12 @@ api_register_func('api/statuses/networkpublic_timeline', 'api_statuses_networkpu function api_statuses_show($type) { $a = get_app(); + $user_info = api_get_user($a); - if (api_user() === false) { + if (api_user() === false || $user_info === false) { throw new ForbiddenException(); } - $user_info = api_get_user($a); - // params $id = intval($a->argv[3]); @@ -2042,13 +2049,12 @@ api_register_func('api/statuses/show', 'api_statuses_show', true); function api_conversation_show($type) { $a = get_app(); + $user_info = api_get_user($a); - if (api_user() === false) { + if (api_user() === false || $user_info === false) { throw new ForbiddenException(); } - $user_info = api_get_user($a); - // params $id = intval($a->argv[3]); $count = (x($_REQUEST, 'count') ? $_REQUEST['count'] : 20); @@ -2255,8 +2261,9 @@ api_register_func('api/statuses/destroy', 'api_statuses_destroy', true, API_METH function api_statuses_mentions($type) { $a = get_app(); + $user_info = api_get_user($a); - if (api_user() === false) { + if (api_user() === false || $user_info === false) { throw new ForbiddenException(); } @@ -2266,9 +2273,7 @@ function api_statuses_mentions($type) unset($_REQUEST["screen_name"]); unset($_GET["screen_name"]); - $user_info = api_get_user($a); - // get last newtork messages - + // get last network messages // params $since_id = defaults($_REQUEST, 'since_id', 0); @@ -2347,13 +2352,12 @@ api_register_func('api/statuses/replies', 'api_statuses_mentions', true); function api_statuses_user_timeline($type) { $a = get_app(); + $user_info = api_get_user($a); - if (api_user() === false) { + if (api_user() === false || $user_info === false) { throw new ForbiddenException(); } - $user_info = api_get_user($a); - logger( "api_statuses_user_timeline: api_user: ". api_user() . "\nuser_info: ".print_r($user_info, true) . @@ -2517,15 +2521,14 @@ function api_favorites($type) global $called_api; $a = get_app(); + $user_info = api_get_user($a); - if (api_user() === false) { + if (api_user() === false || $user_info === false) { throw new ForbiddenException(); } $called_api = []; - $user_info = api_get_user($a); - // in friendica starred item are private // return favorites only for self logger('api_favorites: self:' . $user_info['self']); @@ -2624,10 +2627,10 @@ function api_format_messages($item, $recipient, $sender) if ($_GET['getText'] == 'html') { $ret['text'] = BBCode::convert($item['body'], false); } elseif ($_GET['getText'] == 'plain') { - $ret['text'] = trim(html2plain(BBCode::convert(api_clean_plain_items($item['body']), false, 2, true), 0)); + $ret['text'] = trim(HTML::toPlaintext(BBCode::convert(api_clean_plain_items($item['body']), false, 2, true), 0)); } } else { - $ret['text'] = $item['title'] . "\n" . html2plain(BBCode::convert(api_clean_plain_items($item['body']), false, 2, true), 0); + $ret['text'] = $item['title'] . "\n" . HTML::toPlaintext(BBCode::convert(api_clean_plain_items($item['body']), false, 2, true), 0); } if (x($_GET, 'getUserObjects') && $_GET['getUserObjects'] == 'false') { unset($ret['sender']); @@ -2650,7 +2653,7 @@ function api_convert_item($item) // Workaround for ostatus messages where the title is identically to the body $html = BBCode::convert(api_clean_plain_items($body), false, 2, true); - $statusbody = trim(html2plain($html, 0)); + $statusbody = trim(HTML::toPlaintext($html, 0)); // handle data: images $statusbody = api_format_items_embeded_images($item, $statusbody); @@ -3265,22 +3268,6 @@ function api_help_test($type) /// @TODO move to top of file or somewhere better api_register_func('api/help/test', 'api_help_test', false); -/** - * - * @param string $type Return type (atom, rss, xml, json) - * - * @return array|string - */ -function api_lists($type) -{ - $ret = []; - /// @TODO $ret is not filled here? - return api_format_data('lists', $type, ["lists_list" => $ret]); -} - -/// @TODO move to top of file or somewhere better -api_register_func('api/lists', 'api_lists', true); - /** * Returns all lists the user subscribes to. * @@ -3298,6 +3285,139 @@ function api_lists_list($type) /// @TODO move to top of file or somewhere better api_register_func('api/lists/list', 'api_lists_list', true); +api_register_func('api/lists/subscriptions', 'api_lists_list', true); + +/** + * Returns all groups the user owns. + * + * @param string $type Return type (atom, rss, xml, json) + * + * @return array|string + * @see https://developer.twitter.com/en/docs/accounts-and-users/create-manage-lists/api-reference/get-lists-ownerships + */ +function api_lists_ownerships($type) +{ + $a = get_app(); + + if (api_user() === false) { + throw new ForbiddenException(); + } + + // params + $user_info = api_get_user($a); + $uid = $user_info['uid']; + + $groups = dba::select('group', [], ['deleted' => 0, 'uid' => $uid]); + + // loop through all groups + $lists = []; + foreach ($groups as $group) { + if ($group['visible']) { + $mode = 'public'; + } else { + $mode = 'private'; + } + $lists[] = [ + 'name' => $group['name'], + 'id' => intval($group['id']), + 'id_str' => (string) $group['id'], + 'user' => $user_info, + 'mode' => $mode + ]; + } + return api_format_data("lists", $type, ['lists' => ['lists' => $lists]]); +} + +/// @TODO move to top of file or somewhere better +api_register_func('api/lists/ownerships', 'api_lists_ownerships', true); + +/** + * Returns recent statuses from users in the specified group. + * + * @param string $type Return type (atom, rss, xml, json) + * + * @return array|string + * @see https://developer.twitter.com/en/docs/accounts-and-users/create-manage-lists/api-reference/get-lists-ownerships + */ +function api_lists_statuses($type) +{ + $a = get_app(); + + $user_info = api_get_user($a); + if (api_user() === false || $user_info === false) { + throw new ForbiddenException(); + } + + unset($_REQUEST["user_id"]); + unset($_GET["user_id"]); + + unset($_REQUEST["screen_name"]); + unset($_GET["screen_name"]); + + if (empty($_REQUEST['list_id'])) { + throw new BadRequestException('list_id not specified'); + } + + // params + $count = (x($_REQUEST, 'count') ? $_REQUEST['count'] : 20); + $page = (x($_REQUEST, 'page') ? $_REQUEST['page'] - 1 : 0); + if ($page < 0) { + $page = 0; + } + $since_id = (x($_REQUEST, 'since_id') ? $_REQUEST['since_id'] : 0); + $max_id = (x($_REQUEST, 'max_id') ? $_REQUEST['max_id'] : 0); + $exclude_replies = (x($_REQUEST, 'exclude_replies') ? 1 : 0); + $conversation_id = (x($_REQUEST, 'conversation_id') ? $_REQUEST['conversation_id'] : 0); + + $start = $page * $count; + + $sql_extra = ''; + if ($max_id > 0) { + $sql_extra .= ' AND `item`.`id` <= ' . intval($max_id); + } + if ($exclude_replies > 0) { + $sql_extra .= ' AND `item`.`parent` = `item`.`id`'; + } + if ($conversation_id > 0) { + $sql_extra .= ' AND `item`.`parent` = ' . intval($conversation_id); + } + + $statuses = dba::p( + "SELECT `item`.*, `item`.`id` AS `item_id`, `item`.`network` AS `item_network`, + `contact`.`name`, `contact`.`photo`, `contact`.`url`, `contact`.`rel`, + `contact`.`network`, `contact`.`thumb`, `contact`.`dfrn-id`, `contact`.`self`, + `contact`.`id` AS `cid`, `group_member`.`gid` + FROM `item` + STRAIGHT_JOIN `contact` ON `contact`.`id` = `item`.`contact-id` AND `contact`.`uid` = `item`.`uid` + AND (NOT `contact`.`blocked` OR `contact`.`pending`) + STRAIGHT_JOIN `group_member` ON `group_member`.`contact-id` = `item`.`contact-id` + WHERE `item`.`uid` = ? AND `verb` = ? + AND `item`.`visible` AND NOT `item`.`moderated` AND NOT `item`.`deleted` + $sql_extra + AND `item`.`id`>? + AND `group_member`.`gid` = ? + ORDER BY `item`.`id` DESC LIMIT ".intval($start)." ,".intval($count), + api_user(), + ACTIVITY_POST, + $since_id, + $_REQUEST['list_id'] + ); + + $items = api_format_items(dba::inArray($statuses), $user_info, false, $type); + + $data = ['status' => $items]; + switch ($type) { + case "atom": + case "rss": + $data = api_rss_extra($a, $data, $user_info); + break; + } + + return api_format_data("statuses", $type, $data); +} + +/// @TODO move to top of file or somewhere better +api_register_func('api/lists/statuses', 'api_lists_statuses', true); /** * Considers friends and followers lists to be private and won't return @@ -3697,7 +3817,7 @@ api_register_func('api/direct_messages/new', 'api_direct_messages_new', true, AP * @brief delete a direct_message from mail table through api * * @param string $type Known types are 'atom', 'rss', 'xml' and 'json' - * @return string + * @return string|array * @see https://developer.twitter.com/en/docs/direct-messages/sending-and-receiving/api-reference/delete-message */ function api_direct_messages_destroy($type) @@ -3783,8 +3903,9 @@ api_register_func('api/direct_messages/destroy', 'api_direct_messages_destroy', function api_direct_messages_box($type, $box, $verbose) { $a = get_app(); + $user_info = api_get_user($a); - if (api_user() === false) { + if (api_user() === false || $user_info === false) { throw new ForbiddenException(); } @@ -3808,7 +3929,6 @@ function api_direct_messages_box($type, $box, $verbose) unset($_REQUEST["screen_name"]); unset($_GET["screen_name"]); - $user_info = api_get_user($a); $profile_url = $user_info["url"]; // pagination @@ -3859,7 +3979,9 @@ function api_direct_messages_box($type, $box, $verbose) $sender = $user_info; } - $ret[] = api_format_messages($item, $recipient, $sender); + if (isset($recipient) && isset($sender)) { + $ret[] = api_format_messages($item, $recipient, $sender); + } } @@ -3977,7 +4099,7 @@ api_register_func('api/oauth/access_token', 'api_oauth_access_token', false); * @brief delete a complete photoalbum with all containing photos from database through api * * @param string $type Known types are 'atom', 'rss', 'xml' and 'json' - * @return string + * @return string|array */ function api_fr_photoalbum_delete($type) { @@ -4032,7 +4154,7 @@ function api_fr_photoalbum_delete($type) * @brief update the name of the album for all photos of an album * * @param string $type Known types are 'atom', 'rss', 'xml' and 'json' - * @return string + * @return string|array */ function api_fr_photoalbum_update($type) { @@ -4081,7 +4203,7 @@ function api_fr_photoalbum_update($type) * @brief list all photos of the authenticated user * * @param string $type Known types are 'atom', 'rss', 'xml' and 'json' - * @return string + * @return string|array */ function api_fr_photos_list($type) { @@ -4127,7 +4249,7 @@ function api_fr_photos_list($type) * @brief upload a new photo or change an existing photo * * @param string $type Known types are 'atom', 'rss', 'xml' and 'json' - * @return string + * @return string|array */ function api_fr_photo_create_update($type) { @@ -4275,7 +4397,7 @@ function api_fr_photo_create_update($type) * @brief delete a single photo from the database through api * * @param string $type Known types are 'atom', 'rss', 'xml' and 'json' - * @return string + * @return string|array */ function api_fr_photo_delete($type) { @@ -4358,7 +4480,7 @@ function api_fr_photo_detail($type) * * @param string $type Known types are 'atom', 'rss', 'xml' and 'json' * - * @return string + * @return string|array * @see https://developer.twitter.com/en/docs/accounts-and-users/manage-account-settings/api-reference/post-account-update_profile_image */ function api_account_update_profile_image($type) @@ -4410,6 +4532,8 @@ function api_account_update_profile_image($type) $fileext = "jpg"; } elseif ($filetype == "image/png") { $fileext = "png"; + } else { + throw new InternalServerErrorException('Unsupported filetype'); } // change specified profile or all profiles to the new resource-id if ($is_default_profile) { @@ -4690,7 +4814,7 @@ function save_media_to_database($mediatype, $media, $type, $album, $allow_cid, $ logger("photo upload: new profile image upload ended", LOGGER_DEBUG); } - if ($r) { + if (isset($r) && $r) { // create entry in 'item'-table on new uploads to enable users to comment/like/dislike the photo if ($photo_id == null && $mediatype == "photo") { post_photo_item($hash, $allow_cid, $deny_cid, $allow_gid, $deny_gid, $filetype, $visibility); @@ -4766,6 +4890,13 @@ function post_photo_item($hash, $allow_cid, $deny_cid, $allow_gid, $deny_gid, $f */ function prepare_photo_data($type, $scale, $photo_id) { + $a = get_app(); + $user_info = api_get_user($a); + + if ($user_info === false) { + throw new ForbiddenException(); + } + $scale_sql = ($scale === false ? "" : sprintf("AND scale=%d", intval($scale))); $data_sql = ($scale === false ? "" : "data, "); @@ -4846,7 +4977,7 @@ function prepare_photo_data($type, $scale, $photo_id) ); // prepare output of comments - $commentData = api_format_items($r, api_get_user(get_app()), false, $type); + $commentData = api_format_items($r, $user_info, false, $type); $comments = []; if ($type == "xml") { $k = 0; @@ -5221,7 +5352,7 @@ function api_clean_attachments($body) { $data = BBCode::getAttachmentData($body); - if (!$data) { + if (empty($data)) { return $body; } $body = ""; @@ -5347,6 +5478,7 @@ function api_friendica_group_show($type) } // loop through all groups and retrieve all members for adding data in the user array + $grps = []; foreach ($r as $rr) { $members = Contact::getByGroupId($rr['id']); $users = []; @@ -5433,15 +5565,15 @@ function api_friendica_group_delete($type) } api_register_func('api/friendica/group_delete', 'api_friendica_group_delete', true, API_METHOD_DELETE); - /** - * Create the specified group with the posted array of contacts. + * Delete a group. * * @param string $type Return type (atom, rss, xml, json) * * @return array|string + * @see https://developer.twitter.com/en/docs/accounts-and-users/create-manage-lists/api-reference/post-lists-destroy */ -function api_friendica_group_create($type) +function api_lists_destroy($type) { $a = get_app(); @@ -5451,11 +5583,45 @@ function api_friendica_group_create($type) // params $user_info = api_get_user($a); - $name = (x($_REQUEST, 'name') ? $_REQUEST['name'] : ""); + $gid = (x($_REQUEST, 'list_id') ? $_REQUEST['list_id'] : 0); $uid = $user_info['uid']; - $json = json_decode($_POST['json'], true); - $users = $json['user']; + // error if no gid specified + if ($gid == 0) { + throw new BadRequestException('gid not specified'); + } + + // get data of the specified group id + $group = dba::selectFirst('group', [], ['uid' => $uid, 'id' => $gid]); + // error message if specified gid is not in database + if (!$group) { + throw new BadRequestException('gid not available'); + } + + if (Group::remove($gid)) { + $list = [ + 'name' => $group['name'], + 'id' => intval($gid), + 'id_str' => (string) $gid, + 'user' => $user_info + ]; + + return api_format_data("lists", $type, ['lists' => $list]); + } +} +api_register_func('api/lists/destroy', 'api_lists_destroy', true, API_METHOD_DELETE); + +/** + * Add a new group to the database. + * + * @param string $name Group name + * @param int $uid User ID + * @param array $users List of users to add to the group + * + * @return array + */ +function group_create($name, $uid, $users = []) +{ // error if no name specified if ($name == "") { throw new BadRequestException('group name not specified'); @@ -5511,12 +5677,73 @@ function api_friendica_group_create($type) } // return success message incl. missing users in array - $status = ($erroraddinguser ? "missing user" : ($reactivate_group ? "reactivated" : "ok")); - $success = ['success' => true, 'gid' => $gid, 'name' => $name, 'status' => $status, 'wrong users' => $errorusers]; + $status = ($erroraddinguser ? "missing user" : ((isset($reactivate_group) && $reactivate_group) ? "reactivated" : "ok")); + + return ['success' => true, 'gid' => $gid, 'name' => $name, 'status' => $status, 'wrong users' => $errorusers]; +} + +/** + * Create the specified group with the posted array of contacts. + * + * @param string $type Return type (atom, rss, xml, json) + * + * @return array|string + */ +function api_friendica_group_create($type) +{ + $a = get_app(); + + if (api_user() === false) { + throw new ForbiddenException(); + } + + // params + $user_info = api_get_user($a); + $name = (x($_REQUEST, 'name') ? $_REQUEST['name'] : ""); + $uid = $user_info['uid']; + $json = json_decode($_POST['json'], true); + $users = $json['user']; + + $success = group_create($name, $uid, $users); + return api_format_data("group_create", $type, ['result' => $success]); } api_register_func('api/friendica/group_create', 'api_friendica_group_create', true, API_METHOD_POST); +/** + * Create a new group. + * + * @param string $type Return type (atom, rss, xml, json) + * + * @return array|string + * @see https://developer.twitter.com/en/docs/accounts-and-users/create-manage-lists/api-reference/post-lists-create + */ +function api_lists_create($type) +{ + $a = get_app(); + + if (api_user() === false) { + throw new ForbiddenException(); + } + + // params + $user_info = api_get_user($a); + $name = (x($_REQUEST, 'name') ? $_REQUEST['name'] : ""); + $uid = $user_info['uid']; + + $success = group_create($name, $uid); + if ($success['success']) { + $grp = [ + 'name' => $success['name'], + 'id' => intval($success['gid']), + 'id_str' => (string) $success['gid'], + 'user' => $user_info + ]; + + return api_format_data("lists", $type, ['lists'=>$grp]); + } +} +api_register_func('api/lists/create', 'api_lists_create', true, API_METHOD_POST); /** * Update the specified group with the posted array of contacts. @@ -5558,7 +5785,7 @@ function api_friendica_group_update($type) foreach ($users as $user) { $found = ($user['cid'] == $cid ? true : false); } - if (!$found) { + if (!isset($found) || !$found) { Group::removeMemberByName($uid, $name, $cid); } } @@ -5591,6 +5818,54 @@ function api_friendica_group_update($type) api_register_func('api/friendica/group_update', 'api_friendica_group_update', true, API_METHOD_POST); +/** + * Update information about a group. + * + * @param string $type Return type (atom, rss, xml, json) + * + * @return array|string + * @see https://developer.twitter.com/en/docs/accounts-and-users/create-manage-lists/api-reference/post-lists-update + */ +function api_lists_update($type) +{ + $a = get_app(); + + if (api_user() === false) { + throw new ForbiddenException(); + } + + // params + $user_info = api_get_user($a); + $gid = (x($_REQUEST, 'list_id') ? $_REQUEST['list_id'] : 0); + $name = (x($_REQUEST, 'name') ? $_REQUEST['name'] : ""); + $uid = $user_info['uid']; + + // error if no gid specified + if ($gid == 0) { + throw new BadRequestException('gid not specified'); + } + + // get data of the specified group id + $group = dba::selectFirst('group', [], ['uid' => $uid, 'id' => $gid]); + // error message if specified gid is not in database + if (!$group) { + throw new BadRequestException('gid not available'); + } + + if (Group::update($gid, $name)) { + $list = [ + 'name' => $name, + 'id' => intval($gid), + 'id_str' => (string) $gid, + 'user' => $user_info + ]; + + return api_format_data("lists", $type, ['lists' => $list]); + } +} + +api_register_func('api/lists/update', 'api_lists_update', true, API_METHOD_POST); + /** * * @param string $type Return type (atom, rss, xml, json) @@ -5639,7 +5914,7 @@ api_register_func('api/friendica/activity/unattendmaybe', 'api_friendica_activit * @brief Returns notifications * * @param string $type Known types are 'atom', 'rss', 'xml' and 'json' - * @return string + * @return string|array */ function api_friendica_notification($type) { @@ -5673,13 +5948,14 @@ function api_friendica_notification($type) * @brief Set notification as seen and returns associated item (if possible) * * @param string $type Known types are 'atom', 'rss', 'xml' and 'json' - * @return string + * @return string|array */ function api_friendica_notification_seen($type) { $a = get_app(); + $user_info = api_get_user($a); - if (api_user() === false) { + if (api_user() === false || $user_info === false) { throw new ForbiddenException(); } if ($a->argc!==4) { @@ -5704,7 +5980,6 @@ function api_friendica_notification_seen($type) ); if ($r!==false) { // we found the item, return it to the user - $user_info = api_get_user($a); $ret = api_format_items($r, $user_info, false, $type); $data = ['status' => $ret]; return api_format_data("status", $type, $data); @@ -5722,7 +5997,7 @@ api_register_func('api/friendica/notification', 'api_friendica_notification', tr * @brief update a direct_message to seen state * * @param string $type Known types are 'atom', 'rss', 'xml' and 'json' - * @return string (success result=ok, error result=error with error message) + * @return string|array (success result=ok, error result=error with error message) */ function api_friendica_direct_messages_setseen($type) { @@ -5780,7 +6055,7 @@ api_register_func('api/friendica/direct_messages_setseen', 'api_friendica_direct * * @param string $type Known types are 'atom', 'rss', 'xml' and 'json' * @param string $box - * @return string (success: success=true if found and search_result contains found messages, + * @return string|array (success: success=true if found and search_result contains found messages, * success=false if nothing was found, search_result='nothing found', * error: result=error with error message) */ @@ -5828,7 +6103,9 @@ function api_friendica_direct_messages_search($type, $box = "") $sender = $user_info; } - $ret[] = api_format_messages($item, $recipient, $sender); + if (isset($recipient) && isset($sender)) { + $ret[] = api_format_messages($item, $recipient, $sender); + } } $success = ['success' => true, 'search_results' => $ret]; } @@ -5843,7 +6120,7 @@ api_register_func('api/friendica/direct_messages_search', 'api_friendica_direct_ * @brief return data of all the profiles a user has to the client * * @param string $type Known types are 'atom', 'rss', 'xml' and 'json' - * @return string + * @return string|array */ function api_friendica_profile_show($type) { @@ -5880,19 +6157,20 @@ function api_friendica_profile_show($type) } // loop through all returned profiles and retrieve data and users $k = 0; + $profiles = []; foreach ($r as $rr) { $profile = api_format_items_profiles($rr); // select all users from contact table, loop and prepare standard return for user data $users = []; - $r = q( + $nurls = q( "SELECT `id`, `nurl` FROM `contact` WHERE `uid`= %d AND `profile-id` = %d", intval(api_user()), intval($rr['profile_id']) ); - foreach ($r as $rr) { - $user = api_get_user($a, $rr['nurl']); + foreach ($nurls as $nurl) { + $user = api_get_user($a, $nurl['nurl']); ($type == "xml") ? $users[$k++ . ":user"] = $user : $users[] = $user; } $profile['users'] = $users; @@ -5932,10 +6210,12 @@ function api_saved_searches_list($type) $result = []; while ($term = $terms->fetch()) { $result[] = [ - 'name' => $term['term'], - 'query' => $term['term'], + 'created_at' => api_date(time()), + 'id' => intval($term['id']), 'id_str' => $term['id'], - 'id' => intval($term['id']) + 'name' => $term['term'], + 'position' => null, + 'query' => $term['term'] ]; } diff --git a/include/conversation.php b/include/conversation.php index ba7b7315b0..8a2887d6b7 100644 --- a/include/conversation.php +++ b/include/conversation.php @@ -443,7 +443,7 @@ These Fields are not added below (yet). They are here to for bug search. return "`item`.`author-id`, `item`.`author-link`, `item`.`author-name`, `item`.`author-avatar`, `item`.`owner-id`, `item`.`owner-link`, `item`.`owner-name`, `item`.`owner-avatar`, `item`.`contact-id`, `item`.`uid`, `item`.`id`, `item`.`parent`, - `item`.`uri`, `item`.`thr-parent`, `item`.`parent-uri`, + `item`.`uri`, `item`.`thr-parent`, `item`.`parent-uri`, `item`.`content-warning`, `item`.`commented`, `item`.`created`, `item`.`edited`, `item`.`received`, `item`.`verb`, `item`.`object-type`, `item`.`postopts`, `item`.`plink`, `item`.`guid`, `item`.`wall`, `item`.`private`, `item`.`starred`, @@ -756,7 +756,13 @@ function conversation(App $a, $items, $mode, $update, $preview = false, $order = list($categories, $folders) = get_cats_and_terms($item); $profile_name_e = $profile_name; - $item['title_e'] = $item['title']; + + if (!empty($item['content-warning']) && PConfig::get(local_user(), 'system', 'disable_cw', false)) { + $title_e = ucfirst($item['content-warning']); + } else { + $title_e = $item['title']; + } + $body_e = $body; $tags_e = $tags; $hashtags_e = $hashtags; @@ -781,7 +787,7 @@ function conversation(App $a, $items, $mode, $update, $preview = false, $order = 'sparkle' => $sparkle, 'lock' => $lock, 'thumb' => System::removedBaseUrl(proxy_url($item['author-thumb'], false, PROXY_SIZE_THUMB)), - 'title' => $item['title_e'], + 'title' => $title_e, 'body' => $body_e, 'tags' => $tags_e, 'hashtags' => $hashtags_e, @@ -1245,7 +1251,7 @@ function format_like($cnt, array $arr, $type, $id) { break; case 'attendmaybe': $phrase = L10n::t('<span %1$s>%2$d people</span> attend maybe', $spanatts, $cnt); - $explikers = L10n::t('%s anttend maybe.', $likers); + $explikers = L10n::t('%s attend maybe.', $likers); break; } @@ -1329,6 +1335,7 @@ function status_editor(App $a, $x, $notes_cid = 0, $popup = false) $tpl = get_markup_template("jot.tpl"); $o .= replace_macros($tpl,[ + '$new_post' => L10n::t('New Post'), '$return_path' => $query_str, '$action' => 'item', '$share' => defaults($x, 'button', L10n::t('Share')), @@ -1643,7 +1650,7 @@ function get_responses($conv_responses, $response_verbs, $ob, $item) { foreach ($response_verbs as $v) { $ret[$v] = []; $ret[$v]['count'] = defaults($conv_responses[$v], $item['uri'], ''); - $ret[$v]['list'] = defaults($conv_responses[$v], $item['uri'] . '-l', ''); + $ret[$v]['list'] = defaults($conv_responses[$v], $item['uri'] . '-l', []); $ret[$v]['self'] = defaults($conv_responses[$v], $item['uri'] . '-self', '0'); if (count($ret[$v]['list']) > MAX_LIKERS) { $ret[$v]['list_part'] = array_slice($ret[$v]['list'], 0, MAX_LIKERS); diff --git a/include/dba.php b/include/dba.php index af571f2458..b24d9b409d 100644 --- a/include/dba.php +++ b/include/dba.php @@ -13,7 +13,7 @@ use Friendica\Util\DateTimeFormat; */ class dba { - public static $connected = true; + public static $connected = false; private static $_server_info = ''; private static $db; @@ -48,17 +48,14 @@ class dba { $db = trim($db); if (!(strlen($server) && strlen($user))) { - self::$connected = false; - self::$db = null; return false; } if ($install) { - if (strlen($server) && ($server !== 'localhost') && ($server !== '127.0.0.1')) { - if (! dns_get_record($server, DNS_A + DNS_CNAME + DNS_PTR)) { + // server has to be a non-empty string that is not 'localhost' and not an IP + if (strlen($server) && ($server !== 'localhost') && filter_var($server, FILTER_VALIDATE_IP) === false) { + if (! dns_get_record($server, DNS_A + DNS_CNAME)) { self::$error = L10n::t('Cannot locate DNS info for database server \'%s\'', $server); - self::$connected = false; - self::$db = null; return false; } } @@ -79,7 +76,6 @@ class dba { self::$db = @new PDO($connect, $user, $pass); self::$connected = true; } catch (PDOException $e) { - self::$connected = false; } } @@ -98,13 +94,10 @@ class dba { // No suitable SQL driver was found. if (!self::$connected) { self::$db = null; - if (!$install) { - System::unavailable(); - } } $a->save_timestamp($stamp1, "network"); - return true; + return self::$connected; } /** diff --git a/include/enotify.php b/include/enotify.php index c877540aba..39c74fdc64 100644 --- a/include/enotify.php +++ b/include/enotify.php @@ -12,16 +12,14 @@ use Friendica\Database\DBM; use Friendica\Util\DateTimeFormat; use Friendica\Util\Emailer; -require_once 'include/html2bbcode.php'; - /** * @brief Creates a notification entry and possibly sends a mail * * @param array $params Array with the elements: - uid, item, parent, type, otype, verb, event, - link, subject, body, to_name, to_email, source_name, - source_link, activity, preamble, notify_flags, - language, show_in_notification_page + * uid, item, parent, type, otype, verb, event, + * link, subject, body, to_name, to_email, source_name, + * source_link, activity, preamble, notify_flags, + * language, show_in_notification_page */ function notification($params) { @@ -47,10 +45,7 @@ function notification($params) $hostname = substr($hostname, 0, strpos($hostname, ':')); } - $sender_email = $a->config['sender_email']; - if (empty($sender_email)) { - $sender_email = L10n::t('noreply').'@'.$hostname; - } + $sender_email = $a->getSenderEmailAddress(); if ($params['type'] != SYSTEM_EMAIL) { $user = dba::selectFirst('user', ['nickname', 'page-flags'], @@ -362,7 +357,7 @@ function notification($params) if ($params['type'] == NOTIFY_SYSTEM) { switch($params['event']) { case "SYSTEM_REGISTER_REQUEST": - $subject = L10n::t('[Friendica System:Notify] registration request'); + $subject = L10n::t('[Friendica System Notify]') . ' ' . L10n::t('registration request'); $preamble = L10n::t('You\'ve received a registration request from \'%1$s\' at %2$s', $params['source_name'], $sitename); $epreamble = L10n::t('You\'ve received a [url=%1$s]registration request[/url] from %2$s.', @@ -370,7 +365,7 @@ function notification($params) '[url='.$params['source_link'].']'.$params['source_name'].'[/url]' ); - $body = L10n::t('Full Name: %1$s\nSite Location: %2$s\nLogin Name: %3$s ' . "\x28" . '%4$s' . "\x28", + $body = L10n::t('Full Name: %1$s\nSite Location: %2$s\nLogin Name: %3$s ' . "\x28" . '%4$s' . "\x29", $params['source_name'], $siteurl, $params['source_mail'], $params['source_nick'] diff --git a/include/event.php b/include/event.php deleted file mode 100644 index 1c34e03cc6..0000000000 --- a/include/event.php +++ /dev/null @@ -1,1059 +0,0 @@ -<?php -/** - * @file include/event.php - * @brief functions specific to event handling - */ - -use Friendica\Content\Feature; -use Friendica\Content\Text\BBCode; -use Friendica\Core\Addon; -use Friendica\Core\L10n; -use Friendica\Core\PConfig; -use Friendica\Core\System; -use Friendica\Database\DBM; -use Friendica\Model\Item; -use Friendica\Model\Profile; -use Friendica\Util\DateTimeFormat; -use Friendica\Util\Map; - -require_once 'include/conversation.php'; - -function format_event_html($ev, $simple = false) { - if (! ((is_array($ev)) && count($ev))) { - return ''; - } - - $bd_format = L10n::t('l F d, Y \@ g:i A') ; // Friday January 18, 2011 @ 8 AM. - - $event_start = day_translate( - $ev['adjust'] ? - DateTimeFormat::local($ev['start'], $bd_format) - : DateTimeFormat::utc($ev['start'], $bd_format) - ); - - $event_end = day_translate( - $ev['adjust'] ? - DateTimeFormat::local($ev['finish'], $bd_format) - : DateTimeFormat::utc($ev['finish'], $bd_format) - ); - - if ($simple) { - $o = "<h3>" . BBCode::convert($ev['summary']) . "</h3>"; - - $o .= "<div>" . BBCode::convert($ev['desc']) . "</div>"; - - $o .= "<h4>" . L10n::t('Starts:') . "</h4><p>" . $event_start . "</p>"; - - if (! $ev['nofinish']) { - $o .= "<h4>" . L10n::t('Finishes:') . "</h4><p>" . $event_end ."</p>"; - } - - if (strlen($ev['location'])) { - $o .= "<h4>" . L10n::t('Location:') . "</h4><p>" . $ev['location'] . "</p>"; - } - - return $o; - } - - $o = '<div class="vevent">' . "\r\n"; - - $o .= '<div class="summary event-summary">' . BBCode::convert($ev['summary']) . '</div>' . "\r\n"; - - $o .= '<div class="event-start"><span class="event-label">' . L10n::t('Starts:') . '</span> <span class="dtstart" title="' - . DateTimeFormat::utc($ev['start'], (($ev['adjust']) ? DateTimeFormat::ATOM : 'Y-m-d\TH:i:s' )) - . '" >'.$event_start - . '</span></div>' . "\r\n"; - - if (! $ev['nofinish']) { - $o .= '<div class="event-end" ><span class="event-label">' . L10n::t('Finishes:') . '</span> <span class="dtend" title="' - . DateTimeFormat::utc($ev['finish'], (($ev['adjust']) ? DateTimeFormat::ATOM : 'Y-m-d\TH:i:s' )) - . '" >'.$event_end - . '</span></div>' . "\r\n"; - } - - $o .= '<div class="description event-description">' . BBCode::convert($ev['desc']) . '</div>' . "\r\n"; - - if (strlen($ev['location'])) { - $o .= '<div class="event-location"><span class="event-label">' . L10n::t('Location:') . '</span> <span class="location">' - . BBCode::convert($ev['location']) - . '</span></div>' . "\r\n"; - - // Include a map of the location if the [map] BBCode is used. - if (strpos($ev['location'], "[map") !== false) { - $map = Map::byLocation($ev['location']); - if ($map !== $ev['location']) { - $o.= $map; - } - } - } - - $o .= '</div>' . "\r\n"; - return $o; -} - -/** - * @brief Convert an array with event data to bbcode. - * - * @param array $ev Array which conains the event data. - * @return string The event as a bbcode formatted string. - */ -function format_event_bbcode($ev) { - - $o = ''; - - if ($ev['summary']) { - $o .= '[event-summary]' . $ev['summary'] . '[/event-summary]'; - } - - if ($ev['desc']) { - $o .= '[event-description]' . $ev['desc'] . '[/event-description]'; - } - - if ($ev['start']) { - $o .= '[event-start]' . $ev['start'] . '[/event-start]'; - } - - if (($ev['finish']) && (! $ev['nofinish'])) { - $o .= '[event-finish]' . $ev['finish'] . '[/event-finish]'; - } - - if ($ev['location']) { - $o .= '[event-location]' . $ev['location'] . '[/event-location]'; - } - - if ($ev['adjust']) { - $o .= '[event-adjust]' . $ev['adjust'] . '[/event-adjust]'; - } - - return $o; -} - -/** - * @brief Extract bbcode formatted event data from a string - * and convert it to html. - * - * @params: string $s The string which should be parsed for event data. - * @return string The html output. - */ -function bbtovcal($s) { - $o = ''; - $ev = bbtoevent($s); - - if ($ev['desc']) { - $o = format_event_html($ev); - } - - return $o; -} - -/** - * @brief Extract bbcode formatted event data from a string. - * - * @params: string $s The string which should be parsed for event data. - * @return array The array with the event information. - */ -function bbtoevent($s) { - - $ev = []; - - $match = ''; - if (preg_match("/\[event\-summary\](.*?)\[\/event\-summary\]/is", $s, $match)) { - $ev['summary'] = $match[1]; - } - - $match = ''; - if (preg_match("/\[event\-description\](.*?)\[\/event\-description\]/is", $s, $match)) { - $ev['desc'] = $match[1]; - } - - $match = ''; - if (preg_match("/\[event\-start\](.*?)\[\/event\-start\]/is", $s, $match)) { - $ev['start'] = $match[1]; - } - - $match = ''; - if (preg_match("/\[event\-finish\](.*?)\[\/event\-finish\]/is", $s, $match)) { - $ev['finish'] = $match[1]; - } - - $match = ''; - if (preg_match("/\[event\-location\](.*?)\[\/event\-location\]/is", $s, $match)) { - $ev['location'] = $match[1]; - } - - $match = ''; - if (preg_match("/\[event\-adjust\](.*?)\[\/event\-adjust\]/is", $s, $match)) { - $ev['adjust'] = $match[1]; - } - - $ev['nofinish'] = (((x($ev, 'start') && $ev['start']) && (!x($ev, 'finish') || !$ev['finish'])) ? 1 : 0); - - return $ev; -} - -function sort_by_date($a) { - - usort($a,'ev_compare'); - return $a; -} - -function ev_compare($a,$b) { - - $date_a = (($a['adjust']) ? DateTimeFormat::local($a['start']) : $a['start']); - $date_b = (($b['adjust']) ? DateTimeFormat::local($b['start']) : $b['start']); - - if ($date_a === $date_b) { - return strcasecmp($a['desc'], $b['desc']); - } - - return strcmp($date_a, $date_b); -} - -/** - * @brief Delete an event from the event table. - * - * Note: This function does only delete the event from the event table not its - * related entry in the item table. - * - * @param int $event_id Event ID. - * @return void - */ -function event_delete($event_id) { - if ($event_id == 0) { - return; - } - - dba::delete('event', ['id' => $event_id]); - logger("Deleted event ".$event_id, LOGGER_DEBUG); -} - -/** - * @brief Store the event. - * - * Store the event in the event table and create an event item in the item table. - * - * @param array $arr Array with event data. - * @return int The event id. - */ -function event_store($arr) { - - require_once 'include/items.php'; - - $a = get_app(); - - $arr['created'] = (($arr['created']) ? $arr['created'] : DateTimeFormat::utcNow()); - $arr['edited'] = (($arr['edited']) ? $arr['edited'] : DateTimeFormat::utcNow()); - $arr['type'] = (($arr['type']) ? $arr['type'] : 'event' ); - $arr['cid'] = ((intval($arr['cid'])) ? intval($arr['cid']) : 0); - $arr['uri'] = (x($arr, 'uri') ? $arr['uri'] : item_new_uri($a->get_hostname(), $arr['uid'])); - $arr['private'] = ((x($arr, 'private')) ? intval($arr['private']) : 0); - $arr['guid'] = get_guid(32); - - if ($arr['cid']) { - $c = q("SELECT * FROM `contact` WHERE `id` = %d AND `uid` = %d LIMIT 1", - intval($arr['cid']), - intval($arr['uid']) - ); - } else { - $c = q("SELECT * FROM `contact` WHERE `self` = 1 AND `uid` = %d LIMIT 1", - intval($arr['uid']) - ); - } - - if (DBM::is_result($c)) { - $contact = $c[0]; - } - - // Existing event being modified. - if ($arr['id']) { - - // has the event actually changed? - $r = q("SELECT * FROM `event` WHERE `id` = %d AND `uid` = %d LIMIT 1", - intval($arr['id']), - intval($arr['uid']) - ); - if ((! DBM::is_result($r)) || ($r[0]['edited'] === $arr['edited'])) { - - // Nothing has changed. Grab the item id to return. - $r = q("SELECT * FROM `item` WHERE `event-id` = %d AND `uid` = %d LIMIT 1", - intval($arr['id']), - intval($arr['uid']) - ); - return ((DBM::is_result($r)) ? $r[0]['id'] : 0); - } - - // The event changed. Update it. - q("UPDATE `event` SET - `edited` = '%s', - `start` = '%s', - `finish` = '%s', - `summary` = '%s', - `desc` = '%s', - `location` = '%s', - `type` = '%s', - `adjust` = %d, - `nofinish` = %d - WHERE `id` = %d AND `uid` = %d", - - dbesc($arr['edited']), - dbesc($arr['start']), - dbesc($arr['finish']), - dbesc($arr['summary']), - dbesc($arr['desc']), - dbesc($arr['location']), - dbesc($arr['type']), - intval($arr['adjust']), - intval($arr['nofinish']), - intval($arr['id']), - intval($arr['uid']) - ); - - $r = q("SELECT * FROM `item` WHERE `event-id` = %d AND `uid` = %d LIMIT 1", - intval($arr['id']), - intval($arr['uid']) - ); - if (DBM::is_result($r)) { - $object = '<object><type>' . xmlify(ACTIVITY_OBJ_EVENT) . '</type><title>' . xmlify($arr['uri']) . ''; - $object .= '' . xmlify(format_event_bbcode($arr)) . ''; - $object .= '' . "\n"; - - $fields = ['body' => format_event_bbcode($arr), 'object' => $object, 'edited' => $arr['edited']]; - Item::update($fields, ['id' => $r[0]['id']]); - - $item_id = $r[0]['id']; - } else { - $item_id = 0; - } - - Addon::callHooks("event_updated", $arr['id']); - - return $item_id; - } else { - // New event. Store it. - q("INSERT INTO `event` (`uid`,`cid`,`guid`,`uri`,`created`,`edited`,`start`,`finish`,`summary`, `desc`,`location`,`type`, - `adjust`,`nofinish`,`allow_cid`,`allow_gid`,`deny_cid`,`deny_gid`) - VALUES ( %d, %d, '%s', '%s', '%s', '%s', '%s', '%s', '%s', '%s', '%s', '%s', %d, %d, '%s', '%s', '%s', '%s' ) ", - intval($arr['uid']), - intval($arr['cid']), - dbesc($arr['guid']), - dbesc($arr['uri']), - dbesc($arr['created']), - dbesc($arr['edited']), - dbesc($arr['start']), - dbesc($arr['finish']), - dbesc($arr['summary']), - dbesc($arr['desc']), - dbesc($arr['location']), - dbesc($arr['type']), - intval($arr['adjust']), - intval($arr['nofinish']), - dbesc($arr['allow_cid']), - dbesc($arr['allow_gid']), - dbesc($arr['deny_cid']), - dbesc($arr['deny_gid']) - ); - - $r = q("SELECT * FROM `event` WHERE `uri` = '%s' AND `uid` = %d LIMIT 1", - dbesc($arr['uri']), - intval($arr['uid']) - ); - if (DBM::is_result($r)) { - $event = $r[0]; - } - - $item_arr = []; - - $item_arr['uid'] = $arr['uid']; - $item_arr['contact-id'] = $arr['cid']; - $item_arr['uri'] = $arr['uri']; - $item_arr['parent-uri'] = $arr['uri']; - $item_arr['guid'] = $arr['guid']; - $item_arr['type'] = 'activity'; - $item_arr['wall'] = (($arr['cid']) ? 0 : 1); - $item_arr['contact-id'] = $contact['id']; - $item_arr['owner-name'] = $contact['name']; - $item_arr['owner-link'] = $contact['url']; - $item_arr['owner-avatar'] = $contact['thumb']; - $item_arr['author-name'] = $contact['name']; - $item_arr['author-link'] = $contact['url']; - $item_arr['author-avatar'] = $contact['thumb']; - $item_arr['title'] = ''; - $item_arr['allow_cid'] = $arr['allow_cid']; - $item_arr['allow_gid'] = $arr['allow_gid']; - $item_arr['deny_cid'] = $arr['deny_cid']; - $item_arr['deny_gid'] = $arr['deny_gid']; - $item_arr['private'] = $arr['private']; - $item_arr['visible'] = 1; - $item_arr['verb'] = ACTIVITY_POST; - $item_arr['object-type'] = ACTIVITY_OBJ_EVENT; - $item_arr['origin'] = ((intval($arr['cid']) == 0) ? 1 : 0); - $item_arr['body'] = format_event_bbcode($event); - - - $item_arr['object'] = '' . xmlify(ACTIVITY_OBJ_EVENT) . '' . xmlify($arr['uri']) . ''; - $item_arr['object'] .= '' . xmlify(format_event_bbcode($event)) . ''; - $item_arr['object'] .= '' . "\n"; - - $item_id = Item::insert($item_arr); - if ($item_id) { - Item::update(['event-id' => $event['id']], ['id' => $item_id]); - } - - Addon::callHooks("event_created", $event['id']); - - return $item_id; - } -} - -/** - * @brief Create an array with translation strings used for events. - * - * @return array Array with translations strings. - */ -function get_event_strings() { - - // First day of the week (0 = Sunday). - $firstDay = PConfig::get(local_user(), 'system', 'first_day_of_week', 0); - - $i18n = [ - "firstDay" => $firstDay, - "allday" => L10n::t("all-day"), - - "Sun" => L10n::t("Sun"), - "Mon" => L10n::t("Mon"), - "Tue" => L10n::t("Tue"), - "Wed" => L10n::t("Wed"), - "Thu" => L10n::t("Thu"), - "Fri" => L10n::t("Fri"), - "Sat" => L10n::t("Sat"), - - "Sunday" => L10n::t("Sunday"), - "Monday" => L10n::t("Monday"), - "Tuesday" => L10n::t("Tuesday"), - "Wednesday" => L10n::t("Wednesday"), - "Thursday" => L10n::t("Thursday"), - "Friday" => L10n::t("Friday"), - "Saturday" => L10n::t("Saturday"), - - "Jan" => L10n::t("Jan"), - "Feb" => L10n::t("Feb"), - "Mar" => L10n::t("Mar"), - "Apr" => L10n::t("Apr"), - "May" => L10n::t("May"), - "Jun" => L10n::t("Jun"), - "Jul" => L10n::t("Jul"), - "Aug" => L10n::t("Aug"), - "Sep" => L10n::t("Sept"), - "Oct" => L10n::t("Oct"), - "Nov" => L10n::t("Nov"), - "Dec" => L10n::t("Dec"), - - "January" => L10n::t("January"), - "February" => L10n::t("February"), - "March" => L10n::t("March"), - "April" => L10n::t("April"), - "May" => L10n::t("May"), - "June" => L10n::t("June"), - "July" => L10n::t("July"), - "August" => L10n::t("August"), - "September" => L10n::t("September"), - "October" => L10n::t("October"), - "November" => L10n::t("November"), - "December" => L10n::t("December"), - - "today" => L10n::t("today"), - "month" => L10n::t("month"), - "week" => L10n::t("week"), - "day" => L10n::t("day"), - - "noevent" => L10n::t("No events to display"), - - "dtstart_label" => L10n::t("Starts:"), - "dtend_label" => L10n::t("Finishes:"), - "location_label" => L10n::t("Location:") - ]; - - return $i18n; -} - -/** - * @brief Removes duplicated birthday events. - * - * @param array $dates Array of possibly duplicated events. - * @return array Cleaned events. - * - * @todo We should replace this with a separate update function if there is some time left. - */ -function event_remove_duplicates($dates) { - $dates2 = []; - - foreach ($dates as $date) { - if ($date['type'] == 'birthday') { - $dates2[$date['uid'] . "-" . $date['cid'] . "-" . $date['start']] = $date; - } else { - $dates2[] = $date; - } - } - return $dates2; -} - -/** - * @brief Get an event by its event ID. - * - * @param int $owner_uid The User ID of the owner of the event - * @param array $event_params An assoziative array with - * int 'event_id' => The ID of the event in the event table - * @param string $sql_extra - * @return array Query result - */ -function event_by_id($owner_uid = 0, $event_params, $sql_extra = '') { - // Ownly allow events if there is a valid owner_id. - if ($owner_uid == 0) { - return; - } - - // Query for the event by event id - $r = q("SELECT `event`.*, `item`.`id` AS `itemid`,`item`.`plink`, - `item`.`author-name`, `item`.`author-avatar`, `item`.`author-link` FROM `event` - LEFT JOIN `item` ON `item`.`event-id` = `event`.`id` AND `item`.`uid` = `event`.`uid` - WHERE `event`.`uid` = %d AND `event`.`id` = %d $sql_extra", - intval($owner_uid), - intval($event_params["event_id"]) - ); - - if (DBM::is_result($r)) { - return event_remove_duplicates($r); - } -} - -/** - * @brief Get all events in a specific timeframe. - * - * @param int $owner_uid The User ID of the owner of the events. - * @param array $event_params An assoziative array with - * int 'ignored' =>
- * string 'start' => Start time of the timeframe.
- * string 'finish' => Finish time of the timeframe.
- * string 'adjust_start' =>
- * string 'adjust_start' => - * - * @param string $sql_extra Additional sql conditions (e.g. permission request). - * - * @return array Query results. - */ -function events_by_date($owner_uid = 0, $event_params, $sql_extra = '') { - // Only allow events if there is a valid owner_id. - if ($owner_uid == 0) { - return; - } - - // Query for the event by date. - $r = q("SELECT `event`.*, `item`.`id` AS `itemid`,`item`.`plink`, - `item`.`author-name`, `item`.`author-avatar`, `item`.`author-link` FROM `event` - LEFT JOIN `item` ON `item`.`event-id` = `event`.`id` AND `item`.`uid` = `event`.`uid` - WHERE `event`.`uid` = %d AND event.ignore = %d - AND ((`adjust` = 0 AND (`finish` >= '%s' OR (nofinish AND start >= '%s')) AND `start` <= '%s') - OR (`adjust` = 1 AND (`finish` >= '%s' OR (nofinish AND start >= '%s')) AND `start` <= '%s')) - $sql_extra ", - intval($owner_uid), - intval($event_params["ignored"]), - dbesc($event_params["start"]), - dbesc($event_params["start"]), - dbesc($event_params["finish"]), - dbesc($event_params["adjust_start"]), - dbesc($event_params["adjust_start"]), - dbesc($event_params["adjust_finish"]) - ); - - if (DBM::is_result($r)) { - return event_remove_duplicates($r); - } -} - -/** - * @brief Convert an array query results in an arry which could be used by the events template. - * - * @param array $arr Event query array. - * @return array Event array for the template. - */ -function process_events($arr) { - $events=[]; - - $last_date = ''; - $fmt = L10n::t('l, F j'); - if (count($arr)) { - foreach ($arr as $rr) { - $j = (($rr['adjust']) ? DateTimeFormat::local($rr['start'], 'j') : DateTimeFormat::utc($rr['start'], 'j')); - $d = (($rr['adjust']) ? DateTimeFormat::local($rr['start'], $fmt) : DateTimeFormat::utc($rr['start'], $fmt)); - $d = day_translate($d); - - $start = (($rr['adjust']) ? DateTimeFormat::local($rr['start'], 'c') : DateTimeFormat::utc($rr['start'], 'c')); - if ($rr['nofinish']) { - $end = null; - } else { - $end = (($rr['adjust']) ? DateTimeFormat::local($rr['finish'], 'c') : DateTimeFormat::utc($rr['finish'], 'c')); - } - - $is_first = ($d !== $last_date); - - $last_date = $d; - - // Show edit and drop actions only if the user is the owner of the event and the event - // is a real event (no bithdays). - $edit = null; - $copy = null; - $drop = null; - if (local_user() && local_user() == $rr['uid'] && $rr['type'] == 'event') { - $edit = ((! $rr['cid']) ? [System::baseUrl() . '/events/event/' . $rr['id'], L10n::t('Edit event'), '', ''] : null); - $copy = ((! $rr['cid']) ? [System::baseUrl() . '/events/copy/' . $rr['id'], L10n::t('Duplicate event'), '', ''] : null); - $drop = [System::baseUrl() . '/events/drop/' . $rr['id'], L10n::t('Delete event'), '', '']; - } - - $title = strip_tags(html_entity_decode(BBCode::convert($rr['summary']), ENT_QUOTES, 'UTF-8')); - if (! $title) { - list($title, $_trash) = explode(" $rr['id'], - 'start' => $start, - 'end' => $end, - 'allDay' => false, - 'title' => $title, - - 'j' => $j, - 'd' => $d, - 'edit' => $edit, - 'drop' => $drop, - 'copy' => $copy, - 'is_first' => $is_first, - 'item' => $rr, - 'html' => $html, - 'plink' => [$rr['plink'], L10n::t('link to source'), '', ''], - ]; - } - } - - return $events; -} - -/** - * @brief Format event to export format (ical/csv). - * - * @param array $events Query result for events. - * @param string $format The output format (ical/csv). - * @param string $timezone The timezone of the user (not implemented yet). - * - * @return string Content according to selected export format. - * - * @todo Implement timezone support - */ -function event_format_export($events, $format = 'ical', $timezone) -{ - if (!((is_array($events)) && count($events))) { - return; - } - - switch ($format) { - // Format the exported data as a CSV file. - case "csv": - header("Content-type: text/csv"); - $o = '"Subject", "Start Date", "Start Time", "Description", "End Date", "End Time", "Location"' . PHP_EOL; - - foreach ($events as $event) { - /// @todo The time / date entries don't include any information about the - /// timezone the event is scheduled in :-/ - $tmp1 = strtotime($event['start']); - $tmp2 = strtotime($event['finish']); - $time_format = "%H:%M:%S"; - $date_format = "%Y-%m-%d"; - - $o .= '"' . $event['summary'] . '", "' . strftime($date_format, $tmp1) . - '", "' . strftime($time_format, $tmp1) . '", "' . $event['desc'] . - '", "' . strftime($date_format, $tmp2) . - '", "' . strftime($time_format, $tmp2) . - '", "' . $event['location'] . '"' . PHP_EOL; - } - break; - - // Format the exported data as a ics file. - case "ical": - header("Content-type: text/ics"); - $o = 'BEGIN:VCALENDAR' . PHP_EOL - . 'VERSION:2.0' . PHP_EOL - . 'PRODID:-//friendica calendar export//0.1//EN' . PHP_EOL; - /// @todo include timezone informations in cases were the time is not in UTC - // see http://tools.ietf.org/html/rfc2445#section-4.8.3 - // . 'BEGIN:VTIMEZONE' . PHP_EOL - // . 'TZID:' . $timezone . PHP_EOL - // . 'END:VTIMEZONE' . PHP_EOL; - // TODO instead of PHP_EOL CRLF should be used for long entries - // but test your solution against http://icalvalid.cloudapp.net/ - // also long lines SHOULD be split at 75 characters length - foreach ($events as $event) { - if ($event['adjust'] == 1) { - $UTC = 'Z'; - } else { - $UTC = ''; - } - $o .= 'BEGIN:VEVENT' . PHP_EOL; - - if ($event['start']) { - $tmp = strtotime($event['start']); - $dtformat = "%Y%m%dT%H%M%S" . $UTC; - $o .= 'DTSTART:' . strftime($dtformat, $tmp) . PHP_EOL; - } - - if (!$event['nofinish']) { - $tmp = strtotime($event['finish']); - $dtformat = "%Y%m%dT%H%M%S" . $UTC; - $o .= 'DTEND:' . strftime($dtformat, $tmp) . PHP_EOL; - } - - if ($event['summary']) { - $tmp = $event['summary']; - $tmp = str_replace(PHP_EOL, PHP_EOL . ' ', $tmp); - $tmp = addcslashes($tmp, ',;'); - $o .= 'SUMMARY:' . $tmp . PHP_EOL; - } - - if ($event['desc']) { - $tmp = $event['desc']; - $tmp = str_replace(PHP_EOL, PHP_EOL . ' ', $tmp); - $tmp = addcslashes($tmp, ',;'); - $o .= 'DESCRIPTION:' . $tmp . PHP_EOL; - } - - if ($event['location']) { - $tmp = $event['location']; - $tmp = str_replace(PHP_EOL, PHP_EOL . ' ', $tmp); - $tmp = addcslashes($tmp, ',;'); - $o .= 'LOCATION:' . $tmp . PHP_EOL; - } - - $o .= 'END:VEVENT' . PHP_EOL; - $o .= PHP_EOL; - } - - $o .= 'END:VCALENDAR' . PHP_EOL; - break; - } - - return $o; -} - -/** - * @brief Get all events for a user ID. - * - * The query for events is done permission sensitive. - * If the user is the owner of the calendar he/she - * will get all of his/her available events. - * If the user is only a visitor only the public events will - * be available. - * - * @param int $uid The user ID. - * @param int $sql_extra Additional sql conditions for permission. - * - * @return array Query results. - */ -function events_by_uid($uid = 0, $sql_extra = '') { - if ($uid == 0) { - return; - } - - // The permission condition if no condition was transmitted. - if ($sql_extra == '') { - $sql_extra = " AND `allow_cid` = '' AND `allow_gid` = '' "; - } - - // Does the user who requests happen to be the owner of the events - // requested? then show all of your events, otherwise only those that - // don't have limitations set in allow_cid and allow_gid. - if (local_user() == $uid) { - $r = q("SELECT `start`, `finish`, `adjust`, `summary`, `desc`, `location`, `nofinish` - FROM `event` WHERE `uid`= %d AND `cid` = 0 ", - intval($uid) - ); - } else { - $r = q("SELECT `start`, `finish`, `adjust`, `summary`, `desc`, `location`, `nofinish` - FROM `event` WHERE `uid`= %d AND `cid` = 0 $sql_extra ", - intval($uid) - ); - } - - if (DBM::is_result($r)) { - return $r; - } -} - -/** - * - * @param int $uid The user ID. - * @param string $format Output format (ical/csv). - * @return array With the results: - * bool 'success' => True if the processing was successful,
- * string 'format' => The output format,
- * string 'extension' => The file extension of the output format,
- * string 'content' => The formatted output content.
- * - * @todo Respect authenticated users with events_by_uid(). - */ -function event_export($uid, $format = 'ical') { - - $process = false; - - // We are allowed to show events. - // Get the timezone the user is in. - $r = q("SELECT `timezone` FROM `user` WHERE `uid` = %d LIMIT 1", intval($uid)); - if (DBM::is_result($r)) { - $timezone = $r[0]['timezone']; - } - - // Get all events which are owned by a uid (respects permissions). - $events = events_by_uid($uid); - - // We have the events that are available for the requestor. - // Now format the output according to the requested format. - if (count($events)) { - $res = event_format_export($events, $format, $timezone); - } - - // If there are results the precess was successfull. - if (x($res)) { - $process = true; - } - - // Get the file extension for the format. - switch ($format) { - case "ical": - $file_ext = "ics"; - break; - - case "csv": - $file_ext = "csv"; - break; - - default: - $file_ext = ""; - } - - $arr = [ - 'success' => $process, - 'format' => $format, - 'extension' => $file_ext, - 'content' => $res, - ]; - - return $arr; -} - -/** - * @brief Get the events widget. - * - * @return string Formated html of the evens widget. - */ -function widget_events() { - $a = get_app(); - - $owner_uid = $a->data['user']['uid']; - // $a->data is only available if the profile page is visited. If the visited page is not part - // of the profile page it should be the personal /events page. So we can use $a->user. - $user = ($a->data['user']['nickname'] ? $a->data['user']['nickname'] : $a->user['nickname']); - - - // The permission testing is a little bit tricky because we have to respect many cases. - - // It's not the private events page (we don't get the $owner_uid for /events). - if (! local_user() && ! $owner_uid) { - return; - } - - /* - * Cal logged in user (test permission at foreign profile page). - * If the $owner uid is available we know it is part of one of the profile pages (like /cal). - * So we have to test if if it's the own profile page of the logged in user - * or a foreign one. For foreign profile pages we need to check if the feature - * for exporting the cal is enabled (otherwise the widget would appear for logged in users - * on foreigen profile pages even if the widget is disabled). - */ - if (intval($owner_uid) && local_user() !== $owner_uid && ! Feature::isEnabled($owner_uid, "export_calendar")) { - return; - } - - /* - * If it's a kind of profile page (intval($owner_uid)) return if the user not logged in and - * export feature isn't enabled. - */ - if (intval($owner_uid) && ! local_user() && ! Feature::isEnabled($owner_uid, "export_calendar")) { - return; - } - - return replace_macros(get_markup_template("events_aside.tpl"), [ - '$etitle' => L10n::t("Export"), - '$export_ical' => L10n::t("Export calendar as ical"), - '$export_csv' => L10n::t("Export calendar as csv"), - '$user' => $user - ]); -} - -/** - * @brief Format an item array with event data to HTML. - * - * @param arr $item Array with item and event data. - * @return string HTML output. - */ -function format_event_item($item) { - $same_date = false; - $finish = false; - - // Set the different time formats. - $dformat = L10n::t('l F d, Y \@ g:i A'); // Friday January 18, 2011 @ 8:01 AM. - $dformat_short = L10n::t('D g:i A'); // Fri 8:01 AM. - $tformat = L10n::t('g:i A'); // 8:01 AM. - - // Convert the time to different formats. - $dtstart_dt = day_translate( - $item['event-adjust'] ? - DateTimeFormat::local($item['event-start'], $dformat) - : DateTimeFormat::utc($item['event-start'], $dformat) - ); - $dtstart_title = DateTimeFormat::utc($item['event-start'], $item['event-adjust'] ? DateTimeFormat::ATOM : 'Y-m-d\TH:i:s'); - // Format: Jan till Dec. - $month_short = day_short_translate( - $item['event-adjust'] ? - DateTimeFormat::local($item['event-start'], 'M') - : DateTimeFormat::utc($item['event-start'], 'M') - ); - // Format: 1 till 31. - $date_short = $item['event-adjust'] ? - DateTimeFormat::local($item['event-start'], 'j') - : DateTimeFormat::utc($item['event-start'], 'j'); - $start_time = $item['event-adjust'] ? - DateTimeFormat::local($item['event-start'], $tformat) - : DateTimeFormat::utc($item['event-start'], $tformat); - $start_short = day_short_translate( - $item['event-adjust'] ? - DateTimeFormat::local($item['event-start'], $dformat_short) - : DateTimeFormat::utc($item['event-start'], $dformat_short) - ); - - // If the option 'nofinisch' isn't set, we need to format the finish date/time. - if (!$item['event-nofinish']) { - $finish = true; - $dtend_dt = day_translate( - $item['event-adjust'] ? - DateTimeFormat::local($item['event-finish'], $dformat) - : DateTimeFormat::utc($item['event-finish'], $dformat) - ); - $dtend_title = DateTimeFormat::utc($item['event-finish'], $item['event-adjust'] ? DateTimeFormat::ATOM : 'Y-m-d\TH:i:s'); - $end_short = day_short_translate( - $item['event-adjust'] ? - DateTimeFormat::local($item['event-finish'], $dformat_short) - : DateTimeFormat::utc($item['event-finish'], $dformat_short) - ); - $end_time = $item['event-adjust'] ? - DateTimeFormat::local($item['event-finish'], $tformat) - : DateTimeFormat::utc($item['event-finish'], $tformat); - // Check if start and finish time is at the same day. - if (substr($dtstart_title, 0, 10) === substr($dtend_title, 0, 10)) { - $same_date = true; - } - } - - // Format the event location. - $evloc = event_location2array($item['event-location']); - $location = []; - - if (isset($evloc['name'])) { - $location['name'] = prepare_text($evloc['name']); - } - // Construct the map HTML. - if (isset($evloc['address'])) { - $location['map'] = '
' . Map::byLocation($evloc['address']) . '
'; - } elseif (isset($evloc['coordinates'])) { - $location['map'] = '
' . Map::byCoordinates(str_replace('/', ' ', $evloc['coordinates'])) . '
'; - } - - // Construct the profile link (magic-auth). - $sp = false; - $profile_link = best_link_url($item, $sp); - - if (!$sp) { - $profile_link = Profile::zrl($profile_link); - } - - $event = replace_macros(get_markup_template('event_stream_item.tpl'), [ - '$id' => $item['event-id'], - '$title' => prepare_text($item['event-summary']), - '$dtstart_label' => L10n::t('Starts:'), - '$dtstart_title' => $dtstart_title, - '$dtstart_dt' => $dtstart_dt, - '$finish' => $finish, - '$dtend_label' => L10n::t('Finishes:'), - '$dtend_title' => $dtend_title, - '$dtend_dt' => $dtend_dt, - '$month_short' => $month_short, - '$date_short' => $date_short, - '$same_date' => $same_date, - '$start_time' => $start_time, - '$start_short' => $start_short, - '$end_time' => $end_time, - '$end_short' => $end_short, - '$author_name' => $item['author-name'], - '$author_link' => $profile_link, - '$author_avatar' => $item['author-avatar'], - '$description' => prepare_text($item['event-desc']), - '$location_label' => L10n::t('Location:'), - '$show_map_label' => L10n::t('Show map'), - '$hide_map_label' => L10n::t('Hide map'), - '$map_btn_label' => L10n::t('Show map'), - '$location' => $location - ]); - - return $event; -} - -/** - * @brief Format a string with map bbcode to an array with location data. - * - * Note: The string must only contain location data. A string with no bbcode will be - * handled as location name. - * - * @param string $s The string with the bbcode formatted location data. - * - * @return array The array with the location data. - * 'name' => The name of the location,
- * 'address' => The address of the location,
- * 'coordinates' => Latitude‎ and longitude‎ (e.g. '48.864716,2.349014').
- */ -function event_location2array($s = '') { - if ($s == '') { - return; - } - - $location = ['name' => $s]; - - // Map tag with location name - e.g. [map]Paris[/map]. - if (strpos($s, '[/map]') !== false) { - $found = preg_match("/\[map\](.*?)\[\/map\]/ism", $s, $match); - if (intval($found) > 0 && array_key_exists(1, $match)) { - $location['address'] = $match[1]; - // Remove the map bbcode from the location name. - $location['name'] = str_replace($match[0], "", $s); - } - // Map tag with coordinates - e.g. [map=48.864716,2.349014]. - } elseif (strpos($s, '[map=') !== false) { - $found = preg_match("/\[map=(.*?)\]/ism", $s, $match); - if (intval($found) > 0 && array_key_exists(1, $match)) { - $location['coordinates'] = $match[1]; - // Remove the map bbcode from the location name. - $location['name'] = str_replace($match[0], "", $s); - } - } - - return $location; -} diff --git a/include/html2bbcode.php b/include/html2bbcode.php deleted file mode 100644 index a5967d2cb3..0000000000 --- a/include/html2bbcode.php +++ /dev/null @@ -1,403 +0,0 @@ -query("//".$oldnode); - foreach ($list as $oldNode) { - $attr = []; - if ($oldNode->attributes->length) { - foreach ($oldNode->attributes as $attribute) { - $attr[$attribute->name] = $attribute->value; - } - } - - $replace = true; - - $startbb = $savestart; - - $i = 0; - - foreach ($attributes as $attribute => $value) { - $startbb = str_replace('\x01'.++$i, '$1', $startbb); - if (strpos('*'.$startbb, '$1') > 0) { - if ($replace && (@$attr[$attribute] != '')) { - $startbb = preg_replace($value, $startbb, $attr[$attribute], -1, $count); - - // If nothing could be changed - if ($count == 0) { - $replace = false; - } - } else { - $replace = false; - } - } else { - if (@$attr[$attribute] != $value) { - $replace = false; - } - } - } - - if ($replace) { - $StartCode = $oldNode->ownerDocument->createTextNode($startbb); - $EndCode = $oldNode->ownerDocument->createTextNode($endbb); - - $oldNode->parentNode->insertBefore($StartCode, $oldNode); - - if ($oldNode->hasChildNodes()) { - foreach ($oldNode->childNodes as $child) { - $newNode = $child->cloneNode(true); - $oldNode->parentNode->insertBefore($newNode, $oldNode); - } - } - - $oldNode->parentNode->insertBefore($EndCode, $oldNode); - $oldNode->parentNode->removeChild($oldNode); - } - } - return($replace); -} - -function html2bbcode($message, $basepath = '') -{ - - $message = str_replace("\r", "", $message); - - // Removing code blocks before the whitespace removal processing below - $codeblocks = []; - $message = preg_replace_callback( - '#
(.*)
#iUs', - function ($matches) use (&$codeblocks) { - $return = '[codeblock-' . count($codeblocks) . ']'; - - $prefix = '[code]'; - if ($matches[1] != '') { - $prefix = '[code=' . $matches[1] . ']'; - } - $codeblocks[] = $prefix . trim($matches[2]) . '[/code]'; - return $return; - }, - $message - ); - - $message = str_replace( - [ - "
  • ", - "

  • ", - ], - [ - "
  • ", - "
  • ", - ], - $message - ); - - // remove namespaces - $message = preg_replace('=<(\w+):(.+?)>=', '', $message); - $message = preg_replace('==', '', $message); - - $doc = new DOMDocument(); - $doc->preserveWhiteSpace = false; - - $message = mb_convert_encoding($message, 'HTML-ENTITIES', "UTF-8"); - - @$doc->loadHTML($message); - - XML::deleteNode($doc, 'style'); - XML::deleteNode($doc, 'head'); - XML::deleteNode($doc, 'title'); - XML::deleteNode($doc, 'meta'); - XML::deleteNode($doc, 'xml'); - XML::deleteNode($doc, 'removeme'); - - $xpath = new DomXPath($doc); - $list = $xpath->query("//pre"); - foreach ($list as $node) { - $node->nodeValue = str_replace("\n", "\r", $node->nodeValue); - } - - $message = $doc->saveHTML(); - $message = str_replace(["\n<", ">\n", "\r", "\n", "\xC3\x82\xC2\xA0"], ["<", ">", "
    ", " ", ""], $message); - $message = preg_replace('= [\s]*=i', " ", $message); - @$doc->loadHTML($message); - - node2bbcode($doc, 'html', [], "", ""); - node2bbcode($doc, 'body', [], "", ""); - - // Outlook-Quote - Variant 1 - node2bbcode($doc, 'p', ['class'=>'MsoNormal', 'style'=>'margin-left:35.4pt'], '[quote]', '[/quote]'); - - // Outlook-Quote - Variant 2 - node2bbcode($doc, 'div', ['style'=>'border:none;border-left:solid blue 1.5pt;padding:0cm 0cm 0cm 4.0pt'], '[quote]', '[/quote]'); - - // MyBB-Stuff - node2bbcode($doc, 'span', ['style'=>'text-decoration: underline;'], '[u]', '[/u]'); - node2bbcode($doc, 'span', ['style'=>'font-style: italic;'], '[i]', '[/i]'); - node2bbcode($doc, 'span', ['style'=>'font-weight: bold;'], '[b]', '[/b]'); - - /*node2bbcode($doc, 'font', array('face'=>'/([\w ]+)/', 'size'=>'/(\d+)/', 'color'=>'/(.+)/'), '[font=$1][size=$2][color=$3]', '[/color][/size][/font]'); - node2bbcode($doc, 'font', array('size'=>'/(\d+)/', 'color'=>'/(.+)/'), '[size=$1][color=$2]', '[/color][/size]'); - node2bbcode($doc, 'font', array('face'=>'/([\w ]+)/', 'size'=>'/(.+)/'), '[font=$1][size=$2]', '[/size][/font]'); - node2bbcode($doc, 'font', array('face'=>'/([\w ]+)/', 'color'=>'/(.+)/'), '[font=$1][color=$3]', '[/color][/font]'); - node2bbcode($doc, 'font', array('face'=>'/([\w ]+)/'), '[font=$1]', '[/font]'); - node2bbcode($doc, 'font', array('size'=>'/(\d+)/'), '[size=$1]', '[/size]'); - node2bbcode($doc, 'font', array('color'=>'/(.+)/'), '[color=$1]', '[/color]'); - */ - // Untested - //node2bbcode($doc, 'span', array('style'=>'/.*font-size:\s*(.+?)[,;].*font-family:\s*(.+?)[,;].*color:\s*(.+?)[,;].*/'), '[size=$1][font=$2][color=$3]', '[/color][/font][/size]'); - //node2bbcode($doc, 'span', array('style'=>'/.*font-size:\s*(\d+)[,;].*/'), '[size=$1]', '[/size]'); - //node2bbcode($doc, 'span', array('style'=>'/.*font-size:\s*(.+?)[,;].*/'), '[size=$1]', '[/size]'); - - node2bbcode($doc, 'span', ['style'=>'/.*color:\s*(.+?)[,;].*/'], '[color="$1"]', '[/color]'); - - //node2bbcode($doc, 'span', array('style'=>'/.*font-family:\s*(.+?)[,;].*/'), '[font=$1]', '[/font]'); - - //node2bbcode($doc, 'div', array('style'=>'/.*font-family:\s*(.+?)[,;].*font-size:\s*(\d+?)pt.*/'), '[font=$1][size=$2]', '[/size][/font]'); - //node2bbcode($doc, 'div', array('style'=>'/.*font-family:\s*(.+?)[,;].*font-size:\s*(\d+?)px.*/'), '[font=$1][size=$2]', '[/size][/font]'); - //node2bbcode($doc, 'div', array('style'=>'/.*font-family:\s*(.+?)[,;].*/'), '[font=$1]', '[/font]'); - - // Importing the classes - interesting for importing of posts from third party networks that were exported from friendica - // Test - //node2bbcode($doc, 'span', array('class'=>'/([\w ]+)/'), '[class=$1]', '[/class]'); - node2bbcode($doc, 'span', ['class'=>'type-link'], '[class=type-link]', '[/class]'); - node2bbcode($doc, 'span', ['class'=>'type-video'], '[class=type-video]', '[/class]'); - - node2bbcode($doc, 'strong', [], '[b]', '[/b]'); - node2bbcode($doc, 'em', [], '[i]', '[/i]'); - node2bbcode($doc, 'b', [], '[b]', '[/b]'); - node2bbcode($doc, 'i', [], '[i]', '[/i]'); - node2bbcode($doc, 'u', [], '[u]', '[/u]'); - - node2bbcode($doc, 'big', [], "[size=large]", "[/size]"); - node2bbcode($doc, 'small', [], "[size=small]", "[/size]"); - - node2bbcode($doc, 'blockquote', [], '[quote]', '[/quote]'); - - node2bbcode($doc, 'br', [], "\n", ''); - - node2bbcode($doc, 'p', ['class'=>'MsoNormal'], "\n", ""); - node2bbcode($doc, 'div', ['class'=>'MsoNormal'], "\r", ""); - - node2bbcode($doc, 'span', [], "", ""); - - node2bbcode($doc, 'span', [], "", ""); - node2bbcode($doc, 'pre', [], "", ""); - - node2bbcode($doc, 'div', [], "\r", "\r"); - node2bbcode($doc, 'p', [], "\n", "\n"); - - node2bbcode($doc, 'ul', [], "[list]", "[/list]"); - node2bbcode($doc, 'ol', [], "[list=1]", "[/list]"); - node2bbcode($doc, 'li', [], "[*]", ""); - - node2bbcode($doc, 'hr', [], "[hr]", ""); - - node2bbcode($doc, 'table', [], "", ""); - node2bbcode($doc, 'tr', [], "\n", ""); - node2bbcode($doc, 'td', [], "\t", ""); - //node2bbcode($doc, 'table', array(), "[table]", "[/table]"); - //node2bbcode($doc, 'th', array(), "[th]", "[/th]"); - //node2bbcode($doc, 'tr', array(), "[tr]", "[/tr]"); - //node2bbcode($doc, 'td', array(), "[td]", "[/td]"); - - //node2bbcode($doc, 'h1', array(), "\n\n[size=xx-large][b]", "[/b][/size]\n"); - //node2bbcode($doc, 'h2', array(), "\n\n[size=x-large][b]", "[/b][/size]\n"); - //node2bbcode($doc, 'h3', array(), "\n\n[size=large][b]", "[/b][/size]\n"); - //node2bbcode($doc, 'h4', array(), "\n\n[size=medium][b]", "[/b][/size]\n"); - //node2bbcode($doc, 'h5', array(), "\n\n[size=small][b]", "[/b][/size]\n"); - //node2bbcode($doc, 'h6', array(), "\n\n[size=x-small][b]", "[/b][/size]\n"); - - node2bbcode($doc, 'h1', [], "\n\n[h1]", "[/h1]\n"); - node2bbcode($doc, 'h2', [], "\n\n[h2]", "[/h2]\n"); - node2bbcode($doc, 'h3', [], "\n\n[h3]", "[/h3]\n"); - node2bbcode($doc, 'h4', [], "\n\n[h4]", "[/h4]\n"); - node2bbcode($doc, 'h5', [], "\n\n[h5]", "[/h5]\n"); - node2bbcode($doc, 'h6', [], "\n\n[h6]", "[/h6]\n"); - - node2bbcode($doc, 'a', ['href'=>'/mailto:(.+)/'], '[mail=$1]', '[/mail]'); - node2bbcode($doc, 'a', ['href'=>'/(.+)/'], '[url=$1]', '[/url]'); - - node2bbcode($doc, 'img', ['src'=>'/(.+)/', 'width'=>'/(\d+)/', 'height'=>'/(\d+)/'], '[img=$2x$3]$1', '[/img]'); - node2bbcode($doc, 'img', ['src'=>'/(.+)/'], '[img]$1', '[/img]'); - - - node2bbcode($doc, 'video', ['src'=>'/(.+)/'], '[video]$1', '[/video]'); - node2bbcode($doc, 'audio', ['src'=>'/(.+)/'], '[audio]$1', '[/audio]'); - node2bbcode($doc, 'iframe', ['src'=>'/(.+)/'], '[iframe]$1', '[/iframe]'); - - node2bbcode($doc, 'key', [], '[code]', '[/code]'); - node2bbcode($doc, 'code', [], '[code]', '[/code]'); - - $message = $doc->saveHTML(); - - // I'm removing something really disturbing - // Don't know exactly what it is - $message = str_replace(chr(194).chr(160), ' ', $message); - - $message = str_replace(" ", " ", $message); - - // removing multiple DIVs - $message = preg_replace('=\r *\r=i', "\n", $message); - $message = str_replace("\r", "\n", $message); - - Addon::callHooks('html2bbcode', $message); - - $message = strip_tags($message); - - $message = html_entity_decode($message, ENT_QUOTES, 'UTF-8'); - - $message = str_replace(["<"], ["<"], $message); - - // remove quotes if they don't make sense - $message = preg_replace('=\[/quote\][\s]*\[quote\]=i', "\n", $message); - - $message = preg_replace('=\[quote\]\s*=i', "[quote]", $message); - $message = preg_replace('=\s*\[/quote\]=i', "[/quote]", $message); - - do { - $oldmessage = $message; - $message = str_replace("\n \n", "\n\n", $message); - } while ($oldmessage != $message); - - do { - $oldmessage = $message; - $message = str_replace("\n\n\n", "\n\n", $message); - } while ($oldmessage != $message); - - do { - $oldmessage = $message; - $message = str_replace( - [ - "[/size]\n\n", - "\n[hr]", - "[hr]\n", - "\n[list", - "[/list]\n", - "\n[/", - "[list]\n", - "[list=1]\n", - "\n[*]"], - [ - "[/size]\n", - "[hr]", - "[hr]", - "[list", - "[/list]", - "[/", - "[list]", - "[list=1]", - "[*]"], - $message - ); - } while ($message != $oldmessage); - - $message = str_replace( - ['[b][b]', '[/b][/b]', '[i][i]', '[/i][/i]'], - ['[b]', '[/b]', '[i]', '[/i]'], - $message - ); - - // Handling Yahoo style of mails - $message = str_replace('[hr][b]From:[/b]', '[quote][b]From:[/b]', $message); - - // Restore code blocks - $message = preg_replace_callback( - '#\[codeblock-([0-9]+)\]#iU', - function ($matches) use ($codeblocks) { - $return = ''; - if (isset($codeblocks[intval($matches[1])])) { - $return = $codeblocks[$matches[1]]; - } - return $return; - }, - $message - ); - - $message = trim($message); - - if ($basepath != '') { - $message = addHostname($message, $basepath); - } - - return $message; -} - -/** - * @brief Sub function to complete incomplete URL - * - * @param array $matches Result of preg_replace_callback - * @param string $basepath Basepath that is used to complete the URL - * - * @return string The expanded URL - */ -function addHostnameSub($matches, $basepath) -{ - $base = parse_url($basepath); - unset($base['query']); - unset($base['fragment']); - - $link = $matches[0]; - $url = $matches[1]; - - $parts = array_merge($base, parse_url($url)); - $url2 = Network::unparseURL($parts); - - return str_replace($url, $url2, $link); -} - -/** - * @brief Complete incomplete URLs in BBCode - * - * @param string $body Body with URLs - * @param string $basepath Basepath that is used to complete the URL - * - * @return string Body with expanded URLs - */ -function addHostname($body, $basepath) -{ - $URLSearchString = "^\[\]"; - - $matches = ["/\[url\=([$URLSearchString]*)\].*?\[\/url\]/ism", - "/\[url\]([$URLSearchString]*)\[\/url\]/ism", - "/\[img\=[0-9]*x[0-9]*\](.*?)\[\/img\]/ism", - "/\[img\](.*?)\[\/img\]/ism", - "/\[zmg\=[0-9]*x[0-9]*\](.*?)\[\/img\]/ism", - "/\[zmg\](.*?)\[\/zmg\]/ism", - "/\[video\](.*?)\[\/video\]/ism", - "/\[audio\](.*?)\[\/audio\]/ism", - ]; - - foreach ($matches as $match) { - $body = preg_replace_callback( - $match, - function ($match) use ($basepath) { - return addHostnameSub($match, $basepath); - }, - $body - ); - } - return $body; -} diff --git a/include/html2plain.php b/include/html2plain.php deleted file mode 100644 index 626f5e45ed..0000000000 --- a/include/html2plain.php +++ /dev/null @@ -1,246 +0,0 @@ - 0) && strlen($line) > $wraplen) { - $newline = trim(substr($line, 0, $pos)); - if ($level > 0) { - $newline = str_repeat(">", $level) . ' ' . $newline; - } - - $newlines[] = $newline . " "; - $line = substr($line, $pos + 1); - } - } while ((strlen($line) > $wraplen) && !($oldline == $line)); - - if ($level > 0) { - $line = str_repeat(">", $level) . ' ' . $line; - } - - $newlines[] = $line; - - return implode($newlines, "\n"); -} - -function quotelevel($message, $wraplength = 75) -{ - $lines = explode("\n", $message); - - $newlines = []; - $level = 0; - foreach ($lines as $line) { - $line = trim($line); - $startquote = false; - while (strpos("*" . $line, '[quote]') > 0) { - $level++; - $pos = strpos($line, '[quote]'); - $line = substr($line, 0, $pos) . substr($line, $pos + 7); - $startquote = true; - } - - $currlevel = $level; - - while (strpos("*" . $line, '[/quote]') > 0) { - $level--; - if ($level < 0) { - $level = 0; - } - - $pos = strpos($line, '[/quote]'); - $line = substr($line, 0, $pos) . substr($line, $pos + 8); - } - - if (!$startquote || ($line != '')) { - $newlines[] = breaklines($line, $currlevel, $wraplength); - } - } - - return implode($newlines, "\n"); -} - -function collecturls($message) -{ - $pattern = '/(.*?)<\/a>/is'; - preg_match_all($pattern, $message, $result, PREG_SET_ORDER); - - $urls = []; - foreach ($result as $treffer) { - $ignore = false; - - // A list of some links that should be ignored - $list = ["/user/", "/tag/", "/group/", "/profile/", "/search?search=", "/search?tag=", "mailto:", "/u/", "/node/", - "//facebook.com/profile.php?id=", "//plus.google.com/", "//twitter.com/"]; - foreach ($list as $listitem) { - if (strpos($treffer[1], $listitem) !== false) { - $ignore = true; - } - } - - if ((strpos($treffer[1], "//twitter.com/") !== false) && (strpos($treffer[1], "/status/") !== false)) { - $ignore = false; - } - - if ((strpos($treffer[1], "//plus.google.com/") !== false) && (strpos($treffer[1], "/posts") !== false)) { - $ignore = false; - } - - if ((strpos($treffer[1], "//plus.google.com/") !== false) && (strpos($treffer[1], "/photos") !== false)) { - $ignore = false; - } - - if (!$ignore) { - $urls[$treffer[1]] = $treffer[1]; - } - } - - return $urls; -} - -function html2plain($html, $wraplength = 75, $compact = false) -{ - global $lang; - - $message = str_replace("\r", "", $html); - - $doc = new DOMDocument(); - $doc->preserveWhiteSpace = false; - - $message = mb_convert_encoding($message, 'HTML-ENTITIES', "UTF-8"); - - @$doc->loadHTML($message); - - $xpath = new DomXPath($doc); - $list = $xpath->query("//pre"); - foreach ($list as $node) { - $node->nodeValue = str_replace("\n", "\r", $node->nodeValue); - } - - $message = $doc->saveHTML(); - $message = str_replace(["\n<", ">\n", "\r", "\n", "\xC3\x82\xC2\xA0"], ["<", ">", "
    ", " ", ""], $message); - $message = preg_replace('= [\s]*=i', " ", $message); - - // Collecting all links - $urls = collecturls($message); - - @$doc->loadHTML($message); - - node2bbcode($doc, 'html', [], '', ''); - node2bbcode($doc, 'body', [], '', ''); - - // MyBB-Auszeichnungen - /* - node2bbcode($doc, 'span', array('style'=>'text-decoration: underline;'), '_', '_'); - node2bbcode($doc, 'span', array('style'=>'font-style: italic;'), '/', '/'); - node2bbcode($doc, 'span', array('style'=>'font-weight: bold;'), '*', '*'); - - node2bbcode($doc, 'strong', array(), '*', '*'); - node2bbcode($doc, 'b', array(), '*', '*'); - node2bbcode($doc, 'i', array(), '/', '/'); - node2bbcode($doc, 'u', array(), '_', '_'); - */ - - if ($compact) { - node2bbcode($doc, 'blockquote', [], "»", "«"); - } else { - node2bbcode($doc, 'blockquote', [], '[quote]', "[/quote]\n"); - } - - node2bbcode($doc, 'br', [], "\n", ''); - - node2bbcode($doc, 'span', [], "", ""); - node2bbcode($doc, 'pre', [], "", ""); - node2bbcode($doc, 'div', [], "\r", "\r"); - node2bbcode($doc, 'p', [], "\n", "\n"); - - //node2bbcode($doc, 'ul', array(), "\n[list]", "[/list]\n"); - //node2bbcode($doc, 'ol', array(), "\n[list=1]", "[/list]\n"); - node2bbcode($doc, 'li', [], "\n* ", "\n"); - - node2bbcode($doc, 'hr', [], "\n" . str_repeat("-", 70) . "\n", ""); - - node2bbcode($doc, 'tr', [], "\n", ""); - node2bbcode($doc, 'td', [], "\t", ""); - - node2bbcode($doc, 'h1', [], "\n\n*", "*\n"); - node2bbcode($doc, 'h2', [], "\n\n*", "*\n"); - node2bbcode($doc, 'h3', [], "\n\n*", "*\n"); - node2bbcode($doc, 'h4', [], "\n\n*", "*\n"); - node2bbcode($doc, 'h5', [], "\n\n*", "*\n"); - node2bbcode($doc, 'h6', [], "\n\n*", "*\n"); - - // Problem: there is no reliable way to detect if it is a link to a tag or profile - //node2bbcode($doc, 'a', array('href'=>'/(.+)/'), ' $1 ', ' ', true); - //node2bbcode($doc, 'a', array('href'=>'/(.+)/', 'rel'=>'oembed'), ' $1 ', '', true); - //node2bbcode($doc, 'img', array('alt'=>'/(.+)/'), '$1', ''); - //node2bbcode($doc, 'img', array('title'=>'/(.+)/'), '$1', ''); - //node2bbcode($doc, 'img', array(), '', ''); - if (!$compact) { - node2bbcode($doc, 'img', ['src' => '/(.+)/'], ' [img]$1', '[/img] '); - } else { - node2bbcode($doc, 'img', ['src' => '/(.+)/'], ' ', ' '); - } - - node2bbcode($doc, 'iframe', ['src' => '/(.+)/'], ' $1 ', ''); - - $message = $doc->saveHTML(); - - if (!$compact) { - $message = str_replace("[img]", "", $message); - $message = str_replace("[/img]", "", $message); - } - - // was ersetze ich da? - // Irgendein stoerrisches UTF-Zeug - $message = str_replace(chr(194) . chr(160), ' ', $message); - - $message = str_replace(" ", " ", $message); - - // Aufeinanderfolgende DIVs - $message = preg_replace('=\r *\r=i', "\n", $message); - $message = str_replace("\r", "\n", $message); - - $message = strip_tags($message); - - $message = html_entity_decode($message, ENT_QUOTES, 'UTF-8'); - - if (!$compact && ($message != '')) { - foreach ($urls as $id => $url) { - if ($url != '' && strpos($message, $url) === false) { - $message .= "\n" . $url . ' '; - } - } - } - - $message = str_replace("\n«", "«\n", $message); - $message = str_replace("»\n", "\n»", $message); - - do { - $oldmessage = $message; - $message = str_replace("\n\n\n", "\n\n", $message); - } while ($oldmessage != $message); - - $message = quotelevel(trim($message), $wraplength); - - return trim($message); -} diff --git a/include/items.php b/include/items.php index 31c8aaa799..af13898b24 100644 --- a/include/items.php +++ b/include/items.php @@ -228,7 +228,7 @@ function add_page_info_to_body($body, $texturl = false, $no_photos = false) { * * @TODO find proper type-hints */ -function consume_feed($xml, $importer, &$contact, &$hub, $datedir = 0, $pass = 0) { +function consume_feed($xml, $importer, $contact, &$hub, $datedir = 0, $pass = 0) { if ($contact['network'] === NETWORK_OSTATUS) { if ($pass < 2) { // Test - remove before flight @@ -290,7 +290,7 @@ function subscribe_to_hub($url, $importer, $contact, $hubmode = 'subscribe') { return; } - $push_url = Config::get('system','url') . '/pubsub/' . $r[0]['nickname'] . '/' . $contact['id']; + $push_url = System::baseUrl() . '/pubsub/' . $r[0]['nickname'] . '/' . $contact['id']; // Use a single verify token, even if multiple hubs $verify_token = ((strlen($contact['hub-verify'])) ? $contact['hub-verify'] : random_string()); diff --git a/include/text.php b/include/text.php index 5f01fae361..ee8a213ff6 100644 --- a/include/text.php +++ b/include/text.php @@ -14,6 +14,7 @@ use Friendica\Core\L10n; use Friendica\Core\PConfig; use Friendica\Core\System; use Friendica\Database\DBM; +use Friendica\Model\Event; use Friendica\Model\Item; use Friendica\Model\Profile; use Friendica\Render\FriendicaSmarty; @@ -21,7 +22,6 @@ use Friendica\Util\DateTimeFormat; use Friendica\Util\Map; require_once "mod/proxy.php"; -require_once "include/event.php"; require_once "include/conversation.php"; /** @@ -1062,7 +1062,7 @@ function linkify($s) { * Load poke verbs * * @return array index is present tense verb - value is array containing past tense verb, translation of present, translation of past + * value is array containing past tense verb, translation of present, translation of past * @hook poke_verbs pokes array */ function get_poke_verbs() { @@ -1169,46 +1169,68 @@ function redir_private_images($a, &$item) } } +/** + * Sets the "rendered-html" field of the provided item + * + * Body is preserved to avoid side-effects as we modify it just-in-time for spoilers and private image links + * + * @param array $item + * @param bool $update + * + * @todo Remove reference, simply return "rendered-html" and "rendered-hash" + */ function put_item_in_cache(&$item, $update = false) { + $body = $item["body"]; + $rendered_hash = defaults($item, 'rendered-hash', ''); + $rendered_html = defaults($item, 'rendered-html', ''); if ($rendered_hash == '' || $item["rendered-html"] == "" || $rendered_hash != hash("md5", $item["body"]) || Config::get("system", "ignore_cache") ) { - // The function "redir_private_images" changes the body. - // I'm not sure if we should store it permanently, so we save the old value. - $body = $item["body"]; - $a = get_app(); redir_private_images($a, $item); $item["rendered-html"] = prepare_text($item["body"]); $item["rendered-hash"] = hash("md5", $item["body"]); - $item["body"] = $body; + + // Force an update if the generated values differ from the existing ones + if ($rendered_hash != $item["rendered-hash"]) { + $update = true; + } + + // Only compare the HTML when we forcefully ignore the cache + if (Config::get("system", "ignore_cache") && ($rendered_html != $item["rendered-html"])) { + $update = true; + } if ($update && ($item["id"] > 0)) { dba::update('item', ['rendered-html' => $item["rendered-html"], 'rendered-hash' => $item["rendered-hash"]], ['id' => $item["id"]], false); } } + + $item["body"] = $body; } /** * @brief Given an item array, convert the body element from bbcode to html and add smilie icons. * If attach is true, also add icons for item attachments. * - * @param array $item + * @param array $item * @param boolean $attach + * @param boolean $is_preview * @return string item body html * @hook prepare_body_init item array before any work - * @hook prepare_body ('item'=>item array, 'html'=>body string) after first bbcode to html + * @hook prepare_body_content_filter ('item'=>item array, 'filter_reasons'=>string array) before first bbcode to html + * @hook prepare_body ('item'=>item array, 'html'=>body string, 'is_preview'=>boolean, 'filter_reasons'=>string array) after first bbcode to html * @hook prepare_body_final ('item'=>item array, 'html'=>body string) after attach icons and blockquote special case handling (spoiler, author) */ -function prepare_body(&$item, $attach = false, $preview = false) { - +function prepare_body(array &$item, $attach = false, $is_preview = false) +{ $a = get_app(); Addon::callHooks('prepare_body_init', $item); @@ -1221,42 +1243,58 @@ function prepare_body(&$item, $attach = false, $preview = false) { // In order to provide theme developers more possibilities, event items // are treated differently. if ($item['object-type'] === ACTIVITY_OBJ_EVENT && isset($item['event-id'])) { - $ev = format_event_item($item); + $ev = Event::getItemHTML($item); return $ev; } - if (!Config::get('system','suppress_tags')) { - $taglist = dba::p("SELECT `type`, `term`, `url` FROM `term` WHERE `otype` = ? AND `oid` = ? AND `type` IN (?, ?) ORDER BY `tid`", - intval(TERM_OBJ_POST), intval($item['id']), intval(TERM_HASHTAG), intval(TERM_MENTION)); + $taglist = dba::p("SELECT `type`, `term`, `url` FROM `term` WHERE `otype` = ? AND `oid` = ? AND `type` IN (?, ?) ORDER BY `tid`", + intval(TERM_OBJ_POST), intval($item['id']), intval(TERM_HASHTAG), intval(TERM_MENTION)); - while ($tag = dba::fetch($taglist)) { - if ($tag["url"] == "") { - $tag["url"] = $searchpath.strtolower($tag["term"]); - } - - $orig_tag = $tag["url"]; - - $tag["url"] = best_link_url($item, $sp, $tag["url"]); - - if ($tag["type"] == TERM_HASHTAG) { - if ($orig_tag != $tag["url"]) { - $item['body'] = str_replace($orig_tag, $tag["url"], $item['body']); - } - $hashtags[] = "#".$tag["term"].""; - $prefix = "#"; - } elseif ($tag["type"] == TERM_MENTION) { - $mentions[] = "@".$tag["term"].""; - $prefix = "@"; - } - $tags[] = $prefix."".$tag["term"].""; + while ($tag = dba::fetch($taglist)) { + if ($tag["url"] == "") { + $tag["url"] = $searchpath . strtolower($tag["term"]); } - dba::close($taglist); + + $orig_tag = $tag["url"]; + + $tag["url"] = best_link_url($item, $sp, $tag["url"]); + + if ($tag["type"] == TERM_HASHTAG) { + if ($orig_tag != $tag["url"]) { + $item['body'] = str_replace($orig_tag, $tag["url"], $item['body']); + } + + $hashtags[] = "#" . $tag["term"] . ""; + $prefix = "#"; + } elseif ($tag["type"] == TERM_MENTION) { + $mentions[] = "@" . $tag["term"] . ""; + $prefix = "@"; + } + + $tags[] = $prefix . "" . $tag["term"] . ""; } + dba::close($taglist); $item['tags'] = $tags; $item['hashtags'] = $hashtags; $item['mentions'] = $mentions; + // Compile eventual content filter reasons + $filter_reasons = []; + if (!$is_preview && !($item['self'] && local_user() == $item['uid'])) { + if (!empty($item['content-warning']) && (!local_user() || !PConfig::get(local_user(), 'system', 'disable_cw', false))) { + $filter_reasons[] = L10n::t('Content warning: %s', $item['content-warning']); + } + + $hook_data = [ + 'item' => $item, + 'filter_reasons' => $filter_reasons + ]; + Addon::callHooks('prepare_body_content_filter', $hook_data); + $filter_reasons = $hook_data['filter_reasons']; + unset($hook_data); + } + // Update the cached values if there is no "zrl=..." on the links. $update = (!local_user() && !remote_user() && ($item["uid"] == 0)); @@ -1268,9 +1306,17 @@ function prepare_body(&$item, $attach = false, $preview = false) { put_item_in_cache($item, $update); $s = $item["rendered-html"]; - $prep_arr = ['item' => $item, 'html' => $s, 'preview' => $preview]; - Addon::callHooks('prepare_body', $prep_arr); - $s = $prep_arr['html']; + $hook_data = [ + 'item' => $item, + 'html' => $s, + 'preview' => $is_preview, + 'filter_reasons' => $filter_reasons + ]; + Addon::callHooks('prepare_body', $hook_data); + $s = $hook_data['html']; + unset($hook_data); + + $s = apply_content_filter($s, $filter_reasons); if (! $attach) { // Replace the blockquotes with quotes that are used in mails. @@ -1281,62 +1327,55 @@ function prepare_body(&$item, $attach = false, $preview = false) { $as = ''; $vhead = false; - $arr = explode('[/attach],', $item['attach']); - if (count($arr)) { - foreach ($arr as $r) { - $matches = false; - $icon = ''; - $cnt = preg_match_all('|\[attach\]href=\"(.*?)\" length=\"(.*?)\" type=\"(.*?)\" title=\"(.*?)\"|',$r ,$matches, PREG_SET_ORDER); - if ($cnt) { - foreach ($matches as $mtch) { - $mime = $mtch[3]; + $matches = []; + preg_match_all('|\[attach\]href=\"(.*?)\" length=\"(.*?)\" type=\"(.*?)\"(?: title=\"(.*?)\")?|', $item['attach'], $matches, PREG_SET_ORDER); + foreach ($matches as $mtch) { + $mime = $mtch[3]; - if ((local_user() == $item['uid']) && ($item['contact-id'] != $a->contact['id']) && ($item['network'] == NETWORK_DFRN)) { - $the_url = 'redir/' . $item['contact-id'] . '?f=1&url=' . $mtch[1]; - } else { - $the_url = $mtch[1]; - } - - if (strpos($mime, 'video') !== false) { - if (!$vhead) { - $vhead = true; - $a->page['htmlhead'] .= replace_macros(get_markup_template('videos_head.tpl'), [ - '$baseurl' => System::baseUrl(), - ]); - $a->page['end'] .= replace_macros(get_markup_template('videos_end.tpl'), [ - '$baseurl' => System::baseUrl(), - ]); - } - - $id = end(explode('/', $the_url)); - $as .= replace_macros(get_markup_template('video_top.tpl'), [ - '$video' => [ - 'id' => $id, - 'title' => L10n::t('View Video'), - 'src' => $the_url, - 'mime' => $mime, - ], - ]); - } - - $filetype = strtolower(substr($mime, 0, strpos($mime, '/'))); - if ($filetype) { - $filesubtype = strtolower(substr($mime, strpos($mime, '/') + 1)); - $filesubtype = str_replace('.', '-', $filesubtype); - } else { - $filetype = 'unkn'; - $filesubtype = 'unkn'; - } - - $title = ((strlen(trim($mtch[4]))) ? escape_tags(trim($mtch[4])) : escape_tags($mtch[1])); - $title .= ' ' . $mtch[2] . ' ' . L10n::t('bytes'); - - $icon = '
    '; - $as .= '' . $icon . ''; - } - } + if ((local_user() == $item['uid']) && ($item['contact-id'] != $a->contact['id']) && ($item['network'] == NETWORK_DFRN)) { + $the_url = 'redir/' . $item['contact-id'] . '?f=1&url=' . $mtch[1]; + } else { + $the_url = $mtch[1]; } + + if (strpos($mime, 'video') !== false) { + if (!$vhead) { + $vhead = true; + $a->page['htmlhead'] .= replace_macros(get_markup_template('videos_head.tpl'), [ + '$baseurl' => System::baseUrl(), + ]); + $a->page['end'] .= replace_macros(get_markup_template('videos_end.tpl'), [ + '$baseurl' => System::baseUrl(), + ]); + } + + $id = end(explode('/', $the_url)); + $as .= replace_macros(get_markup_template('video_top.tpl'), [ + '$video' => [ + 'id' => $id, + 'title' => L10n::t('View Video'), + 'src' => $the_url, + 'mime' => $mime, + ], + ]); + } + + $filetype = strtolower(substr($mime, 0, strpos($mime, '/'))); + if ($filetype) { + $filesubtype = strtolower(substr($mime, strpos($mime, '/') + 1)); + $filesubtype = str_replace('.', '-', $filesubtype); + } else { + $filetype = 'unkn'; + $filesubtype = 'unkn'; + } + + $title = escape_tags(trim(!empty($mtch[4]) ? $mtch[4] : $mtch[1])); + $title .= ' ' . $mtch[2] . ' ' . L10n::t('bytes'); + + $icon = '
    '; + $as .= '' . $icon . ''; } + if ($as != '') { $s .= '
    '.$as.'
    '; } @@ -1386,10 +1425,39 @@ function prepare_body(&$item, $attach = false, $preview = false) { $s = preg_replace('|(]+src="[^"]+/photo/[0-9a-f]+)-[0-9]|', "$1-" . $ps, $s); } - $prep_arr = ['item' => $item, 'html' => $s]; - Addon::callHooks('prepare_body_final', $prep_arr); + $hook_data = ['item' => $item, 'html' => $s]; + Addon::callHooks('prepare_body_final', $hook_data); - return $prep_arr['html']; + return $hook_data['html']; +} + +/** + * Given a HTML text and a set of filtering reasons, adds a content hiding header with the provided reasons + * + * Reasons are expected to have been translated already. + * + * @param string $html + * @param array $reasons + * @return string + */ +function apply_content_filter($html, array $reasons) +{ + if (count($reasons)) { + $rnd = random_string(8); + $content_filter_html = '
      '; + foreach ($reasons as $reason) { + $content_filter_html .= '
    • ' . htmlspecialchars($reason) . '
    • ' . PHP_EOL; + } + $content_filter_html .= '
    +

    ' . + L10n::t('Click to open/close') . + '

    + '; + } + + return $html; } /** @@ -2023,6 +2091,10 @@ function text_highlight($s, $lang) { $lang = 'javascript'; } + if ($lang === 'bash') { + $lang = 'sh'; + } + // @TODO: Replace Text_Highlighter_Renderer_Html by scrivo/highlight.php // Autoload the library to make constants available diff --git a/index.php b/index.php index ef84400990..2f23ea791a 100644 --- a/index.php +++ b/index.php @@ -24,9 +24,7 @@ use Friendica\Module\Login; require_once 'boot.php'; -if (empty($a)) { - $a = new App(__DIR__); -} +$a = new App(__DIR__); BaseObject::setApp($a); // We assume that the index.php is called by a frontend process @@ -53,9 +51,13 @@ if (!$install) { require_once "include/dba.php"; if (!$install) { - dba::connect($db_host, $db_user, $db_pass, $db_data, $install); + $result = dba::connect($db_host, $db_user, $db_pass, $db_data); unset($db_host, $db_user, $db_pass, $db_data); + if (!$result) { + System::unavailable(); + } + /** * Load configs from db. Overwrite configs from .htconfig.php */ @@ -72,12 +74,13 @@ if (!$install) { if (Config::get('system', 'force_ssl') && ($a->get_scheme() == "http") && (intval(Config::get('system', 'ssl_policy')) == SSL_POLICY_FULL) && (substr(System::baseUrl(), 0, 8) == "https://") - ) { + && ($_SERVER['REQUEST_METHOD'] == 'GET')) { header("HTTP/1.1 302 Moved Temporarily"); header("Location: " . System::baseUrl() . "/" . $a->query_string); exit(); } + Config::init(); Session::init(); Addon::loadHooks(); Addon::callHooks('init_1'); @@ -225,8 +228,36 @@ if (strlen($a->module)) { */ // Compatibility with the Android Diaspora client - if ($a->module == "stream") { - $a->module = "network"; + if ($a->module == 'stream') { + goaway('network?f=&order=post'); + } + + if ($a->module == 'conversations') { + goaway('message'); + } + + if ($a->module == 'commented') { + goaway('network?f=&order=comment'); + } + + if ($a->module == 'liked') { + goaway('network?f=&order=comment'); + } + + if ($a->module == 'activity') { + goaway('network/?f=&conv=1'); + } + + if (($a->module == 'status_messages') && ($a->cmd == 'status_messages/new')) { + goaway('bookmarklet'); + } + + if (($a->module == 'user') && ($a->cmd == 'user/edit')) { + goaway('settings'); + } + + if (($a->module == 'tag_followings') && ($a->cmd == 'tag_followings/manage')) { + goaway('search'); } // Compatibility with the Firefox App diff --git a/mod/_well_known.php b/mod/_well_known.php index 25289171f6..c5bee3fdad 100644 --- a/mod/_well_known.php +++ b/mod/_well_known.php @@ -46,8 +46,10 @@ function wk_social_relay() $server_tags = Config::get('system', 'relay_server_tags'); $tagitems = explode(",", $server_tags); + /// @todo Check if it was better to use "strtolower" on the tags foreach ($tagitems AS $tag) { - $tags[trim($tag, "# ")] = trim($tag, "# "); + $tag = trim($tag, "# "); + $tags[$tag] = $tag; } if (Config::get('system', 'relay_user_tags')) { @@ -62,7 +64,9 @@ function wk_social_relay() $taglist = []; foreach ($tags AS $tag) { - $taglist[] = $tag; + if (!empty($tag)) { + $taglist[] = $tag; + } } $relay = [ diff --git a/mod/acl.php b/mod/acl.php index 11d9e5683a..817a026553 100644 --- a/mod/acl.php +++ b/mod/acl.php @@ -32,7 +32,7 @@ function acl_content(App $a) $search = $_REQUEST['query']; } - logger('Searching for ' . $search . ' - type ' . $type, LOGGER_DEBUG); + logger("Searching for ".$search." - type ".$type." conversation ".$conv_id, LOGGER_DEBUG); if ($search != '') { $sql_extra = "AND `name` LIKE '%%" . dbesc($search) . "%%'"; @@ -239,6 +239,12 @@ function acl_content(App $a) $items = array_merge($groups, $contacts); if ($conv_id) { + // In multi threaded posts the conv_id is not the parent of the whole thread + $parent_item = dba::selectFirst('item', ['parent'], ['id' => $conv_id]); + if (DBM::is_result($parent_item)) { + $conv_id = $parent_item['parent']; + } + /* * if $conv_id is set, get unknown contacts in thread * but first get known contacts url to filter them out diff --git a/mod/admin.php b/mod/admin.php index 967893e974..74849ea9ed 100644 --- a/mod/admin.php +++ b/mod/admin.php @@ -109,6 +109,9 @@ function admin_post(App $a) } $return_path = 'admin/themes/' . $theme; break; + case 'tos': + admin_page_tos_post($a); + break; case 'features': admin_page_features_post($a); break; @@ -181,7 +184,8 @@ function admin_content(App $a) 'users' => ["admin/users/" , L10n::t("Users") , "users"], 'addons' => ["admin/addons/" , L10n::t("Addons") , "addons"], 'themes' => ["admin/themes/" , L10n::t("Themes") , "themes"], - 'features' => ["admin/features/" , L10n::t("Additional features") , "features"] ]], + 'features' => ["admin/features/" , L10n::t("Additional features") , "features"], + 'tos' => ["admin/tos/" , L10n::t("Terms of Service") , "tos"] ]], 'database' => [ L10n::t('Database'), [ 'dbsync' => ["admin/dbsync/" , L10n::t('DB updates') , "dbsync"], 'queue' => ["admin/queue/" , L10n::t('Inspect Queue') , "queue"], ]], @@ -265,6 +269,9 @@ function admin_content(App $a) case 'deleteitem': $o = admin_page_deleteitem($a); break; + case 'tos': + $o = admin_page_tos($a); + break; default: notice(L10n::t("Item not found.")); } @@ -281,6 +288,50 @@ function admin_content(App $a) } } +/** + * @brief Subpage to define the display of a Terms of Usage page. + * + * @param App $a + * @return string + */ +function admin_page_tos(App $a) +{ + $t = get_markup_template('admin/tos.tpl'); + return replace_macros($t, [ + '$title' => L10n::t('Administration'), + '$page' => L10n::t('Terms of Service'), + '$displaytos' => ['displaytos', L10n::t('Display Terms of Service'), Config::get('system', 'tosdisplay'), L10n::t('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.')], + '$displayprivstatement' => ['displayprivstatement', L10n::t('Display Privacy Statement'), Config::get('system','tosprivstatement'), L10n::t('Show some informations regarding the needed information to operate the node according e.g. to EU-GDPR.','https://en.wikipedia.org/wiki/General_Data_Protection_Regulation')], + '$tostext' => ['tostext', L10n::t('The Terms of Service'), Config::get('system', 'tostext'), L10n::t('Enter the Terms of Service for your node here. You can use BBCode. Headers of sections should be [h2] and below.')], + '$form_security_token' => get_form_security_token("admin_tos"), + '$submit' => L10n::t('Save Settings'), + ]); +} +/** + * @brief Process send data from Admin TOS Page + * + * @param App $a + */ +function admin_page_tos_post(App $a) +{ + check_form_security_token_redirectOnErr('/admin/tos', 'admin_tos'); + + if (!x($_POST, "page_tos")) { + return; + } + + $displaytos = ((x($_POST, 'displaytos')) ? True : False); + $displayprivstatement = ((x($_POST, 'displayprivstatement')) ? True : False); + $tostext = ((x($_POST, 'tostext')) ? strip_tags(trim($_POST['tostext'])) : ''); + + Config::set('system', 'tosdisplay', $displaytos); + Config::set('system', 'tosprivstatement', $displayprivstatement); + Config::set('system', 'tostext', $tostext); + + goaway('admin/tos'); + + return; // NOTREACHED +} /** * @brief Subpage to modify the server wide block list via the admin panel. * @@ -635,8 +686,21 @@ function admin_page_federation(App $a) $v = $newVv; } - foreach ($v as $key => $vv) - $v[$key]["version"] = trim(strip_tags($vv["version"])); + // Assure that the versions are sorted correctly + $v2 = []; + $versions = []; + foreach ($v as $vv) { + $version = trim(strip_tags($vv["version"])); + $v2[$version] = $vv; + $versions[] = $version; + } + + usort($versions, 'version_compare'); + + $v = []; + foreach ($versions as $version) { + $v[] = $v2[$version]; + } // the 3rd array item is needed for the JavaScript graphs as JS does // not like some characters in the names of variables... @@ -718,7 +782,7 @@ function admin_page_summary(App $a) $warningtext = []; if (DBM::is_result($r)) { $showwarning = true; - $warningtext[] = L10n::t('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 here for a guide that may be helpful converting the table engines. You may also use the command php scripts/dbstructure.php toinnodb of your Friendica installation for an automatic conversion.
    ', 'https://dev.mysql.com/doc/refman/5.7/en/converting-tables-to-innodb.html'); + $warningtext[] = L10n::t('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 here for a guide that may be helpful converting the table engines. You may also use the command php bin/console.php dbstructure toinnodb of your Friendica installation for an automatic conversion.
    ', 'https://dev.mysql.com/doc/refman/5.7/en/converting-tables-to-innodb.html'); } // Check if github.com/friendica/master/VERSION is higher then // the local version of Friendica. Check is opt-in, source may be master or devel branch @@ -735,7 +799,7 @@ function admin_page_summary(App $a) } if (Config::get('system', 'dbupdate') == DB_UPDATE_FAILED) { $showwarning = true; - $warningtext[] = L10n::t('The database update failed. Please run "php scripts/dbstructure.php update" from the command line and have a look at the errors that might appear.'); + $warningtext[] = L10n::t('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.'); } $last_worker_call = Config::get('system', 'last_poller_execution', false); @@ -871,8 +935,9 @@ function admin_page_site_post(App $a) update_table("gcontact", ['connect', 'addr'], $old_host, $new_host); // update config - $a->set_baseurl($new_url); + Config::set('system', 'hostname', parse_url($new_url, PHP_URL_HOST)); Config::set('system', 'url', $new_url); + $a->set_baseurl($new_url); // send relocate $users = q("SELECT `uid` FROM `user` WHERE `account_removed` = 0 AND `account_expired` = 0"); @@ -906,7 +971,7 @@ function admin_page_site_post(App $a) $daily_registrations = ((x($_POST,'max_daily_registrations')) ? intval(trim($_POST['max_daily_registrations'])) :0); $abandon_days = ((x($_POST,'abandon_days')) ? intval(trim($_POST['abandon_days'])) : 0); - $register_text = ((x($_POST,'register_text')) ? notags(trim($_POST['register_text'])) : ''); + $register_text = ((x($_POST,'register_text')) ? strip_tags(trim($_POST['register_text'])) : ''); $allowed_sites = ((x($_POST,'allowed_sites')) ? notags(trim($_POST['allowed_sites'])) : ''); $allowed_email = ((x($_POST,'allowed_email')) ? notags(trim($_POST['allowed_email'])) : ''); @@ -960,11 +1025,19 @@ function admin_page_site_post(App $a) $only_tag_search = ((x($_POST,'only_tag_search')) ? True : False); $rino = ((x($_POST,'rino')) ? intval($_POST['rino']) : 0); $check_new_version_url = ((x($_POST, 'check_new_version_url')) ? notags(trim($_POST['check_new_version_url'])) : 'none'); + $worker_queues = ((x($_POST,'worker_queues')) ? intval($_POST['worker_queues']) : 4); $worker_dont_fork = ((x($_POST,'worker_dont_fork')) ? True : False); $worker_fastlane = ((x($_POST,'worker_fastlane')) ? True : False); $worker_frontend = ((x($_POST,'worker_frontend')) ? True : False); + $relay_directly = ((x($_POST,'relay_directly')) ? True : False); + $relay_server = ((x($_POST,'relay_server')) ? notags(trim($_POST['relay_server'])) : ''); + $relay_subscribe = ((x($_POST,'relay_subscribe')) ? True : False); + $relay_scope = ((x($_POST,'relay_scope')) ? notags(trim($_POST['relay_scope'])) : ''); + $relay_server_tags = ((x($_POST,'relay_server_tags')) ? notags(trim($_POST['relay_server_tags'])) : ''); + $relay_user_tags = ((x($_POST,'relay_user_tags')) ? True : False); + // Has the directory url changed? If yes, then resubmit the existing profiles there if ($global_directory != Config::get('system', 'directory') && ($global_directory != '')) { Config::set('system', 'directory', $global_directory); @@ -1118,10 +1191,19 @@ function admin_page_site_post(App $a) Config::set('system', 'basepath', $basepath); Config::set('system', 'proxy_disabled', $proxy_disabled); Config::set('system', 'only_tag_search', $only_tag_search); + Config::set('system', 'worker_queues', $worker_queues); Config::set('system', 'worker_dont_fork', $worker_dont_fork); Config::set('system', 'worker_fastlane', $worker_fastlane); Config::set('system', 'frontend_worker', $worker_frontend); + + Config::set('system', 'relay_directly', $relay_directly); + Config::set('system', 'relay_server', $relay_server); + Config::set('system', 'relay_subscribe', $relay_subscribe); + Config::set('system', 'relay_scope', $relay_scope); + Config::set('system', 'relay_server_tags', $relay_server_tags); + Config::set('system', 'relay_user_tags', $relay_user_tags); + Config::set('system', 'rino_encrypt', $rino); info(L10n::t('Site settings updated.') . EOL); @@ -1270,6 +1352,7 @@ function admin_page_site(App $a) '$portable_contacts' => L10n::t('Auto Discovered Contact Directory'), '$performance' => L10n::t('Performance'), '$worker_title' => L10n::t('Worker'), + '$relay_title' => L10n::t('Message Relay'), '$relocate' => L10n::t('Relocate - WARNING: advanced function. Could make this server unreachable.'), '$baseurl' => System::baseUrl(true), // name, label, value, help string, extra data... @@ -1293,7 +1376,7 @@ function admin_page_site(App $a) '$register_policy' => ['register_policy', L10n::t("Register policy"), $a->config['register_policy'], "", $register_choices], '$daily_registrations' => ['max_daily_registrations', L10n::t("Maximum Daily Registrations"), Config::get('system', 'max_daily_registrations'), L10n::t("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.")], - '$register_text' => ['register_text', L10n::t("Register text"), $a->config['register_text'], L10n::t("Will be displayed prominently on the registration page.")], + '$register_text' => ['register_text', L10n::t("Register text"), $a->config['register_text'], L10n::t("Will be displayed prominently on the registration page. You can use BBCode here.")], '$abandon_days' => ['abandon_days', L10n::t('Accounts abandoned after x days'), Config::get('system','account_abandon_days'), L10n::t('Will not waste system resources polling external sites for abandonded accounts. Enter 0 for no time limit.')], '$allowed_sites' => ['allowed_sites', L10n::t("Allowed friend domains"), Config::get('system','allowed_sites'), L10n::t("Comma separated list of domains which are allowed to establish friendships with this site. Wildcards are accepted. Empty to allow any domains")], '$allowed_email' => ['allowed_email', L10n::t("Allowed email domains"), Config::get('system','allowed_email'), L10n::t("Comma separated list of domains which are allowed in email addresses for registrations to this site. Wildcards are accepted. Empty to allow any domains")], @@ -1301,7 +1384,7 @@ function admin_page_site(App $a) '$allowed_oembed' => ['allowed_oembed', L10n::t("Allowed OEmbed domains"), Config::get('system','allowed_oembed'), L10n::t("Comma separated list of domains which oembed content is allowed to be displayed. Wildcards are accepted.")], '$block_public' => ['block_public', L10n::t("Block public"), Config::get('system','block_public'), L10n::t("Check to block public access to all otherwise public personal pages on this site unless you are currently logged in.")], '$force_publish' => ['publish_all', L10n::t("Force publish"), Config::get('system','publish_all'), L10n::t("Check to force all profiles on this site to be listed in the site directory.")], - '$global_directory' => ['directory', L10n::t("Global directory URL"), Config::get('system','directory'), L10n::t("URL to the global directory. If this is not set, the global directory is completely unavailable to the application.")], + '$global_directory' => ['directory', L10n::t("Global directory URL"), Config::get('system', 'directory', 'https://dir.friendica.social'), L10n::t("URL to the global directory. If this is not set, the global directory is completely unavailable to the application.")], '$newuser_private' => ['newuser_private', L10n::t("Private posts by default for new users"), Config::get('system','newuser_private'), L10n::t("Set default post permissions for all new members to the default privacy group rather than public.")], '$enotify_no_content' => ['enotify_no_content', L10n::t("Don't include post content in email notifications"), Config::get('system','enotify_no_content'), L10n::t("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.")], '$private_addons' => ['private_addons', L10n::t("Disallow public access to addons listed in the apps menu."), Config::get('config','private_addons'), L10n::t("Checking this box will restrict addons listed in the apps menu to members only.")], @@ -1317,17 +1400,17 @@ function admin_page_site(App $a) '$ostatus_not_able' => L10n::t("OStatus support can only be enabled if threading is enabled."), '$diaspora_able' => $diaspora_able, '$diaspora_not_able' => L10n::t("Diaspora support can't be enabled because Friendica was installed into a sub directory."), - '$diaspora_enabled' => ['diaspora_enabled', L10n::t("Enable Diaspora support"), Config::get('system','diaspora_enabled'), L10n::t("Provide built-in Diaspora network compatibility.")], + '$diaspora_enabled' => ['diaspora_enabled', L10n::t("Enable Diaspora support"), Config::get('system', 'diaspora_enabled', $diaspora_able), L10n::t("Provide built-in Diaspora network compatibility.")], '$dfrn_only' => ['dfrn_only', L10n::t('Only allow Friendica contacts'), Config::get('system','dfrn_only'), L10n::t("All contacts must use Friendica protocols. All other built-in communication protocols disabled.")], '$verifyssl' => ['verifyssl', L10n::t("Verify SSL"), Config::get('system','verifyssl'), L10n::t("If you wish, you can turn on strict certificate checking. This will mean you cannot connect \x28at all\x29 to self-signed SSL sites.")], '$proxyuser' => ['proxyuser', L10n::t("Proxy user"), Config::get('system','proxyuser'), ""], '$proxy' => ['proxy', L10n::t("Proxy URL"), Config::get('system','proxy'), ""], - '$timeout' => ['timeout', L10n::t("Network timeout"), (x(Config::get('system','curl_timeout'))?Config::get('system','curl_timeout'):60), L10n::t("Value is in seconds. Set to 0 for unlimited \x28not recommended\x29.")], - '$maxloadavg' => ['maxloadavg', L10n::t("Maximum Load Average"), ((intval(Config::get('system','maxloadavg')) > 0)?Config::get('system','maxloadavg'):50), L10n::t("Maximum system load before delivery and poll processes are deferred - default 50.")], - '$maxloadavg_frontend' => ['maxloadavg_frontend', L10n::t("Maximum Load Average \x28Frontend\x29"), ((intval(Config::get('system','maxloadavg_frontend')) > 0)?Config::get('system','maxloadavg_frontend'):50), L10n::t("Maximum system load before the frontend quits service - default 50.")], - '$min_memory' => ['min_memory', L10n::t("Minimal Memory"), ((intval(Config::get('system','min_memory')) > 0)?Config::get('system','min_memory'):0), L10n::t("Minimal free memory in MB for the worker. Needs access to /proc/meminfo - default 0 \x28deactivated\x29.")], + '$timeout' => ['timeout', L10n::t("Network timeout"), Config::get('system', 'curl_timeout', 60), L10n::t("Value is in seconds. Set to 0 for unlimited \x28not recommended\x29.")], + '$maxloadavg' => ['maxloadavg', L10n::t("Maximum Load Average"), Config::get('system', 'maxloadavg', 50), L10n::t("Maximum system load before delivery and poll processes are deferred - default 50.")], + '$maxloadavg_frontend' => ['maxloadavg_frontend', L10n::t("Maximum Load Average \x28Frontend\x29"), Config::get('system', 'maxloadavg_frontend', 50), L10n::t("Maximum system load before the frontend quits service - default 50.")], + '$min_memory' => ['min_memory', L10n::t("Minimal Memory"), Config::get('system', 'min_memory', 0), L10n::t("Minimal free memory in MB for the worker. Needs access to /proc/meminfo - default 0 \x28deactivated\x29.")], '$optimize_max_tablesize'=> ['optimize_max_tablesize', L10n::t("Maximum table size for optimization"), $optimize_max_tablesize, L10n::t("Maximum table size \x28in MB\x29 for the automatic optimization - default 100 MB. Enter -1 to disable it.")], - '$optimize_fragmentation'=> ['optimize_fragmentation', L10n::t("Minimum level of fragmentation"), ((intval(Config::get('system','optimize_fragmentation')) > 0)?Config::get('system','optimize_fragmentation'):30), L10n::t("Minimum fragmenation level to start the automatic optimization - default value is 30%.")], + '$optimize_fragmentation'=> ['optimize_fragmentation', L10n::t("Minimum level of fragmentation"), Config::get('system', 'optimize_fragmentation', 30), L10n::t("Minimum fragmenation level to start the automatic optimization - default value is 30%.")], '$poco_completion' => ['poco_completion', L10n::t("Periodical check of global contacts"), Config::get('system','poco_completion'), L10n::t("If enabled, the global contacts are checked periodically for missing or outdated data and the vitality of the contacts and servers.")], '$poco_requery_days' => ['poco_requery_days', L10n::t("Days between requery"), Config::get('system','poco_requery_days'), L10n::t("Number of days after which a server is requeried for his contacts.")], @@ -1349,13 +1432,20 @@ function admin_page_site(App $a) '$relocate_url' => ['relocate_url', L10n::t("New base url"), System::baseUrl(), L10n::t("Change base url for this server. Sends relocate message to all Friendica and Diaspora* contacts of all users.")], - '$rino' => ['rino', L10n::t("RINO Encryption"), intval(Config::get('system','rino_encrypt')), L10n::t("Encryption layer between nodes."), [0 => "Disabled", 1 => "Enabled"]], + '$rino' => ['rino', L10n::t("RINO Encryption"), intval(Config::get('system','rino_encrypt')), L10n::t("Encryption layer between nodes."), [0 => L10n::t("Disabled"), 1 => L10n::t("Enabled")]], '$worker_queues' => ['worker_queues', L10n::t("Maximum number of parallel workers"), Config::get('system','worker_queues'), L10n::t("On shared hosters set this to 2. On larger systems, values of 10 are great. Default value is 4.")], '$worker_dont_fork' => ['worker_dont_fork', L10n::t("Don't use 'proc_open' with the worker"), Config::get('system','worker_dont_fork'), L10n::t("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.")], '$worker_fastlane' => ['worker_fastlane', L10n::t("Enable fastlane"), Config::get('system','worker_fastlane'), L10n::t("When enabed, the fastlane mechanism starts an additional worker if processes with higher priority are blocked by processes of lower priority.")], '$worker_frontend' => ['worker_frontend', L10n::t('Enable frontend worker'), Config::get('system','frontend_worker'), L10n::t('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.', System::baseUrl())], + '$relay_subscribe' => ['relay_subscribe', L10n::t("Subscribe to relay"), Config::get('system','relay_subscribe'), L10n::t("Enables the receiving of public posts from the relay. They will be included in the search, subscribed tags and on the global community page.")], + '$relay_server' => ['relay_server', L10n::t("Relay server"), Config::get('system', 'relay_server', 'https://relay.diasp.org'), L10n::t("Address of the relay server where public posts should be send to. For example https://relay.diasp.org")], + '$relay_directly' => ['relay_directly', L10n::t("Direct relay transfer"), Config::get('system','relay_directly'), L10n::t("Enables the direct transfer to other servers without using the relay servers")], + '$relay_scope' => ['relay_scope', L10n::t("Relay scope"), Config::get('system','relay_scope'), L10n::t("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."), ['' => L10n::t('Disabled'), 'all' => L10n::t('all'), 'tags' => L10n::t('tags')]], + '$relay_server_tags' => ['relay_server_tags', L10n::t("Server tags"), Config::get('system','relay_server_tags'), L10n::t("Comma separated list of tags for the 'tags' subscription.")], + '$relay_user_tags' => ['relay_user_tags', L10n::t("Allow user tags"), Config::get('system', 'relay_user_tags', true), L10n::t("If enabled, the tags from the saved searches will used for the 'tags' subscription in addition to the 'relay_server_tags'.")], + '$form_security_token' => get_form_security_token("admin_site") ]); } @@ -1508,6 +1598,8 @@ function admin_page_users_post(App $a) If you are new and do not know anybody here, they may help you to make some new and interesting friends. + If you ever want to delete your account, you can do so at %1$s/removeme + Thank you and welcome to %4$s.')); $preamble = sprintf($preamble, $user['username'], $a->config['sitename']); @@ -1568,7 +1660,7 @@ function admin_page_users(App $a) if ($a->argc > 2) { $uid = $a->argv[3]; $user = dba::selectFirst('user', ['username', 'blocked'], ['uid' => $uid]); - if (DBM::is_result($user)) { + if (!DBM::is_result($user)) { notice('User not found' . EOL); goaway('admin/users'); return ''; // NOTREACHED diff --git a/mod/babel.php b/mod/babel.php index 99e6f4078d..cafd06556b 100644 --- a/mod/babel.php +++ b/mod/babel.php @@ -3,12 +3,9 @@ * @file mod/babel.php */ -use Friendica\Content\Text\BBCode; -use Friendica\Content\Text\Markdown; +use Friendica\Content\Text; use Friendica\Core\L10n; -require_once 'include/html2bbcode.php'; - function visible_lf($s) { return str_replace("\n", '
    ', $s); @@ -16,64 +13,104 @@ function visible_lf($s) function babel_content() { - $o = '

    Babel Diagnostic

    '; + $results = []; + if (!empty($_REQUEST['text'])) { + switch (defaults($_REQUEST, 'type', 'bbcode')) { + case 'bbcode': + $bbcode = trim($_REQUEST['text']); + $results[] = [ + 'title' => L10n::t('Source input'), + 'content' => visible_lf($bbcode) + ]; - $o .= '
    '; - $o .= L10n::t("Source \x28bbcode\x29 text:") . EOL; - $o .= '' . EOL; - $o .= '
    '; + $html = Text\BBCode::convert($bbcode); + $results[] = [ + 'title' => L10n::t("BBCode::convert \x28raw HTML\x29"), + 'content' => htmlspecialchars($html) + ]; - $o .= '

    '; + $results[] = [ + 'title' => L10n::t('BBCode::convert'), + 'content' => $html + ]; - $o .= '
    '; - $o .= L10n::t("Source \x28Diaspora\x29 text to convert to BBcode:") . EOL; - $o .= '' . EOL; - $o .= '
    '; + $bbcode2 = Text\HTML::toBBCode($html); + $results[] = [ + 'title' => L10n::t('BBCode::convert => HTML::toBBCode'), + 'content' => visible_lf($bbcode2) + ]; - $o .= '

    '; + $markdown = Text\BBCode::toMarkdown($bbcode); + $results[] = [ + 'title' => L10n::t('BBCode::toMarkdown'), + 'content' => visible_lf($markdown) + ]; - if (x($_REQUEST, 'text')) { - $text = trim($_REQUEST['text']); - $o .= '

    ' . L10n::t('Source input: ') . '

    ' . EOL . EOL; - $o .= visible_lf($text) . EOL . EOL; + $html2 = Text\Markdown::convert($markdown); + $results[] = [ + 'title' => L10n::t('BBCode::toMarkdown => Markdown::convert'), + 'content' => $html2 + ]; - $html = BBCode::convert($text); - $o .= '

    ' . L10n::t("bbcode \x28raw HTML\x28: ") . '

    ' . EOL . EOL; - $o .= htmlspecialchars($html) . EOL . EOL; + $bbcode3 = Text\Markdown::toBBCode($markdown); + $results[] = [ + 'title' => L10n::t('BBCode::toMarkdown => Markdown::toBBCode'), + 'content' => visible_lf($bbcode3) + ]; - $o .= '

    ' . L10n::t('bbcode: ') . '

    ' . EOL . EOL; - $o .= $html . EOL . EOL; + $bbcode4 = Text\HTML::toBBCode($html2); + $results[] = [ + 'title' => L10n::t('BBCode::toMarkdown => Markdown::convert => HTML::toBBCode'), + 'content' => visible_lf($bbcode4) + ]; + break; + case 'markdown': + $markdown = trim($_REQUEST['text']); + $results[] = [ + 'title' => L10n::t('Source input \x28Diaspora format\x29'), + 'content' => '
    ' . $markdown . '
    ' + ]; - $bbcode = html2bbcode($html); - $o .= '

    ' . L10n::t('bbcode => html2bbcode: ') . '

    ' . EOL . EOL; - $o .= visible_lf($bbcode) . EOL . EOL; + $bbcode = Text\Markdown::toBBCode($markdown); + $results[] = [ + 'title' => L10n::t('Markdown::toBBCode'), + 'content' => '
    ' . $bbcode . '
    ' + ]; + break; + case 'html' : + $html = trim($_REQUEST['text']); + $results[] = [ + 'title' => L10n::t("Raw HTML input"), + 'content' => htmlspecialchars($html) + ]; - $diaspora = BBCode::toMarkdown($text); - $o .= '

    ' . L10n::t('BBCode::toMarkdown: ') . '

    ' . EOL . EOL; - $o .= visible_lf($diaspora) . EOL . EOL; + $results[] = [ + 'title' => L10n::t('HTML Input'), + 'content' => $html + ]; - $html = Markdown::convert($diaspora); - $o .= '

    ' . L10n::t('BBCode::toMarkdown => Markdown::convert: ') . '

    ' . EOL . EOL; - $o .= $html . EOL . EOL; + $bbcode = Text\HTML::toBBCode($html); + $results[] = [ + 'title' => L10n::t('HTML::toBBCode'), + 'content' => visible_lf($bbcode) + ]; - $bbcode = Markdown::toBBCode($diaspora); - $o .= '

    ' . L10n::t('BBCode::toMarkdown => Markdown::toBBCode: ') . '

    ' . EOL . EOL; - $o .= visible_lf($bbcode) . EOL . EOL; - - $bbcode = html2bbcode($html); - $o .= '

    ' . L10n::t('bbcode => html2bbcode: ') . '

    ' . EOL . EOL; - $o .= visible_lf($bbcode) . EOL . EOL; + $text = Text\HTML::toPlaintext($html); + $results[] = [ + 'title' => L10n::t('HTML::toPlaintext'), + 'content' => '
    ' . $text . '
    ' + ]; + } } - if (x($_REQUEST, 'd2bbtext')) { - $d2bbtext = trim($_REQUEST['d2bbtext']); - $o .= '

    ' . L10n::t("Source input \x28Diaspora format\x29: ") . '

    ' . EOL . EOL; - $o .= '
    ' . $d2bbtext . '
    ' . EOL . EOL; - - $bb = Markdown::toBBCode($d2bbtext); - $o .= '

    ' . L10n::t('diaspora2bb: ') . '

    ' . EOL . EOL; - $o .= '
    ' . $bb . '
    ' . EOL . EOL; - } + $tpl = get_markup_template('babel.tpl'); + $o = replace_macros($tpl, [ + '$text' => ['text', L10n::t('Source text'), defaults($_REQUEST, 'text', ''), ''], + '$type_bbcode' => ['type', L10n::t('BBCode'), 'bbcode', '', defaults($_REQUEST, 'type', 'bbcode') == 'bbcode'], + '$type_markdown' => ['type', L10n::t('Markdown'), 'markdown', '', defaults($_REQUEST, 'type', 'bbcode') == 'markdown'], + '$type_html' => ['type', L10n::t('HTML'), 'html', '', defaults($_REQUEST, 'type', 'bbcode') == 'html'], + '$results' => $results + ]); return $o; } diff --git a/mod/cal.php b/mod/cal.php index ae4928bdf2..bf73408f42 100644 --- a/mod/cal.php +++ b/mod/cal.php @@ -9,19 +9,19 @@ use Friendica\App; use Friendica\Content\Feature; use Friendica\Content\Nav; +use Friendica\Content\Widget; use Friendica\Core\Config; use Friendica\Core\L10n; use Friendica\Core\System; use Friendica\Database\DBM; use Friendica\Model\Contact; +use Friendica\Model\Event; use Friendica\Model\Group; use Friendica\Model\Profile; use Friendica\Protocol\DFRN; use Friendica\Util\DateTimeFormat; use Friendica\Util\Temporal; -require_once 'include/event.php'; - function cal_init(App $a) { if ($a->argc > 1) { @@ -64,7 +64,7 @@ function cal_init(App $a) '$pdesc' => (($profile['pdesc'] != "") ? $profile['pdesc'] : ""), ]); - $cal_widget = widget_events(); + $cal_widget = Widget\CalendarExport::getHTML(); if (!x($a->page, 'aside')) { $a->page['aside'] = ''; @@ -82,7 +82,7 @@ function cal_content(App $a) Nav::setSelected('events'); // get the translation strings for the callendar - $i18n = get_event_strings(); + $i18n = Event::getStrings(); $htpl = get_markup_template('event_head.tpl'); $a->page['htmlhead'] .= replace_macros($htpl, [ @@ -212,25 +212,25 @@ function cal_content(App $a) // put the event parametes in an array so we can better transmit them $event_params = [ - 'event_id' => (x($_GET, 'id') ? $_GET["id"] : 0), - 'start' => $start, - 'finish' => $finish, - 'adjust_start' => $adjust_start, + 'event_id' => intval(defaults($_GET, 'id', 0)), + 'start' => $start, + 'finish' => $finish, + 'adjust_start' => $adjust_start, 'adjust_finish' => $adjust_finish, - 'ignored' => $ignored, + 'ignore' => $ignored, ]; // get events by id or by date - if (x($_GET, 'id')) { - $r = event_by_id($owner_uid, $event_params, $sql_extra); + if ($event_params['event_id']) { + $r = Event::getListById($owner_uid, $event_params['event-id'], $sql_extra); } else { - $r = events_by_date($owner_uid, $event_params, $sql_extra); + $r = Event::getListByDate($owner_uid, $event_params, $sql_extra); } $links = []; if (DBM::is_result($r)) { - $r = sort_by_date($r); + $r = Event::sortByDate($r); foreach ($r as $rr) { $j = $rr['adjust'] ? DateTimeFormat::local($rr['start'], 'j') : DateTimeFormat::utc($rr['start'], 'j'); if (!x($links, $j)) { @@ -240,7 +240,7 @@ function cal_content(App $a) } // transform the event in a usable array - $events = process_events($r); + $events = Event::prepareListForTemplate($r); if ($a->argv[2] === 'json') { echo json_encode($events); @@ -306,7 +306,7 @@ function cal_content(App $a) } // Get the export data by uid - $evexport = event_export($owner_uid, $format); + $evexport = Event::exportListByUserId($owner_uid, $format); if (!$evexport["success"]) { if ($evexport["content"]) { diff --git a/mod/contacts.php b/mod/contacts.php index 09090e541a..cd9021c17e 100644 --- a/mod/contacts.php +++ b/mod/contacts.php @@ -45,6 +45,14 @@ function contacts_init(App $a) } if (DBM::is_result($contact)) { + if ($contact['self']) { + if (($a->argc == 3) && intval($a->argv[1]) && ($a->argv[2] == "posts")) { + goaway('profile/' . $contact['nick']); + } else { + goaway('profile/' . $contact['nick'] . '?tab=profile'); + } + } + $a->data['contact'] = $contact; if (($a->data['contact']['network'] != "") && ($a->data['contact']['network'] != NETWORK_DFRN)) { @@ -579,9 +587,10 @@ function contacts_content(App $a) $profile_select = ContactSelector::profileAssign($contact['profile-id'], (($contact['network'] !== NETWORK_DFRN) ? true : false)); } + /// @todo Only show the following link with DFRN when the remote version supports it $follow = ''; $follow_text = ''; - if (in_array($contact['network'], [NETWORK_DIASPORA, NETWORK_OSTATUS])) { + if (in_array($contact['network'], [NETWORK_DIASPORA, NETWORK_OSTATUS, NETWORK_DFRN])) { if ($contact['rel'] == CONTACT_IS_FOLLOWER) { $follow = System::baseUrl(true) . "/follow?url=" . urlencode($contact["url"]); $follow_text = L10n::t("Connect/Follow"); @@ -939,6 +948,13 @@ function _contact_detail_for_template($rr) $sparkle = ''; } + if ($rr['self']) { + $dir_icon = 'images/larrow.gif'; + $alt_text = L10n::t('This is you'); + $url = $rr['url']; + $sparkle = ''; + } + return [ 'img_hover' => L10n::t('Visit %s\'s profile [%s]', $rr['name'], $rr['url']), 'edit_hover' => L10n::t('Edit contact'), diff --git a/mod/delegate.php b/mod/delegate.php index a6a67c3b82..510fc0ec8f 100644 --- a/mod/delegate.php +++ b/mod/delegate.php @@ -6,6 +6,7 @@ use Friendica\App; use Friendica\Core\L10n; use Friendica\Core\System; use Friendica\Database\DBM; +use Friendica\Model\User; require_once 'mod/settings.php'; @@ -28,6 +29,21 @@ function delegate_post(App $a) check_form_security_token_redirectOnErr('/delegate', 'delegate'); $parent_uid = defaults($_POST, 'parent_user', 0); + $parent_password = defaults($_POST, 'parent_password', ''); + + if ($parent_uid != 0) { + $user = dba::selectFirst('user', ['nickname'], ['uid' => $parent_uid]); + if (!DBM::is_result($user)) { + notice(L10n::t('Parent user not found.') . EOL); + return; + } + + $success = User::authenticate($user['nickname'], trim($parent_password)); + if (!$success) { + notice(L10n::t('Permission denied.') . EOL); + return; + } + } dba::update('user', ['parent-uid' => $parent_uid], ['uid' => local_user()]); } @@ -70,16 +86,6 @@ function delegate_content(App $a) goaway(System::baseUrl() . '/delegate'); } - // These people can manage this account/page with full privilege - $full_managers = []; - $r = q("SELECT * FROM `user` WHERE `email` = '%s' AND `password` = '%s' ", - dbesc($a->user['email']), - dbesc($a->user['password']) - ); - if (DBM::is_result($r)) { - $full_managers = $r; - } - // find everybody that currently has delegated management to this account/page $delegates = []; $r = q("SELECT * FROM `user` WHERE `uid` IN (SELECT `uid` FROM `manage` WHERE `mid` = %d)", @@ -90,10 +96,6 @@ function delegate_content(App $a) } $uids = []; - foreach ($full_managers as $rr) { - $uids[] = $rr['uid']; - } - foreach ($delegates as $rr) { $uids[] = $rr['uid']; } @@ -153,18 +155,21 @@ function delegate_content(App $a) } } + if (!is_null($parent_user)) { + $parent_password = ['parent_password', L10n::t('Parent Password:'), '', L10n::t('Please enter the password of the parent account to legitimize your request.')]; + } + $o = replace_macros(get_markup_template('delegate.tpl'), [ '$form_security_token' => get_form_security_token('delegate'), '$parent_header' => L10n::t('Parent User'), '$parent_user' => $parent_user, + '$parent_password' => $parent_password, '$parent_desc' => L10n::t('Parent users have total control about this account, including the account settings. Please double check whom you give this access.'), '$submit' => L10n::t('Save Settings'), '$header' => L10n::t('Delegate Page Management'), '$delegates_header' => L10n::t('Delegates'), '$base' => System::baseUrl(), '$desc' => L10n::t('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.'), - '$head_managers' => L10n::t('Existing Page Managers'), - '$managers' => $full_managers, '$head_delegates' => L10n::t('Existing Page Delegates'), '$delegates' => $delegates, '$head_potentials' => L10n::t('Potential Delegates'), diff --git a/mod/dfrn_notify.php b/mod/dfrn_notify.php index 2f4edafc5d..7eddd4f3d5 100644 --- a/mod/dfrn_notify.php +++ b/mod/dfrn_notify.php @@ -12,12 +12,60 @@ use Friendica\Core\System; use Friendica\Database\DBM; use Friendica\Model\Contact; use Friendica\Protocol\DFRN; +use Friendica\Protocol\Diaspora; require_once 'include/items.php'; -require_once 'include/event.php'; function dfrn_notify_post(App $a) { logger(__function__, LOGGER_TRACE); + + $postdata = file_get_contents('php://input'); + + if (empty($_POST) || !empty($postdata)) { + $data = json_decode($postdata); + if (is_object($data)) { + $nick = defaults($a->argv, 1, ''); + $user = dba::selectFirst('user', [], ['nickname' => $nick, 'account_expired' => false, 'account_removed' => false]); + if (!DBM::is_result($user)) { + System::httpExit(500); + } + $msg = Diaspora::decodeRaw($user, $postdata); + + // Check if the user has got this contact + $cid = Contact::getIdForURL($msg['author'], $user['uid']); + if (!$cid) { + // Otherwise there should be a public contact + $cid = Contact::getIdForURL($msg['author']); + if (!$cid) { + logger('Contact not found for address ' . $msg['author']); + System::xmlExit(3, 'Contact not found'); + } + } + + // We now have some contact, so we fetch it + $importer = dba::fetch_first("SELECT *, `name` as `senderName` + FROM `contact` + WHERE NOT `blocked` AND `id` = ? LIMIT 1", + $cid); + + // This should never fail + if (!DBM::is_result($importer)) { + logger('Contact not found for address ' . $msg['author']); + System::xmlExit(3, 'Contact not found'); + } + + // Set the user id. This is important if this is a public contact + $importer['importer_uid'] = $user['uid']; + + // Now we should be able to import it + $ret = DFRN::import($msg['message'], $importer); + System::xmlExit($ret, 'Done'); + } else { + require_once 'mod/salmon.php'; + salmon_post($a, $postdata); + } + } + $dfrn_id = ((x($_POST,'dfrn_id')) ? notags(trim($_POST['dfrn_id'])) : ''); $dfrn_version = ((x($_POST,'dfrn_version')) ? (float) $_POST['dfrn_version'] : 2.0); $challenge = ((x($_POST,'challenge')) ? notags(trim($_POST['challenge'])) : ''); diff --git a/mod/directory.php b/mod/directory.php index d7d9ad8a6e..1179b6c53a 100644 --- a/mod/directory.php +++ b/mod/directory.php @@ -12,12 +12,12 @@ use Friendica\Database\DBM; use Friendica\Model\Contact; use Friendica\Model\Profile; -function directory_init(App $a) { +function directory_init(App $a) +{ $a->set_pager_itemspage(60); - if(local_user()) { + if (local_user()) { $a->page['aside'] .= Widget::findPeople(); - $a->page['aside'] .= Widget::follow(); } else { unset($_SESSION['theme']); @@ -25,16 +25,20 @@ function directory_init(App $a) { } } -function directory_post(App $a) { - if(x($_POST,'search')) +function directory_post(App $a) +{ + if (x($_POST, 'search')) { $a->data['search'] = $_POST['search']; + } } -function directory_content(App $a) { +function directory_content(App $a) +{ require_once("mod/proxy.php"); - if((Config::get('system','block_public')) && (! local_user()) && (! remote_user()) || - (Config::get('system','block_local_dir')) && (! local_user()) && (! remote_user())) { + if ((Config::get('system', 'block_public') && !local_user() && !remote_user()) + || (Config::get('system', 'block_local_dir') && !local_user() && !remote_user()) + ) { notice(L10n::t('Public access denied.') . EOL); return; } @@ -42,18 +46,19 @@ function directory_content(App $a) { $o = ''; Nav::setSelected('directory'); - if(x($a->data,'search')) + if (x($a->data, 'search')) { $search = notags(trim($a->data['search'])); - else - $search = ((x($_GET,'search')) ? notags(trim(rawurldecode($_GET['search']))) : ''); - - $gdirpath = ''; - $dirurl = Config::get('system','directory'); - if(strlen($dirurl)) { - $gdirpath = Profile::zrl($dirurl,true); + } else { + $search = ((x($_GET, 'search')) ? notags(trim(rawurldecode($_GET['search']))) : ''); } - if($search) { + $gdirpath = ''; + $dirurl = Config::get('system', 'directory'); + if (strlen($dirurl)) { + $gdirpath = Profile::zrl($dirurl, true); + } + + if ($search) { $search = dbesc($search); $sql_extra = " AND ((`profile`.`name` LIKE '%$search%') OR @@ -73,35 +78,34 @@ function directory_content(App $a) { (`profile`.`prv_keywords` LIKE '%$search%'))"; } - $publish = ((Config::get('system','publish_all')) ? '' : " AND `publish` = 1 " ); + $publish = (Config::get('system', 'publish_all') ? '' : " AND `publish` = 1 " ); - $r = q("SELECT COUNT(*) AS `total` FROM `profile` - LEFT JOIN `user` ON `user`.`uid` = `profile`.`uid` - WHERE `is-default` = 1 $publish AND `user`.`blocked` = 0 $sql_extra "); - if (DBM::is_result($r)) - $a->set_pager_total($r[0]['total']); + $cnt = dba::fetch_first("SELECT COUNT(*) AS `total` FROM `profile` + LEFT JOIN `user` ON `user`.`uid` = `profile`.`uid` + WHERE `is-default` $publish AND NOT `user`.`blocked` $sql_extra"); + if (DBM::is_result($cnt)) { + $a->set_pager_total($cnt['total']); + } $order = " ORDER BY `name` ASC "; - $limit = intval($a->pager['start']).",".intval($a->pager['itemspage']); + $limit = intval($a->pager['start'])."," . intval($a->pager['itemspage']); - $r = q("SELECT `profile`.*, `profile`.`uid` AS `profile_uid`, `user`.`nickname`, `user`.`timezone` , `user`.`page-flags`, + $r = dba::p("SELECT `profile`.*, `profile`.`uid` AS `profile_uid`, `user`.`nickname`, `user`.`timezone` , `user`.`page-flags`, `contact`.`addr`, `contact`.`url` AS profile_url FROM `profile` LEFT JOIN `user` ON `user`.`uid` = `profile`.`uid` LEFT JOIN `contact` ON `contact`.`uid` = `user`.`uid` - WHERE `is-default` $publish AND `user`.`blocked` = 0 AND `contact`.`self` $sql_extra $order LIMIT ".$limit); + WHERE `is-default` $publish AND `user`.`blocked` = 0 AND `contact`.`self` $sql_extra $order LIMIT ".$limit + ); if (DBM::is_result($r)) { - if (in_array('small', $a->argv)) { $photo = 'thumb'; - } - else { + } else { $photo = 'photo'; } - foreach ($r as $rr) { - + while ($rr = dba::fetch($r)) { $itemurl= ''; $itemurl = (($rr['addr'] != "") ? $rr['addr'] : $rr['profile_url']); @@ -111,16 +115,19 @@ function directory_content(App $a) { $pdesc = (($rr['pdesc']) ? $rr['pdesc'] . '
    ' : ''); $details = ''; - if(strlen($rr['locality'])) + if (strlen($rr['locality'])) { $details .= $rr['locality']; - if(strlen($rr['region'])) { - if(strlen($rr['locality'])) + } + if (strlen($rr['region'])) { + if (strlen($rr['locality'])) { $details .= ', '; + } $details .= $rr['region']; } - if(strlen($rr['country-name'])) { - if(strlen($details)) + if (strlen($rr['country-name'])) { + if (strlen($details)) { $details .= ', '; + } $details .= $rr['country-name']; } // if(strlen($rr['dob'])) { @@ -132,20 +139,19 @@ function directory_content(App $a) { $profile = $rr; - if((x($profile,'address') == 1) - || (x($profile,'locality') == 1) - || (x($profile,'region') == 1) - || (x($profile,'postal-code') == 1) - || (x($profile,'country-name') == 1)) - $location = L10n::t('Location:'); + if ((x($profile, 'address') == 1) + || (x($profile, 'locality') == 1) + || (x($profile, 'region') == 1) + || (x($profile, 'postal-code') == 1) + || (x($profile, 'country-name') == 1) + ) { + $location = L10n::t('Location:'); + } - $gender = ((x($profile,'gender') == 1) ? L10n::t('Gender:') : False); - - $marital = ((x($profile,'marital') == 1) ? L10n::t('Status:') : False); - - $homepage = ((x($profile,'homepage') == 1) ? L10n::t('Homepage:') : False); - - $about = ((x($profile,'about') == 1) ? L10n::t('About:') : False); + $gender = ((x($profile, 'gender') == 1) ? L10n::t('Gender:') : false); + $marital = ((x($profile, 'marital') == 1) ? L10n::t('Status:') : false); + $homepage = ((x($profile, 'homepage') == 1) ? L10n::t('Homepage:') : false); + $about = ((x($profile, 'about') == 1) ? L10n::t('About:') : false); $location_e = $location; @@ -154,23 +160,23 @@ function directory_content(App $a) { ]; $entry = [ - 'id' => $rr['id'], - 'url' => $profile_link, - 'itemurl' => $itemurl, - 'thumb' => proxy_url($rr[$photo], false, PROXY_SIZE_THUMB), - 'img_hover' => $rr['name'], - 'name' => $rr['name'], - 'details' => $details, + 'id' => $rr['id'], + 'url' => $profile_link, + 'itemurl' => $itemurl, + 'thumb' => proxy_url($rr[$photo], false, PROXY_SIZE_THUMB), + 'img_hover' => $rr['name'], + 'name' => $rr['name'], + 'details' => $details, 'account_type' => Contact::getAccountType($rr), - 'profile' => $profile, - 'location' => $location_e, - 'tags' => $rr['pub_keywords'], - 'gender' => $gender, - 'pdesc' => $pdesc, - 'marital' => $marital, - 'homepage' => $homepage, - 'about' => $about, - 'photo_menu' => $photo_menu, + 'profile' => $profile, + 'location' => $location_e, + 'tags' => $rr['pub_keywords'], + 'gender' => $gender, + 'pdesc' => $pdesc, + 'marital' => $marital, + 'homepage' => $homepage, + 'about' => $about, + 'photo_menu' => $photo_menu, ]; @@ -187,20 +193,21 @@ function directory_content(App $a) { $entries[] = $arr['entry']; } + dba::close($r); $tpl = get_markup_template('directory_header.tpl'); $o .= replace_macros($tpl, [ - '$search' => $search, + '$search' => $search, '$globaldir' => L10n::t('Global Directory'), - '$gdirpath' => $gdirpath, - '$desc' => L10n::t('Find on this site'), - '$contacts' => $entries, - '$finding' => L10n::t('Results for:'), - '$findterm' => (strlen($search) ? $search : ""), - '$title' => L10n::t('Site Directory'), - '$submit' => L10n::t('Find'), - '$paginate' => paginate($a), + '$gdirpath' => $gdirpath, + '$desc' => L10n::t('Find on this site'), + '$contacts' => $entries, + '$finding' => L10n::t('Results for:'), + '$findterm' => (strlen($search) ? $search : ""), + '$title' => L10n::t('Site Directory'), + '$submit' => L10n::t('Find'), + '$paginate' => paginate($a), ]); } else { info(L10n::t("No entries \x28some entries may be hidden\x29.") . EOL); diff --git a/mod/dirfind.php b/mod/dirfind.php index 9db4eeb7b6..14ceb6daee 100644 --- a/mod/dirfind.php +++ b/mod/dirfind.php @@ -15,6 +15,7 @@ use Friendica\Model\Profile; use Friendica\Network\Probe; use Friendica\Protocol\PortableContact; use Friendica\Util\Network; +use Friendica\Database\DBM; require_once 'mod/contacts.php'; @@ -113,32 +114,22 @@ function dirfind_content(App $a, $prefix = "") { /// @TODO These 2 SELECTs are not checked on validity with DBM::is_result() $count = q("SELECT count(*) AS `total` FROM `gcontact` - LEFT JOIN `contact` ON `contact`.`nurl` = `gcontact`.`nurl` - AND `contact`.`network` = `gcontact`.`network` - AND `contact`.`uid` = %d AND NOT `contact`.`blocked` - AND NOT `contact`.`pending` AND `contact`.`rel` IN ('%s', '%s') - WHERE (`contact`.`id` > 0 OR (NOT `gcontact`.`hide` AND `gcontact`.`network` IN ('%s', '%s', '%s') AND - ((`gcontact`.`last_contact` >= `gcontact`.`last_failure`) OR (`gcontact`.`updated` >= `gcontact`.`last_failure`)))) AND - (`gcontact`.`url` LIKE '%s' OR `gcontact`.`name` LIKE '%s' OR `gcontact`.`location` LIKE '%s' OR - `gcontact`.`addr` LIKE '%s' OR `gcontact`.`about` LIKE '%s' OR `gcontact`.`keywords` LIKE '%s') $extra_sql", - intval(local_user()), dbesc(CONTACT_IS_SHARING), dbesc(CONTACT_IS_FRIEND), + WHERE NOT `hide` AND `network` IN ('%s', '%s', '%s') AND + ((`last_contact` >= `last_failure`) OR (`updated` >= `last_failure`)) AND + (`url` LIKE '%s' OR `name` LIKE '%s' OR `location` LIKE '%s' OR + `addr` LIKE '%s' OR `about` LIKE '%s' OR `keywords` LIKE '%s') $extra_sql", dbesc(NETWORK_DFRN), dbesc($ostatus), dbesc($diaspora), dbesc(escape_tags($search2)), dbesc(escape_tags($search2)), dbesc(escape_tags($search2)), dbesc(escape_tags($search2)), dbesc(escape_tags($search2)), dbesc(escape_tags($search2))); - $results = q("SELECT `contact`.`id` AS `cid`, `gcontact`.`url`, `gcontact`.`name`, `gcontact`.`photo`, `gcontact`.`network`, `gcontact`.`keywords`, `gcontact`.`addr` + $results = q("SELECT `nurl` FROM `gcontact` - LEFT JOIN `contact` ON `contact`.`nurl` = `gcontact`.`nurl` - AND `contact`.`network` = `gcontact`.`network` - AND `contact`.`uid` = %d AND NOT `contact`.`blocked` - AND NOT `contact`.`pending` AND `contact`.`rel` IN ('%s', '%s') - WHERE (`contact`.`id` > 0 OR (NOT `gcontact`.`hide` AND `gcontact`.`network` IN ('%s', '%s', '%s') AND - ((`gcontact`.`last_contact` >= `gcontact`.`last_failure`) OR (`gcontact`.`updated` >= `gcontact`.`last_failure`)))) AND - (`gcontact`.`url` LIKE '%s' OR `gcontact`.`name` LIKE '%s' OR `gcontact`.`location` LIKE '%s' OR - `gcontact`.`addr` LIKE '%s' OR `gcontact`.`about` LIKE '%s' OR `gcontact`.`keywords` LIKE '%s') $extra_sql - GROUP BY `gcontact`.`nurl` - ORDER BY `gcontact`.`updated` DESC LIMIT %d, %d", - intval(local_user()), dbesc(CONTACT_IS_SHARING), dbesc(CONTACT_IS_FRIEND), + WHERE NOT `hide` AND `network` IN ('%s', '%s', '%s') AND + ((`last_contact` >= `last_failure`) OR (`updated` >= `last_failure`)) AND + (`url` LIKE '%s' OR `name` LIKE '%s' OR `location` LIKE '%s' OR + `addr` LIKE '%s' OR `about` LIKE '%s' OR `keywords` LIKE '%s') $extra_sql + GROUP BY `nurl` + ORDER BY `updated` DESC LIMIT %d, %d", dbesc(NETWORK_DFRN), dbesc($ostatus), dbesc($diaspora), dbesc(escape_tags($search2)), dbesc(escape_tags($search2)), dbesc(escape_tags($search2)), dbesc(escape_tags($search2)), dbesc(escape_tags($search2)), dbesc(escape_tags($search2)), @@ -148,14 +139,21 @@ function dirfind_content(App $a, $prefix = "") { $j->items_page = $perpage; $j->page = $a->pager['page']; foreach ($results AS $result) { - if (PortableContact::alternateOStatusUrl($result["url"])) { + if (PortableContact::alternateOStatusUrl($result["nurl"])) { continue; } - $result = Contact::getDetailsByURL($result["url"], local_user(), $result); + $urlparts = parse_url($result["nurl"]); + + // Ignore results that look strange. + // For historic reasons the gcontact table does contain some garbage. + if (!empty($urlparts['query']) || !empty($urlparts['fragment'])) { + continue; + } + + $result = Contact::getDetailsByURL($result["nurl"], local_user()); if ($result["name"] == "") { - $urlparts = parse_url($result["url"]); $result["name"] = end(explode("/", $urlparts["path"])); } @@ -204,11 +202,10 @@ function dirfind_content(App $a, $prefix = "") { if ($jj->cid > 0) { $connlnk = ""; $conntxt = ""; - $contact = q("SELECT * FROM `contact` WHERE `id` = %d", - intval($jj->cid)); - if ($contact) { - $photo_menu = Contact::photoMenu($contact[0]); - $details = _contact_detail_for_template($contact[0]); + $contact = dba::selectFirst('contact', [], ['id' => $jj->cid]); + if (DBM::is_result($contact)) { + $photo_menu = Contact::photoMenu($contact); + $details = _contact_detail_for_template($contact); $alt_text = $details['alt_text']; } else { $photo_menu = []; @@ -226,7 +223,7 @@ function dirfind_content(App $a, $prefix = "") { $entry = [ 'alt_text' => $alt_text, - 'url' => Profile::zrl($jj->url), + 'url' => Profile::magicLink($jj->url), 'itemurl' => $itemurl, 'name' => htmlentities($jj->name), 'thumb' => proxy_url($jj->photo, false, PROXY_SIZE_THUMB), diff --git a/mod/display.php b/mod/display.php index ab27b283b7..eaf72c093f 100644 --- a/mod/display.php +++ b/mod/display.php @@ -5,6 +5,7 @@ use Friendica\App; use Friendica\Content\Text\BBCode; +use Friendica\Content\Text\HTML; use Friendica\Core\ACL; use Friendica\Core\Config; use Friendica\Core\L10n; @@ -211,7 +212,11 @@ function display_content(App $a, $update = false, $update_uid = 0) { if ($update) { $item_id = $_REQUEST['item_id']; $item = dba::selectFirst('item', ['uid', 'parent'], ['id' => $item_id]); - $a->profile = ['uid' => intval($item['uid']), 'profile_uid' => intval($item['uid'])]; + if ($item['uid'] != 0) { + $a->profile = ['uid' => intval($item['uid']), 'profile_uid' => intval($item['uid'])]; + } else { + $a->profile = ['uid' => intval($update_uid), 'profile_uid' => intval($update_uid)]; + } $item_parent = $item['parent']; } else { $item_id = (($a->argc > 2) ? $a->argv[2] : 0); @@ -367,10 +372,8 @@ function display_content(App $a, $update = false, $update_uid = 0) { $o .= conversation($a, $items, 'display', $update_uid); // Preparing the meta header - require_once 'include/html2plain.php'; - - $description = trim(html2plain(BBCode::convert($s[0]["body"], false), 0, true)); - $title = trim(html2plain(BBCode::convert($s[0]["title"], false), 0, true)); + $description = trim(HTML::toPlaintext(BBCode::convert($s[0]["body"], false), 0, true)); + $title = trim(HTML::toPlaintext(BBCode::convert($s[0]["title"], false), 0, true)); $author_name = $s[0]["author-name"]; $image = $a->remove_baseurl($s[0]["author-thumb"]); diff --git a/mod/events.php b/mod/events.php index 8dab59b038..cad440f164 100644 --- a/mod/events.php +++ b/mod/events.php @@ -6,17 +6,18 @@ use Friendica\App; use Friendica\Content\Nav; +use Friendica\Content\Widget\CalendarExport; use Friendica\Core\ACL; use Friendica\Core\L10n; use Friendica\Core\System; use Friendica\Core\Worker; use Friendica\Database\DBM; +use Friendica\Model\Event; use Friendica\Model\Item; use Friendica\Model\Profile; use Friendica\Util\DateTimeFormat; use Friendica\Util\Temporal; -require_once 'include/event.php'; require_once 'include/items.php'; function events_init(App $a) { @@ -24,22 +25,22 @@ function events_init(App $a) { return; } - if ($a->argc > 1) { - // If it's a json request abort here because we don't - // need the widget data - if ($a->argv[1] === 'json') { - return; - } - - $cal_widget = widget_events(); - - if (! x($a->page,'aside')) { - $a->page['aside'] = ''; - } - - $a->page['aside'] .= $cal_widget; + // If it's a json request abort here because we don't + // need the widget data + if ($a->argc > 1 && $a->argv[1] === 'json') { + return; } + if (empty($a->page['aside'])) { + $a->page['aside'] = ''; + } + + $a->data['user'] = $_SESSION['user']; + + $cal_widget = CalendarExport::getHTML(); + + $a->page['aside'] .= $cal_widget; + return; } @@ -155,7 +156,6 @@ function events_post(App $a) { $datarray = []; - $datarray['guid'] = get_guid(32); $datarray['start'] = $start; $datarray['finish'] = $finish; $datarray['summary'] = $summary; @@ -170,18 +170,16 @@ function events_post(App $a) { $datarray['allow_gid'] = $str_group_allow; $datarray['deny_cid'] = $str_contact_deny; $datarray['deny_gid'] = $str_group_deny; - $datarray['private'] = (($private_event) ? 1 : 0); + $datarray['private'] = $private_event; $datarray['id'] = $event_id; - $datarray['created'] = $created; - $datarray['edited'] = $edited; if (intval($_REQUEST['preview'])) { - $html = format_event_html($datarray); + $html = Event::getHTML($datarray); echo $html; killme(); } - $item_id = event_store($datarray); + $item_id = Event::store($datarray); if (! $cid) { Worker::add(PRIORITY_HIGH, "Notifier", "event", $item_id); @@ -222,7 +220,7 @@ function events_content(App $a) { } // get the translation strings for the callendar - $i18n = get_event_strings(); + $i18n = Event::getStrings(); $htpl = get_markup_template('event_head.tpl'); $a->page['htmlhead'] .= replace_macros($htpl, [ @@ -331,25 +329,25 @@ function events_content(App $a) { // put the event parametes in an array so we can better transmit them $event_params = [ - 'event_id' => (x($_GET, 'id') ? $_GET['id'] : 0), + 'event_id' => intval(defaults($_GET, 'id', 0)), 'start' => $start, 'finish' => $finish, 'adjust_start' => $adjust_start, 'adjust_finish' => $adjust_finish, - 'ignored' => $ignored, + 'ignore' => $ignored, ]; // get events by id or by date - if (x($_GET, 'id')) { - $r = event_by_id(local_user(), $event_params); + if ($event_params['event_id']) { + $r = Event::getListById(local_user(), $event_params['event_id']); } else { - $r = events_by_date(local_user(), $event_params); + $r = Event::getListByDate(local_user(), $event_params); } $links = []; if (DBM::is_result($r)) { - $r = sort_by_date($r); + $r = Event::sortByDate($r); foreach ($r as $rr) { $j = $rr['adjust'] ? DateTimeFormat::local($rr['start'], 'j') : DateTimeFormat::utc($rr['start'], 'j'); if (! x($links,$j)) { @@ -362,8 +360,8 @@ function events_content(App $a) { // transform the event in a usable array if (DBM::is_result($r)) { - $r = sort_by_date($r); - $events = process_events($r); + $r = Event::sortByDate($r); + $events = Event::prepareListForTemplate($r); } if ($a->argc > 1 && $a->argv[1] === 'json'){ @@ -372,7 +370,7 @@ function events_content(App $a) { } if (x($_GET, 'id')) { - $tpl = get_markup_template("event.tpl"); + $tpl = get_markup_template("event.tpl"); } else { $tpl = get_markup_template("events_js.tpl"); } @@ -543,8 +541,7 @@ function events_content(App $a) { if ($mode === 'drop' && $event_id) { $del = 0; - $params = ['event_id' => ($event_id)]; - $ev = event_by_id(local_user(), $params); + $ev = Event::getListById(local_user(), $event_id); // Delete only real events (no birthdays) if (DBM::is_result($ev) && $ev[0]['type'] == 'event') { diff --git a/mod/feedtest.php b/mod/feedtest.php new file mode 100644 index 0000000000..9217b85d54 --- /dev/null +++ b/mod/feedtest.php @@ -0,0 +1,53 @@ + local_user()]); + + $contact_id = Contact::getIdForURL($url, local_user(), true); + + $contact = dba::selectFirst('contact', [], ['id' => $contact_id]); + + $ret = Network::curl($contact['poll']); + $xml = $ret['body']; + + $dummy = null; + $import_result = Feed::import($xml, $importer, $contact, $dummy, true); + + $result = [ + 'input' => text_highlight($xml, 'xml'), + 'output' => var_export($import_result, true), + ]; + } + + $tpl = get_markup_template('feedtest.tpl'); + $o = replace_macros($tpl, [ + '$url' => ['url', L10n::t('Source URL'), defaults($_REQUEST, 'url', ''), ''], + '$result' => $result + ]); + + return $o; +} diff --git a/mod/follow.php b/mod/follow.php index bb9bc0eb3b..1292d24e33 100644 --- a/mod/follow.php +++ b/mod/follow.php @@ -9,11 +9,12 @@ use Friendica\Core\System; use Friendica\Model\Contact; use Friendica\Model\Profile; use Friendica\Network\Probe; +use Friendica\Database\DBM; -function follow_post(App $a) { - +function follow_post(App $a) +{ if (!local_user()) { - notice(L10n::t('Permission denied.') . EOL); + notice(L10n::t('Permission denied.')); goaway($_SESSION['return_url']); // NOTREACHED } @@ -28,7 +29,7 @@ function follow_post(App $a) { // Makes the connection request for friendica contacts easier // This is just a precaution if maybe this page is called somewhere directly via POST - $_SESSION["fastlane"] = $url; + $_SESSION['fastlane'] = $url; $result = Contact::createFromProbe($uid, $url, true); @@ -38,19 +39,19 @@ function follow_post(App $a) { } goaway($return_url); } elseif ($result['cid']) { - goaway(System::baseUrl().'/contacts/'.$result['cid']); + goaway(System::baseUrl() . '/contacts/' . $result['cid']); } - info(L10n::t('The contact could not be added.').EOL); + info(L10n::t('The contact could not be added.')); goaway($return_url); // NOTREACHED } -function follow_content(App $a) { - +function follow_content(App $a) +{ if (!local_user()) { - notice(L10n::t('Permission denied.') . EOL); + notice(L10n::t('Permission denied.')); goaway($_SESSION['return_url']); // NOTREACHED } @@ -60,121 +61,125 @@ function follow_content(App $a) { $submit = L10n::t('Submit Request'); - // There is a current issue. It seems as if you can't start following a Friendica that is following you - // With Diaspora this works - but Friendica is special, it seems ... - $r = q("SELECT `url` FROM `contact` WHERE `uid` = %d AND ((`rel` != %d) OR (`network` = '%s')) AND + // Don't try to add a pending contact + $r = q("SELECT `pending` FROM `contact` WHERE `uid` = %d AND ((`rel` != %d) OR (`network` = '%s')) AND (`nurl` = '%s' OR `alias` = '%s' OR `alias` = '%s') AND `network` != '%s' LIMIT 1", intval(local_user()), dbesc(CONTACT_IS_FOLLOWER), dbesc(NETWORK_DFRN), dbesc(normalise_link($url)), dbesc(normalise_link($url)), dbesc($url), dbesc(NETWORK_STATUSNET)); if ($r) { - notice(L10n::t('You already added this contact.').EOL); - $submit = ""; - //goaway($_SESSION['return_url']); - // NOTREACHED + if ($r[0]['pending']) { + notice(L10n::t('You already added this contact.')); + $submit = ''; + //goaway($_SESSION['return_url']); + // NOTREACHED + } } $ret = Probe::uri($url); - if (($ret["network"] == NETWORK_DIASPORA) && !Config::get('system', 'diaspora_enabled')) { - notice(L10n::t("Diaspora support isn't enabled. Contact can't be added.") . EOL); - $submit = ""; + if (($ret['network'] == NETWORK_DIASPORA) && !Config::get('system', 'diaspora_enabled')) { + notice(L10n::t("Diaspora support isn't enabled. Contact can't be added.")); + $submit = ''; //goaway($_SESSION['return_url']); // NOTREACHED } - if (($ret["network"] == NETWORK_OSTATUS) && Config::get('system', 'ostatus_disabled')) { - notice(L10n::t("OStatus support is disabled. Contact can't be added.") . EOL); - $submit = ""; + if (($ret['network'] == NETWORK_OSTATUS) && Config::get('system', 'ostatus_disabled')) { + notice(L10n::t("OStatus support is disabled. Contact can't be added.")); + $submit = ''; //goaway($_SESSION['return_url']); // NOTREACHED } - if ($ret["network"] == NETWORK_PHANTOM) { - notice(L10n::t("The network type couldn't be detected. Contact can't be added.") . EOL); - $submit = ""; + if ($ret['network'] == NETWORK_PHANTOM) { + notice(L10n::t("The network type couldn't be detected. Contact can't be added.")); + $submit = ''; //goaway($_SESSION['return_url']); // NOTREACHED } - if ($ret["network"] == NETWORK_MAIL) { - $ret["url"] = $ret["addr"]; + if ($ret['network'] == NETWORK_MAIL) { + $ret['url'] = $ret['addr']; } - if ($ret['network'] === NETWORK_DFRN) { - $request = $ret["request"]; + if (($ret['network'] === NETWORK_DFRN) && !DBM::is_result($r)) { + $request = $ret['request']; $tpl = get_markup_template('dfrn_request.tpl'); } else { - $request = System::baseUrl()."/follow"; + $request = System::baseUrl() . '/follow'; $tpl = get_markup_template('auto_request.tpl'); } $r = q("SELECT `url` FROM `contact` WHERE `uid` = %d AND `self` LIMIT 1", intval($uid)); if (!$r) { - notice(L10n::t('Permission denied.') . EOL); + notice(L10n::t('Permission denied.')); goaway($_SESSION['return_url']); // NOTREACHED } - $myaddr = $r[0]["url"]; + $myaddr = $r[0]['url']; $gcontact_id = 0; // Makes the connection request for friendica contacts easier - $_SESSION["fastlane"] = $ret["url"]; + $_SESSION['fastlane'] = $ret['url']; $r = q("SELECT `id`, `location`, `about`, `keywords` FROM `gcontact` WHERE `nurl` = '%s'", - normalise_link($ret["url"])); + normalise_link($ret['url'])); if (!$r) { - $r = [["location" => "", "about" => "", "keywords" => ""]]; + $r = [['location' => '', 'about' => '', 'keywords' => '']]; } else { - $gcontact_id = $r[0]["id"]; + $gcontact_id = $r[0]['id']; } if ($ret['network'] === NETWORK_DIASPORA) { - $r[0]["location"] = ""; - $r[0]["about"] = ""; + $r[0]['location'] = ''; + $r[0]['about'] = ''; } - $header = L10n::t("Connect/Follow"); + $header = L10n::t('Connect/Follow'); - $o = replace_macros($tpl, [ - '$header' => htmlentities($header), - //'$photo' => proxy_url($ret["photo"], false, PROXY_SIZE_SMALL), - '$desc' => "", - '$pls_answer' => L10n::t('Please answer the following:'), - '$does_know_you' => ['knowyou', L10n::t('Does %s know you?', $ret["name"]), false, '', [L10n::t('No'), L10n::t('Yes')]], - '$add_note' => L10n::t('Add a personal note:'), - '$page_desc' => "", - '$friendica' => "", - '$statusnet' => "", - '$diaspora' => "", - '$diasnote' => "", - '$your_address' => L10n::t('Your Identity Address:'), - '$invite_desc' => "", - '$emailnet' => "", - '$submit' => $submit, - '$cancel' => L10n::t('Cancel'), - '$nickname' => "", - '$name' => $ret["name"], - '$url' => $ret["url"], - '$zrl' => Profile::zrl($ret["url"]), - '$url_label' => L10n::t("Profile URL"), - '$myaddr' => $myaddr, - '$request' => $request, - /*'$location' => Friendica\Content\Text\BBCode::::convert($r[0]["location"]), - '$location_label' => L10n::t("Location:"), - '$about' => Friendica\Content\Text\BBCode::::convert($r[0]["about"], false, false), - '$about_label' => L10n::t("About:"), */ - '$keywords' => $r[0]["keywords"], - '$keywords_label' => L10n::t("Tags:") + $o = replace_macros($tpl, [ + '$header' => htmlentities($header), + //'$photo' => proxy_url($ret['photo'], false, PROXY_SIZE_SMALL), + '$desc' => '', + '$pls_answer' => L10n::t('Please answer the following:'), + '$does_know_you' => ['knowyou', L10n::t('Does %s know you?', $ret['name']), false, '', [L10n::t('No'), L10n::t('Yes')]], + '$add_note' => L10n::t('Add a personal note:'), + '$page_desc' => '', + '$friendica' => '', + '$statusnet' => '', + '$diaspora' => '', + '$diasnote' => '', + '$your_address' => L10n::t('Your Identity Address:'), + '$invite_desc' => '', + '$emailnet' => '', + '$submit' => $submit, + '$cancel' => L10n::t('Cancel'), + '$nickname' => '', + '$name' => $ret['name'], + '$url' => $ret['url'], + '$zrl' => Profile::zrl($ret['url']), + '$url_label' => L10n::t('Profile URL'), + '$myaddr' => $myaddr, + '$request' => $request, + /*'$location' => Friendica\Content\Text\BBCode::::convert($r[0]['location']), + '$location_label'=> L10n::t('Location:'), + '$about' => Friendica\Content\Text\BBCode::::convert($r[0]['about'], false, false), + '$about_label' => L10n::t('About:'),*/ + '$keywords' => $r[0]['keywords'], + '$keywords_label'=> L10n::t('Tags:') ]); - $a->page['aside'] = ""; + $a->page['aside'] = ''; - Profile::load($a, "", 0, Contact::getDetailsByURL($ret["url"]), false); + $profiledata = Contact::getDetailsByURL($ret['url']); + if ($profiledata) { + Profile::load($a, '', 0, $profiledata, false); + } if ($gcontact_id <> 0) { $o .= replace_macros(get_markup_template('section_title.tpl'), @@ -182,7 +187,7 @@ function follow_content(App $a) { ); // Show last public posts - $o .= Contact::getPostsFromUrl($ret["url"]); + $o .= Contact::getPostsFromUrl($ret['url']); } return $o; diff --git a/mod/friendica.php b/mod/friendica.php index 14363ea4dd..661c4bf98d 100644 --- a/mod/friendica.php +++ b/mod/friendica.php @@ -86,7 +86,7 @@ function friendica_content(App $a) $o .= L10n::t('Bug reports and issues: please visit') . ' ' . ''.L10n::t('the bugtracker at github').''; $o .= '

    ' . PHP_EOL; $o .= '

    '; - $o .= L10n::t('Suggestions, praise, donations, etc. - please email "Info" at Friendica - dot com'); + $o .= L10n::t('Suggestions, praise, etc. - please email "info" at "friendi - dot - ca'); $o .= '

    ' . PHP_EOL; $visible_addons = []; @@ -116,6 +116,11 @@ function friendica_content(App $a) } else { $o .= '

    ' . L10n::t('No installed addons/apps') . '

    ' . PHP_EOL; } + + if (Config::get('system', 'tosdisplay')) + { + $o .= '

    '.L10n::t('Read about the Terms of Service of this node.', System::baseurl()).'

    '; + } $blocklist = Config::get('system', 'blocklist'); if (count($blocklist)) { diff --git a/mod/install.php b/mod/install.php index 3adcb75aa4..eb740c7b64 100644 --- a/mod/install.php +++ b/mod/install.php @@ -397,7 +397,8 @@ function check_funcs(&$checks) { check_add($ck_funcs, L10n::t('PDO or MySQLi PHP module'), true, true, ""); check_add($ck_funcs, L10n::t('mb_string PHP module'), true, true, ""); check_add($ck_funcs, L10n::t('XML PHP module'), true, true, ""); - check_add($ck_funcs, L10n::t('iconv module'), true, true, ""); + check_add($ck_funcs, L10n::t('iconv PHP module'), true, true, ""); + check_add($ck_funcs, L10n::t('POSIX PHP module'), true, true, ""); if (function_exists('apache_get_modules')) { if (! in_array('mod_rewrite',apache_get_modules())) { @@ -432,8 +433,12 @@ function check_funcs(&$checks) { $ck_funcs[4]['help'] = L10n::t('Error: mb_string PHP module required but not installed.'); } if (! function_exists('iconv_strlen')) { + $ck_funcs[6]['status'] = false; + $ck_funcs[6]['help'] = L10n::t('Error: iconv PHP module required but not installed.'); + } + if (! function_exists('posix_kill')) { $ck_funcs[7]['status'] = false; - $ck_funcs[7]['help'] = L10n::t('Error: iconv PHP module required but not installed.'); + $ck_funcs[7]['help'] = L10n::t('Error: POSIX PHP module required but not installed.'); } $checks = array_merge($checks, $ck_funcs); @@ -442,8 +447,8 @@ function check_funcs(&$checks) { try { $xml = new DOMDocument(); } catch (Exception $e) { - $ck_funcs[6]['status'] = false; - $ck_funcs[6]['help'] = L10n::t('Error, XML PHP module required but not installed.'); + $ck_funcs[5]['status'] = false; + $ck_funcs[5]['help'] = L10n::t('Error, XML PHP module required but not installed.'); } } @@ -540,7 +545,7 @@ function load_database_rem($v, $i) { } function load_database() { - $errors = DBStructure::update(false, true); + $errors = DBStructure::update(false, true, true); return $errors; } diff --git a/mod/invite.php b/mod/invite.php index d638b860b4..6807ff2c12 100644 --- a/mod/invite.php +++ b/mod/invite.php @@ -35,28 +35,28 @@ function invite_post(App $a) } - $recips = ((x($_POST, 'recipients')) ? explode("\n", $_POST['recipients']) : []); - $message = ((x($_POST, 'message')) ? notags(trim($_POST['message'])) : ''); + $recipients = !empty($_POST['recipients']) ? explode("\n", $_POST['recipients']) : []; + $message = !empty($_POST['message']) ? notags(trim($_POST['message'])) : ''; $total = 0; if (Config::get('system', 'invitation_only')) { - $invonly = true; - $x = PConfig::get(local_user(), 'system', 'invites_remaining'); - if ((! $x) && (! is_site_admin())) { + $invitation_only = true; + $invites_remaining = PConfig::get(local_user(), 'system', 'invites_remaining'); + if ((! $invites_remaining) && (! is_site_admin())) { return; } } - foreach ($recips as $recip) { - $recip = trim($recip); + foreach ($recipients as $recipient) { + $recipient = trim($recipient); - if (! valid_email($recip)) { - notice(L10n::t('%s : Not a valid email address.', $recip) . EOL); + if (! valid_email($recipient)) { + notice(L10n::t('%s : Not a valid email address.', $recipient) . EOL); continue; } - if ($invonly && ($x || is_site_admin())) { + if ($invitation_only && ($invites_remaining || is_site_admin())) { $code = autoname(8) . srand(1000, 9999); $nmessage = str_replace('$invite_code', $code, $message); @@ -66,9 +66,9 @@ function invite_post(App $a) ); if (! is_site_admin()) { - $x --; - if ($x >= 0) { - PConfig::set(local_user(), 'system', 'invites_remaining', $x); + $invites_remaining --; + if ($invites_remaining >= 0) { + PConfig::set(local_user(), 'system', 'invites_remaining', $invites_remaining); } else { return; } @@ -77,11 +77,16 @@ function invite_post(App $a) $nmessage = $message; } - $res = mail($recip, Email::encodeHeader(L10n::t('Please join us on Friendica'), 'UTF-8'), - $nmessage, - "From: " . $a->user['email'] . "\n" + $additional_headers = 'From: ' . $a->user['email'] . "\n" + . 'Sender: ' . $a->getSenderEmailAddress() . "\n" . 'Content-type: text/plain; charset=UTF-8' . "\n" - . 'Content-transfer-encoding: 8bit' ); + . 'Content-transfer-encoding: 8bit'; + + $res = mail( + $recipient, + Email::encodeHeader(L10n::t('Please join us on Friendica'), 'UTF-8'), + $nmessage, + $additional_headers); if ($res) { $total ++; @@ -92,7 +97,7 @@ function invite_post(App $a) return; } } else { - notice(L10n::t('%s : Message delivery failed.', $recip) . EOL); + notice(L10n::t('%s : Message delivery failed.', $recipient) . EOL); } } diff --git a/mod/item.php b/mod/item.php index 8aa7c665af..1bbc085279 100644 --- a/mod/item.php +++ b/mod/item.php @@ -808,7 +808,6 @@ function item_post(App $a) { $link = '' . $a->user['username'] . '

    '; $html = prepare_body($datarray); $message = '' . $link . $html . $disclaimer . ''; - include_once 'include/html2plain.php'; $params = [ 'fromName' => $a->user['username'], 'fromEmail' => $a->user['email'], @@ -816,7 +815,7 @@ function item_post(App $a) { 'replyTo' => $a->user['email'], 'messageSubject' => $subject, 'htmlVersion' => $message, - 'textVersion' => html2plain($html.$disclaimer) + 'textVersion' => Friendica\Content\Text\HTML::toPlaintext($html.$disclaimer) ]; Emailer::send($params); } diff --git a/mod/lostpass.php b/mod/lostpass.php index 56ad7e30ef..af4518ca16 100644 --- a/mod/lostpass.php +++ b/mod/lostpass.php @@ -69,6 +69,7 @@ function lostpass_post(App $a) notification([ 'type' => SYSTEM_EMAIL, 'to_email' => $user['email'], + 'uid' => $user['uid'], 'subject' => L10n::t('Password reset requested at %s', $sitename), 'preamble' => $preamble, 'body' => $body @@ -164,6 +165,7 @@ function lostpass_generate_password($user) notification([ 'type' => SYSTEM_EMAIL, 'to_email' => $user['email'], + 'uid' => $user['uid'], 'subject' => L10n::t('Your password has been changed at %s', $sitename), 'preamble' => $preamble, 'body' => $body diff --git a/mod/network.php b/mod/network.php index 4ab773bd32..a35f0619be 100644 --- a/mod/network.php +++ b/mod/network.php @@ -771,10 +771,15 @@ function networkThreadedView(App $a, $update, $parent) FROM `item` $sql_post_table STRAIGHT_JOIN `contact` ON `contact`.`id` = `item`.`contact-id` AND (NOT `contact`.`blocked` OR `contact`.`pending`) + AND (`item`.`parent-uri` != `item`.`uri` + OR `contact`.`uid` = `item`.`uid` AND `contact`.`self` + OR `contact`.`rel` IN (%d, %d) AND NOT `contact`.`readonly`) WHERE `item`.`uid` = %d AND `item`.`visible` AND NOT `item`.`deleted` AND NOT `item`.`moderated` AND $sql_extra4 $sql_extra3 $sql_extra $sql_range $sql_nets ORDER BY `order_date` DESC LIMIT 100", + intval(CONTACT_IS_SHARING), + intval(CONTACT_IS_FRIEND), intval(local_user()) ); } else { @@ -783,10 +788,15 @@ function networkThreadedView(App $a, $update, $parent) STRAIGHT_JOIN `contact` ON `contact`.`id` = `thread`.`contact-id` AND (NOT `contact`.`blocked` OR `contact`.`pending`) STRAIGHT_JOIN `item` ON `item`.`id` = `thread`.`iid` + AND (`item`.`parent-uri` != `item`.`uri` + OR `contact`.`uid` = `item`.`uid` AND `contact`.`self` + OR `contact`.`rel` IN (%d, %d) AND NOT `contact`.`readonly`) WHERE `thread`.`uid` = %d AND `thread`.`visible` AND NOT `thread`.`deleted` AND NOT `thread`.`moderated` $sql_extra2 $sql_extra3 $sql_range $sql_extra $sql_nets ORDER BY `order_date` DESC $pager_sql", + intval(CONTACT_IS_SHARING), + intval(CONTACT_IS_FRIEND), intval(local_user()) ); } @@ -827,9 +837,14 @@ function networkThreadedView(App $a, $update, $parent) (SELECT SUBSTR(`term`, 2) FROM `search` WHERE `uid` = ? AND `term` LIKE '#%') AND `otype` = ? AND `type` = ? AND `uid` = 0) AS `term` ON `item`.`id` = `term`.`oid` STRAIGHT_JOIN `contact` ON `contact`.`id` = `item`.`author-id` + AND (`item`.`parent-uri` != `item`.`uri` + OR `contact`.`uid` = `item`.`uid` AND `contact`.`self` + OR `contact`.`rel` IN (?, ?) AND NOT `contact`.`readonly`) WHERE `item`.`uid` = 0 AND `item`.$ordering < ? AND `item`.$ordering > ? AND NOT `contact`.`hidden` AND NOT `contact`.`blocked`" . $sql_tag_nets, - local_user(), TERM_OBJ_POST, TERM_HASHTAG, $top_limit, $bottom_limit); + local_user(), TERM_OBJ_POST, TERM_HASHTAG, + CONTACT_IS_SHARING, CONTACT_IS_FRIEND, + $top_limit, $bottom_limit); $data = dba::inArray($items); diff --git a/mod/oexchange.php b/mod/oexchange.php index feca39d353..9f844e1db3 100644 --- a/mod/oexchange.php +++ b/mod/oexchange.php @@ -46,13 +46,11 @@ function oexchange_content(App $a) { return; } - require_once('include/html2bbcode.php'); - $post = []; $post['profile_uid'] = local_user(); $post['return'] = '/oexchange/done' ; - $post['body'] = html2bbcode($s); + $post['body'] = Friendica\Content\Text\HTML::toBBCode($s); $post['type'] = 'wall'; $_REQUEST = $post; diff --git a/mod/ostatus_subscribe.php b/mod/ostatus_subscribe.php index 07f4647e69..e8ba144a16 100644 --- a/mod/ostatus_subscribe.php +++ b/mod/ostatus_subscribe.php @@ -29,12 +29,14 @@ function ostatus_subscribe_content(App $a) { if (PConfig::get($uid, "ostatus", "legacy_friends") == "") { if ($_REQUEST["url"] == "") { + PConfig::delete($uid, "ostatus", "legacy_contact"); return $o.L10n::t("No contact provided."); } $contact = Probe::uri($_REQUEST["url"]); if (!$contact) { + PConfig::delete($uid, "ostatus", "legacy_contact"); return $o.L10n::t("Couldn't fetch information for contact."); } @@ -44,6 +46,7 @@ function ostatus_subscribe_content(App $a) { $data = Network::curl($api."statuses/friends.json?screen_name=".$contact["nick"]); if (!$data["success"]) { + PConfig::delete($uid, "ostatus", "legacy_contact"); return $o.L10n::t("Couldn't fetch friends for contact."); } diff --git a/mod/profile_photo.php b/mod/profile_photo.php index 80bdfa534e..1a80b539db 100644 --- a/mod/profile_photo.php +++ b/mod/profile_photo.php @@ -9,6 +9,7 @@ use Friendica\Core\L10n; use Friendica\Core\System; use Friendica\Core\Worker; use Friendica\Database\DBM; +use Friendica\Model\Contact; use Friendica\Model\Photo; use Friendica\Model\Profile; use Friendica\Object\Image; @@ -105,18 +106,11 @@ function profile_photo_post(App $a) { // If setting for the default profile, unset the profile photo flag from any other photos I own - if($is_default_profile) { + if ($is_default_profile) { $r = q("UPDATE `photo` SET `profile` = 0 WHERE `profile` = 1 AND `resource-id` != '%s' AND `uid` = %d", dbesc($base_image['resource-id']), intval(local_user()) ); - - $r = q("UPDATE `contact` SET `photo` = '%s', `thumb` = '%s', `micro` = '%s' WHERE `self` AND `uid` = %d", - dbesc(System::baseUrl() . '/photo/' . $base_image['resource-id'] . '-4.' . $Image->getExt()), - dbesc(System::baseUrl() . '/photo/' . $base_image['resource-id'] . '-5.' . $Image->getExt()), - dbesc(System::baseUrl() . '/photo/' . $base_image['resource-id'] . '-6.' . $Image->getExt()), - intval(local_user()) - ); } else { $r = q("update profile set photo = '%s', thumb = '%s' where id = %d and uid = %d", dbesc(System::baseUrl() . '/photo/' . $base_image['resource-id'] . '-4.' . $Image->getExt()), @@ -126,13 +120,7 @@ function profile_photo_post(App $a) { ); } - // we'll set the updated profile-photo timestamp even if it isn't the default profile, - // so that browsers will do a cache update unconditionally - - $r = q("UPDATE `contact` SET `avatar-date` = '%s' WHERE `self` = 1 AND `uid` = %d", - dbesc(DateTimeFormat::utcNow()), - intval(local_user()) - ); + Contact::updateSelfFromUserID(local_user(), true); info(L10n::t('Shift-reload the page or clear browser cache if the new photo does not display immediately.') . EOL); // Update global directory in background @@ -229,10 +217,7 @@ function profile_photo_content(App $a) { dbesc($resource_id) ); - $r = q("UPDATE `contact` SET `avatar-date` = '%s' WHERE `self` = 1 AND `uid` = %d", - dbesc(DateTimeFormat::utcNow()), - intval(local_user()) - ); + Contact::updateSelfFromUserID(local_user(), true); // Update global directory in background $url = $_SESSION['my_url']; diff --git a/mod/profiles.php b/mod/profiles.php index ce71f0c741..8bb09aa6dd 100644 --- a/mod/profiles.php +++ b/mod/profiles.php @@ -14,6 +14,7 @@ use Friendica\Core\PConfig; use Friendica\Core\System; use Friendica\Core\Worker; use Friendica\Database\DBM; +use Friendica\Model\Contact; use Friendica\Model\GContact; use Friendica\Model\Item; use Friendica\Model\Profile; @@ -485,29 +486,15 @@ function profiles_post(App $a) { info(L10n::t('Profile updated.') . EOL); } - - if ($namechanged && $is_default) { - $r = q("UPDATE `contact` SET `name` = '%s', `name-date` = '%s' WHERE `self` = 1 AND `uid` = %d", - dbesc($name), - dbesc(DateTimeFormat::utcNow()), - intval(local_user()) - ); - $r = q("UPDATE `user` set `username` = '%s' where `uid` = %d", - dbesc($name), - intval(local_user()) - ); - } - if ($is_default) { - $location = Profile::formatLocation(["locality" => $locality, "region" => $region, "country-name" => $country_name]); + if ($namechanged) { + $r = q("UPDATE `user` set `username` = '%s' where `uid` = %d", + dbesc($name), + intval(local_user()) + ); + } - q("UPDATE `contact` SET `about` = '%s', `location` = '%s', `keywords` = '%s', `gender` = '%s' WHERE `self` AND `uid` = %d", - dbesc($about), - dbesc($location), - dbesc($pub_keywords), - dbesc($gender), - intval(local_user()) - ); + Contact::updateSelfFromUserID(local_user()); // Update global directory in background $url = $_SESSION['my_url']; diff --git a/mod/pubsub.php b/mod/pubsub.php index 1cee91f4db..a68b222ec4 100644 --- a/mod/pubsub.php +++ b/mod/pubsub.php @@ -2,162 +2,136 @@ use Friendica\App; use Friendica\Database\DBM; +use Friendica\Protocol\OStatus; -function hub_return($valid,$body) { +require_once('include/security.php'); +require_once('include/items.php'); - if($valid) { - header($_SERVER["SERVER_PROTOCOL"] . ' 200 ' . 'OK'); +function hub_return($valid, $body) +{ + if ($valid) { + header($_SERVER["SERVER_PROTOCOL"] . ' 200 OK'); echo $body; - killme(); + } else { + header($_SERVER["SERVER_PROTOCOL"] . ' 404 Not Found'); } - else { - header($_SERVER["SERVER_PROTOCOL"] . ' 404 ' . 'Not Found'); - killme(); - } - - // NOTREACHED + killme(); } // when receiving an XML feed, always return OK -function hub_post_return() { - - header($_SERVER["SERVER_PROTOCOL"] . ' 200 ' . 'OK'); +function hub_post_return() +{ + header($_SERVER["SERVER_PROTOCOL"] . ' 200 OK'); killme(); - } - - -function pubsub_init(App $a) { - +function pubsub_init(App $a) +{ $nick = (($a->argc > 1) ? notags(trim($a->argv[1])) : ''); $contact_id = (($a->argc > 2) ? intval($a->argv[2]) : 0 ); - if($_SERVER['REQUEST_METHOD'] === 'GET') { + if ($_SERVER['REQUEST_METHOD'] === 'GET') { + $hub_mode = notags(trim(defaults($_GET, 'hub_mode', ''))); + $hub_topic = notags(trim(defaults($_GET, 'hub_topic', ''))); + $hub_challenge = notags(trim(defaults($_GET, 'hub_challenge', ''))); + $hub_lease = notags(trim(defaults($_GET, 'hub_lease_seconds', ''))); + $hub_verify = notags(trim(defaults($_GET, 'hub_verify_token', ''))); - $hub_mode = ((x($_GET,'hub_mode')) ? notags(trim($_GET['hub_mode'])) : ''); - $hub_topic = ((x($_GET,'hub_topic')) ? notags(trim($_GET['hub_topic'])) : ''); - $hub_challenge = ((x($_GET,'hub_challenge')) ? notags(trim($_GET['hub_challenge'])) : ''); - $hub_lease = ((x($_GET,'hub_lease_seconds')) ? notags(trim($_GET['hub_lease_seconds'])) : ''); - $hub_verify = ((x($_GET,'hub_verify_token')) ? notags(trim($_GET['hub_verify_token'])) : ''); - - logger('pubsub: Subscription from ' . $_SERVER['REMOTE_ADDR']); - logger('pubsub: data: ' . print_r($_GET,true), LOGGER_DATA); + logger('Subscription from ' . $_SERVER['REMOTE_ADDR'] . ' Mode: ' . $hub_mode . ' Nick: ' . $nick); + logger('Data: ' . print_r($_GET,true), LOGGER_DATA); $subscribe = (($hub_mode === 'subscribe') ? 1 : 0); - $r = q("SELECT * FROM `user` WHERE `nickname` = '%s' AND `account_expired` = 0 AND `account_removed` = 0 LIMIT 1", - dbesc($nick) - ); - if (! DBM::is_result($r)) { - logger('pubsub: local account not found: ' . $nick); + $owner = dba::selectFirst('user', ['uid'], ['nickname' => $nick, 'account_expired' => false, 'account_removed' => false]); + if (!DBM::is_result($owner)) { + logger('Local account not found: ' . $nick); hub_return(false, ''); } + $condition = ['uid' => $owner['uid'], 'id' => $contact_id, 'blocked' => false, 'pending' => false]; - $owner = $r[0]; + if (!empty($hub_verify)) { + $condition['hub-verify'] = $hub_verify; + } - $sql_extra = ((strlen($hub_verify)) ? sprintf(" AND `hub-verify` = '%s' ", dbesc($hub_verify)) : ''); - - $r = q("SELECT * FROM `contact` WHERE `id` = %d AND `uid` = %d - AND `blocked` = 0 AND `pending` = 0 $sql_extra LIMIT 1", - intval($contact_id), - intval($owner['uid']) - ); - if (! DBM::is_result($r)) { - logger('pubsub: contact '.$contact_id.' not found.'); + $contact = dba::selectFirst('contact', ['id', 'poll'], $condition); + if (!DBM::is_result($contact)) { + logger('Contact ' . $contact_id . ' not found.'); hub_return(false, ''); } - if ($hub_topic) - if(! link_compare($hub_topic,$r[0]['poll'])) { - logger('pubsub: hub topic ' . $hub_topic . ' != ' . $r[0]['poll']); - // should abort but let's humour them. - } - - $contact = $r[0]; + if (!empty($hub_topic) && !link_compare($hub_topic, $contact['poll'])) { + logger('Hub topic ' . $hub_topic . ' != ' . $contact['poll']); + hub_return(false, ''); + } // We must initiate an unsubscribe request with a verify_token. // Don't allow outsiders to unsubscribe us. - if($hub_mode === 'unsubscribe') { - if(! strlen($hub_verify)) { - logger('pubsub: bogus unsubscribe'); - hub_return(false, ''); - } - logger('pubsub: unsubscribe success'); + if (($hub_mode === 'unsubscribe') && empty($hub_verify)) { + logger('Bogus unsubscribe'); + hub_return(false, ''); } - if ($hub_mode) - $r = q("UPDATE `contact` SET `subhub` = %d WHERE `id` = %d", - intval($subscribe), - intval($contact['id']) - ); - + if (!empty($hub_mode)) { + dba::update('contact', ['subhub' => $subscribe], ['id' => $contact['id']]); + logger($hub_mode . ' success for contact ' . $contact_id . '.'); + } hub_return(true, $hub_challenge); } } -require_once('include/security.php'); - -function pubsub_post(App $a) { - +function pubsub_post(App $a) +{ $xml = file_get_contents('php://input'); - logger('pubsub: feed arrived from ' . $_SERVER['REMOTE_ADDR'] . ' for ' . $a->cmd ); - logger('pubsub: user-agent: ' . $_SERVER['HTTP_USER_AGENT'] ); - logger('pubsub: data: ' . $xml, LOGGER_DATA); - -// if(! stristr($xml,'cmd . ' with user-agent: ' . $_SERVER['HTTP_USER_AGENT']); + logger('Data: ' . $xml, LOGGER_DATA); $nick = (($a->argc > 1) ? notags(trim($a->argv[1])) : ''); $contact_id = (($a->argc > 2) ? intval($a->argv[2]) : 0 ); - $r = q("SELECT * FROM `user` WHERE `nickname` = '%s' AND `account_expired` = 0 AND `account_removed` = 0 LIMIT 1", - dbesc($nick) - ); - if (! DBM::is_result($r)) { + $importer = dba::selectFirst('user', [], ['nickname' => $nick, 'account_expired' => false, 'account_removed' => false]); + if (!DBM::is_result($importer)) { hub_post_return(); } - $importer = $r[0]; + $condition = ['id' => $contact_id, 'uid' => $importer['uid'], 'subhub' => true, 'blocked' => false]; + $contact = dba::selectFirst('contact', [], $condition); - $r = q("SELECT * FROM `contact` WHERE `subhub` AND `id` = %d AND `uid` = %d - AND (`rel` = %d OR `rel` = %d OR network = '%s') AND NOT `blocked` LIMIT 1", - intval($contact_id), - intval($importer['uid']), - intval(CONTACT_IS_SHARING), - intval(CONTACT_IS_FRIEND), - dbesc(NETWORK_FEED) - ); + if (!DBM::is_result($contact)) { + $author = OStatus::salmonAuthor($xml, $importer); + if (!empty($author['contact-id'])) { + $condition = ['id' => $author['contact-id'], 'uid' => $importer['uid'], 'subhub' => true, 'blocked' => false]; + $contact = dba::selectFirst('contact', [], $condition); + logger('No record for ' . $nick .' with contact id ' . $contact_id . ' - using '.$author['contact-id'].' instead.'); + } + if (!DBM::is_result($contact)) { + logger('Contact ' . $author["author-link"] . ' (' . $contact_id . ') for user ' . $nick . " wasn't found - ignored. XML: " . $xml); + hub_post_return(); + } + } - if (! DBM::is_result($r)) { - logger('pubsub: no contact record for "'.$nick.' ('.$contact_id.')" - ignored. '.$xml); + if (!in_array($contact['rel'], [CONTACT_IS_SHARING, CONTACT_IS_FRIEND]) && ($contact['network'] != NETWORK_FEED)) { + logger('Contact ' . $contact['id'] . ' is not expected to share with us - ignored.'); hub_post_return(); } - $contact = $r[0]; - - // we have no way to match Diaspora guid's with atom post id's and could get duplicates. - // we'll assume that direct delivery is robust (and this is a bad assumption, but the duplicates are messy). - - if($r[0]['network'] === NETWORK_DIASPORA) + // We import feeds from OStatus, Friendica and ATOM/RSS. + /// @todo Check if Friendica posts really arrive here - otherwise we can discard some stuff + if (!in_array($contact['network'], [NETWORK_OSTATUS, NETWORK_DFRN, NETWORK_FEED])) { hub_post_return(); + } + logger('Import item for ' . $nick . ' from ' . $contact['nick'] . ' (' . $contact['id'] . ')'); $feedhub = ''; + consume_feed($xml, $importer, $contact, $feedhub); - require_once('include/items.php'); - - consume_feed($xml,$importer,$contact,$feedhub,1,1); - - // do it a second time so that any children find their parents. - - consume_feed($xml,$importer,$contact,$feedhub,1,2); + // do it a second time for DFRN so that any children find their parents. + if ($contact['network'] === NETWORK_DFRN) { + consume_feed($xml, $importer, $contact, $feedhub); + } hub_post_return(); - } diff --git a/mod/register.php b/mod/register.php index c97433c040..9de7a0ca38 100644 --- a/mod/register.php +++ b/mod/register.php @@ -262,7 +262,7 @@ function register_content(App $a) '$invite_id' => $invite_id, '$realpeople' => $realpeople, '$regtitle' => L10n::t('Registration'), - '$registertext' => x($a->config, 'register_text') ? BBCode::convert($a->config['register_text']) : "", + '$registertext' => BBCode::convert(Config::get('config', 'register_text', '')), '$fillwith' => $fillwith, '$fillext' => $fillext, '$oidlabel' => $oidlabel, @@ -284,6 +284,9 @@ function register_content(App $a) '$sitename' => $a->get_hostname(), '$importh' => L10n::t('Import'), '$importt' => L10n::t('Import your profile to this friendica instance'), + '$showtoslink' => Config::get('system', 'tosdisplay'), + '$tostext' => L10n::t('Terms of Service'), + '$baseurl' => System::baseurl(), '$form_security_token' => get_form_security_token("register") ]); return $o; diff --git a/mod/removeme.php b/mod/removeme.php index 0363bf9f32..252357c80d 100644 --- a/mod/removeme.php +++ b/mod/removeme.php @@ -7,6 +7,8 @@ use Friendica\Core\L10n; use Friendica\Core\System; use Friendica\Model\User; +require_once 'include/enotify.php'; + function removeme_post(App $a) { if (!local_user()) { @@ -29,6 +31,25 @@ function removeme_post(App $a) return; } + // send notification to admins so that they can clean um the backups + // send email to admins + $admin_mail_list = "'" . implode("','", array_map(dbesc, explode(",", str_replace(" ", "", $a->config['admin_email'])))) . "'"; + $adminlist = q("SELECT uid, language, email FROM user WHERE email IN (%s)", + $admin_mail_list + ); + foreach ($adminlist as $admin) { + notification([ + 'type' => SYSTEM_EMAIL, + 'subject' => L10n::t('[Friendica System Notify]') . ' ' . L10n::t('User deleted their account'), + 'preamble' => L10n::t('On your Friendica node an user deleted their account. Please ensure that their data is removed from the backups.'), + 'body' => L10n::t('The user id is %d', local_user()), + 'to_email' => $admin['email'], + 'uid' => $admin['uid'], + 'language' => $admin['language'] ? $admin['language'] : 'en', + 'show_in_notification_page' => false + ]); + } + if (User::authenticate($a->user, trim($_POST['qxz_password']))) { User::remove($a->user['uid']); // NOTREACHED diff --git a/mod/salmon.php b/mod/salmon.php index 2b6014adf5..22da151cf8 100644 --- a/mod/salmon.php +++ b/mod/salmon.php @@ -13,9 +13,11 @@ use Friendica\Util\Crypto; require_once 'include/items.php'; -function salmon_post(App $a) { +function salmon_post(App $a, $xml = '') { - $xml = file_get_contents('php://input'); + if (empty($xml)) { + $xml = file_get_contents('php://input'); + } logger('new salmon ' . $xml, LOGGER_DATA); diff --git a/mod/settings.php b/mod/settings.php index 46c3d2ec96..aec2b2a050 100644 --- a/mod/settings.php +++ b/mod/settings.php @@ -14,11 +14,11 @@ use Friendica\Core\PConfig; use Friendica\Core\System; use Friendica\Core\Worker; use Friendica\Database\DBM; +use Friendica\Model\Contact; use Friendica\Model\GContact; use Friendica\Model\Group; use Friendica\Model\User; use Friendica\Protocol\Email; -use Friendica\Util\DateTimeFormat; use Friendica\Util\Network; use Friendica\Util\Temporal; @@ -208,11 +208,11 @@ function settings_post(App $a) return; } - if (($a->argc > 1) && ($a->argv[1] == 'connectors')) - { + if (($a->argc > 1) && ($a->argv[1] == 'connectors')) { check_form_security_token_redirectOnErr('/settings/connectors', 'settings_connectors'); if (x($_POST, 'general-submit')) { + PConfig::set(local_user(), 'system', 'disable_cw', intval($_POST['disable_cw'])); PConfig::set(local_user(), 'system', 'no_intelligent_shortening', intval($_POST['no_intelligent_shortening'])); PConfig::set(local_user(), 'system', 'ostatus_autofriend', intval($_POST['snautofollow'])); PConfig::set(local_user(), 'ostatus', 'default_group', $_POST['group-selection']); @@ -388,13 +388,18 @@ function settings_post(App $a) if (!x($newpass) || !x($confirm)) { notice(L10n::t('Empty passwords are not allowed. Password unchanged.') . EOL); $err = true; - } + } - // check if the old password was supplied correctly before changing it to the new value - if (!User::authenticate(intval(local_user()), $_POST['opassword'])) { - notice(L10n::t('Wrong password.') . EOL); - $err = true; - } + if (!Config::get('system', 'disable_password_exposed', false) && User::isPasswordExposed($newpass)) { + notice(L10n::t('The new password has been exposed in a public data dump, please choose another.') . EOL); + $err = true; + } + + // check if the old password was supplied correctly before changing it to the new value + if (!User::authenticate(intval(local_user()), $_POST['opassword'])) { + notice(L10n::t('Wrong password.') . EOL); + $err = true; + } if (!$err) { $result = User::updatePassword(local_user(), $newpass); @@ -486,10 +491,7 @@ function settings_post(App $a) $err = ''; - $name_change = false; - if ($username != $a->user['username']) { - $name_change = true; if (strlen($username) > 40) { $err .= L10n::t(' Please use a shorter name.'); } @@ -629,14 +631,7 @@ function settings_post(App $a) intval(local_user()) ); - - if ($name_change) { - q("UPDATE `contact` SET `name` = '%s', `name-date` = '%s' WHERE `uid` = %d AND `self`", - dbesc($username), - dbesc(DateTimeFormat::utcNow()), - intval(local_user()) - ); - } + Contact::updateSelfFromUserID(local_user()); if (($old_visibility != $net_publish) || ($page_flags != $old_page_flags)) { // Update global directory in background @@ -792,6 +787,7 @@ function settings_content(App $a) } if (($a->argc > 1) && ($a->argv[1] === 'connectors')) { + $disable_cw = intval(PConfig::get(local_user(), 'system', 'disable_cw')); $no_intelligent_shortening = intval(PConfig::get(local_user(), 'system', 'no_intelligent_shortening')); $ostatus_autofriend = intval(PConfig::get(local_user(), 'system', 'ostatus_autofriend')); $default_group = PConfig::get(local_user(), 'ostatus', 'default_group'); @@ -849,6 +845,7 @@ function settings_content(App $a) '$ostat_enabled' => $ostat_enabled, '$general_settings' => L10n::t('General Social Media Settings'), + '$disable_cw' => ['disable_cw', L10n::t('Disable Content Warning'), $disable_cw, L10n::t('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.')], '$no_intelligent_shortening' => ['no_intelligent_shortening', L10n::t('Disable intelligent shortening'), $no_intelligent_shortening, L10n::t('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.')], '$ostatus_autofriend' => ['snautofollow', L10n::t("Automatically follow any GNU Social \x28OStatus\x29 followers/mentioners"), $ostatus_autofriend, L10n::t('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.')], '$default_group' => Group::displayGroupSelection(local_user(), $default_group, L10n::t("Default group for OStatus contacts")), @@ -1111,7 +1108,7 @@ function settings_content(App $a) if (strlen(Config::get('system', 'directory'))) { $profile_in_net_dir = replace_macros($opt_tpl, [ - '$field' => ['profile_in_netdirectory', L10n::t('Publish your default profile in the global social directory?'), $profile['net-publish'], L10n::t('Your profile will be publishedin this node\'s local directory. Your profile details may be publicly visible depending on the system settings.', System::baseUrl().'/directory'), [L10n::t('No'), L10n::t('Yes')]] + '$field' => ['profile_in_netdirectory', L10n::t('Publish your default profile in the global social directory?'), $profile['net-publish'], L10n::t('Your profile will be published in this node\'s local directory. Your profile details may be publicly visible depending on the system settings.', System::baseUrl().'/directory'), [L10n::t('No'), L10n::t('Yes')]] ]); } else { $profile_in_net_dir = ''; @@ -1274,7 +1271,7 @@ function settings_content(App $a) '$detailed_notif' => ['detailed_notif', L10n::t('Show detailled notifications'), PConfig::get(local_user(), 'system', 'detailed_notif'), - L10n::t('Per default the notificiation are condensed to a single notification per item. When enabled, every notification is displayed.')], + L10n::t('Per default, notifications are condensed to a single notification per item. When enabled every notification is displayed.')], '$h_advn' => L10n::t('Advanced Account/Page Type Settings'), '$h_descadvn' => L10n::t('Change the behaviour of this account for special situations'), diff --git a/mod/unfollow.php b/mod/unfollow.php index 8caf94245f..a26557a9a2 100644 --- a/mod/unfollow.php +++ b/mod/unfollow.php @@ -33,7 +33,7 @@ function unfollow_post(App $a) if (!DBM::is_result($contact)) { notice(L10n::t("Contact wasn't found or can't be unfollowed.")); } else { - if (in_array($contact['network'], [NETWORK_OSTATUS, NETWORK_DIASPORA])) { + if (in_array($contact['network'], [NETWORK_OSTATUS, NETWORK_DIASPORA, NETWORK_DFRN])) { $r = q("SELECT `contact`.*, `user`.* FROM `contact` INNER JOIN `user` ON `contact`.`uid` = `user`.`uid` WHERE `user`.`uid` = %d AND `contact`.`self` LIMIT 1", intval($uid) @@ -75,7 +75,7 @@ function unfollow_content(App $a) // NOTREACHED } - if (!in_array($contact['network'], [NETWORK_DIASPORA, NETWORK_OSTATUS])) { + if (!in_array($contact['network'], [NETWORK_DIASPORA, NETWORK_OSTATUS, NETWORK_DFRN])) { notice(L10n::t("Unfollowing is currently not supported by your network.").EOL); $submit = ""; // NOTREACHED diff --git a/mods/home.css b/mods/home.css new file mode 100644 index 0000000000..f01330b9c6 --- /dev/null +++ b/mods/home.css @@ -0,0 +1,21 @@ +.homeinfocontainer { + display: grid; + grid-template-columns: 33% 33% 33%; + grid-column-gap: 15px; + padding: 10px; +} +.homeinfobox p { + text-align: justify; +} +#c1 { + grid-column-start: 1; + grid-column-end: 2; +} +#c2 { + grid-column-start: 2; + grid-column-end: 3; +} +#c3 { + grid-column-start: 3; + grid-column-end: 4; +} diff --git a/mods/home.html b/mods/home.html new file mode 100644 index 0000000000..5bd638c08b --- /dev/null +++ b/mods/home.html @@ -0,0 +1,23 @@ + + + +

    Welcome to this Friendica node!

    + + +
    +
    +

    What is Friendica?

    +

    Friendica is a decentral social network platform everybody can use to setup their own social networking node. It interacts with many other FLOSS microblogging and social networking platforms as well as some walled gardens.

    +

    Learn more at friendi.ca
    Find an open Friendica node to join

    +
    +
    +

    What other networks does it interact with?

    +

    Every network that speaks either the DFRN2, OStatus or diaspora* protocol. Currently this list includes: diaspora*, friendica, ganggo, GNU social, Hubzilla, Mastodon, Pleroma, postActivi and Socialhome.

    +

    Learn more at fediverse.party

    +
    +
    +

    Is it hard to run Friendica?

    +

    No, not at all! You need a LAMP server, most shared hosting services that offer MySQL, PHP and the ability to run cron jobs will do just fine. If you have your own (virtual) server, for a small Friendica server something like a Raspberry2B is sufficenent from the specs.

    +

    Get the source

    +
    +
    diff --git a/mods/readme.txt b/mods/readme.txt index 83878aefb3..8fc1c48b32 100644 --- a/mods/readme.txt +++ b/mods/readme.txt @@ -2,6 +2,30 @@ sample-Lighttpd.config sample-nginx.config Sample configuration files to use Friendica with Lighttpd - or Nginx. Pleas check software documentation to know how modify - these examples to make them work on your server. + or Nginx. Pleas check software documentation to know how modify + these examples to make them work on your server. + +sample-systemd.timer +sample-systemd.service + + Sample systemd unit files to start worker.php periodically. + + Please place them in the correct location for your system, + typically this is /etc/systemd/system/friendicaworker.timer + and /etc/systemd/system/friendicaworker.service. + Please report problems and improvements to + !helpers@forum.friendi.ca and @utzer@social.yl.ms or open an + issue in Github (https://github.com/friendica/friendica/issues). + This is for usage of systemd instead of cron to start the worker.php + periodically, the solution is work-in-progress and can surely be improved. + +home.css +home.html + + Example files to customize the landing page of your Friendica node. + The home.html file contains the text of the page, the home.css file + the style information. The login box will be added according to the + other system settings. + Both files have to be placed in the base directory of your Friendica + installation to be used for the landing page. diff --git a/mods/sample-systemd.service b/mods/sample-systemd.service new file mode 100644 index 0000000000..aae2e5825c --- /dev/null +++ b/mods/sample-systemd.service @@ -0,0 +1,9 @@ +[Unit] +Description=Friendica Worker + +[Service] +#User should be the same as the user the webserver runs under, typically http or www +User=http +#Adapt the path in the following line to your system, use 'which php' to find php path, +#provide the absolute path for worker.php +ExecStart=/usr/bin/php /www/path/bin/worker.php & diff --git a/mods/sample-systemd.timer b/mods/sample-systemd.timer new file mode 100644 index 0000000000..e11b9989df --- /dev/null +++ b/mods/sample-systemd.timer @@ -0,0 +1,10 @@ +[Unit] +Description=Run Friendica Poller every n minutes + +[Timer] +OnBootSec=120 +OnUnitActiveSec=120 +RemainAfterElapse=False + +[Install] +WantedBy=timers.target diff --git a/phpunit.xml b/phpunit.xml new file mode 100644 index 0000000000..6a275ad3fc --- /dev/null +++ b/phpunit.xml @@ -0,0 +1,8 @@ + + + + + tests/ + + + diff --git a/scripts/dbstructure.php b/scripts/dbstructure.php deleted file mode 100755 index 3787af2255..0000000000 --- a/scripts/dbstructure.php +++ /dev/null @@ -1,66 +0,0 @@ -#!/usr/bin/env php -\n"; -echo "\n"; -echo "Commands:\n"; -echo "dryrun show database update schema queries without running them\n"; -echo "update update database schema\n"; -echo "dumpsql dump database schema\n"; -echo "toinnodb convert all tables from MyISAM to InnoDB\n"; -killme(); - diff --git a/src/App.php b/src/App.php index 0acbfe6f41..d76351b97a 100644 --- a/src/App.php +++ b/src/App.php @@ -212,12 +212,6 @@ class App . $this->basepath . DIRECTORY_SEPARATOR . 'library' . PATH_SEPARATOR . $this->basepath); - - if (is_array($_SERVER['argv']) && $_SERVER['argc'] > 1 && substr(end($_SERVER['argv']), 0, 4) == 'http') { - $this->set_baseurl(array_pop($_SERVER['argv'])); - $_SERVER['argc'] --; - } - if ((x($_SERVER, 'QUERY_STRING')) && substr($_SERVER['QUERY_STRING'], 0, 9) === 'pagename=') { $this->query_string = substr($_SERVER['QUERY_STRING'], 9); @@ -868,9 +862,6 @@ class App array_unshift($args, ((x($this->config, 'php_path')) && (strlen($this->config['php_path'])) ? $this->config['php_path'] : 'php')); - // add baseurl to args. cli scripts can't construct it - $args[] = $this->get_baseurl(); - for ($x = 0; $x < count($args); $x ++) { $args[$x] = escapeshellarg($args[$x]); } @@ -944,4 +935,136 @@ class App return true; } + + /** + * @param string $cat Config category + * @param string $k Config key + * @param mixed $default Default value if it isn't set + */ + public function getConfigValue($cat, $k, $default = null) + { + $return = $default; + + if ($cat === 'config') { + if (isset($this->config[$k])) { + $return = $this->config[$k]; + } + } else { + if (isset($this->config[$cat][$k])) { + $return = $this->config[$cat][$k]; + } + } + + return $return; + } + + /** + * Sets a value in the config cache. Accepts raw output from the config table + * + * @param string $cat Config category + * @param string $k Config key + * @param mixed $v Value to set + */ + public function setConfigValue($cat, $k, $v) + { + // Only arrays are serialized in database, so we have to unserialize sparingly + $value = is_string($v) && preg_match("|^a:[0-9]+:{.*}$|s", $v) ? unserialize($v) : $v; + + if ($cat === 'config') { + $this->config[$k] = $value; + } else { + $this->config[$cat][$k] = $value; + } + } + + /** + * Deletes a value from the config cache + * + * @param string $cat Config category + * @param string $k Config key + */ + public function deleteConfigValue($cat, $k) + { + if ($cat === 'config') { + if (isset($this->config[$k])) { + unset($this->config[$k]); + } + } else { + if (isset($this->config[$cat][$k])) { + unset($this->config[$cat][$k]); + } + } + } + + + /** + * Retrieves a value from the user config cache + * + * @param int $uid User Id + * @param string $cat Config category + * @param string $k Config key + * @param mixed $default Default value if key isn't set + */ + public function getPConfigValue($uid, $cat, $k, $default = null) + { + $return = $default; + + if (isset($this->config[$uid][$cat][$k])) { + $return = $this->config[$uid][$cat][$k]; + } + + return $return; + } + + /** + * Sets a value in the user config cache + * + * Accepts raw output from the pconfig table + * + * @param int $uid User Id + * @param string $cat Config category + * @param string $k Config key + * @param mixed $v Value to set + */ + public function setPConfigValue($uid, $cat, $k, $v) + { + // Only arrays are serialized in database, so we have to unserialize sparingly + $value = is_string($v) && preg_match("|^a:[0-9]+:{.*}$|s", $v) ? unserialize($v) : $v; + + $this->config[$uid][$cat][$k] = $value; + } + + /** + * Deletes a value from the user config cache + * + * @param int $uid User Id + * @param string $cat Config category + * @param string $k Config key + */ + public function deletePConfigValue($uid, $cat, $k) + { + if (isset($this->config[$uid][$cat][$k])) { + unset($this->config[$uid][$cat][$k]); + } + } + + /** + * Generates the site's default sender email address + * + * @return string + */ + public function getSenderEmailAddress() + { + $sender_email = Config::get('config', 'sender_email'); + if (empty($sender_email)) { + $hostname = $this->get_hostname(); + if (strpos($hostname, ':')) { + $hostname = substr($hostname, 0, strpos($hostname, ':')); + } + + $sender_email = 'noreply@' . $hostname; + } + + return $sender_email; + } } diff --git a/src/BaseModule.php b/src/BaseModule.php index aad4e6fb01..d0019ccd1c 100644 --- a/src/BaseModule.php +++ b/src/BaseModule.php @@ -6,6 +6,9 @@ namespace Friendica; * All modules in Friendica should extend BaseModule, although not all modules * need to extend all the methods described here * + * The filename of the module in src/Module needs to match the class name + * exactly to make the module available. + * * @author Hypolite Petovan mrpetovan@gmail.com */ abstract class BaseModule extends BaseObject diff --git a/src/Content/ContactSelector.php b/src/Content/ContactSelector.php index b5122da808..06972c36d9 100644 --- a/src/Content/ContactSelector.php +++ b/src/Content/ContactSelector.php @@ -27,7 +27,7 @@ class ContactSelector $o .= ""; foreach ($select as $selection) { if ($selection !== 'NOTRANSLATION') { @@ -136,7 +136,7 @@ class ContactSelector $o .= ''; return $o; } - + /** * @param string $current optional, default empty * @param string $suffix optionsl, default empty @@ -145,10 +145,10 @@ class ContactSelector { $o = ''; $select = ['', L10n::t('Males'), L10n::t('Females'), L10n::t('Gay'), L10n::t('Lesbian'), L10n::t('No Preference'), L10n::t('Bisexual'), L10n::t('Autosexual'), L10n::t('Abstinent'), L10n::t('Virgin'), L10n::t('Deviant'), L10n::t('Fetish'), L10n::t('Oodles'), L10n::t('Nonsexual')]; - - + + Addon::callHooks('sexpref_selector', $select); - + $o .= "'; return $o; } - + /** * @param string $current optional, default empty */ @@ -167,9 +167,9 @@ class ContactSelector { $o = ''; $select = ['', L10n::t('Single'), L10n::t('Lonely'), L10n::t('Available'), L10n::t('Unavailable'), L10n::t('Has crush'), L10n::t('Infatuated'), L10n::t('Dating'), L10n::t('Unfaithful'), L10n::t('Sex Addict'), L10n::t('Friends'), L10n::t('Friends/Benefits'), L10n::t('Casual'), L10n::t('Engaged'), L10n::t('Married'), L10n::t('Imaginarily married'), L10n::t('Partners'), L10n::t('Cohabiting'), L10n::t('Common law'), L10n::t('Happy'), L10n::t('Not looking'), L10n::t('Swinger'), L10n::t('Betrayed'), L10n::t('Separated'), L10n::t('Unstable'), L10n::t('Divorced'), L10n::t('Imaginarily divorced'), L10n::t('Widowed'), L10n::t('Uncertain'), L10n::t('It\'s complicated'), L10n::t('Don\'t care'), L10n::t('Ask me')]; - + Addon::callHooks('marital_selector', $select); - + $o .= '\r\n"; - } else { - $o .= "' . PHP_EOL; - - Addon::callHooks($a->module . '_post_' . $selname, $o); - - return $o; - } - - /** - * Returns a select input tag with all the contact of the local user - * - * @param string $selname Name attribute of the select input tag - * @param string $selclass Class attribute of the select input tag - * @param array $preselected Contact IDs that should be already selected - * @param int $size Length of the select box - * @param int $tabindex Select input tag tabindex attribute - * @return string - */ - public static function getMessageContactSelectHTML($selname, $selclass, array $preselected = [], $size = 4, $tabindex = null) - { - $a = self::getApp(); - - $o = ''; - - // When used for private messages, we limit correspondence to mutual DFRN/Friendica friends and the selector - // to one recipient. By default our selector allows multiple selects amongst all contacts. - $sql_extra = sprintf(" AND `rel` = %d ", intval(CONTACT_IS_FRIEND)); - $sql_extra .= sprintf(" AND `network` IN ('%s' , '%s') ", NETWORK_DFRN, NETWORK_DIASPORA); - - $tabindex_attr = !empty($tabindex) ? ' tabindex="' . intval($tabindex) . '"' : ''; - - $hidepreselected = ''; - if ($preselected) { - $sql_extra .= " AND `id` IN (" . implode(",", $preselected) . ")"; - $hidepreselected = ' style="display: none;"'; - } - - $o .= "' . PHP_EOL; - - if ($preselected) { - $o .= implode(', ', $receiverlist); - } - - Addon::callHooks($a->module . '_post_' . $selname, $o); - - return $o; - } - - /** - * Return the default permission of the provided user array - * - * @param array $user - * @return array Hash of contact id lists - */ - public static function getDefaultUserPermissions(array $user = null) - { - $matches = []; - - $acl_regex = '/<([0-9]+)>/i'; - - preg_match_all($acl_regex, defaults($user, 'allow_cid', ''), $matches); - $allow_cid = $matches[1]; - preg_match_all($acl_regex, defaults($user, 'allow_gid', ''), $matches); - $allow_gid = $matches[1]; - preg_match_all($acl_regex, defaults($user, 'deny_cid', ''), $matches); - $deny_cid = $matches[1]; - preg_match_all($acl_regex, defaults($user, 'deny_gid', ''), $matches); - $deny_gid = $matches[1]; - - Contact::pruneUnavailable($allow_cid); - - return [ - 'allow_cid' => $allow_cid, - 'allow_gid' => $allow_gid, - 'deny_cid' => $deny_cid, - 'deny_gid' => $deny_gid, - ]; - } - - /** - * Return the full jot ACL selector HTML - * - * @param array $user - * @param bool $show_jotnets - * @return string - */ - public static function getFullSelectorHTML(array $user = null, $show_jotnets = false) - { - $perms = self::getDefaultUserPermissions($user); - - $jotnets = ''; - if ($show_jotnets) { - $imap_disabled = !function_exists('imap_open') || Config::get('system', 'imap_disabled'); - - $mail_enabled = false; - $pubmail_enabled = false; - - if (!$imap_disabled) { - $mailacct = dba::selectFirst('mailacct', ['pubmail'], ['`uid` = ? AND `server` != ""', local_user()]); - if (DBM::is_result($mailacct)) { - $mail_enabled = true; - $pubmail_enabled = !empty($mailacct['pubmail']); - } - } - - if (empty($user['hidewall'])) { - if ($mail_enabled) { - $selected = $pubmail_enabled ? ' checked="checked"' : ''; - $jotnets .= '
    ' . L10n::t("Post to Email") . '
    '; - } - - Addon::callHooks('jot_networks', $jotnets); - } else { - $jotnets .= L10n::t('Connectors disabled, since "%s" is enabled.', - L10n::t('Hide your profile details from unknown viewers?')); - } - } - - $tpl = get_markup_template('acl_selector.tpl'); - $o = replace_macros($tpl, [ - '$showall' => L10n::t('Visible to everybody'), - '$show' => L10n::t('show'), - '$hide' => L10n::t('don\'t show'), - '$allowcid' => json_encode($perms['allow_cid']), - '$allowgid' => json_encode($perms['allow_gid']), - '$denycid' => json_encode($perms['deny_cid']), - '$denygid' => json_encode($perms['deny_gid']), - '$networks' => $show_jotnets, - '$emailcc' => L10n::t('CC: email addresses'), - '$emtitle' => L10n::t('Example: bob@example.com, mary@example.com'), - '$jotnets' => $jotnets, - '$aclModalTitle' => L10n::t('Permissions'), - '$aclModalDismiss' => L10n::t('Close'), - '$features' => [ - 'aclautomention' => Feature::isEnabled($user['uid'], 'aclautomention') ? 'true' : 'false' - ], - ]); - - return $o; - } - - /** - * Searching for global contacts for autocompletion - * - * @brief Searching for global contacts for autocompletion - * @param string $search Name or part of a name or nick - * @param string $mode Search mode (e.g. "community") - * @return array with the search results - */ - public static function contactAutocomplete($search, $mode) - { - if ((Config::get('system', 'block_public')) && (!local_user()) && (!remote_user())) { - return []; - } - - // don't search if search term has less than 2 characters - if (!$search || mb_strlen($search) < 2) { - return []; - } - - if (substr($search, 0, 1) === '@') { - $search = substr($search, 1); - } - - // check if searching in the local global contact table is enabled - if (Config::get('system', 'poco_local_search')) { - $return = GContact::searchByName($search, $mode); - } else { - $a = self::getApp(); - $p = $a->pager['page'] != 1 ? '&p=' . $a->pager['page'] : ''; - - $response = Network::curl(get_server() . '/lsearch?f=' . $p . '&search=' . urlencode($search)); - if ($response['success']) { - $lsearch = json_decode($response['body'], true); - if (!empty($lsearch['results'])) { - $return = $lsearch['results']; - } - } - } - - return defaults($return, []); - } -} + + */ +class ACL extends BaseObject +{ + /** + * Returns a select input tag with all the contact of the local user + * + * @param string $selname Name attribute of the select input tag + * @param string $selclass Class attribute of the select input tag + * @param array $options Available options: + * - size: length of the select box + * - mutual_friends: Only used for the hook + * - single: Only used for the hook + * - exclude: Only used for the hook + * @param array $preselected Contact ID that should be already selected + * @return string + */ + public static function getSuggestContactSelectHTML($selname, $selclass, array $options = [], array $preselected = []) + { + $a = self::getApp(); + + $networks = null; + + $size = defaults($options, 'size', 4); + $mutual = !empty($options['mutual_friends']); + $single = !empty($options['single']) && empty($options['multiple']); + $exclude = defaults($options, 'exclude', false); + + switch (defaults($options, 'networks', Protocol::PHANTOM)) { + case 'DFRN_ONLY': + $networks = [NETWORK_DFRN]; + break; + case 'PRIVATE': + if (!empty($a->user['prvnets'])) { + $networks = [NETWORK_DFRN, NETWORK_MAIL, NETWORK_DIASPORA]; + } else { + $networks = [NETWORK_DFRN, NETWORK_FACEBOOK, NETWORK_MAIL, NETWORK_DIASPORA]; + } + break; + case 'TWO_WAY': + if (!empty($a->user['prvnets'])) { + $networks = [NETWORK_DFRN, NETWORK_MAIL, NETWORK_DIASPORA]; + } else { + $networks = [NETWORK_DFRN, NETWORK_FACEBOOK, NETWORK_MAIL, NETWORK_DIASPORA, NETWORK_OSTATUS]; + } + break; + default: /// @TODO Maybe log this call? + break; + } + + $x = ['options' => $options, 'size' => $size, 'single' => $single, 'mutual' => $mutual, 'exclude' => $exclude, 'networks' => $networks]; + + Addon::callHooks('contact_select_options', $x); + + $o = ''; + + $sql_extra = ''; + + if (!empty($x['mutual'])) { + $sql_extra .= sprintf(" AND `rel` = %d ", intval(CONTACT_IS_FRIEND)); + } + + if (!empty($x['exclude'])) { + $sql_extra .= sprintf(" AND `id` != %d ", intval($x['exclude'])); + } + + if (!empty($x['networks'])) { + /// @TODO rewrite to foreach() + array_walk($x['networks'], function (&$value) { + $value = "'" . dbesc($value) . "'"; + }); + $str_nets = implode(',', $x['networks']); + $sql_extra .= " AND `network` IN ( $str_nets ) "; + } + + $tabindex = (!empty($options['tabindex']) ? 'tabindex="' . $options["tabindex"] . '"' : ''); + + if (!empty($x['single'])) { + $o .= "\r\n"; + } + + $stmt = dba::p("SELECT `id`, `name`, `url`, `network` FROM `contact` + WHERE `uid` = ? AND NOT `self` AND NOT `blocked` AND NOT `pending` AND NOT `archive` AND `notify` != '' + $sql_extra + ORDER BY `name` ASC ", intval(local_user()) + ); + + $contacts = dba::inArray($stmt); + + $arr = ['contact' => $contacts, 'entry' => $o]; + + // e.g. 'network_pre_contact_deny', 'profile_pre_contact_allow' + Addon::callHooks($a->module . '_pre_' . $selname, $arr); + + if (DBM::is_result($contacts)) { + foreach ($contacts as $contact) { + if (in_array($contact['id'], $preselected)) { + $selected = ' selected="selected" '; + } else { + $selected = ''; + } + + $trimmed = mb_substr($contact['name'], 0, 20); + + $o .= "\r\n"; + } + } + + $o .= '' . PHP_EOL; + + Addon::callHooks($a->module . '_post_' . $selname, $o); + + return $o; + } + + /** + * Returns a select input tag with all the contact of the local user + * + * @param string $selname Name attribute of the select input tag + * @param string $selclass Class attribute of the select input tag + * @param array $preselected Contact IDs that should be already selected + * @param int $size Length of the select box + * @param int $tabindex Select input tag tabindex attribute + * @return string + */ + public static function getMessageContactSelectHTML($selname, $selclass, array $preselected = [], $size = 4, $tabindex = null) + { + $a = self::getApp(); + + $o = ''; + + // When used for private messages, we limit correspondence to mutual DFRN/Friendica friends and the selector + // to one recipient. By default our selector allows multiple selects amongst all contacts. + $sql_extra = sprintf(" AND `rel` = %d ", intval(CONTACT_IS_FRIEND)); + $sql_extra .= sprintf(" AND `network` IN ('%s' , '%s') ", NETWORK_DFRN, NETWORK_DIASPORA); + + $tabindex_attr = !empty($tabindex) ? ' tabindex="' . intval($tabindex) . '"' : ''; + + $hidepreselected = ''; + if ($preselected) { + $sql_extra .= " AND `id` IN (" . implode(",", $preselected) . ")"; + $hidepreselected = ' style="display: none;"'; + } + + $o .= "' . PHP_EOL; + + if ($preselected) { + $o .= implode(', ', $receiverlist); + } + + Addon::callHooks($a->module . '_post_' . $selname, $o); + + return $o; + } + + private static function fixACL(&$item) + { + $item = intval(str_replace(['<', '>'], ['', ''], $item)); + } + + /** + * Return the default permission of the provided user array + * + * @param array $user + * @return array Hash of contact id lists + */ + public static function getDefaultUserPermissions(array $user = null) + { + $matches = []; + + $acl_regex = '/<([0-9]+)>/i'; + + preg_match_all($acl_regex, defaults($user, 'allow_cid', ''), $matches); + $allow_cid = $matches[1]; + preg_match_all($acl_regex, defaults($user, 'allow_gid', ''), $matches); + $allow_gid = $matches[1]; + preg_match_all($acl_regex, defaults($user, 'deny_cid', ''), $matches); + $deny_cid = $matches[1]; + preg_match_all($acl_regex, defaults($user, 'deny_gid', ''), $matches); + $deny_gid = $matches[1]; + + // Reformats the ACL data so that it is accepted by the JS frontend + array_walk($allow_cid, 'self::fixACL'); + array_walk($allow_gid, 'self::fixACL'); + array_walk($deny_cid, 'self::fixACL'); + array_walk($deny_gid, 'self::fixACL'); + + Contact::pruneUnavailable($allow_cid); + + return [ + 'allow_cid' => $allow_cid, + 'allow_gid' => $allow_gid, + 'deny_cid' => $deny_cid, + 'deny_gid' => $deny_gid, + ]; + } + + /** + * Return the full jot ACL selector HTML + * + * @param array $user + * @param bool $show_jotnets + * @return string + */ + public static function getFullSelectorHTML(array $user = null, $show_jotnets = false) + { + $perms = self::getDefaultUserPermissions($user); + + $jotnets = ''; + if ($show_jotnets) { + $imap_disabled = !function_exists('imap_open') || Config::get('system', 'imap_disabled'); + + $mail_enabled = false; + $pubmail_enabled = false; + + if (!$imap_disabled) { + $mailacct = dba::selectFirst('mailacct', ['pubmail'], ['`uid` = ? AND `server` != ""', local_user()]); + if (DBM::is_result($mailacct)) { + $mail_enabled = true; + $pubmail_enabled = !empty($mailacct['pubmail']); + } + } + + if (empty($user['hidewall'])) { + if ($mail_enabled) { + $selected = $pubmail_enabled ? ' checked="checked"' : ''; + $jotnets .= '
    ' . L10n::t("Post to Email") . '
    '; + } + + Addon::callHooks('jot_networks', $jotnets); + } else { + $jotnets .= L10n::t('Connectors disabled, since "%s" is enabled.', + L10n::t('Hide your profile details from unknown viewers?')); + } + } + + $tpl = get_markup_template('acl_selector.tpl'); + $o = replace_macros($tpl, [ + '$showall' => L10n::t('Visible to everybody'), + '$show' => L10n::t('show'), + '$hide' => L10n::t('don\'t show'), + '$allowcid' => json_encode($perms['allow_cid']), + '$allowgid' => json_encode($perms['allow_gid']), + '$denycid' => json_encode($perms['deny_cid']), + '$denygid' => json_encode($perms['deny_gid']), + '$networks' => $show_jotnets, + '$emailcc' => L10n::t('CC: email addresses'), + '$emtitle' => L10n::t('Example: bob@example.com, mary@example.com'), + '$jotnets' => $jotnets, + '$aclModalTitle' => L10n::t('Permissions'), + '$aclModalDismiss' => L10n::t('Close'), + '$features' => [ + 'aclautomention' => Feature::isEnabled($user['uid'], 'aclautomention') ? 'true' : 'false' + ], + ]); + + return $o; + } + + /** + * Searching for global contacts for autocompletion + * + * @brief Searching for global contacts for autocompletion + * @param string $search Name or part of a name or nick + * @param string $mode Search mode (e.g. "community") + * @return array with the search results + */ + public static function contactAutocomplete($search, $mode) + { + if ((Config::get('system', 'block_public')) && (!local_user()) && (!remote_user())) { + return []; + } + + // don't search if search term has less than 2 characters + if (!$search || mb_strlen($search) < 2) { + return []; + } + + if (substr($search, 0, 1) === '@') { + $search = substr($search, 1); + } + + // check if searching in the local global contact table is enabled + if (Config::get('system', 'poco_local_search')) { + $return = GContact::searchByName($search, $mode); + } else { + $a = self::getApp(); + $p = $a->pager['page'] != 1 ? '&p=' . $a->pager['page'] : ''; + + $response = Network::curl(get_server() . '/lsearch?f=' . $p . '&search=' . urlencode($search)); + if ($response['success']) { + $lsearch = json_decode($response['body'], true); + if (!empty($lsearch['results'])) { + $return = $lsearch['results']; + } + } + } + + return defaults($return, []); + } +} diff --git a/src/Core/Cache.php b/src/Core/Cache.php index a1b1ecb9c1..f1d1e11a54 100644 --- a/src/Core/Cache.php +++ b/src/Core/Cache.php @@ -12,14 +12,14 @@ use Friendica\Core\Config; */ class Cache extends \Friendica\BaseObject { - const MONTH = 0; - const WEEK = 1; - const DAY = 2; - const HOUR = 3; - const HALF_HOUR = 4; - const QUARTER_HOUR = 5; - const FIVE_MINUTES = 6; - const MINUTE = 7; + const MONTH = 2592000; + const WEEK = 604800; + const DAY = 86400; + const HOUR = 3600; + const HALF_HOUR = 1800; + const QUARTER_HOUR = 900; + const FIVE_MINUTES = 300; + const MINUTE = 60; /** * @var Cache\ICacheDriver @@ -45,45 +45,6 @@ class Cache extends \Friendica\BaseObject } } - /** - * @brief Return the duration for a given cache level - * - * @param integer $level Cache level - * - * @return integer The cache duration in seconds - */ - public static function duration($level) - { - switch ($level) { - case self::MONTH: - $seconds = 2592000; - break; - case self::WEEK: - $seconds = 604800; - break; - case self::DAY: - $seconds = 86400; - break; - case self::HOUR: - $seconds = 3600; - break; - case self::HALF_HOUR: - $seconds = 1800; - break; - case self::QUARTER_HOUR: - $seconds = 900; - break; - case self::FIVE_MINUTES: - $seconds = 300; - break; - case self::MINUTE: - default: - $seconds = 60; - break; - } - return $seconds; - } - /** * Returns the current cache driver * @@ -138,6 +99,24 @@ class Cache extends \Friendica\BaseObject return $return; } + /** + * @brief Delete a value from the cache + * + * @param string $key The key to the cached data + * + * @return bool + */ + public static function delete($key) + { + $time = microtime(true); + + $return = self::getDriver()->delete($key); + + self::getApp()->save_timestamp($time, 'cache_write'); + + return $return; + } + /** * @brief Remove outdated data from the cache * diff --git a/src/Core/Cache/DatabaseCacheDriver.php b/src/Core/Cache/DatabaseCacheDriver.php index 9703208d7b..7248e0b349 100644 --- a/src/Core/Cache/DatabaseCacheDriver.php +++ b/src/Core/Cache/DatabaseCacheDriver.php @@ -1,56 +1,56 @@ - - */ -class DatabaseCacheDriver implements ICacheDriver -{ - public function get($key) - { - $cache = dba::selectFirst('cache', ['v'], ['`k` = ? AND `expires` >= ?', $key, DateTimeFormat::utcNow()]); - - if (DBM::is_result($cache)) { - $cached = $cache['v']; - $value = @unserialize($cached); - - // Only return a value if the serialized value is valid. - // We also check if the db entry is a serialized - // boolean 'false' value (which we want to return). - if ($cached === serialize(false) || $value !== false) { - return $value; - } - } - - return null; - } - - public function set($key, $value, $duration = Cache::MONTH) - { - $fields = [ - 'v' => serialize($value), - 'expires' => DateTimeFormat::utc('now + ' . Cache::duration($duration) . ' seconds'), - 'updated' => DateTimeFormat::utcNow() - ]; - - return dba::update('cache', $fields, ['k' => $key], true); - } - - public function delete($key) - { - return dba::delete('cache', ['k' => $key]); - } - - public function clear() - { - return dba::delete('cache', ['`expires` < NOW()']); - } -} + + */ +class DatabaseCacheDriver implements ICacheDriver +{ + public function get($key) + { + $cache = dba::selectFirst('cache', ['v'], ['`k` = ? AND `expires` >= ?', $key, DateTimeFormat::utcNow()]); + + if (DBM::is_result($cache)) { + $cached = $cache['v']; + $value = @unserialize($cached); + + // Only return a value if the serialized value is valid. + // We also check if the db entry is a serialized + // boolean 'false' value (which we want to return). + if ($cached === serialize(false) || $value !== false) { + return $value; + } + } + + return null; + } + + public function set($key, $value, $duration = Cache::MONTH) + { + $fields = [ + 'v' => serialize($value), + 'expires' => DateTimeFormat::utc('now + ' . $duration . ' seconds'), + 'updated' => DateTimeFormat::utcNow() + ]; + + return dba::update('cache', $fields, ['k' => $key], true); + } + + public function delete($key) + { + return dba::delete('cache', ['k' => $key]); + } + + public function clear() + { + return dba::delete('cache', ['`expires` < NOW()']); + } +} diff --git a/src/Core/Cache/ICacheDriver.php b/src/Core/Cache/ICacheDriver.php index 9ed622693c..be896edf7f 100644 --- a/src/Core/Cache/ICacheDriver.php +++ b/src/Core/Cache/ICacheDriver.php @@ -1,50 +1,50 @@ - - */ -interface ICacheDriver -{ - /** - * Fetches cached data according to the key - * - * @param string $key The key to the cached data - * - * @return mixed Cached $value or "null" if not found - */ - public function get($key); - - /** - * Stores data in the cache identified by the key. The input $value can have multiple formats. - * - * @param string $key The cache key - * @param mixed $value The value to store - * @param integer $duration The cache lifespan, must be one of the Cache constants - * - * @return bool - */ - public function set($key, $value, $duration = Cache::MONTH); - - - /** - * Delete a key from the cache - * - * @param string $key - * - * @return bool - */ - public function delete($key); - - /** - * Remove outdated data from the cache - * - * @return bool - */ - public function clear(); -} + + */ +interface ICacheDriver +{ + /** + * Fetches cached data according to the key + * + * @param string $key The key to the cached data + * + * @return mixed Cached $value or "null" if not found + */ + public function get($key); + + /** + * Stores data in the cache identified by the key. The input $value can have multiple formats. + * + * @param string $key The cache key + * @param mixed $value The value to store + * @param integer $duration The cache lifespan, must be one of the Cache constants + * + * @return bool + */ + public function set($key, $value, $duration = Cache::MONTH); + + + /** + * Delete a key from the cache + * + * @param string $key + * + * @return bool + */ + public function delete($key); + + /** + * Remove outdated data from the cache + * + * @return bool + */ + public function clear(); +} diff --git a/src/Core/Cache/MemcacheCacheDriver.php b/src/Core/Cache/MemcacheCacheDriver.php index 03fc075f4b..1537be25b2 100644 --- a/src/Core/Cache/MemcacheCacheDriver.php +++ b/src/Core/Cache/MemcacheCacheDriver.php @@ -1,77 +1,77 @@ - - */ -class MemcacheCacheDriver extends BaseObject implements ICacheDriver -{ - /** - * @var Memcache - */ - private $memcache; - - public function __construct($memcache_host, $memcache_port) - { - if (!class_exists('Memcache', false)) { - throw new \Exception('Memcache class isn\'t available'); - } - - $this->memcache = new \Memcache(); - - if (!$this->memcache->connect($memcache_host, $memcache_port)) { - throw new \Exception('Expected Memcache server at ' . $memcache_host . ':' . $memcache_port . ' isn\'t available'); - } - } - - public function get($key) - { - $return = null; - - // We fetch with the hostname as key to avoid problems with other applications - $cached = $this->memcache->get(self::getApp()->get_hostname() . ':' . $key); - - // @see http://php.net/manual/en/memcache.get.php#84275 - if (is_bool($cached) || is_double($cached) || is_long($cached)) { - return $return; - } - - $value = @unserialize($cached); - - // Only return a value if the serialized value is valid. - // We also check if the db entry is a serialized - // boolean 'false' value (which we want to return). - if ($cached === serialize(false) || $value !== false) { - $return = $value; - } - - return $return; - } - - public function set($key, $value, $duration = Cache::MONTH) - { - // We store with the hostname as key to avoid problems with other applications - return $this->memcache->set( - self::getApp()->get_hostname() . ":" . $key, - serialize($value), - MEMCACHE_COMPRESSED, - Cache::duration($duration) - ); - } - - public function delete($key) - { - return $this->memcache->delete($key); - } - - public function clear() - { - return true; - } -} + + */ +class MemcacheCacheDriver extends BaseObject implements ICacheDriver +{ + /** + * @var Memcache + */ + private $memcache; + + public function __construct($memcache_host, $memcache_port) + { + if (!class_exists('Memcache', false)) { + throw new \Exception('Memcache class isn\'t available'); + } + + $this->memcache = new \Memcache(); + + if (!$this->memcache->connect($memcache_host, $memcache_port)) { + throw new \Exception('Expected Memcache server at ' . $memcache_host . ':' . $memcache_port . ' isn\'t available'); + } + } + + public function get($key) + { + $return = null; + + // We fetch with the hostname as key to avoid problems with other applications + $cached = $this->memcache->get(self::getApp()->get_hostname() . ':' . $key); + + // @see http://php.net/manual/en/memcache.get.php#84275 + if (is_bool($cached) || is_double($cached) || is_long($cached)) { + return $return; + } + + $value = @unserialize($cached); + + // Only return a value if the serialized value is valid. + // We also check if the db entry is a serialized + // boolean 'false' value (which we want to return). + if ($cached === serialize(false) || $value !== false) { + $return = $value; + } + + return $return; + } + + public function set($key, $value, $duration = Cache::MONTH) + { + // We store with the hostname as key to avoid problems with other applications + return $this->memcache->set( + self::getApp()->get_hostname() . ":" . $key, + serialize($value), + MEMCACHE_COMPRESSED, + time() + $duration + ); + } + + public function delete($key) + { + return $this->memcache->delete($key); + } + + public function clear() + { + return true; + } +} diff --git a/src/Core/Cache/MemcachedCacheDriver.php b/src/Core/Cache/MemcachedCacheDriver.php index 8f1752cbed..d6b8d4ad58 100644 --- a/src/Core/Cache/MemcachedCacheDriver.php +++ b/src/Core/Cache/MemcachedCacheDriver.php @@ -1,68 +1,68 @@ - - */ -class MemcachedCacheDriver extends BaseObject implements ICacheDriver -{ - /** - * @var Memcached - */ - private $memcached; - - public function __construct(array $memcached_hosts) - { - if (!class_exists('Memcached', false)) { - throw new \Exception('Memcached class isn\'t available'); - } - - $this->memcached = new \Memcached(); - - $this->memcached->addServers($memcached_hosts); - - if (count($this->memcached->getServerList()) == 0) { - throw new \Exception('Expected Memcached servers aren\'t available, config:' . var_export($memcached_hosts, true)); - } - } - - public function get($key) - { - $return = null; - - // We fetch with the hostname as key to avoid problems with other applications - $value = $this->memcached->get(self::getApp()->get_hostname() . ':' . $key); - - if ($this->memcached->getResultCode() === \Memcached::RES_SUCCESS) { - $return = $value; - } - - return $return; - } - - public function set($key, $value, $duration = Cache::MONTH) - { - // We store with the hostname as key to avoid problems with other applications - return $this->memcached->set( - self::getApp()->get_hostname() . ":" . $key, - $value, - Cache::duration($duration) - ); - } - - public function delete($key) - { - return $this->memcached->delete($key); - } - - public function clear() - { - return true; - } -} + + */ +class MemcachedCacheDriver extends BaseObject implements ICacheDriver +{ + /** + * @var Memcached + */ + private $memcached; + + public function __construct(array $memcached_hosts) + { + if (!class_exists('Memcached', false)) { + throw new \Exception('Memcached class isn\'t available'); + } + + $this->memcached = new \Memcached(); + + $this->memcached->addServers($memcached_hosts); + + if (count($this->memcached->getServerList()) == 0) { + throw new \Exception('Expected Memcached servers aren\'t available, config:' . var_export($memcached_hosts, true)); + } + } + + public function get($key) + { + $return = null; + + // We fetch with the hostname as key to avoid problems with other applications + $value = $this->memcached->get(self::getApp()->get_hostname() . ':' . $key); + + if ($this->memcached->getResultCode() === \Memcached::RES_SUCCESS) { + $return = $value; + } + + return $return; + } + + public function set($key, $value, $duration = Cache::MONTH) + { + // We store with the hostname as key to avoid problems with other applications + return $this->memcached->set( + self::getApp()->get_hostname() . ":" . $key, + $value, + time() + $duration + ); + } + + public function delete($key) + { + return $this->memcached->delete($key); + } + + public function clear() + { + return true; + } +} diff --git a/src/Core/Config.php b/src/Core/Config.php index 5e162a3fa4..3c1d3245fd 100644 --- a/src/Core/Config.php +++ b/src/Core/Config.php @@ -8,26 +8,33 @@ */ namespace Friendica\Core; -use Friendica\Database\DBM; -use dba; +use Friendica\BaseObject; +use Friendica\Core\Config; require_once 'include/dba.php'; /** - * @brief Arbitrary sytem configuration storage + * @brief Arbitrary system configuration storage * * Note: * If we ever would decide to return exactly the variable type as entered, * we will have fun with the additional features. :-) - * - * The config class always returns strings but in the default features - * we use a "false" to determine if the config value isn't set. - * */ -class Config +class Config extends BaseObject { - private static $cache; - private static $in_db; + /** + * @var Friendica\Core\Config\IConfigAdapter + */ + private static $adapter = null; + + public static function init() + { + if (self::getApp()->getConfigValue('system', 'config_adapter') == 'preload') { + self::$adapter = new Config\PreloadConfigAdapter(); + } else { + self::$adapter = new Config\JITConfigAdapter(); + } + } /** * @brief Loads all configuration values of family into a cached storage. @@ -41,26 +48,11 @@ class Config */ public static function load($family = "config") { - // We don't preload "system" anymore. - // This reduces the number of database reads a lot. - if ($family === 'system') { - return; + if (empty(self::$adapter)) { + self::init(); } - $a = get_app(); - - $r = dba::select('config', ['v', 'k'], ['cat' => $family]); - while ($rr = dba::fetch($r)) { - $k = $rr['k']; - if ($family === 'config') { - $a->config[$k] = $rr['v']; - } else { - $a->config[$family][$k] = $rr['v']; - self::$cache[$family][$k] = $rr['v']; - self::$in_db[$family][$k] = true; - } - } - dba::close($r); + self::$adapter->load($family); } /** @@ -84,40 +76,11 @@ class Config */ public static function get($family, $key, $default_value = null, $refresh = false) { - $a = get_app(); - - if (!$refresh) { - // Do we have the cached value? Then return it - if (isset(self::$cache[$family][$key])) { - if (self::$cache[$family][$key] === '!!') { - return $default_value; - } else { - return self::$cache[$family][$key]; - } - } + if (empty(self::$adapter)) { + self::init(); } - $config = dba::selectFirst('config', ['v'], ['cat' => $family, 'k' => $key]); - if (DBM::is_result($config)) { - // manage array value - $val = (preg_match("|^a:[0-9]+:{.*}$|s", $config['v']) ? unserialize($config['v']) : $config['v']); - - // Assign the value from the database to the cache - self::$cache[$family][$key] = $val; - self::$in_db[$family][$key] = true; - return $val; - } elseif (isset($a->config[$family][$key])) { - // Assign the value (mostly) from the .htconfig.php to the cache - self::$cache[$family][$key] = $a->config[$family][$key]; - self::$in_db[$family][$key] = false; - - return $a->config[$family][$key]; - } - - self::$cache[$family][$key] = '!!'; - self::$in_db[$family][$key] = false; - - return $default_value; + return self::$adapter->get($family, $key, $default_value, $refresh); } /** @@ -136,38 +99,11 @@ class Config */ public static function set($family, $key, $value) { - $a = get_app(); - - // We store our setting values in a string variable. - // So we have to do the conversion here so that the compare below works. - // The exception are array values. - $dbvalue = (!is_array($value) ? (string)$value : $value); - - $stored = self::get($family, $key, null, true); - - if (($stored === $dbvalue) && self::$in_db[$family][$key]) { - return true; + if (empty(self::$adapter)) { + self::init(); } - if ($family === 'config') { - $a->config[$key] = $dbvalue; - } elseif ($family != 'system') { - $a->config[$family][$key] = $dbvalue; - } - - // Assign the just added value to the cache - self::$cache[$family][$key] = $dbvalue; - - // manage array value - $dbvalue = (is_array($value) ? serialize($value) : $dbvalue); - - $ret = dba::update('config', ['v' => $dbvalue], ['cat' => $family, 'k' => $key], true); - - if ($ret) { - self::$in_db[$family][$key] = true; - return $value; - } - return $ret; + return self::$adapter->set($family, $key, $value); } /** @@ -183,13 +119,10 @@ class Config */ public static function delete($family, $key) { - if (isset(self::$cache[$family][$key])) { - unset(self::$cache[$family][$key]); - unset(self::$in_db[$family][$key]); + if (empty(self::$adapter)) { + self::init(); } - $ret = dba::delete('config', ['cat' => $family, 'k' => $key]); - - return $ret; + return self::$adapter->delete($family, $key); } } diff --git a/src/Core/Config/IConfigAdapter.php b/src/Core/Config/IConfigAdapter.php new file mode 100644 index 0000000000..d1bb600331 --- /dev/null +++ b/src/Core/Config/IConfigAdapter.php @@ -0,0 +1,72 @@ + + */ +interface IConfigAdapter +{ + /** + * @brief Loads all configuration values into a cached storage. + * + * All configuration values of the system are stored in global cache + * which is available under the global variable $a->config + * + * @param string $cat The category of the configuration values to load + * + * @return void + */ + public function load($cat = "config"); + + /** + * @brief Get a particular user's config variable given the category name + * ($family) and a key. + * + * Get a particular config value from the given category ($family) + * and the $key from a cached storage in $a->config[$uid]. + * $instore is only used by the set_config function + * to determine if the key already exists in the DB + * If a key is found in the DB but doesn't exist in + * local config cache, pull it into the cache so we don't have + * to hit the DB again for this item. + * + * @param string $cat The category of the configuration value + * @param string $k The configuration key to query + * @param mixed $default_value optional, The value to return if key is not set (default: null) + * @param boolean $refresh optional, If true the config is loaded from the db and not from the cache (default: false) + * + * @return mixed Stored value or null if it does not exist + */ + public function get($cat, $k, $default_value = null, $refresh = false); + + /** + * @brief Sets a configuration value for system config + * + * Stores a config value ($value) in the category ($family) under the key ($key) + * for the user_id $uid. + * + * Note: Please do not store booleans - convert to 0/1 integer values! + * + * @param string $family The category of the configuration value + * @param string $key The configuration key to set + * @param mixed $value The value to store + * + * @return mixed Stored $value or false if the database update failed + */ + public function set($cat, $k, $value); + + /** + * @brief Deletes the given key from the system configuration. + * + * Removes the configured value from the stored cache in $a->config + * and removes it from the database. + * + * @param string $cat The category of the configuration value + * @param string $k The configuration key to delete + * + * @return mixed + */ + public function delete($cat, $k); +} diff --git a/src/Core/Config/IPConfigAdapter.php b/src/Core/Config/IPConfigAdapter.php new file mode 100644 index 0000000000..a0f0c9a94c --- /dev/null +++ b/src/Core/Config/IPConfigAdapter.php @@ -0,0 +1,77 @@ +config[$uid]. + * + * @param string $uid The user_id + * @param string $cat The category of the configuration value + * + * @return void + */ + public function load($uid, $cat); + + /** + * @brief Get a particular user's config variable given the category name + * ($family) and a key. + * + * Get a particular user's config value from the given category ($family) + * and the $key from a cached storage in $a->config[$uid]. + * + * @param string $uid The user_id + * @param string $cat The category of the configuration value + * @param string $k The configuration key to query + * @param mixed $default_value optional, The value to return if key is not set (default: null) + * @param boolean $refresh optional, If true the config is loaded from the db and not from the cache (default: false) + * + * @return mixed Stored value or null if it does not exist + */ + public function get($uid, $cat, $k, $default_value = null, $refresh = false); + + /** + * @brief Sets a configuration value for a user + * + * Stores a config value ($value) in the category ($family) under the key ($key) + * for the user_id $uid. + * + * @note Please do not store booleans - convert to 0/1 integer values! + * + * @param string $uid The user_id + * @param string $cat The category of the configuration value + * @param string $k The configuration key to set + * @param string $value The value to store + * + * @return mixed Stored $value or false + */ + public function set($uid, $cat, $k, $value); + + /** + * @brief Deletes the given key from the users's configuration. + * + * Removes the configured value from the stored cache in $a->config[$uid] + * and removes it from the database. + * + * @param string $uid The user_id + * @param string $cat The category of the configuration value + * @param string $k The configuration key to delete + * + * @return mixed + */ + public function delete($uid, $cat, $k); +} diff --git a/src/Core/Config/JITConfigAdapter.php b/src/Core/Config/JITConfigAdapter.php new file mode 100644 index 0000000000..0e7731690b --- /dev/null +++ b/src/Core/Config/JITConfigAdapter.php @@ -0,0 +1,126 @@ + + */ +class JITConfigAdapter extends BaseObject implements IConfigAdapter +{ + private $cache; + private $in_db; + + public function load($cat = "config") + { + // We don't preload "system" anymore. + // This reduces the number of database reads a lot. + if ($cat === 'system') { + return; + } + + $configs = dba::select('config', ['v', 'k'], ['cat' => $cat]); + while ($config = dba::fetch($configs)) { + $k = $config['k']; + + self::getApp()->setConfigValue($cat, $k, $config['v']); + + if ($cat !== 'config') { + $this->cache[$cat][$k] = $config['v']; + $this->in_db[$cat][$k] = true; + } + } + dba::close($configs); + } + + public function get($cat, $k, $default_value = null, $refresh = false) + { + $a = self::getApp(); + + if (!$refresh) { + // Do we have the cached value? Then return it + if (isset($this->cache[$cat][$k])) { + if ($this->cache[$cat][$k] === '!!') { + return $default_value; + } else { + return $this->cache[$cat][$k]; + } + } + } + + $config = dba::selectFirst('config', ['v'], ['cat' => $cat, 'k' => $k]); + if (DBM::is_result($config)) { + // manage array value + $value = (preg_match("|^a:[0-9]+:{.*}$|s", $config['v']) ? unserialize($config['v']) : $config['v']); + + // Assign the value from the database to the cache + $this->cache[$cat][$k] = $value; + $this->in_db[$cat][$k] = true; + return $value; + } elseif (isset($a->config[$cat][$k])) { + // Assign the value (mostly) from the .htconfig.php to the cache + $this->cache[$cat][$k] = $a->config[$cat][$k]; + $this->in_db[$cat][$k] = false; + + return $a->config[$cat][$k]; + } + + $this->cache[$cat][$k] = '!!'; + $this->in_db[$cat][$k] = false; + + return $default_value; + } + + public function set($cat, $k, $value) + { + $a = self::getApp(); + + // We store our setting values in a string variable. + // So we have to do the conversion here so that the compare below works. + // The exception are array values. + $dbvalue = (!is_array($value) ? (string)$value : $value); + + $stored = $this->get($cat, $k, null, true); + + if (($stored === $dbvalue) && $this->in_db[$cat][$k]) { + return true; + } + + self::getApp()->setConfigValue($cat, $k, $value); + + // Assign the just added value to the cache + $this->cache[$cat][$k] = $dbvalue; + + // manage array value + $dbvalue = (is_array($value) ? serialize($value) : $dbvalue); + + $result = dba::update('config', ['v' => $dbvalue], ['cat' => $cat, 'k' => $k], true); + + if ($result) { + $this->in_db[$cat][$k] = true; + return $value; + } + + return $result; + } + + public function delete($cat, $k) + { + if (isset($this->cache[$cat][$k])) { + unset($this->cache[$cat][$k]); + unset($this->in_db[$cat][$k]); + } + + $result = dba::delete('config', ['cat' => $cat, 'k' => $k]); + + return $result; + } +} diff --git a/src/Core/Config/JITPConfigAdapter.php b/src/Core/Config/JITPConfigAdapter.php new file mode 100644 index 0000000000..ce9c5b6462 --- /dev/null +++ b/src/Core/Config/JITPConfigAdapter.php @@ -0,0 +1,119 @@ + + */ +class JITPConfigAdapter extends BaseObject implements IPConfigAdapter +{ + private $in_db; + + public function load($uid, $cat) + { + $a = self::getApp(); + + $pconfigs = dba::select('pconfig', ['v', 'k'], ['cat' => $cat, 'uid' => $uid]); + if (DBM::is_result($pconfigs)) { + while ($pconfig = dba::fetch($pconfigs)) { + $k = $pconfig['k']; + + self::getApp()->setPConfigValue($uid, $cat, $k, $pconfig['v']); + + $this->in_db[$uid][$cat][$k] = true; + } + } else if ($cat != 'config') { + // Negative caching + $a->config[$uid][$cat] = "!!"; + } + dba::close($pconfigs); + } + + public function get($uid, $cat, $k, $default_value = null, $refresh = false) + { + $a = self::getApp(); + + if (!$refresh) { + // Looking if the whole family isn't set + if (isset($a->config[$uid][$cat])) { + if ($a->config[$uid][$cat] === '!!') { + return $default_value; + } + } + + if (isset($a->config[$uid][$cat][$k])) { + if ($a->config[$uid][$cat][$k] === '!!') { + return $default_value; + } + return $a->config[$uid][$cat][$k]; + } + } + + $pconfig = dba::selectFirst('pconfig', ['v'], ['uid' => $uid, 'cat' => $cat, 'k' => $k]); + if (DBM::is_result($pconfig)) { + $val = (preg_match("|^a:[0-9]+:{.*}$|s", $pconfig['v']) ? unserialize($pconfig['v']) : $pconfig['v']); + + self::getApp()->setPConfigValue($uid, $cat, $k, $val); + + $this->in_db[$uid][$cat][$k] = true; + + return $val; + } else { + self::getApp()->setPConfigValue($uid, $cat, $k, '!!'); + + $this->in_db[$uid][$cat][$k] = false; + + return $default_value; + } + } + + public function set($uid, $cat, $k, $value) + { + // We store our setting values in a string variable. + // So we have to do the conversion here so that the compare below works. + // The exception are array values. + $dbvalue = (!is_array($value) ? (string)$value : $value); + + $stored = $this->get($uid, $cat, $k, null, true); + + if (($stored === $dbvalue) && $this->in_db[$uid][$cat][$k]) { + return true; + } + + self::getApp()->setPConfigValue($uid, $cat, $k, $value); + + // manage array value + $dbvalue = (is_array($value) ? serialize($value) : $dbvalue); + + $result = dba::update('pconfig', ['v' => $dbvalue], ['uid' => $uid, 'cat' => $cat, 'k' => $k], true); + + if ($result) { + $this->in_db[$uid][$cat][$k] = true; + return $value; + } + + return $result; + } + + public function delete($uid, $cat, $k) + { + self::getApp()->deletePConfigValue($uid, $cat, $k); + + if (!empty($this->in_db[$uid][$cat][$k])) { + unset($this->in_db[$uid][$cat][$k]); + } + + $result = dba::delete('pconfig', ['uid' => $uid, 'cat' => $cat, 'k' => $k]); + + return $result; + } +} diff --git a/src/Core/Config/PreloadConfigAdapter.php b/src/Core/Config/PreloadConfigAdapter.php new file mode 100644 index 0000000000..204e462948 --- /dev/null +++ b/src/Core/Config/PreloadConfigAdapter.php @@ -0,0 +1,90 @@ + + */ +class PreloadConfigAdapter extends BaseObject implements IConfigAdapter +{ + private $config_loaded = false; + + public function __construct() + { + $this->load(); + } + + public function load($family = 'config') + { + if ($this->config_loaded) { + return; + } + + $configs = dba::select('config', ['cat', 'v', 'k']); + while ($config = dba::fetch($configs)) { + self::getApp()->setConfigValue($config['cat'], $config['k'], $config['v']); + } + dba::close($configs); + + $this->config_loaded = true; + } + + public function get($cat, $k, $default_value = null, $refresh = false) + { + if ($refresh) { + $config = dba::selectFirst('config', ['v'], ['cat' => $cat, 'k' => $k]); + if (DBM::is_result($config)) { + self::getApp()->setConfigValue($cat, $k, $config['v']); + } + } + + $return = self::getApp()->getConfigValue($cat, $k, $default_value); + + return $return; + } + + public function set($cat, $k, $value) + { + // We store our setting values as strings. + // So we have to do the conversion here so that the compare below works. + // The exception are array values. + $compare_value = !is_array($value) ? (string)$value : $value; + + if (self::getApp()->getConfigValue($cat, $k) === $compare_value) { + return true; + } + + self::getApp()->setConfigValue($cat, $k, $value); + + // manage array value + $dbvalue = is_array($value) ? serialize($value) : $value; + + $result = dba::update('config', ['v' => $dbvalue], ['cat' => $cat, 'k' => $k], true); + if (!$result) { + throw new Exception('Unable to store config value in [' . $cat . '][' . $k . ']'); + } + + return true; + } + + public function delete($cat, $k) + { + self::getApp()->deleteConfigValue($cat, $k); + + $result = dba::delete('config', ['cat' => $cat, 'k' => $k]); + + return $result; + } +} diff --git a/src/Core/Config/PreloadPConfigAdapter.php b/src/Core/Config/PreloadPConfigAdapter.php new file mode 100644 index 0000000000..8ed3ee10e8 --- /dev/null +++ b/src/Core/Config/PreloadPConfigAdapter.php @@ -0,0 +1,107 @@ + + */ +class PreloadPConfigAdapter extends BaseObject implements IPConfigAdapter +{ + private $config_loaded = false; + + public function __construct($uid) + { + $this->load($uid, 'config'); + } + + public function load($uid, $family) + { + if ($this->config_loaded) { + return; + } + + if (empty($uid)) { + return; + } + + $pconfigs = dba::select('pconfig', ['cat', 'v', 'k'], ['uid' => $uid]); + while ($pconfig = dba::fetch($pconfigs)) { + self::getApp()->setPConfigValue($uid, $pconfig['cat'], $pconfig['k'], $pconfig['v']); + } + dba::close($pconfigs); + + $this->config_loaded = true; + } + + public function get($uid, $cat, $k, $default_value = null, $refresh = false) + { + if (!$this->config_loaded) { + $this->load($uid, $cat); + } + + if ($refresh) { + $config = dba::selectFirst('pconfig', ['v'], ['uid' => $uid, 'cat' => $cat, 'k' => $k]); + if (DBM::is_result($config)) { + self::getApp()->setPConfigValue($uid, $cat, $k, $config['v']); + } else { + self::getApp()->deletePConfigValue($uid, $cat, $k); + } + } + + $return = self::getApp()->getPConfigValue($uid, $cat, $k, $default_value); + + return $return; + } + + public function set($uid, $cat, $k, $value) + { + if (!$this->config_loaded) { + $this->load($uid, $cat); + } + // We store our setting values as strings. + // So we have to do the conversion here so that the compare below works. + // The exception are array values. + $compare_value = !is_array($value) ? (string)$value : $value; + + if (self::getApp()->getPConfigValue($uid, $cat, $k) === $compare_value) { + return true; + } + + self::getApp()->setPConfigValue($uid, $cat, $k, $value); + + // manage array value + $dbvalue = is_array($value) ? serialize($value) : $value; + + $result = dba::update('pconfig', ['v' => $dbvalue], ['uid' => $uid, 'cat' => $cat, 'k' => $k], true); + if (!$result) { + throw new Exception('Unable to store config value in [' . $uid . '][' . $cat . '][' . $k . ']'); + } + + return true; + } + + public function delete($uid, $cat, $k) + { + if (!$this->config_loaded) { + $this->load($uid, $cat); + } + + self::getApp()->deletePConfigValue($uid, $cat, $k); + + $result = dba::delete('pconfig', ['uid' => $uid, 'cat' => $cat, 'k' => $k]); + + return $result; + } +} diff --git a/src/Core/Console.php b/src/Core/Console.php new file mode 100644 index 0000000000..a1143ae1d9 --- /dev/null +++ b/src/Core/Console.php @@ -0,0 +1,125 @@ + + */ +class Console extends \Asika\SimpleConsole\Console +{ + // Disables the default help handling + protected $helpOptions = []; + protected $customHelpOptions = ['h', 'help', '?']; + + protected $subConsoles = [ + 'config' => __NAMESPACE__ . '\Console\Config', + 'createdoxygen' => __NAMESPACE__ . '\Console\CreateDoxygen', + 'docbloxerrorchecker' => __NAMESPACE__ . '\Console\DocBloxErrorChecker', + 'dbstructure' => __NAMESPACE__ . '\Console\DatabaseStructure', + 'extract' => __NAMESPACE__ . '\Console\Extract', + 'globalcommunityblock' => __NAMESPACE__ . '\Console\GlobalCommunityBlock', + 'globalcommunitysilence' => __NAMESPACE__ . '\Console\GlobalCommunitySilence', + 'maintenance' => __NAMESPACE__ . '\Console\Maintenance', + 'newpassword' => __NAMESPACE__ . '\Console\NewPassword', + 'php2po' => __NAMESPACE__ . '\Console\PhpToPo', + 'po2php' => __NAMESPACE__ . '\Console\PoToPhp', + 'typo' => __NAMESPACE__ . '\Console\Typo', + ]; + + protected function getHelp() + { + $help = << [] [-v] + +Commands: + config Edit site config + createdoxygen Generate Doxygen headers + dbstructure Do database updates + docbloxerrorchecker Check the file tree for DocBlox errors + extract Generate translation string file for the Friendica project (deprecated) + globalcommunityblock Block remote profile from interacting with this node + globalcommunitysilence Silence remote profile from global community page + help Show help about a command, e.g (bin/console help config) + maintenance Set maintenance mode for this node + newpassword Set a new password for a given user + php2po Generate a messages.po file from a strings.php file + po2php Generate a strings.php file from a messages.po file + typo Checks for parse errors in Friendica files + +Options: + -h|--help|-? Show help information + -v Show more debug information. +HELP; + return $help; + } + + protected function doExecute() + { + if ($this->getOption('v')) { + $this->out('Executable: ' . $this->executable); + $this->out('Arguments: ' . var_export($this->args, true)); + $this->out('Options: ' . var_export($this->options, true)); + } + + $showHelp = false; + $subHelp = false; + $command = null; + + if ($this->getOption('version')) { + $this->out('Friendica Console version ' . FRIENDICA_VERSION); + + return 0; + } elseif ((count($this->options) === 0 || $this->getOption($this->customHelpOptions) === true || $this->getOption($this->customHelpOptions) === 1) && count($this->args) === 0 + ) { + $showHelp = true; + } elseif (count($this->args) >= 2 && $this->getArgument(0) == 'help') { + $command = $this->getArgument(1); + $subHelp = true; + array_shift($this->args); + array_shift($this->args); + } elseif (count($this->args) >= 1) { + $command = $this->getArgument(0); + array_shift($this->args); + } + + if (is_null($command)) { + $this->out($this->getHelp()); + return 0; + } + + $console = $this->getSubConsole($command); + + if ($subHelp) { + $console->setOption($this->customHelpOptions, true); + } + + return $console->execute(); + } + + private function getSubConsole($command) + { + if ($this->getOption('v')) { + $this->out('Command: ' . $command); + } + + if (!isset($this->subConsoles[$command])) { + throw new \Asika\SimpleConsole\CommandArgsException('Command ' . $command . ' doesn\'t exist'); + } + + $subargs = $this->args; + array_unshift($subargs, $this->executable); + + $className = $this->subConsoles[$command]; + + $subconsole = new $className($subargs); + + foreach ($this->options as $name => $value) { + $subconsole->setOption($name, $value); + } + + return $subconsole; + } + +} diff --git a/src/Core/Console/Config.php b/src/Core/Console/Config.php new file mode 100644 index 0000000000..306e1c275e --- /dev/null +++ b/src/Core/Console/Config.php @@ -0,0 +1,137 @@ + + */ +class Config extends \Asika\SimpleConsole\Console +{ + protected $helpOptions = ['h', 'help', '?']; + + protected function getHelp() + { + $help = << [-h|--help|-?] [-v] + bin/console config [-h|--help|-?] [-v] + bin/console config [-h|--help|-?] [-v] + +Description + bin/console config + Lists all config values + + bin/console config + Lists all config values in the provided category + + bin/console config + Shows the value of the provided key in the category + + bin/console config + Sets the value of the provided key in the category + +Notes: + Setting config entries which are manually set in .htconfig.php may result in + conflict between database settings and the manual startup settings. + +Options + -h|--help|-? Show help information + -v Show more debug information. +HELP; + return $help; + } + + protected function doExecute() + { + $a = get_app(); + + if ($this->getOption('v')) { + $this->out('Executable: ' . $this->executable); + $this->out('Class: ' . __CLASS__); + $this->out('Arguments: ' . var_export($this->args, true)); + $this->out('Options: ' . var_export($this->options, true)); + } + + if (count($this->args) > 3) { + throw new CommandArgsException('Too many arguments'); + } + + require_once '.htconfig.php'; + $result = dba::connect($db_host, $db_user, $db_pass, $db_data); + unset($db_host, $db_user, $db_pass, $db_data); + + if (!$result) { + throw new \RuntimeException('Unable to connect to database'); + } + + if (count($this->args) == 3) { + Core\Config::set($this->getArgument(0), $this->getArgument(1), $this->getArgument(2)); + $this->out("config[{$this->getArgument(0)}][{$this->getArgument(1)}] = " . Core\Config::get($this->getArgument(0), + $this->getArgument(1))); + } + + if (count($this->args) == 2) { + $this->out("config[{$this->getArgument(0)}][{$this->getArgument(1)}] = " . Core\Config::get($this->getArgument(0), + $this->getArgument(1))); + } + + if (count($this->args) == 1) { + Core\Config::load($this->getArgument(0)); + + $a = get_app(); + if (!is_null($a->config[$this->getArgument(0)])) { + foreach ($a->config[$this->getArgument(0)] as $k => $x) { + $this->out("config[{$this->getArgument(0)}][{$k}] = " . $x); + } + } else { + $this->out('Config section ' . $this->getArgument(0) . ' returned nothing'); + } + } + + if (count($this->args) == 0) { + $configs = dba::select('config'); + foreach ($configs as $config) { + $this->out("config[{$config['cat']}][{$config['k']}] = " . $config['v']); + } + } + + return 0; + } + +} diff --git a/src/Core/Console/CreateDoxygen.php b/src/Core/Console/CreateDoxygen.php new file mode 100644 index 0000000000..b60116db3c --- /dev/null +++ b/src/Core/Console/CreateDoxygen.php @@ -0,0 +1,148 @@ + + */ +class CreateDoxygen extends \Asika\SimpleConsole\Console +{ + protected $helpOptions = ['h', 'help', '?']; + + protected function getHelp() + { + $help = << [-h|--help|-?] [-v] + +Description + Outputs the provided file with added Doxygen headers to functions + +Options + -h|--help|-? Show help information + -v Show more debug information. +HELP; + return $help; + } + + protected function doExecute() + { + if ($this->getOption('v')) { + $this->out('Class: ' . __CLASS__); + $this->out('Arguments: ' . var_export($this->args, true)); + $this->out('Options: ' . var_export($this->options, true)); + } + + if (count($this->args) == 0) { + $this->out($this->getHelp()); + return 0; + } + + if (count($this->args) > 1) { + throw new \Asika\SimpleConsole\CommandArgsException('Too many arguments'); + } + + $file = $this->getArgument(0); + if (!file_exists($file)) { + throw new \RuntimeException('Unable to find specified file.'); + } + + $data = file_get_contents($file); + + $lines = explode("\n", $data); + + $previous = ""; + + foreach ($lines AS $line) { + $line = rtrim(trim($line, "\r")); + + if (strstr(strtolower($line), "function")) { + $detect = strtolower(trim($line)); + $detect = implode(" ", explode(" ", $detect)); + + $found = false; + + if (substr($detect, 0, 9) == "function ") { + $found = true; + } + + if (substr($detect, 0, 19) == "protected function ") { + $found = true; + } + + if (substr($detect, 0, 17) == "private function ") { + $found = true; + } + + if (substr($detect, 0, 23) == "public static function ") { + $found = true; + } + + if (substr($detect, 0, 24) == "private static function ") { + $found = true; + } + + if (substr($detect, 0, 10) == "function (") { + $found = false; + } + + if ($found && ( trim($previous) == "*/")) { + $found = false; + } + + if ($found) { + $this->out($this->addDocumentation($line)); + } + } + $this->out($line); + $previous = $line; + } + + return 0; + } + + /** + * @brief Adds a doxygen header + * + * @param string $line The current line of the document + * + * @return string added doxygen header + */ + private function addDocumentation($line) + { + $trimmed = ltrim($line); + $length = strlen($line) - strlen($trimmed); + $space = substr($line, 0, $length); + + $block = $space . "/**\n" . + $space . " * @brief \n" . + $space . " *\n"; /**/ + + + $left = strpos($line, "("); + $line = substr($line, $left + 1); + + $right = strpos($line, ")"); + $line = trim(substr($line, 0, $right)); + + if ($line != "") { + $parameters = explode(",", $line); + foreach ($parameters AS $parameter) { + $parameter = trim($parameter); + $splitted = explode("=", $parameter); + + $block .= $space . " * @param " . trim($splitted[0], "& ") . "\n"; + } + if (count($parameters) > 0) $block .= $space . " *\n"; + } + + $block .= $space . " * @return \n" . + $space . " */\n"; + + return $block; + } + +} diff --git a/src/Core/Console/DatabaseStructure.php b/src/Core/Console/DatabaseStructure.php new file mode 100644 index 0000000000..eb4c6df998 --- /dev/null +++ b/src/Core/Console/DatabaseStructure.php @@ -0,0 +1,112 @@ + + */ +class DatabaseStructure extends \Asika\SimpleConsole\Console +{ + protected $helpOptions = ['h', 'help', '?']; + + protected function getHelp() + { + $help = << [-h|--help|-?] [-v] + +Commands + dryrun Show database update schema queries without running them + update Update database schema + dumpsql Dump database schema + toinnodb Convert all tables from MyISAM to InnoDB + +Options + -h|--help|-? Show help information + -v Show more debug information. +HELP; + return $help; + } + + protected function doExecute() + { + $a = get_app(); + + if ($this->getOption('v')) { + $this->out('Class: ' . __CLASS__); + $this->out('Arguments: ' . var_export($this->args, true)); + $this->out('Options: ' . var_export($this->options, true)); + } + + if (count($this->args) == 0) { + $this->out($this->getHelp()); + return 0; + } + + if (count($this->args) > 1) { + throw new \Asika\SimpleConsole\CommandArgsException('Too many arguments'); + } + + require_once '.htconfig.php'; + $result = \dba::connect($db_host, $db_user, $db_pass, $db_data); + unset($db_host, $db_user, $db_pass, $db_data); + + if (!$result) { + throw new \RuntimeException('Unable to connect to database'); + } + + Core\Config::load(); + + switch ($this->getArgument(0)) { + case "dryrun": + $output = DBStructure::update(true, false); + break; + case "update": + $output = DBStructure::update(true, true); + + $build = Core\Config::get('system', 'build'); + if (empty($build)) { + Core\Config::set('system', 'build', DB_UPDATE_VERSION); + $build = DB_UPDATE_VERSION; + } + + $stored = intval($build); + $current = intval(DB_UPDATE_VERSION); + + // run any left update_nnnn functions in update.php + for ($x = $stored; $x < $current; $x ++) { + $r = run_update_function($x); + if (!$r) { + break; + } + } + + Core\Config::set('system', 'build', DB_UPDATE_VERSION); + break; + case "dumpsql": + ob_start(); + DBStructure::printStructure(); + $output = ob_get_clean(); + break; + case "toinnodb": + ob_start(); + DBStructure::convertToInnoDB(); + $output = ob_get_clean(); + break; + } + + $this->out($output); + + return 0; + } + +} diff --git a/src/Core/Console/DocBloxErrorChecker.php b/src/Core/Console/DocBloxErrorChecker.php new file mode 100644 index 0000000000..50d44d114d --- /dev/null +++ b/src/Core/Console/DocBloxErrorChecker.php @@ -0,0 +1,192 @@ + + */ +class DocBloxErrorChecker extends \Asika\SimpleConsole\Console +{ + + protected $helpOptions = ['h', 'help', '?']; + + protected function getHelp() + { + $help = <<getOption('v')) { + $this->out('Class: ' . __CLASS__); + $this->out('Arguments: ' . var_export($this->args, true)); + $this->out('Options: ' . var_export($this->options, true)); + } + + if (count($this->args) > 0) { + throw new \Asika\SimpleConsole\CommandArgsException('Too many arguments'); + } + + if (!$this->commandExists('docblox')) { + throw new \RuntimeException('DocBlox isn\'t available.'); + } + + //return from util folder to frindica base dir + $dir = get_app()->get_basepath(); + + //stack for dirs to search + $dirstack = []; + //list of source files + $filelist = []; + + //loop over all files in $dir + while ($dh = opendir($dir)) { + while ($file = readdir($dh)) { + if (is_dir($dir . "/" . $file)) { + //add to directory stack + if (strpos($file, '.') !== 0) { + array_push($dirstack, $dir . "/" . $file); + $this->out('dir ' . $dir . '/' . $file); + } + } else { + //test if it is a source file and add to filelist + if (substr($file, strlen($file) - 4) == ".php") { + array_push($filelist, $dir . "/" . $file); + $this->out($dir . '/' . $file); + } + } + } + //look at the next dir + $dir = array_pop($dirstack); + } + + //check the entire set + if ($this->runs($filelist)) { + throw new \RuntimeException("I can not detect a problem."); + } + + //check half of the set and discard if that half is okay + $res = $filelist; + $i = count($res); + do { + $this->out($i . '/' . count($filelist) . ' elements remaining.'); + $res = $this->reduce($res, count($res) / 2); + shuffle($res); + $i = count($res); + } while (count($res) < $i); + + //check one file after another + $needed = []; + + while (count($res) != 0) { + $file = array_pop($res); + + if ($this->runs(array_merge($res, $needed))) { + $this->out('needs: ' . $file . ' and file count ' . count($needed)); + array_push($needed, $file); + } + } + + $this->out('Smallest Set is: ' . $this->namesList($needed) . ' with ' . count($needed) . ' files. '); + + return 0; + } + + private function commandExists($command) + { + $prefix = strpos(strtolower(PHP_OS),'win') > -1 ? 'where' : 'which'; + exec("{$prefix} {$command}", $output, $returnVal); + return $returnVal === 0; + } + + /** + * This function generates a comma separated list of file names. + * + * @package util + * + * @param array $fileset Set of file names + * + * @return string comma-separated list of the file names + */ + private function namesList($fileset) + { + return implode(',', $fileset); + } + + /** + * This functions runs phpdoc on the provided list of files + * @package util + * + * @param array $fileset Set of filenames + * + * @return bool true, if that set can be built + */ + private function runs($fileset) + { + $fsParam = $this->namesList($fileset); + $this->exec('docblox -t phpdoc_out -f ' . $fsParam); + if (file_exists("phpdoc_out/index.html")) { + $this->out('Subset ' . $fsParam . ' is okay.'); + $this->exec('rm -r phpdoc_out'); + return true; + } else { + $this->out('Subset ' . $fsParam . ' failed.'); + return false; + } + } + + /** + * This functions cuts down a fileset by removing files until it finally works. + * it was meant to be recursive, but php's maximum stack size is to small. So it just simulates recursion. + * + * In that version, it does not necessarily generate the smallest set, because it may not alter the elements order enough. + * + * @package util + * + * @param array $fileset set of filenames + * @param int $ps number of files in subsets + * + * @return array a part of $fileset, that crashes + */ + private function reduce($fileset, $ps) + { + //split array... + $parts = array_chunk($fileset, $ps); + //filter working subsets... + $parts = array_filter($parts, [$this, 'runs']); + //melt remaining parts together + if (is_array($parts)) { + return array_reduce($parts, "array_merge", []); + } + return []; + } + +} diff --git a/src/Core/Console/Extract.php b/src/Core/Console/Extract.php new file mode 100644 index 0000000000..810d5be41b --- /dev/null +++ b/src/Core/Console/Extract.php @@ -0,0 +1,140 @@ + + */ +class Extract extends \Asika\SimpleConsole\Console +{ + protected $helpOptions = ['h', 'help', '?']; + + protected function getHelp() + { + $help = <<getOption('v')) { + $this->out('Class: ' . __CLASS__); + $this->out('Arguments: ' . var_export($this->args, true)); + $this->out('Options: ' . var_export($this->options, true)); + } + + if (count($this->args) > 0) { + throw new \Asika\SimpleConsole\CommandArgsException('Too many arguments'); + } + + $s = 'globRecursive('src') + ); + + foreach ($files as $file) { + $str = file_get_contents($file); + + $pat = '|L10n::t\(([^\)]*+)[\)]|'; + $patt = '|L10n::tt\(([^\)]*+)[\)]|'; + + $matches = []; + $matchestt = []; + + preg_match_all($pat, $str, $matches); + preg_match_all($patt, $str, $matchestt); + + if (count($matches) || count($matchestt)) { + $s .= '// ' . $file . PHP_EOL; + } + + if (!empty($matches[1])) { + foreach ($matches[1] as $long_match) { + $match_arr = preg_split('/(?<=[\'"])\s*,/', $long_match); + $match = $match_arr[0]; + if (!in_array($match, $arr)) { + if (substr($match, 0, 1) == '$') { + continue; + } + + $arr[] = $match; + + $s .= '$a->strings[' . $match . '] = ' . $match . ';' . "\n"; + } + } + } + if (!empty($matchestt[1])) { + foreach ($matchestt[1] as $match) { + $matchtkns = preg_split("|[ \t\r\n]*,[ \t\r\n]*|", $match); + if (count($matchtkns) == 3 && !in_array($matchtkns[0], $arr)) { + if (substr($matchtkns[1], 0, 1) == '$') { + continue; + } + + $arr[] = $matchtkns[0]; + + $s .= '$a->strings[' . $matchtkns[0] . "] = array(\n"; + $s .= "\t0 => " . $matchtkns[0] . ",\n"; + $s .= "\t1 => " . $matchtkns[1] . ",\n"; + $s .= ");\n"; + } + } + } + } + + $s .= '// Timezones' . PHP_EOL; + + $zones = timezone_identifiers_list(); + foreach ($zones as $zone) { + $s .= '$a->strings[\'' . $zone . '\'] = \'' . $zone . '\';' . "\n"; + } + + $this->out($s); + + return 0; + } + + private function globRecursive($path) { + $dir_iterator = new \RecursiveDirectoryIterator($path); + $iterator = new \RecursiveIteratorIterator($dir_iterator, \RecursiveIteratorIterator::SELF_FIRST); + + $return = []; + foreach ($iterator as $file) { + if ($file->getBasename() != '.' && $file->getBasename() != '..') { + $return[] = $file->getPathname(); + } + } + + return $return; + } +} diff --git a/src/Core/Console/GlobalCommunityBlock.php b/src/Core/Console/GlobalCommunityBlock.php new file mode 100644 index 0000000000..26c5d13131 --- /dev/null +++ b/src/Core/Console/GlobalCommunityBlock.php @@ -0,0 +1,79 @@ + + * @author Hypolite Petovan + */ +class GlobalCommunityBlock extends \Asika\SimpleConsole\Console +{ + protected $helpOptions = ['h', 'help', '?']; + + protected function getHelp() + { + $help = << [-h|--help|-?] [-v] + +Description + Blocks an account in such a way that no postings or comments this account writes are accepted to this node. + +Options + -h|--help|-? Show help information + -v Show more debug information. +HELP; + return $help; + } + + protected function doExecute() + { + $a = get_app(); + + if ($this->getOption('v')) { + $this->out('Class: ' . __CLASS__); + $this->out('Arguments: ' . var_export($this->args, true)); + $this->out('Options: ' . var_export($this->options, true)); + } + + if (count($this->args) == 0) { + $this->out($this->getHelp()); + return 0; + } + + if (count($this->args) > 1) { + throw new \Asika\SimpleConsole\CommandArgsException('Too many arguments'); + } + + require_once '.htconfig.php'; + $result = \dba::connect($db_host, $db_user, $db_pass, $db_data); + unset($db_host, $db_user, $db_pass, $db_data); + + if (!$result) { + throw new \RuntimeException('Unable to connect to database'); + } + + $contact_id = Contact::getIdForURL($this->getArgument(0)); + if (!$contact_id) { + throw new \RuntimeException(L10n::t('Could not find any contact entry for this URL (%s)', $nurl)); + } + if(Contact::block($contact_id)) { + $this->out(L10n::t('The contact has been blocked from the node')); + } else { + throw new \RuntimeException('The contact block failed.'); + } + + return 0; + } +} diff --git a/src/Core/Console/GlobalCommunitySilence.php b/src/Core/Console/GlobalCommunitySilence.php new file mode 100644 index 0000000000..72d5a4f881 --- /dev/null +++ b/src/Core/Console/GlobalCommunitySilence.php @@ -0,0 +1,96 @@ + + */ +class GlobalCommunitySilence extends \Asika\SimpleConsole\Console +{ + protected $helpOptions = ['h', 'help', '?']; + + protected function getHelp() + { + $help = << [-h|--help|-?] [-v] + +Description + With this tool, you can silence an account on the global community page. + Postings from silenced accounts will not be displayed on the community page. + This silencing does only affect the display on the community page, accounts + following the silenced accounts will still get their postings. + +Options + -h|--help|-? Show help information + -v Show more debug information. +HELP; + return $help; + } + + protected function doExecute() + { + $a = get_app(); + + if ($this->getOption('v')) { + $this->out('Class: ' . __CLASS__); + $this->out('Arguments: ' . var_export($this->args, true)); + $this->out('Options: ' . var_export($this->options, true)); + } + + if (count($this->args) == 0) { + $this->out($this->getHelp()); + return 0; + } + + if (count($this->args) > 1) { + throw new \Asika\SimpleConsole\CommandArgsException('Too many arguments'); + } + + require_once '.htconfig.php'; + $result = \dba::connect($db_host, $db_user, $db_pass, $db_data); + unset($db_host, $db_user, $db_pass, $db_data); + + if (!$result) { + throw new \RuntimeException('Unable to connect to database'); + } + + /** + * 1. make nurl from last parameter + * 2. check DB (contact) if there is a contact with uid=0 and that nurl, get the ID + * 3. set the flag hidden=1 for the contact entry with the found ID + * */ + $net = Probe::uri($this->getArgument(0)); + if (in_array($net['network'], [Protocol::PHANTOM, Protocol::MAIL])) { + throw new \RuntimeException('This account seems not to exist.'); + } + + $nurl = normalise_link($net['url']); + $contact = \dba::selectFirst("contact", ["id"], ["nurl" => $nurl, "uid" => 0]); + if (DBM::is_result($contact)) { + \dba::update("contact", ["hidden" => true], ["id" => $contact["id"]]); + $this->out('NOTICE: The account should be silenced from the global community page'); + } else { + throw new \RuntimeException('NOTICE: Could not find any entry for this URL (' . $nurl . ')'); + } + + return 0; + } +} diff --git a/src/Core/Console/Maintenance.php b/src/Core/Console/Maintenance.php new file mode 100644 index 0000000000..6638e4bfe1 --- /dev/null +++ b/src/Core/Console/Maintenance.php @@ -0,0 +1,107 @@ + + */ +class Maintenance extends \Asika\SimpleConsole\Console +{ + protected $helpOptions = ['h', 'help', '?']; + + protected function getHelp() + { + $help = << [] [-h|--help|-?] [-v] + +Description + cen be either 0 or 1 to disabled or enable the maintenance mode on this node. + + is a quote-enclosed string with the optional reason for the maintenance mode. + +Examples + bin/console maintenance 1 + Enables the maintenance mode without setting a reason message + + bin/console maintenance 1 "SSL certification update" + Enables the maintenance mode with setting a reason message + + bin/console maintenance 0 + Disables the maintenance mode + +Options + -h|--help|-? Show help information + -v Show more debug information. +HELP; + return $help; + } + + protected function doExecute() + { + $a = get_app(); + + if ($this->getOption('v')) { + $this->out('Class: ' . __CLASS__); + $this->out('Arguments: ' . var_export($this->args, true)); + $this->out('Options: ' . var_export($this->options, true)); + } + + if (count($this->args) == 0) { + $this->out($this->getHelp()); + return 0; + } + + if (count($this->args) > 2) { + throw new \Asika\SimpleConsole\CommandArgsException('Too many arguments'); + } + + require_once '.htconfig.php'; + $result = \dba::connect($db_host, $db_user, $db_pass, $db_data); + unset($db_host, $db_user, $db_pass, $db_data); + + if (!$result) { + throw new \RuntimeException('Unable to connect to database'); + } + + Core\Config::load(); + + $lang = Core\L10n::getBrowserLanguage(); + Core\L10n::loadTranslationTable($lang); + + $enabled = intval($this->getArgument(0)); + + Core\Config::set('system', 'maintenance', $enabled); + + $reason = $this->getArgument(1); + + if ($enabled && $this->getArgument(1)) { + Core\Config::set('system', 'maintenance_reason', $this->getArgument(1)); + } else { + Core\Config::set('system', 'maintenance_reason', ''); + } + + if ($enabled) { + $mode_str = "maintenance mode"; + } else { + $mode_str = "normal mode"; + } + + $this->out('System set in ' . $mode_str); + + if ($enabled && $reason != '') { + $this->out('Maintenance reason: ' . $reason); + } + + return 0; + } + +} diff --git a/src/Core/Console/NewPassword.php b/src/Core/Console/NewPassword.php new file mode 100644 index 0000000000..d44286d28f --- /dev/null +++ b/src/Core/Console/NewPassword.php @@ -0,0 +1,89 @@ + + */ +class NewPassword extends \Asika\SimpleConsole\Console +{ + protected $helpOptions = ['h', 'help', '?']; + + protected function getHelp() + { + $help = << [-h|--help|-?] [-v] + +Description + Creates a new password for a user without using the "forgot password" functionality. + +Options + -h|--help|-? Show help information + -v Show more debug information. +HELP; + return $help; + } + + protected function doExecute() + { + $a = get_app(); + + if ($this->getOption('v')) { + $this->out('Class: ' . __CLASS__); + $this->out('Arguments: ' . var_export($this->args, true)); + $this->out('Options: ' . var_export($this->options, true)); + } + + if (count($this->args) == 0) { + $this->out($this->getHelp()); + return 0; + } + + if (count($this->args) > 2) { + throw new \Asika\SimpleConsole\CommandArgsException('Too many arguments'); + } + + require_once '.htconfig.php'; + $result = \dba::connect($db_host, $db_user, $db_pass, $db_data); + unset($db_host, $db_user, $db_pass, $db_data); + + if (!$result) { + throw new \RuntimeException('Unable to connect to database'); + } + + $nick = $this->getArgument(0); + $password = $this->getArgument(1); + + $user = dba::selectFirst('user', ['uid'], ['nickname' => $nick]); + if (!DBM::is_result($user)) { + throw new \RuntimeException(L10n::t('User not found')); + } + + if (!Config::get('system', 'disable_password_exposed', false) && User::isPasswordExposed($password)) { + throw new \RuntimeException(L10n::t('The new password has been exposed in a public data dump, please choose another.')); + } + + if (!User::updatePassword($user['uid'], $password)) { + throw new \RuntimeException(L10n::t('Password update failed. Please try again.')); + } + + $this->out(L10n::t('Password changed.')); + + return 0; + } +} diff --git a/src/Core/Console/PhpToPo.php b/src/Core/Console/PhpToPo.php new file mode 100644 index 0000000000..76cf164344 --- /dev/null +++ b/src/Core/Console/PhpToPo.php @@ -0,0 +1,234 @@ + + */ +class PhpToPo extends \Asika\SimpleConsole\Console +{ + + protected $helpOptions = ['h', 'help', '?']; + + private $normBaseMsgIds = []; + const NORM_REGEXP = "|[\\\]|"; + + protected function getHelp() + { + $help = <<] [--base ] [-h|--help|-?] [-v] + +Description + Read a strings.php file and create the according messages.po in the same directory + +Options + -p Number of plural forms. Default: 2 + --base Path to base messages.po file. Default: util/messages.po + -h|--help|-? Show help information + -v Show more debug information. +HELP; + return $help; + } + + protected function doExecute() + { + if ($this->getOption('v')) { + $this->out('Class: ' . __CLASS__); + $this->out('Arguments: ' . var_export($this->args, true)); + $this->out('Options: ' . var_export($this->options, true)); + } + + if (count($this->args) == 0) { + $this->out($this->getHelp()); + return 0; + } + + if (count($this->args) > 1) { + throw new \Asika\SimpleConsole\CommandArgsException('Too many arguments'); + } + + $a = get_app(); + + $phpfile = realpath($this->getArgument(0)); + + if (!file_exists($phpfile)) { + throw new \RuntimeException('Supplied file path doesn\'t exist.'); + } + + if (!is_writable(dirname($phpfile))) { + throw new \RuntimeException('Supplied directory isn\'t writable.'); + } + + $pofile = dirname($phpfile) . DIRECTORY_SEPARATOR . 'messages.po'; + + // start ! + include_once($phpfile); + + $out = ''; + $out .= "# FRIENDICA Distributed Social Network\n"; + $out .= "# Copyright (C) 2010, 2011, 2012, 2013 the Friendica Project\n"; + $out .= "# This file is distributed under the same license as the Friendica package.\n"; + $out .= "# \n"; + $out .= 'msgid ""' . "\n"; + $out .= 'msgstr ""' . "\n"; + $out .= '"Project-Id-Version: friendica\n"' . "\n"; + $out .= '"Report-Msgid-Bugs-To: \n"' . "\n"; + $out .= '"POT-Creation-Date: ' . date("Y-m-d H:i:sO") . '\n"' . "\n"; + $out .= '"MIME-Version: 1.0\n"' . "\n"; + $out .= '"Content-Type: text/plain; charset=UTF-8\n"' . "\n"; + $out .= '"Content-Transfer-Encoding: 8bit\n"' . "\n"; + + // search for plural info + $lang = ""; + $lang_logic = ""; + $lang_pnum = $this->getOption('p', 2); + + $infile = file($phpfile); + foreach ($infile as $l) { + $l = trim($l); + if ($this->startsWith($l, 'function string_plural_select_')) { + $lang = str_replace('function string_plural_select_', '', str_replace('($n){', '', $l)); + } + if ($this->startsWith($l, 'return')) { + $lang_logic = str_replace('$', '', trim(str_replace('return ', '', $l), ';')); + break; + } + } + + $this->out('Language: ' . $lang); + $this->out('Plural forms: ' . $lang_pnum); + $this->out('Plural forms: ' . $lang_logic); + + $out .= sprintf('"Language: %s\n"', $lang) . "\n"; + $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'); + + // load base messages.po and extract msgids + $base_msgids = []; + $base_f = file($base_path); + if (!$base_f) { + throw new \RuntimeException('The base ' . $base_path . ' file is missing or unavailable to read.'); + } + + $this->out('Loading base file ' . $base_path . '...'); + + $_f = 0; + $_mid = ""; + $_mids = []; + foreach ($base_f as $l) { + $l = trim($l); + + if ($this->startsWith($l, 'msgstr')) { + if ($_mid != '""') { + $base_msgids[$_mid] = $_mids; + $this->normBaseMsgIds[preg_replace(self::NORM_REGEXP, "", $_mid)] = $_mid; + } + + $_f = 0; + $_mid = ""; + $_mids = []; + } + + if ($this->startsWith($l, '"') && $_f == 2) { + $_mids[count($_mids) - 1] .= "\n" . $l; + } + if ($this->startsWith($l, 'msgid_plural ')) { + $_f = 2; + $_mids[] = str_replace('msgid_plural ', '', $l); + } + + if ($this->startsWith($l, '"') && $_f == 1) { + $_mid .= "\n" . $l; + $_mids[count($_mids) - 1] .= "\n" . $l; + } + if ($this->startsWith($l, 'msgid ')) { + $_f = 1; + $_mid = str_replace('msgid ', '', $l); + $_mids = [$_mid]; + } + } + + $this->out('Creating ' . $pofile . '...'); + + // create msgid and msgstr + $warnings = ""; + foreach ($a->strings as $key => $str) { + $msgid = $this->massageString($key); + + if (preg_match("|%[sd0-9](\$[sn])*|", $msgid)) { + $out .= "#, php-format\n"; + } + $msgid = $this->findOriginalMsgId($msgid); + $out .= 'msgid ' . $msgid . "\n"; + + if (is_array($str)) { + if (array_key_exists($msgid, $base_msgids) && isset($base_msgids[$msgid][1])) { + $out .= 'msgid_plural ' . $base_msgids[$msgid][1] . "\n"; + } else { + $out .= 'msgid_plural ' . $msgid . "\n"; + $warnings .= "[W] No source plural form for msgid:\n" . str_replace("\n", "\n\t", $msgid) . "\n\n"; + } + foreach ($str as $n => $msgstr) { + $out .= 'msgstr[' . $n . '] ' . $this->massageString($msgstr) . "\n"; + } + } else { + $out .= 'msgstr ' . $this->massageString($str) . "\n"; + } + + $out .= "\n"; + } + + if (!file_put_contents($pofile, $out)) { + throw new \RuntimeException('Unable to write to ' . $pofile); + } + + if ($warnings != '') { + $this->out($warnings); + } + + return 0; + } + + private function startsWith($haystack, $needle) + { + // search backwards starting from haystack length characters from the end + return $needle === "" || strrpos($haystack, $needle, -strlen($haystack)) !== FALSE; + } + + /** + * Get a string and retun a message.po ready text + * - replace " with \" + * - replace tab char with \t + * - manage multiline strings + */ + private function massageString($str) + { + $str = str_replace('\\', '\\\\', $str); + $str = str_replace('"', '\"', $str); + $str = str_replace("\t", '\t', $str); + $str = str_replace("\n", '\n"' . "\n" . '"', $str); + if (strpos($str, "\n") !== false && $str[0] !== '"') { + $str = '"' . "\n" . $str; + } + + $str = preg_replace("|\n([^\"])|", "\n\"$1", $str); + return sprintf('"%s"', $str); + } + + private function findOriginalMsgId($str) + { + $norm_str = preg_replace(self::NORM_REGEXP, "", $str); + if (array_key_exists($norm_str, $this->normBaseMsgIds)) { + return $this->normBaseMsgIds[$norm_str]; + } + + return $str; + } + +} diff --git a/src/Core/Console/PoToPhp.php b/src/Core/Console/PoToPhp.php new file mode 100644 index 0000000000..62ff24bd55 --- /dev/null +++ b/src/Core/Console/PoToPhp.php @@ -0,0 +1,201 @@ + + */ +class PoToPhp extends \Asika\SimpleConsole\Console +{ + protected $helpOptions = ['h', 'help', '?']; + + const DQ_ESCAPE = "__DQ__"; + + protected function getHelp() + { + $help = << [-h|--help|-?] [-v] + +Description + Read a messages.po file and create the according strings.php in the same directory + +Options + -h|--help|-? Show help information + -v Show more debug information. +HELP; + return $help; + } + + protected function doExecute() + { + if ($this->getOption('v')) { + $this->out('Class: ' . __CLASS__); + $this->out('Arguments: ' . var_export($this->args, true)); + $this->out('Options: ' . var_export($this->options, true)); + } + + if (count($this->args) == 0) { + $this->out($this->getHelp()); + return 0; + } + + if (count($this->args) > 1) { + throw new \Asika\SimpleConsole\CommandArgsException('Too many arguments'); + } + + $a = get_app(); + + $pofile = realpath($this->getArgument(0)); + + if (!file_exists($pofile)) { + throw new \RuntimeException('Supplied file path doesn\'t exist.'); + } + + if (!is_writable(dirname($pofile))) { + throw new \RuntimeException('Supplied directory isn\'t writable.'); + } + + $outfile = dirname($pofile) . DIRECTORY_SEPARATOR . 'strings.php'; + + if (strstr($outfile, 'util')) { + $lang = 'en'; + } else { + $lang = str_replace('-', '_', basename(dirname($pofile))); + } + + $this->out('Out to ' . $outfile); + + $out = "strings["' . $k . '"] = '; + } + + if ($inv) { + $inv = false; + $out .= '"' . $v . '"'; + } + + $v = substr($l, 8, $len - 10); + $v = preg_replace_callback($escape_s_exp, [$this, 'escapeDollar'], $v); + + $inv = true; + } + + if ($k != "" && substr($l, 0, 7) == 'msgstr[') { + if ($ink) { + $ink = false; + $out .= '$a->strings["' . $k . '"] = '; + } + if ($inv) { + $inv = false; + $out .= '"' . $v . '"'; + } + + if (!$arr) { + $arr = true; + $out .= "[\n"; + } + + $match = []; + preg_match("|\[([0-9]*)\] (.*)|", $l, $match); + $out .= "\t" + . preg_replace_callback($escape_s_exp, [$this, 'escapeDollar'], $match[1]) + . ' => ' + . preg_replace_callback($escape_s_exp, [$this, 'escapeDollar'], $match[2]) + . ",\n"; + } + + if (substr($l, 0, 6) == 'msgid_') { + $ink = false; + $out .= '$a->strings["' . $k . '"] = '; + } + + if ($ink) { + $k .= trim($l, "\"\r\n"); + $k = preg_replace_callback($escape_s_exp, [$this, 'escapeDollar'], $k); + } + + if (substr($l, 0, 6) == 'msgid ') { + if ($inv) { + $inv = false; + $out .= '"' . $v . '"'; + } + + if ($k != "") { + $out .= ($arr) ? "];\n" : ";\n"; + } + + $arr = false; + $k = str_replace("msgid ", "", $l); + if ($k != '""') { + $k = trim($k, "\"\r\n"); + } else { + $k = ''; + } + + $k = preg_replace_callback($escape_s_exp, [$this, 'escapeDollar'], $k); + $ink = true; + } + + if ($inv && substr($l, 0, 6) != "msgstr") { + $v .= trim($l, "\"\r\n"); + $v = preg_replace_callback($escape_s_exp, [$this, 'escapeDollar'], $v); + } + } + + if ($inv) { + $inv = false; + $out .= '"' . $v . '"'; + } + + if ($k != '') { + $out .= ($arr ? "];\n" : ";\n"); + } + + $out = str_replace(self::DQ_ESCAPE, '\"', $out); + if (!file_put_contents($outfile, $out)) { + throw new \RuntimeException('Unable to write to ' . $outfile); + } + + return 0; + } + + private function escapeDollar($match) + { + return str_replace('$', '\$', $match[0]); + } +} diff --git a/src/Core/Console/Typo.php b/src/Core/Console/Typo.php new file mode 100644 index 0000000000..e3ae52263b --- /dev/null +++ b/src/Core/Console/Typo.php @@ -0,0 +1,119 @@ + + */ +class Typo extends \Asika\SimpleConsole\Console +{ + protected $helpOptions = ['h', 'help', '?']; + + protected function getHelp() + { + $help = <<getOption('v')) { + $this->out('Class: ' . __CLASS__); + $this->out('Arguments: ' . var_export($this->args, true)); + $this->out('Options: ' . var_export($this->options, true)); + } + + if (count($this->args) > 0) { + throw new \Asika\SimpleConsole\CommandArgsException('Too many arguments'); + } + + $a = get_app(); + + $php_path = $a->getConfigValue('config', 'php_path', 'php'); + + if ($this->getOption('v')) { + $this->out('Directory: src'); + } + + $Iterator = new \RecursiveDirectoryIterator('src'); + + foreach (new \RecursiveIteratorIterator($Iterator) as $file) { + if (substr($file, -4) === '.php') { + $this->checkFile($php_path, $file); + } + } + + if ($this->getOption('v')) { + $this->out('Directory: mod'); + } + + $files = glob('mod/*.php'); + $this->checkFiles($php_path, $files); + + if ($this->getOption('v')) { + $this->out('Directory: include'); + } + + $files = glob('include/*.php'); + $this->checkFiles($php_path, $files); + + if ($this->getOption('v')) { + $this->out('Directory: addon'); + } + + $dirs = glob('addon/*'); + foreach ($dirs as $dir) { + $addon = basename($dir); + $files = glob($dir . '/' . $addon . '.php'); + $this->checkFiles($php_path, $files); + } + + if ($this->getOption('v')) { + $this->out('String files'); + } + + $this->checkFile($php_path, 'util/strings.php'); + + $files = glob('view/lang/*/strings.php'); + $this->checkFiles($php_path, $files); + + $this->out('No errors.'); + + return 0; + } + + private function checkFiles($php_path, array $files) + { + foreach ($files as $file) { + $this->checkFile($php_path, $file); + } + } + + private function checkFile($php_path, $file) + { + if ($this->getOption('v')) { + $this->out('Checking ' . $file); + } + + $output = []; + $ret = 0; + exec("$php_path -l $file", $output, $ret); + if ($ret !== 0) { + throw new \RuntimeException('Parse error found in ' . $file . ', scan stopped.'); + } + } +} diff --git a/src/Core/NotificationsManager.php b/src/Core/NotificationsManager.php index 0e552d2e09..6a13c025c4 100644 --- a/src/Core/NotificationsManager.php +++ b/src/Core/NotificationsManager.php @@ -8,6 +8,7 @@ namespace Friendica\Core; use Friendica\BaseObject; use Friendica\Content\Text\BBCode; +use Friendica\Content\Text\HTML; use Friendica\Core\L10n; use Friendica\Core\PConfig; use Friendica\Core\System; @@ -19,7 +20,6 @@ use Friendica\Util\Temporal; use Friendica\Util\XML; require_once 'include/dba.php'; -require_once 'include/html2plain.php'; /** * @brief Methods for read and write notifications from/to database @@ -47,7 +47,7 @@ class NotificationsManager extends BaseObject $n['timestamp'] = strtotime($local_time); $n['date_rel'] = Temporal::getRelativeDate($n['date']); $n['msg_html'] = BBCode::convert($n['msg'], false); - $n['msg_plain'] = explode("\n", trim(html2plain($n['msg_html'], 0)))[0]; + $n['msg_plain'] = explode("\n", trim(HTML::toPlaintext($n['msg_html'], 0)))[0]; $rets[] = $n; } @@ -135,7 +135,7 @@ class NotificationsManager extends BaseObject public function setSeen($note, $seen = true) { return q( - "UPDATE `notify` SET `seen` = %d WHERE ( `link` = '%s' OR ( `parent` != 0 AND `parent` = %d AND `otype` = '%s' )) AND `uid` = %d", + "UPDATE `notify` SET `seen` = %d WHERE (`link` = '%s' OR (`parent` != 0 AND `parent` = %d AND `otype` = '%s')) AND `uid` = %d", intval($seen), dbesc($note['link']), intval($note['parent']), @@ -384,16 +384,18 @@ class NotificationsManager extends BaseObject private function networkTotal($seen = 0) { $sql_seen = ""; + $index_hint = ""; if ($seen === 0) { - $sql_seen = " AND `item`.`unseen` = 1 "; + $sql_seen = " AND `item`.`unseen` "; + $index_hint = "USE INDEX (`uid_unseen_contactid`)"; } $r = q( "SELECT COUNT(*) AS `total` - FROM `item` INNER JOIN `item` AS `pitem` ON `pitem`.`id`=`item`.`parent` - WHERE `item`.`visible` = 1 AND `pitem`.`parent` != 0 AND - `item`.`deleted` = 0 AND `item`.`uid` = %d AND `item`.`wall` = 0 + FROM `item` $index_hint STRAIGHT_JOIN `item` AS `pitem` ON `pitem`.`id`=`item`.`parent` + WHERE `item`.`visible` AND `pitem`.`parent` != 0 AND + NOT `item`.`deleted` AND `item`.`uid` = %d AND NOT `item`.`wall` $sql_seen", intval(local_user()) ); @@ -423,18 +425,20 @@ class NotificationsManager extends BaseObject $total = $this->networkTotal($seen); $notifs = []; $sql_seen = ""; + $index_hint = ""; if ($seen === 0) { - $sql_seen = " AND `item`.`unseen` = 1 "; + $sql_seen = " AND `item`.`unseen` "; + $index_hint = "USE INDEX (`uid_unseen_contactid`)"; } $r = q( "SELECT `item`.`id`,`item`.`parent`, `item`.`verb`, `item`.`author-name`, `item`.`unseen`, `item`.`author-link`, `item`.`author-avatar`, `item`.`created`, `item`.`object` AS `object`, `pitem`.`author-name` AS `pname`, `pitem`.`author-link` AS `plink`, `pitem`.`guid` AS `pguid` - FROM `item` INNER JOIN `item` AS `pitem` ON `pitem`.`id`=`item`.`parent` - WHERE `item`.`visible` = 1 AND `pitem`.`parent` != 0 AND - `item`.`deleted` = 0 AND `item`.`uid` = %d AND `item`.`wall` = 0 + FROM `item` $index_hint STRAIGHT_JOIN `item` AS `pitem` ON `pitem`.`id`=`item`.`parent` + WHERE `item`.`visible` AND `pitem`.`parent` != 0 AND + NOT `item`.`deleted` AND `item`.`uid` = %d AND NOT `item`.`wall` $sql_seen ORDER BY `item`.`created` DESC LIMIT %d, %d ", intval(local_user()), @@ -466,7 +470,7 @@ class NotificationsManager extends BaseObject $sql_seen = ""; if ($seen === 0) { - $sql_seen = " AND `seen` = 0 "; + $sql_seen = " AND NOT `seen` "; } $r = q( @@ -501,7 +505,7 @@ class NotificationsManager extends BaseObject $sql_seen = ""; if ($seen === 0) { - $sql_seen = " AND `seen` = 0 "; + $sql_seen = " AND NOT `seen` "; } $r = q( @@ -536,7 +540,7 @@ class NotificationsManager extends BaseObject $myurl = str_replace(['www.', '.'], ['', '\\.'], $myurl); $diasp_url = str_replace('/profile/', '/u/', $myurl); $sql_extra = sprintf( - " AND ( `item`.`author-link` regexp '%s' OR `item`.`tag` regexp '%s' OR `item`.`tag` regexp '%s' ) ", + " AND (`item`.`author-link` REGEXP '%s' OR `item`.`tag` REGEXP '%s' OR `item`.`tag` REGEXP '%s') ", dbesc($myurl . '$'), dbesc($myurl . '\\]'), dbesc($diasp_url . '\\]') @@ -555,19 +559,21 @@ class NotificationsManager extends BaseObject private function personalTotal($seen = 0) { $sql_seen = ""; + $index_hint = ""; $sql_extra = $this->personalSqlExtra(); if ($seen === 0) { - $sql_seen = " AND `item`.`unseen` = 1 "; + $sql_seen = " AND `item`.`unseen` "; + $index_hint = "USE INDEX (`uid_unseen_contactid`)"; } $r = q( "SELECT COUNT(*) AS `total` - FROM `item` INNER JOIN `item` AS `pitem` ON `pitem`.`id`=`item`.`parent` - WHERE `item`.`visible` = 1 + FROM `item` $index_hint + WHERE `item`.`visible` $sql_extra $sql_seen - AND `item`.`deleted` = 0 AND `item`.`uid` = %d AND `item`.`wall` = 0 ", + AND NOT `item`.`deleted` AND `item`.`uid` = %d AND NOT `item`.`wall`", intval(local_user()) ); if (DBM::is_result($r)) { @@ -597,20 +603,22 @@ class NotificationsManager extends BaseObject $sql_extra = $this->personalSqlExtra(); $notifs = []; $sql_seen = ""; + $index_hint = ""; if ($seen === 0) { - $sql_seen = " AND `item`.`unseen` = 1 "; + $sql_seen = " AND `item`.`unseen` "; + $index_hint = "USE INDEX (`uid_unseen_contactid`)"; } $r = q( "SELECT `item`.`id`,`item`.`parent`, `item`.`verb`, `item`.`author-name`, `item`.`unseen`, `item`.`author-link`, `item`.`author-avatar`, `item`.`created`, `item`.`object` AS `object`, `pitem`.`author-name` AS `pname`, `pitem`.`author-link` AS `plink`, `pitem`.`guid` AS `pguid` - FROM `item` INNER JOIN `item` AS `pitem` ON `pitem`.`id`=`item`.`parent` - WHERE `item`.`visible` = 1 + FROM `item` $index_hint STRAIGHT_JOIN `item` AS `pitem` ON `pitem`.`id`=`item`.`parent` + WHERE `item`.`visible` $sql_extra $sql_seen - AND `item`.`deleted` = 0 AND `item`.`uid` = %d AND `item`.`wall` = 0 + AND NOT `item`.`deleted` AND `item`.`uid` = %d AND NOT `item`.`wall` ORDER BY `item`.`created` DESC LIMIT %d, %d ", intval(local_user()), intval($start), @@ -639,13 +647,15 @@ class NotificationsManager extends BaseObject private function homeTotal($seen = 0) { $sql_seen = ""; + $index_hint = ""; if ($seen === 0) { - $sql_seen = " AND `item`.`unseen` = 1 "; + $sql_seen = " AND `item`.`unseen` "; + $index_hint = "USE INDEX (`uid_unseen_contactid`)"; } $r = q( - "SELECT COUNT(*) AS `total` FROM `item` + "SELECT COUNT(*) AS `total` FROM `item` $index_hint WHERE `item`.`visible` = 1 AND `item`.`deleted` = 0 AND `item`.`uid` = %d AND `item`.`wall` = 1 $sql_seen", @@ -677,18 +687,20 @@ class NotificationsManager extends BaseObject $total = $this->homeTotal($seen); $notifs = []; $sql_seen = ""; + $index_hint = ""; if ($seen === 0) { - $sql_seen = " AND `item`.`unseen` = 1 "; + $sql_seen = " AND `item`.`unseen` "; + $index_hint = "USE INDEX (`uid_unseen_contactid`)"; } $r = q( "SELECT `item`.`id`,`item`.`parent`, `item`.`verb`, `item`.`author-name`, `item`.`unseen`, `item`.`author-link`, `item`.`author-avatar`, `item`.`created`, `item`.`object` AS `object`, `pitem`.`author-name` AS `pname`, `pitem`.`author-link` AS `plink`, `pitem`.`guid` AS `pguid` - FROM `item` INNER JOIN `item` AS `pitem` ON `pitem`.`id`=`item`.`parent` - WHERE `item`.`visible` = 1 AND - `item`.`deleted` = 0 AND `item`.`uid` = %d AND `item`.`wall` = 1 + FROM `item` $index_hint STRAIGHT_JOIN `item` AS `pitem` ON `pitem`.`id`=`item`.`parent` + WHERE `item`.`visible` AND + NOT `item`.`deleted` AND `item`.`uid` = %d AND `item`.`wall` $sql_seen ORDER BY `item`.`created` DESC LIMIT %d, %d ", intval(local_user()), diff --git a/src/Core/PConfig.php b/src/Core/PConfig.php index 82d4690838..bfa52f5a36 100644 --- a/src/Core/PConfig.php +++ b/src/Core/PConfig.php @@ -1,20 +1,18 @@ config['system']['config_adapter']) && $a->config['system']['config_adapter'] == 'preload') { + self::$adapter = new Config\PreloadPConfigAdapter($uid); + } else { + self::$adapter = new Config\JITPConfigAdapter($uid); + } + } /** * @brief Loads all configuration values of a user's config family into a cached storage. @@ -39,20 +51,11 @@ class PConfig */ public static function load($uid, $family) { - $a = get_app(); - - $r = dba::select('pconfig', ['v', 'k'], ['cat' => $family, 'uid' => $uid]); - if (DBM::is_result($r)) { - while ($rr = dba::fetch($r)) { - $k = $rr['k']; - $a->config[$uid][$family][$k] = $rr['v']; - self::$in_db[$uid][$family][$k] = true; - } - } else if ($family != 'config') { - // Negative caching - $a->config[$uid][$family] = "!!"; + if (empty(self::$adapter)) { + self::init($uid); } - dba::close($r); + + self::$adapter->load($uid, $family); } /** @@ -72,37 +75,11 @@ class PConfig */ public static function get($uid, $family, $key, $default_value = null, $refresh = false) { - $a = get_app(); - - if (!$refresh) { - // Looking if the whole family isn't set - if (isset($a->config[$uid][$family])) { - if ($a->config[$uid][$family] === '!!') { - return $default_value; - } - } - - if (isset($a->config[$uid][$family][$key])) { - if ($a->config[$uid][$family][$key] === '!!') { - return $default_value; - } - return $a->config[$uid][$family][$key]; - } + if (empty(self::$adapter)) { + self::init($uid); } - $pconfig = dba::selectFirst('pconfig', ['v'], ['uid' => $uid, 'cat' => $family, 'k' => $key]); - if (DBM::is_result($pconfig)) { - $val = (preg_match("|^a:[0-9]+:{.*}$|s", $pconfig['v']) ? unserialize($pconfig['v']) : $pconfig['v']); - $a->config[$uid][$family][$key] = $val; - self::$in_db[$uid][$family][$key] = true; - - return $val; - } else { - $a->config[$uid][$family][$key] = '!!'; - self::$in_db[$uid][$family][$key] = false; - - return $default_value; - } + return self::$adapter->get($uid, $family, $key, $default_value, $refresh); } /** @@ -122,31 +99,11 @@ class PConfig */ public static function set($uid, $family, $key, $value) { - $a = get_app(); - - // We store our setting values in a string variable. - // So we have to do the conversion here so that the compare below works. - // The exception are array values. - $dbvalue = (!is_array($value) ? (string)$value : $value); - - $stored = self::get($uid, $family, $key, null, true); - - if (($stored === $dbvalue) && self::$in_db[$uid][$family][$key]) { - return true; + if (empty(self::$adapter)) { + self::init($uid); } - $a->config[$uid][$family][$key] = $dbvalue; - - // manage array value - $dbvalue = (is_array($value) ? serialize($value) : $dbvalue); - - $ret = dba::update('pconfig', ['v' => $dbvalue], ['uid' => $uid, 'cat' => $family, 'k' => $key], true); - - if ($ret) { - self::$in_db[$uid][$family][$key] = true; - return $value; - } - return $ret; + return self::$adapter->set($uid, $family, $key, $value); } /** @@ -163,15 +120,10 @@ class PConfig */ public static function delete($uid, $family, $key) { - $a = get_app(); - - if (x($a->config[$uid][$family], $key)) { - unset($a->config[$uid][$family][$key]); - unset(self::$in_db[$uid][$family][$key]); + if (empty(self::$adapter)) { + self::init($uid); } - $ret = dba::delete('pconfig', ['uid' => $uid, 'cat' => $family, 'k' => $key]); - - return $ret; + return self::$adapter->delete($uid, $family, $key); } } diff --git a/src/Core/Protocol.php b/src/Core/Protocol.php index 3d3ef21b9c..4467bf0027 100644 --- a/src/Core/Protocol.php +++ b/src/Core/Protocol.php @@ -119,6 +119,6 @@ class Protocol */ public static function formatMention($profile_url, $display_name) { - return $display_name . '(' . self::getAddrFromProfileUrl($profile_url) . ')'; + return $display_name . ' (' . self::getAddrFromProfileUrl($profile_url) . ')'; } } diff --git a/src/Core/System.php b/src/Core/System.php index 7b68f6131c..1db417eb88 100644 --- a/src/Core/System.php +++ b/src/Core/System.php @@ -60,12 +60,12 @@ class System extends BaseObject $previous = ['class' => '', 'function' => '']; // The ignore list contains all functions that are only wrapper functions - $ignore = ['fetchUrl']; + $ignore = ['fetchUrl', 'call_user_func_array']; while ($func = array_pop($trace)) { if (!empty($func['class'])) { - // Don't show multiple calls from the same function (mostly used for "dba" class) - if (($previous['class'] != $func['class']) && ($previous['function'] != 'q')) { + // Don't show multiple calls from the "dba" class to show the essential parts of the callstack + if ((($previous['class'] != $func['class']) || ($func['class'] != 'dba')) && ($previous['function'] != 'q')) { $classparts = explode("\\", $func['class']); $callstack[] = array_pop($classparts).'::'.$func['function']; $previous = $func; diff --git a/src/Core/Worker.php b/src/Core/Worker.php index 525287dd0d..e3d8df45e4 100644 --- a/src/Core/Worker.php +++ b/src/Core/Worker.php @@ -201,7 +201,7 @@ class Worker $mypid = getmypid(); // Quit when in maintenance - if (Config::get('system', 'maintenance', true)) { + if (Config::get('system', 'maintenance', false, true)) { logger("Maintenance mode - quit process ".$mypid, LOGGER_DEBUG); return false; } @@ -1003,7 +1003,7 @@ class Worker */ public static function spawnWorker() { - $args = ["scripts/worker.php", "no_cron"]; + $args = ["bin/worker.php", "no_cron"]; get_app()->proc_run($args); } diff --git a/src/Database/DBStructure.php b/src/Database/DBStructure.php index d2d0bd703e..67c8d7b8a6 100644 --- a/src/Database/DBStructure.php +++ b/src/Database/DBStructure.php @@ -199,12 +199,13 @@ class DBStructure * * @param bool $verbose * @param bool $action Whether to actually apply the update + * @param bool $install Is this the initial update during the installation? * @param array $tables An array of the database tables * @param array $definition An array of the definition tables * @return string Empty string if the update is successful, error messages otherwise */ - public static function update($verbose, $action, array $tables = null, array $definition = null) { - if ($action) { + public static function update($verbose, $action, $install = false, array $tables = null, array $definition = null) { + if ($action && !$install) { Config::set('system', 'maintenance', 1); Config::set('system', 'maintenance_reason', L10n::t(': Database update', DBM::date().' '.date('e'))); } @@ -455,7 +456,9 @@ class DBStructure } if ($action) { - Config::set('system', 'maintenance_reason', L10n::t('%s: updating %s table.', DBM::date().' '.date('e'), $name)); + if (!$install) { + Config::set('system', 'maintenance_reason', L10n::t('%s: updating %s table.', DBM::date().' '.date('e'), $name)); + } // Ensure index conversion to unique removes duplicates if ($is_unique && ($temp_name != $name)) { @@ -505,15 +508,15 @@ class DBStructure } } - if ($action) { + if ($action && !$install) { Config::set('system', 'maintenance', 0); Config::set('system', 'maintenance_reason', ''); - } - if ($errors) { - Config::set('system', 'dbupdate', DB_UPDATE_FAILED); - } else { - Config::set('system', 'dbupdate', DB_UPDATE_SUCCESSFUL); + if ($errors) { + Config::set('system', 'dbupdate', DB_UPDATE_FAILED); + } else { + Config::set('system', 'dbupdate', DB_UPDATE_SUCCESSFUL); + } } return $errors; @@ -785,9 +788,9 @@ class DBStructure "xmpp" => ["type" => "varchar(255)", "not null" => "1", "default" => "", "comment" => ""], "attag" => ["type" => "varchar(255)", "not null" => "1", "default" => "", "comment" => ""], "avatar" => ["type" => "varchar(255)", "not null" => "1", "default" => "", "comment" => ""], - "photo" => ["type" => "varchar(255)", "not null" => "1", "default" => "", "comment" => ""], - "thumb" => ["type" => "varchar(255)", "not null" => "1", "default" => "", "comment" => ""], - "micro" => ["type" => "varchar(255)", "not null" => "1", "default" => "", "comment" => ""], + "photo" => ["type" => "varchar(255)", "default" => "", "comment" => ""], + "thumb" => ["type" => "varchar(255)", "default" => "", "comment" => ""], + "micro" => ["type" => "varchar(255)", "default" => "", "comment" => ""], "site-pubkey" => ["type" => "text", "comment" => ""], "issued-id" => ["type" => "varchar(255)", "not null" => "1", "default" => "", "comment" => ""], "dfrn-id" => ["type" => "varchar(255)", "not null" => "1", "default" => "", "comment" => ""], @@ -1071,6 +1074,8 @@ class DBStructure "noscrape" => ["type" => "varchar(255)", "not null" => "1", "default" => "", "comment" => ""], "network" => ["type" => "char(4)", "not null" => "1", "default" => "", "comment" => ""], "platform" => ["type" => "varchar(255)", "not null" => "1", "default" => "", "comment" => ""], + "relay-subscribe" => ["type" => "boolean", "not null" => "1", "default" => "0", "comment" => "Has the server subscribed to the relay system"], + "relay-scope" => ["type" => "varchar(10)", "not null" => "1", "default" => "", "comment" => "The scope of messages that the server wants to get"], "created" => ["type" => "datetime", "not null" => "1", "default" => NULL_DATE, "comment" => ""], "last_poco_query" => ["type" => "datetime", "default" => NULL_DATE, "comment" => ""], "last_contact" => ["type" => "datetime", "default" => NULL_DATE, "comment" => ""], @@ -1081,6 +1086,17 @@ class DBStructure "nurl" => ["UNIQUE", "nurl(190)"], ] ]; + $database["gserver-tag"] = [ + "comment" => "Tags that the server has subscribed", + "fields" => [ + "gserver-id" => ["type" => "int unsigned", "not null" => "1", "default" => "0", "relation" => ["gserver" => "id"], "primary" => "1", "comment" => "The id of the gserver"], + "tag" => ["type" => "varchar(100)", "not null" => "1", "default" => "", "primary" => "1", "comment" => "Tag that the server has subscribed"], + ], + "indexes" => [ + "PRIMARY" => ["gserver-id", "tag"], + "tag" => ["tag"], + ] + ]; $database["hook"] = [ "comment" => "addon hook registry", "fields" => [ @@ -1143,6 +1159,7 @@ class DBStructure "author-link" => ["type" => "varchar(255)", "not null" => "1", "default" => "", "comment" => ""], "author-avatar" => ["type" => "varchar(255)", "not null" => "1", "default" => "", "comment" => ""], "title" => ["type" => "varchar(255)", "not null" => "1", "default" => "", "comment" => ""], + "content-warning" => ["type" => "varchar(255)", "not null" => "1", "default" => "", "comment" => ""], "body" => ["type" => "mediumtext", "comment" => ""], "app" => ["type" => "varchar(255)", "not null" => "1", "default" => "", "comment" => ""], "verb" => ["type" => "varchar(100)", "not null" => "1", "default" => "", "comment" => ""], diff --git a/src/Model/Contact.php b/src/Model/Contact.php index b4d20586ad..eeecac1465 100644 --- a/src/Model/Contact.php +++ b/src/Model/Contact.php @@ -22,6 +22,7 @@ use Friendica\Protocol\PortableContact; use Friendica\Protocol\Salmon; use Friendica\Util\DateTimeFormat; use Friendica\Util\Network; +use Friendica\Object\Image; use dba; require_once 'boot.php'; @@ -138,6 +139,95 @@ class Contact extends BaseObject return $return; } + /** + * Updates the self-contact for the provided user id + * + * @param int $uid + * @param boolean $update_avatar Force the avatar update + */ + public static function updateSelfFromUserID($uid, $update_avatar = false) + { + $fields = ['id', 'name', 'nick', 'location', 'about', 'keywords', 'gender', 'avatar', + 'xmpp', 'contact-type', 'forum', 'prv', 'avatar-date', 'nurl']; + $self = dba::selectFirst('contact', $fields, ['uid' => $uid, 'self' => true]); + if (!DBM::is_result($self)) { + return; + } + + $fields = ['nickname', 'page-flags', 'account-type']; + $user = dba::selectFirst('user', $fields, ['uid' => $uid]); + if (!DBM::is_result($user)) { + return; + } + + $fields = ['name', 'photo', 'thumb', 'about', 'address', 'locality', 'region', + 'country-name', 'gender', 'pub_keywords', 'xmpp']; + $profile = dba::selectFirst('profile', $fields, ['uid' => $uid, 'is-default' => true]); + if (!DBM::is_result($profile)) { + return; + } + + $fields = ['name' => $profile['name'], 'nick' => $user['nickname'], + 'avatar-date' => $self['avatar-date'], 'location' => Profile::formatLocation($profile), + 'about' => $profile['about'], 'keywords' => $profile['pub_keywords'], + 'gender' => $profile['gender'], 'avatar' => $profile['photo'], + 'contact-type' => $user['account-type'], 'xmpp' => $profile['xmpp']]; + + $avatar = dba::selectFirst('photo', ['resource-id', 'type'], ['uid' => $uid, 'profile' => true]); + if (DBM::is_result($avatar)) { + if ($update_avatar) { + $fields['avatar-date'] = DateTimeFormat::utcNow(); + } + + // Creating the path to the avatar, beginning with the file suffix + $types = Image::supportedTypes(); + if (isset($types[$avatar['type']])) { + $file_suffix = $types[$avatar['type']]; + } else { + $file_suffix = 'jpg'; + } + + // We are adding a timestamp value so that other systems won't use cached content + $timestamp = strtotime($fields['avatar-date']); + + $prefix = System::baseUrl() . '/photo/' .$avatar['resource-id'] . '-'; + $suffix = '.' . $file_suffix . '?ts=' . $timestamp; + + $fields['photo'] = $prefix . '4' . $suffix; + $fields['thumb'] = $prefix . '5' . $suffix; + $fields['micro'] = $prefix . '6' . $suffix; + } else { + // We hadn't found a photo entry, so we use the default avatar + $fields['photo'] = System::baseUrl() . '/images/person-175.jpg'; + $fields['thumb'] = System::baseUrl() . '/images/person-80.jpg'; + $fields['micro'] = System::baseUrl() . '/images/person-48.jpg'; + } + + $fields['forum'] = $user['page-flags'] == PAGE_COMMUNITY; + $fields['prv'] = $user['page-flags'] == PAGE_PRVGROUP; + + $update = false; + + foreach ($fields as $field => $content) { + if ($self[$field] != $content) { + $update = true; + } + } + + if ($update) { + $fields['name-date'] = DateTimeFormat::utcNow(); + dba::update('contact', $fields, ['id' => $self['id']]); + + // Update the public contact as well + dba::update('contact', $fields, ['uid' => 0, 'nurl' => $self['nurl']]); + + // Update the profile + $fields = ['photo' => System::baseUrl() . '/photo/profile/' .$uid . '.jpg', + 'thumb' => System::baseUrl() . '/photo/avatar/' . $uid .'.jpg']; + dba::update('profile', $fields, ['uid' => $uid, 'is-default' => true]); + } + } + /** * @brief Marks a contact for removal * @@ -173,20 +263,18 @@ class Contact extends BaseObject */ public static function terminateFriendship(array $user, array $contact) { - if ($contact['network'] === NETWORK_OSTATUS) { + if (in_array($contact['network'], [NETWORK_OSTATUS, NETWORK_DFRN])) { // create an unfollow slap $item = []; $item['verb'] = NAMESPACE_OSTATUS . "/unfollow"; $item['follow'] = $contact["url"]; $slap = OStatus::salmon($item, $user); - if ((x($contact, 'notify')) && (strlen($contact['notify']))) { + if (!empty($contact['notify'])) { Salmon::slapper($user, $contact['notify'], $slap); } - } elseif ($contact['network'] === NETWORK_DIASPORA) { + } elseif ($contact['network'] == NETWORK_DIASPORA) { Diaspora::sendUnshare($user, $contact); - } elseif ($contact['network'] === NETWORK_DFRN) { - DFRN::deliver($user, $contact, 'placeholder', 1); } } @@ -223,7 +311,9 @@ class Contact extends BaseObject */ /// @todo Check for contact vitality via probing - $expiry = $contact['term-date'] . ' + 32 days '; + $archival_days = Config::get('system', 'archival_days', 32); + + $expiry = $contact['term-date'] . ' + ' . $archival_days . ' days '; if (DateTimeFormat::utcNow() > DateTimeFormat::utc($expiry)) { /* Relationship is really truly dead. archive them rather than * delete, though if the owner tries to unarchive them we'll start @@ -260,9 +350,14 @@ class Contact extends BaseObject $fields = ['term-date' => NULL_DATE, 'archive' => false]; dba::update('contact', $fields, ['id' => $contact['id']]); - if ($contact['url'] != '') { + if (!empty($contact['url'])) { dba::update('contact', $fields, ['nurl' => normalise_link($contact['url'])]); } + + if (!empty($contact['batch'])) { + $condition = ['batch' => $contact['batch'], 'contact-type' => ACCOUNT_TYPE_RELAY]; + dba::update('contact', $fields, $condition); + } } /** @@ -516,7 +611,7 @@ class Contact extends BaseObject } $sparkle = false; - if ($contact['network'] === NETWORK_DFRN) { + if (($contact['network'] === NETWORK_DFRN) && !$contact['self']) { $sparkle = true; $profile_link = System::baseUrl() . '/redir/' . $contact['id']; } else { @@ -533,18 +628,21 @@ class Contact extends BaseObject $profile_link = $profile_link . '?url=profile'; } - if (in_array($contact['network'], [NETWORK_DFRN, NETWORK_DIASPORA])) { + if (in_array($contact['network'], [NETWORK_DFRN, NETWORK_DIASPORA]) && !$contact['self']) { $pm_url = System::baseUrl() . '/message/new/' . $contact['id']; } - if ($contact['network'] == NETWORK_DFRN) { + if (($contact['network'] == NETWORK_DFRN) && !$contact['self']) { $poke_link = System::baseUrl() . '/poke/?f=&c=' . $contact['id']; } $contact_url = System::baseUrl() . '/contacts/' . $contact['id']; $posts_link = System::baseUrl() . '/contacts/' . $contact['id'] . '/posts'; - $contact_drop_link = System::baseUrl() . '/contacts/' . $contact['id'] . '/drop?confirm=1'; + + if (!$contact['self']) { + $contact_drop_link = System::baseUrl() . '/contacts/' . $contact['id'] . '/drop?confirm=1'; + } /** * Menu array: @@ -1168,7 +1266,26 @@ class Contact extends BaseObject return result; } - if ($ret['network'] === NETWORK_DFRN) { + // check if we already have a contact + // the poll url is more reliable than the profile url, as we may have + // indirect links or webfinger links + + $r = q("SELECT * FROM `contact` WHERE `uid` = %d AND `poll` IN ('%s', '%s') AND `network` = '%s' AND NOT `pending` LIMIT 1", + intval($uid), + dbesc($ret['poll']), + dbesc(normalise_link($ret['poll'])), + dbesc($ret['network']) + ); + + if (!DBM::is_result($r)) { + $r = q("SELECT * FROM `contact` WHERE `uid` = %d AND `nurl` = '%s' AND `network` = '%s' AND NOT `pending` LIMIT 1", + intval($uid), + dbesc(normalise_link($url)), + dbesc($ret['network']) + ); + } + + if (($ret['network'] === NETWORK_DFRN) && !DBM::is_result($r)) { if ($interactive) { if (strlen($a->path)) { $myaddr = bin2hex(System::baseUrl() . '/profile/' . $a->user['nickname']); @@ -1180,7 +1297,7 @@ class Contact extends BaseObject // NOTREACHED } - } elseif (Config::get('system', 'dfrn_only')) { + } elseif (Config::get('system', 'dfrn_only') && ($ret['network'] != NETWORK_DFRN)) { $result['message'] = L10n::t('This site is not configured to allow communications with other networks.') . EOL; $result['message'] != L10n::t('No compatible communication protocols or feeds were discovered.') . EOL; return $result; @@ -1230,25 +1347,6 @@ class Contact extends BaseObject $writeable = 1; } - // check if we already have a contact - // the poll url is more reliable than the profile url, as we may have - // indirect links or webfinger links - - $r = q("SELECT * FROM `contact` WHERE `uid` = %d AND `poll` IN ('%s', '%s') AND `network` = '%s' LIMIT 1", - intval($uid), - dbesc($ret['poll']), - dbesc(normalise_link($ret['poll'])), - dbesc($ret['network']) - ); - - if (!DBM::is_result($r)) { - $r = q("SELECT * FROM `contact` WHERE `uid` = %d AND `nurl` = '%s' AND `network` = '%s' LIMIT 1", - intval($uid), - dbesc(normalise_link($url)), - dbesc($ret['network']) - ); - } - if (DBM::is_result($r)) { // update contact $new_relation = (($r[0]['rel'] == CONTACT_IS_FOLLOWER) ? CONTACT_IS_FRIEND : CONTACT_IS_SHARING); @@ -1309,16 +1407,16 @@ class Contact extends BaseObject ); if (DBM::is_result($r)) { - if (($contact['network'] == NETWORK_OSTATUS) && (strlen($contact['notify']))) { + if (in_array($contact['network'], [NETWORK_OSTATUS, NETWORK_DFRN])) { // create a follow slap $item = []; $item['verb'] = ACTIVITY_FOLLOW; $item['follow'] = $contact["url"]; $slap = OStatus::salmon($item, $r[0]); - Salmon::slapper($r[0], $contact['notify'], $slap); - } - - if ($contact['network'] == NETWORK_DIASPORA) { + if (!empty($contact['notify'])) { + Salmon::slapper($r[0], $contact['notify'], $slap); + } + } elseif ($contact['network'] == NETWORK_DIASPORA) { $ret = Diaspora::sendShare($a->user, $contact); logger('share returns: ' . $ret); } @@ -1377,7 +1475,7 @@ class Contact extends BaseObject } if (is_array($contact)) { - if (($contact['network'] == NETWORK_OSTATUS && $contact['rel'] == CONTACT_IS_SHARING) + if (($contact['rel'] == CONTACT_IS_SHARING) || ($sharing && $contact['rel'] == CONTACT_IS_FOLLOWER)) { dba::update('contact', ['rel' => CONTACT_IS_FRIEND, 'writable' => true], ['id' => $contact['id'], 'uid' => $importer['uid']]); diff --git a/src/Model/Event.php b/src/Model/Event.php new file mode 100644 index 0000000000..e65e61ee58 --- /dev/null +++ b/src/Model/Event.php @@ -0,0 +1,959 @@ +" . BBCode::convert($event['summary'], false, $simple) . ""; + + $o .= "
    " . BBCode::convert($event['desc'], false, $simple) . "
    "; + + $o .= "

    " . L10n::t('Starts:') . "

    " . $event_start . "

    "; + + if (!$event['nofinish']) { + $o .= "

    " . L10n::t('Finishes:') . "

    " . $event_end . "

    "; + } + + if (strlen($event['location'])) { + $o .= "

    " . L10n::t('Location:') . "

    " . BBCode::convert($event['location'], false, $simple) . "

    "; + } + + return $o; + } + + $o = '
    ' . "\r\n"; + + $o .= '
    ' . BBCode::convert($event['summary'], false, $simple) . '
    ' . "\r\n"; + + $o .= '
    ' . L10n::t('Starts:') . ' ' . $event_start + . '
    ' . "\r\n"; + + if (!$event['nofinish']) { + $o .= '
    ' . L10n::t('Finishes:') . ' ' . $event_end + . '
    ' . "\r\n"; + } + + $o .= '
    ' . BBCode::convert($event['desc'], false, $simple) . '
    ' . "\r\n"; + + if (strlen($event['location'])) { + $o .= '
    ' . L10n::t('Location:') . ' ' + . BBCode::convert($event['location'], false, $simple) + . '
    ' . "\r\n"; + + // Include a map of the location if the [map] BBCode is used. + if (strpos($event['location'], "[map") !== false) { + $map = Map::byLocation($event['location'], $simple); + if ($map !== $event['location']) { + $o .= $map; + } + } + } + + $o .= '
    ' . "\r\n"; + return $o; + } + + /** + * @brief Convert an array with event data to bbcode. + * + * @param array $event Array which contains the event data. + * @return string The event as a bbcode formatted string. + */ + private static function getBBCode(array $event) + { + $o = ''; + + if ($event['summary']) { + $o .= '[event-summary]' . $event['summary'] . '[/event-summary]'; + } + + if ($event['desc']) { + $o .= '[event-description]' . $event['desc'] . '[/event-description]'; + } + + if ($event['start']) { + $o .= '[event-start]' . $event['start'] . '[/event-start]'; + } + + if (($event['finish']) && (!$event['nofinish'])) { + $o .= '[event-finish]' . $event['finish'] . '[/event-finish]'; + } + + if ($event['location']) { + $o .= '[event-location]' . $event['location'] . '[/event-location]'; + } + + if ($event['adjust']) { + $o .= '[event-adjust]' . $event['adjust'] . '[/event-adjust]'; + } + + return $o; + } + + /** + * @brief Extract bbcode formatted event data from a string. + * + * @params: string $s The string which should be parsed for event data. + * @return array The array with the event information. + */ + public static function fromBBCode($text) + { + $ev = []; + + $match = ''; + if (preg_match("/\[event\-summary\](.*?)\[\/event\-summary\]/is", $text, $match)) { + $ev['summary'] = $match[1]; + } + + $match = ''; + if (preg_match("/\[event\-description\](.*?)\[\/event\-description\]/is", $text, $match)) { + $ev['desc'] = $match[1]; + } + + $match = ''; + if (preg_match("/\[event\-start\](.*?)\[\/event\-start\]/is", $text, $match)) { + $ev['start'] = $match[1]; + } + + $match = ''; + if (preg_match("/\[event\-finish\](.*?)\[\/event\-finish\]/is", $text, $match)) { + $ev['finish'] = $match[1]; + } + + $match = ''; + if (preg_match("/\[event\-location\](.*?)\[\/event\-location\]/is", $text, $match)) { + $ev['location'] = $match[1]; + } + + $match = ''; + if (preg_match("/\[event\-adjust\](.*?)\[\/event\-adjust\]/is", $text, $match)) { + $ev['adjust'] = $match[1]; + } + + $ev['nofinish'] = !empty($ev['start']) && empty($ev['finish']) ? 1 : 0; + + return $ev; + } + + public static function sortByDate($event_list) + { + usort($event_list, ['self', 'compareDatesCallback']); + return $event_list; + } + + private static function compareDatesCallback($event_a, $event_b) + { + $date_a = (($event_a['adjust']) ? DateTimeFormat::local($event_a['start']) : $event_a['start']); + $date_b = (($event_b['adjust']) ? DateTimeFormat::local($event_b['start']) : $event_b['start']); + + if ($date_a === $date_b) { + return strcasecmp($event_a['desc'], $event_b['desc']); + } + + return strcmp($date_a, $date_b); + } + + /** + * @brief Delete an event from the event table. + * + * Note: This function does only delete the event from the event table not its + * related entry in the item table. + * + * @param int $event_id Event ID. + * @return void + */ + public static function delete($event_id) + { + if ($event_id == 0) { + return; + } + + dba::delete('event', ['id' => $event_id]); + logger("Deleted event ".$event_id, LOGGER_DEBUG); + } + + /** + * @brief Store the event. + * + * Store the event in the event table and create an event item in the item table. + * + * @param array $arr Array with event data. + * @return int The new event id. + */ + public static function store($arr) + { + $a = self::getApp(); + + $event = []; + $event['id'] = intval(defaults($arr, 'id' , 0)); + $event['uid'] = intval(defaults($arr, 'uid' , 0)); + $event['cid'] = intval(defaults($arr, 'cid' , 0)); + $event['uri'] = defaults($arr, 'uri' , item_new_uri($a->get_hostname(), $event['uid'])); + $event['type'] = defaults($arr, 'type' , 'event'); + $event['summary'] = defaults($arr, 'summary' , ''); + $event['desc'] = defaults($arr, 'desc' , ''); + $event['location'] = defaults($arr, 'location' , ''); + $event['allow_cid'] = defaults($arr, 'allow_cid', ''); + $event['allow_gid'] = defaults($arr, 'allow_gid', ''); + $event['deny_cid'] = defaults($arr, 'deny_cid' , ''); + $event['deny_gid'] = defaults($arr, 'deny_gid' , ''); + $event['adjust'] = intval(defaults($arr, 'adjust' , 0)); + $event['nofinish'] = intval(defaults($arr, 'nofinish' , !empty($event['start']) && empty($event['finish']))); + + $event['created'] = DateTimeFormat::utc(defaults($arr, 'created' , 'now')); + $event['edited'] = DateTimeFormat::utc(defaults($arr, 'edited' , 'now')); + $event['start'] = DateTimeFormat::utc(defaults($arr, 'start' , NULL_DATE)); + $event['finish'] = DateTimeFormat::utc(defaults($arr, 'finish' , NULL_DATE)); + if ($event['finish'] < NULL_DATE) { + $event['finish'] = NULL_DATE; + } + $private = intval(defaults($arr, 'private', 0)); + + $conditions = ['uid' => $event['uid']]; + if ($event['cid']) { + $conditions['id'] = $event['cid']; + } else { + $conditions['self'] = true; + } + + $contact = dba::selectFirst('contact', [], $conditions); + + // Existing event being modified. + if ($event['id']) { + // has the event actually changed? + $existing_event = dba::selectFirst('event', ['edited'], ['id' => $event['id'], 'uid' => $event['uid']]); + if ((! DBM::is_result($existing_event)) || ($existing_event['edited'] === $event['edited'])) { + + $item = dba::selectFirst('item', [], ['event-id' => $event['id'], 'uid' => $event['uid']]); + + return DBM::is_result($item) ? $item['id'] : 0; + } + + $updated_fields = [ + 'edited' => $event['edited'], + 'start' => $event['start'], + 'finish' => $event['finish'], + 'summary' => $event['summary'], + 'desc' => $event['desc'], + 'location' => $event['location'], + 'type' => $event['type'], + 'adjust' => $event['adjust'], + 'nofinish' => $event['nofinish'], + ]; + + dba::update('event', $updated_fields, ['id' => $event['id'], 'uid' => $event['uid']]); + + $item = dba::selectFirst('item', ['id'], ['event-id' => $event['id'], 'uid' => $event['uid']]); + if (DBM::is_result($item)) { + $object = '' . xmlify(ACTIVITY_OBJ_EVENT) . '' . xmlify($event['uri']) . ''; + $object .= '' . xmlify(self::getBBCode($event)) . ''; + $object .= '' . "\n"; + + $fields = ['body' => self::getBBCode($event), 'object' => $object, 'edited' => $event['edited']]; + Item::update($fields, ['id' => $item['id']]); + + $item_id = $item['id']; + } else { + $item_id = 0; + } + + Addon::callHooks('event_updated', $event['id']); + } else { + $event['guid'] = get_guid(32); + + // New event. Store it. + dba::insert('event', $event); + + $event['id'] = dba::lastInsertId(); + + $item_arr = []; + + $item_arr['uid'] = $event['uid']; + $item_arr['contact-id'] = $event['cid']; + $item_arr['uri'] = $event['uri']; + $item_arr['parent-uri'] = $event['uri']; + $item_arr['guid'] = $event['guid']; + $item_arr['type'] = 'activity'; + $item_arr['wall'] = $event['cid'] ? 0 : 1; + $item_arr['contact-id'] = $contact['id']; + $item_arr['owner-name'] = $contact['name']; + $item_arr['owner-link'] = $contact['url']; + $item_arr['owner-avatar'] = $contact['thumb']; + $item_arr['author-name'] = $contact['name']; + $item_arr['author-link'] = $contact['url']; + $item_arr['author-avatar'] = $contact['thumb']; + $item_arr['title'] = ''; + $item_arr['allow_cid'] = $event['allow_cid']; + $item_arr['allow_gid'] = $event['allow_gid']; + $item_arr['deny_cid'] = $event['deny_cid']; + $item_arr['deny_gid'] = $event['deny_gid']; + $item_arr['private'] = $private; + $item_arr['visible'] = 1; + $item_arr['verb'] = ACTIVITY_POST; + $item_arr['object-type'] = ACTIVITY_OBJ_EVENT; + $item_arr['origin'] = $event['cid'] === 0 ? 1 : 0; + $item_arr['body'] = self::getBBCode($event); + $item_arr['event-id'] = $event['id']; + + $item_arr['object'] = '' . xmlify(ACTIVITY_OBJ_EVENT) . '' . xmlify($event['uri']) . ''; + $item_arr['object'] .= '' . xmlify(self::getBBCode($event)) . ''; + $item_arr['object'] .= '' . "\n"; + + $item_id = Item::insert($item_arr); + + Addon::callHooks("event_created", $event['id']); + } + + return $item_id; + } + + /** + * @brief Create an array with translation strings used for events. + * + * @return array Array with translations strings. + */ + public static function getStrings() + { + // First day of the week (0 = Sunday). + $firstDay = PConfig::get(local_user(), 'system', 'first_day_of_week', 0); + + $i18n = [ + "firstDay" => $firstDay, + "allday" => L10n::t("all-day"), + + "Sun" => L10n::t("Sun"), + "Mon" => L10n::t("Mon"), + "Tue" => L10n::t("Tue"), + "Wed" => L10n::t("Wed"), + "Thu" => L10n::t("Thu"), + "Fri" => L10n::t("Fri"), + "Sat" => L10n::t("Sat"), + + "Sunday" => L10n::t("Sunday"), + "Monday" => L10n::t("Monday"), + "Tuesday" => L10n::t("Tuesday"), + "Wednesday" => L10n::t("Wednesday"), + "Thursday" => L10n::t("Thursday"), + "Friday" => L10n::t("Friday"), + "Saturday" => L10n::t("Saturday"), + + "Jan" => L10n::t("Jan"), + "Feb" => L10n::t("Feb"), + "Mar" => L10n::t("Mar"), + "Apr" => L10n::t("Apr"), + "May" => L10n::t("May"), + "Jun" => L10n::t("Jun"), + "Jul" => L10n::t("Jul"), + "Aug" => L10n::t("Aug"), + "Sep" => L10n::t("Sept"), + "Oct" => L10n::t("Oct"), + "Nov" => L10n::t("Nov"), + "Dec" => L10n::t("Dec"), + + "January" => L10n::t("January"), + "February" => L10n::t("February"), + "March" => L10n::t("March"), + "April" => L10n::t("April"), + "May" => L10n::t("May"), + "June" => L10n::t("June"), + "July" => L10n::t("July"), + "August" => L10n::t("August"), + "September" => L10n::t("September"), + "October" => L10n::t("October"), + "November" => L10n::t("November"), + "December" => L10n::t("December"), + + "today" => L10n::t("today"), + "month" => L10n::t("month"), + "week" => L10n::t("week"), + "day" => L10n::t("day"), + + "noevent" => L10n::t("No events to display"), + + "dtstart_label" => L10n::t("Starts:"), + "dtend_label" => L10n::t("Finishes:"), + "location_label" => L10n::t("Location:") + ]; + + return $i18n; + } + + /** + * @brief Removes duplicated birthday events. + * + * @param array $dates Array of possibly duplicated events. + * @return array Cleaned events. + * + * @todo We should replace this with a separate update function if there is some time left. + */ + private static function removeDuplicates(array $dates) + { + $dates2 = []; + + foreach ($dates as $date) { + if ($date['type'] == 'birthday') { + $dates2[$date['uid'] . "-" . $date['cid'] . "-" . $date['start']] = $date; + } else { + $dates2[] = $date; + } + } + return array_values($dates2); + } + + /** + * @brief Get an event by its event ID. + * + * @param int $owner_uid The User ID of the owner of the event + * @param int $event_id The ID of the event in the event table + * @param string $sql_extra + * @return array Query result + */ + public static function getListById($owner_uid, $event_id, $sql_extra = '') + { + $return = []; + + // Ownly allow events if there is a valid owner_id. + if ($owner_uid == 0) { + return $return; + } + + // Query for the event by event id + $r = q("SELECT `event`.*, `item`.`id` AS `itemid`,`item`.`plink`, + `item`.`author-name`, `item`.`author-avatar`, `item`.`author-link` FROM `event` + LEFT JOIN `item` ON `item`.`event-id` = `event`.`id` AND `item`.`uid` = `event`.`uid` + WHERE `event`.`uid` = %d AND `event`.`id` = %d $sql_extra", + intval($owner_uid), + intval($event_id) + ); + + if (DBM::is_result($r)) { + $return = self::removeDuplicates($r); + } + + return $return; + } + + /** + * @brief Get all events in a specific time frame. + * + * @param int $owner_uid The User ID of the owner of the events. + * @param array $event_params An associative array with + * int 'ignore' => + * string 'start' => Start time of the timeframe. + * string 'finish' => Finish time of the timeframe. + * string 'adjust_start' => + * string 'adjust_finish' => + * + * @param string $sql_extra Additional sql conditions (e.g. permission request). + * + * @return array Query results. + */ + public static function getListByDate($owner_uid, $event_params, $sql_extra = '') + { + $return = []; + + // Only allow events if there is a valid owner_id. + if ($owner_uid == 0) { + return $return; + } + + // Query for the event by date. + // @todo Slow query (518 seconds to run), to be optimzed + $r = q("SELECT `event`.*, `item`.`id` AS `itemid`,`item`.`plink`, + `item`.`author-name`, `item`.`author-avatar`, `item`.`author-link` FROM `event` + LEFT JOIN `item` ON `item`.`event-id` = `event`.`id` AND `item`.`uid` = `event`.`uid` + WHERE `event`.`uid` = %d AND event.ignore = %d + AND ((`adjust` = 0 AND (`finish` >= '%s' OR (nofinish AND start >= '%s')) AND `start` <= '%s') + OR (`adjust` = 1 AND (`finish` >= '%s' OR (nofinish AND start >= '%s')) AND `start` <= '%s')) + $sql_extra ", + intval($owner_uid), + intval($event_params["ignore"]), + dbesc($event_params["start"]), + dbesc($event_params["start"]), + dbesc($event_params["finish"]), + dbesc($event_params["adjust_start"]), + dbesc($event_params["adjust_start"]), + dbesc($event_params["adjust_finish"]) + ); + + if (DBM::is_result($r)) { + $return = self::removeDuplicates($r); + } + + return $return; + } + + /** + * @brief Convert an array query results in an array which could be used by the events template. + * + * @param array $event_result Event query array. + * @return array Event array for the template. + */ + public static function prepareListForTemplate(array $event_result) + { + $event_list = []; + + $last_date = ''; + $fmt = L10n::t('l, F j'); + foreach ($event_result as $event) { + $start = $event['adjust'] ? DateTimeFormat::local($event['start'], 'c') : DateTimeFormat::utc($event['start'], 'c'); + $j = $event['adjust'] ? DateTimeFormat::local($event['start'], 'j') : DateTimeFormat::utc($event['start'], 'j'); + $day = $event['adjust'] ? DateTimeFormat::local($event['start'], $fmt) : DateTimeFormat::utc($event['start'], $fmt); + $day = day_translate($day); + + if ($event['nofinish']) { + $end = null; + } else { + $end = $event['adjust'] ? DateTimeFormat::local($event['finish'], 'c') : DateTimeFormat::utc($event['finish'], 'c'); + } + + $is_first = ($day !== $last_date); + + $last_date = $day; + + // Show edit and drop actions only if the user is the owner of the event and the event + // is a real event (no bithdays). + $edit = null; + $copy = null; + $drop = null; + if (local_user() && local_user() == $event['uid'] && $event['type'] == 'event') { + $edit = !$event['cid'] ? [System::baseUrl() . '/events/event/' . $event['id'], L10n::t('Edit event') , '', ''] : null; + $copy = !$event['cid'] ? [System::baseUrl() . '/events/copy/' . $event['id'] , L10n::t('Duplicate event'), '', ''] : null; + $drop = [System::baseUrl() . '/events/drop/' . $event['id'] , L10n::t('Delete event') , '', '']; + } + + $title = strip_tags(html_entity_decode(BBCode::convert($event['summary']), ENT_QUOTES, 'UTF-8')); + if (!$title) { + list($title, $_trash) = explode(" $event['id'], + 'start' => $start, + 'end' => $end, + 'allDay' => false, + 'title' => $title, + 'j' => $j, + 'd' => $day, + 'edit' => $edit, + 'drop' => $drop, + 'copy' => $copy, + 'is_first' => $is_first, + 'item' => $event, + 'html' => $html, + 'plink' => [$event['plink'], L10n::t('link to source'), '', ''], + ]; + } + + return $event_list; + } + + /** + * @brief Format event to export format (ical/csv). + * + * @param array $events Query result for events. + * @param string $format The output format (ical/csv). + * @param string $timezone The timezone of the user (not implemented yet). + * + * @return string Content according to selected export format. + * + * @todo Implement timezone support + */ + private static function formatListForExport(array $events, $format, $timezone) + { + if (!count($events)) { + return ''; + } + + switch ($format) { + // Format the exported data as a CSV file. + case "csv": + header("Content-type: text/csv"); + $o = '"Subject", "Start Date", "Start Time", "Description", "End Date", "End Time", "Location"' . PHP_EOL; + + foreach ($events as $event) { + /// @todo The time / date entries don't include any information about the + /// timezone the event is scheduled in :-/ + $tmp1 = strtotime($event['start']); + $tmp2 = strtotime($event['finish']); + $time_format = "%H:%M:%S"; + $date_format = "%Y-%m-%d"; + + $o .= '"' . $event['summary'] . '", "' . strftime($date_format, $tmp1) . + '", "' . strftime($time_format, $tmp1) . '", "' . $event['desc'] . + '", "' . strftime($date_format, $tmp2) . + '", "' . strftime($time_format, $tmp2) . + '", "' . $event['location'] . '"' . PHP_EOL; + } + break; + + // Format the exported data as a ics file. + case "ical": + header("Content-type: text/ics"); + $o = 'BEGIN:VCALENDAR' . PHP_EOL + . 'VERSION:2.0' . PHP_EOL + . 'PRODID:-//friendica calendar export//0.1//EN' . PHP_EOL; + /// @todo include timezone informations in cases were the time is not in UTC + // see http://tools.ietf.org/html/rfc2445#section-4.8.3 + // . 'BEGIN:VTIMEZONE' . PHP_EOL + // . 'TZID:' . $timezone . PHP_EOL + // . 'END:VTIMEZONE' . PHP_EOL; + // TODO instead of PHP_EOL CRLF should be used for long entries + // but test your solution against http://icalvalid.cloudapp.net/ + // also long lines SHOULD be split at 75 characters length + foreach ($events as $event) { + if ($event['adjust'] == 1) { + $UTC = 'Z'; + } else { + $UTC = ''; + } + $o .= 'BEGIN:VEVENT' . PHP_EOL; + + if ($event['start']) { + $tmp = strtotime($event['start']); + $dtformat = "%Y%m%dT%H%M%S" . $UTC; + $o .= 'DTSTART:' . strftime($dtformat, $tmp) . PHP_EOL; + } + + if (!$event['nofinish']) { + $tmp = strtotime($event['finish']); + $dtformat = "%Y%m%dT%H%M%S" . $UTC; + $o .= 'DTEND:' . strftime($dtformat, $tmp) . PHP_EOL; + } + + if ($event['summary']) { + $tmp = $event['summary']; + $tmp = str_replace(PHP_EOL, PHP_EOL . ' ', $tmp); + $tmp = addcslashes($tmp, ',;'); + $o .= 'SUMMARY:' . $tmp . PHP_EOL; + } + + if ($event['desc']) { + $tmp = $event['desc']; + $tmp = str_replace(PHP_EOL, PHP_EOL . ' ', $tmp); + $tmp = addcslashes($tmp, ',;'); + $o .= 'DESCRIPTION:' . $tmp . PHP_EOL; + } + + if ($event['location']) { + $tmp = $event['location']; + $tmp = str_replace(PHP_EOL, PHP_EOL . ' ', $tmp); + $tmp = addcslashes($tmp, ',;'); + $o .= 'LOCATION:' . $tmp . PHP_EOL; + } + + $o .= 'END:VEVENT' . PHP_EOL; + $o .= PHP_EOL; + } + + $o .= 'END:VCALENDAR' . PHP_EOL; + break; + } + + return $o; + } + + /** + * @brief Get all events for a user ID. + * + * The query for events is done permission sensitive. + * If the user is the owner of the calendar they + * will get all of their available events. + * If the user is only a visitor only the public events will + * be available. + * + * @param int $uid The user ID. + * + * @return array Query results. + */ + private static function getListByUserId($uid = 0) + { + $return = []; + + if ($uid == 0) { + return $return; + } + + $fields = ['start', 'finish', 'adjust', 'summary', 'desc', 'location', 'nofinish']; + + $conditions = ['uid' => $uid, 'cid' => 0]; + + // Does the user who requests happen to be the owner of the events + // requested? then show all of your events, otherwise only those that + // don't have limitations set in allow_cid and allow_gid. + if (local_user() != $uid) { + $conditions += ['allow_cid' => '', 'allow_gid' => '']; + } + + $events = dba::select('event', $fields, $conditions); + if (DBM::is_result($events)) { + $return = dba::inArray($events); + } + + return $return; + } + + /** + * + * @param int $uid The user ID. + * @param string $format Output format (ical/csv). + * @return array With the results: + * bool 'success' => True if the processing was successful,
    + * string 'format' => The output format,
    + * string 'extension' => The file extension of the output format,
    + * string 'content' => The formatted output content.
    + * + * @todo Respect authenticated users with events_by_uid(). + */ + public static function exportListByUserId($uid, $format = 'ical') + { + $process = false; + + $user = dba::selectFirst('user', ['timezone'], ['uid' => $uid]); + if (DBM::is_result($user)) { + $timezone = $user['timezone']; + } + + // Get all events which are owned by a uid (respects permissions). + $events = self::getListByUserId($uid); + + // We have the events that are available for the requestor. + // Now format the output according to the requested format. + $res = self::formatListForExport($events, $format, $timezone); + + // If there are results the precess was successfull. + if (!empty($res)) { + $process = true; + } + + // Get the file extension for the format. + switch ($format) { + case "ical": + $file_ext = "ics"; + break; + + case "csv": + $file_ext = "csv"; + break; + + default: + $file_ext = ""; + } + + $return = [ + 'success' => $process, + 'format' => $format, + 'extension' => $file_ext, + 'content' => $res, + ]; + + return $return; + } + + /** + * @brief Format an item array with event data to HTML. + * + * @param arr $item Array with item and event data. + * @return string HTML output. + */ + public static function getItemHTML($item) { + $same_date = false; + $finish = false; + + // Set the different time formats. + $dformat = L10n::t('l F d, Y \@ g:i A'); // Friday January 18, 2011 @ 8:01 AM. + $dformat_short = L10n::t('D g:i A'); // Fri 8:01 AM. + $tformat = L10n::t('g:i A'); // 8:01 AM. + + // Convert the time to different formats. + $dtstart_dt = day_translate( + $item['event-adjust'] ? + DateTimeFormat::local($item['event-start'], $dformat) + : DateTimeFormat::utc($item['event-start'], $dformat) + ); + $dtstart_title = DateTimeFormat::utc($item['event-start'], $item['event-adjust'] ? DateTimeFormat::ATOM : 'Y-m-d\TH:i:s'); + // Format: Jan till Dec. + $month_short = day_short_translate( + $item['event-adjust'] ? + DateTimeFormat::local($item['event-start'], 'M') + : DateTimeFormat::utc($item['event-start'], 'M') + ); + // Format: 1 till 31. + $date_short = $item['event-adjust'] ? + DateTimeFormat::local($item['event-start'], 'j') + : DateTimeFormat::utc($item['event-start'], 'j'); + $start_time = $item['event-adjust'] ? + DateTimeFormat::local($item['event-start'], $tformat) + : DateTimeFormat::utc($item['event-start'], $tformat); + $start_short = day_short_translate( + $item['event-adjust'] ? + DateTimeFormat::local($item['event-start'], $dformat_short) + : DateTimeFormat::utc($item['event-start'], $dformat_short) + ); + + // If the option 'nofinisch' isn't set, we need to format the finish date/time. + if (!$item['event-nofinish']) { + $finish = true; + $dtend_dt = day_translate( + $item['event-adjust'] ? + DateTimeFormat::local($item['event-finish'], $dformat) + : DateTimeFormat::utc($item['event-finish'], $dformat) + ); + $dtend_title = DateTimeFormat::utc($item['event-finish'], $item['event-adjust'] ? DateTimeFormat::ATOM : 'Y-m-d\TH:i:s'); + $end_short = day_short_translate( + $item['event-adjust'] ? + DateTimeFormat::local($item['event-finish'], $dformat_short) + : DateTimeFormat::utc($item['event-finish'], $dformat_short) + ); + $end_time = $item['event-adjust'] ? + DateTimeFormat::local($item['event-finish'], $tformat) + : DateTimeFormat::utc($item['event-finish'], $tformat); + // Check if start and finish time is at the same day. + if (substr($dtstart_title, 0, 10) === substr($dtend_title, 0, 10)) { + $same_date = true; + } + } + + // Format the event location. + $location = self::locationToArray($item['event-location']); + + // Construct the profile link (magic-auth). + $sp = false; + $profile_link = best_link_url($item, $sp); + + if (!$sp) { + $profile_link = Profile::zrl($profile_link); + } + + $tpl = get_markup_template('event_stream_item.tpl'); + $return = replace_macros($tpl, [ + '$id' => $item['event-id'], + '$title' => prepare_text($item['event-summary']), + '$dtstart_label' => L10n::t('Starts:'), + '$dtstart_title' => $dtstart_title, + '$dtstart_dt' => $dtstart_dt, + '$finish' => $finish, + '$dtend_label' => L10n::t('Finishes:'), + '$dtend_title' => $dtend_title, + '$dtend_dt' => $dtend_dt, + '$month_short' => $month_short, + '$date_short' => $date_short, + '$same_date' => $same_date, + '$start_time' => $start_time, + '$start_short' => $start_short, + '$end_time' => $end_time, + '$end_short' => $end_short, + '$author_name' => $item['author-name'], + '$author_link' => $profile_link, + '$author_avatar' => $item['author-avatar'], + '$description' => prepare_text($item['event-desc']), + '$location_label' => L10n::t('Location:'), + '$show_map_label' => L10n::t('Show map'), + '$hide_map_label' => L10n::t('Hide map'), + '$map_btn_label' => L10n::t('Show map'), + '$location' => $location + ]); + + return $return; + } + + /** + * @brief Format a string with map bbcode to an array with location data. + * + * Note: The string must only contain location data. A string with no bbcode will be + * handled as location name. + * + * @param string $s The string with the bbcode formatted location data. + * + * @return array The array with the location data. + * 'name' => The name of the location,
    + * 'address' => The address of the location,
    + * 'coordinates' => Latitude‎ and longitude‎ (e.g. '48.864716,2.349014').
    + */ + private static function locationToArray($s = '') { + if ($s == '') { + return []; + } + + $location = ['name' => $s]; + + // Map tag with location name - e.g. [map]Paris[/map]. + if (strpos($s, '[/map]') !== false) { + $found = preg_match("/\[map\](.*?)\[\/map\]/ism", $s, $match); + if (intval($found) > 0 && array_key_exists(1, $match)) { + $location['address'] = $match[1]; + // Remove the map bbcode from the location name. + $location['name'] = str_replace($match[0], "", $s); + } + // Map tag with coordinates - e.g. [map=48.864716,2.349014]. + } elseif (strpos($s, '[map=') !== false) { + $found = preg_match("/\[map=(.*?)\]/ism", $s, $match); + if (intval($found) > 0 && array_key_exists(1, $match)) { + $location['coordinates'] = $match[1]; + // Remove the map bbcode from the location name. + $location['name'] = str_replace($match[0], "", $s); + } + } + + $location['name'] = prepare_text($location['name']); + + // Construct the map HTML. + if (isset($location['address'])) { + $location['map'] = '
    ' . Map::byLocation($location['address']) . '
    '; + } elseif (isset($location['coordinates'])) { + $location['map'] = '
    ' . Map::byCoordinates(str_replace('/', ' ', $location['coordinates'])) . '
    '; + } + + return $location; + } +} diff --git a/src/Model/GContact.php b/src/Model/GContact.php index 7b14b2cdc4..8f16c07fc1 100644 --- a/src/Model/GContact.php +++ b/src/Model/GContact.php @@ -20,7 +20,6 @@ use dba; use Exception; require_once 'include/dba.php'; -require_once 'include/html2bbcode.php'; /** * @brief This class handles GlobalContact related functions @@ -37,56 +36,53 @@ class GContact */ public static function searchByName($search, $mode = '') { - if ($search) { - // check supported networks - if (Config::get('system', 'diaspora_enabled')) { - $diaspora = NETWORK_DIASPORA; - } else { - $diaspora = NETWORK_DFRN; - } - - if (!Config::get('system', 'ostatus_disabled')) { - $ostatus = NETWORK_OSTATUS; - } else { - $ostatus = NETWORK_DFRN; - } - - // check if we search only communities or every contact - if ($mode === "community") { - $extra_sql = " AND `community`"; - } else { - $extra_sql = ""; - } - - $search .= "%"; - - $results = q( - "SELECT `contact`.`id` AS `cid`, `gcontact`.`url`, `gcontact`.`name`, `gcontact`.`nick`, `gcontact`.`photo`, - `gcontact`.`network`, `gcontact`.`keywords`, `gcontact`.`addr`, `gcontact`.`community` - FROM `gcontact` - LEFT JOIN `contact` ON `contact`.`nurl` = `gcontact`.`nurl` - AND `contact`.`uid` = %d AND NOT `contact`.`blocked` - AND NOT `contact`.`pending` AND `contact`.`rel` IN ('%s', '%s') - WHERE (`contact`.`id` > 0 OR (NOT `gcontact`.`hide` AND `gcontact`.`network` IN ('%s', '%s', '%s') AND - ((`gcontact`.`last_contact` >= `gcontact`.`last_failure`) OR - (`gcontact`.`updated` >= `gcontact`.`last_failure`)))) AND - (`gcontact`.`addr` LIKE '%s' OR `gcontact`.`name` LIKE '%s' OR `gcontact`.`nick` LIKE '%s') $extra_sql - GROUP BY `gcontact`.`nurl` - ORDER BY `gcontact`.`nurl` DESC - LIMIT 1000", - intval(local_user()), - dbesc(CONTACT_IS_SHARING), - dbesc(CONTACT_IS_FRIEND), - dbesc(NETWORK_DFRN), - dbesc($ostatus), - dbesc($diaspora), - dbesc(escape_tags($search)), - dbesc(escape_tags($search)), - dbesc(escape_tags($search)) - ); - - return $results; + if (empty($search)) { + return []; } + + // check supported networks + if (Config::get('system', 'diaspora_enabled')) { + $diaspora = NETWORK_DIASPORA; + } else { + $diaspora = NETWORK_DFRN; + } + + if (!Config::get('system', 'ostatus_disabled')) { + $ostatus = NETWORK_OSTATUS; + } else { + $ostatus = NETWORK_DFRN; + } + + // check if we search only communities or every contact + if ($mode === "community") { + $extra_sql = " AND `community`"; + } else { + $extra_sql = ""; + } + + $search .= "%"; + + $results = dba::p("SELECT `nurl` FROM `gcontact` + WHERE NOT `hide` AND `network` IN (?, ?, ?) AND + ((`last_contact` >= `last_failure`) OR (`updated` >= `last_failure`)) AND + (`addr` LIKE ? OR `name` LIKE ? OR `nick` LIKE ?) $extra_sql + GROUP BY `nurl` ORDER BY `nurl` DESC LIMIT 1000", + NETWORK_DFRN, $ostatus, $diaspora, $search, $search, $search + ); + + $gcontacts = []; + while ($result = dba::fetch($results)) { + $urlparts = parse_url($result["nurl"]); + + // Ignore results that look strange. + // For historic reasons the gcontact table does contain some garbage. + if (!empty($urlparts['query']) || !empty($urlparts['fragment'])) { + continue; + } + + $gcontacts[] = Contact::getDetailsByURL($result["nurl"], local_user()); + } + return $gcontacts; } /** @@ -877,7 +873,8 @@ class GContact // Now update the contact entry with the user id "0" as well. // This is used for the shadow copies of public items. - + /// @todo Check if we really should do this. + // The quality of the gcontact table is mostly lower than the public contact $public_contact = dba::selectFirst('contact', ['id'], ['nurl' => normalise_link($contact["url"]), 'uid' => 0]); if (DBM::is_result($public_contact)) { logger("Update public contact ".$public_contact["id"], LOGGER_DEBUG); @@ -898,6 +895,12 @@ class GContact 'contact-type' => $contact['contact-type'], 'url' => $contact['url'], 'location' => $contact['location'], 'about' => $contact['about']]; + // Don't update the birthday field if not set or invalid + if (empty($contact['birthday']) || ($contact['birthday'] < '0001-01-01')) { + unset($fields['bd']); + } + + dba::update('contact', $fields, ['id' => $public_contact["id"]], $old_contact); } } diff --git a/src/Model/Group.php b/src/Model/Group.php index f48dd50431..50a3affa19 100644 --- a/src/Model/Group.php +++ b/src/Model/Group.php @@ -40,7 +40,7 @@ class Group extends BaseObject // was restricted to this group may now be seen by the new group members. $group = dba::selectFirst('group', ['deleted'], ['id' => $gid]); if (DBM::is_result($group) && $group['deleted']) { - dba::update('group', ['deleted' => 0], ['gid' => $gid]); + dba::update('group', ['deleted' => 0], ['id' => $gid]); notice(L10n::t('A deleted group with this name was revived. Existing item permissions may apply to this group and any future members. If this is not what you intended, please create another group with a different name.') . EOL); } return true; @@ -54,6 +54,19 @@ class Group extends BaseObject return $return; } + /** + * Update group information. + * + * @param int $id Group ID + * @param string $name Group name + * + * @return bool Was the update successful? + */ + public static function update($id, $name) + { + return dba::update('group', ['name' => $name], ['id' => $id]); + } + /** * @brief Get a list of group ids a contact belongs to * @@ -138,7 +151,7 @@ class Group extends BaseObject return false; } - $group = dba::selectFirst('group', ['uid'], ['gid' => $gid]); + $group = dba::selectFirst('group', ['uid'], ['id' => $gid]); if (!DBM::is_result($group)) { return false; } diff --git a/src/Model/Item.php b/src/Model/Item.php index d6257d99a1..bdb85af441 100644 --- a/src/Model/Item.php +++ b/src/Model/Item.php @@ -22,13 +22,13 @@ use Friendica\Object\Image; use Friendica\Protocol\Diaspora; use Friendica\Protocol\OStatus; use Friendica\Util\DateTimeFormat; +use Friendica\Util\XML; use dba; use Text_LanguageDetect; require_once 'boot.php'; require_once 'include/items.php'; require_once 'include/text.php'; -require_once 'include/event.php'; class Item extends BaseObject { @@ -97,7 +97,7 @@ class Item extends BaseObject * @param integer $item_id Item ID that should be delete * @param integer $priority Priority for the notification * - * @return $boolean success + * @return boolean success */ public static function deleteById($item_id, $priority = PRIORITY_HIGH) { @@ -152,7 +152,7 @@ class Item extends BaseObject // If item is a link to an event, delete the event. if (intval($item['event-id'])) { - event_delete($item['event-id']); + Event::delete($item['event-id']); } // If item has attachments, drop them @@ -355,6 +355,10 @@ class Item extends BaseObject } } + if (!empty($item['thr-parent'])) { + $item['parent-uri'] = $item['thr-parent']; + } + if (x($item, 'gravity')) { $item['gravity'] = intval($item['gravity']); } elseif ($item['parent-uri'] === $item['uri']) { @@ -897,7 +901,11 @@ class Item extends BaseObject $item['uid'] = 0; $item['origin'] = 0; $item['wall'] = 0; - $item['contact-id'] = Contact::getIdForURL($item['author-link']); + if ($item['uri'] == $item['parent-uri']) { + $item['contact-id'] = Contact::getIdForURL($item['owner-link']); + } else { + $item['contact-id'] = Contact::getIdForURL($item['author-link']); + } if (in_array($item['type'], ["net-comment", "wall-comment"])) { $item['type'] = 'remote-comment'; @@ -1264,21 +1272,23 @@ class Item extends BaseObject } // now change this copy of the post to a forum head message and deliver to all the tgroup members - $self = dba::selectFirst('contact', ['name', 'url', 'thumb'], ['uid' => $uid, 'self' => true]); + $self = dba::selectFirst('contact', ['id', 'name', 'url', 'thumb'], ['uid' => $uid, 'self' => true]); if (!DBM::is_result($self)) { return; } + $owner_id = Contact::getIdForURL($self['url']); + // also reset all the privacy bits to the forum default permissions $private = ($user['allow_cid'] || $user['allow_gid'] || $user['deny_cid'] || $user['deny_gid']) ? 1 : 0; $forum_mode = ($prvgroup ? 2 : 1); - $fields = ['wall' => true, 'origin' => true, 'forum_mode' => $forum_mode, - 'owner-name' => $self['name'], 'owner-link' => $self['url'], 'owner-avatar' => $self['thumb'], - 'private' => $private, 'allow_cid' => $user['allow_cid'], 'allow_gid' => $user['allow_gid'], - 'deny_cid' => $user['deny_cid'], 'deny_gid' => $user['deny_gid']]; + $fields = ['wall' => true, 'origin' => true, 'forum_mode' => $forum_mode, 'contact-id' => $self['id'], + 'owner-id' => $owner_id, 'owner-name' => $self['name'], 'owner-link' => $self['url'], + 'owner-avatar' => $self['thumb'], 'private' => $private, 'allow_cid' => $user['allow_cid'], + 'allow_gid' => $user['allow_gid'], 'deny_cid' => $user['deny_cid'], 'deny_gid' => $user['deny_gid']]; dba::update('item', $fields, ['id' => $item_id]); self::updateThread($item_id); diff --git a/src/Model/Profile.php b/src/Model/Profile.php index e493d82d53..ec53d064d6 100644 --- a/src/Model/Profile.php +++ b/src/Model/Profile.php @@ -500,6 +500,8 @@ class Profile $p['photo'] = proxy_url($p['photo'], false, PROXY_SIZE_SMALL); } + $p['url'] = self::magicLink($p['url']); + $tpl = get_markup_template('profile_vcard.tpl'); $o .= replace_macros($tpl, [ '$profile' => $p, @@ -1005,6 +1007,29 @@ class Profile } } + /** + * @brief Returns a magic link to authenticate remote visitors + * + * @param string $contact_url The address of the contact profile + * @param integer $uid The user id, "local_user" is the default + * + * @return string with "redir" link + */ + public static function magicLink($contact_url, $uid = -1) + { + if ($uid == -1) { + $uid = local_user(); + } + $condition = ['pending' => false, 'uid' => $uid, + 'nurl' => normalise_link($contact_url), + 'network' => NETWORK_DFRN, 'self' => false]; + $contact = dba::selectFirst('contact', ['id'], $condition); + if (DBM::is_result($contact)) { + return System::baseUrl() . '/redir/' . $contact['id']; + } + return self::zrl($contact_url); + } + public static function zrl($s, $force = false) { if (!strlen($s)) { diff --git a/src/Model/User.php b/src/Model/User.php index 702e815e60..2621897f4e 100644 --- a/src/Model/User.php +++ b/src/Model/User.php @@ -5,6 +5,7 @@ */ namespace Friendica\Model; +use DivineOmega\PasswordExposed\PasswordStatus; use Friendica\Core\Addon; use Friendica\Core\Config; use Friendica\Core\L10n; @@ -22,6 +23,7 @@ use Friendica\Util\Network; use dba; use Exception; use LightOpenID; +use function password_exposed; require_once 'boot.php'; require_once 'include/dba.php'; @@ -101,7 +103,7 @@ class User * @param string $password * @return int|boolean * @deprecated since version 3.6 - * @see Friendica\Model\User::getIdFromPasswordAuthentication() + * @see User::getIdFromPasswordAuthentication() */ public static function authenticate($user_info, $password) { @@ -125,13 +127,23 @@ class User { $user = self::getAuthenticationInfo($user_info); - if ($user['legacy_password']) { + if (strpos($user['password'], '$') === false) { + //Legacy hash that has not been replaced by a new hash yet + if (self::hashPasswordLegacy($password) === $user['password']) { + self::updatePassword($user['uid'], $password); + + return $user['uid']; + } + } elseif (!empty($user['legacy_password'])) { + //Legacy hash that has been double-hashed and not replaced by a new hash yet + //Warning: `legacy_password` is not necessary in sync with the content of `password` if (password_verify(self::hashPasswordLegacy($password), $user['password'])) { self::updatePassword($user['uid'], $password); return $user['uid']; } } elseif (password_verify($password, $user['password'])) { + //New password hash if (password_needs_rehash($user['password'], PASSWORD_DEFAULT)) { self::updatePassword($user['uid'], $password); } @@ -216,6 +228,17 @@ class User return autoname(6) . mt_rand(100, 9999); } + /** + * Checks if the provided plaintext password has been exposed or not + * + * @param string $password + * @return bool + */ + public static function isPasswordExposed($password) + { + return password_exposed($password) === PasswordStatus::EXPOSED; + } + /** * Legacy hashing function, kept for password migration purposes * @@ -382,7 +405,7 @@ class User throw new Exception(L10n::t('Not a valid email address.')); } - if (dba::exists('user', ['email' => $email])) { + if (Config::get('system', 'block_extended_register', false) && dba::exists('user', ['email' => $email])) { throw new Exception(L10n::t('Cannot use that email.')); } @@ -601,11 +624,12 @@ class User ')); $body = deindent(L10n::t(' The login details are as follows: - Site Location: %3$s - Login Name: %1$s - Password: %5$s - You may change your password from your account Settings page after logging + Site Location: %3$s + Login Name: %1$s + Password: %5$s + + You may change your password from your account "Settings" page after logging in. Please take a few moments to review the other account settings on that page. @@ -614,7 +638,7 @@ class User ' . "\x28" . 'on the "Profiles" page' . "\x29" . ' so that other people can easily find you. We recommend setting your full name, adding a profile photo, - adding some profile keywords ' . "\x28" . 'very useful in making new friends' . "\x29" . ' - and + adding some profile "keywords" ' . "\x28" . 'very useful in making new friends' . "\x29" . ' - and perhaps what country you live in; if you do not wish to be more specific than that. @@ -622,6 +646,7 @@ class User If you are new and do not know anybody here, they may help you to make some new and interesting friends. + If you ever want to delete your account, you can do so at %3$s/removeme Thank you and welcome to %2$s.')); diff --git a/src/Module/Hashtag.php b/src/Module/Hashtag.php new file mode 100644 index 0000000000..c35a6440c0 --- /dev/null +++ b/src/Module/Hashtag.php @@ -0,0 +1,40 @@ + $tag['term']]; + } + dba::close($taglist); + + System::jsonExit($result); + } +} diff --git a/src/Module/Tos.php b/src/Module/Tos.php new file mode 100644 index 0000000000..e08e5a1f45 --- /dev/null +++ b/src/Module/Tos.php @@ -0,0 +1,60 @@ + L10n::t("Terms of Service"), + '$tostext' => BBCode::convert(Config::get('system', 'tostext')), + '$displayprivstatement' => Config::get('system', 'tosprivstatement'), + '$privstatementtitle' => L10n::t("Privacy Statement"), + '$privoperate' => L10n::t('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.'), + '$privdistribute' => L10n::t('This data is required for communication and is passed on to the nodes of the communication partners. Users can enter additional private data that may be transmitted to the communication partners accounts.'), + '$privdelete' => L10n::t('At any point in time a logged in user can export their account data from the account settings. If the user wants to delete their account they can do so at %1$s/removeme. The deletion of the account will be permanent.', System::baseurl()) + ]); + } else { + return; + } + } +} diff --git a/src/Object/Image.php b/src/Object/Image.php index 2f4d55dc0a..9692b84715 100644 --- a/src/Object/Image.php +++ b/src/Object/Image.php @@ -771,6 +771,10 @@ class Image { $data = []; + if (empty($url)) { + return $data; + } + $data = Cache::get($url); if (is_null($data) || !$data || !is_array($data)) { diff --git a/src/Object/Post.php b/src/Object/Post.php index 16dabbb71e..86e1414678 100644 --- a/src/Object/Post.php +++ b/src/Object/Post.php @@ -8,6 +8,7 @@ use Friendica\BaseObject; use Friendica\Content\ContactSelector; use Friendica\Content\Feature; use Friendica\Core\Addon; +use Friendica\Core\Config; use Friendica\Core\L10n; use Friendica\Core\PConfig; use Friendica\Database\DBM; @@ -315,7 +316,13 @@ class Post extends BaseObject $body_e = $body; $text_e = strip_tags($body); $name_e = $profile_name; - $title_e = $item['title']; + + if (!empty($item['content-warning']) && PConfig::get(local_user(), 'system', 'disable_cw', false)) { + $title_e = ucfirst($item['content-warning']); + } else { + $title_e = $item['title']; + } + $location_e = $location; $owner_name_e = $this->getOwnerName(); @@ -337,6 +344,7 @@ class Post extends BaseObject $tmp_item = [ 'template' => $this->getTemplate(), 'type' => implode("", array_slice(explode("/", $item['verb']), -1)), + 'suppress_tags' => Config::get('system', 'suppress_tags'), 'tags' => $item['tags'], 'hashtags' => $item['hashtags'], 'mentions' => $item['mentions'], diff --git a/src/Protocol/DFRN.php b/src/Protocol/DFRN.php index 5e7cc02a36..d1a4f0c4be 100644 --- a/src/Protocol/DFRN.php +++ b/src/Protocol/DFRN.php @@ -11,6 +11,7 @@ namespace Friendica\Protocol; use Friendica\App; use Friendica\Content\OEmbed; use Friendica\Content\Text\BBCode; +use Friendica\Content\Text\HTML; use Friendica\Core\Addon; use Friendica\Core\Config; use Friendica\Core\L10n; @@ -18,11 +19,11 @@ use Friendica\Core\System; use Friendica\Core\Worker; use Friendica\Database\DBM; use Friendica\Model\Contact; +use Friendica\Model\Event; use Friendica\Model\GContact; use Friendica\Model\Group; use Friendica\Model\Item; use Friendica\Model\Profile; -use Friendica\Model\Term; use Friendica\Model\User; use Friendica\Object\Image; use Friendica\Protocol\OStatus; @@ -30,6 +31,7 @@ use Friendica\Util\Crypto; use Friendica\Util\DateTimeFormat; use Friendica\Util\Network; use Friendica\Util\XML; +use Friendica\Protocol\Diaspora; use dba; use DOMDocument; use DOMXPath; @@ -40,9 +42,7 @@ require_once 'boot.php'; require_once 'include/dba.php'; require_once "include/enotify.php"; require_once "include/items.php"; -require_once "include/event.php"; require_once "include/text.php"; -require_once "include/html2bbcode.php"; /** * @brief This class contain functions to create and send DFRN XML files @@ -1146,13 +1146,20 @@ class DFRN * @param string $atom Content that will be transmitted * @param bool $dissolve (to be documented) * - * @return int Deliver status. -1 means an error. + * @return int Deliver status. Negative values mean an error. * @todo Add array type-hint for $owner, $contact */ public static function deliver($owner, $contact, $atom, $dissolve = false) { $a = get_app(); + // At first try the Diaspora transport layer + $ret = self::transmit($owner, $contact, $atom); + if ($ret >= 200) { + logger('Delivery via Diaspora transport layer was successful with status ' . $ret); + return $ret; + } + $idtosend = $orig_id = (($contact['dfrn-id']) ? $contact['dfrn-id'] : $contact['issued-id']); if ($contact['duplex'] && $contact['dfrn-id']) { @@ -1196,13 +1203,13 @@ class DFRN $xml = $ret['body']; $curl_stat = $a->get_curl_code(); - if (!$curl_stat) { + if (empty($curl_stat)) { return -3; // timed out } logger('dfrn_deliver: ' . $xml, LOGGER_DATA); - if (! $xml) { + if (empty($xml)) { return 3; } @@ -1215,7 +1222,7 @@ class DFRN $res = XML::parseString($xml); if ((intval($res->status) != 0) || (! strlen($res->challenge)) || (! strlen($res->dfrn_id))) { - return (($res->status) ? $res->status : 3); + return ($res->status ? $res->status : 3); } $postvars = []; @@ -1338,11 +1345,11 @@ class DFRN logger('dfrn_deliver: ' . "RECEIVED: " . $xml, LOGGER_DATA); $curl_stat = $a->get_curl_code(); - if ((!$curl_stat) || (!strlen($xml))) { + if (empty($curl_stat) || empty($xml)) { return -9; // timed out } - if (($curl_stat == 503) && (stristr($a->get_curl_headers(), 'retry-after'))) { + if (($curl_stat == 503) && stristr($a->get_curl_headers(), 'retry-after')) { return -10; } @@ -1358,6 +1365,11 @@ class DFRN return -11; } + // Possibly old servers had returned an empty value when everything was okay + if (empty($res->status)) { + $res->status = 200; + } + if (!empty($res->message)) { logger('Delivery returned status '.$res->status.' - '.$res->message, LOGGER_DEBUG); } @@ -1369,6 +1381,79 @@ class DFRN return intval($res->status); } + /** + * @brief Transmits atom content to the contacts via the Diaspora transport layer + * + * @param array $owner Owner record + * @param array $contact Contact record of the receiver + * @param string $atom Content that will be transmitted + * + * @return int Deliver status. Negative values mean an error. + */ + public static function transmit($owner, $contact, $atom, $public_batch = false) + { + $a = get_app(); + + if (empty($contact['addr'])) { + logger('Empty contact handle for ' . $contact['id'] . ' - ' . $contact['url'] . ' - trying to update it.'); + if (Contact::updateFromProbe($contact['id'])) { + $new_contact = dba::selectFirst('contact', ['addr'], ['id' => $contact['id']]); + $contact['addr'] = $new_contact['addr']; + } + + if (empty($contact['addr'])) { + logger('Unable to find contact handle for ' . $contact['id'] . ' - ' . $contact['url']); + return -21; + } + } + + $fcontact = Diaspora::personByHandle($contact['addr']); + if (empty($fcontact)) { + logger('Unable to find contact details for ' . $contact['id'] . ' - ' . $contact['addr']); + return -22; + } + + $envelope = Diaspora::buildMessage($atom, $owner, $contact, $owner['uprvkey'], $fcontact['pubkey'], $public_batch); + + $dest_url = ($public_batch ? $fcontact["batch"] : $contact["notify"]); + + $content_type = ($public_batch ? "application/magic-envelope+xml" : "application/json"); + + $xml = Network::post($dest_url, $envelope, ["Content-Type: ".$content_type]); + + $curl_stat = $a->get_curl_code(); + if (empty($curl_stat) || empty($xml)) { + logger('Empty answer from ' . $contact['id'] . ' - ' . $dest_url); + return -9; // timed out + } + + if (($curl_stat == 503) && (stristr($a->get_curl_headers(), 'retry-after'))) { + return -10; + } + + if (strpos($xml, 'status)) { + return -23; + } + + if (!empty($res->message)) { + logger('Transmit to ' . $dest_url . ' returned status '.$res->status.' - '.$res->message, LOGGER_DEBUG); + } + + if ($res->status == 200) { + Contact::unmarkForArchival($contact); + } + + return intval($res->status); + } + /** * @brief Add new birthday event for this person * @@ -1434,7 +1519,7 @@ class DFRN $contact_old = dba::fetch_first("SELECT `id`, `uid`, `url`, `network`, `avatar-date`, `avatar`, `name-date`, `uri-date`, `addr`, `name`, `nick`, `about`, `location`, `keywords`, `xmpp`, `bdyear`, `bd`, `hidden`, `contact-type` FROM `contact` WHERE `uid` = ? AND `nurl` = ? AND `network` != ?", - $importer["uid"], + $importer["importer_uid"], normalise_link($author["link"]), NETWORK_STATUSNET ); @@ -1444,7 +1529,7 @@ class DFRN $author["network"] = $contact_old["network"]; } else { if (!$onlyfetch) { - logger("Contact ".$author["link"]." wasn't found for user ".$importer["uid"]." XML: ".$xml, LOGGER_DEBUG); + logger("Contact ".$author["link"]." wasn't found for user ".$importer["importer_uid"]." XML: ".$xml, LOGGER_DEBUG); } $author["contact-id"] = $importer["id"]; @@ -1640,7 +1725,7 @@ class DFRN Contact::updateAvatar( $author['avatar'], - $importer['uid'], + $importer['importer_uid'], $contact['id'], (strtotime($contact['avatar-date']) > strtotime($contact_old['avatar-date']) || ($author['avatar'] != $contact_old['avatar'])) ); @@ -1658,7 +1743,7 @@ class DFRN $poco["contact-type"] = $contact["contact-type"]; $gcid = GContact::update($poco); - GContact::link($gcid, $importer["uid"], $contact["id"]); + GContact::link($gcid, $importer["importer_uid"], $contact["id"]); } return $author; @@ -2079,8 +2164,8 @@ class DFRN return false; } - $fields = ['title' => $item["title"], 'body' => $item["body"], - 'tag' => $item["tag"], 'changed' => DateTimeFormat::utcNow(), + $fields = ['title' => defaults($item, 'title', ''), 'body' => defaults($item, 'body', ''), + 'tag' => defaults($item, 'tag', ''), 'changed' => DateTimeFormat::utcNow(), 'edited' => DateTimeFormat::utc($item["edited"])]; $condition = ["`uri` = ? AND `uid` IN (0, ?)", $item["uri"], $importer["importer_uid"]]; @@ -2454,7 +2539,7 @@ class DFRN $purifier = new HTMLPurifier($config); $item['body'] = $purifier->purify($item['body']); - $item['body'] = @html2bbcode($item['body']); + $item['body'] = @HTML::toBBCode($item['body']); } /// @todo We should check for a repeated post and if we know the repeated author. @@ -2614,11 +2699,11 @@ class DFRN // Is it an event? if ($item["object-type"] == ACTIVITY_OBJ_EVENT) { logger("Item ".$item["uri"]." seems to contain an event.", LOGGER_DEBUG); - $ev = bbtoevent($item["body"]); + $ev = Event::fromBBCode($item["body"]); if ((x($ev, "desc") || x($ev, "summary")) && x($ev, "start")) { logger("Event in item ".$item["uri"]." was found.", LOGGER_DEBUG); $ev["cid"] = $importer["id"]; - $ev["uid"] = $importer["uid"]; + $ev["uid"] = $importer["importer_uid"]; $ev["uri"] = $item["uri"]; $ev["edited"] = $item["edited"]; $ev["private"] = $item["private"]; @@ -2627,13 +2712,13 @@ class DFRN $r = q( "SELECT `id` FROM `event` WHERE `uri` = '%s' AND `uid` = %d LIMIT 1", dbesc($item["uri"]), - intval($importer["uid"]) + intval($importer["importer_uid"]) ); if (DBM::is_result($r)) { $ev["id"] = $r[0]["id"]; } - $event_id = event_store($ev); + $event_id = Event::store($ev); logger("Event ".$event_id." was stored", LOGGER_DEBUG); return; } @@ -2682,6 +2767,14 @@ class DFRN return true; } } else { // $entrytype == DFRN_TOP_LEVEL + if ($importer["readonly"]) { + logger('ignoring read-only contact '.$importer["id"]); + return; + } + if ($importer["uid"] == 0) { + logger("Contact ".$importer["id"]." isn't known to user ".$importer["importer_uid"].". The post will be ignored.", LOGGER_DEBUG); + return; + } if (!link_compare($item["owner-link"], $importer["url"])) { /* * The item owner info is not our contact. It's OK and is to be expected if this is a tgroup delivery, @@ -2737,10 +2830,10 @@ class DFRN return false; } - $condition = ["`uri` = ? AND `uid` = ? AND NOT `file` LIKE '%[%'", $uri, $importer["uid"]]; + $condition = ["`uri` = ? AND `uid` = ? AND NOT `file` LIKE '%[%'", $uri, $importer["importer_uid"]]; $item = dba::selectFirst('item', ['id', 'parent', 'contact-id'], $condition); if (!DBM::is_result($item)) { - logger("Item with uri " . $uri . " for user " . $importer["uid"] . " wasn't found.", LOGGER_DEBUG); + logger("Item with uri " . $uri . " for user " . $importer["importer_uid"] . " wasn't found.", LOGGER_DEBUG); return; } @@ -2809,7 +2902,7 @@ class DFRN $xpath->registerNamespace("statusnet", NAMESPACE_STATUSNET); $header = []; - $header["uid"] = $importer["uid"]; + $header["uid"] = $importer["importer_uid"]; $header["network"] = NETWORK_DFRN; $header["type"] = "remote"; $header["wall"] = 0; @@ -2828,7 +2921,7 @@ class DFRN self::fetchauthor($xpath, $doc->firstChild, $importer, "dfrn:owner", false, $xml); } - logger("Import DFRN message for user " . $importer["uid"] . " from contact " . $importer["id"], LOGGER_DEBUG); + logger("Import DFRN message for user " . $importer["importer_uid"] . " from contact " . $importer["id"], LOGGER_DEBUG); // The account type is new since 3.5.1 if ($xpath->query("/atom:feed/dfrn:account_type")->length > 0) { @@ -2854,21 +2947,16 @@ class DFRN self::processRelocation($xpath, $relocation, $importer); } - if ($importer["readonly"]) { - // We aren't receiving stuff from this person. But we will quietly ignore them - // rather than a blatant "go away" message. - logger('ignoring contact '.$importer["id"]); - return 403; - } + if (($importer["uid"] != 0) && !$importer["readonly"]) { + $mails = $xpath->query("/atom:feed/dfrn:mail"); + foreach ($mails as $mail) { + self::processMail($xpath, $mail, $importer); + } - $mails = $xpath->query("/atom:feed/dfrn:mail"); - foreach ($mails as $mail) { - self::processMail($xpath, $mail, $importer); - } - - $suggestions = $xpath->query("/atom:feed/dfrn:suggest"); - foreach ($suggestions as $suggestion) { - self::processSuggestion($xpath, $suggestion, $importer); + $suggestions = $xpath->query("/atom:feed/dfrn:suggest"); + foreach ($suggestions as $suggestion) { + self::processSuggestion($xpath, $suggestion, $importer); + } } $deletions = $xpath->query("/atom:feed/at:deleted-entry"); @@ -2896,7 +2984,7 @@ class DFRN self::processEntry($header, $xpath, $entry, $importer, $xml); } } - logger("Import done for user " . $importer["uid"] . " from contact " . $importer["id"], LOGGER_DEBUG); + logger("Import done for user " . $importer["importer_uid"] . " from contact " . $importer["id"], LOGGER_DEBUG); return 200; } diff --git a/src/Protocol/Diaspora.php b/src/Protocol/Diaspora.php index c3a485e915..6c47aadc7d 100644 --- a/src/Protocol/Diaspora.php +++ b/src/Protocol/Diaspora.php @@ -31,6 +31,7 @@ use Friendica\Util\Crypto; use Friendica\Util\DateTimeFormat; use Friendica\Util\Network; use Friendica\Util\XML; +use Friendica\Util\Map; use dba; use SimpleXMLElement; @@ -46,60 +47,140 @@ class Diaspora /** * @brief Return a list of relay servers * - * This is an experimental Diaspora feature. + * The list contains not only the official relays but also servers that we serve directly + * + * @param integer $item_id The id of the item that is sent + * @param array $contacts The previously fetched contacts * * @return array of relay servers */ - public static function relayList() + public static function relayList($item_id, $contacts = []) { + $serverlist = []; + + // Fetching relay servers $serverdata = Config::get("system", "relay_server"); - if ($serverdata == "") { - return []; - } - - $relay = []; - - $servers = explode(",", $serverdata); - - foreach ($servers as $server) { - $server = trim($server); - $addr = "relay@".str_replace("http://", "", normalise_link($server)); - $batch = $server."/receive/public"; - - $relais = q( - "SELECT `batch`, `id`, `name`,`network` FROM `contact` WHERE `uid` = 0 AND `batch` = '%s' AND `addr` = '%s' AND `nurl` = '%s' LIMIT 1", - dbesc($batch), - dbesc($addr), - dbesc(normalise_link($server)) - ); - - if (!$relais) { - $r = q( - "INSERT INTO `contact` (`uid`, `created`, `name`, `nick`, `addr`, `url`, `nurl`, `batch`, `network`, `rel`, `blocked`, `pending`, `writable`, `name-date`, `uri-date`, `avatar-date`) - VALUES (0, '%s', '%s', 'relay', '%s', '%s', '%s', '%s', '%s', %d, 0, 0, 1, '%s', '%s', '%s')", - DateTimeFormat::utcNow(), - dbesc($addr), - dbesc($addr), - dbesc($server), - dbesc(normalise_link($server)), - dbesc($batch), - dbesc(NETWORK_DIASPORA), - intval(CONTACT_IS_FOLLOWER), - dbesc(DateTimeFormat::utcNow()), - dbesc(DateTimeFormat::utcNow()), - dbesc(DateTimeFormat::utcNow()) - ); - - $relais = q("SELECT `batch`, `id`, `name`,`network` FROM `contact` WHERE `uid` = 0 AND `batch` = '%s' LIMIT 1", dbesc($batch)); - if ($relais) { - $relay[] = $relais[0]; - } - } else { - $relay[] = $relais[0]; + if ($serverdata != "") { + $servers = explode(",", $serverdata); + foreach ($servers as $server) { + $serverlist[$server] = trim($server); } } - return $relay; + if (Config::get("system", "relay_directly", false)) { + // Servers that want to get all content + $servers = dba::select('gserver', ['url'], ['relay-subscribe' => true, 'relay-scope' => 'all']); + while ($server = dba::fetch($servers)) { + $serverlist[$server['url']] = $server['url']; + } + + // All tags of the current post + $condition = ['otype' => TERM_OBJ_POST, 'type' => TERM_HASHTAG, 'oid' => $item_id]; + $tags = dba::select('term', ['term'], $condition); + $taglist = []; + while ($tag = dba::fetch($tags)) { + $taglist[] = $tag['term']; + } + + // All servers who wants content with this tag + $tagserverlist = []; + if (!empty($taglist)) { + $tagserver = dba::select('gserver-tag', ['gserver-id'], ['tag' => $taglist]); + while ($server = dba::fetch($tagserver)) { + $tagserverlist[] = $server['gserver-id']; + } + } + + // All adresses with the given id + if (!empty($tagserverlist)) { + $servers = dba::select('gserver', ['url'], ['relay-subscribe' => true, 'relay-scope' => 'tags', 'id' => $tagserverlist]); + while ($server = dba::fetch($servers)) { + $serverlist[$server['url']] = $server['url']; + } + } + } + + // Now we are collecting all relay contacts + foreach ($serverlist as $server_url) { + // We don't send messages to ourselves + if (link_compare($server_url, System::baseUrl())) { + continue; + } + $contact = self::getRelayContact($server_url); + if (is_bool($contact)) { + continue; + } + + $exists = false; + foreach ($contacts as $entry) { + if ($entry['batch'] == $contact['batch']) { + $exists = true; + } + } + + if (!$exists) { + $contacts[] = $contact; + } + } + + return $contacts; + } + + /** + * @brief Return a contact for a given server address or creates a dummy entry + * + * @param string $server_url The url of the server + * @return array with the contact + */ + private static function getRelayContact($server_url) + { + $batch = $server_url . '/receive/public'; + + $fields = ['batch', 'id', 'name', 'network', 'archive', 'blocked']; + + // Fetch the relay contact + $condition = ['uid' => 0, 'network' => NETWORK_DIASPORA, 'batch' => $batch, + 'contact-type' => ACCOUNT_TYPE_RELAY]; + $contact = dba::selectFirst('contact', $fields, $condition); + + // If there is nothing found, we check if there is some unmarked relay + // This code segment can be removed before the release 2018-05 + if (!DBM::is_result($contact)) { + $condition = ['uid' => 0, 'network' => NETWORK_DIASPORA, 'batch' => $batch, + 'name' => 'relay', 'nick' => 'relay', 'url' => $server_url]; + $contact = dba::selectFirst('contact', $fields, $condition); + + if (DBM::is_result($contact)) { + // Mark the relay account as a relay account + $fields = ['contact-type' => ACCOUNT_TYPE_RELAY]; + dba::update('contact', $fields, ['id' => $contact['id']]); + } + } + if (DBM::is_result($contact)) { + if ($contact['archive'] || $contact['blocked']) { + return false; + } + return $contact; + } else { + $fields = ['uid' => 0, 'created' => DateTimeFormat::utcNow(), + 'name' => 'relay', 'nick' => 'relay', + 'url' => $server_url, 'nurl' => normalise_link($server_url), + 'batch' => $batch, 'network' => NETWORK_DIASPORA, + 'rel' => CONTACT_IS_FOLLOWER, 'blocked' => false, + 'contact-type' => ACCOUNT_TYPE_RELAY, + 'pending' => false, 'writable' => true]; + dba::insert('contact', $fields); + + $fields = ['batch', 'id', 'name', 'network']; + $contact = dba::selectFirst('contact', $fields, $condition); + if (DBM::is_result($contact)) { + return $contact; + } + + } + + // It should never happen that we arrive here + return []; } /** @@ -222,11 +303,20 @@ class Diaspora $signable_data = $msg.".".base64url_encode($type).".".base64url_encode($encoding).".".base64url_encode($alg); + if ($handle == '') { + logger('No author could be decoded. Discarding. Message: ' . $envelope); + return false; + } + $key = self::key($handle); + if ($key == '') { + logger("Couldn't get a key for handle " . $handle . ". Discarding."); + return false; + } $verify = Crypto::rsaVerify($signable_data, $sig, $key); if (!$verify) { - logger('Message did not verify. Discarding.'); + logger('Message from ' . $handle . ' did not verify. Discarding.'); return false; } @@ -322,7 +412,16 @@ class Diaspora // Get the senders' public key $key_id = $base->sig[0]->attributes()->key_id[0]; $author_addr = base64_decode($key_id); + if ($author_addr == '') { + logger('No author could be decoded. Discarding. Message: ' . $xml); + System::httpExit(400); + } + $key = self::key($author_addr); + if ($key == '') { + logger("Couldn't get a key for handle " . $author_addr . ". Discarding."); + System::httpExit(400); + } $verify = Crypto::rsaVerify($signed_data, $signature, $key); if (!$verify) { @@ -2212,7 +2311,10 @@ class Diaspora } logger('Received participation for ID: '.$item['id'].' - Contact: '.$contact_id.' - Server: '.$server, LOGGER_DEBUG); - dba::insert('participation', ['iid' => $item['id'], 'cid' => $contact_id, 'fid' => $person['id'], 'server' => $server]); + + if (!dba::exists('participation', ['iid' => $item['id'], 'server' => $server])) { + dba::insert('participation', ['iid' => $item['id'], 'cid' => $contact_id, 'fid' => $person['id'], 'server' => $server]); + } // Send all existing comments and likes to the requesting server $comments = dba::p("SELECT `item`.`id`, `item`.`verb`, `contact`.`self` @@ -3143,7 +3245,7 @@ class Diaspora * * @return string The message that will be transmitted to other servers */ - private static function buildMessage($msg, $user, $contact, $prvkey, $pubkey, $public = false) + public static function buildMessage($msg, $user, $contact, $prvkey, $pubkey, $public = false) { // The message is put into an envelope with the sender's signature $envelope = self::buildMagicEnvelope($msg, $user); @@ -3197,13 +3299,16 @@ class Diaspora } $logid = random_string(4); + $dest_url = ($public_batch ? $contact["batch"] : $contact["notify"]); - // Fetch the fcontact entry when there is missing data - // Will possibly happen when data is transmitted to a DFRN contact - if (empty($dest_url) && !empty($contact['addr'])) { + // We always try to use the data from the fcontact table. + // This is important for transmitting data to Friendica servers. + if (!empty($contact['addr'])) { $fcontact = self::personByHandle($contact['addr']); - $dest_url = ($public_batch ? $fcontact["batch"] : $fcontact["notify"]); + if (!empty($fcontact)) { + $dest_url = ($public_batch ? $fcontact["batch"] : $fcontact["notify"]); + } } if (!$dest_url) { @@ -3227,10 +3332,10 @@ class Diaspora } } - logger("transmit: ".$logid."-".$guid." returns: ".$return_code); + logger("transmit: ".$logid."-".$guid." to ".$dest_url." returns: ".$return_code); if (!$return_code || (($return_code == 503) && (stristr($a->get_curl_headers(), "retry-after")))) { - if (!$no_queue) { + if (!$no_queue && ($contact['contact-type'] != ACCOUNT_TYPE_RELAY)) { logger("queue message"); // queue message for redelivery Queue::add($contact["id"], NETWORK_DIASPORA, $envelope, $public_batch, $guid); @@ -3588,10 +3693,18 @@ class Diaspora $eventdata['description'] = html_entity_decode(BBCode::toMarkdown($event['desc'])); } if ($event['location']) { + $event['location'] = preg_replace("/\[map\](.*?)\[\/map\]/ism", '$1', $event['location']); + $coord = Map::getCoordinates($event['location']); + $location = []; $location["address"] = html_entity_decode(BBCode::toMarkdown($event['location'])); - $location["lat"] = 0; - $location["lng"] = 0; + if (!empty($coord['lat']) && !empty($coord['lon'])) { + $location["lat"] = $coord['lat']; + $location["lng"] = $coord['lon']; + } else { + $location["lat"] = 0; + $location["lng"] = 0; + } $eventdata['location'] = $location; } @@ -3638,6 +3751,12 @@ class Diaspora $title = $item["title"]; $body = $item["body"]; + if ($item['author-link'] != $item['owner-link']) { + require_once 'mod/share.php'; + $body = share_header($item['author-name'], $item['author-link'], $item['author-avatar'], + "", $item['created'], $item['plink']) . $body . '[/share]'; + } + // convert to markdown $body = html_entity_decode(BBCode::toMarkdown($body)); @@ -3685,7 +3804,13 @@ class Diaspora if (count($event)) { $message['event'] = $event; - /// @todo Once Diaspora supports it, we will remove the body + if (!empty($event['location']['address']) && + !empty($event['location']['lat']) && + !empty($event['location']['lng'])) { + $message['location'] = $event['location']; + } + + /// @todo Once Diaspora supports it, we will remove the body and the location hack above // $message['text'] = ''; } } diff --git a/src/Protocol/Email.php b/src/Protocol/Email.php index b1eeb94d62..c3825a16bd 100644 --- a/src/Protocol/Email.php +++ b/src/Protocol/Email.php @@ -4,7 +4,7 @@ */ namespace Friendica\Protocol; -require_once 'include/html2plain.php'; +use Friendica\Content\Text\HTML; /** * @brief Email class @@ -111,7 +111,7 @@ class Email if (trim($ret['body']) == '') { $ret['body'] = self::messageGetPart($mbox, $uid, $struc, 0, 'plain'); } else { - $ret['body'] = html2bbcode($ret['body']); + $ret['body'] = HTML::toBBCode($ret['body']); } } else { $text = ''; @@ -128,7 +128,7 @@ class Email } } if (trim($html) != '') { - $ret['body'] = html2bbcode($html); + $ret['body'] = HTML::toBBCode($html); } else { $ret['body'] = $text; } @@ -328,7 +328,7 @@ class Email $body .= "Content-Transfer-Encoding: 8bit\n"; $body .= "Content-Type: text/plain; charset=utf-8; format=flowed\n\n"; - $body .= html2plain($html)."\n"; + $body .= HTML::toPlaintext($html)."\n"; $body .= "--=_".$part."\n"; $body .= "Content-Transfer-Encoding: 8bit\n"; diff --git a/src/Protocol/Feed.php b/src/Protocol/Feed.php index 17234ce45a..191070a2c5 100644 --- a/src/Protocol/Feed.php +++ b/src/Protocol/Feed.php @@ -10,12 +10,13 @@ use Friendica\Database\DBM; use Friendica\Core\System; use Friendica\Model\Item; use Friendica\Util\Network; +use Friendica\Content\Text\HTML; + use dba; use DOMDocument; use DOMXPath; require_once 'include/dba.php'; -require_once 'include/html2bbcode.php'; require_once 'include/items.php'; /** @@ -85,9 +86,9 @@ class Feed { if ($xpath->query('/atom:feed')->length > 0) { $alternate = $xpath->query("atom:link[@rel='alternate']")->item(0)->attributes; if (is_object($alternate)) { - foreach ($alternate AS $attributes) { - if ($attributes->name == "href") { - $author["author-link"] = $attributes->textContent; + foreach ($alternate AS $attribute) { + if ($attribute->name == "href") { + $author["author-link"] = $attribute->textContent; } } } @@ -98,9 +99,9 @@ class Feed { if ($author["author-link"] == "") { $self = $xpath->query("atom:link[@rel='self']")->item(0)->attributes; if (is_object($self)) { - foreach ($self AS $attributes) { - if ($attributes->name == "href") { - $author["author-link"] = $attributes->textContent; + foreach ($self AS $attribute) { + if ($attribute->name == "href") { + $author["author-link"] = $attribute->textContent; } } } @@ -140,9 +141,9 @@ class Feed { } $avatar = $xpath->evaluate("atom:author/atom:link[@rel='avatar']")->item(0)->attributes; if (is_object($avatar)) { - foreach ($avatar AS $attributes) { - if ($attributes->name == "href") { - $author["author-avatar"] = $attributes->textContent; + foreach ($avatar AS $attribute) { + if ($attribute->name == "href") { + $author["author-avatar"] = $attribute->textContent; } } } @@ -207,13 +208,10 @@ class Feed { } $items = []; + // Importing older entries first + for($i = $entries->length - 1; $i >= 0;--$i) { + $entry = $entries->item($i); - $entrylist = []; - - foreach ($entries AS $entry) { - $entrylist[] = $entry; - } - foreach (array_reverse($entrylist) AS $entry) { $item = array_merge($header, $author); $alternate = $xpath->query("atom:link[@rel='alternate']", $entry)->item(0)->attributes; @@ -221,9 +219,9 @@ class Feed { $alternate = $xpath->query("atom:link", $entry)->item(0)->attributes; } if (is_object($alternate)) { - foreach ($alternate AS $attributes) { - if ($attributes->name == "href") { - $item["plink"] = $attributes->textContent; + foreach ($alternate AS $attribute) { + if ($attribute->name == "href") { + $item["plink"] = $attribute->textContent; } } } @@ -309,20 +307,20 @@ class Feed { $attachments = []; - $enclosures = $xpath->query("enclosure", $entry); + $enclosures = $xpath->query("enclosure|atom:link[@rel='enclosure']", $entry); foreach ($enclosures AS $enclosure) { $href = ""; $length = ""; $type = ""; $title = ""; - foreach ($enclosure->attributes AS $attributes) { - if ($attributes->name == "url") { - $href = $attributes->textContent; - } elseif ($attributes->name == "length") { - $length = $attributes->textContent; - } elseif ($attributes->name == "type") { - $type = $attributes->textContent; + foreach ($enclosure->attributes AS $attribute) { + if (in_array($attribute->name, ["url", "href"])) { + $href = $attribute->textContent; + } elseif ($attribute->name == "length") { + $length = $attribute->textContent; + } elseif ($attribute->name == "type") { + $type = $attribute->textContent; } } if (strlen($item["attach"])) { @@ -363,7 +361,7 @@ class Feed { if (self::titleIsBody($item["title"], $body)) { $item["title"] = ""; } - $item["body"] = html2bbcode($body, $basepath); + $item["body"] = HTML::toBBCode($body, $basepath); if (($item["body"] == '') && ($item["title"] != '')) { $item["body"] = $item["title"]; diff --git a/src/Protocol/OStatus.php b/src/Protocol/OStatus.php index c6f840a66e..8b69392144 100644 --- a/src/Protocol/OStatus.php +++ b/src/Protocol/OStatus.php @@ -5,6 +5,7 @@ namespace Friendica\Protocol; use Friendica\Content\Text\BBCode; +use Friendica\Content\Text\HTML; use Friendica\Core\Cache; use Friendica\Core\Config; use Friendica\Core\L10n; @@ -25,7 +26,6 @@ use DOMDocument; use DOMXPath; require_once 'include/dba.php'; -require_once 'include/html2bbcode.php'; require_once 'include/items.php'; require_once 'mod/share.php'; require_once 'include/enotify.php'; @@ -72,8 +72,9 @@ class OStatus $contact = null; if ($aliaslink != '') { - $condition = ["`uid` = ? AND `alias` = ? AND `network` != ?", - $importer["uid"], $aliaslink, NETWORK_STATUSNET]; + $condition = ["`uid` = ? AND `alias` = ? AND `network` != ? AND `rel` IN (?, ?)", + $importer["uid"], $aliaslink, NETWORK_STATUSNET, + CONTACT_IS_SHARING, CONTACT_IS_FRIEND]; $contact = dba::selectFirst('contact', [], $condition); } @@ -82,14 +83,16 @@ class OStatus $aliaslink = $author["author-link"]; } - $condition = ["`uid` = ? AND `nurl` IN (?, ?) AND `network` != ?", $importer["uid"], - normalise_link($author["author-link"]), normalise_link($aliaslink), NETWORK_STATUSNET]; + $condition = ["`uid` = ? AND `nurl` IN (?, ?) AND `network` != ? AND `rel` IN (?, ?)", + $importer["uid"], normalise_link($author["author-link"]), normalise_link($aliaslink), + NETWORK_STATUSNET, CONTACT_IS_SHARING, CONTACT_IS_FRIEND]; $contact = dba::selectFirst('contact', [], $condition); } if (!DBM::is_result($contact) && ($addr != '')) { - $condition = ["`uid` = ? AND `addr` = ? AND `network` != ?", - $importer["uid"], $addr, NETWORK_STATUSNET]; + $condition = ["`uid` = ? AND `addr` = ? AND `network` != ? AND `rel` IN (?, ?)", + $importer["uid"], $addr, NETWORK_STATUSNET, + CONTACT_IS_SHARING, CONTACT_IS_FRIEND]; $contact = dba::selectFirst('contact', [], $condition); } @@ -168,7 +171,7 @@ class OStatus $value = $xpath->evaluate('atom:author/poco:note/text()', $context)->item(0)->nodeValue; if ($value != "") { - $contact["about"] = html2bbcode($value); + $contact["about"] = HTML::toBBCode($value); } $value = $xpath->evaluate('atom:author/poco:address/poco:formatted/text()', $context)->item(0)->nodeValue; @@ -243,13 +246,12 @@ class OStatus $xpath->registerNamespace('ostatus', NAMESPACE_OSTATUS); $xpath->registerNamespace('statusnet', NAMESPACE_STATUSNET); - $entries = $xpath->query('/atom:entry'); + $contact = ["id" => 0]; - foreach ($entries as $entry) { - // fetch the author - $author = self::fetchAuthor($xpath, $entry, $importer, $contact, true); - return $author; - } + // Fetch the first author + $authordata = $xpath->query('//author')->item(0); + $author = self::fetchAuthor($xpath, $authordata, $importer, $contact, true); + return $author; } /** @@ -557,7 +559,7 @@ class OStatus */ private static function processPost($xpath, $entry, &$item, $importer) { - $item["body"] = html2bbcode($xpath->query('atom:content/text()', $entry)->item(0)->nodeValue); + $item["body"] = HTML::toBBCode($xpath->query('atom:content/text()', $entry)->item(0)->nodeValue); $item["object-type"] = $xpath->query('activity:object-type/text()', $entry)->item(0)->nodeValue; if (($item["object-type"] == ACTIVITY_OBJ_BOOKMARK) || ($item["object-type"] == ACTIVITY_OBJ_EVENT)) { $item["title"] = $xpath->query('atom:title/text()', $entry)->item(0)->nodeValue; @@ -658,8 +660,9 @@ class OStatus // Mastodon Content Warning if (($item["verb"] == ACTIVITY_POST) && $xpath->evaluate('boolean(atom:summary)', $entry)) { $clear_text = $xpath->query('atom:summary/text()', $entry)->item(0)->nodeValue; - - $item["body"] = html2bbcode($clear_text) . '[spoiler]' . $item["body"] . '[/spoiler]'; + if (!empty($clear_text)) { + $item['content-warning'] = HTML::toBBCode($clear_text); + } } if (($self != '') && empty($item['protocol'])) { @@ -670,9 +673,11 @@ class OStatus self::fetchConversation($item['conversation-href'], $item['conversation-uri']); } - if (isset($item["parent-uri"]) && ($related != '')) { + if (isset($item["parent-uri"])) { if (!dba::exists('item', ['uid' => $importer["uid"], 'uri' => $item['parent-uri']])) { - self::fetchRelated($related, $item["parent-uri"], $importer); + if ($related != '') { + self::fetchRelated($related, $item["parent-uri"], $importer); + } } else { logger('Reply with URI '.$item["uri"].' already existed for user '.$importer["uid"].'.', LOGGER_DEBUG); } @@ -1014,7 +1019,7 @@ class OStatus $item["author-link"] = $orig_author["author-link"]; $item["author-avatar"] = $orig_author["author-avatar"]; - $item["body"] = html2bbcode($orig_body); + $item["body"] = HTML::toBBCode($orig_body); $item["created"] = $orig_created; $item["edited"] = $orig_edited; @@ -1283,6 +1288,13 @@ class OStatus "rel" => "self", "type" => "application/atom+xml"]; XML::addElement($doc, $root, "link", "", $attributes); + if ($owner['account-type'] == ACCOUNT_TYPE_COMMUNITY) { + $condition = ['uid' => $owner['uid'], 'self' => false, 'pending' => false, + 'archive' => false, 'hidden' => false, 'blocked' => false]; + $members = dba::count('contact', $condition); + XML::addElement($doc, $root, "statusnet:group_info", "", ["member_count" => $members]); + } + return $root; } @@ -1301,7 +1313,7 @@ class OStatus } /** - * @brief Adds attachement data to the XML document + * @brief Adds attachment data to the XML document * * @param object $doc XML document * @param object $root XML root element where the hub links are added @@ -1316,11 +1328,13 @@ class OStatus switch ($siteinfo["type"]) { case 'photo': $imgdata = Image::getInfoFromURL($siteinfo["image"]); - $attributes = ["rel" => "enclosure", - "href" => $siteinfo["image"], - "type" => $imgdata["mime"], - "length" => intval($imgdata["size"])]; - XML::addElement($doc, $root, "link", "", $attributes); + if ($imgdata) { + $attributes = ["rel" => "enclosure", + "href" => $siteinfo["image"], + "type" => $imgdata["mime"], + "length" => intval($imgdata["size"])]; + XML::addElement($doc, $root, "link", "", $attributes); + } break; case 'video': $attributes = ["rel" => "enclosure", @@ -1336,12 +1350,14 @@ class OStatus if (!Config::get('system', 'ostatus_not_attach_preview') && ($siteinfo["type"] != "photo") && isset($siteinfo["image"])) { $imgdata = Image::getInfoFromURL($siteinfo["image"]); - $attributes = ["rel" => "enclosure", - "href" => $siteinfo["image"], - "type" => $imgdata["mime"], - "length" => intval($imgdata["size"])]; + if ($imgdata) { + $attributes = ["rel" => "enclosure", + "href" => $siteinfo["image"], + "type" => $imgdata["mime"], + "length" => intval($imgdata["size"])]; - XML::addElement($doc, $root, "link", "", $attributes); + XML::addElement($doc, $root, "link", "", $attributes); + } } $arr = explode('[/attach],', $item['attach']); @@ -1374,16 +1390,22 @@ class OStatus * * @return object author element */ - private static function addAuthor($doc, $owner) + private static function addAuthor($doc, $owner, $show_profile = true) { $profile = dba::selectFirst('profile', ['homepage', 'publish'], ['uid' => $owner['uid'], 'is-default' => true]); $author = $doc->createElement("author"); XML::addElement($doc, $author, "id", $owner["url"]); - XML::addElement($doc, $author, "activity:object-type", ACTIVITY_OBJ_PERSON); + if ($owner['account-type'] == ACCOUNT_TYPE_COMMUNITY) { + XML::addElement($doc, $author, "activity:object-type", ACTIVITY_OBJ_GROUP); + } else { + XML::addElement($doc, $author, "activity:object-type", ACTIVITY_OBJ_PERSON); + } XML::addElement($doc, $author, "uri", $owner["url"]); XML::addElement($doc, $author, "name", $owner["nick"]); XML::addElement($doc, $author, "email", $owner["addr"]); - XML::addElement($doc, $author, "summary", BBCode::convert($owner["about"], false, 7)); + if ($show_profile) { + XML::addElement($doc, $author, "summary", BBCode::convert($owner["about"], false, 7)); + } $attributes = ["rel" => "alternate", "type" => "text/html", "href" => $owner["url"]]; XML::addElement($doc, $author, "link", "", $attributes); @@ -1408,15 +1430,17 @@ class OStatus XML::addElement($doc, $author, "poco:preferredUsername", $owner["nick"]); XML::addElement($doc, $author, "poco:displayName", $owner["name"]); - XML::addElement($doc, $author, "poco:note", BBCode::convert($owner["about"], false, 7)); + if ($show_profile) { + XML::addElement($doc, $author, "poco:note", BBCode::convert($owner["about"], false, 7)); - if (trim($owner["location"]) != "") { - $element = $doc->createElement("poco:address"); - XML::addElement($doc, $element, "poco:formatted", $owner["location"]); - $author->appendChild($element); + if (trim($owner["location"]) != "") { + $element = $doc->createElement("poco:address"); + XML::addElement($doc, $element, "poco:formatted", $owner["location"]); + $author->appendChild($element); + } } - if (DBM::is_result($profile)) { + if (DBM::is_result($profile) && !$show_profile) { if (trim($profile["homepage"]) != "") { $urls = $doc->createElement("poco:urls"); XML::addElement($doc, $urls, "poco:type", "homepage"); @@ -1427,11 +1451,12 @@ class OStatus XML::addElement($doc, $author, "followers", "", ["url" => System::baseUrl()."/viewcontacts/".$owner["nick"]]); XML::addElement($doc, $author, "statusnet:profile_info", "", ["local_id" => $owner["uid"]]); + + if ($profile["publish"]) { + XML::addElement($doc, $author, "mastodon:scope", "public"); + } } - if ($profile["publish"]) { - XML::addElement($doc, $author, "mastodon:scope", "public"); - } return $author; } @@ -1593,7 +1618,7 @@ class OStatus logger("OStatus entry is from author ".$owner["url"]." - not from ".$item["author-link"].". Quitting.", LOGGER_DEBUG); } - $title = self::entryHeader($doc, $entry, $owner, $toplevel); + $title = self::entryHeader($doc, $entry, $owner, $item, $toplevel); $r = q( "SELECT * FROM `item` WHERE `uid` = %d AND `guid` = '%s' AND NOT `private` AND `network` IN ('%s', '%s', '%s') LIMIT 1", @@ -1622,7 +1647,7 @@ class OStatus self::entryContent($doc, $as_object, $repeated_item, $owner, "", "", false); - $author = self::addAuthor($doc, $contact); + $author = self::addAuthor($doc, $contact, false); $as_object->appendChild($author); $as_object2 = $doc->createElement("activity:object"); @@ -1664,7 +1689,7 @@ class OStatus logger("OStatus entry is from author ".$owner["url"]." - not from ".$item["author-link"].". Quitting.", LOGGER_DEBUG); } - $title = self::entryHeader($doc, $entry, $owner, $toplevel); + $title = self::entryHeader($doc, $entry, $owner, $item, $toplevel); $verb = NAMESPACE_ACTIVITY_SCHEMA."favorite"; self::entryContent($doc, $entry, $item, $owner, "Favorite", $verb, false); @@ -1787,7 +1812,7 @@ class OStatus $item["body"] = sprintf($message, $owner["nick"], $contact["nick"]); - self::entryHeader($doc, $entry, $owner, $toplevel); + self::entryHeader($doc, $entry, $owner, $item, $toplevel); self::entryContent($doc, $entry, $item, $owner, $title); @@ -1815,7 +1840,7 @@ class OStatus logger("OStatus entry is from author ".$owner["url"]." - not from ".$item["author-link"].". Quitting.", LOGGER_DEBUG); } - $title = self::entryHeader($doc, $entry, $owner, $toplevel); + $title = self::entryHeader($doc, $entry, $owner, $item, $toplevel); XML::addElement($doc, $entry, "activity:object-type", ACTIVITY_OBJ_NOTE); @@ -1836,12 +1861,18 @@ class OStatus * * @return string The title for the element */ - private static function entryHeader($doc, &$entry, $owner, $toplevel) + private static function entryHeader($doc, &$entry, $owner, $item, $toplevel) { /// @todo Check if this title stuff is really needed (I guess not) if (!$toplevel) { $entry = $doc->createElement("entry"); $title = sprintf("New note by %s", $owner["nick"]); + + if ($owner['account-type'] == ACCOUNT_TYPE_COMMUNITY) { + $contact = self::contactEntry($item['author-link'], $owner); + $author = self::addAuthor($doc, $contact, false); + $entry->appendChild($author); + } } else { $entry = $doc->createElementNS(NAMESPACE_ATOM1, "entry"); @@ -1996,12 +2027,10 @@ class OStatus $mentioned = $newmentions; foreach ($mentioned as $mention) { - $r = q( - "SELECT `forum`, `prv` FROM `contact` WHERE `uid` = %d AND `nurl` = '%s'", - intval($owner["uid"]), - dbesc(normalise_link($mention)) - ); - if ($r[0]["forum"] || $r[0]["prv"]) { + $condition = ['uid' => $owner['uid'], 'nurl' => normalise_link($mention)]; + $contact = dba::selectFirst('contact', ['forum', 'prv', 'self', 'contact-type'], $condition); + if ($contact["forum"] || $contact["prv"] || ($owner['contact-type'] == ACCOUNT_TYPE_COMMUNITY) || + ($contact['self'] && ($owner['account-type'] == ACCOUNT_TYPE_COMMUNITY))) { XML::addElement($doc, $entry, "link", "", [ "rel" => "mentioned", @@ -2018,6 +2047,12 @@ class OStatus } } + if ($owner['account-type'] == ACCOUNT_TYPE_COMMUNITY) { + XML::addElement($doc, $entry, "link", "", ["rel" => "mentioned", + "ostatus:object-type" => "http://activitystrea.ms/schema/1.0/group", + "href" => $owner['url']]); + } + if (!$item["private"]) { XML::addElement($doc, $entry, "link", "", ["rel" => "ostatus:attention", "href" => "http://activityschema.org/collection/public"]); @@ -2094,7 +2129,7 @@ class OStatus } $owner = dba::fetch_first( - "SELECT `contact`.*, `user`.`nickname`, `user`.`timezone`, `user`.`page-flags` + "SELECT `contact`.*, `user`.`nickname`, `user`.`timezone`, `user`.`page-flags`, `user`.`account-type` FROM `contact` INNER JOIN `user` ON `user`.`uid` = `contact`.`uid` WHERE `contact`.`self` AND `user`.`nickname` = ? LIMIT 1", $owner_nick @@ -2119,22 +2154,23 @@ class OStatus $sql_extra .= sprintf(" AND `item`.`object-type` = '%s' ", dbesc(ACTIVITY_OBJ_COMMENT)); } + if ($owner['account-type'] != ACCOUNT_TYPE_COMMUNITY) { + $sql_extra .= sprintf(" AND `item`.`contact-id` = %d AND `item`.`author-id` = %d ", intval($owner["id"]), intval($authorid)); + } + $items = q( "SELECT `item`.*, `item`.`id` AS `item_id` FROM `item` USE INDEX (`uid_contactid_created`) STRAIGHT_JOIN `thread` ON `thread`.`iid` = `item`.`parent` WHERE `item`.`uid` = %d - AND `item`.`contact-id` = %d - AND `item`.`author-id` = %d AND `item`.`created` > '%s' AND NOT `item`.`deleted` AND NOT `item`.`private` AND `item`.`visible` + AND `item`.`wall` AND `thread`.`network` IN ('%s', '%s') $sql_extra ORDER BY `item`.`created` DESC LIMIT %d", intval($owner["uid"]), - intval($owner["id"]), - intval($authorid), dbesc($check_date), dbesc(NETWORK_OSTATUS), dbesc(NETWORK_DFRN), diff --git a/src/Protocol/PortableContact.php b/src/Protocol/PortableContact.php index 5b419e42ef..f7ea27d679 100644 --- a/src/Protocol/PortableContact.php +++ b/src/Protocol/PortableContact.php @@ -9,6 +9,7 @@ namespace Friendica\Protocol; +use Friendica\Content\Text\HTML; use Friendica\Core\Config; use Friendica\Core\Worker; use Friendica\Database\DBM; @@ -23,7 +24,6 @@ use DOMXPath; use Exception; require_once 'include/dba.php'; -require_once 'include/html2bbcode.php'; class PortableContact { @@ -155,7 +155,7 @@ class PortableContact } if (isset($entry->aboutMe)) { - $about = html2bbcode($entry->aboutMe); + $about = HTML::toBBCode($entry->aboutMe); } if (isset($entry->gender)) { @@ -945,6 +945,15 @@ class PortableContact $register_policy = $gserver["register_policy"]; $registered_users = $gserver["registered-users"]; + // See discussion under https://forum.friendi.ca/display/0b6b25a8135aabc37a5a0f5684081633 + // It can happen that a zero date is in the database, but storing it again is forbidden. + if ($last_contact < NULL_DATE) { + $last_contact = NULL_DATE; + } + if ($last_failure < NULL_DATE) { + $last_failure = NULL_DATE; + } + if (!$force && !self::updateNeeded($gserver["created"], "", $last_failure, $last_contact)) { logger("Use cached data for server ".$server_url, LOGGER_DEBUG); return ($last_contact >= $last_failure); @@ -1302,7 +1311,7 @@ class PortableContact if (isset($data->version)) { $network = NETWORK_DFRN; - $noscrape = $data->no_scrape_url; + $noscrape = defaults($data->no_scrape_url, ''); $version = $data->version; $site_name = $data->site_name; $info = $data->info; @@ -1368,11 +1377,60 @@ class PortableContact $fields['created'] = DateTimeFormat::utcNow(); dba::insert('gserver', $fields); } + + if (!$failure && in_array($fields['network'], [NETWORK_DFRN, NETWORK_DIASPORA])) { + self::discoverRelay($server_url); + } + logger("End discovery for server " . $server_url, LOGGER_DEBUG); return !$failure; } + /** + * @brief Fetch relay data from a given server url + * + * @param string $server_url address of the server + */ + private static function discoverRelay($server_url) + { + logger("Discover relay data for server " . $server_url, LOGGER_DEBUG); + + $serverret = Network::curl($server_url."/.well-known/x-social-relay"); + if (!$serverret["success"]) { + return; + } + + $data = json_decode($serverret['body']); + if (!is_object($data)) { + return; + } + + $gserver = dba::selectFirst('gserver', ['id', 'relay-subscribe', 'relay-scope'], ['nurl' => normalise_link($server_url)]); + if (!DBM::is_result($gserver)) { + return; + } + + if (($gserver['relay-subscribe'] != $data->subscribe) || ($gserver['relay-scope'] != $data->scope)) { + $fields = ['relay-subscribe' => $data->subscribe, 'relay-scope' => $data->scope]; + dba::update('gserver', $fields, ['id' => $gserver['id']]); + } + + dba::delete('gserver-tag', ['gserver-id' => $gserver['id']]); + if ($data->scope == 'tags') { + // Avoid duplicates + $tags = []; + foreach ($data->tags as $tag) { + $tag = strtolower($tag); + $tags[$tag] = $tag; + } + + foreach ($tags as $tag) { + dba::insert('gserver-tag', ['gserver-id' => $gserver['id'], 'tag' => $tag]); + } + } + } + /** * @brief Returns a list of all known servers * @return array List of server urls @@ -1454,8 +1512,8 @@ class PortableContact $header = ['Authorization: Bearer '.$accesstoken]; $serverdata = Network::curl($api, false, $redirects, ['headers' => $header]); if ($serverdata['success']) { - $servers = json_decode($serverdata['body']); - foreach ($servers->instances as $server) { + $servers = json_decode($serverdata['body']); + foreach ($servers->instances as $server) { $url = (is_null($server->https_score) ? 'http' : 'https').'://'.$server->name; Worker::add(PRIORITY_LOW, "DiscoverPoCo", "server", $url); } @@ -1669,7 +1727,7 @@ class PortableContact } if (isset($entry->aboutMe)) { - $about = html2bbcode($entry->aboutMe); + $about = HTML::toBBCode($entry->aboutMe); } if (isset($entry->gender)) { diff --git a/src/Util/DateTimeFormat.php b/src/Util/DateTimeFormat.php index 31876d742b..e293857acd 100644 --- a/src/Util/DateTimeFormat.php +++ b/src/Util/DateTimeFormat.php @@ -109,6 +109,9 @@ class DateTimeFormat * months and days always start with 1. */ if (substr($s, 0, 10) <= '0001-01-01') { + if ($s < '0000-00-00') { + $s = '0000-00-00'; + } $d = new DateTime($s . ' + 32 days', new DateTimeZone('UTC')); return str_replace('1', '0', $d->format($format)); } diff --git a/src/Util/ExAuth.php b/src/Util/ExAuth.php index a6851c3852..d4436e32af 100644 --- a/src/Util/ExAuth.php +++ b/src/Util/ExAuth.php @@ -13,14 +13,14 @@ * Installation: * * - Change it's owner to whichever user is running the server, ie. ejabberd - * $ chown ejabberd:ejabberd /path/to/friendica/scripts/auth_ejabberd.php + * $ chown ejabberd:ejabberd /path/to/friendica/bin/auth_ejabberd.php * * - Change the access mode so it is readable only to the user ejabberd and has exec - * $ chmod 700 /path/to/friendica/scripts/auth_ejabberd.php + * $ chmod 700 /path/to/friendica/bin/auth_ejabberd.php * * - Edit your ejabberd.cfg file, comment out your auth_method and add: * {auth_method, external}. - * {extauth_program, "/path/to/friendica/script/auth_ejabberd.php"}. + * {extauth_program, "/path/to/friendica/bin/auth_ejabberd.php"}. * * - Restart your ejabberd service, you should be able to login with your friendica auth info * diff --git a/src/Util/Map.php b/src/Util/Map.php index e736ca719b..d3ac021665 100644 --- a/src/Util/Map.php +++ b/src/Util/Map.php @@ -10,17 +10,23 @@ use Friendica\Core\Addon; * Leaflet Map related functions */ class Map { - public static function byCoordinates($coord) { + public static function byCoordinates($coord, $html_mode = 0) { $coord = trim($coord); $coord = str_replace([',','/',' '],[' ',' ',' '],$coord); - $arr = ['lat' => trim(substr($coord,0,strpos($coord,' '))), 'lon' => trim(substr($coord,strpos($coord,' ')+1)), 'html' => '']; + $arr = ['lat' => trim(substr($coord,0,strpos($coord,' '))), 'lon' => trim(substr($coord,strpos($coord,' ')+1)), 'mode' => $html_mode, 'html' => '']; Addon::callHooks('generate_map',$arr); return ($arr['html']) ? $arr['html'] : $coord; } - public static function byLocation($location) { - $arr = ['location' => $location, 'html' => '']; + public static function byLocation($location, $html_mode = 0) { + $arr = ['location' => $location, 'mode' => $html_mode, 'html' => '']; Addon::callHooks('generate_named_map',$arr); return ($arr['html']) ? $arr['html'] : $location; } + + public static function getCoordinates($location) { + $arr = ['location' => $location, 'lat' => false, 'lon' => false]; + Addon::callHooks('Map::getCoordinates', $arr); + return $arr; + } } diff --git a/src/Util/Network.php b/src/Util/Network.php index c9955f800f..4a11f92595 100644 --- a/src/Util/Network.php +++ b/src/Util/Network.php @@ -79,6 +79,18 @@ class Network $a = get_app(); + $parts = parse_url($url); + $path_parts = explode('/', $parts['path']); + foreach ($path_parts as $part) { + if (strlen($part) <> mb_strlen($part)) { + $parts2[] = rawurlencode($part); + } else { + $parts2[] = $part; + } + } + $parts['path'] = implode('/', $parts2); + $url = self::unparseURL($parts); + if (self::isUrlBlocked($url)) { logger('domain of ' . $url . ' is blocked', LOGGER_DATA); return $ret; @@ -217,7 +229,7 @@ class Network $newurl = $curl_info['redirect_url']; - if (($new_location_info['path'] == '') && ( $new_location_info['host'] != '')) { + if (($new_location_info['path'] == '') && ($new_location_info['host'] != '')) { $newurl = $new_location_info['scheme'] . '://' . $new_location_info['host'] . $old_location_info['path']; } @@ -229,6 +241,11 @@ class Network if (strpos($newurl, '/') === 0) { $newurl = $old_location_info["scheme"]."://".$old_location_info["host"].$newurl; } + $old_location_query = @parse_url($url, PHP_URL_QUERY); + + if ($old_location_query != '') { + $newurl .= '?' . $old_location_query; + } if (filter_var($newurl, FILTER_VALIDATE_URL)) { $redirects++; @@ -429,7 +446,7 @@ class Network /// @TODO Really suppress function outcomes? Why not find them + debug them? $h = @parse_url($url); - if ((is_array($h)) && (@dns_get_record($h['host'], DNS_A + DNS_CNAME + DNS_PTR) || filter_var($h['host'], FILTER_VALIDATE_IP) )) { + if ((is_array($h)) && (@dns_get_record($h['host'], DNS_A + DNS_CNAME) || filter_var($h['host'], FILTER_VALIDATE_IP) )) { return $url; } @@ -454,7 +471,7 @@ class Network $h = substr($addr, strpos($addr, '@') + 1); - if (($h) && (dns_get_record($h, DNS_A + DNS_CNAME + DNS_PTR + DNS_MX) || filter_var($h, FILTER_VALIDATE_IP) )) { + if (($h) && (dns_get_record($h, DNS_A + DNS_CNAME + DNS_MX) || filter_var($h, FILTER_VALIDATE_IP) )) { return true; } return false; diff --git a/src/Worker/Delivery.php b/src/Worker/Delivery.php index fe6fad66b0..0a71e6ce29 100644 --- a/src/Worker/Delivery.php +++ b/src/Worker/Delivery.php @@ -17,7 +17,6 @@ use Friendica\Protocol\Diaspora; use Friendica\Protocol\Email; use dba; -require_once 'include/html2plain.php'; require_once 'include/items.php'; /// @todo This is some ugly code that needs to be split into several methods @@ -209,7 +208,7 @@ class Delivery { $atom = DFRN::mail($item, $owner); } elseif ($fsuggest) { $atom = DFRN::fsuggest($item, $owner); - q("DELETE FROM `fsuggest` WHERE `id` = %d LIMIT 1", intval($item['id'])); + dba::delete('fsuggest', ['id' => $item['id']]); } elseif ($relocate) { $atom = DFRN::relocate($owner, $uid); } elseif ($followup) { @@ -291,9 +290,7 @@ class Delivery { if ($x && count($x)) { $write_flag = ((($x[0]['rel']) && ($x[0]['rel'] != CONTACT_IS_SHARING)) ? true : false); if ((($owner['page-flags'] == PAGE_COMMUNITY) || $write_flag) && !$x[0]['writable']) { - q("UPDATE `contact` SET `writable` = 1 WHERE `id` = %d", - intval($x[0]['id']) - ); + dba::update('contact', ['writable' => true], ['id' => $x[0]['id']]); $x[0]['writable'] = 1; } @@ -314,7 +311,7 @@ class Delivery { if (!Queue::wasDelayed($contact['id'])) { $deliver_status = DFRN::deliver($owner, $contact, $atom); } else { - $deliver_status = (-1); + $deliver_status = -1; } logger('notifier: dfrn_delivery to '.$contact["url"].' with guid '.$target_item["guid"].' returns '.$deliver_status); @@ -322,12 +319,14 @@ class Delivery { if ($deliver_status < 0) { logger('notifier: delivery failed: queuing message'); Queue::add($contact['id'], NETWORK_DFRN, $atom, false, $target_item['guid']); + } - // The message could not be delivered. We mark the contact as "dead" - Contact::markForArchival($contact); - } else { + if (($deliver_status >= 200) && ($deliver_status <= 299)) { // We successfully delivered a message, the contact is alive Contact::unmarkForArchival($contact); + } else { + // The message could not be delivered. We mark the contact as "dead" + Contact::markForArchival($contact); } break; @@ -400,7 +399,7 @@ class Delivery { $headers = 'From: '.Email::encodeHeader($local_user[0]['username'],'UTF-8').' <'.$local_user[0]['email'].'>'."\n"; } } else { - $headers = 'From: '. Email::encodeHeader($local_user[0]['username'],'UTF-8') .' <'. L10n::t('noreply') .'@'.$a->get_hostname() .'>'. "\n"; + $headers = 'From: '. Email::encodeHeader($local_user[0]['username'], 'UTF-8') . ' get_hostname() . '>' . "\n"; } //if ($reply_to) diff --git a/src/Worker/DiscoverPoCo.php b/src/Worker/DiscoverPoCo.php index a82fa12087..f0335bc8e4 100644 --- a/src/Worker/DiscoverPoCo.php +++ b/src/Worker/DiscoverPoCo.php @@ -13,6 +13,7 @@ use Friendica\Network\Probe; use Friendica\Protocol\PortableContact; use Friendica\Util\DateTimeFormat; use Friendica\Util\Network; +use dba; class DiscoverPoCo { /// @todo Clean up this mess of a parameter hell and split it in several classes @@ -158,8 +159,8 @@ class DiscoverPoCo { $urlparts = parse_url($user["url"]); if (!isset($urlparts["scheme"])) { - q("UPDATE `gcontact` SET `network` = '%s' WHERE `nurl` = '%s'", - dbesc(NETWORK_PHANTOM), dbesc(normalise_link($user["url"]))); + dba::update('gcontact', ['network' => NETWORK_PHANTOM], + ['nurl' => normalise_link($user["url"])]); continue; } @@ -171,8 +172,8 @@ class DiscoverPoCo { "identi.ca" => NETWORK_PUMPIO, "alpha.app.net" => NETWORK_APPNET]; - q("UPDATE `gcontact` SET `network` = '%s' WHERE `nurl` = '%s'", - dbesc($networks[$urlparts["host"]]), dbesc(normalise_link($user["url"]))); + dba::update('gcontact', ['network' => $networks[$urlparts["host"]]], + ['nurl' => normalise_link($user["url"])]); continue; } @@ -194,8 +195,8 @@ class DiscoverPoCo { return; } } else { - q("UPDATE `gcontact` SET `last_failure` = '%s' WHERE `nurl` = '%s'", - dbesc(DateTimeFormat::utcNow()), dbesc(normalise_link($user["url"]))); + dba::update('gcontact', ['last_failure' => DateTimeFormat::utcNow()], + ['nurl' => normalise_link($user["url"])]); } // Quit the loop after 3 minutes diff --git a/src/Worker/Notifier.php b/src/Worker/Notifier.php index b43639b845..422adafede 100644 --- a/src/Worker/Notifier.php +++ b/src/Worker/Notifier.php @@ -18,7 +18,6 @@ use Friendica\Protocol\Salmon; use dba; require_once 'include/dba.php'; -require_once 'include/html2plain.php'; require_once 'include/items.php'; /* @@ -480,15 +479,9 @@ class Notifier { if ($public_message) { - - $r0 = []; $r1 = []; if ($diaspora_delivery) { - if (!$followup) { - $r0 = Diaspora::relayList(); - } - $r1 = q("SELECT `batch`, ANY_VALUE(`id`) AS `id`, ANY_VALUE(`name`) AS `name`, ANY_VALUE(`network`) AS `network` FROM `contact` WHERE `network` = '%s' AND `batch` != '' AND `uid` = %d AND `rel` != %d AND NOT `blocked` AND NOT `pending` AND NOT `archive` GROUP BY `batch`", @@ -501,17 +494,17 @@ class Notifier { // The function will ensure that there are no duplicates $r1 = Diaspora::participantsForThread($item_id, $r1); + // Add the relay to the list, avoid duplicates + if (!$followup) { + $r1 = Diaspora::relayList($item_id, $r1); + } } - $r2 = q("SELECT `id`, `name`,`network` FROM `contact` - WHERE `network` in ('%s') AND `uid` = %d AND NOT `blocked` AND NOT `pending` AND NOT `archive` AND `rel` != %d", - dbesc(NETWORK_DFRN), - intval($owner['uid']), - intval(CONTACT_IS_SHARING) - ); + $condition = ['network' => NETWORK_DFRN, 'uid' => $owner['uid'], 'blocked' => false, + 'pending' => false, 'archive' => false, 'rel' => [CONTACT_IS_FOLLOWER, CONTACT_IS_FRIEND]]; + $r2 = dba::inArray(dba::select('contact', ['id', 'name', 'network'], $condition)); - - $r = array_merge($r2, $r1, $r0); + $r = array_merge($r2, $r1); if (DBM::is_result($r)) { logger('pubdeliver '.$target_item["guid"].': '.print_r($r,true), LOGGER_DEBUG); @@ -542,8 +535,8 @@ class Notifier { if ($push_notify) { // Set push flag for PuSH subscribers to this topic, // they will be notified in queue.php - q("UPDATE `push_subscriber` SET `push` = 1 ". - "WHERE `nickname` = '%s' AND `push` = 0", dbesc($owner['nickname'])); + $condition = ['push' => false, 'nickname' => $owner['nickname']]; + dba::update('push_subscriber', ['push' => true], $condition); logger('Activating internal PuSH for item '.$item_id, LOGGER_DEBUG); diff --git a/src/Worker/OnePoll.php b/src/Worker/OnePoll.php index 42b0d9f8c4..c1c6fdd1a8 100644 --- a/src/Worker/OnePoll.php +++ b/src/Worker/OnePoll.php @@ -582,11 +582,12 @@ class OnePoll logger("Consume feed of contact ".$contact['id']); - consume_feed($xml, $importer, $contact, $hub, 1, 1); + consume_feed($xml, $importer, $contact, $hub); - // do it twice. Ensures that children of parents which may be later in the stream aren't tossed - - consume_feed($xml, $importer, $contact, $hub, 1, 2); + // do it a second time for DFRN so that any children find their parents. + if ($contact['network'] === NETWORK_DFRN) { + consume_feed($xml, $importer, $contact, $hub); + } $hubmode = 'subscribe'; if ($contact['network'] === NETWORK_DFRN || $contact['blocked'] || $contact['readonly']) { diff --git a/src/Worker/PubSubPublish.php b/src/Worker/PubSubPublish.php index 03608bea66..de26eab9c1 100644 --- a/src/Worker/PubSubPublish.php +++ b/src/Worker/PubSubPublish.php @@ -12,6 +12,7 @@ use Friendica\Core\Worker; use Friendica\Database\DBM; use Friendica\Protocol\OStatus; use Friendica\Util\Network; +use dba; require_once 'include/items.php'; @@ -76,9 +77,8 @@ class PubSubPublish { logger('successfully pushed to '.$rr['callback_url']); // set last_update to the "created" date of the last item, and reset push=0 - q("UPDATE `push_subscriber` SET `push` = 0, last_update = '%s' WHERE id = %d", - dbesc($last_update), - intval($rr['id'])); + $fields = ['push' => 0, 'last_update' => $last_update]; + dba::update('push_subscriber', $fields, ['id' => $rr['id']]); } else { logger('error when pushing to '.$rr['callback_url'].' HTTP: '.$ret); @@ -90,9 +90,7 @@ class PubSubPublish { if ($new_push > 30) // OK, let's give up $new_push = 0; - q("UPDATE `push_subscriber` SET `push` = %d WHERE id = %d", - $new_push, - intval($rr['id'])); + dba::update('push_subscriber', ['push' => $new_push], ['id' => $rr['id']]); } } } diff --git a/src/Worker/Queue.php b/src/Worker/Queue.php index 3f4a764cee..57f6e92774 100644 --- a/src/Worker/Queue.php +++ b/src/Worker/Queue.php @@ -36,7 +36,7 @@ class Queue // Handling the pubsubhubbub requests Worker::add(['priority' => PRIORITY_HIGH, 'dont_fork' => true], 'PubSubPublish'); - $r = dba::inArray(dba::p("SELECT `id` FROM `queue` WHERE `next` < UTC_TIMESTAMP()")); + $r = dba::inArray(dba::p("SELECT `id` FROM `queue` WHERE `next` < UTC_TIMESTAMP() ORDER BY `batch`, `cid`")); Addon::callHooks('queue_predeliver', $r); @@ -63,6 +63,11 @@ class Queue return; } + if (empty($contact['notify'])) { + QueueModel::removeItem($q_item['id']); + return; + } + $dead = Cache::get($cachekey_deadguy . $contact['notify']); if (!is_null($dead) && $dead && !$no_dead_check) { @@ -81,7 +86,7 @@ class Queue logger("Check server " . $server . " (" . $contact["network"] . ")"); $vital = PortableContact::checkServer($server, $contact["network"], true); - Cache::set($cachekey_server . $server, $vital, CACHE_QUARTER_HOUR); + Cache::set($cachekey_server . $server, $vital, CACHE_MINUTE); } if (!is_null($vital) && !$vital) { @@ -109,37 +114,34 @@ class Queue logger('queue: dfrndelivery: item ' . $q_item['id'] . ' for ' . $contact['name'] . ' <' . $contact['url'] . '>'); $deliver_status = DFRN::deliver($owner, $contact, $data); - if ($deliver_status == (-1)) { + if (($deliver_status >= 200) && ($deliver_status <= 299)) { + QueueModel::removeItem($q_item['id']); + } else { QueueModel::updateTime($q_item['id']); - Cache::set($cachekey_deadguy . $contact['notify'], true, CACHE_QUARTER_HOUR); + Cache::set($cachekey_deadguy . $contact['notify'], true, CACHE_MINUTE); + } + break; + case NETWORK_OSTATUS: + logger('queue: slapdelivery: item ' . $q_item['id'] . ' for ' . $contact['name'] . ' <' . $contact['url'] . '>'); + $deliver_status = Salmon::slapper($owner, $contact['notify'], $data); + + if ($deliver_status == -1) { + QueueModel::updateTime($q_item['id']); + Cache::set($cachekey_deadguy . $contact['notify'], true, CACHE_MINUTE); } else { QueueModel::removeItem($q_item['id']); } break; - case NETWORK_OSTATUS: - if ($contact['notify']) { - logger('queue: slapdelivery: item ' . $q_item['id'] . ' for ' . $contact['name'] . ' <' . $contact['url'] . '>'); - $deliver_status = Salmon::slapper($owner, $contact['notify'], $data); - - if ($deliver_status == (-1)) { - QueueModel::updateTime($q_item['id']); - Cache::set($cachekey_deadguy . $contact['notify'], true, CACHE_QUARTER_HOUR); - } else { - QueueModel::removeItem($q_item['id']); - } - } - break; case NETWORK_DIASPORA: - if ($contact['notify']) { - logger('queue: diaspora_delivery: item ' . $q_item['id'] . ' for ' . $contact['name'] . ' <' . $contact['url'] . '>'); - $deliver_status = Diaspora::transmit($owner, $contact, $data, $public, true, 'Queue:' . $q_item['id'], true); + logger('queue: diaspora_delivery: item ' . $q_item['id'] . ' for ' . $contact['name'] . ' <' . $contact['url'] . '>'); + $deliver_status = Diaspora::transmit($owner, $contact, $data, $public, true, 'Queue:' . $q_item['id'], true); - if ($deliver_status == (-1)) { - QueueModel::updateTime($q_item['id']); - Cache::set($cachekey_deadguy . $contact['notify'], true, CACHE_QUARTER_HOUR); - } else { - QueueModel::removeItem($q_item['id']); - } + if ((($deliver_status >= 200) && ($deliver_status <= 299)) || + ($contact['contact-type'] == ACCOUNT_TYPE_RELAY)) { + QueueModel::removeItem($q_item['id']); + } else { + QueueModel::updateTime($q_item['id']); + Cache::set($cachekey_deadguy . $contact['notify'], true, CACHE_MINUTE); } break; @@ -154,7 +156,7 @@ class Queue } break; } - logger('Deliver status ' . (int) $deliver_status . ' for item ' . $q_item['id'] . ' to ' . $contact['name'] . ' <' . $contact['url'] . '>'); + logger('Deliver status ' . (int)$deliver_status . ' for item ' . $q_item['id'] . ' to ' . $contact['name'] . ' <' . $contact['url'] . '>'); return; } diff --git a/src/Worker/TagUpdate.php b/src/Worker/TagUpdate.php index fa3079731c..f6a141ad6d 100644 --- a/src/Worker/TagUpdate.php +++ b/src/Worker/TagUpdate.php @@ -2,6 +2,8 @@ namespace Friendica\Worker; +use dba; + class TagUpdate { public static function execute() @@ -13,18 +15,14 @@ class TagUpdate if ($message['uid'] == 0) { $global = true; - q("UPDATE `term` SET `global` = 1 WHERE `otype` = %d AND `guid` = '%s'", - intval(TERM_OBJ_POST), dbesc($message['guid'])); + dba::update('term', ['global' => true], ['otype' => TERM_OBJ_POST, 'guid' => $message['guid']]); } else { - $isglobal = q("SELECT `global` FROM `term` WHERE `uid` = 0 AND `otype` = %d AND `guid` = '%s'", - intval(TERM_OBJ_POST), dbesc($message['guid'])); - - $global = (count($isglobal) > 0); + $global = (dba::count('term', ['uid' => 0, 'otype' => TERM_OBJ_POST, 'guid' => $message['guid']]) > 0); } - q("UPDATE `term` SET `guid` = '%s', `created` = '%s', `received` = '%s', `global` = %d WHERE `otype` = %d AND `oid` = %d", - dbesc($message['guid']), dbesc($message['created']), dbesc($message['received']), - intval($global), intval(TERM_OBJ_POST), intval($message['oid'])); + $fields = ['guid' => $message['guid'], 'created' => $message['created'], + 'received' => $message['received'], 'global' => $global]; + dba::update('term', $fields, ['otype' => TERM_OBJ_POST, 'oid' => $message['oid']]); } dba::close($messages); @@ -33,7 +31,7 @@ class TagUpdate logger('fetched messages: ' . dba::num_rows($messages)); while ($message = dba::fetch(messages)) { - q("UPDATE `item` SET `global` = 1 WHERE `guid` = '%s'", dbesc($message['guid'])); + dba::update('item', ['global' => true], ['guid' => $message['guid']]); } dba::close($messages); diff --git a/tests/BaseObjectTest.php b/tests/BaseObjectTest.php new file mode 100644 index 0000000000..73eb4720ba --- /dev/null +++ b/tests/BaseObjectTest.php @@ -0,0 +1,45 @@ +baseObject = new BaseObject(); + } + + /** + * Test the getApp() function. + * @return void + */ + public function testGetApp() + { + $this->assertInstanceOf(App::class, $this->baseObject->getApp()); + } + + /** + * Test the setApp() function. + * @return void + */ + public function testSetApp() + { + $app = new App(__DIR__.'/../'); + $this->assertNull($this->baseObject->setApp($app)); + $this->assertEquals($app, $this->baseObject->getApp()); + } +} diff --git a/tests/TextTest.php b/tests/TextTest.php new file mode 100644 index 0000000000..3a15b97665 --- /dev/null +++ b/tests/TextTest.php @@ -0,0 +1,301 @@ +assertNotEquals($autoname1, $autoname2); + } + + /** + *autonames should be random, odd length + */ + public function testAutonameOdd() + { + $autoname1=autoname(9); + $autoname2=autoname(9); + + $this->assertNotEquals($autoname1, $autoname2); + } + + /** + * try to fail autonames + */ + public function testAutonameNoLength() + { + $autoname1=autoname(0); + $this->assertEquals(0, strlen($autoname1)); + } + + /** + * try to fail it with invalid input + * + * @todo What's corect behaviour here? An exception? + */ + public function testAutonameNegativeLength() + { + $autoname1=autoname(-23); + $this->assertEquals(0, strlen($autoname1)); + } + + /** + * test with a length, that may be too short + */ + public function testAutonameLength1() + { + $autoname1=autoname(1); + $this->assertEquals(1, count($autoname1)); + + $autoname2=autoname(1); + $this->assertEquals(1, count($autoname2)); + } + + /** + * test attribute contains + */ + public function testAttributeContains1() + { + $testAttr="class1 notclass2 class3"; + $this->assertTrue(attribute_contains($testAttr, "class3")); + $this->assertFalse(attribute_contains($testAttr, "class2")); + } + + /** + * test attribute contains + */ + public function testAttributeContains2() + { + $testAttr="class1 not-class2 class3"; + $this->assertTrue(attribute_contains($testAttr, "class3")); + $this->assertFalse(attribute_contains($testAttr, "class2")); + } + + /** + * test with empty input + */ + public function testAttributeContainsEmpty() + { + $testAttr=""; + $this->assertFalse(attribute_contains($testAttr, "class2")); + } + + /** + * test input with special chars + */ + public function testAttributeContainsSpecialChars() + { + $testAttr="--... %\$ä() /(=?}"; + $this->assertFalse(attribute_contains($testAttr, "class2")); + } + + /** + * test expand_acl, perfect input + */ + public function testExpandAclNormal() + { + $text='<1><2><3>'; + $this->assertEquals(array(1, 2, 3), expand_acl($text)); + } + + /** + * test with a big number + */ + public function testExpandAclBigNumber() + { + $text='<1><'.PHP_INT_MAX.'><15>'; + $this->assertEquals(array(1, PHP_INT_MAX, 15), expand_acl($text)); + } + + /** + * test with a string in it. + * + * @todo is this valid input? Otherwise: should there be an exception? + */ + public function testExpandAclString() + { + $text="<1><279012>"; + $this->assertEquals(array(1, 279012), expand_acl($text)); + } + + /** + * test with a ' ' in it. + * + * @todo is this valid input? Otherwise: should there be an exception? + */ + public function testExpandAclSpace() + { + $text="<1><279 012><32>"; + $this->assertEquals(array(1, "279", "32"), expand_acl($text)); + } + + /** + * test empty input + */ + public function testExpandAclEmpty() + { + $text=""; + $this->assertEquals(array(), expand_acl($text)); + } + + /** + * test invalid input, no < at all + * + * @todo should there be an exception? + */ + public function testExpandAclNoBrackets() + { + $text="According to documentation, that's invalid. "; //should be invalid + $this->assertEquals(array(), expand_acl($text)); + } + + /** + * test invalid input, just open < + * + * @todo should there be an exception? + */ + public function testExpandAclJustOneBracket1() + { + $text="assertEquals(array(), expand_acl($text)); + } + + /** + * test invalid input, just close > + * + * @todo should there be an exception? + */ + public function testExpandAclJustOneBracket2() + { + $text="Another invalid> string"; //should be invalid + $this->assertEquals(array(), expand_acl($text)); + } + + /** + * test invalid input, just close > + * + * @todo should there be an exception? + */ + public function testExpandAclCloseOnly() + { + $text="Another> invalid> string>"; //should be invalid + $this->assertEquals(array(), expand_acl($text)); + } + + /** + * test invalid input, just open < + * + * @todo should there be an exception? + */ + public function testExpandAclOpenOnly() + { + $text="assertEquals(array(), expand_acl($text)); + } + + /** + * test invalid input, open and close do not match + * + * @todo should there be an exception? + */ + public function testExpandAclNoMatching1() + { + $text=" invalid "; //should be invalid + $this->assertEquals(array(), expand_acl($text)); + } + + /** + * test invalid input, empty <> + * + * @todo should there be an exception? Or array(1, 3) + * (This should be array(1,3) - mike) + */ + public function testExpandAclEmptyMatch() + { + $text="<1><><3>"; + $this->assertEquals(array(1,3), expand_acl($text)); + } + + /** + * test, that tags are escaped + */ + public function testEscapeTags() + { + $invalidstring=''; + + $validstring=notags($invalidstring); + $escapedString=escape_tags($invalidstring); + + $this->assertEquals('[submit type="button" onclick="alert(\'failed!\');" /]', $validstring); + $this->assertEquals( + "<submit type="button" onclick="alert('failed!');" />", + $escapedString + ); + } + + /** + *xmlify and unxmlify + */ + public function testXmlify() + { + $text="I want to break\n this!11!"; + $xml=xmlify($text); + $retext=unxmlify($text); + + $this->assertEquals($text, $retext); + } + + /** + * xmlify and put in a document + */ + public function testXmlifyDocument() + { + $tag="I want to break"; + $xml=xmlify($tag); + $text=''.$xml.''; + + $xml_parser=xml_parser_create(); + //should be possible to parse it + $values=array(); + $index=array(); + $this->assertEquals(1, xml_parse_into_struct($xml_parser, $text, $values, $index)); + + $this->assertEquals( + array('TEXT'=>array(0)), + $index + ); + $this->assertEquals( + array(array('tag'=>'TEXT', 'type'=>'complete', 'level'=>1, 'value'=>$tag)), + $values + ); + + xml_parser_free($xml_parser); + } + + /** + * test hex2bin and reverse + */ + public function testHex2Bin() + { + $this->assertEquals(-3, hex2bin(bin2hex(-3))); + $this->assertEquals(0, hex2bin(bin2hex(0))); + $this->assertEquals(12, hex2bin(bin2hex(12))); + $this->assertEquals(PHP_INT_MAX, hex2bin(bin2hex(PHP_INT_MAX))); + } +} diff --git a/tests/autoname_test.php b/tests/autoname_test.php deleted file mode 100644 index 03a7ebfe96..0000000000 --- a/tests/autoname_test.php +++ /dev/null @@ -1,76 +0,0 @@ -assertNotEquals($autoname1, $autoname2); - } - - /** - *autonames should be random, odd length - */ - public function testAutonameOdd() { - $autoname1=autoname(9); - $autoname2=autoname(9); - - $this->assertNotEquals($autoname1, $autoname2); - } - - /** - * try to fail autonames - */ - public function testAutonameNoLength() { - $autoname1=autoname(0); - $this->assertEquals(0, strlen($autoname1)); - } - - /** - * try to fail it with invalid input - * - * TODO: What's corect behaviour here? An exception? - */ - public function testAutonameNegativeLength() { - $autoname1=autoname(-23); - $this->assertEquals(0, strlen($autoname1)); - } - - // public function testAutonameMaxLength() { - // $autoname2=autoname(PHP_INT_MAX); - // $this->assertEquals(PHP_INT_MAX, count($autoname2)); - // } - - /** - * test with a length, that may be too short - */ - public function testAutonameLength1() { - $autoname1=autoname(1); - $this->assertEquals(1, count($autoname1)); - - $autoname2=autoname(1); - $this->assertEquals(1, count($autoname2)); - - // The following test is problematic, with only 26 possibilities - // generating the same thing twice happens often aka - // birthday paradox -// $this->assertFalse($autoname1==$autoname2); - } -} \ No newline at end of file diff --git a/tests/contains_attribute_test.php b/tests/contains_attribute_test.php deleted file mode 100644 index b0bb06acfa..0000000000 --- a/tests/contains_attribute_test.php +++ /dev/null @@ -1,51 +0,0 @@ -assertTrue(attribute_contains($testAttr, "class3")); - $this->assertFalse(attribute_contains($testAttr, "class2")); - } - - /** - * test attribute contains - */ - public function testAttributeContains2() { - $testAttr="class1 not-class2 class3"; - $this->assertTrue(attribute_contains($testAttr, "class3")); - $this->assertFalse(attribute_contains($testAttr, "class2")); - } - - /** - * test with empty input - */ - public function testAttributeContainsEmpty() { - $testAttr=""; - $this->assertFalse(attribute_contains($testAttr, "class2")); - } - - /** - * test input with special chars - */ - public function testAttributeContainsSpecialChars() { - $testAttr="--... %\$ä() /(=?}"; - $this->assertFalse(attribute_contains($testAttr, "class2")); - } -} \ No newline at end of file diff --git a/tests/expand_acl_test.php b/tests/expand_acl_test.php deleted file mode 100644 index 154bc921db..0000000000 --- a/tests/expand_acl_test.php +++ /dev/null @@ -1,148 +0,0 @@ -<2><3>'; - $this->assertEquals(array(1, 2, 3), expand_acl($text)); - } - - /** - * test with a big number - */ - public function testExpandAclBigNumber() { - $text='<1><'.PHP_INT_MAX.'><15>'; - $this->assertEquals(array(1, PHP_INT_MAX, 15), expand_acl($text)); - } - - /** - * test with a string in it. - * - * TODO: is this valid input? Otherwise: should there be an exception? - */ - public function testExpandAclString() { - $text="<1><279012>"; - $this->assertEquals(array(1, 279012), expand_acl($text)); - } - - /** - * test with a ' ' in it. - * - * TODO: is this valid input? Otherwise: should there be an exception? - */ - public function testExpandAclSpace() { - $text="<1><279 012><32>"; - $this->assertEquals(array(1, "279", "32"), expand_acl($text)); - } - - /** - * test empty input - */ - public function testExpandAclEmpty() { - $text=""; - $this->assertEquals(array(), expand_acl($text)); - } - - /** - * test invalid input, no < at all - * - * TODO: should there be an exception? - */ - public function testExpandAclNoBrackets() { - $text="According to documentation, that's invalid. "; //should be invalid - $this->assertEquals(array(), expand_acl($text)); - } - - /** - * test invalid input, just open < - * - * TODO: should there be an exception? - */ - public function testExpandAclJustOneBracket1() { - $text="assertEquals(array(), expand_acl($text)); - } - - /** - * test invalid input, just close > - * - * TODO: should there be an exception? - */ - public function testExpandAclJustOneBracket2() { - $text="Another invalid> string"; //should be invalid - $this->assertEquals(array(), expand_acl($text)); - } - - /** - * test invalid input, just close > - * - * TODO: should there be an exception? - */ - public function testExpandAclCloseOnly() { - $text="Another> invalid> string>"; //should be invalid - $this->assertEquals(array(), expand_acl($text)); - } - - /** - * test invalid input, just open < - * - * TODO: should there be an exception? - */ - public function testExpandAclOpenOnly() { - $text="assertEquals(array(), expand_acl($text)); - } - - /** - * test invalid input, open and close do not match - * - * TODO: should there be an exception? - */ - public function testExpandAclNoMatching1() { - $text=" invalid "; //should be invalid - $this->assertEquals(array(), expand_acl($text)); - } - - /** - * test invalid input, open and close do not match - * - * TODO: should there be an exception? - */ - public function testExpandAclNoMatching2() { - $text="<1>2><3>"; -// The angles are delimiters which aren't important -// the important thing is the numeric content, this returns array(1,2,3) currently -// we may wish to eliminate 2 from the results, though it isn't harmful -// It would be a better test to figure out if there is any ACL input which can -// produce this $text and fix that instead. -// $this->assertEquals(array(), expand_acl($text)); - } - - /** - * test invalid input, empty <> - * - * TODO: should there be an exception? Or array(1, 3) - * (This should be array(1,3) - mike) - */ - public function testExpandAclEmptyMatch() { - $text="<1><><3>"; - $this->assertEquals(array(1,3), expand_acl($text)); - } -} \ No newline at end of file diff --git a/tests/get_tags_test.php b/tests/get_tags_test.php deleted file mode 100644 index 79dcb36a7f..0000000000 --- a/tests/get_tags_test.php +++ /dev/null @@ -1,326 +0,0 @@ -15, - 'attag'=>'', 'network'=>'dfrn', - 'name'=>'Mike Lastname', 'alias'=>'Mike', - 'nick'=>'Mike', 'url'=>"http://justatest.de")); - - $args=func_get_args(); - - //last parameter is always (in this test) uid, so, it should be 11 - if($args[count($args)-1]!=11) { - return; - } - - - if(3==count($args)) { - //first call in handle_body, id only - if($result[0]['id']==$args[1]) { - return $result; - } - //second call in handle_body, name - if($result[0]['name']===$args[1]) { - return $result; - } - } - //third call in handle_body, nick or attag - if($result[0]['nick']===$args[2] || $result[0]['attag']===$args[1]) { - return $result; - } -} - -/** - * replacement for dbesc. - * I don't want to test dbesc here, so - * I just return the input. It won't be a problem, because - * the test does not use a real database. - * - * DON'T USE HAT FUNCTION OUTSIDE A TEST! - * - * @param string $str - * @return input - */ -function dbesc($str) { - return $str; -} - -/** - * TestCase for tag handling. - * - * @author alexander - * @package test.util - */ -class GetTagsTest extends PHPUnit_Framework_TestCase { - /** the mock to use as app */ - private $a; - - /** - * initialize the test. That's a phpUnit function, - * don't change its name. - */ - public function setUp() { - $this->a=new MockApp(); - } - - /** - * test with one Person tag - */ - public function testGetTagsShortPerson() { - $text="hi @Mike"; - - $tags=get_tags($text); - - $inform=''; - $str_tags=''; - foreach($tags as $tag) { - handle_tag($this->a, $text, $inform, $str_tags, 11, $tag); - } - - //correct tags found? - $this->assertEquals(1, count($tags)); - $this->assertTrue(in_array("@Mike", $tags)); - - //correct output from handle_tag? - $this->assertEquals("cid:15", $inform); - $this->assertEquals("@[url=http://justatest.de]Mike Lastname[/url]", $str_tags); - $this->assertEquals("hi @[url=http://justatest.de]Mike Lastname[/url]", $text); - } - - /** - * test with one Person tag. - * There's a minor spelling mistake... - */ - public function testGetTagsShortPersonSpelling() { - $text="hi @Mike.because"; - - $tags=get_tags($text); - - //correct tags found? - $this->assertEquals(1, count($tags)); - $this->assertTrue(in_array("@Mike.because", $tags)); - - $inform=''; - $str_tags=''; - handle_tag($this->a, $text, $inform, $str_tags, 11, $tags[0]); - - // (mike) - This is a tricky case. - // we support mentions as in @mike@example.com - which contains a period. - // This shouldn't match anything unless you have a contact named "Mike.because". - // We may need another test for "@Mike. because" - which should return the contact - // as we ignore trailing periods in tags. - -// $this->assertEquals("cid:15", $inform); -// $this->assertEquals("@[url=http://justatest.de]Mike Lastname[/url]", $str_tags); -// $this->assertEquals("hi @[url=http://justatest.de]Mike Lastname[/url].because", $text); - - $this->assertEquals("", $inform); - $this->assertEquals("", $str_tags); - - } - - /** - * test with two Person tags. - * There's a minor spelling mistake... - */ - - public function testGetTagsPerson2Spelling() { - $text="hi @Mike@campino@friendica.eu"; - - $tags=get_tags($text); - -// This construct is not supported. Results are indeterminate -// $this->assertEquals(2, count($tags)); -// $this->assertTrue(in_array("@Mike", $tags)); -// $this->assertTrue(in_array("@campino@friendica.eu", $tags)); - } - - /** - * Test with one hash tag. - */ - public function testGetTagsShortTag() { - $text="This is a #test_case"; - - $tags=get_tags($text); - - $this->assertEquals(1, count($tags)); - $this->assertTrue(in_array("#test_case", $tags)); - } - - /** - * test with a person and a hash tag - */ - public function testGetTagsShortTagAndPerson() { - $text="hi @Mike This is a #test_case"; - - $tags=get_tags($text); - - $this->assertEquals(3, count($tags)); - $this->assertTrue(in_array("@Mike", $tags)); - $this->assertTrue(in_array("@Mike This", $tags)); - $this->assertTrue(in_array("#test_case", $tags)); - - $inform=''; - $str_tags=''; - foreach($tags as $tag) { - handle_tag($this->a, $text, $inform, $str_tags, 11, $tag); - } - - $this->assertEquals("cid:15", $inform); - $this->assertEquals("@[url=http://justatest.de]Mike Lastname[/url],#[url=baseurl/search?tag=test%20case]test case[/url]", $str_tags); - $this->assertEquals("hi @[url=http://justatest.de]Mike Lastname[/url] This is a #[url=baseurl/search?tag=test%20case]test case[/url]", $text); - - } - - /** - * test with a person, a hash tag and some special chars. - */ - public function testGetTagsShortTagAndPersonSpecialChars() { - $text="hi @Mike, This is a #test_case."; - - $tags=get_tags($text); - - $this->assertEquals(2, count($tags)); - $this->assertTrue(in_array("@Mike", $tags)); - $this->assertTrue(in_array("#test_case", $tags)); - } - - /** - * Test with a person tag and text behind it. - */ - public function testGetTagsPersonOnly() { - $text="@Test I saw the Theme Dev group was created."; - - $tags=get_tags($text); - - $this->assertEquals(2, count($tags)); - $this->assertTrue(in_array("@Test I", $tags)); - $this->assertTrue(in_array("@Test", $tags)); - } - - /** - * this test demonstrates strange behaviour by intval. - * It makes the next test fail. - */ - public function testIntval() { - $this->assertEquals(15, intval("15 it")); - } - - /** - * test a tag with an id in it - */ - public function testIdTag() { - $text="Test with @mike+15 id tag"; - - $tags=get_tags($text); - - $this->assertEquals(2, count($tags)); - $this->assertTrue(in_array("@mike+15", $tags)); - - //happens right now, but it shouldn't be necessary - $this->assertTrue(in_array("@mike+15 id", $tags)); - - $inform=''; - $str_tags=''; - foreach($tags as $tag) { - handle_tag($this->a, $text, $inform, $str_tags, 11, $tag); - } - - $this->assertEquals("Test with @[url=http://justatest.de]Mike Lastname[/url] id tag", $text); - $this->assertEquals("@[url=http://justatest.de]Mike Lastname[/url]", $str_tags); - // this test may produce two cid:15 entries - which is OK because duplicates are pruned before delivery - $this->assertContains("cid:15",$inform); - } - - /** - * test with two persons and one special tag. - */ - public function testGetTags2Persons1TagSpecialChars() { - $text="hi @Mike, I'm just writing #test_cases, so" - ." so @somebody@friendica.com may change #things."; - - $tags=get_tags($text); - - $this->assertEquals(5, count($tags)); - $this->assertTrue(in_array("@Mike", $tags)); - $this->assertTrue(in_array("#test_cases", $tags)); - $this->assertTrue(in_array("@somebody@friendica.com", $tags)); - $this->assertTrue(in_array("@somebody@friendica.com may", $tags)); - $this->assertTrue(in_array("#things", $tags)); - } - - /** - * test with a long text. - */ - public function testGetTags() { - $text="hi @Mike, I'm just writing #test_cases, " - ." so @somebody@friendica.com may change #things. Of course I " - ."look for a lot of #pitfalls, like #tags at the end of a sentence " - ."@comment. I hope noone forgets about @fullstops.because that might" - ." break #things. @Mike@campino@friendica.eu is also #nice, isn't it? " - ."Now, add a @first_last tag. "; - - $tags=get_tags($text); - - $this->assertTrue(in_array("@Mike", $tags)); - $this->assertTrue(in_array("#test_cases", $tags)); - $this->assertTrue(in_array("@somebody@friendica.com", $tags)); - $this->assertTrue(in_array("#things", $tags)); - $this->assertTrue(in_array("#pitfalls", $tags)); - $this->assertTrue(in_array("#tags", $tags)); - $this->assertTrue(in_array("@comment", $tags)); - $this->assertTrue(in_array("@fullstops.because", $tags)); - $this->assertTrue(in_array("#things", $tags)); - $this->assertTrue(in_array("@Mike", $tags)); - $this->assertTrue(in_array("#nice", $tags)); - $this->assertTrue(in_array("@first_last", $tags)); - - //right now, none of the is matched (unsupported) -// $this->assertFalse(in_array("@Mike@campino@friendica.eu", $tags)); -// $this->assertTrue(in_array("@campino@friendica.eu", $tags)); -// $this->assertTrue(in_array("@campino@friendica.eu is", $tags)); - } - - /** - * test with an empty string - */ - public function testGetTagsEmpty() { - $tags=get_tags(""); - $this->assertEquals(0, count($tags)); - } -} diff --git a/tests/template_test.php b/tests/template_test.php deleted file mode 100644 index 1f9f805313..0000000000 --- a/tests/template_test.php +++ /dev/null @@ -1,224 +0,0 @@ -assertTrue(is_null($second)); - } - - public function testSimpleVariableString() { - $tpl='Hello $name!'; - - $text=replace_macros($tpl, array('$name'=>'Anna')); - - $this->assertEquals('Hello Anna!', $text); - } - - public function testSimpleVariableInt() { - $tpl='There are $num new messages!'; - - $text=replace_macros($tpl, array('$num'=>172)); - - $this->assertEquals('There are 172 new messages!', $text); - } - - public function testConditionalElse() { - $tpl='There{{ if $num!=1 }} are $num new messages{{ else }} is 1 new message{{ endif }}!'; - - $text1=replace_macros($tpl, array('$num'=>1)); - $text22=replace_macros($tpl, array('$num'=>22)); - - $this->assertEquals('There is 1 new message!', $text1); - $this->assertEquals('There are 22 new messages!', $text22); - } - - public function testConditionalNoElse() { - $tpl='{{ if $num!=0 }}There are $num new messages!{{ endif }}'; - - $text0=replace_macros($tpl, array('$num'=>0)); - $text22=replace_macros($tpl, array('$num'=>22)); - - $this->assertEquals('', $text0); - $this->assertEquals('There are 22 new messages!', $text22); - } - - public function testConditionalFail() { - $tpl='There {{ if $num!=1 }} are $num new messages{{ else }} is 1 new message{{ endif }}!'; - - $text1=replace_macros($tpl, array()); - - //$this->assertEquals('There is 1 new message!', $text1); - } - - public function testSimpleFor() { - $tpl='{{ for $messages as $message }} $message {{ endfor }}'; - - $text=replace_macros($tpl, array('$messages'=>array('message 1', 'message 2'))); - - $this->assertEquals(' message 1 message 2 ', $text); - } - - public function testFor() { - $tpl='{{ for $messages as $message }} from: $message.from to $message.to {{ endfor }}'; - - $text=replace_macros($tpl, array('$messages'=>array(array('from'=>'Mike', 'to'=>'Alex'), array('from'=>'Alex', 'to'=>'Mike')))); - - $this->assertEquals(' from: Mike to Alex from: Alex to Mike ', $text); - } - - public function testKeyedFor() { - $tpl='{{ for $messages as $from=>$to }} from: $from to $to {{ endfor }}'; - - $text=replace_macros($tpl, array('$messages'=>array('Mike'=>'Alex', 'Sven'=>'Mike'))); - - $this->assertEquals(' from: Mike to Alex from: Sven to Mike ', $text); - } - - public function testForEmpty() { - $tpl='messages: {{for $messages as $message}} from: $message.from to $message.to {{ endfor }}'; - - $text=replace_macros($tpl, array('$messages'=>array())); - - $this->assertEquals('messages: ', $text); - } - - public function testForWrongType() { - $tpl='messages: {{for $messages as $message}} from: $message.from to $message.to {{ endfor }}'; - - $text=replace_macros($tpl, array('$messages'=>11)); - - $this->assertEquals('messages: ', $text); - } - - public function testForConditional() { - $tpl='new messages: {{for $messages as $message}}{{ if $message.new }} $message.text{{endif}}{{ endfor }}'; - - $text=replace_macros($tpl, array('$messages'=>array( - array('new'=>true, 'text'=>'new message'), - array('new'=>false, 'text'=>'old message')))); - - $this->assertEquals('new messages: new message', $text); - } - - public function testConditionalFor() { - $tpl='{{ if $enabled }}new messages:{{for $messages as $message}} $message.text{{ endfor }}{{endif}}'; - - $text=replace_macros($tpl, array('$enabled'=>true, - '$messages'=>array( - array('new'=>true, 'text'=>'new message'), - array('new'=>false, 'text'=>'old message')))); - - $this->assertEquals('new messages: new message old message', $text); - } - - public function testFantasy() { - $tpl='Fantasy: {{fantasy $messages}}'; - - $text=replace_macros($tpl, array('$messages'=>'no no')); - - $this->assertEquals('Fantasy: {{fantasy no no}}', $text); - } - - public function testInc() { - $tpl='{{inc field_input.tpl with $field=$myvar}}{{ endinc }}'; - - $text=replace_macros($tpl, array('$myvar'=>array('myfield', 'label', 'value', 'help'))); - - $this->assertEquals(" \n" - ."
    \n" - ." \n" - ." \n" - ." help\n" - ."
    \n", $text); - } - - public function testIncNoVar() { - $tpl='{{inc field_input.tpl }}{{ endinc }}'; - - $text=replace_macros($tpl, array('$field'=>array('myfield', 'label', 'value', 'help'))); - - $this->assertEquals(" \n
    \n \n" - ." \n" - ." help\n" - ."
    \n", $text); - } - - public function testDoubleUse() { - $tpl='Hello $name! {{ if $enabled }} I love you! {{ endif }}'; - - $text=replace_macros($tpl, array('$name'=>'Anna', '$enabled'=>false)); - - $this->assertEquals('Hello Anna! ', $text); - - $tpl='Hey $name! {{ if $enabled }} I hate you! {{ endif }}'; - - $text=replace_macros($tpl, array('$name'=>'Max', '$enabled'=>true)); - - $this->assertEquals('Hey Max! I hate you! ', $text); - } - - public function testIncDouble() { - $tpl='{{inc field_input.tpl with $field=$var1}}{{ endinc }}' - .'{{inc field_input.tpl with $field=$var2}}{{ endinc }}'; - - $text=replace_macros($tpl, array('$var1'=>array('myfield', 'label', 'value', 'help'), - '$var2'=>array('myfield2', 'label2', 'value2', 'help2'))); - - $this->assertEquals(" \n" - ."
    \n" - ." \n" - ." \n" - ." help\n" - ."
    \n" - ." \n" - ."
    \n" - ." \n" - ." \n" - ." help2\n" - ."
    \n", $text); - } -} \ No newline at end of file diff --git a/tests/xss_filter_test.php b/tests/xss_filter_test.php deleted file mode 100644 index 5bc8e0ad3f..0000000000 --- a/tests/xss_filter_test.php +++ /dev/null @@ -1,70 +0,0 @@ -'; - - $validstring=notags($invalidstring); - $escapedString=escape_tags($invalidstring); - - $this->assertEquals('[submit type="button" onclick="alert(\'failed!\');" /]', $validstring); - $this->assertEquals("<submit type="button" onclick="alert('failed!');" />", $escapedString); - } - - /** - *xmlify and unxmlify - */ - public function testXmlify() { - $text="I want to break\n this!11!"; - $xml=xmlify($text); - $retext=unxmlify($text); - - $this->assertEquals($text, $retext); - } - - /** - * xmlify and put in a document - */ - public function testXmlifyDocument() { - $tag="I want to break"; - $xml=xmlify($tag); - $text=''.$xml.''; - - $xml_parser=xml_parser_create(); - //should be possible to parse it - $values=array(); $index=array(); - $this->assertEquals(1, xml_parse_into_struct($xml_parser, $text, $values, $index)); - - $this->assertEquals(array('TEXT'=>array(0)), - $index); - $this->assertEquals(array(array('tag'=>'TEXT', 'type'=>'complete', 'level'=>1, 'value'=>$tag)), - $values); - - xml_parser_free($xml_parser); - } - - /** - * test hex2bin and reverse - */ - public function testHex2Bin() { - $this->assertEquals(-3, hex2bin(bin2hex(-3))); - $this->assertEquals(0, hex2bin(bin2hex(0))); - $this->assertEquals(12, hex2bin(bin2hex(12))); - $this->assertEquals(PHP_INT_MAX, hex2bin(bin2hex(PHP_INT_MAX))); - } - - //function qp, quick and dirty?? - //get_mentions - //get_contact_block, bis Zeile 538 -} diff --git a/util/README b/util/README index 83a49cd223..d7774bc519 100644 --- a/util/README +++ b/util/README @@ -1,6 +1,6 @@ Utilities -typo.php - is a crude syntax checker to avoid checking in files with simple +php bin/console.php typo - is a crude syntax checker to avoid checking in files with simple typos. It basically just loads each of our project files at once. Run from cmdline and see if any parsing errors are reported. @@ -8,7 +8,7 @@ cmdline and see if any parsing errors are reported. Internationalisation -extract.php - extracts translatable strings from our project files. It +php bin/console.php extract - extracts translatable strings from our project files. It currently doesn't pick up strings in other libraries we might be using such as the HTML parsers. @@ -61,7 +61,7 @@ e.g. Plural -The L10n::tt() function supports plural form. Script extract.php write this in +The L10n::tt() function supports plural form. The extract command writes this in strings.php as an array, one string for every plural form language supports: $a->string["%d message sent"] = Array( @@ -72,17 +72,17 @@ $a->string["%d message sent"] = Array( The function string_plural_select($n) defined in strings.php, return the string index to use, related to the numbers of item (value of $n). -This is modelled after ngettext function of GNU gettext. +This is modeled after ngettext function of GNU gettext. More info at http://www.gnu.org/software/hello/manual/gettext/Plural-forms.html Xgettext and .po workflow -1. Run util/run_xgettext.sh script (on *unix sistems, with GNU xgettext installed) +1. Run bin/run_xgettext.sh script (on *unix sistems, with GNU xgettext installed) This script runs xgettext on source tree, extracting strings from L10n::t() and L10n::tt() functions, and creates a util/messages.po file. - $ cd util; ./run_xgettext.sh + $ cd bin; ./run_xgettext.sh 2. copy util/messages.po to view/lang//messages.po Replace with the language you are working on - e.g. 'es', 'fr', 'de', etc. @@ -107,20 +107,14 @@ Xgettext and .po workflow of the many .po editors out there, like QtLinguist 5. run - $ php util/po2php.php view/lang//messages.po + $ php bin/console.php po2php view/lang//messages.po to create the strings.php file When strings are added or modified in source, you could run - $ cd util; ./run_xgettext.sh ../view/lang//messages.po + $ cd bin; ./run_xgettext.sh ../view/lang//messages.po to extract strings from source files and join them with the existing .po file: new strings are added, the existing are not overwritten. If you already translated Friendica using strings.php, you could import your old translation to messages.po. Run: -$ php util/php2po.php view/lang//strings.php - - -You may also use the util/string_translator.php web interface to translate the string file, but it is disabled for website security reasons. The web server will need write permission to your language directories and the "Deny ..." line in util/.htaccess will need to be modified or commented to use the utility. - - - +$ php bin/console.php php2po view/lang//strings.php diff --git a/util/config b/util/config deleted file mode 100755 index 7774fb6023..0000000000 --- a/util/config +++ /dev/null @@ -1,65 +0,0 @@ -#!/usr/bin/env php - 3) { - Config::set($argv[1],$argv[2],$argv[3]); - echo "config[{$argv[1]}][{$argv[2]}] = " . Config::get($argv[1],$argv[2]) . "\n"; -} - -if($argc == 3) { - echo "config[{$argv[1]}][{$argv[2]}] = " . Config::get($argv[1],$argv[2]) . "\n"; -} - -if($argc == 2) { - Config::load($argv[1]); - if (!is_null($a->config[$argv[1]])) { - foreach($a->config[$argv[1]] as $k => $x) { - echo "config[{$argv[1]}][{$k}] = " . $x . "\n"; - } - } else { - echo "config section '$argv[1]' returned nothing.\n"; - } -} - -if($argc == 1) { - $r = q("select * from config where 1"); - if($r) { - foreach($r as $rr) { - echo "config[{$rr['cat']}][{$rr['k']}] = " . $rr['v'] . "\n"; - } - } -} - diff --git a/util/config.md b/util/config.md deleted file mode 100644 index 3b834fe01a..0000000000 --- a/util/config.md +++ /dev/null @@ -1,26 +0,0 @@ -CLI config utility -================== - -Usage: - - -config - displays all config entries - - -config family - displays all config entries for family (system, database, etc) - - -config family key - displays single config entry for specified family and key - -config family key value - set config entry for specified family and key to value and display result - - - -Notes: - Setting config entries which are manually set in .htconfig.php may result in -conflict between database settings and the manual startup settings. - diff --git a/util/createdoxygen.php b/util/createdoxygen.php deleted file mode 100755 index 798c81474f..0000000000 --- a/util/createdoxygen.php +++ /dev/null @@ -1,93 +0,0 @@ -#!/usr/bin/php - 0) - $block .= $space." *\n"; - } - - $block .= $space." * @return \n". - $space." */\n"; - - return $block; -} diff --git a/util/credits.txt b/util/credits.txt index 4753c6a5d2..c6a5c3f319 100644 --- a/util/credits.txt +++ b/util/credits.txt @@ -16,6 +16,7 @@ Andrej Stieben André Alves André Lohan Andy H3 +Andy Hee AndyHee Anthronaut Arian - Cazare Muncitori @@ -75,6 +76,7 @@ Frederico Gonçalves Guimarães Gerhard Seeber gerhard6380 Gert Cauwenberg +GLComo greeneyedred Gregory Smith Haakon Meland Eriksen @@ -91,7 +93,6 @@ Jak Jakob Jens Tautenhahn jensp -Jeroen S jeroenpraat Johannes Schwab John Brazil @@ -169,6 +170,7 @@ Silke Meyer Simon L'nu Simó Albert i Beltran soko1 +St John Karp Stanislav N. StefOfficiel Sveinn í Felli @@ -206,4 +208,5 @@ Zered zotlabs zottel Zvi ben Yaakov (a.k.a rdc) -Михаил \ No newline at end of file +Михаил +朱陈锬 \ No newline at end of file diff --git a/util/docblox_errorchecker.php b/util/docblox_errorchecker.php deleted file mode 100644 index a67be69ceb..0000000000 --- a/util/docblox_errorchecker.php +++ /dev/null @@ -1,145 +0,0 @@ -strings[' . $match . '] = ' . $match . ';' . "\n"; - } - } - } - if (count($matchestt)) { - foreach ($matchestt[1] as $match) { - $matchtkns = preg_split("|[ \t\r\n]*,[ \t\r\n]*|", $match); - if (count($matchtkns) == 3 && !in_array($matchtkns[0], $arr)) { - if (substr($matchtkns[1], 0, 1) == '$') { - continue; - } - - $arr[] = $matchtkns[0]; - - $s .= '$a->strings[' . $matchtkns[0] . "] = array(\n"; - $s .= "\t0 => " . $matchtkns[0] . ",\n"; - $s .= "\t1 => " . $matchtkns[1] . ",\n"; - $s .= ");\n"; - } - } - } -} - -$s .= '// Timezones' . PHP_EOL; - -$zones = timezone_identifiers_list(); -foreach ($zones as $zone) { - $s .= '$a->strings[\'' . $zone . '\'] = \'' . $zone . '\';' . "\n"; -} - -echo $s; - -function glob_recursive($path) { - $dir_iterator = new RecursiveDirectoryIterator($path); - $iterator = new RecursiveIteratorIterator($dir_iterator, RecursiveIteratorIterator::SELF_FIRST); - - $return = []; - foreach ($iterator as $file) { - if ($file->getBasename() != '.' && $file->getBasename() != '..') { - $return[] = $file->getPathname(); - } - } - - return $return; -} diff --git a/util/global_community_block.php b/util/global_community_block.php deleted file mode 100755 index 02f0c53ec0..0000000000 --- a/util/global_community_block.php +++ /dev/null @@ -1,55 +0,0 @@ -#!/usr/bin/env php - util/global_community_block.php http://example.com/profile/bob - * - * will block bob@example.com. - * - * Author: Tobias Diekershoff - * - * License: AGPLv3 or later, same as Friendica - */ -if ($argc != 2 || $argv[1] == "-h" || $argv[1] == "--help" || $argv[1] == "-?") { - echo "Usage: " . $argv[0] . " [-h|profile_url]\r\n"; - echo " -h, -?, --help ... show this help\r\n"; - echo " profile_url ...... The URL of the profile you want to silence\r\n"; - echo "\r\n"; - echo "Example: block bob@example.com\r\n"; - echo "$> " . $argv[0] . " https://example.com/profiles/bob\r\n"; - echo "\r\n"; - exit(0); -} - -use Friendica\BaseObject; -use Friendica\Core\L10n; -use Friendica\Model\Contact; - -require_once 'boot.php'; -require_once 'include/dba.php'; -require_once 'include/text.php'; - -$a = get_app(); -BaseObject::setApp($a); - -require_once '.htconfig.php'; -dba::connect($db_host, $db_user, $db_pass, $db_data); -unset($db_host, $db_user, $db_pass, $db_data); - -$contact_id = Contact::getIdForURL($argv[1]); -if (!$contact_id) { - echo L10n::t('Could not find any contact entry for this URL (%s)', $nurl); - echo "\r\n"; - exit(1); -} -Contact::block($contact_id); -echo L10n::t('The contact has been blocked from the node'); -echo "\r\n"; -exit(0); diff --git a/util/global_community_silence.php b/util/global_community_silence.php deleted file mode 100755 index 2eb76a47f4..0000000000 --- a/util/global_community_silence.php +++ /dev/null @@ -1,68 +0,0 @@ -#!/usr/bin/env php - util/global_community_silence.php http://example.com/profile/bob - * - * will silence bob@example.com so that his postings won't appear at - * the global community page. - * - * Author: Tobias Diekershoff - * - * License: AGPLv3 or later, same as Friendica - **/ - -if ($argc != 2 || $argv[1] == "-h" || $argv[1] == "--help" || $argv[1] == "-?") { - echo "Usage: ".$argv[0]." [-h|profile_url]\r\n"; - echo " -h, -?, --help ... show this help\r\n"; - echo " profile_url ...... The URL of the profile you want to silence\r\n"; - echo "\r\n"; - echo "Example: Silence bob@example.com\r\n"; - echo "$> ".$argv[0]." https://example.com/profiles/bob\r\n"; - echo "\r\n"; - exit(0); -} - -use Friendica\Database\DBM; -use Friendica\Network\Probe; - -require_once 'boot.php'; -require_once 'include/dba.php'; -require_once 'include/text.php'; -$a = get_app(); -require_once '.htconfig.php'; - -dba::connect($db_host, $db_user, $db_pass, $db_data); -unset($db_host, $db_user, $db_pass, $db_data); - -/** - * 1. make nurl from last parameter - * 2. check DB (contact) if there is a contact with uid=0 and that nurl, get the ID - * 3. set the flag hidden=1 for the contact entry with the found ID - **/ -$net = Probe::uri($argv[1]); -if (in_array($net['network'], [NETWORK_PHANTOM, NETWORK_MAIL])) { - echo "This account seems not to exist."; - echo "\r\n"; - exit(1); -} -$nurl = normalise_link($net['url']); -$contact = dba::selectFirst("contact", ["id"], ["nurl" => $nurl, "uid" => 0]); -if (DBM::is_result($contact)) { - dba::update("contact", ["hidden" => true], ["id" => $contact["id"]]); - echo "NOTICE: The account should be silenced from the global community page\r\n"; -} else { - echo "NOTICE: Could not find any entry for this URL (".$nurl.")\r\n"; -} - -?> diff --git a/util/htconfig.vagrant.php b/util/htconfig.vagrant.php index d5cb233575..9c96687e71 100644 --- a/util/htconfig.vagrant.php +++ b/util/htconfig.vagrant.php @@ -33,7 +33,7 @@ $a->config['sitename'] = "My Friend Network"; $a->config['register_policy'] = REGISTER_OPEN; $a->config['register_text'] = ''; -$a->config['admin_email'] = 'admin@friendica.dev'; +$a->config['admin_email'] = 'admin@friendica.local'; // Maximum size of an imported message, 0 is unlimited diff --git a/util/maintenance.php b/util/maintenance.php deleted file mode 100644 index a697e66d5a..0000000000 --- a/util/maintenance.php +++ /dev/null @@ -1,69 +0,0 @@ - 1) { - $maint_mode = intval($argv[1]); -} - -Config::set('system', 'maintenance', $maint_mode); - -if ($maint_mode && ($argc > 2)) { - $reason_arr = $argv; - array_shift($reason_arr); - array_shift($reason_arr); - - $reason = implode(' ', $reason_arr); - Config::set('system', 'maintenance_reason', $reason); -} else { - Config::set('system', 'maintenance_reason', ''); -} - -if ($maint_mode) { - $mode_str = "maintenance mode"; -} else { - $mode_str = "normal mode"; -} - -echo "\n\tSystem set in $mode_str\n"; - -if ($reason != '') { - echo "\tMaintenance reason: $reason\n\n"; -} else { - echo "\n"; -} - -echo "Usage:\n\n"; -echo "\tphp {$argv[0]} [1] [Maintenance reason|redirection url]\n"; -echo "\t\tSet the system in maintenance mode\n\n"; -echo "\t\tIf the optionally entered maintenance reason is an url\n"; -echo "\t\tthe visitor is redirected to that page.\n"; -echo "\n"; -echo "\t\tExamples:\n"; -echo "\t\t\tphp {$argv[0]} 1 System upgrade\n"; -echo "\t\t\tphp {$argv[0]} 1 http://domain.tld/downtime\n"; -echo "\n"; -echo "\tphp {$argv[0]} 0\n"; -echo "\t\tSet the system in normal mode\n\n"; diff --git a/util/messages.po b/util/messages.po index ef3eae6b26..a59e905a06 100644 --- a/util/messages.po +++ b/util/messages.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2018-03-02 12:02+0100\n" +"POT-Creation-Date: 2018-04-06 16:58+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -18,11 +18,6 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" -#: include/dba.php:59 -#, php-format -msgid "Cannot locate DNS info for database server '%s'" -msgstr "" - #: include/security.php:81 msgid "Welcome " msgstr "" @@ -41,345 +36,286 @@ msgid "" "form has been opened for too long (>3 hours) before submitting it." msgstr "" -#: include/acl_selectors.php:355 -msgid "Post to Email" -msgstr "" - -#: include/acl_selectors.php:360 -msgid "Hide your profile details from unknown viewers?" -msgstr "" - -#: include/acl_selectors.php:360 +#: include/dba.php:57 #, php-format -msgid "Connectors disabled, since \"%s\" is enabled." +msgid "Cannot locate DNS info for database server '%s'" msgstr "" -#: include/acl_selectors.php:366 -msgid "Visible to everybody" -msgstr "" - -#: include/acl_selectors.php:367 view/theme/vier/config.php:115 -msgid "show" -msgstr "" - -#: include/acl_selectors.php:368 view/theme/vier/config.php:115 -msgid "don't show" -msgstr "" - -#: include/acl_selectors.php:374 mod/editpost.php:136 -msgid "CC: email addresses" -msgstr "" - -#: include/acl_selectors.php:375 mod/editpost.php:143 -msgid "Example: bob@example.com, mary@example.com" -msgstr "" - -#: include/acl_selectors.php:377 mod/events.php:536 mod/photos.php:1098 -#: mod/photos.php:1441 -msgid "Permissions" -msgstr "" - -#: include/acl_selectors.php:378 -msgid "Close" -msgstr "" - -#: include/api.php:1181 +#: include/api.php:1199 #, php-format msgid "Daily posting limit of %d post reached. The post was rejected." msgid_plural "Daily posting limit of %d posts reached. The post was rejected." msgstr[0] "" msgstr[1] "" -#: include/api.php:1205 +#: include/api.php:1223 #, php-format msgid "Weekly posting limit of %d post reached. The post was rejected." msgid_plural "Weekly posting limit of %d posts reached. The post was rejected." msgstr[0] "" msgstr[1] "" -#: include/api.php:1229 +#: include/api.php:1247 #, php-format msgid "Monthly posting limit of %d post reached. The post was rejected." msgstr "" -#: include/api.php:4382 mod/photos.php:88 mod/photos.php:194 mod/photos.php:722 +#: include/api.php:4400 mod/photos.php:88 mod/photos.php:194 mod/photos.php:722 #: mod/photos.php:1149 mod/photos.php:1166 mod/photos.php:1684 -#: mod/profile_photo.php:84 mod/profile_photo.php:92 mod/profile_photo.php:100 -#: mod/profile_photo.php:223 mod/profile_photo.php:317 -#: mod/profile_photo.php:327 src/Model/User.php:526 src/Model/User.php:534 -#: src/Model/User.php:542 +#: mod/profile_photo.php:85 mod/profile_photo.php:93 mod/profile_photo.php:101 +#: mod/profile_photo.php:211 mod/profile_photo.php:302 +#: mod/profile_photo.php:312 src/Model/User.php:539 src/Model/User.php:547 +#: src/Model/User.php:555 msgid "Profile Photos" msgstr "" -#: include/bb2diaspora.php:238 include/event.php:26 include/event.php:914 -#: mod/localtime.php:19 -msgid "l F d, Y \\@ g:i A" -msgstr "" - -#: include/bb2diaspora.php:245 include/event.php:45 include/event.php:62 -#: include/event.php:471 include/event.php:992 -msgid "Starts:" -msgstr "" - -#: include/bb2diaspora.php:251 include/event.php:48 include/event.php:68 -#: include/event.php:472 include/event.php:996 -msgid "Finishes:" -msgstr "" - -#: include/bb2diaspora.php:258 include/event.php:52 include/event.php:77 -#: include/event.php:473 include/event.php:1010 mod/directory.php:140 -#: mod/notifications.php:247 mod/contacts.php:651 mod/events.php:521 -#: src/Model/Profile.php:417 -msgid "Location:" -msgstr "" - -#: include/enotify.php:33 +#: include/enotify.php:31 msgid "Friendica Notification" msgstr "" -#: include/enotify.php:36 +#: include/enotify.php:34 msgid "Thank You," msgstr "" -#: include/enotify.php:39 +#: include/enotify.php:37 #, php-format msgid "%s Administrator" msgstr "" -#: include/enotify.php:41 +#: include/enotify.php:39 #, php-format msgid "%1$s, %2$s Administrator" msgstr "" -#: include/enotify.php:52 src/Worker/Delivery.php:403 +#: include/enotify.php:50 src/Worker/Delivery.php:404 msgid "noreply" msgstr "" -#: include/enotify.php:100 +#: include/enotify.php:98 #, php-format msgid "[Friendica:Notify] New mail received at %s" msgstr "" -#: include/enotify.php:102 +#: include/enotify.php:100 #, php-format msgid "%1$s sent you a new private message at %2$s." msgstr "" -#: include/enotify.php:103 +#: include/enotify.php:101 msgid "a private message" msgstr "" -#: include/enotify.php:103 +#: include/enotify.php:101 #, php-format msgid "%1$s sent you %2$s." msgstr "" -#: include/enotify.php:105 +#: include/enotify.php:103 #, php-format msgid "Please visit %s to view and/or reply to your private messages." msgstr "" -#: include/enotify.php:143 +#: include/enotify.php:141 #, php-format msgid "%1$s commented on [url=%2$s]a %3$s[/url]" msgstr "" -#: include/enotify.php:151 +#: include/enotify.php:149 #, php-format msgid "%1$s commented on [url=%2$s]%3$s's %4$s[/url]" msgstr "" -#: include/enotify.php:161 +#: include/enotify.php:159 #, php-format msgid "%1$s commented on [url=%2$s]your %3$s[/url]" msgstr "" -#: include/enotify.php:173 +#: include/enotify.php:171 #, php-format msgid "[Friendica:Notify] Comment to conversation #%1$d by %2$s" msgstr "" -#: include/enotify.php:175 +#: include/enotify.php:173 #, php-format msgid "%s commented on an item/conversation you have been following." msgstr "" -#: include/enotify.php:178 include/enotify.php:193 include/enotify.php:208 -#: include/enotify.php:223 include/enotify.php:242 include/enotify.php:257 +#: include/enotify.php:176 include/enotify.php:191 include/enotify.php:206 +#: include/enotify.php:221 include/enotify.php:240 include/enotify.php:255 #, php-format msgid "Please visit %s to view and/or reply to the conversation." msgstr "" -#: include/enotify.php:185 +#: include/enotify.php:183 #, php-format msgid "[Friendica:Notify] %s posted to your profile wall" msgstr "" -#: include/enotify.php:187 +#: include/enotify.php:185 #, php-format msgid "%1$s posted to your profile wall at %2$s" msgstr "" -#: include/enotify.php:188 +#: include/enotify.php:186 #, php-format msgid "%1$s posted to [url=%2$s]your wall[/url]" msgstr "" -#: include/enotify.php:200 +#: include/enotify.php:198 #, php-format msgid "[Friendica:Notify] %s tagged you" msgstr "" -#: include/enotify.php:202 +#: include/enotify.php:200 #, php-format msgid "%1$s tagged you at %2$s" msgstr "" -#: include/enotify.php:203 +#: include/enotify.php:201 #, php-format msgid "%1$s [url=%2$s]tagged you[/url]." msgstr "" -#: include/enotify.php:215 +#: include/enotify.php:213 #, php-format msgid "[Friendica:Notify] %s shared a new post" msgstr "" -#: include/enotify.php:217 +#: include/enotify.php:215 #, php-format msgid "%1$s shared a new post at %2$s" msgstr "" -#: include/enotify.php:218 +#: include/enotify.php:216 #, php-format msgid "%1$s [url=%2$s]shared a post[/url]." msgstr "" -#: include/enotify.php:230 +#: include/enotify.php:228 #, php-format msgid "[Friendica:Notify] %1$s poked you" msgstr "" -#: include/enotify.php:232 +#: include/enotify.php:230 #, php-format msgid "%1$s poked you at %2$s" msgstr "" -#: include/enotify.php:233 +#: include/enotify.php:231 #, php-format msgid "%1$s [url=%2$s]poked you[/url]." msgstr "" -#: include/enotify.php:249 +#: include/enotify.php:247 #, php-format msgid "[Friendica:Notify] %s tagged your post" msgstr "" -#: include/enotify.php:251 +#: include/enotify.php:249 #, php-format msgid "%1$s tagged your post at %2$s" msgstr "" -#: include/enotify.php:252 +#: include/enotify.php:250 #, php-format msgid "%1$s tagged [url=%2$s]your post[/url]" msgstr "" -#: include/enotify.php:264 +#: include/enotify.php:262 msgid "[Friendica:Notify] Introduction received" msgstr "" -#: include/enotify.php:266 +#: include/enotify.php:264 #, php-format msgid "You've received an introduction from '%1$s' at %2$s" msgstr "" -#: include/enotify.php:267 +#: include/enotify.php:265 #, php-format msgid "You've received [url=%1$s]an introduction[/url] from %2$s." msgstr "" -#: include/enotify.php:272 include/enotify.php:318 +#: include/enotify.php:270 include/enotify.php:316 #, php-format msgid "You may visit their profile at %s" msgstr "" -#: include/enotify.php:274 +#: include/enotify.php:272 #, php-format msgid "Please visit %s to approve or reject the introduction." msgstr "" -#: include/enotify.php:282 +#: include/enotify.php:280 msgid "[Friendica:Notify] A new person is sharing with you" msgstr "" -#: include/enotify.php:284 include/enotify.php:285 +#: include/enotify.php:282 include/enotify.php:283 #, php-format msgid "%1$s is sharing with you at %2$s" msgstr "" -#: include/enotify.php:292 +#: include/enotify.php:290 msgid "[Friendica:Notify] You have a new follower" msgstr "" -#: include/enotify.php:294 include/enotify.php:295 +#: include/enotify.php:292 include/enotify.php:293 #, php-format msgid "You have a new follower at %2$s : %1$s" msgstr "" -#: include/enotify.php:307 +#: include/enotify.php:305 msgid "[Friendica:Notify] Friend suggestion received" msgstr "" -#: include/enotify.php:309 +#: include/enotify.php:307 #, php-format msgid "You've received a friend suggestion from '%1$s' at %2$s" msgstr "" -#: include/enotify.php:310 +#: include/enotify.php:308 #, php-format msgid "You've received [url=%1$s]a friend suggestion[/url] for %2$s from %3$s." msgstr "" -#: include/enotify.php:316 +#: include/enotify.php:314 msgid "Name:" msgstr "" -#: include/enotify.php:317 +#: include/enotify.php:315 msgid "Photo:" msgstr "" -#: include/enotify.php:320 +#: include/enotify.php:318 #, php-format msgid "Please visit %s to approve or reject the suggestion." msgstr "" -#: include/enotify.php:328 include/enotify.php:343 +#: include/enotify.php:326 include/enotify.php:341 msgid "[Friendica:Notify] Connection accepted" msgstr "" -#: include/enotify.php:330 include/enotify.php:345 +#: include/enotify.php:328 include/enotify.php:343 #, php-format msgid "'%1$s' has accepted your connection request at %2$s" msgstr "" -#: include/enotify.php:331 include/enotify.php:346 +#: include/enotify.php:329 include/enotify.php:344 #, php-format msgid "%2$s has accepted your [url=%1$s]connection request[/url]." msgstr "" -#: include/enotify.php:336 +#: include/enotify.php:334 msgid "" "You are now mutual friends and may exchange status updates, photos, and " "email without restriction." msgstr "" -#: include/enotify.php:338 +#: include/enotify.php:336 #, php-format msgid "Please visit %s if you wish to make any changes to this relationship." msgstr "" -#: include/enotify.php:351 +#: include/enotify.php:349 #, php-format msgid "" "'%1$s' has chosen to accept you a fan, which restricts some forms of " @@ -388,269 +324,45 @@ msgid "" "automatically." msgstr "" -#: include/enotify.php:353 +#: include/enotify.php:351 #, php-format msgid "" "'%1$s' may choose to extend this into a two-way or more permissive " "relationship in the future." msgstr "" -#: include/enotify.php:355 +#: include/enotify.php:353 #, php-format msgid "Please visit %s if you wish to make any changes to this relationship." msgstr "" -#: include/enotify.php:365 +#: include/enotify.php:363 msgid "[Friendica System:Notify] registration request" msgstr "" -#: include/enotify.php:367 +#: include/enotify.php:365 #, php-format msgid "You've received a registration request from '%1$s' at %2$s" msgstr "" -#: include/enotify.php:368 +#: include/enotify.php:366 #, php-format msgid "You've received a [url=%1$s]registration request[/url] from %2$s." msgstr "" -#: include/enotify.php:373 +#: include/enotify.php:371 #, php-format -msgid "Full Name:\t%1$s\\nSite Location:\t%2$s\\nLogin Name:\t%3$s (%4$s(" +msgid "Full Name:\t%1$s\\nSite Location:\t%2$s\\nLogin Name:\t%3$s (%4$s)" msgstr "" -#: include/enotify.php:379 +#: include/enotify.php:377 #, php-format msgid "Please visit %s to approve or reject the request." msgstr "" -#: include/event.php:420 -msgid "all-day" -msgstr "" - -#: include/event.php:422 include/text.php:1111 -msgid "Sun" -msgstr "" - -#: include/event.php:423 include/text.php:1111 -msgid "Mon" -msgstr "" - -#: include/event.php:424 include/text.php:1111 -msgid "Tue" -msgstr "" - -#: include/event.php:425 include/text.php:1111 -msgid "Wed" -msgstr "" - -#: include/event.php:426 include/text.php:1111 -msgid "Thu" -msgstr "" - -#: include/event.php:427 include/text.php:1111 -msgid "Fri" -msgstr "" - -#: include/event.php:428 include/text.php:1111 -msgid "Sat" -msgstr "" - -#: include/event.php:430 include/text.php:1093 mod/settings.php:945 -msgid "Sunday" -msgstr "" - -#: include/event.php:431 include/text.php:1093 mod/settings.php:945 -msgid "Monday" -msgstr "" - -#: include/event.php:432 include/text.php:1093 -msgid "Tuesday" -msgstr "" - -#: include/event.php:433 include/text.php:1093 -msgid "Wednesday" -msgstr "" - -#: include/event.php:434 include/text.php:1093 -msgid "Thursday" -msgstr "" - -#: include/event.php:435 include/text.php:1093 -msgid "Friday" -msgstr "" - -#: include/event.php:436 include/text.php:1093 -msgid "Saturday" -msgstr "" - -#: include/event.php:438 include/text.php:1114 -msgid "Jan" -msgstr "" - -#: include/event.php:439 include/text.php:1114 -msgid "Feb" -msgstr "" - -#: include/event.php:440 include/text.php:1114 -msgid "Mar" -msgstr "" - -#: include/event.php:441 include/text.php:1114 -msgid "Apr" -msgstr "" - -#: include/event.php:442 include/event.php:455 include/text.php:1097 -#: include/text.php:1114 -msgid "May" -msgstr "" - -#: include/event.php:443 -msgid "Jun" -msgstr "" - -#: include/event.php:444 include/text.php:1114 -msgid "Jul" -msgstr "" - -#: include/event.php:445 include/text.php:1114 -msgid "Aug" -msgstr "" - -#: include/event.php:446 -msgid "Sept" -msgstr "" - -#: include/event.php:447 include/text.php:1114 -msgid "Oct" -msgstr "" - -#: include/event.php:448 include/text.php:1114 -msgid "Nov" -msgstr "" - -#: include/event.php:449 include/text.php:1114 -msgid "Dec" -msgstr "" - -#: include/event.php:451 include/text.php:1097 -msgid "January" -msgstr "" - -#: include/event.php:452 include/text.php:1097 -msgid "February" -msgstr "" - -#: include/event.php:453 include/text.php:1097 -msgid "March" -msgstr "" - -#: include/event.php:454 include/text.php:1097 -msgid "April" -msgstr "" - -#: include/event.php:456 include/text.php:1097 -msgid "June" -msgstr "" - -#: include/event.php:457 include/text.php:1097 -msgid "July" -msgstr "" - -#: include/event.php:458 include/text.php:1097 -msgid "August" -msgstr "" - -#: include/event.php:459 include/text.php:1097 -msgid "September" -msgstr "" - -#: include/event.php:460 include/text.php:1097 -msgid "October" -msgstr "" - -#: include/event.php:461 include/text.php:1097 -msgid "November" -msgstr "" - -#: include/event.php:462 include/text.php:1097 -msgid "December" -msgstr "" - -#: include/event.php:464 mod/cal.php:280 mod/events.php:401 -msgid "today" -msgstr "" - -#: include/event.php:465 mod/cal.php:281 mod/events.php:402 -#: src/Util/Temporal.php:304 -msgid "month" -msgstr "" - -#: include/event.php:466 mod/cal.php:282 mod/events.php:403 -#: src/Util/Temporal.php:305 -msgid "week" -msgstr "" - -#: include/event.php:467 mod/cal.php:283 mod/events.php:404 -#: src/Util/Temporal.php:306 -msgid "day" -msgstr "" - -#: include/event.php:469 -msgid "No events to display" -msgstr "" - -#: include/event.php:583 -msgid "l, F j" -msgstr "" - -#: include/event.php:607 -msgid "Edit event" -msgstr "" - -#: include/event.php:608 -msgid "Duplicate event" -msgstr "" - -#: include/event.php:609 -msgid "Delete event" -msgstr "" - -#: include/event.php:636 include/text.php:1508 include/text.php:1515 -msgid "link to source" -msgstr "" - -#: include/event.php:896 -msgid "Export" -msgstr "" - -#: include/event.php:897 -msgid "Export calendar as ical" -msgstr "" - -#: include/event.php:898 -msgid "Export calendar as csv" -msgstr "" - -#: include/event.php:915 -msgid "D g:i A" -msgstr "" - -#: include/event.php:916 -msgid "g:i A" -msgstr "" - -#: include/event.php:1011 include/event.php:1013 -msgid "Show map" -msgstr "" - -#: include/event.php:1012 -msgid "Hide map" -msgstr "" - -#: include/items.php:342 mod/notice.php:22 mod/display.php:70 -#: mod/display.php:247 mod/display.php:349 mod/viewsrc.php:21 mod/admin.php:269 -#: mod/admin.php:1762 mod/admin.php:2010 +#: include/items.php:342 mod/notice.php:22 mod/viewsrc.php:21 +#: mod/display.php:72 mod/display.php:252 mod/display.php:354 mod/admin.php:276 +#: mod/admin.php:1854 mod/admin.php:2102 msgid "Item not found." msgstr "" @@ -659,43 +371,44 @@ msgid "Do you really want to delete this item?" msgstr "" #: include/items.php:384 mod/api.php:110 mod/suggest.php:38 -#: mod/profiles.php:649 mod/profiles.php:652 mod/profiles.php:674 -#: mod/contacts.php:464 mod/dfrn_request.php:653 mod/follow.php:148 -#: mod/message.php:138 mod/settings.php:1109 mod/settings.php:1115 -#: mod/settings.php:1122 mod/settings.php:1126 mod/settings.php:1130 -#: mod/settings.php:1134 mod/settings.php:1138 mod/settings.php:1142 -#: mod/settings.php:1162 mod/settings.php:1163 mod/settings.php:1164 -#: mod/settings.php:1165 mod/settings.php:1166 mod/register.php:237 +#: mod/dfrn_request.php:653 mod/message.php:138 mod/follow.php:150 +#: mod/profiles.php:636 mod/profiles.php:639 mod/profiles.php:661 +#: mod/contacts.php:472 mod/register.php:237 mod/settings.php:1105 +#: mod/settings.php:1111 mod/settings.php:1118 mod/settings.php:1122 +#: mod/settings.php:1126 mod/settings.php:1130 mod/settings.php:1134 +#: mod/settings.php:1138 mod/settings.php:1158 mod/settings.php:1159 +#: mod/settings.php:1160 mod/settings.php:1161 mod/settings.php:1162 msgid "Yes" msgstr "" -#: include/items.php:387 include/conversation.php:1373 mod/fbrowser.php:103 -#: mod/fbrowser.php:134 mod/suggest.php:41 mod/unfollow.php:117 -#: mod/contacts.php:467 mod/dfrn_request.php:663 mod/editpost.php:151 -#: mod/follow.php:159 mod/message.php:141 mod/photos.php:248 mod/photos.php:324 -#: mod/settings.php:680 mod/settings.php:706 mod/tagrm.php:19 mod/tagrm.php:99 -#: mod/videos.php:148 +#: include/items.php:387 include/conversation.php:1378 mod/fbrowser.php:103 +#: mod/fbrowser.php:134 mod/suggest.php:41 mod/dfrn_request.php:663 +#: mod/tagrm.php:19 mod/tagrm.php:99 mod/editpost.php:149 mod/message.php:141 +#: mod/photos.php:248 mod/photos.php:324 mod/videos.php:147 +#: mod/unfollow.php:117 mod/follow.php:161 mod/contacts.php:475 +#: mod/settings.php:676 mod/settings.php:702 msgid "Cancel" msgstr "" #: include/items.php:401 mod/allfriends.php:21 mod/api.php:35 mod/api.php:40 -#: mod/attach.php:38 mod/common.php:26 mod/crepair.php:98 mod/group.php:26 -#: mod/nogroup.php:28 mod/repair_ostatus.php:13 mod/suggest.php:60 -#: mod/unfollow.php:15 mod/unfollow.php:57 mod/unfollow.php:90 -#: mod/uimport.php:28 mod/dirfind.php:24 mod/notifications.php:73 -#: mod/ostatus_subscribe.php:16 mod/cal.php:304 mod/dfrn_confirm.php:68 -#: mod/fsuggest.php:81 mod/invite.php:20 mod/invite.php:106 mod/manage.php:131 -#: mod/profiles.php:181 mod/profiles.php:619 mod/wall_attach.php:74 -#: mod/wall_attach.php:77 mod/contacts.php:378 mod/delegate.php:24 -#: mod/delegate.php:38 mod/editpost.php:20 mod/events.php:195 mod/follow.php:16 -#: mod/follow.php:53 mod/follow.php:116 mod/message.php:59 mod/message.php:104 -#: mod/notes.php:30 mod/photos.php:174 mod/photos.php:1051 mod/poke.php:150 -#: mod/profile_photo.php:29 mod/profile_photo.php:188 mod/profile_photo.php:199 -#: mod/profile_photo.php:212 mod/regmod.php:108 mod/settings.php:41 -#: mod/settings.php:140 mod/settings.php:669 mod/viewcontacts.php:57 -#: mod/wall_upload.php:103 mod/wall_upload.php:106 mod/wallmessage.php:16 -#: mod/wallmessage.php:40 mod/wallmessage.php:79 mod/wallmessage.php:103 -#: mod/item.php:160 mod/network.php:32 mod/register.php:53 index.php:413 +#: mod/attach.php:38 mod/common.php:26 mod/crepair.php:98 mod/nogroup.php:28 +#: mod/repair_ostatus.php:13 mod/suggest.php:60 mod/uimport.php:28 +#: mod/notifications.php:73 mod/dfrn_confirm.php:68 mod/invite.php:20 +#: mod/invite.php:106 mod/wall_attach.php:74 mod/wall_attach.php:77 +#: mod/manage.php:131 mod/regmod.php:108 mod/viewcontacts.php:57 +#: mod/wallmessage.php:16 mod/wallmessage.php:40 mod/wallmessage.php:79 +#: mod/wallmessage.php:103 mod/poke.php:150 mod/wall_upload.php:103 +#: mod/wall_upload.php:106 mod/editpost.php:18 mod/fsuggest.php:80 +#: mod/group.php:26 mod/item.php:160 mod/message.php:59 mod/message.php:104 +#: mod/network.php:32 mod/notes.php:30 mod/photos.php:174 mod/photos.php:1051 +#: mod/delegate.php:25 mod/delegate.php:43 mod/delegate.php:54 +#: mod/dirfind.php:25 mod/ostatus_subscribe.php:16 mod/unfollow.php:15 +#: mod/unfollow.php:57 mod/unfollow.php:90 mod/cal.php:304 mod/events.php:194 +#: mod/profile_photo.php:30 mod/profile_photo.php:176 mod/profile_photo.php:187 +#: mod/profile_photo.php:200 mod/follow.php:17 mod/follow.php:54 +#: mod/follow.php:118 mod/profiles.php:182 mod/profiles.php:606 +#: mod/contacts.php:386 mod/register.php:53 mod/settings.php:42 +#: mod/settings.php:141 mod/settings.php:665 index.php:416 msgid "Permission denied." msgstr "" @@ -703,12 +416,449 @@ msgstr "" msgid "Archives" msgstr "" -#: include/items.php:477 view/theme/vier/theme.php:259 -#: src/Content/ForumManager.php:130 src/Content/Widget.php:312 -#: src/Object/Post.php:422 src/App.php:514 +#: include/items.php:477 src/Content/ForumManager.php:130 +#: src/Content/Widget.php:312 src/Object/Post.php:430 src/App.php:512 +#: view/theme/vier/theme.php:259 msgid "show more" msgstr "" +#: include/conversation.php:144 include/conversation.php:282 +#: include/text.php:1774 src/Model/Item.php:1795 +msgid "event" +msgstr "" + +#: include/conversation.php:147 include/conversation.php:157 +#: include/conversation.php:285 include/conversation.php:294 +#: mod/subthread.php:97 mod/tagger.php:72 src/Model/Item.php:1793 +#: src/Protocol/Diaspora.php:2010 +msgid "status" +msgstr "" + +#: include/conversation.php:152 include/conversation.php:290 +#: include/text.php:1776 mod/subthread.php:97 mod/tagger.php:72 +#: src/Model/Item.php:1793 +msgid "photo" +msgstr "" + +#: include/conversation.php:164 src/Model/Item.php:1666 +#: src/Protocol/Diaspora.php:2006 +#, php-format +msgid "%1$s likes %2$s's %3$s" +msgstr "" + +#: include/conversation.php:167 src/Model/Item.php:1671 +#, php-format +msgid "%1$s doesn't like %2$s's %3$s" +msgstr "" + +#: include/conversation.php:170 +#, php-format +msgid "%1$s attends %2$s's %3$s" +msgstr "" + +#: include/conversation.php:173 +#, php-format +msgid "%1$s doesn't attend %2$s's %3$s" +msgstr "" + +#: include/conversation.php:176 +#, php-format +msgid "%1$s attends maybe %2$s's %3$s" +msgstr "" + +#: include/conversation.php:209 mod/dfrn_confirm.php:431 +#: src/Protocol/Diaspora.php:2481 +#, php-format +msgid "%1$s is now friends with %2$s" +msgstr "" + +#: include/conversation.php:250 +#, php-format +msgid "%1$s poked %2$s" +msgstr "" + +#: include/conversation.php:304 mod/tagger.php:110 +#, php-format +msgid "%1$s tagged %2$s's %3$s with %4$s" +msgstr "" + +#: include/conversation.php:331 +msgid "post/item" +msgstr "" + +#: include/conversation.php:332 +#, php-format +msgid "%1$s marked %2$s's %3$s as favorite" +msgstr "" + +#: include/conversation.php:605 mod/photos.php:1501 mod/profiles.php:355 +msgid "Likes" +msgstr "" + +#: include/conversation.php:605 mod/photos.php:1501 mod/profiles.php:359 +msgid "Dislikes" +msgstr "" + +#: include/conversation.php:606 include/conversation.php:1687 +#: mod/photos.php:1502 +msgid "Attending" +msgid_plural "Attending" +msgstr[0] "" +msgstr[1] "" + +#: include/conversation.php:606 mod/photos.php:1502 +msgid "Not attending" +msgstr "" + +#: include/conversation.php:606 mod/photos.php:1502 +msgid "Might attend" +msgstr "" + +#: include/conversation.php:744 mod/photos.php:1569 src/Object/Post.php:178 +msgid "Select" +msgstr "" + +#: include/conversation.php:745 mod/photos.php:1570 mod/contacts.php:830 +#: mod/contacts.php:1035 mod/admin.php:1798 mod/settings.php:738 +#: src/Object/Post.php:179 +msgid "Delete" +msgstr "" + +#: include/conversation.php:783 src/Object/Post.php:363 src/Object/Post.php:364 +#, php-format +msgid "View %s's profile @ %s" +msgstr "" + +#: include/conversation.php:795 src/Object/Post.php:351 +msgid "Categories:" +msgstr "" + +#: include/conversation.php:796 src/Object/Post.php:352 +msgid "Filed under:" +msgstr "" + +#: include/conversation.php:803 src/Object/Post.php:377 +#, php-format +msgid "%s from %s" +msgstr "" + +#: include/conversation.php:818 +msgid "View in context" +msgstr "" + +#: include/conversation.php:820 include/conversation.php:1360 +#: mod/wallmessage.php:145 mod/editpost.php:125 mod/message.php:264 +#: mod/message.php:433 mod/photos.php:1473 src/Object/Post.php:402 +msgid "Please wait" +msgstr "" + +#: include/conversation.php:891 +msgid "remove" +msgstr "" + +#: include/conversation.php:895 +msgid "Delete Selected Items" +msgstr "" + +#: include/conversation.php:1065 view/theme/frio/theme.php:352 +msgid "Follow Thread" +msgstr "" + +#: include/conversation.php:1066 src/Model/Contact.php:640 +msgid "View Status" +msgstr "" + +#: include/conversation.php:1067 include/conversation.php:1083 +#: mod/allfriends.php:73 mod/suggest.php:82 mod/match.php:89 +#: mod/dirfind.php:217 mod/directory.php:159 src/Model/Contact.php:580 +#: src/Model/Contact.php:593 src/Model/Contact.php:641 +msgid "View Profile" +msgstr "" + +#: include/conversation.php:1068 src/Model/Contact.php:642 +msgid "View Photos" +msgstr "" + +#: include/conversation.php:1069 src/Model/Contact.php:643 +msgid "Network Posts" +msgstr "" + +#: include/conversation.php:1070 src/Model/Contact.php:644 +msgid "View Contact" +msgstr "" + +#: include/conversation.php:1071 src/Model/Contact.php:646 +msgid "Send PM" +msgstr "" + +#: include/conversation.php:1075 src/Model/Contact.php:647 +msgid "Poke" +msgstr "" + +#: include/conversation.php:1080 mod/allfriends.php:74 mod/suggest.php:83 +#: mod/match.php:90 mod/dirfind.php:218 mod/follow.php:143 mod/contacts.php:596 +#: src/Content/Widget.php:61 src/Model/Contact.php:594 +msgid "Connect/Follow" +msgstr "" + +#: include/conversation.php:1199 +#, php-format +msgid "%s likes this." +msgstr "" + +#: include/conversation.php:1202 +#, php-format +msgid "%s doesn't like this." +msgstr "" + +#: include/conversation.php:1205 +#, php-format +msgid "%s attends." +msgstr "" + +#: include/conversation.php:1208 +#, php-format +msgid "%s doesn't attend." +msgstr "" + +#: include/conversation.php:1211 +#, php-format +msgid "%s attends maybe." +msgstr "" + +#: include/conversation.php:1222 +msgid "and" +msgstr "" + +#: include/conversation.php:1228 +#, php-format +msgid "and %d other people" +msgstr "" + +#: include/conversation.php:1237 +#, php-format +msgid "%2$d people like this" +msgstr "" + +#: include/conversation.php:1238 +#, php-format +msgid "%s like this." +msgstr "" + +#: include/conversation.php:1241 +#, php-format +msgid "%2$d people don't like this" +msgstr "" + +#: include/conversation.php:1242 +#, php-format +msgid "%s don't like this." +msgstr "" + +#: include/conversation.php:1245 +#, php-format +msgid "%2$d people attend" +msgstr "" + +#: include/conversation.php:1246 +#, php-format +msgid "%s attend." +msgstr "" + +#: include/conversation.php:1249 +#, php-format +msgid "%2$d people don't attend" +msgstr "" + +#: include/conversation.php:1250 +#, php-format +msgid "%s don't attend." +msgstr "" + +#: include/conversation.php:1253 +#, php-format +msgid "%2$d people attend maybe" +msgstr "" + +#: include/conversation.php:1254 +#, php-format +msgid "%s attend maybe." +msgstr "" + +#: include/conversation.php:1284 include/conversation.php:1300 +msgid "Visible to everybody" +msgstr "" + +#: include/conversation.php:1285 include/conversation.php:1301 +#: mod/wallmessage.php:120 mod/wallmessage.php:127 mod/message.php:200 +#: mod/message.php:207 mod/message.php:343 mod/message.php:350 +msgid "Please enter a link URL:" +msgstr "" + +#: include/conversation.php:1286 include/conversation.php:1302 +msgid "Please enter a video link/URL:" +msgstr "" + +#: include/conversation.php:1287 include/conversation.php:1303 +msgid "Please enter an audio link/URL:" +msgstr "" + +#: include/conversation.php:1288 include/conversation.php:1304 +msgid "Tag term:" +msgstr "" + +#: include/conversation.php:1289 include/conversation.php:1305 mod/filer.php:34 +msgid "Save to Folder:" +msgstr "" + +#: include/conversation.php:1290 include/conversation.php:1306 +msgid "Where are you right now?" +msgstr "" + +#: include/conversation.php:1291 +msgid "Delete item(s)?" +msgstr "" + +#: include/conversation.php:1338 +msgid "New Post" +msgstr "" + +#: include/conversation.php:1341 +msgid "Share" +msgstr "" + +#: include/conversation.php:1342 mod/wallmessage.php:143 mod/editpost.php:111 +#: mod/message.php:262 mod/message.php:430 +msgid "Upload photo" +msgstr "" + +#: include/conversation.php:1343 mod/editpost.php:112 +msgid "upload photo" +msgstr "" + +#: include/conversation.php:1344 mod/editpost.php:113 +msgid "Attach file" +msgstr "" + +#: include/conversation.php:1345 mod/editpost.php:114 +msgid "attach file" +msgstr "" + +#: include/conversation.php:1346 mod/wallmessage.php:144 mod/editpost.php:115 +#: mod/message.php:263 mod/message.php:431 +msgid "Insert web link" +msgstr "" + +#: include/conversation.php:1347 mod/editpost.php:116 +msgid "web link" +msgstr "" + +#: include/conversation.php:1348 mod/editpost.php:117 +msgid "Insert video link" +msgstr "" + +#: include/conversation.php:1349 mod/editpost.php:118 +msgid "video link" +msgstr "" + +#: include/conversation.php:1350 mod/editpost.php:119 +msgid "Insert audio link" +msgstr "" + +#: include/conversation.php:1351 mod/editpost.php:120 +msgid "audio link" +msgstr "" + +#: include/conversation.php:1352 mod/editpost.php:121 +msgid "Set your location" +msgstr "" + +#: include/conversation.php:1353 mod/editpost.php:122 +msgid "set location" +msgstr "" + +#: include/conversation.php:1354 mod/editpost.php:123 +msgid "Clear browser location" +msgstr "" + +#: include/conversation.php:1355 mod/editpost.php:124 +msgid "clear location" +msgstr "" + +#: include/conversation.php:1357 mod/editpost.php:138 +msgid "Set title" +msgstr "" + +#: include/conversation.php:1359 mod/editpost.php:140 +msgid "Categories (comma-separated list)" +msgstr "" + +#: include/conversation.php:1361 mod/editpost.php:126 +msgid "Permission settings" +msgstr "" + +#: include/conversation.php:1362 mod/editpost.php:155 +msgid "permissions" +msgstr "" + +#: include/conversation.php:1370 mod/editpost.php:135 +msgid "Public post" +msgstr "" + +#: include/conversation.php:1374 mod/editpost.php:146 mod/photos.php:1492 +#: mod/photos.php:1531 mod/photos.php:1604 mod/events.php:528 +#: src/Object/Post.php:805 +msgid "Preview" +msgstr "" + +#: include/conversation.php:1383 +msgid "Post to Groups" +msgstr "" + +#: include/conversation.php:1384 +msgid "Post to Contacts" +msgstr "" + +#: include/conversation.php:1385 +msgid "Private post" +msgstr "" + +#: include/conversation.php:1390 mod/editpost.php:153 src/Model/Profile.php:342 +msgid "Message" +msgstr "" + +#: include/conversation.php:1391 mod/editpost.php:154 +msgid "Browser" +msgstr "" + +#: include/conversation.php:1658 +msgid "View all" +msgstr "" + +#: include/conversation.php:1681 +msgid "Like" +msgid_plural "Likes" +msgstr[0] "" +msgstr[1] "" + +#: include/conversation.php:1684 +msgid "Dislike" +msgid_plural "Dislikes" +msgstr[0] "" +msgstr[1] "" + +#: include/conversation.php:1690 +msgid "Not Attending" +msgid_plural "Not Attending" +msgstr[0] "" +msgstr[1] "" + +#: include/conversation.php:1693 src/Content/ContactSelector.php:125 +msgid "Undecided" +msgid_plural "Undecided" +msgstr[0] "" +msgstr[1] "" + #: include/text.php:302 msgid "newer" msgstr "" @@ -756,7 +906,7 @@ msgstr[1] "" msgid "View Contacts" msgstr "" -#: include/text.php:1010 mod/editpost.php:112 mod/filer.php:35 mod/notes.php:68 +#: include/text.php:1010 mod/filer.php:35 mod/editpost.php:110 mod/notes.php:67 msgid "Save" msgstr "" @@ -781,15 +931,15 @@ msgstr "" msgid "Tags" msgstr "" -#: include/text.php:1027 mod/contacts.php:805 mod/contacts.php:866 -#: mod/viewcontacts.php:131 view/theme/frio/theme.php:270 -#: src/Content/Nav.php:147 src/Content/Nav.php:212 src/Model/Profile.php:957 -#: src/Model/Profile.php:960 +#: include/text.php:1027 mod/viewcontacts.php:131 mod/contacts.php:814 +#: mod/contacts.php:875 src/Content/Nav.php:147 src/Content/Nav.php:212 +#: src/Model/Profile.php:957 src/Model/Profile.php:960 +#: view/theme/frio/theme.php:270 msgid "Contacts" msgstr "" -#: include/text.php:1030 view/theme/vier/theme.php:254 -#: src/Content/ForumManager.php:125 src/Content/Nav.php:151 +#: include/text.php:1030 src/Content/ForumManager.php:125 +#: src/Content/Nav.php:151 view/theme/vier/theme.php:254 msgid "Forums" msgstr "" @@ -841,487 +991,204 @@ msgstr "" msgid "rebuffed" msgstr "" +#: include/text.php:1093 mod/settings.php:943 src/Model/Event.php:379 +msgid "Monday" +msgstr "" + +#: include/text.php:1093 src/Model/Event.php:380 +msgid "Tuesday" +msgstr "" + +#: include/text.php:1093 src/Model/Event.php:381 +msgid "Wednesday" +msgstr "" + +#: include/text.php:1093 src/Model/Event.php:382 +msgid "Thursday" +msgstr "" + +#: include/text.php:1093 src/Model/Event.php:383 +msgid "Friday" +msgstr "" + +#: include/text.php:1093 src/Model/Event.php:384 +msgid "Saturday" +msgstr "" + +#: include/text.php:1093 mod/settings.php:943 src/Model/Event.php:378 +msgid "Sunday" +msgstr "" + +#: include/text.php:1097 src/Model/Event.php:399 +msgid "January" +msgstr "" + +#: include/text.php:1097 src/Model/Event.php:400 +msgid "February" +msgstr "" + +#: include/text.php:1097 src/Model/Event.php:401 +msgid "March" +msgstr "" + +#: include/text.php:1097 src/Model/Event.php:402 +msgid "April" +msgstr "" + +#: include/text.php:1097 include/text.php:1114 src/Model/Event.php:390 +#: src/Model/Event.php:403 +msgid "May" +msgstr "" + +#: include/text.php:1097 src/Model/Event.php:404 +msgid "June" +msgstr "" + +#: include/text.php:1097 src/Model/Event.php:405 +msgid "July" +msgstr "" + +#: include/text.php:1097 src/Model/Event.php:406 +msgid "August" +msgstr "" + +#: include/text.php:1097 src/Model/Event.php:407 +msgid "September" +msgstr "" + +#: include/text.php:1097 src/Model/Event.php:408 +msgid "October" +msgstr "" + +#: include/text.php:1097 src/Model/Event.php:409 +msgid "November" +msgstr "" + +#: include/text.php:1097 src/Model/Event.php:410 +msgid "December" +msgstr "" + +#: include/text.php:1111 src/Model/Event.php:371 +msgid "Mon" +msgstr "" + +#: include/text.php:1111 src/Model/Event.php:372 +msgid "Tue" +msgstr "" + +#: include/text.php:1111 src/Model/Event.php:373 +msgid "Wed" +msgstr "" + +#: include/text.php:1111 src/Model/Event.php:374 +msgid "Thu" +msgstr "" + +#: include/text.php:1111 src/Model/Event.php:375 +msgid "Fri" +msgstr "" + +#: include/text.php:1111 src/Model/Event.php:376 +msgid "Sat" +msgstr "" + +#: include/text.php:1111 src/Model/Event.php:370 +msgid "Sun" +msgstr "" + +#: include/text.php:1114 src/Model/Event.php:386 +msgid "Jan" +msgstr "" + +#: include/text.php:1114 src/Model/Event.php:387 +msgid "Feb" +msgstr "" + +#: include/text.php:1114 src/Model/Event.php:388 +msgid "Mar" +msgstr "" + +#: include/text.php:1114 src/Model/Event.php:389 +msgid "Apr" +msgstr "" + +#: include/text.php:1114 src/Model/Event.php:392 +msgid "Jul" +msgstr "" + +#: include/text.php:1114 src/Model/Event.php:393 +msgid "Aug" +msgstr "" + #: include/text.php:1114 msgid "Sep" msgstr "" -#: include/text.php:1315 mod/videos.php:381 +#: include/text.php:1114 src/Model/Event.php:395 +msgid "Oct" +msgstr "" + +#: include/text.php:1114 src/Model/Event.php:396 +msgid "Nov" +msgstr "" + +#: include/text.php:1114 src/Model/Event.php:397 +msgid "Dec" +msgstr "" + +#: include/text.php:1275 +#, php-format +msgid "Content warning: %s" +msgstr "" + +#: include/text.php:1345 mod/videos.php:380 msgid "View Video" msgstr "" -#: include/text.php:1332 +#: include/text.php:1362 msgid "bytes" msgstr "" -#: include/text.php:1367 include/text.php:1378 +#: include/text.php:1395 include/text.php:1406 include/text.php:1442 msgid "Click to open/close" msgstr "" -#: include/text.php:1502 +#: include/text.php:1559 msgid "View on separate page" msgstr "" -#: include/text.php:1503 +#: include/text.php:1560 msgid "view on separate page" msgstr "" -#: include/text.php:1717 include/conversation.php:146 -#: include/conversation.php:284 src/Model/Item.php:1785 -msgid "event" +#: include/text.php:1565 include/text.php:1572 src/Model/Event.php:594 +msgid "link to source" msgstr "" -#: include/text.php:1719 include/conversation.php:154 -#: include/conversation.php:292 mod/subthread.php:97 mod/tagger.php:72 -#: src/Model/Item.php:1783 -msgid "photo" -msgstr "" - -#: include/text.php:1721 +#: include/text.php:1778 msgid "activity" msgstr "" -#: include/text.php:1723 src/Object/Post.php:421 src/Object/Post.php:433 +#: include/text.php:1780 src/Object/Post.php:429 src/Object/Post.php:441 msgid "comment" msgid_plural "comments" msgstr[0] "" msgstr[1] "" -#: include/text.php:1726 +#: include/text.php:1783 msgid "post" msgstr "" -#: include/text.php:1883 +#: include/text.php:1940 msgid "Item filed" msgstr "" -#: include/conversation.php:149 include/conversation.php:159 -#: include/conversation.php:287 include/conversation.php:296 -#: mod/subthread.php:97 mod/tagger.php:72 src/Model/Item.php:1783 -#: src/Protocol/Diaspora.php:1946 -msgid "status" -msgstr "" - -#: include/conversation.php:166 src/Model/Item.php:1656 -#: src/Protocol/Diaspora.php:1942 -#, php-format -msgid "%1$s likes %2$s's %3$s" -msgstr "" - -#: include/conversation.php:169 src/Model/Item.php:1661 -#, php-format -msgid "%1$s doesn't like %2$s's %3$s" -msgstr "" - -#: include/conversation.php:172 -#, php-format -msgid "%1$s attends %2$s's %3$s" -msgstr "" - -#: include/conversation.php:175 -#, php-format -msgid "%1$s doesn't attend %2$s's %3$s" -msgstr "" - -#: include/conversation.php:178 -#, php-format -msgid "%1$s attends maybe %2$s's %3$s" -msgstr "" - -#: include/conversation.php:211 mod/dfrn_confirm.php:431 -#: src/Protocol/Diaspora.php:2414 -#, php-format -msgid "%1$s is now friends with %2$s" -msgstr "" - -#: include/conversation.php:252 -#, php-format -msgid "%1$s poked %2$s" -msgstr "" - -#: include/conversation.php:306 mod/tagger.php:110 -#, php-format -msgid "%1$s tagged %2$s's %3$s with %4$s" -msgstr "" - -#: include/conversation.php:333 -msgid "post/item" -msgstr "" - -#: include/conversation.php:334 -#, php-format -msgid "%1$s marked %2$s's %3$s as favorite" -msgstr "" - -#: include/conversation.php:607 mod/profiles.php:354 mod/photos.php:1501 -msgid "Likes" -msgstr "" - -#: include/conversation.php:607 mod/profiles.php:358 mod/photos.php:1501 -msgid "Dislikes" -msgstr "" - -#: include/conversation.php:608 include/conversation.php:1682 -#: mod/photos.php:1502 -msgid "Attending" -msgid_plural "Attending" -msgstr[0] "" -msgstr[1] "" - -#: include/conversation.php:608 mod/photos.php:1502 -msgid "Not attending" -msgstr "" - -#: include/conversation.php:608 mod/photos.php:1502 -msgid "Might attend" -msgstr "" - -#: include/conversation.php:746 mod/photos.php:1569 src/Object/Post.php:177 -msgid "Select" -msgstr "" - -#: include/conversation.php:747 mod/contacts.php:821 mod/contacts.php:1019 -#: mod/photos.php:1570 mod/settings.php:742 mod/admin.php:1706 -#: src/Object/Post.php:178 -msgid "Delete" -msgstr "" - -#: include/conversation.php:779 src/Object/Post.php:355 src/Object/Post.php:356 -#, php-format -msgid "View %s's profile @ %s" -msgstr "" - -#: include/conversation.php:791 src/Object/Post.php:343 -msgid "Categories:" -msgstr "" - -#: include/conversation.php:792 src/Object/Post.php:344 -msgid "Filed under:" -msgstr "" - -#: include/conversation.php:799 src/Object/Post.php:369 -#, php-format -msgid "%s from %s" -msgstr "" - -#: include/conversation.php:814 -msgid "View in context" -msgstr "" - -#: include/conversation.php:816 include/conversation.php:1355 -#: mod/editpost.php:127 mod/message.php:264 mod/message.php:433 -#: mod/photos.php:1473 mod/wallmessage.php:145 src/Object/Post.php:394 -msgid "Please wait" -msgstr "" - -#: include/conversation.php:887 -msgid "remove" -msgstr "" - -#: include/conversation.php:891 -msgid "Delete Selected Items" -msgstr "" - -#: include/conversation.php:1061 view/theme/frio/theme.php:352 -msgid "Follow Thread" -msgstr "" - -#: include/conversation.php:1062 src/Model/Contact.php:554 -msgid "View Status" -msgstr "" - -#: include/conversation.php:1063 include/conversation.php:1079 -#: mod/allfriends.php:73 mod/directory.php:153 mod/suggest.php:82 -#: mod/dirfind.php:220 mod/match.php:89 src/Model/Contact.php:497 -#: src/Model/Contact.php:510 src/Model/Contact.php:555 -msgid "View Profile" -msgstr "" - -#: include/conversation.php:1064 src/Model/Contact.php:556 -msgid "View Photos" -msgstr "" - -#: include/conversation.php:1065 src/Model/Contact.php:557 -msgid "Network Posts" -msgstr "" - -#: include/conversation.php:1066 src/Model/Contact.php:558 -msgid "View Contact" -msgstr "" - -#: include/conversation.php:1067 src/Model/Contact.php:560 -msgid "Send PM" -msgstr "" - -#: include/conversation.php:1071 src/Model/Contact.php:561 -msgid "Poke" -msgstr "" - -#: include/conversation.php:1076 mod/allfriends.php:74 mod/suggest.php:83 -#: mod/dirfind.php:221 mod/match.php:90 mod/contacts.php:587 mod/follow.php:141 -#: src/Content/Widget.php:61 src/Model/Contact.php:511 -msgid "Connect/Follow" -msgstr "" - -#: include/conversation.php:1195 -#, php-format -msgid "%s likes this." -msgstr "" - -#: include/conversation.php:1198 -#, php-format -msgid "%s doesn't like this." -msgstr "" - -#: include/conversation.php:1201 -#, php-format -msgid "%s attends." -msgstr "" - -#: include/conversation.php:1204 -#, php-format -msgid "%s doesn't attend." -msgstr "" - -#: include/conversation.php:1207 -#, php-format -msgid "%s attends maybe." -msgstr "" - -#: include/conversation.php:1218 -msgid "and" -msgstr "" - -#: include/conversation.php:1224 -#, php-format -msgid "and %d other people" -msgstr "" - -#: include/conversation.php:1233 -#, php-format -msgid "%2$d people like this" -msgstr "" - -#: include/conversation.php:1234 -#, php-format -msgid "%s like this." -msgstr "" - -#: include/conversation.php:1237 -#, php-format -msgid "%2$d people don't like this" -msgstr "" - -#: include/conversation.php:1238 -#, php-format -msgid "%s don't like this." -msgstr "" - -#: include/conversation.php:1241 -#, php-format -msgid "%2$d people attend" -msgstr "" - -#: include/conversation.php:1242 -#, php-format -msgid "%s attend." -msgstr "" - -#: include/conversation.php:1245 -#, php-format -msgid "%2$d people don't attend" -msgstr "" - -#: include/conversation.php:1246 -#, php-format -msgid "%s don't attend." -msgstr "" - -#: include/conversation.php:1249 -#, php-format -msgid "%2$d people attend maybe" -msgstr "" - -#: include/conversation.php:1250 -#, php-format -msgid "%s anttend maybe." -msgstr "" - -#: include/conversation.php:1280 include/conversation.php:1296 -msgid "Visible to everybody" -msgstr "" - -#: include/conversation.php:1281 include/conversation.php:1297 -#: mod/message.php:200 mod/message.php:207 mod/message.php:343 -#: mod/message.php:350 mod/wallmessage.php:120 mod/wallmessage.php:127 -msgid "Please enter a link URL:" -msgstr "" - -#: include/conversation.php:1282 include/conversation.php:1298 -msgid "Please enter a video link/URL:" -msgstr "" - -#: include/conversation.php:1283 include/conversation.php:1299 -msgid "Please enter an audio link/URL:" -msgstr "" - -#: include/conversation.php:1284 include/conversation.php:1300 -msgid "Tag term:" -msgstr "" - -#: include/conversation.php:1285 include/conversation.php:1301 mod/filer.php:34 -msgid "Save to Folder:" -msgstr "" - -#: include/conversation.php:1286 include/conversation.php:1302 -msgid "Where are you right now?" -msgstr "" - -#: include/conversation.php:1287 -msgid "Delete item(s)?" -msgstr "" - -#: include/conversation.php:1336 -msgid "Share" -msgstr "" - -#: include/conversation.php:1337 mod/editpost.php:113 mod/message.php:262 -#: mod/message.php:430 mod/wallmessage.php:143 -msgid "Upload photo" -msgstr "" - -#: include/conversation.php:1338 mod/editpost.php:114 -msgid "upload photo" -msgstr "" - -#: include/conversation.php:1339 mod/editpost.php:115 -msgid "Attach file" -msgstr "" - -#: include/conversation.php:1340 mod/editpost.php:116 -msgid "attach file" -msgstr "" - -#: include/conversation.php:1341 mod/editpost.php:117 mod/message.php:263 -#: mod/message.php:431 mod/wallmessage.php:144 -msgid "Insert web link" -msgstr "" - -#: include/conversation.php:1342 mod/editpost.php:118 -msgid "web link" -msgstr "" - -#: include/conversation.php:1343 mod/editpost.php:119 -msgid "Insert video link" -msgstr "" - -#: include/conversation.php:1344 mod/editpost.php:120 -msgid "video link" -msgstr "" - -#: include/conversation.php:1345 mod/editpost.php:121 -msgid "Insert audio link" -msgstr "" - -#: include/conversation.php:1346 mod/editpost.php:122 -msgid "audio link" -msgstr "" - -#: include/conversation.php:1347 mod/editpost.php:123 -msgid "Set your location" -msgstr "" - -#: include/conversation.php:1348 mod/editpost.php:124 -msgid "set location" -msgstr "" - -#: include/conversation.php:1349 mod/editpost.php:125 -msgid "Clear browser location" -msgstr "" - -#: include/conversation.php:1350 mod/editpost.php:126 -msgid "clear location" -msgstr "" - -#: include/conversation.php:1352 mod/editpost.php:140 -msgid "Set title" -msgstr "" - -#: include/conversation.php:1354 mod/editpost.php:142 -msgid "Categories (comma-separated list)" -msgstr "" - -#: include/conversation.php:1356 mod/editpost.php:128 -msgid "Permission settings" -msgstr "" - -#: include/conversation.php:1357 mod/editpost.php:157 -msgid "permissions" -msgstr "" - -#: include/conversation.php:1365 mod/editpost.php:137 -msgid "Public post" -msgstr "" - -#: include/conversation.php:1369 mod/editpost.php:148 mod/events.php:531 -#: mod/photos.php:1492 mod/photos.php:1531 mod/photos.php:1604 -#: src/Object/Post.php:797 -msgid "Preview" -msgstr "" - -#: include/conversation.php:1378 -msgid "Post to Groups" -msgstr "" - -#: include/conversation.php:1379 -msgid "Post to Contacts" -msgstr "" - -#: include/conversation.php:1380 -msgid "Private post" -msgstr "" - -#: include/conversation.php:1385 mod/editpost.php:155 src/Model/Profile.php:342 -msgid "Message" -msgstr "" - -#: include/conversation.php:1386 mod/editpost.php:156 -msgid "Browser" -msgstr "" - -#: include/conversation.php:1653 -msgid "View all" -msgstr "" - -#: include/conversation.php:1676 -msgid "Like" -msgid_plural "Likes" -msgstr[0] "" -msgstr[1] "" - -#: include/conversation.php:1679 -msgid "Dislike" -msgid_plural "Dislikes" -msgstr[0] "" -msgstr[1] "" - -#: include/conversation.php:1685 -msgid "Not Attending" -msgid_plural "Not Attending" -msgstr[0] "" -msgstr[1] "" - -#: include/conversation.php:1688 src/Content/ContactSelector.php:125 -msgid "Undecided" -msgid_plural "Undecided" -msgstr[0] "" -msgstr[1] "" - #: mod/allfriends.php:51 msgid "No friends to display." msgstr "" -#: mod/allfriends.php:90 mod/suggest.php:101 mod/dirfind.php:218 -#: mod/match.php:105 src/Content/Widget.php:37 src/Model/Profile.php:297 +#: mod/allfriends.php:90 mod/suggest.php:101 mod/match.php:105 +#: mod/dirfind.php:215 src/Content/Widget.php:37 src/Model/Profile.php:297 msgid "Connect" msgstr "" @@ -1343,17 +1210,17 @@ msgid "" "and/or create new posts for you?" msgstr "" -#: mod/api.php:111 mod/profiles.php:649 mod/profiles.php:653 -#: mod/profiles.php:674 mod/dfrn_request.php:653 mod/follow.php:148 -#: mod/settings.php:1109 mod/settings.php:1115 mod/settings.php:1122 -#: mod/settings.php:1126 mod/settings.php:1130 mod/settings.php:1134 -#: mod/settings.php:1138 mod/settings.php:1142 mod/settings.php:1162 -#: mod/settings.php:1163 mod/settings.php:1164 mod/settings.php:1165 -#: mod/settings.php:1166 mod/register.php:238 +#: mod/api.php:111 mod/dfrn_request.php:653 mod/follow.php:150 +#: mod/profiles.php:636 mod/profiles.php:640 mod/profiles.php:661 +#: mod/register.php:238 mod/settings.php:1105 mod/settings.php:1111 +#: mod/settings.php:1118 mod/settings.php:1122 mod/settings.php:1126 +#: mod/settings.php:1130 mod/settings.php:1134 mod/settings.php:1138 +#: mod/settings.php:1158 mod/settings.php:1159 mod/settings.php:1160 +#: mod/settings.php:1161 mod/settings.php:1162 msgid "No" msgstr "" -#: mod/apps.php:14 index.php:242 +#: mod/apps.php:14 index.php:245 msgid "You must be logged in to use addons. " msgstr "" @@ -1373,19 +1240,11 @@ msgstr "" msgid "Item was not found." msgstr "" -#: mod/bookmarklet.php:21 src/Content/Nav.php:114 src/Module/Login.php:312 -msgid "Login" -msgstr "" - -#: mod/bookmarklet.php:49 -msgid "The post was created" -msgstr "" - #: mod/common.php:91 msgid "No contacts in common." msgstr "" -#: mod/common.php:140 mod/contacts.php:877 +#: mod/common.php:140 mod/contacts.php:886 msgid "Common Friends" msgstr "" @@ -1408,8 +1267,8 @@ msgstr "" msgid "Contact update failed." msgstr "" -#: mod/crepair.php:110 mod/dfrn_confirm.php:131 mod/fsuggest.php:29 -#: mod/fsuggest.php:97 +#: mod/crepair.php:110 mod/dfrn_confirm.php:131 mod/fsuggest.php:30 +#: mod/fsuggest.php:96 msgid "Contact not found." msgstr "" @@ -1445,15 +1304,15 @@ msgstr "" msgid "Refetch contact data" msgstr "" -#: mod/crepair.php:148 mod/fsuggest.php:116 mod/invite.php:150 -#: mod/manage.php:184 mod/profiles.php:685 mod/contacts.php:601 -#: mod/events.php:533 mod/install.php:251 mod/install.php:290 -#: mod/localtime.php:56 mod/message.php:265 mod/message.php:432 -#: mod/photos.php:1080 mod/photos.php:1160 mod/photos.php:1445 -#: mod/photos.php:1491 mod/photos.php:1530 mod/photos.php:1603 mod/poke.php:199 +#: mod/crepair.php:148 mod/invite.php:150 mod/manage.php:184 +#: mod/localtime.php:56 mod/poke.php:199 mod/fsuggest.php:114 +#: mod/message.php:265 mod/message.php:432 mod/photos.php:1080 +#: mod/photos.php:1160 mod/photos.php:1445 mod/photos.php:1491 +#: mod/photos.php:1530 mod/photos.php:1603 mod/install.php:251 +#: mod/install.php:290 mod/events.php:530 mod/profiles.php:672 +#: mod/contacts.php:610 src/Object/Post.php:796 #: view/theme/duepuntozero/config.php:71 view/theme/frio/config.php:113 #: view/theme/quattro/config.php:73 view/theme/vier/config.php:119 -#: src/Object/Post.php:788 msgid "Submit" msgstr "" @@ -1471,9 +1330,9 @@ msgid "" "entries from this contact." msgstr "" -#: mod/crepair.php:158 mod/settings.php:681 mod/settings.php:707 -#: mod/admin.php:439 mod/admin.php:1689 mod/admin.php:1701 mod/admin.php:1714 -#: mod/admin.php:1730 +#: mod/crepair.php:158 mod/admin.php:490 mod/admin.php:1781 mod/admin.php:1793 +#: mod/admin.php:1806 mod/admin.php:1822 mod/settings.php:677 +#: mod/settings.php:703 msgid "Name" msgstr "" @@ -1509,57 +1368,8 @@ msgstr "" msgid "New photo from this URL" msgstr "" -#: mod/directory.php:38 mod/community.php:25 mod/dfrn_request.php:607 -#: mod/display.php:201 mod/photos.php:932 mod/probe.php:13 mod/search.php:98 -#: mod/search.php:104 mod/videos.php:200 mod/viewcontacts.php:45 -#: mod/webfinger.php:16 -msgid "Public access denied." -msgstr "" - -#: mod/directory.php:142 mod/notifications.php:253 src/Model/Profile.php:420 -#: src/Model/Profile.php:745 -msgid "Gender:" -msgstr "" - -#: mod/directory.php:144 src/Model/Profile.php:421 src/Model/Profile.php:769 -msgid "Status:" -msgstr "" - -#: mod/directory.php:146 src/Model/Profile.php:422 src/Model/Profile.php:786 -msgid "Homepage:" -msgstr "" - -#: mod/directory.php:148 mod/notifications.php:249 mod/contacts.php:655 -#: src/Model/Profile.php:423 src/Model/Profile.php:806 -msgid "About:" -msgstr "" - -#: mod/directory.php:195 view/theme/vier/theme.php:201 -msgid "Global Directory" -msgstr "" - -#: mod/directory.php:197 -msgid "Find on this site" -msgstr "" - -#: mod/directory.php:199 -msgid "Results for:" -msgstr "" - -#: mod/directory.php:201 -msgid "Site Directory" -msgstr "" - -#: mod/directory.php:202 mod/contacts.php:811 src/Content/Widget.php:63 -msgid "Find" -msgstr "" - -#: mod/directory.php:206 -msgid "No entries (some entries may be hidden)." -msgstr "" - -#: mod/fbrowser.php:34 view/theme/frio/theme.php:261 src/Content/Nav.php:102 -#: src/Model/Profile.php:904 +#: mod/fbrowser.php:34 src/Content/Nav.php:102 src/Model/Profile.php:904 +#: view/theme/frio/theme.php:261 msgid "Photos" msgstr "" @@ -1570,7 +1380,7 @@ msgstr "" msgid "Contact Photos" msgstr "" -#: mod/fbrowser.php:105 mod/fbrowser.php:136 mod/profile_photo.php:265 +#: mod/fbrowser.php:105 mod/fbrowser.php:136 mod/profile_photo.php:250 msgid "Upload" msgstr "" @@ -1579,86 +1389,10 @@ msgid "Files" msgstr "" #: mod/fetch.php:16 mod/fetch.php:52 mod/fetch.php:65 mod/help.php:60 -#: mod/p.php:21 mod/p.php:48 mod/p.php:57 index.php:289 +#: mod/p.php:21 mod/p.php:48 mod/p.php:57 index.php:292 msgid "Not Found" msgstr "" -#: mod/group.php:36 -msgid "Group created." -msgstr "" - -#: mod/group.php:42 -msgid "Could not create group." -msgstr "" - -#: mod/group.php:56 mod/group.php:158 -msgid "Group not found." -msgstr "" - -#: mod/group.php:70 -msgid "Group name changed." -msgstr "" - -#: mod/group.php:83 mod/profperm.php:28 index.php:412 -msgid "Permission denied" -msgstr "" - -#: mod/group.php:97 -msgid "Save Group" -msgstr "" - -#: mod/group.php:102 -msgid "Create a group of contacts/friends." -msgstr "" - -#: mod/group.php:103 mod/group.php:200 src/Model/Group.php:409 -msgid "Group Name: " -msgstr "" - -#: mod/group.php:127 -msgid "Group removed." -msgstr "" - -#: mod/group.php:129 -msgid "Unable to remove group." -msgstr "" - -#: mod/group.php:193 -msgid "Delete Group" -msgstr "" - -#: mod/group.php:199 -msgid "Group Editor" -msgstr "" - -#: mod/group.php:204 -msgid "Edit Group Name" -msgstr "" - -#: mod/group.php:214 -msgid "Members" -msgstr "" - -#: mod/group.php:216 mod/contacts.php:710 -msgid "All Contacts" -msgstr "" - -#: mod/group.php:217 mod/network.php:639 -msgid "Group is empty" -msgstr "" - -#: mod/group.php:230 -msgid "Remove Contact" -msgstr "" - -#: mod/group.php:254 -msgid "Add Contact" -msgstr "" - -#: mod/group.php:266 mod/profperm.php:115 -msgid "Click on a contact to add or remove." -msgstr "" - #: mod/hcard.php:18 msgid "No profile" msgstr "" @@ -1667,11 +1401,11 @@ msgstr "" msgid "Help:" msgstr "" -#: mod/help.php:54 view/theme/vier/theme.php:298 src/Content/Nav.php:134 +#: mod/help.php:54 src/Content/Nav.php:134 view/theme/vier/theme.php:298 msgid "Help" msgstr "" -#: mod/help.php:63 index.php:294 +#: mod/help.php:63 index.php:297 msgid "Page not found." msgstr "" @@ -1723,8 +1457,8 @@ msgid "" "join." msgstr "" -#: mod/newmember.php:19 mod/settings.php:122 mod/admin.php:1814 -#: mod/admin.php:2083 view/theme/frio/theme.php:269 src/Content/Nav.php:206 +#: mod/newmember.php:19 mod/admin.php:1906 mod/admin.php:2175 +#: mod/settings.php:123 src/Content/Nav.php:206 view/theme/frio/theme.php:269 msgid "Settings" msgstr "" @@ -1747,14 +1481,14 @@ msgid "" "potential friends know exactly how to find you." msgstr "" -#: mod/newmember.php:24 mod/contacts.php:662 mod/contacts.php:854 -#: mod/profperm.php:113 view/theme/frio/theme.php:260 src/Content/Nav.php:101 -#: src/Model/Profile.php:730 src/Model/Profile.php:863 -#: src/Model/Profile.php:896 +#: mod/newmember.php:24 mod/profperm.php:113 mod/contacts.php:671 +#: mod/contacts.php:863 src/Content/Nav.php:101 src/Model/Profile.php:730 +#: src/Model/Profile.php:863 src/Model/Profile.php:896 +#: view/theme/frio/theme.php:260 msgid "Profile" msgstr "" -#: mod/newmember.php:26 mod/profiles.php:704 mod/profile_photo.php:264 +#: mod/newmember.php:26 mod/profile_photo.php:249 mod/profiles.php:691 msgid "Upload Profile Photo" msgstr "" @@ -1837,7 +1571,7 @@ msgid "" "hours." msgstr "" -#: mod/newmember.php:43 src/Model/Group.php:402 +#: mod/newmember.php:43 src/Model/Group.php:401 msgid "Groups" msgstr "" @@ -1877,13 +1611,13 @@ msgid "" "features and resources." msgstr "" -#: mod/nogroup.php:42 mod/contacts.php:610 mod/contacts.php:943 -#: mod/viewcontacts.php:112 +#: mod/nogroup.php:42 mod/viewcontacts.php:112 mod/contacts.php:619 +#: mod/contacts.php:959 #, php-format msgid "Visit %s's profile [%s]" msgstr "" -#: mod/nogroup.php:43 mod/contacts.php:944 +#: mod/nogroup.php:43 mod/contacts.php:960 msgid "Edit contact" msgstr "" @@ -1903,11 +1637,11 @@ msgstr "" msgid "Error" msgstr "" -#: mod/repair_ostatus.php:48 mod/ostatus_subscribe.php:61 +#: mod/repair_ostatus.php:48 mod/ostatus_subscribe.php:64 msgid "Done" msgstr "" -#: mod/repair_ostatus.php:54 mod/ostatus_subscribe.php:85 +#: mod/repair_ostatus.php:54 mod/ostatus_subscribe.php:88 msgid "Keep this window open until done." msgstr "" @@ -1925,53 +1659,10 @@ msgstr "" msgid "Ignore/Hide" msgstr "" -#: mod/suggest.php:114 view/theme/vier/theme.php:203 src/Content/Widget.php:64 +#: mod/suggest.php:114 src/Content/Widget.php:64 view/theme/vier/theme.php:203 msgid "Friend Suggestions" msgstr "" -#: mod/unfollow.php:34 -msgid "Contact wasn't found or can't be unfollowed." -msgstr "" - -#: mod/unfollow.php:47 -msgid "Contact unfollowed" -msgstr "" - -#: mod/unfollow.php:65 mod/dfrn_request.php:662 mod/follow.php:61 -msgid "Submit Request" -msgstr "" - -#: mod/unfollow.php:73 -msgid "You aren't a friend of this contact." -msgstr "" - -#: mod/unfollow.php:79 -msgid "Unfollowing is currently not supported by your network." -msgstr "" - -#: mod/unfollow.php:100 mod/contacts.php:590 -msgid "Disconnect/Unfollow" -msgstr "" - -#: mod/unfollow.php:113 mod/dfrn_request.php:660 mod/follow.php:155 -msgid "Your Identity Address:" -msgstr "" - -#: mod/unfollow.php:122 mod/notifications.php:258 mod/contacts.php:647 -#: mod/follow.php:164 mod/admin.php:439 mod/admin.php:449 -msgid "Profile URL" -msgstr "" - -#: mod/unfollow.php:132 mod/contacts.php:849 mod/follow.php:181 -#: src/Model/Profile.php:891 -msgid "Status Messages and Posts" -msgstr "" - -#: mod/update_community.php:27 mod/update_display.php:27 -#: mod/update_notes.php:40 mod/update_profile.php:39 mod/update_network.php:33 -msgid "[Embedded content - reload page to view]" -msgstr "" - #: mod/uimport.php:55 mod/register.php:191 msgid "" "This site has exceeded the number of allowed daily account registrations. " @@ -2013,74 +1704,16 @@ msgid "" "select \"Export account\"" msgstr "" +#: mod/update_community.php:27 mod/update_display.php:27 +#: mod/update_notes.php:40 mod/update_profile.php:39 mod/update_network.php:33 +msgid "[Embedded content - reload page to view]" +msgstr "" + #: mod/dfrn_poll.php:123 mod/dfrn_poll.php:543 #, php-format msgid "%1$s welcomes %2$s" msgstr "" -#: mod/dirfind.php:48 -#, php-format -msgid "People Search - %s" -msgstr "" - -#: mod/dirfind.php:59 -#, php-format -msgid "Forum Search - %s" -msgstr "" - -#: mod/dirfind.php:256 mod/match.php:125 -msgid "No matches" -msgstr "" - -#: mod/friendica.php:77 -msgid "This is Friendica, version" -msgstr "" - -#: mod/friendica.php:78 -msgid "running at web location" -msgstr "" - -#: mod/friendica.php:82 -msgid "" -"Please visit Friendi.ca to learn more " -"about the Friendica project." -msgstr "" - -#: mod/friendica.php:86 -msgid "Bug reports and issues: please visit" -msgstr "" - -#: mod/friendica.php:86 -msgid "the bugtracker at github" -msgstr "" - -#: mod/friendica.php:89 -msgid "" -"Suggestions, praise, donations, etc. - please email \"Info\" at Friendica - " -"dot com" -msgstr "" - -#: mod/friendica.php:103 -msgid "Installed addons/apps:" -msgstr "" - -#: mod/friendica.php:117 -msgid "No installed addons/apps" -msgstr "" - -#: mod/friendica.php:122 -msgid "On this server the following remote servers are blocked." -msgstr "" - -#: mod/friendica.php:123 mod/dfrn_request.php:351 mod/admin.php:302 -#: mod/admin.php:320 src/Model/Contact.php:1142 -msgid "Blocked domain" -msgstr "" - -#: mod/friendica.php:123 mod/admin.php:303 mod/admin.php:321 -msgid "Reason for the block" -msgstr "" - #: mod/match.php:48 msgid "No keywords to match. Please add keywords to your default profile." msgstr "" @@ -2093,6 +1726,10 @@ msgstr "" msgid "Profile Match" msgstr "" +#: mod/match.php:125 mod/dirfind.php:253 +msgid "No matches" +msgstr "" + #: mod/notifications.php:37 msgid "Invalid request identifier." msgstr "" @@ -2102,7 +1739,7 @@ msgid "Discard" msgstr "" #: mod/notifications.php:62 mod/notifications.php:182 mod/notifications.php:266 -#: mod/contacts.php:629 mod/contacts.php:819 mod/contacts.php:1003 +#: mod/contacts.php:638 mod/contacts.php:828 mod/contacts.php:1019 msgid "Ignore" msgstr "" @@ -2143,7 +1780,7 @@ msgstr "" msgid "suggested by %s" msgstr "" -#: mod/notifications.php:175 mod/notifications.php:254 mod/contacts.php:637 +#: mod/notifications.php:175 mod/notifications.php:254 mod/contacts.php:646 msgid "Hide this contact from others" msgstr "" @@ -2155,7 +1792,7 @@ msgstr "" msgid "if applicable" msgstr "" -#: mod/notifications.php:179 mod/notifications.php:264 mod/admin.php:1704 +#: mod/notifications.php:179 mod/notifications.php:264 mod/admin.php:1796 msgid "Approve" msgstr "" @@ -2208,12 +1845,33 @@ msgstr "" msgid "Subscriber" msgstr "" -#: mod/notifications.php:251 mod/contacts.php:657 mod/follow.php:172 +#: mod/notifications.php:247 mod/events.php:518 mod/directory.php:148 +#: mod/contacts.php:660 src/Model/Profile.php:417 src/Model/Event.php:60 +#: src/Model/Event.php:85 src/Model/Event.php:421 src/Model/Event.php:900 +msgid "Location:" +msgstr "" + +#: mod/notifications.php:249 mod/directory.php:154 mod/contacts.php:664 +#: src/Model/Profile.php:423 src/Model/Profile.php:806 +msgid "About:" +msgstr "" + +#: mod/notifications.php:251 mod/follow.php:174 mod/contacts.php:666 #: src/Model/Profile.php:794 msgid "Tags:" msgstr "" -#: mod/notifications.php:261 mod/contacts.php:63 src/Model/Profile.php:518 +#: mod/notifications.php:253 mod/directory.php:151 src/Model/Profile.php:420 +#: src/Model/Profile.php:745 +msgid "Gender:" +msgstr "" + +#: mod/notifications.php:258 mod/unfollow.php:122 mod/follow.php:166 +#: mod/contacts.php:656 mod/admin.php:490 mod/admin.php:500 +msgid "Profile URL" +msgstr "" + +#: mod/notifications.php:261 mod/contacts.php:71 src/Model/Profile.php:518 msgid "Network:" msgstr "" @@ -2234,10 +1892,6 @@ msgstr "" msgid "No more %s notifications." msgstr "" -#: mod/oexchange.php:30 -msgid "Post successful." -msgstr "" - #: mod/openid.php:29 msgid "OpenID protocol error. No ID returned." msgstr "" @@ -2251,78 +1905,8 @@ msgstr "" msgid "Login failed." msgstr "" -#: mod/ostatus_subscribe.php:21 -msgid "Subscribing to OStatus contacts" -msgstr "" - -#: mod/ostatus_subscribe.php:32 -msgid "No contact provided." -msgstr "" - -#: mod/ostatus_subscribe.php:38 -msgid "Couldn't fetch information for contact." -msgstr "" - -#: mod/ostatus_subscribe.php:47 -msgid "Couldn't fetch friends for contact." -msgstr "" - -#: mod/ostatus_subscribe.php:75 -msgid "success" -msgstr "" - -#: mod/ostatus_subscribe.php:77 -msgid "failed" -msgstr "" - -#: mod/ostatus_subscribe.php:80 src/Object/Post.php:278 -msgid "ignored" -msgstr "" - -#: mod/cal.php:142 mod/display.php:308 mod/profile.php:173 -msgid "Access to this profile has been restricted." -msgstr "" - -#: mod/cal.php:274 mod/events.php:392 view/theme/frio/theme.php:263 -#: view/theme/frio/theme.php:267 src/Content/Nav.php:104 -#: src/Content/Nav.php:169 src/Model/Profile.php:924 src/Model/Profile.php:935 -msgid "Events" -msgstr "" - -#: mod/cal.php:275 mod/events.php:393 -msgid "View" -msgstr "" - -#: mod/cal.php:276 mod/events.php:395 -msgid "Previous" -msgstr "" - -#: mod/cal.php:277 mod/events.php:396 mod/install.php:209 -msgid "Next" -msgstr "" - -#: mod/cal.php:284 mod/events.php:405 -msgid "list" -msgstr "" - -#: mod/cal.php:297 src/Model/User.php:202 -msgid "User not found" -msgstr "" - -#: mod/cal.php:313 -msgid "This calendar format is not supported" -msgstr "" - -#: mod/cal.php:315 -msgid "No exportable data found" -msgstr "" - -#: mod/cal.php:332 -msgid "calendar" -msgstr "" - -#: mod/dfrn_confirm.php:74 mod/profiles.php:38 mod/profiles.php:148 -#: mod/profiles.php:195 mod/profiles.php:631 +#: mod/dfrn_confirm.php:74 mod/profiles.php:39 mod/profiles.php:149 +#: mod/profiles.php:196 mod/profiles.php:618 msgid "Profile not found." msgstr "" @@ -2396,7 +1980,7 @@ msgstr "" msgid "Unable to update your contact profile details on our system" msgstr "" -#: mod/dfrn_confirm.php:661 mod/dfrn_request.php:568 src/Model/Contact.php:1434 +#: mod/dfrn_confirm.php:661 mod/dfrn_request.php:568 src/Model/Contact.php:1520 msgid "[Name Withheld]" msgstr "" @@ -2405,19 +1989,6 @@ msgstr "" msgid "%1$s has joined %2$s" msgstr "" -#: mod/fsuggest.php:71 -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/invite.php:33 msgid "Total invitation limit exceeded." msgstr "" @@ -2501,8 +2072,8 @@ msgstr "" msgid "Enter email addresses, one per line:" msgstr "" -#: mod/invite.php:144 mod/message.php:259 mod/message.php:426 -#: mod/wallmessage.php:141 +#: mod/invite.php:144 mod/wallmessage.php:141 mod/message.php:259 +#: mod/message.php:426 msgid "Your message:" msgstr "" @@ -2527,376 +2098,6 @@ msgid "" "important, please visit http://friendi.ca" msgstr "" -#: mod/manage.php:180 -msgid "Manage Identities and/or Pages" -msgstr "" - -#: mod/manage.php:181 -msgid "" -"Toggle between different identities or community/group pages which share " -"your account details or which you have been granted \"manage\" permissions" -msgstr "" - -#: mod/manage.php:182 -msgid "Select an identity to manage: " -msgstr "" - -#: mod/profiles.php:57 -msgid "Profile deleted." -msgstr "" - -#: mod/profiles.php:73 mod/profiles.php:109 -msgid "Profile-" -msgstr "" - -#: mod/profiles.php:92 mod/profiles.php:131 -msgid "New profile created." -msgstr "" - -#: mod/profiles.php:115 -msgid "Profile unavailable to clone." -msgstr "" - -#: mod/profiles.php:205 -msgid "Profile Name is required." -msgstr "" - -#: mod/profiles.php:346 -msgid "Marital Status" -msgstr "" - -#: mod/profiles.php:350 -msgid "Romantic Partner" -msgstr "" - -#: mod/profiles.php:362 -msgid "Work/Employment" -msgstr "" - -#: mod/profiles.php:365 -msgid "Religion" -msgstr "" - -#: mod/profiles.php:369 -msgid "Political Views" -msgstr "" - -#: mod/profiles.php:373 -msgid "Gender" -msgstr "" - -#: mod/profiles.php:377 -msgid "Sexual Preference" -msgstr "" - -#: mod/profiles.php:381 -msgid "XMPP" -msgstr "" - -#: mod/profiles.php:385 -msgid "Homepage" -msgstr "" - -#: mod/profiles.php:389 mod/profiles.php:699 -msgid "Interests" -msgstr "" - -#: mod/profiles.php:393 mod/admin.php:439 -msgid "Address" -msgstr "" - -#: mod/profiles.php:400 mod/profiles.php:695 -msgid "Location" -msgstr "" - -#: mod/profiles.php:485 -msgid "Profile updated." -msgstr "" - -#: mod/profiles.php:577 -msgid " and " -msgstr "" - -#: mod/profiles.php:586 -msgid "public profile" -msgstr "" - -#: mod/profiles.php:589 -#, php-format -msgid "%1$s changed %2$s to “%3$s”" -msgstr "" - -#: mod/profiles.php:590 -#, php-format -msgid " - Visit %1$s's %2$s" -msgstr "" - -#: mod/profiles.php:592 -#, php-format -msgid "%1$s has an updated %2$s, changing %3$s." -msgstr "" - -#: mod/profiles.php:646 -msgid "Hide contacts and friends:" -msgstr "" - -#: mod/profiles.php:651 -msgid "Hide your contact/friend list from viewers of this profile?" -msgstr "" - -#: mod/profiles.php:671 -msgid "Show more profile fields:" -msgstr "" - -#: mod/profiles.php:683 -msgid "Profile Actions" -msgstr "" - -#: mod/profiles.php:684 -msgid "Edit Profile Details" -msgstr "" - -#: mod/profiles.php:686 -msgid "Change Profile Photo" -msgstr "" - -#: mod/profiles.php:687 -msgid "View this profile" -msgstr "" - -#: mod/profiles.php:688 mod/profiles.php:783 src/Model/Profile.php:393 -msgid "Edit visibility" -msgstr "" - -#: mod/profiles.php:689 -msgid "Create a new profile using these settings" -msgstr "" - -#: mod/profiles.php:690 -msgid "Clone this profile" -msgstr "" - -#: mod/profiles.php:691 -msgid "Delete this profile" -msgstr "" - -#: mod/profiles.php:693 -msgid "Basic information" -msgstr "" - -#: mod/profiles.php:694 -msgid "Profile picture" -msgstr "" - -#: mod/profiles.php:696 -msgid "Preferences" -msgstr "" - -#: mod/profiles.php:697 -msgid "Status information" -msgstr "" - -#: mod/profiles.php:698 -msgid "Additional information" -msgstr "" - -#: mod/profiles.php:700 mod/network.php:940 -#: src/Core/NotificationsManager.php:185 -msgid "Personal" -msgstr "" - -#: mod/profiles.php:701 -msgid "Relation" -msgstr "" - -#: mod/profiles.php:702 src/Util/Temporal.php:81 src/Util/Temporal.php:83 -msgid "Miscellaneous" -msgstr "" - -#: mod/profiles.php:705 -msgid "Your Gender:" -msgstr "" - -#: mod/profiles.php:706 -msgid " Marital Status:" -msgstr "" - -#: mod/profiles.php:707 src/Model/Profile.php:782 -msgid "Sexual Preference:" -msgstr "" - -#: mod/profiles.php:708 -msgid "Example: fishing photography software" -msgstr "" - -#: mod/profiles.php:713 -msgid "Profile Name:" -msgstr "" - -#: mod/profiles.php:713 mod/events.php:511 mod/events.php:523 -msgid "Required" -msgstr "" - -#: mod/profiles.php:715 -msgid "" -"This is your public profile.
    It may " -"be visible to anybody using the internet." -msgstr "" - -#: mod/profiles.php:716 -msgid "Your Full Name:" -msgstr "" - -#: mod/profiles.php:717 -msgid "Title/Description:" -msgstr "" - -#: mod/profiles.php:720 -msgid "Street Address:" -msgstr "" - -#: mod/profiles.php:721 -msgid "Locality/City:" -msgstr "" - -#: mod/profiles.php:722 -msgid "Region/State:" -msgstr "" - -#: mod/profiles.php:723 -msgid "Postal/Zip Code:" -msgstr "" - -#: mod/profiles.php:724 -msgid "Country:" -msgstr "" - -#: mod/profiles.php:725 src/Util/Temporal.php:149 -msgid "Age: " -msgstr "" - -#: mod/profiles.php:728 -msgid "Who: (if applicable)" -msgstr "" - -#: mod/profiles.php:728 -msgid "Examples: cathy123, Cathy Williams, cathy@example.com" -msgstr "" - -#: mod/profiles.php:729 -msgid "Since [date]:" -msgstr "" - -#: mod/profiles.php:731 -msgid "Tell us about yourself..." -msgstr "" - -#: mod/profiles.php:732 -msgid "XMPP (Jabber) address:" -msgstr "" - -#: mod/profiles.php:732 -msgid "" -"The XMPP address will be propagated to your contacts so that they can follow " -"you." -msgstr "" - -#: mod/profiles.php:733 -msgid "Homepage URL:" -msgstr "" - -#: mod/profiles.php:734 src/Model/Profile.php:790 -msgid "Hometown:" -msgstr "" - -#: mod/profiles.php:735 src/Model/Profile.php:798 -msgid "Political Views:" -msgstr "" - -#: mod/profiles.php:736 -msgid "Religious Views:" -msgstr "" - -#: mod/profiles.php:737 -msgid "Public Keywords:" -msgstr "" - -#: mod/profiles.php:737 -msgid "(Used for suggesting potential friends, can be seen by others)" -msgstr "" - -#: mod/profiles.php:738 -msgid "Private Keywords:" -msgstr "" - -#: mod/profiles.php:738 -msgid "(Used for searching profiles, never shown to others)" -msgstr "" - -#: mod/profiles.php:739 src/Model/Profile.php:814 -msgid "Likes:" -msgstr "" - -#: mod/profiles.php:740 src/Model/Profile.php:818 -msgid "Dislikes:" -msgstr "" - -#: mod/profiles.php:741 -msgid "Musical interests" -msgstr "" - -#: mod/profiles.php:742 -msgid "Books, literature" -msgstr "" - -#: mod/profiles.php:743 -msgid "Television" -msgstr "" - -#: mod/profiles.php:744 -msgid "Film/dance/culture/entertainment" -msgstr "" - -#: mod/profiles.php:745 -msgid "Hobbies/Interests" -msgstr "" - -#: mod/profiles.php:746 -msgid "Love/romance" -msgstr "" - -#: mod/profiles.php:747 -msgid "Work/employment" -msgstr "" - -#: mod/profiles.php:748 -msgid "School/education" -msgstr "" - -#: mod/profiles.php:749 -msgid "Contact information and Social Networks" -msgstr "" - -#: mod/profiles.php:780 src/Model/Profile.php:389 -msgid "Profile Image" -msgstr "" - -#: mod/profiles.php:782 src/Model/Profile.php:392 -msgid "visible to everybody" -msgstr "" - -#: mod/profiles.php:789 -msgid "Edit/Manage Profiles" -msgstr "" - -#: mod/profiles.php:790 src/Model/Profile.php:379 src/Model/Profile.php:401 -msgid "Change profile photo" -msgstr "" - -#: mod/profiles.php:791 src/Model/Profile.php:380 -msgid "Create New Profile" -msgstr "" - #: mod/wall_attach.php:24 mod/wall_attach.php:32 mod/wall_attach.php:83 #: mod/wall_upload.php:38 mod/wall_upload.php:54 mod/wall_upload.php:112 #: mod/wall_upload.php:155 mod/wall_upload.php:158 @@ -2920,523 +2121,18 @@ msgstr "" msgid "File upload failed." msgstr "" -#: mod/babel.php:23 -msgid "Source (bbcode) text:" +#: mod/manage.php:180 +msgid "Manage Identities and/or Pages" msgstr "" -#: mod/babel.php:30 -msgid "Source (Diaspora) text to convert to BBcode:" -msgstr "" - -#: mod/babel.php:38 -msgid "Source input: " -msgstr "" - -#: mod/babel.php:42 -msgid "bbcode (raw HTML(: " -msgstr "" - -#: mod/babel.php:45 -msgid "bbcode: " -msgstr "" - -#: mod/babel.php:49 mod/babel.php:65 -msgid "bbcode => html2bbcode: " -msgstr "" - -#: mod/babel.php:53 -msgid "bb2diaspora: " -msgstr "" - -#: mod/babel.php:57 -msgid "bb2diaspora => Markdown: " -msgstr "" - -#: mod/babel.php:61 -msgid "bb2diaspora => diaspora2bb: " -msgstr "" - -#: mod/babel.php:71 -msgid "Source input (Diaspora format): " -msgstr "" - -#: mod/babel.php:75 -msgid "diaspora2bb: " -msgstr "" - -#: mod/community.php:44 -msgid "Community option not available." -msgstr "" - -#: mod/community.php:61 -msgid "Not available." -msgstr "" - -#: mod/community.php:74 -msgid "Local Community" -msgstr "" - -#: mod/community.php:77 -msgid "Posts from local users on this server" -msgstr "" - -#: mod/community.php:85 -msgid "Global Community" -msgstr "" - -#: mod/community.php:88 -msgid "Posts from users of the whole federated network" -msgstr "" - -#: mod/community.php:134 mod/search.php:228 -msgid "No results." -msgstr "" - -#: mod/community.php:178 +#: mod/manage.php:181 msgid "" -"This community stream shows all public posts received by this node. They may " -"not reflect the opinions of this node’s users." +"Toggle between different identities or community/group pages which share " +"your account details or which you have been granted \"manage\" permissions" msgstr "" -#: mod/contacts.php:149 -#, php-format -msgid "%d contact edited." -msgid_plural "%d contacts edited." -msgstr[0] "" -msgstr[1] "" - -#: mod/contacts.php:176 mod/contacts.php:392 -msgid "Could not access contact record." -msgstr "" - -#: mod/contacts.php:186 -msgid "Could not locate selected profile." -msgstr "" - -#: mod/contacts.php:220 -msgid "Contact updated." -msgstr "" - -#: mod/contacts.php:222 mod/dfrn_request.php:419 -msgid "Failed to update contact record." -msgstr "" - -#: mod/contacts.php:413 -msgid "Contact has been blocked" -msgstr "" - -#: mod/contacts.php:413 -msgid "Contact has been unblocked" -msgstr "" - -#: mod/contacts.php:424 -msgid "Contact has been ignored" -msgstr "" - -#: mod/contacts.php:424 -msgid "Contact has been unignored" -msgstr "" - -#: mod/contacts.php:435 -msgid "Contact has been archived" -msgstr "" - -#: mod/contacts.php:435 -msgid "Contact has been unarchived" -msgstr "" - -#: mod/contacts.php:459 -msgid "Drop contact" -msgstr "" - -#: mod/contacts.php:462 mod/contacts.php:814 -msgid "Do you really want to delete this contact?" -msgstr "" - -#: mod/contacts.php:480 -msgid "Contact has been removed." -msgstr "" - -#: mod/contacts.php:511 -#, php-format -msgid "You are mutual friends with %s" -msgstr "" - -#: mod/contacts.php:515 -#, php-format -msgid "You are sharing with %s" -msgstr "" - -#: mod/contacts.php:519 -#, php-format -msgid "%s is sharing with you" -msgstr "" - -#: mod/contacts.php:539 -msgid "Private communications are not available for this contact." -msgstr "" - -#: mod/contacts.php:541 -msgid "Never" -msgstr "" - -#: mod/contacts.php:544 -msgid "(Update was successful)" -msgstr "" - -#: mod/contacts.php:544 -msgid "(Update was not successful)" -msgstr "" - -#: mod/contacts.php:546 mod/contacts.php:976 -msgid "Suggest friends" -msgstr "" - -#: mod/contacts.php:550 -#, php-format -msgid "Network type: %s" -msgstr "" - -#: mod/contacts.php:555 -msgid "Communications lost with this contact!" -msgstr "" - -#: mod/contacts.php:561 -msgid "Fetch further information for feeds" -msgstr "" - -#: mod/contacts.php:563 -msgid "" -"Fetch information like preview pictures, title and teaser from the feed " -"item. You can activate this if the feed doesn't contain much text. Keywords " -"are taken from the meta header in the feed item and are posted as hash tags." -msgstr "" - -#: mod/contacts.php:564 mod/admin.php:1190 -msgid "Disabled" -msgstr "" - -#: mod/contacts.php:565 -msgid "Fetch information" -msgstr "" - -#: mod/contacts.php:566 -msgid "Fetch keywords" -msgstr "" - -#: mod/contacts.php:567 -msgid "Fetch information and keywords" -msgstr "" - -#: mod/contacts.php:599 -msgid "Contact" -msgstr "" - -#: mod/contacts.php:602 -msgid "Profile Visibility" -msgstr "" - -#: mod/contacts.php:603 -#, php-format -msgid "" -"Please choose the profile you would like to display to %s when viewing your " -"profile securely." -msgstr "" - -#: mod/contacts.php:604 -msgid "Contact Information / Notes" -msgstr "" - -#: mod/contacts.php:605 -msgid "Their personal note" -msgstr "" - -#: mod/contacts.php:607 -msgid "Edit contact notes" -msgstr "" - -#: mod/contacts.php:611 -msgid "Block/Unblock contact" -msgstr "" - -#: mod/contacts.php:612 -msgid "Ignore contact" -msgstr "" - -#: mod/contacts.php:613 -msgid "Repair URL settings" -msgstr "" - -#: mod/contacts.php:614 -msgid "View conversations" -msgstr "" - -#: mod/contacts.php:619 -msgid "Last update:" -msgstr "" - -#: mod/contacts.php:621 -msgid "Update public posts" -msgstr "" - -#: mod/contacts.php:623 mod/contacts.php:986 -msgid "Update now" -msgstr "" - -#: mod/contacts.php:628 mod/contacts.php:818 mod/contacts.php:995 -#: mod/admin.php:434 mod/admin.php:1708 -msgid "Unblock" -msgstr "" - -#: mod/contacts.php:628 mod/contacts.php:818 mod/contacts.php:995 -#: mod/admin.php:433 mod/admin.php:1707 -msgid "Block" -msgstr "" - -#: mod/contacts.php:629 mod/contacts.php:819 mod/contacts.php:1003 -msgid "Unignore" -msgstr "" - -#: mod/contacts.php:633 -msgid "Currently blocked" -msgstr "" - -#: mod/contacts.php:634 -msgid "Currently ignored" -msgstr "" - -#: mod/contacts.php:635 -msgid "Currently archived" -msgstr "" - -#: mod/contacts.php:636 -msgid "Awaiting connection acknowledge" -msgstr "" - -#: mod/contacts.php:637 -msgid "" -"Replies/likes to your public posts may still be visible" -msgstr "" - -#: mod/contacts.php:638 -msgid "Notification for new posts" -msgstr "" - -#: mod/contacts.php:638 -msgid "Send a notification of every new post of this contact" -msgstr "" - -#: mod/contacts.php:641 -msgid "Blacklisted keywords" -msgstr "" - -#: mod/contacts.php:641 -msgid "" -"Comma separated list of keywords that should not be converted to hashtags, " -"when \"Fetch information and keywords\" is selected" -msgstr "" - -#: mod/contacts.php:653 src/Model/Profile.php:424 -msgid "XMPP:" -msgstr "" - -#: mod/contacts.php:658 -msgid "Actions" -msgstr "" - -#: mod/contacts.php:660 mod/contacts.php:846 view/theme/frio/theme.php:259 -#: src/Content/Nav.php:100 src/Model/Profile.php:888 -msgid "Status" -msgstr "" - -#: mod/contacts.php:661 -msgid "Contact Settings" -msgstr "" - -#: mod/contacts.php:702 -msgid "Suggestions" -msgstr "" - -#: mod/contacts.php:705 -msgid "Suggest potential friends" -msgstr "" - -#: mod/contacts.php:713 -msgid "Show all contacts" -msgstr "" - -#: mod/contacts.php:718 -msgid "Unblocked" -msgstr "" - -#: mod/contacts.php:721 -msgid "Only show unblocked contacts" -msgstr "" - -#: mod/contacts.php:726 -msgid "Blocked" -msgstr "" - -#: mod/contacts.php:729 -msgid "Only show blocked contacts" -msgstr "" - -#: mod/contacts.php:734 -msgid "Ignored" -msgstr "" - -#: mod/contacts.php:737 -msgid "Only show ignored contacts" -msgstr "" - -#: mod/contacts.php:742 -msgid "Archived" -msgstr "" - -#: mod/contacts.php:745 -msgid "Only show archived contacts" -msgstr "" - -#: mod/contacts.php:750 -msgid "Hidden" -msgstr "" - -#: mod/contacts.php:753 -msgid "Only show hidden contacts" -msgstr "" - -#: mod/contacts.php:809 -msgid "Search your contacts" -msgstr "" - -#: mod/contacts.php:810 mod/search.php:236 -#, php-format -msgid "Results for: %s" -msgstr "" - -#: mod/contacts.php:817 mod/settings.php:169 mod/settings.php:705 -msgid "Update" -msgstr "" - -#: mod/contacts.php:820 mod/contacts.php:1011 -msgid "Archive" -msgstr "" - -#: mod/contacts.php:820 mod/contacts.php:1011 -msgid "Unarchive" -msgstr "" - -#: mod/contacts.php:823 -msgid "Batch Actions" -msgstr "" - -#: mod/contacts.php:857 src/Model/Profile.php:899 -msgid "Profile Details" -msgstr "" - -#: mod/contacts.php:869 -msgid "View all contacts" -msgstr "" - -#: mod/contacts.php:880 -msgid "View all common friends" -msgstr "" - -#: mod/contacts.php:886 mod/events.php:535 mod/admin.php:1269 -#: src/Model/Profile.php:865 -msgid "Advanced" -msgstr "" - -#: mod/contacts.php:889 -msgid "Advanced Contact Settings" -msgstr "" - -#: mod/contacts.php:921 -msgid "Mutual Friendship" -msgstr "" - -#: mod/contacts.php:925 -msgid "is a fan of yours" -msgstr "" - -#: mod/contacts.php:929 -msgid "you are a fan of" -msgstr "" - -#: mod/contacts.php:997 -msgid "Toggle Blocked status" -msgstr "" - -#: mod/contacts.php:1005 -msgid "Toggle Ignored status" -msgstr "" - -#: mod/contacts.php:1013 -msgid "Toggle Archive status" -msgstr "" - -#: mod/contacts.php:1021 -msgid "Delete contact" -msgstr "" - -#: mod/delegate.php:142 -msgid "No parent user" -msgstr "" - -#: mod/delegate.php:158 -msgid "Parent User" -msgstr "" - -#: mod/delegate.php:160 -msgid "" -"Parent users have total control about this account, including the account " -"settings. Please double check whom you give this access." -msgstr "" - -#: mod/delegate.php:161 mod/settings.php:679 mod/settings.php:788 -#: mod/settings.php:874 mod/settings.php:963 mod/settings.php:1198 -#: mod/admin.php:1264 mod/admin.php:1873 mod/admin.php:2126 mod/admin.php:2200 -#: mod/admin.php:2347 -msgid "Save Settings" -msgstr "" - -#: mod/delegate.php:162 src/Content/Nav.php:204 -msgid "Delegate Page Management" -msgstr "" - -#: mod/delegate.php:163 -msgid "Delegates" -msgstr "" - -#: mod/delegate.php:165 -msgid "" -"Delegates are able to manage all aspects of this account/page except for " -"basic account settings. Please do not delegate your personal account to " -"anybody that you do not trust completely." -msgstr "" - -#: mod/delegate.php:166 -msgid "Existing Page Managers" -msgstr "" - -#: mod/delegate.php:168 -msgid "Existing Page Delegates" -msgstr "" - -#: mod/delegate.php:170 -msgid "Potential Delegates" -msgstr "" - -#: mod/delegate.php:172 mod/tagrm.php:98 -msgid "Remove" -msgstr "" - -#: mod/delegate.php:173 -msgid "Add" -msgstr "" - -#: mod/delegate.php:174 -msgid "No entries." +#: mod/manage.php:182 +msgid "Select an identity to manage: " msgstr "" #: mod/dfrn_request.php:94 @@ -3504,10 +2200,19 @@ msgstr "" msgid "Invalid profile URL." msgstr "" -#: mod/dfrn_request.php:345 src/Model/Contact.php:1137 +#: mod/dfrn_request.php:345 src/Model/Contact.php:1223 msgid "Disallowed profile URL." msgstr "" +#: mod/dfrn_request.php:351 mod/friendica.php:128 mod/admin.php:353 +#: mod/admin.php:371 src/Model/Contact.php:1228 +msgid "Blocked domain" +msgstr "" + +#: mod/dfrn_request.php:419 mod/contacts.php:230 +msgid "Failed to update contact record." +msgstr "" + #: mod/dfrn_request.php:439 msgid "Your introduction has been sent." msgstr "" @@ -3546,6 +2251,13 @@ msgstr "" msgid "Please confirm your introduction/connection request to %s." msgstr "" +#: mod/dfrn_request.php:607 mod/probe.php:13 mod/viewcontacts.php:45 +#: mod/webfinger.php:16 mod/search.php:98 mod/search.php:104 +#: mod/community.php:27 mod/photos.php:932 mod/videos.php:199 +#: mod/display.php:203 mod/directory.php:42 +msgid "Public access denied." +msgstr "" + #: mod/dfrn_request.php:642 msgid "" "Please enter your 'Identity Address' from one of the following supported " @@ -3569,16 +2281,16 @@ msgid "" "testuser@gnusocial.de" msgstr "" -#: mod/dfrn_request.php:652 mod/follow.php:147 +#: mod/dfrn_request.php:652 mod/follow.php:149 msgid "Please answer the following:" msgstr "" -#: mod/dfrn_request.php:653 mod/follow.php:148 +#: mod/dfrn_request.php:653 mod/follow.php:150 #, php-format msgid "Does %s know you?" msgstr "" -#: mod/dfrn_request.php:654 mod/follow.php:149 +#: mod/dfrn_request.php:654 mod/follow.php:151 msgid "Add a personal note:" msgstr "" @@ -3601,96 +2313,969 @@ msgid "" "bar." msgstr "" -#: mod/editpost.php:27 mod/editpost.php:37 -msgid "Item not found" +#: mod/dfrn_request.php:660 mod/unfollow.php:113 mod/follow.php:157 +msgid "Your Identity Address:" msgstr "" -#: mod/editpost.php:44 -msgid "Edit post" +#: mod/dfrn_request.php:662 mod/unfollow.php:65 mod/follow.php:62 +msgid "Submit Request" msgstr "" -#: mod/events.php:103 mod/events.php:105 -msgid "Event can not end before it has started." +#: mod/localtime.php:19 src/Model/Event.php:36 src/Model/Event.php:814 +msgid "l F d, Y \\@ g:i A" msgstr "" -#: mod/events.php:112 mod/events.php:114 -msgid "Event title and start time are required." +#: mod/localtime.php:33 +msgid "Time Conversion" msgstr "" -#: mod/events.php:394 -msgid "Create New Event" +#: mod/localtime.php:35 +msgid "" +"Friendica provides this service for sharing events with other networks and " +"friends in unknown timezones." msgstr "" -#: mod/events.php:509 -msgid "Event details" +#: mod/localtime.php:39 +#, php-format +msgid "UTC time: %s" msgstr "" -#: mod/events.php:510 -msgid "Starting date and Title are required." +#: mod/localtime.php:42 +#, php-format +msgid "Current timezone: %s" msgstr "" -#: mod/events.php:511 mod/events.php:512 -msgid "Event Starts:" +#: mod/localtime.php:46 +#, php-format +msgid "Converted localtime: %s" msgstr "" -#: mod/events.php:513 mod/events.php:529 -msgid "Finish date/time is not known or not relevant" +#: mod/localtime.php:52 +msgid "Please select your timezone:" msgstr "" -#: mod/events.php:515 mod/events.php:516 -msgid "Event Finishes:" +#: mod/probe.php:14 mod/webfinger.php:17 +msgid "Only logged in users are permitted to perform a probing." msgstr "" -#: mod/events.php:517 mod/events.php:530 -msgid "Adjust for viewer timezone" +#: mod/profperm.php:28 mod/group.php:83 index.php:415 +msgid "Permission denied" msgstr "" -#: mod/events.php:519 -msgid "Description:" +#: mod/profperm.php:34 mod/profperm.php:65 +msgid "Invalid profile identifier." msgstr "" -#: mod/events.php:523 mod/events.php:525 -msgid "Title:" +#: mod/profperm.php:111 +msgid "Profile Visibility Editor" msgstr "" -#: mod/events.php:526 mod/events.php:527 -msgid "Share this event" +#: mod/profperm.php:115 mod/group.php:265 +msgid "Click on a contact to add or remove." msgstr "" -#: mod/events.php:534 src/Model/Profile.php:864 -msgid "Basic" +#: mod/profperm.php:124 +msgid "Visible To" msgstr "" -#: mod/events.php:556 -msgid "Failed to remove event" +#: mod/profperm.php:140 +msgid "All Contacts (with secure profile access)" msgstr "" -#: mod/events.php:558 -msgid "Event removed" +#: mod/regmod.php:68 +msgid "Account approved." +msgstr "" + +#: mod/regmod.php:93 +#, php-format +msgid "Registration revoked for %s" +msgstr "" + +#: mod/regmod.php:102 +msgid "Please login." +msgstr "" + +#: mod/removeme.php:55 mod/removeme.php:58 +msgid "Remove My Account" +msgstr "" + +#: mod/removeme.php:56 +msgid "" +"This will completely remove your account. Once this has been done it is not " +"recoverable." +msgstr "" + +#: mod/removeme.php:57 +msgid "Please enter your password for verification:" +msgstr "" + +#: mod/viewcontacts.php:87 +msgid "No contacts." +msgstr "" + +#: mod/viewsrc.php:12 +msgid "Access denied." +msgstr "" + +#: mod/wallmessage.php:49 mod/wallmessage.php:112 +#, php-format +msgid "Number of daily wall messages for %s exceeded. Message failed." +msgstr "" + +#: mod/wallmessage.php:57 mod/message.php:73 +msgid "No recipient selected." +msgstr "" + +#: mod/wallmessage.php:60 +msgid "Unable to check your home location." +msgstr "" + +#: mod/wallmessage.php:63 mod/message.php:80 +msgid "Message could not be sent." +msgstr "" + +#: mod/wallmessage.php:66 mod/message.php:83 +msgid "Message collection failure." +msgstr "" + +#: mod/wallmessage.php:69 mod/message.php:86 +msgid "Message sent." +msgstr "" + +#: mod/wallmessage.php:86 mod/wallmessage.php:95 +msgid "No recipient." +msgstr "" + +#: mod/wallmessage.php:132 mod/message.php:250 +msgid "Send Private Message" +msgstr "" + +#: mod/wallmessage.php:133 +#, php-format +msgid "" +"If you wish for %s to respond, please check that the privacy settings on " +"your site allow private mail from unknown senders." +msgstr "" + +#: mod/wallmessage.php:134 mod/message.php:251 mod/message.php:421 +msgid "To:" +msgstr "" + +#: mod/wallmessage.php:135 mod/message.php:255 mod/message.php:423 +msgid "Subject:" +msgstr "" + +#: mod/uexport.php:44 +msgid "Export account" +msgstr "" + +#: mod/uexport.php:44 +msgid "" +"Export your account info and contacts. Use this to make a backup of your " +"account and/or to move it to another server." +msgstr "" + +#: mod/uexport.php:45 +msgid "Export all" +msgstr "" + +#: mod/uexport.php:45 +msgid "" +"Export your accout info, contacts and all your items as json. Could be a " +"very big file, and could take a lot of time. Use this to make a full backup " +"of your account (photos are not exported)" +msgstr "" + +#: mod/uexport.php:52 mod/settings.php:107 +msgid "Export personal data" msgstr "" #: mod/filer.php:34 msgid "- select -" msgstr "" -#: mod/follow.php:44 -msgid "The contact could not be added." +#: mod/notify.php:77 +msgid "No more system notifications." msgstr "" -#: mod/follow.php:72 -msgid "You already added this contact." +#: mod/ping.php:292 +msgid "{0} wants to be your friend" msgstr "" -#: mod/follow.php:81 -msgid "Diaspora support isn't enabled. Contact can't be added." +#: mod/ping.php:307 +msgid "{0} sent you a message" msgstr "" -#: mod/follow.php:88 -msgid "OStatus support is disabled. Contact can't be added." +#: mod/ping.php:322 +msgid "{0} requested registration" msgstr "" -#: mod/follow.php:95 -msgid "The network type couldn't be detected. Contact can't be added." +#: mod/poke.php:192 +msgid "Poke/Prod" +msgstr "" + +#: mod/poke.php:193 +msgid "poke, prod or do other things to somebody" +msgstr "" + +#: mod/poke.php:194 +msgid "Recipient" +msgstr "" + +#: mod/poke.php:195 +msgid "Choose what you wish to do to recipient" +msgstr "" + +#: mod/poke.php:198 +msgid "Make this post private" +msgstr "" + +#: mod/subthread.php:113 +#, php-format +msgid "%1$s is following %2$s's %3$s" +msgstr "" + +#: mod/tagrm.php:47 +msgid "Tag removed" +msgstr "" + +#: mod/tagrm.php:85 +msgid "Remove Item Tag" +msgstr "" + +#: mod/tagrm.php:87 +msgid "Select a tag to remove: " +msgstr "" + +#: mod/tagrm.php:98 mod/delegate.php:177 +msgid "Remove" +msgstr "" + +#: mod/wall_upload.php:186 mod/photos.php:763 mod/photos.php:766 +#: mod/photos.php:795 mod/profile_photo.php:153 +#, php-format +msgid "Image exceeds size limit of %s" +msgstr "" + +#: mod/wall_upload.php:200 mod/photos.php:818 mod/profile_photo.php:162 +msgid "Unable to process image." +msgstr "" + +#: mod/wall_upload.php:231 mod/item.php:471 src/Object/Image.php:953 +#: src/Object/Image.php:969 src/Object/Image.php:977 src/Object/Image.php:1002 +msgid "Wall Photos" +msgstr "" + +#: mod/wall_upload.php:239 mod/photos.php:847 mod/profile_photo.php:307 +msgid "Image upload failed." +msgstr "" + +#: mod/search.php:37 mod/network.php:194 +msgid "Remove term" +msgstr "" + +#: mod/search.php:46 mod/network.php:201 src/Content/Feature.php:100 +msgid "Saved Searches" +msgstr "" + +#: mod/search.php:105 +msgid "Only logged in users are permitted to perform a search." +msgstr "" + +#: mod/search.php:129 +msgid "Too Many Requests" +msgstr "" + +#: mod/search.php:130 +msgid "Only one search per minute is permitted for not logged in users." +msgstr "" + +#: mod/search.php:228 mod/community.php:136 +msgid "No results." +msgstr "" + +#: mod/search.php:234 +#, php-format +msgid "Items tagged with: %s" +msgstr "" + +#: mod/search.php:236 mod/contacts.php:819 +#, php-format +msgid "Results for: %s" +msgstr "" + +#: mod/bookmarklet.php:23 src/Content/Nav.php:114 src/Module/Login.php:312 +msgid "Login" +msgstr "" + +#: mod/bookmarklet.php:51 +msgid "The post was created" +msgstr "" + +#: mod/community.php:46 +msgid "Community option not available." +msgstr "" + +#: mod/community.php:63 +msgid "Not available." +msgstr "" + +#: mod/community.php:76 +msgid "Local Community" +msgstr "" + +#: mod/community.php:79 +msgid "Posts from local users on this server" +msgstr "" + +#: mod/community.php:87 +msgid "Global Community" +msgstr "" + +#: mod/community.php:90 +msgid "Posts from users of the whole federated network" +msgstr "" + +#: mod/community.php:180 +msgid "" +"This community stream shows all public posts received by this node. They may " +"not reflect the opinions of this node’s users." +msgstr "" + +#: mod/editpost.php:25 mod/editpost.php:35 +msgid "Item not found" +msgstr "" + +#: mod/editpost.php:42 +msgid "Edit post" +msgstr "" + +#: mod/editpost.php:134 src/Core/ACL.php:315 +msgid "CC: email addresses" +msgstr "" + +#: mod/editpost.php:141 src/Core/ACL.php:316 +msgid "Example: bob@example.com, mary@example.com" +msgstr "" + +#: mod/feedtest.php:20 +msgid "You must be logged in to use this module" +msgstr "" + +#: mod/feedtest.php:48 +msgid "Source URL" +msgstr "" + +#: mod/fsuggest.php:72 +msgid "Friend suggestion sent." +msgstr "" + +#: mod/fsuggest.php:101 +msgid "Suggest Friends" +msgstr "" + +#: mod/fsuggest.php:103 +#, php-format +msgid "Suggest a friend for %s" +msgstr "" + +#: mod/group.php:36 +msgid "Group created." +msgstr "" + +#: mod/group.php:42 +msgid "Could not create group." +msgstr "" + +#: mod/group.php:56 mod/group.php:157 +msgid "Group not found." +msgstr "" + +#: mod/group.php:70 +msgid "Group name changed." +msgstr "" + +#: mod/group.php:97 +msgid "Save Group" +msgstr "" + +#: mod/group.php:102 +msgid "Create a group of contacts/friends." +msgstr "" + +#: mod/group.php:103 mod/group.php:199 src/Model/Group.php:408 +msgid "Group Name: " +msgstr "" + +#: mod/group.php:127 +msgid "Group removed." +msgstr "" + +#: mod/group.php:129 +msgid "Unable to remove group." +msgstr "" + +#: mod/group.php:192 +msgid "Delete Group" +msgstr "" + +#: mod/group.php:198 +msgid "Group Editor" +msgstr "" + +#: mod/group.php:203 +msgid "Edit Group Name" +msgstr "" + +#: mod/group.php:213 +msgid "Members" +msgstr "" + +#: mod/group.php:215 mod/contacts.php:719 +msgid "All Contacts" +msgstr "" + +#: mod/group.php:216 mod/network.php:639 +msgid "Group is empty" +msgstr "" + +#: mod/group.php:229 +msgid "Remove Contact" +msgstr "" + +#: mod/group.php:253 +msgid "Add Contact" +msgstr "" + +#: mod/item.php:114 +msgid "Unable to locate original post." +msgstr "" + +#: mod/item.php:274 +msgid "Empty post discarded." +msgstr "" + +#: mod/item.php:799 +#, php-format +msgid "" +"This message was sent to you by %s, a member of the Friendica social network." +msgstr "" + +#: mod/item.php:801 +#, php-format +msgid "You may visit them online at %s" +msgstr "" + +#: mod/item.php:802 +msgid "" +"Please contact the sender by replying to this post if you do not wish to " +"receive these messages." +msgstr "" + +#: mod/item.php:806 +#, php-format +msgid "%s posted an update." +msgstr "" + +#: mod/message.php:30 src/Content/Nav.php:198 +msgid "New Message" +msgstr "" + +#: mod/message.php:77 +msgid "Unable to locate contact information." +msgstr "" + +#: mod/message.php:112 src/Content/Nav.php:195 view/theme/frio/theme.php:268 +msgid "Messages" +msgstr "" + +#: mod/message.php:136 +msgid "Do you really want to delete this message?" +msgstr "" + +#: mod/message.php:156 +msgid "Message deleted." +msgstr "" + +#: mod/message.php:185 +msgid "Conversation removed." +msgstr "" + +#: mod/message.php:291 +msgid "No messages." +msgstr "" + +#: mod/message.php:330 +msgid "Message not available." +msgstr "" + +#: mod/message.php:397 +msgid "Delete message" +msgstr "" + +#: mod/message.php:399 mod/message.php:500 +msgid "D, d M Y - g:i A" +msgstr "" + +#: mod/message.php:414 mod/message.php:497 +msgid "Delete conversation" +msgstr "" + +#: mod/message.php:416 +msgid "" +"No secure communications available. You may be able to " +"respond from the sender's profile page." +msgstr "" + +#: mod/message.php:420 +msgid "Send Reply" +msgstr "" + +#: mod/message.php:471 +#, php-format +msgid "Unknown sender - %s" +msgstr "" + +#: mod/message.php:473 +#, php-format +msgid "You and %s" +msgstr "" + +#: mod/message.php:475 +#, php-format +msgid "%s and You" +msgstr "" + +#: mod/message.php:503 +#, php-format +msgid "%d message" +msgid_plural "%d messages" +msgstr[0] "" +msgstr[1] "" + +#: mod/network.php:202 src/Model/Group.php:400 +msgid "add" +msgstr "" + +#: mod/network.php:547 +#, php-format +msgid "" +"Warning: This group contains %s member from a network that doesn't allow non " +"public messages." +msgid_plural "" +"Warning: This group contains %s members from a network that doesn't allow " +"non public messages." +msgstr[0] "" +msgstr[1] "" + +#: mod/network.php:550 +msgid "Messages in this group won't be send to these receivers." +msgstr "" + +#: mod/network.php:618 +msgid "No such group" +msgstr "" + +#: mod/network.php:643 +#, php-format +msgid "Group: %s" +msgstr "" + +#: mod/network.php:669 +msgid "Private messages to this person are at risk of public disclosure." +msgstr "" + +#: mod/network.php:672 +msgid "Invalid contact." +msgstr "" + +#: mod/network.php:921 +msgid "Commented Order" +msgstr "" + +#: mod/network.php:924 +msgid "Sort by Comment Date" +msgstr "" + +#: mod/network.php:929 +msgid "Posted Order" +msgstr "" + +#: mod/network.php:932 +msgid "Sort by Post Date" +msgstr "" + +#: mod/network.php:940 mod/profiles.php:687 +#: src/Core/NotificationsManager.php:185 +msgid "Personal" +msgstr "" + +#: mod/network.php:943 +msgid "Posts that mention or involve you" +msgstr "" + +#: mod/network.php:951 +msgid "New" +msgstr "" + +#: mod/network.php:954 +msgid "Activity Stream - by date" +msgstr "" + +#: mod/network.php:962 +msgid "Shared Links" +msgstr "" + +#: mod/network.php:965 +msgid "Interesting Links" +msgstr "" + +#: mod/network.php:973 +msgid "Starred" +msgstr "" + +#: mod/network.php:976 +msgid "Favourite Posts" +msgstr "" + +#: mod/notes.php:52 src/Model/Profile.php:946 +msgid "Personal Notes" +msgstr "" + +#: mod/oexchange.php:30 +msgid "Post successful." +msgstr "" + +#: mod/photos.php:108 src/Model/Profile.php:907 +msgid "Photo Albums" +msgstr "" + +#: mod/photos.php:109 mod/photos.php:1713 +msgid "Recent Photos" +msgstr "" + +#: mod/photos.php:112 mod/photos.php:1210 mod/photos.php:1715 +msgid "Upload New Photos" +msgstr "" + +#: mod/photos.php:126 mod/settings.php:50 +msgid "everybody" +msgstr "" + +#: mod/photos.php:184 +msgid "Contact information unavailable" +msgstr "" + +#: mod/photos.php:204 +msgid "Album not found." +msgstr "" + +#: mod/photos.php:234 mod/photos.php:245 mod/photos.php:1161 +msgid "Delete Album" +msgstr "" + +#: mod/photos.php:243 +msgid "Do you really want to delete this photo album and all its photos?" +msgstr "" + +#: mod/photos.php:310 mod/photos.php:321 mod/photos.php:1446 +msgid "Delete Photo" +msgstr "" + +#: mod/photos.php:319 +msgid "Do you really want to delete this photo?" +msgstr "" + +#: mod/photos.php:667 +msgid "a photo" +msgstr "" + +#: mod/photos.php:667 +#, php-format +msgid "%1$s was tagged in %2$s by %3$s" +msgstr "" + +#: mod/photos.php:769 +msgid "Image upload didn't complete, please try again" +msgstr "" + +#: mod/photos.php:772 +msgid "Image file is missing" +msgstr "" + +#: mod/photos.php:777 +msgid "" +"Server can't accept new file upload at this time, please contact your " +"administrator" +msgstr "" + +#: mod/photos.php:803 +msgid "Image file is empty." +msgstr "" + +#: mod/photos.php:940 +msgid "No photos selected" +msgstr "" + +#: mod/photos.php:1036 mod/videos.php:309 +msgid "Access to this item is restricted." +msgstr "" + +#: mod/photos.php:1090 +msgid "Upload Photos" +msgstr "" + +#: mod/photos.php:1094 mod/photos.php:1156 +msgid "New album name: " +msgstr "" + +#: mod/photos.php:1095 +msgid "or existing album name: " +msgstr "" + +#: mod/photos.php:1096 +msgid "Do not show a status post for this upload" +msgstr "" + +#: mod/photos.php:1098 mod/photos.php:1441 mod/events.php:533 +#: src/Core/ACL.php:318 +msgid "Permissions" +msgstr "" + +#: mod/photos.php:1106 mod/photos.php:1449 mod/settings.php:1229 +msgid "Show to Groups" +msgstr "" + +#: mod/photos.php:1107 mod/photos.php:1450 mod/settings.php:1230 +msgid "Show to Contacts" +msgstr "" + +#: mod/photos.php:1167 +msgid "Edit Album" +msgstr "" + +#: mod/photos.php:1172 +msgid "Show Newest First" +msgstr "" + +#: mod/photos.php:1174 +msgid "Show Oldest First" +msgstr "" + +#: mod/photos.php:1195 mod/photos.php:1698 +msgid "View Photo" +msgstr "" + +#: mod/photos.php:1236 +msgid "Permission denied. Access to this item may be restricted." +msgstr "" + +#: mod/photos.php:1238 +msgid "Photo not available" +msgstr "" + +#: mod/photos.php:1301 +msgid "View photo" +msgstr "" + +#: mod/photos.php:1301 +msgid "Edit photo" +msgstr "" + +#: mod/photos.php:1302 +msgid "Use as profile photo" +msgstr "" + +#: mod/photos.php:1308 src/Object/Post.php:149 +msgid "Private Message" +msgstr "" + +#: mod/photos.php:1327 +msgid "View Full Size" +msgstr "" + +#: mod/photos.php:1414 +msgid "Tags: " +msgstr "" + +#: mod/photos.php:1417 +msgid "[Remove any tag]" +msgstr "" + +#: mod/photos.php:1432 +msgid "New album name" +msgstr "" + +#: mod/photos.php:1433 +msgid "Caption" +msgstr "" + +#: mod/photos.php:1434 +msgid "Add a Tag" +msgstr "" + +#: mod/photos.php:1434 +msgid "Example: @bob, @Barbara_Jensen, @jim@example.com, #California, #camping" +msgstr "" + +#: mod/photos.php:1435 +msgid "Do not rotate" +msgstr "" + +#: mod/photos.php:1436 +msgid "Rotate CW (right)" +msgstr "" + +#: mod/photos.php:1437 +msgid "Rotate CCW (left)" +msgstr "" + +#: mod/photos.php:1471 src/Object/Post.php:296 +msgid "I like this (toggle)" +msgstr "" + +#: mod/photos.php:1472 src/Object/Post.php:297 +msgid "I don't like this (toggle)" +msgstr "" + +#: mod/photos.php:1488 mod/photos.php:1527 mod/photos.php:1600 +#: mod/contacts.php:953 src/Object/Post.php:793 +msgid "This is you" +msgstr "" + +#: mod/photos.php:1490 mod/photos.php:1529 mod/photos.php:1602 +#: src/Object/Post.php:399 src/Object/Post.php:795 +msgid "Comment" +msgstr "" + +#: mod/photos.php:1634 +msgid "Map" +msgstr "" + +#: mod/photos.php:1704 mod/videos.php:387 +msgid "View Album" +msgstr "" + +#: mod/profile.php:37 src/Model/Profile.php:118 +msgid "Requested profile is not available." +msgstr "" + +#: mod/profile.php:78 src/Protocol/OStatus.php:1252 +#, php-format +msgid "%s's posts" +msgstr "" + +#: mod/profile.php:79 src/Protocol/OStatus.php:1253 +#, php-format +msgid "%s's comments" +msgstr "" + +#: mod/profile.php:80 src/Protocol/OStatus.php:1251 +#, php-format +msgid "%s's timeline" +msgstr "" + +#: mod/profile.php:173 mod/display.php:313 mod/cal.php:142 +msgid "Access to this profile has been restricted." +msgstr "" + +#: mod/profile.php:194 +msgid "Tips for New Members" +msgstr "" + +#: mod/videos.php:139 +msgid "Do you really want to delete this video?" +msgstr "" + +#: mod/videos.php:144 +msgid "Delete Video" +msgstr "" + +#: mod/videos.php:207 +msgid "No videos selected" +msgstr "" + +#: mod/videos.php:396 +msgid "Recent Videos" +msgstr "" + +#: mod/videos.php:398 +msgid "Upload New Videos" +msgstr "" + +#: mod/delegate.php:37 +msgid "Parent user not found." +msgstr "" + +#: mod/delegate.php:144 +msgid "No parent user" +msgstr "" + +#: mod/delegate.php:159 +msgid "Parent Password:" +msgstr "" + +#: mod/delegate.php:159 +msgid "" +"Please enter the password of the parent account to legitimize your request." +msgstr "" + +#: mod/delegate.php:164 +msgid "Parent User" +msgstr "" + +#: mod/delegate.php:167 +msgid "" +"Parent users have total control about this account, including the account " +"settings. Please double check whom you give this access." +msgstr "" + +#: mod/delegate.php:168 mod/admin.php:307 mod/admin.php:1346 mod/admin.php:1965 +#: mod/admin.php:2218 mod/admin.php:2292 mod/admin.php:2439 +#: mod/settings.php:675 mod/settings.php:784 mod/settings.php:872 +#: mod/settings.php:961 mod/settings.php:1194 +msgid "Save Settings" +msgstr "" + +#: mod/delegate.php:169 src/Content/Nav.php:204 +msgid "Delegate Page Management" +msgstr "" + +#: mod/delegate.php:170 +msgid "Delegates" +msgstr "" + +#: mod/delegate.php:172 +msgid "" +"Delegates are able to manage all aspects of this account/page except for " +"basic account settings. Please do not delegate your personal account to " +"anybody that you do not trust completely." +msgstr "" + +#: mod/delegate.php:173 +msgid "Existing Page Delegates" +msgstr "" + +#: mod/delegate.php:175 +msgid "Potential Delegates" +msgstr "" + +#: mod/delegate.php:178 +msgid "Add" +msgstr "" + +#: mod/delegate.php:179 +msgid "No entries." +msgstr "" + +#: mod/dirfind.php:49 +#, php-format +msgid "People Search - %s" +msgstr "" + +#: mod/dirfind.php:60 +#, php-format +msgid "Forum Search - %s" msgstr "" #: mod/install.php:114 @@ -3715,7 +3300,7 @@ msgid "" "or mysql." msgstr "" -#: mod/install.php:136 mod/install.php:208 mod/install.php:553 +#: mod/install.php:136 mod/install.php:208 mod/install.php:558 msgid "Please see the file \"INSTALL.txt\"." msgstr "" @@ -3727,6 +3312,10 @@ msgstr "" msgid "System check" msgstr "" +#: mod/install.php:209 mod/cal.php:277 mod/events.php:395 +msgid "Next" +msgstr "" + #: mod/install.php:210 msgid "Check again" msgstr "" @@ -3894,146 +3483,154 @@ msgid "XML PHP module" msgstr "" #: mod/install.php:400 -msgid "iconv module" +msgid "iconv PHP module" msgstr "" -#: mod/install.php:404 mod/install.php:406 +#: mod/install.php:401 +msgid "POSIX PHP module" +msgstr "" + +#: mod/install.php:405 mod/install.php:407 msgid "Apache mod_rewrite module" msgstr "" -#: mod/install.php:404 +#: mod/install.php:405 msgid "" "Error: Apache webserver mod-rewrite module is required but not installed." msgstr "" -#: mod/install.php:412 +#: mod/install.php:413 msgid "Error: libCURL PHP module required but not installed." msgstr "" -#: mod/install.php:416 +#: mod/install.php:417 msgid "" "Error: GD graphics PHP module with JPEG support required but not installed." msgstr "" -#: mod/install.php:420 +#: mod/install.php:421 msgid "Error: openssl PHP module required but not installed." msgstr "" -#: mod/install.php:424 +#: mod/install.php:425 msgid "Error: PDO or MySQLi PHP module required but not installed." msgstr "" -#: mod/install.php:428 +#: mod/install.php:429 msgid "Error: The MySQL driver for PDO is not installed." msgstr "" -#: mod/install.php:432 +#: mod/install.php:433 msgid "Error: mb_string PHP module required but not installed." msgstr "" -#: mod/install.php:436 +#: mod/install.php:437 msgid "Error: iconv PHP module required but not installed." msgstr "" -#: mod/install.php:446 +#: mod/install.php:441 +msgid "Error: POSIX PHP module required but not installed." +msgstr "" + +#: mod/install.php:451 msgid "Error, XML PHP module required but not installed." msgstr "" -#: mod/install.php:458 +#: mod/install.php:463 msgid "" "The web installer needs to be able to create a file called \".htconfig.php\" " "in the top folder of your web server and it is unable to do so." msgstr "" -#: mod/install.php:459 +#: mod/install.php:464 msgid "" "This is most often a permission setting, as the web server may not be able " "to write files in your folder - even if you can." msgstr "" -#: mod/install.php:460 +#: mod/install.php:465 msgid "" "At the end of this procedure, we will give you a text to save in a file " "named .htconfig.php in your Friendica top folder." msgstr "" -#: mod/install.php:461 +#: mod/install.php:466 msgid "" "You can alternatively skip this procedure and perform a manual installation. " "Please see the file \"INSTALL.txt\" for instructions." msgstr "" -#: mod/install.php:464 +#: mod/install.php:469 msgid ".htconfig.php is writable" msgstr "" -#: mod/install.php:474 +#: mod/install.php:479 msgid "" "Friendica uses the Smarty3 template engine to render its web views. Smarty3 " "compiles templates to PHP to speed up rendering." msgstr "" -#: mod/install.php:475 +#: mod/install.php:480 msgid "" "In order to store these compiled templates, the web server needs to have " "write access to the directory view/smarty3/ under the Friendica top level " "folder." msgstr "" -#: mod/install.php:476 +#: mod/install.php:481 msgid "" "Please ensure that the user that your web server runs as (e.g. www-data) has " "write access to this folder." msgstr "" -#: mod/install.php:477 +#: mod/install.php:482 msgid "" "Note: as a security measure, you should give the web server write access to " "view/smarty3/ only--not the template files (.tpl) that it contains." msgstr "" -#: mod/install.php:480 +#: mod/install.php:485 msgid "view/smarty3 is writable" msgstr "" -#: mod/install.php:496 +#: mod/install.php:501 msgid "" "Url rewrite in .htaccess is not working. Check your server configuration." msgstr "" -#: mod/install.php:498 +#: mod/install.php:503 msgid "Url rewrite is working" msgstr "" -#: mod/install.php:517 +#: mod/install.php:522 msgid "ImageMagick PHP extension is not installed" msgstr "" -#: mod/install.php:519 +#: mod/install.php:524 msgid "ImageMagick PHP extension is installed" msgstr "" -#: mod/install.php:521 +#: mod/install.php:526 msgid "ImageMagick supports GIF" msgstr "" -#: mod/install.php:528 +#: mod/install.php:533 msgid "" "The database configuration file \".htconfig.php\" could not be written. " "Please use the enclosed text to create a configuration file in your web " "server root." msgstr "" -#: mod/install.php:551 +#: mod/install.php:556 msgid "

    What next

    " msgstr "" -#: mod/install.php:552 +#: mod/install.php:557 msgid "" "IMPORTANT: You will need to [manually] setup a scheduled task for the worker." msgstr "" -#: mod/install.php:555 +#: mod/install.php:560 #, php-format msgid "" "Go to your new Friendica node registration page " @@ -4041,33 +3638,1154 @@ msgid "" "administrator email. This will allow you to enter the site admin panel." msgstr "" -#: mod/localtime.php:33 -msgid "Time Conversion" +#: mod/ostatus_subscribe.php:21 +msgid "Subscribing to OStatus contacts" msgstr "" -#: mod/localtime.php:35 +#: mod/ostatus_subscribe.php:33 +msgid "No contact provided." +msgstr "" + +#: mod/ostatus_subscribe.php:40 +msgid "Couldn't fetch information for contact." +msgstr "" + +#: mod/ostatus_subscribe.php:50 +msgid "Couldn't fetch friends for contact." +msgstr "" + +#: mod/ostatus_subscribe.php:78 +msgid "success" +msgstr "" + +#: mod/ostatus_subscribe.php:80 +msgid "failed" +msgstr "" + +#: mod/ostatus_subscribe.php:83 src/Object/Post.php:279 +msgid "ignored" +msgstr "" + +#: mod/unfollow.php:34 +msgid "Contact wasn't found or can't be unfollowed." +msgstr "" + +#: mod/unfollow.php:47 +msgid "Contact unfollowed" +msgstr "" + +#: mod/unfollow.php:73 +msgid "You aren't a friend of this contact." +msgstr "" + +#: mod/unfollow.php:79 +msgid "Unfollowing is currently not supported by your network." +msgstr "" + +#: mod/unfollow.php:100 mod/contacts.php:599 +msgid "Disconnect/Unfollow" +msgstr "" + +#: mod/unfollow.php:132 mod/follow.php:186 mod/contacts.php:858 +#: src/Model/Profile.php:891 +msgid "Status Messages and Posts" +msgstr "" + +#: mod/cal.php:274 mod/events.php:391 src/Content/Nav.php:104 +#: src/Content/Nav.php:169 src/Model/Profile.php:924 src/Model/Profile.php:935 +#: view/theme/frio/theme.php:263 view/theme/frio/theme.php:267 +msgid "Events" +msgstr "" + +#: mod/cal.php:275 mod/events.php:392 +msgid "View" +msgstr "" + +#: mod/cal.php:276 mod/events.php:394 +msgid "Previous" +msgstr "" + +#: mod/cal.php:280 mod/events.php:400 src/Model/Event.php:412 +msgid "today" +msgstr "" + +#: mod/cal.php:281 mod/events.php:401 src/Util/Temporal.php:304 +#: src/Model/Event.php:413 +msgid "month" +msgstr "" + +#: mod/cal.php:282 mod/events.php:402 src/Util/Temporal.php:305 +#: src/Model/Event.php:414 +msgid "week" +msgstr "" + +#: mod/cal.php:283 mod/events.php:403 src/Util/Temporal.php:306 +#: src/Model/Event.php:415 +msgid "day" +msgstr "" + +#: mod/cal.php:284 mod/events.php:404 +msgid "list" +msgstr "" + +#: mod/cal.php:297 src/Core/Console/NewPassword.php:74 src/Model/User.php:204 +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/events.php:105 mod/events.php:107 +msgid "Event can not end before it has started." +msgstr "" + +#: mod/events.php:114 mod/events.php:116 +msgid "Event title and start time are required." +msgstr "" + +#: mod/events.php:393 +msgid "Create New Event" +msgstr "" + +#: mod/events.php:506 +msgid "Event details" +msgstr "" + +#: mod/events.php:507 +msgid "Starting date and Title are required." +msgstr "" + +#: mod/events.php:508 mod/events.php:509 +msgid "Event Starts:" +msgstr "" + +#: mod/events.php:508 mod/events.php:520 mod/profiles.php:700 +msgid "Required" +msgstr "" + +#: mod/events.php:510 mod/events.php:526 +msgid "Finish date/time is not known or not relevant" +msgstr "" + +#: mod/events.php:512 mod/events.php:513 +msgid "Event Finishes:" +msgstr "" + +#: mod/events.php:514 mod/events.php:527 +msgid "Adjust for viewer timezone" +msgstr "" + +#: mod/events.php:516 +msgid "Description:" +msgstr "" + +#: mod/events.php:520 mod/events.php:522 +msgid "Title:" +msgstr "" + +#: mod/events.php:523 mod/events.php:524 +msgid "Share this event" +msgstr "" + +#: mod/events.php:531 src/Model/Profile.php:864 +msgid "Basic" +msgstr "" + +#: mod/events.php:532 mod/contacts.php:895 mod/admin.php:1351 +#: src/Model/Profile.php:865 +msgid "Advanced" +msgstr "" + +#: mod/events.php:552 +msgid "Failed to remove event" +msgstr "" + +#: mod/events.php:554 +msgid "Event removed" +msgstr "" + +#: mod/profile_photo.php:55 +msgid "Image uploaded but image cropping failed." +msgstr "" + +#: mod/profile_photo.php:88 mod/profile_photo.php:96 mod/profile_photo.php:104 +#: mod/profile_photo.php:315 +#, php-format +msgid "Image size reduction [%s] failed." +msgstr "" + +#: mod/profile_photo.php:125 msgid "" -"Friendica provides this service for sharing events with other networks and " -"friends in unknown timezones." +"Shift-reload the page or clear browser cache if the new photo does not " +"display immediately." msgstr "" -#: mod/localtime.php:39 +#: mod/profile_photo.php:134 +msgid "Unable to process image" +msgstr "" + +#: mod/profile_photo.php:247 +msgid "Upload File:" +msgstr "" + +#: mod/profile_photo.php:248 +msgid "Select a profile:" +msgstr "" + +#: mod/profile_photo.php:253 +msgid "or" +msgstr "" + +#: mod/profile_photo.php:253 +msgid "skip this step" +msgstr "" + +#: mod/profile_photo.php:253 +msgid "select a photo from your photo albums" +msgstr "" + +#: mod/profile_photo.php:266 +msgid "Crop Image" +msgstr "" + +#: mod/profile_photo.php:267 +msgid "Please adjust the image cropping for optimum viewing." +msgstr "" + +#: mod/profile_photo.php:269 +msgid "Done Editing" +msgstr "" + +#: mod/profile_photo.php:305 +msgid "Image uploaded successfully." +msgstr "" + +#: mod/directory.php:152 src/Model/Profile.php:421 src/Model/Profile.php:769 +msgid "Status:" +msgstr "" + +#: mod/directory.php:153 src/Model/Profile.php:422 src/Model/Profile.php:786 +msgid "Homepage:" +msgstr "" + +#: mod/directory.php:202 view/theme/vier/theme.php:201 +msgid "Global Directory" +msgstr "" + +#: mod/directory.php:204 +msgid "Find on this site" +msgstr "" + +#: mod/directory.php:206 +msgid "Results for:" +msgstr "" + +#: mod/directory.php:208 +msgid "Site Directory" +msgstr "" + +#: mod/directory.php:209 mod/contacts.php:820 src/Content/Widget.php:63 +msgid "Find" +msgstr "" + +#: mod/directory.php:213 +msgid "No entries (some entries may be hidden)." +msgstr "" + +#: mod/babel.php:22 +msgid "Source input" +msgstr "" + +#: mod/babel.php:28 +msgid "BBCode::convert (raw HTML)" +msgstr "" + +#: mod/babel.php:33 +msgid "BBCode::convert" +msgstr "" + +#: mod/babel.php:39 +msgid "BBCode::convert => HTML::toBBCode" +msgstr "" + +#: mod/babel.php:45 +msgid "BBCode::toMarkdown" +msgstr "" + +#: mod/babel.php:51 +msgid "BBCode::toMarkdown => Markdown::convert" +msgstr "" + +#: mod/babel.php:57 +msgid "BBCode::toMarkdown => Markdown::toBBCode" +msgstr "" + +#: mod/babel.php:63 +msgid "BBCode::toMarkdown => Markdown::convert => HTML::toBBCode" +msgstr "" + +#: mod/babel.php:70 +msgid "Source input \\x28Diaspora format\\x29" +msgstr "" + +#: mod/babel.php:76 +msgid "Markdown::toBBCode" +msgstr "" + +#: mod/babel.php:83 +msgid "Raw HTML input" +msgstr "" + +#: mod/babel.php:88 +msgid "HTML Input" +msgstr "" + +#: mod/babel.php:94 +msgid "HTML::toBBCode" +msgstr "" + +#: mod/babel.php:100 +msgid "HTML::toPlaintext" +msgstr "" + +#: mod/babel.php:108 +msgid "Source text" +msgstr "" + +#: mod/babel.php:109 +msgid "BBCode" +msgstr "" + +#: mod/babel.php:110 +msgid "Markdown" +msgstr "" + +#: mod/babel.php:111 +msgid "HTML" +msgstr "" + +#: mod/follow.php:45 +msgid "The contact could not be added." +msgstr "" + +#: mod/follow.php:73 +msgid "You already added this contact." +msgstr "" + +#: mod/follow.php:83 +msgid "Diaspora support isn't enabled. Contact can't be added." +msgstr "" + +#: mod/follow.php:90 +msgid "OStatus support is disabled. Contact can't be added." +msgstr "" + +#: mod/follow.php:97 +msgid "The network type couldn't be detected. Contact can't be added." +msgstr "" + +#: mod/profiles.php:58 +msgid "Profile deleted." +msgstr "" + +#: mod/profiles.php:74 mod/profiles.php:110 +msgid "Profile-" +msgstr "" + +#: mod/profiles.php:93 mod/profiles.php:132 +msgid "New profile created." +msgstr "" + +#: mod/profiles.php:116 +msgid "Profile unavailable to clone." +msgstr "" + +#: mod/profiles.php:206 +msgid "Profile Name is required." +msgstr "" + +#: mod/profiles.php:347 +msgid "Marital Status" +msgstr "" + +#: mod/profiles.php:351 +msgid "Romantic Partner" +msgstr "" + +#: mod/profiles.php:363 +msgid "Work/Employment" +msgstr "" + +#: mod/profiles.php:366 +msgid "Religion" +msgstr "" + +#: mod/profiles.php:370 +msgid "Political Views" +msgstr "" + +#: mod/profiles.php:374 +msgid "Gender" +msgstr "" + +#: mod/profiles.php:378 +msgid "Sexual Preference" +msgstr "" + +#: mod/profiles.php:382 +msgid "XMPP" +msgstr "" + +#: mod/profiles.php:386 +msgid "Homepage" +msgstr "" + +#: mod/profiles.php:390 mod/profiles.php:686 +msgid "Interests" +msgstr "" + +#: mod/profiles.php:394 mod/admin.php:490 +msgid "Address" +msgstr "" + +#: mod/profiles.php:401 mod/profiles.php:682 +msgid "Location" +msgstr "" + +#: mod/profiles.php:486 +msgid "Profile updated." +msgstr "" + +#: mod/profiles.php:564 +msgid " and " +msgstr "" + +#: mod/profiles.php:573 +msgid "public profile" +msgstr "" + +#: mod/profiles.php:576 #, php-format -msgid "UTC time: %s" +msgid "%1$s changed %2$s to “%3$s”" msgstr "" -#: mod/localtime.php:42 +#: mod/profiles.php:577 #, php-format -msgid "Current timezone: %s" +msgid " - Visit %1$s's %2$s" msgstr "" -#: mod/localtime.php:46 +#: mod/profiles.php:579 #, php-format -msgid "Converted localtime: %s" +msgid "%1$s has an updated %2$s, changing %3$s." msgstr "" -#: mod/localtime.php:52 -msgid "Please select your timezone:" +#: mod/profiles.php:633 +msgid "Hide contacts and friends:" +msgstr "" + +#: mod/profiles.php:638 +msgid "Hide your contact/friend list from viewers of this profile?" +msgstr "" + +#: mod/profiles.php:658 +msgid "Show more profile fields:" +msgstr "" + +#: mod/profiles.php:670 +msgid "Profile Actions" +msgstr "" + +#: mod/profiles.php:671 +msgid "Edit Profile Details" +msgstr "" + +#: mod/profiles.php:673 +msgid "Change Profile Photo" +msgstr "" + +#: mod/profiles.php:674 +msgid "View this profile" +msgstr "" + +#: mod/profiles.php:675 mod/profiles.php:770 src/Model/Profile.php:393 +msgid "Edit visibility" +msgstr "" + +#: mod/profiles.php:676 +msgid "Create a new profile using these settings" +msgstr "" + +#: mod/profiles.php:677 +msgid "Clone this profile" +msgstr "" + +#: mod/profiles.php:678 +msgid "Delete this profile" +msgstr "" + +#: mod/profiles.php:680 +msgid "Basic information" +msgstr "" + +#: mod/profiles.php:681 +msgid "Profile picture" +msgstr "" + +#: mod/profiles.php:683 +msgid "Preferences" +msgstr "" + +#: mod/profiles.php:684 +msgid "Status information" +msgstr "" + +#: mod/profiles.php:685 +msgid "Additional information" +msgstr "" + +#: mod/profiles.php:688 +msgid "Relation" +msgstr "" + +#: mod/profiles.php:689 src/Util/Temporal.php:81 src/Util/Temporal.php:83 +msgid "Miscellaneous" +msgstr "" + +#: mod/profiles.php:692 +msgid "Your Gender:" +msgstr "" + +#: mod/profiles.php:693 +msgid " Marital Status:" +msgstr "" + +#: mod/profiles.php:694 src/Model/Profile.php:782 +msgid "Sexual Preference:" +msgstr "" + +#: mod/profiles.php:695 +msgid "Example: fishing photography software" +msgstr "" + +#: mod/profiles.php:700 +msgid "Profile Name:" +msgstr "" + +#: mod/profiles.php:702 +msgid "" +"This is your public profile.
    It may " +"be visible to anybody using the internet." +msgstr "" + +#: mod/profiles.php:703 +msgid "Your Full Name:" +msgstr "" + +#: mod/profiles.php:704 +msgid "Title/Description:" +msgstr "" + +#: mod/profiles.php:707 +msgid "Street Address:" +msgstr "" + +#: mod/profiles.php:708 +msgid "Locality/City:" +msgstr "" + +#: mod/profiles.php:709 +msgid "Region/State:" +msgstr "" + +#: mod/profiles.php:710 +msgid "Postal/Zip Code:" +msgstr "" + +#: mod/profiles.php:711 +msgid "Country:" +msgstr "" + +#: mod/profiles.php:712 src/Util/Temporal.php:149 +msgid "Age: " +msgstr "" + +#: mod/profiles.php:715 +msgid "Who: (if applicable)" +msgstr "" + +#: mod/profiles.php:715 +msgid "Examples: cathy123, Cathy Williams, cathy@example.com" +msgstr "" + +#: mod/profiles.php:716 +msgid "Since [date]:" +msgstr "" + +#: mod/profiles.php:718 +msgid "Tell us about yourself..." +msgstr "" + +#: mod/profiles.php:719 +msgid "XMPP (Jabber) address:" +msgstr "" + +#: mod/profiles.php:719 +msgid "" +"The XMPP address will be propagated to your contacts so that they can follow " +"you." +msgstr "" + +#: mod/profiles.php:720 +msgid "Homepage URL:" +msgstr "" + +#: mod/profiles.php:721 src/Model/Profile.php:790 +msgid "Hometown:" +msgstr "" + +#: mod/profiles.php:722 src/Model/Profile.php:798 +msgid "Political Views:" +msgstr "" + +#: mod/profiles.php:723 +msgid "Religious Views:" +msgstr "" + +#: mod/profiles.php:724 +msgid "Public Keywords:" +msgstr "" + +#: mod/profiles.php:724 +msgid "(Used for suggesting potential friends, can be seen by others)" +msgstr "" + +#: mod/profiles.php:725 +msgid "Private Keywords:" +msgstr "" + +#: mod/profiles.php:725 +msgid "(Used for searching profiles, never shown to others)" +msgstr "" + +#: mod/profiles.php:726 src/Model/Profile.php:814 +msgid "Likes:" +msgstr "" + +#: mod/profiles.php:727 src/Model/Profile.php:818 +msgid "Dislikes:" +msgstr "" + +#: mod/profiles.php:728 +msgid "Musical interests" +msgstr "" + +#: mod/profiles.php:729 +msgid "Books, literature" +msgstr "" + +#: mod/profiles.php:730 +msgid "Television" +msgstr "" + +#: mod/profiles.php:731 +msgid "Film/dance/culture/entertainment" +msgstr "" + +#: mod/profiles.php:732 +msgid "Hobbies/Interests" +msgstr "" + +#: mod/profiles.php:733 +msgid "Love/romance" +msgstr "" + +#: mod/profiles.php:734 +msgid "Work/employment" +msgstr "" + +#: mod/profiles.php:735 +msgid "School/education" +msgstr "" + +#: mod/profiles.php:736 +msgid "Contact information and Social Networks" +msgstr "" + +#: mod/profiles.php:767 src/Model/Profile.php:389 +msgid "Profile Image" +msgstr "" + +#: mod/profiles.php:769 src/Model/Profile.php:392 +msgid "visible to everybody" +msgstr "" + +#: mod/profiles.php:776 +msgid "Edit/Manage Profiles" +msgstr "" + +#: mod/profiles.php:777 src/Model/Profile.php:379 src/Model/Profile.php:401 +msgid "Change profile photo" +msgstr "" + +#: mod/profiles.php:778 src/Model/Profile.php:380 +msgid "Create New Profile" +msgstr "" + +#: mod/contacts.php:157 +#, php-format +msgid "%d contact edited." +msgid_plural "%d contacts edited." +msgstr[0] "" +msgstr[1] "" + +#: mod/contacts.php:184 mod/contacts.php:400 +msgid "Could not access contact record." +msgstr "" + +#: mod/contacts.php:194 +msgid "Could not locate selected profile." +msgstr "" + +#: mod/contacts.php:228 +msgid "Contact updated." +msgstr "" + +#: mod/contacts.php:421 +msgid "Contact has been blocked" +msgstr "" + +#: mod/contacts.php:421 +msgid "Contact has been unblocked" +msgstr "" + +#: mod/contacts.php:432 +msgid "Contact has been ignored" +msgstr "" + +#: mod/contacts.php:432 +msgid "Contact has been unignored" +msgstr "" + +#: mod/contacts.php:443 +msgid "Contact has been archived" +msgstr "" + +#: mod/contacts.php:443 +msgid "Contact has been unarchived" +msgstr "" + +#: mod/contacts.php:467 +msgid "Drop contact" +msgstr "" + +#: mod/contacts.php:470 mod/contacts.php:823 +msgid "Do you really want to delete this contact?" +msgstr "" + +#: mod/contacts.php:488 +msgid "Contact has been removed." +msgstr "" + +#: mod/contacts.php:519 +#, php-format +msgid "You are mutual friends with %s" +msgstr "" + +#: mod/contacts.php:523 +#, php-format +msgid "You are sharing with %s" +msgstr "" + +#: mod/contacts.php:527 +#, php-format +msgid "%s is sharing with you" +msgstr "" + +#: mod/contacts.php:547 +msgid "Private communications are not available for this contact." +msgstr "" + +#: mod/contacts.php:549 +msgid "Never" +msgstr "" + +#: mod/contacts.php:552 +msgid "(Update was successful)" +msgstr "" + +#: mod/contacts.php:552 +msgid "(Update was not successful)" +msgstr "" + +#: mod/contacts.php:554 mod/contacts.php:992 +msgid "Suggest friends" +msgstr "" + +#: mod/contacts.php:558 +#, php-format +msgid "Network type: %s" +msgstr "" + +#: mod/contacts.php:563 +msgid "Communications lost with this contact!" +msgstr "" + +#: mod/contacts.php:569 +msgid "Fetch further information for feeds" +msgstr "" + +#: mod/contacts.php:571 +msgid "" +"Fetch information like preview pictures, title and teaser from the feed " +"item. You can activate this if the feed doesn't contain much text. Keywords " +"are taken from the meta header in the feed item and are posted as hash tags." +msgstr "" + +#: mod/contacts.php:572 mod/admin.php:1272 mod/admin.php:1435 +#: mod/admin.php:1445 +msgid "Disabled" +msgstr "" + +#: mod/contacts.php:573 +msgid "Fetch information" +msgstr "" + +#: mod/contacts.php:574 +msgid "Fetch keywords" +msgstr "" + +#: mod/contacts.php:575 +msgid "Fetch information and keywords" +msgstr "" + +#: mod/contacts.php:608 +msgid "Contact" +msgstr "" + +#: mod/contacts.php:611 +msgid "Profile Visibility" +msgstr "" + +#: mod/contacts.php:612 +#, php-format +msgid "" +"Please choose the profile you would like to display to %s when viewing your " +"profile securely." +msgstr "" + +#: mod/contacts.php:613 +msgid "Contact Information / Notes" +msgstr "" + +#: mod/contacts.php:614 +msgid "Their personal note" +msgstr "" + +#: mod/contacts.php:616 +msgid "Edit contact notes" +msgstr "" + +#: mod/contacts.php:620 +msgid "Block/Unblock contact" +msgstr "" + +#: mod/contacts.php:621 +msgid "Ignore contact" +msgstr "" + +#: mod/contacts.php:622 +msgid "Repair URL settings" +msgstr "" + +#: mod/contacts.php:623 +msgid "View conversations" +msgstr "" + +#: mod/contacts.php:628 +msgid "Last update:" +msgstr "" + +#: mod/contacts.php:630 +msgid "Update public posts" +msgstr "" + +#: mod/contacts.php:632 mod/contacts.php:1002 +msgid "Update now" +msgstr "" + +#: mod/contacts.php:637 mod/contacts.php:827 mod/contacts.php:1011 +#: mod/admin.php:485 mod/admin.php:1800 +msgid "Unblock" +msgstr "" + +#: mod/contacts.php:637 mod/contacts.php:827 mod/contacts.php:1011 +#: mod/admin.php:484 mod/admin.php:1799 +msgid "Block" +msgstr "" + +#: mod/contacts.php:638 mod/contacts.php:828 mod/contacts.php:1019 +msgid "Unignore" +msgstr "" + +#: mod/contacts.php:642 +msgid "Currently blocked" +msgstr "" + +#: mod/contacts.php:643 +msgid "Currently ignored" +msgstr "" + +#: mod/contacts.php:644 +msgid "Currently archived" +msgstr "" + +#: mod/contacts.php:645 +msgid "Awaiting connection acknowledge" +msgstr "" + +#: mod/contacts.php:646 +msgid "" +"Replies/likes to your public posts may still be visible" +msgstr "" + +#: mod/contacts.php:647 +msgid "Notification for new posts" +msgstr "" + +#: mod/contacts.php:647 +msgid "Send a notification of every new post of this contact" +msgstr "" + +#: mod/contacts.php:650 +msgid "Blacklisted keywords" +msgstr "" + +#: mod/contacts.php:650 +msgid "" +"Comma separated list of keywords that should not be converted to hashtags, " +"when \"Fetch information and keywords\" is selected" +msgstr "" + +#: mod/contacts.php:662 src/Model/Profile.php:424 +msgid "XMPP:" +msgstr "" + +#: mod/contacts.php:667 +msgid "Actions" +msgstr "" + +#: mod/contacts.php:669 mod/contacts.php:855 src/Content/Nav.php:100 +#: src/Model/Profile.php:888 view/theme/frio/theme.php:259 +msgid "Status" +msgstr "" + +#: mod/contacts.php:670 +msgid "Contact Settings" +msgstr "" + +#: mod/contacts.php:711 +msgid "Suggestions" +msgstr "" + +#: mod/contacts.php:714 +msgid "Suggest potential friends" +msgstr "" + +#: mod/contacts.php:722 +msgid "Show all contacts" +msgstr "" + +#: mod/contacts.php:727 +msgid "Unblocked" +msgstr "" + +#: mod/contacts.php:730 +msgid "Only show unblocked contacts" +msgstr "" + +#: mod/contacts.php:735 +msgid "Blocked" +msgstr "" + +#: mod/contacts.php:738 +msgid "Only show blocked contacts" +msgstr "" + +#: mod/contacts.php:743 +msgid "Ignored" +msgstr "" + +#: mod/contacts.php:746 +msgid "Only show ignored contacts" +msgstr "" + +#: mod/contacts.php:751 +msgid "Archived" +msgstr "" + +#: mod/contacts.php:754 +msgid "Only show archived contacts" +msgstr "" + +#: mod/contacts.php:759 +msgid "Hidden" +msgstr "" + +#: mod/contacts.php:762 +msgid "Only show hidden contacts" +msgstr "" + +#: mod/contacts.php:818 +msgid "Search your contacts" +msgstr "" + +#: mod/contacts.php:826 mod/settings.php:170 mod/settings.php:701 +msgid "Update" +msgstr "" + +#: mod/contacts.php:829 mod/contacts.php:1027 +msgid "Archive" +msgstr "" + +#: mod/contacts.php:829 mod/contacts.php:1027 +msgid "Unarchive" +msgstr "" + +#: mod/contacts.php:832 +msgid "Batch Actions" +msgstr "" + +#: mod/contacts.php:866 src/Model/Profile.php:899 +msgid "Profile Details" +msgstr "" + +#: mod/contacts.php:878 +msgid "View all contacts" +msgstr "" + +#: mod/contacts.php:889 +msgid "View all common friends" +msgstr "" + +#: mod/contacts.php:898 +msgid "Advanced Contact Settings" +msgstr "" + +#: mod/contacts.php:930 +msgid "Mutual Friendship" +msgstr "" + +#: mod/contacts.php:934 +msgid "is a fan of yours" +msgstr "" + +#: mod/contacts.php:938 +msgid "you are a fan of" +msgstr "" + +#: mod/contacts.php:1013 +msgid "Toggle Blocked status" +msgstr "" + +#: mod/contacts.php:1021 +msgid "Toggle Ignored status" +msgstr "" + +#: mod/contacts.php:1029 +msgid "Toggle Archive status" +msgstr "" + +#: mod/contacts.php:1037 +msgid "Delete contact" +msgstr "" + +#: mod/_tos.php:48 mod/register.php:288 mod/admin.php:188 mod/admin.php:302 +#: src/Module/Tos.php:48 +msgid "Terms of Service" +msgstr "" + +#: mod/_tos.php:51 src/Module/Tos.php:51 +msgid "Privacy Statement" +msgstr "" + +#: mod/_tos.php:52 src/Module/Tos.php:52 +msgid "" +"At the time of registration, and for providing communications between the " +"user account and their contacts, the user has to provide a display name (pen " +"name), an username (nickname) and a working email address. The names will be " +"accessible on the profile page of the account by any visitor of the page, " +"even if other profile details are not displayed. The email address will only " +"be used to send the user notifications about interactions, but wont be " +"visibly displayed. The listing of an account in the node's user directory or " +"the global user directory is optional and can be controlled in the user " +"settings, it is not necessary for communication." +msgstr "" + +#: mod/_tos.php:53 src/Module/Tos.php:53 +#, php-format +msgid "" +"At any point in time a logged in user can export their account data from the " +"account settings. If the user wants to " +"delete their account they can do so at %1$s/" +"removeme. The deletion of the account will be permanent." +msgstr "" + +#: mod/friendica.php:77 +msgid "This is Friendica, version" +msgstr "" + +#: mod/friendica.php:78 +msgid "running at web location" +msgstr "" + +#: mod/friendica.php:82 +msgid "" +"Please visit Friendi.ca to learn more " +"about the Friendica project." +msgstr "" + +#: mod/friendica.php:86 +msgid "Bug reports and issues: please visit" +msgstr "" + +#: mod/friendica.php:86 +msgid "the bugtracker at github" +msgstr "" + +#: mod/friendica.php:89 +msgid "" +"Suggestions, praise, donations, etc. - please email \"Info\" at Friendica - " +"dot com" +msgstr "" + +#: mod/friendica.php:103 +msgid "Installed addons/apps:" +msgstr "" + +#: mod/friendica.php:117 +msgid "No installed addons/apps" +msgstr "" + +#: mod/friendica.php:122 +#, php-format +msgid "Read about the Terms of Service of this node." +msgstr "" + +#: mod/friendica.php:127 +msgid "On this server the following remote servers are blocked." +msgstr "" + +#: mod/friendica.php:128 mod/admin.php:354 mod/admin.php:372 +msgid "Reason for the block" msgstr "" #: mod/lostpass.php:27 @@ -4114,66 +4832,66 @@ msgid "" "\t\tLogin Name:\t%3$s" msgstr "" -#: mod/lostpass.php:72 +#: mod/lostpass.php:73 #, php-format msgid "Password reset requested at %s" msgstr "" -#: mod/lostpass.php:88 +#: mod/lostpass.php:89 msgid "" "Request could not be verified. (You may have previously submitted it.) " "Password reset failed." msgstr "" -#: mod/lostpass.php:101 +#: mod/lostpass.php:102 msgid "Request has expired, please make a new one." msgstr "" -#: mod/lostpass.php:116 +#: mod/lostpass.php:117 msgid "Forgot your Password?" msgstr "" -#: mod/lostpass.php:117 +#: mod/lostpass.php:118 msgid "" "Enter your email address and submit to have your password reset. Then check " "your email for further instructions." msgstr "" -#: mod/lostpass.php:118 src/Module/Login.php:314 +#: mod/lostpass.php:119 src/Module/Login.php:314 msgid "Nickname or Email: " msgstr "" -#: mod/lostpass.php:119 +#: mod/lostpass.php:120 msgid "Reset" msgstr "" -#: mod/lostpass.php:135 src/Module/Login.php:326 +#: mod/lostpass.php:136 src/Module/Login.php:326 msgid "Password Reset" msgstr "" -#: mod/lostpass.php:136 +#: mod/lostpass.php:137 msgid "Your password has been reset as requested." msgstr "" -#: mod/lostpass.php:137 +#: mod/lostpass.php:138 msgid "Your new password is" msgstr "" -#: mod/lostpass.php:138 +#: mod/lostpass.php:139 msgid "Save or copy your new password - and then" msgstr "" -#: mod/lostpass.php:139 +#: mod/lostpass.php:140 msgid "click here to login" msgstr "" -#: mod/lostpass.php:140 +#: mod/lostpass.php:141 msgid "" "Your password may be changed from the Settings page after " "successful login." msgstr "" -#: mod/lostpass.php:148 +#: mod/lostpass.php:149 #, php-format msgid "" "\n" @@ -4184,7 +4902,7 @@ msgid "" "\t\t" msgstr "" -#: mod/lostpass.php:154 +#: mod/lostpass.php:155 #, php-format msgid "" "\n" @@ -4199,3160 +4917,11 @@ msgid "" "\t\t" msgstr "" -#: mod/lostpass.php:167 +#: mod/lostpass.php:169 #, php-format msgid "Your password has been changed at %s" msgstr "" -#: mod/message.php:30 src/Content/Nav.php:198 -msgid "New Message" -msgstr "" - -#: mod/message.php:73 mod/wallmessage.php:57 -msgid "No recipient selected." -msgstr "" - -#: mod/message.php:77 -msgid "Unable to locate contact information." -msgstr "" - -#: mod/message.php:80 mod/wallmessage.php:63 -msgid "Message could not be sent." -msgstr "" - -#: mod/message.php:83 mod/wallmessage.php:66 -msgid "Message collection failure." -msgstr "" - -#: mod/message.php:86 mod/wallmessage.php:69 -msgid "Message sent." -msgstr "" - -#: mod/message.php:112 view/theme/frio/theme.php:268 src/Content/Nav.php:195 -msgid "Messages" -msgstr "" - -#: mod/message.php:136 -msgid "Do you really want to delete this message?" -msgstr "" - -#: mod/message.php:156 -msgid "Message deleted." -msgstr "" - -#: mod/message.php:185 -msgid "Conversation removed." -msgstr "" - -#: mod/message.php:250 mod/wallmessage.php:132 -msgid "Send Private Message" -msgstr "" - -#: mod/message.php:251 mod/message.php:421 mod/wallmessage.php:134 -msgid "To:" -msgstr "" - -#: mod/message.php:255 mod/message.php:423 mod/wallmessage.php:135 -msgid "Subject:" -msgstr "" - -#: mod/message.php:291 -msgid "No messages." -msgstr "" - -#: mod/message.php:330 -msgid "Message not available." -msgstr "" - -#: mod/message.php:397 -msgid "Delete message" -msgstr "" - -#: mod/message.php:399 mod/message.php:500 -msgid "D, d M Y - g:i A" -msgstr "" - -#: mod/message.php:414 mod/message.php:497 -msgid "Delete conversation" -msgstr "" - -#: mod/message.php:416 -msgid "" -"No secure communications available. You may be able to " -"respond from the sender's profile page." -msgstr "" - -#: mod/message.php:420 -msgid "Send Reply" -msgstr "" - -#: mod/message.php:471 -#, php-format -msgid "Unknown sender - %s" -msgstr "" - -#: mod/message.php:473 -#, php-format -msgid "You and %s" -msgstr "" - -#: mod/message.php:475 -#, php-format -msgid "%s and You" -msgstr "" - -#: mod/message.php:503 -#, php-format -msgid "%d message" -msgid_plural "%d messages" -msgstr[0] "" -msgstr[1] "" - -#: mod/notes.php:53 src/Model/Profile.php:946 -msgid "Personal Notes" -msgstr "" - -#: mod/notify.php:77 -msgid "No more system notifications." -msgstr "" - -#: mod/photos.php:108 src/Model/Profile.php:907 -msgid "Photo Albums" -msgstr "" - -#: mod/photos.php:109 mod/photos.php:1713 -msgid "Recent Photos" -msgstr "" - -#: mod/photos.php:112 mod/photos.php:1210 mod/photos.php:1715 -msgid "Upload New Photos" -msgstr "" - -#: mod/photos.php:126 mod/settings.php:49 -msgid "everybody" -msgstr "" - -#: mod/photos.php:184 -msgid "Contact information unavailable" -msgstr "" - -#: mod/photos.php:204 -msgid "Album not found." -msgstr "" - -#: mod/photos.php:234 mod/photos.php:245 mod/photos.php:1161 -msgid "Delete Album" -msgstr "" - -#: mod/photos.php:243 -msgid "Do you really want to delete this photo album and all its photos?" -msgstr "" - -#: mod/photos.php:310 mod/photos.php:321 mod/photos.php:1446 -msgid "Delete Photo" -msgstr "" - -#: mod/photos.php:319 -msgid "Do you really want to delete this photo?" -msgstr "" - -#: mod/photos.php:667 -msgid "a photo" -msgstr "" - -#: mod/photos.php:667 -#, php-format -msgid "%1$s was tagged in %2$s by %3$s" -msgstr "" - -#: mod/photos.php:763 mod/photos.php:766 mod/photos.php:795 -#: mod/profile_photo.php:165 mod/wall_upload.php:186 -#, php-format -msgid "Image exceeds size limit of %s" -msgstr "" - -#: mod/photos.php:769 -msgid "Image upload didn't complete, please try again" -msgstr "" - -#: mod/photos.php:772 -msgid "Image file is missing" -msgstr "" - -#: mod/photos.php:777 -msgid "" -"Server can't accept new file upload at this time, please contact your " -"administrator" -msgstr "" - -#: mod/photos.php:803 -msgid "Image file is empty." -msgstr "" - -#: mod/photos.php:818 mod/profile_photo.php:174 mod/wall_upload.php:200 -msgid "Unable to process image." -msgstr "" - -#: mod/photos.php:847 mod/profile_photo.php:322 mod/wall_upload.php:239 -msgid "Image upload failed." -msgstr "" - -#: mod/photos.php:940 -msgid "No photos selected" -msgstr "" - -#: mod/photos.php:1036 mod/videos.php:310 -msgid "Access to this item is restricted." -msgstr "" - -#: mod/photos.php:1090 -msgid "Upload Photos" -msgstr "" - -#: mod/photos.php:1094 mod/photos.php:1156 -msgid "New album name: " -msgstr "" - -#: mod/photos.php:1095 -msgid "or existing album name: " -msgstr "" - -#: mod/photos.php:1096 -msgid "Do not show a status post for this upload" -msgstr "" - -#: mod/photos.php:1106 mod/photos.php:1449 mod/settings.php:1233 -msgid "Show to Groups" -msgstr "" - -#: mod/photos.php:1107 mod/photos.php:1450 mod/settings.php:1234 -msgid "Show to Contacts" -msgstr "" - -#: mod/photos.php:1167 -msgid "Edit Album" -msgstr "" - -#: mod/photos.php:1172 -msgid "Show Newest First" -msgstr "" - -#: mod/photos.php:1174 -msgid "Show Oldest First" -msgstr "" - -#: mod/photos.php:1195 mod/photos.php:1698 -msgid "View Photo" -msgstr "" - -#: mod/photos.php:1236 -msgid "Permission denied. Access to this item may be restricted." -msgstr "" - -#: mod/photos.php:1238 -msgid "Photo not available" -msgstr "" - -#: mod/photos.php:1301 -msgid "View photo" -msgstr "" - -#: mod/photos.php:1301 -msgid "Edit photo" -msgstr "" - -#: mod/photos.php:1302 -msgid "Use as profile photo" -msgstr "" - -#: mod/photos.php:1308 src/Object/Post.php:148 -msgid "Private Message" -msgstr "" - -#: mod/photos.php:1327 -msgid "View Full Size" -msgstr "" - -#: mod/photos.php:1414 -msgid "Tags: " -msgstr "" - -#: mod/photos.php:1417 -msgid "[Remove any tag]" -msgstr "" - -#: mod/photos.php:1432 -msgid "New album name" -msgstr "" - -#: mod/photos.php:1433 -msgid "Caption" -msgstr "" - -#: mod/photos.php:1434 -msgid "Add a Tag" -msgstr "" - -#: mod/photos.php:1434 -msgid "Example: @bob, @Barbara_Jensen, @jim@example.com, #California, #camping" -msgstr "" - -#: mod/photos.php:1435 -msgid "Do not rotate" -msgstr "" - -#: mod/photos.php:1436 -msgid "Rotate CW (right)" -msgstr "" - -#: mod/photos.php:1437 -msgid "Rotate CCW (left)" -msgstr "" - -#: mod/photos.php:1471 src/Object/Post.php:295 -msgid "I like this (toggle)" -msgstr "" - -#: mod/photos.php:1472 src/Object/Post.php:296 -msgid "I don't like this (toggle)" -msgstr "" - -#: mod/photos.php:1488 mod/photos.php:1527 mod/photos.php:1600 -#: src/Object/Post.php:785 -msgid "This is you" -msgstr "" - -#: mod/photos.php:1490 mod/photos.php:1529 mod/photos.php:1602 -#: src/Object/Post.php:391 src/Object/Post.php:787 -msgid "Comment" -msgstr "" - -#: mod/photos.php:1634 -msgid "Map" -msgstr "" - -#: mod/photos.php:1704 mod/videos.php:388 -msgid "View Album" -msgstr "" - -#: mod/ping.php:292 -msgid "{0} wants to be your friend" -msgstr "" - -#: mod/ping.php:307 -msgid "{0} sent you a message" -msgstr "" - -#: mod/ping.php:322 -msgid "{0} requested registration" -msgstr "" - -#: mod/poke.php:192 -msgid "Poke/Prod" -msgstr "" - -#: mod/poke.php:193 -msgid "poke, prod or do other things to somebody" -msgstr "" - -#: mod/poke.php:194 -msgid "Recipient" -msgstr "" - -#: mod/poke.php:195 -msgid "Choose what you wish to do to recipient" -msgstr "" - -#: mod/poke.php:198 -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_photo.php:54 -msgid "Image uploaded but image cropping failed." -msgstr "" - -#: mod/profile_photo.php:87 mod/profile_photo.php:95 mod/profile_photo.php:103 -#: mod/profile_photo.php:330 -#, php-format -msgid "Image size reduction [%s] failed." -msgstr "" - -#: mod/profile_photo.php:137 -msgid "" -"Shift-reload the page or clear browser cache if the new photo does not " -"display immediately." -msgstr "" - -#: mod/profile_photo.php:146 -msgid "Unable to process image" -msgstr "" - -#: mod/profile_photo.php:262 -msgid "Upload File:" -msgstr "" - -#: mod/profile_photo.php:263 -msgid "Select a profile:" -msgstr "" - -#: mod/profile_photo.php:268 -msgid "or" -msgstr "" - -#: mod/profile_photo.php:268 -msgid "skip this step" -msgstr "" - -#: mod/profile_photo.php:268 -msgid "select a photo from your photo albums" -msgstr "" - -#: mod/profile_photo.php:281 -msgid "Crop Image" -msgstr "" - -#: mod/profile_photo.php:282 -msgid "Please adjust the image cropping for optimum viewing." -msgstr "" - -#: mod/profile_photo.php:284 -msgid "Done Editing" -msgstr "" - -#: mod/profile_photo.php:320 -msgid "Image uploaded successfully." -msgstr "" - -#: mod/profperm.php:34 mod/profperm.php:65 -msgid "Invalid profile identifier." -msgstr "" - -#: mod/profperm.php:111 -msgid "Profile Visibility Editor" -msgstr "" - -#: mod/profperm.php:124 -msgid "Visible To" -msgstr "" - -#: mod/profperm.php:140 -msgid "All Contacts (with secure profile access)" -msgstr "" - -#: mod/regmod.php:68 -msgid "Account approved." -msgstr "" - -#: mod/regmod.php:93 -#, php-format -msgid "Registration revoked for %s" -msgstr "" - -#: mod/regmod.php:102 -msgid "Please login." -msgstr "" - -#: mod/removeme.php:55 mod/removeme.php:58 -msgid "Remove My Account" -msgstr "" - -#: mod/removeme.php:56 -msgid "" -"This will completely remove your account. Once this has been done it is not " -"recoverable." -msgstr "" - -#: mod/removeme.php:57 -msgid "Please enter your password for verification:" -msgstr "" - -#: mod/search.php:37 mod/network.php:194 -msgid "Remove term" -msgstr "" - -#: mod/search.php:46 mod/network.php:201 src/Content/Feature.php:100 -msgid "Saved Searches" -msgstr "" - -#: mod/search.php:105 -msgid "Only logged in users are permitted to perform a search." -msgstr "" - -#: mod/search.php:129 -msgid "Too Many Requests" -msgstr "" - -#: mod/search.php:130 -msgid "Only one search per minute is permitted for not logged in users." -msgstr "" - -#: mod/search.php:234 -#, php-format -msgid "Items tagged with: %s" -msgstr "" - -#: mod/settings.php:54 mod/admin.php:1689 -msgid "Account" -msgstr "" - -#: mod/settings.php:63 mod/admin.php:184 -msgid "Additional features" -msgstr "" - -#: mod/settings.php:71 -msgid "Display" -msgstr "" - -#: mod/settings.php:78 mod/settings.php:845 -msgid "Social Networks" -msgstr "" - -#: mod/settings.php:85 mod/admin.php:182 mod/admin.php:1812 mod/admin.php:1872 -msgid "Addons" -msgstr "" - -#: mod/settings.php:92 src/Content/Nav.php:204 -msgid "Delegations" -msgstr "" - -#: mod/settings.php:99 -msgid "Connected apps" -msgstr "" - -#: mod/settings.php:106 mod/uexport.php:52 -msgid "Export personal data" -msgstr "" - -#: mod/settings.php:113 -msgid "Remove account" -msgstr "" - -#: mod/settings.php:167 -msgid "Missing some important data!" -msgstr "" - -#: mod/settings.php:278 -msgid "Failed to connect with email account using the settings provided." -msgstr "" - -#: mod/settings.php:283 -msgid "Email settings updated." -msgstr "" - -#: mod/settings.php:299 -msgid "Features updated" -msgstr "" - -#: mod/settings.php:371 -msgid "Relocate message has been send to your contacts" -msgstr "" - -#: mod/settings.php:383 src/Model/User.php:312 -msgid "Passwords do not match. Password unchanged." -msgstr "" - -#: mod/settings.php:388 -msgid "Empty passwords are not allowed. Password unchanged." -msgstr "" - -#: mod/settings.php:394 -msgid "Wrong password." -msgstr "" - -#: mod/settings.php:401 -msgid "Password changed." -msgstr "" - -#: mod/settings.php:403 -msgid "Password update failed. Please try again." -msgstr "" - -#: mod/settings.php:493 -msgid " Please use a shorter name." -msgstr "" - -#: mod/settings.php:496 -msgid " Name too short." -msgstr "" - -#: mod/settings.php:504 -msgid "Wrong Password" -msgstr "" - -#: mod/settings.php:509 -msgid "Invalid email." -msgstr "" - -#: mod/settings.php:516 -msgid "Cannot change to that email." -msgstr "" - -#: mod/settings.php:569 -msgid "Private forum has no privacy permissions. Using default privacy group." -msgstr "" - -#: mod/settings.php:572 -msgid "Private forum has no privacy permissions and no default privacy group." -msgstr "" - -#: mod/settings.php:612 -msgid "Settings updated." -msgstr "" - -#: mod/settings.php:678 mod/settings.php:704 mod/settings.php:740 -msgid "Add application" -msgstr "" - -#: mod/settings.php:682 mod/settings.php:708 -msgid "Consumer Key" -msgstr "" - -#: mod/settings.php:683 mod/settings.php:709 -msgid "Consumer Secret" -msgstr "" - -#: mod/settings.php:684 mod/settings.php:710 -msgid "Redirect" -msgstr "" - -#: mod/settings.php:685 mod/settings.php:711 -msgid "Icon url" -msgstr "" - -#: mod/settings.php:696 -msgid "You can't edit this application." -msgstr "" - -#: mod/settings.php:739 -msgid "Connected Apps" -msgstr "" - -#: mod/settings.php:741 src/Object/Post.php:154 src/Object/Post.php:156 -msgid "Edit" -msgstr "" - -#: mod/settings.php:743 -msgid "Client key starts with" -msgstr "" - -#: mod/settings.php:744 -msgid "No name" -msgstr "" - -#: mod/settings.php:745 -msgid "Remove authorization" -msgstr "" - -#: mod/settings.php:756 -msgid "No Addon settings configured" -msgstr "" - -#: mod/settings.php:765 -msgid "Addon Settings" -msgstr "" - -#: mod/settings.php:779 mod/admin.php:2336 mod/admin.php:2337 -msgid "Off" -msgstr "" - -#: mod/settings.php:779 mod/admin.php:2336 mod/admin.php:2337 -msgid "On" -msgstr "" - -#: mod/settings.php:786 -msgid "Additional Features" -msgstr "" - -#: mod/settings.php:808 src/Content/ContactSelector.php:83 -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 intelligent shortening" -msgstr "" - -#: mod/settings.php:851 -msgid "" -"Normally the system tries to find the best link to add to shortened posts. " -"If this option is enabled then every shortened post will always point to the " -"original friendica post." -msgstr "" - -#: mod/settings.php:852 -msgid "Automatically follow any GNU Social (OStatus) followers/mentioners" -msgstr "" - -#: mod/settings.php:852 -msgid "" -"If you receive a message from an unknown OStatus user, this option decides " -"what to do. If it is checked, a new contact will be created for every " -"unknown user." -msgstr "" - -#: mod/settings.php:853 -msgid "Default group for OStatus contacts" -msgstr "" - -#: mod/settings.php:854 -msgid "Your legacy GNU Social account" -msgstr "" - -#: mod/settings.php:854 -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:857 -msgid "Repair OStatus subscriptions" -msgstr "" - -#: mod/settings.php:861 -msgid "Email/Mailbox Setup" -msgstr "" - -#: mod/settings.php:862 -msgid "" -"If you wish to communicate with email contacts using this service " -"(optional), please specify how to connect to your mailbox." -msgstr "" - -#: mod/settings.php:863 -msgid "Last successful email check:" -msgstr "" - -#: mod/settings.php:865 -msgid "IMAP server name:" -msgstr "" - -#: mod/settings.php:866 -msgid "IMAP port:" -msgstr "" - -#: mod/settings.php:867 -msgid "Security:" -msgstr "" - -#: mod/settings.php:867 mod/settings.php:872 -msgid "None" -msgstr "" - -#: mod/settings.php:868 -msgid "Email login name:" -msgstr "" - -#: mod/settings.php:869 -msgid "Email password:" -msgstr "" - -#: mod/settings.php:870 -msgid "Reply-to address:" -msgstr "" - -#: mod/settings.php:871 -msgid "Send public posts to all email contacts:" -msgstr "" - -#: mod/settings.php:872 -msgid "Action after import:" -msgstr "" - -#: mod/settings.php:872 src/Content/Nav.php:191 -msgid "Mark as seen" -msgstr "" - -#: mod/settings.php:872 -msgid "Move to folder" -msgstr "" - -#: mod/settings.php:873 -msgid "Move to folder:" -msgstr "" - -#: mod/settings.php:907 mod/admin.php:1154 -msgid "No special theme for mobile devices" -msgstr "" - -#: mod/settings.php:916 -#, php-format -msgid "%s - (Unsupported)" -msgstr "" - -#: mod/settings.php:918 -#, php-format -msgid "%s - (Experimental)" -msgstr "" - -#: mod/settings.php:961 -msgid "Display Settings" -msgstr "" - -#: mod/settings.php:967 mod/settings.php:991 -msgid "Display Theme:" -msgstr "" - -#: mod/settings.php:968 -msgid "Mobile Theme:" -msgstr "" - -#: mod/settings.php:969 -msgid "Suppress warning of insecure networks" -msgstr "" - -#: mod/settings.php:969 -msgid "" -"Should the system suppress the warning that the current group contains " -"members of networks that can't receive non public postings." -msgstr "" - -#: mod/settings.php:970 -msgid "Update browser every xx seconds" -msgstr "" - -#: mod/settings.php:970 -msgid "Minimum of 10 seconds. Enter -1 to disable it." -msgstr "" - -#: mod/settings.php:971 -msgid "Number of items to display per page:" -msgstr "" - -#: mod/settings.php:971 mod/settings.php:972 -msgid "Maximum of 100 items" -msgstr "" - -#: mod/settings.php:972 -msgid "Number of items to display per page when viewed from mobile device:" -msgstr "" - -#: mod/settings.php:973 -msgid "Don't show emoticons" -msgstr "" - -#: mod/settings.php:974 -msgid "Calendar" -msgstr "" - -#: mod/settings.php:975 -msgid "Beginning of week:" -msgstr "" - -#: mod/settings.php:976 -msgid "Don't show notices" -msgstr "" - -#: mod/settings.php:977 -msgid "Infinite scroll" -msgstr "" - -#: mod/settings.php:978 -msgid "Automatic updates only at the top of the network page" -msgstr "" - -#: mod/settings.php:978 -msgid "" -"When disabled, the network page is updated all the time, which could be " -"confusing while reading." -msgstr "" - -#: mod/settings.php:979 -msgid "Bandwith Saver Mode" -msgstr "" - -#: mod/settings.php:979 -msgid "" -"When enabled, embedded content is not displayed on automatic updates, they " -"only show on page reload." -msgstr "" - -#: mod/settings.php:980 -msgid "Smart Threading" -msgstr "" - -#: mod/settings.php:980 -msgid "" -"When enabled, suppress extraneous thread indentation while keeping it where " -"it matters. Only works if threading is available and enabled." -msgstr "" - -#: mod/settings.php:982 -msgid "General Theme Settings" -msgstr "" - -#: mod/settings.php:983 -msgid "Custom Theme Settings" -msgstr "" - -#: mod/settings.php:984 -msgid "Content Settings" -msgstr "" - -#: mod/settings.php:985 view/theme/duepuntozero/config.php:73 -#: view/theme/frio/config.php:115 view/theme/quattro/config.php:75 -#: view/theme/vier/config.php:121 -msgid "Theme settings" -msgstr "" - -#: mod/settings.php:1006 -msgid "Unable to find your profile. Please contact your admin." -msgstr "" - -#: mod/settings.php:1048 -msgid "Account Types" -msgstr "" - -#: mod/settings.php:1049 -msgid "Personal Page Subtypes" -msgstr "" - -#: mod/settings.php:1050 -msgid "Community Forum Subtypes" -msgstr "" - -#: mod/settings.php:1057 -msgid "Personal Page" -msgstr "" - -#: mod/settings.php:1058 -msgid "Account for a personal profile." -msgstr "" - -#: mod/settings.php:1061 -msgid "Organisation Page" -msgstr "" - -#: mod/settings.php:1062 -msgid "" -"Account for an organisation that automatically approves contact requests as " -"\"Followers\"." -msgstr "" - -#: mod/settings.php:1065 -msgid "News Page" -msgstr "" - -#: mod/settings.php:1066 -msgid "" -"Account for a news reflector that automatically approves contact requests as " -"\"Followers\"." -msgstr "" - -#: mod/settings.php:1069 -msgid "Community Forum" -msgstr "" - -#: mod/settings.php:1070 -msgid "Account for community discussions." -msgstr "" - -#: mod/settings.php:1073 -msgid "Normal Account Page" -msgstr "" - -#: mod/settings.php:1074 -msgid "" -"Account for a regular personal profile that requires manual approval of " -"\"Friends\" and \"Followers\"." -msgstr "" - -#: mod/settings.php:1077 -msgid "Soapbox Page" -msgstr "" - -#: mod/settings.php:1078 -msgid "" -"Account for a public profile that automatically approves contact requests as " -"\"Followers\"." -msgstr "" - -#: mod/settings.php:1081 -msgid "Public Forum" -msgstr "" - -#: mod/settings.php:1082 -msgid "Automatically approves all contact requests." -msgstr "" - -#: mod/settings.php:1085 -msgid "Automatic Friend Page" -msgstr "" - -#: mod/settings.php:1086 -msgid "" -"Account for a popular profile that automatically approves contact requests " -"as \"Friends\"." -msgstr "" - -#: mod/settings.php:1089 -msgid "Private Forum [Experimental]" -msgstr "" - -#: mod/settings.php:1090 -msgid "Requires manual approval of contact requests." -msgstr "" - -#: mod/settings.php:1101 -msgid "OpenID:" -msgstr "" - -#: mod/settings.php:1101 -msgid "(Optional) Allow this OpenID to login to this account." -msgstr "" - -#: mod/settings.php:1109 -msgid "Publish your default profile in your local site directory?" -msgstr "" - -#: mod/settings.php:1109 -#, php-format -msgid "" -"Your profile will be published in the global friendica directories (e.g. %s). Your profile will be visible in public." -msgstr "" - -#: mod/settings.php:1115 -msgid "Publish your default profile in the global social directory?" -msgstr "" - -#: mod/settings.php:1115 -#, php-format -msgid "" -"Your profile will be publishedin this node's local directory. Your profile details may be publicly visible depending on the system " -"settings." -msgstr "" - -#: mod/settings.php:1122 -msgid "Hide your contact/friend list from viewers of your default profile?" -msgstr "" - -#: mod/settings.php:1122 -msgid "" -"Your contact list won't be shown in your default profile page. You can " -"decide to show your contact list separately for each additional profile you " -"create" -msgstr "" - -#: mod/settings.php:1126 -msgid "Hide your profile details from anonymous viewers?" -msgstr "" - -#: mod/settings.php:1126 -msgid "" -"Anonymous visitors will only see your profile picture, your display name and " -"the nickname you are using on your profile page. Disables posting public " -"messages to Diaspora and other networks." -msgstr "" - -#: mod/settings.php:1130 -msgid "Allow friends to post to your profile page?" -msgstr "" - -#: mod/settings.php:1130 -msgid "" -"Your contacts may write posts on your profile wall. These posts will be " -"distributed to your contacts" -msgstr "" - -#: mod/settings.php:1134 -msgid "Allow friends to tag your posts?" -msgstr "" - -#: mod/settings.php:1134 -msgid "Your contacts can add additional tags to your posts." -msgstr "" - -#: mod/settings.php:1138 -msgid "Allow us to suggest you as a potential friend to new members?" -msgstr "" - -#: mod/settings.php:1138 -msgid "If you like, Friendica may suggest new members to add you as a contact." -msgstr "" - -#: mod/settings.php:1142 -msgid "Permit unknown people to send you private mail?" -msgstr "" - -#: mod/settings.php:1142 -msgid "" -"Friendica network users may send you private messages even if they are not " -"in your contact list." -msgstr "" - -#: mod/settings.php:1146 -msgid "Profile is not published." -msgstr "" - -#: mod/settings.php:1152 -#, php-format -msgid "Your Identity Address is '%s' or '%s'." -msgstr "" - -#: mod/settings.php:1159 -msgid "Automatically expire posts after this many days:" -msgstr "" - -#: mod/settings.php:1159 -msgid "If empty, posts will not expire. Expired posts will be deleted" -msgstr "" - -#: mod/settings.php:1160 -msgid "Advanced expiration settings" -msgstr "" - -#: mod/settings.php:1161 -msgid "Advanced Expiration" -msgstr "" - -#: mod/settings.php:1162 -msgid "Expire posts:" -msgstr "" - -#: mod/settings.php:1163 -msgid "Expire personal notes:" -msgstr "" - -#: mod/settings.php:1164 -msgid "Expire starred posts:" -msgstr "" - -#: mod/settings.php:1165 -msgid "Expire photos:" -msgstr "" - -#: mod/settings.php:1166 -msgid "Only expire posts by others:" -msgstr "" - -#: mod/settings.php:1196 -msgid "Account Settings" -msgstr "" - -#: mod/settings.php:1204 -msgid "Password Settings" -msgstr "" - -#: mod/settings.php:1205 mod/register.php:273 -msgid "New Password:" -msgstr "" - -#: mod/settings.php:1206 mod/register.php:274 -msgid "Confirm:" -msgstr "" - -#: mod/settings.php:1206 -msgid "Leave password fields blank unless changing" -msgstr "" - -#: mod/settings.php:1207 -msgid "Current Password:" -msgstr "" - -#: mod/settings.php:1207 mod/settings.php:1208 -msgid "Your current password to confirm the changes" -msgstr "" - -#: mod/settings.php:1208 -msgid "Password:" -msgstr "" - -#: mod/settings.php:1212 -msgid "Basic Settings" -msgstr "" - -#: mod/settings.php:1213 src/Model/Profile.php:738 -msgid "Full Name:" -msgstr "" - -#: mod/settings.php:1214 -msgid "Email Address:" -msgstr "" - -#: mod/settings.php:1215 -msgid "Your Timezone:" -msgstr "" - -#: mod/settings.php:1216 -msgid "Your Language:" -msgstr "" - -#: mod/settings.php:1216 -msgid "" -"Set the language we use to show you friendica interface and to send you " -"emails" -msgstr "" - -#: mod/settings.php:1217 -msgid "Default Post Location:" -msgstr "" - -#: mod/settings.php:1218 -msgid "Use Browser Location:" -msgstr "" - -#: mod/settings.php:1221 -msgid "Security and Privacy Settings" -msgstr "" - -#: mod/settings.php:1223 -msgid "Maximum Friend Requests/Day:" -msgstr "" - -#: mod/settings.php:1223 mod/settings.php:1252 -msgid "(to prevent spam abuse)" -msgstr "" - -#: mod/settings.php:1224 -msgid "Default Post Permissions" -msgstr "" - -#: mod/settings.php:1225 -msgid "(click to open/close)" -msgstr "" - -#: mod/settings.php:1235 -msgid "Default Private Post" -msgstr "" - -#: mod/settings.php:1236 -msgid "Default Public Post" -msgstr "" - -#: mod/settings.php:1240 -msgid "Default Permissions for New Posts" -msgstr "" - -#: mod/settings.php:1252 -msgid "Maximum private messages per day from unknown people:" -msgstr "" - -#: mod/settings.php:1255 -msgid "Notification Settings" -msgstr "" - -#: mod/settings.php:1256 -msgid "By default post a status message when:" -msgstr "" - -#: mod/settings.php:1257 -msgid "accepting a friend request" -msgstr "" - -#: mod/settings.php:1258 -msgid "joining a forum/community" -msgstr "" - -#: mod/settings.php:1259 -msgid "making an interesting profile change" -msgstr "" - -#: mod/settings.php:1260 -msgid "Send a notification email when:" -msgstr "" - -#: mod/settings.php:1261 -msgid "You receive an introduction" -msgstr "" - -#: mod/settings.php:1262 -msgid "Your introductions are confirmed" -msgstr "" - -#: mod/settings.php:1263 -msgid "Someone writes on your profile wall" -msgstr "" - -#: mod/settings.php:1264 -msgid "Someone writes a followup comment" -msgstr "" - -#: mod/settings.php:1265 -msgid "You receive a private message" -msgstr "" - -#: mod/settings.php:1266 -msgid "You receive a friend suggestion" -msgstr "" - -#: mod/settings.php:1267 -msgid "You are tagged in a post" -msgstr "" - -#: mod/settings.php:1268 -msgid "You are poked/prodded/etc. in a post" -msgstr "" - -#: mod/settings.php:1270 -msgid "Activate desktop notifications" -msgstr "" - -#: mod/settings.php:1270 -msgid "Show desktop popup on new notifications" -msgstr "" - -#: mod/settings.php:1272 -msgid "Text-only notification emails" -msgstr "" - -#: mod/settings.php:1274 -msgid "Send text only notification emails, without the html part" -msgstr "" - -#: mod/settings.php:1276 -msgid "Show detailled notifications" -msgstr "" - -#: mod/settings.php:1278 -msgid "" -"Per default the notificiation are condensed to a single notification per " -"item. When enabled, every notification is displayed." -msgstr "" - -#: mod/settings.php:1280 -msgid "Advanced Account/Page Type Settings" -msgstr "" - -#: mod/settings.php:1281 -msgid "Change the behaviour of this account for special situations" -msgstr "" - -#: mod/settings.php:1284 -msgid "Relocate" -msgstr "" - -#: mod/settings.php:1285 -msgid "" -"If you have moved this profile from another server, and some of your " -"contacts don't receive your updates, try pushing this button." -msgstr "" - -#: mod/settings.php:1286 -msgid "Resend relocate message to contacts" -msgstr "" - -#: mod/subthread.php:113 -#, php-format -msgid "%1$s is following %2$s's %3$s" -msgstr "" - -#: mod/tagrm.php:47 -msgid "Tag removed" -msgstr "" - -#: mod/tagrm.php:85 -msgid "Remove Item Tag" -msgstr "" - -#: mod/tagrm.php:87 -msgid "Select a tag to remove: " -msgstr "" - -#: mod/uexport.php:44 -msgid "Export account" -msgstr "" - -#: mod/uexport.php:44 -msgid "" -"Export your account info and contacts. Use this to make a backup of your " -"account and/or to move it to another server." -msgstr "" - -#: mod/uexport.php:45 -msgid "Export all" -msgstr "" - -#: mod/uexport.php:45 -msgid "" -"Export your accout info, contacts and all your items as json. Could be a " -"very big file, and could take a lot of time. Use this to make a full backup " -"of your account (photos are not exported)" -msgstr "" - -#: mod/videos.php:140 -msgid "Do you really want to delete this video?" -msgstr "" - -#: mod/videos.php:145 -msgid "Delete Video" -msgstr "" - -#: mod/videos.php:208 -msgid "No videos selected" -msgstr "" - -#: mod/videos.php:397 -msgid "Recent Videos" -msgstr "" - -#: mod/videos.php:399 -msgid "Upload New Videos" -msgstr "" - -#: mod/viewcontacts.php:87 -msgid "No contacts." -msgstr "" - -#: mod/viewsrc.php:12 -msgid "Access denied." -msgstr "" - -#: mod/wall_upload.php:231 mod/item.php:471 src/Object/Image.php:949 -#: src/Object/Image.php:965 src/Object/Image.php:973 src/Object/Image.php:998 -msgid "Wall Photos" -msgstr "" - -#: mod/wallmessage.php:49 mod/wallmessage.php:112 -#, php-format -msgid "Number of daily wall messages for %s exceeded. Message failed." -msgstr "" - -#: mod/wallmessage.php:60 -msgid "Unable to check your home location." -msgstr "" - -#: mod/wallmessage.php:86 mod/wallmessage.php:95 -msgid "No recipient." -msgstr "" - -#: mod/wallmessage.php:133 -#, php-format -msgid "" -"If you wish for %s to respond, please check that the privacy settings on " -"your site allow private mail from unknown senders." -msgstr "" - -#: mod/admin.php:106 -msgid "Theme settings updated." -msgstr "" - -#: mod/admin.php:176 src/Content/Nav.php:174 -msgid "Information" -msgstr "" - -#: mod/admin.php:177 -msgid "Overview" -msgstr "" - -#: mod/admin.php:178 mod/admin.php:654 -msgid "Federation Statistics" -msgstr "" - -#: mod/admin.php:179 -msgid "Configuration" -msgstr "" - -#: mod/admin.php:180 mod/admin.php:1263 -msgid "Site" -msgstr "" - -#: mod/admin.php:181 mod/admin.php:1191 mod/admin.php:1696 mod/admin.php:1712 -msgid "Users" -msgstr "" - -#: mod/admin.php:183 mod/admin.php:2081 mod/admin.php:2125 -msgid "Themes" -msgstr "" - -#: mod/admin.php:185 -msgid "Database" -msgstr "" - -#: mod/admin.php:186 -msgid "DB updates" -msgstr "" - -#: mod/admin.php:187 mod/admin.php:689 -msgid "Inspect Queue" -msgstr "" - -#: mod/admin.php:188 -msgid "Tools" -msgstr "" - -#: mod/admin.php:189 -msgid "Contact Blocklist" -msgstr "" - -#: mod/admin.php:190 mod/admin.php:311 -msgid "Server Blocklist" -msgstr "" - -#: mod/admin.php:191 mod/admin.php:470 -msgid "Delete Item" -msgstr "" - -#: mod/admin.php:192 mod/admin.php:193 mod/admin.php:2199 -msgid "Logs" -msgstr "" - -#: mod/admin.php:194 mod/admin.php:2266 -msgid "View Logs" -msgstr "" - -#: mod/admin.php:196 -msgid "Diagnostics" -msgstr "" - -#: mod/admin.php:197 -msgid "PHP Info" -msgstr "" - -#: mod/admin.php:198 -msgid "probe address" -msgstr "" - -#: mod/admin.php:199 -msgid "check webfinger" -msgstr "" - -#: mod/admin.php:218 src/Content/Nav.php:217 -msgid "Admin" -msgstr "" - -#: mod/admin.php:219 -msgid "Addon Features" -msgstr "" - -#: mod/admin.php:220 -msgid "User registrations waiting for confirmation" -msgstr "" - -#: mod/admin.php:302 -msgid "The blocked domain" -msgstr "" - -#: mod/admin.php:303 mod/admin.php:316 -msgid "The reason why you blocked this domain." -msgstr "" - -#: mod/admin.php:304 -msgid "Delete domain" -msgstr "" - -#: mod/admin.php:304 -msgid "Check to delete this entry from the blocklist" -msgstr "" - -#: mod/admin.php:310 mod/admin.php:427 mod/admin.php:469 mod/admin.php:653 -#: mod/admin.php:688 mod/admin.php:784 mod/admin.php:1262 mod/admin.php:1695 -#: mod/admin.php:1811 mod/admin.php:1871 mod/admin.php:2080 mod/admin.php:2124 -#: mod/admin.php:2198 mod/admin.php:2265 -msgid "Administration" -msgstr "" - -#: mod/admin.php:312 -msgid "" -"This page can be used to define a black list of servers from the federated " -"network that are not allowed to interact with your node. For all entered " -"domains you should also give a reason why you have blocked the remote server." -msgstr "" - -#: mod/admin.php:313 -msgid "" -"The list of blocked servers will be made publically available on the /" -"friendica page so that your users and people investigating communication " -"problems can find the reason easily." -msgstr "" - -#: mod/admin.php:314 -msgid "Add new entry to block list" -msgstr "" - -#: mod/admin.php:315 -msgid "Server Domain" -msgstr "" - -#: mod/admin.php:315 -msgid "" -"The domain of the new server to add to the block list. Do not include the " -"protocol." -msgstr "" - -#: mod/admin.php:316 -msgid "Block reason" -msgstr "" - -#: mod/admin.php:317 -msgid "Add Entry" -msgstr "" - -#: mod/admin.php:318 -msgid "Save changes to the blocklist" -msgstr "" - -#: mod/admin.php:319 -msgid "Current Entries in the Blocklist" -msgstr "" - -#: mod/admin.php:322 -msgid "Delete entry from blocklist" -msgstr "" - -#: mod/admin.php:325 -msgid "Delete entry from blocklist?" -msgstr "" - -#: mod/admin.php:351 -msgid "Server added to blocklist." -msgstr "" - -#: mod/admin.php:367 -msgid "Site blocklist updated." -msgstr "" - -#: mod/admin.php:390 util/global_community_block.php:53 -msgid "The contact has been blocked from the node" -msgstr "" - -#: mod/admin.php:392 util/global_community_block.php:48 -#, php-format -msgid "Could not find any contact entry for this URL (%s)" -msgstr "" - -#: mod/admin.php:399 -#, php-format -msgid "%s contact unblocked" -msgid_plural "%s contacts unblocked" -msgstr[0] "" -msgstr[1] "" - -#: mod/admin.php:428 -msgid "Remote Contact Blocklist" -msgstr "" - -#: mod/admin.php:429 -msgid "" -"This page allows you to prevent any message from a remote contact to reach " -"your node." -msgstr "" - -#: mod/admin.php:430 -msgid "Block Remote Contact" -msgstr "" - -#: mod/admin.php:431 mod/admin.php:1698 -msgid "select all" -msgstr "" - -#: mod/admin.php:432 -msgid "select none" -msgstr "" - -#: mod/admin.php:435 -msgid "No remote contact is blocked from this node." -msgstr "" - -#: mod/admin.php:437 -msgid "Blocked Remote Contacts" -msgstr "" - -#: mod/admin.php:438 -msgid "Block New Remote Contact" -msgstr "" - -#: mod/admin.php:439 -msgid "Photo" -msgstr "" - -#: mod/admin.php:447 -#, php-format -msgid "%s total blocked contact" -msgid_plural "%s total blocked contacts" -msgstr[0] "" -msgstr[1] "" - -#: mod/admin.php:449 -msgid "URL of the remote contact to block." -msgstr "" - -#: mod/admin.php:471 -msgid "Delete this Item" -msgstr "" - -#: mod/admin.php:472 -msgid "" -"On this page you can delete an item from your node. If the item is a top " -"level posting, the entire thread will be deleted." -msgstr "" - -#: mod/admin.php:473 -msgid "" -"You need to know the GUID of the item. You can find it e.g. by looking at " -"the display URL. The last part of http://example.com/display/123456 is the " -"GUID, here 123456." -msgstr "" - -#: mod/admin.php:474 -msgid "GUID" -msgstr "" - -#: mod/admin.php:474 -msgid "The GUID of the item you want to delete." -msgstr "" - -#: mod/admin.php:513 -msgid "Item marked for deletion." -msgstr "" - -#: mod/admin.php:584 -msgid "unknown" -msgstr "" - -#: mod/admin.php:647 -msgid "" -"This page offers you some numbers to the known part of the federated social " -"network your Friendica node is part of. These numbers are not complete but " -"only reflect the part of the network your node is aware of." -msgstr "" - -#: mod/admin.php:648 -msgid "" -"The Auto Discovered Contact Directory feature is not enabled, it " -"will improve the data displayed here." -msgstr "" - -#: mod/admin.php:660 -#, php-format -msgid "" -"Currently this node is aware of %d nodes with %d registered users from the " -"following platforms:" -msgstr "" - -#: mod/admin.php:691 -msgid "ID" -msgstr "" - -#: mod/admin.php:692 -msgid "Recipient Name" -msgstr "" - -#: mod/admin.php:693 -msgid "Recipient Profile" -msgstr "" - -#: mod/admin.php:694 view/theme/frio/theme.php:266 -#: src/Core/NotificationsManager.php:178 src/Content/Nav.php:178 -msgid "Network" -msgstr "" - -#: mod/admin.php:695 -msgid "Created" -msgstr "" - -#: mod/admin.php:696 -msgid "Last Tried" -msgstr "" - -#: mod/admin.php:697 -msgid "" -"This page lists the content of the queue for outgoing postings. These are " -"postings the initial delivery failed for. They will be resend later and " -"eventually deleted if the delivery fails permanently." -msgstr "" - -#: mod/admin.php:721 -#, php-format -msgid "" -"Your DB still runs with MyISAM tables. You should change the engine type to " -"InnoDB. As Friendica will use InnoDB only features in the future, you should " -"change this! See here for a guide that may be helpful " -"converting the table engines. You may also use the command php scripts/" -"dbstructure.php toinnodb of your Friendica installation for an " -"automatic conversion.
    " -msgstr "" - -#: mod/admin.php:728 -#, php-format -msgid "" -"There is a new version of Friendica available for download. Your current " -"version is %1$s, upstream version is %2$s" -msgstr "" - -#: mod/admin.php:738 -msgid "" -"The database update failed. Please run \"php scripts/dbstructure.php update" -"\" from the command line and have a look at the errors that might appear." -msgstr "" - -#: mod/admin.php:744 -msgid "The worker was never executed. Please check your database structure!" -msgstr "" - -#: mod/admin.php:747 -#, php-format -msgid "" -"The last worker execution was on %s UTC. This is older than one hour. Please " -"check your crontab settings." -msgstr "" - -#: mod/admin.php:752 mod/admin.php:1647 -msgid "Normal Account" -msgstr "" - -#: mod/admin.php:753 mod/admin.php:1648 -msgid "Automatic Follower Account" -msgstr "" - -#: mod/admin.php:754 mod/admin.php:1649 -msgid "Public Forum Account" -msgstr "" - -#: mod/admin.php:755 mod/admin.php:1650 -msgid "Automatic Friend Account" -msgstr "" - -#: mod/admin.php:756 -msgid "Blog Account" -msgstr "" - -#: mod/admin.php:757 -msgid "Private Forum Account" -msgstr "" - -#: mod/admin.php:779 -msgid "Message queues" -msgstr "" - -#: mod/admin.php:785 -msgid "Summary" -msgstr "" - -#: mod/admin.php:787 -msgid "Registered users" -msgstr "" - -#: mod/admin.php:789 -msgid "Pending registrations" -msgstr "" - -#: mod/admin.php:790 -msgid "Version" -msgstr "" - -#: mod/admin.php:795 -msgid "Active addons" -msgstr "" - -#: mod/admin.php:826 -msgid "Can not parse base url. Must have at least ://" -msgstr "" - -#: mod/admin.php:1127 -msgid "Site settings updated." -msgstr "" - -#: mod/admin.php:1183 -msgid "No community page" -msgstr "" - -#: mod/admin.php:1184 -msgid "Public postings from users of this site" -msgstr "" - -#: mod/admin.php:1185 -msgid "Public postings from the federated network" -msgstr "" - -#: mod/admin.php:1186 -msgid "Public postings from local users and the federated network" -msgstr "" - -#: mod/admin.php:1192 -msgid "Users, Global Contacts" -msgstr "" - -#: mod/admin.php:1193 -msgid "Users, Global Contacts/fallback" -msgstr "" - -#: mod/admin.php:1197 -msgid "One month" -msgstr "" - -#: mod/admin.php:1198 -msgid "Three months" -msgstr "" - -#: mod/admin.php:1199 -msgid "Half a year" -msgstr "" - -#: mod/admin.php:1200 -msgid "One year" -msgstr "" - -#: mod/admin.php:1205 -msgid "Multi user instance" -msgstr "" - -#: mod/admin.php:1228 -msgid "Closed" -msgstr "" - -#: mod/admin.php:1229 -msgid "Requires approval" -msgstr "" - -#: mod/admin.php:1230 -msgid "Open" -msgstr "" - -#: mod/admin.php:1234 -msgid "No SSL policy, links will track page SSL state" -msgstr "" - -#: mod/admin.php:1235 -msgid "Force all links to use SSL" -msgstr "" - -#: mod/admin.php:1236 -msgid "Self-signed certificate, use SSL for local links only (discouraged)" -msgstr "" - -#: mod/admin.php:1240 -msgid "Don't check" -msgstr "" - -#: mod/admin.php:1241 -msgid "check the stable version" -msgstr "" - -#: mod/admin.php:1242 -msgid "check the development version" -msgstr "" - -#: mod/admin.php:1265 -msgid "Republish users to directory" -msgstr "" - -#: mod/admin.php:1266 mod/register.php:264 -msgid "Registration" -msgstr "" - -#: mod/admin.php:1267 -msgid "File upload" -msgstr "" - -#: mod/admin.php:1268 -msgid "Policies" -msgstr "" - -#: mod/admin.php:1270 -msgid "Auto Discovered Contact Directory" -msgstr "" - -#: mod/admin.php:1271 -msgid "Performance" -msgstr "" - -#: mod/admin.php:1272 -msgid "Worker" -msgstr "" - -#: mod/admin.php:1273 -msgid "" -"Relocate - WARNING: advanced function. Could make this server unreachable." -msgstr "" - -#: mod/admin.php:1276 -msgid "Site name" -msgstr "" - -#: mod/admin.php:1277 -msgid "Host name" -msgstr "" - -#: mod/admin.php:1278 -msgid "Sender Email" -msgstr "" - -#: mod/admin.php:1278 -msgid "" -"The email address your server shall use to send notification emails from." -msgstr "" - -#: mod/admin.php:1279 -msgid "Banner/Logo" -msgstr "" - -#: mod/admin.php:1280 -msgid "Shortcut icon" -msgstr "" - -#: mod/admin.php:1280 -msgid "Link to an icon that will be used for browsers." -msgstr "" - -#: mod/admin.php:1281 -msgid "Touch icon" -msgstr "" - -#: mod/admin.php:1281 -msgid "Link to an icon that will be used for tablets and mobiles." -msgstr "" - -#: mod/admin.php:1282 -msgid "Additional Info" -msgstr "" - -#: mod/admin.php:1282 -#, php-format -msgid "" -"For public servers: you can add additional information here that will be " -"listed at %s/servers." -msgstr "" - -#: mod/admin.php:1283 -msgid "System language" -msgstr "" - -#: mod/admin.php:1284 -msgid "System theme" -msgstr "" - -#: mod/admin.php:1284 -msgid "" -"Default system theme - may be over-ridden by user profiles - change theme settings" -msgstr "" - -#: mod/admin.php:1285 -msgid "Mobile system theme" -msgstr "" - -#: mod/admin.php:1285 -msgid "Theme for mobile devices" -msgstr "" - -#: mod/admin.php:1286 -msgid "SSL link policy" -msgstr "" - -#: mod/admin.php:1286 -msgid "Determines whether generated links should be forced to use SSL" -msgstr "" - -#: mod/admin.php:1287 -msgid "Force SSL" -msgstr "" - -#: mod/admin.php:1287 -msgid "" -"Force all Non-SSL requests to SSL - Attention: on some systems it could lead " -"to endless loops." -msgstr "" - -#: mod/admin.php:1288 -msgid "Hide help entry from navigation menu" -msgstr "" - -#: mod/admin.php:1288 -msgid "" -"Hides the menu entry for the Help pages from the navigation menu. You can " -"still access it calling /help directly." -msgstr "" - -#: mod/admin.php:1289 -msgid "Single user instance" -msgstr "" - -#: mod/admin.php:1289 -msgid "Make this instance multi-user or single-user for the named user" -msgstr "" - -#: mod/admin.php:1290 -msgid "Maximum image size" -msgstr "" - -#: mod/admin.php:1290 -msgid "" -"Maximum size in bytes of uploaded images. Default is 0, which means no " -"limits." -msgstr "" - -#: mod/admin.php:1291 -msgid "Maximum image length" -msgstr "" - -#: mod/admin.php:1291 -msgid "" -"Maximum length in pixels of the longest side of uploaded images. Default is " -"-1, which means no limits." -msgstr "" - -#: mod/admin.php:1292 -msgid "JPEG image quality" -msgstr "" - -#: mod/admin.php:1292 -msgid "" -"Uploaded JPEGS will be saved at this quality setting [0-100]. Default is " -"100, which is full quality." -msgstr "" - -#: mod/admin.php:1294 -msgid "Register policy" -msgstr "" - -#: mod/admin.php:1295 -msgid "Maximum Daily Registrations" -msgstr "" - -#: mod/admin.php:1295 -msgid "" -"If registration is permitted above, this sets the maximum number of new user " -"registrations to accept per day. If register is set to closed, this setting " -"has no effect." -msgstr "" - -#: mod/admin.php:1296 -msgid "Register text" -msgstr "" - -#: mod/admin.php:1296 -msgid "Will be displayed prominently on the registration page." -msgstr "" - -#: mod/admin.php:1297 -msgid "Accounts abandoned after x days" -msgstr "" - -#: mod/admin.php:1297 -msgid "" -"Will not waste system resources polling external sites for abandonded " -"accounts. Enter 0 for no time limit." -msgstr "" - -#: mod/admin.php:1298 -msgid "Allowed friend domains" -msgstr "" - -#: mod/admin.php:1298 -msgid "" -"Comma separated list of domains which are allowed to establish friendships " -"with this site. Wildcards are accepted. Empty to allow any domains" -msgstr "" - -#: mod/admin.php:1299 -msgid "Allowed email domains" -msgstr "" - -#: mod/admin.php:1299 -msgid "" -"Comma separated list of domains which are allowed in email addresses for " -"registrations to this site. Wildcards are accepted. Empty to allow any " -"domains" -msgstr "" - -#: mod/admin.php:1300 -msgid "No OEmbed rich content" -msgstr "" - -#: mod/admin.php:1300 -msgid "" -"Don't show the rich content (e.g. embedded PDF), except from the domains " -"listed below." -msgstr "" - -#: mod/admin.php:1301 -msgid "Allowed OEmbed domains" -msgstr "" - -#: mod/admin.php:1301 -msgid "" -"Comma separated list of domains which oembed content is allowed to be " -"displayed. Wildcards are accepted." -msgstr "" - -#: mod/admin.php:1302 -msgid "Block public" -msgstr "" - -#: mod/admin.php:1302 -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:1303 -msgid "Force publish" -msgstr "" - -#: mod/admin.php:1303 -msgid "" -"Check to force all profiles on this site to be listed in the site directory." -msgstr "" - -#: mod/admin.php:1304 -msgid "Global directory URL" -msgstr "" - -#: mod/admin.php:1304 -msgid "" -"URL to the global directory. If this is not set, the global directory is " -"completely unavailable to the application." -msgstr "" - -#: mod/admin.php:1305 -msgid "Private posts by default for new users" -msgstr "" - -#: mod/admin.php:1305 -msgid "" -"Set default post permissions for all new members to the default privacy " -"group rather than public." -msgstr "" - -#: mod/admin.php:1306 -msgid "Don't include post content in email notifications" -msgstr "" - -#: mod/admin.php:1306 -msgid "" -"Don't include the content of a post/comment/private message/etc. in the " -"email notifications that are sent out from this site, as a privacy measure." -msgstr "" - -#: mod/admin.php:1307 -msgid "Disallow public access to addons listed in the apps menu." -msgstr "" - -#: mod/admin.php:1307 -msgid "" -"Checking this box will restrict addons listed in the apps menu to members " -"only." -msgstr "" - -#: mod/admin.php:1308 -msgid "Don't embed private images in posts" -msgstr "" - -#: mod/admin.php:1308 -msgid "" -"Don't replace locally-hosted private photos in posts with an embedded copy " -"of the image. This means that contacts who receive posts containing private " -"photos will have to authenticate and load each image, which may take a while." -msgstr "" - -#: mod/admin.php:1309 -msgid "Allow Users to set remote_self" -msgstr "" - -#: mod/admin.php:1309 -msgid "" -"With checking this, every user is allowed to mark every contact as a " -"remote_self in the repair contact dialog. Setting this flag on a contact " -"causes mirroring every posting of that contact in the users stream." -msgstr "" - -#: mod/admin.php:1310 -msgid "Block multiple registrations" -msgstr "" - -#: mod/admin.php:1310 -msgid "Disallow users to register additional accounts for use as pages." -msgstr "" - -#: mod/admin.php:1311 -msgid "OpenID support" -msgstr "" - -#: mod/admin.php:1311 -msgid "OpenID support for registration and logins." -msgstr "" - -#: mod/admin.php:1312 -msgid "Fullname check" -msgstr "" - -#: mod/admin.php:1312 -msgid "" -"Force users to register with a space between firstname and lastname in Full " -"name, as an antispam measure" -msgstr "" - -#: mod/admin.php:1313 -msgid "Community pages for visitors" -msgstr "" - -#: mod/admin.php:1313 -msgid "" -"Which community pages should be available for visitors. Local users always " -"see both pages." -msgstr "" - -#: mod/admin.php:1314 -msgid "Posts per user on community page" -msgstr "" - -#: mod/admin.php:1314 -msgid "" -"The maximum number of posts per user on the community page. (Not valid for " -"'Global Community')" -msgstr "" - -#: mod/admin.php:1315 -msgid "Enable OStatus support" -msgstr "" - -#: mod/admin.php:1315 -msgid "" -"Provide built-in OStatus (StatusNet, GNU Social etc.) compatibility. All " -"communications in OStatus are public, so privacy warnings will be " -"occasionally displayed." -msgstr "" - -#: mod/admin.php:1316 -msgid "Only import OStatus threads from our contacts" -msgstr "" - -#: mod/admin.php:1316 -msgid "" -"Normally we import every content from our OStatus contacts. With this option " -"we only store threads that are started by a contact that is known on our " -"system." -msgstr "" - -#: mod/admin.php:1317 -msgid "OStatus support can only be enabled if threading is enabled." -msgstr "" - -#: mod/admin.php:1319 -msgid "" -"Diaspora support can't be enabled because Friendica was installed into a sub " -"directory." -msgstr "" - -#: mod/admin.php:1320 -msgid "Enable Diaspora support" -msgstr "" - -#: mod/admin.php:1320 -msgid "Provide built-in Diaspora network compatibility." -msgstr "" - -#: mod/admin.php:1321 -msgid "Only allow Friendica contacts" -msgstr "" - -#: mod/admin.php:1321 -msgid "" -"All contacts must use Friendica protocols. All other built-in communication " -"protocols disabled." -msgstr "" - -#: mod/admin.php:1322 -msgid "Verify SSL" -msgstr "" - -#: mod/admin.php:1322 -msgid "" -"If you wish, you can turn on strict certificate checking. This will mean you " -"cannot connect (at all) to self-signed SSL sites." -msgstr "" - -#: mod/admin.php:1323 -msgid "Proxy user" -msgstr "" - -#: mod/admin.php:1324 -msgid "Proxy URL" -msgstr "" - -#: mod/admin.php:1325 -msgid "Network timeout" -msgstr "" - -#: mod/admin.php:1325 -msgid "Value is in seconds. Set to 0 for unlimited (not recommended)." -msgstr "" - -#: mod/admin.php:1326 -msgid "Maximum Load Average" -msgstr "" - -#: mod/admin.php:1326 -msgid "" -"Maximum system load before delivery and poll processes are deferred - " -"default 50." -msgstr "" - -#: mod/admin.php:1327 -msgid "Maximum Load Average (Frontend)" -msgstr "" - -#: mod/admin.php:1327 -msgid "Maximum system load before the frontend quits service - default 50." -msgstr "" - -#: mod/admin.php:1328 -msgid "Minimal Memory" -msgstr "" - -#: mod/admin.php:1328 -msgid "" -"Minimal free memory in MB for the worker. Needs access to /proc/meminfo - " -"default 0 (deactivated)." -msgstr "" - -#: mod/admin.php:1329 -msgid "Maximum table size for optimization" -msgstr "" - -#: mod/admin.php:1329 -msgid "" -"Maximum table size (in MB) for the automatic optimization - default 100 MB. " -"Enter -1 to disable it." -msgstr "" - -#: mod/admin.php:1330 -msgid "Minimum level of fragmentation" -msgstr "" - -#: mod/admin.php:1330 -msgid "" -"Minimum fragmenation level to start the automatic optimization - default " -"value is 30%." -msgstr "" - -#: mod/admin.php:1332 -msgid "Periodical check of global contacts" -msgstr "" - -#: mod/admin.php:1332 -msgid "" -"If enabled, the global contacts are checked periodically for missing or " -"outdated data and the vitality of the contacts and servers." -msgstr "" - -#: mod/admin.php:1333 -msgid "Days between requery" -msgstr "" - -#: mod/admin.php:1333 -msgid "Number of days after which a server is requeried for his contacts." -msgstr "" - -#: mod/admin.php:1334 -msgid "Discover contacts from other servers" -msgstr "" - -#: mod/admin.php:1334 -msgid "" -"Periodically query other servers for contacts. You can choose between " -"'users': the users on the remote system, 'Global Contacts': active contacts " -"that are known on the system. The fallback is meant for Redmatrix servers " -"and older friendica servers, where global contacts weren't available. The " -"fallback increases the server load, so the recommened setting is 'Users, " -"Global Contacts'." -msgstr "" - -#: mod/admin.php:1335 -msgid "Timeframe for fetching global contacts" -msgstr "" - -#: mod/admin.php:1335 -msgid "" -"When the discovery is activated, this value defines the timeframe for the " -"activity of the global contacts that are fetched from other servers." -msgstr "" - -#: mod/admin.php:1336 -msgid "Search the local directory" -msgstr "" - -#: mod/admin.php:1336 -msgid "" -"Search the local directory instead of the global directory. When searching " -"locally, every search will be executed on the global directory in the " -"background. This improves the search results when the search is repeated." -msgstr "" - -#: mod/admin.php:1338 -msgid "Publish server information" -msgstr "" - -#: mod/admin.php:1338 -msgid "" -"If enabled, general server and usage data will be published. The data " -"contains the name and version of the server, number of users with public " -"profiles, number of posts and the activated protocols and connectors. See the-federation.info for details." -msgstr "" - -#: mod/admin.php:1340 -msgid "Check upstream version" -msgstr "" - -#: mod/admin.php:1340 -msgid "" -"Enables checking for new Friendica versions at github. If there is a new " -"version, you will be informed in the admin panel overview." -msgstr "" - -#: mod/admin.php:1341 -msgid "Suppress Tags" -msgstr "" - -#: mod/admin.php:1341 -msgid "Suppress showing a list of hashtags at the end of the posting." -msgstr "" - -#: mod/admin.php:1342 -msgid "Path to item cache" -msgstr "" - -#: mod/admin.php:1342 -msgid "The item caches buffers generated bbcode and external images." -msgstr "" - -#: mod/admin.php:1343 -msgid "Cache duration in seconds" -msgstr "" - -#: mod/admin.php:1343 -msgid "" -"How long should the cache files be hold? Default value is 86400 seconds (One " -"day). To disable the item cache, set the value to -1." -msgstr "" - -#: mod/admin.php:1344 -msgid "Maximum numbers of comments per post" -msgstr "" - -#: mod/admin.php:1344 -msgid "How much comments should be shown for each post? Default value is 100." -msgstr "" - -#: mod/admin.php:1345 -msgid "Temp path" -msgstr "" - -#: mod/admin.php:1345 -msgid "" -"If you have a restricted system where the webserver can't access the system " -"temp path, enter another path here." -msgstr "" - -#: mod/admin.php:1346 -msgid "Base path to installation" -msgstr "" - -#: mod/admin.php:1346 -msgid "" -"If the system cannot detect the correct path to your installation, enter the " -"correct path here. This setting should only be set if you are using a " -"restricted system and symbolic links to your webroot." -msgstr "" - -#: mod/admin.php:1347 -msgid "Disable picture proxy" -msgstr "" - -#: mod/admin.php:1347 -msgid "" -"The picture proxy increases performance and privacy. It shouldn't be used on " -"systems with very low bandwith." -msgstr "" - -#: mod/admin.php:1348 -msgid "Only search in tags" -msgstr "" - -#: mod/admin.php:1348 -msgid "On large systems the text search can slow down the system extremely." -msgstr "" - -#: mod/admin.php:1350 -msgid "New base url" -msgstr "" - -#: mod/admin.php:1350 -msgid "" -"Change base url for this server. Sends relocate message to all Friendica and " -"Diaspora* contacts of all users." -msgstr "" - -#: mod/admin.php:1352 -msgid "RINO Encryption" -msgstr "" - -#: mod/admin.php:1352 -msgid "Encryption layer between nodes." -msgstr "" - -#: mod/admin.php:1354 -msgid "Maximum number of parallel workers" -msgstr "" - -#: mod/admin.php:1354 -msgid "" -"On shared hosters set this to 2. On larger systems, values of 10 are great. " -"Default value is 4." -msgstr "" - -#: mod/admin.php:1355 -msgid "Don't use 'proc_open' with the worker" -msgstr "" - -#: mod/admin.php:1355 -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:1356 -msgid "Enable fastlane" -msgstr "" - -#: mod/admin.php:1356 -msgid "" -"When enabed, the fastlane mechanism starts an additional worker if processes " -"with higher priority are blocked by processes of lower priority." -msgstr "" - -#: mod/admin.php:1357 -msgid "Enable frontend worker" -msgstr "" - -#: mod/admin.php:1357 -#, 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:1385 -msgid "Update has been marked successful" -msgstr "" - -#: mod/admin.php:1392 -#, php-format -msgid "Database structure update %s was successfully applied." -msgstr "" - -#: mod/admin.php:1395 -#, php-format -msgid "Executing of database structure update %s failed with error: %s" -msgstr "" - -#: mod/admin.php:1408 -#, php-format -msgid "Executing %s failed with error: %s" -msgstr "" - -#: mod/admin.php:1410 -#, php-format -msgid "Update %s was successfully applied." -msgstr "" - -#: mod/admin.php:1413 -#, php-format -msgid "Update %s did not return a status. Unknown if it succeeded." -msgstr "" - -#: mod/admin.php:1416 -#, php-format -msgid "There was no additional update function %s that needed to be called." -msgstr "" - -#: mod/admin.php:1436 -msgid "No failed updates." -msgstr "" - -#: mod/admin.php:1437 -msgid "Check database structure" -msgstr "" - -#: mod/admin.php:1442 -msgid "Failed Updates" -msgstr "" - -#: mod/admin.php:1443 -msgid "" -"This does not include updates prior to 1139, which did not return a status." -msgstr "" - -#: mod/admin.php:1444 -msgid "Mark success (if update was manually applied)" -msgstr "" - -#: mod/admin.php:1445 -msgid "Attempt to execute this update step automatically" -msgstr "" - -#: mod/admin.php:1484 -#, 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:1487 -#, php-format -msgid "" -"\n" -"\t\t\tThe login details are as follows:\n" -"\n" -"\t\t\tSite Location:\t%1$s\n" -"\t\t\tLogin Name:\t\t%2$s\n" -"\t\t\tPassword:\t\t%3$s\n" -"\n" -"\t\t\tYou may change your password from your account \"Settings\" page after " -"logging\n" -"\t\t\tin.\n" -"\n" -"\t\t\tPlease take a few moments to review the other account settings on that " -"page.\n" -"\n" -"\t\t\tYou may also wish to add some basic information to your default " -"profile\n" -"\t\t\t(on the \"Profiles\" page) so that other people can easily find you.\n" -"\n" -"\t\t\tWe recommend setting your full name, adding a profile photo,\n" -"\t\t\tadding some profile \"keywords\" (very useful in making new friends) - " -"and\n" -"\t\t\tperhaps what country you live in; if you do not wish to be more " -"specific\n" -"\t\t\tthan that.\n" -"\n" -"\t\t\tWe fully respect your right to privacy, and none of these items are " -"necessary.\n" -"\t\t\tIf you are new and do not know anybody here, they may help\n" -"\t\t\tyou to make some new and interesting friends.\n" -"\n" -"\t\t\tThank you and welcome to %4$s." -msgstr "" - -#: mod/admin.php:1519 src/Model/User.php:634 -#, php-format -msgid "Registration details for %s" -msgstr "" - -#: mod/admin.php:1529 -#, php-format -msgid "%s user blocked/unblocked" -msgid_plural "%s users blocked/unblocked" -msgstr[0] "" -msgstr[1] "" - -#: mod/admin.php:1535 -#, php-format -msgid "%s user deleted" -msgid_plural "%s users deleted" -msgstr[0] "" -msgstr[1] "" - -#: mod/admin.php:1582 -#, php-format -msgid "User '%s' deleted" -msgstr "" - -#: mod/admin.php:1590 -#, php-format -msgid "User '%s' unblocked" -msgstr "" - -#: mod/admin.php:1590 -#, php-format -msgid "User '%s' blocked" -msgstr "" - -#: mod/admin.php:1689 mod/admin.php:1701 mod/admin.php:1714 mod/admin.php:1732 -#: src/Content/ContactSelector.php:82 -msgid "Email" -msgstr "" - -#: mod/admin.php:1689 mod/admin.php:1714 -msgid "Register date" -msgstr "" - -#: mod/admin.php:1689 mod/admin.php:1714 -msgid "Last login" -msgstr "" - -#: mod/admin.php:1689 mod/admin.php:1714 -msgid "Last item" -msgstr "" - -#: mod/admin.php:1697 -msgid "Add User" -msgstr "" - -#: mod/admin.php:1699 -msgid "User registrations waiting for confirm" -msgstr "" - -#: mod/admin.php:1700 -msgid "User waiting for permanent deletion" -msgstr "" - -#: mod/admin.php:1701 -msgid "Request date" -msgstr "" - -#: mod/admin.php:1702 -msgid "No registrations." -msgstr "" - -#: mod/admin.php:1703 -msgid "Note from the user" -msgstr "" - -#: mod/admin.php:1705 -msgid "Deny" -msgstr "" - -#: mod/admin.php:1709 -msgid "Site admin" -msgstr "" - -#: mod/admin.php:1710 -msgid "Account expired" -msgstr "" - -#: mod/admin.php:1713 -msgid "New User" -msgstr "" - -#: mod/admin.php:1714 -msgid "Deleted since" -msgstr "" - -#: mod/admin.php:1719 -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:1720 -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:1730 -msgid "Name of the new user." -msgstr "" - -#: mod/admin.php:1731 -msgid "Nickname" -msgstr "" - -#: mod/admin.php:1731 -msgid "Nickname of the new user." -msgstr "" - -#: mod/admin.php:1732 -msgid "Email address of the new user." -msgstr "" - -#: mod/admin.php:1774 -#, php-format -msgid "Addon %s disabled." -msgstr "" - -#: mod/admin.php:1778 -#, php-format -msgid "Addon %s enabled." -msgstr "" - -#: mod/admin.php:1788 mod/admin.php:2037 -msgid "Disable" -msgstr "" - -#: mod/admin.php:1791 mod/admin.php:2040 -msgid "Enable" -msgstr "" - -#: mod/admin.php:1813 mod/admin.php:2082 -msgid "Toggle" -msgstr "" - -#: mod/admin.php:1821 mod/admin.php:2091 -msgid "Author: " -msgstr "" - -#: mod/admin.php:1822 mod/admin.php:2092 -msgid "Maintainer: " -msgstr "" - -#: mod/admin.php:1874 -msgid "Reload active addons" -msgstr "" - -#: mod/admin.php:1879 -#, 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:1999 -msgid "No themes found." -msgstr "" - -#: mod/admin.php:2073 -msgid "Screenshot" -msgstr "" - -#: mod/admin.php:2127 -msgid "Reload active themes" -msgstr "" - -#: mod/admin.php:2132 -#, php-format -msgid "No themes found on the system. They should be placed in %1$s" -msgstr "" - -#: mod/admin.php:2133 -msgid "[Experimental]" -msgstr "" - -#: mod/admin.php:2134 -msgid "[Unsupported]" -msgstr "" - -#: mod/admin.php:2158 -msgid "Log settings updated." -msgstr "" - -#: mod/admin.php:2190 -msgid "PHP log currently enabled." -msgstr "" - -#: mod/admin.php:2192 -msgid "PHP log currently disabled." -msgstr "" - -#: mod/admin.php:2201 -msgid "Clear" -msgstr "" - -#: mod/admin.php:2205 -msgid "Enable Debugging" -msgstr "" - -#: mod/admin.php:2206 -msgid "Log file" -msgstr "" - -#: mod/admin.php:2206 -msgid "" -"Must be writable by web server. Relative to your Friendica top-level " -"directory." -msgstr "" - -#: mod/admin.php:2207 -msgid "Log level" -msgstr "" - -#: mod/admin.php:2209 -msgid "PHP logging" -msgstr "" - -#: mod/admin.php:2210 -msgid "" -"To enable logging of PHP errors and warnings you can add the following to " -"the .htconfig.php file of your installation. The filename set in the " -"'error_log' line is relative to the friendica top-level directory and must " -"be writeable by the web server. The option '1' for 'log_errors' and " -"'display_errors' is to enable these options, set to '0' to disable them." -msgstr "" - -#: mod/admin.php:2241 -#, php-format -msgid "" -"Error trying to open %1$s log file.\\r\\n
    Check to see " -"if file %1$s exist and is readable." -msgstr "" - -#: mod/admin.php:2245 -#, php-format -msgid "" -"Couldn't open %1$s log file.\\r\\n
    Check to see if file " -"%1$s is readable." -msgstr "" - -#: mod/admin.php:2337 -#, php-format -msgid "Lock feature %s" -msgstr "" - -#: mod/admin.php:2345 -msgid "Manage Additional Features" -msgstr "" - -#: mod/item.php:114 -msgid "Unable to locate original post." -msgstr "" - -#: mod/item.php:274 -msgid "Empty post discarded." -msgstr "" - -#: mod/item.php:799 -#, php-format -msgid "" -"This message was sent to you by %s, a member of the Friendica social network." -msgstr "" - -#: mod/item.php:801 -#, php-format -msgid "You may visit them online at %s" -msgstr "" - -#: mod/item.php:802 -msgid "" -"Please contact the sender by replying to this post if you do not wish to " -"receive these messages." -msgstr "" - -#: mod/item.php:806 -#, php-format -msgid "%s posted an update." -msgstr "" - -#: mod/network.php:202 src/Model/Group.php:401 -msgid "add" -msgstr "" - -#: mod/network.php:547 -#, php-format -msgid "" -"Warning: This group contains %s member from a network that doesn't allow non " -"public messages." -msgid_plural "" -"Warning: This group contains %s members from a network that doesn't allow " -"non public messages." -msgstr[0] "" -msgstr[1] "" - -#: mod/network.php:550 -msgid "Messages in this group won't be send to these receivers." -msgstr "" - -#: mod/network.php:618 -msgid "No such group" -msgstr "" - -#: mod/network.php:643 -#, php-format -msgid "Group: %s" -msgstr "" - -#: mod/network.php:669 -msgid "Private messages to this person are at risk of public disclosure." -msgstr "" - -#: mod/network.php:672 -msgid "Invalid contact." -msgstr "" - -#: mod/network.php:921 -msgid "Commented Order" -msgstr "" - -#: mod/network.php:924 -msgid "Sort by Comment Date" -msgstr "" - -#: mod/network.php:929 -msgid "Posted Order" -msgstr "" - -#: mod/network.php:932 -msgid "Sort by Post Date" -msgstr "" - -#: mod/network.php:943 -msgid "Posts that mention or involve you" -msgstr "" - -#: mod/network.php:951 -msgid "New" -msgstr "" - -#: mod/network.php:954 -msgid "Activity Stream - by date" -msgstr "" - -#: mod/network.php:962 -msgid "Shared Links" -msgstr "" - -#: mod/network.php:965 -msgid "Interesting Links" -msgstr "" - -#: mod/network.php:973 -msgid "Starred" -msgstr "" - -#: mod/network.php:976 -msgid "Favourite Posts" -msgstr "" - -#: mod/profile.php:36 src/Model/Profile.php:118 -msgid "Requested profile is not available." -msgstr "" - -#: mod/profile.php:77 src/Protocol/OStatus.php:1247 -#, php-format -msgid "%s's posts" -msgstr "" - -#: mod/profile.php:78 src/Protocol/OStatus.php:1248 -#, php-format -msgid "%s's comments" -msgstr "" - -#: mod/profile.php:79 src/Protocol/OStatus.php:1246 -#, php-format -msgid "%s's timeline" -msgstr "" - -#: mod/profile.php:194 -msgid "Tips for New Members" -msgstr "" - #: mod/register.php:99 msgid "" "Registration successful. Please check your email for further instructions." @@ -7413,6 +4982,10 @@ msgstr "" msgid "Your invitation code: " msgstr "" +#: mod/register.php:264 mod/admin.php:1348 +msgid "Registration" +msgstr "" + #: mod/register.php:270 msgid "Your Full Name (e.g. Joe Smith, real or real-looking): " msgstr "" @@ -7423,10 +4996,18 @@ msgid "" "be an existing address.)" msgstr "" +#: mod/register.php:273 mod/settings.php:1201 +msgid "New Password:" +msgstr "" + #: mod/register.php:273 msgid "Leave empty for an auto generated password." msgstr "" +#: mod/register.php:274 mod/settings.php:1202 +msgid "Confirm:" +msgstr "" + #: mod/register.php:275 #, php-format msgid "" @@ -7446,260 +5027,2582 @@ msgstr "" msgid "Import your profile to this friendica instance" msgstr "" -#: view/theme/duepuntozero/config.php:54 src/Model/User.php:475 -msgid "default" +#: mod/admin.php:106 +msgid "Theme settings updated." msgstr "" -#: view/theme/duepuntozero/config.php:55 -msgid "greenzero" +#: mod/admin.php:179 src/Content/Nav.php:174 +msgid "Information" msgstr "" -#: view/theme/duepuntozero/config.php:56 -msgid "purplezero" +#: mod/admin.php:180 +msgid "Overview" msgstr "" -#: view/theme/duepuntozero/config.php:57 -msgid "easterbunny" +#: mod/admin.php:181 mod/admin.php:718 +msgid "Federation Statistics" msgstr "" -#: view/theme/duepuntozero/config.php:58 -msgid "darkzero" +#: mod/admin.php:182 +msgid "Configuration" msgstr "" -#: view/theme/duepuntozero/config.php:59 -msgid "comix" +#: mod/admin.php:183 mod/admin.php:1345 +msgid "Site" msgstr "" -#: view/theme/duepuntozero/config.php:60 -msgid "slackr" +#: mod/admin.php:184 mod/admin.php:1273 mod/admin.php:1788 mod/admin.php:1804 +msgid "Users" msgstr "" -#: view/theme/duepuntozero/config.php:74 -msgid "Variations" +#: mod/admin.php:185 mod/admin.php:1904 mod/admin.php:1964 mod/settings.php:86 +msgid "Addons" msgstr "" -#: view/theme/frio/php/Image.php:25 -msgid "Repeat the image" +#: mod/admin.php:186 mod/admin.php:2173 mod/admin.php:2217 +msgid "Themes" msgstr "" -#: view/theme/frio/php/Image.php:25 -msgid "Will repeat your image to fill the background." +#: mod/admin.php:187 mod/settings.php:64 +msgid "Additional features" msgstr "" -#: view/theme/frio/php/Image.php:27 -msgid "Stretch" +#: mod/admin.php:189 +msgid "Database" msgstr "" -#: view/theme/frio/php/Image.php:27 -msgid "Will stretch to width/height of the image." +#: mod/admin.php:190 +msgid "DB updates" msgstr "" -#: view/theme/frio/php/Image.php:29 -msgid "Resize fill and-clip" +#: mod/admin.php:191 mod/admin.php:753 +msgid "Inspect Queue" msgstr "" -#: view/theme/frio/php/Image.php:29 -msgid "Resize to fill and retain aspect ratio." +#: mod/admin.php:192 +msgid "Tools" msgstr "" -#: view/theme/frio/php/Image.php:31 -msgid "Resize best fit" +#: mod/admin.php:193 +msgid "Contact Blocklist" msgstr "" -#: view/theme/frio/php/Image.php:31 -msgid "Resize to best fit and retain aspect ratio." +#: mod/admin.php:194 mod/admin.php:362 +msgid "Server Blocklist" msgstr "" -#: view/theme/frio/config.php:97 -msgid "Default" +#: mod/admin.php:195 mod/admin.php:521 +msgid "Delete Item" msgstr "" -#: view/theme/frio/config.php:109 -msgid "Note" +#: mod/admin.php:196 mod/admin.php:197 mod/admin.php:2291 +msgid "Logs" msgstr "" -#: view/theme/frio/config.php:109 -msgid "Check image permissions if all users are allowed to visit the image" +#: mod/admin.php:198 mod/admin.php:2358 +msgid "View Logs" msgstr "" -#: view/theme/frio/config.php:116 -msgid "Select scheme" +#: mod/admin.php:200 +msgid "Diagnostics" msgstr "" -#: view/theme/frio/config.php:117 -msgid "Navigation bar background color" +#: mod/admin.php:201 +msgid "PHP Info" msgstr "" -#: view/theme/frio/config.php:118 -msgid "Navigation bar icon color " +#: mod/admin.php:202 +msgid "probe address" msgstr "" -#: view/theme/frio/config.php:119 -msgid "Link color" +#: mod/admin.php:203 +msgid "check webfinger" msgstr "" -#: view/theme/frio/config.php:120 -msgid "Set the background color" +#: mod/admin.php:222 src/Content/Nav.php:217 +msgid "Admin" msgstr "" -#: view/theme/frio/config.php:121 -msgid "Content background opacity" +#: mod/admin.php:223 +msgid "Addon Features" msgstr "" -#: view/theme/frio/config.php:122 -msgid "Set the background image" +#: mod/admin.php:224 +msgid "User registrations waiting for confirmation" msgstr "" -#: view/theme/frio/config.php:127 -msgid "Login page background image" +#: mod/admin.php:301 mod/admin.php:361 mod/admin.php:478 mod/admin.php:520 +#: mod/admin.php:717 mod/admin.php:752 mod/admin.php:848 mod/admin.php:1344 +#: mod/admin.php:1787 mod/admin.php:1903 mod/admin.php:1963 mod/admin.php:2172 +#: mod/admin.php:2216 mod/admin.php:2290 mod/admin.php:2357 +msgid "Administration" msgstr "" -#: view/theme/frio/config.php:130 -msgid "Login page background color" +#: mod/admin.php:303 +msgid "Display Terms of Service" msgstr "" -#: view/theme/frio/config.php:130 -msgid "Leave background image and color empty for theme defaults" +#: mod/admin.php:303 +msgid "" +"Enable the Terms of Service page. If this is enabled a link to the terms " +"will be added to the registration form and the general information page." msgstr "" -#: view/theme/frio/theme.php:238 -msgid "Guest" +#: mod/admin.php:304 +msgid "Display Privacy Statement" msgstr "" -#: view/theme/frio/theme.php:243 -msgid "Visitor" +#: mod/admin.php:304 +#, php-format +msgid "" +"Show some informations regarding the needed information to operate the node " +"according e.g. to EU-GDPR." msgstr "" -#: view/theme/frio/theme.php:256 src/Content/Nav.php:97 -#: src/Module/Login.php:311 -msgid "Logout" +#: mod/admin.php:305 +msgid "The Terms of Service" msgstr "" -#: view/theme/frio/theme.php:256 src/Content/Nav.php:97 -msgid "End this session" +#: mod/admin.php:305 +msgid "" +"Enter the Terms of Service for your node here. You can use BBCode. Headers " +"of sections should be [h2] and below." msgstr "" -#: view/theme/frio/theme.php:259 src/Content/Nav.php:100 -#: src/Content/Nav.php:181 -msgid "Your posts and conversations" +#: mod/admin.php:353 +msgid "The blocked domain" msgstr "" -#: view/theme/frio/theme.php:260 src/Content/Nav.php:101 -msgid "Your profile page" +#: mod/admin.php:354 mod/admin.php:367 +msgid "The reason why you blocked this domain." msgstr "" -#: view/theme/frio/theme.php:261 src/Content/Nav.php:102 -msgid "Your photos" +#: mod/admin.php:355 +msgid "Delete domain" msgstr "" -#: view/theme/frio/theme.php:262 src/Content/Nav.php:103 -#: src/Model/Profile.php:912 src/Model/Profile.php:915 -msgid "Videos" +#: mod/admin.php:355 +msgid "Check to delete this entry from the blocklist" msgstr "" -#: view/theme/frio/theme.php:262 src/Content/Nav.php:103 -msgid "Your videos" +#: mod/admin.php:363 +msgid "" +"This page can be used to define a black list of servers from the federated " +"network that are not allowed to interact with your node. For all entered " +"domains you should also give a reason why you have blocked the remote server." msgstr "" -#: view/theme/frio/theme.php:263 src/Content/Nav.php:104 -msgid "Your events" +#: mod/admin.php:364 +msgid "" +"The list of blocked servers will be made publically available on the /" +"friendica page so that your users and people investigating communication " +"problems can find the reason easily." msgstr "" -#: view/theme/frio/theme.php:266 src/Content/Nav.php:178 -msgid "Conversations from your friends" +#: mod/admin.php:365 +msgid "Add new entry to block list" msgstr "" -#: view/theme/frio/theme.php:267 src/Content/Nav.php:169 -#: src/Model/Profile.php:927 src/Model/Profile.php:938 -msgid "Events and Calendar" +#: mod/admin.php:366 +msgid "Server Domain" msgstr "" -#: view/theme/frio/theme.php:268 src/Content/Nav.php:195 -msgid "Private mail" +#: mod/admin.php:366 +msgid "" +"The domain of the new server to add to the block list. Do not include the " +"protocol." msgstr "" -#: view/theme/frio/theme.php:269 src/Content/Nav.php:206 -msgid "Account settings" +#: mod/admin.php:367 +msgid "Block reason" msgstr "" -#: view/theme/frio/theme.php:270 src/Content/Nav.php:212 -msgid "Manage/edit friends and contacts" +#: mod/admin.php:368 +msgid "Add Entry" msgstr "" -#: view/theme/quattro/config.php:76 -msgid "Alignment" +#: mod/admin.php:369 +msgid "Save changes to the blocklist" msgstr "" -#: view/theme/quattro/config.php:76 -msgid "Left" +#: mod/admin.php:370 +msgid "Current Entries in the Blocklist" msgstr "" -#: view/theme/quattro/config.php:76 -msgid "Center" +#: mod/admin.php:373 +msgid "Delete entry from blocklist" msgstr "" -#: view/theme/quattro/config.php:77 -msgid "Color scheme" +#: mod/admin.php:376 +msgid "Delete entry from blocklist?" msgstr "" -#: view/theme/quattro/config.php:78 -msgid "Posts font size" +#: mod/admin.php:402 +msgid "Server added to blocklist." msgstr "" -#: view/theme/quattro/config.php:79 -msgid "Textareas font size" +#: mod/admin.php:418 +msgid "Site blocklist updated." msgstr "" -#: view/theme/vier/config.php:75 -msgid "Comma separated list of helper forums" +#: mod/admin.php:441 src/Core/Console/GlobalCommunityBlock.php:72 +msgid "The contact has been blocked from the node" msgstr "" -#: view/theme/vier/config.php:122 -msgid "Set style" +#: mod/admin.php:443 src/Core/Console/GlobalCommunityBlock.php:69 +#, php-format +msgid "Could not find any contact entry for this URL (%s)" msgstr "" -#: view/theme/vier/config.php:123 -msgid "Community Pages" +#: mod/admin.php:450 +#, php-format +msgid "%s contact unblocked" +msgid_plural "%s contacts unblocked" +msgstr[0] "" +msgstr[1] "" + +#: mod/admin.php:479 +msgid "Remote Contact Blocklist" msgstr "" -#: view/theme/vier/config.php:124 view/theme/vier/theme.php:150 -msgid "Community Profiles" +#: mod/admin.php:480 +msgid "" +"This page allows you to prevent any message from a remote contact to reach " +"your node." msgstr "" -#: view/theme/vier/config.php:125 -msgid "Help or @NewHere ?" +#: mod/admin.php:481 +msgid "Block Remote Contact" msgstr "" -#: view/theme/vier/config.php:126 view/theme/vier/theme.php:389 -msgid "Connect Services" +#: mod/admin.php:482 mod/admin.php:1790 +msgid "select all" msgstr "" -#: view/theme/vier/config.php:127 view/theme/vier/theme.php:199 -msgid "Find Friends" +#: mod/admin.php:483 +msgid "select none" msgstr "" -#: view/theme/vier/config.php:128 view/theme/vier/theme.php:181 -msgid "Last users" +#: mod/admin.php:486 +msgid "No remote contact is blocked from this node." msgstr "" -#: view/theme/vier/theme.php:200 -msgid "Local Directory" +#: mod/admin.php:488 +msgid "Blocked Remote Contacts" msgstr "" -#: view/theme/vier/theme.php:202 src/Content/Widget.php:65 -msgid "Similar Interests" +#: mod/admin.php:489 +msgid "Block New Remote Contact" msgstr "" -#: view/theme/vier/theme.php:204 src/Content/Widget.php:67 -msgid "Invite Friends" +#: mod/admin.php:490 +msgid "Photo" msgstr "" -#: view/theme/vier/theme.php:256 src/Content/ForumManager.php:127 -msgid "External link to forum" +#: mod/admin.php:498 +#, php-format +msgid "%s total blocked contact" +msgid_plural "%s total blocked contacts" +msgstr[0] "" +msgstr[1] "" + +#: mod/admin.php:500 +msgid "URL of the remote contact to block." msgstr "" -#: view/theme/vier/theme.php:292 -msgid "Quick Start" +#: mod/admin.php:522 +msgid "Delete this Item" +msgstr "" + +#: mod/admin.php:523 +msgid "" +"On this page you can delete an item from your node. If the item is a top " +"level posting, the entire thread will be deleted." +msgstr "" + +#: mod/admin.php:524 +msgid "" +"You need to know the GUID of the item. You can find it e.g. by looking at " +"the display URL. The last part of http://example.com/display/123456 is the " +"GUID, here 123456." +msgstr "" + +#: mod/admin.php:525 +msgid "GUID" +msgstr "" + +#: mod/admin.php:525 +msgid "The GUID of the item you want to delete." +msgstr "" + +#: mod/admin.php:564 +msgid "Item marked for deletion." +msgstr "" + +#: mod/admin.php:635 +msgid "unknown" +msgstr "" + +#: mod/admin.php:711 +msgid "" +"This page offers you some numbers to the known part of the federated social " +"network your Friendica node is part of. These numbers are not complete but " +"only reflect the part of the network your node is aware of." +msgstr "" + +#: mod/admin.php:712 +msgid "" +"The Auto Discovered Contact Directory feature is not enabled, it " +"will improve the data displayed here." +msgstr "" + +#: mod/admin.php:724 +#, php-format +msgid "" +"Currently this node is aware of %d nodes with %d registered users from the " +"following platforms:" +msgstr "" + +#: mod/admin.php:755 +msgid "ID" +msgstr "" + +#: mod/admin.php:756 +msgid "Recipient Name" +msgstr "" + +#: mod/admin.php:757 +msgid "Recipient Profile" +msgstr "" + +#: mod/admin.php:758 src/Core/NotificationsManager.php:178 +#: src/Content/Nav.php:178 view/theme/frio/theme.php:266 +msgid "Network" +msgstr "" + +#: mod/admin.php:759 +msgid "Created" +msgstr "" + +#: mod/admin.php:760 +msgid "Last Tried" +msgstr "" + +#: mod/admin.php:761 +msgid "" +"This page lists the content of the queue for outgoing postings. These are " +"postings the initial delivery failed for. They will be resend later and " +"eventually deleted if the delivery fails permanently." +msgstr "" + +#: mod/admin.php:785 +#, php-format +msgid "" +"Your DB still runs with MyISAM tables. You should change the engine type to " +"InnoDB. As Friendica will use InnoDB only features in the future, you should " +"change this! See here for a guide that may be helpful " +"converting the table engines. You may also use the command php bin/" +"console.php dbstructure toinnodb of your Friendica installation for an " +"automatic conversion.
    " +msgstr "" + +#: mod/admin.php:792 +#, php-format +msgid "" +"There is a new version of Friendica available for download. Your current " +"version is %1$s, upstream version is %2$s" +msgstr "" + +#: mod/admin.php:802 +msgid "" +"The database update failed. Please run \"php bin/console.php dbstructure " +"update\" from the command line and have a look at the errors that might " +"appear." +msgstr "" + +#: mod/admin.php:808 +msgid "The worker was never executed. Please check your database structure!" +msgstr "" + +#: mod/admin.php:811 +#, php-format +msgid "" +"The last worker execution was on %s UTC. This is older than one hour. Please " +"check your crontab settings." +msgstr "" + +#: mod/admin.php:816 mod/admin.php:1739 +msgid "Normal Account" +msgstr "" + +#: mod/admin.php:817 mod/admin.php:1740 +msgid "Automatic Follower Account" +msgstr "" + +#: mod/admin.php:818 mod/admin.php:1741 +msgid "Public Forum Account" +msgstr "" + +#: mod/admin.php:819 mod/admin.php:1742 +msgid "Automatic Friend Account" +msgstr "" + +#: mod/admin.php:820 +msgid "Blog Account" +msgstr "" + +#: mod/admin.php:821 +msgid "Private Forum Account" +msgstr "" + +#: mod/admin.php:843 +msgid "Message queues" +msgstr "" + +#: mod/admin.php:849 +msgid "Summary" +msgstr "" + +#: mod/admin.php:851 +msgid "Registered users" +msgstr "" + +#: mod/admin.php:853 +msgid "Pending registrations" +msgstr "" + +#: mod/admin.php:854 +msgid "Version" +msgstr "" + +#: mod/admin.php:859 +msgid "Active addons" +msgstr "" + +#: mod/admin.php:890 +msgid "Can not parse base url. Must have at least ://" +msgstr "" + +#: mod/admin.php:1209 +msgid "Site settings updated." +msgstr "" + +#: mod/admin.php:1236 mod/settings.php:905 +msgid "No special theme for mobile devices" +msgstr "" + +#: mod/admin.php:1265 +msgid "No community page" +msgstr "" + +#: mod/admin.php:1266 +msgid "Public postings from users of this site" +msgstr "" + +#: mod/admin.php:1267 +msgid "Public postings from the federated network" +msgstr "" + +#: mod/admin.php:1268 +msgid "Public postings from local users and the federated network" +msgstr "" + +#: mod/admin.php:1274 +msgid "Users, Global Contacts" +msgstr "" + +#: mod/admin.php:1275 +msgid "Users, Global Contacts/fallback" +msgstr "" + +#: mod/admin.php:1279 +msgid "One month" +msgstr "" + +#: mod/admin.php:1280 +msgid "Three months" +msgstr "" + +#: mod/admin.php:1281 +msgid "Half a year" +msgstr "" + +#: mod/admin.php:1282 +msgid "One year" +msgstr "" + +#: mod/admin.php:1287 +msgid "Multi user instance" +msgstr "" + +#: mod/admin.php:1310 +msgid "Closed" +msgstr "" + +#: mod/admin.php:1311 +msgid "Requires approval" +msgstr "" + +#: mod/admin.php:1312 +msgid "Open" +msgstr "" + +#: mod/admin.php:1316 +msgid "No SSL policy, links will track page SSL state" +msgstr "" + +#: mod/admin.php:1317 +msgid "Force all links to use SSL" +msgstr "" + +#: mod/admin.php:1318 +msgid "Self-signed certificate, use SSL for local links only (discouraged)" +msgstr "" + +#: mod/admin.php:1322 +msgid "Don't check" +msgstr "" + +#: mod/admin.php:1323 +msgid "check the stable version" +msgstr "" + +#: mod/admin.php:1324 +msgid "check the development version" +msgstr "" + +#: mod/admin.php:1347 +msgid "Republish users to directory" +msgstr "" + +#: mod/admin.php:1349 +msgid "File upload" +msgstr "" + +#: mod/admin.php:1350 +msgid "Policies" +msgstr "" + +#: mod/admin.php:1352 +msgid "Auto Discovered Contact Directory" +msgstr "" + +#: mod/admin.php:1353 +msgid "Performance" +msgstr "" + +#: mod/admin.php:1354 +msgid "Worker" +msgstr "" + +#: mod/admin.php:1355 +msgid "Message Relay" +msgstr "" + +#: mod/admin.php:1356 +msgid "" +"Relocate - WARNING: advanced function. Could make this server unreachable." +msgstr "" + +#: mod/admin.php:1359 +msgid "Site name" +msgstr "" + +#: mod/admin.php:1360 +msgid "Host name" +msgstr "" + +#: mod/admin.php:1361 +msgid "Sender Email" +msgstr "" + +#: mod/admin.php:1361 +msgid "" +"The email address your server shall use to send notification emails from." +msgstr "" + +#: mod/admin.php:1362 +msgid "Banner/Logo" +msgstr "" + +#: mod/admin.php:1363 +msgid "Shortcut icon" +msgstr "" + +#: mod/admin.php:1363 +msgid "Link to an icon that will be used for browsers." +msgstr "" + +#: mod/admin.php:1364 +msgid "Touch icon" +msgstr "" + +#: mod/admin.php:1364 +msgid "Link to an icon that will be used for tablets and mobiles." +msgstr "" + +#: mod/admin.php:1365 +msgid "Additional Info" +msgstr "" + +#: mod/admin.php:1365 +#, php-format +msgid "" +"For public servers: you can add additional information here that will be " +"listed at %s/servers." +msgstr "" + +#: mod/admin.php:1366 +msgid "System language" +msgstr "" + +#: mod/admin.php:1367 +msgid "System theme" +msgstr "" + +#: mod/admin.php:1367 +msgid "" +"Default system theme - may be over-ridden by user profiles - change theme settings" +msgstr "" + +#: mod/admin.php:1368 +msgid "Mobile system theme" +msgstr "" + +#: mod/admin.php:1368 +msgid "Theme for mobile devices" +msgstr "" + +#: mod/admin.php:1369 +msgid "SSL link policy" +msgstr "" + +#: mod/admin.php:1369 +msgid "Determines whether generated links should be forced to use SSL" +msgstr "" + +#: mod/admin.php:1370 +msgid "Force SSL" +msgstr "" + +#: mod/admin.php:1370 +msgid "" +"Force all Non-SSL requests to SSL - Attention: on some systems it could lead " +"to endless loops." +msgstr "" + +#: mod/admin.php:1371 +msgid "Hide help entry from navigation menu" +msgstr "" + +#: mod/admin.php:1371 +msgid "" +"Hides the menu entry for the Help pages from the navigation menu. You can " +"still access it calling /help directly." +msgstr "" + +#: mod/admin.php:1372 +msgid "Single user instance" +msgstr "" + +#: mod/admin.php:1372 +msgid "Make this instance multi-user or single-user for the named user" +msgstr "" + +#: mod/admin.php:1373 +msgid "Maximum image size" +msgstr "" + +#: mod/admin.php:1373 +msgid "" +"Maximum size in bytes of uploaded images. Default is 0, which means no " +"limits." +msgstr "" + +#: mod/admin.php:1374 +msgid "Maximum image length" +msgstr "" + +#: mod/admin.php:1374 +msgid "" +"Maximum length in pixels of the longest side of uploaded images. Default is " +"-1, which means no limits." +msgstr "" + +#: mod/admin.php:1375 +msgid "JPEG image quality" +msgstr "" + +#: mod/admin.php:1375 +msgid "" +"Uploaded JPEGS will be saved at this quality setting [0-100]. Default is " +"100, which is full quality." +msgstr "" + +#: mod/admin.php:1377 +msgid "Register policy" +msgstr "" + +#: mod/admin.php:1378 +msgid "Maximum Daily Registrations" +msgstr "" + +#: mod/admin.php:1378 +msgid "" +"If registration is permitted above, this sets the maximum number of new user " +"registrations to accept per day. If register is set to closed, this setting " +"has no effect." +msgstr "" + +#: mod/admin.php:1379 +msgid "Register text" +msgstr "" + +#: mod/admin.php:1379 +msgid "" +"Will be displayed prominently on the registration page. You can use BBCode " +"here." +msgstr "" + +#: mod/admin.php:1380 +msgid "Accounts abandoned after x days" +msgstr "" + +#: mod/admin.php:1380 +msgid "" +"Will not waste system resources polling external sites for abandonded " +"accounts. Enter 0 for no time limit." +msgstr "" + +#: mod/admin.php:1381 +msgid "Allowed friend domains" +msgstr "" + +#: mod/admin.php:1381 +msgid "" +"Comma separated list of domains which are allowed to establish friendships " +"with this site. Wildcards are accepted. Empty to allow any domains" +msgstr "" + +#: mod/admin.php:1382 +msgid "Allowed email domains" +msgstr "" + +#: mod/admin.php:1382 +msgid "" +"Comma separated list of domains which are allowed in email addresses for " +"registrations to this site. Wildcards are accepted. Empty to allow any " +"domains" +msgstr "" + +#: mod/admin.php:1383 +msgid "No OEmbed rich content" +msgstr "" + +#: mod/admin.php:1383 +msgid "" +"Don't show the rich content (e.g. embedded PDF), except from the domains " +"listed below." +msgstr "" + +#: mod/admin.php:1384 +msgid "Allowed OEmbed domains" +msgstr "" + +#: mod/admin.php:1384 +msgid "" +"Comma separated list of domains which oembed content is allowed to be " +"displayed. Wildcards are accepted." +msgstr "" + +#: mod/admin.php:1385 +msgid "Block public" +msgstr "" + +#: mod/admin.php:1385 +msgid "" +"Check to block public access to all otherwise public personal pages on this " +"site unless you are currently logged in." +msgstr "" + +#: mod/admin.php:1386 +msgid "Force publish" +msgstr "" + +#: mod/admin.php:1386 +msgid "" +"Check to force all profiles on this site to be listed in the site directory." +msgstr "" + +#: mod/admin.php:1387 +msgid "Global directory URL" +msgstr "" + +#: mod/admin.php:1387 +msgid "" +"URL to the global directory. If this is not set, the global directory is " +"completely unavailable to the application." +msgstr "" + +#: mod/admin.php:1388 +msgid "Private posts by default for new users" +msgstr "" + +#: mod/admin.php:1388 +msgid "" +"Set default post permissions for all new members to the default privacy " +"group rather than public." +msgstr "" + +#: mod/admin.php:1389 +msgid "Don't include post content in email notifications" +msgstr "" + +#: mod/admin.php:1389 +msgid "" +"Don't include the content of a post/comment/private message/etc. in the " +"email notifications that are sent out from this site, as a privacy measure." +msgstr "" + +#: mod/admin.php:1390 +msgid "Disallow public access to addons listed in the apps menu." +msgstr "" + +#: mod/admin.php:1390 +msgid "" +"Checking this box will restrict addons listed in the apps menu to members " +"only." +msgstr "" + +#: mod/admin.php:1391 +msgid "Don't embed private images in posts" +msgstr "" + +#: mod/admin.php:1391 +msgid "" +"Don't replace locally-hosted private photos in posts with an embedded copy " +"of the image. This means that contacts who receive posts containing private " +"photos will have to authenticate and load each image, which may take a while." +msgstr "" + +#: mod/admin.php:1392 +msgid "Allow Users to set remote_self" +msgstr "" + +#: mod/admin.php:1392 +msgid "" +"With checking this, every user is allowed to mark every contact as a " +"remote_self in the repair contact dialog. Setting this flag on a contact " +"causes mirroring every posting of that contact in the users stream." +msgstr "" + +#: mod/admin.php:1393 +msgid "Block multiple registrations" +msgstr "" + +#: mod/admin.php:1393 +msgid "Disallow users to register additional accounts for use as pages." +msgstr "" + +#: mod/admin.php:1394 +msgid "OpenID support" +msgstr "" + +#: mod/admin.php:1394 +msgid "OpenID support for registration and logins." +msgstr "" + +#: mod/admin.php:1395 +msgid "Fullname check" +msgstr "" + +#: mod/admin.php:1395 +msgid "" +"Force users to register with a space between firstname and lastname in Full " +"name, as an antispam measure" +msgstr "" + +#: mod/admin.php:1396 +msgid "Community pages for visitors" +msgstr "" + +#: mod/admin.php:1396 +msgid "" +"Which community pages should be available for visitors. Local users always " +"see both pages." +msgstr "" + +#: mod/admin.php:1397 +msgid "Posts per user on community page" +msgstr "" + +#: mod/admin.php:1397 +msgid "" +"The maximum number of posts per user on the community page. (Not valid for " +"'Global Community')" +msgstr "" + +#: mod/admin.php:1398 +msgid "Enable OStatus support" +msgstr "" + +#: mod/admin.php:1398 +msgid "" +"Provide built-in OStatus (StatusNet, GNU Social etc.) compatibility. All " +"communications in OStatus are public, so privacy warnings will be " +"occasionally displayed." +msgstr "" + +#: mod/admin.php:1399 +msgid "Only import OStatus threads from our contacts" +msgstr "" + +#: mod/admin.php:1399 +msgid "" +"Normally we import every content from our OStatus contacts. With this option " +"we only store threads that are started by a contact that is known on our " +"system." +msgstr "" + +#: mod/admin.php:1400 +msgid "OStatus support can only be enabled if threading is enabled." +msgstr "" + +#: mod/admin.php:1402 +msgid "" +"Diaspora support can't be enabled because Friendica was installed into a sub " +"directory." +msgstr "" + +#: mod/admin.php:1403 +msgid "Enable Diaspora support" +msgstr "" + +#: mod/admin.php:1403 +msgid "Provide built-in Diaspora network compatibility." +msgstr "" + +#: mod/admin.php:1404 +msgid "Only allow Friendica contacts" +msgstr "" + +#: mod/admin.php:1404 +msgid "" +"All contacts must use Friendica protocols. All other built-in communication " +"protocols disabled." +msgstr "" + +#: mod/admin.php:1405 +msgid "Verify SSL" +msgstr "" + +#: mod/admin.php:1405 +msgid "" +"If you wish, you can turn on strict certificate checking. This will mean you " +"cannot connect (at all) to self-signed SSL sites." +msgstr "" + +#: mod/admin.php:1406 +msgid "Proxy user" +msgstr "" + +#: mod/admin.php:1407 +msgid "Proxy URL" +msgstr "" + +#: mod/admin.php:1408 +msgid "Network timeout" +msgstr "" + +#: mod/admin.php:1408 +msgid "Value is in seconds. Set to 0 for unlimited (not recommended)." +msgstr "" + +#: mod/admin.php:1409 +msgid "Maximum Load Average" +msgstr "" + +#: mod/admin.php:1409 +msgid "" +"Maximum system load before delivery and poll processes are deferred - " +"default 50." +msgstr "" + +#: mod/admin.php:1410 +msgid "Maximum Load Average (Frontend)" +msgstr "" + +#: mod/admin.php:1410 +msgid "Maximum system load before the frontend quits service - default 50." +msgstr "" + +#: mod/admin.php:1411 +msgid "Minimal Memory" +msgstr "" + +#: mod/admin.php:1411 +msgid "" +"Minimal free memory in MB for the worker. Needs access to /proc/meminfo - " +"default 0 (deactivated)." +msgstr "" + +#: mod/admin.php:1412 +msgid "Maximum table size for optimization" +msgstr "" + +#: mod/admin.php:1412 +msgid "" +"Maximum table size (in MB) for the automatic optimization - default 100 MB. " +"Enter -1 to disable it." +msgstr "" + +#: mod/admin.php:1413 +msgid "Minimum level of fragmentation" +msgstr "" + +#: mod/admin.php:1413 +msgid "" +"Minimum fragmenation level to start the automatic optimization - default " +"value is 30%." +msgstr "" + +#: mod/admin.php:1415 +msgid "Periodical check of global contacts" +msgstr "" + +#: mod/admin.php:1415 +msgid "" +"If enabled, the global contacts are checked periodically for missing or " +"outdated data and the vitality of the contacts and servers." +msgstr "" + +#: mod/admin.php:1416 +msgid "Days between requery" +msgstr "" + +#: mod/admin.php:1416 +msgid "Number of days after which a server is requeried for his contacts." +msgstr "" + +#: mod/admin.php:1417 +msgid "Discover contacts from other servers" +msgstr "" + +#: mod/admin.php:1417 +msgid "" +"Periodically query other servers for contacts. You can choose between " +"'users': the users on the remote system, 'Global Contacts': active contacts " +"that are known on the system. The fallback is meant for Redmatrix servers " +"and older friendica servers, where global contacts weren't available. The " +"fallback increases the server load, so the recommened setting is 'Users, " +"Global Contacts'." +msgstr "" + +#: mod/admin.php:1418 +msgid "Timeframe for fetching global contacts" +msgstr "" + +#: mod/admin.php:1418 +msgid "" +"When the discovery is activated, this value defines the timeframe for the " +"activity of the global contacts that are fetched from other servers." +msgstr "" + +#: mod/admin.php:1419 +msgid "Search the local directory" +msgstr "" + +#: mod/admin.php:1419 +msgid "" +"Search the local directory instead of the global directory. When searching " +"locally, every search will be executed on the global directory in the " +"background. This improves the search results when the search is repeated." +msgstr "" + +#: mod/admin.php:1421 +msgid "Publish server information" +msgstr "" + +#: mod/admin.php:1421 +msgid "" +"If enabled, general server and usage data will be published. The data " +"contains the name and version of the server, number of users with public " +"profiles, number of posts and the activated protocols and connectors. See the-federation.info for details." +msgstr "" + +#: mod/admin.php:1423 +msgid "Check upstream version" +msgstr "" + +#: mod/admin.php:1423 +msgid "" +"Enables checking for new Friendica versions at github. If there is a new " +"version, you will be informed in the admin panel overview." +msgstr "" + +#: mod/admin.php:1424 +msgid "Suppress Tags" +msgstr "" + +#: mod/admin.php:1424 +msgid "Suppress showing a list of hashtags at the end of the posting." +msgstr "" + +#: mod/admin.php:1425 +msgid "Path to item cache" +msgstr "" + +#: mod/admin.php:1425 +msgid "The item caches buffers generated bbcode and external images." +msgstr "" + +#: mod/admin.php:1426 +msgid "Cache duration in seconds" +msgstr "" + +#: mod/admin.php:1426 +msgid "" +"How long should the cache files be hold? Default value is 86400 seconds (One " +"day). To disable the item cache, set the value to -1." +msgstr "" + +#: mod/admin.php:1427 +msgid "Maximum numbers of comments per post" +msgstr "" + +#: mod/admin.php:1427 +msgid "How much comments should be shown for each post? Default value is 100." +msgstr "" + +#: mod/admin.php:1428 +msgid "Temp path" +msgstr "" + +#: mod/admin.php:1428 +msgid "" +"If you have a restricted system where the webserver can't access the system " +"temp path, enter another path here." +msgstr "" + +#: mod/admin.php:1429 +msgid "Base path to installation" +msgstr "" + +#: mod/admin.php:1429 +msgid "" +"If the system cannot detect the correct path to your installation, enter the " +"correct path here. This setting should only be set if you are using a " +"restricted system and symbolic links to your webroot." +msgstr "" + +#: mod/admin.php:1430 +msgid "Disable picture proxy" +msgstr "" + +#: mod/admin.php:1430 +msgid "" +"The picture proxy increases performance and privacy. It shouldn't be used on " +"systems with very low bandwith." +msgstr "" + +#: mod/admin.php:1431 +msgid "Only search in tags" +msgstr "" + +#: mod/admin.php:1431 +msgid "On large systems the text search can slow down the system extremely." +msgstr "" + +#: mod/admin.php:1433 +msgid "New base url" +msgstr "" + +#: mod/admin.php:1433 +msgid "" +"Change base url for this server. Sends relocate message to all Friendica and " +"Diaspora* contacts of all users." +msgstr "" + +#: mod/admin.php:1435 +msgid "RINO Encryption" +msgstr "" + +#: mod/admin.php:1435 +msgid "Encryption layer between nodes." +msgstr "" + +#: mod/admin.php:1435 +msgid "Enabled" +msgstr "" + +#: mod/admin.php:1437 +msgid "Maximum number of parallel workers" +msgstr "" + +#: mod/admin.php:1437 +msgid "" +"On shared hosters set this to 2. On larger systems, values of 10 are great. " +"Default value is 4." +msgstr "" + +#: mod/admin.php:1438 +msgid "Don't use 'proc_open' with the worker" +msgstr "" + +#: mod/admin.php:1438 +msgid "" +"Enable this if your system doesn't allow the use of 'proc_open'. This can " +"happen on shared hosters. If this is enabled you should increase the " +"frequency of worker calls in your crontab." +msgstr "" + +#: mod/admin.php:1439 +msgid "Enable fastlane" +msgstr "" + +#: mod/admin.php:1439 +msgid "" +"When enabed, the fastlane mechanism starts an additional worker if processes " +"with higher priority are blocked by processes of lower priority." +msgstr "" + +#: mod/admin.php:1440 +msgid "Enable frontend worker" +msgstr "" + +#: mod/admin.php:1440 +#, php-format +msgid "" +"When enabled the Worker process is triggered when backend access is " +"performed \\x28e.g. messages being delivered\\x29. On smaller sites you " +"might want to call %s/worker on a regular basis via an external cron job. " +"You should only enable this option if you cannot utilize cron/scheduled jobs " +"on your server." +msgstr "" + +#: mod/admin.php:1442 +msgid "Subscribe to relay" +msgstr "" + +#: mod/admin.php:1442 +msgid "" +"Enables the receiving of public posts from the relay. They will be included " +"in the search, subscribed tags and on the global community page." +msgstr "" + +#: mod/admin.php:1443 +msgid "Relay server" +msgstr "" + +#: mod/admin.php:1443 +msgid "" +"Address of the relay server where public posts should be send to. For " +"example https://relay.diasp.org" +msgstr "" + +#: mod/admin.php:1444 +msgid "Direct relay transfer" +msgstr "" + +#: mod/admin.php:1444 +msgid "" +"Enables the direct transfer to other servers without using the relay servers" +msgstr "" + +#: mod/admin.php:1445 +msgid "Relay scope" +msgstr "" + +#: mod/admin.php:1445 +msgid "" +"Can be 'all' or 'tags'. 'all' means that every public post should be " +"received. 'tags' means that only posts with selected tags should be received." +msgstr "" + +#: mod/admin.php:1445 +msgid "all" +msgstr "" + +#: mod/admin.php:1445 +msgid "tags" +msgstr "" + +#: mod/admin.php:1446 +msgid "Server tags" +msgstr "" + +#: mod/admin.php:1446 +msgid "Comma separated list of tags for the 'tags' subscription." +msgstr "" + +#: mod/admin.php:1447 +msgid "Allow user tags" +msgstr "" + +#: mod/admin.php:1447 +msgid "" +"If enabled, the tags from the saved searches will used for the 'tags' " +"subscription in addition to the 'relay_server_tags'." +msgstr "" + +#: mod/admin.php:1475 +msgid "Update has been marked successful" +msgstr "" + +#: mod/admin.php:1482 +#, php-format +msgid "Database structure update %s was successfully applied." +msgstr "" + +#: mod/admin.php:1485 +#, php-format +msgid "Executing of database structure update %s failed with error: %s" +msgstr "" + +#: mod/admin.php:1498 +#, php-format +msgid "Executing %s failed with error: %s" +msgstr "" + +#: mod/admin.php:1500 +#, php-format +msgid "Update %s was successfully applied." +msgstr "" + +#: mod/admin.php:1503 +#, php-format +msgid "Update %s did not return a status. Unknown if it succeeded." +msgstr "" + +#: mod/admin.php:1506 +#, php-format +msgid "There was no additional update function %s that needed to be called." +msgstr "" + +#: mod/admin.php:1526 +msgid "No failed updates." +msgstr "" + +#: mod/admin.php:1527 +msgid "Check database structure" +msgstr "" + +#: mod/admin.php:1532 +msgid "Failed Updates" +msgstr "" + +#: mod/admin.php:1533 +msgid "" +"This does not include updates prior to 1139, which did not return a status." +msgstr "" + +#: mod/admin.php:1534 +msgid "Mark success (if update was manually applied)" +msgstr "" + +#: mod/admin.php:1535 +msgid "Attempt to execute this update step automatically" +msgstr "" + +#: mod/admin.php:1574 +#, php-format +msgid "" +"\n" +"\t\t\tDear %1$s,\n" +"\t\t\t\tthe administrator of %2$s has set up an account for you." +msgstr "" + +#: mod/admin.php:1577 +#, php-format +msgid "" +"\n" +"\t\t\tThe login details are as follows:\n" +"\n" +"\t\t\tSite Location:\t%1$s\n" +"\t\t\tLogin Name:\t\t%2$s\n" +"\t\t\tPassword:\t\t%3$s\n" +"\n" +"\t\t\tYou may change your password from your account \"Settings\" page after " +"logging\n" +"\t\t\tin.\n" +"\n" +"\t\t\tPlease take a few moments to review the other account settings on that " +"page.\n" +"\n" +"\t\t\tYou may also wish to add some basic information to your default " +"profile\n" +"\t\t\t(on the \"Profiles\" page) so that other people can easily find you.\n" +"\n" +"\t\t\tWe recommend setting your full name, adding a profile photo,\n" +"\t\t\tadding some profile \"keywords\" (very useful in making new friends) - " +"and\n" +"\t\t\tperhaps what country you live in; if you do not wish to be more " +"specific\n" +"\t\t\tthan that.\n" +"\n" +"\t\t\tWe fully respect your right to privacy, and none of these items are " +"necessary.\n" +"\t\t\tIf you are new and do not know anybody here, they may help\n" +"\t\t\tyou to make some new and interesting friends.\n" +"\n" +"\t\t\tIf you ever want to delete your account, you can do so at %1$s/" +"removeme\n" +"\n" +"\t\t\tThank you and welcome to %4$s." +msgstr "" + +#: mod/admin.php:1611 src/Model/User.php:649 +#, php-format +msgid "Registration details for %s" +msgstr "" + +#: mod/admin.php:1621 +#, php-format +msgid "%s user blocked/unblocked" +msgid_plural "%s users blocked/unblocked" +msgstr[0] "" +msgstr[1] "" + +#: mod/admin.php:1627 +#, php-format +msgid "%s user deleted" +msgid_plural "%s users deleted" +msgstr[0] "" +msgstr[1] "" + +#: mod/admin.php:1674 +#, php-format +msgid "User '%s' deleted" +msgstr "" + +#: mod/admin.php:1682 +#, php-format +msgid "User '%s' unblocked" +msgstr "" + +#: mod/admin.php:1682 +#, php-format +msgid "User '%s' blocked" +msgstr "" + +#: mod/admin.php:1781 mod/admin.php:1793 mod/admin.php:1806 mod/admin.php:1824 +#: src/Content/ContactSelector.php:82 +msgid "Email" +msgstr "" + +#: mod/admin.php:1781 mod/admin.php:1806 +msgid "Register date" +msgstr "" + +#: mod/admin.php:1781 mod/admin.php:1806 +msgid "Last login" +msgstr "" + +#: mod/admin.php:1781 mod/admin.php:1806 +msgid "Last item" +msgstr "" + +#: mod/admin.php:1781 mod/settings.php:55 +msgid "Account" +msgstr "" + +#: mod/admin.php:1789 +msgid "Add User" +msgstr "" + +#: mod/admin.php:1791 +msgid "User registrations waiting for confirm" +msgstr "" + +#: mod/admin.php:1792 +msgid "User waiting for permanent deletion" +msgstr "" + +#: mod/admin.php:1793 +msgid "Request date" +msgstr "" + +#: mod/admin.php:1794 +msgid "No registrations." +msgstr "" + +#: mod/admin.php:1795 +msgid "Note from the user" +msgstr "" + +#: mod/admin.php:1797 +msgid "Deny" +msgstr "" + +#: mod/admin.php:1801 +msgid "Site admin" +msgstr "" + +#: mod/admin.php:1802 +msgid "Account expired" +msgstr "" + +#: mod/admin.php:1805 +msgid "New User" +msgstr "" + +#: mod/admin.php:1806 +msgid "Deleted since" +msgstr "" + +#: mod/admin.php:1811 +msgid "" +"Selected users will be deleted!\\n\\nEverything these users had posted on " +"this site will be permanently deleted!\\n\\nAre you sure?" +msgstr "" + +#: mod/admin.php:1812 +msgid "" +"The user {0} will be deleted!\\n\\nEverything this user has posted on this " +"site will be permanently deleted!\\n\\nAre you sure?" +msgstr "" + +#: mod/admin.php:1822 +msgid "Name of the new user." +msgstr "" + +#: mod/admin.php:1823 +msgid "Nickname" +msgstr "" + +#: mod/admin.php:1823 +msgid "Nickname of the new user." +msgstr "" + +#: mod/admin.php:1824 +msgid "Email address of the new user." +msgstr "" + +#: mod/admin.php:1866 +#, php-format +msgid "Addon %s disabled." +msgstr "" + +#: mod/admin.php:1870 +#, php-format +msgid "Addon %s enabled." +msgstr "" + +#: mod/admin.php:1880 mod/admin.php:2129 +msgid "Disable" +msgstr "" + +#: mod/admin.php:1883 mod/admin.php:2132 +msgid "Enable" +msgstr "" + +#: mod/admin.php:1905 mod/admin.php:2174 +msgid "Toggle" +msgstr "" + +#: mod/admin.php:1913 mod/admin.php:2183 +msgid "Author: " +msgstr "" + +#: mod/admin.php:1914 mod/admin.php:2184 +msgid "Maintainer: " +msgstr "" + +#: mod/admin.php:1966 +msgid "Reload active addons" +msgstr "" + +#: mod/admin.php:1971 +#, php-format +msgid "" +"There are currently no addons available on your node. You can find the " +"official addon repository at %1$s and might find other interesting addons in " +"the open addon registry at %2$s" +msgstr "" + +#: mod/admin.php:2091 +msgid "No themes found." +msgstr "" + +#: mod/admin.php:2165 +msgid "Screenshot" +msgstr "" + +#: mod/admin.php:2219 +msgid "Reload active themes" +msgstr "" + +#: mod/admin.php:2224 +#, php-format +msgid "No themes found on the system. They should be placed in %1$s" +msgstr "" + +#: mod/admin.php:2225 +msgid "[Experimental]" +msgstr "" + +#: mod/admin.php:2226 +msgid "[Unsupported]" +msgstr "" + +#: mod/admin.php:2250 +msgid "Log settings updated." +msgstr "" + +#: mod/admin.php:2282 +msgid "PHP log currently enabled." +msgstr "" + +#: mod/admin.php:2284 +msgid "PHP log currently disabled." +msgstr "" + +#: mod/admin.php:2293 +msgid "Clear" +msgstr "" + +#: mod/admin.php:2297 +msgid "Enable Debugging" +msgstr "" + +#: mod/admin.php:2298 +msgid "Log file" +msgstr "" + +#: mod/admin.php:2298 +msgid "" +"Must be writable by web server. Relative to your Friendica top-level " +"directory." +msgstr "" + +#: mod/admin.php:2299 +msgid "Log level" +msgstr "" + +#: mod/admin.php:2301 +msgid "PHP logging" +msgstr "" + +#: mod/admin.php:2302 +msgid "" +"To enable logging of PHP errors and warnings you can add the following to " +"the .htconfig.php file of your installation. The filename set in the " +"'error_log' line is relative to the friendica top-level directory and must " +"be writeable by the web server. The option '1' for 'log_errors' and " +"'display_errors' is to enable these options, set to '0' to disable them." +msgstr "" + +#: mod/admin.php:2333 +#, php-format +msgid "" +"Error trying to open %1$s log file.\\r\\n
    Check to see " +"if file %1$s exist and is readable." +msgstr "" + +#: mod/admin.php:2337 +#, php-format +msgid "" +"Couldn't open %1$s log file.\\r\\n
    Check to see if file " +"%1$s is readable." +msgstr "" + +#: mod/admin.php:2428 mod/admin.php:2429 mod/settings.php:775 +msgid "Off" +msgstr "" + +#: mod/admin.php:2428 mod/admin.php:2429 mod/settings.php:775 +msgid "On" +msgstr "" + +#: mod/admin.php:2429 +#, php-format +msgid "Lock feature %s" +msgstr "" + +#: mod/admin.php:2437 +msgid "Manage Additional Features" +msgstr "" + +#: mod/settings.php:72 +msgid "Display" +msgstr "" + +#: mod/settings.php:79 mod/settings.php:842 +msgid "Social Networks" +msgstr "" + +#: mod/settings.php:93 src/Content/Nav.php:204 +msgid "Delegations" +msgstr "" + +#: mod/settings.php:100 +msgid "Connected apps" +msgstr "" + +#: mod/settings.php:114 +msgid "Remove account" +msgstr "" + +#: mod/settings.php:168 +msgid "Missing some important data!" +msgstr "" + +#: mod/settings.php:279 +msgid "Failed to connect with email account using the settings provided." +msgstr "" + +#: mod/settings.php:284 +msgid "Email settings updated." +msgstr "" + +#: mod/settings.php:300 +msgid "Features updated" +msgstr "" + +#: mod/settings.php:372 +msgid "Relocate message has been send to your contacts" +msgstr "" + +#: mod/settings.php:384 src/Model/User.php:325 +msgid "Passwords do not match. Password unchanged." +msgstr "" + +#: mod/settings.php:389 +msgid "Empty passwords are not allowed. Password unchanged." +msgstr "" + +#: mod/settings.php:394 src/Core/Console/NewPassword.php:78 +msgid "" +"The new password has been exposed in a public data dump, please choose " +"another." +msgstr "" + +#: mod/settings.php:400 +msgid "Wrong password." +msgstr "" + +#: mod/settings.php:407 src/Core/Console/NewPassword.php:85 +msgid "Password changed." +msgstr "" + +#: mod/settings.php:409 src/Core/Console/NewPassword.php:82 +msgid "Password update failed. Please try again." +msgstr "" + +#: mod/settings.php:496 +msgid " Please use a shorter name." +msgstr "" + +#: mod/settings.php:499 +msgid " Name too short." +msgstr "" + +#: mod/settings.php:507 +msgid "Wrong Password" +msgstr "" + +#: mod/settings.php:512 +msgid "Invalid email." +msgstr "" + +#: mod/settings.php:519 +msgid "Cannot change to that email." +msgstr "" + +#: mod/settings.php:572 +msgid "Private forum has no privacy permissions. Using default privacy group." +msgstr "" + +#: mod/settings.php:575 +msgid "Private forum has no privacy permissions and no default privacy group." +msgstr "" + +#: mod/settings.php:615 +msgid "Settings updated." +msgstr "" + +#: mod/settings.php:674 mod/settings.php:700 mod/settings.php:736 +msgid "Add application" +msgstr "" + +#: mod/settings.php:678 mod/settings.php:704 +msgid "Consumer Key" +msgstr "" + +#: mod/settings.php:679 mod/settings.php:705 +msgid "Consumer Secret" +msgstr "" + +#: mod/settings.php:680 mod/settings.php:706 +msgid "Redirect" +msgstr "" + +#: mod/settings.php:681 mod/settings.php:707 +msgid "Icon url" +msgstr "" + +#: mod/settings.php:692 +msgid "You can't edit this application." +msgstr "" + +#: mod/settings.php:735 +msgid "Connected Apps" +msgstr "" + +#: mod/settings.php:737 src/Object/Post.php:155 src/Object/Post.php:157 +msgid "Edit" +msgstr "" + +#: mod/settings.php:739 +msgid "Client key starts with" +msgstr "" + +#: mod/settings.php:740 +msgid "No name" +msgstr "" + +#: mod/settings.php:741 +msgid "Remove authorization" +msgstr "" + +#: mod/settings.php:752 +msgid "No Addon settings configured" +msgstr "" + +#: mod/settings.php:761 +msgid "Addon Settings" +msgstr "" + +#: mod/settings.php:782 +msgid "Additional Features" +msgstr "" + +#: mod/settings.php:805 src/Content/ContactSelector.php:83 +msgid "Diaspora" +msgstr "" + +#: mod/settings.php:805 mod/settings.php:806 +msgid "enabled" +msgstr "" + +#: mod/settings.php:805 mod/settings.php:806 +msgid "disabled" +msgstr "" + +#: mod/settings.php:805 mod/settings.php:806 +#, php-format +msgid "Built-in support for %s connectivity is %s" +msgstr "" + +#: mod/settings.php:806 +msgid "GNU Social (OStatus)" +msgstr "" + +#: mod/settings.php:837 +msgid "Email access is disabled on this site." +msgstr "" + +#: mod/settings.php:847 +msgid "General Social Media Settings" +msgstr "" + +#: mod/settings.php:848 +msgid "Disable Content Warning" +msgstr "" + +#: mod/settings.php:848 +msgid "" +"Users on networks like Mastodon or Pleroma are able to set a content warning " +"field which collapse their post by default. This disables the automatic " +"collapsing and sets the content warning as the post title. Doesn't affect " +"any other content filtering you eventually set up." +msgstr "" + +#: mod/settings.php:849 +msgid "Disable intelligent shortening" +msgstr "" + +#: mod/settings.php:849 +msgid "" +"Normally the system tries to find the best link to add to shortened posts. " +"If this option is enabled then every shortened post will always point to the " +"original friendica post." +msgstr "" + +#: mod/settings.php:850 +msgid "Automatically follow any GNU Social (OStatus) followers/mentioners" +msgstr "" + +#: mod/settings.php:850 +msgid "" +"If you receive a message from an unknown OStatus user, this option decides " +"what to do. If it is checked, a new contact will be created for every " +"unknown user." +msgstr "" + +#: mod/settings.php:851 +msgid "Default group for OStatus contacts" +msgstr "" + +#: mod/settings.php:852 +msgid "Your legacy GNU Social account" +msgstr "" + +#: mod/settings.php:852 +msgid "" +"If you enter your old GNU Social/Statusnet account name here (in the format " +"user@domain.tld), your contacts will be added automatically. The field will " +"be emptied when done." +msgstr "" + +#: mod/settings.php:855 +msgid "Repair OStatus subscriptions" +msgstr "" + +#: mod/settings.php:859 +msgid "Email/Mailbox Setup" +msgstr "" + +#: mod/settings.php:860 +msgid "" +"If you wish to communicate with email contacts using this service " +"(optional), please specify how to connect to your mailbox." +msgstr "" + +#: mod/settings.php:861 +msgid "Last successful email check:" +msgstr "" + +#: mod/settings.php:863 +msgid "IMAP server name:" +msgstr "" + +#: mod/settings.php:864 +msgid "IMAP port:" +msgstr "" + +#: mod/settings.php:865 +msgid "Security:" +msgstr "" + +#: mod/settings.php:865 mod/settings.php:870 +msgid "None" +msgstr "" + +#: mod/settings.php:866 +msgid "Email login name:" +msgstr "" + +#: mod/settings.php:867 +msgid "Email password:" +msgstr "" + +#: mod/settings.php:868 +msgid "Reply-to address:" +msgstr "" + +#: mod/settings.php:869 +msgid "Send public posts to all email contacts:" +msgstr "" + +#: mod/settings.php:870 +msgid "Action after import:" +msgstr "" + +#: mod/settings.php:870 src/Content/Nav.php:191 +msgid "Mark as seen" +msgstr "" + +#: mod/settings.php:870 +msgid "Move to folder" +msgstr "" + +#: mod/settings.php:871 +msgid "Move to folder:" +msgstr "" + +#: mod/settings.php:914 +#, php-format +msgid "%s - (Unsupported)" +msgstr "" + +#: mod/settings.php:916 +#, php-format +msgid "%s - (Experimental)" +msgstr "" + +#: mod/settings.php:959 +msgid "Display Settings" +msgstr "" + +#: mod/settings.php:965 mod/settings.php:989 +msgid "Display Theme:" +msgstr "" + +#: mod/settings.php:966 +msgid "Mobile Theme:" +msgstr "" + +#: mod/settings.php:967 +msgid "Suppress warning of insecure networks" +msgstr "" + +#: mod/settings.php:967 +msgid "" +"Should the system suppress the warning that the current group contains " +"members of networks that can't receive non public postings." +msgstr "" + +#: mod/settings.php:968 +msgid "Update browser every xx seconds" +msgstr "" + +#: mod/settings.php:968 +msgid "Minimum of 10 seconds. Enter -1 to disable it." +msgstr "" + +#: mod/settings.php:969 +msgid "Number of items to display per page:" +msgstr "" + +#: mod/settings.php:969 mod/settings.php:970 +msgid "Maximum of 100 items" +msgstr "" + +#: mod/settings.php:970 +msgid "Number of items to display per page when viewed from mobile device:" +msgstr "" + +#: mod/settings.php:971 +msgid "Don't show emoticons" +msgstr "" + +#: mod/settings.php:972 +msgid "Calendar" +msgstr "" + +#: mod/settings.php:973 +msgid "Beginning of week:" +msgstr "" + +#: mod/settings.php:974 +msgid "Don't show notices" +msgstr "" + +#: mod/settings.php:975 +msgid "Infinite scroll" +msgstr "" + +#: mod/settings.php:976 +msgid "Automatic updates only at the top of the network page" +msgstr "" + +#: mod/settings.php:976 +msgid "" +"When disabled, the network page is updated all the time, which could be " +"confusing while reading." +msgstr "" + +#: mod/settings.php:977 +msgid "Bandwith Saver Mode" +msgstr "" + +#: mod/settings.php:977 +msgid "" +"When enabled, embedded content is not displayed on automatic updates, they " +"only show on page reload." +msgstr "" + +#: mod/settings.php:978 +msgid "Smart Threading" +msgstr "" + +#: mod/settings.php:978 +msgid "" +"When enabled, suppress extraneous thread indentation while keeping it where " +"it matters. Only works if threading is available and enabled." +msgstr "" + +#: mod/settings.php:980 +msgid "General Theme Settings" +msgstr "" + +#: mod/settings.php:981 +msgid "Custom Theme Settings" +msgstr "" + +#: mod/settings.php:982 +msgid "Content Settings" +msgstr "" + +#: mod/settings.php:983 view/theme/duepuntozero/config.php:73 +#: view/theme/frio/config.php:115 view/theme/quattro/config.php:75 +#: view/theme/vier/config.php:121 +msgid "Theme settings" +msgstr "" + +#: mod/settings.php:1002 +msgid "Unable to find your profile. Please contact your admin." +msgstr "" + +#: mod/settings.php:1044 +msgid "Account Types" +msgstr "" + +#: mod/settings.php:1045 +msgid "Personal Page Subtypes" +msgstr "" + +#: mod/settings.php:1046 +msgid "Community Forum Subtypes" +msgstr "" + +#: mod/settings.php:1053 +msgid "Personal Page" +msgstr "" + +#: mod/settings.php:1054 +msgid "Account for a personal profile." +msgstr "" + +#: mod/settings.php:1057 +msgid "Organisation Page" +msgstr "" + +#: mod/settings.php:1058 +msgid "" +"Account for an organisation that automatically approves contact requests as " +"\"Followers\"." +msgstr "" + +#: mod/settings.php:1061 +msgid "News Page" +msgstr "" + +#: mod/settings.php:1062 +msgid "" +"Account for a news reflector that automatically approves contact requests as " +"\"Followers\"." +msgstr "" + +#: mod/settings.php:1065 +msgid "Community Forum" +msgstr "" + +#: mod/settings.php:1066 +msgid "Account for community discussions." +msgstr "" + +#: mod/settings.php:1069 +msgid "Normal Account Page" +msgstr "" + +#: mod/settings.php:1070 +msgid "" +"Account for a regular personal profile that requires manual approval of " +"\"Friends\" and \"Followers\"." +msgstr "" + +#: mod/settings.php:1073 +msgid "Soapbox Page" +msgstr "" + +#: mod/settings.php:1074 +msgid "" +"Account for a public profile that automatically approves contact requests as " +"\"Followers\"." +msgstr "" + +#: mod/settings.php:1077 +msgid "Public Forum" +msgstr "" + +#: mod/settings.php:1078 +msgid "Automatically approves all contact requests." +msgstr "" + +#: mod/settings.php:1081 +msgid "Automatic Friend Page" +msgstr "" + +#: mod/settings.php:1082 +msgid "" +"Account for a popular profile that automatically approves contact requests " +"as \"Friends\"." +msgstr "" + +#: mod/settings.php:1085 +msgid "Private Forum [Experimental]" +msgstr "" + +#: mod/settings.php:1086 +msgid "Requires manual approval of contact requests." +msgstr "" + +#: mod/settings.php:1097 +msgid "OpenID:" +msgstr "" + +#: mod/settings.php:1097 +msgid "(Optional) Allow this OpenID to login to this account." +msgstr "" + +#: mod/settings.php:1105 +msgid "Publish your default profile in your local site directory?" +msgstr "" + +#: mod/settings.php:1105 +#, php-format +msgid "" +"Your profile will be published in the global friendica directories (e.g. %s). Your profile will be visible in public." +msgstr "" + +#: mod/settings.php:1111 +msgid "Publish your default profile in the global social directory?" +msgstr "" + +#: mod/settings.php:1111 +#, php-format +msgid "" +"Your profile will be published in this node's local " +"directory. Your profile details may be publicly visible depending on the " +"system settings." +msgstr "" + +#: mod/settings.php:1118 +msgid "Hide your contact/friend list from viewers of your default profile?" +msgstr "" + +#: mod/settings.php:1118 +msgid "" +"Your contact list won't be shown in your default profile page. You can " +"decide to show your contact list separately for each additional profile you " +"create" +msgstr "" + +#: mod/settings.php:1122 +msgid "Hide your profile details from anonymous viewers?" +msgstr "" + +#: mod/settings.php:1122 +msgid "" +"Anonymous visitors will only see your profile picture, your display name and " +"the nickname you are using on your profile page. Disables posting public " +"messages to Diaspora and other networks." +msgstr "" + +#: mod/settings.php:1126 +msgid "Allow friends to post to your profile page?" +msgstr "" + +#: mod/settings.php:1126 +msgid "" +"Your contacts may write posts on your profile wall. These posts will be " +"distributed to your contacts" +msgstr "" + +#: mod/settings.php:1130 +msgid "Allow friends to tag your posts?" +msgstr "" + +#: mod/settings.php:1130 +msgid "Your contacts can add additional tags to your posts." +msgstr "" + +#: mod/settings.php:1134 +msgid "Allow us to suggest you as a potential friend to new members?" +msgstr "" + +#: mod/settings.php:1134 +msgid "If you like, Friendica may suggest new members to add you as a contact." +msgstr "" + +#: mod/settings.php:1138 +msgid "Permit unknown people to send you private mail?" +msgstr "" + +#: mod/settings.php:1138 +msgid "" +"Friendica network users may send you private messages even if they are not " +"in your contact list." +msgstr "" + +#: mod/settings.php:1142 +msgid "Profile is not published." +msgstr "" + +#: mod/settings.php:1148 +#, php-format +msgid "Your Identity Address is '%s' or '%s'." +msgstr "" + +#: mod/settings.php:1155 +msgid "Automatically expire posts after this many days:" +msgstr "" + +#: mod/settings.php:1155 +msgid "If empty, posts will not expire. Expired posts will be deleted" +msgstr "" + +#: mod/settings.php:1156 +msgid "Advanced expiration settings" +msgstr "" + +#: mod/settings.php:1157 +msgid "Advanced Expiration" +msgstr "" + +#: mod/settings.php:1158 +msgid "Expire posts:" +msgstr "" + +#: mod/settings.php:1159 +msgid "Expire personal notes:" +msgstr "" + +#: mod/settings.php:1160 +msgid "Expire starred posts:" +msgstr "" + +#: mod/settings.php:1161 +msgid "Expire photos:" +msgstr "" + +#: mod/settings.php:1162 +msgid "Only expire posts by others:" +msgstr "" + +#: mod/settings.php:1192 +msgid "Account Settings" +msgstr "" + +#: mod/settings.php:1200 +msgid "Password Settings" +msgstr "" + +#: mod/settings.php:1202 +msgid "Leave password fields blank unless changing" +msgstr "" + +#: mod/settings.php:1203 +msgid "Current Password:" +msgstr "" + +#: mod/settings.php:1203 mod/settings.php:1204 +msgid "Your current password to confirm the changes" +msgstr "" + +#: mod/settings.php:1204 +msgid "Password:" +msgstr "" + +#: mod/settings.php:1208 +msgid "Basic Settings" +msgstr "" + +#: mod/settings.php:1209 src/Model/Profile.php:738 +msgid "Full Name:" +msgstr "" + +#: mod/settings.php:1210 +msgid "Email Address:" +msgstr "" + +#: mod/settings.php:1211 +msgid "Your Timezone:" +msgstr "" + +#: mod/settings.php:1212 +msgid "Your Language:" +msgstr "" + +#: mod/settings.php:1212 +msgid "" +"Set the language we use to show you friendica interface and to send you " +"emails" +msgstr "" + +#: mod/settings.php:1213 +msgid "Default Post Location:" +msgstr "" + +#: mod/settings.php:1214 +msgid "Use Browser Location:" +msgstr "" + +#: mod/settings.php:1217 +msgid "Security and Privacy Settings" +msgstr "" + +#: mod/settings.php:1219 +msgid "Maximum Friend Requests/Day:" +msgstr "" + +#: mod/settings.php:1219 mod/settings.php:1248 +msgid "(to prevent spam abuse)" +msgstr "" + +#: mod/settings.php:1220 +msgid "Default Post Permissions" +msgstr "" + +#: mod/settings.php:1221 +msgid "(click to open/close)" +msgstr "" + +#: mod/settings.php:1231 +msgid "Default Private Post" +msgstr "" + +#: mod/settings.php:1232 +msgid "Default Public Post" +msgstr "" + +#: mod/settings.php:1236 +msgid "Default Permissions for New Posts" +msgstr "" + +#: mod/settings.php:1248 +msgid "Maximum private messages per day from unknown people:" +msgstr "" + +#: mod/settings.php:1251 +msgid "Notification Settings" +msgstr "" + +#: mod/settings.php:1252 +msgid "By default post a status message when:" +msgstr "" + +#: mod/settings.php:1253 +msgid "accepting a friend request" +msgstr "" + +#: mod/settings.php:1254 +msgid "joining a forum/community" +msgstr "" + +#: mod/settings.php:1255 +msgid "making an interesting profile change" +msgstr "" + +#: mod/settings.php:1256 +msgid "Send a notification email when:" +msgstr "" + +#: mod/settings.php:1257 +msgid "You receive an introduction" +msgstr "" + +#: mod/settings.php:1258 +msgid "Your introductions are confirmed" +msgstr "" + +#: mod/settings.php:1259 +msgid "Someone writes on your profile wall" +msgstr "" + +#: mod/settings.php:1260 +msgid "Someone writes a followup comment" +msgstr "" + +#: mod/settings.php:1261 +msgid "You receive a private message" +msgstr "" + +#: mod/settings.php:1262 +msgid "You receive a friend suggestion" +msgstr "" + +#: mod/settings.php:1263 +msgid "You are tagged in a post" +msgstr "" + +#: mod/settings.php:1264 +msgid "You are poked/prodded/etc. in a post" +msgstr "" + +#: mod/settings.php:1266 +msgid "Activate desktop notifications" +msgstr "" + +#: mod/settings.php:1266 +msgid "Show desktop popup on new notifications" +msgstr "" + +#: mod/settings.php:1268 +msgid "Text-only notification emails" +msgstr "" + +#: mod/settings.php:1270 +msgid "Send text only notification emails, without the html part" +msgstr "" + +#: mod/settings.php:1272 +msgid "Show detailled notifications" +msgstr "" + +#: mod/settings.php:1274 +msgid "" +"Per default, notifications are condensed to a single notification per item. " +"When enabled every notification is displayed." +msgstr "" + +#: mod/settings.php:1276 +msgid "Advanced Account/Page Type Settings" +msgstr "" + +#: mod/settings.php:1277 +msgid "Change the behaviour of this account for special situations" +msgstr "" + +#: mod/settings.php:1280 +msgid "Relocate" +msgstr "" + +#: mod/settings.php:1281 +msgid "" +"If you have moved this profile from another server, and some of your " +"contacts don't receive your updates, try pushing this button." +msgstr "" + +#: mod/settings.php:1282 +msgid "Resend relocate message to contacts" +msgstr "" + +#: src/Core/UserImport.php:104 +msgid "Error decoding account file" +msgstr "" + +#: src/Core/UserImport.php:110 +msgid "Error! No version data in file! This is not a Friendica account file?" +msgstr "" + +#: src/Core/UserImport.php:118 +#, php-format +msgid "User '%s' already exists on this server!" +msgstr "" + +#: src/Core/UserImport.php:151 +msgid "User creation error" +msgstr "" + +#: src/Core/UserImport.php:169 +msgid "User profile creation error" +msgstr "" + +#: src/Core/UserImport.php:213 +#, php-format +msgid "%d contact not imported" +msgid_plural "%d contacts not imported" +msgstr[0] "" +msgstr[1] "" + +#: src/Core/UserImport.php:278 +msgid "Done. You can now login with your username and password" msgstr "" #: src/Core/NotificationsManager.php:171 @@ -7755,48 +7658,45 @@ msgstr "" msgid "%s is now friends with %s" msgstr "" -#: src/Core/NotificationsManager.php:813 +#: src/Core/NotificationsManager.php:825 msgid "Friend Suggestion" msgstr "" -#: src/Core/NotificationsManager.php:839 +#: src/Core/NotificationsManager.php:851 msgid "Friend/Connect Request" msgstr "" -#: src/Core/NotificationsManager.php:839 +#: src/Core/NotificationsManager.php:851 msgid "New Follower" msgstr "" -#: src/Core/UserImport.php:104 -msgid "Error decoding account file" +#: src/Core/ACL.php:295 +msgid "Post to Email" msgstr "" -#: src/Core/UserImport.php:110 -msgid "Error! No version data in file! This is not a Friendica account file?" +#: src/Core/ACL.php:301 +msgid "Hide your profile details from unknown viewers?" msgstr "" -#: src/Core/UserImport.php:118 +#: src/Core/ACL.php:300 #, php-format -msgid "User '%s' already exists on this server!" +msgid "Connectors disabled, since \"%s\" is enabled." msgstr "" -#: src/Core/UserImport.php:151 -msgid "User creation error" +#: src/Core/ACL.php:307 +msgid "Visible to everybody" msgstr "" -#: src/Core/UserImport.php:169 -msgid "User profile creation error" +#: src/Core/ACL.php:308 view/theme/vier/config.php:115 +msgid "show" msgstr "" -#: src/Core/UserImport.php:213 -#, php-format -msgid "%d contact not imported" -msgid_plural "%d contacts not imported" -msgstr[0] "" -msgstr[1] "" +#: src/Core/ACL.php:309 view/theme/vier/config.php:115 +msgid "don't show" +msgstr "" -#: src/Core/UserImport.php:278 -msgid "Done. You can now login with your username and password" +#: src/Core/ACL.php:319 +msgid "Close" msgstr "" #: src/Util/Temporal.php:147 src/Model/Profile.php:758 @@ -7864,36 +7764,517 @@ msgstr "" msgid "%1$d %2$s ago" msgstr "" -#: src/Content/Text/BBCode.php:547 +#: src/Content/Text/BBCode.php:555 msgid "view full size" msgstr "" -#: src/Content/Text/BBCode.php:1000 src/Content/Text/BBCode.php:1761 -#: src/Content/Text/BBCode.php:1762 +#: src/Content/Text/BBCode.php:981 src/Content/Text/BBCode.php:1750 +#: src/Content/Text/BBCode.php:1751 msgid "Image/photo" msgstr "" -#: src/Content/Text/BBCode.php:1138 +#: src/Content/Text/BBCode.php:1119 #, php-format msgid "%2$s %3$s" msgstr "" -#: src/Content/Text/BBCode.php:1696 src/Content/Text/BBCode.php:1718 +#: src/Content/Text/BBCode.php:1677 src/Content/Text/BBCode.php:1699 msgid "$1 wrote:" msgstr "" -#: src/Content/Text/BBCode.php:1770 src/Content/Text/BBCode.php:1771 +#: src/Content/Text/BBCode.php:1759 src/Content/Text/BBCode.php:1760 msgid "Encrypted content" msgstr "" -#: src/Content/Text/BBCode.php:1888 +#: src/Content/Text/BBCode.php:1879 msgid "Invalid source protocol" msgstr "" -#: src/Content/Text/BBCode.php:1899 +#: src/Content/Text/BBCode.php:1890 msgid "Invalid link protocol" msgstr "" +#: src/Content/ForumManager.php:127 view/theme/vier/theme.php:256 +msgid "External link to forum" +msgstr "" + +#: src/Content/Nav.php:53 +msgid "Nothing new here" +msgstr "" + +#: src/Content/Nav.php:57 +msgid "Clear notifications" +msgstr "" + +#: src/Content/Nav.php:97 src/Module/Login.php:311 +#: view/theme/frio/theme.php:256 +msgid "Logout" +msgstr "" + +#: src/Content/Nav.php:97 view/theme/frio/theme.php:256 +msgid "End this session" +msgstr "" + +#: src/Content/Nav.php:100 src/Content/Nav.php:181 +#: view/theme/frio/theme.php:259 +msgid "Your posts and conversations" +msgstr "" + +#: src/Content/Nav.php:101 view/theme/frio/theme.php:260 +msgid "Your profile page" +msgstr "" + +#: src/Content/Nav.php:102 view/theme/frio/theme.php:261 +msgid "Your photos" +msgstr "" + +#: src/Content/Nav.php:103 src/Model/Profile.php:912 src/Model/Profile.php:915 +#: view/theme/frio/theme.php:262 +msgid "Videos" +msgstr "" + +#: src/Content/Nav.php:103 view/theme/frio/theme.php:262 +msgid "Your videos" +msgstr "" + +#: src/Content/Nav.php:104 view/theme/frio/theme.php:263 +msgid "Your events" +msgstr "" + +#: src/Content/Nav.php:105 +msgid "Personal notes" +msgstr "" + +#: src/Content/Nav.php:105 +msgid "Your personal notes" +msgstr "" + +#: src/Content/Nav.php:114 +msgid "Sign in" +msgstr "" + +#: src/Content/Nav.php:124 +msgid "Home Page" +msgstr "" + +#: src/Content/Nav.php:128 +msgid "Create an account" +msgstr "" + +#: src/Content/Nav.php:134 +msgid "Help and documentation" +msgstr "" + +#: src/Content/Nav.php:138 +msgid "Apps" +msgstr "" + +#: src/Content/Nav.php:138 +msgid "Addon applications, utilities, games" +msgstr "" + +#: src/Content/Nav.php:142 +msgid "Search site content" +msgstr "" + +#: src/Content/Nav.php:165 +msgid "Community" +msgstr "" + +#: src/Content/Nav.php:165 +msgid "Conversations on this and other servers" +msgstr "" + +#: src/Content/Nav.php:169 src/Model/Profile.php:927 src/Model/Profile.php:938 +#: view/theme/frio/theme.php:267 +msgid "Events and Calendar" +msgstr "" + +#: src/Content/Nav.php:172 +msgid "Directory" +msgstr "" + +#: src/Content/Nav.php:172 +msgid "People directory" +msgstr "" + +#: src/Content/Nav.php:174 +msgid "Information about this friendica instance" +msgstr "" + +#: src/Content/Nav.php:178 view/theme/frio/theme.php:266 +msgid "Conversations from your friends" +msgstr "" + +#: src/Content/Nav.php:179 +msgid "Network Reset" +msgstr "" + +#: src/Content/Nav.php:179 +msgid "Load Network page with no filters" +msgstr "" + +#: src/Content/Nav.php:186 +msgid "Friend Requests" +msgstr "" + +#: src/Content/Nav.php:190 +msgid "See all notifications" +msgstr "" + +#: src/Content/Nav.php:191 +msgid "Mark all system notifications seen" +msgstr "" + +#: src/Content/Nav.php:195 view/theme/frio/theme.php:268 +msgid "Private mail" +msgstr "" + +#: src/Content/Nav.php:196 +msgid "Inbox" +msgstr "" + +#: src/Content/Nav.php:197 +msgid "Outbox" +msgstr "" + +#: src/Content/Nav.php:201 +msgid "Manage" +msgstr "" + +#: src/Content/Nav.php:201 +msgid "Manage other pages" +msgstr "" + +#: src/Content/Nav.php:206 view/theme/frio/theme.php:269 +msgid "Account settings" +msgstr "" + +#: src/Content/Nav.php:209 src/Model/Profile.php:372 +msgid "Profiles" +msgstr "" + +#: src/Content/Nav.php:209 +msgid "Manage/Edit Profiles" +msgstr "" + +#: src/Content/Nav.php:212 view/theme/frio/theme.php:270 +msgid "Manage/edit friends and contacts" +msgstr "" + +#: src/Content/Nav.php:217 +msgid "Site setup and configuration" +msgstr "" + +#: src/Content/Nav.php:220 +msgid "Navigation" +msgstr "" + +#: src/Content/Nav.php:220 +msgid "Site map" +msgstr "" + +#: src/Content/OEmbed.php:253 +msgid "Embedding disabled" +msgstr "" + +#: src/Content/OEmbed.php:373 +msgid "Embedded content" +msgstr "" + +#: src/Content/Widget/CalendarExport.php:61 +msgid "Export" +msgstr "" + +#: src/Content/Widget/CalendarExport.php:62 +msgid "Export calendar as ical" +msgstr "" + +#: src/Content/Widget/CalendarExport.php:63 +msgid "Export calendar as csv" +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 "Post Preview" +msgstr "" + +#: src/Content/Feature.php:89 +msgid "Allow previewing posts and comments before publishing them" +msgstr "" + +#: src/Content/Feature.php:90 +msgid "Auto-mention Forums" +msgstr "" + +#: src/Content/Feature.php:90 +msgid "" +"Add/remove mention when a forum page is selected/deselected in ACL window." +msgstr "" + +#: src/Content/Feature.php:95 +msgid "Network Sidebar Widgets" +msgstr "" + +#: src/Content/Feature.php:96 +msgid "Search by Date" +msgstr "" + +#: src/Content/Feature.php:96 +msgid "Ability to select posts by date ranges" +msgstr "" + +#: src/Content/Feature.php:97 src/Content/Feature.php:127 +msgid "List Forums" +msgstr "" + +#: src/Content/Feature.php:97 +msgid "Enable widget to display the forums your are connected with" +msgstr "" + +#: src/Content/Feature.php:98 +msgid "Group Filter" +msgstr "" + +#: src/Content/Feature.php:98 +msgid "Enable widget to display Network posts only from selected group" +msgstr "" + +#: src/Content/Feature.php:99 +msgid "Network Filter" +msgstr "" + +#: src/Content/Feature.php:99 +msgid "Enable widget to display Network posts only from selected network" +msgstr "" + +#: src/Content/Feature.php:100 +msgid "Save search terms for re-use" +msgstr "" + +#: src/Content/Feature.php:105 +msgid "Network Tabs" +msgstr "" + +#: src/Content/Feature.php:106 +msgid "Network Personal Tab" +msgstr "" + +#: src/Content/Feature.php:106 +msgid "Enable tab to display only Network posts that you've interacted on" +msgstr "" + +#: src/Content/Feature.php:107 +msgid "Network New Tab" +msgstr "" + +#: src/Content/Feature.php:107 +msgid "Enable tab to display only new Network posts (from the last 12 hours)" +msgstr "" + +#: src/Content/Feature.php:108 +msgid "Network Shared Links Tab" +msgstr "" + +#: src/Content/Feature.php:108 +msgid "Enable tab to display only Network posts with links in them" +msgstr "" + +#: src/Content/Feature.php:113 +msgid "Post/Comment Tools" +msgstr "" + +#: src/Content/Feature.php:114 +msgid "Multiple Deletion" +msgstr "" + +#: src/Content/Feature.php:114 +msgid "Select and delete multiple posts/comments at once" +msgstr "" + +#: src/Content/Feature.php:115 +msgid "Edit Sent Posts" +msgstr "" + +#: src/Content/Feature.php:115 +msgid "Edit and correct posts and comments after sending" +msgstr "" + +#: src/Content/Feature.php:116 +msgid "Tagging" +msgstr "" + +#: src/Content/Feature.php:116 +msgid "Ability to tag existing posts" +msgstr "" + +#: src/Content/Feature.php:117 +msgid "Post Categories" +msgstr "" + +#: src/Content/Feature.php:117 +msgid "Add categories to your posts" +msgstr "" + +#: src/Content/Feature.php:118 src/Content/Widget.php:200 +msgid "Saved Folders" +msgstr "" + +#: src/Content/Feature.php:118 +msgid "Ability to file posts under folders" +msgstr "" + +#: src/Content/Feature.php:119 +msgid "Dislike Posts" +msgstr "" + +#: src/Content/Feature.php:119 +msgid "Ability to dislike posts/comments" +msgstr "" + +#: src/Content/Feature.php:120 +msgid "Star Posts" +msgstr "" + +#: src/Content/Feature.php:120 +msgid "Ability to mark special posts with a star indicator" +msgstr "" + +#: src/Content/Feature.php:121 +msgid "Mute Post Notifications" +msgstr "" + +#: src/Content/Feature.php:121 +msgid "Ability to mute notifications for a thread" +msgstr "" + +#: src/Content/Feature.php:126 +msgid "Advanced Profile Settings" +msgstr "" + +#: src/Content/Feature.php:127 +msgid "Show visitors public community forums at the Advanced Profile Page" +msgstr "" + +#: src/Content/Feature.php:128 +msgid "Tag Cloud" +msgstr "" + +#: src/Content/Feature.php:128 +msgid "Provide a personal tag cloud on your profile page" +msgstr "" + +#: src/Content/Feature.php:129 +msgid "Display Membership Date" +msgstr "" + +#: src/Content/Feature.php:129 +msgid "Display membership date in profile" +msgstr "" + +#: src/Content/Widget.php:33 +msgid "Add New Contact" +msgstr "" + +#: src/Content/Widget.php:34 +msgid "Enter address or web location" +msgstr "" + +#: src/Content/Widget.php:35 +msgid "Example: bob@example.com, http://example.com/barbara" +msgstr "" + +#: src/Content/Widget.php:53 +#, php-format +msgid "%d invitation available" +msgid_plural "%d invitations available" +msgstr[0] "" +msgstr[1] "" + +#: src/Content/Widget.php:59 +msgid "Find People" +msgstr "" + +#: src/Content/Widget.php:60 +msgid "Enter name or interest" +msgstr "" + +#: src/Content/Widget.php:62 +msgid "Examples: Robert Morgenstein, Fishing" +msgstr "" + +#: src/Content/Widget.php:65 view/theme/vier/theme.php:202 +msgid "Similar Interests" +msgstr "" + +#: src/Content/Widget.php:66 +msgid "Random Profile" +msgstr "" + +#: src/Content/Widget.php:67 view/theme/vier/theme.php:204 +msgid "Invite Friends" +msgstr "" + +#: src/Content/Widget.php:68 +msgid "View Global Directory" +msgstr "" + +#: src/Content/Widget.php:159 +msgid "Networks" +msgstr "" + +#: src/Content/Widget.php:162 +msgid "All Networks" +msgstr "" + +#: src/Content/Widget.php:203 src/Content/Widget.php:243 +msgid "Everything" +msgstr "" + +#: src/Content/Widget.php:240 +msgid "Categories" +msgstr "" + +#: src/Content/Widget.php:307 +#, php-format +msgid "%d contact in common" +msgid_plural "%d contacts in common" +msgstr[0] "" +msgstr[1] "" + #: src/Content/ContactSelector.php:55 msgid "Frequently" msgstr "" @@ -8114,7 +8495,7 @@ msgstr "" msgid "Sex Addict" msgstr "" -#: src/Content/ContactSelector.php:169 src/Model/User.php:492 +#: src/Content/ContactSelector.php:169 src/Model/User.php:505 msgid "Friends" msgstr "" @@ -8202,407 +8583,6 @@ msgstr "" msgid "Ask me" msgstr "" -#: src/Content/Nav.php:53 -msgid "Nothing new here" -msgstr "" - -#: src/Content/Nav.php:57 -msgid "Clear notifications" -msgstr "" - -#: src/Content/Nav.php:105 -msgid "Personal notes" -msgstr "" - -#: src/Content/Nav.php:105 -msgid "Your personal notes" -msgstr "" - -#: src/Content/Nav.php:114 -msgid "Sign in" -msgstr "" - -#: src/Content/Nav.php:124 -msgid "Home Page" -msgstr "" - -#: src/Content/Nav.php:128 -msgid "Create an account" -msgstr "" - -#: src/Content/Nav.php:134 -msgid "Help and documentation" -msgstr "" - -#: src/Content/Nav.php:138 -msgid "Apps" -msgstr "" - -#: src/Content/Nav.php:138 -msgid "Addon applications, utilities, games" -msgstr "" - -#: src/Content/Nav.php:142 -msgid "Search site content" -msgstr "" - -#: src/Content/Nav.php:165 -msgid "Community" -msgstr "" - -#: src/Content/Nav.php:165 -msgid "Conversations on this and other servers" -msgstr "" - -#: src/Content/Nav.php:172 -msgid "Directory" -msgstr "" - -#: src/Content/Nav.php:172 -msgid "People directory" -msgstr "" - -#: src/Content/Nav.php:174 -msgid "Information about this friendica instance" -msgstr "" - -#: src/Content/Nav.php:179 -msgid "Network Reset" -msgstr "" - -#: src/Content/Nav.php:179 -msgid "Load Network page with no filters" -msgstr "" - -#: src/Content/Nav.php:186 -msgid "Friend Requests" -msgstr "" - -#: src/Content/Nav.php:190 -msgid "See all notifications" -msgstr "" - -#: src/Content/Nav.php:191 -msgid "Mark all system notifications seen" -msgstr "" - -#: src/Content/Nav.php:196 -msgid "Inbox" -msgstr "" - -#: src/Content/Nav.php:197 -msgid "Outbox" -msgstr "" - -#: src/Content/Nav.php:201 -msgid "Manage" -msgstr "" - -#: src/Content/Nav.php:201 -msgid "Manage other pages" -msgstr "" - -#: src/Content/Nav.php:209 src/Model/Profile.php:372 -msgid "Profiles" -msgstr "" - -#: src/Content/Nav.php:209 -msgid "Manage/Edit Profiles" -msgstr "" - -#: src/Content/Nav.php:217 -msgid "Site setup and configuration" -msgstr "" - -#: src/Content/Nav.php:220 -msgid "Navigation" -msgstr "" - -#: src/Content/Nav.php:220 -msgid "Site map" -msgstr "" - -#: src/Content/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 "Post Preview" -msgstr "" - -#: src/Content/Feature.php:89 -msgid "Allow previewing posts and comments before publishing them" -msgstr "" - -#: src/Content/Feature.php:90 -msgid "Auto-mention Forums" -msgstr "" - -#: src/Content/Feature.php:90 -msgid "" -"Add/remove mention when a forum page is selected/deselected in ACL window." -msgstr "" - -#: src/Content/Feature.php:95 -msgid "Network Sidebar Widgets" -msgstr "" - -#: src/Content/Feature.php:96 -msgid "Search by Date" -msgstr "" - -#: src/Content/Feature.php:96 -msgid "Ability to select posts by date ranges" -msgstr "" - -#: src/Content/Feature.php:97 src/Content/Feature.php:127 -msgid "List Forums" -msgstr "" - -#: src/Content/Feature.php:97 -msgid "Enable widget to display the forums your are connected with" -msgstr "" - -#: src/Content/Feature.php:98 -msgid "Group Filter" -msgstr "" - -#: src/Content/Feature.php:98 -msgid "Enable widget to display Network posts only from selected group" -msgstr "" - -#: src/Content/Feature.php:99 -msgid "Network Filter" -msgstr "" - -#: src/Content/Feature.php:99 -msgid "Enable widget to display Network posts only from selected network" -msgstr "" - -#: src/Content/Feature.php:100 -msgid "Save search terms for re-use" -msgstr "" - -#: src/Content/Feature.php:105 -msgid "Network Tabs" -msgstr "" - -#: src/Content/Feature.php:106 -msgid "Network Personal Tab" -msgstr "" - -#: src/Content/Feature.php:106 -msgid "Enable tab to display only Network posts that you've interacted on" -msgstr "" - -#: src/Content/Feature.php:107 -msgid "Network New Tab" -msgstr "" - -#: src/Content/Feature.php:107 -msgid "Enable tab to display only new Network posts (from the last 12 hours)" -msgstr "" - -#: src/Content/Feature.php:108 -msgid "Network Shared Links Tab" -msgstr "" - -#: src/Content/Feature.php:108 -msgid "Enable tab to display only Network posts with links in them" -msgstr "" - -#: src/Content/Feature.php:113 -msgid "Post/Comment Tools" -msgstr "" - -#: src/Content/Feature.php:114 -msgid "Multiple Deletion" -msgstr "" - -#: src/Content/Feature.php:114 -msgid "Select and delete multiple posts/comments at once" -msgstr "" - -#: src/Content/Feature.php:115 -msgid "Edit Sent Posts" -msgstr "" - -#: src/Content/Feature.php:115 -msgid "Edit and correct posts and comments after sending" -msgstr "" - -#: src/Content/Feature.php:116 -msgid "Tagging" -msgstr "" - -#: src/Content/Feature.php:116 -msgid "Ability to tag existing posts" -msgstr "" - -#: src/Content/Feature.php:117 -msgid "Post Categories" -msgstr "" - -#: src/Content/Feature.php:117 -msgid "Add categories to your posts" -msgstr "" - -#: src/Content/Feature.php:118 src/Content/Widget.php:200 -msgid "Saved Folders" -msgstr "" - -#: src/Content/Feature.php:118 -msgid "Ability to file posts under folders" -msgstr "" - -#: src/Content/Feature.php:119 -msgid "Dislike Posts" -msgstr "" - -#: src/Content/Feature.php:119 -msgid "Ability to dislike posts/comments" -msgstr "" - -#: src/Content/Feature.php:120 -msgid "Star Posts" -msgstr "" - -#: src/Content/Feature.php:120 -msgid "Ability to mark special posts with a star indicator" -msgstr "" - -#: src/Content/Feature.php:121 -msgid "Mute Post Notifications" -msgstr "" - -#: src/Content/Feature.php:121 -msgid "Ability to mute notifications for a thread" -msgstr "" - -#: src/Content/Feature.php:126 -msgid "Advanced Profile Settings" -msgstr "" - -#: src/Content/Feature.php:127 -msgid "Show visitors public community forums at the Advanced Profile Page" -msgstr "" - -#: src/Content/Feature.php:128 -msgid "Tag Cloud" -msgstr "" - -#: src/Content/Feature.php:128 -msgid "Provide a personal tag cloud on your profile page" -msgstr "" - -#: src/Content/Feature.php:129 -msgid "Display Membership Date" -msgstr "" - -#: src/Content/Feature.php:129 -msgid "Display membership date in profile" -msgstr "" - -#: src/Content/OEmbed.php:253 -msgid "Embedding disabled" -msgstr "" - -#: src/Content/OEmbed.php:373 -msgid "Embedded content" -msgstr "" - -#: src/Content/Widget.php:33 -msgid "Add New Contact" -msgstr "" - -#: src/Content/Widget.php:34 -msgid "Enter address or web location" -msgstr "" - -#: src/Content/Widget.php:35 -msgid "Example: bob@example.com, http://example.com/barbara" -msgstr "" - -#: src/Content/Widget.php:53 -#, php-format -msgid "%d invitation available" -msgid_plural "%d invitations available" -msgstr[0] "" -msgstr[1] "" - -#: src/Content/Widget.php:59 -msgid "Find People" -msgstr "" - -#: src/Content/Widget.php:60 -msgid "Enter name or interest" -msgstr "" - -#: src/Content/Widget.php:62 -msgid "Examples: Robert Morgenstein, Fishing" -msgstr "" - -#: src/Content/Widget.php:66 -msgid "Random Profile" -msgstr "" - -#: src/Content/Widget.php:68 -msgid "View Global Directory" -msgstr "" - -#: src/Content/Widget.php:159 -msgid "Networks" -msgstr "" - -#: src/Content/Widget.php:162 -msgid "All Networks" -msgstr "" - -#: src/Content/Widget.php:203 src/Content/Widget.php:243 -msgid "Everything" -msgstr "" - -#: src/Content/Widget.php:240 -msgid "Categories" -msgstr "" - -#: src/Content/Widget.php:307 -#, php-format -msgid "%d contact in common" -msgid_plural "%d contacts in common" -msgstr[0] "" -msgstr[1] "" - #: src/Database/DBStructure.php:32 msgid "There are no tables on MyISAM." msgstr "" @@ -8638,299 +8618,19 @@ msgstr "" msgid "Errors encountered performing database changes: " msgstr "" -#: src/Database/DBStructure.php:209 +#: src/Database/DBStructure.php:210 msgid ": Database update" msgstr "" -#: src/Database/DBStructure.php:458 +#: src/Database/DBStructure.php:460 #, php-format msgid "%s: updating %s table." msgstr "" -#: src/Model/Group.php:44 -msgid "" -"A deleted group with this name was revived. Existing item permissions " -"may 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:329 -msgid "Default privacy group for new contacts" -msgstr "" - -#: src/Model/Group.php:362 -msgid "Everybody" -msgstr "" - -#: src/Model/Group.php:382 -msgid "edit" -msgstr "" - -#: src/Model/Group.php:406 -msgid "Edit group" -msgstr "" - -#: src/Model/Group.php:407 -msgid "Contacts not in any group" -msgstr "" - -#: src/Model/Group.php:408 -msgid "Create a new group" -msgstr "" - -#: src/Model/Group.php:410 -msgid "Edit groups" -msgstr "" - #: src/Model/Mail.php:40 src/Model/Mail.php:174 msgid "[no subject]" msgstr "" -#: src/Model/User.php:142 -msgid "Login failed" -msgstr "" - -#: src/Model/User.php:173 -msgid "Not enough information to authenticate" -msgstr "" - -#: src/Model/User.php:319 -msgid "An invitation is required." -msgstr "" - -#: src/Model/User.php:323 -msgid "Invitation could not be verified." -msgstr "" - -#: src/Model/User.php:330 -msgid "Invalid OpenID url" -msgstr "" - -#: src/Model/User.php:343 src/Module/Login.php:100 -msgid "" -"We encountered a problem while logging in with the OpenID you provided. " -"Please check the correct spelling of the ID." -msgstr "" - -#: src/Model/User.php:343 src/Module/Login.php:100 -msgid "The error message was:" -msgstr "" - -#: src/Model/User.php:349 -msgid "Please enter the required information." -msgstr "" - -#: src/Model/User.php:362 -msgid "Please use a shorter name." -msgstr "" - -#: src/Model/User.php:365 -msgid "Name too short." -msgstr "" - -#: src/Model/User.php:373 -msgid "That doesn't appear to be your full (First Last) name." -msgstr "" - -#: src/Model/User.php:378 -msgid "Your email domain is not among those allowed on this site." -msgstr "" - -#: src/Model/User.php:382 -msgid "Not a valid email address." -msgstr "" - -#: src/Model/User.php:386 src/Model/User.php:394 -msgid "Cannot use that email." -msgstr "" - -#: src/Model/User.php:401 -msgid "Your nickname can only contain a-z, 0-9 and _." -msgstr "" - -#: src/Model/User.php:408 src/Model/User.php:464 -msgid "Nickname is already registered. Please choose another." -msgstr "" - -#: src/Model/User.php:418 -msgid "SERIOUS ERROR: Generation of security keys failed." -msgstr "" - -#: src/Model/User.php:451 src/Model/User.php:455 -msgid "An error occurred during registration. Please try again." -msgstr "" - -#: src/Model/User.php:480 -msgid "An error occurred creating your default profile. Please try again." -msgstr "" - -#: src/Model/User.php:487 -msgid "An error occurred creating your self contact. Please try again." -msgstr "" - -#: src/Model/User.php:496 -msgid "" -"An error occurred creating your default contact group. Please try again." -msgstr "" - -#: src/Model/User.php:570 -#, php-format -msgid "" -"\n" -"\t\t\tDear %1$s,\n" -"\t\t\t\tThank you for registering at %2$s. Your account is pending for " -"approval by the administrator.\n" -"\t\t" -msgstr "" - -#: src/Model/User.php:580 -#, php-format -msgid "Registration at %s" -msgstr "" - -#: src/Model/User.php:598 -#, 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:602 -#, php-format -msgid "" -"\n" -"\t\t\tThe login details are as follows:\n" -"\t\t\t\tSite Location:\t%3$s\n" -"\t\t\t\tLogin Name:\t%1$s\n" -"\t\t\t\tPassword:\t%5$s\n" -"\n" -"\t\t\tYou may change your password from your account Settings page after " -"logging\n" -"\t\t\tin.\n" -"\n" -"\t\t\tPlease take a few moments to review the other account settings on that " -"page.\n" -"\n" -"\t\t\tYou may also wish to add some basic information to your default " -"profile\n" -"\t\t\t(on the \"Profiles\" page) so that other people can easily find you.\n" -"\n" -"\t\t\tWe recommend setting your full name, adding a profile photo,\n" -"\t\t\tadding some profile keywords (very useful in making new friends) - " -"and\n" -"\t\t\tperhaps what country you live in; if you do not wish to be more " -"specific\n" -"\t\t\tthan that.\n" -"\n" -"\t\t\tWe fully respect your right to privacy, and none of these items are " -"necessary.\n" -"\t\t\tIf you are new and do not know anybody here, they may help\n" -"\t\t\tyou to make some new and interesting friends.\n" -"\n" -"\n" -"\t\t\tThank you and welcome to %2$s." -msgstr "" - -#: src/Model/Contact.php:559 -msgid "Drop Contact" -msgstr "" - -#: src/Model/Contact.php:962 -msgid "Organisation" -msgstr "" - -#: src/Model/Contact.php:965 -msgid "News" -msgstr "" - -#: src/Model/Contact.php:968 -msgid "Forum" -msgstr "" - -#: src/Model/Contact.php:1147 -msgid "Connect URL missing." -msgstr "" - -#: src/Model/Contact.php:1156 -msgid "" -"The contact could not be added. Please check the relevant network " -"credentials in your Settings -> Social Networks page." -msgstr "" - -#: src/Model/Contact.php:1184 -msgid "" -"This site is not configured to allow communications with other networks." -msgstr "" - -#: src/Model/Contact.php:1185 src/Model/Contact.php:1199 -msgid "No compatible communication protocols or feeds were discovered." -msgstr "" - -#: src/Model/Contact.php:1197 -msgid "The profile address specified does not provide adequate information." -msgstr "" - -#: src/Model/Contact.php:1202 -msgid "An author or name was not found." -msgstr "" - -#: src/Model/Contact.php:1205 -msgid "No browser URL could be matched to this address." -msgstr "" - -#: src/Model/Contact.php:1208 -msgid "" -"Unable to match @-style Identity Address with a known protocol or email " -"contact." -msgstr "" - -#: src/Model/Contact.php:1209 -msgid "Use mailto: in front of address to force email check." -msgstr "" - -#: src/Model/Contact.php:1215 -msgid "" -"The profile address specified belongs to a network which has been disabled " -"on this site." -msgstr "" - -#: src/Model/Contact.php:1220 -msgid "" -"Limited profile. This person will be unable to receive direct/personal " -"notifications from you." -msgstr "" - -#: src/Model/Contact.php:1290 -msgid "Unable to retrieve contact information." -msgstr "" - -#: src/Model/Contact.php:1502 -#, php-format -msgid "%s's birthday" -msgstr "" - -#: src/Model/Contact.php:1503 src/Protocol/DFRN.php:1398 -#, php-format -msgid "Happy Birthday %s" -msgstr "" - -#: src/Model/Item.php:1666 -#, php-format -msgid "%1$s is attending %2$s's %3$s" -msgstr "" - -#: src/Model/Item.php:1671 -#, php-format -msgid "%1$s is not attending %2$s's %3$s" -msgstr "" - -#: src/Model/Item.php:1676 -#, php-format -msgid "%1$s may attend %2$s's %3$s" -msgstr "" - #: src/Model/Profile.php:97 msgid "Requested account is not available." msgstr "" @@ -9049,41 +8749,509 @@ msgstr "" msgid "Only You Can See This" msgstr "" -#: src/Protocol/Diaspora.php:2584 -msgid "Sharing notification from Diaspora network" -msgstr "" - -#: src/Protocol/Diaspora.php:3660 -msgid "Attachments:" -msgstr "" - -#: src/Protocol/DFRN.php:1397 +#: src/Model/Item.php:1676 #, php-format -msgid "%s\\'s birthday" +msgid "%1$s is attending %2$s's %3$s" msgstr "" -#: src/Protocol/OStatus.php:1774 +#: src/Model/Item.php:1681 +#, php-format +msgid "%1$s is not attending %2$s's %3$s" +msgstr "" + +#: src/Model/Item.php:1686 +#, php-format +msgid "%1$s may attend %2$s's %3$s" +msgstr "" + +#: src/Model/Group.php:44 +msgid "" +"A deleted group with this name was revived. Existing item permissions " +"may apply to this group and any future members. If this is " +"not what you intended, please create another group with a different name." +msgstr "" + +#: src/Model/Group.php:328 +msgid "Default privacy group for new contacts" +msgstr "" + +#: src/Model/Group.php:361 +msgid "Everybody" +msgstr "" + +#: src/Model/Group.php:381 +msgid "edit" +msgstr "" + +#: src/Model/Group.php:405 +msgid "Edit group" +msgstr "" + +#: src/Model/Group.php:406 +msgid "Contacts not in any group" +msgstr "" + +#: src/Model/Group.php:407 +msgid "Create a new group" +msgstr "" + +#: src/Model/Group.php:409 +msgid "Edit groups" +msgstr "" + +#: src/Model/Contact.php:645 +msgid "Drop Contact" +msgstr "" + +#: src/Model/Contact.php:1048 +msgid "Organisation" +msgstr "" + +#: src/Model/Contact.php:1051 +msgid "News" +msgstr "" + +#: src/Model/Contact.php:1054 +msgid "Forum" +msgstr "" + +#: src/Model/Contact.php:1233 +msgid "Connect URL missing." +msgstr "" + +#: src/Model/Contact.php:1242 +msgid "" +"The contact could not be added. Please check the relevant network " +"credentials in your Settings -> Social Networks page." +msgstr "" + +#: src/Model/Contact.php:1289 +msgid "" +"This site is not configured to allow communications with other networks." +msgstr "" + +#: src/Model/Contact.php:1290 src/Model/Contact.php:1304 +msgid "No compatible communication protocols or feeds were discovered." +msgstr "" + +#: src/Model/Contact.php:1302 +msgid "The profile address specified does not provide adequate information." +msgstr "" + +#: src/Model/Contact.php:1307 +msgid "An author or name was not found." +msgstr "" + +#: src/Model/Contact.php:1310 +msgid "No browser URL could be matched to this address." +msgstr "" + +#: src/Model/Contact.php:1313 +msgid "" +"Unable to match @-style Identity Address with a known protocol or email " +"contact." +msgstr "" + +#: src/Model/Contact.php:1314 +msgid "Use mailto: in front of address to force email check." +msgstr "" + +#: src/Model/Contact.php:1320 +msgid "" +"The profile address specified belongs to a network which has been disabled " +"on this site." +msgstr "" + +#: src/Model/Contact.php:1325 +msgid "" +"Limited profile. This person will be unable to receive direct/personal " +"notifications from you." +msgstr "" + +#: src/Model/Contact.php:1376 +msgid "Unable to retrieve contact information." +msgstr "" + +#: src/Model/Contact.php:1588 +#, php-format +msgid "%s's birthday" +msgstr "" + +#: src/Model/Contact.php:1589 src/Protocol/DFRN.php:1478 +#, php-format +msgid "Happy Birthday %s" +msgstr "" + +#: src/Model/Event.php:53 src/Model/Event.php:70 src/Model/Event.php:419 +#: src/Model/Event.php:882 +msgid "Starts:" +msgstr "" + +#: src/Model/Event.php:56 src/Model/Event.php:76 src/Model/Event.php:420 +#: src/Model/Event.php:886 +msgid "Finishes:" +msgstr "" + +#: src/Model/Event.php:368 +msgid "all-day" +msgstr "" + +#: src/Model/Event.php:391 +msgid "Jun" +msgstr "" + +#: src/Model/Event.php:394 +msgid "Sept" +msgstr "" + +#: src/Model/Event.php:417 +msgid "No events to display" +msgstr "" + +#: src/Model/Event.php:543 +msgid "l, F j" +msgstr "" + +#: src/Model/Event.php:566 +msgid "Edit event" +msgstr "" + +#: src/Model/Event.php:567 +msgid "Duplicate event" +msgstr "" + +#: src/Model/Event.php:568 +msgid "Delete event" +msgstr "" + +#: src/Model/Event.php:815 +msgid "D g:i A" +msgstr "" + +#: src/Model/Event.php:816 +msgid "g:i A" +msgstr "" + +#: src/Model/Event.php:901 src/Model/Event.php:903 +msgid "Show map" +msgstr "" + +#: src/Model/Event.php:902 +msgid "Hide map" +msgstr "" + +#: src/Model/User.php:144 +msgid "Login failed" +msgstr "" + +#: src/Model/User.php:175 +msgid "Not enough information to authenticate" +msgstr "" + +#: src/Model/User.php:332 +msgid "An invitation is required." +msgstr "" + +#: src/Model/User.php:336 +msgid "Invitation could not be verified." +msgstr "" + +#: src/Model/User.php:343 +msgid "Invalid OpenID url" +msgstr "" + +#: src/Model/User.php:356 src/Module/Login.php:100 +msgid "" +"We encountered a problem while logging in with the OpenID you provided. " +"Please check the correct spelling of the ID." +msgstr "" + +#: src/Model/User.php:356 src/Module/Login.php:100 +msgid "The error message was:" +msgstr "" + +#: src/Model/User.php:362 +msgid "Please enter the required information." +msgstr "" + +#: src/Model/User.php:375 +msgid "Please use a shorter name." +msgstr "" + +#: src/Model/User.php:378 +msgid "Name too short." +msgstr "" + +#: src/Model/User.php:386 +msgid "That doesn't appear to be your full (First Last) name." +msgstr "" + +#: src/Model/User.php:391 +msgid "Your email domain is not among those allowed on this site." +msgstr "" + +#: src/Model/User.php:395 +msgid "Not a valid email address." +msgstr "" + +#: src/Model/User.php:399 src/Model/User.php:407 +msgid "Cannot use that email." +msgstr "" + +#: src/Model/User.php:414 +msgid "Your nickname can only contain a-z, 0-9 and _." +msgstr "" + +#: src/Model/User.php:421 src/Model/User.php:477 +msgid "Nickname is already registered. Please choose another." +msgstr "" + +#: src/Model/User.php:431 +msgid "SERIOUS ERROR: Generation of security keys failed." +msgstr "" + +#: src/Model/User.php:464 src/Model/User.php:468 +msgid "An error occurred during registration. Please try again." +msgstr "" + +#: src/Model/User.php:488 view/theme/duepuntozero/config.php:54 +msgid "default" +msgstr "" + +#: src/Model/User.php:493 +msgid "An error occurred creating your default profile. Please try again." +msgstr "" + +#: src/Model/User.php:500 +msgid "An error occurred creating your self contact. Please try again." +msgstr "" + +#: src/Model/User.php:509 +msgid "" +"An error occurred creating your default contact group. Please try again." +msgstr "" + +#: src/Model/User.php:583 +#, php-format +msgid "" +"\n" +"\t\t\tDear %1$s,\n" +"\t\t\t\tThank you for registering at %2$s. Your account is pending for " +"approval by the administrator.\n" +"\t\t" +msgstr "" + +#: src/Model/User.php:593 +#, php-format +msgid "Registration at %s" +msgstr "" + +#: src/Model/User.php:611 +#, php-format +msgid "" +"\n" +"\t\t\tDear %1$s,\n" +"\t\t\t\tThank you for registering at %2$s. Your account has been created.\n" +"\t\t" +msgstr "" + +#: src/Model/User.php:615 +#, php-format +msgid "" +"\n" +"\t\t\tThe login details are as follows:\n" +"\n" +"\t\t\tSite Location:\t%3$s\n" +"\t\t\tLogin Name:\t\t%1$s\n" +"\t\t\tPassword:\t\t%5$s\n" +"\n" +"\t\t\tYou may change your password from your account \"Settings\" page after " +"logging\n" +"\t\t\tin.\n" +"\n" +"\t\t\tPlease take a few moments to review the other account settings on that " +"page.\n" +"\n" +"\t\t\tYou may also wish to add some basic information to your default " +"profile\n" +"\t\t\t(on the \"Profiles\" page) so that other people can easily find you.\n" +"\n" +"\t\t\tWe recommend setting your full name, adding a profile photo,\n" +"\t\t\tadding some profile \"keywords\" (very useful in making new friends) - " +"and\n" +"\t\t\tperhaps what country you live in; if you do not wish to be more " +"specific\n" +"\t\t\tthan that.\n" +"\n" +"\t\t\tWe fully respect your right to privacy, and none of these items are " +"necessary.\n" +"\t\t\tIf you are new and do not know anybody here, they may help\n" +"\t\t\tyou to make some new and interesting friends.\n" +"\n" +"\t\t\tIf you ever want to delete your account, you can do so at %3$s/" +"removeme\n" +"\n" +"\t\t\tThank you and welcome to %2$s." +msgstr "" + +#: src/Protocol/OStatus.php:1799 #, php-format msgid "%s is now following %s." msgstr "" -#: src/Protocol/OStatus.php:1775 +#: src/Protocol/OStatus.php:1800 msgid "following" msgstr "" -#: src/Protocol/OStatus.php:1778 +#: src/Protocol/OStatus.php:1803 #, php-format msgid "%s stopped following %s." msgstr "" -#: src/Protocol/OStatus.php:1779 +#: src/Protocol/OStatus.php:1804 msgid "stopped following" msgstr "" -#: src/Worker/Delivery.php:391 +#: src/Protocol/DFRN.php:1477 +#, php-format +msgid "%s\\'s birthday" +msgstr "" + +#: src/Protocol/Diaspora.php:2651 +msgid "Sharing notification from Diaspora network" +msgstr "" + +#: src/Protocol/Diaspora.php:3738 +msgid "Attachments:" +msgstr "" + +#: src/Worker/Delivery.php:392 msgid "(no subject)" msgstr "" +#: src/Object/Post.php:128 +msgid "This entry was edited" +msgstr "" + +#: src/Object/Post.php:182 +msgid "save to folder" +msgstr "" + +#: src/Object/Post.php:235 +msgid "I will attend" +msgstr "" + +#: src/Object/Post.php:235 +msgid "I will not attend" +msgstr "" + +#: src/Object/Post.php:235 +msgid "I might attend" +msgstr "" + +#: src/Object/Post.php:263 +msgid "add star" +msgstr "" + +#: src/Object/Post.php:264 +msgid "remove star" +msgstr "" + +#: src/Object/Post.php:265 +msgid "toggle star status" +msgstr "" + +#: src/Object/Post.php:268 +msgid "starred" +msgstr "" + +#: src/Object/Post.php:274 +msgid "ignore thread" +msgstr "" + +#: src/Object/Post.php:275 +msgid "unignore thread" +msgstr "" + +#: src/Object/Post.php:276 +msgid "toggle ignore status" +msgstr "" + +#: src/Object/Post.php:285 +msgid "add tag" +msgstr "" + +#: src/Object/Post.php:296 +msgid "like" +msgstr "" + +#: src/Object/Post.php:297 +msgid "dislike" +msgstr "" + +#: src/Object/Post.php:300 +msgid "Share this" +msgstr "" + +#: src/Object/Post.php:300 +msgid "share" +msgstr "" + +#: src/Object/Post.php:365 +msgid "to" +msgstr "" + +#: src/Object/Post.php:366 +msgid "via" +msgstr "" + +#: src/Object/Post.php:367 +msgid "Wall-to-Wall" +msgstr "" + +#: src/Object/Post.php:368 +msgid "via Wall-To-Wall:" +msgstr "" + +#: src/Object/Post.php:427 +#, php-format +msgid "%d comment" +msgid_plural "%d comments" +msgstr[0] "" +msgstr[1] "" + +#: src/Object/Post.php:797 +msgid "Bold" +msgstr "" + +#: src/Object/Post.php:798 +msgid "Italic" +msgstr "" + +#: src/Object/Post.php:799 +msgid "Underline" +msgstr "" + +#: src/Object/Post.php:800 +msgid "Quote" +msgstr "" + +#: src/Object/Post.php:801 +msgid "Code" +msgstr "" + +#: src/Object/Post.php:802 +msgid "Image" +msgstr "" + +#: src/Object/Post.php:803 +msgid "Link" +msgstr "" + +#: src/Object/Post.php:804 +msgid "Video" +msgstr "" + #: src/Module/Login.php:282 msgid "Create a New Account" msgstr "" @@ -9124,142 +9292,203 @@ msgstr "" msgid "Logged out." msgstr "" -#: src/Object/Post.php:127 -msgid "This entry was edited" -msgstr "" - -#: src/Object/Post.php:181 -msgid "save to folder" -msgstr "" - -#: src/Object/Post.php:234 -msgid "I will attend" -msgstr "" - -#: src/Object/Post.php:234 -msgid "I will not attend" -msgstr "" - -#: src/Object/Post.php:234 -msgid "I might attend" -msgstr "" - -#: src/Object/Post.php:262 -msgid "add star" -msgstr "" - -#: src/Object/Post.php:263 -msgid "remove star" -msgstr "" - -#: src/Object/Post.php:264 -msgid "toggle star status" -msgstr "" - -#: src/Object/Post.php:267 -msgid "starred" -msgstr "" - -#: src/Object/Post.php:273 -msgid "ignore thread" -msgstr "" - -#: src/Object/Post.php:274 -msgid "unignore thread" -msgstr "" - -#: src/Object/Post.php:275 -msgid "toggle ignore status" -msgstr "" - -#: src/Object/Post.php:284 -msgid "add tag" -msgstr "" - -#: src/Object/Post.php:295 -msgid "like" -msgstr "" - -#: src/Object/Post.php:296 -msgid "dislike" -msgstr "" - -#: src/Object/Post.php:299 -msgid "Share this" -msgstr "" - -#: src/Object/Post.php:299 -msgid "share" -msgstr "" - -#: src/Object/Post.php:357 -msgid "to" -msgstr "" - -#: src/Object/Post.php:358 -msgid "via" -msgstr "" - -#: src/Object/Post.php:359 -msgid "Wall-to-Wall" -msgstr "" - -#: src/Object/Post.php:360 -msgid "via Wall-To-Wall:" -msgstr "" - -#: src/Object/Post.php:419 -#, php-format -msgid "%d comment" -msgid_plural "%d comments" -msgstr[0] "" -msgstr[1] "" - -#: src/Object/Post.php:789 -msgid "Bold" -msgstr "" - -#: src/Object/Post.php:790 -msgid "Italic" -msgstr "" - -#: src/Object/Post.php:791 -msgid "Underline" -msgstr "" - -#: src/Object/Post.php:792 -msgid "Quote" -msgstr "" - -#: src/Object/Post.php:793 -msgid "Code" -msgstr "" - -#: src/Object/Post.php:794 -msgid "Image" -msgstr "" - -#: src/Object/Post.php:795 -msgid "Link" -msgstr "" - -#: src/Object/Post.php:796 -msgid "Video" -msgstr "" - -#: src/App.php:513 +#: src/App.php:511 msgid "Delete this item?" msgstr "" -#: src/App.php:515 +#: src/App.php:513 msgid "show fewer" msgstr "" -#: index.php:441 +#: view/theme/duepuntozero/config.php:55 +msgid "greenzero" +msgstr "" + +#: view/theme/duepuntozero/config.php:56 +msgid "purplezero" +msgstr "" + +#: view/theme/duepuntozero/config.php:57 +msgid "easterbunny" +msgstr "" + +#: view/theme/duepuntozero/config.php:58 +msgid "darkzero" +msgstr "" + +#: view/theme/duepuntozero/config.php:59 +msgid "comix" +msgstr "" + +#: view/theme/duepuntozero/config.php:60 +msgid "slackr" +msgstr "" + +#: view/theme/duepuntozero/config.php:74 +msgid "Variations" +msgstr "" + +#: view/theme/frio/php/Image.php:25 +msgid "Repeat the image" +msgstr "" + +#: view/theme/frio/php/Image.php:25 +msgid "Will repeat your image to fill the background." +msgstr "" + +#: view/theme/frio/php/Image.php:27 +msgid "Stretch" +msgstr "" + +#: view/theme/frio/php/Image.php:27 +msgid "Will stretch to width/height of the image." +msgstr "" + +#: view/theme/frio/php/Image.php:29 +msgid "Resize fill and-clip" +msgstr "" + +#: view/theme/frio/php/Image.php:29 +msgid "Resize to fill and retain aspect ratio." +msgstr "" + +#: view/theme/frio/php/Image.php:31 +msgid "Resize best fit" +msgstr "" + +#: view/theme/frio/php/Image.php:31 +msgid "Resize to best fit and retain aspect ratio." +msgstr "" + +#: view/theme/frio/config.php:97 +msgid "Default" +msgstr "" + +#: view/theme/frio/config.php:109 +msgid "Note" +msgstr "" + +#: view/theme/frio/config.php:109 +msgid "Check image permissions if all users are allowed to visit the image" +msgstr "" + +#: view/theme/frio/config.php:116 +msgid "Select scheme" +msgstr "" + +#: view/theme/frio/config.php:117 +msgid "Navigation bar background color" +msgstr "" + +#: view/theme/frio/config.php:118 +msgid "Navigation bar icon color " +msgstr "" + +#: view/theme/frio/config.php:119 +msgid "Link color" +msgstr "" + +#: view/theme/frio/config.php:120 +msgid "Set the background color" +msgstr "" + +#: view/theme/frio/config.php:121 +msgid "Content background opacity" +msgstr "" + +#: view/theme/frio/config.php:122 +msgid "Set the background image" +msgstr "" + +#: view/theme/frio/config.php:127 +msgid "Login page background image" +msgstr "" + +#: view/theme/frio/config.php:130 +msgid "Login page background color" +msgstr "" + +#: view/theme/frio/config.php:130 +msgid "Leave background image and color empty for theme defaults" +msgstr "" + +#: view/theme/frio/theme.php:238 +msgid "Guest" +msgstr "" + +#: view/theme/frio/theme.php:243 +msgid "Visitor" +msgstr "" + +#: view/theme/quattro/config.php:76 +msgid "Alignment" +msgstr "" + +#: view/theme/quattro/config.php:76 +msgid "Left" +msgstr "" + +#: view/theme/quattro/config.php:76 +msgid "Center" +msgstr "" + +#: view/theme/quattro/config.php:77 +msgid "Color scheme" +msgstr "" + +#: view/theme/quattro/config.php:78 +msgid "Posts font size" +msgstr "" + +#: view/theme/quattro/config.php:79 +msgid "Textareas font size" +msgstr "" + +#: view/theme/vier/config.php:75 +msgid "Comma separated list of helper forums" +msgstr "" + +#: view/theme/vier/config.php:122 +msgid "Set style" +msgstr "" + +#: view/theme/vier/config.php:123 +msgid "Community Pages" +msgstr "" + +#: view/theme/vier/config.php:124 view/theme/vier/theme.php:150 +msgid "Community Profiles" +msgstr "" + +#: view/theme/vier/config.php:125 +msgid "Help or @NewHere ?" +msgstr "" + +#: view/theme/vier/config.php:126 view/theme/vier/theme.php:389 +msgid "Connect Services" +msgstr "" + +#: view/theme/vier/config.php:127 view/theme/vier/theme.php:199 +msgid "Find Friends" +msgstr "" + +#: view/theme/vier/config.php:128 view/theme/vier/theme.php:181 +msgid "Last users" +msgstr "" + +#: view/theme/vier/theme.php:200 +msgid "Local Directory" +msgstr "" + +#: view/theme/vier/theme.php:292 +msgid "Quick Start" +msgstr "" + +#: index.php:444 msgid "toggle mobile" msgstr "" -#: boot.php:786 +#: boot.php:791 #, php-format msgid "Update %s failed. See error logs." msgstr "" diff --git a/util/php2po.php b/util/php2po.php deleted file mode 100755 index e28c91daff..0000000000 --- a/util/php2po.php +++ /dev/null @@ -1,204 +0,0 @@ -#!/usr/bin/env php - - * - * Output to - */ - -DEFINE("NORM_REGEXP", "|[\\\]|"); - -$a = new stdClass(); - -if ($argc<2 || in_array('-h', $argv) || in_array('--h', $argv)) { - print "Usage: ".$argv[0]." [-p ] \n\n"; - print "Options:\n"; - print "p\tNumber of plural forms. Default: 2\n"; - print "\n"; - return; -} - -$phpfile = $argv[1]; -$pofile = dirname($phpfile)."/messages.po"; - -if (!file_exists($phpfile)){ - print "Unable to find '$phpfile'\n"; - return; -} - -// utility functions -function startsWith($haystack, $needle) { - // search backwards starting from haystack length characters from the end - return $needle === "" || strrpos($haystack, $needle, -strlen($haystack)) !== FALSE; -} - - -// start ! -include_once($phpfile); - -$out = ''; -$out .= "# FRIENDICA Distributed Social Network\n"; -$out .= "# Copyright (C) 2010, 2011, 2012, 2013 the Friendica Project\n"; -$out .= "# This file is distributed under the same license as the Friendica package.\n"; -$out .= "# \n"; -$out .= 'msgid ""' ."\n"; -$out .= 'msgstr ""' ."\n"; -$out .= '"Project-Id-Version: friendica\n"' ."\n"; -$out .= '"Report-Msgid-Bugs-To: \n"' ."\n"; -$out .= '"POT-Creation-Date: '. date("Y-m-d H:i:sO").'\n"' ."\n"; -$out .= '"MIME-Version: 1.0\n"' ."\n"; -$out .= '"Content-Type: text/plain; charset=UTF-8\n"' ."\n"; -$out .= '"Content-Transfer-Encoding: 8bit\n"' ."\n"; - -// search for plural info -$lang = ""; -$lang_logic = ""; -$lang_pnum = 2; - -$_idx = array_search('-p', $argv); -if ($_idx !== false) { - $lang_pnum = $argv[$_idx+1]; -} - -$infile = file($phpfile); -foreach($infile as $l) { - $l = trim($l); - if (startsWith($l, 'function string_plural_select_')) { - $lang = str_replace( 'function string_plural_select_' , '', str_replace( '($n){','', $l) ); - } - if (startsWith($l, 'return')) { - $lang_logic = str_replace( '$', '', trim( str_replace( 'return ' , '', $l) , ';') ); - break; - } -} - -echo "Language: $lang\n"; -echo "Plural forms: $lang_pnum\n"; -echo "Plural logic: $lang_logic;\n"; - -$out .= sprintf('"Language: %s\n"', $lang) ."\n"; -$out .= sprintf('"Plural-Forms: nplurals=%s; plural=%s;\n"', $lang_pnum, $lang_logic) ."\n"; -$out .= "\n"; - -print "\nLoading base message.po..."; - -// load base messages.po and extract msgids -$base_msgids = []; -$norm_base_msgids = []; -$base_f = file("util/messages.po"); -if (!$base_f) { - die("No base messages.po\n"); -} - -$_f = 0; -$_mid = ""; -$_mids = []; -foreach( $base_f as $l) { - $l = trim($l); - //~ print $l."\n"; - - if (startsWith($l, 'msgstr')) { - if ($_mid != '""') { - $base_msgids[$_mid] = $_mids; - $norm_base_msgids[preg_replace(NORM_REGEXP, "", $_mid)] = $_mid; - //~ print "\t\t\t".$_mid. print_r($base_msgids[$_mid], true); - } - - $_f = 0; - $_mid = ""; - $_mids = []; - - } - - if (startsWith($l, '"') && $_f==2) { - $_mids[count($_mids)-1] .= "\n".$l; - //~ print "\t\t+mids: ".print_t($_mids, true); - } - if (startsWith($l, 'msgid_plural ')) { - $_f = 2; - $_mids[] = str_replace('msgid_plural ', '' , $l); - //~ print "\t\t mids: ".print_r($_mids, true); - } - - if (startsWith($l, '"') && $_f==1) { - $_mid .= "\n".$l; - $_mids[count($_mids)-1] .= "\n".$l; - //~ print "\t+mid: $_mid \n"; - } - if (startsWith($l, 'msgid ')) { - $_f = 1; - $_mid = str_replace('msgid ', '' , $l); - $_mids = [$_mid]; - //~ print "\t mid: $_mid \n"; - } - //~ print "\t\t\t\t$_f\n\n"; -} - -print " done\n"; -print "Creating '$pofile'..."; -// create msgid and msgstr - -/** - * Get a string and retun a message.po ready text - * - replace " with \" - * - replace tab char with \t - * - manage multiline strings - */ -function massage_string($str) { - $str = str_replace('\\','\\\\',$str); - $str = str_replace('"','\"',$str); - $str = str_replace("\t",'\t',$str); - $str = str_replace("\n",'\n"'."\n".'"',$str); - if (strpos($str, "\n")!==false && $str[0]!=='"') $str = '"'."\n".$str; - $str = preg_replace("|\n([^\"])|", "\n\"$1", $str); - return sprintf('"%s"', $str); -} - -function find_original_msgid($str) { - global $norm_base_msgids; - $norm_str = preg_replace(NORM_REGEXP, "", $str); - if (array_key_exists($norm_str, $norm_base_msgids)) { - return $norm_base_msgids[$norm_str]; - } - return $str; -} - -$warnings = ""; -foreach($a->strings as $key=>$str) { - $msgid = massage_string($key); - - if (preg_match("|%[sd0-9](\$[sn])*|", $msgid)) { - $out .= "#, php-format\n"; - } - $msgid = find_original_msgid($msgid); - $out .= 'msgid '. $msgid . "\n"; - - if (is_array($str)) { - if (array_key_exists($msgid, $base_msgids) && isset($base_msgids[$msgid][1])) { - $out .= 'msgid_plural '. $base_msgids[$msgid][1] . "\n"; - } else { - $out .= 'msgid_plural '. $msgid . "\n"; - $warnings .= "[W] No source plural form for msgid:\n". str_replace("\n","\n\t", $msgid) . "\n\n"; - } - foreach ( $str as $n => $msgstr) { - $out .= 'msgstr['.$n.'] '. massage_string($msgstr) . "\n"; - } - } else { - $out .= 'msgstr '. massage_string($str) . "\n"; - } - - $out .= "\n"; - -} - -file_put_contents($pofile, $out); - -print " done\n"; - -if ($warnings=="") { - print "No warnings.\n"; -} else { - print $warnings; -} diff --git a/util/po2php.php b/util/po2php.php deleted file mode 100755 index 819f99b80b..0000000000 --- a/util/po2php.php +++ /dev/null @@ -1,151 +0,0 @@ -#!/usr/bin/env php -\n\n"; - return; - } - - $pofile = $argv[1]; - $outfile = dirname($pofile)."/strings.php"; - - if (strstr($outfile, 'util')) { - $lang = 'en'; - } else { - $lang = str_replace('-','_',basename(dirname($pofile))); - } - - if (!file_exists($pofile)) { - print "Unable to find '$pofile'\n"; - return; - } - - print "Out to '$outfile'\n"; - - $out = "strings["' . $k . '"] = '; - } - if ($inv) { - $inv = false; - $out .= '"' . $v . '"'; - } - - $v = substr($l, 8, $len - 10); - $v = preg_replace_callback($escape_s_exp, 'escape_s', $v); - $inv = true; - //$out .= $v; - } - if ($k != "" && substr($l, 0, 7) == "msgstr[") { - if ($ink) { - $ink = false; - $out .= '$a->strings["' . $k . '"] = '; - } - if ($inv) { - $inv = false; - $out .= '"' . $v . '"'; - } - - if (!$arr) { - $arr=True; - $out .= "[\n"; - } - $match = []; - preg_match("|\[([0-9]*)\] (.*)|", $l, $match); - $out .= "\t" - . preg_replace_callback($escape_s_exp, 'escape_s', $match[1]) - . " => " - . preg_replace_callback($escape_s_exp, 'escape_s', $match[2]) - . ",\n"; - } - - if (substr($l, 0, 6) == "msgid_") { - $ink = false; - $out .= '$a->strings["' . $k . '"] = '; - } - - if ($ink) { - $k .= trim($l, "\"\r\n"); - $k = preg_replace_callback($escape_s_exp, 'escape_s', $k); - //$out .= '$a->strings['.$k.'] = '; - } - - if (substr($l, 0, 6) == "msgid ") { - if ($inv) { - $inv = false; - $out .= '"' . $v . '"'; - } - if ($k != "") { - $out .= ($arr) ? "];\n" : ";\n"; - } - $arr = false; - $k = str_replace("msgid ", "", $l); - if ($k != '""') { - $k = trim($k, "\"\r\n"); - } else { - $k = ""; - } - - $k = preg_replace_callback($escape_s_exp, 'escape_s', $k); - $ink = true; - } - - if ($inv && substr($l, 0, 6) != "msgstr") { - $v .= trim($l, "\"\r\n"); - $v = preg_replace_callback($escape_s_exp, 'escape_s', $v); - //$out .= '$a->strings['.$k.'] = '; - } - - - } - - if ($inv) { - $inv = false; - $out .= '"' . $v . '"'; - } - if ($k != "") { - $out .= ($arr ? "];\n" : ";\n"); - } - - $out = str_replace(DQ_ESCAPE, '\"', $out); - file_put_contents($outfile, $out); - -} - -if (array_search(__FILE__, get_included_files()) === 0) { - po2php_run($_SERVER["argv"],$_SERVER["argc"]); -} diff --git a/util/typo.php b/util/typo.php deleted file mode 100755 index 313033f3e5..0000000000 --- a/util/typo.php +++ /dev/null @@ -1,79 +0,0 @@ -#!/usr/bin/env php -config, 'php_path')) { - $phpath = $a->config['php_path']; -} else { - $phpath = 'php'; -} - -echo 'Directory: src' . PHP_EOL; -$Iterator = new RecursiveDirectoryIterator('src'); - -foreach (new RecursiveIteratorIterator($Iterator) as $file) { - if (substr($file, -4) === '.php') { - passthru("$phpath -l $file", $ret); - $ret === 0 || die(); - } -} - -echo "Directory: mod\n"; -$files = glob('mod/*.php'); -foreach ($files as $file) { - passthru("$phpath -l $file", $ret); - $ret === 0 || die(); -} - -echo "Directory: include\n"; -$files = glob('include/*.php'); -foreach ($files as $file) { - passthru("$phpath -l $file", $ret); - $ret === 0 || die(); -} - -echo "Directory: object\n"; -$files = glob('object/*.php'); -foreach ($files as $file) { - passthru("$phpath -l $file", $ret); - $ret === 0 || die(); -} - -echo "Directory: addon\n"; -$dirs = glob('addon/*'); - -foreach ($dirs as $dir) { - $addon = basename($dir); - $files = glob($dir . '/' . $addon . '.php'); - foreach ($files as $file) { - passthru("$phpath -l $file", $ret); - $ret === 0 || die(); - } -} - -echo "String files\n"; - -echo 'util/strings.php' . "\n"; -passthru("$phpath -l util/strings.php", $ret); -$ret === 0 || die(); - -$files = glob('view/lang/*/strings.php'); -foreach ($files as $file) { - passthru("$phpath -l $file", $ret); - $ret === 0 || die(); -} diff --git a/view/.htaccess b/view/.htaccess index 04cd546856..6871f09274 100644 --- a/view/.htaccess +++ b/view/.htaccess @@ -1,5 +1,5 @@ - + #Apache 2.4 Require all denied @@ -8,3 +8,18 @@ Deny from all + + + ExpiresActive On + ExpiresByType image/gif "access plus 1 year" + ExpiresByType image/jpeg "access plus 1 year" + ExpiresByType image/png "access plus 1 year" + ExpiresByType application/javascript "access plus 1 month" + ExpiresByType text/javascript "access plus 1 month" + ExpiresByType text/css "access plus 1 month" + + + + Header set Cache-Control "public" + + \ No newline at end of file diff --git a/view/global.css b/view/global.css index ef76b5ffbe..30dbeeff09 100644 --- a/view/global.css +++ b/view/global.css @@ -201,6 +201,10 @@ blockquote.shared_content { content: ' »'; } +#profile-photo-wrapper { + overflow: hidden; +} + /* headers */ h1, h2, h3, h4, h5, h6 { margin: 5px 0px 5px 0px; diff --git a/view/js/autocomplete.js b/view/js/autocomplete.js index 219ad794bc..885c38d6da 100644 --- a/view/js/autocomplete.js +++ b/view/js/autocomplete.js @@ -77,6 +77,10 @@ function contact_format(item) { return "
    " + item.text + "
    "; } +function tag_format(item) { + return ""; +} + function editor_replace(item) { if (typeof item.replace !== 'undefined') { return '$1$2' + item.replace; @@ -212,6 +216,23 @@ function string2bb(element) { template: contact_format, }; + // Autocomplete hashtags + tags = { + match: /(^|\s)(\#)([^ \n]{2,})$/, + index: 3, + search: function(term, callback) { + $.getJSON(baseurl + '/hashtag/' + '?f=&t=' + term) + .done(function(data) { + callback($.map(data, function(entry) { + // .toLowerCase() enables case-insensitive search + return entry.text.toLowerCase().indexOf(term.toLowerCase()) === 0 ? entry : null; + })); + }); + }, + replace: function(item) { return "$1$2" + item.text + ' '; }, + template: tag_format + }; + // Autocomplete smilies e.g. ":like" smilies = { match: /(^|\s)(:[a-z]{2,})$/, @@ -222,7 +243,7 @@ function string2bb(element) { }; this.attr('autocomplete','off'); - this.textcomplete([contacts, forums, smilies], {className:'acpopup', zIndex:10000}); + this.textcomplete([contacts, forums, smilies, tags], {className:'acpopup', zIndex:10000}); }; })( jQuery ); @@ -248,8 +269,18 @@ function string2bb(element) { replace: webbie_replace, template: contact_format, }; + + // Autocomplete hashtags + tags = { + match: /(^|\s)(\#)([^ \n]{2,})$/, + index: 3, + search: function(term, callback) { $.getJSON(baseurl + '/hashtag/' + '?f=&t=' + term).done(function(data) { callback($.map(data, function(entry) { return entry.text.indexOf(term) === 0 ? entry : null; })); }); }, + replace: function(item) { return "$1$2" + item.text; }, + template: tag_format + }; + this.attr('autocomplete', 'off'); - var a = this.textcomplete([contacts, community], {className:'acpopup', maxCount:100, zIndex: 10000, appendTo:'nav'}); + var a = this.textcomplete([contacts, community, tags], {className:'acpopup', maxCount:100, zIndex: 10000, appendTo:'nav'}); a.on('textComplete:select', function(e, value, strategy) { submit_form(this); }); }; })( jQuery ); diff --git a/view/js/cropper/cropper.css b/view/js/cropper/cropper.css deleted file mode 100644 index c2e759818a..0000000000 --- a/view/js/cropper/cropper.css +++ /dev/null @@ -1,182 +0,0 @@ -.imgCrop_wrap { - /* width: 500px; @done_in_js */ - /* height: 375px; @done_in_js */ - position: relative; - cursor: crosshair; -} - -/* an extra classname is applied for Opera < 9.0 to fix it's lack of opacity support */ -.imgCrop_wrap.opera8 .imgCrop_overlay, -.imgCrop_wrap.opera8 .imgCrop_clickArea { - background-color: transparent; -} - -/* fix for IE displaying all boxes at line-height by default, although they are still 1 pixel high until we combine them with the pointless span */ -.imgCrop_wrap, -.imgCrop_wrap * { - font-size: 0; -} - -.imgCrop_overlay { - background-color: #000; - opacity: 0.5; - filter:alpha(opacity=50); - position: absolute; - width: 100%; - height: 100%; -} - -.imgCrop_selArea { - position: absolute; - /* @done_in_js - top: 20px; - left: 20px; - width: 200px; - height: 200px; - background: transparent url(castle.jpg) no-repeat -210px -110px; - */ - cursor: move; - z-index: 2; -} - -/* clickArea is all a fix for IE 5.5 & 6 to allow the user to click on the given area */ -.imgCrop_clickArea { - width: 100%; - height: 100%; - background-color: #FFF; - opacity: 0.01; - filter:alpha(opacity=01); -} - -.imgCrop_marqueeHoriz { - position: absolute; - width: 100%; - height: 1px; - background: transparent url(marqueeHoriz.gif) repeat-x 0 0; - z-index: 3; -} - -.imgCrop_marqueeVert { - position: absolute; - height: 100%; - width: 1px; - background: transparent url(marqueeVert.gif) repeat-y 0 0; - z-index: 3; -} - -/* - * FIX MARCHING ANTS IN IE - * As IE <6 tries to load background images we can uncomment the follwoing hack - * to remove that issue, not as pretty - but is anything in IE? - * And yes I do know that 'filter' is evil, but it will make it look semi decent in IE - * -* html .imgCrop_marqueeHoriz, -* html .imgCrop_marqueeVert { - background: transparent; - filter: Invert; -} -* html .imgCrop_marqueeNorth { border-top: 1px dashed #000; } -* html .imgCrop_marqueeEast { border-right: 1px dashed #000; } -* html .imgCrop_marqueeSouth { border-bottom: 1px dashed #000; } -* html .imgCrop_marqueeWest { border-left: 1px dashed #000; } -*/ - -.imgCrop_marqueeNorth { top: 0; left: 0; } -.imgCrop_marqueeEast { top: 0; right: 0; } -.imgCrop_marqueeSouth { bottom: 0px; left: 0; } -.imgCrop_marqueeWest { top: 0; left: 0; } - - -.imgCrop_handle { - position: absolute; - border: 1px solid #333; - width: 6px; - height: 6px; - background: #FFF; - opacity: 0.5; - filter:alpha(opacity=50); - z-index: 4; -} - -/* fix IE 5 box model */ -* html .imgCrop_handle { - width: 8px; - height: 8px; - wid\th: 6px; - hei\ght: 6px; -} - -.imgCrop_handleN { - top: -3px; - left: 0; - /* margin-left: 49%; @done_in_js */ - cursor: n-resize; -} - -.imgCrop_handleNE { - top: -3px; - right: -3px; - cursor: ne-resize; -} - -.imgCrop_handleE { - top: 0; - right: -3px; - /* margin-top: 49%; @done_in_js */ - cursor: e-resize; -} - -.imgCrop_handleSE { - right: -3px; - bottom: -3px; - cursor: se-resize; -} - -.imgCrop_handleS { - right: 0; - bottom: -3px; - /* margin-right: 49%; @done_in_js */ - cursor: s-resize; -} - -.imgCrop_handleSW { - left: -3px; - bottom: -3px; - cursor: sw-resize; -} - -.imgCrop_handleW { - top: 0; - left: -3px; - /* margin-top: 49%; @done_in_js */ - cursor: w-resize; -} - -.imgCrop_handleNW { - top: -3px; - left: -3px; - cursor: nw-resize; -} - -/** - * Create an area to click & drag around on as the default browser behaviour is to let you drag the image - */ -.imgCrop_dragArea { - width: 100%; - height: 100%; - z-index: 200; - position: absolute; - top: 0; - left: 0; -} - -.imgCrop_previewWrap { - /* width: 200px; @done_in_js */ - /* height: 200px; @done_in_js */ - overflow: hidden; - position: relative; -} - -.imgCrop_previewWrap img { - position: absolute; -} \ No newline at end of file diff --git a/view/js/cropper/cropper.html b/view/js/cropper/cropper.html deleted file mode 100644 index ebdf1ffc26..0000000000 --- a/view/js/cropper/cropper.html +++ /dev/null @@ -1,228 +0,0 @@ - 1. - - 2. - - 3. - - -Options - -ratioDim obj - The pixel dimensions to apply as a restrictive ratio, with properties x & y. -minWidth int - The minimum width for the select area in pixels. -minHeight int - The mimimum height for the select area in pixels. -maxWidth int - The maximum width for the select areas in pixels (if both minWidth & maxWidth set to same the width of the cropper will be fixed) -maxHeight int - The maximum height for the select areas in pixels (if both minHeight & maxHeight set to same the height of the cropper will be fixed) -displayOnInit int - Whether to display the select area on initialisation, only used when providing minimum width & height or ratio. -onEndCrop func - The callback function to provide the crop details to on end of a crop. -captureKeys boolean - Whether to capture the keys for moving the select area, as these can cause some problems at the moment. -onloadCoords obj - A coordinates object with properties x1, y1, x2 & y2; for the coordinates of the select area to display onload - -The callback function - -The callback function is a function that allows you to capture the crop co-ordinates when the user finished a crop movement, it is passed two arguments: - - * coords, obj, coordinates object with properties x1, y1, x2 & y2; for the coordinates of the select area. - * dimensions, obj, dimensions object with properities width & height; for the dimensions of the select area. - -An example function which outputs the crop values to form fields: -Display code as plain text -JavaScript: - - 1. - function onEndCrop( coords, dimensions ) { - 2. - $PR( 'x1' ).value = coords.x1; - 3. - $PR( 'y1' ).value = coords.y1; - 4. - $PR( 'x2' ).value = coords.x2; - 5. - $PR( 'y2' ).value = coords.y2; - 6. - $PR( 'width' ).value = dimensions.width; - 7. - $PR( 'height' ).value = dimensions.height; - 8. - } - -Basic interface - -This basic example will attach the cropper UI to the test image and return crop results to the provided callback function. -Display code as plain text -HTML: - - 1. - Test image - 2. - - 3. - - -Minimum dimensions - -You can apply minimum dimensions to a single axis or both, this example applies minimum dimensions to both axis. -Display code as plain text -HTML: - - 1. - Test image - 2. - - 3. - - -Select area ratio - -You can apply a ratio to the selection area, this example applies a 4:3 ratio to the select area. -Display code as plain text -HTML: - - 1. - Test image - 2. - - 3. - - -With crop preview - -You can display a dynamically prouced preview of the resulting crop by using the ImgWithPreview subclass, a preview can only be displayed when we have a fixed size (set via minWidth & minHeight options). Note that the displayOnInit option is not required as this is the default behaviour when displaying a crop preview. -Display code as plain text -HTML: - - 1. - Test image - 2. -
    - 3. - - 4. - - -Known Issues - - * Safari animated gifs, only one of each will animate, this seems to be a known Safari issue. - * After drawing an area and then clicking to start a new drag in IE 5.5 the rendered height appears as the last height until the user drags, this appears to be the related to another IE error (which has been fixed) where IE does not always redraw the select area properly. - * Lack of CSS opacity support in Opera before version 9 mean we disable those style rules, if Opera 8 support is important you & you want the overlay to work then you can use the Opera rules in the CSS to apply a black PNG with 50% alpha transparency to replicate the effect. - * Styling & borders on image, any CSS styling applied directly to the image itself (floats, borders, padding, margin, etc.) will cause problems with the cropper. The use of a wrapper element to apply these styles to is recommended. - * overflow: auto or overflow: scroll on parent will cause cropper to burst out of parent in IE and Opera when applied (maybe Mac browsers too) I'm not sure why yet. - -If you use CakePHP you will notice that including this in your script will break the CSS layout. This is due to the CSS rule - -form div{ -vertical-align: text-top; -margin-left: 1em; -margin-bottom:2em; -overflow: auto; -} - -A simple workaround is to add another rule directly after this like so: - -form div.no_cake, form div.no_cake div { -margin:0; -overflow:hidden; -} - -and then in your code surround the img tag with a div with the class name of no_cake. - -Cheers - diff --git a/view/js/cropper/cropper.js b/view/js/cropper/cropper.js deleted file mode 100644 index 427a9ba0a2..0000000000 --- a/view/js/cropper/cropper.js +++ /dev/null @@ -1,568 +0,0 @@ -/** - * Copyright (c) 2006, David Spurr (http://www.defusion.org.uk/) - * All rights reserved. - * - * Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: - * - * * Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. - * * Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. - * * Neither the name of the David Spurr nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. - * - * http://www.opensource.org/licenses/bsd-license.php - * - * See scriptaculous.js for full scriptaculous licence - * - * Modified 2013/06/01 Zach P to change $() to $PR() for eliminating conflicts with jQuery - */ - -var CropDraggable=Class.create(); -Object.extend(Object.extend(CropDraggable.prototype,Draggable.prototype),{initialize:function(_1){ -this.options=Object.extend({drawMethod:function(){ -}},arguments[1]||{}); -this.element=$PR(_1); -this.handle=this.element; -this.delta=this.currentDelta(); -this.dragging=false; -this.eventMouseDown=this.initDrag.bindAsEventListener(this); -Event.observe(this.handle,"mousedown",this.eventMouseDown); -Draggables.register(this); -},draw:function(_2){ -var _3=Position.cumulativeOffset(this.element); -var d=this.currentDelta(); -_3[0]-=d[0]; -_3[1]-=d[1]; -var p=[0,1].map(function(i){ -return (_2[i]-_3[i]-this.offset[i]); -}.bind(this)); -this.options.drawMethod(p); -}}); -var Cropper={}; -Cropper.Img=Class.create(); -Cropper.Img.prototype={initialize:function(_7,_8){ -this.options=Object.extend({ratioDim:{x:0,y:0},minWidth:0,minHeight:0,displayOnInit:false,onEndCrop:Prototype.emptyFunction,captureKeys:true,onloadCoords:null,maxWidth:0,maxHeight:0},_8||{}); -this.img=$PR(_7); -this.clickCoords={x:0,y:0}; -this.dragging=false; -this.resizing=false; -this.isWebKit=/Konqueror|Safari|KHTML/.test(navigator.userAgent); -this.isIE=/MSIE/.test(navigator.userAgent); -this.isOpera8=/Opera\s[1-8]/.test(navigator.userAgent); -this.ratioX=0; -this.ratioY=0; -this.attached=false; -this.fixedWidth=(this.options.maxWidth>0&&(this.options.minWidth>=this.options.maxWidth)); -this.fixedHeight=(this.options.maxHeight>0&&(this.options.minHeight>=this.options.maxHeight)); -if(typeof this.img=="undefined"){ -return; -} -$A(document.getElementsByTagName("script")).each(function(s){ -if(s.src.match(/cropper\.js/)){ -var _a=s.src.replace(/cropper\.js(.*)?/,""); -var _b=document.createElement("link"); -_b.rel="stylesheet"; -_b.type="text/css"; -_b.href=_a+"cropper.css"; -_b.media="screen"; -document.getElementsByTagName("head")[0].appendChild(_b); -} -}); -if(this.options.ratioDim.x>0&&this.options.ratioDim.y>0){ -var _c=this.getGCD(this.options.ratioDim.x,this.options.ratioDim.y); -this.ratioX=this.options.ratioDim.x/_c; -this.ratioY=this.options.ratioDim.y/_c; -} -this.subInitialize(); -if(this.img.complete||this.isWebKit){ -this.onLoad(); -}else{ -Event.observe(this.img,"load",this.onLoad.bindAsEventListener(this)); -} -},getGCD:function(a,b){ -if(b==0){ -return a; -} -return this.getGCD(b,a%b); -},onLoad:function(){ -var _f="imgCrop_"; -var _10=this.img.parentNode; -var _11=""; -if(this.isOpera8){ -_11=" opera8"; -} -this.imgWrap=Builder.node("div",{"class":_f+"wrap"+_11}); -this.north=Builder.node("div",{"class":_f+"overlay "+_f+"north"},[Builder.node("span")]); -this.east=Builder.node("div",{"class":_f+"overlay "+_f+"east"},[Builder.node("span")]); -this.south=Builder.node("div",{"class":_f+"overlay "+_f+"south"},[Builder.node("span")]); -this.west=Builder.node("div",{"class":_f+"overlay "+_f+"west"},[Builder.node("span")]); -var _12=[this.north,this.east,this.south,this.west]; -this.dragArea=Builder.node("div",{"class":_f+"dragArea"},_12); -this.handleN=Builder.node("div",{"class":_f+"handle "+_f+"handleN"}); -this.handleNE=Builder.node("div",{"class":_f+"handle "+_f+"handleNE"}); -this.handleE=Builder.node("div",{"class":_f+"handle "+_f+"handleE"}); -this.handleSE=Builder.node("div",{"class":_f+"handle "+_f+"handleSE"}); -this.handleS=Builder.node("div",{"class":_f+"handle "+_f+"handleS"}); -this.handleSW=Builder.node("div",{"class":_f+"handle "+_f+"handleSW"}); -this.handleW=Builder.node("div",{"class":_f+"handle "+_f+"handleW"}); -this.handleNW=Builder.node("div",{"class":_f+"handle "+_f+"handleNW"}); -this.selArea=Builder.node("div",{"class":_f+"selArea"},[Builder.node("div",{"class":_f+"marqueeHoriz "+_f+"marqueeNorth"},[Builder.node("span")]),Builder.node("div",{"class":_f+"marqueeVert "+_f+"marqueeEast"},[Builder.node("span")]),Builder.node("div",{"class":_f+"marqueeHoriz "+_f+"marqueeSouth"},[Builder.node("span")]),Builder.node("div",{"class":_f+"marqueeVert "+_f+"marqueeWest"},[Builder.node("span")]),this.handleN,this.handleNE,this.handleE,this.handleSE,this.handleS,this.handleSW,this.handleW,this.handleNW,Builder.node("div",{"class":_f+"clickArea"})]); -this.imgWrap.appendChild(this.img); -this.imgWrap.appendChild(this.dragArea); -this.dragArea.appendChild(this.selArea); -this.dragArea.appendChild(Builder.node("div",{"class":_f+"clickArea"})); -_10.appendChild(this.imgWrap); -this.startDragBind=this.startDrag.bindAsEventListener(this); -Event.observe(this.dragArea,"mousedown",this.startDragBind); -this.onDragBind=this.onDrag.bindAsEventListener(this); -Event.observe(document,"mousemove",this.onDragBind); -this.endCropBind=this.endCrop.bindAsEventListener(this); -Event.observe(document,"mouseup",this.endCropBind); -this.resizeBind=this.startResize.bindAsEventListener(this); -this.handles=[this.handleN,this.handleNE,this.handleE,this.handleSE,this.handleS,this.handleSW,this.handleW,this.handleNW]; -this.registerHandles(true); -if(this.options.captureKeys){ -this.keysBind=this.handleKeys.bindAsEventListener(this); -Event.observe(document,"keypress",this.keysBind); -} -new CropDraggable(this.selArea,{drawMethod:this.moveArea.bindAsEventListener(this)}); -this.setParams(); -},registerHandles:function(_13){ -for(var i=0;i0&&this.options.ratioDim.y>0){ -_1a.x1=Math.ceil((this.imgW-this.options.ratioDim.x)/2); -_1a.y1=Math.ceil((this.imgH-this.options.ratioDim.y)/2); -_1a.x2=_1a.x1+this.options.ratioDim.x; -_1a.y2=_1a.y1+this.options.ratioDim.y; -_1b=true; -} -} -this.setAreaCoords(_1a,false,false,1); -if(this.options.displayOnInit&&_1b){ -this.selArea.show(); -this.drawArea(); -this.endCrop(); -} -this.attached=true; -},remove:function(){ -if(this.attached){ -this.attached=false; -this.imgWrap.parentNode.insertBefore(this.img,this.imgWrap); -this.imgWrap.parentNode.removeChild(this.imgWrap); -Event.stopObserving(this.dragArea,"mousedown",this.startDragBind); -Event.stopObserving(document,"mousemove",this.onDragBind); -Event.stopObserving(document,"mouseup",this.endCropBind); -this.registerHandles(false); -if(this.options.captureKeys){ -Event.stopObserving(document,"keypress",this.keysBind); -} -} -},reset:function(){ -if(!this.attached){ -this.onLoad(); -}else{ -this.setParams(); -} -this.endCrop(); -},handleKeys:function(e){ -var dir={x:0,y:0}; -if(!this.dragging){ -switch(e.keyCode){ -case (37): -dir.x=-1; -break; -case (38): -dir.y=-1; -break; -case (39): -dir.x=1; -break; -case (40): -dir.y=1; -break; -} -if(dir.x!=0||dir.y!=0){ -if(e.shiftKey){ -dir.x*=10; -dir.y*=10; -} -this.moveArea([this.areaCoords.x1+dir.x,this.areaCoords.y1+dir.y]); -Event.stop(e); -} -} -},calcW:function(){ -return (this.areaCoords.x2-this.areaCoords.x1); -},calcH:function(){ -return (this.areaCoords.y2-this.areaCoords.y1); -},moveArea:function(_1e){ -this.setAreaCoords({x1:_1e[0],y1:_1e[1],x2:_1e[0]+this.calcW(),y2:_1e[1]+this.calcH()},true,false); -this.drawArea(); -},cloneCoords:function(_1f){ -return {x1:_1f.x1,y1:_1f.y1,x2:_1f.x2,y2:_1f.y2}; -},setAreaCoords:function(_20,_21,_22,_23,_24){ -if(_21){ -var _25=_20.x2-_20.x1; -var _26=_20.y2-_20.y1; -if(_20.x1<0){ -_20.x1=0; -_20.x2=_25; -} -if(_20.y1<0){ -_20.y1=0; -_20.y2=_26; -} -if(_20.x2>this.imgW){ -_20.x2=this.imgW; -_20.x1=this.imgW-_25; -} -if(_20.y2>this.imgH){ -_20.y2=this.imgH; -_20.y1=this.imgH-_26; -} -}else{ -if(_20.x1<0){ -_20.x1=0; -} -if(_20.y1<0){ -_20.y1=0; -} -if(_20.x2>this.imgW){ -_20.x2=this.imgW; -} -if(_20.y2>this.imgH){ -_20.y2=this.imgH; -} -if(_23!=null){ -if(this.ratioX>0){ -this.applyRatio(_20,{x:this.ratioX,y:this.ratioY},_23,_24); -}else{ -if(_22){ -this.applyRatio(_20,{x:1,y:1},_23,_24); -} -} -var _27=[this.options.minWidth,this.options.minHeight]; -var _28=[this.options.maxWidth,this.options.maxHeight]; -if(_27[0]>0||_27[1]>0||_28[0]>0||_28[1]>0){ -var _29={a1:_20.x1,a2:_20.x2}; -var _2a={a1:_20.y1,a2:_20.y2}; -var _2b={min:0,max:this.imgW}; -var _2c={min:0,max:this.imgH}; -if((_27[0]!=0||_27[1]!=0)&&_22){ -if(_27[0]>0){ -_27[1]=_27[0]; -}else{ -if(_27[1]>0){ -_27[0]=_27[1]; -} -} -} -if((_28[0]!=0||_28[0]!=0)&&_22){ -if(_28[0]>0&&_28[0]<=_28[1]){ -_28[1]=_28[0]; -}else{ -if(_28[1]>0&&_28[1]<=_28[0]){ -_28[0]=_28[1]; -} -} -} -if(_27[0]>0){ -this.applyDimRestriction(_29,_27[0],_23.x,_2b,"min"); -} -if(_27[1]>1){ -this.applyDimRestriction(_2a,_27[1],_23.y,_2c,"min"); -} -if(_28[0]>0){ -this.applyDimRestriction(_29,_28[0],_23.x,_2b,"max"); -} -if(_28[1]>1){ -this.applyDimRestriction(_2a,_28[1],_23.y,_2c,"max"); -} -_20={x1:_29.a1,y1:_2a.a1,x2:_29.a2,y2:_2a.a2}; -} -} -} -this.areaCoords=_20; -},applyDimRestriction:function(_2d,val,_2f,_30,_31){ -var _32; -if(_31=="min"){ -_32=((_2d.a2-_2d.a1)val); -} -if(_32){ -if(_2f==1){ -_2d.a2=_2d.a1+val; -}else{ -_2d.a1=_2d.a2-val; -} -if(_2d.a1<_30.min){ -_2d.a1=_30.min; -_2d.a2=val; -}else{ -if(_2d.a2>_30.max){ -_2d.a1=_30.max-val; -_2d.a2=_30.max; -} -} -} -},applyRatio:function(_33,_34,_35,_36){ -var _37; -if(_36=="N"||_36=="S"){ -_37=this.applyRatioToAxis({a1:_33.y1,b1:_33.x1,a2:_33.y2,b2:_33.x2},{a:_34.y,b:_34.x},{a:_35.y,b:_35.x},{min:0,max:this.imgW}); -_33.x1=_37.b1; -_33.y1=_37.a1; -_33.x2=_37.b2; -_33.y2=_37.a2; -}else{ -_37=this.applyRatioToAxis({a1:_33.x1,b1:_33.y1,a2:_33.x2,b2:_33.y2},{a:_34.x,b:_34.y},{a:_35.x,b:_35.y},{min:0,max:this.imgH}); -_33.x1=_37.a1; -_33.y1=_37.b1; -_33.x2=_37.a2; -_33.y2=_37.b2; -} -},applyRatioToAxis:function(_38,_39,_3a,_3b){ -var _3c=Object.extend(_38,{}); -var _3d=_3c.a2-_3c.a1; -var _3e=Math.floor(_3d*_39.b/_39.a); -var _3f; -var _40; -var _41=null; -if(_3a.b==1){ -_3f=_3c.b1+_3e; -if(_3f>_3b.max){ -_3f=_3b.max; -_41=_3f-_3c.b1; -} -_3c.b2=_3f; -}else{ -_3f=_3c.b2-_3e; -if(_3f<_3b.min){ -_3f=_3b.min; -_41=_3f+_3c.b2; -} -_3c.b1=_3f; -} -if(_41!=null){ -_40=Math.floor(_41*_39.a/_39.b); -if(_3a.a==1){ -_3c.a2=_3c.a1+_40; -}else{ -_3c.a1=_3c.a1=_3c.a2-_40; -} -} -return _3c; -},drawArea:function(){ -var _42=this.calcW(); -var _43=this.calcH(); -var px="px"; -var _45=[this.areaCoords.x1+px,this.areaCoords.y1+px,_42+px,_43+px,this.areaCoords.x2+px,this.areaCoords.y2+px,(this.img.width-this.areaCoords.x2)+px,(this.img.height-this.areaCoords.y2)+px]; -var _46=this.selArea.style; -_46.left=_45[0]; -_46.top=_45[1]; -_46.width=_45[2]; -_46.height=_45[3]; -var _47=Math.ceil((_42-6)/2)+px; -var _48=Math.ceil((_43-6)/2)+px; -this.handleN.style.left=_47; -this.handleE.style.top=_48; -this.handleS.style.left=_47; -this.handleW.style.top=_48; -this.north.style.height=_45[1]; -var _49=this.east.style; -_49.top=_45[1]; -_49.height=_45[3]; -_49.left=_45[4]; -_49.width=_45[6]; -var _4a=this.south.style; -_4a.top=_45[5]; -_4a.height=_45[7]; -var _4b=this.west.style; -_4b.top=_45[1]; -_4b.height=_45[3]; -_4b.width=_45[0]; -this.subDrawArea(); -this.forceReRender(); -},forceReRender:function(){ -if(this.isIE||this.isWebKit){ -var n=document.createTextNode(" "); -var d,el,fixEL,i; -if(this.isIE){ -fixEl=this.selArea; -}else{ -if(this.isWebKit){ -fixEl=document.getElementsByClassName("imgCrop_marqueeSouth",this.imgWrap)[0]; -d=Builder.node("div",""); -d.style.visibility="hidden"; -var _4e=["SE","S","SW"]; -for(i=0;i<_4e.length;i++){ -el=document.getElementsByClassName("imgCrop_handle"+_4e[i],this.selArea)[0]; -if(el.childNodes.length){ -el.removeChild(el.childNodes[0]); -} -el.appendChild(d); -} -} -} -fixEl.appendChild(n); -fixEl.removeChild(n); -} -},startResize:function(e){ -this.startCoords=this.cloneCoords(this.areaCoords); -this.resizing=true; -this.resizeHandle=Event.element(e).classNames().toString().replace(/([^N|NE|E|SE|S|SW|W|NW])+/,""); -Event.stop(e); -},startDrag:function(e){ -this.selArea.show(); -this.clickCoords=this.getCurPos(e); -this.setAreaCoords({x1:this.clickCoords.x,y1:this.clickCoords.y,x2:this.clickCoords.x,y2:this.clickCoords.y},false,false,null); -this.dragging=true; -this.onDrag(e); -Event.stop(e); -},getCurPos:function(e){ -var el=this.imgWrap,wrapOffsets=Position.cumulativeOffset(el); -while(el.nodeName!="BODY"){ -wrapOffsets[1]-=el.scrollTop||0; -wrapOffsets[0]-=el.scrollLeft||0; -el=el.parentNode; -} -return curPos={x:Event.pointerX(e)-wrapOffsets[0],y:Event.pointerY(e)-wrapOffsets[1]}; -},onDrag:function(e){ -if(this.dragging||this.resizing){ -var _54=null; -var _55=this.getCurPos(e); -var _56=this.cloneCoords(this.areaCoords); -var _57={x:1,y:1}; -if(this.dragging){ -if(_55.x_59){ -_5c.reverse(); -} -_5a[_5b+"1"]=_5c[0]; -_5a[_5b+"2"]=_5c[1]; -},endCrop:function(){ -this.dragging=false; -this.resizing=false; -this.options.onEndCrop(this.areaCoords,{width:this.calcW(),height:this.calcH()}); -},subInitialize:function(){ -},subDrawArea:function(){ -}}; -Cropper.ImgWithPreview=Class.create(); -Object.extend(Object.extend(Cropper.ImgWithPreview.prototype,Cropper.Img.prototype),{subInitialize:function(){ -this.hasPreviewImg=false; -if(typeof (this.options.previewWrap)!="undefined"&&this.options.minWidth>0&&this.options.minHeight>0){ -this.previewWrap=$PR(this.options.previewWrap); -this.previewImg=this.img.cloneNode(false); -this.previewImg.id="imgCrop_"+this.previewImg.id; -this.options.displayOnInit=true; -this.hasPreviewImg=true; -this.previewWrap.addClassName("imgCrop_previewWrap"); -this.previewWrap.setStyle({width:this.options.minWidth+"px",height:this.options.minHeight+"px"}); -this.previewWrap.appendChild(this.previewImg); -} -},subDrawArea:function(){ -if(this.hasPreviewImg){ -var _5d=this.calcW(); -var _5e=this.calcH(); -var _5f={x:this.imgW/_5d,y:this.imgH/_5e}; -var _60={x:_5d/this.options.minWidth,y:_5e/this.options.minHeight}; -var _61={w:Math.ceil(this.options.minWidth*_5f.x)+"px",h:Math.ceil(this.options.minHeight*_5f.y)+"px",x:"-"+Math.ceil(this.areaCoords.x1/_60.x)+"px",y:"-"+Math.ceil(this.areaCoords.y1/_60.y)+"px"}; -var _62=this.previewImg.style; -_62.width=_61.w; -_62.height=_61.h; -_62.left=_61.x; -_62.top=_61.y; -} -}}); - diff --git a/view/js/cropper/cropper.uncompressed.js b/view/js/cropper/cropper.uncompressed.js deleted file mode 100644 index 0ea0b803d0..0000000000 --- a/view/js/cropper/cropper.uncompressed.js +++ /dev/null @@ -1,1333 +0,0 @@ -/** - * Image Cropper (v. 1.2.0 - 2006-10-30 ) - * Copyright (c) 2006 David Spurr (http://www.defusion.org.uk/) - * - * The image cropper provides a way to draw a crop area on an image and capture - * the coordinates of the drawn crop area. - * - * Features include: - * - Based on Prototype and Scriptaculous - * - Image editing package styling, the crop area functions and looks - * like those found in popular image editing software - * - Dynamic inclusion of required styles - * - Drag to draw areas - * - Shift drag to draw/resize areas as squares - * - Selection area can be moved - * - Seleciton area can be resized using resize handles - * - Allows dimension ratio limited crop areas - * - Allows minimum dimension crop areas - * - Allows maximum dimesion crop areas - * - If both min & max dimension options set to the same value for a single axis,then the cropper will not - * display the resize handles as appropriate (when min & max dimensions are passed for both axes this - * results in a 'fixed size' crop area) - * - Allows dynamic preview of resultant crop ( if minimum width & height are provided ), this is - * implemented as a subclass so can be excluded when not required - * - Movement of selection area by arrow keys ( shift + arrow key will move selection area by - * 10 pixels ) - * - All operations stay within bounds of image - * - All functionality & display compatible with most popular browsers supported by Prototype: - * PC: IE 7, 6 & 5.5, Firefox 1.5, Opera 8.5 (see known issues) & 9.0b - * MAC: Camino 1.0, Firefox 1.5, Safari 2.0 - * - * Requires: - * - Prototype v. 1.5.0_rc0 > (as packaged with Scriptaculous 1.6.1) - * - Scriptaculous v. 1.6.1 > modules: builder, dragdrop - * - * Known issues: - * - Safari animated gifs, only one of each will animate, this seems to be a known Safari issue - * - * - After drawing an area and then clicking to start a new drag in IE 5.5 the rendered height - * appears as the last height until the user drags, this appears to be the related to the error - * that the forceReRender() method fixes for IE 6, i.e. IE 5.5 is not redrawing the box properly. - * - * - Lack of CSS opacity support in Opera before version 9 mean we disable those style rules, these - * could be fixed by using PNGs with transparency if Opera 8.5 support is high priority for you - * - * - Marching ants keep reloading in IE <6 (not tested in IE7), it is a known issue in IE and I have - * found no viable workarounds that can be included in the release. If this really is an issue for you - * either try this post: http://mir.aculo.us/articles/2005/08/28/internet-explorer-and-ajax-image-caching-woes - * or uncomment the 'FIX MARCHING ANTS IN IE' rules in the CSS file - * - * - Styling & borders on image, any CSS styling applied directly to the image itself (floats, borders, padding, margin, etc.) will - * cause problems with the cropper. The use of a wrapper element to apply these styles to is recommended. - * - * - overflow: auto or overflow: scroll on parent will cause cropper to burst out of parent in IE and Opera (maybe Mac browsers too) - * I'm not sure why yet. - * - * Usage: - * See Cropper.Img & Cropper.ImgWithPreview for usage details - * - * Changelog: - * v1.2.0 - 2006-10-30 - * + Added id to the preview image element using 'imgCrop_[originalImageID]' - * * #00001 - Fixed bug: Doesn't account for scroll offsets - * * #00009 - Fixed bug: Placing the cropper inside differently positioned elements causes incorrect co-ordinates and display - * * #00013 - Fixed bug: I-bar cursor appears on drag plane - * * #00014 - Fixed bug: If ID for image tag is not found in document script throws error - * * Fixed bug with drag start co-ordinates if wrapper element has moved in browser (e.g. dragged to a new position) - * * Fixed bug with drag start co-ordinates if image contained in a wrapper with scrolling - this may be buggy if image - * has other ancestors with scrolling applied (except the body) - * * #00015 - Fixed bug: When cropper removed and then reapplied onEndCrop callback gets called multiple times, solution suggestion from Bill Smith - * * Various speed increases & code cleanup which meant improved performance in Mac - which allowed removal of different overlay methods for - * IE and all other browsers, which led to a fix for: - * * #00010 - Fixed bug: Select area doesn't adhere to image size when image resized using img attributes - * - #00006 - Removed default behaviour of automatically setting a ratio when both min width & height passed, the ratioDimensions must be passed in - * + #00005 - Added ability to set maximum crop dimensions, if both min & max set as the same value then we'll get a fixed cropper size on the axes as appropriate - * and the resize handles will not be displayed as appropriate - * * Switched keydown for keypress for moving select area with cursor keys (makes for nicer action) - doesn't appear to work in Safari - * - * v1.1.3 - 2006-08-21 - * * Fixed wrong cursor on western handle in CSS - * + #00008 & #00003 - Added feature: Allow to set dimensions & position for cropper on load - * * #00002 - Fixed bug: Pressing 'remove cropper' twice removes image in IE - * - * v1.1.2 - 2006-06-09 - * * Fixed bugs with ratios when GCD is low (patch submitted by Andy Skelton) - * - * v1.1.1 - 2006-06-03 - * * Fixed bug with rendering issues fix in IE 5.5 - * * Fixed bug with endCrop callback issues once cropper had been removed & reset in IE - * - * v1.1.0 - 2006-06-02 - * * Fixed bug with IE constantly trying to reload select area background image - * * Applied more robust fix to Safari & IE rendering issues - * + Added method to reset parameters - useful for when dynamically changing img cropper attached to - * + Added method to remove cropper from image - * - * v1.0.0 - 2006-05-18 - * + Initial verison - * - * - * Copyright (c) 2006, David Spurr (http://www.defusion.org.uk/) - * All rights reserved. - * - * - * Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: - * - * * Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. - * * Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. - * * Neither the name of the David Spurr nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. - * - * http://www.opensource.org/licenses/bsd-license.php - * - * See scriptaculous.js for full scriptaculous licence - * - * Modified 2013/06/01 Zach P to change $() to $PR() for eliminating conflicts with jQuery - */ - -/** - * Extend the Draggable class to allow us to pass the rendering - * down to the Cropper object. - */ -var CropDraggable = Class.create(); - -Object.extend( Object.extend( CropDraggable.prototype, Draggable.prototype), { - - initialize: function(element) { - this.options = Object.extend( - { - /** - * The draw method to defer drawing to - */ - drawMethod: function() {} - }, - arguments[1] || {} - ); - - this.element = $PR(element); - - this.handle = this.element; - - this.delta = this.currentDelta(); - this.dragging = false; - - this.eventMouseDown = this.initDrag.bindAsEventListener(this); - Event.observe(this.handle, "mousedown", this.eventMouseDown); - - Draggables.register(this); - }, - - /** - * Defers the drawing of the draggable to the supplied method - */ - draw: function(point) { - var pos = Position.cumulativeOffset(this.element); - var d = this.currentDelta(); - pos[0] -= d[0]; - pos[1] -= d[1]; - - var p = [0,1].map(function(i) { - return (point[i]-pos[i]-this.offset[i]) - }.bind(this)); - - this.options.drawMethod( p ); - } - -}); - - -/** - * The Cropper object, this will attach itself to the provided image by wrapping it with - * the generated xHTML structure required by the cropper. - * - * Usage: - * @param obj Image element to attach to - * @param obj Optional options: - * - ratioDim obj - * The pixel dimensions to apply as a restrictive ratio, with properties x & y - * - * - minWidth int - * The minimum width for the select area in pixels - * - * - minHeight int - * The mimimum height for the select area in pixels - * - * - maxWidth int - * The maximum width for the select areas in pixels (if both minWidth & maxWidth set to same the width of the cropper will be fixed) - * - * - maxHeight int - * The maximum height for the select areas in pixels (if both minHeight & maxHeight set to same the height of the cropper will be fixed) - * - * - displayOnInit int - * Whether to display the select area on initialisation, only used when providing minimum width & height or ratio - * - * - onEndCrop func - * The callback function to provide the crop details to on end of a crop (see below) - * - * - captureKeys boolean - * Whether to capture the keys for moving the select area, as these can cause some problems at the moment - * - * - onloadCoords obj - * A coordinates object with properties x1, y1, x2 & y2; for the coordinates of the select area to display onload - * - *---------------------------------------------- - * - * The callback function provided via the onEndCrop option should accept the following parameters: - * - coords obj - * The coordinates object with properties x1, y1, x2 & y2; for the coordinates of the select area - * - * - dimensions obj - * The dimensions object with properites width & height; for the dimensions of the select area - * - * - * Example: - * function onEndCrop( coords, dimensions ) { - * $PR( 'x1' ).value = coords.x1; - * $PR( 'y1' ).value = coords.y1; - * $PR( 'x2' ).value = coords.x2; - * $PR( 'y2' ).value = coords.y2; - * $PR( 'width' ).value = dimensions.width; - * $PR( 'height' ).value = dimensions.height; - * } - * - */ -var Cropper = {}; -Cropper.Img = Class.create(); -Cropper.Img.prototype = { - - /** - * Initialises the class - * - * @access public - * @param obj Image element to attach to - * @param obj Options - * @return void - */ - initialize: function(element, options) { - this.options = Object.extend( - { - /** - * @var obj - * The pixel dimensions to apply as a restrictive ratio - */ - ratioDim: { x: 0, y: 0 }, - /** - * @var int - * The minimum pixel width, also used as restrictive ratio if min height passed too - */ - minWidth: 0, - /** - * @var int - * The minimum pixel height, also used as restrictive ratio if min width passed too - */ - minHeight: 0, - /** - * @var boolean - * Whether to display the select area on initialisation, only used when providing minimum width & height or ratio - */ - displayOnInit: false, - /** - * @var function - * The call back function to pass the final values to - */ - onEndCrop: Prototype.emptyFunction, - /** - * @var boolean - * Whether to capture key presses or not - */ - captureKeys: true, - /** - * @var obj Coordinate object x1, y1, x2, y2 - * The coordinates to optionally display the select area at onload - */ - onloadCoords: null, - /** - * @var int - * The maximum width for the select areas in pixels (if both minWidth & maxWidth set to same the width of the cropper will be fixed) - */ - maxWidth: 0, - /** - * @var int - * The maximum height for the select areas in pixels (if both minHeight & maxHeight set to same the height of the cropper will be fixed) - */ - maxHeight: 0 - }, - options || {} - ); - /** - * @var obj - * The img node to attach to - */ - this.img = $PR( element ); - /** - * @var obj - * The x & y coordinates of the click point - */ - this.clickCoords = { x: 0, y: 0 }; - /** - * @var boolean - * Whether the user is dragging - */ - this.dragging = false; - /** - * @var boolean - * Whether the user is resizing - */ - this.resizing = false; - /** - * @var boolean - * Whether the user is on a webKit browser - */ - this.isWebKit = /Konqueror|Safari|KHTML/.test( navigator.userAgent ); - /** - * @var boolean - * Whether the user is on IE - */ - this.isIE = /MSIE/.test( navigator.userAgent ); - /** - * @var boolean - * Whether the user is on Opera below version 9 - */ - this.isOpera8 = /Opera\s[1-8]/.test( navigator.userAgent ); - /** - * @var int - * The x ratio - */ - this.ratioX = 0; - /** - * @var int - * The y ratio - */ - this.ratioY = 0; - /** - * @var boolean - * Whether we've attached sucessfully - */ - this.attached = false; - /** - * @var boolean - * Whether we've got a fixed width (if minWidth EQ or GT maxWidth then we have a fixed width - * in the case of minWidth > maxWidth maxWidth wins as the fixed width) - */ - this.fixedWidth = ( this.options.maxWidth > 0 && ( this.options.minWidth >= this.options.maxWidth ) ); - /** - * @var boolean - * Whether we've got a fixed height (if minHeight EQ or GT maxHeight then we have a fixed height - * in the case of minHeight > maxHeight maxHeight wins as the fixed height) - */ - this.fixedHeight = ( this.options.maxHeight > 0 && ( this.options.minHeight >= this.options.maxHeight ) ); - - // quit if the image element doesn't exist - if( typeof this.img == 'undefined' ) return; - - // include the stylesheet - $A( document.getElementsByTagName( 'script' ) ).each( - function(s) { - if( s.src.match( /cropper\.js/ ) ) { - var path = s.src.replace( /cropper\.js(.*)?/, '' ); - // ''; - var style = document.createElement( 'link' ); - style.rel = 'stylesheet'; - style.type = 'text/css'; - style.href = path + 'cropper.css'; - style.media = 'screen'; - document.getElementsByTagName( 'head' )[0].appendChild( style ); - } - } - ); - - // calculate the ratio when neccessary - if( this.options.ratioDim.x > 0 && this.options.ratioDim.y > 0 ) { - var gcd = this.getGCD( this.options.ratioDim.x, this.options.ratioDim.y ); - this.ratioX = this.options.ratioDim.x / gcd; - this.ratioY = this.options.ratioDim.y / gcd; - // dump( 'RATIO : ' + this.ratioX + ':' + this.ratioY + '\n' ); - } - - // initialise sub classes - this.subInitialize(); - - // only load the event observers etc. once the image is loaded - // this is done after the subInitialize() call just in case the sub class does anything - // that will affect the result of the call to onLoad() - if( this.img.complete || this.isWebKit ) this.onLoad(); // for some reason Safari seems to support img.complete but returns 'undefined' on the this.img object - else Event.observe( this.img, 'load', this.onLoad.bindAsEventListener( this) ); - }, - - /** - * The Euclidean algorithm used to find the greatest common divisor - * - * @acces private - * @param int Value 1 - * @param int Value 2 - * @return int - */ - getGCD : function( a , b ) { - if( b == 0 ) return a; - return this.getGCD(b, a % b ); - }, - - /** - * Attaches the cropper to the image once it has loaded - * - * @access private - * @return void - */ - onLoad: function( ) { - /* - * Build the container and all related elements, will result in the following - * - *
    - * - *
    - * - *
    - *
    - *
    - *
    - *
    - * - * - *
    - *
    - *
    - *
    - * - *
    - *
    - *
    - *
    - *
    - *
    - *
    - *
    - *
    - *
    - *
    - *
    - *
    - */ - var cNamePrefix = 'imgCrop_'; - - // get the point to insert the container - var insertPoint = this.img.parentNode; - - // apply an extra class to the wrapper to fix Opera below version 9 - var fixOperaClass = ''; - if( this.isOpera8 ) fixOperaClass = ' opera8'; - this.imgWrap = Builder.node( 'div', { 'class': cNamePrefix + 'wrap' + fixOperaClass } ); - - this.north = Builder.node( 'div', { 'class': cNamePrefix + 'overlay ' + cNamePrefix + 'north' }, [Builder.node( 'span' )] ); - this.east = Builder.node( 'div', { 'class': cNamePrefix + 'overlay ' + cNamePrefix + 'east' } , [Builder.node( 'span' )] ); - this.south = Builder.node( 'div', { 'class': cNamePrefix + 'overlay ' + cNamePrefix + 'south' }, [Builder.node( 'span' )] ); - this.west = Builder.node( 'div', { 'class': cNamePrefix + 'overlay ' + cNamePrefix + 'west' } , [Builder.node( 'span' )] ); - - var overlays = [ this.north, this.east, this.south, this.west ]; - - this.dragArea = Builder.node( 'div', { 'class': cNamePrefix + 'dragArea' }, overlays ); - - this.handleN = Builder.node( 'div', { 'class': cNamePrefix + 'handle ' + cNamePrefix + 'handleN' } ); - this.handleNE = Builder.node( 'div', { 'class': cNamePrefix + 'handle ' + cNamePrefix + 'handleNE' } ); - this.handleE = Builder.node( 'div', { 'class': cNamePrefix + 'handle ' + cNamePrefix + 'handleE' } ); - this.handleSE = Builder.node( 'div', { 'class': cNamePrefix + 'handle ' + cNamePrefix + 'handleSE' } ); - this.handleS = Builder.node( 'div', { 'class': cNamePrefix + 'handle ' + cNamePrefix + 'handleS' } ); - this.handleSW = Builder.node( 'div', { 'class': cNamePrefix + 'handle ' + cNamePrefix + 'handleSW' } ); - this.handleW = Builder.node( 'div', { 'class': cNamePrefix + 'handle ' + cNamePrefix + 'handleW' } ); - this.handleNW = Builder.node( 'div', { 'class': cNamePrefix + 'handle ' + cNamePrefix + 'handleNW' } ); - - this.selArea = Builder.node( 'div', { 'class': cNamePrefix + 'selArea' }, - [ - Builder.node( 'div', { 'class': cNamePrefix + 'marqueeHoriz ' + cNamePrefix + 'marqueeNorth' }, [Builder.node( 'span' )] ), - Builder.node( 'div', { 'class': cNamePrefix + 'marqueeVert ' + cNamePrefix + 'marqueeEast' } , [Builder.node( 'span' )] ), - Builder.node( 'div', { 'class': cNamePrefix + 'marqueeHoriz ' + cNamePrefix + 'marqueeSouth' }, [Builder.node( 'span' )] ), - Builder.node( 'div', { 'class': cNamePrefix + 'marqueeVert ' + cNamePrefix + 'marqueeWest' } , [Builder.node( 'span' )] ), - this.handleN, - this.handleNE, - this.handleE, - this.handleSE, - this.handleS, - this.handleSW, - this.handleW, - this.handleNW, - Builder.node( 'div', { 'class': cNamePrefix + 'clickArea' } ) - ] - ); - - this.imgWrap.appendChild( this.img ); - this.imgWrap.appendChild( this.dragArea ); - this.dragArea.appendChild( this.selArea ); - this.dragArea.appendChild( Builder.node( 'div', { 'class': cNamePrefix + 'clickArea' } ) ); - - insertPoint.appendChild( this.imgWrap ); - - // add event observers - this.startDragBind = this.startDrag.bindAsEventListener( this ); - Event.observe( this.dragArea, 'mousedown', this.startDragBind ); - - this.onDragBind = this.onDrag.bindAsEventListener( this ); - Event.observe( document, 'mousemove', this.onDragBind ); - - this.endCropBind = this.endCrop.bindAsEventListener( this ); - Event.observe( document, 'mouseup', this.endCropBind ); - - this.resizeBind = this.startResize.bindAsEventListener( this ); - this.handles = [ this.handleN, this.handleNE, this.handleE, this.handleSE, this.handleS, this.handleSW, this.handleW, this.handleNW ]; - this.registerHandles( true ); - - if( this.options.captureKeys ) { - this.keysBind = this.handleKeys.bindAsEventListener( this ); - Event.observe( document, 'keypress', this.keysBind ); - } - - // attach the dragable to the select area - new CropDraggable( this.selArea, { drawMethod: this.moveArea.bindAsEventListener( this ) } ); - - this.setParams(); - }, - - /** - * Manages adding or removing the handle event handler and hiding or displaying them as appropriate - * - * @access private - * @param boolean registration true = add, false = remove - * @return void - */ - registerHandles: function( registration ) { - for( var i = 0; i < this.handles.length; i++ ) { - var handle = $PR( this.handles[i] ); - - if( registration ) { - var hideHandle = false; // whether to hide the handle - - // disable handles asappropriate if we've got fixed dimensions - // if both dimensions are fixed we don't need to do much - if( this.fixedWidth && this.fixedHeight ) hideHandle = true; - else if( this.fixedWidth || this.fixedHeight ) { - // if one of the dimensions is fixed then just hide those handles - var isCornerHandle = handle.className.match( /([S|N][E|W])$/ ) - var isWidthHandle = handle.className.match( /(E|W)$/ ); - var isHeightHandle = handle.className.match( /(N|S)$/ ); - if( isCornerHandle ) hideHandle = true; - else if( this.fixedWidth && isWidthHandle ) hideHandle = true; - else if( this.fixedHeight && isHeightHandle ) hideHandle = true; - } - if( hideHandle ) handle.hide(); - else Event.observe( handle, 'mousedown', this.resizeBind ); - } else { - handle.show(); - Event.stopObserving( handle, 'mousedown', this.resizeBind ); - } - } - }, - - /** - * Sets up all the cropper parameters, this can be used to reset the cropper when dynamically - * changing the images - * - * @access private - * @return void - */ - setParams: function() { - /** - * @var int - * The image width - */ - this.imgW = this.img.width; - /** - * @var int - * The image height - */ - this.imgH = this.img.height; - - $PR( this.north ).setStyle( { height: 0 } ); - $PR( this.east ).setStyle( { width: 0, height: 0 } ); - $PR( this.south ).setStyle( { height: 0 } ); - $PR( this.west ).setStyle( { width: 0, height: 0 } ); - - // resize the container to fit the image - $PR( this.imgWrap ).setStyle( { 'width': this.imgW + 'px', 'height': this.imgH + 'px' } ); - - // hide the select area - $PR( this.selArea ).hide(); - - // setup the starting position of the select area - var startCoords = { x1: 0, y1: 0, x2: 0, y2: 0 }; - var validCoordsSet = false; - - // display the select area - if( this.options.onloadCoords != null ) { - // if we've being given some coordinates to - startCoords = this.cloneCoords( this.options.onloadCoords ); - validCoordsSet = true; - } else if( this.options.ratioDim.x > 0 && this.options.ratioDim.y > 0 ) { - // if there is a ratio limit applied and the then set it to initial ratio - startCoords.x1 = Math.ceil( ( this.imgW - this.options.ratioDim.x ) / 2 ); - startCoords.y1 = Math.ceil( ( this.imgH - this.options.ratioDim.y ) / 2 ); - startCoords.x2 = startCoords.x1 + this.options.ratioDim.x; - startCoords.y2 = startCoords.y1 + this.options.ratioDim.y; - validCoordsSet = true; - } - - this.setAreaCoords( startCoords, false, false, 1 ); - - if( this.options.displayOnInit && validCoordsSet ) { - this.selArea.show(); - this.drawArea(); - this.endCrop(); - } - - this.attached = true; - }, - - /** - * Removes the cropper - * - * @access public - * @return void - */ - remove: function() { - if( this.attached ) { - this.attached = false; - - // remove the elements we inserted - this.imgWrap.parentNode.insertBefore( this.img, this.imgWrap ); - this.imgWrap.parentNode.removeChild( this.imgWrap ); - - // remove the event observers - Event.stopObserving( this.dragArea, 'mousedown', this.startDragBind ); - Event.stopObserving( document, 'mousemove', this.onDragBind ); - Event.stopObserving( document, 'mouseup', this.endCropBind ); - this.registerHandles( false ); - if( this.options.captureKeys ) Event.stopObserving( document, 'keypress', this.keysBind ); - } - }, - - /** - * Resets the cropper, can be used either after being removed or any time you wish - * - * @access public - * @return void - */ - reset: function() { - if( !this.attached ) this.onLoad(); - else this.setParams(); - this.endCrop(); - }, - - /** - * Handles the key functionality, currently just using arrow keys to move, if the user - * presses shift then the area will move by 10 pixels - */ - handleKeys: function( e ) { - var dir = { x: 0, y: 0 }; // direction to move it in & the amount in pixels - if( !this.dragging ) { - - // catch the arrow keys - switch( e.keyCode ) { - case( 37 ) : // left - dir.x = -1; - break; - case( 38 ) : // up - dir.y = -1; - break; - case( 39 ) : // right - dir.x = 1; - break - case( 40 ) : // down - dir.y = 1; - break; - } - - if( dir.x != 0 || dir.y != 0 ) { - // if shift is pressed then move by 10 pixels - if( e.shiftKey ) { - dir.x *= 10; - dir.y *= 10; - } - - this.moveArea( [ this.areaCoords.x1 + dir.x, this.areaCoords.y1 + dir.y ] ); - Event.stop( e ); - } - } - }, - - /** - * Calculates the width from the areaCoords - * - * @access private - * @return int - */ - calcW: function() { - return (this.areaCoords.x2 - this.areaCoords.x1) - }, - - /** - * Calculates the height from the areaCoords - * - * @access private - * @return int - */ - calcH: function() { - return (this.areaCoords.y2 - this.areaCoords.y1) - }, - - /** - * Moves the select area to the supplied point (assumes the point is x1 & y1 of the select area) - * - * @access public - * @param array Point for x1 & y1 to move select area to - * @return void - */ - moveArea: function( point ) { - // dump( 'moveArea : ' + point[0] + ',' + point[1] + ',' + ( point[0] + ( this.areaCoords.x2 - this.areaCoords.x1 ) ) + ',' + ( point[1] + ( this.areaCoords.y2 - this.areaCoords.y1 ) ) + '\n' ); - this.setAreaCoords( - { - x1: point[0], - y1: point[1], - x2: point[0] + this.calcW(), - y2: point[1] + this.calcH() - }, - true, - false - ); - this.drawArea(); - }, - - /** - * Clones a co-ordinates object, stops problems with handling them by reference - * - * @access private - * @param obj Coordinate object x1, y1, x2, y2 - * @return obj Coordinate object x1, y1, x2, y2 - */ - cloneCoords: function( coords ) { - return { x1: coords.x1, y1: coords.y1, x2: coords.x2, y2: coords.y2 }; - }, - - /** - * Sets the select coords to those provided but ensures they don't go - * outside the bounding box - * - * @access private - * @param obj Coordinates x1, y1, x2, y2 - * @param boolean Whether this is a move - * @param boolean Whether to apply squaring - * @param obj Direction of mouse along both axis x, y ( -1 = negative, 1 = positive ) only required when moving etc. - * @param string The current resize handle || null - * @return void - */ - setAreaCoords: function( coords, moving, square, direction, resizeHandle ) { - // dump( 'setAreaCoords (in) : ' + coords.x1 + ',' + coords.y1 + ',' + coords.x2 + ',' + coords.y2 ); - if( moving ) { - // if moving - var targW = coords.x2 - coords.x1; - var targH = coords.y2 - coords.y1; - - // ensure we're within the bounds - if( coords.x1 < 0 ) { - coords.x1 = 0; - coords.x2 = targW; - } - if( coords.y1 < 0 ) { - coords.y1 = 0; - coords.y2 = targH; - } - if( coords.x2 > this.imgW ) { - coords.x2 = this.imgW; - coords.x1 = this.imgW - targW; - } - if( coords.y2 > this.imgH ) { - coords.y2 = this.imgH; - coords.y1 = this.imgH - targH; - } - } else { - // ensure we're within the bounds - if( coords.x1 < 0 ) coords.x1 = 0; - if( coords.y1 < 0 ) coords.y1 = 0; - if( coords.x2 > this.imgW ) coords.x2 = this.imgW; - if( coords.y2 > this.imgH ) coords.y2 = this.imgH; - - // This is passed as null in onload - if( direction != null ) { - - // apply the ratio or squaring where appropriate - if( this.ratioX > 0 ) this.applyRatio( coords, { x: this.ratioX, y: this.ratioY }, direction, resizeHandle ); - else if( square ) this.applyRatio( coords, { x: 1, y: 1 }, direction, resizeHandle ); - - var mins = [ this.options.minWidth, this.options.minHeight ]; // minimum dimensions [x,y] - var maxs = [ this.options.maxWidth, this.options.maxHeight ]; // maximum dimensions [x,y] - - // apply dimensions where appropriate - if( mins[0] > 0 || mins[1] > 0 || maxs[0] > 0 || maxs[1] > 0) { - - var coordsTransX = { a1: coords.x1, a2: coords.x2 }; - var coordsTransY = { a1: coords.y1, a2: coords.y2 }; - var boundsX = { min: 0, max: this.imgW }; - var boundsY = { min: 0, max: this.imgH }; - - // handle squaring properly on single axis minimum dimensions - if( (mins[0] != 0 || mins[1] != 0) && square ) { - if( mins[0] > 0 ) mins[1] = mins[0]; - else if( mins[1] > 0 ) mins[0] = mins[1]; - } - - if( (maxs[0] != 0 || maxs[0] != 0) && square ) { - // if we have a max x value & it is less than the max y value then we set the y max to the max x (so we don't go over the minimum maximum of one of the axes - if that makes sense) - if( maxs[0] > 0 && maxs[0] <= maxs[1] ) maxs[1] = maxs[0]; - else if( maxs[1] > 0 && maxs[1] <= maxs[0] ) maxs[0] = maxs[1]; - } - - if( mins[0] > 0 ) this.applyDimRestriction( coordsTransX, mins[0], direction.x, boundsX, 'min' ); - if( mins[1] > 1 ) this.applyDimRestriction( coordsTransY, mins[1], direction.y, boundsY, 'min' ); - - if( maxs[0] > 0 ) this.applyDimRestriction( coordsTransX, maxs[0], direction.x, boundsX, 'max' ); - if( maxs[1] > 1 ) this.applyDimRestriction( coordsTransY, maxs[1], direction.y, boundsY, 'max' ); - - coords = { x1: coordsTransX.a1, y1: coordsTransY.a1, x2: coordsTransX.a2, y2: coordsTransY.a2 }; - } - - } - } - - // dump( 'setAreaCoords (out) : ' + coords.x1 + ',' + coords.y1 + ',' + coords.x2 + ',' + coords.y2 + '\n' ); - this.areaCoords = coords; - }, - - /** - * Applies the supplied dimension restriction to the supplied coordinates along a single axis - * - * @access private - * @param obj Single axis coordinates, a1, a2 (e.g. for the x axis a1 = x1 & a2 = x2) - * @param int The restriction value - * @param int The direction ( -1 = negative, 1 = positive ) - * @param obj The bounds of the image ( for this axis ) - * @param string The dimension restriction type ( 'min' | 'max' ) - * @return void - */ - applyDimRestriction: function( coords, val, direction, bounds, type ) { - var check; - if( type == 'min' ) check = ( ( coords.a2 - coords.a1 ) < val ); - else check = ( ( coords.a2 - coords.a1 ) > val ); - if( check ) { - if( direction == 1 ) coords.a2 = coords.a1 + val; - else coords.a1 = coords.a2 - val; - - // make sure we're still in the bounds (not too pretty for the user, but needed) - if( coords.a1 < bounds.min ) { - coords.a1 = bounds.min; - coords.a2 = val; - } else if( coords.a2 > bounds.max ) { - coords.a1 = bounds.max - val; - coords.a2 = bounds.max; - } - } - }, - - /** - * Applies the supplied ratio to the supplied coordinates - * - * @access private - * @param obj Coordinates, x1, y1, x2, y2 - * @param obj Ratio, x, y - * @param obj Direction of mouse, x & y : -1 == negative 1 == positive - * @param string The current resize handle || null - * @return void - */ - applyRatio : function( coords, ratio, direction, resizeHandle ) { - // dump( 'direction.y : ' + direction.y + '\n'); - var newCoords; - if( resizeHandle == 'N' || resizeHandle == 'S' ) { - // dump( 'north south \n'); - // if moving on either the lone north & south handles apply the ratio on the y axis - newCoords = this.applyRatioToAxis( - { a1: coords.y1, b1: coords.x1, a2: coords.y2, b2: coords.x2 }, - { a: ratio.y, b: ratio.x }, - { a: direction.y, b: direction.x }, - { min: 0, max: this.imgW } - ); - coords.x1 = newCoords.b1; - coords.y1 = newCoords.a1; - coords.x2 = newCoords.b2; - coords.y2 = newCoords.a2; - } else { - // otherwise deal with it as if we're applying the ratio on the x axis - newCoords = this.applyRatioToAxis( - { a1: coords.x1, b1: coords.y1, a2: coords.x2, b2: coords.y2 }, - { a: ratio.x, b: ratio.y }, - { a: direction.x, b: direction.y }, - { min: 0, max: this.imgH } - ); - coords.x1 = newCoords.a1; - coords.y1 = newCoords.b1; - coords.x2 = newCoords.a2; - coords.y2 = newCoords.b2; - } - - }, - - /** - * Applies the provided ratio to the provided coordinates based on provided direction & bounds, - * use to encapsulate functionality to make it easy to apply to either axis. This is probably - * quite hard to visualise so see the x axis example within applyRatio() - * - * Example in parameter details & comments is for requesting applying ratio to x axis. - * - * @access private - * @param obj Coords object (a1, b1, a2, b2) where a = x & b = y in example - * @param obj Ratio object (a, b) where a = x & b = y in example - * @param obj Direction object (a, b) where a = x & b = y in example - * @param obj Bounds (min, max) - * @return obj Coords object (a1, b1, a2, b2) where a = x & b = y in example - */ - applyRatioToAxis: function( coords, ratio, direction, bounds ) { - var newCoords = Object.extend( coords, {} ); - var calcDimA = newCoords.a2 - newCoords.a1; // calculate dimension a (e.g. width) - var targDimB = Math.floor( calcDimA * ratio.b / ratio.a ); // the target dimension b (e.g. height) - var targB; // to hold target b (e.g. y value) - var targDimA; // to hold target dimension a (e.g. width) - var calcDimB = null; // to hold calculated dimension b (e.g. height) - - // dump( 'newCoords[0]: ' + newCoords.a1 + ',' + newCoords.b1 + ','+ newCoords.a2 + ',' + newCoords.b2 + '\n'); - - if( direction.b == 1 ) { // if travelling in a positive direction - // make sure we're not going out of bounds - targB = newCoords.b1 + targDimB; - if( targB > bounds.max ) { - targB = bounds.max; - calcDimB = targB - newCoords.b1; // calcuate dimension b (e.g. height) - } - - newCoords.b2 = targB; - } else { // if travelling in a negative direction - // make sure we're not going out of bounds - targB = newCoords.b2 - targDimB; - if( targB < bounds.min ) { - targB = bounds.min; - calcDimB = targB + newCoords.b2; // calcuate dimension b (e.g. height) - } - newCoords.b1 = targB; - } - - // dump( 'newCoords[1]: ' + newCoords.a1 + ',' + newCoords.b1 + ','+ newCoords.a2 + ',' + newCoords.b2 + '\n'); - - // apply the calculated dimensions - if( calcDimB != null ) { - targDimA = Math.floor( calcDimB * ratio.a / ratio.b ); - - if( direction.a == 1 ) newCoords.a2 = newCoords.a1 + targDimA; - else newCoords.a1 = newCoords.a1 = newCoords.a2 - targDimA; - } - - // dump( 'newCoords[2]: ' + newCoords.a1 + ',' + newCoords.b1 + ','+ newCoords.a2 + ',' + newCoords.b2 + '\n'); - - return newCoords; - }, - - /** - * Draws the select area - * - * @access private - * @return void - */ - drawArea: function( ) { - /* - * NOTE: I'm not using the Element.setStyle() shortcut as they make it - * quite sluggish on Mac based browsers - */ - // dump( 'drawArea : ' + this.areaCoords.x1 + ',' + this.areaCoords.y1 + ',' + this.areaCoords.x2 + ',' + this.areaCoords.y2 + '\n' ); - var areaWidth = this.calcW(); - var areaHeight = this.calcH(); - - /* - * Calculate all the style strings before we use them, allows reuse & produces quicker - * rendering (especially noticable in Mac based browsers) - */ - var px = 'px'; - var params = [ - this.areaCoords.x1 + px, // the left of the selArea - this.areaCoords.y1 + px, // the top of the selArea - areaWidth + px, // width of the selArea - areaHeight + px, // height of the selArea - this.areaCoords.x2 + px, // bottom of the selArea - this.areaCoords.y2 + px, // right of the selArea - (this.img.width - this.areaCoords.x2) + px, // right edge of selArea - (this.img.height - this.areaCoords.y2) + px // bottom edge of selArea - ]; - - // do the select area - var areaStyle = this.selArea.style; - areaStyle.left = params[0]; - areaStyle.top = params[1]; - areaStyle.width = params[2]; - areaStyle.height = params[3]; - - // position the north, east, south & west handles - var horizHandlePos = Math.ceil( (areaWidth - 6) / 2 ) + px; - var vertHandlePos = Math.ceil( (areaHeight - 6) / 2 ) + px; - - this.handleN.style.left = horizHandlePos; - this.handleE.style.top = vertHandlePos; - this.handleS.style.left = horizHandlePos; - this.handleW.style.top = vertHandlePos; - - // draw the four overlays - this.north.style.height = params[1]; - - var eastStyle = this.east.style; - eastStyle.top = params[1]; - eastStyle.height = params[3]; - eastStyle.left = params[4]; - eastStyle.width = params[6]; - - var southStyle = this.south.style; - southStyle.top = params[5]; - southStyle.height = params[7]; - - var westStyle = this.west.style; - westStyle.top = params[1]; - westStyle.height = params[3]; - westStyle.width = params[0]; - - // call the draw method on sub classes - this.subDrawArea(); - - this.forceReRender(); - }, - - /** - * Force the re-rendering of the selArea element which fixes rendering issues in Safari - * & IE PC, especially evident when re-sizing perfectly vertical using any of the south handles - * - * @access private - * @return void - */ - forceReRender: function() { - if( this.isIE || this.isWebKit) { - var n = document.createTextNode(' '); - var d,el,fixEL,i; - - if( this.isIE ) fixEl = this.selArea; - else if( this.isWebKit ) { - fixEl = document.getElementsByClassName( 'imgCrop_marqueeSouth', this.imgWrap )[0]; - /* we have to be a bit more forceful for Safari, otherwise the the marquee & - * the south handles still don't move - */ - d = Builder.node( 'div', '' ); - d.style.visibility = 'hidden'; - - var classList = ['SE','S','SW']; - for( i = 0; i < classList.length; i++ ) { - el = document.getElementsByClassName( 'imgCrop_handle' + classList[i], this.selArea )[0]; - if( el.childNodes.length ) el.removeChild( el.childNodes[0] ); - el.appendChild(d); - } - } - fixEl.appendChild(n); - fixEl.removeChild(n); - } - }, - - /** - * Starts the resize - * - * @access private - * @param obj Event - * @return void - */ - startResize: function( e ) { - this.startCoords = this.cloneCoords( this.areaCoords ); - - this.resizing = true; - this.resizeHandle = Event.element( e ).classNames().toString().replace(/([^N|NE|E|SE|S|SW|W|NW])+/, ''); - // dump( 'this.resizeHandle : ' + this.resizeHandle + '\n' ); - Event.stop( e ); - }, - - /** - * Starts the drag - * - * @access private - * @param obj Event - * @return void - */ - startDrag: function( e ) { - this.selArea.show(); - this.clickCoords = this.getCurPos( e ); - - this.setAreaCoords( { x1: this.clickCoords.x, y1: this.clickCoords.y, x2: this.clickCoords.x, y2: this.clickCoords.y }, false, false, null ); - - this.dragging = true; - this.onDrag( e ); // incase the user just clicks once after already making a selection - Event.stop( e ); - }, - - /** - * Gets the current cursor position relative to the image - * - * @access private - * @param obj Event - * @return obj x,y pixels of the cursor - */ - getCurPos: function( e ) { - // get the offsets for the wrapper within the document - var el = this.imgWrap, wrapOffsets = Position.cumulativeOffset( el ); - // remove any scrolling that is applied to the wrapper (this may be buggy) - don't count the scroll on the body as that won't affect us - while( el.nodeName != 'BODY' ) { - wrapOffsets[1] -= el.scrollTop || 0; - wrapOffsets[0] -= el.scrollLeft || 0; - el = el.parentNode; - } - return curPos = { - x: Event.pointerX(e) - wrapOffsets[0], - y: Event.pointerY(e) - wrapOffsets[1] - } - }, - - /** - * Performs the drag for both resize & inital draw dragging - * - * @access private - * @param obj Event - * @return void - */ - onDrag: function( e ) { - if( this.dragging || this.resizing ) { - - var resizeHandle = null; - var curPos = this.getCurPos( e ); - var newCoords = this.cloneCoords( this.areaCoords ); - var direction = { x: 1, y: 1 }; - - if( this.dragging ) { - if( curPos.x < this.clickCoords.x ) direction.x = -1; - if( curPos.y < this.clickCoords.y ) direction.y = -1; - - this.transformCoords( curPos.x, this.clickCoords.x, newCoords, 'x' ); - this.transformCoords( curPos.y, this.clickCoords.y, newCoords, 'y' ); - } else if( this.resizing ) { - resizeHandle = this.resizeHandle; - // do x movements first - if( resizeHandle.match(/E/) ) { - // if we're moving an east handle - this.transformCoords( curPos.x, this.startCoords.x1, newCoords, 'x' ); - if( curPos.x < this.startCoords.x1 ) direction.x = -1; - } else if( resizeHandle.match(/W/) ) { - // if we're moving an west handle - this.transformCoords( curPos.x, this.startCoords.x2, newCoords, 'x' ); - if( curPos.x < this.startCoords.x2 ) direction.x = -1; - } - - // do y movements second - if( resizeHandle.match(/N/) ) { - // if we're moving an north handle - this.transformCoords( curPos.y, this.startCoords.y2, newCoords, 'y' ); - if( curPos.y < this.startCoords.y2 ) direction.y = -1; - } else if( resizeHandle.match(/S/) ) { - // if we're moving an south handle - this.transformCoords( curPos.y, this.startCoords.y1, newCoords, 'y' ); - if( curPos.y < this.startCoords.y1 ) direction.y = -1; - } - - } - - this.setAreaCoords( newCoords, false, e.shiftKey, direction, resizeHandle ); - this.drawArea(); - Event.stop( e ); // stop the default event (selecting images & text) in Safari & IE PC - } - }, - - /** - * Applies the appropriate transform to supplied co-ordinates, on the - * defined axis, depending on the relationship of the supplied values - * - * @access private - * @param int Current value of pointer - * @param int Base value to compare current pointer val to - * @param obj Coordinates to apply transformation on x1, x2, y1, y2 - * @param string Axis to apply transformation on 'x' || 'y' - * @return void - */ - transformCoords : function( curVal, baseVal, coords, axis ) { - var newVals = [ curVal, baseVal ]; - if( curVal > baseVal ) newVals.reverse(); - coords[ axis + '1' ] = newVals[0]; - coords[ axis + '2' ] = newVals[1]; - }, - - /** - * Ends the crop & passes the values of the select area on to the appropriate - * callback function on completion of a crop - * - * @access private - * @return void - */ - endCrop : function() { - this.dragging = false; - this.resizing = false; - - this.options.onEndCrop( - this.areaCoords, - { - width: this.calcW(), - height: this.calcH() - } - ); - }, - - /** - * Abstract method called on the end of initialization - * - * @access private - * @abstract - * @return void - */ - subInitialize: function() {}, - - /** - * Abstract method called on the end of drawArea() - * - * @access private - * @abstract - * @return void - */ - subDrawArea: function() {} -}; - - - - -/** - * Extend the Cropper.Img class to allow for presentation of a preview image of the resulting crop, - * the option for displayOnInit is always overridden to true when displaying a preview image - * - * Usage: - * @param obj Image element to attach to - * @param obj Optional options: - * - see Cropper.Img for base options - * - * - previewWrap obj - * HTML element that will be used as a container for the preview image - */ -Cropper.ImgWithPreview = Class.create(); - -Object.extend( Object.extend( Cropper.ImgWithPreview.prototype, Cropper.Img.prototype ), { - - /** - * Implements the abstract method from Cropper.Img to initialize preview image settings. - * Will only attach a preview image is the previewWrap element is defined and the minWidth - * & minHeight options are set. - * - * @see Croper.Img.subInitialize - */ - subInitialize: function() { - /** - * Whether or not we've attached a preview image - * @var boolean - */ - this.hasPreviewImg = false; - if( typeof(this.options.previewWrap) != 'undefined' - && this.options.minWidth > 0 - && this.options.minHeight > 0 - ) { - /** - * The preview image wrapper element - * @var obj HTML element - */ - this.previewWrap = $PR( this.options.previewWrap ); - /** - * The preview image element - * @var obj HTML IMG element - */ - this.previewImg = this.img.cloneNode( false ); - // set the ID of the preview image to be unique - this.previewImg.id = 'imgCrop_' + this.previewImg.id; - - - // set the displayOnInit option to true so we display the select area at the same time as the thumbnail - this.options.displayOnInit = true; - - this.hasPreviewImg = true; - - this.previewWrap.addClassName( 'imgCrop_previewWrap' ); - - this.previewWrap.setStyle( - { - width: this.options.minWidth + 'px', - height: this.options.minHeight + 'px' - } - ); - - this.previewWrap.appendChild( this.previewImg ); - } - }, - - /** - * Implements the abstract method from Cropper.Img to draw the preview image - * - * @see Croper.Img.subDrawArea - */ - subDrawArea: function() { - if( this.hasPreviewImg ) { - // get the ratio of the select area to the src image - var calcWidth = this.calcW(); - var calcHeight = this.calcH(); - // ratios for the dimensions of the preview image - var dimRatio = { - x: this.imgW / calcWidth, - y: this.imgH / calcHeight - }; - //ratios for the positions within the preview - var posRatio = { - x: calcWidth / this.options.minWidth, - y: calcHeight / this.options.minHeight - }; - - // setting the positions in an obj before apply styles for rendering speed increase - var calcPos = { - w: Math.ceil( this.options.minWidth * dimRatio.x ) + 'px', - h: Math.ceil( this.options.minHeight * dimRatio.y ) + 'px', - x: '-' + Math.ceil( this.areaCoords.x1 / posRatio.x ) + 'px', - y: '-' + Math.ceil( this.areaCoords.y1 / posRatio.y ) + 'px' - } - - var previewStyle = this.previewImg.style; - previewStyle.width = calcPos.w; - previewStyle.height = calcPos.h; - previewStyle.left = calcPos.x; - previewStyle.top = calcPos.y; - } - } - -}); diff --git a/view/js/cropper/lib/builder.js b/view/js/cropper/lib/builder.js deleted file mode 100644 index 5b15ba9397..0000000000 --- a/view/js/cropper/lib/builder.js +++ /dev/null @@ -1,101 +0,0 @@ -// Copyright (c) 2005 Thomas Fuchs (http://script.aculo.us, http://mir.aculo.us) -// -// See scriptaculous.js for full license. - -var Builder = { - NODEMAP: { - AREA: 'map', - CAPTION: 'table', - COL: 'table', - COLGROUP: 'table', - LEGEND: 'fieldset', - OPTGROUP: 'select', - OPTION: 'select', - PARAM: 'object', - TBODY: 'table', - TD: 'table', - TFOOT: 'table', - TH: 'table', - THEAD: 'table', - TR: 'table' - }, - // note: For Firefox < 1.5, OPTION and OPTGROUP tags are currently broken, - // due to a Firefox bug - node: function(elementName) { - elementName = elementName.toUpperCase(); - - // try innerHTML approach - var parentTag = this.NODEMAP[elementName] || 'div'; - var parentElement = document.createElement(parentTag); - try { // prevent IE "feature": http://dev.rubyonrails.org/ticket/2707 - parentElement.innerHTML = "<" + elementName + ">"; - } catch(e) {} - var element = parentElement.firstChild || null; - - // see if browser added wrapping tags - if(element && (element.tagName != elementName)) - element = element.getElementsByTagName(elementName)[0]; - - // fallback to createElement approach - if(!element) element = document.createElement(elementName); - - // abort if nothing could be created - if(!element) return; - - // attributes (or text) - if(arguments[1]) - if(this._isStringOrNumber(arguments[1]) || - (arguments[1] instanceof Array)) { - this._children(element, arguments[1]); - } else { - var attrs = this._attributes(arguments[1]); - if(attrs.length) { - try { // prevent IE "feature": http://dev.rubyonrails.org/ticket/2707 - parentElement.innerHTML = "<" +elementName + " " + - attrs + ">"; - } catch(e) {} - element = parentElement.firstChild || null; - // workaround firefox 1.0.X bug - if(!element) { - element = document.createElement(elementName); - for(attr in arguments[1]) - element[attr == 'class' ? 'className' : attr] = arguments[1][attr]; - } - if(element.tagName != elementName) - element = parentElement.getElementsByTagName(elementName)[0]; - } - } - - // text, or array of children - if(arguments[2]) - this._children(element, arguments[2]); - - return element; - }, - _text: function(text) { - return document.createTextNode(text); - }, - _attributes: function(attributes) { - var attrs = []; - for(attribute in attributes) - attrs.push((attribute=='className' ? 'class' : attribute) + - '="' + attributes[attribute].toString().escapeHTML() + '"'); - return attrs.join(" "); - }, - _children: function(element, children) { - if(typeof children=='object') { // array can hold nodes and text - children.flatten().each( function(e) { - if(typeof e=='object') - element.appendChild(e) - else - if(Builder._isStringOrNumber(e)) - element.appendChild(Builder._text(e)); - }); - } else - if(Builder._isStringOrNumber(children)) - element.appendChild(Builder._text(children)); - }, - _isStringOrNumber: function(param) { - return(typeof param=='string' || typeof param=='number'); - } -} \ No newline at end of file diff --git a/view/js/cropper/lib/controls.js b/view/js/cropper/lib/controls.js deleted file mode 100644 index 9606948779..0000000000 --- a/view/js/cropper/lib/controls.js +++ /dev/null @@ -1,815 +0,0 @@ -// Copyright (c) 2005 Thomas Fuchs (http://script.aculo.us, http://mir.aculo.us) -// (c) 2005 Ivan Krstic (http://blogs.law.harvard.edu/ivan) -// (c) 2005 Jon Tirsen (http://www.tirsen.com) -// Contributors: -// Richard Livsey -// Rahul Bhargava -// Rob Wills -// -// See scriptaculous.js for full license. - -// Autocompleter.Base handles all the autocompletion functionality -// that's independent of the data source for autocompletion. This -// includes drawing the autocompletion menu, observing keyboard -// and mouse events, and similar. -// -// Specific autocompleters need to provide, at the very least, -// a getUpdatedChoices function that will be invoked every time -// the text inside the monitored textbox changes. This method -// should get the text for which to provide autocompletion by -// invoking this.getToken(), NOT by directly accessing -// this.element.value. This is to allow incremental tokenized -// autocompletion. Specific auto-completion logic (AJAX, etc) -// belongs in getUpdatedChoices. -// -// Tokenized incremental autocompletion is enabled automatically -// when an autocompleter is instantiated with the 'tokens' option -// in the options parameter, e.g.: -// new Ajax.Autocompleter('id','upd', '/url/', { tokens: ',' }); -// will incrementally autocomplete with a comma as the token. -// Additionally, ',' in the above example can be replaced with -// a token array, e.g. { tokens: [',', '\n'] } which -// enables autocompletion on multiple tokens. This is most -// useful when one of the tokens is \n (a newline), as it -// allows smart autocompletion after linebreaks. - -var Autocompleter = {} -Autocompleter.Base = function() {}; -Autocompleter.Base.prototype = { - baseInitialize: function(element, update, options) { - this.element = $PR(element); - this.update = $PR(update); - this.hasFocus = false; - this.changed = false; - this.active = false; - this.index = 0; - this.entryCount = 0; - - if (this.setOptions) - this.setOptions(options); - else - this.options = options || {}; - - this.options.paramName = this.options.paramName || this.element.name; - this.options.tokens = this.options.tokens || []; - this.options.frequency = this.options.frequency || 0.4; - this.options.minChars = this.options.minChars || 1; - this.options.onShow = this.options.onShow || - function(element, update){ - if(!update.style.position || update.style.position=='absolute') { - update.style.position = 'absolute'; - Position.clone(element, update, {setHeight: false, offsetTop: element.offsetHeight}); - } - Effect.Appear(update,{duration:0.15}); - }; - this.options.onHide = this.options.onHide || - function(element, update){ new Effect.Fade(update,{duration:0.15}) }; - - if (typeof(this.options.tokens) == 'string') - this.options.tokens = new Array(this.options.tokens); - - this.observer = null; - - this.element.setAttribute('autocomplete','off'); - - Element.hide(this.update); - - Event.observe(this.element, "blur", this.onBlur.bindAsEventListener(this)); - Event.observe(this.element, "keypress", this.onKeyPress.bindAsEventListener(this)); - }, - - show: function() { - if(Element.getStyle(this.update, 'display')=='none') this.options.onShow(this.element, this.update); - if(!this.iefix && - (navigator.appVersion.indexOf('MSIE')>0) && - (navigator.userAgent.indexOf('Opera')<0) && - (Element.getStyle(this.update, 'position')=='absolute')) { - new Insertion.After(this.update, - ''); - this.iefix = $PR(this.update.id+'_iefix'); - } - if(this.iefix) setTimeout(this.fixIEOverlapping.bind(this), 50); - }, - - fixIEOverlapping: function() { - Position.clone(this.update, this.iefix); - this.iefix.style.zIndex = 1; - this.update.style.zIndex = 2; - Element.show(this.iefix); - }, - - hide: function() { - this.stopIndicator(); - if(Element.getStyle(this.update, 'display')!='none') this.options.onHide(this.element, this.update); - if(this.iefix) Element.hide(this.iefix); - }, - - startIndicator: function() { - if(this.options.indicator) Element.show(this.options.indicator); - }, - - stopIndicator: function() { - if(this.options.indicator) Element.hide(this.options.indicator); - }, - - onKeyPress: function(event) { - if(this.active) - switch(event.keyCode) { - case Event.KEY_TAB: - case Event.KEY_RETURN: - this.selectEntry(); - Event.stop(event); - case Event.KEY_ESC: - this.hide(); - this.active = false; - Event.stop(event); - return; - case Event.KEY_LEFT: - case Event.KEY_RIGHT: - return; - case Event.KEY_UP: - this.markPrevious(); - this.render(); - if(navigator.appVersion.indexOf('AppleWebKit')>0) Event.stop(event); - return; - case Event.KEY_DOWN: - this.markNext(); - this.render(); - if(navigator.appVersion.indexOf('AppleWebKit')>0) Event.stop(event); - return; - } - else - if(event.keyCode==Event.KEY_TAB || event.keyCode==Event.KEY_RETURN || - (navigator.appVersion.indexOf('AppleWebKit') > 0 && event.keyCode == 0)) return; - - this.changed = true; - this.hasFocus = true; - - if(this.observer) clearTimeout(this.observer); - this.observer = - setTimeout(this.onObserverEvent.bind(this), this.options.frequency*1000); - }, - - activate: function() { - this.changed = false; - this.hasFocus = true; - this.getUpdatedChoices(); - }, - - onHover: function(event) { - var element = Event.findElement(event, 'LI'); - if(this.index != element.autocompleteIndex) - { - this.index = element.autocompleteIndex; - this.render(); - } - Event.stop(event); - }, - - onClick: function(event) { - var element = Event.findElement(event, 'LI'); - this.index = element.autocompleteIndex; - this.selectEntry(); - this.hide(); - }, - - onBlur: function(event) { - // needed to make click events working - setTimeout(this.hide.bind(this), 250); - this.hasFocus = false; - this.active = false; - }, - - render: function() { - if(this.entryCount > 0) { - for (var i = 0; i < this.entryCount; i++) - this.index==i ? - Element.addClassName(this.getEntry(i),"selected") : - Element.removeClassName(this.getEntry(i),"selected"); - - if(this.hasFocus) { - this.show(); - this.active = true; - } - } else { - this.active = false; - this.hide(); - } - }, - - markPrevious: function() { - if(this.index > 0) this.index-- - else this.index = this.entryCount-1; - }, - - markNext: function() { - if(this.index < this.entryCount-1) this.index++ - else this.index = 0; - }, - - getEntry: function(index) { - return this.update.firstChild.childNodes[index]; - }, - - getCurrentEntry: function() { - return this.getEntry(this.index); - }, - - selectEntry: function() { - this.active = false; - this.updateElement(this.getCurrentEntry()); - }, - - updateElement: function(selectedElement) { - if (this.options.updateElement) { - this.options.updateElement(selectedElement); - return; - } - var value = ''; - if (this.options.select) { - var nodes = document.getElementsByClassName(this.options.select, selectedElement) || []; - if(nodes.length>0) value = Element.collectTextNodes(nodes[0], this.options.select); - } else - value = Element.collectTextNodesIgnoreClass(selectedElement, 'informal'); - - var lastTokenPos = this.findLastToken(); - if (lastTokenPos != -1) { - var newValue = this.element.value.substr(0, lastTokenPos + 1); - var whitespace = this.element.value.substr(lastTokenPos + 1).match(/^\s+/); - if (whitespace) - newValue += whitespace[0]; - this.element.value = newValue + value; - } else { - this.element.value = value; - } - this.element.focus(); - - if (this.options.afterUpdateElement) - this.options.afterUpdateElement(this.element, selectedElement); - }, - - updateChoices: function(choices) { - if(!this.changed && this.hasFocus) { - this.update.innerHTML = choices; - Element.cleanWhitespace(this.update); - Element.cleanWhitespace(this.update.firstChild); - - if(this.update.firstChild && this.update.firstChild.childNodes) { - this.entryCount = - this.update.firstChild.childNodes.length; - for (var i = 0; i < this.entryCount; i++) { - var entry = this.getEntry(i); - entry.autocompleteIndex = i; - this.addObservers(entry); - } - } else { - this.entryCount = 0; - } - - this.stopIndicator(); - - this.index = 0; - this.render(); - } - }, - - addObservers: function(element) { - Event.observe(element, "mouseover", this.onHover.bindAsEventListener(this)); - Event.observe(element, "click", this.onClick.bindAsEventListener(this)); - }, - - onObserverEvent: function() { - this.changed = false; - if(this.getToken().length>=this.options.minChars) { - this.startIndicator(); - this.getUpdatedChoices(); - } else { - this.active = false; - this.hide(); - } - }, - - getToken: function() { - var tokenPos = this.findLastToken(); - if (tokenPos != -1) - var ret = this.element.value.substr(tokenPos + 1).replace(/^\s+/,'').replace(/\s+$/,''); - else - var ret = this.element.value; - - return /\n/.test(ret) ? '' : ret; - }, - - findLastToken: function() { - var lastTokenPos = -1; - - for (var i=0; i lastTokenPos) - lastTokenPos = thisTokenPos; - } - return lastTokenPos; - } -} - -Ajax.Autocompleter = Class.create(); -Object.extend(Object.extend(Ajax.Autocompleter.prototype, Autocompleter.Base.prototype), { - initialize: function(element, update, url, options) { - this.baseInitialize(element, update, options); - this.options.asynchronous = true; - this.options.onComplete = this.onComplete.bind(this); - this.options.defaultParams = this.options.parameters || null; - this.url = url; - }, - - getUpdatedChoices: function() { - entry = encodeURIComponent(this.options.paramName) + '=' + - encodeURIComponent(this.getToken()); - - this.options.parameters = this.options.callback ? - this.options.callback(this.element, entry) : entry; - - if(this.options.defaultParams) - this.options.parameters += '&' + this.options.defaultParams; - - new Ajax.Request(this.url, this.options); - }, - - onComplete: function(request) { - this.updateChoices(request.responseText); - } - -}); - -// The local array autocompleter. Used when you'd prefer to -// inject an array of autocompletion options into the page, rather -// than sending out Ajax queries, which can be quite slow sometimes. -// -// The constructor takes four parameters. The first two are, as usual, -// the id of the monitored textbox, and id of the autocompletion menu. -// The third is the array you want to autocomplete from, and the fourth -// is the options block. -// -// Extra local autocompletion options: -// - choices - How many autocompletion choices to offer -// -// - partialSearch - If false, the autocompleter will match entered -// text only at the beginning of strings in the -// autocomplete array. Defaults to true, which will -// match text at the beginning of any *word* in the -// strings in the autocomplete array. If you want to -// search anywhere in the string, additionally set -// the option fullSearch to true (default: off). -// -// - fullSsearch - Search anywhere in autocomplete array strings. -// -// - partialChars - How many characters to enter before triggering -// a partial match (unlike minChars, which defines -// how many characters are required to do any match -// at all). Defaults to 2. -// -// - ignoreCase - Whether to ignore case when autocompleting. -// Defaults to true. -// -// It's possible to pass in a custom function as the 'selector' -// option, if you prefer to write your own autocompletion logic. -// In that case, the other options above will not apply unless -// you support them. - -Autocompleter.Local = Class.create(); -Autocompleter.Local.prototype = Object.extend(new Autocompleter.Base(), { - initialize: function(element, update, array, options) { - this.baseInitialize(element, update, options); - this.options.array = array; - }, - - getUpdatedChoices: function() { - this.updateChoices(this.options.selector(this)); - }, - - setOptions: function(options) { - this.options = Object.extend({ - choices: 10, - partialSearch: true, - partialChars: 2, - ignoreCase: true, - fullSearch: false, - selector: function(instance) { - var ret = []; // Beginning matches - var partial = []; // Inside matches - var entry = instance.getToken(); - var count = 0; - - for (var i = 0; i < instance.options.array.length && - ret.length < instance.options.choices ; i++) { - - var elem = instance.options.array[i]; - var foundPos = instance.options.ignoreCase ? - elem.toLowerCase().indexOf(entry.toLowerCase()) : - elem.indexOf(entry); - - while (foundPos != -1) { - if (foundPos == 0 && elem.length != entry.length) { - ret.push("
  • " + elem.substr(0, entry.length) + "" + - elem.substr(entry.length) + "
  • "); - break; - } else if (entry.length >= instance.options.partialChars && - instance.options.partialSearch && foundPos != -1) { - if (instance.options.fullSearch || /\s/.test(elem.substr(foundPos-1,1))) { - partial.push("
  • " + elem.substr(0, foundPos) + "" + - elem.substr(foundPos, entry.length) + "" + elem.substr( - foundPos + entry.length) + "
  • "); - break; - } - } - - foundPos = instance.options.ignoreCase ? - elem.toLowerCase().indexOf(entry.toLowerCase(), foundPos + 1) : - elem.indexOf(entry, foundPos + 1); - - } - } - if (partial.length) - ret = ret.concat(partial.slice(0, instance.options.choices - ret.length)) - return "
      " + ret.join('') + "
    "; - } - }, options || {}); - } -}); - -// AJAX in-place editor -// -// see documentation on http://wiki.script.aculo.us/scriptaculous/show/Ajax.InPlaceEditor - -// Use this if you notice weird scrolling problems on some browsers, -// the DOM might be a bit confused when this gets called so do this -// waits 1 ms (with setTimeout) until it does the activation -Field.scrollFreeActivate = function(field) { - setTimeout(function() { - Field.activate(field); - }, 1); -} - -Ajax.InPlaceEditor = Class.create(); -Ajax.InPlaceEditor.defaultHighlightColor = "#FFFF99"; -Ajax.InPlaceEditor.prototype = { - initialize: function(element, url, options) { - this.url = url; - this.element = $PR(element); - - this.options = Object.extend({ - okButton: true, - okText: "ok", - cancelLink: true, - cancelText: "cancel", - savingText: "Saving...", - clickToEditText: "Click to edit", - okText: "ok", - rows: 1, - onComplete: function(transport, element) { - new Effect.Highlight(element, {startcolor: this.options.highlightcolor}); - }, - onFailure: function(transport) { - alert("Error communicating with the server: " + transport.responseText.stripTags()); - }, - callback: function(form) { - return Form.serialize(form); - }, - handleLineBreaks: true, - loadingText: 'Loading...', - savingClassName: 'inplaceeditor-saving', - loadingClassName: 'inplaceeditor-loading', - formClassName: 'inplaceeditor-form', - highlightcolor: Ajax.InPlaceEditor.defaultHighlightColor, - highlightendcolor: "#FFFFFF", - externalControl: null, - submitOnBlur: false, - ajaxOptions: {}, - evalScripts: false - }, options || {}); - - if(!this.options.formId && this.element.id) { - this.options.formId = this.element.id + "-inplaceeditor"; - if ($PR(this.options.formId)) { - // there's already a form with that name, don't specify an id - this.options.formId = null; - } - } - - if (this.options.externalControl) { - this.options.externalControl = $PR(this.options.externalControl); - } - - this.originalBackground = Element.getStyle(this.element, 'background-color'); - if (!this.originalBackground) { - this.originalBackground = "transparent"; - } - - this.element.title = this.options.clickToEditText; - - this.onclickListener = this.enterEditMode.bindAsEventListener(this); - this.mouseoverListener = this.enterHover.bindAsEventListener(this); - this.mouseoutListener = this.leaveHover.bindAsEventListener(this); - Event.observe(this.element, 'click', this.onclickListener); - Event.observe(this.element, 'mouseover', this.mouseoverListener); - Event.observe(this.element, 'mouseout', this.mouseoutListener); - if (this.options.externalControl) { - Event.observe(this.options.externalControl, 'click', this.onclickListener); - Event.observe(this.options.externalControl, 'mouseover', this.mouseoverListener); - Event.observe(this.options.externalControl, 'mouseout', this.mouseoutListener); - } - }, - enterEditMode: function(evt) { - if (this.saving) return; - if (this.editing) return; - this.editing = true; - this.onEnterEditMode(); - if (this.options.externalControl) { - Element.hide(this.options.externalControl); - } - Element.hide(this.element); - this.createForm(); - this.element.parentNode.insertBefore(this.form, this.element); - Field.scrollFreeActivate(this.editField); - // stop the event to avoid a page refresh in Safari - if (evt) { - Event.stop(evt); - } - return false; - }, - createForm: function() { - this.form = document.createElement("form"); - this.form.id = this.options.formId; - Element.addClassName(this.form, this.options.formClassName) - this.form.onsubmit = this.onSubmit.bind(this); - - this.createEditField(); - - if (this.options.textarea) { - var br = document.createElement("br"); - this.form.appendChild(br); - } - - if (this.options.okButton) { - okButton = document.createElement("input"); - okButton.type = "submit"; - okButton.value = this.options.okText; - okButton.className = 'editor_ok_button'; - this.form.appendChild(okButton); - } - - if (this.options.cancelLink) { - cancelLink = document.createElement("a"); - cancelLink.href = "#"; - cancelLink.appendChild(document.createTextNode(this.options.cancelText)); - cancelLink.onclick = this.onclickCancel.bind(this); - cancelLink.className = 'editor_cancel'; - this.form.appendChild(cancelLink); - } - }, - hasHTMLLineBreaks: function(string) { - if (!this.options.handleLineBreaks) return false; - return string.match(/
    /i); - }, - convertHTMLLineBreaks: function(string) { - return string.replace(/
    /gi, "\n").replace(//gi, "\n").replace(/<\/p>/gi, "\n").replace(/

    /gi, ""); - }, - createEditField: function() { - var text; - if(this.options.loadTextURL) { - text = this.options.loadingText; - } else { - text = this.getText(); - } - - var obj = this; - - if (this.options.rows == 1 && !this.hasHTMLLineBreaks(text)) { - this.options.textarea = false; - var textField = document.createElement("input"); - textField.obj = this; - textField.type = "text"; - textField.name = "value"; - textField.value = text; - textField.style.backgroundColor = this.options.highlightcolor; - textField.className = 'editor_field'; - var size = this.options.size || this.options.cols || 0; - if (size != 0) textField.size = size; - if (this.options.submitOnBlur) - textField.onblur = this.onSubmit.bind(this); - this.editField = textField; - } else { - this.options.textarea = true; - var textArea = document.createElement("textarea"); - textArea.obj = this; - textArea.name = "value"; - textArea.value = this.convertHTMLLineBreaks(text); - textArea.rows = this.options.rows; - textArea.cols = this.options.cols || 40; - textArea.className = 'editor_field'; - if (this.options.submitOnBlur) - textArea.onblur = this.onSubmit.bind(this); - this.editField = textArea; - } - - if(this.options.loadTextURL) { - this.loadExternalText(); - } - this.form.appendChild(this.editField); - }, - getText: function() { - return this.element.innerHTML; - }, - loadExternalText: function() { - Element.addClassName(this.form, this.options.loadingClassName); - this.editField.disabled = true; - new Ajax.Request( - this.options.loadTextURL, - Object.extend({ - asynchronous: true, - onComplete: this.onLoadedExternalText.bind(this) - }, this.options.ajaxOptions) - ); - }, - onLoadedExternalText: function(transport) { - Element.removeClassName(this.form, this.options.loadingClassName); - this.editField.disabled = false; - this.editField.value = transport.responseText.stripTags(); - }, - onclickCancel: function() { - this.onComplete(); - this.leaveEditMode(); - return false; - }, - onFailure: function(transport) { - this.options.onFailure(transport); - if (this.oldInnerHTML) { - this.element.innerHTML = this.oldInnerHTML; - this.oldInnerHTML = null; - } - return false; - }, - onSubmit: function() { - // onLoading resets these so we need to save them away for the Ajax call - var form = this.form; - var value = this.editField.value; - - // do this first, sometimes the ajax call returns before we get a chance to switch on Saving... - // which means this will actually switch on Saving... *after* we've left edit mode causing Saving... - // to be displayed indefinitely - this.onLoading(); - - if (this.options.evalScripts) { - new Ajax.Request( - this.url, Object.extend({ - parameters: this.options.callback(form, value), - onComplete: this.onComplete.bind(this), - onFailure: this.onFailure.bind(this), - asynchronous:true, - evalScripts:true - }, this.options.ajaxOptions)); - } else { - new Ajax.Updater( - { success: this.element, - // don't update on failure (this could be an option) - failure: null }, - this.url, Object.extend({ - parameters: this.options.callback(form, value), - onComplete: this.onComplete.bind(this), - onFailure: this.onFailure.bind(this) - }, this.options.ajaxOptions)); - } - // stop the event to avoid a page refresh in Safari - if (arguments.length > 1) { - Event.stop(arguments[0]); - } - return false; - }, - onLoading: function() { - this.saving = true; - this.removeForm(); - this.leaveHover(); - this.showSaving(); - }, - showSaving: function() { - this.oldInnerHTML = this.element.innerHTML; - this.element.innerHTML = this.options.savingText; - Element.addClassName(this.element, this.options.savingClassName); - this.element.style.backgroundColor = this.originalBackground; - Element.show(this.element); - }, - removeForm: function() { - if(this.form) { - if (this.form.parentNode) Element.remove(this.form); - this.form = null; - } - }, - enterHover: function() { - if (this.saving) return; - this.element.style.backgroundColor = this.options.highlightcolor; - if (this.effect) { - this.effect.cancel(); - } - Element.addClassName(this.element, this.options.hoverClassName) - }, - leaveHover: function() { - if (this.options.backgroundColor) { - this.element.style.backgroundColor = this.oldBackground; - } - Element.removeClassName(this.element, this.options.hoverClassName) - if (this.saving) return; - this.effect = new Effect.Highlight(this.element, { - startcolor: this.options.highlightcolor, - endcolor: this.options.highlightendcolor, - restorecolor: this.originalBackground - }); - }, - leaveEditMode: function() { - Element.removeClassName(this.element, this.options.savingClassName); - this.removeForm(); - this.leaveHover(); - this.element.style.backgroundColor = this.originalBackground; - Element.show(this.element); - if (this.options.externalControl) { - Element.show(this.options.externalControl); - } - this.editing = false; - this.saving = false; - this.oldInnerHTML = null; - this.onLeaveEditMode(); - }, - onComplete: function(transport) { - this.leaveEditMode(); - this.options.onComplete.bind(this)(transport, this.element); - }, - onEnterEditMode: function() {}, - onLeaveEditMode: function() {}, - dispose: function() { - if (this.oldInnerHTML) { - this.element.innerHTML = this.oldInnerHTML; - } - this.leaveEditMode(); - Event.stopObserving(this.element, 'click', this.onclickListener); - Event.stopObserving(this.element, 'mouseover', this.mouseoverListener); - Event.stopObserving(this.element, 'mouseout', this.mouseoutListener); - if (this.options.externalControl) { - Event.stopObserving(this.options.externalControl, 'click', this.onclickListener); - Event.stopObserving(this.options.externalControl, 'mouseover', this.mouseoverListener); - Event.stopObserving(this.options.externalControl, 'mouseout', this.mouseoutListener); - } - } -}; - -Ajax.InPlaceCollectionEditor = Class.create(); -Object.extend(Ajax.InPlaceCollectionEditor.prototype, Ajax.InPlaceEditor.prototype); -Object.extend(Ajax.InPlaceCollectionEditor.prototype, { - createEditField: function() { - if (!this.cached_selectTag) { - var selectTag = document.createElement("select"); - var collection = this.options.collection || []; - var optionTag; - collection.each(function(e,i) { - optionTag = document.createElement("option"); - optionTag.value = (e instanceof Array) ? e[0] : e; - if(this.options.value==optionTag.value) optionTag.selected = true; - optionTag.appendChild(document.createTextNode((e instanceof Array) ? e[1] : e)); - selectTag.appendChild(optionTag); - }.bind(this)); - this.cached_selectTag = selectTag; - } - - this.editField = this.cached_selectTag; - if(this.options.loadTextURL) this.loadExternalText(); - this.form.appendChild(this.editField); - this.options.callback = function(form, value) { - return "value=" + encodeURIComponent(value); - } - } -}); - -// Delayed observer, like Form.Element.Observer, -// but waits for delay after last key input -// Ideal for live-search fields - -Form.Element.DelayedObserver = Class.create(); -Form.Element.DelayedObserver.prototype = { - initialize: function(element, delay, callback) { - this.delay = delay || 0.5; - this.element = $PR(element); - this.callback = callback; - this.timer = null; - this.lastValue = $F(this.element); - Event.observe(this.element,'keyup',this.delayedListener.bindAsEventListener(this)); - }, - delayedListener: function(event) { - if(this.lastValue == $F(this.element)) return; - if(this.timer) clearTimeout(this.timer); - this.timer = setTimeout(this.onTimerEvent.bind(this), this.delay * 1000); - this.lastValue = $F(this.element); - }, - onTimerEvent: function() { - this.timer = null; - this.callback(this.element, $F(this.element)); - } -}; diff --git a/view/js/cropper/lib/dragdrop.js b/view/js/cropper/lib/dragdrop.js deleted file mode 100644 index baa607c67f..0000000000 --- a/view/js/cropper/lib/dragdrop.js +++ /dev/null @@ -1,915 +0,0 @@ -// Copyright (c) 2005 Thomas Fuchs (http://script.aculo.us, http://mir.aculo.us) -// (c) 2005 Sammi Williams (http://www.oriontransfer.co.nz, sammi@oriontransfer.co.nz) -// -// See scriptaculous.js for full license. - -/*--------------------------------------------------------------------------*/ - -var Droppables = { - drops: [], - - remove: function(element) { - this.drops = this.drops.reject(function(d) { return d.element==$PR(element) }); - }, - - add: function(element) { - element = $PR(element); - var options = Object.extend({ - greedy: true, - hoverclass: null, - tree: false - }, arguments[1] || {}); - - // cache containers - if(options.containment) { - options._containers = []; - var containment = options.containment; - if((typeof containment == 'object') && - (containment.constructor == Array)) { - containment.each( function(c) { options._containers.push($PR(c)) }); - } else { - options._containers.push($PR(containment)); - } - } - - if(options.accept) options.accept = [options.accept].flatten(); - - Element.makePositioned(element); // fix IE - options.element = element; - - this.drops.push(options); - }, - - findDeepestChild: function(drops) { - deepest = drops[0]; - - for (i = 1; i < drops.length; ++i) - if (Element.isParent(drops[i].element, deepest.element)) - deepest = drops[i]; - - return deepest; - }, - - isContained: function(element, drop) { - var containmentNode; - if(drop.tree) { - containmentNode = element.treeNode; - } else { - containmentNode = element.parentNode; - } - return drop._containers.detect(function(c) { return containmentNode == c }); - }, - - isAffected: function(point, element, drop) { - return ( - (drop.element!=element) && - ((!drop._containers) || - this.isContained(element, drop)) && - ((!drop.accept) || - (Element.classNames(element).detect( - function(v) { return drop.accept.include(v) } ) )) && - Position.within(drop.element, point[0], point[1]) ); - }, - - deactivate: function(drop) { - if(drop.hoverclass) - Element.removeClassName(drop.element, drop.hoverclass); - this.last_active = null; - }, - - activate: function(drop) { - if(drop.hoverclass) - Element.addClassName(drop.element, drop.hoverclass); - this.last_active = drop; - }, - - show: function(point, element) { - if(!this.drops.length) return; - var affected = []; - - if(this.last_active) this.deactivate(this.last_active); - this.drops.each( function(drop) { - if(Droppables.isAffected(point, element, drop)) - affected.push(drop); - }); - - if(affected.length>0) { - drop = Droppables.findDeepestChild(affected); - Position.within(drop.element, point[0], point[1]); - if(drop.onHover) - drop.onHover(element, drop.element, Position.overlap(drop.overlap, drop.element)); - - Droppables.activate(drop); - } - }, - - fire: function(event, element) { - if(!this.last_active) return; - Position.prepare(); - - if (this.isAffected([Event.pointerX(event), Event.pointerY(event)], element, this.last_active)) - if (this.last_active.onDrop) - this.last_active.onDrop(element, this.last_active.element, event); - }, - - reset: function() { - if(this.last_active) - this.deactivate(this.last_active); - } -} - -var Draggables = { - drags: [], - observers: [], - - register: function(draggable) { - if(this.drags.length == 0) { - this.eventMouseUp = this.endDrag.bindAsEventListener(this); - this.eventMouseMove = this.updateDrag.bindAsEventListener(this); - this.eventKeypress = this.keyPress.bindAsEventListener(this); - - Event.observe(document, "mouseup", this.eventMouseUp); - Event.observe(document, "mousemove", this.eventMouseMove); - Event.observe(document, "keypress", this.eventKeypress); - } - this.drags.push(draggable); - }, - - unregister: function(draggable) { - this.drags = this.drags.reject(function(d) { return d==draggable }); - if(this.drags.length == 0) { - Event.stopObserving(document, "mouseup", this.eventMouseUp); - Event.stopObserving(document, "mousemove", this.eventMouseMove); - Event.stopObserving(document, "keypress", this.eventKeypress); - } - }, - - activate: function(draggable) { - window.focus(); // allows keypress events if window isn't currently focused, fails for Safari - this.activeDraggable = draggable; - }, - - deactivate: function() { - this.activeDraggable = null; - }, - - updateDrag: function(event) { - if(!this.activeDraggable) return; - var pointer = [Event.pointerX(event), Event.pointerY(event)]; - // Mozilla-based browsers fire successive mousemove events with - // the same coordinates, prevent needless redrawing (moz bug?) - if(this._lastPointer && (this._lastPointer.inspect() == pointer.inspect())) return; - this._lastPointer = pointer; - this.activeDraggable.updateDrag(event, pointer); - }, - - endDrag: function(event) { - if(!this.activeDraggable) return; - this._lastPointer = null; - this.activeDraggable.endDrag(event); - this.activeDraggable = null; - }, - - keyPress: function(event) { - if(this.activeDraggable) - this.activeDraggable.keyPress(event); - }, - - addObserver: function(observer) { - this.observers.push(observer); - this._cacheObserverCallbacks(); - }, - - removeObserver: function(element) { // element instead of observer fixes mem leaks - this.observers = this.observers.reject( function(o) { return o.element==element }); - this._cacheObserverCallbacks(); - }, - - notify: function(eventName, draggable, event) { // 'onStart', 'onEnd', 'onDrag' - if(this[eventName+'Count'] > 0) - this.observers.each( function(o) { - if(o[eventName]) o[eventName](eventName, draggable, event); - }); - }, - - _cacheObserverCallbacks: function() { - ['onStart','onEnd','onDrag'].each( function(eventName) { - Draggables[eventName+'Count'] = Draggables.observers.select( - function(o) { return o[eventName]; } - ).length; - }); - } -} - -/*--------------------------------------------------------------------------*/ - -var Draggable = Class.create(); -Draggable.prototype = { - initialize: function(element) { - var options = Object.extend({ - handle: false, - starteffect: function(element) { - element._opacity = Element.getOpacity(element); - new Effect.Opacity(element, {duration:0.2, from:element._opacity, to:0.7}); - }, - reverteffect: function(element, top_offset, left_offset) { - var dur = Math.sqrt(Math.abs(top_offset^2)+Math.abs(left_offset^2))*0.02; - element._revert = new Effect.Move(element, { x: -left_offset, y: -top_offset, duration: dur}); - }, - endeffect: function(element) { - var toOpacity = typeof element._opacity == 'number' ? element._opacity : 1.0 - new Effect.Opacity(element, {duration:0.2, from:0.7, to:toOpacity}); - }, - zindex: 1000, - revert: false, - scroll: false, - scrollSensitivity: 20, - scrollSpeed: 15, - snap: false // false, or xy or [x,y] or function(x,y){ return [x,y] } - }, arguments[1] || {}); - - this.element = $PR(element); - - if(options.handle && (typeof options.handle == 'string')) { - var h = Element.childrenWithClassName(this.element, options.handle, true); - if(h.length>0) this.handle = h[0]; - } - if(!this.handle) this.handle = $PR(options.handle); - if(!this.handle) this.handle = this.element; - - if(options.scroll && !options.scroll.scrollTo && !options.scroll.outerHTML) - options.scroll = $PR(options.scroll); - - Element.makePositioned(this.element); // fix IE - - this.delta = this.currentDelta(); - this.options = options; - this.dragging = false; - - this.eventMouseDown = this.initDrag.bindAsEventListener(this); - Event.observe(this.handle, "mousedown", this.eventMouseDown); - - Draggables.register(this); - }, - - destroy: function() { - Event.stopObserving(this.handle, "mousedown", this.eventMouseDown); - Draggables.unregister(this); - }, - - currentDelta: function() { - return([ - parseInt(Element.getStyle(this.element,'left') || '0'), - parseInt(Element.getStyle(this.element,'top') || '0')]); - }, - - initDrag: function(event) { - if(Event.isLeftClick(event)) { - // abort on form elements, fixes a Firefox issue - var src = Event.element(event); - if(src.tagName && ( - src.tagName=='INPUT' || - src.tagName=='SELECT' || - src.tagName=='OPTION' || - src.tagName=='BUTTON' || - src.tagName=='TEXTAREA')) return; - - if(this.element._revert) { - this.element._revert.cancel(); - this.element._revert = null; - } - - var pointer = [Event.pointerX(event), Event.pointerY(event)]; - var pos = Position.cumulativeOffset(this.element); - this.offset = [0,1].map( function(i) { return (pointer[i] - pos[i]) }); - - Draggables.activate(this); - Event.stop(event); - } - }, - - startDrag: function(event) { - this.dragging = true; - - if(this.options.zindex) { - this.originalZ = parseInt(Element.getStyle(this.element,'z-index') || 0); - this.element.style.zIndex = this.options.zindex; - } - - if(this.options.ghosting) { - this._clone = this.element.cloneNode(true); - Position.absolutize(this.element); - this.element.parentNode.insertBefore(this._clone, this.element); - } - - if(this.options.scroll) { - if (this.options.scroll == window) { - var where = this._getWindowScroll(this.options.scroll); - this.originalScrollLeft = where.left; - this.originalScrollTop = where.top; - } else { - this.originalScrollLeft = this.options.scroll.scrollLeft; - this.originalScrollTop = this.options.scroll.scrollTop; - } - } - - Draggables.notify('onStart', this, event); - if(this.options.starteffect) this.options.starteffect(this.element); - }, - - updateDrag: function(event, pointer) { - if(!this.dragging) this.startDrag(event); - Position.prepare(); - Droppables.show(pointer, this.element); - Draggables.notify('onDrag', this, event); - this.draw(pointer); - if(this.options.change) this.options.change(this); - - if(this.options.scroll) { - this.stopScrolling(); - - var p; - if (this.options.scroll == window) { - with(this._getWindowScroll(this.options.scroll)) { p = [ left, top, left+width, top+height ]; } - } else { - p = Position.page(this.options.scroll); - p[0] += this.options.scroll.scrollLeft; - p[1] += this.options.scroll.scrollTop; - p.push(p[0]+this.options.scroll.offsetWidth); - p.push(p[1]+this.options.scroll.offsetHeight); - } - var speed = [0,0]; - if(pointer[0] < (p[0]+this.options.scrollSensitivity)) speed[0] = pointer[0]-(p[0]+this.options.scrollSensitivity); - if(pointer[1] < (p[1]+this.options.scrollSensitivity)) speed[1] = pointer[1]-(p[1]+this.options.scrollSensitivity); - if(pointer[0] > (p[2]-this.options.scrollSensitivity)) speed[0] = pointer[0]-(p[2]-this.options.scrollSensitivity); - if(pointer[1] > (p[3]-this.options.scrollSensitivity)) speed[1] = pointer[1]-(p[3]-this.options.scrollSensitivity); - this.startScrolling(speed); - } - - // fix AppleWebKit rendering - if(navigator.appVersion.indexOf('AppleWebKit')>0) window.scrollBy(0,0); - - Event.stop(event); - }, - - finishDrag: function(event, success) { - this.dragging = false; - - if(this.options.ghosting) { - Position.relativize(this.element); - Element.remove(this._clone); - this._clone = null; - } - - if(success) Droppables.fire(event, this.element); - Draggables.notify('onEnd', this, event); - - var revert = this.options.revert; - if(revert && typeof revert == 'function') revert = revert(this.element); - - var d = this.currentDelta(); - if(revert && this.options.reverteffect) { - this.options.reverteffect(this.element, - d[1]-this.delta[1], d[0]-this.delta[0]); - } else { - this.delta = d; - } - - if(this.options.zindex) - this.element.style.zIndex = this.originalZ; - - if(this.options.endeffect) - this.options.endeffect(this.element); - - Draggables.deactivate(this); - Droppables.reset(); - }, - - keyPress: function(event) { - if(event.keyCode!=Event.KEY_ESC) return; - this.finishDrag(event, false); - Event.stop(event); - }, - - endDrag: function(event) { - if(!this.dragging) return; - this.stopScrolling(); - this.finishDrag(event, true); - Event.stop(event); - }, - - draw: function(point) { - var pos = Position.cumulativeOffset(this.element); - var d = this.currentDelta(); - pos[0] -= d[0]; pos[1] -= d[1]; - - if(this.options.scroll && (this.options.scroll != window)) { - pos[0] -= this.options.scroll.scrollLeft-this.originalScrollLeft; - pos[1] -= this.options.scroll.scrollTop-this.originalScrollTop; - } - - var p = [0,1].map(function(i){ - return (point[i]-pos[i]-this.offset[i]) - }.bind(this)); - - if(this.options.snap) { - if(typeof this.options.snap == 'function') { - p = this.options.snap(p[0],p[1],this); - } else { - if(this.options.snap instanceof Array) { - p = p.map( function(v, i) { - return Math.round(v/this.options.snap[i])*this.options.snap[i] }.bind(this)) - } else { - p = p.map( function(v) { - return Math.round(v/this.options.snap)*this.options.snap }.bind(this)) - } - }} - - var style = this.element.style; - if((!this.options.constraint) || (this.options.constraint=='horizontal')) - style.left = p[0] + "px"; - if((!this.options.constraint) || (this.options.constraint=='vertical')) - style.top = p[1] + "px"; - if(style.visibility=="hidden") style.visibility = ""; // fix gecko rendering - }, - - stopScrolling: function() { - if(this.scrollInterval) { - clearInterval(this.scrollInterval); - this.scrollInterval = null; - Draggables._lastScrollPointer = null; - } - }, - - startScrolling: function(speed) { - this.scrollSpeed = [speed[0]*this.options.scrollSpeed,speed[1]*this.options.scrollSpeed]; - this.lastScrolled = new Date(); - this.scrollInterval = setInterval(this.scroll.bind(this), 10); - }, - - scroll: function() { - var current = new Date(); - var delta = current - this.lastScrolled; - this.lastScrolled = current; - if(this.options.scroll == window) { - with (this._getWindowScroll(this.options.scroll)) { - if (this.scrollSpeed[0] || this.scrollSpeed[1]) { - var d = delta / 1000; - this.options.scroll.scrollTo( left + d*this.scrollSpeed[0], top + d*this.scrollSpeed[1] ); - } - } - } else { - this.options.scroll.scrollLeft += this.scrollSpeed[0] * delta / 1000; - this.options.scroll.scrollTop += this.scrollSpeed[1] * delta / 1000; - } - - Position.prepare(); - Droppables.show(Draggables._lastPointer, this.element); - Draggables.notify('onDrag', this); - Draggables._lastScrollPointer = Draggables._lastScrollPointer || $A(Draggables._lastPointer); - Draggables._lastScrollPointer[0] += this.scrollSpeed[0] * delta / 1000; - Draggables._lastScrollPointer[1] += this.scrollSpeed[1] * delta / 1000; - if (Draggables._lastScrollPointer[0] < 0) - Draggables._lastScrollPointer[0] = 0; - if (Draggables._lastScrollPointer[1] < 0) - Draggables._lastScrollPointer[1] = 0; - this.draw(Draggables._lastScrollPointer); - - if(this.options.change) this.options.change(this); - }, - - _getWindowScroll: function(w) { - var T, L, W, H; - with (w.document) { - if (w.document.documentElement && documentElement.scrollTop) { - T = documentElement.scrollTop; - L = documentElement.scrollLeft; - } else if (w.document.body) { - T = body.scrollTop; - L = body.scrollLeft; - } - if (w.innerWidth) { - W = w.innerWidth; - H = w.innerHeight; - } else if (w.document.documentElement && documentElement.clientWidth) { - W = documentElement.clientWidth; - H = documentElement.clientHeight; - } else { - W = body.offsetWidth; - H = body.offsetHeight - } - } - return { top: T, left: L, width: W, height: H }; - } -} - -/*--------------------------------------------------------------------------*/ - -var SortableObserver = Class.create(); -SortableObserver.prototype = { - initialize: function(element, observer) { - this.element = $PR(element); - this.observer = observer; - this.lastValue = Sortable.serialize(this.element); - }, - - onStart: function() { - this.lastValue = Sortable.serialize(this.element); - }, - - onEnd: function() { - Sortable.unmark(); - if(this.lastValue != Sortable.serialize(this.element)) - this.observer(this.element) - } -} - -var Sortable = { - sortables: {}, - - _findRootElement: function(element) { - while (element.tagName != "BODY") { - if(element.id && Sortable.sortables[element.id]) return element; - element = element.parentNode; - } - }, - - options: function(element) { - element = Sortable._findRootElement($PR(element)); - if(!element) return; - return Sortable.sortables[element.id]; - }, - - destroy: function(element){ - var s = Sortable.options(element); - - if(s) { - Draggables.removeObserver(s.element); - s.droppables.each(function(d){ Droppables.remove(d) }); - s.draggables.invoke('destroy'); - - delete Sortable.sortables[s.element.id]; - } - }, - - create: function(element) { - element = $PR(element); - var options = Object.extend({ - element: element, - tag: 'li', // assumes li children, override with tag: 'tagname' - dropOnEmpty: false, - tree: false, - treeTag: 'ul', - overlap: 'vertical', // one of 'vertical', 'horizontal' - constraint: 'vertical', // one of 'vertical', 'horizontal', false - containment: element, // also takes array of elements (or id's); or false - handle: false, // or a CSS class - only: false, - hoverclass: null, - ghosting: false, - scroll: false, - scrollSensitivity: 20, - scrollSpeed: 15, - format: /^[^_]*_(.*)$/, - onChange: Prototype.emptyFunction, - onUpdate: Prototype.emptyFunction - }, arguments[1] || {}); - - // clear any old sortable with same element - this.destroy(element); - - // build options for the draggables - var options_for_draggable = { - revert: true, - scroll: options.scroll, - scrollSpeed: options.scrollSpeed, - scrollSensitivity: options.scrollSensitivity, - ghosting: options.ghosting, - constraint: options.constraint, - handle: options.handle }; - - if(options.starteffect) - options_for_draggable.starteffect = options.starteffect; - - if(options.reverteffect) - options_for_draggable.reverteffect = options.reverteffect; - else - if(options.ghosting) options_for_draggable.reverteffect = function(element) { - element.style.top = 0; - element.style.left = 0; - }; - - if(options.endeffect) - options_for_draggable.endeffect = options.endeffect; - - if(options.zindex) - options_for_draggable.zindex = options.zindex; - - // build options for the droppables - var options_for_droppable = { - overlap: options.overlap, - containment: options.containment, - tree: options.tree, - hoverclass: options.hoverclass, - onHover: Sortable.onHover - //greedy: !options.dropOnEmpty - } - - var options_for_tree = { - onHover: Sortable.onEmptyHover, - overlap: options.overlap, - containment: options.containment, - hoverclass: options.hoverclass - } - - // fix for gecko engine - Element.cleanWhitespace(element); - - options.draggables = []; - options.droppables = []; - - // drop on empty handling - if(options.dropOnEmpty || options.tree) { - Droppables.add(element, options_for_tree); - options.droppables.push(element); - } - - (this.findElements(element, options) || []).each( function(e) { - // handles are per-draggable - var handle = options.handle ? - Element.childrenWithClassName(e, options.handle)[0] : e; - options.draggables.push( - new Draggable(e, Object.extend(options_for_draggable, { handle: handle }))); - Droppables.add(e, options_for_droppable); - if(options.tree) e.treeNode = element; - options.droppables.push(e); - }); - - if(options.tree) { - (Sortable.findTreeElements(element, options) || []).each( function(e) { - Droppables.add(e, options_for_tree); - e.treeNode = element; - options.droppables.push(e); - }); - } - - // keep reference - this.sortables[element.id] = options; - - // for onupdate - Draggables.addObserver(new SortableObserver(element, options.onUpdate)); - - }, - - // return all suitable-for-sortable elements in a guaranteed order - findElements: function(element, options) { - return Element.findChildren( - element, options.only, options.tree ? true : false, options.tag); - }, - - findTreeElements: function(element, options) { - return Element.findChildren( - element, options.only, options.tree ? true : false, options.treeTag); - }, - - onHover: function(element, dropon, overlap) { - if(Element.isParent(dropon, element)) return; - - if(overlap > .33 && overlap < .66 && Sortable.options(dropon).tree) { - return; - } else if(overlap>0.5) { - Sortable.mark(dropon, 'before'); - if(dropon.previousSibling != element) { - var oldParentNode = element.parentNode; - element.style.visibility = "hidden"; // fix gecko rendering - dropon.parentNode.insertBefore(element, dropon); - if(dropon.parentNode!=oldParentNode) - Sortable.options(oldParentNode).onChange(element); - Sortable.options(dropon.parentNode).onChange(element); - } - } else { - Sortable.mark(dropon, 'after'); - var nextElement = dropon.nextSibling || null; - if(nextElement != element) { - var oldParentNode = element.parentNode; - element.style.visibility = "hidden"; // fix gecko rendering - dropon.parentNode.insertBefore(element, nextElement); - if(dropon.parentNode!=oldParentNode) - Sortable.options(oldParentNode).onChange(element); - Sortable.options(dropon.parentNode).onChange(element); - } - } - }, - - onEmptyHover: function(element, dropon, overlap) { - var oldParentNode = element.parentNode; - var droponOptions = Sortable.options(dropon); - - if(!Element.isParent(dropon, element)) { - var index; - - var children = Sortable.findElements(dropon, {tag: droponOptions.tag}); - var child = null; - - if(children) { - var offset = Element.offsetSize(dropon, droponOptions.overlap) * (1.0 - overlap); - - for (index = 0; index < children.length; index += 1) { - if (offset - Element.offsetSize (children[index], droponOptions.overlap) >= 0) { - offset -= Element.offsetSize (children[index], droponOptions.overlap); - } else if (offset - (Element.offsetSize (children[index], droponOptions.overlap) / 2) >= 0) { - child = index + 1 < children.length ? children[index + 1] : null; - break; - } else { - child = children[index]; - break; - } - } - } - - dropon.insertBefore(element, child); - - Sortable.options(oldParentNode).onChange(element); - droponOptions.onChange(element); - } - }, - - unmark: function() { - if(Sortable._marker) Element.hide(Sortable._marker); - }, - - mark: function(dropon, position) { - // mark on ghosting only - var sortable = Sortable.options(dropon.parentNode); - if(sortable && !sortable.ghosting) return; - - if(!Sortable._marker) { - Sortable._marker = $PR('dropmarker') || document.createElement('DIV'); - Element.hide(Sortable._marker); - Element.addClassName(Sortable._marker, 'dropmarker'); - Sortable._marker.style.position = 'absolute'; - document.getElementsByTagName("body").item(0).appendChild(Sortable._marker); - } - var offsets = Position.cumulativeOffset(dropon); - Sortable._marker.style.left = offsets[0] + 'px'; - Sortable._marker.style.top = offsets[1] + 'px'; - - if(position=='after') - if(sortable.overlap == 'horizontal') - Sortable._marker.style.left = (offsets[0]+dropon.clientWidth) + 'px'; - else - Sortable._marker.style.top = (offsets[1]+dropon.clientHeight) + 'px'; - - Element.show(Sortable._marker); - }, - - _tree: function(element, options, parent) { - var children = Sortable.findElements(element, options) || []; - - for (var i = 0; i < children.length; ++i) { - var match = children[i].id.match(options.format); - - if (!match) continue; - - var child = { - id: encodeURIComponent(match ? match[1] : null), - element: element, - parent: parent, - children: new Array, - position: parent.children.length, - container: Sortable._findChildrenElement(children[i], options.treeTag.toUpperCase()) - } - - /* Get the element containing the children and recurse over it */ - if (child.container) - this._tree(child.container, options, child) - - parent.children.push (child); - } - - return parent; - }, - - /* Finds the first element of the given tag type within a parent element. - Used for finding the first LI[ST] within a L[IST]I[TEM].*/ - _findChildrenElement: function (element, containerTag) { - if (element && element.hasChildNodes) - for (var i = 0; i < element.childNodes.length; ++i) - if (element.childNodes[i].tagName == containerTag) - return element.childNodes[i]; - - return null; - }, - - tree: function(element) { - element = $PR(element); - var sortableOptions = this.options(element); - var options = Object.extend({ - tag: sortableOptions.tag, - treeTag: sortableOptions.treeTag, - only: sortableOptions.only, - name: element.id, - format: sortableOptions.format - }, arguments[1] || {}); - - var root = { - id: null, - parent: null, - children: new Array, - container: element, - position: 0 - } - - return Sortable._tree (element, options, root); - }, - - /* Construct a [i] index for a particular node */ - _constructIndex: function(node) { - var index = ''; - do { - if (node.id) index = '[' + node.position + ']' + index; - } while ((node = node.parent) != null); - return index; - }, - - sequence: function(element) { - element = $PR(element); - var options = Object.extend(this.options(element), arguments[1] || {}); - - return $PR(this.findElements(element, options) || []).map( function(item) { - return item.id.match(options.format) ? item.id.match(options.format)[1] : ''; - }); - }, - - setSequence: function(element, new_sequence) { - element = $PR(element); - var options = Object.extend(this.options(element), arguments[2] || {}); - - var nodeMap = {}; - this.findElements(element, options).each( function(n) { - if (n.id.match(options.format)) - nodeMap[n.id.match(options.format)[1]] = [n, n.parentNode]; - n.parentNode.removeChild(n); - }); - - new_sequence.each(function(ident) { - var n = nodeMap[ident]; - if (n) { - n[1].appendChild(n[0]); - delete nodeMap[ident]; - } - }); - }, - - serialize: function(element) { - element = $PR(element); - var options = Object.extend(Sortable.options(element), arguments[1] || {}); - var name = encodeURIComponent( - (arguments[1] && arguments[1].name) ? arguments[1].name : element.id); - - if (options.tree) { - return Sortable.tree(element, arguments[1]).children.map( function (item) { - return [name + Sortable._constructIndex(item) + "=" + - encodeURIComponent(item.id)].concat(item.children.map(arguments.callee)); - }).flatten().join('&'); - } else { - return Sortable.sequence(element, arguments[1]).map( function(item) { - return name + "[]=" + encodeURIComponent(item); - }).join('&'); - } - } -} - -/* Returns true if child is contained within element */ -Element.isParent = function(child, element) { - if (!child.parentNode || child == element) return false; - - if (child.parentNode == element) return true; - - return Element.isParent(child.parentNode, element); -} - -Element.findChildren = function(element, only, recursive, tagName) { - if(!element.hasChildNodes()) return null; - tagName = tagName.toUpperCase(); - if(only) only = [only].flatten(); - var elements = []; - $A(element.childNodes).each( function(e) { - if(e.tagName && e.tagName.toUpperCase()==tagName && - (!only || (Element.classNames(e).detect(function(v) { return only.include(v) })))) - elements.push(e); - if(recursive) { - var grandchildren = Element.findChildren(e, only, recursive, tagName); - if(grandchildren) elements.push(grandchildren); - } - }); - - return (elements.length>0 ? elements.flatten() : []); -} - -Element.offsetSize = function (element, type) { - if (type == 'vertical' || type == 'height') - return element.offsetHeight; - else - return element.offsetWidth; -} diff --git a/view/js/cropper/lib/effects.js b/view/js/cropper/lib/effects.js deleted file mode 100644 index 7e0407deb3..0000000000 --- a/view/js/cropper/lib/effects.js +++ /dev/null @@ -1,958 +0,0 @@ -// Copyright (c) 2005 Thomas Fuchs (http://script.aculo.us, http://mir.aculo.us) -// Contributors: -// Justin Palmer (http://encytemedia.com/) -// Mark Pilgrim (http://diveintomark.org/) -// Martin Bialasinki -// -// See scriptaculous.js for full license. - -// converts rgb() and #xxx to #xxxxxx format, -// returns self (or first argument) if not convertable -String.prototype.parseColor = function() { - var color = '#'; - if(this.slice(0,4) == 'rgb(') { - var cols = this.slice(4,this.length-1).split(','); - var i=0; do { color += parseInt(cols[i]).toColorPart() } while (++i<3); - } else { - if(this.slice(0,1) == '#') { - if(this.length==4) for(var i=1;i<4;i++) color += (this.charAt(i) + this.charAt(i)).toLowerCase(); - if(this.length==7) color = this.toLowerCase(); - } - } - return(color.length==7 ? color : (arguments[0] || this)); -} - -/*--------------------------------------------------------------------------*/ - -Element.collectTextNodes = function(element) { - return $A($PR(element).childNodes).collect( function(node) { - return (node.nodeType==3 ? node.nodeValue : - (node.hasChildNodes() ? Element.collectTextNodes(node) : '')); - }).flatten().join(''); -} - -Element.collectTextNodesIgnoreClass = function(element, className) { - return $A($PR(element).childNodes).collect( function(node) { - return (node.nodeType==3 ? node.nodeValue : - ((node.hasChildNodes() && !Element.hasClassName(node,className)) ? - Element.collectTextNodesIgnoreClass(node, className) : '')); - }).flatten().join(''); -} - -Element.setContentZoom = function(element, percent) { - element = $PR(element); - Element.setStyle(element, {fontSize: (percent/100) + 'em'}); - if(navigator.appVersion.indexOf('AppleWebKit')>0) window.scrollBy(0,0); -} - -Element.getOpacity = function(element){ - var opacity; - if (opacity = Element.getStyle(element, 'opacity')) - return parseFloat(opacity); - if (opacity = (Element.getStyle(element, 'filter') || '').match(/alpha\(opacity=(.*)\)/)) - if(opacity[1]) return parseFloat(opacity[1]) / 100; - return 1.0; -} - -Element.setOpacity = function(element, value){ - element= $PR(element); - if (value == 1){ - Element.setStyle(element, { opacity: - (/Gecko/.test(navigator.userAgent) && !/Konqueror|Safari|KHTML/.test(navigator.userAgent)) ? - 0.999999 : null }); - if(/MSIE/.test(navigator.userAgent)) - Element.setStyle(element, {filter: Element.getStyle(element,'filter').replace(/alpha\([^\)]*\)/gi,'')}); - } else { - if(value < 0.00001) value = 0; - Element.setStyle(element, {opacity: value}); - if(/MSIE/.test(navigator.userAgent)) - Element.setStyle(element, - { filter: Element.getStyle(element,'filter').replace(/alpha\([^\)]*\)/gi,'') + - 'alpha(opacity='+value*100+')' }); - } -} - -Element.getInlineOpacity = function(element){ - return $PR(element).style.opacity || ''; -} - -Element.childrenWithClassName = function(element, className, findFirst) { - var classNameRegExp = new RegExp("(^|\\s)" + className + "(\\s|$)"); - var results = $A($PR(element).getElementsByTagName('*'))[findFirst ? 'detect' : 'select']( function(c) { - return (c.className && c.className.match(classNameRegExp)); - }); - if(!results) results = []; - return results; -} - -Element.forceRerendering = function(element) { - try { - element = $PR(element); - var n = document.createTextNode(' '); - element.appendChild(n); - element.removeChild(n); - } catch(e) { } -}; - -/*--------------------------------------------------------------------------*/ - -Array.prototype.call = function() { - var args = arguments; - this.each(function(f){ f.apply(this, args) }); -} - -/*--------------------------------------------------------------------------*/ - -var Effect = { - tagifyText: function(element) { - var tagifyStyle = 'position:relative'; - if(/MSIE/.test(navigator.userAgent)) tagifyStyle += ';zoom:1'; - element = $PR(element); - $A(element.childNodes).each( function(child) { - if(child.nodeType==3) { - child.nodeValue.toArray().each( function(character) { - element.insertBefore( - Builder.node('span',{style: tagifyStyle}, - character == ' ' ? String.fromCharCode(160) : character), - child); - }); - Element.remove(child); - } - }); - }, - multiple: function(element, effect) { - var elements; - if(((typeof element == 'object') || - (typeof element == 'function')) && - (element.length)) - elements = element; - else - elements = $PR(element).childNodes; - - var options = Object.extend({ - speed: 0.1, - delay: 0.0 - }, arguments[2] || {}); - var masterDelay = options.delay; - - $A(elements).each( function(element, index) { - new effect(element, Object.extend(options, { delay: index * options.speed + masterDelay })); - }); - }, - PAIRS: { - 'slide': ['SlideDown','SlideUp'], - 'blind': ['BlindDown','BlindUp'], - 'appear': ['Appear','Fade'] - }, - toggle: function(element, effect) { - element = $PR(element); - effect = (effect || 'appear').toLowerCase(); - var options = Object.extend({ - queue: { position:'end', scope:(element.id || 'global'), limit: 1 } - }, arguments[2] || {}); - Effect[element.visible() ? - Effect.PAIRS[effect][1] : Effect.PAIRS[effect][0]](element, options); - } -}; - -var Effect2 = Effect; // deprecated - -/* ------------- transitions ------------- */ - -Effect.Transitions = {} - -Effect.Transitions.linear = function(pos) { - return pos; -} -Effect.Transitions.sinoidal = function(pos) { - return (-Math.cos(pos*Math.PI)/2) + 0.5; -} -Effect.Transitions.reverse = function(pos) { - return 1-pos; -} -Effect.Transitions.flicker = function(pos) { - return ((-Math.cos(pos*Math.PI)/4) + 0.75) + Math.random()/4; -} -Effect.Transitions.wobble = function(pos) { - return (-Math.cos(pos*Math.PI*(9*pos))/2) + 0.5; -} -Effect.Transitions.pulse = function(pos) { - return (Math.floor(pos*10) % 2 == 0 ? - (pos*10-Math.floor(pos*10)) : 1-(pos*10-Math.floor(pos*10))); -} -Effect.Transitions.none = function(pos) { - return 0; -} -Effect.Transitions.full = function(pos) { - return 1; -} - -/* ------------- core effects ------------- */ - -Effect.ScopedQueue = Class.create(); -Object.extend(Object.extend(Effect.ScopedQueue.prototype, Enumerable), { - initialize: function() { - this.effects = []; - this.interval = null; - }, - _each: function(iterator) { - this.effects._each(iterator); - }, - add: function(effect) { - var timestamp = new Date().getTime(); - - var position = (typeof effect.options.queue == 'string') ? - effect.options.queue : effect.options.queue.position; - - switch(position) { - case 'front': - // move unstarted effects after this effect - this.effects.findAll(function(e){ return e.state=='idle' }).each( function(e) { - e.startOn += effect.finishOn; - e.finishOn += effect.finishOn; - }); - break; - case 'end': - // start effect after last queued effect has finished - timestamp = this.effects.pluck('finishOn').max() || timestamp; - break; - } - - effect.startOn += timestamp; - effect.finishOn += timestamp; - - if(!effect.options.queue.limit || (this.effects.length < effect.options.queue.limit)) - this.effects.push(effect); - - if(!this.interval) - this.interval = setInterval(this.loop.bind(this), 40); - }, - remove: function(effect) { - this.effects = this.effects.reject(function(e) { return e==effect }); - if(this.effects.length == 0) { - clearInterval(this.interval); - this.interval = null; - } - }, - loop: function() { - var timePos = new Date().getTime(); - this.effects.invoke('loop', timePos); - } -}); - -Effect.Queues = { - instances: $H(), - get: function(queueName) { - if(typeof queueName != 'string') return queueName; - - if(!this.instances[queueName]) - this.instances[queueName] = new Effect.ScopedQueue(); - - return this.instances[queueName]; - } -} -Effect.Queue = Effect.Queues.get('global'); - -Effect.DefaultOptions = { - transition: Effect.Transitions.sinoidal, - duration: 1.0, // seconds - fps: 25.0, // max. 25fps due to Effect.Queue implementation - sync: false, // true for combining - from: 0.0, - to: 1.0, - delay: 0.0, - queue: 'parallel' -} - -Effect.Base = function() {}; -Effect.Base.prototype = { - position: null, - start: function(options) { - this.options = Object.extend(Object.extend({},Effect.DefaultOptions), options || {}); - this.currentFrame = 0; - this.state = 'idle'; - this.startOn = this.options.delay*1000; - this.finishOn = this.startOn + (this.options.duration*1000); - this.event('beforeStart'); - if(!this.options.sync) - Effect.Queues.get(typeof this.options.queue == 'string' ? - 'global' : this.options.queue.scope).add(this); - }, - loop: function(timePos) { - if(timePos >= this.startOn) { - if(timePos >= this.finishOn) { - this.render(1.0); - this.cancel(); - this.event('beforeFinish'); - if(this.finish) this.finish(); - this.event('afterFinish'); - return; - } - var pos = (timePos - this.startOn) / (this.finishOn - this.startOn); - var frame = Math.round(pos * this.options.fps * this.options.duration); - if(frame > this.currentFrame) { - this.render(pos); - this.currentFrame = frame; - } - } - }, - render: function(pos) { - if(this.state == 'idle') { - this.state = 'running'; - this.event('beforeSetup'); - if(this.setup) this.setup(); - this.event('afterSetup'); - } - if(this.state == 'running') { - if(this.options.transition) pos = this.options.transition(pos); - pos *= (this.options.to-this.options.from); - pos += this.options.from; - this.position = pos; - this.event('beforeUpdate'); - if(this.update) this.update(pos); - this.event('afterUpdate'); - } - }, - cancel: function() { - if(!this.options.sync) - Effect.Queues.get(typeof this.options.queue == 'string' ? - 'global' : this.options.queue.scope).remove(this); - this.state = 'finished'; - }, - event: function(eventName) { - if(this.options[eventName + 'Internal']) this.options[eventName + 'Internal'](this); - if(this.options[eventName]) this.options[eventName](this); - }, - inspect: function() { - return '#'; - } -} - -Effect.Parallel = Class.create(); -Object.extend(Object.extend(Effect.Parallel.prototype, Effect.Base.prototype), { - initialize: function(effects) { - this.effects = effects || []; - this.start(arguments[1]); - }, - update: function(position) { - this.effects.invoke('render', position); - }, - finish: function(position) { - this.effects.each( function(effect) { - effect.render(1.0); - effect.cancel(); - effect.event('beforeFinish'); - if(effect.finish) effect.finish(position); - effect.event('afterFinish'); - }); - } -}); - -Effect.Opacity = Class.create(); -Object.extend(Object.extend(Effect.Opacity.prototype, Effect.Base.prototype), { - initialize: function(element) { - this.element = $PR(element); - // make this work on IE on elements without 'layout' - if(/MSIE/.test(navigator.userAgent) && (!this.element.hasLayout)) - this.element.setStyle({zoom: 1}); - var options = Object.extend({ - from: this.element.getOpacity() || 0.0, - to: 1.0 - }, arguments[1] || {}); - this.start(options); - }, - update: function(position) { - this.element.setOpacity(position); - } -}); - -Effect.Move = Class.create(); -Object.extend(Object.extend(Effect.Move.prototype, Effect.Base.prototype), { - initialize: function(element) { - this.element = $PR(element); - var options = Object.extend({ - x: 0, - y: 0, - mode: 'relative' - }, arguments[1] || {}); - this.start(options); - }, - setup: function() { - // Bug in Opera: Opera returns the "real" position of a static element or - // relative element that does not have top/left explicitly set. - // ==> Always set top and left for position relative elements in your stylesheets - // (to 0 if you do not need them) - this.element.makePositioned(); - this.originalLeft = parseFloat(this.element.getStyle('left') || '0'); - this.originalTop = parseFloat(this.element.getStyle('top') || '0'); - if(this.options.mode == 'absolute') { - // absolute movement, so we need to calc deltaX and deltaY - this.options.x = this.options.x - this.originalLeft; - this.options.y = this.options.y - this.originalTop; - } - }, - update: function(position) { - this.element.setStyle({ - left: this.options.x * position + this.originalLeft + 'px', - top: this.options.y * position + this.originalTop + 'px' - }); - } -}); - -// for backwards compatibility -Effect.MoveBy = function(element, toTop, toLeft) { - return new Effect.Move(element, - Object.extend({ x: toLeft, y: toTop }, arguments[3] || {})); -}; - -Effect.Scale = Class.create(); -Object.extend(Object.extend(Effect.Scale.prototype, Effect.Base.prototype), { - initialize: function(element, percent) { - this.element = $PR(element) - var options = Object.extend({ - scaleX: true, - scaleY: true, - scaleContent: true, - scaleFromCenter: false, - scaleMode: 'box', // 'box' or 'contents' or {} with provided values - scaleFrom: 100.0, - scaleTo: percent - }, arguments[2] || {}); - this.start(options); - }, - setup: function() { - this.restoreAfterFinish = this.options.restoreAfterFinish || false; - this.elementPositioning = this.element.getStyle('position'); - - this.originalStyle = {}; - ['top','left','width','height','fontSize'].each( function(k) { - this.originalStyle[k] = this.element.style[k]; - }.bind(this)); - - this.originalTop = this.element.offsetTop; - this.originalLeft = this.element.offsetLeft; - - var fontSize = this.element.getStyle('font-size') || '100%'; - ['em','px','%'].each( function(fontSizeType) { - if(fontSize.indexOf(fontSizeType)>0) { - this.fontSize = parseFloat(fontSize); - this.fontSizeType = fontSizeType; - } - }.bind(this)); - - this.factor = (this.options.scaleTo - this.options.scaleFrom)/100; - - this.dims = null; - if(this.options.scaleMode=='box') - this.dims = [this.element.offsetHeight, this.element.offsetWidth]; - if(/^content/.test(this.options.scaleMode)) - this.dims = [this.element.scrollHeight, this.element.scrollWidth]; - if(!this.dims) - this.dims = [this.options.scaleMode.originalHeight, - this.options.scaleMode.originalWidth]; - }, - update: function(position) { - var currentScale = (this.options.scaleFrom/100.0) + (this.factor * position); - if(this.options.scaleContent && this.fontSize) - this.element.setStyle({fontSize: this.fontSize * currentScale + this.fontSizeType }); - this.setDimensions(this.dims[0] * currentScale, this.dims[1] * currentScale); - }, - finish: function(position) { - if (this.restoreAfterFinish) this.element.setStyle(this.originalStyle); - }, - setDimensions: function(height, width) { - var d = {}; - if(this.options.scaleX) d.width = width + 'px'; - if(this.options.scaleY) d.height = height + 'px'; - if(this.options.scaleFromCenter) { - var topd = (height - this.dims[0])/2; - var leftd = (width - this.dims[1])/2; - if(this.elementPositioning == 'absolute') { - if(this.options.scaleY) d.top = this.originalTop-topd + 'px'; - if(this.options.scaleX) d.left = this.originalLeft-leftd + 'px'; - } else { - if(this.options.scaleY) d.top = -topd + 'px'; - if(this.options.scaleX) d.left = -leftd + 'px'; - } - } - this.element.setStyle(d); - } -}); - -Effect.Highlight = Class.create(); -Object.extend(Object.extend(Effect.Highlight.prototype, Effect.Base.prototype), { - initialize: function(element) { - this.element = $PR(element); - var options = Object.extend({ startcolor: '#ffff99' }, arguments[1] || {}); - this.start(options); - }, - setup: function() { - // Prevent executing on elements not in the layout flow - if(this.element.getStyle('display')=='none') { this.cancel(); return; } - // Disable background image during the effect - this.oldStyle = { - backgroundImage: this.element.getStyle('background-image') }; - this.element.setStyle({backgroundImage: 'none'}); - if(!this.options.endcolor) - this.options.endcolor = this.element.getStyle('background-color').parseColor('#ffffff'); - if(!this.options.restorecolor) - this.options.restorecolor = this.element.getStyle('background-color'); - // init color calculations - this._base = $R(0,2).map(function(i){ return parseInt(this.options.startcolor.slice(i*2+1,i*2+3),16) }.bind(this)); - this._delta = $R(0,2).map(function(i){ return parseInt(this.options.endcolor.slice(i*2+1,i*2+3),16)-this._base[i] }.bind(this)); - }, - update: function(position) { - this.element.setStyle({backgroundColor: $R(0,2).inject('#',function(m,v,i){ - return m+(Math.round(this._base[i]+(this._delta[i]*position)).toColorPart()); }.bind(this)) }); - }, - finish: function() { - this.element.setStyle(Object.extend(this.oldStyle, { - backgroundColor: this.options.restorecolor - })); - } -}); - -Effect.ScrollTo = Class.create(); -Object.extend(Object.extend(Effect.ScrollTo.prototype, Effect.Base.prototype), { - initialize: function(element) { - this.element = $PR(element); - this.start(arguments[1] || {}); - }, - setup: function() { - Position.prepare(); - var offsets = Position.cumulativeOffset(this.element); - if(this.options.offset) offsets[1] += this.options.offset; - var max = window.innerHeight ? - window.height - window.innerHeight : - document.body.scrollHeight - - (document.documentElement.clientHeight ? - document.documentElement.clientHeight : document.body.clientHeight); - this.scrollStart = Position.deltaY; - this.delta = (offsets[1] > max ? max : offsets[1]) - this.scrollStart; - }, - update: function(position) { - Position.prepare(); - window.scrollTo(Position.deltaX, - this.scrollStart + (position*this.delta)); - } -}); - -/* ------------- combination effects ------------- */ - -Effect.Fade = function(element) { - element = $PR(element); - var oldOpacity = element.getInlineOpacity(); - var options = Object.extend({ - from: element.getOpacity() || 1.0, - to: 0.0, - afterFinishInternal: function(effect) { - if(effect.options.to!=0) return; - effect.element.hide(); - effect.element.setStyle({opacity: oldOpacity}); - }}, arguments[1] || {}); - return new Effect.Opacity(element,options); -} - -Effect.Appear = function(element) { - element = $PR(element); - var options = Object.extend({ - from: (element.getStyle('display') == 'none' ? 0.0 : element.getOpacity() || 0.0), - to: 1.0, - // force Safari to render floated elements properly - afterFinishInternal: function(effect) { - effect.element.forceRerendering(); - }, - beforeSetup: function(effect) { - effect.element.setOpacity(effect.options.from); - effect.element.show(); - }}, arguments[1] || {}); - return new Effect.Opacity(element,options); -} - -Effect.Puff = function(element) { - element = $PR(element); - var oldStyle = { opacity: element.getInlineOpacity(), position: element.getStyle('position') }; - return new Effect.Parallel( - [ new Effect.Scale(element, 200, - { sync: true, scaleFromCenter: true, scaleContent: true, restoreAfterFinish: true }), - new Effect.Opacity(element, { sync: true, to: 0.0 } ) ], - Object.extend({ duration: 1.0, - beforeSetupInternal: function(effect) { - effect.effects[0].element.setStyle({position: 'absolute'}); }, - afterFinishInternal: function(effect) { - effect.effects[0].element.hide(); - effect.effects[0].element.setStyle(oldStyle); } - }, arguments[1] || {}) - ); -} - -Effect.BlindUp = function(element) { - element = $PR(element); - element.makeClipping(); - return new Effect.Scale(element, 0, - Object.extend({ scaleContent: false, - scaleX: false, - restoreAfterFinish: true, - afterFinishInternal: function(effect) { - effect.element.hide(); - effect.element.undoClipping(); - } - }, arguments[1] || {}) - ); -} - -Effect.BlindDown = function(element) { - element = $PR(element); - var elementDimensions = element.getDimensions(); - return new Effect.Scale(element, 100, - Object.extend({ scaleContent: false, - scaleX: false, - scaleFrom: 0, - scaleMode: {originalHeight: elementDimensions.height, originalWidth: elementDimensions.width}, - restoreAfterFinish: true, - afterSetup: function(effect) { - effect.element.makeClipping(); - effect.element.setStyle({height: '0px'}); - effect.element.show(); - }, - afterFinishInternal: function(effect) { - effect.element.undoClipping(); - } - }, arguments[1] || {}) - ); -} - -Effect.SwitchOff = function(element) { - element = $PR(element); - var oldOpacity = element.getInlineOpacity(); - return new Effect.Appear(element, { - duration: 0.4, - from: 0, - transition: Effect.Transitions.flicker, - afterFinishInternal: function(effect) { - new Effect.Scale(effect.element, 1, { - duration: 0.3, scaleFromCenter: true, - scaleX: false, scaleContent: false, restoreAfterFinish: true, - beforeSetup: function(effect) { - effect.element.makePositioned(); - effect.element.makeClipping(); - }, - afterFinishInternal: function(effect) { - effect.element.hide(); - effect.element.undoClipping(); - effect.element.undoPositioned(); - effect.element.setStyle({opacity: oldOpacity}); - } - }) - } - }); -} - -Effect.DropOut = function(element) { - element = $PR(element); - var oldStyle = { - top: element.getStyle('top'), - left: element.getStyle('left'), - opacity: element.getInlineOpacity() }; - return new Effect.Parallel( - [ new Effect.Move(element, {x: 0, y: 100, sync: true }), - new Effect.Opacity(element, { sync: true, to: 0.0 }) ], - Object.extend( - { duration: 0.5, - beforeSetup: function(effect) { - effect.effects[0].element.makePositioned(); - }, - afterFinishInternal: function(effect) { - effect.effects[0].element.hide(); - effect.effects[0].element.undoPositioned(); - effect.effects[0].element.setStyle(oldStyle); - } - }, arguments[1] || {})); -} - -Effect.Shake = function(element) { - element = $PR(element); - var oldStyle = { - top: element.getStyle('top'), - left: element.getStyle('left') }; - return new Effect.Move(element, - { x: 20, y: 0, duration: 0.05, afterFinishInternal: function(effect) { - new Effect.Move(effect.element, - { x: -40, y: 0, duration: 0.1, afterFinishInternal: function(effect) { - new Effect.Move(effect.element, - { x: 40, y: 0, duration: 0.1, afterFinishInternal: function(effect) { - new Effect.Move(effect.element, - { x: -40, y: 0, duration: 0.1, afterFinishInternal: function(effect) { - new Effect.Move(effect.element, - { x: 40, y: 0, duration: 0.1, afterFinishInternal: function(effect) { - new Effect.Move(effect.element, - { x: -20, y: 0, duration: 0.05, afterFinishInternal: function(effect) { - effect.element.undoPositioned(); - effect.element.setStyle(oldStyle); - }}) }}) }}) }}) }}) }}); -} - -Effect.SlideDown = function(element) { - element = $PR(element); - element.cleanWhitespace(); - // SlideDown need to have the content of the element wrapped in a container element with fixed height! - var oldInnerBottom = $PR(element.firstChild).getStyle('bottom'); - var elementDimensions = element.getDimensions(); - return new Effect.Scale(element, 100, Object.extend({ - scaleContent: false, - scaleX: false, - scaleFrom: window.opera ? 0 : 1, - scaleMode: {originalHeight: elementDimensions.height, originalWidth: elementDimensions.width}, - restoreAfterFinish: true, - afterSetup: function(effect) { - effect.element.makePositioned(); - effect.element.firstChild.makePositioned(); - if(window.opera) effect.element.setStyle({top: ''}); - effect.element.makeClipping(); - effect.element.setStyle({height: '0px'}); - effect.element.show(); }, - afterUpdateInternal: function(effect) { - effect.element.firstChild.setStyle({bottom: - (effect.dims[0] - effect.element.clientHeight) + 'px' }); - }, - afterFinishInternal: function(effect) { - effect.element.undoClipping(); - // IE will crash if child is undoPositioned first - if(/MSIE/.test(navigator.userAgent)){ - effect.element.undoPositioned(); - effect.element.firstChild.undoPositioned(); - }else{ - effect.element.firstChild.undoPositioned(); - effect.element.undoPositioned(); - } - effect.element.firstChild.setStyle({bottom: oldInnerBottom}); } - }, arguments[1] || {}) - ); -} - -Effect.SlideUp = function(element) { - element = $PR(element); - element.cleanWhitespace(); - var oldInnerBottom = $PR(element.firstChild).getStyle('bottom'); - return new Effect.Scale(element, window.opera ? 0 : 1, - Object.extend({ scaleContent: false, - scaleX: false, - scaleMode: 'box', - scaleFrom: 100, - restoreAfterFinish: true, - beforeStartInternal: function(effect) { - effect.element.makePositioned(); - effect.element.firstChild.makePositioned(); - if(window.opera) effect.element.setStyle({top: ''}); - effect.element.makeClipping(); - effect.element.show(); }, - afterUpdateInternal: function(effect) { - effect.element.firstChild.setStyle({bottom: - (effect.dims[0] - effect.element.clientHeight) + 'px' }); }, - afterFinishInternal: function(effect) { - effect.element.hide(); - effect.element.undoClipping(); - effect.element.firstChild.undoPositioned(); - effect.element.undoPositioned(); - effect.element.setStyle({bottom: oldInnerBottom}); } - }, arguments[1] || {}) - ); -} - -// Bug in opera makes the TD containing this element expand for a instance after finish -Effect.Squish = function(element) { - return new Effect.Scale(element, window.opera ? 1 : 0, - { restoreAfterFinish: true, - beforeSetup: function(effect) { - effect.element.makeClipping(effect.element); }, - afterFinishInternal: function(effect) { - effect.element.hide(effect.element); - effect.element.undoClipping(effect.element); } - }); -} - -Effect.Grow = function(element) { - element = $PR(element); - var options = Object.extend({ - direction: 'center', - moveTransition: Effect.Transitions.sinoidal, - scaleTransition: Effect.Transitions.sinoidal, - opacityTransition: Effect.Transitions.full - }, arguments[1] || {}); - var oldStyle = { - top: element.style.top, - left: element.style.left, - height: element.style.height, - width: element.style.width, - opacity: element.getInlineOpacity() }; - - var dims = element.getDimensions(); - var initialMoveX, initialMoveY; - var moveX, moveY; - - switch (options.direction) { - case 'top-left': - initialMoveX = initialMoveY = moveX = moveY = 0; - break; - case 'top-right': - initialMoveX = dims.width; - initialMoveY = moveY = 0; - moveX = -dims.width; - break; - case 'bottom-left': - initialMoveX = moveX = 0; - initialMoveY = dims.height; - moveY = -dims.height; - break; - case 'bottom-right': - initialMoveX = dims.width; - initialMoveY = dims.height; - moveX = -dims.width; - moveY = -dims.height; - break; - case 'center': - initialMoveX = dims.width / 2; - initialMoveY = dims.height / 2; - moveX = -dims.width / 2; - moveY = -dims.height / 2; - break; - } - - return new Effect.Move(element, { - x: initialMoveX, - y: initialMoveY, - duration: 0.01, - beforeSetup: function(effect) { - effect.element.hide(); - effect.element.makeClipping(); - effect.element.makePositioned(); - }, - afterFinishInternal: function(effect) { - new Effect.Parallel( - [ new Effect.Opacity(effect.element, { sync: true, to: 1.0, from: 0.0, transition: options.opacityTransition }), - new Effect.Move(effect.element, { x: moveX, y: moveY, sync: true, transition: options.moveTransition }), - new Effect.Scale(effect.element, 100, { - scaleMode: { originalHeight: dims.height, originalWidth: dims.width }, - sync: true, scaleFrom: window.opera ? 1 : 0, transition: options.scaleTransition, restoreAfterFinish: true}) - ], Object.extend({ - beforeSetup: function(effect) { - effect.effects[0].element.setStyle({height: '0px'}); - effect.effects[0].element.show(); - }, - afterFinishInternal: function(effect) { - effect.effects[0].element.undoClipping(); - effect.effects[0].element.undoPositioned(); - effect.effects[0].element.setStyle(oldStyle); - } - }, options) - ) - } - }); -} - -Effect.Shrink = function(element) { - element = $PR(element); - var options = Object.extend({ - direction: 'center', - moveTransition: Effect.Transitions.sinoidal, - scaleTransition: Effect.Transitions.sinoidal, - opacityTransition: Effect.Transitions.none - }, arguments[1] || {}); - var oldStyle = { - top: element.style.top, - left: element.style.left, - height: element.style.height, - width: element.style.width, - opacity: element.getInlineOpacity() }; - - var dims = element.getDimensions(); - var moveX, moveY; - - switch (options.direction) { - case 'top-left': - moveX = moveY = 0; - break; - case 'top-right': - moveX = dims.width; - moveY = 0; - break; - case 'bottom-left': - moveX = 0; - moveY = dims.height; - break; - case 'bottom-right': - moveX = dims.width; - moveY = dims.height; - break; - case 'center': - moveX = dims.width / 2; - moveY = dims.height / 2; - break; - } - - return new Effect.Parallel( - [ new Effect.Opacity(element, { sync: true, to: 0.0, from: 1.0, transition: options.opacityTransition }), - new Effect.Scale(element, window.opera ? 1 : 0, { sync: true, transition: options.scaleTransition, restoreAfterFinish: true}), - new Effect.Move(element, { x: moveX, y: moveY, sync: true, transition: options.moveTransition }) - ], Object.extend({ - beforeStartInternal: function(effect) { - effect.effects[0].element.makePositioned(); - effect.effects[0].element.makeClipping(); }, - afterFinishInternal: function(effect) { - effect.effects[0].element.hide(); - effect.effects[0].element.undoClipping(); - effect.effects[0].element.undoPositioned(); - effect.effects[0].element.setStyle(oldStyle); } - }, options) - ); -} - -Effect.Pulsate = function(element) { - element = $PR(element); - var options = arguments[1] || {}; - var oldOpacity = element.getInlineOpacity(); - var transition = options.transition || Effect.Transitions.sinoidal; - var reverser = function(pos){ return transition(1-Effect.Transitions.pulse(pos)) }; - reverser.bind(transition); - return new Effect.Opacity(element, - Object.extend(Object.extend({ duration: 3.0, from: 0, - afterFinishInternal: function(effect) { effect.element.setStyle({opacity: oldOpacity}); } - }, options), {transition: reverser})); -} - -Effect.Fold = function(element) { - element = $PR(element); - var oldStyle = { - top: element.style.top, - left: element.style.left, - width: element.style.width, - height: element.style.height }; - Element.makeClipping(element); - return new Effect.Scale(element, 5, Object.extend({ - scaleContent: false, - scaleX: false, - afterFinishInternal: function(effect) { - new Effect.Scale(element, 1, { - scaleContent: false, - scaleY: false, - afterFinishInternal: function(effect) { - effect.element.hide(); - effect.element.undoClipping(); - effect.element.setStyle(oldStyle); - } }); - }}, arguments[1] || {})); -}; - -['setOpacity','getOpacity','getInlineOpacity','forceRerendering','setContentZoom', - 'collectTextNodes','collectTextNodesIgnoreClass','childrenWithClassName'].each( - function(f) { Element.Methods[f] = Element[f]; } -); - -Element.Methods.visualEffect = function(element, effect, options) { - s = effect.gsub(/_/, '-').camelize(); - effect_class = s.charAt(0).toUpperCase() + s.substring(1); - new Effect[effect_class](element, options); - return $PR(element); -}; - -Element.addMethods(); diff --git a/view/js/cropper/lib/prototype.js b/view/js/cropper/lib/prototype.js deleted file mode 100644 index 6682065875..0000000000 --- a/view/js/cropper/lib/prototype.js +++ /dev/null @@ -1,2006 +0,0 @@ -/* Prototype JavaScript framework, version 1.5.0_rc0 - * (c) 2005 Sam Stephenson - * - * Prototype is freely distributable under the terms of an MIT-style license. - * For details, see the Prototype web site: http://prototype.conio.net/ - * -/*--------------------------------------------------------------------------*/ - -var Prototype = { - Version: '1.5.0_rc0', - ScriptFragment: '(?:)((\n|\r|.)*?)(?:<\/script>)', - - emptyFunction: function() {}, - K: function(x) {return x} -} - -var Class = { - create: function() { - return function() { - this.initialize.apply(this, arguments); - } - } -} - -var Abstract = new Object(); - -Object.extend = function(destination, source) { - for (var property in source) { - destination[property] = source[property]; - } - return destination; -} - -Object.inspect = function(object) { - try { - if (object == undefined) return 'undefined'; - if (object == null) return 'null'; - return object.inspect ? object.inspect() : object.toString(); - } catch (e) { - if (e instanceof RangeError) return '...'; - throw e; - } -} - -Function.prototype.bind = function() { - var __method = this, args = $A(arguments), object = args.shift(); - return function() { - return __method.apply(object, args.concat($A(arguments))); - } -} - -Function.prototype.bindAsEventListener = function(object) { - var __method = this; - return function(event) { - return __method.call(object, event || window.event); - } -} - -Object.extend(Number.prototype, { - toColorPart: function() { - var digits = this.toString(16); - if (this < 16) return '0' + digits; - return digits; - }, - - succ: function() { - return this + 1; - }, - - times: function(iterator) { - $R(0, this, true).each(iterator); - return this; - } -}); - -var Try = { - these: function() { - var returnValue; - - for (var i = 0; i < arguments.length; i++) { - var lambda = arguments[i]; - try { - returnValue = lambda(); - break; - } catch (e) {} - } - - return returnValue; - } -} - -/*--------------------------------------------------------------------------*/ - -var PeriodicalExecuter = Class.create(); -PeriodicalExecuter.prototype = { - initialize: function(callback, frequency) { - this.callback = callback; - this.frequency = frequency; - this.currentlyExecuting = false; - - this.registerCallback(); - }, - - registerCallback: function() { - setInterval(this.onTimerEvent.bind(this), this.frequency * 1000); - }, - - onTimerEvent: function() { - if (!this.currentlyExecuting) { - try { - this.currentlyExecuting = true; - this.callback(); - } finally { - this.currentlyExecuting = false; - } - } - } -} -Object.extend(String.prototype, { - gsub: function(pattern, replacement) { - var result = '', source = this, match; - replacement = arguments.callee.prepareReplacement(replacement); - - while (source.length > 0) { - if (match = source.match(pattern)) { - result += source.slice(0, match.index); - result += (replacement(match) || '').toString(); - source = source.slice(match.index + match[0].length); - } else { - result += source, source = ''; - } - } - return result; - }, - - sub: function(pattern, replacement, count) { - replacement = this.gsub.prepareReplacement(replacement); - count = count === undefined ? 1 : count; - - return this.gsub(pattern, function(match) { - if (--count < 0) return match[0]; - return replacement(match); - }); - }, - - scan: function(pattern, iterator) { - this.gsub(pattern, iterator); - return this; - }, - - truncate: function(length, truncation) { - length = length || 30; - truncation = truncation === undefined ? '...' : truncation; - return this.length > length ? - this.slice(0, length - truncation.length) + truncation : this; - }, - - strip: function() { - return this.replace(/^\s+/, '').replace(/\s+$/, ''); - }, - - stripTags: function() { - return this.replace(/<\/?[^>]+>/gi, ''); - }, - - stripScripts: function() { - return this.replace(new RegExp(Prototype.ScriptFragment, 'img'), ''); - }, - - extractScripts: function() { - var matchAll = new RegExp(Prototype.ScriptFragment, 'img'); - var matchOne = new RegExp(Prototype.ScriptFragment, 'im'); - return (this.match(matchAll) || []).map(function(scriptTag) { - return (scriptTag.match(matchOne) || ['', ''])[1]; - }); - }, - - evalScripts: function() { - return this.extractScripts().map(function(script) { return eval(script) }); - }, - - escapeHTML: function() { - var div = document.createElement('div'); - var text = document.createTextNode(this); - div.appendChild(text); - return div.innerHTML; - }, - - unescapeHTML: function() { - var div = document.createElement('div'); - div.innerHTML = this.stripTags(); - return div.childNodes[0] ? div.childNodes[0].nodeValue : ''; - }, - - toQueryParams: function() { - var pairs = this.match(/^\??(.*)$/)[1].split('&'); - return pairs.inject({}, function(params, pairString) { - var pair = pairString.split('='); - params[pair[0]] = pair[1]; - return params; - }); - }, - - toArray: function() { - return this.split(''); - }, - - camelize: function() { - var oStringList = this.split('-'); - if (oStringList.length == 1) return oStringList[0]; - - var camelizedString = this.indexOf('-') == 0 - ? oStringList[0].charAt(0).toUpperCase() + oStringList[0].substring(1) - : oStringList[0]; - - for (var i = 1, len = oStringList.length; i < len; i++) { - var s = oStringList[i]; - camelizedString += s.charAt(0).toUpperCase() + s.substring(1); - } - - return camelizedString; - }, - - inspect: function() { - return "'" + this.replace(/\\/g, '\\\\').replace(/'/g, '\\\'') + "'"; - } -}); - -String.prototype.gsub.prepareReplacement = function(replacement) { - if (typeof replacement == 'function') return replacement; - var template = new Template(replacement); - return function(match) { return template.evaluate(match) }; -} - -String.prototype.parseQuery = String.prototype.toQueryParams; - -var Template = Class.create(); -Template.Pattern = /(^|.|\r|\n)(#\{(.*?)\})/; -Template.prototype = { - initialize: function(template, pattern) { - this.template = template.toString(); - this.pattern = pattern || Template.Pattern; - }, - - evaluate: function(object) { - return this.template.gsub(this.pattern, function(match) { - var before = match[1]; - if (before == '\\') return match[2]; - return before + (object[match[3]] || '').toString(); - }); - } -} - -var $break = new Object(); -var $continue = new Object(); - -var Enumerable = { - each: function(iterator) { - var index = 0; - try { - this._each(function(value) { - try { - iterator(value, index++); - } catch (e) { - if (e != $continue) throw e; - } - }); - } catch (e) { - if (e != $break) throw e; - } - }, - - all: function(iterator) { - var result = true; - this.each(function(value, index) { - result = result && !!(iterator || Prototype.K)(value, index); - if (!result) throw $break; - }); - return result; - }, - - any: function(iterator) { - var result = true; - this.each(function(value, index) { - if (result = !!(iterator || Prototype.K)(value, index)) - throw $break; - }); - return result; - }, - - collect: function(iterator) { - var results = []; - this.each(function(value, index) { - results.push(iterator(value, index)); - }); - return results; - }, - - detect: function (iterator) { - var result; - this.each(function(value, index) { - if (iterator(value, index)) { - result = value; - throw $break; - } - }); - return result; - }, - - findAll: function(iterator) { - var results = []; - this.each(function(value, index) { - if (iterator(value, index)) - results.push(value); - }); - return results; - }, - - grep: function(pattern, iterator) { - var results = []; - this.each(function(value, index) { - var stringValue = value.toString(); - if (stringValue.match(pattern)) - results.push((iterator || Prototype.K)(value, index)); - }) - return results; - }, - - include: function(object) { - var found = false; - this.each(function(value) { - if (value == object) { - found = true; - throw $break; - } - }); - return found; - }, - - inject: function(memo, iterator) { - this.each(function(value, index) { - memo = iterator(memo, value, index); - }); - return memo; - }, - - invoke: function(method) { - var args = $A(arguments).slice(1); - return this.collect(function(value) { - return value[method].apply(value, args); - }); - }, - - max: function(iterator) { - var result; - this.each(function(value, index) { - value = (iterator || Prototype.K)(value, index); - if (result == undefined || value >= result) - result = value; - }); - return result; - }, - - min: function(iterator) { - var result; - this.each(function(value, index) { - value = (iterator || Prototype.K)(value, index); - if (result == undefined || value < result) - result = value; - }); - return result; - }, - - partition: function(iterator) { - var trues = [], falses = []; - this.each(function(value, index) { - ((iterator || Prototype.K)(value, index) ? - trues : falses).push(value); - }); - return [trues, falses]; - }, - - pluck: function(property) { - var results = []; - this.each(function(value, index) { - results.push(value[property]); - }); - return results; - }, - - reject: function(iterator) { - var results = []; - this.each(function(value, index) { - if (!iterator(value, index)) - results.push(value); - }); - return results; - }, - - sortBy: function(iterator) { - return this.collect(function(value, index) { - return {value: value, criteria: iterator(value, index)}; - }).sort(function(left, right) { - var a = left.criteria, b = right.criteria; - return a < b ? -1 : a > b ? 1 : 0; - }).pluck('value'); - }, - - toArray: function() { - return this.collect(Prototype.K); - }, - - zip: function() { - var iterator = Prototype.K, args = $A(arguments); - if (typeof args.last() == 'function') - iterator = args.pop(); - - var collections = [this].concat(args).map($A); - return this.map(function(value, index) { - return iterator(collections.pluck(index)); - }); - }, - - inspect: function() { - return '#'; - } -} - -Object.extend(Enumerable, { - map: Enumerable.collect, - find: Enumerable.detect, - select: Enumerable.findAll, - member: Enumerable.include, - entries: Enumerable.toArray -}); -var $A = Array.from = function(iterable) { - if (!iterable) return []; - if (iterable.toArray) { - return iterable.toArray(); - } else { - var results = []; - for (var i = 0; i < iterable.length; i++) - results.push(iterable[i]); - return results; - } -} - -Object.extend(Array.prototype, Enumerable); - -if (!Array.prototype._reverse) - Array.prototype._reverse = Array.prototype.reverse; - -Object.extend(Array.prototype, { - _each: function(iterator) { - for (var i = 0; i < this.length; i++) - iterator(this[i]); - }, - - clear: function() { - this.length = 0; - return this; - }, - - first: function() { - return this[0]; - }, - - last: function() { - return this[this.length - 1]; - }, - - compact: function() { - return this.select(function(value) { - return value != undefined || value != null; - }); - }, - - flatten: function() { - return this.inject([], function(array, value) { - return array.concat(value && value.constructor == Array ? - value.flatten() : [value]); - }); - }, - - without: function() { - var values = $A(arguments); - return this.select(function(value) { - return !values.include(value); - }); - }, - - indexOf: function(object) { - for (var i = 0; i < this.length; i++) - if (this[i] == object) return i; - return -1; - }, - - reverse: function(inline) { - return (inline !== false ? this : this.toArray())._reverse(); - }, - - inspect: function() { - return '[' + this.map(Object.inspect).join(', ') + ']'; - } -}); -var Hash = { - _each: function(iterator) { - for (var key in this) { - var value = this[key]; - if (typeof value == 'function') continue; - - var pair = [key, value]; - pair.key = key; - pair.value = value; - iterator(pair); - } - }, - - keys: function() { - return this.pluck('key'); - }, - - values: function() { - return this.pluck('value'); - }, - - merge: function(hash) { - return $H(hash).inject($H(this), function(mergedHash, pair) { - mergedHash[pair.key] = pair.value; - return mergedHash; - }); - }, - - toQueryString: function() { - return this.map(function(pair) { - return pair.map(encodeURIComponent).join('='); - }).join('&'); - }, - - inspect: function() { - return '#'; - } -} - -function $H(object) { - var hash = Object.extend({}, object || {}); - Object.extend(hash, Enumerable); - Object.extend(hash, Hash); - return hash; -} -ObjectRange = Class.create(); -Object.extend(ObjectRange.prototype, Enumerable); -Object.extend(ObjectRange.prototype, { - initialize: function(start, end, exclusive) { - this.start = start; - this.end = end; - this.exclusive = exclusive; - }, - - _each: function(iterator) { - var value = this.start; - do { - iterator(value); - value = value.succ(); - } while (this.include(value)); - }, - - include: function(value) { - if (value < this.start) - return false; - if (this.exclusive) - return value < this.end; - return value <= this.end; - } -}); - -var $R = function(start, end, exclusive) { - return new ObjectRange(start, end, exclusive); -} - -var Ajax = { - getTransport: function() { - return Try.these( - function() {return new XMLHttpRequest()}, - function() {return new ActiveXObject('Msxml2.XMLHTTP')}, - function() {return new ActiveXObject('Microsoft.XMLHTTP')} - ) || false; - }, - - activeRequestCount: 0 -} - -Ajax.Responders = { - responders: [], - - _each: function(iterator) { - this.responders._each(iterator); - }, - - register: function(responderToAdd) { - if (!this.include(responderToAdd)) - this.responders.push(responderToAdd); - }, - - unregister: function(responderToRemove) { - this.responders = this.responders.without(responderToRemove); - }, - - dispatch: function(callback, request, transport, json) { - this.each(function(responder) { - if (responder[callback] && typeof responder[callback] == 'function') { - try { - responder[callback].apply(responder, [request, transport, json]); - } catch (e) {} - } - }); - } -}; - -Object.extend(Ajax.Responders, Enumerable); - -Ajax.Responders.register({ - onCreate: function() { - Ajax.activeRequestCount++; - }, - - onComplete: function() { - Ajax.activeRequestCount--; - } -}); - -Ajax.Base = function() {}; -Ajax.Base.prototype = { - setOptions: function(options) { - this.options = { - method: 'post', - asynchronous: true, - contentType: 'application/x-www-form-urlencoded', - parameters: '' - } - Object.extend(this.options, options || {}); - }, - - responseIsSuccess: function() { - return this.transport.status == undefined - || this.transport.status == 0 - || (this.transport.status >= 200 && this.transport.status < 300); - }, - - responseIsFailure: function() { - return !this.responseIsSuccess(); - } -} - -Ajax.Request = Class.create(); -Ajax.Request.Events = - ['Uninitialized', 'Loading', 'Loaded', 'Interactive', 'Complete']; - -Ajax.Request.prototype = Object.extend(new Ajax.Base(), { - initialize: function(url, options) { - this.transport = Ajax.getTransport(); - this.setOptions(options); - this.request(url); - }, - - request: function(url) { - var parameters = this.options.parameters || ''; - if (parameters.length > 0) parameters += '&_='; - - try { - this.url = url; - if (this.options.method == 'get' && parameters.length > 0) - this.url += (this.url.match(/\?/) ? '&' : '?') + parameters; - - Ajax.Responders.dispatch('onCreate', this, this.transport); - - this.transport.open(this.options.method, this.url, - this.options.asynchronous); - - if (this.options.asynchronous) { - this.transport.onreadystatechange = this.onStateChange.bind(this); - setTimeout((function() {this.respondToReadyState(1)}).bind(this), 10); - } - - this.setRequestHeaders(); - - var body = this.options.postBody ? this.options.postBody : parameters; - this.transport.send(this.options.method == 'post' ? body : null); - - } catch (e) { - this.dispatchException(e); - } - }, - - setRequestHeaders: function() { - var requestHeaders = - ['X-Requested-With', 'XMLHttpRequest', - 'X-Prototype-Version', Prototype.Version, - 'Accept', 'text/javascript, text/html, application/xml, text/xml, */*']; - - if (this.options.method == 'post') { - requestHeaders.push('Content-type', this.options.contentType); - - /* Force "Connection: close" for Mozilla browsers to work around - * a bug where XMLHttpReqeuest sends an incorrect Content-length - * header. See Mozilla Bugzilla #246651. - */ - if (this.transport.overrideMimeType) - requestHeaders.push('Connection', 'close'); - } - - if (this.options.requestHeaders) - requestHeaders.push.apply(requestHeaders, this.options.requestHeaders); - - for (var i = 0; i < requestHeaders.length; i += 2) - this.transport.setRequestHeader(requestHeaders[i], requestHeaders[i+1]); - }, - - onStateChange: function() { - var readyState = this.transport.readyState; - if (readyState != 1) - this.respondToReadyState(this.transport.readyState); - }, - - header: function(name) { - try { - return this.transport.getResponseHeader(name); - } catch (e) {} - }, - - evalJSON: function() { - try { - return eval('(' + this.header('X-JSON') + ')'); - } catch (e) {} - }, - - evalResponse: function() { - try { - return eval(this.transport.responseText); - } catch (e) { - this.dispatchException(e); - } - }, - - respondToReadyState: function(readyState) { - var event = Ajax.Request.Events[readyState]; - var transport = this.transport, json = this.evalJSON(); - - if (event == 'Complete') { - try { - (this.options['on' + this.transport.status] - || this.options['on' + (this.responseIsSuccess() ? 'Success' : 'Failure')] - || Prototype.emptyFunction)(transport, json); - } catch (e) { - this.dispatchException(e); - } - - if ((this.header('Content-type') || '').match(/^text\/javascript/i)) - this.evalResponse(); - } - - try { - (this.options['on' + event] || Prototype.emptyFunction)(transport, json); - Ajax.Responders.dispatch('on' + event, this, transport, json); - } catch (e) { - this.dispatchException(e); - } - - /* Avoid memory leak in MSIE: clean up the oncomplete event handler */ - if (event == 'Complete') - this.transport.onreadystatechange = Prototype.emptyFunction; - }, - - dispatchException: function(exception) { - (this.options.onException || Prototype.emptyFunction)(this, exception); - Ajax.Responders.dispatch('onException', this, exception); - } -}); - -Ajax.Updater = Class.create(); - -Object.extend(Object.extend(Ajax.Updater.prototype, Ajax.Request.prototype), { - initialize: function(container, url, options) { - this.containers = { - success: container.success ? $PR(container.success) : $PR(container), - failure: container.failure ? $PR(container.failure) : - (container.success ? null : $PR(container)) - } - - this.transport = Ajax.getTransport(); - this.setOptions(options); - - var onComplete = this.options.onComplete || Prototype.emptyFunction; - this.options.onComplete = (function(transport, object) { - this.updateContent(); - onComplete(transport, object); - }).bind(this); - - this.request(url); - }, - - updateContent: function() { - var receiver = this.responseIsSuccess() ? - this.containers.success : this.containers.failure; - var response = this.transport.responseText; - - if (!this.options.evalScripts) - response = response.stripScripts(); - - if (receiver) { - if (this.options.insertion) { - new this.options.insertion(receiver, response); - } else { - Element.update(receiver, response); - } - } - - if (this.responseIsSuccess()) { - if (this.onComplete) - setTimeout(this.onComplete.bind(this), 10); - } - } -}); - -Ajax.PeriodicalUpdater = Class.create(); -Ajax.PeriodicalUpdater.prototype = Object.extend(new Ajax.Base(), { - initialize: function(container, url, options) { - this.setOptions(options); - this.onComplete = this.options.onComplete; - - this.frequency = (this.options.frequency || 2); - this.decay = (this.options.decay || 1); - - this.updater = {}; - this.container = container; - this.url = url; - - this.start(); - }, - - start: function() { - this.options.onComplete = this.updateComplete.bind(this); - this.onTimerEvent(); - }, - - stop: function() { - this.updater.onComplete = undefined; - clearTimeout(this.timer); - (this.onComplete || Prototype.emptyFunction).apply(this, arguments); - }, - - updateComplete: function(request) { - if (this.options.decay) { - this.decay = (request.responseText == this.lastText ? - this.decay * this.options.decay : 1); - - this.lastText = request.responseText; - } - this.timer = setTimeout(this.onTimerEvent.bind(this), - this.decay * this.frequency * 1000); - }, - - onTimerEvent: function() { - this.updater = new Ajax.Updater(this.container, this.url, this.options); - } -}); -function $PR() { - var results = [], element; - for (var i = 0; i < arguments.length; i++) { - element = arguments[i]; - if (typeof element == 'string') - element = document.getElementById(element); - results.push(Element.extend(element)); - } - return results.length < 2 ? results[0] : results; -} - -document.getElementsByClassName = function(className, parentElement) { - var children = ($PR(parentElement) || document.body).getElementsByTagName('*'); - return $A(children).inject([], function(elements, child) { - if (child.className.match(new RegExp("(^|\\s)" + className + "(\\s|$)"))) - elements.push(Element.extend(child)); - return elements; - }); -} - -/*--------------------------------------------------------------------------*/ - -if (!window.Element) - var Element = new Object(); - -Element.extend = function(element) { - if (!element) return; - if (_nativeExtensions) return element; - - if (!element._extended && element.tagName && element != window) { - var methods = Element.Methods, cache = Element.extend.cache; - for (property in methods) { - var value = methods[property]; - if (typeof value == 'function') - element[property] = cache.findOrStore(value); - } - } - - element._extended = true; - return element; -} - -Element.extend.cache = { - findOrStore: function(value) { - return this[value] = this[value] || function() { - return value.apply(null, [this].concat($A(arguments))); - } - } -} - -Element.Methods = { - visible: function(element) { - return $PR(element).style.display != 'none'; - }, - - toggle: function() { - for (var i = 0; i < arguments.length; i++) { - var element = $PR(arguments[i]); - Element[Element.visible(element) ? 'hide' : 'show'](element); - } - }, - - hide: function() { - for (var i = 0; i < arguments.length; i++) { - var element = $PR(arguments[i]); - element.style.display = 'none'; - } - }, - - show: function() { - for (var i = 0; i < arguments.length; i++) { - var element = $PR(arguments[i]); - element.style.display = ''; - } - }, - - remove: function(element) { - element = $PR(element); - element.parentNode.removeChild(element); - }, - - update: function(element, html) { - $PR(element).innerHTML = html.stripScripts(); - setTimeout(function() {html.evalScripts()}, 10); - }, - - replace: function(element, html) { - element = $PR(element); - if (element.outerHTML) { - element.outerHTML = html.stripScripts(); - } else { - var range = element.ownerDocument.createRange(); - range.selectNodeContents(element); - element.parentNode.replaceChild( - range.createContextualFragment(html.stripScripts()), element); - } - setTimeout(function() {html.evalScripts()}, 10); - }, - - getHeight: function(element) { - element = $PR(element); - return element.offsetHeight; - }, - - classNames: function(element) { - return new Element.ClassNames(element); - }, - - hasClassName: function(element, className) { - if (!(element = $PR(element))) return; - return Element.classNames(element).include(className); - }, - - addClassName: function(element, className) { - if (!(element = $PR(element))) return; - return Element.classNames(element).add(className); - }, - - removeClassName: function(element, className) { - if (!(element = $PR(element))) return; - return Element.classNames(element).remove(className); - }, - - // removes whitespace-only text node children - cleanWhitespace: function(element) { - element = $PR(element); - for (var i = 0; i < element.childNodes.length; i++) { - var node = element.childNodes[i]; - if (node.nodeType == 3 && !/\S/.test(node.nodeValue)) - Element.remove(node); - } - }, - - empty: function(element) { - return $PR(element).innerHTML.match(/^\s*$/); - }, - - childOf: function(element, ancestor) { - element = $PR(element), ancestor = $PR(ancestor); - while (element = element.parentNode) - if (element == ancestor) return true; - return false; - }, - - scrollTo: function(element) { - element = $PR(element); - var x = element.x ? element.x : element.offsetLeft, - y = element.y ? element.y : element.offsetTop; - window.scrollTo(x, y); - }, - - getStyle: function(element, style) { - element = $PR(element); - var value = element.style[style.camelize()]; - if (!value) { - if (document.defaultView && document.defaultView.getComputedStyle) { - var css = document.defaultView.getComputedStyle(element, null); - value = css ? css.getPropertyValue(style) : null; - } else if (element.currentStyle) { - value = element.currentStyle[style.camelize()]; - } - } - - if (window.opera && ['left', 'top', 'right', 'bottom'].include(style)) - if (Element.getStyle(element, 'position') == 'static') value = 'auto'; - - return value == 'auto' ? null : value; - }, - - setStyle: function(element, style) { - element = $PR(element); - for (var name in style) - element.style[name.camelize()] = style[name]; - }, - - getDimensions: function(element) { - element = $PR(element); - if (Element.getStyle(element, 'display') != 'none') - return {width: element.offsetWidth, height: element.offsetHeight}; - - // All *Width and *Height properties give 0 on elements with display none, - // so enable the element temporarily - var els = element.style; - var originalVisibility = els.visibility; - var originalPosition = els.position; - els.visibility = 'hidden'; - els.position = 'absolute'; - els.display = ''; - var originalWidth = element.clientWidth; - var originalHeight = element.clientHeight; - els.display = 'none'; - els.position = originalPosition; - els.visibility = originalVisibility; - return {width: originalWidth, height: originalHeight}; - }, - - makePositioned: function(element) { - element = $PR(element); - var pos = Element.getStyle(element, 'position'); - if (pos == 'static' || !pos) { - element._madePositioned = true; - element.style.position = 'relative'; - // Opera returns the offset relative to the positioning context, when an - // element is position relative but top and left have not been defined - if (window.opera) { - element.style.top = 0; - element.style.left = 0; - } - } - }, - - undoPositioned: function(element) { - element = $PR(element); - if (element._madePositioned) { - element._madePositioned = undefined; - element.style.position = - element.style.top = - element.style.left = - element.style.bottom = - element.style.right = ''; - } - }, - - makeClipping: function(element) { - element = $PR(element); - if (element._overflow) return; - element._overflow = element.style.overflow; - if ((Element.getStyle(element, 'overflow') || 'visible') != 'hidden') - element.style.overflow = 'hidden'; - }, - - undoClipping: function(element) { - element = $PR(element); - if (element._overflow) return; - element.style.overflow = element._overflow; - element._overflow = undefined; - } -} - -Object.extend(Element, Element.Methods); - -var _nativeExtensions = false; - -if(!HTMLElement && /Konqueror|Safari|KHTML/.test(navigator.userAgent)) { - var HTMLElement = {} - HTMLElement.prototype = document.createElement('div').__proto__; -} - -Element.addMethods = function(methods) { - Object.extend(Element.Methods, methods || {}); - - if(typeof HTMLElement != 'undefined') { - var methods = Element.Methods, cache = Element.extend.cache; - for (property in methods) { - var value = methods[property]; - if (typeof value == 'function') - HTMLElement.prototype[property] = cache.findOrStore(value); - } - _nativeExtensions = true; - } -} - -Element.addMethods(); - -var Toggle = new Object(); -Toggle.display = Element.toggle; - -/*--------------------------------------------------------------------------*/ - -Abstract.Insertion = function(adjacency) { - this.adjacency = adjacency; -} - -Abstract.Insertion.prototype = { - initialize: function(element, content) { - this.element = $PR(element); - this.content = content.stripScripts(); - - if (this.adjacency && this.element.insertAdjacentHTML) { - try { - this.element.insertAdjacentHTML(this.adjacency, this.content); - } catch (e) { - var tagName = this.element.tagName.toLowerCase(); - if (tagName == 'tbody' || tagName == 'tr') { - this.insertContent(this.contentFromAnonymousTable()); - } else { - throw e; - } - } - } else { - this.range = this.element.ownerDocument.createRange(); - if (this.initializeRange) this.initializeRange(); - this.insertContent([this.range.createContextualFragment(this.content)]); - } - - setTimeout(function() {content.evalScripts()}, 10); - }, - - contentFromAnonymousTable: function() { - var div = document.createElement('div'); - div.innerHTML = '' + this.content + '
    '; - return $A(div.childNodes[0].childNodes[0].childNodes); - } -} - -var Insertion = new Object(); - -Insertion.Before = Class.create(); -Insertion.Before.prototype = Object.extend(new Abstract.Insertion('beforeBegin'), { - initializeRange: function() { - this.range.setStartBefore(this.element); - }, - - insertContent: function(fragments) { - fragments.each((function(fragment) { - this.element.parentNode.insertBefore(fragment, this.element); - }).bind(this)); - } -}); - -Insertion.Top = Class.create(); -Insertion.Top.prototype = Object.extend(new Abstract.Insertion('afterBegin'), { - initializeRange: function() { - this.range.selectNodeContents(this.element); - this.range.collapse(true); - }, - - insertContent: function(fragments) { - fragments.reverse(false).each((function(fragment) { - this.element.insertBefore(fragment, this.element.firstChild); - }).bind(this)); - } -}); - -Insertion.Bottom = Class.create(); -Insertion.Bottom.prototype = Object.extend(new Abstract.Insertion('beforeEnd'), { - initializeRange: function() { - this.range.selectNodeContents(this.element); - this.range.collapse(this.element); - }, - - insertContent: function(fragments) { - fragments.each((function(fragment) { - this.element.appendChild(fragment); - }).bind(this)); - } -}); - -Insertion.After = Class.create(); -Insertion.After.prototype = Object.extend(new Abstract.Insertion('afterEnd'), { - initializeRange: function() { - this.range.setStartAfter(this.element); - }, - - insertContent: function(fragments) { - fragments.each((function(fragment) { - this.element.parentNode.insertBefore(fragment, - this.element.nextSibling); - }).bind(this)); - } -}); - -/*--------------------------------------------------------------------------*/ - -Element.ClassNames = Class.create(); -Element.ClassNames.prototype = { - initialize: function(element) { - this.element = $PR(element); - }, - - _each: function(iterator) { - this.element.className.split(/\s+/).select(function(name) { - return name.length > 0; - })._each(iterator); - }, - - set: function(className) { - this.element.className = className; - }, - - add: function(classNameToAdd) { - if (this.include(classNameToAdd)) return; - this.set(this.toArray().concat(classNameToAdd).join(' ')); - }, - - remove: function(classNameToRemove) { - if (!this.include(classNameToRemove)) return; - this.set(this.select(function(className) { - return className != classNameToRemove; - }).join(' ')); - }, - - toString: function() { - return this.toArray().join(' '); - } -} - -Object.extend(Element.ClassNames.prototype, Enumerable); -var Selector = Class.create(); -Selector.prototype = { - initialize: function(expression) { - this.params = {classNames: []}; - this.expression = expression.toString().strip(); - this.parseExpression(); - this.compileMatcher(); - }, - - parseExpression: function() { - function abort(message) { throw 'Parse error in selector: ' + message; } - - if (this.expression == '') abort('empty expression'); - - var params = this.params, expr = this.expression, match, modifier, clause, rest; - while (match = expr.match(/^(.*)\[([a-z0-9_:-]+?)(?:([~\|!]?=)(?:"([^"]*)"|([^\]\s]*)))?\]$/i)) { - params.attributes = params.attributes || []; - params.attributes.push({name: match[2], operator: match[3], value: match[4] || match[5] || ''}); - expr = match[1]; - } - - if (expr == '*') return this.params.wildcard = true; - - while (match = expr.match(/^([^a-z0-9_-])?([a-z0-9_-]+)(.*)/i)) { - modifier = match[1], clause = match[2], rest = match[3]; - switch (modifier) { - case '#': params.id = clause; break; - case '.': params.classNames.push(clause); break; - case '': - case undefined: params.tagName = clause.toUpperCase(); break; - default: abort(expr.inspect()); - } - expr = rest; - } - - if (expr.length > 0) abort(expr.inspect()); - }, - - buildMatchExpression: function() { - var params = this.params, conditions = [], clause; - - if (params.wildcard) - conditions.push('true'); - if (clause = params.id) - conditions.push('element.id == ' + clause.inspect()); - if (clause = params.tagName) - conditions.push('element.tagName.toUpperCase() == ' + clause.inspect()); - if ((clause = params.classNames).length > 0) - for (var i = 0; i < clause.length; i++) - conditions.push('Element.hasClassName(element, ' + clause[i].inspect() + ')'); - if (clause = params.attributes) { - clause.each(function(attribute) { - var value = 'element.getAttribute(' + attribute.name.inspect() + ')'; - var splitValueBy = function(delimiter) { - return value + ' && ' + value + '.split(' + delimiter.inspect() + ')'; - } - - switch (attribute.operator) { - case '=': conditions.push(value + ' == ' + attribute.value.inspect()); break; - case '~=': conditions.push(splitValueBy(' ') + '.include(' + attribute.value.inspect() + ')'); break; - case '|=': conditions.push( - splitValueBy('-') + '.first().toUpperCase() == ' + attribute.value.toUpperCase().inspect() - ); break; - case '!=': conditions.push(value + ' != ' + attribute.value.inspect()); break; - case '': - case undefined: conditions.push(value + ' != null'); break; - default: throw 'Unknown operator ' + attribute.operator + ' in selector'; - } - }); - } - - return conditions.join(' && '); - }, - - compileMatcher: function() { - this.match = new Function('element', 'if (!element.tagName) return false; \ - return ' + this.buildMatchExpression()); - }, - - findElements: function(scope) { - var element; - - if (element = $PR(this.params.id)) - if (this.match(element)) - if (!scope || Element.childOf(element, scope)) - return [element]; - - scope = (scope || document).getElementsByTagName(this.params.tagName || '*'); - - var results = []; - for (var i = 0; i < scope.length; i++) - if (this.match(element = scope[i])) - results.push(Element.extend(element)); - - return results; - }, - - toString: function() { - return this.expression; - } -} - -function $$() { - return $A(arguments).map(function(expression) { - return expression.strip().split(/\s+/).inject([null], function(results, expr) { - var selector = new Selector(expr); - return results.map(selector.findElements.bind(selector)).flatten(); - }); - }).flatten(); -} -var Field = { - clear: function() { - for (var i = 0; i < arguments.length; i++) - $PR(arguments[i]).value = ''; - }, - - focus: function(element) { - $PR(element).focus(); - }, - - present: function() { - for (var i = 0; i < arguments.length; i++) - if ($PR(arguments[i]).value == '') return false; - return true; - }, - - select: function(element) { - $PR(element).select(); - }, - - activate: function(element) { - element = $PR(element); - element.focus(); - if (element.select) - element.select(); - } -} - -/*--------------------------------------------------------------------------*/ - -var Form = { - serialize: function(form) { - var elements = Form.getElements($PR(form)); - var queryComponents = new Array(); - - for (var i = 0; i < elements.length; i++) { - var queryComponent = Form.Element.serialize(elements[i]); - if (queryComponent) - queryComponents.push(queryComponent); - } - - return queryComponents.join('&'); - }, - - getElements: function(form) { - form = $PR(form); - var elements = new Array(); - - for (var tagName in Form.Element.Serializers) { - var tagElements = form.getElementsByTagName(tagName); - for (var j = 0; j < tagElements.length; j++) - elements.push(tagElements[j]); - } - return elements; - }, - - getInputs: function(form, typeName, name) { - form = $PR(form); - var inputs = form.getElementsByTagName('input'); - - if (!typeName && !name) - return inputs; - - var matchingInputs = new Array(); - for (var i = 0; i < inputs.length; i++) { - var input = inputs[i]; - if ((typeName && input.type != typeName) || - (name && input.name != name)) - continue; - matchingInputs.push(input); - } - - return matchingInputs; - }, - - disable: function(form) { - var elements = Form.getElements(form); - for (var i = 0; i < elements.length; i++) { - var element = elements[i]; - element.blur(); - element.disabled = 'true'; - } - }, - - enable: function(form) { - var elements = Form.getElements(form); - for (var i = 0; i < elements.length; i++) { - var element = elements[i]; - element.disabled = ''; - } - }, - - findFirstElement: function(form) { - return Form.getElements(form).find(function(element) { - return element.type != 'hidden' && !element.disabled && - ['input', 'select', 'textarea'].include(element.tagName.toLowerCase()); - }); - }, - - focusFirstElement: function(form) { - Field.activate(Form.findFirstElement(form)); - }, - - reset: function(form) { - $PR(form).reset(); - } -} - -Form.Element = { - serialize: function(element) { - element = $PR(element); - var method = element.tagName.toLowerCase(); - var parameter = Form.Element.Serializers[method](element); - - if (parameter) { - var key = encodeURIComponent(parameter[0]); - if (key.length == 0) return; - - if (parameter[1].constructor != Array) - parameter[1] = [parameter[1]]; - - return parameter[1].map(function(value) { - return key + '=' + encodeURIComponent(value); - }).join('&'); - } - }, - - getValue: function(element) { - element = $PR(element); - var method = element.tagName.toLowerCase(); - var parameter = Form.Element.Serializers[method](element); - - if (parameter) - return parameter[1]; - } -} - -Form.Element.Serializers = { - input: function(element) { - switch (element.type.toLowerCase()) { - case 'submit': - case 'hidden': - case 'password': - case 'text': - return Form.Element.Serializers.textarea(element); - case 'checkbox': - case 'radio': - return Form.Element.Serializers.inputSelector(element); - } - return false; - }, - - inputSelector: function(element) { - if (element.checked) - return [element.name, element.value]; - }, - - textarea: function(element) { - return [element.name, element.value]; - }, - - select: function(element) { - return Form.Element.Serializers[element.type == 'select-one' ? - 'selectOne' : 'selectMany'](element); - }, - - selectOne: function(element) { - var value = '', opt, index = element.selectedIndex; - if (index >= 0) { - opt = element.options[index]; - value = opt.value || opt.text; - } - return [element.name, value]; - }, - - selectMany: function(element) { - var value = []; - for (var i = 0; i < element.length; i++) { - var opt = element.options[i]; - if (opt.selected) - value.push(opt.value || opt.text); - } - return [element.name, value]; - } -} - -/*--------------------------------------------------------------------------*/ - -var $F = Form.Element.getValue; - -/*--------------------------------------------------------------------------*/ - -Abstract.TimedObserver = function() {} -Abstract.TimedObserver.prototype = { - initialize: function(element, frequency, callback) { - this.frequency = frequency; - this.element = $PR(element); - this.callback = callback; - - this.lastValue = this.getValue(); - this.registerCallback(); - }, - - registerCallback: function() { - setInterval(this.onTimerEvent.bind(this), this.frequency * 1000); - }, - - onTimerEvent: function() { - var value = this.getValue(); - if (this.lastValue != value) { - this.callback(this.element, value); - this.lastValue = value; - } - } -} - -Form.Element.Observer = Class.create(); -Form.Element.Observer.prototype = Object.extend(new Abstract.TimedObserver(), { - getValue: function() { - return Form.Element.getValue(this.element); - } -}); - -Form.Observer = Class.create(); -Form.Observer.prototype = Object.extend(new Abstract.TimedObserver(), { - getValue: function() { - return Form.serialize(this.element); - } -}); - -/*--------------------------------------------------------------------------*/ - -Abstract.EventObserver = function() {} -Abstract.EventObserver.prototype = { - initialize: function(element, callback) { - this.element = $PR(element); - this.callback = callback; - - this.lastValue = this.getValue(); - if (this.element.tagName.toLowerCase() == 'form') - this.registerFormCallbacks(); - else - this.registerCallback(this.element); - }, - - onElementEvent: function() { - var value = this.getValue(); - if (this.lastValue != value) { - this.callback(this.element, value); - this.lastValue = value; - } - }, - - registerFormCallbacks: function() { - var elements = Form.getElements(this.element); - for (var i = 0; i < elements.length; i++) - this.registerCallback(elements[i]); - }, - - registerCallback: function(element) { - if (element.type) { - switch (element.type.toLowerCase()) { - case 'checkbox': - case 'radio': - Event.observe(element, 'click', this.onElementEvent.bind(this)); - break; - case 'password': - case 'text': - case 'textarea': - case 'select-one': - case 'select-multiple': - Event.observe(element, 'change', this.onElementEvent.bind(this)); - break; - } - } - } -} - -Form.Element.EventObserver = Class.create(); -Form.Element.EventObserver.prototype = Object.extend(new Abstract.EventObserver(), { - getValue: function() { - return Form.Element.getValue(this.element); - } -}); - -Form.EventObserver = Class.create(); -Form.EventObserver.prototype = Object.extend(new Abstract.EventObserver(), { - getValue: function() { - return Form.serialize(this.element); - } -}); -if (!window.Event) { - var Event = new Object(); -} - -Object.extend(Event, { - KEY_BACKSPACE: 8, - KEY_TAB: 9, - KEY_RETURN: 13, - KEY_ESC: 27, - KEY_LEFT: 37, - KEY_UP: 38, - KEY_RIGHT: 39, - KEY_DOWN: 40, - KEY_DELETE: 46, - - element: function(event) { - return event.target || event.srcElement; - }, - - isLeftClick: function(event) { - return (((event.which) && (event.which == 1)) || - ((event.button) && (event.button == 1))); - }, - - pointerX: function(event) { - return event.pageX || (event.clientX + - (document.documentElement.scrollLeft || document.body.scrollLeft)); - }, - - pointerY: function(event) { - return event.pageY || (event.clientY + - (document.documentElement.scrollTop || document.body.scrollTop)); - }, - - stop: function(event) { - if (event.preventDefault) { - event.preventDefault(); - event.stopPropagation(); - } else { - event.returnValue = false; - event.cancelBubble = true; - } - }, - - // find the first node with the given tagName, starting from the - // node the event was triggered on; traverses the DOM upwards - findElement: function(event, tagName) { - var element = Event.element(event); - while (element.parentNode && (!element.tagName || - (element.tagName.toUpperCase() != tagName.toUpperCase()))) - element = element.parentNode; - return element; - }, - - observers: false, - - _observeAndCache: function(element, name, observer, useCapture) { - if (!this.observers) this.observers = []; - if (element.addEventListener) { - this.observers.push([element, name, observer, useCapture]); - element.addEventListener(name, observer, useCapture); - } else if (element.attachEvent) { - this.observers.push([element, name, observer, useCapture]); - element.attachEvent('on' + name, observer); - } - }, - - unloadCache: function() { - if (!Event.observers) return; - for (var i = 0; i < Event.observers.length; i++) { - Event.stopObserving.apply(this, Event.observers[i]); - Event.observers[i][0] = null; - } - Event.observers = false; - }, - - observe: function(element, name, observer, useCapture) { - var element = $PR(element); - useCapture = useCapture || false; - - if (name == 'keypress' && - (navigator.appVersion.match(/Konqueror|Safari|KHTML/) - || element.attachEvent)) - name = 'keydown'; - - this._observeAndCache(element, name, observer, useCapture); - }, - - stopObserving: function(element, name, observer, useCapture) { - var element = $PR(element); - useCapture = useCapture || false; - - if (name == 'keypress' && - (navigator.appVersion.match(/Konqueror|Safari|KHTML/) - || element.detachEvent)) - name = 'keydown'; - - if (element.removeEventListener) { - element.removeEventListener(name, observer, useCapture); - } else if (element.detachEvent) { - element.detachEvent('on' + name, observer); - } - } -}); - -/* prevent memory leaks in IE */ -if (navigator.appVersion.match(/\bMSIE\b/)) - Event.observe(window, 'unload', Event.unloadCache, false); -var Position = { - // set to true if needed, warning: firefox performance problems - // NOT neeeded for page scrolling, only if draggable contained in - // scrollable elements - includeScrollOffsets: false, - - // must be called before calling withinIncludingScrolloffset, every time the - // page is scrolled - prepare: function() { - this.deltaX = window.pageXOffset - || document.documentElement.scrollLeft - || document.body.scrollLeft - || 0; - this.deltaY = window.pageYOffset - || document.documentElement.scrollTop - || document.body.scrollTop - || 0; - }, - - realOffset: function(element) { - var valueT = 0, valueL = 0; - do { - valueT += element.scrollTop || 0; - valueL += element.scrollLeft || 0; - element = element.parentNode; - } while (element); - return [valueL, valueT]; - }, - - cumulativeOffset: function(element) { - var valueT = 0, valueL = 0; - do { - valueT += element.offsetTop || 0; - valueL += element.offsetLeft || 0; - element = element.offsetParent; - } while (element); - return [valueL, valueT]; - }, - - positionedOffset: function(element) { - var valueT = 0, valueL = 0; - do { - valueT += element.offsetTop || 0; - valueL += element.offsetLeft || 0; - element = element.offsetParent; - if (element) { - p = Element.getStyle(element, 'position'); - if (p == 'relative' || p == 'absolute') break; - } - } while (element); - return [valueL, valueT]; - }, - - offsetParent: function(element) { - if (element.offsetParent) return element.offsetParent; - if (element == document.body) return element; - - while ((element = element.parentNode) && element != document.body) - if (Element.getStyle(element, 'position') != 'static') - return element; - - return document.body; - }, - - // caches x/y coordinate pair to use with overlap - within: function(element, x, y) { - if (this.includeScrollOffsets) - return this.withinIncludingScrolloffsets(element, x, y); - this.xcomp = x; - this.ycomp = y; - this.offset = this.cumulativeOffset(element); - - return (y >= this.offset[1] && - y < this.offset[1] + element.offsetHeight && - x >= this.offset[0] && - x < this.offset[0] + element.offsetWidth); - }, - - withinIncludingScrolloffsets: function(element, x, y) { - var offsetcache = this.realOffset(element); - - this.xcomp = x + offsetcache[0] - this.deltaX; - this.ycomp = y + offsetcache[1] - this.deltaY; - this.offset = this.cumulativeOffset(element); - - return (this.ycomp >= this.offset[1] && - this.ycomp < this.offset[1] + element.offsetHeight && - this.xcomp >= this.offset[0] && - this.xcomp < this.offset[0] + element.offsetWidth); - }, - - // within must be called directly before - overlap: function(mode, element) { - if (!mode) return 0; - if (mode == 'vertical') - return ((this.offset[1] + element.offsetHeight) - this.ycomp) / - element.offsetHeight; - if (mode == 'horizontal') - return ((this.offset[0] + element.offsetWidth) - this.xcomp) / - element.offsetWidth; - }, - - clone: function(source, target) { - source = $PR(source); - target = $PR(target); - target.style.position = 'absolute'; - var offsets = this.cumulativeOffset(source); - target.style.top = offsets[1] + 'px'; - target.style.left = offsets[0] + 'px'; - target.style.width = source.offsetWidth + 'px'; - target.style.height = source.offsetHeight + 'px'; - }, - - page: function(forElement) { - var valueT = 0, valueL = 0; - - var element = forElement; - do { - valueT += element.offsetTop || 0; - valueL += element.offsetLeft || 0; - - // Safari fix - if (element.offsetParent==document.body) - if (Element.getStyle(element,'position')=='absolute') break; - - } while (element = element.offsetParent); - - element = forElement; - do { - valueT -= element.scrollTop || 0; - valueL -= element.scrollLeft || 0; - } while (element = element.parentNode); - - return [valueL, valueT]; - }, - - clone: function(source, target) { - var options = Object.extend({ - setLeft: true, - setTop: true, - setWidth: true, - setHeight: true, - offsetTop: 0, - offsetLeft: 0 - }, arguments[2] || {}) - - // find page position of source - source = $PR(source); - var p = Position.page(source); - - // find coordinate system to use - target = $PR(target); - var delta = [0, 0]; - var parent = null; - // delta [0,0] will do fine with position: fixed elements, - // position:absolute needs offsetParent deltas - if (Element.getStyle(target,'position') == 'absolute') { - parent = Position.offsetParent(target); - delta = Position.page(parent); - } - - // correct by body offsets (fixes Safari) - if (parent == document.body) { - delta[0] -= document.body.offsetLeft; - delta[1] -= document.body.offsetTop; - } - - // set position - if(options.setLeft) target.style.left = (p[0] - delta[0] + options.offsetLeft) + 'px'; - if(options.setTop) target.style.top = (p[1] - delta[1] + options.offsetTop) + 'px'; - if(options.setWidth) target.style.width = source.offsetWidth + 'px'; - if(options.setHeight) target.style.height = source.offsetHeight + 'px'; - }, - - absolutize: function(element) { - element = $PR(element); - if (element.style.position == 'absolute') return; - Position.prepare(); - - var offsets = Position.positionedOffset(element); - var top = offsets[1]; - var left = offsets[0]; - var width = element.clientWidth; - var height = element.clientHeight; - - element._originalLeft = left - parseFloat(element.style.left || 0); - element._originalTop = top - parseFloat(element.style.top || 0); - element._originalWidth = element.style.width; - element._originalHeight = element.style.height; - - element.style.position = 'absolute'; - element.style.top = top + 'px';; - element.style.left = left + 'px';; - element.style.width = width + 'px';; - element.style.height = height + 'px';; - }, - - relativize: function(element) { - element = $PR(element); - if (element.style.position == 'relative') return; - Position.prepare(); - - element.style.position = 'relative'; - var top = parseFloat(element.style.top || 0) - (element._originalTop || 0); - var left = parseFloat(element.style.left || 0) - (element._originalLeft || 0); - - element.style.top = top + 'px'; - element.style.left = left + 'px'; - element.style.height = element._originalHeight; - element.style.width = element._originalWidth; - } -} - -// Safari returns margins on body which is incorrect if the child is absolutely -// positioned. For performance reasons, redefine Position.cumulativeOffset for -// KHTML/WebKit only. -if (/Konqueror|Safari|KHTML/.test(navigator.userAgent)) { - Position.cumulativeOffset = function(element) { - var valueT = 0, valueL = 0; - do { - valueT += element.offsetTop || 0; - valueL += element.offsetLeft || 0; - if (element.offsetParent == document.body) - if (Element.getStyle(element, 'position') == 'absolute') break; - - element = element.offsetParent; - } while (element); - - return [valueL, valueT]; - } -} diff --git a/view/js/cropper/lib/scriptaculous.js b/view/js/cropper/lib/scriptaculous.js deleted file mode 100644 index f61fc57f74..0000000000 --- a/view/js/cropper/lib/scriptaculous.js +++ /dev/null @@ -1,47 +0,0 @@ -// Copyright (c) 2005 Thomas Fuchs (http://script.aculo.us, http://mir.aculo.us) -// -// Permission is hereby granted, free of charge, to any person obtaining -// a copy of this software and associated documentation files (the -// "Software"), to deal in the Software without restriction, including -// without limitation the rights to use, copy, modify, merge, publish, -// distribute, sublicense, and/or sell copies of the Software, and to -// permit persons to whom the Software is furnished to do so, subject to -// the following conditions: -// -// The above copyright notice and this permission notice shall be -// included in all copies or substantial portions of the Software. -// -// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, -// EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF -// MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND -// NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE -// LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION -// OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION -// WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. - -var Scriptaculous = { - Version: '1.6.1', - require: function(libraryName) { - // inserting via DOM fails in Safari 2.0, so brute force approach - document.write(''); - }, - load: function() { - if((typeof Prototype=='undefined') || - (typeof Element == 'undefined') || - (typeof Element.Methods=='undefined') || - parseFloat(Prototype.Version.split(".")[0] + "." + - Prototype.Version.split(".")[1]) < 1.5) - throw("script.aculo.us requires the Prototype JavaScript framework >= 1.5.0"); - - $A(document.getElementsByTagName("script")).findAll( function(s) { - return (s.src && s.src.match(/scriptaculous\.js(\?.*)?$/)) - }).each( function(s) { - var path = s.src.replace(/scriptaculous\.js(\?.*)?$/,''); - var includes = s.src.match(/\?.*load=([a-z,]*)/); - (includes ? includes[1] : 'builder,effects,dragdrop,controls,slider').split(',').each( - function(include) { Scriptaculous.require(path+include+'.js') }); - }); - } -} - -Scriptaculous.load(); \ No newline at end of file diff --git a/view/js/cropper/lib/slider.js b/view/js/cropper/lib/slider.js deleted file mode 100644 index cd16b692d6..0000000000 --- a/view/js/cropper/lib/slider.js +++ /dev/null @@ -1,283 +0,0 @@ -// Copyright (c) 2005 Marty Haught, Thomas Fuchs -// -// See http://script.aculo.us for more info -// -// Permission is hereby granted, free of charge, to any person obtaining -// a copy of this software and associated documentation files (the -// "Software"), to deal in the Software without restriction, including -// without limitation the rights to use, copy, modify, merge, publish, -// distribute, sublicense, and/or sell copies of the Software, and to -// permit persons to whom the Software is furnished to do so, subject to -// the following conditions: -// -// The above copyright notice and this permission notice shall be -// included in all copies or substantial portions of the Software. -// -// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, -// EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF -// MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND -// NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE -// LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION -// OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION -// WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. - -if(!Control) var Control = {}; -Control.Slider = Class.create(); - -// options: -// axis: 'vertical', or 'horizontal' (default) -// -// callbacks: -// onChange(value) -// onSlide(value) -Control.Slider.prototype = { - initialize: function(handle, track, options) { - var slider = this; - - if(handle instanceof Array) { - this.handles = handle.collect( function(e) { return $PR(e) }); - } else { - this.handles = [$PR(handle)]; - } - - this.track = $PR(track); - this.options = options || {}; - - this.axis = this.options.axis || 'horizontal'; - this.increment = this.options.increment || 1; - this.step = parseInt(this.options.step || '1'); - this.range = this.options.range || $R(0,1); - - this.value = 0; // assure backwards compat - this.values = this.handles.map( function() { return 0 }); - this.spans = this.options.spans ? this.options.spans.map(function(s){ return $PR(s) }) : false; - this.options.startSpan = $PR(this.options.startSpan || null); - this.options.endSpan = $PR(this.options.endSpan || null); - - this.restricted = this.options.restricted || false; - - this.maximum = this.options.maximum || this.range.end; - this.minimum = this.options.minimum || this.range.start; - - // Will be used to align the handle onto the track, if necessary - this.alignX = parseInt(this.options.alignX || '0'); - this.alignY = parseInt(this.options.alignY || '0'); - - this.trackLength = this.maximumOffset() - this.minimumOffset(); - this.handleLength = this.isVertical() ? this.handles[0].offsetHeight : this.handles[0].offsetWidth; - - this.active = false; - this.dragging = false; - this.disabled = false; - - if(this.options.disabled) this.setDisabled(); - - // Allowed values array - this.allowedValues = this.options.values ? this.options.values.sortBy(Prototype.K) : false; - if(this.allowedValues) { - this.minimum = this.allowedValues.min(); - this.maximum = this.allowedValues.max(); - } - - this.eventMouseDown = this.startDrag.bindAsEventListener(this); - this.eventMouseUp = this.endDrag.bindAsEventListener(this); - this.eventMouseMove = this.update.bindAsEventListener(this); - - // Initialize handles in reverse (make sure first handle is active) - this.handles.each( function(h,i) { - i = slider.handles.length-1-i; - slider.setValue(parseFloat( - (slider.options.sliderValue instanceof Array ? - slider.options.sliderValue[i] : slider.options.sliderValue) || - slider.range.start), i); - Element.makePositioned(h); // fix IE - Event.observe(h, "mousedown", slider.eventMouseDown); - }); - - Event.observe(this.track, "mousedown", this.eventMouseDown); - Event.observe(document, "mouseup", this.eventMouseUp); - Event.observe(document, "mousemove", this.eventMouseMove); - - this.initialized = true; - }, - dispose: function() { - var slider = this; - Event.stopObserving(this.track, "mousedown", this.eventMouseDown); - Event.stopObserving(document, "mouseup", this.eventMouseUp); - Event.stopObserving(document, "mousemove", this.eventMouseMove); - this.handles.each( function(h) { - Event.stopObserving(h, "mousedown", slider.eventMouseDown); - }); - }, - setDisabled: function(){ - this.disabled = true; - }, - setEnabled: function(){ - this.disabled = false; - }, - getNearestValue: function(value){ - if(this.allowedValues){ - if(value >= this.allowedValues.max()) return(this.allowedValues.max()); - if(value <= this.allowedValues.min()) return(this.allowedValues.min()); - - var offset = Math.abs(this.allowedValues[0] - value); - var newValue = this.allowedValues[0]; - this.allowedValues.each( function(v) { - var currentOffset = Math.abs(v - value); - if(currentOffset <= offset){ - newValue = v; - offset = currentOffset; - } - }); - return newValue; - } - if(value > this.range.end) return this.range.end; - if(value < this.range.start) return this.range.start; - return value; - }, - setValue: function(sliderValue, handleIdx){ - if(!this.active) { - this.activeHandle = this.handles[handleIdx]; - this.activeHandleIdx = handleIdx; - this.updateStyles(); - } - handleIdx = handleIdx || this.activeHandleIdx || 0; - if(this.initialized && this.restricted) { - if((handleIdx>0) && (sliderValuethis.values[handleIdx+1])) - sliderValue = this.values[handleIdx+1]; - } - sliderValue = this.getNearestValue(sliderValue); - this.values[handleIdx] = sliderValue; - this.value = this.values[0]; // assure backwards compat - - this.handles[handleIdx].style[this.isVertical() ? 'top' : 'left'] = - this.translateToPx(sliderValue); - - this.drawSpans(); - if(!this.dragging || !this.event) this.updateFinished(); - }, - setValueBy: function(delta, handleIdx) { - this.setValue(this.values[handleIdx || this.activeHandleIdx || 0] + delta, - handleIdx || this.activeHandleIdx || 0); - }, - translateToPx: function(value) { - return Math.round( - ((this.trackLength-this.handleLength)/(this.range.end-this.range.start)) * - (value - this.range.start)) + "px"; - }, - translateToValue: function(offset) { - return ((offset/(this.trackLength-this.handleLength) * - (this.range.end-this.range.start)) + this.range.start); - }, - getRange: function(range) { - var v = this.values.sortBy(Prototype.K); - range = range || 0; - return $R(v[range],v[range+1]); - }, - minimumOffset: function(){ - return(this.isVertical() ? this.alignY : this.alignX); - }, - maximumOffset: function(){ - return(this.isVertical() ? - this.track.offsetHeight - this.alignY : this.track.offsetWidth - this.alignX); - }, - isVertical: function(){ - return (this.axis == 'vertical'); - }, - drawSpans: function() { - var slider = this; - if(this.spans) - $R(0, this.spans.length-1).each(function(r) { slider.setSpan(slider.spans[r], slider.getRange(r)) }); - if(this.options.startSpan) - this.setSpan(this.options.startSpan, - $R(0, this.values.length>1 ? this.getRange(0).min() : this.value )); - if(this.options.endSpan) - this.setSpan(this.options.endSpan, - $R(this.values.length>1 ? this.getRange(this.spans.length-1).max() : this.value, this.maximum)); - }, - setSpan: function(span, range) { - if(this.isVertical()) { - span.style.top = this.translateToPx(range.start); - span.style.height = this.translateToPx(range.end - range.start + this.range.start); - } else { - span.style.left = this.translateToPx(range.start); - span.style.width = this.translateToPx(range.end - range.start + this.range.start); - } - }, - updateStyles: function() { - this.handles.each( function(h){ Element.removeClassName(h, 'selected') }); - Element.addClassName(this.activeHandle, 'selected'); - }, - startDrag: function(event) { - if(Event.isLeftClick(event)) { - if(!this.disabled){ - this.active = true; - - var handle = Event.element(event); - var pointer = [Event.pointerX(event), Event.pointerY(event)]; - if(handle==this.track) { - var offsets = Position.cumulativeOffset(this.track); - this.event = event; - this.setValue(this.translateToValue( - (this.isVertical() ? pointer[1]-offsets[1] : pointer[0]-offsets[0])-(this.handleLength/2) - )); - var offsets = Position.cumulativeOffset(this.activeHandle); - this.offsetX = (pointer[0] - offsets[0]); - this.offsetY = (pointer[1] - offsets[1]); - } else { - // find the handle (prevents issues with Safari) - while((this.handles.indexOf(handle) == -1) && handle.parentNode) - handle = handle.parentNode; - - this.activeHandle = handle; - this.activeHandleIdx = this.handles.indexOf(this.activeHandle); - this.updateStyles(); - - var offsets = Position.cumulativeOffset(this.activeHandle); - this.offsetX = (pointer[0] - offsets[0]); - this.offsetY = (pointer[1] - offsets[1]); - } - } - Event.stop(event); - } - }, - update: function(event) { - if(this.active) { - if(!this.dragging) this.dragging = true; - this.draw(event); - // fix AppleWebKit rendering - if(navigator.appVersion.indexOf('AppleWebKit')>0) window.scrollBy(0,0); - Event.stop(event); - } - }, - draw: function(event) { - var pointer = [Event.pointerX(event), Event.pointerY(event)]; - var offsets = Position.cumulativeOffset(this.track); - pointer[0] -= this.offsetX + offsets[0]; - pointer[1] -= this.offsetY + offsets[1]; - this.event = event; - this.setValue(this.translateToValue( this.isVertical() ? pointer[1] : pointer[0] )); - if(this.initialized && this.options.onSlide) - this.options.onSlide(this.values.length>1 ? this.values : this.value, this); - }, - endDrag: function(event) { - if(this.active && this.dragging) { - this.finishDrag(event, true); - Event.stop(event); - } - this.active = false; - this.dragging = false; - }, - finishDrag: function(event, success) { - this.active = false; - this.dragging = false; - this.updateFinished(); - }, - updateFinished: function() { - if(this.initialized && this.options.onChange) - this.options.onChange(this.values.length>1 ? this.values : this.value, this); - this.event = null; - } -} diff --git a/view/js/cropper/lib/unittest.js b/view/js/cropper/lib/unittest.js deleted file mode 100644 index be0d252273..0000000000 --- a/view/js/cropper/lib/unittest.js +++ /dev/null @@ -1,383 +0,0 @@ -// Copyright (c) 2005 Thomas Fuchs (http://script.aculo.us, http://mir.aculo.us) -// (c) 2005 Jon Tirsen (http://www.tirsen.com) -// (c) 2005 Michael Schuerig (http://www.schuerig.de/michael/) -// -// Permission is hereby granted, free of charge, to any person obtaining -// a copy of this software and associated documentation files (the -// "Software"), to deal in the Software without restriction, including -// without limitation the rights to use, copy, modify, merge, publish, -// distribute, sublicense, and/or sell copies of the Software, and to -// permit persons to whom the Software is furnished to do so, subject to -// the following conditions: -// -// The above copyright notice and this permission notice shall be -// included in all copies or substantial portions of the Software. -// -// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, -// EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF -// MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND -// NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE -// LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION -// OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION -// WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. - - -// experimental, Firefox-only -Event.simulateMouse = function(element, eventName) { - var options = Object.extend({ - pointerX: 0, - pointerY: 0, - buttons: 0 - }, arguments[2] || {}); - var oEvent = document.createEvent("MouseEvents"); - oEvent.initMouseEvent(eventName, true, true, document.defaultView, - options.buttons, options.pointerX, options.pointerY, options.pointerX, options.pointerY, - false, false, false, false, 0, $PR(element)); - - if(this.mark) Element.remove(this.mark); - this.mark = document.createElement('div'); - this.mark.appendChild(document.createTextNode(" ")); - document.body.appendChild(this.mark); - this.mark.style.position = 'absolute'; - this.mark.style.top = options.pointerY + "px"; - this.mark.style.left = options.pointerX + "px"; - this.mark.style.width = "5px"; - this.mark.style.height = "5px;"; - this.mark.style.borderTop = "1px solid red;" - this.mark.style.borderLeft = "1px solid red;" - - if(this.step) - alert('['+new Date().getTime().toString()+'] '+eventName+'/'+Test.Unit.inspect(options)); - - $PR(element).dispatchEvent(oEvent); -}; - -// Note: Due to a fix in Firefox 1.0.5/6 that probably fixed "too much", this doesn't work in 1.0.6 or DP2. -// You need to downgrade to 1.0.4 for now to get this working -// See https://bugzilla.mozilla.org/show_bug.cgi?id=289940 for the fix that fixed too much -Event.simulateKey = function(element, eventName) { - var options = Object.extend({ - ctrlKey: false, - altKey: false, - shiftKey: false, - metaKey: false, - keyCode: 0, - charCode: 0 - }, arguments[2] || {}); - - var oEvent = document.createEvent("KeyEvents"); - oEvent.initKeyEvent(eventName, true, true, window, - options.ctrlKey, options.altKey, options.shiftKey, options.metaKey, - options.keyCode, options.charCode ); - $PR(element).dispatchEvent(oEvent); -}; - -Event.simulateKeys = function(element, command) { - for(var i=0; i' + - '' + - '' + - '' + - '
    StatusTestMessage
    '; - this.logsummary = $PR('logsummary') - this.loglines = $PR('loglines'); - }, - _toHTML: function(txt) { - return txt.escapeHTML().replace(/\n/g,"
    "); - } -} - -Test.Unit.Runner = Class.create(); -Test.Unit.Runner.prototype = { - initialize: function(testcases) { - this.options = Object.extend({ - testLog: 'testlog' - }, arguments[1] || {}); - this.options.resultsURL = this.parseResultsURLQueryParameter(); - if (this.options.testLog) { - this.options.testLog = $PR(this.options.testLog) || null; - } - if(this.options.tests) { - this.tests = []; - for(var i = 0; i < this.options.tests.length; i++) { - if(/^test/.test(this.options.tests[i])) { - this.tests.push(new Test.Unit.Testcase(this.options.tests[i], testcases[this.options.tests[i]], testcases["setup"], testcases["teardown"])); - } - } - } else { - if (this.options.test) { - this.tests = [new Test.Unit.Testcase(this.options.test, testcases[this.options.test], testcases["setup"], testcases["teardown"])]; - } else { - this.tests = []; - for(var testcase in testcases) { - if(/^test/.test(testcase)) { - this.tests.push(new Test.Unit.Testcase(testcase, testcases[testcase], testcases["setup"], testcases["teardown"])); - } - } - } - } - this.currentTest = 0; - this.logger = new Test.Unit.Logger(this.options.testLog); - setTimeout(this.runTests.bind(this), 1000); - }, - parseResultsURLQueryParameter: function() { - return window.location.search.parseQuery()["resultsURL"]; - }, - // Returns: - // "ERROR" if there was an error, - // "FAILURE" if there was a failure, or - // "SUCCESS" if there was neither - getResult: function() { - var hasFailure = false; - for(var i=0;i 0) { - return "ERROR"; - } - if (this.tests[i].failures > 0) { - hasFailure = true; - } - } - if (hasFailure) { - return "FAILURE"; - } else { - return "SUCCESS"; - } - }, - postResults: function() { - if (this.options.resultsURL) { - new Ajax.Request(this.options.resultsURL, - { method: 'get', parameters: 'result=' + this.getResult(), asynchronous: false }); - } - }, - runTests: function() { - var test = this.tests[this.currentTest]; - if (!test) { - // finished! - this.postResults(); - this.logger.summary(this.summary()); - return; - } - if(!test.isWaiting) { - this.logger.start(test.name); - } - test.run(); - if(test.isWaiting) { - this.logger.message("Waiting for " + test.timeToWait + "ms"); - setTimeout(this.runTests.bind(this), test.timeToWait || 1000); - } else { - this.logger.finish(test.status(), test.summary()); - this.currentTest++; - // tail recursive, hopefully the browser will skip the stackframe - this.runTests(); - } - }, - summary: function() { - var assertions = 0; - var failures = 0; - var errors = 0; - var messages = []; - for(var i=0;i 0) return 'failed'; - if (this.errors > 0) return 'error'; - return 'passed'; - }, - assert: function(expression) { - var message = arguments[1] || 'assert: got "' + Test.Unit.inspect(expression) + '"'; - try { expression ? this.pass() : - this.fail(message); } - catch(e) { this.error(e); } - }, - assertEqual: function(expected, actual) { - var message = arguments[2] || "assertEqual"; - try { (expected == actual) ? this.pass() : - this.fail(message + ': expected "' + Test.Unit.inspect(expected) + - '", actual "' + Test.Unit.inspect(actual) + '"'); } - catch(e) { this.error(e); } - }, - assertEnumEqual: function(expected, actual) { - var message = arguments[2] || "assertEnumEqual"; - try { $A(expected).length == $A(actual).length && - expected.zip(actual).all(function(pair) { return pair[0] == pair[1] }) ? - this.pass() : this.fail(message + ': expected ' + Test.Unit.inspect(expected) + - ', actual ' + Test.Unit.inspect(actual)); } - catch(e) { this.error(e); } - }, - assertNotEqual: function(expected, actual) { - var message = arguments[2] || "assertNotEqual"; - try { (expected != actual) ? this.pass() : - this.fail(message + ': got "' + Test.Unit.inspect(actual) + '"'); } - catch(e) { this.error(e); } - }, - assertNull: function(obj) { - var message = arguments[1] || 'assertNull' - try { (obj==null) ? this.pass() : - this.fail(message + ': got "' + Test.Unit.inspect(obj) + '"'); } - catch(e) { this.error(e); } - }, - assertHidden: function(element) { - var message = arguments[1] || 'assertHidden'; - this.assertEqual("none", element.style.display, message); - }, - assertNotNull: function(object) { - var message = arguments[1] || 'assertNotNull'; - this.assert(object != null, message); - }, - assertInstanceOf: function(expected, actual) { - var message = arguments[2] || 'assertInstanceOf'; - try { - (actual instanceof expected) ? this.pass() : - this.fail(message + ": object was not an instance of the expected type"); } - catch(e) { this.error(e); } - }, - assertNotInstanceOf: function(expected, actual) { - var message = arguments[2] || 'assertNotInstanceOf'; - try { - !(actual instanceof expected) ? this.pass() : - this.fail(message + ": object was an instance of the not expected type"); } - catch(e) { this.error(e); } - }, - _isVisible: function(element) { - element = $PR(element); - if(!element.parentNode) return true; - this.assertNotNull(element); - if(element.style && Element.getStyle(element, 'display') == 'none') - return false; - - return this._isVisible(element.parentNode); - }, - assertNotVisible: function(element) { - this.assert(!this._isVisible(element), Test.Unit.inspect(element) + " was not hidden and didn't have a hidden parent either. " + ("" || arguments[1])); - }, - assertVisible: function(element) { - this.assert(this._isVisible(element), Test.Unit.inspect(element) + " was not visible. " + ("" || arguments[1])); - }, - benchmark: function(operation, iterations) { - var startAt = new Date(); - (iterations || 1).times(operation); - var timeTaken = ((new Date())-startAt); - this.info((arguments[2] || 'Operation') + ' finished ' + - iterations + ' iterations in ' + (timeTaken/1000)+'s' ); - return timeTaken; - } -} - -Test.Unit.Testcase = Class.create(); -Object.extend(Object.extend(Test.Unit.Testcase.prototype, Test.Unit.Assertions.prototype), { - initialize: function(name, test, setup, teardown) { - Test.Unit.Assertions.prototype.initialize.bind(this)(); - this.name = name; - this.test = test || function() {}; - this.setup = setup || function() {}; - this.teardown = teardown || function() {}; - this.isWaiting = false; - this.timeToWait = 1000; - }, - wait: function(time, nextPart) { - this.isWaiting = true; - this.test = nextPart; - this.timeToWait = time; - }, - run: function() { - try { - try { - if (!this.isWaiting) this.setup.bind(this)(); - this.isWaiting = false; - this.test.bind(this)(); - } finally { - if(!this.isWaiting) { - this.teardown.bind(this)(); - } - } - } - catch(e) { this.error(e); } - } -}); diff --git a/view/js/cropper/licence.txt b/view/js/cropper/licence.txt deleted file mode 100644 index b59e029176..0000000000 --- a/view/js/cropper/licence.txt +++ /dev/null @@ -1,12 +0,0 @@ -Copyright (c) 2006, David Spurr (www.defusion.org.uk) -All rights reserved. - -Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: - - * Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. - * Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. - * Neither the name of the David Spurr nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission. - -THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. - -http://www.opensource.org/licenses/bsd-license.php \ No newline at end of file diff --git a/view/js/cropper/marqueeHoriz.gif b/view/js/cropper/marqueeHoriz.gif deleted file mode 100644 index 25317e5738..0000000000 Binary files a/view/js/cropper/marqueeHoriz.gif and /dev/null differ diff --git a/view/js/cropper/marqueeVert.gif b/view/js/cropper/marqueeVert.gif deleted file mode 100644 index 354070bb45..0000000000 Binary files a/view/js/cropper/marqueeVert.gif and /dev/null differ diff --git a/view/js/cropper/tests/castle.jpg b/view/js/cropper/tests/castle.jpg deleted file mode 100644 index e40b7e4cbb..0000000000 Binary files a/view/js/cropper/tests/castle.jpg and /dev/null differ diff --git a/view/js/cropper/tests/castleMed.jpg b/view/js/cropper/tests/castleMed.jpg deleted file mode 100644 index c35a6f554a..0000000000 Binary files a/view/js/cropper/tests/castleMed.jpg and /dev/null differ diff --git a/view/js/cropper/tests/example-Basic.htm b/view/js/cropper/tests/example-Basic.htm deleted file mode 100644 index 2a55eca5ab..0000000000 --- a/view/js/cropper/tests/example-Basic.htm +++ /dev/null @@ -1,106 +0,0 @@ - - - - - - Basic cropper test - - - - - - - - - - -

    Basic cropper test

    -

    - Some test content before the image -

    - -
    - test image -
    - - -

    - - -

    -

    - - -

    -

    - - -

    -

    - - -

    -

    - - -

    -

    - - -

    - - - - - diff --git a/view/js/cropper/tests/example-CSS-Absolute.htm b/view/js/cropper/tests/example-CSS-Absolute.htm deleted file mode 100644 index b605fd344d..0000000000 --- a/view/js/cropper/tests/example-CSS-Absolute.htm +++ /dev/null @@ -1,162 +0,0 @@ - - - - - - CSS - Absolute positioned (and draggable) test - - - - - - - - - - -

    CSS - Absolute positioned (and draggable) test

    -

    - Some test content before the image -

    -

    - Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Pellentesque consequat risus cursus ipsum. Etiam libero. Integer vel mauris. Donec vulputate. In ut augue vitae nibh lobortis tempor. Aliquam hendrerit quam. Phasellus sed orci. Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Ut sed urna. Donec nunc urna, porttitor a, feugiat pellentesque, varius id, justo. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Nulla facilisi. Sed sollicitudin. Integer enim. Aenean sollicitudin. -

    -

    - Integer lorem turpis, dapibus sed, vulputate nec, volutpat a, sem. Sed malesuada laoreet lorem. Duis mauris ipsum, fringilla nec, tristique vel, imperdiet vel, neque. Nulla vel purus. Fusce non lectus. Mauris pulvinar. Curabitur eget eros. Nunc ultrices, risus vitae adipiscing scelerisque, quam mi auctor lacus, non pellentesque augue sapien a magna. Etiam rutrum posuere tortor. Mauris rhoncus sagittis dolor. Donec sed quam. Vivamus vel diam id massa adipiscing bibendum. Suspendisse potenti. Integer arcu est, adipiscing sit amet, convallis eu, sollicitudin tincidunt, quam. -

    -

    - Etiam ligula lorem, imperdiet ac, luctus eget, ultrices at, odio. Vivamus malesuada, justo eu adipiscing semper, nisi dui tempus magna, quis ultrices nunc tellus id massa. Nullam lobortis auctor sapien. Quisque non nulla. Donec lobortis pellentesque nisl. Sed lacus sapien, viverra vitae, blandit ut, fermentum quis, leo. Morbi augue turpis, hendrerit non, feugiat vel, laoreet sed, est. Nunc velit. Praesent lobortis. Integer enim. Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Curabitur faucibus lacus ac ante. Donec odio odio, tincidunt a, egestas nec, scelerisque nec, dui. Cras sollicitudin. Donec lacus enim, mollis sit amet, interdum quis, euismod et, nulla. Nunc sit amet dui eu magna dapibus mollis. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Nulla facilisi. -

    -

    - In hac habitasse platea dictumst. Nunc neque urna, dapibus ut, tristique ut, bibendum ac, felis. Donec dictum est ut dolor. Etiam accumsan, velit sit amet blandit vestibulum, turpis quam hendrerit risus, vel interdum eros orci in nunc. Curabitur tellus sapien, rutrum ac, euismod ac, malesuada nec, pede. Proin sit amet ipsum. Praesent quam nisl, adipiscing nec, tristique eget, fermentum sed, est. Praesent ac est sit amet orci facilisis placerat. Sed consequat, est sit amet consectetuer viverra, risus urna porttitor tellus, ut convallis nibh libero in lectus. Pellentesque molestie, erat non vehicula pretium, turpis nisi eleifend eros, sed scelerisque tortor odio non tellus. Nunc leo tellus, faucibus vitae, placerat a, accumsan vel, arcu. In et orci. Ut tristique euismod nibh. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos hymenaeos. Sed nulla nunc, placerat vitae, pellentesque non, interdum non, sapien. Quisque faucibus, eros sed venenatis sagittis, leo risus rhoncus risus, in pretium sem purus a lacus. Aliquam aliquam leo et diam. - -

    -

    - Nulla sagittis diam. Phasellus vitae enim tristique libero molestie tristique. Nam mauris sem, elementum nec, cursus in, fringilla ac, neque. Nunc metus nisi, dictum vel, vulputate quis, porttitor bibendum, tortor. Vestibulum vehicula. Nulla facilisi. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla ac magna sed purus ultricies euismod. Aliquam dictum. Sed mauris. Suspendisse justo. Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Morbi purus lorem, auctor non, porta ac, vehicula vel, orci. Morbi pharetra massa nec leo. Maecenas et mauris. Aliquam porttitor tincidunt nulla. Vestibulum pede. -

    -

    - Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Pellentesque consequat risus cursus ipsum. Etiam libero. Integer vel mauris. Donec vulputate. In ut augue vitae nibh lobortis tempor. Aliquam hendrerit quam. Phasellus sed orci. Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Ut sed urna. Donec nunc urna, porttitor a, feugiat pellentesque, varius id, justo. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Nulla facilisi. Sed sollicitudin. Integer enim. Aenean sollicitudin. -

    -

    - Integer lorem turpis, dapibus sed, vulputate nec, volutpat a, sem. Sed malesuada laoreet lorem. Duis mauris ipsum, fringilla nec, tristique vel, imperdiet vel, neque. Nulla vel purus. Fusce non lectus. Mauris pulvinar. Curabitur eget eros. Nunc ultrices, risus vitae adipiscing scelerisque, quam mi auctor lacus, non pellentesque augue sapien a magna. Etiam rutrum posuere tortor. Mauris rhoncus sagittis dolor. Donec sed quam. Vivamus vel diam id massa adipiscing bibendum. Suspendisse potenti. Integer arcu est, adipiscing sit amet, convallis eu, sollicitudin tincidunt, quam. -

    -

    - Etiam ligula lorem, imperdiet ac, luctus eget, ultrices at, odio. Vivamus malesuada, justo eu adipiscing semper, nisi dui tempus magna, quis ultrices nunc tellus id massa. Nullam lobortis auctor sapien. Quisque non nulla. Donec lobortis pellentesque nisl. Sed lacus sapien, viverra vitae, blandit ut, fermentum quis, leo. Morbi augue turpis, hendrerit non, feugiat vel, laoreet sed, est. Nunc velit. Praesent lobortis. Integer enim. Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Curabitur faucibus lacus ac ante. Donec odio odio, tincidunt a, egestas nec, scelerisque nec, dui. Cras sollicitudin. Donec lacus enim, mollis sit amet, interdum quis, euismod et, nulla. Nunc sit amet dui eu magna dapibus mollis. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Nulla facilisi. -

    -

    - In hac habitasse platea dictumst. Nunc neque urna, dapibus ut, tristique ut, bibendum ac, felis. Donec dictum est ut dolor. Etiam accumsan, velit sit amet blandit vestibulum, turpis quam hendrerit risus, vel interdum eros orci in nunc. Curabitur tellus sapien, rutrum ac, euismod ac, malesuada nec, pede. Proin sit amet ipsum. Praesent quam nisl, adipiscing nec, tristique eget, fermentum sed, est. Praesent ac est sit amet orci facilisis placerat. Sed consequat, est sit amet consectetuer viverra, risus urna porttitor tellus, ut convallis nibh libero in lectus. Pellentesque molestie, erat non vehicula pretium, turpis nisi eleifend eros, sed scelerisque tortor odio non tellus. Nunc leo tellus, faucibus vitae, placerat a, accumsan vel, arcu. In et orci. Ut tristique euismod nibh. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos hymenaeos. Sed nulla nunc, placerat vitae, pellentesque non, interdum non, sapien. Quisque faucibus, eros sed venenatis sagittis, leo risus rhoncus risus, in pretium sem purus a lacus. Aliquam aliquam leo et diam. - -

    -

    - Nulla sagittis diam. Phasellus vitae enim tristique libero molestie tristique. Nam mauris sem, elementum nec, cursus in, fringilla ac, neque. Nunc metus nisi, dictum vel, vulputate quis, porttitor bibendum, tortor. Vestibulum vehicula. Nulla facilisi. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla ac magna sed purus ultricies euismod. Aliquam dictum. Sed mauris. Suspendisse justo. Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Morbi purus lorem, auctor non, porta ac, vehicula vel, orci. Morbi pharetra massa nec leo. Maecenas et mauris. Aliquam porttitor tincidunt nulla. Vestibulum pede. -

    -

    - Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Pellentesque consequat risus cursus ipsum. Etiam libero. Integer vel mauris. Donec vulputate. In ut augue vitae nibh lobortis tempor. Aliquam hendrerit quam. Phasellus sed orci. Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Ut sed urna. Donec nunc urna, porttitor a, feugiat pellentesque, varius id, justo. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Nulla facilisi. Sed sollicitudin. Integer enim. Aenean sollicitudin. -

    -

    - Integer lorem turpis, dapibus sed, vulputate nec, volutpat a, sem. Sed malesuada laoreet lorem. Duis mauris ipsum, fringilla nec, tristique vel, imperdiet vel, neque. Nulla vel purus. Fusce non lectus. Mauris pulvinar. Curabitur eget eros. Nunc ultrices, risus vitae adipiscing scelerisque, quam mi auctor lacus, non pellentesque augue sapien a magna. Etiam rutrum posuere tortor. Mauris rhoncus sagittis dolor. Donec sed quam. Vivamus vel diam id massa adipiscing bibendum. Suspendisse potenti. Integer arcu est, adipiscing sit amet, convallis eu, sollicitudin tincidunt, quam. -

    -

    - Etiam ligula lorem, imperdiet ac, luctus eget, ultrices at, odio. Vivamus malesuada, justo eu adipiscing semper, nisi dui tempus magna, quis ultrices nunc tellus id massa. Nullam lobortis auctor sapien. Quisque non nulla. Donec lobortis pellentesque nisl. Sed lacus sapien, viverra vitae, blandit ut, fermentum quis, leo. Morbi augue turpis, hendrerit non, feugiat vel, laoreet sed, est. Nunc velit. Praesent lobortis. Integer enim. Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Curabitur faucibus lacus ac ante. Donec odio odio, tincidunt a, egestas nec, scelerisque nec, dui. Cras sollicitudin. Donec lacus enim, mollis sit amet, interdum quis, euismod et, nulla. Nunc sit amet dui eu magna dapibus mollis. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Nulla facilisi. -

    -

    - In hac habitasse platea dictumst. Nunc neque urna, dapibus ut, tristique ut, bibendum ac, felis. Donec dictum est ut dolor. Etiam accumsan, velit sit amet blandit vestibulum, turpis quam hendrerit risus, vel interdum eros orci in nunc. Curabitur tellus sapien, rutrum ac, euismod ac, malesuada nec, pede. Proin sit amet ipsum. Praesent quam nisl, adipiscing nec, tristique eget, fermentum sed, est. Praesent ac est sit amet orci facilisis placerat. Sed consequat, est sit amet consectetuer viverra, risus urna porttitor tellus, ut convallis nibh libero in lectus. Pellentesque molestie, erat non vehicula pretium, turpis nisi eleifend eros, sed scelerisque tortor odio non tellus. Nunc leo tellus, faucibus vitae, placerat a, accumsan vel, arcu. In et orci. Ut tristique euismod nibh. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos hymenaeos. Sed nulla nunc, placerat vitae, pellentesque non, interdum non, sapien. Quisque faucibus, eros sed venenatis sagittis, leo risus rhoncus risus, in pretium sem purus a lacus. Aliquam aliquam leo et diam. - -

    -

    - Nulla sagittis diam. Phasellus vitae enim tristique libero molestie tristique. Nam mauris sem, elementum nec, cursus in, fringilla ac, neque. Nunc metus nisi, dictum vel, vulputate quis, porttitor bibendum, tortor. Vestibulum vehicula. Nulla facilisi. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla ac magna sed purus ultricies euismod. Aliquam dictum. Sed mauris. Suspendisse justo. Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Morbi purus lorem, auctor non, porta ac, vehicula vel, orci. Morbi pharetra massa nec leo. Maecenas et mauris. Aliquam porttitor tincidunt nulla. Vestibulum pede. -

    - - -
    -

    Absolute test

    -
    - test image -
    - -

    - - -

    -

    - - -

    -

    - - -

    -

    - - -

    -

    - - -

    -

    - - -

    -
    - - - - - diff --git a/view/js/cropper/tests/example-CSS-Float.htm b/view/js/cropper/tests/example-CSS-Float.htm deleted file mode 100644 index 3dbeeab4b1..0000000000 --- a/view/js/cropper/tests/example-CSS-Float.htm +++ /dev/null @@ -1,124 +0,0 @@ - - - - - - CSS - Float test - - - - - - - - - - -

    Test page with floating wrapper

    -

    - Some test content before the image -

    - -
    -

    Float test

    -
    - test image -
    - -

    - - -

    -

    - - -

    -

    - - -

    -

    - - -

    -

    - - -

    -

    - - -

    -
    - - - - - diff --git a/view/js/cropper/tests/example-CSS-Relative.htm b/view/js/cropper/tests/example-CSS-Relative.htm deleted file mode 100644 index ecad1341a6..0000000000 --- a/view/js/cropper/tests/example-CSS-Relative.htm +++ /dev/null @@ -1,116 +0,0 @@ - - - - - - CSS - Relative test - - - - - - - - - - -

    Test page with relatively positioned wrapper

    -

    - Some test content before the image -

    - -
    -

    Relative test

    -
    - test image -
    - - -

    - - -

    -

    - - -

    -

    - - -

    -

    - - -

    -

    - - -

    -

    - - -

    -
    - - - - - diff --git a/view/js/cropper/tests/example-CoordsOnLoad.htm b/view/js/cropper/tests/example-CoordsOnLoad.htm deleted file mode 100644 index c14289c2de..0000000000 --- a/view/js/cropper/tests/example-CoordsOnLoad.htm +++ /dev/null @@ -1,108 +0,0 @@ - - - - - - Loading & displaying co-ordinates of crop area on attachment test - - - - - - - - - - -

    Loading & displaying co-ordinates of crop area on attachment test

    -

    - Some test content before the image -

    - -
    - test image -
    - - -

    - - -

    -

    - - -

    -

    - - -

    -

    - - -

    -

    - - -

    -

    - - -

    - - - - - diff --git a/view/js/cropper/tests/example-CoordsOnLoadWithRatio.htm b/view/js/cropper/tests/example-CoordsOnLoadWithRatio.htm deleted file mode 100644 index 9ba02da111..0000000000 --- a/view/js/cropper/tests/example-CoordsOnLoadWithRatio.htm +++ /dev/null @@ -1,109 +0,0 @@ - - - - - - Loading & displaying co-ordinates (with ratio) of crop area on attachment test< - - - - - - - - - - -

    Loading & displaying co-ordinates (with ratio) of crop area on attachment test

    -

    - Some test content before the image -

    - -
    - test image -
    - - -

    - - -

    -

    - - -

    -

    - - -

    -

    - - -

    -

    - - -

    -

    - - -

    - - - - - diff --git a/view/js/cropper/tests/example-Dimensions.htm b/view/js/cropper/tests/example-Dimensions.htm deleted file mode 100644 index 10e5ba26ca..0000000000 --- a/view/js/cropper/tests/example-Dimensions.htm +++ /dev/null @@ -1,225 +0,0 @@ - - - - - - Different dimensions test - - - - - - - - - - -

    Multiple dimensions tests

    -

    - Test of applying different dimension restrictions to the cropper -

    - -
    -
    - Set the cropper with the following dimension restrictions: -

    - - -

    -

    - - -

    -

    - - -

    -

    - - -

    - -
    -
    - -
    - test image -
    - - -

    - - -

    -

    - - -

    -

    - - -

    -

    - - -

    -

    - - -

    -

    - - -

    - - - - - diff --git a/view/js/cropper/tests/example-DynamicImage.htm b/view/js/cropper/tests/example-DynamicImage.htm deleted file mode 100644 index 08240bb63d..0000000000 --- a/view/js/cropper/tests/example-DynamicImage.htm +++ /dev/null @@ -1,203 +0,0 @@ - - - - - - Dynamic image test - - - - - - - - - - -

    Dynamic image test

    -

    - Test of dynamically changing images or removing & re-applying the cropper -

    - -
    - test image -
    - -

    - - -

    - -

    - - -

    - - -

    - - -

    -

    - - -

    -

    - - -

    -

    - - -

    -

    - - -

    -

    - - -

    - - - - - diff --git a/view/js/cropper/tests/example-FixedRatio.htm b/view/js/cropper/tests/example-FixedRatio.htm deleted file mode 100644 index 8d196c15c2..0000000000 --- a/view/js/cropper/tests/example-FixedRatio.htm +++ /dev/null @@ -1,104 +0,0 @@ - - - - - - Fixed ratio test - - - - - - - - - - -

    Fixed ratio test

    -

    - Test of applying a fixed ratio to the cropper -

    -
    - -
    - test image -
    - - -

    - - -

    -

    - - -

    -

    - - -

    -

    - - -

    -

    - - -

    -

    - - -

    - - - - - diff --git a/view/js/cropper/tests/example-MinimumDimensions.htm b/view/js/cropper/tests/example-MinimumDimensions.htm deleted file mode 100644 index e6d96b3937..0000000000 --- a/view/js/cropper/tests/example-MinimumDimensions.htm +++ /dev/null @@ -1,105 +0,0 @@ - - - - - - Min dimensions test - - - - - - - - - - -

    Minimum (both axes ) dimension test

    -

    - Test of applying a minimum dimension to both axes to the cropper -

    -
    - -
    - test image -
    - - -

    - - -

    -

    - - -

    -

    - - -

    -

    - - -

    -

    - - -

    -

    - - -

    - - - - - diff --git a/view/js/cropper/tests/example-MinimumWidth.htm b/view/js/cropper/tests/example-MinimumWidth.htm deleted file mode 100644 index ec5d696671..0000000000 --- a/view/js/cropper/tests/example-MinimumWidth.htm +++ /dev/null @@ -1,105 +0,0 @@ - - - - - - Min (single axis) dimensions test - - - - - - - - - - -

    Minimum (single axis) dimension test

    -

    - Test of applying a minimum dimension to only one axis (width in this case) to the cropper -

    -
    -

    - -
    - test image -
    - - -

    - - -

    -

    - - -

    -

    - - -

    -

    - - -

    -

    - - -

    -

    - - -

    - - - - - diff --git a/view/js/cropper/tests/example-Preview.htm b/view/js/cropper/tests/example-Preview.htm deleted file mode 100644 index 51bf260d3c..0000000000 --- a/view/js/cropper/tests/example-Preview.htm +++ /dev/null @@ -1,117 +0,0 @@ - - - - - - - - - - - - - - - - -

    - -
    - test image -
    - -
    - -
    -

    - - -

    -

    - - -

    -

    - - -

    -

    - - -

    -

    - - -

    -

    - - -

    -
    - - - - - diff --git a/view/js/cropper/tests/poppy.jpg b/view/js/cropper/tests/poppy.jpg deleted file mode 100644 index 1f64985844..0000000000 Binary files a/view/js/cropper/tests/poppy.jpg and /dev/null differ diff --git a/view/js/cropper/tests/staticHTMLStructure.htm b/view/js/cropper/tests/staticHTMLStructure.htm deleted file mode 100644 index ddb99278e2..0000000000 --- a/view/js/cropper/tests/staticHTMLStructure.htm +++ /dev/null @@ -1,236 +0,0 @@ - - - - - - - - - - - -

    - - -
    - test image -
    -
    -
    - - -
    -
    -
    -
    - -
    -
    -
    -
    -
    -
    -
    -
    -
    -
    -
    -
    -
    - -
    -

    Preview:

    -
    - test image -
    -
    - - - - diff --git a/view/lang/de/messages.po b/view/lang/de/messages.po index 9324117666..ec01163665 100644 --- a/view/lang/de/messages.po +++ b/view/lang/de/messages.po @@ -4,9 +4,11 @@ # # Translators: # Andreas H., 2015 -# Andreas H., 2015-2017 +# Andreas H., 2015-2018 # Andy H3 , 2017 # Tobias Diekershoff , 2011 +# Ben , 2018 +# Copiis Praeesse , 2018 # David Rabel , 2016 # Erkan Yilmaz , 2011 # Fabian Dost , 2012 @@ -25,10 +27,11 @@ # Matthias Moritz , 2012 # Oliver , 2015 # Oliver , 2012 -# rabuzarus , 2016-2017 +# rabuzarus , 2016-2018 # Sennewood , 2013 # Sennewood , 2012-2013 # silke m , 2015 +# S.Krumbholz , 2018 # Tobias Diekershoff , 2013-2016 # Tobias Diekershoff , 2011-2013 # Tobias Diekershoff , 2016-2018 @@ -38,9 +41,9 @@ msgid "" msgstr "" "Project-Id-Version: friendica\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2018-02-26 17:52+0100\n" -"PO-Revision-Date: 2018-03-01 22:07+0000\n" -"Last-Translator: hoergen oostende \n" +"POT-Creation-Date: 2018-04-06 16:58+0200\n" +"PO-Revision-Date: 2018-04-11 09:54+0000\n" +"Last-Translator: S.Krumbholz \n" "Language-Team: German (http://www.transifex.com/Friendica/friendica/language/de/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -48,11 +51,6 @@ msgstr "" "Language: de\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: include/dba.php:59 -#, php-format -msgid "Cannot locate DNS info for database server '%s'" -msgstr "Kann die DNS Informationen für den Datenbankserver '%s' nicht ermitteln." - #: include/security.php:81 msgid "Welcome " msgstr "Willkommen " @@ -71,792 +69,288 @@ msgid "" "form has been opened for too long (>3 hours) before submitting it." msgstr "Das Sicherheitsmerkmal war nicht korrekt. Das passiert meistens wenn das Formular vor dem Absenden zu lange geöffnet war (länger als 3 Stunden)." -#: include/acl_selectors.php:355 -msgid "Post to Email" -msgstr "An E-Mail senden" - -#: include/acl_selectors.php:360 -msgid "Hide your profile details from unknown viewers?" -msgstr "Profil-Details vor unbekannten Betrachtern verbergen?" - -#: include/acl_selectors.php:360 +#: include/dba.php:57 #, php-format -msgid "Connectors disabled, since \"%s\" is enabled." -msgstr "Konnektoren sind nicht verfügbar, da \"%s\" aktiv ist." +msgid "Cannot locate DNS info for database server '%s'" +msgstr "Kann die DNS Informationen für den Datenbankserver '%s' nicht ermitteln." -#: include/acl_selectors.php:366 -msgid "Visible to everybody" -msgstr "Für jeden sichtbar" - -#: include/acl_selectors.php:367 view/theme/vier/config.php:115 -msgid "show" -msgstr "zeigen" - -#: include/acl_selectors.php:368 view/theme/vier/config.php:115 -msgid "don't show" -msgstr "nicht zeigen" - -#: include/acl_selectors.php:374 mod/editpost.php:136 -msgid "CC: email addresses" -msgstr "Cc: E-Mail-Addressen" - -#: include/acl_selectors.php:375 mod/editpost.php:143 -msgid "Example: bob@example.com, mary@example.com" -msgstr "Z.B.: bob@example.com, mary@example.com" - -#: include/acl_selectors.php:377 mod/events.php:536 mod/photos.php:1098 -#: mod/photos.php:1441 -msgid "Permissions" -msgstr "Berechtigungen" - -#: include/acl_selectors.php:378 -msgid "Close" -msgstr "Schließen" - -#: include/api.php:1181 +#: include/api.php:1199 #, php-format msgid "Daily posting limit of %d post reached. The post was rejected." msgid_plural "Daily posting limit of %d posts reached. The post was rejected." msgstr[0] "Das tägliche Limit von %d Beitrag wurde erreicht. Die Nachricht wurde verworfen." -msgstr[1] "Das tägliche Limit von %d Beiträgen wurde erreicht. Die Nachricht wurde verworfen." +msgstr[1] "Das tägliche Limit von %d Beiträgen wurde erreicht. Der Beitrag wurde verworfen." -#: include/api.php:1205 +#: include/api.php:1223 #, php-format msgid "Weekly posting limit of %d post reached. The post was rejected." msgid_plural "" "Weekly posting limit of %d posts reached. The post was rejected." msgstr[0] "Das wöchentliche Limit von %d Beitrag wurde erreicht. Die Nachricht wurde verworfen." -msgstr[1] "Das wöchentliche Limit von %d Beiträgen wurde erreicht. Die Nachricht wurde verworfen." +msgstr[1] "Das wöchentliche Limit von %d Beiträgen wurde erreicht. Der Beitrag wurde verworfen." -#: include/api.php:1229 +#: include/api.php:1247 #, php-format msgid "Monthly posting limit of %d post reached. The post was rejected." msgstr "Das monatliche Limit von %d Beiträgen wurde erreicht. Der Beitrag wurde verworfen." -#: include/api.php:4382 mod/photos.php:88 mod/photos.php:194 +#: include/api.php:4400 mod/photos.php:88 mod/photos.php:194 #: mod/photos.php:722 mod/photos.php:1149 mod/photos.php:1166 -#: mod/photos.php:1684 mod/profile_photo.php:84 mod/profile_photo.php:92 -#: mod/profile_photo.php:100 mod/profile_photo.php:223 -#: mod/profile_photo.php:317 mod/profile_photo.php:327 src/Model/User.php:526 -#: src/Model/User.php:534 src/Model/User.php:542 +#: mod/photos.php:1684 mod/profile_photo.php:85 mod/profile_photo.php:93 +#: mod/profile_photo.php:101 mod/profile_photo.php:211 +#: mod/profile_photo.php:302 mod/profile_photo.php:312 src/Model/User.php:539 +#: src/Model/User.php:547 src/Model/User.php:555 msgid "Profile Photos" msgstr "Profilbilder" -#: include/bb2diaspora.php:238 include/event.php:26 include/event.php:914 -#: mod/localtime.php:19 -msgid "l F d, Y \\@ g:i A" -msgstr "l, d. F Y\\, H:i" - -#: include/bb2diaspora.php:245 include/event.php:45 include/event.php:62 -#: include/event.php:471 include/event.php:992 -msgid "Starts:" -msgstr "Beginnt:" - -#: include/bb2diaspora.php:251 include/event.php:48 include/event.php:68 -#: include/event.php:472 include/event.php:996 -msgid "Finishes:" -msgstr "Endet:" - -#: include/bb2diaspora.php:258 include/event.php:52 include/event.php:77 -#: include/event.php:473 include/event.php:1010 mod/directory.php:140 -#: mod/notifications.php:247 mod/contacts.php:651 mod/events.php:521 -#: src/Model/Profile.php:417 -msgid "Location:" -msgstr "Ort:" - -#: include/conversation.php:146 include/conversation.php:284 -#: include/text.php:1717 src/Model/Item.php:1785 -msgid "event" -msgstr "Event" - -#: include/conversation.php:149 include/conversation.php:159 -#: include/conversation.php:287 include/conversation.php:296 -#: mod/subthread.php:97 mod/tagger.php:72 src/Model/Item.php:1783 -#: src/Protocol/Diaspora.php:1946 -msgid "status" -msgstr "Status" - -#: include/conversation.php:154 include/conversation.php:292 -#: include/text.php:1719 mod/subthread.php:97 mod/tagger.php:72 -#: src/Model/Item.php:1783 -msgid "photo" -msgstr "Foto" - -#: include/conversation.php:166 src/Model/Item.php:1656 -#: src/Protocol/Diaspora.php:1942 -#, php-format -msgid "%1$s likes %2$s's %3$s" -msgstr "%1$s mag %2$ss %3$s" - -#: include/conversation.php:169 src/Model/Item.php:1661 -#, php-format -msgid "%1$s doesn't like %2$s's %3$s" -msgstr "%1$s mag %2$ss %3$s nicht" - -#: include/conversation.php:172 -#, php-format -msgid "%1$s attends %2$s's %3$s" -msgstr "%1$s nimmt an %2$ss %3$s teil." - -#: include/conversation.php:175 -#, php-format -msgid "%1$s doesn't attend %2$s's %3$s" -msgstr "%1$s nimmt nicht an %2$ss %3$s teil." - -#: include/conversation.php:178 -#, php-format -msgid "%1$s attends maybe %2$s's %3$s" -msgstr "%1$s nimmt eventuell an %2$ss %3$s teil." - -#: include/conversation.php:211 mod/dfrn_confirm.php:431 -#: src/Protocol/Diaspora.php:2414 -#, php-format -msgid "%1$s is now friends with %2$s" -msgstr "%1$s ist nun mit %2$s befreundet" - -#: include/conversation.php:252 -#, php-format -msgid "%1$s poked %2$s" -msgstr "%1$s stupste %2$s" - -#: include/conversation.php:306 mod/tagger.php:110 -#, php-format -msgid "%1$s tagged %2$s's %3$s with %4$s" -msgstr "%1$s hat %2$ss %3$s mit %4$s getaggt" - -#: include/conversation.php:333 -msgid "post/item" -msgstr "Nachricht/Beitrag" - -#: include/conversation.php:334 -#, php-format -msgid "%1$s marked %2$s's %3$s as favorite" -msgstr "%1$s hat %2$s\\s %3$s als Favorit markiert" - -#: include/conversation.php:607 mod/profiles.php:354 mod/photos.php:1501 -msgid "Likes" -msgstr "Likes" - -#: include/conversation.php:607 mod/profiles.php:358 mod/photos.php:1501 -msgid "Dislikes" -msgstr "Dislikes" - -#: include/conversation.php:608 include/conversation.php:1672 -#: mod/photos.php:1502 -msgid "Attending" -msgid_plural "Attending" -msgstr[0] "Teilnehmend" -msgstr[1] "Teilnehmend" - -#: include/conversation.php:608 mod/photos.php:1502 -msgid "Not attending" -msgstr "Nicht teilnehmend" - -#: include/conversation.php:608 mod/photos.php:1502 -msgid "Might attend" -msgstr "Eventuell teilnehmend" - -#: include/conversation.php:742 mod/photos.php:1569 src/Object/Post.php:177 -msgid "Select" -msgstr "Auswählen" - -#: include/conversation.php:743 mod/admin.php:1706 mod/contacts.php:821 -#: mod/contacts.php:1019 mod/photos.php:1570 mod/settings.php:742 -#: src/Object/Post.php:178 -msgid "Delete" -msgstr "Löschen" - -#: include/conversation.php:775 src/Object/Post.php:355 -#: src/Object/Post.php:356 -#, php-format -msgid "View %s's profile @ %s" -msgstr "Das Profil von %s auf %s betrachten." - -#: include/conversation.php:787 src/Object/Post.php:343 -msgid "Categories:" -msgstr "Kategorien:" - -#: include/conversation.php:788 src/Object/Post.php:344 -msgid "Filed under:" -msgstr "Abgelegt unter:" - -#: include/conversation.php:795 src/Object/Post.php:369 -#, php-format -msgid "%s from %s" -msgstr "%s von %s" - -#: include/conversation.php:810 -msgid "View in context" -msgstr "Im Zusammenhang betrachten" - -#: include/conversation.php:812 include/conversation.php:1345 -#: mod/editpost.php:127 mod/message.php:264 mod/message.php:433 -#: mod/photos.php:1473 mod/wallmessage.php:145 src/Object/Post.php:394 -msgid "Please wait" -msgstr "Bitte warten" - -#: include/conversation.php:883 -msgid "remove" -msgstr "löschen" - -#: include/conversation.php:887 -msgid "Delete Selected Items" -msgstr "Lösche die markierten Beiträge" - -#: include/conversation.php:1051 view/theme/frio/theme.php:352 -msgid "Follow Thread" -msgstr "Folge der Unterhaltung" - -#: include/conversation.php:1052 src/Model/Contact.php:554 -msgid "View Status" -msgstr "Pinnwand anschauen" - -#: include/conversation.php:1053 include/conversation.php:1069 -#: mod/allfriends.php:73 mod/directory.php:153 mod/suggest.php:82 -#: mod/dirfind.php:220 mod/match.php:89 src/Model/Contact.php:497 -#: src/Model/Contact.php:510 src/Model/Contact.php:555 -msgid "View Profile" -msgstr "Profil anschauen" - -#: include/conversation.php:1054 src/Model/Contact.php:556 -msgid "View Photos" -msgstr "Bilder anschauen" - -#: include/conversation.php:1055 src/Model/Contact.php:557 -msgid "Network Posts" -msgstr "Netzwerkbeiträge" - -#: include/conversation.php:1056 src/Model/Contact.php:558 -msgid "View Contact" -msgstr "Kontakt anzeigen" - -#: include/conversation.php:1057 src/Model/Contact.php:560 -msgid "Send PM" -msgstr "Private Nachricht senden" - -#: include/conversation.php:1061 src/Model/Contact.php:561 -msgid "Poke" -msgstr "Anstupsen" - -#: include/conversation.php:1066 mod/allfriends.php:74 mod/suggest.php:83 -#: mod/dirfind.php:221 mod/match.php:90 mod/contacts.php:587 -#: mod/follow.php:141 src/Content/Widget.php:61 src/Model/Contact.php:511 -msgid "Connect/Follow" -msgstr "Verbinden/Folgen" - -#: include/conversation.php:1185 -#, php-format -msgid "%s likes this." -msgstr "%s mag das." - -#: include/conversation.php:1188 -#, php-format -msgid "%s doesn't like this." -msgstr "%s mag das nicht." - -#: include/conversation.php:1191 -#, php-format -msgid "%s attends." -msgstr "%s nimmt teil." - -#: include/conversation.php:1194 -#, php-format -msgid "%s doesn't attend." -msgstr "%s nimmt nicht teil." - -#: include/conversation.php:1197 -#, php-format -msgid "%s attends maybe." -msgstr "%s nimmt eventuell teil." - -#: include/conversation.php:1208 -msgid "and" -msgstr "und" - -#: include/conversation.php:1214 -#, php-format -msgid "and %d other people" -msgstr "und %dandere" - -#: include/conversation.php:1223 -#, php-format -msgid "%2$d people like this" -msgstr "%2$d Personen mögen das" - -#: include/conversation.php:1224 -#, php-format -msgid "%s like this." -msgstr "%s mögen das." - -#: include/conversation.php:1227 -#, php-format -msgid "%2$d people don't like this" -msgstr "%2$d Personen mögen das nicht" - -#: include/conversation.php:1228 -#, php-format -msgid "%s don't like this." -msgstr "%s mögen dies nicht." - -#: include/conversation.php:1231 -#, php-format -msgid "%2$d people attend" -msgstr "%2$d Personen nehmen teil" - -#: include/conversation.php:1232 -#, php-format -msgid "%s attend." -msgstr "%s nehmen teil." - -#: include/conversation.php:1235 -#, php-format -msgid "%2$d people don't attend" -msgstr "%2$d Personen nehmen nicht teil" - -#: include/conversation.php:1236 -#, php-format -msgid "%s don't attend." -msgstr "%s nehmen nicht teil." - -#: include/conversation.php:1239 -#, php-format -msgid "%2$d people attend maybe" -msgstr "%2$d Personen nehmen eventuell teil" - -#: include/conversation.php:1240 -#, php-format -msgid "%s anttend maybe." -msgstr "%s nehmen vielleicht teil." - -#: include/conversation.php:1270 include/conversation.php:1286 -msgid "Visible to everybody" -msgstr "Für jedermann sichtbar" - -#: include/conversation.php:1271 include/conversation.php:1287 -#: mod/message.php:200 mod/message.php:207 mod/message.php:343 -#: mod/message.php:350 mod/wallmessage.php:120 mod/wallmessage.php:127 -msgid "Please enter a link URL:" -msgstr "Bitte gib die URL des Links ein:" - -#: include/conversation.php:1272 include/conversation.php:1288 -msgid "Please enter a video link/URL:" -msgstr "Bitte Link/URL zum Video einfügen:" - -#: include/conversation.php:1273 include/conversation.php:1289 -msgid "Please enter an audio link/URL:" -msgstr "Bitte Link/URL zum Audio einfügen:" - -#: include/conversation.php:1274 include/conversation.php:1290 -msgid "Tag term:" -msgstr "Tag:" - -#: include/conversation.php:1275 include/conversation.php:1291 -#: mod/filer.php:34 -msgid "Save to Folder:" -msgstr "In diesem Ordner speichern:" - -#: include/conversation.php:1276 include/conversation.php:1292 -msgid "Where are you right now?" -msgstr "Wo hältst Du Dich jetzt gerade auf?" - -#: include/conversation.php:1277 -msgid "Delete item(s)?" -msgstr "Einträge löschen?" - -#: include/conversation.php:1326 -msgid "Share" -msgstr "Teilen" - -#: include/conversation.php:1327 mod/editpost.php:113 mod/message.php:262 -#: mod/message.php:430 mod/wallmessage.php:143 -msgid "Upload photo" -msgstr "Foto hochladen" - -#: include/conversation.php:1328 mod/editpost.php:114 -msgid "upload photo" -msgstr "Bild hochladen" - -#: include/conversation.php:1329 mod/editpost.php:115 -msgid "Attach file" -msgstr "Datei anhängen" - -#: include/conversation.php:1330 mod/editpost.php:116 -msgid "attach file" -msgstr "Datei anhängen" - -#: include/conversation.php:1331 mod/editpost.php:117 mod/message.php:263 -#: mod/message.php:431 mod/wallmessage.php:144 -msgid "Insert web link" -msgstr "Einen Link einfügen" - -#: include/conversation.php:1332 mod/editpost.php:118 -msgid "web link" -msgstr "Weblink" - -#: include/conversation.php:1333 mod/editpost.php:119 -msgid "Insert video link" -msgstr "Video-Adresse einfügen" - -#: include/conversation.php:1334 mod/editpost.php:120 -msgid "video link" -msgstr "Video-Link" - -#: include/conversation.php:1335 mod/editpost.php:121 -msgid "Insert audio link" -msgstr "Audio-Adresse einfügen" - -#: include/conversation.php:1336 mod/editpost.php:122 -msgid "audio link" -msgstr "Audio-Link" - -#: include/conversation.php:1337 mod/editpost.php:123 -msgid "Set your location" -msgstr "Deinen Standort festlegen" - -#: include/conversation.php:1338 mod/editpost.php:124 -msgid "set location" -msgstr "Ort setzen" - -#: include/conversation.php:1339 mod/editpost.php:125 -msgid "Clear browser location" -msgstr "Browser-Standort leeren" - -#: include/conversation.php:1340 mod/editpost.php:126 -msgid "clear location" -msgstr "Ort löschen" - -#: include/conversation.php:1342 mod/editpost.php:140 -msgid "Set title" -msgstr "Titel setzen" - -#: include/conversation.php:1344 mod/editpost.php:142 -msgid "Categories (comma-separated list)" -msgstr "Kategorien (kommasepariert)" - -#: include/conversation.php:1346 mod/editpost.php:128 -msgid "Permission settings" -msgstr "Berechtigungseinstellungen" - -#: include/conversation.php:1347 mod/editpost.php:157 -msgid "permissions" -msgstr "Zugriffsrechte" - -#: include/conversation.php:1355 mod/editpost.php:137 -msgid "Public post" -msgstr "Öffentlicher Beitrag" - -#: include/conversation.php:1359 mod/editpost.php:148 mod/events.php:531 -#: mod/photos.php:1492 mod/photos.php:1531 mod/photos.php:1604 -#: src/Object/Post.php:797 -msgid "Preview" -msgstr "Vorschau" - -#: include/conversation.php:1363 include/items.php:387 mod/fbrowser.php:103 -#: mod/fbrowser.php:134 mod/suggest.php:41 mod/unfollow.php:117 -#: mod/contacts.php:467 mod/dfrn_request.php:663 mod/editpost.php:151 -#: mod/follow.php:159 mod/message.php:141 mod/photos.php:248 -#: mod/photos.php:324 mod/settings.php:680 mod/settings.php:706 -#: mod/tagrm.php:19 mod/tagrm.php:99 mod/videos.php:148 -msgid "Cancel" -msgstr "Abbrechen" - -#: include/conversation.php:1368 -msgid "Post to Groups" -msgstr "Poste an Gruppe" - -#: include/conversation.php:1369 -msgid "Post to Contacts" -msgstr "Poste an Kontakte" - -#: include/conversation.php:1370 -msgid "Private post" -msgstr "Privater Beitrag" - -#: include/conversation.php:1375 mod/editpost.php:155 -#: src/Model/Profile.php:342 -msgid "Message" -msgstr "Nachricht" - -#: include/conversation.php:1376 mod/editpost.php:156 -msgid "Browser" -msgstr "Browser" - -#: include/conversation.php:1643 -msgid "View all" -msgstr "Zeige alle" - -#: include/conversation.php:1666 -msgid "Like" -msgid_plural "Likes" -msgstr[0] "mag ich" -msgstr[1] "Mag ich" - -#: include/conversation.php:1669 -msgid "Dislike" -msgid_plural "Dislikes" -msgstr[0] "mag ich nicht" -msgstr[1] "Mag ich nicht" - -#: include/conversation.php:1675 -msgid "Not Attending" -msgid_plural "Not Attending" -msgstr[0] "Nicht teilnehmend " -msgstr[1] "Nicht teilnehmend" - -#: include/conversation.php:1678 src/Content/ContactSelector.php:125 -msgid "Undecided" -msgid_plural "Undecided" -msgstr[0] "Unentschieden" -msgstr[1] "Unentschieden" - -#: include/enotify.php:33 +#: include/enotify.php:31 msgid "Friendica Notification" msgstr "Friendica-Benachrichtigung" -#: include/enotify.php:36 +#: include/enotify.php:34 msgid "Thank You," msgstr "Danke," -#: include/enotify.php:39 +#: include/enotify.php:37 #, php-format msgid "%s Administrator" msgstr "der Administrator von %s" -#: include/enotify.php:41 +#: include/enotify.php:39 #, php-format msgid "%1$s, %2$s Administrator" msgstr "%1$s, %2$s Administrator" -#: include/enotify.php:52 src/Worker/Delivery.php:402 +#: include/enotify.php:50 src/Worker/Delivery.php:404 msgid "noreply" msgstr "noreply" -#: include/enotify.php:100 +#: include/enotify.php:98 #, php-format msgid "[Friendica:Notify] New mail received at %s" -msgstr "[Friendica-Meldung] Neue Nachricht erhalten von %s" +msgstr "[Friendica-Meldung] Neue Email erhalten um %s" -#: include/enotify.php:102 +#: include/enotify.php:100 #, php-format msgid "%1$s sent you a new private message at %2$s." -msgstr "%1$s hat Dir eine neue private Nachricht auf %2$s geschickt." +msgstr "%1$s hat Dir eine neue private Nachricht um %2$s geschickt." -#: include/enotify.php:103 +#: include/enotify.php:101 msgid "a private message" msgstr "eine private Nachricht" -#: include/enotify.php:103 +#: include/enotify.php:101 #, php-format msgid "%1$s sent you %2$s." msgstr "%1$s schickte Dir %2$s." -#: include/enotify.php:105 +#: include/enotify.php:103 #, php-format msgid "Please visit %s to view and/or reply to your private messages." msgstr "Bitte besuche %s, um Deine privaten Nachrichten anzusehen und/oder zu beantworten." -#: include/enotify.php:143 +#: include/enotify.php:141 #, php-format msgid "%1$s commented on [url=%2$s]a %3$s[/url]" msgstr "%1$s kommentierte [url=%2$s]a %3$s[/url]" -#: include/enotify.php:151 +#: include/enotify.php:149 #, php-format msgid "%1$s commented on [url=%2$s]%3$s's %4$s[/url]" msgstr "%1$s kommentierte [url=%2$s]%3$ss %4$s[/url]" -#: include/enotify.php:161 +#: include/enotify.php:159 #, php-format msgid "%1$s commented on [url=%2$s]your %3$s[/url]" -msgstr "%1$s kommentierte [url=%2$s]Deinen %3$s[/url]" +msgstr "%1$s kommentierte [url=%2$s]deinen %3$s[/url]" -#: include/enotify.php:173 +#: include/enotify.php:171 #, php-format msgid "[Friendica:Notify] Comment to conversation #%1$d by %2$s" msgstr "[Friendica-Meldung] Kommentar zum Beitrag #%1$d von %2$s" -#: include/enotify.php:175 +#: include/enotify.php:173 #, php-format msgid "%s commented on an item/conversation you have been following." msgstr "%s hat einen Beitrag kommentiert, dem Du folgst." -#: include/enotify.php:178 include/enotify.php:193 include/enotify.php:208 -#: include/enotify.php:223 include/enotify.php:242 include/enotify.php:257 +#: include/enotify.php:176 include/enotify.php:191 include/enotify.php:206 +#: include/enotify.php:221 include/enotify.php:240 include/enotify.php:255 #, php-format msgid "Please visit %s to view and/or reply to the conversation." msgstr "Bitte besuche %s, um die Konversation anzusehen und/oder zu kommentieren." -#: include/enotify.php:185 +#: include/enotify.php:183 #, php-format msgid "[Friendica:Notify] %s posted to your profile wall" msgstr "[Friendica-Meldung] %s hat auf Deine Pinnwand geschrieben" -#: include/enotify.php:187 +#: include/enotify.php:185 #, php-format msgid "%1$s posted to your profile wall at %2$s" -msgstr "%1$s schrieb auf %2$s auf Deine Pinnwand" +msgstr "%1$s schrieb um %2$s auf Deine Pinnwand" -#: include/enotify.php:188 +#: include/enotify.php:186 #, php-format msgid "%1$s posted to [url=%2$s]your wall[/url]" msgstr "%1$s hat etwas auf [url=%2$s]Deiner Pinnwand[/url] gepostet" -#: include/enotify.php:200 +#: include/enotify.php:198 #, php-format msgid "[Friendica:Notify] %s tagged you" msgstr "[Friendica-Meldung] %s hat Dich erwähnt" -#: include/enotify.php:202 +#: include/enotify.php:200 #, php-format msgid "%1$s tagged you at %2$s" msgstr "%1$s erwähnte Dich auf %2$s" -#: include/enotify.php:203 +#: include/enotify.php:201 #, php-format msgid "%1$s [url=%2$s]tagged you[/url]." msgstr "%1$s [url=%2$s]erwähnte Dich[/url]." -#: include/enotify.php:215 +#: include/enotify.php:213 #, php-format msgid "[Friendica:Notify] %s shared a new post" msgstr "[Friendica Benachrichtigung] %s hat einen Beitrag geteilt" -#: include/enotify.php:217 +#: include/enotify.php:215 #, php-format msgid "%1$s shared a new post at %2$s" msgstr "%1$s hat einen neuen Beitrag auf %2$s geteilt" -#: include/enotify.php:218 +#: include/enotify.php:216 #, php-format msgid "%1$s [url=%2$s]shared a post[/url]." msgstr "%1$s [url=%2$s]hat einen Beitrag geteilt[/url]." -#: include/enotify.php:230 +#: include/enotify.php:228 #, php-format msgid "[Friendica:Notify] %1$s poked you" msgstr "[Friendica-Meldung] %1$s hat Dich angestupst" -#: include/enotify.php:232 +#: include/enotify.php:230 #, php-format msgid "%1$s poked you at %2$s" msgstr "%1$s hat Dich auf %2$s angestupst" -#: include/enotify.php:233 +#: include/enotify.php:231 #, php-format msgid "%1$s [url=%2$s]poked you[/url]." msgstr "%1$s [url=%2$s]hat Dich angestupst[/url]." -#: include/enotify.php:249 +#: include/enotify.php:247 #, php-format msgid "[Friendica:Notify] %s tagged your post" msgstr "[Friendica-Meldung] %s hat Deinen Beitrag getaggt" -#: include/enotify.php:251 +#: include/enotify.php:249 #, php-format msgid "%1$s tagged your post at %2$s" msgstr "%1$s erwähnte Deinen Beitrag auf %2$s" -#: include/enotify.php:252 +#: include/enotify.php:250 #, php-format msgid "%1$s tagged [url=%2$s]your post[/url]" msgstr "%1$s erwähnte [url=%2$s]Deinen Beitrag[/url]" -#: include/enotify.php:264 +#: include/enotify.php:262 msgid "[Friendica:Notify] Introduction received" msgstr "[Friendica-Meldung] Kontaktanfrage erhalten" -#: include/enotify.php:266 +#: include/enotify.php:264 #, php-format msgid "You've received an introduction from '%1$s' at %2$s" msgstr "Du hast eine Kontaktanfrage von '%1$s' auf %2$s erhalten" -#: include/enotify.php:267 +#: include/enotify.php:265 #, php-format msgid "You've received [url=%1$s]an introduction[/url] from %2$s." msgstr "Du hast eine [url=%1$s]Kontaktanfrage[/url] von %2$s erhalten." -#: include/enotify.php:272 include/enotify.php:318 +#: include/enotify.php:270 include/enotify.php:316 #, php-format msgid "You may visit their profile at %s" msgstr "Hier kannst Du das Profil betrachten: %s" -#: include/enotify.php:274 +#: include/enotify.php:272 #, php-format msgid "Please visit %s to approve or reject the introduction." msgstr "Bitte besuche %s, um die Kontaktanfrage anzunehmen oder abzulehnen." -#: include/enotify.php:282 +#: include/enotify.php:280 msgid "[Friendica:Notify] A new person is sharing with you" msgstr "[Friendica Benachrichtigung] Eine neue Person teilt mit Dir" -#: include/enotify.php:284 include/enotify.php:285 +#: include/enotify.php:282 include/enotify.php:283 #, php-format msgid "%1$s is sharing with you at %2$s" msgstr "%1$s teilt mit Dir auf %2$s" -#: include/enotify.php:292 +#: include/enotify.php:290 msgid "[Friendica:Notify] You have a new follower" msgstr "[Friendica Benachrichtigung] Du hast einen neuen Kontakt auf " -#: include/enotify.php:294 include/enotify.php:295 +#: include/enotify.php:292 include/enotify.php:293 #, php-format msgid "You have a new follower at %2$s : %1$s" msgstr "Du hast einen neuen Kontakt auf %2$s: %1$s" -#: include/enotify.php:307 +#: include/enotify.php:305 msgid "[Friendica:Notify] Friend suggestion received" msgstr "[Friendica-Meldung] Kontaktvorschlag erhalten" -#: include/enotify.php:309 +#: include/enotify.php:307 #, php-format msgid "You've received a friend suggestion from '%1$s' at %2$s" msgstr "Du hast einen Kontakt-Vorschlag von '%1$s' auf %2$s erhalten" -#: include/enotify.php:310 +#: include/enotify.php:308 #, php-format msgid "" "You've received [url=%1$s]a friend suggestion[/url] for %2$s from %3$s." msgstr "Du hast einen [url=%1$s]Kontakt-Vorschlag[/url] %2$s von %3$s erhalten." -#: include/enotify.php:316 +#: include/enotify.php:314 msgid "Name:" msgstr "Name:" -#: include/enotify.php:317 +#: include/enotify.php:315 msgid "Photo:" msgstr "Foto:" -#: include/enotify.php:320 +#: include/enotify.php:318 #, php-format msgid "Please visit %s to approve or reject the suggestion." msgstr "Bitte besuche %s, um den Vorschlag zu akzeptieren oder abzulehnen." -#: include/enotify.php:328 include/enotify.php:343 +#: include/enotify.php:326 include/enotify.php:341 msgid "[Friendica:Notify] Connection accepted" msgstr "[Friendica-Benachrichtigung] Kontaktanfrage bestätigt" -#: include/enotify.php:330 include/enotify.php:345 +#: include/enotify.php:328 include/enotify.php:343 #, php-format msgid "'%1$s' has accepted your connection request at %2$s" msgstr "'%1$s' hat Deine Kontaktanfrage auf %2$s bestätigt" -#: include/enotify.php:331 include/enotify.php:346 +#: include/enotify.php:329 include/enotify.php:344 #, php-format msgid "%2$s has accepted your [url=%1$s]connection request[/url]." msgstr "%2$s hat Deine [url=%1$s]Kontaktanfrage[/url] akzeptiert." -#: include/enotify.php:336 +#: include/enotify.php:334 msgid "" "You are now mutual friends and may exchange status updates, photos, and " "email without restriction." msgstr "Ihr seid nun beidseitige Kontakte und könnt Statusmitteilungen, Bilder und Emails ohne Einschränkungen austauschen." -#: include/enotify.php:338 +#: include/enotify.php:336 #, php-format msgid "Please visit %s if you wish to make any changes to this relationship." msgstr "Bitte besuche %s, wenn Du Änderungen an eurer Beziehung vornehmen willst." -#: include/enotify.php:351 +#: include/enotify.php:349 #, php-format msgid "" "'%1$s' has chosen to accept you a fan, which restricts some forms of " @@ -865,269 +359,45 @@ msgid "" "automatically." msgstr "'%1$s' hat sich entschieden Dich als Fan zu akzeptieren, dies schränkt einige Kommunikationswege - wie private Nachrichten und einige Interaktionsmöglichkeiten auf der Profilseite - ein. Wenn dies eine Berühmtheiten- oder Gemeinschaftsseite ist, werden diese Einstellungen automatisch vorgenommen." -#: include/enotify.php:353 +#: include/enotify.php:351 #, php-format msgid "" "'%1$s' may choose to extend this into a two-way or more permissive " "relationship in the future." msgstr "'%1$s' kann den Kontaktstatus zu einem späteren Zeitpunkt erweitern und diese Einschränkungen aufheben. " -#: include/enotify.php:355 +#: include/enotify.php:353 #, php-format msgid "Please visit %s if you wish to make any changes to this relationship." msgstr "Bitte besuche %s, wenn Du Änderungen an eurer Beziehung vornehmen willst." -#: include/enotify.php:365 +#: include/enotify.php:363 msgid "[Friendica System:Notify] registration request" msgstr "[Friendica System:Benachrichtigung] Registrationsanfrage" -#: include/enotify.php:367 +#: include/enotify.php:365 #, php-format msgid "You've received a registration request from '%1$s' at %2$s" msgstr "Du hast eine Registrierungsanfrage von %2$s auf '%1$s' erhalten" -#: include/enotify.php:368 +#: include/enotify.php:366 #, php-format msgid "You've received a [url=%1$s]registration request[/url] from %2$s." msgstr "Du hast eine [url=%1$s]Registrierungsanfrage[/url] von %2$s erhalten." -#: include/enotify.php:373 +#: include/enotify.php:371 #, php-format -msgid "Full Name:\t%1$s\\nSite Location:\t%2$s\\nLogin Name:\t%3$s (%4$s(" -msgstr "Kompletter Name:\t%1$s\\nURL der Seite:\t%2$s\\nLogin Name:\t%3$s (%4$s(" +msgid "Full Name:\t%1$s\\nSite Location:\t%2$s\\nLogin Name:\t%3$s (%4$s)" +msgstr "Kompletter Name:\t%1$s\\nURL der Seite:\t%2$s\\nLogin Name:\t%3$s (%4$s)" -#: include/enotify.php:379 +#: include/enotify.php:377 #, php-format msgid "Please visit %s to approve or reject the request." msgstr "Bitte besuche %s um die Anfrage zu bearbeiten." -#: include/event.php:420 -msgid "all-day" -msgstr "ganztägig" - -#: include/event.php:422 include/text.php:1111 -msgid "Sun" -msgstr "So" - -#: include/event.php:423 include/text.php:1111 -msgid "Mon" -msgstr "Mo" - -#: include/event.php:424 include/text.php:1111 -msgid "Tue" -msgstr "Di" - -#: include/event.php:425 include/text.php:1111 -msgid "Wed" -msgstr "Mi" - -#: include/event.php:426 include/text.php:1111 -msgid "Thu" -msgstr "Do" - -#: include/event.php:427 include/text.php:1111 -msgid "Fri" -msgstr "Fr" - -#: include/event.php:428 include/text.php:1111 -msgid "Sat" -msgstr "Sa" - -#: include/event.php:430 include/text.php:1093 mod/settings.php:945 -msgid "Sunday" -msgstr "Sonntag" - -#: include/event.php:431 include/text.php:1093 mod/settings.php:945 -msgid "Monday" -msgstr "Montag" - -#: include/event.php:432 include/text.php:1093 -msgid "Tuesday" -msgstr "Dienstag" - -#: include/event.php:433 include/text.php:1093 -msgid "Wednesday" -msgstr "Mittwoch" - -#: include/event.php:434 include/text.php:1093 -msgid "Thursday" -msgstr "Donnerstag" - -#: include/event.php:435 include/text.php:1093 -msgid "Friday" -msgstr "Freitag" - -#: include/event.php:436 include/text.php:1093 -msgid "Saturday" -msgstr "Samstag" - -#: include/event.php:438 include/text.php:1114 -msgid "Jan" -msgstr "Jan" - -#: include/event.php:439 include/text.php:1114 -msgid "Feb" -msgstr "Feb" - -#: include/event.php:440 include/text.php:1114 -msgid "Mar" -msgstr "März" - -#: include/event.php:441 include/text.php:1114 -msgid "Apr" -msgstr "Apr" - -#: include/event.php:442 include/event.php:455 include/text.php:1097 -#: include/text.php:1114 -msgid "May" -msgstr "Mai" - -#: include/event.php:443 -msgid "Jun" -msgstr "Jun" - -#: include/event.php:444 include/text.php:1114 -msgid "Jul" -msgstr "Juli" - -#: include/event.php:445 include/text.php:1114 -msgid "Aug" -msgstr "Aug" - -#: include/event.php:446 -msgid "Sept" -msgstr "Sep" - -#: include/event.php:447 include/text.php:1114 -msgid "Oct" -msgstr "Okt" - -#: include/event.php:448 include/text.php:1114 -msgid "Nov" -msgstr "Nov" - -#: include/event.php:449 include/text.php:1114 -msgid "Dec" -msgstr "Dez" - -#: include/event.php:451 include/text.php:1097 -msgid "January" -msgstr "Januar" - -#: include/event.php:452 include/text.php:1097 -msgid "February" -msgstr "Februar" - -#: include/event.php:453 include/text.php:1097 -msgid "March" -msgstr "März" - -#: include/event.php:454 include/text.php:1097 -msgid "April" -msgstr "April" - -#: include/event.php:456 include/text.php:1097 -msgid "June" -msgstr "Juni" - -#: include/event.php:457 include/text.php:1097 -msgid "July" -msgstr "Juli" - -#: include/event.php:458 include/text.php:1097 -msgid "August" -msgstr "August" - -#: include/event.php:459 include/text.php:1097 -msgid "September" -msgstr "September" - -#: include/event.php:460 include/text.php:1097 -msgid "October" -msgstr "Oktober" - -#: include/event.php:461 include/text.php:1097 -msgid "November" -msgstr "November" - -#: include/event.php:462 include/text.php:1097 -msgid "December" -msgstr "Dezember" - -#: include/event.php:464 mod/cal.php:280 mod/events.php:401 -msgid "today" -msgstr "Heute" - -#: include/event.php:465 mod/cal.php:281 mod/events.php:402 -#: src/Util/Temporal.php:304 -msgid "month" -msgstr "Monat" - -#: include/event.php:466 mod/cal.php:282 mod/events.php:403 -#: src/Util/Temporal.php:305 -msgid "week" -msgstr "Woche" - -#: include/event.php:467 mod/cal.php:283 mod/events.php:404 -#: src/Util/Temporal.php:306 -msgid "day" -msgstr "Tag" - -#: include/event.php:469 -msgid "No events to display" -msgstr "Keine Veranstaltung zum Anzeigen" - -#: include/event.php:583 -msgid "l, F j" -msgstr "l, F j" - -#: include/event.php:607 -msgid "Edit event" -msgstr "Veranstaltung bearbeiten" - -#: include/event.php:608 -msgid "Duplicate event" -msgstr "Veranstaltung kopieren" - -#: include/event.php:609 -msgid "Delete event" -msgstr "Veranstaltung löschen" - -#: include/event.php:636 include/text.php:1508 include/text.php:1515 -msgid "link to source" -msgstr "Link zum Originalbeitrag" - -#: include/event.php:896 -msgid "Export" -msgstr "Exportieren" - -#: include/event.php:897 -msgid "Export calendar as ical" -msgstr "Kalender als ical exportieren" - -#: include/event.php:898 -msgid "Export calendar as csv" -msgstr "Kalender als csv exportieren" - -#: include/event.php:915 -msgid "D g:i A" -msgstr "D g:i A" - -#: include/event.php:916 -msgid "g:i A" -msgstr "g:i A" - -#: include/event.php:1011 include/event.php:1013 -msgid "Show map" -msgstr "Karte anzeigen" - -#: include/event.php:1012 -msgid "Hide map" -msgstr "Karte verbergen" - -#: include/items.php:342 mod/notice.php:22 mod/admin.php:269 -#: mod/admin.php:1762 mod/admin.php:2010 mod/display.php:70 -#: mod/display.php:247 mod/display.php:349 mod/viewsrc.php:21 +#: include/items.php:342 mod/notice.php:22 mod/viewsrc.php:21 +#: mod/display.php:72 mod/display.php:252 mod/display.php:354 +#: mod/admin.php:276 mod/admin.php:1854 mod/admin.php:2102 msgid "Item not found." msgstr "Beitrag nicht gefunden." @@ -1136,35 +406,44 @@ msgid "Do you really want to delete this item?" msgstr "Möchtest Du wirklich dieses Item löschen?" #: include/items.php:384 mod/api.php:110 mod/suggest.php:38 -#: mod/profiles.php:649 mod/profiles.php:652 mod/profiles.php:674 -#: mod/contacts.php:464 mod/dfrn_request.php:653 mod/follow.php:148 -#: mod/message.php:138 mod/register.php:237 mod/settings.php:1109 -#: mod/settings.php:1115 mod/settings.php:1122 mod/settings.php:1126 -#: mod/settings.php:1130 mod/settings.php:1134 mod/settings.php:1138 -#: mod/settings.php:1142 mod/settings.php:1162 mod/settings.php:1163 -#: mod/settings.php:1164 mod/settings.php:1165 mod/settings.php:1166 +#: mod/dfrn_request.php:653 mod/message.php:138 mod/follow.php:150 +#: mod/profiles.php:636 mod/profiles.php:639 mod/profiles.php:661 +#: mod/contacts.php:472 mod/register.php:237 mod/settings.php:1105 +#: mod/settings.php:1111 mod/settings.php:1118 mod/settings.php:1122 +#: mod/settings.php:1126 mod/settings.php:1130 mod/settings.php:1134 +#: mod/settings.php:1138 mod/settings.php:1158 mod/settings.php:1159 +#: mod/settings.php:1160 mod/settings.php:1161 mod/settings.php:1162 msgid "Yes" msgstr "Ja" +#: include/items.php:387 include/conversation.php:1378 mod/fbrowser.php:103 +#: mod/fbrowser.php:134 mod/suggest.php:41 mod/dfrn_request.php:663 +#: mod/tagrm.php:19 mod/tagrm.php:99 mod/editpost.php:149 mod/message.php:141 +#: mod/photos.php:248 mod/photos.php:324 mod/videos.php:147 +#: mod/unfollow.php:117 mod/follow.php:161 mod/contacts.php:475 +#: mod/settings.php:676 mod/settings.php:702 +msgid "Cancel" +msgstr "Abbrechen" + #: include/items.php:401 mod/allfriends.php:21 mod/api.php:35 mod/api.php:40 -#: mod/attach.php:38 mod/common.php:26 mod/crepair.php:98 mod/group.php:26 -#: mod/nogroup.php:28 mod/repair_ostatus.php:13 mod/suggest.php:60 -#: mod/unfollow.php:15 mod/unfollow.php:57 mod/unfollow.php:90 -#: mod/uimport.php:28 mod/dirfind.php:24 mod/notifications.php:73 -#: mod/ostatus_subscribe.php:16 mod/cal.php:304 mod/dfrn_confirm.php:68 -#: mod/fsuggest.php:81 mod/invite.php:20 mod/invite.php:106 mod/manage.php:131 -#: mod/profiles.php:181 mod/profiles.php:619 mod/wall_attach.php:74 -#: mod/wall_attach.php:77 mod/contacts.php:378 mod/delegate.php:24 -#: mod/delegate.php:38 mod/editpost.php:20 mod/events.php:195 -#: mod/follow.php:16 mod/follow.php:53 mod/follow.php:116 mod/item.php:160 -#: mod/message.php:59 mod/message.php:104 mod/network.php:32 mod/notes.php:30 -#: mod/photos.php:174 mod/photos.php:1051 mod/poke.php:150 -#: mod/profile_photo.php:29 mod/profile_photo.php:188 -#: mod/profile_photo.php:199 mod/profile_photo.php:212 mod/register.php:53 -#: mod/regmod.php:108 mod/settings.php:41 mod/settings.php:140 -#: mod/settings.php:669 mod/viewcontacts.php:57 mod/wall_upload.php:103 -#: mod/wall_upload.php:106 mod/wallmessage.php:16 mod/wallmessage.php:40 -#: mod/wallmessage.php:79 mod/wallmessage.php:103 index.php:413 +#: mod/attach.php:38 mod/common.php:26 mod/crepair.php:98 mod/nogroup.php:28 +#: mod/repair_ostatus.php:13 mod/suggest.php:60 mod/uimport.php:28 +#: mod/notifications.php:73 mod/dfrn_confirm.php:68 mod/invite.php:20 +#: mod/invite.php:106 mod/wall_attach.php:74 mod/wall_attach.php:77 +#: mod/manage.php:131 mod/regmod.php:108 mod/viewcontacts.php:57 +#: mod/wallmessage.php:16 mod/wallmessage.php:40 mod/wallmessage.php:79 +#: mod/wallmessage.php:103 mod/poke.php:150 mod/wall_upload.php:103 +#: mod/wall_upload.php:106 mod/editpost.php:18 mod/fsuggest.php:80 +#: mod/group.php:26 mod/item.php:160 mod/message.php:59 mod/message.php:104 +#: mod/network.php:32 mod/notes.php:30 mod/photos.php:174 mod/photos.php:1051 +#: mod/delegate.php:25 mod/delegate.php:43 mod/delegate.php:54 +#: mod/dirfind.php:25 mod/ostatus_subscribe.php:16 mod/unfollow.php:15 +#: mod/unfollow.php:57 mod/unfollow.php:90 mod/cal.php:304 mod/events.php:194 +#: mod/profile_photo.php:30 mod/profile_photo.php:176 +#: mod/profile_photo.php:187 mod/profile_photo.php:200 mod/follow.php:17 +#: mod/follow.php:54 mod/follow.php:118 mod/profiles.php:182 +#: mod/profiles.php:606 mod/contacts.php:386 mod/register.php:53 +#: mod/settings.php:42 mod/settings.php:141 mod/settings.php:665 index.php:416 msgid "Permission denied." msgstr "Zugriff verweigert." @@ -1172,12 +451,452 @@ msgstr "Zugriff verweigert." msgid "Archives" msgstr "Archiv" -#: include/items.php:477 view/theme/vier/theme.php:259 -#: src/Content/ForumManager.php:130 src/Content/Widget.php:312 -#: src/Object/Post.php:422 src/App.php:514 +#: include/items.php:477 src/Content/ForumManager.php:130 +#: src/Content/Widget.php:312 src/Object/Post.php:430 src/App.php:512 +#: view/theme/vier/theme.php:259 msgid "show more" msgstr "mehr anzeigen" +#: include/conversation.php:144 include/conversation.php:282 +#: include/text.php:1774 src/Model/Item.php:1795 +msgid "event" +msgstr "Event" + +#: include/conversation.php:147 include/conversation.php:157 +#: include/conversation.php:285 include/conversation.php:294 +#: mod/subthread.php:97 mod/tagger.php:72 src/Model/Item.php:1793 +#: src/Protocol/Diaspora.php:2010 +msgid "status" +msgstr "Status" + +#: include/conversation.php:152 include/conversation.php:290 +#: include/text.php:1776 mod/subthread.php:97 mod/tagger.php:72 +#: src/Model/Item.php:1793 +msgid "photo" +msgstr "Foto" + +#: include/conversation.php:164 src/Model/Item.php:1666 +#: src/Protocol/Diaspora.php:2006 +#, php-format +msgid "%1$s likes %2$s's %3$s" +msgstr "%1$s mag %2$ss %3$s" + +#: include/conversation.php:167 src/Model/Item.php:1671 +#, php-format +msgid "%1$s doesn't like %2$s's %3$s" +msgstr "%1$s mag %2$ss %3$s nicht" + +#: include/conversation.php:170 +#, php-format +msgid "%1$s attends %2$s's %3$s" +msgstr "%1$s nimmt an %2$ss %3$s teil." + +#: include/conversation.php:173 +#, php-format +msgid "%1$s doesn't attend %2$s's %3$s" +msgstr "%1$s nimmt nicht an %2$ss %3$s teil." + +#: include/conversation.php:176 +#, php-format +msgid "%1$s attends maybe %2$s's %3$s" +msgstr "%1$s nimmt eventuell an %2$ss %3$s teil." + +#: include/conversation.php:209 mod/dfrn_confirm.php:431 +#: src/Protocol/Diaspora.php:2481 +#, php-format +msgid "%1$s is now friends with %2$s" +msgstr "%1$s ist nun mit %2$s befreundet" + +#: include/conversation.php:250 +#, php-format +msgid "%1$s poked %2$s" +msgstr "%1$s stupste %2$s" + +#: include/conversation.php:304 mod/tagger.php:110 +#, php-format +msgid "%1$s tagged %2$s's %3$s with %4$s" +msgstr "%1$s hat %2$ss %3$s mit %4$s getaggt" + +#: include/conversation.php:331 +msgid "post/item" +msgstr "Nachricht/Beitrag" + +#: include/conversation.php:332 +#, php-format +msgid "%1$s marked %2$s's %3$s as favorite" +msgstr "%1$s hat %2$s\\s %3$s als Favorit markiert" + +#: include/conversation.php:605 mod/photos.php:1501 mod/profiles.php:355 +msgid "Likes" +msgstr "Likes" + +#: include/conversation.php:605 mod/photos.php:1501 mod/profiles.php:359 +msgid "Dislikes" +msgstr "Dislikes" + +#: include/conversation.php:606 include/conversation.php:1687 +#: mod/photos.php:1502 +msgid "Attending" +msgid_plural "Attending" +msgstr[0] "Teilnehmend" +msgstr[1] "Teilnehmend" + +#: include/conversation.php:606 mod/photos.php:1502 +msgid "Not attending" +msgstr "Nicht teilnehmend" + +#: include/conversation.php:606 mod/photos.php:1502 +msgid "Might attend" +msgstr "Eventuell teilnehmend" + +#: include/conversation.php:744 mod/photos.php:1569 src/Object/Post.php:178 +msgid "Select" +msgstr "Auswählen" + +#: include/conversation.php:745 mod/photos.php:1570 mod/contacts.php:830 +#: mod/contacts.php:1035 mod/admin.php:1798 mod/settings.php:738 +#: src/Object/Post.php:179 +msgid "Delete" +msgstr "Löschen" + +#: include/conversation.php:783 src/Object/Post.php:363 +#: src/Object/Post.php:364 +#, php-format +msgid "View %s's profile @ %s" +msgstr "Das Profil von %s auf %s betrachten." + +#: include/conversation.php:795 src/Object/Post.php:351 +msgid "Categories:" +msgstr "Kategorien:" + +#: include/conversation.php:796 src/Object/Post.php:352 +msgid "Filed under:" +msgstr "Abgelegt unter:" + +#: include/conversation.php:803 src/Object/Post.php:377 +#, php-format +msgid "%s from %s" +msgstr "%s von %s" + +#: include/conversation.php:818 +msgid "View in context" +msgstr "Im Zusammenhang betrachten" + +#: include/conversation.php:820 include/conversation.php:1360 +#: mod/wallmessage.php:145 mod/editpost.php:125 mod/message.php:264 +#: mod/message.php:433 mod/photos.php:1473 src/Object/Post.php:402 +msgid "Please wait" +msgstr "Bitte warten" + +#: include/conversation.php:891 +msgid "remove" +msgstr "löschen" + +#: include/conversation.php:895 +msgid "Delete Selected Items" +msgstr "Lösche die markierten Beiträge" + +#: include/conversation.php:1065 view/theme/frio/theme.php:352 +msgid "Follow Thread" +msgstr "Folge der Unterhaltung" + +#: include/conversation.php:1066 src/Model/Contact.php:640 +msgid "View Status" +msgstr "Pinnwand anschauen" + +#: include/conversation.php:1067 include/conversation.php:1083 +#: mod/allfriends.php:73 mod/suggest.php:82 mod/match.php:89 +#: mod/dirfind.php:217 mod/directory.php:159 src/Model/Contact.php:580 +#: src/Model/Contact.php:593 src/Model/Contact.php:641 +msgid "View Profile" +msgstr "Profil anschauen" + +#: include/conversation.php:1068 src/Model/Contact.php:642 +msgid "View Photos" +msgstr "Bilder anschauen" + +#: include/conversation.php:1069 src/Model/Contact.php:643 +msgid "Network Posts" +msgstr "Netzwerkbeiträge" + +#: include/conversation.php:1070 src/Model/Contact.php:644 +msgid "View Contact" +msgstr "Kontakt anzeigen" + +#: include/conversation.php:1071 src/Model/Contact.php:646 +msgid "Send PM" +msgstr "Private Nachricht senden" + +#: include/conversation.php:1075 src/Model/Contact.php:647 +msgid "Poke" +msgstr "Anstupsen" + +#: include/conversation.php:1080 mod/allfriends.php:74 mod/suggest.php:83 +#: mod/match.php:90 mod/dirfind.php:218 mod/follow.php:143 +#: mod/contacts.php:596 src/Content/Widget.php:61 src/Model/Contact.php:594 +msgid "Connect/Follow" +msgstr "Verbinden/Folgen" + +#: include/conversation.php:1199 +#, php-format +msgid "%s likes this." +msgstr "%s mag das." + +#: include/conversation.php:1202 +#, php-format +msgid "%s doesn't like this." +msgstr "%s mag das nicht." + +#: include/conversation.php:1205 +#, php-format +msgid "%s attends." +msgstr "%s nimmt teil." + +#: include/conversation.php:1208 +#, php-format +msgid "%s doesn't attend." +msgstr "%s nimmt nicht teil." + +#: include/conversation.php:1211 +#, php-format +msgid "%s attends maybe." +msgstr "%s nimmt eventuell teil." + +#: include/conversation.php:1222 +msgid "and" +msgstr "und" + +#: include/conversation.php:1228 +#, php-format +msgid "and %d other people" +msgstr "und %dandere" + +#: include/conversation.php:1237 +#, php-format +msgid "%2$d people like this" +msgstr "%2$d Personen mögen das" + +#: include/conversation.php:1238 +#, php-format +msgid "%s like this." +msgstr "%s mögen das." + +#: include/conversation.php:1241 +#, php-format +msgid "%2$d people don't like this" +msgstr "%2$d Personen mögen das nicht" + +#: include/conversation.php:1242 +#, php-format +msgid "%s don't like this." +msgstr "%s mögen dies nicht." + +#: include/conversation.php:1245 +#, php-format +msgid "%2$d people attend" +msgstr "%2$d Personen nehmen teil" + +#: include/conversation.php:1246 +#, php-format +msgid "%s attend." +msgstr "%s nehmen teil." + +#: include/conversation.php:1249 +#, php-format +msgid "%2$d people don't attend" +msgstr "%2$d Personen nehmen nicht teil" + +#: include/conversation.php:1250 +#, php-format +msgid "%s don't attend." +msgstr "%s nehmen nicht teil." + +#: include/conversation.php:1253 +#, php-format +msgid "%2$d people attend maybe" +msgstr "%2$d Personen nehmen eventuell teil" + +#: include/conversation.php:1254 +#, php-format +msgid "%s attend maybe." +msgstr "%s nimmt eventuell teil." + +#: include/conversation.php:1284 include/conversation.php:1300 +msgid "Visible to everybody" +msgstr "Für jedermann sichtbar" + +#: include/conversation.php:1285 include/conversation.php:1301 +#: mod/wallmessage.php:120 mod/wallmessage.php:127 mod/message.php:200 +#: mod/message.php:207 mod/message.php:343 mod/message.php:350 +msgid "Please enter a link URL:" +msgstr "Bitte gib die URL des Links ein:" + +#: include/conversation.php:1286 include/conversation.php:1302 +msgid "Please enter a video link/URL:" +msgstr "Bitte Link/URL zum Video einfügen:" + +#: include/conversation.php:1287 include/conversation.php:1303 +msgid "Please enter an audio link/URL:" +msgstr "Bitte Link/URL zum Audio einfügen:" + +#: include/conversation.php:1288 include/conversation.php:1304 +msgid "Tag term:" +msgstr "Tag:" + +#: include/conversation.php:1289 include/conversation.php:1305 +#: mod/filer.php:34 +msgid "Save to Folder:" +msgstr "In diesem Ordner speichern:" + +#: include/conversation.php:1290 include/conversation.php:1306 +msgid "Where are you right now?" +msgstr "Wo hältst Du Dich jetzt gerade auf?" + +#: include/conversation.php:1291 +msgid "Delete item(s)?" +msgstr "Einträge löschen?" + +#: include/conversation.php:1338 +msgid "New Post" +msgstr "Neuer Beitrag" + +#: include/conversation.php:1341 +msgid "Share" +msgstr "Teilen" + +#: include/conversation.php:1342 mod/wallmessage.php:143 mod/editpost.php:111 +#: mod/message.php:262 mod/message.php:430 +msgid "Upload photo" +msgstr "Foto hochladen" + +#: include/conversation.php:1343 mod/editpost.php:112 +msgid "upload photo" +msgstr "Bild hochladen" + +#: include/conversation.php:1344 mod/editpost.php:113 +msgid "Attach file" +msgstr "Datei anhängen" + +#: include/conversation.php:1345 mod/editpost.php:114 +msgid "attach file" +msgstr "Datei anhängen" + +#: include/conversation.php:1346 mod/wallmessage.php:144 mod/editpost.php:115 +#: mod/message.php:263 mod/message.php:431 +msgid "Insert web link" +msgstr "Einen Link einfügen" + +#: include/conversation.php:1347 mod/editpost.php:116 +msgid "web link" +msgstr "Weblink" + +#: include/conversation.php:1348 mod/editpost.php:117 +msgid "Insert video link" +msgstr "Video-Adresse einfügen" + +#: include/conversation.php:1349 mod/editpost.php:118 +msgid "video link" +msgstr "Video-Link" + +#: include/conversation.php:1350 mod/editpost.php:119 +msgid "Insert audio link" +msgstr "Audio-Adresse einfügen" + +#: include/conversation.php:1351 mod/editpost.php:120 +msgid "audio link" +msgstr "Audio-Link" + +#: include/conversation.php:1352 mod/editpost.php:121 +msgid "Set your location" +msgstr "Deinen Standort festlegen" + +#: include/conversation.php:1353 mod/editpost.php:122 +msgid "set location" +msgstr "Ort setzen" + +#: include/conversation.php:1354 mod/editpost.php:123 +msgid "Clear browser location" +msgstr "Browser-Standort leeren" + +#: include/conversation.php:1355 mod/editpost.php:124 +msgid "clear location" +msgstr "Ort löschen" + +#: include/conversation.php:1357 mod/editpost.php:138 +msgid "Set title" +msgstr "Titel setzen" + +#: include/conversation.php:1359 mod/editpost.php:140 +msgid "Categories (comma-separated list)" +msgstr "Kategorien (kommasepariert)" + +#: include/conversation.php:1361 mod/editpost.php:126 +msgid "Permission settings" +msgstr "Berechtigungseinstellungen" + +#: include/conversation.php:1362 mod/editpost.php:155 +msgid "permissions" +msgstr "Zugriffsrechte" + +#: include/conversation.php:1370 mod/editpost.php:135 +msgid "Public post" +msgstr "Öffentlicher Beitrag" + +#: include/conversation.php:1374 mod/editpost.php:146 mod/photos.php:1492 +#: mod/photos.php:1531 mod/photos.php:1604 mod/events.php:528 +#: src/Object/Post.php:805 +msgid "Preview" +msgstr "Vorschau" + +#: include/conversation.php:1383 +msgid "Post to Groups" +msgstr "Poste an Gruppe" + +#: include/conversation.php:1384 +msgid "Post to Contacts" +msgstr "Poste an Kontakte" + +#: include/conversation.php:1385 +msgid "Private post" +msgstr "Privater Beitrag" + +#: include/conversation.php:1390 mod/editpost.php:153 +#: src/Model/Profile.php:342 +msgid "Message" +msgstr "Nachricht" + +#: include/conversation.php:1391 mod/editpost.php:154 +msgid "Browser" +msgstr "Browser" + +#: include/conversation.php:1658 +msgid "View all" +msgstr "Zeige alle" + +#: include/conversation.php:1681 +msgid "Like" +msgid_plural "Likes" +msgstr[0] "mag ich" +msgstr[1] "Mag ich" + +#: include/conversation.php:1684 +msgid "Dislike" +msgid_plural "Dislikes" +msgstr[0] "mag ich nicht" +msgstr[1] "Mag ich nicht" + +#: include/conversation.php:1690 +msgid "Not Attending" +msgid_plural "Not Attending" +msgstr[0] "Nicht teilnehmend " +msgstr[1] "Nicht teilnehmend" + +#: include/conversation.php:1693 src/Content/ContactSelector.php:125 +msgid "Undecided" +msgid_plural "Undecided" +msgstr[0] "Unentschieden" +msgstr[1] "Unentschieden" + #: include/text.php:302 msgid "newer" msgstr "neuer" @@ -1225,8 +944,8 @@ msgstr[1] "%d Kontakte" msgid "View Contacts" msgstr "Kontakte anzeigen" -#: include/text.php:1010 mod/editpost.php:112 mod/filer.php:35 -#: mod/notes.php:68 +#: include/text.php:1010 mod/filer.php:35 mod/editpost.php:110 +#: mod/notes.php:67 msgid "Save" msgstr "Speichern" @@ -1251,15 +970,15 @@ msgstr "Volltext" msgid "Tags" msgstr "Tags" -#: include/text.php:1027 mod/contacts.php:805 mod/contacts.php:866 -#: mod/viewcontacts.php:131 view/theme/frio/theme.php:270 -#: src/Content/Nav.php:147 src/Content/Nav.php:212 src/Model/Profile.php:943 -#: src/Model/Profile.php:946 +#: include/text.php:1027 mod/viewcontacts.php:131 mod/contacts.php:814 +#: mod/contacts.php:875 src/Content/Nav.php:147 src/Content/Nav.php:212 +#: src/Model/Profile.php:957 src/Model/Profile.php:960 +#: view/theme/frio/theme.php:270 msgid "Contacts" msgstr "Kontakte" -#: include/text.php:1030 view/theme/vier/theme.php:254 -#: src/Content/ForumManager.php:125 src/Content/Nav.php:151 +#: include/text.php:1030 src/Content/ForumManager.php:125 +#: src/Content/Nav.php:151 view/theme/vier/theme.php:254 msgid "Forums" msgstr "Foren" @@ -1311,45 +1030,195 @@ msgstr "eine Abfuhr erteilen" msgid "rebuffed" msgstr "abfuhrerteilte" +#: include/text.php:1093 mod/settings.php:943 src/Model/Event.php:379 +msgid "Monday" +msgstr "Montag" + +#: include/text.php:1093 src/Model/Event.php:380 +msgid "Tuesday" +msgstr "Dienstag" + +#: include/text.php:1093 src/Model/Event.php:381 +msgid "Wednesday" +msgstr "Mittwoch" + +#: include/text.php:1093 src/Model/Event.php:382 +msgid "Thursday" +msgstr "Donnerstag" + +#: include/text.php:1093 src/Model/Event.php:383 +msgid "Friday" +msgstr "Freitag" + +#: include/text.php:1093 src/Model/Event.php:384 +msgid "Saturday" +msgstr "Samstag" + +#: include/text.php:1093 mod/settings.php:943 src/Model/Event.php:378 +msgid "Sunday" +msgstr "Sonntag" + +#: include/text.php:1097 src/Model/Event.php:399 +msgid "January" +msgstr "Januar" + +#: include/text.php:1097 src/Model/Event.php:400 +msgid "February" +msgstr "Februar" + +#: include/text.php:1097 src/Model/Event.php:401 +msgid "March" +msgstr "März" + +#: include/text.php:1097 src/Model/Event.php:402 +msgid "April" +msgstr "April" + +#: include/text.php:1097 include/text.php:1114 src/Model/Event.php:390 +#: src/Model/Event.php:403 +msgid "May" +msgstr "Mai" + +#: include/text.php:1097 src/Model/Event.php:404 +msgid "June" +msgstr "Juni" + +#: include/text.php:1097 src/Model/Event.php:405 +msgid "July" +msgstr "Juli" + +#: include/text.php:1097 src/Model/Event.php:406 +msgid "August" +msgstr "August" + +#: include/text.php:1097 src/Model/Event.php:407 +msgid "September" +msgstr "September" + +#: include/text.php:1097 src/Model/Event.php:408 +msgid "October" +msgstr "Oktober" + +#: include/text.php:1097 src/Model/Event.php:409 +msgid "November" +msgstr "November" + +#: include/text.php:1097 src/Model/Event.php:410 +msgid "December" +msgstr "Dezember" + +#: include/text.php:1111 src/Model/Event.php:371 +msgid "Mon" +msgstr "Mo" + +#: include/text.php:1111 src/Model/Event.php:372 +msgid "Tue" +msgstr "Di" + +#: include/text.php:1111 src/Model/Event.php:373 +msgid "Wed" +msgstr "Mi" + +#: include/text.php:1111 src/Model/Event.php:374 +msgid "Thu" +msgstr "Do" + +#: include/text.php:1111 src/Model/Event.php:375 +msgid "Fri" +msgstr "Fr" + +#: include/text.php:1111 src/Model/Event.php:376 +msgid "Sat" +msgstr "Sa" + +#: include/text.php:1111 src/Model/Event.php:370 +msgid "Sun" +msgstr "So" + +#: include/text.php:1114 src/Model/Event.php:386 +msgid "Jan" +msgstr "Jan" + +#: include/text.php:1114 src/Model/Event.php:387 +msgid "Feb" +msgstr "Feb" + +#: include/text.php:1114 src/Model/Event.php:388 +msgid "Mar" +msgstr "März" + +#: include/text.php:1114 src/Model/Event.php:389 +msgid "Apr" +msgstr "Apr" + +#: include/text.php:1114 src/Model/Event.php:392 +msgid "Jul" +msgstr "Juli" + +#: include/text.php:1114 src/Model/Event.php:393 +msgid "Aug" +msgstr "Aug" + #: include/text.php:1114 msgid "Sep" msgstr "Sep" -#: include/text.php:1315 mod/videos.php:381 +#: include/text.php:1114 src/Model/Event.php:395 +msgid "Oct" +msgstr "Okt" + +#: include/text.php:1114 src/Model/Event.php:396 +msgid "Nov" +msgstr "Nov" + +#: include/text.php:1114 src/Model/Event.php:397 +msgid "Dec" +msgstr "Dez" + +#: include/text.php:1275 +#, php-format +msgid "Content warning: %s" +msgstr "Inhaltswarnung: %s" + +#: include/text.php:1345 mod/videos.php:380 msgid "View Video" msgstr "Video ansehen" -#: include/text.php:1332 +#: include/text.php:1362 msgid "bytes" msgstr "Byte" -#: include/text.php:1367 include/text.php:1378 +#: include/text.php:1395 include/text.php:1406 include/text.php:1442 msgid "Click to open/close" msgstr "Zum öffnen/schließen klicken" -#: include/text.php:1502 +#: include/text.php:1559 msgid "View on separate page" msgstr "Auf separater Seite ansehen" -#: include/text.php:1503 +#: include/text.php:1560 msgid "view on separate page" msgstr "auf separater Seite ansehen" -#: include/text.php:1721 +#: include/text.php:1565 include/text.php:1572 src/Model/Event.php:594 +msgid "link to source" +msgstr "Link zum Originalbeitrag" + +#: include/text.php:1778 msgid "activity" msgstr "Aktivität" -#: include/text.php:1723 src/Object/Post.php:421 src/Object/Post.php:433 +#: include/text.php:1780 src/Object/Post.php:429 src/Object/Post.php:441 msgid "comment" msgid_plural "comments" msgstr[0] "Kommentar" msgstr[1] "Kommentare" -#: include/text.php:1726 +#: include/text.php:1783 msgid "post" msgstr "Beitrag" -#: include/text.php:1883 +#: include/text.php:1940 msgid "Item filed" msgstr "Beitrag abgelegt" @@ -1357,8 +1226,8 @@ msgstr "Beitrag abgelegt" msgid "No friends to display." msgstr "Keine Kontakte zum Anzeigen." -#: mod/allfriends.php:90 mod/suggest.php:101 mod/dirfind.php:218 -#: mod/match.php:105 src/Content/Widget.php:37 src/Model/Profile.php:297 +#: mod/allfriends.php:90 mod/suggest.php:101 mod/match.php:105 +#: mod/dirfind.php:215 src/Content/Widget.php:37 src/Model/Profile.php:297 msgid "Connect" msgstr "Verbinden" @@ -1380,17 +1249,17 @@ msgid "" " and/or create new posts for you?" msgstr "Möchtest Du dieser Anwendung den Zugriff auf Deine Beiträge und Kontakte, sowie das Erstellen neuer Beiträge in Deinem Namen gestatten?" -#: mod/api.php:111 mod/profiles.php:649 mod/profiles.php:653 -#: mod/profiles.php:674 mod/dfrn_request.php:653 mod/follow.php:148 -#: mod/register.php:238 mod/settings.php:1109 mod/settings.php:1115 -#: mod/settings.php:1122 mod/settings.php:1126 mod/settings.php:1130 -#: mod/settings.php:1134 mod/settings.php:1138 mod/settings.php:1142 -#: mod/settings.php:1162 mod/settings.php:1163 mod/settings.php:1164 -#: mod/settings.php:1165 mod/settings.php:1166 +#: mod/api.php:111 mod/dfrn_request.php:653 mod/follow.php:150 +#: mod/profiles.php:636 mod/profiles.php:640 mod/profiles.php:661 +#: mod/register.php:238 mod/settings.php:1105 mod/settings.php:1111 +#: mod/settings.php:1118 mod/settings.php:1122 mod/settings.php:1126 +#: mod/settings.php:1130 mod/settings.php:1134 mod/settings.php:1138 +#: mod/settings.php:1158 mod/settings.php:1159 mod/settings.php:1160 +#: mod/settings.php:1161 mod/settings.php:1162 msgid "No" msgstr "Nein" -#: mod/apps.php:14 index.php:242 +#: mod/apps.php:14 index.php:245 msgid "You must be logged in to use addons. " msgstr "Sie müssen angemeldet sein um Addons benutzen zu können." @@ -1410,19 +1279,11 @@ msgstr "Beitrag nicht verfügbar." msgid "Item was not found." msgstr "Beitrag konnte nicht gefunden werden." -#: mod/bookmarklet.php:21 src/Content/Nav.php:114 src/Module/Login.php:312 -msgid "Login" -msgstr "Anmeldung" - -#: mod/bookmarklet.php:49 -msgid "The post was created" -msgstr "Der Beitrag wurde angelegt" - #: mod/common.php:91 msgid "No contacts in common." msgstr "Keine gemeinsamen Kontakte." -#: mod/common.php:140 mod/contacts.php:877 +#: mod/common.php:140 mod/contacts.php:886 msgid "Common Friends" msgstr "Gemeinsame Kontakte" @@ -1445,8 +1306,8 @@ msgstr "Einstellungen zum Kontakt angewandt." msgid "Contact update failed." msgstr "Konnte den Kontakt nicht aktualisieren." -#: mod/crepair.php:110 mod/dfrn_confirm.php:131 mod/fsuggest.php:29 -#: mod/fsuggest.php:97 +#: mod/crepair.php:110 mod/dfrn_confirm.php:131 mod/fsuggest.php:30 +#: mod/fsuggest.php:96 msgid "Contact not found." msgstr "Kontakt nicht gefunden." @@ -1482,15 +1343,15 @@ msgstr "Zurück zum Kontakteditor" msgid "Refetch contact data" msgstr "Kontaktdaten neu laden" -#: mod/crepair.php:148 mod/fsuggest.php:116 mod/invite.php:150 -#: mod/manage.php:184 mod/profiles.php:685 mod/contacts.php:601 -#: mod/events.php:533 mod/install.php:251 mod/install.php:290 -#: mod/localtime.php:56 mod/message.php:265 mod/message.php:432 -#: mod/photos.php:1080 mod/photos.php:1160 mod/photos.php:1445 -#: mod/photos.php:1491 mod/photos.php:1530 mod/photos.php:1603 -#: mod/poke.php:199 view/theme/duepuntozero/config.php:71 -#: view/theme/frio/config.php:113 view/theme/quattro/config.php:73 -#: view/theme/vier/config.php:119 src/Object/Post.php:788 +#: mod/crepair.php:148 mod/invite.php:150 mod/manage.php:184 +#: mod/localtime.php:56 mod/poke.php:199 mod/fsuggest.php:114 +#: mod/message.php:265 mod/message.php:432 mod/photos.php:1080 +#: mod/photos.php:1160 mod/photos.php:1445 mod/photos.php:1491 +#: mod/photos.php:1530 mod/photos.php:1603 mod/install.php:251 +#: mod/install.php:290 mod/events.php:530 mod/profiles.php:672 +#: mod/contacts.php:610 src/Object/Post.php:796 +#: view/theme/duepuntozero/config.php:71 view/theme/frio/config.php:113 +#: view/theme/quattro/config.php:73 view/theme/vier/config.php:119 msgid "Submit" msgstr "Senden" @@ -1508,9 +1369,9 @@ msgid "" "entries from this contact." msgstr "Markiere diesen Kontakt als remote_self (entferntes Konto), dies veranlasst Friendica alle Top-Level Beiträge dieses Kontakts an all Deine Kontakte zu senden." -#: mod/crepair.php:158 mod/admin.php:439 mod/admin.php:1689 mod/admin.php:1701 -#: mod/admin.php:1714 mod/admin.php:1730 mod/settings.php:681 -#: mod/settings.php:707 +#: mod/crepair.php:158 mod/admin.php:490 mod/admin.php:1781 mod/admin.php:1793 +#: mod/admin.php:1806 mod/admin.php:1822 mod/settings.php:677 +#: mod/settings.php:703 msgid "Name" msgstr "Name" @@ -1546,57 +1407,8 @@ msgstr "Pull/Feed-URL" msgid "New photo from this URL" msgstr "Neues Foto von dieser URL" -#: mod/directory.php:38 mod/community.php:25 mod/dfrn_request.php:607 -#: mod/display.php:201 mod/photos.php:932 mod/probe.php:13 mod/search.php:98 -#: mod/search.php:104 mod/videos.php:200 mod/viewcontacts.php:45 -#: mod/webfinger.php:16 -msgid "Public access denied." -msgstr "Öffentlicher Zugriff verweigert." - -#: mod/directory.php:142 mod/notifications.php:253 src/Model/Profile.php:420 -#: src/Model/Profile.php:731 -msgid "Gender:" -msgstr "Geschlecht:" - -#: mod/directory.php:144 src/Model/Profile.php:421 src/Model/Profile.php:755 -msgid "Status:" -msgstr "Status:" - -#: mod/directory.php:146 src/Model/Profile.php:422 src/Model/Profile.php:772 -msgid "Homepage:" -msgstr "Homepage:" - -#: mod/directory.php:148 mod/notifications.php:249 mod/contacts.php:655 -#: src/Model/Profile.php:423 src/Model/Profile.php:792 -msgid "About:" -msgstr "Über:" - -#: mod/directory.php:195 view/theme/vier/theme.php:201 -msgid "Global Directory" -msgstr "Weltweites Verzeichnis" - -#: mod/directory.php:197 -msgid "Find on this site" -msgstr "Auf diesem Server suchen" - -#: mod/directory.php:199 -msgid "Results for:" -msgstr "Ergebnisse für:" - -#: mod/directory.php:201 -msgid "Site Directory" -msgstr "Verzeichnis" - -#: mod/directory.php:202 mod/contacts.php:811 src/Content/Widget.php:63 -msgid "Find" -msgstr "Finde" - -#: mod/directory.php:206 -msgid "No entries (some entries may be hidden)." -msgstr "Keine Einträge (einige Einträge könnten versteckt sein)." - -#: mod/fbrowser.php:34 view/theme/frio/theme.php:261 src/Content/Nav.php:102 -#: src/Model/Profile.php:890 +#: mod/fbrowser.php:34 src/Content/Nav.php:102 src/Model/Profile.php:904 +#: view/theme/frio/theme.php:261 msgid "Photos" msgstr "Bilder" @@ -1607,7 +1419,7 @@ msgstr "Bilder" msgid "Contact Photos" msgstr "Kontaktbilder" -#: mod/fbrowser.php:105 mod/fbrowser.php:136 mod/profile_photo.php:265 +#: mod/fbrowser.php:105 mod/fbrowser.php:136 mod/profile_photo.php:250 msgid "Upload" msgstr "Hochladen" @@ -1616,86 +1428,10 @@ msgid "Files" msgstr "Dateien" #: mod/fetch.php:16 mod/fetch.php:52 mod/fetch.php:65 mod/help.php:60 -#: mod/p.php:21 mod/p.php:48 mod/p.php:57 index.php:289 +#: mod/p.php:21 mod/p.php:48 mod/p.php:57 index.php:292 msgid "Not Found" msgstr "Nicht gefunden" -#: mod/group.php:36 -msgid "Group created." -msgstr "Gruppe erstellt." - -#: mod/group.php:42 -msgid "Could not create group." -msgstr "Konnte die Gruppe nicht erstellen." - -#: mod/group.php:56 mod/group.php:158 -msgid "Group not found." -msgstr "Gruppe nicht gefunden." - -#: mod/group.php:70 -msgid "Group name changed." -msgstr "Gruppenname geändert." - -#: mod/group.php:83 mod/profperm.php:28 index.php:412 -msgid "Permission denied" -msgstr "Zugriff verweigert" - -#: mod/group.php:97 -msgid "Save Group" -msgstr "Gruppe speichern" - -#: mod/group.php:102 -msgid "Create a group of contacts/friends." -msgstr "Eine Kontaktgruppe anlegen." - -#: mod/group.php:103 mod/group.php:200 src/Model/Group.php:409 -msgid "Group Name: " -msgstr "Gruppenname:" - -#: mod/group.php:127 -msgid "Group removed." -msgstr "Gruppe entfernt." - -#: mod/group.php:129 -msgid "Unable to remove group." -msgstr "Konnte die Gruppe nicht entfernen." - -#: mod/group.php:193 -msgid "Delete Group" -msgstr "Gruppe löschen" - -#: mod/group.php:199 -msgid "Group Editor" -msgstr "Gruppeneditor" - -#: mod/group.php:204 -msgid "Edit Group Name" -msgstr "Gruppen Name bearbeiten" - -#: mod/group.php:214 -msgid "Members" -msgstr "Mitglieder" - -#: mod/group.php:216 mod/contacts.php:710 -msgid "All Contacts" -msgstr "Alle Kontakte" - -#: mod/group.php:217 mod/network.php:639 -msgid "Group is empty" -msgstr "Gruppe ist leer" - -#: mod/group.php:230 -msgid "Remove Contact" -msgstr "Kontakt löschen" - -#: mod/group.php:254 -msgid "Add Contact" -msgstr "Kontakt hinzufügen" - -#: mod/group.php:266 mod/profperm.php:115 -msgid "Click on a contact to add or remove." -msgstr "Klicke einen Kontakt an, um ihn hinzuzufügen oder zu entfernen" - #: mod/hcard.php:18 msgid "No profile" msgstr "Kein Profil" @@ -1704,11 +1440,11 @@ msgstr "Kein Profil" msgid "Help:" msgstr "Hilfe:" -#: mod/help.php:54 view/theme/vier/theme.php:298 src/Content/Nav.php:134 +#: mod/help.php:54 src/Content/Nav.php:134 view/theme/vier/theme.php:298 msgid "Help" msgstr "Hilfe" -#: mod/help.php:63 index.php:294 +#: mod/help.php:63 index.php:297 msgid "Page not found." msgstr "Seite nicht gefunden." @@ -1760,8 +1496,8 @@ msgid "" " join." msgstr "Auf der Quick Start Seite findest Du eine kurze Einleitung in die einzelnen Funktionen Deines Profils und die Netzwerk-Reiter, wo Du interessante Foren findest und neue Kontakte knüpfst." -#: mod/newmember.php:19 mod/admin.php:1814 mod/admin.php:2083 -#: mod/settings.php:122 view/theme/frio/theme.php:269 src/Content/Nav.php:206 +#: mod/newmember.php:19 mod/admin.php:1906 mod/admin.php:2175 +#: mod/settings.php:123 src/Content/Nav.php:206 view/theme/frio/theme.php:269 msgid "Settings" msgstr "Einstellungen" @@ -1784,14 +1520,14 @@ msgid "" "potential friends know exactly how to find you." msgstr "Überprüfe die restlichen Einstellungen, insbesondere die Einstellungen zur Privatsphäre. Wenn Du Dein Profil nicht veröffentlichst, ist das als wenn Du Deine Telefonnummer nicht ins Telefonbuch einträgst. Im Allgemeinen solltest Du es veröffentlichen - außer all Deine Kontakte und potentiellen Kontakte wissen genau, wie sie Dich finden können." -#: mod/newmember.php:24 mod/contacts.php:662 mod/contacts.php:854 -#: mod/profperm.php:113 view/theme/frio/theme.php:260 src/Content/Nav.php:101 -#: src/Model/Profile.php:716 src/Model/Profile.php:849 -#: src/Model/Profile.php:882 +#: mod/newmember.php:24 mod/profperm.php:113 mod/contacts.php:671 +#: mod/contacts.php:863 src/Content/Nav.php:101 src/Model/Profile.php:730 +#: src/Model/Profile.php:863 src/Model/Profile.php:896 +#: view/theme/frio/theme.php:260 msgid "Profile" msgstr "Profil" -#: mod/newmember.php:26 mod/profiles.php:704 mod/profile_photo.php:264 +#: mod/newmember.php:26 mod/profile_photo.php:249 mod/profiles.php:691 msgid "Upload Profile Photo" msgstr "Profilbild hochladen" @@ -1874,7 +1610,7 @@ msgid "" "hours." msgstr "Im seitlichen Bedienfeld der Kontakteseite gibt es diverse Werkzeuge, um neue Personen zu finden. Wir können Menschen mit den gleichen Interessen finden, anhand von Namen oder Interessen suchen oder aber aufgrund vorhandener Kontakte neue Leute vorschlagen.\nAuf einer brandneuen - soeben erstellten - Seite starten die Kontaktvorschläge innerhalb von 24 Stunden." -#: mod/newmember.php:43 src/Model/Group.php:402 +#: mod/newmember.php:43 src/Model/Group.php:401 msgid "Groups" msgstr "Gruppen" @@ -1914,13 +1650,13 @@ msgid "" " features and resources." msgstr "Unsere Hilfe Seiten können herangezogen werden, um weitere Einzelheiten zu andern Programm Features zu erhalten." -#: mod/nogroup.php:42 mod/contacts.php:610 mod/contacts.php:943 -#: mod/viewcontacts.php:112 +#: mod/nogroup.php:42 mod/viewcontacts.php:112 mod/contacts.php:619 +#: mod/contacts.php:959 #, php-format msgid "Visit %s's profile [%s]" msgstr "Besuche %ss Profil [%s]" -#: mod/nogroup.php:43 mod/contacts.php:944 +#: mod/nogroup.php:43 mod/contacts.php:960 msgid "Edit contact" msgstr "Kontakt bearbeiten" @@ -1940,11 +1676,11 @@ msgstr "Erneuern der OStatus Abonements" msgid "Error" msgstr "Fehler" -#: mod/repair_ostatus.php:48 mod/ostatus_subscribe.php:61 +#: mod/repair_ostatus.php:48 mod/ostatus_subscribe.php:64 msgid "Done" msgstr "Erledigt" -#: mod/repair_ostatus.php:54 mod/ostatus_subscribe.php:85 +#: mod/repair_ostatus.php:54 mod/ostatus_subscribe.php:88 msgid "Keep this window open until done." msgstr "Lasse dieses Fenster offen, bis der Vorgang abgeschlossen ist." @@ -1962,53 +1698,10 @@ msgstr "Keine Vorschläge verfügbar. Falls der Server frisch aufgesetzt wurde, msgid "Ignore/Hide" msgstr "Ignorieren/Verbergen" -#: mod/suggest.php:114 view/theme/vier/theme.php:203 src/Content/Widget.php:64 +#: mod/suggest.php:114 src/Content/Widget.php:64 view/theme/vier/theme.php:203 msgid "Friend Suggestions" msgstr "Kontaktvorschläge" -#: mod/unfollow.php:34 -msgid "Contact wasn't found or can't be unfollowed." -msgstr "Der Kontakt konnte nicht gefunden oder nicht entfolgt werden." - -#: mod/unfollow.php:47 -msgid "Contact unfollowed" -msgstr "Kontakt wird nicht mehr gefolgt" - -#: mod/unfollow.php:65 mod/dfrn_request.php:662 mod/follow.php:61 -msgid "Submit Request" -msgstr "Anfrage abschicken" - -#: mod/unfollow.php:73 -msgid "You aren't a friend of this contact." -msgstr "Du hast keine beidseitige Freundschaft mit diesem Kontakt." - -#: mod/unfollow.php:79 -msgid "Unfollowing is currently not supported by your network." -msgstr "Bei diesem Netzwerk wird das Entfolgen derzeit nicht unterstützt." - -#: mod/unfollow.php:100 mod/contacts.php:590 -msgid "Disconnect/Unfollow" -msgstr "Verbindung lösen/Nicht mehr folgen" - -#: mod/unfollow.php:113 mod/dfrn_request.php:660 mod/follow.php:155 -msgid "Your Identity Address:" -msgstr "Adresse Deines Profils:" - -#: mod/unfollow.php:122 mod/notifications.php:258 mod/admin.php:439 -#: mod/admin.php:449 mod/contacts.php:647 mod/follow.php:164 -msgid "Profile URL" -msgstr "Profil URL" - -#: mod/unfollow.php:132 mod/contacts.php:849 mod/follow.php:181 -#: src/Model/Profile.php:877 -msgid "Status Messages and Posts" -msgstr "Statusnachrichten und Beiträge" - -#: mod/update_community.php:27 mod/update_display.php:27 -#: mod/update_network.php:32 mod/update_notes.php:40 mod/update_profile.php:39 -msgid "[Embedded content - reload page to view]" -msgstr "[Eingebetteter Inhalt - Seite neu laden zum Betrachten]" - #: mod/uimport.php:55 mod/register.php:191 msgid "" "This site has exceeded the number of allowed daily account registrations. " @@ -2050,74 +1743,16 @@ msgid "" "select \"Export account\"" msgstr "Um Deinen Account zu exportieren, rufe \"Einstellungen -> Persönliche Daten exportieren\" auf und wähle \"Account exportieren\"" +#: mod/update_community.php:27 mod/update_display.php:27 +#: mod/update_notes.php:40 mod/update_profile.php:39 mod/update_network.php:33 +msgid "[Embedded content - reload page to view]" +msgstr "[Eingebetteter Inhalt - Seite neu laden zum Betrachten]" + #: mod/dfrn_poll.php:123 mod/dfrn_poll.php:543 #, php-format msgid "%1$s welcomes %2$s" msgstr "%1$s heißt %2$s herzlich willkommen" -#: mod/dirfind.php:48 -#, php-format -msgid "People Search - %s" -msgstr "Personensuche - %s" - -#: mod/dirfind.php:59 -#, php-format -msgid "Forum Search - %s" -msgstr "Forensuche - %s" - -#: mod/dirfind.php:256 mod/match.php:125 -msgid "No matches" -msgstr "Keine Übereinstimmungen" - -#: mod/friendica.php:77 -msgid "This is Friendica, version" -msgstr "Dies ist Friendica, Version" - -#: mod/friendica.php:78 -msgid "running at web location" -msgstr "die unter folgender Webadresse zu finden ist" - -#: mod/friendica.php:82 -msgid "" -"Please visit Friendi.ca to learn more " -"about the Friendica project." -msgstr "Bitte besuche Friendi.ca um mehr über das Friendica Projekt zu erfahren." - -#: mod/friendica.php:86 -msgid "Bug reports and issues: please visit" -msgstr "Probleme oder Fehler gefunden? Bitte besuche" - -#: mod/friendica.php:86 -msgid "the bugtracker at github" -msgstr "den Bugtracker auf github" - -#: mod/friendica.php:89 -msgid "" -"Suggestions, praise, donations, etc. - please email \"Info\" at Friendica - " -"dot com" -msgstr "Vorschläge, Lob, Spenden usw.: E-Mail an \"Info\" at Friendica - dot com" - -#: mod/friendica.php:103 -msgid "Installed addons/apps:" -msgstr "Installierte Apps und Addons" - -#: mod/friendica.php:117 -msgid "No installed addons/apps" -msgstr "Es sind keine Addons oder Apps installiert" - -#: mod/friendica.php:122 -msgid "On this server the following remote servers are blocked." -msgstr "Auf diesem Server werden die folgenden entfernten Server blockiert." - -#: mod/friendica.php:123 mod/admin.php:302 mod/admin.php:320 -#: mod/dfrn_request.php:351 src/Model/Contact.php:1142 -msgid "Blocked domain" -msgstr "Blockierte Daimain" - -#: mod/friendica.php:123 mod/admin.php:303 mod/admin.php:321 -msgid "Reason for the block" -msgstr "Begründung für die Blockierung" - #: mod/match.php:48 msgid "No keywords to match. Please add keywords to your default profile." msgstr "Keine Schlüsselwörter zum Abgleichen gefunden. Bitte füge einige Schlüsselwörter zu Deinem Standardprofil hinzu." @@ -2130,6 +1765,10 @@ msgstr "ist interessiert an:" msgid "Profile Match" msgstr "Profilübereinstimmungen" +#: mod/match.php:125 mod/dirfind.php:253 +msgid "No matches" +msgstr "Keine Übereinstimmungen" + #: mod/notifications.php:37 msgid "Invalid request identifier." msgstr "Invalid request identifier." @@ -2140,8 +1779,8 @@ msgid "Discard" msgstr "Verwerfen" #: mod/notifications.php:62 mod/notifications.php:182 -#: mod/notifications.php:266 mod/contacts.php:629 mod/contacts.php:819 -#: mod/contacts.php:1003 +#: mod/notifications.php:266 mod/contacts.php:638 mod/contacts.php:828 +#: mod/contacts.php:1019 msgid "Ignore" msgstr "Ignorieren" @@ -2182,7 +1821,7 @@ msgstr "Benachrichtigungstyp: " msgid "suggested by %s" msgstr "vorgeschlagen von %s" -#: mod/notifications.php:175 mod/notifications.php:254 mod/contacts.php:637 +#: mod/notifications.php:175 mod/notifications.php:254 mod/contacts.php:646 msgid "Hide this contact from others" msgstr "Verbirg diesen Kontakt vor Anderen" @@ -2194,7 +1833,7 @@ msgstr "Neue-Kontakt Nachricht senden" msgid "if applicable" msgstr "falls anwendbar" -#: mod/notifications.php:179 mod/notifications.php:264 mod/admin.php:1704 +#: mod/notifications.php:179 mod/notifications.php:264 mod/admin.php:1796 msgid "Approve" msgstr "Genehmigen" @@ -2247,12 +1886,33 @@ msgstr "Teilenden" msgid "Subscriber" msgstr "Abonnent" -#: mod/notifications.php:251 mod/contacts.php:657 mod/follow.php:172 -#: src/Model/Profile.php:780 +#: mod/notifications.php:247 mod/events.php:518 mod/directory.php:148 +#: mod/contacts.php:660 src/Model/Profile.php:417 src/Model/Event.php:60 +#: src/Model/Event.php:85 src/Model/Event.php:421 src/Model/Event.php:900 +msgid "Location:" +msgstr "Ort:" + +#: mod/notifications.php:249 mod/directory.php:154 mod/contacts.php:664 +#: src/Model/Profile.php:423 src/Model/Profile.php:806 +msgid "About:" +msgstr "Über:" + +#: mod/notifications.php:251 mod/follow.php:174 mod/contacts.php:666 +#: src/Model/Profile.php:794 msgid "Tags:" msgstr "Tags:" -#: mod/notifications.php:261 mod/contacts.php:63 src/Model/Profile.php:518 +#: mod/notifications.php:253 mod/directory.php:151 src/Model/Profile.php:420 +#: src/Model/Profile.php:745 +msgid "Gender:" +msgstr "Geschlecht:" + +#: mod/notifications.php:258 mod/unfollow.php:122 mod/follow.php:166 +#: mod/contacts.php:656 mod/admin.php:490 mod/admin.php:500 +msgid "Profile URL" +msgstr "Profil URL" + +#: mod/notifications.php:261 mod/contacts.php:71 src/Model/Profile.php:518 msgid "Network:" msgstr "Netzwerk:" @@ -2273,10 +1933,6 @@ msgstr "Alle anzeigen" msgid "No more %s notifications." msgstr "Keine weiteren %s Benachrichtigungen" -#: mod/oexchange.php:30 -msgid "Post successful." -msgstr "Beitrag erfolgreich veröffentlicht." - #: mod/openid.php:29 msgid "OpenID protocol error. No ID returned." msgstr "OpenID Protokollfehler. Keine ID zurückgegeben." @@ -2290,78 +1946,8 @@ msgstr "Nutzerkonto wurde nicht gefunden und OpenID-Registrierung ist auf diesem msgid "Login failed." msgstr "Anmeldung fehlgeschlagen." -#: mod/ostatus_subscribe.php:21 -msgid "Subscribing to OStatus contacts" -msgstr "OStatus Kontakten folgen" - -#: mod/ostatus_subscribe.php:32 -msgid "No contact provided." -msgstr "Keine Kontakte gefunden." - -#: mod/ostatus_subscribe.php:38 -msgid "Couldn't fetch information for contact." -msgstr "Konnte die Kontaktinformationen nicht einholen." - -#: mod/ostatus_subscribe.php:47 -msgid "Couldn't fetch friends for contact." -msgstr "Konnte die Kontaktliste des Kontakts nicht abfragen." - -#: mod/ostatus_subscribe.php:75 -msgid "success" -msgstr "Erfolg" - -#: mod/ostatus_subscribe.php:77 -msgid "failed" -msgstr "Fehlgeschlagen" - -#: mod/ostatus_subscribe.php:80 src/Object/Post.php:278 -msgid "ignored" -msgstr "Ignoriert" - -#: mod/cal.php:142 mod/display.php:308 mod/profile.php:173 -msgid "Access to this profile has been restricted." -msgstr "Der Zugriff zu diesem Profil wurde eingeschränkt." - -#: mod/cal.php:274 mod/events.php:392 view/theme/frio/theme.php:263 -#: view/theme/frio/theme.php:267 src/Content/Nav.php:104 -#: src/Content/Nav.php:169 src/Model/Profile.php:910 src/Model/Profile.php:921 -msgid "Events" -msgstr "Veranstaltungen" - -#: mod/cal.php:275 mod/events.php:393 -msgid "View" -msgstr "Ansehen" - -#: mod/cal.php:276 mod/events.php:395 -msgid "Previous" -msgstr "Vorherige" - -#: mod/cal.php:277 mod/events.php:396 mod/install.php:209 -msgid "Next" -msgstr "Nächste" - -#: mod/cal.php:284 mod/events.php:405 -msgid "list" -msgstr "Liste" - -#: mod/cal.php:297 src/Model/User.php:202 -msgid "User not found" -msgstr "Nutzer nicht gefunden" - -#: mod/cal.php:313 -msgid "This calendar format is not supported" -msgstr "Dieses Kalenderformat wird nicht unterstützt." - -#: mod/cal.php:315 -msgid "No exportable data found" -msgstr "Keine exportierbaren Daten gefunden" - -#: mod/cal.php:332 -msgid "calendar" -msgstr "Kalender" - -#: mod/dfrn_confirm.php:74 mod/profiles.php:38 mod/profiles.php:148 -#: mod/profiles.php:195 mod/profiles.php:631 +#: mod/dfrn_confirm.php:74 mod/profiles.php:39 mod/profiles.php:149 +#: mod/profiles.php:196 mod/profiles.php:618 msgid "Profile not found." msgstr "Profil nicht gefunden." @@ -2436,7 +2022,7 @@ msgid "Unable to update your contact profile details on our system" msgstr "Die Updates für Dein Profil konnten nicht gespeichert werden" #: mod/dfrn_confirm.php:661 mod/dfrn_request.php:568 -#: src/Model/Contact.php:1434 +#: src/Model/Contact.php:1520 msgid "[Name Withheld]" msgstr "[Name unterdrückt]" @@ -2445,19 +2031,6 @@ msgstr "[Name unterdrückt]" msgid "%1$s has joined %2$s" msgstr "%1$s ist %2$s beigetreten" -#: mod/fsuggest.php:71 -msgid "Friend suggestion sent." -msgstr "Kontaktvorschlag gesendet." - -#: mod/fsuggest.php:102 -msgid "Suggest Friends" -msgstr "Kontakte vorschlagen" - -#: mod/fsuggest.php:104 -#, php-format -msgid "Suggest a friend for %s" -msgstr "Schlage %s einen Kontakt vor" - #: mod/invite.php:33 msgid "Total invitation limit exceeded." msgstr "Limit für Einladungen erreicht." @@ -2541,8 +2114,8 @@ msgstr "Einladungen senden" msgid "Enter email addresses, one per line:" msgstr "E-Mail-Adressen eingeben, eine pro Zeile:" -#: mod/invite.php:144 mod/message.php:259 mod/message.php:426 -#: mod/wallmessage.php:141 +#: mod/invite.php:144 mod/wallmessage.php:141 mod/message.php:259 +#: mod/message.php:426 msgid "Your message:" msgstr "Deine Nachricht:" @@ -2567,376 +2140,6 @@ msgid "" "important, please visit http://friendi.ca" msgstr "Für weitere Informationen über das Friendica Projekt und warum wir es für ein wichtiges Projekt halten, besuche bitte http://friendi.ca." -#: mod/manage.php:180 -msgid "Manage Identities and/or Pages" -msgstr "Verwalte Identitäten und/oder Seiten" - -#: mod/manage.php:181 -msgid "" -"Toggle between different identities or community/group pages which share " -"your account details or which you have been granted \"manage\" permissions" -msgstr "Zwischen verschiedenen Identitäten oder Gemeinschafts-/Gruppenseiten wechseln, die Deine Kontoinformationen teilen oder zu denen Du „Verwalten“-Befugnisse bekommen hast." - -#: mod/manage.php:182 -msgid "Select an identity to manage: " -msgstr "Wähle eine Identität zum Verwalten aus: " - -#: mod/profiles.php:57 -msgid "Profile deleted." -msgstr "Profil gelöscht." - -#: mod/profiles.php:73 mod/profiles.php:109 -msgid "Profile-" -msgstr "Profil-" - -#: mod/profiles.php:92 mod/profiles.php:131 -msgid "New profile created." -msgstr "Neues Profil angelegt." - -#: mod/profiles.php:115 -msgid "Profile unavailable to clone." -msgstr "Profil nicht zum Duplizieren verfügbar." - -#: mod/profiles.php:205 -msgid "Profile Name is required." -msgstr "Profilname ist erforderlich." - -#: mod/profiles.php:346 -msgid "Marital Status" -msgstr "Familienstand" - -#: mod/profiles.php:350 -msgid "Romantic Partner" -msgstr "Romanze" - -#: mod/profiles.php:362 -msgid "Work/Employment" -msgstr "Arbeit / Beschäftigung" - -#: mod/profiles.php:365 -msgid "Religion" -msgstr "Religion" - -#: mod/profiles.php:369 -msgid "Political Views" -msgstr "Politische Ansichten" - -#: mod/profiles.php:373 -msgid "Gender" -msgstr "Geschlecht" - -#: mod/profiles.php:377 -msgid "Sexual Preference" -msgstr "Sexuelle Vorlieben" - -#: mod/profiles.php:381 -msgid "XMPP" -msgstr "XMPP" - -#: mod/profiles.php:385 -msgid "Homepage" -msgstr "Webseite" - -#: mod/profiles.php:389 mod/profiles.php:699 -msgid "Interests" -msgstr "Interessen" - -#: mod/profiles.php:393 mod/admin.php:439 -msgid "Address" -msgstr "Adresse" - -#: mod/profiles.php:400 mod/profiles.php:695 -msgid "Location" -msgstr "Wohnort" - -#: mod/profiles.php:485 -msgid "Profile updated." -msgstr "Profil aktualisiert." - -#: mod/profiles.php:577 -msgid " and " -msgstr " und " - -#: mod/profiles.php:586 -msgid "public profile" -msgstr "öffentliches Profil" - -#: mod/profiles.php:589 -#, php-format -msgid "%1$s changed %2$s to “%3$s”" -msgstr "%1$s hat %2$s geändert auf “%3$s”" - -#: mod/profiles.php:590 -#, php-format -msgid " - Visit %1$s's %2$s" -msgstr " – %1$ss %2$s besuchen" - -#: mod/profiles.php:592 -#, php-format -msgid "%1$s has an updated %2$s, changing %3$s." -msgstr "%1$s hat folgendes aktualisiert %2$s, verändert wurde %3$s." - -#: mod/profiles.php:646 -msgid "Hide contacts and friends:" -msgstr "Kontakte und Freunde verbergen" - -#: mod/profiles.php:651 -msgid "Hide your contact/friend list from viewers of this profile?" -msgstr "Liste der Kontakte vor Betrachtern dieses Profils verbergen?" - -#: mod/profiles.php:671 -msgid "Show more profile fields:" -msgstr "Zeige mehr Profil-Felder:" - -#: mod/profiles.php:683 -msgid "Profile Actions" -msgstr "Profilaktionen" - -#: mod/profiles.php:684 -msgid "Edit Profile Details" -msgstr "Profil bearbeiten" - -#: mod/profiles.php:686 -msgid "Change Profile Photo" -msgstr "Profilbild ändern" - -#: mod/profiles.php:687 -msgid "View this profile" -msgstr "Dieses Profil anzeigen" - -#: mod/profiles.php:688 mod/profiles.php:783 src/Model/Profile.php:393 -msgid "Edit visibility" -msgstr "Sichtbarkeit bearbeiten" - -#: mod/profiles.php:689 -msgid "Create a new profile using these settings" -msgstr "Neues Profil anlegen und diese Einstellungen verwenden" - -#: mod/profiles.php:690 -msgid "Clone this profile" -msgstr "Dieses Profil duplizieren" - -#: mod/profiles.php:691 -msgid "Delete this profile" -msgstr "Dieses Profil löschen" - -#: mod/profiles.php:693 -msgid "Basic information" -msgstr "Grundinformationen" - -#: mod/profiles.php:694 -msgid "Profile picture" -msgstr "Profilbild" - -#: mod/profiles.php:696 -msgid "Preferences" -msgstr "Vorlieben" - -#: mod/profiles.php:697 -msgid "Status information" -msgstr "Status Informationen" - -#: mod/profiles.php:698 -msgid "Additional information" -msgstr "Zusätzliche Informationen" - -#: mod/profiles.php:700 mod/network.php:939 -#: src/Core/NotificationsManager.php:185 -msgid "Personal" -msgstr "Persönlich" - -#: mod/profiles.php:701 -msgid "Relation" -msgstr "Beziehung" - -#: mod/profiles.php:702 src/Util/Temporal.php:81 src/Util/Temporal.php:83 -msgid "Miscellaneous" -msgstr "Verschiedenes" - -#: mod/profiles.php:705 -msgid "Your Gender:" -msgstr "Dein Geschlecht:" - -#: mod/profiles.php:706 -msgid " Marital Status:" -msgstr " Beziehungsstatus:" - -#: mod/profiles.php:707 src/Model/Profile.php:768 -msgid "Sexual Preference:" -msgstr "Sexuelle Vorlieben:" - -#: mod/profiles.php:708 -msgid "Example: fishing photography software" -msgstr "Beispiel: Fischen Fotografie Software" - -#: mod/profiles.php:713 -msgid "Profile Name:" -msgstr "Profilname:" - -#: mod/profiles.php:713 mod/events.php:511 mod/events.php:523 -msgid "Required" -msgstr "Benötigt" - -#: mod/profiles.php:715 -msgid "" -"This is your public profile.
    It may " -"be visible to anybody using the internet." -msgstr "Dies ist Dein öffentliches Profil.
    Es könnte für jeden Nutzer des Internets sichtbar sein." - -#: mod/profiles.php:716 -msgid "Your Full Name:" -msgstr "Dein kompletter Name:" - -#: mod/profiles.php:717 -msgid "Title/Description:" -msgstr "Titel/Beschreibung:" - -#: mod/profiles.php:720 -msgid "Street Address:" -msgstr "Adresse:" - -#: mod/profiles.php:721 -msgid "Locality/City:" -msgstr "Wohnort:" - -#: mod/profiles.php:722 -msgid "Region/State:" -msgstr "Region/Bundesstaat:" - -#: mod/profiles.php:723 -msgid "Postal/Zip Code:" -msgstr "Postleitzahl:" - -#: mod/profiles.php:724 -msgid "Country:" -msgstr "Land:" - -#: mod/profiles.php:725 src/Util/Temporal.php:149 -msgid "Age: " -msgstr "Alter: " - -#: mod/profiles.php:728 -msgid "Who: (if applicable)" -msgstr "Wer: (falls anwendbar)" - -#: mod/profiles.php:728 -msgid "Examples: cathy123, Cathy Williams, cathy@example.com" -msgstr "Beispiele: cathy123, Cathy Williams, cathy@example.com" - -#: mod/profiles.php:729 -msgid "Since [date]:" -msgstr "Seit [Datum]:" - -#: mod/profiles.php:731 -msgid "Tell us about yourself..." -msgstr "Erzähle uns ein bisschen von Dir …" - -#: mod/profiles.php:732 -msgid "XMPP (Jabber) address:" -msgstr "XMPP (Jabber) Adresse" - -#: mod/profiles.php:732 -msgid "" -"The XMPP address will be propagated to your contacts so that they can follow" -" you." -msgstr "Die XMPP Adresse wird an deine Kontakte verteilt werden, so dass sie auch über XMPP mit dir in Kontakt treten können." - -#: mod/profiles.php:733 -msgid "Homepage URL:" -msgstr "Adresse der Homepage:" - -#: mod/profiles.php:734 src/Model/Profile.php:776 -msgid "Hometown:" -msgstr "Heimatort:" - -#: mod/profiles.php:735 src/Model/Profile.php:784 -msgid "Political Views:" -msgstr "Politische Ansichten:" - -#: mod/profiles.php:736 -msgid "Religious Views:" -msgstr "Religiöse Ansichten:" - -#: mod/profiles.php:737 -msgid "Public Keywords:" -msgstr "Öffentliche Schlüsselwörter:" - -#: mod/profiles.php:737 -msgid "(Used for suggesting potential friends, can be seen by others)" -msgstr "(Wird verwendet, um potentielle Kontakte zu finden, kann von Kontakten eingesehen werden)" - -#: mod/profiles.php:738 -msgid "Private Keywords:" -msgstr "Private Schlüsselwörter:" - -#: mod/profiles.php:738 -msgid "(Used for searching profiles, never shown to others)" -msgstr "(Wird für die Suche nach Profilen verwendet und niemals veröffentlicht)" - -#: mod/profiles.php:739 src/Model/Profile.php:800 -msgid "Likes:" -msgstr "Likes:" - -#: mod/profiles.php:740 src/Model/Profile.php:804 -msgid "Dislikes:" -msgstr "Dislikes:" - -#: mod/profiles.php:741 -msgid "Musical interests" -msgstr "Musikalische Interessen" - -#: mod/profiles.php:742 -msgid "Books, literature" -msgstr "Bücher, Literatur" - -#: mod/profiles.php:743 -msgid "Television" -msgstr "Fernsehen" - -#: mod/profiles.php:744 -msgid "Film/dance/culture/entertainment" -msgstr "Filme/Tänze/Kultur/Unterhaltung" - -#: mod/profiles.php:745 -msgid "Hobbies/Interests" -msgstr "Hobbies/Interessen" - -#: mod/profiles.php:746 -msgid "Love/romance" -msgstr "Liebe/Romantik" - -#: mod/profiles.php:747 -msgid "Work/employment" -msgstr "Arbeit/Anstellung" - -#: mod/profiles.php:748 -msgid "School/education" -msgstr "Schule/Ausbildung" - -#: mod/profiles.php:749 -msgid "Contact information and Social Networks" -msgstr "Kontaktinformationen und Soziale Netzwerke" - -#: mod/profiles.php:780 src/Model/Profile.php:389 -msgid "Profile Image" -msgstr "Profilbild" - -#: mod/profiles.php:782 src/Model/Profile.php:392 -msgid "visible to everybody" -msgstr "sichtbar für jeden" - -#: mod/profiles.php:789 -msgid "Edit/Manage Profiles" -msgstr "Bearbeite/Verwalte Profile" - -#: mod/profiles.php:790 src/Model/Profile.php:379 src/Model/Profile.php:401 -msgid "Change profile photo" -msgstr "Profilbild ändern" - -#: mod/profiles.php:791 src/Model/Profile.php:380 -msgid "Create New Profile" -msgstr "Neues Profil anlegen" - #: mod/wall_attach.php:24 mod/wall_attach.php:32 mod/wall_attach.php:83 #: mod/wall_upload.php:38 mod/wall_upload.php:54 mod/wall_upload.php:112 #: mod/wall_upload.php:155 mod/wall_upload.php:158 @@ -2960,2113 +2163,19 @@ msgstr "Die Datei ist größer als das erlaubte Limit von %s" msgid "File upload failed." msgstr "Hochladen der Datei fehlgeschlagen." -#: mod/admin.php:106 -msgid "Theme settings updated." -msgstr "Themeneinstellungen aktualisiert." +#: mod/manage.php:180 +msgid "Manage Identities and/or Pages" +msgstr "Verwalte Identitäten und/oder Seiten" -#: mod/admin.php:176 src/Content/Nav.php:174 -msgid "Information" -msgstr "Information" - -#: mod/admin.php:177 -msgid "Overview" -msgstr "Übersicht" - -#: mod/admin.php:178 mod/admin.php:654 -msgid "Federation Statistics" -msgstr "Federation Statistik" - -#: mod/admin.php:179 -msgid "Configuration" -msgstr "Konfiguration" - -#: mod/admin.php:180 mod/admin.php:1263 -msgid "Site" -msgstr "Seite" - -#: mod/admin.php:181 mod/admin.php:1191 mod/admin.php:1696 mod/admin.php:1712 -msgid "Users" -msgstr "Nutzer" - -#: mod/admin.php:182 mod/admin.php:1812 mod/admin.php:1872 mod/settings.php:85 -msgid "Addons" -msgstr "Addons" - -#: mod/admin.php:183 mod/admin.php:2081 mod/admin.php:2125 -msgid "Themes" -msgstr "Themen" - -#: mod/admin.php:184 mod/settings.php:63 -msgid "Additional features" -msgstr "Zusätzliche Features" - -#: mod/admin.php:185 -msgid "Database" -msgstr "Datenbank" - -#: mod/admin.php:186 -msgid "DB updates" -msgstr "DB Updates" - -#: mod/admin.php:187 mod/admin.php:689 -msgid "Inspect Queue" -msgstr "Warteschlange Inspizieren" - -#: mod/admin.php:188 -msgid "Tools" -msgstr "Werkzeuge" - -#: mod/admin.php:189 -msgid "Contact Blocklist" -msgstr "Kontakt Sperrliste" - -#: mod/admin.php:190 mod/admin.php:311 -msgid "Server Blocklist" -msgstr "Server Blockliste" - -#: mod/admin.php:191 mod/admin.php:470 -msgid "Delete Item" -msgstr "Eintrag löschen" - -#: mod/admin.php:192 mod/admin.php:193 mod/admin.php:2199 -msgid "Logs" -msgstr "Protokolle" - -#: mod/admin.php:194 mod/admin.php:2266 -msgid "View Logs" -msgstr "Protokolle anzeigen" - -#: mod/admin.php:196 -msgid "Diagnostics" -msgstr "Diagnostik" - -#: mod/admin.php:197 -msgid "PHP Info" -msgstr "PHP Info" - -#: mod/admin.php:198 -msgid "probe address" -msgstr "Adresse untersuchen" - -#: mod/admin.php:199 -msgid "check webfinger" -msgstr "Webfinger überprüfen" - -#: mod/admin.php:218 src/Content/Nav.php:217 -msgid "Admin" -msgstr "Administration" - -#: mod/admin.php:219 -msgid "Addon Features" -msgstr "Addon Features" - -#: mod/admin.php:220 -msgid "User registrations waiting for confirmation" -msgstr "Nutzeranmeldungen die auf Bestätigung warten" - -#: mod/admin.php:302 -msgid "The blocked domain" -msgstr "Die blockierte Domain" - -#: mod/admin.php:303 mod/admin.php:316 -msgid "The reason why you blocked this domain." -msgstr "Die Begründung warum du diese Domain blockiert hast." - -#: mod/admin.php:304 -msgid "Delete domain" -msgstr "Domain löschen" - -#: mod/admin.php:304 -msgid "Check to delete this entry from the blocklist" -msgstr "Markieren, um diesen Eintrag von der Blocklist zu entfernen" - -#: mod/admin.php:310 mod/admin.php:427 mod/admin.php:469 mod/admin.php:653 -#: mod/admin.php:688 mod/admin.php:784 mod/admin.php:1262 mod/admin.php:1695 -#: mod/admin.php:1811 mod/admin.php:1871 mod/admin.php:2080 mod/admin.php:2124 -#: mod/admin.php:2198 mod/admin.php:2265 -msgid "Administration" -msgstr "Administration" - -#: mod/admin.php:312 -msgid "" -"This page can be used to define a black list of servers from the federated " -"network that are not allowed to interact with your node. For all entered " -"domains you should also give a reason why you have blocked the remote " -"server." -msgstr "Auf dieser Seite kannst du die Liste der blockierten Domains aus dem föderalen Netzwerk verwalten, denen es untersagt ist mit deinem Knoten zu interagieren. Für jede der blockierten Domains musst du außerdem einen Grund für die Sperrung angeben." - -#: mod/admin.php:313 -msgid "" -"The list of blocked servers will be made publically available on the " -"/friendica page so that your users and people investigating communication " -"problems can find the reason easily." -msgstr "Die Liste der blockierten Domains wird auf der /friendica Seite öffentlich einsehbar gemacht, damit deine Nutzer und Personen die Kommunikationsprobleme erkunden, die Ursachen einfach finden können." - -#: mod/admin.php:314 -msgid "Add new entry to block list" -msgstr "Neuen Eintrag in die Blockliste" - -#: mod/admin.php:315 -msgid "Server Domain" -msgstr "Domain des Servers" - -#: mod/admin.php:315 -msgid "" -"The domain of the new server to add to the block list. Do not include the " -"protocol." -msgstr "Der Domain-Name des Servers der geblockt werden soll. Gib das Protokoll nicht mit an!" - -#: mod/admin.php:316 -msgid "Block reason" -msgstr "Begründung der Blockierung" - -#: mod/admin.php:317 -msgid "Add Entry" -msgstr "Eintrag hinzufügen" - -#: mod/admin.php:318 -msgid "Save changes to the blocklist" -msgstr "Änderungen der Blockliste speichern" - -#: mod/admin.php:319 -msgid "Current Entries in the Blocklist" -msgstr "Aktuelle Einträge der Blockliste" - -#: mod/admin.php:322 -msgid "Delete entry from blocklist" -msgstr "Eintrag von der Blockliste entfernen" - -#: mod/admin.php:325 -msgid "Delete entry from blocklist?" -msgstr "Eintrag von der Blockliste entfernen?" - -#: mod/admin.php:351 -msgid "Server added to blocklist." -msgstr "Server zur Blockliste hinzugefügt." - -#: mod/admin.php:367 -msgid "Site blocklist updated." -msgstr "Blockliste aktualisiert." - -#: mod/admin.php:390 util/global_community_block.php:53 -msgid "The contact has been blocked from the node" -msgstr "Der Kontakt wurde von diesem Knoten geblockt" - -#: mod/admin.php:392 util/global_community_block.php:48 -#, php-format -msgid "Could not find any contact entry for this URL (%s)" -msgstr "Für die URL (%s) konnte kein Kontakt gefunden werden" - -#: mod/admin.php:399 -#, php-format -msgid "%s contact unblocked" -msgid_plural "%s contacts unblocked" -msgstr[0] "%sKontakt wieder freigegeben" -msgstr[1] "%sKontakte wieder freigegeben" - -#: mod/admin.php:428 -msgid "Remote Contact Blocklist" -msgstr "Sperrliste entfernter Kontakte" - -#: mod/admin.php:429 -msgid "" -"This page allows you to prevent any message from a remote contact to reach " -"your node." -msgstr "Auf dieser Seite kannst du Accounts von anderen Knoten blockieren und damit verhindern, dass ihre Beiträge von deinem Knoten angenommen werden." - -#: mod/admin.php:430 -msgid "Block Remote Contact" -msgstr "Blockiere entfernten Kontakt" - -#: mod/admin.php:431 mod/admin.php:1698 -msgid "select all" -msgstr "Alle auswählen" - -#: mod/admin.php:432 -msgid "select none" -msgstr "Auswahl aufheben" - -#: mod/admin.php:433 mod/admin.php:1707 mod/contacts.php:628 -#: mod/contacts.php:818 mod/contacts.php:995 -msgid "Block" -msgstr "Sperren" - -#: mod/admin.php:434 mod/admin.php:1708 mod/contacts.php:628 -#: mod/contacts.php:818 mod/contacts.php:995 -msgid "Unblock" -msgstr "Entsperren" - -#: mod/admin.php:435 -msgid "No remote contact is blocked from this node." -msgstr "Derzeit werden keine Kontakte auf diesem Knoten blockiert." - -#: mod/admin.php:437 -msgid "Blocked Remote Contacts" -msgstr "Blockierte Kontakte von anderen Knoten" - -#: mod/admin.php:438 -msgid "Block New Remote Contact" -msgstr "Blockieren von weiteren Kontakten" - -#: mod/admin.php:439 -msgid "Photo" -msgstr "Foto:" - -#: mod/admin.php:447 -#, php-format -msgid "%s total blocked contact" -msgid_plural "%s total blocked contacts" -msgstr[0] "Insgesamt %s blockierter Kontakt" -msgstr[1] "Insgesamt %s blockierte Kontakte" - -#: mod/admin.php:449 -msgid "URL of the remote contact to block." -msgstr "Die URL des Kontakts, vom entfernten Server, der blockiert werden soll." - -#: mod/admin.php:471 -msgid "Delete this Item" -msgstr "Diesen Eintrag löschen" - -#: mod/admin.php:472 -msgid "" -"On this page you can delete an item from your node. If the item is a top " -"level posting, the entire thread will be deleted." -msgstr "Auf dieser Seite kannst du Einträge von deinem Knoten löschen. Wenn der Eintrag der Anfang einer Diskussion ist, wird der gesamte Diskussionsverlauf gelöscht." - -#: mod/admin.php:473 -msgid "" -"You need to know the GUID of the item. You can find it e.g. by looking at " -"the display URL. The last part of http://example.com/display/123456 is the " -"GUID, here 123456." -msgstr "Zur Löschung musst du die GUID des Eintrags kennen. Diese findest du z.B. durch die /display URL des Eintrags. Der letzte Teil der URL ist die GUID. Lautet die URL beispielsweise http://example.com/display/123456 ist die GUID 123456." - -#: mod/admin.php:474 -msgid "GUID" -msgstr "GUID" - -#: mod/admin.php:474 -msgid "The GUID of the item you want to delete." -msgstr "Die GUID des zu löschenden Eintrags" - -#: mod/admin.php:513 -msgid "Item marked for deletion." -msgstr "Eintrag wurden zur Löschung markiert" - -#: mod/admin.php:584 -msgid "unknown" -msgstr "Unbekannt" - -#: mod/admin.php:647 -msgid "" -"This page offers you some numbers to the known part of the federated social " -"network your Friendica node is part of. These numbers are not complete but " -"only reflect the part of the network your node is aware of." -msgstr "Diese Seite präsentiert einige Zahlen zu dem bekannten Teil des föderalen sozialen Netzwerks, von dem deine Friendica Installation ein Teil ist. Diese Zahlen sind nicht absolut und reflektieren nur den Teil des Netzwerks, den dein Knoten kennt." - -#: mod/admin.php:648 -msgid "" -"The Auto Discovered Contact Directory feature is not enabled, it " -"will improve the data displayed here." -msgstr "Die Funktion um Automatisch ein Kontaktverzeichnis erstellen ist nicht aktiv. Es wird die hier angezeigten Daten verbessern." - -#: mod/admin.php:660 -#, php-format -msgid "" -"Currently this node is aware of %d nodes with %d registered users from the " -"following platforms:" -msgstr "Momentan kennt dieser Knoten %d Knoten mit insgesamt %d registrierten Nutzern, die die folgenden Plattformen verwenden:" - -#: mod/admin.php:691 -msgid "ID" -msgstr "ID" - -#: mod/admin.php:692 -msgid "Recipient Name" -msgstr "Empfänger Name" - -#: mod/admin.php:693 -msgid "Recipient Profile" -msgstr "Empfänger Profil" - -#: mod/admin.php:694 view/theme/frio/theme.php:266 -#: src/Core/NotificationsManager.php:178 src/Content/Nav.php:178 -msgid "Network" -msgstr "Netzwerk" - -#: mod/admin.php:695 -msgid "Created" -msgstr "Erstellt" - -#: mod/admin.php:696 -msgid "Last Tried" -msgstr "Zuletzt versucht" - -#: mod/admin.php:697 -msgid "" -"This page lists the content of the queue for outgoing postings. These are " -"postings the initial delivery failed for. They will be resend later and " -"eventually deleted if the delivery fails permanently." -msgstr "Auf dieser Seite werden die in der Warteschlange eingereihten Beiträge aufgelistet. Bei diesen Beiträgen schlug die erste Zustellung fehl. Es wird später wiederholt versucht die Beiträge zuzustellen, bis sie schließlich gelöscht werden." - -#: mod/admin.php:721 -#, php-format -msgid "" -"Your DB still runs with MyISAM tables. You should change the engine type to " -"InnoDB. As Friendica will use InnoDB only features in the future, you should" -" change this! See here for a guide that may be helpful " -"converting the table engines. You may also use the command php " -"scripts/dbstructure.php toinnodb of your Friendica installation for an " -"automatic conversion.
    " -msgstr "Deine DB verwendet derzeit noch MyISAM Tabellen. Du solltest die Datenbank Engine auf InnoDB umstellen, da Friendica in Zukunft InnoDB Features verwenden wird. Eine Anleitung zur Umstellung der Datenbank kannst du hier finden. Du kannst außerdem mit dem Befehl php scripts/dbstructure.php toinnodb auf der Kommandozeile die Umstellung automatisch vornehmen lassen." - -#: mod/admin.php:728 -#, php-format -msgid "" -"There is a new version of Friendica available for download. Your current " -"version is %1$s, upstream version is %2$s" -msgstr "Es gibt eine neue Version von Friendica. Du verwendest derzeit die Version %1$s, die aktuelle Version ist %2$s." - -#: mod/admin.php:738 -msgid "" -"The database update failed. Please run \"php scripts/dbstructure.php " -"update\" from the command line and have a look at the errors that might " -"appear." -msgstr "Das Update der Datenbank ist fehlgeschlagen. Bitte führe 'php scripts/dbstructure.php update' in der Kommandozeile aus und achte auf eventuell auftretende Fehlermeldungen." - -#: mod/admin.php:744 -msgid "The worker was never executed. Please check your database structure!" -msgstr "Der Hintergrundprozess (worker) wurde noch nie gestartet. Bitte überprüfe deine Datenbankstruktur." - -#: mod/admin.php:747 -#, php-format -msgid "" -"The last worker execution was on %s UTC. This is older than one hour. Please" -" check your crontab settings." -msgstr "Der Hintergrundprozess (worker) wurde zuletzt um %s UTC ausgeführt. Das war vor mehr als einer Stunde. Bitte überprüfe deine crontab Einstellungen." - -#: mod/admin.php:752 mod/admin.php:1647 -msgid "Normal Account" -msgstr "Normales Konto" - -#: mod/admin.php:753 mod/admin.php:1648 -msgid "Automatic Follower Account" -msgstr "Automatisch folgendes Konto (Marktschreier)" - -#: mod/admin.php:754 mod/admin.php:1649 -msgid "Public Forum Account" -msgstr "Öffentliches Forum Konto" - -#: mod/admin.php:755 mod/admin.php:1650 -msgid "Automatic Friend Account" -msgstr "Automatische Freunde Seite" - -#: mod/admin.php:756 -msgid "Blog Account" -msgstr "Blog-Konto" - -#: mod/admin.php:757 -msgid "Private Forum Account" -msgstr "Privates Forum Konto" - -#: mod/admin.php:779 -msgid "Message queues" -msgstr "Nachrichten-Warteschlangen" - -#: mod/admin.php:785 -msgid "Summary" -msgstr "Zusammenfassung" - -#: mod/admin.php:787 -msgid "Registered users" -msgstr "Registrierte Personen" - -#: mod/admin.php:789 -msgid "Pending registrations" -msgstr "Anstehende Anmeldungen" - -#: mod/admin.php:790 -msgid "Version" -msgstr "Version" - -#: mod/admin.php:795 -msgid "Active addons" -msgstr "Aktivierte Addons" - -#: mod/admin.php:826 -msgid "Can not parse base url. Must have at least ://" -msgstr "Die Basis-URL konnte nicht analysiert werden. Sie muss mindestens aus :// bestehen" - -#: mod/admin.php:1127 -msgid "Site settings updated." -msgstr "Seiteneinstellungen aktualisiert." - -#: mod/admin.php:1154 mod/settings.php:907 -msgid "No special theme for mobile devices" -msgstr "Kein spezielles Theme für mobile Geräte verwenden." - -#: mod/admin.php:1183 -msgid "No community page" -msgstr "Keine Gemeinschaftsseite" - -#: mod/admin.php:1184 -msgid "Public postings from users of this site" -msgstr "Öffentliche Beiträge von NutzerInnen dieser Seite" - -#: mod/admin.php:1185 -msgid "Public postings from the federated network" -msgstr "Öffentliche Beiträge aus dem föderalen Netzwerk" - -#: mod/admin.php:1186 -msgid "Public postings from local users and the federated network" -msgstr "Öffentliche Beiträge von lokalen Nutzern und aus dem föderalen Netzwerk" - -#: mod/admin.php:1190 mod/contacts.php:564 -msgid "Disabled" -msgstr "Deaktiviert" - -#: mod/admin.php:1192 -msgid "Users, Global Contacts" -msgstr "Nutzer, globale Kontakte" - -#: mod/admin.php:1193 -msgid "Users, Global Contacts/fallback" -msgstr "Nutzer, globale Kontakte / Fallback" - -#: mod/admin.php:1197 -msgid "One month" -msgstr "ein Monat" - -#: mod/admin.php:1198 -msgid "Three months" -msgstr "drei Monate" - -#: mod/admin.php:1199 -msgid "Half a year" -msgstr "ein halbes Jahr" - -#: mod/admin.php:1200 -msgid "One year" -msgstr "ein Jahr" - -#: mod/admin.php:1205 -msgid "Multi user instance" -msgstr "Mehrbenutzer Instanz" - -#: mod/admin.php:1228 -msgid "Closed" -msgstr "Geschlossen" - -#: mod/admin.php:1229 -msgid "Requires approval" -msgstr "Bedarf der Zustimmung" - -#: mod/admin.php:1230 -msgid "Open" -msgstr "Offen" - -#: mod/admin.php:1234 -msgid "No SSL policy, links will track page SSL state" -msgstr "Keine SSL Richtlinie, Links werden das verwendete Protokoll beibehalten" - -#: mod/admin.php:1235 -msgid "Force all links to use SSL" -msgstr "SSL für alle Links erzwingen" - -#: mod/admin.php:1236 -msgid "Self-signed certificate, use SSL for local links only (discouraged)" -msgstr "Selbst-unterzeichnetes Zertifikat, SSL nur für lokale Links verwenden (nicht empfohlen)" - -#: mod/admin.php:1240 -msgid "Don't check" -msgstr "Nicht überprüfen" - -#: mod/admin.php:1241 -msgid "check the stable version" -msgstr "überprüfe die stabile Version" - -#: mod/admin.php:1242 -msgid "check the development version" -msgstr "überprüfe die Entwicklungsversion" - -#: mod/admin.php:1264 mod/admin.php:1873 mod/admin.php:2126 mod/admin.php:2200 -#: mod/admin.php:2347 mod/delegate.php:161 mod/settings.php:679 -#: mod/settings.php:788 mod/settings.php:874 mod/settings.php:963 -#: mod/settings.php:1198 -msgid "Save Settings" -msgstr "Einstellungen speichern" - -#: mod/admin.php:1265 -msgid "Republish users to directory" -msgstr "Nutzer erneut im globalen Verzeichnis veröffentlichen." - -#: mod/admin.php:1266 mod/register.php:264 -msgid "Registration" -msgstr "Registrierung" - -#: mod/admin.php:1267 -msgid "File upload" -msgstr "Datei hochladen" - -#: mod/admin.php:1268 -msgid "Policies" -msgstr "Regeln" - -#: mod/admin.php:1269 mod/contacts.php:886 mod/events.php:535 -#: src/Model/Profile.php:851 -msgid "Advanced" -msgstr "Erweitert" - -#: mod/admin.php:1270 -msgid "Auto Discovered Contact Directory" -msgstr "Automatisch ein Kontaktverzeichnis erstellen" - -#: mod/admin.php:1271 -msgid "Performance" -msgstr "Performance" - -#: mod/admin.php:1272 -msgid "Worker" -msgstr "Worker" - -#: mod/admin.php:1273 -msgid "" -"Relocate - WARNING: advanced function. Could make this server unreachable." -msgstr "Umsiedeln - WARNUNG: Könnte diesen Server unerreichbar machen." - -#: mod/admin.php:1276 -msgid "Site name" -msgstr "Seitenname" - -#: mod/admin.php:1277 -msgid "Host name" -msgstr "Host Name" - -#: mod/admin.php:1278 -msgid "Sender Email" -msgstr "Absender für Emails" - -#: mod/admin.php:1278 -msgid "" -"The email address your server shall use to send notification emails from." -msgstr "Die E-Mail Adresse die dein Server zum Versenden von Benachrichtigungen verwenden soll." - -#: mod/admin.php:1279 -msgid "Banner/Logo" -msgstr "Banner/Logo" - -#: mod/admin.php:1280 -msgid "Shortcut icon" -msgstr "Shortcut Icon" - -#: mod/admin.php:1280 -msgid "Link to an icon that will be used for browsers." -msgstr "Link zu einem Icon, das Browser verwenden werden." - -#: mod/admin.php:1281 -msgid "Touch icon" -msgstr "Touch Icon" - -#: mod/admin.php:1281 -msgid "Link to an icon that will be used for tablets and mobiles." -msgstr "Link zu einem Icon das Tablets und Handies verwenden sollen." - -#: mod/admin.php:1282 -msgid "Additional Info" -msgstr "Zusätzliche Informationen" - -#: mod/admin.php:1282 -#, php-format -msgid "" -"For public servers: you can add additional information here that will be " -"listed at %s/servers." -msgstr "Für öffentliche Server kannst Du hier zusätzliche Informationen angeben, die dann auf %s/servers angezeigt werden." - -#: mod/admin.php:1283 -msgid "System language" -msgstr "Systemsprache" - -#: mod/admin.php:1284 -msgid "System theme" -msgstr "Systemweites Theme" - -#: mod/admin.php:1284 -msgid "" -"Default system theme - may be over-ridden by user profiles - change theme settings" -msgstr "Vorgabe für das System-Theme - kann von Benutzerprofilen überschrieben werden - Theme-Einstellungen ändern" - -#: mod/admin.php:1285 -msgid "Mobile system theme" -msgstr "Systemweites mobiles Theme" - -#: mod/admin.php:1285 -msgid "Theme for mobile devices" -msgstr "Thema für mobile Geräte" - -#: mod/admin.php:1286 -msgid "SSL link policy" -msgstr "Regeln für SSL Links" - -#: mod/admin.php:1286 -msgid "Determines whether generated links should be forced to use SSL" -msgstr "Bestimmt, ob generierte Links SSL verwenden müssen" - -#: mod/admin.php:1287 -msgid "Force SSL" -msgstr "Erzwinge SSL" - -#: mod/admin.php:1287 -msgid "" -"Force all Non-SSL requests to SSL - Attention: on some systems it could lead" -" to endless loops." -msgstr "Erzinge alle Nicht-SSL Anfragen auf SSL - Achtung: auf manchen Systemen verursacht dies eine Endlosschleife." - -#: mod/admin.php:1288 -msgid "Hide help entry from navigation menu" -msgstr "Verberge den Menüeintrag für die Hilfe im Navigationsmenü" - -#: mod/admin.php:1288 -msgid "" -"Hides the menu entry for the Help pages from the navigation menu. You can " -"still access it calling /help directly." -msgstr "Verbirgt den Menüeintrag für die Hilfe-Seiten im Navigationsmenü. Die Seiten können weiterhin über /help aufgerufen werden." - -#: mod/admin.php:1289 -msgid "Single user instance" -msgstr "Ein-Nutzer Instanz" - -#: mod/admin.php:1289 -msgid "Make this instance multi-user or single-user for the named user" -msgstr "Regelt ob es sich bei dieser Instanz um eine ein Personen Installation oder eine Installation mit mehr als einem Nutzer handelt." - -#: mod/admin.php:1290 -msgid "Maximum image size" -msgstr "Maximale Bildgröße" - -#: mod/admin.php:1290 -msgid "" -"Maximum size in bytes of uploaded images. Default is 0, which means no " -"limits." -msgstr "Maximale Uploadgröße von Bildern in Bytes. Standard ist 0, d.h. ohne Limit." - -#: mod/admin.php:1291 -msgid "Maximum image length" -msgstr "Maximale Bildlänge" - -#: mod/admin.php:1291 -msgid "" -"Maximum length in pixels of the longest side of uploaded images. Default is " -"-1, which means no limits." -msgstr "Maximale Länge in Pixeln der längsten Seite eines hoch geladenen Bildes. Grundeinstellung ist -1 was keine Einschränkung bedeutet." - -#: mod/admin.php:1292 -msgid "JPEG image quality" -msgstr "Qualität des JPEG Bildes" - -#: mod/admin.php:1292 -msgid "" -"Uploaded JPEGS will be saved at this quality setting [0-100]. Default is " -"100, which is full quality." -msgstr "Hoch geladene JPEG Bilder werden mit dieser Qualität [0-100] gespeichert. Grundeinstellung ist 100, kein Qualitätsverlust." - -#: mod/admin.php:1294 -msgid "Register policy" -msgstr "Registrierungsmethode" - -#: mod/admin.php:1295 -msgid "Maximum Daily Registrations" -msgstr "Maximum täglicher Registrierungen" - -#: mod/admin.php:1295 -msgid "" -"If registration is permitted above, this sets the maximum number of new user" -" registrations to accept per day. If register is set to closed, this " -"setting has no effect." -msgstr "Wenn die Registrierung weiter oben erlaubt ist, regelt dies die maximale Anzahl von Neuanmeldungen pro Tag. Wenn die Registrierung geschlossen ist, hat diese Einstellung keinen Effekt." - -#: mod/admin.php:1296 -msgid "Register text" -msgstr "Registrierungstext" - -#: mod/admin.php:1296 -msgid "Will be displayed prominently on the registration page." -msgstr "Wird gut sichtbar auf der Registrierungsseite angezeigt." - -#: mod/admin.php:1297 -msgid "Accounts abandoned after x days" -msgstr "Nutzerkonten gelten nach x Tagen als unbenutzt" - -#: mod/admin.php:1297 -msgid "" -"Will not waste system resources polling external sites for abandonded " -"accounts. Enter 0 for no time limit." -msgstr "Verschwende keine System-Ressourcen auf das Pollen externer Seiten, wenn Konten nicht mehr benutzt werden. 0 eingeben für kein Limit." - -#: mod/admin.php:1298 -msgid "Allowed friend domains" -msgstr "Erlaubte Domains für Kontakte" - -#: mod/admin.php:1298 -msgid "" -"Comma separated list of domains which are allowed to establish friendships " -"with this site. Wildcards are accepted. Empty to allow any domains" -msgstr "Liste der Domains, die für Kontakte erlaubt sind, durch Kommas getrennt. Platzhalter werden akzeptiert. Leer lassen, um alle Domains zu erlauben." - -#: mod/admin.php:1299 -msgid "Allowed email domains" -msgstr "Erlaubte Domains für E-Mails" - -#: mod/admin.php:1299 -msgid "" -"Comma separated list of domains which are allowed in email addresses for " -"registrations to this site. Wildcards are accepted. Empty to allow any " -"domains" -msgstr "Liste der Domains, die für E-Mail-Adressen bei der Registrierung erlaubt sind, durch Kommas getrennt. Platzhalter werden akzeptiert. Leer lassen, um alle Domains zu erlauben." - -#: mod/admin.php:1300 -msgid "No OEmbed rich content" -msgstr "OEmbed nicht verwenden" - -#: mod/admin.php:1300 -msgid "" -"Don't show the rich content (e.g. embedded PDF), except from the domains " -"listed below." -msgstr "Verhindert das Einbetten von reichhaltigen Inhalten (z.B. eingebettete PDF Dateien). Ausgenommen von dieser Regel werden Domänen die unten aufgeführt werden." - -#: mod/admin.php:1301 -msgid "Allowed OEmbed domains" -msgstr "Erlaubte OEmbed Domänen" - -#: mod/admin.php:1301 -msgid "" -"Comma separated list of domains which oembed content is allowed to be " -"displayed. Wildcards are accepted." -msgstr "Komma separierte Liste von Domänen für die das einbetten reichhaltiger Inhalte erlaubt sind. Platzhalter können verwendet werden." - -#: mod/admin.php:1302 -msgid "Block public" -msgstr "Öffentlichen Zugriff blockieren" - -#: mod/admin.php:1302 -msgid "" -"Check to block public access to all otherwise public personal pages on this " -"site unless you are currently logged in." -msgstr "Klicken, um öffentlichen Zugriff auf sonst öffentliche Profile zu blockieren, wenn man nicht eingeloggt ist." - -#: mod/admin.php:1303 -msgid "Force publish" -msgstr "Erzwinge Veröffentlichung" - -#: mod/admin.php:1303 -msgid "" -"Check to force all profiles on this site to be listed in the site directory." -msgstr "Klicken, um Anzeige aller Profile dieses Servers im Verzeichnis zu erzwingen." - -#: mod/admin.php:1304 -msgid "Global directory URL" -msgstr "URL des weltweiten Verzeichnisses" - -#: mod/admin.php:1304 -msgid "" -"URL to the global directory. If this is not set, the global directory is " -"completely unavailable to the application." -msgstr "URL des weltweiten Verzeichnisses. Wenn diese nicht gesetzt ist, ist das Verzeichnis für die Applikation nicht erreichbar." - -#: mod/admin.php:1305 -msgid "Private posts by default for new users" -msgstr "Private Beiträge als Standard für neue Nutzer" - -#: mod/admin.php:1305 -msgid "" -"Set default post permissions for all new members to the default privacy " -"group rather than public." -msgstr "Die Standard-Zugriffsrechte für neue Nutzer werden so gesetzt, dass als Voreinstellung in die private Gruppe gepostet wird anstelle von öffentlichen Beiträgen." - -#: mod/admin.php:1306 -msgid "Don't include post content in email notifications" -msgstr "Inhalte von Beiträgen nicht in E-Mail-Benachrichtigungen versenden" - -#: mod/admin.php:1306 -msgid "" -"Don't include the content of a post/comment/private message/etc. in the " -"email notifications that are sent out from this site, as a privacy measure." -msgstr "Inhalte von Beiträgen/Kommentaren/privaten Nachrichten/usw., zum Datenschutz nicht in E-Mail-Benachrichtigungen einbinden." - -#: mod/admin.php:1307 -msgid "Disallow public access to addons listed in the apps menu." -msgstr "Öffentlichen Zugriff auf Addons im Apps Menü verbieten." - -#: mod/admin.php:1307 -msgid "" -"Checking this box will restrict addons listed in the apps menu to members " -"only." -msgstr "Wenn ausgewählt werden die im Apps Menü aufgeführten Addons nur angemeldeten Nutzern der Seite zur Verfügung gestellt." - -#: mod/admin.php:1308 -msgid "Don't embed private images in posts" -msgstr "Private Bilder nicht in Beiträgen einbetten." - -#: mod/admin.php:1308 -msgid "" -"Don't replace locally-hosted private photos in posts with an embedded copy " -"of the image. This means that contacts who receive posts containing private " -"photos will have to authenticate and load each image, which may take a " -"while." -msgstr "Ersetze lokal gehostete private Fotos in Beiträgen nicht mit einer eingebetteten Kopie des Bildes. Dies bedeutet, dass Kontakte, die Beiträge mit privaten Fotos erhalten sich zunächst auf den jeweiligen Servern authentifizieren müssen bevor die Bilder geladen und angezeigt werden, was eine gewisse Zeit dauert." - -#: mod/admin.php:1309 -msgid "Allow Users to set remote_self" -msgstr "Nutzern erlauben das remote_self Flag zu setzen" - -#: mod/admin.php:1309 -msgid "" -"With checking this, every user is allowed to mark every contact as a " -"remote_self in the repair contact dialog. Setting this flag on a contact " -"causes mirroring every posting of that contact in the users stream." -msgstr "Ist dies ausgewählt kann jeder Nutzer jeden seiner Kontakte als remote_self (entferntes Konto) im Kontakt reparieren Dialog markieren. Nach dem setzten dieses Flags werden alle Top-Level Beiträge dieser Kontakte automatisch in den Stream dieses Nutzers gepostet." - -#: mod/admin.php:1310 -msgid "Block multiple registrations" -msgstr "Unterbinde Mehrfachregistrierung" - -#: mod/admin.php:1310 -msgid "Disallow users to register additional accounts for use as pages." -msgstr "Benutzern nicht erlauben, weitere Konten als zusätzliche Profile anzulegen." - -#: mod/admin.php:1311 -msgid "OpenID support" -msgstr "OpenID Unterstützung" - -#: mod/admin.php:1311 -msgid "OpenID support for registration and logins." -msgstr "OpenID-Unterstützung für Registrierung und Login." - -#: mod/admin.php:1312 -msgid "Fullname check" -msgstr "Namen auf Vollständigkeit überprüfen" - -#: mod/admin.php:1312 -msgid "" -"Force users to register with a space between firstname and lastname in Full " -"name, as an antispam measure" -msgstr "Leerzeichen zwischen Vor- und Nachname im vollständigen Namen erzwingen, um SPAM zu vermeiden." - -#: mod/admin.php:1313 -msgid "Community pages for visitors" -msgstr "Für Besucher verfügbare Gemeinschaftsseite" - -#: mod/admin.php:1313 -msgid "" -"Which community pages should be available for visitors. Local users always " -"see both pages." -msgstr "Welche Gemeinschaftsseiten sollen für Besucher dieses Knotens verfügbar sein? Lokale Nutzer können grundsätzlich beide Gemeinschaftsseiten verwenden." - -#: mod/admin.php:1314 -msgid "Posts per user on community page" -msgstr "Anzahl der Beiträge pro Benutzer auf der Gemeinschaftsseite" - -#: mod/admin.php:1314 -msgid "" -"The maximum number of posts per user on the community page. (Not valid for " -"'Global Community')" -msgstr "Die Anzahl der Beiträge die von jedem Nutzer maximal auf der Gemeinschaftsseite angezeigt werden sollen. Dieser Parameter wird nicht für die Globale Gemeinschaftsseite genutzt." - -#: mod/admin.php:1315 -msgid "Enable OStatus support" -msgstr "OStatus Unterstützung aktivieren" - -#: mod/admin.php:1315 -msgid "" -"Provide built-in OStatus (StatusNet, GNU Social etc.) compatibility. All " -"communications in OStatus are public, so privacy warnings will be " -"occasionally displayed." -msgstr "Biete die eingebaute OStatus (iStatusNet, GNU Social, etc.) Unterstützung an. Jede Kommunikation in OStatus ist öffentlich, Privatsphäre Warnungen werden nur bei Bedarf angezeigt." - -#: mod/admin.php:1316 -msgid "Only import OStatus threads from our contacts" -msgstr "Nur OStatus Konversationen unserer Kontakte importieren" - -#: mod/admin.php:1316 -msgid "" -"Normally we import every content from our OStatus contacts. With this option" -" we only store threads that are started by a contact that is known on our " -"system." -msgstr "Normalerweise werden alle Inhalte von OStatus Kontakten importiert. Mit dieser Option werden nur solche Konversationen gespeichert, die von Kontakten der Nutzer dieses Knotens gestartet wurden." - -#: mod/admin.php:1317 -msgid "OStatus support can only be enabled if threading is enabled." -msgstr "OStatus Unterstützung kann nur aktiviert werden wenn \"Threading\" aktiviert ist. " - -#: mod/admin.php:1319 -msgid "" -"Diaspora support can't be enabled because Friendica was installed into a sub" -" directory." -msgstr "Diaspora Unterstützung kann nicht aktiviert werden da Friendica in ein Unterverzeichnis installiert ist." - -#: mod/admin.php:1320 -msgid "Enable Diaspora support" -msgstr "Diaspora Unterstützung aktivieren" - -#: mod/admin.php:1320 -msgid "Provide built-in Diaspora network compatibility." -msgstr "Verwende die eingebaute Diaspora-Verknüpfung." - -#: mod/admin.php:1321 -msgid "Only allow Friendica contacts" -msgstr "Nur Friendica-Kontakte erlauben" - -#: mod/admin.php:1321 -msgid "" -"All contacts must use Friendica protocols. All other built-in communication " -"protocols disabled." -msgstr "Alle Kontakte müssen das Friendica Protokoll nutzen. Alle anderen Kommunikationsprotokolle werden deaktiviert." - -#: mod/admin.php:1322 -msgid "Verify SSL" -msgstr "SSL Überprüfen" - -#: mod/admin.php:1322 -msgid "" -"If you wish, you can turn on strict certificate checking. This will mean you" -" cannot connect (at all) to self-signed SSL sites." -msgstr "Wenn gewollt, kann man hier eine strenge Zertifikatkontrolle einstellen. Das bedeutet, dass man zu keinen Seiten mit selbst unterzeichnetem SSL eine Verbindung herstellen kann." - -#: mod/admin.php:1323 -msgid "Proxy user" -msgstr "Proxy Nutzer" - -#: mod/admin.php:1324 -msgid "Proxy URL" -msgstr "Proxy URL" - -#: mod/admin.php:1325 -msgid "Network timeout" -msgstr "Netzwerk Wartezeit" - -#: mod/admin.php:1325 -msgid "Value is in seconds. Set to 0 for unlimited (not recommended)." -msgstr "Der Wert ist in Sekunden. Setze 0 für unbegrenzt (nicht empfohlen)." - -#: mod/admin.php:1326 -msgid "Maximum Load Average" -msgstr "Maximum Load Average" - -#: mod/admin.php:1326 -msgid "" -"Maximum system load before delivery and poll processes are deferred - " -"default 50." -msgstr "Maximale Systemlast bevor Verteil- und Empfangsprozesse verschoben werden - Standard 50" - -#: mod/admin.php:1327 -msgid "Maximum Load Average (Frontend)" -msgstr "Maximum Load Average (Frontend)" - -#: mod/admin.php:1327 -msgid "Maximum system load before the frontend quits service - default 50." -msgstr "Maximale Systemlast bevor Vordergrundprozesse pausiert werden - Standard 50." - -#: mod/admin.php:1328 -msgid "Minimal Memory" -msgstr "Minimaler Speicher" - -#: mod/admin.php:1328 -msgid "" -"Minimal free memory in MB for the worker. Needs access to /proc/meminfo - " -"default 0 (deactivated)." -msgstr "Minimal freier Speicher in MB für den Worker Prozess. Benötigt Zugriff auf /proc/meminfo - Standardwert ist 0 (deaktiviert)" - -#: mod/admin.php:1329 -msgid "Maximum table size for optimization" -msgstr "Maximale Tabellengröße zur Optimierung" - -#: mod/admin.php:1329 -msgid "" -"Maximum table size (in MB) for the automatic optimization - default 100 MB. " -"Enter -1 to disable it." -msgstr "Maximale Tabellengröße (in MB) für die automatische Optimierung - Standard 100 MB. Gib -1 für Deaktivierung ein." - -#: mod/admin.php:1330 -msgid "Minimum level of fragmentation" -msgstr "Minimaler Fragmentationsgrad" - -#: mod/admin.php:1330 -msgid "" -"Minimum fragmenation level to start the automatic optimization - default " -"value is 30%." -msgstr "Minimales Fragmentationsgrad von Datenbanktabellen um die automatische Optimierung einzuleiten - Standardwert ist 30%" - -#: mod/admin.php:1332 -msgid "Periodical check of global contacts" -msgstr "Regelmäßig globale Kontakte überprüfen" - -#: mod/admin.php:1332 -msgid "" -"If enabled, the global contacts are checked periodically for missing or " -"outdated data and the vitality of the contacts and servers." -msgstr "Wenn diese Option aktiviert ist, werden die globalen Kontakte regelmäßig auf fehlende oder veraltete Daten sowie auf Erreichbarkeit des Kontakts und des Servers überprüft." - -#: mod/admin.php:1333 -msgid "Days between requery" -msgstr "Tage zwischen erneuten Abfragen" - -#: mod/admin.php:1333 -msgid "Number of days after which a server is requeried for his contacts." -msgstr "Legt das Abfrageintervall fest, nachdem ein Server erneut nach Kontakten abgefragt werden soll." - -#: mod/admin.php:1334 -msgid "Discover contacts from other servers" -msgstr "Neue Kontakte auf anderen Servern entdecken" - -#: mod/admin.php:1334 +#: mod/manage.php:181 msgid "" -"Periodically query other servers for contacts. You can choose between " -"'users': the users on the remote system, 'Global Contacts': active contacts " -"that are known on the system. The fallback is meant for Redmatrix servers " -"and older friendica servers, where global contacts weren't available. The " -"fallback increases the server load, so the recommened setting is 'Users, " -"Global Contacts'." -msgstr "Regelmäßig andere Server nach potentiellen Kontakten absuchen. Du kannst zwischen 'Nutzern', den tatsächlichen Nutzern des anderen Systems und 'globalen Kontakten', aktiven Kontakten die auf dem System bekannt sind, wählen. Der Fallback-Mechanismus ist für ältere Friendica und Redmatrix Server gedacht, bei denen globale Kontakte noch nicht verfügbar sind. Durch den Fallbackmodus entsteht auf deinem Server eine wesentlich höhere Last, empfohlen wird der Modus 'Nutzer, globale Kontakte'." - -#: mod/admin.php:1335 -msgid "Timeframe for fetching global contacts" -msgstr "Zeitfenster für globale Kontakte" - -#: mod/admin.php:1335 -msgid "" -"When the discovery is activated, this value defines the timeframe for the " -"activity of the global contacts that are fetched from other servers." -msgstr "Wenn die Entdeckung neuer Kontakte aktiv ist, definiert dieses Zeitfenster den Zeitraum in dem globale Kontakte als aktiv gelten und von anderen Servern importiert werden." - -#: mod/admin.php:1336 -msgid "Search the local directory" -msgstr "Lokales Verzeichnis durchsuchen" - -#: mod/admin.php:1336 -msgid "" -"Search the local directory instead of the global directory. When searching " -"locally, every search will be executed on the global directory in the " -"background. This improves the search results when the search is repeated." -msgstr "Suche im lokalen Verzeichnis anstelle des globalen Verzeichnisses durchführen. Jede Suche wird im Hintergrund auch im globalen Verzeichnis durchgeführt umd die Suchresultate zu verbessern, wenn diese Suche wiederholt wird." - -#: mod/admin.php:1338 -msgid "Publish server information" -msgstr "Server Informationen veröffentlichen" - -#: mod/admin.php:1338 -msgid "" -"If enabled, general server and usage data will be published. The data " -"contains the name and version of the server, number of users with public " -"profiles, number of posts and the activated protocols and connectors. See the-federation.info for details." -msgstr "Wenn aktiviert, werden allgemeine Informationen über den Server und Nutzungsdaten veröffentlicht. Die Daten beinhalten den Namen sowie die Version des Servers, die Anzahl der Personen mit öffentlichen Profilen, die Anzahl der Beiträge sowie aktivierte Protokolle und Connectoren. Für Details bitte the-federation.info aufrufen." - -#: mod/admin.php:1340 -msgid "Check upstream version" -msgstr "Suche nach Updates" - -#: mod/admin.php:1340 -msgid "" -"Enables checking for new Friendica versions at github. If there is a new " -"version, you will be informed in the admin panel overview." -msgstr "Wenn diese Option aktiviert ist wird regelmäßig nach neuen Friendica Versionen auf github überprüft. Wenn es eine neue Version gibt, wird dies auf der Übersichtsseite im Admin-Panel angezeigt." - -#: mod/admin.php:1341 -msgid "Suppress Tags" -msgstr "Tags Unterdrücken" - -#: mod/admin.php:1341 -msgid "Suppress showing a list of hashtags at the end of the posting." -msgstr "Unterdrückt die Anzeige von Tags am Ende eines Beitrags." - -#: mod/admin.php:1342 -msgid "Path to item cache" -msgstr "Pfad zum Eintrag Cache" - -#: mod/admin.php:1342 -msgid "The item caches buffers generated bbcode and external images." -msgstr "Im Item-Cache werden externe Bilder und geparster BBCode zwischen gespeichert." - -#: mod/admin.php:1343 -msgid "Cache duration in seconds" -msgstr "Cache-Dauer in Sekunden" - -#: mod/admin.php:1343 -msgid "" -"How long should the cache files be hold? Default value is 86400 seconds (One" -" day). To disable the item cache, set the value to -1." -msgstr "Wie lange sollen die gecachedten Dateien vorgehalten werden? Grundeinstellung sind 86400 Sekunden (ein Tag). Um den Item Cache zu deaktivieren, setze diesen Wert auf -1." - -#: mod/admin.php:1344 -msgid "Maximum numbers of comments per post" -msgstr "Maximale Anzahl von Kommentaren pro Beitrag" - -#: mod/admin.php:1344 -msgid "How much comments should be shown for each post? Default value is 100." -msgstr "Wie viele Kommentare sollen pro Beitrag angezeigt werden? Standardwert sind 100." - -#: mod/admin.php:1345 -msgid "Temp path" -msgstr "Temp Pfad" - -#: mod/admin.php:1345 -msgid "" -"If you have a restricted system where the webserver can't access the system " -"temp path, enter another path here." -msgstr "Solltest du ein eingeschränktes System haben, auf dem der Webserver nicht auf das temp Verzeichnis des Systems zugreifen kann, setze hier einen anderen Pfad." - -#: mod/admin.php:1346 -msgid "Base path to installation" -msgstr "Basis-Pfad zur Installation" - -#: mod/admin.php:1346 -msgid "" -"If the system cannot detect the correct path to your installation, enter the" -" correct path here. This setting should only be set if you are using a " -"restricted system and symbolic links to your webroot." -msgstr "Falls das System nicht den korrekten Pfad zu deiner Installation gefunden hat, gib den richtigen Pfad bitte hier ein. Du solltest hier den Pfad nur auf einem eingeschränkten System angeben müssen, bei dem du mit symbolischen Links auf dein Webverzeichnis verweist." - -#: mod/admin.php:1347 -msgid "Disable picture proxy" -msgstr "Bilder Proxy deaktivieren" - -#: mod/admin.php:1347 -msgid "" -"The picture proxy increases performance and privacy. It shouldn't be used on" -" systems with very low bandwith." -msgstr "Der Proxy für Bilder verbessert die Leistung und Privatsphäre der Nutzer. Er sollte nicht auf Systemen verwendet werden, die nur über begrenzte Bandbreite verfügen." - -#: mod/admin.php:1348 -msgid "Only search in tags" -msgstr "Nur in Tags suchen" - -#: mod/admin.php:1348 -msgid "On large systems the text search can slow down the system extremely." -msgstr "Auf großen Knoten kann die Volltext-Suche das System ausbremsen." - -#: mod/admin.php:1350 -msgid "New base url" -msgstr "Neue Basis-URL" - -#: mod/admin.php:1350 -msgid "" -"Change base url for this server. Sends relocate message to all Friendica and" -" Diaspora* contacts of all users." -msgstr "Ändert die Basis-URL dieses Servers und sendet eine Umzugsmitteilung an alle Friendica und Diaspora* Kontakte deiner NutzerInnen." - -#: mod/admin.php:1352 -msgid "RINO Encryption" -msgstr "RINO Verschlüsselung" - -#: mod/admin.php:1352 -msgid "Encryption layer between nodes." -msgstr "Verschlüsselung zwischen Friendica Instanzen" - -#: mod/admin.php:1354 -msgid "Maximum number of parallel workers" -msgstr "Maximale Anzahl parallel laufender Worker" - -#: mod/admin.php:1354 -msgid "" -"On shared hosters set this to 2. On larger systems, values of 10 are great. " -"Default value is 4." -msgstr "Wenn dein Knoten bei einem Shared Hoster ist, setzte diesen Wert auf 2. Auf größeren Systemen funktioniert ein Wert von 10 recht gut. Standardeinstellung sind 4." - -#: mod/admin.php:1355 -msgid "Don't use 'proc_open' with the worker" -msgstr "'proc_open' nicht mit den Workern verwenden" - -#: mod/admin.php:1355 -msgid "" -"Enable this if your system doesn't allow the use of 'proc_open'. This can " -"happen on shared hosters. If this is enabled you should increase the " -"frequency of worker calls in your crontab." -msgstr "Aktiviere diese Option, wenn dein System die Verwendung von 'proc_open' verhindert. Dies könnte auf Shared Hostern der Fall sein. Wenn du diese Option aktivierst, solltest du die Frequenz der poller Aufrufe in deiner crontab erhöhen." - -#: mod/admin.php:1356 -msgid "Enable fastlane" -msgstr "Aktiviere Fastlane" - -#: mod/admin.php:1356 -msgid "" -"When enabed, the fastlane mechanism starts an additional worker if processes" -" with higher priority are blocked by processes of lower priority." -msgstr "Wenn aktiviert, wird der Fastlane-Mechanismus einen weiteren Worker-Prozeß starten wenn Prozesse mit höherer Priorität von Prozessen mit niedrigerer Priorität blockiert werden." - -#: mod/admin.php:1357 -msgid "Enable frontend worker" -msgstr "Aktiviere den Frontend Worker" - -#: mod/admin.php:1357 -#, php-format -msgid "" -"When enabled the Worker process is triggered when backend access is " -"performed \\x28e.g. messages being delivered\\x29. On smaller sites you " -"might want to call %s/worker on a regular basis via an external cron job. " -"You should only enable this option if you cannot utilize cron/scheduled jobs" -" on your server." -msgstr "Ist diese Option aktiv, wird der Worker Prozess durch Aktionen am Frontend gestartet (z.B. wenn Nachrichten zugestellt werden). Auf kleineren Seiten sollte %s/worker regelmäßig, beispielsweise durch einen externen Cron Anbieter, aufgerufen werden. Du solltest dies Option nur dann aktivieren, wenn du keinen Cron Job auf deinem eigenen Server starten kannst." - -#: mod/admin.php:1385 -msgid "Update has been marked successful" -msgstr "Update wurde als erfolgreich markiert" - -#: mod/admin.php:1392 -#, php-format -msgid "Database structure update %s was successfully applied." -msgstr "Das Update %s der Struktur der Datenbank wurde erfolgreich angewandt." - -#: mod/admin.php:1395 -#, php-format -msgid "Executing of database structure update %s failed with error: %s" -msgstr "Das Update %s der Struktur der Datenbank schlug mit folgender Fehlermeldung fehl: %s" - -#: mod/admin.php:1408 -#, php-format -msgid "Executing %s failed with error: %s" -msgstr "Die Ausführung von %s schlug fehl. Fehlermeldung: %s" - -#: mod/admin.php:1410 -#, php-format -msgid "Update %s was successfully applied." -msgstr "Update %s war erfolgreich." - -#: mod/admin.php:1413 -#, php-format -msgid "Update %s did not return a status. Unknown if it succeeded." -msgstr "Update %s hat keinen Status zurückgegeben. Unbekannter Status." - -#: mod/admin.php:1416 -#, php-format -msgid "There was no additional update function %s that needed to be called." -msgstr "Es gab keine weitere Update-Funktion, die von %s ausgeführt werden musste." - -#: mod/admin.php:1436 -msgid "No failed updates." -msgstr "Keine fehlgeschlagenen Updates." - -#: mod/admin.php:1437 -msgid "Check database structure" -msgstr "Datenbank Struktur überprüfen" - -#: mod/admin.php:1442 -msgid "Failed Updates" -msgstr "Fehlgeschlagene Updates" - -#: mod/admin.php:1443 -msgid "" -"This does not include updates prior to 1139, which did not return a status." -msgstr "Ohne Updates vor 1139, da diese keinen Status zurückgegeben haben." - -#: mod/admin.php:1444 -msgid "Mark success (if update was manually applied)" -msgstr "Als erfolgreich markieren (falls das Update manuell installiert wurde)" - -#: mod/admin.php:1445 -msgid "Attempt to execute this update step automatically" -msgstr "Versuchen, diesen Schritt automatisch auszuführen" - -#: mod/admin.php:1484 -#, php-format -msgid "" -"\n" -"\t\t\tDear %1$s,\n" -"\t\t\t\tthe administrator of %2$s has set up an account for you." -msgstr "\nHallo %1$s,\n\nauf %2$s wurde ein Account für Dich angelegt." - -#: mod/admin.php:1487 -#, php-format -msgid "" -"\n" -"\t\t\tThe login details are as follows:\n" -"\n" -"\t\t\tSite Location:\t%1$s\n" -"\t\t\tLogin Name:\t\t%2$s\n" -"\t\t\tPassword:\t\t%3$s\n" -"\n" -"\t\t\tYou may change your password from your account \"Settings\" page after logging\n" -"\t\t\tin.\n" -"\n" -"\t\t\tPlease take a few moments to review the other account settings on that page.\n" -"\n" -"\t\t\tYou may also wish to add some basic information to your default profile\n" -"\t\t\t(on the \"Profiles\" page) so that other people can easily find you.\n" -"\n" -"\t\t\tWe recommend setting your full name, adding a profile photo,\n" -"\t\t\tadding some profile \"keywords\" (very useful in making new friends) - and\n" -"\t\t\tperhaps what country you live in; if you do not wish to be more specific\n" -"\t\t\tthan that.\n" -"\n" -"\t\t\tWe fully respect your right to privacy, and none of these items are necessary.\n" -"\t\t\tIf you are new and do not know anybody here, they may help\n" -"\t\t\tyou to make some new and interesting friends.\n" -"\n" -"\t\t\tThank you and welcome to %4$s." -msgstr "\nNachfolgend die Anmelde-Details:\n\tAdresse der Seite:\t%1$s\n\tBenutzername:\t%2$s\n\tPasswort:\t%3$s\n\nDu kannst Dein Passwort unter \"Einstellungen\" ändern, sobald Du Dich\nangemeldet hast.\n\nBitte nimm Dir ein paar Minuten um die anderen Einstellungen auf dieser\nSeite zu kontrollieren.\n\nEventuell magst Du ja auch einige Informationen über Dich in Deinem\nProfil veröffentlichen, damit andere Leute Dich einfacher finden können.\nBearbeite hierfür einfach Dein Standard-Profil (über die Profil-Seite).\n\nWir empfehlen Dir, Deinen kompletten Namen anzugeben und ein zu Dir\npassendes Profilbild zu wählen, damit Dich alte Bekannte wieder finden.\nAußerdem ist es nützlich, wenn Du auf Deinem Profil Schlüsselwörter\nangibst. Das erleichtert es, Leute zu finden, die Deine Interessen teilen.\n\nWir respektieren Deine Privatsphäre - keine dieser Angaben ist nötig.\nWenn Du neu im Netzwerk bist und noch niemanden kennst, dann können sie\nallerdings dabei helfen, neue und interessante Kontakte zu knüpfen.\n\nNun viel Spaß, gute Begegnungen und willkommen auf %4$s." - -#: mod/admin.php:1519 src/Model/User.php:634 -#, php-format -msgid "Registration details for %s" -msgstr "Details der Registration von %s" - -#: mod/admin.php:1529 -#, php-format -msgid "%s user blocked/unblocked" -msgid_plural "%s users blocked/unblocked" -msgstr[0] "%s Benutzer geblockt/freigegeben" -msgstr[1] "%s Benutzer geblockt/freigegeben" - -#: mod/admin.php:1535 -#, php-format -msgid "%s user deleted" -msgid_plural "%s users deleted" -msgstr[0] "%s Nutzer gelöscht" -msgstr[1] "%s Nutzer gelöscht" - -#: mod/admin.php:1582 -#, php-format -msgid "User '%s' deleted" -msgstr "Nutzer '%s' gelöscht" - -#: mod/admin.php:1590 -#, php-format -msgid "User '%s' unblocked" -msgstr "Nutzer '%s' entsperrt" - -#: mod/admin.php:1590 -#, php-format -msgid "User '%s' blocked" -msgstr "Nutzer '%s' gesperrt" - -#: mod/admin.php:1689 mod/admin.php:1701 mod/admin.php:1714 mod/admin.php:1732 -#: src/Content/ContactSelector.php:82 -msgid "Email" -msgstr "E-Mail" - -#: mod/admin.php:1689 mod/admin.php:1714 -msgid "Register date" -msgstr "Anmeldedatum" - -#: mod/admin.php:1689 mod/admin.php:1714 -msgid "Last login" -msgstr "Letzte Anmeldung" - -#: mod/admin.php:1689 mod/admin.php:1714 -msgid "Last item" -msgstr "Letzter Beitrag" - -#: mod/admin.php:1689 mod/settings.php:54 -msgid "Account" -msgstr "Nutzerkonto" - -#: mod/admin.php:1697 -msgid "Add User" -msgstr "Nutzer hinzufügen" - -#: mod/admin.php:1699 -msgid "User registrations waiting for confirm" -msgstr "Neuanmeldungen, die auf Deine Bestätigung warten" - -#: mod/admin.php:1700 -msgid "User waiting for permanent deletion" -msgstr "Nutzer wartet auf permanente Löschung" - -#: mod/admin.php:1701 -msgid "Request date" -msgstr "Anfragedatum" - -#: mod/admin.php:1702 -msgid "No registrations." -msgstr "Keine Neuanmeldungen." - -#: mod/admin.php:1703 -msgid "Note from the user" -msgstr "Hinweis vom Nutzer" - -#: mod/admin.php:1705 -msgid "Deny" -msgstr "Verwehren" - -#: mod/admin.php:1709 -msgid "Site admin" -msgstr "Seitenadministrator" - -#: mod/admin.php:1710 -msgid "Account expired" -msgstr "Account ist abgelaufen" - -#: mod/admin.php:1713 -msgid "New User" -msgstr "Neuer Nutzer" - -#: mod/admin.php:1714 -msgid "Deleted since" -msgstr "Gelöscht seit" - -#: mod/admin.php:1719 -msgid "" -"Selected users will be deleted!\\n\\nEverything these users had posted on " -"this site will be permanently deleted!\\n\\nAre you sure?" -msgstr "Die markierten Nutzer werden gelöscht!\\n\\nAlle Beiträge, die diese Nutzer auf dieser Seite veröffentlicht haben, werden permanent gelöscht!\\n\\nBist Du sicher?" - -#: mod/admin.php:1720 -msgid "" -"The user {0} will be deleted!\\n\\nEverything this user has posted on this " -"site will be permanently deleted!\\n\\nAre you sure?" -msgstr "Der Nutzer {0} wird gelöscht!\\n\\nAlles was dieser Nutzer auf dieser Seite veröffentlicht hat, wird permanent gelöscht!\\n\\nBist Du sicher?" - -#: mod/admin.php:1730 -msgid "Name of the new user." -msgstr "Name des neuen Nutzers" - -#: mod/admin.php:1731 -msgid "Nickname" -msgstr "Spitzname" - -#: mod/admin.php:1731 -msgid "Nickname of the new user." -msgstr "Spitznamen für den neuen Nutzer" - -#: mod/admin.php:1732 -msgid "Email address of the new user." -msgstr "Email Adresse des neuen Nutzers" - -#: mod/admin.php:1774 -#, php-format -msgid "Addon %s disabled." -msgstr "Addon %s ausgeschaltet." - -#: mod/admin.php:1778 -#, php-format -msgid "Addon %s enabled." -msgstr "Addon %s eingeschaltet." - -#: mod/admin.php:1788 mod/admin.php:2037 -msgid "Disable" -msgstr "Ausschalten" - -#: mod/admin.php:1791 mod/admin.php:2040 -msgid "Enable" -msgstr "Einschalten" - -#: mod/admin.php:1813 mod/admin.php:2082 -msgid "Toggle" -msgstr "Umschalten" - -#: mod/admin.php:1821 mod/admin.php:2091 -msgid "Author: " -msgstr "Autor:" - -#: mod/admin.php:1822 mod/admin.php:2092 -msgid "Maintainer: " -msgstr "Betreuer:" - -#: mod/admin.php:1874 -msgid "Reload active addons" -msgstr "Aktivierte Addons neu laden" - -#: mod/admin.php:1879 -#, php-format -msgid "" -"There are currently no addons available on your node. You can find the " -"official addon repository at %1$s and might find other interesting addons in" -" the open addon registry at %2$s" -msgstr "Es sind derzeit keine Addons auf diesem Knoten verfügbar. Du findest das offizielle Addon-Repository unter %1$s und weitere eventuell interessante Addons im offenen Addon-Verzeichnis auf %2$s." - -#: mod/admin.php:1999 -msgid "No themes found." -msgstr "Keine Themen gefunden." - -#: mod/admin.php:2073 -msgid "Screenshot" -msgstr "Bildschirmfoto" - -#: mod/admin.php:2127 -msgid "Reload active themes" -msgstr "Aktives Theme neu laden" - -#: mod/admin.php:2132 -#, php-format -msgid "No themes found on the system. They should be placed in %1$s" -msgstr "Es wurden keine Themes auf dem System gefunden. Diese sollten in %1$s platziert werden." - -#: mod/admin.php:2133 -msgid "[Experimental]" -msgstr "[Experimentell]" - -#: mod/admin.php:2134 -msgid "[Unsupported]" -msgstr "[Nicht unterstützt]" - -#: mod/admin.php:2158 -msgid "Log settings updated." -msgstr "Protokolleinstellungen aktualisiert." - -#: mod/admin.php:2190 -msgid "PHP log currently enabled." -msgstr "PHP Protokollierung ist derzeit aktiviert." - -#: mod/admin.php:2192 -msgid "PHP log currently disabled." -msgstr "PHP Protokollierung ist derzeit nicht aktiviert." - -#: mod/admin.php:2201 -msgid "Clear" -msgstr "löschen" - -#: mod/admin.php:2205 -msgid "Enable Debugging" -msgstr "Protokoll führen" - -#: mod/admin.php:2206 -msgid "Log file" -msgstr "Protokolldatei" - -#: mod/admin.php:2206 -msgid "" -"Must be writable by web server. Relative to your Friendica top-level " -"directory." -msgstr "Webserver muss Schreibrechte besitzen. Abhängig vom Friendica-Installationsverzeichnis." - -#: mod/admin.php:2207 -msgid "Log level" -msgstr "Protokoll-Level" - -#: mod/admin.php:2209 -msgid "PHP logging" -msgstr "PHP Protokollieren" - -#: mod/admin.php:2210 -msgid "" -"To enable logging of PHP errors and warnings you can add the following to " -"the .htconfig.php file of your installation. The filename set in the " -"'error_log' line is relative to the friendica top-level directory and must " -"be writeable by the web server. The option '1' for 'log_errors' and " -"'display_errors' is to enable these options, set to '0' to disable them." -msgstr "Um PHP Warnungen und Fehler zu protokollieren, kannst du die folgenden Zeilen zur .htconfig.php Datei deiner Installation hinzufügen. Den Dateinamen der Log-Datei legst du in der Zeile mit dem 'error_log' fest, Er ist relativ zum Friendica-Stammverzeichnis und muss schreibbar durch den Webserver sein. Eine \"1\" als Option für die Punkte 'log_errors' und 'display_errors' aktiviert die Funktionen zum Protokollieren bzw. Anzeigen der Fehler, eine \"0\" deaktiviert sie." - -#: mod/admin.php:2241 -#, php-format -msgid "" -"Error trying to open %1$s log file.\\r\\n
    Check to see " -"if file %1$s exist and is readable." -msgstr "Fehler beim Öffnen der Logdatei %1$s.\\r\\n
    Bitte überprüfe ob die Datei %1$s existiert und gelesen werden kann." - -#: mod/admin.php:2245 -#, php-format -msgid "" -"Couldn't open %1$s log file.\\r\\n
    Check to see if file" -" %1$s is readable." -msgstr "Konnte die Logdatei %1$s nicht öffnen.\\r\\n
    Bitte stelle sicher, dass die Datei %1$s lesbar ist." - -#: mod/admin.php:2336 mod/admin.php:2337 mod/settings.php:779 -msgid "Off" -msgstr "Aus" - -#: mod/admin.php:2336 mod/admin.php:2337 mod/settings.php:779 -msgid "On" -msgstr "An" - -#: mod/admin.php:2337 -#, php-format -msgid "Lock feature %s" -msgstr "Feature festlegen: %s" - -#: mod/admin.php:2345 -msgid "Manage Additional Features" -msgstr "Zusätzliche Features Verwalten" - -#: mod/babel.php:23 -msgid "Source (bbcode) text:" -msgstr "Quelle (bbcode) Text:" - -#: mod/babel.php:30 -msgid "Source (Diaspora) text to convert to BBcode:" -msgstr "Eingabe (Diaspora) nach BBCode zu konvertierender Text:" - -#: mod/babel.php:38 -msgid "Source input: " -msgstr "Originaltext:" - -#: mod/babel.php:42 -msgid "bbcode (raw HTML(: " -msgstr "bbcode (reines HTML(: " - -#: mod/babel.php:45 -msgid "bbcode: " -msgstr "bbcode: " - -#: mod/babel.php:49 mod/babel.php:65 -msgid "bbcode => html2bbcode: " -msgstr "bbcode => html2bbcode: " - -#: mod/babel.php:53 -msgid "bb2diaspora: " -msgstr "bb2diaspora: " - -#: mod/babel.php:57 -msgid "bb2diaspora => Markdown: " -msgstr "bb2diaspora => Markdown: " - -#: mod/babel.php:61 -msgid "bb2diaspora => diaspora2bb: " -msgstr "bb2diaspora => diaspora2bb: " - -#: mod/babel.php:71 -msgid "Source input (Diaspora format): " -msgstr "Originaltext (Diaspora Format): " - -#: mod/babel.php:75 -msgid "diaspora2bb: " -msgstr "diaspora2bb: " - -#: mod/community.php:44 -msgid "Community option not available." -msgstr "Optionen für die Gemeinschaftsseite nicht verfügbar." - -#: mod/community.php:61 -msgid "Not available." -msgstr "Nicht verfügbar." - -#: mod/community.php:74 -msgid "Local Community" -msgstr "Lokale Gemeinschaft" - -#: mod/community.php:77 -msgid "Posts from local users on this server" -msgstr "Beiträge von Nutzern dieses Servers" - -#: mod/community.php:85 -msgid "Global Community" -msgstr "Globale Gemeinschaft" - -#: mod/community.php:88 -msgid "Posts from users of the whole federated network" -msgstr "Beiträge von Nutzern des gesamten föderalen Netzwerks" - -#: mod/community.php:134 mod/search.php:228 -msgid "No results." -msgstr "Keine Ergebnisse." - -#: mod/community.php:178 -msgid "" -"This community stream shows all public posts received by this node. They may" -" not reflect the opinions of this node’s users." -msgstr "Diese Gemeinschaftsseite zeigt alle öffentlichen Beiträge, die auf diesem Knoten eingegangen sind. Der Inhalt entspricht nicht zwingend der Meinung der Nutzer dieses Servers." - -#: mod/contacts.php:149 -#, php-format -msgid "%d contact edited." -msgid_plural "%d contacts edited." -msgstr[0] "%d Kontakt bearbeitet." -msgstr[1] "%d Kontakte bearbeitet." - -#: mod/contacts.php:176 mod/contacts.php:392 -msgid "Could not access contact record." -msgstr "Konnte nicht auf die Kontaktdaten zugreifen." - -#: mod/contacts.php:186 -msgid "Could not locate selected profile." -msgstr "Konnte das ausgewählte Profil nicht finden." - -#: mod/contacts.php:220 -msgid "Contact updated." -msgstr "Kontakt aktualisiert." - -#: mod/contacts.php:222 mod/dfrn_request.php:419 -msgid "Failed to update contact record." -msgstr "Aktualisierung der Kontaktdaten fehlgeschlagen." - -#: mod/contacts.php:413 -msgid "Contact has been blocked" -msgstr "Kontakt wurde blockiert" - -#: mod/contacts.php:413 -msgid "Contact has been unblocked" -msgstr "Kontakt wurde wieder freigegeben" - -#: mod/contacts.php:424 -msgid "Contact has been ignored" -msgstr "Kontakt wurde ignoriert" - -#: mod/contacts.php:424 -msgid "Contact has been unignored" -msgstr "Kontakt wird nicht mehr ignoriert" - -#: mod/contacts.php:435 -msgid "Contact has been archived" -msgstr "Kontakt wurde archiviert" - -#: mod/contacts.php:435 -msgid "Contact has been unarchived" -msgstr "Kontakt wurde aus dem Archiv geholt" - -#: mod/contacts.php:459 -msgid "Drop contact" -msgstr "Kontakt löschen" - -#: mod/contacts.php:462 mod/contacts.php:814 -msgid "Do you really want to delete this contact?" -msgstr "Möchtest Du wirklich diesen Kontakt löschen?" - -#: mod/contacts.php:480 -msgid "Contact has been removed." -msgstr "Kontakt wurde entfernt." - -#: mod/contacts.php:511 -#, php-format -msgid "You are mutual friends with %s" -msgstr "Du hast mit %s eine beidseitige Freundschaft" - -#: mod/contacts.php:515 -#, php-format -msgid "You are sharing with %s" -msgstr "Du teilst mit %s" - -#: mod/contacts.php:519 -#, php-format -msgid "%s is sharing with you" -msgstr "%s teilt mit Dir" - -#: mod/contacts.php:539 -msgid "Private communications are not available for this contact." -msgstr "Private Kommunikation ist für diesen Kontakt nicht verfügbar." - -#: mod/contacts.php:541 -msgid "Never" -msgstr "Niemals" - -#: mod/contacts.php:544 -msgid "(Update was successful)" -msgstr "(Aktualisierung war erfolgreich)" - -#: mod/contacts.php:544 -msgid "(Update was not successful)" -msgstr "(Aktualisierung war nicht erfolgreich)" - -#: mod/contacts.php:546 mod/contacts.php:976 -msgid "Suggest friends" -msgstr "Kontakte vorschlagen" - -#: mod/contacts.php:550 -#, php-format -msgid "Network type: %s" -msgstr "Netzwerktyp: %s" - -#: mod/contacts.php:555 -msgid "Communications lost with this contact!" -msgstr "Verbindungen mit diesem Kontakt verloren!" - -#: mod/contacts.php:561 -msgid "Fetch further information for feeds" -msgstr "Weitere Informationen zu Feeds holen" - -#: mod/contacts.php:563 -msgid "" -"Fetch information like preview pictures, title and teaser from the feed " -"item. You can activate this if the feed doesn't contain much text. Keywords " -"are taken from the meta header in the feed item and are posted as hash tags." -msgstr "Zusätzliche Informationen wie Vorschaubilder, Titel und Zusammenfassungen vom Feed-Eintrag laden. Du kannst diese Option aktivieren, wenn der Feed nicht all zu viel Text beinhaltet. Schlagwörter werden auf den Meta-Informationen des Feed-Headers bezogen und als Hash-Tags verwendet." - -#: mod/contacts.php:565 -msgid "Fetch information" -msgstr "Beziehe Information" - -#: mod/contacts.php:566 -msgid "Fetch keywords" -msgstr "Schlüsselwprter abrufen" - -#: mod/contacts.php:567 -msgid "Fetch information and keywords" -msgstr "Beziehe Information und Schlüsselworte" - -#: mod/contacts.php:599 -msgid "Contact" -msgstr "Kontakt" - -#: mod/contacts.php:602 -msgid "Profile Visibility" -msgstr "Profil-Sichtbarkeit" - -#: mod/contacts.php:603 -#, php-format -msgid "" -"Please choose the profile you would like to display to %s when viewing your " -"profile securely." -msgstr "Bitte wähle eines Deiner Profile das angezeigt werden soll, wenn %s Dein Profil aufruft." - -#: mod/contacts.php:604 -msgid "Contact Information / Notes" -msgstr "Kontakt Informationen / Notizen" - -#: mod/contacts.php:605 -msgid "Their personal note" -msgstr "Die persönliche Mitteilung" - -#: mod/contacts.php:607 -msgid "Edit contact notes" -msgstr "Notizen zum Kontakt bearbeiten" - -#: mod/contacts.php:611 -msgid "Block/Unblock contact" -msgstr "Kontakt blockieren/freischalten" - -#: mod/contacts.php:612 -msgid "Ignore contact" -msgstr "Ignoriere den Kontakt" - -#: mod/contacts.php:613 -msgid "Repair URL settings" -msgstr "URL Einstellungen reparieren" - -#: mod/contacts.php:614 -msgid "View conversations" -msgstr "Unterhaltungen anzeigen" - -#: mod/contacts.php:619 -msgid "Last update:" -msgstr "Letzte Aktualisierung: " - -#: mod/contacts.php:621 -msgid "Update public posts" -msgstr "Öffentliche Beiträge aktualisieren" - -#: mod/contacts.php:623 mod/contacts.php:986 -msgid "Update now" -msgstr "Jetzt aktualisieren" - -#: mod/contacts.php:629 mod/contacts.php:819 mod/contacts.php:1003 -msgid "Unignore" -msgstr "Ignorieren aufheben" - -#: mod/contacts.php:633 -msgid "Currently blocked" -msgstr "Derzeit geblockt" - -#: mod/contacts.php:634 -msgid "Currently ignored" -msgstr "Derzeit ignoriert" - -#: mod/contacts.php:635 -msgid "Currently archived" -msgstr "Momentan archiviert" - -#: mod/contacts.php:636 -msgid "Awaiting connection acknowledge" -msgstr "Bedarf der Bestätigung des Kontakts" - -#: mod/contacts.php:637 -msgid "" -"Replies/likes to your public posts may still be visible" -msgstr "Antworten/Likes auf deine öffentlichen Beiträge könnten weiterhin sichtbar sein" - -#: mod/contacts.php:638 -msgid "Notification for new posts" -msgstr "Benachrichtigung bei neuen Beiträgen" - -#: mod/contacts.php:638 -msgid "Send a notification of every new post of this contact" -msgstr "Sende eine Benachrichtigung, wann immer dieser Kontakt einen neuen Beitrag schreibt." - -#: mod/contacts.php:641 -msgid "Blacklisted keywords" -msgstr "Blacklistete Schlüsselworte " - -#: mod/contacts.php:641 -msgid "" -"Comma separated list of keywords that should not be converted to hashtags, " -"when \"Fetch information and keywords\" is selected" -msgstr "Komma-Separierte Liste mit Schlüsselworten, die nicht in Hashtags konvertiert werden, wenn \"Beziehe Information und Schlüsselworte\" aktiviert wurde" - -#: mod/contacts.php:653 src/Model/Profile.php:424 -msgid "XMPP:" -msgstr "XMPP:" - -#: mod/contacts.php:658 -msgid "Actions" -msgstr "Aktionen" - -#: mod/contacts.php:660 mod/contacts.php:846 view/theme/frio/theme.php:259 -#: src/Content/Nav.php:100 src/Model/Profile.php:874 -msgid "Status" -msgstr "Status" - -#: mod/contacts.php:661 -msgid "Contact Settings" -msgstr "Kontakteinstellungen" - -#: mod/contacts.php:702 -msgid "Suggestions" -msgstr "Kontaktvorschläge" - -#: mod/contacts.php:705 -msgid "Suggest potential friends" -msgstr "Kontakte vorschlagen" - -#: mod/contacts.php:713 -msgid "Show all contacts" -msgstr "Alle Kontakte anzeigen" - -#: mod/contacts.php:718 -msgid "Unblocked" -msgstr "Ungeblockt" - -#: mod/contacts.php:721 -msgid "Only show unblocked contacts" -msgstr "Nur nicht-blockierte Kontakte anzeigen" - -#: mod/contacts.php:726 -msgid "Blocked" -msgstr "Geblockt" - -#: mod/contacts.php:729 -msgid "Only show blocked contacts" -msgstr "Nur blockierte Kontakte anzeigen" - -#: mod/contacts.php:734 -msgid "Ignored" -msgstr "Ignoriert" - -#: mod/contacts.php:737 -msgid "Only show ignored contacts" -msgstr "Nur ignorierte Kontakte anzeigen" - -#: mod/contacts.php:742 -msgid "Archived" -msgstr "Archiviert" - -#: mod/contacts.php:745 -msgid "Only show archived contacts" -msgstr "Nur archivierte Kontakte anzeigen" - -#: mod/contacts.php:750 -msgid "Hidden" -msgstr "Verborgen" - -#: mod/contacts.php:753 -msgid "Only show hidden contacts" -msgstr "Nur verborgene Kontakte anzeigen" - -#: mod/contacts.php:809 -msgid "Search your contacts" -msgstr "Suche in deinen Kontakten" - -#: mod/contacts.php:810 mod/search.php:236 -#, php-format -msgid "Results for: %s" -msgstr "Ergebnisse für: %s" - -#: mod/contacts.php:817 mod/settings.php:169 mod/settings.php:705 -msgid "Update" -msgstr "Aktualisierungen" - -#: mod/contacts.php:820 mod/contacts.php:1011 -msgid "Archive" -msgstr "Archivieren" - -#: mod/contacts.php:820 mod/contacts.php:1011 -msgid "Unarchive" -msgstr "Aus Archiv zurückholen" - -#: mod/contacts.php:823 -msgid "Batch Actions" -msgstr "Stapelverarbeitung" - -#: mod/contacts.php:857 src/Model/Profile.php:885 -msgid "Profile Details" -msgstr "Profildetails" - -#: mod/contacts.php:869 -msgid "View all contacts" -msgstr "Alle Kontakte anzeigen" - -#: mod/contacts.php:880 -msgid "View all common friends" -msgstr "Alle Kontakte anzeigen" - -#: mod/contacts.php:889 -msgid "Advanced Contact Settings" -msgstr "Fortgeschrittene Kontakteinstellungen" - -#: mod/contacts.php:921 -msgid "Mutual Friendship" -msgstr "Beidseitige Freundschaft" - -#: mod/contacts.php:925 -msgid "is a fan of yours" -msgstr "ist ein Fan von dir" - -#: mod/contacts.php:929 -msgid "you are a fan of" -msgstr "Du bist Fan von" - -#: mod/contacts.php:997 -msgid "Toggle Blocked status" -msgstr "Geblockt-Status ein-/ausschalten" - -#: mod/contacts.php:1005 -msgid "Toggle Ignored status" -msgstr "Ignoriert-Status ein-/ausschalten" - -#: mod/contacts.php:1013 -msgid "Toggle Archive status" -msgstr "Archiviert-Status ein-/ausschalten" - -#: mod/contacts.php:1021 -msgid "Delete contact" -msgstr "Lösche den Kontakt" - -#: mod/delegate.php:142 -msgid "No parent user" -msgstr "" - -#: mod/delegate.php:158 -msgid "Parent User" -msgstr "" - -#: mod/delegate.php:160 -msgid "" -"Parent users have total control about this account, including the account " -"settings. Please double check whom you give this access." -msgstr "" - -#: mod/delegate.php:162 src/Content/Nav.php:204 -msgid "Delegate Page Management" -msgstr "Delegiere das Management für die Seite" - -#: mod/delegate.php:163 -msgid "Delegates" -msgstr "" - -#: mod/delegate.php:165 -msgid "" -"Delegates are able to manage all aspects of this account/page except for " -"basic account settings. Please do not delegate your personal account to " -"anybody that you do not trust completely." -msgstr "Bevollmächtigte sind in der Lage, alle Aspekte dieses Kontos/dieser Seite zu verwalten, abgesehen von den Grundeinstellungen des Kontos. Bitte gib niemandem eine Bevollmächtigung für Deinen privaten Account, dem Du nicht absolut vertraust!" - -#: mod/delegate.php:166 -msgid "Existing Page Managers" -msgstr "Vorhandene Seitenmanager" - -#: mod/delegate.php:168 -msgid "Existing Page Delegates" -msgstr "Vorhandene Bevollmächtigte für die Seite" - -#: mod/delegate.php:170 -msgid "Potential Delegates" -msgstr "Potentielle Bevollmächtigte" - -#: mod/delegate.php:172 mod/tagrm.php:98 -msgid "Remove" -msgstr "Entfernen" - -#: mod/delegate.php:173 -msgid "Add" -msgstr "Hinzufügen" +"Toggle between different identities or community/group pages which share " +"your account details or which you have been granted \"manage\" permissions" +msgstr "Zwischen verschiedenen Identitäten oder Gemeinschafts-/Gruppenseiten wechseln, die Deine Kontoinformationen teilen oder zu denen Du „Verwalten“-Befugnisse bekommen hast." -#: mod/delegate.php:174 -msgid "No entries." -msgstr "Keine Einträge." +#: mod/manage.php:182 +msgid "Select an identity to manage: " +msgstr "Wähle eine Identität zum Verwalten aus: " #: mod/dfrn_request.php:94 msgid "This introduction has already been accepted." @@ -5133,10 +2242,19 @@ msgstr "Es scheint so, als ob Du bereits mit %s in Kontakt stehst." msgid "Invalid profile URL." msgstr "Ungültige Profil-URL." -#: mod/dfrn_request.php:345 src/Model/Contact.php:1137 +#: mod/dfrn_request.php:345 src/Model/Contact.php:1223 msgid "Disallowed profile URL." msgstr "Nicht erlaubte Profil-URL." +#: mod/dfrn_request.php:351 mod/friendica.php:128 mod/admin.php:353 +#: mod/admin.php:371 src/Model/Contact.php:1228 +msgid "Blocked domain" +msgstr "Blockierte Domain" + +#: mod/dfrn_request.php:419 mod/contacts.php:230 +msgid "Failed to update contact record." +msgstr "Aktualisierung der Kontaktdaten fehlgeschlagen." + #: mod/dfrn_request.php:439 msgid "Your introduction has been sent." msgstr "Deine Kontaktanfrage wurde gesendet." @@ -5175,6 +2293,13 @@ msgstr "Willkommen zurück %s." msgid "Please confirm your introduction/connection request to %s." msgstr "Bitte bestätige Deine Kontaktanfrage bei %s." +#: mod/dfrn_request.php:607 mod/probe.php:13 mod/viewcontacts.php:45 +#: mod/webfinger.php:16 mod/search.php:98 mod/search.php:104 +#: mod/community.php:27 mod/photos.php:932 mod/videos.php:199 +#: mod/display.php:203 mod/directory.php:42 +msgid "Public access denied." +msgstr "Öffentlicher Zugriff verweigert." + #: mod/dfrn_request.php:642 msgid "" "Please enter your 'Identity Address' from one of the following supported " @@ -5198,16 +2323,16 @@ msgid "" "testuser@gnusocial.de" msgstr "Beispiele: jojo@demo.friendica.com, http://demo.friendica.com/profile/jojo, testuser@gnusocial.de" -#: mod/dfrn_request.php:652 mod/follow.php:147 +#: mod/dfrn_request.php:652 mod/follow.php:149 msgid "Please answer the following:" msgstr "Bitte beantworte folgendes:" -#: mod/dfrn_request.php:653 mod/follow.php:148 +#: mod/dfrn_request.php:653 mod/follow.php:150 #, php-format msgid "Does %s know you?" msgstr "Kennt %s Dich?" -#: mod/dfrn_request.php:654 mod/follow.php:149 +#: mod/dfrn_request.php:654 mod/follow.php:151 msgid "Add a personal note:" msgstr "Eine persönliche Notiz beifügen:" @@ -5230,97 +2355,972 @@ msgid "" " bar." msgstr " - bitte verwende dieses Formular nicht. Stattdessen suche nach %s in Deiner Diaspora Suchleiste." -#: mod/editpost.php:27 mod/editpost.php:37 -msgid "Item not found" -msgstr "Beitrag nicht gefunden" +#: mod/dfrn_request.php:660 mod/unfollow.php:113 mod/follow.php:157 +msgid "Your Identity Address:" +msgstr "Adresse Deines Profils:" -#: mod/editpost.php:44 -msgid "Edit post" -msgstr "Beitrag bearbeiten" +#: mod/dfrn_request.php:662 mod/unfollow.php:65 mod/follow.php:62 +msgid "Submit Request" +msgstr "Anfrage abschicken" -#: mod/events.php:103 mod/events.php:105 -msgid "Event can not end before it has started." -msgstr "Die Veranstaltung kann nicht enden bevor sie beginnt." +#: mod/localtime.php:19 src/Model/Event.php:36 src/Model/Event.php:814 +msgid "l F d, Y \\@ g:i A" +msgstr "l, d. F Y\\, H:i" -#: mod/events.php:112 mod/events.php:114 -msgid "Event title and start time are required." -msgstr "Der Veranstaltungstitel und die Anfangszeit müssen angegeben werden." +#: mod/localtime.php:33 +msgid "Time Conversion" +msgstr "Zeitumrechnung" -#: mod/events.php:394 -msgid "Create New Event" -msgstr "Neue Veranstaltung erstellen" +#: mod/localtime.php:35 +msgid "" +"Friendica provides this service for sharing events with other networks and " +"friends in unknown timezones." +msgstr "Friendica bietet diese Funktion an, um das Teilen von Events mit Kontakten zu vereinfachen, deren Zeitzone nicht ermittelt werden kann." -#: mod/events.php:509 -msgid "Event details" -msgstr "Veranstaltungsdetails" +#: mod/localtime.php:39 +#, php-format +msgid "UTC time: %s" +msgstr "UTC Zeit: %s" -#: mod/events.php:510 -msgid "Starting date and Title are required." -msgstr "Anfangszeitpunkt und Titel werden benötigt" +#: mod/localtime.php:42 +#, php-format +msgid "Current timezone: %s" +msgstr "Aktuelle Zeitzone: %s" -#: mod/events.php:511 mod/events.php:512 -msgid "Event Starts:" -msgstr "Veranstaltungsbeginn:" +#: mod/localtime.php:46 +#, php-format +msgid "Converted localtime: %s" +msgstr "Umgerechnete lokale Zeit: %s" -#: mod/events.php:513 mod/events.php:529 -msgid "Finish date/time is not known or not relevant" -msgstr "Enddatum/-zeit ist nicht bekannt oder nicht relevant" +#: mod/localtime.php:52 +msgid "Please select your timezone:" +msgstr "Bitte wähle Deine Zeitzone:" -#: mod/events.php:515 mod/events.php:516 -msgid "Event Finishes:" -msgstr "Veranstaltungsende:" +#: mod/probe.php:14 mod/webfinger.php:17 +msgid "Only logged in users are permitted to perform a probing." +msgstr "Nur eingeloggten Benutzern ist das Untersuchen von Adressen gestattet." -#: mod/events.php:517 mod/events.php:530 -msgid "Adjust for viewer timezone" -msgstr "An Zeitzone des Betrachters anpassen" +#: mod/profperm.php:28 mod/group.php:83 index.php:415 +msgid "Permission denied" +msgstr "Zugriff verweigert" -#: mod/events.php:519 -msgid "Description:" -msgstr "Beschreibung" +#: mod/profperm.php:34 mod/profperm.php:65 +msgid "Invalid profile identifier." +msgstr "Ungültiger Profil-Bezeichner." -#: mod/events.php:523 mod/events.php:525 -msgid "Title:" -msgstr "Titel:" +#: mod/profperm.php:111 +msgid "Profile Visibility Editor" +msgstr "Editor für die Profil-Sichtbarkeit" -#: mod/events.php:526 mod/events.php:527 -msgid "Share this event" -msgstr "Veranstaltung teilen" +#: mod/profperm.php:115 mod/group.php:265 +msgid "Click on a contact to add or remove." +msgstr "Klicke einen Kontakt an, um ihn hinzuzufügen oder zu entfernen" -#: mod/events.php:534 src/Model/Profile.php:850 -msgid "Basic" -msgstr "Allgemein" +#: mod/profperm.php:124 +msgid "Visible To" +msgstr "Sichtbar für" -#: mod/events.php:556 -msgid "Failed to remove event" -msgstr "Entfernen der Veranstaltung fehlgeschlagen" +#: mod/profperm.php:140 +msgid "All Contacts (with secure profile access)" +msgstr "Alle Kontakte (mit gesichertem Profilzugriff)" -#: mod/events.php:558 -msgid "Event removed" -msgstr "Veranstaltung enfternt" +#: mod/regmod.php:68 +msgid "Account approved." +msgstr "Konto freigegeben." + +#: mod/regmod.php:93 +#, php-format +msgid "Registration revoked for %s" +msgstr "Registrierung für %s wurde zurückgezogen" + +#: mod/regmod.php:102 +msgid "Please login." +msgstr "Bitte melde Dich an." + +#: mod/removeme.php:55 mod/removeme.php:58 +msgid "Remove My Account" +msgstr "Konto löschen" + +#: mod/removeme.php:56 +msgid "" +"This will completely remove your account. Once this has been done it is not " +"recoverable." +msgstr "Dein Konto wird endgültig gelöscht. Es gibt keine Möglichkeit, es wiederherzustellen." + +#: mod/removeme.php:57 +msgid "Please enter your password for verification:" +msgstr "Bitte gib Dein Passwort zur Verifikation ein:" + +#: mod/viewcontacts.php:87 +msgid "No contacts." +msgstr "Keine Kontakte." + +#: mod/viewsrc.php:12 +msgid "Access denied." +msgstr "Zugriff verweigert." + +#: mod/wallmessage.php:49 mod/wallmessage.php:112 +#, php-format +msgid "Number of daily wall messages for %s exceeded. Message failed." +msgstr "Maximale Anzahl der täglichen Pinnwand Nachrichten für %s ist überschritten. Zustellung fehlgeschlagen." + +#: mod/wallmessage.php:57 mod/message.php:73 +msgid "No recipient selected." +msgstr "Kein Empfänger gewählt." + +#: mod/wallmessage.php:60 +msgid "Unable to check your home location." +msgstr "Konnte Deinen Heimatort nicht bestimmen." + +#: mod/wallmessage.php:63 mod/message.php:80 +msgid "Message could not be sent." +msgstr "Nachricht konnte nicht gesendet werden." + +#: mod/wallmessage.php:66 mod/message.php:83 +msgid "Message collection failure." +msgstr "Konnte Nachrichten nicht abrufen." + +#: mod/wallmessage.php:69 mod/message.php:86 +msgid "Message sent." +msgstr "Nachricht gesendet." + +#: mod/wallmessage.php:86 mod/wallmessage.php:95 +msgid "No recipient." +msgstr "Kein Empfänger." + +#: mod/wallmessage.php:132 mod/message.php:250 +msgid "Send Private Message" +msgstr "Private Nachricht senden" + +#: mod/wallmessage.php:133 +#, php-format +msgid "" +"If you wish for %s to respond, please check that the privacy settings on " +"your site allow private mail from unknown senders." +msgstr "Wenn Du möchtest, dass %s Dir antworten kann, überprüfe Deine Privatsphären-Einstellungen und erlaube private Nachrichten von unbekannten Absendern." + +#: mod/wallmessage.php:134 mod/message.php:251 mod/message.php:421 +msgid "To:" +msgstr "An:" + +#: mod/wallmessage.php:135 mod/message.php:255 mod/message.php:423 +msgid "Subject:" +msgstr "Betreff:" + +#: mod/uexport.php:44 +msgid "Export account" +msgstr "Account exportieren" + +#: mod/uexport.php:44 +msgid "" +"Export your account info and contacts. Use this to make a backup of your " +"account and/or to move it to another server." +msgstr "Exportiere Deine Accountinformationen und Kontakte. Verwende dies um ein Backup Deines Accounts anzulegen und/oder damit auf einen anderen Server umzuziehen." + +#: mod/uexport.php:45 +msgid "Export all" +msgstr "Alles exportieren" + +#: mod/uexport.php:45 +msgid "" +"Export your accout info, contacts and all your items as json. Could be a " +"very big file, and could take a lot of time. Use this to make a full backup " +"of your account (photos are not exported)" +msgstr "Exportiere Deine Account Informationen, Kontakte und alle Einträge als JSON Datei. Dies könnte eine sehr große Datei werden und dementsprechend viel Zeit benötigen. Verwende dies um ein komplettes Backup Deines Accounts anzulegen (Fotos werden nicht exportiert)." + +#: mod/uexport.php:52 mod/settings.php:107 +msgid "Export personal data" +msgstr "Persönliche Daten exportieren" #: mod/filer.php:34 msgid "- select -" msgstr "- auswählen -" -#: mod/follow.php:44 -msgid "The contact could not be added." -msgstr "Der Kontakt konnte nicht hinzugefügt werden." +#: mod/notify.php:77 +msgid "No more system notifications." +msgstr "Keine weiteren Systembenachrichtigungen." -#: mod/follow.php:72 -msgid "You already added this contact." -msgstr "Du hast den Kontakt bereits hinzugefügt." +#: mod/ping.php:292 +msgid "{0} wants to be your friend" +msgstr "{0} möchte mit Dir in Kontakt treten" -#: mod/follow.php:81 -msgid "Diaspora support isn't enabled. Contact can't be added." -msgstr "Diaspora Unterstützung ist nicht aktiviert. Der Kontakt kann nicht zugefügt werden." +#: mod/ping.php:307 +msgid "{0} sent you a message" +msgstr "{0} schickte Dir eine Nachricht" -#: mod/follow.php:88 -msgid "OStatus support is disabled. Contact can't be added." -msgstr "OStatus Unterstützung ist nicht aktiviert. Der Kontakt kann nicht zugefügt werden." +#: mod/ping.php:322 +msgid "{0} requested registration" +msgstr "{0} möchte sich registrieren" -#: mod/follow.php:95 -msgid "The network type couldn't be detected. Contact can't be added." -msgstr "Der Netzwerktype wurde nicht erkannt. Der Kontakt kann nicht hinzugefügt werden." +#: mod/poke.php:192 +msgid "Poke/Prod" +msgstr "Anstupsen" + +#: mod/poke.php:193 +msgid "poke, prod or do other things to somebody" +msgstr "Stupse Leute an oder mache anderes mit ihnen" + +#: mod/poke.php:194 +msgid "Recipient" +msgstr "Empfänger" + +#: mod/poke.php:195 +msgid "Choose what you wish to do to recipient" +msgstr "Was willst Du mit dem Empfänger machen:" + +#: mod/poke.php:198 +msgid "Make this post private" +msgstr "Diesen Beitrag privat machen" + +#: mod/subthread.php:113 +#, php-format +msgid "%1$s is following %2$s's %3$s" +msgstr "%1$s folgt %2$s %3$s" + +#: mod/tagrm.php:47 +msgid "Tag removed" +msgstr "Tag entfernt" + +#: mod/tagrm.php:85 +msgid "Remove Item Tag" +msgstr "Gegenstands-Tag entfernen" + +#: mod/tagrm.php:87 +msgid "Select a tag to remove: " +msgstr "Wähle ein Tag zum Entfernen aus: " + +#: mod/tagrm.php:98 mod/delegate.php:177 +msgid "Remove" +msgstr "Entfernen" + +#: mod/wall_upload.php:186 mod/photos.php:763 mod/photos.php:766 +#: mod/photos.php:795 mod/profile_photo.php:153 +#, php-format +msgid "Image exceeds size limit of %s" +msgstr "Bildgröße überschreitet das Limit von %s" + +#: mod/wall_upload.php:200 mod/photos.php:818 mod/profile_photo.php:162 +msgid "Unable to process image." +msgstr "Konnte das Bild nicht bearbeiten." + +#: mod/wall_upload.php:231 mod/item.php:471 src/Object/Image.php:953 +#: src/Object/Image.php:969 src/Object/Image.php:977 src/Object/Image.php:1002 +msgid "Wall Photos" +msgstr "Pinnwand-Bilder" + +#: mod/wall_upload.php:239 mod/photos.php:847 mod/profile_photo.php:307 +msgid "Image upload failed." +msgstr "Hochladen des Bildes gescheitert." + +#: mod/search.php:37 mod/network.php:194 +msgid "Remove term" +msgstr "Begriff entfernen" + +#: mod/search.php:46 mod/network.php:201 src/Content/Feature.php:100 +msgid "Saved Searches" +msgstr "Gespeicherte Suchen" + +#: mod/search.php:105 +msgid "Only logged in users are permitted to perform a search." +msgstr "Nur eingeloggten Benutzern ist das Suchen gestattet." + +#: mod/search.php:129 +msgid "Too Many Requests" +msgstr "Zu viele Abfragen" + +#: mod/search.php:130 +msgid "Only one search per minute is permitted for not logged in users." +msgstr "Es ist nur eine Suchanfrage pro Minute für nicht eingeloggte Benutzer gestattet." + +#: mod/search.php:228 mod/community.php:136 +msgid "No results." +msgstr "Keine Ergebnisse." + +#: mod/search.php:234 +#, php-format +msgid "Items tagged with: %s" +msgstr "Beiträge die mit %s getaggt sind" + +#: mod/search.php:236 mod/contacts.php:819 +#, php-format +msgid "Results for: %s" +msgstr "Ergebnisse für: %s" + +#: mod/bookmarklet.php:23 src/Content/Nav.php:114 src/Module/Login.php:312 +msgid "Login" +msgstr "Anmeldung" + +#: mod/bookmarklet.php:51 +msgid "The post was created" +msgstr "Der Beitrag wurde angelegt" + +#: mod/community.php:46 +msgid "Community option not available." +msgstr "Optionen für die Gemeinschaftsseite nicht verfügbar." + +#: mod/community.php:63 +msgid "Not available." +msgstr "Nicht verfügbar." + +#: mod/community.php:76 +msgid "Local Community" +msgstr "Lokale Gemeinschaft" + +#: mod/community.php:79 +msgid "Posts from local users on this server" +msgstr "Beiträge von Nutzern dieses Servers" + +#: mod/community.php:87 +msgid "Global Community" +msgstr "Globale Gemeinschaft" + +#: mod/community.php:90 +msgid "Posts from users of the whole federated network" +msgstr "Beiträge von Nutzern des gesamten föderalen Netzwerks" + +#: mod/community.php:180 +msgid "" +"This community stream shows all public posts received by this node. They may" +" not reflect the opinions of this node’s users." +msgstr "Diese Gemeinschaftsseite zeigt alle öffentlichen Beiträge, die auf diesem Knoten eingegangen sind. Der Inhalt entspricht nicht zwingend der Meinung der Nutzer dieses Servers." + +#: mod/editpost.php:25 mod/editpost.php:35 +msgid "Item not found" +msgstr "Beitrag nicht gefunden" + +#: mod/editpost.php:42 +msgid "Edit post" +msgstr "Beitrag bearbeiten" + +#: mod/editpost.php:134 src/Core/ACL.php:315 +msgid "CC: email addresses" +msgstr "Cc: E-Mail-Addressen" + +#: mod/editpost.php:141 src/Core/ACL.php:316 +msgid "Example: bob@example.com, mary@example.com" +msgstr "Z.B.: bob@example.com, mary@example.com" + +#: mod/feedtest.php:20 +msgid "You must be logged in to use this module" +msgstr "Du musst eingeloggt sein um dieses Modul benutzen zu können." + +#: mod/feedtest.php:48 +msgid "Source URL" +msgstr "URL der Quelle" + +#: mod/fsuggest.php:72 +msgid "Friend suggestion sent." +msgstr "Kontaktvorschlag gesendet." + +#: mod/fsuggest.php:101 +msgid "Suggest Friends" +msgstr "Kontakte vorschlagen" + +#: mod/fsuggest.php:103 +#, php-format +msgid "Suggest a friend for %s" +msgstr "Schlage %s einen Kontakt vor" + +#: mod/group.php:36 +msgid "Group created." +msgstr "Gruppe erstellt." + +#: mod/group.php:42 +msgid "Could not create group." +msgstr "Konnte die Gruppe nicht erstellen." + +#: mod/group.php:56 mod/group.php:157 +msgid "Group not found." +msgstr "Gruppe nicht gefunden." + +#: mod/group.php:70 +msgid "Group name changed." +msgstr "Gruppenname geändert." + +#: mod/group.php:97 +msgid "Save Group" +msgstr "Gruppe speichern" + +#: mod/group.php:102 +msgid "Create a group of contacts/friends." +msgstr "Eine Kontaktgruppe anlegen." + +#: mod/group.php:103 mod/group.php:199 src/Model/Group.php:408 +msgid "Group Name: " +msgstr "Gruppenname:" + +#: mod/group.php:127 +msgid "Group removed." +msgstr "Gruppe entfernt." + +#: mod/group.php:129 +msgid "Unable to remove group." +msgstr "Konnte die Gruppe nicht entfernen." + +#: mod/group.php:192 +msgid "Delete Group" +msgstr "Gruppe löschen" + +#: mod/group.php:198 +msgid "Group Editor" +msgstr "Gruppeneditor" + +#: mod/group.php:203 +msgid "Edit Group Name" +msgstr "Gruppen Name bearbeiten" + +#: mod/group.php:213 +msgid "Members" +msgstr "Mitglieder" + +#: mod/group.php:215 mod/contacts.php:719 +msgid "All Contacts" +msgstr "Alle Kontakte" + +#: mod/group.php:216 mod/network.php:639 +msgid "Group is empty" +msgstr "Gruppe ist leer" + +#: mod/group.php:229 +msgid "Remove Contact" +msgstr "Kontakt löschen" + +#: mod/group.php:253 +msgid "Add Contact" +msgstr "Kontakt hinzufügen" + +#: mod/item.php:114 +msgid "Unable to locate original post." +msgstr "Konnte den Originalbeitrag nicht finden." + +#: mod/item.php:274 +msgid "Empty post discarded." +msgstr "Leerer Beitrag wurde verworfen." + +#: mod/item.php:799 +#, php-format +msgid "" +"This message was sent to you by %s, a member of the Friendica social " +"network." +msgstr "Diese Nachricht wurde dir von %s geschickt, einem Mitglied des Sozialen Netzwerks Friendica." + +#: mod/item.php:801 +#, php-format +msgid "You may visit them online at %s" +msgstr "Du kannst sie online unter %s besuchen" + +#: mod/item.php:802 +msgid "" +"Please contact the sender by replying to this post if you do not wish to " +"receive these messages." +msgstr "Falls Du diese Beiträge nicht erhalten möchtest, kontaktiere bitte den Autor, indem Du auf diese Nachricht antwortest." + +#: mod/item.php:806 +#, php-format +msgid "%s posted an update." +msgstr "%s hat ein Update veröffentlicht." + +#: mod/message.php:30 src/Content/Nav.php:198 +msgid "New Message" +msgstr "Neue Nachricht" + +#: mod/message.php:77 +msgid "Unable to locate contact information." +msgstr "Konnte die Kontaktinformationen nicht finden." + +#: mod/message.php:112 src/Content/Nav.php:195 view/theme/frio/theme.php:268 +msgid "Messages" +msgstr "Nachrichten" + +#: mod/message.php:136 +msgid "Do you really want to delete this message?" +msgstr "Möchtest Du wirklich diese Nachricht löschen?" + +#: mod/message.php:156 +msgid "Message deleted." +msgstr "Nachricht gelöscht." + +#: mod/message.php:185 +msgid "Conversation removed." +msgstr "Unterhaltung gelöscht." + +#: mod/message.php:291 +msgid "No messages." +msgstr "Keine Nachrichten." + +#: mod/message.php:330 +msgid "Message not available." +msgstr "Nachricht nicht verfügbar." + +#: mod/message.php:397 +msgid "Delete message" +msgstr "Nachricht löschen" + +#: mod/message.php:399 mod/message.php:500 +msgid "D, d M Y - g:i A" +msgstr "D, d. M Y - H:i" + +#: mod/message.php:414 mod/message.php:497 +msgid "Delete conversation" +msgstr "Unterhaltung löschen" + +#: mod/message.php:416 +msgid "" +"No secure communications available. You may be able to " +"respond from the sender's profile page." +msgstr "Sichere Kommunikation ist nicht verfügbar. Eventuell kannst Du auf der Profilseite des Absenders antworten." + +#: mod/message.php:420 +msgid "Send Reply" +msgstr "Antwort senden" + +#: mod/message.php:471 +#, php-format +msgid "Unknown sender - %s" +msgstr "'Unbekannter Absender - %s" + +#: mod/message.php:473 +#, php-format +msgid "You and %s" +msgstr "Du und %s" + +#: mod/message.php:475 +#, php-format +msgid "%s and You" +msgstr "%s und Du" + +#: mod/message.php:503 +#, php-format +msgid "%d message" +msgid_plural "%d messages" +msgstr[0] "%d Nachricht" +msgstr[1] "%d Nachrichten" + +#: mod/network.php:202 src/Model/Group.php:400 +msgid "add" +msgstr "hinzufügen" + +#: mod/network.php:547 +#, php-format +msgid "" +"Warning: This group contains %s member from a network that doesn't allow non" +" public messages." +msgid_plural "" +"Warning: This group contains %s members from a network that doesn't allow " +"non public messages." +msgstr[0] "Warnung: Diese Gruppe beinhaltet %s Person aus einem Netzwerk das keine nicht öffentlichen Beiträge empfangen kann." +msgstr[1] "Warnung: Diese Gruppe beinhaltet %s Personen aus Netzwerken die keine nicht-öffentlichen Beiträge empfangen können." + +#: mod/network.php:550 +msgid "Messages in this group won't be send to these receivers." +msgstr "Beiträge in dieser Gruppe werden deshalb nicht an diese Personen zugestellt werden." + +#: mod/network.php:618 +msgid "No such group" +msgstr "Es gibt keine solche Gruppe" + +#: mod/network.php:643 +#, php-format +msgid "Group: %s" +msgstr "Gruppe: %s" + +#: mod/network.php:669 +msgid "Private messages to this person are at risk of public disclosure." +msgstr "Private Nachrichten an diese Person könnten an die Öffentlichkeit gelangen." + +#: mod/network.php:672 +msgid "Invalid contact." +msgstr "Ungültiger Kontakt." + +#: mod/network.php:921 +msgid "Commented Order" +msgstr "Neueste Kommentare" + +#: mod/network.php:924 +msgid "Sort by Comment Date" +msgstr "Nach Kommentardatum sortieren" + +#: mod/network.php:929 +msgid "Posted Order" +msgstr "Neueste Beiträge" + +#: mod/network.php:932 +msgid "Sort by Post Date" +msgstr "Nach Beitragsdatum sortieren" + +#: mod/network.php:940 mod/profiles.php:687 +#: src/Core/NotificationsManager.php:185 +msgid "Personal" +msgstr "Persönlich" + +#: mod/network.php:943 +msgid "Posts that mention or involve you" +msgstr "Beiträge, in denen es um Dich geht" + +#: mod/network.php:951 +msgid "New" +msgstr "Neue" + +#: mod/network.php:954 +msgid "Activity Stream - by date" +msgstr "Aktivitäten-Stream - nach Datum" + +#: mod/network.php:962 +msgid "Shared Links" +msgstr "Geteilte Links" + +#: mod/network.php:965 +msgid "Interesting Links" +msgstr "Interessante Links" + +#: mod/network.php:973 +msgid "Starred" +msgstr "Markierte" + +#: mod/network.php:976 +msgid "Favourite Posts" +msgstr "Favorisierte Beiträge" + +#: mod/notes.php:52 src/Model/Profile.php:946 +msgid "Personal Notes" +msgstr "Persönliche Notizen" + +#: mod/oexchange.php:30 +msgid "Post successful." +msgstr "Beitrag erfolgreich veröffentlicht." + +#: mod/photos.php:108 src/Model/Profile.php:907 +msgid "Photo Albums" +msgstr "Fotoalben" + +#: mod/photos.php:109 mod/photos.php:1713 +msgid "Recent Photos" +msgstr "Neueste Fotos" + +#: mod/photos.php:112 mod/photos.php:1210 mod/photos.php:1715 +msgid "Upload New Photos" +msgstr "Neue Fotos hochladen" + +#: mod/photos.php:126 mod/settings.php:50 +msgid "everybody" +msgstr "jeder" + +#: mod/photos.php:184 +msgid "Contact information unavailable" +msgstr "Kontaktinformationen nicht verfügbar" + +#: mod/photos.php:204 +msgid "Album not found." +msgstr "Album nicht gefunden." + +#: mod/photos.php:234 mod/photos.php:245 mod/photos.php:1161 +msgid "Delete Album" +msgstr "Album löschen" + +#: mod/photos.php:243 +msgid "Do you really want to delete this photo album and all its photos?" +msgstr "Möchtest Du wirklich dieses Foto-Album und all seine Foto löschen?" + +#: mod/photos.php:310 mod/photos.php:321 mod/photos.php:1446 +msgid "Delete Photo" +msgstr "Foto löschen" + +#: mod/photos.php:319 +msgid "Do you really want to delete this photo?" +msgstr "Möchtest Du wirklich dieses Foto löschen?" + +#: mod/photos.php:667 +msgid "a photo" +msgstr "einem Foto" + +#: mod/photos.php:667 +#, php-format +msgid "%1$s was tagged in %2$s by %3$s" +msgstr "%1$s wurde von %3$s in %2$s getaggt" + +#: mod/photos.php:769 +msgid "Image upload didn't complete, please try again" +msgstr "Der Upload des Bildes war nicht vollständig. Bitte versuche es erneut." + +#: mod/photos.php:772 +msgid "Image file is missing" +msgstr "Bilddatei konnte nicht gefunden werden." + +#: mod/photos.php:777 +msgid "" +"Server can't accept new file upload at this time, please contact your " +"administrator" +msgstr "Der Server kann derzeit keine neuen Datei Uploads akzeptieren. Bitte kontaktiere deinen Administrator." + +#: mod/photos.php:803 +msgid "Image file is empty." +msgstr "Bilddatei ist leer." + +#: mod/photos.php:940 +msgid "No photos selected" +msgstr "Keine Bilder ausgewählt" + +#: mod/photos.php:1036 mod/videos.php:309 +msgid "Access to this item is restricted." +msgstr "Zugriff zu diesem Eintrag wurde eingeschränkt." + +#: mod/photos.php:1090 +msgid "Upload Photos" +msgstr "Bilder hochladen" + +#: mod/photos.php:1094 mod/photos.php:1156 +msgid "New album name: " +msgstr "Name des neuen Albums: " + +#: mod/photos.php:1095 +msgid "or existing album name: " +msgstr "oder existierender Albumname: " + +#: mod/photos.php:1096 +msgid "Do not show a status post for this upload" +msgstr "Keine Status-Mitteilung für diesen Beitrag anzeigen" + +#: mod/photos.php:1098 mod/photos.php:1441 mod/events.php:533 +#: src/Core/ACL.php:318 +msgid "Permissions" +msgstr "Berechtigungen" + +#: mod/photos.php:1106 mod/photos.php:1449 mod/settings.php:1229 +msgid "Show to Groups" +msgstr "Zeige den Gruppen" + +#: mod/photos.php:1107 mod/photos.php:1450 mod/settings.php:1230 +msgid "Show to Contacts" +msgstr "Zeige den Kontakten" + +#: mod/photos.php:1167 +msgid "Edit Album" +msgstr "Album bearbeiten" + +#: mod/photos.php:1172 +msgid "Show Newest First" +msgstr "Zeige neueste zuerst" + +#: mod/photos.php:1174 +msgid "Show Oldest First" +msgstr "Zeige älteste zuerst" + +#: mod/photos.php:1195 mod/photos.php:1698 +msgid "View Photo" +msgstr "Foto betrachten" + +#: mod/photos.php:1236 +msgid "Permission denied. Access to this item may be restricted." +msgstr "Zugriff verweigert. Zugriff zu diesem Eintrag könnte eingeschränkt sein." + +#: mod/photos.php:1238 +msgid "Photo not available" +msgstr "Foto nicht verfügbar" + +#: mod/photos.php:1301 +msgid "View photo" +msgstr "Fotos ansehen" + +#: mod/photos.php:1301 +msgid "Edit photo" +msgstr "Foto bearbeiten" + +#: mod/photos.php:1302 +msgid "Use as profile photo" +msgstr "Als Profilbild verwenden" + +#: mod/photos.php:1308 src/Object/Post.php:149 +msgid "Private Message" +msgstr "Private Nachricht" + +#: mod/photos.php:1327 +msgid "View Full Size" +msgstr "Betrachte Originalgröße" + +#: mod/photos.php:1414 +msgid "Tags: " +msgstr "Tags: " + +#: mod/photos.php:1417 +msgid "[Remove any tag]" +msgstr "[Tag entfernen]" + +#: mod/photos.php:1432 +msgid "New album name" +msgstr "Name des neuen Albums" + +#: mod/photos.php:1433 +msgid "Caption" +msgstr "Bildunterschrift" + +#: mod/photos.php:1434 +msgid "Add a Tag" +msgstr "Tag hinzufügen" + +#: mod/photos.php:1434 +msgid "" +"Example: @bob, @Barbara_Jensen, @jim@example.com, #California, #camping" +msgstr "Beispiel: @bob, @Barbara_Jensen, @jim@example.com, #California, #camping" + +#: mod/photos.php:1435 +msgid "Do not rotate" +msgstr "Nicht rotieren" + +#: mod/photos.php:1436 +msgid "Rotate CW (right)" +msgstr "Drehen US (rechts)" + +#: mod/photos.php:1437 +msgid "Rotate CCW (left)" +msgstr "Drehen EUS (links)" + +#: mod/photos.php:1471 src/Object/Post.php:296 +msgid "I like this (toggle)" +msgstr "Ich mag das (toggle)" + +#: mod/photos.php:1472 src/Object/Post.php:297 +msgid "I don't like this (toggle)" +msgstr "Ich mag das nicht (toggle)" + +#: mod/photos.php:1488 mod/photos.php:1527 mod/photos.php:1600 +#: mod/contacts.php:953 src/Object/Post.php:793 +msgid "This is you" +msgstr "Das bist Du" + +#: mod/photos.php:1490 mod/photos.php:1529 mod/photos.php:1602 +#: src/Object/Post.php:399 src/Object/Post.php:795 +msgid "Comment" +msgstr "Kommentar" + +#: mod/photos.php:1634 +msgid "Map" +msgstr "Karte" + +#: mod/photos.php:1704 mod/videos.php:387 +msgid "View Album" +msgstr "Album betrachten" + +#: mod/profile.php:37 src/Model/Profile.php:118 +msgid "Requested profile is not available." +msgstr "Das angefragte Profil ist nicht vorhanden." + +#: mod/profile.php:78 src/Protocol/OStatus.php:1252 +#, php-format +msgid "%s's posts" +msgstr "Beiträge von %s" + +#: mod/profile.php:79 src/Protocol/OStatus.php:1253 +#, php-format +msgid "%s's comments" +msgstr "Kommentare von %s" + +#: mod/profile.php:80 src/Protocol/OStatus.php:1251 +#, php-format +msgid "%s's timeline" +msgstr "Timeline von %s" + +#: mod/profile.php:173 mod/display.php:313 mod/cal.php:142 +msgid "Access to this profile has been restricted." +msgstr "Der Zugriff zu diesem Profil wurde eingeschränkt." + +#: mod/profile.php:194 +msgid "Tips for New Members" +msgstr "Tipps für neue Nutzer" + +#: mod/videos.php:139 +msgid "Do you really want to delete this video?" +msgstr "Möchtest Du dieses Video wirklich löschen?" + +#: mod/videos.php:144 +msgid "Delete Video" +msgstr "Video Löschen" + +#: mod/videos.php:207 +msgid "No videos selected" +msgstr "Keine Videos ausgewählt" + +#: mod/videos.php:396 +msgid "Recent Videos" +msgstr "Neueste Videos" + +#: mod/videos.php:398 +msgid "Upload New Videos" +msgstr "Neues Video hochladen" + +#: mod/delegate.php:37 +msgid "Parent user not found." +msgstr "Verwalter nicht gefunden." + +#: mod/delegate.php:144 +msgid "No parent user" +msgstr "Kein Verwalter" + +#: mod/delegate.php:159 +msgid "Parent Password:" +msgstr "Passwort des Verwalters" + +#: mod/delegate.php:159 +msgid "" +"Please enter the password of the parent account to legitimize your request." +msgstr "Bitte gib das Passwort des Verwalters ein um deine Anfrage zu bestätigen." + +#: mod/delegate.php:164 +msgid "Parent User" +msgstr "Verwalter" + +#: mod/delegate.php:167 +msgid "" +"Parent users have total control about this account, including the account " +"settings. Please double check whom you give this access." +msgstr "Verwalter haben Zugriff auf alle Funktionen dieses Benutzerkontos und können dessen Einstellungen ändern." + +#: mod/delegate.php:168 mod/admin.php:307 mod/admin.php:1346 +#: mod/admin.php:1965 mod/admin.php:2218 mod/admin.php:2292 mod/admin.php:2439 +#: mod/settings.php:675 mod/settings.php:784 mod/settings.php:872 +#: mod/settings.php:961 mod/settings.php:1194 +msgid "Save Settings" +msgstr "Einstellungen speichern" + +#: mod/delegate.php:169 src/Content/Nav.php:204 +msgid "Delegate Page Management" +msgstr "Delegiere das Management für die Seite" + +#: mod/delegate.php:170 +msgid "Delegates" +msgstr "Bevollmächtigte" + +#: mod/delegate.php:172 +msgid "" +"Delegates are able to manage all aspects of this account/page except for " +"basic account settings. Please do not delegate your personal account to " +"anybody that you do not trust completely." +msgstr "Bevollmächtigte sind in der Lage, alle Aspekte dieses Kontos/dieser Seite zu verwalten, abgesehen von den Grundeinstellungen des Kontos. Bitte gib niemandem eine Bevollmächtigung für Deinen privaten Account, dem Du nicht absolut vertraust!" + +#: mod/delegate.php:173 +msgid "Existing Page Delegates" +msgstr "Vorhandene Bevollmächtigte für die Seite" + +#: mod/delegate.php:175 +msgid "Potential Delegates" +msgstr "Potentielle Bevollmächtigte" + +#: mod/delegate.php:178 +msgid "Add" +msgstr "Hinzufügen" + +#: mod/delegate.php:179 +msgid "No entries." +msgstr "Keine Einträge." + +#: mod/dirfind.php:49 +#, php-format +msgid "People Search - %s" +msgstr "Personensuche - %s" + +#: mod/dirfind.php:60 +#, php-format +msgid "Forum Search - %s" +msgstr "Forensuche - %s" #: mod/install.php:114 msgid "Friendica Communications Server - Setup" @@ -5344,7 +3344,7 @@ msgid "" "or mysql." msgstr "Möglicherweise musst Du die Datei \"database.sql\" manuell mit phpmyadmin oder mysql importieren." -#: mod/install.php:136 mod/install.php:208 mod/install.php:553 +#: mod/install.php:136 mod/install.php:208 mod/install.php:558 msgid "Please see the file \"INSTALL.txt\"." msgstr "Lies bitte die \"INSTALL.txt\"." @@ -5356,6 +3356,10 @@ msgstr "Die Datenbank wird bereits verwendet." msgid "System check" msgstr "Systemtest" +#: mod/install.php:209 mod/cal.php:277 mod/events.php:395 +msgid "Next" +msgstr "Nächste" + #: mod/install.php:210 msgid "Check again" msgstr "Noch einmal testen" @@ -5523,147 +3527,155 @@ msgid "XML PHP module" msgstr "XML PHP Modul" #: mod/install.php:400 -msgid "iconv module" -msgstr "iconv module" +msgid "iconv PHP module" +msgstr "PHP iconv Modul" -#: mod/install.php:404 mod/install.php:406 +#: mod/install.php:401 +msgid "POSIX PHP module" +msgstr "PHP POSIX Modul" + +#: mod/install.php:405 mod/install.php:407 msgid "Apache mod_rewrite module" msgstr "Apache mod_rewrite module" -#: mod/install.php:404 +#: mod/install.php:405 msgid "" "Error: Apache webserver mod-rewrite module is required but not installed." msgstr "Fehler: Das Apache-Modul mod-rewrite wird benötigt, es ist allerdings nicht installiert." -#: mod/install.php:412 +#: mod/install.php:413 msgid "Error: libCURL PHP module required but not installed." msgstr "Fehler: Das libCURL PHP Modul wird benötigt, ist aber nicht installiert." -#: mod/install.php:416 +#: mod/install.php:417 msgid "" "Error: GD graphics PHP module with JPEG support required but not installed." msgstr "Fehler: Das GD-Graphikmodul für PHP mit JPEG-Unterstützung ist nicht installiert." -#: mod/install.php:420 +#: mod/install.php:421 msgid "Error: openssl PHP module required but not installed." msgstr "Fehler: Das openssl-Modul von PHP ist nicht installiert." -#: mod/install.php:424 +#: mod/install.php:425 msgid "Error: PDO or MySQLi PHP module required but not installed." msgstr "Fehler: PDO oder MySQLi PHP Modul erforderlich, aber nicht installiert." -#: mod/install.php:428 +#: mod/install.php:429 msgid "Error: The MySQL driver for PDO is not installed." msgstr "Fehler: der MySQL Treiber für PDO ist nicht installiert" -#: mod/install.php:432 +#: mod/install.php:433 msgid "Error: mb_string PHP module required but not installed." msgstr "Fehler: mb_string PHP Module wird benötigt ist aber nicht installiert." -#: mod/install.php:436 +#: mod/install.php:437 msgid "Error: iconv PHP module required but not installed." msgstr "Fehler: Das iconv-Modul von PHP ist nicht installiert." -#: mod/install.php:446 +#: mod/install.php:441 +msgid "Error: POSIX PHP module required but not installed." +msgstr "Fehler POSIX PHP Modul erforderlich aber nicht installiert." + +#: mod/install.php:451 msgid "Error, XML PHP module required but not installed." msgstr "Fehler: XML PHP Modul erforderlich aber nicht installiert." -#: mod/install.php:458 +#: mod/install.php:463 msgid "" "The web installer needs to be able to create a file called \".htconfig.php\"" " in the top folder of your web server and it is unable to do so." msgstr "Der Installationswizard muss in der Lage sein, eine Datei im Stammverzeichnis Deines Webservers anzulegen, ist allerdings derzeit nicht in der Lage, dies zu tun." -#: mod/install.php:459 +#: mod/install.php:464 msgid "" "This is most often a permission setting, as the web server may not be able " "to write files in your folder - even if you can." msgstr "In den meisten Fällen ist dies ein Problem mit den Schreibrechten. Der Webserver könnte keine Schreiberlaubnis haben, selbst wenn Du sie hast." -#: mod/install.php:460 +#: mod/install.php:465 msgid "" "At the end of this procedure, we will give you a text to save in a file " "named .htconfig.php in your Friendica top folder." msgstr "Nachdem Du alles ausgefüllt hast, erhältst Du einen Text, den Du in eine Datei namens .htconfig.php in Deinem Friendica-Wurzelverzeichnis kopieren musst." -#: mod/install.php:461 +#: mod/install.php:466 msgid "" "You can alternatively skip this procedure and perform a manual installation." " Please see the file \"INSTALL.txt\" for instructions." msgstr "Alternativ kannst Du diesen Schritt aber auch überspringen und die Installation manuell durchführen. Eine Anleitung dazu (Englisch) findest Du in der Datei INSTALL.txt." -#: mod/install.php:464 +#: mod/install.php:469 msgid ".htconfig.php is writable" msgstr "Schreibrechte auf .htconfig.php" -#: mod/install.php:474 +#: mod/install.php:479 msgid "" "Friendica uses the Smarty3 template engine to render its web views. Smarty3 " "compiles templates to PHP to speed up rendering." msgstr "Friendica nutzt die Smarty3 Template Engine um die Webansichten zu rendern. Smarty3 kompiliert Templates zu PHP um das Rendern zu beschleunigen." -#: mod/install.php:475 +#: mod/install.php:480 msgid "" "In order to store these compiled templates, the web server needs to have " "write access to the directory view/smarty3/ under the Friendica top level " "folder." msgstr "Um diese kompilierten Templates zu speichern benötigt der Webserver Schreibrechte zum Verzeichnis view/smarty3/ im obersten Ordner von Friendica." -#: mod/install.php:476 +#: mod/install.php:481 msgid "" "Please ensure that the user that your web server runs as (e.g. www-data) has" " write access to this folder." msgstr "Bitte stelle sicher, dass der Nutzer unter dem der Webserver läuft (z.B. www-data) Schreibrechte zu diesem Verzeichnis hat." -#: mod/install.php:477 +#: mod/install.php:482 msgid "" "Note: as a security measure, you should give the web server write access to " "view/smarty3/ only--not the template files (.tpl) that it contains." msgstr "Hinweis: aus Sicherheitsgründen solltest Du dem Webserver nur Schreibrechte für view/smarty3/ geben -- Nicht den Templatedateien (.tpl) die sie enthalten." -#: mod/install.php:480 +#: mod/install.php:485 msgid "view/smarty3 is writable" msgstr "view/smarty3 ist schreibbar" -#: mod/install.php:496 +#: mod/install.php:501 msgid "" "Url rewrite in .htaccess is not working. Check your server configuration." msgstr "Umschreiben der URLs in der .htaccess funktioniert nicht. Überprüfe die Konfiguration des Servers." -#: mod/install.php:498 +#: mod/install.php:503 msgid "Url rewrite is working" msgstr "URL rewrite funktioniert" -#: mod/install.php:517 +#: mod/install.php:522 msgid "ImageMagick PHP extension is not installed" msgstr "ImageMagicx PHP Erweiterung ist nicht installiert." -#: mod/install.php:519 +#: mod/install.php:524 msgid "ImageMagick PHP extension is installed" msgstr "ImageMagick PHP Erweiterung ist installiert" -#: mod/install.php:521 +#: mod/install.php:526 msgid "ImageMagick supports GIF" msgstr "ImageMagick unterstützt GIF" -#: mod/install.php:528 +#: mod/install.php:533 msgid "" "The database configuration file \".htconfig.php\" could not be written. " "Please use the enclosed text to create a configuration file in your web " "server root." msgstr "Die Konfigurationsdatei \".htconfig.php\" konnte nicht angelegt werden. Bitte verwende den angefügten Text, um die Datei im Stammverzeichnis Deiner Friendica-Installation zu erzeugen." -#: mod/install.php:551 +#: mod/install.php:556 msgid "

    What next

    " msgstr "

    Wie geht es weiter?

    " -#: mod/install.php:552 +#: mod/install.php:557 msgid "" "IMPORTANT: You will need to [manually] setup a scheduled task for the " "worker." msgstr "Wichtig: Du musst [manuell] einen Cronjob (o.ä.) für den Worker einrichten." -#: mod/install.php:555 +#: mod/install.php:560 #, php-format msgid "" "Go to your new Friendica node registration page " @@ -5671,70 +3683,1156 @@ msgid "" " administrator email. This will allow you to enter the site admin panel." msgstr "Du solltest nun die Seite zur Nutzerregistrierung deiner neuen Friendica Instanz besuchen und einen neuen Nutzer einrichten. Bitte denke daran die selbe E-Mail Adresse anzugeben, die du auch als Administrator E-Mail angegeben hast, damit du das Admin-Panel verwenden kannst." -#: mod/item.php:114 -msgid "Unable to locate original post." -msgstr "Konnte den Originalbeitrag nicht finden." +#: mod/ostatus_subscribe.php:21 +msgid "Subscribing to OStatus contacts" +msgstr "OStatus Kontakten folgen" -#: mod/item.php:274 -msgid "Empty post discarded." -msgstr "Leerer Beitrag wurde verworfen." +#: mod/ostatus_subscribe.php:33 +msgid "No contact provided." +msgstr "Keine Kontakte gefunden." -#: mod/item.php:471 mod/wall_upload.php:231 src/Object/Image.php:949 -#: src/Object/Image.php:965 src/Object/Image.php:973 src/Object/Image.php:998 -msgid "Wall Photos" -msgstr "Pinnwand-Bilder" +#: mod/ostatus_subscribe.php:40 +msgid "Couldn't fetch information for contact." +msgstr "Konnte die Kontaktinformationen nicht einholen." -#: mod/item.php:799 +#: mod/ostatus_subscribe.php:50 +msgid "Couldn't fetch friends for contact." +msgstr "Konnte die Kontaktliste des Kontakts nicht abfragen." + +#: mod/ostatus_subscribe.php:78 +msgid "success" +msgstr "Erfolg" + +#: mod/ostatus_subscribe.php:80 +msgid "failed" +msgstr "Fehlgeschlagen" + +#: mod/ostatus_subscribe.php:83 src/Object/Post.php:279 +msgid "ignored" +msgstr "Ignoriert" + +#: mod/unfollow.php:34 +msgid "Contact wasn't found or can't be unfollowed." +msgstr "Der Kontakt konnte nicht gefunden oder nicht entfolgt werden." + +#: mod/unfollow.php:47 +msgid "Contact unfollowed" +msgstr "Kontakt wird nicht mehr gefolgt" + +#: mod/unfollow.php:73 +msgid "You aren't a friend of this contact." +msgstr "Du hast keine beidseitige Freundschaft mit diesem Kontakt." + +#: mod/unfollow.php:79 +msgid "Unfollowing is currently not supported by your network." +msgstr "Bei diesem Netzwerk wird das Entfolgen derzeit nicht unterstützt." + +#: mod/unfollow.php:100 mod/contacts.php:599 +msgid "Disconnect/Unfollow" +msgstr "Verbindung lösen/Nicht mehr folgen" + +#: mod/unfollow.php:132 mod/follow.php:186 mod/contacts.php:858 +#: src/Model/Profile.php:891 +msgid "Status Messages and Posts" +msgstr "Statusnachrichten und Beiträge" + +#: mod/cal.php:274 mod/events.php:391 src/Content/Nav.php:104 +#: src/Content/Nav.php:169 src/Model/Profile.php:924 src/Model/Profile.php:935 +#: view/theme/frio/theme.php:263 view/theme/frio/theme.php:267 +msgid "Events" +msgstr "Veranstaltungen" + +#: mod/cal.php:275 mod/events.php:392 +msgid "View" +msgstr "Ansehen" + +#: mod/cal.php:276 mod/events.php:394 +msgid "Previous" +msgstr "Vorherige" + +#: mod/cal.php:280 mod/events.php:400 src/Model/Event.php:412 +msgid "today" +msgstr "Heute" + +#: mod/cal.php:281 mod/events.php:401 src/Util/Temporal.php:304 +#: src/Model/Event.php:413 +msgid "month" +msgstr "Monat" + +#: mod/cal.php:282 mod/events.php:402 src/Util/Temporal.php:305 +#: src/Model/Event.php:414 +msgid "week" +msgstr "Woche" + +#: mod/cal.php:283 mod/events.php:403 src/Util/Temporal.php:306 +#: src/Model/Event.php:415 +msgid "day" +msgstr "Tag" + +#: mod/cal.php:284 mod/events.php:404 +msgid "list" +msgstr "Liste" + +#: mod/cal.php:297 src/Core/Console/NewPassword.php:74 src/Model/User.php:204 +msgid "User not found" +msgstr "Nutzer nicht gefunden" + +#: mod/cal.php:313 +msgid "This calendar format is not supported" +msgstr "Dieses Kalenderformat wird nicht unterstützt." + +#: mod/cal.php:315 +msgid "No exportable data found" +msgstr "Keine exportierbaren Daten gefunden" + +#: mod/cal.php:332 +msgid "calendar" +msgstr "Kalender" + +#: mod/events.php:105 mod/events.php:107 +msgid "Event can not end before it has started." +msgstr "Die Veranstaltung kann nicht enden bevor sie beginnt." + +#: mod/events.php:114 mod/events.php:116 +msgid "Event title and start time are required." +msgstr "Der Veranstaltungstitel und die Anfangszeit müssen angegeben werden." + +#: mod/events.php:393 +msgid "Create New Event" +msgstr "Neue Veranstaltung erstellen" + +#: mod/events.php:506 +msgid "Event details" +msgstr "Veranstaltungsdetails" + +#: mod/events.php:507 +msgid "Starting date and Title are required." +msgstr "Anfangszeitpunkt und Titel werden benötigt" + +#: mod/events.php:508 mod/events.php:509 +msgid "Event Starts:" +msgstr "Veranstaltungsbeginn:" + +#: mod/events.php:508 mod/events.php:520 mod/profiles.php:700 +msgid "Required" +msgstr "Benötigt" + +#: mod/events.php:510 mod/events.php:526 +msgid "Finish date/time is not known or not relevant" +msgstr "Enddatum/-zeit ist nicht bekannt oder nicht relevant" + +#: mod/events.php:512 mod/events.php:513 +msgid "Event Finishes:" +msgstr "Veranstaltungsende:" + +#: mod/events.php:514 mod/events.php:527 +msgid "Adjust for viewer timezone" +msgstr "An Zeitzone des Betrachters anpassen" + +#: mod/events.php:516 +msgid "Description:" +msgstr "Beschreibung" + +#: mod/events.php:520 mod/events.php:522 +msgid "Title:" +msgstr "Titel:" + +#: mod/events.php:523 mod/events.php:524 +msgid "Share this event" +msgstr "Veranstaltung teilen" + +#: mod/events.php:531 src/Model/Profile.php:864 +msgid "Basic" +msgstr "Allgemein" + +#: mod/events.php:532 mod/contacts.php:895 mod/admin.php:1351 +#: src/Model/Profile.php:865 +msgid "Advanced" +msgstr "Erweitert" + +#: mod/events.php:552 +msgid "Failed to remove event" +msgstr "Entfernen der Veranstaltung fehlgeschlagen" + +#: mod/events.php:554 +msgid "Event removed" +msgstr "Veranstaltung enfternt" + +#: mod/profile_photo.php:55 +msgid "Image uploaded but image cropping failed." +msgstr "Bild hochgeladen, aber das Zuschneiden schlug fehl." + +#: mod/profile_photo.php:88 mod/profile_photo.php:96 mod/profile_photo.php:104 +#: mod/profile_photo.php:315 +#, php-format +msgid "Image size reduction [%s] failed." +msgstr "Verkleinern der Bildgröße von [%s] scheiterte." + +#: mod/profile_photo.php:125 +msgid "" +"Shift-reload the page or clear browser cache if the new photo does not " +"display immediately." +msgstr "Drücke Umschalt+Neu Laden oder leere den Browser-Cache, falls das neue Foto nicht gleich angezeigt wird." + +#: mod/profile_photo.php:134 +msgid "Unable to process image" +msgstr "Bild konnte nicht verarbeitet werden" + +#: mod/profile_photo.php:247 +msgid "Upload File:" +msgstr "Datei hochladen:" + +#: mod/profile_photo.php:248 +msgid "Select a profile:" +msgstr "Profil auswählen:" + +#: mod/profile_photo.php:253 +msgid "or" +msgstr "oder" + +#: mod/profile_photo.php:253 +msgid "skip this step" +msgstr "diesen Schritt überspringen" + +#: mod/profile_photo.php:253 +msgid "select a photo from your photo albums" +msgstr "wähle ein Foto aus deinen Fotoalben" + +#: mod/profile_photo.php:266 +msgid "Crop Image" +msgstr "Bild zurechtschneiden" + +#: mod/profile_photo.php:267 +msgid "Please adjust the image cropping for optimum viewing." +msgstr "Passe bitte den Bildausschnitt an, damit das Bild optimal dargestellt werden kann." + +#: mod/profile_photo.php:269 +msgid "Done Editing" +msgstr "Bearbeitung abgeschlossen" + +#: mod/profile_photo.php:305 +msgid "Image uploaded successfully." +msgstr "Bild erfolgreich hochgeladen." + +#: mod/directory.php:152 src/Model/Profile.php:421 src/Model/Profile.php:769 +msgid "Status:" +msgstr "Status:" + +#: mod/directory.php:153 src/Model/Profile.php:422 src/Model/Profile.php:786 +msgid "Homepage:" +msgstr "Homepage:" + +#: mod/directory.php:202 view/theme/vier/theme.php:201 +msgid "Global Directory" +msgstr "Weltweites Verzeichnis" + +#: mod/directory.php:204 +msgid "Find on this site" +msgstr "Auf diesem Server suchen" + +#: mod/directory.php:206 +msgid "Results for:" +msgstr "Ergebnisse für:" + +#: mod/directory.php:208 +msgid "Site Directory" +msgstr "Verzeichnis" + +#: mod/directory.php:209 mod/contacts.php:820 src/Content/Widget.php:63 +msgid "Find" +msgstr "Finde" + +#: mod/directory.php:213 +msgid "No entries (some entries may be hidden)." +msgstr "Keine Einträge (einige Einträge könnten versteckt sein)." + +#: mod/babel.php:22 +msgid "Source input" +msgstr "Originaltext:" + +#: mod/babel.php:28 +msgid "BBCode::convert (raw HTML)" +msgstr "BBCode::convert (pures HTML)" + +#: mod/babel.php:33 +msgid "BBCode::convert" +msgstr "BBCode::convert" + +#: mod/babel.php:39 +msgid "BBCode::convert => HTML::toBBCode" +msgstr "BBCode::convert => HTML::toBBCode" + +#: mod/babel.php:45 +msgid "BBCode::toMarkdown" +msgstr "BBCode::toMarkdown" + +#: mod/babel.php:51 +msgid "BBCode::toMarkdown => Markdown::convert" +msgstr "BBCode::toMarkdown => Markdown::convert" + +#: mod/babel.php:57 +msgid "BBCode::toMarkdown => Markdown::toBBCode" +msgstr "BBCode::toMarkdown => Markdown::toBBCode" + +#: mod/babel.php:63 +msgid "BBCode::toMarkdown => Markdown::convert => HTML::toBBCode" +msgstr "BBCode::toMarkdown => Markdown::convert => HTML::toBBCode" + +#: mod/babel.php:70 +msgid "Source input \\x28Diaspora format\\x29" +msgstr "Original Text \\x28Diaspora Fromat\\x29" + +#: mod/babel.php:76 +msgid "Markdown::toBBCode" +msgstr "Markdown::toBBCode" + +#: mod/babel.php:83 +msgid "Raw HTML input" +msgstr "Reine HTML Eingabe" + +#: mod/babel.php:88 +msgid "HTML Input" +msgstr "HTML Eingabe" + +#: mod/babel.php:94 +msgid "HTML::toBBCode" +msgstr "HTML::toBBCode" + +#: mod/babel.php:100 +msgid "HTML::toPlaintext" +msgstr "HTML::toPlaintext" + +#: mod/babel.php:108 +msgid "Source text" +msgstr "Quelltext" + +#: mod/babel.php:109 +msgid "BBCode" +msgstr "BBCode" + +#: mod/babel.php:110 +msgid "Markdown" +msgstr "Markdown" + +#: mod/babel.php:111 +msgid "HTML" +msgstr "HTML" + +#: mod/follow.php:45 +msgid "The contact could not be added." +msgstr "Der Kontakt konnte nicht hinzugefügt werden." + +#: mod/follow.php:73 +msgid "You already added this contact." +msgstr "Du hast den Kontakt bereits hinzugefügt." + +#: mod/follow.php:83 +msgid "Diaspora support isn't enabled. Contact can't be added." +msgstr "Diaspora Unterstützung ist nicht aktiviert. Der Kontakt kann nicht zugefügt werden." + +#: mod/follow.php:90 +msgid "OStatus support is disabled. Contact can't be added." +msgstr "OStatus Unterstützung ist nicht aktiviert. Der Kontakt kann nicht zugefügt werden." + +#: mod/follow.php:97 +msgid "The network type couldn't be detected. Contact can't be added." +msgstr "Der Netzwerktype wurde nicht erkannt. Der Kontakt kann nicht hinzugefügt werden." + +#: mod/profiles.php:58 +msgid "Profile deleted." +msgstr "Profil gelöscht." + +#: mod/profiles.php:74 mod/profiles.php:110 +msgid "Profile-" +msgstr "Profil-" + +#: mod/profiles.php:93 mod/profiles.php:132 +msgid "New profile created." +msgstr "Neues Profil angelegt." + +#: mod/profiles.php:116 +msgid "Profile unavailable to clone." +msgstr "Profil nicht zum Duplizieren verfügbar." + +#: mod/profiles.php:206 +msgid "Profile Name is required." +msgstr "Profilname ist erforderlich." + +#: mod/profiles.php:347 +msgid "Marital Status" +msgstr "Familienstand" + +#: mod/profiles.php:351 +msgid "Romantic Partner" +msgstr "Romanze" + +#: mod/profiles.php:363 +msgid "Work/Employment" +msgstr "Arbeit / Beschäftigung" + +#: mod/profiles.php:366 +msgid "Religion" +msgstr "Religion" + +#: mod/profiles.php:370 +msgid "Political Views" +msgstr "Politische Ansichten" + +#: mod/profiles.php:374 +msgid "Gender" +msgstr "Geschlecht" + +#: mod/profiles.php:378 +msgid "Sexual Preference" +msgstr "Sexuelle Vorlieben" + +#: mod/profiles.php:382 +msgid "XMPP" +msgstr "XMPP" + +#: mod/profiles.php:386 +msgid "Homepage" +msgstr "Webseite" + +#: mod/profiles.php:390 mod/profiles.php:686 +msgid "Interests" +msgstr "Interessen" + +#: mod/profiles.php:394 mod/admin.php:490 +msgid "Address" +msgstr "Adresse" + +#: mod/profiles.php:401 mod/profiles.php:682 +msgid "Location" +msgstr "Wohnort" + +#: mod/profiles.php:486 +msgid "Profile updated." +msgstr "Profil aktualisiert." + +#: mod/profiles.php:564 +msgid " and " +msgstr " und " + +#: mod/profiles.php:573 +msgid "public profile" +msgstr "öffentliches Profil" + +#: mod/profiles.php:576 +#, php-format +msgid "%1$s changed %2$s to “%3$s”" +msgstr "%1$s hat %2$s geändert auf “%3$s”" + +#: mod/profiles.php:577 +#, php-format +msgid " - Visit %1$s's %2$s" +msgstr " – %1$ss %2$s besuchen" + +#: mod/profiles.php:579 +#, php-format +msgid "%1$s has an updated %2$s, changing %3$s." +msgstr "%1$s hat folgendes aktualisiert %2$s, verändert wurde %3$s." + +#: mod/profiles.php:633 +msgid "Hide contacts and friends:" +msgstr "Kontakte und Freunde verbergen" + +#: mod/profiles.php:638 +msgid "Hide your contact/friend list from viewers of this profile?" +msgstr "Liste der Kontakte vor Betrachtern dieses Profils verbergen?" + +#: mod/profiles.php:658 +msgid "Show more profile fields:" +msgstr "Zeige mehr Profil-Felder:" + +#: mod/profiles.php:670 +msgid "Profile Actions" +msgstr "Profilaktionen" + +#: mod/profiles.php:671 +msgid "Edit Profile Details" +msgstr "Profil bearbeiten" + +#: mod/profiles.php:673 +msgid "Change Profile Photo" +msgstr "Profilbild ändern" + +#: mod/profiles.php:674 +msgid "View this profile" +msgstr "Dieses Profil anzeigen" + +#: mod/profiles.php:675 mod/profiles.php:770 src/Model/Profile.php:393 +msgid "Edit visibility" +msgstr "Sichtbarkeit bearbeiten" + +#: mod/profiles.php:676 +msgid "Create a new profile using these settings" +msgstr "Neues Profil anlegen und diese Einstellungen verwenden" + +#: mod/profiles.php:677 +msgid "Clone this profile" +msgstr "Dieses Profil duplizieren" + +#: mod/profiles.php:678 +msgid "Delete this profile" +msgstr "Dieses Profil löschen" + +#: mod/profiles.php:680 +msgid "Basic information" +msgstr "Grundinformationen" + +#: mod/profiles.php:681 +msgid "Profile picture" +msgstr "Profilbild" + +#: mod/profiles.php:683 +msgid "Preferences" +msgstr "Vorlieben" + +#: mod/profiles.php:684 +msgid "Status information" +msgstr "Status Informationen" + +#: mod/profiles.php:685 +msgid "Additional information" +msgstr "Zusätzliche Informationen" + +#: mod/profiles.php:688 +msgid "Relation" +msgstr "Beziehung" + +#: mod/profiles.php:689 src/Util/Temporal.php:81 src/Util/Temporal.php:83 +msgid "Miscellaneous" +msgstr "Verschiedenes" + +#: mod/profiles.php:692 +msgid "Your Gender:" +msgstr "Dein Geschlecht:" + +#: mod/profiles.php:693 +msgid " Marital Status:" +msgstr " Beziehungsstatus:" + +#: mod/profiles.php:694 src/Model/Profile.php:782 +msgid "Sexual Preference:" +msgstr "Sexuelle Vorlieben:" + +#: mod/profiles.php:695 +msgid "Example: fishing photography software" +msgstr "Beispiel: Fischen Fotografie Software" + +#: mod/profiles.php:700 +msgid "Profile Name:" +msgstr "Profilname:" + +#: mod/profiles.php:702 +msgid "" +"This is your public profile.
    It may " +"be visible to anybody using the internet." +msgstr "Dies ist Dein öffentliches Profil.
    Es könnte für jeden Nutzer des Internets sichtbar sein." + +#: mod/profiles.php:703 +msgid "Your Full Name:" +msgstr "Dein kompletter Name:" + +#: mod/profiles.php:704 +msgid "Title/Description:" +msgstr "Titel/Beschreibung:" + +#: mod/profiles.php:707 +msgid "Street Address:" +msgstr "Adresse:" + +#: mod/profiles.php:708 +msgid "Locality/City:" +msgstr "Wohnort:" + +#: mod/profiles.php:709 +msgid "Region/State:" +msgstr "Region/Bundesstaat:" + +#: mod/profiles.php:710 +msgid "Postal/Zip Code:" +msgstr "Postleitzahl:" + +#: mod/profiles.php:711 +msgid "Country:" +msgstr "Land:" + +#: mod/profiles.php:712 src/Util/Temporal.php:149 +msgid "Age: " +msgstr "Alter: " + +#: mod/profiles.php:715 +msgid "Who: (if applicable)" +msgstr "Wer: (falls anwendbar)" + +#: mod/profiles.php:715 +msgid "Examples: cathy123, Cathy Williams, cathy@example.com" +msgstr "Beispiele: cathy123, Cathy Williams, cathy@example.com" + +#: mod/profiles.php:716 +msgid "Since [date]:" +msgstr "Seit [Datum]:" + +#: mod/profiles.php:718 +msgid "Tell us about yourself..." +msgstr "Erzähle uns ein bisschen von Dir …" + +#: mod/profiles.php:719 +msgid "XMPP (Jabber) address:" +msgstr "XMPP (Jabber) Adresse" + +#: mod/profiles.php:719 +msgid "" +"The XMPP address will be propagated to your contacts so that they can follow" +" you." +msgstr "Die XMPP Adresse wird an deine Kontakte verteilt werden, so dass sie auch über XMPP mit dir in Kontakt treten können." + +#: mod/profiles.php:720 +msgid "Homepage URL:" +msgstr "Adresse der Homepage:" + +#: mod/profiles.php:721 src/Model/Profile.php:790 +msgid "Hometown:" +msgstr "Heimatort:" + +#: mod/profiles.php:722 src/Model/Profile.php:798 +msgid "Political Views:" +msgstr "Politische Ansichten:" + +#: mod/profiles.php:723 +msgid "Religious Views:" +msgstr "Religiöse Ansichten:" + +#: mod/profiles.php:724 +msgid "Public Keywords:" +msgstr "Öffentliche Schlüsselwörter:" + +#: mod/profiles.php:724 +msgid "(Used for suggesting potential friends, can be seen by others)" +msgstr "(Wird verwendet, um potentielle Kontakte zu finden, kann von Kontakten eingesehen werden)" + +#: mod/profiles.php:725 +msgid "Private Keywords:" +msgstr "Private Schlüsselwörter:" + +#: mod/profiles.php:725 +msgid "(Used for searching profiles, never shown to others)" +msgstr "(Wird für die Suche nach Profilen verwendet und niemals veröffentlicht)" + +#: mod/profiles.php:726 src/Model/Profile.php:814 +msgid "Likes:" +msgstr "Likes:" + +#: mod/profiles.php:727 src/Model/Profile.php:818 +msgid "Dislikes:" +msgstr "Dislikes:" + +#: mod/profiles.php:728 +msgid "Musical interests" +msgstr "Musikalische Interessen" + +#: mod/profiles.php:729 +msgid "Books, literature" +msgstr "Bücher, Literatur" + +#: mod/profiles.php:730 +msgid "Television" +msgstr "Fernsehen" + +#: mod/profiles.php:731 +msgid "Film/dance/culture/entertainment" +msgstr "Filme/Tänze/Kultur/Unterhaltung" + +#: mod/profiles.php:732 +msgid "Hobbies/Interests" +msgstr "Hobbies/Interessen" + +#: mod/profiles.php:733 +msgid "Love/romance" +msgstr "Liebe/Romantik" + +#: mod/profiles.php:734 +msgid "Work/employment" +msgstr "Arbeit/Anstellung" + +#: mod/profiles.php:735 +msgid "School/education" +msgstr "Schule/Ausbildung" + +#: mod/profiles.php:736 +msgid "Contact information and Social Networks" +msgstr "Kontaktinformationen und Soziale Netzwerke" + +#: mod/profiles.php:767 src/Model/Profile.php:389 +msgid "Profile Image" +msgstr "Profilbild" + +#: mod/profiles.php:769 src/Model/Profile.php:392 +msgid "visible to everybody" +msgstr "sichtbar für jeden" + +#: mod/profiles.php:776 +msgid "Edit/Manage Profiles" +msgstr "Bearbeite/Verwalte Profile" + +#: mod/profiles.php:777 src/Model/Profile.php:379 src/Model/Profile.php:401 +msgid "Change profile photo" +msgstr "Profilbild ändern" + +#: mod/profiles.php:778 src/Model/Profile.php:380 +msgid "Create New Profile" +msgstr "Neues Profil anlegen" + +#: mod/contacts.php:157 +#, php-format +msgid "%d contact edited." +msgid_plural "%d contacts edited." +msgstr[0] "%d Kontakt bearbeitet." +msgstr[1] "%d Kontakte bearbeitet." + +#: mod/contacts.php:184 mod/contacts.php:400 +msgid "Could not access contact record." +msgstr "Konnte nicht auf die Kontaktdaten zugreifen." + +#: mod/contacts.php:194 +msgid "Could not locate selected profile." +msgstr "Konnte das ausgewählte Profil nicht finden." + +#: mod/contacts.php:228 +msgid "Contact updated." +msgstr "Kontakt aktualisiert." + +#: mod/contacts.php:421 +msgid "Contact has been blocked" +msgstr "Kontakt wurde blockiert" + +#: mod/contacts.php:421 +msgid "Contact has been unblocked" +msgstr "Kontakt wurde wieder freigegeben" + +#: mod/contacts.php:432 +msgid "Contact has been ignored" +msgstr "Kontakt wurde ignoriert" + +#: mod/contacts.php:432 +msgid "Contact has been unignored" +msgstr "Kontakt wird nicht mehr ignoriert" + +#: mod/contacts.php:443 +msgid "Contact has been archived" +msgstr "Kontakt wurde archiviert" + +#: mod/contacts.php:443 +msgid "Contact has been unarchived" +msgstr "Kontakt wurde aus dem Archiv geholt" + +#: mod/contacts.php:467 +msgid "Drop contact" +msgstr "Kontakt löschen" + +#: mod/contacts.php:470 mod/contacts.php:823 +msgid "Do you really want to delete this contact?" +msgstr "Möchtest Du wirklich diesen Kontakt löschen?" + +#: mod/contacts.php:488 +msgid "Contact has been removed." +msgstr "Kontakt wurde entfernt." + +#: mod/contacts.php:519 +#, php-format +msgid "You are mutual friends with %s" +msgstr "Du hast mit %s eine beidseitige Freundschaft" + +#: mod/contacts.php:523 +#, php-format +msgid "You are sharing with %s" +msgstr "Du teilst mit %s" + +#: mod/contacts.php:527 +#, php-format +msgid "%s is sharing with you" +msgstr "%s teilt mit Dir" + +#: mod/contacts.php:547 +msgid "Private communications are not available for this contact." +msgstr "Private Kommunikation ist für diesen Kontakt nicht verfügbar." + +#: mod/contacts.php:549 +msgid "Never" +msgstr "Niemals" + +#: mod/contacts.php:552 +msgid "(Update was successful)" +msgstr "(Aktualisierung war erfolgreich)" + +#: mod/contacts.php:552 +msgid "(Update was not successful)" +msgstr "(Aktualisierung war nicht erfolgreich)" + +#: mod/contacts.php:554 mod/contacts.php:992 +msgid "Suggest friends" +msgstr "Kontakte vorschlagen" + +#: mod/contacts.php:558 +#, php-format +msgid "Network type: %s" +msgstr "Netzwerktyp: %s" + +#: mod/contacts.php:563 +msgid "Communications lost with this contact!" +msgstr "Verbindungen mit diesem Kontakt verloren!" + +#: mod/contacts.php:569 +msgid "Fetch further information for feeds" +msgstr "Weitere Informationen zu Feeds holen" + +#: mod/contacts.php:571 +msgid "" +"Fetch information like preview pictures, title and teaser from the feed " +"item. You can activate this if the feed doesn't contain much text. Keywords " +"are taken from the meta header in the feed item and are posted as hash tags." +msgstr "Zusätzliche Informationen wie Vorschaubilder, Titel und Zusammenfassungen vom Feed-Eintrag laden. Du kannst diese Option aktivieren, wenn der Feed nicht all zu viel Text beinhaltet. Schlagwörter werden auf den Meta-Informationen des Feed-Headers bezogen und als Hash-Tags verwendet." + +#: mod/contacts.php:572 mod/admin.php:1272 mod/admin.php:1435 +#: mod/admin.php:1445 +msgid "Disabled" +msgstr "Deaktiviert" + +#: mod/contacts.php:573 +msgid "Fetch information" +msgstr "Beziehe Information" + +#: mod/contacts.php:574 +msgid "Fetch keywords" +msgstr "Schlüsselwprter abrufen" + +#: mod/contacts.php:575 +msgid "Fetch information and keywords" +msgstr "Beziehe Information und Schlüsselworte" + +#: mod/contacts.php:608 +msgid "Contact" +msgstr "Kontakt" + +#: mod/contacts.php:611 +msgid "Profile Visibility" +msgstr "Profil-Sichtbarkeit" + +#: mod/contacts.php:612 #, php-format msgid "" -"This message was sent to you by %s, a member of the Friendica social " -"network." -msgstr "Diese Nachricht wurde dir von %s geschickt, einem Mitglied des Sozialen Netzwerks Friendica." +"Please choose the profile you would like to display to %s when viewing your " +"profile securely." +msgstr "Bitte wähle eines Deiner Profile das angezeigt werden soll, wenn %s Dein Profil aufruft." -#: mod/item.php:801 -#, php-format -msgid "You may visit them online at %s" -msgstr "Du kannst sie online unter %s besuchen" +#: mod/contacts.php:613 +msgid "Contact Information / Notes" +msgstr "Kontakt Informationen / Notizen" -#: mod/item.php:802 +#: mod/contacts.php:614 +msgid "Their personal note" +msgstr "Die persönliche Mitteilung" + +#: mod/contacts.php:616 +msgid "Edit contact notes" +msgstr "Notizen zum Kontakt bearbeiten" + +#: mod/contacts.php:620 +msgid "Block/Unblock contact" +msgstr "Kontakt blockieren/freischalten" + +#: mod/contacts.php:621 +msgid "Ignore contact" +msgstr "Ignoriere den Kontakt" + +#: mod/contacts.php:622 +msgid "Repair URL settings" +msgstr "URL Einstellungen reparieren" + +#: mod/contacts.php:623 +msgid "View conversations" +msgstr "Unterhaltungen anzeigen" + +#: mod/contacts.php:628 +msgid "Last update:" +msgstr "Letzte Aktualisierung: " + +#: mod/contacts.php:630 +msgid "Update public posts" +msgstr "Öffentliche Beiträge aktualisieren" + +#: mod/contacts.php:632 mod/contacts.php:1002 +msgid "Update now" +msgstr "Jetzt aktualisieren" + +#: mod/contacts.php:637 mod/contacts.php:827 mod/contacts.php:1011 +#: mod/admin.php:485 mod/admin.php:1800 +msgid "Unblock" +msgstr "Entsperren" + +#: mod/contacts.php:637 mod/contacts.php:827 mod/contacts.php:1011 +#: mod/admin.php:484 mod/admin.php:1799 +msgid "Block" +msgstr "Sperren" + +#: mod/contacts.php:638 mod/contacts.php:828 mod/contacts.php:1019 +msgid "Unignore" +msgstr "Ignorieren aufheben" + +#: mod/contacts.php:642 +msgid "Currently blocked" +msgstr "Derzeit geblockt" + +#: mod/contacts.php:643 +msgid "Currently ignored" +msgstr "Derzeit ignoriert" + +#: mod/contacts.php:644 +msgid "Currently archived" +msgstr "Momentan archiviert" + +#: mod/contacts.php:645 +msgid "Awaiting connection acknowledge" +msgstr "Bedarf der Bestätigung des Kontakts" + +#: mod/contacts.php:646 msgid "" -"Please contact the sender by replying to this post if you do not wish to " -"receive these messages." -msgstr "Falls Du diese Beiträge nicht erhalten möchtest, kontaktiere bitte den Autor, indem Du auf diese Nachricht antwortest." +"Replies/likes to your public posts may still be visible" +msgstr "Antworten/Likes auf deine öffentlichen Beiträge könnten weiterhin sichtbar sein" -#: mod/item.php:806 -#, php-format -msgid "%s posted an update." -msgstr "%s hat ein Update veröffentlicht." +#: mod/contacts.php:647 +msgid "Notification for new posts" +msgstr "Benachrichtigung bei neuen Beiträgen" -#: mod/localtime.php:33 -msgid "Time Conversion" -msgstr "Zeitumrechnung" +#: mod/contacts.php:647 +msgid "Send a notification of every new post of this contact" +msgstr "Sende eine Benachrichtigung, wann immer dieser Kontakt einen neuen Beitrag schreibt." -#: mod/localtime.php:35 +#: mod/contacts.php:650 +msgid "Blacklisted keywords" +msgstr "Blacklistete Schlüsselworte " + +#: mod/contacts.php:650 msgid "" -"Friendica provides this service for sharing events with other networks and " -"friends in unknown timezones." -msgstr "Friendica bietet diese Funktion an, um das Teilen von Events mit Kontakten zu vereinfachen, deren Zeitzone nicht ermittelt werden kann." +"Comma separated list of keywords that should not be converted to hashtags, " +"when \"Fetch information and keywords\" is selected" +msgstr "Komma-Separierte Liste mit Schlüsselworten, die nicht in Hashtags konvertiert werden, wenn \"Beziehe Information und Schlüsselworte\" aktiviert wurde" -#: mod/localtime.php:39 +#: mod/contacts.php:662 src/Model/Profile.php:424 +msgid "XMPP:" +msgstr "XMPP:" + +#: mod/contacts.php:667 +msgid "Actions" +msgstr "Aktionen" + +#: mod/contacts.php:669 mod/contacts.php:855 src/Content/Nav.php:100 +#: src/Model/Profile.php:888 view/theme/frio/theme.php:259 +msgid "Status" +msgstr "Status" + +#: mod/contacts.php:670 +msgid "Contact Settings" +msgstr "Kontakteinstellungen" + +#: mod/contacts.php:711 +msgid "Suggestions" +msgstr "Kontaktvorschläge" + +#: mod/contacts.php:714 +msgid "Suggest potential friends" +msgstr "Kontakte vorschlagen" + +#: mod/contacts.php:722 +msgid "Show all contacts" +msgstr "Alle Kontakte anzeigen" + +#: mod/contacts.php:727 +msgid "Unblocked" +msgstr "Ungeblockt" + +#: mod/contacts.php:730 +msgid "Only show unblocked contacts" +msgstr "Nur nicht-blockierte Kontakte anzeigen" + +#: mod/contacts.php:735 +msgid "Blocked" +msgstr "Geblockt" + +#: mod/contacts.php:738 +msgid "Only show blocked contacts" +msgstr "Nur blockierte Kontakte anzeigen" + +#: mod/contacts.php:743 +msgid "Ignored" +msgstr "Ignoriert" + +#: mod/contacts.php:746 +msgid "Only show ignored contacts" +msgstr "Nur ignorierte Kontakte anzeigen" + +#: mod/contacts.php:751 +msgid "Archived" +msgstr "Archiviert" + +#: mod/contacts.php:754 +msgid "Only show archived contacts" +msgstr "Nur archivierte Kontakte anzeigen" + +#: mod/contacts.php:759 +msgid "Hidden" +msgstr "Verborgen" + +#: mod/contacts.php:762 +msgid "Only show hidden contacts" +msgstr "Nur verborgene Kontakte anzeigen" + +#: mod/contacts.php:818 +msgid "Search your contacts" +msgstr "Suche in deinen Kontakten" + +#: mod/contacts.php:826 mod/settings.php:170 mod/settings.php:701 +msgid "Update" +msgstr "Aktualisierungen" + +#: mod/contacts.php:829 mod/contacts.php:1027 +msgid "Archive" +msgstr "Archivieren" + +#: mod/contacts.php:829 mod/contacts.php:1027 +msgid "Unarchive" +msgstr "Aus Archiv zurückholen" + +#: mod/contacts.php:832 +msgid "Batch Actions" +msgstr "Stapelverarbeitung" + +#: mod/contacts.php:866 src/Model/Profile.php:899 +msgid "Profile Details" +msgstr "Profildetails" + +#: mod/contacts.php:878 +msgid "View all contacts" +msgstr "Alle Kontakte anzeigen" + +#: mod/contacts.php:889 +msgid "View all common friends" +msgstr "Alle Kontakte anzeigen" + +#: mod/contacts.php:898 +msgid "Advanced Contact Settings" +msgstr "Fortgeschrittene Kontakteinstellungen" + +#: mod/contacts.php:930 +msgid "Mutual Friendship" +msgstr "Beidseitige Freundschaft" + +#: mod/contacts.php:934 +msgid "is a fan of yours" +msgstr "ist ein Fan von dir" + +#: mod/contacts.php:938 +msgid "you are a fan of" +msgstr "Du bist Fan von" + +#: mod/contacts.php:1013 +msgid "Toggle Blocked status" +msgstr "Geblockt-Status ein-/ausschalten" + +#: mod/contacts.php:1021 +msgid "Toggle Ignored status" +msgstr "Ignoriert-Status ein-/ausschalten" + +#: mod/contacts.php:1029 +msgid "Toggle Archive status" +msgstr "Archiviert-Status ein-/ausschalten" + +#: mod/contacts.php:1037 +msgid "Delete contact" +msgstr "Lösche den Kontakt" + +#: mod/_tos.php:48 mod/register.php:288 mod/admin.php:188 mod/admin.php:302 +#: src/Module/Tos.php:48 +msgid "Terms of Service" +msgstr "Nutzungsbedingungen" + +#: mod/_tos.php:51 src/Module/Tos.php:51 +msgid "Privacy Statement" +msgstr "Datenschutzerklärung" + +#: mod/_tos.php:52 src/Module/Tos.php:52 +msgid "" +"At the time of registration, and for providing communications between the " +"user account and their contacts, the user has to provide a display name (pen" +" name), an username (nickname) and a working email address. The names will " +"be accessible on the profile page of the account by any visitor of the page," +" even if other profile details are not displayed. The email address will " +"only be used to send the user notifications about interactions, but wont be " +"visibly displayed. The listing of an account in the node's user directory or" +" the global user directory is optional and can be controlled in the user " +"settings, it is not necessary for communication." +msgstr "Zum Zwecke der Registrierung und um die Kommunikation zwischen dem Nutzer und seinen Kontakten zu gewährleisten, muß der Nutzer einen Namen (auch Pseudonym) und einen Nutzernamen (Spitzname) sowie eine funktionierende E-Mail-Adresse angeben. Der Name ist auf der Profilseite für alle Nutzer sichtbar, auch wenn die Profildetails nicht angezeigt werden.\nDie E-Mail-Adresse wird nur zur Benachrichtigung des Nutzers verwendet, sie wird nirgends angezeigt. Die Anzeige des Nutzerkontos im Server-Verzeichnis bzw. dem weltweiten Verzeichnis erfolgt gemäß den Einstellungen des Nutzers, sie ist zur Kommunikation nicht zwingend notwendig." + +#: mod/_tos.php:53 src/Module/Tos.php:53 #, php-format -msgid "UTC time: %s" -msgstr "UTC Zeit: %s" +msgid "" +"At any point in time a logged in user can export their account data from the" +" account settings. If the user wants " +"to delete their account they can do so at %1$s/removeme. The deletion of the account will " +"be permanent." +msgstr "Angemeldete Nutzer können ihre Nutzerdaten jederzeit von den Kontoeinstellungen aus exportieren. Wenn ein Nutzer wünscht das Nutzerkonto zu löschen, so ist dies jederzeit unter %1$s/removeme möglich. Die Löschung des Nutzerkontos ist permanent." -#: mod/localtime.php:42 +#: mod/friendica.php:77 +msgid "This is Friendica, version" +msgstr "Dies ist Friendica, Version" + +#: mod/friendica.php:78 +msgid "running at web location" +msgstr "die unter folgender Webadresse zu finden ist" + +#: mod/friendica.php:82 +msgid "" +"Please visit Friendi.ca to learn more " +"about the Friendica project." +msgstr "Bitte besuche Friendi.ca um mehr über das Friendica Projekt zu erfahren." + +#: mod/friendica.php:86 +msgid "Bug reports and issues: please visit" +msgstr "Probleme oder Fehler gefunden? Bitte besuche" + +#: mod/friendica.php:86 +msgid "the bugtracker at github" +msgstr "den Bugtracker auf github" + +#: mod/friendica.php:89 +msgid "" +"Suggestions, praise, donations, etc. - please email \"Info\" at Friendica - " +"dot com" +msgstr "Vorschläge, Lob, Spenden usw.: E-Mail an \"Info\" at Friendica - dot com" + +#: mod/friendica.php:103 +msgid "Installed addons/apps:" +msgstr "Installierte Apps und Addons" + +#: mod/friendica.php:117 +msgid "No installed addons/apps" +msgstr "Es sind keine Addons oder Apps installiert" + +#: mod/friendica.php:122 #, php-format -msgid "Current timezone: %s" -msgstr "Aktuelle Zeitzone: %s" +msgid "Read about the Terms of Service of this node." +msgstr "Erfahre mehr über die Nutzungsbedingungen dieses Knotens." -#: mod/localtime.php:46 -#, php-format -msgid "Converted localtime: %s" -msgstr "Umgerechnete lokale Zeit: %s" +#: mod/friendica.php:127 +msgid "On this server the following remote servers are blocked." +msgstr "Auf diesem Server werden die folgenden entfernten Server blockiert." -#: mod/localtime.php:52 -msgid "Please select your timezone:" -msgstr "Bitte wähle Deine Zeitzone:" +#: mod/friendica.php:128 mod/admin.php:354 mod/admin.php:372 +msgid "Reason for the block" +msgstr "Begründung für die Blockierung" #: mod/lostpass.php:27 msgid "No valid account found." @@ -5777,66 +4875,66 @@ msgid "" "\t\tLogin Name:\t%3$s" msgstr "\nUm Deine Identität zu verifizieren, folge bitte dem folgenden Link:\n\n%1$s\n\nDu wirst eine weitere E-Mail mit Deinem neuen Passwort erhalten. Sobald Du Dich\nangemeldet hast, kannst Du Dein Passwort in den Einstellungen ändern.\n\nDie Anmeldedetails sind die folgenden:\n\nAdresse der Seite:\t%2$s\nBenutzername:\t%3$s" -#: mod/lostpass.php:72 +#: mod/lostpass.php:73 #, php-format msgid "Password reset requested at %s" msgstr "Anfrage zum Zurücksetzen des Passworts auf %s erhalten" -#: mod/lostpass.php:88 +#: mod/lostpass.php:89 msgid "" "Request could not be verified. (You may have previously submitted it.) " "Password reset failed." msgstr "Anfrage konnte nicht verifiziert werden. (Eventuell hast Du bereits eine ähnliche Anfrage gestellt.) Zurücksetzen des Passworts gescheitert." -#: mod/lostpass.php:101 +#: mod/lostpass.php:102 msgid "Request has expired, please make a new one." msgstr "Die Anfrage ist abgelaufen. Bitte stelle eine erneute." -#: mod/lostpass.php:116 +#: mod/lostpass.php:117 msgid "Forgot your Password?" msgstr "Hast Du Dein Passwort vergessen?" -#: mod/lostpass.php:117 +#: mod/lostpass.php:118 msgid "" "Enter your email address and submit to have your password reset. Then check " "your email for further instructions." msgstr "Gib Deine E-Mail-Adresse an und fordere ein neues Passwort an. Es werden Dir dann weitere Informationen per Mail zugesendet." -#: mod/lostpass.php:118 src/Module/Login.php:314 +#: mod/lostpass.php:119 src/Module/Login.php:314 msgid "Nickname or Email: " msgstr "Spitzname oder E-Mail:" -#: mod/lostpass.php:119 +#: mod/lostpass.php:120 msgid "Reset" msgstr "Zurücksetzen" -#: mod/lostpass.php:135 src/Module/Login.php:326 +#: mod/lostpass.php:136 src/Module/Login.php:326 msgid "Password Reset" msgstr "Passwort zurücksetzen" -#: mod/lostpass.php:136 +#: mod/lostpass.php:137 msgid "Your password has been reset as requested." msgstr "Dein Passwort wurde wie gewünscht zurückgesetzt." -#: mod/lostpass.php:137 +#: mod/lostpass.php:138 msgid "Your new password is" msgstr "Dein neues Passwort lautet" -#: mod/lostpass.php:138 +#: mod/lostpass.php:139 msgid "Save or copy your new password - and then" msgstr "Speichere oder kopiere Dein neues Passwort - und dann" -#: mod/lostpass.php:139 +#: mod/lostpass.php:140 msgid "click here to login" msgstr "hier klicken, um Dich anzumelden" -#: mod/lostpass.php:140 +#: mod/lostpass.php:141 msgid "" "Your password may be changed from the Settings page after " "successful login." msgstr "Du kannst das Passwort in den Einstellungen ändern, sobald Du Dich erfolgreich angemeldet hast." -#: mod/lostpass.php:148 +#: mod/lostpass.php:149 #, php-format msgid "" "\n" @@ -5847,7 +4945,7 @@ msgid "" "\t\t" msgstr "\nHallo %1$s,\n\nDein Passwort wurde wie gewünscht geändert. Bitte bewahre diese Informationen gut auf (oder ändere Dein Passwort in eines, das Du Dir leicht merken kannst)." -#: mod/lostpass.php:154 +#: mod/lostpass.php:155 #, php-format msgid "" "\n" @@ -5861,562 +4959,11 @@ msgid "" "\t\t" msgstr "\nDie Anmeldedaten sind die folgenden:\n\nAdresse der Seite: %1$s\nLogin Name: %2$s\nPasswort: %3$s\n\nDas Passwort kann und sollte in den Kontoeinstellungen nach der Anmeldung geändert werden." -#: mod/lostpass.php:167 +#: mod/lostpass.php:169 #, php-format msgid "Your password has been changed at %s" msgstr "Auf %s wurde Dein Passwort geändert" -#: mod/message.php:30 src/Content/Nav.php:198 -msgid "New Message" -msgstr "Neue Nachricht" - -#: mod/message.php:73 mod/wallmessage.php:57 -msgid "No recipient selected." -msgstr "Kein Empfänger gewählt." - -#: mod/message.php:77 -msgid "Unable to locate contact information." -msgstr "Konnte die Kontaktinformationen nicht finden." - -#: mod/message.php:80 mod/wallmessage.php:63 -msgid "Message could not be sent." -msgstr "Nachricht konnte nicht gesendet werden." - -#: mod/message.php:83 mod/wallmessage.php:66 -msgid "Message collection failure." -msgstr "Konnte Nachrichten nicht abrufen." - -#: mod/message.php:86 mod/wallmessage.php:69 -msgid "Message sent." -msgstr "Nachricht gesendet." - -#: mod/message.php:112 view/theme/frio/theme.php:268 src/Content/Nav.php:195 -msgid "Messages" -msgstr "Nachrichten" - -#: mod/message.php:136 -msgid "Do you really want to delete this message?" -msgstr "Möchtest Du wirklich diese Nachricht löschen?" - -#: mod/message.php:156 -msgid "Message deleted." -msgstr "Nachricht gelöscht." - -#: mod/message.php:185 -msgid "Conversation removed." -msgstr "Unterhaltung gelöscht." - -#: mod/message.php:250 mod/wallmessage.php:132 -msgid "Send Private Message" -msgstr "Private Nachricht senden" - -#: mod/message.php:251 mod/message.php:421 mod/wallmessage.php:134 -msgid "To:" -msgstr "An:" - -#: mod/message.php:255 mod/message.php:423 mod/wallmessage.php:135 -msgid "Subject:" -msgstr "Betreff:" - -#: mod/message.php:291 -msgid "No messages." -msgstr "Keine Nachrichten." - -#: mod/message.php:330 -msgid "Message not available." -msgstr "Nachricht nicht verfügbar." - -#: mod/message.php:397 -msgid "Delete message" -msgstr "Nachricht löschen" - -#: mod/message.php:399 mod/message.php:500 -msgid "D, d M Y - g:i A" -msgstr "D, d.. M Y - G:i" - -#: mod/message.php:414 mod/message.php:497 -msgid "Delete conversation" -msgstr "Unterhaltung löschen" - -#: mod/message.php:416 -msgid "" -"No secure communications available. You may be able to " -"respond from the sender's profile page." -msgstr "Sichere Kommunikation ist nicht verfügbar. Eventuell kannst Du auf der Profilseite des Absenders antworten." - -#: mod/message.php:420 -msgid "Send Reply" -msgstr "Antwort senden" - -#: mod/message.php:471 -#, php-format -msgid "Unknown sender - %s" -msgstr "'Unbekannter Absender - %s" - -#: mod/message.php:473 -#, php-format -msgid "You and %s" -msgstr "Du und %s" - -#: mod/message.php:475 -#, php-format -msgid "%s and You" -msgstr "%s und Du" - -#: mod/message.php:503 -#, php-format -msgid "%d message" -msgid_plural "%d messages" -msgstr[0] "%d Nachricht" -msgstr[1] "%d Nachrichten" - -#: mod/network.php:194 mod/search.php:37 -msgid "Remove term" -msgstr "Begriff entfernen" - -#: mod/network.php:201 mod/search.php:46 src/Content/Feature.php:100 -msgid "Saved Searches" -msgstr "Gespeicherte Suchen" - -#: mod/network.php:202 src/Model/Group.php:401 -msgid "add" -msgstr "hinzufügen" - -#: mod/network.php:547 -#, php-format -msgid "" -"Warning: This group contains %s member from a network that doesn't allow non" -" public messages." -msgid_plural "" -"Warning: This group contains %s members from a network that doesn't allow " -"non public messages." -msgstr[0] "Warnung: Diese Gruppe beinhaltet %s Person aus einem Netzwerk das keine nicht öffentlichen Beiträge empfangen kann." -msgstr[1] "Warnung: Diese Gruppe beinhaltet %s Personen aus Netzwerken die keine nicht-öffentlichen Beiträge empfangen können." - -#: mod/network.php:550 -msgid "Messages in this group won't be send to these receivers." -msgstr "Beiträge in dieser Gruppe werden deshalb nicht an diese Personen zugestellt werden." - -#: mod/network.php:618 -msgid "No such group" -msgstr "Es gibt keine solche Gruppe" - -#: mod/network.php:643 -#, php-format -msgid "Group: %s" -msgstr "Gruppe: %s" - -#: mod/network.php:669 -msgid "Private messages to this person are at risk of public disclosure." -msgstr "Private Nachrichten an diese Person könnten an die Öffentlichkeit gelangen." - -#: mod/network.php:672 -msgid "Invalid contact." -msgstr "Ungültiger Kontakt." - -#: mod/network.php:920 -msgid "Commented Order" -msgstr "Neueste Kommentare" - -#: mod/network.php:923 -msgid "Sort by Comment Date" -msgstr "Nach Kommentardatum sortieren" - -#: mod/network.php:928 -msgid "Posted Order" -msgstr "Neueste Beiträge" - -#: mod/network.php:931 -msgid "Sort by Post Date" -msgstr "Nach Beitragsdatum sortieren" - -#: mod/network.php:942 -msgid "Posts that mention or involve you" -msgstr "Beiträge, in denen es um Dich geht" - -#: mod/network.php:950 -msgid "New" -msgstr "Neue" - -#: mod/network.php:953 -msgid "Activity Stream - by date" -msgstr "Aktivitäten-Stream - nach Datum" - -#: mod/network.php:961 -msgid "Shared Links" -msgstr "Geteilte Links" - -#: mod/network.php:964 -msgid "Interesting Links" -msgstr "Interessante Links" - -#: mod/network.php:972 -msgid "Starred" -msgstr "Markierte" - -#: mod/network.php:975 -msgid "Favourite Posts" -msgstr "Favorisierte Beiträge" - -#: mod/notes.php:53 src/Model/Profile.php:932 -msgid "Personal Notes" -msgstr "Persönliche Notizen" - -#: mod/notify.php:77 -msgid "No more system notifications." -msgstr "Keine weiteren Systembenachrichtigungen." - -#: mod/photos.php:108 src/Model/Profile.php:893 -msgid "Photo Albums" -msgstr "Fotoalben" - -#: mod/photos.php:109 mod/photos.php:1713 -msgid "Recent Photos" -msgstr "Neueste Fotos" - -#: mod/photos.php:112 mod/photos.php:1210 mod/photos.php:1715 -msgid "Upload New Photos" -msgstr "Neue Fotos hochladen" - -#: mod/photos.php:126 mod/settings.php:49 -msgid "everybody" -msgstr "jeder" - -#: mod/photos.php:184 -msgid "Contact information unavailable" -msgstr "Kontaktinformationen nicht verfügbar" - -#: mod/photos.php:204 -msgid "Album not found." -msgstr "Album nicht gefunden." - -#: mod/photos.php:234 mod/photos.php:245 mod/photos.php:1161 -msgid "Delete Album" -msgstr "Album löschen" - -#: mod/photos.php:243 -msgid "Do you really want to delete this photo album and all its photos?" -msgstr "Möchtest Du wirklich dieses Foto-Album und all seine Foto löschen?" - -#: mod/photos.php:310 mod/photos.php:321 mod/photos.php:1446 -msgid "Delete Photo" -msgstr "Foto löschen" - -#: mod/photos.php:319 -msgid "Do you really want to delete this photo?" -msgstr "Möchtest Du wirklich dieses Foto löschen?" - -#: mod/photos.php:667 -msgid "a photo" -msgstr "einem Foto" - -#: mod/photos.php:667 -#, php-format -msgid "%1$s was tagged in %2$s by %3$s" -msgstr "%1$s wurde von %3$s in %2$s getaggt" - -#: mod/photos.php:763 mod/photos.php:766 mod/photos.php:795 -#: mod/profile_photo.php:165 mod/wall_upload.php:186 -#, php-format -msgid "Image exceeds size limit of %s" -msgstr "Bildgröße überschreitet das Limit von %s" - -#: mod/photos.php:769 -msgid "Image upload didn't complete, please try again" -msgstr "Der Upload des Bildes war nicht vollständig. Bitte versuche es erneut." - -#: mod/photos.php:772 -msgid "Image file is missing" -msgstr "Bilddatei konnte nicht gefunden werden." - -#: mod/photos.php:777 -msgid "" -"Server can't accept new file upload at this time, please contact your " -"administrator" -msgstr "Der Server kann derzeit keine neuen Datei Uploads akzeptieren. Bitte kontaktiere deinen Administrator." - -#: mod/photos.php:803 -msgid "Image file is empty." -msgstr "Bilddatei ist leer." - -#: mod/photos.php:818 mod/profile_photo.php:174 mod/wall_upload.php:200 -msgid "Unable to process image." -msgstr "Konnte das Bild nicht bearbeiten." - -#: mod/photos.php:847 mod/profile_photo.php:322 mod/wall_upload.php:239 -msgid "Image upload failed." -msgstr "Hochladen des Bildes gescheitert." - -#: mod/photos.php:940 -msgid "No photos selected" -msgstr "Keine Bilder ausgewählt" - -#: mod/photos.php:1036 mod/videos.php:310 -msgid "Access to this item is restricted." -msgstr "Zugriff zu diesem Eintrag wurde eingeschränkt." - -#: mod/photos.php:1090 -msgid "Upload Photos" -msgstr "Bilder hochladen" - -#: mod/photos.php:1094 mod/photos.php:1156 -msgid "New album name: " -msgstr "Name des neuen Albums: " - -#: mod/photos.php:1095 -msgid "or existing album name: " -msgstr "oder existierender Albumname: " - -#: mod/photos.php:1096 -msgid "Do not show a status post for this upload" -msgstr "Keine Status-Mitteilung für diesen Beitrag anzeigen" - -#: mod/photos.php:1106 mod/photos.php:1449 mod/settings.php:1233 -msgid "Show to Groups" -msgstr "Zeige den Gruppen" - -#: mod/photos.php:1107 mod/photos.php:1450 mod/settings.php:1234 -msgid "Show to Contacts" -msgstr "Zeige den Kontakten" - -#: mod/photos.php:1167 -msgid "Edit Album" -msgstr "Album bearbeiten" - -#: mod/photos.php:1172 -msgid "Show Newest First" -msgstr "Zeige neueste zuerst" - -#: mod/photos.php:1174 -msgid "Show Oldest First" -msgstr "Zeige älteste zuerst" - -#: mod/photos.php:1195 mod/photos.php:1698 -msgid "View Photo" -msgstr "Foto betrachten" - -#: mod/photos.php:1236 -msgid "Permission denied. Access to this item may be restricted." -msgstr "Zugriff verweigert. Zugriff zu diesem Eintrag könnte eingeschränkt sein." - -#: mod/photos.php:1238 -msgid "Photo not available" -msgstr "Foto nicht verfügbar" - -#: mod/photos.php:1301 -msgid "View photo" -msgstr "Fotos ansehen" - -#: mod/photos.php:1301 -msgid "Edit photo" -msgstr "Foto bearbeiten" - -#: mod/photos.php:1302 -msgid "Use as profile photo" -msgstr "Als Profilbild verwenden" - -#: mod/photos.php:1308 src/Object/Post.php:148 -msgid "Private Message" -msgstr "Private Nachricht" - -#: mod/photos.php:1327 -msgid "View Full Size" -msgstr "Betrachte Originalgröße" - -#: mod/photos.php:1414 -msgid "Tags: " -msgstr "Tags: " - -#: mod/photos.php:1417 -msgid "[Remove any tag]" -msgstr "[Tag entfernen]" - -#: mod/photos.php:1432 -msgid "New album name" -msgstr "Name des neuen Albums" - -#: mod/photos.php:1433 -msgid "Caption" -msgstr "Bildunterschrift" - -#: mod/photos.php:1434 -msgid "Add a Tag" -msgstr "Tag hinzufügen" - -#: mod/photos.php:1434 -msgid "" -"Example: @bob, @Barbara_Jensen, @jim@example.com, #California, #camping" -msgstr "Beispiel: @bob, @Barbara_Jensen, @jim@example.com, #California, #camping" - -#: mod/photos.php:1435 -msgid "Do not rotate" -msgstr "Nicht rotieren" - -#: mod/photos.php:1436 -msgid "Rotate CW (right)" -msgstr "Drehen US (rechts)" - -#: mod/photos.php:1437 -msgid "Rotate CCW (left)" -msgstr "Drehen EUS (links)" - -#: mod/photos.php:1471 src/Object/Post.php:295 -msgid "I like this (toggle)" -msgstr "Ich mag das (toggle)" - -#: mod/photos.php:1472 src/Object/Post.php:296 -msgid "I don't like this (toggle)" -msgstr "Ich mag das nicht (toggle)" - -#: mod/photos.php:1488 mod/photos.php:1527 mod/photos.php:1600 -#: src/Object/Post.php:785 -msgid "This is you" -msgstr "Das bist Du" - -#: mod/photos.php:1490 mod/photos.php:1529 mod/photos.php:1602 -#: src/Object/Post.php:391 src/Object/Post.php:787 -msgid "Comment" -msgstr "Kommentar" - -#: mod/photos.php:1634 -msgid "Map" -msgstr "Karte" - -#: mod/photos.php:1704 mod/videos.php:388 -msgid "View Album" -msgstr "Album betrachten" - -#: mod/ping.php:292 -msgid "{0} wants to be your friend" -msgstr "{0} möchte mit Dir in Kontakt treten" - -#: mod/ping.php:307 -msgid "{0} sent you a message" -msgstr "{0} schickte Dir eine Nachricht" - -#: mod/ping.php:322 -msgid "{0} requested registration" -msgstr "{0} möchte sich registrieren" - -#: mod/poke.php:192 -msgid "Poke/Prod" -msgstr "Anstupsen" - -#: mod/poke.php:193 -msgid "poke, prod or do other things to somebody" -msgstr "Stupse Leute an oder mache anderes mit ihnen" - -#: mod/poke.php:194 -msgid "Recipient" -msgstr "Empfänger" - -#: mod/poke.php:195 -msgid "Choose what you wish to do to recipient" -msgstr "Was willst Du mit dem Empfänger machen:" - -#: mod/poke.php:198 -msgid "Make this post private" -msgstr "Diesen Beitrag privat machen" - -#: mod/probe.php:14 mod/webfinger.php:17 -msgid "Only logged in users are permitted to perform a probing." -msgstr "Nur eingeloggten Benutzern ist das Untersuchen von Adressen gestattet." - -#: mod/profile.php:36 src/Model/Profile.php:118 -msgid "Requested profile is not available." -msgstr "Das angefragte Profil ist nicht vorhanden." - -#: mod/profile.php:77 src/Protocol/OStatus.php:1247 -#, php-format -msgid "%s's posts" -msgstr "Beiträge von %s" - -#: mod/profile.php:78 src/Protocol/OStatus.php:1248 -#, php-format -msgid "%s's comments" -msgstr "Kommentare von %s" - -#: mod/profile.php:79 src/Protocol/OStatus.php:1246 -#, php-format -msgid "%s's timeline" -msgstr "Timeline von %s" - -#: mod/profile.php:194 -msgid "Tips for New Members" -msgstr "Tipps für neue Nutzer" - -#: mod/profile_photo.php:54 -msgid "Image uploaded but image cropping failed." -msgstr "Bild hochgeladen, aber das Zuschneiden schlug fehl." - -#: mod/profile_photo.php:87 mod/profile_photo.php:95 mod/profile_photo.php:103 -#: mod/profile_photo.php:330 -#, php-format -msgid "Image size reduction [%s] failed." -msgstr "Verkleinern der Bildgröße von [%s] scheiterte." - -#: mod/profile_photo.php:137 -msgid "" -"Shift-reload the page or clear browser cache if the new photo does not " -"display immediately." -msgstr "Drücke Umschalt+Neu Laden oder leere den Browser-Cache, falls das neue Foto nicht gleich angezeigt wird." - -#: mod/profile_photo.php:146 -msgid "Unable to process image" -msgstr "Bild konnte nicht verarbeitet werden" - -#: mod/profile_photo.php:262 -msgid "Upload File:" -msgstr "Datei hochladen:" - -#: mod/profile_photo.php:263 -msgid "Select a profile:" -msgstr "Profil auswählen:" - -#: mod/profile_photo.php:268 -msgid "or" -msgstr "oder" - -#: mod/profile_photo.php:268 -msgid "skip this step" -msgstr "diesen Schritt überspringen" - -#: mod/profile_photo.php:268 -msgid "select a photo from your photo albums" -msgstr "wähle ein Foto aus deinen Fotoalben" - -#: mod/profile_photo.php:281 -msgid "Crop Image" -msgstr "Bild zurechtschneiden" - -#: mod/profile_photo.php:282 -msgid "Please adjust the image cropping for optimum viewing." -msgstr "Passe bitte den Bildausschnitt an, damit das Bild optimal dargestellt werden kann." - -#: mod/profile_photo.php:284 -msgid "Done Editing" -msgstr "Bearbeitung abgeschlossen" - -#: mod/profile_photo.php:320 -msgid "Image uploaded successfully." -msgstr "Bild erfolgreich hochgeladen." - -#: mod/profperm.php:34 mod/profperm.php:65 -msgid "Invalid profile identifier." -msgstr "Ungültiger Profil-Bezeichner." - -#: mod/profperm.php:111 -msgid "Profile Visibility Editor" -msgstr "Editor für die Profil-Sichtbarkeit" - -#: mod/profperm.php:124 -msgid "Visible To" -msgstr "Sichtbar für" - -#: mod/profperm.php:140 -msgid "All Contacts (with secure profile access)" -msgstr "Alle Kontakte (mit gesichertem Profilzugriff)" - #: mod/register.php:99 msgid "" "Registration successful. Please check your email for further instructions." @@ -6474,8 +5021,12 @@ msgid "Membership on this site is by invitation only." msgstr "Mitgliedschaft auf dieser Seite ist nur nach vorheriger Einladung möglich." #: mod/register.php:261 -msgid "Your invitation ID: " -msgstr "ID Deiner Einladung: " +msgid "Your invitation code: " +msgstr "Dein Ein­la­dungs­code" + +#: mod/register.php:264 mod/admin.php:1348 +msgid "Registration" +msgstr "Registrierung" #: mod/register.php:270 msgid "Your Full Name (e.g. Joe Smith, real or real-looking): " @@ -6487,7 +5038,7 @@ msgid "" "be an existing address.)" msgstr "Deine E-Mail Adresse (Informationen zur Registrierung werden an diese Adresse gesendet, darum muss sie existieren.)" -#: mod/register.php:273 mod/settings.php:1205 +#: mod/register.php:273 mod/settings.php:1201 msgid "New Password:" msgstr "Neues Passwort:" @@ -6495,7 +5046,7 @@ msgstr "Neues Passwort:" msgid "Leave empty for an auto generated password." msgstr "Leer lassen um das Passwort automatisch zu generieren." -#: mod/register.php:274 mod/settings.php:1206 +#: mod/register.php:274 mod/settings.php:1202 msgid "Confirm:" msgstr "Bestätigen:" @@ -6518,1226 +5069,2580 @@ msgstr "Registrieren" msgid "Import your profile to this friendica instance" msgstr "Importiere Dein Profil auf diese Friendica Instanz" -#: mod/regmod.php:68 -msgid "Account approved." -msgstr "Konto freigegeben." +#: mod/admin.php:106 +msgid "Theme settings updated." +msgstr "Themeneinstellungen aktualisiert." -#: mod/regmod.php:93 -#, php-format -msgid "Registration revoked for %s" -msgstr "Registrierung für %s wurde zurückgezogen" +#: mod/admin.php:179 src/Content/Nav.php:174 +msgid "Information" +msgstr "Information" -#: mod/regmod.php:102 -msgid "Please login." -msgstr "Bitte melde Dich an." +#: mod/admin.php:180 +msgid "Overview" +msgstr "Übersicht" -#: mod/removeme.php:55 mod/removeme.php:58 -msgid "Remove My Account" -msgstr "Konto löschen" +#: mod/admin.php:181 mod/admin.php:718 +msgid "Federation Statistics" +msgstr "Föderation Statistik" -#: mod/removeme.php:56 +#: mod/admin.php:182 +msgid "Configuration" +msgstr "Konfiguration" + +#: mod/admin.php:183 mod/admin.php:1345 +msgid "Site" +msgstr "Seite" + +#: mod/admin.php:184 mod/admin.php:1273 mod/admin.php:1788 mod/admin.php:1804 +msgid "Users" +msgstr "Nutzer" + +#: mod/admin.php:185 mod/admin.php:1904 mod/admin.php:1964 mod/settings.php:86 +msgid "Addons" +msgstr "Addons" + +#: mod/admin.php:186 mod/admin.php:2173 mod/admin.php:2217 +msgid "Themes" +msgstr "Themen" + +#: mod/admin.php:187 mod/settings.php:64 +msgid "Additional features" +msgstr "Zusätzliche Features" + +#: mod/admin.php:189 +msgid "Database" +msgstr "Datenbank" + +#: mod/admin.php:190 +msgid "DB updates" +msgstr "DB Updates" + +#: mod/admin.php:191 mod/admin.php:753 +msgid "Inspect Queue" +msgstr "Warteschlange Inspizieren" + +#: mod/admin.php:192 +msgid "Tools" +msgstr "Werkzeuge" + +#: mod/admin.php:193 +msgid "Contact Blocklist" +msgstr "Kontakt Sperrliste" + +#: mod/admin.php:194 mod/admin.php:362 +msgid "Server Blocklist" +msgstr "Server Blockliste" + +#: mod/admin.php:195 mod/admin.php:521 +msgid "Delete Item" +msgstr "Eintrag löschen" + +#: mod/admin.php:196 mod/admin.php:197 mod/admin.php:2291 +msgid "Logs" +msgstr "Protokolle" + +#: mod/admin.php:198 mod/admin.php:2358 +msgid "View Logs" +msgstr "Protokolle anzeigen" + +#: mod/admin.php:200 +msgid "Diagnostics" +msgstr "Diagnostik" + +#: mod/admin.php:201 +msgid "PHP Info" +msgstr "PHP Info" + +#: mod/admin.php:202 +msgid "probe address" +msgstr "Adresse untersuchen" + +#: mod/admin.php:203 +msgid "check webfinger" +msgstr "Webfinger überprüfen" + +#: mod/admin.php:222 src/Content/Nav.php:217 +msgid "Admin" +msgstr "Administration" + +#: mod/admin.php:223 +msgid "Addon Features" +msgstr "Addon Features" + +#: mod/admin.php:224 +msgid "User registrations waiting for confirmation" +msgstr "Nutzeranmeldungen die auf Bestätigung warten" + +#: mod/admin.php:301 mod/admin.php:361 mod/admin.php:478 mod/admin.php:520 +#: mod/admin.php:717 mod/admin.php:752 mod/admin.php:848 mod/admin.php:1344 +#: mod/admin.php:1787 mod/admin.php:1903 mod/admin.php:1963 mod/admin.php:2172 +#: mod/admin.php:2216 mod/admin.php:2290 mod/admin.php:2357 +msgid "Administration" +msgstr "Administration" + +#: mod/admin.php:303 +msgid "Display Terms of Service" +msgstr "Nutzungsbedingungen anzeigen" + +#: mod/admin.php:303 msgid "" -"This will completely remove your account. Once this has been done it is not " -"recoverable." -msgstr "Dein Konto wird endgültig gelöscht. Es gibt keine Möglichkeit, es wiederherzustellen." +"Enable the Terms of Service page. If this is enabled a link to the terms " +"will be added to the registration form and the general information page." +msgstr "Aktiviert die Seite für die Nutzungsbedingungen. Ist dies der Fall werden sie auch von der Registrierungsseite und der allgemeinen Informationsseite verlinkt." -#: mod/removeme.php:57 -msgid "Please enter your password for verification:" -msgstr "Bitte gib Dein Passwort zur Verifikation ein:" +#: mod/admin.php:304 +msgid "Display Privacy Statement" +msgstr "Datenschutzerklärung anzeigen" -#: mod/search.php:105 -msgid "Only logged in users are permitted to perform a search." -msgstr "Nur eingeloggten Benutzern ist das Suchen gestattet." - -#: mod/search.php:129 -msgid "Too Many Requests" -msgstr "Zu viele Abfragen" - -#: mod/search.php:130 -msgid "Only one search per minute is permitted for not logged in users." -msgstr "Es ist nur eine Suchanfrage pro Minute für nicht eingeloggte Benutzer gestattet." - -#: mod/search.php:234 +#: mod/admin.php:304 #, php-format -msgid "Items tagged with: %s" -msgstr "Beiträge die mit %s getaggt sind" +msgid "" +"Show some informations regarding the needed information to operate the node " +"according e.g. to EU-GDPR." +msgstr "Zeige Informationen über die zum Betrieb der Seite notwendigen personenbezogenen Daten an, wie es z.B. die EU-DSGVO verlangt." -#: mod/settings.php:71 +#: mod/admin.php:305 +msgid "The Terms of Service" +msgstr "Die Nutzungsbedingungen" + +#: mod/admin.php:305 +msgid "" +"Enter the Terms of Service for your node here. You can use BBCode. Headers " +"of sections should be [h2] and below." +msgstr "Füge hier die Nutzungsbedingungen deines Knotens ein. Du kannst BBCode zur Formatierung verwenden. Überschriften sollten [h2] oder darunter sein." + +#: mod/admin.php:353 +msgid "The blocked domain" +msgstr "Die blockierte Domain" + +#: mod/admin.php:354 mod/admin.php:367 +msgid "The reason why you blocked this domain." +msgstr "Die Begründung warum du diese Domain blockiert hast." + +#: mod/admin.php:355 +msgid "Delete domain" +msgstr "Domain löschen" + +#: mod/admin.php:355 +msgid "Check to delete this entry from the blocklist" +msgstr "Markieren, um diesen Eintrag von der Blocklist zu entfernen" + +#: mod/admin.php:363 +msgid "" +"This page can be used to define a black list of servers from the federated " +"network that are not allowed to interact with your node. For all entered " +"domains you should also give a reason why you have blocked the remote " +"server." +msgstr "Auf dieser Seite kannst du die Liste der blockierten Domains aus dem föderalen Netzwerk verwalten, denen es untersagt ist mit deinem Knoten zu interagieren. Für jede der blockierten Domains musst du außerdem einen Grund für die Sperrung angeben." + +#: mod/admin.php:364 +msgid "" +"The list of blocked servers will be made publically available on the " +"/friendica page so that your users and people investigating communication " +"problems can find the reason easily." +msgstr "Die Liste der blockierten Domains wird auf der /friendica Seite öffentlich einsehbar gemacht, damit deine Nutzer und Personen die Kommunikationsprobleme erkunden, die Ursachen einfach finden können." + +#: mod/admin.php:365 +msgid "Add new entry to block list" +msgstr "Neuen Eintrag in die Blockliste" + +#: mod/admin.php:366 +msgid "Server Domain" +msgstr "Domain des Servers" + +#: mod/admin.php:366 +msgid "" +"The domain of the new server to add to the block list. Do not include the " +"protocol." +msgstr "Der Domain-Name des Servers der geblockt werden soll. Gib das Protokoll nicht mit an!" + +#: mod/admin.php:367 +msgid "Block reason" +msgstr "Begründung der Blockierung" + +#: mod/admin.php:368 +msgid "Add Entry" +msgstr "Eintrag hinzufügen" + +#: mod/admin.php:369 +msgid "Save changes to the blocklist" +msgstr "Änderungen der Blockliste speichern" + +#: mod/admin.php:370 +msgid "Current Entries in the Blocklist" +msgstr "Aktuelle Einträge der Blockliste" + +#: mod/admin.php:373 +msgid "Delete entry from blocklist" +msgstr "Eintrag von der Blockliste entfernen" + +#: mod/admin.php:376 +msgid "Delete entry from blocklist?" +msgstr "Eintrag von der Blockliste entfernen?" + +#: mod/admin.php:402 +msgid "Server added to blocklist." +msgstr "Server zur Blockliste hinzugefügt." + +#: mod/admin.php:418 +msgid "Site blocklist updated." +msgstr "Blockliste aktualisiert." + +#: mod/admin.php:441 src/Core/Console/GlobalCommunityBlock.php:72 +msgid "The contact has been blocked from the node" +msgstr "Der Kontakt wurde von diesem Knoten geblockt" + +#: mod/admin.php:443 src/Core/Console/GlobalCommunityBlock.php:69 +#, php-format +msgid "Could not find any contact entry for this URL (%s)" +msgstr "Für die URL (%s) konnte kein Kontakt gefunden werden" + +#: mod/admin.php:450 +#, php-format +msgid "%s contact unblocked" +msgid_plural "%s contacts unblocked" +msgstr[0] "%sKontakt wieder freigegeben" +msgstr[1] "%sKontakte wieder freigegeben" + +#: mod/admin.php:479 +msgid "Remote Contact Blocklist" +msgstr "Sperrliste entfernter Kontakte" + +#: mod/admin.php:480 +msgid "" +"This page allows you to prevent any message from a remote contact to reach " +"your node." +msgstr "Auf dieser Seite kannst du Accounts von anderen Knoten blockieren und damit verhindern, dass ihre Beiträge von deinem Knoten angenommen werden." + +#: mod/admin.php:481 +msgid "Block Remote Contact" +msgstr "Blockiere entfernten Kontakt" + +#: mod/admin.php:482 mod/admin.php:1790 +msgid "select all" +msgstr "Alle auswählen" + +#: mod/admin.php:483 +msgid "select none" +msgstr "Auswahl aufheben" + +#: mod/admin.php:486 +msgid "No remote contact is blocked from this node." +msgstr "Derzeit werden keine Kontakte auf diesem Knoten blockiert." + +#: mod/admin.php:488 +msgid "Blocked Remote Contacts" +msgstr "Blockierte Kontakte von anderen Knoten" + +#: mod/admin.php:489 +msgid "Block New Remote Contact" +msgstr "Blockieren von weiteren Kontakten" + +#: mod/admin.php:490 +msgid "Photo" +msgstr "Foto:" + +#: mod/admin.php:498 +#, php-format +msgid "%s total blocked contact" +msgid_plural "%s total blocked contacts" +msgstr[0] "Insgesamt %s blockierter Kontakt" +msgstr[1] "Insgesamt %s blockierte Kontakte" + +#: mod/admin.php:500 +msgid "URL of the remote contact to block." +msgstr "Die URL des Kontakts, vom entfernten Server, der blockiert werden soll." + +#: mod/admin.php:522 +msgid "Delete this Item" +msgstr "Diesen Eintrag löschen" + +#: mod/admin.php:523 +msgid "" +"On this page you can delete an item from your node. If the item is a top " +"level posting, the entire thread will be deleted." +msgstr "Auf dieser Seite kannst du Einträge von deinem Knoten löschen. Wenn der Eintrag der Anfang einer Diskussion ist, wird der gesamte Diskussionsverlauf gelöscht." + +#: mod/admin.php:524 +msgid "" +"You need to know the GUID of the item. You can find it e.g. by looking at " +"the display URL. The last part of http://example.com/display/123456 is the " +"GUID, here 123456." +msgstr "Zur Löschung musst du die GUID des Eintrags kennen. Diese findest du z.B. durch die /display URL des Eintrags. Der letzte Teil der URL ist die GUID. Lautet die URL beispielsweise http://example.com/display/123456 ist die GUID 123456." + +#: mod/admin.php:525 +msgid "GUID" +msgstr "GUID" + +#: mod/admin.php:525 +msgid "The GUID of the item you want to delete." +msgstr "Die GUID des zu löschenden Eintrags" + +#: mod/admin.php:564 +msgid "Item marked for deletion." +msgstr "Eintrag wurden zur Löschung markiert" + +#: mod/admin.php:635 +msgid "unknown" +msgstr "Unbekannt" + +#: mod/admin.php:711 +msgid "" +"This page offers you some numbers to the known part of the federated social " +"network your Friendica node is part of. These numbers are not complete but " +"only reflect the part of the network your node is aware of." +msgstr "Diese Seite präsentiert einige Zahlen zu dem bekannten Teil des föderalen sozialen Netzwerks, von dem deine Friendica Installation ein Teil ist. Diese Zahlen sind nicht absolut und reflektieren nur den Teil des Netzwerks, den dein Knoten kennt." + +#: mod/admin.php:712 +msgid "" +"The Auto Discovered Contact Directory feature is not enabled, it " +"will improve the data displayed here." +msgstr "Die Funktion um Automatisch ein Kontaktverzeichnis erstellen ist nicht aktiv. Es wird die hier angezeigten Daten verbessern." + +#: mod/admin.php:724 +#, php-format +msgid "" +"Currently this node is aware of %d nodes with %d registered users from the " +"following platforms:" +msgstr "Momentan kennt dieser Knoten %d Knoten mit insgesamt %d registrierten Nutzern, die die folgenden Plattformen verwenden:" + +#: mod/admin.php:755 +msgid "ID" +msgstr "ID" + +#: mod/admin.php:756 +msgid "Recipient Name" +msgstr "Empfänger Name" + +#: mod/admin.php:757 +msgid "Recipient Profile" +msgstr "Empfänger Profil" + +#: mod/admin.php:758 src/Core/NotificationsManager.php:178 +#: src/Content/Nav.php:178 view/theme/frio/theme.php:266 +msgid "Network" +msgstr "Netzwerk" + +#: mod/admin.php:759 +msgid "Created" +msgstr "Erstellt" + +#: mod/admin.php:760 +msgid "Last Tried" +msgstr "Zuletzt versucht" + +#: mod/admin.php:761 +msgid "" +"This page lists the content of the queue for outgoing postings. These are " +"postings the initial delivery failed for. They will be resend later and " +"eventually deleted if the delivery fails permanently." +msgstr "Auf dieser Seite werden die in der Warteschlange eingereihten Beiträge aufgelistet. Bei diesen Beiträgen schlug die erste Zustellung fehl. Es wird später wiederholt versucht die Beiträge zuzustellen, bis sie schließlich gelöscht werden." + +#: mod/admin.php:785 +#, php-format +msgid "" +"Your DB still runs with MyISAM tables. You should change the engine type to " +"InnoDB. As Friendica will use InnoDB only features in the future, you should" +" change this! See here for a guide that may be helpful " +"converting the table engines. You may also use the command php " +"bin/console.php dbstructure toinnodb of your Friendica installation for" +" an automatic conversion.
    " +msgstr "Deine DB verwendet derzeit noch MyISAM Tabellen. Du solltest die Datenbank Engine auf InnoDB umstellen, da Friendica in Zukunft InnoDB Features verwenden wird. Eine Anleitung zur Umstellung der Datenbank kannst du hier finden. Du kannst außerdem mit dem Befehl php bin/console.php dbstructure toinnodb auf der Kommandozeile die Umstellung automatisch vornehmen lassen." + +#: mod/admin.php:792 +#, php-format +msgid "" +"There is a new version of Friendica available for download. Your current " +"version is %1$s, upstream version is %2$s" +msgstr "Es gibt eine neue Version von Friendica. Du verwendest derzeit die Version %1$s, die aktuelle Version ist %2$s." + +#: mod/admin.php:802 +msgid "" +"The database update failed. Please run \"php bin/console.php dbstructure " +"update\" from the command line and have a look at the errors that might " +"appear." +msgstr "Das Update der Datenbank ist fehlgeschlagen. Bitte führe 'php bin/console.php dbstructure update' in der Kommandozeile aus und achte auf eventuell auftretende Fehlermeldungen." + +#: mod/admin.php:808 +msgid "The worker was never executed. Please check your database structure!" +msgstr "Der Hintergrundprozess (worker) wurde noch nie gestartet. Bitte überprüfe deine Datenbankstruktur." + +#: mod/admin.php:811 +#, php-format +msgid "" +"The last worker execution was on %s UTC. This is older than one hour. Please" +" check your crontab settings." +msgstr "Der Hintergrundprozess (worker) wurde zuletzt um %s UTC ausgeführt. Das war vor mehr als einer Stunde. Bitte überprüfe deine crontab Einstellungen." + +#: mod/admin.php:816 mod/admin.php:1739 +msgid "Normal Account" +msgstr "Normales Konto" + +#: mod/admin.php:817 mod/admin.php:1740 +msgid "Automatic Follower Account" +msgstr "Automatisch folgendes Konto (Marktschreier)" + +#: mod/admin.php:818 mod/admin.php:1741 +msgid "Public Forum Account" +msgstr "Öffentliches Forum Konto" + +#: mod/admin.php:819 mod/admin.php:1742 +msgid "Automatic Friend Account" +msgstr "Automatische Freunde Seite" + +#: mod/admin.php:820 +msgid "Blog Account" +msgstr "Blog-Konto" + +#: mod/admin.php:821 +msgid "Private Forum Account" +msgstr "Privates Forum Konto" + +#: mod/admin.php:843 +msgid "Message queues" +msgstr "Nachrichten-Warteschlangen" + +#: mod/admin.php:849 +msgid "Summary" +msgstr "Zusammenfassung" + +#: mod/admin.php:851 +msgid "Registered users" +msgstr "Registrierte Personen" + +#: mod/admin.php:853 +msgid "Pending registrations" +msgstr "Anstehende Anmeldungen" + +#: mod/admin.php:854 +msgid "Version" +msgstr "Version" + +#: mod/admin.php:859 +msgid "Active addons" +msgstr "Aktivierte Addons" + +#: mod/admin.php:890 +msgid "Can not parse base url. Must have at least ://" +msgstr "Die Basis-URL konnte nicht analysiert werden. Sie muss mindestens aus :// bestehen" + +#: mod/admin.php:1209 +msgid "Site settings updated." +msgstr "Seiteneinstellungen aktualisiert." + +#: mod/admin.php:1236 mod/settings.php:905 +msgid "No special theme for mobile devices" +msgstr "Kein spezielles Theme für mobile Geräte verwenden." + +#: mod/admin.php:1265 +msgid "No community page" +msgstr "Keine Gemeinschaftsseite" + +#: mod/admin.php:1266 +msgid "Public postings from users of this site" +msgstr "Öffentliche Beiträge von NutzerInnen dieser Seite" + +#: mod/admin.php:1267 +msgid "Public postings from the federated network" +msgstr "Öffentliche Beiträge aus dem föderalen Netzwerk" + +#: mod/admin.php:1268 +msgid "Public postings from local users and the federated network" +msgstr "Öffentliche Beiträge von lokalen Nutzern und aus dem föderalen Netzwerk" + +#: mod/admin.php:1274 +msgid "Users, Global Contacts" +msgstr "Nutzer, globale Kontakte" + +#: mod/admin.php:1275 +msgid "Users, Global Contacts/fallback" +msgstr "Nutzer, globale Kontakte / Fallback" + +#: mod/admin.php:1279 +msgid "One month" +msgstr "ein Monat" + +#: mod/admin.php:1280 +msgid "Three months" +msgstr "drei Monate" + +#: mod/admin.php:1281 +msgid "Half a year" +msgstr "ein halbes Jahr" + +#: mod/admin.php:1282 +msgid "One year" +msgstr "ein Jahr" + +#: mod/admin.php:1287 +msgid "Multi user instance" +msgstr "Mehrbenutzer Instanz" + +#: mod/admin.php:1310 +msgid "Closed" +msgstr "Geschlossen" + +#: mod/admin.php:1311 +msgid "Requires approval" +msgstr "Bedarf der Zustimmung" + +#: mod/admin.php:1312 +msgid "Open" +msgstr "Offen" + +#: mod/admin.php:1316 +msgid "No SSL policy, links will track page SSL state" +msgstr "Keine SSL Richtlinie, Links werden das verwendete Protokoll beibehalten" + +#: mod/admin.php:1317 +msgid "Force all links to use SSL" +msgstr "SSL für alle Links erzwingen" + +#: mod/admin.php:1318 +msgid "Self-signed certificate, use SSL for local links only (discouraged)" +msgstr "Selbst-unterzeichnetes Zertifikat, SSL nur für lokale Links verwenden (nicht empfohlen)" + +#: mod/admin.php:1322 +msgid "Don't check" +msgstr "Nicht überprüfen" + +#: mod/admin.php:1323 +msgid "check the stable version" +msgstr "überprüfe die stabile Version" + +#: mod/admin.php:1324 +msgid "check the development version" +msgstr "überprüfe die Entwicklungsversion" + +#: mod/admin.php:1347 +msgid "Republish users to directory" +msgstr "Nutzer erneut im globalen Verzeichnis veröffentlichen." + +#: mod/admin.php:1349 +msgid "File upload" +msgstr "Datei hochladen" + +#: mod/admin.php:1350 +msgid "Policies" +msgstr "Regeln" + +#: mod/admin.php:1352 +msgid "Auto Discovered Contact Directory" +msgstr "Automatisch ein Kontaktverzeichnis erstellen" + +#: mod/admin.php:1353 +msgid "Performance" +msgstr "Performance" + +#: mod/admin.php:1354 +msgid "Worker" +msgstr "Worker" + +#: mod/admin.php:1355 +msgid "Message Relay" +msgstr "Nachrichten Relais" + +#: mod/admin.php:1356 +msgid "" +"Relocate - WARNING: advanced function. Could make this server unreachable." +msgstr "Umsiedeln - WARNUNG: Könnte diesen Server unerreichbar machen." + +#: mod/admin.php:1359 +msgid "Site name" +msgstr "Seitenname" + +#: mod/admin.php:1360 +msgid "Host name" +msgstr "Host Name" + +#: mod/admin.php:1361 +msgid "Sender Email" +msgstr "Absender für Emails" + +#: mod/admin.php:1361 +msgid "" +"The email address your server shall use to send notification emails from." +msgstr "Die E-Mail Adresse die dein Server zum Versenden von Benachrichtigungen verwenden soll." + +#: mod/admin.php:1362 +msgid "Banner/Logo" +msgstr "Banner/Logo" + +#: mod/admin.php:1363 +msgid "Shortcut icon" +msgstr "Shortcut Icon" + +#: mod/admin.php:1363 +msgid "Link to an icon that will be used for browsers." +msgstr "Link zu einem Icon, das Browser verwenden werden." + +#: mod/admin.php:1364 +msgid "Touch icon" +msgstr "Touch Icon" + +#: mod/admin.php:1364 +msgid "Link to an icon that will be used for tablets and mobiles." +msgstr "Link zu einem Icon das Tablets und Handies verwenden sollen." + +#: mod/admin.php:1365 +msgid "Additional Info" +msgstr "Zusätzliche Informationen" + +#: mod/admin.php:1365 +#, php-format +msgid "" +"For public servers: you can add additional information here that will be " +"listed at %s/servers." +msgstr "Für öffentliche Server kannst Du hier zusätzliche Informationen angeben, die dann auf %s/servers angezeigt werden." + +#: mod/admin.php:1366 +msgid "System language" +msgstr "Systemsprache" + +#: mod/admin.php:1367 +msgid "System theme" +msgstr "Systemweites Theme" + +#: mod/admin.php:1367 +msgid "" +"Default system theme - may be over-ridden by user profiles - change theme settings" +msgstr "Vorgabe für das System-Theme - kann von Benutzerprofilen überschrieben werden - Theme-Einstellungen ändern" + +#: mod/admin.php:1368 +msgid "Mobile system theme" +msgstr "Systemweites mobiles Theme" + +#: mod/admin.php:1368 +msgid "Theme for mobile devices" +msgstr "Thema für mobile Geräte" + +#: mod/admin.php:1369 +msgid "SSL link policy" +msgstr "Regeln für SSL Links" + +#: mod/admin.php:1369 +msgid "Determines whether generated links should be forced to use SSL" +msgstr "Bestimmt, ob generierte Links SSL verwenden müssen" + +#: mod/admin.php:1370 +msgid "Force SSL" +msgstr "Erzwinge SSL" + +#: mod/admin.php:1370 +msgid "" +"Force all Non-SSL requests to SSL - Attention: on some systems it could lead" +" to endless loops." +msgstr "Erzinge alle Nicht-SSL Anfragen auf SSL - Achtung: auf manchen Systemen verursacht dies eine Endlosschleife." + +#: mod/admin.php:1371 +msgid "Hide help entry from navigation menu" +msgstr "Verberge den Menüeintrag für die Hilfe im Navigationsmenü" + +#: mod/admin.php:1371 +msgid "" +"Hides the menu entry for the Help pages from the navigation menu. You can " +"still access it calling /help directly." +msgstr "Verbirgt den Menüeintrag für die Hilfe-Seiten im Navigationsmenü. Die Seiten können weiterhin über /help aufgerufen werden." + +#: mod/admin.php:1372 +msgid "Single user instance" +msgstr "Ein-Nutzer Instanz" + +#: mod/admin.php:1372 +msgid "Make this instance multi-user or single-user for the named user" +msgstr "Regelt ob es sich bei dieser Instanz um eine ein Personen Installation oder eine Installation mit mehr als einem Nutzer handelt." + +#: mod/admin.php:1373 +msgid "Maximum image size" +msgstr "Maximale Bildgröße" + +#: mod/admin.php:1373 +msgid "" +"Maximum size in bytes of uploaded images. Default is 0, which means no " +"limits." +msgstr "Maximale Uploadgröße von Bildern in Bytes. Standard ist 0, d.h. ohne Limit." + +#: mod/admin.php:1374 +msgid "Maximum image length" +msgstr "Maximale Bildlänge" + +#: mod/admin.php:1374 +msgid "" +"Maximum length in pixels of the longest side of uploaded images. Default is " +"-1, which means no limits." +msgstr "Maximale Länge in Pixeln der längsten Seite eines hoch geladenen Bildes. Grundeinstellung ist -1 was keine Einschränkung bedeutet." + +#: mod/admin.php:1375 +msgid "JPEG image quality" +msgstr "Qualität des JPEG Bildes" + +#: mod/admin.php:1375 +msgid "" +"Uploaded JPEGS will be saved at this quality setting [0-100]. Default is " +"100, which is full quality." +msgstr "Hoch geladene JPEG Bilder werden mit dieser Qualität [0-100] gespeichert. Grundeinstellung ist 100, kein Qualitätsverlust." + +#: mod/admin.php:1377 +msgid "Register policy" +msgstr "Registrierungsmethode" + +#: mod/admin.php:1378 +msgid "Maximum Daily Registrations" +msgstr "Maximum täglicher Registrierungen" + +#: mod/admin.php:1378 +msgid "" +"If registration is permitted above, this sets the maximum number of new user" +" registrations to accept per day. If register is set to closed, this " +"setting has no effect." +msgstr "Wenn die Registrierung weiter oben erlaubt ist, regelt dies die maximale Anzahl von Neuanmeldungen pro Tag. Wenn die Registrierung geschlossen ist, hat diese Einstellung keinen Effekt." + +#: mod/admin.php:1379 +msgid "Register text" +msgstr "Registrierungstext" + +#: mod/admin.php:1379 +msgid "" +"Will be displayed prominently on the registration page. You can use BBCode " +"here." +msgstr "Wird gut sichtbar auf der Registrierungsseite angezeigt. BBCode kann verwendet werden." + +#: mod/admin.php:1380 +msgid "Accounts abandoned after x days" +msgstr "Nutzerkonten gelten nach x Tagen als unbenutzt" + +#: mod/admin.php:1380 +msgid "" +"Will not waste system resources polling external sites for abandonded " +"accounts. Enter 0 for no time limit." +msgstr "Verschwende keine System-Ressourcen auf das Pollen externer Seiten, wenn Konten nicht mehr benutzt werden. 0 eingeben für kein Limit." + +#: mod/admin.php:1381 +msgid "Allowed friend domains" +msgstr "Erlaubte Domains für Kontakte" + +#: mod/admin.php:1381 +msgid "" +"Comma separated list of domains which are allowed to establish friendships " +"with this site. Wildcards are accepted. Empty to allow any domains" +msgstr "Liste der Domains, die für Kontakte erlaubt sind, durch Kommas getrennt. Platzhalter werden akzeptiert. Leer lassen, um alle Domains zu erlauben." + +#: mod/admin.php:1382 +msgid "Allowed email domains" +msgstr "Erlaubte Domains für E-Mails" + +#: mod/admin.php:1382 +msgid "" +"Comma separated list of domains which are allowed in email addresses for " +"registrations to this site. Wildcards are accepted. Empty to allow any " +"domains" +msgstr "Liste der Domains, die für E-Mail-Adressen bei der Registrierung erlaubt sind, durch Kommas getrennt. Platzhalter werden akzeptiert. Leer lassen, um alle Domains zu erlauben." + +#: mod/admin.php:1383 +msgid "No OEmbed rich content" +msgstr "OEmbed nicht verwenden" + +#: mod/admin.php:1383 +msgid "" +"Don't show the rich content (e.g. embedded PDF), except from the domains " +"listed below." +msgstr "Verhindert das Einbetten von reichhaltigen Inhalten (z.B. eingebettete PDF Dateien). Ausgenommen von dieser Regel werden Domänen die unten aufgeführt werden." + +#: mod/admin.php:1384 +msgid "Allowed OEmbed domains" +msgstr "Erlaubte OEmbed Domänen" + +#: mod/admin.php:1384 +msgid "" +"Comma separated list of domains which oembed content is allowed to be " +"displayed. Wildcards are accepted." +msgstr "Komma separierte Liste von Domänen für die das einbetten reichhaltiger Inhalte erlaubt sind. Platzhalter können verwendet werden." + +#: mod/admin.php:1385 +msgid "Block public" +msgstr "Öffentlichen Zugriff blockieren" + +#: mod/admin.php:1385 +msgid "" +"Check to block public access to all otherwise public personal pages on this " +"site unless you are currently logged in." +msgstr "Klicken, um öffentlichen Zugriff auf sonst öffentliche Profile zu blockieren, wenn man nicht eingeloggt ist." + +#: mod/admin.php:1386 +msgid "Force publish" +msgstr "Erzwinge Veröffentlichung" + +#: mod/admin.php:1386 +msgid "" +"Check to force all profiles on this site to be listed in the site directory." +msgstr "Klicken, um Anzeige aller Profile dieses Servers im Verzeichnis zu erzwingen." + +#: mod/admin.php:1387 +msgid "Global directory URL" +msgstr "URL des weltweiten Verzeichnisses" + +#: mod/admin.php:1387 +msgid "" +"URL to the global directory. If this is not set, the global directory is " +"completely unavailable to the application." +msgstr "URL des weltweiten Verzeichnisses. Wenn diese nicht gesetzt ist, ist das Verzeichnis für die Applikation nicht erreichbar." + +#: mod/admin.php:1388 +msgid "Private posts by default for new users" +msgstr "Private Beiträge als Standard für neue Nutzer" + +#: mod/admin.php:1388 +msgid "" +"Set default post permissions for all new members to the default privacy " +"group rather than public." +msgstr "Die Standard-Zugriffsrechte für neue Nutzer werden so gesetzt, dass als Voreinstellung in die private Gruppe gepostet wird anstelle von öffentlichen Beiträgen." + +#: mod/admin.php:1389 +msgid "Don't include post content in email notifications" +msgstr "Inhalte von Beiträgen nicht in E-Mail-Benachrichtigungen versenden" + +#: mod/admin.php:1389 +msgid "" +"Don't include the content of a post/comment/private message/etc. in the " +"email notifications that are sent out from this site, as a privacy measure." +msgstr "Inhalte von Beiträgen/Kommentaren/privaten Nachrichten/usw., zum Datenschutz nicht in E-Mail-Benachrichtigungen einbinden." + +#: mod/admin.php:1390 +msgid "Disallow public access to addons listed in the apps menu." +msgstr "Öffentlichen Zugriff auf Addons im Apps Menü verbieten." + +#: mod/admin.php:1390 +msgid "" +"Checking this box will restrict addons listed in the apps menu to members " +"only." +msgstr "Wenn ausgewählt werden die im Apps Menü aufgeführten Addons nur angemeldeten Nutzern der Seite zur Verfügung gestellt." + +#: mod/admin.php:1391 +msgid "Don't embed private images in posts" +msgstr "Private Bilder nicht in Beiträgen einbetten." + +#: mod/admin.php:1391 +msgid "" +"Don't replace locally-hosted private photos in posts with an embedded copy " +"of the image. This means that contacts who receive posts containing private " +"photos will have to authenticate and load each image, which may take a " +"while." +msgstr "Ersetze lokal gehostete private Fotos in Beiträgen nicht mit einer eingebetteten Kopie des Bildes. Dies bedeutet, dass Kontakte, die Beiträge mit privaten Fotos erhalten sich zunächst auf den jeweiligen Servern authentifizieren müssen bevor die Bilder geladen und angezeigt werden, was eine gewisse Zeit dauert." + +#: mod/admin.php:1392 +msgid "Allow Users to set remote_self" +msgstr "Nutzern erlauben das remote_self Flag zu setzen" + +#: mod/admin.php:1392 +msgid "" +"With checking this, every user is allowed to mark every contact as a " +"remote_self in the repair contact dialog. Setting this flag on a contact " +"causes mirroring every posting of that contact in the users stream." +msgstr "Ist dies ausgewählt kann jeder Nutzer jeden seiner Kontakte als remote_self (entferntes Konto) im Kontakt reparieren Dialog markieren. Nach dem setzten dieses Flags werden alle Top-Level Beiträge dieser Kontakte automatisch in den Stream dieses Nutzers gepostet." + +#: mod/admin.php:1393 +msgid "Block multiple registrations" +msgstr "Unterbinde Mehrfachregistrierung" + +#: mod/admin.php:1393 +msgid "Disallow users to register additional accounts for use as pages." +msgstr "Benutzern nicht erlauben, weitere Konten für Organisationsseiten o.ä. mit der gleichen E-Mail Adresse anzulegen, um diese als ." + +#: mod/admin.php:1394 +msgid "OpenID support" +msgstr "OpenID Unterstützung" + +#: mod/admin.php:1394 +msgid "OpenID support for registration and logins." +msgstr "OpenID-Unterstützung für Registrierung und Login." + +#: mod/admin.php:1395 +msgid "Fullname check" +msgstr "Namen auf Vollständigkeit überprüfen" + +#: mod/admin.php:1395 +msgid "" +"Force users to register with a space between firstname and lastname in Full " +"name, as an antispam measure" +msgstr "Leerzeichen zwischen Vor- und Nachname im vollständigen Namen erzwingen, um SPAM zu vermeiden." + +#: mod/admin.php:1396 +msgid "Community pages for visitors" +msgstr "Für Besucher verfügbare Gemeinschaftsseite" + +#: mod/admin.php:1396 +msgid "" +"Which community pages should be available for visitors. Local users always " +"see both pages." +msgstr "Welche Gemeinschaftsseiten sollen für Besucher dieses Knotens verfügbar sein? Lokale Nutzer können grundsätzlich beide Gemeinschaftsseiten verwenden." + +#: mod/admin.php:1397 +msgid "Posts per user on community page" +msgstr "Anzahl der Beiträge pro Benutzer auf der Gemeinschaftsseite" + +#: mod/admin.php:1397 +msgid "" +"The maximum number of posts per user on the community page. (Not valid for " +"'Global Community')" +msgstr "Die Anzahl der Beiträge die von jedem Nutzer maximal auf der Gemeinschaftsseite angezeigt werden sollen. Dieser Parameter wird nicht für die Globale Gemeinschaftsseite genutzt." + +#: mod/admin.php:1398 +msgid "Enable OStatus support" +msgstr "OStatus Unterstützung aktivieren" + +#: mod/admin.php:1398 +msgid "" +"Provide built-in OStatus (StatusNet, GNU Social etc.) compatibility. All " +"communications in OStatus are public, so privacy warnings will be " +"occasionally displayed." +msgstr "Biete die eingebaute OStatus (iStatusNet, GNU Social, etc.) Unterstützung an. Jede Kommunikation in OStatus ist öffentlich, Privatsphäre Warnungen werden nur bei Bedarf angezeigt." + +#: mod/admin.php:1399 +msgid "Only import OStatus threads from our contacts" +msgstr "Nur OStatus Konversationen unserer Kontakte importieren" + +#: mod/admin.php:1399 +msgid "" +"Normally we import every content from our OStatus contacts. With this option" +" we only store threads that are started by a contact that is known on our " +"system." +msgstr "Normalerweise werden alle Inhalte von OStatus Kontakten importiert. Mit dieser Option werden nur solche Konversationen gespeichert, die von Kontakten der Nutzer dieses Knotens gestartet wurden." + +#: mod/admin.php:1400 +msgid "OStatus support can only be enabled if threading is enabled." +msgstr "OStatus Unterstützung kann nur aktiviert werden wenn \"Threading\" aktiviert ist. " + +#: mod/admin.php:1402 +msgid "" +"Diaspora support can't be enabled because Friendica was installed into a sub" +" directory." +msgstr "Diaspora Unterstützung kann nicht aktiviert werden da Friendica in ein Unterverzeichnis installiert ist." + +#: mod/admin.php:1403 +msgid "Enable Diaspora support" +msgstr "Diaspora Unterstützung aktivieren" + +#: mod/admin.php:1403 +msgid "Provide built-in Diaspora network compatibility." +msgstr "Verwende die eingebaute Diaspora-Verknüpfung." + +#: mod/admin.php:1404 +msgid "Only allow Friendica contacts" +msgstr "Nur Friendica-Kontakte erlauben" + +#: mod/admin.php:1404 +msgid "" +"All contacts must use Friendica protocols. All other built-in communication " +"protocols disabled." +msgstr "Alle Kontakte müssen das Friendica Protokoll nutzen. Alle anderen Kommunikationsprotokolle werden deaktiviert." + +#: mod/admin.php:1405 +msgid "Verify SSL" +msgstr "SSL Überprüfen" + +#: mod/admin.php:1405 +msgid "" +"If you wish, you can turn on strict certificate checking. This will mean you" +" cannot connect (at all) to self-signed SSL sites." +msgstr "Wenn gewollt, kann man hier eine strenge Zertifikatkontrolle einstellen. Das bedeutet, dass man zu keinen Seiten mit selbst unterzeichnetem SSL eine Verbindung herstellen kann." + +#: mod/admin.php:1406 +msgid "Proxy user" +msgstr "Proxy Nutzer" + +#: mod/admin.php:1407 +msgid "Proxy URL" +msgstr "Proxy URL" + +#: mod/admin.php:1408 +msgid "Network timeout" +msgstr "Netzwerk Wartezeit" + +#: mod/admin.php:1408 +msgid "Value is in seconds. Set to 0 for unlimited (not recommended)." +msgstr "Der Wert ist in Sekunden. Setze 0 für unbegrenzt (nicht empfohlen)." + +#: mod/admin.php:1409 +msgid "Maximum Load Average" +msgstr "Maximum Load Average" + +#: mod/admin.php:1409 +msgid "" +"Maximum system load before delivery and poll processes are deferred - " +"default 50." +msgstr "Maximale Systemlast bevor Verteil- und Empfangsprozesse verschoben werden - Standard 50" + +#: mod/admin.php:1410 +msgid "Maximum Load Average (Frontend)" +msgstr "Maximum Load Average (Frontend)" + +#: mod/admin.php:1410 +msgid "Maximum system load before the frontend quits service - default 50." +msgstr "Maximale Systemlast bevor Vordergrundprozesse pausiert werden - Standard 50." + +#: mod/admin.php:1411 +msgid "Minimal Memory" +msgstr "Minimaler Speicher" + +#: mod/admin.php:1411 +msgid "" +"Minimal free memory in MB for the worker. Needs access to /proc/meminfo - " +"default 0 (deactivated)." +msgstr "Minimal freier Speicher in MB für den Worker Prozess. Benötigt Zugriff auf /proc/meminfo - Standardwert ist 0 (deaktiviert)" + +#: mod/admin.php:1412 +msgid "Maximum table size for optimization" +msgstr "Maximale Tabellengröße zur Optimierung" + +#: mod/admin.php:1412 +msgid "" +"Maximum table size (in MB) for the automatic optimization - default 100 MB. " +"Enter -1 to disable it." +msgstr "Maximale Tabellengröße (in MB) für die automatische Optimierung - Standard 100 MB. Gib -1 für Deaktivierung ein." + +#: mod/admin.php:1413 +msgid "Minimum level of fragmentation" +msgstr "Minimaler Fragmentationsgrad" + +#: mod/admin.php:1413 +msgid "" +"Minimum fragmenation level to start the automatic optimization - default " +"value is 30%." +msgstr "Minimales Fragmentationsgrad von Datenbanktabellen um die automatische Optimierung einzuleiten - Standardwert ist 30%" + +#: mod/admin.php:1415 +msgid "Periodical check of global contacts" +msgstr "Regelmäßig globale Kontakte überprüfen" + +#: mod/admin.php:1415 +msgid "" +"If enabled, the global contacts are checked periodically for missing or " +"outdated data and the vitality of the contacts and servers." +msgstr "Wenn diese Option aktiviert ist, werden die globalen Kontakte regelmäßig auf fehlende oder veraltete Daten sowie auf Erreichbarkeit des Kontakts und des Servers überprüft." + +#: mod/admin.php:1416 +msgid "Days between requery" +msgstr "Tage zwischen erneuten Abfragen" + +#: mod/admin.php:1416 +msgid "Number of days after which a server is requeried for his contacts." +msgstr "Legt das Abfrageintervall fest, nachdem ein Server erneut nach Kontakten abgefragt werden soll." + +#: mod/admin.php:1417 +msgid "Discover contacts from other servers" +msgstr "Neue Kontakte auf anderen Servern entdecken" + +#: mod/admin.php:1417 +msgid "" +"Periodically query other servers for contacts. You can choose between " +"'users': the users on the remote system, 'Global Contacts': active contacts " +"that are known on the system. The fallback is meant for Redmatrix servers " +"and older friendica servers, where global contacts weren't available. The " +"fallback increases the server load, so the recommened setting is 'Users, " +"Global Contacts'." +msgstr "Regelmäßig andere Server nach potentiellen Kontakten absuchen. Du kannst zwischen 'Nutzern', den tatsächlichen Nutzern des anderen Systems und 'globalen Kontakten', aktiven Kontakten die auf dem System bekannt sind, wählen. Der Fallback-Mechanismus ist für ältere Friendica und Redmatrix Server gedacht, bei denen globale Kontakte noch nicht verfügbar sind. Durch den Fallbackmodus entsteht auf deinem Server eine wesentlich höhere Last, empfohlen wird der Modus 'Nutzer, globale Kontakte'." + +#: mod/admin.php:1418 +msgid "Timeframe for fetching global contacts" +msgstr "Zeitfenster für globale Kontakte" + +#: mod/admin.php:1418 +msgid "" +"When the discovery is activated, this value defines the timeframe for the " +"activity of the global contacts that are fetched from other servers." +msgstr "Wenn die Entdeckung neuer Kontakte aktiv ist, definiert dieses Zeitfenster den Zeitraum in dem globale Kontakte als aktiv gelten und von anderen Servern importiert werden." + +#: mod/admin.php:1419 +msgid "Search the local directory" +msgstr "Lokales Verzeichnis durchsuchen" + +#: mod/admin.php:1419 +msgid "" +"Search the local directory instead of the global directory. When searching " +"locally, every search will be executed on the global directory in the " +"background. This improves the search results when the search is repeated." +msgstr "Suche im lokalen Verzeichnis anstelle des globalen Verzeichnisses durchführen. Jede Suche wird im Hintergrund auch im globalen Verzeichnis durchgeführt um die Suchresultate zu verbessern, wenn diese Suche wiederholt wird." + +#: mod/admin.php:1421 +msgid "Publish server information" +msgstr "Server Informationen veröffentlichen" + +#: mod/admin.php:1421 +msgid "" +"If enabled, general server and usage data will be published. The data " +"contains the name and version of the server, number of users with public " +"profiles, number of posts and the activated protocols and connectors. See the-federation.info for details." +msgstr "Wenn aktiviert, werden allgemeine Informationen über den Server und Nutzungsdaten veröffentlicht. Die Daten beinhalten den Namen sowie die Version des Servers, die Anzahl der Personen mit öffentlichen Profilen, die Anzahl der Beiträge sowie aktivierte Protokolle und Connectoren. Für Details bitte the-federation.info aufrufen." + +#: mod/admin.php:1423 +msgid "Check upstream version" +msgstr "Suche nach Updates" + +#: mod/admin.php:1423 +msgid "" +"Enables checking for new Friendica versions at github. If there is a new " +"version, you will be informed in the admin panel overview." +msgstr "Wenn diese Option aktiviert ist wird regelmäßig nach neuen Friendica Versionen auf github überprüft. Wenn es eine neue Version gibt, wird dies auf der Übersichtsseite im Admin-Panel angezeigt." + +#: mod/admin.php:1424 +msgid "Suppress Tags" +msgstr "Tags Unterdrücken" + +#: mod/admin.php:1424 +msgid "Suppress showing a list of hashtags at the end of the posting." +msgstr "Unterdrückt die Anzeige von Tags am Ende eines Beitrags." + +#: mod/admin.php:1425 +msgid "Path to item cache" +msgstr "Pfad zum Eintrag Cache" + +#: mod/admin.php:1425 +msgid "The item caches buffers generated bbcode and external images." +msgstr "Im Item-Cache werden externe Bilder und geparster BBCode zwischen gespeichert." + +#: mod/admin.php:1426 +msgid "Cache duration in seconds" +msgstr "Cache-Dauer in Sekunden" + +#: mod/admin.php:1426 +msgid "" +"How long should the cache files be hold? Default value is 86400 seconds (One" +" day). To disable the item cache, set the value to -1." +msgstr "Wie lange sollen die gecachedten Dateien vorgehalten werden? Grundeinstellung sind 86400 Sekunden (ein Tag). Um den Item Cache zu deaktivieren, setze diesen Wert auf -1." + +#: mod/admin.php:1427 +msgid "Maximum numbers of comments per post" +msgstr "Maximale Anzahl von Kommentaren pro Beitrag" + +#: mod/admin.php:1427 +msgid "How much comments should be shown for each post? Default value is 100." +msgstr "Wie viele Kommentare sollen pro Beitrag angezeigt werden? Standardwert sind 100." + +#: mod/admin.php:1428 +msgid "Temp path" +msgstr "Temp Pfad" + +#: mod/admin.php:1428 +msgid "" +"If you have a restricted system where the webserver can't access the system " +"temp path, enter another path here." +msgstr "Solltest du ein eingeschränktes System haben, auf dem der Webserver nicht auf das temp Verzeichnis des Systems zugreifen kann, setze hier einen anderen Pfad." + +#: mod/admin.php:1429 +msgid "Base path to installation" +msgstr "Basis-Pfad zur Installation" + +#: mod/admin.php:1429 +msgid "" +"If the system cannot detect the correct path to your installation, enter the" +" correct path here. This setting should only be set if you are using a " +"restricted system and symbolic links to your webroot." +msgstr "Falls das System nicht den korrekten Pfad zu deiner Installation gefunden hat, gib den richtigen Pfad bitte hier ein. Du solltest hier den Pfad nur auf einem eingeschränkten System angeben müssen, bei dem du mit symbolischen Links auf dein Webverzeichnis verweist." + +#: mod/admin.php:1430 +msgid "Disable picture proxy" +msgstr "Bilder Proxy deaktivieren" + +#: mod/admin.php:1430 +msgid "" +"The picture proxy increases performance and privacy. It shouldn't be used on" +" systems with very low bandwith." +msgstr "Der Proxy für Bilder verbessert die Leistung und Privatsphäre der Nutzer. Er sollte nicht auf Systemen verwendet werden, die nur über begrenzte Bandbreite verfügen." + +#: mod/admin.php:1431 +msgid "Only search in tags" +msgstr "Nur in Tags suchen" + +#: mod/admin.php:1431 +msgid "On large systems the text search can slow down the system extremely." +msgstr "Auf großen Knoten kann die Volltext-Suche das System ausbremsen." + +#: mod/admin.php:1433 +msgid "New base url" +msgstr "Neue Basis-URL" + +#: mod/admin.php:1433 +msgid "" +"Change base url for this server. Sends relocate message to all Friendica and" +" Diaspora* contacts of all users." +msgstr "Ändert die Basis-URL dieses Servers und sendet eine Umzugsmitteilung an alle Friendica und Diaspora* Kontakte deiner NutzerInnen." + +#: mod/admin.php:1435 +msgid "RINO Encryption" +msgstr "RINO Verschlüsselung" + +#: mod/admin.php:1435 +msgid "Encryption layer between nodes." +msgstr "Verschlüsselung zwischen Friendica Instanzen" + +#: mod/admin.php:1435 +msgid "Enabled" +msgstr "Aktiv" + +#: mod/admin.php:1437 +msgid "Maximum number of parallel workers" +msgstr "Maximale Anzahl parallel laufender Worker" + +#: mod/admin.php:1437 +msgid "" +"On shared hosters set this to 2. On larger systems, values of 10 are great. " +"Default value is 4." +msgstr "Wenn dein Knoten bei einem Shared Hoster ist, setzte diesen Wert auf 2. Auf größeren Systemen funktioniert ein Wert von 10 recht gut. Standardeinstellung sind 4." + +#: mod/admin.php:1438 +msgid "Don't use 'proc_open' with the worker" +msgstr "'proc_open' nicht mit den Workern verwenden" + +#: mod/admin.php:1438 +msgid "" +"Enable this if your system doesn't allow the use of 'proc_open'. This can " +"happen on shared hosters. If this is enabled you should increase the " +"frequency of worker calls in your crontab." +msgstr "Aktiviere diese Option, wenn dein System die Verwendung von 'proc_open' verhindert. Dies könnte auf Shared Hostern der Fall sein. Wenn du diese Option aktivierst, solltest du die Frequenz der poller Aufrufe in deiner crontab erhöhen." + +#: mod/admin.php:1439 +msgid "Enable fastlane" +msgstr "Aktiviere Fastlane" + +#: mod/admin.php:1439 +msgid "" +"When enabed, the fastlane mechanism starts an additional worker if processes" +" with higher priority are blocked by processes of lower priority." +msgstr "Wenn aktiviert, wird der Fastlane-Mechanismus einen weiteren Worker-Prozeß starten wenn Prozesse mit höherer Priorität von Prozessen mit niedrigerer Priorität blockiert werden." + +#: mod/admin.php:1440 +msgid "Enable frontend worker" +msgstr "Aktiviere den Frontend Worker" + +#: mod/admin.php:1440 +#, php-format +msgid "" +"When enabled the Worker process is triggered when backend access is " +"performed \\x28e.g. messages being delivered\\x29. On smaller sites you " +"might want to call %s/worker on a regular basis via an external cron job. " +"You should only enable this option if you cannot utilize cron/scheduled jobs" +" on your server." +msgstr "Ist diese Option aktiv, wird der Worker Prozess durch Aktionen am Frontend gestartet (z.B. wenn Nachrichten zugestellt werden). Auf kleineren Seiten sollte %s/worker regelmäßig, beispielsweise durch einen externen Cron Anbieter, aufgerufen werden. Du solltest dies Option nur dann aktivieren, wenn du keinen Cron Job auf deinem eigenen Server starten kannst." + +#: mod/admin.php:1442 +msgid "Subscribe to relay" +msgstr "Relais abonnieren" + +#: mod/admin.php:1442 +msgid "" +"Enables the receiving of public posts from the relay. They will be included " +"in the search, subscribed tags and on the global community page." +msgstr "Aktiviert den Empfang von öffentlichen Beiträgen vom Relais-Server. Diese Beiträge werden in der Suche, den abonnierten Hashtags sowie der globalen Gemeinschaftsseite verfügbar sein." + +#: mod/admin.php:1443 +msgid "Relay server" +msgstr "Relais Server" + +#: mod/admin.php:1443 +msgid "" +"Address of the relay server where public posts should be send to. For " +"example https://relay.diasp.org" +msgstr "Adresse des Relais Servers an den die öffentlichen Beiträge gesendet werden sollen. Zum Beispiel https://relay.diasp.org" + +#: mod/admin.php:1444 +msgid "Direct relay transfer" +msgstr "Direkte Relais Übertragung" + +#: mod/admin.php:1444 +msgid "" +"Enables the direct transfer to other servers without using the relay servers" +msgstr "Aktiviert das direkte Verteilen an andere Server, ohne dass ein Relais Server verwendet wird." + +#: mod/admin.php:1445 +msgid "Relay scope" +msgstr "Geltungsbereich des Relais" + +#: mod/admin.php:1445 +msgid "" +"Can be 'all' or 'tags'. 'all' means that every public post should be " +"received. 'tags' means that only posts with selected tags should be " +"received." +msgstr "Der Wert kann entweder 'Alle' oder 'Schlagwörter' sein. 'Alle' bedeutet, dass alle öffentliche Beiträge empfangen werden sollen. 'Schlagwörter' schränkt dem Empfang auf Beiträge ein, die bestimmte Schlagwörter beinhalten." + +#: mod/admin.php:1445 +msgid "all" +msgstr "Alle" + +#: mod/admin.php:1445 +msgid "tags" +msgstr "Schlagwörter" + +#: mod/admin.php:1446 +msgid "Server tags" +msgstr "Server Schlagworte" + +#: mod/admin.php:1446 +msgid "Comma separated list of tags for the 'tags' subscription." +msgstr "Liste von Schlagworten die abonniert werden sollen, mit Komma getrennt." + +#: mod/admin.php:1447 +msgid "Allow user tags" +msgstr "Verwende Schlagworte der Nutzer" + +#: mod/admin.php:1447 +msgid "" +"If enabled, the tags from the saved searches will used for the 'tags' " +"subscription in addition to the 'relay_server_tags'." +msgstr "Ist dies aktiviert, werden die Schlagwörter der gespeicherten Suchen zusätzlich zu den oben definierten Server Schlagworte abonniert." + +#: mod/admin.php:1475 +msgid "Update has been marked successful" +msgstr "Update wurde als erfolgreich markiert" + +#: mod/admin.php:1482 +#, php-format +msgid "Database structure update %s was successfully applied." +msgstr "Das Update %s der Struktur der Datenbank wurde erfolgreich angewandt." + +#: mod/admin.php:1485 +#, php-format +msgid "Executing of database structure update %s failed with error: %s" +msgstr "Das Update %s der Struktur der Datenbank schlug mit folgender Fehlermeldung fehl: %s" + +#: mod/admin.php:1498 +#, php-format +msgid "Executing %s failed with error: %s" +msgstr "Die Ausführung von %s schlug fehl. Fehlermeldung: %s" + +#: mod/admin.php:1500 +#, php-format +msgid "Update %s was successfully applied." +msgstr "Update %s war erfolgreich." + +#: mod/admin.php:1503 +#, php-format +msgid "Update %s did not return a status. Unknown if it succeeded." +msgstr "Update %s hat keinen Status zurückgegeben. Unbekannter Status." + +#: mod/admin.php:1506 +#, php-format +msgid "There was no additional update function %s that needed to be called." +msgstr "Es gab keine weitere Update-Funktion, die von %s ausgeführt werden musste." + +#: mod/admin.php:1526 +msgid "No failed updates." +msgstr "Keine fehlgeschlagenen Updates." + +#: mod/admin.php:1527 +msgid "Check database structure" +msgstr "Datenbank Struktur überprüfen" + +#: mod/admin.php:1532 +msgid "Failed Updates" +msgstr "Fehlgeschlagene Updates" + +#: mod/admin.php:1533 +msgid "" +"This does not include updates prior to 1139, which did not return a status." +msgstr "Ohne Updates vor 1139, da diese keinen Status zurückgegeben haben." + +#: mod/admin.php:1534 +msgid "Mark success (if update was manually applied)" +msgstr "Als erfolgreich markieren (falls das Update manuell installiert wurde)" + +#: mod/admin.php:1535 +msgid "Attempt to execute this update step automatically" +msgstr "Versuchen, diesen Schritt automatisch auszuführen" + +#: mod/admin.php:1574 +#, php-format +msgid "" +"\n" +"\t\t\tDear %1$s,\n" +"\t\t\t\tthe administrator of %2$s has set up an account for you." +msgstr "\nHallo %1$s,\n\nauf %2$s wurde ein Account für Dich angelegt." + +#: mod/admin.php:1577 +#, php-format +msgid "" +"\n" +"\t\t\tThe login details are as follows:\n" +"\n" +"\t\t\tSite Location:\t%1$s\n" +"\t\t\tLogin Name:\t\t%2$s\n" +"\t\t\tPassword:\t\t%3$s\n" +"\n" +"\t\t\tYou may change your password from your account \"Settings\" page after logging\n" +"\t\t\tin.\n" +"\n" +"\t\t\tPlease take a few moments to review the other account settings on that page.\n" +"\n" +"\t\t\tYou may also wish to add some basic information to your default profile\n" +"\t\t\t(on the \"Profiles\" page) so that other people can easily find you.\n" +"\n" +"\t\t\tWe recommend setting your full name, adding a profile photo,\n" +"\t\t\tadding some profile \"keywords\" (very useful in making new friends) - and\n" +"\t\t\tperhaps what country you live in; if you do not wish to be more specific\n" +"\t\t\tthan that.\n" +"\n" +"\t\t\tWe fully respect your right to privacy, and none of these items are necessary.\n" +"\t\t\tIf you are new and do not know anybody here, they may help\n" +"\t\t\tyou to make some new and interesting friends.\n" +"\n" +"\t\t\tIf you ever want to delete your account, you can do so at %1$s/removeme\n" +"\n" +"\t\t\tThank you and welcome to %4$s." +msgstr "\nNachfolgend die Anmelde-Details:\n\tAdresse der Seite:\t%1$s\n\tBenutzername:\t%2$s\n\tPasswort:\t%3$s\n\nDu kannst Dein Passwort unter \"Einstellungen\" ändern, sobald Du Dich\nangemeldet hast.\n\nBitte nimm Dir ein paar Minuten um die anderen Einstellungen auf dieser\nSeite zu kontrollieren.\n\nEventuell magst Du ja auch einige Informationen über Dich in Deinem\nProfil veröffentlichen, damit andere Leute Dich einfacher finden können.\nBearbeite hierfür einfach Dein Standard-Profil (über die Profil-Seite).\n\nWir empfehlen Dir, Deinen kompletten Namen anzugeben und ein zu Dir\npassendes Profilbild zu wählen, damit Dich alte Bekannte wieder finden.\nAußerdem ist es nützlich, wenn Du auf Deinem Profil Schlüsselwörter\nangibst. Das erleichtert es, Leute zu finden, die Deine Interessen teilen.\n\nWir respektieren Deine Privatsphäre - keine dieser Angaben ist nötig.\nWenn Du neu im Netzwerk bist und noch niemanden kennst, dann können sie\nallerdings dabei helfen, neue und interessante Kontakte zu knüpfen.\n\nSolltest du dein Nutzerkonto löschen wollen, kannst du dies unter %1$s/removeme jederzeit tun.\n\nNun viel Spaß, gute Begegnungen und willkommen auf %4$s." + +#: mod/admin.php:1611 src/Model/User.php:649 +#, php-format +msgid "Registration details for %s" +msgstr "Details der Registration von %s" + +#: mod/admin.php:1621 +#, php-format +msgid "%s user blocked/unblocked" +msgid_plural "%s users blocked/unblocked" +msgstr[0] "%s Benutzer geblockt/freigegeben" +msgstr[1] "%s Benutzer geblockt/freigegeben" + +#: mod/admin.php:1627 +#, php-format +msgid "%s user deleted" +msgid_plural "%s users deleted" +msgstr[0] "%s Nutzer gelöscht" +msgstr[1] "%s Nutzer gelöscht" + +#: mod/admin.php:1674 +#, php-format +msgid "User '%s' deleted" +msgstr "Nutzer '%s' gelöscht" + +#: mod/admin.php:1682 +#, php-format +msgid "User '%s' unblocked" +msgstr "Nutzer '%s' entsperrt" + +#: mod/admin.php:1682 +#, php-format +msgid "User '%s' blocked" +msgstr "Nutzer '%s' gesperrt" + +#: mod/admin.php:1781 mod/admin.php:1793 mod/admin.php:1806 mod/admin.php:1824 +#: src/Content/ContactSelector.php:82 +msgid "Email" +msgstr "E-Mail" + +#: mod/admin.php:1781 mod/admin.php:1806 +msgid "Register date" +msgstr "Anmeldedatum" + +#: mod/admin.php:1781 mod/admin.php:1806 +msgid "Last login" +msgstr "Letzte Anmeldung" + +#: mod/admin.php:1781 mod/admin.php:1806 +msgid "Last item" +msgstr "Letzter Beitrag" + +#: mod/admin.php:1781 mod/settings.php:55 +msgid "Account" +msgstr "Nutzerkonto" + +#: mod/admin.php:1789 +msgid "Add User" +msgstr "Nutzer hinzufügen" + +#: mod/admin.php:1791 +msgid "User registrations waiting for confirm" +msgstr "Neuanmeldungen, die auf Deine Bestätigung warten" + +#: mod/admin.php:1792 +msgid "User waiting for permanent deletion" +msgstr "Nutzer wartet auf permanente Löschung" + +#: mod/admin.php:1793 +msgid "Request date" +msgstr "Anfragedatum" + +#: mod/admin.php:1794 +msgid "No registrations." +msgstr "Keine Neuanmeldungen." + +#: mod/admin.php:1795 +msgid "Note from the user" +msgstr "Hinweis vom Nutzer" + +#: mod/admin.php:1797 +msgid "Deny" +msgstr "Verwehren" + +#: mod/admin.php:1801 +msgid "Site admin" +msgstr "Seitenadministrator" + +#: mod/admin.php:1802 +msgid "Account expired" +msgstr "Account ist abgelaufen" + +#: mod/admin.php:1805 +msgid "New User" +msgstr "Neuer Nutzer" + +#: mod/admin.php:1806 +msgid "Deleted since" +msgstr "Gelöscht seit" + +#: mod/admin.php:1811 +msgid "" +"Selected users will be deleted!\\n\\nEverything these users had posted on " +"this site will be permanently deleted!\\n\\nAre you sure?" +msgstr "Die markierten Nutzer werden gelöscht!\\n\\nAlle Beiträge, die diese Nutzer auf dieser Seite veröffentlicht haben, werden permanent gelöscht!\\n\\nBist Du sicher?" + +#: mod/admin.php:1812 +msgid "" +"The user {0} will be deleted!\\n\\nEverything this user has posted on this " +"site will be permanently deleted!\\n\\nAre you sure?" +msgstr "Der Nutzer {0} wird gelöscht!\\n\\nAlles was dieser Nutzer auf dieser Seite veröffentlicht hat, wird permanent gelöscht!\\n\\nBist Du sicher?" + +#: mod/admin.php:1822 +msgid "Name of the new user." +msgstr "Name des neuen Nutzers" + +#: mod/admin.php:1823 +msgid "Nickname" +msgstr "Spitzname" + +#: mod/admin.php:1823 +msgid "Nickname of the new user." +msgstr "Spitznamen für den neuen Nutzer" + +#: mod/admin.php:1824 +msgid "Email address of the new user." +msgstr "Email Adresse des neuen Nutzers" + +#: mod/admin.php:1866 +#, php-format +msgid "Addon %s disabled." +msgstr "Addon %s ausgeschaltet." + +#: mod/admin.php:1870 +#, php-format +msgid "Addon %s enabled." +msgstr "Addon %s eingeschaltet." + +#: mod/admin.php:1880 mod/admin.php:2129 +msgid "Disable" +msgstr "Ausschalten" + +#: mod/admin.php:1883 mod/admin.php:2132 +msgid "Enable" +msgstr "Einschalten" + +#: mod/admin.php:1905 mod/admin.php:2174 +msgid "Toggle" +msgstr "Umschalten" + +#: mod/admin.php:1913 mod/admin.php:2183 +msgid "Author: " +msgstr "Autor:" + +#: mod/admin.php:1914 mod/admin.php:2184 +msgid "Maintainer: " +msgstr "Betreuer:" + +#: mod/admin.php:1966 +msgid "Reload active addons" +msgstr "Aktivierte Addons neu laden" + +#: mod/admin.php:1971 +#, php-format +msgid "" +"There are currently no addons available on your node. You can find the " +"official addon repository at %1$s and might find other interesting addons in" +" the open addon registry at %2$s" +msgstr "Es sind derzeit keine Addons auf diesem Knoten verfügbar. Du findest das offizielle Addon-Repository unter %1$s und weitere eventuell interessante Addons im offenen Addon-Verzeichnis auf %2$s." + +#: mod/admin.php:2091 +msgid "No themes found." +msgstr "Keine Themen gefunden." + +#: mod/admin.php:2165 +msgid "Screenshot" +msgstr "Bildschirmfoto" + +#: mod/admin.php:2219 +msgid "Reload active themes" +msgstr "Aktives Theme neu laden" + +#: mod/admin.php:2224 +#, php-format +msgid "No themes found on the system. They should be placed in %1$s" +msgstr "Es wurden keine Themes auf dem System gefunden. Diese sollten in %1$s platziert werden." + +#: mod/admin.php:2225 +msgid "[Experimental]" +msgstr "[Experimentell]" + +#: mod/admin.php:2226 +msgid "[Unsupported]" +msgstr "[Nicht unterstützt]" + +#: mod/admin.php:2250 +msgid "Log settings updated." +msgstr "Protokolleinstellungen aktualisiert." + +#: mod/admin.php:2282 +msgid "PHP log currently enabled." +msgstr "PHP Protokollierung ist derzeit aktiviert." + +#: mod/admin.php:2284 +msgid "PHP log currently disabled." +msgstr "PHP Protokollierung ist derzeit nicht aktiviert." + +#: mod/admin.php:2293 +msgid "Clear" +msgstr "löschen" + +#: mod/admin.php:2297 +msgid "Enable Debugging" +msgstr "Protokoll führen" + +#: mod/admin.php:2298 +msgid "Log file" +msgstr "Protokolldatei" + +#: mod/admin.php:2298 +msgid "" +"Must be writable by web server. Relative to your Friendica top-level " +"directory." +msgstr "Webserver muss Schreibrechte besitzen. Abhängig vom Friendica-Installationsverzeichnis." + +#: mod/admin.php:2299 +msgid "Log level" +msgstr "Protokoll-Level" + +#: mod/admin.php:2301 +msgid "PHP logging" +msgstr "PHP Protokollieren" + +#: mod/admin.php:2302 +msgid "" +"To enable logging of PHP errors and warnings you can add the following to " +"the .htconfig.php file of your installation. The filename set in the " +"'error_log' line is relative to the friendica top-level directory and must " +"be writeable by the web server. The option '1' for 'log_errors' and " +"'display_errors' is to enable these options, set to '0' to disable them." +msgstr "Um PHP Warnungen und Fehler zu protokollieren, kannst du die folgenden Zeilen zur .htconfig.php Datei deiner Installation hinzufügen. Den Dateinamen der Log-Datei legst du in der Zeile mit dem 'error_log' fest, Er ist relativ zum Friendica-Stammverzeichnis und muss schreibbar durch den Webserver sein. Eine \"1\" als Option für die Punkte 'log_errors' und 'display_errors' aktiviert die Funktionen zum Protokollieren bzw. Anzeigen der Fehler, eine \"0\" deaktiviert sie." + +#: mod/admin.php:2333 +#, php-format +msgid "" +"Error trying to open %1$s log file.\\r\\n
    Check to see " +"if file %1$s exist and is readable." +msgstr "Fehler beim Öffnen der Logdatei %1$s.\\r\\n
    Bitte überprüfe ob die Datei %1$s existiert und gelesen werden kann." + +#: mod/admin.php:2337 +#, php-format +msgid "" +"Couldn't open %1$s log file.\\r\\n
    Check to see if file" +" %1$s is readable." +msgstr "Konnte die Logdatei %1$s nicht öffnen.\\r\\n
    Bitte stelle sicher, dass die Datei %1$s lesbar ist." + +#: mod/admin.php:2428 mod/admin.php:2429 mod/settings.php:775 +msgid "Off" +msgstr "Aus" + +#: mod/admin.php:2428 mod/admin.php:2429 mod/settings.php:775 +msgid "On" +msgstr "An" + +#: mod/admin.php:2429 +#, php-format +msgid "Lock feature %s" +msgstr "Feature festlegen: %s" + +#: mod/admin.php:2437 +msgid "Manage Additional Features" +msgstr "Zusätzliche Features Verwalten" + +#: mod/settings.php:72 msgid "Display" msgstr "Anzeige" -#: mod/settings.php:78 mod/settings.php:845 +#: mod/settings.php:79 mod/settings.php:842 msgid "Social Networks" msgstr "Soziale Netzwerke" -#: mod/settings.php:92 src/Content/Nav.php:204 +#: mod/settings.php:93 src/Content/Nav.php:204 msgid "Delegations" msgstr "Delegationen" -#: mod/settings.php:99 +#: mod/settings.php:100 msgid "Connected apps" msgstr "Verbundene Programme" -#: mod/settings.php:106 mod/uexport.php:52 -msgid "Export personal data" -msgstr "Persönliche Daten exportieren" - -#: mod/settings.php:113 +#: mod/settings.php:114 msgid "Remove account" msgstr "Konto löschen" -#: mod/settings.php:167 +#: mod/settings.php:168 msgid "Missing some important data!" msgstr "Wichtige Daten fehlen!" -#: mod/settings.php:278 +#: mod/settings.php:279 msgid "Failed to connect with email account using the settings provided." msgstr "Verbindung zum E-Mail-Konto mit den angegebenen Einstellungen nicht möglich." -#: mod/settings.php:283 +#: mod/settings.php:284 msgid "Email settings updated." msgstr "E-Mail Einstellungen bearbeitet." -#: mod/settings.php:299 +#: mod/settings.php:300 msgid "Features updated" msgstr "Features aktualisiert" -#: mod/settings.php:371 +#: mod/settings.php:372 msgid "Relocate message has been send to your contacts" msgstr "Die Umzugsbenachrichtigung wurde an Deine Kontakte versendet." -#: mod/settings.php:383 src/Model/User.php:312 +#: mod/settings.php:384 src/Model/User.php:325 msgid "Passwords do not match. Password unchanged." msgstr "Die Passwörter stimmen nicht überein. Das Passwort bleibt unverändert." -#: mod/settings.php:388 +#: mod/settings.php:389 msgid "Empty passwords are not allowed. Password unchanged." msgstr "Leere Passwörter sind nicht erlaubt. Passwort bleibt unverändert." -#: mod/settings.php:394 +#: mod/settings.php:394 src/Core/Console/NewPassword.php:78 +msgid "" +"The new password has been exposed in a public data dump, please choose " +"another." +msgstr "Das neuer Passwort wurde in einem öffentlichen Daten-Dump veröffentlicht. Bitte verwende ein anderes Passwort." + +#: mod/settings.php:400 msgid "Wrong password." msgstr "Falsches Passwort." -#: mod/settings.php:401 +#: mod/settings.php:407 src/Core/Console/NewPassword.php:85 msgid "Password changed." msgstr "Passwort geändert." -#: mod/settings.php:403 +#: mod/settings.php:409 src/Core/Console/NewPassword.php:82 msgid "Password update failed. Please try again." msgstr "Aktualisierung des Passworts gescheitert, bitte versuche es noch einmal." -#: mod/settings.php:493 +#: mod/settings.php:496 msgid " Please use a shorter name." msgstr " Bitte verwende einen kürzeren Namen." -#: mod/settings.php:496 +#: mod/settings.php:499 msgid " Name too short." msgstr " Name ist zu kurz." -#: mod/settings.php:504 +#: mod/settings.php:507 msgid "Wrong Password" msgstr "Falsches Passwort" -#: mod/settings.php:509 +#: mod/settings.php:512 msgid "Invalid email." msgstr "Ungültige E-Mail-Adresse." -#: mod/settings.php:516 +#: mod/settings.php:519 msgid "Cannot change to that email." msgstr "Ändern der E-Mail nicht möglich. " -#: mod/settings.php:569 +#: mod/settings.php:572 msgid "Private forum has no privacy permissions. Using default privacy group." msgstr "Für das private Forum sind keine Zugriffsrechte eingestellt. Die voreingestellte Gruppe für neue Kontakte wird benutzt." -#: mod/settings.php:572 +#: mod/settings.php:575 msgid "Private forum has no privacy permissions and no default privacy group." msgstr "Für das private Forum sind keine Zugriffsrechte eingestellt, und es gibt keine voreingestellte Gruppe für neue Kontakte." -#: mod/settings.php:612 +#: mod/settings.php:615 msgid "Settings updated." msgstr "Einstellungen aktualisiert." -#: mod/settings.php:678 mod/settings.php:704 mod/settings.php:740 +#: mod/settings.php:674 mod/settings.php:700 mod/settings.php:736 msgid "Add application" msgstr "Programm hinzufügen" -#: mod/settings.php:682 mod/settings.php:708 +#: mod/settings.php:678 mod/settings.php:704 msgid "Consumer Key" msgstr "Consumer Key" -#: mod/settings.php:683 mod/settings.php:709 +#: mod/settings.php:679 mod/settings.php:705 msgid "Consumer Secret" msgstr "Consumer Secret" -#: mod/settings.php:684 mod/settings.php:710 +#: mod/settings.php:680 mod/settings.php:706 msgid "Redirect" msgstr "Umleiten" -#: mod/settings.php:685 mod/settings.php:711 +#: mod/settings.php:681 mod/settings.php:707 msgid "Icon url" msgstr "Icon URL" -#: mod/settings.php:696 +#: mod/settings.php:692 msgid "You can't edit this application." msgstr "Du kannst dieses Programm nicht bearbeiten." -#: mod/settings.php:739 +#: mod/settings.php:735 msgid "Connected Apps" msgstr "Verbundene Programme" -#: mod/settings.php:741 src/Object/Post.php:154 src/Object/Post.php:156 +#: mod/settings.php:737 src/Object/Post.php:155 src/Object/Post.php:157 msgid "Edit" msgstr "Bearbeiten" -#: mod/settings.php:743 +#: mod/settings.php:739 msgid "Client key starts with" msgstr "Anwenderschlüssel beginnt mit" -#: mod/settings.php:744 +#: mod/settings.php:740 msgid "No name" msgstr "Kein Name" -#: mod/settings.php:745 +#: mod/settings.php:741 msgid "Remove authorization" msgstr "Autorisierung entziehen" -#: mod/settings.php:756 +#: mod/settings.php:752 msgid "No Addon settings configured" msgstr "Keine Addon-Einstellungen konfiguriert" -#: mod/settings.php:765 +#: mod/settings.php:761 msgid "Addon Settings" msgstr "Addon Einstellungen" -#: mod/settings.php:786 +#: mod/settings.php:782 msgid "Additional Features" msgstr "Zusätzliche Features" -#: mod/settings.php:808 src/Content/ContactSelector.php:83 +#: mod/settings.php:805 src/Content/ContactSelector.php:83 msgid "Diaspora" msgstr "Diaspora" -#: mod/settings.php:808 mod/settings.php:809 +#: mod/settings.php:805 mod/settings.php:806 msgid "enabled" msgstr "eingeschaltet" -#: mod/settings.php:808 mod/settings.php:809 +#: mod/settings.php:805 mod/settings.php:806 msgid "disabled" msgstr "ausgeschaltet" -#: mod/settings.php:808 mod/settings.php:809 +#: mod/settings.php:805 mod/settings.php:806 #, php-format msgid "Built-in support for %s connectivity is %s" msgstr "Eingebaute Unterstützung für Verbindungen zu %s ist %s" -#: mod/settings.php:809 +#: mod/settings.php:806 msgid "GNU Social (OStatus)" msgstr "GNU Social (OStatus)" -#: mod/settings.php:840 +#: mod/settings.php:837 msgid "Email access is disabled on this site." msgstr "Zugriff auf E-Mails für diese Seite deaktiviert." -#: mod/settings.php:850 +#: mod/settings.php:847 msgid "General Social Media Settings" msgstr "Allgemeine Einstellungen zu Sozialen Medien" -#: mod/settings.php:851 +#: mod/settings.php:848 +msgid "Disable Content Warning" +msgstr "Inhaltswarnungen ausschalten" + +#: mod/settings.php:848 +msgid "" +"Users on networks like Mastodon or Pleroma are able to set a content warning" +" field which collapse their post by default. This disables the automatic " +"collapsing and sets the content warning as the post title. Doesn't affect " +"any other content filtering you eventually set up." +msgstr "Nutzer von anderen Netzwerken, wie z.B. Mastodon oder Pleroma, können Inhaltswarnungen, welche die Beiträge standardmäßig einklappen. Diese Einstellung deaktiviert das automatische Einklappt solcher Beiträge und setzt die Inhaltswarnung als Titel des Beitrags. Wenn du andere Filtereinstellungen vorgenommen hast, werden diese hierdurch nicht beeinflusst." + +#: mod/settings.php:849 msgid "Disable intelligent shortening" msgstr "Intelligentes Link kürzen ausschalten" -#: mod/settings.php:851 +#: mod/settings.php:849 msgid "" "Normally the system tries to find the best link to add to shortened posts. " "If this option is enabled then every shortened post will always point to the" " original friendica post." msgstr "Normalerweise versucht das System den besten Link zu finden um ihn zu gekürzten Postings hinzu zu fügen. Wird diese Option ausgewählt wird stets ein Link auf die originale Friendica Nachricht beigefügt." -#: mod/settings.php:852 +#: mod/settings.php:850 msgid "Automatically follow any GNU Social (OStatus) followers/mentioners" msgstr "Automatisch allen GNU Social (OStatus) Followern/Erwähnern folgen" -#: mod/settings.php:852 +#: mod/settings.php:850 msgid "" "If you receive a message from an unknown OStatus user, this option decides " "what to do. If it is checked, a new contact will be created for every " "unknown user." msgstr "Wenn du eine Nachricht eines unbekannten OStatus Nutzers bekommst, entscheidet diese Option wie diese behandelt werden soll. Ist die Option aktiviert, wird ein neuer Kontakt für den Verfasser erstellt,." -#: mod/settings.php:853 +#: mod/settings.php:851 msgid "Default group for OStatus contacts" msgstr "Voreingestellte Gruppe für OStatus Kontakte" -#: mod/settings.php:854 +#: mod/settings.php:852 msgid "Your legacy GNU Social account" msgstr "Dein alter GNU Social Account" -#: mod/settings.php:854 +#: mod/settings.php:852 msgid "" "If you enter your old GNU Social/Statusnet account name here (in the format " "user@domain.tld), your contacts will be added automatically. The field will " "be emptied when done." msgstr "Wenn du deinen alten GNU Socual/Statusnet Accountnamen hier angibst (Format name@domain.tld) werden deine Kontakte automatisch hinzugefügt. Dieses Feld wird geleert, wenn die Kontakte hinzugefügt wurden." -#: mod/settings.php:857 +#: mod/settings.php:855 msgid "Repair OStatus subscriptions" msgstr "OStatus Abonnements reparieren" -#: mod/settings.php:861 +#: mod/settings.php:859 msgid "Email/Mailbox Setup" msgstr "E-Mail/Postfach-Einstellungen" -#: mod/settings.php:862 +#: mod/settings.php:860 msgid "" "If you wish to communicate with email contacts using this service " "(optional), please specify how to connect to your mailbox." msgstr "Wenn Du mit E-Mail-Kontakten über diesen Service kommunizieren möchtest (optional), gib bitte die Einstellungen für Dein Postfach an." -#: mod/settings.php:863 +#: mod/settings.php:861 msgid "Last successful email check:" msgstr "Letzter erfolgreicher E-Mail Check" -#: mod/settings.php:865 +#: mod/settings.php:863 msgid "IMAP server name:" msgstr "IMAP-Server-Name:" -#: mod/settings.php:866 +#: mod/settings.php:864 msgid "IMAP port:" msgstr "IMAP-Port:" -#: mod/settings.php:867 +#: mod/settings.php:865 msgid "Security:" msgstr "Sicherheit:" -#: mod/settings.php:867 mod/settings.php:872 +#: mod/settings.php:865 mod/settings.php:870 msgid "None" msgstr "Keine" -#: mod/settings.php:868 +#: mod/settings.php:866 msgid "Email login name:" msgstr "E-Mail-Login-Name:" -#: mod/settings.php:869 +#: mod/settings.php:867 msgid "Email password:" msgstr "E-Mail-Passwort:" -#: mod/settings.php:870 +#: mod/settings.php:868 msgid "Reply-to address:" msgstr "Reply-to Adresse:" -#: mod/settings.php:871 +#: mod/settings.php:869 msgid "Send public posts to all email contacts:" msgstr "Sende öffentliche Beiträge an alle E-Mail-Kontakte:" -#: mod/settings.php:872 +#: mod/settings.php:870 msgid "Action after import:" msgstr "Aktion nach Import:" -#: mod/settings.php:872 src/Content/Nav.php:191 +#: mod/settings.php:870 src/Content/Nav.php:191 msgid "Mark as seen" msgstr "Als gelesen markieren" -#: mod/settings.php:872 +#: mod/settings.php:870 msgid "Move to folder" msgstr "In einen Ordner verschieben" -#: mod/settings.php:873 +#: mod/settings.php:871 msgid "Move to folder:" msgstr "In diesen Ordner verschieben:" -#: mod/settings.php:916 +#: mod/settings.php:914 #, php-format msgid "%s - (Unsupported)" msgstr "%s - (Nicht unterstützt)" -#: mod/settings.php:918 +#: mod/settings.php:916 #, php-format msgid "%s - (Experimental)" msgstr "%s - (Experimentell)" -#: mod/settings.php:961 +#: mod/settings.php:959 msgid "Display Settings" msgstr "Anzeige-Einstellungen" -#: mod/settings.php:967 mod/settings.php:991 +#: mod/settings.php:965 mod/settings.php:989 msgid "Display Theme:" msgstr "Theme:" -#: mod/settings.php:968 +#: mod/settings.php:966 msgid "Mobile Theme:" msgstr "Mobiles Theme" -#: mod/settings.php:969 +#: mod/settings.php:967 msgid "Suppress warning of insecure networks" msgstr "Warnung wegen unsicheren Netzwerken unterdrücken" -#: mod/settings.php:969 +#: mod/settings.php:967 msgid "" "Should the system suppress the warning that the current group contains " "members of networks that can't receive non public postings." msgstr "Soll das System Warnungen unterdrücken, die angezeigt werden weil von dir eingerichtete Kontakt-Gruppen Accounts aus Netzwerken beinhalten, die keine nicht öffentlichen Beiträge empfangen können." -#: mod/settings.php:970 +#: mod/settings.php:968 msgid "Update browser every xx seconds" msgstr "Browser alle xx Sekunden aktualisieren" -#: mod/settings.php:970 +#: mod/settings.php:968 msgid "Minimum of 10 seconds. Enter -1 to disable it." msgstr "Minimum sind 10 Sekunden. Gib -1 ein um abzuschalten." -#: mod/settings.php:971 +#: mod/settings.php:969 msgid "Number of items to display per page:" msgstr "Zahl der Beiträge, die pro Netzwerkseite angezeigt werden sollen: " -#: mod/settings.php:971 mod/settings.php:972 +#: mod/settings.php:969 mod/settings.php:970 msgid "Maximum of 100 items" msgstr "Maximal 100 Beiträge" -#: mod/settings.php:972 +#: mod/settings.php:970 msgid "Number of items to display per page when viewed from mobile device:" msgstr "Zahl der Beiträge, die pro Netzwerkseite auf mobilen Geräten angezeigt werden sollen:" -#: mod/settings.php:973 +#: mod/settings.php:971 msgid "Don't show emoticons" msgstr "Keine Smilies anzeigen" -#: mod/settings.php:974 +#: mod/settings.php:972 msgid "Calendar" msgstr "Kalender" -#: mod/settings.php:975 +#: mod/settings.php:973 msgid "Beginning of week:" msgstr "Wochenbeginn:" -#: mod/settings.php:976 +#: mod/settings.php:974 msgid "Don't show notices" msgstr "Info-Popups nicht anzeigen" -#: mod/settings.php:977 +#: mod/settings.php:975 msgid "Infinite scroll" msgstr "Endloses Scrollen" -#: mod/settings.php:978 +#: mod/settings.php:976 msgid "Automatic updates only at the top of the network page" msgstr "Automatische Updates nur, wenn Du oben auf der Netzwerkseite bist." -#: mod/settings.php:978 +#: mod/settings.php:976 msgid "" "When disabled, the network page is updated all the time, which could be " "confusing while reading." msgstr "Wenn dies deaktiviert ist, wird die Netzwerk Seite aktualisiert, wann immer neue Beiträge eintreffen, egal an welcher Stelle gerade gelesen wird." -#: mod/settings.php:979 +#: mod/settings.php:977 msgid "Bandwith Saver Mode" msgstr "Bandbreiten-Spar-Modus" -#: mod/settings.php:979 +#: mod/settings.php:977 msgid "" "When enabled, embedded content is not displayed on automatic updates, they " "only show on page reload." msgstr "Wenn aktiviert, wird der eingebettete Inhalt nicht automatisch aktualisiert. In diesem Fall Seite bitte neu laden." -#: mod/settings.php:980 +#: mod/settings.php:978 msgid "Smart Threading" msgstr "Intelligentes Threading" -#: mod/settings.php:980 +#: mod/settings.php:978 msgid "" "When enabled, suppress extraneous thread indentation while keeping it where " "it matters. Only works if threading is available and enabled." msgstr "Ist dies aktiviert, werden Einrückungen in Unterhaltungen unterdrückt wo sie nicht benötigt werden. Werden sie benötigt, werden die Threads weiterhin eingerückt." -#: mod/settings.php:982 +#: mod/settings.php:980 msgid "General Theme Settings" msgstr "Allgemeine Themeneinstellungen" -#: mod/settings.php:983 +#: mod/settings.php:981 msgid "Custom Theme Settings" msgstr "Benutzerdefinierte Theme Einstellungen" -#: mod/settings.php:984 +#: mod/settings.php:982 msgid "Content Settings" msgstr "Einstellungen zum Inhalt" -#: mod/settings.php:985 view/theme/duepuntozero/config.php:73 +#: mod/settings.php:983 view/theme/duepuntozero/config.php:73 #: view/theme/frio/config.php:115 view/theme/quattro/config.php:75 #: view/theme/vier/config.php:121 msgid "Theme settings" msgstr "Themeneinstellungen" -#: mod/settings.php:1006 +#: mod/settings.php:1002 msgid "Unable to find your profile. Please contact your admin." msgstr "Konnte dein Profil nicht finden. Bitte kontaktiere den Admin." -#: mod/settings.php:1048 +#: mod/settings.php:1044 msgid "Account Types" msgstr "Kontenarten" -#: mod/settings.php:1049 +#: mod/settings.php:1045 msgid "Personal Page Subtypes" msgstr "Unterarten der persönlichen Seite" -#: mod/settings.php:1050 +#: mod/settings.php:1046 msgid "Community Forum Subtypes" msgstr "Unterarten des Gemeinschaftsforums" -#: mod/settings.php:1057 +#: mod/settings.php:1053 msgid "Personal Page" msgstr "Persönliche Seite" -#: mod/settings.php:1058 +#: mod/settings.php:1054 msgid "Account for a personal profile." msgstr "Konto für ein persönliches Profil." -#: mod/settings.php:1061 +#: mod/settings.php:1057 msgid "Organisation Page" msgstr "Organisationsseite" -#: mod/settings.php:1062 +#: mod/settings.php:1058 msgid "" "Account for an organisation that automatically approves contact requests as " "\"Followers\"." msgstr "Konto für eine Organisation, das Kontaktanfragen automatisch als \"Follower\" annimmt." -#: mod/settings.php:1065 +#: mod/settings.php:1061 msgid "News Page" msgstr "Nachrichtenseite" -#: mod/settings.php:1066 +#: mod/settings.php:1062 msgid "" "Account for a news reflector that automatically approves contact requests as" " \"Followers\"." msgstr "Konto für einen Feedspiegel, das Kontaktanfragen automatisch als \"Follower\" annimmt." -#: mod/settings.php:1069 +#: mod/settings.php:1065 msgid "Community Forum" msgstr "Gemeinschaftsforum" -#: mod/settings.php:1070 +#: mod/settings.php:1066 msgid "Account for community discussions." msgstr "Konto für Diskussionsforen. " -#: mod/settings.php:1073 +#: mod/settings.php:1069 msgid "Normal Account Page" msgstr "Normales Konto" -#: mod/settings.php:1074 +#: mod/settings.php:1070 msgid "" "Account for a regular personal profile that requires manual approval of " "\"Friends\" and \"Followers\"." msgstr "Konto für ein normales persönliches Profil. Kontaktanfragen müssen manuell als \"Friend\" oder \"Follower\" bestätigt werden." -#: mod/settings.php:1077 +#: mod/settings.php:1073 msgid "Soapbox Page" msgstr "Marktschreier-Konto" -#: mod/settings.php:1078 +#: mod/settings.php:1074 msgid "" "Account for a public profile that automatically approves contact requests as" " \"Followers\"." msgstr "Konto für ein öffentliches Profil, das Kontaktanfragen automatisch als \"Follower\" annimmt." -#: mod/settings.php:1081 +#: mod/settings.php:1077 msgid "Public Forum" msgstr "Öffentliches Forum" -#: mod/settings.php:1082 +#: mod/settings.php:1078 msgid "Automatically approves all contact requests." msgstr "Bestätigt alle Kontaktanfragen automatisch." -#: mod/settings.php:1085 +#: mod/settings.php:1081 msgid "Automatic Friend Page" msgstr "Automatische Freunde Seite" -#: mod/settings.php:1086 +#: mod/settings.php:1082 msgid "" "Account for a popular profile that automatically approves contact requests " "as \"Friends\"." msgstr "Konto für ein gefragtes Profil, das Kontaktanfragen automatisch als \"Friend\" annimmt." -#: mod/settings.php:1089 +#: mod/settings.php:1085 msgid "Private Forum [Experimental]" msgstr "Privates Forum [Versuchsstadium]" -#: mod/settings.php:1090 +#: mod/settings.php:1086 msgid "Requires manual approval of contact requests." msgstr "Kontaktanfragen müssen manuell bestätigt werden." -#: mod/settings.php:1101 +#: mod/settings.php:1097 msgid "OpenID:" msgstr "OpenID:" -#: mod/settings.php:1101 +#: mod/settings.php:1097 msgid "(Optional) Allow this OpenID to login to this account." msgstr "(Optional) Erlaube die Anmeldung für dieses Konto mit dieser OpenID." -#: mod/settings.php:1109 +#: mod/settings.php:1105 msgid "Publish your default profile in your local site directory?" msgstr "Darf Dein Standardprofil im Verzeichnis dieses Servers veröffentlicht werden?" -#: mod/settings.php:1109 +#: mod/settings.php:1105 #, php-format msgid "" "Your profile will be published in the global friendica directories (e.g. %s). Your profile will be visible in public." -msgstr "" +msgstr "Dein Profil wird in den globalen Friendica Verzeichnissen (z.B. %s) veröffentlicht. Dein Profil wird öffentlich auffindbar sein." -#: mod/settings.php:1115 +#: mod/settings.php:1111 msgid "Publish your default profile in the global social directory?" msgstr "Darf Dein Standardprofil im weltweiten Verzeichnis veröffentlicht werden?" -#: mod/settings.php:1115 +#: mod/settings.php:1111 #, php-format msgid "" -"Your profile will be publishedin this node's local " +"Your profile will be published in this node's local " "directory. Your profile details may be publicly visible depending on the" " system settings." -msgstr "" +msgstr "Dein Profil wird im lokalen Verzeichnis dieses Knotens veröffentlicht. Je nach Systemeinstellungen kann es öffentlich auffindbar sein." -#: mod/settings.php:1122 +#: mod/settings.php:1118 msgid "Hide your contact/friend list from viewers of your default profile?" msgstr "Liste der Kontakte vor Betrachtern des Standardprofils verbergen?" -#: mod/settings.php:1122 +#: mod/settings.php:1118 msgid "" "Your contact list won't be shown in your default profile page. You can " "decide to show your contact list separately for each additional profile you " "create" -msgstr "" +msgstr "Die Liste deiner Kontakte wird nicht in deinem Standard-Profil angezeigt werden. Du kannst für jedes weitere Profil diese Entscheidung separat einstellen." -#: mod/settings.php:1126 +#: mod/settings.php:1122 msgid "Hide your profile details from anonymous viewers?" msgstr "Profil-Details vor unbekannten Betrachtern verbergen?" -#: mod/settings.php:1126 +#: mod/settings.php:1122 msgid "" "Anonymous visitors will only see your profile picture, your display name and" " the nickname you are using on your profile page. Disables posting public " "messages to Diaspora and other networks." -msgstr "" +msgstr "Anonyme Besucher deines Profils werden ausschließlich dein Profilbild, deinen Namen sowie deinen Spitznamen sehen. Ist diese Option aktiv, können keine öffentlichen Beiträge zu Diaspora und anderen Netzwerken veröffentlicht werden." -#: mod/settings.php:1130 +#: mod/settings.php:1126 msgid "Allow friends to post to your profile page?" msgstr "Dürfen Deine Kontakte auf Deine Pinnwand schreiben?" -#: mod/settings.php:1130 +#: mod/settings.php:1126 msgid "" "Your contacts may write posts on your profile wall. These posts will be " "distributed to your contacts" -msgstr "" +msgstr "Deine Kontakte können Beiträge auf deiner Pinnwand hinterlassen. Diese werden an deine Kontakte verteilt." -#: mod/settings.php:1134 +#: mod/settings.php:1130 msgid "Allow friends to tag your posts?" msgstr "Dürfen Deine Kontakte Deine Beiträge mit Schlagwörtern versehen?" -#: mod/settings.php:1134 +#: mod/settings.php:1130 msgid "Your contacts can add additional tags to your posts." -msgstr "" +msgstr "Deine Kontakte dürfen deine Beiträge mit zusätzlichen Schlagworten versehen." -#: mod/settings.php:1138 +#: mod/settings.php:1134 msgid "Allow us to suggest you as a potential friend to new members?" msgstr "Dürfen wir Dich neuen Mitgliedern als potentiellen Kontakt vorschlagen?" -#: mod/settings.php:1138 +#: mod/settings.php:1134 msgid "" "If you like, Friendica may suggest new members to add you as a contact." -msgstr "" +msgstr "Wenn du magst, kann Friendica dich neuen Mitgliedern als Kontakt vorschlagen." -#: mod/settings.php:1142 +#: mod/settings.php:1138 msgid "Permit unknown people to send you private mail?" msgstr "Dürfen Dir Unbekannte private Nachrichten schicken?" -#: mod/settings.php:1142 +#: mod/settings.php:1138 msgid "" "Friendica network users may send you private messages even if they are not " "in your contact list." -msgstr "" +msgstr "Nutzer des Friendica Netzwerks können dir private Nachrichten senden, selbst wenn sie nicht in deine Kontaktliste sind." -#: mod/settings.php:1146 +#: mod/settings.php:1142 msgid "Profile is not published." msgstr "Profil ist nicht veröffentlicht." -#: mod/settings.php:1152 +#: mod/settings.php:1148 #, php-format msgid "Your Identity Address is '%s' or '%s'." msgstr "Die Adresse deines Profils lautet '%s' oder '%s'." -#: mod/settings.php:1159 +#: mod/settings.php:1155 msgid "Automatically expire posts after this many days:" msgstr "Beiträge verfallen automatisch nach dieser Anzahl von Tagen:" -#: mod/settings.php:1159 +#: mod/settings.php:1155 msgid "If empty, posts will not expire. Expired posts will be deleted" msgstr "Wenn leer verfallen Beiträge nie automatisch. Verfallene Beiträge werden gelöscht." -#: mod/settings.php:1160 +#: mod/settings.php:1156 msgid "Advanced expiration settings" msgstr "Erweiterte Verfallseinstellungen" -#: mod/settings.php:1161 +#: mod/settings.php:1157 msgid "Advanced Expiration" msgstr "Erweitertes Verfallen" -#: mod/settings.php:1162 +#: mod/settings.php:1158 msgid "Expire posts:" msgstr "Beiträge verfallen lassen:" -#: mod/settings.php:1163 +#: mod/settings.php:1159 msgid "Expire personal notes:" msgstr "Persönliche Notizen verfallen lassen:" -#: mod/settings.php:1164 +#: mod/settings.php:1160 msgid "Expire starred posts:" msgstr "Markierte Beiträge verfallen lassen:" -#: mod/settings.php:1165 +#: mod/settings.php:1161 msgid "Expire photos:" msgstr "Fotos verfallen lassen:" -#: mod/settings.php:1166 +#: mod/settings.php:1162 msgid "Only expire posts by others:" msgstr "Nur Beiträge anderer verfallen:" -#: mod/settings.php:1196 +#: mod/settings.php:1192 msgid "Account Settings" msgstr "Kontoeinstellungen" -#: mod/settings.php:1204 +#: mod/settings.php:1200 msgid "Password Settings" msgstr "Passwort-Einstellungen" -#: mod/settings.php:1206 +#: mod/settings.php:1202 msgid "Leave password fields blank unless changing" msgstr "Lass die Passwort-Felder leer, außer Du willst das Passwort ändern" -#: mod/settings.php:1207 +#: mod/settings.php:1203 msgid "Current Password:" msgstr "Aktuelles Passwort:" -#: mod/settings.php:1207 mod/settings.php:1208 +#: mod/settings.php:1203 mod/settings.php:1204 msgid "Your current password to confirm the changes" msgstr "Dein aktuelles Passwort um die Änderungen zu bestätigen" -#: mod/settings.php:1208 +#: mod/settings.php:1204 msgid "Password:" msgstr "Passwort:" -#: mod/settings.php:1212 +#: mod/settings.php:1208 msgid "Basic Settings" msgstr "Grundeinstellungen" -#: mod/settings.php:1213 src/Model/Profile.php:724 +#: mod/settings.php:1209 src/Model/Profile.php:738 msgid "Full Name:" msgstr "Kompletter Name:" -#: mod/settings.php:1214 +#: mod/settings.php:1210 msgid "Email Address:" msgstr "E-Mail-Adresse:" -#: mod/settings.php:1215 +#: mod/settings.php:1211 msgid "Your Timezone:" msgstr "Deine Zeitzone:" -#: mod/settings.php:1216 +#: mod/settings.php:1212 msgid "Your Language:" msgstr "Deine Sprache:" -#: mod/settings.php:1216 +#: mod/settings.php:1212 msgid "" "Set the language we use to show you friendica interface and to send you " "emails" msgstr "Wähle die Sprache, in der wir Dir die Friendica-Oberfläche präsentieren sollen und Dir E-Mail schicken" -#: mod/settings.php:1217 +#: mod/settings.php:1213 msgid "Default Post Location:" msgstr "Standardstandort:" -#: mod/settings.php:1218 +#: mod/settings.php:1214 msgid "Use Browser Location:" msgstr "Standort des Browsers verwenden:" -#: mod/settings.php:1221 +#: mod/settings.php:1217 msgid "Security and Privacy Settings" msgstr "Sicherheits- und Privatsphäre-Einstellungen" -#: mod/settings.php:1223 +#: mod/settings.php:1219 msgid "Maximum Friend Requests/Day:" msgstr "Maximale Anzahl vonKontaktanfragen/Tag:" -#: mod/settings.php:1223 mod/settings.php:1252 +#: mod/settings.php:1219 mod/settings.php:1248 msgid "(to prevent spam abuse)" msgstr "(um SPAM zu vermeiden)" -#: mod/settings.php:1224 +#: mod/settings.php:1220 msgid "Default Post Permissions" msgstr "Standard-Zugriffsrechte für Beiträge" -#: mod/settings.php:1225 +#: mod/settings.php:1221 msgid "(click to open/close)" msgstr "(klicke zum öffnen/schließen)" -#: mod/settings.php:1235 +#: mod/settings.php:1231 msgid "Default Private Post" msgstr "Privater Standardbeitrag" -#: mod/settings.php:1236 +#: mod/settings.php:1232 msgid "Default Public Post" msgstr "Öffentlicher Standardbeitrag" -#: mod/settings.php:1240 +#: mod/settings.php:1236 msgid "Default Permissions for New Posts" msgstr "Standardberechtigungen für neue Beiträge" -#: mod/settings.php:1252 +#: mod/settings.php:1248 msgid "Maximum private messages per day from unknown people:" msgstr "Maximale Anzahl privater Nachrichten von Unbekannten pro Tag:" -#: mod/settings.php:1255 +#: mod/settings.php:1251 msgid "Notification Settings" msgstr "Benachrichtigungseinstellungen" -#: mod/settings.php:1256 +#: mod/settings.php:1252 msgid "By default post a status message when:" msgstr "Standardmäßig eine Statusnachricht posten, wenn:" -#: mod/settings.php:1257 +#: mod/settings.php:1253 msgid "accepting a friend request" msgstr "– Du eine Kontaktanfrage akzeptierst" -#: mod/settings.php:1258 +#: mod/settings.php:1254 msgid "joining a forum/community" msgstr "– Du einem Forum/einer Gemeinschaftsseite beitrittst" -#: mod/settings.php:1259 +#: mod/settings.php:1255 msgid "making an interesting profile change" msgstr "– Du eine interessante Änderung an Deinem Profil durchführst" -#: mod/settings.php:1260 +#: mod/settings.php:1256 msgid "Send a notification email when:" msgstr "Benachrichtigungs-E-Mail senden wenn:" -#: mod/settings.php:1261 +#: mod/settings.php:1257 msgid "You receive an introduction" msgstr "– Du eine Kontaktanfrage erhältst" -#: mod/settings.php:1262 +#: mod/settings.php:1258 msgid "Your introductions are confirmed" msgstr "– eine Deiner Kontaktanfragen akzeptiert wurde" -#: mod/settings.php:1263 +#: mod/settings.php:1259 msgid "Someone writes on your profile wall" msgstr "– jemand etwas auf Deine Pinnwand schreibt" -#: mod/settings.php:1264 +#: mod/settings.php:1260 msgid "Someone writes a followup comment" msgstr "– jemand auch einen Kommentar verfasst" -#: mod/settings.php:1265 +#: mod/settings.php:1261 msgid "You receive a private message" msgstr "– Du eine private Nachricht erhältst" -#: mod/settings.php:1266 +#: mod/settings.php:1262 msgid "You receive a friend suggestion" msgstr "– Du eine Empfehlung erhältst" -#: mod/settings.php:1267 +#: mod/settings.php:1263 msgid "You are tagged in a post" msgstr "– Du in einem Beitrag erwähnt wirst" -#: mod/settings.php:1268 +#: mod/settings.php:1264 msgid "You are poked/prodded/etc. in a post" msgstr "– Du von jemandem angestupst oder sonstwie behandelt wirst" -#: mod/settings.php:1270 +#: mod/settings.php:1266 msgid "Activate desktop notifications" msgstr "Desktop Benachrichtigungen einschalten" -#: mod/settings.php:1270 +#: mod/settings.php:1266 msgid "Show desktop popup on new notifications" msgstr "Desktop Benachrichtigungen einschalten" -#: mod/settings.php:1272 +#: mod/settings.php:1268 msgid "Text-only notification emails" msgstr "Benachrichtigungs E-Mail als Rein-Text." -#: mod/settings.php:1274 +#: mod/settings.php:1270 msgid "Send text only notification emails, without the html part" msgstr "Sende Benachrichtigungs E-Mail als Rein-Text - ohne HTML-Teil" -#: mod/settings.php:1276 +#: mod/settings.php:1272 msgid "Show detailled notifications" msgstr "Detaillierte Benachrichtigungen anzeigen" -#: mod/settings.php:1278 +#: mod/settings.php:1274 msgid "" -"Per default the notificiation are condensed to a single notification per " -"item. When enabled, every notification is displayed." +"Per default, notifications are condensed to a single notification per item. " +"When enabled every notification is displayed." msgstr "Normalerweise werde alle Benachrichtigungen zu einem Thema zusammengefasst in einer einzigen Mitteilung. Wenn diese Option aktiviert ist, wird jede Mitteilung angezeigt." -#: mod/settings.php:1280 +#: mod/settings.php:1276 msgid "Advanced Account/Page Type Settings" msgstr "Erweiterte Konto-/Seitentyp-Einstellungen" -#: mod/settings.php:1281 +#: mod/settings.php:1277 msgid "Change the behaviour of this account for special situations" msgstr "Verhalten dieses Kontos in bestimmten Situationen:" -#: mod/settings.php:1284 +#: mod/settings.php:1280 msgid "Relocate" msgstr "Umziehen" -#: mod/settings.php:1285 +#: mod/settings.php:1281 msgid "" "If you have moved this profile from another server, and some of your " "contacts don't receive your updates, try pushing this button." msgstr "Wenn Du Dein Profil von einem anderen Server umgezogen hast und einige Deiner Kontakte Deine Beiträge nicht erhalten, verwende diesen Button." -#: mod/settings.php:1286 +#: mod/settings.php:1282 msgid "Resend relocate message to contacts" msgstr "Umzugsbenachrichtigung erneut an Kontakte senden" -#: mod/subthread.php:113 +#: src/Core/UserImport.php:104 +msgid "Error decoding account file" +msgstr "Fehler beim Verarbeiten der Account Datei" + +#: src/Core/UserImport.php:110 +msgid "Error! No version data in file! This is not a Friendica account file?" +msgstr "Fehler! Keine Versionsdaten in der Datei! Ist das wirklich eine Friendica Account Datei?" + +#: src/Core/UserImport.php:118 #, php-format -msgid "%1$s is following %2$s's %3$s" -msgstr "%1$s folgt %2$s %3$s" +msgid "User '%s' already exists on this server!" +msgstr "Nutzer '%s' existiert bereits auf diesem Server!" -#: mod/tagrm.php:47 -msgid "Tag removed" -msgstr "Tag entfernt" +#: src/Core/UserImport.php:151 +msgid "User creation error" +msgstr "Fehler beim Anlegen des Nutzeraccounts aufgetreten" -#: mod/tagrm.php:85 -msgid "Remove Item Tag" -msgstr "Gegenstands-Tag entfernen" +#: src/Core/UserImport.php:169 +msgid "User profile creation error" +msgstr "Fehler beim Anlegen des Nutzerkontos" -#: mod/tagrm.php:87 -msgid "Select a tag to remove: " -msgstr "Wähle ein Tag zum Entfernen aus: " - -#: mod/uexport.php:44 -msgid "Export account" -msgstr "Account exportieren" - -#: mod/uexport.php:44 -msgid "" -"Export your account info and contacts. Use this to make a backup of your " -"account and/or to move it to another server." -msgstr "Exportiere Deine Accountinformationen und Kontakte. Verwende dies um ein Backup Deines Accounts anzulegen und/oder damit auf einen anderen Server umzuziehen." - -#: mod/uexport.php:45 -msgid "Export all" -msgstr "Alles exportieren" - -#: mod/uexport.php:45 -msgid "" -"Export your accout info, contacts and all your items as json. Could be a " -"very big file, and could take a lot of time. Use this to make a full backup " -"of your account (photos are not exported)" -msgstr "Exportiere Deine Account Informationen, Kontakte und alle Einträge als JSON Datei. Dies könnte eine sehr große Datei werden und dementsprechend viel Zeit benötigen. Verwende dies um ein komplettes Backup Deines Accounts anzulegen (Fotos werden nicht exportiert)." - -#: mod/videos.php:140 -msgid "Do you really want to delete this video?" -msgstr "Möchtest Du dieses Video wirklich löschen?" - -#: mod/videos.php:145 -msgid "Delete Video" -msgstr "Video Löschen" - -#: mod/videos.php:208 -msgid "No videos selected" -msgstr "Keine Videos ausgewählt" - -#: mod/videos.php:397 -msgid "Recent Videos" -msgstr "Neueste Videos" - -#: mod/videos.php:399 -msgid "Upload New Videos" -msgstr "Neues Video hochladen" - -#: mod/viewcontacts.php:87 -msgid "No contacts." -msgstr "Keine Kontakte." - -#: mod/viewsrc.php:12 -msgid "Access denied." -msgstr "Zugriff verweigert." - -#: mod/wallmessage.php:49 mod/wallmessage.php:112 +#: src/Core/UserImport.php:213 #, php-format -msgid "Number of daily wall messages for %s exceeded. Message failed." -msgstr "Maximale Anzahl der täglichen Pinnwand Nachrichten für %s ist überschritten. Zustellung fehlgeschlagen." - -#: mod/wallmessage.php:60 -msgid "Unable to check your home location." -msgstr "Konnte Deinen Heimatort nicht bestimmen." - -#: mod/wallmessage.php:86 mod/wallmessage.php:95 -msgid "No recipient." -msgstr "Kein Empfänger." - -#: mod/wallmessage.php:133 -#, php-format -msgid "" -"If you wish for %s to respond, please check that the privacy settings on " -"your site allow private mail from unknown senders." -msgstr "Wenn Du möchtest, dass %s Dir antworten kann, überprüfe Deine Privatsphären-Einstellungen und erlaube private Nachrichten von unbekannten Absendern." - -#: view/theme/duepuntozero/config.php:54 src/Model/User.php:475 -msgid "default" -msgstr "Standard" - -#: view/theme/duepuntozero/config.php:55 -msgid "greenzero" -msgstr "greenzero" - -#: view/theme/duepuntozero/config.php:56 -msgid "purplezero" -msgstr "purplezero" - -#: view/theme/duepuntozero/config.php:57 -msgid "easterbunny" -msgstr "easterbunny" - -#: view/theme/duepuntozero/config.php:58 -msgid "darkzero" -msgstr "darkzero" - -#: view/theme/duepuntozero/config.php:59 -msgid "comix" -msgstr "comix" - -#: view/theme/duepuntozero/config.php:60 -msgid "slackr" -msgstr "slackr" - -#: view/theme/duepuntozero/config.php:74 -msgid "Variations" -msgstr "Variationen" - -#: view/theme/frio/php/Image.php:25 -msgid "Repeat the image" -msgstr "Bild wiederholen" - -#: view/theme/frio/php/Image.php:25 -msgid "Will repeat your image to fill the background." -msgstr "Wiederholt das Bild um den Hintergrund auszufüllen." - -#: view/theme/frio/php/Image.php:27 -msgid "Stretch" -msgstr "Strecken" - -#: view/theme/frio/php/Image.php:27 -msgid "Will stretch to width/height of the image." -msgstr "Streckt Breite/Höhe des Bildes." - -#: view/theme/frio/php/Image.php:29 -msgid "Resize fill and-clip" -msgstr "Größe anpassen - Ausfüllen und abschneiden" - -#: view/theme/frio/php/Image.php:29 -msgid "Resize to fill and retain aspect ratio." -msgstr "Größe anpassen: Ausfüllen und Seitenverhältnis beibehalten" - -#: view/theme/frio/php/Image.php:31 -msgid "Resize best fit" -msgstr "Größe anpassen - Optimale Größe" - -#: view/theme/frio/php/Image.php:31 -msgid "Resize to best fit and retain aspect ratio." -msgstr "Größe anpassen - Optimale Größe und Seitenverhältnisse beibehalten" - -#: view/theme/frio/config.php:97 -msgid "Default" -msgstr "Standard" - -#: view/theme/frio/config.php:109 -msgid "Note" -msgstr "Hinweis" - -#: view/theme/frio/config.php:109 -msgid "Check image permissions if all users are allowed to visit the image" -msgstr "Überprüfe, dass alle Benutzer die Berechtigung haben dieses Bild anzusehen" - -#: view/theme/frio/config.php:116 -msgid "Select scheme" -msgstr "Schema auswählen" - -#: view/theme/frio/config.php:117 -msgid "Navigation bar background color" -msgstr "Hintergrundfarbe der Navigationsleiste" - -#: view/theme/frio/config.php:118 -msgid "Navigation bar icon color " -msgstr "Icon Farbe in der Navigationsleiste" - -#: view/theme/frio/config.php:119 -msgid "Link color" -msgstr "Linkfarbe" - -#: view/theme/frio/config.php:120 -msgid "Set the background color" -msgstr "Hintergrundfarbe festlegen" - -#: view/theme/frio/config.php:121 -msgid "Content background opacity" -msgstr "Opazität des Hintergrunds von Beiträgen" - -#: view/theme/frio/config.php:122 -msgid "Set the background image" -msgstr "Hintergrundbild festlegen" - -#: view/theme/frio/config.php:127 -msgid "Login page background image" -msgstr "Hintergrundbild der Login-Seite" - -#: view/theme/frio/config.php:130 -msgid "Login page background color" -msgstr "Hintergrundfarbe der Login-Seite" - -#: view/theme/frio/config.php:130 -msgid "Leave background image and color empty for theme defaults" -msgstr "Wenn die Theme Vorgaben verwendet werden sollen, lass bitte die Felder für die Hintergrundfarbe und das Hintergrundbild leer." - -#: view/theme/frio/theme.php:238 -msgid "Guest" -msgstr "Gast" - -#: view/theme/frio/theme.php:243 -msgid "Visitor" -msgstr "Besucher" - -#: view/theme/frio/theme.php:256 src/Content/Nav.php:97 -#: src/Module/Login.php:311 -msgid "Logout" -msgstr "Abmelden" - -#: view/theme/frio/theme.php:256 src/Content/Nav.php:97 -msgid "End this session" -msgstr "Diese Sitzung beenden" - -#: view/theme/frio/theme.php:259 src/Content/Nav.php:100 -#: src/Content/Nav.php:181 -msgid "Your posts and conversations" -msgstr "Deine Beiträge und Unterhaltungen" - -#: view/theme/frio/theme.php:260 src/Content/Nav.php:101 -msgid "Your profile page" -msgstr "Deine Profilseite" - -#: view/theme/frio/theme.php:261 src/Content/Nav.php:102 -msgid "Your photos" -msgstr "Deine Fotos" - -#: view/theme/frio/theme.php:262 src/Content/Nav.php:103 -#: src/Model/Profile.php:898 src/Model/Profile.php:901 -msgid "Videos" -msgstr "Videos" - -#: view/theme/frio/theme.php:262 src/Content/Nav.php:103 -msgid "Your videos" -msgstr "Deine Videos" - -#: view/theme/frio/theme.php:263 src/Content/Nav.php:104 -msgid "Your events" -msgstr "Deine Ereignisse" - -#: view/theme/frio/theme.php:266 src/Content/Nav.php:178 -msgid "Conversations from your friends" -msgstr "Unterhaltungen Deiner Kontakte" - -#: view/theme/frio/theme.php:267 src/Content/Nav.php:169 -#: src/Model/Profile.php:913 src/Model/Profile.php:924 -msgid "Events and Calendar" -msgstr "Ereignisse und Kalender" - -#: view/theme/frio/theme.php:268 src/Content/Nav.php:195 -msgid "Private mail" -msgstr "Private E-Mail" - -#: view/theme/frio/theme.php:269 src/Content/Nav.php:206 -msgid "Account settings" -msgstr "Kontoeinstellungen" - -#: view/theme/frio/theme.php:270 src/Content/Nav.php:212 -msgid "Manage/edit friends and contacts" -msgstr " Kontakte verwalten/editieren" - -#: view/theme/quattro/config.php:76 -msgid "Alignment" -msgstr "Ausrichtung" - -#: view/theme/quattro/config.php:76 -msgid "Left" -msgstr "Links" - -#: view/theme/quattro/config.php:76 -msgid "Center" -msgstr "Mitte" - -#: view/theme/quattro/config.php:77 -msgid "Color scheme" -msgstr "Farbschema" - -#: view/theme/quattro/config.php:78 -msgid "Posts font size" -msgstr "Schriftgröße in Beiträgen" - -#: view/theme/quattro/config.php:79 -msgid "Textareas font size" -msgstr "Schriftgröße in Eingabefeldern" - -#: view/theme/vier/config.php:75 -msgid "Comma separated list of helper forums" -msgstr "Komma-Separierte Liste der Helfer-Foren" - -#: view/theme/vier/config.php:122 -msgid "Set style" -msgstr "Stil auswählen" - -#: view/theme/vier/config.php:123 -msgid "Community Pages" -msgstr "Foren" - -#: view/theme/vier/config.php:124 view/theme/vier/theme.php:150 -msgid "Community Profiles" -msgstr "Community-Profile" - -#: view/theme/vier/config.php:125 -msgid "Help or @NewHere ?" -msgstr "Hilfe oder @NewHere" - -#: view/theme/vier/config.php:126 view/theme/vier/theme.php:389 -msgid "Connect Services" -msgstr "Verbinde Dienste" - -#: view/theme/vier/config.php:127 view/theme/vier/theme.php:199 -msgid "Find Friends" -msgstr "Kontakte finden" - -#: view/theme/vier/config.php:128 view/theme/vier/theme.php:181 -msgid "Last users" -msgstr "Letzte Nutzer" - -#: view/theme/vier/theme.php:200 -msgid "Local Directory" -msgstr "Lokales Verzeichnis" - -#: view/theme/vier/theme.php:202 src/Content/Widget.php:65 -msgid "Similar Interests" -msgstr "Ähnliche Interessen" - -#: view/theme/vier/theme.php:204 src/Content/Widget.php:67 -msgid "Invite Friends" -msgstr "Freunde einladen" - -#: view/theme/vier/theme.php:256 src/Content/ForumManager.php:127 -msgid "External link to forum" -msgstr "Externer Link zum Forum" - -#: view/theme/vier/theme.php:292 -msgid "Quick Start" -msgstr "Schnell-Start" +msgid "%d contact not imported" +msgid_plural "%d contacts not imported" +msgstr[0] "%d Kontakt nicht importiert" +msgstr[1] "%d Kontakte nicht importiert" + +#: src/Core/UserImport.php:278 +msgid "Done. You can now login with your username and password" +msgstr "Erledigt. Du kannst Dich jetzt mit Deinem Nutzernamen und Passwort anmelden" #: src/Core/NotificationsManager.php:171 msgid "System" @@ -7792,51 +7697,48 @@ msgstr "%s nimmt eventuell an %s's Event teil" msgid "%s is now friends with %s" msgstr "%s ist jetzt mit %s befreundet" -#: src/Core/NotificationsManager.php:813 +#: src/Core/NotificationsManager.php:825 msgid "Friend Suggestion" msgstr "Kontaktvorschlag" -#: src/Core/NotificationsManager.php:839 +#: src/Core/NotificationsManager.php:851 msgid "Friend/Connect Request" msgstr "Kontakt-/Freundschaftsanfrage" -#: src/Core/NotificationsManager.php:839 +#: src/Core/NotificationsManager.php:851 msgid "New Follower" msgstr "Neuer Bewunderer" -#: src/Core/UserImport.php:104 -msgid "Error decoding account file" -msgstr "Fehler beim Verarbeiten der Account Datei" +#: src/Core/ACL.php:295 +msgid "Post to Email" +msgstr "An E-Mail senden" -#: src/Core/UserImport.php:110 -msgid "Error! No version data in file! This is not a Friendica account file?" -msgstr "Fehler! Keine Versionsdaten in der Datei! Ist das wirklich eine Friendica Account Datei?" +#: src/Core/ACL.php:301 +msgid "Hide your profile details from unknown viewers?" +msgstr "Profil-Details vor unbekannten Betrachtern verbergen?" -#: src/Core/UserImport.php:118 +#: src/Core/ACL.php:300 #, php-format -msgid "User '%s' already exists on this server!" -msgstr "Nutzer '%s' existiert bereits auf diesem Server!" +msgid "Connectors disabled, since \"%s\" is enabled." +msgstr "Konnektoren sind nicht verfügbar, da \"%s\" aktiv ist." -#: src/Core/UserImport.php:151 -msgid "User creation error" -msgstr "Fehler beim Anlegen des Nutzeraccounts aufgetreten" +#: src/Core/ACL.php:307 +msgid "Visible to everybody" +msgstr "Für jeden sichtbar" -#: src/Core/UserImport.php:169 -msgid "User profile creation error" -msgstr "Fehler beim Anlegen des Nutzerkontos" +#: src/Core/ACL.php:308 view/theme/vier/config.php:115 +msgid "show" +msgstr "zeigen" -#: src/Core/UserImport.php:213 -#, php-format -msgid "%d contact not imported" -msgid_plural "%d contacts not imported" -msgstr[0] "%d Kontakt nicht importiert" -msgstr[1] "%d Kontakte nicht importiert" +#: src/Core/ACL.php:309 view/theme/vier/config.php:115 +msgid "don't show" +msgstr "nicht zeigen" -#: src/Core/UserImport.php:278 -msgid "Done. You can now login with your username and password" -msgstr "Erledigt. Du kannst Dich jetzt mit Deinem Nutzernamen und Passwort anmelden" +#: src/Core/ACL.php:319 +msgid "Close" +msgstr "Schließen" -#: src/Util/Temporal.php:147 src/Model/Profile.php:744 +#: src/Util/Temporal.php:147 src/Model/Profile.php:758 msgid "Birthday:" msgstr "Geburtstag:" @@ -7901,343 +7803,39 @@ msgstr "Sekunden" msgid "%1$d %2$s ago" msgstr "vor %1$d %2$s" -#: src/Content/Text/BBCode.php:547 +#: src/Content/Text/BBCode.php:555 msgid "view full size" msgstr "Volle Größe anzeigen" -#: src/Content/Text/BBCode.php:1000 src/Content/Text/BBCode.php:1761 -#: src/Content/Text/BBCode.php:1762 +#: src/Content/Text/BBCode.php:981 src/Content/Text/BBCode.php:1750 +#: src/Content/Text/BBCode.php:1751 msgid "Image/photo" msgstr "Bild/Foto" -#: src/Content/Text/BBCode.php:1138 +#: src/Content/Text/BBCode.php:1119 #, php-format msgid "%2$s %3$s" msgstr "%2$s %3$s" -#: src/Content/Text/BBCode.php:1696 src/Content/Text/BBCode.php:1718 +#: src/Content/Text/BBCode.php:1677 src/Content/Text/BBCode.php:1699 msgid "$1 wrote:" msgstr "$1 hat geschrieben:" -#: src/Content/Text/BBCode.php:1770 src/Content/Text/BBCode.php:1771 +#: src/Content/Text/BBCode.php:1759 src/Content/Text/BBCode.php:1760 msgid "Encrypted content" msgstr "Verschlüsselter Inhalt" -#: src/Content/Text/BBCode.php:1888 +#: src/Content/Text/BBCode.php:1879 msgid "Invalid source protocol" msgstr "Ungültiges Quell-Protokoll" -#: src/Content/Text/BBCode.php:1899 +#: src/Content/Text/BBCode.php:1890 msgid "Invalid link protocol" msgstr "Ungültiges Link-Protokoll" -#: src/Content/ContactSelector.php:55 -msgid "Frequently" -msgstr "immer wieder" - -#: src/Content/ContactSelector.php:56 -msgid "Hourly" -msgstr "Stündlich" - -#: src/Content/ContactSelector.php:57 -msgid "Twice daily" -msgstr "Zweimal täglich" - -#: src/Content/ContactSelector.php:58 -msgid "Daily" -msgstr "Täglich" - -#: src/Content/ContactSelector.php:59 -msgid "Weekly" -msgstr "Wöchentlich" - -#: src/Content/ContactSelector.php:60 -msgid "Monthly" -msgstr "Monatlich" - -#: src/Content/ContactSelector.php:80 -msgid "OStatus" -msgstr "OStatus" - -#: src/Content/ContactSelector.php:81 -msgid "RSS/Atom" -msgstr "RSS/Atom" - -#: src/Content/ContactSelector.php:84 -msgid "Facebook" -msgstr "Facebook" - -#: src/Content/ContactSelector.php:85 -msgid "Zot!" -msgstr "Zott" - -#: src/Content/ContactSelector.php:86 -msgid "LinkedIn" -msgstr "LinkedIn" - -#: src/Content/ContactSelector.php:87 -msgid "XMPP/IM" -msgstr "XMPP/Chat" - -#: src/Content/ContactSelector.php:88 -msgid "MySpace" -msgstr "MySpace" - -#: src/Content/ContactSelector.php:89 -msgid "Google+" -msgstr "Google+" - -#: src/Content/ContactSelector.php:90 -msgid "pump.io" -msgstr "pump.io" - -#: src/Content/ContactSelector.php:91 -msgid "Twitter" -msgstr "Twitter" - -#: src/Content/ContactSelector.php:92 -msgid "Diaspora Connector" -msgstr "Diaspora" - -#: src/Content/ContactSelector.php:93 -msgid "GNU Social Connector" -msgstr "GNU social Connector" - -#: src/Content/ContactSelector.php:94 -msgid "pnut" -msgstr "pnut" - -#: src/Content/ContactSelector.php:95 -msgid "App.net" -msgstr "App.net" - -#: src/Content/ContactSelector.php:125 -msgid "Male" -msgstr "Männlich" - -#: src/Content/ContactSelector.php:125 -msgid "Female" -msgstr "Weiblich" - -#: src/Content/ContactSelector.php:125 -msgid "Currently Male" -msgstr "Momentan männlich" - -#: src/Content/ContactSelector.php:125 -msgid "Currently Female" -msgstr "Momentan weiblich" - -#: src/Content/ContactSelector.php:125 -msgid "Mostly Male" -msgstr "Hauptsächlich männlich" - -#: src/Content/ContactSelector.php:125 -msgid "Mostly Female" -msgstr "Hauptsächlich weiblich" - -#: src/Content/ContactSelector.php:125 -msgid "Transgender" -msgstr "Transgender" - -#: src/Content/ContactSelector.php:125 -msgid "Intersex" -msgstr "Intersex" - -#: src/Content/ContactSelector.php:125 -msgid "Transsexual" -msgstr "Transsexuell" - -#: src/Content/ContactSelector.php:125 -msgid "Hermaphrodite" -msgstr "Hermaphrodit" - -#: src/Content/ContactSelector.php:125 -msgid "Neuter" -msgstr "Neuter" - -#: src/Content/ContactSelector.php:125 -msgid "Non-specific" -msgstr "Nicht spezifiziert" - -#: src/Content/ContactSelector.php:125 -msgid "Other" -msgstr "Andere" - -#: src/Content/ContactSelector.php:147 -msgid "Males" -msgstr "Männer" - -#: src/Content/ContactSelector.php:147 -msgid "Females" -msgstr "Frauen" - -#: src/Content/ContactSelector.php:147 -msgid "Gay" -msgstr "Schwul" - -#: src/Content/ContactSelector.php:147 -msgid "Lesbian" -msgstr "Lesbisch" - -#: src/Content/ContactSelector.php:147 -msgid "No Preference" -msgstr "Keine Vorlieben" - -#: src/Content/ContactSelector.php:147 -msgid "Bisexual" -msgstr "Bisexuell" - -#: src/Content/ContactSelector.php:147 -msgid "Autosexual" -msgstr "Autosexual" - -#: src/Content/ContactSelector.php:147 -msgid "Abstinent" -msgstr "Abstinent" - -#: src/Content/ContactSelector.php:147 -msgid "Virgin" -msgstr "Jungfrauen" - -#: src/Content/ContactSelector.php:147 -msgid "Deviant" -msgstr "Deviant" - -#: src/Content/ContactSelector.php:147 -msgid "Fetish" -msgstr "Fetish" - -#: src/Content/ContactSelector.php:147 -msgid "Oodles" -msgstr "Oodles" - -#: src/Content/ContactSelector.php:147 -msgid "Nonsexual" -msgstr "Nonsexual" - -#: src/Content/ContactSelector.php:169 -msgid "Single" -msgstr "Single" - -#: src/Content/ContactSelector.php:169 -msgid "Lonely" -msgstr "Einsam" - -#: src/Content/ContactSelector.php:169 -msgid "Available" -msgstr "Verfügbar" - -#: src/Content/ContactSelector.php:169 -msgid "Unavailable" -msgstr "Nicht verfügbar" - -#: src/Content/ContactSelector.php:169 -msgid "Has crush" -msgstr "verknallt" - -#: src/Content/ContactSelector.php:169 -msgid "Infatuated" -msgstr "verliebt" - -#: src/Content/ContactSelector.php:169 -msgid "Dating" -msgstr "Dating" - -#: src/Content/ContactSelector.php:169 -msgid "Unfaithful" -msgstr "Untreu" - -#: src/Content/ContactSelector.php:169 -msgid "Sex Addict" -msgstr "Sexbesessen" - -#: src/Content/ContactSelector.php:169 src/Model/User.php:492 -msgid "Friends" -msgstr "Kontakte" - -#: src/Content/ContactSelector.php:169 -msgid "Friends/Benefits" -msgstr "Freunde/Zuwendungen" - -#: src/Content/ContactSelector.php:169 -msgid "Casual" -msgstr "Casual" - -#: src/Content/ContactSelector.php:169 -msgid "Engaged" -msgstr "Verlobt" - -#: src/Content/ContactSelector.php:169 -msgid "Married" -msgstr "Verheiratet" - -#: src/Content/ContactSelector.php:169 -msgid "Imaginarily married" -msgstr "imaginär verheiratet" - -#: src/Content/ContactSelector.php:169 -msgid "Partners" -msgstr "Partner" - -#: src/Content/ContactSelector.php:169 -msgid "Cohabiting" -msgstr "zusammenlebend" - -#: src/Content/ContactSelector.php:169 -msgid "Common law" -msgstr "wilde Ehe" - -#: src/Content/ContactSelector.php:169 -msgid "Happy" -msgstr "Glücklich" - -#: src/Content/ContactSelector.php:169 -msgid "Not looking" -msgstr "Nicht auf der Suche" - -#: src/Content/ContactSelector.php:169 -msgid "Swinger" -msgstr "Swinger" - -#: src/Content/ContactSelector.php:169 -msgid "Betrayed" -msgstr "Betrogen" - -#: src/Content/ContactSelector.php:169 -msgid "Separated" -msgstr "Getrennt" - -#: src/Content/ContactSelector.php:169 -msgid "Unstable" -msgstr "Unstabil" - -#: src/Content/ContactSelector.php:169 -msgid "Divorced" -msgstr "Geschieden" - -#: src/Content/ContactSelector.php:169 -msgid "Imaginarily divorced" -msgstr "imaginär geschieden" - -#: src/Content/ContactSelector.php:169 -msgid "Widowed" -msgstr "Verwitwet" - -#: src/Content/ContactSelector.php:169 -msgid "Uncertain" -msgstr "Unsicher" - -#: src/Content/ContactSelector.php:169 -msgid "It's complicated" -msgstr "Ist kompliziert" - -#: src/Content/ContactSelector.php:169 -msgid "Don't care" -msgstr "Ist mir nicht wichtig" - -#: src/Content/ContactSelector.php:169 -msgid "Ask me" -msgstr "Frag mich" +#: src/Content/ForumManager.php:127 view/theme/vier/theme.php:256 +msgid "External link to forum" +msgstr "Externer Link zum Forum" #: src/Content/Nav.php:53 msgid "Nothing new here" @@ -8247,6 +7845,41 @@ msgstr "Keine Neuigkeiten" msgid "Clear notifications" msgstr "Bereinige Benachrichtigungen" +#: src/Content/Nav.php:97 src/Module/Login.php:311 +#: view/theme/frio/theme.php:256 +msgid "Logout" +msgstr "Abmelden" + +#: src/Content/Nav.php:97 view/theme/frio/theme.php:256 +msgid "End this session" +msgstr "Diese Sitzung beenden" + +#: src/Content/Nav.php:100 src/Content/Nav.php:181 +#: view/theme/frio/theme.php:259 +msgid "Your posts and conversations" +msgstr "Deine Beiträge und Unterhaltungen" + +#: src/Content/Nav.php:101 view/theme/frio/theme.php:260 +msgid "Your profile page" +msgstr "Deine Profilseite" + +#: src/Content/Nav.php:102 view/theme/frio/theme.php:261 +msgid "Your photos" +msgstr "Deine Fotos" + +#: src/Content/Nav.php:103 src/Model/Profile.php:912 src/Model/Profile.php:915 +#: view/theme/frio/theme.php:262 +msgid "Videos" +msgstr "Videos" + +#: src/Content/Nav.php:103 view/theme/frio/theme.php:262 +msgid "Your videos" +msgstr "Deine Videos" + +#: src/Content/Nav.php:104 view/theme/frio/theme.php:263 +msgid "Your events" +msgstr "Deine Ereignisse" + #: src/Content/Nav.php:105 msgid "Personal notes" msgstr "Persönliche Notizen" @@ -8291,6 +7924,11 @@ msgstr "Gemeinschaft" msgid "Conversations on this and other servers" msgstr "Unterhaltungen auf diesem und anderer Server" +#: src/Content/Nav.php:169 src/Model/Profile.php:927 src/Model/Profile.php:938 +#: view/theme/frio/theme.php:267 +msgid "Events and Calendar" +msgstr "Ereignisse und Kalender" + #: src/Content/Nav.php:172 msgid "Directory" msgstr "Verzeichnis" @@ -8303,6 +7941,10 @@ msgstr "Nutzerverzeichnis" msgid "Information about this friendica instance" msgstr "Informationen zu dieser Friendica Instanz" +#: src/Content/Nav.php:178 view/theme/frio/theme.php:266 +msgid "Conversations from your friends" +msgstr "Unterhaltungen Deiner Kontakte" + #: src/Content/Nav.php:179 msgid "Network Reset" msgstr "Netzwerk zurücksetzen" @@ -8323,6 +7965,10 @@ msgstr "Alle Benachrichtigungen anzeigen" msgid "Mark all system notifications seen" msgstr "Markiere alle Systembenachrichtigungen als gelesen" +#: src/Content/Nav.php:195 view/theme/frio/theme.php:268 +msgid "Private mail" +msgstr "Private E-Mail" + #: src/Content/Nav.php:196 msgid "Inbox" msgstr "Eingang" @@ -8339,6 +7985,10 @@ msgstr "Verwalten" msgid "Manage other pages" msgstr "Andere Seiten verwalten" +#: src/Content/Nav.php:206 view/theme/frio/theme.php:269 +msgid "Account settings" +msgstr "Kontoeinstellungen" + #: src/Content/Nav.php:209 src/Model/Profile.php:372 msgid "Profiles" msgstr "Profile" @@ -8347,6 +7997,10 @@ msgstr "Profile" msgid "Manage/Edit Profiles" msgstr "Profile Verwalten/Editieren" +#: src/Content/Nav.php:212 view/theme/frio/theme.php:270 +msgid "Manage/edit friends and contacts" +msgstr " Kontakte verwalten/editieren" + #: src/Content/Nav.php:217 msgid "Site setup and configuration" msgstr "Einstellungen der Seite und Konfiguration" @@ -8359,6 +8013,26 @@ msgstr "Navigation" msgid "Site map" msgstr "Sitemap" +#: src/Content/OEmbed.php:253 +msgid "Embedding disabled" +msgstr "Einbettungen deaktiviert" + +#: src/Content/OEmbed.php:373 +msgid "Embedded content" +msgstr "Eingebetteter Inhalt" + +#: src/Content/Widget/CalendarExport.php:61 +msgid "Export" +msgstr "Exportieren" + +#: src/Content/Widget/CalendarExport.php:62 +msgid "Export calendar as ical" +msgstr "Kalender als ical exportieren" + +#: src/Content/Widget/CalendarExport.php:63 +msgid "Export calendar as csv" +msgstr "Kalender als csv exportieren" + #: src/Content/Feature.php:79 msgid "General Features" msgstr "Allgemeine Features" @@ -8570,14 +8244,6 @@ msgstr "Mitgliedschaftsdatum anzeigen" msgid "Display membership date in profile" msgstr "Soll das Datum der Registrierung deines Accounts im Profil angezeigt werden." -#: src/Content/OEmbed.php:253 -msgid "Embedding disabled" -msgstr "Einbettungen deaktiviert" - -#: src/Content/OEmbed.php:373 -msgid "Embedded content" -msgstr "Eingebetteter Inhalt" - #: src/Content/Widget.php:33 msgid "Add New Contact" msgstr "Neuen Kontakt hinzufügen" @@ -8609,10 +8275,18 @@ msgstr "Name oder Interessen eingeben" msgid "Examples: Robert Morgenstein, Fishing" msgstr "Beispiel: Robert Morgenstein, Angeln" +#: src/Content/Widget.php:65 view/theme/vier/theme.php:202 +msgid "Similar Interests" +msgstr "Ähnliche Interessen" + #: src/Content/Widget.php:66 msgid "Random Profile" msgstr "Zufälliges Profil" +#: src/Content/Widget.php:67 view/theme/vier/theme.php:204 +msgid "Invite Friends" +msgstr "Freunde einladen" + #: src/Content/Widget.php:68 msgid "View Global Directory" msgstr "Globales Verzeichnis betrachten" @@ -8640,6 +8314,314 @@ msgid_plural "%d contacts in common" msgstr[0] "%d gemeinsamer Kontakt" msgstr[1] "%d gemeinsame Kontakte" +#: src/Content/ContactSelector.php:55 +msgid "Frequently" +msgstr "immer wieder" + +#: src/Content/ContactSelector.php:56 +msgid "Hourly" +msgstr "Stündlich" + +#: src/Content/ContactSelector.php:57 +msgid "Twice daily" +msgstr "Zweimal täglich" + +#: src/Content/ContactSelector.php:58 +msgid "Daily" +msgstr "Täglich" + +#: src/Content/ContactSelector.php:59 +msgid "Weekly" +msgstr "Wöchentlich" + +#: src/Content/ContactSelector.php:60 +msgid "Monthly" +msgstr "Monatlich" + +#: src/Content/ContactSelector.php:80 +msgid "OStatus" +msgstr "OStatus" + +#: src/Content/ContactSelector.php:81 +msgid "RSS/Atom" +msgstr "RSS/Atom" + +#: src/Content/ContactSelector.php:84 +msgid "Facebook" +msgstr "Facebook" + +#: src/Content/ContactSelector.php:85 +msgid "Zot!" +msgstr "Zott" + +#: src/Content/ContactSelector.php:86 +msgid "LinkedIn" +msgstr "LinkedIn" + +#: src/Content/ContactSelector.php:87 +msgid "XMPP/IM" +msgstr "XMPP/Chat" + +#: src/Content/ContactSelector.php:88 +msgid "MySpace" +msgstr "MySpace" + +#: src/Content/ContactSelector.php:89 +msgid "Google+" +msgstr "Google+" + +#: src/Content/ContactSelector.php:90 +msgid "pump.io" +msgstr "pump.io" + +#: src/Content/ContactSelector.php:91 +msgid "Twitter" +msgstr "Twitter" + +#: src/Content/ContactSelector.php:92 +msgid "Diaspora Connector" +msgstr "Diaspora Connector" + +#: src/Content/ContactSelector.php:93 +msgid "GNU Social Connector" +msgstr "GNU social Connector" + +#: src/Content/ContactSelector.php:94 +msgid "pnut" +msgstr "pnut" + +#: src/Content/ContactSelector.php:95 +msgid "App.net" +msgstr "App.net" + +#: src/Content/ContactSelector.php:125 +msgid "Male" +msgstr "Männlich" + +#: src/Content/ContactSelector.php:125 +msgid "Female" +msgstr "Weiblich" + +#: src/Content/ContactSelector.php:125 +msgid "Currently Male" +msgstr "Momentan männlich" + +#: src/Content/ContactSelector.php:125 +msgid "Currently Female" +msgstr "Momentan weiblich" + +#: src/Content/ContactSelector.php:125 +msgid "Mostly Male" +msgstr "Hauptsächlich männlich" + +#: src/Content/ContactSelector.php:125 +msgid "Mostly Female" +msgstr "Hauptsächlich weiblich" + +#: src/Content/ContactSelector.php:125 +msgid "Transgender" +msgstr "Transgender" + +#: src/Content/ContactSelector.php:125 +msgid "Intersex" +msgstr "Intersex" + +#: src/Content/ContactSelector.php:125 +msgid "Transsexual" +msgstr "Transsexuell" + +#: src/Content/ContactSelector.php:125 +msgid "Hermaphrodite" +msgstr "Hermaphrodit" + +#: src/Content/ContactSelector.php:125 +msgid "Neuter" +msgstr "Neuter" + +#: src/Content/ContactSelector.php:125 +msgid "Non-specific" +msgstr "Nicht spezifiziert" + +#: src/Content/ContactSelector.php:125 +msgid "Other" +msgstr "Andere" + +#: src/Content/ContactSelector.php:147 +msgid "Males" +msgstr "Männer" + +#: src/Content/ContactSelector.php:147 +msgid "Females" +msgstr "Frauen" + +#: src/Content/ContactSelector.php:147 +msgid "Gay" +msgstr "Schwul" + +#: src/Content/ContactSelector.php:147 +msgid "Lesbian" +msgstr "Lesbisch" + +#: src/Content/ContactSelector.php:147 +msgid "No Preference" +msgstr "Keine Vorlieben" + +#: src/Content/ContactSelector.php:147 +msgid "Bisexual" +msgstr "Bisexuell" + +#: src/Content/ContactSelector.php:147 +msgid "Autosexual" +msgstr "Autosexual" + +#: src/Content/ContactSelector.php:147 +msgid "Abstinent" +msgstr "Abstinent" + +#: src/Content/ContactSelector.php:147 +msgid "Virgin" +msgstr "Jungfrauen" + +#: src/Content/ContactSelector.php:147 +msgid "Deviant" +msgstr "Deviant" + +#: src/Content/ContactSelector.php:147 +msgid "Fetish" +msgstr "Fetish" + +#: src/Content/ContactSelector.php:147 +msgid "Oodles" +msgstr "Oodles" + +#: src/Content/ContactSelector.php:147 +msgid "Nonsexual" +msgstr "Nonsexual" + +#: src/Content/ContactSelector.php:169 +msgid "Single" +msgstr "Single" + +#: src/Content/ContactSelector.php:169 +msgid "Lonely" +msgstr "Einsam" + +#: src/Content/ContactSelector.php:169 +msgid "Available" +msgstr "Verfügbar" + +#: src/Content/ContactSelector.php:169 +msgid "Unavailable" +msgstr "Nicht verfügbar" + +#: src/Content/ContactSelector.php:169 +msgid "Has crush" +msgstr "verknallt" + +#: src/Content/ContactSelector.php:169 +msgid "Infatuated" +msgstr "verliebt" + +#: src/Content/ContactSelector.php:169 +msgid "Dating" +msgstr "Dating" + +#: src/Content/ContactSelector.php:169 +msgid "Unfaithful" +msgstr "Untreu" + +#: src/Content/ContactSelector.php:169 +msgid "Sex Addict" +msgstr "Sexbesessen" + +#: src/Content/ContactSelector.php:169 src/Model/User.php:505 +msgid "Friends" +msgstr "Kontakte" + +#: src/Content/ContactSelector.php:169 +msgid "Friends/Benefits" +msgstr "Freunde/Zuwendungen" + +#: src/Content/ContactSelector.php:169 +msgid "Casual" +msgstr "Casual" + +#: src/Content/ContactSelector.php:169 +msgid "Engaged" +msgstr "Verlobt" + +#: src/Content/ContactSelector.php:169 +msgid "Married" +msgstr "Verheiratet" + +#: src/Content/ContactSelector.php:169 +msgid "Imaginarily married" +msgstr "imaginär verheiratet" + +#: src/Content/ContactSelector.php:169 +msgid "Partners" +msgstr "Partner" + +#: src/Content/ContactSelector.php:169 +msgid "Cohabiting" +msgstr "zusammenlebend" + +#: src/Content/ContactSelector.php:169 +msgid "Common law" +msgstr "wilde Ehe" + +#: src/Content/ContactSelector.php:169 +msgid "Happy" +msgstr "Glücklich" + +#: src/Content/ContactSelector.php:169 +msgid "Not looking" +msgstr "Nicht auf der Suche" + +#: src/Content/ContactSelector.php:169 +msgid "Swinger" +msgstr "Swinger" + +#: src/Content/ContactSelector.php:169 +msgid "Betrayed" +msgstr "Betrogen" + +#: src/Content/ContactSelector.php:169 +msgid "Separated" +msgstr "Getrennt" + +#: src/Content/ContactSelector.php:169 +msgid "Unstable" +msgstr "Unstabil" + +#: src/Content/ContactSelector.php:169 +msgid "Divorced" +msgstr "Geschieden" + +#: src/Content/ContactSelector.php:169 +msgid "Imaginarily divorced" +msgstr "imaginär geschieden" + +#: src/Content/ContactSelector.php:169 +msgid "Widowed" +msgstr "Verwitwet" + +#: src/Content/ContactSelector.php:169 +msgid "Uncertain" +msgstr "Unsicher" + +#: src/Content/ContactSelector.php:169 +msgid "It's complicated" +msgstr "Ist kompliziert" + +#: src/Content/ContactSelector.php:169 +msgid "Don't care" +msgstr "Ist mir nicht wichtig" + +#: src/Content/ContactSelector.php:169 +msgid "Ask me" +msgstr "Frag mich" + #: src/Database/DBStructure.php:32 msgid "There are no tables on MyISAM." msgstr "Es gibt keine MyISAM Tabellen." @@ -8673,148 +8655,15 @@ msgstr "\nFehler %d beim Update der Datenbank aufgetreten\n%s\n" msgid "Errors encountered performing database changes: " msgstr "Fehler beim Ändern der Datenbank aufgetreten" -#: src/Database/DBStructure.php:209 +#: src/Database/DBStructure.php:210 msgid ": Database update" msgstr ": Datenbank Update" -#: src/Database/DBStructure.php:458 +#: src/Database/DBStructure.php:460 #, php-format msgid "%s: updating %s table." msgstr "%s: aktualisiere Tabelle %s" -#: src/Model/Group.php:44 -msgid "" -"A deleted group with this name was revived. Existing item permissions " -"may apply to this group and any future members. If this is " -"not what you intended, please create another group with a different name." -msgstr "Eine gelöschte Gruppe mit diesem Namen wurde wiederbelebt. Bestehende Berechtigungseinstellungen könnten auf diese Gruppe oder zukünftige Mitglieder angewandt werden. Falls Du dies nicht möchtest, erstelle bitte eine andere Gruppe mit einem anderen Namen." - -#: src/Model/Group.php:329 -msgid "Default privacy group for new contacts" -msgstr "Voreingestellte Gruppe für neue Kontakte" - -#: src/Model/Group.php:362 -msgid "Everybody" -msgstr "Alle Kontakte" - -#: src/Model/Group.php:382 -msgid "edit" -msgstr "bearbeiten" - -#: src/Model/Group.php:406 -msgid "Edit group" -msgstr "Gruppe bearbeiten" - -#: src/Model/Group.php:407 -msgid "Contacts not in any group" -msgstr "Kontakte in keiner Gruppe" - -#: src/Model/Group.php:408 -msgid "Create a new group" -msgstr "Neue Gruppe erstellen" - -#: src/Model/Group.php:410 -msgid "Edit groups" -msgstr "Gruppen bearbeiten" - -#: src/Model/Contact.php:559 -msgid "Drop Contact" -msgstr "Kontakt löschen" - -#: src/Model/Contact.php:962 -msgid "Organisation" -msgstr "Organisation" - -#: src/Model/Contact.php:965 -msgid "News" -msgstr "Nachrichten" - -#: src/Model/Contact.php:968 -msgid "Forum" -msgstr "Forum" - -#: src/Model/Contact.php:1147 -msgid "Connect URL missing." -msgstr "Connect-URL fehlt" - -#: src/Model/Contact.php:1156 -msgid "" -"The contact could not be added. Please check the relevant network " -"credentials in your Settings -> Social Networks page." -msgstr "Der Kontakt konnte nicht hinzugefügt werden. Bitte überprüfe die Einstellungen unter Einstellungen -> Soziale Netzwerke" - -#: src/Model/Contact.php:1184 -msgid "" -"This site is not configured to allow communications with other networks." -msgstr "Diese Seite ist so konfiguriert, dass keine Kommunikation mit anderen Netzwerken erfolgen kann." - -#: src/Model/Contact.php:1185 src/Model/Contact.php:1199 -msgid "No compatible communication protocols or feeds were discovered." -msgstr "Es wurden keine kompatiblen Kommunikationsprotokolle oder Feeds gefunden." - -#: src/Model/Contact.php:1197 -msgid "The profile address specified does not provide adequate information." -msgstr "Die angegebene Profiladresse liefert unzureichende Informationen." - -#: src/Model/Contact.php:1202 -msgid "An author or name was not found." -msgstr "Es wurde kein Autor oder Name gefunden." - -#: src/Model/Contact.php:1205 -msgid "No browser URL could be matched to this address." -msgstr "Zu dieser Adresse konnte keine passende Browser URL gefunden werden." - -#: src/Model/Contact.php:1208 -msgid "" -"Unable to match @-style Identity Address with a known protocol or email " -"contact." -msgstr "Konnte die @-Adresse mit keinem der bekannten Protokolle oder Email-Kontakte abgleichen." - -#: src/Model/Contact.php:1209 -msgid "Use mailto: in front of address to force email check." -msgstr "Verwende mailto: vor der Email Adresse, um eine Überprüfung der E-Mail-Adresse zu erzwingen." - -#: src/Model/Contact.php:1215 -msgid "" -"The profile address specified belongs to a network which has been disabled " -"on this site." -msgstr "Die Adresse dieses Profils gehört zu einem Netzwerk, mit dem die Kommunikation auf dieser Seite ausgeschaltet wurde." - -#: src/Model/Contact.php:1220 -msgid "" -"Limited profile. This person will be unable to receive direct/personal " -"notifications from you." -msgstr "Eingeschränktes Profil. Diese Person wird keine direkten/privaten Nachrichten von Dir erhalten können." - -#: src/Model/Contact.php:1290 -msgid "Unable to retrieve contact information." -msgstr "Konnte die Kontaktinformationen nicht empfangen." - -#: src/Model/Contact.php:1502 -#, php-format -msgid "%s's birthday" -msgstr "%ss Geburtstag" - -#: src/Model/Contact.php:1503 src/Protocol/DFRN.php:1398 -#, php-format -msgid "Happy Birthday %s" -msgstr "Herzlichen Glückwunsch %s" - -#: src/Model/Item.php:1666 -#, php-format -msgid "%1$s is attending %2$s's %3$s" -msgstr "%1$s nimmt an %2$ss %3$s teil." - -#: src/Model/Item.php:1671 -#, php-format -msgid "%1$s is not attending %2$s's %3$s" -msgstr "%1$s nimmt nicht an %2$ss %3$s teil." - -#: src/Model/Item.php:1676 -#, php-format -msgid "%1$s may attend %2$s's %3$s" -msgstr "%1$s nimmt eventuell an %2$ss %3$s teil." - #: src/Model/Mail.php:40 src/Model/Mail.php:174 msgid "[no subject]" msgstr "[kein Betreff]" @@ -8824,7 +8673,7 @@ msgid "Requested account is not available." msgstr "Das angefragte Profil ist nicht vorhanden." #: src/Model/Profile.php:168 src/Model/Profile.php:399 -#: src/Model/Profile.php:845 +#: src/Model/Profile.php:859 msgid "Edit profile" msgstr "Profil bearbeiten" @@ -8844,7 +8693,7 @@ msgstr "l, d. F G \\U\\h\\r" msgid "F d" msgstr "d. F" -#: src/Model/Profile.php:606 src/Model/Profile.php:689 +#: src/Model/Profile.php:606 src/Model/Profile.php:703 msgid "[today]" msgstr "[heute]" @@ -8856,175 +8705,370 @@ msgstr "Geburtstagserinnerungen" msgid "Birthdays this week:" msgstr "Geburtstage diese Woche:" -#: src/Model/Profile.php:676 +#: src/Model/Profile.php:690 msgid "[No description]" msgstr "[keine Beschreibung]" -#: src/Model/Profile.php:703 +#: src/Model/Profile.php:717 msgid "Event Reminders" msgstr "Veranstaltungserinnerungen" -#: src/Model/Profile.php:704 +#: src/Model/Profile.php:718 msgid "Events this week:" msgstr "Veranstaltungen diese Woche" -#: src/Model/Profile.php:727 +#: src/Model/Profile.php:741 msgid "Member since:" msgstr "Mitglied seit:" -#: src/Model/Profile.php:735 +#: src/Model/Profile.php:749 msgid "j F, Y" msgstr "j F, Y" -#: src/Model/Profile.php:736 +#: src/Model/Profile.php:750 msgid "j F" msgstr "j F" -#: src/Model/Profile.php:751 +#: src/Model/Profile.php:765 msgid "Age:" msgstr "Alter:" -#: src/Model/Profile.php:764 +#: src/Model/Profile.php:778 #, php-format msgid "for %1$d %2$s" msgstr "für %1$d %2$s" -#: src/Model/Profile.php:788 +#: src/Model/Profile.php:802 msgid "Religion:" msgstr "Religion:" -#: src/Model/Profile.php:796 +#: src/Model/Profile.php:810 msgid "Hobbies/Interests:" msgstr "Hobbies/Interessen:" -#: src/Model/Profile.php:808 +#: src/Model/Profile.php:822 msgid "Contact information and Social Networks:" msgstr "Kontaktinformationen und Soziale Netzwerke:" -#: src/Model/Profile.php:812 +#: src/Model/Profile.php:826 msgid "Musical interests:" msgstr "Musikalische Interessen:" -#: src/Model/Profile.php:816 +#: src/Model/Profile.php:830 msgid "Books, literature:" msgstr "Literatur/Bücher:" -#: src/Model/Profile.php:820 +#: src/Model/Profile.php:834 msgid "Television:" msgstr "Fernsehen:" -#: src/Model/Profile.php:824 +#: src/Model/Profile.php:838 msgid "Film/dance/culture/entertainment:" msgstr "Filme/Tänze/Kultur/Unterhaltung:" -#: src/Model/Profile.php:828 +#: src/Model/Profile.php:842 msgid "Love/Romance:" msgstr "Liebesleben:" -#: src/Model/Profile.php:832 +#: src/Model/Profile.php:846 msgid "Work/employment:" msgstr "Arbeit/Beschäftigung:" -#: src/Model/Profile.php:836 +#: src/Model/Profile.php:850 msgid "School/education:" msgstr "Schule/Ausbildung:" -#: src/Model/Profile.php:841 +#: src/Model/Profile.php:855 msgid "Forums:" msgstr "Foren:" -#: src/Model/Profile.php:935 +#: src/Model/Profile.php:949 msgid "Only You Can See This" msgstr "Nur Du kannst das sehen" -#: src/Model/User.php:142 +#: src/Model/Item.php:1676 +#, php-format +msgid "%1$s is attending %2$s's %3$s" +msgstr "%1$s nimmt an %2$ss %3$s teil." + +#: src/Model/Item.php:1681 +#, php-format +msgid "%1$s is not attending %2$s's %3$s" +msgstr "%1$s nimmt nicht an %2$ss %3$s teil." + +#: src/Model/Item.php:1686 +#, php-format +msgid "%1$s may attend %2$s's %3$s" +msgstr "%1$s nimmt eventuell an %2$ss %3$s teil." + +#: src/Model/Group.php:44 +msgid "" +"A deleted group with this name was revived. Existing item permissions " +"may apply to this group and any future members. If this is " +"not what you intended, please create another group with a different name." +msgstr "Eine gelöschte Gruppe mit diesem Namen wurde wiederbelebt. Bestehende Berechtigungseinstellungen könnten auf diese Gruppe oder zukünftige Mitglieder angewandt werden. Falls Du dies nicht möchtest, erstelle bitte eine andere Gruppe mit einem anderen Namen." + +#: src/Model/Group.php:328 +msgid "Default privacy group for new contacts" +msgstr "Voreingestellte Gruppe für neue Kontakte" + +#: src/Model/Group.php:361 +msgid "Everybody" +msgstr "Alle Kontakte" + +#: src/Model/Group.php:381 +msgid "edit" +msgstr "bearbeiten" + +#: src/Model/Group.php:405 +msgid "Edit group" +msgstr "Gruppe bearbeiten" + +#: src/Model/Group.php:406 +msgid "Contacts not in any group" +msgstr "Kontakte in keiner Gruppe" + +#: src/Model/Group.php:407 +msgid "Create a new group" +msgstr "Neue Gruppe erstellen" + +#: src/Model/Group.php:409 +msgid "Edit groups" +msgstr "Gruppen bearbeiten" + +#: src/Model/Contact.php:645 +msgid "Drop Contact" +msgstr "Kontakt löschen" + +#: src/Model/Contact.php:1048 +msgid "Organisation" +msgstr "Organisation" + +#: src/Model/Contact.php:1051 +msgid "News" +msgstr "Nachrichten" + +#: src/Model/Contact.php:1054 +msgid "Forum" +msgstr "Forum" + +#: src/Model/Contact.php:1233 +msgid "Connect URL missing." +msgstr "Connect-URL fehlt" + +#: src/Model/Contact.php:1242 +msgid "" +"The contact could not be added. Please check the relevant network " +"credentials in your Settings -> Social Networks page." +msgstr "Der Kontakt konnte nicht hinzugefügt werden. Bitte überprüfe die Einstellungen unter Einstellungen -> Soziale Netzwerke" + +#: src/Model/Contact.php:1289 +msgid "" +"This site is not configured to allow communications with other networks." +msgstr "Diese Seite ist so konfiguriert, dass keine Kommunikation mit anderen Netzwerken erfolgen kann." + +#: src/Model/Contact.php:1290 src/Model/Contact.php:1304 +msgid "No compatible communication protocols or feeds were discovered." +msgstr "Es wurden keine kompatiblen Kommunikationsprotokolle oder Feeds gefunden." + +#: src/Model/Contact.php:1302 +msgid "The profile address specified does not provide adequate information." +msgstr "Die angegebene Profiladresse liefert unzureichende Informationen." + +#: src/Model/Contact.php:1307 +msgid "An author or name was not found." +msgstr "Es wurde kein Autor oder Name gefunden." + +#: src/Model/Contact.php:1310 +msgid "No browser URL could be matched to this address." +msgstr "Zu dieser Adresse konnte keine passende Browser URL gefunden werden." + +#: src/Model/Contact.php:1313 +msgid "" +"Unable to match @-style Identity Address with a known protocol or email " +"contact." +msgstr "Konnte die @-Adresse mit keinem der bekannten Protokolle oder Email-Kontakte abgleichen." + +#: src/Model/Contact.php:1314 +msgid "Use mailto: in front of address to force email check." +msgstr "Verwende mailto: vor der Email Adresse, um eine Überprüfung der E-Mail-Adresse zu erzwingen." + +#: src/Model/Contact.php:1320 +msgid "" +"The profile address specified belongs to a network which has been disabled " +"on this site." +msgstr "Die Adresse dieses Profils gehört zu einem Netzwerk, mit dem die Kommunikation auf dieser Seite ausgeschaltet wurde." + +#: src/Model/Contact.php:1325 +msgid "" +"Limited profile. This person will be unable to receive direct/personal " +"notifications from you." +msgstr "Eingeschränktes Profil. Diese Person wird keine direkten/privaten Nachrichten von Dir erhalten können." + +#: src/Model/Contact.php:1376 +msgid "Unable to retrieve contact information." +msgstr "Konnte die Kontaktinformationen nicht empfangen." + +#: src/Model/Contact.php:1588 +#, php-format +msgid "%s's birthday" +msgstr "%ss Geburtstag" + +#: src/Model/Contact.php:1589 src/Protocol/DFRN.php:1478 +#, php-format +msgid "Happy Birthday %s" +msgstr "Herzlichen Glückwunsch %s" + +#: src/Model/Event.php:53 src/Model/Event.php:70 src/Model/Event.php:419 +#: src/Model/Event.php:882 +msgid "Starts:" +msgstr "Beginnt:" + +#: src/Model/Event.php:56 src/Model/Event.php:76 src/Model/Event.php:420 +#: src/Model/Event.php:886 +msgid "Finishes:" +msgstr "Endet:" + +#: src/Model/Event.php:368 +msgid "all-day" +msgstr "ganztägig" + +#: src/Model/Event.php:391 +msgid "Jun" +msgstr "Jun" + +#: src/Model/Event.php:394 +msgid "Sept" +msgstr "Sep" + +#: src/Model/Event.php:417 +msgid "No events to display" +msgstr "Keine Veranstaltung zum Anzeigen" + +#: src/Model/Event.php:543 +msgid "l, F j" +msgstr "l, F j" + +#: src/Model/Event.php:566 +msgid "Edit event" +msgstr "Veranstaltung bearbeiten" + +#: src/Model/Event.php:567 +msgid "Duplicate event" +msgstr "Veranstaltung kopieren" + +#: src/Model/Event.php:568 +msgid "Delete event" +msgstr "Veranstaltung löschen" + +#: src/Model/Event.php:815 +msgid "D g:i A" +msgstr "D H:i" + +#: src/Model/Event.php:816 +msgid "g:i A" +msgstr "H:i" + +#: src/Model/Event.php:901 src/Model/Event.php:903 +msgid "Show map" +msgstr "Karte anzeigen" + +#: src/Model/Event.php:902 +msgid "Hide map" +msgstr "Karte verbergen" + +#: src/Model/User.php:144 msgid "Login failed" msgstr "Anmeldung fehlgeschlagen" -#: src/Model/User.php:173 +#: src/Model/User.php:175 msgid "Not enough information to authenticate" msgstr "Nicht genügend Informationen für die Authentifizierung" -#: src/Model/User.php:319 +#: src/Model/User.php:332 msgid "An invitation is required." msgstr "Du benötigst eine Einladung." -#: src/Model/User.php:323 +#: src/Model/User.php:336 msgid "Invitation could not be verified." msgstr "Die Einladung konnte nicht überprüft werden." -#: src/Model/User.php:330 +#: src/Model/User.php:343 msgid "Invalid OpenID url" msgstr "Ungültige OpenID URL" -#: src/Model/User.php:343 src/Module/Login.php:100 +#: src/Model/User.php:356 src/Module/Login.php:100 msgid "" "We encountered a problem while logging in with the OpenID you provided. " "Please check the correct spelling of the ID." msgstr "Beim Versuch Dich mit der von Dir angegebenen OpenID anzumelden trat ein Problem auf. Bitte überprüfe, dass Du die OpenID richtig geschrieben hast." -#: src/Model/User.php:343 src/Module/Login.php:100 +#: src/Model/User.php:356 src/Module/Login.php:100 msgid "The error message was:" msgstr "Die Fehlermeldung lautete:" -#: src/Model/User.php:349 +#: src/Model/User.php:362 msgid "Please enter the required information." msgstr "Bitte trage die erforderlichen Informationen ein." -#: src/Model/User.php:362 +#: src/Model/User.php:375 msgid "Please use a shorter name." msgstr "Bitte verwende einen kürzeren Namen." -#: src/Model/User.php:365 +#: src/Model/User.php:378 msgid "Name too short." msgstr "Der Name ist zu kurz." -#: src/Model/User.php:373 +#: src/Model/User.php:386 msgid "That doesn't appear to be your full (First Last) name." msgstr "Das scheint nicht Dein kompletter Name (Vor- und Nachname) zu sein." -#: src/Model/User.php:378 +#: src/Model/User.php:391 msgid "Your email domain is not among those allowed on this site." msgstr "Die Domain Deiner E-Mail Adresse ist auf dieser Seite nicht erlaubt." -#: src/Model/User.php:382 +#: src/Model/User.php:395 msgid "Not a valid email address." msgstr "Keine gültige E-Mail-Adresse." -#: src/Model/User.php:386 src/Model/User.php:394 +#: src/Model/User.php:399 src/Model/User.php:407 msgid "Cannot use that email." msgstr "Konnte diese E-Mail-Adresse nicht verwenden." -#: src/Model/User.php:401 +#: src/Model/User.php:414 msgid "Your nickname can only contain a-z, 0-9 and _." msgstr "Dein Spitzname darf nur aus Buchstaben und Zahlen (\"a-z\",\"0-9\" und \"_\") bestehen." -#: src/Model/User.php:408 src/Model/User.php:464 +#: src/Model/User.php:421 src/Model/User.php:477 msgid "Nickname is already registered. Please choose another." msgstr "Dieser Spitzname ist bereits vergeben. Bitte wähle einen anderen." -#: src/Model/User.php:418 +#: src/Model/User.php:431 msgid "SERIOUS ERROR: Generation of security keys failed." msgstr "FATALER FEHLER: Sicherheitsschlüssel konnten nicht erzeugt werden." -#: src/Model/User.php:451 src/Model/User.php:455 +#: src/Model/User.php:464 src/Model/User.php:468 msgid "An error occurred during registration. Please try again." msgstr "Während der Anmeldung ist ein Fehler aufgetreten. Bitte versuche es noch einmal." -#: src/Model/User.php:480 +#: src/Model/User.php:488 view/theme/duepuntozero/config.php:54 +msgid "default" +msgstr "Standard" + +#: src/Model/User.php:493 msgid "An error occurred creating your default profile. Please try again." msgstr "Bei der Erstellung des Standardprofils ist ein Fehler aufgetreten. Bitte versuche es noch einmal." -#: src/Model/User.php:487 +#: src/Model/User.php:500 msgid "An error occurred creating your self contact. Please try again." msgstr "Bei der Erstellung deines self Kontakts ist ein Fehler aufgetreten. Bitte versuche es erneut." -#: src/Model/User.php:496 +#: src/Model/User.php:509 msgid "" "An error occurred creating your default contact group. Please try again." msgstr "Bei der Erstellung deiner Standardgruppe für Kontakte ist ein Fehler aufgetreten. Bitte versuche es erneut." -#: src/Model/User.php:570 +#: src/Model/User.php:583 #, php-format msgid "" "\n" @@ -9033,12 +9077,12 @@ msgid "" "\t\t" msgstr "\nHallo %1$s,\n\ndanke für Deine Registrierung auf %2$s. Dein Account muss noch vom Admin des Knotens geprüft werden." -#: src/Model/User.php:580 +#: src/Model/User.php:593 #, php-format msgid "Registration at %s" msgstr "Registrierung als %s" -#: src/Model/User.php:598 +#: src/Model/User.php:611 #, php-format msgid "" "\n" @@ -9047,16 +9091,17 @@ msgid "" "\t\t" msgstr "\nHallo %1$s,\n\ndanke für Deine Registrierung auf %2$s. Dein Account wurde eingerichtet." -#: src/Model/User.php:602 +#: src/Model/User.php:615 #, php-format msgid "" "\n" "\t\t\tThe login details are as follows:\n" -"\t\t\t\tSite Location:\t%3$s\n" -"\t\t\t\tLogin Name:\t%1$s\n" -"\t\t\t\tPassword:\t%5$s\n" "\n" -"\t\t\tYou may change your password from your account Settings page after logging\n" +"\t\t\tSite Location:\t%3$s\n" +"\t\t\tLogin Name:\t\t%1$s\n" +"\t\t\tPassword:\t\t%5$s\n" +"\n" +"\t\t\tYou may change your password from your account \"Settings\" page after logging\n" "\t\t\tin.\n" "\n" "\t\t\tPlease take a few moments to review the other account settings on that page.\n" @@ -9065,7 +9110,7 @@ msgid "" "\t\t\t(on the \"Profiles\" page) so that other people can easily find you.\n" "\n" "\t\t\tWe recommend setting your full name, adding a profile photo,\n" -"\t\t\tadding some profile keywords (very useful in making new friends) - and\n" +"\t\t\tadding some profile \"keywords\" (very useful in making new friends) - and\n" "\t\t\tperhaps what country you live in; if you do not wish to be more specific\n" "\t\t\tthan that.\n" "\n" @@ -9073,45 +9118,169 @@ msgid "" "\t\t\tIf you are new and do not know anybody here, they may help\n" "\t\t\tyou to make some new and interesting friends.\n" "\n" +"\t\t\tIf you ever want to delete your account, you can do so at %3$s/removeme\n" "\n" "\t\t\tThank you and welcome to %2$s." -msgstr "\nDie Anmelde-Details sind die folgenden:\n\tAdresse der Seite:\t%3$s\n\tBenutzernamename:\t%1$s\n\tPasswort:\t%5$s\n\nDu kannst Dein Passwort unter \"Einstellungen\" ändern, sobald Du Dich\nangemeldet hast.\n\nBitte nimm Dir ein paar Minuten um die anderen Einstellungen auf dieser\nSeite zu kontrollieren.\n\nEventuell magst Du ja auch einige Informationen über Dich in Deinem\nProfil veröffentlichen, damit andere Leute Dich einfacher finden können.\nBearbeite hierfür einfach Dein Standard-Profil (über die Profil-Seite).\n\nWir empfehlen Dir, Deinen kompletten Namen anzugeben und ein zu Dir\npassendes Profilbild zu wählen, damit Dich alte Bekannte wieder finden.\nAußerdem ist es nützlich, wenn Du auf Deinem Profil Schlüsselwörter\nangibst. Das erleichtert es, Leute zu finden, die Deine Interessen teilen.\n\nWir respektieren Deine Privatsphäre - keine dieser Angaben ist nötig.\nWenn Du neu im Netzwerk bist und noch niemanden kennst, dann können sie\nallerdings dabei helfen, neue und interessante Kontakte zu knüpfen.\n\nDanke für Deine Aufmerksamkeit und willkommen auf %2$s." +msgstr "\nDie Anmelde-Details sind die folgenden:\n\tAdresse der Seite:\t%3$s\n\tBenutzernamename:\t%1$s\n\tPasswort:\t%5$s\n\nDu kannst Dein Passwort unter \"Einstellungen\" ändern, sobald Du Dich\nangemeldet hast.\n\nBitte nimm Dir ein paar Minuten um die anderen Einstellungen auf dieser\nSeite zu kontrollieren.\n\nEventuell magst Du ja auch einige Informationen über Dich in Deinem\nProfil veröffentlichen, damit andere Leute Dich einfacher finden können.\nBearbeite hierfür einfach Dein Standard-Profil (über die Profil-Seite).\n\nWir empfehlen Dir, Deinen kompletten Namen anzugeben und ein zu Dir\npassendes Profilbild zu wählen, damit Dich alte Bekannte wieder finden.\nAußerdem ist es nützlich, wenn Du auf Deinem Profil Schlüsselwörter\nangibst. Das erleichtert es, Leute zu finden, die Deine Interessen teilen.\n\nWir respektieren Deine Privatsphäre - keine dieser Angaben ist nötig.\nWenn Du neu im Netzwerk bist und noch niemanden kennst, dann können sie\nallerdings dabei helfen, neue und interessante Kontakte zu knüpfen.\n\nSolltest du dein Nutzerkonto löschen wollen, kannst du dies unter %3$s/removeme jederzeit tun.\n\nDanke für Deine Aufmerksamkeit und willkommen auf %2$s." -#: src/Protocol/DFRN.php:1397 -#, php-format -msgid "%s\\'s birthday" -msgstr "%ss Geburtstag" - -#: src/Protocol/Diaspora.php:2584 -msgid "Sharing notification from Diaspora network" -msgstr "Freigabe-Benachrichtigung von Diaspora" - -#: src/Protocol/Diaspora.php:3660 -msgid "Attachments:" -msgstr "Anhänge:" - -#: src/Protocol/OStatus.php:1774 +#: src/Protocol/OStatus.php:1799 #, php-format msgid "%s is now following %s." msgstr "%s folgt nun %s" -#: src/Protocol/OStatus.php:1775 +#: src/Protocol/OStatus.php:1800 msgid "following" msgstr "folgen" -#: src/Protocol/OStatus.php:1778 +#: src/Protocol/OStatus.php:1803 #, php-format msgid "%s stopped following %s." msgstr "%s hat aufgehört %s zu folgen" -#: src/Protocol/OStatus.php:1779 +#: src/Protocol/OStatus.php:1804 msgid "stopped following" msgstr "wird nicht mehr gefolgt" -#: src/Worker/Delivery.php:390 +#: src/Protocol/DFRN.php:1477 +#, php-format +msgid "%s\\'s birthday" +msgstr "%ss Geburtstag" + +#: src/Protocol/Diaspora.php:2651 +msgid "Sharing notification from Diaspora network" +msgstr "Freigabe-Benachrichtigung von Diaspora" + +#: src/Protocol/Diaspora.php:3738 +msgid "Attachments:" +msgstr "Anhänge:" + +#: src/Worker/Delivery.php:392 msgid "(no subject)" msgstr "(kein Betreff)" +#: src/Object/Post.php:128 +msgid "This entry was edited" +msgstr "Dieser Beitrag wurde bearbeitet." + +#: src/Object/Post.php:182 +msgid "save to folder" +msgstr "In Ordner speichern" + +#: src/Object/Post.php:235 +msgid "I will attend" +msgstr "Ich werde teilnehmen" + +#: src/Object/Post.php:235 +msgid "I will not attend" +msgstr "Ich werde nicht teilnehmen" + +#: src/Object/Post.php:235 +msgid "I might attend" +msgstr "Ich werde eventuell teilnehmen" + +#: src/Object/Post.php:263 +msgid "add star" +msgstr "markieren" + +#: src/Object/Post.php:264 +msgid "remove star" +msgstr "Markierung entfernen" + +#: src/Object/Post.php:265 +msgid "toggle star status" +msgstr "Markierung umschalten" + +#: src/Object/Post.php:268 +msgid "starred" +msgstr "markiert" + +#: src/Object/Post.php:274 +msgid "ignore thread" +msgstr "Thread ignorieren" + +#: src/Object/Post.php:275 +msgid "unignore thread" +msgstr "Thread nicht mehr ignorieren" + +#: src/Object/Post.php:276 +msgid "toggle ignore status" +msgstr "Ignoriert-Status ein-/ausschalten" + +#: src/Object/Post.php:285 +msgid "add tag" +msgstr "Tag hinzufügen" + +#: src/Object/Post.php:296 +msgid "like" +msgstr "mag ich" + +#: src/Object/Post.php:297 +msgid "dislike" +msgstr "mag ich nicht" + +#: src/Object/Post.php:300 +msgid "Share this" +msgstr "Weitersagen" + +#: src/Object/Post.php:300 +msgid "share" +msgstr "Teilen" + +#: src/Object/Post.php:365 +msgid "to" +msgstr "zu" + +#: src/Object/Post.php:366 +msgid "via" +msgstr "via" + +#: src/Object/Post.php:367 +msgid "Wall-to-Wall" +msgstr "Wall-to-Wall" + +#: src/Object/Post.php:368 +msgid "via Wall-To-Wall:" +msgstr "via Wall-To-Wall:" + +#: src/Object/Post.php:427 +#, php-format +msgid "%d comment" +msgid_plural "%d comments" +msgstr[0] "%d Kommentar" +msgstr[1] "%d Kommentare" + +#: src/Object/Post.php:797 +msgid "Bold" +msgstr "Fett" + +#: src/Object/Post.php:798 +msgid "Italic" +msgstr "Kursiv" + +#: src/Object/Post.php:799 +msgid "Underline" +msgstr "Unterstrichen" + +#: src/Object/Post.php:800 +msgid "Quote" +msgstr "Zitat" + +#: src/Object/Post.php:801 +msgid "Code" +msgstr "Code" + +#: src/Object/Post.php:802 +msgid "Image" +msgstr "Bild" + +#: src/Object/Post.php:803 +msgid "Link" +msgstr "Link" + +#: src/Object/Post.php:804 +msgid "Video" +msgstr "Video" + #: src/Module/Login.php:282 msgid "Create a New Account" msgstr "Neues Konto erstellen" @@ -9152,142 +9321,203 @@ msgstr "Datenschutzerklärung" msgid "Logged out." msgstr "Abgemeldet." -#: src/Object/Post.php:127 -msgid "This entry was edited" -msgstr "Dieser Beitrag wurde bearbeitet." - -#: src/Object/Post.php:181 -msgid "save to folder" -msgstr "In Ordner speichern" - -#: src/Object/Post.php:234 -msgid "I will attend" -msgstr "Ich werde teilnehmen" - -#: src/Object/Post.php:234 -msgid "I will not attend" -msgstr "Ich werde nicht teilnehmen" - -#: src/Object/Post.php:234 -msgid "I might attend" -msgstr "Ich werde eventuell teilnehmen" - -#: src/Object/Post.php:262 -msgid "add star" -msgstr "markieren" - -#: src/Object/Post.php:263 -msgid "remove star" -msgstr "Markierung entfernen" - -#: src/Object/Post.php:264 -msgid "toggle star status" -msgstr "Markierung umschalten" - -#: src/Object/Post.php:267 -msgid "starred" -msgstr "markiert" - -#: src/Object/Post.php:273 -msgid "ignore thread" -msgstr "Thread ignorieren" - -#: src/Object/Post.php:274 -msgid "unignore thread" -msgstr "Thread nicht mehr ignorieren" - -#: src/Object/Post.php:275 -msgid "toggle ignore status" -msgstr "Ignoriert-Status ein-/ausschalten" - -#: src/Object/Post.php:284 -msgid "add tag" -msgstr "Tag hinzufügen" - -#: src/Object/Post.php:295 -msgid "like" -msgstr "mag ich" - -#: src/Object/Post.php:296 -msgid "dislike" -msgstr "mag ich nicht" - -#: src/Object/Post.php:299 -msgid "Share this" -msgstr "Weitersagen" - -#: src/Object/Post.php:299 -msgid "share" -msgstr "Teilen" - -#: src/Object/Post.php:357 -msgid "to" -msgstr "zu" - -#: src/Object/Post.php:358 -msgid "via" -msgstr "via" - -#: src/Object/Post.php:359 -msgid "Wall-to-Wall" -msgstr "Wall-to-Wall" - -#: src/Object/Post.php:360 -msgid "via Wall-To-Wall:" -msgstr "via Wall-To-Wall:" - -#: src/Object/Post.php:419 -#, php-format -msgid "%d comment" -msgid_plural "%d comments" -msgstr[0] "%d Kommentar" -msgstr[1] "%d Kommentare" - -#: src/Object/Post.php:789 -msgid "Bold" -msgstr "Fett" - -#: src/Object/Post.php:790 -msgid "Italic" -msgstr "Kursiv" - -#: src/Object/Post.php:791 -msgid "Underline" -msgstr "Unterstrichen" - -#: src/Object/Post.php:792 -msgid "Quote" -msgstr "Zitat" - -#: src/Object/Post.php:793 -msgid "Code" -msgstr "Code" - -#: src/Object/Post.php:794 -msgid "Image" -msgstr "Bild" - -#: src/Object/Post.php:795 -msgid "Link" -msgstr "Link" - -#: src/Object/Post.php:796 -msgid "Video" -msgstr "Video" - -#: src/App.php:513 +#: src/App.php:511 msgid "Delete this item?" msgstr "Diesen Beitrag löschen?" -#: src/App.php:515 +#: src/App.php:513 msgid "show fewer" msgstr "weniger anzeigen" -#: index.php:441 +#: view/theme/duepuntozero/config.php:55 +msgid "greenzero" +msgstr "greenzero" + +#: view/theme/duepuntozero/config.php:56 +msgid "purplezero" +msgstr "purplezero" + +#: view/theme/duepuntozero/config.php:57 +msgid "easterbunny" +msgstr "easterbunny" + +#: view/theme/duepuntozero/config.php:58 +msgid "darkzero" +msgstr "darkzero" + +#: view/theme/duepuntozero/config.php:59 +msgid "comix" +msgstr "comix" + +#: view/theme/duepuntozero/config.php:60 +msgid "slackr" +msgstr "slackr" + +#: view/theme/duepuntozero/config.php:74 +msgid "Variations" +msgstr "Variationen" + +#: view/theme/frio/php/Image.php:25 +msgid "Repeat the image" +msgstr "Bild wiederholen" + +#: view/theme/frio/php/Image.php:25 +msgid "Will repeat your image to fill the background." +msgstr "Wiederholt das Bild um den Hintergrund auszufüllen." + +#: view/theme/frio/php/Image.php:27 +msgid "Stretch" +msgstr "Strecken" + +#: view/theme/frio/php/Image.php:27 +msgid "Will stretch to width/height of the image." +msgstr "Streckt Breite/Höhe des Bildes." + +#: view/theme/frio/php/Image.php:29 +msgid "Resize fill and-clip" +msgstr "Größe anpassen - Ausfüllen und abschneiden" + +#: view/theme/frio/php/Image.php:29 +msgid "Resize to fill and retain aspect ratio." +msgstr "Größe anpassen: Ausfüllen und Seitenverhältnis beibehalten" + +#: view/theme/frio/php/Image.php:31 +msgid "Resize best fit" +msgstr "Größe anpassen - Optimale Größe" + +#: view/theme/frio/php/Image.php:31 +msgid "Resize to best fit and retain aspect ratio." +msgstr "Größe anpassen - Optimale Größe und Seitenverhältnisse beibehalten" + +#: view/theme/frio/config.php:97 +msgid "Default" +msgstr "Standard" + +#: view/theme/frio/config.php:109 +msgid "Note" +msgstr "Hinweis" + +#: view/theme/frio/config.php:109 +msgid "Check image permissions if all users are allowed to visit the image" +msgstr "Überprüfe, dass alle Benutzer die Berechtigung haben dieses Bild anzusehen" + +#: view/theme/frio/config.php:116 +msgid "Select scheme" +msgstr "Schema auswählen" + +#: view/theme/frio/config.php:117 +msgid "Navigation bar background color" +msgstr "Hintergrundfarbe der Navigationsleiste" + +#: view/theme/frio/config.php:118 +msgid "Navigation bar icon color " +msgstr "Icon Farbe in der Navigationsleiste" + +#: view/theme/frio/config.php:119 +msgid "Link color" +msgstr "Linkfarbe" + +#: view/theme/frio/config.php:120 +msgid "Set the background color" +msgstr "Hintergrundfarbe festlegen" + +#: view/theme/frio/config.php:121 +msgid "Content background opacity" +msgstr "Opazität des Hintergrunds von Beiträgen" + +#: view/theme/frio/config.php:122 +msgid "Set the background image" +msgstr "Hintergrundbild festlegen" + +#: view/theme/frio/config.php:127 +msgid "Login page background image" +msgstr "Hintergrundbild der Login-Seite" + +#: view/theme/frio/config.php:130 +msgid "Login page background color" +msgstr "Hintergrundfarbe der Login-Seite" + +#: view/theme/frio/config.php:130 +msgid "Leave background image and color empty for theme defaults" +msgstr "Wenn die Theme Vorgaben verwendet werden sollen, lass bitte die Felder für die Hintergrundfarbe und das Hintergrundbild leer." + +#: view/theme/frio/theme.php:238 +msgid "Guest" +msgstr "Gast" + +#: view/theme/frio/theme.php:243 +msgid "Visitor" +msgstr "Besucher" + +#: view/theme/quattro/config.php:76 +msgid "Alignment" +msgstr "Ausrichtung" + +#: view/theme/quattro/config.php:76 +msgid "Left" +msgstr "Links" + +#: view/theme/quattro/config.php:76 +msgid "Center" +msgstr "Mitte" + +#: view/theme/quattro/config.php:77 +msgid "Color scheme" +msgstr "Farbschema" + +#: view/theme/quattro/config.php:78 +msgid "Posts font size" +msgstr "Schriftgröße in Beiträgen" + +#: view/theme/quattro/config.php:79 +msgid "Textareas font size" +msgstr "Schriftgröße in Eingabefeldern" + +#: view/theme/vier/config.php:75 +msgid "Comma separated list of helper forums" +msgstr "Komma-Separierte Liste der Helfer-Foren" + +#: view/theme/vier/config.php:122 +msgid "Set style" +msgstr "Stil auswählen" + +#: view/theme/vier/config.php:123 +msgid "Community Pages" +msgstr "Foren" + +#: view/theme/vier/config.php:124 view/theme/vier/theme.php:150 +msgid "Community Profiles" +msgstr "Community-Profile" + +#: view/theme/vier/config.php:125 +msgid "Help or @NewHere ?" +msgstr "Hilfe oder @NewHere" + +#: view/theme/vier/config.php:126 view/theme/vier/theme.php:389 +msgid "Connect Services" +msgstr "Verbinde Dienste" + +#: view/theme/vier/config.php:127 view/theme/vier/theme.php:199 +msgid "Find Friends" +msgstr "Kontakte finden" + +#: view/theme/vier/config.php:128 view/theme/vier/theme.php:181 +msgid "Last users" +msgstr "Letzte Nutzer" + +#: view/theme/vier/theme.php:200 +msgid "Local Directory" +msgstr "Lokales Verzeichnis" + +#: view/theme/vier/theme.php:292 +msgid "Quick Start" +msgstr "Schnell-Start" + +#: index.php:444 msgid "toggle mobile" msgstr "auf/von Mobile Ansicht wechseln" -#: boot.php:786 +#: boot.php:791 #, php-format msgid "Update %s failed. See error logs." msgstr "Update %s fehlgeschlagen. Bitte Fehlerprotokoll überprüfen." diff --git a/view/lang/de/strings.php b/view/lang/de/strings.php index c5321ab262..ba0da8ffb4 100644 --- a/view/lang/de/strings.php +++ b/view/lang/de/strings.php @@ -5,35 +5,87 @@ function string_plural_select_de($n){ return ($n != 1);; }} ; -$a->strings["Cannot locate DNS info for database server '%s'"] = "Kann die DNS Informationen für den Datenbankserver '%s' nicht ermitteln."; $a->strings["Welcome "] = "Willkommen "; $a->strings["Please upload a profile photo."] = "Bitte lade ein Profilbild hoch."; $a->strings["Welcome back "] = "Willkommen zurück "; $a->strings["The form security token was not correct. This probably happened because the form has been opened for too long (>3 hours) before submitting it."] = "Das Sicherheitsmerkmal war nicht korrekt. Das passiert meistens wenn das Formular vor dem Absenden zu lange geöffnet war (länger als 3 Stunden)."; -$a->strings["Post to Email"] = "An E-Mail senden"; -$a->strings["Hide your profile details from unknown viewers?"] = "Profil-Details vor unbekannten Betrachtern verbergen?"; -$a->strings["Connectors disabled, since \"%s\" is enabled."] = "Konnektoren sind nicht verfügbar, da \"%s\" aktiv ist."; -$a->strings["Visible to everybody"] = "Für jeden sichtbar"; -$a->strings["show"] = "zeigen"; -$a->strings["don't show"] = "nicht zeigen"; -$a->strings["CC: email addresses"] = "Cc: E-Mail-Addressen"; -$a->strings["Example: bob@example.com, mary@example.com"] = "Z.B.: bob@example.com, mary@example.com"; -$a->strings["Permissions"] = "Berechtigungen"; -$a->strings["Close"] = "Schließen"; +$a->strings["Cannot locate DNS info for database server '%s'"] = "Kann die DNS Informationen für den Datenbankserver '%s' nicht ermitteln."; $a->strings["Daily posting limit of %d post reached. The post was rejected."] = [ 0 => "Das tägliche Limit von %d Beitrag wurde erreicht. Die Nachricht wurde verworfen.", - 1 => "Das tägliche Limit von %d Beiträgen wurde erreicht. Die Nachricht wurde verworfen.", + 1 => "Das tägliche Limit von %d Beiträgen wurde erreicht. Der Beitrag wurde verworfen.", ]; $a->strings["Weekly posting limit of %d post reached. The post was rejected."] = [ 0 => "Das wöchentliche Limit von %d Beitrag wurde erreicht. Die Nachricht wurde verworfen.", - 1 => "Das wöchentliche Limit von %d Beiträgen wurde erreicht. Die Nachricht wurde verworfen.", + 1 => "Das wöchentliche Limit von %d Beiträgen wurde erreicht. Der Beitrag wurde verworfen.", ]; $a->strings["Monthly posting limit of %d post reached. The post was rejected."] = "Das monatliche Limit von %d Beiträgen wurde erreicht. Der Beitrag wurde verworfen."; $a->strings["Profile Photos"] = "Profilbilder"; -$a->strings["l F d, Y \\@ g:i A"] = "l, d. F Y\\, H:i"; -$a->strings["Starts:"] = "Beginnt:"; -$a->strings["Finishes:"] = "Endet:"; -$a->strings["Location:"] = "Ort:"; +$a->strings["Friendica Notification"] = "Friendica-Benachrichtigung"; +$a->strings["Thank You,"] = "Danke,"; +$a->strings["%s Administrator"] = "der Administrator von %s"; +$a->strings["%1\$s, %2\$s Administrator"] = "%1\$s, %2\$s Administrator"; +$a->strings["noreply"] = "noreply"; +$a->strings["[Friendica:Notify] New mail received at %s"] = "[Friendica-Meldung] Neue Email erhalten um %s"; +$a->strings["%1\$s sent you a new private message at %2\$s."] = "%1\$s hat Dir eine neue private Nachricht um %2\$s geschickt."; +$a->strings["a private message"] = "eine private Nachricht"; +$a->strings["%1\$s sent you %2\$s."] = "%1\$s schickte Dir %2\$s."; +$a->strings["Please visit %s to view and/or reply to your private messages."] = "Bitte besuche %s, um Deine privaten Nachrichten anzusehen und/oder zu beantworten."; +$a->strings["%1\$s commented on [url=%2\$s]a %3\$s[/url]"] = "%1\$s kommentierte [url=%2\$s]a %3\$s[/url]"; +$a->strings["%1\$s commented on [url=%2\$s]%3\$s's %4\$s[/url]"] = "%1\$s kommentierte [url=%2\$s]%3\$ss %4\$s[/url]"; +$a->strings["%1\$s commented on [url=%2\$s]your %3\$s[/url]"] = "%1\$s kommentierte [url=%2\$s]deinen %3\$s[/url]"; +$a->strings["[Friendica:Notify] Comment to conversation #%1\$d by %2\$s"] = "[Friendica-Meldung] Kommentar zum Beitrag #%1\$d von %2\$s"; +$a->strings["%s commented on an item/conversation you have been following."] = "%s hat einen Beitrag kommentiert, dem Du folgst."; +$a->strings["Please visit %s to view and/or reply to the conversation."] = "Bitte besuche %s, um die Konversation anzusehen und/oder zu kommentieren."; +$a->strings["[Friendica:Notify] %s posted to your profile wall"] = "[Friendica-Meldung] %s hat auf Deine Pinnwand geschrieben"; +$a->strings["%1\$s posted to your profile wall at %2\$s"] = "%1\$s schrieb um %2\$s auf Deine Pinnwand"; +$a->strings["%1\$s posted to [url=%2\$s]your wall[/url]"] = "%1\$s hat etwas auf [url=%2\$s]Deiner Pinnwand[/url] gepostet"; +$a->strings["[Friendica:Notify] %s tagged you"] = "[Friendica-Meldung] %s hat Dich erwähnt"; +$a->strings["%1\$s tagged you at %2\$s"] = "%1\$s erwähnte Dich auf %2\$s"; +$a->strings["%1\$s [url=%2\$s]tagged you[/url]."] = "%1\$s [url=%2\$s]erwähnte Dich[/url]."; +$a->strings["[Friendica:Notify] %s shared a new post"] = "[Friendica Benachrichtigung] %s hat einen Beitrag geteilt"; +$a->strings["%1\$s shared a new post at %2\$s"] = "%1\$s hat einen neuen Beitrag auf %2\$s geteilt"; +$a->strings["%1\$s [url=%2\$s]shared a post[/url]."] = "%1\$s [url=%2\$s]hat einen Beitrag geteilt[/url]."; +$a->strings["[Friendica:Notify] %1\$s poked you"] = "[Friendica-Meldung] %1\$s hat Dich angestupst"; +$a->strings["%1\$s poked you at %2\$s"] = "%1\$s hat Dich auf %2\$s angestupst"; +$a->strings["%1\$s [url=%2\$s]poked you[/url]."] = "%1\$s [url=%2\$s]hat Dich angestupst[/url]."; +$a->strings["[Friendica:Notify] %s tagged your post"] = "[Friendica-Meldung] %s hat Deinen Beitrag getaggt"; +$a->strings["%1\$s tagged your post at %2\$s"] = "%1\$s erwähnte Deinen Beitrag auf %2\$s"; +$a->strings["%1\$s tagged [url=%2\$s]your post[/url]"] = "%1\$s erwähnte [url=%2\$s]Deinen Beitrag[/url]"; +$a->strings["[Friendica:Notify] Introduction received"] = "[Friendica-Meldung] Kontaktanfrage erhalten"; +$a->strings["You've received an introduction from '%1\$s' at %2\$s"] = "Du hast eine Kontaktanfrage von '%1\$s' auf %2\$s erhalten"; +$a->strings["You've received [url=%1\$s]an introduction[/url] from %2\$s."] = "Du hast eine [url=%1\$s]Kontaktanfrage[/url] von %2\$s erhalten."; +$a->strings["You may visit their profile at %s"] = "Hier kannst Du das Profil betrachten: %s"; +$a->strings["Please visit %s to approve or reject the introduction."] = "Bitte besuche %s, um die Kontaktanfrage anzunehmen oder abzulehnen."; +$a->strings["[Friendica:Notify] A new person is sharing with you"] = "[Friendica Benachrichtigung] Eine neue Person teilt mit Dir"; +$a->strings["%1\$s is sharing with you at %2\$s"] = "%1\$s teilt mit Dir auf %2\$s"; +$a->strings["[Friendica:Notify] You have a new follower"] = "[Friendica Benachrichtigung] Du hast einen neuen Kontakt auf "; +$a->strings["You have a new follower at %2\$s : %1\$s"] = "Du hast einen neuen Kontakt auf %2\$s: %1\$s"; +$a->strings["[Friendica:Notify] Friend suggestion received"] = "[Friendica-Meldung] Kontaktvorschlag erhalten"; +$a->strings["You've received a friend suggestion from '%1\$s' at %2\$s"] = "Du hast einen Kontakt-Vorschlag von '%1\$s' auf %2\$s erhalten"; +$a->strings["You've received [url=%1\$s]a friend suggestion[/url] for %2\$s from %3\$s."] = "Du hast einen [url=%1\$s]Kontakt-Vorschlag[/url] %2\$s von %3\$s erhalten."; +$a->strings["Name:"] = "Name:"; +$a->strings["Photo:"] = "Foto:"; +$a->strings["Please visit %s to approve or reject the suggestion."] = "Bitte besuche %s, um den Vorschlag zu akzeptieren oder abzulehnen."; +$a->strings["[Friendica:Notify] Connection accepted"] = "[Friendica-Benachrichtigung] Kontaktanfrage bestätigt"; +$a->strings["'%1\$s' has accepted your connection request at %2\$s"] = "'%1\$s' hat Deine Kontaktanfrage auf %2\$s bestätigt"; +$a->strings["%2\$s has accepted your [url=%1\$s]connection request[/url]."] = "%2\$s hat Deine [url=%1\$s]Kontaktanfrage[/url] akzeptiert."; +$a->strings["You are now mutual friends and may exchange status updates, photos, and email without restriction."] = "Ihr seid nun beidseitige Kontakte und könnt Statusmitteilungen, Bilder und Emails ohne Einschränkungen austauschen."; +$a->strings["Please visit %s if you wish to make any changes to this relationship."] = "Bitte besuche %s, wenn Du Änderungen an eurer Beziehung vornehmen willst."; +$a->strings["'%1\$s' has chosen to accept you a fan, which restricts some forms of communication - such as private messaging and some profile interactions. If this is a celebrity or community page, these settings were applied automatically."] = "'%1\$s' hat sich entschieden Dich als Fan zu akzeptieren, dies schränkt einige Kommunikationswege - wie private Nachrichten und einige Interaktionsmöglichkeiten auf der Profilseite - ein. Wenn dies eine Berühmtheiten- oder Gemeinschaftsseite ist, werden diese Einstellungen automatisch vorgenommen."; +$a->strings["'%1\$s' may choose to extend this into a two-way or more permissive relationship in the future."] = "'%1\$s' kann den Kontaktstatus zu einem späteren Zeitpunkt erweitern und diese Einschränkungen aufheben. "; +$a->strings["Please visit %s if you wish to make any changes to this relationship."] = "Bitte besuche %s, wenn Du Änderungen an eurer Beziehung vornehmen willst."; +$a->strings["[Friendica System:Notify] registration request"] = "[Friendica System:Benachrichtigung] Registrationsanfrage"; +$a->strings["You've received a registration request from '%1\$s' at %2\$s"] = "Du hast eine Registrierungsanfrage von %2\$s auf '%1\$s' erhalten"; +$a->strings["You've received a [url=%1\$s]registration request[/url] from %2\$s."] = "Du hast eine [url=%1\$s]Registrierungsanfrage[/url] von %2\$s erhalten."; +$a->strings["Full Name:\t%1\$s\\nSite Location:\t%2\$s\\nLogin Name:\t%3\$s (%4\$s)"] = "Kompletter Name:\t%1\$s\\nURL der Seite:\t%2\$s\\nLogin Name:\t%3\$s (%4\$s)"; +$a->strings["Please visit %s to approve or reject the request."] = "Bitte besuche %s um die Anfrage zu bearbeiten."; +$a->strings["Item not found."] = "Beitrag nicht gefunden."; +$a->strings["Do you really want to delete this item?"] = "Möchtest Du wirklich dieses Item löschen?"; +$a->strings["Yes"] = "Ja"; +$a->strings["Cancel"] = "Abbrechen"; +$a->strings["Permission denied."] = "Zugriff verweigert."; +$a->strings["Archives"] = "Archiv"; +$a->strings["show more"] = "mehr anzeigen"; $a->strings["event"] = "Event"; $a->strings["status"] = "Status"; $a->strings["photo"] = "Foto"; @@ -90,7 +142,7 @@ $a->strings["%s attend."] = "%s nehmen teil."; $a->strings["%2\$d people don't attend"] = "%2\$d Personen nehmen nicht teil"; $a->strings["%s don't attend."] = "%s nehmen nicht teil."; $a->strings["%2\$d people attend maybe"] = "%2\$d Personen nehmen eventuell teil"; -$a->strings["%s anttend maybe."] = "%s nehmen vielleicht teil."; +$a->strings["%s attend maybe."] = "%s nimmt eventuell teil."; $a->strings["Visible to everybody"] = "Für jedermann sichtbar"; $a->strings["Please enter a link URL:"] = "Bitte gib die URL des Links ein:"; $a->strings["Please enter a video link/URL:"] = "Bitte Link/URL zum Video einfügen:"; @@ -99,6 +151,7 @@ $a->strings["Tag term:"] = "Tag:"; $a->strings["Save to Folder:"] = "In diesem Ordner speichern:"; $a->strings["Where are you right now?"] = "Wo hältst Du Dich jetzt gerade auf?"; $a->strings["Delete item(s)?"] = "Einträge löschen?"; +$a->strings["New Post"] = "Neuer Beitrag"; $a->strings["Share"] = "Teilen"; $a->strings["Upload photo"] = "Foto hochladen"; $a->strings["upload photo"] = "Bild hochladen"; @@ -120,7 +173,6 @@ $a->strings["Permission settings"] = "Berechtigungseinstellungen"; $a->strings["permissions"] = "Zugriffsrechte"; $a->strings["Public post"] = "Öffentlicher Beitrag"; $a->strings["Preview"] = "Vorschau"; -$a->strings["Cancel"] = "Abbrechen"; $a->strings["Post to Groups"] = "Poste an Gruppe"; $a->strings["Post to Contacts"] = "Poste an Kontakte"; $a->strings["Private post"] = "Privater Beitrag"; @@ -143,126 +195,6 @@ $a->strings["Undecided"] = [ 0 => "Unentschieden", 1 => "Unentschieden", ]; -$a->strings["Friendica Notification"] = "Friendica-Benachrichtigung"; -$a->strings["Thank You,"] = "Danke,"; -$a->strings["%s Administrator"] = "der Administrator von %s"; -$a->strings["%1\$s, %2\$s Administrator"] = "%1\$s, %2\$s Administrator"; -$a->strings["noreply"] = "noreply"; -$a->strings["[Friendica:Notify] New mail received at %s"] = "[Friendica-Meldung] Neue Nachricht erhalten von %s"; -$a->strings["%1\$s sent you a new private message at %2\$s."] = "%1\$s hat Dir eine neue private Nachricht auf %2\$s geschickt."; -$a->strings["a private message"] = "eine private Nachricht"; -$a->strings["%1\$s sent you %2\$s."] = "%1\$s schickte Dir %2\$s."; -$a->strings["Please visit %s to view and/or reply to your private messages."] = "Bitte besuche %s, um Deine privaten Nachrichten anzusehen und/oder zu beantworten."; -$a->strings["%1\$s commented on [url=%2\$s]a %3\$s[/url]"] = "%1\$s kommentierte [url=%2\$s]a %3\$s[/url]"; -$a->strings["%1\$s commented on [url=%2\$s]%3\$s's %4\$s[/url]"] = "%1\$s kommentierte [url=%2\$s]%3\$ss %4\$s[/url]"; -$a->strings["%1\$s commented on [url=%2\$s]your %3\$s[/url]"] = "%1\$s kommentierte [url=%2\$s]Deinen %3\$s[/url]"; -$a->strings["[Friendica:Notify] Comment to conversation #%1\$d by %2\$s"] = "[Friendica-Meldung] Kommentar zum Beitrag #%1\$d von %2\$s"; -$a->strings["%s commented on an item/conversation you have been following."] = "%s hat einen Beitrag kommentiert, dem Du folgst."; -$a->strings["Please visit %s to view and/or reply to the conversation."] = "Bitte besuche %s, um die Konversation anzusehen und/oder zu kommentieren."; -$a->strings["[Friendica:Notify] %s posted to your profile wall"] = "[Friendica-Meldung] %s hat auf Deine Pinnwand geschrieben"; -$a->strings["%1\$s posted to your profile wall at %2\$s"] = "%1\$s schrieb auf %2\$s auf Deine Pinnwand"; -$a->strings["%1\$s posted to [url=%2\$s]your wall[/url]"] = "%1\$s hat etwas auf [url=%2\$s]Deiner Pinnwand[/url] gepostet"; -$a->strings["[Friendica:Notify] %s tagged you"] = "[Friendica-Meldung] %s hat Dich erwähnt"; -$a->strings["%1\$s tagged you at %2\$s"] = "%1\$s erwähnte Dich auf %2\$s"; -$a->strings["%1\$s [url=%2\$s]tagged you[/url]."] = "%1\$s [url=%2\$s]erwähnte Dich[/url]."; -$a->strings["[Friendica:Notify] %s shared a new post"] = "[Friendica Benachrichtigung] %s hat einen Beitrag geteilt"; -$a->strings["%1\$s shared a new post at %2\$s"] = "%1\$s hat einen neuen Beitrag auf %2\$s geteilt"; -$a->strings["%1\$s [url=%2\$s]shared a post[/url]."] = "%1\$s [url=%2\$s]hat einen Beitrag geteilt[/url]."; -$a->strings["[Friendica:Notify] %1\$s poked you"] = "[Friendica-Meldung] %1\$s hat Dich angestupst"; -$a->strings["%1\$s poked you at %2\$s"] = "%1\$s hat Dich auf %2\$s angestupst"; -$a->strings["%1\$s [url=%2\$s]poked you[/url]."] = "%1\$s [url=%2\$s]hat Dich angestupst[/url]."; -$a->strings["[Friendica:Notify] %s tagged your post"] = "[Friendica-Meldung] %s hat Deinen Beitrag getaggt"; -$a->strings["%1\$s tagged your post at %2\$s"] = "%1\$s erwähnte Deinen Beitrag auf %2\$s"; -$a->strings["%1\$s tagged [url=%2\$s]your post[/url]"] = "%1\$s erwähnte [url=%2\$s]Deinen Beitrag[/url]"; -$a->strings["[Friendica:Notify] Introduction received"] = "[Friendica-Meldung] Kontaktanfrage erhalten"; -$a->strings["You've received an introduction from '%1\$s' at %2\$s"] = "Du hast eine Kontaktanfrage von '%1\$s' auf %2\$s erhalten"; -$a->strings["You've received [url=%1\$s]an introduction[/url] from %2\$s."] = "Du hast eine [url=%1\$s]Kontaktanfrage[/url] von %2\$s erhalten."; -$a->strings["You may visit their profile at %s"] = "Hier kannst Du das Profil betrachten: %s"; -$a->strings["Please visit %s to approve or reject the introduction."] = "Bitte besuche %s, um die Kontaktanfrage anzunehmen oder abzulehnen."; -$a->strings["[Friendica:Notify] A new person is sharing with you"] = "[Friendica Benachrichtigung] Eine neue Person teilt mit Dir"; -$a->strings["%1\$s is sharing with you at %2\$s"] = "%1\$s teilt mit Dir auf %2\$s"; -$a->strings["[Friendica:Notify] You have a new follower"] = "[Friendica Benachrichtigung] Du hast einen neuen Kontakt auf "; -$a->strings["You have a new follower at %2\$s : %1\$s"] = "Du hast einen neuen Kontakt auf %2\$s: %1\$s"; -$a->strings["[Friendica:Notify] Friend suggestion received"] = "[Friendica-Meldung] Kontaktvorschlag erhalten"; -$a->strings["You've received a friend suggestion from '%1\$s' at %2\$s"] = "Du hast einen Kontakt-Vorschlag von '%1\$s' auf %2\$s erhalten"; -$a->strings["You've received [url=%1\$s]a friend suggestion[/url] for %2\$s from %3\$s."] = "Du hast einen [url=%1\$s]Kontakt-Vorschlag[/url] %2\$s von %3\$s erhalten."; -$a->strings["Name:"] = "Name:"; -$a->strings["Photo:"] = "Foto:"; -$a->strings["Please visit %s to approve or reject the suggestion."] = "Bitte besuche %s, um den Vorschlag zu akzeptieren oder abzulehnen."; -$a->strings["[Friendica:Notify] Connection accepted"] = "[Friendica-Benachrichtigung] Kontaktanfrage bestätigt"; -$a->strings["'%1\$s' has accepted your connection request at %2\$s"] = "'%1\$s' hat Deine Kontaktanfrage auf %2\$s bestätigt"; -$a->strings["%2\$s has accepted your [url=%1\$s]connection request[/url]."] = "%2\$s hat Deine [url=%1\$s]Kontaktanfrage[/url] akzeptiert."; -$a->strings["You are now mutual friends and may exchange status updates, photos, and email without restriction."] = "Ihr seid nun beidseitige Kontakte und könnt Statusmitteilungen, Bilder und Emails ohne Einschränkungen austauschen."; -$a->strings["Please visit %s if you wish to make any changes to this relationship."] = "Bitte besuche %s, wenn Du Änderungen an eurer Beziehung vornehmen willst."; -$a->strings["'%1\$s' has chosen to accept you a fan, which restricts some forms of communication - such as private messaging and some profile interactions. If this is a celebrity or community page, these settings were applied automatically."] = "'%1\$s' hat sich entschieden Dich als Fan zu akzeptieren, dies schränkt einige Kommunikationswege - wie private Nachrichten und einige Interaktionsmöglichkeiten auf der Profilseite - ein. Wenn dies eine Berühmtheiten- oder Gemeinschaftsseite ist, werden diese Einstellungen automatisch vorgenommen."; -$a->strings["'%1\$s' may choose to extend this into a two-way or more permissive relationship in the future."] = "'%1\$s' kann den Kontaktstatus zu einem späteren Zeitpunkt erweitern und diese Einschränkungen aufheben. "; -$a->strings["Please visit %s if you wish to make any changes to this relationship."] = "Bitte besuche %s, wenn Du Änderungen an eurer Beziehung vornehmen willst."; -$a->strings["[Friendica System:Notify] registration request"] = "[Friendica System:Benachrichtigung] Registrationsanfrage"; -$a->strings["You've received a registration request from '%1\$s' at %2\$s"] = "Du hast eine Registrierungsanfrage von %2\$s auf '%1\$s' erhalten"; -$a->strings["You've received a [url=%1\$s]registration request[/url] from %2\$s."] = "Du hast eine [url=%1\$s]Registrierungsanfrage[/url] von %2\$s erhalten."; -$a->strings["Full Name:\t%1\$s\\nSite Location:\t%2\$s\\nLogin Name:\t%3\$s (%4\$s("] = "Kompletter Name:\t%1\$s\\nURL der Seite:\t%2\$s\\nLogin Name:\t%3\$s (%4\$s("; -$a->strings["Please visit %s to approve or reject the request."] = "Bitte besuche %s um die Anfrage zu bearbeiten."; -$a->strings["all-day"] = "ganztägig"; -$a->strings["Sun"] = "So"; -$a->strings["Mon"] = "Mo"; -$a->strings["Tue"] = "Di"; -$a->strings["Wed"] = "Mi"; -$a->strings["Thu"] = "Do"; -$a->strings["Fri"] = "Fr"; -$a->strings["Sat"] = "Sa"; -$a->strings["Sunday"] = "Sonntag"; -$a->strings["Monday"] = "Montag"; -$a->strings["Tuesday"] = "Dienstag"; -$a->strings["Wednesday"] = "Mittwoch"; -$a->strings["Thursday"] = "Donnerstag"; -$a->strings["Friday"] = "Freitag"; -$a->strings["Saturday"] = "Samstag"; -$a->strings["Jan"] = "Jan"; -$a->strings["Feb"] = "Feb"; -$a->strings["Mar"] = "März"; -$a->strings["Apr"] = "Apr"; -$a->strings["May"] = "Mai"; -$a->strings["Jun"] = "Jun"; -$a->strings["Jul"] = "Juli"; -$a->strings["Aug"] = "Aug"; -$a->strings["Sept"] = "Sep"; -$a->strings["Oct"] = "Okt"; -$a->strings["Nov"] = "Nov"; -$a->strings["Dec"] = "Dez"; -$a->strings["January"] = "Januar"; -$a->strings["February"] = "Februar"; -$a->strings["March"] = "März"; -$a->strings["April"] = "April"; -$a->strings["June"] = "Juni"; -$a->strings["July"] = "Juli"; -$a->strings["August"] = "August"; -$a->strings["September"] = "September"; -$a->strings["October"] = "Oktober"; -$a->strings["November"] = "November"; -$a->strings["December"] = "Dezember"; -$a->strings["today"] = "Heute"; -$a->strings["month"] = "Monat"; -$a->strings["week"] = "Woche"; -$a->strings["day"] = "Tag"; -$a->strings["No events to display"] = "Keine Veranstaltung zum Anzeigen"; -$a->strings["l, F j"] = "l, F j"; -$a->strings["Edit event"] = "Veranstaltung bearbeiten"; -$a->strings["Duplicate event"] = "Veranstaltung kopieren"; -$a->strings["Delete event"] = "Veranstaltung löschen"; -$a->strings["link to source"] = "Link zum Originalbeitrag"; -$a->strings["Export"] = "Exportieren"; -$a->strings["Export calendar as ical"] = "Kalender als ical exportieren"; -$a->strings["Export calendar as csv"] = "Kalender als csv exportieren"; -$a->strings["D g:i A"] = "D g:i A"; -$a->strings["g:i A"] = "g:i A"; -$a->strings["Show map"] = "Karte anzeigen"; -$a->strings["Hide map"] = "Karte verbergen"; -$a->strings["Item not found."] = "Beitrag nicht gefunden."; -$a->strings["Do you really want to delete this item?"] = "Möchtest Du wirklich dieses Item löschen?"; -$a->strings["Yes"] = "Ja"; -$a->strings["Permission denied."] = "Zugriff verweigert."; -$a->strings["Archives"] = "Archiv"; -$a->strings["show more"] = "mehr anzeigen"; $a->strings["newer"] = "neuer"; $a->strings["older"] = "älter"; $a->strings["first"] = "erste"; @@ -297,12 +229,49 @@ $a->strings["finger"] = "befummeln"; $a->strings["fingered"] = "befummelte"; $a->strings["rebuff"] = "eine Abfuhr erteilen"; $a->strings["rebuffed"] = "abfuhrerteilte"; +$a->strings["Monday"] = "Montag"; +$a->strings["Tuesday"] = "Dienstag"; +$a->strings["Wednesday"] = "Mittwoch"; +$a->strings["Thursday"] = "Donnerstag"; +$a->strings["Friday"] = "Freitag"; +$a->strings["Saturday"] = "Samstag"; +$a->strings["Sunday"] = "Sonntag"; +$a->strings["January"] = "Januar"; +$a->strings["February"] = "Februar"; +$a->strings["March"] = "März"; +$a->strings["April"] = "April"; +$a->strings["May"] = "Mai"; +$a->strings["June"] = "Juni"; +$a->strings["July"] = "Juli"; +$a->strings["August"] = "August"; +$a->strings["September"] = "September"; +$a->strings["October"] = "Oktober"; +$a->strings["November"] = "November"; +$a->strings["December"] = "Dezember"; +$a->strings["Mon"] = "Mo"; +$a->strings["Tue"] = "Di"; +$a->strings["Wed"] = "Mi"; +$a->strings["Thu"] = "Do"; +$a->strings["Fri"] = "Fr"; +$a->strings["Sat"] = "Sa"; +$a->strings["Sun"] = "So"; +$a->strings["Jan"] = "Jan"; +$a->strings["Feb"] = "Feb"; +$a->strings["Mar"] = "März"; +$a->strings["Apr"] = "Apr"; +$a->strings["Jul"] = "Juli"; +$a->strings["Aug"] = "Aug"; $a->strings["Sep"] = "Sep"; +$a->strings["Oct"] = "Okt"; +$a->strings["Nov"] = "Nov"; +$a->strings["Dec"] = "Dez"; +$a->strings["Content warning: %s"] = "Inhaltswarnung: %s"; $a->strings["View Video"] = "Video ansehen"; $a->strings["bytes"] = "Byte"; $a->strings["Click to open/close"] = "Zum öffnen/schließen klicken"; $a->strings["View on separate page"] = "Auf separater Seite ansehen"; $a->strings["view on separate page"] = "auf separater Seite ansehen"; +$a->strings["link to source"] = "Link zum Originalbeitrag"; $a->strings["activity"] = "Aktivität"; $a->strings["comment"] = [ 0 => "Kommentar", @@ -322,8 +291,6 @@ $a->strings["Applications"] = "Anwendungen"; $a->strings["No installed applications."] = "Keine Applikationen installiert."; $a->strings["Item not available."] = "Beitrag nicht verfügbar."; $a->strings["Item was not found."] = "Beitrag konnte nicht gefunden werden."; -$a->strings["Login"] = "Anmeldung"; -$a->strings["The post was created"] = "Der Beitrag wurde angelegt"; $a->strings["No contacts in common."] = "Keine gemeinsamen Kontakte."; $a->strings["Common Friends"] = "Gemeinsame Kontakte"; $a->strings["Credits"] = "Credits"; @@ -351,41 +318,11 @@ $a->strings["Friend Confirm URL"] = "URL für Bestätigungen von Kontaktanfragen $a->strings["Notification Endpoint URL"] = "URL-Endpunkt für Benachrichtigungen"; $a->strings["Poll/Feed URL"] = "Pull/Feed-URL"; $a->strings["New photo from this URL"] = "Neues Foto von dieser URL"; -$a->strings["Public access denied."] = "Öffentlicher Zugriff verweigert."; -$a->strings["Gender:"] = "Geschlecht:"; -$a->strings["Status:"] = "Status:"; -$a->strings["Homepage:"] = "Homepage:"; -$a->strings["About:"] = "Über:"; -$a->strings["Global Directory"] = "Weltweites Verzeichnis"; -$a->strings["Find on this site"] = "Auf diesem Server suchen"; -$a->strings["Results for:"] = "Ergebnisse für:"; -$a->strings["Site Directory"] = "Verzeichnis"; -$a->strings["Find"] = "Finde"; -$a->strings["No entries (some entries may be hidden)."] = "Keine Einträge (einige Einträge könnten versteckt sein)."; $a->strings["Photos"] = "Bilder"; $a->strings["Contact Photos"] = "Kontaktbilder"; $a->strings["Upload"] = "Hochladen"; $a->strings["Files"] = "Dateien"; $a->strings["Not Found"] = "Nicht gefunden"; -$a->strings["Group created."] = "Gruppe erstellt."; -$a->strings["Could not create group."] = "Konnte die Gruppe nicht erstellen."; -$a->strings["Group not found."] = "Gruppe nicht gefunden."; -$a->strings["Group name changed."] = "Gruppenname geändert."; -$a->strings["Permission denied"] = "Zugriff verweigert"; -$a->strings["Save Group"] = "Gruppe speichern"; -$a->strings["Create a group of contacts/friends."] = "Eine Kontaktgruppe anlegen."; -$a->strings["Group Name: "] = "Gruppenname:"; -$a->strings["Group removed."] = "Gruppe entfernt."; -$a->strings["Unable to remove group."] = "Konnte die Gruppe nicht entfernen."; -$a->strings["Delete Group"] = "Gruppe löschen"; -$a->strings["Group Editor"] = "Gruppeneditor"; -$a->strings["Edit Group Name"] = "Gruppen Name bearbeiten"; -$a->strings["Members"] = "Mitglieder"; -$a->strings["All Contacts"] = "Alle Kontakte"; -$a->strings["Group is empty"] = "Gruppe ist leer"; -$a->strings["Remove Contact"] = "Kontakt löschen"; -$a->strings["Add Contact"] = "Kontakt hinzufügen"; -$a->strings["Click on a contact to add or remove."] = "Klicke einen Kontakt an, um ihn hinzuzufügen oder zu entfernen"; $a->strings["No profile"] = "Kein Profil"; $a->strings["Help:"] = "Hilfe:"; $a->strings["Help"] = "Hilfe"; @@ -440,16 +377,6 @@ $a->strings["Do you really want to delete this suggestion?"] = "Möchtest Du wir $a->strings["No suggestions available. If this is a new site, please try again in 24 hours."] = "Keine Vorschläge verfügbar. Falls der Server frisch aufgesetzt wurde, versuche es bitte in 24 Stunden noch einmal."; $a->strings["Ignore/Hide"] = "Ignorieren/Verbergen"; $a->strings["Friend Suggestions"] = "Kontaktvorschläge"; -$a->strings["Contact wasn't found or can't be unfollowed."] = "Der Kontakt konnte nicht gefunden oder nicht entfolgt werden."; -$a->strings["Contact unfollowed"] = "Kontakt wird nicht mehr gefolgt"; -$a->strings["Submit Request"] = "Anfrage abschicken"; -$a->strings["You aren't a friend of this contact."] = "Du hast keine beidseitige Freundschaft mit diesem Kontakt."; -$a->strings["Unfollowing is currently not supported by your network."] = "Bei diesem Netzwerk wird das Entfolgen derzeit nicht unterstützt."; -$a->strings["Disconnect/Unfollow"] = "Verbindung lösen/Nicht mehr folgen"; -$a->strings["Your Identity Address:"] = "Adresse Deines Profils:"; -$a->strings["Profile URL"] = "Profil URL"; -$a->strings["Status Messages and Posts"] = "Statusnachrichten und Beiträge"; -$a->strings["[Embedded content - reload page to view]"] = "[Eingebetteter Inhalt - Seite neu laden zum Betrachten]"; $a->strings["This site has exceeded the number of allowed daily account registrations. Please try again tomorrow."] = "Die maximale Anzahl täglicher Registrierungen auf dieser Seite wurde überschritten. Bitte versuche es morgen noch einmal."; $a->strings["Import"] = "Import"; $a->strings["Move account"] = "Account umziehen"; @@ -458,24 +385,12 @@ $a->strings["You need to export your account from the old server and upload it h $a->strings["This feature is experimental. We can't import contacts from the OStatus network (GNU Social/Statusnet) or from Diaspora"] = "Dieses Feature ist experimentell. Wir können keine Kontakte vom OStatus Netzwerk (GNU Social/Statusnet) oder von Diaspora importieren"; $a->strings["Account file"] = "Account Datei"; $a->strings["To export your account, go to \"Settings->Export your personal data\" and select \"Export account\""] = "Um Deinen Account zu exportieren, rufe \"Einstellungen -> Persönliche Daten exportieren\" auf und wähle \"Account exportieren\""; +$a->strings["[Embedded content - reload page to view]"] = "[Eingebetteter Inhalt - Seite neu laden zum Betrachten]"; $a->strings["%1\$s welcomes %2\$s"] = "%1\$s heißt %2\$s herzlich willkommen"; -$a->strings["People Search - %s"] = "Personensuche - %s"; -$a->strings["Forum Search - %s"] = "Forensuche - %s"; -$a->strings["No matches"] = "Keine Übereinstimmungen"; -$a->strings["This is Friendica, version"] = "Dies ist Friendica, Version"; -$a->strings["running at web location"] = "die unter folgender Webadresse zu finden ist"; -$a->strings["Please visit Friendi.ca to learn more about the Friendica project."] = "Bitte besuche Friendi.ca um mehr über das Friendica Projekt zu erfahren."; -$a->strings["Bug reports and issues: please visit"] = "Probleme oder Fehler gefunden? Bitte besuche"; -$a->strings["the bugtracker at github"] = "den Bugtracker auf github"; -$a->strings["Suggestions, praise, donations, etc. - please email \"Info\" at Friendica - dot com"] = "Vorschläge, Lob, Spenden usw.: E-Mail an \"Info\" at Friendica - dot com"; -$a->strings["Installed addons/apps:"] = "Installierte Apps und Addons"; -$a->strings["No installed addons/apps"] = "Es sind keine Addons oder Apps installiert"; -$a->strings["On this server the following remote servers are blocked."] = "Auf diesem Server werden die folgenden entfernten Server blockiert."; -$a->strings["Blocked domain"] = "Blockierte Daimain"; -$a->strings["Reason for the block"] = "Begründung für die Blockierung"; $a->strings["No keywords to match. Please add keywords to your default profile."] = "Keine Schlüsselwörter zum Abgleichen gefunden. Bitte füge einige Schlüsselwörter zu Deinem Standardprofil hinzu."; $a->strings["is interested in:"] = "ist interessiert an:"; $a->strings["Profile Match"] = "Profilübereinstimmungen"; +$a->strings["No matches"] = "Keine Übereinstimmungen"; $a->strings["Invalid request identifier."] = "Invalid request identifier."; $a->strings["Discard"] = "Verwerfen"; $a->strings["Ignore"] = "Ignorieren"; @@ -502,33 +417,19 @@ $a->strings["Accepting %s as a sharer allows them to subscribe to your posts, bu $a->strings["Friend"] = "Kontakt"; $a->strings["Sharer"] = "Teilenden"; $a->strings["Subscriber"] = "Abonnent"; +$a->strings["Location:"] = "Ort:"; +$a->strings["About:"] = "Über:"; $a->strings["Tags:"] = "Tags:"; +$a->strings["Gender:"] = "Geschlecht:"; +$a->strings["Profile URL"] = "Profil URL"; $a->strings["Network:"] = "Netzwerk:"; $a->strings["No introductions."] = "Keine Kontaktanfragen."; $a->strings["Show unread"] = "Ungelesene anzeigen"; $a->strings["Show all"] = "Alle anzeigen"; $a->strings["No more %s notifications."] = "Keine weiteren %s Benachrichtigungen"; -$a->strings["Post successful."] = "Beitrag erfolgreich veröffentlicht."; $a->strings["OpenID protocol error. No ID returned."] = "OpenID Protokollfehler. Keine ID zurückgegeben."; $a->strings["Account not found and OpenID registration is not permitted on this site."] = "Nutzerkonto wurde nicht gefunden und OpenID-Registrierung ist auf diesem Server nicht gestattet."; $a->strings["Login failed."] = "Anmeldung fehlgeschlagen."; -$a->strings["Subscribing to OStatus contacts"] = "OStatus Kontakten folgen"; -$a->strings["No contact provided."] = "Keine Kontakte gefunden."; -$a->strings["Couldn't fetch information for contact."] = "Konnte die Kontaktinformationen nicht einholen."; -$a->strings["Couldn't fetch friends for contact."] = "Konnte die Kontaktliste des Kontakts nicht abfragen."; -$a->strings["success"] = "Erfolg"; -$a->strings["failed"] = "Fehlgeschlagen"; -$a->strings["ignored"] = "Ignoriert"; -$a->strings["Access to this profile has been restricted."] = "Der Zugriff zu diesem Profil wurde eingeschränkt."; -$a->strings["Events"] = "Veranstaltungen"; -$a->strings["View"] = "Ansehen"; -$a->strings["Previous"] = "Vorherige"; -$a->strings["Next"] = "Nächste"; -$a->strings["list"] = "Liste"; -$a->strings["User not found"] = "Nutzer nicht gefunden"; -$a->strings["This calendar format is not supported"] = "Dieses Kalenderformat wird nicht unterstützt."; -$a->strings["No exportable data found"] = "Keine exportierbaren Daten gefunden"; -$a->strings["calendar"] = "Kalender"; $a->strings["Profile not found."] = "Profil nicht gefunden."; $a->strings["This may occasionally happen if contact was requested by both persons and it has already been approved."] = "Das kann passieren, wenn sich zwei Kontakte gegenseitig eingeladen haben und bereits einer angenommen wurde."; $a->strings["Response from remote site was not understood."] = "Antwort der Gegenstelle unverständlich."; @@ -548,9 +449,6 @@ $a->strings["Unable to set your contact credentials on our system."] = "Deine Ko $a->strings["Unable to update your contact profile details on our system"] = "Die Updates für Dein Profil konnten nicht gespeichert werden"; $a->strings["[Name Withheld]"] = "[Name unterdrückt]"; $a->strings["%1\$s has joined %2\$s"] = "%1\$s ist %2\$s beigetreten"; -$a->strings["Friend suggestion sent."] = "Kontaktvorschlag gesendet."; -$a->strings["Suggest Friends"] = "Kontakte vorschlagen"; -$a->strings["Suggest a friend for %s"] = "Schlage %s einen Kontakt vor"; $a->strings["Total invitation limit exceeded."] = "Limit für Einladungen erreicht."; $a->strings["%s : Not a valid email address."] = "%s: Keine gültige Email Adresse."; $a->strings["Please join us on Friendica"] = "Ich lade Dich zu unserem sozialen Netzwerk Friendica ein"; @@ -574,9 +472,448 @@ $a->strings["You are cordially invited to join me and other close friends on Fri $a->strings["You will need to supply this invitation code: \$invite_code"] = "Du benötigst den folgenden Einladungscode: \$invite_code"; $a->strings["Once you have registered, please connect with me via my profile page at:"] = "Sobald Du registriert bist, kontaktiere mich bitte auf meiner Profilseite:"; $a->strings["For more information about the Friendica project and why we feel it is important, please visit http://friendi.ca"] = "Für weitere Informationen über das Friendica Projekt und warum wir es für ein wichtiges Projekt halten, besuche bitte http://friendi.ca."; +$a->strings["Invalid request."] = "Ungültige Anfrage"; +$a->strings["Sorry, maybe your upload is bigger than the PHP configuration allows"] = "Entschuldige, die Datei scheint größer zu sein als es die PHP Konfiguration erlaubt."; +$a->strings["Or - did you try to upload an empty file?"] = "Oder - hast Du versucht, eine leere Datei hochzuladen?"; +$a->strings["File exceeds size limit of %s"] = "Die Datei ist größer als das erlaubte Limit von %s"; +$a->strings["File upload failed."] = "Hochladen der Datei fehlgeschlagen."; $a->strings["Manage Identities and/or Pages"] = "Verwalte Identitäten und/oder Seiten"; $a->strings["Toggle between different identities or community/group pages which share your account details or which you have been granted \"manage\" permissions"] = "Zwischen verschiedenen Identitäten oder Gemeinschafts-/Gruppenseiten wechseln, die Deine Kontoinformationen teilen oder zu denen Du „Verwalten“-Befugnisse bekommen hast."; $a->strings["Select an identity to manage: "] = "Wähle eine Identität zum Verwalten aus: "; +$a->strings["This introduction has already been accepted."] = "Diese Kontaktanfrage wurde bereits akzeptiert."; +$a->strings["Profile location is not valid or does not contain profile information."] = "Profiladresse ist ungültig oder stellt keine Profildaten zur Verfügung."; +$a->strings["Warning: profile location has no identifiable owner name."] = "Warnung: Es konnte kein Name des Besitzers von der angegebenen Profiladresse gefunden werden."; +$a->strings["Warning: profile location has no profile photo."] = "Warnung: Es gibt kein Profilbild bei der angegebenen Profiladresse."; +$a->strings["%d required parameter was not found at the given location"] = [ + 0 => "%d benötigter Parameter wurde an der angegebenen Stelle nicht gefunden", + 1 => "%d benötigte Parameter wurden an der angegebenen Stelle nicht gefunden", +]; +$a->strings["Introduction complete."] = "Kontaktanfrage abgeschlossen."; +$a->strings["Unrecoverable protocol error."] = "Nicht behebbarer Protokollfehler."; +$a->strings["Profile unavailable."] = "Profil nicht verfügbar."; +$a->strings["%s has received too many connection requests today."] = "%s hat heute zu viele Kontaktanfragen erhalten."; +$a->strings["Spam protection measures have been invoked."] = "Maßnahmen zum Spamschutz wurden ergriffen."; +$a->strings["Friends are advised to please try again in 24 hours."] = "Freunde sind angehalten, es in 24 Stunden erneut zu versuchen."; +$a->strings["Invalid locator"] = "Ungültiger Locator"; +$a->strings["You have already introduced yourself here."] = "Du hast Dich hier bereits vorgestellt."; +$a->strings["Apparently you are already friends with %s."] = "Es scheint so, als ob Du bereits mit %s in Kontakt stehst."; +$a->strings["Invalid profile URL."] = "Ungültige Profil-URL."; +$a->strings["Disallowed profile URL."] = "Nicht erlaubte Profil-URL."; +$a->strings["Blocked domain"] = "Blockierte Domain"; +$a->strings["Failed to update contact record."] = "Aktualisierung der Kontaktdaten fehlgeschlagen."; +$a->strings["Your introduction has been sent."] = "Deine Kontaktanfrage wurde gesendet."; +$a->strings["Remote subscription can't be done for your network. Please subscribe directly on your system."] = "Entferntes abon­nie­ren kann für dein Netzwerk nicht durchgeführt werden. Bitte nutze direkt die Abonnieren-Funktion deines Systems. "; +$a->strings["Please login to confirm introduction."] = "Bitte melde Dich an, um die Kontaktanfrage zu bestätigen."; +$a->strings["Incorrect identity currently logged in. Please login to this profile."] = "Momentan bist Du mit einer anderen Identität angemeldet. Bitte melde Dich mit diesem Profil an."; +$a->strings["Confirm"] = "Bestätigen"; +$a->strings["Hide this contact"] = "Verberge diesen Kontakt"; +$a->strings["Welcome home %s."] = "Willkommen zurück %s."; +$a->strings["Please confirm your introduction/connection request to %s."] = "Bitte bestätige Deine Kontaktanfrage bei %s."; +$a->strings["Public access denied."] = "Öffentlicher Zugriff verweigert."; +$a->strings["Please enter your 'Identity Address' from one of the following supported communications networks:"] = "Bitte gib die Adresse Deines Profils in einem der unterstützten sozialen Netzwerke an:"; +$a->strings["If you are not yet a member of the free social web, follow this link to find a public Friendica site and join us today."] = "Wenn du noch kein Mitglied dieses freien sozialen Netzwerks bist, folge diesem Link um einen öffentlichen Friendica Server zu finden und beizutreten."; +$a->strings["Friend/Connection Request"] = "Kontaktanfrage"; +$a->strings["Examples: jojo@demo.friendica.com, http://demo.friendica.com/profile/jojo, testuser@gnusocial.de"] = "Beispiele: jojo@demo.friendica.com, http://demo.friendica.com/profile/jojo, testuser@gnusocial.de"; +$a->strings["Please answer the following:"] = "Bitte beantworte folgendes:"; +$a->strings["Does %s know you?"] = "Kennt %s Dich?"; +$a->strings["Add a personal note:"] = "Eine persönliche Notiz beifügen:"; +$a->strings["Friendica"] = "Friendica"; +$a->strings["GNU Social (Pleroma, Mastodon)"] = "GNU Social (Pleroma, Mastodon)"; +$a->strings["Diaspora (Socialhome, Hubzilla)"] = "Diaspora (Socialhome, Hubzilla)"; +$a->strings[" - please do not use this form. Instead, enter %s into your Diaspora search bar."] = " - bitte verwende dieses Formular nicht. Stattdessen suche nach %s in Deiner Diaspora Suchleiste."; +$a->strings["Your Identity Address:"] = "Adresse Deines Profils:"; +$a->strings["Submit Request"] = "Anfrage abschicken"; +$a->strings["l F d, Y \\@ g:i A"] = "l, d. F Y\\, H:i"; +$a->strings["Time Conversion"] = "Zeitumrechnung"; +$a->strings["Friendica provides this service for sharing events with other networks and friends in unknown timezones."] = "Friendica bietet diese Funktion an, um das Teilen von Events mit Kontakten zu vereinfachen, deren Zeitzone nicht ermittelt werden kann."; +$a->strings["UTC time: %s"] = "UTC Zeit: %s"; +$a->strings["Current timezone: %s"] = "Aktuelle Zeitzone: %s"; +$a->strings["Converted localtime: %s"] = "Umgerechnete lokale Zeit: %s"; +$a->strings["Please select your timezone:"] = "Bitte wähle Deine Zeitzone:"; +$a->strings["Only logged in users are permitted to perform a probing."] = "Nur eingeloggten Benutzern ist das Untersuchen von Adressen gestattet."; +$a->strings["Permission denied"] = "Zugriff verweigert"; +$a->strings["Invalid profile identifier."] = "Ungültiger Profil-Bezeichner."; +$a->strings["Profile Visibility Editor"] = "Editor für die Profil-Sichtbarkeit"; +$a->strings["Click on a contact to add or remove."] = "Klicke einen Kontakt an, um ihn hinzuzufügen oder zu entfernen"; +$a->strings["Visible To"] = "Sichtbar für"; +$a->strings["All Contacts (with secure profile access)"] = "Alle Kontakte (mit gesichertem Profilzugriff)"; +$a->strings["Account approved."] = "Konto freigegeben."; +$a->strings["Registration revoked for %s"] = "Registrierung für %s wurde zurückgezogen"; +$a->strings["Please login."] = "Bitte melde Dich an."; +$a->strings["Remove My Account"] = "Konto löschen"; +$a->strings["This will completely remove your account. Once this has been done it is not recoverable."] = "Dein Konto wird endgültig gelöscht. Es gibt keine Möglichkeit, es wiederherzustellen."; +$a->strings["Please enter your password for verification:"] = "Bitte gib Dein Passwort zur Verifikation ein:"; +$a->strings["No contacts."] = "Keine Kontakte."; +$a->strings["Access denied."] = "Zugriff verweigert."; +$a->strings["Number of daily wall messages for %s exceeded. Message failed."] = "Maximale Anzahl der täglichen Pinnwand Nachrichten für %s ist überschritten. Zustellung fehlgeschlagen."; +$a->strings["No recipient selected."] = "Kein Empfänger gewählt."; +$a->strings["Unable to check your home location."] = "Konnte Deinen Heimatort nicht bestimmen."; +$a->strings["Message could not be sent."] = "Nachricht konnte nicht gesendet werden."; +$a->strings["Message collection failure."] = "Konnte Nachrichten nicht abrufen."; +$a->strings["Message sent."] = "Nachricht gesendet."; +$a->strings["No recipient."] = "Kein Empfänger."; +$a->strings["Send Private Message"] = "Private Nachricht senden"; +$a->strings["If you wish for %s to respond, please check that the privacy settings on your site allow private mail from unknown senders."] = "Wenn Du möchtest, dass %s Dir antworten kann, überprüfe Deine Privatsphären-Einstellungen und erlaube private Nachrichten von unbekannten Absendern."; +$a->strings["To:"] = "An:"; +$a->strings["Subject:"] = "Betreff:"; +$a->strings["Export account"] = "Account exportieren"; +$a->strings["Export your account info and contacts. Use this to make a backup of your account and/or to move it to another server."] = "Exportiere Deine Accountinformationen und Kontakte. Verwende dies um ein Backup Deines Accounts anzulegen und/oder damit auf einen anderen Server umzuziehen."; +$a->strings["Export all"] = "Alles exportieren"; +$a->strings["Export your accout info, contacts and all your items as json. Could be a very big file, and could take a lot of time. Use this to make a full backup of your account (photos are not exported)"] = "Exportiere Deine Account Informationen, Kontakte und alle Einträge als JSON Datei. Dies könnte eine sehr große Datei werden und dementsprechend viel Zeit benötigen. Verwende dies um ein komplettes Backup Deines Accounts anzulegen (Fotos werden nicht exportiert)."; +$a->strings["Export personal data"] = "Persönliche Daten exportieren"; +$a->strings["- select -"] = "- auswählen -"; +$a->strings["No more system notifications."] = "Keine weiteren Systembenachrichtigungen."; +$a->strings["{0} wants to be your friend"] = "{0} möchte mit Dir in Kontakt treten"; +$a->strings["{0} sent you a message"] = "{0} schickte Dir eine Nachricht"; +$a->strings["{0} requested registration"] = "{0} möchte sich registrieren"; +$a->strings["Poke/Prod"] = "Anstupsen"; +$a->strings["poke, prod or do other things to somebody"] = "Stupse Leute an oder mache anderes mit ihnen"; +$a->strings["Recipient"] = "Empfänger"; +$a->strings["Choose what you wish to do to recipient"] = "Was willst Du mit dem Empfänger machen:"; +$a->strings["Make this post private"] = "Diesen Beitrag privat machen"; +$a->strings["%1\$s is following %2\$s's %3\$s"] = "%1\$s folgt %2\$s %3\$s"; +$a->strings["Tag removed"] = "Tag entfernt"; +$a->strings["Remove Item Tag"] = "Gegenstands-Tag entfernen"; +$a->strings["Select a tag to remove: "] = "Wähle ein Tag zum Entfernen aus: "; +$a->strings["Remove"] = "Entfernen"; +$a->strings["Image exceeds size limit of %s"] = "Bildgröße überschreitet das Limit von %s"; +$a->strings["Unable to process image."] = "Konnte das Bild nicht bearbeiten."; +$a->strings["Wall Photos"] = "Pinnwand-Bilder"; +$a->strings["Image upload failed."] = "Hochladen des Bildes gescheitert."; +$a->strings["Remove term"] = "Begriff entfernen"; +$a->strings["Saved Searches"] = "Gespeicherte Suchen"; +$a->strings["Only logged in users are permitted to perform a search."] = "Nur eingeloggten Benutzern ist das Suchen gestattet."; +$a->strings["Too Many Requests"] = "Zu viele Abfragen"; +$a->strings["Only one search per minute is permitted for not logged in users."] = "Es ist nur eine Suchanfrage pro Minute für nicht eingeloggte Benutzer gestattet."; +$a->strings["No results."] = "Keine Ergebnisse."; +$a->strings["Items tagged with: %s"] = "Beiträge die mit %s getaggt sind"; +$a->strings["Results for: %s"] = "Ergebnisse für: %s"; +$a->strings["Login"] = "Anmeldung"; +$a->strings["The post was created"] = "Der Beitrag wurde angelegt"; +$a->strings["Community option not available."] = "Optionen für die Gemeinschaftsseite nicht verfügbar."; +$a->strings["Not available."] = "Nicht verfügbar."; +$a->strings["Local Community"] = "Lokale Gemeinschaft"; +$a->strings["Posts from local users on this server"] = "Beiträge von Nutzern dieses Servers"; +$a->strings["Global Community"] = "Globale Gemeinschaft"; +$a->strings["Posts from users of the whole federated network"] = "Beiträge von Nutzern des gesamten föderalen Netzwerks"; +$a->strings["This community stream shows all public posts received by this node. They may not reflect the opinions of this node’s users."] = "Diese Gemeinschaftsseite zeigt alle öffentlichen Beiträge, die auf diesem Knoten eingegangen sind. Der Inhalt entspricht nicht zwingend der Meinung der Nutzer dieses Servers."; +$a->strings["Item not found"] = "Beitrag nicht gefunden"; +$a->strings["Edit post"] = "Beitrag bearbeiten"; +$a->strings["CC: email addresses"] = "Cc: E-Mail-Addressen"; +$a->strings["Example: bob@example.com, mary@example.com"] = "Z.B.: bob@example.com, mary@example.com"; +$a->strings["You must be logged in to use this module"] = "Du musst eingeloggt sein um dieses Modul benutzen zu können."; +$a->strings["Source URL"] = "URL der Quelle"; +$a->strings["Friend suggestion sent."] = "Kontaktvorschlag gesendet."; +$a->strings["Suggest Friends"] = "Kontakte vorschlagen"; +$a->strings["Suggest a friend for %s"] = "Schlage %s einen Kontakt vor"; +$a->strings["Group created."] = "Gruppe erstellt."; +$a->strings["Could not create group."] = "Konnte die Gruppe nicht erstellen."; +$a->strings["Group not found."] = "Gruppe nicht gefunden."; +$a->strings["Group name changed."] = "Gruppenname geändert."; +$a->strings["Save Group"] = "Gruppe speichern"; +$a->strings["Create a group of contacts/friends."] = "Eine Kontaktgruppe anlegen."; +$a->strings["Group Name: "] = "Gruppenname:"; +$a->strings["Group removed."] = "Gruppe entfernt."; +$a->strings["Unable to remove group."] = "Konnte die Gruppe nicht entfernen."; +$a->strings["Delete Group"] = "Gruppe löschen"; +$a->strings["Group Editor"] = "Gruppeneditor"; +$a->strings["Edit Group Name"] = "Gruppen Name bearbeiten"; +$a->strings["Members"] = "Mitglieder"; +$a->strings["All Contacts"] = "Alle Kontakte"; +$a->strings["Group is empty"] = "Gruppe ist leer"; +$a->strings["Remove Contact"] = "Kontakt löschen"; +$a->strings["Add Contact"] = "Kontakt hinzufügen"; +$a->strings["Unable to locate original post."] = "Konnte den Originalbeitrag nicht finden."; +$a->strings["Empty post discarded."] = "Leerer Beitrag wurde verworfen."; +$a->strings["This message was sent to you by %s, a member of the Friendica social network."] = "Diese Nachricht wurde dir von %s geschickt, einem Mitglied des Sozialen Netzwerks Friendica."; +$a->strings["You may visit them online at %s"] = "Du kannst sie online unter %s besuchen"; +$a->strings["Please contact the sender by replying to this post if you do not wish to receive these messages."] = "Falls Du diese Beiträge nicht erhalten möchtest, kontaktiere bitte den Autor, indem Du auf diese Nachricht antwortest."; +$a->strings["%s posted an update."] = "%s hat ein Update veröffentlicht."; +$a->strings["New Message"] = "Neue Nachricht"; +$a->strings["Unable to locate contact information."] = "Konnte die Kontaktinformationen nicht finden."; +$a->strings["Messages"] = "Nachrichten"; +$a->strings["Do you really want to delete this message?"] = "Möchtest Du wirklich diese Nachricht löschen?"; +$a->strings["Message deleted."] = "Nachricht gelöscht."; +$a->strings["Conversation removed."] = "Unterhaltung gelöscht."; +$a->strings["No messages."] = "Keine Nachrichten."; +$a->strings["Message not available."] = "Nachricht nicht verfügbar."; +$a->strings["Delete message"] = "Nachricht löschen"; +$a->strings["D, d M Y - g:i A"] = "D, d. M Y - H:i"; +$a->strings["Delete conversation"] = "Unterhaltung löschen"; +$a->strings["No secure communications available. You may be able to respond from the sender's profile page."] = "Sichere Kommunikation ist nicht verfügbar. Eventuell kannst Du auf der Profilseite des Absenders antworten."; +$a->strings["Send Reply"] = "Antwort senden"; +$a->strings["Unknown sender - %s"] = "'Unbekannter Absender - %s"; +$a->strings["You and %s"] = "Du und %s"; +$a->strings["%s and You"] = "%s und Du"; +$a->strings["%d message"] = [ + 0 => "%d Nachricht", + 1 => "%d Nachrichten", +]; +$a->strings["add"] = "hinzufügen"; +$a->strings["Warning: This group contains %s member from a network that doesn't allow non public messages."] = [ + 0 => "Warnung: Diese Gruppe beinhaltet %s Person aus einem Netzwerk das keine nicht öffentlichen Beiträge empfangen kann.", + 1 => "Warnung: Diese Gruppe beinhaltet %s Personen aus Netzwerken die keine nicht-öffentlichen Beiträge empfangen können.", +]; +$a->strings["Messages in this group won't be send to these receivers."] = "Beiträge in dieser Gruppe werden deshalb nicht an diese Personen zugestellt werden."; +$a->strings["No such group"] = "Es gibt keine solche Gruppe"; +$a->strings["Group: %s"] = "Gruppe: %s"; +$a->strings["Private messages to this person are at risk of public disclosure."] = "Private Nachrichten an diese Person könnten an die Öffentlichkeit gelangen."; +$a->strings["Invalid contact."] = "Ungültiger Kontakt."; +$a->strings["Commented Order"] = "Neueste Kommentare"; +$a->strings["Sort by Comment Date"] = "Nach Kommentardatum sortieren"; +$a->strings["Posted Order"] = "Neueste Beiträge"; +$a->strings["Sort by Post Date"] = "Nach Beitragsdatum sortieren"; +$a->strings["Personal"] = "Persönlich"; +$a->strings["Posts that mention or involve you"] = "Beiträge, in denen es um Dich geht"; +$a->strings["New"] = "Neue"; +$a->strings["Activity Stream - by date"] = "Aktivitäten-Stream - nach Datum"; +$a->strings["Shared Links"] = "Geteilte Links"; +$a->strings["Interesting Links"] = "Interessante Links"; +$a->strings["Starred"] = "Markierte"; +$a->strings["Favourite Posts"] = "Favorisierte Beiträge"; +$a->strings["Personal Notes"] = "Persönliche Notizen"; +$a->strings["Post successful."] = "Beitrag erfolgreich veröffentlicht."; +$a->strings["Photo Albums"] = "Fotoalben"; +$a->strings["Recent Photos"] = "Neueste Fotos"; +$a->strings["Upload New Photos"] = "Neue Fotos hochladen"; +$a->strings["everybody"] = "jeder"; +$a->strings["Contact information unavailable"] = "Kontaktinformationen nicht verfügbar"; +$a->strings["Album not found."] = "Album nicht gefunden."; +$a->strings["Delete Album"] = "Album löschen"; +$a->strings["Do you really want to delete this photo album and all its photos?"] = "Möchtest Du wirklich dieses Foto-Album und all seine Foto löschen?"; +$a->strings["Delete Photo"] = "Foto löschen"; +$a->strings["Do you really want to delete this photo?"] = "Möchtest Du wirklich dieses Foto löschen?"; +$a->strings["a photo"] = "einem Foto"; +$a->strings["%1\$s was tagged in %2\$s by %3\$s"] = "%1\$s wurde von %3\$s in %2\$s getaggt"; +$a->strings["Image upload didn't complete, please try again"] = "Der Upload des Bildes war nicht vollständig. Bitte versuche es erneut."; +$a->strings["Image file is missing"] = "Bilddatei konnte nicht gefunden werden."; +$a->strings["Server can't accept new file upload at this time, please contact your administrator"] = "Der Server kann derzeit keine neuen Datei Uploads akzeptieren. Bitte kontaktiere deinen Administrator."; +$a->strings["Image file is empty."] = "Bilddatei ist leer."; +$a->strings["No photos selected"] = "Keine Bilder ausgewählt"; +$a->strings["Access to this item is restricted."] = "Zugriff zu diesem Eintrag wurde eingeschränkt."; +$a->strings["Upload Photos"] = "Bilder hochladen"; +$a->strings["New album name: "] = "Name des neuen Albums: "; +$a->strings["or existing album name: "] = "oder existierender Albumname: "; +$a->strings["Do not show a status post for this upload"] = "Keine Status-Mitteilung für diesen Beitrag anzeigen"; +$a->strings["Permissions"] = "Berechtigungen"; +$a->strings["Show to Groups"] = "Zeige den Gruppen"; +$a->strings["Show to Contacts"] = "Zeige den Kontakten"; +$a->strings["Edit Album"] = "Album bearbeiten"; +$a->strings["Show Newest First"] = "Zeige neueste zuerst"; +$a->strings["Show Oldest First"] = "Zeige älteste zuerst"; +$a->strings["View Photo"] = "Foto betrachten"; +$a->strings["Permission denied. Access to this item may be restricted."] = "Zugriff verweigert. Zugriff zu diesem Eintrag könnte eingeschränkt sein."; +$a->strings["Photo not available"] = "Foto nicht verfügbar"; +$a->strings["View photo"] = "Fotos ansehen"; +$a->strings["Edit photo"] = "Foto bearbeiten"; +$a->strings["Use as profile photo"] = "Als Profilbild verwenden"; +$a->strings["Private Message"] = "Private Nachricht"; +$a->strings["View Full Size"] = "Betrachte Originalgröße"; +$a->strings["Tags: "] = "Tags: "; +$a->strings["[Remove any tag]"] = "[Tag entfernen]"; +$a->strings["New album name"] = "Name des neuen Albums"; +$a->strings["Caption"] = "Bildunterschrift"; +$a->strings["Add a Tag"] = "Tag hinzufügen"; +$a->strings["Example: @bob, @Barbara_Jensen, @jim@example.com, #California, #camping"] = "Beispiel: @bob, @Barbara_Jensen, @jim@example.com, #California, #camping"; +$a->strings["Do not rotate"] = "Nicht rotieren"; +$a->strings["Rotate CW (right)"] = "Drehen US (rechts)"; +$a->strings["Rotate CCW (left)"] = "Drehen EUS (links)"; +$a->strings["I like this (toggle)"] = "Ich mag das (toggle)"; +$a->strings["I don't like this (toggle)"] = "Ich mag das nicht (toggle)"; +$a->strings["This is you"] = "Das bist Du"; +$a->strings["Comment"] = "Kommentar"; +$a->strings["Map"] = "Karte"; +$a->strings["View Album"] = "Album betrachten"; +$a->strings["Requested profile is not available."] = "Das angefragte Profil ist nicht vorhanden."; +$a->strings["%s's posts"] = "Beiträge von %s"; +$a->strings["%s's comments"] = "Kommentare von %s"; +$a->strings["%s's timeline"] = "Timeline von %s"; +$a->strings["Access to this profile has been restricted."] = "Der Zugriff zu diesem Profil wurde eingeschränkt."; +$a->strings["Tips for New Members"] = "Tipps für neue Nutzer"; +$a->strings["Do you really want to delete this video?"] = "Möchtest Du dieses Video wirklich löschen?"; +$a->strings["Delete Video"] = "Video Löschen"; +$a->strings["No videos selected"] = "Keine Videos ausgewählt"; +$a->strings["Recent Videos"] = "Neueste Videos"; +$a->strings["Upload New Videos"] = "Neues Video hochladen"; +$a->strings["Parent user not found."] = "Verwalter nicht gefunden."; +$a->strings["No parent user"] = "Kein Verwalter"; +$a->strings["Parent Password:"] = "Passwort des Verwalters"; +$a->strings["Please enter the password of the parent account to legitimize your request."] = "Bitte gib das Passwort des Verwalters ein um deine Anfrage zu bestätigen."; +$a->strings["Parent User"] = "Verwalter"; +$a->strings["Parent users have total control about this account, including the account settings. Please double check whom you give this access."] = "Verwalter haben Zugriff auf alle Funktionen dieses Benutzerkontos und können dessen Einstellungen ändern."; +$a->strings["Save Settings"] = "Einstellungen speichern"; +$a->strings["Delegate Page Management"] = "Delegiere das Management für die Seite"; +$a->strings["Delegates"] = "Bevollmächtigte"; +$a->strings["Delegates are able to manage all aspects of this account/page except for basic account settings. Please do not delegate your personal account to anybody that you do not trust completely."] = "Bevollmächtigte sind in der Lage, alle Aspekte dieses Kontos/dieser Seite zu verwalten, abgesehen von den Grundeinstellungen des Kontos. Bitte gib niemandem eine Bevollmächtigung für Deinen privaten Account, dem Du nicht absolut vertraust!"; +$a->strings["Existing Page Delegates"] = "Vorhandene Bevollmächtigte für die Seite"; +$a->strings["Potential Delegates"] = "Potentielle Bevollmächtigte"; +$a->strings["Add"] = "Hinzufügen"; +$a->strings["No entries."] = "Keine Einträge."; +$a->strings["People Search - %s"] = "Personensuche - %s"; +$a->strings["Forum Search - %s"] = "Forensuche - %s"; +$a->strings["Friendica Communications Server - Setup"] = "Friendica-Server für soziale Netzwerke – Setup"; +$a->strings["Could not connect to database."] = "Verbindung zur Datenbank gescheitert."; +$a->strings["Could not create table."] = "Tabelle konnte nicht angelegt werden."; +$a->strings["Your Friendica site database has been installed."] = "Die Datenbank Deiner Friendicaseite wurde installiert."; +$a->strings["You may need to import the file \"database.sql\" manually using phpmyadmin or mysql."] = "Möglicherweise musst Du die Datei \"database.sql\" manuell mit phpmyadmin oder mysql importieren."; +$a->strings["Please see the file \"INSTALL.txt\"."] = "Lies bitte die \"INSTALL.txt\"."; +$a->strings["Database already in use."] = "Die Datenbank wird bereits verwendet."; +$a->strings["System check"] = "Systemtest"; +$a->strings["Next"] = "Nächste"; +$a->strings["Check again"] = "Noch einmal testen"; +$a->strings["Database connection"] = "Datenbankverbindung"; +$a->strings["In order to install Friendica we need to know how to connect to your database."] = "Um Friendica installieren zu können, müssen wir wissen, wie wir mit Deiner Datenbank Kontakt aufnehmen können."; +$a->strings["Please contact your hosting provider or site administrator if you have questions about these settings."] = "Bitte kontaktiere den Hosting Provider oder den Administrator der Seite, falls Du Fragen zu diesen Einstellungen haben solltest."; +$a->strings["The database you specify below should already exist. If it does not, please create it before continuing."] = "Die Datenbank, die Du unten angibst, sollte bereits existieren. Ist dies noch nicht der Fall, erzeuge sie bitte bevor Du mit der Installation fortfährst."; +$a->strings["Database Server Name"] = "Datenbank-Server"; +$a->strings["Database Login Name"] = "Datenbank-Nutzer"; +$a->strings["Database Login Password"] = "Datenbank-Passwort"; +$a->strings["For security reasons the password must not be empty"] = "Aus Sicherheitsgründen darf das Passwort nicht leer sein."; +$a->strings["Database Name"] = "Datenbank-Name"; +$a->strings["Site administrator email address"] = "E-Mail-Adresse des Administrators"; +$a->strings["Your account email address must match this in order to use the web admin panel."] = "Die E-Mail-Adresse, die in Deinem Friendica-Account eingetragen ist, muss mit dieser Adresse übereinstimmen, damit Du das Admin-Panel benutzen kannst."; +$a->strings["Please select a default timezone for your website"] = "Bitte wähle die Standardzeitzone Deiner Webseite"; +$a->strings["Site settings"] = "Server-Einstellungen"; +$a->strings["System Language:"] = "Systemsprache:"; +$a->strings["Set the default language for your Friendica installation interface and to send emails."] = "Wähle die Standardsprache für deine Friendica-Installations-Oberfläche und den E-Mail-Versand"; +$a->strings["Could not find a command line version of PHP in the web server PATH."] = "Konnte keine Kommandozeilenversion von PHP im PATH des Servers finden."; +$a->strings["If you don't have a command line version of PHP installed on your server, you will not be able to run the background processing. See 'Setup the worker'"] = "Wenn auf deinem Server keine Kommandozeilenversion von PHP installiert ist, kannst du den Hintergrundprozess nicht einrichten. Hier findest du alternative Möglichkeiten'für das Worker Setup'"; +$a->strings["PHP executable path"] = "Pfad zu PHP"; +$a->strings["Enter full path to php executable. You can leave this blank to continue the installation."] = "Gib den kompletten Pfad zur ausführbaren Datei von PHP an. Du kannst dieses Feld auch frei lassen und mit der Installation fortfahren."; +$a->strings["Command line PHP"] = "Kommandozeilen-PHP"; +$a->strings["PHP executable is not the php cli binary (could be cgi-fgci version)"] = "Die ausführbare Datei von PHP stimmt nicht mit der PHP cli Version überein (es könnte sich um die cgi-fgci Version handeln)"; +$a->strings["Found PHP version: "] = "Gefundene PHP Version:"; +$a->strings["PHP cli binary"] = "PHP CLI Binary"; +$a->strings["The command line version of PHP on your system does not have \"register_argc_argv\" enabled."] = "Die Kommandozeilenversion von PHP auf Deinem System hat \"register_argc_argv\" nicht aktiviert."; +$a->strings["This is required for message delivery to work."] = "Dies wird für die Auslieferung von Nachrichten benötigt."; +$a->strings["PHP register_argc_argv"] = "PHP register_argc_argv"; +$a->strings["Error: the \"openssl_pkey_new\" function on this system is not able to generate encryption keys"] = "Fehler: Die Funktion \"openssl_pkey_new\" auf diesem System ist nicht in der Lage, Verschlüsselungsschlüssel zu erzeugen"; +$a->strings["If running under Windows, please see \"http://www.php.net/manual/en/openssl.installation.php\"."] = "Wenn der Server unter Windows läuft, schau Dir bitte \"http://www.php.net/manual/en/openssl.installation.php\" an."; +$a->strings["Generate encryption keys"] = "Schlüssel erzeugen"; +$a->strings["libCurl PHP module"] = "PHP: libCurl-Modul"; +$a->strings["GD graphics PHP module"] = "PHP: GD-Grafikmodul"; +$a->strings["OpenSSL PHP module"] = "PHP: OpenSSL-Modul"; +$a->strings["PDO or MySQLi PHP module"] = "PDO oder MySQLi PHP Modul"; +$a->strings["mb_string PHP module"] = "PHP: mb_string-Modul"; +$a->strings["XML PHP module"] = "XML PHP Modul"; +$a->strings["iconv PHP module"] = "PHP iconv Modul"; +$a->strings["POSIX PHP module"] = "PHP POSIX Modul"; +$a->strings["Apache mod_rewrite module"] = "Apache mod_rewrite module"; +$a->strings["Error: Apache webserver mod-rewrite module is required but not installed."] = "Fehler: Das Apache-Modul mod-rewrite wird benötigt, es ist allerdings nicht installiert."; +$a->strings["Error: libCURL PHP module required but not installed."] = "Fehler: Das libCURL PHP Modul wird benötigt, ist aber nicht installiert."; +$a->strings["Error: GD graphics PHP module with JPEG support required but not installed."] = "Fehler: Das GD-Graphikmodul für PHP mit JPEG-Unterstützung ist nicht installiert."; +$a->strings["Error: openssl PHP module required but not installed."] = "Fehler: Das openssl-Modul von PHP ist nicht installiert."; +$a->strings["Error: PDO or MySQLi PHP module required but not installed."] = "Fehler: PDO oder MySQLi PHP Modul erforderlich, aber nicht installiert."; +$a->strings["Error: The MySQL driver for PDO is not installed."] = "Fehler: der MySQL Treiber für PDO ist nicht installiert"; +$a->strings["Error: mb_string PHP module required but not installed."] = "Fehler: mb_string PHP Module wird benötigt ist aber nicht installiert."; +$a->strings["Error: iconv PHP module required but not installed."] = "Fehler: Das iconv-Modul von PHP ist nicht installiert."; +$a->strings["Error: POSIX PHP module required but not installed."] = "Fehler POSIX PHP Modul erforderlich aber nicht installiert."; +$a->strings["Error, XML PHP module required but not installed."] = "Fehler: XML PHP Modul erforderlich aber nicht installiert."; +$a->strings["The web installer needs to be able to create a file called \".htconfig.php\" in the top folder of your web server and it is unable to do so."] = "Der Installationswizard muss in der Lage sein, eine Datei im Stammverzeichnis Deines Webservers anzulegen, ist allerdings derzeit nicht in der Lage, dies zu tun."; +$a->strings["This is most often a permission setting, as the web server may not be able to write files in your folder - even if you can."] = "In den meisten Fällen ist dies ein Problem mit den Schreibrechten. Der Webserver könnte keine Schreiberlaubnis haben, selbst wenn Du sie hast."; +$a->strings["At the end of this procedure, we will give you a text to save in a file named .htconfig.php in your Friendica top folder."] = "Nachdem Du alles ausgefüllt hast, erhältst Du einen Text, den Du in eine Datei namens .htconfig.php in Deinem Friendica-Wurzelverzeichnis kopieren musst."; +$a->strings["You can alternatively skip this procedure and perform a manual installation. Please see the file \"INSTALL.txt\" for instructions."] = "Alternativ kannst Du diesen Schritt aber auch überspringen und die Installation manuell durchführen. Eine Anleitung dazu (Englisch) findest Du in der Datei INSTALL.txt."; +$a->strings[".htconfig.php is writable"] = "Schreibrechte auf .htconfig.php"; +$a->strings["Friendica uses the Smarty3 template engine to render its web views. Smarty3 compiles templates to PHP to speed up rendering."] = "Friendica nutzt die Smarty3 Template Engine um die Webansichten zu rendern. Smarty3 kompiliert Templates zu PHP um das Rendern zu beschleunigen."; +$a->strings["In order to store these compiled templates, the web server needs to have write access to the directory view/smarty3/ under the Friendica top level folder."] = "Um diese kompilierten Templates zu speichern benötigt der Webserver Schreibrechte zum Verzeichnis view/smarty3/ im obersten Ordner von Friendica."; +$a->strings["Please ensure that the user that your web server runs as (e.g. www-data) has write access to this folder."] = "Bitte stelle sicher, dass der Nutzer unter dem der Webserver läuft (z.B. www-data) Schreibrechte zu diesem Verzeichnis hat."; +$a->strings["Note: as a security measure, you should give the web server write access to view/smarty3/ only--not the template files (.tpl) that it contains."] = "Hinweis: aus Sicherheitsgründen solltest Du dem Webserver nur Schreibrechte für view/smarty3/ geben -- Nicht den Templatedateien (.tpl) die sie enthalten."; +$a->strings["view/smarty3 is writable"] = "view/smarty3 ist schreibbar"; +$a->strings["Url rewrite in .htaccess is not working. Check your server configuration."] = "Umschreiben der URLs in der .htaccess funktioniert nicht. Überprüfe die Konfiguration des Servers."; +$a->strings["Url rewrite is working"] = "URL rewrite funktioniert"; +$a->strings["ImageMagick PHP extension is not installed"] = "ImageMagicx PHP Erweiterung ist nicht installiert."; +$a->strings["ImageMagick PHP extension is installed"] = "ImageMagick PHP Erweiterung ist installiert"; +$a->strings["ImageMagick supports GIF"] = "ImageMagick unterstützt GIF"; +$a->strings["The database configuration file \".htconfig.php\" could not be written. Please use the enclosed text to create a configuration file in your web server root."] = "Die Konfigurationsdatei \".htconfig.php\" konnte nicht angelegt werden. Bitte verwende den angefügten Text, um die Datei im Stammverzeichnis Deiner Friendica-Installation zu erzeugen."; +$a->strings["

    What next

    "] = "

    Wie geht es weiter?

    "; +$a->strings["IMPORTANT: You will need to [manually] setup a scheduled task for the worker."] = "Wichtig: Du musst [manuell] einen Cronjob (o.ä.) für den Worker einrichten."; +$a->strings["Go to your new Friendica node registration page and register as new user. Remember to use the same email you have entered as administrator email. This will allow you to enter the site admin panel."] = "Du solltest nun die Seite zur Nutzerregistrierung deiner neuen Friendica Instanz besuchen und einen neuen Nutzer einrichten. Bitte denke daran die selbe E-Mail Adresse anzugeben, die du auch als Administrator E-Mail angegeben hast, damit du das Admin-Panel verwenden kannst."; +$a->strings["Subscribing to OStatus contacts"] = "OStatus Kontakten folgen"; +$a->strings["No contact provided."] = "Keine Kontakte gefunden."; +$a->strings["Couldn't fetch information for contact."] = "Konnte die Kontaktinformationen nicht einholen."; +$a->strings["Couldn't fetch friends for contact."] = "Konnte die Kontaktliste des Kontakts nicht abfragen."; +$a->strings["success"] = "Erfolg"; +$a->strings["failed"] = "Fehlgeschlagen"; +$a->strings["ignored"] = "Ignoriert"; +$a->strings["Contact wasn't found or can't be unfollowed."] = "Der Kontakt konnte nicht gefunden oder nicht entfolgt werden."; +$a->strings["Contact unfollowed"] = "Kontakt wird nicht mehr gefolgt"; +$a->strings["You aren't a friend of this contact."] = "Du hast keine beidseitige Freundschaft mit diesem Kontakt."; +$a->strings["Unfollowing is currently not supported by your network."] = "Bei diesem Netzwerk wird das Entfolgen derzeit nicht unterstützt."; +$a->strings["Disconnect/Unfollow"] = "Verbindung lösen/Nicht mehr folgen"; +$a->strings["Status Messages and Posts"] = "Statusnachrichten und Beiträge"; +$a->strings["Events"] = "Veranstaltungen"; +$a->strings["View"] = "Ansehen"; +$a->strings["Previous"] = "Vorherige"; +$a->strings["today"] = "Heute"; +$a->strings["month"] = "Monat"; +$a->strings["week"] = "Woche"; +$a->strings["day"] = "Tag"; +$a->strings["list"] = "Liste"; +$a->strings["User not found"] = "Nutzer nicht gefunden"; +$a->strings["This calendar format is not supported"] = "Dieses Kalenderformat wird nicht unterstützt."; +$a->strings["No exportable data found"] = "Keine exportierbaren Daten gefunden"; +$a->strings["calendar"] = "Kalender"; +$a->strings["Event can not end before it has started."] = "Die Veranstaltung kann nicht enden bevor sie beginnt."; +$a->strings["Event title and start time are required."] = "Der Veranstaltungstitel und die Anfangszeit müssen angegeben werden."; +$a->strings["Create New Event"] = "Neue Veranstaltung erstellen"; +$a->strings["Event details"] = "Veranstaltungsdetails"; +$a->strings["Starting date and Title are required."] = "Anfangszeitpunkt und Titel werden benötigt"; +$a->strings["Event Starts:"] = "Veranstaltungsbeginn:"; +$a->strings["Required"] = "Benötigt"; +$a->strings["Finish date/time is not known or not relevant"] = "Enddatum/-zeit ist nicht bekannt oder nicht relevant"; +$a->strings["Event Finishes:"] = "Veranstaltungsende:"; +$a->strings["Adjust for viewer timezone"] = "An Zeitzone des Betrachters anpassen"; +$a->strings["Description:"] = "Beschreibung"; +$a->strings["Title:"] = "Titel:"; +$a->strings["Share this event"] = "Veranstaltung teilen"; +$a->strings["Basic"] = "Allgemein"; +$a->strings["Advanced"] = "Erweitert"; +$a->strings["Failed to remove event"] = "Entfernen der Veranstaltung fehlgeschlagen"; +$a->strings["Event removed"] = "Veranstaltung enfternt"; +$a->strings["Image uploaded but image cropping failed."] = "Bild hochgeladen, aber das Zuschneiden schlug fehl."; +$a->strings["Image size reduction [%s] failed."] = "Verkleinern der Bildgröße von [%s] scheiterte."; +$a->strings["Shift-reload the page or clear browser cache if the new photo does not display immediately."] = "Drücke Umschalt+Neu Laden oder leere den Browser-Cache, falls das neue Foto nicht gleich angezeigt wird."; +$a->strings["Unable to process image"] = "Bild konnte nicht verarbeitet werden"; +$a->strings["Upload File:"] = "Datei hochladen:"; +$a->strings["Select a profile:"] = "Profil auswählen:"; +$a->strings["or"] = "oder"; +$a->strings["skip this step"] = "diesen Schritt überspringen"; +$a->strings["select a photo from your photo albums"] = "wähle ein Foto aus deinen Fotoalben"; +$a->strings["Crop Image"] = "Bild zurechtschneiden"; +$a->strings["Please adjust the image cropping for optimum viewing."] = "Passe bitte den Bildausschnitt an, damit das Bild optimal dargestellt werden kann."; +$a->strings["Done Editing"] = "Bearbeitung abgeschlossen"; +$a->strings["Image uploaded successfully."] = "Bild erfolgreich hochgeladen."; +$a->strings["Status:"] = "Status:"; +$a->strings["Homepage:"] = "Homepage:"; +$a->strings["Global Directory"] = "Weltweites Verzeichnis"; +$a->strings["Find on this site"] = "Auf diesem Server suchen"; +$a->strings["Results for:"] = "Ergebnisse für:"; +$a->strings["Site Directory"] = "Verzeichnis"; +$a->strings["Find"] = "Finde"; +$a->strings["No entries (some entries may be hidden)."] = "Keine Einträge (einige Einträge könnten versteckt sein)."; +$a->strings["Source input"] = "Originaltext:"; +$a->strings["BBCode::convert (raw HTML)"] = "BBCode::convert (pures HTML)"; +$a->strings["BBCode::convert"] = "BBCode::convert"; +$a->strings["BBCode::convert => HTML::toBBCode"] = "BBCode::convert => HTML::toBBCode"; +$a->strings["BBCode::toMarkdown"] = "BBCode::toMarkdown"; +$a->strings["BBCode::toMarkdown => Markdown::convert"] = "BBCode::toMarkdown => Markdown::convert"; +$a->strings["BBCode::toMarkdown => Markdown::toBBCode"] = "BBCode::toMarkdown => Markdown::toBBCode"; +$a->strings["BBCode::toMarkdown => Markdown::convert => HTML::toBBCode"] = "BBCode::toMarkdown => Markdown::convert => HTML::toBBCode"; +$a->strings["Source input \\x28Diaspora format\\x29"] = "Original Text \\x28Diaspora Fromat\\x29"; +$a->strings["Markdown::toBBCode"] = "Markdown::toBBCode"; +$a->strings["Raw HTML input"] = "Reine HTML Eingabe"; +$a->strings["HTML Input"] = "HTML Eingabe"; +$a->strings["HTML::toBBCode"] = "HTML::toBBCode"; +$a->strings["HTML::toPlaintext"] = "HTML::toPlaintext"; +$a->strings["Source text"] = "Quelltext"; +$a->strings["BBCode"] = "BBCode"; +$a->strings["Markdown"] = "Markdown"; +$a->strings["HTML"] = "HTML"; +$a->strings["The contact could not be added."] = "Der Kontakt konnte nicht hinzugefügt werden."; +$a->strings["You already added this contact."] = "Du hast den Kontakt bereits hinzugefügt."; +$a->strings["Diaspora support isn't enabled. Contact can't be added."] = "Diaspora Unterstützung ist nicht aktiviert. Der Kontakt kann nicht zugefügt werden."; +$a->strings["OStatus support is disabled. Contact can't be added."] = "OStatus Unterstützung ist nicht aktiviert. Der Kontakt kann nicht zugefügt werden."; +$a->strings["The network type couldn't be detected. Contact can't be added."] = "Der Netzwerktype wurde nicht erkannt. Der Kontakt kann nicht hinzugefügt werden."; $a->strings["Profile deleted."] = "Profil gelöscht."; $a->strings["Profile-"] = "Profil-"; $a->strings["New profile created."] = "Neues Profil angelegt."; @@ -616,7 +953,6 @@ $a->strings["Profile picture"] = "Profilbild"; $a->strings["Preferences"] = "Vorlieben"; $a->strings["Status information"] = "Status Informationen"; $a->strings["Additional information"] = "Zusätzliche Informationen"; -$a->strings["Personal"] = "Persönlich"; $a->strings["Relation"] = "Beziehung"; $a->strings["Miscellaneous"] = "Verschiedenes"; $a->strings["Your Gender:"] = "Dein Geschlecht:"; @@ -624,7 +960,6 @@ $a->strings[" Marital Status:"] = "strings["Sexual Preference:"] = "Sexuelle Vorlieben:"; $a->strings["Example: fishing photography software"] = "Beispiel: Fischen Fotografie Software"; $a->strings["Profile Name:"] = "Profilname:"; -$a->strings["Required"] = "Benötigt"; $a->strings["This is your public profile.
    It may be visible to anybody using the internet."] = "Dies ist Dein öffentliches Profil.
    Es könnte für jeden Nutzer des Internets sichtbar sein."; $a->strings["Your Full Name:"] = "Dein kompletter Name:"; $a->strings["Title/Description:"] = "Titel/Beschreibung:"; @@ -664,15 +999,158 @@ $a->strings["visible to everybody"] = "sichtbar für jeden"; $a->strings["Edit/Manage Profiles"] = "Bearbeite/Verwalte Profile"; $a->strings["Change profile photo"] = "Profilbild ändern"; $a->strings["Create New Profile"] = "Neues Profil anlegen"; -$a->strings["Invalid request."] = "Ungültige Anfrage"; -$a->strings["Sorry, maybe your upload is bigger than the PHP configuration allows"] = "Entschuldige, die Datei scheint größer zu sein als es die PHP Konfiguration erlaubt."; -$a->strings["Or - did you try to upload an empty file?"] = "Oder - hast Du versucht, eine leere Datei hochzuladen?"; -$a->strings["File exceeds size limit of %s"] = "Die Datei ist größer als das erlaubte Limit von %s"; -$a->strings["File upload failed."] = "Hochladen der Datei fehlgeschlagen."; +$a->strings["%d contact edited."] = [ + 0 => "%d Kontakt bearbeitet.", + 1 => "%d Kontakte bearbeitet.", +]; +$a->strings["Could not access contact record."] = "Konnte nicht auf die Kontaktdaten zugreifen."; +$a->strings["Could not locate selected profile."] = "Konnte das ausgewählte Profil nicht finden."; +$a->strings["Contact updated."] = "Kontakt aktualisiert."; +$a->strings["Contact has been blocked"] = "Kontakt wurde blockiert"; +$a->strings["Contact has been unblocked"] = "Kontakt wurde wieder freigegeben"; +$a->strings["Contact has been ignored"] = "Kontakt wurde ignoriert"; +$a->strings["Contact has been unignored"] = "Kontakt wird nicht mehr ignoriert"; +$a->strings["Contact has been archived"] = "Kontakt wurde archiviert"; +$a->strings["Contact has been unarchived"] = "Kontakt wurde aus dem Archiv geholt"; +$a->strings["Drop contact"] = "Kontakt löschen"; +$a->strings["Do you really want to delete this contact?"] = "Möchtest Du wirklich diesen Kontakt löschen?"; +$a->strings["Contact has been removed."] = "Kontakt wurde entfernt."; +$a->strings["You are mutual friends with %s"] = "Du hast mit %s eine beidseitige Freundschaft"; +$a->strings["You are sharing with %s"] = "Du teilst mit %s"; +$a->strings["%s is sharing with you"] = "%s teilt mit Dir"; +$a->strings["Private communications are not available for this contact."] = "Private Kommunikation ist für diesen Kontakt nicht verfügbar."; +$a->strings["Never"] = "Niemals"; +$a->strings["(Update was successful)"] = "(Aktualisierung war erfolgreich)"; +$a->strings["(Update was not successful)"] = "(Aktualisierung war nicht erfolgreich)"; +$a->strings["Suggest friends"] = "Kontakte vorschlagen"; +$a->strings["Network type: %s"] = "Netzwerktyp: %s"; +$a->strings["Communications lost with this contact!"] = "Verbindungen mit diesem Kontakt verloren!"; +$a->strings["Fetch further information for feeds"] = "Weitere Informationen zu Feeds holen"; +$a->strings["Fetch information like preview pictures, title and teaser from the feed item. You can activate this if the feed doesn't contain much text. Keywords are taken from the meta header in the feed item and are posted as hash tags."] = "Zusätzliche Informationen wie Vorschaubilder, Titel und Zusammenfassungen vom Feed-Eintrag laden. Du kannst diese Option aktivieren, wenn der Feed nicht all zu viel Text beinhaltet. Schlagwörter werden auf den Meta-Informationen des Feed-Headers bezogen und als Hash-Tags verwendet."; +$a->strings["Disabled"] = "Deaktiviert"; +$a->strings["Fetch information"] = "Beziehe Information"; +$a->strings["Fetch keywords"] = "Schlüsselwprter abrufen"; +$a->strings["Fetch information and keywords"] = "Beziehe Information und Schlüsselworte"; +$a->strings["Contact"] = "Kontakt"; +$a->strings["Profile Visibility"] = "Profil-Sichtbarkeit"; +$a->strings["Please choose the profile you would like to display to %s when viewing your profile securely."] = "Bitte wähle eines Deiner Profile das angezeigt werden soll, wenn %s Dein Profil aufruft."; +$a->strings["Contact Information / Notes"] = "Kontakt Informationen / Notizen"; +$a->strings["Their personal note"] = "Die persönliche Mitteilung"; +$a->strings["Edit contact notes"] = "Notizen zum Kontakt bearbeiten"; +$a->strings["Block/Unblock contact"] = "Kontakt blockieren/freischalten"; +$a->strings["Ignore contact"] = "Ignoriere den Kontakt"; +$a->strings["Repair URL settings"] = "URL Einstellungen reparieren"; +$a->strings["View conversations"] = "Unterhaltungen anzeigen"; +$a->strings["Last update:"] = "Letzte Aktualisierung: "; +$a->strings["Update public posts"] = "Öffentliche Beiträge aktualisieren"; +$a->strings["Update now"] = "Jetzt aktualisieren"; +$a->strings["Unblock"] = "Entsperren"; +$a->strings["Block"] = "Sperren"; +$a->strings["Unignore"] = "Ignorieren aufheben"; +$a->strings["Currently blocked"] = "Derzeit geblockt"; +$a->strings["Currently ignored"] = "Derzeit ignoriert"; +$a->strings["Currently archived"] = "Momentan archiviert"; +$a->strings["Awaiting connection acknowledge"] = "Bedarf der Bestätigung des Kontakts"; +$a->strings["Replies/likes to your public posts may still be visible"] = "Antworten/Likes auf deine öffentlichen Beiträge könnten weiterhin sichtbar sein"; +$a->strings["Notification for new posts"] = "Benachrichtigung bei neuen Beiträgen"; +$a->strings["Send a notification of every new post of this contact"] = "Sende eine Benachrichtigung, wann immer dieser Kontakt einen neuen Beitrag schreibt."; +$a->strings["Blacklisted keywords"] = "Blacklistete Schlüsselworte "; +$a->strings["Comma separated list of keywords that should not be converted to hashtags, when \"Fetch information and keywords\" is selected"] = "Komma-Separierte Liste mit Schlüsselworten, die nicht in Hashtags konvertiert werden, wenn \"Beziehe Information und Schlüsselworte\" aktiviert wurde"; +$a->strings["XMPP:"] = "XMPP:"; +$a->strings["Actions"] = "Aktionen"; +$a->strings["Status"] = "Status"; +$a->strings["Contact Settings"] = "Kontakteinstellungen"; +$a->strings["Suggestions"] = "Kontaktvorschläge"; +$a->strings["Suggest potential friends"] = "Kontakte vorschlagen"; +$a->strings["Show all contacts"] = "Alle Kontakte anzeigen"; +$a->strings["Unblocked"] = "Ungeblockt"; +$a->strings["Only show unblocked contacts"] = "Nur nicht-blockierte Kontakte anzeigen"; +$a->strings["Blocked"] = "Geblockt"; +$a->strings["Only show blocked contacts"] = "Nur blockierte Kontakte anzeigen"; +$a->strings["Ignored"] = "Ignoriert"; +$a->strings["Only show ignored contacts"] = "Nur ignorierte Kontakte anzeigen"; +$a->strings["Archived"] = "Archiviert"; +$a->strings["Only show archived contacts"] = "Nur archivierte Kontakte anzeigen"; +$a->strings["Hidden"] = "Verborgen"; +$a->strings["Only show hidden contacts"] = "Nur verborgene Kontakte anzeigen"; +$a->strings["Search your contacts"] = "Suche in deinen Kontakten"; +$a->strings["Update"] = "Aktualisierungen"; +$a->strings["Archive"] = "Archivieren"; +$a->strings["Unarchive"] = "Aus Archiv zurückholen"; +$a->strings["Batch Actions"] = "Stapelverarbeitung"; +$a->strings["Profile Details"] = "Profildetails"; +$a->strings["View all contacts"] = "Alle Kontakte anzeigen"; +$a->strings["View all common friends"] = "Alle Kontakte anzeigen"; +$a->strings["Advanced Contact Settings"] = "Fortgeschrittene Kontakteinstellungen"; +$a->strings["Mutual Friendship"] = "Beidseitige Freundschaft"; +$a->strings["is a fan of yours"] = "ist ein Fan von dir"; +$a->strings["you are a fan of"] = "Du bist Fan von"; +$a->strings["Toggle Blocked status"] = "Geblockt-Status ein-/ausschalten"; +$a->strings["Toggle Ignored status"] = "Ignoriert-Status ein-/ausschalten"; +$a->strings["Toggle Archive status"] = "Archiviert-Status ein-/ausschalten"; +$a->strings["Delete contact"] = "Lösche den Kontakt"; +$a->strings["Terms of Service"] = "Nutzungsbedingungen"; +$a->strings["Privacy Statement"] = "Datenschutzerklärung"; +$a->strings["At the time of registration, and for providing communications between the user account and their contacts, the user has to provide a display name (pen name), an username (nickname) and a working email address. The names will be accessible on the profile page of the account by any visitor of the page, even if other profile details are not displayed. The email address will only be used to send the user notifications about interactions, but wont be visibly displayed. The listing of an account in the node's user directory or the global user directory is optional and can be controlled in the user settings, it is not necessary for communication."] = "Zum Zwecke der Registrierung und um die Kommunikation zwischen dem Nutzer und seinen Kontakten zu gewährleisten, muß der Nutzer einen Namen (auch Pseudonym) und einen Nutzernamen (Spitzname) sowie eine funktionierende E-Mail-Adresse angeben. Der Name ist auf der Profilseite für alle Nutzer sichtbar, auch wenn die Profildetails nicht angezeigt werden.\nDie E-Mail-Adresse wird nur zur Benachrichtigung des Nutzers verwendet, sie wird nirgends angezeigt. Die Anzeige des Nutzerkontos im Server-Verzeichnis bzw. dem weltweiten Verzeichnis erfolgt gemäß den Einstellungen des Nutzers, sie ist zur Kommunikation nicht zwingend notwendig."; +$a->strings["At any point in time a logged in user can export their account data from the account settings. If the user wants to delete their account they can do so at %1\$s/removeme. The deletion of the account will be permanent."] = "Angemeldete Nutzer können ihre Nutzerdaten jederzeit von den Kontoeinstellungen aus exportieren. Wenn ein Nutzer wünscht das Nutzerkonto zu löschen, so ist dies jederzeit unter %1\$s/removeme möglich. Die Löschung des Nutzerkontos ist permanent."; +$a->strings["This is Friendica, version"] = "Dies ist Friendica, Version"; +$a->strings["running at web location"] = "die unter folgender Webadresse zu finden ist"; +$a->strings["Please visit Friendi.ca to learn more about the Friendica project."] = "Bitte besuche Friendi.ca um mehr über das Friendica Projekt zu erfahren."; +$a->strings["Bug reports and issues: please visit"] = "Probleme oder Fehler gefunden? Bitte besuche"; +$a->strings["the bugtracker at github"] = "den Bugtracker auf github"; +$a->strings["Suggestions, praise, donations, etc. - please email \"Info\" at Friendica - dot com"] = "Vorschläge, Lob, Spenden usw.: E-Mail an \"Info\" at Friendica - dot com"; +$a->strings["Installed addons/apps:"] = "Installierte Apps und Addons"; +$a->strings["No installed addons/apps"] = "Es sind keine Addons oder Apps installiert"; +$a->strings["Read about the Terms of Service of this node."] = "Erfahre mehr über die Nutzungsbedingungen dieses Knotens."; +$a->strings["On this server the following remote servers are blocked."] = "Auf diesem Server werden die folgenden entfernten Server blockiert."; +$a->strings["Reason for the block"] = "Begründung für die Blockierung"; +$a->strings["No valid account found."] = "Kein gültiges Konto gefunden."; +$a->strings["Password reset request issued. Check your email."] = "Zurücksetzen des Passworts eingeleitet. Bitte überprüfe Deine E-Mail."; +$a->strings["\n\t\tDear %1\$s,\n\t\t\tA request was recently received at \"%2\$s\" to reset your account\n\t\tpassword. In order to confirm this request, please select the verification link\n\t\tbelow or paste it into your web browser address bar.\n\n\t\tIf you did NOT request this change, please DO NOT follow the link\n\t\tprovided and ignore and/or delete this email, the request will expire shortly.\n\n\t\tYour password will not be changed unless we can verify that you\n\t\tissued this request."] = "\nHallo %1\$s,\n\nAuf \"%2\$s\" ist eine Anfrage auf das Zurücksetzen Deines Passworts gestellt\nworden. Um diese Anfrage zu verifizieren, folge bitte dem unten stehenden\nLink oder kopiere und füge ihn in die Adressleiste Deines Browsers ein.\n\nSolltest Du die Anfrage NICHT gemacht haben, ignoriere und/oder lösche diese\nE-Mail bitte.\n\nDein Passwort wird nicht geändert, solange wir nicht verifiziert haben, dass\nDu diese Änderung angefragt hast."; +$a->strings["\n\t\tFollow this link soon to verify your identity:\n\n\t\t%1\$s\n\n\t\tYou will then receive a follow-up message containing the new password.\n\t\tYou may change that password from your account settings page after logging in.\n\n\t\tThe login details are as follows:\n\n\t\tSite Location:\t%2\$s\n\t\tLogin Name:\t%3\$s"] = "\nUm Deine Identität zu verifizieren, folge bitte dem folgenden Link:\n\n%1\$s\n\nDu wirst eine weitere E-Mail mit Deinem neuen Passwort erhalten. Sobald Du Dich\nangemeldet hast, kannst Du Dein Passwort in den Einstellungen ändern.\n\nDie Anmeldedetails sind die folgenden:\n\nAdresse der Seite:\t%2\$s\nBenutzername:\t%3\$s"; +$a->strings["Password reset requested at %s"] = "Anfrage zum Zurücksetzen des Passworts auf %s erhalten"; +$a->strings["Request could not be verified. (You may have previously submitted it.) Password reset failed."] = "Anfrage konnte nicht verifiziert werden. (Eventuell hast Du bereits eine ähnliche Anfrage gestellt.) Zurücksetzen des Passworts gescheitert."; +$a->strings["Request has expired, please make a new one."] = "Die Anfrage ist abgelaufen. Bitte stelle eine erneute."; +$a->strings["Forgot your Password?"] = "Hast Du Dein Passwort vergessen?"; +$a->strings["Enter your email address and submit to have your password reset. Then check your email for further instructions."] = "Gib Deine E-Mail-Adresse an und fordere ein neues Passwort an. Es werden Dir dann weitere Informationen per Mail zugesendet."; +$a->strings["Nickname or Email: "] = "Spitzname oder E-Mail:"; +$a->strings["Reset"] = "Zurücksetzen"; +$a->strings["Password Reset"] = "Passwort zurücksetzen"; +$a->strings["Your password has been reset as requested."] = "Dein Passwort wurde wie gewünscht zurückgesetzt."; +$a->strings["Your new password is"] = "Dein neues Passwort lautet"; +$a->strings["Save or copy your new password - and then"] = "Speichere oder kopiere Dein neues Passwort - und dann"; +$a->strings["click here to login"] = "hier klicken, um Dich anzumelden"; +$a->strings["Your password may be changed from the Settings page after successful login."] = "Du kannst das Passwort in den Einstellungen ändern, sobald Du Dich erfolgreich angemeldet hast."; +$a->strings["\n\t\t\tDear %1\$s,\n\t\t\t\tYour password has been changed as requested. Please retain this\n\t\t\tinformation for your records (or change your password immediately to\n\t\t\tsomething that you will remember).\n\t\t"] = "\nHallo %1\$s,\n\nDein Passwort wurde wie gewünscht geändert. Bitte bewahre diese Informationen gut auf (oder ändere Dein Passwort in eines, das Du Dir leicht merken kannst)."; +$a->strings["\n\t\t\tYour login details are as follows:\n\n\t\t\tSite Location:\t%1\$s\n\t\t\tLogin Name:\t%2\$s\n\t\t\tPassword:\t%3\$s\n\n\t\t\tYou may change that password from your account settings page after logging in.\n\t\t"] = "\nDie Anmeldedaten sind die folgenden:\n\nAdresse der Seite: %1\$s\nLogin Name: %2\$s\nPasswort: %3\$s\n\nDas Passwort kann und sollte in den Kontoeinstellungen nach der Anmeldung geändert werden."; +$a->strings["Your password has been changed at %s"] = "Auf %s wurde Dein Passwort geändert"; +$a->strings["Registration successful. Please check your email for further instructions."] = "Registrierung erfolgreich. Eine E-Mail mit weiteren Anweisungen wurde an Dich gesendet."; +$a->strings["Failed to send email message. Here your accout details:
    login: %s
    password: %s

    You can change your password after login."] = "Versenden der E-Mail fehlgeschlagen. Hier sind Deine Account Details:\n\nLogin: %s\nPasswort: %s\n\nDu kannst das Passwort nach dem Anmelden ändern."; +$a->strings["Registration successful."] = "Registrierung erfolgreich."; +$a->strings["Your registration can not be processed."] = "Deine Registrierung konnte nicht verarbeitet werden."; +$a->strings["Your registration is pending approval by the site owner."] = "Deine Registrierung muss noch vom Betreiber der Seite freigegeben werden."; +$a->strings["You may (optionally) fill in this form via OpenID by supplying your OpenID and clicking 'Register'."] = "Du kannst dieses Formular auch (optional) mit Deiner OpenID ausfüllen, indem Du Deine OpenID angibst und 'Registrieren' klickst."; +$a->strings["If you are not familiar with OpenID, please leave that field blank and fill in the rest of the items."] = "Wenn Du nicht mit OpenID vertraut bist, lass dieses Feld bitte leer und fülle die restlichen Felder aus."; +$a->strings["Your OpenID (optional): "] = "Deine OpenID (optional): "; +$a->strings["Include your profile in member directory?"] = "Soll Dein Profil im Nutzerverzeichnis angezeigt werden?"; +$a->strings["Note for the admin"] = "Hinweis für den Admin"; +$a->strings["Leave a message for the admin, why you want to join this node"] = "Hinterlasse eine Nachricht an den Admin, warum du einen Account auf dieser Instanz haben möchtest."; +$a->strings["Membership on this site is by invitation only."] = "Mitgliedschaft auf dieser Seite ist nur nach vorheriger Einladung möglich."; +$a->strings["Your invitation code: "] = "Dein Ein­la­dungs­code"; +$a->strings["Registration"] = "Registrierung"; +$a->strings["Your Full Name (e.g. Joe Smith, real or real-looking): "] = "Dein vollständiger Name (z.B. Hans Mustermann, echt oder echt erscheinend):"; +$a->strings["Your Email Address: (Initial information will be send there, so this has to be an existing address.)"] = "Deine E-Mail Adresse (Informationen zur Registrierung werden an diese Adresse gesendet, darum muss sie existieren.)"; +$a->strings["New Password:"] = "Neues Passwort:"; +$a->strings["Leave empty for an auto generated password."] = "Leer lassen um das Passwort automatisch zu generieren."; +$a->strings["Confirm:"] = "Bestätigen:"; +$a->strings["Choose a profile nickname. This must begin with a text character. Your profile address on this site will then be 'nickname@%s'."] = "Wähle einen Spitznamen für Dein Profil. Dieser muss mit einem Buchstaben beginnen. Die Adresse Deines Profils auf dieser Seite wird 'spitzname@%s' sein."; +$a->strings["Choose a nickname: "] = "Spitznamen wählen: "; +$a->strings["Register"] = "Registrieren"; +$a->strings["Import your profile to this friendica instance"] = "Importiere Dein Profil auf diese Friendica Instanz"; $a->strings["Theme settings updated."] = "Themeneinstellungen aktualisiert."; $a->strings["Information"] = "Information"; $a->strings["Overview"] = "Übersicht"; -$a->strings["Federation Statistics"] = "Federation Statistik"; +$a->strings["Federation Statistics"] = "Föderation Statistik"; $a->strings["Configuration"] = "Konfiguration"; $a->strings["Site"] = "Seite"; $a->strings["Users"] = "Nutzer"; @@ -695,11 +1173,17 @@ $a->strings["check webfinger"] = "Webfinger überprüfen"; $a->strings["Admin"] = "Administration"; $a->strings["Addon Features"] = "Addon Features"; $a->strings["User registrations waiting for confirmation"] = "Nutzeranmeldungen die auf Bestätigung warten"; +$a->strings["Administration"] = "Administration"; +$a->strings["Display Terms of Service"] = "Nutzungsbedingungen anzeigen"; +$a->strings["Enable the Terms of Service page. If this is enabled a link to the terms will be added to the registration form and the general information page."] = "Aktiviert die Seite für die Nutzungsbedingungen. Ist dies der Fall werden sie auch von der Registrierungsseite und der allgemeinen Informationsseite verlinkt."; +$a->strings["Display Privacy Statement"] = "Datenschutzerklärung anzeigen"; +$a->strings["Show some informations regarding the needed information to operate the node according e.g. to EU-GDPR."] = "Zeige Informationen über die zum Betrieb der Seite notwendigen personenbezogenen Daten an, wie es z.B. die EU-DSGVO verlangt."; +$a->strings["The Terms of Service"] = "Die Nutzungsbedingungen"; +$a->strings["Enter the Terms of Service for your node here. You can use BBCode. Headers of sections should be [h2] and below."] = "Füge hier die Nutzungsbedingungen deines Knotens ein. Du kannst BBCode zur Formatierung verwenden. Überschriften sollten [h2] oder darunter sein."; $a->strings["The blocked domain"] = "Die blockierte Domain"; $a->strings["The reason why you blocked this domain."] = "Die Begründung warum du diese Domain blockiert hast."; $a->strings["Delete domain"] = "Domain löschen"; $a->strings["Check to delete this entry from the blocklist"] = "Markieren, um diesen Eintrag von der Blocklist zu entfernen"; -$a->strings["Administration"] = "Administration"; $a->strings["This page can be used to define a black list of servers from the federated network that are not allowed to interact with your node. For all entered domains you should also give a reason why you have blocked the remote server."] = "Auf dieser Seite kannst du die Liste der blockierten Domains aus dem föderalen Netzwerk verwalten, denen es untersagt ist mit deinem Knoten zu interagieren. Für jede der blockierten Domains musst du außerdem einen Grund für die Sperrung angeben."; $a->strings["The list of blocked servers will be made publically available on the /friendica page so that your users and people investigating communication problems can find the reason easily."] = "Die Liste der blockierten Domains wird auf der /friendica Seite öffentlich einsehbar gemacht, damit deine Nutzer und Personen die Kommunikationsprobleme erkunden, die Ursachen einfach finden können."; $a->strings["Add new entry to block list"] = "Neuen Eintrag in die Blockliste"; @@ -724,8 +1208,6 @@ $a->strings["This page allows you to prevent any message from a remote contact t $a->strings["Block Remote Contact"] = "Blockiere entfernten Kontakt"; $a->strings["select all"] = "Alle auswählen"; $a->strings["select none"] = "Auswahl aufheben"; -$a->strings["Block"] = "Sperren"; -$a->strings["Unblock"] = "Entsperren"; $a->strings["No remote contact is blocked from this node."] = "Derzeit werden keine Kontakte auf diesem Knoten blockiert."; $a->strings["Blocked Remote Contacts"] = "Blockierte Kontakte von anderen Knoten"; $a->strings["Block New Remote Contact"] = "Blockieren von weiteren Kontakten"; @@ -752,9 +1234,9 @@ $a->strings["Network"] = "Netzwerk"; $a->strings["Created"] = "Erstellt"; $a->strings["Last Tried"] = "Zuletzt versucht"; $a->strings["This page lists the content of the queue for outgoing postings. These are postings the initial delivery failed for. They will be resend later and eventually deleted if the delivery fails permanently."] = "Auf dieser Seite werden die in der Warteschlange eingereihten Beiträge aufgelistet. Bei diesen Beiträgen schlug die erste Zustellung fehl. Es wird später wiederholt versucht die Beiträge zuzustellen, bis sie schließlich gelöscht werden."; -$a->strings["Your DB still runs with MyISAM tables. You should change the engine type to InnoDB. As Friendica will use InnoDB only features in the future, you should change this! See here for a guide that may be helpful converting the table engines. You may also use the command php scripts/dbstructure.php toinnodb of your Friendica installation for an automatic conversion.
    "] = "Deine DB verwendet derzeit noch MyISAM Tabellen. Du solltest die Datenbank Engine auf InnoDB umstellen, da Friendica in Zukunft InnoDB Features verwenden wird. Eine Anleitung zur Umstellung der Datenbank kannst du hier finden. Du kannst außerdem mit dem Befehl php scripts/dbstructure.php toinnodb auf der Kommandozeile die Umstellung automatisch vornehmen lassen."; +$a->strings["Your DB still runs with MyISAM tables. You should change the engine type to InnoDB. As Friendica will use InnoDB only features in the future, you should change this! See here for a guide that may be helpful converting the table engines. You may also use the command php bin/console.php dbstructure toinnodb of your Friendica installation for an automatic conversion.
    "] = "Deine DB verwendet derzeit noch MyISAM Tabellen. Du solltest die Datenbank Engine auf InnoDB umstellen, da Friendica in Zukunft InnoDB Features verwenden wird. Eine Anleitung zur Umstellung der Datenbank kannst du hier finden. Du kannst außerdem mit dem Befehl php bin/console.php dbstructure toinnodb auf der Kommandozeile die Umstellung automatisch vornehmen lassen."; $a->strings["There is a new version of Friendica available for download. Your current version is %1\$s, upstream version is %2\$s"] = "Es gibt eine neue Version von Friendica. Du verwendest derzeit die Version %1\$s, die aktuelle Version ist %2\$s."; -$a->strings["The database update failed. Please run \"php scripts/dbstructure.php update\" from the command line and have a look at the errors that might appear."] = "Das Update der Datenbank ist fehlgeschlagen. Bitte führe 'php scripts/dbstructure.php update' in der Kommandozeile aus und achte auf eventuell auftretende Fehlermeldungen."; +$a->strings["The database update failed. Please run \"php bin/console.php dbstructure update\" from the command line and have a look at the errors that might appear."] = "Das Update der Datenbank ist fehlgeschlagen. Bitte führe 'php bin/console.php dbstructure update' in der Kommandozeile aus und achte auf eventuell auftretende Fehlermeldungen."; $a->strings["The worker was never executed. Please check your database structure!"] = "Der Hintergrundprozess (worker) wurde noch nie gestartet. Bitte überprüfe deine Datenbankstruktur."; $a->strings["The last worker execution was on %s UTC. This is older than one hour. Please check your crontab settings."] = "Der Hintergrundprozess (worker) wurde zuletzt um %s UTC ausgeführt. Das war vor mehr als einer Stunde. Bitte überprüfe deine crontab Einstellungen."; $a->strings["Normal Account"] = "Normales Konto"; @@ -776,7 +1258,6 @@ $a->strings["No community page"] = "Keine Gemeinschaftsseite"; $a->strings["Public postings from users of this site"] = "Öffentliche Beiträge von NutzerInnen dieser Seite"; $a->strings["Public postings from the federated network"] = "Öffentliche Beiträge aus dem föderalen Netzwerk"; $a->strings["Public postings from local users and the federated network"] = "Öffentliche Beiträge von lokalen Nutzern und aus dem föderalen Netzwerk"; -$a->strings["Disabled"] = "Deaktiviert"; $a->strings["Users, Global Contacts"] = "Nutzer, globale Kontakte"; $a->strings["Users, Global Contacts/fallback"] = "Nutzer, globale Kontakte / Fallback"; $a->strings["One month"] = "ein Monat"; @@ -793,15 +1274,13 @@ $a->strings["Self-signed certificate, use SSL for local links only (discouraged) $a->strings["Don't check"] = "Nicht überprüfen"; $a->strings["check the stable version"] = "überprüfe die stabile Version"; $a->strings["check the development version"] = "überprüfe die Entwicklungsversion"; -$a->strings["Save Settings"] = "Einstellungen speichern"; $a->strings["Republish users to directory"] = "Nutzer erneut im globalen Verzeichnis veröffentlichen."; -$a->strings["Registration"] = "Registrierung"; $a->strings["File upload"] = "Datei hochladen"; $a->strings["Policies"] = "Regeln"; -$a->strings["Advanced"] = "Erweitert"; $a->strings["Auto Discovered Contact Directory"] = "Automatisch ein Kontaktverzeichnis erstellen"; $a->strings["Performance"] = "Performance"; $a->strings["Worker"] = "Worker"; +$a->strings["Message Relay"] = "Nachrichten Relais"; $a->strings["Relocate - WARNING: advanced function. Could make this server unreachable."] = "Umsiedeln - WARNUNG: Könnte diesen Server unerreichbar machen."; $a->strings["Site name"] = "Seitenname"; $a->strings["Host name"] = "Host Name"; @@ -837,7 +1316,7 @@ $a->strings["Register policy"] = "Registrierungsmethode"; $a->strings["Maximum Daily Registrations"] = "Maximum täglicher Registrierungen"; $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."] = "Wenn die Registrierung weiter oben erlaubt ist, regelt dies die maximale Anzahl von Neuanmeldungen pro Tag. Wenn die Registrierung geschlossen ist, hat diese Einstellung keinen Effekt."; $a->strings["Register text"] = "Registrierungstext"; -$a->strings["Will be displayed prominently on the registration page."] = "Wird gut sichtbar auf der Registrierungsseite angezeigt."; +$a->strings["Will be displayed prominently on the registration page. You can use BBCode here."] = "Wird gut sichtbar auf der Registrierungsseite angezeigt. BBCode kann verwendet werden."; $a->strings["Accounts abandoned after x days"] = "Nutzerkonten gelten nach x Tagen als unbenutzt"; $a->strings["Will not waste system resources polling external sites for abandonded accounts. Enter 0 for no time limit."] = "Verschwende keine System-Ressourcen auf das Pollen externer Seiten, wenn Konten nicht mehr benutzt werden. 0 eingeben für kein Limit."; $a->strings["Allowed friend domains"] = "Erlaubte Domains für Kontakte"; @@ -865,7 +1344,7 @@ $a->strings["Don't replace locally-hosted private photos in posts with an embedd $a->strings["Allow Users to set remote_self"] = "Nutzern erlauben das remote_self Flag zu setzen"; $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."] = "Ist dies ausgewählt kann jeder Nutzer jeden seiner Kontakte als remote_self (entferntes Konto) im Kontakt reparieren Dialog markieren. Nach dem setzten dieses Flags werden alle Top-Level Beiträge dieser Kontakte automatisch in den Stream dieses Nutzers gepostet."; $a->strings["Block multiple registrations"] = "Unterbinde Mehrfachregistrierung"; -$a->strings["Disallow users to register additional accounts for use as pages."] = "Benutzern nicht erlauben, weitere Konten als zusätzliche Profile anzulegen."; +$a->strings["Disallow users to register additional accounts for use as pages."] = "Benutzern nicht erlauben, weitere Konten für Organisationsseiten o.ä. mit der gleichen E-Mail Adresse anzulegen, um diese als ."; $a->strings["OpenID support"] = "OpenID Unterstützung"; $a->strings["OpenID support for registration and logins."] = "OpenID-Unterstützung für Registrierung und Login."; $a->strings["Fullname check"] = "Namen auf Vollständigkeit überprüfen"; @@ -909,7 +1388,7 @@ $a->strings["Periodically query other servers for contacts. You can choose betwe $a->strings["Timeframe for fetching global contacts"] = "Zeitfenster für globale Kontakte"; $a->strings["When the discovery is activated, this value defines the timeframe for the activity of the global contacts that are fetched from other servers."] = "Wenn die Entdeckung neuer Kontakte aktiv ist, definiert dieses Zeitfenster den Zeitraum in dem globale Kontakte als aktiv gelten und von anderen Servern importiert werden."; $a->strings["Search the local directory"] = "Lokales Verzeichnis durchsuchen"; -$a->strings["Search the local directory instead of the global directory. When searching locally, every search will be executed on the global directory in the background. This improves the search results when the search is repeated."] = "Suche im lokalen Verzeichnis anstelle des globalen Verzeichnisses durchführen. Jede Suche wird im Hintergrund auch im globalen Verzeichnis durchgeführt umd die Suchresultate zu verbessern, wenn diese Suche wiederholt wird."; +$a->strings["Search the local directory instead of the global directory. When searching locally, every search will be executed on the global directory in the background. This improves the search results when the search is repeated."] = "Suche im lokalen Verzeichnis anstelle des globalen Verzeichnisses durchführen. Jede Suche wird im Hintergrund auch im globalen Verzeichnis durchgeführt um die Suchresultate zu verbessern, wenn diese Suche wiederholt wird."; $a->strings["Publish server information"] = "Server Informationen veröffentlichen"; $a->strings["If enabled, general server and usage data will be published. The data contains the name and version of the server, number of users with public profiles, number of posts and the activated protocols and connectors. See the-federation.info for details."] = "Wenn aktiviert, werden allgemeine Informationen über den Server und Nutzungsdaten veröffentlicht. Die Daten beinhalten den Namen sowie die Version des Servers, die Anzahl der Personen mit öffentlichen Profilen, die Anzahl der Beiträge sowie aktivierte Protokolle und Connectoren. Für Details bitte the-federation.info aufrufen."; $a->strings["Check upstream version"] = "Suche nach Updates"; @@ -934,6 +1413,7 @@ $a->strings["New base url"] = "Neue Basis-URL"; $a->strings["Change base url for this server. Sends relocate message to all Friendica and Diaspora* contacts of all users."] = "Ändert die Basis-URL dieses Servers und sendet eine Umzugsmitteilung an alle Friendica und Diaspora* Kontakte deiner NutzerInnen."; $a->strings["RINO Encryption"] = "RINO Verschlüsselung"; $a->strings["Encryption layer between nodes."] = "Verschlüsselung zwischen Friendica Instanzen"; +$a->strings["Enabled"] = "Aktiv"; $a->strings["Maximum number of parallel workers"] = "Maximale Anzahl parallel laufender Worker"; $a->strings["On shared hosters set this to 2. On larger systems, values of 10 are great. Default value is 4."] = "Wenn dein Knoten bei einem Shared Hoster ist, setzte diesen Wert auf 2. Auf größeren Systemen funktioniert ein Wert von 10 recht gut. Standardeinstellung sind 4."; $a->strings["Don't use 'proc_open' with the worker"] = "'proc_open' nicht mit den Workern verwenden"; @@ -942,6 +1422,20 @@ $a->strings["Enable fastlane"] = "Aktiviere Fastlane"; $a->strings["When enabed, the fastlane mechanism starts an additional worker if processes with higher priority are blocked by processes of lower priority."] = "Wenn aktiviert, wird der Fastlane-Mechanismus einen weiteren Worker-Prozeß starten wenn Prozesse mit höherer Priorität von Prozessen mit niedrigerer Priorität blockiert werden."; $a->strings["Enable frontend worker"] = "Aktiviere den Frontend Worker"; $a->strings["When enabled the Worker process is triggered when backend access is performed \\x28e.g. messages being delivered\\x29. On smaller sites you might want to call %s/worker on a regular basis via an external cron job. You should only enable this option if you cannot utilize cron/scheduled jobs on your server."] = "Ist diese Option aktiv, wird der Worker Prozess durch Aktionen am Frontend gestartet (z.B. wenn Nachrichten zugestellt werden). Auf kleineren Seiten sollte %s/worker regelmäßig, beispielsweise durch einen externen Cron Anbieter, aufgerufen werden. Du solltest dies Option nur dann aktivieren, wenn du keinen Cron Job auf deinem eigenen Server starten kannst."; +$a->strings["Subscribe to relay"] = "Relais abonnieren"; +$a->strings["Enables the receiving of public posts from the relay. They will be included in the search, subscribed tags and on the global community page."] = "Aktiviert den Empfang von öffentlichen Beiträgen vom Relais-Server. Diese Beiträge werden in der Suche, den abonnierten Hashtags sowie der globalen Gemeinschaftsseite verfügbar sein."; +$a->strings["Relay server"] = "Relais Server"; +$a->strings["Address of the relay server where public posts should be send to. For example https://relay.diasp.org"] = "Adresse des Relais Servers an den die öffentlichen Beiträge gesendet werden sollen. Zum Beispiel https://relay.diasp.org"; +$a->strings["Direct relay transfer"] = "Direkte Relais Übertragung"; +$a->strings["Enables the direct transfer to other servers without using the relay servers"] = "Aktiviert das direkte Verteilen an andere Server, ohne dass ein Relais Server verwendet wird."; +$a->strings["Relay scope"] = "Geltungsbereich des Relais"; +$a->strings["Can be 'all' or 'tags'. 'all' means that every public post should be received. 'tags' means that only posts with selected tags should be received."] = "Der Wert kann entweder 'Alle' oder 'Schlagwörter' sein. 'Alle' bedeutet, dass alle öffentliche Beiträge empfangen werden sollen. 'Schlagwörter' schränkt dem Empfang auf Beiträge ein, die bestimmte Schlagwörter beinhalten."; +$a->strings["all"] = "Alle"; +$a->strings["tags"] = "Schlagwörter"; +$a->strings["Server tags"] = "Server Schlagworte"; +$a->strings["Comma separated list of tags for the 'tags' subscription."] = "Liste von Schlagworten die abonniert werden sollen, mit Komma getrennt."; +$a->strings["Allow user tags"] = "Verwende Schlagworte der Nutzer"; +$a->strings["If enabled, the tags from the saved searches will used for the 'tags' subscription in addition to the 'relay_server_tags'."] = "Ist dies aktiviert, werden die Schlagwörter der gespeicherten Suchen zusätzlich zu den oben definierten Server Schlagworte abonniert."; $a->strings["Update has been marked successful"] = "Update wurde als erfolgreich markiert"; $a->strings["Database structure update %s was successfully applied."] = "Das Update %s der Struktur der Datenbank wurde erfolgreich angewandt."; $a->strings["Executing of database structure update %s failed with error: %s"] = "Das Update %s der Struktur der Datenbank schlug mit folgender Fehlermeldung fehl: %s"; @@ -956,7 +1450,7 @@ $a->strings["This does not include updates prior to 1139, which did not return a $a->strings["Mark success (if update was manually applied)"] = "Als erfolgreich markieren (falls das Update manuell installiert wurde)"; $a->strings["Attempt to execute this update step automatically"] = "Versuchen, diesen Schritt automatisch auszuführen"; $a->strings["\n\t\t\tDear %1\$s,\n\t\t\t\tthe administrator of %2\$s has set up an account for you."] = "\nHallo %1\$s,\n\nauf %2\$s wurde ein Account für Dich angelegt."; -$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."] = "\nNachfolgend die Anmelde-Details:\n\tAdresse der Seite:\t%1\$s\n\tBenutzername:\t%2\$s\n\tPasswort:\t%3\$s\n\nDu kannst Dein Passwort unter \"Einstellungen\" ändern, sobald Du Dich\nangemeldet hast.\n\nBitte nimm Dir ein paar Minuten um die anderen Einstellungen auf dieser\nSeite zu kontrollieren.\n\nEventuell magst Du ja auch einige Informationen über Dich in Deinem\nProfil veröffentlichen, damit andere Leute Dich einfacher finden können.\nBearbeite hierfür einfach Dein Standard-Profil (über die Profil-Seite).\n\nWir empfehlen Dir, Deinen kompletten Namen anzugeben und ein zu Dir\npassendes Profilbild zu wählen, damit Dich alte Bekannte wieder finden.\nAußerdem ist es nützlich, wenn Du auf Deinem Profil Schlüsselwörter\nangibst. Das erleichtert es, Leute zu finden, die Deine Interessen teilen.\n\nWir respektieren Deine Privatsphäre - keine dieser Angaben ist nötig.\nWenn Du neu im Netzwerk bist und noch niemanden kennst, dann können sie\nallerdings dabei helfen, neue und interessante Kontakte zu knüpfen.\n\nNun viel Spaß, gute Begegnungen und willkommen auf %4\$s."; +$a->strings["\n\t\t\tThe login details are as follows:\n\n\t\t\tSite Location:\t%1\$s\n\t\t\tLogin Name:\t\t%2\$s\n\t\t\tPassword:\t\t%3\$s\n\n\t\t\tYou may change your password from your account \"Settings\" page after logging\n\t\t\tin.\n\n\t\t\tPlease take a few moments to review the other account settings on that page.\n\n\t\t\tYou may also wish to add some basic information to your default profile\n\t\t\t(on the \"Profiles\" page) so that other people can easily find you.\n\n\t\t\tWe recommend setting your full name, adding a profile photo,\n\t\t\tadding some profile \"keywords\" (very useful in making new friends) - and\n\t\t\tperhaps what country you live in; if you do not wish to be more specific\n\t\t\tthan that.\n\n\t\t\tWe fully respect your right to privacy, and none of these items are necessary.\n\t\t\tIf you are new and do not know anybody here, they may help\n\t\t\tyou to make some new and interesting friends.\n\n\t\t\tIf you ever want to delete your account, you can do so at %1\$s/removeme\n\n\t\t\tThank you and welcome to %4\$s."] = "\nNachfolgend die Anmelde-Details:\n\tAdresse der Seite:\t%1\$s\n\tBenutzername:\t%2\$s\n\tPasswort:\t%3\$s\n\nDu kannst Dein Passwort unter \"Einstellungen\" ändern, sobald Du Dich\nangemeldet hast.\n\nBitte nimm Dir ein paar Minuten um die anderen Einstellungen auf dieser\nSeite zu kontrollieren.\n\nEventuell magst Du ja auch einige Informationen über Dich in Deinem\nProfil veröffentlichen, damit andere Leute Dich einfacher finden können.\nBearbeite hierfür einfach Dein Standard-Profil (über die Profil-Seite).\n\nWir empfehlen Dir, Deinen kompletten Namen anzugeben und ein zu Dir\npassendes Profilbild zu wählen, damit Dich alte Bekannte wieder finden.\nAußerdem ist es nützlich, wenn Du auf Deinem Profil Schlüsselwörter\nangibst. Das erleichtert es, Leute zu finden, die Deine Interessen teilen.\n\nWir respektieren Deine Privatsphäre - keine dieser Angaben ist nötig.\nWenn Du neu im Netzwerk bist und noch niemanden kennst, dann können sie\nallerdings dabei helfen, neue und interessante Kontakte zu knüpfen.\n\nSolltest du dein Nutzerkonto löschen wollen, kannst du dies unter %1\$s/removeme jederzeit tun.\n\nNun viel Spaß, gute Begegnungen und willkommen auf %4\$s."; $a->strings["Registration details for %s"] = "Details der Registration von %s"; $a->strings["%s user blocked/unblocked"] = [ 0 => "%s Benutzer geblockt/freigegeben", @@ -1022,467 +1516,10 @@ $a->strings["Off"] = "Aus"; $a->strings["On"] = "An"; $a->strings["Lock feature %s"] = "Feature festlegen: %s"; $a->strings["Manage Additional Features"] = "Zusätzliche Features Verwalten"; -$a->strings["Source (bbcode) text:"] = "Quelle (bbcode) Text:"; -$a->strings["Source (Diaspora) text to convert to BBcode:"] = "Eingabe (Diaspora) nach BBCode zu konvertierender Text:"; -$a->strings["Source input: "] = "Originaltext:"; -$a->strings["bbcode (raw HTML(: "] = "bbcode (reines HTML(: "; -$a->strings["bbcode: "] = "bbcode: "; -$a->strings["bbcode => html2bbcode: "] = "bbcode => html2bbcode: "; -$a->strings["bb2diaspora: "] = "bb2diaspora: "; -$a->strings["bb2diaspora => Markdown: "] = "bb2diaspora => Markdown: "; -$a->strings["bb2diaspora => diaspora2bb: "] = "bb2diaspora => diaspora2bb: "; -$a->strings["Source input (Diaspora format): "] = "Originaltext (Diaspora Format): "; -$a->strings["diaspora2bb: "] = "diaspora2bb: "; -$a->strings["Community option not available."] = "Optionen für die Gemeinschaftsseite nicht verfügbar."; -$a->strings["Not available."] = "Nicht verfügbar."; -$a->strings["Local Community"] = "Lokale Gemeinschaft"; -$a->strings["Posts from local users on this server"] = "Beiträge von Nutzern dieses Servers"; -$a->strings["Global Community"] = "Globale Gemeinschaft"; -$a->strings["Posts from users of the whole federated network"] = "Beiträge von Nutzern des gesamten föderalen Netzwerks"; -$a->strings["No results."] = "Keine Ergebnisse."; -$a->strings["This community stream shows all public posts received by this node. They may not reflect the opinions of this node’s users."] = "Diese Gemeinschaftsseite zeigt alle öffentlichen Beiträge, die auf diesem Knoten eingegangen sind. Der Inhalt entspricht nicht zwingend der Meinung der Nutzer dieses Servers."; -$a->strings["%d contact edited."] = [ - 0 => "%d Kontakt bearbeitet.", - 1 => "%d Kontakte bearbeitet.", -]; -$a->strings["Could not access contact record."] = "Konnte nicht auf die Kontaktdaten zugreifen."; -$a->strings["Could not locate selected profile."] = "Konnte das ausgewählte Profil nicht finden."; -$a->strings["Contact updated."] = "Kontakt aktualisiert."; -$a->strings["Failed to update contact record."] = "Aktualisierung der Kontaktdaten fehlgeschlagen."; -$a->strings["Contact has been blocked"] = "Kontakt wurde blockiert"; -$a->strings["Contact has been unblocked"] = "Kontakt wurde wieder freigegeben"; -$a->strings["Contact has been ignored"] = "Kontakt wurde ignoriert"; -$a->strings["Contact has been unignored"] = "Kontakt wird nicht mehr ignoriert"; -$a->strings["Contact has been archived"] = "Kontakt wurde archiviert"; -$a->strings["Contact has been unarchived"] = "Kontakt wurde aus dem Archiv geholt"; -$a->strings["Drop contact"] = "Kontakt löschen"; -$a->strings["Do you really want to delete this contact?"] = "Möchtest Du wirklich diesen Kontakt löschen?"; -$a->strings["Contact has been removed."] = "Kontakt wurde entfernt."; -$a->strings["You are mutual friends with %s"] = "Du hast mit %s eine beidseitige Freundschaft"; -$a->strings["You are sharing with %s"] = "Du teilst mit %s"; -$a->strings["%s is sharing with you"] = "%s teilt mit Dir"; -$a->strings["Private communications are not available for this contact."] = "Private Kommunikation ist für diesen Kontakt nicht verfügbar."; -$a->strings["Never"] = "Niemals"; -$a->strings["(Update was successful)"] = "(Aktualisierung war erfolgreich)"; -$a->strings["(Update was not successful)"] = "(Aktualisierung war nicht erfolgreich)"; -$a->strings["Suggest friends"] = "Kontakte vorschlagen"; -$a->strings["Network type: %s"] = "Netzwerktyp: %s"; -$a->strings["Communications lost with this contact!"] = "Verbindungen mit diesem Kontakt verloren!"; -$a->strings["Fetch further information for feeds"] = "Weitere Informationen zu Feeds holen"; -$a->strings["Fetch information like preview pictures, title and teaser from the feed item. You can activate this if the feed doesn't contain much text. Keywords are taken from the meta header in the feed item and are posted as hash tags."] = "Zusätzliche Informationen wie Vorschaubilder, Titel und Zusammenfassungen vom Feed-Eintrag laden. Du kannst diese Option aktivieren, wenn der Feed nicht all zu viel Text beinhaltet. Schlagwörter werden auf den Meta-Informationen des Feed-Headers bezogen und als Hash-Tags verwendet."; -$a->strings["Fetch information"] = "Beziehe Information"; -$a->strings["Fetch keywords"] = "Schlüsselwprter abrufen"; -$a->strings["Fetch information and keywords"] = "Beziehe Information und Schlüsselworte"; -$a->strings["Contact"] = "Kontakt"; -$a->strings["Profile Visibility"] = "Profil-Sichtbarkeit"; -$a->strings["Please choose the profile you would like to display to %s when viewing your profile securely."] = "Bitte wähle eines Deiner Profile das angezeigt werden soll, wenn %s Dein Profil aufruft."; -$a->strings["Contact Information / Notes"] = "Kontakt Informationen / Notizen"; -$a->strings["Their personal note"] = "Die persönliche Mitteilung"; -$a->strings["Edit contact notes"] = "Notizen zum Kontakt bearbeiten"; -$a->strings["Block/Unblock contact"] = "Kontakt blockieren/freischalten"; -$a->strings["Ignore contact"] = "Ignoriere den Kontakt"; -$a->strings["Repair URL settings"] = "URL Einstellungen reparieren"; -$a->strings["View conversations"] = "Unterhaltungen anzeigen"; -$a->strings["Last update:"] = "Letzte Aktualisierung: "; -$a->strings["Update public posts"] = "Öffentliche Beiträge aktualisieren"; -$a->strings["Update now"] = "Jetzt aktualisieren"; -$a->strings["Unignore"] = "Ignorieren aufheben"; -$a->strings["Currently blocked"] = "Derzeit geblockt"; -$a->strings["Currently ignored"] = "Derzeit ignoriert"; -$a->strings["Currently archived"] = "Momentan archiviert"; -$a->strings["Awaiting connection acknowledge"] = "Bedarf der Bestätigung des Kontakts"; -$a->strings["Replies/likes to your public posts may still be visible"] = "Antworten/Likes auf deine öffentlichen Beiträge könnten weiterhin sichtbar sein"; -$a->strings["Notification for new posts"] = "Benachrichtigung bei neuen Beiträgen"; -$a->strings["Send a notification of every new post of this contact"] = "Sende eine Benachrichtigung, wann immer dieser Kontakt einen neuen Beitrag schreibt."; -$a->strings["Blacklisted keywords"] = "Blacklistete Schlüsselworte "; -$a->strings["Comma separated list of keywords that should not be converted to hashtags, when \"Fetch information and keywords\" is selected"] = "Komma-Separierte Liste mit Schlüsselworten, die nicht in Hashtags konvertiert werden, wenn \"Beziehe Information und Schlüsselworte\" aktiviert wurde"; -$a->strings["XMPP:"] = "XMPP:"; -$a->strings["Actions"] = "Aktionen"; -$a->strings["Status"] = "Status"; -$a->strings["Contact Settings"] = "Kontakteinstellungen"; -$a->strings["Suggestions"] = "Kontaktvorschläge"; -$a->strings["Suggest potential friends"] = "Kontakte vorschlagen"; -$a->strings["Show all contacts"] = "Alle Kontakte anzeigen"; -$a->strings["Unblocked"] = "Ungeblockt"; -$a->strings["Only show unblocked contacts"] = "Nur nicht-blockierte Kontakte anzeigen"; -$a->strings["Blocked"] = "Geblockt"; -$a->strings["Only show blocked contacts"] = "Nur blockierte Kontakte anzeigen"; -$a->strings["Ignored"] = "Ignoriert"; -$a->strings["Only show ignored contacts"] = "Nur ignorierte Kontakte anzeigen"; -$a->strings["Archived"] = "Archiviert"; -$a->strings["Only show archived contacts"] = "Nur archivierte Kontakte anzeigen"; -$a->strings["Hidden"] = "Verborgen"; -$a->strings["Only show hidden contacts"] = "Nur verborgene Kontakte anzeigen"; -$a->strings["Search your contacts"] = "Suche in deinen Kontakten"; -$a->strings["Results for: %s"] = "Ergebnisse für: %s"; -$a->strings["Update"] = "Aktualisierungen"; -$a->strings["Archive"] = "Archivieren"; -$a->strings["Unarchive"] = "Aus Archiv zurückholen"; -$a->strings["Batch Actions"] = "Stapelverarbeitung"; -$a->strings["Profile Details"] = "Profildetails"; -$a->strings["View all contacts"] = "Alle Kontakte anzeigen"; -$a->strings["View all common friends"] = "Alle Kontakte anzeigen"; -$a->strings["Advanced Contact Settings"] = "Fortgeschrittene Kontakteinstellungen"; -$a->strings["Mutual Friendship"] = "Beidseitige Freundschaft"; -$a->strings["is a fan of yours"] = "ist ein Fan von dir"; -$a->strings["you are a fan of"] = "Du bist Fan von"; -$a->strings["Toggle Blocked status"] = "Geblockt-Status ein-/ausschalten"; -$a->strings["Toggle Ignored status"] = "Ignoriert-Status ein-/ausschalten"; -$a->strings["Toggle Archive status"] = "Archiviert-Status ein-/ausschalten"; -$a->strings["Delete contact"] = "Lösche den Kontakt"; -$a->strings["No parent user"] = ""; -$a->strings["Parent User"] = ""; -$a->strings["Parent users have total control about this account, including the account settings. Please double check whom you give this access."] = ""; -$a->strings["Delegate Page Management"] = "Delegiere das Management für die Seite"; -$a->strings["Delegates"] = ""; -$a->strings["Delegates are able to manage all aspects of this account/page except for basic account settings. Please do not delegate your personal account to anybody that you do not trust completely."] = "Bevollmächtigte sind in der Lage, alle Aspekte dieses Kontos/dieser Seite zu verwalten, abgesehen von den Grundeinstellungen des Kontos. Bitte gib niemandem eine Bevollmächtigung für Deinen privaten Account, dem Du nicht absolut vertraust!"; -$a->strings["Existing Page Managers"] = "Vorhandene Seitenmanager"; -$a->strings["Existing Page Delegates"] = "Vorhandene Bevollmächtigte für die Seite"; -$a->strings["Potential Delegates"] = "Potentielle Bevollmächtigte"; -$a->strings["Remove"] = "Entfernen"; -$a->strings["Add"] = "Hinzufügen"; -$a->strings["No entries."] = "Keine Einträge."; -$a->strings["This introduction has already been accepted."] = "Diese Kontaktanfrage wurde bereits akzeptiert."; -$a->strings["Profile location is not valid or does not contain profile information."] = "Profiladresse ist ungültig oder stellt keine Profildaten zur Verfügung."; -$a->strings["Warning: profile location has no identifiable owner name."] = "Warnung: Es konnte kein Name des Besitzers von der angegebenen Profiladresse gefunden werden."; -$a->strings["Warning: profile location has no profile photo."] = "Warnung: Es gibt kein Profilbild bei der angegebenen Profiladresse."; -$a->strings["%d required parameter was not found at the given location"] = [ - 0 => "%d benötigter Parameter wurde an der angegebenen Stelle nicht gefunden", - 1 => "%d benötigte Parameter wurden an der angegebenen Stelle nicht gefunden", -]; -$a->strings["Introduction complete."] = "Kontaktanfrage abgeschlossen."; -$a->strings["Unrecoverable protocol error."] = "Nicht behebbarer Protokollfehler."; -$a->strings["Profile unavailable."] = "Profil nicht verfügbar."; -$a->strings["%s has received too many connection requests today."] = "%s hat heute zu viele Kontaktanfragen erhalten."; -$a->strings["Spam protection measures have been invoked."] = "Maßnahmen zum Spamschutz wurden ergriffen."; -$a->strings["Friends are advised to please try again in 24 hours."] = "Freunde sind angehalten, es in 24 Stunden erneut zu versuchen."; -$a->strings["Invalid locator"] = "Ungültiger Locator"; -$a->strings["You have already introduced yourself here."] = "Du hast Dich hier bereits vorgestellt."; -$a->strings["Apparently you are already friends with %s."] = "Es scheint so, als ob Du bereits mit %s in Kontakt stehst."; -$a->strings["Invalid profile URL."] = "Ungültige Profil-URL."; -$a->strings["Disallowed profile URL."] = "Nicht erlaubte Profil-URL."; -$a->strings["Your introduction has been sent."] = "Deine Kontaktanfrage wurde gesendet."; -$a->strings["Remote subscription can't be done for your network. Please subscribe directly on your system."] = "Entferntes abon­nie­ren kann für dein Netzwerk nicht durchgeführt werden. Bitte nutze direkt die Abonnieren-Funktion deines Systems. "; -$a->strings["Please login to confirm introduction."] = "Bitte melde Dich an, um die Kontaktanfrage zu bestätigen."; -$a->strings["Incorrect identity currently logged in. Please login to this profile."] = "Momentan bist Du mit einer anderen Identität angemeldet. Bitte melde Dich mit diesem Profil an."; -$a->strings["Confirm"] = "Bestätigen"; -$a->strings["Hide this contact"] = "Verberge diesen Kontakt"; -$a->strings["Welcome home %s."] = "Willkommen zurück %s."; -$a->strings["Please confirm your introduction/connection request to %s."] = "Bitte bestätige Deine Kontaktanfrage bei %s."; -$a->strings["Please enter your 'Identity Address' from one of the following supported communications networks:"] = "Bitte gib die Adresse Deines Profils in einem der unterstützten sozialen Netzwerke an:"; -$a->strings["If you are not yet a member of the free social web, follow this link to find a public Friendica site and join us today."] = "Wenn du noch kein Mitglied dieses freien sozialen Netzwerks bist, folge diesem Link um einen öffentlichen Friendica Server zu finden und beizutreten."; -$a->strings["Friend/Connection Request"] = "Kontaktanfrage"; -$a->strings["Examples: jojo@demo.friendica.com, http://demo.friendica.com/profile/jojo, testuser@gnusocial.de"] = "Beispiele: jojo@demo.friendica.com, http://demo.friendica.com/profile/jojo, testuser@gnusocial.de"; -$a->strings["Please answer the following:"] = "Bitte beantworte folgendes:"; -$a->strings["Does %s know you?"] = "Kennt %s Dich?"; -$a->strings["Add a personal note:"] = "Eine persönliche Notiz beifügen:"; -$a->strings["Friendica"] = "Friendica"; -$a->strings["GNU Social (Pleroma, Mastodon)"] = "GNU Social (Pleroma, Mastodon)"; -$a->strings["Diaspora (Socialhome, Hubzilla)"] = "Diaspora (Socialhome, Hubzilla)"; -$a->strings[" - please do not use this form. Instead, enter %s into your Diaspora search bar."] = " - bitte verwende dieses Formular nicht. Stattdessen suche nach %s in Deiner Diaspora Suchleiste."; -$a->strings["Item not found"] = "Beitrag nicht gefunden"; -$a->strings["Edit post"] = "Beitrag bearbeiten"; -$a->strings["Event can not end before it has started."] = "Die Veranstaltung kann nicht enden bevor sie beginnt."; -$a->strings["Event title and start time are required."] = "Der Veranstaltungstitel und die Anfangszeit müssen angegeben werden."; -$a->strings["Create New Event"] = "Neue Veranstaltung erstellen"; -$a->strings["Event details"] = "Veranstaltungsdetails"; -$a->strings["Starting date and Title are required."] = "Anfangszeitpunkt und Titel werden benötigt"; -$a->strings["Event Starts:"] = "Veranstaltungsbeginn:"; -$a->strings["Finish date/time is not known or not relevant"] = "Enddatum/-zeit ist nicht bekannt oder nicht relevant"; -$a->strings["Event Finishes:"] = "Veranstaltungsende:"; -$a->strings["Adjust for viewer timezone"] = "An Zeitzone des Betrachters anpassen"; -$a->strings["Description:"] = "Beschreibung"; -$a->strings["Title:"] = "Titel:"; -$a->strings["Share this event"] = "Veranstaltung teilen"; -$a->strings["Basic"] = "Allgemein"; -$a->strings["Failed to remove event"] = "Entfernen der Veranstaltung fehlgeschlagen"; -$a->strings["Event removed"] = "Veranstaltung enfternt"; -$a->strings["- select -"] = "- auswählen -"; -$a->strings["The contact could not be added."] = "Der Kontakt konnte nicht hinzugefügt werden."; -$a->strings["You already added this contact."] = "Du hast den Kontakt bereits hinzugefügt."; -$a->strings["Diaspora support isn't enabled. Contact can't be added."] = "Diaspora Unterstützung ist nicht aktiviert. Der Kontakt kann nicht zugefügt werden."; -$a->strings["OStatus support is disabled. Contact can't be added."] = "OStatus Unterstützung ist nicht aktiviert. Der Kontakt kann nicht zugefügt werden."; -$a->strings["The network type couldn't be detected. Contact can't be added."] = "Der Netzwerktype wurde nicht erkannt. Der Kontakt kann nicht hinzugefügt werden."; -$a->strings["Friendica Communications Server - Setup"] = "Friendica-Server für soziale Netzwerke – Setup"; -$a->strings["Could not connect to database."] = "Verbindung zur Datenbank gescheitert."; -$a->strings["Could not create table."] = "Tabelle konnte nicht angelegt werden."; -$a->strings["Your Friendica site database has been installed."] = "Die Datenbank Deiner Friendicaseite wurde installiert."; -$a->strings["You may need to import the file \"database.sql\" manually using phpmyadmin or mysql."] = "Möglicherweise musst Du die Datei \"database.sql\" manuell mit phpmyadmin oder mysql importieren."; -$a->strings["Please see the file \"INSTALL.txt\"."] = "Lies bitte die \"INSTALL.txt\"."; -$a->strings["Database already in use."] = "Die Datenbank wird bereits verwendet."; -$a->strings["System check"] = "Systemtest"; -$a->strings["Check again"] = "Noch einmal testen"; -$a->strings["Database connection"] = "Datenbankverbindung"; -$a->strings["In order to install Friendica we need to know how to connect to your database."] = "Um Friendica installieren zu können, müssen wir wissen, wie wir mit Deiner Datenbank Kontakt aufnehmen können."; -$a->strings["Please contact your hosting provider or site administrator if you have questions about these settings."] = "Bitte kontaktiere den Hosting Provider oder den Administrator der Seite, falls Du Fragen zu diesen Einstellungen haben solltest."; -$a->strings["The database you specify below should already exist. If it does not, please create it before continuing."] = "Die Datenbank, die Du unten angibst, sollte bereits existieren. Ist dies noch nicht der Fall, erzeuge sie bitte bevor Du mit der Installation fortfährst."; -$a->strings["Database Server Name"] = "Datenbank-Server"; -$a->strings["Database Login Name"] = "Datenbank-Nutzer"; -$a->strings["Database Login Password"] = "Datenbank-Passwort"; -$a->strings["For security reasons the password must not be empty"] = "Aus Sicherheitsgründen darf das Passwort nicht leer sein."; -$a->strings["Database Name"] = "Datenbank-Name"; -$a->strings["Site administrator email address"] = "E-Mail-Adresse des Administrators"; -$a->strings["Your account email address must match this in order to use the web admin panel."] = "Die E-Mail-Adresse, die in Deinem Friendica-Account eingetragen ist, muss mit dieser Adresse übereinstimmen, damit Du das Admin-Panel benutzen kannst."; -$a->strings["Please select a default timezone for your website"] = "Bitte wähle die Standardzeitzone Deiner Webseite"; -$a->strings["Site settings"] = "Server-Einstellungen"; -$a->strings["System Language:"] = "Systemsprache:"; -$a->strings["Set the default language for your Friendica installation interface and to send emails."] = "Wähle die Standardsprache für deine Friendica-Installations-Oberfläche und den E-Mail-Versand"; -$a->strings["Could not find a command line version of PHP in the web server PATH."] = "Konnte keine Kommandozeilenversion von PHP im PATH des Servers finden."; -$a->strings["If you don't have a command line version of PHP installed on your server, you will not be able to run the background processing. See 'Setup the worker'"] = "Wenn auf deinem Server keine Kommandozeilenversion von PHP installiert ist, kannst du den Hintergrundprozess nicht einrichten. Hier findest du alternative Möglichkeiten'für das Worker Setup'"; -$a->strings["PHP executable path"] = "Pfad zu PHP"; -$a->strings["Enter full path to php executable. You can leave this blank to continue the installation."] = "Gib den kompletten Pfad zur ausführbaren Datei von PHP an. Du kannst dieses Feld auch frei lassen und mit der Installation fortfahren."; -$a->strings["Command line PHP"] = "Kommandozeilen-PHP"; -$a->strings["PHP executable is not the php cli binary (could be cgi-fgci version)"] = "Die ausführbare Datei von PHP stimmt nicht mit der PHP cli Version überein (es könnte sich um die cgi-fgci Version handeln)"; -$a->strings["Found PHP version: "] = "Gefundene PHP Version:"; -$a->strings["PHP cli binary"] = "PHP CLI Binary"; -$a->strings["The command line version of PHP on your system does not have \"register_argc_argv\" enabled."] = "Die Kommandozeilenversion von PHP auf Deinem System hat \"register_argc_argv\" nicht aktiviert."; -$a->strings["This is required for message delivery to work."] = "Dies wird für die Auslieferung von Nachrichten benötigt."; -$a->strings["PHP register_argc_argv"] = "PHP register_argc_argv"; -$a->strings["Error: the \"openssl_pkey_new\" function on this system is not able to generate encryption keys"] = "Fehler: Die Funktion \"openssl_pkey_new\" auf diesem System ist nicht in der Lage, Verschlüsselungsschlüssel zu erzeugen"; -$a->strings["If running under Windows, please see \"http://www.php.net/manual/en/openssl.installation.php\"."] = "Wenn der Server unter Windows läuft, schau Dir bitte \"http://www.php.net/manual/en/openssl.installation.php\" an."; -$a->strings["Generate encryption keys"] = "Schlüssel erzeugen"; -$a->strings["libCurl PHP module"] = "PHP: libCurl-Modul"; -$a->strings["GD graphics PHP module"] = "PHP: GD-Grafikmodul"; -$a->strings["OpenSSL PHP module"] = "PHP: OpenSSL-Modul"; -$a->strings["PDO or MySQLi PHP module"] = "PDO oder MySQLi PHP Modul"; -$a->strings["mb_string PHP module"] = "PHP: mb_string-Modul"; -$a->strings["XML PHP module"] = "XML PHP Modul"; -$a->strings["iconv module"] = "iconv module"; -$a->strings["Apache mod_rewrite module"] = "Apache mod_rewrite module"; -$a->strings["Error: Apache webserver mod-rewrite module is required but not installed."] = "Fehler: Das Apache-Modul mod-rewrite wird benötigt, es ist allerdings nicht installiert."; -$a->strings["Error: libCURL PHP module required but not installed."] = "Fehler: Das libCURL PHP Modul wird benötigt, ist aber nicht installiert."; -$a->strings["Error: GD graphics PHP module with JPEG support required but not installed."] = "Fehler: Das GD-Graphikmodul für PHP mit JPEG-Unterstützung ist nicht installiert."; -$a->strings["Error: openssl PHP module required but not installed."] = "Fehler: Das openssl-Modul von PHP ist nicht installiert."; -$a->strings["Error: PDO or MySQLi PHP module required but not installed."] = "Fehler: PDO oder MySQLi PHP Modul erforderlich, aber nicht installiert."; -$a->strings["Error: The MySQL driver for PDO is not installed."] = "Fehler: der MySQL Treiber für PDO ist nicht installiert"; -$a->strings["Error: mb_string PHP module required but not installed."] = "Fehler: mb_string PHP Module wird benötigt ist aber nicht installiert."; -$a->strings["Error: iconv PHP module required but not installed."] = "Fehler: Das iconv-Modul von PHP ist nicht installiert."; -$a->strings["Error, XML PHP module required but not installed."] = "Fehler: XML PHP Modul erforderlich aber nicht installiert."; -$a->strings["The web installer needs to be able to create a file called \".htconfig.php\" in the top folder of your web server and it is unable to do so."] = "Der Installationswizard muss in der Lage sein, eine Datei im Stammverzeichnis Deines Webservers anzulegen, ist allerdings derzeit nicht in der Lage, dies zu tun."; -$a->strings["This is most often a permission setting, as the web server may not be able to write files in your folder - even if you can."] = "In den meisten Fällen ist dies ein Problem mit den Schreibrechten. Der Webserver könnte keine Schreiberlaubnis haben, selbst wenn Du sie hast."; -$a->strings["At the end of this procedure, we will give you a text to save in a file named .htconfig.php in your Friendica top folder."] = "Nachdem Du alles ausgefüllt hast, erhältst Du einen Text, den Du in eine Datei namens .htconfig.php in Deinem Friendica-Wurzelverzeichnis kopieren musst."; -$a->strings["You can alternatively skip this procedure and perform a manual installation. Please see the file \"INSTALL.txt\" for instructions."] = "Alternativ kannst Du diesen Schritt aber auch überspringen und die Installation manuell durchführen. Eine Anleitung dazu (Englisch) findest Du in der Datei INSTALL.txt."; -$a->strings[".htconfig.php is writable"] = "Schreibrechte auf .htconfig.php"; -$a->strings["Friendica uses the Smarty3 template engine to render its web views. Smarty3 compiles templates to PHP to speed up rendering."] = "Friendica nutzt die Smarty3 Template Engine um die Webansichten zu rendern. Smarty3 kompiliert Templates zu PHP um das Rendern zu beschleunigen."; -$a->strings["In order to store these compiled templates, the web server needs to have write access to the directory view/smarty3/ under the Friendica top level folder."] = "Um diese kompilierten Templates zu speichern benötigt der Webserver Schreibrechte zum Verzeichnis view/smarty3/ im obersten Ordner von Friendica."; -$a->strings["Please ensure that the user that your web server runs as (e.g. www-data) has write access to this folder."] = "Bitte stelle sicher, dass der Nutzer unter dem der Webserver läuft (z.B. www-data) Schreibrechte zu diesem Verzeichnis hat."; -$a->strings["Note: as a security measure, you should give the web server write access to view/smarty3/ only--not the template files (.tpl) that it contains."] = "Hinweis: aus Sicherheitsgründen solltest Du dem Webserver nur Schreibrechte für view/smarty3/ geben -- Nicht den Templatedateien (.tpl) die sie enthalten."; -$a->strings["view/smarty3 is writable"] = "view/smarty3 ist schreibbar"; -$a->strings["Url rewrite in .htaccess is not working. Check your server configuration."] = "Umschreiben der URLs in der .htaccess funktioniert nicht. Überprüfe die Konfiguration des Servers."; -$a->strings["Url rewrite is working"] = "URL rewrite funktioniert"; -$a->strings["ImageMagick PHP extension is not installed"] = "ImageMagicx PHP Erweiterung ist nicht installiert."; -$a->strings["ImageMagick PHP extension is installed"] = "ImageMagick PHP Erweiterung ist installiert"; -$a->strings["ImageMagick supports GIF"] = "ImageMagick unterstützt GIF"; -$a->strings["The database configuration file \".htconfig.php\" could not be written. Please use the enclosed text to create a configuration file in your web server root."] = "Die Konfigurationsdatei \".htconfig.php\" konnte nicht angelegt werden. Bitte verwende den angefügten Text, um die Datei im Stammverzeichnis Deiner Friendica-Installation zu erzeugen."; -$a->strings["

    What next

    "] = "

    Wie geht es weiter?

    "; -$a->strings["IMPORTANT: You will need to [manually] setup a scheduled task for the worker."] = "Wichtig: Du musst [manuell] einen Cronjob (o.ä.) für den Worker einrichten."; -$a->strings["Go to your new Friendica node registration page and register as new user. Remember to use the same email you have entered as administrator email. This will allow you to enter the site admin panel."] = "Du solltest nun die Seite zur Nutzerregistrierung deiner neuen Friendica Instanz besuchen und einen neuen Nutzer einrichten. Bitte denke daran die selbe E-Mail Adresse anzugeben, die du auch als Administrator E-Mail angegeben hast, damit du das Admin-Panel verwenden kannst."; -$a->strings["Unable to locate original post."] = "Konnte den Originalbeitrag nicht finden."; -$a->strings["Empty post discarded."] = "Leerer Beitrag wurde verworfen."; -$a->strings["Wall Photos"] = "Pinnwand-Bilder"; -$a->strings["This message was sent to you by %s, a member of the Friendica social network."] = "Diese Nachricht wurde dir von %s geschickt, einem Mitglied des Sozialen Netzwerks Friendica."; -$a->strings["You may visit them online at %s"] = "Du kannst sie online unter %s besuchen"; -$a->strings["Please contact the sender by replying to this post if you do not wish to receive these messages."] = "Falls Du diese Beiträge nicht erhalten möchtest, kontaktiere bitte den Autor, indem Du auf diese Nachricht antwortest."; -$a->strings["%s posted an update."] = "%s hat ein Update veröffentlicht."; -$a->strings["Time Conversion"] = "Zeitumrechnung"; -$a->strings["Friendica provides this service for sharing events with other networks and friends in unknown timezones."] = "Friendica bietet diese Funktion an, um das Teilen von Events mit Kontakten zu vereinfachen, deren Zeitzone nicht ermittelt werden kann."; -$a->strings["UTC time: %s"] = "UTC Zeit: %s"; -$a->strings["Current timezone: %s"] = "Aktuelle Zeitzone: %s"; -$a->strings["Converted localtime: %s"] = "Umgerechnete lokale Zeit: %s"; -$a->strings["Please select your timezone:"] = "Bitte wähle Deine Zeitzone:"; -$a->strings["No valid account found."] = "Kein gültiges Konto gefunden."; -$a->strings["Password reset request issued. Check your email."] = "Zurücksetzen des Passworts eingeleitet. Bitte überprüfe Deine E-Mail."; -$a->strings["\n\t\tDear %1\$s,\n\t\t\tA request was recently received at \"%2\$s\" to reset your account\n\t\tpassword. In order to confirm this request, please select the verification link\n\t\tbelow or paste it into your web browser address bar.\n\n\t\tIf you did NOT request this change, please DO NOT follow the link\n\t\tprovided and ignore and/or delete this email, the request will expire shortly.\n\n\t\tYour password will not be changed unless we can verify that you\n\t\tissued this request."] = "\nHallo %1\$s,\n\nAuf \"%2\$s\" ist eine Anfrage auf das Zurücksetzen Deines Passworts gestellt\nworden. Um diese Anfrage zu verifizieren, folge bitte dem unten stehenden\nLink oder kopiere und füge ihn in die Adressleiste Deines Browsers ein.\n\nSolltest Du die Anfrage NICHT gemacht haben, ignoriere und/oder lösche diese\nE-Mail bitte.\n\nDein Passwort wird nicht geändert, solange wir nicht verifiziert haben, dass\nDu diese Änderung angefragt hast."; -$a->strings["\n\t\tFollow this link soon to verify your identity:\n\n\t\t%1\$s\n\n\t\tYou will then receive a follow-up message containing the new password.\n\t\tYou may change that password from your account settings page after logging in.\n\n\t\tThe login details are as follows:\n\n\t\tSite Location:\t%2\$s\n\t\tLogin Name:\t%3\$s"] = "\nUm Deine Identität zu verifizieren, folge bitte dem folgenden Link:\n\n%1\$s\n\nDu wirst eine weitere E-Mail mit Deinem neuen Passwort erhalten. Sobald Du Dich\nangemeldet hast, kannst Du Dein Passwort in den Einstellungen ändern.\n\nDie Anmeldedetails sind die folgenden:\n\nAdresse der Seite:\t%2\$s\nBenutzername:\t%3\$s"; -$a->strings["Password reset requested at %s"] = "Anfrage zum Zurücksetzen des Passworts auf %s erhalten"; -$a->strings["Request could not be verified. (You may have previously submitted it.) Password reset failed."] = "Anfrage konnte nicht verifiziert werden. (Eventuell hast Du bereits eine ähnliche Anfrage gestellt.) Zurücksetzen des Passworts gescheitert."; -$a->strings["Request has expired, please make a new one."] = "Die Anfrage ist abgelaufen. Bitte stelle eine erneute."; -$a->strings["Forgot your Password?"] = "Hast Du Dein Passwort vergessen?"; -$a->strings["Enter your email address and submit to have your password reset. Then check your email for further instructions."] = "Gib Deine E-Mail-Adresse an und fordere ein neues Passwort an. Es werden Dir dann weitere Informationen per Mail zugesendet."; -$a->strings["Nickname or Email: "] = "Spitzname oder E-Mail:"; -$a->strings["Reset"] = "Zurücksetzen"; -$a->strings["Password Reset"] = "Passwort zurücksetzen"; -$a->strings["Your password has been reset as requested."] = "Dein Passwort wurde wie gewünscht zurückgesetzt."; -$a->strings["Your new password is"] = "Dein neues Passwort lautet"; -$a->strings["Save or copy your new password - and then"] = "Speichere oder kopiere Dein neues Passwort - und dann"; -$a->strings["click here to login"] = "hier klicken, um Dich anzumelden"; -$a->strings["Your password may be changed from the Settings page after successful login."] = "Du kannst das Passwort in den Einstellungen ändern, sobald Du Dich erfolgreich angemeldet hast."; -$a->strings["\n\t\t\tDear %1\$s,\n\t\t\t\tYour password has been changed as requested. Please retain this\n\t\t\tinformation for your records (or change your password immediately to\n\t\t\tsomething that you will remember).\n\t\t"] = "\nHallo %1\$s,\n\nDein Passwort wurde wie gewünscht geändert. Bitte bewahre diese Informationen gut auf (oder ändere Dein Passwort in eines, das Du Dir leicht merken kannst)."; -$a->strings["\n\t\t\tYour login details are as follows:\n\n\t\t\tSite Location:\t%1\$s\n\t\t\tLogin Name:\t%2\$s\n\t\t\tPassword:\t%3\$s\n\n\t\t\tYou may change that password from your account settings page after logging in.\n\t\t"] = "\nDie Anmeldedaten sind die folgenden:\n\nAdresse der Seite: %1\$s\nLogin Name: %2\$s\nPasswort: %3\$s\n\nDas Passwort kann und sollte in den Kontoeinstellungen nach der Anmeldung geändert werden."; -$a->strings["Your password has been changed at %s"] = "Auf %s wurde Dein Passwort geändert"; -$a->strings["New Message"] = "Neue Nachricht"; -$a->strings["No recipient selected."] = "Kein Empfänger gewählt."; -$a->strings["Unable to locate contact information."] = "Konnte die Kontaktinformationen nicht finden."; -$a->strings["Message could not be sent."] = "Nachricht konnte nicht gesendet werden."; -$a->strings["Message collection failure."] = "Konnte Nachrichten nicht abrufen."; -$a->strings["Message sent."] = "Nachricht gesendet."; -$a->strings["Messages"] = "Nachrichten"; -$a->strings["Do you really want to delete this message?"] = "Möchtest Du wirklich diese Nachricht löschen?"; -$a->strings["Message deleted."] = "Nachricht gelöscht."; -$a->strings["Conversation removed."] = "Unterhaltung gelöscht."; -$a->strings["Send Private Message"] = "Private Nachricht senden"; -$a->strings["To:"] = "An:"; -$a->strings["Subject:"] = "Betreff:"; -$a->strings["No messages."] = "Keine Nachrichten."; -$a->strings["Message not available."] = "Nachricht nicht verfügbar."; -$a->strings["Delete message"] = "Nachricht löschen"; -$a->strings["D, d M Y - g:i A"] = "D, d.. M Y - G:i"; -$a->strings["Delete conversation"] = "Unterhaltung löschen"; -$a->strings["No secure communications available. You may be able to respond from the sender's profile page."] = "Sichere Kommunikation ist nicht verfügbar. Eventuell kannst Du auf der Profilseite des Absenders antworten."; -$a->strings["Send Reply"] = "Antwort senden"; -$a->strings["Unknown sender - %s"] = "'Unbekannter Absender - %s"; -$a->strings["You and %s"] = "Du und %s"; -$a->strings["%s and You"] = "%s und Du"; -$a->strings["%d message"] = [ - 0 => "%d Nachricht", - 1 => "%d Nachrichten", -]; -$a->strings["Remove term"] = "Begriff entfernen"; -$a->strings["Saved Searches"] = "Gespeicherte Suchen"; -$a->strings["add"] = "hinzufügen"; -$a->strings["Warning: This group contains %s member from a network that doesn't allow non public messages."] = [ - 0 => "Warnung: Diese Gruppe beinhaltet %s Person aus einem Netzwerk das keine nicht öffentlichen Beiträge empfangen kann.", - 1 => "Warnung: Diese Gruppe beinhaltet %s Personen aus Netzwerken die keine nicht-öffentlichen Beiträge empfangen können.", -]; -$a->strings["Messages in this group won't be send to these receivers."] = "Beiträge in dieser Gruppe werden deshalb nicht an diese Personen zugestellt werden."; -$a->strings["No such group"] = "Es gibt keine solche Gruppe"; -$a->strings["Group: %s"] = "Gruppe: %s"; -$a->strings["Private messages to this person are at risk of public disclosure."] = "Private Nachrichten an diese Person könnten an die Öffentlichkeit gelangen."; -$a->strings["Invalid contact."] = "Ungültiger Kontakt."; -$a->strings["Commented Order"] = "Neueste Kommentare"; -$a->strings["Sort by Comment Date"] = "Nach Kommentardatum sortieren"; -$a->strings["Posted Order"] = "Neueste Beiträge"; -$a->strings["Sort by Post Date"] = "Nach Beitragsdatum sortieren"; -$a->strings["Posts that mention or involve you"] = "Beiträge, in denen es um Dich geht"; -$a->strings["New"] = "Neue"; -$a->strings["Activity Stream - by date"] = "Aktivitäten-Stream - nach Datum"; -$a->strings["Shared Links"] = "Geteilte Links"; -$a->strings["Interesting Links"] = "Interessante Links"; -$a->strings["Starred"] = "Markierte"; -$a->strings["Favourite Posts"] = "Favorisierte Beiträge"; -$a->strings["Personal Notes"] = "Persönliche Notizen"; -$a->strings["No more system notifications."] = "Keine weiteren Systembenachrichtigungen."; -$a->strings["Photo Albums"] = "Fotoalben"; -$a->strings["Recent Photos"] = "Neueste Fotos"; -$a->strings["Upload New Photos"] = "Neue Fotos hochladen"; -$a->strings["everybody"] = "jeder"; -$a->strings["Contact information unavailable"] = "Kontaktinformationen nicht verfügbar"; -$a->strings["Album not found."] = "Album nicht gefunden."; -$a->strings["Delete Album"] = "Album löschen"; -$a->strings["Do you really want to delete this photo album and all its photos?"] = "Möchtest Du wirklich dieses Foto-Album und all seine Foto löschen?"; -$a->strings["Delete Photo"] = "Foto löschen"; -$a->strings["Do you really want to delete this photo?"] = "Möchtest Du wirklich dieses Foto löschen?"; -$a->strings["a photo"] = "einem Foto"; -$a->strings["%1\$s was tagged in %2\$s by %3\$s"] = "%1\$s wurde von %3\$s in %2\$s getaggt"; -$a->strings["Image exceeds size limit of %s"] = "Bildgröße überschreitet das Limit von %s"; -$a->strings["Image upload didn't complete, please try again"] = "Der Upload des Bildes war nicht vollständig. Bitte versuche es erneut."; -$a->strings["Image file is missing"] = "Bilddatei konnte nicht gefunden werden."; -$a->strings["Server can't accept new file upload at this time, please contact your administrator"] = "Der Server kann derzeit keine neuen Datei Uploads akzeptieren. Bitte kontaktiere deinen Administrator."; -$a->strings["Image file is empty."] = "Bilddatei ist leer."; -$a->strings["Unable to process image."] = "Konnte das Bild nicht bearbeiten."; -$a->strings["Image upload failed."] = "Hochladen des Bildes gescheitert."; -$a->strings["No photos selected"] = "Keine Bilder ausgewählt"; -$a->strings["Access to this item is restricted."] = "Zugriff zu diesem Eintrag wurde eingeschränkt."; -$a->strings["Upload Photos"] = "Bilder hochladen"; -$a->strings["New album name: "] = "Name des neuen Albums: "; -$a->strings["or existing album name: "] = "oder existierender Albumname: "; -$a->strings["Do not show a status post for this upload"] = "Keine Status-Mitteilung für diesen Beitrag anzeigen"; -$a->strings["Show to Groups"] = "Zeige den Gruppen"; -$a->strings["Show to Contacts"] = "Zeige den Kontakten"; -$a->strings["Edit Album"] = "Album bearbeiten"; -$a->strings["Show Newest First"] = "Zeige neueste zuerst"; -$a->strings["Show Oldest First"] = "Zeige älteste zuerst"; -$a->strings["View Photo"] = "Foto betrachten"; -$a->strings["Permission denied. Access to this item may be restricted."] = "Zugriff verweigert. Zugriff zu diesem Eintrag könnte eingeschränkt sein."; -$a->strings["Photo not available"] = "Foto nicht verfügbar"; -$a->strings["View photo"] = "Fotos ansehen"; -$a->strings["Edit photo"] = "Foto bearbeiten"; -$a->strings["Use as profile photo"] = "Als Profilbild verwenden"; -$a->strings["Private Message"] = "Private Nachricht"; -$a->strings["View Full Size"] = "Betrachte Originalgröße"; -$a->strings["Tags: "] = "Tags: "; -$a->strings["[Remove any tag]"] = "[Tag entfernen]"; -$a->strings["New album name"] = "Name des neuen Albums"; -$a->strings["Caption"] = "Bildunterschrift"; -$a->strings["Add a Tag"] = "Tag hinzufügen"; -$a->strings["Example: @bob, @Barbara_Jensen, @jim@example.com, #California, #camping"] = "Beispiel: @bob, @Barbara_Jensen, @jim@example.com, #California, #camping"; -$a->strings["Do not rotate"] = "Nicht rotieren"; -$a->strings["Rotate CW (right)"] = "Drehen US (rechts)"; -$a->strings["Rotate CCW (left)"] = "Drehen EUS (links)"; -$a->strings["I like this (toggle)"] = "Ich mag das (toggle)"; -$a->strings["I don't like this (toggle)"] = "Ich mag das nicht (toggle)"; -$a->strings["This is you"] = "Das bist Du"; -$a->strings["Comment"] = "Kommentar"; -$a->strings["Map"] = "Karte"; -$a->strings["View Album"] = "Album betrachten"; -$a->strings["{0} wants to be your friend"] = "{0} möchte mit Dir in Kontakt treten"; -$a->strings["{0} sent you a message"] = "{0} schickte Dir eine Nachricht"; -$a->strings["{0} requested registration"] = "{0} möchte sich registrieren"; -$a->strings["Poke/Prod"] = "Anstupsen"; -$a->strings["poke, prod or do other things to somebody"] = "Stupse Leute an oder mache anderes mit ihnen"; -$a->strings["Recipient"] = "Empfänger"; -$a->strings["Choose what you wish to do to recipient"] = "Was willst Du mit dem Empfänger machen:"; -$a->strings["Make this post private"] = "Diesen Beitrag privat machen"; -$a->strings["Only logged in users are permitted to perform a probing."] = "Nur eingeloggten Benutzern ist das Untersuchen von Adressen gestattet."; -$a->strings["Requested profile is not available."] = "Das angefragte Profil ist nicht vorhanden."; -$a->strings["%s's posts"] = "Beiträge von %s"; -$a->strings["%s's comments"] = "Kommentare von %s"; -$a->strings["%s's timeline"] = "Timeline von %s"; -$a->strings["Tips for New Members"] = "Tipps für neue Nutzer"; -$a->strings["Image uploaded but image cropping failed."] = "Bild hochgeladen, aber das Zuschneiden schlug fehl."; -$a->strings["Image size reduction [%s] failed."] = "Verkleinern der Bildgröße von [%s] scheiterte."; -$a->strings["Shift-reload the page or clear browser cache if the new photo does not display immediately."] = "Drücke Umschalt+Neu Laden oder leere den Browser-Cache, falls das neue Foto nicht gleich angezeigt wird."; -$a->strings["Unable to process image"] = "Bild konnte nicht verarbeitet werden"; -$a->strings["Upload File:"] = "Datei hochladen:"; -$a->strings["Select a profile:"] = "Profil auswählen:"; -$a->strings["or"] = "oder"; -$a->strings["skip this step"] = "diesen Schritt überspringen"; -$a->strings["select a photo from your photo albums"] = "wähle ein Foto aus deinen Fotoalben"; -$a->strings["Crop Image"] = "Bild zurechtschneiden"; -$a->strings["Please adjust the image cropping for optimum viewing."] = "Passe bitte den Bildausschnitt an, damit das Bild optimal dargestellt werden kann."; -$a->strings["Done Editing"] = "Bearbeitung abgeschlossen"; -$a->strings["Image uploaded successfully."] = "Bild erfolgreich hochgeladen."; -$a->strings["Invalid profile identifier."] = "Ungültiger Profil-Bezeichner."; -$a->strings["Profile Visibility Editor"] = "Editor für die Profil-Sichtbarkeit"; -$a->strings["Visible To"] = "Sichtbar für"; -$a->strings["All Contacts (with secure profile access)"] = "Alle Kontakte (mit gesichertem Profilzugriff)"; -$a->strings["Registration successful. Please check your email for further instructions."] = "Registrierung erfolgreich. Eine E-Mail mit weiteren Anweisungen wurde an Dich gesendet."; -$a->strings["Failed to send email message. Here your accout details:
    login: %s
    password: %s

    You can change your password after login."] = "Versenden der E-Mail fehlgeschlagen. Hier sind Deine Account Details:\n\nLogin: %s\nPasswort: %s\n\nDu kannst das Passwort nach dem Anmelden ändern."; -$a->strings["Registration successful."] = "Registrierung erfolgreich."; -$a->strings["Your registration can not be processed."] = "Deine Registrierung konnte nicht verarbeitet werden."; -$a->strings["Your registration is pending approval by the site owner."] = "Deine Registrierung muss noch vom Betreiber der Seite freigegeben werden."; -$a->strings["You may (optionally) fill in this form via OpenID by supplying your OpenID and clicking 'Register'."] = "Du kannst dieses Formular auch (optional) mit Deiner OpenID ausfüllen, indem Du Deine OpenID angibst und 'Registrieren' klickst."; -$a->strings["If you are not familiar with OpenID, please leave that field blank and fill in the rest of the items."] = "Wenn Du nicht mit OpenID vertraut bist, lass dieses Feld bitte leer und fülle die restlichen Felder aus."; -$a->strings["Your OpenID (optional): "] = "Deine OpenID (optional): "; -$a->strings["Include your profile in member directory?"] = "Soll Dein Profil im Nutzerverzeichnis angezeigt werden?"; -$a->strings["Note for the admin"] = "Hinweis für den Admin"; -$a->strings["Leave a message for the admin, why you want to join this node"] = "Hinterlasse eine Nachricht an den Admin, warum du einen Account auf dieser Instanz haben möchtest."; -$a->strings["Membership on this site is by invitation only."] = "Mitgliedschaft auf dieser Seite ist nur nach vorheriger Einladung möglich."; -$a->strings["Your invitation ID: "] = "ID Deiner Einladung: "; -$a->strings["Your Full Name (e.g. Joe Smith, real or real-looking): "] = "Dein vollständiger Name (z.B. Hans Mustermann, echt oder echt erscheinend):"; -$a->strings["Your Email Address: (Initial information will be send there, so this has to be an existing address.)"] = "Deine E-Mail Adresse (Informationen zur Registrierung werden an diese Adresse gesendet, darum muss sie existieren.)"; -$a->strings["New Password:"] = "Neues Passwort:"; -$a->strings["Leave empty for an auto generated password."] = "Leer lassen um das Passwort automatisch zu generieren."; -$a->strings["Confirm:"] = "Bestätigen:"; -$a->strings["Choose a profile nickname. This must begin with a text character. Your profile address on this site will then be 'nickname@%s'."] = "Wähle einen Spitznamen für Dein Profil. Dieser muss mit einem Buchstaben beginnen. Die Adresse Deines Profils auf dieser Seite wird 'spitzname@%s' sein."; -$a->strings["Choose a nickname: "] = "Spitznamen wählen: "; -$a->strings["Register"] = "Registrieren"; -$a->strings["Import your profile to this friendica instance"] = "Importiere Dein Profil auf diese Friendica Instanz"; -$a->strings["Account approved."] = "Konto freigegeben."; -$a->strings["Registration revoked for %s"] = "Registrierung für %s wurde zurückgezogen"; -$a->strings["Please login."] = "Bitte melde Dich an."; -$a->strings["Remove My Account"] = "Konto löschen"; -$a->strings["This will completely remove your account. Once this has been done it is not recoverable."] = "Dein Konto wird endgültig gelöscht. Es gibt keine Möglichkeit, es wiederherzustellen."; -$a->strings["Please enter your password for verification:"] = "Bitte gib Dein Passwort zur Verifikation ein:"; -$a->strings["Only logged in users are permitted to perform a search."] = "Nur eingeloggten Benutzern ist das Suchen gestattet."; -$a->strings["Too Many Requests"] = "Zu viele Abfragen"; -$a->strings["Only one search per minute is permitted for not logged in users."] = "Es ist nur eine Suchanfrage pro Minute für nicht eingeloggte Benutzer gestattet."; -$a->strings["Items tagged with: %s"] = "Beiträge die mit %s getaggt sind"; $a->strings["Display"] = "Anzeige"; $a->strings["Social Networks"] = "Soziale Netzwerke"; $a->strings["Delegations"] = "Delegationen"; $a->strings["Connected apps"] = "Verbundene Programme"; -$a->strings["Export personal data"] = "Persönliche Daten exportieren"; $a->strings["Remove account"] = "Konto löschen"; $a->strings["Missing some important data!"] = "Wichtige Daten fehlen!"; $a->strings["Failed to connect with email account using the settings provided."] = "Verbindung zum E-Mail-Konto mit den angegebenen Einstellungen nicht möglich."; @@ -1491,6 +1528,7 @@ $a->strings["Features updated"] = "Features aktualisiert"; $a->strings["Relocate message has been send to your contacts"] = "Die Umzugsbenachrichtigung wurde an Deine Kontakte versendet."; $a->strings["Passwords do not match. Password unchanged."] = "Die Passwörter stimmen nicht überein. Das Passwort bleibt unverändert."; $a->strings["Empty passwords are not allowed. Password unchanged."] = "Leere Passwörter sind nicht erlaubt. Passwort bleibt unverändert."; +$a->strings["The new password has been exposed in a public data dump, please choose another."] = "Das neuer Passwort wurde in einem öffentlichen Daten-Dump veröffentlicht. Bitte verwende ein anderes Passwort."; $a->strings["Wrong password."] = "Falsches Passwort."; $a->strings["Password changed."] = "Passwort geändert."; $a->strings["Password update failed. Please try again."] = "Aktualisierung des Passworts gescheitert, bitte versuche es noch einmal."; @@ -1523,6 +1561,8 @@ $a->strings["Built-in support for %s connectivity is %s"] = "Eingebaute Unterst $a->strings["GNU Social (OStatus)"] = "GNU Social (OStatus)"; $a->strings["Email access is disabled on this site."] = "Zugriff auf E-Mails für diese Seite deaktiviert."; $a->strings["General Social Media Settings"] = "Allgemeine Einstellungen zu Sozialen Medien"; +$a->strings["Disable Content Warning"] = "Inhaltswarnungen ausschalten"; +$a->strings["Users on networks like Mastodon or Pleroma are able to set a content warning field which collapse their post by default. This disables the automatic collapsing and sets the content warning as the post title. Doesn't affect any other content filtering you eventually set up."] = "Nutzer von anderen Netzwerken, wie z.B. Mastodon oder Pleroma, können Inhaltswarnungen, welche die Beiträge standardmäßig einklappen. Diese Einstellung deaktiviert das automatische Einklappt solcher Beiträge und setzt die Inhaltswarnung als Titel des Beitrags. Wenn du andere Filtereinstellungen vorgenommen hast, werden diese hierdurch nicht beeinflusst."; $a->strings["Disable intelligent shortening"] = "Intelligentes Link kürzen ausschalten"; $a->strings["Normally the system tries to find the best link to add to shortened posts. If this option is enabled then every shortened post will always point to the original friendica post."] = "Normalerweise versucht das System den besten Link zu finden um ihn zu gekürzten Postings hinzu zu fügen. Wird diese Option ausgewählt wird stets ein Link auf die originale Friendica Nachricht beigefügt."; $a->strings["Automatically follow any GNU Social (OStatus) followers/mentioners"] = "Automatisch allen GNU Social (OStatus) Followern/Erwähnern folgen"; @@ -1598,21 +1638,21 @@ $a->strings["Requires manual approval of contact requests."] = "Kontaktanfragen $a->strings["OpenID:"] = "OpenID:"; $a->strings["(Optional) Allow this OpenID to login to this account."] = "(Optional) Erlaube die Anmeldung für dieses Konto mit dieser OpenID."; $a->strings["Publish your default profile in your local site directory?"] = "Darf Dein Standardprofil im Verzeichnis dieses Servers veröffentlicht werden?"; -$a->strings["Your profile will be published in the global friendica directories (e.g. %s). Your profile will be visible in public."] = ""; +$a->strings["Your profile will be published in the global friendica directories (e.g. %s). Your profile will be visible in public."] = "Dein Profil wird in den globalen Friendica Verzeichnissen (z.B. %s) veröffentlicht. Dein Profil wird öffentlich auffindbar sein."; $a->strings["Publish your default profile in the global social directory?"] = "Darf Dein Standardprofil im weltweiten Verzeichnis veröffentlicht werden?"; -$a->strings["Your profile will be publishedin this node's local directory. Your profile details may be publicly visible depending on the system settings."] = ""; +$a->strings["Your profile will be published in this node's local directory. Your profile details may be publicly visible depending on the system settings."] = "Dein Profil wird im lokalen Verzeichnis dieses Knotens veröffentlicht. Je nach Systemeinstellungen kann es öffentlich auffindbar sein."; $a->strings["Hide your contact/friend list from viewers of your default profile?"] = "Liste der Kontakte vor Betrachtern des Standardprofils verbergen?"; -$a->strings["Your contact list won't be shown in your default profile page. You can decide to show your contact list separately for each additional profile you create"] = ""; +$a->strings["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"] = "Die Liste deiner Kontakte wird nicht in deinem Standard-Profil angezeigt werden. Du kannst für jedes weitere Profil diese Entscheidung separat einstellen."; $a->strings["Hide your profile details from anonymous viewers?"] = "Profil-Details vor unbekannten Betrachtern verbergen?"; -$a->strings["Anonymous visitors will only see your profile picture, your display name and the nickname you are using on your profile page. Disables posting public messages to Diaspora and other networks."] = ""; +$a->strings["Anonymous visitors will only see your profile picture, your display name and the nickname you are using on your profile page. Disables posting public messages to Diaspora and other networks."] = "Anonyme Besucher deines Profils werden ausschließlich dein Profilbild, deinen Namen sowie deinen Spitznamen sehen. Ist diese Option aktiv, können keine öffentlichen Beiträge zu Diaspora und anderen Netzwerken veröffentlicht werden."; $a->strings["Allow friends to post to your profile page?"] = "Dürfen Deine Kontakte auf Deine Pinnwand schreiben?"; -$a->strings["Your contacts may write posts on your profile wall. These posts will be distributed to your contacts"] = ""; +$a->strings["Your contacts may write posts on your profile wall. These posts will be distributed to your contacts"] = "Deine Kontakte können Beiträge auf deiner Pinnwand hinterlassen. Diese werden an deine Kontakte verteilt."; $a->strings["Allow friends to tag your posts?"] = "Dürfen Deine Kontakte Deine Beiträge mit Schlagwörtern versehen?"; -$a->strings["Your contacts can add additional tags to your posts."] = ""; +$a->strings["Your contacts can add additional tags to your posts."] = "Deine Kontakte dürfen deine Beiträge mit zusätzlichen Schlagworten versehen."; $a->strings["Allow us to suggest you as a potential friend to new members?"] = "Dürfen wir Dich neuen Mitgliedern als potentiellen Kontakt vorschlagen?"; -$a->strings["If you like, Friendica may suggest new members to add you as a contact."] = ""; +$a->strings["If you like, Friendica may suggest new members to add you as a contact."] = "Wenn du magst, kann Friendica dich neuen Mitgliedern als Kontakt vorschlagen."; $a->strings["Permit unknown people to send you private mail?"] = "Dürfen Dir Unbekannte private Nachrichten schicken?"; -$a->strings["Friendica network users may send you private messages even if they are not in your contact list."] = ""; +$a->strings["Friendica network users may send you private messages even if they are not in your contact list."] = "Nutzer des Friendica Netzwerks können dir private Nachrichten senden, selbst wenn sie nicht in deine Kontaktliste sind."; $a->strings["Profile is not published."] = "Profil ist nicht veröffentlicht."; $a->strings["Your Identity Address is '%s' or '%s'."] = "Die Adresse deines Profils lautet '%s' oder '%s'."; $a->strings["Automatically expire posts after this many days:"] = "Beiträge verfallen automatisch nach dieser Anzahl von Tagen:"; @@ -1666,94 +1706,22 @@ $a->strings["Show desktop popup on new notifications"] = "Desktop Benachrichtigu $a->strings["Text-only notification emails"] = "Benachrichtigungs E-Mail als Rein-Text."; $a->strings["Send text only notification emails, without the html part"] = "Sende Benachrichtigungs E-Mail als Rein-Text - ohne HTML-Teil"; $a->strings["Show detailled notifications"] = "Detaillierte Benachrichtigungen anzeigen"; -$a->strings["Per default the notificiation are condensed to a single notification per item. When enabled, every notification is displayed."] = "Normalerweise werde alle Benachrichtigungen zu einem Thema zusammengefasst in einer einzigen Mitteilung. Wenn diese Option aktiviert ist, wird jede Mitteilung angezeigt."; +$a->strings["Per default, notifications are condensed to a single notification per item. When enabled every notification is displayed."] = "Normalerweise werde alle Benachrichtigungen zu einem Thema zusammengefasst in einer einzigen Mitteilung. Wenn diese Option aktiviert ist, wird jede Mitteilung angezeigt."; $a->strings["Advanced Account/Page Type Settings"] = "Erweiterte Konto-/Seitentyp-Einstellungen"; $a->strings["Change the behaviour of this account for special situations"] = "Verhalten dieses Kontos in bestimmten Situationen:"; $a->strings["Relocate"] = "Umziehen"; $a->strings["If you have moved this profile from another server, and some of your contacts don't receive your updates, try pushing this button."] = "Wenn Du Dein Profil von einem anderen Server umgezogen hast und einige Deiner Kontakte Deine Beiträge nicht erhalten, verwende diesen Button."; $a->strings["Resend relocate message to contacts"] = "Umzugsbenachrichtigung erneut an Kontakte senden"; -$a->strings["%1\$s is following %2\$s's %3\$s"] = "%1\$s folgt %2\$s %3\$s"; -$a->strings["Tag removed"] = "Tag entfernt"; -$a->strings["Remove Item Tag"] = "Gegenstands-Tag entfernen"; -$a->strings["Select a tag to remove: "] = "Wähle ein Tag zum Entfernen aus: "; -$a->strings["Export account"] = "Account exportieren"; -$a->strings["Export your account info and contacts. Use this to make a backup of your account and/or to move it to another server."] = "Exportiere Deine Accountinformationen und Kontakte. Verwende dies um ein Backup Deines Accounts anzulegen und/oder damit auf einen anderen Server umzuziehen."; -$a->strings["Export all"] = "Alles exportieren"; -$a->strings["Export your accout info, contacts and all your items as json. Could be a very big file, and could take a lot of time. Use this to make a full backup of your account (photos are not exported)"] = "Exportiere Deine Account Informationen, Kontakte und alle Einträge als JSON Datei. Dies könnte eine sehr große Datei werden und dementsprechend viel Zeit benötigen. Verwende dies um ein komplettes Backup Deines Accounts anzulegen (Fotos werden nicht exportiert)."; -$a->strings["Do you really want to delete this video?"] = "Möchtest Du dieses Video wirklich löschen?"; -$a->strings["Delete Video"] = "Video Löschen"; -$a->strings["No videos selected"] = "Keine Videos ausgewählt"; -$a->strings["Recent Videos"] = "Neueste Videos"; -$a->strings["Upload New Videos"] = "Neues Video hochladen"; -$a->strings["No contacts."] = "Keine Kontakte."; -$a->strings["Access denied."] = "Zugriff verweigert."; -$a->strings["Number of daily wall messages for %s exceeded. Message failed."] = "Maximale Anzahl der täglichen Pinnwand Nachrichten für %s ist überschritten. Zustellung fehlgeschlagen."; -$a->strings["Unable to check your home location."] = "Konnte Deinen Heimatort nicht bestimmen."; -$a->strings["No recipient."] = "Kein Empfänger."; -$a->strings["If you wish for %s to respond, please check that the privacy settings on your site allow private mail from unknown senders."] = "Wenn Du möchtest, dass %s Dir antworten kann, überprüfe Deine Privatsphären-Einstellungen und erlaube private Nachrichten von unbekannten Absendern."; -$a->strings["default"] = "Standard"; -$a->strings["greenzero"] = "greenzero"; -$a->strings["purplezero"] = "purplezero"; -$a->strings["easterbunny"] = "easterbunny"; -$a->strings["darkzero"] = "darkzero"; -$a->strings["comix"] = "comix"; -$a->strings["slackr"] = "slackr"; -$a->strings["Variations"] = "Variationen"; -$a->strings["Repeat the image"] = "Bild wiederholen"; -$a->strings["Will repeat your image to fill the background."] = "Wiederholt das Bild um den Hintergrund auszufüllen."; -$a->strings["Stretch"] = "Strecken"; -$a->strings["Will stretch to width/height of the image."] = "Streckt Breite/Höhe des Bildes."; -$a->strings["Resize fill and-clip"] = "Größe anpassen - Ausfüllen und abschneiden"; -$a->strings["Resize to fill and retain aspect ratio."] = "Größe anpassen: Ausfüllen und Seitenverhältnis beibehalten"; -$a->strings["Resize best fit"] = "Größe anpassen - Optimale Größe"; -$a->strings["Resize to best fit and retain aspect ratio."] = "Größe anpassen - Optimale Größe und Seitenverhältnisse beibehalten"; -$a->strings["Default"] = "Standard"; -$a->strings["Note"] = "Hinweis"; -$a->strings["Check image permissions if all users are allowed to visit the image"] = "Überprüfe, dass alle Benutzer die Berechtigung haben dieses Bild anzusehen"; -$a->strings["Select scheme"] = "Schema auswählen"; -$a->strings["Navigation bar background color"] = "Hintergrundfarbe der Navigationsleiste"; -$a->strings["Navigation bar icon color "] = "Icon Farbe in der Navigationsleiste"; -$a->strings["Link color"] = "Linkfarbe"; -$a->strings["Set the background color"] = "Hintergrundfarbe festlegen"; -$a->strings["Content background opacity"] = "Opazität des Hintergrunds von Beiträgen"; -$a->strings["Set the background image"] = "Hintergrundbild festlegen"; -$a->strings["Login page background image"] = "Hintergrundbild der Login-Seite"; -$a->strings["Login page background color"] = "Hintergrundfarbe der Login-Seite"; -$a->strings["Leave background image and color empty for theme defaults"] = "Wenn die Theme Vorgaben verwendet werden sollen, lass bitte die Felder für die Hintergrundfarbe und das Hintergrundbild leer."; -$a->strings["Guest"] = "Gast"; -$a->strings["Visitor"] = "Besucher"; -$a->strings["Logout"] = "Abmelden"; -$a->strings["End this session"] = "Diese Sitzung beenden"; -$a->strings["Your posts and conversations"] = "Deine Beiträge und Unterhaltungen"; -$a->strings["Your profile page"] = "Deine Profilseite"; -$a->strings["Your photos"] = "Deine Fotos"; -$a->strings["Videos"] = "Videos"; -$a->strings["Your videos"] = "Deine Videos"; -$a->strings["Your events"] = "Deine Ereignisse"; -$a->strings["Conversations from your friends"] = "Unterhaltungen Deiner Kontakte"; -$a->strings["Events and Calendar"] = "Ereignisse und Kalender"; -$a->strings["Private mail"] = "Private E-Mail"; -$a->strings["Account settings"] = "Kontoeinstellungen"; -$a->strings["Manage/edit friends and contacts"] = " Kontakte verwalten/editieren"; -$a->strings["Alignment"] = "Ausrichtung"; -$a->strings["Left"] = "Links"; -$a->strings["Center"] = "Mitte"; -$a->strings["Color scheme"] = "Farbschema"; -$a->strings["Posts font size"] = "Schriftgröße in Beiträgen"; -$a->strings["Textareas font size"] = "Schriftgröße in Eingabefeldern"; -$a->strings["Comma separated list of helper forums"] = "Komma-Separierte Liste der Helfer-Foren"; -$a->strings["Set style"] = "Stil auswählen"; -$a->strings["Community Pages"] = "Foren"; -$a->strings["Community Profiles"] = "Community-Profile"; -$a->strings["Help or @NewHere ?"] = "Hilfe oder @NewHere"; -$a->strings["Connect Services"] = "Verbinde Dienste"; -$a->strings["Find Friends"] = "Kontakte finden"; -$a->strings["Last users"] = "Letzte Nutzer"; -$a->strings["Local Directory"] = "Lokales Verzeichnis"; -$a->strings["Similar Interests"] = "Ähnliche Interessen"; -$a->strings["Invite Friends"] = "Freunde einladen"; -$a->strings["External link to forum"] = "Externer Link zum Forum"; -$a->strings["Quick Start"] = "Schnell-Start"; +$a->strings["Error decoding account file"] = "Fehler beim Verarbeiten der Account Datei"; +$a->strings["Error! No version data in file! This is not a Friendica account file?"] = "Fehler! Keine Versionsdaten in der Datei! Ist das wirklich eine Friendica Account Datei?"; +$a->strings["User '%s' already exists on this server!"] = "Nutzer '%s' existiert bereits auf diesem Server!"; +$a->strings["User creation error"] = "Fehler beim Anlegen des Nutzeraccounts aufgetreten"; +$a->strings["User profile creation error"] = "Fehler beim Anlegen des Nutzerkontos"; +$a->strings["%d contact not imported"] = [ + 0 => "%d Kontakt nicht importiert", + 1 => "%d Kontakte nicht importiert", +]; +$a->strings["Done. You can now login with your username and password"] = "Erledigt. Du kannst Dich jetzt mit Deinem Nutzernamen und Passwort anmelden"; $a->strings["System"] = "System"; $a->strings["Home"] = "Pinnwand"; $a->strings["Introductions"] = "Kontaktanfragen"; @@ -1768,16 +1736,13 @@ $a->strings["%s is now friends with %s"] = "%s ist jetzt mit %s befreundet"; $a->strings["Friend Suggestion"] = "Kontaktvorschlag"; $a->strings["Friend/Connect Request"] = "Kontakt-/Freundschaftsanfrage"; $a->strings["New Follower"] = "Neuer Bewunderer"; -$a->strings["Error decoding account file"] = "Fehler beim Verarbeiten der Account Datei"; -$a->strings["Error! No version data in file! This is not a Friendica account file?"] = "Fehler! Keine Versionsdaten in der Datei! Ist das wirklich eine Friendica Account Datei?"; -$a->strings["User '%s' already exists on this server!"] = "Nutzer '%s' existiert bereits auf diesem Server!"; -$a->strings["User creation error"] = "Fehler beim Anlegen des Nutzeraccounts aufgetreten"; -$a->strings["User profile creation error"] = "Fehler beim Anlegen des Nutzerkontos"; -$a->strings["%d contact not imported"] = [ - 0 => "%d Kontakt nicht importiert", - 1 => "%d Kontakte nicht importiert", -]; -$a->strings["Done. You can now login with your username and password"] = "Erledigt. Du kannst Dich jetzt mit Deinem Nutzernamen und Passwort anmelden"; +$a->strings["Post to Email"] = "An E-Mail senden"; +$a->strings["Hide your profile details from unknown viewers?"] = "Profil-Details vor unbekannten Betrachtern verbergen?"; +$a->strings["Connectors disabled, since \"%s\" is enabled."] = "Konnektoren sind nicht verfügbar, da \"%s\" aktiv ist."; +$a->strings["Visible to everybody"] = "Für jeden sichtbar"; +$a->strings["show"] = "zeigen"; +$a->strings["don't show"] = "nicht zeigen"; +$a->strings["Close"] = "Schließen"; $a->strings["Birthday:"] = "Geburtstag:"; $a->strings["YYYY-MM-DD or MM-DD"] = "YYYY-MM-DD oder MM-DD"; $a->strings["never"] = "nie"; @@ -1801,6 +1766,129 @@ $a->strings["$1 wrote:"] = "$1 hat geschrieben:"; $a->strings["Encrypted content"] = "Verschlüsselter Inhalt"; $a->strings["Invalid source protocol"] = "Ungültiges Quell-Protokoll"; $a->strings["Invalid link protocol"] = "Ungültiges Link-Protokoll"; +$a->strings["External link to forum"] = "Externer Link zum Forum"; +$a->strings["Nothing new here"] = "Keine Neuigkeiten"; +$a->strings["Clear notifications"] = "Bereinige Benachrichtigungen"; +$a->strings["Logout"] = "Abmelden"; +$a->strings["End this session"] = "Diese Sitzung beenden"; +$a->strings["Your posts and conversations"] = "Deine Beiträge und Unterhaltungen"; +$a->strings["Your profile page"] = "Deine Profilseite"; +$a->strings["Your photos"] = "Deine Fotos"; +$a->strings["Videos"] = "Videos"; +$a->strings["Your videos"] = "Deine Videos"; +$a->strings["Your events"] = "Deine Ereignisse"; +$a->strings["Personal notes"] = "Persönliche Notizen"; +$a->strings["Your personal notes"] = "Deine persönlichen Notizen"; +$a->strings["Sign in"] = "Anmelden"; +$a->strings["Home Page"] = "Homepage"; +$a->strings["Create an account"] = "Nutzerkonto erstellen"; +$a->strings["Help and documentation"] = "Hilfe und Dokumentation"; +$a->strings["Apps"] = "Apps"; +$a->strings["Addon applications, utilities, games"] = "Addon Anwendungen, Dienstprogramme, Spiele"; +$a->strings["Search site content"] = "Inhalt der Seite durchsuchen"; +$a->strings["Community"] = "Gemeinschaft"; +$a->strings["Conversations on this and other servers"] = "Unterhaltungen auf diesem und anderer Server"; +$a->strings["Events and Calendar"] = "Ereignisse und Kalender"; +$a->strings["Directory"] = "Verzeichnis"; +$a->strings["People directory"] = "Nutzerverzeichnis"; +$a->strings["Information about this friendica instance"] = "Informationen zu dieser Friendica Instanz"; +$a->strings["Conversations from your friends"] = "Unterhaltungen Deiner Kontakte"; +$a->strings["Network Reset"] = "Netzwerk zurücksetzen"; +$a->strings["Load Network page with no filters"] = "Netzwerk-Seite ohne Filter laden"; +$a->strings["Friend Requests"] = "Kontaktanfragen"; +$a->strings["See all notifications"] = "Alle Benachrichtigungen anzeigen"; +$a->strings["Mark all system notifications seen"] = "Markiere alle Systembenachrichtigungen als gelesen"; +$a->strings["Private mail"] = "Private E-Mail"; +$a->strings["Inbox"] = "Eingang"; +$a->strings["Outbox"] = "Ausgang"; +$a->strings["Manage"] = "Verwalten"; +$a->strings["Manage other pages"] = "Andere Seiten verwalten"; +$a->strings["Account settings"] = "Kontoeinstellungen"; +$a->strings["Profiles"] = "Profile"; +$a->strings["Manage/Edit Profiles"] = "Profile Verwalten/Editieren"; +$a->strings["Manage/edit friends and contacts"] = " Kontakte verwalten/editieren"; +$a->strings["Site setup and configuration"] = "Einstellungen der Seite und Konfiguration"; +$a->strings["Navigation"] = "Navigation"; +$a->strings["Site map"] = "Sitemap"; +$a->strings["Embedding disabled"] = "Einbettungen deaktiviert"; +$a->strings["Embedded content"] = "Eingebetteter Inhalt"; +$a->strings["Export"] = "Exportieren"; +$a->strings["Export calendar as ical"] = "Kalender als ical exportieren"; +$a->strings["Export calendar as csv"] = "Kalender als csv exportieren"; +$a->strings["General Features"] = "Allgemeine Features"; +$a->strings["Multiple Profiles"] = "Mehrere Profile"; +$a->strings["Ability to create multiple profiles"] = "Möglichkeit mehrere Profile zu erstellen"; +$a->strings["Photo Location"] = "Aufnahmeort"; +$a->strings["Photo metadata is normally stripped. This extracts the location (if present) prior to stripping metadata and links it to a map."] = "Die Foto-Metadaten werden ausgelesen. Dadurch kann der Aufnahmeort (wenn vorhanden) in einer Karte angezeigt werden."; +$a->strings["Export Public Calendar"] = "Öffentlichen Kalender exportieren"; +$a->strings["Ability for visitors to download the public calendar"] = "Möglichkeit für Besucher den öffentlichen Kalender herunter zu laden"; +$a->strings["Post Composition Features"] = "Beitragserstellung Features"; +$a->strings["Post Preview"] = "Beitragsvorschau"; +$a->strings["Allow previewing posts and comments before publishing them"] = "Die Vorschau von Beiträgen und Kommentaren vor dem absenden erlauben."; +$a->strings["Auto-mention Forums"] = "Foren automatisch erwähnen"; +$a->strings["Add/remove mention when a forum page is selected/deselected in ACL window."] = "Automatisch eine @-Erwähnung eines Forums einfügen/entfehrnen, wenn dieses im ACL Fenster de-/markiert wurde."; +$a->strings["Network Sidebar Widgets"] = "Widgets für Netzwerk und Seitenleiste"; +$a->strings["Search by Date"] = "Archiv"; +$a->strings["Ability to select posts by date ranges"] = "Möglichkeit die Beiträge nach Datumsbereichen zu sortieren"; +$a->strings["List Forums"] = "Zeige Foren"; +$a->strings["Enable widget to display the forums your are connected with"] = "Aktiviere Widget, um die Foren mit denen du verbunden bist anzuzeigen"; +$a->strings["Group Filter"] = "Gruppen Filter"; +$a->strings["Enable widget to display Network posts only from selected group"] = "Widget zur Darstellung der Beiträge nach Kontaktgruppen sortiert aktivieren."; +$a->strings["Network Filter"] = "Netzwerk Filter"; +$a->strings["Enable widget to display Network posts only from selected network"] = "Widget zum filtern der Beiträge in Abhängigkeit des Netzwerks aus dem der Ersteller sendet aktivieren."; +$a->strings["Save search terms for re-use"] = "Speichere Suchanfragen für spätere Wiederholung."; +$a->strings["Network Tabs"] = "Netzwerk Reiter"; +$a->strings["Network Personal Tab"] = "Netzwerk-Reiter: Persönlich"; +$a->strings["Enable tab to display only Network posts that you've interacted on"] = "Aktiviert einen Netzwerk-Reiter in dem Nachrichten angezeigt werden mit denen Du interagiert hast"; +$a->strings["Network New Tab"] = "Netzwerk-Reiter: Neue"; +$a->strings["Enable tab to display only new Network posts (from the last 12 hours)"] = "Aktiviert einen Netzwerk-Reiter in dem ausschließlich neue Beiträge (der letzten 12 Stunden) angezeigt werden"; +$a->strings["Network Shared Links Tab"] = "Netzwerk-Reiter: Geteilte Links"; +$a->strings["Enable tab to display only Network posts with links in them"] = "Aktiviert einen Netzwerk-Reiter der ausschließlich Nachrichten mit Links enthält"; +$a->strings["Post/Comment Tools"] = "Werkzeuge für Beiträge und Kommentare"; +$a->strings["Multiple Deletion"] = "Mehrere Beiträge löschen"; +$a->strings["Select and delete multiple posts/comments at once"] = "Mehrere Beiträge/Kommentare markieren und gleichzeitig löschen"; +$a->strings["Edit Sent Posts"] = "Gesendete Beiträge editieren"; +$a->strings["Edit and correct posts and comments after sending"] = "Erlaubt es Beiträge und Kommentare nach dem Senden zu editieren bzw.zu korrigieren."; +$a->strings["Tagging"] = "Tagging"; +$a->strings["Ability to tag existing posts"] = "Möglichkeit bereits existierende Beiträge nachträglich mit Tags zu versehen."; +$a->strings["Post Categories"] = "Beitragskategorien"; +$a->strings["Add categories to your posts"] = "Eigene Beiträge mit Kategorien versehen"; +$a->strings["Saved Folders"] = "Gespeicherte Ordner"; +$a->strings["Ability to file posts under folders"] = "Beiträge in Ordnern speichern aktivieren"; +$a->strings["Dislike Posts"] = "Beiträge 'nicht mögen'"; +$a->strings["Ability to dislike posts/comments"] = "Ermöglicht es Beiträge mit einem Klick 'nicht zu mögen'"; +$a->strings["Star Posts"] = "Beiträge Markieren"; +$a->strings["Ability to mark special posts with a star indicator"] = "Erlaubt es Beiträge mit einem Stern-Indikator zu markieren"; +$a->strings["Mute Post Notifications"] = "Benachrichtigungen für Beiträge Stumm schalten"; +$a->strings["Ability to mute notifications for a thread"] = "Möglichkeit Benachrichtigungen für einen Thread abbestellen zu können"; +$a->strings["Advanced Profile Settings"] = "Erweiterte Profil-Einstellungen"; +$a->strings["Show visitors public community forums at the Advanced Profile Page"] = "Zeige Besuchern öffentliche Gemeinschafts-Foren auf der Erweiterten Profil-Seite"; +$a->strings["Tag Cloud"] = "Schlagwort Wolke"; +$a->strings["Provide a personal tag cloud on your profile page"] = "Wortwolke aus den von dir verwendeten Schlagwörtern im Profil anzeigen."; +$a->strings["Display Membership Date"] = "Mitgliedschaftsdatum anzeigen"; +$a->strings["Display membership date in profile"] = "Soll das Datum der Registrierung deines Accounts im Profil angezeigt werden."; +$a->strings["Add New Contact"] = "Neuen Kontakt hinzufügen"; +$a->strings["Enter address or web location"] = "Adresse oder Web-Link eingeben"; +$a->strings["Example: bob@example.com, http://example.com/barbara"] = "Beispiel: bob@example.com, http://example.com/barbara"; +$a->strings["%d invitation available"] = [ + 0 => "%d Einladung verfügbar", + 1 => "%d Einladungen verfügbar", +]; +$a->strings["Find People"] = "Leute finden"; +$a->strings["Enter name or interest"] = "Name oder Interessen eingeben"; +$a->strings["Examples: Robert Morgenstein, Fishing"] = "Beispiel: Robert Morgenstein, Angeln"; +$a->strings["Similar Interests"] = "Ähnliche Interessen"; +$a->strings["Random Profile"] = "Zufälliges Profil"; +$a->strings["Invite Friends"] = "Freunde einladen"; +$a->strings["View Global Directory"] = "Globales Verzeichnis betrachten"; +$a->strings["Networks"] = "Netzwerke"; +$a->strings["All Networks"] = "Alle Netzwerke"; +$a->strings["Everything"] = "Alles"; +$a->strings["Categories"] = "Kategorien"; +$a->strings["%d contact in common"] = [ + 0 => "%d gemeinsamer Kontakt", + 1 => "%d gemeinsame Kontakte", +]; $a->strings["Frequently"] = "immer wieder"; $a->strings["Hourly"] = "Stündlich"; $a->strings["Twice daily"] = "Zweimal täglich"; @@ -1817,7 +1905,7 @@ $a->strings["MySpace"] = "MySpace"; $a->strings["Google+"] = "Google+"; $a->strings["pump.io"] = "pump.io"; $a->strings["Twitter"] = "Twitter"; -$a->strings["Diaspora Connector"] = "Diaspora"; +$a->strings["Diaspora Connector"] = "Diaspora Connector"; $a->strings["GNU Social Connector"] = "GNU social Connector"; $a->strings["pnut"] = "pnut"; $a->strings["App.net"] = "App.net"; @@ -1878,110 +1966,6 @@ $a->strings["Uncertain"] = "Unsicher"; $a->strings["It's complicated"] = "Ist kompliziert"; $a->strings["Don't care"] = "Ist mir nicht wichtig"; $a->strings["Ask me"] = "Frag mich"; -$a->strings["Nothing new here"] = "Keine Neuigkeiten"; -$a->strings["Clear notifications"] = "Bereinige Benachrichtigungen"; -$a->strings["Personal notes"] = "Persönliche Notizen"; -$a->strings["Your personal notes"] = "Deine persönlichen Notizen"; -$a->strings["Sign in"] = "Anmelden"; -$a->strings["Home Page"] = "Homepage"; -$a->strings["Create an account"] = "Nutzerkonto erstellen"; -$a->strings["Help and documentation"] = "Hilfe und Dokumentation"; -$a->strings["Apps"] = "Apps"; -$a->strings["Addon applications, utilities, games"] = "Addon Anwendungen, Dienstprogramme, Spiele"; -$a->strings["Search site content"] = "Inhalt der Seite durchsuchen"; -$a->strings["Community"] = "Gemeinschaft"; -$a->strings["Conversations on this and other servers"] = "Unterhaltungen auf diesem und anderer Server"; -$a->strings["Directory"] = "Verzeichnis"; -$a->strings["People directory"] = "Nutzerverzeichnis"; -$a->strings["Information about this friendica instance"] = "Informationen zu dieser Friendica Instanz"; -$a->strings["Network Reset"] = "Netzwerk zurücksetzen"; -$a->strings["Load Network page with no filters"] = "Netzwerk-Seite ohne Filter laden"; -$a->strings["Friend Requests"] = "Kontaktanfragen"; -$a->strings["See all notifications"] = "Alle Benachrichtigungen anzeigen"; -$a->strings["Mark all system notifications seen"] = "Markiere alle Systembenachrichtigungen als gelesen"; -$a->strings["Inbox"] = "Eingang"; -$a->strings["Outbox"] = "Ausgang"; -$a->strings["Manage"] = "Verwalten"; -$a->strings["Manage other pages"] = "Andere Seiten verwalten"; -$a->strings["Profiles"] = "Profile"; -$a->strings["Manage/Edit Profiles"] = "Profile Verwalten/Editieren"; -$a->strings["Site setup and configuration"] = "Einstellungen der Seite und Konfiguration"; -$a->strings["Navigation"] = "Navigation"; -$a->strings["Site map"] = "Sitemap"; -$a->strings["General Features"] = "Allgemeine Features"; -$a->strings["Multiple Profiles"] = "Mehrere Profile"; -$a->strings["Ability to create multiple profiles"] = "Möglichkeit mehrere Profile zu erstellen"; -$a->strings["Photo Location"] = "Aufnahmeort"; -$a->strings["Photo metadata is normally stripped. This extracts the location (if present) prior to stripping metadata and links it to a map."] = "Die Foto-Metadaten werden ausgelesen. Dadurch kann der Aufnahmeort (wenn vorhanden) in einer Karte angezeigt werden."; -$a->strings["Export Public Calendar"] = "Öffentlichen Kalender exportieren"; -$a->strings["Ability for visitors to download the public calendar"] = "Möglichkeit für Besucher den öffentlichen Kalender herunter zu laden"; -$a->strings["Post Composition Features"] = "Beitragserstellung Features"; -$a->strings["Post Preview"] = "Beitragsvorschau"; -$a->strings["Allow previewing posts and comments before publishing them"] = "Die Vorschau von Beiträgen und Kommentaren vor dem absenden erlauben."; -$a->strings["Auto-mention Forums"] = "Foren automatisch erwähnen"; -$a->strings["Add/remove mention when a forum page is selected/deselected in ACL window."] = "Automatisch eine @-Erwähnung eines Forums einfügen/entfehrnen, wenn dieses im ACL Fenster de-/markiert wurde."; -$a->strings["Network Sidebar Widgets"] = "Widgets für Netzwerk und Seitenleiste"; -$a->strings["Search by Date"] = "Archiv"; -$a->strings["Ability to select posts by date ranges"] = "Möglichkeit die Beiträge nach Datumsbereichen zu sortieren"; -$a->strings["List Forums"] = "Zeige Foren"; -$a->strings["Enable widget to display the forums your are connected with"] = "Aktiviere Widget, um die Foren mit denen du verbunden bist anzuzeigen"; -$a->strings["Group Filter"] = "Gruppen Filter"; -$a->strings["Enable widget to display Network posts only from selected group"] = "Widget zur Darstellung der Beiträge nach Kontaktgruppen sortiert aktivieren."; -$a->strings["Network Filter"] = "Netzwerk Filter"; -$a->strings["Enable widget to display Network posts only from selected network"] = "Widget zum filtern der Beiträge in Abhängigkeit des Netzwerks aus dem der Ersteller sendet aktivieren."; -$a->strings["Save search terms for re-use"] = "Speichere Suchanfragen für spätere Wiederholung."; -$a->strings["Network Tabs"] = "Netzwerk Reiter"; -$a->strings["Network Personal Tab"] = "Netzwerk-Reiter: Persönlich"; -$a->strings["Enable tab to display only Network posts that you've interacted on"] = "Aktiviert einen Netzwerk-Reiter in dem Nachrichten angezeigt werden mit denen Du interagiert hast"; -$a->strings["Network New Tab"] = "Netzwerk-Reiter: Neue"; -$a->strings["Enable tab to display only new Network posts (from the last 12 hours)"] = "Aktiviert einen Netzwerk-Reiter in dem ausschließlich neue Beiträge (der letzten 12 Stunden) angezeigt werden"; -$a->strings["Network Shared Links Tab"] = "Netzwerk-Reiter: Geteilte Links"; -$a->strings["Enable tab to display only Network posts with links in them"] = "Aktiviert einen Netzwerk-Reiter der ausschließlich Nachrichten mit Links enthält"; -$a->strings["Post/Comment Tools"] = "Werkzeuge für Beiträge und Kommentare"; -$a->strings["Multiple Deletion"] = "Mehrere Beiträge löschen"; -$a->strings["Select and delete multiple posts/comments at once"] = "Mehrere Beiträge/Kommentare markieren und gleichzeitig löschen"; -$a->strings["Edit Sent Posts"] = "Gesendete Beiträge editieren"; -$a->strings["Edit and correct posts and comments after sending"] = "Erlaubt es Beiträge und Kommentare nach dem Senden zu editieren bzw.zu korrigieren."; -$a->strings["Tagging"] = "Tagging"; -$a->strings["Ability to tag existing posts"] = "Möglichkeit bereits existierende Beiträge nachträglich mit Tags zu versehen."; -$a->strings["Post Categories"] = "Beitragskategorien"; -$a->strings["Add categories to your posts"] = "Eigene Beiträge mit Kategorien versehen"; -$a->strings["Saved Folders"] = "Gespeicherte Ordner"; -$a->strings["Ability to file posts under folders"] = "Beiträge in Ordnern speichern aktivieren"; -$a->strings["Dislike Posts"] = "Beiträge 'nicht mögen'"; -$a->strings["Ability to dislike posts/comments"] = "Ermöglicht es Beiträge mit einem Klick 'nicht zu mögen'"; -$a->strings["Star Posts"] = "Beiträge Markieren"; -$a->strings["Ability to mark special posts with a star indicator"] = "Erlaubt es Beiträge mit einem Stern-Indikator zu markieren"; -$a->strings["Mute Post Notifications"] = "Benachrichtigungen für Beiträge Stumm schalten"; -$a->strings["Ability to mute notifications for a thread"] = "Möglichkeit Benachrichtigungen für einen Thread abbestellen zu können"; -$a->strings["Advanced Profile Settings"] = "Erweiterte Profil-Einstellungen"; -$a->strings["Show visitors public community forums at the Advanced Profile Page"] = "Zeige Besuchern öffentliche Gemeinschafts-Foren auf der Erweiterten Profil-Seite"; -$a->strings["Tag Cloud"] = "Schlagwort Wolke"; -$a->strings["Provide a personal tag cloud on your profile page"] = "Wortwolke aus den von dir verwendeten Schlagwörtern im Profil anzeigen."; -$a->strings["Display Membership Date"] = "Mitgliedschaftsdatum anzeigen"; -$a->strings["Display membership date in profile"] = "Soll das Datum der Registrierung deines Accounts im Profil angezeigt werden."; -$a->strings["Embedding disabled"] = "Einbettungen deaktiviert"; -$a->strings["Embedded content"] = "Eingebetteter Inhalt"; -$a->strings["Add New Contact"] = "Neuen Kontakt hinzufügen"; -$a->strings["Enter address or web location"] = "Adresse oder Web-Link eingeben"; -$a->strings["Example: bob@example.com, http://example.com/barbara"] = "Beispiel: bob@example.com, http://example.com/barbara"; -$a->strings["%d invitation available"] = [ - 0 => "%d Einladung verfügbar", - 1 => "%d Einladungen verfügbar", -]; -$a->strings["Find People"] = "Leute finden"; -$a->strings["Enter name or interest"] = "Name oder Interessen eingeben"; -$a->strings["Examples: Robert Morgenstein, Fishing"] = "Beispiel: Robert Morgenstein, Angeln"; -$a->strings["Random Profile"] = "Zufälliges Profil"; -$a->strings["View Global Directory"] = "Globales Verzeichnis betrachten"; -$a->strings["Networks"] = "Netzwerke"; -$a->strings["All Networks"] = "Alle Netzwerke"; -$a->strings["Everything"] = "Alles"; -$a->strings["Categories"] = "Kategorien"; -$a->strings["%d contact in common"] = [ - 0 => "%d gemeinsamer Kontakt", - 1 => "%d gemeinsame Kontakte", -]; $a->strings["There are no tables on MyISAM."] = "Es gibt keine MyISAM Tabellen."; $a->strings["\n\t\t\t\tThe friendica developers released update %s recently,\n\t\t\t\tbut when I tried to install it, something went terribly wrong.\n\t\t\t\tThis needs to be fixed soon and I can't do it alone. Please contact a\n\t\t\t\tfriendica developer if you can not help me on your own. My database might be invalid."] = "\nDie Friendica-Entwickler haben vor kurzem das Update %s veröffentlicht, aber bei der Installation ging etwas schrecklich schief.\n\nDas Problem sollte so schnell wie möglich gelöst werden, aber ich schaffe es nicht alleine. Bitte kontaktiere einen Friendica-Entwickler falls Du mir nicht alleine helfen kannst. Meine Datenbank könnte ungültig sein."; $a->strings["The error message is\n[pre]%s[/pre]"] = "Die Fehlermeldung lautet\n[pre]%s[/pre]"; @@ -1989,35 +1973,6 @@ $a->strings["\nError %d occurred during database update:\n%s\n"] = "\nFehler %d $a->strings["Errors encountered performing database changes: "] = "Fehler beim Ändern der Datenbank aufgetreten"; $a->strings[": Database update"] = ": Datenbank Update"; $a->strings["%s: updating %s table."] = "%s: aktualisiere Tabelle %s"; -$a->strings["A deleted group with this name was revived. Existing item permissions may apply to this group and any future members. If this is not what you intended, please create another group with a different name."] = "Eine gelöschte Gruppe mit diesem Namen wurde wiederbelebt. Bestehende Berechtigungseinstellungen könnten auf diese Gruppe oder zukünftige Mitglieder angewandt werden. Falls Du dies nicht möchtest, erstelle bitte eine andere Gruppe mit einem anderen Namen."; -$a->strings["Default privacy group for new contacts"] = "Voreingestellte Gruppe für neue Kontakte"; -$a->strings["Everybody"] = "Alle Kontakte"; -$a->strings["edit"] = "bearbeiten"; -$a->strings["Edit group"] = "Gruppe bearbeiten"; -$a->strings["Contacts not in any group"] = "Kontakte in keiner Gruppe"; -$a->strings["Create a new group"] = "Neue Gruppe erstellen"; -$a->strings["Edit groups"] = "Gruppen bearbeiten"; -$a->strings["Drop Contact"] = "Kontakt löschen"; -$a->strings["Organisation"] = "Organisation"; -$a->strings["News"] = "Nachrichten"; -$a->strings["Forum"] = "Forum"; -$a->strings["Connect URL missing."] = "Connect-URL fehlt"; -$a->strings["The contact could not be added. Please check the relevant network credentials in your Settings -> Social Networks page."] = "Der Kontakt konnte nicht hinzugefügt werden. Bitte überprüfe die Einstellungen unter Einstellungen -> Soziale Netzwerke"; -$a->strings["This site is not configured to allow communications with other networks."] = "Diese Seite ist so konfiguriert, dass keine Kommunikation mit anderen Netzwerken erfolgen kann."; -$a->strings["No compatible communication protocols or feeds were discovered."] = "Es wurden keine kompatiblen Kommunikationsprotokolle oder Feeds gefunden."; -$a->strings["The profile address specified does not provide adequate information."] = "Die angegebene Profiladresse liefert unzureichende Informationen."; -$a->strings["An author or name was not found."] = "Es wurde kein Autor oder Name gefunden."; -$a->strings["No browser URL could be matched to this address."] = "Zu dieser Adresse konnte keine passende Browser URL gefunden werden."; -$a->strings["Unable to match @-style Identity Address with a known protocol or email contact."] = "Konnte die @-Adresse mit keinem der bekannten Protokolle oder Email-Kontakte abgleichen."; -$a->strings["Use mailto: in front of address to force email check."] = "Verwende mailto: vor der Email Adresse, um eine Überprüfung der E-Mail-Adresse zu erzwingen."; -$a->strings["The profile address specified belongs to a network which has been disabled on this site."] = "Die Adresse dieses Profils gehört zu einem Netzwerk, mit dem die Kommunikation auf dieser Seite ausgeschaltet wurde."; -$a->strings["Limited profile. This person will be unable to receive direct/personal notifications from you."] = "Eingeschränktes Profil. Diese Person wird keine direkten/privaten Nachrichten von Dir erhalten können."; -$a->strings["Unable to retrieve contact information."] = "Konnte die Kontaktinformationen nicht empfangen."; -$a->strings["%s's birthday"] = "%ss Geburtstag"; -$a->strings["Happy Birthday %s"] = "Herzlichen Glückwunsch %s"; -$a->strings["%1\$s is attending %2\$s's %3\$s"] = "%1\$s nimmt an %2\$ss %3\$s teil."; -$a->strings["%1\$s is not attending %2\$s's %3\$s"] = "%1\$s nimmt nicht an %2\$ss %3\$s teil."; -$a->strings["%1\$s may attend %2\$s's %3\$s"] = "%1\$s nimmt eventuell an %2\$ss %3\$s teil."; $a->strings["[no subject]"] = "[kein Betreff]"; $a->strings["Requested account is not available."] = "Das angefragte Profil ist nicht vorhanden."; $a->strings["Edit profile"] = "Profil bearbeiten"; @@ -2048,6 +2003,49 @@ $a->strings["Work/employment:"] = "Arbeit/Beschäftigung:"; $a->strings["School/education:"] = "Schule/Ausbildung:"; $a->strings["Forums:"] = "Foren:"; $a->strings["Only You Can See This"] = "Nur Du kannst das sehen"; +$a->strings["%1\$s is attending %2\$s's %3\$s"] = "%1\$s nimmt an %2\$ss %3\$s teil."; +$a->strings["%1\$s is not attending %2\$s's %3\$s"] = "%1\$s nimmt nicht an %2\$ss %3\$s teil."; +$a->strings["%1\$s may attend %2\$s's %3\$s"] = "%1\$s nimmt eventuell an %2\$ss %3\$s teil."; +$a->strings["A deleted group with this name was revived. Existing item permissions may apply to this group and any future members. If this is not what you intended, please create another group with a different name."] = "Eine gelöschte Gruppe mit diesem Namen wurde wiederbelebt. Bestehende Berechtigungseinstellungen könnten auf diese Gruppe oder zukünftige Mitglieder angewandt werden. Falls Du dies nicht möchtest, erstelle bitte eine andere Gruppe mit einem anderen Namen."; +$a->strings["Default privacy group for new contacts"] = "Voreingestellte Gruppe für neue Kontakte"; +$a->strings["Everybody"] = "Alle Kontakte"; +$a->strings["edit"] = "bearbeiten"; +$a->strings["Edit group"] = "Gruppe bearbeiten"; +$a->strings["Contacts not in any group"] = "Kontakte in keiner Gruppe"; +$a->strings["Create a new group"] = "Neue Gruppe erstellen"; +$a->strings["Edit groups"] = "Gruppen bearbeiten"; +$a->strings["Drop Contact"] = "Kontakt löschen"; +$a->strings["Organisation"] = "Organisation"; +$a->strings["News"] = "Nachrichten"; +$a->strings["Forum"] = "Forum"; +$a->strings["Connect URL missing."] = "Connect-URL fehlt"; +$a->strings["The contact could not be added. Please check the relevant network credentials in your Settings -> Social Networks page."] = "Der Kontakt konnte nicht hinzugefügt werden. Bitte überprüfe die Einstellungen unter Einstellungen -> Soziale Netzwerke"; +$a->strings["This site is not configured to allow communications with other networks."] = "Diese Seite ist so konfiguriert, dass keine Kommunikation mit anderen Netzwerken erfolgen kann."; +$a->strings["No compatible communication protocols or feeds were discovered."] = "Es wurden keine kompatiblen Kommunikationsprotokolle oder Feeds gefunden."; +$a->strings["The profile address specified does not provide adequate information."] = "Die angegebene Profiladresse liefert unzureichende Informationen."; +$a->strings["An author or name was not found."] = "Es wurde kein Autor oder Name gefunden."; +$a->strings["No browser URL could be matched to this address."] = "Zu dieser Adresse konnte keine passende Browser URL gefunden werden."; +$a->strings["Unable to match @-style Identity Address with a known protocol or email contact."] = "Konnte die @-Adresse mit keinem der bekannten Protokolle oder Email-Kontakte abgleichen."; +$a->strings["Use mailto: in front of address to force email check."] = "Verwende mailto: vor der Email Adresse, um eine Überprüfung der E-Mail-Adresse zu erzwingen."; +$a->strings["The profile address specified belongs to a network which has been disabled on this site."] = "Die Adresse dieses Profils gehört zu einem Netzwerk, mit dem die Kommunikation auf dieser Seite ausgeschaltet wurde."; +$a->strings["Limited profile. This person will be unable to receive direct/personal notifications from you."] = "Eingeschränktes Profil. Diese Person wird keine direkten/privaten Nachrichten von Dir erhalten können."; +$a->strings["Unable to retrieve contact information."] = "Konnte die Kontaktinformationen nicht empfangen."; +$a->strings["%s's birthday"] = "%ss Geburtstag"; +$a->strings["Happy Birthday %s"] = "Herzlichen Glückwunsch %s"; +$a->strings["Starts:"] = "Beginnt:"; +$a->strings["Finishes:"] = "Endet:"; +$a->strings["all-day"] = "ganztägig"; +$a->strings["Jun"] = "Jun"; +$a->strings["Sept"] = "Sep"; +$a->strings["No events to display"] = "Keine Veranstaltung zum Anzeigen"; +$a->strings["l, F j"] = "l, F j"; +$a->strings["Edit event"] = "Veranstaltung bearbeiten"; +$a->strings["Duplicate event"] = "Veranstaltung kopieren"; +$a->strings["Delete event"] = "Veranstaltung löschen"; +$a->strings["D g:i A"] = "D H:i"; +$a->strings["g:i A"] = "H:i"; +$a->strings["Show map"] = "Karte anzeigen"; +$a->strings["Hide map"] = "Karte verbergen"; $a->strings["Login failed"] = "Anmeldung fehlgeschlagen"; $a->strings["Not enough information to authenticate"] = "Nicht genügend Informationen für die Authentifizierung"; $a->strings["An invitation is required."] = "Du benötigst eine Einladung."; @@ -2066,31 +2064,22 @@ $a->strings["Your nickname can only contain a-z, 0-9 and _."] = "Dein Spitzname $a->strings["Nickname is already registered. Please choose another."] = "Dieser Spitzname ist bereits vergeben. Bitte wähle einen anderen."; $a->strings["SERIOUS ERROR: Generation of security keys failed."] = "FATALER FEHLER: Sicherheitsschlüssel konnten nicht erzeugt werden."; $a->strings["An error occurred during registration. Please try again."] = "Während der Anmeldung ist ein Fehler aufgetreten. Bitte versuche es noch einmal."; +$a->strings["default"] = "Standard"; $a->strings["An error occurred creating your default profile. Please try again."] = "Bei der Erstellung des Standardprofils ist ein Fehler aufgetreten. Bitte versuche es noch einmal."; $a->strings["An error occurred creating your self contact. Please try again."] = "Bei der Erstellung deines self Kontakts ist ein Fehler aufgetreten. Bitte versuche es erneut."; $a->strings["An error occurred creating your default contact group. Please try again."] = "Bei der Erstellung deiner Standardgruppe für Kontakte ist ein Fehler aufgetreten. Bitte versuche es erneut."; $a->strings["\n\t\t\tDear %1\$s,\n\t\t\t\tThank you for registering at %2\$s. Your account is pending for approval by the administrator.\n\t\t"] = "\nHallo %1\$s,\n\ndanke für Deine Registrierung auf %2\$s. Dein Account muss noch vom Admin des Knotens geprüft werden."; $a->strings["Registration at %s"] = "Registrierung als %s"; $a->strings["\n\t\t\tDear %1\$s,\n\t\t\t\tThank you for registering at %2\$s. Your account has been created.\n\t\t"] = "\nHallo %1\$s,\n\ndanke für Deine Registrierung auf %2\$s. Dein Account wurde eingerichtet."; -$a->strings["\n\t\t\tThe login details are as follows:\n\t\t\t\tSite Location:\t%3\$s\n\t\t\t\tLogin Name:\t%1\$s\n\t\t\t\tPassword:\t%5\$s\n\n\t\t\tYou may change your password from your account Settings page after logging\n\t\t\tin.\n\n\t\t\tPlease take a few moments to review the other account settings on that page.\n\n\t\t\tYou may also wish to add some basic information to your default profile\n\t\t\t(on the \"Profiles\" page) so that other people can easily find you.\n\n\t\t\tWe recommend setting your full name, adding a profile photo,\n\t\t\tadding some profile keywords (very useful in making new friends) - and\n\t\t\tperhaps what country you live in; if you do not wish to be more specific\n\t\t\tthan that.\n\n\t\t\tWe fully respect your right to privacy, and none of these items are necessary.\n\t\t\tIf you are new and do not know anybody here, they may help\n\t\t\tyou to make some new and interesting friends.\n\n\n\t\t\tThank you and welcome to %2\$s."] = "\nDie Anmelde-Details sind die folgenden:\n\tAdresse der Seite:\t%3\$s\n\tBenutzernamename:\t%1\$s\n\tPasswort:\t%5\$s\n\nDu kannst Dein Passwort unter \"Einstellungen\" ändern, sobald Du Dich\nangemeldet hast.\n\nBitte nimm Dir ein paar Minuten um die anderen Einstellungen auf dieser\nSeite zu kontrollieren.\n\nEventuell magst Du ja auch einige Informationen über Dich in Deinem\nProfil veröffentlichen, damit andere Leute Dich einfacher finden können.\nBearbeite hierfür einfach Dein Standard-Profil (über die Profil-Seite).\n\nWir empfehlen Dir, Deinen kompletten Namen anzugeben und ein zu Dir\npassendes Profilbild zu wählen, damit Dich alte Bekannte wieder finden.\nAußerdem ist es nützlich, wenn Du auf Deinem Profil Schlüsselwörter\nangibst. Das erleichtert es, Leute zu finden, die Deine Interessen teilen.\n\nWir respektieren Deine Privatsphäre - keine dieser Angaben ist nötig.\nWenn Du neu im Netzwerk bist und noch niemanden kennst, dann können sie\nallerdings dabei helfen, neue und interessante Kontakte zu knüpfen.\n\nDanke für Deine Aufmerksamkeit und willkommen auf %2\$s."; -$a->strings["%s\\'s birthday"] = "%ss Geburtstag"; -$a->strings["Sharing notification from Diaspora network"] = "Freigabe-Benachrichtigung von Diaspora"; -$a->strings["Attachments:"] = "Anhänge:"; +$a->strings["\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."] = "\nDie Anmelde-Details sind die folgenden:\n\tAdresse der Seite:\t%3\$s\n\tBenutzernamename:\t%1\$s\n\tPasswort:\t%5\$s\n\nDu kannst Dein Passwort unter \"Einstellungen\" ändern, sobald Du Dich\nangemeldet hast.\n\nBitte nimm Dir ein paar Minuten um die anderen Einstellungen auf dieser\nSeite zu kontrollieren.\n\nEventuell magst Du ja auch einige Informationen über Dich in Deinem\nProfil veröffentlichen, damit andere Leute Dich einfacher finden können.\nBearbeite hierfür einfach Dein Standard-Profil (über die Profil-Seite).\n\nWir empfehlen Dir, Deinen kompletten Namen anzugeben und ein zu Dir\npassendes Profilbild zu wählen, damit Dich alte Bekannte wieder finden.\nAußerdem ist es nützlich, wenn Du auf Deinem Profil Schlüsselwörter\nangibst. Das erleichtert es, Leute zu finden, die Deine Interessen teilen.\n\nWir respektieren Deine Privatsphäre - keine dieser Angaben ist nötig.\nWenn Du neu im Netzwerk bist und noch niemanden kennst, dann können sie\nallerdings dabei helfen, neue und interessante Kontakte zu knüpfen.\n\nSolltest du dein Nutzerkonto löschen wollen, kannst du dies unter %3\$s/removeme jederzeit tun.\n\nDanke für Deine Aufmerksamkeit und willkommen auf %2\$s."; $a->strings["%s is now following %s."] = "%s folgt nun %s"; $a->strings["following"] = "folgen"; $a->strings["%s stopped following %s."] = "%s hat aufgehört %s zu folgen"; $a->strings["stopped following"] = "wird nicht mehr gefolgt"; +$a->strings["%s\\'s birthday"] = "%ss Geburtstag"; +$a->strings["Sharing notification from Diaspora network"] = "Freigabe-Benachrichtigung von Diaspora"; +$a->strings["Attachments:"] = "Anhänge:"; $a->strings["(no subject)"] = "(kein Betreff)"; -$a->strings["Create a New Account"] = "Neues Konto erstellen"; -$a->strings["Password: "] = "Passwort: "; -$a->strings["Remember me"] = "Anmeldedaten merken"; -$a->strings["Or login using OpenID: "] = "Oder melde Dich mit Deiner OpenID an: "; -$a->strings["Forgot your password?"] = "Passwort vergessen?"; -$a->strings["Website Terms of Service"] = "Website Nutzungsbedingungen"; -$a->strings["terms of service"] = "Nutzungsbedingungen"; -$a->strings["Website Privacy Policy"] = "Website Datenschutzerklärung"; -$a->strings["privacy policy"] = "Datenschutzerklärung"; -$a->strings["Logged out."] = "Abgemeldet."; $a->strings["This entry was edited"] = "Dieser Beitrag wurde bearbeitet."; $a->strings["save to folder"] = "In Ordner speichern"; $a->strings["I will attend"] = "Ich werde teilnehmen"; @@ -2124,7 +2113,63 @@ $a->strings["Code"] = "Code"; $a->strings["Image"] = "Bild"; $a->strings["Link"] = "Link"; $a->strings["Video"] = "Video"; +$a->strings["Create a New Account"] = "Neues Konto erstellen"; +$a->strings["Password: "] = "Passwort: "; +$a->strings["Remember me"] = "Anmeldedaten merken"; +$a->strings["Or login using OpenID: "] = "Oder melde Dich mit Deiner OpenID an: "; +$a->strings["Forgot your password?"] = "Passwort vergessen?"; +$a->strings["Website Terms of Service"] = "Website Nutzungsbedingungen"; +$a->strings["terms of service"] = "Nutzungsbedingungen"; +$a->strings["Website Privacy Policy"] = "Website Datenschutzerklärung"; +$a->strings["privacy policy"] = "Datenschutzerklärung"; +$a->strings["Logged out."] = "Abgemeldet."; $a->strings["Delete this item?"] = "Diesen Beitrag löschen?"; $a->strings["show fewer"] = "weniger anzeigen"; +$a->strings["greenzero"] = "greenzero"; +$a->strings["purplezero"] = "purplezero"; +$a->strings["easterbunny"] = "easterbunny"; +$a->strings["darkzero"] = "darkzero"; +$a->strings["comix"] = "comix"; +$a->strings["slackr"] = "slackr"; +$a->strings["Variations"] = "Variationen"; +$a->strings["Repeat the image"] = "Bild wiederholen"; +$a->strings["Will repeat your image to fill the background."] = "Wiederholt das Bild um den Hintergrund auszufüllen."; +$a->strings["Stretch"] = "Strecken"; +$a->strings["Will stretch to width/height of the image."] = "Streckt Breite/Höhe des Bildes."; +$a->strings["Resize fill and-clip"] = "Größe anpassen - Ausfüllen und abschneiden"; +$a->strings["Resize to fill and retain aspect ratio."] = "Größe anpassen: Ausfüllen und Seitenverhältnis beibehalten"; +$a->strings["Resize best fit"] = "Größe anpassen - Optimale Größe"; +$a->strings["Resize to best fit and retain aspect ratio."] = "Größe anpassen - Optimale Größe und Seitenverhältnisse beibehalten"; +$a->strings["Default"] = "Standard"; +$a->strings["Note"] = "Hinweis"; +$a->strings["Check image permissions if all users are allowed to visit the image"] = "Überprüfe, dass alle Benutzer die Berechtigung haben dieses Bild anzusehen"; +$a->strings["Select scheme"] = "Schema auswählen"; +$a->strings["Navigation bar background color"] = "Hintergrundfarbe der Navigationsleiste"; +$a->strings["Navigation bar icon color "] = "Icon Farbe in der Navigationsleiste"; +$a->strings["Link color"] = "Linkfarbe"; +$a->strings["Set the background color"] = "Hintergrundfarbe festlegen"; +$a->strings["Content background opacity"] = "Opazität des Hintergrunds von Beiträgen"; +$a->strings["Set the background image"] = "Hintergrundbild festlegen"; +$a->strings["Login page background image"] = "Hintergrundbild der Login-Seite"; +$a->strings["Login page background color"] = "Hintergrundfarbe der Login-Seite"; +$a->strings["Leave background image and color empty for theme defaults"] = "Wenn die Theme Vorgaben verwendet werden sollen, lass bitte die Felder für die Hintergrundfarbe und das Hintergrundbild leer."; +$a->strings["Guest"] = "Gast"; +$a->strings["Visitor"] = "Besucher"; +$a->strings["Alignment"] = "Ausrichtung"; +$a->strings["Left"] = "Links"; +$a->strings["Center"] = "Mitte"; +$a->strings["Color scheme"] = "Farbschema"; +$a->strings["Posts font size"] = "Schriftgröße in Beiträgen"; +$a->strings["Textareas font size"] = "Schriftgröße in Eingabefeldern"; +$a->strings["Comma separated list of helper forums"] = "Komma-Separierte Liste der Helfer-Foren"; +$a->strings["Set style"] = "Stil auswählen"; +$a->strings["Community Pages"] = "Foren"; +$a->strings["Community Profiles"] = "Community-Profile"; +$a->strings["Help or @NewHere ?"] = "Hilfe oder @NewHere"; +$a->strings["Connect Services"] = "Verbinde Dienste"; +$a->strings["Find Friends"] = "Kontakte finden"; +$a->strings["Last users"] = "Letzte Nutzer"; +$a->strings["Local Directory"] = "Lokales Verzeichnis"; +$a->strings["Quick Start"] = "Schnell-Start"; $a->strings["toggle mobile"] = "auf/von Mobile Ansicht wechseln"; $a->strings["Update %s failed. See error logs."] = "Update %s fehlgeschlagen. Bitte Fehlerprotokoll überprüfen."; diff --git a/view/lang/en-gb/messages.po b/view/lang/en-gb/messages.po index 95958aece0..2aa6f3193a 100644 --- a/view/lang/en-gb/messages.po +++ b/view/lang/en-gb/messages.po @@ -4,12 +4,13 @@ # # Translators: # Andy H3 , 2017-2018 +# Kris, 2018 msgid "" msgstr "" "Project-Id-Version: friendica\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2018-02-10 18:14+0100\n" -"PO-Revision-Date: 2018-02-15 15:30+0000\n" +"POT-Creation-Date: 2018-04-06 16:58+0200\n" +"PO-Revision-Date: 2018-04-09 14:04+0000\n" "Last-Translator: Andy H3 \n" "Language-Team: English (United Kingdom) (http://www.transifex.com/Friendica/friendica/language/en_GB/)\n" "MIME-Version: 1.0\n" @@ -18,1118 +19,6 @@ msgstr "" "Language: en_GB\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: include/acl_selectors.php:358 -msgid "Post to Email" -msgstr "Post to email" - -#: include/acl_selectors.php:363 mod/settings.php:1126 -msgid "Hide your profile details from unknown viewers?" -msgstr "Hide profile details from unknown viewers?" - -#: include/acl_selectors.php:363 -#, php-format -msgid "Connectors disabled, since \"%s\" is enabled." -msgstr "Connectors are disabled since \"%s\" is enabled." - -#: include/acl_selectors.php:369 -msgid "Visible to everybody" -msgstr "Visible to everybody" - -#: include/acl_selectors.php:370 view/theme/vier/config.php:115 -msgid "show" -msgstr "show" - -#: include/acl_selectors.php:371 view/theme/vier/config.php:115 -msgid "don't show" -msgstr "don't show" - -#: include/acl_selectors.php:377 mod/editpost.php:133 -msgid "CC: email addresses" -msgstr "CC: email addresses" - -#: include/acl_selectors.php:378 mod/editpost.php:140 -msgid "Example: bob@example.com, mary@example.com" -msgstr "Example: bob@example.com, mary@example.com" - -#: include/acl_selectors.php:380 mod/events.php:537 mod/photos.php:1100 -#: mod/photos.php:1443 -msgid "Permissions" -msgstr "Permissions" - -#: include/acl_selectors.php:381 -msgid "Close" -msgstr "Close" - -#: include/api.php:1182 -#, 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:1206 -#, 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:1230 -#, php-format -msgid "Monthly posting limit of %d post reached. The post was rejected." -msgstr "Monthly posting limit of %d post reached. The post was rejected." - -#: include/api.php:4377 mod/photos.php:89 mod/photos.php:195 -#: mod/photos.php:723 mod/photos.php:1151 mod/photos.php:1168 -#: mod/photos.php:1686 mod/profile_photo.php:84 mod/profile_photo.php:92 -#: mod/profile_photo.php:100 mod/profile_photo.php:223 -#: mod/profile_photo.php:317 mod/profile_photo.php:327 src/Model/User.php:524 -#: src/Model/User.php:532 src/Model/User.php:540 -msgid "Profile Photos" -msgstr "Profile photos" - -#: include/bb2diaspora.php:240 include/event.php:26 include/event.php:915 -#: mod/localtime.php:19 -msgid "l F d, Y \\@ g:i A" -msgstr "l F d, Y \\@ g:i A" - -#: include/bb2diaspora.php:247 include/event.php:45 include/event.php:62 -#: include/event.php:472 include/event.php:993 -msgid "Starts:" -msgstr "Starts:" - -#: include/bb2diaspora.php:253 include/event.php:48 include/event.php:68 -#: include/event.php:473 include/event.php:997 -msgid "Finishes:" -msgstr "Finishes:" - -#: include/bb2diaspora.php:260 include/event.php:52 include/event.php:77 -#: include/event.php:474 include/event.php:1011 mod/directory.php:140 -#: mod/notifications.php:247 mod/contacts.php:650 mod/events.php:522 -#: src/Model/Profile.php:417 -msgid "Location:" -msgstr "Location:" - -#: include/conversation.php:147 include/conversation.php:285 -#: include/text.php:1744 src/Model/Item.php:1850 -msgid "event" -msgstr "event" - -#: include/conversation.php:150 include/conversation.php:160 -#: include/conversation.php:288 include/conversation.php:297 -#: mod/subthread.php:96 mod/tagger.php:71 src/Model/Item.php:1848 -#: src/Protocol/Diaspora.php:1941 -msgid "status" -msgstr "status" - -#: include/conversation.php:155 include/conversation.php:293 -#: include/text.php:1746 mod/subthread.php:96 mod/tagger.php:71 -#: src/Model/Item.php:1848 -msgid "photo" -msgstr "photo" - -#: include/conversation.php:167 src/Model/Item.php:1722 -#: src/Protocol/Diaspora.php:1937 -#, php-format -msgid "%1$s likes %2$s's %3$s" -msgstr "%1$s likes %2$s's %3$s" - -#: include/conversation.php:170 src/Model/Item.php:1727 -#, php-format -msgid "%1$s doesn't like %2$s's %3$s" -msgstr "%1$s doesn't like %2$s's %3$s" - -#: include/conversation.php:173 -#, php-format -msgid "%1$s attends %2$s's %3$s" -msgstr "%1$s goes to %2$s's %3$s" - -#: include/conversation.php:176 -#, php-format -msgid "%1$s doesn't attend %2$s's %3$s" -msgstr "%1$s doesn't go %2$s's %3$s" - -#: include/conversation.php:179 -#, php-format -msgid "%1$s attends maybe %2$s's %3$s" -msgstr "%1$s might go to %2$s's %3$s" - -#: include/conversation.php:212 mod/dfrn_confirm.php:431 -#: src/Protocol/Diaspora.php:2409 -#, php-format -msgid "%1$s is now friends with %2$s" -msgstr "%1$s is now friends with %2$s" - -#: include/conversation.php:253 -#, php-format -msgid "%1$s poked %2$s" -msgstr "%1$s poked %2$s" - -#: include/conversation.php:307 mod/tagger.php:104 -#, php-format -msgid "%1$s tagged %2$s's %3$s with %4$s" -msgstr "%1$s tagged %2$s's %3$s with %4$s" - -#: include/conversation.php:334 -msgid "post/item" -msgstr "Post/Item" - -#: include/conversation.php:335 -#, php-format -msgid "%1$s marked %2$s's %3$s as favorite" -msgstr "%1$s marked %2$s's %3$s as favourite" - -#: include/conversation.php:609 mod/photos.php:1503 mod/profiles.php:354 -msgid "Likes" -msgstr "Likes" - -#: include/conversation.php:609 mod/photos.php:1503 mod/profiles.php:358 -msgid "Dislikes" -msgstr "Dislikes" - -#: include/conversation.php:610 include/conversation.php:1673 -#: mod/photos.php:1504 -msgid "Attending" -msgid_plural "Attending" -msgstr[0] "Attending" -msgstr[1] "Attending" - -#: include/conversation.php:610 mod/photos.php:1504 -msgid "Not attending" -msgstr "Not attending" - -#: include/conversation.php:610 mod/photos.php:1504 -msgid "Might attend" -msgstr "Might attend" - -#: include/conversation.php:744 mod/photos.php:1571 src/Object/Post.php:177 -msgid "Select" -msgstr "Select" - -#: include/conversation.php:745 mod/admin.php:1705 mod/contacts.php:820 -#: mod/contacts.php:1018 mod/photos.php:1572 mod/settings.php:742 -#: src/Object/Post.php:178 -msgid "Delete" -msgstr "Delete" - -#: include/conversation.php:777 src/Object/Post.php:355 -#: src/Object/Post.php:356 -#, php-format -msgid "View %s's profile @ %s" -msgstr "View %s's profile @ %s" - -#: include/conversation.php:789 src/Object/Post.php:343 -msgid "Categories:" -msgstr "Categories:" - -#: include/conversation.php:790 src/Object/Post.php:344 -msgid "Filed under:" -msgstr "Filed under:" - -#: include/conversation.php:797 src/Object/Post.php:369 -#, php-format -msgid "%s from %s" -msgstr "%s from %s" - -#: include/conversation.php:812 -msgid "View in context" -msgstr "View in context" - -#: include/conversation.php:814 include/conversation.php:1346 -#: mod/wallmessage.php:146 mod/editpost.php:124 mod/message.php:264 -#: mod/message.php:435 mod/photos.php:1475 src/Object/Post.php:394 -msgid "Please wait" -msgstr "Please wait" - -#: include/conversation.php:885 -msgid "remove" -msgstr "Remove" - -#: include/conversation.php:889 -msgid "Delete Selected Items" -msgstr "Delete selected items" - -#: include/conversation.php:1052 view/theme/frio/theme.php:355 -msgid "Follow Thread" -msgstr "Follow thread" - -#: include/conversation.php:1053 src/Model/Contact.php:554 -msgid "View Status" -msgstr "View status" - -#: include/conversation.php:1054 include/conversation.php:1070 -#: mod/allfriends.php:73 mod/directory.php:153 mod/suggest.php:82 -#: mod/dirfind.php:220 mod/match.php:89 src/Model/Contact.php:497 -#: src/Model/Contact.php:510 src/Model/Contact.php:555 -msgid "View Profile" -msgstr "View profile" - -#: include/conversation.php:1055 src/Model/Contact.php:556 -msgid "View Photos" -msgstr "View photos" - -#: include/conversation.php:1056 src/Model/Contact.php:557 -msgid "Network Posts" -msgstr "Network posts" - -#: include/conversation.php:1057 src/Model/Contact.php:558 -msgid "View Contact" -msgstr "View contact" - -#: include/conversation.php:1058 src/Model/Contact.php:560 -msgid "Send PM" -msgstr "Send PM" - -#: include/conversation.php:1062 src/Model/Contact.php:561 -msgid "Poke" -msgstr "Poke" - -#: include/conversation.php:1067 mod/allfriends.php:74 mod/follow.php:145 -#: mod/suggest.php:83 mod/dirfind.php:221 mod/match.php:90 -#: mod/contacts.php:586 src/Content/Widget.php:61 src/Model/Contact.php:511 -msgid "Connect/Follow" -msgstr "Connect/Follow" - -#: include/conversation.php:1186 -#, php-format -msgid "%s likes this." -msgstr "%s likes this." - -#: include/conversation.php:1189 -#, php-format -msgid "%s doesn't like this." -msgstr "%s doesn't like this." - -#: include/conversation.php:1192 -#, php-format -msgid "%s attends." -msgstr "%s attends." - -#: include/conversation.php:1195 -#, php-format -msgid "%s doesn't attend." -msgstr "%s doesn't attend." - -#: include/conversation.php:1198 -#, php-format -msgid "%s attends maybe." -msgstr "%s may attend." - -#: include/conversation.php:1209 -msgid "and" -msgstr "and" - -#: include/conversation.php:1215 -#, php-format -msgid "and %d other people" -msgstr "and %d other people" - -#: include/conversation.php:1224 -#, php-format -msgid "%2$d people like this" -msgstr "%2$d people like this" - -#: include/conversation.php:1225 -#, php-format -msgid "%s like this." -msgstr "%s like this." - -#: include/conversation.php:1228 -#, php-format -msgid "%2$d people don't like this" -msgstr "%2$d people don't like this" - -#: include/conversation.php:1229 -#, php-format -msgid "%s don't like this." -msgstr "%s don't like this." - -#: include/conversation.php:1232 -#, php-format -msgid "%2$d people attend" -msgstr "%2$d people attend" - -#: include/conversation.php:1233 -#, php-format -msgid "%s attend." -msgstr "%s attend." - -#: include/conversation.php:1236 -#, php-format -msgid "%2$d people don't attend" -msgstr "%2$d people don't attend" - -#: include/conversation.php:1237 -#, php-format -msgid "%s don't attend." -msgstr "%s don't attend." - -#: include/conversation.php:1240 -#, php-format -msgid "%2$d people attend maybe" -msgstr "%2$d people attend maybe" - -#: include/conversation.php:1241 -#, php-format -msgid "%s anttend maybe." -msgstr "%s attend maybe." - -#: include/conversation.php:1271 include/conversation.php:1287 -msgid "Visible to everybody" -msgstr "Visible to everybody" - -#: include/conversation.php:1272 include/conversation.php:1288 -#: mod/wallmessage.php:120 mod/wallmessage.php:127 mod/message.php:199 -#: mod/message.php:206 mod/message.php:345 mod/message.php:352 -msgid "Please enter a link URL:" -msgstr "Please enter a link URL:" - -#: include/conversation.php:1273 include/conversation.php:1289 -msgid "Please enter a video link/URL:" -msgstr "Please enter a video link/URL:" - -#: include/conversation.php:1274 include/conversation.php:1290 -msgid "Please enter an audio link/URL:" -msgstr "Please enter an audio link/URL:" - -#: include/conversation.php:1275 include/conversation.php:1291 -msgid "Tag term:" -msgstr "Tag term:" - -#: include/conversation.php:1276 include/conversation.php:1292 -#: mod/filer.php:35 -msgid "Save to Folder:" -msgstr "Save to folder:" - -#: include/conversation.php:1277 include/conversation.php:1293 -msgid "Where are you right now?" -msgstr "Where are you right now?" - -#: include/conversation.php:1278 -msgid "Delete item(s)?" -msgstr "Delete item(s)?" - -#: include/conversation.php:1327 -msgid "Share" -msgstr "Share" - -#: include/conversation.php:1328 mod/wallmessage.php:144 mod/editpost.php:110 -#: mod/message.php:262 mod/message.php:432 -msgid "Upload photo" -msgstr "Upload photo" - -#: include/conversation.php:1329 mod/editpost.php:111 -msgid "upload photo" -msgstr "upload photo" - -#: include/conversation.php:1330 mod/editpost.php:112 -msgid "Attach file" -msgstr "Attach file" - -#: include/conversation.php:1331 mod/editpost.php:113 -msgid "attach file" -msgstr "attach file" - -#: include/conversation.php:1332 mod/wallmessage.php:145 mod/editpost.php:114 -#: mod/message.php:263 mod/message.php:433 -msgid "Insert web link" -msgstr "Insert web link" - -#: include/conversation.php:1333 mod/editpost.php:115 -msgid "web link" -msgstr "web link" - -#: include/conversation.php:1334 mod/editpost.php:116 -msgid "Insert video link" -msgstr "Insert video link" - -#: include/conversation.php:1335 mod/editpost.php:117 -msgid "video link" -msgstr "video link" - -#: include/conversation.php:1336 mod/editpost.php:118 -msgid "Insert audio link" -msgstr "Insert audio link" - -#: include/conversation.php:1337 mod/editpost.php:119 -msgid "audio link" -msgstr "audio link" - -#: include/conversation.php:1338 mod/editpost.php:120 -msgid "Set your location" -msgstr "Set your location" - -#: include/conversation.php:1339 mod/editpost.php:121 -msgid "set location" -msgstr "set location" - -#: include/conversation.php:1340 mod/editpost.php:122 -msgid "Clear browser location" -msgstr "Clear browser location" - -#: include/conversation.php:1341 mod/editpost.php:123 -msgid "clear location" -msgstr "clear location" - -#: include/conversation.php:1343 mod/editpost.php:137 -msgid "Set title" -msgstr "Set title" - -#: include/conversation.php:1345 mod/editpost.php:139 -msgid "Categories (comma-separated list)" -msgstr "Categories (comma-separated list)" - -#: include/conversation.php:1347 mod/editpost.php:125 -msgid "Permission settings" -msgstr "Permission settings" - -#: include/conversation.php:1348 mod/editpost.php:154 -msgid "permissions" -msgstr "permissions" - -#: include/conversation.php:1356 mod/editpost.php:134 -msgid "Public post" -msgstr "Public post" - -#: include/conversation.php:1360 mod/editpost.php:145 mod/events.php:532 -#: mod/photos.php:1494 mod/photos.php:1533 mod/photos.php:1606 -#: src/Object/Post.php:797 -msgid "Preview" -msgstr "Preview" - -#: include/conversation.php:1364 include/items.php:388 mod/fbrowser.php:103 -#: mod/fbrowser.php:134 mod/follow.php:163 mod/suggest.php:41 -#: mod/unfollow.php:117 mod/editpost.php:148 mod/contacts.php:466 -#: mod/dfrn_request.php:663 mod/message.php:140 mod/photos.php:249 -#: mod/photos.php:325 mod/settings.php:680 mod/settings.php:706 -#: mod/tagrm.php:19 mod/tagrm.php:99 mod/videos.php:149 -msgid "Cancel" -msgstr "Cancel" - -#: include/conversation.php:1369 -msgid "Post to Groups" -msgstr "Post to groups" - -#: include/conversation.php:1370 -msgid "Post to Contacts" -msgstr "Post to contacts" - -#: include/conversation.php:1371 -msgid "Private post" -msgstr "Private post" - -#: include/conversation.php:1376 mod/editpost.php:152 -#: src/Model/Profile.php:342 -msgid "Message" -msgstr "Message" - -#: include/conversation.php:1377 mod/editpost.php:153 -msgid "Browser" -msgstr "Browser" - -#: include/conversation.php:1644 -msgid "View all" -msgstr "View all" - -#: include/conversation.php:1667 -msgid "Like" -msgid_plural "Likes" -msgstr[0] "Like" -msgstr[1] "Likes" - -#: include/conversation.php:1670 -msgid "Dislike" -msgid_plural "Dislikes" -msgstr[0] "Dislike" -msgstr[1] "Dislikes" - -#: include/conversation.php:1676 -msgid "Not Attending" -msgid_plural "Not Attending" -msgstr[0] "Not attending" -msgstr[1] "Not attending" - -#: include/conversation.php:1679 src/Content/ContactSelector.php:125 -msgid "Undecided" -msgid_plural "Undecided" -msgstr[0] "Undecided" -msgstr[1] "Undecided" - -#: include/dba.php:59 -#, php-format -msgid "Cannot locate DNS info for database server '%s'" -msgstr "Cannot locate DNS info for database server '%s'" - -#: include/enotify.php:33 -msgid "Friendica Notification" -msgstr "Friendica notification" - -#: include/enotify.php:36 -msgid "Thank You," -msgstr "Thank you" - -#: include/enotify.php:39 -#, php-format -msgid "%s Administrator" -msgstr "%s Administrator" - -#: include/enotify.php:41 -#, php-format -msgid "%1$s, %2$s Administrator" -msgstr "%1$s, %2$s Administrator" - -#: include/enotify.php:52 src/Worker/Delivery.php:404 -msgid "noreply" -msgstr "noreply" - -#: include/enotify.php:100 -#, php-format -msgid "[Friendica:Notify] New mail received at %s" -msgstr "[Friendica:Notify] New mail received at %s" - -#: include/enotify.php:102 -#, php-format -msgid "%1$s sent you a new private message at %2$s." -msgstr "%1$s sent you a new private message at %2$s." - -#: include/enotify.php:103 -msgid "a private message" -msgstr "a private message" - -#: include/enotify.php:103 -#, php-format -msgid "%1$s sent you %2$s." -msgstr "%1$s sent you %2$s." - -#: include/enotify.php:105 -#, php-format -msgid "Please visit %s to view and/or reply to your private messages." -msgstr "Please visit %s to view or reply to your private messages." - -#: include/enotify.php:143 -#, php-format -msgid "%1$s commented on [url=%2$s]a %3$s[/url]" -msgstr "%1$s commented on [url=%2$s]a %3$s[/url]" - -#: include/enotify.php:151 -#, php-format -msgid "%1$s commented on [url=%2$s]%3$s's %4$s[/url]" -msgstr "%1$s commented on [url=%2$s]%3$s's %4$s[/url]" - -#: include/enotify.php:161 -#, php-format -msgid "%1$s commented on [url=%2$s]your %3$s[/url]" -msgstr "%1$s commented on [url=%2$s]your %3$s[/url]" - -#: include/enotify.php:173 -#, php-format -msgid "[Friendica:Notify] Comment to conversation #%1$d by %2$s" -msgstr "[Friendica:Notify] Comment to conversation #%1$d by %2$s" - -#: include/enotify.php:175 -#, php-format -msgid "%s commented on an item/conversation you have been following." -msgstr "%s commented on an item/conversation you have been following." - -#: include/enotify.php:178 include/enotify.php:193 include/enotify.php:208 -#: include/enotify.php:223 include/enotify.php:242 include/enotify.php:257 -#, php-format -msgid "Please visit %s to view and/or reply to the conversation." -msgstr "Please visit %s to view or reply to the conversation." - -#: include/enotify.php:185 -#, php-format -msgid "[Friendica:Notify] %s posted to your profile wall" -msgstr "[Friendica:Notify] %s posted to your profile wall" - -#: include/enotify.php:187 -#, php-format -msgid "%1$s posted to your profile wall at %2$s" -msgstr "%1$s posted to your profile wall at %2$s" - -#: include/enotify.php:188 -#, php-format -msgid "%1$s posted to [url=%2$s]your wall[/url]" -msgstr "%1$s posted to [url=%2$s]your wall[/url]" - -#: include/enotify.php:200 -#, php-format -msgid "[Friendica:Notify] %s tagged you" -msgstr "[Friendica:Notify] %s tagged you" - -#: include/enotify.php:202 -#, php-format -msgid "%1$s tagged you at %2$s" -msgstr "%1$s tagged you at %2$s" - -#: include/enotify.php:203 -#, php-format -msgid "%1$s [url=%2$s]tagged you[/url]." -msgstr "%1$s [url=%2$s]tagged you[/url]." - -#: include/enotify.php:215 -#, php-format -msgid "[Friendica:Notify] %s shared a new post" -msgstr "[Friendica:Notify] %s shared a new post" - -#: include/enotify.php:217 -#, php-format -msgid "%1$s shared a new post at %2$s" -msgstr "%1$s shared a new post at %2$s" - -#: include/enotify.php:218 -#, php-format -msgid "%1$s [url=%2$s]shared a post[/url]." -msgstr "%1$s [url=%2$s]shared a post[/url]." - -#: include/enotify.php:230 -#, php-format -msgid "[Friendica:Notify] %1$s poked you" -msgstr "[Friendica:Notify] %1$s poked you" - -#: include/enotify.php:232 -#, php-format -msgid "%1$s poked you at %2$s" -msgstr "%1$s poked you at %2$s" - -#: include/enotify.php:233 -#, php-format -msgid "%1$s [url=%2$s]poked you[/url]." -msgstr "%1$s [url=%2$s]poked you[/url]." - -#: include/enotify.php:249 -#, php-format -msgid "[Friendica:Notify] %s tagged your post" -msgstr "[Friendica:Notify] %s tagged your post" - -#: include/enotify.php:251 -#, php-format -msgid "%1$s tagged your post at %2$s" -msgstr "%1$s tagged your post at %2$s" - -#: include/enotify.php:252 -#, php-format -msgid "%1$s tagged [url=%2$s]your post[/url]" -msgstr "%1$s tagged [url=%2$s]your post[/url]" - -#: include/enotify.php:264 -msgid "[Friendica:Notify] Introduction received" -msgstr "[Friendica:Notify] Introduction received" - -#: include/enotify.php:266 -#, php-format -msgid "You've received an introduction from '%1$s' at %2$s" -msgstr "You've received an introduction from '%1$s' at %2$s" - -#: include/enotify.php:267 -#, php-format -msgid "You've received [url=%1$s]an introduction[/url] from %2$s." -msgstr "You've received [url=%1$s]an introduction[/url] from %2$s." - -#: include/enotify.php:272 include/enotify.php:318 -#, php-format -msgid "You may visit their profile at %s" -msgstr "You may visit their profile at %s" - -#: include/enotify.php:274 -#, php-format -msgid "Please visit %s to approve or reject the introduction." -msgstr "Please visit %s to approve or reject the introduction." - -#: include/enotify.php:282 -msgid "[Friendica:Notify] A new person is sharing with you" -msgstr "[Friendica:Notify] A new person is sharing with you" - -#: include/enotify.php:284 include/enotify.php:285 -#, php-format -msgid "%1$s is sharing with you at %2$s" -msgstr "%1$s is sharing with you at %2$s" - -#: include/enotify.php:292 -msgid "[Friendica:Notify] You have a new follower" -msgstr "[Friendica:Notify] You have a new follower" - -#: include/enotify.php:294 include/enotify.php:295 -#, php-format -msgid "You have a new follower at %2$s : %1$s" -msgstr "You have a new follower at %2$s : %1$s" - -#: include/enotify.php:307 -msgid "[Friendica:Notify] Friend suggestion received" -msgstr "[Friendica:Notify] Friend suggestion received" - -#: include/enotify.php:309 -#, php-format -msgid "You've received a friend suggestion from '%1$s' at %2$s" -msgstr "You've received a friend suggestion from '%1$s' at %2$s" - -#: include/enotify.php:310 -#, php-format -msgid "" -"You've received [url=%1$s]a friend suggestion[/url] for %2$s from %3$s." -msgstr "You've received [url=%1$s]a friend suggestion[/url] for %2$s from %3$s." - -#: include/enotify.php:316 -msgid "Name:" -msgstr "Name:" - -#: include/enotify.php:317 -msgid "Photo:" -msgstr "Photo:" - -#: include/enotify.php:320 -#, php-format -msgid "Please visit %s to approve or reject the suggestion." -msgstr "Please visit %s to approve or reject the suggestion." - -#: include/enotify.php:328 include/enotify.php:343 -msgid "[Friendica:Notify] Connection accepted" -msgstr "[Friendica:Notify] Connection accepted" - -#: include/enotify.php:330 include/enotify.php:345 -#, php-format -msgid "'%1$s' has accepted your connection request at %2$s" -msgstr "'%1$s' has accepted your connection request at %2$s" - -#: include/enotify.php:331 include/enotify.php:346 -#, php-format -msgid "%2$s has accepted your [url=%1$s]connection request[/url]." -msgstr "%2$s has accepted your [url=%1$s]connection request[/url]." - -#: include/enotify.php:336 -msgid "" -"You are now mutual friends and may exchange status updates, photos, and " -"email without restriction." -msgstr "You are now mutual friends and may exchange status updates, photos, and email without restriction." - -#: include/enotify.php:338 -#, php-format -msgid "Please visit %s if you wish to make any changes to this relationship." -msgstr "Please visit %s if you wish to make any changes to this relationship." - -#: include/enotify.php:351 -#, php-format -msgid "" -"'%1$s' has chosen to accept you a fan, which restricts some forms of " -"communication - such as private messaging and some profile interactions. If " -"this is a celebrity or community page, these settings were applied " -"automatically." -msgstr "'%1$s' has chosen to accept you as fan. This 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." - -#: include/enotify.php:353 -#, php-format -msgid "" -"'%1$s' may choose to extend this into a two-way or more permissive " -"relationship in the future." -msgstr "'%1$s' may choose to extend this into a two-way or more permissive relationship in the future." - -#: include/enotify.php:355 -#, php-format -msgid "Please visit %s if you wish to make any changes to this relationship." -msgstr "Please visit %s if you wish to make any changes to this relationship." - -#: include/enotify.php:365 -msgid "[Friendica System:Notify] registration request" -msgstr "[Friendica:Notify] registration request" - -#: include/enotify.php:367 -#, php-format -msgid "You've received a registration request from '%1$s' at %2$s" -msgstr "You've received a registration request from '%1$s' at %2$s." - -#: include/enotify.php:368 -#, php-format -msgid "You've received a [url=%1$s]registration request[/url] from %2$s." -msgstr "You've received a [url=%1$s]registration request[/url] from %2$s." - -#: include/enotify.php:373 -#, php-format -msgid "Full Name:\t%1$s\\nSite Location:\t%2$s\\nLogin Name:\t%3$s (%4$s(" -msgstr "Full Name:\t%1$s\\nSite Location:\t%2$s\\nLogin Name:\t%3$s (%4$s(" - -#: include/enotify.php:379 -#, php-format -msgid "Please visit %s to approve or reject the request." -msgstr "Please visit %s to approve or reject the request." - -#: include/event.php:421 -msgid "all-day" -msgstr "All-day" - -#: include/event.php:423 include/text.php:1135 -msgid "Sun" -msgstr "Sun" - -#: include/event.php:424 include/text.php:1135 -msgid "Mon" -msgstr "Mon" - -#: include/event.php:425 include/text.php:1135 -msgid "Tue" -msgstr "Tue" - -#: include/event.php:426 include/text.php:1135 -msgid "Wed" -msgstr "Wed" - -#: include/event.php:427 include/text.php:1135 -msgid "Thu" -msgstr "Thu" - -#: include/event.php:428 include/text.php:1135 -msgid "Fri" -msgstr "Fri" - -#: include/event.php:429 include/text.php:1135 -msgid "Sat" -msgstr "Sat" - -#: include/event.php:431 include/text.php:1117 mod/settings.php:945 -msgid "Sunday" -msgstr "Sunday" - -#: include/event.php:432 include/text.php:1117 mod/settings.php:945 -msgid "Monday" -msgstr "Monday" - -#: include/event.php:433 include/text.php:1117 -msgid "Tuesday" -msgstr "Tuesday" - -#: include/event.php:434 include/text.php:1117 -msgid "Wednesday" -msgstr "Wednesday" - -#: include/event.php:435 include/text.php:1117 -msgid "Thursday" -msgstr "Thursday" - -#: include/event.php:436 include/text.php:1117 -msgid "Friday" -msgstr "Friday" - -#: include/event.php:437 include/text.php:1117 -msgid "Saturday" -msgstr "Saturday" - -#: include/event.php:439 include/text.php:1138 -msgid "Jan" -msgstr "Jan" - -#: include/event.php:440 include/text.php:1138 -msgid "Feb" -msgstr "Feb" - -#: include/event.php:441 include/text.php:1138 -msgid "Mar" -msgstr "Mar" - -#: include/event.php:442 include/text.php:1138 -msgid "Apr" -msgstr "Apr" - -#: include/event.php:443 include/event.php:456 include/text.php:1121 -#: include/text.php:1138 -msgid "May" -msgstr "May" - -#: include/event.php:444 -msgid "Jun" -msgstr "Jun" - -#: include/event.php:445 include/text.php:1138 -msgid "Jul" -msgstr "Jul" - -#: include/event.php:446 include/text.php:1138 -msgid "Aug" -msgstr "Aug" - -#: include/event.php:447 -msgid "Sept" -msgstr "Sep" - -#: include/event.php:448 include/text.php:1138 -msgid "Oct" -msgstr "Oct" - -#: include/event.php:449 include/text.php:1138 -msgid "Nov" -msgstr "Nov" - -#: include/event.php:450 include/text.php:1138 -msgid "Dec" -msgstr "Dec" - -#: include/event.php:452 include/text.php:1121 -msgid "January" -msgstr "January" - -#: include/event.php:453 include/text.php:1121 -msgid "February" -msgstr "February" - -#: include/event.php:454 include/text.php:1121 -msgid "March" -msgstr "March" - -#: include/event.php:455 include/text.php:1121 -msgid "April" -msgstr "April" - -#: include/event.php:457 include/text.php:1121 -msgid "June" -msgstr "June" - -#: include/event.php:458 include/text.php:1121 -msgid "July" -msgstr "July" - -#: include/event.php:459 include/text.php:1121 -msgid "August" -msgstr "August" - -#: include/event.php:460 include/text.php:1121 -msgid "September" -msgstr "September" - -#: include/event.php:461 include/text.php:1121 -msgid "October" -msgstr "October" - -#: include/event.php:462 include/text.php:1121 -msgid "November" -msgstr "November" - -#: include/event.php:463 include/text.php:1121 -msgid "December" -msgstr "December" - -#: include/event.php:465 mod/cal.php:280 mod/events.php:402 -msgid "today" -msgstr "today" - -#: include/event.php:466 mod/cal.php:281 mod/events.php:403 -#: src/Util/Temporal.php:302 -msgid "month" -msgstr "month" - -#: include/event.php:467 mod/cal.php:282 mod/events.php:404 -#: src/Util/Temporal.php:303 -msgid "week" -msgstr "week" - -#: include/event.php:468 mod/cal.php:283 mod/events.php:405 -#: src/Util/Temporal.php:304 -msgid "day" -msgstr "day" - -#: include/event.php:470 -msgid "No events to display" -msgstr "No events to display" - -#: include/event.php:584 -msgid "l, F j" -msgstr "l, F j" - -#: include/event.php:608 -msgid "Edit event" -msgstr "Edit event" - -#: include/event.php:609 -msgid "Duplicate event" -msgstr "Duplicate event" - -#: include/event.php:610 -msgid "Delete event" -msgstr "Delete event" - -#: include/event.php:637 include/text.php:1535 include/text.php:1542 -msgid "link to source" -msgstr "Link to source" - -#: include/event.php:897 -msgid "Export" -msgstr "Export" - -#: include/event.php:898 -msgid "Export calendar as ical" -msgstr "Export calendar as ical" - -#: include/event.php:899 -msgid "Export calendar as csv" -msgstr "Export calendar as csv" - -#: include/event.php:916 -msgid "D g:i A" -msgstr "D g:i A" - -#: include/event.php:917 -msgid "g:i A" -msgstr "g:i A" - -#: include/event.php:1012 include/event.php:1014 -msgid "Show map" -msgstr "Show map" - -#: include/event.php:1013 -msgid "Hide map" -msgstr "Hide map" - -#: include/items.php:343 mod/notice.php:22 mod/viewsrc.php:20 -#: mod/admin.php:269 mod/admin.php:1761 mod/admin.php:2009 mod/display.php:69 -#: mod/display.php:246 mod/display.php:348 -msgid "Item not found." -msgstr "Item not found." - -#: include/items.php:383 -msgid "Do you really want to delete this item?" -msgstr "Do you really want to delete this item?" - -#: include/items.php:385 mod/api.php:110 mod/follow.php:152 mod/suggest.php:38 -#: mod/contacts.php:463 mod/dfrn_request.php:653 mod/message.php:137 -#: mod/profiles.php:649 mod/profiles.php:652 mod/profiles.php:674 -#: mod/register.php:236 mod/settings.php:1109 mod/settings.php:1115 -#: mod/settings.php:1122 mod/settings.php:1126 mod/settings.php:1130 -#: mod/settings.php:1134 mod/settings.php:1138 mod/settings.php:1142 -#: mod/settings.php:1162 mod/settings.php:1163 mod/settings.php:1164 -#: mod/settings.php:1165 mod/settings.php:1166 -msgid "Yes" -msgstr "Yes" - -#: include/items.php:402 mod/allfriends.php:21 mod/api.php:35 mod/api.php:40 -#: mod/attach.php:38 mod/common.php:26 mod/crepair.php:98 mod/delegate.php:20 -#: mod/follow.php:16 mod/follow.php:57 mod/follow.php:120 mod/group.php:26 -#: mod/nogroup.php:28 mod/notes.php:30 mod/regmod.php:108 -#: mod/repair_ostatus.php:13 mod/suggest.php:60 mod/unfollow.php:15 -#: mod/unfollow.php:57 mod/unfollow.php:90 mod/viewcontacts.php:55 -#: mod/wall_upload.php:103 mod/wall_upload.php:106 mod/wallmessage.php:16 -#: mod/wallmessage.php:40 mod/wallmessage.php:79 mod/wallmessage.php:103 -#: mod/editpost.php:20 mod/uimport.php:28 mod/dirfind.php:24 -#: mod/notifications.php:73 mod/ostatus_subscribe.php:16 mod/cal.php:304 -#: mod/contacts.php:377 mod/dfrn_confirm.php:68 mod/events.php:196 -#: mod/fsuggest.php:81 mod/invite.php:20 mod/invite.php:106 mod/item.php:161 -#: mod/manage.php:131 mod/message.php:58 mod/message.php:103 -#: mod/network.php:32 mod/photos.php:175 mod/photos.php:1053 mod/poke.php:154 -#: mod/profile_photo.php:29 mod/profile_photo.php:188 -#: mod/profile_photo.php:199 mod/profile_photo.php:212 mod/profiles.php:181 -#: mod/profiles.php:619 mod/register.php:53 mod/settings.php:41 -#: mod/settings.php:140 mod/settings.php:669 mod/wall_attach.php:74 -#: mod/wall_attach.php:77 index.php:413 -msgid "Permission denied." -msgstr "Permission denied." - -#: include/items.php:472 -msgid "Archives" -msgstr "Archives" - -#: include/items.php:478 view/theme/vier/theme.php:258 -#: src/Content/ForumManager.php:130 src/Content/Widget.php:312 -#: src/Object/Post.php:422 src/App.php:514 -msgid "show more" -msgstr "Show more..." - #: include/security.php:81 msgid "Welcome " msgstr "Welcome " @@ -1148,177 +37,1156 @@ msgid "" "form has been opened for too long (>3 hours) before submitting it." msgstr "The form security token was incorrect. This probably happened because the form has not been submitted within 3 hours." -#: include/text.php:301 +#: include/dba.php:57 +#, php-format +msgid "Cannot locate DNS info for database server '%s'" +msgstr "Cannot locate DNS info for database server '%s'" + +#: include/api.php:1199 +#, php-format +msgid "Daily posting limit of %d post reached. The post was rejected." +msgid_plural "Daily posting limit of %d posts reached. The post was rejected." +msgstr[0] "Daily posting limit of %d post reached. The post was rejected." +msgstr[1] "Daily posting limit of %d posts are reached. This post was rejected." + +#: include/api.php:1223 +#, php-format +msgid "Weekly posting limit of %d post reached. The post was rejected." +msgid_plural "" +"Weekly posting limit of %d posts reached. The post was rejected." +msgstr[0] "Weekly posting limit of %d post reached. The post was rejected." +msgstr[1] "Weekly posting limit of %d posts are reached. This post was rejected." + +#: include/api.php:1247 +#, php-format +msgid "Monthly posting limit of %d post reached. The post was rejected." +msgstr "Monthly posting limit of %d posts are reached. The post was rejected." + +#: include/api.php:4400 mod/photos.php:88 mod/photos.php:194 +#: mod/photos.php:722 mod/photos.php:1149 mod/photos.php:1166 +#: mod/photos.php:1684 mod/profile_photo.php:85 mod/profile_photo.php:93 +#: mod/profile_photo.php:101 mod/profile_photo.php:211 +#: mod/profile_photo.php:302 mod/profile_photo.php:312 src/Model/User.php:539 +#: src/Model/User.php:547 src/Model/User.php:555 +msgid "Profile Photos" +msgstr "Profile photos" + +#: include/enotify.php:31 +msgid "Friendica Notification" +msgstr "Friendica notification" + +#: include/enotify.php:34 +msgid "Thank You," +msgstr "Thank you" + +#: include/enotify.php:37 +#, php-format +msgid "%s Administrator" +msgstr "%s Administrator" + +#: include/enotify.php:39 +#, php-format +msgid "%1$s, %2$s Administrator" +msgstr "%1$s, %2$s Administrator" + +#: include/enotify.php:50 src/Worker/Delivery.php:404 +msgid "noreply" +msgstr "noreply" + +#: include/enotify.php:98 +#, php-format +msgid "[Friendica:Notify] New mail received at %s" +msgstr "[Friendica:Notify] New mail received at %s" + +#: include/enotify.php:100 +#, php-format +msgid "%1$s sent you a new private message at %2$s." +msgstr "%1$s sent you a new private message at %2$s." + +#: include/enotify.php:101 +msgid "a private message" +msgstr "a private message" + +#: include/enotify.php:101 +#, php-format +msgid "%1$s sent you %2$s." +msgstr "%1$s sent you %2$s." + +#: include/enotify.php:103 +#, php-format +msgid "Please visit %s to view and/or reply to your private messages." +msgstr "Please visit %s to view or reply to your private messages." + +#: include/enotify.php:141 +#, php-format +msgid "%1$s commented on [url=%2$s]a %3$s[/url]" +msgstr "%1$s commented on [url=%2$s]a %3$s[/url]" + +#: include/enotify.php:149 +#, php-format +msgid "%1$s commented on [url=%2$s]%3$s's %4$s[/url]" +msgstr "%1$s commented on [url=%2$s]%3$s's %4$s[/url]" + +#: include/enotify.php:159 +#, php-format +msgid "%1$s commented on [url=%2$s]your %3$s[/url]" +msgstr "%1$s commented on [url=%2$s]your %3$s[/url]" + +#: include/enotify.php:171 +#, php-format +msgid "[Friendica:Notify] Comment to conversation #%1$d by %2$s" +msgstr "[Friendica:Notify] Comment to conversation #%1$d by %2$s" + +#: include/enotify.php:173 +#, php-format +msgid "%s commented on an item/conversation you have been following." +msgstr "%s commented on an item/conversation you have been following." + +#: include/enotify.php:176 include/enotify.php:191 include/enotify.php:206 +#: include/enotify.php:221 include/enotify.php:240 include/enotify.php:255 +#, php-format +msgid "Please visit %s to view and/or reply to the conversation." +msgstr "Please visit %s to view or reply to the conversation." + +#: include/enotify.php:183 +#, php-format +msgid "[Friendica:Notify] %s posted to your profile wall" +msgstr "[Friendica:Notify] %s posted to your profile wall" + +#: include/enotify.php:185 +#, php-format +msgid "%1$s posted to your profile wall at %2$s" +msgstr "%1$s posted to your profile wall at %2$s" + +#: include/enotify.php:186 +#, php-format +msgid "%1$s posted to [url=%2$s]your wall[/url]" +msgstr "%1$s posted to [url=%2$s]your wall[/url]" + +#: include/enotify.php:198 +#, php-format +msgid "[Friendica:Notify] %s tagged you" +msgstr "[Friendica:Notify] %s tagged you" + +#: include/enotify.php:200 +#, php-format +msgid "%1$s tagged you at %2$s" +msgstr "%1$s tagged you at %2$s" + +#: include/enotify.php:201 +#, php-format +msgid "%1$s [url=%2$s]tagged you[/url]." +msgstr "%1$s [url=%2$s]tagged you[/url]." + +#: include/enotify.php:213 +#, php-format +msgid "[Friendica:Notify] %s shared a new post" +msgstr "[Friendica:Notify] %s shared a new post" + +#: include/enotify.php:215 +#, php-format +msgid "%1$s shared a new post at %2$s" +msgstr "%1$s shared a new post at %2$s" + +#: include/enotify.php:216 +#, php-format +msgid "%1$s [url=%2$s]shared a post[/url]." +msgstr "%1$s [url=%2$s]shared a post[/url]." + +#: include/enotify.php:228 +#, php-format +msgid "[Friendica:Notify] %1$s poked you" +msgstr "[Friendica:Notify] %1$s poked you" + +#: include/enotify.php:230 +#, php-format +msgid "%1$s poked you at %2$s" +msgstr "%1$s poked you at %2$s" + +#: include/enotify.php:231 +#, php-format +msgid "%1$s [url=%2$s]poked you[/url]." +msgstr "%1$s [url=%2$s]poked you[/url]." + +#: include/enotify.php:247 +#, php-format +msgid "[Friendica:Notify] %s tagged your post" +msgstr "[Friendica:Notify] %s tagged your post" + +#: include/enotify.php:249 +#, php-format +msgid "%1$s tagged your post at %2$s" +msgstr "%1$s tagged your post at %2$s" + +#: include/enotify.php:250 +#, php-format +msgid "%1$s tagged [url=%2$s]your post[/url]" +msgstr "%1$s tagged [url=%2$s]your post[/url]" + +#: include/enotify.php:262 +msgid "[Friendica:Notify] Introduction received" +msgstr "[Friendica:Notify] Introduction received" + +#: include/enotify.php:264 +#, php-format +msgid "You've received an introduction from '%1$s' at %2$s" +msgstr "You've received an introduction from '%1$s' at %2$s" + +#: include/enotify.php:265 +#, php-format +msgid "You've received [url=%1$s]an introduction[/url] from %2$s." +msgstr "You've received [url=%1$s]an introduction[/url] from %2$s." + +#: include/enotify.php:270 include/enotify.php:316 +#, php-format +msgid "You may visit their profile at %s" +msgstr "You may visit their profile at %s" + +#: include/enotify.php:272 +#, php-format +msgid "Please visit %s to approve or reject the introduction." +msgstr "Please visit %s to approve or reject the introduction." + +#: include/enotify.php:280 +msgid "[Friendica:Notify] A new person is sharing with you" +msgstr "[Friendica:Notify] A new person is sharing with you" + +#: include/enotify.php:282 include/enotify.php:283 +#, php-format +msgid "%1$s is sharing with you at %2$s" +msgstr "%1$s is sharing with you at %2$s" + +#: include/enotify.php:290 +msgid "[Friendica:Notify] You have a new follower" +msgstr "[Friendica:Notify] You have a new follower" + +#: include/enotify.php:292 include/enotify.php:293 +#, php-format +msgid "You have a new follower at %2$s : %1$s" +msgstr "You have a new follower at %2$s : %1$s" + +#: include/enotify.php:305 +msgid "[Friendica:Notify] Friend suggestion received" +msgstr "[Friendica:Notify] Friend suggestion received" + +#: include/enotify.php:307 +#, php-format +msgid "You've received a friend suggestion from '%1$s' at %2$s" +msgstr "You've received a friend suggestion from '%1$s' at %2$s" + +#: include/enotify.php:308 +#, php-format +msgid "" +"You've received [url=%1$s]a friend suggestion[/url] for %2$s from %3$s." +msgstr "You've received [url=%1$s]a friend suggestion[/url] for %2$s from %3$s." + +#: include/enotify.php:314 +msgid "Name:" +msgstr "Name:" + +#: include/enotify.php:315 +msgid "Photo:" +msgstr "Photo:" + +#: include/enotify.php:318 +#, php-format +msgid "Please visit %s to approve or reject the suggestion." +msgstr "Please visit %s to approve or reject the suggestion." + +#: include/enotify.php:326 include/enotify.php:341 +msgid "[Friendica:Notify] Connection accepted" +msgstr "[Friendica:Notify] Connection accepted" + +#: include/enotify.php:328 include/enotify.php:343 +#, php-format +msgid "'%1$s' has accepted your connection request at %2$s" +msgstr "'%1$s' has accepted your connection request at %2$s" + +#: include/enotify.php:329 include/enotify.php:344 +#, php-format +msgid "%2$s has accepted your [url=%1$s]connection request[/url]." +msgstr "%2$s has accepted your [url=%1$s]connection request[/url]." + +#: include/enotify.php:334 +msgid "" +"You are now mutual friends and may exchange status updates, photos, and " +"email without restriction." +msgstr "You are now mutual friends and may exchange status updates, photos, and email without restriction." + +#: include/enotify.php:336 +#, php-format +msgid "Please visit %s if you wish to make any changes to this relationship." +msgstr "Please visit %s if you wish to make any changes to this relationship." + +#: include/enotify.php:349 +#, php-format +msgid "" +"'%1$s' has chosen to accept you a fan, which restricts some forms of " +"communication - such as private messaging and some profile interactions. If " +"this is a celebrity or community page, these settings were applied " +"automatically." +msgstr "'%1$s' has chosen to accept you as fan. This 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." + +#: include/enotify.php:351 +#, php-format +msgid "" +"'%1$s' may choose to extend this into a two-way or more permissive " +"relationship in the future." +msgstr "'%1$s' may choose to extend this into a two-way or more permissive relationship in the future." + +#: include/enotify.php:353 +#, php-format +msgid "Please visit %s if you wish to make any changes to this relationship." +msgstr "Please visit %s if you wish to make any changes to this relationship." + +#: include/enotify.php:363 +msgid "[Friendica System:Notify] registration request" +msgstr "[Friendica:Notify] registration request" + +#: include/enotify.php:365 +#, php-format +msgid "You've received a registration request from '%1$s' at %2$s" +msgstr "You've received a registration request from '%1$s' at %2$s." + +#: include/enotify.php:366 +#, php-format +msgid "You've received a [url=%1$s]registration request[/url] from %2$s." +msgstr "You've received a [url=%1$s]registration request[/url] from %2$s." + +#: include/enotify.php:371 +#, php-format +msgid "Full Name:\t%1$s\\nSite Location:\t%2$s\\nLogin Name:\t%3$s (%4$s)" +msgstr "Full Name:\t%1$s\\nSite Location:\t%2$s\\nLogin Name:\t%3$s (%4$s)" + +#: include/enotify.php:377 +#, php-format +msgid "Please visit %s to approve or reject the request." +msgstr "Please visit %s to approve or reject the request." + +#: include/items.php:342 mod/notice.php:22 mod/viewsrc.php:21 +#: mod/display.php:72 mod/display.php:252 mod/display.php:354 +#: mod/admin.php:276 mod/admin.php:1854 mod/admin.php:2102 +msgid "Item not found." +msgstr "Item not found." + +#: include/items.php:382 +msgid "Do you really want to delete this item?" +msgstr "Do you really want to delete this item?" + +#: include/items.php:384 mod/api.php:110 mod/suggest.php:38 +#: mod/dfrn_request.php:653 mod/message.php:138 mod/follow.php:150 +#: mod/profiles.php:636 mod/profiles.php:639 mod/profiles.php:661 +#: mod/contacts.php:472 mod/register.php:237 mod/settings.php:1105 +#: mod/settings.php:1111 mod/settings.php:1118 mod/settings.php:1122 +#: mod/settings.php:1126 mod/settings.php:1130 mod/settings.php:1134 +#: mod/settings.php:1138 mod/settings.php:1158 mod/settings.php:1159 +#: mod/settings.php:1160 mod/settings.php:1161 mod/settings.php:1162 +msgid "Yes" +msgstr "Yes" + +#: include/items.php:387 include/conversation.php:1378 mod/fbrowser.php:103 +#: mod/fbrowser.php:134 mod/suggest.php:41 mod/dfrn_request.php:663 +#: mod/tagrm.php:19 mod/tagrm.php:99 mod/editpost.php:149 mod/message.php:141 +#: mod/photos.php:248 mod/photos.php:324 mod/videos.php:147 +#: mod/unfollow.php:117 mod/follow.php:161 mod/contacts.php:475 +#: mod/settings.php:676 mod/settings.php:702 +msgid "Cancel" +msgstr "Cancel" + +#: include/items.php:401 mod/allfriends.php:21 mod/api.php:35 mod/api.php:40 +#: mod/attach.php:38 mod/common.php:26 mod/crepair.php:98 mod/nogroup.php:28 +#: mod/repair_ostatus.php:13 mod/suggest.php:60 mod/uimport.php:28 +#: mod/notifications.php:73 mod/dfrn_confirm.php:68 mod/invite.php:20 +#: mod/invite.php:106 mod/wall_attach.php:74 mod/wall_attach.php:77 +#: mod/manage.php:131 mod/regmod.php:108 mod/viewcontacts.php:57 +#: mod/wallmessage.php:16 mod/wallmessage.php:40 mod/wallmessage.php:79 +#: mod/wallmessage.php:103 mod/poke.php:150 mod/wall_upload.php:103 +#: mod/wall_upload.php:106 mod/editpost.php:18 mod/fsuggest.php:80 +#: mod/group.php:26 mod/item.php:160 mod/message.php:59 mod/message.php:104 +#: mod/network.php:32 mod/notes.php:30 mod/photos.php:174 mod/photos.php:1051 +#: mod/delegate.php:25 mod/delegate.php:43 mod/delegate.php:54 +#: mod/dirfind.php:25 mod/ostatus_subscribe.php:16 mod/unfollow.php:15 +#: mod/unfollow.php:57 mod/unfollow.php:90 mod/cal.php:304 mod/events.php:194 +#: mod/profile_photo.php:30 mod/profile_photo.php:176 +#: mod/profile_photo.php:187 mod/profile_photo.php:200 mod/follow.php:17 +#: mod/follow.php:54 mod/follow.php:118 mod/profiles.php:182 +#: mod/profiles.php:606 mod/contacts.php:386 mod/register.php:53 +#: mod/settings.php:42 mod/settings.php:141 mod/settings.php:665 index.php:416 +msgid "Permission denied." +msgstr "Permission denied." + +#: include/items.php:471 +msgid "Archives" +msgstr "Archives" + +#: include/items.php:477 src/Content/ForumManager.php:130 +#: src/Content/Widget.php:312 src/Object/Post.php:430 src/App.php:512 +#: view/theme/vier/theme.php:259 +msgid "show more" +msgstr "Show more..." + +#: include/conversation.php:144 include/conversation.php:282 +#: include/text.php:1774 src/Model/Item.php:1795 +msgid "event" +msgstr "event" + +#: include/conversation.php:147 include/conversation.php:157 +#: include/conversation.php:285 include/conversation.php:294 +#: mod/subthread.php:97 mod/tagger.php:72 src/Model/Item.php:1793 +#: src/Protocol/Diaspora.php:2010 +msgid "status" +msgstr "status" + +#: include/conversation.php:152 include/conversation.php:290 +#: include/text.php:1776 mod/subthread.php:97 mod/tagger.php:72 +#: src/Model/Item.php:1793 +msgid "photo" +msgstr "photo" + +#: include/conversation.php:164 src/Model/Item.php:1666 +#: src/Protocol/Diaspora.php:2006 +#, php-format +msgid "%1$s likes %2$s's %3$s" +msgstr "%1$s likes %2$s's %3$s" + +#: include/conversation.php:167 src/Model/Item.php:1671 +#, php-format +msgid "%1$s doesn't like %2$s's %3$s" +msgstr "%1$s doesn't like %2$s's %3$s" + +#: include/conversation.php:170 +#, php-format +msgid "%1$s attends %2$s's %3$s" +msgstr "%1$s goes to %2$s's %3$s" + +#: include/conversation.php:173 +#, php-format +msgid "%1$s doesn't attend %2$s's %3$s" +msgstr "%1$s doesn't go %2$s's %3$s" + +#: include/conversation.php:176 +#, php-format +msgid "%1$s attends maybe %2$s's %3$s" +msgstr "%1$s might go to %2$s's %3$s" + +#: include/conversation.php:209 mod/dfrn_confirm.php:431 +#: src/Protocol/Diaspora.php:2481 +#, php-format +msgid "%1$s is now friends with %2$s" +msgstr "%1$s is now friends with %2$s" + +#: include/conversation.php:250 +#, php-format +msgid "%1$s poked %2$s" +msgstr "%1$s poked %2$s" + +#: include/conversation.php:304 mod/tagger.php:110 +#, php-format +msgid "%1$s tagged %2$s's %3$s with %4$s" +msgstr "%1$s tagged %2$s's %3$s with %4$s" + +#: include/conversation.php:331 +msgid "post/item" +msgstr "Post/Item" + +#: include/conversation.php:332 +#, php-format +msgid "%1$s marked %2$s's %3$s as favorite" +msgstr "%1$s marked %2$s's %3$s as favourite" + +#: include/conversation.php:605 mod/photos.php:1501 mod/profiles.php:355 +msgid "Likes" +msgstr "Likes" + +#: include/conversation.php:605 mod/photos.php:1501 mod/profiles.php:359 +msgid "Dislikes" +msgstr "Dislikes" + +#: include/conversation.php:606 include/conversation.php:1687 +#: mod/photos.php:1502 +msgid "Attending" +msgid_plural "Attending" +msgstr[0] "Attending" +msgstr[1] "Attending" + +#: include/conversation.php:606 mod/photos.php:1502 +msgid "Not attending" +msgstr "Not attending" + +#: include/conversation.php:606 mod/photos.php:1502 +msgid "Might attend" +msgstr "Might attend" + +#: include/conversation.php:744 mod/photos.php:1569 src/Object/Post.php:178 +msgid "Select" +msgstr "Select" + +#: include/conversation.php:745 mod/photos.php:1570 mod/contacts.php:830 +#: mod/contacts.php:1035 mod/admin.php:1798 mod/settings.php:738 +#: src/Object/Post.php:179 +msgid "Delete" +msgstr "Delete" + +#: include/conversation.php:783 src/Object/Post.php:363 +#: src/Object/Post.php:364 +#, php-format +msgid "View %s's profile @ %s" +msgstr "View %s's profile @ %s" + +#: include/conversation.php:795 src/Object/Post.php:351 +msgid "Categories:" +msgstr "Categories:" + +#: include/conversation.php:796 src/Object/Post.php:352 +msgid "Filed under:" +msgstr "Filed under:" + +#: include/conversation.php:803 src/Object/Post.php:377 +#, php-format +msgid "%s from %s" +msgstr "%s from %s" + +#: include/conversation.php:818 +msgid "View in context" +msgstr "View in context" + +#: include/conversation.php:820 include/conversation.php:1360 +#: mod/wallmessage.php:145 mod/editpost.php:125 mod/message.php:264 +#: mod/message.php:433 mod/photos.php:1473 src/Object/Post.php:402 +msgid "Please wait" +msgstr "Please wait" + +#: include/conversation.php:891 +msgid "remove" +msgstr "Remove" + +#: include/conversation.php:895 +msgid "Delete Selected Items" +msgstr "Delete selected items" + +#: include/conversation.php:1065 view/theme/frio/theme.php:352 +msgid "Follow Thread" +msgstr "Follow thread" + +#: include/conversation.php:1066 src/Model/Contact.php:640 +msgid "View Status" +msgstr "View status" + +#: include/conversation.php:1067 include/conversation.php:1083 +#: mod/allfriends.php:73 mod/suggest.php:82 mod/match.php:89 +#: mod/dirfind.php:217 mod/directory.php:159 src/Model/Contact.php:580 +#: src/Model/Contact.php:593 src/Model/Contact.php:641 +msgid "View Profile" +msgstr "View profile" + +#: include/conversation.php:1068 src/Model/Contact.php:642 +msgid "View Photos" +msgstr "View photos" + +#: include/conversation.php:1069 src/Model/Contact.php:643 +msgid "Network Posts" +msgstr "Network posts" + +#: include/conversation.php:1070 src/Model/Contact.php:644 +msgid "View Contact" +msgstr "View contact" + +#: include/conversation.php:1071 src/Model/Contact.php:646 +msgid "Send PM" +msgstr "Send PM" + +#: include/conversation.php:1075 src/Model/Contact.php:647 +msgid "Poke" +msgstr "Poke" + +#: include/conversation.php:1080 mod/allfriends.php:74 mod/suggest.php:83 +#: mod/match.php:90 mod/dirfind.php:218 mod/follow.php:143 +#: mod/contacts.php:596 src/Content/Widget.php:61 src/Model/Contact.php:594 +msgid "Connect/Follow" +msgstr "Connect/Follow" + +#: include/conversation.php:1199 +#, php-format +msgid "%s likes this." +msgstr "%s likes this." + +#: include/conversation.php:1202 +#, php-format +msgid "%s doesn't like this." +msgstr "%s doesn't like this." + +#: include/conversation.php:1205 +#, php-format +msgid "%s attends." +msgstr "%s attends." + +#: include/conversation.php:1208 +#, php-format +msgid "%s doesn't attend." +msgstr "%s doesn't attend." + +#: include/conversation.php:1211 +#, php-format +msgid "%s attends maybe." +msgstr "%s may attend." + +#: include/conversation.php:1222 +msgid "and" +msgstr "and" + +#: include/conversation.php:1228 +#, php-format +msgid "and %d other people" +msgstr "and %d other people" + +#: include/conversation.php:1237 +#, php-format +msgid "%2$d people like this" +msgstr "%2$d people like this" + +#: include/conversation.php:1238 +#, php-format +msgid "%s like this." +msgstr "%s like this." + +#: include/conversation.php:1241 +#, php-format +msgid "%2$d people don't like this" +msgstr "%2$d people don't like this" + +#: include/conversation.php:1242 +#, php-format +msgid "%s don't like this." +msgstr "%s don't like this." + +#: include/conversation.php:1245 +#, php-format +msgid "%2$d people attend" +msgstr "%2$d people attend" + +#: include/conversation.php:1246 +#, php-format +msgid "%s attend." +msgstr "%s attend." + +#: include/conversation.php:1249 +#, php-format +msgid "%2$d people don't attend" +msgstr "%2$d people don't attend" + +#: include/conversation.php:1250 +#, php-format +msgid "%s don't attend." +msgstr "%s don't attend." + +#: include/conversation.php:1253 +#, php-format +msgid "%2$d people attend maybe" +msgstr "%2$d people attend maybe" + +#: include/conversation.php:1254 +#, php-format +msgid "%s attend maybe." +msgstr "%s may be attending." + +#: include/conversation.php:1284 include/conversation.php:1300 +msgid "Visible to everybody" +msgstr "Visible to everybody" + +#: include/conversation.php:1285 include/conversation.php:1301 +#: mod/wallmessage.php:120 mod/wallmessage.php:127 mod/message.php:200 +#: mod/message.php:207 mod/message.php:343 mod/message.php:350 +msgid "Please enter a link URL:" +msgstr "Please enter a link URL:" + +#: include/conversation.php:1286 include/conversation.php:1302 +msgid "Please enter a video link/URL:" +msgstr "Please enter a video link/URL:" + +#: include/conversation.php:1287 include/conversation.php:1303 +msgid "Please enter an audio link/URL:" +msgstr "Please enter an audio link/URL:" + +#: include/conversation.php:1288 include/conversation.php:1304 +msgid "Tag term:" +msgstr "Tag term:" + +#: include/conversation.php:1289 include/conversation.php:1305 +#: mod/filer.php:34 +msgid "Save to Folder:" +msgstr "Save to folder:" + +#: include/conversation.php:1290 include/conversation.php:1306 +msgid "Where are you right now?" +msgstr "Where are you right now?" + +#: include/conversation.php:1291 +msgid "Delete item(s)?" +msgstr "Delete item(s)?" + +#: include/conversation.php:1338 +msgid "New Post" +msgstr "New post" + +#: include/conversation.php:1341 +msgid "Share" +msgstr "Share" + +#: include/conversation.php:1342 mod/wallmessage.php:143 mod/editpost.php:111 +#: mod/message.php:262 mod/message.php:430 +msgid "Upload photo" +msgstr "Upload photo" + +#: include/conversation.php:1343 mod/editpost.php:112 +msgid "upload photo" +msgstr "upload photo" + +#: include/conversation.php:1344 mod/editpost.php:113 +msgid "Attach file" +msgstr "Attach file" + +#: include/conversation.php:1345 mod/editpost.php:114 +msgid "attach file" +msgstr "attach file" + +#: include/conversation.php:1346 mod/wallmessage.php:144 mod/editpost.php:115 +#: mod/message.php:263 mod/message.php:431 +msgid "Insert web link" +msgstr "Insert web link" + +#: include/conversation.php:1347 mod/editpost.php:116 +msgid "web link" +msgstr "web link" + +#: include/conversation.php:1348 mod/editpost.php:117 +msgid "Insert video link" +msgstr "Insert video link" + +#: include/conversation.php:1349 mod/editpost.php:118 +msgid "video link" +msgstr "video link" + +#: include/conversation.php:1350 mod/editpost.php:119 +msgid "Insert audio link" +msgstr "Insert audio link" + +#: include/conversation.php:1351 mod/editpost.php:120 +msgid "audio link" +msgstr "audio link" + +#: include/conversation.php:1352 mod/editpost.php:121 +msgid "Set your location" +msgstr "Set your location" + +#: include/conversation.php:1353 mod/editpost.php:122 +msgid "set location" +msgstr "set location" + +#: include/conversation.php:1354 mod/editpost.php:123 +msgid "Clear browser location" +msgstr "Clear browser location" + +#: include/conversation.php:1355 mod/editpost.php:124 +msgid "clear location" +msgstr "clear location" + +#: include/conversation.php:1357 mod/editpost.php:138 +msgid "Set title" +msgstr "Set title" + +#: include/conversation.php:1359 mod/editpost.php:140 +msgid "Categories (comma-separated list)" +msgstr "Categories (comma-separated list)" + +#: include/conversation.php:1361 mod/editpost.php:126 +msgid "Permission settings" +msgstr "Permission settings" + +#: include/conversation.php:1362 mod/editpost.php:155 +msgid "permissions" +msgstr "permissions" + +#: include/conversation.php:1370 mod/editpost.php:135 +msgid "Public post" +msgstr "Public post" + +#: include/conversation.php:1374 mod/editpost.php:146 mod/photos.php:1492 +#: mod/photos.php:1531 mod/photos.php:1604 mod/events.php:528 +#: src/Object/Post.php:805 +msgid "Preview" +msgstr "Preview" + +#: include/conversation.php:1383 +msgid "Post to Groups" +msgstr "Post to groups" + +#: include/conversation.php:1384 +msgid "Post to Contacts" +msgstr "Post to contacts" + +#: include/conversation.php:1385 +msgid "Private post" +msgstr "Private post" + +#: include/conversation.php:1390 mod/editpost.php:153 +#: src/Model/Profile.php:342 +msgid "Message" +msgstr "Message" + +#: include/conversation.php:1391 mod/editpost.php:154 +msgid "Browser" +msgstr "Browser" + +#: include/conversation.php:1658 +msgid "View all" +msgstr "View all" + +#: include/conversation.php:1681 +msgid "Like" +msgid_plural "Likes" +msgstr[0] "Like" +msgstr[1] "Likes" + +#: include/conversation.php:1684 +msgid "Dislike" +msgid_plural "Dislikes" +msgstr[0] "Dislike" +msgstr[1] "Dislikes" + +#: include/conversation.php:1690 +msgid "Not Attending" +msgid_plural "Not Attending" +msgstr[0] "Not attending" +msgstr[1] "Not attending" + +#: include/conversation.php:1693 src/Content/ContactSelector.php:125 +msgid "Undecided" +msgid_plural "Undecided" +msgstr[0] "Undecided" +msgstr[1] "Undecided" + +#: include/text.php:302 msgid "newer" msgstr "Later posts" -#: include/text.php:302 +#: include/text.php:303 msgid "older" msgstr "Earlier posts" -#: include/text.php:307 +#: include/text.php:308 msgid "first" msgstr "first" -#: include/text.php:308 +#: include/text.php:309 msgid "prev" msgstr "prev" -#: include/text.php:342 +#: include/text.php:343 msgid "next" msgstr "next" -#: include/text.php:343 +#: include/text.php:344 msgid "last" msgstr "last" -#: include/text.php:397 +#: include/text.php:398 msgid "Loading more entries..." msgstr "Loading more entries..." -#: include/text.php:398 +#: include/text.php:399 msgid "The end" msgstr "The end" -#: include/text.php:908 +#: include/text.php:884 msgid "No contacts" msgstr "No contacts" -#: include/text.php:932 +#: include/text.php:908 #, php-format msgid "%d Contact" msgid_plural "%d Contacts" msgstr[0] "%d contact" msgstr[1] "%d contacts" -#: include/text.php:945 +#: include/text.php:921 msgid "View Contacts" msgstr "View contacts" -#: include/text.php:1034 mod/filer.php:36 mod/notes.php:69 -#: mod/editpost.php:109 +#: include/text.php:1010 mod/filer.php:35 mod/editpost.php:110 +#: mod/notes.php:67 msgid "Save" msgstr "Save" -#: include/text.php:1034 +#: include/text.php:1010 msgid "Follow" msgstr "Follow" -#: include/text.php:1040 mod/search.php:155 src/Content/Nav.php:142 +#: include/text.php:1016 mod/search.php:155 src/Content/Nav.php:142 msgid "Search" msgstr "Search" -#: include/text.php:1043 src/Content/Nav.php:58 +#: include/text.php:1019 src/Content/Nav.php:58 msgid "@name, !forum, #tags, content" msgstr "@name, !forum, #tags, content" -#: include/text.php:1049 src/Content/Nav.php:145 +#: include/text.php:1025 src/Content/Nav.php:145 msgid "Full Text" msgstr "Full text" -#: include/text.php:1050 src/Content/Nav.php:146 +#: include/text.php:1026 src/Content/Nav.php:146 #: src/Content/Widget/TagCloud.php:54 msgid "Tags" msgstr "Tags" -#: include/text.php:1051 mod/viewcontacts.php:132 mod/contacts.php:804 -#: mod/contacts.php:865 view/theme/frio/theme.php:269 src/Content/Nav.php:147 -#: src/Content/Nav.php:212 src/Model/Profile.php:942 src/Model/Profile.php:945 +#: include/text.php:1027 mod/viewcontacts.php:131 mod/contacts.php:814 +#: mod/contacts.php:875 src/Content/Nav.php:147 src/Content/Nav.php:212 +#: src/Model/Profile.php:957 src/Model/Profile.php:960 +#: view/theme/frio/theme.php:270 msgid "Contacts" msgstr "Contacts" -#: include/text.php:1054 view/theme/vier/theme.php:253 -#: src/Content/ForumManager.php:125 src/Content/Nav.php:151 +#: include/text.php:1030 src/Content/ForumManager.php:125 +#: src/Content/Nav.php:151 view/theme/vier/theme.php:254 msgid "Forums" msgstr "Forums" -#: include/text.php:1098 +#: include/text.php:1074 msgid "poke" msgstr "poke" -#: include/text.php:1098 +#: include/text.php:1074 msgid "poked" msgstr "poked" -#: include/text.php:1099 +#: include/text.php:1075 msgid "ping" msgstr "ping" -#: include/text.php:1099 +#: include/text.php:1075 msgid "pinged" msgstr "pinged" -#: include/text.php:1100 +#: include/text.php:1076 msgid "prod" msgstr "prod" -#: include/text.php:1100 +#: include/text.php:1076 msgid "prodded" msgstr "prodded" -#: include/text.php:1101 +#: include/text.php:1077 msgid "slap" msgstr "slap" -#: include/text.php:1101 +#: include/text.php:1077 msgid "slapped" msgstr "slapped" -#: include/text.php:1102 +#: include/text.php:1078 msgid "finger" msgstr "finger" -#: include/text.php:1102 +#: include/text.php:1078 msgid "fingered" msgstr "fingered" -#: include/text.php:1103 +#: include/text.php:1079 msgid "rebuff" msgstr "rebuff" -#: include/text.php:1103 +#: include/text.php:1079 msgid "rebuffed" msgstr "rebuffed" -#: include/text.php:1138 +#: include/text.php:1093 mod/settings.php:943 src/Model/Event.php:379 +msgid "Monday" +msgstr "Monday" + +#: include/text.php:1093 src/Model/Event.php:380 +msgid "Tuesday" +msgstr "Tuesday" + +#: include/text.php:1093 src/Model/Event.php:381 +msgid "Wednesday" +msgstr "Wednesday" + +#: include/text.php:1093 src/Model/Event.php:382 +msgid "Thursday" +msgstr "Thursday" + +#: include/text.php:1093 src/Model/Event.php:383 +msgid "Friday" +msgstr "Friday" + +#: include/text.php:1093 src/Model/Event.php:384 +msgid "Saturday" +msgstr "Saturday" + +#: include/text.php:1093 mod/settings.php:943 src/Model/Event.php:378 +msgid "Sunday" +msgstr "Sunday" + +#: include/text.php:1097 src/Model/Event.php:399 +msgid "January" +msgstr "January" + +#: include/text.php:1097 src/Model/Event.php:400 +msgid "February" +msgstr "February" + +#: include/text.php:1097 src/Model/Event.php:401 +msgid "March" +msgstr "March" + +#: include/text.php:1097 src/Model/Event.php:402 +msgid "April" +msgstr "April" + +#: include/text.php:1097 include/text.php:1114 src/Model/Event.php:390 +#: src/Model/Event.php:403 +msgid "May" +msgstr "May" + +#: include/text.php:1097 src/Model/Event.php:404 +msgid "June" +msgstr "June" + +#: include/text.php:1097 src/Model/Event.php:405 +msgid "July" +msgstr "July" + +#: include/text.php:1097 src/Model/Event.php:406 +msgid "August" +msgstr "August" + +#: include/text.php:1097 src/Model/Event.php:407 +msgid "September" +msgstr "September" + +#: include/text.php:1097 src/Model/Event.php:408 +msgid "October" +msgstr "October" + +#: include/text.php:1097 src/Model/Event.php:409 +msgid "November" +msgstr "November" + +#: include/text.php:1097 src/Model/Event.php:410 +msgid "December" +msgstr "December" + +#: include/text.php:1111 src/Model/Event.php:371 +msgid "Mon" +msgstr "Mon" + +#: include/text.php:1111 src/Model/Event.php:372 +msgid "Tue" +msgstr "Tue" + +#: include/text.php:1111 src/Model/Event.php:373 +msgid "Wed" +msgstr "Wed" + +#: include/text.php:1111 src/Model/Event.php:374 +msgid "Thu" +msgstr "Thu" + +#: include/text.php:1111 src/Model/Event.php:375 +msgid "Fri" +msgstr "Fri" + +#: include/text.php:1111 src/Model/Event.php:376 +msgid "Sat" +msgstr "Sat" + +#: include/text.php:1111 src/Model/Event.php:370 +msgid "Sun" +msgstr "Sun" + +#: include/text.php:1114 src/Model/Event.php:386 +msgid "Jan" +msgstr "Jan" + +#: include/text.php:1114 src/Model/Event.php:387 +msgid "Feb" +msgstr "Feb" + +#: include/text.php:1114 src/Model/Event.php:388 +msgid "Mar" +msgstr "Mar" + +#: include/text.php:1114 src/Model/Event.php:389 +msgid "Apr" +msgstr "Apr" + +#: include/text.php:1114 src/Model/Event.php:392 +msgid "Jul" +msgstr "Jul" + +#: include/text.php:1114 src/Model/Event.php:393 +msgid "Aug" +msgstr "Aug" + +#: include/text.php:1114 msgid "Sep" msgstr "Sep" -#: include/text.php:1339 mod/videos.php:384 +#: include/text.php:1114 src/Model/Event.php:395 +msgid "Oct" +msgstr "Oct" + +#: include/text.php:1114 src/Model/Event.php:396 +msgid "Nov" +msgstr "Nov" + +#: include/text.php:1114 src/Model/Event.php:397 +msgid "Dec" +msgstr "Dec" + +#: include/text.php:1275 +#, php-format +msgid "Content warning: %s" +msgstr "Content warning: %s" + +#: include/text.php:1345 mod/videos.php:380 msgid "View Video" msgstr "View video" -#: include/text.php:1356 +#: include/text.php:1362 msgid "bytes" msgstr "bytes" -#: include/text.php:1391 include/text.php:1402 +#: include/text.php:1395 include/text.php:1406 include/text.php:1442 msgid "Click to open/close" -msgstr "Click to open/close" +msgstr "Reveal/hide" -#: include/text.php:1529 +#: include/text.php:1559 msgid "View on separate page" msgstr "View on separate page" -#: include/text.php:1530 +#: include/text.php:1560 msgid "view on separate page" msgstr "view on separate page" -#: include/text.php:1748 +#: include/text.php:1565 include/text.php:1572 src/Model/Event.php:594 +msgid "link to source" +msgstr "Link to source" + +#: include/text.php:1778 msgid "activity" msgstr "activity" -#: include/text.php:1750 src/Object/Post.php:421 src/Object/Post.php:433 +#: include/text.php:1780 src/Object/Post.php:429 src/Object/Post.php:441 msgid "comment" msgid_plural "comments" msgstr[0] "comment" msgstr[1] "comments" -#: include/text.php:1753 +#: include/text.php:1783 msgid "post" msgstr "post" -#: include/text.php:1910 +#: include/text.php:1940 msgid "Item filed" msgstr "Item filed" @@ -1326,8 +1194,8 @@ msgstr "Item filed" msgid "No friends to display." msgstr "No friends to display." -#: mod/allfriends.php:90 mod/suggest.php:101 mod/dirfind.php:218 -#: mod/match.php:105 src/Content/Widget.php:37 src/Model/Profile.php:297 +#: mod/allfriends.php:90 mod/suggest.php:101 mod/match.php:105 +#: mod/dirfind.php:215 src/Content/Widget.php:37 src/Model/Profile.php:297 msgid "Connect" msgstr "Connect" @@ -1349,17 +1217,17 @@ msgid "" " and/or create new posts for you?" msgstr "Do you want to authorize this application to access your posts and contacts and create new posts for you?" -#: mod/api.php:111 mod/follow.php:152 mod/dfrn_request.php:653 -#: mod/profiles.php:649 mod/profiles.php:653 mod/profiles.php:674 -#: mod/register.php:237 mod/settings.php:1109 mod/settings.php:1115 -#: mod/settings.php:1122 mod/settings.php:1126 mod/settings.php:1130 -#: mod/settings.php:1134 mod/settings.php:1138 mod/settings.php:1142 -#: mod/settings.php:1162 mod/settings.php:1163 mod/settings.php:1164 -#: mod/settings.php:1165 mod/settings.php:1166 +#: mod/api.php:111 mod/dfrn_request.php:653 mod/follow.php:150 +#: mod/profiles.php:636 mod/profiles.php:640 mod/profiles.php:661 +#: mod/register.php:238 mod/settings.php:1105 mod/settings.php:1111 +#: mod/settings.php:1118 mod/settings.php:1122 mod/settings.php:1126 +#: mod/settings.php:1130 mod/settings.php:1134 mod/settings.php:1138 +#: mod/settings.php:1158 mod/settings.php:1159 mod/settings.php:1160 +#: mod/settings.php:1161 mod/settings.php:1162 msgid "No" msgstr "No" -#: mod/apps.php:14 index.php:242 +#: mod/apps.php:14 index.php:245 msgid "You must be logged in to use addons. " msgstr "You must be logged in to use addons. " @@ -1379,19 +1247,11 @@ msgstr "Item not available." msgid "Item was not found." msgstr "Item was not found." -#: mod/bookmarklet.php:21 src/Content/Nav.php:114 src/Module/Login.php:312 -msgid "Login" -msgstr "Login" - -#: mod/bookmarklet.php:49 -msgid "The post was created" -msgstr "The post was created" - #: mod/common.php:91 msgid "No contacts in common." msgstr "No contacts in common." -#: mod/common.php:140 mod/contacts.php:876 +#: mod/common.php:140 mod/contacts.php:886 msgid "Common Friends" msgstr "Common friends" @@ -1414,8 +1274,8 @@ msgstr "Contact settings applied." msgid "Contact update failed." msgstr "Contact update failed." -#: mod/crepair.php:110 mod/dfrn_confirm.php:131 mod/fsuggest.php:29 -#: mod/fsuggest.php:97 +#: mod/crepair.php:110 mod/dfrn_confirm.php:131 mod/fsuggest.php:30 +#: mod/fsuggest.php:96 msgid "Contact not found." msgstr "Contact not found." @@ -1451,15 +1311,15 @@ msgstr "Return to contact editor" msgid "Refetch contact data" msgstr "Re-fetch contact data." -#: mod/crepair.php:148 mod/contacts.php:600 mod/events.php:534 -#: mod/fsuggest.php:116 mod/install.php:250 mod/install.php:289 -#: mod/invite.php:150 mod/localtime.php:56 mod/manage.php:184 -#: mod/message.php:265 mod/message.php:434 mod/photos.php:1082 -#: mod/photos.php:1162 mod/photos.php:1447 mod/photos.php:1493 -#: mod/photos.php:1532 mod/photos.php:1605 mod/poke.php:203 -#: mod/profiles.php:685 view/theme/duepuntozero/config.php:72 -#: view/theme/frio/config.php:113 view/theme/quattro/config.php:73 -#: view/theme/vier/config.php:119 src/Object/Post.php:788 +#: mod/crepair.php:148 mod/invite.php:150 mod/manage.php:184 +#: mod/localtime.php:56 mod/poke.php:199 mod/fsuggest.php:114 +#: mod/message.php:265 mod/message.php:432 mod/photos.php:1080 +#: mod/photos.php:1160 mod/photos.php:1445 mod/photos.php:1491 +#: mod/photos.php:1530 mod/photos.php:1603 mod/install.php:251 +#: mod/install.php:290 mod/events.php:530 mod/profiles.php:672 +#: mod/contacts.php:610 src/Object/Post.php:796 +#: view/theme/duepuntozero/config.php:71 view/theme/frio/config.php:113 +#: view/theme/quattro/config.php:73 view/theme/vier/config.php:119 msgid "Submit" msgstr "Submit" @@ -1477,9 +1337,9 @@ msgid "" "entries from this contact." msgstr "This will cause Friendica to repost new entries from this contact." -#: mod/crepair.php:158 mod/admin.php:439 mod/admin.php:1688 mod/admin.php:1700 -#: mod/admin.php:1713 mod/admin.php:1729 mod/settings.php:681 -#: mod/settings.php:707 +#: mod/crepair.php:158 mod/admin.php:490 mod/admin.php:1781 mod/admin.php:1793 +#: mod/admin.php:1806 mod/admin.php:1822 mod/settings.php:677 +#: mod/settings.php:703 msgid "Name" msgstr "Name:" @@ -1515,107 +1375,19 @@ msgstr "Poll/Feed URL:" msgid "New photo from this URL" msgstr "New photo from this URL:" -#: mod/delegate.php:96 -msgid "No potential page delegates located." -msgstr "No potential page delegates found." - -#: mod/delegate.php:122 src/Content/Nav.php:204 -msgid "Delegate Page Management" -msgstr "Delegate Page Management" - -#: mod/delegate.php:124 -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 "Delegates are able to manage all aspects of this account except for key setting features. Please do not delegate your personal account to anybody that you do not trust completely." - -#: mod/delegate.php:125 -msgid "Existing Page Managers" -msgstr "Existing page managers" - -#: mod/delegate.php:127 -msgid "Existing Page Delegates" -msgstr "Existing page delegates" - -#: mod/delegate.php:129 -msgid "Potential Delegates" -msgstr "Potential delegates" - -#: mod/delegate.php:131 mod/tagrm.php:98 -msgid "Remove" -msgstr "Remove" - -#: mod/delegate.php:132 -msgid "Add" -msgstr "Add" - -#: mod/delegate.php:133 -msgid "No entries." -msgstr "No entries." - -#: mod/directory.php:38 mod/viewcontacts.php:45 mod/probe.php:13 -#: mod/webfinger.php:16 mod/community.php:25 mod/dfrn_request.php:607 -#: mod/display.php:200 mod/photos.php:933 mod/search.php:98 mod/search.php:104 -#: mod/videos.php:201 -msgid "Public access denied." -msgstr "Public access denied." - -#: mod/directory.php:142 mod/notifications.php:253 src/Model/Profile.php:420 -#: src/Model/Profile.php:730 -msgid "Gender:" -msgstr "Gender:" - -#: mod/directory.php:144 src/Model/Profile.php:421 src/Model/Profile.php:754 -msgid "Status:" -msgstr "Status:" - -#: mod/directory.php:146 src/Model/Profile.php:422 src/Model/Profile.php:771 -msgid "Homepage:" -msgstr "Homepage:" - -#: mod/directory.php:148 mod/notifications.php:249 mod/contacts.php:654 -#: src/Model/Profile.php:423 src/Model/Profile.php:791 -msgid "About:" -msgstr "About:" - -#: mod/directory.php:195 view/theme/vier/theme.php:201 -msgid "Global Directory" -msgstr "Global Directory" - -#: mod/directory.php:197 -msgid "Find on this site" -msgstr "Find on this site" - -#: mod/directory.php:199 -msgid "Results for:" -msgstr "Results for:" - -#: mod/directory.php:201 -msgid "Site Directory" -msgstr "Site directory" - -#: mod/directory.php:202 mod/contacts.php:810 src/Content/Widget.php:63 -msgid "Find" -msgstr "Find" - -#: mod/directory.php:206 -msgid "No entries (some entries may be hidden)." -msgstr "No entries (entries may be hidden)." - -#: mod/fbrowser.php:34 view/theme/frio/theme.php:260 src/Content/Nav.php:102 -#: src/Model/Profile.php:889 +#: mod/fbrowser.php:34 src/Content/Nav.php:102 src/Model/Profile.php:904 +#: view/theme/frio/theme.php:261 msgid "Photos" msgstr "Photos" -#: mod/fbrowser.php:43 mod/fbrowser.php:68 mod/photos.php:195 -#: mod/photos.php:1064 mod/photos.php:1151 mod/photos.php:1168 -#: mod/photos.php:1661 mod/photos.php:1675 src/Model/Photo.php:241 -#: src/Model/Photo.php:250 +#: mod/fbrowser.php:43 mod/fbrowser.php:68 mod/photos.php:194 +#: mod/photos.php:1062 mod/photos.php:1149 mod/photos.php:1166 +#: mod/photos.php:1659 mod/photos.php:1673 src/Model/Photo.php:244 +#: src/Model/Photo.php:253 msgid "Contact Photos" msgstr "Contact photos" -#: mod/fbrowser.php:105 mod/fbrowser.php:136 mod/profile_photo.php:265 +#: mod/fbrowser.php:105 mod/fbrowser.php:136 mod/profile_photo.php:250 msgid "Upload" msgstr "Upload" @@ -1624,146 +1396,10 @@ msgid "Files" msgstr "Files" #: mod/fetch.php:16 mod/fetch.php:52 mod/fetch.php:65 mod/help.php:60 -#: mod/p.php:21 mod/p.php:48 mod/p.php:57 index.php:289 +#: mod/p.php:21 mod/p.php:48 mod/p.php:57 index.php:292 msgid "Not Found" msgstr "Not found" -#: mod/filer.php:35 -msgid "- select -" -msgstr "- select -" - -#: mod/follow.php:44 -msgid "Contact added" -msgstr "Contact added" - -#: mod/follow.php:65 mod/unfollow.php:65 mod/dfrn_request.php:662 -msgid "Submit Request" -msgstr "Submit request" - -#: mod/follow.php:76 -msgid "You already added this contact." -msgstr "You already added this contact." - -#: mod/follow.php:85 -msgid "Diaspora support isn't enabled. Contact can't be added." -msgstr "Diaspora support isn't enabled. Contact can't be added." - -#: mod/follow.php:92 -msgid "OStatus support is disabled. Contact can't be added." -msgstr "OStatus support is disabled. Contact can't be added." - -#: mod/follow.php:99 -msgid "The network type couldn't be detected. Contact can't be added." -msgstr "The network type couldn't be detected. Contact can't be added." - -#: mod/follow.php:151 mod/dfrn_request.php:652 -msgid "Please answer the following:" -msgstr "Please answer the following:" - -#: mod/follow.php:152 mod/dfrn_request.php:653 -#, php-format -msgid "Does %s know you?" -msgstr "Does %s know you?" - -#: mod/follow.php:153 mod/dfrn_request.php:654 -msgid "Add a personal note:" -msgstr "Add a personal note:" - -#: mod/follow.php:159 mod/unfollow.php:113 mod/dfrn_request.php:660 -msgid "Your Identity Address:" -msgstr "My identity address:" - -#: mod/follow.php:168 mod/unfollow.php:122 mod/notifications.php:258 -#: mod/admin.php:439 mod/admin.php:449 mod/contacts.php:646 -msgid "Profile URL" -msgstr "Profile URL:" - -#: mod/follow.php:176 mod/notifications.php:251 mod/contacts.php:656 -#: src/Model/Profile.php:779 -msgid "Tags:" -msgstr "Tags:" - -#: mod/follow.php:185 mod/unfollow.php:132 mod/contacts.php:848 -#: src/Model/Profile.php:876 -msgid "Status Messages and Posts" -msgstr "Status Messages and Posts" - -#: mod/group.php:36 -msgid "Group created." -msgstr "Group created." - -#: mod/group.php:42 -msgid "Could not create group." -msgstr "Could not create group." - -#: mod/group.php:56 mod/group.php:158 -msgid "Group not found." -msgstr "Group not found." - -#: mod/group.php:70 -msgid "Group name changed." -msgstr "Group name changed." - -#: mod/group.php:83 mod/profperm.php:28 index.php:412 -msgid "Permission denied" -msgstr "Permission denied" - -#: mod/group.php:97 -msgid "Save Group" -msgstr "Save group" - -#: mod/group.php:102 -msgid "Create a group of contacts/friends." -msgstr "Create a group of contacts/friends." - -#: mod/group.php:103 mod/group.php:200 src/Model/Group.php:409 -msgid "Group Name: " -msgstr "Group name: " - -#: mod/group.php:127 -msgid "Group removed." -msgstr "Group removed." - -#: mod/group.php:129 -msgid "Unable to remove group." -msgstr "Unable to remove group." - -#: mod/group.php:193 -msgid "Delete Group" -msgstr "Delete group" - -#: mod/group.php:199 -msgid "Group Editor" -msgstr "Group Editor" - -#: mod/group.php:204 -msgid "Edit Group Name" -msgstr "Edit group name" - -#: mod/group.php:214 -msgid "Members" -msgstr "Members" - -#: mod/group.php:216 mod/contacts.php:709 -msgid "All Contacts" -msgstr "All contacts" - -#: mod/group.php:217 mod/network.php:639 -msgid "Group is empty" -msgstr "Group is empty" - -#: mod/group.php:230 -msgid "Remove Contact" -msgstr "Remove contact" - -#: mod/group.php:254 -msgid "Add Contact" -msgstr "Add contact" - -#: mod/group.php:266 mod/profperm.php:113 -msgid "Click on a contact to add or remove." -msgstr "Click on a contact to add or remove." - #: mod/hcard.php:18 msgid "No profile" msgstr "No profile" @@ -1772,11 +1408,11 @@ msgstr "No profile" msgid "Help:" msgstr "Help:" -#: mod/help.php:54 view/theme/vier/theme.php:297 src/Content/Nav.php:134 +#: mod/help.php:54 src/Content/Nav.php:134 view/theme/vier/theme.php:298 msgid "Help" msgstr "Help" -#: mod/help.php:63 index.php:294 +#: mod/help.php:63 index.php:297 msgid "Page not found." msgstr "Page not found" @@ -1828,8 +1464,8 @@ msgid "" " join." msgstr "On your Quick Start page - find a brief introduction to your profile and network tabs, make some new connections, and find some groups to join." -#: mod/newmember.php:19 mod/admin.php:1813 mod/admin.php:2082 -#: mod/settings.php:122 view/theme/frio/theme.php:268 src/Content/Nav.php:206 +#: mod/newmember.php:19 mod/admin.php:1906 mod/admin.php:2175 +#: mod/settings.php:123 src/Content/Nav.php:206 view/theme/frio/theme.php:269 msgid "Settings" msgstr "Settings" @@ -1852,14 +1488,14 @@ msgid "" "potential friends know exactly how to find you." msgstr "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." -#: mod/newmember.php:24 mod/profperm.php:111 mod/contacts.php:661 -#: mod/contacts.php:853 view/theme/frio/theme.php:259 src/Content/Nav.php:101 -#: src/Model/Profile.php:715 src/Model/Profile.php:848 -#: src/Model/Profile.php:881 +#: mod/newmember.php:24 mod/profperm.php:113 mod/contacts.php:671 +#: mod/contacts.php:863 src/Content/Nav.php:101 src/Model/Profile.php:730 +#: src/Model/Profile.php:863 src/Model/Profile.php:896 +#: view/theme/frio/theme.php:260 msgid "Profile" msgstr "Profile" -#: mod/newmember.php:26 mod/profile_photo.php:264 mod/profiles.php:704 +#: mod/newmember.php:26 mod/profile_photo.php:249 mod/profiles.php:691 msgid "Upload Profile Photo" msgstr "Upload profile photo" @@ -1942,7 +1578,7 @@ msgid "" "hours." msgstr "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." -#: mod/newmember.php:43 src/Model/Group.php:402 +#: mod/newmember.php:43 src/Model/Group.php:401 msgid "Groups" msgstr "Groups" @@ -1982,13 +1618,13 @@ msgid "" " features and resources." msgstr "Our help pages may be consulted for detail on other program features and resources." -#: mod/nogroup.php:42 mod/viewcontacts.php:113 mod/contacts.php:609 -#: mod/contacts.php:942 +#: mod/nogroup.php:42 mod/viewcontacts.php:112 mod/contacts.php:619 +#: mod/contacts.php:959 #, php-format msgid "Visit %s's profile [%s]" msgstr "Visit %s's profile [%s]" -#: mod/nogroup.php:43 mod/contacts.php:943 +#: mod/nogroup.php:43 mod/contacts.php:960 msgid "Edit contact" msgstr "Edit contact" @@ -1996,57 +1632,10 @@ msgstr "Edit contact" msgid "Contacts who are not members of a group" msgstr "Contacts who are not members of a group" -#: mod/notes.php:54 src/Model/Profile.php:931 -msgid "Personal Notes" -msgstr "Personal notes" - #: mod/p.php:14 msgid "Not Extended" msgstr "Not extended" -#: mod/profperm.php:34 mod/profperm.php:63 -msgid "Invalid profile identifier." -msgstr "Invalid profile identifier." - -#: mod/profperm.php:109 -msgid "Profile Visibility Editor" -msgstr "Profile Visibility Editor" - -#: mod/profperm.php:122 -msgid "Visible To" -msgstr "Visible to" - -#: mod/profperm.php:138 -msgid "All Contacts (with secure profile access)" -msgstr "All contacts with secure profile access" - -#: mod/regmod.php:68 -msgid "Account approved." -msgstr "Account approved." - -#: mod/regmod.php:93 -#, php-format -msgid "Registration revoked for %s" -msgstr "Registration revoked for %s" - -#: mod/regmod.php:102 -msgid "Please login." -msgstr "Please login." - -#: mod/removeme.php:55 mod/removeme.php:58 -msgid "Remove My Account" -msgstr "Remove My Account" - -#: mod/removeme.php:56 -msgid "" -"This will completely remove your account. Once this has been done it is not " -"recoverable." -msgstr "This will completely remove your account. Once this has been done it is not recoverable." - -#: mod/removeme.php:57 -msgid "Please enter your password for verification:" -msgstr "Please enter your password for verification:" - #: mod/repair_ostatus.php:18 msgid "Resubscribing to OStatus contacts" msgstr "Resubscribing to OStatus contacts" @@ -2055,11 +1644,11 @@ msgstr "Resubscribing to OStatus contacts" msgid "Error" msgstr "Error" -#: mod/repair_ostatus.php:48 mod/ostatus_subscribe.php:61 +#: mod/repair_ostatus.php:48 mod/ostatus_subscribe.php:64 msgid "Done" msgstr "Done" -#: mod/repair_ostatus.php:54 mod/ostatus_subscribe.php:85 +#: mod/repair_ostatus.php:54 mod/ostatus_subscribe.php:88 msgid "Keep this window open until done." msgstr "Keep this window open until done." @@ -2077,205 +1666,17 @@ msgstr "No suggestions available. If this is a new site, please try again in 24 msgid "Ignore/Hide" msgstr "Ignore/Hide" -#: mod/suggest.php:114 view/theme/vier/theme.php:203 src/Content/Widget.php:64 +#: mod/suggest.php:114 src/Content/Widget.php:64 view/theme/vier/theme.php:203 msgid "Friend Suggestions" msgstr "Friend suggestions" -#: mod/unfollow.php:34 -msgid "Contact wasn't found or can't be unfollowed." -msgstr "Contact wasn't found or can't be unfollowed." - -#: mod/unfollow.php:47 -msgid "Contact unfollowed" -msgstr "Contact unfollowed" - -#: mod/unfollow.php:73 -msgid "You aren't a friend of this contact." -msgstr "You aren't a friend of this contact." - -#: mod/unfollow.php:79 -msgid "Unfollowing is currently not supported by your network." -msgstr "Unfollowing is currently not supported by your network." - -#: mod/unfollow.php:100 mod/contacts.php:589 -msgid "Disconnect/Unfollow" -msgstr "Disconnect/Unfollow" - -#: mod/update_community.php:27 mod/update_display.php:27 -#: mod/update_network.php:32 mod/update_notes.php:40 mod/update_profile.php:39 -msgid "[Embedded content - reload page to view]" -msgstr "[Embedded content - reload page to view]" - -#: mod/viewcontacts.php:85 -msgid "No contacts." -msgstr "No contacts." - -#: mod/viewsrc.php:12 -msgid "Access denied." -msgstr "Access denied." - -#: mod/wall_upload.php:38 mod/wall_upload.php:54 mod/wall_upload.php:112 -#: mod/wall_upload.php:152 mod/wall_upload.php:155 mod/wall_attach.php:24 -#: mod/wall_attach.php:32 mod/wall_attach.php:83 -msgid "Invalid request." -msgstr "Invalid request." - -#: mod/wall_upload.php:183 mod/photos.php:764 mod/photos.php:767 -#: mod/photos.php:796 mod/profile_photo.php:165 -#, php-format -msgid "Image exceeds size limit of %s" -msgstr "Image exceeds size limit of %s" - -#: mod/wall_upload.php:197 mod/photos.php:819 mod/profile_photo.php:174 -msgid "Unable to process image." -msgstr "Unable to process image." - -#: mod/wall_upload.php:228 mod/item.php:472 src/Object/Image.php:949 -#: src/Object/Image.php:965 src/Object/Image.php:973 src/Object/Image.php:998 -msgid "Wall Photos" -msgstr "Wall photos" - -#: mod/wall_upload.php:236 mod/photos.php:848 mod/profile_photo.php:322 -msgid "Image upload failed." -msgstr "Image upload failed." - -#: mod/wallmessage.php:49 mod/wallmessage.php:112 -#, php-format -msgid "Number of daily wall messages for %s exceeded. Message failed." -msgstr "Number of daily wall messages for %s exceeded. Message failed." - -#: mod/wallmessage.php:57 mod/message.php:72 -msgid "No recipient selected." -msgstr "No recipient selected." - -#: mod/wallmessage.php:60 -msgid "Unable to check your home location." -msgstr "Unable to check your home location." - -#: mod/wallmessage.php:63 mod/message.php:79 -msgid "Message could not be sent." -msgstr "Message could not be sent." - -#: mod/wallmessage.php:66 mod/message.php:82 -msgid "Message collection failure." -msgstr "Message collection failure." - -#: mod/wallmessage.php:69 mod/message.php:85 -msgid "Message sent." -msgstr "Message sent." - -#: mod/wallmessage.php:86 mod/wallmessage.php:95 -msgid "No recipient." -msgstr "No recipient." - -#: mod/wallmessage.php:132 mod/message.php:249 -msgid "Send Private Message" -msgstr "Send private message" - -#: mod/wallmessage.php:133 -#, php-format -msgid "" -"If you wish for %s to respond, please check that the privacy settings on " -"your site allow private mail from unknown senders." -msgstr "If you wish for %s to respond, please check that the privacy settings on your site allow private mail from unknown senders." - -#: mod/wallmessage.php:134 mod/message.php:250 mod/message.php:423 -msgid "To:" -msgstr "To:" - -#: mod/wallmessage.php:135 mod/message.php:255 mod/message.php:425 -msgid "Subject:" -msgstr "Subject:" - -#: mod/wallmessage.php:141 mod/invite.php:144 mod/message.php:259 -#: mod/message.php:428 -msgid "Your message:" -msgstr "Your message:" - -#: mod/babel.php:22 -msgid "Source (bbcode) text:" -msgstr "Source (bbcode) text:" - -#: mod/babel.php:29 -msgid "Source (Diaspora) text to convert to BBcode:" -msgstr "Source (Diaspora) text to convert to BBcode:" - -#: mod/babel.php:37 -msgid "Source input: " -msgstr "Source input: " - -#: mod/babel.php:41 -msgid "bbcode (raw HTML(: " -msgstr "bbcode (raw HTML(: " - -#: mod/babel.php:45 -msgid "bbcode: " -msgstr "bbcode: " - -#: mod/babel.php:49 mod/babel.php:65 -msgid "bbcode => html2bbcode: " -msgstr "bbcode => html2bbcode: " - -#: mod/babel.php:53 -msgid "bb2diaspora: " -msgstr "bb2diaspora: " - -#: mod/babel.php:57 -msgid "bb2diaspora => Markdown: " -msgstr "bb2diaspora => Markdown: " - -#: mod/babel.php:61 -msgid "bb2diaspora => diaspora2bb: " -msgstr "bb2diaspora => diaspora2bb: " - -#: mod/babel.php:71 -msgid "Source input (Diaspora format): " -msgstr "Source input (Diaspora format): " - -#: mod/babel.php:75 -msgid "diaspora2bb: " -msgstr "diaspora2bb: " - -#: mod/editpost.php:27 mod/editpost.php:37 -msgid "Item not found" -msgstr "Item not found" - -#: mod/editpost.php:42 -msgid "Edit post" -msgstr "Edit post" - -#: mod/uexport.php:44 -msgid "Export account" -msgstr "Export account" - -#: mod/uexport.php:44 -msgid "" -"Export your account info and contacts. Use this to make a backup of your " -"account and/or to move it to another server." -msgstr "Export your account info and contacts. Use this to backup your account or to move it to another server." - -#: mod/uexport.php:45 -msgid "Export all" -msgstr "Export all" - -#: mod/uexport.php:45 -msgid "" -"Export your accout info, contacts and all your items as json. Could be a " -"very big file, and could take a lot of time. Use this to make a full backup " -"of your account (photos are not exported)" -msgstr "Export your account info, contacts and all your items as json. Could be a very big file, and could take a lot of time. Use this to make a full backup of your account (photos are not exported)" - -#: mod/uexport.php:52 mod/settings.php:106 -msgid "Export personal data" -msgstr "Export personal data" - -#: mod/uimport.php:55 mod/register.php:190 +#: mod/uimport.php:55 mod/register.php:191 msgid "" "This site has exceeded the number of allowed daily account registrations. " "Please try again tomorrow." msgstr "This site has exceeded the number of allowed daily account registrations. Please try again tomorrow." -#: mod/uimport.php:70 mod/register.php:284 +#: mod/uimport.php:70 mod/register.php:285 msgid "Import" msgstr "Import profile" @@ -2310,74 +1711,16 @@ msgid "" "select \"Export account\"" msgstr "To export your account, go to \"Settings->Export personal data\" and select \"Export account\"" +#: mod/update_community.php:27 mod/update_display.php:27 +#: mod/update_notes.php:40 mod/update_profile.php:39 mod/update_network.php:33 +msgid "[Embedded content - reload page to view]" +msgstr "[Embedded content - reload page to view]" + #: mod/dfrn_poll.php:123 mod/dfrn_poll.php:543 #, php-format msgid "%1$s welcomes %2$s" msgstr "%1$s welcomes %2$s" -#: mod/dirfind.php:48 -#, php-format -msgid "People Search - %s" -msgstr "People search - %s" - -#: mod/dirfind.php:59 -#, php-format -msgid "Forum Search - %s" -msgstr "Forum search - %s" - -#: mod/dirfind.php:256 mod/match.php:125 -msgid "No matches" -msgstr "No matches" - -#: mod/friendica.php:77 -msgid "This is Friendica, version" -msgstr "This is Friendica, version" - -#: mod/friendica.php:78 -msgid "running at web location" -msgstr "running at web location" - -#: mod/friendica.php:82 -msgid "" -"Please visit Friendi.ca to learn more " -"about the Friendica project." -msgstr "Please visit Friendi.ca to learn more about the Friendica project." - -#: mod/friendica.php:86 -msgid "Bug reports and issues: please visit" -msgstr "Bug reports and issues: please visit" - -#: mod/friendica.php:86 -msgid "the bugtracker at github" -msgstr "the bugtracker at github" - -#: mod/friendica.php:89 -msgid "" -"Suggestions, praise, donations, etc. - please email \"Info\" at Friendica - " -"dot com" -msgstr "Suggestions, praise, donations, etc. - please email \"Info\" at Friendica - dot com" - -#: mod/friendica.php:103 -msgid "Installed addons/apps:" -msgstr "Installed addons/apps:" - -#: mod/friendica.php:117 -msgid "No installed addons/apps" -msgstr "No installed addons/apps" - -#: mod/friendica.php:122 -msgid "On this server the following remote servers are blocked." -msgstr "On this server the following remote servers are blocked." - -#: mod/friendica.php:123 mod/admin.php:302 mod/admin.php:320 -#: mod/dfrn_request.php:351 src/Model/Contact.php:1142 -msgid "Blocked domain" -msgstr "Blocked domain" - -#: mod/friendica.php:123 mod/admin.php:303 mod/admin.php:321 -msgid "Reason for the block" -msgstr "Reason for the block" - #: mod/match.php:48 msgid "No keywords to match. Please add keywords to your default profile." msgstr "No keywords to match. Please add keywords to your default profile." @@ -2390,6 +1733,10 @@ msgstr "is interested in:" msgid "Profile Match" msgstr "Profile Match" +#: mod/match.php:125 mod/dirfind.php:253 +msgid "No matches" +msgstr "No matches" + #: mod/notifications.php:37 msgid "Invalid request identifier." msgstr "Invalid request identifier." @@ -2400,8 +1747,8 @@ msgid "Discard" msgstr "Discard" #: mod/notifications.php:62 mod/notifications.php:182 -#: mod/notifications.php:266 mod/contacts.php:628 mod/contacts.php:818 -#: mod/contacts.php:1002 +#: mod/notifications.php:266 mod/contacts.php:638 mod/contacts.php:828 +#: mod/contacts.php:1019 msgid "Ignore" msgstr "Ignore" @@ -2442,7 +1789,7 @@ msgstr "Notification type: " msgid "suggested by %s" msgstr "suggested by %s" -#: mod/notifications.php:175 mod/notifications.php:254 mod/contacts.php:636 +#: mod/notifications.php:175 mod/notifications.php:254 mod/contacts.php:646 msgid "Hide this contact from others" msgstr "Hide this contact from others" @@ -2454,7 +1801,7 @@ msgstr "Post a new friend activity" msgid "if applicable" msgstr "if applicable" -#: mod/notifications.php:179 mod/notifications.php:264 mod/admin.php:1703 +#: mod/notifications.php:179 mod/notifications.php:264 mod/admin.php:1796 msgid "Approve" msgstr "Approve" @@ -2507,7 +1854,33 @@ msgstr "Sharer" msgid "Subscriber" msgstr "Subscriber" -#: mod/notifications.php:261 mod/contacts.php:62 src/Model/Profile.php:518 +#: mod/notifications.php:247 mod/events.php:518 mod/directory.php:148 +#: mod/contacts.php:660 src/Model/Profile.php:417 src/Model/Event.php:60 +#: src/Model/Event.php:85 src/Model/Event.php:421 src/Model/Event.php:900 +msgid "Location:" +msgstr "Location:" + +#: mod/notifications.php:249 mod/directory.php:154 mod/contacts.php:664 +#: src/Model/Profile.php:423 src/Model/Profile.php:806 +msgid "About:" +msgstr "About:" + +#: mod/notifications.php:251 mod/follow.php:174 mod/contacts.php:666 +#: src/Model/Profile.php:794 +msgid "Tags:" +msgstr "Tags:" + +#: mod/notifications.php:253 mod/directory.php:151 src/Model/Profile.php:420 +#: src/Model/Profile.php:745 +msgid "Gender:" +msgstr "Gender:" + +#: mod/notifications.php:258 mod/unfollow.php:122 mod/follow.php:166 +#: mod/contacts.php:656 mod/admin.php:490 mod/admin.php:500 +msgid "Profile URL" +msgstr "Profile URL:" + +#: mod/notifications.php:261 mod/contacts.php:71 src/Model/Profile.php:518 msgid "Network:" msgstr "Network:" @@ -2528,10 +1901,6 @@ msgstr "Show all" msgid "No more %s notifications." msgstr "No more %s notifications." -#: mod/oexchange.php:30 -msgid "Post successful." -msgstr "Post successful." - #: mod/openid.php:29 msgid "OpenID protocol error. No ID returned." msgstr "OpenID protocol error. No ID returned." @@ -2545,2096 +1914,8 @@ msgstr "Account not found and OpenID registration is not permitted on this site. msgid "Login failed." msgstr "Login failed." -#: mod/ostatus_subscribe.php:21 -msgid "Subscribing to OStatus contacts" -msgstr "Subscribing to OStatus contacts" - -#: mod/ostatus_subscribe.php:32 -msgid "No contact provided." -msgstr "No contact provided." - -#: mod/ostatus_subscribe.php:38 -msgid "Couldn't fetch information for contact." -msgstr "Couldn't fetch information for contact." - -#: mod/ostatus_subscribe.php:47 -msgid "Couldn't fetch friends for contact." -msgstr "Couldn't fetch friends for contact." - -#: mod/ostatus_subscribe.php:75 -msgid "success" -msgstr "success" - -#: mod/ostatus_subscribe.php:77 -msgid "failed" -msgstr "failed" - -#: mod/ostatus_subscribe.php:80 src/Object/Post.php:278 -msgid "ignored" -msgstr "Ignored" - -#: mod/probe.php:14 mod/webfinger.php:17 -msgid "Only logged in users are permitted to perform a probing." -msgstr "Only logged in users are permitted to perform a probing." - -#: mod/admin.php:106 -msgid "Theme settings updated." -msgstr "Theme settings updated." - -#: mod/admin.php:176 src/Content/Nav.php:174 -msgid "Information" -msgstr "Information" - -#: mod/admin.php:177 -msgid "Overview" -msgstr "Overview" - -#: mod/admin.php:178 mod/admin.php:653 -msgid "Federation Statistics" -msgstr "Federation statistics" - -#: mod/admin.php:179 -msgid "Configuration" -msgstr "Configuration" - -#: mod/admin.php:180 mod/admin.php:1262 -msgid "Site" -msgstr "Site" - -#: mod/admin.php:181 mod/admin.php:1190 mod/admin.php:1695 mod/admin.php:1711 -msgid "Users" -msgstr "Users" - -#: mod/admin.php:182 mod/admin.php:1811 mod/admin.php:1871 mod/settings.php:85 -msgid "Addons" -msgstr "Addons" - -#: mod/admin.php:183 mod/admin.php:2080 mod/admin.php:2124 -msgid "Themes" -msgstr "Theme selection" - -#: mod/admin.php:184 mod/settings.php:63 -msgid "Additional features" -msgstr "Additional features" - -#: mod/admin.php:185 -msgid "Database" -msgstr "Database" - -#: mod/admin.php:186 -msgid "DB updates" -msgstr "DB updates" - -#: mod/admin.php:187 mod/admin.php:688 -msgid "Inspect Queue" -msgstr "Inspect queue" - -#: mod/admin.php:188 -msgid "Tools" -msgstr "Tools" - -#: mod/admin.php:189 -msgid "Contact Blocklist" -msgstr "Contact blocklist" - -#: mod/admin.php:190 mod/admin.php:311 -msgid "Server Blocklist" -msgstr "Server blocklist" - -#: mod/admin.php:191 mod/admin.php:470 -msgid "Delete Item" -msgstr "Delete item" - -#: mod/admin.php:192 mod/admin.php:193 mod/admin.php:2198 -msgid "Logs" -msgstr "Logs" - -#: mod/admin.php:194 mod/admin.php:2265 -msgid "View Logs" -msgstr "View logs" - -#: mod/admin.php:196 -msgid "Diagnostics" -msgstr "Diagnostics" - -#: mod/admin.php:197 -msgid "PHP Info" -msgstr "PHP info" - -#: mod/admin.php:198 -msgid "probe address" -msgstr "Probe address" - -#: mod/admin.php:199 -msgid "check webfinger" -msgstr "Check webfinger" - -#: mod/admin.php:218 src/Content/Nav.php:217 -msgid "Admin" -msgstr "Admin" - -#: mod/admin.php:219 -msgid "Addon Features" -msgstr "Addon features" - -#: mod/admin.php:220 -msgid "User registrations waiting for confirmation" -msgstr "User registrations awaiting confirmation" - -#: mod/admin.php:302 -msgid "The blocked domain" -msgstr "Blocked domain" - -#: mod/admin.php:303 mod/admin.php:316 -msgid "The reason why you blocked this domain." -msgstr "Reason why you blocked this domain." - -#: mod/admin.php:304 -msgid "Delete domain" -msgstr "Delete domain" - -#: mod/admin.php:304 -msgid "Check to delete this entry from the blocklist" -msgstr "Check to delete this entry from the blocklist" - -#: mod/admin.php:310 mod/admin.php:427 mod/admin.php:469 mod/admin.php:652 -#: mod/admin.php:687 mod/admin.php:783 mod/admin.php:1261 mod/admin.php:1694 -#: mod/admin.php:1810 mod/admin.php:1870 mod/admin.php:2079 mod/admin.php:2123 -#: mod/admin.php:2197 mod/admin.php:2264 -msgid "Administration" -msgstr "Administration" - -#: mod/admin.php:312 -msgid "" -"This page can be used to define a black list of servers from the federated " -"network that are not allowed to interact with your node. For all entered " -"domains you should also give a reason why you have blocked the remote " -"server." -msgstr "This page can be used to define a black list of servers from the federated network that are not allowed to interact with your node. For all entered domains you should also give a reason why you have blocked the remote server." - -#: mod/admin.php:313 -msgid "" -"The list of blocked servers will be made publically available on the " -"/friendica page so that your users and people investigating communication " -"problems can find the reason easily." -msgstr "The list of blocked servers will publicly available on the Friendica page so that your users and people investigating communication problems can readily find the reason." - -#: mod/admin.php:314 -msgid "Add new entry to block list" -msgstr "Add new entry to block list" - -#: mod/admin.php:315 -msgid "Server Domain" -msgstr "Server domain" - -#: mod/admin.php:315 -msgid "" -"The domain of the new server to add to the block list. Do not include the " -"protocol." -msgstr "The domain of the new server to add to the block list. Do not include the protocol." - -#: mod/admin.php:316 -msgid "Block reason" -msgstr "Block reason" - -#: mod/admin.php:317 -msgid "Add Entry" -msgstr "Add entry" - -#: mod/admin.php:318 -msgid "Save changes to the blocklist" -msgstr "Save changes to the blocklist" - -#: mod/admin.php:319 -msgid "Current Entries in the Blocklist" -msgstr "Current entries in the blocklist" - -#: mod/admin.php:322 -msgid "Delete entry from blocklist" -msgstr "Delete entry from blocklist" - -#: mod/admin.php:325 -msgid "Delete entry from blocklist?" -msgstr "Delete entry from blocklist?" - -#: mod/admin.php:351 -msgid "Server added to blocklist." -msgstr "Server added to blocklist." - -#: mod/admin.php:367 -msgid "Site blocklist updated." -msgstr "Site blocklist updated." - -#: mod/admin.php:390 util/global_community_block.php:53 -msgid "The contact has been blocked from the node" -msgstr "The contact has been blocked from the node" - -#: mod/admin.php:392 util/global_community_block.php:48 -#, php-format -msgid "Could not find any contact entry for this URL (%s)" -msgstr "Could not find any contact entry for this URL (%s)" - -#: mod/admin.php:399 -#, php-format -msgid "%s contact unblocked" -msgid_plural "%s contacts unblocked" -msgstr[0] "" -msgstr[1] "" - -#: mod/admin.php:428 -msgid "Remote Contact Blocklist" -msgstr "Remote contact blocklist" - -#: mod/admin.php:429 -msgid "" -"This page allows you to prevent any message from a remote contact to reach " -"your node." -msgstr "This page allows you to prevent any message from a remote contact to reach your node." - -#: mod/admin.php:430 -msgid "Block Remote Contact" -msgstr "Block Remote Contact" - -#: mod/admin.php:431 mod/admin.php:1697 -msgid "select all" -msgstr "select all" - -#: mod/admin.php:432 -msgid "select none" -msgstr "select none" - -#: mod/admin.php:433 mod/admin.php:1706 mod/contacts.php:627 -#: mod/contacts.php:817 mod/contacts.php:994 -msgid "Block" -msgstr "Block" - -#: mod/admin.php:434 mod/admin.php:1707 mod/contacts.php:627 -#: mod/contacts.php:817 mod/contacts.php:994 -msgid "Unblock" -msgstr "Unblock" - -#: mod/admin.php:435 -msgid "No remote contact is blocked from this node." -msgstr "No remote contact is blocked from this node." - -#: mod/admin.php:437 -msgid "Blocked Remote Contacts" -msgstr "Blocked remote contacts" - -#: mod/admin.php:438 -msgid "Block New Remote Contact" -msgstr "Block new remote contact" - -#: mod/admin.php:439 -msgid "Photo" -msgstr "Photo" - -#: mod/admin.php:439 mod/profiles.php:393 -msgid "Address" -msgstr "Address" - -#: mod/admin.php:447 -#, php-format -msgid "%s total blocked contact" -msgid_plural "%s total blocked contacts" -msgstr[0] "" -msgstr[1] "" - -#: mod/admin.php:449 -msgid "URL of the remote contact to block." -msgstr "URL of the remote contact to block." - -#: mod/admin.php:471 -msgid "Delete this Item" -msgstr "Delete" - -#: mod/admin.php:472 -msgid "" -"On this page you can delete an item from your node. If the item is a top " -"level posting, the entire thread will be deleted." -msgstr "Here you can delete an item from this node. If the item is a top-level posting, the entire thread will be deleted." - -#: mod/admin.php:473 -msgid "" -"You need to know the GUID of the item. You can find it e.g. by looking at " -"the display URL. The last part of http://example.com/display/123456 is the " -"GUID, here 123456." -msgstr "You need to know the global unique identifier (GUID) of the item, which you can find by looking at the display URL. The last part of http://example.com/display/123456 is the GUID: i.e. 123456." - -#: mod/admin.php:474 -msgid "GUID" -msgstr "GUID" - -#: mod/admin.php:474 -msgid "The GUID of the item you want to delete." -msgstr "GUID of item to be deleted." - -#: mod/admin.php:513 -msgid "Item marked for deletion." -msgstr "Item marked for deletion." - -#: mod/admin.php:583 -msgid "unknown" -msgstr "unknown" - -#: mod/admin.php:646 -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 "This page offers you the amount of known part of the federated social network your Friendica node is part of. These numbers are not complete and only reflect the part of the network your node is aware of." - -#: mod/admin.php:647 -msgid "" -"The Auto Discovered Contact Directory feature is not enabled, it " -"will improve the data displayed here." -msgstr "The Auto Discovered Contact Directory feature is not enabled; enabling it will improve the data displayed here." - -#: mod/admin.php:659 -#, php-format -msgid "" -"Currently this node is aware of %d nodes with %d registered users from the " -"following platforms:" -msgstr "Currently this node is aware of %d nodes with %d registered users from the following platforms:" - -#: mod/admin.php:690 -msgid "ID" -msgstr "ID" - -#: mod/admin.php:691 -msgid "Recipient Name" -msgstr "Recipient name" - -#: mod/admin.php:692 -msgid "Recipient Profile" -msgstr "Recipient profile" - -#: mod/admin.php:693 view/theme/frio/theme.php:265 -#: src/Core/NotificationsManager.php:178 src/Content/Nav.php:178 -msgid "Network" -msgstr "Network" - -#: mod/admin.php:694 -msgid "Created" -msgstr "Created" - -#: mod/admin.php:695 -msgid "Last Tried" -msgstr "Last Tried" - -#: mod/admin.php:696 -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 "This page lists the content of the queue for outgoing postings. These are postings the initial delivery failed for. They will be resend later and eventually deleted if the delivery fails permanently." - -#: mod/admin.php:720 -#, 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 here for a guide that may be helpful " -"converting the table engines. You may also use the command php " -"scripts/dbstructure.php toinnodb of your Friendica installation for an " -"automatic conversion.
    " -msgstr "Your DB still runs with MyISAM tables. You should change the engine type to InnoDB, because Friendica will use InnoDB only features in the future. See here for a guide that may be helpful converting the table engines. You may also use the command php scripts/dbstructure.php toinnodb of your Friendica installation for an automatic conversion.
    " - -#: mod/admin.php:727 -#, 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 "A new Friendica version is available now. Your current version is %1$s, upstream version is %2$s" - -#: mod/admin.php:737 -msgid "" -"The database update failed. Please run \"php scripts/dbstructure.php " -"update\" from the command line and have a look at the errors that might " -"appear." -msgstr "The database update failed. Please run \"php scripts/dbstructure.php update\" from the command line; check logs for errors." - -#: mod/admin.php:743 -msgid "The worker was never executed. Please check your database structure!" -msgstr "The worker process has never been executed. Please check your database structure!" - -#: mod/admin.php:746 -#, php-format -msgid "" -"The last worker execution was on %s UTC. This is older than one hour. Please" -" check your crontab settings." -msgstr "The last worker process started at %s UTC. This is more than one hour ago. Please adjust your crontab settings." - -#: mod/admin.php:751 mod/admin.php:1646 -msgid "Normal Account" -msgstr "Standard account" - -#: mod/admin.php:752 mod/admin.php:1647 -msgid "Automatic Follower Account" -msgstr "Automatic follower account" - -#: mod/admin.php:753 mod/admin.php:1648 -msgid "Public Forum Account" -msgstr "Public forum account" - -#: mod/admin.php:754 mod/admin.php:1649 -msgid "Automatic Friend Account" -msgstr "Automatic friend account" - -#: mod/admin.php:755 -msgid "Blog Account" -msgstr "Blog account" - -#: mod/admin.php:756 -msgid "Private Forum Account" -msgstr "Private forum account" - -#: mod/admin.php:778 -msgid "Message queues" -msgstr "Message queues" - -#: mod/admin.php:784 -msgid "Summary" -msgstr "Summary" - -#: mod/admin.php:786 -msgid "Registered users" -msgstr "Registered users" - -#: mod/admin.php:788 -msgid "Pending registrations" -msgstr "Pending registrations" - -#: mod/admin.php:789 -msgid "Version" -msgstr "Version" - -#: mod/admin.php:794 -msgid "Active addons" -msgstr "" - -#: mod/admin.php:825 -msgid "Can not parse base url. Must have at least ://" -msgstr "Can not parse base URL. Must have at least ://" - -#: mod/admin.php:1126 -msgid "Site settings updated." -msgstr "Site settings updated." - -#: mod/admin.php:1153 mod/settings.php:907 -msgid "No special theme for mobile devices" -msgstr "No special theme for mobile devices" - -#: mod/admin.php:1182 -msgid "No community page" -msgstr "No community page" - -#: mod/admin.php:1183 -msgid "Public postings from users of this site" -msgstr "Public postings from users of this site" - -#: mod/admin.php:1184 -msgid "Public postings from the federated network" -msgstr "" - -#: mod/admin.php:1185 -msgid "Public postings from local users and the federated network" -msgstr "" - -#: mod/admin.php:1189 mod/contacts.php:563 -msgid "Disabled" -msgstr "Disabled" - -#: mod/admin.php:1191 -msgid "Users, Global Contacts" -msgstr "Users, Global Contacts" - -#: mod/admin.php:1192 -msgid "Users, Global Contacts/fallback" -msgstr "Users, Global Contacts/fallback" - -#: mod/admin.php:1196 -msgid "One month" -msgstr "One month" - -#: mod/admin.php:1197 -msgid "Three months" -msgstr "Three months" - -#: mod/admin.php:1198 -msgid "Half a year" -msgstr "Half a year" - -#: mod/admin.php:1199 -msgid "One year" -msgstr "One a year" - -#: mod/admin.php:1204 -msgid "Multi user instance" -msgstr "Multi user instance" - -#: mod/admin.php:1227 -msgid "Closed" -msgstr "Closed" - -#: mod/admin.php:1228 -msgid "Requires approval" -msgstr "Requires approval" - -#: mod/admin.php:1229 -msgid "Open" -msgstr "Open" - -#: mod/admin.php:1233 -msgid "No SSL policy, links will track page SSL state" -msgstr "No SSL policy, links will track page SSL state" - -#: mod/admin.php:1234 -msgid "Force all links to use SSL" -msgstr "Force all links to use SSL" - -#: mod/admin.php:1235 -msgid "Self-signed certificate, use SSL for local links only (discouraged)" -msgstr "Self-signed certificate, use SSL for local links only (discouraged)" - -#: mod/admin.php:1239 -msgid "Don't check" -msgstr "Don't check" - -#: mod/admin.php:1240 -msgid "check the stable version" -msgstr "check for stable version updates" - -#: mod/admin.php:1241 -msgid "check the development version" -msgstr "check for development version updates" - -#: mod/admin.php:1263 mod/admin.php:1872 mod/admin.php:2125 mod/admin.php:2199 -#: mod/admin.php:2346 mod/settings.php:679 mod/settings.php:788 -#: mod/settings.php:874 mod/settings.php:963 mod/settings.php:1198 -msgid "Save Settings" -msgstr "Save settings" - -#: mod/admin.php:1264 -msgid "Republish users to directory" -msgstr "Republish users to directory" - -#: mod/admin.php:1265 mod/register.php:263 -msgid "Registration" -msgstr "Join this Friendica Node Today" - -#: mod/admin.php:1266 -msgid "File upload" -msgstr "File upload" - -#: mod/admin.php:1267 -msgid "Policies" -msgstr "Policies" - -#: mod/admin.php:1268 mod/contacts.php:885 mod/events.php:536 -#: src/Model/Profile.php:850 -msgid "Advanced" -msgstr "Advanced" - -#: mod/admin.php:1269 -msgid "Auto Discovered Contact Directory" -msgstr "Auto-discovered contact directory" - -#: mod/admin.php:1270 -msgid "Performance" -msgstr "Performance" - -#: mod/admin.php:1271 -msgid "Worker" -msgstr "Worker" - -#: mod/admin.php:1272 -msgid "" -"Relocate - WARNING: advanced function. Could make this server unreachable." -msgstr "Relocate - Warning, advanced function: This could make this server unreachable." - -#: mod/admin.php:1275 -msgid "Site name" -msgstr "Site name" - -#: mod/admin.php:1276 -msgid "Host name" -msgstr "Host name" - -#: mod/admin.php:1277 -msgid "Sender Email" -msgstr "Sender email" - -#: mod/admin.php:1277 -msgid "" -"The email address your server shall use to send notification emails from." -msgstr "The email address your server shall use to send notification emails from." - -#: mod/admin.php:1278 -msgid "Banner/Logo" -msgstr "Banner/Logo" - -#: mod/admin.php:1279 -msgid "Shortcut icon" -msgstr "Shortcut icon" - -#: mod/admin.php:1279 -msgid "Link to an icon that will be used for browsers." -msgstr "Link to an icon that will be used for browsers." - -#: mod/admin.php:1280 -msgid "Touch icon" -msgstr "Touch icon" - -#: mod/admin.php:1280 -msgid "Link to an icon that will be used for tablets and mobiles." -msgstr "Link to an icon that will be used for tablets and mobiles." - -#: mod/admin.php:1281 -msgid "Additional Info" -msgstr "Additional Info" - -#: mod/admin.php:1281 -#, php-format -msgid "" -"For public servers: you can add additional information here that will be " -"listed at %s/servers." -msgstr "" - -#: mod/admin.php:1282 -msgid "System language" -msgstr "System language" - -#: mod/admin.php:1283 -msgid "System theme" -msgstr "System theme" - -#: mod/admin.php:1283 -msgid "" -"Default system theme - may be over-ridden by user profiles - change theme settings" -msgstr "Default system theme - may be overridden by user profiles - change theme settings" - -#: mod/admin.php:1284 -msgid "Mobile system theme" -msgstr "Mobile system theme" - -#: mod/admin.php:1284 -msgid "Theme for mobile devices" -msgstr "Theme for mobile devices" - -#: mod/admin.php:1285 -msgid "SSL link policy" -msgstr "SSL link policy" - -#: mod/admin.php:1285 -msgid "Determines whether generated links should be forced to use SSL" -msgstr "Determines whether generated links should be forced to use SSL" - -#: mod/admin.php:1286 -msgid "Force SSL" -msgstr "Force SSL" - -#: mod/admin.php:1286 -msgid "" -"Force all Non-SSL requests to SSL - Attention: on some systems it could lead" -" to endless loops." -msgstr "Force all Non-SSL requests to SSL - Attention: on some systems it could lead to endless loops." - -#: mod/admin.php:1287 -msgid "Hide help entry from navigation menu" -msgstr "Hide help entry from navigation menu" - -#: mod/admin.php:1287 -msgid "" -"Hides the menu entry for the Help pages from the navigation menu. You can " -"still access it calling /help directly." -msgstr "Hides the menu entry for the Help pages from the navigation menu. Help pages can still be accessed by calling ../help directly via its URL." - -#: mod/admin.php:1288 -msgid "Single user instance" -msgstr "Single user instance" - -#: mod/admin.php:1288 -msgid "Make this instance multi-user or single-user for the named user" -msgstr "Make this instance multi-user or single-user for the named user" - -#: mod/admin.php:1289 -msgid "Maximum image size" -msgstr "Maximum image size" - -#: mod/admin.php:1289 -msgid "" -"Maximum size in bytes of uploaded images. Default is 0, which means no " -"limits." -msgstr "Maximum size in bytes of uploaded images. Default is 0, which means no limits." - -#: mod/admin.php:1290 -msgid "Maximum image length" -msgstr "Maximum image length" - -#: mod/admin.php:1290 -msgid "" -"Maximum length in pixels of the longest side of uploaded images. Default is " -"-1, which means no limits." -msgstr "Maximum length in pixels of the longest side of uploaded images. Default is -1, which means no limits." - -#: mod/admin.php:1291 -msgid "JPEG image quality" -msgstr "JPEG image quality" - -#: mod/admin.php:1291 -msgid "" -"Uploaded JPEGS will be saved at this quality setting [0-100]. Default is " -"100, which is full quality." -msgstr "Uploaded JPEGS will be saved at this quality setting [0-100]. Default is 100, which is the original quality level." - -#: mod/admin.php:1293 -msgid "Register policy" -msgstr "Registration policy" - -#: mod/admin.php:1294 -msgid "Maximum Daily Registrations" -msgstr "Maximum daily registrations" - -#: mod/admin.php:1294 -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 "If open registration is permitted, this sets the maximum number of new registrations per day. This setting has no effect for registrations by approval." - -#: mod/admin.php:1295 -msgid "Register text" -msgstr "Registration text" - -#: mod/admin.php:1295 -msgid "Will be displayed prominently on the registration page." -msgstr "Will be displayed prominently on the registration page." - -#: mod/admin.php:1296 -msgid "Accounts abandoned after x days" -msgstr "Accounts abandoned after so many days" - -#: mod/admin.php:1296 -msgid "" -"Will not waste system resources polling external sites for abandonded " -"accounts. Enter 0 for no time limit." -msgstr "Will not waste system resources polling external sites for abandoned accounts. Enter 0 for no time limit." - -#: mod/admin.php:1297 -msgid "Allowed friend domains" -msgstr "Allowed friend domains" - -#: mod/admin.php:1297 -msgid "" -"Comma separated list of domains which are allowed to establish friendships " -"with this site. Wildcards are accepted. Empty to allow any domains" -msgstr "Comma separated list of domains which are allowed to establish friendships with this site. Wildcards are accepted. Leave empty to allow any domains" - -#: mod/admin.php:1298 -msgid "Allowed email domains" -msgstr "Allowed email domains" - -#: mod/admin.php:1298 -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 "Comma separated list of domains which are allowed in email addresses for registrations to this site. Wildcards are accepted. Leave empty to allow any domains" - -#: mod/admin.php:1299 -msgid "No OEmbed rich content" -msgstr "" - -#: mod/admin.php:1299 -msgid "" -"Don't show the rich content (e.g. embedded PDF), except from the domains " -"listed below." -msgstr "" - -#: mod/admin.php:1300 -msgid "Allowed OEmbed domains" -msgstr "" - -#: mod/admin.php:1300 -msgid "" -"Comma separated list of domains which oembed content is allowed to be " -"displayed. Wildcards are accepted." -msgstr "" - -#: mod/admin.php:1301 -msgid "Block public" -msgstr "Block public" - -#: mod/admin.php:1301 -msgid "" -"Check to block public access to all otherwise public personal pages on this " -"site unless you are currently logged in." -msgstr "Block public access to all otherwise public personal pages on this site, except for local users when logged in." - -#: mod/admin.php:1302 -msgid "Force publish" -msgstr "Mandatory directory listing" - -#: mod/admin.php:1302 -msgid "" -"Check to force all profiles on this site to be listed in the site directory." -msgstr "Force all profiles on this site to be listed in the site directory." - -#: mod/admin.php:1303 -msgid "Global directory URL" -msgstr "Global directory URL" - -#: mod/admin.php:1303 -msgid "" -"URL to the global directory. If this is not set, the global directory is " -"completely unavailable to the application." -msgstr "URL to the global directory: If this is not set, the global directory is completely unavailable to the application." - -#: mod/admin.php:1304 -msgid "Private posts by default for new users" -msgstr "Private posts by default for new users" - -#: mod/admin.php:1304 -msgid "" -"Set default post permissions for all new members to the default privacy " -"group rather than public." -msgstr "Set default post permissions for all new members to the default privacy group rather than public." - -#: mod/admin.php:1305 -msgid "Don't include post content in email notifications" -msgstr "Don't include post content in email notifications" - -#: mod/admin.php:1305 -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 "Don't include the content of a post/comment/private message in the email notifications sent from this site, as a privacy measure." - -#: mod/admin.php:1306 -msgid "Disallow public access to addons listed in the apps menu." -msgstr "Disallow public access to addons listed in the apps menu." - -#: mod/admin.php:1306 -msgid "" -"Checking this box will restrict addons listed in the apps menu to members " -"only." -msgstr "Checking this box will restrict addons listed in the apps menu to members only." - -#: mod/admin.php:1307 -msgid "Don't embed private images in posts" -msgstr "Don't embed private images in posts" - -#: mod/admin.php:1307 -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 "Don't replace locally-hosted private photos in posts with an embedded copy of the image. This means that contacts who receive posts containing private photos will have to authenticate and load each image, which may take a while." - -#: mod/admin.php:1308 -msgid "Allow Users to set remote_self" -msgstr "Allow users to set \"Remote self\"" - -#: mod/admin.php:1308 -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 "This allows every user to mark contacts as a \"Remote self\" in the repair contact dialogue. Setting this flag on a contact will mirror every posting of that contact in the users stream." - -#: mod/admin.php:1309 -msgid "Block multiple registrations" -msgstr "Block multiple registrations" - -#: mod/admin.php:1309 -msgid "Disallow users to register additional accounts for use as pages." -msgstr "Disallow users to sign up for additional accounts." - -#: mod/admin.php:1310 -msgid "OpenID support" -msgstr "OpenID support" - -#: mod/admin.php:1310 -msgid "OpenID support for registration and logins." -msgstr "OpenID support for registration and logins." - -#: mod/admin.php:1311 -msgid "Fullname check" -msgstr "Full name check" - -#: mod/admin.php:1311 -msgid "" -"Force users to register with a space between firstname and lastname in Full " -"name, as an antispam measure" -msgstr "Force users to sign up with a space between first name and last name in the full name field; it may reduce spam and abuse registrations." - -#: mod/admin.php:1312 -msgid "Community pages for visitors" -msgstr "" - -#: mod/admin.php:1312 -msgid "" -"Which community pages should be available for visitors. Local users always " -"see both pages." -msgstr "Community pages that should be available for visitors. Local users always see both pages." - -#: mod/admin.php:1313 -msgid "Posts per user on community page" -msgstr "Posts per user on community page" - -#: mod/admin.php:1313 -msgid "" -"The maximum number of posts per user on the community page. (Not valid for " -"'Global Community')" -msgstr "Maximum number of posts per user on the community page (not valid for 'Global Community')." - -#: mod/admin.php:1314 -msgid "Enable OStatus support" -msgstr "Enable OStatus support" - -#: mod/admin.php:1314 -msgid "" -"Provide built-in OStatus (StatusNet, GNU Social etc.) compatibility. All " -"communications in OStatus are public, so privacy warnings will be " -"occasionally displayed." -msgstr "Provide built-in OStatus (StatusNet, GNU Social, etc.) compatibility. All communications in OStatus are public, so privacy warnings will be occasionally displayed." - -#: mod/admin.php:1315 -msgid "Only import OStatus threads from our contacts" -msgstr "Only import OStatus threads from known contacts" - -#: mod/admin.php:1315 -msgid "" -"Normally we import every content from our OStatus contacts. With this option" -" we only store threads that are started by a contact that is known on our " -"system." -msgstr "Normally we import every content from our OStatus contacts. With this option we only store threads that are started by a contact that is known on our system." - -#: mod/admin.php:1316 -msgid "OStatus support can only be enabled if threading is enabled." -msgstr "OStatus support can only be enabled if threading is enabled." - -#: mod/admin.php:1318 -msgid "" -"Diaspora support can't be enabled because Friendica was installed into a sub" -" directory." -msgstr "Diaspora support can't be enabled because Friendica was installed into a sub directory." - -#: mod/admin.php:1319 -msgid "Enable Diaspora support" -msgstr "Enable Diaspora support" - -#: mod/admin.php:1319 -msgid "Provide built-in Diaspora network compatibility." -msgstr "Provide built-in Diaspora network compatibility." - -#: mod/admin.php:1320 -msgid "Only allow Friendica contacts" -msgstr "Only allow Friendica contacts" - -#: mod/admin.php:1320 -msgid "" -"All contacts must use Friendica protocols. All other built-in communication " -"protocols disabled." -msgstr "All contacts must use Friendica protocols. All other built-in communication protocols will be disabled." - -#: mod/admin.php:1321 -msgid "Verify SSL" -msgstr "Verify SSL" - -#: mod/admin.php:1321 -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 "If you wish, you can turn on strict certificate checking. This will mean you cannot connect (at all) to self-signed SSL sites." - -#: mod/admin.php:1322 -msgid "Proxy user" -msgstr "Proxy user" - -#: mod/admin.php:1323 -msgid "Proxy URL" -msgstr "Proxy URL" - -#: mod/admin.php:1324 -msgid "Network timeout" -msgstr "Network timeout" - -#: mod/admin.php:1324 -msgid "Value is in seconds. Set to 0 for unlimited (not recommended)." -msgstr "Value is in seconds. Set to 0 for unlimited (not recommended)." - -#: mod/admin.php:1325 -msgid "Maximum Load Average" -msgstr "Maximum load average" - -#: mod/admin.php:1325 -msgid "" -"Maximum system load before delivery and poll processes are deferred - " -"default 50." -msgstr "Maximum system load before delivery and poll processes are deferred (default 50)." - -#: mod/admin.php:1326 -msgid "Maximum Load Average (Frontend)" -msgstr "Maximum load average (frontend)" - -#: mod/admin.php:1326 -msgid "Maximum system load before the frontend quits service - default 50." -msgstr "Maximum system load before the frontend quits service (default 50)." - -#: mod/admin.php:1327 -msgid "Minimal Memory" -msgstr "Minimal memory" - -#: mod/admin.php:1327 -msgid "" -"Minimal free memory in MB for the worker. Needs access to /proc/meminfo - " -"default 0 (deactivated)." -msgstr "Minimal free memory in MB for the worker. Needs access to /proc/meminfo - default 0 (deactivated)." - -#: mod/admin.php:1328 -msgid "Maximum table size for optimization" -msgstr "Maximum table size for optimization" - -#: mod/admin.php:1328 -msgid "" -"Maximum table size (in MB) for the automatic optimization - default 100 MB. " -"Enter -1 to disable it." -msgstr "Maximum table size (in MB) for the automatic optimization (default 100 MB; -1 to deactivate)." - -#: mod/admin.php:1329 -msgid "Minimum level of fragmentation" -msgstr "Minimum level of fragmentation" - -#: mod/admin.php:1329 -msgid "" -"Minimum fragmenation level to start the automatic optimization - default " -"value is 30%." -msgstr "Minimum fragmentation level to start the automatic optimization (default 30%)." - -#: mod/admin.php:1331 -msgid "Periodical check of global contacts" -msgstr "Periodical check of global contacts" - -#: mod/admin.php:1331 -msgid "" -"If enabled, the global contacts are checked periodically for missing or " -"outdated data and the vitality of the contacts and servers." -msgstr "This checks global contacts periodically for missing or outdated data and the vitality of the contacts and servers." - -#: mod/admin.php:1332 -msgid "Days between requery" -msgstr "Days between enquiry" - -#: mod/admin.php:1332 -msgid "Number of days after which a server is requeried for his contacts." -msgstr "Number of days after which a server is required check contacts." - -#: mod/admin.php:1333 -msgid "Discover contacts from other servers" -msgstr "Discover contacts from other servers" - -#: mod/admin.php:1333 -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 "Periodically query other servers for contacts. You can choose between 'Users': the users on the remote system, 'Global Contacts': active contacts that are known on the system. The fallback is meant for Redmatrix servers and older Friendica servers, where global contacts weren't available. The fallback increases the server load, so the recommend setting is 'Users, Global Contacts'." - -#: mod/admin.php:1334 -msgid "Timeframe for fetching global contacts" -msgstr "Time-frame for fetching global contacts" - -#: mod/admin.php:1334 -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 "If discovery is activated, this value defines the time-frame for the activity of the global contacts that are fetched from other servers." - -#: mod/admin.php:1335 -msgid "Search the local directory" -msgstr "Search the local directory" - -#: mod/admin.php:1335 -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 "Search the local directory instead of the global directory. When searching locally, every search will be executed on the global directory in the background. This improves the search results when the search is repeated." - -#: mod/admin.php:1337 -msgid "Publish server information" -msgstr "Publish server information" - -#: mod/admin.php:1337 -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 the-federation.info for details." -msgstr "This publishes generic data about the server and its usage. The data contains the name and version of the server, number of users with public profiles, number of posts and the activated protocols and connectors. See the-federation.info for details." - -#: mod/admin.php:1339 -msgid "Check upstream version" -msgstr "Check upstream version" - -#: mod/admin.php:1339 -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 "Enables checking for new Friendica versions at github. If there is a new version, you will be informed in the admin panel overview." - -#: mod/admin.php:1340 -msgid "Suppress Tags" -msgstr "Suppress tags" - -#: mod/admin.php:1340 -msgid "Suppress showing a list of hashtags at the end of the posting." -msgstr "Suppress listed hashtags at the end of posts." - -#: mod/admin.php:1341 -msgid "Path to item cache" -msgstr "Path to item cache" - -#: mod/admin.php:1341 -msgid "The item caches buffers generated bbcode and external images." -msgstr "The item caches buffers generated bbcode and external images." - -#: mod/admin.php:1342 -msgid "Cache duration in seconds" -msgstr "Cache duration in seconds" - -#: mod/admin.php:1342 -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 "How long should cache files be held? (Default 86400 seconds - one day; -1 disables item cache)" - -#: mod/admin.php:1343 -msgid "Maximum numbers of comments per post" -msgstr "Maximum numbers of comments per post" - -#: mod/admin.php:1343 -msgid "How much comments should be shown for each post? Default value is 100." -msgstr "How many comments should be shown for each post? (Default 100)" - -#: mod/admin.php:1344 -msgid "Temp path" -msgstr "Temp path" - -#: mod/admin.php:1344 -msgid "" -"If you have a restricted system where the webserver can't access the system " -"temp path, enter another path here." -msgstr "Enter a different tmp path, if your system restricts the webserver's access to the system temp path." - -#: mod/admin.php:1345 -msgid "Base path to installation" -msgstr "Base path to installation" - -#: mod/admin.php:1345 -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 "If the system cannot detect the correct path to your installation, enter the correct path here. This setting should only be set if you are using a restricted system and symbolic links to your webroot." - -#: mod/admin.php:1346 -msgid "Disable picture proxy" -msgstr "Disable picture proxy" - -#: mod/admin.php:1346 -msgid "" -"The picture proxy increases performance and privacy. It shouldn't be used on" -" systems with very low bandwith." -msgstr "The picture proxy increases performance and privacy. It shouldn't be used on systems with very low bandwith." - -#: mod/admin.php:1347 -msgid "Only search in tags" -msgstr "Only search in tags" - -#: mod/admin.php:1347 -msgid "On large systems the text search can slow down the system extremely." -msgstr "On large systems the text search can slow down the system significantly." - -#: mod/admin.php:1349 -msgid "New base url" -msgstr "New base URL" - -#: mod/admin.php:1349 -msgid "" -"Change base url for this server. Sends relocate message to all Friendica and" -" Diaspora* contacts of all users." -msgstr "Change base url for this server. Sends relocate message to all Friendica and Diaspora* contacts of all users." - -#: mod/admin.php:1351 -msgid "RINO Encryption" -msgstr "RINO Encryption" - -#: mod/admin.php:1351 -msgid "Encryption layer between nodes." -msgstr "Encryption layer between nodes." - -#: mod/admin.php:1353 -msgid "Maximum number of parallel workers" -msgstr "Maximum number of parallel workers" - -#: mod/admin.php:1353 -msgid "" -"On shared hosters set this to 2. On larger systems, values of 10 are great. " -"Default value is 4." -msgstr "On shared hosts set this to 2. On larger systems, values of 10 are great. Default value is 4." - -#: mod/admin.php:1354 -msgid "Don't use 'proc_open' with the worker" -msgstr "Don't use 'proc_open' with the worker" - -#: mod/admin.php:1354 -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 "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." - -#: mod/admin.php:1355 -msgid "Enable fastlane" -msgstr "Enable fast-lane" - -#: mod/admin.php:1355 -msgid "" -"When enabed, the fastlane mechanism starts an additional worker if processes" -" with higher priority are blocked by processes of lower priority." -msgstr "The fast-lane mechanism starts an additional worker if processes with higher priority are blocked by processes of lower priority." - -#: mod/admin.php:1356 -msgid "Enable frontend worker" -msgstr "Enable frontend worker" - -#: mod/admin.php:1356 -#, 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 "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." - -#: mod/admin.php:1384 -msgid "Update has been marked successful" -msgstr "Update has been marked successful" - -#: mod/admin.php:1391 -#, php-format -msgid "Database structure update %s was successfully applied." -msgstr "Database structure update %s was successfully applied." - -#: mod/admin.php:1394 -#, php-format -msgid "Executing of database structure update %s failed with error: %s" -msgstr "Executing of database structure update %s failed with error: %s" - -#: mod/admin.php:1407 -#, php-format -msgid "Executing %s failed with error: %s" -msgstr "Executing %s failed with error: %s" - -#: mod/admin.php:1409 -#, php-format -msgid "Update %s was successfully applied." -msgstr "Update %s was successfully applied." - -#: mod/admin.php:1412 -#, php-format -msgid "Update %s did not return a status. Unknown if it succeeded." -msgstr "Update %s did not return a status. Unknown if it succeeded." - -#: mod/admin.php:1415 -#, php-format -msgid "There was no additional update function %s that needed to be called." -msgstr "There was no additional update function %s that needed to be called." - -#: mod/admin.php:1435 -msgid "No failed updates." -msgstr "No failed updates." - -#: mod/admin.php:1436 -msgid "Check database structure" -msgstr "Check database structure" - -#: mod/admin.php:1441 -msgid "Failed Updates" -msgstr "Failed updates" - -#: mod/admin.php:1442 -msgid "" -"This does not include updates prior to 1139, which did not return a status." -msgstr "This does not include updates prior to 1139, which did not return a status." - -#: mod/admin.php:1443 -msgid "Mark success (if update was manually applied)" -msgstr "Mark success (if update was manually applied)" - -#: mod/admin.php:1444 -msgid "Attempt to execute this update step automatically" -msgstr "Attempt to execute this update step automatically" - -#: mod/admin.php:1483 -#, php-format -msgid "" -"\n" -"\t\t\tDear %1$s,\n" -"\t\t\t\tthe administrator of %2$s has set up an account for you." -msgstr "\n\t\t\tDear %1$s,\n\t\t\t\tThe administrator of %2$s has set up an account for you." - -#: mod/admin.php:1486 -#, php-format -msgid "" -"\n" -"\t\t\tThe login details are as follows:\n" -"\n" -"\t\t\tSite Location:\t%1$s\n" -"\t\t\tLogin Name:\t\t%2$s\n" -"\t\t\tPassword:\t\t%3$s\n" -"\n" -"\t\t\tYou may change your password from your account \"Settings\" page after logging\n" -"\t\t\tin.\n" -"\n" -"\t\t\tPlease take a few moments to review the other account settings on that page.\n" -"\n" -"\t\t\tYou may also wish to add some basic information to your default profile\n" -"\t\t\t(on the \"Profiles\" page) so that other people can easily find you.\n" -"\n" -"\t\t\tWe recommend setting your full name, adding a profile photo,\n" -"\t\t\tadding some profile \"keywords\" (very useful in making new friends) - and\n" -"\t\t\tperhaps what country you live in; if you do not wish to be more specific\n" -"\t\t\tthan that.\n" -"\n" -"\t\t\tWe fully respect your right to privacy, and none of these items are necessary.\n" -"\t\t\tIf you are new and do not know anybody here, they may help\n" -"\t\t\tyou to make some new and interesting friends.\n" -"\n" -"\t\t\tThank you and welcome to %4$s." -msgstr "\n\t\t\tThe login details are as follows:\n\n\t\t\tSite Location:\t%1$s\n\t\t\tLogin Name:\t\t%2$s\n\t\t\tPassword:\t\t%3$s\n\n\t\t\tYou may change your password from your account \"Settings\" page after logging\n\t\t\tin.\n\n\t\t\tPlease take a few moments to review the other account settings on that page.\n\n\t\t\tYou may also wish to add some basic information to your default profile\n\t\t\t(on the \"Profiles\" page) so that other people can easily find you.\n\n\t\t\tWe recommend setting your full name, adding a profile photo,\n\t\t\tadding some profile \"keywords\" (very useful in making new friends) - and\n\t\t\tperhaps what country you live in; if you do not wish to be more specific\n\t\t\tthan that.\n\n\t\t\tWe fully respect your right to privacy and none of these items are necessary.\n\t\t\tIf you are new and do not know anybody here, this may help\n\t\t\tyou to make some new and interesting friends.\n\n\t\t\tThank you and welcome to %4$s." - -#: mod/admin.php:1518 src/Model/User.php:632 -#, php-format -msgid "Registration details for %s" -msgstr "Registration details for %s" - -#: mod/admin.php:1528 -#, php-format -msgid "%s user blocked/unblocked" -msgid_plural "%s users blocked/unblocked" -msgstr[0] "%s user blocked/unblocked" -msgstr[1] "%s users blocked/unblocked" - -#: mod/admin.php:1534 -#, php-format -msgid "%s user deleted" -msgid_plural "%s users deleted" -msgstr[0] "%s user deleted" -msgstr[1] "%s users deleted" - -#: mod/admin.php:1581 -#, php-format -msgid "User '%s' deleted" -msgstr "User '%s' deleted" - -#: mod/admin.php:1589 -#, php-format -msgid "User '%s' unblocked" -msgstr "User '%s' unblocked" - -#: mod/admin.php:1589 -#, php-format -msgid "User '%s' blocked" -msgstr "User '%s' blocked" - -#: mod/admin.php:1688 mod/admin.php:1700 mod/admin.php:1713 mod/admin.php:1731 -#: src/Content/ContactSelector.php:82 -msgid "Email" -msgstr "Email" - -#: mod/admin.php:1688 mod/admin.php:1713 -msgid "Register date" -msgstr "Registration date" - -#: mod/admin.php:1688 mod/admin.php:1713 -msgid "Last login" -msgstr "Last login" - -#: mod/admin.php:1688 mod/admin.php:1713 -msgid "Last item" -msgstr "Last item" - -#: mod/admin.php:1688 mod/settings.php:54 -msgid "Account" -msgstr "Account" - -#: mod/admin.php:1696 -msgid "Add User" -msgstr "Add user" - -#: mod/admin.php:1698 -msgid "User registrations waiting for confirm" -msgstr "User registrations awaiting confirmation" - -#: mod/admin.php:1699 -msgid "User waiting for permanent deletion" -msgstr "User awaiting permanent deletion" - -#: mod/admin.php:1700 -msgid "Request date" -msgstr "Request date" - -#: mod/admin.php:1701 -msgid "No registrations." -msgstr "No registrations." - -#: mod/admin.php:1702 -msgid "Note from the user" -msgstr "Note from the user" - -#: mod/admin.php:1704 -msgid "Deny" -msgstr "Deny" - -#: mod/admin.php:1708 -msgid "Site admin" -msgstr "Site admin" - -#: mod/admin.php:1709 -msgid "Account expired" -msgstr "Account expired" - -#: mod/admin.php:1712 -msgid "New User" -msgstr "New user" - -#: mod/admin.php:1713 -msgid "Deleted since" -msgstr "Deleted since" - -#: mod/admin.php:1718 -msgid "" -"Selected users will be deleted!\\n\\nEverything these users had posted on " -"this site will be permanently deleted!\\n\\nAre you sure?" -msgstr "Selected users will be deleted!\\n\\nEverything these users has posted on this site will be permanently deleted!\\n\\nAre you sure?" - -#: mod/admin.php:1719 -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 "The user {0} will be deleted!\\n\\nEverything this user has posted on this site will be permanently deleted!\\n\\nAre you sure?" - -#: mod/admin.php:1729 -msgid "Name of the new user." -msgstr "Name of the new user." - -#: mod/admin.php:1730 -msgid "Nickname" -msgstr "Nickname" - -#: mod/admin.php:1730 -msgid "Nickname of the new user." -msgstr "Nickname of the new user." - -#: mod/admin.php:1731 -msgid "Email address of the new user." -msgstr "Email address of the new user." - -#: mod/admin.php:1773 -#, php-format -msgid "Addon %s disabled." -msgstr "Addon %s disabled." - -#: mod/admin.php:1777 -#, php-format -msgid "Addon %s enabled." -msgstr "Addon %s enabled." - -#: mod/admin.php:1787 mod/admin.php:2036 -msgid "Disable" -msgstr "Disable" - -#: mod/admin.php:1790 mod/admin.php:2039 -msgid "Enable" -msgstr "Enable" - -#: mod/admin.php:1812 mod/admin.php:2081 -msgid "Toggle" -msgstr "Toggle" - -#: mod/admin.php:1820 mod/admin.php:2090 -msgid "Author: " -msgstr "Author: " - -#: mod/admin.php:1821 mod/admin.php:2091 -msgid "Maintainer: " -msgstr "Maintainer: " - -#: mod/admin.php:1873 -msgid "Reload active addons" -msgstr "Reload active addons" - -#: mod/admin.php:1878 -#, 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 "There are currently no addons available on your node. You can find the official addon repository at %1$s and might find other interesting addons in the open addon registry at %2$s" - -#: mod/admin.php:1998 -msgid "No themes found." -msgstr "No themes found." - -#: mod/admin.php:2072 -msgid "Screenshot" -msgstr "Screenshot" - -#: mod/admin.php:2126 -msgid "Reload active themes" -msgstr "Reload active themes" - -#: mod/admin.php:2131 -#, php-format -msgid "No themes found on the system. They should be placed in %1$s" -msgstr "No themes found on the system. They should be placed in %1$s" - -#: mod/admin.php:2132 -msgid "[Experimental]" -msgstr "[Experimental]" - -#: mod/admin.php:2133 -msgid "[Unsupported]" -msgstr "[Unsupported]" - -#: mod/admin.php:2157 -msgid "Log settings updated." -msgstr "Log settings updated." - -#: mod/admin.php:2189 -msgid "PHP log currently enabled." -msgstr "PHP log currently enabled." - -#: mod/admin.php:2191 -msgid "PHP log currently disabled." -msgstr "PHP log currently disabled." - -#: mod/admin.php:2200 -msgid "Clear" -msgstr "Clear" - -#: mod/admin.php:2204 -msgid "Enable Debugging" -msgstr "Enable debugging" - -#: mod/admin.php:2205 -msgid "Log file" -msgstr "Log file" - -#: mod/admin.php:2205 -msgid "" -"Must be writable by web server. Relative to your Friendica top-level " -"directory." -msgstr "Must be writable by web server and relative to your Friendica top-level directory." - -#: mod/admin.php:2206 -msgid "Log level" -msgstr "Log level" - -#: mod/admin.php:2208 -msgid "PHP logging" -msgstr "PHP logging" - -#: mod/admin.php:2209 -msgid "" -"To enable logging of PHP errors and warnings you can add the following to " -"the .htconfig.php file of your installation. The filename set in the " -"'error_log' line is relative to the friendica top-level directory and must " -"be writeable by the web server. The option '1' for 'log_errors' and " -"'display_errors' is to enable these options, set to '0' to disable them." -msgstr "To enable logging of PHP errors and warnings you can add the following to the .htconfig.php file of your installation. The file name set in the 'error_log' line is relative to the Friendica top-level directory and must be writeable by the web server. The option '1' for 'log_errors' and 'display_errors' is to enable these options, set to '0' to disable them." - -#: mod/admin.php:2240 -#, php-format -msgid "" -"Error trying to open %1$s log file.\\r\\n
    Check to see " -"if file %1$s exist and is readable." -msgstr "" - -#: mod/admin.php:2244 -#, php-format -msgid "" -"Couldn't open %1$s log file.\\r\\n
    Check to see if file" -" %1$s is readable." -msgstr "" - -#: mod/admin.php:2335 mod/admin.php:2336 mod/settings.php:779 -msgid "Off" -msgstr "Off" - -#: mod/admin.php:2335 mod/admin.php:2336 mod/settings.php:779 -msgid "On" -msgstr "On" - -#: mod/admin.php:2336 -#, php-format -msgid "Lock feature %s" -msgstr "Lock feature %s" - -#: mod/admin.php:2344 -msgid "Manage Additional Features" -msgstr "Manage additional features" - -#: mod/cal.php:142 mod/display.php:307 mod/profile.php:174 -msgid "Access to this profile has been restricted." -msgstr "Access to this profile has been restricted." - -#: mod/cal.php:274 mod/events.php:393 view/theme/frio/theme.php:262 -#: view/theme/frio/theme.php:266 src/Content/Nav.php:104 -#: src/Content/Nav.php:169 src/Model/Profile.php:909 src/Model/Profile.php:920 -msgid "Events" -msgstr "Events" - -#: mod/cal.php:275 mod/events.php:394 -msgid "View" -msgstr "View" - -#: mod/cal.php:276 mod/events.php:396 -msgid "Previous" -msgstr "Previous" - -#: mod/cal.php:277 mod/events.php:397 mod/install.php:209 -msgid "Next" -msgstr "Next" - -#: mod/cal.php:284 mod/events.php:406 -msgid "list" -msgstr "List" - -#: mod/cal.php:297 src/Model/User.php:200 -msgid "User not found" -msgstr "User not found" - -#: mod/cal.php:313 -msgid "This calendar format is not supported" -msgstr "This calendar format is not supported" - -#: mod/cal.php:315 -msgid "No exportable data found" -msgstr "No exportable data found" - -#: mod/cal.php:332 -msgid "calendar" -msgstr "calendar" - -#: mod/community.php:44 -msgid "Community option not available." -msgstr "" - -#: mod/community.php:61 -msgid "Not available." -msgstr "Not available." - -#: mod/community.php:75 -msgid "Local Community" -msgstr "" - -#: mod/community.php:78 -msgid "Posts from local users on this server" -msgstr "" - -#: mod/community.php:86 -msgid "Global Community" -msgstr "" - -#: mod/community.php:89 -msgid "Posts from users of the whole federated network" -msgstr "" - -#: mod/community.php:135 mod/search.php:228 -msgid "No results." -msgstr "No results." - -#: mod/community.php:179 -msgid "" -"This community stream shows all public posts received by this node. They may" -" not reflect the opinions of this node’s users." -msgstr "This community stream shows all public posts received by this node. They may not reflect the opinions of this node’s users." - -#: mod/contacts.php:148 -#, php-format -msgid "%d contact edited." -msgid_plural "%d contacts edited." -msgstr[0] "%d contact edited." -msgstr[1] "%d contacts edited." - -#: mod/contacts.php:175 mod/contacts.php:391 -msgid "Could not access contact record." -msgstr "Could not access contact record." - -#: mod/contacts.php:185 -msgid "Could not locate selected profile." -msgstr "Could not locate selected profile." - -#: mod/contacts.php:219 -msgid "Contact updated." -msgstr "Contact updated." - -#: mod/contacts.php:221 mod/dfrn_request.php:419 -msgid "Failed to update contact record." -msgstr "Failed to update contact record." - -#: mod/contacts.php:412 -msgid "Contact has been blocked" -msgstr "Contact has been blocked" - -#: mod/contacts.php:412 -msgid "Contact has been unblocked" -msgstr "Contact has been unblocked" - -#: mod/contacts.php:423 -msgid "Contact has been ignored" -msgstr "Contact has been ignored" - -#: mod/contacts.php:423 -msgid "Contact has been unignored" -msgstr "Contact has been unignored" - -#: mod/contacts.php:434 -msgid "Contact has been archived" -msgstr "Contact has been archived" - -#: mod/contacts.php:434 -msgid "Contact has been unarchived" -msgstr "Contact has been unarchived" - -#: mod/contacts.php:458 -msgid "Drop contact" -msgstr "Drop contact" - -#: mod/contacts.php:461 mod/contacts.php:813 -msgid "Do you really want to delete this contact?" -msgstr "Do you really want to delete this contact?" - -#: mod/contacts.php:479 -msgid "Contact has been removed." -msgstr "Contact has been removed." - -#: mod/contacts.php:510 -#, php-format -msgid "You are mutual friends with %s" -msgstr "You are mutual friends with %s" - -#: mod/contacts.php:514 -#, php-format -msgid "You are sharing with %s" -msgstr "You are sharing with %s" - -#: mod/contacts.php:518 -#, php-format -msgid "%s is sharing with you" -msgstr "%s is sharing with you" - -#: mod/contacts.php:538 -msgid "Private communications are not available for this contact." -msgstr "Private communications are not available for this contact." - -#: mod/contacts.php:540 -msgid "Never" -msgstr "Never" - -#: mod/contacts.php:543 -msgid "(Update was successful)" -msgstr "(Update was successful)" - -#: mod/contacts.php:543 -msgid "(Update was not successful)" -msgstr "(Update was not successful)" - -#: mod/contacts.php:545 mod/contacts.php:975 -msgid "Suggest friends" -msgstr "Suggest friends" - -#: mod/contacts.php:549 -#, php-format -msgid "Network type: %s" -msgstr "Network type: %s" - -#: mod/contacts.php:554 -msgid "Communications lost with this contact!" -msgstr "Communications lost with this contact!" - -#: mod/contacts.php:560 -msgid "Fetch further information for feeds" -msgstr "Fetch further information for feeds" - -#: mod/contacts.php:562 -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 "Fetch information like preview pictures, title and teaser from the feed item. You can activate this if the feed doesn't contain much text. Keywords are taken from the meta header in the feed item and are posted as hash tags." - -#: mod/contacts.php:564 -msgid "Fetch information" -msgstr "Fetch information" - -#: mod/contacts.php:565 -msgid "Fetch keywords" -msgstr "Fetch keywords" - -#: mod/contacts.php:566 -msgid "Fetch information and keywords" -msgstr "Fetch information and keywords" - -#: mod/contacts.php:598 -msgid "Contact" -msgstr "Contact" - -#: mod/contacts.php:601 -msgid "Profile Visibility" -msgstr "Profile visibility" - -#: mod/contacts.php:602 -#, php-format -msgid "" -"Please choose the profile you would like to display to %s when viewing your " -"profile securely." -msgstr "Please choose the profile you would like to display to %s when viewing your profile securely." - -#: mod/contacts.php:603 -msgid "Contact Information / Notes" -msgstr "Personal note" - -#: mod/contacts.php:604 -msgid "Their personal note" -msgstr "Their personal note" - -#: mod/contacts.php:606 -msgid "Edit contact notes" -msgstr "Edit contact notes" - -#: mod/contacts.php:610 -msgid "Block/Unblock contact" -msgstr "Block/Unblock contact" - -#: mod/contacts.php:611 -msgid "Ignore contact" -msgstr "Ignore contact" - -#: mod/contacts.php:612 -msgid "Repair URL settings" -msgstr "Repair URL settings" - -#: mod/contacts.php:613 -msgid "View conversations" -msgstr "View conversations" - -#: mod/contacts.php:618 -msgid "Last update:" -msgstr "Last update:" - -#: mod/contacts.php:620 -msgid "Update public posts" -msgstr "Update public posts" - -#: mod/contacts.php:622 mod/contacts.php:985 -msgid "Update now" -msgstr "Update now" - -#: mod/contacts.php:628 mod/contacts.php:818 mod/contacts.php:1002 -msgid "Unignore" -msgstr "Unignore" - -#: mod/contacts.php:632 -msgid "Currently blocked" -msgstr "Currently blocked" - -#: mod/contacts.php:633 -msgid "Currently ignored" -msgstr "Currently ignored" - -#: mod/contacts.php:634 -msgid "Currently archived" -msgstr "Currently archived" - -#: mod/contacts.php:635 -msgid "Awaiting connection acknowledge" -msgstr "Awaiting connection acknowledgement " - -#: mod/contacts.php:636 -msgid "" -"Replies/likes to your public posts may still be visible" -msgstr "Replies/Likes to your public posts may still be visible" - -#: mod/contacts.php:637 -msgid "Notification for new posts" -msgstr "Notification for new posts" - -#: mod/contacts.php:637 -msgid "Send a notification of every new post of this contact" -msgstr "Send notification for every new post from this contact" - -#: mod/contacts.php:640 -msgid "Blacklisted keywords" -msgstr "Blacklisted keywords" - -#: mod/contacts.php:640 -msgid "" -"Comma separated list of keywords that should not be converted to hashtags, " -"when \"Fetch information and keywords\" is selected" -msgstr "Comma separated list of keywords that should not be converted to hashtags, when \"Fetch information and keywords\" is selected" - -#: mod/contacts.php:652 src/Model/Profile.php:424 -msgid "XMPP:" -msgstr "XMPP:" - -#: mod/contacts.php:657 -msgid "Actions" -msgstr "Actions" - -#: mod/contacts.php:659 mod/contacts.php:845 view/theme/frio/theme.php:258 -#: src/Content/Nav.php:100 src/Model/Profile.php:873 -msgid "Status" -msgstr "Status" - -#: mod/contacts.php:660 -msgid "Contact Settings" -msgstr "Notification and privacy " - -#: mod/contacts.php:701 -msgid "Suggestions" -msgstr "Suggestions" - -#: mod/contacts.php:704 -msgid "Suggest potential friends" -msgstr "Suggest potential friends" - -#: mod/contacts.php:712 -msgid "Show all contacts" -msgstr "Show all contacts" - -#: mod/contacts.php:717 -msgid "Unblocked" -msgstr "Unblocked" - -#: mod/contacts.php:720 -msgid "Only show unblocked contacts" -msgstr "Only show unblocked contacts" - -#: mod/contacts.php:725 -msgid "Blocked" -msgstr "Blocked" - -#: mod/contacts.php:728 -msgid "Only show blocked contacts" -msgstr "Only show blocked contacts" - -#: mod/contacts.php:733 -msgid "Ignored" -msgstr "Ignored" - -#: mod/contacts.php:736 -msgid "Only show ignored contacts" -msgstr "Only show ignored contacts" - -#: mod/contacts.php:741 -msgid "Archived" -msgstr "Archived" - -#: mod/contacts.php:744 -msgid "Only show archived contacts" -msgstr "Only show archived contacts" - -#: mod/contacts.php:749 -msgid "Hidden" -msgstr "Hidden" - -#: mod/contacts.php:752 -msgid "Only show hidden contacts" -msgstr "Only show hidden contacts" - -#: mod/contacts.php:808 -msgid "Search your contacts" -msgstr "Search your contacts" - -#: mod/contacts.php:809 mod/search.php:236 -#, php-format -msgid "Results for: %s" -msgstr "Results for: %s" - -#: mod/contacts.php:816 mod/settings.php:169 mod/settings.php:705 -msgid "Update" -msgstr "Update" - -#: mod/contacts.php:819 mod/contacts.php:1010 -msgid "Archive" -msgstr "Archive" - -#: mod/contacts.php:819 mod/contacts.php:1010 -msgid "Unarchive" -msgstr "Unarchive" - -#: mod/contacts.php:822 -msgid "Batch Actions" -msgstr "Batch actions" - -#: mod/contacts.php:856 src/Model/Profile.php:884 -msgid "Profile Details" -msgstr "Profile Details" - -#: mod/contacts.php:868 -msgid "View all contacts" -msgstr "View all contacts" - -#: mod/contacts.php:879 -msgid "View all common friends" -msgstr "View all common friends" - -#: mod/contacts.php:888 -msgid "Advanced Contact Settings" -msgstr "Advanced contact settings" - -#: mod/contacts.php:920 -msgid "Mutual Friendship" -msgstr "Mutual friendship" - -#: mod/contacts.php:924 -msgid "is a fan of yours" -msgstr "is a fan of yours" - -#: mod/contacts.php:928 -msgid "you are a fan of" -msgstr "I follow them" - -#: mod/contacts.php:996 -msgid "Toggle Blocked status" -msgstr "Toggle blocked status" - -#: mod/contacts.php:1004 -msgid "Toggle Ignored status" -msgstr "Toggle ignored status" - -#: mod/contacts.php:1012 -msgid "Toggle Archive status" -msgstr "Toggle archive status" - -#: mod/contacts.php:1020 -msgid "Delete contact" -msgstr "Delete contact" - -#: mod/dfrn_confirm.php:74 mod/profiles.php:38 mod/profiles.php:148 -#: mod/profiles.php:195 mod/profiles.php:631 +#: mod/dfrn_confirm.php:74 mod/profiles.php:39 mod/profiles.php:149 +#: mod/profiles.php:196 mod/profiles.php:618 msgid "Profile not found." msgstr "Profile not found." @@ -4709,7 +1990,7 @@ msgid "Unable to update your contact profile details on our system" msgstr "Unable to update your contact profile details on our system" #: mod/dfrn_confirm.php:661 mod/dfrn_request.php:568 -#: src/Model/Contact.php:1437 +#: src/Model/Contact.php:1520 msgid "[Name Withheld]" msgstr "[Name Withheld]" @@ -4718,581 +1999,6 @@ msgstr "[Name Withheld]" msgid "%1$s has joined %2$s" msgstr "%1$s has joined %2$s" -#: mod/dfrn_request.php:94 -msgid "This introduction has already been accepted." -msgstr "This introduction has already been accepted." - -#: mod/dfrn_request.php:112 mod/dfrn_request.php:359 -msgid "Profile location is not valid or does not contain profile information." -msgstr "Profile location is not valid or does not contain profile information." - -#: mod/dfrn_request.php:116 mod/dfrn_request.php:363 -msgid "Warning: profile location has no identifiable owner name." -msgstr "Warning: profile location has no identifiable owner name." - -#: mod/dfrn_request.php:119 mod/dfrn_request.php:366 -msgid "Warning: profile location has no profile photo." -msgstr "Warning: profile location has no profile photo." - -#: mod/dfrn_request.php:123 mod/dfrn_request.php:370 -#, php-format -msgid "%d required parameter was not found at the given location" -msgid_plural "%d required parameters were not found at the given location" -msgstr[0] "%d required parameter was not found at the given location" -msgstr[1] "%d required parameters were not found at the given location" - -#: mod/dfrn_request.php:162 -msgid "Introduction complete." -msgstr "Introduction complete." - -#: mod/dfrn_request.php:199 -msgid "Unrecoverable protocol error." -msgstr "Unrecoverable protocol error." - -#: mod/dfrn_request.php:226 -msgid "Profile unavailable." -msgstr "Profile unavailable." - -#: mod/dfrn_request.php:248 -#, php-format -msgid "%s has received too many connection requests today." -msgstr "%s has received too many connection requests today." - -#: mod/dfrn_request.php:249 -msgid "Spam protection measures have been invoked." -msgstr "Spam protection measures have been invoked." - -#: mod/dfrn_request.php:250 -msgid "Friends are advised to please try again in 24 hours." -msgstr "Friends are advised to please try again in 24 hours." - -#: mod/dfrn_request.php:280 -msgid "Invalid locator" -msgstr "Invalid locator" - -#: mod/dfrn_request.php:316 -msgid "You have already introduced yourself here." -msgstr "You have already introduced yourself here." - -#: mod/dfrn_request.php:319 -#, php-format -msgid "Apparently you are already friends with %s." -msgstr "Apparently you are already friends with %s." - -#: mod/dfrn_request.php:339 -msgid "Invalid profile URL." -msgstr "Invalid profile URL." - -#: mod/dfrn_request.php:345 src/Model/Contact.php:1137 -msgid "Disallowed profile URL." -msgstr "Disallowed profile URL." - -#: mod/dfrn_request.php:439 -msgid "Your introduction has been sent." -msgstr "Your introduction has been sent." - -#: mod/dfrn_request.php:477 -msgid "" -"Remote subscription can't be done for your network. Please subscribe " -"directly on your system." -msgstr "Remote subscription can't be done for your network. Please subscribe directly on your system." - -#: mod/dfrn_request.php:493 -msgid "Please login to confirm introduction." -msgstr "Please login to confirm introduction." - -#: mod/dfrn_request.php:501 -msgid "" -"Incorrect identity currently logged in. Please login to " -"this profile." -msgstr "Incorrect identity currently logged in. Please login to this profile." - -#: mod/dfrn_request.php:515 mod/dfrn_request.php:532 -msgid "Confirm" -msgstr "Confirm" - -#: mod/dfrn_request.php:527 -msgid "Hide this contact" -msgstr "Hide this contact" - -#: mod/dfrn_request.php:530 -#, php-format -msgid "Welcome home %s." -msgstr "Welcome home %s." - -#: mod/dfrn_request.php:531 -#, php-format -msgid "Please confirm your introduction/connection request to %s." -msgstr "Please confirm your introduction/connection request to %s." - -#: mod/dfrn_request.php:642 -msgid "" -"Please enter your 'Identity Address' from one of the following supported " -"communications networks:" -msgstr "Please enter your 'Identity address' from one of the following supported communications networks:" - -#: mod/dfrn_request.php:645 -#, php-format -msgid "" -"If you are not yet a member of the free social web, follow " -"this link to find a public Friendica site and join us today." -msgstr "" - -#: mod/dfrn_request.php:650 -msgid "Friend/Connection Request" -msgstr "Friend/Connection request" - -#: mod/dfrn_request.php:651 -msgid "" -"Examples: jojo@demo.friendica.com, http://demo.friendica.com/profile/jojo, " -"testuser@gnusocial.de" -msgstr "" - -#: mod/dfrn_request.php:656 src/Content/ContactSelector.php:79 -msgid "Friendica" -msgstr "Friendica" - -#: mod/dfrn_request.php:657 -msgid "GNU Social (Pleroma, Mastodon)" -msgstr "" - -#: mod/dfrn_request.php:658 -msgid "Diaspora (Socialhome, Hubzilla)" -msgstr "" - -#: mod/dfrn_request.php:659 -#, php-format -msgid "" -" - please do not use this form. Instead, enter %s into your Diaspora search" -" bar." -msgstr " - please do not use this form. Instead, enter %s into your Diaspora search bar." - -#: mod/events.php:104 mod/events.php:106 -msgid "Event can not end before it has started." -msgstr "Event cannot end before it has started." - -#: mod/events.php:113 mod/events.php:115 -msgid "Event title and start time are required." -msgstr "Event title and starting time are required." - -#: mod/events.php:395 -msgid "Create New Event" -msgstr "Create new event" - -#: mod/events.php:510 -msgid "Event details" -msgstr "Event details" - -#: mod/events.php:511 -msgid "Starting date and Title are required." -msgstr "Starting date and title are required." - -#: mod/events.php:512 mod/events.php:513 -msgid "Event Starts:" -msgstr "Event starts:" - -#: mod/events.php:512 mod/events.php:524 mod/profiles.php:713 -msgid "Required" -msgstr "Required" - -#: mod/events.php:514 mod/events.php:530 -msgid "Finish date/time is not known or not relevant" -msgstr "Finish date/time is not known or not relevant" - -#: mod/events.php:516 mod/events.php:517 -msgid "Event Finishes:" -msgstr "Event finishes:" - -#: mod/events.php:518 mod/events.php:531 -msgid "Adjust for viewer timezone" -msgstr "Adjust for viewer's time zone" - -#: mod/events.php:520 -msgid "Description:" -msgstr "Description:" - -#: mod/events.php:524 mod/events.php:526 -msgid "Title:" -msgstr "Title:" - -#: mod/events.php:527 mod/events.php:528 -msgid "Share this event" -msgstr "Share this event" - -#: mod/events.php:535 src/Model/Profile.php:849 -msgid "Basic" -msgstr "Basic" - -#: mod/events.php:557 -msgid "Failed to remove event" -msgstr "Failed to remove event" - -#: mod/events.php:559 -msgid "Event removed" -msgstr "Event removed" - -#: mod/fsuggest.php:71 -msgid "Friend suggestion sent." -msgstr "Friend suggestion sent" - -#: mod/fsuggest.php:102 -msgid "Suggest Friends" -msgstr "Suggest friends" - -#: mod/fsuggest.php:104 -#, php-format -msgid "Suggest a friend for %s" -msgstr "Suggest a friend for %s" - -#: mod/install.php:114 -msgid "Friendica Communications Server - Setup" -msgstr "Friendica Communications Server - Setup" - -#: mod/install.php:120 -msgid "Could not connect to database." -msgstr "Could not connect to database." - -#: mod/install.php:124 -msgid "Could not create table." -msgstr "Could not create table." - -#: mod/install.php:130 -msgid "Your Friendica site database has been installed." -msgstr "Your Friendica site database has been installed." - -#: mod/install.php:135 -msgid "" -"You may need to import the file \"database.sql\" manually using phpmyadmin " -"or mysql." -msgstr "You may need to import the file \"database.sql\" manually using phpmyadmin or mysql." - -#: mod/install.php:136 mod/install.php:208 mod/install.php:552 -msgid "Please see the file \"INSTALL.txt\"." -msgstr "Please see the file \"INSTALL.txt\"." - -#: mod/install.php:148 -msgid "Database already in use." -msgstr "Database already in use." - -#: mod/install.php:205 -msgid "System check" -msgstr "System check" - -#: mod/install.php:210 -msgid "Check again" -msgstr "Check again" - -#: mod/install.php:229 -msgid "Database connection" -msgstr "Database connection" - -#: mod/install.php:230 -msgid "" -"In order to install Friendica we need to know how to connect to your " -"database." -msgstr "In order to install Friendica we need to know how to connect to your database." - -#: mod/install.php:231 -msgid "" -"Please contact your hosting provider or site administrator if you have " -"questions about these settings." -msgstr "Please contact your hosting provider or site administrator if you have questions about these settings." - -#: mod/install.php:232 -msgid "" -"The database you specify below should already exist. If it does not, please " -"create it before continuing." -msgstr "The database you specify below should already exist. If it does not, please create it before continuing." - -#: mod/install.php:236 -msgid "Database Server Name" -msgstr "Database server name" - -#: mod/install.php:237 -msgid "Database Login Name" -msgstr "Database login name" - -#: mod/install.php:238 -msgid "Database Login Password" -msgstr "Database login password" - -#: mod/install.php:238 -msgid "For security reasons the password must not be empty" -msgstr "For security reasons the password must not be empty" - -#: mod/install.php:239 -msgid "Database Name" -msgstr "Database name" - -#: mod/install.php:240 mod/install.php:280 -msgid "Site administrator email address" -msgstr "Site administrator email address" - -#: mod/install.php:240 mod/install.php:280 -msgid "" -"Your account email address must match this in order to use the web admin " -"panel." -msgstr "Your account email address must match this in order to use the web admin panel." - -#: mod/install.php:244 mod/install.php:283 -msgid "Please select a default timezone for your website" -msgstr "Please select a default time zone for your website" - -#: mod/install.php:270 -msgid "Site settings" -msgstr "Site settings" - -#: mod/install.php:284 -msgid "System Language:" -msgstr "System language:" - -#: mod/install.php:284 -msgid "" -"Set the default language for your Friendica installation interface and to " -"send emails." -msgstr "Set the default language for your Friendica installation interface and email communication." - -#: mod/install.php:324 -msgid "Could not find a command line version of PHP in the web server PATH." -msgstr "Could not find a command line version of PHP in the web server PATH." - -#: mod/install.php:325 -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 'Setup the worker'" -msgstr "" - -#: mod/install.php:329 -msgid "PHP executable path" -msgstr "PHP executable path" - -#: mod/install.php:329 -msgid "" -"Enter full path to php executable. You can leave this blank to continue the " -"installation." -msgstr "Enter full path to php executable. You can leave this blank to continue the installation." - -#: mod/install.php:334 -msgid "Command line PHP" -msgstr "Command line PHP" - -#: mod/install.php:343 -msgid "PHP executable is not the php cli binary (could be cgi-fgci version)" -msgstr "PHP executable is not a php cli binary; it could possibly be a cgi-fgci version." - -#: mod/install.php:344 -msgid "Found PHP version: " -msgstr "Found PHP version: " - -#: mod/install.php:346 -msgid "PHP cli binary" -msgstr "PHP cli binary" - -#: mod/install.php:357 -msgid "" -"The command line version of PHP on your system does not have " -"\"register_argc_argv\" enabled." -msgstr "The command line version of PHP on your system does not have \"register_argc_argv\" enabled." - -#: mod/install.php:358 -msgid "This is required for message delivery to work." -msgstr "This is required for message delivery to work." - -#: mod/install.php:360 -msgid "PHP register_argc_argv" -msgstr "PHP register_argc_argv" - -#: mod/install.php:383 -msgid "" -"Error: the \"openssl_pkey_new\" function on this system is not able to " -"generate encryption keys" -msgstr "Error: the \"openssl_pkey_new\" function on this system is not able to generate encryption keys" - -#: mod/install.php:384 -msgid "" -"If running under Windows, please see " -"\"http://www.php.net/manual/en/openssl.installation.php\"." -msgstr "If running under Windows OS, please see \"http://www.php.net/manual/en/openssl.installation.php\"." - -#: mod/install.php:386 -msgid "Generate encryption keys" -msgstr "Generate encryption keys" - -#: mod/install.php:393 -msgid "libCurl PHP module" -msgstr "libCurl PHP module" - -#: mod/install.php:394 -msgid "GD graphics PHP module" -msgstr "GD graphics PHP module" - -#: mod/install.php:395 -msgid "OpenSSL PHP module" -msgstr "OpenSSL PHP module" - -#: mod/install.php:396 -msgid "PDO or MySQLi PHP module" -msgstr "PDO or MySQLi PHP module" - -#: mod/install.php:397 -msgid "mb_string PHP module" -msgstr "mb_string PHP module" - -#: mod/install.php:398 -msgid "XML PHP module" -msgstr "XML PHP module" - -#: mod/install.php:399 -msgid "iconv module" -msgstr "iconv module" - -#: mod/install.php:403 mod/install.php:405 -msgid "Apache mod_rewrite module" -msgstr "Apache mod_rewrite module" - -#: mod/install.php:403 -msgid "" -"Error: Apache webserver mod-rewrite module is required but not installed." -msgstr "Error: Apache web server mod-rewrite module is required but not installed." - -#: mod/install.php:411 -msgid "Error: libCURL PHP module required but not installed." -msgstr "Error: libCURL PHP module required but not installed." - -#: mod/install.php:415 -msgid "" -"Error: GD graphics PHP module with JPEG support required but not installed." -msgstr "Error: GD graphics PHP module with JPEG support required but not installed." - -#: mod/install.php:419 -msgid "Error: openssl PHP module required but not installed." -msgstr "Error: openssl PHP module required but not installed." - -#: mod/install.php:423 -msgid "Error: PDO or MySQLi PHP module required but not installed." -msgstr "Error: PDO or MySQLi PHP module required but not installed." - -#: mod/install.php:427 -msgid "Error: The MySQL driver for PDO is not installed." -msgstr "Error: MySQL driver for PDO is not installed." - -#: mod/install.php:431 -msgid "Error: mb_string PHP module required but not installed." -msgstr "Error: mb_string PHP module required but not installed." - -#: mod/install.php:435 -msgid "Error: iconv PHP module required but not installed." -msgstr "Error: iconv PHP module required but not installed." - -#: mod/install.php:445 -msgid "Error, XML PHP module required but not installed." -msgstr "Error, XML PHP module required but not installed." - -#: mod/install.php:457 -msgid "" -"The web installer needs to be able to create a file called \".htconfig.php\"" -" in the top folder of your web server and it is unable to do so." -msgstr "The web installer needs to be able to create a file called \".htconfig.php\" in the top-level directory of your web server, but it is unable to do so." - -#: mod/install.php:458 -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 "This is most often a permission setting issue, as the web server may not be able to write files in your directory - even if you can." - -#: mod/install.php:459 -msgid "" -"At the end of this procedure, we will give you a text to save in a file " -"named .htconfig.php in your Friendica top folder." -msgstr "At the end of this procedure, we will give you a text to save in a file named .htconfig.php in your Friendica top-level directory." - -#: mod/install.php:460 -msgid "" -"You can alternatively skip this procedure and perform a manual installation." -" Please see the file \"INSTALL.txt\" for instructions." -msgstr "Alternatively, you may skip this procedure and perform a manual installation. Please see the file \"INSTALL.txt\" for instructions." - -#: mod/install.php:463 -msgid ".htconfig.php is writable" -msgstr ".htconfig.php is writeable" - -#: mod/install.php:473 -msgid "" -"Friendica uses the Smarty3 template engine to render its web views. Smarty3 " -"compiles templates to PHP to speed up rendering." -msgstr "Friendica uses the Smarty3 template engine to render its web views. Smarty3 compiles templates to PHP to speed up rendering." - -#: mod/install.php:474 -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 "In order to store these compiled templates, the web server needs to have write access to the directory view/smarty3/ under the Friendica top-level directory." - -#: mod/install.php:475 -msgid "" -"Please ensure that the user that your web server runs as (e.g. www-data) has" -" write access to this folder." -msgstr "Please ensure the user (e.g. www-data) that your web server runs as has write access to this directory." - -#: mod/install.php:476 -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 "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." - -#: mod/install.php:479 -msgid "view/smarty3 is writable" -msgstr "view/smarty3 is writeable" - -#: mod/install.php:495 -msgid "" -"Url rewrite in .htaccess is not working. Check your server configuration." -msgstr "URL rewrite in .htaccess is not working. Check your server configuration." - -#: mod/install.php:497 -msgid "Url rewrite is working" -msgstr "URL rewrite is working" - -#: mod/install.php:516 -msgid "ImageMagick PHP extension is not installed" -msgstr "ImageMagick PHP extension is not installed" - -#: mod/install.php:518 -msgid "ImageMagick PHP extension is installed" -msgstr "ImageMagick PHP extension is installed" - -#: mod/install.php:520 -msgid "ImageMagick supports GIF" -msgstr "ImageMagick supports GIF" - -#: mod/install.php:527 -msgid "" -"The database configuration file \".htconfig.php\" could not be written. " -"Please use the enclosed text to create a configuration file in your web " -"server root." -msgstr "The database configuration file \".htconfig.php\" could not be written. Please use the enclosed text to create a configuration file in your web server root." - -#: mod/install.php:550 -msgid "

    What next

    " -msgstr "

    What next

    " - -#: mod/install.php:551 -msgid "" -"IMPORTANT: You will need to [manually] setup a scheduled task for the " -"worker." -msgstr "IMPORTANT: You will need to [manually] setup a scheduled task for the worker." - -#: mod/install.php:554 -#, php-format -msgid "" -"Go to your new Friendica node registration page " -"and register as new user. Remember to use the same email you have entered as" -" administrator email. This will allow you to enter the site admin panel." -msgstr "" - #: mod/invite.php:33 msgid "Total invitation limit exceeded." msgstr "Total invitation limit exceeded" @@ -5376,6 +2082,11 @@ msgstr "Send invitations" msgid "Enter email addresses, one per line:" msgstr "Enter email addresses, one per line:" +#: mod/invite.php:144 mod/wallmessage.php:141 mod/message.php:259 +#: mod/message.php:426 +msgid "Your message:" +msgstr "Your message:" + #: mod/invite.php:145 msgid "" "You are cordially invited to join me and other close friends on Friendica - " @@ -5397,36 +2108,232 @@ msgid "" "important, please visit http://friendi.ca" msgstr "For more information about the Friendica project and why we feel it is important, please visit http://friendi.ca" -#: mod/item.php:115 -msgid "Unable to locate original post." -msgstr "Unable to locate original post." +#: mod/wall_attach.php:24 mod/wall_attach.php:32 mod/wall_attach.php:83 +#: mod/wall_upload.php:38 mod/wall_upload.php:54 mod/wall_upload.php:112 +#: mod/wall_upload.php:155 mod/wall_upload.php:158 +msgid "Invalid request." +msgstr "Invalid request." -#: mod/item.php:275 -msgid "Empty post discarded." -msgstr "Empty post discarded." +#: mod/wall_attach.php:101 +msgid "Sorry, maybe your upload is bigger than the PHP configuration allows" +msgstr "Sorry, maybe your upload is bigger than the PHP configuration allows" -#: mod/item.php:802 +#: mod/wall_attach.php:101 +msgid "Or - did you try to upload an empty file?" +msgstr "Or did you try to upload an empty file?" + +#: mod/wall_attach.php:112 +#, php-format +msgid "File exceeds size limit of %s" +msgstr "File exceeds size limit of %s" + +#: mod/wall_attach.php:136 mod/wall_attach.php:152 +msgid "File upload failed." +msgstr "File upload failed." + +#: mod/manage.php:180 +msgid "Manage Identities and/or Pages" +msgstr "Manage Identities and Pages" + +#: mod/manage.php:181 +msgid "" +"Toggle between different identities or community/group pages which share " +"your account details or which you have been granted \"manage\" permissions" +msgstr "Accounts that I manage or own." + +#: mod/manage.php:182 +msgid "Select an identity to manage: " +msgstr "Select identity:" + +#: mod/dfrn_request.php:94 +msgid "This introduction has already been accepted." +msgstr "This introduction has already been accepted." + +#: mod/dfrn_request.php:112 mod/dfrn_request.php:359 +msgid "Profile location is not valid or does not contain profile information." +msgstr "Profile location is not valid or does not contain profile information." + +#: mod/dfrn_request.php:116 mod/dfrn_request.php:363 +msgid "Warning: profile location has no identifiable owner name." +msgstr "Warning: profile location has no identifiable owner name." + +#: mod/dfrn_request.php:119 mod/dfrn_request.php:366 +msgid "Warning: profile location has no profile photo." +msgstr "Warning: profile location has no profile photo." + +#: mod/dfrn_request.php:123 mod/dfrn_request.php:370 +#, php-format +msgid "%d required parameter was not found at the given location" +msgid_plural "%d required parameters were not found at the given location" +msgstr[0] "%d required parameter was not found at the given location" +msgstr[1] "%d required parameters were not found at the given location" + +#: mod/dfrn_request.php:162 +msgid "Introduction complete." +msgstr "Introduction complete." + +#: mod/dfrn_request.php:199 +msgid "Unrecoverable protocol error." +msgstr "Unrecoverable protocol error." + +#: mod/dfrn_request.php:226 +msgid "Profile unavailable." +msgstr "Profile unavailable." + +#: mod/dfrn_request.php:248 +#, php-format +msgid "%s has received too many connection requests today." +msgstr "%s has received too many connection requests today." + +#: mod/dfrn_request.php:249 +msgid "Spam protection measures have been invoked." +msgstr "Spam protection measures have been invoked." + +#: mod/dfrn_request.php:250 +msgid "Friends are advised to please try again in 24 hours." +msgstr "Friends are advised to please try again in 24 hours." + +#: mod/dfrn_request.php:280 +msgid "Invalid locator" +msgstr "Invalid locator" + +#: mod/dfrn_request.php:316 +msgid "You have already introduced yourself here." +msgstr "You have already introduced yourself here." + +#: mod/dfrn_request.php:319 +#, php-format +msgid "Apparently you are already friends with %s." +msgstr "Apparently you are already friends with %s." + +#: mod/dfrn_request.php:339 +msgid "Invalid profile URL." +msgstr "Invalid profile URL." + +#: mod/dfrn_request.php:345 src/Model/Contact.php:1223 +msgid "Disallowed profile URL." +msgstr "Disallowed profile URL." + +#: mod/dfrn_request.php:351 mod/friendica.php:128 mod/admin.php:353 +#: mod/admin.php:371 src/Model/Contact.php:1228 +msgid "Blocked domain" +msgstr "Blocked domain" + +#: mod/dfrn_request.php:419 mod/contacts.php:230 +msgid "Failed to update contact record." +msgstr "Failed to update contact record." + +#: mod/dfrn_request.php:439 +msgid "Your introduction has been sent." +msgstr "Your introduction has been sent." + +#: mod/dfrn_request.php:477 +msgid "" +"Remote subscription can't be done for your network. Please subscribe " +"directly on your system." +msgstr "Remote subscription can't be done for your network. Please subscribe directly on your system." + +#: mod/dfrn_request.php:493 +msgid "Please login to confirm introduction." +msgstr "Please login to confirm introduction." + +#: mod/dfrn_request.php:501 +msgid "" +"Incorrect identity currently logged in. Please login to " +"this profile." +msgstr "Incorrect identity currently logged in. Please login to this profile." + +#: mod/dfrn_request.php:515 mod/dfrn_request.php:532 +msgid "Confirm" +msgstr "Confirm" + +#: mod/dfrn_request.php:527 +msgid "Hide this contact" +msgstr "Hide this contact" + +#: mod/dfrn_request.php:530 +#, php-format +msgid "Welcome home %s." +msgstr "Welcome home %s." + +#: mod/dfrn_request.php:531 +#, php-format +msgid "Please confirm your introduction/connection request to %s." +msgstr "Please confirm your introduction/connection request to %s." + +#: mod/dfrn_request.php:607 mod/probe.php:13 mod/viewcontacts.php:45 +#: mod/webfinger.php:16 mod/search.php:98 mod/search.php:104 +#: mod/community.php:27 mod/photos.php:932 mod/videos.php:199 +#: mod/display.php:203 mod/directory.php:42 +msgid "Public access denied." +msgstr "Public access denied." + +#: mod/dfrn_request.php:642 +msgid "" +"Please enter your 'Identity Address' from one of the following supported " +"communications networks:" +msgstr "Please enter your 'Identity address' from one of the following supported communications networks:" + +#: mod/dfrn_request.php:645 #, php-format msgid "" -"This message was sent to you by %s, a member of the Friendica social " -"network." -msgstr "This message was sent to you by %s, a member of the Friendica social network." +"If you are not yet a member of the free social web, follow " +"this link to find a public Friendica site and join us today." +msgstr "If you are not yet part of the free social web, follow this link to find a public Friendica site and join us today." -#: mod/item.php:804 -#, php-format -msgid "You may visit them online at %s" -msgstr "You may visit them online at %s" +#: mod/dfrn_request.php:650 +msgid "Friend/Connection Request" +msgstr "Friend/Connection request" -#: mod/item.php:805 +#: mod/dfrn_request.php:651 msgid "" -"Please contact the sender by replying to this post if you do not wish to " -"receive these messages." -msgstr "Please contact the sender by replying to this post if you do not wish to receive these messages." +"Examples: jojo@demo.friendica.com, http://demo.friendica.com/profile/jojo, " +"testuser@gnusocial.de" +msgstr "Examples: jojo@demo.friendi.ca, http://demo.friendi.ca/profile/jojo, user@gnusocial.de" -#: mod/item.php:809 +#: mod/dfrn_request.php:652 mod/follow.php:149 +msgid "Please answer the following:" +msgstr "Please answer the following:" + +#: mod/dfrn_request.php:653 mod/follow.php:150 #, php-format -msgid "%s posted an update." -msgstr "%s posted an update." +msgid "Does %s know you?" +msgstr "Does %s know you?" + +#: mod/dfrn_request.php:654 mod/follow.php:151 +msgid "Add a personal note:" +msgstr "Add a personal note:" + +#: mod/dfrn_request.php:656 src/Content/ContactSelector.php:79 +msgid "Friendica" +msgstr "Friendica" + +#: mod/dfrn_request.php:657 +msgid "GNU Social (Pleroma, Mastodon)" +msgstr "GNU Social (Pleroma, Mastodon)" + +#: mod/dfrn_request.php:658 +msgid "Diaspora (Socialhome, Hubzilla)" +msgstr "Diaspora (Socialhome, Hubzilla)" + +#: mod/dfrn_request.php:659 +#, php-format +msgid "" +" - please do not use this form. Instead, enter %s into your Diaspora search" +" bar." +msgstr " - please do not use this form. Instead, enter %s into your Diaspora search bar." + +#: mod/dfrn_request.php:660 mod/unfollow.php:113 mod/follow.php:157 +msgid "Your Identity Address:" +msgstr "My identity address:" + +#: mod/dfrn_request.php:662 mod/unfollow.php:65 mod/follow.php:62 +msgid "Submit Request" +msgstr "Submit request" + +#: mod/localtime.php:19 src/Model/Event.php:36 src/Model/Event.php:814 +msgid "l F d, Y \\@ g:i A" +msgstr "l F d, Y \\@ g:i A" #: mod/localtime.php:33 msgid "Time Conversion" @@ -5457,171 +2364,451 @@ msgstr "Converted local time: %s" msgid "Please select your timezone:" msgstr "Please select your time zone:" -#: mod/lostpass.php:27 -msgid "No valid account found." -msgstr "No valid account found." +#: mod/probe.php:14 mod/webfinger.php:17 +msgid "Only logged in users are permitted to perform a probing." +msgstr "Only logged in users are permitted to perform a probing." -#: mod/lostpass.php:39 -msgid "Password reset request issued. Check your email." -msgstr "Password reset request issued. Please check your email." +#: mod/profperm.php:28 mod/group.php:83 index.php:415 +msgid "Permission denied" +msgstr "Permission denied" -#: mod/lostpass.php:45 +#: mod/profperm.php:34 mod/profperm.php:65 +msgid "Invalid profile identifier." +msgstr "Invalid profile identifier." + +#: mod/profperm.php:111 +msgid "Profile Visibility Editor" +msgstr "Profile Visibility Editor" + +#: mod/profperm.php:115 mod/group.php:265 +msgid "Click on a contact to add or remove." +msgstr "Click on a contact to add or remove it." + +#: mod/profperm.php:124 +msgid "Visible To" +msgstr "Visible to" + +#: mod/profperm.php:140 +msgid "All Contacts (with secure profile access)" +msgstr "All contacts with secure profile access" + +#: mod/regmod.php:68 +msgid "Account approved." +msgstr "Account approved." + +#: mod/regmod.php:93 +#, php-format +msgid "Registration revoked for %s" +msgstr "Registration revoked for %s" + +#: mod/regmod.php:102 +msgid "Please login." +msgstr "Please login." + +#: mod/removeme.php:55 mod/removeme.php:58 +msgid "Remove My Account" +msgstr "Remove My Account" + +#: mod/removeme.php:56 +msgid "" +"This will completely remove your account. Once this has been done it is not " +"recoverable." +msgstr "This will completely remove your account. Once this has been done it is not recoverable." + +#: mod/removeme.php:57 +msgid "Please enter your password for verification:" +msgstr "Please enter your password for verification:" + +#: mod/viewcontacts.php:87 +msgid "No contacts." +msgstr "No contacts." + +#: mod/viewsrc.php:12 +msgid "Access denied." +msgstr "Access denied." + +#: mod/wallmessage.php:49 mod/wallmessage.php:112 +#, php-format +msgid "Number of daily wall messages for %s exceeded. Message failed." +msgstr "Number of daily wall messages for %s exceeded. Message failed." + +#: mod/wallmessage.php:57 mod/message.php:73 +msgid "No recipient selected." +msgstr "No recipient selected." + +#: mod/wallmessage.php:60 +msgid "Unable to check your home location." +msgstr "Unable to check your home location." + +#: mod/wallmessage.php:63 mod/message.php:80 +msgid "Message could not be sent." +msgstr "Message could not be sent." + +#: mod/wallmessage.php:66 mod/message.php:83 +msgid "Message collection failure." +msgstr "Message collection failure." + +#: mod/wallmessage.php:69 mod/message.php:86 +msgid "Message sent." +msgstr "Message sent." + +#: mod/wallmessage.php:86 mod/wallmessage.php:95 +msgid "No recipient." +msgstr "No recipient." + +#: mod/wallmessage.php:132 mod/message.php:250 +msgid "Send Private Message" +msgstr "Send private message" + +#: mod/wallmessage.php:133 #, 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 "" +"If you wish for %s to respond, please check that the privacy settings on " +"your site allow private mail from unknown senders." +msgstr "If you wish for %s to respond, please check that the privacy settings on your site allow private mail from unknown senders." -#: mod/lostpass.php:56 +#: mod/wallmessage.php:134 mod/message.php:251 mod/message.php:421 +msgid "To:" +msgstr "To:" + +#: mod/wallmessage.php:135 mod/message.php:255 mod/message.php:423 +msgid "Subject:" +msgstr "Subject:" + +#: mod/uexport.php:44 +msgid "Export account" +msgstr "Export account" + +#: mod/uexport.php:44 +msgid "" +"Export your account info and contacts. Use this to make a backup of your " +"account and/or to move it to another server." +msgstr "Export your account info and contacts. Use this to backup your account or to move it to another server." + +#: mod/uexport.php:45 +msgid "Export all" +msgstr "Export all" + +#: mod/uexport.php:45 +msgid "" +"Export your accout info, contacts and all your items as json. Could be a " +"very big file, and could take a lot of time. Use this to make a full backup " +"of your account (photos are not exported)" +msgstr "Export your account info, contacts and all your items as json. Could be a very big file, and could take a lot of time. Use this to make a full backup of your account (photos are not exported)" + +#: mod/uexport.php:52 mod/settings.php:107 +msgid "Export personal data" +msgstr "Export personal data" + +#: mod/filer.php:34 +msgid "- select -" +msgstr "- select -" + +#: mod/notify.php:77 +msgid "No more system notifications." +msgstr "No more system notifications." + +#: mod/ping.php:292 +msgid "{0} wants to be your friend" +msgstr "{0} wants to be your friend" + +#: mod/ping.php:307 +msgid "{0} sent you a message" +msgstr "{0} sent you a message" + +#: mod/ping.php:322 +msgid "{0} requested registration" +msgstr "{0} requested registration" + +#: mod/poke.php:192 +msgid "Poke/Prod" +msgstr "Poke/Prod" + +#: mod/poke.php:193 +msgid "poke, prod or do other things to somebody" +msgstr "Poke, prod or do other things to somebody" + +#: mod/poke.php:194 +msgid "Recipient" +msgstr "Recipient:" + +#: mod/poke.php:195 +msgid "Choose what you wish to do to recipient" +msgstr "Choose what you wish to do:" + +#: mod/poke.php:198 +msgid "Make this post private" +msgstr "Make this post private" + +#: mod/subthread.php:113 +#, php-format +msgid "%1$s is following %2$s's %3$s" +msgstr "%1$s is following %2$s's %3$s" + +#: mod/tagrm.php:47 +msgid "Tag removed" +msgstr "Tag removed" + +#: mod/tagrm.php:85 +msgid "Remove Item Tag" +msgstr "Remove Item tag" + +#: mod/tagrm.php:87 +msgid "Select a tag to remove: " +msgstr "Select a tag to remove: " + +#: mod/tagrm.php:98 mod/delegate.php:177 +msgid "Remove" +msgstr "Remove" + +#: mod/wall_upload.php:186 mod/photos.php:763 mod/photos.php:766 +#: mod/photos.php:795 mod/profile_photo.php:153 +#, php-format +msgid "Image exceeds size limit of %s" +msgstr "Image exceeds size limit of %s" + +#: mod/wall_upload.php:200 mod/photos.php:818 mod/profile_photo.php:162 +msgid "Unable to process image." +msgstr "Unable to process image." + +#: mod/wall_upload.php:231 mod/item.php:471 src/Object/Image.php:953 +#: src/Object/Image.php:969 src/Object/Image.php:977 src/Object/Image.php:1002 +msgid "Wall Photos" +msgstr "Wall photos" + +#: mod/wall_upload.php:239 mod/photos.php:847 mod/profile_photo.php:307 +msgid "Image upload failed." +msgstr "Image upload failed." + +#: mod/search.php:37 mod/network.php:194 +msgid "Remove term" +msgstr "Remove term" + +#: mod/search.php:46 mod/network.php:201 src/Content/Feature.php:100 +msgid "Saved Searches" +msgstr "Saved searches" + +#: mod/search.php:105 +msgid "Only logged in users are permitted to perform a search." +msgstr "Only logged in users are permitted to perform a search." + +#: mod/search.php:129 +msgid "Too Many Requests" +msgstr "Too many requests" + +#: mod/search.php:130 +msgid "Only one search per minute is permitted for not logged in users." +msgstr "Only one search per minute is permitted for not logged in users." + +#: mod/search.php:228 mod/community.php:136 +msgid "No results." +msgstr "No results." + +#: mod/search.php:234 +#, php-format +msgid "Items tagged with: %s" +msgstr "Items tagged with: %s" + +#: mod/search.php:236 mod/contacts.php:819 +#, php-format +msgid "Results for: %s" +msgstr "Results for: %s" + +#: mod/bookmarklet.php:23 src/Content/Nav.php:114 src/Module/Login.php:312 +msgid "Login" +msgstr "Login" + +#: mod/bookmarklet.php:51 +msgid "The post was created" +msgstr "The post was created" + +#: mod/community.php:46 +msgid "Community option not available." +msgstr "Community option not available." + +#: mod/community.php:63 +msgid "Not available." +msgstr "Not available." + +#: mod/community.php:76 +msgid "Local Community" +msgstr "Local community" + +#: mod/community.php:79 +msgid "Posts from local users on this server" +msgstr "Posts from local users on this server" + +#: mod/community.php:87 +msgid "Global Community" +msgstr "Global Community" + +#: mod/community.php:90 +msgid "Posts from users of the whole federated network" +msgstr "Posts from users of the whole federated network" + +#: mod/community.php:180 +msgid "" +"This community stream shows all public posts received by this node. They may" +" not reflect the opinions of this node’s users." +msgstr "This community stream shows all public posts received by this node. They may not reflect the opinions of this node’s users." + +#: mod/editpost.php:25 mod/editpost.php:35 +msgid "Item not found" +msgstr "Item not found" + +#: mod/editpost.php:42 +msgid "Edit post" +msgstr "Edit post" + +#: mod/editpost.php:134 src/Core/ACL.php:315 +msgid "CC: email addresses" +msgstr "CC: email addresses" + +#: mod/editpost.php:141 src/Core/ACL.php:316 +msgid "Example: bob@example.com, mary@example.com" +msgstr "Example: bob@example.com, mary@example.com" + +#: mod/feedtest.php:20 +msgid "You must be logged in to use this module" +msgstr "You must be logged in to use this module" + +#: mod/feedtest.php:48 +msgid "Source URL" +msgstr "Source URL" + +#: mod/fsuggest.php:72 +msgid "Friend suggestion sent." +msgstr "Friend suggestion sent" + +#: mod/fsuggest.php:101 +msgid "Suggest Friends" +msgstr "Suggest friends" + +#: mod/fsuggest.php:103 +#, php-format +msgid "Suggest a friend for %s" +msgstr "Suggest a friend for %s" + +#: mod/group.php:36 +msgid "Group created." +msgstr "Group created." + +#: mod/group.php:42 +msgid "Could not create group." +msgstr "Could not create group." + +#: mod/group.php:56 mod/group.php:157 +msgid "Group not found." +msgstr "Group not found." + +#: mod/group.php:70 +msgid "Group name changed." +msgstr "Group name changed." + +#: mod/group.php:97 +msgid "Save Group" +msgstr "Save group" + +#: mod/group.php:102 +msgid "Create a group of contacts/friends." +msgstr "Create a group of contacts/friends." + +#: mod/group.php:103 mod/group.php:199 src/Model/Group.php:408 +msgid "Group Name: " +msgstr "Group name: " + +#: mod/group.php:127 +msgid "Group removed." +msgstr "Group removed." + +#: mod/group.php:129 +msgid "Unable to remove group." +msgstr "Unable to remove group." + +#: mod/group.php:192 +msgid "Delete Group" +msgstr "Delete group" + +#: mod/group.php:198 +msgid "Group Editor" +msgstr "Group Editor" + +#: mod/group.php:203 +msgid "Edit Group Name" +msgstr "Edit group name" + +#: mod/group.php:213 +msgid "Members" +msgstr "Members" + +#: mod/group.php:215 mod/contacts.php:719 +msgid "All Contacts" +msgstr "All contacts" + +#: mod/group.php:216 mod/network.php:639 +msgid "Group is empty" +msgstr "Group is empty" + +#: mod/group.php:229 +msgid "Remove Contact" +msgstr "Remove contact" + +#: mod/group.php:253 +msgid "Add Contact" +msgstr "Add contact" + +#: mod/item.php:114 +msgid "Unable to locate original post." +msgstr "Unable to locate original post." + +#: mod/item.php:274 +msgid "Empty post discarded." +msgstr "Empty post discarded." + +#: mod/item.php:799 #, 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 "" +"This message was sent to you by %s, a member of the Friendica social " +"network." +msgstr "This message was sent to you by %s, a member of the Friendica social network." -#: mod/lostpass.php:72 +#: mod/item.php:801 #, php-format -msgid "Password reset requested at %s" -msgstr "Password reset requested at %s" +msgid "You may visit them online at %s" +msgstr "You may visit them online at %s" -#: mod/lostpass.php:88 +#: mod/item.php:802 msgid "" -"Request could not be verified. (You may have previously submitted it.) " -"Password reset failed." -msgstr "Request could not be verified. (You may have previously submitted it.) Password reset failed." +"Please contact the sender by replying to this post if you do not wish to " +"receive these messages." +msgstr "Please contact the sender by replying to this post if you do not wish to receive these messages." -#: mod/lostpass.php:101 -msgid "Request has expired, please make a new one." -msgstr "" - -#: mod/lostpass.php:116 -msgid "Forgot your Password?" -msgstr "Reset My Password" - -#: mod/lostpass.php:117 -msgid "" -"Enter your email address and submit to have your password reset. Then check " -"your email for further instructions." -msgstr "Enter email address or nickname to reset your password. You will receive further instruction via email." - -#: mod/lostpass.php:118 src/Module/Login.php:314 -msgid "Nickname or Email: " -msgstr "Nickname or email: " - -#: mod/lostpass.php:119 -msgid "Reset" -msgstr "Reset" - -#: mod/lostpass.php:134 src/Module/Login.php:326 -msgid "Password Reset" -msgstr "Forgotten password?" - -#: mod/lostpass.php:135 -msgid "Your password has been reset as requested." -msgstr "Your password has been reset as requested." - -#: mod/lostpass.php:136 -msgid "Your new password is" -msgstr "Your new password is" - -#: mod/lostpass.php:137 -msgid "Save or copy your new password - and then" -msgstr "Save or copy your new password - and then" - -#: mod/lostpass.php:138 -msgid "click here to login" -msgstr "click here to login" - -#: mod/lostpass.php:139 -msgid "" -"Your password may be changed from the Settings page after " -"successful login." -msgstr "Your password may be changed from the Settings page after successful login." - -#: mod/lostpass.php:147 +#: mod/item.php:806 #, 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 "" +msgid "%s posted an update." +msgstr "%s posted an update." -#: mod/lostpass.php:153 -#, 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:166 -#, php-format -msgid "Your password has been changed at %s" -msgstr "Your password has been changed at %s" - -#: mod/manage.php:180 -msgid "Manage Identities and/or Pages" -msgstr "Manage Identities and Pages" - -#: mod/manage.php:181 -msgid "" -"Toggle between different identities or community/group pages which share " -"your account details or which you have been granted \"manage\" permissions" -msgstr "Accounts that I manage or own." - -#: mod/manage.php:182 -msgid "Select an identity to manage: " -msgstr "Select identity:" - -#: mod/message.php:29 src/Content/Nav.php:198 +#: mod/message.php:30 src/Content/Nav.php:198 msgid "New Message" msgstr "New Message" -#: mod/message.php:76 +#: mod/message.php:77 msgid "Unable to locate contact information." msgstr "Unable to locate contact information." -#: mod/message.php:111 view/theme/frio/theme.php:267 src/Content/Nav.php:195 +#: mod/message.php:112 src/Content/Nav.php:195 view/theme/frio/theme.php:268 msgid "Messages" msgstr "Messages" -#: mod/message.php:135 +#: mod/message.php:136 msgid "Do you really want to delete this message?" msgstr "Do you really want to delete this message?" -#: mod/message.php:155 +#: mod/message.php:156 msgid "Message deleted." msgstr "Message deleted." -#: mod/message.php:184 +#: mod/message.php:185 msgid "Conversation removed." msgstr "Conversation removed." @@ -5633,59 +2820,51 @@ msgstr "No messages." msgid "Message not available." msgstr "Message not available." -#: mod/message.php:399 +#: mod/message.php:397 msgid "Delete message" msgstr "Delete message" -#: mod/message.php:416 mod/message.php:499 +#: mod/message.php:399 mod/message.php:500 +msgid "D, d M Y - g:i A" +msgstr "D, d M Y - g:i A" + +#: mod/message.php:414 mod/message.php:497 msgid "Delete conversation" msgstr "Delete conversation" -#: mod/message.php:418 +#: mod/message.php:416 msgid "" "No secure communications available. You may be able to " "respond from the sender's profile page." msgstr "No secure communications available. You may be able to respond from the sender's profile page." -#: mod/message.php:422 +#: mod/message.php:420 msgid "Send Reply" msgstr "Send reply" -#: mod/message.php:473 +#: mod/message.php:471 #, php-format msgid "Unknown sender - %s" msgstr "Unknown sender - %s" -#: mod/message.php:475 +#: mod/message.php:473 #, php-format msgid "You and %s" msgstr "Me and %s" -#: mod/message.php:477 +#: mod/message.php:475 #, php-format msgid "%s and You" msgstr "%s and me" -#: mod/message.php:502 -msgid "D, d M Y - g:i A" -msgstr "D, d M Y - g:i A" - -#: mod/message.php:505 +#: mod/message.php:503 #, php-format msgid "%d message" msgid_plural "%d messages" msgstr[0] "%d message" msgstr[1] "%d messages" -#: mod/network.php:194 mod/search.php:37 -msgid "Remove term" -msgstr "Remove term" - -#: mod/network.php:201 mod/search.php:46 src/Content/Feature.php:100 -msgid "Saved Searches" -msgstr "Saved searches" - -#: mod/network.php:202 src/Model/Group.php:401 +#: mod/network.php:202 src/Model/Group.php:400 msgid "add" msgstr "add" @@ -5721,1933 +2900,4717 @@ msgstr "Private messages to this person are at risk of public disclosure." msgid "Invalid contact." msgstr "Invalid contact." -#: mod/network.php:917 +#: mod/network.php:921 msgid "Commented Order" msgstr "Commented last" -#: mod/network.php:920 +#: mod/network.php:924 msgid "Sort by Comment Date" msgstr "Sort by comment date" -#: mod/network.php:925 +#: mod/network.php:929 msgid "Posted Order" msgstr "Posted last" -#: mod/network.php:928 +#: mod/network.php:932 msgid "Sort by Post Date" msgstr "Sort by post date" -#: mod/network.php:936 mod/profiles.php:700 +#: mod/network.php:940 mod/profiles.php:687 #: src/Core/NotificationsManager.php:185 msgid "Personal" msgstr "Personal" -#: mod/network.php:939 +#: mod/network.php:943 msgid "Posts that mention or involve you" msgstr "Posts mentioning or involving me" -#: mod/network.php:947 +#: mod/network.php:951 msgid "New" msgstr "New" -#: mod/network.php:950 +#: mod/network.php:954 msgid "Activity Stream - by date" msgstr "Activity Stream - by date" -#: mod/network.php:958 +#: mod/network.php:962 msgid "Shared Links" msgstr "Shared links" -#: mod/network.php:961 +#: mod/network.php:965 msgid "Interesting Links" msgstr "Interesting links" -#: mod/network.php:969 +#: mod/network.php:973 msgid "Starred" msgstr "Starred" -#: mod/network.php:972 +#: mod/network.php:976 msgid "Favourite Posts" msgstr "My favourite posts" -#: mod/notify.php:77 -msgid "No more system notifications." -msgstr "No more system notifications." +#: mod/notes.php:52 src/Model/Profile.php:946 +msgid "Personal Notes" +msgstr "Personal notes" -#: mod/photos.php:109 src/Model/Profile.php:892 +#: mod/oexchange.php:30 +msgid "Post successful." +msgstr "Post successful." + +#: mod/photos.php:108 src/Model/Profile.php:907 msgid "Photo Albums" msgstr "Photo Albums" -#: mod/photos.php:110 mod/photos.php:1715 +#: mod/photos.php:109 mod/photos.php:1713 msgid "Recent Photos" msgstr "Recent photos" -#: mod/photos.php:113 mod/photos.php:1212 mod/photos.php:1717 +#: mod/photos.php:112 mod/photos.php:1210 mod/photos.php:1715 msgid "Upload New Photos" msgstr "Upload new photos" -#: mod/photos.php:127 mod/settings.php:49 +#: mod/photos.php:126 mod/settings.php:50 msgid "everybody" msgstr "everybody" -#: mod/photos.php:185 +#: mod/photos.php:184 msgid "Contact information unavailable" msgstr "Contact information unavailable" -#: mod/photos.php:205 +#: mod/photos.php:204 msgid "Album not found." msgstr "Album not found." -#: mod/photos.php:235 mod/photos.php:246 mod/photos.php:1163 +#: mod/photos.php:234 mod/photos.php:245 mod/photos.php:1161 msgid "Delete Album" msgstr "Delete album" -#: mod/photos.php:244 +#: mod/photos.php:243 msgid "Do you really want to delete this photo album and all its photos?" msgstr "Do you really want to delete this photo album and all its photos?" -#: mod/photos.php:311 mod/photos.php:322 mod/photos.php:1448 +#: mod/photos.php:310 mod/photos.php:321 mod/photos.php:1446 msgid "Delete Photo" msgstr "Delete photo" -#: mod/photos.php:320 +#: mod/photos.php:319 msgid "Do you really want to delete this photo?" msgstr "Do you really want to delete this photo?" -#: mod/photos.php:668 +#: mod/photos.php:667 msgid "a photo" msgstr "a photo" -#: mod/photos.php:668 +#: mod/photos.php:667 #, php-format msgid "%1$s was tagged in %2$s by %3$s" msgstr "%1$s was tagged in %2$s by %3$s" -#: mod/photos.php:770 +#: mod/photos.php:769 msgid "Image upload didn't complete, please try again" -msgstr "" +msgstr "Image upload didn't complete, please try again" -#: mod/photos.php:773 +#: mod/photos.php:772 msgid "Image file is missing" -msgstr "" +msgstr "Image file is missing" -#: mod/photos.php:778 +#: mod/photos.php:777 msgid "" "Server can't accept new file upload at this time, please contact your " "administrator" -msgstr "" +msgstr "Server can't accept new file upload at this time, please contact your administrator" -#: mod/photos.php:804 +#: mod/photos.php:803 msgid "Image file is empty." msgstr "Image file is empty." -#: mod/photos.php:942 +#: mod/photos.php:940 msgid "No photos selected" msgstr "No photos selected" -#: mod/photos.php:1038 mod/videos.php:313 +#: mod/photos.php:1036 mod/videos.php:309 msgid "Access to this item is restricted." msgstr "Access to this item is restricted." -#: mod/photos.php:1092 +#: mod/photos.php:1090 msgid "Upload Photos" msgstr "Upload photos" -#: mod/photos.php:1096 mod/photos.php:1158 +#: mod/photos.php:1094 mod/photos.php:1156 msgid "New album name: " msgstr "New album name: " -#: mod/photos.php:1097 +#: mod/photos.php:1095 msgid "or existing album name: " msgstr "or existing album name: " -#: mod/photos.php:1098 +#: mod/photos.php:1096 msgid "Do not show a status post for this upload" msgstr "Do not show a status post for this upload" -#: mod/photos.php:1108 mod/photos.php:1451 mod/settings.php:1233 +#: mod/photos.php:1098 mod/photos.php:1441 mod/events.php:533 +#: src/Core/ACL.php:318 +msgid "Permissions" +msgstr "Permissions" + +#: mod/photos.php:1106 mod/photos.php:1449 mod/settings.php:1229 msgid "Show to Groups" msgstr "Show to groups" -#: mod/photos.php:1109 mod/photos.php:1452 mod/settings.php:1234 +#: mod/photos.php:1107 mod/photos.php:1450 mod/settings.php:1230 msgid "Show to Contacts" msgstr "Show to contacts" -#: mod/photos.php:1169 +#: mod/photos.php:1167 msgid "Edit Album" msgstr "Edit album" -#: mod/photos.php:1174 +#: mod/photos.php:1172 msgid "Show Newest First" msgstr "Show newest first" -#: mod/photos.php:1176 +#: mod/photos.php:1174 msgid "Show Oldest First" msgstr "Show oldest first" -#: mod/photos.php:1197 mod/photos.php:1700 +#: mod/photos.php:1195 mod/photos.php:1698 msgid "View Photo" msgstr "View photo" -#: mod/photos.php:1238 +#: mod/photos.php:1236 msgid "Permission denied. Access to this item may be restricted." msgstr "Permission denied. Access to this item may be restricted." -#: mod/photos.php:1240 +#: mod/photos.php:1238 msgid "Photo not available" msgstr "Photo not available" -#: mod/photos.php:1303 +#: mod/photos.php:1301 msgid "View photo" msgstr "View photo" -#: mod/photos.php:1303 +#: mod/photos.php:1301 msgid "Edit photo" msgstr "Edit photo" -#: mod/photos.php:1304 +#: mod/photos.php:1302 msgid "Use as profile photo" msgstr "Use as profile photo" -#: mod/photos.php:1310 src/Object/Post.php:148 +#: mod/photos.php:1308 src/Object/Post.php:149 msgid "Private Message" msgstr "Private message" -#: mod/photos.php:1329 +#: mod/photos.php:1327 msgid "View Full Size" msgstr "View full size" -#: mod/photos.php:1416 +#: mod/photos.php:1414 msgid "Tags: " msgstr "Tags: " -#: mod/photos.php:1419 +#: mod/photos.php:1417 msgid "[Remove any tag]" msgstr "[Remove any tag]" -#: mod/photos.php:1434 +#: mod/photos.php:1432 msgid "New album name" msgstr "New album name" -#: mod/photos.php:1435 +#: mod/photos.php:1433 msgid "Caption" msgstr "Caption" -#: mod/photos.php:1436 +#: mod/photos.php:1434 msgid "Add a Tag" msgstr "Add Tag" -#: mod/photos.php:1436 +#: mod/photos.php:1434 msgid "" "Example: @bob, @Barbara_Jensen, @jim@example.com, #California, #camping" msgstr "Example: @bob, @jojo@example.com, #California, #camping" -#: mod/photos.php:1437 +#: mod/photos.php:1435 msgid "Do not rotate" msgstr "Do not rotate" -#: mod/photos.php:1438 +#: mod/photos.php:1436 msgid "Rotate CW (right)" msgstr "Rotate right (CW)" -#: mod/photos.php:1439 +#: mod/photos.php:1437 msgid "Rotate CCW (left)" msgstr "Rotate left (CCW)" -#: mod/photos.php:1473 src/Object/Post.php:295 +#: mod/photos.php:1471 src/Object/Post.php:296 msgid "I like this (toggle)" msgstr "I like this (toggle)" -#: mod/photos.php:1474 src/Object/Post.php:296 +#: mod/photos.php:1472 src/Object/Post.php:297 msgid "I don't like this (toggle)" msgstr "I don't like this (toggle)" -#: mod/photos.php:1490 mod/photos.php:1529 mod/photos.php:1602 -#: src/Object/Post.php:785 +#: mod/photos.php:1488 mod/photos.php:1527 mod/photos.php:1600 +#: mod/contacts.php:953 src/Object/Post.php:793 msgid "This is you" msgstr "This is me" -#: mod/photos.php:1492 mod/photos.php:1531 mod/photos.php:1604 -#: src/Object/Post.php:391 src/Object/Post.php:787 +#: mod/photos.php:1490 mod/photos.php:1529 mod/photos.php:1602 +#: src/Object/Post.php:399 src/Object/Post.php:795 msgid "Comment" msgstr "Comment" -#: mod/photos.php:1636 +#: mod/photos.php:1634 msgid "Map" msgstr "Map" -#: mod/photos.php:1706 mod/videos.php:391 +#: mod/photos.php:1704 mod/videos.php:387 msgid "View Album" msgstr "View album" -#: mod/ping.php:292 -msgid "{0} wants to be your friend" -msgstr "{0} wants to be your friend" - -#: mod/ping.php:307 -msgid "{0} sent you a message" -msgstr "{0} sent you a message" - -#: mod/ping.php:322 -msgid "{0} requested registration" -msgstr "{0} requested registration" - -#: mod/poke.php:196 -msgid "Poke/Prod" -msgstr "Poke/Prod" - -#: mod/poke.php:197 -msgid "poke, prod or do other things to somebody" -msgstr "Poke, prod or do other things to somebody" - -#: mod/poke.php:198 -msgid "Recipient" -msgstr "Recipient:" - -#: mod/poke.php:199 -msgid "Choose what you wish to do to recipient" -msgstr "Choose what you wish to do:" - -#: mod/poke.php:202 -msgid "Make this post private" -msgstr "Make this post private" - -#: mod/profile.php:36 src/Model/Profile.php:118 +#: mod/profile.php:37 src/Model/Profile.php:118 msgid "Requested profile is not available." msgstr "Requested profile is unavailable." -#: mod/profile.php:77 src/Protocol/OStatus.php:1256 +#: mod/profile.php:78 src/Protocol/OStatus.php:1252 #, php-format msgid "%s's posts" -msgstr "" +msgstr "%s's posts" -#: mod/profile.php:78 src/Protocol/OStatus.php:1257 +#: mod/profile.php:79 src/Protocol/OStatus.php:1253 #, php-format msgid "%s's comments" -msgstr "" +msgstr "%s's comments" -#: mod/profile.php:79 src/Protocol/OStatus.php:1255 +#: mod/profile.php:80 src/Protocol/OStatus.php:1251 #, php-format msgid "%s's timeline" -msgstr "" +msgstr "%s's timeline" -#: mod/profile.php:195 +#: mod/profile.php:173 mod/display.php:313 mod/cal.php:142 +msgid "Access to this profile has been restricted." +msgstr "Access to this profile has been restricted." + +#: mod/profile.php:194 msgid "Tips for New Members" msgstr "Tips for New Members" -#: mod/profile_photo.php:54 +#: mod/videos.php:139 +msgid "Do you really want to delete this video?" +msgstr "Do you really want to delete this video?" + +#: mod/videos.php:144 +msgid "Delete Video" +msgstr "Delete video" + +#: mod/videos.php:207 +msgid "No videos selected" +msgstr "No videos selected" + +#: mod/videos.php:396 +msgid "Recent Videos" +msgstr "Recent videos" + +#: mod/videos.php:398 +msgid "Upload New Videos" +msgstr "Upload new videos" + +#: mod/delegate.php:37 +msgid "Parent user not found." +msgstr "Parent user not found." + +#: mod/delegate.php:144 +msgid "No parent user" +msgstr "No parent user" + +#: mod/delegate.php:159 +msgid "Parent Password:" +msgstr "Parent password:" + +#: mod/delegate.php:159 +msgid "" +"Please enter the password of the parent account to legitimize your request." +msgstr "Please enter the password of the parent account to authorise this request." + +#: mod/delegate.php:164 +msgid "Parent User" +msgstr "Parent user" + +#: mod/delegate.php:167 +msgid "" +"Parent users have total control about this account, including the account " +"settings. Please double check whom you give this access." +msgstr "Parent users have total control of this account, including core settings. Please double-check whom you grant such access." + +#: mod/delegate.php:168 mod/admin.php:307 mod/admin.php:1346 +#: mod/admin.php:1965 mod/admin.php:2218 mod/admin.php:2292 mod/admin.php:2439 +#: mod/settings.php:675 mod/settings.php:784 mod/settings.php:872 +#: mod/settings.php:961 mod/settings.php:1194 +msgid "Save Settings" +msgstr "Save settings" + +#: mod/delegate.php:169 src/Content/Nav.php:204 +msgid "Delegate Page Management" +msgstr "Delegate Page Management" + +#: mod/delegate.php:170 +msgid "Delegates" +msgstr "Delegates" + +#: mod/delegate.php:172 +msgid "" +"Delegates are able to manage all aspects of this account/page except for " +"basic account settings. Please do not delegate your personal account to " +"anybody that you do not trust completely." +msgstr "Delegates are able to manage all aspects of this account except for key setting features. Please do not delegate your personal account to anybody that you do not trust completely." + +#: mod/delegate.php:173 +msgid "Existing Page Delegates" +msgstr "Existing page delegates" + +#: mod/delegate.php:175 +msgid "Potential Delegates" +msgstr "Potential delegates" + +#: mod/delegate.php:178 +msgid "Add" +msgstr "Add" + +#: mod/delegate.php:179 +msgid "No entries." +msgstr "No entries." + +#: mod/dirfind.php:49 +#, php-format +msgid "People Search - %s" +msgstr "People search - %s" + +#: mod/dirfind.php:60 +#, php-format +msgid "Forum Search - %s" +msgstr "Forum search - %s" + +#: mod/install.php:114 +msgid "Friendica Communications Server - Setup" +msgstr "Friendica Communications Server - Setup" + +#: mod/install.php:120 +msgid "Could not connect to database." +msgstr "Could not connect to database." + +#: mod/install.php:124 +msgid "Could not create table." +msgstr "Could not create table." + +#: mod/install.php:130 +msgid "Your Friendica site database has been installed." +msgstr "Your Friendica site database has been installed." + +#: mod/install.php:135 +msgid "" +"You may need to import the file \"database.sql\" manually using phpmyadmin " +"or mysql." +msgstr "You may need to import the file \"database.sql\" manually using phpmyadmin or mysql." + +#: mod/install.php:136 mod/install.php:208 mod/install.php:558 +msgid "Please see the file \"INSTALL.txt\"." +msgstr "Please see the file \"INSTALL.txt\"." + +#: mod/install.php:148 +msgid "Database already in use." +msgstr "Database already in use." + +#: mod/install.php:205 +msgid "System check" +msgstr "System check" + +#: mod/install.php:209 mod/cal.php:277 mod/events.php:395 +msgid "Next" +msgstr "Next" + +#: mod/install.php:210 +msgid "Check again" +msgstr "Check again" + +#: mod/install.php:230 +msgid "Database connection" +msgstr "Database connection" + +#: mod/install.php:231 +msgid "" +"In order to install Friendica we need to know how to connect to your " +"database." +msgstr "In order to install Friendica we need to know how to connect to your database." + +#: mod/install.php:232 +msgid "" +"Please contact your hosting provider or site administrator if you have " +"questions about these settings." +msgstr "Please contact your hosting provider or site administrator if you have questions about these settings." + +#: mod/install.php:233 +msgid "" +"The database you specify below should already exist. If it does not, please " +"create it before continuing." +msgstr "The database you specify below should already exist. If it does not, please create it before continuing." + +#: mod/install.php:237 +msgid "Database Server Name" +msgstr "Database server name" + +#: mod/install.php:238 +msgid "Database Login Name" +msgstr "Database login name" + +#: mod/install.php:239 +msgid "Database Login Password" +msgstr "Database login password" + +#: mod/install.php:239 +msgid "For security reasons the password must not be empty" +msgstr "For security reasons the password must not be empty" + +#: mod/install.php:240 +msgid "Database Name" +msgstr "Database name" + +#: mod/install.php:241 mod/install.php:281 +msgid "Site administrator email address" +msgstr "Site administrator email address" + +#: mod/install.php:241 mod/install.php:281 +msgid "" +"Your account email address must match this in order to use the web admin " +"panel." +msgstr "Your account email address must match this in order to use the web admin panel." + +#: mod/install.php:245 mod/install.php:284 +msgid "Please select a default timezone for your website" +msgstr "Please select a default time zone for your website" + +#: mod/install.php:271 +msgid "Site settings" +msgstr "Site settings" + +#: mod/install.php:285 +msgid "System Language:" +msgstr "System language:" + +#: mod/install.php:285 +msgid "" +"Set the default language for your Friendica installation interface and to " +"send emails." +msgstr "Set the default language for your Friendica installation interface and email communication." + +#: mod/install.php:325 +msgid "Could not find a command line version of PHP in the web server PATH." +msgstr "Could not find a command line version of PHP in the web server PATH." + +#: mod/install.php:326 +msgid "" +"If you don't have a command line version of PHP installed on your server, " +"you will not be able to run the background processing. See 'Setup the worker'" +msgstr "If your server doesn't have a command line version of PHP installed, you won't be able to run background processing. See 'Setup the worker'" + +#: mod/install.php:330 +msgid "PHP executable path" +msgstr "PHP executable path" + +#: mod/install.php:330 +msgid "" +"Enter full path to php executable. You can leave this blank to continue the " +"installation." +msgstr "Enter full path to php executable. You can leave this blank to continue the installation." + +#: mod/install.php:335 +msgid "Command line PHP" +msgstr "Command line PHP" + +#: mod/install.php:344 +msgid "PHP executable is not the php cli binary (could be cgi-fgci version)" +msgstr "PHP executable is not a php cli binary; it could possibly be a cgi-fgci version." + +#: mod/install.php:345 +msgid "Found PHP version: " +msgstr "Found PHP version: " + +#: mod/install.php:347 +msgid "PHP cli binary" +msgstr "PHP cli binary" + +#: mod/install.php:358 +msgid "" +"The command line version of PHP on your system does not have " +"\"register_argc_argv\" enabled." +msgstr "The command line version of PHP on your system does not have \"register_argc_argv\" enabled." + +#: mod/install.php:359 +msgid "This is required for message delivery to work." +msgstr "This is required for message delivery to work." + +#: mod/install.php:361 +msgid "PHP register_argc_argv" +msgstr "PHP register_argc_argv" + +#: mod/install.php:384 +msgid "" +"Error: the \"openssl_pkey_new\" function on this system is not able to " +"generate encryption keys" +msgstr "Error: the \"openssl_pkey_new\" function on this system is not able to generate encryption keys" + +#: mod/install.php:385 +msgid "" +"If running under Windows, please see " +"\"http://www.php.net/manual/en/openssl.installation.php\"." +msgstr "If running under Windows OS, please see \"http://www.php.net/manual/en/openssl.installation.php\"." + +#: mod/install.php:387 +msgid "Generate encryption keys" +msgstr "Generate encryption keys" + +#: mod/install.php:394 +msgid "libCurl PHP module" +msgstr "libCurl PHP module" + +#: mod/install.php:395 +msgid "GD graphics PHP module" +msgstr "GD graphics PHP module" + +#: mod/install.php:396 +msgid "OpenSSL PHP module" +msgstr "OpenSSL PHP module" + +#: mod/install.php:397 +msgid "PDO or MySQLi PHP module" +msgstr "PDO or MySQLi PHP module" + +#: mod/install.php:398 +msgid "mb_string PHP module" +msgstr "mb_string PHP module" + +#: mod/install.php:399 +msgid "XML PHP module" +msgstr "XML PHP module" + +#: mod/install.php:400 +msgid "iconv PHP module" +msgstr "iconv PHP module" + +#: mod/install.php:401 +msgid "POSIX PHP module" +msgstr "POSIX PHP module" + +#: mod/install.php:405 mod/install.php:407 +msgid "Apache mod_rewrite module" +msgstr "Apache mod_rewrite module" + +#: mod/install.php:405 +msgid "" +"Error: Apache webserver mod-rewrite module is required but not installed." +msgstr "Error: Apache web server mod-rewrite module is required but not installed." + +#: mod/install.php:413 +msgid "Error: libCURL PHP module required but not installed." +msgstr "Error: libCURL PHP module required but not installed." + +#: mod/install.php:417 +msgid "" +"Error: GD graphics PHP module with JPEG support required but not installed." +msgstr "Error: GD graphics PHP module with JPEG support required but not installed." + +#: mod/install.php:421 +msgid "Error: openssl PHP module required but not installed." +msgstr "Error: openssl PHP module required but not installed." + +#: mod/install.php:425 +msgid "Error: PDO or MySQLi PHP module required but not installed." +msgstr "Error: PDO or MySQLi PHP module required but not installed." + +#: mod/install.php:429 +msgid "Error: The MySQL driver for PDO is not installed." +msgstr "Error: MySQL driver for PDO is not installed." + +#: mod/install.php:433 +msgid "Error: mb_string PHP module required but not installed." +msgstr "Error: mb_string PHP module required but not installed." + +#: mod/install.php:437 +msgid "Error: iconv PHP module required but not installed." +msgstr "Error: iconv PHP module required but not installed." + +#: mod/install.php:441 +msgid "Error: POSIX PHP module required but not installed." +msgstr "Error: POSIX PHP module required but not installed." + +#: mod/install.php:451 +msgid "Error, XML PHP module required but not installed." +msgstr "Error, XML PHP module required but not installed." + +#: mod/install.php:463 +msgid "" +"The web installer needs to be able to create a file called \".htconfig.php\"" +" in the top folder of your web server and it is unable to do so." +msgstr "The web installer needs to be able to create a file called \".htconfig.php\" in the top-level directory of your web server, but it is unable to do so." + +#: mod/install.php:464 +msgid "" +"This is most often a permission setting, as the web server may not be able " +"to write files in your folder - even if you can." +msgstr "This is most often a permission setting issue, as the web server may not be able to write files in your directory - even if you can." + +#: mod/install.php:465 +msgid "" +"At the end of this procedure, we will give you a text to save in a file " +"named .htconfig.php in your Friendica top folder." +msgstr "At the end of this procedure, we will give you a text to save in a file named .htconfig.php in your Friendica top-level directory." + +#: mod/install.php:466 +msgid "" +"You can alternatively skip this procedure and perform a manual installation." +" Please see the file \"INSTALL.txt\" for instructions." +msgstr "Alternatively, you may skip this procedure and perform a manual installation. Please see the file \"INSTALL.txt\" for instructions." + +#: mod/install.php:469 +msgid ".htconfig.php is writable" +msgstr ".htconfig.php is writeable" + +#: mod/install.php:479 +msgid "" +"Friendica uses the Smarty3 template engine to render its web views. Smarty3 " +"compiles templates to PHP to speed up rendering." +msgstr "Friendica uses the Smarty3 template engine to render its web views. Smarty3 compiles templates to PHP to speed up rendering." + +#: mod/install.php:480 +msgid "" +"In order to store these compiled templates, the web server needs to have " +"write access to the directory view/smarty3/ under the Friendica top level " +"folder." +msgstr "In order to store these compiled templates, the web server needs to have write access to the directory view/smarty3/ under the Friendica top-level directory." + +#: mod/install.php:481 +msgid "" +"Please ensure that the user that your web server runs as (e.g. www-data) has" +" write access to this folder." +msgstr "Please ensure the user (e.g. www-data) that your web server runs as has write access to this directory." + +#: mod/install.php:482 +msgid "" +"Note: as a security measure, you should give the web server write access to " +"view/smarty3/ only--not the template files (.tpl) that it contains." +msgstr "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." + +#: mod/install.php:485 +msgid "view/smarty3 is writable" +msgstr "view/smarty3 is writeable" + +#: mod/install.php:501 +msgid "" +"Url rewrite in .htaccess is not working. Check your server configuration." +msgstr "URL rewrite in .htaccess is not working. Check your server configuration." + +#: mod/install.php:503 +msgid "Url rewrite is working" +msgstr "URL rewrite is working" + +#: mod/install.php:522 +msgid "ImageMagick PHP extension is not installed" +msgstr "ImageMagick PHP extension is not installed" + +#: mod/install.php:524 +msgid "ImageMagick PHP extension is installed" +msgstr "ImageMagick PHP extension is installed" + +#: mod/install.php:526 +msgid "ImageMagick supports GIF" +msgstr "ImageMagick supports GIF" + +#: mod/install.php:533 +msgid "" +"The database configuration file \".htconfig.php\" could not be written. " +"Please use the enclosed text to create a configuration file in your web " +"server root." +msgstr "The database configuration file \".htconfig.php\" could not be written. Please use the enclosed text to create a configuration file in your web server root." + +#: mod/install.php:556 +msgid "

    What next

    " +msgstr "

    What next

    " + +#: mod/install.php:557 +msgid "" +"IMPORTANT: You will need to [manually] setup a scheduled task for the " +"worker." +msgstr "IMPORTANT: You will need to [manually] setup a scheduled task for the worker." + +#: mod/install.php:560 +#, php-format +msgid "" +"Go to your new Friendica node registration page " +"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 "Go to your new Friendica node registration page and register as new user. Remember to use the same email you have entered as administrator email. This will allow you to enter the site admin panel." + +#: mod/ostatus_subscribe.php:21 +msgid "Subscribing to OStatus contacts" +msgstr "Subscribing to OStatus contacts" + +#: mod/ostatus_subscribe.php:33 +msgid "No contact provided." +msgstr "No contact provided." + +#: mod/ostatus_subscribe.php:40 +msgid "Couldn't fetch information for contact." +msgstr "Couldn't fetch information for contact." + +#: mod/ostatus_subscribe.php:50 +msgid "Couldn't fetch friends for contact." +msgstr "Couldn't fetch friends for contact." + +#: mod/ostatus_subscribe.php:78 +msgid "success" +msgstr "success" + +#: mod/ostatus_subscribe.php:80 +msgid "failed" +msgstr "failed" + +#: mod/ostatus_subscribe.php:83 src/Object/Post.php:279 +msgid "ignored" +msgstr "Ignored" + +#: mod/unfollow.php:34 +msgid "Contact wasn't found or can't be unfollowed." +msgstr "Contact wasn't found or can't be unfollowed." + +#: mod/unfollow.php:47 +msgid "Contact unfollowed" +msgstr "Contact unfollowed" + +#: mod/unfollow.php:73 +msgid "You aren't a friend of this contact." +msgstr "You aren't a friend of this contact." + +#: mod/unfollow.php:79 +msgid "Unfollowing is currently not supported by your network." +msgstr "Unfollowing is currently not supported by your network." + +#: mod/unfollow.php:100 mod/contacts.php:599 +msgid "Disconnect/Unfollow" +msgstr "Disconnect/Unfollow" + +#: mod/unfollow.php:132 mod/follow.php:186 mod/contacts.php:858 +#: src/Model/Profile.php:891 +msgid "Status Messages and Posts" +msgstr "Status Messages and Posts" + +#: mod/cal.php:274 mod/events.php:391 src/Content/Nav.php:104 +#: src/Content/Nav.php:169 src/Model/Profile.php:924 src/Model/Profile.php:935 +#: view/theme/frio/theme.php:263 view/theme/frio/theme.php:267 +msgid "Events" +msgstr "Events" + +#: mod/cal.php:275 mod/events.php:392 +msgid "View" +msgstr "View" + +#: mod/cal.php:276 mod/events.php:394 +msgid "Previous" +msgstr "Previous" + +#: mod/cal.php:280 mod/events.php:400 src/Model/Event.php:412 +msgid "today" +msgstr "today" + +#: mod/cal.php:281 mod/events.php:401 src/Util/Temporal.php:304 +#: src/Model/Event.php:413 +msgid "month" +msgstr "month" + +#: mod/cal.php:282 mod/events.php:402 src/Util/Temporal.php:305 +#: src/Model/Event.php:414 +msgid "week" +msgstr "week" + +#: mod/cal.php:283 mod/events.php:403 src/Util/Temporal.php:306 +#: src/Model/Event.php:415 +msgid "day" +msgstr "day" + +#: mod/cal.php:284 mod/events.php:404 +msgid "list" +msgstr "List" + +#: mod/cal.php:297 src/Core/Console/NewPassword.php:74 src/Model/User.php:204 +msgid "User not found" +msgstr "User not found" + +#: mod/cal.php:313 +msgid "This calendar format is not supported" +msgstr "This calendar format is not supported" + +#: mod/cal.php:315 +msgid "No exportable data found" +msgstr "No exportable data found" + +#: mod/cal.php:332 +msgid "calendar" +msgstr "calendar" + +#: mod/events.php:105 mod/events.php:107 +msgid "Event can not end before it has started." +msgstr "Event cannot end before it has started." + +#: mod/events.php:114 mod/events.php:116 +msgid "Event title and start time are required." +msgstr "Event title and starting time are required." + +#: mod/events.php:393 +msgid "Create New Event" +msgstr "Create new event" + +#: mod/events.php:506 +msgid "Event details" +msgstr "Event details" + +#: mod/events.php:507 +msgid "Starting date and Title are required." +msgstr "Starting date and title are required." + +#: mod/events.php:508 mod/events.php:509 +msgid "Event Starts:" +msgstr "Event starts:" + +#: mod/events.php:508 mod/events.php:520 mod/profiles.php:700 +msgid "Required" +msgstr "Required" + +#: mod/events.php:510 mod/events.php:526 +msgid "Finish date/time is not known or not relevant" +msgstr "Finish date/time is not known or not relevant" + +#: mod/events.php:512 mod/events.php:513 +msgid "Event Finishes:" +msgstr "Event finishes:" + +#: mod/events.php:514 mod/events.php:527 +msgid "Adjust for viewer timezone" +msgstr "Adjust for viewer's time zone" + +#: mod/events.php:516 +msgid "Description:" +msgstr "Description:" + +#: mod/events.php:520 mod/events.php:522 +msgid "Title:" +msgstr "Title:" + +#: mod/events.php:523 mod/events.php:524 +msgid "Share this event" +msgstr "Share this event" + +#: mod/events.php:531 src/Model/Profile.php:864 +msgid "Basic" +msgstr "Basic" + +#: mod/events.php:532 mod/contacts.php:895 mod/admin.php:1351 +#: src/Model/Profile.php:865 +msgid "Advanced" +msgstr "Advanced" + +#: mod/events.php:552 +msgid "Failed to remove event" +msgstr "Failed to remove event" + +#: mod/events.php:554 +msgid "Event removed" +msgstr "Event removed" + +#: mod/profile_photo.php:55 msgid "Image uploaded but image cropping failed." msgstr "Image uploaded but image cropping failed." -#: mod/profile_photo.php:87 mod/profile_photo.php:95 mod/profile_photo.php:103 -#: mod/profile_photo.php:330 +#: mod/profile_photo.php:88 mod/profile_photo.php:96 mod/profile_photo.php:104 +#: mod/profile_photo.php:315 #, php-format msgid "Image size reduction [%s] failed." msgstr "Image size reduction [%s] failed." -#: mod/profile_photo.php:137 +#: mod/profile_photo.php:125 msgid "" "Shift-reload the page or clear browser cache if the new photo does not " "display immediately." msgstr "Shift-reload the page or clear browser cache if the new photo does not display immediately." -#: mod/profile_photo.php:146 +#: mod/profile_photo.php:134 msgid "Unable to process image" msgstr "Unable to process image" -#: mod/profile_photo.php:262 +#: mod/profile_photo.php:247 msgid "Upload File:" msgstr "Upload File:" -#: mod/profile_photo.php:263 +#: mod/profile_photo.php:248 msgid "Select a profile:" msgstr "Select a profile:" -#: mod/profile_photo.php:268 +#: mod/profile_photo.php:253 msgid "or" msgstr "or" -#: mod/profile_photo.php:268 +#: mod/profile_photo.php:253 msgid "skip this step" msgstr "skip this step" -#: mod/profile_photo.php:268 +#: mod/profile_photo.php:253 msgid "select a photo from your photo albums" msgstr "select a photo from your photo albums" -#: mod/profile_photo.php:282 +#: mod/profile_photo.php:266 msgid "Crop Image" msgstr "Crop Image" -#: mod/profile_photo.php:283 +#: mod/profile_photo.php:267 msgid "Please adjust the image cropping for optimum viewing." msgstr "Please adjust the image cropping for optimum viewing." -#: mod/profile_photo.php:285 +#: mod/profile_photo.php:269 msgid "Done Editing" msgstr "Done editing" -#: mod/profile_photo.php:320 +#: mod/profile_photo.php:305 msgid "Image uploaded successfully." msgstr "Image uploaded successfully." -#: mod/profiles.php:57 +#: mod/directory.php:152 src/Model/Profile.php:421 src/Model/Profile.php:769 +msgid "Status:" +msgstr "Status:" + +#: mod/directory.php:153 src/Model/Profile.php:422 src/Model/Profile.php:786 +msgid "Homepage:" +msgstr "Homepage:" + +#: mod/directory.php:202 view/theme/vier/theme.php:201 +msgid "Global Directory" +msgstr "Global Directory" + +#: mod/directory.php:204 +msgid "Find on this site" +msgstr "Find on this site" + +#: mod/directory.php:206 +msgid "Results for:" +msgstr "Results for:" + +#: mod/directory.php:208 +msgid "Site Directory" +msgstr "Site directory" + +#: mod/directory.php:209 mod/contacts.php:820 src/Content/Widget.php:63 +msgid "Find" +msgstr "Find" + +#: mod/directory.php:213 +msgid "No entries (some entries may be hidden)." +msgstr "No entries (entries may be hidden)." + +#: mod/babel.php:22 +msgid "Source input" +msgstr "Source input" + +#: mod/babel.php:28 +msgid "BBCode::convert (raw HTML)" +msgstr "BBCode::convert (raw HTML)" + +#: mod/babel.php:33 +msgid "BBCode::convert" +msgstr "BBCode::convert" + +#: mod/babel.php:39 +msgid "BBCode::convert => HTML::toBBCode" +msgstr "BBCode::convert => HTML::toBBCode" + +#: mod/babel.php:45 +msgid "BBCode::toMarkdown" +msgstr "BBCode::toMarkdown" + +#: mod/babel.php:51 +msgid "BBCode::toMarkdown => Markdown::convert" +msgstr "BBCode::toMarkdown => Markdown::convert" + +#: mod/babel.php:57 +msgid "BBCode::toMarkdown => Markdown::toBBCode" +msgstr "BBCode::toMarkdown => Markdown::toBBCode" + +#: mod/babel.php:63 +msgid "BBCode::toMarkdown => Markdown::convert => HTML::toBBCode" +msgstr "BBCode::toMarkdown => Markdown::convert => HTML::toBBCode" + +#: mod/babel.php:70 +msgid "Source input \\x28Diaspora format\\x29" +msgstr "Source input \\x28Diaspora format\\x29" + +#: mod/babel.php:76 +msgid "Markdown::toBBCode" +msgstr "Markdown::toBBCode" + +#: mod/babel.php:83 +msgid "Raw HTML input" +msgstr "Raw HTML input" + +#: mod/babel.php:88 +msgid "HTML Input" +msgstr "HTML input" + +#: mod/babel.php:94 +msgid "HTML::toBBCode" +msgstr "HTML::toBBCode" + +#: mod/babel.php:100 +msgid "HTML::toPlaintext" +msgstr "HTML::toPlaintext" + +#: mod/babel.php:108 +msgid "Source text" +msgstr "Source text" + +#: mod/babel.php:109 +msgid "BBCode" +msgstr "BBCode" + +#: mod/babel.php:110 +msgid "Markdown" +msgstr "Markdown" + +#: mod/babel.php:111 +msgid "HTML" +msgstr "HTML" + +#: mod/follow.php:45 +msgid "The contact could not be added." +msgstr "Contact could not be added." + +#: mod/follow.php:73 +msgid "You already added this contact." +msgstr "You already added this contact." + +#: mod/follow.php:83 +msgid "Diaspora support isn't enabled. Contact can't be added." +msgstr "Diaspora support isn't enabled. Contact can't be added." + +#: mod/follow.php:90 +msgid "OStatus support is disabled. Contact can't be added." +msgstr "OStatus support is disabled. Contact can't be added." + +#: mod/follow.php:97 +msgid "The network type couldn't be detected. Contact can't be added." +msgstr "The network type couldn't be detected. Contact can't be added." + +#: mod/profiles.php:58 msgid "Profile deleted." msgstr "Profile deleted." -#: mod/profiles.php:73 mod/profiles.php:109 +#: mod/profiles.php:74 mod/profiles.php:110 msgid "Profile-" msgstr "Profile-" -#: mod/profiles.php:92 mod/profiles.php:131 +#: mod/profiles.php:93 mod/profiles.php:132 msgid "New profile created." msgstr "New profile created." -#: mod/profiles.php:115 +#: mod/profiles.php:116 msgid "Profile unavailable to clone." msgstr "Profile unavailable to clone." -#: mod/profiles.php:205 +#: mod/profiles.php:206 msgid "Profile Name is required." msgstr "Profile name is required." -#: mod/profiles.php:346 +#: mod/profiles.php:347 msgid "Marital Status" msgstr "Marital status" -#: mod/profiles.php:350 +#: mod/profiles.php:351 msgid "Romantic Partner" msgstr "Romantic partner" -#: mod/profiles.php:362 +#: mod/profiles.php:363 msgid "Work/Employment" msgstr "Work/Employment:" -#: mod/profiles.php:365 +#: mod/profiles.php:366 msgid "Religion" msgstr "Religion" -#: mod/profiles.php:369 +#: mod/profiles.php:370 msgid "Political Views" msgstr "Political views" -#: mod/profiles.php:373 +#: mod/profiles.php:374 msgid "Gender" msgstr "Gender" -#: mod/profiles.php:377 +#: mod/profiles.php:378 msgid "Sexual Preference" msgstr "Sexual preference" -#: mod/profiles.php:381 +#: mod/profiles.php:382 msgid "XMPP" msgstr "XMPP" -#: mod/profiles.php:385 +#: mod/profiles.php:386 msgid "Homepage" msgstr "Homepage" -#: mod/profiles.php:389 mod/profiles.php:699 +#: mod/profiles.php:390 mod/profiles.php:686 msgid "Interests" msgstr "Interests" -#: mod/profiles.php:400 mod/profiles.php:695 +#: mod/profiles.php:394 mod/admin.php:490 +msgid "Address" +msgstr "Address" + +#: mod/profiles.php:401 mod/profiles.php:682 msgid "Location" msgstr "Location" -#: mod/profiles.php:485 +#: mod/profiles.php:486 msgid "Profile updated." msgstr "Profile updated." -#: mod/profiles.php:577 +#: mod/profiles.php:564 msgid " and " msgstr " and " -#: mod/profiles.php:586 +#: mod/profiles.php:573 msgid "public profile" msgstr "public profile" -#: mod/profiles.php:589 +#: mod/profiles.php:576 #, php-format msgid "%1$s changed %2$s to “%3$s”" msgstr "%1$s changed %2$s to “%3$s”" -#: mod/profiles.php:590 +#: mod/profiles.php:577 #, php-format msgid " - Visit %1$s's %2$s" msgstr " - Visit %1$s's %2$s" -#: mod/profiles.php:592 +#: mod/profiles.php:579 #, php-format msgid "%1$s has an updated %2$s, changing %3$s." msgstr "%1$s has an updated %2$s, changing %3$s." -#: mod/profiles.php:646 +#: mod/profiles.php:633 msgid "Hide contacts and friends:" msgstr "Hide contacts and friends:" -#: mod/profiles.php:651 +#: mod/profiles.php:638 msgid "Hide your contact/friend list from viewers of this profile?" msgstr "Hide your contact/friend list from viewers of this profile?" -#: mod/profiles.php:671 +#: mod/profiles.php:658 msgid "Show more profile fields:" msgstr "Show more profile fields:" -#: mod/profiles.php:683 +#: mod/profiles.php:670 msgid "Profile Actions" msgstr "Profile actions" -#: mod/profiles.php:684 +#: mod/profiles.php:671 msgid "Edit Profile Details" msgstr "Edit Profile Details" -#: mod/profiles.php:686 +#: mod/profiles.php:673 msgid "Change Profile Photo" msgstr "Change profile photo" -#: mod/profiles.php:687 +#: mod/profiles.php:674 msgid "View this profile" msgstr "View this profile" -#: mod/profiles.php:688 mod/profiles.php:783 src/Model/Profile.php:393 +#: mod/profiles.php:675 mod/profiles.php:770 src/Model/Profile.php:393 msgid "Edit visibility" msgstr "Edit visibility" -#: mod/profiles.php:689 +#: mod/profiles.php:676 msgid "Create a new profile using these settings" msgstr "Create a new profile using these settings" -#: mod/profiles.php:690 +#: mod/profiles.php:677 msgid "Clone this profile" msgstr "Clone this profile" -#: mod/profiles.php:691 +#: mod/profiles.php:678 msgid "Delete this profile" msgstr "Delete this profile" -#: mod/profiles.php:693 +#: mod/profiles.php:680 msgid "Basic information" msgstr "Basic information" -#: mod/profiles.php:694 +#: mod/profiles.php:681 msgid "Profile picture" msgstr "Profile picture" -#: mod/profiles.php:696 +#: mod/profiles.php:683 msgid "Preferences" msgstr "Preferences" -#: mod/profiles.php:697 +#: mod/profiles.php:684 msgid "Status information" msgstr "Status information" -#: mod/profiles.php:698 +#: mod/profiles.php:685 msgid "Additional information" msgstr "Additional information" -#: mod/profiles.php:701 +#: mod/profiles.php:688 msgid "Relation" msgstr "Relation" -#: mod/profiles.php:702 src/Util/Temporal.php:81 src/Util/Temporal.php:83 +#: mod/profiles.php:689 src/Util/Temporal.php:81 src/Util/Temporal.php:83 msgid "Miscellaneous" msgstr "Miscellaneous" -#: mod/profiles.php:705 +#: mod/profiles.php:692 msgid "Your Gender:" msgstr "Gender:" -#: mod/profiles.php:706 +#: mod/profiles.php:693 msgid " Marital Status:" msgstr " Marital status:" -#: mod/profiles.php:707 src/Model/Profile.php:767 +#: mod/profiles.php:694 src/Model/Profile.php:782 msgid "Sexual Preference:" msgstr "Sexual preference:" -#: mod/profiles.php:708 +#: mod/profiles.php:695 msgid "Example: fishing photography software" msgstr "Example: fishing photography software" -#: mod/profiles.php:713 +#: mod/profiles.php:700 msgid "Profile Name:" msgstr "Profile name:" -#: mod/profiles.php:715 +#: mod/profiles.php:702 msgid "" "This is your public profile.
    It may " "be visible to anybody using the internet." msgstr "This is your public profile.
    It may be visible to anybody using the internet." -#: mod/profiles.php:716 +#: mod/profiles.php:703 msgid "Your Full Name:" msgstr "My full name:" -#: mod/profiles.php:717 +#: mod/profiles.php:704 msgid "Title/Description:" msgstr "Title/Description:" -#: mod/profiles.php:720 +#: mod/profiles.php:707 msgid "Street Address:" msgstr "Street address:" -#: mod/profiles.php:721 +#: mod/profiles.php:708 msgid "Locality/City:" msgstr "Locality/City:" -#: mod/profiles.php:722 +#: mod/profiles.php:709 msgid "Region/State:" msgstr "Region/State:" -#: mod/profiles.php:723 +#: mod/profiles.php:710 msgid "Postal/Zip Code:" msgstr "Postcode:" -#: mod/profiles.php:724 +#: mod/profiles.php:711 msgid "Country:" msgstr "Country:" -#: mod/profiles.php:725 src/Util/Temporal.php:147 +#: mod/profiles.php:712 src/Util/Temporal.php:149 msgid "Age: " msgstr "Age: " -#: mod/profiles.php:728 +#: mod/profiles.php:715 msgid "Who: (if applicable)" msgstr "Who: (if applicable)" -#: mod/profiles.php:728 +#: mod/profiles.php:715 msgid "Examples: cathy123, Cathy Williams, cathy@example.com" msgstr "Examples: cathy123, Cathy Williams, cathy@example.com" -#: mod/profiles.php:729 +#: mod/profiles.php:716 msgid "Since [date]:" msgstr "Since when:" -#: mod/profiles.php:731 +#: mod/profiles.php:718 msgid "Tell us about yourself..." msgstr "About myself:" -#: mod/profiles.php:732 +#: mod/profiles.php:719 msgid "XMPP (Jabber) address:" msgstr "XMPP (Jabber) address:" -#: mod/profiles.php:732 +#: mod/profiles.php:719 msgid "" "The XMPP address will be propagated to your contacts so that they can follow" " you." msgstr "The XMPP address will be propagated to your contacts so that they can follow you." -#: mod/profiles.php:733 +#: mod/profiles.php:720 msgid "Homepage URL:" msgstr "Homepage URL:" -#: mod/profiles.php:734 src/Model/Profile.php:775 +#: mod/profiles.php:721 src/Model/Profile.php:790 msgid "Hometown:" msgstr "Home town:" -#: mod/profiles.php:735 src/Model/Profile.php:783 +#: mod/profiles.php:722 src/Model/Profile.php:798 msgid "Political Views:" msgstr "Political views:" -#: mod/profiles.php:736 +#: mod/profiles.php:723 msgid "Religious Views:" msgstr "Religious views:" -#: mod/profiles.php:737 +#: mod/profiles.php:724 msgid "Public Keywords:" msgstr "Public keywords:" -#: mod/profiles.php:737 +#: mod/profiles.php:724 msgid "(Used for suggesting potential friends, can be seen by others)" msgstr "Used for suggesting potential friends, can be seen by others." -#: mod/profiles.php:738 +#: mod/profiles.php:725 msgid "Private Keywords:" msgstr "Private keywords:" -#: mod/profiles.php:738 +#: mod/profiles.php:725 msgid "(Used for searching profiles, never shown to others)" msgstr "Used for searching profiles, never shown to others." -#: mod/profiles.php:739 src/Model/Profile.php:799 +#: mod/profiles.php:726 src/Model/Profile.php:814 msgid "Likes:" msgstr "Likes:" -#: mod/profiles.php:740 src/Model/Profile.php:803 +#: mod/profiles.php:727 src/Model/Profile.php:818 msgid "Dislikes:" msgstr "Dislikes:" -#: mod/profiles.php:741 +#: mod/profiles.php:728 msgid "Musical interests" msgstr "Music:" -#: mod/profiles.php:742 +#: mod/profiles.php:729 msgid "Books, literature" msgstr "Books, literature, poetry:" -#: mod/profiles.php:743 +#: mod/profiles.php:730 msgid "Television" msgstr "Television:" -#: mod/profiles.php:744 +#: mod/profiles.php:731 msgid "Film/dance/culture/entertainment" msgstr "Film, dance, culture, entertainment" -#: mod/profiles.php:745 +#: mod/profiles.php:732 msgid "Hobbies/Interests" msgstr "Hobbies/Interests:" -#: mod/profiles.php:746 +#: mod/profiles.php:733 msgid "Love/romance" msgstr "Love/Romance:" -#: mod/profiles.php:747 +#: mod/profiles.php:734 msgid "Work/employment" msgstr "Work/Employment:" -#: mod/profiles.php:748 +#: mod/profiles.php:735 msgid "School/education" msgstr "School/Education:" -#: mod/profiles.php:749 +#: mod/profiles.php:736 msgid "Contact information and Social Networks" msgstr "Contact information and other social networks:" -#: mod/profiles.php:780 src/Model/Profile.php:389 +#: mod/profiles.php:767 src/Model/Profile.php:389 msgid "Profile Image" msgstr "Profile image" -#: mod/profiles.php:782 src/Model/Profile.php:392 +#: mod/profiles.php:769 src/Model/Profile.php:392 msgid "visible to everybody" msgstr "Visible to everybody" -#: mod/profiles.php:789 +#: mod/profiles.php:776 msgid "Edit/Manage Profiles" msgstr "Edit/Manage Profiles" -#: mod/profiles.php:790 src/Model/Profile.php:379 src/Model/Profile.php:401 +#: mod/profiles.php:777 src/Model/Profile.php:379 src/Model/Profile.php:401 msgid "Change profile photo" msgstr "Change profile photo" -#: mod/profiles.php:791 src/Model/Profile.php:380 +#: mod/profiles.php:778 src/Model/Profile.php:380 msgid "Create New Profile" msgstr "Create new profile" -#: mod/register.php:98 +#: mod/contacts.php:157 +#, php-format +msgid "%d contact edited." +msgid_plural "%d contacts edited." +msgstr[0] "%d contact edited." +msgstr[1] "%d contacts edited." + +#: mod/contacts.php:184 mod/contacts.php:400 +msgid "Could not access contact record." +msgstr "Could not access contact record." + +#: mod/contacts.php:194 +msgid "Could not locate selected profile." +msgstr "Could not locate selected profile." + +#: mod/contacts.php:228 +msgid "Contact updated." +msgstr "Contact updated." + +#: mod/contacts.php:421 +msgid "Contact has been blocked" +msgstr "Contact has been blocked" + +#: mod/contacts.php:421 +msgid "Contact has been unblocked" +msgstr "Contact has been unblocked" + +#: mod/contacts.php:432 +msgid "Contact has been ignored" +msgstr "Contact has been ignored" + +#: mod/contacts.php:432 +msgid "Contact has been unignored" +msgstr "Contact has been unignored" + +#: mod/contacts.php:443 +msgid "Contact has been archived" +msgstr "Contact has been archived" + +#: mod/contacts.php:443 +msgid "Contact has been unarchived" +msgstr "Contact has been unarchived" + +#: mod/contacts.php:467 +msgid "Drop contact" +msgstr "Drop contact" + +#: mod/contacts.php:470 mod/contacts.php:823 +msgid "Do you really want to delete this contact?" +msgstr "Do you really want to delete this contact?" + +#: mod/contacts.php:488 +msgid "Contact has been removed." +msgstr "Contact has been removed." + +#: mod/contacts.php:519 +#, php-format +msgid "You are mutual friends with %s" +msgstr "You are mutual friends with %s" + +#: mod/contacts.php:523 +#, php-format +msgid "You are sharing with %s" +msgstr "You are sharing with %s" + +#: mod/contacts.php:527 +#, php-format +msgid "%s is sharing with you" +msgstr "%s is sharing with you" + +#: mod/contacts.php:547 +msgid "Private communications are not available for this contact." +msgstr "Private communications are not available for this contact." + +#: mod/contacts.php:549 +msgid "Never" +msgstr "Never" + +#: mod/contacts.php:552 +msgid "(Update was successful)" +msgstr "(Update was successful)" + +#: mod/contacts.php:552 +msgid "(Update was not successful)" +msgstr "(Update was not successful)" + +#: mod/contacts.php:554 mod/contacts.php:992 +msgid "Suggest friends" +msgstr "Suggest friends" + +#: mod/contacts.php:558 +#, php-format +msgid "Network type: %s" +msgstr "Network type: %s" + +#: mod/contacts.php:563 +msgid "Communications lost with this contact!" +msgstr "Communications lost with this contact!" + +#: mod/contacts.php:569 +msgid "Fetch further information for feeds" +msgstr "Fetch further information for feeds" + +#: mod/contacts.php:571 +msgid "" +"Fetch information like preview pictures, title and teaser from the feed " +"item. You can activate this if the feed doesn't contain much text. Keywords " +"are taken from the meta header in the feed item and are posted as hash tags." +msgstr "Fetch information like preview pictures, title and teaser from the feed item. You can activate this if the feed doesn't contain much text. Keywords are taken from the meta header in the feed item and are posted as hash tags." + +#: mod/contacts.php:572 mod/admin.php:1272 mod/admin.php:1435 +#: mod/admin.php:1445 +msgid "Disabled" +msgstr "Disabled" + +#: mod/contacts.php:573 +msgid "Fetch information" +msgstr "Fetch information" + +#: mod/contacts.php:574 +msgid "Fetch keywords" +msgstr "Fetch keywords" + +#: mod/contacts.php:575 +msgid "Fetch information and keywords" +msgstr "Fetch information and keywords" + +#: mod/contacts.php:608 +msgid "Contact" +msgstr "Contact" + +#: mod/contacts.php:611 +msgid "Profile Visibility" +msgstr "Profile visibility" + +#: mod/contacts.php:612 +#, php-format +msgid "" +"Please choose the profile you would like to display to %s when viewing your " +"profile securely." +msgstr "Please choose the profile you would like to display to %s when viewing your profile securely." + +#: mod/contacts.php:613 +msgid "Contact Information / Notes" +msgstr "Personal note" + +#: mod/contacts.php:614 +msgid "Their personal note" +msgstr "Their personal note" + +#: mod/contacts.php:616 +msgid "Edit contact notes" +msgstr "Edit contact notes" + +#: mod/contacts.php:620 +msgid "Block/Unblock contact" +msgstr "Block/Unblock contact" + +#: mod/contacts.php:621 +msgid "Ignore contact" +msgstr "Ignore contact" + +#: mod/contacts.php:622 +msgid "Repair URL settings" +msgstr "Repair URL settings" + +#: mod/contacts.php:623 +msgid "View conversations" +msgstr "View conversations" + +#: mod/contacts.php:628 +msgid "Last update:" +msgstr "Last update:" + +#: mod/contacts.php:630 +msgid "Update public posts" +msgstr "Update public posts" + +#: mod/contacts.php:632 mod/contacts.php:1002 +msgid "Update now" +msgstr "Update now" + +#: mod/contacts.php:637 mod/contacts.php:827 mod/contacts.php:1011 +#: mod/admin.php:485 mod/admin.php:1800 +msgid "Unblock" +msgstr "Unblock" + +#: mod/contacts.php:637 mod/contacts.php:827 mod/contacts.php:1011 +#: mod/admin.php:484 mod/admin.php:1799 +msgid "Block" +msgstr "Block" + +#: mod/contacts.php:638 mod/contacts.php:828 mod/contacts.php:1019 +msgid "Unignore" +msgstr "Unignore" + +#: mod/contacts.php:642 +msgid "Currently blocked" +msgstr "Currently blocked" + +#: mod/contacts.php:643 +msgid "Currently ignored" +msgstr "Currently ignored" + +#: mod/contacts.php:644 +msgid "Currently archived" +msgstr "Currently archived" + +#: mod/contacts.php:645 +msgid "Awaiting connection acknowledge" +msgstr "Awaiting connection acknowledgement " + +#: mod/contacts.php:646 +msgid "" +"Replies/likes to your public posts may still be visible" +msgstr "Replies/Likes to your public posts may still be visible" + +#: mod/contacts.php:647 +msgid "Notification for new posts" +msgstr "Notification for new posts" + +#: mod/contacts.php:647 +msgid "Send a notification of every new post of this contact" +msgstr "Send notification for every new post from this contact" + +#: mod/contacts.php:650 +msgid "Blacklisted keywords" +msgstr "Blacklisted keywords" + +#: mod/contacts.php:650 +msgid "" +"Comma separated list of keywords that should not be converted to hashtags, " +"when \"Fetch information and keywords\" is selected" +msgstr "Comma separated list of keywords that should not be converted to hashtags, when \"Fetch information and keywords\" is selected" + +#: mod/contacts.php:662 src/Model/Profile.php:424 +msgid "XMPP:" +msgstr "XMPP:" + +#: mod/contacts.php:667 +msgid "Actions" +msgstr "Actions" + +#: mod/contacts.php:669 mod/contacts.php:855 src/Content/Nav.php:100 +#: src/Model/Profile.php:888 view/theme/frio/theme.php:259 +msgid "Status" +msgstr "Status" + +#: mod/contacts.php:670 +msgid "Contact Settings" +msgstr "Notification and privacy " + +#: mod/contacts.php:711 +msgid "Suggestions" +msgstr "Suggestions" + +#: mod/contacts.php:714 +msgid "Suggest potential friends" +msgstr "Suggest potential friends" + +#: mod/contacts.php:722 +msgid "Show all contacts" +msgstr "Show all contacts" + +#: mod/contacts.php:727 +msgid "Unblocked" +msgstr "Unblocked" + +#: mod/contacts.php:730 +msgid "Only show unblocked contacts" +msgstr "Only show unblocked contacts" + +#: mod/contacts.php:735 +msgid "Blocked" +msgstr "Blocked" + +#: mod/contacts.php:738 +msgid "Only show blocked contacts" +msgstr "Only show blocked contacts" + +#: mod/contacts.php:743 +msgid "Ignored" +msgstr "Ignored" + +#: mod/contacts.php:746 +msgid "Only show ignored contacts" +msgstr "Only show ignored contacts" + +#: mod/contacts.php:751 +msgid "Archived" +msgstr "Archived" + +#: mod/contacts.php:754 +msgid "Only show archived contacts" +msgstr "Only show archived contacts" + +#: mod/contacts.php:759 +msgid "Hidden" +msgstr "Hidden" + +#: mod/contacts.php:762 +msgid "Only show hidden contacts" +msgstr "Only show hidden contacts" + +#: mod/contacts.php:818 +msgid "Search your contacts" +msgstr "Search your contacts" + +#: mod/contacts.php:826 mod/settings.php:170 mod/settings.php:701 +msgid "Update" +msgstr "Update" + +#: mod/contacts.php:829 mod/contacts.php:1027 +msgid "Archive" +msgstr "Archive" + +#: mod/contacts.php:829 mod/contacts.php:1027 +msgid "Unarchive" +msgstr "Unarchive" + +#: mod/contacts.php:832 +msgid "Batch Actions" +msgstr "Batch actions" + +#: mod/contacts.php:866 src/Model/Profile.php:899 +msgid "Profile Details" +msgstr "Profile Details" + +#: mod/contacts.php:878 +msgid "View all contacts" +msgstr "View all contacts" + +#: mod/contacts.php:889 +msgid "View all common friends" +msgstr "View all common friends" + +#: mod/contacts.php:898 +msgid "Advanced Contact Settings" +msgstr "Advanced contact settings" + +#: mod/contacts.php:930 +msgid "Mutual Friendship" +msgstr "Mutual friendship" + +#: mod/contacts.php:934 +msgid "is a fan of yours" +msgstr "is a fan of yours" + +#: mod/contacts.php:938 +msgid "you are a fan of" +msgstr "I follow them" + +#: mod/contacts.php:1013 +msgid "Toggle Blocked status" +msgstr "Toggle blocked status" + +#: mod/contacts.php:1021 +msgid "Toggle Ignored status" +msgstr "Toggle ignored status" + +#: mod/contacts.php:1029 +msgid "Toggle Archive status" +msgstr "Toggle archive status" + +#: mod/contacts.php:1037 +msgid "Delete contact" +msgstr "Delete contact" + +#: mod/_tos.php:48 mod/register.php:288 mod/admin.php:188 mod/admin.php:302 +#: src/Module/Tos.php:48 +msgid "Terms of Service" +msgstr "Terms of Service" + +#: mod/_tos.php:51 src/Module/Tos.php:51 +msgid "Privacy Statement" +msgstr "Privacy Statement" + +#: mod/_tos.php:52 src/Module/Tos.php:52 +msgid "" +"At the time of registration, and for providing communications between the " +"user account and their contacts, the user has to provide a display name (pen" +" name), an username (nickname) and a working email address. The names will " +"be accessible on the profile page of the account by any visitor of the page," +" even if other profile details are not displayed. The email address will " +"only be used to send the user notifications about interactions, but wont be " +"visibly displayed. The listing of an account in the node's user directory or" +" the global user directory is optional and can be controlled in the user " +"settings, it is not necessary for communication." +msgstr "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." + +#: mod/_tos.php:53 src/Module/Tos.php:53 +#, php-format +msgid "" +"At any point in time a logged in user can export their account data from the" +" account settings. If the user wants " +"to delete their account they can do so at %1$s/removeme. The deletion of the account will " +"be permanent." +msgstr "At any point in time a logged in user can export their account data from the account settings. If the user wants to delete their account they can do so at %1$s/removeme. The deletion of the account will be permanent." + +#: mod/friendica.php:77 +msgid "This is Friendica, version" +msgstr "This is Friendica, version" + +#: mod/friendica.php:78 +msgid "running at web location" +msgstr "running at web location" + +#: mod/friendica.php:82 +msgid "" +"Please visit Friendi.ca to learn more " +"about the Friendica project." +msgstr "Please visit Friendi.ca to learn more about the Friendica project." + +#: mod/friendica.php:86 +msgid "Bug reports and issues: please visit" +msgstr "Bug reports and issues: please visit" + +#: mod/friendica.php:86 +msgid "the bugtracker at github" +msgstr "the bugtracker at github" + +#: mod/friendica.php:89 +msgid "" +"Suggestions, praise, donations, etc. - please email \"Info\" at Friendica - " +"dot com" +msgstr "Suggestions, praise, donations, etc. - please email \"Info\" at Friendica - dot com" + +#: mod/friendica.php:103 +msgid "Installed addons/apps:" +msgstr "Installed addons/apps:" + +#: mod/friendica.php:117 +msgid "No installed addons/apps" +msgstr "No installed addons/apps" + +#: mod/friendica.php:122 +#, php-format +msgid "Read about the Terms of Service of this node." +msgstr "Read about the Terms of Service of this node." + +#: mod/friendica.php:127 +msgid "On this server the following remote servers are blocked." +msgstr "On this server the following remote servers are blocked." + +#: mod/friendica.php:128 mod/admin.php:354 mod/admin.php:372 +msgid "Reason for the block" +msgstr "Reason for the block" + +#: mod/lostpass.php:27 +msgid "No valid account found." +msgstr "No valid account found." + +#: mod/lostpass.php:39 +msgid "Password reset request issued. Check your email." +msgstr "Password reset request issued. Please check your email." + +#: mod/lostpass.php:45 +#, php-format +msgid "" +"\n" +"\t\tDear %1$s,\n" +"\t\t\tA request was recently received at \"%2$s\" to reset your account\n" +"\t\tpassword. In order to confirm this request, please select the verification link\n" +"\t\tbelow or paste it into your web browser address bar.\n" +"\n" +"\t\tIf you did NOT request this change, please DO NOT follow the link\n" +"\t\tprovided and ignore and/or delete this email, the request will expire shortly.\n" +"\n" +"\t\tYour password will not be changed unless we can verify that you\n" +"\t\tissued this request." +msgstr "\n\t\tDear %1$s,\n\t\t\tA request was received at \"%2$s\" to reset your account password.\n\t\tTo confirm this request, please select the verification link\n\t\tbelow or paste it into your web browser's address bar.\n\n\t\tIf you did NOT request this change, please DO NOT follow the link\n\t\tprovided; ignore or delete this email, as the request will expire shortly.\n\n\t\tYour password will not be changed unless we can verify that you\n\t\tissued this request." + +#: mod/lostpass.php:56 +#, php-format +msgid "" +"\n" +"\t\tFollow this link soon to verify your identity:\n" +"\n" +"\t\t%1$s\n" +"\n" +"\t\tYou will then receive a follow-up message containing the new password.\n" +"\t\tYou may change that password from your account settings page after logging in.\n" +"\n" +"\t\tThe login details are as follows:\n" +"\n" +"\t\tSite Location:\t%2$s\n" +"\t\tLogin Name:\t%3$s" +msgstr "\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" + +#: mod/lostpass.php:73 +#, php-format +msgid "Password reset requested at %s" +msgstr "Password reset requested at %s" + +#: mod/lostpass.php:89 +msgid "" +"Request could not be verified. (You may have previously submitted it.) " +"Password reset failed." +msgstr "Request could not be verified. (You may have previously submitted it.) Password reset failed." + +#: mod/lostpass.php:102 +msgid "Request has expired, please make a new one." +msgstr "Request has expired, please make a new one." + +#: mod/lostpass.php:117 +msgid "Forgot your Password?" +msgstr "Reset My Password" + +#: mod/lostpass.php:118 +msgid "" +"Enter your email address and submit to have your password reset. Then check " +"your email for further instructions." +msgstr "Enter email address or nickname to reset your password. You will receive further instruction via email." + +#: mod/lostpass.php:119 src/Module/Login.php:314 +msgid "Nickname or Email: " +msgstr "Nickname or email: " + +#: mod/lostpass.php:120 +msgid "Reset" +msgstr "Reset" + +#: mod/lostpass.php:136 src/Module/Login.php:326 +msgid "Password Reset" +msgstr "Forgotten password?" + +#: mod/lostpass.php:137 +msgid "Your password has been reset as requested." +msgstr "Your password has been reset as requested." + +#: mod/lostpass.php:138 +msgid "Your new password is" +msgstr "Your new password is" + +#: mod/lostpass.php:139 +msgid "Save or copy your new password - and then" +msgstr "Save or copy your new password - and then" + +#: mod/lostpass.php:140 +msgid "click here to login" +msgstr "click here to login" + +#: mod/lostpass.php:141 +msgid "" +"Your password may be changed from the Settings page after " +"successful login." +msgstr "Your password may be changed from the Settings page after successful login." + +#: mod/lostpass.php:149 +#, php-format +msgid "" +"\n" +"\t\t\tDear %1$s,\n" +"\t\t\t\tYour password has been changed as requested. Please retain this\n" +"\t\t\tinformation for your records (or change your password immediately to\n" +"\t\t\tsomething that you will remember).\n" +"\t\t" +msgstr "\n\t\t\tDear %1$s,\n\t\t\t\tYour password has been changed as requested. Please retain this\n\t\t\tinformation for your records (or change your password immediately to\n\t\t\tsomething that you will remember).\n\t\t" + +#: mod/lostpass.php:155 +#, php-format +msgid "" +"\n" +"\t\t\tYour login details are as follows:\n" +"\n" +"\t\t\tSite Location:\t%1$s\n" +"\t\t\tLogin Name:\t%2$s\n" +"\t\t\tPassword:\t%3$s\n" +"\n" +"\t\t\tYou may change that password from your account settings page after logging in.\n" +"\t\t" +msgstr "\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" + +#: mod/lostpass.php:169 +#, php-format +msgid "Your password has been changed at %s" +msgstr "Your password has been changed at %s" + +#: mod/register.php:99 msgid "" "Registration successful. Please check your email for further instructions." msgstr "Registration successful. Please check your email for further instructions." -#: mod/register.php:102 +#: mod/register.php:103 #, php-format msgid "" "Failed to send email message. Here your accout details:
    login: %s
    " "password: %s

    You can change your password after login." msgstr "Failed to send email message. Here your account details:
    login: %s
    password: %s

    You can change your password after login." -#: mod/register.php:109 +#: mod/register.php:110 msgid "Registration successful." msgstr "Registration successful." -#: mod/register.php:114 +#: mod/register.php:115 msgid "Your registration can not be processed." msgstr "Your registration cannot be processed." -#: mod/register.php:161 +#: mod/register.php:162 msgid "Your registration is pending approval by the site owner." msgstr "Your registration is pending approval by the site administrator." -#: mod/register.php:219 +#: mod/register.php:220 msgid "" "You may (optionally) fill in this form via OpenID by supplying your OpenID " "and clicking 'Register'." msgstr "You may (optionally) fill in this form via OpenID by supplying your OpenID and clicking 'Sign up now'." -#: mod/register.php:220 +#: mod/register.php:221 msgid "" "If you are not familiar with OpenID, please leave that field blank and fill " "in the rest of the items." msgstr "If you are not familiar with OpenID, please leave that field blank and fill in the rest of the items." -#: mod/register.php:221 +#: mod/register.php:222 msgid "Your OpenID (optional): " msgstr "Your OpenID (optional): " -#: mod/register.php:233 +#: mod/register.php:234 msgid "Include your profile in member directory?" msgstr "Include your profile in member directory?" -#: mod/register.php:258 +#: mod/register.php:259 msgid "Note for the admin" msgstr "Note for the admin" -#: mod/register.php:258 +#: mod/register.php:259 msgid "Leave a message for the admin, why you want to join this node" msgstr "Leave a message for the admin, why you want to join this node." -#: mod/register.php:259 +#: mod/register.php:260 msgid "Membership on this site is by invitation only." msgstr "Membership on this site is by invitation only." -#: mod/register.php:260 -msgid "Your invitation ID: " -msgstr "Your invitation ID: " +#: mod/register.php:261 +msgid "Your invitation code: " +msgstr "Your invitation code: " -#: mod/register.php:269 +#: mod/register.php:264 mod/admin.php:1348 +msgid "Registration" +msgstr "Join this Friendica Node Today" + +#: mod/register.php:270 msgid "Your Full Name (e.g. Joe Smith, real or real-looking): " msgstr "Your full name: " -#: mod/register.php:270 +#: mod/register.php:271 msgid "" "Your Email Address: (Initial information will be send there, so this has to " "be an existing address.)" msgstr "Your Email Address: (Initial information will be send there; so this must be an existing address.)" -#: mod/register.php:272 mod/settings.php:1205 +#: mod/register.php:273 mod/settings.php:1201 msgid "New Password:" msgstr "New password:" -#: mod/register.php:272 +#: mod/register.php:273 msgid "Leave empty for an auto generated password." msgstr "Leave empty for an auto generated password." -#: mod/register.php:273 mod/settings.php:1206 +#: mod/register.php:274 mod/settings.php:1202 msgid "Confirm:" msgstr "Confirm new password:" -#: mod/register.php:274 +#: mod/register.php:275 #, php-format msgid "" "Choose a profile nickname. This must begin with a text character. Your " "profile address on this site will then be 'nickname@%s'." -msgstr "" +msgstr "Choose a profile nickname. This must begin with a text character. Your profile address on this site will then be 'nickname@%s'." -#: mod/register.php:275 +#: mod/register.php:276 msgid "Choose a nickname: " msgstr "Choose a nickname: " -#: mod/register.php:278 src/Content/Nav.php:128 src/Module/Login.php:283 +#: mod/register.php:279 src/Content/Nav.php:128 src/Module/Login.php:283 msgid "Register" msgstr "Sign up now >>" -#: mod/register.php:285 +#: mod/register.php:286 msgid "Import your profile to this friendica instance" msgstr "Import an existing Friendica profile to this node." -#: mod/search.php:105 -msgid "Only logged in users are permitted to perform a search." -msgstr "Only logged in users are permitted to perform a search." +#: mod/admin.php:106 +msgid "Theme settings updated." +msgstr "Theme settings updated." -#: mod/search.php:129 -msgid "Too Many Requests" -msgstr "Too many requests" +#: mod/admin.php:179 src/Content/Nav.php:174 +msgid "Information" +msgstr "Information" -#: mod/search.php:130 -msgid "Only one search per minute is permitted for not logged in users." -msgstr "Only one search per minute is permitted for not logged in users." +#: mod/admin.php:180 +msgid "Overview" +msgstr "Overview" -#: mod/search.php:234 +#: mod/admin.php:181 mod/admin.php:718 +msgid "Federation Statistics" +msgstr "Federation statistics" + +#: mod/admin.php:182 +msgid "Configuration" +msgstr "Configuration" + +#: mod/admin.php:183 mod/admin.php:1345 +msgid "Site" +msgstr "Site" + +#: mod/admin.php:184 mod/admin.php:1273 mod/admin.php:1788 mod/admin.php:1804 +msgid "Users" +msgstr "Users" + +#: mod/admin.php:185 mod/admin.php:1904 mod/admin.php:1964 mod/settings.php:86 +msgid "Addons" +msgstr "Addons" + +#: mod/admin.php:186 mod/admin.php:2173 mod/admin.php:2217 +msgid "Themes" +msgstr "Theme selection" + +#: mod/admin.php:187 mod/settings.php:64 +msgid "Additional features" +msgstr "Additional features" + +#: mod/admin.php:189 +msgid "Database" +msgstr "Database" + +#: mod/admin.php:190 +msgid "DB updates" +msgstr "DB updates" + +#: mod/admin.php:191 mod/admin.php:753 +msgid "Inspect Queue" +msgstr "Inspect queue" + +#: mod/admin.php:192 +msgid "Tools" +msgstr "Tools" + +#: mod/admin.php:193 +msgid "Contact Blocklist" +msgstr "Contact blocklist" + +#: mod/admin.php:194 mod/admin.php:362 +msgid "Server Blocklist" +msgstr "Server blocklist" + +#: mod/admin.php:195 mod/admin.php:521 +msgid "Delete Item" +msgstr "Delete item" + +#: mod/admin.php:196 mod/admin.php:197 mod/admin.php:2291 +msgid "Logs" +msgstr "Logs" + +#: mod/admin.php:198 mod/admin.php:2358 +msgid "View Logs" +msgstr "View logs" + +#: mod/admin.php:200 +msgid "Diagnostics" +msgstr "Diagnostics" + +#: mod/admin.php:201 +msgid "PHP Info" +msgstr "PHP info" + +#: mod/admin.php:202 +msgid "probe address" +msgstr "Probe address" + +#: mod/admin.php:203 +msgid "check webfinger" +msgstr "Check webfinger" + +#: mod/admin.php:222 src/Content/Nav.php:217 +msgid "Admin" +msgstr "Admin" + +#: mod/admin.php:223 +msgid "Addon Features" +msgstr "Addon features" + +#: mod/admin.php:224 +msgid "User registrations waiting for confirmation" +msgstr "User registrations awaiting confirmation" + +#: mod/admin.php:301 mod/admin.php:361 mod/admin.php:478 mod/admin.php:520 +#: mod/admin.php:717 mod/admin.php:752 mod/admin.php:848 mod/admin.php:1344 +#: mod/admin.php:1787 mod/admin.php:1903 mod/admin.php:1963 mod/admin.php:2172 +#: mod/admin.php:2216 mod/admin.php:2290 mod/admin.php:2357 +msgid "Administration" +msgstr "Administration" + +#: mod/admin.php:303 +msgid "Display Terms of Service" +msgstr "Display Terms of Service" + +#: mod/admin.php:303 +msgid "" +"Enable the Terms of Service page. If this is enabled a link to the terms " +"will be added to the registration form and the general information page." +msgstr "Enable the Terms of Service page. If this is enabled a link to the terms will be added to the registration form and the general information page." + +#: mod/admin.php:304 +msgid "Display Privacy Statement" +msgstr "Display Privacy Statement" + +#: mod/admin.php:304 #, php-format -msgid "Items tagged with: %s" -msgstr "Items tagged with: %s" +msgid "" +"Show some informations regarding the needed information to operate the node " +"according e.g. to EU-GDPR." +msgstr "Show some informations regarding the needed information to operate the node according e.g. to EU-GDPR." -#: mod/settings.php:71 +#: mod/admin.php:305 +msgid "The Terms of Service" +msgstr "Terms of Service" + +#: mod/admin.php:305 +msgid "" +"Enter the Terms of Service for your node here. You can use BBCode. Headers " +"of sections should be [h2] and below." +msgstr "Enter the Terms of Service for your node here. You can use BBCode. Headers of sections should be [h2] or lower." + +#: mod/admin.php:353 +msgid "The blocked domain" +msgstr "Blocked domain" + +#: mod/admin.php:354 mod/admin.php:367 +msgid "The reason why you blocked this domain." +msgstr "Reason why you blocked this domain." + +#: mod/admin.php:355 +msgid "Delete domain" +msgstr "Delete domain" + +#: mod/admin.php:355 +msgid "Check to delete this entry from the blocklist" +msgstr "Check to delete this entry from the blocklist" + +#: mod/admin.php:363 +msgid "" +"This page can be used to define a black list of servers from the federated " +"network that are not allowed to interact with your node. For all entered " +"domains you should also give a reason why you have blocked the remote " +"server." +msgstr "This page can be used to define a black list of servers from the federated network that are not allowed to interact with your node. For all entered domains you should also give a reason why you have blocked the remote server." + +#: mod/admin.php:364 +msgid "" +"The list of blocked servers will be made publically available on the " +"/friendica page so that your users and people investigating communication " +"problems can find the reason easily." +msgstr "The list of blocked servers will publicly available on the Friendica page so that your users and people investigating communication problems can readily find the reason." + +#: mod/admin.php:365 +msgid "Add new entry to block list" +msgstr "Add new entry to block list" + +#: mod/admin.php:366 +msgid "Server Domain" +msgstr "Server domain" + +#: mod/admin.php:366 +msgid "" +"The domain of the new server to add to the block list. Do not include the " +"protocol." +msgstr "The domain of the new server to add to the block list. Do not include the protocol." + +#: mod/admin.php:367 +msgid "Block reason" +msgstr "Block reason" + +#: mod/admin.php:368 +msgid "Add Entry" +msgstr "Add entry" + +#: mod/admin.php:369 +msgid "Save changes to the blocklist" +msgstr "Save changes to the blocklist" + +#: mod/admin.php:370 +msgid "Current Entries in the Blocklist" +msgstr "Current entries in the blocklist" + +#: mod/admin.php:373 +msgid "Delete entry from blocklist" +msgstr "Delete entry from blocklist" + +#: mod/admin.php:376 +msgid "Delete entry from blocklist?" +msgstr "Delete entry from blocklist?" + +#: mod/admin.php:402 +msgid "Server added to blocklist." +msgstr "Server added to blocklist." + +#: mod/admin.php:418 +msgid "Site blocklist updated." +msgstr "Site blocklist updated." + +#: mod/admin.php:441 src/Core/Console/GlobalCommunityBlock.php:72 +msgid "The contact has been blocked from the node" +msgstr "The contact has been blocked from the node" + +#: mod/admin.php:443 src/Core/Console/GlobalCommunityBlock.php:69 +#, php-format +msgid "Could not find any contact entry for this URL (%s)" +msgstr "Could not find any contact entry for this URL (%s)" + +#: mod/admin.php:450 +#, php-format +msgid "%s contact unblocked" +msgid_plural "%s contacts unblocked" +msgstr[0] "%s contact unblocked" +msgstr[1] "%s contacts unblocked" + +#: mod/admin.php:479 +msgid "Remote Contact Blocklist" +msgstr "Remote contact blocklist" + +#: mod/admin.php:480 +msgid "" +"This page allows you to prevent any message from a remote contact to reach " +"your node." +msgstr "This page allows you to prevent any message from a remote contact to reach your node." + +#: mod/admin.php:481 +msgid "Block Remote Contact" +msgstr "Block Remote Contact" + +#: mod/admin.php:482 mod/admin.php:1790 +msgid "select all" +msgstr "select all" + +#: mod/admin.php:483 +msgid "select none" +msgstr "select none" + +#: mod/admin.php:486 +msgid "No remote contact is blocked from this node." +msgstr "No remote contact is blocked from this node." + +#: mod/admin.php:488 +msgid "Blocked Remote Contacts" +msgstr "Blocked remote contacts" + +#: mod/admin.php:489 +msgid "Block New Remote Contact" +msgstr "Block new remote contact" + +#: mod/admin.php:490 +msgid "Photo" +msgstr "Photo" + +#: mod/admin.php:498 +#, php-format +msgid "%s total blocked contact" +msgid_plural "%s total blocked contacts" +msgstr[0] "%s total blocked contact" +msgstr[1] "%s total blocked contacts" + +#: mod/admin.php:500 +msgid "URL of the remote contact to block." +msgstr "URL of the remote contact to block." + +#: mod/admin.php:522 +msgid "Delete this Item" +msgstr "Delete" + +#: mod/admin.php:523 +msgid "" +"On this page you can delete an item from your node. If the item is a top " +"level posting, the entire thread will be deleted." +msgstr "Here you can delete an item from this node. If the item is a top-level posting, the entire thread will be deleted." + +#: mod/admin.php:524 +msgid "" +"You need to know the GUID of the item. You can find it e.g. by looking at " +"the display URL. The last part of http://example.com/display/123456 is the " +"GUID, here 123456." +msgstr "You need to know the global unique identifier (GUID) of the item, which you can find by looking at the display URL. The last part of http://example.com/display/123456 is the GUID: i.e. 123456." + +#: mod/admin.php:525 +msgid "GUID" +msgstr "GUID" + +#: mod/admin.php:525 +msgid "The GUID of the item you want to delete." +msgstr "GUID of item to be deleted." + +#: mod/admin.php:564 +msgid "Item marked for deletion." +msgstr "Item marked for deletion." + +#: mod/admin.php:635 +msgid "unknown" +msgstr "unknown" + +#: mod/admin.php:711 +msgid "" +"This page offers you some numbers to the known part of the federated social " +"network your Friendica node is part of. These numbers are not complete but " +"only reflect the part of the network your node is aware of." +msgstr "This page offers you the amount of known part of the federated social network your Friendica node is part of. These numbers are not complete and only reflect the part of the network your node is aware of." + +#: mod/admin.php:712 +msgid "" +"The Auto Discovered Contact Directory feature is not enabled, it " +"will improve the data displayed here." +msgstr "The Auto Discovered Contact Directory feature is not enabled; enabling it will improve the data displayed here." + +#: mod/admin.php:724 +#, php-format +msgid "" +"Currently this node is aware of %d nodes with %d registered users from the " +"following platforms:" +msgstr "Currently this node is aware of %d nodes with %d registered users from the following platforms:" + +#: mod/admin.php:755 +msgid "ID" +msgstr "ID" + +#: mod/admin.php:756 +msgid "Recipient Name" +msgstr "Recipient name" + +#: mod/admin.php:757 +msgid "Recipient Profile" +msgstr "Recipient profile" + +#: mod/admin.php:758 src/Core/NotificationsManager.php:178 +#: src/Content/Nav.php:178 view/theme/frio/theme.php:266 +msgid "Network" +msgstr "Network" + +#: mod/admin.php:759 +msgid "Created" +msgstr "Created" + +#: mod/admin.php:760 +msgid "Last Tried" +msgstr "Last Tried" + +#: mod/admin.php:761 +msgid "" +"This page lists the content of the queue for outgoing postings. These are " +"postings the initial delivery failed for. They will be resend later and " +"eventually deleted if the delivery fails permanently." +msgstr "This page lists the content of the queue for outgoing postings. These are postings the initial delivery failed for. They will be resend later and eventually deleted if the delivery fails permanently." + +#: mod/admin.php:785 +#, php-format +msgid "" +"Your DB still runs with MyISAM tables. You should change the engine type to " +"InnoDB. As Friendica will use InnoDB only features in the future, you should" +" change this! See here for a guide that may be helpful " +"converting the table engines. You may also use the command php " +"bin/console.php dbstructure toinnodb of your Friendica installation for" +" an automatic conversion.
    " +msgstr "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 here for a guide that may be helpful converting the table engines. You may also use the command php bin/console.php dbstructure toinnodb of your Friendica installation for an automatic conversion.
    " + +#: mod/admin.php:792 +#, php-format +msgid "" +"There is a new version of Friendica available for download. Your current " +"version is %1$s, upstream version is %2$s" +msgstr "A new Friendica version is available now. Your current version is %1$s, upstream version is %2$s" + +#: mod/admin.php:802 +msgid "" +"The database update failed. Please run \"php bin/console.php dbstructure " +"update\" from the command line and have a look at the errors that might " +"appear." +msgstr "The database update failed. Please run \"php bin/console.php dbstructure update\" from the command line and check for errors that may appear." + +#: mod/admin.php:808 +msgid "The worker was never executed. Please check your database structure!" +msgstr "The worker process has never been executed. Please check your database structure!" + +#: mod/admin.php:811 +#, php-format +msgid "" +"The last worker execution was on %s UTC. This is older than one hour. Please" +" check your crontab settings." +msgstr "The last worker process started at %s UTC. This is more than one hour ago. Please adjust your crontab settings." + +#: mod/admin.php:816 mod/admin.php:1739 +msgid "Normal Account" +msgstr "Standard account" + +#: mod/admin.php:817 mod/admin.php:1740 +msgid "Automatic Follower Account" +msgstr "Automatic follower account" + +#: mod/admin.php:818 mod/admin.php:1741 +msgid "Public Forum Account" +msgstr "Public forum account" + +#: mod/admin.php:819 mod/admin.php:1742 +msgid "Automatic Friend Account" +msgstr "Automatic friend account" + +#: mod/admin.php:820 +msgid "Blog Account" +msgstr "Blog account" + +#: mod/admin.php:821 +msgid "Private Forum Account" +msgstr "Private forum account" + +#: mod/admin.php:843 +msgid "Message queues" +msgstr "Message queues" + +#: mod/admin.php:849 +msgid "Summary" +msgstr "Summary" + +#: mod/admin.php:851 +msgid "Registered users" +msgstr "Registered users" + +#: mod/admin.php:853 +msgid "Pending registrations" +msgstr "Pending registrations" + +#: mod/admin.php:854 +msgid "Version" +msgstr "Version" + +#: mod/admin.php:859 +msgid "Active addons" +msgstr "Active addons" + +#: mod/admin.php:890 +msgid "Can not parse base url. Must have at least ://" +msgstr "Can not parse base URL. Must have at least ://" + +#: mod/admin.php:1209 +msgid "Site settings updated." +msgstr "Site settings updated." + +#: mod/admin.php:1236 mod/settings.php:905 +msgid "No special theme for mobile devices" +msgstr "No special theme for mobile devices" + +#: mod/admin.php:1265 +msgid "No community page" +msgstr "No community page" + +#: mod/admin.php:1266 +msgid "Public postings from users of this site" +msgstr "Public postings from users of this site" + +#: mod/admin.php:1267 +msgid "Public postings from the federated network" +msgstr "Public postings from the federated network" + +#: mod/admin.php:1268 +msgid "Public postings from local users and the federated network" +msgstr "Public postings from local users and the federated network" + +#: mod/admin.php:1274 +msgid "Users, Global Contacts" +msgstr "Users, Global Contacts" + +#: mod/admin.php:1275 +msgid "Users, Global Contacts/fallback" +msgstr "Users, Global Contacts/fallback" + +#: mod/admin.php:1279 +msgid "One month" +msgstr "One month" + +#: mod/admin.php:1280 +msgid "Three months" +msgstr "Three months" + +#: mod/admin.php:1281 +msgid "Half a year" +msgstr "Half a year" + +#: mod/admin.php:1282 +msgid "One year" +msgstr "One a year" + +#: mod/admin.php:1287 +msgid "Multi user instance" +msgstr "Multi user instance" + +#: mod/admin.php:1310 +msgid "Closed" +msgstr "Closed" + +#: mod/admin.php:1311 +msgid "Requires approval" +msgstr "Requires approval" + +#: mod/admin.php:1312 +msgid "Open" +msgstr "Open" + +#: mod/admin.php:1316 +msgid "No SSL policy, links will track page SSL state" +msgstr "No SSL policy, links will track page SSL state" + +#: mod/admin.php:1317 +msgid "Force all links to use SSL" +msgstr "Force all links to use SSL" + +#: mod/admin.php:1318 +msgid "Self-signed certificate, use SSL for local links only (discouraged)" +msgstr "Self-signed certificate, use SSL for local links only (discouraged)" + +#: mod/admin.php:1322 +msgid "Don't check" +msgstr "Don't check" + +#: mod/admin.php:1323 +msgid "check the stable version" +msgstr "check for stable version updates" + +#: mod/admin.php:1324 +msgid "check the development version" +msgstr "check for development version updates" + +#: mod/admin.php:1347 +msgid "Republish users to directory" +msgstr "Republish users to directory" + +#: mod/admin.php:1349 +msgid "File upload" +msgstr "File upload" + +#: mod/admin.php:1350 +msgid "Policies" +msgstr "Policies" + +#: mod/admin.php:1352 +msgid "Auto Discovered Contact Directory" +msgstr "Auto-discovered contact directory" + +#: mod/admin.php:1353 +msgid "Performance" +msgstr "Performance" + +#: mod/admin.php:1354 +msgid "Worker" +msgstr "Worker" + +#: mod/admin.php:1355 +msgid "Message Relay" +msgstr "Message relay" + +#: mod/admin.php:1356 +msgid "" +"Relocate - WARNING: advanced function. Could make this server unreachable." +msgstr "Relocate - Warning, advanced function: This could make this server unreachable." + +#: mod/admin.php:1359 +msgid "Site name" +msgstr "Site name" + +#: mod/admin.php:1360 +msgid "Host name" +msgstr "Host name" + +#: mod/admin.php:1361 +msgid "Sender Email" +msgstr "Sender email" + +#: mod/admin.php:1361 +msgid "" +"The email address your server shall use to send notification emails from." +msgstr "The email address your server shall use to send notification emails from." + +#: mod/admin.php:1362 +msgid "Banner/Logo" +msgstr "Banner/Logo" + +#: mod/admin.php:1363 +msgid "Shortcut icon" +msgstr "Shortcut icon" + +#: mod/admin.php:1363 +msgid "Link to an icon that will be used for browsers." +msgstr "Link to an icon that will be used for browsers." + +#: mod/admin.php:1364 +msgid "Touch icon" +msgstr "Touch icon" + +#: mod/admin.php:1364 +msgid "Link to an icon that will be used for tablets and mobiles." +msgstr "Link to an icon that will be used for tablets and mobiles." + +#: mod/admin.php:1365 +msgid "Additional Info" +msgstr "Additional Info" + +#: mod/admin.php:1365 +#, php-format +msgid "" +"For public servers: you can add additional information here that will be " +"listed at %s/servers." +msgstr "For public servers: You can add additional information here that will be listed at %s/servers." + +#: mod/admin.php:1366 +msgid "System language" +msgstr "System language" + +#: mod/admin.php:1367 +msgid "System theme" +msgstr "System theme" + +#: mod/admin.php:1367 +msgid "" +"Default system theme - may be over-ridden by user profiles - change theme settings" +msgstr "Default system theme - may be overridden by user profiles - change theme settings" + +#: mod/admin.php:1368 +msgid "Mobile system theme" +msgstr "Mobile system theme" + +#: mod/admin.php:1368 +msgid "Theme for mobile devices" +msgstr "Theme for mobile devices" + +#: mod/admin.php:1369 +msgid "SSL link policy" +msgstr "SSL link policy" + +#: mod/admin.php:1369 +msgid "Determines whether generated links should be forced to use SSL" +msgstr "Determines whether generated links should be forced to use SSL" + +#: mod/admin.php:1370 +msgid "Force SSL" +msgstr "Force SSL" + +#: mod/admin.php:1370 +msgid "" +"Force all Non-SSL requests to SSL - Attention: on some systems it could lead" +" to endless loops." +msgstr "Force all Non-SSL requests to SSL - Attention: on some systems it could lead to endless loops." + +#: mod/admin.php:1371 +msgid "Hide help entry from navigation menu" +msgstr "Hide help entry from navigation menu" + +#: mod/admin.php:1371 +msgid "" +"Hides the menu entry for the Help pages from the navigation menu. You can " +"still access it calling /help directly." +msgstr "Hides the menu entry for the Help pages from the navigation menu. Help pages can still be accessed by calling ../help directly via its URL." + +#: mod/admin.php:1372 +msgid "Single user instance" +msgstr "Single user instance" + +#: mod/admin.php:1372 +msgid "Make this instance multi-user or single-user for the named user" +msgstr "Make this instance multi-user or single-user for the named user" + +#: mod/admin.php:1373 +msgid "Maximum image size" +msgstr "Maximum image size" + +#: mod/admin.php:1373 +msgid "" +"Maximum size in bytes of uploaded images. Default is 0, which means no " +"limits." +msgstr "Maximum size in bytes of uploaded images. Default is 0, which means no limits." + +#: mod/admin.php:1374 +msgid "Maximum image length" +msgstr "Maximum image length" + +#: mod/admin.php:1374 +msgid "" +"Maximum length in pixels of the longest side of uploaded images. Default is " +"-1, which means no limits." +msgstr "Maximum length in pixels of the longest side of uploaded images. Default is -1, which means no limits." + +#: mod/admin.php:1375 +msgid "JPEG image quality" +msgstr "JPEG image quality" + +#: mod/admin.php:1375 +msgid "" +"Uploaded JPEGS will be saved at this quality setting [0-100]. Default is " +"100, which is full quality." +msgstr "Uploaded JPEGS will be saved at this quality setting [0-100]. Default is 100, which is the original quality level." + +#: mod/admin.php:1377 +msgid "Register policy" +msgstr "Registration policy" + +#: mod/admin.php:1378 +msgid "Maximum Daily Registrations" +msgstr "Maximum daily registrations" + +#: mod/admin.php:1378 +msgid "" +"If registration is permitted above, this sets the maximum number of new user" +" registrations to accept per day. If register is set to closed, this " +"setting has no effect." +msgstr "If open registration is permitted, this sets the maximum number of new registrations per day. This setting has no effect for registrations by approval." + +#: mod/admin.php:1379 +msgid "Register text" +msgstr "Registration text" + +#: mod/admin.php:1379 +msgid "" +"Will be displayed prominently on the registration page. You can use BBCode " +"here." +msgstr "Will be displayed prominently on the registration page. You may use BBCode here." + +#: mod/admin.php:1380 +msgid "Accounts abandoned after x days" +msgstr "Accounts abandoned after so many days" + +#: mod/admin.php:1380 +msgid "" +"Will not waste system resources polling external sites for abandonded " +"accounts. Enter 0 for no time limit." +msgstr "Will not waste system resources polling external sites for abandoned accounts. Enter 0 for no time limit." + +#: mod/admin.php:1381 +msgid "Allowed friend domains" +msgstr "Allowed friend domains" + +#: mod/admin.php:1381 +msgid "" +"Comma separated list of domains which are allowed to establish friendships " +"with this site. Wildcards are accepted. Empty to allow any domains" +msgstr "Comma separated list of domains which are allowed to establish friendships with this site. Wildcards are accepted. Leave empty to allow any domains" + +#: mod/admin.php:1382 +msgid "Allowed email domains" +msgstr "Allowed email domains" + +#: mod/admin.php:1382 +msgid "" +"Comma separated list of domains which are allowed in email addresses for " +"registrations to this site. Wildcards are accepted. Empty to allow any " +"domains" +msgstr "Comma separated list of domains which are allowed in email addresses for registrations to this site. Wildcards are accepted. Leave empty to allow any domains" + +#: mod/admin.php:1383 +msgid "No OEmbed rich content" +msgstr "No OEmbed rich content" + +#: mod/admin.php:1383 +msgid "" +"Don't show the rich content (e.g. embedded PDF), except from the domains " +"listed below." +msgstr "Don't show rich content (e.g. embedded PDF), except from the domains listed below." + +#: mod/admin.php:1384 +msgid "Allowed OEmbed domains" +msgstr "Allowed OEmbed domains" + +#: mod/admin.php:1384 +msgid "" +"Comma separated list of domains which oembed content is allowed to be " +"displayed. Wildcards are accepted." +msgstr "Comma separated list of domains from where OEmbed content is allowed. Wildcards are possible." + +#: mod/admin.php:1385 +msgid "Block public" +msgstr "Block public" + +#: mod/admin.php:1385 +msgid "" +"Check to block public access to all otherwise public personal pages on this " +"site unless you are currently logged in." +msgstr "Block public access to all otherwise public personal pages on this site, except for local users when logged in." + +#: mod/admin.php:1386 +msgid "Force publish" +msgstr "Mandatory directory listing" + +#: mod/admin.php:1386 +msgid "" +"Check to force all profiles on this site to be listed in the site directory." +msgstr "Force all profiles on this site to be listed in the site directory." + +#: mod/admin.php:1387 +msgid "Global directory URL" +msgstr "Global directory URL" + +#: mod/admin.php:1387 +msgid "" +"URL to the global directory. If this is not set, the global directory is " +"completely unavailable to the application." +msgstr "URL to the global directory: If this is not set, the global directory is completely unavailable to the application." + +#: mod/admin.php:1388 +msgid "Private posts by default for new users" +msgstr "Private posts by default for new users" + +#: mod/admin.php:1388 +msgid "" +"Set default post permissions for all new members to the default privacy " +"group rather than public." +msgstr "Set default post permissions for all new members to the default privacy group rather than public." + +#: mod/admin.php:1389 +msgid "Don't include post content in email notifications" +msgstr "Don't include post content in email notifications" + +#: mod/admin.php:1389 +msgid "" +"Don't include the content of a post/comment/private message/etc. in the " +"email notifications that are sent out from this site, as a privacy measure." +msgstr "Don't include the content of a post/comment/private message in the email notifications sent from this site, as a privacy measure." + +#: mod/admin.php:1390 +msgid "Disallow public access to addons listed in the apps menu." +msgstr "Disallow public access to addons listed in the apps menu." + +#: mod/admin.php:1390 +msgid "" +"Checking this box will restrict addons listed in the apps menu to members " +"only." +msgstr "Checking this box will restrict addons listed in the apps menu to members only." + +#: mod/admin.php:1391 +msgid "Don't embed private images in posts" +msgstr "Don't embed private images in posts" + +#: mod/admin.php:1391 +msgid "" +"Don't replace locally-hosted private photos in posts with an embedded copy " +"of the image. This means that contacts who receive posts containing private " +"photos will have to authenticate and load each image, which may take a " +"while." +msgstr "Don't replace locally-hosted private photos in posts with an embedded copy of the image. This means that contacts who receive posts containing private photos will have to authenticate and load each image, which may take a while." + +#: mod/admin.php:1392 +msgid "Allow Users to set remote_self" +msgstr "Allow users to set \"Remote self\"" + +#: mod/admin.php:1392 +msgid "" +"With checking this, every user is allowed to mark every contact as a " +"remote_self in the repair contact dialog. Setting this flag on a contact " +"causes mirroring every posting of that contact in the users stream." +msgstr "This allows every user to mark contacts as a \"Remote self\" in the repair contact dialogue. Setting this flag on a contact will mirror every posting of that contact in the users stream." + +#: mod/admin.php:1393 +msgid "Block multiple registrations" +msgstr "Block multiple registrations" + +#: mod/admin.php:1393 +msgid "Disallow users to register additional accounts for use as pages." +msgstr "Disallow users to sign up for additional accounts." + +#: mod/admin.php:1394 +msgid "OpenID support" +msgstr "OpenID support" + +#: mod/admin.php:1394 +msgid "OpenID support for registration and logins." +msgstr "OpenID support for registration and logins." + +#: mod/admin.php:1395 +msgid "Fullname check" +msgstr "Full name check" + +#: mod/admin.php:1395 +msgid "" +"Force users to register with a space between firstname and lastname in Full " +"name, as an antispam measure" +msgstr "Force users to sign up with a space between first name and last name in the full name field; it may reduce spam and abuse registrations." + +#: mod/admin.php:1396 +msgid "Community pages for visitors" +msgstr "Community pages for visitors" + +#: mod/admin.php:1396 +msgid "" +"Which community pages should be available for visitors. Local users always " +"see both pages." +msgstr "Community pages that should be available for visitors. Local users always see both pages." + +#: mod/admin.php:1397 +msgid "Posts per user on community page" +msgstr "Posts per user on community page" + +#: mod/admin.php:1397 +msgid "" +"The maximum number of posts per user on the community page. (Not valid for " +"'Global Community')" +msgstr "Maximum number of posts per user on the community page (not valid for 'Global Community')." + +#: mod/admin.php:1398 +msgid "Enable OStatus support" +msgstr "Enable OStatus support" + +#: mod/admin.php:1398 +msgid "" +"Provide built-in OStatus (StatusNet, GNU Social etc.) compatibility. All " +"communications in OStatus are public, so privacy warnings will be " +"occasionally displayed." +msgstr "Provide built-in OStatus (StatusNet, GNU Social, etc.) compatibility. All communications in OStatus are public, so privacy warnings will be occasionally displayed." + +#: mod/admin.php:1399 +msgid "Only import OStatus threads from our contacts" +msgstr "Only import OStatus threads from known contacts" + +#: mod/admin.php:1399 +msgid "" +"Normally we import every content from our OStatus contacts. With this option" +" we only store threads that are started by a contact that is known on our " +"system." +msgstr "Normally we import every content from our OStatus contacts. With this option we only store threads that are started by a contact that is known on our system." + +#: mod/admin.php:1400 +msgid "OStatus support can only be enabled if threading is enabled." +msgstr "OStatus support can only be enabled if threading is enabled." + +#: mod/admin.php:1402 +msgid "" +"Diaspora support can't be enabled because Friendica was installed into a sub" +" directory." +msgstr "Diaspora support can't be enabled because Friendica was installed into a sub directory." + +#: mod/admin.php:1403 +msgid "Enable Diaspora support" +msgstr "Enable Diaspora support" + +#: mod/admin.php:1403 +msgid "Provide built-in Diaspora network compatibility." +msgstr "Provide built-in Diaspora network compatibility." + +#: mod/admin.php:1404 +msgid "Only allow Friendica contacts" +msgstr "Only allow Friendica contacts" + +#: mod/admin.php:1404 +msgid "" +"All contacts must use Friendica protocols. All other built-in communication " +"protocols disabled." +msgstr "All contacts must use Friendica protocols. All other built-in communication protocols will be disabled." + +#: mod/admin.php:1405 +msgid "Verify SSL" +msgstr "Verify SSL" + +#: mod/admin.php:1405 +msgid "" +"If you wish, you can turn on strict certificate checking. This will mean you" +" cannot connect (at all) to self-signed SSL sites." +msgstr "If you wish, you can turn on strict certificate checking. This will mean you cannot connect (at all) to self-signed SSL sites." + +#: mod/admin.php:1406 +msgid "Proxy user" +msgstr "Proxy user" + +#: mod/admin.php:1407 +msgid "Proxy URL" +msgstr "Proxy URL" + +#: mod/admin.php:1408 +msgid "Network timeout" +msgstr "Network timeout" + +#: mod/admin.php:1408 +msgid "Value is in seconds. Set to 0 for unlimited (not recommended)." +msgstr "Value is in seconds. Set to 0 for unlimited (not recommended)." + +#: mod/admin.php:1409 +msgid "Maximum Load Average" +msgstr "Maximum load average" + +#: mod/admin.php:1409 +msgid "" +"Maximum system load before delivery and poll processes are deferred - " +"default 50." +msgstr "Maximum system load before delivery and poll processes are deferred (default 50)." + +#: mod/admin.php:1410 +msgid "Maximum Load Average (Frontend)" +msgstr "Maximum load average (frontend)" + +#: mod/admin.php:1410 +msgid "Maximum system load before the frontend quits service - default 50." +msgstr "Maximum system load before the frontend quits service (default 50)." + +#: mod/admin.php:1411 +msgid "Minimal Memory" +msgstr "Minimal memory" + +#: mod/admin.php:1411 +msgid "" +"Minimal free memory in MB for the worker. Needs access to /proc/meminfo - " +"default 0 (deactivated)." +msgstr "Minimal free memory in MB for the worker. Needs access to /proc/meminfo - default 0 (deactivated)." + +#: mod/admin.php:1412 +msgid "Maximum table size for optimization" +msgstr "Maximum table size for optimization" + +#: mod/admin.php:1412 +msgid "" +"Maximum table size (in MB) for the automatic optimization - default 100 MB. " +"Enter -1 to disable it." +msgstr "Maximum table size (in MB) for the automatic optimization (default 100 MB; -1 to deactivate)." + +#: mod/admin.php:1413 +msgid "Minimum level of fragmentation" +msgstr "Minimum level of fragmentation" + +#: mod/admin.php:1413 +msgid "" +"Minimum fragmenation level to start the automatic optimization - default " +"value is 30%." +msgstr "Minimum fragmentation level to start the automatic optimization (default 30%)." + +#: mod/admin.php:1415 +msgid "Periodical check of global contacts" +msgstr "Periodical check of global contacts" + +#: mod/admin.php:1415 +msgid "" +"If enabled, the global contacts are checked periodically for missing or " +"outdated data and the vitality of the contacts and servers." +msgstr "This checks global contacts periodically for missing or outdated data and the vitality of the contacts and servers." + +#: mod/admin.php:1416 +msgid "Days between requery" +msgstr "Days between enquiry" + +#: mod/admin.php:1416 +msgid "Number of days after which a server is requeried for his contacts." +msgstr "Number of days after which a server is required check contacts." + +#: mod/admin.php:1417 +msgid "Discover contacts from other servers" +msgstr "Discover contacts from other servers" + +#: mod/admin.php:1417 +msgid "" +"Periodically query other servers for contacts. You can choose between " +"'users': the users on the remote system, 'Global Contacts': active contacts " +"that are known on the system. The fallback is meant for Redmatrix servers " +"and older friendica servers, where global contacts weren't available. The " +"fallback increases the server load, so the recommened setting is 'Users, " +"Global Contacts'." +msgstr "Periodically query other servers for contacts. You can choose between 'Users': the users on the remote system, 'Global Contacts': active contacts that are known on the system. The fallback is meant for Redmatrix servers and older Friendica servers, where global contacts weren't available. The fallback increases the server load, so the recommend setting is 'Users, Global Contacts'." + +#: mod/admin.php:1418 +msgid "Timeframe for fetching global contacts" +msgstr "Time-frame for fetching global contacts" + +#: mod/admin.php:1418 +msgid "" +"When the discovery is activated, this value defines the timeframe for the " +"activity of the global contacts that are fetched from other servers." +msgstr "If discovery is activated, this value defines the time-frame for the activity of the global contacts that are fetched from other servers." + +#: mod/admin.php:1419 +msgid "Search the local directory" +msgstr "Search the local directory" + +#: mod/admin.php:1419 +msgid "" +"Search the local directory instead of the global directory. When searching " +"locally, every search will be executed on the global directory in the " +"background. This improves the search results when the search is repeated." +msgstr "Search the local directory instead of the global directory. When searching locally, every search will be executed on the global directory in the background. This improves the search results when the search is repeated." + +#: mod/admin.php:1421 +msgid "Publish server information" +msgstr "Publish server information" + +#: mod/admin.php:1421 +msgid "" +"If enabled, general server and usage data will be published. The data " +"contains the name and version of the server, number of users with public " +"profiles, number of posts and the activated protocols and connectors. See the-federation.info for details." +msgstr "This publishes generic data about the server and its usage. The data contains the name and version of the server, number of users with public profiles, number of posts and the activated protocols and connectors. See the-federation.info for details." + +#: mod/admin.php:1423 +msgid "Check upstream version" +msgstr "Check upstream version" + +#: mod/admin.php:1423 +msgid "" +"Enables checking for new Friendica versions at github. If there is a new " +"version, you will be informed in the admin panel overview." +msgstr "Enables checking for new Friendica versions at github. If there is a new version, you will be informed in the admin panel overview." + +#: mod/admin.php:1424 +msgid "Suppress Tags" +msgstr "Suppress tags" + +#: mod/admin.php:1424 +msgid "Suppress showing a list of hashtags at the end of the posting." +msgstr "Suppress listed hashtags at the end of posts." + +#: mod/admin.php:1425 +msgid "Path to item cache" +msgstr "Path to item cache" + +#: mod/admin.php:1425 +msgid "The item caches buffers generated bbcode and external images." +msgstr "The item caches buffers generated bbcode and external images." + +#: mod/admin.php:1426 +msgid "Cache duration in seconds" +msgstr "Cache duration in seconds" + +#: mod/admin.php:1426 +msgid "" +"How long should the cache files be hold? Default value is 86400 seconds (One" +" day). To disable the item cache, set the value to -1." +msgstr "How long should cache files be held? (Default 86400 seconds - one day; -1 disables item cache)" + +#: mod/admin.php:1427 +msgid "Maximum numbers of comments per post" +msgstr "Maximum numbers of comments per post" + +#: mod/admin.php:1427 +msgid "How much comments should be shown for each post? Default value is 100." +msgstr "How many comments should be shown for each post? (Default 100)" + +#: mod/admin.php:1428 +msgid "Temp path" +msgstr "Temp path" + +#: mod/admin.php:1428 +msgid "" +"If you have a restricted system where the webserver can't access the system " +"temp path, enter another path here." +msgstr "Enter a different tmp path, if your system restricts the webserver's access to the system temp path." + +#: mod/admin.php:1429 +msgid "Base path to installation" +msgstr "Base path to installation" + +#: mod/admin.php:1429 +msgid "" +"If the system cannot detect the correct path to your installation, enter the" +" correct path here. This setting should only be set if you are using a " +"restricted system and symbolic links to your webroot." +msgstr "If the system cannot detect the correct path to your installation, enter the correct path here. This setting should only be set if you are using a restricted system and symbolic links to your webroot." + +#: mod/admin.php:1430 +msgid "Disable picture proxy" +msgstr "Disable picture proxy" + +#: mod/admin.php:1430 +msgid "" +"The picture proxy increases performance and privacy. It shouldn't be used on" +" systems with very low bandwith." +msgstr "The picture proxy increases performance and privacy. It shouldn't be used on systems with very low bandwith." + +#: mod/admin.php:1431 +msgid "Only search in tags" +msgstr "Only search in tags" + +#: mod/admin.php:1431 +msgid "On large systems the text search can slow down the system extremely." +msgstr "On large systems the text search can slow down the system significantly." + +#: mod/admin.php:1433 +msgid "New base url" +msgstr "New base URL" + +#: mod/admin.php:1433 +msgid "" +"Change base url for this server. Sends relocate message to all Friendica and" +" Diaspora* contacts of all users." +msgstr "Change base url for this server. Sends relocate message to all Friendica and Diaspora* contacts of all users." + +#: mod/admin.php:1435 +msgid "RINO Encryption" +msgstr "RINO Encryption" + +#: mod/admin.php:1435 +msgid "Encryption layer between nodes." +msgstr "Encryption layer between nodes." + +#: mod/admin.php:1435 +msgid "Enabled" +msgstr "Enabled" + +#: mod/admin.php:1437 +msgid "Maximum number of parallel workers" +msgstr "Maximum number of parallel workers" + +#: mod/admin.php:1437 +msgid "" +"On shared hosters set this to 2. On larger systems, values of 10 are great. " +"Default value is 4." +msgstr "On shared hosts set this to 2. On larger systems, values of 10 are great. Default value is 4." + +#: mod/admin.php:1438 +msgid "Don't use 'proc_open' with the worker" +msgstr "Don't use 'proc_open' with the worker" + +#: mod/admin.php:1438 +msgid "" +"Enable this if your system doesn't allow the use of 'proc_open'. This can " +"happen on shared hosters. If this is enabled you should increase the " +"frequency of worker calls in your crontab." +msgstr "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." + +#: mod/admin.php:1439 +msgid "Enable fastlane" +msgstr "Enable fast-lane" + +#: mod/admin.php:1439 +msgid "" +"When enabed, the fastlane mechanism starts an additional worker if processes" +" with higher priority are blocked by processes of lower priority." +msgstr "The fast-lane mechanism starts an additional worker if processes with higher priority are blocked by processes of lower priority." + +#: mod/admin.php:1440 +msgid "Enable frontend worker" +msgstr "Enable frontend worker" + +#: mod/admin.php:1440 +#, php-format +msgid "" +"When enabled the Worker process is triggered when backend access is " +"performed \\x28e.g. messages being delivered\\x29. On smaller sites you " +"might want to call %s/worker on a regular basis via an external cron job. " +"You should only enable this option if you cannot utilize cron/scheduled jobs" +" on your server." +msgstr "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." + +#: mod/admin.php:1442 +msgid "Subscribe to relay" +msgstr "Subscribe to relay" + +#: mod/admin.php:1442 +msgid "" +"Enables the receiving of public posts from the relay. They will be included " +"in the search, subscribed tags and on the global community page." +msgstr "Receive public posts from the specified relay. Post will be included in searches, subscribed tags and on the global community page." + +#: mod/admin.php:1443 +msgid "Relay server" +msgstr "Relay server" + +#: mod/admin.php:1443 +msgid "" +"Address of the relay server where public posts should be send to. For " +"example https://relay.diasp.org" +msgstr "Address of the relay server where public posts should be send to. For example https://relay.diasp.org" + +#: mod/admin.php:1444 +msgid "Direct relay transfer" +msgstr "Direct relay transfer" + +#: mod/admin.php:1444 +msgid "" +"Enables the direct transfer to other servers without using the relay servers" +msgstr "Enables direct transfer to other servers without using a relay server." + +#: mod/admin.php:1445 +msgid "Relay scope" +msgstr "Relay scope" + +#: mod/admin.php:1445 +msgid "" +"Can be 'all' or 'tags'. 'all' means that every public post should be " +"received. 'tags' means that only posts with selected tags should be " +"received." +msgstr "Set to 'all' or 'tags'. 'all' means receive every public post; 'tags' receive public posts only with specified tags." + +#: mod/admin.php:1445 +msgid "all" +msgstr "all" + +#: mod/admin.php:1445 +msgid "tags" +msgstr "tags" + +#: mod/admin.php:1446 +msgid "Server tags" +msgstr "Server tags" + +#: mod/admin.php:1446 +msgid "Comma separated list of tags for the 'tags' subscription." +msgstr "Comma separated tags for subscription." + +#: mod/admin.php:1447 +msgid "Allow user tags" +msgstr "Allow user tags" + +#: mod/admin.php:1447 +msgid "" +"If enabled, the tags from the saved searches will used for the 'tags' " +"subscription in addition to the 'relay_server_tags'." +msgstr "Use user-generated tags from saved searches for 'tags' subscription in addition to 'relay_server_tags'." + +#: mod/admin.php:1475 +msgid "Update has been marked successful" +msgstr "Update has been marked successful" + +#: mod/admin.php:1482 +#, php-format +msgid "Database structure update %s was successfully applied." +msgstr "Database structure update %s was successfully applied." + +#: mod/admin.php:1485 +#, php-format +msgid "Executing of database structure update %s failed with error: %s" +msgstr "Executing of database structure update %s failed with error: %s" + +#: mod/admin.php:1498 +#, php-format +msgid "Executing %s failed with error: %s" +msgstr "Executing %s failed with error: %s" + +#: mod/admin.php:1500 +#, php-format +msgid "Update %s was successfully applied." +msgstr "Update %s was successfully applied." + +#: mod/admin.php:1503 +#, php-format +msgid "Update %s did not return a status. Unknown if it succeeded." +msgstr "Update %s did not return a status. Unknown if it succeeded." + +#: mod/admin.php:1506 +#, php-format +msgid "There was no additional update function %s that needed to be called." +msgstr "There was no additional update function %s that needed to be called." + +#: mod/admin.php:1526 +msgid "No failed updates." +msgstr "No failed updates." + +#: mod/admin.php:1527 +msgid "Check database structure" +msgstr "Check database structure" + +#: mod/admin.php:1532 +msgid "Failed Updates" +msgstr "Failed updates" + +#: mod/admin.php:1533 +msgid "" +"This does not include updates prior to 1139, which did not return a status." +msgstr "This does not include updates prior to 1139, which did not return a status." + +#: mod/admin.php:1534 +msgid "Mark success (if update was manually applied)" +msgstr "Mark success (if update was manually applied)" + +#: mod/admin.php:1535 +msgid "Attempt to execute this update step automatically" +msgstr "Attempt to execute this update step automatically" + +#: mod/admin.php:1574 +#, php-format +msgid "" +"\n" +"\t\t\tDear %1$s,\n" +"\t\t\t\tthe administrator of %2$s has set up an account for you." +msgstr "\n\t\t\tDear %1$s,\n\t\t\t\tThe administrator of %2$s has set up an account for you." + +#: mod/admin.php:1577 +#, php-format +msgid "" +"\n" +"\t\t\tThe login details are as follows:\n" +"\n" +"\t\t\tSite Location:\t%1$s\n" +"\t\t\tLogin Name:\t\t%2$s\n" +"\t\t\tPassword:\t\t%3$s\n" +"\n" +"\t\t\tYou may change your password from your account \"Settings\" page after logging\n" +"\t\t\tin.\n" +"\n" +"\t\t\tPlease take a few moments to review the other account settings on that page.\n" +"\n" +"\t\t\tYou may also wish to add some basic information to your default profile\n" +"\t\t\t(on the \"Profiles\" page) so that other people can easily find you.\n" +"\n" +"\t\t\tWe recommend setting your full name, adding a profile photo,\n" +"\t\t\tadding some profile \"keywords\" (very useful in making new friends) - and\n" +"\t\t\tperhaps what country you live in; if you do not wish to be more specific\n" +"\t\t\tthan that.\n" +"\n" +"\t\t\tWe fully respect your right to privacy, and none of these items are necessary.\n" +"\t\t\tIf you are new and do not know anybody here, they may help\n" +"\t\t\tyou to make some new and interesting friends.\n" +"\n" +"\t\t\tIf you ever want to delete your account, you can do so at %1$s/removeme\n" +"\n" +"\t\t\tThank you and welcome to %4$s." +msgstr "\n\t\t\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." + +#: mod/admin.php:1611 src/Model/User.php:649 +#, php-format +msgid "Registration details for %s" +msgstr "Registration details for %s" + +#: mod/admin.php:1621 +#, php-format +msgid "%s user blocked/unblocked" +msgid_plural "%s users blocked/unblocked" +msgstr[0] "%s user blocked/unblocked" +msgstr[1] "%s users blocked/unblocked" + +#: mod/admin.php:1627 +#, php-format +msgid "%s user deleted" +msgid_plural "%s users deleted" +msgstr[0] "%s user deleted" +msgstr[1] "%s users deleted" + +#: mod/admin.php:1674 +#, php-format +msgid "User '%s' deleted" +msgstr "User '%s' deleted" + +#: mod/admin.php:1682 +#, php-format +msgid "User '%s' unblocked" +msgstr "User '%s' unblocked" + +#: mod/admin.php:1682 +#, php-format +msgid "User '%s' blocked" +msgstr "User '%s' blocked" + +#: mod/admin.php:1781 mod/admin.php:1793 mod/admin.php:1806 mod/admin.php:1824 +#: src/Content/ContactSelector.php:82 +msgid "Email" +msgstr "Email" + +#: mod/admin.php:1781 mod/admin.php:1806 +msgid "Register date" +msgstr "Registration date" + +#: mod/admin.php:1781 mod/admin.php:1806 +msgid "Last login" +msgstr "Last login" + +#: mod/admin.php:1781 mod/admin.php:1806 +msgid "Last item" +msgstr "Last item" + +#: mod/admin.php:1781 mod/settings.php:55 +msgid "Account" +msgstr "Account" + +#: mod/admin.php:1789 +msgid "Add User" +msgstr "Add user" + +#: mod/admin.php:1791 +msgid "User registrations waiting for confirm" +msgstr "User registrations awaiting confirmation" + +#: mod/admin.php:1792 +msgid "User waiting for permanent deletion" +msgstr "User awaiting permanent deletion" + +#: mod/admin.php:1793 +msgid "Request date" +msgstr "Request date" + +#: mod/admin.php:1794 +msgid "No registrations." +msgstr "No registrations." + +#: mod/admin.php:1795 +msgid "Note from the user" +msgstr "Note from the user" + +#: mod/admin.php:1797 +msgid "Deny" +msgstr "Deny" + +#: mod/admin.php:1801 +msgid "Site admin" +msgstr "Site admin" + +#: mod/admin.php:1802 +msgid "Account expired" +msgstr "Account expired" + +#: mod/admin.php:1805 +msgid "New User" +msgstr "New user" + +#: mod/admin.php:1806 +msgid "Deleted since" +msgstr "Deleted since" + +#: mod/admin.php:1811 +msgid "" +"Selected users will be deleted!\\n\\nEverything these users had posted on " +"this site will be permanently deleted!\\n\\nAre you sure?" +msgstr "Selected users will be deleted!\\n\\nEverything these users has posted on this site will be permanently deleted!\\n\\nAre you sure?" + +#: mod/admin.php:1812 +msgid "" +"The user {0} will be deleted!\\n\\nEverything this user has posted on this " +"site will be permanently deleted!\\n\\nAre you sure?" +msgstr "The user {0} will be deleted!\\n\\nEverything this user has posted on this site will be permanently deleted!\\n\\nAre you sure?" + +#: mod/admin.php:1822 +msgid "Name of the new user." +msgstr "Name of the new user." + +#: mod/admin.php:1823 +msgid "Nickname" +msgstr "Nickname" + +#: mod/admin.php:1823 +msgid "Nickname of the new user." +msgstr "Nickname of the new user." + +#: mod/admin.php:1824 +msgid "Email address of the new user." +msgstr "Email address of the new user." + +#: mod/admin.php:1866 +#, php-format +msgid "Addon %s disabled." +msgstr "Addon %s disabled." + +#: mod/admin.php:1870 +#, php-format +msgid "Addon %s enabled." +msgstr "Addon %s enabled." + +#: mod/admin.php:1880 mod/admin.php:2129 +msgid "Disable" +msgstr "Disable" + +#: mod/admin.php:1883 mod/admin.php:2132 +msgid "Enable" +msgstr "Enable" + +#: mod/admin.php:1905 mod/admin.php:2174 +msgid "Toggle" +msgstr "Toggle" + +#: mod/admin.php:1913 mod/admin.php:2183 +msgid "Author: " +msgstr "Author: " + +#: mod/admin.php:1914 mod/admin.php:2184 +msgid "Maintainer: " +msgstr "Maintainer: " + +#: mod/admin.php:1966 +msgid "Reload active addons" +msgstr "Reload active addons" + +#: mod/admin.php:1971 +#, php-format +msgid "" +"There are currently no addons available on your node. You can find the " +"official addon repository at %1$s and might find other interesting addons in" +" the open addon registry at %2$s" +msgstr "There are currently no addons available on your node. You can find the official addon repository at %1$s and might find other interesting addons in the open addon registry at %2$s" + +#: mod/admin.php:2091 +msgid "No themes found." +msgstr "No themes found." + +#: mod/admin.php:2165 +msgid "Screenshot" +msgstr "Screenshot" + +#: mod/admin.php:2219 +msgid "Reload active themes" +msgstr "Reload active themes" + +#: mod/admin.php:2224 +#, php-format +msgid "No themes found on the system. They should be placed in %1$s" +msgstr "No themes found on the system. They should be placed in %1$s" + +#: mod/admin.php:2225 +msgid "[Experimental]" +msgstr "[Experimental]" + +#: mod/admin.php:2226 +msgid "[Unsupported]" +msgstr "[Unsupported]" + +#: mod/admin.php:2250 +msgid "Log settings updated." +msgstr "Log settings updated." + +#: mod/admin.php:2282 +msgid "PHP log currently enabled." +msgstr "PHP log currently enabled." + +#: mod/admin.php:2284 +msgid "PHP log currently disabled." +msgstr "PHP log currently disabled." + +#: mod/admin.php:2293 +msgid "Clear" +msgstr "Clear" + +#: mod/admin.php:2297 +msgid "Enable Debugging" +msgstr "Enable debugging" + +#: mod/admin.php:2298 +msgid "Log file" +msgstr "Log file" + +#: mod/admin.php:2298 +msgid "" +"Must be writable by web server. Relative to your Friendica top-level " +"directory." +msgstr "Must be writable by web server and relative to your Friendica top-level directory." + +#: mod/admin.php:2299 +msgid "Log level" +msgstr "Log level" + +#: mod/admin.php:2301 +msgid "PHP logging" +msgstr "PHP logging" + +#: mod/admin.php:2302 +msgid "" +"To enable logging of PHP errors and warnings you can add the following to " +"the .htconfig.php file of your installation. The filename set in the " +"'error_log' line is relative to the friendica top-level directory and must " +"be writeable by the web server. The option '1' for 'log_errors' and " +"'display_errors' is to enable these options, set to '0' to disable them." +msgstr "To enable logging of PHP errors and warnings you can add the following to the .htconfig.php file of your installation. The file name set in the 'error_log' line is relative to the Friendica top-level directory and must be writeable by the web server. The option '1' for 'log_errors' and 'display_errors' is to enable these options, set to '0' to disable them." + +#: mod/admin.php:2333 +#, php-format +msgid "" +"Error trying to open %1$s log file.\\r\\n
    Check to see " +"if file %1$s exist and is readable." +msgstr "Error trying to open %1$s log file.\\r\\n
    Check to see if file %1$s exist and is readable." + +#: mod/admin.php:2337 +#, php-format +msgid "" +"Couldn't open %1$s log file.\\r\\n
    Check to see if file" +" %1$s is readable." +msgstr "Couldn't open %1$s log file.\\r\\n
    Check if file %1$s is readable." + +#: mod/admin.php:2428 mod/admin.php:2429 mod/settings.php:775 +msgid "Off" +msgstr "Off" + +#: mod/admin.php:2428 mod/admin.php:2429 mod/settings.php:775 +msgid "On" +msgstr "On" + +#: mod/admin.php:2429 +#, php-format +msgid "Lock feature %s" +msgstr "Lock feature %s" + +#: mod/admin.php:2437 +msgid "Manage Additional Features" +msgstr "Manage additional features" + +#: mod/settings.php:72 msgid "Display" msgstr "Display" -#: mod/settings.php:78 mod/settings.php:845 +#: mod/settings.php:79 mod/settings.php:842 msgid "Social Networks" msgstr "Social networks" -#: mod/settings.php:92 src/Content/Nav.php:204 +#: mod/settings.php:93 src/Content/Nav.php:204 msgid "Delegations" msgstr "Delegations" -#: mod/settings.php:99 +#: mod/settings.php:100 msgid "Connected apps" msgstr "Connected apps" -#: mod/settings.php:113 +#: mod/settings.php:114 msgid "Remove account" msgstr "Remove account" -#: mod/settings.php:167 +#: mod/settings.php:168 msgid "Missing some important data!" msgstr "Missing some important data!" -#: mod/settings.php:278 +#: mod/settings.php:279 msgid "Failed to connect with email account using the settings provided." msgstr "Failed to connect with email account using the settings provided." -#: mod/settings.php:283 +#: mod/settings.php:284 msgid "Email settings updated." msgstr "Email settings updated." -#: mod/settings.php:299 +#: mod/settings.php:300 msgid "Features updated" msgstr "Features updated" -#: mod/settings.php:371 +#: mod/settings.php:372 msgid "Relocate message has been send to your contacts" msgstr "Relocate message has been send to your contacts" -#: mod/settings.php:383 src/Model/User.php:310 +#: mod/settings.php:384 src/Model/User.php:325 msgid "Passwords do not match. Password unchanged." msgstr "Passwords do not match. Password unchanged." -#: mod/settings.php:388 +#: mod/settings.php:389 msgid "Empty passwords are not allowed. Password unchanged." msgstr "Empty passwords are not allowed. Password unchanged." -#: mod/settings.php:394 +#: mod/settings.php:394 src/Core/Console/NewPassword.php:78 +msgid "" +"The new password has been exposed in a public data dump, please choose " +"another." +msgstr "The new password has been exposed in a public data dump; please choose another." + +#: mod/settings.php:400 msgid "Wrong password." msgstr "Wrong password." -#: mod/settings.php:401 +#: mod/settings.php:407 src/Core/Console/NewPassword.php:85 msgid "Password changed." msgstr "Password changed." -#: mod/settings.php:403 +#: mod/settings.php:409 src/Core/Console/NewPassword.php:82 msgid "Password update failed. Please try again." msgstr "Password update failed. Please try again." -#: mod/settings.php:493 +#: mod/settings.php:496 msgid " Please use a shorter name." msgstr " Please use a shorter name." -#: mod/settings.php:496 +#: mod/settings.php:499 msgid " Name too short." msgstr " Name too short." -#: mod/settings.php:504 +#: mod/settings.php:507 msgid "Wrong Password" msgstr "Wrong password" -#: mod/settings.php:509 +#: mod/settings.php:512 msgid "Invalid email." -msgstr "" +msgstr "Invalid email." -#: mod/settings.php:516 +#: mod/settings.php:519 msgid "Cannot change to that email." -msgstr "" +msgstr "Cannot change to that email." -#: mod/settings.php:569 +#: mod/settings.php:572 msgid "Private forum has no privacy permissions. Using default privacy group." msgstr "Private forum has no privacy permissions. Using default privacy group." -#: mod/settings.php:572 +#: mod/settings.php:575 msgid "Private forum has no privacy permissions and no default privacy group." msgstr "Private forum has no privacy permissions and no default privacy group." -#: mod/settings.php:612 +#: mod/settings.php:615 msgid "Settings updated." msgstr "Settings updated." -#: mod/settings.php:678 mod/settings.php:704 mod/settings.php:740 +#: mod/settings.php:674 mod/settings.php:700 mod/settings.php:736 msgid "Add application" msgstr "Add application" -#: mod/settings.php:682 mod/settings.php:708 +#: mod/settings.php:678 mod/settings.php:704 msgid "Consumer Key" msgstr "Consumer key" -#: mod/settings.php:683 mod/settings.php:709 +#: mod/settings.php:679 mod/settings.php:705 msgid "Consumer Secret" msgstr "Consumer secret" -#: mod/settings.php:684 mod/settings.php:710 +#: mod/settings.php:680 mod/settings.php:706 msgid "Redirect" msgstr "Redirect" -#: mod/settings.php:685 mod/settings.php:711 +#: mod/settings.php:681 mod/settings.php:707 msgid "Icon url" msgstr "Icon URL" -#: mod/settings.php:696 +#: mod/settings.php:692 msgid "You can't edit this application." msgstr "You cannot edit this application." -#: mod/settings.php:739 +#: mod/settings.php:735 msgid "Connected Apps" msgstr "Connected Apps" -#: mod/settings.php:741 src/Object/Post.php:154 src/Object/Post.php:156 +#: mod/settings.php:737 src/Object/Post.php:155 src/Object/Post.php:157 msgid "Edit" msgstr "Edit" -#: mod/settings.php:743 +#: mod/settings.php:739 msgid "Client key starts with" msgstr "Client key starts with" -#: mod/settings.php:744 +#: mod/settings.php:740 msgid "No name" msgstr "No name" -#: mod/settings.php:745 +#: mod/settings.php:741 msgid "Remove authorization" msgstr "Remove authorization" -#: mod/settings.php:756 +#: mod/settings.php:752 msgid "No Addon settings configured" -msgstr "" +msgstr "No addon settings configured" -#: mod/settings.php:765 +#: mod/settings.php:761 msgid "Addon Settings" -msgstr "" +msgstr "Addon settings" -#: mod/settings.php:786 +#: mod/settings.php:782 msgid "Additional Features" msgstr "Additional Features" -#: mod/settings.php:808 src/Content/ContactSelector.php:83 +#: mod/settings.php:805 src/Content/ContactSelector.php:83 msgid "Diaspora" msgstr "Diaspora" -#: mod/settings.php:808 mod/settings.php:809 +#: mod/settings.php:805 mod/settings.php:806 msgid "enabled" msgstr "enabled" -#: mod/settings.php:808 mod/settings.php:809 +#: mod/settings.php:805 mod/settings.php:806 msgid "disabled" msgstr "disabled" -#: mod/settings.php:808 mod/settings.php:809 +#: mod/settings.php:805 mod/settings.php:806 #, php-format msgid "Built-in support for %s connectivity is %s" msgstr "Built-in support for %s connectivity is %s" -#: mod/settings.php:809 +#: mod/settings.php:806 msgid "GNU Social (OStatus)" msgstr "GNU Social (OStatus)" -#: mod/settings.php:840 +#: mod/settings.php:837 msgid "Email access is disabled on this site." msgstr "Email access is disabled on this site." -#: mod/settings.php:850 +#: mod/settings.php:847 msgid "General Social Media Settings" msgstr "General Social Media Settings" -#: mod/settings.php:851 +#: mod/settings.php:848 +msgid "Disable Content Warning" +msgstr "Disable Content Warning" + +#: mod/settings.php:848 +msgid "" +"Users on networks like Mastodon or Pleroma are able to set a content warning" +" field which collapse their post by default. This disables the automatic " +"collapsing and sets the content warning as the post title. Doesn't affect " +"any other content filtering you eventually set up." +msgstr "Users on networks like Mastodon or Pleroma are able to set a content warning field which collapses their post by default. This disables the automatic collapsing and sets the content warning as the post title. It doesn't affect any other content filtering you may set up." + +#: mod/settings.php:849 msgid "Disable intelligent shortening" msgstr "Disable intelligent shortening" -#: mod/settings.php:851 +#: mod/settings.php:849 msgid "" "Normally the system tries to find the best link to add to shortened posts. " "If this option is enabled then every shortened post will always point to the" " original friendica post." msgstr "Normally the system tries to find the best link to add to shortened posts. If this option is enabled then every shortened post will always point to the original Friendica post." -#: mod/settings.php:852 +#: mod/settings.php:850 msgid "Automatically follow any GNU Social (OStatus) followers/mentioners" msgstr "Automatically follow any GNU Social (OStatus) followers/mentioners" -#: mod/settings.php:852 +#: mod/settings.php:850 msgid "" "If you receive a message from an unknown OStatus user, this option decides " "what to do. If it is checked, a new contact will be created for every " "unknown user." msgstr "Create a new contact for every unknown OStatus user from whom you receive a message." -#: mod/settings.php:853 +#: mod/settings.php:851 msgid "Default group for OStatus contacts" msgstr "Default group for OStatus contacts" -#: mod/settings.php:854 +#: mod/settings.php:852 msgid "Your legacy GNU Social account" msgstr "Your legacy GNU Social account" -#: mod/settings.php:854 +#: mod/settings.php:852 msgid "" "If you enter your old GNU Social/Statusnet account name here (in the format " "user@domain.tld), your contacts will be added automatically. The field will " "be emptied when done." msgstr "Entering your old GNU Social/Statusnet account name here (format: user@domain.tld), will automatically added your contacts. The field will be emptied when done." -#: mod/settings.php:857 +#: mod/settings.php:855 msgid "Repair OStatus subscriptions" msgstr "Repair OStatus subscriptions" -#: mod/settings.php:861 +#: mod/settings.php:859 msgid "Email/Mailbox Setup" msgstr "Email/Mailbox setup" -#: mod/settings.php:862 +#: mod/settings.php:860 msgid "" "If you wish to communicate with email contacts using this service " "(optional), please specify how to connect to your mailbox." msgstr "Specify how to connect to your mailbox, if you wish to communicate with existing email contacts." -#: mod/settings.php:863 +#: mod/settings.php:861 msgid "Last successful email check:" msgstr "Last successful email check:" -#: mod/settings.php:865 +#: mod/settings.php:863 msgid "IMAP server name:" msgstr "IMAP server name:" -#: mod/settings.php:866 +#: mod/settings.php:864 msgid "IMAP port:" msgstr "IMAP port:" -#: mod/settings.php:867 +#: mod/settings.php:865 msgid "Security:" msgstr "Security:" -#: mod/settings.php:867 mod/settings.php:872 +#: mod/settings.php:865 mod/settings.php:870 msgid "None" msgstr "None" -#: mod/settings.php:868 +#: mod/settings.php:866 msgid "Email login name:" msgstr "Email login name:" -#: mod/settings.php:869 +#: mod/settings.php:867 msgid "Email password:" msgstr "Email password:" -#: mod/settings.php:870 +#: mod/settings.php:868 msgid "Reply-to address:" msgstr "Reply-to address:" -#: mod/settings.php:871 +#: mod/settings.php:869 msgid "Send public posts to all email contacts:" msgstr "Send public posts to all email contacts:" -#: mod/settings.php:872 +#: mod/settings.php:870 msgid "Action after import:" msgstr "Action after import:" -#: mod/settings.php:872 src/Content/Nav.php:191 +#: mod/settings.php:870 src/Content/Nav.php:191 msgid "Mark as seen" msgstr "Mark as seen" -#: mod/settings.php:872 +#: mod/settings.php:870 msgid "Move to folder" msgstr "Move to folder" -#: mod/settings.php:873 +#: mod/settings.php:871 msgid "Move to folder:" msgstr "Move to folder:" -#: mod/settings.php:916 +#: mod/settings.php:914 #, php-format msgid "%s - (Unsupported)" -msgstr "" +msgstr "%s - (Unsupported)" -#: mod/settings.php:918 +#: mod/settings.php:916 #, php-format msgid "%s - (Experimental)" -msgstr "" +msgstr "%s - (Experimental)" -#: mod/settings.php:961 +#: mod/settings.php:959 msgid "Display Settings" msgstr "Display Settings" -#: mod/settings.php:967 mod/settings.php:991 +#: mod/settings.php:965 mod/settings.php:989 msgid "Display Theme:" msgstr "Display theme:" -#: mod/settings.php:968 +#: mod/settings.php:966 msgid "Mobile Theme:" msgstr "Mobile theme:" -#: mod/settings.php:969 +#: mod/settings.php:967 msgid "Suppress warning of insecure networks" msgstr "Suppress warning of insecure networks" -#: mod/settings.php:969 +#: mod/settings.php:967 msgid "" "Should the system suppress the warning that the current group contains " "members of networks that can't receive non public postings." -msgstr "Suppresses warnings if groups contains members whose networks that cannot receive non-public postings." +msgstr "Suppresses warnings if groups contains members whose networks cannot receive non-public postings." -#: mod/settings.php:970 +#: mod/settings.php:968 msgid "Update browser every xx seconds" msgstr "Update browser every so many seconds:" -#: mod/settings.php:970 +#: mod/settings.php:968 msgid "Minimum of 10 seconds. Enter -1 to disable it." msgstr "Minimum 10 seconds; to disable -1." -#: mod/settings.php:971 +#: mod/settings.php:969 msgid "Number of items to display per page:" msgstr "Number of items displayed per page:" -#: mod/settings.php:971 mod/settings.php:972 +#: mod/settings.php:969 mod/settings.php:970 msgid "Maximum of 100 items" msgstr "Maximum of 100 items" -#: mod/settings.php:972 +#: mod/settings.php:970 msgid "Number of items to display per page when viewed from mobile device:" msgstr "Number of items displayed per page on mobile devices:" -#: mod/settings.php:973 +#: mod/settings.php:971 msgid "Don't show emoticons" msgstr "Don't show emoticons" -#: mod/settings.php:974 +#: mod/settings.php:972 msgid "Calendar" msgstr "Calendar" -#: mod/settings.php:975 +#: mod/settings.php:973 msgid "Beginning of week:" msgstr "Week begins: " -#: mod/settings.php:976 +#: mod/settings.php:974 msgid "Don't show notices" msgstr "Don't show notices" -#: mod/settings.php:977 +#: mod/settings.php:975 msgid "Infinite scroll" msgstr "Infinite scroll" -#: mod/settings.php:978 +#: mod/settings.php:976 msgid "Automatic updates only at the top of the network page" msgstr "Automatically updates only top of the network page" -#: mod/settings.php:978 +#: mod/settings.php:976 msgid "" "When disabled, the network page is updated all the time, which could be " "confusing while reading." msgstr "When disabled, the network page is updated all the time, which could be confusing while reading." -#: mod/settings.php:979 +#: mod/settings.php:977 msgid "Bandwith Saver Mode" msgstr "Bandwith saving mode" -#: mod/settings.php:979 +#: mod/settings.php:977 msgid "" "When enabled, embedded content is not displayed on automatic updates, they " "only show on page reload." msgstr "If enabled, embedded content is not displayed on automatic updates; it is only shown on page reload." -#: mod/settings.php:980 +#: mod/settings.php:978 msgid "Smart Threading" msgstr "Smart threading" -#: mod/settings.php:980 +#: mod/settings.php:978 msgid "" "When enabled, suppress extraneous thread indentation while keeping it where " "it matters. Only works if threading is available and enabled." msgstr "Suppresses extraneous thread indentation while keeping it where it matters. Only works if threading is available and enabled." -#: mod/settings.php:982 +#: mod/settings.php:980 msgid "General Theme Settings" msgstr "Themes" -#: mod/settings.php:983 +#: mod/settings.php:981 msgid "Custom Theme Settings" msgstr "Theme customisation" -#: mod/settings.php:984 +#: mod/settings.php:982 msgid "Content Settings" msgstr "Content/Layout" -#: mod/settings.php:985 view/theme/duepuntozero/config.php:74 +#: mod/settings.php:983 view/theme/duepuntozero/config.php:73 #: view/theme/frio/config.php:115 view/theme/quattro/config.php:75 #: view/theme/vier/config.php:121 msgid "Theme settings" msgstr "Theme settings" -#: mod/settings.php:1006 +#: mod/settings.php:1002 msgid "Unable to find your profile. Please contact your admin." -msgstr "" +msgstr "Unable to find your profile. Please contact your admin." -#: mod/settings.php:1048 +#: mod/settings.php:1044 msgid "Account Types" msgstr "Account types:" -#: mod/settings.php:1049 +#: mod/settings.php:1045 msgid "Personal Page Subtypes" msgstr "Personal Page subtypes" -#: mod/settings.php:1050 +#: mod/settings.php:1046 msgid "Community Forum Subtypes" msgstr "Community forum subtypes" -#: mod/settings.php:1057 +#: mod/settings.php:1053 msgid "Personal Page" msgstr "Personal Page" -#: mod/settings.php:1058 +#: mod/settings.php:1054 msgid "Account for a personal profile." msgstr "Account for a personal profile." -#: mod/settings.php:1061 +#: mod/settings.php:1057 msgid "Organisation Page" msgstr "Organisation Page" -#: mod/settings.php:1062 +#: mod/settings.php:1058 msgid "" "Account for an organisation that automatically approves contact requests as " "\"Followers\"." msgstr "Account for an organisation that automatically approves contact requests as \"Followers\"." -#: mod/settings.php:1065 +#: mod/settings.php:1061 msgid "News Page" msgstr "News Page" -#: mod/settings.php:1066 +#: mod/settings.php:1062 msgid "" "Account for a news reflector that automatically approves contact requests as" " \"Followers\"." msgstr "Account for a news reflector that automatically approves contact requests as \"Followers\"." -#: mod/settings.php:1069 +#: mod/settings.php:1065 msgid "Community Forum" msgstr "Community Forum" -#: mod/settings.php:1070 +#: mod/settings.php:1066 msgid "Account for community discussions." msgstr "Account for community discussions." -#: mod/settings.php:1073 +#: mod/settings.php:1069 msgid "Normal Account Page" msgstr "Standard" -#: mod/settings.php:1074 +#: mod/settings.php:1070 msgid "" "Account for a regular personal profile that requires manual approval of " "\"Friends\" and \"Followers\"." msgstr "Account for a regular personal profile that requires manual approval of \"Friends\" and \"Followers\"." -#: mod/settings.php:1077 +#: mod/settings.php:1073 msgid "Soapbox Page" msgstr "Soapbox" -#: mod/settings.php:1078 +#: mod/settings.php:1074 msgid "" "Account for a public profile that automatically approves contact requests as" " \"Followers\"." msgstr "Account for a public profile that automatically approves contact requests as \"Followers\"." -#: mod/settings.php:1081 +#: mod/settings.php:1077 msgid "Public Forum" msgstr "Public forum" -#: mod/settings.php:1082 +#: mod/settings.php:1078 msgid "Automatically approves all contact requests." msgstr "Automatically approves all contact requests." -#: mod/settings.php:1085 +#: mod/settings.php:1081 msgid "Automatic Friend Page" msgstr "Love-all" -#: mod/settings.php:1086 +#: mod/settings.php:1082 msgid "" "Account for a popular profile that automatically approves contact requests " "as \"Friends\"." msgstr "Account for a popular profile that automatically approves contact requests as \"Friends\"." -#: mod/settings.php:1089 +#: mod/settings.php:1085 msgid "Private Forum [Experimental]" msgstr "Private forum [Experimental]" -#: mod/settings.php:1090 +#: mod/settings.php:1086 msgid "Requires manual approval of contact requests." msgstr "Requires manual approval of contact requests." -#: mod/settings.php:1101 +#: mod/settings.php:1097 msgid "OpenID:" msgstr "OpenID:" -#: mod/settings.php:1101 +#: mod/settings.php:1097 msgid "(Optional) Allow this OpenID to login to this account." msgstr "(Optional) Allow this OpenID to login to this account." -#: mod/settings.php:1109 +#: mod/settings.php:1105 msgid "Publish your default profile in your local site directory?" msgstr "Publish default profile in local site directory?" -#: mod/settings.php:1109 -msgid "Your profile may be visible in public." -msgstr "Your local directory may be publicly visible" +#: mod/settings.php:1105 +#, php-format +msgid "" +"Your profile will be published in the global friendica directories (e.g. %s). Your profile will be visible in public." +msgstr "Your profile will be published in the global Friendica directories (e.g. %s). Your profile will be publicly visible." -#: mod/settings.php:1115 +#: mod/settings.php:1111 msgid "Publish your default profile in the global social directory?" msgstr "Publish default profile in global directory?" -#: mod/settings.php:1122 +#: mod/settings.php:1111 +#, php-format +msgid "" +"Your profile will be published in this node's local " +"directory. Your profile details may be publicly visible depending on the" +" system settings." +msgstr "Your profile will be published in this node's local directory. Your profile details may be publicly visible depending on the system settings." + +#: mod/settings.php:1118 msgid "Hide your contact/friend list from viewers of your default profile?" msgstr "Hide my contact list from others?" -#: mod/settings.php:1126 +#: mod/settings.php:1118 msgid "" -"If enabled, posting public messages to Diaspora and other networks isn't " -"possible." -msgstr "Posting public messages to Diaspora and other networks will not be possible if enabled" +"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 "Your contact list won't be shown in your default profile page. You can decide to show your contact list separately for each additional profile you create" -#: mod/settings.php:1130 +#: mod/settings.php:1122 +msgid "Hide your profile details from anonymous viewers?" +msgstr "Hide profile details from anonymous viewers?" + +#: mod/settings.php:1122 +msgid "" +"Anonymous visitors will only see your profile picture, your display name and" +" the nickname you are using on your profile page. Disables posting public " +"messages to Diaspora and other networks." +msgstr "Anonymous visitors will only see your profile picture, display name, and nickname. Disables posting public messages to Diaspora and other networks." + +#: mod/settings.php:1126 msgid "Allow friends to post to your profile page?" msgstr "Allow friends to post to my wall?" -#: mod/settings.php:1134 +#: mod/settings.php:1126 +msgid "" +"Your contacts may write posts on your profile wall. These posts will be " +"distributed to your contacts" +msgstr "Your contacts may write posts on your profile wall. These posts will be distributed to your contacts" + +#: mod/settings.php:1130 msgid "Allow friends to tag your posts?" msgstr "Allow friends to tag my post?" -#: mod/settings.php:1138 +#: mod/settings.php:1130 +msgid "Your contacts can add additional tags to your posts." +msgstr "Your contacts can add additional tags to your posts." + +#: mod/settings.php:1134 msgid "Allow us to suggest you as a potential friend to new members?" msgstr "Allow us to suggest you as a potential friend to new members?" -#: mod/settings.php:1142 +#: mod/settings.php:1134 +msgid "" +"If you like, Friendica may suggest new members to add you as a contact." +msgstr "If you like, Friendica may suggest new members to add you as a contact." + +#: mod/settings.php:1138 msgid "Permit unknown people to send you private mail?" msgstr "Allow unknown people to send me private messages?" -#: mod/settings.php:1146 +#: mod/settings.php:1138 +msgid "" +"Friendica network users may send you private messages even if they are not " +"in your contact list." +msgstr "Friendica network users may send you private messages even if they are not in your contact list." + +#: mod/settings.php:1142 msgid "Profile is not published." msgstr "Profile is not published." -#: mod/settings.php:1152 +#: mod/settings.php:1148 #, php-format msgid "Your Identity Address is '%s' or '%s'." msgstr "My identity address: '%s' or '%s'" -#: mod/settings.php:1159 +#: mod/settings.php:1155 msgid "Automatically expire posts after this many days:" msgstr "Automatically expire posts after this many days:" -#: mod/settings.php:1159 +#: mod/settings.php:1155 msgid "If empty, posts will not expire. Expired posts will be deleted" msgstr "Posts will not expire if empty; expired posts will be deleted" -#: mod/settings.php:1160 +#: mod/settings.php:1156 msgid "Advanced expiration settings" msgstr "Advanced expiration settings" -#: mod/settings.php:1161 +#: mod/settings.php:1157 msgid "Advanced Expiration" msgstr "Advanced expiration" -#: mod/settings.php:1162 +#: mod/settings.php:1158 msgid "Expire posts:" msgstr "Expire posts:" -#: mod/settings.php:1163 +#: mod/settings.php:1159 msgid "Expire personal notes:" msgstr "Expire personal notes:" -#: mod/settings.php:1164 +#: mod/settings.php:1160 msgid "Expire starred posts:" msgstr "Expire starred posts:" -#: mod/settings.php:1165 +#: mod/settings.php:1161 msgid "Expire photos:" msgstr "Expire photos:" -#: mod/settings.php:1166 +#: mod/settings.php:1162 msgid "Only expire posts by others:" msgstr "Only expire posts by others:" -#: mod/settings.php:1196 +#: mod/settings.php:1192 msgid "Account Settings" msgstr "Account Settings" -#: mod/settings.php:1204 +#: mod/settings.php:1200 msgid "Password Settings" msgstr "Password change" -#: mod/settings.php:1206 +#: mod/settings.php:1202 msgid "Leave password fields blank unless changing" msgstr "Leave password fields blank unless changing" -#: mod/settings.php:1207 +#: mod/settings.php:1203 msgid "Current Password:" msgstr "Current password:" -#: mod/settings.php:1207 mod/settings.php:1208 +#: mod/settings.php:1203 mod/settings.php:1204 msgid "Your current password to confirm the changes" msgstr "Current password to confirm change" -#: mod/settings.php:1208 +#: mod/settings.php:1204 msgid "Password:" msgstr "Password:" -#: mod/settings.php:1212 +#: mod/settings.php:1208 msgid "Basic Settings" msgstr "Basic information" -#: mod/settings.php:1213 src/Model/Profile.php:723 +#: mod/settings.php:1209 src/Model/Profile.php:738 msgid "Full Name:" msgstr "Full name:" -#: mod/settings.php:1214 +#: mod/settings.php:1210 msgid "Email Address:" msgstr "Email address:" -#: mod/settings.php:1215 +#: mod/settings.php:1211 msgid "Your Timezone:" msgstr "Time zone:" -#: mod/settings.php:1216 +#: mod/settings.php:1212 msgid "Your Language:" msgstr "Language:" -#: mod/settings.php:1216 +#: mod/settings.php:1212 msgid "" "Set the language we use to show you friendica interface and to send you " "emails" -msgstr "Set the language of your Friendica interface and emails receiving" +msgstr "Set the language of your Friendica interface and emails sent to you." -#: mod/settings.php:1217 +#: mod/settings.php:1213 msgid "Default Post Location:" msgstr "Posting location:" -#: mod/settings.php:1218 +#: mod/settings.php:1214 msgid "Use Browser Location:" msgstr "Use browser location:" -#: mod/settings.php:1221 +#: mod/settings.php:1217 msgid "Security and Privacy Settings" msgstr "Security and privacy" -#: mod/settings.php:1223 +#: mod/settings.php:1219 msgid "Maximum Friend Requests/Day:" msgstr "Maximum friend requests per day:" -#: mod/settings.php:1223 mod/settings.php:1252 +#: mod/settings.php:1219 mod/settings.php:1248 msgid "(to prevent spam abuse)" msgstr "May prevent spam or abuse registrations" -#: mod/settings.php:1224 +#: mod/settings.php:1220 msgid "Default Post Permissions" msgstr "Default post permissions" -#: mod/settings.php:1225 +#: mod/settings.php:1221 msgid "(click to open/close)" -msgstr "(click to open/close)" +msgstr "(reveal/hide)" -#: mod/settings.php:1235 +#: mod/settings.php:1231 msgid "Default Private Post" msgstr "Default private post" -#: mod/settings.php:1236 +#: mod/settings.php:1232 msgid "Default Public Post" msgstr "Default public post" -#: mod/settings.php:1240 +#: mod/settings.php:1236 msgid "Default Permissions for New Posts" msgstr "Default permissions for new posts" -#: mod/settings.php:1252 +#: mod/settings.php:1248 msgid "Maximum private messages per day from unknown people:" msgstr "Maximum private messages per day from unknown people:" -#: mod/settings.php:1255 +#: mod/settings.php:1251 msgid "Notification Settings" msgstr "Notification" -#: mod/settings.php:1256 +#: mod/settings.php:1252 msgid "By default post a status message when:" msgstr "By default post a status message when:" -#: mod/settings.php:1257 +#: mod/settings.php:1253 msgid "accepting a friend request" msgstr "accepting friend requests" -#: mod/settings.php:1258 +#: mod/settings.php:1254 msgid "joining a forum/community" msgstr "joining forums or communities" -#: mod/settings.php:1259 +#: mod/settings.php:1255 msgid "making an interesting profile change" msgstr "making an interesting profile change" -#: mod/settings.php:1260 +#: mod/settings.php:1256 msgid "Send a notification email when:" msgstr "Send notification email when:" -#: mod/settings.php:1261 +#: mod/settings.php:1257 msgid "You receive an introduction" msgstr "Receiving an introduction" -#: mod/settings.php:1262 +#: mod/settings.php:1258 msgid "Your introductions are confirmed" msgstr "My introductions are confirmed" -#: mod/settings.php:1263 +#: mod/settings.php:1259 msgid "Someone writes on your profile wall" msgstr "Someone writes on my wall" -#: mod/settings.php:1264 +#: mod/settings.php:1260 msgid "Someone writes a followup comment" msgstr "A follow up comment is posted" -#: mod/settings.php:1265 +#: mod/settings.php:1261 msgid "You receive a private message" msgstr "receiving a private message" -#: mod/settings.php:1266 +#: mod/settings.php:1262 msgid "You receive a friend suggestion" msgstr "Receiving a friend suggestion" -#: mod/settings.php:1267 +#: mod/settings.php:1263 msgid "You are tagged in a post" msgstr "Tagged in a post" -#: mod/settings.php:1268 +#: mod/settings.php:1264 msgid "You are poked/prodded/etc. in a post" msgstr "Poked in a post" -#: mod/settings.php:1270 +#: mod/settings.php:1266 msgid "Activate desktop notifications" msgstr "Activate desktop notifications" -#: mod/settings.php:1270 +#: mod/settings.php:1266 msgid "Show desktop popup on new notifications" msgstr "Show desktop pop-up on new notifications" -#: mod/settings.php:1272 +#: mod/settings.php:1268 msgid "Text-only notification emails" msgstr "Text-only notification emails" -#: mod/settings.php:1274 +#: mod/settings.php:1270 msgid "Send text only notification emails, without the html part" msgstr "Receive text only emails without HTML " -#: mod/settings.php:1276 +#: mod/settings.php:1272 msgid "Show detailled notifications" msgstr "Show detailled notifications" -#: mod/settings.php:1278 +#: mod/settings.php:1274 msgid "" -"Per default the notificiation are condensed to a single notification per " -"item. When enabled, every notification is displayed." -msgstr "Per default notifications are condensed to a single notification per item. When enabled, every notification is displayed." +"Per default, notifications are condensed to a single notification per item. " +"When enabled every notification is displayed." +msgstr "By default, notifications are condensed into a single notification for each item. When enabled, every notification is displayed." -#: mod/settings.php:1280 +#: mod/settings.php:1276 msgid "Advanced Account/Page Type Settings" msgstr "Advanced account types" -#: mod/settings.php:1281 +#: mod/settings.php:1277 msgid "Change the behaviour of this account for special situations" msgstr "Change behaviour of this account for special situations" -#: mod/settings.php:1284 +#: mod/settings.php:1280 msgid "Relocate" msgstr "Recent relocation" -#: mod/settings.php:1285 +#: mod/settings.php:1281 msgid "" "If you have moved this profile from another server, and some of your " "contacts don't receive your updates, try pushing this button." msgstr "If you have moved this profile from another server and some of your contacts don't receive your updates:" -#: mod/settings.php:1286 +#: mod/settings.php:1282 msgid "Resend relocate message to contacts" msgstr "Resend relocation message to contacts" -#: mod/subthread.php:112 +#: src/Core/UserImport.php:104 +msgid "Error decoding account file" +msgstr "Error decoding account file" + +#: src/Core/UserImport.php:110 +msgid "Error! No version data in file! This is not a Friendica account file?" +msgstr "Error! No version data in file! Is this a Friendica account file?" + +#: src/Core/UserImport.php:118 #, php-format -msgid "%1$s is following %2$s's %3$s" -msgstr "%1$s is following %2$s's %3$s" +msgid "User '%s' already exists on this server!" +msgstr "User '%s' already exists on this server!" -#: mod/tagrm.php:47 -msgid "Tag removed" -msgstr "Tag removed" +#: src/Core/UserImport.php:151 +msgid "User creation error" +msgstr "User creation error" -#: mod/tagrm.php:85 -msgid "Remove Item Tag" -msgstr "Remove Item tag" +#: src/Core/UserImport.php:169 +msgid "User profile creation error" +msgstr "User profile creation error" -#: mod/tagrm.php:87 -msgid "Select a tag to remove: " -msgstr "Select a tag to remove: " - -#: mod/videos.php:141 -msgid "Do you really want to delete this video?" -msgstr "Do you really want to delete this video?" - -#: mod/videos.php:146 -msgid "Delete Video" -msgstr "Delete video" - -#: mod/videos.php:211 -msgid "No videos selected" -msgstr "No videos selected" - -#: mod/videos.php:400 -msgid "Recent Videos" -msgstr "Recent videos" - -#: mod/videos.php:402 -msgid "Upload New Videos" -msgstr "Upload new videos" - -#: mod/wall_attach.php:101 -msgid "Sorry, maybe your upload is bigger than the PHP configuration allows" -msgstr "Sorry, maybe your upload is bigger than the PHP configuration allows" - -#: mod/wall_attach.php:101 -msgid "Or - did you try to upload an empty file?" -msgstr "Or did you try to upload an empty file?" - -#: mod/wall_attach.php:112 +#: src/Core/UserImport.php:213 #, php-format -msgid "File exceeds size limit of %s" -msgstr "File exceeds size limit of %s" +msgid "%d contact not imported" +msgid_plural "%d contacts not imported" +msgstr[0] "%d contact not imported" +msgstr[1] "%d contacts not imported" -#: mod/wall_attach.php:136 mod/wall_attach.php:152 -msgid "File upload failed." -msgstr "File upload failed." - -#: view/theme/duepuntozero/config.php:54 src/Model/User.php:473 -msgid "default" -msgstr "default" - -#: view/theme/duepuntozero/config.php:55 -msgid "greenzero" -msgstr "greenzero" - -#: view/theme/duepuntozero/config.php:56 -msgid "purplezero" -msgstr "purplezero" - -#: view/theme/duepuntozero/config.php:57 -msgid "easterbunny" -msgstr "easterbunny" - -#: view/theme/duepuntozero/config.php:58 -msgid "darkzero" -msgstr "darkzero" - -#: view/theme/duepuntozero/config.php:59 -msgid "comix" -msgstr "comix" - -#: view/theme/duepuntozero/config.php:60 -msgid "slackr" -msgstr "slackr" - -#: view/theme/duepuntozero/config.php:75 -msgid "Variations" -msgstr "Variations" - -#: view/theme/frio/php/Image.php:25 -msgid "Repeat the image" -msgstr "Repeat the image" - -#: view/theme/frio/php/Image.php:25 -msgid "Will repeat your image to fill the background." -msgstr "Will repeat your image to fill the background." - -#: view/theme/frio/php/Image.php:27 -msgid "Stretch" -msgstr "Stretch" - -#: view/theme/frio/php/Image.php:27 -msgid "Will stretch to width/height of the image." -msgstr "Will stretch to width/height of the image." - -#: view/theme/frio/php/Image.php:29 -msgid "Resize fill and-clip" -msgstr "Resize fill and-clip" - -#: view/theme/frio/php/Image.php:29 -msgid "Resize to fill and retain aspect ratio." -msgstr "Resize to fill and retain aspect ratio." - -#: view/theme/frio/php/Image.php:31 -msgid "Resize best fit" -msgstr "Resize to best fit" - -#: view/theme/frio/php/Image.php:31 -msgid "Resize to best fit and retain aspect ratio." -msgstr "Resize to best fit and retain aspect ratio." - -#: view/theme/frio/config.php:97 -msgid "Default" -msgstr "Default" - -#: view/theme/frio/config.php:109 -msgid "Note" -msgstr "Note" - -#: view/theme/frio/config.php:109 -msgid "Check image permissions if all users are allowed to visit the image" -msgstr "Check image permissions if all users are allowed to visit the image" - -#: view/theme/frio/config.php:116 -msgid "Select scheme" -msgstr "Select scheme:" - -#: view/theme/frio/config.php:117 -msgid "Navigation bar background color" -msgstr "Navigation bar background colour:" - -#: view/theme/frio/config.php:118 -msgid "Navigation bar icon color " -msgstr "Navigation bar icon colour:" - -#: view/theme/frio/config.php:119 -msgid "Link color" -msgstr "Link colour:" - -#: view/theme/frio/config.php:120 -msgid "Set the background color" -msgstr "Background colour:" - -#: view/theme/frio/config.php:121 -msgid "Content background opacity" -msgstr "" - -#: view/theme/frio/config.php:122 -msgid "Set the background image" -msgstr "Background image:" - -#: view/theme/frio/config.php:127 -msgid "Login page background image" -msgstr "" - -#: view/theme/frio/config.php:130 -msgid "Login page background color" -msgstr "" - -#: view/theme/frio/config.php:130 -msgid "Leave background image and color empty for theme defaults" -msgstr "" - -#: view/theme/frio/theme.php:237 -msgid "Guest" -msgstr "Guest" - -#: view/theme/frio/theme.php:242 -msgid "Visitor" -msgstr "Visitor" - -#: view/theme/frio/theme.php:255 src/Content/Nav.php:97 -#: src/Module/Login.php:311 -msgid "Logout" -msgstr "Logout" - -#: view/theme/frio/theme.php:255 src/Content/Nav.php:97 -msgid "End this session" -msgstr "End this session" - -#: view/theme/frio/theme.php:258 src/Content/Nav.php:100 -#: src/Content/Nav.php:181 -msgid "Your posts and conversations" -msgstr "My posts and conversations" - -#: view/theme/frio/theme.php:259 src/Content/Nav.php:101 -msgid "Your profile page" -msgstr "My profile page" - -#: view/theme/frio/theme.php:260 src/Content/Nav.php:102 -msgid "Your photos" -msgstr "My photos" - -#: view/theme/frio/theme.php:261 src/Content/Nav.php:103 -#: src/Model/Profile.php:897 src/Model/Profile.php:900 -msgid "Videos" -msgstr "Videos" - -#: view/theme/frio/theme.php:261 src/Content/Nav.php:103 -msgid "Your videos" -msgstr "My videos" - -#: view/theme/frio/theme.php:262 src/Content/Nav.php:104 -msgid "Your events" -msgstr "My events" - -#: view/theme/frio/theme.php:265 src/Content/Nav.php:178 -msgid "Conversations from your friends" -msgstr "My friends' conversations" - -#: view/theme/frio/theme.php:266 src/Content/Nav.php:169 -#: src/Model/Profile.php:912 src/Model/Profile.php:923 -msgid "Events and Calendar" -msgstr "Events and calendar" - -#: view/theme/frio/theme.php:267 src/Content/Nav.php:195 -msgid "Private mail" -msgstr "Private messages" - -#: view/theme/frio/theme.php:268 src/Content/Nav.php:206 -msgid "Account settings" -msgstr "Account settings" - -#: view/theme/frio/theme.php:269 src/Content/Nav.php:212 -msgid "Manage/edit friends and contacts" -msgstr "Manage/Edit friends and contacts" - -#: view/theme/quattro/config.php:76 -msgid "Alignment" -msgstr "Alignment" - -#: view/theme/quattro/config.php:76 -msgid "Left" -msgstr "Left" - -#: view/theme/quattro/config.php:76 -msgid "Center" -msgstr "Centre" - -#: view/theme/quattro/config.php:77 -msgid "Color scheme" -msgstr "Colour scheme" - -#: view/theme/quattro/config.php:78 -msgid "Posts font size" -msgstr "Posts font size" - -#: view/theme/quattro/config.php:79 -msgid "Textareas font size" -msgstr "Text areas font size" - -#: view/theme/vier/config.php:75 -msgid "Comma separated list of helper forums" -msgstr "Comma separated list of helper forums" - -#: view/theme/vier/config.php:122 -msgid "Set style" -msgstr "Set style" - -#: view/theme/vier/config.php:123 -msgid "Community Pages" -msgstr "Community pages" - -#: view/theme/vier/config.php:124 view/theme/vier/theme.php:150 -msgid "Community Profiles" -msgstr "Community profiles" - -#: view/theme/vier/config.php:125 -msgid "Help or @NewHere ?" -msgstr "Help or @NewHere ?" - -#: view/theme/vier/config.php:126 view/theme/vier/theme.php:388 -msgid "Connect Services" -msgstr "Connect services" - -#: view/theme/vier/config.php:127 view/theme/vier/theme.php:199 -msgid "Find Friends" -msgstr "Find friends" - -#: view/theme/vier/config.php:128 view/theme/vier/theme.php:181 -msgid "Last users" -msgstr "Last users" - -#: view/theme/vier/theme.php:200 -msgid "Local Directory" -msgstr "Local directory" - -#: view/theme/vier/theme.php:202 src/Content/Widget.php:65 -msgid "Similar Interests" -msgstr "Similar interests" - -#: view/theme/vier/theme.php:204 src/Content/Widget.php:67 -msgid "Invite Friends" -msgstr "Invite friends" - -#: view/theme/vier/theme.php:255 src/Content/ForumManager.php:127 -msgid "External link to forum" -msgstr "External link to forum" - -#: view/theme/vier/theme.php:291 -msgid "Quick Start" -msgstr "Quick start" +#: src/Core/UserImport.php:278 +msgid "Done. You can now login with your username and password" +msgstr "Done. You can now login with your username and password" #: src/Core/NotificationsManager.php:171 msgid "System" @@ -7702,456 +7665,145 @@ msgstr "%s may go to %s's event" msgid "%s is now friends with %s" msgstr "%s is now friends with %s" -#: src/Core/NotificationsManager.php:813 +#: src/Core/NotificationsManager.php:825 msgid "Friend Suggestion" msgstr "Friend suggestion" -#: src/Core/NotificationsManager.php:839 +#: src/Core/NotificationsManager.php:851 msgid "Friend/Connect Request" msgstr "Friend/Contact request" -#: src/Core/NotificationsManager.php:839 +#: src/Core/NotificationsManager.php:851 msgid "New Follower" msgstr "New follower" -#: src/Core/UserImport.php:104 -msgid "Error decoding account file" -msgstr "Error decoding account file" +#: src/Core/ACL.php:295 +msgid "Post to Email" +msgstr "Post to email" -#: src/Core/UserImport.php:110 -msgid "Error! No version data in file! This is not a Friendica account file?" -msgstr "Error! No version data in file! Is this a Friendica account file?" +#: src/Core/ACL.php:301 +msgid "Hide your profile details from unknown viewers?" +msgstr "Hide profile details from unknown viewers?" -#: src/Core/UserImport.php:118 src/Core/UserImport.php:131 -msgid "Error! Cannot check nickname" -msgstr "Error! Cannot check nickname." - -#: src/Core/UserImport.php:123 src/Core/UserImport.php:136 +#: src/Core/ACL.php:300 #, php-format -msgid "User '%s' already exists on this server!" -msgstr "User '%s' already exists on this server!" +msgid "Connectors disabled, since \"%s\" is enabled." +msgstr "Connectors are disabled since \"%s\" is enabled." -#: src/Core/UserImport.php:169 -msgid "User creation error" -msgstr "User creation error" +#: src/Core/ACL.php:307 +msgid "Visible to everybody" +msgstr "Visible to everybody" -#: src/Core/UserImport.php:187 -msgid "User profile creation error" -msgstr "User profile creation error" +#: src/Core/ACL.php:308 view/theme/vier/config.php:115 +msgid "show" +msgstr "show" -#: src/Core/UserImport.php:231 -#, php-format -msgid "%d contact not imported" -msgid_plural "%d contacts not imported" -msgstr[0] "%d contact not imported" -msgstr[1] "%d contacts not imported" +#: src/Core/ACL.php:309 view/theme/vier/config.php:115 +msgid "don't show" +msgstr "don't show" -#: src/Core/UserImport.php:296 -msgid "Done. You can now login with your username and password" -msgstr "Done. You can now login with your username and password" +#: src/Core/ACL.php:319 +msgid "Close" +msgstr "Close" -#: src/Util/Temporal.php:145 src/Model/Profile.php:743 +#: src/Util/Temporal.php:147 src/Model/Profile.php:758 msgid "Birthday:" msgstr "Birthday:" -#: src/Util/Temporal.php:149 +#: src/Util/Temporal.php:151 msgid "YYYY-MM-DD or MM-DD" msgstr "YYYY-MM-DD or MM-DD" -#: src/Util/Temporal.php:292 +#: src/Util/Temporal.php:294 msgid "never" msgstr "never" -#: src/Util/Temporal.php:298 +#: src/Util/Temporal.php:300 msgid "less than a second ago" msgstr "less than a second ago" -#: src/Util/Temporal.php:301 +#: src/Util/Temporal.php:303 msgid "year" msgstr "year" -#: src/Util/Temporal.php:301 +#: src/Util/Temporal.php:303 msgid "years" msgstr "years" -#: src/Util/Temporal.php:302 +#: src/Util/Temporal.php:304 msgid "months" msgstr "months" -#: src/Util/Temporal.php:303 +#: src/Util/Temporal.php:305 msgid "weeks" msgstr "weeks" -#: src/Util/Temporal.php:304 +#: src/Util/Temporal.php:306 msgid "days" msgstr "days" -#: src/Util/Temporal.php:305 +#: src/Util/Temporal.php:307 msgid "hour" msgstr "hour" -#: src/Util/Temporal.php:305 +#: src/Util/Temporal.php:307 msgid "hours" msgstr "hours" -#: src/Util/Temporal.php:306 +#: src/Util/Temporal.php:308 msgid "minute" msgstr "minute" -#: src/Util/Temporal.php:306 +#: src/Util/Temporal.php:308 msgid "minutes" msgstr "minutes" -#: src/Util/Temporal.php:307 +#: src/Util/Temporal.php:309 msgid "second" msgstr "second" -#: src/Util/Temporal.php:307 +#: src/Util/Temporal.php:309 msgid "seconds" msgstr "seconds" -#: src/Util/Temporal.php:316 +#: src/Util/Temporal.php:318 #, php-format msgid "%1$d %2$s ago" msgstr "%1$d %2$s ago" -#: src/Content/Text/BBCode.php:548 +#: src/Content/Text/BBCode.php:555 msgid "view full size" msgstr "view full size" -#: src/Content/Text/BBCode.php:1001 src/Content/Text/BBCode.php:1767 -#: src/Content/Text/BBCode.php:1768 +#: src/Content/Text/BBCode.php:981 src/Content/Text/BBCode.php:1750 +#: src/Content/Text/BBCode.php:1751 msgid "Image/photo" msgstr "Image/Photo" -#: src/Content/Text/BBCode.php:1139 +#: src/Content/Text/BBCode.php:1119 #, php-format msgid "%2$s %3$s" msgstr "%2$s %3$s" -#: src/Content/Text/BBCode.php:1702 src/Content/Text/BBCode.php:1724 +#: src/Content/Text/BBCode.php:1677 src/Content/Text/BBCode.php:1699 msgid "$1 wrote:" msgstr "$1 wrote:" -#: src/Content/Text/BBCode.php:1776 src/Content/Text/BBCode.php:1777 +#: src/Content/Text/BBCode.php:1759 src/Content/Text/BBCode.php:1760 msgid "Encrypted content" msgstr "Encrypted content" -#: src/Content/Text/BBCode.php:1894 +#: src/Content/Text/BBCode.php:1879 msgid "Invalid source protocol" msgstr "Invalid source protocol" -#: src/Content/Text/BBCode.php:1905 +#: src/Content/Text/BBCode.php:1890 msgid "Invalid link protocol" msgstr "Invalid link protocol" -#: src/Content/ContactSelector.php:55 -msgid "Frequently" -msgstr "Frequently" - -#: src/Content/ContactSelector.php:56 -msgid "Hourly" -msgstr "Hourly" - -#: src/Content/ContactSelector.php:57 -msgid "Twice daily" -msgstr "Twice daily" - -#: src/Content/ContactSelector.php:58 -msgid "Daily" -msgstr "Daily" - -#: src/Content/ContactSelector.php:59 -msgid "Weekly" -msgstr "Weekly" - -#: src/Content/ContactSelector.php:60 -msgid "Monthly" -msgstr "Monthly" - -#: src/Content/ContactSelector.php:80 -msgid "OStatus" -msgstr "OStatus" - -#: src/Content/ContactSelector.php:81 -msgid "RSS/Atom" -msgstr "RSS/Atom" - -#: src/Content/ContactSelector.php:84 -msgid "Facebook" -msgstr "Facebook" - -#: src/Content/ContactSelector.php:85 -msgid "Zot!" -msgstr "Zot!" - -#: src/Content/ContactSelector.php:86 -msgid "LinkedIn" -msgstr "LinkedIn" - -#: src/Content/ContactSelector.php:87 -msgid "XMPP/IM" -msgstr "XMPP/IM" - -#: src/Content/ContactSelector.php:88 -msgid "MySpace" -msgstr "MySpace" - -#: src/Content/ContactSelector.php:89 -msgid "Google+" -msgstr "Google+" - -#: src/Content/ContactSelector.php:90 -msgid "pump.io" -msgstr "Pump.io" - -#: src/Content/ContactSelector.php:91 -msgid "Twitter" -msgstr "Twitter" - -#: src/Content/ContactSelector.php:92 -msgid "Diaspora Connector" -msgstr "Diaspora connector" - -#: src/Content/ContactSelector.php:93 -msgid "GNU Social Connector" -msgstr "GNU Social connector" - -#: src/Content/ContactSelector.php:94 -msgid "pnut" -msgstr "Pnut" - -#: src/Content/ContactSelector.php:95 -msgid "App.net" -msgstr "App.net" - -#: src/Content/ContactSelector.php:125 -msgid "Male" -msgstr "Male" - -#: src/Content/ContactSelector.php:125 -msgid "Female" -msgstr "Female" - -#: src/Content/ContactSelector.php:125 -msgid "Currently Male" -msgstr "Currently Male" - -#: src/Content/ContactSelector.php:125 -msgid "Currently Female" -msgstr "Currently Female" - -#: src/Content/ContactSelector.php:125 -msgid "Mostly Male" -msgstr "Mostly Male" - -#: src/Content/ContactSelector.php:125 -msgid "Mostly Female" -msgstr "Mostly Female" - -#: src/Content/ContactSelector.php:125 -msgid "Transgender" -msgstr "Transgender" - -#: src/Content/ContactSelector.php:125 -msgid "Intersex" -msgstr "Intersex" - -#: src/Content/ContactSelector.php:125 -msgid "Transsexual" -msgstr "Transsexual" - -#: src/Content/ContactSelector.php:125 -msgid "Hermaphrodite" -msgstr "Hermaphrodite" - -#: src/Content/ContactSelector.php:125 -msgid "Neuter" -msgstr "Neuter" - -#: src/Content/ContactSelector.php:125 -msgid "Non-specific" -msgstr "Non-specific" - -#: src/Content/ContactSelector.php:125 -msgid "Other" -msgstr "Other" - -#: src/Content/ContactSelector.php:147 -msgid "Males" -msgstr "Males" - -#: src/Content/ContactSelector.php:147 -msgid "Females" -msgstr "Females" - -#: src/Content/ContactSelector.php:147 -msgid "Gay" -msgstr "Gay" - -#: src/Content/ContactSelector.php:147 -msgid "Lesbian" -msgstr "Lesbian" - -#: src/Content/ContactSelector.php:147 -msgid "No Preference" -msgstr "No Preference" - -#: src/Content/ContactSelector.php:147 -msgid "Bisexual" -msgstr "Bisexual" - -#: src/Content/ContactSelector.php:147 -msgid "Autosexual" -msgstr "Auto-sexual" - -#: src/Content/ContactSelector.php:147 -msgid "Abstinent" -msgstr "Abstinent" - -#: src/Content/ContactSelector.php:147 -msgid "Virgin" -msgstr "Virgin" - -#: src/Content/ContactSelector.php:147 -msgid "Deviant" -msgstr "Deviant" - -#: src/Content/ContactSelector.php:147 -msgid "Fetish" -msgstr "Fetish" - -#: src/Content/ContactSelector.php:147 -msgid "Oodles" -msgstr "Oodles" - -#: src/Content/ContactSelector.php:147 -msgid "Nonsexual" -msgstr "Asexual" - -#: src/Content/ContactSelector.php:169 -msgid "Single" -msgstr "Single" - -#: src/Content/ContactSelector.php:169 -msgid "Lonely" -msgstr "Lonely" - -#: src/Content/ContactSelector.php:169 -msgid "Available" -msgstr "Available" - -#: src/Content/ContactSelector.php:169 -msgid "Unavailable" -msgstr "Unavailable" - -#: src/Content/ContactSelector.php:169 -msgid "Has crush" -msgstr "Having a crush" - -#: src/Content/ContactSelector.php:169 -msgid "Infatuated" -msgstr "Infatuated" - -#: src/Content/ContactSelector.php:169 -msgid "Dating" -msgstr "Dating" - -#: src/Content/ContactSelector.php:169 -msgid "Unfaithful" -msgstr "Unfaithful" - -#: src/Content/ContactSelector.php:169 -msgid "Sex Addict" -msgstr "Sex addict" - -#: src/Content/ContactSelector.php:169 src/Model/User.php:490 -msgid "Friends" -msgstr "Friends" - -#: src/Content/ContactSelector.php:169 -msgid "Friends/Benefits" -msgstr "Friends with benefits" - -#: src/Content/ContactSelector.php:169 -msgid "Casual" -msgstr "Casual" - -#: src/Content/ContactSelector.php:169 -msgid "Engaged" -msgstr "Engaged" - -#: src/Content/ContactSelector.php:169 -msgid "Married" -msgstr "Married" - -#: src/Content/ContactSelector.php:169 -msgid "Imaginarily married" -msgstr "Imaginarily married" - -#: src/Content/ContactSelector.php:169 -msgid "Partners" -msgstr "Partners" - -#: src/Content/ContactSelector.php:169 -msgid "Cohabiting" -msgstr "Cohabiting" - -#: src/Content/ContactSelector.php:169 -msgid "Common law" -msgstr "Common law spouse" - -#: src/Content/ContactSelector.php:169 -msgid "Happy" -msgstr "Happy" - -#: src/Content/ContactSelector.php:169 -msgid "Not looking" -msgstr "Not looking" - -#: src/Content/ContactSelector.php:169 -msgid "Swinger" -msgstr "Swinger" - -#: src/Content/ContactSelector.php:169 -msgid "Betrayed" -msgstr "Betrayed" - -#: src/Content/ContactSelector.php:169 -msgid "Separated" -msgstr "Separated" - -#: src/Content/ContactSelector.php:169 -msgid "Unstable" -msgstr "Unstable" - -#: src/Content/ContactSelector.php:169 -msgid "Divorced" -msgstr "Divorced" - -#: src/Content/ContactSelector.php:169 -msgid "Imaginarily divorced" -msgstr "Imaginarily divorced" - -#: src/Content/ContactSelector.php:169 -msgid "Widowed" -msgstr "Widowed" - -#: src/Content/ContactSelector.php:169 -msgid "Uncertain" -msgstr "Uncertain" - -#: src/Content/ContactSelector.php:169 -msgid "It's complicated" -msgstr "It's complicated" - -#: src/Content/ContactSelector.php:169 -msgid "Don't care" -msgstr "Don't care" - -#: src/Content/ContactSelector.php:169 -msgid "Ask me" -msgstr "Ask me" +#: src/Content/ForumManager.php:127 view/theme/vier/theme.php:256 +msgid "External link to forum" +msgstr "External link to forum" #: src/Content/Nav.php:53 msgid "Nothing new here" @@ -8161,6 +7813,41 @@ msgstr "Nothing new here" msgid "Clear notifications" msgstr "Clear notifications" +#: src/Content/Nav.php:97 src/Module/Login.php:311 +#: view/theme/frio/theme.php:256 +msgid "Logout" +msgstr "Logout" + +#: src/Content/Nav.php:97 view/theme/frio/theme.php:256 +msgid "End this session" +msgstr "End this session" + +#: src/Content/Nav.php:100 src/Content/Nav.php:181 +#: view/theme/frio/theme.php:259 +msgid "Your posts and conversations" +msgstr "My posts and conversations" + +#: src/Content/Nav.php:101 view/theme/frio/theme.php:260 +msgid "Your profile page" +msgstr "My profile page" + +#: src/Content/Nav.php:102 view/theme/frio/theme.php:261 +msgid "Your photos" +msgstr "My photos" + +#: src/Content/Nav.php:103 src/Model/Profile.php:912 src/Model/Profile.php:915 +#: view/theme/frio/theme.php:262 +msgid "Videos" +msgstr "Videos" + +#: src/Content/Nav.php:103 view/theme/frio/theme.php:262 +msgid "Your videos" +msgstr "My videos" + +#: src/Content/Nav.php:104 view/theme/frio/theme.php:263 +msgid "Your events" +msgstr "My events" + #: src/Content/Nav.php:105 msgid "Personal notes" msgstr "Personal notes" @@ -8203,7 +7890,12 @@ msgstr "Community" #: src/Content/Nav.php:165 msgid "Conversations on this and other servers" -msgstr "" +msgstr "Conversations on this and other servers" + +#: src/Content/Nav.php:169 src/Model/Profile.php:927 src/Model/Profile.php:938 +#: view/theme/frio/theme.php:267 +msgid "Events and Calendar" +msgstr "Events and calendar" #: src/Content/Nav.php:172 msgid "Directory" @@ -8217,6 +7909,10 @@ msgstr "People directory" msgid "Information about this friendica instance" msgstr "Information about this Friendica instance" +#: src/Content/Nav.php:178 view/theme/frio/theme.php:266 +msgid "Conversations from your friends" +msgstr "My friends' conversations" + #: src/Content/Nav.php:179 msgid "Network Reset" msgstr "Network reset" @@ -8237,6 +7933,10 @@ msgstr "See all notifications" msgid "Mark all system notifications seen" msgstr "Mark all system notifications seen" +#: src/Content/Nav.php:195 view/theme/frio/theme.php:268 +msgid "Private mail" +msgstr "Private messages" + #: src/Content/Nav.php:196 msgid "Inbox" msgstr "Inbox" @@ -8253,6 +7953,10 @@ msgstr "Manage" msgid "Manage other pages" msgstr "Manage other pages" +#: src/Content/Nav.php:206 view/theme/frio/theme.php:269 +msgid "Account settings" +msgstr "Account settings" + #: src/Content/Nav.php:209 src/Model/Profile.php:372 msgid "Profiles" msgstr "Profiles" @@ -8261,6 +7965,10 @@ msgstr "Profiles" msgid "Manage/Edit Profiles" msgstr "Manage/Edit profiles" +#: src/Content/Nav.php:212 view/theme/frio/theme.php:270 +msgid "Manage/edit friends and contacts" +msgstr "Manage/Edit friends and contacts" + #: src/Content/Nav.php:217 msgid "Site setup and configuration" msgstr "Site setup and configuration" @@ -8273,6 +7981,26 @@ msgstr "Navigation" msgid "Site map" msgstr "Site map" +#: src/Content/OEmbed.php:253 +msgid "Embedding disabled" +msgstr "Embedding disabled" + +#: src/Content/OEmbed.php:373 +msgid "Embedded content" +msgstr "Embedded content" + +#: src/Content/Widget/CalendarExport.php:61 +msgid "Export" +msgstr "Export" + +#: src/Content/Widget/CalendarExport.php:62 +msgid "Export calendar as ical" +msgstr "Export calendar as ical" + +#: src/Content/Widget/CalendarExport.php:63 +msgid "Export calendar as csv" +msgstr "Export calendar as csv" + #: src/Content/Feature.php:79 msgid "General Features" msgstr "General" @@ -8478,19 +8206,11 @@ msgstr "Provides a personal tag cloud on your profile page" #: src/Content/Feature.php:129 msgid "Display Membership Date" -msgstr "" +msgstr "Display membership date" #: src/Content/Feature.php:129 msgid "Display membership date in profile" -msgstr "" - -#: src/Content/OEmbed.php:253 -msgid "Embedding disabled" -msgstr "Embedding disabled" - -#: src/Content/OEmbed.php:373 -msgid "Embedded content" -msgstr "Embedded content" +msgstr "Display membership date in profile" #: src/Content/Widget.php:33 msgid "Add New Contact" @@ -8523,10 +8243,18 @@ msgstr "Enter name or interest" msgid "Examples: Robert Morgenstein, Fishing" msgstr "Examples: Robert Morgenstein, fishing" +#: src/Content/Widget.php:65 view/theme/vier/theme.php:202 +msgid "Similar Interests" +msgstr "Similar interests" + #: src/Content/Widget.php:66 msgid "Random Profile" msgstr "Random profile" +#: src/Content/Widget.php:67 view/theme/vier/theme.php:204 +msgid "Invite Friends" +msgstr "Invite friends" + #: src/Content/Widget.php:68 msgid "View Global Directory" msgstr "View global directory" @@ -8554,6 +8282,314 @@ msgid_plural "%d contacts in common" msgstr[0] "%d contact in common" msgstr[1] "%d contacts in common" +#: src/Content/ContactSelector.php:55 +msgid "Frequently" +msgstr "Frequently" + +#: src/Content/ContactSelector.php:56 +msgid "Hourly" +msgstr "Hourly" + +#: src/Content/ContactSelector.php:57 +msgid "Twice daily" +msgstr "Twice daily" + +#: src/Content/ContactSelector.php:58 +msgid "Daily" +msgstr "Daily" + +#: src/Content/ContactSelector.php:59 +msgid "Weekly" +msgstr "Weekly" + +#: src/Content/ContactSelector.php:60 +msgid "Monthly" +msgstr "Monthly" + +#: src/Content/ContactSelector.php:80 +msgid "OStatus" +msgstr "OStatus" + +#: src/Content/ContactSelector.php:81 +msgid "RSS/Atom" +msgstr "RSS/Atom" + +#: src/Content/ContactSelector.php:84 +msgid "Facebook" +msgstr "Facebook" + +#: src/Content/ContactSelector.php:85 +msgid "Zot!" +msgstr "Zot!" + +#: src/Content/ContactSelector.php:86 +msgid "LinkedIn" +msgstr "LinkedIn" + +#: src/Content/ContactSelector.php:87 +msgid "XMPP/IM" +msgstr "XMPP/IM" + +#: src/Content/ContactSelector.php:88 +msgid "MySpace" +msgstr "MySpace" + +#: src/Content/ContactSelector.php:89 +msgid "Google+" +msgstr "Google+" + +#: src/Content/ContactSelector.php:90 +msgid "pump.io" +msgstr "pump.io" + +#: src/Content/ContactSelector.php:91 +msgid "Twitter" +msgstr "Twitter" + +#: src/Content/ContactSelector.php:92 +msgid "Diaspora Connector" +msgstr "Diaspora Connector" + +#: src/Content/ContactSelector.php:93 +msgid "GNU Social Connector" +msgstr "GNU Social Connector" + +#: src/Content/ContactSelector.php:94 +msgid "pnut" +msgstr "pnut" + +#: src/Content/ContactSelector.php:95 +msgid "App.net" +msgstr "App.net" + +#: src/Content/ContactSelector.php:125 +msgid "Male" +msgstr "Male" + +#: src/Content/ContactSelector.php:125 +msgid "Female" +msgstr "Female" + +#: src/Content/ContactSelector.php:125 +msgid "Currently Male" +msgstr "Currently male" + +#: src/Content/ContactSelector.php:125 +msgid "Currently Female" +msgstr "Currently female" + +#: src/Content/ContactSelector.php:125 +msgid "Mostly Male" +msgstr "Mostly male" + +#: src/Content/ContactSelector.php:125 +msgid "Mostly Female" +msgstr "Mostly female" + +#: src/Content/ContactSelector.php:125 +msgid "Transgender" +msgstr "Transgender" + +#: src/Content/ContactSelector.php:125 +msgid "Intersex" +msgstr "Intersex" + +#: src/Content/ContactSelector.php:125 +msgid "Transsexual" +msgstr "Transsexual" + +#: src/Content/ContactSelector.php:125 +msgid "Hermaphrodite" +msgstr "Hermaphrodite" + +#: src/Content/ContactSelector.php:125 +msgid "Neuter" +msgstr "Neuter" + +#: src/Content/ContactSelector.php:125 +msgid "Non-specific" +msgstr "Non-specific" + +#: src/Content/ContactSelector.php:125 +msgid "Other" +msgstr "Other" + +#: src/Content/ContactSelector.php:147 +msgid "Males" +msgstr "Males" + +#: src/Content/ContactSelector.php:147 +msgid "Females" +msgstr "Females" + +#: src/Content/ContactSelector.php:147 +msgid "Gay" +msgstr "Gay" + +#: src/Content/ContactSelector.php:147 +msgid "Lesbian" +msgstr "Lesbian" + +#: src/Content/ContactSelector.php:147 +msgid "No Preference" +msgstr "No Preference" + +#: src/Content/ContactSelector.php:147 +msgid "Bisexual" +msgstr "Bisexual" + +#: src/Content/ContactSelector.php:147 +msgid "Autosexual" +msgstr "Auto-sexual" + +#: src/Content/ContactSelector.php:147 +msgid "Abstinent" +msgstr "Abstinent" + +#: src/Content/ContactSelector.php:147 +msgid "Virgin" +msgstr "Virgin" + +#: src/Content/ContactSelector.php:147 +msgid "Deviant" +msgstr "Deviant" + +#: src/Content/ContactSelector.php:147 +msgid "Fetish" +msgstr "Fetish" + +#: src/Content/ContactSelector.php:147 +msgid "Oodles" +msgstr "Oodles" + +#: src/Content/ContactSelector.php:147 +msgid "Nonsexual" +msgstr "Asexual" + +#: src/Content/ContactSelector.php:169 +msgid "Single" +msgstr "Single" + +#: src/Content/ContactSelector.php:169 +msgid "Lonely" +msgstr "Lonely" + +#: src/Content/ContactSelector.php:169 +msgid "Available" +msgstr "Available" + +#: src/Content/ContactSelector.php:169 +msgid "Unavailable" +msgstr "Unavailable" + +#: src/Content/ContactSelector.php:169 +msgid "Has crush" +msgstr "Having a crush" + +#: src/Content/ContactSelector.php:169 +msgid "Infatuated" +msgstr "Infatuated" + +#: src/Content/ContactSelector.php:169 +msgid "Dating" +msgstr "Dating" + +#: src/Content/ContactSelector.php:169 +msgid "Unfaithful" +msgstr "Unfaithful" + +#: src/Content/ContactSelector.php:169 +msgid "Sex Addict" +msgstr "Sex addict" + +#: src/Content/ContactSelector.php:169 src/Model/User.php:505 +msgid "Friends" +msgstr "Friends" + +#: src/Content/ContactSelector.php:169 +msgid "Friends/Benefits" +msgstr "Friends with benefits" + +#: src/Content/ContactSelector.php:169 +msgid "Casual" +msgstr "Casual" + +#: src/Content/ContactSelector.php:169 +msgid "Engaged" +msgstr "Engaged" + +#: src/Content/ContactSelector.php:169 +msgid "Married" +msgstr "Married" + +#: src/Content/ContactSelector.php:169 +msgid "Imaginarily married" +msgstr "Imaginarily married" + +#: src/Content/ContactSelector.php:169 +msgid "Partners" +msgstr "Partners" + +#: src/Content/ContactSelector.php:169 +msgid "Cohabiting" +msgstr "Cohabiting" + +#: src/Content/ContactSelector.php:169 +msgid "Common law" +msgstr "Common law spouse" + +#: src/Content/ContactSelector.php:169 +msgid "Happy" +msgstr "Happy" + +#: src/Content/ContactSelector.php:169 +msgid "Not looking" +msgstr "Not looking" + +#: src/Content/ContactSelector.php:169 +msgid "Swinger" +msgstr "Swinger" + +#: src/Content/ContactSelector.php:169 +msgid "Betrayed" +msgstr "Betrayed" + +#: src/Content/ContactSelector.php:169 +msgid "Separated" +msgstr "Separated" + +#: src/Content/ContactSelector.php:169 +msgid "Unstable" +msgstr "Unstable" + +#: src/Content/ContactSelector.php:169 +msgid "Divorced" +msgstr "Divorced" + +#: src/Content/ContactSelector.php:169 +msgid "Imaginarily divorced" +msgstr "Imaginarily divorced" + +#: src/Content/ContactSelector.php:169 +msgid "Widowed" +msgstr "Widowed" + +#: src/Content/ContactSelector.php:169 +msgid "Uncertain" +msgstr "Uncertain" + +#: src/Content/ContactSelector.php:169 +msgid "It's complicated" +msgstr "It's complicated" + +#: src/Content/ContactSelector.php:169 +msgid "Don't care" +msgstr "Don't care" + +#: src/Content/ContactSelector.php:169 +msgid "Ask me" +msgstr "Ask me" + #: src/Database/DBStructure.php:32 msgid "There are no tables on MyISAM." msgstr "There are no tables on MyISAM." @@ -8566,7 +8602,7 @@ msgid "" "\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 "" +msgstr "\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." #: src/Database/DBStructure.php:80 #, php-format @@ -8587,149 +8623,16 @@ msgstr "\nError %d occurred during database update:\n%s\n" msgid "Errors encountered performing database changes: " msgstr "Errors encountered performing database changes: " -#: src/Database/DBStructure.php:209 +#: src/Database/DBStructure.php:210 msgid ": Database update" msgstr ": Database update" -#: src/Database/DBStructure.php:459 +#: src/Database/DBStructure.php:460 #, php-format msgid "%s: updating %s table." msgstr "%s: updating %s table." -#: src/Model/Group.php:44 -msgid "" -"A deleted group with this name was revived. Existing item permissions " -"may apply to this group and any future members. If this is " -"not what you intended, please create another group with a different name." -msgstr "A deleted group with this name has been revived. Existing item permissions may apply to this group and any future members. If this is not what you intended, please create another group with a different name." - -#: src/Model/Group.php:329 -msgid "Default privacy group for new contacts" -msgstr "Default privacy group for new contacts" - -#: src/Model/Group.php:362 -msgid "Everybody" -msgstr "Everybody" - -#: src/Model/Group.php:382 -msgid "edit" -msgstr "edit" - -#: src/Model/Group.php:406 -msgid "Edit group" -msgstr "Edit group" - -#: src/Model/Group.php:407 -msgid "Contacts not in any group" -msgstr "Contacts not in any group" - -#: src/Model/Group.php:408 -msgid "Create a new group" -msgstr "Create new group" - -#: src/Model/Group.php:410 -msgid "Edit groups" -msgstr "Edit groups" - -#: src/Model/Contact.php:559 -msgid "Drop Contact" -msgstr "Drop contact" - -#: src/Model/Contact.php:962 -msgid "Organisation" -msgstr "Organisation" - -#: src/Model/Contact.php:965 -msgid "News" -msgstr "News" - -#: src/Model/Contact.php:968 -msgid "Forum" -msgstr "Forum" - -#: src/Model/Contact.php:1147 -msgid "Connect URL missing." -msgstr "Connect URL missing." - -#: src/Model/Contact.php:1156 -msgid "" -"The contact could not be added. Please check the relevant network " -"credentials in your Settings -> Social Networks page." -msgstr "" - -#: src/Model/Contact.php:1184 -msgid "" -"This site is not configured to allow communications with other networks." -msgstr "This site is not configured to allow communications with other networks." - -#: src/Model/Contact.php:1185 src/Model/Contact.php:1199 -msgid "No compatible communication protocols or feeds were discovered." -msgstr "No compatible communication protocols or feeds were discovered." - -#: src/Model/Contact.php:1197 -msgid "The profile address specified does not provide adequate information." -msgstr "The profile address specified does not provide adequate information." - -#: src/Model/Contact.php:1202 -msgid "An author or name was not found." -msgstr "An author or name was not found." - -#: src/Model/Contact.php:1205 -msgid "No browser URL could be matched to this address." -msgstr "No browser URL could be matched to this address." - -#: src/Model/Contact.php:1208 -msgid "" -"Unable to match @-style Identity Address with a known protocol or email " -"contact." -msgstr "Unable to match @-style identity address with a known protocol or email contact." - -#: src/Model/Contact.php:1209 -msgid "Use mailto: in front of address to force email check." -msgstr "Use mailto: in front of address to force email check." - -#: src/Model/Contact.php:1215 -msgid "" -"The profile address specified belongs to a network which has been disabled " -"on this site." -msgstr "The profile address specified belongs to a network which has been disabled on this site." - -#: src/Model/Contact.php:1220 -msgid "" -"Limited profile. This person will be unable to receive direct/personal " -"notifications from you." -msgstr "Limited profile: This person will be unable to receive direct/private messages from you." - -#: src/Model/Contact.php:1290 -msgid "Unable to retrieve contact information." -msgstr "Unable to retrieve contact information." - -#: src/Model/Contact.php:1506 -#, php-format -msgid "%s's birthday" -msgstr "%s's birthday" - -#: src/Model/Contact.php:1507 src/Protocol/DFRN.php:1399 -#, php-format -msgid "Happy Birthday %s" -msgstr "Happy Birthday, %s!" - -#: src/Model/Item.php:1732 -#, php-format -msgid "%1$s is attending %2$s's %3$s" -msgstr "%1$s is going to %2$s's %3$s" - -#: src/Model/Item.php:1737 -#, php-format -msgid "%1$s is not attending %2$s's %3$s" -msgstr "%1$s is not going to %2$s's %3$s" - -#: src/Model/Item.php:1742 -#, php-format -msgid "%1$s may attend %2$s's %3$s" -msgstr "%1$s may go to %2$s's %3$s" - -#: src/Model/Mail.php:40 src/Model/Mail.php:173 +#: src/Model/Mail.php:40 src/Model/Mail.php:174 msgid "[no subject]" msgstr "[no subject]" @@ -8738,7 +8641,7 @@ msgid "Requested account is not available." msgstr "Requested account is unavailable." #: src/Model/Profile.php:168 src/Model/Profile.php:399 -#: src/Model/Profile.php:844 +#: src/Model/Profile.php:859 msgid "Edit profile" msgstr "Edit profile" @@ -8750,7 +8653,7 @@ msgstr "Atom feed" msgid "Manage/edit profiles" msgstr "Manage/Edit profiles" -#: src/Model/Profile.php:548 src/Model/Profile.php:640 +#: src/Model/Profile.php:548 src/Model/Profile.php:641 msgid "g A l F d" msgstr "g A l F d" @@ -8758,219 +8661,415 @@ msgstr "g A l F d" msgid "F d" msgstr "F d" -#: src/Model/Profile.php:604 src/Model/Profile.php:688 +#: src/Model/Profile.php:606 src/Model/Profile.php:703 msgid "[today]" msgstr "[today]" -#: src/Model/Profile.php:615 +#: src/Model/Profile.php:617 msgid "Birthday Reminders" msgstr "Birthday reminders" -#: src/Model/Profile.php:616 +#: src/Model/Profile.php:618 msgid "Birthdays this week:" msgstr "Birthdays this week:" -#: src/Model/Profile.php:675 +#: src/Model/Profile.php:690 msgid "[No description]" msgstr "[No description]" -#: src/Model/Profile.php:702 +#: src/Model/Profile.php:717 msgid "Event Reminders" msgstr "Event reminders" -#: src/Model/Profile.php:703 +#: src/Model/Profile.php:718 msgid "Events this week:" msgstr "Events this week:" -#: src/Model/Profile.php:726 +#: src/Model/Profile.php:741 msgid "Member since:" -msgstr "" +msgstr "Member since:" -#: src/Model/Profile.php:734 +#: src/Model/Profile.php:749 msgid "j F, Y" msgstr "j F, Y" -#: src/Model/Profile.php:735 +#: src/Model/Profile.php:750 msgid "j F" msgstr "j F" -#: src/Model/Profile.php:750 +#: src/Model/Profile.php:765 msgid "Age:" msgstr "Age:" -#: src/Model/Profile.php:763 +#: src/Model/Profile.php:778 #, php-format msgid "for %1$d %2$s" msgstr "for %1$d %2$s" -#: src/Model/Profile.php:787 +#: src/Model/Profile.php:802 msgid "Religion:" msgstr "Religion:" -#: src/Model/Profile.php:795 +#: src/Model/Profile.php:810 msgid "Hobbies/Interests:" msgstr "Hobbies/Interests:" -#: src/Model/Profile.php:807 +#: src/Model/Profile.php:822 msgid "Contact information and Social Networks:" msgstr "Contact information and social networks:" -#: src/Model/Profile.php:811 +#: src/Model/Profile.php:826 msgid "Musical interests:" msgstr "Music:" -#: src/Model/Profile.php:815 +#: src/Model/Profile.php:830 msgid "Books, literature:" msgstr "Books/Literature:" -#: src/Model/Profile.php:819 +#: src/Model/Profile.php:834 msgid "Television:" msgstr "Television:" -#: src/Model/Profile.php:823 +#: src/Model/Profile.php:838 msgid "Film/dance/culture/entertainment:" msgstr "Arts, culture, entertainment:" -#: src/Model/Profile.php:827 +#: src/Model/Profile.php:842 msgid "Love/Romance:" msgstr "Love/Romance:" -#: src/Model/Profile.php:831 +#: src/Model/Profile.php:846 msgid "Work/employment:" msgstr "Work/Employment:" -#: src/Model/Profile.php:835 +#: src/Model/Profile.php:850 msgid "School/education:" msgstr "School/Education:" -#: src/Model/Profile.php:840 +#: src/Model/Profile.php:855 msgid "Forums:" msgstr "Forums:" -#: src/Model/Profile.php:934 +#: src/Model/Profile.php:949 msgid "Only You Can See This" msgstr "Only you can see this." -#: src/Model/User.php:142 +#: src/Model/Item.php:1676 +#, php-format +msgid "%1$s is attending %2$s's %3$s" +msgstr "%1$s is going to %2$s's %3$s" + +#: src/Model/Item.php:1681 +#, php-format +msgid "%1$s is not attending %2$s's %3$s" +msgstr "%1$s is not going to %2$s's %3$s" + +#: src/Model/Item.php:1686 +#, php-format +msgid "%1$s may attend %2$s's %3$s" +msgstr "%1$s may go to %2$s's %3$s" + +#: src/Model/Group.php:44 +msgid "" +"A deleted group with this name was revived. Existing item permissions " +"may apply to this group and any future members. If this is " +"not what you intended, please create another group with a different name." +msgstr "A deleted group with this name has been revived. Existing item permissions may apply to this group and any future members. If this is not what you intended, please create another group with a different name." + +#: src/Model/Group.php:328 +msgid "Default privacy group for new contacts" +msgstr "Default privacy group for new contacts" + +#: src/Model/Group.php:361 +msgid "Everybody" +msgstr "Everybody" + +#: src/Model/Group.php:381 +msgid "edit" +msgstr "edit" + +#: src/Model/Group.php:405 +msgid "Edit group" +msgstr "Edit group" + +#: src/Model/Group.php:406 +msgid "Contacts not in any group" +msgstr "Contacts not in any group" + +#: src/Model/Group.php:407 +msgid "Create a new group" +msgstr "Create new group" + +#: src/Model/Group.php:409 +msgid "Edit groups" +msgstr "Edit groups" + +#: src/Model/Contact.php:645 +msgid "Drop Contact" +msgstr "Drop contact" + +#: src/Model/Contact.php:1048 +msgid "Organisation" +msgstr "Organisation" + +#: src/Model/Contact.php:1051 +msgid "News" +msgstr "News" + +#: src/Model/Contact.php:1054 +msgid "Forum" +msgstr "Forum" + +#: src/Model/Contact.php:1233 +msgid "Connect URL missing." +msgstr "Connect URL missing." + +#: src/Model/Contact.php:1242 +msgid "" +"The contact could not be added. Please check the relevant network " +"credentials in your Settings -> Social Networks page." +msgstr "The contact could not be added. Please check the relevant network credentials in your Settings -> Social Networks page." + +#: src/Model/Contact.php:1289 +msgid "" +"This site is not configured to allow communications with other networks." +msgstr "This site is not configured to allow communications with other networks." + +#: src/Model/Contact.php:1290 src/Model/Contact.php:1304 +msgid "No compatible communication protocols or feeds were discovered." +msgstr "No compatible communication protocols or feeds were discovered." + +#: src/Model/Contact.php:1302 +msgid "The profile address specified does not provide adequate information." +msgstr "The profile address specified does not provide adequate information." + +#: src/Model/Contact.php:1307 +msgid "An author or name was not found." +msgstr "An author or name was not found." + +#: src/Model/Contact.php:1310 +msgid "No browser URL could be matched to this address." +msgstr "No browser URL could be matched to this address." + +#: src/Model/Contact.php:1313 +msgid "" +"Unable to match @-style Identity Address with a known protocol or email " +"contact." +msgstr "Unable to match @-style identity address with a known protocol or email contact." + +#: src/Model/Contact.php:1314 +msgid "Use mailto: in front of address to force email check." +msgstr "Use mailto: in front of address to force email check." + +#: src/Model/Contact.php:1320 +msgid "" +"The profile address specified belongs to a network which has been disabled " +"on this site." +msgstr "The profile address specified belongs to a network which has been disabled on this site." + +#: src/Model/Contact.php:1325 +msgid "" +"Limited profile. This person will be unable to receive direct/personal " +"notifications from you." +msgstr "Limited profile: This person will be unable to receive direct/private messages from you." + +#: src/Model/Contact.php:1376 +msgid "Unable to retrieve contact information." +msgstr "Unable to retrieve contact information." + +#: src/Model/Contact.php:1588 +#, php-format +msgid "%s's birthday" +msgstr "%s's birthday" + +#: src/Model/Contact.php:1589 src/Protocol/DFRN.php:1478 +#, php-format +msgid "Happy Birthday %s" +msgstr "Happy Birthday, %s!" + +#: src/Model/Event.php:53 src/Model/Event.php:70 src/Model/Event.php:419 +#: src/Model/Event.php:882 +msgid "Starts:" +msgstr "Starts:" + +#: src/Model/Event.php:56 src/Model/Event.php:76 src/Model/Event.php:420 +#: src/Model/Event.php:886 +msgid "Finishes:" +msgstr "Finishes:" + +#: src/Model/Event.php:368 +msgid "all-day" +msgstr "All-day" + +#: src/Model/Event.php:391 +msgid "Jun" +msgstr "Jun" + +#: src/Model/Event.php:394 +msgid "Sept" +msgstr "Sep" + +#: src/Model/Event.php:417 +msgid "No events to display" +msgstr "No events to display" + +#: src/Model/Event.php:543 +msgid "l, F j" +msgstr "l, F j" + +#: src/Model/Event.php:566 +msgid "Edit event" +msgstr "Edit event" + +#: src/Model/Event.php:567 +msgid "Duplicate event" +msgstr "Duplicate event" + +#: src/Model/Event.php:568 +msgid "Delete event" +msgstr "Delete event" + +#: src/Model/Event.php:815 +msgid "D g:i A" +msgstr "D g:i A" + +#: src/Model/Event.php:816 +msgid "g:i A" +msgstr "g:i A" + +#: src/Model/Event.php:901 src/Model/Event.php:903 +msgid "Show map" +msgstr "Show map" + +#: src/Model/Event.php:902 +msgid "Hide map" +msgstr "Hide map" + +#: src/Model/User.php:144 msgid "Login failed" -msgstr "" +msgstr "Login failed" -#: src/Model/User.php:171 +#: src/Model/User.php:175 msgid "Not enough information to authenticate" -msgstr "" +msgstr "Not enough information to authenticate" -#: src/Model/User.php:317 +#: src/Model/User.php:332 msgid "An invitation is required." msgstr "An invitation is required." -#: src/Model/User.php:321 +#: src/Model/User.php:336 msgid "Invitation could not be verified." msgstr "Invitation could not be verified." -#: src/Model/User.php:328 +#: src/Model/User.php:343 msgid "Invalid OpenID url" msgstr "Invalid OpenID URL" -#: src/Model/User.php:341 src/Module/Login.php:100 +#: src/Model/User.php:356 src/Module/Login.php:100 msgid "" "We encountered a problem while logging in with the OpenID you provided. " "Please check the correct spelling of the ID." msgstr "We encountered a problem while logging in with the OpenID you provided. Please check the correct spelling of the ID." -#: src/Model/User.php:341 src/Module/Login.php:100 +#: src/Model/User.php:356 src/Module/Login.php:100 msgid "The error message was:" msgstr "The error message was:" -#: src/Model/User.php:347 +#: src/Model/User.php:362 msgid "Please enter the required information." msgstr "Please enter the required information." -#: src/Model/User.php:360 +#: src/Model/User.php:375 msgid "Please use a shorter name." msgstr "Please use a shorter name." -#: src/Model/User.php:363 +#: src/Model/User.php:378 msgid "Name too short." msgstr "Name too short." -#: src/Model/User.php:371 +#: src/Model/User.php:386 msgid "That doesn't appear to be your full (First Last) name." msgstr "That doesn't appear to be your full (i.e first and last) name." -#: src/Model/User.php:376 +#: src/Model/User.php:391 msgid "Your email domain is not among those allowed on this site." msgstr "Your email domain is not allowed on this site." -#: src/Model/User.php:380 +#: src/Model/User.php:395 msgid "Not a valid email address." msgstr "Not a valid email address." -#: src/Model/User.php:384 src/Model/User.php:392 +#: src/Model/User.php:399 src/Model/User.php:407 msgid "Cannot use that email." msgstr "Cannot use that email." -#: src/Model/User.php:399 +#: src/Model/User.php:414 msgid "Your nickname can only contain a-z, 0-9 and _." -msgstr "" +msgstr "Your nickname can only contain a-z, 0-9 and _." -#: src/Model/User.php:406 src/Model/User.php:462 +#: src/Model/User.php:421 src/Model/User.php:477 msgid "Nickname is already registered. Please choose another." msgstr "Nickname is already registered. Please choose another." -#: src/Model/User.php:416 +#: src/Model/User.php:431 msgid "SERIOUS ERROR: Generation of security keys failed." msgstr "SERIOUS ERROR: Generation of security keys failed." -#: src/Model/User.php:449 src/Model/User.php:453 +#: src/Model/User.php:464 src/Model/User.php:468 msgid "An error occurred during registration. Please try again." msgstr "An error occurred during registration. Please try again." -#: src/Model/User.php:478 +#: src/Model/User.php:488 view/theme/duepuntozero/config.php:54 +msgid "default" +msgstr "default" + +#: src/Model/User.php:493 msgid "An error occurred creating your default profile. Please try again." msgstr "An error occurred creating your default profile. Please try again." -#: src/Model/User.php:485 +#: src/Model/User.php:500 msgid "An error occurred creating your self contact. Please try again." -msgstr "" +msgstr "An error occurred creating your self-contact. Please try again." -#: src/Model/User.php:494 +#: src/Model/User.php:509 msgid "" "An error occurred creating your default contact group. Please try again." -msgstr "" +msgstr "An error occurred while creating your default contact group. Please try again." -#: src/Model/User.php:568 +#: src/Model/User.php:583 #, php-format msgid "" "\n" "\t\t\tDear %1$s,\n" "\t\t\t\tThank you for registering at %2$s. Your account is pending for approval by the administrator.\n" "\t\t" -msgstr "" +msgstr "\n\t\t\tDear %1$s,\n\t\t\t\tThank you for registering at %2$s. Your account is pending for approval by the administrator.\n\t\t" -#: src/Model/User.php:578 +#: src/Model/User.php:593 #, php-format msgid "Registration at %s" msgstr "Registration at %s" -#: src/Model/User.php:596 +#: src/Model/User.php:611 #, php-format msgid "" "\n" "\t\t\tDear %1$s,\n" "\t\t\t\tThank you for registering at %2$s. Your account has been created.\n" "\t\t" -msgstr "" +msgstr "\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" -#: src/Model/User.php:600 +#: src/Model/User.php:615 #, php-format msgid "" "\n" "\t\t\tThe login details are as follows:\n" -"\t\t\t\tSite Location:\t%3$s\n" -"\t\t\t\tLogin Name:\t%1$s\n" -"\t\t\t\tPassword:\t%5$s\n" "\n" -"\t\t\tYou may change your password from your account Settings page after logging\n" +"\t\t\tSite Location:\t%3$s\n" +"\t\t\tLogin Name:\t\t%1$s\n" +"\t\t\tPassword:\t\t%5$s\n" +"\n" +"\t\t\tYou may change your password from your account \"Settings\" page after logging\n" "\t\t\tin.\n" "\n" "\t\t\tPlease take a few moments to review the other account settings on that page.\n" @@ -8979,7 +9078,7 @@ msgid "" "\t\t\t(on the \"Profiles\" page) so that other people can easily find you.\n" "\n" "\t\t\tWe recommend setting your full name, adding a profile photo,\n" -"\t\t\tadding some profile keywords (very useful in making new friends) - and\n" +"\t\t\tadding some profile \"keywords\" (very useful in making new friends) - and\n" "\t\t\tperhaps what country you live in; if you do not wish to be more specific\n" "\t\t\tthan that.\n" "\n" @@ -8987,45 +9086,169 @@ msgid "" "\t\t\tIf you are new and do not know anybody here, they may help\n" "\t\t\tyou to make some new and interesting friends.\n" "\n" +"\t\t\tIf you ever want to delete your account, you can do so at %3$s/removeme\n" "\n" "\t\t\tThank you and welcome to %2$s." -msgstr "" +msgstr "\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." -#: src/Protocol/DFRN.php:1398 -#, php-format -msgid "%s\\'s birthday" -msgstr "%s\\'s birthday" - -#: src/Protocol/Diaspora.php:2579 -msgid "Sharing notification from Diaspora network" -msgstr "Sharing notification from Diaspora network" - -#: src/Protocol/Diaspora.php:3655 -msgid "Attachments:" -msgstr "Attachments:" - -#: src/Protocol/OStatus.php:1784 +#: src/Protocol/OStatus.php:1799 #, php-format msgid "%s is now following %s." msgstr "%s is now following %s." -#: src/Protocol/OStatus.php:1785 +#: src/Protocol/OStatus.php:1800 msgid "following" msgstr "following" -#: src/Protocol/OStatus.php:1788 +#: src/Protocol/OStatus.php:1803 #, php-format msgid "%s stopped following %s." msgstr "%s stopped following %s." -#: src/Protocol/OStatus.php:1789 +#: src/Protocol/OStatus.php:1804 msgid "stopped following" msgstr "stopped following" +#: src/Protocol/DFRN.php:1477 +#, php-format +msgid "%s\\'s birthday" +msgstr "%s\\'s birthday" + +#: src/Protocol/Diaspora.php:2651 +msgid "Sharing notification from Diaspora network" +msgstr "Sharing notification from Diaspora network" + +#: src/Protocol/Diaspora.php:3738 +msgid "Attachments:" +msgstr "Attachments:" + #: src/Worker/Delivery.php:392 msgid "(no subject)" msgstr "(no subject)" +#: src/Object/Post.php:128 +msgid "This entry was edited" +msgstr "This entry was edited" + +#: src/Object/Post.php:182 +msgid "save to folder" +msgstr "Save to folder" + +#: src/Object/Post.php:235 +msgid "I will attend" +msgstr "I will attend" + +#: src/Object/Post.php:235 +msgid "I will not attend" +msgstr "I will not attend" + +#: src/Object/Post.php:235 +msgid "I might attend" +msgstr "I might attend" + +#: src/Object/Post.php:263 +msgid "add star" +msgstr "Add star" + +#: src/Object/Post.php:264 +msgid "remove star" +msgstr "Remove star" + +#: src/Object/Post.php:265 +msgid "toggle star status" +msgstr "Toggle star status" + +#: src/Object/Post.php:268 +msgid "starred" +msgstr "Starred" + +#: src/Object/Post.php:274 +msgid "ignore thread" +msgstr "Ignore thread" + +#: src/Object/Post.php:275 +msgid "unignore thread" +msgstr "Unignore thread" + +#: src/Object/Post.php:276 +msgid "toggle ignore status" +msgstr "Toggle ignore status" + +#: src/Object/Post.php:285 +msgid "add tag" +msgstr "Add tag" + +#: src/Object/Post.php:296 +msgid "like" +msgstr "Like" + +#: src/Object/Post.php:297 +msgid "dislike" +msgstr "Dislike" + +#: src/Object/Post.php:300 +msgid "Share this" +msgstr "Share this" + +#: src/Object/Post.php:300 +msgid "share" +msgstr "Share" + +#: src/Object/Post.php:365 +msgid "to" +msgstr "to" + +#: src/Object/Post.php:366 +msgid "via" +msgstr "via" + +#: src/Object/Post.php:367 +msgid "Wall-to-Wall" +msgstr "Wall-to-wall" + +#: src/Object/Post.php:368 +msgid "via Wall-To-Wall:" +msgstr "via wall-to-wall:" + +#: src/Object/Post.php:427 +#, php-format +msgid "%d comment" +msgid_plural "%d comments" +msgstr[0] "%d comment" +msgstr[1] "%d comments -" + +#: src/Object/Post.php:797 +msgid "Bold" +msgstr "Bold" + +#: src/Object/Post.php:798 +msgid "Italic" +msgstr "Italic" + +#: src/Object/Post.php:799 +msgid "Underline" +msgstr "Underline" + +#: src/Object/Post.php:800 +msgid "Quote" +msgstr "Quote" + +#: src/Object/Post.php:801 +msgid "Code" +msgstr "Code" + +#: src/Object/Post.php:802 +msgid "Image" +msgstr "Image" + +#: src/Object/Post.php:803 +msgid "Link" +msgstr "Link" + +#: src/Object/Post.php:804 +msgid "Video" +msgstr "Video" + #: src/Module/Login.php:282 msgid "Create a New Account" msgstr "Create a new account" @@ -9066,142 +9289,203 @@ msgstr "Privacy policy" msgid "Logged out." msgstr "Logged out." -#: src/Object/Post.php:127 -msgid "This entry was edited" -msgstr "This entry was edited" - -#: src/Object/Post.php:181 -msgid "save to folder" -msgstr "Save to folder" - -#: src/Object/Post.php:234 -msgid "I will attend" -msgstr "I will attend" - -#: src/Object/Post.php:234 -msgid "I will not attend" -msgstr "I will not attend" - -#: src/Object/Post.php:234 -msgid "I might attend" -msgstr "I might attend" - -#: src/Object/Post.php:262 -msgid "add star" -msgstr "Add star" - -#: src/Object/Post.php:263 -msgid "remove star" -msgstr "Remove star" - -#: src/Object/Post.php:264 -msgid "toggle star status" -msgstr "Toggle star status" - -#: src/Object/Post.php:267 -msgid "starred" -msgstr "Starred" - -#: src/Object/Post.php:273 -msgid "ignore thread" -msgstr "Ignore thread" - -#: src/Object/Post.php:274 -msgid "unignore thread" -msgstr "Unignore thread" - -#: src/Object/Post.php:275 -msgid "toggle ignore status" -msgstr "Toggle ignore status" - -#: src/Object/Post.php:284 -msgid "add tag" -msgstr "Add tag" - -#: src/Object/Post.php:295 -msgid "like" -msgstr "Like" - -#: src/Object/Post.php:296 -msgid "dislike" -msgstr "Dislike" - -#: src/Object/Post.php:299 -msgid "Share this" -msgstr "Share this" - -#: src/Object/Post.php:299 -msgid "share" -msgstr "Share" - -#: src/Object/Post.php:357 -msgid "to" -msgstr "to" - -#: src/Object/Post.php:358 -msgid "via" -msgstr "via" - -#: src/Object/Post.php:359 -msgid "Wall-to-Wall" -msgstr "Wall-to-wall" - -#: src/Object/Post.php:360 -msgid "via Wall-To-Wall:" -msgstr "via wall-to-wall:" - -#: src/Object/Post.php:419 -#, php-format -msgid "%d comment" -msgid_plural "%d comments" -msgstr[0] "%d comment" -msgstr[1] "%d comments -" - -#: src/Object/Post.php:789 -msgid "Bold" -msgstr "Bold" - -#: src/Object/Post.php:790 -msgid "Italic" -msgstr "Italic" - -#: src/Object/Post.php:791 -msgid "Underline" -msgstr "Underline" - -#: src/Object/Post.php:792 -msgid "Quote" -msgstr "Quote" - -#: src/Object/Post.php:793 -msgid "Code" -msgstr "Code" - -#: src/Object/Post.php:794 -msgid "Image" -msgstr "Image" - -#: src/Object/Post.php:795 -msgid "Link" -msgstr "Link" - -#: src/Object/Post.php:796 -msgid "Video" -msgstr "Video" - -#: src/App.php:513 +#: src/App.php:511 msgid "Delete this item?" msgstr "Delete this item?" -#: src/App.php:515 +#: src/App.php:513 msgid "show fewer" msgstr "Show fewer." -#: boot.php:786 +#: view/theme/duepuntozero/config.php:55 +msgid "greenzero" +msgstr "greenzero" + +#: view/theme/duepuntozero/config.php:56 +msgid "purplezero" +msgstr "purplezero" + +#: view/theme/duepuntozero/config.php:57 +msgid "easterbunny" +msgstr "easterbunny" + +#: view/theme/duepuntozero/config.php:58 +msgid "darkzero" +msgstr "darkzero" + +#: view/theme/duepuntozero/config.php:59 +msgid "comix" +msgstr "comix" + +#: view/theme/duepuntozero/config.php:60 +msgid "slackr" +msgstr "slackr" + +#: view/theme/duepuntozero/config.php:74 +msgid "Variations" +msgstr "Variations" + +#: view/theme/frio/php/Image.php:25 +msgid "Repeat the image" +msgstr "Repeat the image" + +#: view/theme/frio/php/Image.php:25 +msgid "Will repeat your image to fill the background." +msgstr "Will repeat your image to fill the background." + +#: view/theme/frio/php/Image.php:27 +msgid "Stretch" +msgstr "Stretch" + +#: view/theme/frio/php/Image.php:27 +msgid "Will stretch to width/height of the image." +msgstr "Will stretch to width/height of the image." + +#: view/theme/frio/php/Image.php:29 +msgid "Resize fill and-clip" +msgstr "Resize fill and-clip" + +#: view/theme/frio/php/Image.php:29 +msgid "Resize to fill and retain aspect ratio." +msgstr "Resize to fill and retain aspect ratio." + +#: view/theme/frio/php/Image.php:31 +msgid "Resize best fit" +msgstr "Resize to best fit" + +#: view/theme/frio/php/Image.php:31 +msgid "Resize to best fit and retain aspect ratio." +msgstr "Resize to best fit and retain aspect ratio." + +#: view/theme/frio/config.php:97 +msgid "Default" +msgstr "Default" + +#: view/theme/frio/config.php:109 +msgid "Note" +msgstr "Note" + +#: view/theme/frio/config.php:109 +msgid "Check image permissions if all users are allowed to visit the image" +msgstr "Check image permissions if all users are allowed to visit the image" + +#: view/theme/frio/config.php:116 +msgid "Select scheme" +msgstr "Select scheme:" + +#: view/theme/frio/config.php:117 +msgid "Navigation bar background color" +msgstr "Navigation bar background colour:" + +#: view/theme/frio/config.php:118 +msgid "Navigation bar icon color " +msgstr "Navigation bar icon colour:" + +#: view/theme/frio/config.php:119 +msgid "Link color" +msgstr "Link colour:" + +#: view/theme/frio/config.php:120 +msgid "Set the background color" +msgstr "Background colour:" + +#: view/theme/frio/config.php:121 +msgid "Content background opacity" +msgstr "Content background opacity" + +#: view/theme/frio/config.php:122 +msgid "Set the background image" +msgstr "Background image:" + +#: view/theme/frio/config.php:127 +msgid "Login page background image" +msgstr "Login page background image" + +#: view/theme/frio/config.php:130 +msgid "Login page background color" +msgstr "Login page background colour" + +#: view/theme/frio/config.php:130 +msgid "Leave background image and color empty for theme defaults" +msgstr "Leave background image and colour empty for theme defaults" + +#: view/theme/frio/theme.php:238 +msgid "Guest" +msgstr "Guest" + +#: view/theme/frio/theme.php:243 +msgid "Visitor" +msgstr "Visitor" + +#: view/theme/quattro/config.php:76 +msgid "Alignment" +msgstr "Alignment" + +#: view/theme/quattro/config.php:76 +msgid "Left" +msgstr "Left" + +#: view/theme/quattro/config.php:76 +msgid "Center" +msgstr "Centre" + +#: view/theme/quattro/config.php:77 +msgid "Color scheme" +msgstr "Colour scheme" + +#: view/theme/quattro/config.php:78 +msgid "Posts font size" +msgstr "Posts font size" + +#: view/theme/quattro/config.php:79 +msgid "Textareas font size" +msgstr "Text areas font size" + +#: view/theme/vier/config.php:75 +msgid "Comma separated list of helper forums" +msgstr "Comma separated list of helper forums" + +#: view/theme/vier/config.php:122 +msgid "Set style" +msgstr "Set style" + +#: view/theme/vier/config.php:123 +msgid "Community Pages" +msgstr "Community pages" + +#: view/theme/vier/config.php:124 view/theme/vier/theme.php:150 +msgid "Community Profiles" +msgstr "Community profiles" + +#: view/theme/vier/config.php:125 +msgid "Help or @NewHere ?" +msgstr "Help or @NewHere ?" + +#: view/theme/vier/config.php:126 view/theme/vier/theme.php:389 +msgid "Connect Services" +msgstr "Connect services" + +#: view/theme/vier/config.php:127 view/theme/vier/theme.php:199 +msgid "Find Friends" +msgstr "Find friends" + +#: view/theme/vier/config.php:128 view/theme/vier/theme.php:181 +msgid "Last users" +msgstr "Last users" + +#: view/theme/vier/theme.php:200 +msgid "Local Directory" +msgstr "Local directory" + +#: view/theme/vier/theme.php:292 +msgid "Quick Start" +msgstr "Quick start" + +#: index.php:444 +msgid "toggle mobile" +msgstr "Toggle mobile" + +#: boot.php:791 #, php-format msgid "Update %s failed. See error logs." msgstr "Update %s failed. See error logs." - -#: index.php:441 -msgid "toggle mobile" -msgstr "Toggle mobile" diff --git a/view/lang/en-gb/strings.php b/view/lang/en-gb/strings.php index ef66ddb345..a2c1a944f1 100644 --- a/view/lang/en-gb/strings.php +++ b/view/lang/en-gb/strings.php @@ -5,140 +5,21 @@ function string_plural_select_en_gb($n){ return ($n != 1);; }} ; -$a->strings["Post to Email"] = "Post to email"; -$a->strings["Hide your profile details from unknown viewers?"] = "Hide profile details from unknown viewers?"; -$a->strings["Connectors disabled, since \"%s\" is enabled."] = "Connectors are disabled since \"%s\" is enabled."; -$a->strings["Visible to everybody"] = "Visible to everybody"; -$a->strings["show"] = "show"; -$a->strings["don't show"] = "don't show"; -$a->strings["CC: email addresses"] = "CC: email addresses"; -$a->strings["Example: bob@example.com, mary@example.com"] = "Example: bob@example.com, mary@example.com"; -$a->strings["Permissions"] = "Permissions"; -$a->strings["Close"] = "Close"; +$a->strings["Welcome "] = "Welcome "; +$a->strings["Please upload a profile photo."] = "Please upload a profile photo."; +$a->strings["Welcome back "] = "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."] = "The form security token was incorrect. This probably happened because the form has not been submitted within 3 hours."; +$a->strings["Cannot locate DNS info for database server '%s'"] = "Cannot locate DNS info for database server '%s'"; $a->strings["Daily posting limit of %d post reached. The post was rejected."] = [ - 0 => "", - 1 => "", + 0 => "Daily posting limit of %d post reached. The post was rejected.", + 1 => "Daily posting limit of %d posts are reached. This post was rejected.", ]; $a->strings["Weekly posting limit of %d post reached. The post was rejected."] = [ - 0 => "", - 1 => "", + 0 => "Weekly posting limit of %d post reached. The post was rejected.", + 1 => "Weekly posting limit of %d posts are reached. This post was rejected.", ]; -$a->strings["Monthly posting limit of %d post reached. The post was rejected."] = "Monthly posting limit of %d post reached. The post was rejected."; +$a->strings["Monthly posting limit of %d post reached. The post was rejected."] = "Monthly posting limit of %d posts are reached. The post was rejected."; $a->strings["Profile Photos"] = "Profile photos"; -$a->strings["l F d, Y \\@ g:i A"] = "l F d, Y \\@ g:i A"; -$a->strings["Starts:"] = "Starts:"; -$a->strings["Finishes:"] = "Finishes:"; -$a->strings["Location:"] = "Location:"; -$a->strings["event"] = "event"; -$a->strings["status"] = "status"; -$a->strings["photo"] = "photo"; -$a->strings["%1\$s likes %2\$s's %3\$s"] = "%1\$s likes %2\$s's %3\$s"; -$a->strings["%1\$s doesn't like %2\$s's %3\$s"] = "%1\$s doesn't like %2\$s's %3\$s"; -$a->strings["%1\$s attends %2\$s's %3\$s"] = "%1\$s goes to %2\$s's %3\$s"; -$a->strings["%1\$s doesn't attend %2\$s's %3\$s"] = "%1\$s doesn't go %2\$s's %3\$s"; -$a->strings["%1\$s attends maybe %2\$s's %3\$s"] = "%1\$s might go to %2\$s's %3\$s"; -$a->strings["%1\$s is now friends with %2\$s"] = "%1\$s is now friends with %2\$s"; -$a->strings["%1\$s poked %2\$s"] = "%1\$s poked %2\$s"; -$a->strings["%1\$s tagged %2\$s's %3\$s with %4\$s"] = "%1\$s tagged %2\$s's %3\$s with %4\$s"; -$a->strings["post/item"] = "Post/Item"; -$a->strings["%1\$s marked %2\$s's %3\$s as favorite"] = "%1\$s marked %2\$s's %3\$s as favourite"; -$a->strings["Likes"] = "Likes"; -$a->strings["Dislikes"] = "Dislikes"; -$a->strings["Attending"] = [ - 0 => "Attending", - 1 => "Attending", -]; -$a->strings["Not attending"] = "Not attending"; -$a->strings["Might attend"] = "Might attend"; -$a->strings["Select"] = "Select"; -$a->strings["Delete"] = "Delete"; -$a->strings["View %s's profile @ %s"] = "View %s's profile @ %s"; -$a->strings["Categories:"] = "Categories:"; -$a->strings["Filed under:"] = "Filed under:"; -$a->strings["%s from %s"] = "%s from %s"; -$a->strings["View in context"] = "View in context"; -$a->strings["Please wait"] = "Please wait"; -$a->strings["remove"] = "Remove"; -$a->strings["Delete Selected Items"] = "Delete selected items"; -$a->strings["Follow Thread"] = "Follow thread"; -$a->strings["View Status"] = "View status"; -$a->strings["View Profile"] = "View profile"; -$a->strings["View Photos"] = "View photos"; -$a->strings["Network Posts"] = "Network posts"; -$a->strings["View Contact"] = "View contact"; -$a->strings["Send PM"] = "Send PM"; -$a->strings["Poke"] = "Poke"; -$a->strings["Connect/Follow"] = "Connect/Follow"; -$a->strings["%s likes this."] = "%s likes this."; -$a->strings["%s doesn't like this."] = "%s doesn't like this."; -$a->strings["%s attends."] = "%s attends."; -$a->strings["%s doesn't attend."] = "%s doesn't attend."; -$a->strings["%s attends maybe."] = "%s may attend."; -$a->strings["and"] = "and"; -$a->strings["and %d other people"] = "and %d other people"; -$a->strings["%2\$d people like this"] = "%2\$d people like this"; -$a->strings["%s like this."] = "%s like this."; -$a->strings["%2\$d people don't like this"] = "%2\$d people don't like this"; -$a->strings["%s don't like this."] = "%s don't like this."; -$a->strings["%2\$d people attend"] = "%2\$d people attend"; -$a->strings["%s attend."] = "%s attend."; -$a->strings["%2\$d people don't attend"] = "%2\$d people don't attend"; -$a->strings["%s don't attend."] = "%s don't attend."; -$a->strings["%2\$d people attend maybe"] = "%2\$d people attend maybe"; -$a->strings["%s anttend maybe."] = "%s attend maybe."; -$a->strings["Visible to everybody"] = "Visible to everybody"; -$a->strings["Please enter a link URL:"] = "Please enter a link URL:"; -$a->strings["Please enter a video link/URL:"] = "Please enter a video link/URL:"; -$a->strings["Please enter an audio link/URL:"] = "Please enter an audio link/URL:"; -$a->strings["Tag term:"] = "Tag term:"; -$a->strings["Save to Folder:"] = "Save to folder:"; -$a->strings["Where are you right now?"] = "Where are you right now?"; -$a->strings["Delete item(s)?"] = "Delete item(s)?"; -$a->strings["Share"] = "Share"; -$a->strings["Upload photo"] = "Upload photo"; -$a->strings["upload photo"] = "upload photo"; -$a->strings["Attach file"] = "Attach file"; -$a->strings["attach file"] = "attach file"; -$a->strings["Insert web link"] = "Insert web link"; -$a->strings["web link"] = "web link"; -$a->strings["Insert video link"] = "Insert video link"; -$a->strings["video link"] = "video link"; -$a->strings["Insert audio link"] = "Insert audio link"; -$a->strings["audio link"] = "audio link"; -$a->strings["Set your location"] = "Set your location"; -$a->strings["set location"] = "set location"; -$a->strings["Clear browser location"] = "Clear browser location"; -$a->strings["clear location"] = "clear location"; -$a->strings["Set title"] = "Set title"; -$a->strings["Categories (comma-separated list)"] = "Categories (comma-separated list)"; -$a->strings["Permission settings"] = "Permission settings"; -$a->strings["permissions"] = "permissions"; -$a->strings["Public post"] = "Public post"; -$a->strings["Preview"] = "Preview"; -$a->strings["Cancel"] = "Cancel"; -$a->strings["Post to Groups"] = "Post to groups"; -$a->strings["Post to Contacts"] = "Post to contacts"; -$a->strings["Private post"] = "Private post"; -$a->strings["Message"] = "Message"; -$a->strings["Browser"] = "Browser"; -$a->strings["View all"] = "View all"; -$a->strings["Like"] = [ - 0 => "Like", - 1 => "Likes", -]; -$a->strings["Dislike"] = [ - 0 => "Dislike", - 1 => "Dislikes", -]; -$a->strings["Not Attending"] = [ - 0 => "Not attending", - 1 => "Not attending", -]; -$a->strings["Undecided"] = [ - 0 => "Undecided", - 1 => "Undecided", -]; -$a->strings["Cannot locate DNS info for database server '%s'"] = "Cannot locate DNS info for database server '%s'"; $a->strings["Friendica Notification"] = "Friendica notification"; $a->strings["Thank You,"] = "Thank you"; $a->strings["%s Administrator"] = "%s Administrator"; @@ -196,73 +77,124 @@ $a->strings["Please visit %s if you wish to make any changes to this relationsh $a->strings["[Friendica System:Notify] registration request"] = "[Friendica:Notify] registration request"; $a->strings["You've received a registration request from '%1\$s' at %2\$s"] = "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."] = "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("] = "Full Name:\t%1\$s\\nSite Location:\t%2\$s\\nLogin Name:\t%3\$s (%4\$s("; +$a->strings["Full Name:\t%1\$s\\nSite Location:\t%2\$s\\nLogin Name:\t%3\$s (%4\$s)"] = "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."] = "Please visit %s to approve or reject the request."; -$a->strings["all-day"] = "All-day"; -$a->strings["Sun"] = "Sun"; -$a->strings["Mon"] = "Mon"; -$a->strings["Tue"] = "Tue"; -$a->strings["Wed"] = "Wed"; -$a->strings["Thu"] = "Thu"; -$a->strings["Fri"] = "Fri"; -$a->strings["Sat"] = "Sat"; -$a->strings["Sunday"] = "Sunday"; -$a->strings["Monday"] = "Monday"; -$a->strings["Tuesday"] = "Tuesday"; -$a->strings["Wednesday"] = "Wednesday"; -$a->strings["Thursday"] = "Thursday"; -$a->strings["Friday"] = "Friday"; -$a->strings["Saturday"] = "Saturday"; -$a->strings["Jan"] = "Jan"; -$a->strings["Feb"] = "Feb"; -$a->strings["Mar"] = "Mar"; -$a->strings["Apr"] = "Apr"; -$a->strings["May"] = "May"; -$a->strings["Jun"] = "Jun"; -$a->strings["Jul"] = "Jul"; -$a->strings["Aug"] = "Aug"; -$a->strings["Sept"] = "Sep"; -$a->strings["Oct"] = "Oct"; -$a->strings["Nov"] = "Nov"; -$a->strings["Dec"] = "Dec"; -$a->strings["January"] = "January"; -$a->strings["February"] = "February"; -$a->strings["March"] = "March"; -$a->strings["April"] = "April"; -$a->strings["June"] = "June"; -$a->strings["July"] = "July"; -$a->strings["August"] = "August"; -$a->strings["September"] = "September"; -$a->strings["October"] = "October"; -$a->strings["November"] = "November"; -$a->strings["December"] = "December"; -$a->strings["today"] = "today"; -$a->strings["month"] = "month"; -$a->strings["week"] = "week"; -$a->strings["day"] = "day"; -$a->strings["No events to display"] = "No events to display"; -$a->strings["l, F j"] = "l, F j"; -$a->strings["Edit event"] = "Edit event"; -$a->strings["Duplicate event"] = "Duplicate event"; -$a->strings["Delete event"] = "Delete event"; -$a->strings["link to source"] = "Link to source"; -$a->strings["Export"] = "Export"; -$a->strings["Export calendar as ical"] = "Export calendar as ical"; -$a->strings["Export calendar as csv"] = "Export calendar as csv"; -$a->strings["D g:i A"] = "D g:i A"; -$a->strings["g:i A"] = "g:i A"; -$a->strings["Show map"] = "Show map"; -$a->strings["Hide map"] = "Hide map"; $a->strings["Item not found."] = "Item not found."; $a->strings["Do you really want to delete this item?"] = "Do you really want to delete this item?"; $a->strings["Yes"] = "Yes"; +$a->strings["Cancel"] = "Cancel"; $a->strings["Permission denied."] = "Permission denied."; $a->strings["Archives"] = "Archives"; $a->strings["show more"] = "Show more..."; -$a->strings["Welcome "] = "Welcome "; -$a->strings["Please upload a profile photo."] = "Please upload a profile photo."; -$a->strings["Welcome back "] = "Welcome back "; -$a->strings["The form security token was not correct. This probably happened because the form has been opened for too long (>3 hours) before submitting it."] = "The form security token was incorrect. This probably happened because the form has not been submitted within 3 hours."; +$a->strings["event"] = "event"; +$a->strings["status"] = "status"; +$a->strings["photo"] = "photo"; +$a->strings["%1\$s likes %2\$s's %3\$s"] = "%1\$s likes %2\$s's %3\$s"; +$a->strings["%1\$s doesn't like %2\$s's %3\$s"] = "%1\$s doesn't like %2\$s's %3\$s"; +$a->strings["%1\$s attends %2\$s's %3\$s"] = "%1\$s goes to %2\$s's %3\$s"; +$a->strings["%1\$s doesn't attend %2\$s's %3\$s"] = "%1\$s doesn't go %2\$s's %3\$s"; +$a->strings["%1\$s attends maybe %2\$s's %3\$s"] = "%1\$s might go to %2\$s's %3\$s"; +$a->strings["%1\$s is now friends with %2\$s"] = "%1\$s is now friends with %2\$s"; +$a->strings["%1\$s poked %2\$s"] = "%1\$s poked %2\$s"; +$a->strings["%1\$s tagged %2\$s's %3\$s with %4\$s"] = "%1\$s tagged %2\$s's %3\$s with %4\$s"; +$a->strings["post/item"] = "Post/Item"; +$a->strings["%1\$s marked %2\$s's %3\$s as favorite"] = "%1\$s marked %2\$s's %3\$s as favourite"; +$a->strings["Likes"] = "Likes"; +$a->strings["Dislikes"] = "Dislikes"; +$a->strings["Attending"] = [ + 0 => "Attending", + 1 => "Attending", +]; +$a->strings["Not attending"] = "Not attending"; +$a->strings["Might attend"] = "Might attend"; +$a->strings["Select"] = "Select"; +$a->strings["Delete"] = "Delete"; +$a->strings["View %s's profile @ %s"] = "View %s's profile @ %s"; +$a->strings["Categories:"] = "Categories:"; +$a->strings["Filed under:"] = "Filed under:"; +$a->strings["%s from %s"] = "%s from %s"; +$a->strings["View in context"] = "View in context"; +$a->strings["Please wait"] = "Please wait"; +$a->strings["remove"] = "Remove"; +$a->strings["Delete Selected Items"] = "Delete selected items"; +$a->strings["Follow Thread"] = "Follow thread"; +$a->strings["View Status"] = "View status"; +$a->strings["View Profile"] = "View profile"; +$a->strings["View Photos"] = "View photos"; +$a->strings["Network Posts"] = "Network posts"; +$a->strings["View Contact"] = "View contact"; +$a->strings["Send PM"] = "Send PM"; +$a->strings["Poke"] = "Poke"; +$a->strings["Connect/Follow"] = "Connect/Follow"; +$a->strings["%s likes this."] = "%s likes this."; +$a->strings["%s doesn't like this."] = "%s doesn't like this."; +$a->strings["%s attends."] = "%s attends."; +$a->strings["%s doesn't attend."] = "%s doesn't attend."; +$a->strings["%s attends maybe."] = "%s may attend."; +$a->strings["and"] = "and"; +$a->strings["and %d other people"] = "and %d other people"; +$a->strings["%2\$d people like this"] = "%2\$d people like this"; +$a->strings["%s like this."] = "%s like this."; +$a->strings["%2\$d people don't like this"] = "%2\$d people don't like this"; +$a->strings["%s don't like this."] = "%s don't like this."; +$a->strings["%2\$d people attend"] = "%2\$d people attend"; +$a->strings["%s attend."] = "%s attend."; +$a->strings["%2\$d people don't attend"] = "%2\$d people don't attend"; +$a->strings["%s don't attend."] = "%s don't attend."; +$a->strings["%2\$d people attend maybe"] = "%2\$d people attend maybe"; +$a->strings["%s attend maybe."] = "%s may be attending."; +$a->strings["Visible to everybody"] = "Visible to everybody"; +$a->strings["Please enter a link URL:"] = "Please enter a link URL:"; +$a->strings["Please enter a video link/URL:"] = "Please enter a video link/URL:"; +$a->strings["Please enter an audio link/URL:"] = "Please enter an audio link/URL:"; +$a->strings["Tag term:"] = "Tag term:"; +$a->strings["Save to Folder:"] = "Save to folder:"; +$a->strings["Where are you right now?"] = "Where are you right now?"; +$a->strings["Delete item(s)?"] = "Delete item(s)?"; +$a->strings["New Post"] = "New post"; +$a->strings["Share"] = "Share"; +$a->strings["Upload photo"] = "Upload photo"; +$a->strings["upload photo"] = "upload photo"; +$a->strings["Attach file"] = "Attach file"; +$a->strings["attach file"] = "attach file"; +$a->strings["Insert web link"] = "Insert web link"; +$a->strings["web link"] = "web link"; +$a->strings["Insert video link"] = "Insert video link"; +$a->strings["video link"] = "video link"; +$a->strings["Insert audio link"] = "Insert audio link"; +$a->strings["audio link"] = "audio link"; +$a->strings["Set your location"] = "Set your location"; +$a->strings["set location"] = "set location"; +$a->strings["Clear browser location"] = "Clear browser location"; +$a->strings["clear location"] = "clear location"; +$a->strings["Set title"] = "Set title"; +$a->strings["Categories (comma-separated list)"] = "Categories (comma-separated list)"; +$a->strings["Permission settings"] = "Permission settings"; +$a->strings["permissions"] = "permissions"; +$a->strings["Public post"] = "Public post"; +$a->strings["Preview"] = "Preview"; +$a->strings["Post to Groups"] = "Post to groups"; +$a->strings["Post to Contacts"] = "Post to contacts"; +$a->strings["Private post"] = "Private post"; +$a->strings["Message"] = "Message"; +$a->strings["Browser"] = "Browser"; +$a->strings["View all"] = "View all"; +$a->strings["Like"] = [ + 0 => "Like", + 1 => "Likes", +]; +$a->strings["Dislike"] = [ + 0 => "Dislike", + 1 => "Dislikes", +]; +$a->strings["Not Attending"] = [ + 0 => "Not attending", + 1 => "Not attending", +]; +$a->strings["Undecided"] = [ + 0 => "Undecided", + 1 => "Undecided", +]; $a->strings["newer"] = "Later posts"; $a->strings["older"] = "Earlier posts"; $a->strings["first"] = "first"; @@ -297,12 +229,49 @@ $a->strings["finger"] = "finger"; $a->strings["fingered"] = "fingered"; $a->strings["rebuff"] = "rebuff"; $a->strings["rebuffed"] = "rebuffed"; +$a->strings["Monday"] = "Monday"; +$a->strings["Tuesday"] = "Tuesday"; +$a->strings["Wednesday"] = "Wednesday"; +$a->strings["Thursday"] = "Thursday"; +$a->strings["Friday"] = "Friday"; +$a->strings["Saturday"] = "Saturday"; +$a->strings["Sunday"] = "Sunday"; +$a->strings["January"] = "January"; +$a->strings["February"] = "February"; +$a->strings["March"] = "March"; +$a->strings["April"] = "April"; +$a->strings["May"] = "May"; +$a->strings["June"] = "June"; +$a->strings["July"] = "July"; +$a->strings["August"] = "August"; +$a->strings["September"] = "September"; +$a->strings["October"] = "October"; +$a->strings["November"] = "November"; +$a->strings["December"] = "December"; +$a->strings["Mon"] = "Mon"; +$a->strings["Tue"] = "Tue"; +$a->strings["Wed"] = "Wed"; +$a->strings["Thu"] = "Thu"; +$a->strings["Fri"] = "Fri"; +$a->strings["Sat"] = "Sat"; +$a->strings["Sun"] = "Sun"; +$a->strings["Jan"] = "Jan"; +$a->strings["Feb"] = "Feb"; +$a->strings["Mar"] = "Mar"; +$a->strings["Apr"] = "Apr"; +$a->strings["Jul"] = "Jul"; +$a->strings["Aug"] = "Aug"; $a->strings["Sep"] = "Sep"; +$a->strings["Oct"] = "Oct"; +$a->strings["Nov"] = "Nov"; +$a->strings["Dec"] = "Dec"; +$a->strings["Content warning: %s"] = "Content warning: %s"; $a->strings["View Video"] = "View video"; $a->strings["bytes"] = "bytes"; -$a->strings["Click to open/close"] = "Click to open/close"; +$a->strings["Click to open/close"] = "Reveal/hide"; $a->strings["View on separate page"] = "View on separate page"; $a->strings["view on separate page"] = "view on separate page"; +$a->strings["link to source"] = "Link to source"; $a->strings["activity"] = "activity"; $a->strings["comment"] = [ 0 => "comment", @@ -322,8 +291,6 @@ $a->strings["Applications"] = "Applications"; $a->strings["No installed applications."] = "No installed applications."; $a->strings["Item not available."] = "Item not available."; $a->strings["Item was not found."] = "Item was not found."; -$a->strings["Login"] = "Login"; -$a->strings["The post was created"] = "The post was created"; $a->strings["No contacts in common."] = "No contacts in common."; $a->strings["Common Friends"] = "Common friends"; $a->strings["Credits"] = "Credits"; @@ -351,64 +318,11 @@ $a->strings["Friend Confirm URL"] = "Friend confirm URL:"; $a->strings["Notification Endpoint URL"] = "Notification endpoint URL"; $a->strings["Poll/Feed URL"] = "Poll/Feed URL:"; $a->strings["New photo from this URL"] = "New photo from this URL:"; -$a->strings["No potential page delegates located."] = "No potential page delegates found."; -$a->strings["Delegate Page Management"] = "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."] = "Delegates are able to manage all aspects of this account except for key setting features. Please do not delegate your personal account to anybody that you do not trust completely."; -$a->strings["Existing Page Managers"] = "Existing page managers"; -$a->strings["Existing Page Delegates"] = "Existing page delegates"; -$a->strings["Potential Delegates"] = "Potential delegates"; -$a->strings["Remove"] = "Remove"; -$a->strings["Add"] = "Add"; -$a->strings["No entries."] = "No entries."; -$a->strings["Public access denied."] = "Public access denied."; -$a->strings["Gender:"] = "Gender:"; -$a->strings["Status:"] = "Status:"; -$a->strings["Homepage:"] = "Homepage:"; -$a->strings["About:"] = "About:"; -$a->strings["Global Directory"] = "Global Directory"; -$a->strings["Find on this site"] = "Find on this site"; -$a->strings["Results for:"] = "Results for:"; -$a->strings["Site Directory"] = "Site directory"; -$a->strings["Find"] = "Find"; -$a->strings["No entries (some entries may be hidden)."] = "No entries (entries may be hidden)."; $a->strings["Photos"] = "Photos"; $a->strings["Contact Photos"] = "Contact photos"; $a->strings["Upload"] = "Upload"; $a->strings["Files"] = "Files"; $a->strings["Not Found"] = "Not found"; -$a->strings["- select -"] = "- select -"; -$a->strings["Contact added"] = "Contact added"; -$a->strings["Submit Request"] = "Submit request"; -$a->strings["You already added this contact."] = "You already added this contact."; -$a->strings["Diaspora support isn't enabled. Contact can't be added."] = "Diaspora support isn't enabled. Contact can't be added."; -$a->strings["OStatus support is disabled. Contact can't be added."] = "OStatus support is disabled. Contact can't be added."; -$a->strings["The network type couldn't be detected. Contact can't be added."] = "The network type couldn't be detected. Contact can't be added."; -$a->strings["Please answer the following:"] = "Please answer the following:"; -$a->strings["Does %s know you?"] = "Does %s know you?"; -$a->strings["Add a personal note:"] = "Add a personal note:"; -$a->strings["Your Identity Address:"] = "My identity address:"; -$a->strings["Profile URL"] = "Profile URL:"; -$a->strings["Tags:"] = "Tags:"; -$a->strings["Status Messages and Posts"] = "Status Messages and Posts"; -$a->strings["Group created."] = "Group created."; -$a->strings["Could not create group."] = "Could not create group."; -$a->strings["Group not found."] = "Group not found."; -$a->strings["Group name changed."] = "Group name changed."; -$a->strings["Permission denied"] = "Permission denied"; -$a->strings["Save Group"] = "Save group"; -$a->strings["Create a group of contacts/friends."] = "Create a group of contacts/friends."; -$a->strings["Group Name: "] = "Group name: "; -$a->strings["Group removed."] = "Group removed."; -$a->strings["Unable to remove group."] = "Unable to remove group."; -$a->strings["Delete Group"] = "Delete group"; -$a->strings["Group Editor"] = "Group Editor"; -$a->strings["Edit Group Name"] = "Edit group name"; -$a->strings["Members"] = "Members"; -$a->strings["All Contacts"] = "All contacts"; -$a->strings["Group is empty"] = "Group is empty"; -$a->strings["Remove Contact"] = "Remove contact"; -$a->strings["Add Contact"] = "Add contact"; -$a->strings["Click on a contact to add or remove."] = "Click on a contact to add or remove."; $a->strings["No profile"] = "No profile"; $a->strings["Help:"] = "Help:"; $a->strings["Help"] = "Help"; @@ -454,18 +368,7 @@ $a->strings["Our help pages may be consulted for detail on othe $a->strings["Visit %s's profile [%s]"] = "Visit %s's profile [%s]"; $a->strings["Edit contact"] = "Edit contact"; $a->strings["Contacts who are not members of a group"] = "Contacts who are not members of a group"; -$a->strings["Personal Notes"] = "Personal notes"; $a->strings["Not Extended"] = "Not extended"; -$a->strings["Invalid profile identifier."] = "Invalid profile identifier."; -$a->strings["Profile Visibility Editor"] = "Profile Visibility Editor"; -$a->strings["Visible To"] = "Visible to"; -$a->strings["All Contacts (with secure profile access)"] = "All contacts with secure profile access"; -$a->strings["Account approved."] = "Account approved."; -$a->strings["Registration revoked for %s"] = "Registration revoked for %s"; -$a->strings["Please login."] = "Please login."; -$a->strings["Remove My Account"] = "Remove My Account"; -$a->strings["This will completely remove your account. Once this has been done it is not recoverable."] = "This will completely remove your account. Once this has been done it is not recoverable."; -$a->strings["Please enter your password for verification:"] = "Please enter your password for verification:"; $a->strings["Resubscribing to OStatus contacts"] = "Resubscribing to OStatus contacts"; $a->strings["Error"] = "Error"; $a->strings["Done"] = "Done"; @@ -474,49 +377,6 @@ $a->strings["Do you really want to delete this suggestion?"] = "Do you really wa $a->strings["No suggestions available. If this is a new site, please try again in 24 hours."] = "No suggestions available. If this is a new site, please try again in 24 hours."; $a->strings["Ignore/Hide"] = "Ignore/Hide"; $a->strings["Friend Suggestions"] = "Friend suggestions"; -$a->strings["Contact wasn't found or can't be unfollowed."] = "Contact wasn't found or can't be unfollowed."; -$a->strings["Contact unfollowed"] = "Contact unfollowed"; -$a->strings["You aren't a friend of this contact."] = "You aren't a friend of this contact."; -$a->strings["Unfollowing is currently not supported by your network."] = "Unfollowing is currently not supported by your network."; -$a->strings["Disconnect/Unfollow"] = "Disconnect/Unfollow"; -$a->strings["[Embedded content - reload page to view]"] = "[Embedded content - reload page to view]"; -$a->strings["No contacts."] = "No contacts."; -$a->strings["Access denied."] = "Access denied."; -$a->strings["Invalid request."] = "Invalid request."; -$a->strings["Image exceeds size limit of %s"] = "Image exceeds size limit of %s"; -$a->strings["Unable to process image."] = "Unable to process image."; -$a->strings["Wall Photos"] = "Wall photos"; -$a->strings["Image upload failed."] = "Image upload failed."; -$a->strings["Number of daily wall messages for %s exceeded. Message failed."] = "Number of daily wall messages for %s exceeded. Message failed."; -$a->strings["No recipient selected."] = "No recipient selected."; -$a->strings["Unable to check your home location."] = "Unable to check your home location."; -$a->strings["Message could not be sent."] = "Message could not be sent."; -$a->strings["Message collection failure."] = "Message collection failure."; -$a->strings["Message sent."] = "Message sent."; -$a->strings["No recipient."] = "No recipient."; -$a->strings["Send Private Message"] = "Send private message"; -$a->strings["If you wish for %s to respond, please check that the privacy settings on your site allow private mail from unknown senders."] = "If you wish for %s to respond, please check that the privacy settings on your site allow private mail from unknown senders."; -$a->strings["To:"] = "To:"; -$a->strings["Subject:"] = "Subject:"; -$a->strings["Your message:"] = "Your message:"; -$a->strings["Source (bbcode) text:"] = "Source (bbcode) text:"; -$a->strings["Source (Diaspora) text to convert to BBcode:"] = "Source (Diaspora) text to convert to BBcode:"; -$a->strings["Source input: "] = "Source input: "; -$a->strings["bbcode (raw HTML(: "] = "bbcode (raw HTML(: "; -$a->strings["bbcode: "] = "bbcode: "; -$a->strings["bbcode => html2bbcode: "] = "bbcode => html2bbcode: "; -$a->strings["bb2diaspora: "] = "bb2diaspora: "; -$a->strings["bb2diaspora => Markdown: "] = "bb2diaspora => Markdown: "; -$a->strings["bb2diaspora => diaspora2bb: "] = "bb2diaspora => diaspora2bb: "; -$a->strings["Source input (Diaspora format): "] = "Source input (Diaspora format): "; -$a->strings["diaspora2bb: "] = "diaspora2bb: "; -$a->strings["Item not found"] = "Item not found"; -$a->strings["Edit post"] = "Edit post"; -$a->strings["Export account"] = "Export account"; -$a->strings["Export your account info and contacts. Use this to make a backup of your account and/or to move it to another server."] = "Export your account info and contacts. Use this to backup your account or to move it to another server."; -$a->strings["Export all"] = "Export all"; -$a->strings["Export your accout info, contacts and all your items as json. Could be a very big file, and could take a lot of time. Use this to make a full backup of your account (photos are not exported)"] = "Export your account info, contacts and all your items as json. Could be a very big file, and could take a lot of time. Use this to make a full backup of your account (photos are not exported)"; -$a->strings["Export personal data"] = "Export personal data"; $a->strings["This site has exceeded the number of allowed daily account registrations. Please try again tomorrow."] = "This site has exceeded the number of allowed daily account registrations. Please try again tomorrow."; $a->strings["Import"] = "Import profile"; $a->strings["Move account"] = "Move Existing Friendica Account"; @@ -525,24 +385,12 @@ $a->strings["You need to export your account from the old server and upload it h $a->strings["This feature is experimental. We can't import contacts from the OStatus network (GNU Social/Statusnet) or from Diaspora"] = "This feature is experimental. We can't import contacts from the OStatus network (GNU Social/Statusnet) or from Diaspora."; $a->strings["Account file"] = "Account file:"; $a->strings["To export your account, go to \"Settings->Export your personal data\" and select \"Export account\""] = "To export your account, go to \"Settings->Export personal data\" and select \"Export account\""; +$a->strings["[Embedded content - reload page to view]"] = "[Embedded content - reload page to view]"; $a->strings["%1\$s welcomes %2\$s"] = "%1\$s welcomes %2\$s"; -$a->strings["People Search - %s"] = "People search - %s"; -$a->strings["Forum Search - %s"] = "Forum search - %s"; -$a->strings["No matches"] = "No matches"; -$a->strings["This is Friendica, version"] = "This is Friendica, version"; -$a->strings["running at web location"] = "running at web location"; -$a->strings["Please visit Friendi.ca to learn more about the Friendica project."] = "Please visit Friendi.ca to learn more about the Friendica project."; -$a->strings["Bug reports and issues: please visit"] = "Bug reports and issues: please visit"; -$a->strings["the bugtracker at github"] = "the bugtracker at github"; -$a->strings["Suggestions, praise, donations, etc. - please email \"Info\" at Friendica - dot com"] = "Suggestions, praise, donations, etc. - please email \"Info\" at Friendica - dot com"; -$a->strings["Installed addons/apps:"] = "Installed addons/apps:"; -$a->strings["No installed addons/apps"] = "No installed addons/apps"; -$a->strings["On this server the following remote servers are blocked."] = "On this server the following remote servers are blocked."; -$a->strings["Blocked domain"] = "Blocked domain"; -$a->strings["Reason for the block"] = "Reason for the block"; $a->strings["No keywords to match. Please add keywords to your default profile."] = "No keywords to match. Please add keywords to your default profile."; $a->strings["is interested in:"] = "is interested in:"; $a->strings["Profile Match"] = "Profile Match"; +$a->strings["No matches"] = "No matches"; $a->strings["Invalid request identifier."] = "Invalid request identifier."; $a->strings["Discard"] = "Discard"; $a->strings["Ignore"] = "Ignore"; @@ -569,484 +417,19 @@ $a->strings["Accepting %s as a sharer allows them to subscribe to your posts, bu $a->strings["Friend"] = "Friend"; $a->strings["Sharer"] = "Sharer"; $a->strings["Subscriber"] = "Subscriber"; +$a->strings["Location:"] = "Location:"; +$a->strings["About:"] = "About:"; +$a->strings["Tags:"] = "Tags:"; +$a->strings["Gender:"] = "Gender:"; +$a->strings["Profile URL"] = "Profile URL:"; $a->strings["Network:"] = "Network:"; $a->strings["No introductions."] = "No introductions."; $a->strings["Show unread"] = "Show unread"; $a->strings["Show all"] = "Show all"; $a->strings["No more %s notifications."] = "No more %s notifications."; -$a->strings["Post successful."] = "Post successful."; $a->strings["OpenID protocol error. No ID returned."] = "OpenID protocol error. No ID returned."; $a->strings["Account not found and OpenID registration is not permitted on this site."] = "Account not found and OpenID registration is not permitted on this site."; $a->strings["Login failed."] = "Login failed."; -$a->strings["Subscribing to OStatus contacts"] = "Subscribing to OStatus contacts"; -$a->strings["No contact provided."] = "No contact provided."; -$a->strings["Couldn't fetch information for contact."] = "Couldn't fetch information for contact."; -$a->strings["Couldn't fetch friends for contact."] = "Couldn't fetch friends for contact."; -$a->strings["success"] = "success"; -$a->strings["failed"] = "failed"; -$a->strings["ignored"] = "Ignored"; -$a->strings["Only logged in users are permitted to perform a probing."] = "Only logged in users are permitted to perform a probing."; -$a->strings["Theme settings updated."] = "Theme settings updated."; -$a->strings["Information"] = "Information"; -$a->strings["Overview"] = "Overview"; -$a->strings["Federation Statistics"] = "Federation statistics"; -$a->strings["Configuration"] = "Configuration"; -$a->strings["Site"] = "Site"; -$a->strings["Users"] = "Users"; -$a->strings["Addons"] = "Addons"; -$a->strings["Themes"] = "Theme selection"; -$a->strings["Additional features"] = "Additional features"; -$a->strings["Database"] = "Database"; -$a->strings["DB updates"] = "DB updates"; -$a->strings["Inspect Queue"] = "Inspect queue"; -$a->strings["Tools"] = "Tools"; -$a->strings["Contact Blocklist"] = "Contact blocklist"; -$a->strings["Server Blocklist"] = "Server blocklist"; -$a->strings["Delete Item"] = "Delete item"; -$a->strings["Logs"] = "Logs"; -$a->strings["View Logs"] = "View logs"; -$a->strings["Diagnostics"] = "Diagnostics"; -$a->strings["PHP Info"] = "PHP info"; -$a->strings["probe address"] = "Probe address"; -$a->strings["check webfinger"] = "Check webfinger"; -$a->strings["Admin"] = "Admin"; -$a->strings["Addon Features"] = "Addon features"; -$a->strings["User registrations waiting for confirmation"] = "User registrations awaiting confirmation"; -$a->strings["The blocked domain"] = "Blocked domain"; -$a->strings["The reason why you blocked this domain."] = "Reason why you blocked this domain."; -$a->strings["Delete domain"] = "Delete domain"; -$a->strings["Check to delete this entry from the blocklist"] = "Check to delete this entry from the blocklist"; -$a->strings["Administration"] = "Administration"; -$a->strings["This page can be used to define a black list of servers from the federated network that are not allowed to interact with your node. For all entered domains you should also give a reason why you have blocked the remote server."] = "This page can be used to define a black list of servers from the federated network that are not allowed to interact with your node. For all entered domains you should also give a reason why you have blocked the remote server."; -$a->strings["The list of blocked servers will be made publically available on the /friendica page so that your users and people investigating communication problems can find the reason easily."] = "The list of blocked servers will publicly available on the Friendica page so that your users and people investigating communication problems can readily find the reason."; -$a->strings["Add new entry to block list"] = "Add new entry to block list"; -$a->strings["Server Domain"] = "Server domain"; -$a->strings["The domain of the new server to add to the block list. Do not include the protocol."] = "The domain of the new server to add to the block list. Do not include the protocol."; -$a->strings["Block reason"] = "Block reason"; -$a->strings["Add Entry"] = "Add entry"; -$a->strings["Save changes to the blocklist"] = "Save changes to the blocklist"; -$a->strings["Current Entries in the Blocklist"] = "Current entries in the blocklist"; -$a->strings["Delete entry from blocklist"] = "Delete entry from blocklist"; -$a->strings["Delete entry from blocklist?"] = "Delete entry from blocklist?"; -$a->strings["Server added to blocklist."] = "Server added to blocklist."; -$a->strings["Site blocklist updated."] = "Site blocklist updated."; -$a->strings["The contact has been blocked from the node"] = "The contact has been blocked from the node"; -$a->strings["Could not find any contact entry for this URL (%s)"] = "Could not find any contact entry for this URL (%s)"; -$a->strings["%s contact unblocked"] = [ - 0 => "", - 1 => "", -]; -$a->strings["Remote Contact Blocklist"] = "Remote contact blocklist"; -$a->strings["This page allows you to prevent any message from a remote contact to reach your node."] = "This page allows you to prevent any message from a remote contact to reach your node."; -$a->strings["Block Remote Contact"] = "Block Remote Contact"; -$a->strings["select all"] = "select all"; -$a->strings["select none"] = "select none"; -$a->strings["Block"] = "Block"; -$a->strings["Unblock"] = "Unblock"; -$a->strings["No remote contact is blocked from this node."] = "No remote contact is blocked from this node."; -$a->strings["Blocked Remote Contacts"] = "Blocked remote contacts"; -$a->strings["Block New Remote Contact"] = "Block new remote contact"; -$a->strings["Photo"] = "Photo"; -$a->strings["Address"] = "Address"; -$a->strings["%s total blocked contact"] = [ - 0 => "", - 1 => "", -]; -$a->strings["URL of the remote contact to block."] = "URL of the remote contact to block."; -$a->strings["Delete this Item"] = "Delete"; -$a->strings["On this page you can delete an item from your node. If the item is a top level posting, the entire thread will be deleted."] = "Here you can delete an item from this node. If the item is a top-level posting, the entire thread will be deleted."; -$a->strings["You need to know the GUID of the item. You can find it e.g. by looking at the display URL. The last part of http://example.com/display/123456 is the GUID, here 123456."] = "You need to know the global unique identifier (GUID) of the item, which you can find by looking at the display URL. The last part of http://example.com/display/123456 is the GUID: i.e. 123456."; -$a->strings["GUID"] = "GUID"; -$a->strings["The GUID of the item you want to delete."] = "GUID of item to be deleted."; -$a->strings["Item marked for deletion."] = "Item marked for deletion."; -$a->strings["unknown"] = "unknown"; -$a->strings["This page offers you some numbers to the known part of the federated social network your Friendica node is part of. These numbers are not complete but only reflect the part of the network your node is aware of."] = "This page offers you the amount of known part of the federated social network your Friendica node is part of. These numbers are not complete and only reflect the part of the network your node is aware of."; -$a->strings["The Auto Discovered Contact Directory feature is not enabled, it will improve the data displayed here."] = "The Auto Discovered Contact Directory feature is not enabled; enabling it will improve the data displayed here."; -$a->strings["Currently this node is aware of %d nodes with %d registered users from the following platforms:"] = "Currently this node is aware of %d nodes with %d registered users from the following platforms:"; -$a->strings["ID"] = "ID"; -$a->strings["Recipient Name"] = "Recipient name"; -$a->strings["Recipient Profile"] = "Recipient profile"; -$a->strings["Network"] = "Network"; -$a->strings["Created"] = "Created"; -$a->strings["Last Tried"] = "Last Tried"; -$a->strings["This page lists the content of the queue for outgoing postings. These are postings the initial delivery failed for. They will be resend later and eventually deleted if the delivery fails permanently."] = "This page lists the content of the queue for outgoing postings. These are postings the initial delivery failed for. They will be resend later and eventually deleted if the delivery fails permanently."; -$a->strings["Your DB still runs with MyISAM tables. You should change the engine type to InnoDB. As Friendica will use InnoDB only features in the future, you should change this! See here for a guide that may be helpful converting the table engines. You may also use the command php scripts/dbstructure.php toinnodb of your Friendica installation for an automatic conversion.
    "] = "Your DB still runs with MyISAM tables. You should change the engine type to InnoDB, because Friendica will use InnoDB only features in the future. See here for a guide that may be helpful converting the table engines. You may also use the command php scripts/dbstructure.php toinnodb of your Friendica installation for an automatic conversion.
    "; -$a->strings["There is a new version of Friendica available for download. Your current version is %1\$s, upstream version is %2\$s"] = "A new Friendica version is available now. Your current version is %1\$s, upstream version is %2\$s"; -$a->strings["The database update failed. Please run \"php scripts/dbstructure.php update\" from the command line and have a look at the errors that might appear."] = "The database update failed. Please run \"php scripts/dbstructure.php update\" from the command line; check logs for errors."; -$a->strings["The worker was never executed. Please check your database structure!"] = "The worker process has never been executed. Please check your database structure!"; -$a->strings["The last worker execution was on %s UTC. This is older than one hour. Please check your crontab settings."] = "The last worker process started at %s UTC. This is more than one hour ago. Please adjust your crontab settings."; -$a->strings["Normal Account"] = "Standard account"; -$a->strings["Automatic Follower Account"] = "Automatic follower account"; -$a->strings["Public Forum Account"] = "Public forum account"; -$a->strings["Automatic Friend Account"] = "Automatic friend account"; -$a->strings["Blog Account"] = "Blog account"; -$a->strings["Private Forum Account"] = "Private forum account"; -$a->strings["Message queues"] = "Message queues"; -$a->strings["Summary"] = "Summary"; -$a->strings["Registered users"] = "Registered users"; -$a->strings["Pending registrations"] = "Pending registrations"; -$a->strings["Version"] = "Version"; -$a->strings["Active addons"] = ""; -$a->strings["Can not parse base url. Must have at least ://"] = "Can not parse base URL. Must have at least ://"; -$a->strings["Site settings updated."] = "Site settings updated."; -$a->strings["No special theme for mobile devices"] = "No special theme for mobile devices"; -$a->strings["No community page"] = "No community page"; -$a->strings["Public postings from users of this site"] = "Public postings from users of this site"; -$a->strings["Public postings from the federated network"] = ""; -$a->strings["Public postings from local users and the federated network"] = ""; -$a->strings["Disabled"] = "Disabled"; -$a->strings["Users, Global Contacts"] = "Users, Global Contacts"; -$a->strings["Users, Global Contacts/fallback"] = "Users, Global Contacts/fallback"; -$a->strings["One month"] = "One month"; -$a->strings["Three months"] = "Three months"; -$a->strings["Half a year"] = "Half a year"; -$a->strings["One year"] = "One a year"; -$a->strings["Multi user instance"] = "Multi user instance"; -$a->strings["Closed"] = "Closed"; -$a->strings["Requires approval"] = "Requires approval"; -$a->strings["Open"] = "Open"; -$a->strings["No SSL policy, links will track page SSL state"] = "No SSL policy, links will track page SSL state"; -$a->strings["Force all links to use SSL"] = "Force all links to use SSL"; -$a->strings["Self-signed certificate, use SSL for local links only (discouraged)"] = "Self-signed certificate, use SSL for local links only (discouraged)"; -$a->strings["Don't check"] = "Don't check"; -$a->strings["check the stable version"] = "check for stable version updates"; -$a->strings["check the development version"] = "check for development version updates"; -$a->strings["Save Settings"] = "Save settings"; -$a->strings["Republish users to directory"] = "Republish users to directory"; -$a->strings["Registration"] = "Join this Friendica Node Today"; -$a->strings["File upload"] = "File upload"; -$a->strings["Policies"] = "Policies"; -$a->strings["Advanced"] = "Advanced"; -$a->strings["Auto Discovered Contact Directory"] = "Auto-discovered contact directory"; -$a->strings["Performance"] = "Performance"; -$a->strings["Worker"] = "Worker"; -$a->strings["Relocate - WARNING: advanced function. Could make this server unreachable."] = "Relocate - Warning, advanced function: This could make this server unreachable."; -$a->strings["Site name"] = "Site name"; -$a->strings["Host name"] = "Host name"; -$a->strings["Sender Email"] = "Sender email"; -$a->strings["The email address your server shall use to send notification emails from."] = "The email address your server shall use to send notification emails from."; -$a->strings["Banner/Logo"] = "Banner/Logo"; -$a->strings["Shortcut icon"] = "Shortcut icon"; -$a->strings["Link to an icon that will be used for browsers."] = "Link to an icon that will be used for browsers."; -$a->strings["Touch icon"] = "Touch icon"; -$a->strings["Link to an icon that will be used for tablets and mobiles."] = "Link to an icon that will be used for tablets and mobiles."; -$a->strings["Additional Info"] = "Additional Info"; -$a->strings["For public servers: you can add additional information here that will be listed at %s/servers."] = ""; -$a->strings["System language"] = "System language"; -$a->strings["System theme"] = "System theme"; -$a->strings["Default system theme - may be over-ridden by user profiles - change theme settings"] = "Default system theme - may be overridden by user profiles - change theme settings"; -$a->strings["Mobile system theme"] = "Mobile system theme"; -$a->strings["Theme for mobile devices"] = "Theme for mobile devices"; -$a->strings["SSL link policy"] = "SSL link policy"; -$a->strings["Determines whether generated links should be forced to use SSL"] = "Determines whether generated links should be forced to use SSL"; -$a->strings["Force SSL"] = "Force SSL"; -$a->strings["Force all Non-SSL requests to SSL - Attention: on some systems it could lead to endless loops."] = "Force all Non-SSL requests to SSL - Attention: on some systems it could lead to endless loops."; -$a->strings["Hide help entry from navigation menu"] = "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."] = "Hides the menu entry for the Help pages from the navigation menu. Help pages can still be accessed by calling ../help directly via its URL."; -$a->strings["Single user instance"] = "Single user instance"; -$a->strings["Make this instance multi-user or single-user for the named user"] = "Make this instance multi-user or single-user for the named user"; -$a->strings["Maximum image size"] = "Maximum image size"; -$a->strings["Maximum size in bytes of uploaded images. Default is 0, which means no limits."] = "Maximum size in bytes of uploaded images. Default is 0, which means no limits."; -$a->strings["Maximum image length"] = "Maximum image length"; -$a->strings["Maximum length in pixels of the longest side of uploaded images. Default is -1, which means no limits."] = "Maximum length in pixels of the longest side of uploaded images. Default is -1, which means no limits."; -$a->strings["JPEG image quality"] = "JPEG image quality"; -$a->strings["Uploaded JPEGS will be saved at this quality setting [0-100]. Default is 100, which is full quality."] = "Uploaded JPEGS will be saved at this quality setting [0-100]. Default is 100, which is the original quality level."; -$a->strings["Register policy"] = "Registration policy"; -$a->strings["Maximum Daily Registrations"] = "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."] = "If open registration is permitted, this sets the maximum number of new registrations per day. This setting has no effect for registrations by approval."; -$a->strings["Register text"] = "Registration text"; -$a->strings["Will be displayed prominently on the registration page."] = "Will be displayed prominently on the registration page."; -$a->strings["Accounts abandoned after x days"] = "Accounts abandoned after so many days"; -$a->strings["Will not waste system resources polling external sites for abandonded accounts. Enter 0 for no time limit."] = "Will not waste system resources polling external sites for abandoned accounts. Enter 0 for no time limit."; -$a->strings["Allowed friend domains"] = "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"] = "Comma separated list of domains which are allowed to establish friendships with this site. Wildcards are accepted. Leave empty to allow any domains"; -$a->strings["Allowed email domains"] = "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"] = "Comma separated list of domains which are allowed in email addresses for registrations to this site. Wildcards are accepted. Leave empty to allow any domains"; -$a->strings["No OEmbed rich content"] = ""; -$a->strings["Don't show the rich content (e.g. embedded PDF), except from the domains listed below."] = ""; -$a->strings["Allowed OEmbed domains"] = ""; -$a->strings["Comma separated list of domains which oembed content is allowed to be displayed. Wildcards are accepted."] = ""; -$a->strings["Block public"] = "Block public"; -$a->strings["Check to block public access to all otherwise public personal pages on this site unless you are currently logged in."] = "Block public access to all otherwise public personal pages on this site, except for local users when logged in."; -$a->strings["Force publish"] = "Mandatory directory listing"; -$a->strings["Check to force all profiles on this site to be listed in the site directory."] = "Force all profiles on this site to be listed in the site directory."; -$a->strings["Global directory URL"] = "Global directory URL"; -$a->strings["URL to the global directory. If this is not set, the global directory is completely unavailable to the application."] = "URL to the global directory: If this is not set, the global directory is completely unavailable to the application."; -$a->strings["Private posts by default for new users"] = "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."] = "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"] = "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."] = "Don't include the content of a post/comment/private message in the email notifications sent from this site, as a privacy measure."; -$a->strings["Disallow public access to addons listed in the apps menu."] = "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."] = "Checking this box will restrict addons listed in the apps menu to members only."; -$a->strings["Don't embed private images in posts"] = "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."] = "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"] = "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."] = "This allows every user to mark contacts as a \"Remote self\" in the repair contact dialogue. Setting this flag on a contact will mirror every posting of that contact in the users stream."; -$a->strings["Block multiple registrations"] = "Block multiple registrations"; -$a->strings["Disallow users to register additional accounts for use as pages."] = "Disallow users to sign up for additional accounts."; -$a->strings["OpenID support"] = "OpenID support"; -$a->strings["OpenID support for registration and logins."] = "OpenID support for registration and logins."; -$a->strings["Fullname check"] = "Full name check"; -$a->strings["Force users to register with a space between firstname and lastname in Full name, as an antispam measure"] = "Force users to sign up with a space between first name and last name in the full name field; it may reduce spam and abuse registrations."; -$a->strings["Community pages for visitors"] = ""; -$a->strings["Which community pages should be available for visitors. Local users always see both pages."] = "Community pages that should be available for visitors. Local users always see both pages."; -$a->strings["Posts per user on community page"] = "Posts per user on community page"; -$a->strings["The maximum number of posts per user on the community page. (Not valid for 'Global Community')"] = "Maximum number of posts per user on the community page (not valid for 'Global Community')."; -$a->strings["Enable OStatus support"] = "Enable OStatus support"; -$a->strings["Provide built-in OStatus (StatusNet, GNU Social etc.) compatibility. All communications in OStatus are public, so privacy warnings will be occasionally displayed."] = "Provide built-in OStatus (StatusNet, GNU Social, etc.) compatibility. All communications in OStatus are public, so privacy warnings will be occasionally displayed."; -$a->strings["Only import OStatus threads from our contacts"] = "Only import OStatus threads from known contacts"; -$a->strings["Normally we import every content from our OStatus contacts. With this option we only store threads that are started by a contact that is known on our system."] = "Normally we import every content from our OStatus contacts. With this option we only store threads that are started by a contact that is known on our system."; -$a->strings["OStatus support can only be enabled if threading is enabled."] = "OStatus support can only be enabled if threading is enabled."; -$a->strings["Diaspora support can't be enabled because Friendica was installed into a sub directory."] = "Diaspora support can't be enabled because Friendica was installed into a sub directory."; -$a->strings["Enable Diaspora support"] = "Enable Diaspora support"; -$a->strings["Provide built-in Diaspora network compatibility."] = "Provide built-in Diaspora network compatibility."; -$a->strings["Only allow Friendica contacts"] = "Only allow Friendica contacts"; -$a->strings["All contacts must use Friendica protocols. All other built-in communication protocols disabled."] = "All contacts must use Friendica protocols. All other built-in communication protocols will be disabled."; -$a->strings["Verify SSL"] = "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."] = "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"] = "Proxy user"; -$a->strings["Proxy URL"] = "Proxy URL"; -$a->strings["Network timeout"] = "Network timeout"; -$a->strings["Value is in seconds. Set to 0 for unlimited (not recommended)."] = "Value is in seconds. Set to 0 for unlimited (not recommended)."; -$a->strings["Maximum Load Average"] = "Maximum load average"; -$a->strings["Maximum system load before delivery and poll processes are deferred - default 50."] = "Maximum system load before delivery and poll processes are deferred (default 50)."; -$a->strings["Maximum Load Average (Frontend)"] = "Maximum load average (frontend)"; -$a->strings["Maximum system load before the frontend quits service - default 50."] = "Maximum system load before the frontend quits service (default 50)."; -$a->strings["Minimal Memory"] = "Minimal memory"; -$a->strings["Minimal free memory in MB for the worker. Needs access to /proc/meminfo - default 0 (deactivated)."] = "Minimal free memory in MB for the worker. Needs access to /proc/meminfo - default 0 (deactivated)."; -$a->strings["Maximum table size for optimization"] = "Maximum table size for optimization"; -$a->strings["Maximum table size (in MB) for the automatic optimization - default 100 MB. Enter -1 to disable it."] = "Maximum table size (in MB) for the automatic optimization (default 100 MB; -1 to deactivate)."; -$a->strings["Minimum level of fragmentation"] = "Minimum level of fragmentation"; -$a->strings["Minimum fragmenation level to start the automatic optimization - default value is 30%."] = "Minimum fragmentation level to start the automatic optimization (default 30%)."; -$a->strings["Periodical check of global contacts"] = "Periodical check of global contacts"; -$a->strings["If enabled, the global contacts are checked periodically for missing or outdated data and the vitality of the contacts and servers."] = "This checks global contacts periodically for missing or outdated data and the vitality of the contacts and servers."; -$a->strings["Days between requery"] = "Days between enquiry"; -$a->strings["Number of days after which a server is requeried for his contacts."] = "Number of days after which a server is required check contacts."; -$a->strings["Discover contacts from other servers"] = "Discover contacts from other servers"; -$a->strings["Periodically query other servers for contacts. You can choose between 'users': the users on the remote system, 'Global Contacts': active contacts that are known on the system. The fallback is meant for Redmatrix servers and older friendica servers, where global contacts weren't available. The fallback increases the server load, so the recommened setting is 'Users, Global Contacts'."] = "Periodically query other servers for contacts. You can choose between 'Users': the users on the remote system, 'Global Contacts': active contacts that are known on the system. The fallback is meant for Redmatrix servers and older Friendica servers, where global contacts weren't available. The fallback increases the server load, so the recommend setting is 'Users, Global Contacts'."; -$a->strings["Timeframe for fetching global contacts"] = "Time-frame for fetching global contacts"; -$a->strings["When the discovery is activated, this value defines the timeframe for the activity of the global contacts that are fetched from other servers."] = "If discovery is activated, this value defines the time-frame for the activity of the global contacts that are fetched from other servers."; -$a->strings["Search the local directory"] = "Search the local directory"; -$a->strings["Search the local directory instead of the global directory. When searching locally, every search will be executed on the global directory in the background. This improves the search results when the search is repeated."] = "Search the local directory instead of the global directory. When searching locally, every search will be executed on the global directory in the background. This improves the search results when the search is repeated."; -$a->strings["Publish server information"] = "Publish server information"; -$a->strings["If enabled, general server and usage data will be published. The data contains the name and version of the server, number of users with public profiles, number of posts and the activated protocols and connectors. See the-federation.info for details."] = "This publishes generic data about the server and its usage. The data contains the name and version of the server, number of users with public profiles, number of posts and the activated protocols and connectors. See the-federation.info for details."; -$a->strings["Check upstream version"] = "Check upstream version"; -$a->strings["Enables checking for new Friendica versions at github. If there is a new version, you will be informed in the admin panel overview."] = "Enables checking for new Friendica versions at github. If there is a new version, you will be informed in the admin panel overview."; -$a->strings["Suppress Tags"] = "Suppress tags"; -$a->strings["Suppress showing a list of hashtags at the end of the posting."] = "Suppress listed hashtags at the end of posts."; -$a->strings["Path to item cache"] = "Path to item cache"; -$a->strings["The item caches buffers generated bbcode and external images."] = "The item caches buffers generated bbcode and external images."; -$a->strings["Cache duration in seconds"] = "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."] = "How long should cache files be held? (Default 86400 seconds - one day; -1 disables item cache)"; -$a->strings["Maximum numbers of comments per post"] = "Maximum numbers of comments per post"; -$a->strings["How much comments should be shown for each post? Default value is 100."] = "How many comments should be shown for each post? (Default 100)"; -$a->strings["Temp path"] = "Temp path"; -$a->strings["If you have a restricted system where the webserver can't access the system temp path, enter another path here."] = "Enter a different tmp path, if your system restricts the webserver's access to the system temp path."; -$a->strings["Base path to installation"] = "Base path to installation"; -$a->strings["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."] = "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."; -$a->strings["Disable picture proxy"] = "Disable picture proxy"; -$a->strings["The picture proxy increases performance and privacy. It shouldn't be used on systems with very low bandwith."] = "The picture proxy increases performance and privacy. It shouldn't be used on systems with very low bandwith."; -$a->strings["Only search in tags"] = "Only search in tags"; -$a->strings["On large systems the text search can slow down the system extremely."] = "On large systems the text search can slow down the system significantly."; -$a->strings["New base url"] = "New base URL"; -$a->strings["Change base url for this server. Sends relocate message to all Friendica and Diaspora* contacts of all users."] = "Change base url for this server. Sends relocate message to all Friendica and Diaspora* contacts of all users."; -$a->strings["RINO Encryption"] = "RINO Encryption"; -$a->strings["Encryption layer between nodes."] = "Encryption layer between nodes."; -$a->strings["Maximum number of parallel workers"] = "Maximum number of parallel workers"; -$a->strings["On shared hosters set this to 2. On larger systems, values of 10 are great. Default value is 4."] = "On shared hosts set this to 2. On larger systems, values of 10 are great. Default value is 4."; -$a->strings["Don't use 'proc_open' with the worker"] = "Don't use 'proc_open' with the worker"; -$a->strings["Enable this if your system doesn't allow the use of 'proc_open'. This can happen on shared hosters. If this is enabled you should increase the frequency of worker calls in your crontab."] = "Enable this if your system doesn't allow the use of 'proc_open'. This can happen on shared hosters. If this is enabled you should increase the frequency of worker calls in your crontab."; -$a->strings["Enable fastlane"] = "Enable fast-lane"; -$a->strings["When enabed, the fastlane mechanism starts an additional worker if processes with higher priority are blocked by processes of lower priority."] = "The fast-lane mechanism starts an additional worker if processes with higher priority are blocked by processes of lower priority."; -$a->strings["Enable frontend worker"] = "Enable frontend worker"; -$a->strings["When enabled the Worker process is triggered when backend access is performed \\x28e.g. messages being delivered\\x29. On smaller sites you might want to call %s/worker on a regular basis via an external cron job. You should only enable this option if you cannot utilize cron/scheduled jobs on your server."] = "Worker process is triggered when backend access is performed \\x28e.g. messages being delivered\\x29. On smaller sites you might want to call %s/worker on a regular basis via an external cron job. You should only enable this option if you cannot utilize cron/scheduled jobs on your server."; -$a->strings["Update has been marked successful"] = "Update has been marked successful"; -$a->strings["Database structure update %s was successfully applied."] = "Database structure update %s was successfully applied."; -$a->strings["Executing of database structure update %s failed with error: %s"] = "Executing of database structure update %s failed with error: %s"; -$a->strings["Executing %s failed with error: %s"] = "Executing %s failed with error: %s"; -$a->strings["Update %s was successfully applied."] = "Update %s was successfully applied."; -$a->strings["Update %s did not return a status. Unknown if it succeeded."] = "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."] = "There was no additional update function %s that needed to be called."; -$a->strings["No failed updates."] = "No failed updates."; -$a->strings["Check database structure"] = "Check database structure"; -$a->strings["Failed Updates"] = "Failed updates"; -$a->strings["This does not include updates prior to 1139, which did not return a status."] = "This does not include updates prior to 1139, which did not return a status."; -$a->strings["Mark success (if update was manually applied)"] = "Mark success (if update was manually applied)"; -$a->strings["Attempt to execute this update step automatically"] = "Attempt to execute this update step automatically"; -$a->strings["\n\t\t\tDear %1\$s,\n\t\t\t\tthe administrator of %2\$s has set up an account for you."] = "\n\t\t\tDear %1\$s,\n\t\t\t\tThe administrator of %2\$s has set up an account for you."; -$a->strings["\n\t\t\tThe login details are as follows:\n\n\t\t\tSite Location:\t%1\$s\n\t\t\tLogin Name:\t\t%2\$s\n\t\t\tPassword:\t\t%3\$s\n\n\t\t\tYou may change your password from your account \"Settings\" page after logging\n\t\t\tin.\n\n\t\t\tPlease take a few moments to review the other account settings on that page.\n\n\t\t\tYou may also wish to add some basic information to your default profile\n\t\t\t(on the \"Profiles\" page) so that other people can easily find you.\n\n\t\t\tWe recommend setting your full name, adding a profile photo,\n\t\t\tadding some profile \"keywords\" (very useful in making new friends) - and\n\t\t\tperhaps what country you live in; if you do not wish to be more specific\n\t\t\tthan that.\n\n\t\t\tWe fully respect your right to privacy, and none of these items are necessary.\n\t\t\tIf you are new and do not know anybody here, they may help\n\t\t\tyou to make some new and interesting friends.\n\n\t\t\tThank you and welcome to %4\$s."] = "\n\t\t\tThe login details are as follows:\n\n\t\t\tSite Location:\t%1\$s\n\t\t\tLogin Name:\t\t%2\$s\n\t\t\tPassword:\t\t%3\$s\n\n\t\t\tYou may change your password from your account \"Settings\" page after logging\n\t\t\tin.\n\n\t\t\tPlease take a few moments to review the other account settings on that page.\n\n\t\t\tYou may also wish to add some basic information to your default profile\n\t\t\t(on the \"Profiles\" page) so that other people can easily find you.\n\n\t\t\tWe recommend setting your full name, adding a profile photo,\n\t\t\tadding some profile \"keywords\" (very useful in making new friends) - and\n\t\t\tperhaps what country you live in; if you do not wish to be more specific\n\t\t\tthan that.\n\n\t\t\tWe fully respect your right to privacy and none of these items are necessary.\n\t\t\tIf you are new and do not know anybody here, this may help\n\t\t\tyou to make some new and interesting friends.\n\n\t\t\tThank you and welcome to %4\$s."; -$a->strings["Registration details for %s"] = "Registration details for %s"; -$a->strings["%s user blocked/unblocked"] = [ - 0 => "%s user blocked/unblocked", - 1 => "%s users blocked/unblocked", -]; -$a->strings["%s user deleted"] = [ - 0 => "%s user deleted", - 1 => "%s users deleted", -]; -$a->strings["User '%s' deleted"] = "User '%s' deleted"; -$a->strings["User '%s' unblocked"] = "User '%s' unblocked"; -$a->strings["User '%s' blocked"] = "User '%s' blocked"; -$a->strings["Email"] = "Email"; -$a->strings["Register date"] = "Registration date"; -$a->strings["Last login"] = "Last login"; -$a->strings["Last item"] = "Last item"; -$a->strings["Account"] = "Account"; -$a->strings["Add User"] = "Add user"; -$a->strings["User registrations waiting for confirm"] = "User registrations awaiting confirmation"; -$a->strings["User waiting for permanent deletion"] = "User awaiting permanent deletion"; -$a->strings["Request date"] = "Request date"; -$a->strings["No registrations."] = "No registrations."; -$a->strings["Note from the user"] = "Note from the user"; -$a->strings["Deny"] = "Deny"; -$a->strings["Site admin"] = "Site admin"; -$a->strings["Account expired"] = "Account expired"; -$a->strings["New User"] = "New user"; -$a->strings["Deleted since"] = "Deleted since"; -$a->strings["Selected users will be deleted!\\n\\nEverything these users had posted on this site will be permanently deleted!\\n\\nAre you sure?"] = "Selected users will be deleted!\\n\\nEverything these users has posted on this site will be permanently deleted!\\n\\nAre you sure?"; -$a->strings["The user {0} will be deleted!\\n\\nEverything this user has posted on this site will be permanently deleted!\\n\\nAre you sure?"] = "The user {0} will be deleted!\\n\\nEverything this user has posted on this site will be permanently deleted!\\n\\nAre you sure?"; -$a->strings["Name of the new user."] = "Name of the new user."; -$a->strings["Nickname"] = "Nickname"; -$a->strings["Nickname of the new user."] = "Nickname of the new user."; -$a->strings["Email address of the new user."] = "Email address of the new user."; -$a->strings["Addon %s disabled."] = "Addon %s disabled."; -$a->strings["Addon %s enabled."] = "Addon %s enabled."; -$a->strings["Disable"] = "Disable"; -$a->strings["Enable"] = "Enable"; -$a->strings["Toggle"] = "Toggle"; -$a->strings["Author: "] = "Author: "; -$a->strings["Maintainer: "] = "Maintainer: "; -$a->strings["Reload active addons"] = "Reload active addons"; -$a->strings["There are currently no addons available on your node. You can find the official addon repository at %1\$s and might find other interesting addons in the open addon registry at %2\$s"] = "There are currently no addons available on your node. You can find the official addon repository at %1\$s and might find other interesting addons in the open addon registry at %2\$s"; -$a->strings["No themes found."] = "No themes found."; -$a->strings["Screenshot"] = "Screenshot"; -$a->strings["Reload active themes"] = "Reload active themes"; -$a->strings["No themes found on the system. They should be placed in %1\$s"] = "No themes found on the system. They should be placed in %1\$s"; -$a->strings["[Experimental]"] = "[Experimental]"; -$a->strings["[Unsupported]"] = "[Unsupported]"; -$a->strings["Log settings updated."] = "Log settings updated."; -$a->strings["PHP log currently enabled."] = "PHP log currently enabled."; -$a->strings["PHP log currently disabled."] = "PHP log currently disabled."; -$a->strings["Clear"] = "Clear"; -$a->strings["Enable Debugging"] = "Enable debugging"; -$a->strings["Log file"] = "Log file"; -$a->strings["Must be writable by web server. Relative to your Friendica top-level directory."] = "Must be writable by web server and relative to your Friendica top-level directory."; -$a->strings["Log level"] = "Log level"; -$a->strings["PHP logging"] = "PHP logging"; -$a->strings["To enable logging of PHP errors and warnings you can add the following to the .htconfig.php file of your installation. The filename set in the 'error_log' line is relative to the friendica top-level directory and must be writeable by the web server. The option '1' for 'log_errors' and 'display_errors' is to enable these options, set to '0' to disable them."] = "To enable logging of PHP errors and warnings you can add the following to the .htconfig.php file of your installation. The file name set in the 'error_log' line is relative to the Friendica top-level directory and must be writeable by the web server. The option '1' for 'log_errors' and 'display_errors' is to enable these options, set to '0' to disable them."; -$a->strings["Error trying to open %1\$s log file.\\r\\n
    Check to see if file %1\$s exist and is readable."] = ""; -$a->strings["Couldn't open %1\$s log file.\\r\\n
    Check to see if file %1\$s is readable."] = ""; -$a->strings["Off"] = "Off"; -$a->strings["On"] = "On"; -$a->strings["Lock feature %s"] = "Lock feature %s"; -$a->strings["Manage Additional Features"] = "Manage additional features"; -$a->strings["Access to this profile has been restricted."] = "Access to this profile has been restricted."; -$a->strings["Events"] = "Events"; -$a->strings["View"] = "View"; -$a->strings["Previous"] = "Previous"; -$a->strings["Next"] = "Next"; -$a->strings["list"] = "List"; -$a->strings["User not found"] = "User not found"; -$a->strings["This calendar format is not supported"] = "This calendar format is not supported"; -$a->strings["No exportable data found"] = "No exportable data found"; -$a->strings["calendar"] = "calendar"; -$a->strings["Community option not available."] = ""; -$a->strings["Not available."] = "Not available."; -$a->strings["Local Community"] = ""; -$a->strings["Posts from local users on this server"] = ""; -$a->strings["Global Community"] = ""; -$a->strings["Posts from users of the whole federated network"] = ""; -$a->strings["No results."] = "No results."; -$a->strings["This community stream shows all public posts received by this node. They may not reflect the opinions of this node’s users."] = "This community stream shows all public posts received by this node. They may not reflect the opinions of this node’s users."; -$a->strings["%d contact edited."] = [ - 0 => "%d contact edited.", - 1 => "%d contacts edited.", -]; -$a->strings["Could not access contact record."] = "Could not access contact record."; -$a->strings["Could not locate selected profile."] = "Could not locate selected profile."; -$a->strings["Contact updated."] = "Contact updated."; -$a->strings["Failed to update contact record."] = "Failed to update contact record."; -$a->strings["Contact has been blocked"] = "Contact has been blocked"; -$a->strings["Contact has been unblocked"] = "Contact has been unblocked"; -$a->strings["Contact has been ignored"] = "Contact has been ignored"; -$a->strings["Contact has been unignored"] = "Contact has been unignored"; -$a->strings["Contact has been archived"] = "Contact has been archived"; -$a->strings["Contact has been unarchived"] = "Contact has been unarchived"; -$a->strings["Drop contact"] = "Drop contact"; -$a->strings["Do you really want to delete this contact?"] = "Do you really want to delete this contact?"; -$a->strings["Contact has been removed."] = "Contact has been removed."; -$a->strings["You are mutual friends with %s"] = "You are mutual friends with %s"; -$a->strings["You are sharing with %s"] = "You are sharing with %s"; -$a->strings["%s is sharing with you"] = "%s is sharing with you"; -$a->strings["Private communications are not available for this contact."] = "Private communications are not available for this contact."; -$a->strings["Never"] = "Never"; -$a->strings["(Update was successful)"] = "(Update was successful)"; -$a->strings["(Update was not successful)"] = "(Update was not successful)"; -$a->strings["Suggest friends"] = "Suggest friends"; -$a->strings["Network type: %s"] = "Network type: %s"; -$a->strings["Communications lost with this contact!"] = "Communications lost with this contact!"; -$a->strings["Fetch further information for feeds"] = "Fetch further information for feeds"; -$a->strings["Fetch information like preview pictures, title and teaser from the feed item. You can activate this if the feed doesn't contain much text. Keywords are taken from the meta header in the feed item and are posted as hash tags."] = "Fetch information like preview pictures, title and teaser from the feed item. You can activate this if the feed doesn't contain much text. Keywords are taken from the meta header in the feed item and are posted as hash tags."; -$a->strings["Fetch information"] = "Fetch information"; -$a->strings["Fetch keywords"] = "Fetch keywords"; -$a->strings["Fetch information and keywords"] = "Fetch information and keywords"; -$a->strings["Contact"] = "Contact"; -$a->strings["Profile Visibility"] = "Profile visibility"; -$a->strings["Please choose the profile you would like to display to %s when viewing your profile securely."] = "Please choose the profile you would like to display to %s when viewing your profile securely."; -$a->strings["Contact Information / Notes"] = "Personal note"; -$a->strings["Their personal note"] = "Their personal note"; -$a->strings["Edit contact notes"] = "Edit contact notes"; -$a->strings["Block/Unblock contact"] = "Block/Unblock contact"; -$a->strings["Ignore contact"] = "Ignore contact"; -$a->strings["Repair URL settings"] = "Repair URL settings"; -$a->strings["View conversations"] = "View conversations"; -$a->strings["Last update:"] = "Last update:"; -$a->strings["Update public posts"] = "Update public posts"; -$a->strings["Update now"] = "Update now"; -$a->strings["Unignore"] = "Unignore"; -$a->strings["Currently blocked"] = "Currently blocked"; -$a->strings["Currently ignored"] = "Currently ignored"; -$a->strings["Currently archived"] = "Currently archived"; -$a->strings["Awaiting connection acknowledge"] = "Awaiting connection acknowledgement "; -$a->strings["Replies/likes to your public posts may still be visible"] = "Replies/Likes to your public posts may still be visible"; -$a->strings["Notification for new posts"] = "Notification for new posts"; -$a->strings["Send a notification of every new post of this contact"] = "Send notification for every new post from this contact"; -$a->strings["Blacklisted keywords"] = "Blacklisted keywords"; -$a->strings["Comma separated list of keywords that should not be converted to hashtags, when \"Fetch information and keywords\" is selected"] = "Comma separated list of keywords that should not be converted to hashtags, when \"Fetch information and keywords\" is selected"; -$a->strings["XMPP:"] = "XMPP:"; -$a->strings["Actions"] = "Actions"; -$a->strings["Status"] = "Status"; -$a->strings["Contact Settings"] = "Notification and privacy "; -$a->strings["Suggestions"] = "Suggestions"; -$a->strings["Suggest potential friends"] = "Suggest potential friends"; -$a->strings["Show all contacts"] = "Show all contacts"; -$a->strings["Unblocked"] = "Unblocked"; -$a->strings["Only show unblocked contacts"] = "Only show unblocked contacts"; -$a->strings["Blocked"] = "Blocked"; -$a->strings["Only show blocked contacts"] = "Only show blocked contacts"; -$a->strings["Ignored"] = "Ignored"; -$a->strings["Only show ignored contacts"] = "Only show ignored contacts"; -$a->strings["Archived"] = "Archived"; -$a->strings["Only show archived contacts"] = "Only show archived contacts"; -$a->strings["Hidden"] = "Hidden"; -$a->strings["Only show hidden contacts"] = "Only show hidden contacts"; -$a->strings["Search your contacts"] = "Search your contacts"; -$a->strings["Results for: %s"] = "Results for: %s"; -$a->strings["Update"] = "Update"; -$a->strings["Archive"] = "Archive"; -$a->strings["Unarchive"] = "Unarchive"; -$a->strings["Batch Actions"] = "Batch actions"; -$a->strings["Profile Details"] = "Profile Details"; -$a->strings["View all contacts"] = "View all contacts"; -$a->strings["View all common friends"] = "View all common friends"; -$a->strings["Advanced Contact Settings"] = "Advanced contact settings"; -$a->strings["Mutual Friendship"] = "Mutual friendship"; -$a->strings["is a fan of yours"] = "is a fan of yours"; -$a->strings["you are a fan of"] = "I follow them"; -$a->strings["Toggle Blocked status"] = "Toggle blocked status"; -$a->strings["Toggle Ignored status"] = "Toggle ignored status"; -$a->strings["Toggle Archive status"] = "Toggle archive status"; -$a->strings["Delete contact"] = "Delete contact"; $a->strings["Profile not found."] = "Profile not found."; $a->strings["This may occasionally happen if contact was requested by both persons and it has already been approved."] = "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."] = "Response from remote site was not understood."; @@ -1066,6 +449,37 @@ $a->strings["Unable to set your contact credentials on our system."] = "Unable t $a->strings["Unable to update your contact profile details on our system"] = "Unable to update your contact profile details on our system"; $a->strings["[Name Withheld]"] = "[Name Withheld]"; $a->strings["%1\$s has joined %2\$s"] = "%1\$s has joined %2\$s"; +$a->strings["Total invitation limit exceeded."] = "Total invitation limit exceeded"; +$a->strings["%s : Not a valid email address."] = "%s : Not a valid email address"; +$a->strings["Please join us on Friendica"] = "Please join us on Friendica."; +$a->strings["Invitation limit exceeded. Please contact your site administrator."] = "Invitation limit is exceeded. Please contact your site administrator."; +$a->strings["%s : Message delivery failed."] = "%s : Message delivery failed"; +$a->strings["%d message sent."] = [ + 0 => "%d message sent.", + 1 => "%d messages sent.", +]; +$a->strings["You have no more invitations available"] = "You have no more invitations available."; +$a->strings["Visit %s for a list of public sites that you can join. Friendica members on other sites can all connect with each other, as well as with members of many other social networks."] = "Visit %s for a list of public sites that you can join. Friendica members on other sites can all connect with each other, as well as with members of many other social networks."; +$a->strings["To accept this invitation, please visit and register at %s or any other public Friendica website."] = "To accept this invitation, please sign up at %s or any other public Friendica website."; +$a->strings["Friendica sites all inter-connect to create a huge privacy-enhanced social web that is owned and controlled by its members. They can also connect with many traditional social networks. See %s for a list of alternate Friendica sites you can join."] = "Friendica sites are all inter-connect to create a large 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."] = "Our apologies. This system is not currently configured to connect with other public sites or invite members."; +$a->strings["Friendica sites all inter-connect to create a huge privacy-enhanced social web that is owned and controlled by its members. They can also connect with many traditional social networks."] = "Friendica sites are all inter-connect to create a huge privacy-enhanced social web that is owned and controlled by its members. Each site can also connect with many traditional social networks."; +$a->strings["To accept this invitation, please visit and register at %s."] = "To accept this invitation, please visit and register at %s."; +$a->strings["Send invitations"] = "Send invitations"; +$a->strings["Enter email addresses, one per line:"] = "Enter email addresses, one per line:"; +$a->strings["Your message:"] = "Your message:"; +$a->strings["You are cordially invited to join me and other close friends on Friendica - and help us to create a better social web."] = "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"] = "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:"] = "Once you have signed up, please connect with me via my profile page at:"; +$a->strings["For more information about the Friendica project and why we feel it is important, please visit http://friendi.ca"] = "For more information about the Friendica project and why we feel it is important, please visit http://friendi.ca"; +$a->strings["Invalid request."] = "Invalid request."; +$a->strings["Sorry, maybe your upload is bigger than the PHP configuration allows"] = "Sorry, maybe your upload is bigger than the PHP configuration allows"; +$a->strings["Or - did you try to upload an empty file?"] = "Or did you try to upload an empty file?"; +$a->strings["File exceeds size limit of %s"] = "File exceeds size limit of %s"; +$a->strings["File upload failed."] = "File upload failed."; +$a->strings["Manage Identities and/or Pages"] = "Manage Identities and Pages"; +$a->strings["Toggle between different identities or community/group pages which share your account details or which you have been granted \"manage\" permissions"] = "Accounts that I manage or own."; +$a->strings["Select an identity to manage: "] = "Select identity:"; $a->strings["This introduction has already been accepted."] = "This introduction has already been accepted."; $a->strings["Profile location is not valid or does not contain profile information."] = "Profile location is not valid or does not contain profile information."; $a->strings["Warning: profile location has no identifiable owner name."] = "Warning: profile location has no identifiable owner name."; @@ -1085,6 +499,8 @@ $a->strings["You have already introduced yourself here."] = "You have already in $a->strings["Apparently you are already friends with %s."] = "Apparently you are already friends with %s."; $a->strings["Invalid profile URL."] = "Invalid profile URL."; $a->strings["Disallowed profile URL."] = "Disallowed profile URL."; +$a->strings["Blocked domain"] = "Blocked domain"; +$a->strings["Failed to update contact record."] = "Failed to update contact record."; $a->strings["Your introduction has been sent."] = "Your introduction has been sent."; $a->strings["Remote subscription can't be done for your network. Please subscribe directly on your system."] = "Remote subscription can't be done for your network. Please subscribe directly on your system."; $a->strings["Please login to confirm introduction."] = "Please login to confirm introduction."; @@ -1093,164 +509,126 @@ $a->strings["Confirm"] = "Confirm"; $a->strings["Hide this contact"] = "Hide this contact"; $a->strings["Welcome home %s."] = "Welcome home %s."; $a->strings["Please confirm your introduction/connection request to %s."] = "Please confirm your introduction/connection request to %s."; +$a->strings["Public access denied."] = "Public access denied."; $a->strings["Please enter your 'Identity Address' from one of the following supported communications networks:"] = "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, follow this link to find a public Friendica site and join us today."] = ""; +$a->strings["If you are not yet a member of the free social web, follow this link to find a public Friendica site and join us today."] = "If you are not yet part of the free social web, follow this link to find a public Friendica site and join us today."; $a->strings["Friend/Connection Request"] = "Friend/Connection request"; -$a->strings["Examples: jojo@demo.friendica.com, http://demo.friendica.com/profile/jojo, testuser@gnusocial.de"] = ""; +$a->strings["Examples: jojo@demo.friendica.com, http://demo.friendica.com/profile/jojo, testuser@gnusocial.de"] = "Examples: jojo@demo.friendi.ca, http://demo.friendi.ca/profile/jojo, user@gnusocial.de"; +$a->strings["Please answer the following:"] = "Please answer the following:"; +$a->strings["Does %s know you?"] = "Does %s know you?"; +$a->strings["Add a personal note:"] = "Add a personal note:"; $a->strings["Friendica"] = "Friendica"; -$a->strings["GNU Social (Pleroma, Mastodon)"] = ""; -$a->strings["Diaspora (Socialhome, Hubzilla)"] = ""; +$a->strings["GNU Social (Pleroma, Mastodon)"] = "GNU Social (Pleroma, Mastodon)"; +$a->strings["Diaspora (Socialhome, Hubzilla)"] = "Diaspora (Socialhome, Hubzilla)"; $a->strings[" - please do not use this form. Instead, enter %s into your Diaspora search bar."] = " - please do not use this form. Instead, enter %s into your Diaspora search bar."; -$a->strings["Event can not end before it has started."] = "Event cannot end before it has started."; -$a->strings["Event title and start time are required."] = "Event title and starting time are required."; -$a->strings["Create New Event"] = "Create new event"; -$a->strings["Event details"] = "Event details"; -$a->strings["Starting date and Title are required."] = "Starting date and title are required."; -$a->strings["Event Starts:"] = "Event starts:"; -$a->strings["Required"] = "Required"; -$a->strings["Finish date/time is not known or not relevant"] = "Finish date/time is not known or not relevant"; -$a->strings["Event Finishes:"] = "Event finishes:"; -$a->strings["Adjust for viewer timezone"] = "Adjust for viewer's time zone"; -$a->strings["Description:"] = "Description:"; -$a->strings["Title:"] = "Title:"; -$a->strings["Share this event"] = "Share this event"; -$a->strings["Basic"] = "Basic"; -$a->strings["Failed to remove event"] = "Failed to remove event"; -$a->strings["Event removed"] = "Event removed"; -$a->strings["Friend suggestion sent."] = "Friend suggestion sent"; -$a->strings["Suggest Friends"] = "Suggest friends"; -$a->strings["Suggest a friend for %s"] = "Suggest a friend for %s"; -$a->strings["Friendica Communications Server - Setup"] = "Friendica Communications Server - Setup"; -$a->strings["Could not connect to database."] = "Could not connect to database."; -$a->strings["Could not create table."] = "Could not create table."; -$a->strings["Your Friendica site database has been installed."] = "Your Friendica site database has been installed."; -$a->strings["You may need to import the file \"database.sql\" manually using phpmyadmin or mysql."] = "You may need to import the file \"database.sql\" manually using phpmyadmin or mysql."; -$a->strings["Please see the file \"INSTALL.txt\"."] = "Please see the file \"INSTALL.txt\"."; -$a->strings["Database already in use."] = "Database already in use."; -$a->strings["System check"] = "System check"; -$a->strings["Check again"] = "Check again"; -$a->strings["Database connection"] = "Database connection"; -$a->strings["In order to install Friendica we need to know how to connect to your database."] = "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."] = "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."] = "The database you specify below should already exist. If it does not, please create it before continuing."; -$a->strings["Database Server Name"] = "Database server name"; -$a->strings["Database Login Name"] = "Database login name"; -$a->strings["Database Login Password"] = "Database login password"; -$a->strings["For security reasons the password must not be empty"] = "For security reasons the password must not be empty"; -$a->strings["Database Name"] = "Database name"; -$a->strings["Site administrator email address"] = "Site administrator email address"; -$a->strings["Your account email address must match this in order to use the web admin panel."] = "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"] = "Please select a default time zone for your website"; -$a->strings["Site settings"] = "Site settings"; -$a->strings["System Language:"] = "System language:"; -$a->strings["Set the default language for your Friendica installation interface and to send emails."] = "Set the default language for your Friendica installation interface and email communication."; -$a->strings["Could not find a command line version of PHP in the web server PATH."] = "Could not find a command line version of PHP in the web server PATH."; -$a->strings["If you don't have a command line version of PHP installed on your server, you will not be able to run the background processing. See 'Setup the worker'"] = ""; -$a->strings["PHP executable path"] = "PHP executable path"; -$a->strings["Enter full path to php executable. You can leave this blank to continue the installation."] = "Enter full path to php executable. You can leave this blank to continue the installation."; -$a->strings["Command line PHP"] = "Command line PHP"; -$a->strings["PHP executable is not the php cli binary (could be cgi-fgci version)"] = "PHP executable is not a php cli binary; it could possibly be a cgi-fgci version."; -$a->strings["Found PHP version: "] = "Found PHP version: "; -$a->strings["PHP cli binary"] = "PHP cli binary"; -$a->strings["The command line version of PHP on your system does not have \"register_argc_argv\" enabled."] = "The command line version of PHP on your system does not have \"register_argc_argv\" enabled."; -$a->strings["This is required for message delivery to work."] = "This is required for message delivery to work."; -$a->strings["PHP register_argc_argv"] = "PHP register_argc_argv"; -$a->strings["Error: the \"openssl_pkey_new\" function on this system is not able to generate encryption keys"] = "Error: the \"openssl_pkey_new\" function on this system is not able to generate encryption keys"; -$a->strings["If running under Windows, please see \"http://www.php.net/manual/en/openssl.installation.php\"."] = "If running under Windows OS, please see \"http://www.php.net/manual/en/openssl.installation.php\"."; -$a->strings["Generate encryption keys"] = "Generate encryption keys"; -$a->strings["libCurl PHP module"] = "libCurl PHP module"; -$a->strings["GD graphics PHP module"] = "GD graphics PHP module"; -$a->strings["OpenSSL PHP module"] = "OpenSSL PHP module"; -$a->strings["PDO or MySQLi PHP module"] = "PDO or MySQLi PHP module"; -$a->strings["mb_string PHP module"] = "mb_string PHP module"; -$a->strings["XML PHP module"] = "XML PHP module"; -$a->strings["iconv module"] = "iconv module"; -$a->strings["Apache mod_rewrite module"] = "Apache mod_rewrite module"; -$a->strings["Error: Apache webserver mod-rewrite module is required but not installed."] = "Error: Apache web server mod-rewrite module is required but not installed."; -$a->strings["Error: libCURL PHP module required but not installed."] = "Error: libCURL PHP module required but not installed."; -$a->strings["Error: GD graphics PHP module with JPEG support required but not installed."] = "Error: GD graphics PHP module with JPEG support required but not installed."; -$a->strings["Error: openssl PHP module required but not installed."] = "Error: openssl PHP module required but not installed."; -$a->strings["Error: PDO or MySQLi PHP module required but not installed."] = "Error: PDO or MySQLi PHP module required but not installed."; -$a->strings["Error: The MySQL driver for PDO is not installed."] = "Error: MySQL driver for PDO is not installed."; -$a->strings["Error: mb_string PHP module required but not installed."] = "Error: mb_string PHP module required but not installed."; -$a->strings["Error: iconv PHP module required but not installed."] = "Error: iconv PHP module required but not installed."; -$a->strings["Error, XML PHP module required but not installed."] = "Error, XML 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."] = "The web installer needs to be able to create a file called \".htconfig.php\" in the top-level directory of your web server, but it is unable to do so."; -$a->strings["This is most often a permission setting, as the web server may not be able to write files in your folder - even if you can."] = "This is most often a permission setting issue, as the web server may not be able to write files in your directory - even if you can."; -$a->strings["At the end of this procedure, we will give you a text to save in a file named .htconfig.php in your Friendica top folder."] = "At the end of this procedure, we will give you a text to save in a file named .htconfig.php in your Friendica top-level directory."; -$a->strings["You can alternatively skip this procedure and perform a manual installation. Please see the file \"INSTALL.txt\" for instructions."] = "Alternatively, you may skip this procedure and perform a manual installation. Please see the file \"INSTALL.txt\" for instructions."; -$a->strings[".htconfig.php is writable"] = ".htconfig.php is writeable"; -$a->strings["Friendica uses the Smarty3 template engine to render its web views. Smarty3 compiles templates to PHP to speed up rendering."] = "Friendica uses the Smarty3 template engine to render its web views. Smarty3 compiles templates to PHP to speed up rendering."; -$a->strings["In order to store these compiled templates, the web server needs to have write access to the directory view/smarty3/ under the Friendica top level folder."] = "In order to store these compiled templates, the web server needs to have write access to the directory view/smarty3/ under the Friendica top-level directory."; -$a->strings["Please ensure that the user that your web server runs as (e.g. www-data) has write access to this folder."] = "Please ensure the user (e.g. www-data) that your web server runs as has write access to this directory."; -$a->strings["Note: as a security measure, you should give the web server write access to view/smarty3/ only--not the template files (.tpl) that it contains."] = "Note: as a security measure, you should give the web server write access to view/smarty3/ only--not the template files (.tpl) that it contains."; -$a->strings["view/smarty3 is writable"] = "view/smarty3 is writeable"; -$a->strings["Url rewrite in .htaccess is not working. Check your server configuration."] = "URL rewrite in .htaccess is not working. Check your server configuration."; -$a->strings["Url rewrite is working"] = "URL rewrite is working"; -$a->strings["ImageMagick PHP extension is not installed"] = "ImageMagick PHP extension is not installed"; -$a->strings["ImageMagick PHP extension is installed"] = "ImageMagick PHP extension is installed"; -$a->strings["ImageMagick supports GIF"] = "ImageMagick supports GIF"; -$a->strings["The database configuration file \".htconfig.php\" could not be written. Please use the enclosed text to create a configuration file in your web server root."] = "The database configuration file \".htconfig.php\" could not be written. Please use the enclosed text to create a configuration file in your web server root."; -$a->strings["

    What next

    "] = "

    What next

    "; -$a->strings["IMPORTANT: You will need to [manually] setup a scheduled task for the worker."] = "IMPORTANT: You will need to [manually] setup a scheduled task for the worker."; -$a->strings["Go to your new Friendica node registration page and register as new user. Remember to use the same email you have entered as administrator email. This will allow you to enter the site admin panel."] = ""; -$a->strings["Total invitation limit exceeded."] = "Total invitation limit exceeded"; -$a->strings["%s : Not a valid email address."] = "%s : Not a valid email address"; -$a->strings["Please join us on Friendica"] = "Please join us on Friendica."; -$a->strings["Invitation limit exceeded. Please contact your site administrator."] = "Invitation limit is exceeded. Please contact your site administrator."; -$a->strings["%s : Message delivery failed."] = "%s : Message delivery failed"; -$a->strings["%d message sent."] = [ - 0 => "%d message sent.", - 1 => "%d messages sent.", -]; -$a->strings["You have no more invitations available"] = "You have no more invitations available."; -$a->strings["Visit %s for a list of public sites that you can join. Friendica members on other sites can all connect with each other, as well as with members of many other social networks."] = "Visit %s for a list of public sites that you can join. Friendica members on other sites can all connect with each other, as well as with members of many other social networks."; -$a->strings["To accept this invitation, please visit and register at %s or any other public Friendica website."] = "To accept this invitation, please sign up at %s or any other public Friendica website."; -$a->strings["Friendica sites all inter-connect to create a huge privacy-enhanced social web that is owned and controlled by its members. They can also connect with many traditional social networks. See %s for a list of alternate Friendica sites you can join."] = "Friendica sites are all inter-connect to create a large 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."] = "Our apologies. This system is not currently configured to connect with other public sites or invite members."; -$a->strings["Friendica sites all inter-connect to create a huge privacy-enhanced social web that is owned and controlled by its members. They can also connect with many traditional social networks."] = "Friendica sites are all inter-connect to create a huge privacy-enhanced social web that is owned and controlled by its members. Each site can also connect with many traditional social networks."; -$a->strings["To accept this invitation, please visit and register at %s."] = "To accept this invitation, please visit and register at %s."; -$a->strings["Send invitations"] = "Send invitations"; -$a->strings["Enter email addresses, one per line:"] = "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."] = "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"] = "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:"] = "Once you have signed up, please connect with me via my profile page at:"; -$a->strings["For more information about the Friendica project and why we feel it is important, please visit http://friendi.ca"] = "For more information about the Friendica project and why we feel it is important, please visit http://friendi.ca"; -$a->strings["Unable to locate original post."] = "Unable to locate original post."; -$a->strings["Empty post discarded."] = "Empty post discarded."; -$a->strings["This message was sent to you by %s, a member of the Friendica social network."] = "This message was sent to you by %s, a member of the Friendica social network."; -$a->strings["You may visit them online at %s"] = "You may visit them online at %s"; -$a->strings["Please contact the sender by replying to this post if you do not wish to receive these messages."] = "Please contact the sender by replying to this post if you do not wish to receive these messages."; -$a->strings["%s posted an update."] = "%s posted an update."; +$a->strings["Your Identity Address:"] = "My identity address:"; +$a->strings["Submit Request"] = "Submit request"; +$a->strings["l F d, Y \\@ g:i A"] = "l F d, Y \\@ g:i A"; $a->strings["Time Conversion"] = "Time conversion"; $a->strings["Friendica provides this service for sharing events with other networks and friends in unknown timezones."] = "Friendica provides this service for sharing events with other networks and friends in unknown time zones."; $a->strings["UTC time: %s"] = "UTC time: %s"; $a->strings["Current timezone: %s"] = "Current time zone: %s"; $a->strings["Converted localtime: %s"] = "Converted local time: %s"; $a->strings["Please select your timezone:"] = "Please select your time zone:"; -$a->strings["No valid account found."] = "No valid account found."; -$a->strings["Password reset request issued. Check your email."] = "Password reset request issued. Please check your email."; -$a->strings["\n\t\tDear %1\$s,\n\t\t\tA request was recently received at \"%2\$s\" to reset your account\n\t\tpassword. In order to confirm this request, please select the verification link\n\t\tbelow or paste it into your web browser address bar.\n\n\t\tIf you did NOT request this change, please DO NOT follow the link\n\t\tprovided and ignore and/or delete this email, the request will expire shortly.\n\n\t\tYour password will not be changed unless we can verify that you\n\t\tissued this request."] = ""; -$a->strings["\n\t\tFollow this link soon to verify your identity:\n\n\t\t%1\$s\n\n\t\tYou will then receive a follow-up message containing the new password.\n\t\tYou may change that password from your account settings page after logging in.\n\n\t\tThe login details are as follows:\n\n\t\tSite Location:\t%2\$s\n\t\tLogin Name:\t%3\$s"] = ""; -$a->strings["Password reset requested at %s"] = "Password reset requested at %s"; -$a->strings["Request could not be verified. (You may have previously submitted it.) Password reset failed."] = "Request could not be verified. (You may have previously submitted it.) Password reset failed."; -$a->strings["Request has expired, please make a new one."] = ""; -$a->strings["Forgot your Password?"] = "Reset My Password"; -$a->strings["Enter your email address and submit to have your password reset. Then check your email for further instructions."] = "Enter email address or nickname to reset your password. You will receive further instruction via email."; -$a->strings["Nickname or Email: "] = "Nickname or email: "; -$a->strings["Reset"] = "Reset"; -$a->strings["Password Reset"] = "Forgotten password?"; -$a->strings["Your password has been reset as requested."] = "Your password has been reset as requested."; -$a->strings["Your new password is"] = "Your new password is"; -$a->strings["Save or copy your new password - and then"] = "Save or copy your new password - and then"; -$a->strings["click here to login"] = "click here to login"; -$a->strings["Your password may be changed from the Settings page after successful login."] = "Your password may be changed from the Settings page after successful login."; -$a->strings["\n\t\t\tDear %1\$s,\n\t\t\t\tYour password has been changed as requested. Please retain this\n\t\t\tinformation for your records (or change your password immediately to\n\t\t\tsomething that you will remember).\n\t\t"] = ""; -$a->strings["\n\t\t\tYour login details are as follows:\n\n\t\t\tSite Location:\t%1\$s\n\t\t\tLogin Name:\t%2\$s\n\t\t\tPassword:\t%3\$s\n\n\t\t\tYou may change that password from your account settings page after logging in.\n\t\t"] = ""; -$a->strings["Your password has been changed at %s"] = "Your password has been changed at %s"; -$a->strings["Manage Identities and/or Pages"] = "Manage Identities and Pages"; -$a->strings["Toggle between different identities or community/group pages which share your account details or which you have been granted \"manage\" permissions"] = "Accounts that I manage or own."; -$a->strings["Select an identity to manage: "] = "Select identity:"; +$a->strings["Only logged in users are permitted to perform a probing."] = "Only logged in users are permitted to perform a probing."; +$a->strings["Permission denied"] = "Permission denied"; +$a->strings["Invalid profile identifier."] = "Invalid profile identifier."; +$a->strings["Profile Visibility Editor"] = "Profile Visibility Editor"; +$a->strings["Click on a contact to add or remove."] = "Click on a contact to add or remove it."; +$a->strings["Visible To"] = "Visible to"; +$a->strings["All Contacts (with secure profile access)"] = "All contacts with secure profile access"; +$a->strings["Account approved."] = "Account approved."; +$a->strings["Registration revoked for %s"] = "Registration revoked for %s"; +$a->strings["Please login."] = "Please login."; +$a->strings["Remove My Account"] = "Remove My Account"; +$a->strings["This will completely remove your account. Once this has been done it is not recoverable."] = "This will completely remove your account. Once this has been done it is not recoverable."; +$a->strings["Please enter your password for verification:"] = "Please enter your password for verification:"; +$a->strings["No contacts."] = "No contacts."; +$a->strings["Access denied."] = "Access denied."; +$a->strings["Number of daily wall messages for %s exceeded. Message failed."] = "Number of daily wall messages for %s exceeded. Message failed."; +$a->strings["No recipient selected."] = "No recipient selected."; +$a->strings["Unable to check your home location."] = "Unable to check your home location."; +$a->strings["Message could not be sent."] = "Message could not be sent."; +$a->strings["Message collection failure."] = "Message collection failure."; +$a->strings["Message sent."] = "Message sent."; +$a->strings["No recipient."] = "No recipient."; +$a->strings["Send Private Message"] = "Send private message"; +$a->strings["If you wish for %s to respond, please check that the privacy settings on your site allow private mail from unknown senders."] = "If you wish for %s to respond, please check that the privacy settings on your site allow private mail from unknown senders."; +$a->strings["To:"] = "To:"; +$a->strings["Subject:"] = "Subject:"; +$a->strings["Export account"] = "Export account"; +$a->strings["Export your account info and contacts. Use this to make a backup of your account and/or to move it to another server."] = "Export your account info and contacts. Use this to backup your account or to move it to another server."; +$a->strings["Export all"] = "Export all"; +$a->strings["Export your accout info, contacts and all your items as json. Could be a very big file, and could take a lot of time. Use this to make a full backup of your account (photos are not exported)"] = "Export your account info, contacts and all your items as json. Could be a very big file, and could take a lot of time. Use this to make a full backup of your account (photos are not exported)"; +$a->strings["Export personal data"] = "Export personal data"; +$a->strings["- select -"] = "- select -"; +$a->strings["No more system notifications."] = "No more system notifications."; +$a->strings["{0} wants to be your friend"] = "{0} wants to be your friend"; +$a->strings["{0} sent you a message"] = "{0} sent you a message"; +$a->strings["{0} requested registration"] = "{0} requested registration"; +$a->strings["Poke/Prod"] = "Poke/Prod"; +$a->strings["poke, prod or do other things to somebody"] = "Poke, prod or do other things to somebody"; +$a->strings["Recipient"] = "Recipient:"; +$a->strings["Choose what you wish to do to recipient"] = "Choose what you wish to do:"; +$a->strings["Make this post private"] = "Make this post private"; +$a->strings["%1\$s is following %2\$s's %3\$s"] = "%1\$s is following %2\$s's %3\$s"; +$a->strings["Tag removed"] = "Tag removed"; +$a->strings["Remove Item Tag"] = "Remove Item tag"; +$a->strings["Select a tag to remove: "] = "Select a tag to remove: "; +$a->strings["Remove"] = "Remove"; +$a->strings["Image exceeds size limit of %s"] = "Image exceeds size limit of %s"; +$a->strings["Unable to process image."] = "Unable to process image."; +$a->strings["Wall Photos"] = "Wall photos"; +$a->strings["Image upload failed."] = "Image upload failed."; +$a->strings["Remove term"] = "Remove term"; +$a->strings["Saved Searches"] = "Saved searches"; +$a->strings["Only logged in users are permitted to perform a search."] = "Only logged in users are permitted to perform a search."; +$a->strings["Too Many Requests"] = "Too many requests"; +$a->strings["Only one search per minute is permitted for not logged in users."] = "Only one search per minute is permitted for not logged in users."; +$a->strings["No results."] = "No results."; +$a->strings["Items tagged with: %s"] = "Items tagged with: %s"; +$a->strings["Results for: %s"] = "Results for: %s"; +$a->strings["Login"] = "Login"; +$a->strings["The post was created"] = "The post was created"; +$a->strings["Community option not available."] = "Community option not available."; +$a->strings["Not available."] = "Not available."; +$a->strings["Local Community"] = "Local community"; +$a->strings["Posts from local users on this server"] = "Posts from local users on this server"; +$a->strings["Global Community"] = "Global Community"; +$a->strings["Posts from users of the whole federated network"] = "Posts from users of the whole federated network"; +$a->strings["This community stream shows all public posts received by this node. They may not reflect the opinions of this node’s users."] = "This community stream shows all public posts received by this node. They may not reflect the opinions of this node’s users."; +$a->strings["Item not found"] = "Item not found"; +$a->strings["Edit post"] = "Edit post"; +$a->strings["CC: email addresses"] = "CC: email addresses"; +$a->strings["Example: bob@example.com, mary@example.com"] = "Example: bob@example.com, mary@example.com"; +$a->strings["You must be logged in to use this module"] = "You must be logged in to use this module"; +$a->strings["Source URL"] = "Source URL"; +$a->strings["Friend suggestion sent."] = "Friend suggestion sent"; +$a->strings["Suggest Friends"] = "Suggest friends"; +$a->strings["Suggest a friend for %s"] = "Suggest a friend for %s"; +$a->strings["Group created."] = "Group created."; +$a->strings["Could not create group."] = "Could not create group."; +$a->strings["Group not found."] = "Group not found."; +$a->strings["Group name changed."] = "Group name changed."; +$a->strings["Save Group"] = "Save group"; +$a->strings["Create a group of contacts/friends."] = "Create a group of contacts/friends."; +$a->strings["Group Name: "] = "Group name: "; +$a->strings["Group removed."] = "Group removed."; +$a->strings["Unable to remove group."] = "Unable to remove group."; +$a->strings["Delete Group"] = "Delete group"; +$a->strings["Group Editor"] = "Group Editor"; +$a->strings["Edit Group Name"] = "Edit group name"; +$a->strings["Members"] = "Members"; +$a->strings["All Contacts"] = "All contacts"; +$a->strings["Group is empty"] = "Group is empty"; +$a->strings["Remove Contact"] = "Remove contact"; +$a->strings["Add Contact"] = "Add contact"; +$a->strings["Unable to locate original post."] = "Unable to locate original post."; +$a->strings["Empty post discarded."] = "Empty post discarded."; +$a->strings["This message was sent to you by %s, a member of the Friendica social network."] = "This message was sent to you by %s, a member of the Friendica social network."; +$a->strings["You may visit them online at %s"] = "You may visit them online at %s"; +$a->strings["Please contact the sender by replying to this post if you do not wish to receive these messages."] = "Please contact the sender by replying to this post if you do not wish to receive these messages."; +$a->strings["%s posted an update."] = "%s posted an update."; $a->strings["New Message"] = "New Message"; $a->strings["Unable to locate contact information."] = "Unable to locate contact information."; $a->strings["Messages"] = "Messages"; @@ -1260,19 +638,17 @@ $a->strings["Conversation removed."] = "Conversation removed."; $a->strings["No messages."] = "No messages."; $a->strings["Message not available."] = "Message not available."; $a->strings["Delete message"] = "Delete message"; +$a->strings["D, d M Y - g:i A"] = "D, d M Y - g:i A"; $a->strings["Delete conversation"] = "Delete conversation"; $a->strings["No secure communications available. You may be able to respond from the sender's profile page."] = "No secure communications available. You may be able to respond from the sender's profile page."; $a->strings["Send Reply"] = "Send reply"; $a->strings["Unknown sender - %s"] = "Unknown sender - %s"; $a->strings["You and %s"] = "Me and %s"; $a->strings["%s and You"] = "%s and me"; -$a->strings["D, d M Y - g:i A"] = "D, d M Y - g:i A"; $a->strings["%d message"] = [ 0 => "%d message", 1 => "%d messages", ]; -$a->strings["Remove term"] = "Remove term"; -$a->strings["Saved Searches"] = "Saved searches"; $a->strings["add"] = "add"; $a->strings["Warning: This group contains %s member from a network that doesn't allow non public messages."] = [ 0 => "Warning: This group contains %s member from a network that doesn't allow non public messages.", @@ -1295,7 +671,8 @@ $a->strings["Shared Links"] = "Shared links"; $a->strings["Interesting Links"] = "Interesting links"; $a->strings["Starred"] = "Starred"; $a->strings["Favourite Posts"] = "My favourite posts"; -$a->strings["No more system notifications."] = "No more system notifications."; +$a->strings["Personal Notes"] = "Personal notes"; +$a->strings["Post successful."] = "Post successful."; $a->strings["Photo Albums"] = "Photo Albums"; $a->strings["Recent Photos"] = "Recent photos"; $a->strings["Upload New Photos"] = "Upload new photos"; @@ -1308,9 +685,9 @@ $a->strings["Delete Photo"] = "Delete photo"; $a->strings["Do you really want to delete this photo?"] = "Do you really want to delete this photo?"; $a->strings["a photo"] = "a photo"; $a->strings["%1\$s was tagged in %2\$s by %3\$s"] = "%1\$s was tagged in %2\$s by %3\$s"; -$a->strings["Image upload didn't complete, please try again"] = ""; -$a->strings["Image file is missing"] = ""; -$a->strings["Server can't accept new file upload at this time, please contact your administrator"] = ""; +$a->strings["Image upload didn't complete, please try again"] = "Image upload didn't complete, please try again"; +$a->strings["Image file is missing"] = "Image file is missing"; +$a->strings["Server can't accept new file upload at this time, please contact your administrator"] = "Server can't accept new file upload at this time, please contact your administrator"; $a->strings["Image file is empty."] = "Image file is empty."; $a->strings["No photos selected"] = "No photos selected"; $a->strings["Access to this item is restricted."] = "Access to this item is restricted."; @@ -1318,6 +695,7 @@ $a->strings["Upload Photos"] = "Upload photos"; $a->strings["New album name: "] = "New album name: "; $a->strings["or existing album name: "] = "or existing album name: "; $a->strings["Do not show a status post for this upload"] = "Do not show a status post for this upload"; +$a->strings["Permissions"] = "Permissions"; $a->strings["Show to Groups"] = "Show to groups"; $a->strings["Show to Contacts"] = "Show to contacts"; $a->strings["Edit Album"] = "Edit album"; @@ -1346,19 +724,152 @@ $a->strings["This is you"] = "This is me"; $a->strings["Comment"] = "Comment"; $a->strings["Map"] = "Map"; $a->strings["View Album"] = "View album"; -$a->strings["{0} wants to be your friend"] = "{0} wants to be your friend"; -$a->strings["{0} sent you a message"] = "{0} sent you a message"; -$a->strings["{0} requested registration"] = "{0} requested registration"; -$a->strings["Poke/Prod"] = "Poke/Prod"; -$a->strings["poke, prod or do other things to somebody"] = "Poke, prod or do other things to somebody"; -$a->strings["Recipient"] = "Recipient:"; -$a->strings["Choose what you wish to do to recipient"] = "Choose what you wish to do:"; -$a->strings["Make this post private"] = "Make this post private"; $a->strings["Requested profile is not available."] = "Requested profile is unavailable."; -$a->strings["%s's posts"] = ""; -$a->strings["%s's comments"] = ""; -$a->strings["%s's timeline"] = ""; +$a->strings["%s's posts"] = "%s's posts"; +$a->strings["%s's comments"] = "%s's comments"; +$a->strings["%s's timeline"] = "%s's timeline"; +$a->strings["Access to this profile has been restricted."] = "Access to this profile has been restricted."; $a->strings["Tips for New Members"] = "Tips for New Members"; +$a->strings["Do you really want to delete this video?"] = "Do you really want to delete this video?"; +$a->strings["Delete Video"] = "Delete video"; +$a->strings["No videos selected"] = "No videos selected"; +$a->strings["Recent Videos"] = "Recent videos"; +$a->strings["Upload New Videos"] = "Upload new videos"; +$a->strings["Parent user not found."] = "Parent user not found."; +$a->strings["No parent user"] = "No parent user"; +$a->strings["Parent Password:"] = "Parent password:"; +$a->strings["Please enter the password of the parent account to legitimize your request."] = "Please enter the password of the parent account to authorise this request."; +$a->strings["Parent User"] = "Parent user"; +$a->strings["Parent users have total control about this account, including the account settings. Please double check whom you give this access."] = "Parent users have total control of this account, including core settings. Please double-check whom you grant such access."; +$a->strings["Save Settings"] = "Save settings"; +$a->strings["Delegate Page Management"] = "Delegate Page Management"; +$a->strings["Delegates"] = "Delegates"; +$a->strings["Delegates are able to manage all aspects of this account/page except for basic account settings. Please do not delegate your personal account to anybody that you do not trust completely."] = "Delegates are able to manage all aspects of this account except for key setting features. Please do not delegate your personal account to anybody that you do not trust completely."; +$a->strings["Existing Page Delegates"] = "Existing page delegates"; +$a->strings["Potential Delegates"] = "Potential delegates"; +$a->strings["Add"] = "Add"; +$a->strings["No entries."] = "No entries."; +$a->strings["People Search - %s"] = "People search - %s"; +$a->strings["Forum Search - %s"] = "Forum search - %s"; +$a->strings["Friendica Communications Server - Setup"] = "Friendica Communications Server - Setup"; +$a->strings["Could not connect to database."] = "Could not connect to database."; +$a->strings["Could not create table."] = "Could not create table."; +$a->strings["Your Friendica site database has been installed."] = "Your Friendica site database has been installed."; +$a->strings["You may need to import the file \"database.sql\" manually using phpmyadmin or mysql."] = "You may need to import the file \"database.sql\" manually using phpmyadmin or mysql."; +$a->strings["Please see the file \"INSTALL.txt\"."] = "Please see the file \"INSTALL.txt\"."; +$a->strings["Database already in use."] = "Database already in use."; +$a->strings["System check"] = "System check"; +$a->strings["Next"] = "Next"; +$a->strings["Check again"] = "Check again"; +$a->strings["Database connection"] = "Database connection"; +$a->strings["In order to install Friendica we need to know how to connect to your database."] = "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."] = "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."] = "The database you specify below should already exist. If it does not, please create it before continuing."; +$a->strings["Database Server Name"] = "Database server name"; +$a->strings["Database Login Name"] = "Database login name"; +$a->strings["Database Login Password"] = "Database login password"; +$a->strings["For security reasons the password must not be empty"] = "For security reasons the password must not be empty"; +$a->strings["Database Name"] = "Database name"; +$a->strings["Site administrator email address"] = "Site administrator email address"; +$a->strings["Your account email address must match this in order to use the web admin panel."] = "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"] = "Please select a default time zone for your website"; +$a->strings["Site settings"] = "Site settings"; +$a->strings["System Language:"] = "System language:"; +$a->strings["Set the default language for your Friendica installation interface and to send emails."] = "Set the default language for your Friendica installation interface and email communication."; +$a->strings["Could not find a command line version of PHP in the web server PATH."] = "Could not find a command line version of PHP in the web server PATH."; +$a->strings["If you don't have a command line version of PHP installed on your server, you will not be able to run the background processing. See 'Setup the worker'"] = "If your server doesn't have a command line version of PHP installed, you won't be able to run background processing. See 'Setup the worker'"; +$a->strings["PHP executable path"] = "PHP executable path"; +$a->strings["Enter full path to php executable. You can leave this blank to continue the installation."] = "Enter full path to php executable. You can leave this blank to continue the installation."; +$a->strings["Command line PHP"] = "Command line PHP"; +$a->strings["PHP executable is not the php cli binary (could be cgi-fgci version)"] = "PHP executable is not a php cli binary; it could possibly be a cgi-fgci version."; +$a->strings["Found PHP version: "] = "Found PHP version: "; +$a->strings["PHP cli binary"] = "PHP cli binary"; +$a->strings["The command line version of PHP on your system does not have \"register_argc_argv\" enabled."] = "The command line version of PHP on your system does not have \"register_argc_argv\" enabled."; +$a->strings["This is required for message delivery to work."] = "This is required for message delivery to work."; +$a->strings["PHP register_argc_argv"] = "PHP register_argc_argv"; +$a->strings["Error: the \"openssl_pkey_new\" function on this system is not able to generate encryption keys"] = "Error: the \"openssl_pkey_new\" function on this system is not able to generate encryption keys"; +$a->strings["If running under Windows, please see \"http://www.php.net/manual/en/openssl.installation.php\"."] = "If running under Windows OS, please see \"http://www.php.net/manual/en/openssl.installation.php\"."; +$a->strings["Generate encryption keys"] = "Generate encryption keys"; +$a->strings["libCurl PHP module"] = "libCurl PHP module"; +$a->strings["GD graphics PHP module"] = "GD graphics PHP module"; +$a->strings["OpenSSL PHP module"] = "OpenSSL PHP module"; +$a->strings["PDO or MySQLi PHP module"] = "PDO or MySQLi PHP module"; +$a->strings["mb_string PHP module"] = "mb_string PHP module"; +$a->strings["XML PHP module"] = "XML PHP module"; +$a->strings["iconv PHP module"] = "iconv PHP module"; +$a->strings["POSIX PHP module"] = "POSIX PHP module"; +$a->strings["Apache mod_rewrite module"] = "Apache mod_rewrite module"; +$a->strings["Error: Apache webserver mod-rewrite module is required but not installed."] = "Error: Apache web server mod-rewrite module is required but not installed."; +$a->strings["Error: libCURL PHP module required but not installed."] = "Error: libCURL PHP module required but not installed."; +$a->strings["Error: GD graphics PHP module with JPEG support required but not installed."] = "Error: GD graphics PHP module with JPEG support required but not installed."; +$a->strings["Error: openssl PHP module required but not installed."] = "Error: openssl PHP module required but not installed."; +$a->strings["Error: PDO or MySQLi PHP module required but not installed."] = "Error: PDO or MySQLi PHP module required but not installed."; +$a->strings["Error: The MySQL driver for PDO is not installed."] = "Error: MySQL driver for PDO is not installed."; +$a->strings["Error: mb_string PHP module required but not installed."] = "Error: mb_string PHP module required but not installed."; +$a->strings["Error: iconv PHP module required but not installed."] = "Error: iconv PHP module required but not installed."; +$a->strings["Error: POSIX PHP module required but not installed."] = "Error: POSIX PHP module required but not installed."; +$a->strings["Error, XML PHP module required but not installed."] = "Error, XML 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."] = "The web installer needs to be able to create a file called \".htconfig.php\" in the top-level directory of your web server, but it is unable to do so."; +$a->strings["This is most often a permission setting, as the web server may not be able to write files in your folder - even if you can."] = "This is most often a permission setting issue, as the web server may not be able to write files in your directory - even if you can."; +$a->strings["At the end of this procedure, we will give you a text to save in a file named .htconfig.php in your Friendica top folder."] = "At the end of this procedure, we will give you a text to save in a file named .htconfig.php in your Friendica top-level directory."; +$a->strings["You can alternatively skip this procedure and perform a manual installation. Please see the file \"INSTALL.txt\" for instructions."] = "Alternatively, you may skip this procedure and perform a manual installation. Please see the file \"INSTALL.txt\" for instructions."; +$a->strings[".htconfig.php is writable"] = ".htconfig.php is writeable"; +$a->strings["Friendica uses the Smarty3 template engine to render its web views. Smarty3 compiles templates to PHP to speed up rendering."] = "Friendica uses the Smarty3 template engine to render its web views. Smarty3 compiles templates to PHP to speed up rendering."; +$a->strings["In order to store these compiled templates, the web server needs to have write access to the directory view/smarty3/ under the Friendica top level folder."] = "In order to store these compiled templates, the web server needs to have write access to the directory view/smarty3/ under the Friendica top-level directory."; +$a->strings["Please ensure that the user that your web server runs as (e.g. www-data) has write access to this folder."] = "Please ensure the user (e.g. www-data) that your web server runs as has write access to this directory."; +$a->strings["Note: as a security measure, you should give the web server write access to view/smarty3/ only--not the template files (.tpl) that it contains."] = "Note: as a security measure, you should give the web server write access to view/smarty3/ only--not the template files (.tpl) that it contains."; +$a->strings["view/smarty3 is writable"] = "view/smarty3 is writeable"; +$a->strings["Url rewrite in .htaccess is not working. Check your server configuration."] = "URL rewrite in .htaccess is not working. Check your server configuration."; +$a->strings["Url rewrite is working"] = "URL rewrite is working"; +$a->strings["ImageMagick PHP extension is not installed"] = "ImageMagick PHP extension is not installed"; +$a->strings["ImageMagick PHP extension is installed"] = "ImageMagick PHP extension is installed"; +$a->strings["ImageMagick supports GIF"] = "ImageMagick supports GIF"; +$a->strings["The database configuration file \".htconfig.php\" could not be written. Please use the enclosed text to create a configuration file in your web server root."] = "The database configuration file \".htconfig.php\" could not be written. Please use the enclosed text to create a configuration file in your web server root."; +$a->strings["

    What next

    "] = "

    What next

    "; +$a->strings["IMPORTANT: You will need to [manually] setup a scheduled task for the worker."] = "IMPORTANT: You will need to [manually] setup a scheduled task for the worker."; +$a->strings["Go to your new Friendica node registration page 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."] = "Go to your new Friendica node registration page and register as new user. Remember to use the same email you have entered as administrator email. This will allow you to enter the site admin panel."; +$a->strings["Subscribing to OStatus contacts"] = "Subscribing to OStatus contacts"; +$a->strings["No contact provided."] = "No contact provided."; +$a->strings["Couldn't fetch information for contact."] = "Couldn't fetch information for contact."; +$a->strings["Couldn't fetch friends for contact."] = "Couldn't fetch friends for contact."; +$a->strings["success"] = "success"; +$a->strings["failed"] = "failed"; +$a->strings["ignored"] = "Ignored"; +$a->strings["Contact wasn't found or can't be unfollowed."] = "Contact wasn't found or can't be unfollowed."; +$a->strings["Contact unfollowed"] = "Contact unfollowed"; +$a->strings["You aren't a friend of this contact."] = "You aren't a friend of this contact."; +$a->strings["Unfollowing is currently not supported by your network."] = "Unfollowing is currently not supported by your network."; +$a->strings["Disconnect/Unfollow"] = "Disconnect/Unfollow"; +$a->strings["Status Messages and Posts"] = "Status Messages and Posts"; +$a->strings["Events"] = "Events"; +$a->strings["View"] = "View"; +$a->strings["Previous"] = "Previous"; +$a->strings["today"] = "today"; +$a->strings["month"] = "month"; +$a->strings["week"] = "week"; +$a->strings["day"] = "day"; +$a->strings["list"] = "List"; +$a->strings["User not found"] = "User not found"; +$a->strings["This calendar format is not supported"] = "This calendar format is not supported"; +$a->strings["No exportable data found"] = "No exportable data found"; +$a->strings["calendar"] = "calendar"; +$a->strings["Event can not end before it has started."] = "Event cannot end before it has started."; +$a->strings["Event title and start time are required."] = "Event title and starting time are required."; +$a->strings["Create New Event"] = "Create new event"; +$a->strings["Event details"] = "Event details"; +$a->strings["Starting date and Title are required."] = "Starting date and title are required."; +$a->strings["Event Starts:"] = "Event starts:"; +$a->strings["Required"] = "Required"; +$a->strings["Finish date/time is not known or not relevant"] = "Finish date/time is not known or not relevant"; +$a->strings["Event Finishes:"] = "Event finishes:"; +$a->strings["Adjust for viewer timezone"] = "Adjust for viewer's time zone"; +$a->strings["Description:"] = "Description:"; +$a->strings["Title:"] = "Title:"; +$a->strings["Share this event"] = "Share this event"; +$a->strings["Basic"] = "Basic"; +$a->strings["Advanced"] = "Advanced"; +$a->strings["Failed to remove event"] = "Failed to remove event"; +$a->strings["Event removed"] = "Event removed"; $a->strings["Image uploaded but image cropping failed."] = "Image uploaded but image cropping failed."; $a->strings["Image size reduction [%s] failed."] = "Image size reduction [%s] failed."; $a->strings["Shift-reload the page or clear browser cache if the new photo does not display immediately."] = "Shift-reload the page or clear browser cache if the new photo does not display immediately."; @@ -1372,6 +883,37 @@ $a->strings["Crop Image"] = "Crop Image"; $a->strings["Please adjust the image cropping for optimum viewing."] = "Please adjust the image cropping for optimum viewing."; $a->strings["Done Editing"] = "Done editing"; $a->strings["Image uploaded successfully."] = "Image uploaded successfully."; +$a->strings["Status:"] = "Status:"; +$a->strings["Homepage:"] = "Homepage:"; +$a->strings["Global Directory"] = "Global Directory"; +$a->strings["Find on this site"] = "Find on this site"; +$a->strings["Results for:"] = "Results for:"; +$a->strings["Site Directory"] = "Site directory"; +$a->strings["Find"] = "Find"; +$a->strings["No entries (some entries may be hidden)."] = "No entries (entries may be hidden)."; +$a->strings["Source input"] = "Source input"; +$a->strings["BBCode::convert (raw HTML)"] = "BBCode::convert (raw HTML)"; +$a->strings["BBCode::convert"] = "BBCode::convert"; +$a->strings["BBCode::convert => HTML::toBBCode"] = "BBCode::convert => HTML::toBBCode"; +$a->strings["BBCode::toMarkdown"] = "BBCode::toMarkdown"; +$a->strings["BBCode::toMarkdown => Markdown::convert"] = "BBCode::toMarkdown => Markdown::convert"; +$a->strings["BBCode::toMarkdown => Markdown::toBBCode"] = "BBCode::toMarkdown => Markdown::toBBCode"; +$a->strings["BBCode::toMarkdown => Markdown::convert => HTML::toBBCode"] = "BBCode::toMarkdown => Markdown::convert => HTML::toBBCode"; +$a->strings["Source input \\x28Diaspora format\\x29"] = "Source input \\x28Diaspora format\\x29"; +$a->strings["Markdown::toBBCode"] = "Markdown::toBBCode"; +$a->strings["Raw HTML input"] = "Raw HTML input"; +$a->strings["HTML Input"] = "HTML input"; +$a->strings["HTML::toBBCode"] = "HTML::toBBCode"; +$a->strings["HTML::toPlaintext"] = "HTML::toPlaintext"; +$a->strings["Source text"] = "Source text"; +$a->strings["BBCode"] = "BBCode"; +$a->strings["Markdown"] = "Markdown"; +$a->strings["HTML"] = "HTML"; +$a->strings["The contact could not be added."] = "Contact could not be added."; +$a->strings["You already added this contact."] = "You already added this contact."; +$a->strings["Diaspora support isn't enabled. Contact can't be added."] = "Diaspora support isn't enabled. Contact can't be added."; +$a->strings["OStatus support is disabled. Contact can't be added."] = "OStatus support is disabled. Contact can't be added."; +$a->strings["The network type couldn't be detected. Contact can't be added."] = "The network type couldn't be detected. Contact can't be added."; $a->strings["Profile deleted."] = "Profile deleted."; $a->strings["Profile-"] = "Profile-"; $a->strings["New profile created."] = "New profile created."; @@ -1387,6 +929,7 @@ $a->strings["Sexual Preference"] = "Sexual preference"; $a->strings["XMPP"] = "XMPP"; $a->strings["Homepage"] = "Homepage"; $a->strings["Interests"] = "Interests"; +$a->strings["Address"] = "Address"; $a->strings["Location"] = "Location"; $a->strings["Profile updated."] = "Profile updated."; $a->strings[" and "] = " and "; @@ -1456,6 +999,131 @@ $a->strings["visible to everybody"] = "Visible to everybody"; $a->strings["Edit/Manage Profiles"] = "Edit/Manage Profiles"; $a->strings["Change profile photo"] = "Change profile photo"; $a->strings["Create New Profile"] = "Create new profile"; +$a->strings["%d contact edited."] = [ + 0 => "%d contact edited.", + 1 => "%d contacts edited.", +]; +$a->strings["Could not access contact record."] = "Could not access contact record."; +$a->strings["Could not locate selected profile."] = "Could not locate selected profile."; +$a->strings["Contact updated."] = "Contact updated."; +$a->strings["Contact has been blocked"] = "Contact has been blocked"; +$a->strings["Contact has been unblocked"] = "Contact has been unblocked"; +$a->strings["Contact has been ignored"] = "Contact has been ignored"; +$a->strings["Contact has been unignored"] = "Contact has been unignored"; +$a->strings["Contact has been archived"] = "Contact has been archived"; +$a->strings["Contact has been unarchived"] = "Contact has been unarchived"; +$a->strings["Drop contact"] = "Drop contact"; +$a->strings["Do you really want to delete this contact?"] = "Do you really want to delete this contact?"; +$a->strings["Contact has been removed."] = "Contact has been removed."; +$a->strings["You are mutual friends with %s"] = "You are mutual friends with %s"; +$a->strings["You are sharing with %s"] = "You are sharing with %s"; +$a->strings["%s is sharing with you"] = "%s is sharing with you"; +$a->strings["Private communications are not available for this contact."] = "Private communications are not available for this contact."; +$a->strings["Never"] = "Never"; +$a->strings["(Update was successful)"] = "(Update was successful)"; +$a->strings["(Update was not successful)"] = "(Update was not successful)"; +$a->strings["Suggest friends"] = "Suggest friends"; +$a->strings["Network type: %s"] = "Network type: %s"; +$a->strings["Communications lost with this contact!"] = "Communications lost with this contact!"; +$a->strings["Fetch further information for feeds"] = "Fetch further information for feeds"; +$a->strings["Fetch information like preview pictures, title and teaser from the feed item. You can activate this if the feed doesn't contain much text. Keywords are taken from the meta header in the feed item and are posted as hash tags."] = "Fetch information like preview pictures, title and teaser from the feed item. You can activate this if the feed doesn't contain much text. Keywords are taken from the meta header in the feed item and are posted as hash tags."; +$a->strings["Disabled"] = "Disabled"; +$a->strings["Fetch information"] = "Fetch information"; +$a->strings["Fetch keywords"] = "Fetch keywords"; +$a->strings["Fetch information and keywords"] = "Fetch information and keywords"; +$a->strings["Contact"] = "Contact"; +$a->strings["Profile Visibility"] = "Profile visibility"; +$a->strings["Please choose the profile you would like to display to %s when viewing your profile securely."] = "Please choose the profile you would like to display to %s when viewing your profile securely."; +$a->strings["Contact Information / Notes"] = "Personal note"; +$a->strings["Their personal note"] = "Their personal note"; +$a->strings["Edit contact notes"] = "Edit contact notes"; +$a->strings["Block/Unblock contact"] = "Block/Unblock contact"; +$a->strings["Ignore contact"] = "Ignore contact"; +$a->strings["Repair URL settings"] = "Repair URL settings"; +$a->strings["View conversations"] = "View conversations"; +$a->strings["Last update:"] = "Last update:"; +$a->strings["Update public posts"] = "Update public posts"; +$a->strings["Update now"] = "Update now"; +$a->strings["Unblock"] = "Unblock"; +$a->strings["Block"] = "Block"; +$a->strings["Unignore"] = "Unignore"; +$a->strings["Currently blocked"] = "Currently blocked"; +$a->strings["Currently ignored"] = "Currently ignored"; +$a->strings["Currently archived"] = "Currently archived"; +$a->strings["Awaiting connection acknowledge"] = "Awaiting connection acknowledgement "; +$a->strings["Replies/likes to your public posts may still be visible"] = "Replies/Likes to your public posts may still be visible"; +$a->strings["Notification for new posts"] = "Notification for new posts"; +$a->strings["Send a notification of every new post of this contact"] = "Send notification for every new post from this contact"; +$a->strings["Blacklisted keywords"] = "Blacklisted keywords"; +$a->strings["Comma separated list of keywords that should not be converted to hashtags, when \"Fetch information and keywords\" is selected"] = "Comma separated list of keywords that should not be converted to hashtags, when \"Fetch information and keywords\" is selected"; +$a->strings["XMPP:"] = "XMPP:"; +$a->strings["Actions"] = "Actions"; +$a->strings["Status"] = "Status"; +$a->strings["Contact Settings"] = "Notification and privacy "; +$a->strings["Suggestions"] = "Suggestions"; +$a->strings["Suggest potential friends"] = "Suggest potential friends"; +$a->strings["Show all contacts"] = "Show all contacts"; +$a->strings["Unblocked"] = "Unblocked"; +$a->strings["Only show unblocked contacts"] = "Only show unblocked contacts"; +$a->strings["Blocked"] = "Blocked"; +$a->strings["Only show blocked contacts"] = "Only show blocked contacts"; +$a->strings["Ignored"] = "Ignored"; +$a->strings["Only show ignored contacts"] = "Only show ignored contacts"; +$a->strings["Archived"] = "Archived"; +$a->strings["Only show archived contacts"] = "Only show archived contacts"; +$a->strings["Hidden"] = "Hidden"; +$a->strings["Only show hidden contacts"] = "Only show hidden contacts"; +$a->strings["Search your contacts"] = "Search your contacts"; +$a->strings["Update"] = "Update"; +$a->strings["Archive"] = "Archive"; +$a->strings["Unarchive"] = "Unarchive"; +$a->strings["Batch Actions"] = "Batch actions"; +$a->strings["Profile Details"] = "Profile Details"; +$a->strings["View all contacts"] = "View all contacts"; +$a->strings["View all common friends"] = "View all common friends"; +$a->strings["Advanced Contact Settings"] = "Advanced contact settings"; +$a->strings["Mutual Friendship"] = "Mutual friendship"; +$a->strings["is a fan of yours"] = "is a fan of yours"; +$a->strings["you are a fan of"] = "I follow them"; +$a->strings["Toggle Blocked status"] = "Toggle blocked status"; +$a->strings["Toggle Ignored status"] = "Toggle ignored status"; +$a->strings["Toggle Archive status"] = "Toggle archive status"; +$a->strings["Delete contact"] = "Delete contact"; +$a->strings["Terms of Service"] = "Terms of Service"; +$a->strings["Privacy Statement"] = "Privacy Statement"; +$a->strings["At the time of registration, and for providing communications between the user account and their contacts, the user has to provide a display name (pen name), an username (nickname) and a working email address. The names will be accessible on the profile page of the account by any visitor of the page, even if other profile details are not displayed. The email address will only be used to send the user notifications about interactions, but wont be visibly displayed. The listing of an account in the node's user directory or the global user directory is optional and can be controlled in the user settings, it is not necessary for communication."] = "At the time of registration, and for providing communications between the user account and their contacts, the user has to provide a display name (pen name), an username (nickname) and a working email address. The names will be accessible on the profile page of the account by any visitor of the page, even if other profile details are not displayed. The email address will only be used to send the user notifications about interactions, but wont be visibly displayed. The listing of an account in the node's user directory or the global user directory is optional and can be controlled in the user settings, it is not necessary for communication."; +$a->strings["At any point in time a logged in user can export their account data from the account settings. If the user wants to delete their account they can do so at %1\$s/removeme. The deletion of the account will be permanent."] = "At any point in time a logged in user can export their account data from the account settings. If the user wants to delete their account they can do so at %1\$s/removeme. The deletion of the account will be permanent."; +$a->strings["This is Friendica, version"] = "This is Friendica, version"; +$a->strings["running at web location"] = "running at web location"; +$a->strings["Please visit Friendi.ca to learn more about the Friendica project."] = "Please visit Friendi.ca to learn more about the Friendica project."; +$a->strings["Bug reports and issues: please visit"] = "Bug reports and issues: please visit"; +$a->strings["the bugtracker at github"] = "the bugtracker at github"; +$a->strings["Suggestions, praise, donations, etc. - please email \"Info\" at Friendica - dot com"] = "Suggestions, praise, donations, etc. - please email \"Info\" at Friendica - dot com"; +$a->strings["Installed addons/apps:"] = "Installed addons/apps:"; +$a->strings["No installed addons/apps"] = "No installed addons/apps"; +$a->strings["Read about the Terms of Service of this node."] = "Read about the Terms of Service of this node."; +$a->strings["On this server the following remote servers are blocked."] = "On this server the following remote servers are blocked."; +$a->strings["Reason for the block"] = "Reason for the block"; +$a->strings["No valid account found."] = "No valid account found."; +$a->strings["Password reset request issued. Check your email."] = "Password reset request issued. Please check your email."; +$a->strings["\n\t\tDear %1\$s,\n\t\t\tA request was recently received at \"%2\$s\" to reset your account\n\t\tpassword. In order to confirm this request, please select the verification link\n\t\tbelow or paste it into your web browser address bar.\n\n\t\tIf you did NOT request this change, please DO NOT follow the link\n\t\tprovided and ignore and/or delete this email, the request will expire shortly.\n\n\t\tYour password will not be changed unless we can verify that you\n\t\tissued this request."] = "\n\t\tDear %1\$s,\n\t\t\tA request was received at \"%2\$s\" to reset your account password.\n\t\tTo confirm this request, please select the verification link\n\t\tbelow or paste it into your web browser's address bar.\n\n\t\tIf you did NOT request this change, please DO NOT follow the link\n\t\tprovided; ignore or delete this email, as the request will expire shortly.\n\n\t\tYour password will not be changed unless we can verify that you\n\t\tissued this request."; +$a->strings["\n\t\tFollow this link soon to verify your identity:\n\n\t\t%1\$s\n\n\t\tYou will then receive a follow-up message containing the new password.\n\t\tYou may change that password from your account settings page after logging in.\n\n\t\tThe login details are as follows:\n\n\t\tSite Location:\t%2\$s\n\t\tLogin Name:\t%3\$s"] = "\n\t\tFollow this link soon to verify your identity:\n\n\t\t%1\$s\n\n\t\tYou will then receive a follow-up message containing the new password.\n\t\tYou may change that password from your account settings page after logging in.\n\n\t\tThe login details are as follows:\n\n\t\tSite Location:\t%2\$s\n\t\tLogin Name:\t%3\$s"; +$a->strings["Password reset requested at %s"] = "Password reset requested at %s"; +$a->strings["Request could not be verified. (You may have previously submitted it.) Password reset failed."] = "Request could not be verified. (You may have previously submitted it.) Password reset failed."; +$a->strings["Request has expired, please make a new one."] = "Request has expired, please make a new one."; +$a->strings["Forgot your Password?"] = "Reset My Password"; +$a->strings["Enter your email address and submit to have your password reset. Then check your email for further instructions."] = "Enter email address or nickname to reset your password. You will receive further instruction via email."; +$a->strings["Nickname or Email: "] = "Nickname or email: "; +$a->strings["Reset"] = "Reset"; +$a->strings["Password Reset"] = "Forgotten password?"; +$a->strings["Your password has been reset as requested."] = "Your password has been reset as requested."; +$a->strings["Your new password is"] = "Your new password is"; +$a->strings["Save or copy your new password - and then"] = "Save or copy your new password - and then"; +$a->strings["click here to login"] = "click here to login"; +$a->strings["Your password may be changed from the Settings page after successful login."] = "Your password may be changed from the Settings page after successful login."; +$a->strings["\n\t\t\tDear %1\$s,\n\t\t\t\tYour password has been changed as requested. Please retain this\n\t\t\tinformation for your records (or change your password immediately to\n\t\t\tsomething that you will remember).\n\t\t"] = "\n\t\t\tDear %1\$s,\n\t\t\t\tYour password has been changed as requested. Please retain this\n\t\t\tinformation for your records (or change your password immediately to\n\t\t\tsomething that you will remember).\n\t\t"; +$a->strings["\n\t\t\tYour login details are as follows:\n\n\t\t\tSite Location:\t%1\$s\n\t\t\tLogin Name:\t%2\$s\n\t\t\tPassword:\t%3\$s\n\n\t\t\tYou may change that password from your account settings page after logging in.\n\t\t"] = "\n\t\t\tYour login details are as follows:\n\n\t\t\tSite Location:\t%1\$s\n\t\t\tLogin Name:\t%2\$s\n\t\t\tPassword:\t%3\$s\n\n\t\t\tYou may change that password from your account settings page after logging in.\n\t\t"; +$a->strings["Your password has been changed at %s"] = "Your password has been changed at %s"; $a->strings["Registration successful. Please check your email for further instructions."] = "Registration successful. Please check your email for further instructions."; $a->strings["Failed to send email message. Here your accout details:
    login: %s
    password: %s

    You can change your password after login."] = "Failed to send email message. Here your account details:
    login: %s
    password: %s

    You can change your password after login."; $a->strings["Registration successful."] = "Registration successful."; @@ -1468,20 +1136,386 @@ $a->strings["Include your profile in member directory?"] = "Include your profile $a->strings["Note for the admin"] = "Note for the admin"; $a->strings["Leave a message for the admin, why you want to join this node"] = "Leave a message for the admin, why you want to join this node."; $a->strings["Membership on this site is by invitation only."] = "Membership on this site is by invitation only."; -$a->strings["Your invitation ID: "] = "Your invitation ID: "; +$a->strings["Your invitation code: "] = "Your invitation code: "; +$a->strings["Registration"] = "Join this Friendica Node Today"; $a->strings["Your Full Name (e.g. Joe Smith, real or real-looking): "] = "Your full name: "; $a->strings["Your Email Address: (Initial information will be send there, so this has to be an existing address.)"] = "Your Email Address: (Initial information will be send there; so this must be an existing address.)"; $a->strings["New Password:"] = "New password:"; $a->strings["Leave empty for an auto generated password."] = "Leave empty for an auto generated password."; $a->strings["Confirm:"] = "Confirm new password:"; -$a->strings["Choose a profile nickname. This must begin with a text character. Your profile address on this site will then be 'nickname@%s'."] = ""; +$a->strings["Choose a profile nickname. This must begin with a text character. Your profile address on this site will then be 'nickname@%s'."] = "Choose a profile nickname. This must begin with a text character. Your profile address on this site will then be 'nickname@%s'."; $a->strings["Choose a nickname: "] = "Choose a nickname: "; $a->strings["Register"] = "Sign up now >>"; $a->strings["Import your profile to this friendica instance"] = "Import an existing Friendica profile to this node."; -$a->strings["Only logged in users are permitted to perform a search."] = "Only logged in users are permitted to perform a search."; -$a->strings["Too Many Requests"] = "Too many requests"; -$a->strings["Only one search per minute is permitted for not logged in users."] = "Only one search per minute is permitted for not logged in users."; -$a->strings["Items tagged with: %s"] = "Items tagged with: %s"; +$a->strings["Theme settings updated."] = "Theme settings updated."; +$a->strings["Information"] = "Information"; +$a->strings["Overview"] = "Overview"; +$a->strings["Federation Statistics"] = "Federation statistics"; +$a->strings["Configuration"] = "Configuration"; +$a->strings["Site"] = "Site"; +$a->strings["Users"] = "Users"; +$a->strings["Addons"] = "Addons"; +$a->strings["Themes"] = "Theme selection"; +$a->strings["Additional features"] = "Additional features"; +$a->strings["Database"] = "Database"; +$a->strings["DB updates"] = "DB updates"; +$a->strings["Inspect Queue"] = "Inspect queue"; +$a->strings["Tools"] = "Tools"; +$a->strings["Contact Blocklist"] = "Contact blocklist"; +$a->strings["Server Blocklist"] = "Server blocklist"; +$a->strings["Delete Item"] = "Delete item"; +$a->strings["Logs"] = "Logs"; +$a->strings["View Logs"] = "View logs"; +$a->strings["Diagnostics"] = "Diagnostics"; +$a->strings["PHP Info"] = "PHP info"; +$a->strings["probe address"] = "Probe address"; +$a->strings["check webfinger"] = "Check webfinger"; +$a->strings["Admin"] = "Admin"; +$a->strings["Addon Features"] = "Addon features"; +$a->strings["User registrations waiting for confirmation"] = "User registrations awaiting confirmation"; +$a->strings["Administration"] = "Administration"; +$a->strings["Display Terms of Service"] = "Display Terms of Service"; +$a->strings["Enable the Terms of Service page. If this is enabled a link to the terms will be added to the registration form and the general information page."] = "Enable the Terms of Service page. If this is enabled a link to the terms will be added to the registration form and the general information page."; +$a->strings["Display Privacy Statement"] = "Display Privacy Statement"; +$a->strings["Show some informations regarding the needed information to operate the node according e.g. to EU-GDPR."] = "Show some informations regarding the needed information to operate the node according e.g. to EU-GDPR."; +$a->strings["The Terms of Service"] = "Terms of Service"; +$a->strings["Enter the Terms of Service for your node here. You can use BBCode. Headers of sections should be [h2] and below."] = "Enter the Terms of Service for your node here. You can use BBCode. Headers of sections should be [h2] or lower."; +$a->strings["The blocked domain"] = "Blocked domain"; +$a->strings["The reason why you blocked this domain."] = "Reason why you blocked this domain."; +$a->strings["Delete domain"] = "Delete domain"; +$a->strings["Check to delete this entry from the blocklist"] = "Check to delete this entry from the blocklist"; +$a->strings["This page can be used to define a black list of servers from the federated network that are not allowed to interact with your node. For all entered domains you should also give a reason why you have blocked the remote server."] = "This page can be used to define a black list of servers from the federated network that are not allowed to interact with your node. For all entered domains you should also give a reason why you have blocked the remote server."; +$a->strings["The list of blocked servers will be made publically available on the /friendica page so that your users and people investigating communication problems can find the reason easily."] = "The list of blocked servers will publicly available on the Friendica page so that your users and people investigating communication problems can readily find the reason."; +$a->strings["Add new entry to block list"] = "Add new entry to block list"; +$a->strings["Server Domain"] = "Server domain"; +$a->strings["The domain of the new server to add to the block list. Do not include the protocol."] = "The domain of the new server to add to the block list. Do not include the protocol."; +$a->strings["Block reason"] = "Block reason"; +$a->strings["Add Entry"] = "Add entry"; +$a->strings["Save changes to the blocklist"] = "Save changes to the blocklist"; +$a->strings["Current Entries in the Blocklist"] = "Current entries in the blocklist"; +$a->strings["Delete entry from blocklist"] = "Delete entry from blocklist"; +$a->strings["Delete entry from blocklist?"] = "Delete entry from blocklist?"; +$a->strings["Server added to blocklist."] = "Server added to blocklist."; +$a->strings["Site blocklist updated."] = "Site blocklist updated."; +$a->strings["The contact has been blocked from the node"] = "The contact has been blocked from the node"; +$a->strings["Could not find any contact entry for this URL (%s)"] = "Could not find any contact entry for this URL (%s)"; +$a->strings["%s contact unblocked"] = [ + 0 => "%s contact unblocked", + 1 => "%s contacts unblocked", +]; +$a->strings["Remote Contact Blocklist"] = "Remote contact blocklist"; +$a->strings["This page allows you to prevent any message from a remote contact to reach your node."] = "This page allows you to prevent any message from a remote contact to reach your node."; +$a->strings["Block Remote Contact"] = "Block Remote Contact"; +$a->strings["select all"] = "select all"; +$a->strings["select none"] = "select none"; +$a->strings["No remote contact is blocked from this node."] = "No remote contact is blocked from this node."; +$a->strings["Blocked Remote Contacts"] = "Blocked remote contacts"; +$a->strings["Block New Remote Contact"] = "Block new remote contact"; +$a->strings["Photo"] = "Photo"; +$a->strings["%s total blocked contact"] = [ + 0 => "%s total blocked contact", + 1 => "%s total blocked contacts", +]; +$a->strings["URL of the remote contact to block."] = "URL of the remote contact to block."; +$a->strings["Delete this Item"] = "Delete"; +$a->strings["On this page you can delete an item from your node. If the item is a top level posting, the entire thread will be deleted."] = "Here you can delete an item from this node. If the item is a top-level posting, the entire thread will be deleted."; +$a->strings["You need to know the GUID of the item. You can find it e.g. by looking at the display URL. The last part of http://example.com/display/123456 is the GUID, here 123456."] = "You need to know the global unique identifier (GUID) of the item, which you can find by looking at the display URL. The last part of http://example.com/display/123456 is the GUID: i.e. 123456."; +$a->strings["GUID"] = "GUID"; +$a->strings["The GUID of the item you want to delete."] = "GUID of item to be deleted."; +$a->strings["Item marked for deletion."] = "Item marked for deletion."; +$a->strings["unknown"] = "unknown"; +$a->strings["This page offers you some numbers to the known part of the federated social network your Friendica node is part of. These numbers are not complete but only reflect the part of the network your node is aware of."] = "This page offers you the amount of known part of the federated social network your Friendica node is part of. These numbers are not complete and only reflect the part of the network your node is aware of."; +$a->strings["The Auto Discovered Contact Directory feature is not enabled, it will improve the data displayed here."] = "The Auto Discovered Contact Directory feature is not enabled; enabling it will improve the data displayed here."; +$a->strings["Currently this node is aware of %d nodes with %d registered users from the following platforms:"] = "Currently this node is aware of %d nodes with %d registered users from the following platforms:"; +$a->strings["ID"] = "ID"; +$a->strings["Recipient Name"] = "Recipient name"; +$a->strings["Recipient Profile"] = "Recipient profile"; +$a->strings["Network"] = "Network"; +$a->strings["Created"] = "Created"; +$a->strings["Last Tried"] = "Last Tried"; +$a->strings["This page lists the content of the queue for outgoing postings. These are postings the initial delivery failed for. They will be resend later and eventually deleted if the delivery fails permanently."] = "This page lists the content of the queue for outgoing postings. These are postings the initial delivery failed for. They will be resend later and eventually deleted if the delivery fails permanently."; +$a->strings["Your DB still runs with MyISAM tables. You should change the engine type to InnoDB. As Friendica will use InnoDB only features in the future, you should change this! See here for a guide that may be helpful converting the table engines. You may also use the command php bin/console.php dbstructure toinnodb of your Friendica installation for an automatic conversion.
    "] = "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 here for a guide that may be helpful converting the table engines. You may also use the command php bin/console.php dbstructure toinnodb of your Friendica installation for an automatic conversion.
    "; +$a->strings["There is a new version of Friendica available for download. Your current version is %1\$s, upstream version is %2\$s"] = "A new Friendica version is available now. Your current version is %1\$s, upstream version is %2\$s"; +$a->strings["The database update failed. Please run \"php bin/console.php dbstructure update\" from the command line and have a look at the errors that might appear."] = "The database update failed. Please run \"php bin/console.php dbstructure update\" from the command line and check for errors that may appear."; +$a->strings["The worker was never executed. Please check your database structure!"] = "The worker process has never been executed. Please check your database structure!"; +$a->strings["The last worker execution was on %s UTC. This is older than one hour. Please check your crontab settings."] = "The last worker process started at %s UTC. This is more than one hour ago. Please adjust your crontab settings."; +$a->strings["Normal Account"] = "Standard account"; +$a->strings["Automatic Follower Account"] = "Automatic follower account"; +$a->strings["Public Forum Account"] = "Public forum account"; +$a->strings["Automatic Friend Account"] = "Automatic friend account"; +$a->strings["Blog Account"] = "Blog account"; +$a->strings["Private Forum Account"] = "Private forum account"; +$a->strings["Message queues"] = "Message queues"; +$a->strings["Summary"] = "Summary"; +$a->strings["Registered users"] = "Registered users"; +$a->strings["Pending registrations"] = "Pending registrations"; +$a->strings["Version"] = "Version"; +$a->strings["Active addons"] = "Active addons"; +$a->strings["Can not parse base url. Must have at least ://"] = "Can not parse base URL. Must have at least ://"; +$a->strings["Site settings updated."] = "Site settings updated."; +$a->strings["No special theme for mobile devices"] = "No special theme for mobile devices"; +$a->strings["No community page"] = "No community page"; +$a->strings["Public postings from users of this site"] = "Public postings from users of this site"; +$a->strings["Public postings from the federated network"] = "Public postings from the federated network"; +$a->strings["Public postings from local users and the federated network"] = "Public postings from local users and the federated network"; +$a->strings["Users, Global Contacts"] = "Users, Global Contacts"; +$a->strings["Users, Global Contacts/fallback"] = "Users, Global Contacts/fallback"; +$a->strings["One month"] = "One month"; +$a->strings["Three months"] = "Three months"; +$a->strings["Half a year"] = "Half a year"; +$a->strings["One year"] = "One a year"; +$a->strings["Multi user instance"] = "Multi user instance"; +$a->strings["Closed"] = "Closed"; +$a->strings["Requires approval"] = "Requires approval"; +$a->strings["Open"] = "Open"; +$a->strings["No SSL policy, links will track page SSL state"] = "No SSL policy, links will track page SSL state"; +$a->strings["Force all links to use SSL"] = "Force all links to use SSL"; +$a->strings["Self-signed certificate, use SSL for local links only (discouraged)"] = "Self-signed certificate, use SSL for local links only (discouraged)"; +$a->strings["Don't check"] = "Don't check"; +$a->strings["check the stable version"] = "check for stable version updates"; +$a->strings["check the development version"] = "check for development version updates"; +$a->strings["Republish users to directory"] = "Republish users to directory"; +$a->strings["File upload"] = "File upload"; +$a->strings["Policies"] = "Policies"; +$a->strings["Auto Discovered Contact Directory"] = "Auto-discovered contact directory"; +$a->strings["Performance"] = "Performance"; +$a->strings["Worker"] = "Worker"; +$a->strings["Message Relay"] = "Message relay"; +$a->strings["Relocate - WARNING: advanced function. Could make this server unreachable."] = "Relocate - Warning, advanced function: This could make this server unreachable."; +$a->strings["Site name"] = "Site name"; +$a->strings["Host name"] = "Host name"; +$a->strings["Sender Email"] = "Sender email"; +$a->strings["The email address your server shall use to send notification emails from."] = "The email address your server shall use to send notification emails from."; +$a->strings["Banner/Logo"] = "Banner/Logo"; +$a->strings["Shortcut icon"] = "Shortcut icon"; +$a->strings["Link to an icon that will be used for browsers."] = "Link to an icon that will be used for browsers."; +$a->strings["Touch icon"] = "Touch icon"; +$a->strings["Link to an icon that will be used for tablets and mobiles."] = "Link to an icon that will be used for tablets and mobiles."; +$a->strings["Additional Info"] = "Additional Info"; +$a->strings["For public servers: you can add additional information here that will be listed at %s/servers."] = "For public servers: You can add additional information here that will be listed at %s/servers."; +$a->strings["System language"] = "System language"; +$a->strings["System theme"] = "System theme"; +$a->strings["Default system theme - may be over-ridden by user profiles - change theme settings"] = "Default system theme - may be overridden by user profiles - change theme settings"; +$a->strings["Mobile system theme"] = "Mobile system theme"; +$a->strings["Theme for mobile devices"] = "Theme for mobile devices"; +$a->strings["SSL link policy"] = "SSL link policy"; +$a->strings["Determines whether generated links should be forced to use SSL"] = "Determines whether generated links should be forced to use SSL"; +$a->strings["Force SSL"] = "Force SSL"; +$a->strings["Force all Non-SSL requests to SSL - Attention: on some systems it could lead to endless loops."] = "Force all Non-SSL requests to SSL - Attention: on some systems it could lead to endless loops."; +$a->strings["Hide help entry from navigation menu"] = "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."] = "Hides the menu entry for the Help pages from the navigation menu. Help pages can still be accessed by calling ../help directly via its URL."; +$a->strings["Single user instance"] = "Single user instance"; +$a->strings["Make this instance multi-user or single-user for the named user"] = "Make this instance multi-user or single-user for the named user"; +$a->strings["Maximum image size"] = "Maximum image size"; +$a->strings["Maximum size in bytes of uploaded images. Default is 0, which means no limits."] = "Maximum size in bytes of uploaded images. Default is 0, which means no limits."; +$a->strings["Maximum image length"] = "Maximum image length"; +$a->strings["Maximum length in pixels of the longest side of uploaded images. Default is -1, which means no limits."] = "Maximum length in pixels of the longest side of uploaded images. Default is -1, which means no limits."; +$a->strings["JPEG image quality"] = "JPEG image quality"; +$a->strings["Uploaded JPEGS will be saved at this quality setting [0-100]. Default is 100, which is full quality."] = "Uploaded JPEGS will be saved at this quality setting [0-100]. Default is 100, which is the original quality level."; +$a->strings["Register policy"] = "Registration policy"; +$a->strings["Maximum Daily Registrations"] = "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."] = "If open registration is permitted, this sets the maximum number of new registrations per day. This setting has no effect for registrations by approval."; +$a->strings["Register text"] = "Registration text"; +$a->strings["Will be displayed prominently on the registration page. You can use BBCode here."] = "Will be displayed prominently on the registration page. You may use BBCode here."; +$a->strings["Accounts abandoned after x days"] = "Accounts abandoned after so many days"; +$a->strings["Will not waste system resources polling external sites for abandonded accounts. Enter 0 for no time limit."] = "Will not waste system resources polling external sites for abandoned accounts. Enter 0 for no time limit."; +$a->strings["Allowed friend domains"] = "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"] = "Comma separated list of domains which are allowed to establish friendships with this site. Wildcards are accepted. Leave empty to allow any domains"; +$a->strings["Allowed email domains"] = "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"] = "Comma separated list of domains which are allowed in email addresses for registrations to this site. Wildcards are accepted. Leave empty to allow any domains"; +$a->strings["No OEmbed rich content"] = "No OEmbed rich content"; +$a->strings["Don't show the rich content (e.g. embedded PDF), except from the domains listed below."] = "Don't show rich content (e.g. embedded PDF), except from the domains listed below."; +$a->strings["Allowed OEmbed domains"] = "Allowed OEmbed domains"; +$a->strings["Comma separated list of domains which oembed content is allowed to be displayed. Wildcards are accepted."] = "Comma separated list of domains from where OEmbed content is allowed. Wildcards are possible."; +$a->strings["Block public"] = "Block public"; +$a->strings["Check to block public access to all otherwise public personal pages on this site unless you are currently logged in."] = "Block public access to all otherwise public personal pages on this site, except for local users when logged in."; +$a->strings["Force publish"] = "Mandatory directory listing"; +$a->strings["Check to force all profiles on this site to be listed in the site directory."] = "Force all profiles on this site to be listed in the site directory."; +$a->strings["Global directory URL"] = "Global directory URL"; +$a->strings["URL to the global directory. If this is not set, the global directory is completely unavailable to the application."] = "URL to the global directory: If this is not set, the global directory is completely unavailable to the application."; +$a->strings["Private posts by default for new users"] = "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."] = "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"] = "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."] = "Don't include the content of a post/comment/private message in the email notifications sent from this site, as a privacy measure."; +$a->strings["Disallow public access to addons listed in the apps menu."] = "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."] = "Checking this box will restrict addons listed in the apps menu to members only."; +$a->strings["Don't embed private images in posts"] = "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."] = "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"] = "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."] = "This allows every user to mark contacts as a \"Remote self\" in the repair contact dialogue. Setting this flag on a contact will mirror every posting of that contact in the users stream."; +$a->strings["Block multiple registrations"] = "Block multiple registrations"; +$a->strings["Disallow users to register additional accounts for use as pages."] = "Disallow users to sign up for additional accounts."; +$a->strings["OpenID support"] = "OpenID support"; +$a->strings["OpenID support for registration and logins."] = "OpenID support for registration and logins."; +$a->strings["Fullname check"] = "Full name check"; +$a->strings["Force users to register with a space between firstname and lastname in Full name, as an antispam measure"] = "Force users to sign up with a space between first name and last name in the full name field; it may reduce spam and abuse registrations."; +$a->strings["Community pages for visitors"] = "Community pages for visitors"; +$a->strings["Which community pages should be available for visitors. Local users always see both pages."] = "Community pages that should be available for visitors. Local users always see both pages."; +$a->strings["Posts per user on community page"] = "Posts per user on community page"; +$a->strings["The maximum number of posts per user on the community page. (Not valid for 'Global Community')"] = "Maximum number of posts per user on the community page (not valid for 'Global Community')."; +$a->strings["Enable OStatus support"] = "Enable OStatus support"; +$a->strings["Provide built-in OStatus (StatusNet, GNU Social etc.) compatibility. All communications in OStatus are public, so privacy warnings will be occasionally displayed."] = "Provide built-in OStatus (StatusNet, GNU Social, etc.) compatibility. All communications in OStatus are public, so privacy warnings will be occasionally displayed."; +$a->strings["Only import OStatus threads from our contacts"] = "Only import OStatus threads from known contacts"; +$a->strings["Normally we import every content from our OStatus contacts. With this option we only store threads that are started by a contact that is known on our system."] = "Normally we import every content from our OStatus contacts. With this option we only store threads that are started by a contact that is known on our system."; +$a->strings["OStatus support can only be enabled if threading is enabled."] = "OStatus support can only be enabled if threading is enabled."; +$a->strings["Diaspora support can't be enabled because Friendica was installed into a sub directory."] = "Diaspora support can't be enabled because Friendica was installed into a sub directory."; +$a->strings["Enable Diaspora support"] = "Enable Diaspora support"; +$a->strings["Provide built-in Diaspora network compatibility."] = "Provide built-in Diaspora network compatibility."; +$a->strings["Only allow Friendica contacts"] = "Only allow Friendica contacts"; +$a->strings["All contacts must use Friendica protocols. All other built-in communication protocols disabled."] = "All contacts must use Friendica protocols. All other built-in communication protocols will be disabled."; +$a->strings["Verify SSL"] = "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."] = "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"] = "Proxy user"; +$a->strings["Proxy URL"] = "Proxy URL"; +$a->strings["Network timeout"] = "Network timeout"; +$a->strings["Value is in seconds. Set to 0 for unlimited (not recommended)."] = "Value is in seconds. Set to 0 for unlimited (not recommended)."; +$a->strings["Maximum Load Average"] = "Maximum load average"; +$a->strings["Maximum system load before delivery and poll processes are deferred - default 50."] = "Maximum system load before delivery and poll processes are deferred (default 50)."; +$a->strings["Maximum Load Average (Frontend)"] = "Maximum load average (frontend)"; +$a->strings["Maximum system load before the frontend quits service - default 50."] = "Maximum system load before the frontend quits service (default 50)."; +$a->strings["Minimal Memory"] = "Minimal memory"; +$a->strings["Minimal free memory in MB for the worker. Needs access to /proc/meminfo - default 0 (deactivated)."] = "Minimal free memory in MB for the worker. Needs access to /proc/meminfo - default 0 (deactivated)."; +$a->strings["Maximum table size for optimization"] = "Maximum table size for optimization"; +$a->strings["Maximum table size (in MB) for the automatic optimization - default 100 MB. Enter -1 to disable it."] = "Maximum table size (in MB) for the automatic optimization (default 100 MB; -1 to deactivate)."; +$a->strings["Minimum level of fragmentation"] = "Minimum level of fragmentation"; +$a->strings["Minimum fragmenation level to start the automatic optimization - default value is 30%."] = "Minimum fragmentation level to start the automatic optimization (default 30%)."; +$a->strings["Periodical check of global contacts"] = "Periodical check of global contacts"; +$a->strings["If enabled, the global contacts are checked periodically for missing or outdated data and the vitality of the contacts and servers."] = "This checks global contacts periodically for missing or outdated data and the vitality of the contacts and servers."; +$a->strings["Days between requery"] = "Days between enquiry"; +$a->strings["Number of days after which a server is requeried for his contacts."] = "Number of days after which a server is required check contacts."; +$a->strings["Discover contacts from other servers"] = "Discover contacts from other servers"; +$a->strings["Periodically query other servers for contacts. You can choose between 'users': the users on the remote system, 'Global Contacts': active contacts that are known on the system. The fallback is meant for Redmatrix servers and older friendica servers, where global contacts weren't available. The fallback increases the server load, so the recommened setting is 'Users, Global Contacts'."] = "Periodically query other servers for contacts. You can choose between 'Users': the users on the remote system, 'Global Contacts': active contacts that are known on the system. The fallback is meant for Redmatrix servers and older Friendica servers, where global contacts weren't available. The fallback increases the server load, so the recommend setting is 'Users, Global Contacts'."; +$a->strings["Timeframe for fetching global contacts"] = "Time-frame for fetching global contacts"; +$a->strings["When the discovery is activated, this value defines the timeframe for the activity of the global contacts that are fetched from other servers."] = "If discovery is activated, this value defines the time-frame for the activity of the global contacts that are fetched from other servers."; +$a->strings["Search the local directory"] = "Search the local directory"; +$a->strings["Search the local directory instead of the global directory. When searching locally, every search will be executed on the global directory in the background. This improves the search results when the search is repeated."] = "Search the local directory instead of the global directory. When searching locally, every search will be executed on the global directory in the background. This improves the search results when the search is repeated."; +$a->strings["Publish server information"] = "Publish server information"; +$a->strings["If enabled, general server and usage data will be published. The data contains the name and version of the server, number of users with public profiles, number of posts and the activated protocols and connectors. See the-federation.info for details."] = "This publishes generic data about the server and its usage. The data contains the name and version of the server, number of users with public profiles, number of posts and the activated protocols and connectors. See the-federation.info for details."; +$a->strings["Check upstream version"] = "Check upstream version"; +$a->strings["Enables checking for new Friendica versions at github. If there is a new version, you will be informed in the admin panel overview."] = "Enables checking for new Friendica versions at github. If there is a new version, you will be informed in the admin panel overview."; +$a->strings["Suppress Tags"] = "Suppress tags"; +$a->strings["Suppress showing a list of hashtags at the end of the posting."] = "Suppress listed hashtags at the end of posts."; +$a->strings["Path to item cache"] = "Path to item cache"; +$a->strings["The item caches buffers generated bbcode and external images."] = "The item caches buffers generated bbcode and external images."; +$a->strings["Cache duration in seconds"] = "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."] = "How long should cache files be held? (Default 86400 seconds - one day; -1 disables item cache)"; +$a->strings["Maximum numbers of comments per post"] = "Maximum numbers of comments per post"; +$a->strings["How much comments should be shown for each post? Default value is 100."] = "How many comments should be shown for each post? (Default 100)"; +$a->strings["Temp path"] = "Temp path"; +$a->strings["If you have a restricted system where the webserver can't access the system temp path, enter another path here."] = "Enter a different tmp path, if your system restricts the webserver's access to the system temp path."; +$a->strings["Base path to installation"] = "Base path to installation"; +$a->strings["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."] = "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."; +$a->strings["Disable picture proxy"] = "Disable picture proxy"; +$a->strings["The picture proxy increases performance and privacy. It shouldn't be used on systems with very low bandwith."] = "The picture proxy increases performance and privacy. It shouldn't be used on systems with very low bandwith."; +$a->strings["Only search in tags"] = "Only search in tags"; +$a->strings["On large systems the text search can slow down the system extremely."] = "On large systems the text search can slow down the system significantly."; +$a->strings["New base url"] = "New base URL"; +$a->strings["Change base url for this server. Sends relocate message to all Friendica and Diaspora* contacts of all users."] = "Change base url for this server. Sends relocate message to all Friendica and Diaspora* contacts of all users."; +$a->strings["RINO Encryption"] = "RINO Encryption"; +$a->strings["Encryption layer between nodes."] = "Encryption layer between nodes."; +$a->strings["Enabled"] = "Enabled"; +$a->strings["Maximum number of parallel workers"] = "Maximum number of parallel workers"; +$a->strings["On shared hosters set this to 2. On larger systems, values of 10 are great. Default value is 4."] = "On shared hosts set this to 2. On larger systems, values of 10 are great. Default value is 4."; +$a->strings["Don't use 'proc_open' with the worker"] = "Don't use 'proc_open' with the worker"; +$a->strings["Enable this if your system doesn't allow the use of 'proc_open'. This can happen on shared hosters. If this is enabled you should increase the frequency of worker calls in your crontab."] = "Enable this if your system doesn't allow the use of 'proc_open'. This can happen on shared hosters. If this is enabled you should increase the frequency of worker calls in your crontab."; +$a->strings["Enable fastlane"] = "Enable fast-lane"; +$a->strings["When enabed, the fastlane mechanism starts an additional worker if processes with higher priority are blocked by processes of lower priority."] = "The fast-lane mechanism starts an additional worker if processes with higher priority are blocked by processes of lower priority."; +$a->strings["Enable frontend worker"] = "Enable frontend worker"; +$a->strings["When enabled the Worker process is triggered when backend access is performed \\x28e.g. messages being delivered\\x29. On smaller sites you might want to call %s/worker on a regular basis via an external cron job. You should only enable this option if you cannot utilize cron/scheduled jobs on your server."] = "Worker process is triggered when backend access is performed \\x28e.g. messages being delivered\\x29. On smaller sites you might want to call %s/worker on a regular basis via an external cron job. You should only enable this option if you cannot utilize cron/scheduled jobs on your server."; +$a->strings["Subscribe to relay"] = "Subscribe to relay"; +$a->strings["Enables the receiving of public posts from the relay. They will be included in the search, subscribed tags and on the global community page."] = "Receive public posts from the specified relay. Post will be included in searches, subscribed tags and on the global community page."; +$a->strings["Relay server"] = "Relay server"; +$a->strings["Address of the relay server where public posts should be send to. For example https://relay.diasp.org"] = "Address of the relay server where public posts should be send to. For example https://relay.diasp.org"; +$a->strings["Direct relay transfer"] = "Direct relay transfer"; +$a->strings["Enables the direct transfer to other servers without using the relay servers"] = "Enables direct transfer to other servers without using a relay server."; +$a->strings["Relay scope"] = "Relay scope"; +$a->strings["Can be 'all' or 'tags'. 'all' means that every public post should be received. 'tags' means that only posts with selected tags should be received."] = "Set to 'all' or 'tags'. 'all' means receive every public post; 'tags' receive public posts only with specified tags."; +$a->strings["all"] = "all"; +$a->strings["tags"] = "tags"; +$a->strings["Server tags"] = "Server tags"; +$a->strings["Comma separated list of tags for the 'tags' subscription."] = "Comma separated tags for subscription."; +$a->strings["Allow user tags"] = "Allow user tags"; +$a->strings["If enabled, the tags from the saved searches will used for the 'tags' subscription in addition to the 'relay_server_tags'."] = "Use user-generated tags from saved searches for 'tags' subscription in addition to 'relay_server_tags'."; +$a->strings["Update has been marked successful"] = "Update has been marked successful"; +$a->strings["Database structure update %s was successfully applied."] = "Database structure update %s was successfully applied."; +$a->strings["Executing of database structure update %s failed with error: %s"] = "Executing of database structure update %s failed with error: %s"; +$a->strings["Executing %s failed with error: %s"] = "Executing %s failed with error: %s"; +$a->strings["Update %s was successfully applied."] = "Update %s was successfully applied."; +$a->strings["Update %s did not return a status. Unknown if it succeeded."] = "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."] = "There was no additional update function %s that needed to be called."; +$a->strings["No failed updates."] = "No failed updates."; +$a->strings["Check database structure"] = "Check database structure"; +$a->strings["Failed Updates"] = "Failed updates"; +$a->strings["This does not include updates prior to 1139, which did not return a status."] = "This does not include updates prior to 1139, which did not return a status."; +$a->strings["Mark success (if update was manually applied)"] = "Mark success (if update was manually applied)"; +$a->strings["Attempt to execute this update step automatically"] = "Attempt to execute this update step automatically"; +$a->strings["\n\t\t\tDear %1\$s,\n\t\t\t\tthe administrator of %2\$s has set up an account for you."] = "\n\t\t\tDear %1\$s,\n\t\t\t\tThe administrator of %2\$s has set up an account for you."; +$a->strings["\n\t\t\tThe login details are as follows:\n\n\t\t\tSite Location:\t%1\$s\n\t\t\tLogin Name:\t\t%2\$s\n\t\t\tPassword:\t\t%3\$s\n\n\t\t\tYou may change your password from your account \"Settings\" page after logging\n\t\t\tin.\n\n\t\t\tPlease take a few moments to review the other account settings on that page.\n\n\t\t\tYou may also wish to add some basic information to your default profile\n\t\t\t(on the \"Profiles\" page) so that other people can easily find you.\n\n\t\t\tWe recommend setting your full name, adding a profile photo,\n\t\t\tadding some profile \"keywords\" (very useful in making new friends) - and\n\t\t\tperhaps what country you live in; if you do not wish to be more specific\n\t\t\tthan that.\n\n\t\t\tWe fully respect your right to privacy, and none of these items are necessary.\n\t\t\tIf you are new and do not know anybody here, they may help\n\t\t\tyou to make some new and interesting friends.\n\n\t\t\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."] = "\n\t\t\tThe login details are as follows:\n\n\t\t\tSite Location:\t%1\$s\n\t\t\tLogin Name:\t\t%2\$s\n\t\t\tPassword:\t\t%3\$s\n\n\t\t\tYou may change your password from your account \"Settings\" page after logging\n\t\t\tin.\n\n\t\t\tPlease take a few moments to review the other account settings on that page.\n\n\t\t\tYou may also wish to add some basic information to your default profile\n\t\t\t(on the \"Profiles\" page) so that other people can easily find you.\n\n\t\t\tWe recommend setting your full name, adding a profile photo,\n\t\t\tadding some profile \"keywords\" (very useful in making new friends) - and\n\t\t\tperhaps what country you live in; if you do not wish to be more specific\n\t\t\tthan that.\n\n\t\t\tWe fully respect your right to privacy, and none of these items are necessary.\n\t\t\tIf you are new and do not know anybody here, they may help\n\t\t\tyou to make some new and interesting friends.\n\n\t\t\tIf you ever want to delete your account, you can do so at %1\$s/removeme\n\n\t\t\tThank you and welcome to %4\$s."; +$a->strings["Registration details for %s"] = "Registration details for %s"; +$a->strings["%s user blocked/unblocked"] = [ + 0 => "%s user blocked/unblocked", + 1 => "%s users blocked/unblocked", +]; +$a->strings["%s user deleted"] = [ + 0 => "%s user deleted", + 1 => "%s users deleted", +]; +$a->strings["User '%s' deleted"] = "User '%s' deleted"; +$a->strings["User '%s' unblocked"] = "User '%s' unblocked"; +$a->strings["User '%s' blocked"] = "User '%s' blocked"; +$a->strings["Email"] = "Email"; +$a->strings["Register date"] = "Registration date"; +$a->strings["Last login"] = "Last login"; +$a->strings["Last item"] = "Last item"; +$a->strings["Account"] = "Account"; +$a->strings["Add User"] = "Add user"; +$a->strings["User registrations waiting for confirm"] = "User registrations awaiting confirmation"; +$a->strings["User waiting for permanent deletion"] = "User awaiting permanent deletion"; +$a->strings["Request date"] = "Request date"; +$a->strings["No registrations."] = "No registrations."; +$a->strings["Note from the user"] = "Note from the user"; +$a->strings["Deny"] = "Deny"; +$a->strings["Site admin"] = "Site admin"; +$a->strings["Account expired"] = "Account expired"; +$a->strings["New User"] = "New user"; +$a->strings["Deleted since"] = "Deleted since"; +$a->strings["Selected users will be deleted!\\n\\nEverything these users had posted on this site will be permanently deleted!\\n\\nAre you sure?"] = "Selected users will be deleted!\\n\\nEverything these users has posted on this site will be permanently deleted!\\n\\nAre you sure?"; +$a->strings["The user {0} will be deleted!\\n\\nEverything this user has posted on this site will be permanently deleted!\\n\\nAre you sure?"] = "The user {0} will be deleted!\\n\\nEverything this user has posted on this site will be permanently deleted!\\n\\nAre you sure?"; +$a->strings["Name of the new user."] = "Name of the new user."; +$a->strings["Nickname"] = "Nickname"; +$a->strings["Nickname of the new user."] = "Nickname of the new user."; +$a->strings["Email address of the new user."] = "Email address of the new user."; +$a->strings["Addon %s disabled."] = "Addon %s disabled."; +$a->strings["Addon %s enabled."] = "Addon %s enabled."; +$a->strings["Disable"] = "Disable"; +$a->strings["Enable"] = "Enable"; +$a->strings["Toggle"] = "Toggle"; +$a->strings["Author: "] = "Author: "; +$a->strings["Maintainer: "] = "Maintainer: "; +$a->strings["Reload active addons"] = "Reload active addons"; +$a->strings["There are currently no addons available on your node. You can find the official addon repository at %1\$s and might find other interesting addons in the open addon registry at %2\$s"] = "There are currently no addons available on your node. You can find the official addon repository at %1\$s and might find other interesting addons in the open addon registry at %2\$s"; +$a->strings["No themes found."] = "No themes found."; +$a->strings["Screenshot"] = "Screenshot"; +$a->strings["Reload active themes"] = "Reload active themes"; +$a->strings["No themes found on the system. They should be placed in %1\$s"] = "No themes found on the system. They should be placed in %1\$s"; +$a->strings["[Experimental]"] = "[Experimental]"; +$a->strings["[Unsupported]"] = "[Unsupported]"; +$a->strings["Log settings updated."] = "Log settings updated."; +$a->strings["PHP log currently enabled."] = "PHP log currently enabled."; +$a->strings["PHP log currently disabled."] = "PHP log currently disabled."; +$a->strings["Clear"] = "Clear"; +$a->strings["Enable Debugging"] = "Enable debugging"; +$a->strings["Log file"] = "Log file"; +$a->strings["Must be writable by web server. Relative to your Friendica top-level directory."] = "Must be writable by web server and relative to your Friendica top-level directory."; +$a->strings["Log level"] = "Log level"; +$a->strings["PHP logging"] = "PHP logging"; +$a->strings["To enable logging of PHP errors and warnings you can add the following to the .htconfig.php file of your installation. The filename set in the 'error_log' line is relative to the friendica top-level directory and must be writeable by the web server. The option '1' for 'log_errors' and 'display_errors' is to enable these options, set to '0' to disable them."] = "To enable logging of PHP errors and warnings you can add the following to the .htconfig.php file of your installation. The file name set in the 'error_log' line is relative to the Friendica top-level directory and must be writeable by the web server. The option '1' for 'log_errors' and 'display_errors' is to enable these options, set to '0' to disable them."; +$a->strings["Error trying to open %1\$s log file.\\r\\n
    Check to see if file %1\$s exist and is readable."] = "Error trying to open %1\$s log file.\\r\\n
    Check to see if file %1\$s exist and is readable."; +$a->strings["Couldn't open %1\$s log file.\\r\\n
    Check to see if file %1\$s is readable."] = "Couldn't open %1\$s log file.\\r\\n
    Check if file %1\$s is readable."; +$a->strings["Off"] = "Off"; +$a->strings["On"] = "On"; +$a->strings["Lock feature %s"] = "Lock feature %s"; +$a->strings["Manage Additional Features"] = "Manage additional features"; $a->strings["Display"] = "Display"; $a->strings["Social Networks"] = "Social networks"; $a->strings["Delegations"] = "Delegations"; @@ -1494,14 +1528,15 @@ $a->strings["Features updated"] = "Features updated"; $a->strings["Relocate message has been send to your contacts"] = "Relocate message has been send to your contacts"; $a->strings["Passwords do not match. Password unchanged."] = "Passwords do not match. Password unchanged."; $a->strings["Empty passwords are not allowed. Password unchanged."] = "Empty passwords are not allowed. Password unchanged."; +$a->strings["The new password has been exposed in a public data dump, please choose another."] = "The new password has been exposed in a public data dump; please choose another."; $a->strings["Wrong password."] = "Wrong password."; $a->strings["Password changed."] = "Password changed."; $a->strings["Password update failed. Please try again."] = "Password update failed. Please try again."; $a->strings[" Please use a shorter name."] = " Please use a shorter name."; $a->strings[" Name too short."] = " Name too short."; $a->strings["Wrong Password"] = "Wrong password"; -$a->strings["Invalid email."] = ""; -$a->strings["Cannot change to that email."] = ""; +$a->strings["Invalid email."] = "Invalid email."; +$a->strings["Cannot change to that email."] = "Cannot change to that email."; $a->strings["Private forum has no privacy permissions. Using default privacy group."] = "Private forum has no privacy permissions. Using default privacy group."; $a->strings["Private forum has no privacy permissions and no default privacy group."] = "Private forum has no privacy permissions and no default privacy group."; $a->strings["Settings updated."] = "Settings updated."; @@ -1516,8 +1551,8 @@ $a->strings["Edit"] = "Edit"; $a->strings["Client key starts with"] = "Client key starts with"; $a->strings["No name"] = "No name"; $a->strings["Remove authorization"] = "Remove authorization"; -$a->strings["No Addon settings configured"] = ""; -$a->strings["Addon Settings"] = ""; +$a->strings["No Addon settings configured"] = "No addon settings configured"; +$a->strings["Addon Settings"] = "Addon settings"; $a->strings["Additional Features"] = "Additional Features"; $a->strings["Diaspora"] = "Diaspora"; $a->strings["enabled"] = "enabled"; @@ -1526,6 +1561,8 @@ $a->strings["Built-in support for %s connectivity is %s"] = "Built-in support fo $a->strings["GNU Social (OStatus)"] = "GNU Social (OStatus)"; $a->strings["Email access is disabled on this site."] = "Email access is disabled on this site."; $a->strings["General Social Media Settings"] = "General Social Media Settings"; +$a->strings["Disable Content Warning"] = "Disable Content Warning"; +$a->strings["Users on networks like Mastodon or Pleroma are able to set a content warning field which collapse their post by default. This disables the automatic collapsing and sets the content warning as the post title. Doesn't affect any other content filtering you eventually set up."] = "Users on networks like Mastodon or Pleroma are able to set a content warning field which collapses their post by default. This disables the automatic collapsing and sets the content warning as the post title. It doesn't affect any other content filtering you may set up."; $a->strings["Disable intelligent shortening"] = "Disable intelligent shortening"; $a->strings["Normally the system tries to find the best link to add to shortened posts. If this option is enabled then every shortened post will always point to the original friendica post."] = "Normally the system tries to find the best link to add to shortened posts. If this option is enabled then every shortened post will always point to the original Friendica post."; $a->strings["Automatically follow any GNU Social (OStatus) followers/mentioners"] = "Automatically follow any GNU Social (OStatus) followers/mentioners"; @@ -1549,13 +1586,13 @@ $a->strings["Action after import:"] = "Action after import:"; $a->strings["Mark as seen"] = "Mark as seen"; $a->strings["Move to folder"] = "Move to folder"; $a->strings["Move to folder:"] = "Move to folder:"; -$a->strings["%s - (Unsupported)"] = ""; -$a->strings["%s - (Experimental)"] = ""; +$a->strings["%s - (Unsupported)"] = "%s - (Unsupported)"; +$a->strings["%s - (Experimental)"] = "%s - (Experimental)"; $a->strings["Display Settings"] = "Display Settings"; $a->strings["Display Theme:"] = "Display theme:"; $a->strings["Mobile Theme:"] = "Mobile theme:"; $a->strings["Suppress warning of insecure networks"] = "Suppress warning of insecure networks"; -$a->strings["Should the system suppress the warning that the current group contains members of networks that can't receive non public postings."] = "Suppresses warnings if groups contains members whose networks that cannot receive non-public postings."; +$a->strings["Should the system suppress the warning that the current group contains members of networks that can't receive non public postings."] = "Suppresses warnings if groups contains members whose networks cannot receive non-public postings."; $a->strings["Update browser every xx seconds"] = "Update browser every so many seconds:"; $a->strings["Minimum of 10 seconds. Enter -1 to disable it."] = "Minimum 10 seconds; to disable -1."; $a->strings["Number of items to display per page:"] = "Number of items displayed per page:"; @@ -1576,7 +1613,7 @@ $a->strings["General Theme Settings"] = "Themes"; $a->strings["Custom Theme Settings"] = "Theme customisation"; $a->strings["Content Settings"] = "Content/Layout"; $a->strings["Theme settings"] = "Theme settings"; -$a->strings["Unable to find your profile. Please contact your admin."] = ""; +$a->strings["Unable to find your profile. Please contact your admin."] = "Unable to find your profile. Please contact your admin."; $a->strings["Account Types"] = "Account types:"; $a->strings["Personal Page Subtypes"] = "Personal Page subtypes"; $a->strings["Community Forum Subtypes"] = "Community forum subtypes"; @@ -1601,14 +1638,21 @@ $a->strings["Requires manual approval of contact requests."] = "Requires manual $a->strings["OpenID:"] = "OpenID:"; $a->strings["(Optional) Allow this OpenID to login to this account."] = "(Optional) Allow this OpenID to login to this account."; $a->strings["Publish your default profile in your local site directory?"] = "Publish default profile in local site directory?"; -$a->strings["Your profile may be visible in public."] = "Your local directory may be publicly visible"; +$a->strings["Your profile will be published in the global friendica directories (e.g. %s). Your profile will be visible in public."] = "Your profile will be published in the global Friendica directories (e.g. %s). Your profile will be publicly visible."; $a->strings["Publish your default profile in the global social directory?"] = "Publish default profile in global directory?"; +$a->strings["Your profile will be published in this node's local directory. Your profile details may be publicly visible depending on the system settings."] = "Your profile will be published in this node's local directory. Your profile details may be publicly visible depending on the system settings."; $a->strings["Hide your contact/friend list from viewers of your default profile?"] = "Hide my contact list from others?"; -$a->strings["If enabled, posting public messages to Diaspora and other networks isn't possible."] = "Posting public messages to Diaspora and other networks will not be possible if enabled"; +$a->strings["Your contact list won't be shown in your default profile page. You can decide to show your contact list separately for each additional profile you create"] = "Your contact list won't be shown in your default profile page. You can decide to show your contact list separately for each additional profile you create"; +$a->strings["Hide your profile details from anonymous viewers?"] = "Hide profile details from anonymous viewers?"; +$a->strings["Anonymous visitors will only see your profile picture, your display name and the nickname you are using on your profile page. Disables posting public messages to Diaspora and other networks."] = "Anonymous visitors will only see your profile picture, display name, and nickname. Disables posting public messages to Diaspora and other networks."; $a->strings["Allow friends to post to your profile page?"] = "Allow friends to post to my wall?"; +$a->strings["Your contacts may write posts on your profile wall. These posts will be distributed to your contacts"] = "Your contacts may write posts on your profile wall. These posts will be distributed to your contacts"; $a->strings["Allow friends to tag your posts?"] = "Allow friends to tag my post?"; +$a->strings["Your contacts can add additional tags to your posts."] = "Your contacts can add additional tags to your posts."; $a->strings["Allow us to suggest you as a potential friend to new members?"] = "Allow us to suggest you as a potential friend to new members?"; +$a->strings["If you like, Friendica may suggest new members to add you as a contact."] = "If you like, Friendica may suggest new members to add you as a contact."; $a->strings["Permit unknown people to send you private mail?"] = "Allow unknown people to send me private messages?"; +$a->strings["Friendica network users may send you private messages even if they are not in your contact list."] = "Friendica network users may send you private messages even if they are not in your contact list."; $a->strings["Profile is not published."] = "Profile is not published."; $a->strings["Your Identity Address is '%s' or '%s'."] = "My identity address: '%s' or '%s'"; $a->strings["Automatically expire posts after this many days:"] = "Automatically expire posts after this many days:"; @@ -1631,14 +1675,14 @@ $a->strings["Full Name:"] = "Full name:"; $a->strings["Email Address:"] = "Email address:"; $a->strings["Your Timezone:"] = "Time zone:"; $a->strings["Your Language:"] = "Language:"; -$a->strings["Set the language we use to show you friendica interface and to send you emails"] = "Set the language of your Friendica interface and emails receiving"; +$a->strings["Set the language we use to show you friendica interface and to send you emails"] = "Set the language of your Friendica interface and emails sent to you."; $a->strings["Default Post Location:"] = "Posting location:"; $a->strings["Use Browser Location:"] = "Use browser location:"; $a->strings["Security and Privacy Settings"] = "Security and privacy"; $a->strings["Maximum Friend Requests/Day:"] = "Maximum friend requests per day:"; $a->strings["(to prevent spam abuse)"] = "May prevent spam or abuse registrations"; $a->strings["Default Post Permissions"] = "Default post permissions"; -$a->strings["(click to open/close)"] = "(click to open/close)"; +$a->strings["(click to open/close)"] = "(reveal/hide)"; $a->strings["Default Private Post"] = "Default private post"; $a->strings["Default Public Post"] = "Default public post"; $a->strings["Default Permissions for New Posts"] = "Default permissions for new posts"; @@ -1662,88 +1706,22 @@ $a->strings["Show desktop popup on new notifications"] = "Show desktop pop-up on $a->strings["Text-only notification emails"] = "Text-only notification emails"; $a->strings["Send text only notification emails, without the html part"] = "Receive text only emails without HTML "; $a->strings["Show detailled notifications"] = "Show detailled notifications"; -$a->strings["Per default the notificiation are condensed to a single notification per item. When enabled, every notification is displayed."] = "Per default notifications are condensed to a single notification per item. When enabled, every notification is displayed."; +$a->strings["Per default, notifications are condensed to a single notification per item. When enabled every notification is displayed."] = "By default, notifications are condensed into a single notification for each item. When enabled, every notification is displayed."; $a->strings["Advanced Account/Page Type Settings"] = "Advanced account types"; $a->strings["Change the behaviour of this account for special situations"] = "Change behaviour of this account for special situations"; $a->strings["Relocate"] = "Recent relocation"; $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."] = "If you have moved this profile from another server and some of your contacts don't receive your updates:"; $a->strings["Resend relocate message to contacts"] = "Resend relocation message to contacts"; -$a->strings["%1\$s is following %2\$s's %3\$s"] = "%1\$s is following %2\$s's %3\$s"; -$a->strings["Tag removed"] = "Tag removed"; -$a->strings["Remove Item Tag"] = "Remove Item tag"; -$a->strings["Select a tag to remove: "] = "Select a tag to remove: "; -$a->strings["Do you really want to delete this video?"] = "Do you really want to delete this video?"; -$a->strings["Delete Video"] = "Delete video"; -$a->strings["No videos selected"] = "No videos selected"; -$a->strings["Recent Videos"] = "Recent videos"; -$a->strings["Upload New Videos"] = "Upload new videos"; -$a->strings["Sorry, maybe your upload is bigger than the PHP configuration allows"] = "Sorry, maybe your upload is bigger than the PHP configuration allows"; -$a->strings["Or - did you try to upload an empty file?"] = "Or did you try to upload an empty file?"; -$a->strings["File exceeds size limit of %s"] = "File exceeds size limit of %s"; -$a->strings["File upload failed."] = "File upload failed."; -$a->strings["default"] = "default"; -$a->strings["greenzero"] = "greenzero"; -$a->strings["purplezero"] = "purplezero"; -$a->strings["easterbunny"] = "easterbunny"; -$a->strings["darkzero"] = "darkzero"; -$a->strings["comix"] = "comix"; -$a->strings["slackr"] = "slackr"; -$a->strings["Variations"] = "Variations"; -$a->strings["Repeat the image"] = "Repeat the image"; -$a->strings["Will repeat your image to fill the background."] = "Will repeat your image to fill the background."; -$a->strings["Stretch"] = "Stretch"; -$a->strings["Will stretch to width/height of the image."] = "Will stretch to width/height of the image."; -$a->strings["Resize fill and-clip"] = "Resize fill and-clip"; -$a->strings["Resize to fill and retain aspect ratio."] = "Resize to fill and retain aspect ratio."; -$a->strings["Resize best fit"] = "Resize to best fit"; -$a->strings["Resize to best fit and retain aspect ratio."] = "Resize to best fit and retain aspect ratio."; -$a->strings["Default"] = "Default"; -$a->strings["Note"] = "Note"; -$a->strings["Check image permissions if all users are allowed to visit the image"] = "Check image permissions if all users are allowed to visit the image"; -$a->strings["Select scheme"] = "Select scheme:"; -$a->strings["Navigation bar background color"] = "Navigation bar background colour:"; -$a->strings["Navigation bar icon color "] = "Navigation bar icon colour:"; -$a->strings["Link color"] = "Link colour:"; -$a->strings["Set the background color"] = "Background colour:"; -$a->strings["Content background opacity"] = ""; -$a->strings["Set the background image"] = "Background image:"; -$a->strings["Login page background image"] = ""; -$a->strings["Login page background color"] = ""; -$a->strings["Leave background image and color empty for theme defaults"] = ""; -$a->strings["Guest"] = "Guest"; -$a->strings["Visitor"] = "Visitor"; -$a->strings["Logout"] = "Logout"; -$a->strings["End this session"] = "End this session"; -$a->strings["Your posts and conversations"] = "My posts and conversations"; -$a->strings["Your profile page"] = "My profile page"; -$a->strings["Your photos"] = "My photos"; -$a->strings["Videos"] = "Videos"; -$a->strings["Your videos"] = "My videos"; -$a->strings["Your events"] = "My events"; -$a->strings["Conversations from your friends"] = "My friends' conversations"; -$a->strings["Events and Calendar"] = "Events and calendar"; -$a->strings["Private mail"] = "Private messages"; -$a->strings["Account settings"] = "Account settings"; -$a->strings["Manage/edit friends and contacts"] = "Manage/Edit friends and contacts"; -$a->strings["Alignment"] = "Alignment"; -$a->strings["Left"] = "Left"; -$a->strings["Center"] = "Centre"; -$a->strings["Color scheme"] = "Colour scheme"; -$a->strings["Posts font size"] = "Posts font size"; -$a->strings["Textareas font size"] = "Text areas font size"; -$a->strings["Comma separated list of helper forums"] = "Comma separated list of helper forums"; -$a->strings["Set style"] = "Set style"; -$a->strings["Community Pages"] = "Community pages"; -$a->strings["Community Profiles"] = "Community profiles"; -$a->strings["Help or @NewHere ?"] = "Help or @NewHere ?"; -$a->strings["Connect Services"] = "Connect services"; -$a->strings["Find Friends"] = "Find friends"; -$a->strings["Last users"] = "Last users"; -$a->strings["Local Directory"] = "Local directory"; -$a->strings["Similar Interests"] = "Similar interests"; -$a->strings["Invite Friends"] = "Invite friends"; -$a->strings["External link to forum"] = "External link to forum"; -$a->strings["Quick Start"] = "Quick start"; +$a->strings["Error decoding account file"] = "Error decoding account file"; +$a->strings["Error! No version data in file! This is not a Friendica account file?"] = "Error! No version data in file! Is this a Friendica account file?"; +$a->strings["User '%s' already exists on this server!"] = "User '%s' already exists on this server!"; +$a->strings["User creation error"] = "User creation error"; +$a->strings["User profile creation error"] = "User profile creation error"; +$a->strings["%d contact not imported"] = [ + 0 => "%d contact not imported", + 1 => "%d contacts not imported", +]; +$a->strings["Done. You can now login with your username and password"] = "Done. You can now login with your username and password"; $a->strings["System"] = "System"; $a->strings["Home"] = "Home"; $a->strings["Introductions"] = "Introductions"; @@ -1758,17 +1736,13 @@ $a->strings["%s is now friends with %s"] = "%s is now friends with %s"; $a->strings["Friend Suggestion"] = "Friend suggestion"; $a->strings["Friend/Connect Request"] = "Friend/Contact request"; $a->strings["New Follower"] = "New follower"; -$a->strings["Error decoding account file"] = "Error decoding account file"; -$a->strings["Error! No version data in file! This is not a Friendica account file?"] = "Error! No version data in file! Is this a Friendica account file?"; -$a->strings["Error! Cannot check nickname"] = "Error! Cannot check nickname."; -$a->strings["User '%s' already exists on this server!"] = "User '%s' already exists on this server!"; -$a->strings["User creation error"] = "User creation error"; -$a->strings["User profile creation error"] = "User profile creation error"; -$a->strings["%d contact not imported"] = [ - 0 => "%d contact not imported", - 1 => "%d contacts not imported", -]; -$a->strings["Done. You can now login with your username and password"] = "Done. You can now login with your username and password"; +$a->strings["Post to Email"] = "Post to email"; +$a->strings["Hide your profile details from unknown viewers?"] = "Hide profile details from unknown viewers?"; +$a->strings["Connectors disabled, since \"%s\" is enabled."] = "Connectors are disabled since \"%s\" is enabled."; +$a->strings["Visible to everybody"] = "Visible to everybody"; +$a->strings["show"] = "show"; +$a->strings["don't show"] = "don't show"; +$a->strings["Close"] = "Close"; $a->strings["Birthday:"] = "Birthday:"; $a->strings["YYYY-MM-DD or MM-DD"] = "YYYY-MM-DD or MM-DD"; $a->strings["never"] = "never"; @@ -1792,6 +1766,129 @@ $a->strings["$1 wrote:"] = "$1 wrote:"; $a->strings["Encrypted content"] = "Encrypted content"; $a->strings["Invalid source protocol"] = "Invalid source protocol"; $a->strings["Invalid link protocol"] = "Invalid link protocol"; +$a->strings["External link to forum"] = "External link to forum"; +$a->strings["Nothing new here"] = "Nothing new here"; +$a->strings["Clear notifications"] = "Clear notifications"; +$a->strings["Logout"] = "Logout"; +$a->strings["End this session"] = "End this session"; +$a->strings["Your posts and conversations"] = "My posts and conversations"; +$a->strings["Your profile page"] = "My profile page"; +$a->strings["Your photos"] = "My photos"; +$a->strings["Videos"] = "Videos"; +$a->strings["Your videos"] = "My videos"; +$a->strings["Your events"] = "My events"; +$a->strings["Personal notes"] = "Personal notes"; +$a->strings["Your personal notes"] = "My personal notes"; +$a->strings["Sign in"] = "Sign in"; +$a->strings["Home Page"] = "Home page"; +$a->strings["Create an account"] = "Create account"; +$a->strings["Help and documentation"] = "Help and documentation"; +$a->strings["Apps"] = "Apps"; +$a->strings["Addon applications, utilities, games"] = "Addon applications, utilities, games"; +$a->strings["Search site content"] = "Search site content"; +$a->strings["Community"] = "Community"; +$a->strings["Conversations on this and other servers"] = "Conversations on this and other servers"; +$a->strings["Events and Calendar"] = "Events and calendar"; +$a->strings["Directory"] = "Directory"; +$a->strings["People directory"] = "People directory"; +$a->strings["Information about this friendica instance"] = "Information about this Friendica instance"; +$a->strings["Conversations from your friends"] = "My friends' conversations"; +$a->strings["Network Reset"] = "Network reset"; +$a->strings["Load Network page with no filters"] = "Load network page without filters"; +$a->strings["Friend Requests"] = "Friend requests"; +$a->strings["See all notifications"] = "See all notifications"; +$a->strings["Mark all system notifications seen"] = "Mark all system notifications seen"; +$a->strings["Private mail"] = "Private messages"; +$a->strings["Inbox"] = "Inbox"; +$a->strings["Outbox"] = "Outbox"; +$a->strings["Manage"] = "Manage"; +$a->strings["Manage other pages"] = "Manage other pages"; +$a->strings["Account settings"] = "Account settings"; +$a->strings["Profiles"] = "Profiles"; +$a->strings["Manage/Edit Profiles"] = "Manage/Edit profiles"; +$a->strings["Manage/edit friends and contacts"] = "Manage/Edit friends and contacts"; +$a->strings["Site setup and configuration"] = "Site setup and configuration"; +$a->strings["Navigation"] = "Navigation"; +$a->strings["Site map"] = "Site map"; +$a->strings["Embedding disabled"] = "Embedding disabled"; +$a->strings["Embedded content"] = "Embedded content"; +$a->strings["Export"] = "Export"; +$a->strings["Export calendar as ical"] = "Export calendar as ical"; +$a->strings["Export calendar as csv"] = "Export calendar as csv"; +$a->strings["General Features"] = "General"; +$a->strings["Multiple Profiles"] = "Multiple profiles"; +$a->strings["Ability to create multiple profiles"] = "Ability to create multiple profiles"; +$a->strings["Photo Location"] = "Photo location"; +$a->strings["Photo metadata is normally stripped. This extracts the location (if present) prior to stripping metadata and links it to a map."] = "Photo metadata is normally removed. This extracts the location (if present) prior to removing metadata and links it to a map."; +$a->strings["Export Public Calendar"] = "Export public calendar"; +$a->strings["Ability for visitors to download the public calendar"] = "Ability for visitors to download the public calendar"; +$a->strings["Post Composition Features"] = "Post composition"; +$a->strings["Post Preview"] = "Post preview"; +$a->strings["Allow previewing posts and comments before publishing them"] = "Allow previewing posts and comments before publishing them"; +$a->strings["Auto-mention Forums"] = "Auto-mention forums"; +$a->strings["Add/remove mention when a forum page is selected/deselected in ACL window."] = "Add/Remove mention when a forum page is selected or deselected in the ACL window."; +$a->strings["Network Sidebar Widgets"] = "Network sidebars"; +$a->strings["Search by Date"] = "Search by date"; +$a->strings["Ability to select posts by date ranges"] = "Ability to select posts by date ranges"; +$a->strings["List Forums"] = "List forums"; +$a->strings["Enable widget to display the forums your are connected with"] = "Enable widget to display the forums your are connected with"; +$a->strings["Group Filter"] = "Group filter"; +$a->strings["Enable widget to display Network posts only from selected group"] = "Enable widget to display network posts only from selected group"; +$a->strings["Network Filter"] = "Network filter"; +$a->strings["Enable widget to display Network posts only from selected network"] = "Enable widget to display network posts only from selected network"; +$a->strings["Save search terms for re-use"] = "Save search terms for re-use"; +$a->strings["Network Tabs"] = "Network tabs"; +$a->strings["Network Personal Tab"] = "Network personal tab"; +$a->strings["Enable tab to display only Network posts that you've interacted on"] = "Enable tab to display only network posts that you've interacted with"; +$a->strings["Network New Tab"] = "Network new tab"; +$a->strings["Enable tab to display only new Network posts (from the last 12 hours)"] = "Enable tab to display only new network posts (last 12 hours)"; +$a->strings["Network Shared Links Tab"] = "Network shared links tab"; +$a->strings["Enable tab to display only Network posts with links in them"] = "Enable tab to display only network posts with links in them"; +$a->strings["Post/Comment Tools"] = "Post/Comment tools"; +$a->strings["Multiple Deletion"] = "Multiple deletion"; +$a->strings["Select and delete multiple posts/comments at once"] = "Select and delete multiple posts/comments at once"; +$a->strings["Edit Sent Posts"] = "Edit sent posts"; +$a->strings["Edit and correct posts and comments after sending"] = "Ability to editing posts and comments after sending"; +$a->strings["Tagging"] = "Tagging"; +$a->strings["Ability to tag existing posts"] = "Ability to tag existing posts"; +$a->strings["Post Categories"] = "Post categories"; +$a->strings["Add categories to your posts"] = "Add categories to your posts"; +$a->strings["Saved Folders"] = "Saved Folders"; +$a->strings["Ability to file posts under folders"] = "Ability to file posts under folders"; +$a->strings["Dislike Posts"] = "Dislike posts"; +$a->strings["Ability to dislike posts/comments"] = "Ability to dislike posts/comments"; +$a->strings["Star Posts"] = "Star posts"; +$a->strings["Ability to mark special posts with a star indicator"] = "Ability to highlight posts with a star"; +$a->strings["Mute Post Notifications"] = "Mute post notifications"; +$a->strings["Ability to mute notifications for a thread"] = "Ability to mute notifications for a thread"; +$a->strings["Advanced Profile Settings"] = "Advanced profiles"; +$a->strings["Show visitors public community forums at the Advanced Profile Page"] = "Show visitors of public community forums at the advanced profile page"; +$a->strings["Tag Cloud"] = "Tag cloud"; +$a->strings["Provide a personal tag cloud on your profile page"] = "Provides a personal tag cloud on your profile page"; +$a->strings["Display Membership Date"] = "Display membership date"; +$a->strings["Display membership date in profile"] = "Display membership date in profile"; +$a->strings["Add New Contact"] = "Add new contact"; +$a->strings["Enter address or web location"] = "Enter address or web location"; +$a->strings["Example: bob@example.com, http://example.com/barbara"] = "Example: jo@example.com, http://example.com/jo"; +$a->strings["%d invitation available"] = [ + 0 => "%d invitation available", + 1 => "%d invitations available", +]; +$a->strings["Find People"] = "Find people"; +$a->strings["Enter name or interest"] = "Enter name or interest"; +$a->strings["Examples: Robert Morgenstein, Fishing"] = "Examples: Robert Morgenstein, fishing"; +$a->strings["Similar Interests"] = "Similar interests"; +$a->strings["Random Profile"] = "Random profile"; +$a->strings["Invite Friends"] = "Invite friends"; +$a->strings["View Global Directory"] = "View global directory"; +$a->strings["Networks"] = "Networks"; +$a->strings["All Networks"] = "All networks"; +$a->strings["Everything"] = "Everything"; +$a->strings["Categories"] = "Categories"; +$a->strings["%d contact in common"] = [ + 0 => "%d contact in common", + 1 => "%d contacts in common", +]; $a->strings["Frequently"] = "Frequently"; $a->strings["Hourly"] = "Hourly"; $a->strings["Twice daily"] = "Twice daily"; @@ -1806,18 +1903,18 @@ $a->strings["LinkedIn"] = "LinkedIn"; $a->strings["XMPP/IM"] = "XMPP/IM"; $a->strings["MySpace"] = "MySpace"; $a->strings["Google+"] = "Google+"; -$a->strings["pump.io"] = "Pump.io"; +$a->strings["pump.io"] = "pump.io"; $a->strings["Twitter"] = "Twitter"; -$a->strings["Diaspora Connector"] = "Diaspora connector"; -$a->strings["GNU Social Connector"] = "GNU Social connector"; -$a->strings["pnut"] = "Pnut"; +$a->strings["Diaspora Connector"] = "Diaspora Connector"; +$a->strings["GNU Social Connector"] = "GNU Social Connector"; +$a->strings["pnut"] = "pnut"; $a->strings["App.net"] = "App.net"; $a->strings["Male"] = "Male"; $a->strings["Female"] = "Female"; -$a->strings["Currently Male"] = "Currently Male"; -$a->strings["Currently Female"] = "Currently Female"; -$a->strings["Mostly Male"] = "Mostly Male"; -$a->strings["Mostly Female"] = "Mostly Female"; +$a->strings["Currently Male"] = "Currently male"; +$a->strings["Currently Female"] = "Currently female"; +$a->strings["Mostly Male"] = "Mostly male"; +$a->strings["Mostly Female"] = "Mostly female"; $a->strings["Transgender"] = "Transgender"; $a->strings["Intersex"] = "Intersex"; $a->strings["Transsexual"] = "Transsexual"; @@ -1869,146 +1966,13 @@ $a->strings["Uncertain"] = "Uncertain"; $a->strings["It's complicated"] = "It's complicated"; $a->strings["Don't care"] = "Don't care"; $a->strings["Ask me"] = "Ask me"; -$a->strings["Nothing new here"] = "Nothing new here"; -$a->strings["Clear notifications"] = "Clear notifications"; -$a->strings["Personal notes"] = "Personal notes"; -$a->strings["Your personal notes"] = "My personal notes"; -$a->strings["Sign in"] = "Sign in"; -$a->strings["Home Page"] = "Home page"; -$a->strings["Create an account"] = "Create account"; -$a->strings["Help and documentation"] = "Help and documentation"; -$a->strings["Apps"] = "Apps"; -$a->strings["Addon applications, utilities, games"] = "Addon applications, utilities, games"; -$a->strings["Search site content"] = "Search site content"; -$a->strings["Community"] = "Community"; -$a->strings["Conversations on this and other servers"] = ""; -$a->strings["Directory"] = "Directory"; -$a->strings["People directory"] = "People directory"; -$a->strings["Information about this friendica instance"] = "Information about this Friendica instance"; -$a->strings["Network Reset"] = "Network reset"; -$a->strings["Load Network page with no filters"] = "Load network page without filters"; -$a->strings["Friend Requests"] = "Friend requests"; -$a->strings["See all notifications"] = "See all notifications"; -$a->strings["Mark all system notifications seen"] = "Mark all system notifications seen"; -$a->strings["Inbox"] = "Inbox"; -$a->strings["Outbox"] = "Outbox"; -$a->strings["Manage"] = "Manage"; -$a->strings["Manage other pages"] = "Manage other pages"; -$a->strings["Profiles"] = "Profiles"; -$a->strings["Manage/Edit Profiles"] = "Manage/Edit profiles"; -$a->strings["Site setup and configuration"] = "Site setup and configuration"; -$a->strings["Navigation"] = "Navigation"; -$a->strings["Site map"] = "Site map"; -$a->strings["General Features"] = "General"; -$a->strings["Multiple Profiles"] = "Multiple profiles"; -$a->strings["Ability to create multiple profiles"] = "Ability to create multiple profiles"; -$a->strings["Photo Location"] = "Photo location"; -$a->strings["Photo metadata is normally stripped. This extracts the location (if present) prior to stripping metadata and links it to a map."] = "Photo metadata is normally removed. This extracts the location (if present) prior to removing metadata and links it to a map."; -$a->strings["Export Public Calendar"] = "Export public calendar"; -$a->strings["Ability for visitors to download the public calendar"] = "Ability for visitors to download the public calendar"; -$a->strings["Post Composition Features"] = "Post composition"; -$a->strings["Post Preview"] = "Post preview"; -$a->strings["Allow previewing posts and comments before publishing them"] = "Allow previewing posts and comments before publishing them"; -$a->strings["Auto-mention Forums"] = "Auto-mention forums"; -$a->strings["Add/remove mention when a forum page is selected/deselected in ACL window."] = "Add/Remove mention when a forum page is selected or deselected in the ACL window."; -$a->strings["Network Sidebar Widgets"] = "Network sidebars"; -$a->strings["Search by Date"] = "Search by date"; -$a->strings["Ability to select posts by date ranges"] = "Ability to select posts by date ranges"; -$a->strings["List Forums"] = "List forums"; -$a->strings["Enable widget to display the forums your are connected with"] = "Enable widget to display the forums your are connected with"; -$a->strings["Group Filter"] = "Group filter"; -$a->strings["Enable widget to display Network posts only from selected group"] = "Enable widget to display network posts only from selected group"; -$a->strings["Network Filter"] = "Network filter"; -$a->strings["Enable widget to display Network posts only from selected network"] = "Enable widget to display network posts only from selected network"; -$a->strings["Save search terms for re-use"] = "Save search terms for re-use"; -$a->strings["Network Tabs"] = "Network tabs"; -$a->strings["Network Personal Tab"] = "Network personal tab"; -$a->strings["Enable tab to display only Network posts that you've interacted on"] = "Enable tab to display only network posts that you've interacted with"; -$a->strings["Network New Tab"] = "Network new tab"; -$a->strings["Enable tab to display only new Network posts (from the last 12 hours)"] = "Enable tab to display only new network posts (last 12 hours)"; -$a->strings["Network Shared Links Tab"] = "Network shared links tab"; -$a->strings["Enable tab to display only Network posts with links in them"] = "Enable tab to display only network posts with links in them"; -$a->strings["Post/Comment Tools"] = "Post/Comment tools"; -$a->strings["Multiple Deletion"] = "Multiple deletion"; -$a->strings["Select and delete multiple posts/comments at once"] = "Select and delete multiple posts/comments at once"; -$a->strings["Edit Sent Posts"] = "Edit sent posts"; -$a->strings["Edit and correct posts and comments after sending"] = "Ability to editing posts and comments after sending"; -$a->strings["Tagging"] = "Tagging"; -$a->strings["Ability to tag existing posts"] = "Ability to tag existing posts"; -$a->strings["Post Categories"] = "Post categories"; -$a->strings["Add categories to your posts"] = "Add categories to your posts"; -$a->strings["Saved Folders"] = "Saved Folders"; -$a->strings["Ability to file posts under folders"] = "Ability to file posts under folders"; -$a->strings["Dislike Posts"] = "Dislike posts"; -$a->strings["Ability to dislike posts/comments"] = "Ability to dislike posts/comments"; -$a->strings["Star Posts"] = "Star posts"; -$a->strings["Ability to mark special posts with a star indicator"] = "Ability to highlight posts with a star"; -$a->strings["Mute Post Notifications"] = "Mute post notifications"; -$a->strings["Ability to mute notifications for a thread"] = "Ability to mute notifications for a thread"; -$a->strings["Advanced Profile Settings"] = "Advanced profiles"; -$a->strings["Show visitors public community forums at the Advanced Profile Page"] = "Show visitors of public community forums at the advanced profile page"; -$a->strings["Tag Cloud"] = "Tag cloud"; -$a->strings["Provide a personal tag cloud on your profile page"] = "Provides a personal tag cloud on your profile page"; -$a->strings["Display Membership Date"] = ""; -$a->strings["Display membership date in profile"] = ""; -$a->strings["Embedding disabled"] = "Embedding disabled"; -$a->strings["Embedded content"] = "Embedded content"; -$a->strings["Add New Contact"] = "Add new contact"; -$a->strings["Enter address or web location"] = "Enter address or web location"; -$a->strings["Example: bob@example.com, http://example.com/barbara"] = "Example: jo@example.com, http://example.com/jo"; -$a->strings["%d invitation available"] = [ - 0 => "%d invitation available", - 1 => "%d invitations available", -]; -$a->strings["Find People"] = "Find people"; -$a->strings["Enter name or interest"] = "Enter name or interest"; -$a->strings["Examples: Robert Morgenstein, Fishing"] = "Examples: Robert Morgenstein, fishing"; -$a->strings["Random Profile"] = "Random profile"; -$a->strings["View Global Directory"] = "View global directory"; -$a->strings["Networks"] = "Networks"; -$a->strings["All Networks"] = "All networks"; -$a->strings["Everything"] = "Everything"; -$a->strings["Categories"] = "Categories"; -$a->strings["%d contact in common"] = [ - 0 => "%d contact in common", - 1 => "%d contacts in common", -]; $a->strings["There are no tables on MyISAM."] = "There are no tables on MyISAM."; -$a->strings["\n\t\t\t\tThe friendica developers released update %s recently,\n\t\t\t\tbut when I tried to install it, something went terribly wrong.\n\t\t\t\tThis needs to be fixed soon and I can't do it alone. Please contact a\n\t\t\t\tfriendica developer if you can not help me on your own. My database might be invalid."] = ""; +$a->strings["\n\t\t\t\tThe friendica developers released update %s recently,\n\t\t\t\tbut when I tried to install it, something went terribly wrong.\n\t\t\t\tThis needs to be fixed soon and I can't do it alone. Please contact a\n\t\t\t\tfriendica developer if you can not help me on your own. My database might be invalid."] = "\n\t\t\t\tThe friendica developers released update %s recently,\n\t\t\t\tbut when I tried to install it, something went terribly wrong.\n\t\t\t\tThis needs to be fixed soon and I can't do it alone. Please contact a\n\t\t\t\tfriendica developer if you can not help me on your own. My database might be invalid."; $a->strings["The error message is\n[pre]%s[/pre]"] = "The error message is\n[pre]%s[/pre]"; $a->strings["\nError %d occurred during database update:\n%s\n"] = "\nError %d occurred during database update:\n%s\n"; $a->strings["Errors encountered performing database changes: "] = "Errors encountered performing database changes: "; $a->strings[": Database update"] = ": Database update"; $a->strings["%s: updating %s table."] = "%s: updating %s table."; -$a->strings["A deleted group with this name was revived. Existing item permissions may apply to this group and any future members. If this is not what you intended, please create another group with a different name."] = "A deleted group with this name has been revived. Existing item permissions may apply to this group and any future members. If this is not what you intended, please create another group with a different name."; -$a->strings["Default privacy group for new contacts"] = "Default privacy group for new contacts"; -$a->strings["Everybody"] = "Everybody"; -$a->strings["edit"] = "edit"; -$a->strings["Edit group"] = "Edit group"; -$a->strings["Contacts not in any group"] = "Contacts not in any group"; -$a->strings["Create a new group"] = "Create new group"; -$a->strings["Edit groups"] = "Edit groups"; -$a->strings["Drop Contact"] = "Drop contact"; -$a->strings["Organisation"] = "Organisation"; -$a->strings["News"] = "News"; -$a->strings["Forum"] = "Forum"; -$a->strings["Connect URL missing."] = "Connect URL missing."; -$a->strings["The contact could not be added. Please check the relevant network credentials in your Settings -> Social Networks page."] = ""; -$a->strings["This site is not configured to allow communications with other networks."] = "This site is not configured to allow communications with other networks."; -$a->strings["No compatible communication protocols or feeds were discovered."] = "No compatible communication protocols or feeds were discovered."; -$a->strings["The profile address specified does not provide adequate information."] = "The profile address specified does not provide adequate information."; -$a->strings["An author or name was not found."] = "An author or name was not found."; -$a->strings["No browser URL could be matched to this address."] = "No browser URL could be matched to this address."; -$a->strings["Unable to match @-style Identity Address with a known protocol or email contact."] = "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."] = "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."] = "The profile address specified belongs to a network which has been disabled on this site."; -$a->strings["Limited profile. This person will be unable to receive direct/personal notifications from you."] = "Limited profile: This person will be unable to receive direct/private messages from you."; -$a->strings["Unable to retrieve contact information."] = "Unable to retrieve contact information."; -$a->strings["%s's birthday"] = "%s's birthday"; -$a->strings["Happy Birthday %s"] = "Happy Birthday, %s!"; -$a->strings["%1\$s is attending %2\$s's %3\$s"] = "%1\$s is going to %2\$s's %3\$s"; -$a->strings["%1\$s is not attending %2\$s's %3\$s"] = "%1\$s is not going to %2\$s's %3\$s"; -$a->strings["%1\$s may attend %2\$s's %3\$s"] = "%1\$s may go to %2\$s's %3\$s"; $a->strings["[no subject]"] = "[no subject]"; $a->strings["Requested account is not available."] = "Requested account is unavailable."; $a->strings["Edit profile"] = "Edit profile"; @@ -2022,7 +1986,7 @@ $a->strings["Birthdays this week:"] = "Birthdays this week:"; $a->strings["[No description]"] = "[No description]"; $a->strings["Event Reminders"] = "Event reminders"; $a->strings["Events this week:"] = "Events this week:"; -$a->strings["Member since:"] = ""; +$a->strings["Member since:"] = "Member since:"; $a->strings["j F, Y"] = "j F, Y"; $a->strings["j F"] = "j F"; $a->strings["Age:"] = "Age:"; @@ -2039,8 +2003,51 @@ $a->strings["Work/employment:"] = "Work/Employment:"; $a->strings["School/education:"] = "School/Education:"; $a->strings["Forums:"] = "Forums:"; $a->strings["Only You Can See This"] = "Only you can see this."; -$a->strings["Login failed"] = ""; -$a->strings["Not enough information to authenticate"] = ""; +$a->strings["%1\$s is attending %2\$s's %3\$s"] = "%1\$s is going to %2\$s's %3\$s"; +$a->strings["%1\$s is not attending %2\$s's %3\$s"] = "%1\$s is not going to %2\$s's %3\$s"; +$a->strings["%1\$s may attend %2\$s's %3\$s"] = "%1\$s may go to %2\$s's %3\$s"; +$a->strings["A deleted group with this name was revived. Existing item permissions may apply to this group and any future members. If this is not what you intended, please create another group with a different name."] = "A deleted group with this name has been revived. Existing item permissions may apply to this group and any future members. If this is not what you intended, please create another group with a different name."; +$a->strings["Default privacy group for new contacts"] = "Default privacy group for new contacts"; +$a->strings["Everybody"] = "Everybody"; +$a->strings["edit"] = "edit"; +$a->strings["Edit group"] = "Edit group"; +$a->strings["Contacts not in any group"] = "Contacts not in any group"; +$a->strings["Create a new group"] = "Create new group"; +$a->strings["Edit groups"] = "Edit groups"; +$a->strings["Drop Contact"] = "Drop contact"; +$a->strings["Organisation"] = "Organisation"; +$a->strings["News"] = "News"; +$a->strings["Forum"] = "Forum"; +$a->strings["Connect URL missing."] = "Connect URL missing."; +$a->strings["The contact could not be added. Please check the relevant network credentials in your Settings -> Social Networks page."] = "The contact could not be added. Please check the relevant network credentials in your Settings -> Social Networks page."; +$a->strings["This site is not configured to allow communications with other networks."] = "This site is not configured to allow communications with other networks."; +$a->strings["No compatible communication protocols or feeds were discovered."] = "No compatible communication protocols or feeds were discovered."; +$a->strings["The profile address specified does not provide adequate information."] = "The profile address specified does not provide adequate information."; +$a->strings["An author or name was not found."] = "An author or name was not found."; +$a->strings["No browser URL could be matched to this address."] = "No browser URL could be matched to this address."; +$a->strings["Unable to match @-style Identity Address with a known protocol or email contact."] = "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."] = "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."] = "The profile address specified belongs to a network which has been disabled on this site."; +$a->strings["Limited profile. This person will be unable to receive direct/personal notifications from you."] = "Limited profile: This person will be unable to receive direct/private messages from you."; +$a->strings["Unable to retrieve contact information."] = "Unable to retrieve contact information."; +$a->strings["%s's birthday"] = "%s's birthday"; +$a->strings["Happy Birthday %s"] = "Happy Birthday, %s!"; +$a->strings["Starts:"] = "Starts:"; +$a->strings["Finishes:"] = "Finishes:"; +$a->strings["all-day"] = "All-day"; +$a->strings["Jun"] = "Jun"; +$a->strings["Sept"] = "Sep"; +$a->strings["No events to display"] = "No events to display"; +$a->strings["l, F j"] = "l, F j"; +$a->strings["Edit event"] = "Edit event"; +$a->strings["Duplicate event"] = "Duplicate event"; +$a->strings["Delete event"] = "Delete event"; +$a->strings["D g:i A"] = "D g:i A"; +$a->strings["g:i A"] = "g:i A"; +$a->strings["Show map"] = "Show map"; +$a->strings["Hide map"] = "Hide map"; +$a->strings["Login failed"] = "Login failed"; +$a->strings["Not enough information to authenticate"] = "Not enough information to authenticate"; $a->strings["An invitation is required."] = "An invitation is required."; $a->strings["Invitation could not be verified."] = "Invitation could not be verified."; $a->strings["Invalid OpenID url"] = "Invalid OpenID URL"; @@ -2053,35 +2060,26 @@ $a->strings["That doesn't appear to be your full (First Last) name."] = "That do $a->strings["Your email domain is not among those allowed on this site."] = "Your email domain is not allowed on this site."; $a->strings["Not a valid email address."] = "Not a valid email address."; $a->strings["Cannot use that email."] = "Cannot use that email."; -$a->strings["Your nickname can only contain a-z, 0-9 and _."] = ""; +$a->strings["Your nickname can only contain a-z, 0-9 and _."] = "Your nickname can only contain a-z, 0-9 and _."; $a->strings["Nickname is already registered. Please choose another."] = "Nickname is already registered. Please choose another."; $a->strings["SERIOUS ERROR: Generation of security keys failed."] = "SERIOUS ERROR: Generation of security keys failed."; $a->strings["An error occurred during registration. Please try again."] = "An error occurred during registration. Please try again."; +$a->strings["default"] = "default"; $a->strings["An error occurred creating your default profile. Please try again."] = "An error occurred creating your default profile. Please try again."; -$a->strings["An error occurred creating your self contact. Please try again."] = ""; -$a->strings["An error occurred creating your default contact group. Please try again."] = ""; -$a->strings["\n\t\t\tDear %1\$s,\n\t\t\t\tThank you for registering at %2\$s. Your account is pending for approval by the administrator.\n\t\t"] = ""; +$a->strings["An error occurred creating your self contact. Please try again."] = "An error occurred creating your self-contact. Please try again."; +$a->strings["An error occurred creating your default contact group. Please try again."] = "An error occurred while creating your default contact group. Please try again."; +$a->strings["\n\t\t\tDear %1\$s,\n\t\t\t\tThank you for registering at %2\$s. Your account is pending for approval by the administrator.\n\t\t"] = "\n\t\t\tDear %1\$s,\n\t\t\t\tThank you for registering at %2\$s. Your account is pending for approval by the administrator.\n\t\t"; $a->strings["Registration at %s"] = "Registration at %s"; -$a->strings["\n\t\t\tDear %1\$s,\n\t\t\t\tThank you for registering at %2\$s. Your account has been created.\n\t\t"] = ""; -$a->strings["\n\t\t\tThe login details are as follows:\n\t\t\t\tSite Location:\t%3\$s\n\t\t\t\tLogin Name:\t%1\$s\n\t\t\t\tPassword:\t%5\$s\n\n\t\t\tYou may change your password from your account Settings page after logging\n\t\t\tin.\n\n\t\t\tPlease take a few moments to review the other account settings on that page.\n\n\t\t\tYou may also wish to add some basic information to your default profile\n\t\t\t(on the \"Profiles\" page) so that other people can easily find you.\n\n\t\t\tWe recommend setting your full name, adding a profile photo,\n\t\t\tadding some profile keywords (very useful in making new friends) - and\n\t\t\tperhaps what country you live in; if you do not wish to be more specific\n\t\t\tthan that.\n\n\t\t\tWe fully respect your right to privacy, and none of these items are necessary.\n\t\t\tIf you are new and do not know anybody here, they may help\n\t\t\tyou to make some new and interesting friends.\n\n\n\t\t\tThank you and welcome to %2\$s."] = ""; -$a->strings["%s\\'s birthday"] = "%s\\'s birthday"; -$a->strings["Sharing notification from Diaspora network"] = "Sharing notification from Diaspora network"; -$a->strings["Attachments:"] = "Attachments:"; +$a->strings["\n\t\t\tDear %1\$s,\n\t\t\t\tThank you for registering at %2\$s. Your account has been created.\n\t\t"] = "\n\t\t\tDear %1\$s,\n\t\t\t\tThank you for registering at %2\$s. Your account has been created.\n\t\t"; +$a->strings["\n\t\t\tThe login details are as follows:\n\n\t\t\tSite Location:\t%3\$s\n\t\t\tLogin Name:\t\t%1\$s\n\t\t\tPassword:\t\t%5\$s\n\n\t\t\tYou may change your password from your account \"Settings\" page after logging\n\t\t\tin.\n\n\t\t\tPlease take a few moments to review the other account settings on that page.\n\n\t\t\tYou may also wish to add some basic information to your default profile\n\t\t\t(on the \"Profiles\" page) so that other people can easily find you.\n\n\t\t\tWe recommend setting your full name, adding a profile photo,\n\t\t\tadding some profile \"keywords\" (very useful in making new friends) - and\n\t\t\tperhaps what country you live in; if you do not wish to be more specific\n\t\t\tthan that.\n\n\t\t\tWe fully respect your right to privacy, and none of these items are necessary.\n\t\t\tIf you are new and do not know anybody here, they may help\n\t\t\tyou to make some new and interesting friends.\n\n\t\t\tIf you ever want to delete your account, you can do so at %3\$s/removeme\n\n\t\t\tThank you and welcome to %2\$s."] = "\n\t\t\tThe login details are as follows:\n\n\t\t\tSite Location:\t%3\$s\n\t\t\tLogin Name:\t\t%1\$s\n\t\t\tPassword:\t\t%5\$s\n\n\t\t\tYou may change your password from your account \"Settings\" page after logging\n\t\t\tin.\n\n\t\t\tPlease take a few moments to review the other account settings on that page.\n\n\t\t\tYou may also wish to add some basic information to your default profile\n\t\t\t(on the \"Profiles\" page) so that other people can easily find you.\n\n\t\t\tWe recommend setting your full name, adding a profile photo,\n\t\t\tadding some profile \"keywords\" (very useful in making new friends) - and\n\t\t\tperhaps what country you live in; if you do not wish to be more specific\n\t\t\tthan that.\n\n\t\t\tWe fully respect your right to privacy, and none of these items are necessary.\n\t\t\tIf you are new and do not know anybody here, they may help\n\t\t\tyou to make some new and interesting friends.\n\n\t\t\tIf you ever want to delete your account, you can do so at %3\$s/removeme\n\n\t\t\tThank you and welcome to %2\$s."; $a->strings["%s is now following %s."] = "%s is now following %s."; $a->strings["following"] = "following"; $a->strings["%s stopped following %s."] = "%s stopped following %s."; $a->strings["stopped following"] = "stopped following"; +$a->strings["%s\\'s birthday"] = "%s\\'s birthday"; +$a->strings["Sharing notification from Diaspora network"] = "Sharing notification from Diaspora network"; +$a->strings["Attachments:"] = "Attachments:"; $a->strings["(no subject)"] = "(no subject)"; -$a->strings["Create a New Account"] = "Create a new account"; -$a->strings["Password: "] = "Password: "; -$a->strings["Remember me"] = "Remember me"; -$a->strings["Or login using OpenID: "] = "Or login with OpenID: "; -$a->strings["Forgot your password?"] = "Forgot your password?"; -$a->strings["Website Terms of Service"] = "Website Terms of Service"; -$a->strings["terms of service"] = "Terms of service"; -$a->strings["Website Privacy Policy"] = "Website Privacy Policy"; -$a->strings["privacy policy"] = "Privacy policy"; -$a->strings["Logged out."] = "Logged out."; $a->strings["This entry was edited"] = "This entry was edited"; $a->strings["save to folder"] = "Save to folder"; $a->strings["I will attend"] = "I will attend"; @@ -2115,7 +2113,63 @@ $a->strings["Code"] = "Code"; $a->strings["Image"] = "Image"; $a->strings["Link"] = "Link"; $a->strings["Video"] = "Video"; +$a->strings["Create a New Account"] = "Create a new account"; +$a->strings["Password: "] = "Password: "; +$a->strings["Remember me"] = "Remember me"; +$a->strings["Or login using OpenID: "] = "Or login with OpenID: "; +$a->strings["Forgot your password?"] = "Forgot your password?"; +$a->strings["Website Terms of Service"] = "Website Terms of Service"; +$a->strings["terms of service"] = "Terms of service"; +$a->strings["Website Privacy Policy"] = "Website Privacy Policy"; +$a->strings["privacy policy"] = "Privacy policy"; +$a->strings["Logged out."] = "Logged out."; $a->strings["Delete this item?"] = "Delete this item?"; $a->strings["show fewer"] = "Show fewer."; -$a->strings["Update %s failed. See error logs."] = "Update %s failed. See error logs."; +$a->strings["greenzero"] = "greenzero"; +$a->strings["purplezero"] = "purplezero"; +$a->strings["easterbunny"] = "easterbunny"; +$a->strings["darkzero"] = "darkzero"; +$a->strings["comix"] = "comix"; +$a->strings["slackr"] = "slackr"; +$a->strings["Variations"] = "Variations"; +$a->strings["Repeat the image"] = "Repeat the image"; +$a->strings["Will repeat your image to fill the background."] = "Will repeat your image to fill the background."; +$a->strings["Stretch"] = "Stretch"; +$a->strings["Will stretch to width/height of the image."] = "Will stretch to width/height of the image."; +$a->strings["Resize fill and-clip"] = "Resize fill and-clip"; +$a->strings["Resize to fill and retain aspect ratio."] = "Resize to fill and retain aspect ratio."; +$a->strings["Resize best fit"] = "Resize to best fit"; +$a->strings["Resize to best fit and retain aspect ratio."] = "Resize to best fit and retain aspect ratio."; +$a->strings["Default"] = "Default"; +$a->strings["Note"] = "Note"; +$a->strings["Check image permissions if all users are allowed to visit the image"] = "Check image permissions if all users are allowed to visit the image"; +$a->strings["Select scheme"] = "Select scheme:"; +$a->strings["Navigation bar background color"] = "Navigation bar background colour:"; +$a->strings["Navigation bar icon color "] = "Navigation bar icon colour:"; +$a->strings["Link color"] = "Link colour:"; +$a->strings["Set the background color"] = "Background colour:"; +$a->strings["Content background opacity"] = "Content background opacity"; +$a->strings["Set the background image"] = "Background image:"; +$a->strings["Login page background image"] = "Login page background image"; +$a->strings["Login page background color"] = "Login page background colour"; +$a->strings["Leave background image and color empty for theme defaults"] = "Leave background image and colour empty for theme defaults"; +$a->strings["Guest"] = "Guest"; +$a->strings["Visitor"] = "Visitor"; +$a->strings["Alignment"] = "Alignment"; +$a->strings["Left"] = "Left"; +$a->strings["Center"] = "Centre"; +$a->strings["Color scheme"] = "Colour scheme"; +$a->strings["Posts font size"] = "Posts font size"; +$a->strings["Textareas font size"] = "Text areas font size"; +$a->strings["Comma separated list of helper forums"] = "Comma separated list of helper forums"; +$a->strings["Set style"] = "Set style"; +$a->strings["Community Pages"] = "Community pages"; +$a->strings["Community Profiles"] = "Community profiles"; +$a->strings["Help or @NewHere ?"] = "Help or @NewHere ?"; +$a->strings["Connect Services"] = "Connect services"; +$a->strings["Find Friends"] = "Find friends"; +$a->strings["Last users"] = "Last users"; +$a->strings["Local Directory"] = "Local directory"; +$a->strings["Quick Start"] = "Quick start"; $a->strings["toggle mobile"] = "Toggle mobile"; +$a->strings["Update %s failed. See error logs."] = "Update %s failed. See error logs."; diff --git a/view/lang/en-us/messages.po b/view/lang/en-us/messages.po index 4ffa537367..cf4d54a570 100644 --- a/view/lang/en-us/messages.po +++ b/view/lang/en-us/messages.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: friendica\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2018-02-10 18:14+0100\n" -"PO-Revision-Date: 2018-02-15 14:50+0000\n" +"POT-Creation-Date: 2018-04-06 16:58+0200\n" +"PO-Revision-Date: 2018-04-09 14:05+0000\n" "Last-Translator: Andy H3 \n" "Language-Team: English (United States) (http://www.transifex.com/Friendica/friendica/language/en_US/)\n" "MIME-Version: 1.0\n" @@ -18,1118 +18,6 @@ msgstr "" "Language: en_US\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: include/acl_selectors.php:358 -msgid "Post to Email" -msgstr "Post to email" - -#: include/acl_selectors.php:363 mod/settings.php:1126 -msgid "Hide your profile details from unknown viewers?" -msgstr "Hide profile details from unknown viewers?" - -#: include/acl_selectors.php:363 -#, php-format -msgid "Connectors disabled, since \"%s\" is enabled." -msgstr "Connectors are disabled since \"%s\" is enabled." - -#: include/acl_selectors.php:369 -msgid "Visible to everybody" -msgstr "Visible to everybody" - -#: include/acl_selectors.php:370 view/theme/vier/config.php:115 -msgid "show" -msgstr "show" - -#: include/acl_selectors.php:371 view/theme/vier/config.php:115 -msgid "don't show" -msgstr "don't show" - -#: include/acl_selectors.php:377 mod/editpost.php:133 -msgid "CC: email addresses" -msgstr "CC: email addresses" - -#: include/acl_selectors.php:378 mod/editpost.php:140 -msgid "Example: bob@example.com, mary@example.com" -msgstr "Example: bob@example.com, mary@example.com" - -#: include/acl_selectors.php:380 mod/events.php:537 mod/photos.php:1100 -#: mod/photos.php:1443 -msgid "Permissions" -msgstr "Permissions" - -#: include/acl_selectors.php:381 -msgid "Close" -msgstr "Close" - -#: include/api.php:1182 -#, 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:1206 -#, 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:1230 -#, php-format -msgid "Monthly posting limit of %d post reached. The post was rejected." -msgstr "" - -#: include/api.php:4377 mod/photos.php:89 mod/photos.php:195 -#: mod/photos.php:723 mod/photos.php:1151 mod/photos.php:1168 -#: mod/photos.php:1686 mod/profile_photo.php:84 mod/profile_photo.php:92 -#: mod/profile_photo.php:100 mod/profile_photo.php:223 -#: mod/profile_photo.php:317 mod/profile_photo.php:327 src/Model/User.php:524 -#: src/Model/User.php:532 src/Model/User.php:540 -msgid "Profile Photos" -msgstr "Profile photos" - -#: include/bb2diaspora.php:240 include/event.php:26 include/event.php:915 -#: mod/localtime.php:19 -msgid "l F d, Y \\@ g:i A" -msgstr "l F d, Y \\@ g:i A" - -#: include/bb2diaspora.php:247 include/event.php:45 include/event.php:62 -#: include/event.php:472 include/event.php:993 -msgid "Starts:" -msgstr "Starts:" - -#: include/bb2diaspora.php:253 include/event.php:48 include/event.php:68 -#: include/event.php:473 include/event.php:997 -msgid "Finishes:" -msgstr "Finishes:" - -#: include/bb2diaspora.php:260 include/event.php:52 include/event.php:77 -#: include/event.php:474 include/event.php:1011 mod/directory.php:140 -#: mod/notifications.php:247 mod/contacts.php:650 mod/events.php:522 -#: src/Model/Profile.php:417 -msgid "Location:" -msgstr "Location:" - -#: include/conversation.php:147 include/conversation.php:285 -#: include/text.php:1744 src/Model/Item.php:1850 -msgid "event" -msgstr "event" - -#: include/conversation.php:150 include/conversation.php:160 -#: include/conversation.php:288 include/conversation.php:297 -#: mod/subthread.php:96 mod/tagger.php:71 src/Model/Item.php:1848 -#: src/Protocol/Diaspora.php:1941 -msgid "status" -msgstr "status" - -#: include/conversation.php:155 include/conversation.php:293 -#: include/text.php:1746 mod/subthread.php:96 mod/tagger.php:71 -#: src/Model/Item.php:1848 -msgid "photo" -msgstr "photo" - -#: include/conversation.php:167 src/Model/Item.php:1722 -#: src/Protocol/Diaspora.php:1937 -#, php-format -msgid "%1$s likes %2$s's %3$s" -msgstr "%1$s likes %2$s's %3$s" - -#: include/conversation.php:170 src/Model/Item.php:1727 -#, php-format -msgid "%1$s doesn't like %2$s's %3$s" -msgstr "%1$s doesn't like %2$s's %3$s" - -#: include/conversation.php:173 -#, php-format -msgid "%1$s attends %2$s's %3$s" -msgstr "%1$s goes to %2$s's %3$s" - -#: include/conversation.php:176 -#, php-format -msgid "%1$s doesn't attend %2$s's %3$s" -msgstr "%1$s doesn't go %2$s's %3$s" - -#: include/conversation.php:179 -#, php-format -msgid "%1$s attends maybe %2$s's %3$s" -msgstr "%1$s might go to %2$s's %3$s" - -#: include/conversation.php:212 mod/dfrn_confirm.php:431 -#: src/Protocol/Diaspora.php:2409 -#, php-format -msgid "%1$s is now friends with %2$s" -msgstr "%1$s is now friends with %2$s" - -#: include/conversation.php:253 -#, php-format -msgid "%1$s poked %2$s" -msgstr "%1$s poked %2$s" - -#: include/conversation.php:307 mod/tagger.php:104 -#, php-format -msgid "%1$s tagged %2$s's %3$s with %4$s" -msgstr "%1$s tagged %2$s's %3$s with %4$s" - -#: include/conversation.php:334 -msgid "post/item" -msgstr "Post/Item" - -#: include/conversation.php:335 -#, php-format -msgid "%1$s marked %2$s's %3$s as favorite" -msgstr "%1$s marked %2$s's %3$s as favorite" - -#: include/conversation.php:609 mod/photos.php:1503 mod/profiles.php:354 -msgid "Likes" -msgstr "Likes" - -#: include/conversation.php:609 mod/photos.php:1503 mod/profiles.php:358 -msgid "Dislikes" -msgstr "Dislikes" - -#: include/conversation.php:610 include/conversation.php:1673 -#: mod/photos.php:1504 -msgid "Attending" -msgid_plural "Attending" -msgstr[0] "Attending" -msgstr[1] "Attending" - -#: include/conversation.php:610 mod/photos.php:1504 -msgid "Not attending" -msgstr "Not attending" - -#: include/conversation.php:610 mod/photos.php:1504 -msgid "Might attend" -msgstr "Might attend" - -#: include/conversation.php:744 mod/photos.php:1571 src/Object/Post.php:177 -msgid "Select" -msgstr "Select" - -#: include/conversation.php:745 mod/admin.php:1705 mod/contacts.php:820 -#: mod/contacts.php:1018 mod/photos.php:1572 mod/settings.php:742 -#: src/Object/Post.php:178 -msgid "Delete" -msgstr "Delete" - -#: include/conversation.php:777 src/Object/Post.php:355 -#: src/Object/Post.php:356 -#, php-format -msgid "View %s's profile @ %s" -msgstr "View %s's profile @ %s" - -#: include/conversation.php:789 src/Object/Post.php:343 -msgid "Categories:" -msgstr "Categories:" - -#: include/conversation.php:790 src/Object/Post.php:344 -msgid "Filed under:" -msgstr "Filed under:" - -#: include/conversation.php:797 src/Object/Post.php:369 -#, php-format -msgid "%s from %s" -msgstr "%s from %s" - -#: include/conversation.php:812 -msgid "View in context" -msgstr "View in context" - -#: include/conversation.php:814 include/conversation.php:1346 -#: mod/wallmessage.php:146 mod/editpost.php:124 mod/message.php:264 -#: mod/message.php:435 mod/photos.php:1475 src/Object/Post.php:394 -msgid "Please wait" -msgstr "Please wait" - -#: include/conversation.php:885 -msgid "remove" -msgstr "Remove" - -#: include/conversation.php:889 -msgid "Delete Selected Items" -msgstr "Delete selected items" - -#: include/conversation.php:1052 view/theme/frio/theme.php:355 -msgid "Follow Thread" -msgstr "Follow thread" - -#: include/conversation.php:1053 src/Model/Contact.php:554 -msgid "View Status" -msgstr "View status" - -#: include/conversation.php:1054 include/conversation.php:1070 -#: mod/allfriends.php:73 mod/directory.php:153 mod/suggest.php:82 -#: mod/dirfind.php:220 mod/match.php:89 src/Model/Contact.php:497 -#: src/Model/Contact.php:510 src/Model/Contact.php:555 -msgid "View Profile" -msgstr "View profile" - -#: include/conversation.php:1055 src/Model/Contact.php:556 -msgid "View Photos" -msgstr "View photos" - -#: include/conversation.php:1056 src/Model/Contact.php:557 -msgid "Network Posts" -msgstr "Network posts" - -#: include/conversation.php:1057 src/Model/Contact.php:558 -msgid "View Contact" -msgstr "View contact" - -#: include/conversation.php:1058 src/Model/Contact.php:560 -msgid "Send PM" -msgstr "Send PM" - -#: include/conversation.php:1062 src/Model/Contact.php:561 -msgid "Poke" -msgstr "Poke" - -#: include/conversation.php:1067 mod/allfriends.php:74 mod/follow.php:145 -#: mod/suggest.php:83 mod/dirfind.php:221 mod/match.php:90 -#: mod/contacts.php:586 src/Content/Widget.php:61 src/Model/Contact.php:511 -msgid "Connect/Follow" -msgstr "Connect/Follow" - -#: include/conversation.php:1186 -#, php-format -msgid "%s likes this." -msgstr "%s likes this." - -#: include/conversation.php:1189 -#, php-format -msgid "%s doesn't like this." -msgstr "%s doesn't like this." - -#: include/conversation.php:1192 -#, php-format -msgid "%s attends." -msgstr "%s attends." - -#: include/conversation.php:1195 -#, php-format -msgid "%s doesn't attend." -msgstr "%s doesn't attend." - -#: include/conversation.php:1198 -#, php-format -msgid "%s attends maybe." -msgstr "%s may attend." - -#: include/conversation.php:1209 -msgid "and" -msgstr "and" - -#: include/conversation.php:1215 -#, php-format -msgid "and %d other people" -msgstr "" - -#: include/conversation.php:1224 -#, php-format -msgid "%2$d people like this" -msgstr "%2$d people like this" - -#: include/conversation.php:1225 -#, php-format -msgid "%s like this." -msgstr "%s like this." - -#: include/conversation.php:1228 -#, php-format -msgid "%2$d people don't like this" -msgstr "%2$d people don't like this" - -#: include/conversation.php:1229 -#, php-format -msgid "%s don't like this." -msgstr "%s don't like this." - -#: include/conversation.php:1232 -#, php-format -msgid "%2$d people attend" -msgstr "%2$d people attend" - -#: include/conversation.php:1233 -#, php-format -msgid "%s attend." -msgstr "%s attend." - -#: include/conversation.php:1236 -#, php-format -msgid "%2$d people don't attend" -msgstr "%2$d people don't attend" - -#: include/conversation.php:1237 -#, php-format -msgid "%s don't attend." -msgstr "%s don't attend." - -#: include/conversation.php:1240 -#, php-format -msgid "%2$d people attend maybe" -msgstr "%2$d people attend maybe" - -#: include/conversation.php:1241 -#, php-format -msgid "%s anttend maybe." -msgstr "%s attend maybe." - -#: include/conversation.php:1271 include/conversation.php:1287 -msgid "Visible to everybody" -msgstr "Visible to everybody" - -#: include/conversation.php:1272 include/conversation.php:1288 -#: mod/wallmessage.php:120 mod/wallmessage.php:127 mod/message.php:199 -#: mod/message.php:206 mod/message.php:345 mod/message.php:352 -msgid "Please enter a link URL:" -msgstr "Please enter a link URL:" - -#: include/conversation.php:1273 include/conversation.php:1289 -msgid "Please enter a video link/URL:" -msgstr "Please enter a video link/URL:" - -#: include/conversation.php:1274 include/conversation.php:1290 -msgid "Please enter an audio link/URL:" -msgstr "Please enter an audio link/URL:" - -#: include/conversation.php:1275 include/conversation.php:1291 -msgid "Tag term:" -msgstr "Tag term:" - -#: include/conversation.php:1276 include/conversation.php:1292 -#: mod/filer.php:35 -msgid "Save to Folder:" -msgstr "Save to folder:" - -#: include/conversation.php:1277 include/conversation.php:1293 -msgid "Where are you right now?" -msgstr "Where are you right now?" - -#: include/conversation.php:1278 -msgid "Delete item(s)?" -msgstr "Delete item(s)?" - -#: include/conversation.php:1327 -msgid "Share" -msgstr "Share" - -#: include/conversation.php:1328 mod/wallmessage.php:144 mod/editpost.php:110 -#: mod/message.php:262 mod/message.php:432 -msgid "Upload photo" -msgstr "Upload photo" - -#: include/conversation.php:1329 mod/editpost.php:111 -msgid "upload photo" -msgstr "upload photo" - -#: include/conversation.php:1330 mod/editpost.php:112 -msgid "Attach file" -msgstr "Attach file" - -#: include/conversation.php:1331 mod/editpost.php:113 -msgid "attach file" -msgstr "attach file" - -#: include/conversation.php:1332 mod/wallmessage.php:145 mod/editpost.php:114 -#: mod/message.php:263 mod/message.php:433 -msgid "Insert web link" -msgstr "Insert web link" - -#: include/conversation.php:1333 mod/editpost.php:115 -msgid "web link" -msgstr "web link" - -#: include/conversation.php:1334 mod/editpost.php:116 -msgid "Insert video link" -msgstr "Insert video link" - -#: include/conversation.php:1335 mod/editpost.php:117 -msgid "video link" -msgstr "video link" - -#: include/conversation.php:1336 mod/editpost.php:118 -msgid "Insert audio link" -msgstr "Insert audio link" - -#: include/conversation.php:1337 mod/editpost.php:119 -msgid "audio link" -msgstr "audio link" - -#: include/conversation.php:1338 mod/editpost.php:120 -msgid "Set your location" -msgstr "Set your location" - -#: include/conversation.php:1339 mod/editpost.php:121 -msgid "set location" -msgstr "set location" - -#: include/conversation.php:1340 mod/editpost.php:122 -msgid "Clear browser location" -msgstr "Clear browser location" - -#: include/conversation.php:1341 mod/editpost.php:123 -msgid "clear location" -msgstr "clear location" - -#: include/conversation.php:1343 mod/editpost.php:137 -msgid "Set title" -msgstr "Set title" - -#: include/conversation.php:1345 mod/editpost.php:139 -msgid "Categories (comma-separated list)" -msgstr "Categories (comma-separated list)" - -#: include/conversation.php:1347 mod/editpost.php:125 -msgid "Permission settings" -msgstr "Permission settings" - -#: include/conversation.php:1348 mod/editpost.php:154 -msgid "permissions" -msgstr "permissions" - -#: include/conversation.php:1356 mod/editpost.php:134 -msgid "Public post" -msgstr "Public post" - -#: include/conversation.php:1360 mod/editpost.php:145 mod/events.php:532 -#: mod/photos.php:1494 mod/photos.php:1533 mod/photos.php:1606 -#: src/Object/Post.php:797 -msgid "Preview" -msgstr "Preview" - -#: include/conversation.php:1364 include/items.php:388 mod/fbrowser.php:103 -#: mod/fbrowser.php:134 mod/follow.php:163 mod/suggest.php:41 -#: mod/unfollow.php:117 mod/editpost.php:148 mod/contacts.php:466 -#: mod/dfrn_request.php:663 mod/message.php:140 mod/photos.php:249 -#: mod/photos.php:325 mod/settings.php:680 mod/settings.php:706 -#: mod/tagrm.php:19 mod/tagrm.php:99 mod/videos.php:149 -msgid "Cancel" -msgstr "Cancel" - -#: include/conversation.php:1369 -msgid "Post to Groups" -msgstr "Post to groups" - -#: include/conversation.php:1370 -msgid "Post to Contacts" -msgstr "Post to contacts" - -#: include/conversation.php:1371 -msgid "Private post" -msgstr "Private post" - -#: include/conversation.php:1376 mod/editpost.php:152 -#: src/Model/Profile.php:342 -msgid "Message" -msgstr "Message" - -#: include/conversation.php:1377 mod/editpost.php:153 -msgid "Browser" -msgstr "Browser" - -#: include/conversation.php:1644 -msgid "View all" -msgstr "View all" - -#: include/conversation.php:1667 -msgid "Like" -msgid_plural "Likes" -msgstr[0] "Like" -msgstr[1] "Likes" - -#: include/conversation.php:1670 -msgid "Dislike" -msgid_plural "Dislikes" -msgstr[0] "Dislike" -msgstr[1] "Dislikes" - -#: include/conversation.php:1676 -msgid "Not Attending" -msgid_plural "Not Attending" -msgstr[0] "Not attending" -msgstr[1] "Not attending" - -#: include/conversation.php:1679 src/Content/ContactSelector.php:125 -msgid "Undecided" -msgid_plural "Undecided" -msgstr[0] "Undecided" -msgstr[1] "Undecided" - -#: include/dba.php:59 -#, php-format -msgid "Cannot locate DNS info for database server '%s'" -msgstr "Cannot locate DNS info for database server '%s'" - -#: include/enotify.php:33 -msgid "Friendica Notification" -msgstr "Friendica notification" - -#: include/enotify.php:36 -msgid "Thank You," -msgstr "Thank you" - -#: include/enotify.php:39 -#, php-format -msgid "%s Administrator" -msgstr "%s Administrator" - -#: include/enotify.php:41 -#, php-format -msgid "%1$s, %2$s Administrator" -msgstr "%1$s, %2$s Administrator" - -#: include/enotify.php:52 src/Worker/Delivery.php:404 -msgid "noreply" -msgstr "noreply" - -#: include/enotify.php:100 -#, php-format -msgid "[Friendica:Notify] New mail received at %s" -msgstr "[Friendica:Notify] New mail received at %s" - -#: include/enotify.php:102 -#, php-format -msgid "%1$s sent you a new private message at %2$s." -msgstr "%1$s sent you a new private message at %2$s." - -#: include/enotify.php:103 -msgid "a private message" -msgstr "a private message" - -#: include/enotify.php:103 -#, php-format -msgid "%1$s sent you %2$s." -msgstr "%1$s sent you %2$s." - -#: include/enotify.php:105 -#, php-format -msgid "Please visit %s to view and/or reply to your private messages." -msgstr "Please visit %s to view or reply to your private messages." - -#: include/enotify.php:143 -#, php-format -msgid "%1$s commented on [url=%2$s]a %3$s[/url]" -msgstr "%1$s commented on [url=%2$s]a %3$s[/url]" - -#: include/enotify.php:151 -#, php-format -msgid "%1$s commented on [url=%2$s]%3$s's %4$s[/url]" -msgstr "%1$s commented on [url=%2$s]%3$s's %4$s[/url]" - -#: include/enotify.php:161 -#, php-format -msgid "%1$s commented on [url=%2$s]your %3$s[/url]" -msgstr "%1$s commented on [url=%2$s]your %3$s[/url]" - -#: include/enotify.php:173 -#, php-format -msgid "[Friendica:Notify] Comment to conversation #%1$d by %2$s" -msgstr "[Friendica:Notify] Comment to conversation #%1$d by %2$s" - -#: include/enotify.php:175 -#, php-format -msgid "%s commented on an item/conversation you have been following." -msgstr "%s commented on an item/conversation you have been following." - -#: include/enotify.php:178 include/enotify.php:193 include/enotify.php:208 -#: include/enotify.php:223 include/enotify.php:242 include/enotify.php:257 -#, php-format -msgid "Please visit %s to view and/or reply to the conversation." -msgstr "Please visit %s to view or reply to the conversation." - -#: include/enotify.php:185 -#, php-format -msgid "[Friendica:Notify] %s posted to your profile wall" -msgstr "[Friendica:Notify] %s posted to your profile wall" - -#: include/enotify.php:187 -#, php-format -msgid "%1$s posted to your profile wall at %2$s" -msgstr "%1$s posted to your profile wall at %2$s" - -#: include/enotify.php:188 -#, php-format -msgid "%1$s posted to [url=%2$s]your wall[/url]" -msgstr "%1$s posted to [url=%2$s]your wall[/url]" - -#: include/enotify.php:200 -#, php-format -msgid "[Friendica:Notify] %s tagged you" -msgstr "[Friendica:Notify] %s tagged you" - -#: include/enotify.php:202 -#, php-format -msgid "%1$s tagged you at %2$s" -msgstr "%1$s tagged you at %2$s" - -#: include/enotify.php:203 -#, php-format -msgid "%1$s [url=%2$s]tagged you[/url]." -msgstr "%1$s [url=%2$s]tagged you[/url]." - -#: include/enotify.php:215 -#, php-format -msgid "[Friendica:Notify] %s shared a new post" -msgstr "[Friendica:Notify] %s shared a new post" - -#: include/enotify.php:217 -#, php-format -msgid "%1$s shared a new post at %2$s" -msgstr "%1$s shared a new post at %2$s" - -#: include/enotify.php:218 -#, php-format -msgid "%1$s [url=%2$s]shared a post[/url]." -msgstr "%1$s [url=%2$s]shared a post[/url]." - -#: include/enotify.php:230 -#, php-format -msgid "[Friendica:Notify] %1$s poked you" -msgstr "[Friendica:Notify] %1$s poked you" - -#: include/enotify.php:232 -#, php-format -msgid "%1$s poked you at %2$s" -msgstr "%1$s poked you at %2$s" - -#: include/enotify.php:233 -#, php-format -msgid "%1$s [url=%2$s]poked you[/url]." -msgstr "%1$s [url=%2$s]poked you[/url]." - -#: include/enotify.php:249 -#, php-format -msgid "[Friendica:Notify] %s tagged your post" -msgstr "[Friendica:Notify] %s tagged your post" - -#: include/enotify.php:251 -#, php-format -msgid "%1$s tagged your post at %2$s" -msgstr "%1$s tagged your post at %2$s" - -#: include/enotify.php:252 -#, php-format -msgid "%1$s tagged [url=%2$s]your post[/url]" -msgstr "%1$s tagged [url=%2$s]your post[/url]" - -#: include/enotify.php:264 -msgid "[Friendica:Notify] Introduction received" -msgstr "[Friendica:Notify] Introduction received" - -#: include/enotify.php:266 -#, php-format -msgid "You've received an introduction from '%1$s' at %2$s" -msgstr "You've received an introduction from '%1$s' at %2$s" - -#: include/enotify.php:267 -#, php-format -msgid "You've received [url=%1$s]an introduction[/url] from %2$s." -msgstr "You've received [url=%1$s]an introduction[/url] from %2$s." - -#: include/enotify.php:272 include/enotify.php:318 -#, php-format -msgid "You may visit their profile at %s" -msgstr "You may visit their profile at %s" - -#: include/enotify.php:274 -#, php-format -msgid "Please visit %s to approve or reject the introduction." -msgstr "Please visit %s to approve or reject the introduction." - -#: include/enotify.php:282 -msgid "[Friendica:Notify] A new person is sharing with you" -msgstr "[Friendica:Notify] A new person is sharing with you" - -#: include/enotify.php:284 include/enotify.php:285 -#, php-format -msgid "%1$s is sharing with you at %2$s" -msgstr "%1$s is sharing with you at %2$s" - -#: include/enotify.php:292 -msgid "[Friendica:Notify] You have a new follower" -msgstr "[Friendica:Notify] You have a new follower" - -#: include/enotify.php:294 include/enotify.php:295 -#, php-format -msgid "You have a new follower at %2$s : %1$s" -msgstr "You have a new follower at %2$s : %1$s" - -#: include/enotify.php:307 -msgid "[Friendica:Notify] Friend suggestion received" -msgstr "[Friendica:Notify] Friend suggestion received" - -#: include/enotify.php:309 -#, php-format -msgid "You've received a friend suggestion from '%1$s' at %2$s" -msgstr "You've received a friend suggestion from '%1$s' at %2$s" - -#: include/enotify.php:310 -#, php-format -msgid "" -"You've received [url=%1$s]a friend suggestion[/url] for %2$s from %3$s." -msgstr "You've received [url=%1$s]a friend suggestion[/url] for %2$s from %3$s." - -#: include/enotify.php:316 -msgid "Name:" -msgstr "Name:" - -#: include/enotify.php:317 -msgid "Photo:" -msgstr "Photo:" - -#: include/enotify.php:320 -#, php-format -msgid "Please visit %s to approve or reject the suggestion." -msgstr "Please visit %s to approve or reject the suggestion." - -#: include/enotify.php:328 include/enotify.php:343 -msgid "[Friendica:Notify] Connection accepted" -msgstr "[Friendica:Notify] Connection accepted" - -#: include/enotify.php:330 include/enotify.php:345 -#, php-format -msgid "'%1$s' has accepted your connection request at %2$s" -msgstr "'%1$s' has accepted your connection request at %2$s" - -#: include/enotify.php:331 include/enotify.php:346 -#, php-format -msgid "%2$s has accepted your [url=%1$s]connection request[/url]." -msgstr "%2$s has accepted your [url=%1$s]connection request[/url]." - -#: include/enotify.php:336 -msgid "" -"You are now mutual friends and may exchange status updates, photos, and " -"email without restriction." -msgstr "You are now mutual friends and may exchange status updates, photos, and email without restriction." - -#: include/enotify.php:338 -#, php-format -msgid "Please visit %s if you wish to make any changes to this relationship." -msgstr "Please visit %s if you wish to make any changes to this relationship." - -#: include/enotify.php:351 -#, 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:353 -#, php-format -msgid "" -"'%1$s' may choose to extend this into a two-way or more permissive " -"relationship in the future." -msgstr "'%1$s' may choose to extend this into a two-way or more permissive relationship in the future." - -#: include/enotify.php:355 -#, php-format -msgid "Please visit %s if you wish to make any changes to this relationship." -msgstr "Please visit %s if you wish to make any changes to this relationship." - -#: include/enotify.php:365 -msgid "[Friendica System:Notify] registration request" -msgstr "[Friendica:Notify] registration request" - -#: include/enotify.php:367 -#, php-format -msgid "You've received a registration request from '%1$s' at %2$s" -msgstr "You've received a registration request from '%1$s' at %2$s." - -#: include/enotify.php:368 -#, php-format -msgid "You've received a [url=%1$s]registration request[/url] from %2$s." -msgstr "You've received a [url=%1$s]registration request[/url] from %2$s." - -#: include/enotify.php:373 -#, php-format -msgid "Full Name:\t%1$s\\nSite Location:\t%2$s\\nLogin Name:\t%3$s (%4$s(" -msgstr "" - -#: include/enotify.php:379 -#, php-format -msgid "Please visit %s to approve or reject the request." -msgstr "Please visit %s to approve or reject the request." - -#: include/event.php:421 -msgid "all-day" -msgstr "All-day" - -#: include/event.php:423 include/text.php:1135 -msgid "Sun" -msgstr "Sun" - -#: include/event.php:424 include/text.php:1135 -msgid "Mon" -msgstr "Mon" - -#: include/event.php:425 include/text.php:1135 -msgid "Tue" -msgstr "Tue" - -#: include/event.php:426 include/text.php:1135 -msgid "Wed" -msgstr "Wed" - -#: include/event.php:427 include/text.php:1135 -msgid "Thu" -msgstr "Thu" - -#: include/event.php:428 include/text.php:1135 -msgid "Fri" -msgstr "Fri" - -#: include/event.php:429 include/text.php:1135 -msgid "Sat" -msgstr "Sat" - -#: include/event.php:431 include/text.php:1117 mod/settings.php:945 -msgid "Sunday" -msgstr "Sunday" - -#: include/event.php:432 include/text.php:1117 mod/settings.php:945 -msgid "Monday" -msgstr "Monday" - -#: include/event.php:433 include/text.php:1117 -msgid "Tuesday" -msgstr "Tuesday" - -#: include/event.php:434 include/text.php:1117 -msgid "Wednesday" -msgstr "Wednesday" - -#: include/event.php:435 include/text.php:1117 -msgid "Thursday" -msgstr "Thursday" - -#: include/event.php:436 include/text.php:1117 -msgid "Friday" -msgstr "Friday" - -#: include/event.php:437 include/text.php:1117 -msgid "Saturday" -msgstr "Saturday" - -#: include/event.php:439 include/text.php:1138 -msgid "Jan" -msgstr "Jan" - -#: include/event.php:440 include/text.php:1138 -msgid "Feb" -msgstr "Feb" - -#: include/event.php:441 include/text.php:1138 -msgid "Mar" -msgstr "Mar" - -#: include/event.php:442 include/text.php:1138 -msgid "Apr" -msgstr "Apr" - -#: include/event.php:443 include/event.php:456 include/text.php:1121 -#: include/text.php:1138 -msgid "May" -msgstr "May" - -#: include/event.php:444 -msgid "Jun" -msgstr "Jun" - -#: include/event.php:445 include/text.php:1138 -msgid "Jul" -msgstr "Jul" - -#: include/event.php:446 include/text.php:1138 -msgid "Aug" -msgstr "Aug" - -#: include/event.php:447 -msgid "Sept" -msgstr "Sep" - -#: include/event.php:448 include/text.php:1138 -msgid "Oct" -msgstr "Oct" - -#: include/event.php:449 include/text.php:1138 -msgid "Nov" -msgstr "Nov" - -#: include/event.php:450 include/text.php:1138 -msgid "Dec" -msgstr "Dec" - -#: include/event.php:452 include/text.php:1121 -msgid "January" -msgstr "January" - -#: include/event.php:453 include/text.php:1121 -msgid "February" -msgstr "February" - -#: include/event.php:454 include/text.php:1121 -msgid "March" -msgstr "March" - -#: include/event.php:455 include/text.php:1121 -msgid "April" -msgstr "April" - -#: include/event.php:457 include/text.php:1121 -msgid "June" -msgstr "June" - -#: include/event.php:458 include/text.php:1121 -msgid "July" -msgstr "July" - -#: include/event.php:459 include/text.php:1121 -msgid "August" -msgstr "August" - -#: include/event.php:460 include/text.php:1121 -msgid "September" -msgstr "September" - -#: include/event.php:461 include/text.php:1121 -msgid "October" -msgstr "October" - -#: include/event.php:462 include/text.php:1121 -msgid "November" -msgstr "November" - -#: include/event.php:463 include/text.php:1121 -msgid "December" -msgstr "December" - -#: include/event.php:465 mod/cal.php:280 mod/events.php:402 -msgid "today" -msgstr "today" - -#: include/event.php:466 mod/cal.php:281 mod/events.php:403 -#: src/Util/Temporal.php:302 -msgid "month" -msgstr "month" - -#: include/event.php:467 mod/cal.php:282 mod/events.php:404 -#: src/Util/Temporal.php:303 -msgid "week" -msgstr "week" - -#: include/event.php:468 mod/cal.php:283 mod/events.php:405 -#: src/Util/Temporal.php:304 -msgid "day" -msgstr "day" - -#: include/event.php:470 -msgid "No events to display" -msgstr "No events to display" - -#: include/event.php:584 -msgid "l, F j" -msgstr "l, F j" - -#: include/event.php:608 -msgid "Edit event" -msgstr "Edit event" - -#: include/event.php:609 -msgid "Duplicate event" -msgstr "Duplicate event" - -#: include/event.php:610 -msgid "Delete event" -msgstr "Delete event" - -#: include/event.php:637 include/text.php:1535 include/text.php:1542 -msgid "link to source" -msgstr "Link to source" - -#: include/event.php:897 -msgid "Export" -msgstr "Export" - -#: include/event.php:898 -msgid "Export calendar as ical" -msgstr "Export calendar as ical" - -#: include/event.php:899 -msgid "Export calendar as csv" -msgstr "Export calendar as csv" - -#: include/event.php:916 -msgid "D g:i A" -msgstr "D g:i A" - -#: include/event.php:917 -msgid "g:i A" -msgstr "g:i A" - -#: include/event.php:1012 include/event.php:1014 -msgid "Show map" -msgstr "Show map" - -#: include/event.php:1013 -msgid "Hide map" -msgstr "Hide map" - -#: include/items.php:343 mod/notice.php:22 mod/viewsrc.php:20 -#: mod/admin.php:269 mod/admin.php:1761 mod/admin.php:2009 mod/display.php:69 -#: mod/display.php:246 mod/display.php:348 -msgid "Item not found." -msgstr "Item not found." - -#: include/items.php:383 -msgid "Do you really want to delete this item?" -msgstr "Do you really want to delete this item?" - -#: include/items.php:385 mod/api.php:110 mod/follow.php:152 mod/suggest.php:38 -#: mod/contacts.php:463 mod/dfrn_request.php:653 mod/message.php:137 -#: mod/profiles.php:649 mod/profiles.php:652 mod/profiles.php:674 -#: mod/register.php:236 mod/settings.php:1109 mod/settings.php:1115 -#: mod/settings.php:1122 mod/settings.php:1126 mod/settings.php:1130 -#: mod/settings.php:1134 mod/settings.php:1138 mod/settings.php:1142 -#: mod/settings.php:1162 mod/settings.php:1163 mod/settings.php:1164 -#: mod/settings.php:1165 mod/settings.php:1166 -msgid "Yes" -msgstr "Yes" - -#: include/items.php:402 mod/allfriends.php:21 mod/api.php:35 mod/api.php:40 -#: mod/attach.php:38 mod/common.php:26 mod/crepair.php:98 mod/delegate.php:20 -#: mod/follow.php:16 mod/follow.php:57 mod/follow.php:120 mod/group.php:26 -#: mod/nogroup.php:28 mod/notes.php:30 mod/regmod.php:108 -#: mod/repair_ostatus.php:13 mod/suggest.php:60 mod/unfollow.php:15 -#: mod/unfollow.php:57 mod/unfollow.php:90 mod/viewcontacts.php:55 -#: mod/wall_upload.php:103 mod/wall_upload.php:106 mod/wallmessage.php:16 -#: mod/wallmessage.php:40 mod/wallmessage.php:79 mod/wallmessage.php:103 -#: mod/editpost.php:20 mod/uimport.php:28 mod/dirfind.php:24 -#: mod/notifications.php:73 mod/ostatus_subscribe.php:16 mod/cal.php:304 -#: mod/contacts.php:377 mod/dfrn_confirm.php:68 mod/events.php:196 -#: mod/fsuggest.php:81 mod/invite.php:20 mod/invite.php:106 mod/item.php:161 -#: mod/manage.php:131 mod/message.php:58 mod/message.php:103 -#: mod/network.php:32 mod/photos.php:175 mod/photos.php:1053 mod/poke.php:154 -#: mod/profile_photo.php:29 mod/profile_photo.php:188 -#: mod/profile_photo.php:199 mod/profile_photo.php:212 mod/profiles.php:181 -#: mod/profiles.php:619 mod/register.php:53 mod/settings.php:41 -#: mod/settings.php:140 mod/settings.php:669 mod/wall_attach.php:74 -#: mod/wall_attach.php:77 index.php:413 -msgid "Permission denied." -msgstr "Permission denied." - -#: include/items.php:472 -msgid "Archives" -msgstr "Archives" - -#: include/items.php:478 view/theme/vier/theme.php:258 -#: src/Content/ForumManager.php:130 src/Content/Widget.php:312 -#: src/Object/Post.php:422 src/App.php:514 -msgid "show more" -msgstr "Show more..." - #: include/security.php:81 msgid "Welcome " msgstr "Welcome " @@ -1148,177 +36,1156 @@ msgid "" "form has been opened for too long (>3 hours) before submitting it." msgstr "The form security token was incorrect. This probably happened because the form has not been submitted within 3 hours." -#: include/text.php:301 +#: include/dba.php:57 +#, php-format +msgid "Cannot locate DNS info for database server '%s'" +msgstr "Cannot locate DNS info for database server '%s'" + +#: include/api.php:1199 +#, php-format +msgid "Daily posting limit of %d post reached. The post was rejected." +msgid_plural "Daily posting limit of %d posts reached. The post was rejected." +msgstr[0] "Daily posting limit of %d post are reached. The post was rejected." +msgstr[1] "Daily posting limit of %d posts are reached. This post was rejected." + +#: include/api.php:1223 +#, php-format +msgid "Weekly posting limit of %d post reached. The post was rejected." +msgid_plural "" +"Weekly posting limit of %d posts reached. The post was rejected." +msgstr[0] "Weekly posting limit of %d post are reached. The post was rejected." +msgstr[1] "Weekly posting limit of %d posts are reached. This post was rejected." + +#: include/api.php:1247 +#, php-format +msgid "Monthly posting limit of %d post reached. The post was rejected." +msgstr "Monthly posting limit of %d posts are reached. This post was rejected." + +#: include/api.php:4400 mod/photos.php:88 mod/photos.php:194 +#: mod/photos.php:722 mod/photos.php:1149 mod/photos.php:1166 +#: mod/photos.php:1684 mod/profile_photo.php:85 mod/profile_photo.php:93 +#: mod/profile_photo.php:101 mod/profile_photo.php:211 +#: mod/profile_photo.php:302 mod/profile_photo.php:312 src/Model/User.php:539 +#: src/Model/User.php:547 src/Model/User.php:555 +msgid "Profile Photos" +msgstr "Profile photos" + +#: include/enotify.php:31 +msgid "Friendica Notification" +msgstr "Friendica notification" + +#: include/enotify.php:34 +msgid "Thank You," +msgstr "Thank you" + +#: include/enotify.php:37 +#, php-format +msgid "%s Administrator" +msgstr "%s Administrator" + +#: include/enotify.php:39 +#, php-format +msgid "%1$s, %2$s Administrator" +msgstr "%1$s, %2$s Administrator" + +#: include/enotify.php:50 src/Worker/Delivery.php:404 +msgid "noreply" +msgstr "noreply" + +#: include/enotify.php:98 +#, php-format +msgid "[Friendica:Notify] New mail received at %s" +msgstr "[Friendica:Notify] New mail received at %s" + +#: include/enotify.php:100 +#, php-format +msgid "%1$s sent you a new private message at %2$s." +msgstr "%1$s sent you a new private message at %2$s." + +#: include/enotify.php:101 +msgid "a private message" +msgstr "a private message" + +#: include/enotify.php:101 +#, php-format +msgid "%1$s sent you %2$s." +msgstr "%1$s sent you %2$s." + +#: include/enotify.php:103 +#, php-format +msgid "Please visit %s to view and/or reply to your private messages." +msgstr "Please visit %s to view or reply to your private messages." + +#: include/enotify.php:141 +#, php-format +msgid "%1$s commented on [url=%2$s]a %3$s[/url]" +msgstr "%1$s commented on [url=%2$s]a %3$s[/url]" + +#: include/enotify.php:149 +#, php-format +msgid "%1$s commented on [url=%2$s]%3$s's %4$s[/url]" +msgstr "%1$s commented on [url=%2$s]%3$s's %4$s[/url]" + +#: include/enotify.php:159 +#, php-format +msgid "%1$s commented on [url=%2$s]your %3$s[/url]" +msgstr "%1$s commented on [url=%2$s]your %3$s[/url]" + +#: include/enotify.php:171 +#, php-format +msgid "[Friendica:Notify] Comment to conversation #%1$d by %2$s" +msgstr "[Friendica:Notify] Comment to conversation #%1$d by %2$s" + +#: include/enotify.php:173 +#, php-format +msgid "%s commented on an item/conversation you have been following." +msgstr "%s commented on an item/conversation you have been following." + +#: include/enotify.php:176 include/enotify.php:191 include/enotify.php:206 +#: include/enotify.php:221 include/enotify.php:240 include/enotify.php:255 +#, php-format +msgid "Please visit %s to view and/or reply to the conversation." +msgstr "Please visit %s to view or reply to the conversation." + +#: include/enotify.php:183 +#, php-format +msgid "[Friendica:Notify] %s posted to your profile wall" +msgstr "[Friendica:Notify] %s posted to your profile wall" + +#: include/enotify.php:185 +#, php-format +msgid "%1$s posted to your profile wall at %2$s" +msgstr "%1$s posted to your profile wall at %2$s" + +#: include/enotify.php:186 +#, php-format +msgid "%1$s posted to [url=%2$s]your wall[/url]" +msgstr "%1$s posted to [url=%2$s]your wall[/url]" + +#: include/enotify.php:198 +#, php-format +msgid "[Friendica:Notify] %s tagged you" +msgstr "[Friendica:Notify] %s tagged you" + +#: include/enotify.php:200 +#, php-format +msgid "%1$s tagged you at %2$s" +msgstr "%1$s tagged you at %2$s" + +#: include/enotify.php:201 +#, php-format +msgid "%1$s [url=%2$s]tagged you[/url]." +msgstr "%1$s [url=%2$s]tagged you[/url]." + +#: include/enotify.php:213 +#, php-format +msgid "[Friendica:Notify] %s shared a new post" +msgstr "[Friendica:Notify] %s shared a new post" + +#: include/enotify.php:215 +#, php-format +msgid "%1$s shared a new post at %2$s" +msgstr "%1$s shared a new post at %2$s" + +#: include/enotify.php:216 +#, php-format +msgid "%1$s [url=%2$s]shared a post[/url]." +msgstr "%1$s [url=%2$s]shared a post[/url]." + +#: include/enotify.php:228 +#, php-format +msgid "[Friendica:Notify] %1$s poked you" +msgstr "[Friendica:Notify] %1$s poked you" + +#: include/enotify.php:230 +#, php-format +msgid "%1$s poked you at %2$s" +msgstr "%1$s poked you at %2$s" + +#: include/enotify.php:231 +#, php-format +msgid "%1$s [url=%2$s]poked you[/url]." +msgstr "%1$s [url=%2$s]poked you[/url]." + +#: include/enotify.php:247 +#, php-format +msgid "[Friendica:Notify] %s tagged your post" +msgstr "[Friendica:Notify] %s tagged your post" + +#: include/enotify.php:249 +#, php-format +msgid "%1$s tagged your post at %2$s" +msgstr "%1$s tagged your post at %2$s" + +#: include/enotify.php:250 +#, php-format +msgid "%1$s tagged [url=%2$s]your post[/url]" +msgstr "%1$s tagged [url=%2$s]your post[/url]" + +#: include/enotify.php:262 +msgid "[Friendica:Notify] Introduction received" +msgstr "[Friendica:Notify] Introduction received" + +#: include/enotify.php:264 +#, php-format +msgid "You've received an introduction from '%1$s' at %2$s" +msgstr "You've received an introduction from '%1$s' at %2$s" + +#: include/enotify.php:265 +#, php-format +msgid "You've received [url=%1$s]an introduction[/url] from %2$s." +msgstr "You've received [url=%1$s]an introduction[/url] from %2$s." + +#: include/enotify.php:270 include/enotify.php:316 +#, php-format +msgid "You may visit their profile at %s" +msgstr "You may visit their profile at %s" + +#: include/enotify.php:272 +#, php-format +msgid "Please visit %s to approve or reject the introduction." +msgstr "Please visit %s to approve or reject the introduction." + +#: include/enotify.php:280 +msgid "[Friendica:Notify] A new person is sharing with you" +msgstr "[Friendica:Notify] A new person is sharing with you" + +#: include/enotify.php:282 include/enotify.php:283 +#, php-format +msgid "%1$s is sharing with you at %2$s" +msgstr "%1$s is sharing with you at %2$s" + +#: include/enotify.php:290 +msgid "[Friendica:Notify] You have a new follower" +msgstr "[Friendica:Notify] You have a new follower" + +#: include/enotify.php:292 include/enotify.php:293 +#, php-format +msgid "You have a new follower at %2$s : %1$s" +msgstr "You have a new follower at %2$s : %1$s" + +#: include/enotify.php:305 +msgid "[Friendica:Notify] Friend suggestion received" +msgstr "[Friendica:Notify] Friend suggestion received" + +#: include/enotify.php:307 +#, php-format +msgid "You've received a friend suggestion from '%1$s' at %2$s" +msgstr "You've received a friend suggestion from '%1$s' at %2$s" + +#: include/enotify.php:308 +#, php-format +msgid "" +"You've received [url=%1$s]a friend suggestion[/url] for %2$s from %3$s." +msgstr "You've received [url=%1$s]a friend suggestion[/url] for %2$s from %3$s." + +#: include/enotify.php:314 +msgid "Name:" +msgstr "Name:" + +#: include/enotify.php:315 +msgid "Photo:" +msgstr "Photo:" + +#: include/enotify.php:318 +#, php-format +msgid "Please visit %s to approve or reject the suggestion." +msgstr "Please visit %s to approve or reject the suggestion." + +#: include/enotify.php:326 include/enotify.php:341 +msgid "[Friendica:Notify] Connection accepted" +msgstr "[Friendica:Notify] Connection accepted" + +#: include/enotify.php:328 include/enotify.php:343 +#, php-format +msgid "'%1$s' has accepted your connection request at %2$s" +msgstr "'%1$s' has accepted your connection request at %2$s" + +#: include/enotify.php:329 include/enotify.php:344 +#, php-format +msgid "%2$s has accepted your [url=%1$s]connection request[/url]." +msgstr "%2$s has accepted your [url=%1$s]connection request[/url]." + +#: include/enotify.php:334 +msgid "" +"You are now mutual friends and may exchange status updates, photos, and " +"email without restriction." +msgstr "You are now mutual friends and may exchange status updates, photos, and email without restriction." + +#: include/enotify.php:336 +#, php-format +msgid "Please visit %s if you wish to make any changes to this relationship." +msgstr "Please visit %s if you wish to make any changes to this relationship." + +#: include/enotify.php:349 +#, php-format +msgid "" +"'%1$s' has chosen to accept you a fan, which restricts some forms of " +"communication - such as private messaging and some profile interactions. If " +"this is a celebrity or community page, these settings were applied " +"automatically." +msgstr "'%1$s' has chosen to accept you as 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." + +#: include/enotify.php:351 +#, php-format +msgid "" +"'%1$s' may choose to extend this into a two-way or more permissive " +"relationship in the future." +msgstr "'%1$s' may choose to extend this into a two-way or more permissive relationship in the future." + +#: include/enotify.php:353 +#, php-format +msgid "Please visit %s if you wish to make any changes to this relationship." +msgstr "Please visit %s if you wish to make any changes to this relationship." + +#: include/enotify.php:363 +msgid "[Friendica System:Notify] registration request" +msgstr "[Friendica:Notify] registration request" + +#: include/enotify.php:365 +#, php-format +msgid "You've received a registration request from '%1$s' at %2$s" +msgstr "You've received a registration request from '%1$s' at %2$s." + +#: include/enotify.php:366 +#, php-format +msgid "You've received a [url=%1$s]registration request[/url] from %2$s." +msgstr "You've received a [url=%1$s]registration request[/url] from %2$s." + +#: include/enotify.php:371 +#, php-format +msgid "Full Name:\t%1$s\\nSite Location:\t%2$s\\nLogin Name:\t%3$s (%4$s)" +msgstr "Full Name:\t%1$s\\nSite Location:\t%2$s\\nLogin Name:\t%3$s (%4$s)" + +#: include/enotify.php:377 +#, php-format +msgid "Please visit %s to approve or reject the request." +msgstr "Please visit %s to approve or reject the request." + +#: include/items.php:342 mod/notice.php:22 mod/viewsrc.php:21 +#: mod/display.php:72 mod/display.php:252 mod/display.php:354 +#: mod/admin.php:276 mod/admin.php:1854 mod/admin.php:2102 +msgid "Item not found." +msgstr "Item not found." + +#: include/items.php:382 +msgid "Do you really want to delete this item?" +msgstr "Do you really want to delete this item?" + +#: include/items.php:384 mod/api.php:110 mod/suggest.php:38 +#: mod/dfrn_request.php:653 mod/message.php:138 mod/follow.php:150 +#: mod/profiles.php:636 mod/profiles.php:639 mod/profiles.php:661 +#: mod/contacts.php:472 mod/register.php:237 mod/settings.php:1105 +#: mod/settings.php:1111 mod/settings.php:1118 mod/settings.php:1122 +#: mod/settings.php:1126 mod/settings.php:1130 mod/settings.php:1134 +#: mod/settings.php:1138 mod/settings.php:1158 mod/settings.php:1159 +#: mod/settings.php:1160 mod/settings.php:1161 mod/settings.php:1162 +msgid "Yes" +msgstr "Yes" + +#: include/items.php:387 include/conversation.php:1378 mod/fbrowser.php:103 +#: mod/fbrowser.php:134 mod/suggest.php:41 mod/dfrn_request.php:663 +#: mod/tagrm.php:19 mod/tagrm.php:99 mod/editpost.php:149 mod/message.php:141 +#: mod/photos.php:248 mod/photos.php:324 mod/videos.php:147 +#: mod/unfollow.php:117 mod/follow.php:161 mod/contacts.php:475 +#: mod/settings.php:676 mod/settings.php:702 +msgid "Cancel" +msgstr "Cancel" + +#: include/items.php:401 mod/allfriends.php:21 mod/api.php:35 mod/api.php:40 +#: mod/attach.php:38 mod/common.php:26 mod/crepair.php:98 mod/nogroup.php:28 +#: mod/repair_ostatus.php:13 mod/suggest.php:60 mod/uimport.php:28 +#: mod/notifications.php:73 mod/dfrn_confirm.php:68 mod/invite.php:20 +#: mod/invite.php:106 mod/wall_attach.php:74 mod/wall_attach.php:77 +#: mod/manage.php:131 mod/regmod.php:108 mod/viewcontacts.php:57 +#: mod/wallmessage.php:16 mod/wallmessage.php:40 mod/wallmessage.php:79 +#: mod/wallmessage.php:103 mod/poke.php:150 mod/wall_upload.php:103 +#: mod/wall_upload.php:106 mod/editpost.php:18 mod/fsuggest.php:80 +#: mod/group.php:26 mod/item.php:160 mod/message.php:59 mod/message.php:104 +#: mod/network.php:32 mod/notes.php:30 mod/photos.php:174 mod/photos.php:1051 +#: mod/delegate.php:25 mod/delegate.php:43 mod/delegate.php:54 +#: mod/dirfind.php:25 mod/ostatus_subscribe.php:16 mod/unfollow.php:15 +#: mod/unfollow.php:57 mod/unfollow.php:90 mod/cal.php:304 mod/events.php:194 +#: mod/profile_photo.php:30 mod/profile_photo.php:176 +#: mod/profile_photo.php:187 mod/profile_photo.php:200 mod/follow.php:17 +#: mod/follow.php:54 mod/follow.php:118 mod/profiles.php:182 +#: mod/profiles.php:606 mod/contacts.php:386 mod/register.php:53 +#: mod/settings.php:42 mod/settings.php:141 mod/settings.php:665 index.php:416 +msgid "Permission denied." +msgstr "Permission denied." + +#: include/items.php:471 +msgid "Archives" +msgstr "Archives" + +#: include/items.php:477 src/Content/ForumManager.php:130 +#: src/Content/Widget.php:312 src/Object/Post.php:430 src/App.php:512 +#: view/theme/vier/theme.php:259 +msgid "show more" +msgstr "Show more..." + +#: include/conversation.php:144 include/conversation.php:282 +#: include/text.php:1774 src/Model/Item.php:1795 +msgid "event" +msgstr "event" + +#: include/conversation.php:147 include/conversation.php:157 +#: include/conversation.php:285 include/conversation.php:294 +#: mod/subthread.php:97 mod/tagger.php:72 src/Model/Item.php:1793 +#: src/Protocol/Diaspora.php:2010 +msgid "status" +msgstr "status" + +#: include/conversation.php:152 include/conversation.php:290 +#: include/text.php:1776 mod/subthread.php:97 mod/tagger.php:72 +#: src/Model/Item.php:1793 +msgid "photo" +msgstr "photo" + +#: include/conversation.php:164 src/Model/Item.php:1666 +#: src/Protocol/Diaspora.php:2006 +#, php-format +msgid "%1$s likes %2$s's %3$s" +msgstr "%1$s likes %2$s's %3$s" + +#: include/conversation.php:167 src/Model/Item.php:1671 +#, php-format +msgid "%1$s doesn't like %2$s's %3$s" +msgstr "%1$s doesn't like %2$s's %3$s" + +#: include/conversation.php:170 +#, php-format +msgid "%1$s attends %2$s's %3$s" +msgstr "%1$s goes to %2$s's %3$s" + +#: include/conversation.php:173 +#, php-format +msgid "%1$s doesn't attend %2$s's %3$s" +msgstr "%1$s doesn't go %2$s's %3$s" + +#: include/conversation.php:176 +#, php-format +msgid "%1$s attends maybe %2$s's %3$s" +msgstr "%1$s might go to %2$s's %3$s" + +#: include/conversation.php:209 mod/dfrn_confirm.php:431 +#: src/Protocol/Diaspora.php:2481 +#, php-format +msgid "%1$s is now friends with %2$s" +msgstr "%1$s is now friends with %2$s" + +#: include/conversation.php:250 +#, php-format +msgid "%1$s poked %2$s" +msgstr "%1$s poked %2$s" + +#: include/conversation.php:304 mod/tagger.php:110 +#, php-format +msgid "%1$s tagged %2$s's %3$s with %4$s" +msgstr "%1$s tagged %2$s's %3$s with %4$s" + +#: include/conversation.php:331 +msgid "post/item" +msgstr "Post/Item" + +#: include/conversation.php:332 +#, php-format +msgid "%1$s marked %2$s's %3$s as favorite" +msgstr "%1$s marked %2$s's %3$s as favorite" + +#: include/conversation.php:605 mod/photos.php:1501 mod/profiles.php:355 +msgid "Likes" +msgstr "Likes" + +#: include/conversation.php:605 mod/photos.php:1501 mod/profiles.php:359 +msgid "Dislikes" +msgstr "Dislikes" + +#: include/conversation.php:606 include/conversation.php:1687 +#: mod/photos.php:1502 +msgid "Attending" +msgid_plural "Attending" +msgstr[0] "Attending" +msgstr[1] "Attending" + +#: include/conversation.php:606 mod/photos.php:1502 +msgid "Not attending" +msgstr "Not attending" + +#: include/conversation.php:606 mod/photos.php:1502 +msgid "Might attend" +msgstr "Might attend" + +#: include/conversation.php:744 mod/photos.php:1569 src/Object/Post.php:178 +msgid "Select" +msgstr "Select" + +#: include/conversation.php:745 mod/photos.php:1570 mod/contacts.php:830 +#: mod/contacts.php:1035 mod/admin.php:1798 mod/settings.php:738 +#: src/Object/Post.php:179 +msgid "Delete" +msgstr "Delete" + +#: include/conversation.php:783 src/Object/Post.php:363 +#: src/Object/Post.php:364 +#, php-format +msgid "View %s's profile @ %s" +msgstr "View %s's profile @ %s" + +#: include/conversation.php:795 src/Object/Post.php:351 +msgid "Categories:" +msgstr "Categories:" + +#: include/conversation.php:796 src/Object/Post.php:352 +msgid "Filed under:" +msgstr "Filed under:" + +#: include/conversation.php:803 src/Object/Post.php:377 +#, php-format +msgid "%s from %s" +msgstr "%s from %s" + +#: include/conversation.php:818 +msgid "View in context" +msgstr "View in context" + +#: include/conversation.php:820 include/conversation.php:1360 +#: mod/wallmessage.php:145 mod/editpost.php:125 mod/message.php:264 +#: mod/message.php:433 mod/photos.php:1473 src/Object/Post.php:402 +msgid "Please wait" +msgstr "Please wait" + +#: include/conversation.php:891 +msgid "remove" +msgstr "Remove" + +#: include/conversation.php:895 +msgid "Delete Selected Items" +msgstr "Delete selected items" + +#: include/conversation.php:1065 view/theme/frio/theme.php:352 +msgid "Follow Thread" +msgstr "Follow thread" + +#: include/conversation.php:1066 src/Model/Contact.php:640 +msgid "View Status" +msgstr "View status" + +#: include/conversation.php:1067 include/conversation.php:1083 +#: mod/allfriends.php:73 mod/suggest.php:82 mod/match.php:89 +#: mod/dirfind.php:217 mod/directory.php:159 src/Model/Contact.php:580 +#: src/Model/Contact.php:593 src/Model/Contact.php:641 +msgid "View Profile" +msgstr "View profile" + +#: include/conversation.php:1068 src/Model/Contact.php:642 +msgid "View Photos" +msgstr "View photos" + +#: include/conversation.php:1069 src/Model/Contact.php:643 +msgid "Network Posts" +msgstr "Network posts" + +#: include/conversation.php:1070 src/Model/Contact.php:644 +msgid "View Contact" +msgstr "View contact" + +#: include/conversation.php:1071 src/Model/Contact.php:646 +msgid "Send PM" +msgstr "Send PM" + +#: include/conversation.php:1075 src/Model/Contact.php:647 +msgid "Poke" +msgstr "Poke" + +#: include/conversation.php:1080 mod/allfriends.php:74 mod/suggest.php:83 +#: mod/match.php:90 mod/dirfind.php:218 mod/follow.php:143 +#: mod/contacts.php:596 src/Content/Widget.php:61 src/Model/Contact.php:594 +msgid "Connect/Follow" +msgstr "Connect/Follow" + +#: include/conversation.php:1199 +#, php-format +msgid "%s likes this." +msgstr "%s likes this." + +#: include/conversation.php:1202 +#, php-format +msgid "%s doesn't like this." +msgstr "%s doesn't like this." + +#: include/conversation.php:1205 +#, php-format +msgid "%s attends." +msgstr "%s attends." + +#: include/conversation.php:1208 +#, php-format +msgid "%s doesn't attend." +msgstr "%s doesn't attend." + +#: include/conversation.php:1211 +#, php-format +msgid "%s attends maybe." +msgstr "%s may attend." + +#: include/conversation.php:1222 +msgid "and" +msgstr "and" + +#: include/conversation.php:1228 +#, php-format +msgid "and %d other people" +msgstr "and %d other people" + +#: include/conversation.php:1237 +#, php-format +msgid "%2$d people like this" +msgstr "%2$d people like this" + +#: include/conversation.php:1238 +#, php-format +msgid "%s like this." +msgstr "%s like this." + +#: include/conversation.php:1241 +#, php-format +msgid "%2$d people don't like this" +msgstr "%2$d people don't like this" + +#: include/conversation.php:1242 +#, php-format +msgid "%s don't like this." +msgstr "%s don't like this." + +#: include/conversation.php:1245 +#, php-format +msgid "%2$d people attend" +msgstr "%2$d people attend" + +#: include/conversation.php:1246 +#, php-format +msgid "%s attend." +msgstr "%s attend." + +#: include/conversation.php:1249 +#, php-format +msgid "%2$d people don't attend" +msgstr "%2$d people don't attend" + +#: include/conversation.php:1250 +#, php-format +msgid "%s don't attend." +msgstr "%s don't attend." + +#: include/conversation.php:1253 +#, php-format +msgid "%2$d people attend maybe" +msgstr "%2$d people attend maybe" + +#: include/conversation.php:1254 +#, php-format +msgid "%s attend maybe." +msgstr "%s may be attending." + +#: include/conversation.php:1284 include/conversation.php:1300 +msgid "Visible to everybody" +msgstr "Visible to everybody" + +#: include/conversation.php:1285 include/conversation.php:1301 +#: mod/wallmessage.php:120 mod/wallmessage.php:127 mod/message.php:200 +#: mod/message.php:207 mod/message.php:343 mod/message.php:350 +msgid "Please enter a link URL:" +msgstr "Please enter a link URL:" + +#: include/conversation.php:1286 include/conversation.php:1302 +msgid "Please enter a video link/URL:" +msgstr "Please enter a video link/URL:" + +#: include/conversation.php:1287 include/conversation.php:1303 +msgid "Please enter an audio link/URL:" +msgstr "Please enter an audio link/URL:" + +#: include/conversation.php:1288 include/conversation.php:1304 +msgid "Tag term:" +msgstr "Tag term:" + +#: include/conversation.php:1289 include/conversation.php:1305 +#: mod/filer.php:34 +msgid "Save to Folder:" +msgstr "Save to folder:" + +#: include/conversation.php:1290 include/conversation.php:1306 +msgid "Where are you right now?" +msgstr "Where are you right now?" + +#: include/conversation.php:1291 +msgid "Delete item(s)?" +msgstr "Delete item(s)?" + +#: include/conversation.php:1338 +msgid "New Post" +msgstr "New post" + +#: include/conversation.php:1341 +msgid "Share" +msgstr "Share" + +#: include/conversation.php:1342 mod/wallmessage.php:143 mod/editpost.php:111 +#: mod/message.php:262 mod/message.php:430 +msgid "Upload photo" +msgstr "Upload photo" + +#: include/conversation.php:1343 mod/editpost.php:112 +msgid "upload photo" +msgstr "upload photo" + +#: include/conversation.php:1344 mod/editpost.php:113 +msgid "Attach file" +msgstr "Attach file" + +#: include/conversation.php:1345 mod/editpost.php:114 +msgid "attach file" +msgstr "attach file" + +#: include/conversation.php:1346 mod/wallmessage.php:144 mod/editpost.php:115 +#: mod/message.php:263 mod/message.php:431 +msgid "Insert web link" +msgstr "Insert web link" + +#: include/conversation.php:1347 mod/editpost.php:116 +msgid "web link" +msgstr "web link" + +#: include/conversation.php:1348 mod/editpost.php:117 +msgid "Insert video link" +msgstr "Insert video link" + +#: include/conversation.php:1349 mod/editpost.php:118 +msgid "video link" +msgstr "video link" + +#: include/conversation.php:1350 mod/editpost.php:119 +msgid "Insert audio link" +msgstr "Insert audio link" + +#: include/conversation.php:1351 mod/editpost.php:120 +msgid "audio link" +msgstr "audio link" + +#: include/conversation.php:1352 mod/editpost.php:121 +msgid "Set your location" +msgstr "Set your location" + +#: include/conversation.php:1353 mod/editpost.php:122 +msgid "set location" +msgstr "set location" + +#: include/conversation.php:1354 mod/editpost.php:123 +msgid "Clear browser location" +msgstr "Clear browser location" + +#: include/conversation.php:1355 mod/editpost.php:124 +msgid "clear location" +msgstr "clear location" + +#: include/conversation.php:1357 mod/editpost.php:138 +msgid "Set title" +msgstr "Set title" + +#: include/conversation.php:1359 mod/editpost.php:140 +msgid "Categories (comma-separated list)" +msgstr "Categories (comma-separated list)" + +#: include/conversation.php:1361 mod/editpost.php:126 +msgid "Permission settings" +msgstr "Permission settings" + +#: include/conversation.php:1362 mod/editpost.php:155 +msgid "permissions" +msgstr "permissions" + +#: include/conversation.php:1370 mod/editpost.php:135 +msgid "Public post" +msgstr "Public post" + +#: include/conversation.php:1374 mod/editpost.php:146 mod/photos.php:1492 +#: mod/photos.php:1531 mod/photos.php:1604 mod/events.php:528 +#: src/Object/Post.php:805 +msgid "Preview" +msgstr "Preview" + +#: include/conversation.php:1383 +msgid "Post to Groups" +msgstr "Post to groups" + +#: include/conversation.php:1384 +msgid "Post to Contacts" +msgstr "Post to contacts" + +#: include/conversation.php:1385 +msgid "Private post" +msgstr "Private post" + +#: include/conversation.php:1390 mod/editpost.php:153 +#: src/Model/Profile.php:342 +msgid "Message" +msgstr "Message" + +#: include/conversation.php:1391 mod/editpost.php:154 +msgid "Browser" +msgstr "Browser" + +#: include/conversation.php:1658 +msgid "View all" +msgstr "View all" + +#: include/conversation.php:1681 +msgid "Like" +msgid_plural "Likes" +msgstr[0] "Like" +msgstr[1] "Likes" + +#: include/conversation.php:1684 +msgid "Dislike" +msgid_plural "Dislikes" +msgstr[0] "Dislike" +msgstr[1] "Dislikes" + +#: include/conversation.php:1690 +msgid "Not Attending" +msgid_plural "Not Attending" +msgstr[0] "Not attending" +msgstr[1] "Not attending" + +#: include/conversation.php:1693 src/Content/ContactSelector.php:125 +msgid "Undecided" +msgid_plural "Undecided" +msgstr[0] "Undecided" +msgstr[1] "Undecided" + +#: include/text.php:302 msgid "newer" msgstr "Later posts" -#: include/text.php:302 +#: include/text.php:303 msgid "older" msgstr "Earlier posts" -#: include/text.php:307 +#: include/text.php:308 msgid "first" msgstr "first" -#: include/text.php:308 +#: include/text.php:309 msgid "prev" msgstr "prev" -#: include/text.php:342 +#: include/text.php:343 msgid "next" msgstr "next" -#: include/text.php:343 +#: include/text.php:344 msgid "last" msgstr "last" -#: include/text.php:397 +#: include/text.php:398 msgid "Loading more entries..." msgstr "Loading more entries..." -#: include/text.php:398 +#: include/text.php:399 msgid "The end" msgstr "The end" -#: include/text.php:908 +#: include/text.php:884 msgid "No contacts" msgstr "No contacts" -#: include/text.php:932 +#: include/text.php:908 #, php-format msgid "%d Contact" msgid_plural "%d Contacts" msgstr[0] "%d contact" msgstr[1] "%d contacts" -#: include/text.php:945 +#: include/text.php:921 msgid "View Contacts" msgstr "View contacts" -#: include/text.php:1034 mod/filer.php:36 mod/notes.php:69 -#: mod/editpost.php:109 +#: include/text.php:1010 mod/filer.php:35 mod/editpost.php:110 +#: mod/notes.php:67 msgid "Save" msgstr "Save" -#: include/text.php:1034 +#: include/text.php:1010 msgid "Follow" -msgstr "" +msgstr "Follow" -#: include/text.php:1040 mod/search.php:155 src/Content/Nav.php:142 +#: include/text.php:1016 mod/search.php:155 src/Content/Nav.php:142 msgid "Search" msgstr "Search" -#: include/text.php:1043 src/Content/Nav.php:58 +#: include/text.php:1019 src/Content/Nav.php:58 msgid "@name, !forum, #tags, content" msgstr "@name, !forum, #tags, content" -#: include/text.php:1049 src/Content/Nav.php:145 +#: include/text.php:1025 src/Content/Nav.php:145 msgid "Full Text" msgstr "Full text" -#: include/text.php:1050 src/Content/Nav.php:146 +#: include/text.php:1026 src/Content/Nav.php:146 #: src/Content/Widget/TagCloud.php:54 msgid "Tags" msgstr "Tags" -#: include/text.php:1051 mod/viewcontacts.php:132 mod/contacts.php:804 -#: mod/contacts.php:865 view/theme/frio/theme.php:269 src/Content/Nav.php:147 -#: src/Content/Nav.php:212 src/Model/Profile.php:942 src/Model/Profile.php:945 +#: include/text.php:1027 mod/viewcontacts.php:131 mod/contacts.php:814 +#: mod/contacts.php:875 src/Content/Nav.php:147 src/Content/Nav.php:212 +#: src/Model/Profile.php:957 src/Model/Profile.php:960 +#: view/theme/frio/theme.php:270 msgid "Contacts" msgstr "Contacts" -#: include/text.php:1054 view/theme/vier/theme.php:253 -#: src/Content/ForumManager.php:125 src/Content/Nav.php:151 +#: include/text.php:1030 src/Content/ForumManager.php:125 +#: src/Content/Nav.php:151 view/theme/vier/theme.php:254 msgid "Forums" msgstr "Forums" -#: include/text.php:1098 +#: include/text.php:1074 msgid "poke" msgstr "poke" -#: include/text.php:1098 +#: include/text.php:1074 msgid "poked" msgstr "poked" -#: include/text.php:1099 +#: include/text.php:1075 msgid "ping" msgstr "ping" -#: include/text.php:1099 +#: include/text.php:1075 msgid "pinged" msgstr "pinged" -#: include/text.php:1100 +#: include/text.php:1076 msgid "prod" msgstr "prod" -#: include/text.php:1100 +#: include/text.php:1076 msgid "prodded" msgstr "prodded" -#: include/text.php:1101 +#: include/text.php:1077 msgid "slap" msgstr "slap" -#: include/text.php:1101 +#: include/text.php:1077 msgid "slapped" msgstr "slapped" -#: include/text.php:1102 +#: include/text.php:1078 msgid "finger" msgstr "finger" -#: include/text.php:1102 +#: include/text.php:1078 msgid "fingered" msgstr "fingered" -#: include/text.php:1103 +#: include/text.php:1079 msgid "rebuff" msgstr "rebuff" -#: include/text.php:1103 +#: include/text.php:1079 msgid "rebuffed" msgstr "rebuffed" -#: include/text.php:1138 +#: include/text.php:1093 mod/settings.php:943 src/Model/Event.php:379 +msgid "Monday" +msgstr "Monday" + +#: include/text.php:1093 src/Model/Event.php:380 +msgid "Tuesday" +msgstr "Tuesday" + +#: include/text.php:1093 src/Model/Event.php:381 +msgid "Wednesday" +msgstr "Wednesday" + +#: include/text.php:1093 src/Model/Event.php:382 +msgid "Thursday" +msgstr "Thursday" + +#: include/text.php:1093 src/Model/Event.php:383 +msgid "Friday" +msgstr "Friday" + +#: include/text.php:1093 src/Model/Event.php:384 +msgid "Saturday" +msgstr "Saturday" + +#: include/text.php:1093 mod/settings.php:943 src/Model/Event.php:378 +msgid "Sunday" +msgstr "Sunday" + +#: include/text.php:1097 src/Model/Event.php:399 +msgid "January" +msgstr "January" + +#: include/text.php:1097 src/Model/Event.php:400 +msgid "February" +msgstr "February" + +#: include/text.php:1097 src/Model/Event.php:401 +msgid "March" +msgstr "March" + +#: include/text.php:1097 src/Model/Event.php:402 +msgid "April" +msgstr "April" + +#: include/text.php:1097 include/text.php:1114 src/Model/Event.php:390 +#: src/Model/Event.php:403 +msgid "May" +msgstr "May" + +#: include/text.php:1097 src/Model/Event.php:404 +msgid "June" +msgstr "June" + +#: include/text.php:1097 src/Model/Event.php:405 +msgid "July" +msgstr "July" + +#: include/text.php:1097 src/Model/Event.php:406 +msgid "August" +msgstr "August" + +#: include/text.php:1097 src/Model/Event.php:407 +msgid "September" +msgstr "September" + +#: include/text.php:1097 src/Model/Event.php:408 +msgid "October" +msgstr "October" + +#: include/text.php:1097 src/Model/Event.php:409 +msgid "November" +msgstr "November" + +#: include/text.php:1097 src/Model/Event.php:410 +msgid "December" +msgstr "December" + +#: include/text.php:1111 src/Model/Event.php:371 +msgid "Mon" +msgstr "Mon" + +#: include/text.php:1111 src/Model/Event.php:372 +msgid "Tue" +msgstr "Tue" + +#: include/text.php:1111 src/Model/Event.php:373 +msgid "Wed" +msgstr "Wed" + +#: include/text.php:1111 src/Model/Event.php:374 +msgid "Thu" +msgstr "Thu" + +#: include/text.php:1111 src/Model/Event.php:375 +msgid "Fri" +msgstr "Fri" + +#: include/text.php:1111 src/Model/Event.php:376 +msgid "Sat" +msgstr "Sat" + +#: include/text.php:1111 src/Model/Event.php:370 +msgid "Sun" +msgstr "Sun" + +#: include/text.php:1114 src/Model/Event.php:386 +msgid "Jan" +msgstr "Jan" + +#: include/text.php:1114 src/Model/Event.php:387 +msgid "Feb" +msgstr "Feb" + +#: include/text.php:1114 src/Model/Event.php:388 +msgid "Mar" +msgstr "Mar" + +#: include/text.php:1114 src/Model/Event.php:389 +msgid "Apr" +msgstr "Apr" + +#: include/text.php:1114 src/Model/Event.php:392 +msgid "Jul" +msgstr "Jul" + +#: include/text.php:1114 src/Model/Event.php:393 +msgid "Aug" +msgstr "Aug" + +#: include/text.php:1114 msgid "Sep" msgstr "Sep" -#: include/text.php:1339 mod/videos.php:384 +#: include/text.php:1114 src/Model/Event.php:395 +msgid "Oct" +msgstr "Oct" + +#: include/text.php:1114 src/Model/Event.php:396 +msgid "Nov" +msgstr "Nov" + +#: include/text.php:1114 src/Model/Event.php:397 +msgid "Dec" +msgstr "Dec" + +#: include/text.php:1275 +#, php-format +msgid "Content warning: %s" +msgstr "Content warning: %s" + +#: include/text.php:1345 mod/videos.php:380 msgid "View Video" msgstr "View video" -#: include/text.php:1356 +#: include/text.php:1362 msgid "bytes" msgstr "bytes" -#: include/text.php:1391 include/text.php:1402 +#: include/text.php:1395 include/text.php:1406 include/text.php:1442 msgid "Click to open/close" -msgstr "Click to open/close" +msgstr "Reveal/hide" -#: include/text.php:1529 +#: include/text.php:1559 msgid "View on separate page" msgstr "View on separate page" -#: include/text.php:1530 +#: include/text.php:1560 msgid "view on separate page" msgstr "view on separate page" -#: include/text.php:1748 +#: include/text.php:1565 include/text.php:1572 src/Model/Event.php:594 +msgid "link to source" +msgstr "Link to source" + +#: include/text.php:1778 msgid "activity" msgstr "activity" -#: include/text.php:1750 src/Object/Post.php:421 src/Object/Post.php:433 +#: include/text.php:1780 src/Object/Post.php:429 src/Object/Post.php:441 msgid "comment" msgid_plural "comments" msgstr[0] "comment" msgstr[1] "comments" -#: include/text.php:1753 +#: include/text.php:1783 msgid "post" msgstr "post" -#: include/text.php:1910 +#: include/text.php:1940 msgid "Item filed" msgstr "Item filed" @@ -1326,8 +1193,8 @@ msgstr "Item filed" msgid "No friends to display." msgstr "No friends to display." -#: mod/allfriends.php:90 mod/suggest.php:101 mod/dirfind.php:218 -#: mod/match.php:105 src/Content/Widget.php:37 src/Model/Profile.php:297 +#: mod/allfriends.php:90 mod/suggest.php:101 mod/match.php:105 +#: mod/dirfind.php:215 src/Content/Widget.php:37 src/Model/Profile.php:297 msgid "Connect" msgstr "Connect" @@ -1349,17 +1216,17 @@ msgid "" " and/or create new posts for you?" msgstr "Do you want to authorize this application to access your posts and contacts and create new posts for you?" -#: mod/api.php:111 mod/follow.php:152 mod/dfrn_request.php:653 -#: mod/profiles.php:649 mod/profiles.php:653 mod/profiles.php:674 -#: mod/register.php:237 mod/settings.php:1109 mod/settings.php:1115 -#: mod/settings.php:1122 mod/settings.php:1126 mod/settings.php:1130 -#: mod/settings.php:1134 mod/settings.php:1138 mod/settings.php:1142 -#: mod/settings.php:1162 mod/settings.php:1163 mod/settings.php:1164 -#: mod/settings.php:1165 mod/settings.php:1166 +#: mod/api.php:111 mod/dfrn_request.php:653 mod/follow.php:150 +#: mod/profiles.php:636 mod/profiles.php:640 mod/profiles.php:661 +#: mod/register.php:238 mod/settings.php:1105 mod/settings.php:1111 +#: mod/settings.php:1118 mod/settings.php:1122 mod/settings.php:1126 +#: mod/settings.php:1130 mod/settings.php:1134 mod/settings.php:1138 +#: mod/settings.php:1158 mod/settings.php:1159 mod/settings.php:1160 +#: mod/settings.php:1161 mod/settings.php:1162 msgid "No" msgstr "No" -#: mod/apps.php:14 index.php:242 +#: mod/apps.php:14 index.php:245 msgid "You must be logged in to use addons. " msgstr "You must be logged in to use addons. " @@ -1379,19 +1246,11 @@ msgstr "Item not available." msgid "Item was not found." msgstr "Item was not found." -#: mod/bookmarklet.php:21 src/Content/Nav.php:114 src/Module/Login.php:312 -msgid "Login" -msgstr "Login" - -#: mod/bookmarklet.php:49 -msgid "The post was created" -msgstr "The post was created" - #: mod/common.php:91 msgid "No contacts in common." msgstr "No contacts in common." -#: mod/common.php:140 mod/contacts.php:876 +#: mod/common.php:140 mod/contacts.php:886 msgid "Common Friends" msgstr "Common friends" @@ -1414,8 +1273,8 @@ msgstr "Contact settings applied." msgid "Contact update failed." msgstr "Contact update failed." -#: mod/crepair.php:110 mod/dfrn_confirm.php:131 mod/fsuggest.php:29 -#: mod/fsuggest.php:97 +#: mod/crepair.php:110 mod/dfrn_confirm.php:131 mod/fsuggest.php:30 +#: mod/fsuggest.php:96 msgid "Contact not found." msgstr "Contact not found." @@ -1451,15 +1310,15 @@ msgstr "Return to contact editor" msgid "Refetch contact data" msgstr "Re-fetch contact data." -#: mod/crepair.php:148 mod/contacts.php:600 mod/events.php:534 -#: mod/fsuggest.php:116 mod/install.php:250 mod/install.php:289 -#: mod/invite.php:150 mod/localtime.php:56 mod/manage.php:184 -#: mod/message.php:265 mod/message.php:434 mod/photos.php:1082 -#: mod/photos.php:1162 mod/photos.php:1447 mod/photos.php:1493 -#: mod/photos.php:1532 mod/photos.php:1605 mod/poke.php:203 -#: mod/profiles.php:685 view/theme/duepuntozero/config.php:72 -#: view/theme/frio/config.php:113 view/theme/quattro/config.php:73 -#: view/theme/vier/config.php:119 src/Object/Post.php:788 +#: mod/crepair.php:148 mod/invite.php:150 mod/manage.php:184 +#: mod/localtime.php:56 mod/poke.php:199 mod/fsuggest.php:114 +#: mod/message.php:265 mod/message.php:432 mod/photos.php:1080 +#: mod/photos.php:1160 mod/photos.php:1445 mod/photos.php:1491 +#: mod/photos.php:1530 mod/photos.php:1603 mod/install.php:251 +#: mod/install.php:290 mod/events.php:530 mod/profiles.php:672 +#: mod/contacts.php:610 src/Object/Post.php:796 +#: view/theme/duepuntozero/config.php:71 view/theme/frio/config.php:113 +#: view/theme/quattro/config.php:73 view/theme/vier/config.php:119 msgid "Submit" msgstr "Submit" @@ -1477,9 +1336,9 @@ msgid "" "entries from this contact." msgstr "This will cause Friendica to repost new entries from this contact." -#: mod/crepair.php:158 mod/admin.php:439 mod/admin.php:1688 mod/admin.php:1700 -#: mod/admin.php:1713 mod/admin.php:1729 mod/settings.php:681 -#: mod/settings.php:707 +#: mod/crepair.php:158 mod/admin.php:490 mod/admin.php:1781 mod/admin.php:1793 +#: mod/admin.php:1806 mod/admin.php:1822 mod/settings.php:677 +#: mod/settings.php:703 msgid "Name" msgstr "Name:" @@ -1515,107 +1374,19 @@ msgstr "Poll/Feed URL:" msgid "New photo from this URL" msgstr "New photo from this URL:" -#: mod/delegate.php:96 -msgid "No potential page delegates located." -msgstr "No potential page delegates found." - -#: mod/delegate.php:122 src/Content/Nav.php:204 -msgid "Delegate Page Management" -msgstr "Delegate Page Management" - -#: mod/delegate.php:124 -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 "Delegates are able to manage all aspects of this account except for key setting features. Please do not delegate your personal account to anybody that you do not trust completely." - -#: mod/delegate.php:125 -msgid "Existing Page Managers" -msgstr "Existing page managers" - -#: mod/delegate.php:127 -msgid "Existing Page Delegates" -msgstr "Existing page delegates" - -#: mod/delegate.php:129 -msgid "Potential Delegates" -msgstr "Potential delegates" - -#: mod/delegate.php:131 mod/tagrm.php:98 -msgid "Remove" -msgstr "Remove" - -#: mod/delegate.php:132 -msgid "Add" -msgstr "Add" - -#: mod/delegate.php:133 -msgid "No entries." -msgstr "No entries." - -#: mod/directory.php:38 mod/viewcontacts.php:45 mod/probe.php:13 -#: mod/webfinger.php:16 mod/community.php:25 mod/dfrn_request.php:607 -#: mod/display.php:200 mod/photos.php:933 mod/search.php:98 mod/search.php:104 -#: mod/videos.php:201 -msgid "Public access denied." -msgstr "Public access denied." - -#: mod/directory.php:142 mod/notifications.php:253 src/Model/Profile.php:420 -#: src/Model/Profile.php:730 -msgid "Gender:" -msgstr "Gender:" - -#: mod/directory.php:144 src/Model/Profile.php:421 src/Model/Profile.php:754 -msgid "Status:" -msgstr "Status:" - -#: mod/directory.php:146 src/Model/Profile.php:422 src/Model/Profile.php:771 -msgid "Homepage:" -msgstr "Homepage:" - -#: mod/directory.php:148 mod/notifications.php:249 mod/contacts.php:654 -#: src/Model/Profile.php:423 src/Model/Profile.php:791 -msgid "About:" -msgstr "About:" - -#: mod/directory.php:195 view/theme/vier/theme.php:201 -msgid "Global Directory" -msgstr "Global Directory" - -#: mod/directory.php:197 -msgid "Find on this site" -msgstr "Find on this site" - -#: mod/directory.php:199 -msgid "Results for:" -msgstr "Results for:" - -#: mod/directory.php:201 -msgid "Site Directory" -msgstr "Site directory" - -#: mod/directory.php:202 mod/contacts.php:810 src/Content/Widget.php:63 -msgid "Find" -msgstr "Find" - -#: mod/directory.php:206 -msgid "No entries (some entries may be hidden)." -msgstr "No entries (entries may be hidden)." - -#: mod/fbrowser.php:34 view/theme/frio/theme.php:260 src/Content/Nav.php:102 -#: src/Model/Profile.php:889 +#: mod/fbrowser.php:34 src/Content/Nav.php:102 src/Model/Profile.php:904 +#: view/theme/frio/theme.php:261 msgid "Photos" msgstr "Photos" -#: mod/fbrowser.php:43 mod/fbrowser.php:68 mod/photos.php:195 -#: mod/photos.php:1064 mod/photos.php:1151 mod/photos.php:1168 -#: mod/photos.php:1661 mod/photos.php:1675 src/Model/Photo.php:241 -#: src/Model/Photo.php:250 +#: mod/fbrowser.php:43 mod/fbrowser.php:68 mod/photos.php:194 +#: mod/photos.php:1062 mod/photos.php:1149 mod/photos.php:1166 +#: mod/photos.php:1659 mod/photos.php:1673 src/Model/Photo.php:244 +#: src/Model/Photo.php:253 msgid "Contact Photos" msgstr "Contact photos" -#: mod/fbrowser.php:105 mod/fbrowser.php:136 mod/profile_photo.php:265 +#: mod/fbrowser.php:105 mod/fbrowser.php:136 mod/profile_photo.php:250 msgid "Upload" msgstr "Upload" @@ -1624,146 +1395,10 @@ msgid "Files" msgstr "Files" #: mod/fetch.php:16 mod/fetch.php:52 mod/fetch.php:65 mod/help.php:60 -#: mod/p.php:21 mod/p.php:48 mod/p.php:57 index.php:289 +#: mod/p.php:21 mod/p.php:48 mod/p.php:57 index.php:292 msgid "Not Found" msgstr "Not found" -#: mod/filer.php:35 -msgid "- select -" -msgstr "- select -" - -#: mod/follow.php:44 -msgid "Contact added" -msgstr "Contact added" - -#: mod/follow.php:65 mod/unfollow.php:65 mod/dfrn_request.php:662 -msgid "Submit Request" -msgstr "Submit request" - -#: mod/follow.php:76 -msgid "You already added this contact." -msgstr "You already added this contact." - -#: mod/follow.php:85 -msgid "Diaspora support isn't enabled. Contact can't be added." -msgstr "Diaspora support isn't enabled. Contact can't be added." - -#: mod/follow.php:92 -msgid "OStatus support is disabled. Contact can't be added." -msgstr "OStatus support is disabled. Contact can't be added." - -#: mod/follow.php:99 -msgid "The network type couldn't be detected. Contact can't be added." -msgstr "The network type couldn't be detected. Contact can't be added." - -#: mod/follow.php:151 mod/dfrn_request.php:652 -msgid "Please answer the following:" -msgstr "Please answer the following:" - -#: mod/follow.php:152 mod/dfrn_request.php:653 -#, php-format -msgid "Does %s know you?" -msgstr "Does %s know you?" - -#: mod/follow.php:153 mod/dfrn_request.php:654 -msgid "Add a personal note:" -msgstr "Add a personal note:" - -#: mod/follow.php:159 mod/unfollow.php:113 mod/dfrn_request.php:660 -msgid "Your Identity Address:" -msgstr "My identity address:" - -#: mod/follow.php:168 mod/unfollow.php:122 mod/notifications.php:258 -#: mod/admin.php:439 mod/admin.php:449 mod/contacts.php:646 -msgid "Profile URL" -msgstr "Profile URL:" - -#: mod/follow.php:176 mod/notifications.php:251 mod/contacts.php:656 -#: src/Model/Profile.php:779 -msgid "Tags:" -msgstr "Tags:" - -#: mod/follow.php:185 mod/unfollow.php:132 mod/contacts.php:848 -#: src/Model/Profile.php:876 -msgid "Status Messages and Posts" -msgstr "Status Messages and Posts" - -#: mod/group.php:36 -msgid "Group created." -msgstr "Group created." - -#: mod/group.php:42 -msgid "Could not create group." -msgstr "Could not create group." - -#: mod/group.php:56 mod/group.php:158 -msgid "Group not found." -msgstr "Group not found." - -#: mod/group.php:70 -msgid "Group name changed." -msgstr "Group name changed." - -#: mod/group.php:83 mod/profperm.php:28 index.php:412 -msgid "Permission denied" -msgstr "Permission denied" - -#: mod/group.php:97 -msgid "Save Group" -msgstr "Save group" - -#: mod/group.php:102 -msgid "Create a group of contacts/friends." -msgstr "Create a group of contacts/friends." - -#: mod/group.php:103 mod/group.php:200 src/Model/Group.php:409 -msgid "Group Name: " -msgstr "Group name: " - -#: mod/group.php:127 -msgid "Group removed." -msgstr "Group removed." - -#: mod/group.php:129 -msgid "Unable to remove group." -msgstr "Unable to remove group." - -#: mod/group.php:193 -msgid "Delete Group" -msgstr "Delete group" - -#: mod/group.php:199 -msgid "Group Editor" -msgstr "Group Editor" - -#: mod/group.php:204 -msgid "Edit Group Name" -msgstr "Edit group name" - -#: mod/group.php:214 -msgid "Members" -msgstr "Members" - -#: mod/group.php:216 mod/contacts.php:709 -msgid "All Contacts" -msgstr "All contacts" - -#: mod/group.php:217 mod/network.php:639 -msgid "Group is empty" -msgstr "Group is empty" - -#: mod/group.php:230 -msgid "Remove Contact" -msgstr "Remove contact" - -#: mod/group.php:254 -msgid "Add Contact" -msgstr "Add contact" - -#: mod/group.php:266 mod/profperm.php:113 -msgid "Click on a contact to add or remove." -msgstr "Click on a contact to add or remove." - #: mod/hcard.php:18 msgid "No profile" msgstr "No profile" @@ -1772,11 +1407,11 @@ msgstr "No profile" msgid "Help:" msgstr "Help:" -#: mod/help.php:54 view/theme/vier/theme.php:297 src/Content/Nav.php:134 +#: mod/help.php:54 src/Content/Nav.php:134 view/theme/vier/theme.php:298 msgid "Help" msgstr "Help" -#: mod/help.php:63 index.php:294 +#: mod/help.php:63 index.php:297 msgid "Page not found." msgstr "Page not found" @@ -1828,8 +1463,8 @@ msgid "" " join." msgstr "On your Quick Start page - find a brief introduction to your profile and network tabs, make some new connections, and find some groups to join." -#: mod/newmember.php:19 mod/admin.php:1813 mod/admin.php:2082 -#: mod/settings.php:122 view/theme/frio/theme.php:268 src/Content/Nav.php:206 +#: mod/newmember.php:19 mod/admin.php:1906 mod/admin.php:2175 +#: mod/settings.php:123 src/Content/Nav.php:206 view/theme/frio/theme.php:269 msgid "Settings" msgstr "Settings" @@ -1852,14 +1487,14 @@ msgid "" "potential friends know exactly how to find you." msgstr "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." -#: mod/newmember.php:24 mod/profperm.php:111 mod/contacts.php:661 -#: mod/contacts.php:853 view/theme/frio/theme.php:259 src/Content/Nav.php:101 -#: src/Model/Profile.php:715 src/Model/Profile.php:848 -#: src/Model/Profile.php:881 +#: mod/newmember.php:24 mod/profperm.php:113 mod/contacts.php:671 +#: mod/contacts.php:863 src/Content/Nav.php:101 src/Model/Profile.php:730 +#: src/Model/Profile.php:863 src/Model/Profile.php:896 +#: view/theme/frio/theme.php:260 msgid "Profile" msgstr "Profile" -#: mod/newmember.php:26 mod/profile_photo.php:264 mod/profiles.php:704 +#: mod/newmember.php:26 mod/profile_photo.php:249 mod/profiles.php:691 msgid "Upload Profile Photo" msgstr "Upload profile photo" @@ -1942,7 +1577,7 @@ msgid "" "hours." msgstr "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." -#: mod/newmember.php:43 src/Model/Group.php:402 +#: mod/newmember.php:43 src/Model/Group.php:401 msgid "Groups" msgstr "Groups" @@ -1982,13 +1617,13 @@ msgid "" " features and resources." msgstr "Our help pages may be consulted for detail on other program features and resources." -#: mod/nogroup.php:42 mod/viewcontacts.php:113 mod/contacts.php:609 -#: mod/contacts.php:942 +#: mod/nogroup.php:42 mod/viewcontacts.php:112 mod/contacts.php:619 +#: mod/contacts.php:959 #, php-format msgid "Visit %s's profile [%s]" msgstr "Visit %s's profile [%s]" -#: mod/nogroup.php:43 mod/contacts.php:943 +#: mod/nogroup.php:43 mod/contacts.php:960 msgid "Edit contact" msgstr "Edit contact" @@ -1996,57 +1631,10 @@ msgstr "Edit contact" msgid "Contacts who are not members of a group" msgstr "Contacts who are not members of a group" -#: mod/notes.php:54 src/Model/Profile.php:931 -msgid "Personal Notes" -msgstr "Personal notes" - #: mod/p.php:14 msgid "Not Extended" msgstr "Not extended" -#: mod/profperm.php:34 mod/profperm.php:63 -msgid "Invalid profile identifier." -msgstr "Invalid profile identifier." - -#: mod/profperm.php:109 -msgid "Profile Visibility Editor" -msgstr "Profile Visibility Editor" - -#: mod/profperm.php:122 -msgid "Visible To" -msgstr "Visible to" - -#: mod/profperm.php:138 -msgid "All Contacts (with secure profile access)" -msgstr "All contacts with secure profile access" - -#: mod/regmod.php:68 -msgid "Account approved." -msgstr "Account approved." - -#: mod/regmod.php:93 -#, php-format -msgid "Registration revoked for %s" -msgstr "Registration revoked for %s" - -#: mod/regmod.php:102 -msgid "Please login." -msgstr "Please login." - -#: mod/removeme.php:55 mod/removeme.php:58 -msgid "Remove My Account" -msgstr "Remove My Account" - -#: mod/removeme.php:56 -msgid "" -"This will completely remove your account. Once this has been done it is not " -"recoverable." -msgstr "This will completely remove your account. Once this has been done it is not recoverable." - -#: mod/removeme.php:57 -msgid "Please enter your password for verification:" -msgstr "Please enter your password for verification:" - #: mod/repair_ostatus.php:18 msgid "Resubscribing to OStatus contacts" msgstr "Resubscribing to OStatus contacts" @@ -2055,11 +1643,11 @@ msgstr "Resubscribing to OStatus contacts" msgid "Error" msgstr "Error" -#: mod/repair_ostatus.php:48 mod/ostatus_subscribe.php:61 +#: mod/repair_ostatus.php:48 mod/ostatus_subscribe.php:64 msgid "Done" msgstr "Done" -#: mod/repair_ostatus.php:54 mod/ostatus_subscribe.php:85 +#: mod/repair_ostatus.php:54 mod/ostatus_subscribe.php:88 msgid "Keep this window open until done." msgstr "Keep this window open until done." @@ -2077,205 +1665,17 @@ msgstr "No suggestions available. If this is a new site, please try again in 24 msgid "Ignore/Hide" msgstr "Ignore/Hide" -#: mod/suggest.php:114 view/theme/vier/theme.php:203 src/Content/Widget.php:64 +#: mod/suggest.php:114 src/Content/Widget.php:64 view/theme/vier/theme.php:203 msgid "Friend Suggestions" msgstr "Friend suggestions" -#: mod/unfollow.php:34 -msgid "Contact wasn't found or can't be unfollowed." -msgstr "Contact wasn't found or can't be unfollowed." - -#: mod/unfollow.php:47 -msgid "Contact unfollowed" -msgstr "Contact unfollowed" - -#: mod/unfollow.php:73 -msgid "You aren't a friend of this contact." -msgstr "You aren't a friend of this contact." - -#: mod/unfollow.php:79 -msgid "Unfollowing is currently not supported by your network." -msgstr "Unfollowing is currently not supported by your network." - -#: mod/unfollow.php:100 mod/contacts.php:589 -msgid "Disconnect/Unfollow" -msgstr "Disconnect/Unfollow" - -#: mod/update_community.php:27 mod/update_display.php:27 -#: mod/update_network.php:32 mod/update_notes.php:40 mod/update_profile.php:39 -msgid "[Embedded content - reload page to view]" -msgstr "[Embedded content - reload page to view]" - -#: mod/viewcontacts.php:85 -msgid "No contacts." -msgstr "No contacts." - -#: mod/viewsrc.php:12 -msgid "Access denied." -msgstr "Access denied." - -#: mod/wall_upload.php:38 mod/wall_upload.php:54 mod/wall_upload.php:112 -#: mod/wall_upload.php:152 mod/wall_upload.php:155 mod/wall_attach.php:24 -#: mod/wall_attach.php:32 mod/wall_attach.php:83 -msgid "Invalid request." -msgstr "Invalid request." - -#: mod/wall_upload.php:183 mod/photos.php:764 mod/photos.php:767 -#: mod/photos.php:796 mod/profile_photo.php:165 -#, php-format -msgid "Image exceeds size limit of %s" -msgstr "Image exceeds size limit of %s" - -#: mod/wall_upload.php:197 mod/photos.php:819 mod/profile_photo.php:174 -msgid "Unable to process image." -msgstr "Unable to process image." - -#: mod/wall_upload.php:228 mod/item.php:472 src/Object/Image.php:949 -#: src/Object/Image.php:965 src/Object/Image.php:973 src/Object/Image.php:998 -msgid "Wall Photos" -msgstr "Wall photos" - -#: mod/wall_upload.php:236 mod/photos.php:848 mod/profile_photo.php:322 -msgid "Image upload failed." -msgstr "Image upload failed." - -#: mod/wallmessage.php:49 mod/wallmessage.php:112 -#, php-format -msgid "Number of daily wall messages for %s exceeded. Message failed." -msgstr "Number of daily wall messages for %s exceeded. Message failed." - -#: mod/wallmessage.php:57 mod/message.php:72 -msgid "No recipient selected." -msgstr "No recipient selected." - -#: mod/wallmessage.php:60 -msgid "Unable to check your home location." -msgstr "Unable to check your home location." - -#: mod/wallmessage.php:63 mod/message.php:79 -msgid "Message could not be sent." -msgstr "Message could not be sent." - -#: mod/wallmessage.php:66 mod/message.php:82 -msgid "Message collection failure." -msgstr "Message collection failure." - -#: mod/wallmessage.php:69 mod/message.php:85 -msgid "Message sent." -msgstr "Message sent." - -#: mod/wallmessage.php:86 mod/wallmessage.php:95 -msgid "No recipient." -msgstr "No recipient." - -#: mod/wallmessage.php:132 mod/message.php:249 -msgid "Send Private Message" -msgstr "Send private message" - -#: mod/wallmessage.php:133 -#, php-format -msgid "" -"If you wish for %s to respond, please check that the privacy settings on " -"your site allow private mail from unknown senders." -msgstr "If you wish for %s to respond, please check that the privacy settings on your site allow private mail from unknown senders." - -#: mod/wallmessage.php:134 mod/message.php:250 mod/message.php:423 -msgid "To:" -msgstr "To:" - -#: mod/wallmessage.php:135 mod/message.php:255 mod/message.php:425 -msgid "Subject:" -msgstr "Subject:" - -#: mod/wallmessage.php:141 mod/invite.php:144 mod/message.php:259 -#: mod/message.php:428 -msgid "Your message:" -msgstr "Your message:" - -#: mod/babel.php:22 -msgid "Source (bbcode) text:" -msgstr "Source (bbcode) text:" - -#: mod/babel.php:29 -msgid "Source (Diaspora) text to convert to BBcode:" -msgstr "Source (Diaspora) text to convert to BBcode:" - -#: mod/babel.php:37 -msgid "Source input: " -msgstr "Source input: " - -#: mod/babel.php:41 -msgid "bbcode (raw HTML(: " -msgstr "" - -#: mod/babel.php:45 -msgid "bbcode: " -msgstr "" - -#: mod/babel.php:49 mod/babel.php:65 -msgid "bbcode => html2bbcode: " -msgstr "" - -#: mod/babel.php:53 -msgid "bb2diaspora: " -msgstr "" - -#: mod/babel.php:57 -msgid "bb2diaspora => Markdown: " -msgstr "" - -#: mod/babel.php:61 -msgid "bb2diaspora => diaspora2bb: " -msgstr "" - -#: mod/babel.php:71 -msgid "Source input (Diaspora format): " -msgstr "Source input (Diaspora format): " - -#: mod/babel.php:75 -msgid "diaspora2bb: " -msgstr "diaspora2bb: " - -#: mod/editpost.php:27 mod/editpost.php:37 -msgid "Item not found" -msgstr "Item not found" - -#: mod/editpost.php:42 -msgid "Edit post" -msgstr "Edit post" - -#: mod/uexport.php:44 -msgid "Export account" -msgstr "Export account" - -#: mod/uexport.php:44 -msgid "" -"Export your account info and contacts. Use this to make a backup of your " -"account and/or to move it to another server." -msgstr "Export your account info and contacts. Use this to backup your account or to move it to another server." - -#: mod/uexport.php:45 -msgid "Export all" -msgstr "Export all" - -#: mod/uexport.php:45 -msgid "" -"Export your accout info, contacts and all your items as json. Could be a " -"very big file, and could take a lot of time. Use this to make a full backup " -"of your account (photos are not exported)" -msgstr "Export your account info, contacts and all your items as json. Could be a very big file, and could take a lot of time. Use this to make a full backup of your account (photos are not exported)" - -#: mod/uexport.php:52 mod/settings.php:106 -msgid "Export personal data" -msgstr "Export personal data" - -#: mod/uimport.php:55 mod/register.php:190 +#: mod/uimport.php:55 mod/register.php:191 msgid "" "This site has exceeded the number of allowed daily account registrations. " "Please try again tomorrow." msgstr "This site has exceeded the number of allowed daily account registrations. Please try again tomorrow." -#: mod/uimport.php:70 mod/register.php:284 +#: mod/uimport.php:70 mod/register.php:285 msgid "Import" msgstr "Import profile" @@ -2310,74 +1710,16 @@ msgid "" "select \"Export account\"" msgstr "To export your account, go to \"Settings->Export personal data\" and select \"Export account\"" +#: mod/update_community.php:27 mod/update_display.php:27 +#: mod/update_notes.php:40 mod/update_profile.php:39 mod/update_network.php:33 +msgid "[Embedded content - reload page to view]" +msgstr "[Embedded content - reload page to view]" + #: mod/dfrn_poll.php:123 mod/dfrn_poll.php:543 #, php-format msgid "%1$s welcomes %2$s" msgstr "%1$s welcomes %2$s" -#: mod/dirfind.php:48 -#, php-format -msgid "People Search - %s" -msgstr "People search - %s" - -#: mod/dirfind.php:59 -#, php-format -msgid "Forum Search - %s" -msgstr "Forum search - %s" - -#: mod/dirfind.php:256 mod/match.php:125 -msgid "No matches" -msgstr "No matches" - -#: mod/friendica.php:77 -msgid "This is Friendica, version" -msgstr "This is Friendica, version" - -#: mod/friendica.php:78 -msgid "running at web location" -msgstr "running at web location" - -#: mod/friendica.php:82 -msgid "" -"Please visit Friendi.ca to learn more " -"about the Friendica project." -msgstr "Please visit Friendi.ca to learn more about the Friendica project." - -#: mod/friendica.php:86 -msgid "Bug reports and issues: please visit" -msgstr "Bug reports and issues: please visit" - -#: mod/friendica.php:86 -msgid "the bugtracker at github" -msgstr "the bugtracker at github" - -#: mod/friendica.php:89 -msgid "" -"Suggestions, praise, donations, etc. - please email \"Info\" at Friendica - " -"dot com" -msgstr "Suggestions, praise, donations, etc. - please email \"Info\" at Friendica - dot com" - -#: mod/friendica.php:103 -msgid "Installed addons/apps:" -msgstr "" - -#: mod/friendica.php:117 -msgid "No installed addons/apps" -msgstr "" - -#: mod/friendica.php:122 -msgid "On this server the following remote servers are blocked." -msgstr "On this server the following remote servers are blocked." - -#: mod/friendica.php:123 mod/admin.php:302 mod/admin.php:320 -#: mod/dfrn_request.php:351 src/Model/Contact.php:1142 -msgid "Blocked domain" -msgstr "Blocked domain" - -#: mod/friendica.php:123 mod/admin.php:303 mod/admin.php:321 -msgid "Reason for the block" -msgstr "Reason for the block" - #: mod/match.php:48 msgid "No keywords to match. Please add keywords to your default profile." msgstr "No keywords to match. Please add keywords to your default profile." @@ -2390,6 +1732,10 @@ msgstr "is interested in:" msgid "Profile Match" msgstr "Profile Match" +#: mod/match.php:125 mod/dirfind.php:253 +msgid "No matches" +msgstr "No matches" + #: mod/notifications.php:37 msgid "Invalid request identifier." msgstr "Invalid request identifier." @@ -2400,8 +1746,8 @@ msgid "Discard" msgstr "Discard" #: mod/notifications.php:62 mod/notifications.php:182 -#: mod/notifications.php:266 mod/contacts.php:628 mod/contacts.php:818 -#: mod/contacts.php:1002 +#: mod/notifications.php:266 mod/contacts.php:638 mod/contacts.php:828 +#: mod/contacts.php:1019 msgid "Ignore" msgstr "Ignore" @@ -2442,7 +1788,7 @@ msgstr "Notification type: " msgid "suggested by %s" msgstr "suggested by %s" -#: mod/notifications.php:175 mod/notifications.php:254 mod/contacts.php:636 +#: mod/notifications.php:175 mod/notifications.php:254 mod/contacts.php:646 msgid "Hide this contact from others" msgstr "Hide this contact from others" @@ -2454,7 +1800,7 @@ msgstr "Post a new friend activity" msgid "if applicable" msgstr "if applicable" -#: mod/notifications.php:179 mod/notifications.php:264 mod/admin.php:1703 +#: mod/notifications.php:179 mod/notifications.php:264 mod/admin.php:1796 msgid "Approve" msgstr "Approve" @@ -2507,7 +1853,33 @@ msgstr "Sharer" msgid "Subscriber" msgstr "Subscriber" -#: mod/notifications.php:261 mod/contacts.php:62 src/Model/Profile.php:518 +#: mod/notifications.php:247 mod/events.php:518 mod/directory.php:148 +#: mod/contacts.php:660 src/Model/Profile.php:417 src/Model/Event.php:60 +#: src/Model/Event.php:85 src/Model/Event.php:421 src/Model/Event.php:900 +msgid "Location:" +msgstr "Location:" + +#: mod/notifications.php:249 mod/directory.php:154 mod/contacts.php:664 +#: src/Model/Profile.php:423 src/Model/Profile.php:806 +msgid "About:" +msgstr "About:" + +#: mod/notifications.php:251 mod/follow.php:174 mod/contacts.php:666 +#: src/Model/Profile.php:794 +msgid "Tags:" +msgstr "Tags:" + +#: mod/notifications.php:253 mod/directory.php:151 src/Model/Profile.php:420 +#: src/Model/Profile.php:745 +msgid "Gender:" +msgstr "Gender:" + +#: mod/notifications.php:258 mod/unfollow.php:122 mod/follow.php:166 +#: mod/contacts.php:656 mod/admin.php:490 mod/admin.php:500 +msgid "Profile URL" +msgstr "Profile URL:" + +#: mod/notifications.php:261 mod/contacts.php:71 src/Model/Profile.php:518 msgid "Network:" msgstr "Network:" @@ -2528,10 +1900,6 @@ msgstr "Show all" msgid "No more %s notifications." msgstr "No more %s notifications." -#: mod/oexchange.php:30 -msgid "Post successful." -msgstr "Post successful." - #: mod/openid.php:29 msgid "OpenID protocol error. No ID returned." msgstr "OpenID protocol error. No ID returned." @@ -2545,2096 +1913,8 @@ msgstr "Account not found and OpenID registration is not permitted on this site. msgid "Login failed." msgstr "Login failed." -#: mod/ostatus_subscribe.php:21 -msgid "Subscribing to OStatus contacts" -msgstr "Subscribing to OStatus contacts" - -#: mod/ostatus_subscribe.php:32 -msgid "No contact provided." -msgstr "No contact provided." - -#: mod/ostatus_subscribe.php:38 -msgid "Couldn't fetch information for contact." -msgstr "Couldn't fetch information for contact." - -#: mod/ostatus_subscribe.php:47 -msgid "Couldn't fetch friends for contact." -msgstr "Couldn't fetch friends for contact." - -#: mod/ostatus_subscribe.php:75 -msgid "success" -msgstr "success" - -#: mod/ostatus_subscribe.php:77 -msgid "failed" -msgstr "failed" - -#: mod/ostatus_subscribe.php:80 src/Object/Post.php:278 -msgid "ignored" -msgstr "Ignored" - -#: mod/probe.php:14 mod/webfinger.php:17 -msgid "Only logged in users are permitted to perform a probing." -msgstr "Only logged in users are permitted to perform a probing." - -#: mod/admin.php:106 -msgid "Theme settings updated." -msgstr "Theme settings updated." - -#: mod/admin.php:176 src/Content/Nav.php:174 -msgid "Information" -msgstr "Information" - -#: mod/admin.php:177 -msgid "Overview" -msgstr "" - -#: mod/admin.php:178 mod/admin.php:653 -msgid "Federation Statistics" -msgstr "Federation statistics" - -#: mod/admin.php:179 -msgid "Configuration" -msgstr "" - -#: mod/admin.php:180 mod/admin.php:1262 -msgid "Site" -msgstr "Site" - -#: mod/admin.php:181 mod/admin.php:1190 mod/admin.php:1695 mod/admin.php:1711 -msgid "Users" -msgstr "Users" - -#: mod/admin.php:182 mod/admin.php:1811 mod/admin.php:1871 mod/settings.php:85 -msgid "Addons" -msgstr "" - -#: mod/admin.php:183 mod/admin.php:2080 mod/admin.php:2124 -msgid "Themes" -msgstr "Theme selection" - -#: mod/admin.php:184 mod/settings.php:63 -msgid "Additional features" -msgstr "Additional features" - -#: mod/admin.php:185 -msgid "Database" -msgstr "" - -#: mod/admin.php:186 -msgid "DB updates" -msgstr "DB updates" - -#: mod/admin.php:187 mod/admin.php:688 -msgid "Inspect Queue" -msgstr "Inspect queue" - -#: mod/admin.php:188 -msgid "Tools" -msgstr "" - -#: mod/admin.php:189 -msgid "Contact Blocklist" -msgstr "" - -#: mod/admin.php:190 mod/admin.php:311 -msgid "Server Blocklist" -msgstr "Server blocklist" - -#: mod/admin.php:191 mod/admin.php:470 -msgid "Delete Item" -msgstr "Delete item" - -#: mod/admin.php:192 mod/admin.php:193 mod/admin.php:2198 -msgid "Logs" -msgstr "Logs" - -#: mod/admin.php:194 mod/admin.php:2265 -msgid "View Logs" -msgstr "View logs" - -#: mod/admin.php:196 -msgid "Diagnostics" -msgstr "" - -#: mod/admin.php:197 -msgid "PHP Info" -msgstr "" - -#: mod/admin.php:198 -msgid "probe address" -msgstr "Probe address" - -#: mod/admin.php:199 -msgid "check webfinger" -msgstr "Check webfinger" - -#: mod/admin.php:218 src/Content/Nav.php:217 -msgid "Admin" -msgstr "Admin" - -#: mod/admin.php:219 -msgid "Addon Features" -msgstr "" - -#: mod/admin.php:220 -msgid "User registrations waiting for confirmation" -msgstr "User registrations awaiting confirmation" - -#: mod/admin.php:302 -msgid "The blocked domain" -msgstr "Blocked domain" - -#: mod/admin.php:303 mod/admin.php:316 -msgid "The reason why you blocked this domain." -msgstr "Reason why you blocked this domain." - -#: mod/admin.php:304 -msgid "Delete domain" -msgstr "Delete domain" - -#: mod/admin.php:304 -msgid "Check to delete this entry from the blocklist" -msgstr "Check to delete this entry from the blocklist" - -#: mod/admin.php:310 mod/admin.php:427 mod/admin.php:469 mod/admin.php:652 -#: mod/admin.php:687 mod/admin.php:783 mod/admin.php:1261 mod/admin.php:1694 -#: mod/admin.php:1810 mod/admin.php:1870 mod/admin.php:2079 mod/admin.php:2123 -#: mod/admin.php:2197 mod/admin.php:2264 -msgid "Administration" -msgstr "Administration" - -#: mod/admin.php:312 -msgid "" -"This page can be used to define a black list of servers from the federated " -"network that are not allowed to interact with your node. For all entered " -"domains you should also give a reason why you have blocked the remote " -"server." -msgstr "This page can be used to define a black list of servers from the federated network that are not allowed to interact with your node. For all entered domains you should also give a reason why you have blocked the remote server." - -#: mod/admin.php:313 -msgid "" -"The list of blocked servers will be made publically available on the " -"/friendica page so that your users and people investigating communication " -"problems can find the reason easily." -msgstr "The list of blocked servers will publicly available on the Friendica page so that your users and people investigating communication problems can readily find the reason." - -#: mod/admin.php:314 -msgid "Add new entry to block list" -msgstr "Add new entry to block list" - -#: mod/admin.php:315 -msgid "Server Domain" -msgstr "Server domain" - -#: mod/admin.php:315 -msgid "" -"The domain of the new server to add to the block list. Do not include the " -"protocol." -msgstr "The domain of the new server to add to the block list. Do not include the protocol." - -#: mod/admin.php:316 -msgid "Block reason" -msgstr "Block reason" - -#: mod/admin.php:317 -msgid "Add Entry" -msgstr "Add entry" - -#: mod/admin.php:318 -msgid "Save changes to the blocklist" -msgstr "Save changes to the blocklist" - -#: mod/admin.php:319 -msgid "Current Entries in the Blocklist" -msgstr "Current entries in the blocklist" - -#: mod/admin.php:322 -msgid "Delete entry from blocklist" -msgstr "Delete entry from blocklist" - -#: mod/admin.php:325 -msgid "Delete entry from blocklist?" -msgstr "Delete entry from blocklist?" - -#: mod/admin.php:351 -msgid "Server added to blocklist." -msgstr "Server added to blocklist." - -#: mod/admin.php:367 -msgid "Site blocklist updated." -msgstr "Site blocklist updated." - -#: mod/admin.php:390 util/global_community_block.php:53 -msgid "The contact has been blocked from the node" -msgstr "" - -#: mod/admin.php:392 util/global_community_block.php:48 -#, php-format -msgid "Could not find any contact entry for this URL (%s)" -msgstr "" - -#: mod/admin.php:399 -#, php-format -msgid "%s contact unblocked" -msgid_plural "%s contacts unblocked" -msgstr[0] "" -msgstr[1] "" - -#: mod/admin.php:428 -msgid "Remote Contact Blocklist" -msgstr "" - -#: mod/admin.php:429 -msgid "" -"This page allows you to prevent any message from a remote contact to reach " -"your node." -msgstr "" - -#: mod/admin.php:430 -msgid "Block Remote Contact" -msgstr "" - -#: mod/admin.php:431 mod/admin.php:1697 -msgid "select all" -msgstr "select all" - -#: mod/admin.php:432 -msgid "select none" -msgstr "" - -#: mod/admin.php:433 mod/admin.php:1706 mod/contacts.php:627 -#: mod/contacts.php:817 mod/contacts.php:994 -msgid "Block" -msgstr "Block" - -#: mod/admin.php:434 mod/admin.php:1707 mod/contacts.php:627 -#: mod/contacts.php:817 mod/contacts.php:994 -msgid "Unblock" -msgstr "Unblock" - -#: mod/admin.php:435 -msgid "No remote contact is blocked from this node." -msgstr "" - -#: mod/admin.php:437 -msgid "Blocked Remote Contacts" -msgstr "" - -#: mod/admin.php:438 -msgid "Block New Remote Contact" -msgstr "" - -#: mod/admin.php:439 -msgid "Photo" -msgstr "" - -#: mod/admin.php:439 mod/profiles.php:393 -msgid "Address" -msgstr "Address" - -#: mod/admin.php:447 -#, php-format -msgid "%s total blocked contact" -msgid_plural "%s total blocked contacts" -msgstr[0] "" -msgstr[1] "" - -#: mod/admin.php:449 -msgid "URL of the remote contact to block." -msgstr "" - -#: mod/admin.php:471 -msgid "Delete this Item" -msgstr "Delete" - -#: mod/admin.php:472 -msgid "" -"On this page you can delete an item from your node. If the item is a top " -"level posting, the entire thread will be deleted." -msgstr "Here you can delete an item from this node. If the item is a top-level posting, the entire thread will be deleted." - -#: mod/admin.php:473 -msgid "" -"You need to know the GUID of the item. You can find it e.g. by looking at " -"the display URL. The last part of http://example.com/display/123456 is the " -"GUID, here 123456." -msgstr "You need to know the global unique identifier (GUID) of the item, which you can find by looking at the display URL. The last part of http://example.com/display/123456 is the GUID: i.e. 123456." - -#: mod/admin.php:474 -msgid "GUID" -msgstr "GUID" - -#: mod/admin.php:474 -msgid "The GUID of the item you want to delete." -msgstr "GUID of item to be deleted." - -#: mod/admin.php:513 -msgid "Item marked for deletion." -msgstr "Item marked for deletion." - -#: mod/admin.php:583 -msgid "unknown" -msgstr "unknown" - -#: mod/admin.php:646 -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 "This page offers you the amount of known part of the federated social network your Friendica node is part of. These numbers are not complete and only reflect the part of the network your node is aware of." - -#: mod/admin.php:647 -msgid "" -"The Auto Discovered Contact Directory feature is not enabled, it " -"will improve the data displayed here." -msgstr "The Auto Discovered Contact Directory feature is not enabled; enabling it will improve the data displayed here." - -#: mod/admin.php:659 -#, php-format -msgid "" -"Currently this node is aware of %d nodes with %d registered users from the " -"following platforms:" -msgstr "" - -#: mod/admin.php:690 -msgid "ID" -msgstr "ID" - -#: mod/admin.php:691 -msgid "Recipient Name" -msgstr "Recipient name" - -#: mod/admin.php:692 -msgid "Recipient Profile" -msgstr "Recipient profile" - -#: mod/admin.php:693 view/theme/frio/theme.php:265 -#: src/Core/NotificationsManager.php:178 src/Content/Nav.php:178 -msgid "Network" -msgstr "Network" - -#: mod/admin.php:694 -msgid "Created" -msgstr "Created" - -#: mod/admin.php:695 -msgid "Last Tried" -msgstr "Last Tried" - -#: mod/admin.php:696 -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 "This page lists the content of the queue for outgoing postings. These are postings the initial delivery failed for. They will be resend later and eventually deleted if the delivery fails permanently." - -#: mod/admin.php:720 -#, 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 here for a guide that may be helpful " -"converting the table engines. You may also use the command php " -"scripts/dbstructure.php toinnodb of your Friendica installation for an " -"automatic conversion.
    " -msgstr "Your DB still runs with MyISAM tables. You should change the engine type to InnoDB, because Friendica will use InnoDB only features in the future. See here for a guide that may be helpful converting the table engines. You may also use the command php scripts/dbstructure.php toinnodb of your Friendica installation for an automatic conversion.
    " - -#: mod/admin.php:727 -#, 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 "A new Friendica version is available now. Your current version is %1$s, upstream version is %2$s" - -#: mod/admin.php:737 -msgid "" -"The database update failed. Please run \"php scripts/dbstructure.php " -"update\" from the command line and have a look at the errors that might " -"appear." -msgstr "The database update failed. Please run \"php scripts/dbstructure.php update\" from the command line; check logs for errors." - -#: mod/admin.php:743 -msgid "The worker was never executed. Please check your database structure!" -msgstr "The worker process has never been executed. Please check your database structure!" - -#: mod/admin.php:746 -#, php-format -msgid "" -"The last worker execution was on %s UTC. This is older than one hour. Please" -" check your crontab settings." -msgstr "The last worker process started at %s UTC. This is more than one hour ago. Please adjust your crontab settings." - -#: mod/admin.php:751 mod/admin.php:1646 -msgid "Normal Account" -msgstr "Standard account" - -#: mod/admin.php:752 mod/admin.php:1647 -msgid "Automatic Follower Account" -msgstr "Automatic follower account" - -#: mod/admin.php:753 mod/admin.php:1648 -msgid "Public Forum Account" -msgstr "Public forum account" - -#: mod/admin.php:754 mod/admin.php:1649 -msgid "Automatic Friend Account" -msgstr "Automatic friend account" - -#: mod/admin.php:755 -msgid "Blog Account" -msgstr "Blog account" - -#: mod/admin.php:756 -msgid "Private Forum Account" -msgstr "Private forum account" - -#: mod/admin.php:778 -msgid "Message queues" -msgstr "Message queues" - -#: mod/admin.php:784 -msgid "Summary" -msgstr "Summary" - -#: mod/admin.php:786 -msgid "Registered users" -msgstr "Signed up users" - -#: mod/admin.php:788 -msgid "Pending registrations" -msgstr "Pending registrations" - -#: mod/admin.php:789 -msgid "Version" -msgstr "Version" - -#: mod/admin.php:794 -msgid "Active addons" -msgstr "" - -#: mod/admin.php:825 -msgid "Can not parse base url. Must have at least ://" -msgstr "Can not parse base URL. Must have at least ://" - -#: mod/admin.php:1126 -msgid "Site settings updated." -msgstr "Site settings updated." - -#: mod/admin.php:1153 mod/settings.php:907 -msgid "No special theme for mobile devices" -msgstr "No special theme for mobile devices" - -#: mod/admin.php:1182 -msgid "No community page" -msgstr "No community page" - -#: mod/admin.php:1183 -msgid "Public postings from users of this site" -msgstr "Public postings from users of this site" - -#: mod/admin.php:1184 -msgid "Public postings from the federated network" -msgstr "" - -#: mod/admin.php:1185 -msgid "Public postings from local users and the federated network" -msgstr "" - -#: mod/admin.php:1189 mod/contacts.php:563 -msgid "Disabled" -msgstr "Disabled" - -#: mod/admin.php:1191 -msgid "Users, Global Contacts" -msgstr "Users, Global Contacts" - -#: mod/admin.php:1192 -msgid "Users, Global Contacts/fallback" -msgstr "Users, Global Contacts/fallback" - -#: mod/admin.php:1196 -msgid "One month" -msgstr "One month" - -#: mod/admin.php:1197 -msgid "Three months" -msgstr "Three months" - -#: mod/admin.php:1198 -msgid "Half a year" -msgstr "Half a year" - -#: mod/admin.php:1199 -msgid "One year" -msgstr "One a year" - -#: mod/admin.php:1204 -msgid "Multi user instance" -msgstr "Multi user instance" - -#: mod/admin.php:1227 -msgid "Closed" -msgstr "Closed" - -#: mod/admin.php:1228 -msgid "Requires approval" -msgstr "Requires approval" - -#: mod/admin.php:1229 -msgid "Open" -msgstr "Open" - -#: mod/admin.php:1233 -msgid "No SSL policy, links will track page SSL state" -msgstr "No SSL policy, links will track page SSL state" - -#: mod/admin.php:1234 -msgid "Force all links to use SSL" -msgstr "Force all links to use SSL" - -#: mod/admin.php:1235 -msgid "Self-signed certificate, use SSL for local links only (discouraged)" -msgstr "Self-signed certificate, use SSL for local links only (discouraged)" - -#: mod/admin.php:1239 -msgid "Don't check" -msgstr "Don't check" - -#: mod/admin.php:1240 -msgid "check the stable version" -msgstr "check for stable version updates" - -#: mod/admin.php:1241 -msgid "check the development version" -msgstr "check for development version updates" - -#: mod/admin.php:1263 mod/admin.php:1872 mod/admin.php:2125 mod/admin.php:2199 -#: mod/admin.php:2346 mod/settings.php:679 mod/settings.php:788 -#: mod/settings.php:874 mod/settings.php:963 mod/settings.php:1198 -msgid "Save Settings" -msgstr "Save settings" - -#: mod/admin.php:1264 -msgid "Republish users to directory" -msgstr "Republish users to directory" - -#: mod/admin.php:1265 mod/register.php:263 -msgid "Registration" -msgstr "Join this Friendica Node Today" - -#: mod/admin.php:1266 -msgid "File upload" -msgstr "File upload" - -#: mod/admin.php:1267 -msgid "Policies" -msgstr "Policies" - -#: mod/admin.php:1268 mod/contacts.php:885 mod/events.php:536 -#: src/Model/Profile.php:850 -msgid "Advanced" -msgstr "Advanced" - -#: mod/admin.php:1269 -msgid "Auto Discovered Contact Directory" -msgstr "Auto-discovered contact directory" - -#: mod/admin.php:1270 -msgid "Performance" -msgstr "Performance" - -#: mod/admin.php:1271 -msgid "Worker" -msgstr "Worker" - -#: mod/admin.php:1272 -msgid "" -"Relocate - WARNING: advanced function. Could make this server unreachable." -msgstr "Relocate - Warning, advanced function: This could make this server unreachable." - -#: mod/admin.php:1275 -msgid "Site name" -msgstr "Site name" - -#: mod/admin.php:1276 -msgid "Host name" -msgstr "Host name" - -#: mod/admin.php:1277 -msgid "Sender Email" -msgstr "Sender email" - -#: mod/admin.php:1277 -msgid "" -"The email address your server shall use to send notification emails from." -msgstr "The email address your server shall use to send notification emails from." - -#: mod/admin.php:1278 -msgid "Banner/Logo" -msgstr "Banner/Logo" - -#: mod/admin.php:1279 -msgid "Shortcut icon" -msgstr "Shortcut icon" - -#: mod/admin.php:1279 -msgid "Link to an icon that will be used for browsers." -msgstr "Link to an icon that will be used for browsers." - -#: mod/admin.php:1280 -msgid "Touch icon" -msgstr "Touch icon" - -#: mod/admin.php:1280 -msgid "Link to an icon that will be used for tablets and mobiles." -msgstr "Link to an icon that will be used for tablets and mobiles." - -#: mod/admin.php:1281 -msgid "Additional Info" -msgstr "Additional Info" - -#: mod/admin.php:1281 -#, php-format -msgid "" -"For public servers: you can add additional information here that will be " -"listed at %s/servers." -msgstr "" - -#: mod/admin.php:1282 -msgid "System language" -msgstr "System language" - -#: mod/admin.php:1283 -msgid "System theme" -msgstr "System theme" - -#: mod/admin.php:1283 -msgid "" -"Default system theme - may be over-ridden by user profiles - change theme settings" -msgstr "Default system theme - may be overridden by user profiles - change theme settings" - -#: mod/admin.php:1284 -msgid "Mobile system theme" -msgstr "Mobile system theme" - -#: mod/admin.php:1284 -msgid "Theme for mobile devices" -msgstr "Theme for mobile devices" - -#: mod/admin.php:1285 -msgid "SSL link policy" -msgstr "SSL link policy" - -#: mod/admin.php:1285 -msgid "Determines whether generated links should be forced to use SSL" -msgstr "Determines whether generated links should be forced to use SSL" - -#: mod/admin.php:1286 -msgid "Force SSL" -msgstr "Force SSL" - -#: mod/admin.php:1286 -msgid "" -"Force all Non-SSL requests to SSL - Attention: on some systems it could lead" -" to endless loops." -msgstr "Force all Non-SSL requests to SSL - Attention: on some systems it could lead to endless loops." - -#: mod/admin.php:1287 -msgid "Hide help entry from navigation menu" -msgstr "Hide help entry from navigation menu" - -#: mod/admin.php:1287 -msgid "" -"Hides the menu entry for the Help pages from the navigation menu. You can " -"still access it calling /help directly." -msgstr "Hides the menu entry for the Help pages from the navigation menu. Help pages can still be accessed by calling ../help directly via its URL." - -#: mod/admin.php:1288 -msgid "Single user instance" -msgstr "Single user instance" - -#: mod/admin.php:1288 -msgid "Make this instance multi-user or single-user for the named user" -msgstr "Make this instance multi-user or single-user for the named user" - -#: mod/admin.php:1289 -msgid "Maximum image size" -msgstr "Maximum image size" - -#: mod/admin.php:1289 -msgid "" -"Maximum size in bytes of uploaded images. Default is 0, which means no " -"limits." -msgstr "Maximum size in bytes of uploaded images. Default is 0, which means no limits." - -#: mod/admin.php:1290 -msgid "Maximum image length" -msgstr "Maximum image length" - -#: mod/admin.php:1290 -msgid "" -"Maximum length in pixels of the longest side of uploaded images. Default is " -"-1, which means no limits." -msgstr "Maximum length in pixels of the longest side of uploaded images. Default is -1, which means no limits." - -#: mod/admin.php:1291 -msgid "JPEG image quality" -msgstr "JPEG image quality" - -#: mod/admin.php:1291 -msgid "" -"Uploaded JPEGS will be saved at this quality setting [0-100]. Default is " -"100, which is full quality." -msgstr "Uploaded JPEGS will be saved at this quality setting [0-100]. Default is 100, which is the original quality level." - -#: mod/admin.php:1293 -msgid "Register policy" -msgstr "Registration policy" - -#: mod/admin.php:1294 -msgid "Maximum Daily Registrations" -msgstr "Maximum daily registrations" - -#: mod/admin.php:1294 -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 "If open registration is permitted, this sets the maximum number of new registrations per day. This setting has no effect for registrations by approval." - -#: mod/admin.php:1295 -msgid "Register text" -msgstr "Registration text" - -#: mod/admin.php:1295 -msgid "Will be displayed prominently on the registration page." -msgstr "Will be displayed prominently on the registration page." - -#: mod/admin.php:1296 -msgid "Accounts abandoned after x days" -msgstr "Accounts abandoned after so many days" - -#: mod/admin.php:1296 -msgid "" -"Will not waste system resources polling external sites for abandonded " -"accounts. Enter 0 for no time limit." -msgstr "Will not waste system resources polling external sites for abandoned accounts. Enter 0 for no time limit." - -#: mod/admin.php:1297 -msgid "Allowed friend domains" -msgstr "Allowed friend domains" - -#: mod/admin.php:1297 -msgid "" -"Comma separated list of domains which are allowed to establish friendships " -"with this site. Wildcards are accepted. Empty to allow any domains" -msgstr "Comma separated list of domains which are allowed to establish friendships with this site. Wildcards are accepted. Leave empty to allow any domains" - -#: mod/admin.php:1298 -msgid "Allowed email domains" -msgstr "Allowed email domains" - -#: mod/admin.php:1298 -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 "Comma separated list of domains which are allowed in email addresses for registrations to this site. Wildcards are accepted. Leave empty to allow any domains" - -#: mod/admin.php:1299 -msgid "No OEmbed rich content" -msgstr "" - -#: mod/admin.php:1299 -msgid "" -"Don't show the rich content (e.g. embedded PDF), except from the domains " -"listed below." -msgstr "" - -#: mod/admin.php:1300 -msgid "Allowed OEmbed domains" -msgstr "" - -#: mod/admin.php:1300 -msgid "" -"Comma separated list of domains which oembed content is allowed to be " -"displayed. Wildcards are accepted." -msgstr "" - -#: mod/admin.php:1301 -msgid "Block public" -msgstr "Block public" - -#: mod/admin.php:1301 -msgid "" -"Check to block public access to all otherwise public personal pages on this " -"site unless you are currently logged in." -msgstr "Block public access to all otherwise public personal pages on this site, except for local users when logged in." - -#: mod/admin.php:1302 -msgid "Force publish" -msgstr "Mandatory directory listing" - -#: mod/admin.php:1302 -msgid "" -"Check to force all profiles on this site to be listed in the site directory." -msgstr "Force all profiles on this site to be listed in the site directory." - -#: mod/admin.php:1303 -msgid "Global directory URL" -msgstr "Global directory URL" - -#: mod/admin.php:1303 -msgid "" -"URL to the global directory. If this is not set, the global directory is " -"completely unavailable to the application." -msgstr "URL to the global directory: If this is not set, the global directory is completely unavailable to the application." - -#: mod/admin.php:1304 -msgid "Private posts by default for new users" -msgstr "Private posts by default for new users" - -#: mod/admin.php:1304 -msgid "" -"Set default post permissions for all new members to the default privacy " -"group rather than public." -msgstr "Set default post permissions for all new members to the default privacy group rather than public." - -#: mod/admin.php:1305 -msgid "Don't include post content in email notifications" -msgstr "Don't include post content in email notifications" - -#: mod/admin.php:1305 -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 "Don't include the content of a post/comment/private message in the email notifications sent from this site, as a privacy measure." - -#: mod/admin.php:1306 -msgid "Disallow public access to addons listed in the apps menu." -msgstr "Disallow public access to addons listed in the apps menu." - -#: mod/admin.php:1306 -msgid "" -"Checking this box will restrict addons listed in the apps menu to members " -"only." -msgstr "Checking this box will restrict addons listed in the apps menu to members only." - -#: mod/admin.php:1307 -msgid "Don't embed private images in posts" -msgstr "Don't embed private images in posts" - -#: mod/admin.php:1307 -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 "Don't replace locally-hosted private photos in posts with an embedded copy of the image. This means that contacts who receive posts containing private photos will have to authenticate and load each image, which may take a while." - -#: mod/admin.php:1308 -msgid "Allow Users to set remote_self" -msgstr "Allow users to set \"Remote self\"" - -#: mod/admin.php:1308 -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 "This allows every user to mark contacts as a \"Remote self\" in the repair contact dialogue. Setting this flag on a contact will mirror every posting of that contact in the users stream." - -#: mod/admin.php:1309 -msgid "Block multiple registrations" -msgstr "Block multiple registrations" - -#: mod/admin.php:1309 -msgid "Disallow users to register additional accounts for use as pages." -msgstr "Disallow users to sign up for additional accounts." - -#: mod/admin.php:1310 -msgid "OpenID support" -msgstr "OpenID support" - -#: mod/admin.php:1310 -msgid "OpenID support for registration and logins." -msgstr "OpenID support for registration and logins." - -#: mod/admin.php:1311 -msgid "Fullname check" -msgstr "Full name check" - -#: mod/admin.php:1311 -msgid "" -"Force users to register with a space between firstname and lastname in Full " -"name, as an antispam measure" -msgstr "Force users to sign up with a space between first name and last name in the full name field; it may reduce spam and abuse registrations." - -#: mod/admin.php:1312 -msgid "Community pages for visitors" -msgstr "" - -#: mod/admin.php:1312 -msgid "" -"Which community pages should be available for visitors. Local users always " -"see both pages." -msgstr "" - -#: mod/admin.php:1313 -msgid "Posts per user on community page" -msgstr "Posts per user on community page" - -#: mod/admin.php:1313 -msgid "" -"The maximum number of posts per user on the community page. (Not valid for " -"'Global Community')" -msgstr "Maximum number of posts per user on the community page (not valid for 'Global Community')." - -#: mod/admin.php:1314 -msgid "Enable OStatus support" -msgstr "Enable OStatus support" - -#: mod/admin.php:1314 -msgid "" -"Provide built-in OStatus (StatusNet, GNU Social etc.) compatibility. All " -"communications in OStatus are public, so privacy warnings will be " -"occasionally displayed." -msgstr "Provide built-in OStatus (StatusNet, GNU Social, etc.) compatibility. All communications in OStatus are public, so privacy warnings will be occasionally displayed." - -#: mod/admin.php:1315 -msgid "Only import OStatus threads from our contacts" -msgstr "Only import OStatus threads from known contacts" - -#: mod/admin.php:1315 -msgid "" -"Normally we import every content from our OStatus contacts. With this option" -" we only store threads that are started by a contact that is known on our " -"system." -msgstr "Normally we import every content from our OStatus contacts. With this option we only store threads that are started by a contact that is known on our system." - -#: mod/admin.php:1316 -msgid "OStatus support can only be enabled if threading is enabled." -msgstr "OStatus support can only be enabled if threading is enabled." - -#: mod/admin.php:1318 -msgid "" -"Diaspora support can't be enabled because Friendica was installed into a sub" -" directory." -msgstr "Diaspora support can't be enabled because Friendica was installed into a sub directory." - -#: mod/admin.php:1319 -msgid "Enable Diaspora support" -msgstr "Enable Diaspora support" - -#: mod/admin.php:1319 -msgid "Provide built-in Diaspora network compatibility." -msgstr "Provide built-in Diaspora network compatibility." - -#: mod/admin.php:1320 -msgid "Only allow Friendica contacts" -msgstr "Only allow Friendica contacts" - -#: mod/admin.php:1320 -msgid "" -"All contacts must use Friendica protocols. All other built-in communication " -"protocols disabled." -msgstr "All contacts must use Friendica protocols. All other built-in communication protocols will be disabled." - -#: mod/admin.php:1321 -msgid "Verify SSL" -msgstr "Verify SSL" - -#: mod/admin.php:1321 -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 "If you wish, you can turn on strict certificate checking. This will mean you cannot connect (at all) to self-signed SSL sites." - -#: mod/admin.php:1322 -msgid "Proxy user" -msgstr "Proxy user" - -#: mod/admin.php:1323 -msgid "Proxy URL" -msgstr "Proxy URL" - -#: mod/admin.php:1324 -msgid "Network timeout" -msgstr "Network timeout" - -#: mod/admin.php:1324 -msgid "Value is in seconds. Set to 0 for unlimited (not recommended)." -msgstr "Value is in seconds. Set to 0 for unlimited (not recommended)." - -#: mod/admin.php:1325 -msgid "Maximum Load Average" -msgstr "Maximum load average" - -#: mod/admin.php:1325 -msgid "" -"Maximum system load before delivery and poll processes are deferred - " -"default 50." -msgstr "Maximum system load before delivery and poll processes are deferred (default 50)." - -#: mod/admin.php:1326 -msgid "Maximum Load Average (Frontend)" -msgstr "Maximum load average (frontend)" - -#: mod/admin.php:1326 -msgid "Maximum system load before the frontend quits service - default 50." -msgstr "Maximum system load before the frontend quits service (default 50)." - -#: mod/admin.php:1327 -msgid "Minimal Memory" -msgstr "Minimal memory" - -#: mod/admin.php:1327 -msgid "" -"Minimal free memory in MB for the worker. Needs access to /proc/meminfo - " -"default 0 (deactivated)." -msgstr "Minimal free memory in MB for the worker. Needs access to /proc/meminfo - default 0 (deactivated)." - -#: mod/admin.php:1328 -msgid "Maximum table size for optimization" -msgstr "Maximum table size for optimization" - -#: mod/admin.php:1328 -msgid "" -"Maximum table size (in MB) for the automatic optimization - default 100 MB. " -"Enter -1 to disable it." -msgstr "Maximum table size (in MB) for the automatic optimization (default 100 MB; -1 to deactivate)." - -#: mod/admin.php:1329 -msgid "Minimum level of fragmentation" -msgstr "Minimum level of fragmentation" - -#: mod/admin.php:1329 -msgid "" -"Minimum fragmenation level to start the automatic optimization - default " -"value is 30%." -msgstr "Minimum fragmentation level to start the automatic optimization (default 30%)." - -#: mod/admin.php:1331 -msgid "Periodical check of global contacts" -msgstr "Periodical check of global contacts" - -#: mod/admin.php:1331 -msgid "" -"If enabled, the global contacts are checked periodically for missing or " -"outdated data and the vitality of the contacts and servers." -msgstr "This checks global contacts periodically for missing or outdated data and the vitality of the contacts and servers." - -#: mod/admin.php:1332 -msgid "Days between requery" -msgstr "Days between enquiry" - -#: mod/admin.php:1332 -msgid "Number of days after which a server is requeried for his contacts." -msgstr "Number of days after which a server is required check contacts." - -#: mod/admin.php:1333 -msgid "Discover contacts from other servers" -msgstr "Discover contacts from other servers" - -#: mod/admin.php:1333 -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 "Periodically query other servers for contacts. You can choose between 'Users': the users on the remote system, 'Global Contacts': active contacts that are known on the system. The fallback is meant for Redmatrix servers and older Friendica servers, where global contacts weren't available. The fallback increases the server load, so the recommend setting is 'Users, Global Contacts'." - -#: mod/admin.php:1334 -msgid "Timeframe for fetching global contacts" -msgstr "Time-frame for fetching global contacts" - -#: mod/admin.php:1334 -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 "If discovery is activated, this value defines the time-frame for the activity of the global contacts that are fetched from other servers." - -#: mod/admin.php:1335 -msgid "Search the local directory" -msgstr "Search the local directory" - -#: mod/admin.php:1335 -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 "Search the local directory instead of the global directory. When searching locally, every search will be executed on the global directory in the background. This improves the search results when the search is repeated." - -#: mod/admin.php:1337 -msgid "Publish server information" -msgstr "Publish server information" - -#: mod/admin.php:1337 -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 the-federation.info for details." -msgstr "This publishes generic data about the server and its usage. The data contains the name and version of the server, number of users with public profiles, number of posts and the activated protocols and connectors. See the-federation.info for details." - -#: mod/admin.php:1339 -msgid "Check upstream version" -msgstr "Check upstream version" - -#: mod/admin.php:1339 -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 "Enables checking for new Friendica versions at github. If there is a new version, you will be informed in the admin panel overview." - -#: mod/admin.php:1340 -msgid "Suppress Tags" -msgstr "Suppress tags" - -#: mod/admin.php:1340 -msgid "Suppress showing a list of hashtags at the end of the posting." -msgstr "Suppress listed hashtags at the end of posts." - -#: mod/admin.php:1341 -msgid "Path to item cache" -msgstr "Path to item cache" - -#: mod/admin.php:1341 -msgid "The item caches buffers generated bbcode and external images." -msgstr "The item caches buffers generated bbcode and external images." - -#: mod/admin.php:1342 -msgid "Cache duration in seconds" -msgstr "Cache duration in seconds" - -#: mod/admin.php:1342 -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 "How long should cache files be held? (Default 86400 seconds - one day; -1 disables item cache)" - -#: mod/admin.php:1343 -msgid "Maximum numbers of comments per post" -msgstr "Maximum numbers of comments per post" - -#: mod/admin.php:1343 -msgid "How much comments should be shown for each post? Default value is 100." -msgstr "How many comments should be shown for each post? (Default 100)" - -#: mod/admin.php:1344 -msgid "Temp path" -msgstr "Temp path" - -#: mod/admin.php:1344 -msgid "" -"If you have a restricted system where the webserver can't access the system " -"temp path, enter another path here." -msgstr "Enter a different tmp path, if your system restricts the webserver's access to the system temp path." - -#: mod/admin.php:1345 -msgid "Base path to installation" -msgstr "Base path to installation" - -#: mod/admin.php:1345 -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 "If the system cannot detect the correct path to your installation, enter the correct path here. This setting should only be set if you are using a restricted system and symbolic links to your webroot." - -#: mod/admin.php:1346 -msgid "Disable picture proxy" -msgstr "Disable picture proxy" - -#: mod/admin.php:1346 -msgid "" -"The picture proxy increases performance and privacy. It shouldn't be used on" -" systems with very low bandwith." -msgstr "The picture proxy increases performance and privacy. It shouldn't be used on systems with very low bandwith." - -#: mod/admin.php:1347 -msgid "Only search in tags" -msgstr "Only search in tags" - -#: mod/admin.php:1347 -msgid "On large systems the text search can slow down the system extremely." -msgstr "On large systems the text search can slow down the system significantly." - -#: mod/admin.php:1349 -msgid "New base url" -msgstr "New base URL" - -#: mod/admin.php:1349 -msgid "" -"Change base url for this server. Sends relocate message to all Friendica and" -" Diaspora* contacts of all users." -msgstr "Change base url for this server. Sends relocate message to all Friendica and Diaspora* contacts of all users." - -#: mod/admin.php:1351 -msgid "RINO Encryption" -msgstr "RINO Encryption" - -#: mod/admin.php:1351 -msgid "Encryption layer between nodes." -msgstr "Encryption layer between nodes." - -#: mod/admin.php:1353 -msgid "Maximum number of parallel workers" -msgstr "Maximum number of parallel workers" - -#: mod/admin.php:1353 -msgid "" -"On shared hosters set this to 2. On larger systems, values of 10 are great. " -"Default value is 4." -msgstr "On shared hosts set this to 2. On larger systems, values of 10 are great. Default value is 4." - -#: mod/admin.php:1354 -msgid "Don't use 'proc_open' with the worker" -msgstr "Don't use 'proc_open' with the worker" - -#: mod/admin.php:1354 -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 "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." - -#: mod/admin.php:1355 -msgid "Enable fastlane" -msgstr "Enable fast-lane" - -#: mod/admin.php:1355 -msgid "" -"When enabed, the fastlane mechanism starts an additional worker if processes" -" with higher priority are blocked by processes of lower priority." -msgstr "The fast-lane mechanism starts an additional worker if processes with higher priority are blocked by processes of lower priority." - -#: mod/admin.php:1356 -msgid "Enable frontend worker" -msgstr "Enable frontend worker" - -#: mod/admin.php:1356 -#, 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:1384 -msgid "Update has been marked successful" -msgstr "Update has been marked successful" - -#: mod/admin.php:1391 -#, php-format -msgid "Database structure update %s was successfully applied." -msgstr "Database structure update %s was successfully applied." - -#: mod/admin.php:1394 -#, php-format -msgid "Executing of database structure update %s failed with error: %s" -msgstr "Executing of database structure update %s failed with error: %s" - -#: mod/admin.php:1407 -#, php-format -msgid "Executing %s failed with error: %s" -msgstr "Executing %s failed with error: %s" - -#: mod/admin.php:1409 -#, php-format -msgid "Update %s was successfully applied." -msgstr "Update %s was successfully applied." - -#: mod/admin.php:1412 -#, php-format -msgid "Update %s did not return a status. Unknown if it succeeded." -msgstr "Update %s did not return a status. Unknown if it succeeded." - -#: mod/admin.php:1415 -#, php-format -msgid "There was no additional update function %s that needed to be called." -msgstr "There was no additional update function %s that needed to be called." - -#: mod/admin.php:1435 -msgid "No failed updates." -msgstr "No failed updates." - -#: mod/admin.php:1436 -msgid "Check database structure" -msgstr "Check database structure" - -#: mod/admin.php:1441 -msgid "Failed Updates" -msgstr "Failed updates" - -#: mod/admin.php:1442 -msgid "" -"This does not include updates prior to 1139, which did not return a status." -msgstr "This does not include updates prior to 1139, which did not return a status." - -#: mod/admin.php:1443 -msgid "Mark success (if update was manually applied)" -msgstr "Mark success (if update was manually applied)" - -#: mod/admin.php:1444 -msgid "Attempt to execute this update step automatically" -msgstr "Attempt to execute this update step automatically" - -#: mod/admin.php:1483 -#, php-format -msgid "" -"\n" -"\t\t\tDear %1$s,\n" -"\t\t\t\tthe administrator of %2$s has set up an account for you." -msgstr "\n\t\t\tDear %1$s,\n\t\t\t\tThe administrator of %2$s has set up an account for you." - -#: mod/admin.php:1486 -#, php-format -msgid "" -"\n" -"\t\t\tThe login details are as follows:\n" -"\n" -"\t\t\tSite Location:\t%1$s\n" -"\t\t\tLogin Name:\t\t%2$s\n" -"\t\t\tPassword:\t\t%3$s\n" -"\n" -"\t\t\tYou may change your password from your account \"Settings\" page after logging\n" -"\t\t\tin.\n" -"\n" -"\t\t\tPlease take a few moments to review the other account settings on that page.\n" -"\n" -"\t\t\tYou may also wish to add some basic information to your default profile\n" -"\t\t\t(on the \"Profiles\" page) so that other people can easily find you.\n" -"\n" -"\t\t\tWe recommend setting your full name, adding a profile photo,\n" -"\t\t\tadding some profile \"keywords\" (very useful in making new friends) - and\n" -"\t\t\tperhaps what country you live in; if you do not wish to be more specific\n" -"\t\t\tthan that.\n" -"\n" -"\t\t\tWe fully respect your right to privacy, and none of these items are necessary.\n" -"\t\t\tIf you are new and do not know anybody here, they may help\n" -"\t\t\tyou to make some new and interesting friends.\n" -"\n" -"\t\t\tThank you and welcome to %4$s." -msgstr "\n\t\t\tThe login details are as follows:\n\n\t\t\tSite Location:\t%1$s\n\t\t\tLogin Name:\t\t%2$s\n\t\t\tPassword:\t\t%3$s\n\n\t\t\tYou may change your password from your account \"Settings\" page after logging\n\t\t\tin.\n\n\t\t\tPlease take a few moments to review the other account settings on that page.\n\n\t\t\tYou may also wish to add some basic information to your default profile\n\t\t\t(on the \"Profiles\" page) so that other people can easily find you.\n\n\t\t\tWe recommend setting your full name, adding a profile photo,\n\t\t\tadding some profile \"keywords\" (very useful in making new friends) - and\n\t\t\tperhaps what country you live in; if you do not wish to be more specific\n\t\t\tthan that.\n\n\t\t\tWe fully respect your right to privacy and none of these items are necessary.\n\t\t\tIf you are new and do not know anybody here, this may help\n\t\t\tyou to make some new and interesting friends.\n\n\t\t\tThank you and welcome to %4$s." - -#: mod/admin.php:1518 src/Model/User.php:632 -#, php-format -msgid "Registration details for %s" -msgstr "Registration details for %s" - -#: mod/admin.php:1528 -#, php-format -msgid "%s user blocked/unblocked" -msgid_plural "%s users blocked/unblocked" -msgstr[0] "%s user blocked/unblocked" -msgstr[1] "%s users blocked/unblocked" - -#: mod/admin.php:1534 -#, php-format -msgid "%s user deleted" -msgid_plural "%s users deleted" -msgstr[0] "%s user deleted" -msgstr[1] "%s users deleted" - -#: mod/admin.php:1581 -#, php-format -msgid "User '%s' deleted" -msgstr "User '%s' deleted" - -#: mod/admin.php:1589 -#, php-format -msgid "User '%s' unblocked" -msgstr "User '%s' unblocked" - -#: mod/admin.php:1589 -#, php-format -msgid "User '%s' blocked" -msgstr "User '%s' blocked" - -#: mod/admin.php:1688 mod/admin.php:1700 mod/admin.php:1713 mod/admin.php:1731 -#: src/Content/ContactSelector.php:82 -msgid "Email" -msgstr "Email" - -#: mod/admin.php:1688 mod/admin.php:1713 -msgid "Register date" -msgstr "Registration date" - -#: mod/admin.php:1688 mod/admin.php:1713 -msgid "Last login" -msgstr "Last login" - -#: mod/admin.php:1688 mod/admin.php:1713 -msgid "Last item" -msgstr "Last item" - -#: mod/admin.php:1688 mod/settings.php:54 -msgid "Account" -msgstr "Account" - -#: mod/admin.php:1696 -msgid "Add User" -msgstr "Add user" - -#: mod/admin.php:1698 -msgid "User registrations waiting for confirm" -msgstr "User registrations awaiting confirmation" - -#: mod/admin.php:1699 -msgid "User waiting for permanent deletion" -msgstr "User awaiting permanent deletion" - -#: mod/admin.php:1700 -msgid "Request date" -msgstr "Request date" - -#: mod/admin.php:1701 -msgid "No registrations." -msgstr "No registrations." - -#: mod/admin.php:1702 -msgid "Note from the user" -msgstr "Note from the user" - -#: mod/admin.php:1704 -msgid "Deny" -msgstr "Deny" - -#: mod/admin.php:1708 -msgid "Site admin" -msgstr "Site admin" - -#: mod/admin.php:1709 -msgid "Account expired" -msgstr "Account expired" - -#: mod/admin.php:1712 -msgid "New User" -msgstr "New user" - -#: mod/admin.php:1713 -msgid "Deleted since" -msgstr "Deleted since" - -#: mod/admin.php:1718 -msgid "" -"Selected users will be deleted!\\n\\nEverything these users had posted on " -"this site will be permanently deleted!\\n\\nAre you sure?" -msgstr "Selected users will be deleted!\\n\\nEverything these users has posted on this site will be permanently deleted!\\n\\nAre you sure?" - -#: mod/admin.php:1719 -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 "The user {0} will be deleted!\\n\\nEverything this user has posted on this site will be permanently deleted!\\n\\nAre you sure?" - -#: mod/admin.php:1729 -msgid "Name of the new user." -msgstr "Name of the new user." - -#: mod/admin.php:1730 -msgid "Nickname" -msgstr "Nickname" - -#: mod/admin.php:1730 -msgid "Nickname of the new user." -msgstr "Nickname of the new user." - -#: mod/admin.php:1731 -msgid "Email address of the new user." -msgstr "Email address of the new user." - -#: mod/admin.php:1773 -#, php-format -msgid "Addon %s disabled." -msgstr "" - -#: mod/admin.php:1777 -#, php-format -msgid "Addon %s enabled." -msgstr "" - -#: mod/admin.php:1787 mod/admin.php:2036 -msgid "Disable" -msgstr "Disable" - -#: mod/admin.php:1790 mod/admin.php:2039 -msgid "Enable" -msgstr "Enable" - -#: mod/admin.php:1812 mod/admin.php:2081 -msgid "Toggle" -msgstr "Toggle" - -#: mod/admin.php:1820 mod/admin.php:2090 -msgid "Author: " -msgstr "Author: " - -#: mod/admin.php:1821 mod/admin.php:2091 -msgid "Maintainer: " -msgstr "Maintainer: " - -#: mod/admin.php:1873 -msgid "Reload active addons" -msgstr "" - -#: mod/admin.php:1878 -#, 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:1998 -msgid "No themes found." -msgstr "No themes found." - -#: mod/admin.php:2072 -msgid "Screenshot" -msgstr "Screenshot" - -#: mod/admin.php:2126 -msgid "Reload active themes" -msgstr "Reload active themes" - -#: mod/admin.php:2131 -#, php-format -msgid "No themes found on the system. They should be placed in %1$s" -msgstr "" - -#: mod/admin.php:2132 -msgid "[Experimental]" -msgstr "[Experimental]" - -#: mod/admin.php:2133 -msgid "[Unsupported]" -msgstr "[Unsupported]" - -#: mod/admin.php:2157 -msgid "Log settings updated." -msgstr "Log settings updated." - -#: mod/admin.php:2189 -msgid "PHP log currently enabled." -msgstr "PHP log currently enabled." - -#: mod/admin.php:2191 -msgid "PHP log currently disabled." -msgstr "PHP log currently disabled." - -#: mod/admin.php:2200 -msgid "Clear" -msgstr "Clear" - -#: mod/admin.php:2204 -msgid "Enable Debugging" -msgstr "Enable debugging" - -#: mod/admin.php:2205 -msgid "Log file" -msgstr "Log file" - -#: mod/admin.php:2205 -msgid "" -"Must be writable by web server. Relative to your Friendica top-level " -"directory." -msgstr "Must be writable by web server and relative to your Friendica top-level directory." - -#: mod/admin.php:2206 -msgid "Log level" -msgstr "Log level" - -#: mod/admin.php:2208 -msgid "PHP logging" -msgstr "PHP logging" - -#: mod/admin.php:2209 -msgid "" -"To enable logging of PHP errors and warnings you can add the following to " -"the .htconfig.php file of your installation. The filename set in the " -"'error_log' line is relative to the friendica top-level directory and must " -"be writeable by the web server. The option '1' for 'log_errors' and " -"'display_errors' is to enable these options, set to '0' to disable them." -msgstr "To enable logging of PHP errors and warnings you can add the following to the .htconfig.php file of your installation. The file name set in the 'error_log' line is relative to the Friendica top-level directory and must be writeable by the web server. The option '1' for 'log_errors' and 'display_errors' is to enable these options, set to '0' to disable them." - -#: mod/admin.php:2240 -#, php-format -msgid "" -"Error trying to open %1$s log file.\\r\\n
    Check to see " -"if file %1$s exist and is readable." -msgstr "" - -#: mod/admin.php:2244 -#, php-format -msgid "" -"Couldn't open %1$s log file.\\r\\n
    Check to see if file" -" %1$s is readable." -msgstr "" - -#: mod/admin.php:2335 mod/admin.php:2336 mod/settings.php:779 -msgid "Off" -msgstr "Off" - -#: mod/admin.php:2335 mod/admin.php:2336 mod/settings.php:779 -msgid "On" -msgstr "On" - -#: mod/admin.php:2336 -#, php-format -msgid "Lock feature %s" -msgstr "Lock feature %s" - -#: mod/admin.php:2344 -msgid "Manage Additional Features" -msgstr "Manage additional features" - -#: mod/cal.php:142 mod/display.php:307 mod/profile.php:174 -msgid "Access to this profile has been restricted." -msgstr "Access to this profile has been restricted." - -#: mod/cal.php:274 mod/events.php:393 view/theme/frio/theme.php:262 -#: view/theme/frio/theme.php:266 src/Content/Nav.php:104 -#: src/Content/Nav.php:169 src/Model/Profile.php:909 src/Model/Profile.php:920 -msgid "Events" -msgstr "Events" - -#: mod/cal.php:275 mod/events.php:394 -msgid "View" -msgstr "View" - -#: mod/cal.php:276 mod/events.php:396 -msgid "Previous" -msgstr "Previous" - -#: mod/cal.php:277 mod/events.php:397 mod/install.php:209 -msgid "Next" -msgstr "Next" - -#: mod/cal.php:284 mod/events.php:406 -msgid "list" -msgstr "List" - -#: mod/cal.php:297 src/Model/User.php:200 -msgid "User not found" -msgstr "User not found" - -#: mod/cal.php:313 -msgid "This calendar format is not supported" -msgstr "This calendar format is not supported" - -#: mod/cal.php:315 -msgid "No exportable data found" -msgstr "No exportable data found" - -#: mod/cal.php:332 -msgid "calendar" -msgstr "calendar" - -#: mod/community.php:44 -msgid "Community option not available." -msgstr "" - -#: mod/community.php:61 -msgid "Not available." -msgstr "Not available." - -#: mod/community.php:75 -msgid "Local Community" -msgstr "" - -#: mod/community.php:78 -msgid "Posts from local users on this server" -msgstr "" - -#: mod/community.php:86 -msgid "Global Community" -msgstr "" - -#: mod/community.php:89 -msgid "Posts from users of the whole federated network" -msgstr "" - -#: mod/community.php:135 mod/search.php:228 -msgid "No results." -msgstr "No results." - -#: mod/community.php:179 -msgid "" -"This community stream shows all public posts received by this node. They may" -" not reflect the opinions of this node’s users." -msgstr "This community stream shows all public posts received by this node. They may not reflect the opinions of this node’s users." - -#: mod/contacts.php:148 -#, php-format -msgid "%d contact edited." -msgid_plural "%d contacts edited." -msgstr[0] "%d contact edited." -msgstr[1] "%d contacts edited." - -#: mod/contacts.php:175 mod/contacts.php:391 -msgid "Could not access contact record." -msgstr "Could not access contact record." - -#: mod/contacts.php:185 -msgid "Could not locate selected profile." -msgstr "Could not locate selected profile." - -#: mod/contacts.php:219 -msgid "Contact updated." -msgstr "Contact updated." - -#: mod/contacts.php:221 mod/dfrn_request.php:419 -msgid "Failed to update contact record." -msgstr "Failed to update contact record." - -#: mod/contacts.php:412 -msgid "Contact has been blocked" -msgstr "Contact has been blocked" - -#: mod/contacts.php:412 -msgid "Contact has been unblocked" -msgstr "Contact has been unblocked" - -#: mod/contacts.php:423 -msgid "Contact has been ignored" -msgstr "Contact has been ignored" - -#: mod/contacts.php:423 -msgid "Contact has been unignored" -msgstr "Contact has been unignored" - -#: mod/contacts.php:434 -msgid "Contact has been archived" -msgstr "Contact has been archived" - -#: mod/contacts.php:434 -msgid "Contact has been unarchived" -msgstr "Contact has been unarchived" - -#: mod/contacts.php:458 -msgid "Drop contact" -msgstr "Drop contact" - -#: mod/contacts.php:461 mod/contacts.php:813 -msgid "Do you really want to delete this contact?" -msgstr "Do you really want to delete this contact?" - -#: mod/contacts.php:479 -msgid "Contact has been removed." -msgstr "Contact has been removed." - -#: mod/contacts.php:510 -#, php-format -msgid "You are mutual friends with %s" -msgstr "You are mutual friends with %s" - -#: mod/contacts.php:514 -#, php-format -msgid "You are sharing with %s" -msgstr "You are sharing with %s" - -#: mod/contacts.php:518 -#, php-format -msgid "%s is sharing with you" -msgstr "%s is sharing with you" - -#: mod/contacts.php:538 -msgid "Private communications are not available for this contact." -msgstr "Private communications are not available for this contact." - -#: mod/contacts.php:540 -msgid "Never" -msgstr "Never" - -#: mod/contacts.php:543 -msgid "(Update was successful)" -msgstr "(Update was successful)" - -#: mod/contacts.php:543 -msgid "(Update was not successful)" -msgstr "(Update was not successful)" - -#: mod/contacts.php:545 mod/contacts.php:975 -msgid "Suggest friends" -msgstr "Suggest friends" - -#: mod/contacts.php:549 -#, php-format -msgid "Network type: %s" -msgstr "Network type: %s" - -#: mod/contacts.php:554 -msgid "Communications lost with this contact!" -msgstr "Communications lost with this contact!" - -#: mod/contacts.php:560 -msgid "Fetch further information for feeds" -msgstr "Fetch further information for feeds" - -#: mod/contacts.php:562 -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 "Fetch information like preview pictures, title and teaser from the feed item. You can activate this if the feed doesn't contain much text. Keywords are taken from the meta header in the feed item and are posted as hash tags." - -#: mod/contacts.php:564 -msgid "Fetch information" -msgstr "Fetch information" - -#: mod/contacts.php:565 -msgid "Fetch keywords" -msgstr "Fetch keywords" - -#: mod/contacts.php:566 -msgid "Fetch information and keywords" -msgstr "Fetch information and keywords" - -#: mod/contacts.php:598 -msgid "Contact" -msgstr "Contact" - -#: mod/contacts.php:601 -msgid "Profile Visibility" -msgstr "Profile visibility" - -#: mod/contacts.php:602 -#, php-format -msgid "" -"Please choose the profile you would like to display to %s when viewing your " -"profile securely." -msgstr "Please choose the profile you would like to display to %s when viewing your profile securely." - -#: mod/contacts.php:603 -msgid "Contact Information / Notes" -msgstr "Personal note" - -#: mod/contacts.php:604 -msgid "Their personal note" -msgstr "Their personal note" - -#: mod/contacts.php:606 -msgid "Edit contact notes" -msgstr "Edit contact notes" - -#: mod/contacts.php:610 -msgid "Block/Unblock contact" -msgstr "Block/Unblock contact" - -#: mod/contacts.php:611 -msgid "Ignore contact" -msgstr "Ignore contact" - -#: mod/contacts.php:612 -msgid "Repair URL settings" -msgstr "Repair URL settings" - -#: mod/contacts.php:613 -msgid "View conversations" -msgstr "View conversations" - -#: mod/contacts.php:618 -msgid "Last update:" -msgstr "Last update:" - -#: mod/contacts.php:620 -msgid "Update public posts" -msgstr "Update public posts" - -#: mod/contacts.php:622 mod/contacts.php:985 -msgid "Update now" -msgstr "Update now" - -#: mod/contacts.php:628 mod/contacts.php:818 mod/contacts.php:1002 -msgid "Unignore" -msgstr "Unignore" - -#: mod/contacts.php:632 -msgid "Currently blocked" -msgstr "Currently blocked" - -#: mod/contacts.php:633 -msgid "Currently ignored" -msgstr "Currently ignored" - -#: mod/contacts.php:634 -msgid "Currently archived" -msgstr "Currently archived" - -#: mod/contacts.php:635 -msgid "Awaiting connection acknowledge" -msgstr "Awaiting connection acknowledgement" - -#: mod/contacts.php:636 -msgid "" -"Replies/likes to your public posts may still be visible" -msgstr "Replies/Likes to your public posts may still be visible" - -#: mod/contacts.php:637 -msgid "Notification for new posts" -msgstr "Notification for new posts" - -#: mod/contacts.php:637 -msgid "Send a notification of every new post of this contact" -msgstr "Send notification for every new post from this contact" - -#: mod/contacts.php:640 -msgid "Blacklisted keywords" -msgstr "Blacklisted keywords" - -#: mod/contacts.php:640 -msgid "" -"Comma separated list of keywords that should not be converted to hashtags, " -"when \"Fetch information and keywords\" is selected" -msgstr "Comma separated list of keywords that should not be converted to hashtags, when \"Fetch information and keywords\" is selected" - -#: mod/contacts.php:652 src/Model/Profile.php:424 -msgid "XMPP:" -msgstr "XMPP:" - -#: mod/contacts.php:657 -msgid "Actions" -msgstr "Actions" - -#: mod/contacts.php:659 mod/contacts.php:845 view/theme/frio/theme.php:258 -#: src/Content/Nav.php:100 src/Model/Profile.php:873 -msgid "Status" -msgstr "Status" - -#: mod/contacts.php:660 -msgid "Contact Settings" -msgstr "Notification and privacy " - -#: mod/contacts.php:701 -msgid "Suggestions" -msgstr "Suggestions" - -#: mod/contacts.php:704 -msgid "Suggest potential friends" -msgstr "Suggest potential friends" - -#: mod/contacts.php:712 -msgid "Show all contacts" -msgstr "Show all contacts" - -#: mod/contacts.php:717 -msgid "Unblocked" -msgstr "Unblocked" - -#: mod/contacts.php:720 -msgid "Only show unblocked contacts" -msgstr "Only show unblocked contacts" - -#: mod/contacts.php:725 -msgid "Blocked" -msgstr "Blocked" - -#: mod/contacts.php:728 -msgid "Only show blocked contacts" -msgstr "Only show blocked contacts" - -#: mod/contacts.php:733 -msgid "Ignored" -msgstr "Ignored" - -#: mod/contacts.php:736 -msgid "Only show ignored contacts" -msgstr "Only show ignored contacts" - -#: mod/contacts.php:741 -msgid "Archived" -msgstr "Archived" - -#: mod/contacts.php:744 -msgid "Only show archived contacts" -msgstr "Only show archived contacts" - -#: mod/contacts.php:749 -msgid "Hidden" -msgstr "Hidden" - -#: mod/contacts.php:752 -msgid "Only show hidden contacts" -msgstr "Only show hidden contacts" - -#: mod/contacts.php:808 -msgid "Search your contacts" -msgstr "Search your contacts" - -#: mod/contacts.php:809 mod/search.php:236 -#, php-format -msgid "Results for: %s" -msgstr "Results for: %s" - -#: mod/contacts.php:816 mod/settings.php:169 mod/settings.php:705 -msgid "Update" -msgstr "Update" - -#: mod/contacts.php:819 mod/contacts.php:1010 -msgid "Archive" -msgstr "Archive" - -#: mod/contacts.php:819 mod/contacts.php:1010 -msgid "Unarchive" -msgstr "Unarchive" - -#: mod/contacts.php:822 -msgid "Batch Actions" -msgstr "Batch actions" - -#: mod/contacts.php:856 src/Model/Profile.php:884 -msgid "Profile Details" -msgstr "Profile Details" - -#: mod/contacts.php:868 -msgid "View all contacts" -msgstr "View all contacts" - -#: mod/contacts.php:879 -msgid "View all common friends" -msgstr "View all common friends" - -#: mod/contacts.php:888 -msgid "Advanced Contact Settings" -msgstr "Advanced contact settings" - -#: mod/contacts.php:920 -msgid "Mutual Friendship" -msgstr "Mutual friendship" - -#: mod/contacts.php:924 -msgid "is a fan of yours" -msgstr "is a fan of yours" - -#: mod/contacts.php:928 -msgid "you are a fan of" -msgstr "I follow them" - -#: mod/contacts.php:996 -msgid "Toggle Blocked status" -msgstr "Toggle blocked status" - -#: mod/contacts.php:1004 -msgid "Toggle Ignored status" -msgstr "Toggle ignored status" - -#: mod/contacts.php:1012 -msgid "Toggle Archive status" -msgstr "Toggle archive status" - -#: mod/contacts.php:1020 -msgid "Delete contact" -msgstr "Delete contact" - -#: mod/dfrn_confirm.php:74 mod/profiles.php:38 mod/profiles.php:148 -#: mod/profiles.php:195 mod/profiles.php:631 +#: mod/dfrn_confirm.php:74 mod/profiles.php:39 mod/profiles.php:149 +#: mod/profiles.php:196 mod/profiles.php:618 msgid "Profile not found." msgstr "Profile not found." @@ -4709,7 +1989,7 @@ msgid "Unable to update your contact profile details on our system" msgstr "Unable to update your contact profile details on our system" #: mod/dfrn_confirm.php:661 mod/dfrn_request.php:568 -#: src/Model/Contact.php:1437 +#: src/Model/Contact.php:1520 msgid "[Name Withheld]" msgstr "[Name Withheld]" @@ -4718,581 +1998,6 @@ msgstr "[Name Withheld]" msgid "%1$s has joined %2$s" msgstr "%1$s has joined %2$s" -#: mod/dfrn_request.php:94 -msgid "This introduction has already been accepted." -msgstr "This introduction has already been accepted." - -#: mod/dfrn_request.php:112 mod/dfrn_request.php:359 -msgid "Profile location is not valid or does not contain profile information." -msgstr "Profile location is not valid or does not contain profile information." - -#: mod/dfrn_request.php:116 mod/dfrn_request.php:363 -msgid "Warning: profile location has no identifiable owner name." -msgstr "Warning: profile location has no identifiable owner name." - -#: mod/dfrn_request.php:119 mod/dfrn_request.php:366 -msgid "Warning: profile location has no profile photo." -msgstr "Warning: profile location has no profile photo." - -#: mod/dfrn_request.php:123 mod/dfrn_request.php:370 -#, php-format -msgid "%d required parameter was not found at the given location" -msgid_plural "%d required parameters were not found at the given location" -msgstr[0] "%d required parameter was not found at the given location" -msgstr[1] "%d required parameters were not found at the given location" - -#: mod/dfrn_request.php:162 -msgid "Introduction complete." -msgstr "Introduction complete." - -#: mod/dfrn_request.php:199 -msgid "Unrecoverable protocol error." -msgstr "Unrecoverable protocol error." - -#: mod/dfrn_request.php:226 -msgid "Profile unavailable." -msgstr "Profile unavailable." - -#: mod/dfrn_request.php:248 -#, php-format -msgid "%s has received too many connection requests today." -msgstr "%s has received too many connection requests today." - -#: mod/dfrn_request.php:249 -msgid "Spam protection measures have been invoked." -msgstr "Spam protection measures have been invoked." - -#: mod/dfrn_request.php:250 -msgid "Friends are advised to please try again in 24 hours." -msgstr "Friends are advised to please try again in 24 hours." - -#: mod/dfrn_request.php:280 -msgid "Invalid locator" -msgstr "Invalid locator" - -#: mod/dfrn_request.php:316 -msgid "You have already introduced yourself here." -msgstr "You have already introduced yourself here." - -#: mod/dfrn_request.php:319 -#, php-format -msgid "Apparently you are already friends with %s." -msgstr "Apparently you are already friends with %s." - -#: mod/dfrn_request.php:339 -msgid "Invalid profile URL." -msgstr "Invalid profile URL." - -#: mod/dfrn_request.php:345 src/Model/Contact.php:1137 -msgid "Disallowed profile URL." -msgstr "Disallowed profile URL." - -#: mod/dfrn_request.php:439 -msgid "Your introduction has been sent." -msgstr "Your introduction has been sent." - -#: mod/dfrn_request.php:477 -msgid "" -"Remote subscription can't be done for your network. Please subscribe " -"directly on your system." -msgstr "Remote subscription can't be done for your network. Please subscribe directly on your system." - -#: mod/dfrn_request.php:493 -msgid "Please login to confirm introduction." -msgstr "Please login to confirm introduction." - -#: mod/dfrn_request.php:501 -msgid "" -"Incorrect identity currently logged in. Please login to " -"this profile." -msgstr "Incorrect identity currently logged in. Please login to this profile." - -#: mod/dfrn_request.php:515 mod/dfrn_request.php:532 -msgid "Confirm" -msgstr "Confirm" - -#: mod/dfrn_request.php:527 -msgid "Hide this contact" -msgstr "Hide this contact" - -#: mod/dfrn_request.php:530 -#, php-format -msgid "Welcome home %s." -msgstr "Welcome home %s." - -#: mod/dfrn_request.php:531 -#, php-format -msgid "Please confirm your introduction/connection request to %s." -msgstr "Please confirm your introduction/connection request to %s." - -#: mod/dfrn_request.php:642 -msgid "" -"Please enter your 'Identity Address' from one of the following supported " -"communications networks:" -msgstr "Please enter your 'Identity address' from one of the following supported communications networks:" - -#: mod/dfrn_request.php:645 -#, php-format -msgid "" -"If you are not yet a member of the free social web, follow " -"this link to find a public Friendica site and join us today." -msgstr "" - -#: mod/dfrn_request.php:650 -msgid "Friend/Connection Request" -msgstr "Friend/Connection request" - -#: mod/dfrn_request.php:651 -msgid "" -"Examples: jojo@demo.friendica.com, http://demo.friendica.com/profile/jojo, " -"testuser@gnusocial.de" -msgstr "" - -#: mod/dfrn_request.php:656 src/Content/ContactSelector.php:79 -msgid "Friendica" -msgstr "Friendica" - -#: mod/dfrn_request.php:657 -msgid "GNU Social (Pleroma, Mastodon)" -msgstr "" - -#: mod/dfrn_request.php:658 -msgid "Diaspora (Socialhome, Hubzilla)" -msgstr "" - -#: mod/dfrn_request.php:659 -#, php-format -msgid "" -" - please do not use this form. Instead, enter %s into your Diaspora search" -" bar." -msgstr " - please do not use this form. Instead, enter %s into your Diaspora search bar." - -#: mod/events.php:104 mod/events.php:106 -msgid "Event can not end before it has started." -msgstr "Event cannot end before it has started." - -#: mod/events.php:113 mod/events.php:115 -msgid "Event title and start time are required." -msgstr "Event title and starting time are required." - -#: mod/events.php:395 -msgid "Create New Event" -msgstr "Create new event" - -#: mod/events.php:510 -msgid "Event details" -msgstr "Event details" - -#: mod/events.php:511 -msgid "Starting date and Title are required." -msgstr "Starting date and title are required." - -#: mod/events.php:512 mod/events.php:513 -msgid "Event Starts:" -msgstr "Event starts:" - -#: mod/events.php:512 mod/events.php:524 mod/profiles.php:713 -msgid "Required" -msgstr "Required" - -#: mod/events.php:514 mod/events.php:530 -msgid "Finish date/time is not known or not relevant" -msgstr "Finish date/time is not known or not relevant" - -#: mod/events.php:516 mod/events.php:517 -msgid "Event Finishes:" -msgstr "Event finishes:" - -#: mod/events.php:518 mod/events.php:531 -msgid "Adjust for viewer timezone" -msgstr "Adjust for viewer's time zone" - -#: mod/events.php:520 -msgid "Description:" -msgstr "Description:" - -#: mod/events.php:524 mod/events.php:526 -msgid "Title:" -msgstr "Title:" - -#: mod/events.php:527 mod/events.php:528 -msgid "Share this event" -msgstr "Share this event" - -#: mod/events.php:535 src/Model/Profile.php:849 -msgid "Basic" -msgstr "Basic" - -#: mod/events.php:557 -msgid "Failed to remove event" -msgstr "Failed to remove event" - -#: mod/events.php:559 -msgid "Event removed" -msgstr "Event removed" - -#: mod/fsuggest.php:71 -msgid "Friend suggestion sent." -msgstr "Friend suggestion sent" - -#: mod/fsuggest.php:102 -msgid "Suggest Friends" -msgstr "Suggest friends" - -#: mod/fsuggest.php:104 -#, php-format -msgid "Suggest a friend for %s" -msgstr "Suggest a friend for %s" - -#: mod/install.php:114 -msgid "Friendica Communications Server - Setup" -msgstr "Friendica Communications Server - Setup" - -#: mod/install.php:120 -msgid "Could not connect to database." -msgstr "Could not connect to database." - -#: mod/install.php:124 -msgid "Could not create table." -msgstr "Could not create table." - -#: mod/install.php:130 -msgid "Your Friendica site database has been installed." -msgstr "Your Friendica site database has been installed." - -#: mod/install.php:135 -msgid "" -"You may need to import the file \"database.sql\" manually using phpmyadmin " -"or mysql." -msgstr "You may need to import the file \"database.sql\" manually using phpmyadmin or mysql." - -#: mod/install.php:136 mod/install.php:208 mod/install.php:552 -msgid "Please see the file \"INSTALL.txt\"." -msgstr "Please see the file \"INSTALL.txt\"." - -#: mod/install.php:148 -msgid "Database already in use." -msgstr "Database already in use." - -#: mod/install.php:205 -msgid "System check" -msgstr "System check" - -#: mod/install.php:210 -msgid "Check again" -msgstr "Check again" - -#: mod/install.php:229 -msgid "Database connection" -msgstr "Database connection" - -#: mod/install.php:230 -msgid "" -"In order to install Friendica we need to know how to connect to your " -"database." -msgstr "In order to install Friendica we need to know how to connect to your database." - -#: mod/install.php:231 -msgid "" -"Please contact your hosting provider or site administrator if you have " -"questions about these settings." -msgstr "Please contact your hosting provider or site administrator if you have questions about these settings." - -#: mod/install.php:232 -msgid "" -"The database you specify below should already exist. If it does not, please " -"create it before continuing." -msgstr "The database you specify below should already exist. If it does not, please create it before continuing." - -#: mod/install.php:236 -msgid "Database Server Name" -msgstr "Database server name" - -#: mod/install.php:237 -msgid "Database Login Name" -msgstr "Database login name" - -#: mod/install.php:238 -msgid "Database Login Password" -msgstr "Database login password" - -#: mod/install.php:238 -msgid "For security reasons the password must not be empty" -msgstr "For security reasons the password must not be empty" - -#: mod/install.php:239 -msgid "Database Name" -msgstr "Database name" - -#: mod/install.php:240 mod/install.php:280 -msgid "Site administrator email address" -msgstr "Site administrator email address" - -#: mod/install.php:240 mod/install.php:280 -msgid "" -"Your account email address must match this in order to use the web admin " -"panel." -msgstr "Your account email address must match this in order to use the web admin panel." - -#: mod/install.php:244 mod/install.php:283 -msgid "Please select a default timezone for your website" -msgstr "Please select a default time zone for your website" - -#: mod/install.php:270 -msgid "Site settings" -msgstr "Site settings" - -#: mod/install.php:284 -msgid "System Language:" -msgstr "System language:" - -#: mod/install.php:284 -msgid "" -"Set the default language for your Friendica installation interface and to " -"send emails." -msgstr "Set the default language for your Friendica installation interface and email communication." - -#: mod/install.php:324 -msgid "Could not find a command line version of PHP in the web server PATH." -msgstr "Could not find a command line version of PHP in the web server PATH." - -#: mod/install.php:325 -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 'Setup the worker'" -msgstr "" - -#: mod/install.php:329 -msgid "PHP executable path" -msgstr "PHP executable path" - -#: mod/install.php:329 -msgid "" -"Enter full path to php executable. You can leave this blank to continue the " -"installation." -msgstr "Enter full path to php executable. You can leave this blank to continue the installation." - -#: mod/install.php:334 -msgid "Command line PHP" -msgstr "Command line PHP" - -#: mod/install.php:343 -msgid "PHP executable is not the php cli binary (could be cgi-fgci version)" -msgstr "PHP executable is not a php cli binary; it could possibly be a cgi-fgci version." - -#: mod/install.php:344 -msgid "Found PHP version: " -msgstr "Found PHP version: " - -#: mod/install.php:346 -msgid "PHP cli binary" -msgstr "PHP cli binary" - -#: mod/install.php:357 -msgid "" -"The command line version of PHP on your system does not have " -"\"register_argc_argv\" enabled." -msgstr "The command line version of PHP on your system does not have \"register_argc_argv\" enabled." - -#: mod/install.php:358 -msgid "This is required for message delivery to work." -msgstr "This is required for message delivery to work." - -#: mod/install.php:360 -msgid "PHP register_argc_argv" -msgstr "PHP register_argc_argv" - -#: mod/install.php:383 -msgid "" -"Error: the \"openssl_pkey_new\" function on this system is not able to " -"generate encryption keys" -msgstr "Error: the \"openssl_pkey_new\" function on this system is not able to generate encryption keys" - -#: mod/install.php:384 -msgid "" -"If running under Windows, please see " -"\"http://www.php.net/manual/en/openssl.installation.php\"." -msgstr "If running under Windows OS, please see \"http://www.php.net/manual/en/openssl.installation.php\"." - -#: mod/install.php:386 -msgid "Generate encryption keys" -msgstr "Generate encryption keys" - -#: mod/install.php:393 -msgid "libCurl PHP module" -msgstr "libCurl PHP module" - -#: mod/install.php:394 -msgid "GD graphics PHP module" -msgstr "GD graphics PHP module" - -#: mod/install.php:395 -msgid "OpenSSL PHP module" -msgstr "OpenSSL PHP module" - -#: mod/install.php:396 -msgid "PDO or MySQLi PHP module" -msgstr "PDO or MySQLi PHP module" - -#: mod/install.php:397 -msgid "mb_string PHP module" -msgstr "mb_string PHP module" - -#: mod/install.php:398 -msgid "XML PHP module" -msgstr "XML PHP module" - -#: mod/install.php:399 -msgid "iconv module" -msgstr "iconv module" - -#: mod/install.php:403 mod/install.php:405 -msgid "Apache mod_rewrite module" -msgstr "Apache mod_rewrite module" - -#: mod/install.php:403 -msgid "" -"Error: Apache webserver mod-rewrite module is required but not installed." -msgstr "Error: Apache web server mod-rewrite module is required but not installed." - -#: mod/install.php:411 -msgid "Error: libCURL PHP module required but not installed." -msgstr "Error: libCURL PHP module required but not installed." - -#: mod/install.php:415 -msgid "" -"Error: GD graphics PHP module with JPEG support required but not installed." -msgstr "Error: GD graphics PHP module with JPEG support required but not installed." - -#: mod/install.php:419 -msgid "Error: openssl PHP module required but not installed." -msgstr "Error: openssl PHP module required but not installed." - -#: mod/install.php:423 -msgid "Error: PDO or MySQLi PHP module required but not installed." -msgstr "Error: PDO or MySQLi PHP module required but not installed." - -#: mod/install.php:427 -msgid "Error: The MySQL driver for PDO is not installed." -msgstr "Error: MySQL driver for PDO is not installed." - -#: mod/install.php:431 -msgid "Error: mb_string PHP module required but not installed." -msgstr "Error: mb_string PHP module required but not installed." - -#: mod/install.php:435 -msgid "Error: iconv PHP module required but not installed." -msgstr "Error: iconv PHP module required but not installed." - -#: mod/install.php:445 -msgid "Error, XML PHP module required but not installed." -msgstr "Error, XML PHP module required but not installed." - -#: mod/install.php:457 -msgid "" -"The web installer needs to be able to create a file called \".htconfig.php\"" -" in the top folder of your web server and it is unable to do so." -msgstr "The web installer needs to be able to create a file called \".htconfig.php\" in the top-level directory of your web server, but it is unable to do so." - -#: mod/install.php:458 -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 "This is most often a permission setting issue, as the web server may not be able to write files in your directory - even if you can." - -#: mod/install.php:459 -msgid "" -"At the end of this procedure, we will give you a text to save in a file " -"named .htconfig.php in your Friendica top folder." -msgstr "At the end of this procedure, we will give you a text to save in a file named .htconfig.php in your Friendica top-level directory." - -#: mod/install.php:460 -msgid "" -"You can alternatively skip this procedure and perform a manual installation." -" Please see the file \"INSTALL.txt\" for instructions." -msgstr "Alternatively, you may skip this procedure and perform a manual installation. Please see the file \"INSTALL.txt\" for instructions." - -#: mod/install.php:463 -msgid ".htconfig.php is writable" -msgstr ".htconfig.php is writable" - -#: mod/install.php:473 -msgid "" -"Friendica uses the Smarty3 template engine to render its web views. Smarty3 " -"compiles templates to PHP to speed up rendering." -msgstr "Friendica uses the Smarty3 template engine to render its web views. Smarty3 compiles templates to PHP to speed up rendering." - -#: mod/install.php:474 -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 "In order to store these compiled templates, the web server needs to have write access to the directory view/smarty3/ under the Friendica top-level directory." - -#: mod/install.php:475 -msgid "" -"Please ensure that the user that your web server runs as (e.g. www-data) has" -" write access to this folder." -msgstr "Please ensure the user (e.g. www-data) that your web server runs as has write access to this directory." - -#: mod/install.php:476 -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 "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." - -#: mod/install.php:479 -msgid "view/smarty3 is writable" -msgstr "view/smarty3 is writable" - -#: mod/install.php:495 -msgid "" -"Url rewrite in .htaccess is not working. Check your server configuration." -msgstr "URL rewrite in .htaccess is not working. Check your server configuration." - -#: mod/install.php:497 -msgid "Url rewrite is working" -msgstr "URL rewrite is working" - -#: mod/install.php:516 -msgid "ImageMagick PHP extension is not installed" -msgstr "ImageMagick PHP extension is not installed" - -#: mod/install.php:518 -msgid "ImageMagick PHP extension is installed" -msgstr "ImageMagick PHP extension is installed" - -#: mod/install.php:520 -msgid "ImageMagick supports GIF" -msgstr "ImageMagick supports GIF" - -#: mod/install.php:527 -msgid "" -"The database configuration file \".htconfig.php\" could not be written. " -"Please use the enclosed text to create a configuration file in your web " -"server root." -msgstr "The database configuration file \".htconfig.php\" could not be written. Please use the enclosed text to create a configuration file in your web server root." - -#: mod/install.php:550 -msgid "

    What next

    " -msgstr "

    What next

    " - -#: mod/install.php:551 -msgid "" -"IMPORTANT: You will need to [manually] setup a scheduled task for the " -"worker." -msgstr "IMPORTANT: You will need to [manually] setup a scheduled task for the worker." - -#: mod/install.php:554 -#, php-format -msgid "" -"Go to your new Friendica node registration page " -"and register as new user. Remember to use the same email you have entered as" -" administrator email. This will allow you to enter the site admin panel." -msgstr "" - #: mod/invite.php:33 msgid "Total invitation limit exceeded." msgstr "Total invitation limit exceeded" @@ -5376,6 +2081,11 @@ msgstr "Send invitations" msgid "Enter email addresses, one per line:" msgstr "Enter email addresses, one per line:" +#: mod/invite.php:144 mod/wallmessage.php:141 mod/message.php:259 +#: mod/message.php:426 +msgid "Your message:" +msgstr "Your message:" + #: mod/invite.php:145 msgid "" "You are cordially invited to join me and other close friends on Friendica - " @@ -5397,36 +2107,232 @@ msgid "" "important, please visit http://friendi.ca" msgstr "For more information about the Friendica project and why we feel it is important, please visit http://friendi.ca" -#: mod/item.php:115 -msgid "Unable to locate original post." -msgstr "Unable to locate original post." +#: mod/wall_attach.php:24 mod/wall_attach.php:32 mod/wall_attach.php:83 +#: mod/wall_upload.php:38 mod/wall_upload.php:54 mod/wall_upload.php:112 +#: mod/wall_upload.php:155 mod/wall_upload.php:158 +msgid "Invalid request." +msgstr "Invalid request." -#: mod/item.php:275 -msgid "Empty post discarded." -msgstr "Empty post discarded." +#: mod/wall_attach.php:101 +msgid "Sorry, maybe your upload is bigger than the PHP configuration allows" +msgstr "Sorry, maybe your upload is bigger than the PHP configuration allows" -#: mod/item.php:802 +#: mod/wall_attach.php:101 +msgid "Or - did you try to upload an empty file?" +msgstr "Or did you try to upload an empty file?" + +#: mod/wall_attach.php:112 +#, php-format +msgid "File exceeds size limit of %s" +msgstr "File exceeds size limit of %s" + +#: mod/wall_attach.php:136 mod/wall_attach.php:152 +msgid "File upload failed." +msgstr "File upload failed." + +#: mod/manage.php:180 +msgid "Manage Identities and/or Pages" +msgstr "Manage Identities and Pages" + +#: mod/manage.php:181 +msgid "" +"Toggle between different identities or community/group pages which share " +"your account details or which you have been granted \"manage\" permissions" +msgstr "Accounts that I manage or own." + +#: mod/manage.php:182 +msgid "Select an identity to manage: " +msgstr "Select identity:" + +#: mod/dfrn_request.php:94 +msgid "This introduction has already been accepted." +msgstr "This introduction has already been accepted." + +#: mod/dfrn_request.php:112 mod/dfrn_request.php:359 +msgid "Profile location is not valid or does not contain profile information." +msgstr "Profile location is not valid or does not contain profile information." + +#: mod/dfrn_request.php:116 mod/dfrn_request.php:363 +msgid "Warning: profile location has no identifiable owner name." +msgstr "Warning: profile location has no identifiable owner name." + +#: mod/dfrn_request.php:119 mod/dfrn_request.php:366 +msgid "Warning: profile location has no profile photo." +msgstr "Warning: profile location has no profile photo." + +#: mod/dfrn_request.php:123 mod/dfrn_request.php:370 +#, php-format +msgid "%d required parameter was not found at the given location" +msgid_plural "%d required parameters were not found at the given location" +msgstr[0] "%d required parameter was not found at the given location" +msgstr[1] "%d required parameters were not found at the given location" + +#: mod/dfrn_request.php:162 +msgid "Introduction complete." +msgstr "Introduction complete." + +#: mod/dfrn_request.php:199 +msgid "Unrecoverable protocol error." +msgstr "Unrecoverable protocol error." + +#: mod/dfrn_request.php:226 +msgid "Profile unavailable." +msgstr "Profile unavailable." + +#: mod/dfrn_request.php:248 +#, php-format +msgid "%s has received too many connection requests today." +msgstr "%s has received too many connection requests today." + +#: mod/dfrn_request.php:249 +msgid "Spam protection measures have been invoked." +msgstr "Spam protection measures have been invoked." + +#: mod/dfrn_request.php:250 +msgid "Friends are advised to please try again in 24 hours." +msgstr "Friends are advised to please try again in 24 hours." + +#: mod/dfrn_request.php:280 +msgid "Invalid locator" +msgstr "Invalid locator" + +#: mod/dfrn_request.php:316 +msgid "You have already introduced yourself here." +msgstr "You have already introduced yourself here." + +#: mod/dfrn_request.php:319 +#, php-format +msgid "Apparently you are already friends with %s." +msgstr "Apparently you are already friends with %s." + +#: mod/dfrn_request.php:339 +msgid "Invalid profile URL." +msgstr "Invalid profile URL." + +#: mod/dfrn_request.php:345 src/Model/Contact.php:1223 +msgid "Disallowed profile URL." +msgstr "Disallowed profile URL." + +#: mod/dfrn_request.php:351 mod/friendica.php:128 mod/admin.php:353 +#: mod/admin.php:371 src/Model/Contact.php:1228 +msgid "Blocked domain" +msgstr "Blocked domain" + +#: mod/dfrn_request.php:419 mod/contacts.php:230 +msgid "Failed to update contact record." +msgstr "Failed to update contact record." + +#: mod/dfrn_request.php:439 +msgid "Your introduction has been sent." +msgstr "Your introduction has been sent." + +#: mod/dfrn_request.php:477 +msgid "" +"Remote subscription can't be done for your network. Please subscribe " +"directly on your system." +msgstr "Remote subscription can't be done for your network. Please subscribe directly on your system." + +#: mod/dfrn_request.php:493 +msgid "Please login to confirm introduction." +msgstr "Please login to confirm introduction." + +#: mod/dfrn_request.php:501 +msgid "" +"Incorrect identity currently logged in. Please login to " +"this profile." +msgstr "Incorrect identity currently logged in. Please login to this profile." + +#: mod/dfrn_request.php:515 mod/dfrn_request.php:532 +msgid "Confirm" +msgstr "Confirm" + +#: mod/dfrn_request.php:527 +msgid "Hide this contact" +msgstr "Hide this contact" + +#: mod/dfrn_request.php:530 +#, php-format +msgid "Welcome home %s." +msgstr "Welcome home %s." + +#: mod/dfrn_request.php:531 +#, php-format +msgid "Please confirm your introduction/connection request to %s." +msgstr "Please confirm your introduction/connection request to %s." + +#: mod/dfrn_request.php:607 mod/probe.php:13 mod/viewcontacts.php:45 +#: mod/webfinger.php:16 mod/search.php:98 mod/search.php:104 +#: mod/community.php:27 mod/photos.php:932 mod/videos.php:199 +#: mod/display.php:203 mod/directory.php:42 +msgid "Public access denied." +msgstr "Public access denied." + +#: mod/dfrn_request.php:642 +msgid "" +"Please enter your 'Identity Address' from one of the following supported " +"communications networks:" +msgstr "Please enter your 'Identity address' from one of the following supported communications networks:" + +#: mod/dfrn_request.php:645 #, php-format msgid "" -"This message was sent to you by %s, a member of the Friendica social " -"network." -msgstr "This message was sent to you by %s, a member of the Friendica social network." +"If you are not yet a member of the free social web, follow " +"this link to find a public Friendica site and join us today." +msgstr "If you are not yet part of the free social web, follow this link to find a public Friendica site and join us today." -#: mod/item.php:804 -#, php-format -msgid "You may visit them online at %s" -msgstr "You may visit them online at %s" +#: mod/dfrn_request.php:650 +msgid "Friend/Connection Request" +msgstr "Friend/Connection request" -#: mod/item.php:805 +#: mod/dfrn_request.php:651 msgid "" -"Please contact the sender by replying to this post if you do not wish to " -"receive these messages." -msgstr "Please contact the sender by replying to this post if you do not wish to receive these messages." +"Examples: jojo@demo.friendica.com, http://demo.friendica.com/profile/jojo, " +"testuser@gnusocial.de" +msgstr "Examples: jojo@demo.friendi.ca, http://demo.friendi.ca/profile/jojo, user@gnusocial.de" -#: mod/item.php:809 +#: mod/dfrn_request.php:652 mod/follow.php:149 +msgid "Please answer the following:" +msgstr "Please answer the following:" + +#: mod/dfrn_request.php:653 mod/follow.php:150 #, php-format -msgid "%s posted an update." -msgstr "%s posted an update." +msgid "Does %s know you?" +msgstr "Does %s know you?" + +#: mod/dfrn_request.php:654 mod/follow.php:151 +msgid "Add a personal note:" +msgstr "Add a personal note:" + +#: mod/dfrn_request.php:656 src/Content/ContactSelector.php:79 +msgid "Friendica" +msgstr "Friendica" + +#: mod/dfrn_request.php:657 +msgid "GNU Social (Pleroma, Mastodon)" +msgstr "GNU Social (Pleroma, Mastodon)" + +#: mod/dfrn_request.php:658 +msgid "Diaspora (Socialhome, Hubzilla)" +msgstr "Diaspora (Socialhome, Hubzilla)" + +#: mod/dfrn_request.php:659 +#, php-format +msgid "" +" - please do not use this form. Instead, enter %s into your Diaspora search" +" bar." +msgstr " - please do not use this form. Instead, enter %s into your Diaspora search bar." + +#: mod/dfrn_request.php:660 mod/unfollow.php:113 mod/follow.php:157 +msgid "Your Identity Address:" +msgstr "My identity address:" + +#: mod/dfrn_request.php:662 mod/unfollow.php:65 mod/follow.php:62 +msgid "Submit Request" +msgstr "Submit request" + +#: mod/localtime.php:19 src/Model/Event.php:36 src/Model/Event.php:814 +msgid "l F d, Y \\@ g:i A" +msgstr "l F d, Y \\@ g:i A" #: mod/localtime.php:33 msgid "Time Conversion" @@ -5457,171 +2363,451 @@ msgstr "Converted local time: %s" msgid "Please select your timezone:" msgstr "Please select your time zone:" -#: mod/lostpass.php:27 -msgid "No valid account found." -msgstr "No valid account found." +#: mod/probe.php:14 mod/webfinger.php:17 +msgid "Only logged in users are permitted to perform a probing." +msgstr "Only logged in users are permitted to perform a probing." -#: mod/lostpass.php:39 -msgid "Password reset request issued. Check your email." -msgstr "Password reset request issued. Please check your email." +#: mod/profperm.php:28 mod/group.php:83 index.php:415 +msgid "Permission denied" +msgstr "Permission denied" -#: mod/lostpass.php:45 +#: mod/profperm.php:34 mod/profperm.php:65 +msgid "Invalid profile identifier." +msgstr "Invalid profile identifier." + +#: mod/profperm.php:111 +msgid "Profile Visibility Editor" +msgstr "Profile Visibility Editor" + +#: mod/profperm.php:115 mod/group.php:265 +msgid "Click on a contact to add or remove." +msgstr "Click on a contact to add or remove it." + +#: mod/profperm.php:124 +msgid "Visible To" +msgstr "Visible to" + +#: mod/profperm.php:140 +msgid "All Contacts (with secure profile access)" +msgstr "All contacts with secure profile access" + +#: mod/regmod.php:68 +msgid "Account approved." +msgstr "Account approved." + +#: mod/regmod.php:93 +#, php-format +msgid "Registration revoked for %s" +msgstr "Registration revoked for %s" + +#: mod/regmod.php:102 +msgid "Please login." +msgstr "Please login." + +#: mod/removeme.php:55 mod/removeme.php:58 +msgid "Remove My Account" +msgstr "Remove My Account" + +#: mod/removeme.php:56 +msgid "" +"This will completely remove your account. Once this has been done it is not " +"recoverable." +msgstr "This will completely remove your account. Once this has been done it is not recoverable." + +#: mod/removeme.php:57 +msgid "Please enter your password for verification:" +msgstr "Please enter your password for verification:" + +#: mod/viewcontacts.php:87 +msgid "No contacts." +msgstr "No contacts." + +#: mod/viewsrc.php:12 +msgid "Access denied." +msgstr "Access denied." + +#: mod/wallmessage.php:49 mod/wallmessage.php:112 +#, php-format +msgid "Number of daily wall messages for %s exceeded. Message failed." +msgstr "Number of daily wall messages for %s exceeded. Message failed." + +#: mod/wallmessage.php:57 mod/message.php:73 +msgid "No recipient selected." +msgstr "No recipient selected." + +#: mod/wallmessage.php:60 +msgid "Unable to check your home location." +msgstr "Unable to check your home location." + +#: mod/wallmessage.php:63 mod/message.php:80 +msgid "Message could not be sent." +msgstr "Message could not be sent." + +#: mod/wallmessage.php:66 mod/message.php:83 +msgid "Message collection failure." +msgstr "Message collection failure." + +#: mod/wallmessage.php:69 mod/message.php:86 +msgid "Message sent." +msgstr "Message sent." + +#: mod/wallmessage.php:86 mod/wallmessage.php:95 +msgid "No recipient." +msgstr "No recipient." + +#: mod/wallmessage.php:132 mod/message.php:250 +msgid "Send Private Message" +msgstr "Send private message" + +#: mod/wallmessage.php:133 #, 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 "" +"If you wish for %s to respond, please check that the privacy settings on " +"your site allow private mail from unknown senders." +msgstr "If you wish for %s to respond, please check that the privacy settings on your site allow private mail from unknown senders." -#: mod/lostpass.php:56 +#: mod/wallmessage.php:134 mod/message.php:251 mod/message.php:421 +msgid "To:" +msgstr "To:" + +#: mod/wallmessage.php:135 mod/message.php:255 mod/message.php:423 +msgid "Subject:" +msgstr "Subject:" + +#: mod/uexport.php:44 +msgid "Export account" +msgstr "Export account" + +#: mod/uexport.php:44 +msgid "" +"Export your account info and contacts. Use this to make a backup of your " +"account and/or to move it to another server." +msgstr "Export your account info and contacts. Use this to backup your account or to move it to another server." + +#: mod/uexport.php:45 +msgid "Export all" +msgstr "Export all" + +#: mod/uexport.php:45 +msgid "" +"Export your accout info, contacts and all your items as json. Could be a " +"very big file, and could take a lot of time. Use this to make a full backup " +"of your account (photos are not exported)" +msgstr "Export your account info, contacts and all your items as json. Could be a very big file, and could take a lot of time. Use this to make a full backup of your account (photos are not exported)" + +#: mod/uexport.php:52 mod/settings.php:107 +msgid "Export personal data" +msgstr "Export personal data" + +#: mod/filer.php:34 +msgid "- select -" +msgstr "- select -" + +#: mod/notify.php:77 +msgid "No more system notifications." +msgstr "No more system notifications." + +#: mod/ping.php:292 +msgid "{0} wants to be your friend" +msgstr "{0} wants to be your friend" + +#: mod/ping.php:307 +msgid "{0} sent you a message" +msgstr "{0} sent you a message" + +#: mod/ping.php:322 +msgid "{0} requested registration" +msgstr "{0} requested registration" + +#: mod/poke.php:192 +msgid "Poke/Prod" +msgstr "Poke/Prod" + +#: mod/poke.php:193 +msgid "poke, prod or do other things to somebody" +msgstr "Poke, prod or do other things to somebody" + +#: mod/poke.php:194 +msgid "Recipient" +msgstr "Recipient:" + +#: mod/poke.php:195 +msgid "Choose what you wish to do to recipient" +msgstr "Choose what you wish to do:" + +#: mod/poke.php:198 +msgid "Make this post private" +msgstr "Make this post private" + +#: mod/subthread.php:113 +#, php-format +msgid "%1$s is following %2$s's %3$s" +msgstr "%1$s is following %2$s's %3$s" + +#: mod/tagrm.php:47 +msgid "Tag removed" +msgstr "Tag removed" + +#: mod/tagrm.php:85 +msgid "Remove Item Tag" +msgstr "Remove Item tag" + +#: mod/tagrm.php:87 +msgid "Select a tag to remove: " +msgstr "Select a tag to remove: " + +#: mod/tagrm.php:98 mod/delegate.php:177 +msgid "Remove" +msgstr "Remove" + +#: mod/wall_upload.php:186 mod/photos.php:763 mod/photos.php:766 +#: mod/photos.php:795 mod/profile_photo.php:153 +#, php-format +msgid "Image exceeds size limit of %s" +msgstr "Image exceeds size limit of %s" + +#: mod/wall_upload.php:200 mod/photos.php:818 mod/profile_photo.php:162 +msgid "Unable to process image." +msgstr "Unable to process image." + +#: mod/wall_upload.php:231 mod/item.php:471 src/Object/Image.php:953 +#: src/Object/Image.php:969 src/Object/Image.php:977 src/Object/Image.php:1002 +msgid "Wall Photos" +msgstr "Wall photos" + +#: mod/wall_upload.php:239 mod/photos.php:847 mod/profile_photo.php:307 +msgid "Image upload failed." +msgstr "Image upload failed." + +#: mod/search.php:37 mod/network.php:194 +msgid "Remove term" +msgstr "Remove term" + +#: mod/search.php:46 mod/network.php:201 src/Content/Feature.php:100 +msgid "Saved Searches" +msgstr "Saved searches" + +#: mod/search.php:105 +msgid "Only logged in users are permitted to perform a search." +msgstr "Only logged in users are permitted to perform a search." + +#: mod/search.php:129 +msgid "Too Many Requests" +msgstr "Too many requests" + +#: mod/search.php:130 +msgid "Only one search per minute is permitted for not logged in users." +msgstr "Only one search per minute is permitted for not logged in users." + +#: mod/search.php:228 mod/community.php:136 +msgid "No results." +msgstr "No results." + +#: mod/search.php:234 +#, php-format +msgid "Items tagged with: %s" +msgstr "Items tagged with: %s" + +#: mod/search.php:236 mod/contacts.php:819 +#, php-format +msgid "Results for: %s" +msgstr "Results for: %s" + +#: mod/bookmarklet.php:23 src/Content/Nav.php:114 src/Module/Login.php:312 +msgid "Login" +msgstr "Login" + +#: mod/bookmarklet.php:51 +msgid "The post was created" +msgstr "The post was created" + +#: mod/community.php:46 +msgid "Community option not available." +msgstr "Community option not available." + +#: mod/community.php:63 +msgid "Not available." +msgstr "Not available." + +#: mod/community.php:76 +msgid "Local Community" +msgstr "Local community" + +#: mod/community.php:79 +msgid "Posts from local users on this server" +msgstr "Posts from local users on this server" + +#: mod/community.php:87 +msgid "Global Community" +msgstr "Global community" + +#: mod/community.php:90 +msgid "Posts from users of the whole federated network" +msgstr "Posts from users of the whole federated network" + +#: mod/community.php:180 +msgid "" +"This community stream shows all public posts received by this node. They may" +" not reflect the opinions of this node’s users." +msgstr "This community stream shows all public posts received by this node. They may not reflect the opinions of this node’s users." + +#: mod/editpost.php:25 mod/editpost.php:35 +msgid "Item not found" +msgstr "Item not found" + +#: mod/editpost.php:42 +msgid "Edit post" +msgstr "Edit post" + +#: mod/editpost.php:134 src/Core/ACL.php:315 +msgid "CC: email addresses" +msgstr "CC: email addresses" + +#: mod/editpost.php:141 src/Core/ACL.php:316 +msgid "Example: bob@example.com, mary@example.com" +msgstr "Example: bob@example.com, mary@example.com" + +#: mod/feedtest.php:20 +msgid "You must be logged in to use this module" +msgstr "You must be logged in to use this module" + +#: mod/feedtest.php:48 +msgid "Source URL" +msgstr "Source URL" + +#: mod/fsuggest.php:72 +msgid "Friend suggestion sent." +msgstr "Friend suggestion sent" + +#: mod/fsuggest.php:101 +msgid "Suggest Friends" +msgstr "Suggest friends" + +#: mod/fsuggest.php:103 +#, php-format +msgid "Suggest a friend for %s" +msgstr "Suggest a friend for %s" + +#: mod/group.php:36 +msgid "Group created." +msgstr "Group created." + +#: mod/group.php:42 +msgid "Could not create group." +msgstr "Could not create group." + +#: mod/group.php:56 mod/group.php:157 +msgid "Group not found." +msgstr "Group not found." + +#: mod/group.php:70 +msgid "Group name changed." +msgstr "Group name changed." + +#: mod/group.php:97 +msgid "Save Group" +msgstr "Save group" + +#: mod/group.php:102 +msgid "Create a group of contacts/friends." +msgstr "Create a group of contacts/friends." + +#: mod/group.php:103 mod/group.php:199 src/Model/Group.php:408 +msgid "Group Name: " +msgstr "Group name: " + +#: mod/group.php:127 +msgid "Group removed." +msgstr "Group removed." + +#: mod/group.php:129 +msgid "Unable to remove group." +msgstr "Unable to remove group." + +#: mod/group.php:192 +msgid "Delete Group" +msgstr "Delete group" + +#: mod/group.php:198 +msgid "Group Editor" +msgstr "Group Editor" + +#: mod/group.php:203 +msgid "Edit Group Name" +msgstr "Edit group name" + +#: mod/group.php:213 +msgid "Members" +msgstr "Members" + +#: mod/group.php:215 mod/contacts.php:719 +msgid "All Contacts" +msgstr "All contacts" + +#: mod/group.php:216 mod/network.php:639 +msgid "Group is empty" +msgstr "Group is empty" + +#: mod/group.php:229 +msgid "Remove Contact" +msgstr "Remove contact" + +#: mod/group.php:253 +msgid "Add Contact" +msgstr "Add contact" + +#: mod/item.php:114 +msgid "Unable to locate original post." +msgstr "Unable to locate original post." + +#: mod/item.php:274 +msgid "Empty post discarded." +msgstr "Empty post discarded." + +#: mod/item.php:799 #, 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 "" +"This message was sent to you by %s, a member of the Friendica social " +"network." +msgstr "This message was sent to you by %s, a member of the Friendica social network." -#: mod/lostpass.php:72 +#: mod/item.php:801 #, php-format -msgid "Password reset requested at %s" -msgstr "Password reset requested at %s" +msgid "You may visit them online at %s" +msgstr "You may visit them online at %s" -#: mod/lostpass.php:88 +#: mod/item.php:802 msgid "" -"Request could not be verified. (You may have previously submitted it.) " -"Password reset failed." -msgstr "Request could not be verified. (You may have previously submitted it.) Password reset failed." +"Please contact the sender by replying to this post if you do not wish to " +"receive these messages." +msgstr "Please contact the sender by replying to this post if you do not wish to receive these messages." -#: mod/lostpass.php:101 -msgid "Request has expired, please make a new one." -msgstr "" - -#: mod/lostpass.php:116 -msgid "Forgot your Password?" -msgstr "Reset My Password" - -#: mod/lostpass.php:117 -msgid "" -"Enter your email address and submit to have your password reset. Then check " -"your email for further instructions." -msgstr "Enter email address or nickname to reset your password. You will receive further instruction via email." - -#: mod/lostpass.php:118 src/Module/Login.php:314 -msgid "Nickname or Email: " -msgstr "Nickname or email: " - -#: mod/lostpass.php:119 -msgid "Reset" -msgstr "Reset" - -#: mod/lostpass.php:134 src/Module/Login.php:326 -msgid "Password Reset" -msgstr "Forgotten password?" - -#: mod/lostpass.php:135 -msgid "Your password has been reset as requested." -msgstr "Your password has been reset as requested." - -#: mod/lostpass.php:136 -msgid "Your new password is" -msgstr "Your new password is" - -#: mod/lostpass.php:137 -msgid "Save or copy your new password - and then" -msgstr "Save or copy your new password - and then" - -#: mod/lostpass.php:138 -msgid "click here to login" -msgstr "click here to login" - -#: mod/lostpass.php:139 -msgid "" -"Your password may be changed from the Settings page after " -"successful login." -msgstr "Your password may be changed from the Settings page after successful login." - -#: mod/lostpass.php:147 +#: mod/item.php:806 #, 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 "" +msgid "%s posted an update." +msgstr "%s posted an update." -#: mod/lostpass.php:153 -#, 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:166 -#, php-format -msgid "Your password has been changed at %s" -msgstr "Your password has been changed at %s" - -#: mod/manage.php:180 -msgid "Manage Identities and/or Pages" -msgstr "Manage Identities and Pages" - -#: mod/manage.php:181 -msgid "" -"Toggle between different identities or community/group pages which share " -"your account details or which you have been granted \"manage\" permissions" -msgstr "Accounts that I manage or own." - -#: mod/manage.php:182 -msgid "Select an identity to manage: " -msgstr "Select identity:" - -#: mod/message.php:29 src/Content/Nav.php:198 +#: mod/message.php:30 src/Content/Nav.php:198 msgid "New Message" msgstr "New Message" -#: mod/message.php:76 +#: mod/message.php:77 msgid "Unable to locate contact information." msgstr "Unable to locate contact information." -#: mod/message.php:111 view/theme/frio/theme.php:267 src/Content/Nav.php:195 +#: mod/message.php:112 src/Content/Nav.php:195 view/theme/frio/theme.php:268 msgid "Messages" msgstr "Messages" -#: mod/message.php:135 +#: mod/message.php:136 msgid "Do you really want to delete this message?" msgstr "Do you really want to delete this message?" -#: mod/message.php:155 +#: mod/message.php:156 msgid "Message deleted." msgstr "Message deleted." -#: mod/message.php:184 +#: mod/message.php:185 msgid "Conversation removed." msgstr "Conversation removed." @@ -5633,59 +2819,51 @@ msgstr "No messages." msgid "Message not available." msgstr "Message not available." -#: mod/message.php:399 +#: mod/message.php:397 msgid "Delete message" msgstr "Delete message" -#: mod/message.php:416 mod/message.php:499 +#: mod/message.php:399 mod/message.php:500 +msgid "D, d M Y - g:i A" +msgstr "D, d M Y - g:i A" + +#: mod/message.php:414 mod/message.php:497 msgid "Delete conversation" msgstr "Delete conversation" -#: mod/message.php:418 +#: mod/message.php:416 msgid "" "No secure communications available. You may be able to " "respond from the sender's profile page." msgstr "No secure communications available. You may be able to respond from the sender's profile page." -#: mod/message.php:422 +#: mod/message.php:420 msgid "Send Reply" msgstr "Send reply" -#: mod/message.php:473 +#: mod/message.php:471 #, php-format msgid "Unknown sender - %s" msgstr "Unknown sender - %s" -#: mod/message.php:475 +#: mod/message.php:473 #, php-format msgid "You and %s" msgstr "Me and %s" -#: mod/message.php:477 +#: mod/message.php:475 #, php-format msgid "%s and You" msgstr "%s and me" -#: mod/message.php:502 -msgid "D, d M Y - g:i A" -msgstr "D, d M Y - g:i A" - -#: mod/message.php:505 +#: mod/message.php:503 #, php-format msgid "%d message" msgid_plural "%d messages" msgstr[0] "%d message" msgstr[1] "%d messages" -#: mod/network.php:194 mod/search.php:37 -msgid "Remove term" -msgstr "Remove term" - -#: mod/network.php:201 mod/search.php:46 src/Content/Feature.php:100 -msgid "Saved Searches" -msgstr "Saved searches" - -#: mod/network.php:202 src/Model/Group.php:401 +#: mod/network.php:202 src/Model/Group.php:400 msgid "add" msgstr "add" @@ -5721,1933 +2899,4717 @@ msgstr "Private messages to this person are at risk of public disclosure." msgid "Invalid contact." msgstr "Invalid contact." -#: mod/network.php:917 +#: mod/network.php:921 msgid "Commented Order" msgstr "Commented last" -#: mod/network.php:920 +#: mod/network.php:924 msgid "Sort by Comment Date" msgstr "Sort by comment date" -#: mod/network.php:925 +#: mod/network.php:929 msgid "Posted Order" msgstr "Posted last" -#: mod/network.php:928 +#: mod/network.php:932 msgid "Sort by Post Date" msgstr "Sort by post date" -#: mod/network.php:936 mod/profiles.php:700 +#: mod/network.php:940 mod/profiles.php:687 #: src/Core/NotificationsManager.php:185 msgid "Personal" msgstr "Personal" -#: mod/network.php:939 +#: mod/network.php:943 msgid "Posts that mention or involve you" msgstr "Posts mentioning or involving me" -#: mod/network.php:947 +#: mod/network.php:951 msgid "New" msgstr "New" -#: mod/network.php:950 +#: mod/network.php:954 msgid "Activity Stream - by date" msgstr "Activity Stream - by date" -#: mod/network.php:958 +#: mod/network.php:962 msgid "Shared Links" msgstr "Shared links" -#: mod/network.php:961 +#: mod/network.php:965 msgid "Interesting Links" msgstr "Interesting links" -#: mod/network.php:969 +#: mod/network.php:973 msgid "Starred" msgstr "Starred" -#: mod/network.php:972 +#: mod/network.php:976 msgid "Favourite Posts" msgstr "My favorite posts" -#: mod/notify.php:77 -msgid "No more system notifications." -msgstr "No more system notifications." +#: mod/notes.php:52 src/Model/Profile.php:946 +msgid "Personal Notes" +msgstr "Personal notes" -#: mod/photos.php:109 src/Model/Profile.php:892 +#: mod/oexchange.php:30 +msgid "Post successful." +msgstr "Post successful." + +#: mod/photos.php:108 src/Model/Profile.php:907 msgid "Photo Albums" msgstr "Photo Albums" -#: mod/photos.php:110 mod/photos.php:1715 +#: mod/photos.php:109 mod/photos.php:1713 msgid "Recent Photos" msgstr "Recent photos" -#: mod/photos.php:113 mod/photos.php:1212 mod/photos.php:1717 +#: mod/photos.php:112 mod/photos.php:1210 mod/photos.php:1715 msgid "Upload New Photos" msgstr "Upload new photos" -#: mod/photos.php:127 mod/settings.php:49 +#: mod/photos.php:126 mod/settings.php:50 msgid "everybody" msgstr "everybody" -#: mod/photos.php:185 +#: mod/photos.php:184 msgid "Contact information unavailable" msgstr "Contact information unavailable" -#: mod/photos.php:205 +#: mod/photos.php:204 msgid "Album not found." msgstr "Album not found." -#: mod/photos.php:235 mod/photos.php:246 mod/photos.php:1163 +#: mod/photos.php:234 mod/photos.php:245 mod/photos.php:1161 msgid "Delete Album" msgstr "Delete album" -#: mod/photos.php:244 +#: mod/photos.php:243 msgid "Do you really want to delete this photo album and all its photos?" msgstr "Do you really want to delete this photo album and all its photos?" -#: mod/photos.php:311 mod/photos.php:322 mod/photos.php:1448 +#: mod/photos.php:310 mod/photos.php:321 mod/photos.php:1446 msgid "Delete Photo" msgstr "Delete photo" -#: mod/photos.php:320 +#: mod/photos.php:319 msgid "Do you really want to delete this photo?" msgstr "Do you really want to delete this photo?" -#: mod/photos.php:668 +#: mod/photos.php:667 msgid "a photo" msgstr "a photo" -#: mod/photos.php:668 +#: mod/photos.php:667 #, php-format msgid "%1$s was tagged in %2$s by %3$s" msgstr "%1$s was tagged in %2$s by %3$s" -#: mod/photos.php:770 +#: mod/photos.php:769 msgid "Image upload didn't complete, please try again" -msgstr "" +msgstr "Image upload didn't complete, please try again" -#: mod/photos.php:773 +#: mod/photos.php:772 msgid "Image file is missing" -msgstr "" +msgstr "Image file is missing" -#: mod/photos.php:778 +#: mod/photos.php:777 msgid "" "Server can't accept new file upload at this time, please contact your " "administrator" -msgstr "" +msgstr "Server can't accept new file upload at this time, please contact your administrator" -#: mod/photos.php:804 +#: mod/photos.php:803 msgid "Image file is empty." msgstr "Image file is empty." -#: mod/photos.php:942 +#: mod/photos.php:940 msgid "No photos selected" msgstr "No photos selected" -#: mod/photos.php:1038 mod/videos.php:313 +#: mod/photos.php:1036 mod/videos.php:309 msgid "Access to this item is restricted." msgstr "Access to this item is restricted." -#: mod/photos.php:1092 +#: mod/photos.php:1090 msgid "Upload Photos" msgstr "Upload photos" -#: mod/photos.php:1096 mod/photos.php:1158 +#: mod/photos.php:1094 mod/photos.php:1156 msgid "New album name: " msgstr "New album name: " -#: mod/photos.php:1097 +#: mod/photos.php:1095 msgid "or existing album name: " msgstr "or existing album name: " -#: mod/photos.php:1098 +#: mod/photos.php:1096 msgid "Do not show a status post for this upload" msgstr "Do not show a status post for this upload" -#: mod/photos.php:1108 mod/photos.php:1451 mod/settings.php:1233 +#: mod/photos.php:1098 mod/photos.php:1441 mod/events.php:533 +#: src/Core/ACL.php:318 +msgid "Permissions" +msgstr "Permissions" + +#: mod/photos.php:1106 mod/photos.php:1449 mod/settings.php:1229 msgid "Show to Groups" msgstr "Show to groups" -#: mod/photos.php:1109 mod/photos.php:1452 mod/settings.php:1234 +#: mod/photos.php:1107 mod/photos.php:1450 mod/settings.php:1230 msgid "Show to Contacts" msgstr "Show to contacts" -#: mod/photos.php:1169 +#: mod/photos.php:1167 msgid "Edit Album" msgstr "Edit album" -#: mod/photos.php:1174 +#: mod/photos.php:1172 msgid "Show Newest First" msgstr "Show newest first" -#: mod/photos.php:1176 +#: mod/photos.php:1174 msgid "Show Oldest First" msgstr "Show oldest first" -#: mod/photos.php:1197 mod/photos.php:1700 +#: mod/photos.php:1195 mod/photos.php:1698 msgid "View Photo" msgstr "View photo" -#: mod/photos.php:1238 +#: mod/photos.php:1236 msgid "Permission denied. Access to this item may be restricted." msgstr "Permission denied. Access to this item may be restricted." -#: mod/photos.php:1240 +#: mod/photos.php:1238 msgid "Photo not available" msgstr "Photo not available" -#: mod/photos.php:1303 +#: mod/photos.php:1301 msgid "View photo" msgstr "View photo" -#: mod/photos.php:1303 +#: mod/photos.php:1301 msgid "Edit photo" msgstr "Edit photo" -#: mod/photos.php:1304 +#: mod/photos.php:1302 msgid "Use as profile photo" msgstr "Use as profile photo" -#: mod/photos.php:1310 src/Object/Post.php:148 +#: mod/photos.php:1308 src/Object/Post.php:149 msgid "Private Message" msgstr "Private message" -#: mod/photos.php:1329 +#: mod/photos.php:1327 msgid "View Full Size" msgstr "View full size" -#: mod/photos.php:1416 +#: mod/photos.php:1414 msgid "Tags: " msgstr "Tags: " -#: mod/photos.php:1419 +#: mod/photos.php:1417 msgid "[Remove any tag]" msgstr "[Remove any tag]" -#: mod/photos.php:1434 +#: mod/photos.php:1432 msgid "New album name" msgstr "New album name" -#: mod/photos.php:1435 +#: mod/photos.php:1433 msgid "Caption" msgstr "Caption" -#: mod/photos.php:1436 +#: mod/photos.php:1434 msgid "Add a Tag" msgstr "Add Tag" -#: mod/photos.php:1436 +#: mod/photos.php:1434 msgid "" "Example: @bob, @Barbara_Jensen, @jim@example.com, #California, #camping" msgstr "Example: @bob, @jojo@example.com, #California, #camping" -#: mod/photos.php:1437 +#: mod/photos.php:1435 msgid "Do not rotate" msgstr "Do not rotate" -#: mod/photos.php:1438 +#: mod/photos.php:1436 msgid "Rotate CW (right)" msgstr "Rotate right (CW)" -#: mod/photos.php:1439 +#: mod/photos.php:1437 msgid "Rotate CCW (left)" msgstr "Rotate left (CCW)" -#: mod/photos.php:1473 src/Object/Post.php:295 +#: mod/photos.php:1471 src/Object/Post.php:296 msgid "I like this (toggle)" msgstr "I like this (toggle)" -#: mod/photos.php:1474 src/Object/Post.php:296 +#: mod/photos.php:1472 src/Object/Post.php:297 msgid "I don't like this (toggle)" msgstr "I don't like this (toggle)" -#: mod/photos.php:1490 mod/photos.php:1529 mod/photos.php:1602 -#: src/Object/Post.php:785 +#: mod/photos.php:1488 mod/photos.php:1527 mod/photos.php:1600 +#: mod/contacts.php:953 src/Object/Post.php:793 msgid "This is you" msgstr "This is me" -#: mod/photos.php:1492 mod/photos.php:1531 mod/photos.php:1604 -#: src/Object/Post.php:391 src/Object/Post.php:787 +#: mod/photos.php:1490 mod/photos.php:1529 mod/photos.php:1602 +#: src/Object/Post.php:399 src/Object/Post.php:795 msgid "Comment" msgstr "Comment" -#: mod/photos.php:1636 +#: mod/photos.php:1634 msgid "Map" msgstr "Map" -#: mod/photos.php:1706 mod/videos.php:391 +#: mod/photos.php:1704 mod/videos.php:387 msgid "View Album" msgstr "View album" -#: mod/ping.php:292 -msgid "{0} wants to be your friend" -msgstr "{0} wants to be your friend" - -#: mod/ping.php:307 -msgid "{0} sent you a message" -msgstr "{0} sent you a message" - -#: mod/ping.php:322 -msgid "{0} requested registration" -msgstr "{0} requested registration" - -#: mod/poke.php:196 -msgid "Poke/Prod" -msgstr "Poke/Prod" - -#: mod/poke.php:197 -msgid "poke, prod or do other things to somebody" -msgstr "Poke, prod or do other things to somebody" - -#: mod/poke.php:198 -msgid "Recipient" -msgstr "Recipient:" - -#: mod/poke.php:199 -msgid "Choose what you wish to do to recipient" -msgstr "Choose what you wish to do:" - -#: mod/poke.php:202 -msgid "Make this post private" -msgstr "Make this post private" - -#: mod/profile.php:36 src/Model/Profile.php:118 +#: mod/profile.php:37 src/Model/Profile.php:118 msgid "Requested profile is not available." msgstr "Requested profile is unavailable." -#: mod/profile.php:77 src/Protocol/OStatus.php:1256 +#: mod/profile.php:78 src/Protocol/OStatus.php:1252 #, php-format msgid "%s's posts" -msgstr "" +msgstr "%s's posts" -#: mod/profile.php:78 src/Protocol/OStatus.php:1257 +#: mod/profile.php:79 src/Protocol/OStatus.php:1253 #, php-format msgid "%s's comments" -msgstr "" +msgstr "%s's comments" -#: mod/profile.php:79 src/Protocol/OStatus.php:1255 +#: mod/profile.php:80 src/Protocol/OStatus.php:1251 #, php-format msgid "%s's timeline" -msgstr "" +msgstr "%s's timeline" -#: mod/profile.php:195 +#: mod/profile.php:173 mod/display.php:313 mod/cal.php:142 +msgid "Access to this profile has been restricted." +msgstr "Access to this profile has been restricted." + +#: mod/profile.php:194 msgid "Tips for New Members" msgstr "Tips for New Members" -#: mod/profile_photo.php:54 +#: mod/videos.php:139 +msgid "Do you really want to delete this video?" +msgstr "Do you really want to delete this video?" + +#: mod/videos.php:144 +msgid "Delete Video" +msgstr "Delete video" + +#: mod/videos.php:207 +msgid "No videos selected" +msgstr "No videos selected" + +#: mod/videos.php:396 +msgid "Recent Videos" +msgstr "Recent videos" + +#: mod/videos.php:398 +msgid "Upload New Videos" +msgstr "Upload new videos" + +#: mod/delegate.php:37 +msgid "Parent user not found." +msgstr "Parent user not found." + +#: mod/delegate.php:144 +msgid "No parent user" +msgstr "No parent user" + +#: mod/delegate.php:159 +msgid "Parent Password:" +msgstr "Parent Password:" + +#: mod/delegate.php:159 +msgid "" +"Please enter the password of the parent account to legitimize your request." +msgstr "Please enter the password of the parent account to authorize this request." + +#: mod/delegate.php:164 +msgid "Parent User" +msgstr "Parent user" + +#: mod/delegate.php:167 +msgid "" +"Parent users have total control about this account, including the account " +"settings. Please double check whom you give this access." +msgstr "Parent users have total control of this account, including core settings. Please double-check whom you grant such access." + +#: mod/delegate.php:168 mod/admin.php:307 mod/admin.php:1346 +#: mod/admin.php:1965 mod/admin.php:2218 mod/admin.php:2292 mod/admin.php:2439 +#: mod/settings.php:675 mod/settings.php:784 mod/settings.php:872 +#: mod/settings.php:961 mod/settings.php:1194 +msgid "Save Settings" +msgstr "Save settings" + +#: mod/delegate.php:169 src/Content/Nav.php:204 +msgid "Delegate Page Management" +msgstr "Delegate Page Management" + +#: mod/delegate.php:170 +msgid "Delegates" +msgstr "Delegates" + +#: mod/delegate.php:172 +msgid "" +"Delegates are able to manage all aspects of this account/page except for " +"basic account settings. Please do not delegate your personal account to " +"anybody that you do not trust completely." +msgstr "Delegates are able to manage all aspects of this account except for key setting features. Please do not delegate your personal account to anybody that you do not trust completely." + +#: mod/delegate.php:173 +msgid "Existing Page Delegates" +msgstr "Existing page delegates" + +#: mod/delegate.php:175 +msgid "Potential Delegates" +msgstr "Potential delegates" + +#: mod/delegate.php:178 +msgid "Add" +msgstr "Add" + +#: mod/delegate.php:179 +msgid "No entries." +msgstr "No entries." + +#: mod/dirfind.php:49 +#, php-format +msgid "People Search - %s" +msgstr "People search - %s" + +#: mod/dirfind.php:60 +#, php-format +msgid "Forum Search - %s" +msgstr "Forum search - %s" + +#: mod/install.php:114 +msgid "Friendica Communications Server - Setup" +msgstr "Friendica Communications Server - Setup" + +#: mod/install.php:120 +msgid "Could not connect to database." +msgstr "Could not connect to database." + +#: mod/install.php:124 +msgid "Could not create table." +msgstr "Could not create table." + +#: mod/install.php:130 +msgid "Your Friendica site database has been installed." +msgstr "Your Friendica site database has been installed." + +#: mod/install.php:135 +msgid "" +"You may need to import the file \"database.sql\" manually using phpmyadmin " +"or mysql." +msgstr "You may need to import the file \"database.sql\" manually using phpmyadmin or mysql." + +#: mod/install.php:136 mod/install.php:208 mod/install.php:558 +msgid "Please see the file \"INSTALL.txt\"." +msgstr "Please see the file \"INSTALL.txt\"." + +#: mod/install.php:148 +msgid "Database already in use." +msgstr "Database already in use." + +#: mod/install.php:205 +msgid "System check" +msgstr "System check" + +#: mod/install.php:209 mod/cal.php:277 mod/events.php:395 +msgid "Next" +msgstr "Next" + +#: mod/install.php:210 +msgid "Check again" +msgstr "Check again" + +#: mod/install.php:230 +msgid "Database connection" +msgstr "Database connection" + +#: mod/install.php:231 +msgid "" +"In order to install Friendica we need to know how to connect to your " +"database." +msgstr "In order to install Friendica we need to know how to connect to your database." + +#: mod/install.php:232 +msgid "" +"Please contact your hosting provider or site administrator if you have " +"questions about these settings." +msgstr "Please contact your hosting provider or site administrator if you have questions about these settings." + +#: mod/install.php:233 +msgid "" +"The database you specify below should already exist. If it does not, please " +"create it before continuing." +msgstr "The database you specify below should already exist. If it does not, please create it before continuing." + +#: mod/install.php:237 +msgid "Database Server Name" +msgstr "Database server name" + +#: mod/install.php:238 +msgid "Database Login Name" +msgstr "Database login name" + +#: mod/install.php:239 +msgid "Database Login Password" +msgstr "Database login password" + +#: mod/install.php:239 +msgid "For security reasons the password must not be empty" +msgstr "For security reasons the password must not be empty" + +#: mod/install.php:240 +msgid "Database Name" +msgstr "Database name" + +#: mod/install.php:241 mod/install.php:281 +msgid "Site administrator email address" +msgstr "Site administrator email address" + +#: mod/install.php:241 mod/install.php:281 +msgid "" +"Your account email address must match this in order to use the web admin " +"panel." +msgstr "Your account email address must match this in order to use the web admin panel." + +#: mod/install.php:245 mod/install.php:284 +msgid "Please select a default timezone for your website" +msgstr "Please select a default time zone for your website" + +#: mod/install.php:271 +msgid "Site settings" +msgstr "Site settings" + +#: mod/install.php:285 +msgid "System Language:" +msgstr "System language:" + +#: mod/install.php:285 +msgid "" +"Set the default language for your Friendica installation interface and to " +"send emails." +msgstr "Set the default language for your Friendica installation interface and email communication." + +#: mod/install.php:325 +msgid "Could not find a command line version of PHP in the web server PATH." +msgstr "Could not find a command line version of PHP in the web server PATH." + +#: mod/install.php:326 +msgid "" +"If you don't have a command line version of PHP installed on your server, " +"you will not be able to run the background processing. See 'Setup the worker'" +msgstr "If your server doesn't have a command line version of PHP installed, you won't be able to run background processing. See 'Setup the worker'" + +#: mod/install.php:330 +msgid "PHP executable path" +msgstr "PHP executable path" + +#: mod/install.php:330 +msgid "" +"Enter full path to php executable. You can leave this blank to continue the " +"installation." +msgstr "Enter full path to php executable. You can leave this blank to continue the installation." + +#: mod/install.php:335 +msgid "Command line PHP" +msgstr "Command line PHP" + +#: mod/install.php:344 +msgid "PHP executable is not the php cli binary (could be cgi-fgci version)" +msgstr "PHP executable is not a php cli binary; it could possibly be a cgi-fgci version." + +#: mod/install.php:345 +msgid "Found PHP version: " +msgstr "Found PHP version: " + +#: mod/install.php:347 +msgid "PHP cli binary" +msgstr "PHP cli binary" + +#: mod/install.php:358 +msgid "" +"The command line version of PHP on your system does not have " +"\"register_argc_argv\" enabled." +msgstr "The command line version of PHP on your system does not have \"register_argc_argv\" enabled." + +#: mod/install.php:359 +msgid "This is required for message delivery to work." +msgstr "This is required for message delivery to work." + +#: mod/install.php:361 +msgid "PHP register_argc_argv" +msgstr "PHP register_argc_argv" + +#: mod/install.php:384 +msgid "" +"Error: the \"openssl_pkey_new\" function on this system is not able to " +"generate encryption keys" +msgstr "Error: the \"openssl_pkey_new\" function on this system is not able to generate encryption keys" + +#: mod/install.php:385 +msgid "" +"If running under Windows, please see " +"\"http://www.php.net/manual/en/openssl.installation.php\"." +msgstr "If running under Windows OS, please see \"http://www.php.net/manual/en/openssl.installation.php\"." + +#: mod/install.php:387 +msgid "Generate encryption keys" +msgstr "Generate encryption keys" + +#: mod/install.php:394 +msgid "libCurl PHP module" +msgstr "libCurl PHP module" + +#: mod/install.php:395 +msgid "GD graphics PHP module" +msgstr "GD graphics PHP module" + +#: mod/install.php:396 +msgid "OpenSSL PHP module" +msgstr "OpenSSL PHP module" + +#: mod/install.php:397 +msgid "PDO or MySQLi PHP module" +msgstr "PDO or MySQLi PHP module" + +#: mod/install.php:398 +msgid "mb_string PHP module" +msgstr "mb_string PHP module" + +#: mod/install.php:399 +msgid "XML PHP module" +msgstr "XML PHP module" + +#: mod/install.php:400 +msgid "iconv PHP module" +msgstr "iconv PHP module" + +#: mod/install.php:401 +msgid "POSIX PHP module" +msgstr "POSIX PHP module" + +#: mod/install.php:405 mod/install.php:407 +msgid "Apache mod_rewrite module" +msgstr "Apache mod_rewrite module" + +#: mod/install.php:405 +msgid "" +"Error: Apache webserver mod-rewrite module is required but not installed." +msgstr "Error: Apache web server mod-rewrite module is required but not installed." + +#: mod/install.php:413 +msgid "Error: libCURL PHP module required but not installed." +msgstr "Error: libCURL PHP module required but not installed." + +#: mod/install.php:417 +msgid "" +"Error: GD graphics PHP module with JPEG support required but not installed." +msgstr "Error: GD graphics PHP module with JPEG support required but not installed." + +#: mod/install.php:421 +msgid "Error: openssl PHP module required but not installed." +msgstr "Error: openssl PHP module required but not installed." + +#: mod/install.php:425 +msgid "Error: PDO or MySQLi PHP module required but not installed." +msgstr "Error: PDO or MySQLi PHP module required but not installed." + +#: mod/install.php:429 +msgid "Error: The MySQL driver for PDO is not installed." +msgstr "Error: MySQL driver for PDO is not installed." + +#: mod/install.php:433 +msgid "Error: mb_string PHP module required but not installed." +msgstr "Error: mb_string PHP module required but not installed." + +#: mod/install.php:437 +msgid "Error: iconv PHP module required but not installed." +msgstr "Error: iconv PHP module required but not installed." + +#: mod/install.php:441 +msgid "Error: POSIX PHP module required but not installed." +msgstr "Error: POSIX PHP module required but not installed." + +#: mod/install.php:451 +msgid "Error, XML PHP module required but not installed." +msgstr "Error, XML PHP module required but not installed." + +#: mod/install.php:463 +msgid "" +"The web installer needs to be able to create a file called \".htconfig.php\"" +" in the top folder of your web server and it is unable to do so." +msgstr "The web installer needs to be able to create a file called \".htconfig.php\" in the top-level directory of your web server, but it is unable to do so." + +#: mod/install.php:464 +msgid "" +"This is most often a permission setting, as the web server may not be able " +"to write files in your folder - even if you can." +msgstr "This is most often a permission setting issue, as the web server may not be able to write files in your directory - even if you can." + +#: mod/install.php:465 +msgid "" +"At the end of this procedure, we will give you a text to save in a file " +"named .htconfig.php in your Friendica top folder." +msgstr "At the end of this procedure, we will give you a text to save in a file named .htconfig.php in your Friendica top-level directory." + +#: mod/install.php:466 +msgid "" +"You can alternatively skip this procedure and perform a manual installation." +" Please see the file \"INSTALL.txt\" for instructions." +msgstr "Alternatively, you may skip this procedure and perform a manual installation. Please see the file \"INSTALL.txt\" for instructions." + +#: mod/install.php:469 +msgid ".htconfig.php is writable" +msgstr ".htconfig.php is writable" + +#: mod/install.php:479 +msgid "" +"Friendica uses the Smarty3 template engine to render its web views. Smarty3 " +"compiles templates to PHP to speed up rendering." +msgstr "Friendica uses the Smarty3 template engine to render its web views. Smarty3 compiles templates to PHP to speed up rendering." + +#: mod/install.php:480 +msgid "" +"In order to store these compiled templates, the web server needs to have " +"write access to the directory view/smarty3/ under the Friendica top level " +"folder." +msgstr "In order to store these compiled templates, the web server needs to have write access to the directory view/smarty3/ under the Friendica top-level directory." + +#: mod/install.php:481 +msgid "" +"Please ensure that the user that your web server runs as (e.g. www-data) has" +" write access to this folder." +msgstr "Please ensure the user (e.g. www-data) that your web server runs as has write access to this directory." + +#: mod/install.php:482 +msgid "" +"Note: as a security measure, you should give the web server write access to " +"view/smarty3/ only--not the template files (.tpl) that it contains." +msgstr "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." + +#: mod/install.php:485 +msgid "view/smarty3 is writable" +msgstr "view/smarty3 is writable" + +#: mod/install.php:501 +msgid "" +"Url rewrite in .htaccess is not working. Check your server configuration." +msgstr "URL rewrite in .htaccess is not working. Check your server configuration." + +#: mod/install.php:503 +msgid "Url rewrite is working" +msgstr "URL rewrite is working" + +#: mod/install.php:522 +msgid "ImageMagick PHP extension is not installed" +msgstr "ImageMagick PHP extension is not installed" + +#: mod/install.php:524 +msgid "ImageMagick PHP extension is installed" +msgstr "ImageMagick PHP extension is installed" + +#: mod/install.php:526 +msgid "ImageMagick supports GIF" +msgstr "ImageMagick supports GIF" + +#: mod/install.php:533 +msgid "" +"The database configuration file \".htconfig.php\" could not be written. " +"Please use the enclosed text to create a configuration file in your web " +"server root." +msgstr "The database configuration file \".htconfig.php\" could not be written. Please use the enclosed text to create a configuration file in your web server root." + +#: mod/install.php:556 +msgid "

    What next

    " +msgstr "

    What next

    " + +#: mod/install.php:557 +msgid "" +"IMPORTANT: You will need to [manually] setup a scheduled task for the " +"worker." +msgstr "IMPORTANT: You will need to [manually] setup a scheduled task for the worker." + +#: mod/install.php:560 +#, php-format +msgid "" +"Go to your new Friendica node registration page " +"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 "Go to your new Friendica node registration page and register as new user. Remember to use the same email you have entered as administrator email. This will allow you to enter the site admin panel." + +#: mod/ostatus_subscribe.php:21 +msgid "Subscribing to OStatus contacts" +msgstr "Subscribing to OStatus contacts" + +#: mod/ostatus_subscribe.php:33 +msgid "No contact provided." +msgstr "No contact provided." + +#: mod/ostatus_subscribe.php:40 +msgid "Couldn't fetch information for contact." +msgstr "Couldn't fetch information for contact." + +#: mod/ostatus_subscribe.php:50 +msgid "Couldn't fetch friends for contact." +msgstr "Couldn't fetch friends for contact." + +#: mod/ostatus_subscribe.php:78 +msgid "success" +msgstr "success" + +#: mod/ostatus_subscribe.php:80 +msgid "failed" +msgstr "failed" + +#: mod/ostatus_subscribe.php:83 src/Object/Post.php:279 +msgid "ignored" +msgstr "Ignored" + +#: mod/unfollow.php:34 +msgid "Contact wasn't found or can't be unfollowed." +msgstr "Contact wasn't found or can't be unfollowed." + +#: mod/unfollow.php:47 +msgid "Contact unfollowed" +msgstr "Contact unfollowed" + +#: mod/unfollow.php:73 +msgid "You aren't a friend of this contact." +msgstr "You aren't a friend of this contact." + +#: mod/unfollow.php:79 +msgid "Unfollowing is currently not supported by your network." +msgstr "Unfollowing is currently not supported by your network." + +#: mod/unfollow.php:100 mod/contacts.php:599 +msgid "Disconnect/Unfollow" +msgstr "Disconnect/Unfollow" + +#: mod/unfollow.php:132 mod/follow.php:186 mod/contacts.php:858 +#: src/Model/Profile.php:891 +msgid "Status Messages and Posts" +msgstr "Status Messages and Posts" + +#: mod/cal.php:274 mod/events.php:391 src/Content/Nav.php:104 +#: src/Content/Nav.php:169 src/Model/Profile.php:924 src/Model/Profile.php:935 +#: view/theme/frio/theme.php:263 view/theme/frio/theme.php:267 +msgid "Events" +msgstr "Events" + +#: mod/cal.php:275 mod/events.php:392 +msgid "View" +msgstr "View" + +#: mod/cal.php:276 mod/events.php:394 +msgid "Previous" +msgstr "Previous" + +#: mod/cal.php:280 mod/events.php:400 src/Model/Event.php:412 +msgid "today" +msgstr "today" + +#: mod/cal.php:281 mod/events.php:401 src/Util/Temporal.php:304 +#: src/Model/Event.php:413 +msgid "month" +msgstr "month" + +#: mod/cal.php:282 mod/events.php:402 src/Util/Temporal.php:305 +#: src/Model/Event.php:414 +msgid "week" +msgstr "week" + +#: mod/cal.php:283 mod/events.php:403 src/Util/Temporal.php:306 +#: src/Model/Event.php:415 +msgid "day" +msgstr "day" + +#: mod/cal.php:284 mod/events.php:404 +msgid "list" +msgstr "List" + +#: mod/cal.php:297 src/Core/Console/NewPassword.php:74 src/Model/User.php:204 +msgid "User not found" +msgstr "User not found" + +#: mod/cal.php:313 +msgid "This calendar format is not supported" +msgstr "This calendar format is not supported" + +#: mod/cal.php:315 +msgid "No exportable data found" +msgstr "No exportable data found" + +#: mod/cal.php:332 +msgid "calendar" +msgstr "calendar" + +#: mod/events.php:105 mod/events.php:107 +msgid "Event can not end before it has started." +msgstr "Event cannot end before it has started." + +#: mod/events.php:114 mod/events.php:116 +msgid "Event title and start time are required." +msgstr "Event title and starting time are required." + +#: mod/events.php:393 +msgid "Create New Event" +msgstr "Create new event" + +#: mod/events.php:506 +msgid "Event details" +msgstr "Event details" + +#: mod/events.php:507 +msgid "Starting date and Title are required." +msgstr "Starting date and title are required." + +#: mod/events.php:508 mod/events.php:509 +msgid "Event Starts:" +msgstr "Event starts:" + +#: mod/events.php:508 mod/events.php:520 mod/profiles.php:700 +msgid "Required" +msgstr "Required" + +#: mod/events.php:510 mod/events.php:526 +msgid "Finish date/time is not known or not relevant" +msgstr "Finish date/time is not known or not relevant" + +#: mod/events.php:512 mod/events.php:513 +msgid "Event Finishes:" +msgstr "Event finishes:" + +#: mod/events.php:514 mod/events.php:527 +msgid "Adjust for viewer timezone" +msgstr "Adjust for viewer's time zone" + +#: mod/events.php:516 +msgid "Description:" +msgstr "Description:" + +#: mod/events.php:520 mod/events.php:522 +msgid "Title:" +msgstr "Title:" + +#: mod/events.php:523 mod/events.php:524 +msgid "Share this event" +msgstr "Share this event" + +#: mod/events.php:531 src/Model/Profile.php:864 +msgid "Basic" +msgstr "Basic" + +#: mod/events.php:532 mod/contacts.php:895 mod/admin.php:1351 +#: src/Model/Profile.php:865 +msgid "Advanced" +msgstr "Advanced" + +#: mod/events.php:552 +msgid "Failed to remove event" +msgstr "Failed to remove event" + +#: mod/events.php:554 +msgid "Event removed" +msgstr "Event removed" + +#: mod/profile_photo.php:55 msgid "Image uploaded but image cropping failed." msgstr "Image uploaded but image cropping failed." -#: mod/profile_photo.php:87 mod/profile_photo.php:95 mod/profile_photo.php:103 -#: mod/profile_photo.php:330 +#: mod/profile_photo.php:88 mod/profile_photo.php:96 mod/profile_photo.php:104 +#: mod/profile_photo.php:315 #, php-format msgid "Image size reduction [%s] failed." msgstr "Image size reduction [%s] failed." -#: mod/profile_photo.php:137 +#: mod/profile_photo.php:125 msgid "" "Shift-reload the page or clear browser cache if the new photo does not " "display immediately." msgstr "Shift-reload the page or clear browser cache if the new photo does not display immediately." -#: mod/profile_photo.php:146 +#: mod/profile_photo.php:134 msgid "Unable to process image" msgstr "Unable to process image" -#: mod/profile_photo.php:262 +#: mod/profile_photo.php:247 msgid "Upload File:" msgstr "Upload File:" -#: mod/profile_photo.php:263 +#: mod/profile_photo.php:248 msgid "Select a profile:" msgstr "Select a profile:" -#: mod/profile_photo.php:268 +#: mod/profile_photo.php:253 msgid "or" msgstr "or" -#: mod/profile_photo.php:268 +#: mod/profile_photo.php:253 msgid "skip this step" msgstr "skip this step" -#: mod/profile_photo.php:268 +#: mod/profile_photo.php:253 msgid "select a photo from your photo albums" msgstr "select a photo from your photo albums" -#: mod/profile_photo.php:282 +#: mod/profile_photo.php:266 msgid "Crop Image" msgstr "Crop Image" -#: mod/profile_photo.php:283 +#: mod/profile_photo.php:267 msgid "Please adjust the image cropping for optimum viewing." msgstr "Please adjust the image cropping for optimum viewing." -#: mod/profile_photo.php:285 +#: mod/profile_photo.php:269 msgid "Done Editing" msgstr "Done editing" -#: mod/profile_photo.php:320 +#: mod/profile_photo.php:305 msgid "Image uploaded successfully." msgstr "Image uploaded successfully." -#: mod/profiles.php:57 +#: mod/directory.php:152 src/Model/Profile.php:421 src/Model/Profile.php:769 +msgid "Status:" +msgstr "Status:" + +#: mod/directory.php:153 src/Model/Profile.php:422 src/Model/Profile.php:786 +msgid "Homepage:" +msgstr "Homepage:" + +#: mod/directory.php:202 view/theme/vier/theme.php:201 +msgid "Global Directory" +msgstr "Global Directory" + +#: mod/directory.php:204 +msgid "Find on this site" +msgstr "Find on this site" + +#: mod/directory.php:206 +msgid "Results for:" +msgstr "Results for:" + +#: mod/directory.php:208 +msgid "Site Directory" +msgstr "Site directory" + +#: mod/directory.php:209 mod/contacts.php:820 src/Content/Widget.php:63 +msgid "Find" +msgstr "Find" + +#: mod/directory.php:213 +msgid "No entries (some entries may be hidden)." +msgstr "No entries (entries may be hidden)." + +#: mod/babel.php:22 +msgid "Source input" +msgstr "Source input" + +#: mod/babel.php:28 +msgid "BBCode::convert (raw HTML)" +msgstr "BBCode::convert (raw HTML)" + +#: mod/babel.php:33 +msgid "BBCode::convert" +msgstr "BBCode::convert" + +#: mod/babel.php:39 +msgid "BBCode::convert => HTML::toBBCode" +msgstr "BBCode::convert => HTML::toBBCode" + +#: mod/babel.php:45 +msgid "BBCode::toMarkdown" +msgstr "BBCode::toMarkdown" + +#: mod/babel.php:51 +msgid "BBCode::toMarkdown => Markdown::convert" +msgstr "BBCode::toMarkdown => Markdown::convert" + +#: mod/babel.php:57 +msgid "BBCode::toMarkdown => Markdown::toBBCode" +msgstr "BBCode::toMarkdown => Markdown::toBBCode" + +#: mod/babel.php:63 +msgid "BBCode::toMarkdown => Markdown::convert => HTML::toBBCode" +msgstr "BBCode::toMarkdown => Markdown::convert => HTML::toBBCode" + +#: mod/babel.php:70 +msgid "Source input \\x28Diaspora format\\x29" +msgstr "Source input \\x28Diaspora format\\x29" + +#: mod/babel.php:76 +msgid "Markdown::toBBCode" +msgstr "Markdown::toBBCode" + +#: mod/babel.php:83 +msgid "Raw HTML input" +msgstr "Raw HTML input" + +#: mod/babel.php:88 +msgid "HTML Input" +msgstr "HTML input" + +#: mod/babel.php:94 +msgid "HTML::toBBCode" +msgstr "HTML::toBBCode" + +#: mod/babel.php:100 +msgid "HTML::toPlaintext" +msgstr "HTML::toPlaintext" + +#: mod/babel.php:108 +msgid "Source text" +msgstr "Source text" + +#: mod/babel.php:109 +msgid "BBCode" +msgstr "BBCode" + +#: mod/babel.php:110 +msgid "Markdown" +msgstr "Markdown" + +#: mod/babel.php:111 +msgid "HTML" +msgstr "HTML" + +#: mod/follow.php:45 +msgid "The contact could not be added." +msgstr "Contact could not be added." + +#: mod/follow.php:73 +msgid "You already added this contact." +msgstr "You already added this contact." + +#: mod/follow.php:83 +msgid "Diaspora support isn't enabled. Contact can't be added." +msgstr "Diaspora support isn't enabled. Contact can't be added." + +#: mod/follow.php:90 +msgid "OStatus support is disabled. Contact can't be added." +msgstr "OStatus support is disabled. Contact can't be added." + +#: mod/follow.php:97 +msgid "The network type couldn't be detected. Contact can't be added." +msgstr "The network type couldn't be detected. Contact can't be added." + +#: mod/profiles.php:58 msgid "Profile deleted." msgstr "Profile deleted." -#: mod/profiles.php:73 mod/profiles.php:109 +#: mod/profiles.php:74 mod/profiles.php:110 msgid "Profile-" msgstr "Profile-" -#: mod/profiles.php:92 mod/profiles.php:131 +#: mod/profiles.php:93 mod/profiles.php:132 msgid "New profile created." msgstr "New profile created." -#: mod/profiles.php:115 +#: mod/profiles.php:116 msgid "Profile unavailable to clone." msgstr "Profile unavailable to clone." -#: mod/profiles.php:205 +#: mod/profiles.php:206 msgid "Profile Name is required." msgstr "Profile name is required." -#: mod/profiles.php:346 +#: mod/profiles.php:347 msgid "Marital Status" msgstr "Marital status" -#: mod/profiles.php:350 +#: mod/profiles.php:351 msgid "Romantic Partner" msgstr "Romantic partner" -#: mod/profiles.php:362 +#: mod/profiles.php:363 msgid "Work/Employment" msgstr "Work/Employment:" -#: mod/profiles.php:365 +#: mod/profiles.php:366 msgid "Religion" msgstr "Religion" -#: mod/profiles.php:369 +#: mod/profiles.php:370 msgid "Political Views" msgstr "Political views" -#: mod/profiles.php:373 +#: mod/profiles.php:374 msgid "Gender" msgstr "Gender" -#: mod/profiles.php:377 +#: mod/profiles.php:378 msgid "Sexual Preference" msgstr "Sexual preference" -#: mod/profiles.php:381 +#: mod/profiles.php:382 msgid "XMPP" msgstr "XMPP" -#: mod/profiles.php:385 +#: mod/profiles.php:386 msgid "Homepage" msgstr "Homepage" -#: mod/profiles.php:389 mod/profiles.php:699 +#: mod/profiles.php:390 mod/profiles.php:686 msgid "Interests" msgstr "Interests" -#: mod/profiles.php:400 mod/profiles.php:695 +#: mod/profiles.php:394 mod/admin.php:490 +msgid "Address" +msgstr "Address" + +#: mod/profiles.php:401 mod/profiles.php:682 msgid "Location" msgstr "Location" -#: mod/profiles.php:485 +#: mod/profiles.php:486 msgid "Profile updated." msgstr "Profile updated." -#: mod/profiles.php:577 +#: mod/profiles.php:564 msgid " and " msgstr " and " -#: mod/profiles.php:586 +#: mod/profiles.php:573 msgid "public profile" msgstr "public profile" -#: mod/profiles.php:589 +#: mod/profiles.php:576 #, php-format msgid "%1$s changed %2$s to “%3$s”" msgstr "%1$s changed %2$s to “%3$s”" -#: mod/profiles.php:590 +#: mod/profiles.php:577 #, php-format msgid " - Visit %1$s's %2$s" msgstr " - Visit %1$s's %2$s" -#: mod/profiles.php:592 +#: mod/profiles.php:579 #, php-format msgid "%1$s has an updated %2$s, changing %3$s." msgstr "%1$s has an updated %2$s, changing %3$s." -#: mod/profiles.php:646 +#: mod/profiles.php:633 msgid "Hide contacts and friends:" msgstr "Hide contacts and friends:" -#: mod/profiles.php:651 +#: mod/profiles.php:638 msgid "Hide your contact/friend list from viewers of this profile?" msgstr "Hide your contact/friend list from viewers of this profile?" -#: mod/profiles.php:671 +#: mod/profiles.php:658 msgid "Show more profile fields:" msgstr "Show more profile fields:" -#: mod/profiles.php:683 +#: mod/profiles.php:670 msgid "Profile Actions" msgstr "Profile actions" -#: mod/profiles.php:684 +#: mod/profiles.php:671 msgid "Edit Profile Details" msgstr "Edit Profile Details" -#: mod/profiles.php:686 +#: mod/profiles.php:673 msgid "Change Profile Photo" msgstr "Change profile photo" -#: mod/profiles.php:687 +#: mod/profiles.php:674 msgid "View this profile" msgstr "View this profile" -#: mod/profiles.php:688 mod/profiles.php:783 src/Model/Profile.php:393 +#: mod/profiles.php:675 mod/profiles.php:770 src/Model/Profile.php:393 msgid "Edit visibility" msgstr "Edit visibility" -#: mod/profiles.php:689 +#: mod/profiles.php:676 msgid "Create a new profile using these settings" msgstr "Create a new profile using these settings" -#: mod/profiles.php:690 +#: mod/profiles.php:677 msgid "Clone this profile" msgstr "Clone this profile" -#: mod/profiles.php:691 +#: mod/profiles.php:678 msgid "Delete this profile" msgstr "Delete this profile" -#: mod/profiles.php:693 +#: mod/profiles.php:680 msgid "Basic information" msgstr "Basic information" -#: mod/profiles.php:694 +#: mod/profiles.php:681 msgid "Profile picture" msgstr "Profile picture" -#: mod/profiles.php:696 +#: mod/profiles.php:683 msgid "Preferences" msgstr "Preferences" -#: mod/profiles.php:697 +#: mod/profiles.php:684 msgid "Status information" msgstr "Status information" -#: mod/profiles.php:698 +#: mod/profiles.php:685 msgid "Additional information" msgstr "Additional information" -#: mod/profiles.php:701 +#: mod/profiles.php:688 msgid "Relation" msgstr "Relation" -#: mod/profiles.php:702 src/Util/Temporal.php:81 src/Util/Temporal.php:83 +#: mod/profiles.php:689 src/Util/Temporal.php:81 src/Util/Temporal.php:83 msgid "Miscellaneous" msgstr "Miscellaneous" -#: mod/profiles.php:705 +#: mod/profiles.php:692 msgid "Your Gender:" msgstr "Gender:" -#: mod/profiles.php:706 +#: mod/profiles.php:693 msgid " Marital Status:" msgstr " Marital status:" -#: mod/profiles.php:707 src/Model/Profile.php:767 +#: mod/profiles.php:694 src/Model/Profile.php:782 msgid "Sexual Preference:" msgstr "Sexual preference:" -#: mod/profiles.php:708 +#: mod/profiles.php:695 msgid "Example: fishing photography software" msgstr "Example: fishing photography software" -#: mod/profiles.php:713 +#: mod/profiles.php:700 msgid "Profile Name:" msgstr "Profile name:" -#: mod/profiles.php:715 +#: mod/profiles.php:702 msgid "" "This is your public profile.
    It may " "be visible to anybody using the internet." msgstr "This is your public profile.
    It may be visible to anybody using the internet." -#: mod/profiles.php:716 +#: mod/profiles.php:703 msgid "Your Full Name:" msgstr "My full name:" -#: mod/profiles.php:717 +#: mod/profiles.php:704 msgid "Title/Description:" msgstr "Title/Description:" -#: mod/profiles.php:720 +#: mod/profiles.php:707 msgid "Street Address:" msgstr "Street address:" -#: mod/profiles.php:721 +#: mod/profiles.php:708 msgid "Locality/City:" msgstr "Locality/City:" -#: mod/profiles.php:722 +#: mod/profiles.php:709 msgid "Region/State:" msgstr "Region/State:" -#: mod/profiles.php:723 +#: mod/profiles.php:710 msgid "Postal/Zip Code:" msgstr "Postcode:" -#: mod/profiles.php:724 +#: mod/profiles.php:711 msgid "Country:" msgstr "Country:" -#: mod/profiles.php:725 src/Util/Temporal.php:147 +#: mod/profiles.php:712 src/Util/Temporal.php:149 msgid "Age: " msgstr "Age: " -#: mod/profiles.php:728 +#: mod/profiles.php:715 msgid "Who: (if applicable)" msgstr "Who: (if applicable)" -#: mod/profiles.php:728 +#: mod/profiles.php:715 msgid "Examples: cathy123, Cathy Williams, cathy@example.com" msgstr "Examples: cathy123, Cathy Williams, cathy@example.com" -#: mod/profiles.php:729 +#: mod/profiles.php:716 msgid "Since [date]:" msgstr "Since when:" -#: mod/profiles.php:731 +#: mod/profiles.php:718 msgid "Tell us about yourself..." msgstr "About myself:" -#: mod/profiles.php:732 +#: mod/profiles.php:719 msgid "XMPP (Jabber) address:" msgstr "XMPP (Jabber) address:" -#: mod/profiles.php:732 +#: mod/profiles.php:719 msgid "" "The XMPP address will be propagated to your contacts so that they can follow" " you." msgstr "The XMPP address will be propagated to your contacts so that they can follow you." -#: mod/profiles.php:733 +#: mod/profiles.php:720 msgid "Homepage URL:" msgstr "Homepage URL:" -#: mod/profiles.php:734 src/Model/Profile.php:775 +#: mod/profiles.php:721 src/Model/Profile.php:790 msgid "Hometown:" msgstr "Home town:" -#: mod/profiles.php:735 src/Model/Profile.php:783 +#: mod/profiles.php:722 src/Model/Profile.php:798 msgid "Political Views:" msgstr "Political views:" -#: mod/profiles.php:736 +#: mod/profiles.php:723 msgid "Religious Views:" msgstr "Religious views:" -#: mod/profiles.php:737 +#: mod/profiles.php:724 msgid "Public Keywords:" msgstr "Public keywords:" -#: mod/profiles.php:737 +#: mod/profiles.php:724 msgid "(Used for suggesting potential friends, can be seen by others)" msgstr "Used for suggesting potential friends, can be seen by others." -#: mod/profiles.php:738 +#: mod/profiles.php:725 msgid "Private Keywords:" msgstr "Private keywords:" -#: mod/profiles.php:738 +#: mod/profiles.php:725 msgid "(Used for searching profiles, never shown to others)" msgstr "Used for searching profiles, never shown to others." -#: mod/profiles.php:739 src/Model/Profile.php:799 +#: mod/profiles.php:726 src/Model/Profile.php:814 msgid "Likes:" msgstr "Likes:" -#: mod/profiles.php:740 src/Model/Profile.php:803 +#: mod/profiles.php:727 src/Model/Profile.php:818 msgid "Dislikes:" msgstr "Dislikes:" -#: mod/profiles.php:741 +#: mod/profiles.php:728 msgid "Musical interests" msgstr "Music:" -#: mod/profiles.php:742 +#: mod/profiles.php:729 msgid "Books, literature" msgstr "Books, literature, poetry:" -#: mod/profiles.php:743 +#: mod/profiles.php:730 msgid "Television" msgstr "Television:" -#: mod/profiles.php:744 +#: mod/profiles.php:731 msgid "Film/dance/culture/entertainment" msgstr "Film, dance, culture, entertainment" -#: mod/profiles.php:745 +#: mod/profiles.php:732 msgid "Hobbies/Interests" msgstr "Hobbies/Interests:" -#: mod/profiles.php:746 +#: mod/profiles.php:733 msgid "Love/romance" msgstr "Love/Romance:" -#: mod/profiles.php:747 +#: mod/profiles.php:734 msgid "Work/employment" msgstr "Work/Employment:" -#: mod/profiles.php:748 +#: mod/profiles.php:735 msgid "School/education" msgstr "School/Education:" -#: mod/profiles.php:749 +#: mod/profiles.php:736 msgid "Contact information and Social Networks" msgstr "Contact information and other social networks:" -#: mod/profiles.php:780 src/Model/Profile.php:389 +#: mod/profiles.php:767 src/Model/Profile.php:389 msgid "Profile Image" msgstr "Profile image" -#: mod/profiles.php:782 src/Model/Profile.php:392 +#: mod/profiles.php:769 src/Model/Profile.php:392 msgid "visible to everybody" msgstr "Visible to everybody" -#: mod/profiles.php:789 +#: mod/profiles.php:776 msgid "Edit/Manage Profiles" msgstr "Edit/Manage Profiles" -#: mod/profiles.php:790 src/Model/Profile.php:379 src/Model/Profile.php:401 +#: mod/profiles.php:777 src/Model/Profile.php:379 src/Model/Profile.php:401 msgid "Change profile photo" msgstr "Change profile photo" -#: mod/profiles.php:791 src/Model/Profile.php:380 +#: mod/profiles.php:778 src/Model/Profile.php:380 msgid "Create New Profile" msgstr "Create new profile" -#: mod/register.php:98 +#: mod/contacts.php:157 +#, php-format +msgid "%d contact edited." +msgid_plural "%d contacts edited." +msgstr[0] "%d contact edited." +msgstr[1] "%d contacts edited." + +#: mod/contacts.php:184 mod/contacts.php:400 +msgid "Could not access contact record." +msgstr "Could not access contact record." + +#: mod/contacts.php:194 +msgid "Could not locate selected profile." +msgstr "Could not locate selected profile." + +#: mod/contacts.php:228 +msgid "Contact updated." +msgstr "Contact updated." + +#: mod/contacts.php:421 +msgid "Contact has been blocked" +msgstr "Contact has been blocked" + +#: mod/contacts.php:421 +msgid "Contact has been unblocked" +msgstr "Contact has been unblocked" + +#: mod/contacts.php:432 +msgid "Contact has been ignored" +msgstr "Contact has been ignored" + +#: mod/contacts.php:432 +msgid "Contact has been unignored" +msgstr "Contact has been unignored" + +#: mod/contacts.php:443 +msgid "Contact has been archived" +msgstr "Contact has been archived" + +#: mod/contacts.php:443 +msgid "Contact has been unarchived" +msgstr "Contact has been unarchived" + +#: mod/contacts.php:467 +msgid "Drop contact" +msgstr "Drop contact" + +#: mod/contacts.php:470 mod/contacts.php:823 +msgid "Do you really want to delete this contact?" +msgstr "Do you really want to delete this contact?" + +#: mod/contacts.php:488 +msgid "Contact has been removed." +msgstr "Contact has been removed." + +#: mod/contacts.php:519 +#, php-format +msgid "You are mutual friends with %s" +msgstr "You are mutual friends with %s" + +#: mod/contacts.php:523 +#, php-format +msgid "You are sharing with %s" +msgstr "You are sharing with %s" + +#: mod/contacts.php:527 +#, php-format +msgid "%s is sharing with you" +msgstr "%s is sharing with you" + +#: mod/contacts.php:547 +msgid "Private communications are not available for this contact." +msgstr "Private communications are not available for this contact." + +#: mod/contacts.php:549 +msgid "Never" +msgstr "Never" + +#: mod/contacts.php:552 +msgid "(Update was successful)" +msgstr "(Update was successful)" + +#: mod/contacts.php:552 +msgid "(Update was not successful)" +msgstr "(Update was not successful)" + +#: mod/contacts.php:554 mod/contacts.php:992 +msgid "Suggest friends" +msgstr "Suggest friends" + +#: mod/contacts.php:558 +#, php-format +msgid "Network type: %s" +msgstr "Network type: %s" + +#: mod/contacts.php:563 +msgid "Communications lost with this contact!" +msgstr "Communications lost with this contact!" + +#: mod/contacts.php:569 +msgid "Fetch further information for feeds" +msgstr "Fetch further information for feeds" + +#: mod/contacts.php:571 +msgid "" +"Fetch information like preview pictures, title and teaser from the feed " +"item. You can activate this if the feed doesn't contain much text. Keywords " +"are taken from the meta header in the feed item and are posted as hash tags." +msgstr "Fetch information like preview pictures, title and teaser from the feed item. You can activate this if the feed doesn't contain much text. Keywords are taken from the meta header in the feed item and are posted as hash tags." + +#: mod/contacts.php:572 mod/admin.php:1272 mod/admin.php:1435 +#: mod/admin.php:1445 +msgid "Disabled" +msgstr "Disabled" + +#: mod/contacts.php:573 +msgid "Fetch information" +msgstr "Fetch information" + +#: mod/contacts.php:574 +msgid "Fetch keywords" +msgstr "Fetch keywords" + +#: mod/contacts.php:575 +msgid "Fetch information and keywords" +msgstr "Fetch information and keywords" + +#: mod/contacts.php:608 +msgid "Contact" +msgstr "Contact" + +#: mod/contacts.php:611 +msgid "Profile Visibility" +msgstr "Profile visibility" + +#: mod/contacts.php:612 +#, php-format +msgid "" +"Please choose the profile you would like to display to %s when viewing your " +"profile securely." +msgstr "Please choose the profile you would like to display to %s when viewing your profile securely." + +#: mod/contacts.php:613 +msgid "Contact Information / Notes" +msgstr "Personal note" + +#: mod/contacts.php:614 +msgid "Their personal note" +msgstr "Their personal note" + +#: mod/contacts.php:616 +msgid "Edit contact notes" +msgstr "Edit contact notes" + +#: mod/contacts.php:620 +msgid "Block/Unblock contact" +msgstr "Block/Unblock contact" + +#: mod/contacts.php:621 +msgid "Ignore contact" +msgstr "Ignore contact" + +#: mod/contacts.php:622 +msgid "Repair URL settings" +msgstr "Repair URL settings" + +#: mod/contacts.php:623 +msgid "View conversations" +msgstr "View conversations" + +#: mod/contacts.php:628 +msgid "Last update:" +msgstr "Last update:" + +#: mod/contacts.php:630 +msgid "Update public posts" +msgstr "Update public posts" + +#: mod/contacts.php:632 mod/contacts.php:1002 +msgid "Update now" +msgstr "Update now" + +#: mod/contacts.php:637 mod/contacts.php:827 mod/contacts.php:1011 +#: mod/admin.php:485 mod/admin.php:1800 +msgid "Unblock" +msgstr "Unblock" + +#: mod/contacts.php:637 mod/contacts.php:827 mod/contacts.php:1011 +#: mod/admin.php:484 mod/admin.php:1799 +msgid "Block" +msgstr "Block" + +#: mod/contacts.php:638 mod/contacts.php:828 mod/contacts.php:1019 +msgid "Unignore" +msgstr "Unignore" + +#: mod/contacts.php:642 +msgid "Currently blocked" +msgstr "Currently blocked" + +#: mod/contacts.php:643 +msgid "Currently ignored" +msgstr "Currently ignored" + +#: mod/contacts.php:644 +msgid "Currently archived" +msgstr "Currently archived" + +#: mod/contacts.php:645 +msgid "Awaiting connection acknowledge" +msgstr "Awaiting connection acknowledgement" + +#: mod/contacts.php:646 +msgid "" +"Replies/likes to your public posts may still be visible" +msgstr "Replies/Likes to your public posts may still be visible" + +#: mod/contacts.php:647 +msgid "Notification for new posts" +msgstr "Notification for new posts" + +#: mod/contacts.php:647 +msgid "Send a notification of every new post of this contact" +msgstr "Send notification for every new post from this contact" + +#: mod/contacts.php:650 +msgid "Blacklisted keywords" +msgstr "Blacklisted keywords" + +#: mod/contacts.php:650 +msgid "" +"Comma separated list of keywords that should not be converted to hashtags, " +"when \"Fetch information and keywords\" is selected" +msgstr "Comma separated list of keywords that should not be converted to hashtags, when \"Fetch information and keywords\" is selected" + +#: mod/contacts.php:662 src/Model/Profile.php:424 +msgid "XMPP:" +msgstr "XMPP:" + +#: mod/contacts.php:667 +msgid "Actions" +msgstr "Actions" + +#: mod/contacts.php:669 mod/contacts.php:855 src/Content/Nav.php:100 +#: src/Model/Profile.php:888 view/theme/frio/theme.php:259 +msgid "Status" +msgstr "Status" + +#: mod/contacts.php:670 +msgid "Contact Settings" +msgstr "Notification and privacy " + +#: mod/contacts.php:711 +msgid "Suggestions" +msgstr "Suggestions" + +#: mod/contacts.php:714 +msgid "Suggest potential friends" +msgstr "Suggest potential friends" + +#: mod/contacts.php:722 +msgid "Show all contacts" +msgstr "Show all contacts" + +#: mod/contacts.php:727 +msgid "Unblocked" +msgstr "Unblocked" + +#: mod/contacts.php:730 +msgid "Only show unblocked contacts" +msgstr "Only show unblocked contacts" + +#: mod/contacts.php:735 +msgid "Blocked" +msgstr "Blocked" + +#: mod/contacts.php:738 +msgid "Only show blocked contacts" +msgstr "Only show blocked contacts" + +#: mod/contacts.php:743 +msgid "Ignored" +msgstr "Ignored" + +#: mod/contacts.php:746 +msgid "Only show ignored contacts" +msgstr "Only show ignored contacts" + +#: mod/contacts.php:751 +msgid "Archived" +msgstr "Archived" + +#: mod/contacts.php:754 +msgid "Only show archived contacts" +msgstr "Only show archived contacts" + +#: mod/contacts.php:759 +msgid "Hidden" +msgstr "Hidden" + +#: mod/contacts.php:762 +msgid "Only show hidden contacts" +msgstr "Only show hidden contacts" + +#: mod/contacts.php:818 +msgid "Search your contacts" +msgstr "Search your contacts" + +#: mod/contacts.php:826 mod/settings.php:170 mod/settings.php:701 +msgid "Update" +msgstr "Update" + +#: mod/contacts.php:829 mod/contacts.php:1027 +msgid "Archive" +msgstr "Archive" + +#: mod/contacts.php:829 mod/contacts.php:1027 +msgid "Unarchive" +msgstr "Unarchive" + +#: mod/contacts.php:832 +msgid "Batch Actions" +msgstr "Batch actions" + +#: mod/contacts.php:866 src/Model/Profile.php:899 +msgid "Profile Details" +msgstr "Profile Details" + +#: mod/contacts.php:878 +msgid "View all contacts" +msgstr "View all contacts" + +#: mod/contacts.php:889 +msgid "View all common friends" +msgstr "View all common friends" + +#: mod/contacts.php:898 +msgid "Advanced Contact Settings" +msgstr "Advanced contact settings" + +#: mod/contacts.php:930 +msgid "Mutual Friendship" +msgstr "Mutual friendship" + +#: mod/contacts.php:934 +msgid "is a fan of yours" +msgstr "is a fan of yours" + +#: mod/contacts.php:938 +msgid "you are a fan of" +msgstr "I follow them" + +#: mod/contacts.php:1013 +msgid "Toggle Blocked status" +msgstr "Toggle blocked status" + +#: mod/contacts.php:1021 +msgid "Toggle Ignored status" +msgstr "Toggle ignored status" + +#: mod/contacts.php:1029 +msgid "Toggle Archive status" +msgstr "Toggle archive status" + +#: mod/contacts.php:1037 +msgid "Delete contact" +msgstr "Delete contact" + +#: mod/_tos.php:48 mod/register.php:288 mod/admin.php:188 mod/admin.php:302 +#: src/Module/Tos.php:48 +msgid "Terms of Service" +msgstr "Terms of Service" + +#: mod/_tos.php:51 src/Module/Tos.php:51 +msgid "Privacy Statement" +msgstr "Privacy Statement" + +#: mod/_tos.php:52 src/Module/Tos.php:52 +msgid "" +"At the time of registration, and for providing communications between the " +"user account and their contacts, the user has to provide a display name (pen" +" name), an username (nickname) and a working email address. The names will " +"be accessible on the profile page of the account by any visitor of the page," +" even if other profile details are not displayed. The email address will " +"only be used to send the user notifications about interactions, but wont be " +"visibly displayed. The listing of an account in the node's user directory or" +" the global user directory is optional and can be controlled in the user " +"settings, it is not necessary for communication." +msgstr "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." + +#: mod/_tos.php:53 src/Module/Tos.php:53 +#, php-format +msgid "" +"At any point in time a logged in user can export their account data from the" +" account settings. If the user wants " +"to delete their account they can do so at %1$s/removeme. The deletion of the account will " +"be permanent." +msgstr "At any point in time a logged in user can export their account data from the account settings. If the user wants to delete their account they can do so at %1$s/removeme. The deletion of the account will be permanent." + +#: mod/friendica.php:77 +msgid "This is Friendica, version" +msgstr "This is Friendica, version" + +#: mod/friendica.php:78 +msgid "running at web location" +msgstr "running at web location" + +#: mod/friendica.php:82 +msgid "" +"Please visit Friendi.ca to learn more " +"about the Friendica project." +msgstr "Please visit Friendi.ca to learn more about the Friendica project." + +#: mod/friendica.php:86 +msgid "Bug reports and issues: please visit" +msgstr "Bug reports and issues: please visit" + +#: mod/friendica.php:86 +msgid "the bugtracker at github" +msgstr "the bugtracker at github" + +#: mod/friendica.php:89 +msgid "" +"Suggestions, praise, donations, etc. - please email \"Info\" at Friendica - " +"dot com" +msgstr "Suggestions, praise, donations, etc. - please email \"Info\" at Friendica - dot com" + +#: mod/friendica.php:103 +msgid "Installed addons/apps:" +msgstr "Installed addons/apps:" + +#: mod/friendica.php:117 +msgid "No installed addons/apps" +msgstr "No installed addons/apps" + +#: mod/friendica.php:122 +#, php-format +msgid "Read about the Terms of Service of this node." +msgstr "Read about the Terms of Service of this node." + +#: mod/friendica.php:127 +msgid "On this server the following remote servers are blocked." +msgstr "On this server the following remote servers are blocked." + +#: mod/friendica.php:128 mod/admin.php:354 mod/admin.php:372 +msgid "Reason for the block" +msgstr "Reason for the block" + +#: mod/lostpass.php:27 +msgid "No valid account found." +msgstr "No valid account found." + +#: mod/lostpass.php:39 +msgid "Password reset request issued. Check your email." +msgstr "Password reset request issued. Please check your email." + +#: mod/lostpass.php:45 +#, php-format +msgid "" +"\n" +"\t\tDear %1$s,\n" +"\t\t\tA request was recently received at \"%2$s\" to reset your account\n" +"\t\tpassword. In order to confirm this request, please select the verification link\n" +"\t\tbelow or paste it into your web browser address bar.\n" +"\n" +"\t\tIf you did NOT request this change, please DO NOT follow the link\n" +"\t\tprovided and ignore and/or delete this email, the request will expire shortly.\n" +"\n" +"\t\tYour password will not be changed unless we can verify that you\n" +"\t\tissued this request." +msgstr "\n\t\tDear %1$s,\n\t\t\tA request was received at \"%2$s\" to reset your account password\n\t\tTo confirm this request, please select the verification link\n\t\tbelow or paste it into your web browser's address bar.\n\n\t\tIf you did NOT request this change, please DO NOT follow the link\n\t\tprovided; ignore or delete this email, as the request will expire shortly.\n\n\t\tYour password will not be changed unless we can verify that you\n\t\tissued this request." + +#: mod/lostpass.php:56 +#, php-format +msgid "" +"\n" +"\t\tFollow this link soon to verify your identity:\n" +"\n" +"\t\t%1$s\n" +"\n" +"\t\tYou will then receive a follow-up message containing the new password.\n" +"\t\tYou may change that password from your account settings page after logging in.\n" +"\n" +"\t\tThe login details are as follows:\n" +"\n" +"\t\tSite Location:\t%2$s\n" +"\t\tLogin Name:\t%3$s" +msgstr "\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" + +#: mod/lostpass.php:73 +#, php-format +msgid "Password reset requested at %s" +msgstr "Password reset requested at %s" + +#: mod/lostpass.php:89 +msgid "" +"Request could not be verified. (You may have previously submitted it.) " +"Password reset failed." +msgstr "Request could not be verified. (You may have previously submitted it.) Password reset failed." + +#: mod/lostpass.php:102 +msgid "Request has expired, please make a new one." +msgstr "Request has expired, please make a new one." + +#: mod/lostpass.php:117 +msgid "Forgot your Password?" +msgstr "Reset My Password" + +#: mod/lostpass.php:118 +msgid "" +"Enter your email address and submit to have your password reset. Then check " +"your email for further instructions." +msgstr "Enter email address or nickname to reset your password. You will receive further instruction via email." + +#: mod/lostpass.php:119 src/Module/Login.php:314 +msgid "Nickname or Email: " +msgstr "Nickname or email: " + +#: mod/lostpass.php:120 +msgid "Reset" +msgstr "Reset" + +#: mod/lostpass.php:136 src/Module/Login.php:326 +msgid "Password Reset" +msgstr "Forgotten password?" + +#: mod/lostpass.php:137 +msgid "Your password has been reset as requested." +msgstr "Your password has been reset as requested." + +#: mod/lostpass.php:138 +msgid "Your new password is" +msgstr "Your new password is" + +#: mod/lostpass.php:139 +msgid "Save or copy your new password - and then" +msgstr "Save or copy your new password - and then" + +#: mod/lostpass.php:140 +msgid "click here to login" +msgstr "click here to login" + +#: mod/lostpass.php:141 +msgid "" +"Your password may be changed from the Settings page after " +"successful login." +msgstr "Your password may be changed from the Settings page after successful login." + +#: mod/lostpass.php:149 +#, php-format +msgid "" +"\n" +"\t\t\tDear %1$s,\n" +"\t\t\t\tYour password has been changed as requested. Please retain this\n" +"\t\t\tinformation for your records (or change your password immediately to\n" +"\t\t\tsomething that you will remember).\n" +"\t\t" +msgstr "\n\t\t\tDear %1$s,\n\t\t\t\tYour password has been changed as requested. Please retain this\n\t\t\tinformation for your records (or change your password immediately to\n\t\t\tsomething that you will remember).\n\t\t" + +#: mod/lostpass.php:155 +#, php-format +msgid "" +"\n" +"\t\t\tYour login details are as follows:\n" +"\n" +"\t\t\tSite Location:\t%1$s\n" +"\t\t\tLogin Name:\t%2$s\n" +"\t\t\tPassword:\t%3$s\n" +"\n" +"\t\t\tYou may change that password from your account settings page after logging in.\n" +"\t\t" +msgstr "\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" + +#: mod/lostpass.php:169 +#, php-format +msgid "Your password has been changed at %s" +msgstr "Your password has been changed at %s" + +#: mod/register.php:99 msgid "" "Registration successful. Please check your email for further instructions." msgstr "Registration successful. Please check your email for further instructions." -#: mod/register.php:102 +#: mod/register.php:103 #, php-format msgid "" "Failed to send email message. Here your accout details:
    login: %s
    " "password: %s

    You can change your password after login." msgstr "Failed to send email message. Here your account details:
    login: %s
    password: %s

    You can change your password after login." -#: mod/register.php:109 +#: mod/register.php:110 msgid "Registration successful." msgstr "Registration successful." -#: mod/register.php:114 +#: mod/register.php:115 msgid "Your registration can not be processed." msgstr "Your registration cannot be processed." -#: mod/register.php:161 +#: mod/register.php:162 msgid "Your registration is pending approval by the site owner." msgstr "Your registration is pending approval by the site administrator." -#: mod/register.php:219 +#: mod/register.php:220 msgid "" "You may (optionally) fill in this form via OpenID by supplying your OpenID " "and clicking 'Register'." msgstr "You may (optionally) fill in this form via OpenID by supplying your OpenID and clicking 'Sign up now'." -#: mod/register.php:220 +#: mod/register.php:221 msgid "" "If you are not familiar with OpenID, please leave that field blank and fill " "in the rest of the items." msgstr "If you are not familiar with OpenID, please leave that field blank and fill in the rest of the items." -#: mod/register.php:221 +#: mod/register.php:222 msgid "Your OpenID (optional): " msgstr "Your OpenID (optional): " -#: mod/register.php:233 +#: mod/register.php:234 msgid "Include your profile in member directory?" msgstr "Include your profile in member directory?" -#: mod/register.php:258 +#: mod/register.php:259 msgid "Note for the admin" msgstr "Note for the admin" -#: mod/register.php:258 +#: mod/register.php:259 msgid "Leave a message for the admin, why you want to join this node" msgstr "Leave a message for the admin, why you want to join this node." -#: mod/register.php:259 +#: mod/register.php:260 msgid "Membership on this site is by invitation only." msgstr "Membership on this site is by invitation only." -#: mod/register.php:260 -msgid "Your invitation ID: " -msgstr "Your invitation ID: " +#: mod/register.php:261 +msgid "Your invitation code: " +msgstr "Your invitation code: " -#: mod/register.php:269 +#: mod/register.php:264 mod/admin.php:1348 +msgid "Registration" +msgstr "Join this Friendica Node Today" + +#: mod/register.php:270 msgid "Your Full Name (e.g. Joe Smith, real or real-looking): " msgstr "Your full name: " -#: mod/register.php:270 +#: mod/register.php:271 msgid "" "Your Email Address: (Initial information will be send there, so this has to " "be an existing address.)" msgstr "Your Email Address: (Initial information will be send there; so this must be an existing address.)" -#: mod/register.php:272 mod/settings.php:1205 +#: mod/register.php:273 mod/settings.php:1201 msgid "New Password:" msgstr "New password:" -#: mod/register.php:272 +#: mod/register.php:273 msgid "Leave empty for an auto generated password." msgstr "Leave empty for an auto generated password." -#: mod/register.php:273 mod/settings.php:1206 +#: mod/register.php:274 mod/settings.php:1202 msgid "Confirm:" msgstr "Confirm new password:" -#: mod/register.php:274 +#: mod/register.php:275 #, php-format msgid "" "Choose a profile nickname. This must begin with a text character. Your " "profile address on this site will then be 'nickname@%s'." -msgstr "" +msgstr "Choose a profile nickname. This must begin with a text character. Your profile address on this site will then be 'nickname@%s'." -#: mod/register.php:275 +#: mod/register.php:276 msgid "Choose a nickname: " msgstr "Choose a nickname: " -#: mod/register.php:278 src/Content/Nav.php:128 src/Module/Login.php:283 +#: mod/register.php:279 src/Content/Nav.php:128 src/Module/Login.php:283 msgid "Register" msgstr "Sign up now >>" -#: mod/register.php:285 +#: mod/register.php:286 msgid "Import your profile to this friendica instance" msgstr "Import an existing Friendica profile to this node." -#: mod/search.php:105 -msgid "Only logged in users are permitted to perform a search." -msgstr "Only logged in users are permitted to perform a search." +#: mod/admin.php:106 +msgid "Theme settings updated." +msgstr "Theme settings updated." -#: mod/search.php:129 -msgid "Too Many Requests" -msgstr "Too many requests" +#: mod/admin.php:179 src/Content/Nav.php:174 +msgid "Information" +msgstr "Information" -#: mod/search.php:130 -msgid "Only one search per minute is permitted for not logged in users." -msgstr "Only one search per minute is permitted for not logged in users." +#: mod/admin.php:180 +msgid "Overview" +msgstr "Overview" -#: mod/search.php:234 +#: mod/admin.php:181 mod/admin.php:718 +msgid "Federation Statistics" +msgstr "Federation statistics" + +#: mod/admin.php:182 +msgid "Configuration" +msgstr "Configuration" + +#: mod/admin.php:183 mod/admin.php:1345 +msgid "Site" +msgstr "Site" + +#: mod/admin.php:184 mod/admin.php:1273 mod/admin.php:1788 mod/admin.php:1804 +msgid "Users" +msgstr "Users" + +#: mod/admin.php:185 mod/admin.php:1904 mod/admin.php:1964 mod/settings.php:86 +msgid "Addons" +msgstr "Addons" + +#: mod/admin.php:186 mod/admin.php:2173 mod/admin.php:2217 +msgid "Themes" +msgstr "Theme selection" + +#: mod/admin.php:187 mod/settings.php:64 +msgid "Additional features" +msgstr "Additional features" + +#: mod/admin.php:189 +msgid "Database" +msgstr "Database" + +#: mod/admin.php:190 +msgid "DB updates" +msgstr "DB updates" + +#: mod/admin.php:191 mod/admin.php:753 +msgid "Inspect Queue" +msgstr "Inspect queue" + +#: mod/admin.php:192 +msgid "Tools" +msgstr "Tools" + +#: mod/admin.php:193 +msgid "Contact Blocklist" +msgstr "Contact blocklist" + +#: mod/admin.php:194 mod/admin.php:362 +msgid "Server Blocklist" +msgstr "Server blocklist" + +#: mod/admin.php:195 mod/admin.php:521 +msgid "Delete Item" +msgstr "Delete item" + +#: mod/admin.php:196 mod/admin.php:197 mod/admin.php:2291 +msgid "Logs" +msgstr "Logs" + +#: mod/admin.php:198 mod/admin.php:2358 +msgid "View Logs" +msgstr "View logs" + +#: mod/admin.php:200 +msgid "Diagnostics" +msgstr "Diagnostics" + +#: mod/admin.php:201 +msgid "PHP Info" +msgstr "PHP info" + +#: mod/admin.php:202 +msgid "probe address" +msgstr "Probe address" + +#: mod/admin.php:203 +msgid "check webfinger" +msgstr "Check webfinger" + +#: mod/admin.php:222 src/Content/Nav.php:217 +msgid "Admin" +msgstr "Admin" + +#: mod/admin.php:223 +msgid "Addon Features" +msgstr "Addon features" + +#: mod/admin.php:224 +msgid "User registrations waiting for confirmation" +msgstr "User registrations awaiting confirmation" + +#: mod/admin.php:301 mod/admin.php:361 mod/admin.php:478 mod/admin.php:520 +#: mod/admin.php:717 mod/admin.php:752 mod/admin.php:848 mod/admin.php:1344 +#: mod/admin.php:1787 mod/admin.php:1903 mod/admin.php:1963 mod/admin.php:2172 +#: mod/admin.php:2216 mod/admin.php:2290 mod/admin.php:2357 +msgid "Administration" +msgstr "Administration" + +#: mod/admin.php:303 +msgid "Display Terms of Service" +msgstr "Display Terms of Service" + +#: mod/admin.php:303 +msgid "" +"Enable the Terms of Service page. If this is enabled a link to the terms " +"will be added to the registration form and the general information page." +msgstr "Enable the Terms of Service page. If this is enabled a link to the terms will be added to the registration form and the general information page." + +#: mod/admin.php:304 +msgid "Display Privacy Statement" +msgstr "Display Privacy Statement" + +#: mod/admin.php:304 #, php-format -msgid "Items tagged with: %s" -msgstr "Items tagged with: %s" +msgid "" +"Show some informations regarding the needed information to operate the node " +"according e.g. to EU-GDPR." +msgstr "Show some informations regarding the needed information to operate the node according e.g. to EU-GDPR." -#: mod/settings.php:71 +#: mod/admin.php:305 +msgid "The Terms of Service" +msgstr "Terms of Service" + +#: mod/admin.php:305 +msgid "" +"Enter the Terms of Service for your node here. You can use BBCode. Headers " +"of sections should be [h2] and below." +msgstr "Enter the Terms of Service for your node here. You can use BBCode. Headers of sections should be [h2] or less." + +#: mod/admin.php:353 +msgid "The blocked domain" +msgstr "Blocked domain" + +#: mod/admin.php:354 mod/admin.php:367 +msgid "The reason why you blocked this domain." +msgstr "Reason why you blocked this domain." + +#: mod/admin.php:355 +msgid "Delete domain" +msgstr "Delete domain" + +#: mod/admin.php:355 +msgid "Check to delete this entry from the blocklist" +msgstr "Check to delete this entry from the blocklist" + +#: mod/admin.php:363 +msgid "" +"This page can be used to define a black list of servers from the federated " +"network that are not allowed to interact with your node. For all entered " +"domains you should also give a reason why you have blocked the remote " +"server." +msgstr "This page can be used to define a black list of servers from the federated network that are not allowed to interact with your node. For all entered domains you should also give a reason why you have blocked the remote server." + +#: mod/admin.php:364 +msgid "" +"The list of blocked servers will be made publically available on the " +"/friendica page so that your users and people investigating communication " +"problems can find the reason easily." +msgstr "The list of blocked servers will publicly available on the Friendica page so that your users and people investigating communication problems can readily find the reason." + +#: mod/admin.php:365 +msgid "Add new entry to block list" +msgstr "Add new entry to block list" + +#: mod/admin.php:366 +msgid "Server Domain" +msgstr "Server domain" + +#: mod/admin.php:366 +msgid "" +"The domain of the new server to add to the block list. Do not include the " +"protocol." +msgstr "The domain of the new server to add to the block list. Do not include the protocol." + +#: mod/admin.php:367 +msgid "Block reason" +msgstr "Block reason" + +#: mod/admin.php:368 +msgid "Add Entry" +msgstr "Add entry" + +#: mod/admin.php:369 +msgid "Save changes to the blocklist" +msgstr "Save changes to the blocklist" + +#: mod/admin.php:370 +msgid "Current Entries in the Blocklist" +msgstr "Current entries in the blocklist" + +#: mod/admin.php:373 +msgid "Delete entry from blocklist" +msgstr "Delete entry from blocklist" + +#: mod/admin.php:376 +msgid "Delete entry from blocklist?" +msgstr "Delete entry from blocklist?" + +#: mod/admin.php:402 +msgid "Server added to blocklist." +msgstr "Server added to blocklist." + +#: mod/admin.php:418 +msgid "Site blocklist updated." +msgstr "Site blocklist updated." + +#: mod/admin.php:441 src/Core/Console/GlobalCommunityBlock.php:72 +msgid "The contact has been blocked from the node" +msgstr "This contact has been blocked from the node" + +#: mod/admin.php:443 src/Core/Console/GlobalCommunityBlock.php:69 +#, php-format +msgid "Could not find any contact entry for this URL (%s)" +msgstr "Could not find any contact entry for this URL (%s)" + +#: mod/admin.php:450 +#, php-format +msgid "%s contact unblocked" +msgid_plural "%s contacts unblocked" +msgstr[0] "%s contact unblocked" +msgstr[1] "%s contacts unblocked" + +#: mod/admin.php:479 +msgid "Remote Contact Blocklist" +msgstr "Remote contact blocklist" + +#: mod/admin.php:480 +msgid "" +"This page allows you to prevent any message from a remote contact to reach " +"your node." +msgstr "This page allows you to prevent any message from a remote contact to reach your node." + +#: mod/admin.php:481 +msgid "Block Remote Contact" +msgstr "Block remote contact" + +#: mod/admin.php:482 mod/admin.php:1790 +msgid "select all" +msgstr "select all" + +#: mod/admin.php:483 +msgid "select none" +msgstr "select none" + +#: mod/admin.php:486 +msgid "No remote contact is blocked from this node." +msgstr "No remote contact is blocked from this node." + +#: mod/admin.php:488 +msgid "Blocked Remote Contacts" +msgstr "Blocked remote contacts" + +#: mod/admin.php:489 +msgid "Block New Remote Contact" +msgstr "Block new remote contact" + +#: mod/admin.php:490 +msgid "Photo" +msgstr "Photo" + +#: mod/admin.php:498 +#, php-format +msgid "%s total blocked contact" +msgid_plural "%s total blocked contacts" +msgstr[0] "%s total blocked contact" +msgstr[1] "%s blocked contacts" + +#: mod/admin.php:500 +msgid "URL of the remote contact to block." +msgstr "URL of the remote contact to block." + +#: mod/admin.php:522 +msgid "Delete this Item" +msgstr "Delete" + +#: mod/admin.php:523 +msgid "" +"On this page you can delete an item from your node. If the item is a top " +"level posting, the entire thread will be deleted." +msgstr "Here you can delete an item from this node. If the item is a top-level posting, the entire thread will be deleted." + +#: mod/admin.php:524 +msgid "" +"You need to know the GUID of the item. You can find it e.g. by looking at " +"the display URL. The last part of http://example.com/display/123456 is the " +"GUID, here 123456." +msgstr "You need to know the global unique identifier (GUID) of the item, which you can find by looking at the display URL. The last part of http://example.com/display/123456 is the GUID: i.e. 123456." + +#: mod/admin.php:525 +msgid "GUID" +msgstr "GUID" + +#: mod/admin.php:525 +msgid "The GUID of the item you want to delete." +msgstr "GUID of item to be deleted." + +#: mod/admin.php:564 +msgid "Item marked for deletion." +msgstr "Item marked for deletion." + +#: mod/admin.php:635 +msgid "unknown" +msgstr "unknown" + +#: mod/admin.php:711 +msgid "" +"This page offers you some numbers to the known part of the federated social " +"network your Friendica node is part of. These numbers are not complete but " +"only reflect the part of the network your node is aware of." +msgstr "This page offers you the amount of known part of the federated social network your Friendica node is part of. These numbers are not complete and only reflect the part of the network your node is aware of." + +#: mod/admin.php:712 +msgid "" +"The Auto Discovered Contact Directory feature is not enabled, it " +"will improve the data displayed here." +msgstr "The Auto Discovered Contact Directory feature is not enabled; enabling it will improve the data displayed here." + +#: mod/admin.php:724 +#, php-format +msgid "" +"Currently this node is aware of %d nodes with %d registered users from the " +"following platforms:" +msgstr "Currently this node is aware of %d nodes with %d registered users from the following platforms:" + +#: mod/admin.php:755 +msgid "ID" +msgstr "ID" + +#: mod/admin.php:756 +msgid "Recipient Name" +msgstr "Recipient name" + +#: mod/admin.php:757 +msgid "Recipient Profile" +msgstr "Recipient profile" + +#: mod/admin.php:758 src/Core/NotificationsManager.php:178 +#: src/Content/Nav.php:178 view/theme/frio/theme.php:266 +msgid "Network" +msgstr "Network" + +#: mod/admin.php:759 +msgid "Created" +msgstr "Created" + +#: mod/admin.php:760 +msgid "Last Tried" +msgstr "Last Tried" + +#: mod/admin.php:761 +msgid "" +"This page lists the content of the queue for outgoing postings. These are " +"postings the initial delivery failed for. They will be resend later and " +"eventually deleted if the delivery fails permanently." +msgstr "This page lists the content of the queue for outgoing postings. These are postings the initial delivery failed for. They will be resend later and eventually deleted if the delivery fails permanently." + +#: mod/admin.php:785 +#, php-format +msgid "" +"Your DB still runs with MyISAM tables. You should change the engine type to " +"InnoDB. As Friendica will use InnoDB only features in the future, you should" +" change this! See here for a guide that may be helpful " +"converting the table engines. You may also use the command php " +"bin/console.php dbstructure toinnodb of your Friendica installation for" +" an automatic conversion.
    " +msgstr "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 here for a guide that may be helpful converting the table engines. You may also use the command php bin/console.php dbstructure toinnodb of your Friendica installation for an automatic conversion.
    " + +#: mod/admin.php:792 +#, php-format +msgid "" +"There is a new version of Friendica available for download. Your current " +"version is %1$s, upstream version is %2$s" +msgstr "A new Friendica version is available now. Your current version is %1$s, upstream version is %2$s" + +#: mod/admin.php:802 +msgid "" +"The database update failed. Please run \"php bin/console.php dbstructure " +"update\" from the command line and have a look at the errors that might " +"appear." +msgstr "The database update failed. Please run \"php bin/console.php dbstructure update\" from the command line and check for errors that may appear." + +#: mod/admin.php:808 +msgid "The worker was never executed. Please check your database structure!" +msgstr "The worker process has never been executed. Please check your database structure!" + +#: mod/admin.php:811 +#, php-format +msgid "" +"The last worker execution was on %s UTC. This is older than one hour. Please" +" check your crontab settings." +msgstr "The last worker process started at %s UTC. This is more than one hour ago. Please adjust your crontab settings." + +#: mod/admin.php:816 mod/admin.php:1739 +msgid "Normal Account" +msgstr "Standard account" + +#: mod/admin.php:817 mod/admin.php:1740 +msgid "Automatic Follower Account" +msgstr "Automatic follower account" + +#: mod/admin.php:818 mod/admin.php:1741 +msgid "Public Forum Account" +msgstr "Public forum account" + +#: mod/admin.php:819 mod/admin.php:1742 +msgid "Automatic Friend Account" +msgstr "Automatic friend account" + +#: mod/admin.php:820 +msgid "Blog Account" +msgstr "Blog account" + +#: mod/admin.php:821 +msgid "Private Forum Account" +msgstr "Private forum account" + +#: mod/admin.php:843 +msgid "Message queues" +msgstr "Message queues" + +#: mod/admin.php:849 +msgid "Summary" +msgstr "Summary" + +#: mod/admin.php:851 +msgid "Registered users" +msgstr "Signed up users" + +#: mod/admin.php:853 +msgid "Pending registrations" +msgstr "Pending registrations" + +#: mod/admin.php:854 +msgid "Version" +msgstr "Version" + +#: mod/admin.php:859 +msgid "Active addons" +msgstr "Active addons" + +#: mod/admin.php:890 +msgid "Can not parse base url. Must have at least ://" +msgstr "Can not parse base URL. Must have at least ://" + +#: mod/admin.php:1209 +msgid "Site settings updated." +msgstr "Site settings updated." + +#: mod/admin.php:1236 mod/settings.php:905 +msgid "No special theme for mobile devices" +msgstr "No special theme for mobile devices" + +#: mod/admin.php:1265 +msgid "No community page" +msgstr "No community page" + +#: mod/admin.php:1266 +msgid "Public postings from users of this site" +msgstr "Public postings from users of this site" + +#: mod/admin.php:1267 +msgid "Public postings from the federated network" +msgstr "Public postings from the federated network" + +#: mod/admin.php:1268 +msgid "Public postings from local users and the federated network" +msgstr "Public postings from local users and the federated network" + +#: mod/admin.php:1274 +msgid "Users, Global Contacts" +msgstr "Users, Global Contacts" + +#: mod/admin.php:1275 +msgid "Users, Global Contacts/fallback" +msgstr "Users, Global Contacts/fallback" + +#: mod/admin.php:1279 +msgid "One month" +msgstr "One month" + +#: mod/admin.php:1280 +msgid "Three months" +msgstr "Three months" + +#: mod/admin.php:1281 +msgid "Half a year" +msgstr "Half a year" + +#: mod/admin.php:1282 +msgid "One year" +msgstr "One a year" + +#: mod/admin.php:1287 +msgid "Multi user instance" +msgstr "Multi user instance" + +#: mod/admin.php:1310 +msgid "Closed" +msgstr "Closed" + +#: mod/admin.php:1311 +msgid "Requires approval" +msgstr "Requires approval" + +#: mod/admin.php:1312 +msgid "Open" +msgstr "Open" + +#: mod/admin.php:1316 +msgid "No SSL policy, links will track page SSL state" +msgstr "No SSL policy, links will track page SSL state" + +#: mod/admin.php:1317 +msgid "Force all links to use SSL" +msgstr "Force all links to use SSL" + +#: mod/admin.php:1318 +msgid "Self-signed certificate, use SSL for local links only (discouraged)" +msgstr "Self-signed certificate, use SSL for local links only (discouraged)" + +#: mod/admin.php:1322 +msgid "Don't check" +msgstr "Don't check" + +#: mod/admin.php:1323 +msgid "check the stable version" +msgstr "check for stable version updates" + +#: mod/admin.php:1324 +msgid "check the development version" +msgstr "check for development version updates" + +#: mod/admin.php:1347 +msgid "Republish users to directory" +msgstr "Republish users to directory" + +#: mod/admin.php:1349 +msgid "File upload" +msgstr "File upload" + +#: mod/admin.php:1350 +msgid "Policies" +msgstr "Policies" + +#: mod/admin.php:1352 +msgid "Auto Discovered Contact Directory" +msgstr "Auto-discovered contact directory" + +#: mod/admin.php:1353 +msgid "Performance" +msgstr "Performance" + +#: mod/admin.php:1354 +msgid "Worker" +msgstr "Worker" + +#: mod/admin.php:1355 +msgid "Message Relay" +msgstr "Message relay" + +#: mod/admin.php:1356 +msgid "" +"Relocate - WARNING: advanced function. Could make this server unreachable." +msgstr "Relocate - Warning, advanced function: This could make this server unreachable." + +#: mod/admin.php:1359 +msgid "Site name" +msgstr "Site name" + +#: mod/admin.php:1360 +msgid "Host name" +msgstr "Host name" + +#: mod/admin.php:1361 +msgid "Sender Email" +msgstr "Sender email" + +#: mod/admin.php:1361 +msgid "" +"The email address your server shall use to send notification emails from." +msgstr "The email address your server shall use to send notification emails from." + +#: mod/admin.php:1362 +msgid "Banner/Logo" +msgstr "Banner/Logo" + +#: mod/admin.php:1363 +msgid "Shortcut icon" +msgstr "Shortcut icon" + +#: mod/admin.php:1363 +msgid "Link to an icon that will be used for browsers." +msgstr "Link to an icon that will be used for browsers." + +#: mod/admin.php:1364 +msgid "Touch icon" +msgstr "Touch icon" + +#: mod/admin.php:1364 +msgid "Link to an icon that will be used for tablets and mobiles." +msgstr "Link to an icon that will be used for tablets and mobiles." + +#: mod/admin.php:1365 +msgid "Additional Info" +msgstr "Additional Info" + +#: mod/admin.php:1365 +#, php-format +msgid "" +"For public servers: you can add additional information here that will be " +"listed at %s/servers." +msgstr "For public servers: You can add additional information here that will be listed at %s/servers." + +#: mod/admin.php:1366 +msgid "System language" +msgstr "System language" + +#: mod/admin.php:1367 +msgid "System theme" +msgstr "System theme" + +#: mod/admin.php:1367 +msgid "" +"Default system theme - may be over-ridden by user profiles - change theme settings" +msgstr "Default system theme - may be overridden by user profiles - change theme settings" + +#: mod/admin.php:1368 +msgid "Mobile system theme" +msgstr "Mobile system theme" + +#: mod/admin.php:1368 +msgid "Theme for mobile devices" +msgstr "Theme for mobile devices" + +#: mod/admin.php:1369 +msgid "SSL link policy" +msgstr "SSL link policy" + +#: mod/admin.php:1369 +msgid "Determines whether generated links should be forced to use SSL" +msgstr "Determines whether generated links should be forced to use SSL" + +#: mod/admin.php:1370 +msgid "Force SSL" +msgstr "Force SSL" + +#: mod/admin.php:1370 +msgid "" +"Force all Non-SSL requests to SSL - Attention: on some systems it could lead" +" to endless loops." +msgstr "Force all Non-SSL requests to SSL - Attention: on some systems it could lead to endless loops." + +#: mod/admin.php:1371 +msgid "Hide help entry from navigation menu" +msgstr "Hide help entry from navigation menu" + +#: mod/admin.php:1371 +msgid "" +"Hides the menu entry for the Help pages from the navigation menu. You can " +"still access it calling /help directly." +msgstr "Hides the menu entry for the Help pages from the navigation menu. Help pages can still be accessed by calling ../help directly via its URL." + +#: mod/admin.php:1372 +msgid "Single user instance" +msgstr "Single user instance" + +#: mod/admin.php:1372 +msgid "Make this instance multi-user or single-user for the named user" +msgstr "Make this instance multi-user or single-user for the named user" + +#: mod/admin.php:1373 +msgid "Maximum image size" +msgstr "Maximum image size" + +#: mod/admin.php:1373 +msgid "" +"Maximum size in bytes of uploaded images. Default is 0, which means no " +"limits." +msgstr "Maximum size in bytes of uploaded images. Default is 0, which means no limits." + +#: mod/admin.php:1374 +msgid "Maximum image length" +msgstr "Maximum image length" + +#: mod/admin.php:1374 +msgid "" +"Maximum length in pixels of the longest side of uploaded images. Default is " +"-1, which means no limits." +msgstr "Maximum length in pixels of the longest side of uploaded images. Default is -1, which means no limits." + +#: mod/admin.php:1375 +msgid "JPEG image quality" +msgstr "JPEG image quality" + +#: mod/admin.php:1375 +msgid "" +"Uploaded JPEGS will be saved at this quality setting [0-100]. Default is " +"100, which is full quality." +msgstr "Uploaded JPEGS will be saved at this quality setting [0-100]. Default is 100, which is the original quality level." + +#: mod/admin.php:1377 +msgid "Register policy" +msgstr "Registration policy" + +#: mod/admin.php:1378 +msgid "Maximum Daily Registrations" +msgstr "Maximum daily registrations" + +#: mod/admin.php:1378 +msgid "" +"If registration is permitted above, this sets the maximum number of new user" +" registrations to accept per day. If register is set to closed, this " +"setting has no effect." +msgstr "If open registration is permitted, this sets the maximum number of new registrations per day. This setting has no effect for registrations by approval." + +#: mod/admin.php:1379 +msgid "Register text" +msgstr "Registration text" + +#: mod/admin.php:1379 +msgid "" +"Will be displayed prominently on the registration page. You can use BBCode " +"here." +msgstr "Will be displayed prominently on the registration page. You may use BBCode here." + +#: mod/admin.php:1380 +msgid "Accounts abandoned after x days" +msgstr "Accounts abandoned after so many days" + +#: mod/admin.php:1380 +msgid "" +"Will not waste system resources polling external sites for abandonded " +"accounts. Enter 0 for no time limit." +msgstr "Will not waste system resources polling external sites for abandoned accounts. Enter 0 for no time limit." + +#: mod/admin.php:1381 +msgid "Allowed friend domains" +msgstr "Allowed friend domains" + +#: mod/admin.php:1381 +msgid "" +"Comma separated list of domains which are allowed to establish friendships " +"with this site. Wildcards are accepted. Empty to allow any domains" +msgstr "Comma separated list of domains which are allowed to establish friendships with this site. Wildcards are accepted. Leave empty to allow any domains" + +#: mod/admin.php:1382 +msgid "Allowed email domains" +msgstr "Allowed email domains" + +#: mod/admin.php:1382 +msgid "" +"Comma separated list of domains which are allowed in email addresses for " +"registrations to this site. Wildcards are accepted. Empty to allow any " +"domains" +msgstr "Comma separated list of domains which are allowed in email addresses for registrations to this site. Wildcards are accepted. Leave empty to allow any domains" + +#: mod/admin.php:1383 +msgid "No OEmbed rich content" +msgstr "No OEmbed rich content" + +#: mod/admin.php:1383 +msgid "" +"Don't show the rich content (e.g. embedded PDF), except from the domains " +"listed below." +msgstr "Don't show rich content (e.g. embedded PDF), except from the domains listed below." + +#: mod/admin.php:1384 +msgid "Allowed OEmbed domains" +msgstr "Allowed OEmbed domains" + +#: mod/admin.php:1384 +msgid "" +"Comma separated list of domains which oembed content is allowed to be " +"displayed. Wildcards are accepted." +msgstr "Comma separated list of domains from where OEmbed content is allowed. Wildcards are possible." + +#: mod/admin.php:1385 +msgid "Block public" +msgstr "Block public" + +#: mod/admin.php:1385 +msgid "" +"Check to block public access to all otherwise public personal pages on this " +"site unless you are currently logged in." +msgstr "Block public access to all otherwise public personal pages on this site, except for local users when logged in." + +#: mod/admin.php:1386 +msgid "Force publish" +msgstr "Mandatory directory listing" + +#: mod/admin.php:1386 +msgid "" +"Check to force all profiles on this site to be listed in the site directory." +msgstr "Force all profiles on this site to be listed in the site directory." + +#: mod/admin.php:1387 +msgid "Global directory URL" +msgstr "Global directory URL" + +#: mod/admin.php:1387 +msgid "" +"URL to the global directory. If this is not set, the global directory is " +"completely unavailable to the application." +msgstr "URL to the global directory: If this is not set, the global directory is completely unavailable to the application." + +#: mod/admin.php:1388 +msgid "Private posts by default for new users" +msgstr "Private posts by default for new users" + +#: mod/admin.php:1388 +msgid "" +"Set default post permissions for all new members to the default privacy " +"group rather than public." +msgstr "Set default post permissions for all new members to the default privacy group rather than public." + +#: mod/admin.php:1389 +msgid "Don't include post content in email notifications" +msgstr "Don't include post content in email notifications" + +#: mod/admin.php:1389 +msgid "" +"Don't include the content of a post/comment/private message/etc. in the " +"email notifications that are sent out from this site, as a privacy measure." +msgstr "Don't include the content of a post/comment/private message in the email notifications sent from this site, as a privacy measure." + +#: mod/admin.php:1390 +msgid "Disallow public access to addons listed in the apps menu." +msgstr "Disallow public access to addons listed in the apps menu." + +#: mod/admin.php:1390 +msgid "" +"Checking this box will restrict addons listed in the apps menu to members " +"only." +msgstr "Checking this box will restrict addons listed in the apps menu to members only." + +#: mod/admin.php:1391 +msgid "Don't embed private images in posts" +msgstr "Don't embed private images in posts" + +#: mod/admin.php:1391 +msgid "" +"Don't replace locally-hosted private photos in posts with an embedded copy " +"of the image. This means that contacts who receive posts containing private " +"photos will have to authenticate and load each image, which may take a " +"while." +msgstr "Don't replace locally-hosted private photos in posts with an embedded copy of the image. This means that contacts who receive posts containing private photos will have to authenticate and load each image, which may take a while." + +#: mod/admin.php:1392 +msgid "Allow Users to set remote_self" +msgstr "Allow users to set \"Remote self\"" + +#: mod/admin.php:1392 +msgid "" +"With checking this, every user is allowed to mark every contact as a " +"remote_self in the repair contact dialog. Setting this flag on a contact " +"causes mirroring every posting of that contact in the users stream." +msgstr "This allows every user to mark contacts as a \"Remote self\" in the repair contact dialogue. Setting this flag on a contact will mirror every posting of that contact in the users stream." + +#: mod/admin.php:1393 +msgid "Block multiple registrations" +msgstr "Block multiple registrations" + +#: mod/admin.php:1393 +msgid "Disallow users to register additional accounts for use as pages." +msgstr "Disallow users to sign up for additional accounts." + +#: mod/admin.php:1394 +msgid "OpenID support" +msgstr "OpenID support" + +#: mod/admin.php:1394 +msgid "OpenID support for registration and logins." +msgstr "OpenID support for registration and logins." + +#: mod/admin.php:1395 +msgid "Fullname check" +msgstr "Full name check" + +#: mod/admin.php:1395 +msgid "" +"Force users to register with a space between firstname and lastname in Full " +"name, as an antispam measure" +msgstr "Force users to sign up with a space between first name and last name in the full name field; it may reduce spam and abuse registrations." + +#: mod/admin.php:1396 +msgid "Community pages for visitors" +msgstr "Community pages for visitors" + +#: mod/admin.php:1396 +msgid "" +"Which community pages should be available for visitors. Local users always " +"see both pages." +msgstr "Which community pages should be available for visitors. Local users always see both pages." + +#: mod/admin.php:1397 +msgid "Posts per user on community page" +msgstr "Posts per user on community page" + +#: mod/admin.php:1397 +msgid "" +"The maximum number of posts per user on the community page. (Not valid for " +"'Global Community')" +msgstr "Maximum number of posts per user on the community page (not valid for 'Global Community')." + +#: mod/admin.php:1398 +msgid "Enable OStatus support" +msgstr "Enable OStatus support" + +#: mod/admin.php:1398 +msgid "" +"Provide built-in OStatus (StatusNet, GNU Social etc.) compatibility. All " +"communications in OStatus are public, so privacy warnings will be " +"occasionally displayed." +msgstr "Provide built-in OStatus (StatusNet, GNU Social, etc.) compatibility. All communications in OStatus are public, so privacy warnings will be occasionally displayed." + +#: mod/admin.php:1399 +msgid "Only import OStatus threads from our contacts" +msgstr "Only import OStatus threads from known contacts" + +#: mod/admin.php:1399 +msgid "" +"Normally we import every content from our OStatus contacts. With this option" +" we only store threads that are started by a contact that is known on our " +"system." +msgstr "Normally we import every content from our OStatus contacts. With this option we only store threads that are started by a contact that is known on our system." + +#: mod/admin.php:1400 +msgid "OStatus support can only be enabled if threading is enabled." +msgstr "OStatus support can only be enabled if threading is enabled." + +#: mod/admin.php:1402 +msgid "" +"Diaspora support can't be enabled because Friendica was installed into a sub" +" directory." +msgstr "Diaspora support can't be enabled because Friendica was installed into a sub directory." + +#: mod/admin.php:1403 +msgid "Enable Diaspora support" +msgstr "Enable Diaspora support" + +#: mod/admin.php:1403 +msgid "Provide built-in Diaspora network compatibility." +msgstr "Provide built-in Diaspora network compatibility." + +#: mod/admin.php:1404 +msgid "Only allow Friendica contacts" +msgstr "Only allow Friendica contacts" + +#: mod/admin.php:1404 +msgid "" +"All contacts must use Friendica protocols. All other built-in communication " +"protocols disabled." +msgstr "All contacts must use Friendica protocols. All other built-in communication protocols will be disabled." + +#: mod/admin.php:1405 +msgid "Verify SSL" +msgstr "Verify SSL" + +#: mod/admin.php:1405 +msgid "" +"If you wish, you can turn on strict certificate checking. This will mean you" +" cannot connect (at all) to self-signed SSL sites." +msgstr "If you wish, you can turn on strict certificate checking. This will mean you cannot connect (at all) to self-signed SSL sites." + +#: mod/admin.php:1406 +msgid "Proxy user" +msgstr "Proxy user" + +#: mod/admin.php:1407 +msgid "Proxy URL" +msgstr "Proxy URL" + +#: mod/admin.php:1408 +msgid "Network timeout" +msgstr "Network timeout" + +#: mod/admin.php:1408 +msgid "Value is in seconds. Set to 0 for unlimited (not recommended)." +msgstr "Value is in seconds. Set to 0 for unlimited (not recommended)." + +#: mod/admin.php:1409 +msgid "Maximum Load Average" +msgstr "Maximum load average" + +#: mod/admin.php:1409 +msgid "" +"Maximum system load before delivery and poll processes are deferred - " +"default 50." +msgstr "Maximum system load before delivery and poll processes are deferred (default 50)." + +#: mod/admin.php:1410 +msgid "Maximum Load Average (Frontend)" +msgstr "Maximum load average (frontend)" + +#: mod/admin.php:1410 +msgid "Maximum system load before the frontend quits service - default 50." +msgstr "Maximum system load before the frontend quits service (default 50)." + +#: mod/admin.php:1411 +msgid "Minimal Memory" +msgstr "Minimal memory" + +#: mod/admin.php:1411 +msgid "" +"Minimal free memory in MB for the worker. Needs access to /proc/meminfo - " +"default 0 (deactivated)." +msgstr "Minimal free memory in MB for the worker. Needs access to /proc/meminfo - default 0 (deactivated)." + +#: mod/admin.php:1412 +msgid "Maximum table size for optimization" +msgstr "Maximum table size for optimization" + +#: mod/admin.php:1412 +msgid "" +"Maximum table size (in MB) for the automatic optimization - default 100 MB. " +"Enter -1 to disable it." +msgstr "Maximum table size (in MB) for the automatic optimization (default 100 MB; -1 to deactivate)." + +#: mod/admin.php:1413 +msgid "Minimum level of fragmentation" +msgstr "Minimum level of fragmentation" + +#: mod/admin.php:1413 +msgid "" +"Minimum fragmenation level to start the automatic optimization - default " +"value is 30%." +msgstr "Minimum fragmentation level to start the automatic optimization (default 30%)." + +#: mod/admin.php:1415 +msgid "Periodical check of global contacts" +msgstr "Periodical check of global contacts" + +#: mod/admin.php:1415 +msgid "" +"If enabled, the global contacts are checked periodically for missing or " +"outdated data and the vitality of the contacts and servers." +msgstr "This checks global contacts periodically for missing or outdated data and the vitality of the contacts and servers." + +#: mod/admin.php:1416 +msgid "Days between requery" +msgstr "Days between enquiry" + +#: mod/admin.php:1416 +msgid "Number of days after which a server is requeried for his contacts." +msgstr "Number of days after which a server is required check contacts." + +#: mod/admin.php:1417 +msgid "Discover contacts from other servers" +msgstr "Discover contacts from other servers" + +#: mod/admin.php:1417 +msgid "" +"Periodically query other servers for contacts. You can choose between " +"'users': the users on the remote system, 'Global Contacts': active contacts " +"that are known on the system. The fallback is meant for Redmatrix servers " +"and older friendica servers, where global contacts weren't available. The " +"fallback increases the server load, so the recommened setting is 'Users, " +"Global Contacts'." +msgstr "Periodically query other servers for contacts. You can choose between 'Users': the users on the remote system, 'Global Contacts': active contacts that are known on the system. The fallback is meant for Redmatrix servers and older Friendica servers, where global contacts weren't available. The fallback increases the server load, so the recommend setting is 'Users, Global Contacts'." + +#: mod/admin.php:1418 +msgid "Timeframe for fetching global contacts" +msgstr "Time-frame for fetching global contacts" + +#: mod/admin.php:1418 +msgid "" +"When the discovery is activated, this value defines the timeframe for the " +"activity of the global contacts that are fetched from other servers." +msgstr "If discovery is activated, this value defines the time-frame for the activity of the global contacts that are fetched from other servers." + +#: mod/admin.php:1419 +msgid "Search the local directory" +msgstr "Search the local directory" + +#: mod/admin.php:1419 +msgid "" +"Search the local directory instead of the global directory. When searching " +"locally, every search will be executed on the global directory in the " +"background. This improves the search results when the search is repeated." +msgstr "Search the local directory instead of the global directory. When searching locally, every search will be executed on the global directory in the background. This improves the search results when the search is repeated." + +#: mod/admin.php:1421 +msgid "Publish server information" +msgstr "Publish server information" + +#: mod/admin.php:1421 +msgid "" +"If enabled, general server and usage data will be published. The data " +"contains the name and version of the server, number of users with public " +"profiles, number of posts and the activated protocols and connectors. See the-federation.info for details." +msgstr "This publishes generic data about the server and its usage. The data contains the name and version of the server, number of users with public profiles, number of posts and the activated protocols and connectors. See the-federation.info for details." + +#: mod/admin.php:1423 +msgid "Check upstream version" +msgstr "Check upstream version" + +#: mod/admin.php:1423 +msgid "" +"Enables checking for new Friendica versions at github. If there is a new " +"version, you will be informed in the admin panel overview." +msgstr "Enables checking for new Friendica versions at github. If there is a new version, you will be informed in the admin panel overview." + +#: mod/admin.php:1424 +msgid "Suppress Tags" +msgstr "Suppress tags" + +#: mod/admin.php:1424 +msgid "Suppress showing a list of hashtags at the end of the posting." +msgstr "Suppress listed hashtags at the end of posts." + +#: mod/admin.php:1425 +msgid "Path to item cache" +msgstr "Path to item cache" + +#: mod/admin.php:1425 +msgid "The item caches buffers generated bbcode and external images." +msgstr "The item caches buffers generated bbcode and external images." + +#: mod/admin.php:1426 +msgid "Cache duration in seconds" +msgstr "Cache duration in seconds" + +#: mod/admin.php:1426 +msgid "" +"How long should the cache files be hold? Default value is 86400 seconds (One" +" day). To disable the item cache, set the value to -1." +msgstr "How long should cache files be held? (Default 86400 seconds - one day; -1 disables item cache)" + +#: mod/admin.php:1427 +msgid "Maximum numbers of comments per post" +msgstr "Maximum numbers of comments per post" + +#: mod/admin.php:1427 +msgid "How much comments should be shown for each post? Default value is 100." +msgstr "How many comments should be shown for each post? (Default 100)" + +#: mod/admin.php:1428 +msgid "Temp path" +msgstr "Temp path" + +#: mod/admin.php:1428 +msgid "" +"If you have a restricted system where the webserver can't access the system " +"temp path, enter another path here." +msgstr "Enter a different tmp path, if your system restricts the webserver's access to the system temp path." + +#: mod/admin.php:1429 +msgid "Base path to installation" +msgstr "Base path to installation" + +#: mod/admin.php:1429 +msgid "" +"If the system cannot detect the correct path to your installation, enter the" +" correct path here. This setting should only be set if you are using a " +"restricted system and symbolic links to your webroot." +msgstr "If the system cannot detect the correct path to your installation, enter the correct path here. This setting should only be set if you are using a restricted system and symbolic links to your webroot." + +#: mod/admin.php:1430 +msgid "Disable picture proxy" +msgstr "Disable picture proxy" + +#: mod/admin.php:1430 +msgid "" +"The picture proxy increases performance and privacy. It shouldn't be used on" +" systems with very low bandwith." +msgstr "The picture proxy increases performance and privacy. It shouldn't be used on systems with very low bandwith." + +#: mod/admin.php:1431 +msgid "Only search in tags" +msgstr "Only search in tags" + +#: mod/admin.php:1431 +msgid "On large systems the text search can slow down the system extremely." +msgstr "On large systems the text search can slow down the system significantly." + +#: mod/admin.php:1433 +msgid "New base url" +msgstr "New base URL" + +#: mod/admin.php:1433 +msgid "" +"Change base url for this server. Sends relocate message to all Friendica and" +" Diaspora* contacts of all users." +msgstr "Change base url for this server. Sends relocate message to all Friendica and Diaspora* contacts of all users." + +#: mod/admin.php:1435 +msgid "RINO Encryption" +msgstr "RINO Encryption" + +#: mod/admin.php:1435 +msgid "Encryption layer between nodes." +msgstr "Encryption layer between nodes." + +#: mod/admin.php:1435 +msgid "Enabled" +msgstr "Enabled" + +#: mod/admin.php:1437 +msgid "Maximum number of parallel workers" +msgstr "Maximum number of parallel workers" + +#: mod/admin.php:1437 +msgid "" +"On shared hosters set this to 2. On larger systems, values of 10 are great. " +"Default value is 4." +msgstr "On shared hosts set this to 2. On larger systems, values of 10 are great. Default value is 4." + +#: mod/admin.php:1438 +msgid "Don't use 'proc_open' with the worker" +msgstr "Don't use 'proc_open' with the worker" + +#: mod/admin.php:1438 +msgid "" +"Enable this if your system doesn't allow the use of 'proc_open'. This can " +"happen on shared hosters. If this is enabled you should increase the " +"frequency of worker calls in your crontab." +msgstr "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." + +#: mod/admin.php:1439 +msgid "Enable fastlane" +msgstr "Enable fast-lane" + +#: mod/admin.php:1439 +msgid "" +"When enabed, the fastlane mechanism starts an additional worker if processes" +" with higher priority are blocked by processes of lower priority." +msgstr "The fast-lane mechanism starts an additional worker if processes with higher priority are blocked by processes of lower priority." + +#: mod/admin.php:1440 +msgid "Enable frontend worker" +msgstr "Enable frontend worker" + +#: mod/admin.php:1440 +#, php-format +msgid "" +"When enabled the Worker process is triggered when backend access is " +"performed \\x28e.g. messages being delivered\\x29. On smaller sites you " +"might want to call %s/worker on a regular basis via an external cron job. " +"You should only enable this option if you cannot utilize cron/scheduled jobs" +" on your server." +msgstr "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." + +#: mod/admin.php:1442 +msgid "Subscribe to relay" +msgstr "Subscribe to relay" + +#: mod/admin.php:1442 +msgid "" +"Enables the receiving of public posts from the relay. They will be included " +"in the search, subscribed tags and on the global community page." +msgstr "Receive public posts from the specified relay. Post will be included in searches, subscribed tags and on the global community page." + +#: mod/admin.php:1443 +msgid "Relay server" +msgstr "Relay server" + +#: mod/admin.php:1443 +msgid "" +"Address of the relay server where public posts should be send to. For " +"example https://relay.diasp.org" +msgstr "Address of the relay server where public posts should be send to. For example https://relay.diasp.org" + +#: mod/admin.php:1444 +msgid "Direct relay transfer" +msgstr "Direct relay transfer" + +#: mod/admin.php:1444 +msgid "" +"Enables the direct transfer to other servers without using the relay servers" +msgstr "Enables direct transfer to other servers without using a relay server." + +#: mod/admin.php:1445 +msgid "Relay scope" +msgstr "Relay scope" + +#: mod/admin.php:1445 +msgid "" +"Can be 'all' or 'tags'. 'all' means that every public post should be " +"received. 'tags' means that only posts with selected tags should be " +"received." +msgstr "Set to 'all' or 'tags'. 'all' means receive every public post; 'tags' receive public posts only with specified tags." + +#: mod/admin.php:1445 +msgid "all" +msgstr "all" + +#: mod/admin.php:1445 +msgid "tags" +msgstr "tags" + +#: mod/admin.php:1446 +msgid "Server tags" +msgstr "Server tags" + +#: mod/admin.php:1446 +msgid "Comma separated list of tags for the 'tags' subscription." +msgstr "Comma separated tags for subscription." + +#: mod/admin.php:1447 +msgid "Allow user tags" +msgstr "Allow user tags" + +#: mod/admin.php:1447 +msgid "" +"If enabled, the tags from the saved searches will used for the 'tags' " +"subscription in addition to the 'relay_server_tags'." +msgstr "Use user-generated tags from saved searches for 'tags' subscription in addition to 'relay_server_tags'." + +#: mod/admin.php:1475 +msgid "Update has been marked successful" +msgstr "Update has been marked successful" + +#: mod/admin.php:1482 +#, php-format +msgid "Database structure update %s was successfully applied." +msgstr "Database structure update %s was successfully applied." + +#: mod/admin.php:1485 +#, php-format +msgid "Executing of database structure update %s failed with error: %s" +msgstr "Executing of database structure update %s failed with error: %s" + +#: mod/admin.php:1498 +#, php-format +msgid "Executing %s failed with error: %s" +msgstr "Executing %s failed with error: %s" + +#: mod/admin.php:1500 +#, php-format +msgid "Update %s was successfully applied." +msgstr "Update %s was successfully applied." + +#: mod/admin.php:1503 +#, php-format +msgid "Update %s did not return a status. Unknown if it succeeded." +msgstr "Update %s did not return a status. Unknown if it succeeded." + +#: mod/admin.php:1506 +#, php-format +msgid "There was no additional update function %s that needed to be called." +msgstr "There was no additional update function %s that needed to be called." + +#: mod/admin.php:1526 +msgid "No failed updates." +msgstr "No failed updates." + +#: mod/admin.php:1527 +msgid "Check database structure" +msgstr "Check database structure" + +#: mod/admin.php:1532 +msgid "Failed Updates" +msgstr "Failed updates" + +#: mod/admin.php:1533 +msgid "" +"This does not include updates prior to 1139, which did not return a status." +msgstr "This does not include updates prior to 1139, which did not return a status." + +#: mod/admin.php:1534 +msgid "Mark success (if update was manually applied)" +msgstr "Mark success (if update was manually applied)" + +#: mod/admin.php:1535 +msgid "Attempt to execute this update step automatically" +msgstr "Attempt to execute this update step automatically" + +#: mod/admin.php:1574 +#, php-format +msgid "" +"\n" +"\t\t\tDear %1$s,\n" +"\t\t\t\tthe administrator of %2$s has set up an account for you." +msgstr "\n\t\t\tDear %1$s,\n\t\t\t\tThe administrator of %2$s has set up an account for you." + +#: mod/admin.php:1577 +#, php-format +msgid "" +"\n" +"\t\t\tThe login details are as follows:\n" +"\n" +"\t\t\tSite Location:\t%1$s\n" +"\t\t\tLogin Name:\t\t%2$s\n" +"\t\t\tPassword:\t\t%3$s\n" +"\n" +"\t\t\tYou may change your password from your account \"Settings\" page after logging\n" +"\t\t\tin.\n" +"\n" +"\t\t\tPlease take a few moments to review the other account settings on that page.\n" +"\n" +"\t\t\tYou may also wish to add some basic information to your default profile\n" +"\t\t\t(on the \"Profiles\" page) so that other people can easily find you.\n" +"\n" +"\t\t\tWe recommend setting your full name, adding a profile photo,\n" +"\t\t\tadding some profile \"keywords\" (very useful in making new friends) - and\n" +"\t\t\tperhaps what country you live in; if you do not wish to be more specific\n" +"\t\t\tthan that.\n" +"\n" +"\t\t\tWe fully respect your right to privacy, and none of these items are necessary.\n" +"\t\t\tIf you are new and do not know anybody here, they may help\n" +"\t\t\tyou to make some new and interesting friends.\n" +"\n" +"\t\t\tIf you ever want to delete your account, you can do so at %1$s/removeme\n" +"\n" +"\t\t\tThank you and welcome to %4$s." +msgstr "\n\t\t\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." + +#: mod/admin.php:1611 src/Model/User.php:649 +#, php-format +msgid "Registration details for %s" +msgstr "Registration details for %s" + +#: mod/admin.php:1621 +#, php-format +msgid "%s user blocked/unblocked" +msgid_plural "%s users blocked/unblocked" +msgstr[0] "%s user blocked/unblocked" +msgstr[1] "%s users blocked/unblocked" + +#: mod/admin.php:1627 +#, php-format +msgid "%s user deleted" +msgid_plural "%s users deleted" +msgstr[0] "%s user deleted" +msgstr[1] "%s users deleted" + +#: mod/admin.php:1674 +#, php-format +msgid "User '%s' deleted" +msgstr "User '%s' deleted" + +#: mod/admin.php:1682 +#, php-format +msgid "User '%s' unblocked" +msgstr "User '%s' unblocked" + +#: mod/admin.php:1682 +#, php-format +msgid "User '%s' blocked" +msgstr "User '%s' blocked" + +#: mod/admin.php:1781 mod/admin.php:1793 mod/admin.php:1806 mod/admin.php:1824 +#: src/Content/ContactSelector.php:82 +msgid "Email" +msgstr "Email" + +#: mod/admin.php:1781 mod/admin.php:1806 +msgid "Register date" +msgstr "Registration date" + +#: mod/admin.php:1781 mod/admin.php:1806 +msgid "Last login" +msgstr "Last login" + +#: mod/admin.php:1781 mod/admin.php:1806 +msgid "Last item" +msgstr "Last item" + +#: mod/admin.php:1781 mod/settings.php:55 +msgid "Account" +msgstr "Account" + +#: mod/admin.php:1789 +msgid "Add User" +msgstr "Add user" + +#: mod/admin.php:1791 +msgid "User registrations waiting for confirm" +msgstr "User registrations awaiting confirmation" + +#: mod/admin.php:1792 +msgid "User waiting for permanent deletion" +msgstr "User awaiting permanent deletion" + +#: mod/admin.php:1793 +msgid "Request date" +msgstr "Request date" + +#: mod/admin.php:1794 +msgid "No registrations." +msgstr "No registrations." + +#: mod/admin.php:1795 +msgid "Note from the user" +msgstr "Note from the user" + +#: mod/admin.php:1797 +msgid "Deny" +msgstr "Deny" + +#: mod/admin.php:1801 +msgid "Site admin" +msgstr "Site admin" + +#: mod/admin.php:1802 +msgid "Account expired" +msgstr "Account expired" + +#: mod/admin.php:1805 +msgid "New User" +msgstr "New user" + +#: mod/admin.php:1806 +msgid "Deleted since" +msgstr "Deleted since" + +#: mod/admin.php:1811 +msgid "" +"Selected users will be deleted!\\n\\nEverything these users had posted on " +"this site will be permanently deleted!\\n\\nAre you sure?" +msgstr "Selected users will be deleted!\\n\\nEverything these users has posted on this site will be permanently deleted!\\n\\nAre you sure?" + +#: mod/admin.php:1812 +msgid "" +"The user {0} will be deleted!\\n\\nEverything this user has posted on this " +"site will be permanently deleted!\\n\\nAre you sure?" +msgstr "The user {0} will be deleted!\\n\\nEverything this user has posted on this site will be permanently deleted!\\n\\nAre you sure?" + +#: mod/admin.php:1822 +msgid "Name of the new user." +msgstr "Name of the new user." + +#: mod/admin.php:1823 +msgid "Nickname" +msgstr "Nickname" + +#: mod/admin.php:1823 +msgid "Nickname of the new user." +msgstr "Nickname of the new user." + +#: mod/admin.php:1824 +msgid "Email address of the new user." +msgstr "Email address of the new user." + +#: mod/admin.php:1866 +#, php-format +msgid "Addon %s disabled." +msgstr "Addon %s disabled." + +#: mod/admin.php:1870 +#, php-format +msgid "Addon %s enabled." +msgstr "Addon %s enabled." + +#: mod/admin.php:1880 mod/admin.php:2129 +msgid "Disable" +msgstr "Disable" + +#: mod/admin.php:1883 mod/admin.php:2132 +msgid "Enable" +msgstr "Enable" + +#: mod/admin.php:1905 mod/admin.php:2174 +msgid "Toggle" +msgstr "Toggle" + +#: mod/admin.php:1913 mod/admin.php:2183 +msgid "Author: " +msgstr "Author: " + +#: mod/admin.php:1914 mod/admin.php:2184 +msgid "Maintainer: " +msgstr "Maintainer: " + +#: mod/admin.php:1966 +msgid "Reload active addons" +msgstr "Reload active addons" + +#: mod/admin.php:1971 +#, php-format +msgid "" +"There are currently no addons available on your node. You can find the " +"official addon repository at %1$s and might find other interesting addons in" +" the open addon registry at %2$s" +msgstr "There are currently no addons available on your node. You can find the official addon repository at %1$s and might find other interesting addons in the open addon registry at %2$s" + +#: mod/admin.php:2091 +msgid "No themes found." +msgstr "No themes found." + +#: mod/admin.php:2165 +msgid "Screenshot" +msgstr "Screenshot" + +#: mod/admin.php:2219 +msgid "Reload active themes" +msgstr "Reload active themes" + +#: mod/admin.php:2224 +#, php-format +msgid "No themes found on the system. They should be placed in %1$s" +msgstr "No themes found on the system. They should be placed in %1$s" + +#: mod/admin.php:2225 +msgid "[Experimental]" +msgstr "[Experimental]" + +#: mod/admin.php:2226 +msgid "[Unsupported]" +msgstr "[Unsupported]" + +#: mod/admin.php:2250 +msgid "Log settings updated." +msgstr "Log settings updated." + +#: mod/admin.php:2282 +msgid "PHP log currently enabled." +msgstr "PHP log currently enabled." + +#: mod/admin.php:2284 +msgid "PHP log currently disabled." +msgstr "PHP log currently disabled." + +#: mod/admin.php:2293 +msgid "Clear" +msgstr "Clear" + +#: mod/admin.php:2297 +msgid "Enable Debugging" +msgstr "Enable debugging" + +#: mod/admin.php:2298 +msgid "Log file" +msgstr "Log file" + +#: mod/admin.php:2298 +msgid "" +"Must be writable by web server. Relative to your Friendica top-level " +"directory." +msgstr "Must be writable by web server and relative to your Friendica top-level directory." + +#: mod/admin.php:2299 +msgid "Log level" +msgstr "Log level" + +#: mod/admin.php:2301 +msgid "PHP logging" +msgstr "PHP logging" + +#: mod/admin.php:2302 +msgid "" +"To enable logging of PHP errors and warnings you can add the following to " +"the .htconfig.php file of your installation. The filename set in the " +"'error_log' line is relative to the friendica top-level directory and must " +"be writeable by the web server. The option '1' for 'log_errors' and " +"'display_errors' is to enable these options, set to '0' to disable them." +msgstr "To enable logging of PHP errors and warnings you can add the following to the .htconfig.php file of your installation. The file name set in the 'error_log' line is relative to the Friendica top-level directory and must be writeable by the web server. The option '1' for 'log_errors' and 'display_errors' is to enable these options, set to '0' to disable them." + +#: mod/admin.php:2333 +#, php-format +msgid "" +"Error trying to open %1$s log file.\\r\\n
    Check to see " +"if file %1$s exist and is readable." +msgstr "Error trying to open %1$s log file.\\r\\n
    Check to see if file %1$s exist and is readable." + +#: mod/admin.php:2337 +#, php-format +msgid "" +"Couldn't open %1$s log file.\\r\\n
    Check to see if file" +" %1$s is readable." +msgstr "Couldn't open %1$s log file.\\r\\n
    Check if file %1$s is readable." + +#: mod/admin.php:2428 mod/admin.php:2429 mod/settings.php:775 +msgid "Off" +msgstr "Off" + +#: mod/admin.php:2428 mod/admin.php:2429 mod/settings.php:775 +msgid "On" +msgstr "On" + +#: mod/admin.php:2429 +#, php-format +msgid "Lock feature %s" +msgstr "Lock feature %s" + +#: mod/admin.php:2437 +msgid "Manage Additional Features" +msgstr "Manage additional features" + +#: mod/settings.php:72 msgid "Display" msgstr "Display" -#: mod/settings.php:78 mod/settings.php:845 +#: mod/settings.php:79 mod/settings.php:842 msgid "Social Networks" msgstr "Social networks" -#: mod/settings.php:92 src/Content/Nav.php:204 +#: mod/settings.php:93 src/Content/Nav.php:204 msgid "Delegations" msgstr "Delegations" -#: mod/settings.php:99 +#: mod/settings.php:100 msgid "Connected apps" msgstr "Connected apps" -#: mod/settings.php:113 +#: mod/settings.php:114 msgid "Remove account" msgstr "Remove account" -#: mod/settings.php:167 +#: mod/settings.php:168 msgid "Missing some important data!" msgstr "Missing some important data!" -#: mod/settings.php:278 +#: mod/settings.php:279 msgid "Failed to connect with email account using the settings provided." msgstr "Failed to connect with email account using the settings provided." -#: mod/settings.php:283 +#: mod/settings.php:284 msgid "Email settings updated." msgstr "Email settings updated." -#: mod/settings.php:299 +#: mod/settings.php:300 msgid "Features updated" msgstr "Features updated" -#: mod/settings.php:371 +#: mod/settings.php:372 msgid "Relocate message has been send to your contacts" msgstr "Relocate message has been send to your contacts" -#: mod/settings.php:383 src/Model/User.php:310 +#: mod/settings.php:384 src/Model/User.php:325 msgid "Passwords do not match. Password unchanged." msgstr "Passwords do not match. Password unchanged." -#: mod/settings.php:388 +#: mod/settings.php:389 msgid "Empty passwords are not allowed. Password unchanged." msgstr "Empty passwords are not allowed. Password unchanged." -#: mod/settings.php:394 +#: mod/settings.php:394 src/Core/Console/NewPassword.php:78 +msgid "" +"The new password has been exposed in a public data dump, please choose " +"another." +msgstr "The new password has been exposed in a public data dump; please choose another." + +#: mod/settings.php:400 msgid "Wrong password." msgstr "Wrong password." -#: mod/settings.php:401 +#: mod/settings.php:407 src/Core/Console/NewPassword.php:85 msgid "Password changed." msgstr "Password changed." -#: mod/settings.php:403 +#: mod/settings.php:409 src/Core/Console/NewPassword.php:82 msgid "Password update failed. Please try again." msgstr "Password update failed. Please try again." -#: mod/settings.php:493 +#: mod/settings.php:496 msgid " Please use a shorter name." msgstr " Please use a shorter name." -#: mod/settings.php:496 +#: mod/settings.php:499 msgid " Name too short." msgstr " Name too short." -#: mod/settings.php:504 +#: mod/settings.php:507 msgid "Wrong Password" msgstr "Wrong password" -#: mod/settings.php:509 +#: mod/settings.php:512 msgid "Invalid email." -msgstr "" +msgstr "Invalid email." -#: mod/settings.php:516 +#: mod/settings.php:519 msgid "Cannot change to that email." -msgstr "" +msgstr "Cannot change to that email." -#: mod/settings.php:569 +#: mod/settings.php:572 msgid "Private forum has no privacy permissions. Using default privacy group." msgstr "Private forum has no privacy permissions. Using default privacy group." -#: mod/settings.php:572 +#: mod/settings.php:575 msgid "Private forum has no privacy permissions and no default privacy group." msgstr "Private forum has no privacy permissions and no default privacy group." -#: mod/settings.php:612 +#: mod/settings.php:615 msgid "Settings updated." msgstr "Settings updated." -#: mod/settings.php:678 mod/settings.php:704 mod/settings.php:740 +#: mod/settings.php:674 mod/settings.php:700 mod/settings.php:736 msgid "Add application" msgstr "Add application" -#: mod/settings.php:682 mod/settings.php:708 +#: mod/settings.php:678 mod/settings.php:704 msgid "Consumer Key" msgstr "Consumer key" -#: mod/settings.php:683 mod/settings.php:709 +#: mod/settings.php:679 mod/settings.php:705 msgid "Consumer Secret" msgstr "Consumer secret" -#: mod/settings.php:684 mod/settings.php:710 +#: mod/settings.php:680 mod/settings.php:706 msgid "Redirect" msgstr "Redirect" -#: mod/settings.php:685 mod/settings.php:711 +#: mod/settings.php:681 mod/settings.php:707 msgid "Icon url" msgstr "Icon URL" -#: mod/settings.php:696 +#: mod/settings.php:692 msgid "You can't edit this application." msgstr "You cannot edit this application." -#: mod/settings.php:739 +#: mod/settings.php:735 msgid "Connected Apps" msgstr "Connected Apps" -#: mod/settings.php:741 src/Object/Post.php:154 src/Object/Post.php:156 +#: mod/settings.php:737 src/Object/Post.php:155 src/Object/Post.php:157 msgid "Edit" msgstr "Edit" -#: mod/settings.php:743 +#: mod/settings.php:739 msgid "Client key starts with" msgstr "Client key starts with" -#: mod/settings.php:744 +#: mod/settings.php:740 msgid "No name" msgstr "No name" -#: mod/settings.php:745 +#: mod/settings.php:741 msgid "Remove authorization" msgstr "Remove authorization" -#: mod/settings.php:756 +#: mod/settings.php:752 msgid "No Addon settings configured" -msgstr "" +msgstr "No addon settings configured" -#: mod/settings.php:765 +#: mod/settings.php:761 msgid "Addon Settings" -msgstr "" +msgstr "Addon Settings" -#: mod/settings.php:786 +#: mod/settings.php:782 msgid "Additional Features" msgstr "Additional Features" -#: mod/settings.php:808 src/Content/ContactSelector.php:83 +#: mod/settings.php:805 src/Content/ContactSelector.php:83 msgid "Diaspora" msgstr "Diaspora" -#: mod/settings.php:808 mod/settings.php:809 +#: mod/settings.php:805 mod/settings.php:806 msgid "enabled" msgstr "enabled" -#: mod/settings.php:808 mod/settings.php:809 +#: mod/settings.php:805 mod/settings.php:806 msgid "disabled" msgstr "disabled" -#: mod/settings.php:808 mod/settings.php:809 +#: mod/settings.php:805 mod/settings.php:806 #, php-format msgid "Built-in support for %s connectivity is %s" msgstr "Built-in support for %s connectivity is %s" -#: mod/settings.php:809 +#: mod/settings.php:806 msgid "GNU Social (OStatus)" msgstr "GNU Social (OStatus)" -#: mod/settings.php:840 +#: mod/settings.php:837 msgid "Email access is disabled on this site." msgstr "Email access is disabled on this site." -#: mod/settings.php:850 +#: mod/settings.php:847 msgid "General Social Media Settings" msgstr "General Social Media Settings" -#: mod/settings.php:851 +#: mod/settings.php:848 +msgid "Disable Content Warning" +msgstr "Disable content warning" + +#: mod/settings.php:848 +msgid "" +"Users on networks like Mastodon or Pleroma are able to set a content warning" +" field which collapse their post by default. This disables the automatic " +"collapsing and sets the content warning as the post title. Doesn't affect " +"any other content filtering you eventually set up." +msgstr "Users on networks like Mastodon or Pleroma are able to set a content warning field which collapses their post by default. This disables the automatic collapsing and sets the content warning as the post title. It doesn't affect any other content filtering you may set up." + +#: mod/settings.php:849 msgid "Disable intelligent shortening" msgstr "Disable intelligent shortening" -#: mod/settings.php:851 +#: mod/settings.php:849 msgid "" "Normally the system tries to find the best link to add to shortened posts. " "If this option is enabled then every shortened post will always point to the" " original friendica post." msgstr "Normally the system tries to find the best link to add to shortened posts. If this option is enabled then every shortened post will always point to the original Friendica post." -#: mod/settings.php:852 +#: mod/settings.php:850 msgid "Automatically follow any GNU Social (OStatus) followers/mentioners" msgstr "Automatically follow any GNU Social (OStatus) followers/mentioners" -#: mod/settings.php:852 +#: mod/settings.php:850 msgid "" "If you receive a message from an unknown OStatus user, this option decides " "what to do. If it is checked, a new contact will be created for every " "unknown user." msgstr "Create a new contact for every unknown OStatus user from whom you receive a message." -#: mod/settings.php:853 +#: mod/settings.php:851 msgid "Default group for OStatus contacts" msgstr "Default group for OStatus contacts" -#: mod/settings.php:854 +#: mod/settings.php:852 msgid "Your legacy GNU Social account" msgstr "Your legacy GNU Social account" -#: mod/settings.php:854 +#: mod/settings.php:852 msgid "" "If you enter your old GNU Social/Statusnet account name here (in the format " "user@domain.tld), your contacts will be added automatically. The field will " "be emptied when done." msgstr "Entering your old GNU Social/Statusnet account name here (format: user@domain.tld), will automatically added your contacts. The field will be emptied when done." -#: mod/settings.php:857 +#: mod/settings.php:855 msgid "Repair OStatus subscriptions" msgstr "Repair OStatus subscriptions" -#: mod/settings.php:861 +#: mod/settings.php:859 msgid "Email/Mailbox Setup" msgstr "Email/Mailbox setup" -#: mod/settings.php:862 +#: mod/settings.php:860 msgid "" "If you wish to communicate with email contacts using this service " "(optional), please specify how to connect to your mailbox." msgstr "Specify how to connect to your mailbox, if you wish to communicate with existing email contacts." -#: mod/settings.php:863 +#: mod/settings.php:861 msgid "Last successful email check:" msgstr "Last successful email check:" -#: mod/settings.php:865 +#: mod/settings.php:863 msgid "IMAP server name:" msgstr "IMAP server name:" -#: mod/settings.php:866 +#: mod/settings.php:864 msgid "IMAP port:" msgstr "IMAP port:" -#: mod/settings.php:867 +#: mod/settings.php:865 msgid "Security:" msgstr "Security:" -#: mod/settings.php:867 mod/settings.php:872 +#: mod/settings.php:865 mod/settings.php:870 msgid "None" msgstr "None" -#: mod/settings.php:868 +#: mod/settings.php:866 msgid "Email login name:" msgstr "Email login name:" -#: mod/settings.php:869 +#: mod/settings.php:867 msgid "Email password:" msgstr "Email password:" -#: mod/settings.php:870 +#: mod/settings.php:868 msgid "Reply-to address:" msgstr "Reply-to address:" -#: mod/settings.php:871 +#: mod/settings.php:869 msgid "Send public posts to all email contacts:" msgstr "Send public posts to all email contacts:" -#: mod/settings.php:872 +#: mod/settings.php:870 msgid "Action after import:" msgstr "Action after import:" -#: mod/settings.php:872 src/Content/Nav.php:191 +#: mod/settings.php:870 src/Content/Nav.php:191 msgid "Mark as seen" msgstr "Mark as seen" -#: mod/settings.php:872 +#: mod/settings.php:870 msgid "Move to folder" msgstr "Move to folder" -#: mod/settings.php:873 +#: mod/settings.php:871 msgid "Move to folder:" msgstr "Move to folder:" -#: mod/settings.php:916 +#: mod/settings.php:914 #, php-format msgid "%s - (Unsupported)" -msgstr "" +msgstr "%s - (Unsupported)" -#: mod/settings.php:918 +#: mod/settings.php:916 #, php-format msgid "%s - (Experimental)" -msgstr "" +msgstr "%s - (Experimental)" -#: mod/settings.php:961 +#: mod/settings.php:959 msgid "Display Settings" msgstr "Display Settings" -#: mod/settings.php:967 mod/settings.php:991 +#: mod/settings.php:965 mod/settings.php:989 msgid "Display Theme:" msgstr "Display theme:" -#: mod/settings.php:968 +#: mod/settings.php:966 msgid "Mobile Theme:" msgstr "Mobile theme:" -#: mod/settings.php:969 +#: mod/settings.php:967 msgid "Suppress warning of insecure networks" msgstr "Suppress warning of insecure networks" -#: mod/settings.php:969 +#: mod/settings.php:967 msgid "" "Should the system suppress the warning that the current group contains " "members of networks that can't receive non public postings." -msgstr "Suppresses warnings if groups contains members whose networks that cannot receive non-public postings." +msgstr "Suppresses warnings if groups contains members whose networks cannot receive non-public postings." -#: mod/settings.php:970 +#: mod/settings.php:968 msgid "Update browser every xx seconds" msgstr "Update browser every so many seconds:" -#: mod/settings.php:970 +#: mod/settings.php:968 msgid "Minimum of 10 seconds. Enter -1 to disable it." msgstr "Minimum 10 seconds; to disable -1." -#: mod/settings.php:971 +#: mod/settings.php:969 msgid "Number of items to display per page:" msgstr "Number of items displayed per page:" -#: mod/settings.php:971 mod/settings.php:972 +#: mod/settings.php:969 mod/settings.php:970 msgid "Maximum of 100 items" msgstr "Maximum of 100 items" -#: mod/settings.php:972 +#: mod/settings.php:970 msgid "Number of items to display per page when viewed from mobile device:" msgstr "Number of items displayed per page on mobile devices:" -#: mod/settings.php:973 +#: mod/settings.php:971 msgid "Don't show emoticons" msgstr "Don't show emoticons" -#: mod/settings.php:974 +#: mod/settings.php:972 msgid "Calendar" msgstr "Calendar" -#: mod/settings.php:975 +#: mod/settings.php:973 msgid "Beginning of week:" msgstr "Week begins: " -#: mod/settings.php:976 +#: mod/settings.php:974 msgid "Don't show notices" msgstr "Don't show notices" -#: mod/settings.php:977 +#: mod/settings.php:975 msgid "Infinite scroll" msgstr "Infinite scroll" -#: mod/settings.php:978 +#: mod/settings.php:976 msgid "Automatic updates only at the top of the network page" msgstr "Automatically updates only top of the network page" -#: mod/settings.php:978 +#: mod/settings.php:976 msgid "" "When disabled, the network page is updated all the time, which could be " "confusing while reading." msgstr "When disabled, the network page is updated all the time, which could be confusing while reading." -#: mod/settings.php:979 +#: mod/settings.php:977 msgid "Bandwith Saver Mode" msgstr "Bandwith saving mode" -#: mod/settings.php:979 +#: mod/settings.php:977 msgid "" "When enabled, embedded content is not displayed on automatic updates, they " "only show on page reload." msgstr "If enabled, embedded content is not displayed on automatic updates; it is only shown on page reload." -#: mod/settings.php:980 +#: mod/settings.php:978 msgid "Smart Threading" msgstr "Smart Threading" -#: mod/settings.php:980 +#: mod/settings.php:978 msgid "" "When enabled, suppress extraneous thread indentation while keeping it where " "it matters. Only works if threading is available and enabled." msgstr "Suppresses extraneous thread indentation while keeping it where it matters. Only works if threading is available and enabled." -#: mod/settings.php:982 +#: mod/settings.php:980 msgid "General Theme Settings" msgstr "Themes" -#: mod/settings.php:983 +#: mod/settings.php:981 msgid "Custom Theme Settings" msgstr "Theme customization" -#: mod/settings.php:984 +#: mod/settings.php:982 msgid "Content Settings" msgstr "Content/Layout" -#: mod/settings.php:985 view/theme/duepuntozero/config.php:74 +#: mod/settings.php:983 view/theme/duepuntozero/config.php:73 #: view/theme/frio/config.php:115 view/theme/quattro/config.php:75 #: view/theme/vier/config.php:121 msgid "Theme settings" msgstr "Theme settings" -#: mod/settings.php:1006 +#: mod/settings.php:1002 msgid "Unable to find your profile. Please contact your admin." -msgstr "" +msgstr "Unable to find your profile. Please contact your admin." -#: mod/settings.php:1048 +#: mod/settings.php:1044 msgid "Account Types" msgstr "Account types:" -#: mod/settings.php:1049 +#: mod/settings.php:1045 msgid "Personal Page Subtypes" msgstr "Personal Page subtypes" -#: mod/settings.php:1050 +#: mod/settings.php:1046 msgid "Community Forum Subtypes" msgstr "Community forum subtypes" -#: mod/settings.php:1057 +#: mod/settings.php:1053 msgid "Personal Page" msgstr "Personal Page" -#: mod/settings.php:1058 +#: mod/settings.php:1054 msgid "Account for a personal profile." msgstr "Account for a personal profile." -#: mod/settings.php:1061 +#: mod/settings.php:1057 msgid "Organisation Page" msgstr "Organization Page" -#: mod/settings.php:1062 +#: mod/settings.php:1058 msgid "" "Account for an organisation that automatically approves contact requests as " "\"Followers\"." msgstr "Account for an organization that automatically approves contact requests as \"Followers\"." -#: mod/settings.php:1065 +#: mod/settings.php:1061 msgid "News Page" msgstr "News Page" -#: mod/settings.php:1066 +#: mod/settings.php:1062 msgid "" "Account for a news reflector that automatically approves contact requests as" " \"Followers\"." msgstr "Account for a news reflector that automatically approves contact requests as \"Followers\"." -#: mod/settings.php:1069 +#: mod/settings.php:1065 msgid "Community Forum" msgstr "Community Forum" -#: mod/settings.php:1070 +#: mod/settings.php:1066 msgid "Account for community discussions." msgstr "Account for community discussions." -#: mod/settings.php:1073 +#: mod/settings.php:1069 msgid "Normal Account Page" msgstr "Standard" -#: mod/settings.php:1074 +#: mod/settings.php:1070 msgid "" "Account for a regular personal profile that requires manual approval of " "\"Friends\" and \"Followers\"." msgstr "Account for a regular personal profile that requires manual approval of \"Friends\" and \"Followers\"." -#: mod/settings.php:1077 +#: mod/settings.php:1073 msgid "Soapbox Page" msgstr "Soapbox" -#: mod/settings.php:1078 +#: mod/settings.php:1074 msgid "" "Account for a public profile that automatically approves contact requests as" " \"Followers\"." msgstr "Account for a public profile that automatically approves contact requests as \"Followers\"." -#: mod/settings.php:1081 +#: mod/settings.php:1077 msgid "Public Forum" msgstr "Public forum" -#: mod/settings.php:1082 +#: mod/settings.php:1078 msgid "Automatically approves all contact requests." msgstr "Automatically approves all contact requests." -#: mod/settings.php:1085 +#: mod/settings.php:1081 msgid "Automatic Friend Page" msgstr "Love-all" -#: mod/settings.php:1086 +#: mod/settings.php:1082 msgid "" "Account for a popular profile that automatically approves contact requests " "as \"Friends\"." msgstr "Account for a popular profile that automatically approves contact requests as \"Friends\"." -#: mod/settings.php:1089 +#: mod/settings.php:1085 msgid "Private Forum [Experimental]" msgstr "Private forum [Experimental]" -#: mod/settings.php:1090 +#: mod/settings.php:1086 msgid "Requires manual approval of contact requests." msgstr "Requires manual approval of contact requests." -#: mod/settings.php:1101 +#: mod/settings.php:1097 msgid "OpenID:" msgstr "OpenID:" -#: mod/settings.php:1101 +#: mod/settings.php:1097 msgid "(Optional) Allow this OpenID to login to this account." msgstr "(Optional) Allow this OpenID to login to this account." -#: mod/settings.php:1109 +#: mod/settings.php:1105 msgid "Publish your default profile in your local site directory?" msgstr "Publish default profile in local site directory?" -#: mod/settings.php:1109 -msgid "Your profile may be visible in public." -msgstr "Your local directory may be publicly visible" +#: mod/settings.php:1105 +#, php-format +msgid "" +"Your profile will be published in the global friendica directories (e.g. %s). Your profile will be visible in public." +msgstr "Your profile will be published in the global Friendica directories (e.g. %s). Your profile will be publicly visible." -#: mod/settings.php:1115 +#: mod/settings.php:1111 msgid "Publish your default profile in the global social directory?" msgstr "Publish default profile in global directory?" -#: mod/settings.php:1122 +#: mod/settings.php:1111 +#, php-format +msgid "" +"Your profile will be published in this node's local " +"directory. Your profile details may be publicly visible depending on the" +" system settings." +msgstr "Your profile will be published in this node's local directory. Your profile details may be publicly visible depending on the system settings." + +#: mod/settings.php:1118 msgid "Hide your contact/friend list from viewers of your default profile?" msgstr "Hide my contact list from others?" -#: mod/settings.php:1126 +#: mod/settings.php:1118 msgid "" -"If enabled, posting public messages to Diaspora and other networks isn't " -"possible." -msgstr "Posting public messages to Diaspora and other networks will not be possible if enabled" +"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 "Your contact list won't be shown in your default profile page. You can decide to display your contact list separately for each additional profile you create" -#: mod/settings.php:1130 +#: mod/settings.php:1122 +msgid "Hide your profile details from anonymous viewers?" +msgstr "Hide your profile details from anonymous viewers?" + +#: mod/settings.php:1122 +msgid "" +"Anonymous visitors will only see your profile picture, your display name and" +" the nickname you are using on your profile page. Disables posting public " +"messages to Diaspora and other networks." +msgstr "Anonymous visitors will only see your profile picture, display name, and nickname. Disables posting public messages to Diaspora and other networks." + +#: mod/settings.php:1126 msgid "Allow friends to post to your profile page?" msgstr "Allow friends to post to my wall?" -#: mod/settings.php:1134 +#: mod/settings.php:1126 +msgid "" +"Your contacts may write posts on your profile wall. These posts will be " +"distributed to your contacts" +msgstr "Your contacts may write posts on your profile wall. These posts will be distributed to your contacts" + +#: mod/settings.php:1130 msgid "Allow friends to tag your posts?" msgstr "Allow friends to tag my post?" -#: mod/settings.php:1138 +#: mod/settings.php:1130 +msgid "Your contacts can add additional tags to your posts." +msgstr "Your contacts can add additional tags to your posts." + +#: mod/settings.php:1134 msgid "Allow us to suggest you as a potential friend to new members?" msgstr "Allow us to suggest you as a potential friend to new members?" -#: mod/settings.php:1142 +#: mod/settings.php:1134 +msgid "" +"If you like, Friendica may suggest new members to add you as a contact." +msgstr "If you like, Friendica may suggest new members to add you as a contact." + +#: mod/settings.php:1138 msgid "Permit unknown people to send you private mail?" msgstr "Allow unknown people to send me private messages?" -#: mod/settings.php:1146 +#: mod/settings.php:1138 +msgid "" +"Friendica network users may send you private messages even if they are not " +"in your contact list." +msgstr "Friendica network users may send you private messages even if they are not in your contact list." + +#: mod/settings.php:1142 msgid "Profile is not published." msgstr "Profile is not published." -#: mod/settings.php:1152 +#: mod/settings.php:1148 #, php-format msgid "Your Identity Address is '%s' or '%s'." msgstr "My identity address: '%s' or '%s'" -#: mod/settings.php:1159 +#: mod/settings.php:1155 msgid "Automatically expire posts after this many days:" msgstr "Automatically expire posts after this many days:" -#: mod/settings.php:1159 +#: mod/settings.php:1155 msgid "If empty, posts will not expire. Expired posts will be deleted" msgstr "Posts will not expire if empty; expired posts will be deleted" -#: mod/settings.php:1160 +#: mod/settings.php:1156 msgid "Advanced expiration settings" msgstr "Advanced expiration settings" -#: mod/settings.php:1161 +#: mod/settings.php:1157 msgid "Advanced Expiration" msgstr "Advanced expiration" -#: mod/settings.php:1162 +#: mod/settings.php:1158 msgid "Expire posts:" msgstr "Expire posts:" -#: mod/settings.php:1163 +#: mod/settings.php:1159 msgid "Expire personal notes:" msgstr "Expire personal notes:" -#: mod/settings.php:1164 +#: mod/settings.php:1160 msgid "Expire starred posts:" msgstr "Expire starred posts:" -#: mod/settings.php:1165 +#: mod/settings.php:1161 msgid "Expire photos:" msgstr "Expire photos:" -#: mod/settings.php:1166 +#: mod/settings.php:1162 msgid "Only expire posts by others:" msgstr "Only expire posts by others:" -#: mod/settings.php:1196 +#: mod/settings.php:1192 msgid "Account Settings" msgstr "Account Settings" -#: mod/settings.php:1204 +#: mod/settings.php:1200 msgid "Password Settings" msgstr "Password change" -#: mod/settings.php:1206 +#: mod/settings.php:1202 msgid "Leave password fields blank unless changing" msgstr "Leave password fields blank unless changing" -#: mod/settings.php:1207 +#: mod/settings.php:1203 msgid "Current Password:" msgstr "Current password:" -#: mod/settings.php:1207 mod/settings.php:1208 +#: mod/settings.php:1203 mod/settings.php:1204 msgid "Your current password to confirm the changes" msgstr "Current password to confirm change" -#: mod/settings.php:1208 +#: mod/settings.php:1204 msgid "Password:" msgstr "Password:" -#: mod/settings.php:1212 +#: mod/settings.php:1208 msgid "Basic Settings" msgstr "Basic information" -#: mod/settings.php:1213 src/Model/Profile.php:723 +#: mod/settings.php:1209 src/Model/Profile.php:738 msgid "Full Name:" msgstr "Full name:" -#: mod/settings.php:1214 +#: mod/settings.php:1210 msgid "Email Address:" msgstr "Email address:" -#: mod/settings.php:1215 +#: mod/settings.php:1211 msgid "Your Timezone:" msgstr "Time zone:" -#: mod/settings.php:1216 +#: mod/settings.php:1212 msgid "Your Language:" msgstr "Language:" -#: mod/settings.php:1216 +#: mod/settings.php:1212 msgid "" "Set the language we use to show you friendica interface and to send you " "emails" -msgstr "Set the language of your Friendica interface and emails receiving" +msgstr "Set the language of your Friendica interface and emails sent to you." -#: mod/settings.php:1217 +#: mod/settings.php:1213 msgid "Default Post Location:" msgstr "Posting location:" -#: mod/settings.php:1218 +#: mod/settings.php:1214 msgid "Use Browser Location:" msgstr "Use browser location:" -#: mod/settings.php:1221 +#: mod/settings.php:1217 msgid "Security and Privacy Settings" msgstr "Security and privacy" -#: mod/settings.php:1223 +#: mod/settings.php:1219 msgid "Maximum Friend Requests/Day:" msgstr "Maximum friend requests per day:" -#: mod/settings.php:1223 mod/settings.php:1252 +#: mod/settings.php:1219 mod/settings.php:1248 msgid "(to prevent spam abuse)" msgstr "May prevent spam or abuse registrations" -#: mod/settings.php:1224 +#: mod/settings.php:1220 msgid "Default Post Permissions" msgstr "Default post permissions" -#: mod/settings.php:1225 +#: mod/settings.php:1221 msgid "(click to open/close)" -msgstr "(click to open/close)" +msgstr "(reveal/hide)" -#: mod/settings.php:1235 +#: mod/settings.php:1231 msgid "Default Private Post" msgstr "Default private post" -#: mod/settings.php:1236 +#: mod/settings.php:1232 msgid "Default Public Post" msgstr "Default public post" -#: mod/settings.php:1240 +#: mod/settings.php:1236 msgid "Default Permissions for New Posts" msgstr "Default permissions for new posts" -#: mod/settings.php:1252 +#: mod/settings.php:1248 msgid "Maximum private messages per day from unknown people:" msgstr "Maximum private messages per day from unknown people:" -#: mod/settings.php:1255 +#: mod/settings.php:1251 msgid "Notification Settings" msgstr "Notification" -#: mod/settings.php:1256 +#: mod/settings.php:1252 msgid "By default post a status message when:" msgstr "By default post a status message when:" -#: mod/settings.php:1257 +#: mod/settings.php:1253 msgid "accepting a friend request" msgstr "accepting friend requests" -#: mod/settings.php:1258 +#: mod/settings.php:1254 msgid "joining a forum/community" msgstr "joining forums or communities" -#: mod/settings.php:1259 +#: mod/settings.php:1255 msgid "making an interesting profile change" msgstr "making an interesting profile change" -#: mod/settings.php:1260 +#: mod/settings.php:1256 msgid "Send a notification email when:" msgstr "Send notification email when:" -#: mod/settings.php:1261 +#: mod/settings.php:1257 msgid "You receive an introduction" msgstr "Receiving an introduction" -#: mod/settings.php:1262 +#: mod/settings.php:1258 msgid "Your introductions are confirmed" msgstr "My introductions are confirmed" -#: mod/settings.php:1263 +#: mod/settings.php:1259 msgid "Someone writes on your profile wall" msgstr "Someone writes on my wall" -#: mod/settings.php:1264 +#: mod/settings.php:1260 msgid "Someone writes a followup comment" msgstr "A follow up comment is posted" -#: mod/settings.php:1265 +#: mod/settings.php:1261 msgid "You receive a private message" msgstr "receiving a private message" -#: mod/settings.php:1266 +#: mod/settings.php:1262 msgid "You receive a friend suggestion" msgstr "Receiving a friend suggestion" -#: mod/settings.php:1267 +#: mod/settings.php:1263 msgid "You are tagged in a post" msgstr "Tagged in a post" -#: mod/settings.php:1268 +#: mod/settings.php:1264 msgid "You are poked/prodded/etc. in a post" msgstr "Poked in a post" -#: mod/settings.php:1270 +#: mod/settings.php:1266 msgid "Activate desktop notifications" msgstr "Activate desktop notifications" -#: mod/settings.php:1270 +#: mod/settings.php:1266 msgid "Show desktop popup on new notifications" msgstr "Show desktop pop-up on new notifications" -#: mod/settings.php:1272 +#: mod/settings.php:1268 msgid "Text-only notification emails" msgstr "Text-only notification emails" -#: mod/settings.php:1274 +#: mod/settings.php:1270 msgid "Send text only notification emails, without the html part" msgstr "Receive text only emails without HTML " -#: mod/settings.php:1276 +#: mod/settings.php:1272 msgid "Show detailled notifications" msgstr "Show detailled notifications" -#: mod/settings.php:1278 +#: mod/settings.php:1274 msgid "" -"Per default the notificiation are condensed to a single notification per " -"item. When enabled, every notification is displayed." -msgstr "Per default the notificiation are condensed to a single notification per item. When enabled, every notification is displayed." +"Per default, notifications are condensed to a single notification per item. " +"When enabled every notification is displayed." +msgstr "By default, notifications are condensed into a single notification for each item. When enabled, every notification is displayed." -#: mod/settings.php:1280 +#: mod/settings.php:1276 msgid "Advanced Account/Page Type Settings" msgstr "Advanced account types" -#: mod/settings.php:1281 +#: mod/settings.php:1277 msgid "Change the behaviour of this account for special situations" msgstr "Change behaviour of this account for special situations" -#: mod/settings.php:1284 +#: mod/settings.php:1280 msgid "Relocate" msgstr "Recent relocation" -#: mod/settings.php:1285 +#: mod/settings.php:1281 msgid "" "If you have moved this profile from another server, and some of your " "contacts don't receive your updates, try pushing this button." msgstr "If you have moved this profile from another server and some of your contacts don't receive your updates:" -#: mod/settings.php:1286 +#: mod/settings.php:1282 msgid "Resend relocate message to contacts" msgstr "Resend relocation message to contacts" -#: mod/subthread.php:112 +#: src/Core/UserImport.php:104 +msgid "Error decoding account file" +msgstr "Error decoding account file" + +#: src/Core/UserImport.php:110 +msgid "Error! No version data in file! This is not a Friendica account file?" +msgstr "Error! No version data in file! Is this a Friendica account file?" + +#: src/Core/UserImport.php:118 #, php-format -msgid "%1$s is following %2$s's %3$s" -msgstr "%1$s is following %2$s's %3$s" +msgid "User '%s' already exists on this server!" +msgstr "User '%s' already exists on this server!" -#: mod/tagrm.php:47 -msgid "Tag removed" -msgstr "Tag removed" +#: src/Core/UserImport.php:151 +msgid "User creation error" +msgstr "User creation error" -#: mod/tagrm.php:85 -msgid "Remove Item Tag" -msgstr "Remove Item tag" +#: src/Core/UserImport.php:169 +msgid "User profile creation error" +msgstr "User profile creation error" -#: mod/tagrm.php:87 -msgid "Select a tag to remove: " -msgstr "Select a tag to remove: " - -#: mod/videos.php:141 -msgid "Do you really want to delete this video?" -msgstr "Do you really want to delete this video?" - -#: mod/videos.php:146 -msgid "Delete Video" -msgstr "Delete video" - -#: mod/videos.php:211 -msgid "No videos selected" -msgstr "No videos selected" - -#: mod/videos.php:400 -msgid "Recent Videos" -msgstr "Recent videos" - -#: mod/videos.php:402 -msgid "Upload New Videos" -msgstr "Upload new videos" - -#: mod/wall_attach.php:101 -msgid "Sorry, maybe your upload is bigger than the PHP configuration allows" -msgstr "Sorry, maybe your upload is bigger than the PHP configuration allows" - -#: mod/wall_attach.php:101 -msgid "Or - did you try to upload an empty file?" -msgstr "Or did you try to upload an empty file?" - -#: mod/wall_attach.php:112 +#: src/Core/UserImport.php:213 #, php-format -msgid "File exceeds size limit of %s" -msgstr "File exceeds size limit of %s" +msgid "%d contact not imported" +msgid_plural "%d contacts not imported" +msgstr[0] "%d contact not imported" +msgstr[1] "%d contacts not imported" -#: mod/wall_attach.php:136 mod/wall_attach.php:152 -msgid "File upload failed." -msgstr "File upload failed." - -#: view/theme/duepuntozero/config.php:54 src/Model/User.php:473 -msgid "default" -msgstr "default" - -#: view/theme/duepuntozero/config.php:55 -msgid "greenzero" -msgstr "greenzero" - -#: view/theme/duepuntozero/config.php:56 -msgid "purplezero" -msgstr "purplezero" - -#: view/theme/duepuntozero/config.php:57 -msgid "easterbunny" -msgstr "easterbunny" - -#: view/theme/duepuntozero/config.php:58 -msgid "darkzero" -msgstr "darkzero" - -#: view/theme/duepuntozero/config.php:59 -msgid "comix" -msgstr "comix" - -#: view/theme/duepuntozero/config.php:60 -msgid "slackr" -msgstr "slackr" - -#: view/theme/duepuntozero/config.php:75 -msgid "Variations" -msgstr "Variations" - -#: view/theme/frio/php/Image.php:25 -msgid "Repeat the image" -msgstr "Repeat the image" - -#: view/theme/frio/php/Image.php:25 -msgid "Will repeat your image to fill the background." -msgstr "Will repeat your image to fill the background." - -#: view/theme/frio/php/Image.php:27 -msgid "Stretch" -msgstr "Stretch" - -#: view/theme/frio/php/Image.php:27 -msgid "Will stretch to width/height of the image." -msgstr "Will stretch to width/height of the image." - -#: view/theme/frio/php/Image.php:29 -msgid "Resize fill and-clip" -msgstr "Resize fill and-clip" - -#: view/theme/frio/php/Image.php:29 -msgid "Resize to fill and retain aspect ratio." -msgstr "Resize to fill and retain aspect ratio." - -#: view/theme/frio/php/Image.php:31 -msgid "Resize best fit" -msgstr "Resize to best fit" - -#: view/theme/frio/php/Image.php:31 -msgid "Resize to best fit and retain aspect ratio." -msgstr "Resize to best fit and retain aspect ratio." - -#: view/theme/frio/config.php:97 -msgid "Default" -msgstr "Default" - -#: view/theme/frio/config.php:109 -msgid "Note" -msgstr "Note" - -#: view/theme/frio/config.php:109 -msgid "Check image permissions if all users are allowed to visit the image" -msgstr "Check image permissions if all users are allowed to visit the image" - -#: view/theme/frio/config.php:116 -msgid "Select scheme" -msgstr "Select scheme:" - -#: view/theme/frio/config.php:117 -msgid "Navigation bar background color" -msgstr "Navigation bar background color:" - -#: view/theme/frio/config.php:118 -msgid "Navigation bar icon color " -msgstr "Navigation bar icon color:" - -#: view/theme/frio/config.php:119 -msgid "Link color" -msgstr "Link color:" - -#: view/theme/frio/config.php:120 -msgid "Set the background color" -msgstr "Background color:" - -#: view/theme/frio/config.php:121 -msgid "Content background opacity" -msgstr "" - -#: view/theme/frio/config.php:122 -msgid "Set the background image" -msgstr "Background image:" - -#: view/theme/frio/config.php:127 -msgid "Login page background image" -msgstr "" - -#: view/theme/frio/config.php:130 -msgid "Login page background color" -msgstr "" - -#: view/theme/frio/config.php:130 -msgid "Leave background image and color empty for theme defaults" -msgstr "" - -#: view/theme/frio/theme.php:237 -msgid "Guest" -msgstr "Guest" - -#: view/theme/frio/theme.php:242 -msgid "Visitor" -msgstr "Visitor" - -#: view/theme/frio/theme.php:255 src/Content/Nav.php:97 -#: src/Module/Login.php:311 -msgid "Logout" -msgstr "Logout" - -#: view/theme/frio/theme.php:255 src/Content/Nav.php:97 -msgid "End this session" -msgstr "End this session" - -#: view/theme/frio/theme.php:258 src/Content/Nav.php:100 -#: src/Content/Nav.php:181 -msgid "Your posts and conversations" -msgstr "My posts and conversations" - -#: view/theme/frio/theme.php:259 src/Content/Nav.php:101 -msgid "Your profile page" -msgstr "My profile page" - -#: view/theme/frio/theme.php:260 src/Content/Nav.php:102 -msgid "Your photos" -msgstr "My photos" - -#: view/theme/frio/theme.php:261 src/Content/Nav.php:103 -#: src/Model/Profile.php:897 src/Model/Profile.php:900 -msgid "Videos" -msgstr "Videos" - -#: view/theme/frio/theme.php:261 src/Content/Nav.php:103 -msgid "Your videos" -msgstr "My videos" - -#: view/theme/frio/theme.php:262 src/Content/Nav.php:104 -msgid "Your events" -msgstr "My events" - -#: view/theme/frio/theme.php:265 src/Content/Nav.php:178 -msgid "Conversations from your friends" -msgstr "My friends' conversations" - -#: view/theme/frio/theme.php:266 src/Content/Nav.php:169 -#: src/Model/Profile.php:912 src/Model/Profile.php:923 -msgid "Events and Calendar" -msgstr "Events and calendar" - -#: view/theme/frio/theme.php:267 src/Content/Nav.php:195 -msgid "Private mail" -msgstr "Private messages" - -#: view/theme/frio/theme.php:268 src/Content/Nav.php:206 -msgid "Account settings" -msgstr "Account settings" - -#: view/theme/frio/theme.php:269 src/Content/Nav.php:212 -msgid "Manage/edit friends and contacts" -msgstr "Manage/Edit friends and contacts" - -#: view/theme/quattro/config.php:76 -msgid "Alignment" -msgstr "Alignment" - -#: view/theme/quattro/config.php:76 -msgid "Left" -msgstr "Left" - -#: view/theme/quattro/config.php:76 -msgid "Center" -msgstr "Center" - -#: view/theme/quattro/config.php:77 -msgid "Color scheme" -msgstr "Color scheme" - -#: view/theme/quattro/config.php:78 -msgid "Posts font size" -msgstr "Posts font size" - -#: view/theme/quattro/config.php:79 -msgid "Textareas font size" -msgstr "Text areas font size" - -#: view/theme/vier/config.php:75 -msgid "Comma separated list of helper forums" -msgstr "Comma separated list of helper forums" - -#: view/theme/vier/config.php:122 -msgid "Set style" -msgstr "Set style" - -#: view/theme/vier/config.php:123 -msgid "Community Pages" -msgstr "Community pages" - -#: view/theme/vier/config.php:124 view/theme/vier/theme.php:150 -msgid "Community Profiles" -msgstr "Community profiles" - -#: view/theme/vier/config.php:125 -msgid "Help or @NewHere ?" -msgstr "Help or @NewHere ?" - -#: view/theme/vier/config.php:126 view/theme/vier/theme.php:388 -msgid "Connect Services" -msgstr "Connect services" - -#: view/theme/vier/config.php:127 view/theme/vier/theme.php:199 -msgid "Find Friends" -msgstr "Find friends" - -#: view/theme/vier/config.php:128 view/theme/vier/theme.php:181 -msgid "Last users" -msgstr "Last users" - -#: view/theme/vier/theme.php:200 -msgid "Local Directory" -msgstr "Local directory" - -#: view/theme/vier/theme.php:202 src/Content/Widget.php:65 -msgid "Similar Interests" -msgstr "Similar interests" - -#: view/theme/vier/theme.php:204 src/Content/Widget.php:67 -msgid "Invite Friends" -msgstr "Invite friends" - -#: view/theme/vier/theme.php:255 src/Content/ForumManager.php:127 -msgid "External link to forum" -msgstr "External link to forum" - -#: view/theme/vier/theme.php:291 -msgid "Quick Start" -msgstr "Quick start" +#: src/Core/UserImport.php:278 +msgid "Done. You can now login with your username and password" +msgstr "Done. You can now login with your username and password" #: src/Core/NotificationsManager.php:171 msgid "System" @@ -7702,456 +7664,145 @@ msgstr "%s may go to %s's event" msgid "%s is now friends with %s" msgstr "%s is now friends with %s" -#: src/Core/NotificationsManager.php:813 +#: src/Core/NotificationsManager.php:825 msgid "Friend Suggestion" msgstr "Friend suggestion" -#: src/Core/NotificationsManager.php:839 +#: src/Core/NotificationsManager.php:851 msgid "Friend/Connect Request" msgstr "Friend/Contact request" -#: src/Core/NotificationsManager.php:839 +#: src/Core/NotificationsManager.php:851 msgid "New Follower" msgstr "New follower" -#: src/Core/UserImport.php:104 -msgid "Error decoding account file" -msgstr "Error decoding account file" +#: src/Core/ACL.php:295 +msgid "Post to Email" +msgstr "Post to email" -#: src/Core/UserImport.php:110 -msgid "Error! No version data in file! This is not a Friendica account file?" -msgstr "Error! No version data in file! Is this a Friendica account file?" +#: src/Core/ACL.php:301 +msgid "Hide your profile details from unknown viewers?" +msgstr "Hide profile details from unknown viewers?" -#: src/Core/UserImport.php:118 src/Core/UserImport.php:131 -msgid "Error! Cannot check nickname" -msgstr "Error! Cannot check nickname." - -#: src/Core/UserImport.php:123 src/Core/UserImport.php:136 +#: src/Core/ACL.php:300 #, php-format -msgid "User '%s' already exists on this server!" -msgstr "User '%s' already exists on this server!" +msgid "Connectors disabled, since \"%s\" is enabled." +msgstr "Connectors are disabled since \"%s\" is enabled." -#: src/Core/UserImport.php:169 -msgid "User creation error" -msgstr "User creation error" +#: src/Core/ACL.php:307 +msgid "Visible to everybody" +msgstr "Visible to everybody" -#: src/Core/UserImport.php:187 -msgid "User profile creation error" -msgstr "User profile creation error" +#: src/Core/ACL.php:308 view/theme/vier/config.php:115 +msgid "show" +msgstr "show" -#: src/Core/UserImport.php:231 -#, php-format -msgid "%d contact not imported" -msgid_plural "%d contacts not imported" -msgstr[0] "%d contact not imported" -msgstr[1] "%d contacts not imported" +#: src/Core/ACL.php:309 view/theme/vier/config.php:115 +msgid "don't show" +msgstr "don't show" -#: src/Core/UserImport.php:296 -msgid "Done. You can now login with your username and password" -msgstr "Done. You can now login with your username and password" +#: src/Core/ACL.php:319 +msgid "Close" +msgstr "Close" -#: src/Util/Temporal.php:145 src/Model/Profile.php:743 +#: src/Util/Temporal.php:147 src/Model/Profile.php:758 msgid "Birthday:" msgstr "Birthday:" -#: src/Util/Temporal.php:149 +#: src/Util/Temporal.php:151 msgid "YYYY-MM-DD or MM-DD" msgstr "YYYY-MM-DD or MM-DD" -#: src/Util/Temporal.php:292 +#: src/Util/Temporal.php:294 msgid "never" msgstr "never" -#: src/Util/Temporal.php:298 +#: src/Util/Temporal.php:300 msgid "less than a second ago" msgstr "less than a second ago" -#: src/Util/Temporal.php:301 +#: src/Util/Temporal.php:303 msgid "year" msgstr "year" -#: src/Util/Temporal.php:301 +#: src/Util/Temporal.php:303 msgid "years" msgstr "years" -#: src/Util/Temporal.php:302 +#: src/Util/Temporal.php:304 msgid "months" msgstr "months" -#: src/Util/Temporal.php:303 +#: src/Util/Temporal.php:305 msgid "weeks" msgstr "weeks" -#: src/Util/Temporal.php:304 +#: src/Util/Temporal.php:306 msgid "days" msgstr "days" -#: src/Util/Temporal.php:305 +#: src/Util/Temporal.php:307 msgid "hour" msgstr "hour" -#: src/Util/Temporal.php:305 +#: src/Util/Temporal.php:307 msgid "hours" msgstr "hours" -#: src/Util/Temporal.php:306 +#: src/Util/Temporal.php:308 msgid "minute" msgstr "minute" -#: src/Util/Temporal.php:306 +#: src/Util/Temporal.php:308 msgid "minutes" msgstr "minutes" -#: src/Util/Temporal.php:307 +#: src/Util/Temporal.php:309 msgid "second" msgstr "second" -#: src/Util/Temporal.php:307 +#: src/Util/Temporal.php:309 msgid "seconds" msgstr "seconds" -#: src/Util/Temporal.php:316 +#: src/Util/Temporal.php:318 #, php-format msgid "%1$d %2$s ago" msgstr "%1$d %2$s ago" -#: src/Content/Text/BBCode.php:548 +#: src/Content/Text/BBCode.php:555 msgid "view full size" msgstr "view full size" -#: src/Content/Text/BBCode.php:1001 src/Content/Text/BBCode.php:1767 -#: src/Content/Text/BBCode.php:1768 +#: src/Content/Text/BBCode.php:981 src/Content/Text/BBCode.php:1750 +#: src/Content/Text/BBCode.php:1751 msgid "Image/photo" msgstr "Image/Photo" -#: src/Content/Text/BBCode.php:1139 +#: src/Content/Text/BBCode.php:1119 #, php-format msgid "%2$s %3$s" msgstr "%2$s %3$s" -#: src/Content/Text/BBCode.php:1702 src/Content/Text/BBCode.php:1724 +#: src/Content/Text/BBCode.php:1677 src/Content/Text/BBCode.php:1699 msgid "$1 wrote:" msgstr "$1 wrote:" -#: src/Content/Text/BBCode.php:1776 src/Content/Text/BBCode.php:1777 +#: src/Content/Text/BBCode.php:1759 src/Content/Text/BBCode.php:1760 msgid "Encrypted content" msgstr "Encrypted content" -#: src/Content/Text/BBCode.php:1894 +#: src/Content/Text/BBCode.php:1879 msgid "Invalid source protocol" msgstr "Invalid source protocol" -#: src/Content/Text/BBCode.php:1905 +#: src/Content/Text/BBCode.php:1890 msgid "Invalid link protocol" msgstr "Invalid link protocol" -#: src/Content/ContactSelector.php:55 -msgid "Frequently" -msgstr "Frequently" - -#: src/Content/ContactSelector.php:56 -msgid "Hourly" -msgstr "Hourly" - -#: src/Content/ContactSelector.php:57 -msgid "Twice daily" -msgstr "Twice daily" - -#: src/Content/ContactSelector.php:58 -msgid "Daily" -msgstr "Daily" - -#: src/Content/ContactSelector.php:59 -msgid "Weekly" -msgstr "Weekly" - -#: src/Content/ContactSelector.php:60 -msgid "Monthly" -msgstr "Monthly" - -#: src/Content/ContactSelector.php:80 -msgid "OStatus" -msgstr "OStatus" - -#: src/Content/ContactSelector.php:81 -msgid "RSS/Atom" -msgstr "RSS/Atom" - -#: src/Content/ContactSelector.php:84 -msgid "Facebook" -msgstr "Facebook" - -#: src/Content/ContactSelector.php:85 -msgid "Zot!" -msgstr "Zot!" - -#: src/Content/ContactSelector.php:86 -msgid "LinkedIn" -msgstr "LinkedIn" - -#: src/Content/ContactSelector.php:87 -msgid "XMPP/IM" -msgstr "XMPP/IM" - -#: src/Content/ContactSelector.php:88 -msgid "MySpace" -msgstr "MySpace" - -#: src/Content/ContactSelector.php:89 -msgid "Google+" -msgstr "Google+" - -#: src/Content/ContactSelector.php:90 -msgid "pump.io" -msgstr "Pump.io" - -#: src/Content/ContactSelector.php:91 -msgid "Twitter" -msgstr "Twitter" - -#: src/Content/ContactSelector.php:92 -msgid "Diaspora Connector" -msgstr "Diaspora connector" - -#: src/Content/ContactSelector.php:93 -msgid "GNU Social Connector" -msgstr "GNU Social connector" - -#: src/Content/ContactSelector.php:94 -msgid "pnut" -msgstr "Pnut" - -#: src/Content/ContactSelector.php:95 -msgid "App.net" -msgstr "App.net" - -#: src/Content/ContactSelector.php:125 -msgid "Male" -msgstr "Male" - -#: src/Content/ContactSelector.php:125 -msgid "Female" -msgstr "Female" - -#: src/Content/ContactSelector.php:125 -msgid "Currently Male" -msgstr "Currently Male" - -#: src/Content/ContactSelector.php:125 -msgid "Currently Female" -msgstr "Currently Female" - -#: src/Content/ContactSelector.php:125 -msgid "Mostly Male" -msgstr "Mostly Male" - -#: src/Content/ContactSelector.php:125 -msgid "Mostly Female" -msgstr "Mostly Female" - -#: src/Content/ContactSelector.php:125 -msgid "Transgender" -msgstr "Transgender" - -#: src/Content/ContactSelector.php:125 -msgid "Intersex" -msgstr "Intersex" - -#: src/Content/ContactSelector.php:125 -msgid "Transsexual" -msgstr "Transsexual" - -#: src/Content/ContactSelector.php:125 -msgid "Hermaphrodite" -msgstr "Hermaphrodite" - -#: src/Content/ContactSelector.php:125 -msgid "Neuter" -msgstr "Neuter" - -#: src/Content/ContactSelector.php:125 -msgid "Non-specific" -msgstr "Non-specific" - -#: src/Content/ContactSelector.php:125 -msgid "Other" -msgstr "Other" - -#: src/Content/ContactSelector.php:147 -msgid "Males" -msgstr "Males" - -#: src/Content/ContactSelector.php:147 -msgid "Females" -msgstr "Females" - -#: src/Content/ContactSelector.php:147 -msgid "Gay" -msgstr "Gay" - -#: src/Content/ContactSelector.php:147 -msgid "Lesbian" -msgstr "Lesbian" - -#: src/Content/ContactSelector.php:147 -msgid "No Preference" -msgstr "No Preference" - -#: src/Content/ContactSelector.php:147 -msgid "Bisexual" -msgstr "Bisexual" - -#: src/Content/ContactSelector.php:147 -msgid "Autosexual" -msgstr "Auto-sexual" - -#: src/Content/ContactSelector.php:147 -msgid "Abstinent" -msgstr "Abstinent" - -#: src/Content/ContactSelector.php:147 -msgid "Virgin" -msgstr "Virgin" - -#: src/Content/ContactSelector.php:147 -msgid "Deviant" -msgstr "Deviant" - -#: src/Content/ContactSelector.php:147 -msgid "Fetish" -msgstr "Fetish" - -#: src/Content/ContactSelector.php:147 -msgid "Oodles" -msgstr "Oodles" - -#: src/Content/ContactSelector.php:147 -msgid "Nonsexual" -msgstr "Asexual" - -#: src/Content/ContactSelector.php:169 -msgid "Single" -msgstr "Single" - -#: src/Content/ContactSelector.php:169 -msgid "Lonely" -msgstr "Lonely" - -#: src/Content/ContactSelector.php:169 -msgid "Available" -msgstr "Available" - -#: src/Content/ContactSelector.php:169 -msgid "Unavailable" -msgstr "Unavailable" - -#: src/Content/ContactSelector.php:169 -msgid "Has crush" -msgstr "Having a crush" - -#: src/Content/ContactSelector.php:169 -msgid "Infatuated" -msgstr "Infatuated" - -#: src/Content/ContactSelector.php:169 -msgid "Dating" -msgstr "Dating" - -#: src/Content/ContactSelector.php:169 -msgid "Unfaithful" -msgstr "Unfaithful" - -#: src/Content/ContactSelector.php:169 -msgid "Sex Addict" -msgstr "Sex addict" - -#: src/Content/ContactSelector.php:169 src/Model/User.php:490 -msgid "Friends" -msgstr "Friends" - -#: src/Content/ContactSelector.php:169 -msgid "Friends/Benefits" -msgstr "Friends with benefits" - -#: src/Content/ContactSelector.php:169 -msgid "Casual" -msgstr "Casual" - -#: src/Content/ContactSelector.php:169 -msgid "Engaged" -msgstr "Engaged" - -#: src/Content/ContactSelector.php:169 -msgid "Married" -msgstr "Married" - -#: src/Content/ContactSelector.php:169 -msgid "Imaginarily married" -msgstr "Imaginarily married" - -#: src/Content/ContactSelector.php:169 -msgid "Partners" -msgstr "Partners" - -#: src/Content/ContactSelector.php:169 -msgid "Cohabiting" -msgstr "Cohabiting" - -#: src/Content/ContactSelector.php:169 -msgid "Common law" -msgstr "Common law spouse" - -#: src/Content/ContactSelector.php:169 -msgid "Happy" -msgstr "Happy" - -#: src/Content/ContactSelector.php:169 -msgid "Not looking" -msgstr "Not looking" - -#: src/Content/ContactSelector.php:169 -msgid "Swinger" -msgstr "Swinger" - -#: src/Content/ContactSelector.php:169 -msgid "Betrayed" -msgstr "Betrayed" - -#: src/Content/ContactSelector.php:169 -msgid "Separated" -msgstr "Separated" - -#: src/Content/ContactSelector.php:169 -msgid "Unstable" -msgstr "Unstable" - -#: src/Content/ContactSelector.php:169 -msgid "Divorced" -msgstr "Divorced" - -#: src/Content/ContactSelector.php:169 -msgid "Imaginarily divorced" -msgstr "Imaginarily divorced" - -#: src/Content/ContactSelector.php:169 -msgid "Widowed" -msgstr "Widowed" - -#: src/Content/ContactSelector.php:169 -msgid "Uncertain" -msgstr "Uncertain" - -#: src/Content/ContactSelector.php:169 -msgid "It's complicated" -msgstr "It's complicated" - -#: src/Content/ContactSelector.php:169 -msgid "Don't care" -msgstr "Don't care" - -#: src/Content/ContactSelector.php:169 -msgid "Ask me" -msgstr "Ask me" +#: src/Content/ForumManager.php:127 view/theme/vier/theme.php:256 +msgid "External link to forum" +msgstr "External link to forum" #: src/Content/Nav.php:53 msgid "Nothing new here" @@ -8161,6 +7812,41 @@ msgstr "Nothing new here" msgid "Clear notifications" msgstr "Clear notifications" +#: src/Content/Nav.php:97 src/Module/Login.php:311 +#: view/theme/frio/theme.php:256 +msgid "Logout" +msgstr "Logout" + +#: src/Content/Nav.php:97 view/theme/frio/theme.php:256 +msgid "End this session" +msgstr "End this session" + +#: src/Content/Nav.php:100 src/Content/Nav.php:181 +#: view/theme/frio/theme.php:259 +msgid "Your posts and conversations" +msgstr "My posts and conversations" + +#: src/Content/Nav.php:101 view/theme/frio/theme.php:260 +msgid "Your profile page" +msgstr "My profile page" + +#: src/Content/Nav.php:102 view/theme/frio/theme.php:261 +msgid "Your photos" +msgstr "My photos" + +#: src/Content/Nav.php:103 src/Model/Profile.php:912 src/Model/Profile.php:915 +#: view/theme/frio/theme.php:262 +msgid "Videos" +msgstr "Videos" + +#: src/Content/Nav.php:103 view/theme/frio/theme.php:262 +msgid "Your videos" +msgstr "My videos" + +#: src/Content/Nav.php:104 view/theme/frio/theme.php:263 +msgid "Your events" +msgstr "My events" + #: src/Content/Nav.php:105 msgid "Personal notes" msgstr "Personal notes" @@ -8203,7 +7889,12 @@ msgstr "Community" #: src/Content/Nav.php:165 msgid "Conversations on this and other servers" -msgstr "" +msgstr "Conversations on this and other servers" + +#: src/Content/Nav.php:169 src/Model/Profile.php:927 src/Model/Profile.php:938 +#: view/theme/frio/theme.php:267 +msgid "Events and Calendar" +msgstr "Events and calendar" #: src/Content/Nav.php:172 msgid "Directory" @@ -8217,6 +7908,10 @@ msgstr "People directory" msgid "Information about this friendica instance" msgstr "Information about this Friendica instance" +#: src/Content/Nav.php:178 view/theme/frio/theme.php:266 +msgid "Conversations from your friends" +msgstr "My friends' conversations" + #: src/Content/Nav.php:179 msgid "Network Reset" msgstr "Network reset" @@ -8237,6 +7932,10 @@ msgstr "See all notifications" msgid "Mark all system notifications seen" msgstr "Mark all system notifications seen" +#: src/Content/Nav.php:195 view/theme/frio/theme.php:268 +msgid "Private mail" +msgstr "Private messages" + #: src/Content/Nav.php:196 msgid "Inbox" msgstr "Inbox" @@ -8253,6 +7952,10 @@ msgstr "Manage" msgid "Manage other pages" msgstr "Manage other pages" +#: src/Content/Nav.php:206 view/theme/frio/theme.php:269 +msgid "Account settings" +msgstr "Account settings" + #: src/Content/Nav.php:209 src/Model/Profile.php:372 msgid "Profiles" msgstr "Profiles" @@ -8261,6 +7964,10 @@ msgstr "Profiles" msgid "Manage/Edit Profiles" msgstr "Manage/Edit profiles" +#: src/Content/Nav.php:212 view/theme/frio/theme.php:270 +msgid "Manage/edit friends and contacts" +msgstr "Manage/Edit friends and contacts" + #: src/Content/Nav.php:217 msgid "Site setup and configuration" msgstr "Site setup and configuration" @@ -8273,6 +7980,26 @@ msgstr "Navigation" msgid "Site map" msgstr "Site map" +#: src/Content/OEmbed.php:253 +msgid "Embedding disabled" +msgstr "Embedding disabled" + +#: src/Content/OEmbed.php:373 +msgid "Embedded content" +msgstr "Embedded content" + +#: src/Content/Widget/CalendarExport.php:61 +msgid "Export" +msgstr "Export" + +#: src/Content/Widget/CalendarExport.php:62 +msgid "Export calendar as ical" +msgstr "Export calendar as ical" + +#: src/Content/Widget/CalendarExport.php:63 +msgid "Export calendar as csv" +msgstr "Export calendar as csv" + #: src/Content/Feature.php:79 msgid "General Features" msgstr "General" @@ -8478,19 +8205,11 @@ msgstr "Provide a personal tag cloud on your profile page" #: src/Content/Feature.php:129 msgid "Display Membership Date" -msgstr "" +msgstr "Display membership date" #: src/Content/Feature.php:129 msgid "Display membership date in profile" -msgstr "" - -#: src/Content/OEmbed.php:253 -msgid "Embedding disabled" -msgstr "Embedding disabled" - -#: src/Content/OEmbed.php:373 -msgid "Embedded content" -msgstr "Embedded content" +msgstr "Display membership date in profile" #: src/Content/Widget.php:33 msgid "Add New Contact" @@ -8523,10 +8242,18 @@ msgstr "Enter name or interest" msgid "Examples: Robert Morgenstein, Fishing" msgstr "Examples: Robert Morgenstein, fishing" +#: src/Content/Widget.php:65 view/theme/vier/theme.php:202 +msgid "Similar Interests" +msgstr "Similar interests" + #: src/Content/Widget.php:66 msgid "Random Profile" msgstr "Random profile" +#: src/Content/Widget.php:67 view/theme/vier/theme.php:204 +msgid "Invite Friends" +msgstr "Invite friends" + #: src/Content/Widget.php:68 msgid "View Global Directory" msgstr "View global directory" @@ -8554,6 +8281,314 @@ msgid_plural "%d contacts in common" msgstr[0] "%d contact in common" msgstr[1] "%d contacts in common" +#: src/Content/ContactSelector.php:55 +msgid "Frequently" +msgstr "Frequently" + +#: src/Content/ContactSelector.php:56 +msgid "Hourly" +msgstr "Hourly" + +#: src/Content/ContactSelector.php:57 +msgid "Twice daily" +msgstr "Twice daily" + +#: src/Content/ContactSelector.php:58 +msgid "Daily" +msgstr "Daily" + +#: src/Content/ContactSelector.php:59 +msgid "Weekly" +msgstr "Weekly" + +#: src/Content/ContactSelector.php:60 +msgid "Monthly" +msgstr "Monthly" + +#: src/Content/ContactSelector.php:80 +msgid "OStatus" +msgstr "OStatus" + +#: src/Content/ContactSelector.php:81 +msgid "RSS/Atom" +msgstr "RSS/Atom" + +#: src/Content/ContactSelector.php:84 +msgid "Facebook" +msgstr "Facebook" + +#: src/Content/ContactSelector.php:85 +msgid "Zot!" +msgstr "Zot!" + +#: src/Content/ContactSelector.php:86 +msgid "LinkedIn" +msgstr "LinkedIn" + +#: src/Content/ContactSelector.php:87 +msgid "XMPP/IM" +msgstr "XMPP/IM" + +#: src/Content/ContactSelector.php:88 +msgid "MySpace" +msgstr "MySpace" + +#: src/Content/ContactSelector.php:89 +msgid "Google+" +msgstr "Google+" + +#: src/Content/ContactSelector.php:90 +msgid "pump.io" +msgstr "pump.io" + +#: src/Content/ContactSelector.php:91 +msgid "Twitter" +msgstr "Twitter" + +#: src/Content/ContactSelector.php:92 +msgid "Diaspora Connector" +msgstr "Diaspora Connector" + +#: src/Content/ContactSelector.php:93 +msgid "GNU Social Connector" +msgstr "GNU Social Connector" + +#: src/Content/ContactSelector.php:94 +msgid "pnut" +msgstr "pnut" + +#: src/Content/ContactSelector.php:95 +msgid "App.net" +msgstr "App.net" + +#: src/Content/ContactSelector.php:125 +msgid "Male" +msgstr "Male" + +#: src/Content/ContactSelector.php:125 +msgid "Female" +msgstr "Female" + +#: src/Content/ContactSelector.php:125 +msgid "Currently Male" +msgstr "Currently male" + +#: src/Content/ContactSelector.php:125 +msgid "Currently Female" +msgstr "Currently female" + +#: src/Content/ContactSelector.php:125 +msgid "Mostly Male" +msgstr "Mostly male" + +#: src/Content/ContactSelector.php:125 +msgid "Mostly Female" +msgstr "Mostly female" + +#: src/Content/ContactSelector.php:125 +msgid "Transgender" +msgstr "Transgender" + +#: src/Content/ContactSelector.php:125 +msgid "Intersex" +msgstr "Intersex" + +#: src/Content/ContactSelector.php:125 +msgid "Transsexual" +msgstr "Transsexual" + +#: src/Content/ContactSelector.php:125 +msgid "Hermaphrodite" +msgstr "Hermaphrodite" + +#: src/Content/ContactSelector.php:125 +msgid "Neuter" +msgstr "Neuter" + +#: src/Content/ContactSelector.php:125 +msgid "Non-specific" +msgstr "Non-specific" + +#: src/Content/ContactSelector.php:125 +msgid "Other" +msgstr "Other" + +#: src/Content/ContactSelector.php:147 +msgid "Males" +msgstr "Males" + +#: src/Content/ContactSelector.php:147 +msgid "Females" +msgstr "Females" + +#: src/Content/ContactSelector.php:147 +msgid "Gay" +msgstr "Gay" + +#: src/Content/ContactSelector.php:147 +msgid "Lesbian" +msgstr "Lesbian" + +#: src/Content/ContactSelector.php:147 +msgid "No Preference" +msgstr "No Preference" + +#: src/Content/ContactSelector.php:147 +msgid "Bisexual" +msgstr "Bisexual" + +#: src/Content/ContactSelector.php:147 +msgid "Autosexual" +msgstr "Auto-sexual" + +#: src/Content/ContactSelector.php:147 +msgid "Abstinent" +msgstr "Abstinent" + +#: src/Content/ContactSelector.php:147 +msgid "Virgin" +msgstr "Virgin" + +#: src/Content/ContactSelector.php:147 +msgid "Deviant" +msgstr "Deviant" + +#: src/Content/ContactSelector.php:147 +msgid "Fetish" +msgstr "Fetish" + +#: src/Content/ContactSelector.php:147 +msgid "Oodles" +msgstr "Oodles" + +#: src/Content/ContactSelector.php:147 +msgid "Nonsexual" +msgstr "Asexual" + +#: src/Content/ContactSelector.php:169 +msgid "Single" +msgstr "Single" + +#: src/Content/ContactSelector.php:169 +msgid "Lonely" +msgstr "Lonely" + +#: src/Content/ContactSelector.php:169 +msgid "Available" +msgstr "Available" + +#: src/Content/ContactSelector.php:169 +msgid "Unavailable" +msgstr "Unavailable" + +#: src/Content/ContactSelector.php:169 +msgid "Has crush" +msgstr "Having a crush" + +#: src/Content/ContactSelector.php:169 +msgid "Infatuated" +msgstr "Infatuated" + +#: src/Content/ContactSelector.php:169 +msgid "Dating" +msgstr "Dating" + +#: src/Content/ContactSelector.php:169 +msgid "Unfaithful" +msgstr "Unfaithful" + +#: src/Content/ContactSelector.php:169 +msgid "Sex Addict" +msgstr "Sex addict" + +#: src/Content/ContactSelector.php:169 src/Model/User.php:505 +msgid "Friends" +msgstr "Friends" + +#: src/Content/ContactSelector.php:169 +msgid "Friends/Benefits" +msgstr "Friends with benefits" + +#: src/Content/ContactSelector.php:169 +msgid "Casual" +msgstr "Casual" + +#: src/Content/ContactSelector.php:169 +msgid "Engaged" +msgstr "Engaged" + +#: src/Content/ContactSelector.php:169 +msgid "Married" +msgstr "Married" + +#: src/Content/ContactSelector.php:169 +msgid "Imaginarily married" +msgstr "Imaginarily married" + +#: src/Content/ContactSelector.php:169 +msgid "Partners" +msgstr "Partners" + +#: src/Content/ContactSelector.php:169 +msgid "Cohabiting" +msgstr "Cohabiting" + +#: src/Content/ContactSelector.php:169 +msgid "Common law" +msgstr "Common law spouse" + +#: src/Content/ContactSelector.php:169 +msgid "Happy" +msgstr "Happy" + +#: src/Content/ContactSelector.php:169 +msgid "Not looking" +msgstr "Not looking" + +#: src/Content/ContactSelector.php:169 +msgid "Swinger" +msgstr "Swinger" + +#: src/Content/ContactSelector.php:169 +msgid "Betrayed" +msgstr "Betrayed" + +#: src/Content/ContactSelector.php:169 +msgid "Separated" +msgstr "Separated" + +#: src/Content/ContactSelector.php:169 +msgid "Unstable" +msgstr "Unstable" + +#: src/Content/ContactSelector.php:169 +msgid "Divorced" +msgstr "Divorced" + +#: src/Content/ContactSelector.php:169 +msgid "Imaginarily divorced" +msgstr "Imaginarily divorced" + +#: src/Content/ContactSelector.php:169 +msgid "Widowed" +msgstr "Widowed" + +#: src/Content/ContactSelector.php:169 +msgid "Uncertain" +msgstr "Uncertain" + +#: src/Content/ContactSelector.php:169 +msgid "It's complicated" +msgstr "It's complicated" + +#: src/Content/ContactSelector.php:169 +msgid "Don't care" +msgstr "Don't care" + +#: src/Content/ContactSelector.php:169 +msgid "Ask me" +msgstr "Ask me" + #: src/Database/DBStructure.php:32 msgid "There are no tables on MyISAM." msgstr "There are no tables on MyISAM." @@ -8566,7 +8601,7 @@ msgid "" "\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 "" +msgstr "\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." #: src/Database/DBStructure.php:80 #, php-format @@ -8587,149 +8622,16 @@ msgstr "\nError %d occurred during database update:\n%s\n" msgid "Errors encountered performing database changes: " msgstr "Errors encountered performing database changes: " -#: src/Database/DBStructure.php:209 +#: src/Database/DBStructure.php:210 msgid ": Database update" msgstr ": Database update" -#: src/Database/DBStructure.php:459 +#: src/Database/DBStructure.php:460 #, php-format msgid "%s: updating %s table." msgstr "%s: updating %s table." -#: src/Model/Group.php:44 -msgid "" -"A deleted group with this name was revived. Existing item permissions " -"may apply to this group and any future members. If this is " -"not what you intended, please create another group with a different name." -msgstr "A deleted group with this name has been revived. Existing item permissions may apply to this group and any future members. If this is not what you intended, please create another group with a different name." - -#: src/Model/Group.php:329 -msgid "Default privacy group for new contacts" -msgstr "Default privacy group for new contacts" - -#: src/Model/Group.php:362 -msgid "Everybody" -msgstr "Everybody" - -#: src/Model/Group.php:382 -msgid "edit" -msgstr "edit" - -#: src/Model/Group.php:406 -msgid "Edit group" -msgstr "Edit group" - -#: src/Model/Group.php:407 -msgid "Contacts not in any group" -msgstr "Contacts not in any group" - -#: src/Model/Group.php:408 -msgid "Create a new group" -msgstr "Create new group" - -#: src/Model/Group.php:410 -msgid "Edit groups" -msgstr "Edit groups" - -#: src/Model/Contact.php:559 -msgid "Drop Contact" -msgstr "Drop contact" - -#: src/Model/Contact.php:962 -msgid "Organisation" -msgstr "Organization" - -#: src/Model/Contact.php:965 -msgid "News" -msgstr "News" - -#: src/Model/Contact.php:968 -msgid "Forum" -msgstr "Forum" - -#: src/Model/Contact.php:1147 -msgid "Connect URL missing." -msgstr "Connect URL missing." - -#: src/Model/Contact.php:1156 -msgid "" -"The contact could not be added. Please check the relevant network " -"credentials in your Settings -> Social Networks page." -msgstr "" - -#: src/Model/Contact.php:1184 -msgid "" -"This site is not configured to allow communications with other networks." -msgstr "This site is not configured to allow communications with other networks." - -#: src/Model/Contact.php:1185 src/Model/Contact.php:1199 -msgid "No compatible communication protocols or feeds were discovered." -msgstr "No compatible communication protocols or feeds were discovered." - -#: src/Model/Contact.php:1197 -msgid "The profile address specified does not provide adequate information." -msgstr "The profile address specified does not provide adequate information." - -#: src/Model/Contact.php:1202 -msgid "An author or name was not found." -msgstr "An author or name was not found." - -#: src/Model/Contact.php:1205 -msgid "No browser URL could be matched to this address." -msgstr "No browser URL could be matched to this address." - -#: src/Model/Contact.php:1208 -msgid "" -"Unable to match @-style Identity Address with a known protocol or email " -"contact." -msgstr "Unable to match @-style identity address with a known protocol or email contact." - -#: src/Model/Contact.php:1209 -msgid "Use mailto: in front of address to force email check." -msgstr "Use mailto: in front of address to force email check." - -#: src/Model/Contact.php:1215 -msgid "" -"The profile address specified belongs to a network which has been disabled " -"on this site." -msgstr "The profile address specified belongs to a network which has been disabled on this site." - -#: src/Model/Contact.php:1220 -msgid "" -"Limited profile. This person will be unable to receive direct/personal " -"notifications from you." -msgstr "Limited profile: This person will be unable to receive direct/private messages from you." - -#: src/Model/Contact.php:1290 -msgid "Unable to retrieve contact information." -msgstr "Unable to retrieve contact information." - -#: src/Model/Contact.php:1506 -#, php-format -msgid "%s's birthday" -msgstr "%s's birthday" - -#: src/Model/Contact.php:1507 src/Protocol/DFRN.php:1399 -#, php-format -msgid "Happy Birthday %s" -msgstr "Happy Birthday, %s!" - -#: src/Model/Item.php:1732 -#, php-format -msgid "%1$s is attending %2$s's %3$s" -msgstr "%1$s is going to %2$s's %3$s" - -#: src/Model/Item.php:1737 -#, php-format -msgid "%1$s is not attending %2$s's %3$s" -msgstr "%1$s is not going to %2$s's %3$s" - -#: src/Model/Item.php:1742 -#, php-format -msgid "%1$s may attend %2$s's %3$s" -msgstr "%1$s may go to %2$s's %3$s" - -#: src/Model/Mail.php:40 src/Model/Mail.php:173 +#: src/Model/Mail.php:40 src/Model/Mail.php:174 msgid "[no subject]" msgstr "[no subject]" @@ -8738,7 +8640,7 @@ msgid "Requested account is not available." msgstr "Requested account is unavailable." #: src/Model/Profile.php:168 src/Model/Profile.php:399 -#: src/Model/Profile.php:844 +#: src/Model/Profile.php:859 msgid "Edit profile" msgstr "Edit profile" @@ -8750,7 +8652,7 @@ msgstr "Atom feed" msgid "Manage/edit profiles" msgstr "Manage/Edit profiles" -#: src/Model/Profile.php:548 src/Model/Profile.php:640 +#: src/Model/Profile.php:548 src/Model/Profile.php:641 msgid "g A l F d" msgstr "g A l F d" @@ -8758,219 +8660,415 @@ msgstr "g A l F d" msgid "F d" msgstr "F d" -#: src/Model/Profile.php:604 src/Model/Profile.php:688 +#: src/Model/Profile.php:606 src/Model/Profile.php:703 msgid "[today]" msgstr "[today]" -#: src/Model/Profile.php:615 +#: src/Model/Profile.php:617 msgid "Birthday Reminders" msgstr "Birthday reminders" -#: src/Model/Profile.php:616 +#: src/Model/Profile.php:618 msgid "Birthdays this week:" msgstr "Birthdays this week:" -#: src/Model/Profile.php:675 +#: src/Model/Profile.php:690 msgid "[No description]" msgstr "[No description]" -#: src/Model/Profile.php:702 +#: src/Model/Profile.php:717 msgid "Event Reminders" msgstr "Event reminders" -#: src/Model/Profile.php:703 +#: src/Model/Profile.php:718 msgid "Events this week:" msgstr "Events this week:" -#: src/Model/Profile.php:726 +#: src/Model/Profile.php:741 msgid "Member since:" -msgstr "" +msgstr "Member since:" -#: src/Model/Profile.php:734 +#: src/Model/Profile.php:749 msgid "j F, Y" msgstr "j F, Y" -#: src/Model/Profile.php:735 +#: src/Model/Profile.php:750 msgid "j F" msgstr "j F" -#: src/Model/Profile.php:750 +#: src/Model/Profile.php:765 msgid "Age:" msgstr "Age:" -#: src/Model/Profile.php:763 +#: src/Model/Profile.php:778 #, php-format msgid "for %1$d %2$s" msgstr "for %1$d %2$s" -#: src/Model/Profile.php:787 +#: src/Model/Profile.php:802 msgid "Religion:" msgstr "Religion:" -#: src/Model/Profile.php:795 +#: src/Model/Profile.php:810 msgid "Hobbies/Interests:" msgstr "Hobbies/Interests:" -#: src/Model/Profile.php:807 +#: src/Model/Profile.php:822 msgid "Contact information and Social Networks:" msgstr "Contact information and social networks:" -#: src/Model/Profile.php:811 +#: src/Model/Profile.php:826 msgid "Musical interests:" msgstr "Music:" -#: src/Model/Profile.php:815 +#: src/Model/Profile.php:830 msgid "Books, literature:" msgstr "Books/Literature:" -#: src/Model/Profile.php:819 +#: src/Model/Profile.php:834 msgid "Television:" msgstr "Television:" -#: src/Model/Profile.php:823 +#: src/Model/Profile.php:838 msgid "Film/dance/culture/entertainment:" msgstr "Arts, culture, entertainment:" -#: src/Model/Profile.php:827 +#: src/Model/Profile.php:842 msgid "Love/Romance:" msgstr "Love/Romance:" -#: src/Model/Profile.php:831 +#: src/Model/Profile.php:846 msgid "Work/employment:" msgstr "Work/Employment:" -#: src/Model/Profile.php:835 +#: src/Model/Profile.php:850 msgid "School/education:" msgstr "School/Education:" -#: src/Model/Profile.php:840 +#: src/Model/Profile.php:855 msgid "Forums:" msgstr "Forums:" -#: src/Model/Profile.php:934 +#: src/Model/Profile.php:949 msgid "Only You Can See This" msgstr "Only you can see this." -#: src/Model/User.php:142 +#: src/Model/Item.php:1676 +#, php-format +msgid "%1$s is attending %2$s's %3$s" +msgstr "%1$s is going to %2$s's %3$s" + +#: src/Model/Item.php:1681 +#, php-format +msgid "%1$s is not attending %2$s's %3$s" +msgstr "%1$s is not going to %2$s's %3$s" + +#: src/Model/Item.php:1686 +#, php-format +msgid "%1$s may attend %2$s's %3$s" +msgstr "%1$s may go to %2$s's %3$s" + +#: src/Model/Group.php:44 +msgid "" +"A deleted group with this name was revived. Existing item permissions " +"may apply to this group and any future members. If this is " +"not what you intended, please create another group with a different name." +msgstr "A deleted group with this name has been revived. Existing item permissions may apply to this group and any future members. If this is not what you intended, please create another group with a different name." + +#: src/Model/Group.php:328 +msgid "Default privacy group for new contacts" +msgstr "Default privacy group for new contacts" + +#: src/Model/Group.php:361 +msgid "Everybody" +msgstr "Everybody" + +#: src/Model/Group.php:381 +msgid "edit" +msgstr "edit" + +#: src/Model/Group.php:405 +msgid "Edit group" +msgstr "Edit group" + +#: src/Model/Group.php:406 +msgid "Contacts not in any group" +msgstr "Contacts not in any group" + +#: src/Model/Group.php:407 +msgid "Create a new group" +msgstr "Create new group" + +#: src/Model/Group.php:409 +msgid "Edit groups" +msgstr "Edit groups" + +#: src/Model/Contact.php:645 +msgid "Drop Contact" +msgstr "Drop contact" + +#: src/Model/Contact.php:1048 +msgid "Organisation" +msgstr "Organization" + +#: src/Model/Contact.php:1051 +msgid "News" +msgstr "News" + +#: src/Model/Contact.php:1054 +msgid "Forum" +msgstr "Forum" + +#: src/Model/Contact.php:1233 +msgid "Connect URL missing." +msgstr "Connect URL missing." + +#: src/Model/Contact.php:1242 +msgid "" +"The contact could not be added. Please check the relevant network " +"credentials in your Settings -> Social Networks page." +msgstr "The contact could not be added. Please check the relevant network credentials in your Settings -> Social Networks page." + +#: src/Model/Contact.php:1289 +msgid "" +"This site is not configured to allow communications with other networks." +msgstr "This site is not configured to allow communications with other networks." + +#: src/Model/Contact.php:1290 src/Model/Contact.php:1304 +msgid "No compatible communication protocols or feeds were discovered." +msgstr "No compatible communication protocols or feeds were discovered." + +#: src/Model/Contact.php:1302 +msgid "The profile address specified does not provide adequate information." +msgstr "The profile address specified does not provide adequate information." + +#: src/Model/Contact.php:1307 +msgid "An author or name was not found." +msgstr "An author or name was not found." + +#: src/Model/Contact.php:1310 +msgid "No browser URL could be matched to this address." +msgstr "No browser URL could be matched to this address." + +#: src/Model/Contact.php:1313 +msgid "" +"Unable to match @-style Identity Address with a known protocol or email " +"contact." +msgstr "Unable to match @-style identity address with a known protocol or email contact." + +#: src/Model/Contact.php:1314 +msgid "Use mailto: in front of address to force email check." +msgstr "Use mailto: in front of address to force email check." + +#: src/Model/Contact.php:1320 +msgid "" +"The profile address specified belongs to a network which has been disabled " +"on this site." +msgstr "The profile address specified belongs to a network which has been disabled on this site." + +#: src/Model/Contact.php:1325 +msgid "" +"Limited profile. This person will be unable to receive direct/personal " +"notifications from you." +msgstr "Limited profile: This person will be unable to receive direct/private messages from you." + +#: src/Model/Contact.php:1376 +msgid "Unable to retrieve contact information." +msgstr "Unable to retrieve contact information." + +#: src/Model/Contact.php:1588 +#, php-format +msgid "%s's birthday" +msgstr "%s's birthday" + +#: src/Model/Contact.php:1589 src/Protocol/DFRN.php:1478 +#, php-format +msgid "Happy Birthday %s" +msgstr "Happy Birthday, %s!" + +#: src/Model/Event.php:53 src/Model/Event.php:70 src/Model/Event.php:419 +#: src/Model/Event.php:882 +msgid "Starts:" +msgstr "Starts:" + +#: src/Model/Event.php:56 src/Model/Event.php:76 src/Model/Event.php:420 +#: src/Model/Event.php:886 +msgid "Finishes:" +msgstr "Finishes:" + +#: src/Model/Event.php:368 +msgid "all-day" +msgstr "All-day" + +#: src/Model/Event.php:391 +msgid "Jun" +msgstr "Jun" + +#: src/Model/Event.php:394 +msgid "Sept" +msgstr "Sep" + +#: src/Model/Event.php:417 +msgid "No events to display" +msgstr "No events to display" + +#: src/Model/Event.php:543 +msgid "l, F j" +msgstr "l, F j" + +#: src/Model/Event.php:566 +msgid "Edit event" +msgstr "Edit event" + +#: src/Model/Event.php:567 +msgid "Duplicate event" +msgstr "Duplicate event" + +#: src/Model/Event.php:568 +msgid "Delete event" +msgstr "Delete event" + +#: src/Model/Event.php:815 +msgid "D g:i A" +msgstr "D g:i A" + +#: src/Model/Event.php:816 +msgid "g:i A" +msgstr "g:i A" + +#: src/Model/Event.php:901 src/Model/Event.php:903 +msgid "Show map" +msgstr "Show map" + +#: src/Model/Event.php:902 +msgid "Hide map" +msgstr "Hide map" + +#: src/Model/User.php:144 msgid "Login failed" -msgstr "" +msgstr "Login failed" -#: src/Model/User.php:171 +#: src/Model/User.php:175 msgid "Not enough information to authenticate" -msgstr "" +msgstr "Not enough information to authenticate" -#: src/Model/User.php:317 +#: src/Model/User.php:332 msgid "An invitation is required." msgstr "An invitation is required." -#: src/Model/User.php:321 +#: src/Model/User.php:336 msgid "Invitation could not be verified." msgstr "Invitation could not be verified." -#: src/Model/User.php:328 +#: src/Model/User.php:343 msgid "Invalid OpenID url" msgstr "Invalid OpenID URL" -#: src/Model/User.php:341 src/Module/Login.php:100 +#: src/Model/User.php:356 src/Module/Login.php:100 msgid "" "We encountered a problem while logging in with the OpenID you provided. " "Please check the correct spelling of the ID." msgstr "We encountered a problem while logging in with the OpenID you provided. Please check the correct spelling of the ID." -#: src/Model/User.php:341 src/Module/Login.php:100 +#: src/Model/User.php:356 src/Module/Login.php:100 msgid "The error message was:" msgstr "The error message was:" -#: src/Model/User.php:347 +#: src/Model/User.php:362 msgid "Please enter the required information." msgstr "Please enter the required information." -#: src/Model/User.php:360 +#: src/Model/User.php:375 msgid "Please use a shorter name." msgstr "Please use a shorter name." -#: src/Model/User.php:363 +#: src/Model/User.php:378 msgid "Name too short." msgstr "Name too short." -#: src/Model/User.php:371 +#: src/Model/User.php:386 msgid "That doesn't appear to be your full (First Last) name." msgstr "That doesn't appear to be your full (i.e first and last) name." -#: src/Model/User.php:376 +#: src/Model/User.php:391 msgid "Your email domain is not among those allowed on this site." msgstr "Your email domain is not allowed on this site." -#: src/Model/User.php:380 +#: src/Model/User.php:395 msgid "Not a valid email address." msgstr "Not a valid email address." -#: src/Model/User.php:384 src/Model/User.php:392 +#: src/Model/User.php:399 src/Model/User.php:407 msgid "Cannot use that email." msgstr "Cannot use that email." -#: src/Model/User.php:399 +#: src/Model/User.php:414 msgid "Your nickname can only contain a-z, 0-9 and _." -msgstr "" +msgstr "Your nickname can only contain a-z, 0-9 and _." -#: src/Model/User.php:406 src/Model/User.php:462 +#: src/Model/User.php:421 src/Model/User.php:477 msgid "Nickname is already registered. Please choose another." msgstr "Nickname is already registered. Please choose another." -#: src/Model/User.php:416 +#: src/Model/User.php:431 msgid "SERIOUS ERROR: Generation of security keys failed." msgstr "SERIOUS ERROR: Generation of security keys failed." -#: src/Model/User.php:449 src/Model/User.php:453 +#: src/Model/User.php:464 src/Model/User.php:468 msgid "An error occurred during registration. Please try again." msgstr "An error occurred during registration. Please try again." -#: src/Model/User.php:478 +#: src/Model/User.php:488 view/theme/duepuntozero/config.php:54 +msgid "default" +msgstr "default" + +#: src/Model/User.php:493 msgid "An error occurred creating your default profile. Please try again." msgstr "An error occurred creating your default profile. Please try again." -#: src/Model/User.php:485 +#: src/Model/User.php:500 msgid "An error occurred creating your self contact. Please try again." -msgstr "" +msgstr "An error occurred creating your self contact. Please try again." -#: src/Model/User.php:494 +#: src/Model/User.php:509 msgid "" "An error occurred creating your default contact group. Please try again." -msgstr "" +msgstr "An error occurred while creating your default contact group. Please try again." -#: src/Model/User.php:568 +#: src/Model/User.php:583 #, php-format msgid "" "\n" "\t\t\tDear %1$s,\n" "\t\t\t\tThank you for registering at %2$s. Your account is pending for approval by the administrator.\n" "\t\t" -msgstr "" +msgstr "\n\t\t\tDear %1$s,\n\t\t\t\tThank you for registering at %2$s. Your account is pending for approval by the administrator.\n\t\t" -#: src/Model/User.php:578 +#: src/Model/User.php:593 #, php-format msgid "Registration at %s" msgstr "Registration at %s" -#: src/Model/User.php:596 +#: src/Model/User.php:611 #, php-format msgid "" "\n" "\t\t\tDear %1$s,\n" "\t\t\t\tThank you for registering at %2$s. Your account has been created.\n" "\t\t" -msgstr "" +msgstr "\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" -#: src/Model/User.php:600 +#: src/Model/User.php:615 #, php-format msgid "" "\n" "\t\t\tThe login details are as follows:\n" -"\t\t\t\tSite Location:\t%3$s\n" -"\t\t\t\tLogin Name:\t%1$s\n" -"\t\t\t\tPassword:\t%5$s\n" "\n" -"\t\t\tYou may change your password from your account Settings page after logging\n" +"\t\t\tSite Location:\t%3$s\n" +"\t\t\tLogin Name:\t\t%1$s\n" +"\t\t\tPassword:\t\t%5$s\n" +"\n" +"\t\t\tYou may change your password from your account \"Settings\" page after logging\n" "\t\t\tin.\n" "\n" "\t\t\tPlease take a few moments to review the other account settings on that page.\n" @@ -8979,7 +9077,7 @@ msgid "" "\t\t\t(on the \"Profiles\" page) so that other people can easily find you.\n" "\n" "\t\t\tWe recommend setting your full name, adding a profile photo,\n" -"\t\t\tadding some profile keywords (very useful in making new friends) - and\n" +"\t\t\tadding some profile \"keywords\" (very useful in making new friends) - and\n" "\t\t\tperhaps what country you live in; if you do not wish to be more specific\n" "\t\t\tthan that.\n" "\n" @@ -8987,45 +9085,169 @@ msgid "" "\t\t\tIf you are new and do not know anybody here, they may help\n" "\t\t\tyou to make some new and interesting friends.\n" "\n" +"\t\t\tIf you ever want to delete your account, you can do so at %3$s/removeme\n" "\n" "\t\t\tThank you and welcome to %2$s." -msgstr "" +msgstr "\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." -#: src/Protocol/DFRN.php:1398 -#, php-format -msgid "%s\\'s birthday" -msgstr "%s\\'s birthday" - -#: src/Protocol/Diaspora.php:2579 -msgid "Sharing notification from Diaspora network" -msgstr "Sharing notification from Diaspora network" - -#: src/Protocol/Diaspora.php:3655 -msgid "Attachments:" -msgstr "Attachments:" - -#: src/Protocol/OStatus.php:1784 +#: src/Protocol/OStatus.php:1799 #, php-format msgid "%s is now following %s." msgstr "%s is now following %s." -#: src/Protocol/OStatus.php:1785 +#: src/Protocol/OStatus.php:1800 msgid "following" msgstr "following" -#: src/Protocol/OStatus.php:1788 +#: src/Protocol/OStatus.php:1803 #, php-format msgid "%s stopped following %s." msgstr "%s stopped following %s." -#: src/Protocol/OStatus.php:1789 +#: src/Protocol/OStatus.php:1804 msgid "stopped following" msgstr "stopped following" +#: src/Protocol/DFRN.php:1477 +#, php-format +msgid "%s\\'s birthday" +msgstr "%s\\'s birthday" + +#: src/Protocol/Diaspora.php:2651 +msgid "Sharing notification from Diaspora network" +msgstr "Sharing notification from Diaspora network" + +#: src/Protocol/Diaspora.php:3738 +msgid "Attachments:" +msgstr "Attachments:" + #: src/Worker/Delivery.php:392 msgid "(no subject)" msgstr "(no subject)" +#: src/Object/Post.php:128 +msgid "This entry was edited" +msgstr "This entry was edited" + +#: src/Object/Post.php:182 +msgid "save to folder" +msgstr "Save to folder" + +#: src/Object/Post.php:235 +msgid "I will attend" +msgstr "I will attend" + +#: src/Object/Post.php:235 +msgid "I will not attend" +msgstr "I will not attend" + +#: src/Object/Post.php:235 +msgid "I might attend" +msgstr "I might attend" + +#: src/Object/Post.php:263 +msgid "add star" +msgstr "Add star" + +#: src/Object/Post.php:264 +msgid "remove star" +msgstr "Remove star" + +#: src/Object/Post.php:265 +msgid "toggle star status" +msgstr "Toggle star status" + +#: src/Object/Post.php:268 +msgid "starred" +msgstr "Starred" + +#: src/Object/Post.php:274 +msgid "ignore thread" +msgstr "Ignore thread" + +#: src/Object/Post.php:275 +msgid "unignore thread" +msgstr "Unignore thread" + +#: src/Object/Post.php:276 +msgid "toggle ignore status" +msgstr "Toggle ignore status" + +#: src/Object/Post.php:285 +msgid "add tag" +msgstr "Add tag" + +#: src/Object/Post.php:296 +msgid "like" +msgstr "Like" + +#: src/Object/Post.php:297 +msgid "dislike" +msgstr "Dislike" + +#: src/Object/Post.php:300 +msgid "Share this" +msgstr "Share this" + +#: src/Object/Post.php:300 +msgid "share" +msgstr "Share" + +#: src/Object/Post.php:365 +msgid "to" +msgstr "to" + +#: src/Object/Post.php:366 +msgid "via" +msgstr "via" + +#: src/Object/Post.php:367 +msgid "Wall-to-Wall" +msgstr "Wall-to-wall" + +#: src/Object/Post.php:368 +msgid "via Wall-To-Wall:" +msgstr "via wall-to-wall:" + +#: src/Object/Post.php:427 +#, php-format +msgid "%d comment" +msgid_plural "%d comments" +msgstr[0] "%d comment" +msgstr[1] "%d comments -" + +#: src/Object/Post.php:797 +msgid "Bold" +msgstr "Bold" + +#: src/Object/Post.php:798 +msgid "Italic" +msgstr "Italic" + +#: src/Object/Post.php:799 +msgid "Underline" +msgstr "Underline" + +#: src/Object/Post.php:800 +msgid "Quote" +msgstr "Quote" + +#: src/Object/Post.php:801 +msgid "Code" +msgstr "Code" + +#: src/Object/Post.php:802 +msgid "Image" +msgstr "Image" + +#: src/Object/Post.php:803 +msgid "Link" +msgstr "Link" + +#: src/Object/Post.php:804 +msgid "Video" +msgstr "Video" + #: src/Module/Login.php:282 msgid "Create a New Account" msgstr "Create a new account" @@ -9066,142 +9288,203 @@ msgstr "Privacy policy" msgid "Logged out." msgstr "Logged out." -#: src/Object/Post.php:127 -msgid "This entry was edited" -msgstr "This entry was edited" - -#: src/Object/Post.php:181 -msgid "save to folder" -msgstr "Save to folder" - -#: src/Object/Post.php:234 -msgid "I will attend" -msgstr "I will attend" - -#: src/Object/Post.php:234 -msgid "I will not attend" -msgstr "I will not attend" - -#: src/Object/Post.php:234 -msgid "I might attend" -msgstr "I might attend" - -#: src/Object/Post.php:262 -msgid "add star" -msgstr "Add star" - -#: src/Object/Post.php:263 -msgid "remove star" -msgstr "Remove star" - -#: src/Object/Post.php:264 -msgid "toggle star status" -msgstr "Toggle star status" - -#: src/Object/Post.php:267 -msgid "starred" -msgstr "Starred" - -#: src/Object/Post.php:273 -msgid "ignore thread" -msgstr "Ignore thread" - -#: src/Object/Post.php:274 -msgid "unignore thread" -msgstr "Unignore thread" - -#: src/Object/Post.php:275 -msgid "toggle ignore status" -msgstr "Toggle ignore status" - -#: src/Object/Post.php:284 -msgid "add tag" -msgstr "Add tag" - -#: src/Object/Post.php:295 -msgid "like" -msgstr "Like" - -#: src/Object/Post.php:296 -msgid "dislike" -msgstr "Dislike" - -#: src/Object/Post.php:299 -msgid "Share this" -msgstr "Share this" - -#: src/Object/Post.php:299 -msgid "share" -msgstr "Share" - -#: src/Object/Post.php:357 -msgid "to" -msgstr "to" - -#: src/Object/Post.php:358 -msgid "via" -msgstr "via" - -#: src/Object/Post.php:359 -msgid "Wall-to-Wall" -msgstr "Wall-to-wall" - -#: src/Object/Post.php:360 -msgid "via Wall-To-Wall:" -msgstr "via wall-to-wall:" - -#: src/Object/Post.php:419 -#, php-format -msgid "%d comment" -msgid_plural "%d comments" -msgstr[0] "%d comment" -msgstr[1] "%d comments -" - -#: src/Object/Post.php:789 -msgid "Bold" -msgstr "Bold" - -#: src/Object/Post.php:790 -msgid "Italic" -msgstr "Italic" - -#: src/Object/Post.php:791 -msgid "Underline" -msgstr "Underline" - -#: src/Object/Post.php:792 -msgid "Quote" -msgstr "Quote" - -#: src/Object/Post.php:793 -msgid "Code" -msgstr "Code" - -#: src/Object/Post.php:794 -msgid "Image" -msgstr "Image" - -#: src/Object/Post.php:795 -msgid "Link" -msgstr "Link" - -#: src/Object/Post.php:796 -msgid "Video" -msgstr "Video" - -#: src/App.php:513 +#: src/App.php:511 msgid "Delete this item?" msgstr "Delete this item?" -#: src/App.php:515 +#: src/App.php:513 msgid "show fewer" msgstr "Show fewer." -#: boot.php:786 +#: view/theme/duepuntozero/config.php:55 +msgid "greenzero" +msgstr "greenzero" + +#: view/theme/duepuntozero/config.php:56 +msgid "purplezero" +msgstr "purplezero" + +#: view/theme/duepuntozero/config.php:57 +msgid "easterbunny" +msgstr "easterbunny" + +#: view/theme/duepuntozero/config.php:58 +msgid "darkzero" +msgstr "darkzero" + +#: view/theme/duepuntozero/config.php:59 +msgid "comix" +msgstr "comix" + +#: view/theme/duepuntozero/config.php:60 +msgid "slackr" +msgstr "slackr" + +#: view/theme/duepuntozero/config.php:74 +msgid "Variations" +msgstr "Variations" + +#: view/theme/frio/php/Image.php:25 +msgid "Repeat the image" +msgstr "Repeat the image" + +#: view/theme/frio/php/Image.php:25 +msgid "Will repeat your image to fill the background." +msgstr "Will repeat your image to fill the background." + +#: view/theme/frio/php/Image.php:27 +msgid "Stretch" +msgstr "Stretch" + +#: view/theme/frio/php/Image.php:27 +msgid "Will stretch to width/height of the image." +msgstr "Will stretch to width/height of the image." + +#: view/theme/frio/php/Image.php:29 +msgid "Resize fill and-clip" +msgstr "Resize fill and-clip" + +#: view/theme/frio/php/Image.php:29 +msgid "Resize to fill and retain aspect ratio." +msgstr "Resize to fill and retain aspect ratio." + +#: view/theme/frio/php/Image.php:31 +msgid "Resize best fit" +msgstr "Resize to best fit" + +#: view/theme/frio/php/Image.php:31 +msgid "Resize to best fit and retain aspect ratio." +msgstr "Resize to best fit and retain aspect ratio." + +#: view/theme/frio/config.php:97 +msgid "Default" +msgstr "Default" + +#: view/theme/frio/config.php:109 +msgid "Note" +msgstr "Note" + +#: view/theme/frio/config.php:109 +msgid "Check image permissions if all users are allowed to visit the image" +msgstr "Check image permissions if all users are allowed to visit the image" + +#: view/theme/frio/config.php:116 +msgid "Select scheme" +msgstr "Select scheme:" + +#: view/theme/frio/config.php:117 +msgid "Navigation bar background color" +msgstr "Navigation bar background color:" + +#: view/theme/frio/config.php:118 +msgid "Navigation bar icon color " +msgstr "Navigation bar icon color:" + +#: view/theme/frio/config.php:119 +msgid "Link color" +msgstr "Link color:" + +#: view/theme/frio/config.php:120 +msgid "Set the background color" +msgstr "Background color:" + +#: view/theme/frio/config.php:121 +msgid "Content background opacity" +msgstr "Content background opacity" + +#: view/theme/frio/config.php:122 +msgid "Set the background image" +msgstr "Background image:" + +#: view/theme/frio/config.php:127 +msgid "Login page background image" +msgstr "Login page background image" + +#: view/theme/frio/config.php:130 +msgid "Login page background color" +msgstr "Login page background color" + +#: view/theme/frio/config.php:130 +msgid "Leave background image and color empty for theme defaults" +msgstr "Leave background image and color empty for theme defaults" + +#: view/theme/frio/theme.php:238 +msgid "Guest" +msgstr "Guest" + +#: view/theme/frio/theme.php:243 +msgid "Visitor" +msgstr "Visitor" + +#: view/theme/quattro/config.php:76 +msgid "Alignment" +msgstr "Alignment" + +#: view/theme/quattro/config.php:76 +msgid "Left" +msgstr "Left" + +#: view/theme/quattro/config.php:76 +msgid "Center" +msgstr "Center" + +#: view/theme/quattro/config.php:77 +msgid "Color scheme" +msgstr "Color scheme" + +#: view/theme/quattro/config.php:78 +msgid "Posts font size" +msgstr "Posts font size" + +#: view/theme/quattro/config.php:79 +msgid "Textareas font size" +msgstr "Text areas font size" + +#: view/theme/vier/config.php:75 +msgid "Comma separated list of helper forums" +msgstr "Comma separated list of helper forums" + +#: view/theme/vier/config.php:122 +msgid "Set style" +msgstr "Set style" + +#: view/theme/vier/config.php:123 +msgid "Community Pages" +msgstr "Community pages" + +#: view/theme/vier/config.php:124 view/theme/vier/theme.php:150 +msgid "Community Profiles" +msgstr "Community profiles" + +#: view/theme/vier/config.php:125 +msgid "Help or @NewHere ?" +msgstr "Help or @NewHere ?" + +#: view/theme/vier/config.php:126 view/theme/vier/theme.php:389 +msgid "Connect Services" +msgstr "Connect services" + +#: view/theme/vier/config.php:127 view/theme/vier/theme.php:199 +msgid "Find Friends" +msgstr "Find friends" + +#: view/theme/vier/config.php:128 view/theme/vier/theme.php:181 +msgid "Last users" +msgstr "Last users" + +#: view/theme/vier/theme.php:200 +msgid "Local Directory" +msgstr "Local directory" + +#: view/theme/vier/theme.php:292 +msgid "Quick Start" +msgstr "Quick start" + +#: index.php:444 +msgid "toggle mobile" +msgstr "Toggle mobile" + +#: boot.php:791 #, php-format msgid "Update %s failed. See error logs." msgstr "Update %s failed. See error logs." - -#: index.php:441 -msgid "toggle mobile" -msgstr "Toggle mobile" diff --git a/view/lang/en-us/strings.php b/view/lang/en-us/strings.php index f8727c5c9d..f737179263 100644 --- a/view/lang/en-us/strings.php +++ b/view/lang/en-us/strings.php @@ -5,140 +5,21 @@ function string_plural_select_en_us($n){ return ($n != 1);; }} ; -$a->strings["Post to Email"] = "Post to email"; -$a->strings["Hide your profile details from unknown viewers?"] = "Hide profile details from unknown viewers?"; -$a->strings["Connectors disabled, since \"%s\" is enabled."] = "Connectors are disabled since \"%s\" is enabled."; -$a->strings["Visible to everybody"] = "Visible to everybody"; -$a->strings["show"] = "show"; -$a->strings["don't show"] = "don't show"; -$a->strings["CC: email addresses"] = "CC: email addresses"; -$a->strings["Example: bob@example.com, mary@example.com"] = "Example: bob@example.com, mary@example.com"; -$a->strings["Permissions"] = "Permissions"; -$a->strings["Close"] = "Close"; +$a->strings["Welcome "] = "Welcome "; +$a->strings["Please upload a profile photo."] = "Please upload a profile photo."; +$a->strings["Welcome back "] = "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."] = "The form security token was incorrect. This probably happened because the form has not been submitted within 3 hours."; +$a->strings["Cannot locate DNS info for database server '%s'"] = "Cannot locate DNS info for database server '%s'"; $a->strings["Daily posting limit of %d post reached. The post was rejected."] = [ - 0 => "", - 1 => "", + 0 => "Daily posting limit of %d post are reached. The post was rejected.", + 1 => "Daily posting limit of %d posts are reached. This post was rejected.", ]; $a->strings["Weekly posting limit of %d post reached. The post was rejected."] = [ - 0 => "", - 1 => "", + 0 => "Weekly posting limit of %d post are reached. The post was rejected.", + 1 => "Weekly posting limit of %d posts are reached. This post was rejected.", ]; -$a->strings["Monthly posting limit of %d post reached. The post was rejected."] = ""; +$a->strings["Monthly posting limit of %d post reached. The post was rejected."] = "Monthly posting limit of %d posts are reached. This post was rejected."; $a->strings["Profile Photos"] = "Profile photos"; -$a->strings["l F d, Y \\@ g:i A"] = "l F d, Y \\@ g:i A"; -$a->strings["Starts:"] = "Starts:"; -$a->strings["Finishes:"] = "Finishes:"; -$a->strings["Location:"] = "Location:"; -$a->strings["event"] = "event"; -$a->strings["status"] = "status"; -$a->strings["photo"] = "photo"; -$a->strings["%1\$s likes %2\$s's %3\$s"] = "%1\$s likes %2\$s's %3\$s"; -$a->strings["%1\$s doesn't like %2\$s's %3\$s"] = "%1\$s doesn't like %2\$s's %3\$s"; -$a->strings["%1\$s attends %2\$s's %3\$s"] = "%1\$s goes to %2\$s's %3\$s"; -$a->strings["%1\$s doesn't attend %2\$s's %3\$s"] = "%1\$s doesn't go %2\$s's %3\$s"; -$a->strings["%1\$s attends maybe %2\$s's %3\$s"] = "%1\$s might go to %2\$s's %3\$s"; -$a->strings["%1\$s is now friends with %2\$s"] = "%1\$s is now friends with %2\$s"; -$a->strings["%1\$s poked %2\$s"] = "%1\$s poked %2\$s"; -$a->strings["%1\$s tagged %2\$s's %3\$s with %4\$s"] = "%1\$s tagged %2\$s's %3\$s with %4\$s"; -$a->strings["post/item"] = "Post/Item"; -$a->strings["%1\$s marked %2\$s's %3\$s as favorite"] = "%1\$s marked %2\$s's %3\$s as favorite"; -$a->strings["Likes"] = "Likes"; -$a->strings["Dislikes"] = "Dislikes"; -$a->strings["Attending"] = [ - 0 => "Attending", - 1 => "Attending", -]; -$a->strings["Not attending"] = "Not attending"; -$a->strings["Might attend"] = "Might attend"; -$a->strings["Select"] = "Select"; -$a->strings["Delete"] = "Delete"; -$a->strings["View %s's profile @ %s"] = "View %s's profile @ %s"; -$a->strings["Categories:"] = "Categories:"; -$a->strings["Filed under:"] = "Filed under:"; -$a->strings["%s from %s"] = "%s from %s"; -$a->strings["View in context"] = "View in context"; -$a->strings["Please wait"] = "Please wait"; -$a->strings["remove"] = "Remove"; -$a->strings["Delete Selected Items"] = "Delete selected items"; -$a->strings["Follow Thread"] = "Follow thread"; -$a->strings["View Status"] = "View status"; -$a->strings["View Profile"] = "View profile"; -$a->strings["View Photos"] = "View photos"; -$a->strings["Network Posts"] = "Network posts"; -$a->strings["View Contact"] = "View contact"; -$a->strings["Send PM"] = "Send PM"; -$a->strings["Poke"] = "Poke"; -$a->strings["Connect/Follow"] = "Connect/Follow"; -$a->strings["%s likes this."] = "%s likes this."; -$a->strings["%s doesn't like this."] = "%s doesn't like this."; -$a->strings["%s attends."] = "%s attends."; -$a->strings["%s doesn't attend."] = "%s doesn't attend."; -$a->strings["%s attends maybe."] = "%s may attend."; -$a->strings["and"] = "and"; -$a->strings["and %d other people"] = ""; -$a->strings["%2\$d people like this"] = "%2\$d people like this"; -$a->strings["%s like this."] = "%s like this."; -$a->strings["%2\$d people don't like this"] = "%2\$d people don't like this"; -$a->strings["%s don't like this."] = "%s don't like this."; -$a->strings["%2\$d people attend"] = "%2\$d people attend"; -$a->strings["%s attend."] = "%s attend."; -$a->strings["%2\$d people don't attend"] = "%2\$d people don't attend"; -$a->strings["%s don't attend."] = "%s don't attend."; -$a->strings["%2\$d people attend maybe"] = "%2\$d people attend maybe"; -$a->strings["%s anttend maybe."] = "%s attend maybe."; -$a->strings["Visible to everybody"] = "Visible to everybody"; -$a->strings["Please enter a link URL:"] = "Please enter a link URL:"; -$a->strings["Please enter a video link/URL:"] = "Please enter a video link/URL:"; -$a->strings["Please enter an audio link/URL:"] = "Please enter an audio link/URL:"; -$a->strings["Tag term:"] = "Tag term:"; -$a->strings["Save to Folder:"] = "Save to folder:"; -$a->strings["Where are you right now?"] = "Where are you right now?"; -$a->strings["Delete item(s)?"] = "Delete item(s)?"; -$a->strings["Share"] = "Share"; -$a->strings["Upload photo"] = "Upload photo"; -$a->strings["upload photo"] = "upload photo"; -$a->strings["Attach file"] = "Attach file"; -$a->strings["attach file"] = "attach file"; -$a->strings["Insert web link"] = "Insert web link"; -$a->strings["web link"] = "web link"; -$a->strings["Insert video link"] = "Insert video link"; -$a->strings["video link"] = "video link"; -$a->strings["Insert audio link"] = "Insert audio link"; -$a->strings["audio link"] = "audio link"; -$a->strings["Set your location"] = "Set your location"; -$a->strings["set location"] = "set location"; -$a->strings["Clear browser location"] = "Clear browser location"; -$a->strings["clear location"] = "clear location"; -$a->strings["Set title"] = "Set title"; -$a->strings["Categories (comma-separated list)"] = "Categories (comma-separated list)"; -$a->strings["Permission settings"] = "Permission settings"; -$a->strings["permissions"] = "permissions"; -$a->strings["Public post"] = "Public post"; -$a->strings["Preview"] = "Preview"; -$a->strings["Cancel"] = "Cancel"; -$a->strings["Post to Groups"] = "Post to groups"; -$a->strings["Post to Contacts"] = "Post to contacts"; -$a->strings["Private post"] = "Private post"; -$a->strings["Message"] = "Message"; -$a->strings["Browser"] = "Browser"; -$a->strings["View all"] = "View all"; -$a->strings["Like"] = [ - 0 => "Like", - 1 => "Likes", -]; -$a->strings["Dislike"] = [ - 0 => "Dislike", - 1 => "Dislikes", -]; -$a->strings["Not Attending"] = [ - 0 => "Not attending", - 1 => "Not attending", -]; -$a->strings["Undecided"] = [ - 0 => "Undecided", - 1 => "Undecided", -]; -$a->strings["Cannot locate DNS info for database server '%s'"] = "Cannot locate DNS info for database server '%s'"; $a->strings["Friendica Notification"] = "Friendica notification"; $a->strings["Thank You,"] = "Thank you"; $a->strings["%s Administrator"] = "%s Administrator"; @@ -190,79 +71,130 @@ $a->strings["'%1\$s' has accepted your connection request at %2\$s"] = "'%1\$s' $a->strings["%2\$s has accepted your [url=%1\$s]connection request[/url]."] = "%2\$s has accepted your [url=%1\$s]connection request[/url]."; $a->strings["You are now mutual friends and may exchange status updates, photos, and email without restriction."] = "You are now mutual friends and may exchange status updates, photos, and email without restriction."; $a->strings["Please visit %s if you wish to make any changes to this relationship."] = "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' has chosen to accept you a fan, which restricts some forms of communication - such as private messaging and some profile interactions. If this is a celebrity or community page, these settings were applied automatically."] = "'%1\$s' has chosen to accept you as fan, which restricts some forms of communication - such as private messaging and some profile interactions. If this is a celebrity or community page, these settings were applied automatically."; $a->strings["'%1\$s' may choose to extend this into a two-way or more permissive relationship in the future."] = "'%1\$s' may choose to extend this into a two-way or more permissive relationship in the future."; $a->strings["Please visit %s if you wish to make any changes to this relationship."] = "Please visit %s if you wish to make any changes to this relationship."; $a->strings["[Friendica System:Notify] registration request"] = "[Friendica:Notify] registration request"; $a->strings["You've received a registration request from '%1\$s' at %2\$s"] = "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."] = "You've received a [url=%1\$s]registration request[/url] from %2\$s."; -$a->strings["Full Name:\t%1\$s\\nSite Location:\t%2\$s\\nLogin Name:\t%3\$s (%4\$s("] = ""; +$a->strings["Full Name:\t%1\$s\\nSite Location:\t%2\$s\\nLogin Name:\t%3\$s (%4\$s)"] = "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."] = "Please visit %s to approve or reject the request."; -$a->strings["all-day"] = "All-day"; -$a->strings["Sun"] = "Sun"; -$a->strings["Mon"] = "Mon"; -$a->strings["Tue"] = "Tue"; -$a->strings["Wed"] = "Wed"; -$a->strings["Thu"] = "Thu"; -$a->strings["Fri"] = "Fri"; -$a->strings["Sat"] = "Sat"; -$a->strings["Sunday"] = "Sunday"; -$a->strings["Monday"] = "Monday"; -$a->strings["Tuesday"] = "Tuesday"; -$a->strings["Wednesday"] = "Wednesday"; -$a->strings["Thursday"] = "Thursday"; -$a->strings["Friday"] = "Friday"; -$a->strings["Saturday"] = "Saturday"; -$a->strings["Jan"] = "Jan"; -$a->strings["Feb"] = "Feb"; -$a->strings["Mar"] = "Mar"; -$a->strings["Apr"] = "Apr"; -$a->strings["May"] = "May"; -$a->strings["Jun"] = "Jun"; -$a->strings["Jul"] = "Jul"; -$a->strings["Aug"] = "Aug"; -$a->strings["Sept"] = "Sep"; -$a->strings["Oct"] = "Oct"; -$a->strings["Nov"] = "Nov"; -$a->strings["Dec"] = "Dec"; -$a->strings["January"] = "January"; -$a->strings["February"] = "February"; -$a->strings["March"] = "March"; -$a->strings["April"] = "April"; -$a->strings["June"] = "June"; -$a->strings["July"] = "July"; -$a->strings["August"] = "August"; -$a->strings["September"] = "September"; -$a->strings["October"] = "October"; -$a->strings["November"] = "November"; -$a->strings["December"] = "December"; -$a->strings["today"] = "today"; -$a->strings["month"] = "month"; -$a->strings["week"] = "week"; -$a->strings["day"] = "day"; -$a->strings["No events to display"] = "No events to display"; -$a->strings["l, F j"] = "l, F j"; -$a->strings["Edit event"] = "Edit event"; -$a->strings["Duplicate event"] = "Duplicate event"; -$a->strings["Delete event"] = "Delete event"; -$a->strings["link to source"] = "Link to source"; -$a->strings["Export"] = "Export"; -$a->strings["Export calendar as ical"] = "Export calendar as ical"; -$a->strings["Export calendar as csv"] = "Export calendar as csv"; -$a->strings["D g:i A"] = "D g:i A"; -$a->strings["g:i A"] = "g:i A"; -$a->strings["Show map"] = "Show map"; -$a->strings["Hide map"] = "Hide map"; $a->strings["Item not found."] = "Item not found."; $a->strings["Do you really want to delete this item?"] = "Do you really want to delete this item?"; $a->strings["Yes"] = "Yes"; +$a->strings["Cancel"] = "Cancel"; $a->strings["Permission denied."] = "Permission denied."; $a->strings["Archives"] = "Archives"; $a->strings["show more"] = "Show more..."; -$a->strings["Welcome "] = "Welcome "; -$a->strings["Please upload a profile photo."] = "Please upload a profile photo."; -$a->strings["Welcome back "] = "Welcome back "; -$a->strings["The form security token was not correct. This probably happened because the form has been opened for too long (>3 hours) before submitting it."] = "The form security token was incorrect. This probably happened because the form has not been submitted within 3 hours."; +$a->strings["event"] = "event"; +$a->strings["status"] = "status"; +$a->strings["photo"] = "photo"; +$a->strings["%1\$s likes %2\$s's %3\$s"] = "%1\$s likes %2\$s's %3\$s"; +$a->strings["%1\$s doesn't like %2\$s's %3\$s"] = "%1\$s doesn't like %2\$s's %3\$s"; +$a->strings["%1\$s attends %2\$s's %3\$s"] = "%1\$s goes to %2\$s's %3\$s"; +$a->strings["%1\$s doesn't attend %2\$s's %3\$s"] = "%1\$s doesn't go %2\$s's %3\$s"; +$a->strings["%1\$s attends maybe %2\$s's %3\$s"] = "%1\$s might go to %2\$s's %3\$s"; +$a->strings["%1\$s is now friends with %2\$s"] = "%1\$s is now friends with %2\$s"; +$a->strings["%1\$s poked %2\$s"] = "%1\$s poked %2\$s"; +$a->strings["%1\$s tagged %2\$s's %3\$s with %4\$s"] = "%1\$s tagged %2\$s's %3\$s with %4\$s"; +$a->strings["post/item"] = "Post/Item"; +$a->strings["%1\$s marked %2\$s's %3\$s as favorite"] = "%1\$s marked %2\$s's %3\$s as favorite"; +$a->strings["Likes"] = "Likes"; +$a->strings["Dislikes"] = "Dislikes"; +$a->strings["Attending"] = [ + 0 => "Attending", + 1 => "Attending", +]; +$a->strings["Not attending"] = "Not attending"; +$a->strings["Might attend"] = "Might attend"; +$a->strings["Select"] = "Select"; +$a->strings["Delete"] = "Delete"; +$a->strings["View %s's profile @ %s"] = "View %s's profile @ %s"; +$a->strings["Categories:"] = "Categories:"; +$a->strings["Filed under:"] = "Filed under:"; +$a->strings["%s from %s"] = "%s from %s"; +$a->strings["View in context"] = "View in context"; +$a->strings["Please wait"] = "Please wait"; +$a->strings["remove"] = "Remove"; +$a->strings["Delete Selected Items"] = "Delete selected items"; +$a->strings["Follow Thread"] = "Follow thread"; +$a->strings["View Status"] = "View status"; +$a->strings["View Profile"] = "View profile"; +$a->strings["View Photos"] = "View photos"; +$a->strings["Network Posts"] = "Network posts"; +$a->strings["View Contact"] = "View contact"; +$a->strings["Send PM"] = "Send PM"; +$a->strings["Poke"] = "Poke"; +$a->strings["Connect/Follow"] = "Connect/Follow"; +$a->strings["%s likes this."] = "%s likes this."; +$a->strings["%s doesn't like this."] = "%s doesn't like this."; +$a->strings["%s attends."] = "%s attends."; +$a->strings["%s doesn't attend."] = "%s doesn't attend."; +$a->strings["%s attends maybe."] = "%s may attend."; +$a->strings["and"] = "and"; +$a->strings["and %d other people"] = "and %d other people"; +$a->strings["%2\$d people like this"] = "%2\$d people like this"; +$a->strings["%s like this."] = "%s like this."; +$a->strings["%2\$d people don't like this"] = "%2\$d people don't like this"; +$a->strings["%s don't like this."] = "%s don't like this."; +$a->strings["%2\$d people attend"] = "%2\$d people attend"; +$a->strings["%s attend."] = "%s attend."; +$a->strings["%2\$d people don't attend"] = "%2\$d people don't attend"; +$a->strings["%s don't attend."] = "%s don't attend."; +$a->strings["%2\$d people attend maybe"] = "%2\$d people attend maybe"; +$a->strings["%s attend maybe."] = "%s may be attending."; +$a->strings["Visible to everybody"] = "Visible to everybody"; +$a->strings["Please enter a link URL:"] = "Please enter a link URL:"; +$a->strings["Please enter a video link/URL:"] = "Please enter a video link/URL:"; +$a->strings["Please enter an audio link/URL:"] = "Please enter an audio link/URL:"; +$a->strings["Tag term:"] = "Tag term:"; +$a->strings["Save to Folder:"] = "Save to folder:"; +$a->strings["Where are you right now?"] = "Where are you right now?"; +$a->strings["Delete item(s)?"] = "Delete item(s)?"; +$a->strings["New Post"] = "New post"; +$a->strings["Share"] = "Share"; +$a->strings["Upload photo"] = "Upload photo"; +$a->strings["upload photo"] = "upload photo"; +$a->strings["Attach file"] = "Attach file"; +$a->strings["attach file"] = "attach file"; +$a->strings["Insert web link"] = "Insert web link"; +$a->strings["web link"] = "web link"; +$a->strings["Insert video link"] = "Insert video link"; +$a->strings["video link"] = "video link"; +$a->strings["Insert audio link"] = "Insert audio link"; +$a->strings["audio link"] = "audio link"; +$a->strings["Set your location"] = "Set your location"; +$a->strings["set location"] = "set location"; +$a->strings["Clear browser location"] = "Clear browser location"; +$a->strings["clear location"] = "clear location"; +$a->strings["Set title"] = "Set title"; +$a->strings["Categories (comma-separated list)"] = "Categories (comma-separated list)"; +$a->strings["Permission settings"] = "Permission settings"; +$a->strings["permissions"] = "permissions"; +$a->strings["Public post"] = "Public post"; +$a->strings["Preview"] = "Preview"; +$a->strings["Post to Groups"] = "Post to groups"; +$a->strings["Post to Contacts"] = "Post to contacts"; +$a->strings["Private post"] = "Private post"; +$a->strings["Message"] = "Message"; +$a->strings["Browser"] = "Browser"; +$a->strings["View all"] = "View all"; +$a->strings["Like"] = [ + 0 => "Like", + 1 => "Likes", +]; +$a->strings["Dislike"] = [ + 0 => "Dislike", + 1 => "Dislikes", +]; +$a->strings["Not Attending"] = [ + 0 => "Not attending", + 1 => "Not attending", +]; +$a->strings["Undecided"] = [ + 0 => "Undecided", + 1 => "Undecided", +]; $a->strings["newer"] = "Later posts"; $a->strings["older"] = "Earlier posts"; $a->strings["first"] = "first"; @@ -278,7 +210,7 @@ $a->strings["%d Contact"] = [ ]; $a->strings["View Contacts"] = "View contacts"; $a->strings["Save"] = "Save"; -$a->strings["Follow"] = ""; +$a->strings["Follow"] = "Follow"; $a->strings["Search"] = "Search"; $a->strings["@name, !forum, #tags, content"] = "@name, !forum, #tags, content"; $a->strings["Full Text"] = "Full text"; @@ -297,12 +229,49 @@ $a->strings["finger"] = "finger"; $a->strings["fingered"] = "fingered"; $a->strings["rebuff"] = "rebuff"; $a->strings["rebuffed"] = "rebuffed"; +$a->strings["Monday"] = "Monday"; +$a->strings["Tuesday"] = "Tuesday"; +$a->strings["Wednesday"] = "Wednesday"; +$a->strings["Thursday"] = "Thursday"; +$a->strings["Friday"] = "Friday"; +$a->strings["Saturday"] = "Saturday"; +$a->strings["Sunday"] = "Sunday"; +$a->strings["January"] = "January"; +$a->strings["February"] = "February"; +$a->strings["March"] = "March"; +$a->strings["April"] = "April"; +$a->strings["May"] = "May"; +$a->strings["June"] = "June"; +$a->strings["July"] = "July"; +$a->strings["August"] = "August"; +$a->strings["September"] = "September"; +$a->strings["October"] = "October"; +$a->strings["November"] = "November"; +$a->strings["December"] = "December"; +$a->strings["Mon"] = "Mon"; +$a->strings["Tue"] = "Tue"; +$a->strings["Wed"] = "Wed"; +$a->strings["Thu"] = "Thu"; +$a->strings["Fri"] = "Fri"; +$a->strings["Sat"] = "Sat"; +$a->strings["Sun"] = "Sun"; +$a->strings["Jan"] = "Jan"; +$a->strings["Feb"] = "Feb"; +$a->strings["Mar"] = "Mar"; +$a->strings["Apr"] = "Apr"; +$a->strings["Jul"] = "Jul"; +$a->strings["Aug"] = "Aug"; $a->strings["Sep"] = "Sep"; +$a->strings["Oct"] = "Oct"; +$a->strings["Nov"] = "Nov"; +$a->strings["Dec"] = "Dec"; +$a->strings["Content warning: %s"] = "Content warning: %s"; $a->strings["View Video"] = "View video"; $a->strings["bytes"] = "bytes"; -$a->strings["Click to open/close"] = "Click to open/close"; +$a->strings["Click to open/close"] = "Reveal/hide"; $a->strings["View on separate page"] = "View on separate page"; $a->strings["view on separate page"] = "view on separate page"; +$a->strings["link to source"] = "Link to source"; $a->strings["activity"] = "activity"; $a->strings["comment"] = [ 0 => "comment", @@ -322,8 +291,6 @@ $a->strings["Applications"] = "Applications"; $a->strings["No installed applications."] = "No installed applications."; $a->strings["Item not available."] = "Item not available."; $a->strings["Item was not found."] = "Item was not found."; -$a->strings["Login"] = "Login"; -$a->strings["The post was created"] = "The post was created"; $a->strings["No contacts in common."] = "No contacts in common."; $a->strings["Common Friends"] = "Common friends"; $a->strings["Credits"] = "Credits"; @@ -351,64 +318,11 @@ $a->strings["Friend Confirm URL"] = "Friend confirm URL:"; $a->strings["Notification Endpoint URL"] = "Notification endpoint URL"; $a->strings["Poll/Feed URL"] = "Poll/Feed URL:"; $a->strings["New photo from this URL"] = "New photo from this URL:"; -$a->strings["No potential page delegates located."] = "No potential page delegates found."; -$a->strings["Delegate Page Management"] = "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."] = "Delegates are able to manage all aspects of this account except for key setting features. Please do not delegate your personal account to anybody that you do not trust completely."; -$a->strings["Existing Page Managers"] = "Existing page managers"; -$a->strings["Existing Page Delegates"] = "Existing page delegates"; -$a->strings["Potential Delegates"] = "Potential delegates"; -$a->strings["Remove"] = "Remove"; -$a->strings["Add"] = "Add"; -$a->strings["No entries."] = "No entries."; -$a->strings["Public access denied."] = "Public access denied."; -$a->strings["Gender:"] = "Gender:"; -$a->strings["Status:"] = "Status:"; -$a->strings["Homepage:"] = "Homepage:"; -$a->strings["About:"] = "About:"; -$a->strings["Global Directory"] = "Global Directory"; -$a->strings["Find on this site"] = "Find on this site"; -$a->strings["Results for:"] = "Results for:"; -$a->strings["Site Directory"] = "Site directory"; -$a->strings["Find"] = "Find"; -$a->strings["No entries (some entries may be hidden)."] = "No entries (entries may be hidden)."; $a->strings["Photos"] = "Photos"; $a->strings["Contact Photos"] = "Contact photos"; $a->strings["Upload"] = "Upload"; $a->strings["Files"] = "Files"; $a->strings["Not Found"] = "Not found"; -$a->strings["- select -"] = "- select -"; -$a->strings["Contact added"] = "Contact added"; -$a->strings["Submit Request"] = "Submit request"; -$a->strings["You already added this contact."] = "You already added this contact."; -$a->strings["Diaspora support isn't enabled. Contact can't be added."] = "Diaspora support isn't enabled. Contact can't be added."; -$a->strings["OStatus support is disabled. Contact can't be added."] = "OStatus support is disabled. Contact can't be added."; -$a->strings["The network type couldn't be detected. Contact can't be added."] = "The network type couldn't be detected. Contact can't be added."; -$a->strings["Please answer the following:"] = "Please answer the following:"; -$a->strings["Does %s know you?"] = "Does %s know you?"; -$a->strings["Add a personal note:"] = "Add a personal note:"; -$a->strings["Your Identity Address:"] = "My identity address:"; -$a->strings["Profile URL"] = "Profile URL:"; -$a->strings["Tags:"] = "Tags:"; -$a->strings["Status Messages and Posts"] = "Status Messages and Posts"; -$a->strings["Group created."] = "Group created."; -$a->strings["Could not create group."] = "Could not create group."; -$a->strings["Group not found."] = "Group not found."; -$a->strings["Group name changed."] = "Group name changed."; -$a->strings["Permission denied"] = "Permission denied"; -$a->strings["Save Group"] = "Save group"; -$a->strings["Create a group of contacts/friends."] = "Create a group of contacts/friends."; -$a->strings["Group Name: "] = "Group name: "; -$a->strings["Group removed."] = "Group removed."; -$a->strings["Unable to remove group."] = "Unable to remove group."; -$a->strings["Delete Group"] = "Delete group"; -$a->strings["Group Editor"] = "Group Editor"; -$a->strings["Edit Group Name"] = "Edit group name"; -$a->strings["Members"] = "Members"; -$a->strings["All Contacts"] = "All contacts"; -$a->strings["Group is empty"] = "Group is empty"; -$a->strings["Remove Contact"] = "Remove contact"; -$a->strings["Add Contact"] = "Add contact"; -$a->strings["Click on a contact to add or remove."] = "Click on a contact to add or remove."; $a->strings["No profile"] = "No profile"; $a->strings["Help:"] = "Help:"; $a->strings["Help"] = "Help"; @@ -454,18 +368,7 @@ $a->strings["Our help pages may be consulted for detail on othe $a->strings["Visit %s's profile [%s]"] = "Visit %s's profile [%s]"; $a->strings["Edit contact"] = "Edit contact"; $a->strings["Contacts who are not members of a group"] = "Contacts who are not members of a group"; -$a->strings["Personal Notes"] = "Personal notes"; $a->strings["Not Extended"] = "Not extended"; -$a->strings["Invalid profile identifier."] = "Invalid profile identifier."; -$a->strings["Profile Visibility Editor"] = "Profile Visibility Editor"; -$a->strings["Visible To"] = "Visible to"; -$a->strings["All Contacts (with secure profile access)"] = "All contacts with secure profile access"; -$a->strings["Account approved."] = "Account approved."; -$a->strings["Registration revoked for %s"] = "Registration revoked for %s"; -$a->strings["Please login."] = "Please login."; -$a->strings["Remove My Account"] = "Remove My Account"; -$a->strings["This will completely remove your account. Once this has been done it is not recoverable."] = "This will completely remove your account. Once this has been done it is not recoverable."; -$a->strings["Please enter your password for verification:"] = "Please enter your password for verification:"; $a->strings["Resubscribing to OStatus contacts"] = "Resubscribing to OStatus contacts"; $a->strings["Error"] = "Error"; $a->strings["Done"] = "Done"; @@ -474,49 +377,6 @@ $a->strings["Do you really want to delete this suggestion?"] = "Do you really wa $a->strings["No suggestions available. If this is a new site, please try again in 24 hours."] = "No suggestions available. If this is a new site, please try again in 24 hours."; $a->strings["Ignore/Hide"] = "Ignore/Hide"; $a->strings["Friend Suggestions"] = "Friend suggestions"; -$a->strings["Contact wasn't found or can't be unfollowed."] = "Contact wasn't found or can't be unfollowed."; -$a->strings["Contact unfollowed"] = "Contact unfollowed"; -$a->strings["You aren't a friend of this contact."] = "You aren't a friend of this contact."; -$a->strings["Unfollowing is currently not supported by your network."] = "Unfollowing is currently not supported by your network."; -$a->strings["Disconnect/Unfollow"] = "Disconnect/Unfollow"; -$a->strings["[Embedded content - reload page to view]"] = "[Embedded content - reload page to view]"; -$a->strings["No contacts."] = "No contacts."; -$a->strings["Access denied."] = "Access denied."; -$a->strings["Invalid request."] = "Invalid request."; -$a->strings["Image exceeds size limit of %s"] = "Image exceeds size limit of %s"; -$a->strings["Unable to process image."] = "Unable to process image."; -$a->strings["Wall Photos"] = "Wall photos"; -$a->strings["Image upload failed."] = "Image upload failed."; -$a->strings["Number of daily wall messages for %s exceeded. Message failed."] = "Number of daily wall messages for %s exceeded. Message failed."; -$a->strings["No recipient selected."] = "No recipient selected."; -$a->strings["Unable to check your home location."] = "Unable to check your home location."; -$a->strings["Message could not be sent."] = "Message could not be sent."; -$a->strings["Message collection failure."] = "Message collection failure."; -$a->strings["Message sent."] = "Message sent."; -$a->strings["No recipient."] = "No recipient."; -$a->strings["Send Private Message"] = "Send private message"; -$a->strings["If you wish for %s to respond, please check that the privacy settings on your site allow private mail from unknown senders."] = "If you wish for %s to respond, please check that the privacy settings on your site allow private mail from unknown senders."; -$a->strings["To:"] = "To:"; -$a->strings["Subject:"] = "Subject:"; -$a->strings["Your message:"] = "Your message:"; -$a->strings["Source (bbcode) text:"] = "Source (bbcode) text:"; -$a->strings["Source (Diaspora) text to convert to BBcode:"] = "Source (Diaspora) text to convert to BBcode:"; -$a->strings["Source input: "] = "Source input: "; -$a->strings["bbcode (raw HTML(: "] = ""; -$a->strings["bbcode: "] = ""; -$a->strings["bbcode => html2bbcode: "] = ""; -$a->strings["bb2diaspora: "] = ""; -$a->strings["bb2diaspora => Markdown: "] = ""; -$a->strings["bb2diaspora => diaspora2bb: "] = ""; -$a->strings["Source input (Diaspora format): "] = "Source input (Diaspora format): "; -$a->strings["diaspora2bb: "] = "diaspora2bb: "; -$a->strings["Item not found"] = "Item not found"; -$a->strings["Edit post"] = "Edit post"; -$a->strings["Export account"] = "Export account"; -$a->strings["Export your account info and contacts. Use this to make a backup of your account and/or to move it to another server."] = "Export your account info and contacts. Use this to backup your account or to move it to another server."; -$a->strings["Export all"] = "Export all"; -$a->strings["Export your accout info, contacts and all your items as json. Could be a very big file, and could take a lot of time. Use this to make a full backup of your account (photos are not exported)"] = "Export your account info, contacts and all your items as json. Could be a very big file, and could take a lot of time. Use this to make a full backup of your account (photos are not exported)"; -$a->strings["Export personal data"] = "Export personal data"; $a->strings["This site has exceeded the number of allowed daily account registrations. Please try again tomorrow."] = "This site has exceeded the number of allowed daily account registrations. Please try again tomorrow."; $a->strings["Import"] = "Import profile"; $a->strings["Move account"] = "Move Existing Friendica Account"; @@ -525,24 +385,12 @@ $a->strings["You need to export your account from the old server and upload it h $a->strings["This feature is experimental. We can't import contacts from the OStatus network (GNU Social/Statusnet) or from Diaspora"] = "This feature is experimental. We can't import contacts from the OStatus network (GNU Social/Statusnet) or from Diaspora."; $a->strings["Account file"] = "Account file:"; $a->strings["To export your account, go to \"Settings->Export your personal data\" and select \"Export account\""] = "To export your account, go to \"Settings->Export personal data\" and select \"Export account\""; +$a->strings["[Embedded content - reload page to view]"] = "[Embedded content - reload page to view]"; $a->strings["%1\$s welcomes %2\$s"] = "%1\$s welcomes %2\$s"; -$a->strings["People Search - %s"] = "People search - %s"; -$a->strings["Forum Search - %s"] = "Forum search - %s"; -$a->strings["No matches"] = "No matches"; -$a->strings["This is Friendica, version"] = "This is Friendica, version"; -$a->strings["running at web location"] = "running at web location"; -$a->strings["Please visit Friendi.ca to learn more about the Friendica project."] = "Please visit Friendi.ca to learn more about the Friendica project."; -$a->strings["Bug reports and issues: please visit"] = "Bug reports and issues: please visit"; -$a->strings["the bugtracker at github"] = "the bugtracker at github"; -$a->strings["Suggestions, praise, donations, etc. - please email \"Info\" at Friendica - dot com"] = "Suggestions, praise, donations, etc. - please email \"Info\" at Friendica - dot com"; -$a->strings["Installed addons/apps:"] = ""; -$a->strings["No installed addons/apps"] = ""; -$a->strings["On this server the following remote servers are blocked."] = "On this server the following remote servers are blocked."; -$a->strings["Blocked domain"] = "Blocked domain"; -$a->strings["Reason for the block"] = "Reason for the block"; $a->strings["No keywords to match. Please add keywords to your default profile."] = "No keywords to match. Please add keywords to your default profile."; $a->strings["is interested in:"] = "is interested in:"; $a->strings["Profile Match"] = "Profile Match"; +$a->strings["No matches"] = "No matches"; $a->strings["Invalid request identifier."] = "Invalid request identifier."; $a->strings["Discard"] = "Discard"; $a->strings["Ignore"] = "Ignore"; @@ -569,484 +417,19 @@ $a->strings["Accepting %s as a sharer allows them to subscribe to your posts, bu $a->strings["Friend"] = "Friend"; $a->strings["Sharer"] = "Sharer"; $a->strings["Subscriber"] = "Subscriber"; +$a->strings["Location:"] = "Location:"; +$a->strings["About:"] = "About:"; +$a->strings["Tags:"] = "Tags:"; +$a->strings["Gender:"] = "Gender:"; +$a->strings["Profile URL"] = "Profile URL:"; $a->strings["Network:"] = "Network:"; $a->strings["No introductions."] = "No introductions."; $a->strings["Show unread"] = "Show unread"; $a->strings["Show all"] = "Show all"; $a->strings["No more %s notifications."] = "No more %s notifications."; -$a->strings["Post successful."] = "Post successful."; $a->strings["OpenID protocol error. No ID returned."] = "OpenID protocol error. No ID returned."; $a->strings["Account not found and OpenID registration is not permitted on this site."] = "Account not found and OpenID registration is not permitted on this site."; $a->strings["Login failed."] = "Login failed."; -$a->strings["Subscribing to OStatus contacts"] = "Subscribing to OStatus contacts"; -$a->strings["No contact provided."] = "No contact provided."; -$a->strings["Couldn't fetch information for contact."] = "Couldn't fetch information for contact."; -$a->strings["Couldn't fetch friends for contact."] = "Couldn't fetch friends for contact."; -$a->strings["success"] = "success"; -$a->strings["failed"] = "failed"; -$a->strings["ignored"] = "Ignored"; -$a->strings["Only logged in users are permitted to perform a probing."] = "Only logged in users are permitted to perform a probing."; -$a->strings["Theme settings updated."] = "Theme settings updated."; -$a->strings["Information"] = "Information"; -$a->strings["Overview"] = ""; -$a->strings["Federation Statistics"] = "Federation statistics"; -$a->strings["Configuration"] = ""; -$a->strings["Site"] = "Site"; -$a->strings["Users"] = "Users"; -$a->strings["Addons"] = ""; -$a->strings["Themes"] = "Theme selection"; -$a->strings["Additional features"] = "Additional features"; -$a->strings["Database"] = ""; -$a->strings["DB updates"] = "DB updates"; -$a->strings["Inspect Queue"] = "Inspect queue"; -$a->strings["Tools"] = ""; -$a->strings["Contact Blocklist"] = ""; -$a->strings["Server Blocklist"] = "Server blocklist"; -$a->strings["Delete Item"] = "Delete item"; -$a->strings["Logs"] = "Logs"; -$a->strings["View Logs"] = "View logs"; -$a->strings["Diagnostics"] = ""; -$a->strings["PHP Info"] = ""; -$a->strings["probe address"] = "Probe address"; -$a->strings["check webfinger"] = "Check webfinger"; -$a->strings["Admin"] = "Admin"; -$a->strings["Addon Features"] = ""; -$a->strings["User registrations waiting for confirmation"] = "User registrations awaiting confirmation"; -$a->strings["The blocked domain"] = "Blocked domain"; -$a->strings["The reason why you blocked this domain."] = "Reason why you blocked this domain."; -$a->strings["Delete domain"] = "Delete domain"; -$a->strings["Check to delete this entry from the blocklist"] = "Check to delete this entry from the blocklist"; -$a->strings["Administration"] = "Administration"; -$a->strings["This page can be used to define a black list of servers from the federated network that are not allowed to interact with your node. For all entered domains you should also give a reason why you have blocked the remote server."] = "This page can be used to define a black list of servers from the federated network that are not allowed to interact with your node. For all entered domains you should also give a reason why you have blocked the remote server."; -$a->strings["The list of blocked servers will be made publically available on the /friendica page so that your users and people investigating communication problems can find the reason easily."] = "The list of blocked servers will publicly available on the Friendica page so that your users and people investigating communication problems can readily find the reason."; -$a->strings["Add new entry to block list"] = "Add new entry to block list"; -$a->strings["Server Domain"] = "Server domain"; -$a->strings["The domain of the new server to add to the block list. Do not include the protocol."] = "The domain of the new server to add to the block list. Do not include the protocol."; -$a->strings["Block reason"] = "Block reason"; -$a->strings["Add Entry"] = "Add entry"; -$a->strings["Save changes to the blocklist"] = "Save changes to the blocklist"; -$a->strings["Current Entries in the Blocklist"] = "Current entries in the blocklist"; -$a->strings["Delete entry from blocklist"] = "Delete entry from blocklist"; -$a->strings["Delete entry from blocklist?"] = "Delete entry from blocklist?"; -$a->strings["Server added to blocklist."] = "Server added to blocklist."; -$a->strings["Site blocklist updated."] = "Site blocklist updated."; -$a->strings["The contact has been blocked from the node"] = ""; -$a->strings["Could not find any contact entry for this URL (%s)"] = ""; -$a->strings["%s contact unblocked"] = [ - 0 => "", - 1 => "", -]; -$a->strings["Remote Contact Blocklist"] = ""; -$a->strings["This page allows you to prevent any message from a remote contact to reach your node."] = ""; -$a->strings["Block Remote Contact"] = ""; -$a->strings["select all"] = "select all"; -$a->strings["select none"] = ""; -$a->strings["Block"] = "Block"; -$a->strings["Unblock"] = "Unblock"; -$a->strings["No remote contact is blocked from this node."] = ""; -$a->strings["Blocked Remote Contacts"] = ""; -$a->strings["Block New Remote Contact"] = ""; -$a->strings["Photo"] = ""; -$a->strings["Address"] = "Address"; -$a->strings["%s total blocked contact"] = [ - 0 => "", - 1 => "", -]; -$a->strings["URL of the remote contact to block."] = ""; -$a->strings["Delete this Item"] = "Delete"; -$a->strings["On this page you can delete an item from your node. If the item is a top level posting, the entire thread will be deleted."] = "Here you can delete an item from this node. If the item is a top-level posting, the entire thread will be deleted."; -$a->strings["You need to know the GUID of the item. You can find it e.g. by looking at the display URL. The last part of http://example.com/display/123456 is the GUID, here 123456."] = "You need to know the global unique identifier (GUID) of the item, which you can find by looking at the display URL. The last part of http://example.com/display/123456 is the GUID: i.e. 123456."; -$a->strings["GUID"] = "GUID"; -$a->strings["The GUID of the item you want to delete."] = "GUID of item to be deleted."; -$a->strings["Item marked for deletion."] = "Item marked for deletion."; -$a->strings["unknown"] = "unknown"; -$a->strings["This page offers you some numbers to the known part of the federated social network your Friendica node is part of. These numbers are not complete but only reflect the part of the network your node is aware of."] = "This page offers you the amount of known part of the federated social network your Friendica node is part of. These numbers are not complete and only reflect the part of the network your node is aware of."; -$a->strings["The Auto Discovered Contact Directory feature is not enabled, it will improve the data displayed here."] = "The Auto Discovered Contact Directory feature is not enabled; enabling it will improve the data displayed here."; -$a->strings["Currently this node is aware of %d nodes with %d registered users from the following platforms:"] = ""; -$a->strings["ID"] = "ID"; -$a->strings["Recipient Name"] = "Recipient name"; -$a->strings["Recipient Profile"] = "Recipient profile"; -$a->strings["Network"] = "Network"; -$a->strings["Created"] = "Created"; -$a->strings["Last Tried"] = "Last Tried"; -$a->strings["This page lists the content of the queue for outgoing postings. These are postings the initial delivery failed for. They will be resend later and eventually deleted if the delivery fails permanently."] = "This page lists the content of the queue for outgoing postings. These are postings the initial delivery failed for. They will be resend later and eventually deleted if the delivery fails permanently."; -$a->strings["Your DB still runs with MyISAM tables. You should change the engine type to InnoDB. As Friendica will use InnoDB only features in the future, you should change this! See here for a guide that may be helpful converting the table engines. You may also use the command php scripts/dbstructure.php toinnodb of your Friendica installation for an automatic conversion.
    "] = "Your DB still runs with MyISAM tables. You should change the engine type to InnoDB, because Friendica will use InnoDB only features in the future. See here for a guide that may be helpful converting the table engines. You may also use the command php scripts/dbstructure.php toinnodb of your Friendica installation for an automatic conversion.
    "; -$a->strings["There is a new version of Friendica available for download. Your current version is %1\$s, upstream version is %2\$s"] = "A new Friendica version is available now. Your current version is %1\$s, upstream version is %2\$s"; -$a->strings["The database update failed. Please run \"php scripts/dbstructure.php update\" from the command line and have a look at the errors that might appear."] = "The database update failed. Please run \"php scripts/dbstructure.php update\" from the command line; check logs for errors."; -$a->strings["The worker was never executed. Please check your database structure!"] = "The worker process has never been executed. Please check your database structure!"; -$a->strings["The last worker execution was on %s UTC. This is older than one hour. Please check your crontab settings."] = "The last worker process started at %s UTC. This is more than one hour ago. Please adjust your crontab settings."; -$a->strings["Normal Account"] = "Standard account"; -$a->strings["Automatic Follower Account"] = "Automatic follower account"; -$a->strings["Public Forum Account"] = "Public forum account"; -$a->strings["Automatic Friend Account"] = "Automatic friend account"; -$a->strings["Blog Account"] = "Blog account"; -$a->strings["Private Forum Account"] = "Private forum account"; -$a->strings["Message queues"] = "Message queues"; -$a->strings["Summary"] = "Summary"; -$a->strings["Registered users"] = "Signed up users"; -$a->strings["Pending registrations"] = "Pending registrations"; -$a->strings["Version"] = "Version"; -$a->strings["Active addons"] = ""; -$a->strings["Can not parse base url. Must have at least ://"] = "Can not parse base URL. Must have at least ://"; -$a->strings["Site settings updated."] = "Site settings updated."; -$a->strings["No special theme for mobile devices"] = "No special theme for mobile devices"; -$a->strings["No community page"] = "No community page"; -$a->strings["Public postings from users of this site"] = "Public postings from users of this site"; -$a->strings["Public postings from the federated network"] = ""; -$a->strings["Public postings from local users and the federated network"] = ""; -$a->strings["Disabled"] = "Disabled"; -$a->strings["Users, Global Contacts"] = "Users, Global Contacts"; -$a->strings["Users, Global Contacts/fallback"] = "Users, Global Contacts/fallback"; -$a->strings["One month"] = "One month"; -$a->strings["Three months"] = "Three months"; -$a->strings["Half a year"] = "Half a year"; -$a->strings["One year"] = "One a year"; -$a->strings["Multi user instance"] = "Multi user instance"; -$a->strings["Closed"] = "Closed"; -$a->strings["Requires approval"] = "Requires approval"; -$a->strings["Open"] = "Open"; -$a->strings["No SSL policy, links will track page SSL state"] = "No SSL policy, links will track page SSL state"; -$a->strings["Force all links to use SSL"] = "Force all links to use SSL"; -$a->strings["Self-signed certificate, use SSL for local links only (discouraged)"] = "Self-signed certificate, use SSL for local links only (discouraged)"; -$a->strings["Don't check"] = "Don't check"; -$a->strings["check the stable version"] = "check for stable version updates"; -$a->strings["check the development version"] = "check for development version updates"; -$a->strings["Save Settings"] = "Save settings"; -$a->strings["Republish users to directory"] = "Republish users to directory"; -$a->strings["Registration"] = "Join this Friendica Node Today"; -$a->strings["File upload"] = "File upload"; -$a->strings["Policies"] = "Policies"; -$a->strings["Advanced"] = "Advanced"; -$a->strings["Auto Discovered Contact Directory"] = "Auto-discovered contact directory"; -$a->strings["Performance"] = "Performance"; -$a->strings["Worker"] = "Worker"; -$a->strings["Relocate - WARNING: advanced function. Could make this server unreachable."] = "Relocate - Warning, advanced function: This could make this server unreachable."; -$a->strings["Site name"] = "Site name"; -$a->strings["Host name"] = "Host name"; -$a->strings["Sender Email"] = "Sender email"; -$a->strings["The email address your server shall use to send notification emails from."] = "The email address your server shall use to send notification emails from."; -$a->strings["Banner/Logo"] = "Banner/Logo"; -$a->strings["Shortcut icon"] = "Shortcut icon"; -$a->strings["Link to an icon that will be used for browsers."] = "Link to an icon that will be used for browsers."; -$a->strings["Touch icon"] = "Touch icon"; -$a->strings["Link to an icon that will be used for tablets and mobiles."] = "Link to an icon that will be used for tablets and mobiles."; -$a->strings["Additional Info"] = "Additional Info"; -$a->strings["For public servers: you can add additional information here that will be listed at %s/servers."] = ""; -$a->strings["System language"] = "System language"; -$a->strings["System theme"] = "System theme"; -$a->strings["Default system theme - may be over-ridden by user profiles - change theme settings"] = "Default system theme - may be overridden by user profiles - change theme settings"; -$a->strings["Mobile system theme"] = "Mobile system theme"; -$a->strings["Theme for mobile devices"] = "Theme for mobile devices"; -$a->strings["SSL link policy"] = "SSL link policy"; -$a->strings["Determines whether generated links should be forced to use SSL"] = "Determines whether generated links should be forced to use SSL"; -$a->strings["Force SSL"] = "Force SSL"; -$a->strings["Force all Non-SSL requests to SSL - Attention: on some systems it could lead to endless loops."] = "Force all Non-SSL requests to SSL - Attention: on some systems it could lead to endless loops."; -$a->strings["Hide help entry from navigation menu"] = "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."] = "Hides the menu entry for the Help pages from the navigation menu. Help pages can still be accessed by calling ../help directly via its URL."; -$a->strings["Single user instance"] = "Single user instance"; -$a->strings["Make this instance multi-user or single-user for the named user"] = "Make this instance multi-user or single-user for the named user"; -$a->strings["Maximum image size"] = "Maximum image size"; -$a->strings["Maximum size in bytes of uploaded images. Default is 0, which means no limits."] = "Maximum size in bytes of uploaded images. Default is 0, which means no limits."; -$a->strings["Maximum image length"] = "Maximum image length"; -$a->strings["Maximum length in pixels of the longest side of uploaded images. Default is -1, which means no limits."] = "Maximum length in pixels of the longest side of uploaded images. Default is -1, which means no limits."; -$a->strings["JPEG image quality"] = "JPEG image quality"; -$a->strings["Uploaded JPEGS will be saved at this quality setting [0-100]. Default is 100, which is full quality."] = "Uploaded JPEGS will be saved at this quality setting [0-100]. Default is 100, which is the original quality level."; -$a->strings["Register policy"] = "Registration policy"; -$a->strings["Maximum Daily Registrations"] = "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."] = "If open registration is permitted, this sets the maximum number of new registrations per day. This setting has no effect for registrations by approval."; -$a->strings["Register text"] = "Registration text"; -$a->strings["Will be displayed prominently on the registration page."] = "Will be displayed prominently on the registration page."; -$a->strings["Accounts abandoned after x days"] = "Accounts abandoned after so many days"; -$a->strings["Will not waste system resources polling external sites for abandonded accounts. Enter 0 for no time limit."] = "Will not waste system resources polling external sites for abandoned accounts. Enter 0 for no time limit."; -$a->strings["Allowed friend domains"] = "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"] = "Comma separated list of domains which are allowed to establish friendships with this site. Wildcards are accepted. Leave empty to allow any domains"; -$a->strings["Allowed email domains"] = "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"] = "Comma separated list of domains which are allowed in email addresses for registrations to this site. Wildcards are accepted. Leave empty to allow any domains"; -$a->strings["No OEmbed rich content"] = ""; -$a->strings["Don't show the rich content (e.g. embedded PDF), except from the domains listed below."] = ""; -$a->strings["Allowed OEmbed domains"] = ""; -$a->strings["Comma separated list of domains which oembed content is allowed to be displayed. Wildcards are accepted."] = ""; -$a->strings["Block public"] = "Block public"; -$a->strings["Check to block public access to all otherwise public personal pages on this site unless you are currently logged in."] = "Block public access to all otherwise public personal pages on this site, except for local users when logged in."; -$a->strings["Force publish"] = "Mandatory directory listing"; -$a->strings["Check to force all profiles on this site to be listed in the site directory."] = "Force all profiles on this site to be listed in the site directory."; -$a->strings["Global directory URL"] = "Global directory URL"; -$a->strings["URL to the global directory. If this is not set, the global directory is completely unavailable to the application."] = "URL to the global directory: If this is not set, the global directory is completely unavailable to the application."; -$a->strings["Private posts by default for new users"] = "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."] = "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"] = "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."] = "Don't include the content of a post/comment/private message in the email notifications sent from this site, as a privacy measure."; -$a->strings["Disallow public access to addons listed in the apps menu."] = "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."] = "Checking this box will restrict addons listed in the apps menu to members only."; -$a->strings["Don't embed private images in posts"] = "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."] = "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"] = "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."] = "This allows every user to mark contacts as a \"Remote self\" in the repair contact dialogue. Setting this flag on a contact will mirror every posting of that contact in the users stream."; -$a->strings["Block multiple registrations"] = "Block multiple registrations"; -$a->strings["Disallow users to register additional accounts for use as pages."] = "Disallow users to sign up for additional accounts."; -$a->strings["OpenID support"] = "OpenID support"; -$a->strings["OpenID support for registration and logins."] = "OpenID support for registration and logins."; -$a->strings["Fullname check"] = "Full name check"; -$a->strings["Force users to register with a space between firstname and lastname in Full name, as an antispam measure"] = "Force users to sign up with a space between first name and last name in the full name field; it may reduce spam and abuse registrations."; -$a->strings["Community pages for visitors"] = ""; -$a->strings["Which community pages should be available for visitors. Local users always see both pages."] = ""; -$a->strings["Posts per user on community page"] = "Posts per user on community page"; -$a->strings["The maximum number of posts per user on the community page. (Not valid for 'Global Community')"] = "Maximum number of posts per user on the community page (not valid for 'Global Community')."; -$a->strings["Enable OStatus support"] = "Enable OStatus support"; -$a->strings["Provide built-in OStatus (StatusNet, GNU Social etc.) compatibility. All communications in OStatus are public, so privacy warnings will be occasionally displayed."] = "Provide built-in OStatus (StatusNet, GNU Social, etc.) compatibility. All communications in OStatus are public, so privacy warnings will be occasionally displayed."; -$a->strings["Only import OStatus threads from our contacts"] = "Only import OStatus threads from known contacts"; -$a->strings["Normally we import every content from our OStatus contacts. With this option we only store threads that are started by a contact that is known on our system."] = "Normally we import every content from our OStatus contacts. With this option we only store threads that are started by a contact that is known on our system."; -$a->strings["OStatus support can only be enabled if threading is enabled."] = "OStatus support can only be enabled if threading is enabled."; -$a->strings["Diaspora support can't be enabled because Friendica was installed into a sub directory."] = "Diaspora support can't be enabled because Friendica was installed into a sub directory."; -$a->strings["Enable Diaspora support"] = "Enable Diaspora support"; -$a->strings["Provide built-in Diaspora network compatibility."] = "Provide built-in Diaspora network compatibility."; -$a->strings["Only allow Friendica contacts"] = "Only allow Friendica contacts"; -$a->strings["All contacts must use Friendica protocols. All other built-in communication protocols disabled."] = "All contacts must use Friendica protocols. All other built-in communication protocols will be disabled."; -$a->strings["Verify SSL"] = "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."] = "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"] = "Proxy user"; -$a->strings["Proxy URL"] = "Proxy URL"; -$a->strings["Network timeout"] = "Network timeout"; -$a->strings["Value is in seconds. Set to 0 for unlimited (not recommended)."] = "Value is in seconds. Set to 0 for unlimited (not recommended)."; -$a->strings["Maximum Load Average"] = "Maximum load average"; -$a->strings["Maximum system load before delivery and poll processes are deferred - default 50."] = "Maximum system load before delivery and poll processes are deferred (default 50)."; -$a->strings["Maximum Load Average (Frontend)"] = "Maximum load average (frontend)"; -$a->strings["Maximum system load before the frontend quits service - default 50."] = "Maximum system load before the frontend quits service (default 50)."; -$a->strings["Minimal Memory"] = "Minimal memory"; -$a->strings["Minimal free memory in MB for the worker. Needs access to /proc/meminfo - default 0 (deactivated)."] = "Minimal free memory in MB for the worker. Needs access to /proc/meminfo - default 0 (deactivated)."; -$a->strings["Maximum table size for optimization"] = "Maximum table size for optimization"; -$a->strings["Maximum table size (in MB) for the automatic optimization - default 100 MB. Enter -1 to disable it."] = "Maximum table size (in MB) for the automatic optimization (default 100 MB; -1 to deactivate)."; -$a->strings["Minimum level of fragmentation"] = "Minimum level of fragmentation"; -$a->strings["Minimum fragmenation level to start the automatic optimization - default value is 30%."] = "Minimum fragmentation level to start the automatic optimization (default 30%)."; -$a->strings["Periodical check of global contacts"] = "Periodical check of global contacts"; -$a->strings["If enabled, the global contacts are checked periodically for missing or outdated data and the vitality of the contacts and servers."] = "This checks global contacts periodically for missing or outdated data and the vitality of the contacts and servers."; -$a->strings["Days between requery"] = "Days between enquiry"; -$a->strings["Number of days after which a server is requeried for his contacts."] = "Number of days after which a server is required check contacts."; -$a->strings["Discover contacts from other servers"] = "Discover contacts from other servers"; -$a->strings["Periodically query other servers for contacts. You can choose between 'users': the users on the remote system, 'Global Contacts': active contacts that are known on the system. The fallback is meant for Redmatrix servers and older friendica servers, where global contacts weren't available. The fallback increases the server load, so the recommened setting is 'Users, Global Contacts'."] = "Periodically query other servers for contacts. You can choose between 'Users': the users on the remote system, 'Global Contacts': active contacts that are known on the system. The fallback is meant for Redmatrix servers and older Friendica servers, where global contacts weren't available. The fallback increases the server load, so the recommend setting is 'Users, Global Contacts'."; -$a->strings["Timeframe for fetching global contacts"] = "Time-frame for fetching global contacts"; -$a->strings["When the discovery is activated, this value defines the timeframe for the activity of the global contacts that are fetched from other servers."] = "If discovery is activated, this value defines the time-frame for the activity of the global contacts that are fetched from other servers."; -$a->strings["Search the local directory"] = "Search the local directory"; -$a->strings["Search the local directory instead of the global directory. When searching locally, every search will be executed on the global directory in the background. This improves the search results when the search is repeated."] = "Search the local directory instead of the global directory. When searching locally, every search will be executed on the global directory in the background. This improves the search results when the search is repeated."; -$a->strings["Publish server information"] = "Publish server information"; -$a->strings["If enabled, general server and usage data will be published. The data contains the name and version of the server, number of users with public profiles, number of posts and the activated protocols and connectors. See the-federation.info for details."] = "This publishes generic data about the server and its usage. The data contains the name and version of the server, number of users with public profiles, number of posts and the activated protocols and connectors. See the-federation.info for details."; -$a->strings["Check upstream version"] = "Check upstream version"; -$a->strings["Enables checking for new Friendica versions at github. If there is a new version, you will be informed in the admin panel overview."] = "Enables checking for new Friendica versions at github. If there is a new version, you will be informed in the admin panel overview."; -$a->strings["Suppress Tags"] = "Suppress tags"; -$a->strings["Suppress showing a list of hashtags at the end of the posting."] = "Suppress listed hashtags at the end of posts."; -$a->strings["Path to item cache"] = "Path to item cache"; -$a->strings["The item caches buffers generated bbcode and external images."] = "The item caches buffers generated bbcode and external images."; -$a->strings["Cache duration in seconds"] = "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."] = "How long should cache files be held? (Default 86400 seconds - one day; -1 disables item cache)"; -$a->strings["Maximum numbers of comments per post"] = "Maximum numbers of comments per post"; -$a->strings["How much comments should be shown for each post? Default value is 100."] = "How many comments should be shown for each post? (Default 100)"; -$a->strings["Temp path"] = "Temp path"; -$a->strings["If you have a restricted system where the webserver can't access the system temp path, enter another path here."] = "Enter a different tmp path, if your system restricts the webserver's access to the system temp path."; -$a->strings["Base path to installation"] = "Base path to installation"; -$a->strings["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."] = "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."; -$a->strings["Disable picture proxy"] = "Disable picture proxy"; -$a->strings["The picture proxy increases performance and privacy. It shouldn't be used on systems with very low bandwith."] = "The picture proxy increases performance and privacy. It shouldn't be used on systems with very low bandwith."; -$a->strings["Only search in tags"] = "Only search in tags"; -$a->strings["On large systems the text search can slow down the system extremely."] = "On large systems the text search can slow down the system significantly."; -$a->strings["New base url"] = "New base URL"; -$a->strings["Change base url for this server. Sends relocate message to all Friendica and Diaspora* contacts of all users."] = "Change base url for this server. Sends relocate message to all Friendica and Diaspora* contacts of all users."; -$a->strings["RINO Encryption"] = "RINO Encryption"; -$a->strings["Encryption layer between nodes."] = "Encryption layer between nodes."; -$a->strings["Maximum number of parallel workers"] = "Maximum number of parallel workers"; -$a->strings["On shared hosters set this to 2. On larger systems, values of 10 are great. Default value is 4."] = "On shared hosts set this to 2. On larger systems, values of 10 are great. Default value is 4."; -$a->strings["Don't use 'proc_open' with the worker"] = "Don't use 'proc_open' with the worker"; -$a->strings["Enable this if your system doesn't allow the use of 'proc_open'. This can happen on shared hosters. If this is enabled you should increase the frequency of worker calls in your crontab."] = "Enable this if your system doesn't allow the use of 'proc_open'. This can happen on shared hosters. If this is enabled you should increase the frequency of worker calls in your crontab."; -$a->strings["Enable fastlane"] = "Enable fast-lane"; -$a->strings["When enabed, the fastlane mechanism starts an additional worker if processes with higher priority are blocked by processes of lower priority."] = "The fast-lane mechanism starts an additional worker if processes with higher priority are blocked by processes of lower priority."; -$a->strings["Enable frontend worker"] = "Enable frontend worker"; -$a->strings["When enabled the Worker process is triggered when backend access is performed \\x28e.g. messages being delivered\\x29. On smaller sites you might want to call %s/worker on a regular basis via an external cron job. You should only enable this option if you cannot utilize cron/scheduled jobs on your server."] = ""; -$a->strings["Update has been marked successful"] = "Update has been marked successful"; -$a->strings["Database structure update %s was successfully applied."] = "Database structure update %s was successfully applied."; -$a->strings["Executing of database structure update %s failed with error: %s"] = "Executing of database structure update %s failed with error: %s"; -$a->strings["Executing %s failed with error: %s"] = "Executing %s failed with error: %s"; -$a->strings["Update %s was successfully applied."] = "Update %s was successfully applied."; -$a->strings["Update %s did not return a status. Unknown if it succeeded."] = "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."] = "There was no additional update function %s that needed to be called."; -$a->strings["No failed updates."] = "No failed updates."; -$a->strings["Check database structure"] = "Check database structure"; -$a->strings["Failed Updates"] = "Failed updates"; -$a->strings["This does not include updates prior to 1139, which did not return a status."] = "This does not include updates prior to 1139, which did not return a status."; -$a->strings["Mark success (if update was manually applied)"] = "Mark success (if update was manually applied)"; -$a->strings["Attempt to execute this update step automatically"] = "Attempt to execute this update step automatically"; -$a->strings["\n\t\t\tDear %1\$s,\n\t\t\t\tthe administrator of %2\$s has set up an account for you."] = "\n\t\t\tDear %1\$s,\n\t\t\t\tThe administrator of %2\$s has set up an account for you."; -$a->strings["\n\t\t\tThe login details are as follows:\n\n\t\t\tSite Location:\t%1\$s\n\t\t\tLogin Name:\t\t%2\$s\n\t\t\tPassword:\t\t%3\$s\n\n\t\t\tYou may change your password from your account \"Settings\" page after logging\n\t\t\tin.\n\n\t\t\tPlease take a few moments to review the other account settings on that page.\n\n\t\t\tYou may also wish to add some basic information to your default profile\n\t\t\t(on the \"Profiles\" page) so that other people can easily find you.\n\n\t\t\tWe recommend setting your full name, adding a profile photo,\n\t\t\tadding some profile \"keywords\" (very useful in making new friends) - and\n\t\t\tperhaps what country you live in; if you do not wish to be more specific\n\t\t\tthan that.\n\n\t\t\tWe fully respect your right to privacy, and none of these items are necessary.\n\t\t\tIf you are new and do not know anybody here, they may help\n\t\t\tyou to make some new and interesting friends.\n\n\t\t\tThank you and welcome to %4\$s."] = "\n\t\t\tThe login details are as follows:\n\n\t\t\tSite Location:\t%1\$s\n\t\t\tLogin Name:\t\t%2\$s\n\t\t\tPassword:\t\t%3\$s\n\n\t\t\tYou may change your password from your account \"Settings\" page after logging\n\t\t\tin.\n\n\t\t\tPlease take a few moments to review the other account settings on that page.\n\n\t\t\tYou may also wish to add some basic information to your default profile\n\t\t\t(on the \"Profiles\" page) so that other people can easily find you.\n\n\t\t\tWe recommend setting your full name, adding a profile photo,\n\t\t\tadding some profile \"keywords\" (very useful in making new friends) - and\n\t\t\tperhaps what country you live in; if you do not wish to be more specific\n\t\t\tthan that.\n\n\t\t\tWe fully respect your right to privacy and none of these items are necessary.\n\t\t\tIf you are new and do not know anybody here, this may help\n\t\t\tyou to make some new and interesting friends.\n\n\t\t\tThank you and welcome to %4\$s."; -$a->strings["Registration details for %s"] = "Registration details for %s"; -$a->strings["%s user blocked/unblocked"] = [ - 0 => "%s user blocked/unblocked", - 1 => "%s users blocked/unblocked", -]; -$a->strings["%s user deleted"] = [ - 0 => "%s user deleted", - 1 => "%s users deleted", -]; -$a->strings["User '%s' deleted"] = "User '%s' deleted"; -$a->strings["User '%s' unblocked"] = "User '%s' unblocked"; -$a->strings["User '%s' blocked"] = "User '%s' blocked"; -$a->strings["Email"] = "Email"; -$a->strings["Register date"] = "Registration date"; -$a->strings["Last login"] = "Last login"; -$a->strings["Last item"] = "Last item"; -$a->strings["Account"] = "Account"; -$a->strings["Add User"] = "Add user"; -$a->strings["User registrations waiting for confirm"] = "User registrations awaiting confirmation"; -$a->strings["User waiting for permanent deletion"] = "User awaiting permanent deletion"; -$a->strings["Request date"] = "Request date"; -$a->strings["No registrations."] = "No registrations."; -$a->strings["Note from the user"] = "Note from the user"; -$a->strings["Deny"] = "Deny"; -$a->strings["Site admin"] = "Site admin"; -$a->strings["Account expired"] = "Account expired"; -$a->strings["New User"] = "New user"; -$a->strings["Deleted since"] = "Deleted since"; -$a->strings["Selected users will be deleted!\\n\\nEverything these users had posted on this site will be permanently deleted!\\n\\nAre you sure?"] = "Selected users will be deleted!\\n\\nEverything these users has posted on this site will be permanently deleted!\\n\\nAre you sure?"; -$a->strings["The user {0} will be deleted!\\n\\nEverything this user has posted on this site will be permanently deleted!\\n\\nAre you sure?"] = "The user {0} will be deleted!\\n\\nEverything this user has posted on this site will be permanently deleted!\\n\\nAre you sure?"; -$a->strings["Name of the new user."] = "Name of the new user."; -$a->strings["Nickname"] = "Nickname"; -$a->strings["Nickname of the new user."] = "Nickname of the new user."; -$a->strings["Email address of the new user."] = "Email address of the new user."; -$a->strings["Addon %s disabled."] = ""; -$a->strings["Addon %s enabled."] = ""; -$a->strings["Disable"] = "Disable"; -$a->strings["Enable"] = "Enable"; -$a->strings["Toggle"] = "Toggle"; -$a->strings["Author: "] = "Author: "; -$a->strings["Maintainer: "] = "Maintainer: "; -$a->strings["Reload active addons"] = ""; -$a->strings["There are currently no addons available on your node. You can find the official addon repository at %1\$s and might find other interesting addons in the open addon registry at %2\$s"] = ""; -$a->strings["No themes found."] = "No themes found."; -$a->strings["Screenshot"] = "Screenshot"; -$a->strings["Reload active themes"] = "Reload active themes"; -$a->strings["No themes found on the system. They should be placed in %1\$s"] = ""; -$a->strings["[Experimental]"] = "[Experimental]"; -$a->strings["[Unsupported]"] = "[Unsupported]"; -$a->strings["Log settings updated."] = "Log settings updated."; -$a->strings["PHP log currently enabled."] = "PHP log currently enabled."; -$a->strings["PHP log currently disabled."] = "PHP log currently disabled."; -$a->strings["Clear"] = "Clear"; -$a->strings["Enable Debugging"] = "Enable debugging"; -$a->strings["Log file"] = "Log file"; -$a->strings["Must be writable by web server. Relative to your Friendica top-level directory."] = "Must be writable by web server and relative to your Friendica top-level directory."; -$a->strings["Log level"] = "Log level"; -$a->strings["PHP logging"] = "PHP logging"; -$a->strings["To enable logging of PHP errors and warnings you can add the following to the .htconfig.php file of your installation. The filename set in the 'error_log' line is relative to the friendica top-level directory and must be writeable by the web server. The option '1' for 'log_errors' and 'display_errors' is to enable these options, set to '0' to disable them."] = "To enable logging of PHP errors and warnings you can add the following to the .htconfig.php file of your installation. The file name set in the 'error_log' line is relative to the Friendica top-level directory and must be writeable by the web server. The option '1' for 'log_errors' and 'display_errors' is to enable these options, set to '0' to disable them."; -$a->strings["Error trying to open %1\$s log file.\\r\\n
    Check to see if file %1\$s exist and is readable."] = ""; -$a->strings["Couldn't open %1\$s log file.\\r\\n
    Check to see if file %1\$s is readable."] = ""; -$a->strings["Off"] = "Off"; -$a->strings["On"] = "On"; -$a->strings["Lock feature %s"] = "Lock feature %s"; -$a->strings["Manage Additional Features"] = "Manage additional features"; -$a->strings["Access to this profile has been restricted."] = "Access to this profile has been restricted."; -$a->strings["Events"] = "Events"; -$a->strings["View"] = "View"; -$a->strings["Previous"] = "Previous"; -$a->strings["Next"] = "Next"; -$a->strings["list"] = "List"; -$a->strings["User not found"] = "User not found"; -$a->strings["This calendar format is not supported"] = "This calendar format is not supported"; -$a->strings["No exportable data found"] = "No exportable data found"; -$a->strings["calendar"] = "calendar"; -$a->strings["Community option not available."] = ""; -$a->strings["Not available."] = "Not available."; -$a->strings["Local Community"] = ""; -$a->strings["Posts from local users on this server"] = ""; -$a->strings["Global Community"] = ""; -$a->strings["Posts from users of the whole federated network"] = ""; -$a->strings["No results."] = "No results."; -$a->strings["This community stream shows all public posts received by this node. They may not reflect the opinions of this node’s users."] = "This community stream shows all public posts received by this node. They may not reflect the opinions of this node’s users."; -$a->strings["%d contact edited."] = [ - 0 => "%d contact edited.", - 1 => "%d contacts edited.", -]; -$a->strings["Could not access contact record."] = "Could not access contact record."; -$a->strings["Could not locate selected profile."] = "Could not locate selected profile."; -$a->strings["Contact updated."] = "Contact updated."; -$a->strings["Failed to update contact record."] = "Failed to update contact record."; -$a->strings["Contact has been blocked"] = "Contact has been blocked"; -$a->strings["Contact has been unblocked"] = "Contact has been unblocked"; -$a->strings["Contact has been ignored"] = "Contact has been ignored"; -$a->strings["Contact has been unignored"] = "Contact has been unignored"; -$a->strings["Contact has been archived"] = "Contact has been archived"; -$a->strings["Contact has been unarchived"] = "Contact has been unarchived"; -$a->strings["Drop contact"] = "Drop contact"; -$a->strings["Do you really want to delete this contact?"] = "Do you really want to delete this contact?"; -$a->strings["Contact has been removed."] = "Contact has been removed."; -$a->strings["You are mutual friends with %s"] = "You are mutual friends with %s"; -$a->strings["You are sharing with %s"] = "You are sharing with %s"; -$a->strings["%s is sharing with you"] = "%s is sharing with you"; -$a->strings["Private communications are not available for this contact."] = "Private communications are not available for this contact."; -$a->strings["Never"] = "Never"; -$a->strings["(Update was successful)"] = "(Update was successful)"; -$a->strings["(Update was not successful)"] = "(Update was not successful)"; -$a->strings["Suggest friends"] = "Suggest friends"; -$a->strings["Network type: %s"] = "Network type: %s"; -$a->strings["Communications lost with this contact!"] = "Communications lost with this contact!"; -$a->strings["Fetch further information for feeds"] = "Fetch further information for feeds"; -$a->strings["Fetch information like preview pictures, title and teaser from the feed item. You can activate this if the feed doesn't contain much text. Keywords are taken from the meta header in the feed item and are posted as hash tags."] = "Fetch information like preview pictures, title and teaser from the feed item. You can activate this if the feed doesn't contain much text. Keywords are taken from the meta header in the feed item and are posted as hash tags."; -$a->strings["Fetch information"] = "Fetch information"; -$a->strings["Fetch keywords"] = "Fetch keywords"; -$a->strings["Fetch information and keywords"] = "Fetch information and keywords"; -$a->strings["Contact"] = "Contact"; -$a->strings["Profile Visibility"] = "Profile visibility"; -$a->strings["Please choose the profile you would like to display to %s when viewing your profile securely."] = "Please choose the profile you would like to display to %s when viewing your profile securely."; -$a->strings["Contact Information / Notes"] = "Personal note"; -$a->strings["Their personal note"] = "Their personal note"; -$a->strings["Edit contact notes"] = "Edit contact notes"; -$a->strings["Block/Unblock contact"] = "Block/Unblock contact"; -$a->strings["Ignore contact"] = "Ignore contact"; -$a->strings["Repair URL settings"] = "Repair URL settings"; -$a->strings["View conversations"] = "View conversations"; -$a->strings["Last update:"] = "Last update:"; -$a->strings["Update public posts"] = "Update public posts"; -$a->strings["Update now"] = "Update now"; -$a->strings["Unignore"] = "Unignore"; -$a->strings["Currently blocked"] = "Currently blocked"; -$a->strings["Currently ignored"] = "Currently ignored"; -$a->strings["Currently archived"] = "Currently archived"; -$a->strings["Awaiting connection acknowledge"] = "Awaiting connection acknowledgement"; -$a->strings["Replies/likes to your public posts may still be visible"] = "Replies/Likes to your public posts may still be visible"; -$a->strings["Notification for new posts"] = "Notification for new posts"; -$a->strings["Send a notification of every new post of this contact"] = "Send notification for every new post from this contact"; -$a->strings["Blacklisted keywords"] = "Blacklisted keywords"; -$a->strings["Comma separated list of keywords that should not be converted to hashtags, when \"Fetch information and keywords\" is selected"] = "Comma separated list of keywords that should not be converted to hashtags, when \"Fetch information and keywords\" is selected"; -$a->strings["XMPP:"] = "XMPP:"; -$a->strings["Actions"] = "Actions"; -$a->strings["Status"] = "Status"; -$a->strings["Contact Settings"] = "Notification and privacy "; -$a->strings["Suggestions"] = "Suggestions"; -$a->strings["Suggest potential friends"] = "Suggest potential friends"; -$a->strings["Show all contacts"] = "Show all contacts"; -$a->strings["Unblocked"] = "Unblocked"; -$a->strings["Only show unblocked contacts"] = "Only show unblocked contacts"; -$a->strings["Blocked"] = "Blocked"; -$a->strings["Only show blocked contacts"] = "Only show blocked contacts"; -$a->strings["Ignored"] = "Ignored"; -$a->strings["Only show ignored contacts"] = "Only show ignored contacts"; -$a->strings["Archived"] = "Archived"; -$a->strings["Only show archived contacts"] = "Only show archived contacts"; -$a->strings["Hidden"] = "Hidden"; -$a->strings["Only show hidden contacts"] = "Only show hidden contacts"; -$a->strings["Search your contacts"] = "Search your contacts"; -$a->strings["Results for: %s"] = "Results for: %s"; -$a->strings["Update"] = "Update"; -$a->strings["Archive"] = "Archive"; -$a->strings["Unarchive"] = "Unarchive"; -$a->strings["Batch Actions"] = "Batch actions"; -$a->strings["Profile Details"] = "Profile Details"; -$a->strings["View all contacts"] = "View all contacts"; -$a->strings["View all common friends"] = "View all common friends"; -$a->strings["Advanced Contact Settings"] = "Advanced contact settings"; -$a->strings["Mutual Friendship"] = "Mutual friendship"; -$a->strings["is a fan of yours"] = "is a fan of yours"; -$a->strings["you are a fan of"] = "I follow them"; -$a->strings["Toggle Blocked status"] = "Toggle blocked status"; -$a->strings["Toggle Ignored status"] = "Toggle ignored status"; -$a->strings["Toggle Archive status"] = "Toggle archive status"; -$a->strings["Delete contact"] = "Delete contact"; $a->strings["Profile not found."] = "Profile not found."; $a->strings["This may occasionally happen if contact was requested by both persons and it has already been approved."] = "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."] = "Response from remote site was not understood."; @@ -1066,6 +449,37 @@ $a->strings["Unable to set your contact credentials on our system."] = "Unable t $a->strings["Unable to update your contact profile details on our system"] = "Unable to update your contact profile details on our system"; $a->strings["[Name Withheld]"] = "[Name Withheld]"; $a->strings["%1\$s has joined %2\$s"] = "%1\$s has joined %2\$s"; +$a->strings["Total invitation limit exceeded."] = "Total invitation limit exceeded"; +$a->strings["%s : Not a valid email address."] = "%s : Not a valid email address"; +$a->strings["Please join us on Friendica"] = "Please join us on Friendica."; +$a->strings["Invitation limit exceeded. Please contact your site administrator."] = "Invitation limit is exceeded. Please contact your site administrator."; +$a->strings["%s : Message delivery failed."] = "%s : Message delivery failed"; +$a->strings["%d message sent."] = [ + 0 => "%d message sent.", + 1 => "%d messages sent.", +]; +$a->strings["You have no more invitations available"] = "You have no more invitations available."; +$a->strings["Visit %s for a list of public sites that you can join. Friendica members on other sites can all connect with each other, as well as with members of many other social networks."] = "Visit %s for a list of public sites that you can join. Friendica members on other sites can all connect with each other, as well as with members of many other social networks."; +$a->strings["To accept this invitation, please visit and register at %s or any other public Friendica website."] = "To accept this invitation, please sign up at %s or any other public Friendica website."; +$a->strings["Friendica sites all inter-connect to create a huge privacy-enhanced social web that is owned and controlled by its members. They can also connect with many traditional social networks. See %s for a list of alternate Friendica sites you can join."] = "Friendica sites are all inter-connect to create a large 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."] = "Our apologies. This system is not currently configured to connect with other public sites or invite members."; +$a->strings["Friendica sites all inter-connect to create a huge privacy-enhanced social web that is owned and controlled by its members. They can also connect with many traditional social networks."] = "Friendica sites are all inter-connect to create a huge privacy-enhanced social web that is owned and controlled by its members. Each site can also connect with many traditional social networks."; +$a->strings["To accept this invitation, please visit and register at %s."] = "To accept this invitation, please visit and register at %s."; +$a->strings["Send invitations"] = "Send invitations"; +$a->strings["Enter email addresses, one per line:"] = "Enter email addresses, one per line:"; +$a->strings["Your message:"] = "Your message:"; +$a->strings["You are cordially invited to join me and other close friends on Friendica - and help us to create a better social web."] = "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"] = "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:"] = "Once you have signed up, please connect with me via my profile page at:"; +$a->strings["For more information about the Friendica project and why we feel it is important, please visit http://friendi.ca"] = "For more information about the Friendica project and why we feel it is important, please visit http://friendi.ca"; +$a->strings["Invalid request."] = "Invalid request."; +$a->strings["Sorry, maybe your upload is bigger than the PHP configuration allows"] = "Sorry, maybe your upload is bigger than the PHP configuration allows"; +$a->strings["Or - did you try to upload an empty file?"] = "Or did you try to upload an empty file?"; +$a->strings["File exceeds size limit of %s"] = "File exceeds size limit of %s"; +$a->strings["File upload failed."] = "File upload failed."; +$a->strings["Manage Identities and/or Pages"] = "Manage Identities and Pages"; +$a->strings["Toggle between different identities or community/group pages which share your account details or which you have been granted \"manage\" permissions"] = "Accounts that I manage or own."; +$a->strings["Select an identity to manage: "] = "Select identity:"; $a->strings["This introduction has already been accepted."] = "This introduction has already been accepted."; $a->strings["Profile location is not valid or does not contain profile information."] = "Profile location is not valid or does not contain profile information."; $a->strings["Warning: profile location has no identifiable owner name."] = "Warning: profile location has no identifiable owner name."; @@ -1085,6 +499,8 @@ $a->strings["You have already introduced yourself here."] = "You have already in $a->strings["Apparently you are already friends with %s."] = "Apparently you are already friends with %s."; $a->strings["Invalid profile URL."] = "Invalid profile URL."; $a->strings["Disallowed profile URL."] = "Disallowed profile URL."; +$a->strings["Blocked domain"] = "Blocked domain"; +$a->strings["Failed to update contact record."] = "Failed to update contact record."; $a->strings["Your introduction has been sent."] = "Your introduction has been sent."; $a->strings["Remote subscription can't be done for your network. Please subscribe directly on your system."] = "Remote subscription can't be done for your network. Please subscribe directly on your system."; $a->strings["Please login to confirm introduction."] = "Please login to confirm introduction."; @@ -1093,164 +509,126 @@ $a->strings["Confirm"] = "Confirm"; $a->strings["Hide this contact"] = "Hide this contact"; $a->strings["Welcome home %s."] = "Welcome home %s."; $a->strings["Please confirm your introduction/connection request to %s."] = "Please confirm your introduction/connection request to %s."; +$a->strings["Public access denied."] = "Public access denied."; $a->strings["Please enter your 'Identity Address' from one of the following supported communications networks:"] = "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, follow this link to find a public Friendica site and join us today."] = ""; +$a->strings["If you are not yet a member of the free social web, follow this link to find a public Friendica site and join us today."] = "If you are not yet part of the free social web, follow this link to find a public Friendica site and join us today."; $a->strings["Friend/Connection Request"] = "Friend/Connection request"; -$a->strings["Examples: jojo@demo.friendica.com, http://demo.friendica.com/profile/jojo, testuser@gnusocial.de"] = ""; +$a->strings["Examples: jojo@demo.friendica.com, http://demo.friendica.com/profile/jojo, testuser@gnusocial.de"] = "Examples: jojo@demo.friendi.ca, http://demo.friendi.ca/profile/jojo, user@gnusocial.de"; +$a->strings["Please answer the following:"] = "Please answer the following:"; +$a->strings["Does %s know you?"] = "Does %s know you?"; +$a->strings["Add a personal note:"] = "Add a personal note:"; $a->strings["Friendica"] = "Friendica"; -$a->strings["GNU Social (Pleroma, Mastodon)"] = ""; -$a->strings["Diaspora (Socialhome, Hubzilla)"] = ""; +$a->strings["GNU Social (Pleroma, Mastodon)"] = "GNU Social (Pleroma, Mastodon)"; +$a->strings["Diaspora (Socialhome, Hubzilla)"] = "Diaspora (Socialhome, Hubzilla)"; $a->strings[" - please do not use this form. Instead, enter %s into your Diaspora search bar."] = " - please do not use this form. Instead, enter %s into your Diaspora search bar."; -$a->strings["Event can not end before it has started."] = "Event cannot end before it has started."; -$a->strings["Event title and start time are required."] = "Event title and starting time are required."; -$a->strings["Create New Event"] = "Create new event"; -$a->strings["Event details"] = "Event details"; -$a->strings["Starting date and Title are required."] = "Starting date and title are required."; -$a->strings["Event Starts:"] = "Event starts:"; -$a->strings["Required"] = "Required"; -$a->strings["Finish date/time is not known or not relevant"] = "Finish date/time is not known or not relevant"; -$a->strings["Event Finishes:"] = "Event finishes:"; -$a->strings["Adjust for viewer timezone"] = "Adjust for viewer's time zone"; -$a->strings["Description:"] = "Description:"; -$a->strings["Title:"] = "Title:"; -$a->strings["Share this event"] = "Share this event"; -$a->strings["Basic"] = "Basic"; -$a->strings["Failed to remove event"] = "Failed to remove event"; -$a->strings["Event removed"] = "Event removed"; -$a->strings["Friend suggestion sent."] = "Friend suggestion sent"; -$a->strings["Suggest Friends"] = "Suggest friends"; -$a->strings["Suggest a friend for %s"] = "Suggest a friend for %s"; -$a->strings["Friendica Communications Server - Setup"] = "Friendica Communications Server - Setup"; -$a->strings["Could not connect to database."] = "Could not connect to database."; -$a->strings["Could not create table."] = "Could not create table."; -$a->strings["Your Friendica site database has been installed."] = "Your Friendica site database has been installed."; -$a->strings["You may need to import the file \"database.sql\" manually using phpmyadmin or mysql."] = "You may need to import the file \"database.sql\" manually using phpmyadmin or mysql."; -$a->strings["Please see the file \"INSTALL.txt\"."] = "Please see the file \"INSTALL.txt\"."; -$a->strings["Database already in use."] = "Database already in use."; -$a->strings["System check"] = "System check"; -$a->strings["Check again"] = "Check again"; -$a->strings["Database connection"] = "Database connection"; -$a->strings["In order to install Friendica we need to know how to connect to your database."] = "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."] = "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."] = "The database you specify below should already exist. If it does not, please create it before continuing."; -$a->strings["Database Server Name"] = "Database server name"; -$a->strings["Database Login Name"] = "Database login name"; -$a->strings["Database Login Password"] = "Database login password"; -$a->strings["For security reasons the password must not be empty"] = "For security reasons the password must not be empty"; -$a->strings["Database Name"] = "Database name"; -$a->strings["Site administrator email address"] = "Site administrator email address"; -$a->strings["Your account email address must match this in order to use the web admin panel."] = "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"] = "Please select a default time zone for your website"; -$a->strings["Site settings"] = "Site settings"; -$a->strings["System Language:"] = "System language:"; -$a->strings["Set the default language for your Friendica installation interface and to send emails."] = "Set the default language for your Friendica installation interface and email communication."; -$a->strings["Could not find a command line version of PHP in the web server PATH."] = "Could not find a command line version of PHP in the web server PATH."; -$a->strings["If you don't have a command line version of PHP installed on your server, you will not be able to run the background processing. See 'Setup the worker'"] = ""; -$a->strings["PHP executable path"] = "PHP executable path"; -$a->strings["Enter full path to php executable. You can leave this blank to continue the installation."] = "Enter full path to php executable. You can leave this blank to continue the installation."; -$a->strings["Command line PHP"] = "Command line PHP"; -$a->strings["PHP executable is not the php cli binary (could be cgi-fgci version)"] = "PHP executable is not a php cli binary; it could possibly be a cgi-fgci version."; -$a->strings["Found PHP version: "] = "Found PHP version: "; -$a->strings["PHP cli binary"] = "PHP cli binary"; -$a->strings["The command line version of PHP on your system does not have \"register_argc_argv\" enabled."] = "The command line version of PHP on your system does not have \"register_argc_argv\" enabled."; -$a->strings["This is required for message delivery to work."] = "This is required for message delivery to work."; -$a->strings["PHP register_argc_argv"] = "PHP register_argc_argv"; -$a->strings["Error: the \"openssl_pkey_new\" function on this system is not able to generate encryption keys"] = "Error: the \"openssl_pkey_new\" function on this system is not able to generate encryption keys"; -$a->strings["If running under Windows, please see \"http://www.php.net/manual/en/openssl.installation.php\"."] = "If running under Windows OS, please see \"http://www.php.net/manual/en/openssl.installation.php\"."; -$a->strings["Generate encryption keys"] = "Generate encryption keys"; -$a->strings["libCurl PHP module"] = "libCurl PHP module"; -$a->strings["GD graphics PHP module"] = "GD graphics PHP module"; -$a->strings["OpenSSL PHP module"] = "OpenSSL PHP module"; -$a->strings["PDO or MySQLi PHP module"] = "PDO or MySQLi PHP module"; -$a->strings["mb_string PHP module"] = "mb_string PHP module"; -$a->strings["XML PHP module"] = "XML PHP module"; -$a->strings["iconv module"] = "iconv module"; -$a->strings["Apache mod_rewrite module"] = "Apache mod_rewrite module"; -$a->strings["Error: Apache webserver mod-rewrite module is required but not installed."] = "Error: Apache web server mod-rewrite module is required but not installed."; -$a->strings["Error: libCURL PHP module required but not installed."] = "Error: libCURL PHP module required but not installed."; -$a->strings["Error: GD graphics PHP module with JPEG support required but not installed."] = "Error: GD graphics PHP module with JPEG support required but not installed."; -$a->strings["Error: openssl PHP module required but not installed."] = "Error: openssl PHP module required but not installed."; -$a->strings["Error: PDO or MySQLi PHP module required but not installed."] = "Error: PDO or MySQLi PHP module required but not installed."; -$a->strings["Error: The MySQL driver for PDO is not installed."] = "Error: MySQL driver for PDO is not installed."; -$a->strings["Error: mb_string PHP module required but not installed."] = "Error: mb_string PHP module required but not installed."; -$a->strings["Error: iconv PHP module required but not installed."] = "Error: iconv PHP module required but not installed."; -$a->strings["Error, XML PHP module required but not installed."] = "Error, XML 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."] = "The web installer needs to be able to create a file called \".htconfig.php\" in the top-level directory of your web server, but it is unable to do so."; -$a->strings["This is most often a permission setting, as the web server may not be able to write files in your folder - even if you can."] = "This is most often a permission setting issue, as the web server may not be able to write files in your directory - even if you can."; -$a->strings["At the end of this procedure, we will give you a text to save in a file named .htconfig.php in your Friendica top folder."] = "At the end of this procedure, we will give you a text to save in a file named .htconfig.php in your Friendica top-level directory."; -$a->strings["You can alternatively skip this procedure and perform a manual installation. Please see the file \"INSTALL.txt\" for instructions."] = "Alternatively, you may skip this procedure and perform a manual installation. Please see the file \"INSTALL.txt\" for instructions."; -$a->strings[".htconfig.php is writable"] = ".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."] = "Friendica uses the Smarty3 template engine to render its web views. Smarty3 compiles templates to PHP to speed up rendering."; -$a->strings["In order to store these compiled templates, the web server needs to have write access to the directory view/smarty3/ under the Friendica top level folder."] = "In order to store these compiled templates, the web server needs to have write access to the directory view/smarty3/ under the Friendica top-level directory."; -$a->strings["Please ensure that the user that your web server runs as (e.g. www-data) has write access to this folder."] = "Please ensure the user (e.g. www-data) that your web server runs as has write access to this directory."; -$a->strings["Note: as a security measure, you should give the web server write access to view/smarty3/ only--not the template files (.tpl) that it contains."] = "Note: as a security measure, you should give the web server write access to view/smarty3/ only--not the template files (.tpl) that it contains."; -$a->strings["view/smarty3 is writable"] = "view/smarty3 is writable"; -$a->strings["Url rewrite in .htaccess is not working. Check your server configuration."] = "URL rewrite in .htaccess is not working. Check your server configuration."; -$a->strings["Url rewrite is working"] = "URL rewrite is working"; -$a->strings["ImageMagick PHP extension is not installed"] = "ImageMagick PHP extension is not installed"; -$a->strings["ImageMagick PHP extension is installed"] = "ImageMagick PHP extension is installed"; -$a->strings["ImageMagick supports GIF"] = "ImageMagick supports GIF"; -$a->strings["The database configuration file \".htconfig.php\" could not be written. Please use the enclosed text to create a configuration file in your web server root."] = "The database configuration file \".htconfig.php\" could not be written. Please use the enclosed text to create a configuration file in your web server root."; -$a->strings["

    What next

    "] = "

    What next

    "; -$a->strings["IMPORTANT: You will need to [manually] setup a scheduled task for the worker."] = "IMPORTANT: You will need to [manually] setup a scheduled task for the worker."; -$a->strings["Go to your new Friendica node registration page and register as new user. Remember to use the same email you have entered as administrator email. This will allow you to enter the site admin panel."] = ""; -$a->strings["Total invitation limit exceeded."] = "Total invitation limit exceeded"; -$a->strings["%s : Not a valid email address."] = "%s : Not a valid email address"; -$a->strings["Please join us on Friendica"] = "Please join us on Friendica."; -$a->strings["Invitation limit exceeded. Please contact your site administrator."] = "Invitation limit is exceeded. Please contact your site administrator."; -$a->strings["%s : Message delivery failed."] = "%s : Message delivery failed"; -$a->strings["%d message sent."] = [ - 0 => "%d message sent.", - 1 => "%d messages sent.", -]; -$a->strings["You have no more invitations available"] = "You have no more invitations available."; -$a->strings["Visit %s for a list of public sites that you can join. Friendica members on other sites can all connect with each other, as well as with members of many other social networks."] = "Visit %s for a list of public sites that you can join. Friendica members on other sites can all connect with each other, as well as with members of many other social networks."; -$a->strings["To accept this invitation, please visit and register at %s or any other public Friendica website."] = "To accept this invitation, please sign up at %s or any other public Friendica website."; -$a->strings["Friendica sites all inter-connect to create a huge privacy-enhanced social web that is owned and controlled by its members. They can also connect with many traditional social networks. See %s for a list of alternate Friendica sites you can join."] = "Friendica sites are all inter-connect to create a large 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."] = "Our apologies. This system is not currently configured to connect with other public sites or invite members."; -$a->strings["Friendica sites all inter-connect to create a huge privacy-enhanced social web that is owned and controlled by its members. They can also connect with many traditional social networks."] = "Friendica sites are all inter-connect to create a huge privacy-enhanced social web that is owned and controlled by its members. Each site can also connect with many traditional social networks."; -$a->strings["To accept this invitation, please visit and register at %s."] = "To accept this invitation, please visit and register at %s."; -$a->strings["Send invitations"] = "Send invitations"; -$a->strings["Enter email addresses, one per line:"] = "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."] = "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"] = "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:"] = "Once you have signed up, please connect with me via my profile page at:"; -$a->strings["For more information about the Friendica project and why we feel it is important, please visit http://friendi.ca"] = "For more information about the Friendica project and why we feel it is important, please visit http://friendi.ca"; -$a->strings["Unable to locate original post."] = "Unable to locate original post."; -$a->strings["Empty post discarded."] = "Empty post discarded."; -$a->strings["This message was sent to you by %s, a member of the Friendica social network."] = "This message was sent to you by %s, a member of the Friendica social network."; -$a->strings["You may visit them online at %s"] = "You may visit them online at %s"; -$a->strings["Please contact the sender by replying to this post if you do not wish to receive these messages."] = "Please contact the sender by replying to this post if you do not wish to receive these messages."; -$a->strings["%s posted an update."] = "%s posted an update."; +$a->strings["Your Identity Address:"] = "My identity address:"; +$a->strings["Submit Request"] = "Submit request"; +$a->strings["l F d, Y \\@ g:i A"] = "l F d, Y \\@ g:i A"; $a->strings["Time Conversion"] = "Time conversion"; $a->strings["Friendica provides this service for sharing events with other networks and friends in unknown timezones."] = "Friendica provides this service for sharing events with other networks and friends in unknown time zones."; $a->strings["UTC time: %s"] = "UTC time: %s"; $a->strings["Current timezone: %s"] = "Current time zone: %s"; $a->strings["Converted localtime: %s"] = "Converted local time: %s"; $a->strings["Please select your timezone:"] = "Please select your time zone:"; -$a->strings["No valid account found."] = "No valid account found."; -$a->strings["Password reset request issued. Check your email."] = "Password reset request issued. Please check your email."; -$a->strings["\n\t\tDear %1\$s,\n\t\t\tA request was recently received at \"%2\$s\" to reset your account\n\t\tpassword. In order to confirm this request, please select the verification link\n\t\tbelow or paste it into your web browser address bar.\n\n\t\tIf you did NOT request this change, please DO NOT follow the link\n\t\tprovided and ignore and/or delete this email, the request will expire shortly.\n\n\t\tYour password will not be changed unless we can verify that you\n\t\tissued this request."] = ""; -$a->strings["\n\t\tFollow this link soon to verify your identity:\n\n\t\t%1\$s\n\n\t\tYou will then receive a follow-up message containing the new password.\n\t\tYou may change that password from your account settings page after logging in.\n\n\t\tThe login details are as follows:\n\n\t\tSite Location:\t%2\$s\n\t\tLogin Name:\t%3\$s"] = ""; -$a->strings["Password reset requested at %s"] = "Password reset requested at %s"; -$a->strings["Request could not be verified. (You may have previously submitted it.) Password reset failed."] = "Request could not be verified. (You may have previously submitted it.) Password reset failed."; -$a->strings["Request has expired, please make a new one."] = ""; -$a->strings["Forgot your Password?"] = "Reset My Password"; -$a->strings["Enter your email address and submit to have your password reset. Then check your email for further instructions."] = "Enter email address or nickname to reset your password. You will receive further instruction via email."; -$a->strings["Nickname or Email: "] = "Nickname or email: "; -$a->strings["Reset"] = "Reset"; -$a->strings["Password Reset"] = "Forgotten password?"; -$a->strings["Your password has been reset as requested."] = "Your password has been reset as requested."; -$a->strings["Your new password is"] = "Your new password is"; -$a->strings["Save or copy your new password - and then"] = "Save or copy your new password - and then"; -$a->strings["click here to login"] = "click here to login"; -$a->strings["Your password may be changed from the Settings page after successful login."] = "Your password may be changed from the Settings page after successful login."; -$a->strings["\n\t\t\tDear %1\$s,\n\t\t\t\tYour password has been changed as requested. Please retain this\n\t\t\tinformation for your records (or change your password immediately to\n\t\t\tsomething that you will remember).\n\t\t"] = ""; -$a->strings["\n\t\t\tYour login details are as follows:\n\n\t\t\tSite Location:\t%1\$s\n\t\t\tLogin Name:\t%2\$s\n\t\t\tPassword:\t%3\$s\n\n\t\t\tYou may change that password from your account settings page after logging in.\n\t\t"] = ""; -$a->strings["Your password has been changed at %s"] = "Your password has been changed at %s"; -$a->strings["Manage Identities and/or Pages"] = "Manage Identities and Pages"; -$a->strings["Toggle between different identities or community/group pages which share your account details or which you have been granted \"manage\" permissions"] = "Accounts that I manage or own."; -$a->strings["Select an identity to manage: "] = "Select identity:"; +$a->strings["Only logged in users are permitted to perform a probing."] = "Only logged in users are permitted to perform a probing."; +$a->strings["Permission denied"] = "Permission denied"; +$a->strings["Invalid profile identifier."] = "Invalid profile identifier."; +$a->strings["Profile Visibility Editor"] = "Profile Visibility Editor"; +$a->strings["Click on a contact to add or remove."] = "Click on a contact to add or remove it."; +$a->strings["Visible To"] = "Visible to"; +$a->strings["All Contacts (with secure profile access)"] = "All contacts with secure profile access"; +$a->strings["Account approved."] = "Account approved."; +$a->strings["Registration revoked for %s"] = "Registration revoked for %s"; +$a->strings["Please login."] = "Please login."; +$a->strings["Remove My Account"] = "Remove My Account"; +$a->strings["This will completely remove your account. Once this has been done it is not recoverable."] = "This will completely remove your account. Once this has been done it is not recoverable."; +$a->strings["Please enter your password for verification:"] = "Please enter your password for verification:"; +$a->strings["No contacts."] = "No contacts."; +$a->strings["Access denied."] = "Access denied."; +$a->strings["Number of daily wall messages for %s exceeded. Message failed."] = "Number of daily wall messages for %s exceeded. Message failed."; +$a->strings["No recipient selected."] = "No recipient selected."; +$a->strings["Unable to check your home location."] = "Unable to check your home location."; +$a->strings["Message could not be sent."] = "Message could not be sent."; +$a->strings["Message collection failure."] = "Message collection failure."; +$a->strings["Message sent."] = "Message sent."; +$a->strings["No recipient."] = "No recipient."; +$a->strings["Send Private Message"] = "Send private message"; +$a->strings["If you wish for %s to respond, please check that the privacy settings on your site allow private mail from unknown senders."] = "If you wish for %s to respond, please check that the privacy settings on your site allow private mail from unknown senders."; +$a->strings["To:"] = "To:"; +$a->strings["Subject:"] = "Subject:"; +$a->strings["Export account"] = "Export account"; +$a->strings["Export your account info and contacts. Use this to make a backup of your account and/or to move it to another server."] = "Export your account info and contacts. Use this to backup your account or to move it to another server."; +$a->strings["Export all"] = "Export all"; +$a->strings["Export your accout info, contacts and all your items as json. Could be a very big file, and could take a lot of time. Use this to make a full backup of your account (photos are not exported)"] = "Export your account info, contacts and all your items as json. Could be a very big file, and could take a lot of time. Use this to make a full backup of your account (photos are not exported)"; +$a->strings["Export personal data"] = "Export personal data"; +$a->strings["- select -"] = "- select -"; +$a->strings["No more system notifications."] = "No more system notifications."; +$a->strings["{0} wants to be your friend"] = "{0} wants to be your friend"; +$a->strings["{0} sent you a message"] = "{0} sent you a message"; +$a->strings["{0} requested registration"] = "{0} requested registration"; +$a->strings["Poke/Prod"] = "Poke/Prod"; +$a->strings["poke, prod or do other things to somebody"] = "Poke, prod or do other things to somebody"; +$a->strings["Recipient"] = "Recipient:"; +$a->strings["Choose what you wish to do to recipient"] = "Choose what you wish to do:"; +$a->strings["Make this post private"] = "Make this post private"; +$a->strings["%1\$s is following %2\$s's %3\$s"] = "%1\$s is following %2\$s's %3\$s"; +$a->strings["Tag removed"] = "Tag removed"; +$a->strings["Remove Item Tag"] = "Remove Item tag"; +$a->strings["Select a tag to remove: "] = "Select a tag to remove: "; +$a->strings["Remove"] = "Remove"; +$a->strings["Image exceeds size limit of %s"] = "Image exceeds size limit of %s"; +$a->strings["Unable to process image."] = "Unable to process image."; +$a->strings["Wall Photos"] = "Wall photos"; +$a->strings["Image upload failed."] = "Image upload failed."; +$a->strings["Remove term"] = "Remove term"; +$a->strings["Saved Searches"] = "Saved searches"; +$a->strings["Only logged in users are permitted to perform a search."] = "Only logged in users are permitted to perform a search."; +$a->strings["Too Many Requests"] = "Too many requests"; +$a->strings["Only one search per minute is permitted for not logged in users."] = "Only one search per minute is permitted for not logged in users."; +$a->strings["No results."] = "No results."; +$a->strings["Items tagged with: %s"] = "Items tagged with: %s"; +$a->strings["Results for: %s"] = "Results for: %s"; +$a->strings["Login"] = "Login"; +$a->strings["The post was created"] = "The post was created"; +$a->strings["Community option not available."] = "Community option not available."; +$a->strings["Not available."] = "Not available."; +$a->strings["Local Community"] = "Local community"; +$a->strings["Posts from local users on this server"] = "Posts from local users on this server"; +$a->strings["Global Community"] = "Global community"; +$a->strings["Posts from users of the whole federated network"] = "Posts from users of the whole federated network"; +$a->strings["This community stream shows all public posts received by this node. They may not reflect the opinions of this node’s users."] = "This community stream shows all public posts received by this node. They may not reflect the opinions of this node’s users."; +$a->strings["Item not found"] = "Item not found"; +$a->strings["Edit post"] = "Edit post"; +$a->strings["CC: email addresses"] = "CC: email addresses"; +$a->strings["Example: bob@example.com, mary@example.com"] = "Example: bob@example.com, mary@example.com"; +$a->strings["You must be logged in to use this module"] = "You must be logged in to use this module"; +$a->strings["Source URL"] = "Source URL"; +$a->strings["Friend suggestion sent."] = "Friend suggestion sent"; +$a->strings["Suggest Friends"] = "Suggest friends"; +$a->strings["Suggest a friend for %s"] = "Suggest a friend for %s"; +$a->strings["Group created."] = "Group created."; +$a->strings["Could not create group."] = "Could not create group."; +$a->strings["Group not found."] = "Group not found."; +$a->strings["Group name changed."] = "Group name changed."; +$a->strings["Save Group"] = "Save group"; +$a->strings["Create a group of contacts/friends."] = "Create a group of contacts/friends."; +$a->strings["Group Name: "] = "Group name: "; +$a->strings["Group removed."] = "Group removed."; +$a->strings["Unable to remove group."] = "Unable to remove group."; +$a->strings["Delete Group"] = "Delete group"; +$a->strings["Group Editor"] = "Group Editor"; +$a->strings["Edit Group Name"] = "Edit group name"; +$a->strings["Members"] = "Members"; +$a->strings["All Contacts"] = "All contacts"; +$a->strings["Group is empty"] = "Group is empty"; +$a->strings["Remove Contact"] = "Remove contact"; +$a->strings["Add Contact"] = "Add contact"; +$a->strings["Unable to locate original post."] = "Unable to locate original post."; +$a->strings["Empty post discarded."] = "Empty post discarded."; +$a->strings["This message was sent to you by %s, a member of the Friendica social network."] = "This message was sent to you by %s, a member of the Friendica social network."; +$a->strings["You may visit them online at %s"] = "You may visit them online at %s"; +$a->strings["Please contact the sender by replying to this post if you do not wish to receive these messages."] = "Please contact the sender by replying to this post if you do not wish to receive these messages."; +$a->strings["%s posted an update."] = "%s posted an update."; $a->strings["New Message"] = "New Message"; $a->strings["Unable to locate contact information."] = "Unable to locate contact information."; $a->strings["Messages"] = "Messages"; @@ -1260,19 +638,17 @@ $a->strings["Conversation removed."] = "Conversation removed."; $a->strings["No messages."] = "No messages."; $a->strings["Message not available."] = "Message not available."; $a->strings["Delete message"] = "Delete message"; +$a->strings["D, d M Y - g:i A"] = "D, d M Y - g:i A"; $a->strings["Delete conversation"] = "Delete conversation"; $a->strings["No secure communications available. You may be able to respond from the sender's profile page."] = "No secure communications available. You may be able to respond from the sender's profile page."; $a->strings["Send Reply"] = "Send reply"; $a->strings["Unknown sender - %s"] = "Unknown sender - %s"; $a->strings["You and %s"] = "Me and %s"; $a->strings["%s and You"] = "%s and me"; -$a->strings["D, d M Y - g:i A"] = "D, d M Y - g:i A"; $a->strings["%d message"] = [ 0 => "%d message", 1 => "%d messages", ]; -$a->strings["Remove term"] = "Remove term"; -$a->strings["Saved Searches"] = "Saved searches"; $a->strings["add"] = "add"; $a->strings["Warning: This group contains %s member from a network that doesn't allow non public messages."] = [ 0 => "Warning: This group contains %s member from a network that doesn't allow non public messages.", @@ -1295,7 +671,8 @@ $a->strings["Shared Links"] = "Shared links"; $a->strings["Interesting Links"] = "Interesting links"; $a->strings["Starred"] = "Starred"; $a->strings["Favourite Posts"] = "My favorite posts"; -$a->strings["No more system notifications."] = "No more system notifications."; +$a->strings["Personal Notes"] = "Personal notes"; +$a->strings["Post successful."] = "Post successful."; $a->strings["Photo Albums"] = "Photo Albums"; $a->strings["Recent Photos"] = "Recent photos"; $a->strings["Upload New Photos"] = "Upload new photos"; @@ -1308,9 +685,9 @@ $a->strings["Delete Photo"] = "Delete photo"; $a->strings["Do you really want to delete this photo?"] = "Do you really want to delete this photo?"; $a->strings["a photo"] = "a photo"; $a->strings["%1\$s was tagged in %2\$s by %3\$s"] = "%1\$s was tagged in %2\$s by %3\$s"; -$a->strings["Image upload didn't complete, please try again"] = ""; -$a->strings["Image file is missing"] = ""; -$a->strings["Server can't accept new file upload at this time, please contact your administrator"] = ""; +$a->strings["Image upload didn't complete, please try again"] = "Image upload didn't complete, please try again"; +$a->strings["Image file is missing"] = "Image file is missing"; +$a->strings["Server can't accept new file upload at this time, please contact your administrator"] = "Server can't accept new file upload at this time, please contact your administrator"; $a->strings["Image file is empty."] = "Image file is empty."; $a->strings["No photos selected"] = "No photos selected"; $a->strings["Access to this item is restricted."] = "Access to this item is restricted."; @@ -1318,6 +695,7 @@ $a->strings["Upload Photos"] = "Upload photos"; $a->strings["New album name: "] = "New album name: "; $a->strings["or existing album name: "] = "or existing album name: "; $a->strings["Do not show a status post for this upload"] = "Do not show a status post for this upload"; +$a->strings["Permissions"] = "Permissions"; $a->strings["Show to Groups"] = "Show to groups"; $a->strings["Show to Contacts"] = "Show to contacts"; $a->strings["Edit Album"] = "Edit album"; @@ -1346,19 +724,152 @@ $a->strings["This is you"] = "This is me"; $a->strings["Comment"] = "Comment"; $a->strings["Map"] = "Map"; $a->strings["View Album"] = "View album"; -$a->strings["{0} wants to be your friend"] = "{0} wants to be your friend"; -$a->strings["{0} sent you a message"] = "{0} sent you a message"; -$a->strings["{0} requested registration"] = "{0} requested registration"; -$a->strings["Poke/Prod"] = "Poke/Prod"; -$a->strings["poke, prod or do other things to somebody"] = "Poke, prod or do other things to somebody"; -$a->strings["Recipient"] = "Recipient:"; -$a->strings["Choose what you wish to do to recipient"] = "Choose what you wish to do:"; -$a->strings["Make this post private"] = "Make this post private"; $a->strings["Requested profile is not available."] = "Requested profile is unavailable."; -$a->strings["%s's posts"] = ""; -$a->strings["%s's comments"] = ""; -$a->strings["%s's timeline"] = ""; +$a->strings["%s's posts"] = "%s's posts"; +$a->strings["%s's comments"] = "%s's comments"; +$a->strings["%s's timeline"] = "%s's timeline"; +$a->strings["Access to this profile has been restricted."] = "Access to this profile has been restricted."; $a->strings["Tips for New Members"] = "Tips for New Members"; +$a->strings["Do you really want to delete this video?"] = "Do you really want to delete this video?"; +$a->strings["Delete Video"] = "Delete video"; +$a->strings["No videos selected"] = "No videos selected"; +$a->strings["Recent Videos"] = "Recent videos"; +$a->strings["Upload New Videos"] = "Upload new videos"; +$a->strings["Parent user not found."] = "Parent user not found."; +$a->strings["No parent user"] = "No parent user"; +$a->strings["Parent Password:"] = "Parent Password:"; +$a->strings["Please enter the password of the parent account to legitimize your request."] = "Please enter the password of the parent account to authorize this request."; +$a->strings["Parent User"] = "Parent user"; +$a->strings["Parent users have total control about this account, including the account settings. Please double check whom you give this access."] = "Parent users have total control of this account, including core settings. Please double-check whom you grant such access."; +$a->strings["Save Settings"] = "Save settings"; +$a->strings["Delegate Page Management"] = "Delegate Page Management"; +$a->strings["Delegates"] = "Delegates"; +$a->strings["Delegates are able to manage all aspects of this account/page except for basic account settings. Please do not delegate your personal account to anybody that you do not trust completely."] = "Delegates are able to manage all aspects of this account except for key setting features. Please do not delegate your personal account to anybody that you do not trust completely."; +$a->strings["Existing Page Delegates"] = "Existing page delegates"; +$a->strings["Potential Delegates"] = "Potential delegates"; +$a->strings["Add"] = "Add"; +$a->strings["No entries."] = "No entries."; +$a->strings["People Search - %s"] = "People search - %s"; +$a->strings["Forum Search - %s"] = "Forum search - %s"; +$a->strings["Friendica Communications Server - Setup"] = "Friendica Communications Server - Setup"; +$a->strings["Could not connect to database."] = "Could not connect to database."; +$a->strings["Could not create table."] = "Could not create table."; +$a->strings["Your Friendica site database has been installed."] = "Your Friendica site database has been installed."; +$a->strings["You may need to import the file \"database.sql\" manually using phpmyadmin or mysql."] = "You may need to import the file \"database.sql\" manually using phpmyadmin or mysql."; +$a->strings["Please see the file \"INSTALL.txt\"."] = "Please see the file \"INSTALL.txt\"."; +$a->strings["Database already in use."] = "Database already in use."; +$a->strings["System check"] = "System check"; +$a->strings["Next"] = "Next"; +$a->strings["Check again"] = "Check again"; +$a->strings["Database connection"] = "Database connection"; +$a->strings["In order to install Friendica we need to know how to connect to your database."] = "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."] = "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."] = "The database you specify below should already exist. If it does not, please create it before continuing."; +$a->strings["Database Server Name"] = "Database server name"; +$a->strings["Database Login Name"] = "Database login name"; +$a->strings["Database Login Password"] = "Database login password"; +$a->strings["For security reasons the password must not be empty"] = "For security reasons the password must not be empty"; +$a->strings["Database Name"] = "Database name"; +$a->strings["Site administrator email address"] = "Site administrator email address"; +$a->strings["Your account email address must match this in order to use the web admin panel."] = "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"] = "Please select a default time zone for your website"; +$a->strings["Site settings"] = "Site settings"; +$a->strings["System Language:"] = "System language:"; +$a->strings["Set the default language for your Friendica installation interface and to send emails."] = "Set the default language for your Friendica installation interface and email communication."; +$a->strings["Could not find a command line version of PHP in the web server PATH."] = "Could not find a command line version of PHP in the web server PATH."; +$a->strings["If you don't have a command line version of PHP installed on your server, you will not be able to run the background processing. See 'Setup the worker'"] = "If your server doesn't have a command line version of PHP installed, you won't be able to run background processing. See 'Setup the worker'"; +$a->strings["PHP executable path"] = "PHP executable path"; +$a->strings["Enter full path to php executable. You can leave this blank to continue the installation."] = "Enter full path to php executable. You can leave this blank to continue the installation."; +$a->strings["Command line PHP"] = "Command line PHP"; +$a->strings["PHP executable is not the php cli binary (could be cgi-fgci version)"] = "PHP executable is not a php cli binary; it could possibly be a cgi-fgci version."; +$a->strings["Found PHP version: "] = "Found PHP version: "; +$a->strings["PHP cli binary"] = "PHP cli binary"; +$a->strings["The command line version of PHP on your system does not have \"register_argc_argv\" enabled."] = "The command line version of PHP on your system does not have \"register_argc_argv\" enabled."; +$a->strings["This is required for message delivery to work."] = "This is required for message delivery to work."; +$a->strings["PHP register_argc_argv"] = "PHP register_argc_argv"; +$a->strings["Error: the \"openssl_pkey_new\" function on this system is not able to generate encryption keys"] = "Error: the \"openssl_pkey_new\" function on this system is not able to generate encryption keys"; +$a->strings["If running under Windows, please see \"http://www.php.net/manual/en/openssl.installation.php\"."] = "If running under Windows OS, please see \"http://www.php.net/manual/en/openssl.installation.php\"."; +$a->strings["Generate encryption keys"] = "Generate encryption keys"; +$a->strings["libCurl PHP module"] = "libCurl PHP module"; +$a->strings["GD graphics PHP module"] = "GD graphics PHP module"; +$a->strings["OpenSSL PHP module"] = "OpenSSL PHP module"; +$a->strings["PDO or MySQLi PHP module"] = "PDO or MySQLi PHP module"; +$a->strings["mb_string PHP module"] = "mb_string PHP module"; +$a->strings["XML PHP module"] = "XML PHP module"; +$a->strings["iconv PHP module"] = "iconv PHP module"; +$a->strings["POSIX PHP module"] = "POSIX PHP module"; +$a->strings["Apache mod_rewrite module"] = "Apache mod_rewrite module"; +$a->strings["Error: Apache webserver mod-rewrite module is required but not installed."] = "Error: Apache web server mod-rewrite module is required but not installed."; +$a->strings["Error: libCURL PHP module required but not installed."] = "Error: libCURL PHP module required but not installed."; +$a->strings["Error: GD graphics PHP module with JPEG support required but not installed."] = "Error: GD graphics PHP module with JPEG support required but not installed."; +$a->strings["Error: openssl PHP module required but not installed."] = "Error: openssl PHP module required but not installed."; +$a->strings["Error: PDO or MySQLi PHP module required but not installed."] = "Error: PDO or MySQLi PHP module required but not installed."; +$a->strings["Error: The MySQL driver for PDO is not installed."] = "Error: MySQL driver for PDO is not installed."; +$a->strings["Error: mb_string PHP module required but not installed."] = "Error: mb_string PHP module required but not installed."; +$a->strings["Error: iconv PHP module required but not installed."] = "Error: iconv PHP module required but not installed."; +$a->strings["Error: POSIX PHP module required but not installed."] = "Error: POSIX PHP module required but not installed."; +$a->strings["Error, XML PHP module required but not installed."] = "Error, XML 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."] = "The web installer needs to be able to create a file called \".htconfig.php\" in the top-level directory of your web server, but it is unable to do so."; +$a->strings["This is most often a permission setting, as the web server may not be able to write files in your folder - even if you can."] = "This is most often a permission setting issue, as the web server may not be able to write files in your directory - even if you can."; +$a->strings["At the end of this procedure, we will give you a text to save in a file named .htconfig.php in your Friendica top folder."] = "At the end of this procedure, we will give you a text to save in a file named .htconfig.php in your Friendica top-level directory."; +$a->strings["You can alternatively skip this procedure and perform a manual installation. Please see the file \"INSTALL.txt\" for instructions."] = "Alternatively, you may skip this procedure and perform a manual installation. Please see the file \"INSTALL.txt\" for instructions."; +$a->strings[".htconfig.php is writable"] = ".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."] = "Friendica uses the Smarty3 template engine to render its web views. Smarty3 compiles templates to PHP to speed up rendering."; +$a->strings["In order to store these compiled templates, the web server needs to have write access to the directory view/smarty3/ under the Friendica top level folder."] = "In order to store these compiled templates, the web server needs to have write access to the directory view/smarty3/ under the Friendica top-level directory."; +$a->strings["Please ensure that the user that your web server runs as (e.g. www-data) has write access to this folder."] = "Please ensure the user (e.g. www-data) that your web server runs as has write access to this directory."; +$a->strings["Note: as a security measure, you should give the web server write access to view/smarty3/ only--not the template files (.tpl) that it contains."] = "Note: as a security measure, you should give the web server write access to view/smarty3/ only--not the template files (.tpl) that it contains."; +$a->strings["view/smarty3 is writable"] = "view/smarty3 is writable"; +$a->strings["Url rewrite in .htaccess is not working. Check your server configuration."] = "URL rewrite in .htaccess is not working. Check your server configuration."; +$a->strings["Url rewrite is working"] = "URL rewrite is working"; +$a->strings["ImageMagick PHP extension is not installed"] = "ImageMagick PHP extension is not installed"; +$a->strings["ImageMagick PHP extension is installed"] = "ImageMagick PHP extension is installed"; +$a->strings["ImageMagick supports GIF"] = "ImageMagick supports GIF"; +$a->strings["The database configuration file \".htconfig.php\" could not be written. Please use the enclosed text to create a configuration file in your web server root."] = "The database configuration file \".htconfig.php\" could not be written. Please use the enclosed text to create a configuration file in your web server root."; +$a->strings["

    What next

    "] = "

    What next

    "; +$a->strings["IMPORTANT: You will need to [manually] setup a scheduled task for the worker."] = "IMPORTANT: You will need to [manually] setup a scheduled task for the worker."; +$a->strings["Go to your new Friendica node registration page 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."] = "Go to your new Friendica node registration page and register as new user. Remember to use the same email you have entered as administrator email. This will allow you to enter the site admin panel."; +$a->strings["Subscribing to OStatus contacts"] = "Subscribing to OStatus contacts"; +$a->strings["No contact provided."] = "No contact provided."; +$a->strings["Couldn't fetch information for contact."] = "Couldn't fetch information for contact."; +$a->strings["Couldn't fetch friends for contact."] = "Couldn't fetch friends for contact."; +$a->strings["success"] = "success"; +$a->strings["failed"] = "failed"; +$a->strings["ignored"] = "Ignored"; +$a->strings["Contact wasn't found or can't be unfollowed."] = "Contact wasn't found or can't be unfollowed."; +$a->strings["Contact unfollowed"] = "Contact unfollowed"; +$a->strings["You aren't a friend of this contact."] = "You aren't a friend of this contact."; +$a->strings["Unfollowing is currently not supported by your network."] = "Unfollowing is currently not supported by your network."; +$a->strings["Disconnect/Unfollow"] = "Disconnect/Unfollow"; +$a->strings["Status Messages and Posts"] = "Status Messages and Posts"; +$a->strings["Events"] = "Events"; +$a->strings["View"] = "View"; +$a->strings["Previous"] = "Previous"; +$a->strings["today"] = "today"; +$a->strings["month"] = "month"; +$a->strings["week"] = "week"; +$a->strings["day"] = "day"; +$a->strings["list"] = "List"; +$a->strings["User not found"] = "User not found"; +$a->strings["This calendar format is not supported"] = "This calendar format is not supported"; +$a->strings["No exportable data found"] = "No exportable data found"; +$a->strings["calendar"] = "calendar"; +$a->strings["Event can not end before it has started."] = "Event cannot end before it has started."; +$a->strings["Event title and start time are required."] = "Event title and starting time are required."; +$a->strings["Create New Event"] = "Create new event"; +$a->strings["Event details"] = "Event details"; +$a->strings["Starting date and Title are required."] = "Starting date and title are required."; +$a->strings["Event Starts:"] = "Event starts:"; +$a->strings["Required"] = "Required"; +$a->strings["Finish date/time is not known or not relevant"] = "Finish date/time is not known or not relevant"; +$a->strings["Event Finishes:"] = "Event finishes:"; +$a->strings["Adjust for viewer timezone"] = "Adjust for viewer's time zone"; +$a->strings["Description:"] = "Description:"; +$a->strings["Title:"] = "Title:"; +$a->strings["Share this event"] = "Share this event"; +$a->strings["Basic"] = "Basic"; +$a->strings["Advanced"] = "Advanced"; +$a->strings["Failed to remove event"] = "Failed to remove event"; +$a->strings["Event removed"] = "Event removed"; $a->strings["Image uploaded but image cropping failed."] = "Image uploaded but image cropping failed."; $a->strings["Image size reduction [%s] failed."] = "Image size reduction [%s] failed."; $a->strings["Shift-reload the page or clear browser cache if the new photo does not display immediately."] = "Shift-reload the page or clear browser cache if the new photo does not display immediately."; @@ -1372,6 +883,37 @@ $a->strings["Crop Image"] = "Crop Image"; $a->strings["Please adjust the image cropping for optimum viewing."] = "Please adjust the image cropping for optimum viewing."; $a->strings["Done Editing"] = "Done editing"; $a->strings["Image uploaded successfully."] = "Image uploaded successfully."; +$a->strings["Status:"] = "Status:"; +$a->strings["Homepage:"] = "Homepage:"; +$a->strings["Global Directory"] = "Global Directory"; +$a->strings["Find on this site"] = "Find on this site"; +$a->strings["Results for:"] = "Results for:"; +$a->strings["Site Directory"] = "Site directory"; +$a->strings["Find"] = "Find"; +$a->strings["No entries (some entries may be hidden)."] = "No entries (entries may be hidden)."; +$a->strings["Source input"] = "Source input"; +$a->strings["BBCode::convert (raw HTML)"] = "BBCode::convert (raw HTML)"; +$a->strings["BBCode::convert"] = "BBCode::convert"; +$a->strings["BBCode::convert => HTML::toBBCode"] = "BBCode::convert => HTML::toBBCode"; +$a->strings["BBCode::toMarkdown"] = "BBCode::toMarkdown"; +$a->strings["BBCode::toMarkdown => Markdown::convert"] = "BBCode::toMarkdown => Markdown::convert"; +$a->strings["BBCode::toMarkdown => Markdown::toBBCode"] = "BBCode::toMarkdown => Markdown::toBBCode"; +$a->strings["BBCode::toMarkdown => Markdown::convert => HTML::toBBCode"] = "BBCode::toMarkdown => Markdown::convert => HTML::toBBCode"; +$a->strings["Source input \\x28Diaspora format\\x29"] = "Source input \\x28Diaspora format\\x29"; +$a->strings["Markdown::toBBCode"] = "Markdown::toBBCode"; +$a->strings["Raw HTML input"] = "Raw HTML input"; +$a->strings["HTML Input"] = "HTML input"; +$a->strings["HTML::toBBCode"] = "HTML::toBBCode"; +$a->strings["HTML::toPlaintext"] = "HTML::toPlaintext"; +$a->strings["Source text"] = "Source text"; +$a->strings["BBCode"] = "BBCode"; +$a->strings["Markdown"] = "Markdown"; +$a->strings["HTML"] = "HTML"; +$a->strings["The contact could not be added."] = "Contact could not be added."; +$a->strings["You already added this contact."] = "You already added this contact."; +$a->strings["Diaspora support isn't enabled. Contact can't be added."] = "Diaspora support isn't enabled. Contact can't be added."; +$a->strings["OStatus support is disabled. Contact can't be added."] = "OStatus support is disabled. Contact can't be added."; +$a->strings["The network type couldn't be detected. Contact can't be added."] = "The network type couldn't be detected. Contact can't be added."; $a->strings["Profile deleted."] = "Profile deleted."; $a->strings["Profile-"] = "Profile-"; $a->strings["New profile created."] = "New profile created."; @@ -1387,6 +929,7 @@ $a->strings["Sexual Preference"] = "Sexual preference"; $a->strings["XMPP"] = "XMPP"; $a->strings["Homepage"] = "Homepage"; $a->strings["Interests"] = "Interests"; +$a->strings["Address"] = "Address"; $a->strings["Location"] = "Location"; $a->strings["Profile updated."] = "Profile updated."; $a->strings[" and "] = " and "; @@ -1456,6 +999,131 @@ $a->strings["visible to everybody"] = "Visible to everybody"; $a->strings["Edit/Manage Profiles"] = "Edit/Manage Profiles"; $a->strings["Change profile photo"] = "Change profile photo"; $a->strings["Create New Profile"] = "Create new profile"; +$a->strings["%d contact edited."] = [ + 0 => "%d contact edited.", + 1 => "%d contacts edited.", +]; +$a->strings["Could not access contact record."] = "Could not access contact record."; +$a->strings["Could not locate selected profile."] = "Could not locate selected profile."; +$a->strings["Contact updated."] = "Contact updated."; +$a->strings["Contact has been blocked"] = "Contact has been blocked"; +$a->strings["Contact has been unblocked"] = "Contact has been unblocked"; +$a->strings["Contact has been ignored"] = "Contact has been ignored"; +$a->strings["Contact has been unignored"] = "Contact has been unignored"; +$a->strings["Contact has been archived"] = "Contact has been archived"; +$a->strings["Contact has been unarchived"] = "Contact has been unarchived"; +$a->strings["Drop contact"] = "Drop contact"; +$a->strings["Do you really want to delete this contact?"] = "Do you really want to delete this contact?"; +$a->strings["Contact has been removed."] = "Contact has been removed."; +$a->strings["You are mutual friends with %s"] = "You are mutual friends with %s"; +$a->strings["You are sharing with %s"] = "You are sharing with %s"; +$a->strings["%s is sharing with you"] = "%s is sharing with you"; +$a->strings["Private communications are not available for this contact."] = "Private communications are not available for this contact."; +$a->strings["Never"] = "Never"; +$a->strings["(Update was successful)"] = "(Update was successful)"; +$a->strings["(Update was not successful)"] = "(Update was not successful)"; +$a->strings["Suggest friends"] = "Suggest friends"; +$a->strings["Network type: %s"] = "Network type: %s"; +$a->strings["Communications lost with this contact!"] = "Communications lost with this contact!"; +$a->strings["Fetch further information for feeds"] = "Fetch further information for feeds"; +$a->strings["Fetch information like preview pictures, title and teaser from the feed item. You can activate this if the feed doesn't contain much text. Keywords are taken from the meta header in the feed item and are posted as hash tags."] = "Fetch information like preview pictures, title and teaser from the feed item. You can activate this if the feed doesn't contain much text. Keywords are taken from the meta header in the feed item and are posted as hash tags."; +$a->strings["Disabled"] = "Disabled"; +$a->strings["Fetch information"] = "Fetch information"; +$a->strings["Fetch keywords"] = "Fetch keywords"; +$a->strings["Fetch information and keywords"] = "Fetch information and keywords"; +$a->strings["Contact"] = "Contact"; +$a->strings["Profile Visibility"] = "Profile visibility"; +$a->strings["Please choose the profile you would like to display to %s when viewing your profile securely."] = "Please choose the profile you would like to display to %s when viewing your profile securely."; +$a->strings["Contact Information / Notes"] = "Personal note"; +$a->strings["Their personal note"] = "Their personal note"; +$a->strings["Edit contact notes"] = "Edit contact notes"; +$a->strings["Block/Unblock contact"] = "Block/Unblock contact"; +$a->strings["Ignore contact"] = "Ignore contact"; +$a->strings["Repair URL settings"] = "Repair URL settings"; +$a->strings["View conversations"] = "View conversations"; +$a->strings["Last update:"] = "Last update:"; +$a->strings["Update public posts"] = "Update public posts"; +$a->strings["Update now"] = "Update now"; +$a->strings["Unblock"] = "Unblock"; +$a->strings["Block"] = "Block"; +$a->strings["Unignore"] = "Unignore"; +$a->strings["Currently blocked"] = "Currently blocked"; +$a->strings["Currently ignored"] = "Currently ignored"; +$a->strings["Currently archived"] = "Currently archived"; +$a->strings["Awaiting connection acknowledge"] = "Awaiting connection acknowledgement"; +$a->strings["Replies/likes to your public posts may still be visible"] = "Replies/Likes to your public posts may still be visible"; +$a->strings["Notification for new posts"] = "Notification for new posts"; +$a->strings["Send a notification of every new post of this contact"] = "Send notification for every new post from this contact"; +$a->strings["Blacklisted keywords"] = "Blacklisted keywords"; +$a->strings["Comma separated list of keywords that should not be converted to hashtags, when \"Fetch information and keywords\" is selected"] = "Comma separated list of keywords that should not be converted to hashtags, when \"Fetch information and keywords\" is selected"; +$a->strings["XMPP:"] = "XMPP:"; +$a->strings["Actions"] = "Actions"; +$a->strings["Status"] = "Status"; +$a->strings["Contact Settings"] = "Notification and privacy "; +$a->strings["Suggestions"] = "Suggestions"; +$a->strings["Suggest potential friends"] = "Suggest potential friends"; +$a->strings["Show all contacts"] = "Show all contacts"; +$a->strings["Unblocked"] = "Unblocked"; +$a->strings["Only show unblocked contacts"] = "Only show unblocked contacts"; +$a->strings["Blocked"] = "Blocked"; +$a->strings["Only show blocked contacts"] = "Only show blocked contacts"; +$a->strings["Ignored"] = "Ignored"; +$a->strings["Only show ignored contacts"] = "Only show ignored contacts"; +$a->strings["Archived"] = "Archived"; +$a->strings["Only show archived contacts"] = "Only show archived contacts"; +$a->strings["Hidden"] = "Hidden"; +$a->strings["Only show hidden contacts"] = "Only show hidden contacts"; +$a->strings["Search your contacts"] = "Search your contacts"; +$a->strings["Update"] = "Update"; +$a->strings["Archive"] = "Archive"; +$a->strings["Unarchive"] = "Unarchive"; +$a->strings["Batch Actions"] = "Batch actions"; +$a->strings["Profile Details"] = "Profile Details"; +$a->strings["View all contacts"] = "View all contacts"; +$a->strings["View all common friends"] = "View all common friends"; +$a->strings["Advanced Contact Settings"] = "Advanced contact settings"; +$a->strings["Mutual Friendship"] = "Mutual friendship"; +$a->strings["is a fan of yours"] = "is a fan of yours"; +$a->strings["you are a fan of"] = "I follow them"; +$a->strings["Toggle Blocked status"] = "Toggle blocked status"; +$a->strings["Toggle Ignored status"] = "Toggle ignored status"; +$a->strings["Toggle Archive status"] = "Toggle archive status"; +$a->strings["Delete contact"] = "Delete contact"; +$a->strings["Terms of Service"] = "Terms of Service"; +$a->strings["Privacy Statement"] = "Privacy Statement"; +$a->strings["At the time of registration, and for providing communications between the user account and their contacts, the user has to provide a display name (pen name), an username (nickname) and a working email address. The names will be accessible on the profile page of the account by any visitor of the page, even if other profile details are not displayed. The email address will only be used to send the user notifications about interactions, but wont be visibly displayed. The listing of an account in the node's user directory or the global user directory is optional and can be controlled in the user settings, it is not necessary for communication."] = "At the time of registration, and for providing communications between the user account and their contacts, the user has to provide a display name (pen name), an username (nickname) and a working email address. The names will be accessible on the profile page of the account by any visitor of the page, even if other profile details are not displayed. The email address will only be used to send the user notifications about interactions, but wont be visibly displayed. The listing of an account in the node's user directory or the global user directory is optional and can be controlled in the user settings, it is not necessary for communication."; +$a->strings["At any point in time a logged in user can export their account data from the account settings. If the user wants to delete their account they can do so at %1\$s/removeme. The deletion of the account will be permanent."] = "At any point in time a logged in user can export their account data from the account settings. If the user wants to delete their account they can do so at %1\$s/removeme. The deletion of the account will be permanent."; +$a->strings["This is Friendica, version"] = "This is Friendica, version"; +$a->strings["running at web location"] = "running at web location"; +$a->strings["Please visit Friendi.ca to learn more about the Friendica project."] = "Please visit Friendi.ca to learn more about the Friendica project."; +$a->strings["Bug reports and issues: please visit"] = "Bug reports and issues: please visit"; +$a->strings["the bugtracker at github"] = "the bugtracker at github"; +$a->strings["Suggestions, praise, donations, etc. - please email \"Info\" at Friendica - dot com"] = "Suggestions, praise, donations, etc. - please email \"Info\" at Friendica - dot com"; +$a->strings["Installed addons/apps:"] = "Installed addons/apps:"; +$a->strings["No installed addons/apps"] = "No installed addons/apps"; +$a->strings["Read about the Terms of Service of this node."] = "Read about the Terms of Service of this node."; +$a->strings["On this server the following remote servers are blocked."] = "On this server the following remote servers are blocked."; +$a->strings["Reason for the block"] = "Reason for the block"; +$a->strings["No valid account found."] = "No valid account found."; +$a->strings["Password reset request issued. Check your email."] = "Password reset request issued. Please check your email."; +$a->strings["\n\t\tDear %1\$s,\n\t\t\tA request was recently received at \"%2\$s\" to reset your account\n\t\tpassword. In order to confirm this request, please select the verification link\n\t\tbelow or paste it into your web browser address bar.\n\n\t\tIf you did NOT request this change, please DO NOT follow the link\n\t\tprovided and ignore and/or delete this email, the request will expire shortly.\n\n\t\tYour password will not be changed unless we can verify that you\n\t\tissued this request."] = "\n\t\tDear %1\$s,\n\t\t\tA request was received at \"%2\$s\" to reset your account password\n\t\tTo confirm this request, please select the verification link\n\t\tbelow or paste it into your web browser's address bar.\n\n\t\tIf you did NOT request this change, please DO NOT follow the link\n\t\tprovided; ignore or delete this email, as the request will expire shortly.\n\n\t\tYour password will not be changed unless we can verify that you\n\t\tissued this request."; +$a->strings["\n\t\tFollow this link soon to verify your identity:\n\n\t\t%1\$s\n\n\t\tYou will then receive a follow-up message containing the new password.\n\t\tYou may change that password from your account settings page after logging in.\n\n\t\tThe login details are as follows:\n\n\t\tSite Location:\t%2\$s\n\t\tLogin Name:\t%3\$s"] = "\n\t\tFollow this link soon to verify your identity:\n\n\t\t%1\$s\n\n\t\tYou will then receive a follow-up message containing the new password.\n\t\tYou may change that password from your account settings page after logging in.\n\n\t\tThe login details are as follows:\n\n\t\tSite Location:\t%2\$s\n\t\tLogin Name:\t%3\$s"; +$a->strings["Password reset requested at %s"] = "Password reset requested at %s"; +$a->strings["Request could not be verified. (You may have previously submitted it.) Password reset failed."] = "Request could not be verified. (You may have previously submitted it.) Password reset failed."; +$a->strings["Request has expired, please make a new one."] = "Request has expired, please make a new one."; +$a->strings["Forgot your Password?"] = "Reset My Password"; +$a->strings["Enter your email address and submit to have your password reset. Then check your email for further instructions."] = "Enter email address or nickname to reset your password. You will receive further instruction via email."; +$a->strings["Nickname or Email: "] = "Nickname or email: "; +$a->strings["Reset"] = "Reset"; +$a->strings["Password Reset"] = "Forgotten password?"; +$a->strings["Your password has been reset as requested."] = "Your password has been reset as requested."; +$a->strings["Your new password is"] = "Your new password is"; +$a->strings["Save or copy your new password - and then"] = "Save or copy your new password - and then"; +$a->strings["click here to login"] = "click here to login"; +$a->strings["Your password may be changed from the Settings page after successful login."] = "Your password may be changed from the Settings page after successful login."; +$a->strings["\n\t\t\tDear %1\$s,\n\t\t\t\tYour password has been changed as requested. Please retain this\n\t\t\tinformation for your records (or change your password immediately to\n\t\t\tsomething that you will remember).\n\t\t"] = "\n\t\t\tDear %1\$s,\n\t\t\t\tYour password has been changed as requested. Please retain this\n\t\t\tinformation for your records (or change your password immediately to\n\t\t\tsomething that you will remember).\n\t\t"; +$a->strings["\n\t\t\tYour login details are as follows:\n\n\t\t\tSite Location:\t%1\$s\n\t\t\tLogin Name:\t%2\$s\n\t\t\tPassword:\t%3\$s\n\n\t\t\tYou may change that password from your account settings page after logging in.\n\t\t"] = "\n\t\t\tYour login details are as follows:\n\n\t\t\tSite Location:\t%1\$s\n\t\t\tLogin Name:\t%2\$s\n\t\t\tPassword:\t%3\$s\n\n\t\t\tYou may change that password from your account settings page after logging in.\n\t\t"; +$a->strings["Your password has been changed at %s"] = "Your password has been changed at %s"; $a->strings["Registration successful. Please check your email for further instructions."] = "Registration successful. Please check your email for further instructions."; $a->strings["Failed to send email message. Here your accout details:
    login: %s
    password: %s

    You can change your password after login."] = "Failed to send email message. Here your account details:
    login: %s
    password: %s

    You can change your password after login."; $a->strings["Registration successful."] = "Registration successful."; @@ -1468,20 +1136,386 @@ $a->strings["Include your profile in member directory?"] = "Include your profile $a->strings["Note for the admin"] = "Note for the admin"; $a->strings["Leave a message for the admin, why you want to join this node"] = "Leave a message for the admin, why you want to join this node."; $a->strings["Membership on this site is by invitation only."] = "Membership on this site is by invitation only."; -$a->strings["Your invitation ID: "] = "Your invitation ID: "; +$a->strings["Your invitation code: "] = "Your invitation code: "; +$a->strings["Registration"] = "Join this Friendica Node Today"; $a->strings["Your Full Name (e.g. Joe Smith, real or real-looking): "] = "Your full name: "; $a->strings["Your Email Address: (Initial information will be send there, so this has to be an existing address.)"] = "Your Email Address: (Initial information will be send there; so this must be an existing address.)"; $a->strings["New Password:"] = "New password:"; $a->strings["Leave empty for an auto generated password."] = "Leave empty for an auto generated password."; $a->strings["Confirm:"] = "Confirm new password:"; -$a->strings["Choose a profile nickname. This must begin with a text character. Your profile address on this site will then be 'nickname@%s'."] = ""; +$a->strings["Choose a profile nickname. This must begin with a text character. Your profile address on this site will then be 'nickname@%s'."] = "Choose a profile nickname. This must begin with a text character. Your profile address on this site will then be 'nickname@%s'."; $a->strings["Choose a nickname: "] = "Choose a nickname: "; $a->strings["Register"] = "Sign up now >>"; $a->strings["Import your profile to this friendica instance"] = "Import an existing Friendica profile to this node."; -$a->strings["Only logged in users are permitted to perform a search."] = "Only logged in users are permitted to perform a search."; -$a->strings["Too Many Requests"] = "Too many requests"; -$a->strings["Only one search per minute is permitted for not logged in users."] = "Only one search per minute is permitted for not logged in users."; -$a->strings["Items tagged with: %s"] = "Items tagged with: %s"; +$a->strings["Theme settings updated."] = "Theme settings updated."; +$a->strings["Information"] = "Information"; +$a->strings["Overview"] = "Overview"; +$a->strings["Federation Statistics"] = "Federation statistics"; +$a->strings["Configuration"] = "Configuration"; +$a->strings["Site"] = "Site"; +$a->strings["Users"] = "Users"; +$a->strings["Addons"] = "Addons"; +$a->strings["Themes"] = "Theme selection"; +$a->strings["Additional features"] = "Additional features"; +$a->strings["Database"] = "Database"; +$a->strings["DB updates"] = "DB updates"; +$a->strings["Inspect Queue"] = "Inspect queue"; +$a->strings["Tools"] = "Tools"; +$a->strings["Contact Blocklist"] = "Contact blocklist"; +$a->strings["Server Blocklist"] = "Server blocklist"; +$a->strings["Delete Item"] = "Delete item"; +$a->strings["Logs"] = "Logs"; +$a->strings["View Logs"] = "View logs"; +$a->strings["Diagnostics"] = "Diagnostics"; +$a->strings["PHP Info"] = "PHP info"; +$a->strings["probe address"] = "Probe address"; +$a->strings["check webfinger"] = "Check webfinger"; +$a->strings["Admin"] = "Admin"; +$a->strings["Addon Features"] = "Addon features"; +$a->strings["User registrations waiting for confirmation"] = "User registrations awaiting confirmation"; +$a->strings["Administration"] = "Administration"; +$a->strings["Display Terms of Service"] = "Display Terms of Service"; +$a->strings["Enable the Terms of Service page. If this is enabled a link to the terms will be added to the registration form and the general information page."] = "Enable the Terms of Service page. If this is enabled a link to the terms will be added to the registration form and the general information page."; +$a->strings["Display Privacy Statement"] = "Display Privacy Statement"; +$a->strings["Show some informations regarding the needed information to operate the node according e.g. to EU-GDPR."] = "Show some informations regarding the needed information to operate the node according e.g. to EU-GDPR."; +$a->strings["The Terms of Service"] = "Terms of Service"; +$a->strings["Enter the Terms of Service for your node here. You can use BBCode. Headers of sections should be [h2] and below."] = "Enter the Terms of Service for your node here. You can use BBCode. Headers of sections should be [h2] or less."; +$a->strings["The blocked domain"] = "Blocked domain"; +$a->strings["The reason why you blocked this domain."] = "Reason why you blocked this domain."; +$a->strings["Delete domain"] = "Delete domain"; +$a->strings["Check to delete this entry from the blocklist"] = "Check to delete this entry from the blocklist"; +$a->strings["This page can be used to define a black list of servers from the federated network that are not allowed to interact with your node. For all entered domains you should also give a reason why you have blocked the remote server."] = "This page can be used to define a black list of servers from the federated network that are not allowed to interact with your node. For all entered domains you should also give a reason why you have blocked the remote server."; +$a->strings["The list of blocked servers will be made publically available on the /friendica page so that your users and people investigating communication problems can find the reason easily."] = "The list of blocked servers will publicly available on the Friendica page so that your users and people investigating communication problems can readily find the reason."; +$a->strings["Add new entry to block list"] = "Add new entry to block list"; +$a->strings["Server Domain"] = "Server domain"; +$a->strings["The domain of the new server to add to the block list. Do not include the protocol."] = "The domain of the new server to add to the block list. Do not include the protocol."; +$a->strings["Block reason"] = "Block reason"; +$a->strings["Add Entry"] = "Add entry"; +$a->strings["Save changes to the blocklist"] = "Save changes to the blocklist"; +$a->strings["Current Entries in the Blocklist"] = "Current entries in the blocklist"; +$a->strings["Delete entry from blocklist"] = "Delete entry from blocklist"; +$a->strings["Delete entry from blocklist?"] = "Delete entry from blocklist?"; +$a->strings["Server added to blocklist."] = "Server added to blocklist."; +$a->strings["Site blocklist updated."] = "Site blocklist updated."; +$a->strings["The contact has been blocked from the node"] = "This contact has been blocked from the node"; +$a->strings["Could not find any contact entry for this URL (%s)"] = "Could not find any contact entry for this URL (%s)"; +$a->strings["%s contact unblocked"] = [ + 0 => "%s contact unblocked", + 1 => "%s contacts unblocked", +]; +$a->strings["Remote Contact Blocklist"] = "Remote contact blocklist"; +$a->strings["This page allows you to prevent any message from a remote contact to reach your node."] = "This page allows you to prevent any message from a remote contact to reach your node."; +$a->strings["Block Remote Contact"] = "Block remote contact"; +$a->strings["select all"] = "select all"; +$a->strings["select none"] = "select none"; +$a->strings["No remote contact is blocked from this node."] = "No remote contact is blocked from this node."; +$a->strings["Blocked Remote Contacts"] = "Blocked remote contacts"; +$a->strings["Block New Remote Contact"] = "Block new remote contact"; +$a->strings["Photo"] = "Photo"; +$a->strings["%s total blocked contact"] = [ + 0 => "%s total blocked contact", + 1 => "%s blocked contacts", +]; +$a->strings["URL of the remote contact to block."] = "URL of the remote contact to block."; +$a->strings["Delete this Item"] = "Delete"; +$a->strings["On this page you can delete an item from your node. If the item is a top level posting, the entire thread will be deleted."] = "Here you can delete an item from this node. If the item is a top-level posting, the entire thread will be deleted."; +$a->strings["You need to know the GUID of the item. You can find it e.g. by looking at the display URL. The last part of http://example.com/display/123456 is the GUID, here 123456."] = "You need to know the global unique identifier (GUID) of the item, which you can find by looking at the display URL. The last part of http://example.com/display/123456 is the GUID: i.e. 123456."; +$a->strings["GUID"] = "GUID"; +$a->strings["The GUID of the item you want to delete."] = "GUID of item to be deleted."; +$a->strings["Item marked for deletion."] = "Item marked for deletion."; +$a->strings["unknown"] = "unknown"; +$a->strings["This page offers you some numbers to the known part of the federated social network your Friendica node is part of. These numbers are not complete but only reflect the part of the network your node is aware of."] = "This page offers you the amount of known part of the federated social network your Friendica node is part of. These numbers are not complete and only reflect the part of the network your node is aware of."; +$a->strings["The Auto Discovered Contact Directory feature is not enabled, it will improve the data displayed here."] = "The Auto Discovered Contact Directory feature is not enabled; enabling it will improve the data displayed here."; +$a->strings["Currently this node is aware of %d nodes with %d registered users from the following platforms:"] = "Currently this node is aware of %d nodes with %d registered users from the following platforms:"; +$a->strings["ID"] = "ID"; +$a->strings["Recipient Name"] = "Recipient name"; +$a->strings["Recipient Profile"] = "Recipient profile"; +$a->strings["Network"] = "Network"; +$a->strings["Created"] = "Created"; +$a->strings["Last Tried"] = "Last Tried"; +$a->strings["This page lists the content of the queue for outgoing postings. These are postings the initial delivery failed for. They will be resend later and eventually deleted if the delivery fails permanently."] = "This page lists the content of the queue for outgoing postings. These are postings the initial delivery failed for. They will be resend later and eventually deleted if the delivery fails permanently."; +$a->strings["Your DB still runs with MyISAM tables. You should change the engine type to InnoDB. As Friendica will use InnoDB only features in the future, you should change this! See here for a guide that may be helpful converting the table engines. You may also use the command php bin/console.php dbstructure toinnodb of your Friendica installation for an automatic conversion.
    "] = "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 here for a guide that may be helpful converting the table engines. You may also use the command php bin/console.php dbstructure toinnodb of your Friendica installation for an automatic conversion.
    "; +$a->strings["There is a new version of Friendica available for download. Your current version is %1\$s, upstream version is %2\$s"] = "A new Friendica version is available now. Your current version is %1\$s, upstream version is %2\$s"; +$a->strings["The database update failed. Please run \"php bin/console.php dbstructure update\" from the command line and have a look at the errors that might appear."] = "The database update failed. Please run \"php bin/console.php dbstructure update\" from the command line and check for errors that may appear."; +$a->strings["The worker was never executed. Please check your database structure!"] = "The worker process has never been executed. Please check your database structure!"; +$a->strings["The last worker execution was on %s UTC. This is older than one hour. Please check your crontab settings."] = "The last worker process started at %s UTC. This is more than one hour ago. Please adjust your crontab settings."; +$a->strings["Normal Account"] = "Standard account"; +$a->strings["Automatic Follower Account"] = "Automatic follower account"; +$a->strings["Public Forum Account"] = "Public forum account"; +$a->strings["Automatic Friend Account"] = "Automatic friend account"; +$a->strings["Blog Account"] = "Blog account"; +$a->strings["Private Forum Account"] = "Private forum account"; +$a->strings["Message queues"] = "Message queues"; +$a->strings["Summary"] = "Summary"; +$a->strings["Registered users"] = "Signed up users"; +$a->strings["Pending registrations"] = "Pending registrations"; +$a->strings["Version"] = "Version"; +$a->strings["Active addons"] = "Active addons"; +$a->strings["Can not parse base url. Must have at least ://"] = "Can not parse base URL. Must have at least ://"; +$a->strings["Site settings updated."] = "Site settings updated."; +$a->strings["No special theme for mobile devices"] = "No special theme for mobile devices"; +$a->strings["No community page"] = "No community page"; +$a->strings["Public postings from users of this site"] = "Public postings from users of this site"; +$a->strings["Public postings from the federated network"] = "Public postings from the federated network"; +$a->strings["Public postings from local users and the federated network"] = "Public postings from local users and the federated network"; +$a->strings["Users, Global Contacts"] = "Users, Global Contacts"; +$a->strings["Users, Global Contacts/fallback"] = "Users, Global Contacts/fallback"; +$a->strings["One month"] = "One month"; +$a->strings["Three months"] = "Three months"; +$a->strings["Half a year"] = "Half a year"; +$a->strings["One year"] = "One a year"; +$a->strings["Multi user instance"] = "Multi user instance"; +$a->strings["Closed"] = "Closed"; +$a->strings["Requires approval"] = "Requires approval"; +$a->strings["Open"] = "Open"; +$a->strings["No SSL policy, links will track page SSL state"] = "No SSL policy, links will track page SSL state"; +$a->strings["Force all links to use SSL"] = "Force all links to use SSL"; +$a->strings["Self-signed certificate, use SSL for local links only (discouraged)"] = "Self-signed certificate, use SSL for local links only (discouraged)"; +$a->strings["Don't check"] = "Don't check"; +$a->strings["check the stable version"] = "check for stable version updates"; +$a->strings["check the development version"] = "check for development version updates"; +$a->strings["Republish users to directory"] = "Republish users to directory"; +$a->strings["File upload"] = "File upload"; +$a->strings["Policies"] = "Policies"; +$a->strings["Auto Discovered Contact Directory"] = "Auto-discovered contact directory"; +$a->strings["Performance"] = "Performance"; +$a->strings["Worker"] = "Worker"; +$a->strings["Message Relay"] = "Message relay"; +$a->strings["Relocate - WARNING: advanced function. Could make this server unreachable."] = "Relocate - Warning, advanced function: This could make this server unreachable."; +$a->strings["Site name"] = "Site name"; +$a->strings["Host name"] = "Host name"; +$a->strings["Sender Email"] = "Sender email"; +$a->strings["The email address your server shall use to send notification emails from."] = "The email address your server shall use to send notification emails from."; +$a->strings["Banner/Logo"] = "Banner/Logo"; +$a->strings["Shortcut icon"] = "Shortcut icon"; +$a->strings["Link to an icon that will be used for browsers."] = "Link to an icon that will be used for browsers."; +$a->strings["Touch icon"] = "Touch icon"; +$a->strings["Link to an icon that will be used for tablets and mobiles."] = "Link to an icon that will be used for tablets and mobiles."; +$a->strings["Additional Info"] = "Additional Info"; +$a->strings["For public servers: you can add additional information here that will be listed at %s/servers."] = "For public servers: You can add additional information here that will be listed at %s/servers."; +$a->strings["System language"] = "System language"; +$a->strings["System theme"] = "System theme"; +$a->strings["Default system theme - may be over-ridden by user profiles - change theme settings"] = "Default system theme - may be overridden by user profiles - change theme settings"; +$a->strings["Mobile system theme"] = "Mobile system theme"; +$a->strings["Theme for mobile devices"] = "Theme for mobile devices"; +$a->strings["SSL link policy"] = "SSL link policy"; +$a->strings["Determines whether generated links should be forced to use SSL"] = "Determines whether generated links should be forced to use SSL"; +$a->strings["Force SSL"] = "Force SSL"; +$a->strings["Force all Non-SSL requests to SSL - Attention: on some systems it could lead to endless loops."] = "Force all Non-SSL requests to SSL - Attention: on some systems it could lead to endless loops."; +$a->strings["Hide help entry from navigation menu"] = "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."] = "Hides the menu entry for the Help pages from the navigation menu. Help pages can still be accessed by calling ../help directly via its URL."; +$a->strings["Single user instance"] = "Single user instance"; +$a->strings["Make this instance multi-user or single-user for the named user"] = "Make this instance multi-user or single-user for the named user"; +$a->strings["Maximum image size"] = "Maximum image size"; +$a->strings["Maximum size in bytes of uploaded images. Default is 0, which means no limits."] = "Maximum size in bytes of uploaded images. Default is 0, which means no limits."; +$a->strings["Maximum image length"] = "Maximum image length"; +$a->strings["Maximum length in pixels of the longest side of uploaded images. Default is -1, which means no limits."] = "Maximum length in pixels of the longest side of uploaded images. Default is -1, which means no limits."; +$a->strings["JPEG image quality"] = "JPEG image quality"; +$a->strings["Uploaded JPEGS will be saved at this quality setting [0-100]. Default is 100, which is full quality."] = "Uploaded JPEGS will be saved at this quality setting [0-100]. Default is 100, which is the original quality level."; +$a->strings["Register policy"] = "Registration policy"; +$a->strings["Maximum Daily Registrations"] = "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."] = "If open registration is permitted, this sets the maximum number of new registrations per day. This setting has no effect for registrations by approval."; +$a->strings["Register text"] = "Registration text"; +$a->strings["Will be displayed prominently on the registration page. You can use BBCode here."] = "Will be displayed prominently on the registration page. You may use BBCode here."; +$a->strings["Accounts abandoned after x days"] = "Accounts abandoned after so many days"; +$a->strings["Will not waste system resources polling external sites for abandonded accounts. Enter 0 for no time limit."] = "Will not waste system resources polling external sites for abandoned accounts. Enter 0 for no time limit."; +$a->strings["Allowed friend domains"] = "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"] = "Comma separated list of domains which are allowed to establish friendships with this site. Wildcards are accepted. Leave empty to allow any domains"; +$a->strings["Allowed email domains"] = "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"] = "Comma separated list of domains which are allowed in email addresses for registrations to this site. Wildcards are accepted. Leave empty to allow any domains"; +$a->strings["No OEmbed rich content"] = "No OEmbed rich content"; +$a->strings["Don't show the rich content (e.g. embedded PDF), except from the domains listed below."] = "Don't show rich content (e.g. embedded PDF), except from the domains listed below."; +$a->strings["Allowed OEmbed domains"] = "Allowed OEmbed domains"; +$a->strings["Comma separated list of domains which oembed content is allowed to be displayed. Wildcards are accepted."] = "Comma separated list of domains from where OEmbed content is allowed. Wildcards are possible."; +$a->strings["Block public"] = "Block public"; +$a->strings["Check to block public access to all otherwise public personal pages on this site unless you are currently logged in."] = "Block public access to all otherwise public personal pages on this site, except for local users when logged in."; +$a->strings["Force publish"] = "Mandatory directory listing"; +$a->strings["Check to force all profiles on this site to be listed in the site directory."] = "Force all profiles on this site to be listed in the site directory."; +$a->strings["Global directory URL"] = "Global directory URL"; +$a->strings["URL to the global directory. If this is not set, the global directory is completely unavailable to the application."] = "URL to the global directory: If this is not set, the global directory is completely unavailable to the application."; +$a->strings["Private posts by default for new users"] = "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."] = "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"] = "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."] = "Don't include the content of a post/comment/private message in the email notifications sent from this site, as a privacy measure."; +$a->strings["Disallow public access to addons listed in the apps menu."] = "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."] = "Checking this box will restrict addons listed in the apps menu to members only."; +$a->strings["Don't embed private images in posts"] = "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."] = "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"] = "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."] = "This allows every user to mark contacts as a \"Remote self\" in the repair contact dialogue. Setting this flag on a contact will mirror every posting of that contact in the users stream."; +$a->strings["Block multiple registrations"] = "Block multiple registrations"; +$a->strings["Disallow users to register additional accounts for use as pages."] = "Disallow users to sign up for additional accounts."; +$a->strings["OpenID support"] = "OpenID support"; +$a->strings["OpenID support for registration and logins."] = "OpenID support for registration and logins."; +$a->strings["Fullname check"] = "Full name check"; +$a->strings["Force users to register with a space between firstname and lastname in Full name, as an antispam measure"] = "Force users to sign up with a space between first name and last name in the full name field; it may reduce spam and abuse registrations."; +$a->strings["Community pages for visitors"] = "Community pages for visitors"; +$a->strings["Which community pages should be available for visitors. Local users always see both pages."] = "Which community pages should be available for visitors. Local users always see both pages."; +$a->strings["Posts per user on community page"] = "Posts per user on community page"; +$a->strings["The maximum number of posts per user on the community page. (Not valid for 'Global Community')"] = "Maximum number of posts per user on the community page (not valid for 'Global Community')."; +$a->strings["Enable OStatus support"] = "Enable OStatus support"; +$a->strings["Provide built-in OStatus (StatusNet, GNU Social etc.) compatibility. All communications in OStatus are public, so privacy warnings will be occasionally displayed."] = "Provide built-in OStatus (StatusNet, GNU Social, etc.) compatibility. All communications in OStatus are public, so privacy warnings will be occasionally displayed."; +$a->strings["Only import OStatus threads from our contacts"] = "Only import OStatus threads from known contacts"; +$a->strings["Normally we import every content from our OStatus contacts. With this option we only store threads that are started by a contact that is known on our system."] = "Normally we import every content from our OStatus contacts. With this option we only store threads that are started by a contact that is known on our system."; +$a->strings["OStatus support can only be enabled if threading is enabled."] = "OStatus support can only be enabled if threading is enabled."; +$a->strings["Diaspora support can't be enabled because Friendica was installed into a sub directory."] = "Diaspora support can't be enabled because Friendica was installed into a sub directory."; +$a->strings["Enable Diaspora support"] = "Enable Diaspora support"; +$a->strings["Provide built-in Diaspora network compatibility."] = "Provide built-in Diaspora network compatibility."; +$a->strings["Only allow Friendica contacts"] = "Only allow Friendica contacts"; +$a->strings["All contacts must use Friendica protocols. All other built-in communication protocols disabled."] = "All contacts must use Friendica protocols. All other built-in communication protocols will be disabled."; +$a->strings["Verify SSL"] = "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."] = "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"] = "Proxy user"; +$a->strings["Proxy URL"] = "Proxy URL"; +$a->strings["Network timeout"] = "Network timeout"; +$a->strings["Value is in seconds. Set to 0 for unlimited (not recommended)."] = "Value is in seconds. Set to 0 for unlimited (not recommended)."; +$a->strings["Maximum Load Average"] = "Maximum load average"; +$a->strings["Maximum system load before delivery and poll processes are deferred - default 50."] = "Maximum system load before delivery and poll processes are deferred (default 50)."; +$a->strings["Maximum Load Average (Frontend)"] = "Maximum load average (frontend)"; +$a->strings["Maximum system load before the frontend quits service - default 50."] = "Maximum system load before the frontend quits service (default 50)."; +$a->strings["Minimal Memory"] = "Minimal memory"; +$a->strings["Minimal free memory in MB for the worker. Needs access to /proc/meminfo - default 0 (deactivated)."] = "Minimal free memory in MB for the worker. Needs access to /proc/meminfo - default 0 (deactivated)."; +$a->strings["Maximum table size for optimization"] = "Maximum table size for optimization"; +$a->strings["Maximum table size (in MB) for the automatic optimization - default 100 MB. Enter -1 to disable it."] = "Maximum table size (in MB) for the automatic optimization (default 100 MB; -1 to deactivate)."; +$a->strings["Minimum level of fragmentation"] = "Minimum level of fragmentation"; +$a->strings["Minimum fragmenation level to start the automatic optimization - default value is 30%."] = "Minimum fragmentation level to start the automatic optimization (default 30%)."; +$a->strings["Periodical check of global contacts"] = "Periodical check of global contacts"; +$a->strings["If enabled, the global contacts are checked periodically for missing or outdated data and the vitality of the contacts and servers."] = "This checks global contacts periodically for missing or outdated data and the vitality of the contacts and servers."; +$a->strings["Days between requery"] = "Days between enquiry"; +$a->strings["Number of days after which a server is requeried for his contacts."] = "Number of days after which a server is required check contacts."; +$a->strings["Discover contacts from other servers"] = "Discover contacts from other servers"; +$a->strings["Periodically query other servers for contacts. You can choose between 'users': the users on the remote system, 'Global Contacts': active contacts that are known on the system. The fallback is meant for Redmatrix servers and older friendica servers, where global contacts weren't available. The fallback increases the server load, so the recommened setting is 'Users, Global Contacts'."] = "Periodically query other servers for contacts. You can choose between 'Users': the users on the remote system, 'Global Contacts': active contacts that are known on the system. The fallback is meant for Redmatrix servers and older Friendica servers, where global contacts weren't available. The fallback increases the server load, so the recommend setting is 'Users, Global Contacts'."; +$a->strings["Timeframe for fetching global contacts"] = "Time-frame for fetching global contacts"; +$a->strings["When the discovery is activated, this value defines the timeframe for the activity of the global contacts that are fetched from other servers."] = "If discovery is activated, this value defines the time-frame for the activity of the global contacts that are fetched from other servers."; +$a->strings["Search the local directory"] = "Search the local directory"; +$a->strings["Search the local directory instead of the global directory. When searching locally, every search will be executed on the global directory in the background. This improves the search results when the search is repeated."] = "Search the local directory instead of the global directory. When searching locally, every search will be executed on the global directory in the background. This improves the search results when the search is repeated."; +$a->strings["Publish server information"] = "Publish server information"; +$a->strings["If enabled, general server and usage data will be published. The data contains the name and version of the server, number of users with public profiles, number of posts and the activated protocols and connectors. See the-federation.info for details."] = "This publishes generic data about the server and its usage. The data contains the name and version of the server, number of users with public profiles, number of posts and the activated protocols and connectors. See the-federation.info for details."; +$a->strings["Check upstream version"] = "Check upstream version"; +$a->strings["Enables checking for new Friendica versions at github. If there is a new version, you will be informed in the admin panel overview."] = "Enables checking for new Friendica versions at github. If there is a new version, you will be informed in the admin panel overview."; +$a->strings["Suppress Tags"] = "Suppress tags"; +$a->strings["Suppress showing a list of hashtags at the end of the posting."] = "Suppress listed hashtags at the end of posts."; +$a->strings["Path to item cache"] = "Path to item cache"; +$a->strings["The item caches buffers generated bbcode and external images."] = "The item caches buffers generated bbcode and external images."; +$a->strings["Cache duration in seconds"] = "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."] = "How long should cache files be held? (Default 86400 seconds - one day; -1 disables item cache)"; +$a->strings["Maximum numbers of comments per post"] = "Maximum numbers of comments per post"; +$a->strings["How much comments should be shown for each post? Default value is 100."] = "How many comments should be shown for each post? (Default 100)"; +$a->strings["Temp path"] = "Temp path"; +$a->strings["If you have a restricted system where the webserver can't access the system temp path, enter another path here."] = "Enter a different tmp path, if your system restricts the webserver's access to the system temp path."; +$a->strings["Base path to installation"] = "Base path to installation"; +$a->strings["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."] = "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."; +$a->strings["Disable picture proxy"] = "Disable picture proxy"; +$a->strings["The picture proxy increases performance and privacy. It shouldn't be used on systems with very low bandwith."] = "The picture proxy increases performance and privacy. It shouldn't be used on systems with very low bandwith."; +$a->strings["Only search in tags"] = "Only search in tags"; +$a->strings["On large systems the text search can slow down the system extremely."] = "On large systems the text search can slow down the system significantly."; +$a->strings["New base url"] = "New base URL"; +$a->strings["Change base url for this server. Sends relocate message to all Friendica and Diaspora* contacts of all users."] = "Change base url for this server. Sends relocate message to all Friendica and Diaspora* contacts of all users."; +$a->strings["RINO Encryption"] = "RINO Encryption"; +$a->strings["Encryption layer between nodes."] = "Encryption layer between nodes."; +$a->strings["Enabled"] = "Enabled"; +$a->strings["Maximum number of parallel workers"] = "Maximum number of parallel workers"; +$a->strings["On shared hosters set this to 2. On larger systems, values of 10 are great. Default value is 4."] = "On shared hosts set this to 2. On larger systems, values of 10 are great. Default value is 4."; +$a->strings["Don't use 'proc_open' with the worker"] = "Don't use 'proc_open' with the worker"; +$a->strings["Enable this if your system doesn't allow the use of 'proc_open'. This can happen on shared hosters. If this is enabled you should increase the frequency of worker calls in your crontab."] = "Enable this if your system doesn't allow the use of 'proc_open'. This can happen on shared hosters. If this is enabled you should increase the frequency of worker calls in your crontab."; +$a->strings["Enable fastlane"] = "Enable fast-lane"; +$a->strings["When enabed, the fastlane mechanism starts an additional worker if processes with higher priority are blocked by processes of lower priority."] = "The fast-lane mechanism starts an additional worker if processes with higher priority are blocked by processes of lower priority."; +$a->strings["Enable frontend worker"] = "Enable frontend worker"; +$a->strings["When enabled the Worker process is triggered when backend access is performed \\x28e.g. messages being delivered\\x29. On smaller sites you might want to call %s/worker on a regular basis via an external cron job. You should only enable this option if you cannot utilize cron/scheduled jobs on your server."] = "When enabled the Worker process is triggered when backend access is performed \\x28e.g. messages being delivered\\x29. On smaller sites you might want to call %s/worker on a regular basis via an external cron job. You should only enable this option if you cannot utilize cron/scheduled jobs on your server."; +$a->strings["Subscribe to relay"] = "Subscribe to relay"; +$a->strings["Enables the receiving of public posts from the relay. They will be included in the search, subscribed tags and on the global community page."] = "Receive public posts from the specified relay. Post will be included in searches, subscribed tags and on the global community page."; +$a->strings["Relay server"] = "Relay server"; +$a->strings["Address of the relay server where public posts should be send to. For example https://relay.diasp.org"] = "Address of the relay server where public posts should be send to. For example https://relay.diasp.org"; +$a->strings["Direct relay transfer"] = "Direct relay transfer"; +$a->strings["Enables the direct transfer to other servers without using the relay servers"] = "Enables direct transfer to other servers without using a relay server."; +$a->strings["Relay scope"] = "Relay scope"; +$a->strings["Can be 'all' or 'tags'. 'all' means that every public post should be received. 'tags' means that only posts with selected tags should be received."] = "Set to 'all' or 'tags'. 'all' means receive every public post; 'tags' receive public posts only with specified tags."; +$a->strings["all"] = "all"; +$a->strings["tags"] = "tags"; +$a->strings["Server tags"] = "Server tags"; +$a->strings["Comma separated list of tags for the 'tags' subscription."] = "Comma separated tags for subscription."; +$a->strings["Allow user tags"] = "Allow user tags"; +$a->strings["If enabled, the tags from the saved searches will used for the 'tags' subscription in addition to the 'relay_server_tags'."] = "Use user-generated tags from saved searches for 'tags' subscription in addition to 'relay_server_tags'."; +$a->strings["Update has been marked successful"] = "Update has been marked successful"; +$a->strings["Database structure update %s was successfully applied."] = "Database structure update %s was successfully applied."; +$a->strings["Executing of database structure update %s failed with error: %s"] = "Executing of database structure update %s failed with error: %s"; +$a->strings["Executing %s failed with error: %s"] = "Executing %s failed with error: %s"; +$a->strings["Update %s was successfully applied."] = "Update %s was successfully applied."; +$a->strings["Update %s did not return a status. Unknown if it succeeded."] = "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."] = "There was no additional update function %s that needed to be called."; +$a->strings["No failed updates."] = "No failed updates."; +$a->strings["Check database structure"] = "Check database structure"; +$a->strings["Failed Updates"] = "Failed updates"; +$a->strings["This does not include updates prior to 1139, which did not return a status."] = "This does not include updates prior to 1139, which did not return a status."; +$a->strings["Mark success (if update was manually applied)"] = "Mark success (if update was manually applied)"; +$a->strings["Attempt to execute this update step automatically"] = "Attempt to execute this update step automatically"; +$a->strings["\n\t\t\tDear %1\$s,\n\t\t\t\tthe administrator of %2\$s has set up an account for you."] = "\n\t\t\tDear %1\$s,\n\t\t\t\tThe administrator of %2\$s has set up an account for you."; +$a->strings["\n\t\t\tThe login details are as follows:\n\n\t\t\tSite Location:\t%1\$s\n\t\t\tLogin Name:\t\t%2\$s\n\t\t\tPassword:\t\t%3\$s\n\n\t\t\tYou may change your password from your account \"Settings\" page after logging\n\t\t\tin.\n\n\t\t\tPlease take a few moments to review the other account settings on that page.\n\n\t\t\tYou may also wish to add some basic information to your default profile\n\t\t\t(on the \"Profiles\" page) so that other people can easily find you.\n\n\t\t\tWe recommend setting your full name, adding a profile photo,\n\t\t\tadding some profile \"keywords\" (very useful in making new friends) - and\n\t\t\tperhaps what country you live in; if you do not wish to be more specific\n\t\t\tthan that.\n\n\t\t\tWe fully respect your right to privacy, and none of these items are necessary.\n\t\t\tIf you are new and do not know anybody here, they may help\n\t\t\tyou to make some new and interesting friends.\n\n\t\t\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."] = "\n\t\t\tThe login details are as follows:\n\n\t\t\tSite Location:\t%1\$s\n\t\t\tLogin Name:\t\t%2\$s\n\t\t\tPassword:\t\t%3\$s\n\n\t\t\tYou may change your password from your account \"Settings\" page after logging\n\t\t\tin.\n\n\t\t\tPlease take a few moments to review the other account settings on that page.\n\n\t\t\tYou may also wish to add some basic information to your default profile\n\t\t\t(on the \"Profiles\" page) so that other people can easily find you.\n\n\t\t\tWe recommend setting your full name, adding a profile photo,\n\t\t\tadding some profile \"keywords\" (very useful in making new friends) - and\n\t\t\tperhaps what country you live in; if you do not wish to be more specific\n\t\t\tthan that.\n\n\t\t\tWe fully respect your right to privacy, and none of these items are necessary.\n\t\t\tIf you are new and do not know anybody here, they may help\n\t\t\tyou to make some new and interesting friends.\n\n\t\t\tIf you ever want to delete your account, you can do so at %1\$s/removeme\n\n\t\t\tThank you and welcome to %4\$s."; +$a->strings["Registration details for %s"] = "Registration details for %s"; +$a->strings["%s user blocked/unblocked"] = [ + 0 => "%s user blocked/unblocked", + 1 => "%s users blocked/unblocked", +]; +$a->strings["%s user deleted"] = [ + 0 => "%s user deleted", + 1 => "%s users deleted", +]; +$a->strings["User '%s' deleted"] = "User '%s' deleted"; +$a->strings["User '%s' unblocked"] = "User '%s' unblocked"; +$a->strings["User '%s' blocked"] = "User '%s' blocked"; +$a->strings["Email"] = "Email"; +$a->strings["Register date"] = "Registration date"; +$a->strings["Last login"] = "Last login"; +$a->strings["Last item"] = "Last item"; +$a->strings["Account"] = "Account"; +$a->strings["Add User"] = "Add user"; +$a->strings["User registrations waiting for confirm"] = "User registrations awaiting confirmation"; +$a->strings["User waiting for permanent deletion"] = "User awaiting permanent deletion"; +$a->strings["Request date"] = "Request date"; +$a->strings["No registrations."] = "No registrations."; +$a->strings["Note from the user"] = "Note from the user"; +$a->strings["Deny"] = "Deny"; +$a->strings["Site admin"] = "Site admin"; +$a->strings["Account expired"] = "Account expired"; +$a->strings["New User"] = "New user"; +$a->strings["Deleted since"] = "Deleted since"; +$a->strings["Selected users will be deleted!\\n\\nEverything these users had posted on this site will be permanently deleted!\\n\\nAre you sure?"] = "Selected users will be deleted!\\n\\nEverything these users has posted on this site will be permanently deleted!\\n\\nAre you sure?"; +$a->strings["The user {0} will be deleted!\\n\\nEverything this user has posted on this site will be permanently deleted!\\n\\nAre you sure?"] = "The user {0} will be deleted!\\n\\nEverything this user has posted on this site will be permanently deleted!\\n\\nAre you sure?"; +$a->strings["Name of the new user."] = "Name of the new user."; +$a->strings["Nickname"] = "Nickname"; +$a->strings["Nickname of the new user."] = "Nickname of the new user."; +$a->strings["Email address of the new user."] = "Email address of the new user."; +$a->strings["Addon %s disabled."] = "Addon %s disabled."; +$a->strings["Addon %s enabled."] = "Addon %s enabled."; +$a->strings["Disable"] = "Disable"; +$a->strings["Enable"] = "Enable"; +$a->strings["Toggle"] = "Toggle"; +$a->strings["Author: "] = "Author: "; +$a->strings["Maintainer: "] = "Maintainer: "; +$a->strings["Reload active addons"] = "Reload active addons"; +$a->strings["There are currently no addons available on your node. You can find the official addon repository at %1\$s and might find other interesting addons in the open addon registry at %2\$s"] = "There are currently no addons available on your node. You can find the official addon repository at %1\$s and might find other interesting addons in the open addon registry at %2\$s"; +$a->strings["No themes found."] = "No themes found."; +$a->strings["Screenshot"] = "Screenshot"; +$a->strings["Reload active themes"] = "Reload active themes"; +$a->strings["No themes found on the system. They should be placed in %1\$s"] = "No themes found on the system. They should be placed in %1\$s"; +$a->strings["[Experimental]"] = "[Experimental]"; +$a->strings["[Unsupported]"] = "[Unsupported]"; +$a->strings["Log settings updated."] = "Log settings updated."; +$a->strings["PHP log currently enabled."] = "PHP log currently enabled."; +$a->strings["PHP log currently disabled."] = "PHP log currently disabled."; +$a->strings["Clear"] = "Clear"; +$a->strings["Enable Debugging"] = "Enable debugging"; +$a->strings["Log file"] = "Log file"; +$a->strings["Must be writable by web server. Relative to your Friendica top-level directory."] = "Must be writable by web server and relative to your Friendica top-level directory."; +$a->strings["Log level"] = "Log level"; +$a->strings["PHP logging"] = "PHP logging"; +$a->strings["To enable logging of PHP errors and warnings you can add the following to the .htconfig.php file of your installation. The filename set in the 'error_log' line is relative to the friendica top-level directory and must be writeable by the web server. The option '1' for 'log_errors' and 'display_errors' is to enable these options, set to '0' to disable them."] = "To enable logging of PHP errors and warnings you can add the following to the .htconfig.php file of your installation. The file name set in the 'error_log' line is relative to the Friendica top-level directory and must be writeable by the web server. The option '1' for 'log_errors' and 'display_errors' is to enable these options, set to '0' to disable them."; +$a->strings["Error trying to open %1\$s log file.\\r\\n
    Check to see if file %1\$s exist and is readable."] = "Error trying to open %1\$s log file.\\r\\n
    Check to see if file %1\$s exist and is readable."; +$a->strings["Couldn't open %1\$s log file.\\r\\n
    Check to see if file %1\$s is readable."] = "Couldn't open %1\$s log file.\\r\\n
    Check if file %1\$s is readable."; +$a->strings["Off"] = "Off"; +$a->strings["On"] = "On"; +$a->strings["Lock feature %s"] = "Lock feature %s"; +$a->strings["Manage Additional Features"] = "Manage additional features"; $a->strings["Display"] = "Display"; $a->strings["Social Networks"] = "Social networks"; $a->strings["Delegations"] = "Delegations"; @@ -1494,14 +1528,15 @@ $a->strings["Features updated"] = "Features updated"; $a->strings["Relocate message has been send to your contacts"] = "Relocate message has been send to your contacts"; $a->strings["Passwords do not match. Password unchanged."] = "Passwords do not match. Password unchanged."; $a->strings["Empty passwords are not allowed. Password unchanged."] = "Empty passwords are not allowed. Password unchanged."; +$a->strings["The new password has been exposed in a public data dump, please choose another."] = "The new password has been exposed in a public data dump; please choose another."; $a->strings["Wrong password."] = "Wrong password."; $a->strings["Password changed."] = "Password changed."; $a->strings["Password update failed. Please try again."] = "Password update failed. Please try again."; $a->strings[" Please use a shorter name."] = " Please use a shorter name."; $a->strings[" Name too short."] = " Name too short."; $a->strings["Wrong Password"] = "Wrong password"; -$a->strings["Invalid email."] = ""; -$a->strings["Cannot change to that email."] = ""; +$a->strings["Invalid email."] = "Invalid email."; +$a->strings["Cannot change to that email."] = "Cannot change to that email."; $a->strings["Private forum has no privacy permissions. Using default privacy group."] = "Private forum has no privacy permissions. Using default privacy group."; $a->strings["Private forum has no privacy permissions and no default privacy group."] = "Private forum has no privacy permissions and no default privacy group."; $a->strings["Settings updated."] = "Settings updated."; @@ -1516,8 +1551,8 @@ $a->strings["Edit"] = "Edit"; $a->strings["Client key starts with"] = "Client key starts with"; $a->strings["No name"] = "No name"; $a->strings["Remove authorization"] = "Remove authorization"; -$a->strings["No Addon settings configured"] = ""; -$a->strings["Addon Settings"] = ""; +$a->strings["No Addon settings configured"] = "No addon settings configured"; +$a->strings["Addon Settings"] = "Addon Settings"; $a->strings["Additional Features"] = "Additional Features"; $a->strings["Diaspora"] = "Diaspora"; $a->strings["enabled"] = "enabled"; @@ -1526,6 +1561,8 @@ $a->strings["Built-in support for %s connectivity is %s"] = "Built-in support fo $a->strings["GNU Social (OStatus)"] = "GNU Social (OStatus)"; $a->strings["Email access is disabled on this site."] = "Email access is disabled on this site."; $a->strings["General Social Media Settings"] = "General Social Media Settings"; +$a->strings["Disable Content Warning"] = "Disable content warning"; +$a->strings["Users on networks like Mastodon or Pleroma are able to set a content warning field which collapse their post by default. This disables the automatic collapsing and sets the content warning as the post title. Doesn't affect any other content filtering you eventually set up."] = "Users on networks like Mastodon or Pleroma are able to set a content warning field which collapses their post by default. This disables the automatic collapsing and sets the content warning as the post title. It doesn't affect any other content filtering you may set up."; $a->strings["Disable intelligent shortening"] = "Disable intelligent shortening"; $a->strings["Normally the system tries to find the best link to add to shortened posts. If this option is enabled then every shortened post will always point to the original friendica post."] = "Normally the system tries to find the best link to add to shortened posts. If this option is enabled then every shortened post will always point to the original Friendica post."; $a->strings["Automatically follow any GNU Social (OStatus) followers/mentioners"] = "Automatically follow any GNU Social (OStatus) followers/mentioners"; @@ -1549,13 +1586,13 @@ $a->strings["Action after import:"] = "Action after import:"; $a->strings["Mark as seen"] = "Mark as seen"; $a->strings["Move to folder"] = "Move to folder"; $a->strings["Move to folder:"] = "Move to folder:"; -$a->strings["%s - (Unsupported)"] = ""; -$a->strings["%s - (Experimental)"] = ""; +$a->strings["%s - (Unsupported)"] = "%s - (Unsupported)"; +$a->strings["%s - (Experimental)"] = "%s - (Experimental)"; $a->strings["Display Settings"] = "Display Settings"; $a->strings["Display Theme:"] = "Display theme:"; $a->strings["Mobile Theme:"] = "Mobile theme:"; $a->strings["Suppress warning of insecure networks"] = "Suppress warning of insecure networks"; -$a->strings["Should the system suppress the warning that the current group contains members of networks that can't receive non public postings."] = "Suppresses warnings if groups contains members whose networks that cannot receive non-public postings."; +$a->strings["Should the system suppress the warning that the current group contains members of networks that can't receive non public postings."] = "Suppresses warnings if groups contains members whose networks cannot receive non-public postings."; $a->strings["Update browser every xx seconds"] = "Update browser every so many seconds:"; $a->strings["Minimum of 10 seconds. Enter -1 to disable it."] = "Minimum 10 seconds; to disable -1."; $a->strings["Number of items to display per page:"] = "Number of items displayed per page:"; @@ -1576,7 +1613,7 @@ $a->strings["General Theme Settings"] = "Themes"; $a->strings["Custom Theme Settings"] = "Theme customization"; $a->strings["Content Settings"] = "Content/Layout"; $a->strings["Theme settings"] = "Theme settings"; -$a->strings["Unable to find your profile. Please contact your admin."] = ""; +$a->strings["Unable to find your profile. Please contact your admin."] = "Unable to find your profile. Please contact your admin."; $a->strings["Account Types"] = "Account types:"; $a->strings["Personal Page Subtypes"] = "Personal Page subtypes"; $a->strings["Community Forum Subtypes"] = "Community forum subtypes"; @@ -1601,14 +1638,21 @@ $a->strings["Requires manual approval of contact requests."] = "Requires manual $a->strings["OpenID:"] = "OpenID:"; $a->strings["(Optional) Allow this OpenID to login to this account."] = "(Optional) Allow this OpenID to login to this account."; $a->strings["Publish your default profile in your local site directory?"] = "Publish default profile in local site directory?"; -$a->strings["Your profile may be visible in public."] = "Your local directory may be publicly visible"; +$a->strings["Your profile will be published in the global friendica directories (e.g. %s). Your profile will be visible in public."] = "Your profile will be published in the global Friendica directories (e.g. %s). Your profile will be publicly visible."; $a->strings["Publish your default profile in the global social directory?"] = "Publish default profile in global directory?"; +$a->strings["Your profile will be published in this node's local directory. Your profile details may be publicly visible depending on the system settings."] = "Your profile will be published in this node's local directory. Your profile details may be publicly visible depending on the system settings."; $a->strings["Hide your contact/friend list from viewers of your default profile?"] = "Hide my contact list from others?"; -$a->strings["If enabled, posting public messages to Diaspora and other networks isn't possible."] = "Posting public messages to Diaspora and other networks will not be possible if enabled"; +$a->strings["Your contact list won't be shown in your default profile page. You can decide to show your contact list separately for each additional profile you create"] = "Your contact list won't be shown in your default profile page. You can decide to display your contact list separately for each additional profile you create"; +$a->strings["Hide your profile details from anonymous viewers?"] = "Hide your profile details from anonymous viewers?"; +$a->strings["Anonymous visitors will only see your profile picture, your display name and the nickname you are using on your profile page. Disables posting public messages to Diaspora and other networks."] = "Anonymous visitors will only see your profile picture, display name, and nickname. Disables posting public messages to Diaspora and other networks."; $a->strings["Allow friends to post to your profile page?"] = "Allow friends to post to my wall?"; +$a->strings["Your contacts may write posts on your profile wall. These posts will be distributed to your contacts"] = "Your contacts may write posts on your profile wall. These posts will be distributed to your contacts"; $a->strings["Allow friends to tag your posts?"] = "Allow friends to tag my post?"; +$a->strings["Your contacts can add additional tags to your posts."] = "Your contacts can add additional tags to your posts."; $a->strings["Allow us to suggest you as a potential friend to new members?"] = "Allow us to suggest you as a potential friend to new members?"; +$a->strings["If you like, Friendica may suggest new members to add you as a contact."] = "If you like, Friendica may suggest new members to add you as a contact."; $a->strings["Permit unknown people to send you private mail?"] = "Allow unknown people to send me private messages?"; +$a->strings["Friendica network users may send you private messages even if they are not in your contact list."] = "Friendica network users may send you private messages even if they are not in your contact list."; $a->strings["Profile is not published."] = "Profile is not published."; $a->strings["Your Identity Address is '%s' or '%s'."] = "My identity address: '%s' or '%s'"; $a->strings["Automatically expire posts after this many days:"] = "Automatically expire posts after this many days:"; @@ -1631,14 +1675,14 @@ $a->strings["Full Name:"] = "Full name:"; $a->strings["Email Address:"] = "Email address:"; $a->strings["Your Timezone:"] = "Time zone:"; $a->strings["Your Language:"] = "Language:"; -$a->strings["Set the language we use to show you friendica interface and to send you emails"] = "Set the language of your Friendica interface and emails receiving"; +$a->strings["Set the language we use to show you friendica interface and to send you emails"] = "Set the language of your Friendica interface and emails sent to you."; $a->strings["Default Post Location:"] = "Posting location:"; $a->strings["Use Browser Location:"] = "Use browser location:"; $a->strings["Security and Privacy Settings"] = "Security and privacy"; $a->strings["Maximum Friend Requests/Day:"] = "Maximum friend requests per day:"; $a->strings["(to prevent spam abuse)"] = "May prevent spam or abuse registrations"; $a->strings["Default Post Permissions"] = "Default post permissions"; -$a->strings["(click to open/close)"] = "(click to open/close)"; +$a->strings["(click to open/close)"] = "(reveal/hide)"; $a->strings["Default Private Post"] = "Default private post"; $a->strings["Default Public Post"] = "Default public post"; $a->strings["Default Permissions for New Posts"] = "Default permissions for new posts"; @@ -1662,88 +1706,22 @@ $a->strings["Show desktop popup on new notifications"] = "Show desktop pop-up on $a->strings["Text-only notification emails"] = "Text-only notification emails"; $a->strings["Send text only notification emails, without the html part"] = "Receive text only emails without HTML "; $a->strings["Show detailled notifications"] = "Show detailled notifications"; -$a->strings["Per default the notificiation are condensed to a single notification per item. When enabled, every notification is displayed."] = "Per default the notificiation are condensed to a single notification per item. When enabled, every notification is displayed."; +$a->strings["Per default, notifications are condensed to a single notification per item. When enabled every notification is displayed."] = "By default, notifications are condensed into a single notification for each item. When enabled, every notification is displayed."; $a->strings["Advanced Account/Page Type Settings"] = "Advanced account types"; $a->strings["Change the behaviour of this account for special situations"] = "Change behaviour of this account for special situations"; $a->strings["Relocate"] = "Recent relocation"; $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."] = "If you have moved this profile from another server and some of your contacts don't receive your updates:"; $a->strings["Resend relocate message to contacts"] = "Resend relocation message to contacts"; -$a->strings["%1\$s is following %2\$s's %3\$s"] = "%1\$s is following %2\$s's %3\$s"; -$a->strings["Tag removed"] = "Tag removed"; -$a->strings["Remove Item Tag"] = "Remove Item tag"; -$a->strings["Select a tag to remove: "] = "Select a tag to remove: "; -$a->strings["Do you really want to delete this video?"] = "Do you really want to delete this video?"; -$a->strings["Delete Video"] = "Delete video"; -$a->strings["No videos selected"] = "No videos selected"; -$a->strings["Recent Videos"] = "Recent videos"; -$a->strings["Upload New Videos"] = "Upload new videos"; -$a->strings["Sorry, maybe your upload is bigger than the PHP configuration allows"] = "Sorry, maybe your upload is bigger than the PHP configuration allows"; -$a->strings["Or - did you try to upload an empty file?"] = "Or did you try to upload an empty file?"; -$a->strings["File exceeds size limit of %s"] = "File exceeds size limit of %s"; -$a->strings["File upload failed."] = "File upload failed."; -$a->strings["default"] = "default"; -$a->strings["greenzero"] = "greenzero"; -$a->strings["purplezero"] = "purplezero"; -$a->strings["easterbunny"] = "easterbunny"; -$a->strings["darkzero"] = "darkzero"; -$a->strings["comix"] = "comix"; -$a->strings["slackr"] = "slackr"; -$a->strings["Variations"] = "Variations"; -$a->strings["Repeat the image"] = "Repeat the image"; -$a->strings["Will repeat your image to fill the background."] = "Will repeat your image to fill the background."; -$a->strings["Stretch"] = "Stretch"; -$a->strings["Will stretch to width/height of the image."] = "Will stretch to width/height of the image."; -$a->strings["Resize fill and-clip"] = "Resize fill and-clip"; -$a->strings["Resize to fill and retain aspect ratio."] = "Resize to fill and retain aspect ratio."; -$a->strings["Resize best fit"] = "Resize to best fit"; -$a->strings["Resize to best fit and retain aspect ratio."] = "Resize to best fit and retain aspect ratio."; -$a->strings["Default"] = "Default"; -$a->strings["Note"] = "Note"; -$a->strings["Check image permissions if all users are allowed to visit the image"] = "Check image permissions if all users are allowed to visit the image"; -$a->strings["Select scheme"] = "Select scheme:"; -$a->strings["Navigation bar background color"] = "Navigation bar background color:"; -$a->strings["Navigation bar icon color "] = "Navigation bar icon color:"; -$a->strings["Link color"] = "Link color:"; -$a->strings["Set the background color"] = "Background color:"; -$a->strings["Content background opacity"] = ""; -$a->strings["Set the background image"] = "Background image:"; -$a->strings["Login page background image"] = ""; -$a->strings["Login page background color"] = ""; -$a->strings["Leave background image and color empty for theme defaults"] = ""; -$a->strings["Guest"] = "Guest"; -$a->strings["Visitor"] = "Visitor"; -$a->strings["Logout"] = "Logout"; -$a->strings["End this session"] = "End this session"; -$a->strings["Your posts and conversations"] = "My posts and conversations"; -$a->strings["Your profile page"] = "My profile page"; -$a->strings["Your photos"] = "My photos"; -$a->strings["Videos"] = "Videos"; -$a->strings["Your videos"] = "My videos"; -$a->strings["Your events"] = "My events"; -$a->strings["Conversations from your friends"] = "My friends' conversations"; -$a->strings["Events and Calendar"] = "Events and calendar"; -$a->strings["Private mail"] = "Private messages"; -$a->strings["Account settings"] = "Account settings"; -$a->strings["Manage/edit friends and contacts"] = "Manage/Edit friends and contacts"; -$a->strings["Alignment"] = "Alignment"; -$a->strings["Left"] = "Left"; -$a->strings["Center"] = "Center"; -$a->strings["Color scheme"] = "Color scheme"; -$a->strings["Posts font size"] = "Posts font size"; -$a->strings["Textareas font size"] = "Text areas font size"; -$a->strings["Comma separated list of helper forums"] = "Comma separated list of helper forums"; -$a->strings["Set style"] = "Set style"; -$a->strings["Community Pages"] = "Community pages"; -$a->strings["Community Profiles"] = "Community profiles"; -$a->strings["Help or @NewHere ?"] = "Help or @NewHere ?"; -$a->strings["Connect Services"] = "Connect services"; -$a->strings["Find Friends"] = "Find friends"; -$a->strings["Last users"] = "Last users"; -$a->strings["Local Directory"] = "Local directory"; -$a->strings["Similar Interests"] = "Similar interests"; -$a->strings["Invite Friends"] = "Invite friends"; -$a->strings["External link to forum"] = "External link to forum"; -$a->strings["Quick Start"] = "Quick start"; +$a->strings["Error decoding account file"] = "Error decoding account file"; +$a->strings["Error! No version data in file! This is not a Friendica account file?"] = "Error! No version data in file! Is this a Friendica account file?"; +$a->strings["User '%s' already exists on this server!"] = "User '%s' already exists on this server!"; +$a->strings["User creation error"] = "User creation error"; +$a->strings["User profile creation error"] = "User profile creation error"; +$a->strings["%d contact not imported"] = [ + 0 => "%d contact not imported", + 1 => "%d contacts not imported", +]; +$a->strings["Done. You can now login with your username and password"] = "Done. You can now login with your username and password"; $a->strings["System"] = "System"; $a->strings["Home"] = "Home"; $a->strings["Introductions"] = "Introductions"; @@ -1758,17 +1736,13 @@ $a->strings["%s is now friends with %s"] = "%s is now friends with %s"; $a->strings["Friend Suggestion"] = "Friend suggestion"; $a->strings["Friend/Connect Request"] = "Friend/Contact request"; $a->strings["New Follower"] = "New follower"; -$a->strings["Error decoding account file"] = "Error decoding account file"; -$a->strings["Error! No version data in file! This is not a Friendica account file?"] = "Error! No version data in file! Is this a Friendica account file?"; -$a->strings["Error! Cannot check nickname"] = "Error! Cannot check nickname."; -$a->strings["User '%s' already exists on this server!"] = "User '%s' already exists on this server!"; -$a->strings["User creation error"] = "User creation error"; -$a->strings["User profile creation error"] = "User profile creation error"; -$a->strings["%d contact not imported"] = [ - 0 => "%d contact not imported", - 1 => "%d contacts not imported", -]; -$a->strings["Done. You can now login with your username and password"] = "Done. You can now login with your username and password"; +$a->strings["Post to Email"] = "Post to email"; +$a->strings["Hide your profile details from unknown viewers?"] = "Hide profile details from unknown viewers?"; +$a->strings["Connectors disabled, since \"%s\" is enabled."] = "Connectors are disabled since \"%s\" is enabled."; +$a->strings["Visible to everybody"] = "Visible to everybody"; +$a->strings["show"] = "show"; +$a->strings["don't show"] = "don't show"; +$a->strings["Close"] = "Close"; $a->strings["Birthday:"] = "Birthday:"; $a->strings["YYYY-MM-DD or MM-DD"] = "YYYY-MM-DD or MM-DD"; $a->strings["never"] = "never"; @@ -1792,6 +1766,129 @@ $a->strings["$1 wrote:"] = "$1 wrote:"; $a->strings["Encrypted content"] = "Encrypted content"; $a->strings["Invalid source protocol"] = "Invalid source protocol"; $a->strings["Invalid link protocol"] = "Invalid link protocol"; +$a->strings["External link to forum"] = "External link to forum"; +$a->strings["Nothing new here"] = "Nothing new here"; +$a->strings["Clear notifications"] = "Clear notifications"; +$a->strings["Logout"] = "Logout"; +$a->strings["End this session"] = "End this session"; +$a->strings["Your posts and conversations"] = "My posts and conversations"; +$a->strings["Your profile page"] = "My profile page"; +$a->strings["Your photos"] = "My photos"; +$a->strings["Videos"] = "Videos"; +$a->strings["Your videos"] = "My videos"; +$a->strings["Your events"] = "My events"; +$a->strings["Personal notes"] = "Personal notes"; +$a->strings["Your personal notes"] = "My personal notes"; +$a->strings["Sign in"] = "Sign in"; +$a->strings["Home Page"] = "Home page"; +$a->strings["Create an account"] = "Create account"; +$a->strings["Help and documentation"] = "Help and documentation"; +$a->strings["Apps"] = "Apps"; +$a->strings["Addon applications, utilities, games"] = "Addon applications, utilities, games"; +$a->strings["Search site content"] = "Search site content"; +$a->strings["Community"] = "Community"; +$a->strings["Conversations on this and other servers"] = "Conversations on this and other servers"; +$a->strings["Events and Calendar"] = "Events and calendar"; +$a->strings["Directory"] = "Directory"; +$a->strings["People directory"] = "People directory"; +$a->strings["Information about this friendica instance"] = "Information about this Friendica instance"; +$a->strings["Conversations from your friends"] = "My friends' conversations"; +$a->strings["Network Reset"] = "Network reset"; +$a->strings["Load Network page with no filters"] = "Load network page without filters"; +$a->strings["Friend Requests"] = "Friend requests"; +$a->strings["See all notifications"] = "See all notifications"; +$a->strings["Mark all system notifications seen"] = "Mark all system notifications seen"; +$a->strings["Private mail"] = "Private messages"; +$a->strings["Inbox"] = "Inbox"; +$a->strings["Outbox"] = "Outbox"; +$a->strings["Manage"] = "Manage"; +$a->strings["Manage other pages"] = "Manage other pages"; +$a->strings["Account settings"] = "Account settings"; +$a->strings["Profiles"] = "Profiles"; +$a->strings["Manage/Edit Profiles"] = "Manage/Edit profiles"; +$a->strings["Manage/edit friends and contacts"] = "Manage/Edit friends and contacts"; +$a->strings["Site setup and configuration"] = "Site setup and configuration"; +$a->strings["Navigation"] = "Navigation"; +$a->strings["Site map"] = "Site map"; +$a->strings["Embedding disabled"] = "Embedding disabled"; +$a->strings["Embedded content"] = "Embedded content"; +$a->strings["Export"] = "Export"; +$a->strings["Export calendar as ical"] = "Export calendar as ical"; +$a->strings["Export calendar as csv"] = "Export calendar as csv"; +$a->strings["General Features"] = "General"; +$a->strings["Multiple Profiles"] = "Multiple profiles"; +$a->strings["Ability to create multiple profiles"] = "Ability to create multiple profiles"; +$a->strings["Photo Location"] = "Photo location"; +$a->strings["Photo metadata is normally stripped. This extracts the location (if present) prior to stripping metadata and links it to a map."] = "Photo metadata is normally removed. This extracts the location (if present) prior to removing metadata and links it to a map."; +$a->strings["Export Public Calendar"] = "Export public calendar"; +$a->strings["Ability for visitors to download the public calendar"] = "Ability for visitors to download the public calendar"; +$a->strings["Post Composition Features"] = "Post composition"; +$a->strings["Post Preview"] = "Post preview"; +$a->strings["Allow previewing posts and comments before publishing them"] = "Allow previewing posts and comments before publishing them"; +$a->strings["Auto-mention Forums"] = "Auto-mention forums"; +$a->strings["Add/remove mention when a forum page is selected/deselected in ACL window."] = "Add/Remove mention when a forum page is selected or deselected in the ACL window."; +$a->strings["Network Sidebar Widgets"] = "Network sidebars"; +$a->strings["Search by Date"] = "Search by date"; +$a->strings["Ability to select posts by date ranges"] = "Ability to select posts by date ranges"; +$a->strings["List Forums"] = "List forums"; +$a->strings["Enable widget to display the forums your are connected with"] = "Enable widget to display the forums your are connected with"; +$a->strings["Group Filter"] = "Group filter"; +$a->strings["Enable widget to display Network posts only from selected group"] = "Enable widget to display network posts only from selected group"; +$a->strings["Network Filter"] = "Network filter"; +$a->strings["Enable widget to display Network posts only from selected network"] = "Enable widget to display network posts only from selected network"; +$a->strings["Save search terms for re-use"] = "Save search terms for re-use"; +$a->strings["Network Tabs"] = "Network tabs"; +$a->strings["Network Personal Tab"] = "Network personal tab"; +$a->strings["Enable tab to display only Network posts that you've interacted on"] = "Enable tab to display only network posts that you've interacted with"; +$a->strings["Network New Tab"] = "Network new tab"; +$a->strings["Enable tab to display only new Network posts (from the last 12 hours)"] = "Enable tab to display only new network posts (last 12 hours)"; +$a->strings["Network Shared Links Tab"] = "Network shared links tab"; +$a->strings["Enable tab to display only Network posts with links in them"] = "Enable tab to display only network posts with links in them"; +$a->strings["Post/Comment Tools"] = "Post/Comment tools"; +$a->strings["Multiple Deletion"] = "Multiple deletion"; +$a->strings["Select and delete multiple posts/comments at once"] = "Select and delete multiple posts/comments at once"; +$a->strings["Edit Sent Posts"] = "Edit sent posts"; +$a->strings["Edit and correct posts and comments after sending"] = "Ability to editing posts and comments after sending"; +$a->strings["Tagging"] = "Tagging"; +$a->strings["Ability to tag existing posts"] = "Ability to tag existing posts"; +$a->strings["Post Categories"] = "Post categories"; +$a->strings["Add categories to your posts"] = "Add categories to your posts"; +$a->strings["Saved Folders"] = "Saved Folders"; +$a->strings["Ability to file posts under folders"] = "Ability to file posts under folders"; +$a->strings["Dislike Posts"] = "Dislike posts"; +$a->strings["Ability to dislike posts/comments"] = "Ability to dislike posts/comments"; +$a->strings["Star Posts"] = "Star posts"; +$a->strings["Ability to mark special posts with a star indicator"] = "Ability to highlight posts with a star"; +$a->strings["Mute Post Notifications"] = "Mute post notifications"; +$a->strings["Ability to mute notifications for a thread"] = "Ability to mute notifications for a thread"; +$a->strings["Advanced Profile Settings"] = "Advanced profiles"; +$a->strings["Show visitors public community forums at the Advanced Profile Page"] = "Show visitors of public community forums at the advanced profile page"; +$a->strings["Tag Cloud"] = "Tag cloud"; +$a->strings["Provide a personal tag cloud on your profile page"] = "Provide a personal tag cloud on your profile page"; +$a->strings["Display Membership Date"] = "Display membership date"; +$a->strings["Display membership date in profile"] = "Display membership date in profile"; +$a->strings["Add New Contact"] = "Add new contact"; +$a->strings["Enter address or web location"] = "Enter address or web location"; +$a->strings["Example: bob@example.com, http://example.com/barbara"] = "Example: jo@example.com, http://example.com/jo"; +$a->strings["%d invitation available"] = [ + 0 => "%d invitation available", + 1 => "%d invitations available", +]; +$a->strings["Find People"] = "Find people"; +$a->strings["Enter name or interest"] = "Enter name or interest"; +$a->strings["Examples: Robert Morgenstein, Fishing"] = "Examples: Robert Morgenstein, fishing"; +$a->strings["Similar Interests"] = "Similar interests"; +$a->strings["Random Profile"] = "Random profile"; +$a->strings["Invite Friends"] = "Invite friends"; +$a->strings["View Global Directory"] = "View global directory"; +$a->strings["Networks"] = "Networks"; +$a->strings["All Networks"] = "All networks"; +$a->strings["Everything"] = "Everything"; +$a->strings["Categories"] = "Categories"; +$a->strings["%d contact in common"] = [ + 0 => "%d contact in common", + 1 => "%d contacts in common", +]; $a->strings["Frequently"] = "Frequently"; $a->strings["Hourly"] = "Hourly"; $a->strings["Twice daily"] = "Twice daily"; @@ -1806,18 +1903,18 @@ $a->strings["LinkedIn"] = "LinkedIn"; $a->strings["XMPP/IM"] = "XMPP/IM"; $a->strings["MySpace"] = "MySpace"; $a->strings["Google+"] = "Google+"; -$a->strings["pump.io"] = "Pump.io"; +$a->strings["pump.io"] = "pump.io"; $a->strings["Twitter"] = "Twitter"; -$a->strings["Diaspora Connector"] = "Diaspora connector"; -$a->strings["GNU Social Connector"] = "GNU Social connector"; -$a->strings["pnut"] = "Pnut"; +$a->strings["Diaspora Connector"] = "Diaspora Connector"; +$a->strings["GNU Social Connector"] = "GNU Social Connector"; +$a->strings["pnut"] = "pnut"; $a->strings["App.net"] = "App.net"; $a->strings["Male"] = "Male"; $a->strings["Female"] = "Female"; -$a->strings["Currently Male"] = "Currently Male"; -$a->strings["Currently Female"] = "Currently Female"; -$a->strings["Mostly Male"] = "Mostly Male"; -$a->strings["Mostly Female"] = "Mostly Female"; +$a->strings["Currently Male"] = "Currently male"; +$a->strings["Currently Female"] = "Currently female"; +$a->strings["Mostly Male"] = "Mostly male"; +$a->strings["Mostly Female"] = "Mostly female"; $a->strings["Transgender"] = "Transgender"; $a->strings["Intersex"] = "Intersex"; $a->strings["Transsexual"] = "Transsexual"; @@ -1869,146 +1966,13 @@ $a->strings["Uncertain"] = "Uncertain"; $a->strings["It's complicated"] = "It's complicated"; $a->strings["Don't care"] = "Don't care"; $a->strings["Ask me"] = "Ask me"; -$a->strings["Nothing new here"] = "Nothing new here"; -$a->strings["Clear notifications"] = "Clear notifications"; -$a->strings["Personal notes"] = "Personal notes"; -$a->strings["Your personal notes"] = "My personal notes"; -$a->strings["Sign in"] = "Sign in"; -$a->strings["Home Page"] = "Home page"; -$a->strings["Create an account"] = "Create account"; -$a->strings["Help and documentation"] = "Help and documentation"; -$a->strings["Apps"] = "Apps"; -$a->strings["Addon applications, utilities, games"] = "Addon applications, utilities, games"; -$a->strings["Search site content"] = "Search site content"; -$a->strings["Community"] = "Community"; -$a->strings["Conversations on this and other servers"] = ""; -$a->strings["Directory"] = "Directory"; -$a->strings["People directory"] = "People directory"; -$a->strings["Information about this friendica instance"] = "Information about this Friendica instance"; -$a->strings["Network Reset"] = "Network reset"; -$a->strings["Load Network page with no filters"] = "Load network page without filters"; -$a->strings["Friend Requests"] = "Friend requests"; -$a->strings["See all notifications"] = "See all notifications"; -$a->strings["Mark all system notifications seen"] = "Mark all system notifications seen"; -$a->strings["Inbox"] = "Inbox"; -$a->strings["Outbox"] = "Outbox"; -$a->strings["Manage"] = "Manage"; -$a->strings["Manage other pages"] = "Manage other pages"; -$a->strings["Profiles"] = "Profiles"; -$a->strings["Manage/Edit Profiles"] = "Manage/Edit profiles"; -$a->strings["Site setup and configuration"] = "Site setup and configuration"; -$a->strings["Navigation"] = "Navigation"; -$a->strings["Site map"] = "Site map"; -$a->strings["General Features"] = "General"; -$a->strings["Multiple Profiles"] = "Multiple profiles"; -$a->strings["Ability to create multiple profiles"] = "Ability to create multiple profiles"; -$a->strings["Photo Location"] = "Photo location"; -$a->strings["Photo metadata is normally stripped. This extracts the location (if present) prior to stripping metadata and links it to a map."] = "Photo metadata is normally removed. This extracts the location (if present) prior to removing metadata and links it to a map."; -$a->strings["Export Public Calendar"] = "Export public calendar"; -$a->strings["Ability for visitors to download the public calendar"] = "Ability for visitors to download the public calendar"; -$a->strings["Post Composition Features"] = "Post composition"; -$a->strings["Post Preview"] = "Post preview"; -$a->strings["Allow previewing posts and comments before publishing them"] = "Allow previewing posts and comments before publishing them"; -$a->strings["Auto-mention Forums"] = "Auto-mention forums"; -$a->strings["Add/remove mention when a forum page is selected/deselected in ACL window."] = "Add/Remove mention when a forum page is selected or deselected in the ACL window."; -$a->strings["Network Sidebar Widgets"] = "Network sidebars"; -$a->strings["Search by Date"] = "Search by date"; -$a->strings["Ability to select posts by date ranges"] = "Ability to select posts by date ranges"; -$a->strings["List Forums"] = "List forums"; -$a->strings["Enable widget to display the forums your are connected with"] = "Enable widget to display the forums your are connected with"; -$a->strings["Group Filter"] = "Group filter"; -$a->strings["Enable widget to display Network posts only from selected group"] = "Enable widget to display network posts only from selected group"; -$a->strings["Network Filter"] = "Network filter"; -$a->strings["Enable widget to display Network posts only from selected network"] = "Enable widget to display network posts only from selected network"; -$a->strings["Save search terms for re-use"] = "Save search terms for re-use"; -$a->strings["Network Tabs"] = "Network tabs"; -$a->strings["Network Personal Tab"] = "Network personal tab"; -$a->strings["Enable tab to display only Network posts that you've interacted on"] = "Enable tab to display only network posts that you've interacted with"; -$a->strings["Network New Tab"] = "Network new tab"; -$a->strings["Enable tab to display only new Network posts (from the last 12 hours)"] = "Enable tab to display only new network posts (last 12 hours)"; -$a->strings["Network Shared Links Tab"] = "Network shared links tab"; -$a->strings["Enable tab to display only Network posts with links in them"] = "Enable tab to display only network posts with links in them"; -$a->strings["Post/Comment Tools"] = "Post/Comment tools"; -$a->strings["Multiple Deletion"] = "Multiple deletion"; -$a->strings["Select and delete multiple posts/comments at once"] = "Select and delete multiple posts/comments at once"; -$a->strings["Edit Sent Posts"] = "Edit sent posts"; -$a->strings["Edit and correct posts and comments after sending"] = "Ability to editing posts and comments after sending"; -$a->strings["Tagging"] = "Tagging"; -$a->strings["Ability to tag existing posts"] = "Ability to tag existing posts"; -$a->strings["Post Categories"] = "Post categories"; -$a->strings["Add categories to your posts"] = "Add categories to your posts"; -$a->strings["Saved Folders"] = "Saved Folders"; -$a->strings["Ability to file posts under folders"] = "Ability to file posts under folders"; -$a->strings["Dislike Posts"] = "Dislike posts"; -$a->strings["Ability to dislike posts/comments"] = "Ability to dislike posts/comments"; -$a->strings["Star Posts"] = "Star posts"; -$a->strings["Ability to mark special posts with a star indicator"] = "Ability to highlight posts with a star"; -$a->strings["Mute Post Notifications"] = "Mute post notifications"; -$a->strings["Ability to mute notifications for a thread"] = "Ability to mute notifications for a thread"; -$a->strings["Advanced Profile Settings"] = "Advanced profiles"; -$a->strings["Show visitors public community forums at the Advanced Profile Page"] = "Show visitors of public community forums at the advanced profile page"; -$a->strings["Tag Cloud"] = "Tag cloud"; -$a->strings["Provide a personal tag cloud on your profile page"] = "Provide a personal tag cloud on your profile page"; -$a->strings["Display Membership Date"] = ""; -$a->strings["Display membership date in profile"] = ""; -$a->strings["Embedding disabled"] = "Embedding disabled"; -$a->strings["Embedded content"] = "Embedded content"; -$a->strings["Add New Contact"] = "Add new contact"; -$a->strings["Enter address or web location"] = "Enter address or web location"; -$a->strings["Example: bob@example.com, http://example.com/barbara"] = "Example: jo@example.com, http://example.com/jo"; -$a->strings["%d invitation available"] = [ - 0 => "%d invitation available", - 1 => "%d invitations available", -]; -$a->strings["Find People"] = "Find people"; -$a->strings["Enter name or interest"] = "Enter name or interest"; -$a->strings["Examples: Robert Morgenstein, Fishing"] = "Examples: Robert Morgenstein, fishing"; -$a->strings["Random Profile"] = "Random profile"; -$a->strings["View Global Directory"] = "View global directory"; -$a->strings["Networks"] = "Networks"; -$a->strings["All Networks"] = "All networks"; -$a->strings["Everything"] = "Everything"; -$a->strings["Categories"] = "Categories"; -$a->strings["%d contact in common"] = [ - 0 => "%d contact in common", - 1 => "%d contacts in common", -]; $a->strings["There are no tables on MyISAM."] = "There are no tables on MyISAM."; -$a->strings["\n\t\t\t\tThe friendica developers released update %s recently,\n\t\t\t\tbut when I tried to install it, something went terribly wrong.\n\t\t\t\tThis needs to be fixed soon and I can't do it alone. Please contact a\n\t\t\t\tfriendica developer if you can not help me on your own. My database might be invalid."] = ""; +$a->strings["\n\t\t\t\tThe friendica developers released update %s recently,\n\t\t\t\tbut when I tried to install it, something went terribly wrong.\n\t\t\t\tThis needs to be fixed soon and I can't do it alone. Please contact a\n\t\t\t\tfriendica developer if you can not help me on your own. My database might be invalid."] = "\n\t\t\t\tThe friendica developers released update %s recently,\n\t\t\t\tbut when I tried to install it, something went terribly wrong.\n\t\t\t\tThis needs to be fixed soon and I can't do it alone. Please contact a\n\t\t\t\tfriendica developer if you can not help me on your own. My database might be invalid."; $a->strings["The error message is\n[pre]%s[/pre]"] = "The error message is\n[pre]%s[/pre]"; $a->strings["\nError %d occurred during database update:\n%s\n"] = "\nError %d occurred during database update:\n%s\n"; $a->strings["Errors encountered performing database changes: "] = "Errors encountered performing database changes: "; $a->strings[": Database update"] = ": Database update"; $a->strings["%s: updating %s table."] = "%s: updating %s table."; -$a->strings["A deleted group with this name was revived. Existing item permissions may apply to this group and any future members. If this is not what you intended, please create another group with a different name."] = "A deleted group with this name has been revived. Existing item permissions may apply to this group and any future members. If this is not what you intended, please create another group with a different name."; -$a->strings["Default privacy group for new contacts"] = "Default privacy group for new contacts"; -$a->strings["Everybody"] = "Everybody"; -$a->strings["edit"] = "edit"; -$a->strings["Edit group"] = "Edit group"; -$a->strings["Contacts not in any group"] = "Contacts not in any group"; -$a->strings["Create a new group"] = "Create new group"; -$a->strings["Edit groups"] = "Edit groups"; -$a->strings["Drop Contact"] = "Drop contact"; -$a->strings["Organisation"] = "Organization"; -$a->strings["News"] = "News"; -$a->strings["Forum"] = "Forum"; -$a->strings["Connect URL missing."] = "Connect URL missing."; -$a->strings["The contact could not be added. Please check the relevant network credentials in your Settings -> Social Networks page."] = ""; -$a->strings["This site is not configured to allow communications with other networks."] = "This site is not configured to allow communications with other networks."; -$a->strings["No compatible communication protocols or feeds were discovered."] = "No compatible communication protocols or feeds were discovered."; -$a->strings["The profile address specified does not provide adequate information."] = "The profile address specified does not provide adequate information."; -$a->strings["An author or name was not found."] = "An author or name was not found."; -$a->strings["No browser URL could be matched to this address."] = "No browser URL could be matched to this address."; -$a->strings["Unable to match @-style Identity Address with a known protocol or email contact."] = "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."] = "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."] = "The profile address specified belongs to a network which has been disabled on this site."; -$a->strings["Limited profile. This person will be unable to receive direct/personal notifications from you."] = "Limited profile: This person will be unable to receive direct/private messages from you."; -$a->strings["Unable to retrieve contact information."] = "Unable to retrieve contact information."; -$a->strings["%s's birthday"] = "%s's birthday"; -$a->strings["Happy Birthday %s"] = "Happy Birthday, %s!"; -$a->strings["%1\$s is attending %2\$s's %3\$s"] = "%1\$s is going to %2\$s's %3\$s"; -$a->strings["%1\$s is not attending %2\$s's %3\$s"] = "%1\$s is not going to %2\$s's %3\$s"; -$a->strings["%1\$s may attend %2\$s's %3\$s"] = "%1\$s may go to %2\$s's %3\$s"; $a->strings["[no subject]"] = "[no subject]"; $a->strings["Requested account is not available."] = "Requested account is unavailable."; $a->strings["Edit profile"] = "Edit profile"; @@ -2022,7 +1986,7 @@ $a->strings["Birthdays this week:"] = "Birthdays this week:"; $a->strings["[No description]"] = "[No description]"; $a->strings["Event Reminders"] = "Event reminders"; $a->strings["Events this week:"] = "Events this week:"; -$a->strings["Member since:"] = ""; +$a->strings["Member since:"] = "Member since:"; $a->strings["j F, Y"] = "j F, Y"; $a->strings["j F"] = "j F"; $a->strings["Age:"] = "Age:"; @@ -2039,8 +2003,51 @@ $a->strings["Work/employment:"] = "Work/Employment:"; $a->strings["School/education:"] = "School/Education:"; $a->strings["Forums:"] = "Forums:"; $a->strings["Only You Can See This"] = "Only you can see this."; -$a->strings["Login failed"] = ""; -$a->strings["Not enough information to authenticate"] = ""; +$a->strings["%1\$s is attending %2\$s's %3\$s"] = "%1\$s is going to %2\$s's %3\$s"; +$a->strings["%1\$s is not attending %2\$s's %3\$s"] = "%1\$s is not going to %2\$s's %3\$s"; +$a->strings["%1\$s may attend %2\$s's %3\$s"] = "%1\$s may go to %2\$s's %3\$s"; +$a->strings["A deleted group with this name was revived. Existing item permissions may apply to this group and any future members. If this is not what you intended, please create another group with a different name."] = "A deleted group with this name has been revived. Existing item permissions may apply to this group and any future members. If this is not what you intended, please create another group with a different name."; +$a->strings["Default privacy group for new contacts"] = "Default privacy group for new contacts"; +$a->strings["Everybody"] = "Everybody"; +$a->strings["edit"] = "edit"; +$a->strings["Edit group"] = "Edit group"; +$a->strings["Contacts not in any group"] = "Contacts not in any group"; +$a->strings["Create a new group"] = "Create new group"; +$a->strings["Edit groups"] = "Edit groups"; +$a->strings["Drop Contact"] = "Drop contact"; +$a->strings["Organisation"] = "Organization"; +$a->strings["News"] = "News"; +$a->strings["Forum"] = "Forum"; +$a->strings["Connect URL missing."] = "Connect URL missing."; +$a->strings["The contact could not be added. Please check the relevant network credentials in your Settings -> Social Networks page."] = "The contact could not be added. Please check the relevant network credentials in your Settings -> Social Networks page."; +$a->strings["This site is not configured to allow communications with other networks."] = "This site is not configured to allow communications with other networks."; +$a->strings["No compatible communication protocols or feeds were discovered."] = "No compatible communication protocols or feeds were discovered."; +$a->strings["The profile address specified does not provide adequate information."] = "The profile address specified does not provide adequate information."; +$a->strings["An author or name was not found."] = "An author or name was not found."; +$a->strings["No browser URL could be matched to this address."] = "No browser URL could be matched to this address."; +$a->strings["Unable to match @-style Identity Address with a known protocol or email contact."] = "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."] = "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."] = "The profile address specified belongs to a network which has been disabled on this site."; +$a->strings["Limited profile. This person will be unable to receive direct/personal notifications from you."] = "Limited profile: This person will be unable to receive direct/private messages from you."; +$a->strings["Unable to retrieve contact information."] = "Unable to retrieve contact information."; +$a->strings["%s's birthday"] = "%s's birthday"; +$a->strings["Happy Birthday %s"] = "Happy Birthday, %s!"; +$a->strings["Starts:"] = "Starts:"; +$a->strings["Finishes:"] = "Finishes:"; +$a->strings["all-day"] = "All-day"; +$a->strings["Jun"] = "Jun"; +$a->strings["Sept"] = "Sep"; +$a->strings["No events to display"] = "No events to display"; +$a->strings["l, F j"] = "l, F j"; +$a->strings["Edit event"] = "Edit event"; +$a->strings["Duplicate event"] = "Duplicate event"; +$a->strings["Delete event"] = "Delete event"; +$a->strings["D g:i A"] = "D g:i A"; +$a->strings["g:i A"] = "g:i A"; +$a->strings["Show map"] = "Show map"; +$a->strings["Hide map"] = "Hide map"; +$a->strings["Login failed"] = "Login failed"; +$a->strings["Not enough information to authenticate"] = "Not enough information to authenticate"; $a->strings["An invitation is required."] = "An invitation is required."; $a->strings["Invitation could not be verified."] = "Invitation could not be verified."; $a->strings["Invalid OpenID url"] = "Invalid OpenID URL"; @@ -2053,35 +2060,26 @@ $a->strings["That doesn't appear to be your full (First Last) name."] = "That do $a->strings["Your email domain is not among those allowed on this site."] = "Your email domain is not allowed on this site."; $a->strings["Not a valid email address."] = "Not a valid email address."; $a->strings["Cannot use that email."] = "Cannot use that email."; -$a->strings["Your nickname can only contain a-z, 0-9 and _."] = ""; +$a->strings["Your nickname can only contain a-z, 0-9 and _."] = "Your nickname can only contain a-z, 0-9 and _."; $a->strings["Nickname is already registered. Please choose another."] = "Nickname is already registered. Please choose another."; $a->strings["SERIOUS ERROR: Generation of security keys failed."] = "SERIOUS ERROR: Generation of security keys failed."; $a->strings["An error occurred during registration. Please try again."] = "An error occurred during registration. Please try again."; +$a->strings["default"] = "default"; $a->strings["An error occurred creating your default profile. Please try again."] = "An error occurred creating your default profile. Please try again."; -$a->strings["An error occurred creating your self contact. Please try again."] = ""; -$a->strings["An error occurred creating your default contact group. Please try again."] = ""; -$a->strings["\n\t\t\tDear %1\$s,\n\t\t\t\tThank you for registering at %2\$s. Your account is pending for approval by the administrator.\n\t\t"] = ""; +$a->strings["An error occurred creating your self contact. Please try again."] = "An error occurred creating your self contact. Please try again."; +$a->strings["An error occurred creating your default contact group. Please try again."] = "An error occurred while creating your default contact group. Please try again."; +$a->strings["\n\t\t\tDear %1\$s,\n\t\t\t\tThank you for registering at %2\$s. Your account is pending for approval by the administrator.\n\t\t"] = "\n\t\t\tDear %1\$s,\n\t\t\t\tThank you for registering at %2\$s. Your account is pending for approval by the administrator.\n\t\t"; $a->strings["Registration at %s"] = "Registration at %s"; -$a->strings["\n\t\t\tDear %1\$s,\n\t\t\t\tThank you for registering at %2\$s. Your account has been created.\n\t\t"] = ""; -$a->strings["\n\t\t\tThe login details are as follows:\n\t\t\t\tSite Location:\t%3\$s\n\t\t\t\tLogin Name:\t%1\$s\n\t\t\t\tPassword:\t%5\$s\n\n\t\t\tYou may change your password from your account Settings page after logging\n\t\t\tin.\n\n\t\t\tPlease take a few moments to review the other account settings on that page.\n\n\t\t\tYou may also wish to add some basic information to your default profile\n\t\t\t(on the \"Profiles\" page) so that other people can easily find you.\n\n\t\t\tWe recommend setting your full name, adding a profile photo,\n\t\t\tadding some profile keywords (very useful in making new friends) - and\n\t\t\tperhaps what country you live in; if you do not wish to be more specific\n\t\t\tthan that.\n\n\t\t\tWe fully respect your right to privacy, and none of these items are necessary.\n\t\t\tIf you are new and do not know anybody here, they may help\n\t\t\tyou to make some new and interesting friends.\n\n\n\t\t\tThank you and welcome to %2\$s."] = ""; -$a->strings["%s\\'s birthday"] = "%s\\'s birthday"; -$a->strings["Sharing notification from Diaspora network"] = "Sharing notification from Diaspora network"; -$a->strings["Attachments:"] = "Attachments:"; +$a->strings["\n\t\t\tDear %1\$s,\n\t\t\t\tThank you for registering at %2\$s. Your account has been created.\n\t\t"] = "\n\t\t\tDear %1\$s,\n\t\t\t\tThank you for registering at %2\$s. Your account has been created.\n\t\t"; +$a->strings["\n\t\t\tThe login details are as follows:\n\n\t\t\tSite Location:\t%3\$s\n\t\t\tLogin Name:\t\t%1\$s\n\t\t\tPassword:\t\t%5\$s\n\n\t\t\tYou may change your password from your account \"Settings\" page after logging\n\t\t\tin.\n\n\t\t\tPlease take a few moments to review the other account settings on that page.\n\n\t\t\tYou may also wish to add some basic information to your default profile\n\t\t\t(on the \"Profiles\" page) so that other people can easily find you.\n\n\t\t\tWe recommend setting your full name, adding a profile photo,\n\t\t\tadding some profile \"keywords\" (very useful in making new friends) - and\n\t\t\tperhaps what country you live in; if you do not wish to be more specific\n\t\t\tthan that.\n\n\t\t\tWe fully respect your right to privacy, and none of these items are necessary.\n\t\t\tIf you are new and do not know anybody here, they may help\n\t\t\tyou to make some new and interesting friends.\n\n\t\t\tIf you ever want to delete your account, you can do so at %3\$s/removeme\n\n\t\t\tThank you and welcome to %2\$s."] = "\n\t\t\tThe login details are as follows:\n\n\t\t\tSite Location:\t%3\$s\n\t\t\tLogin Name:\t\t%1\$s\n\t\t\tPassword:\t\t%5\$s\n\n\t\t\tYou may change your password from your account \"Settings\" page after logging\n\t\t\tin.\n\n\t\t\tPlease take a few moments to review the other account settings on that page.\n\n\t\t\tYou may also wish to add some basic information to your default profile\n\t\t\t(on the \"Profiles\" page) so that other people can easily find you.\n\n\t\t\tWe recommend setting your full name, adding a profile photo,\n\t\t\tadding some profile \"keywords\" (very useful in making new friends) - and\n\t\t\tperhaps what country you live in; if you do not wish to be more specific\n\t\t\tthan that.\n\n\t\t\tWe fully respect your right to privacy, and none of these items are necessary.\n\t\t\tIf you are new and do not know anybody here, they may help\n\t\t\tyou to make some new and interesting friends.\n\n\t\t\tIf you ever want to delete your account, you can do so at %3\$s/removeme\n\n\t\t\tThank you and welcome to %2\$s."; $a->strings["%s is now following %s."] = "%s is now following %s."; $a->strings["following"] = "following"; $a->strings["%s stopped following %s."] = "%s stopped following %s."; $a->strings["stopped following"] = "stopped following"; +$a->strings["%s\\'s birthday"] = "%s\\'s birthday"; +$a->strings["Sharing notification from Diaspora network"] = "Sharing notification from Diaspora network"; +$a->strings["Attachments:"] = "Attachments:"; $a->strings["(no subject)"] = "(no subject)"; -$a->strings["Create a New Account"] = "Create a new account"; -$a->strings["Password: "] = "Password: "; -$a->strings["Remember me"] = "Remember me"; -$a->strings["Or login using OpenID: "] = "Or login with OpenID: "; -$a->strings["Forgot your password?"] = "Forgot your password?"; -$a->strings["Website Terms of Service"] = "Website Terms of Service"; -$a->strings["terms of service"] = "Terms of service"; -$a->strings["Website Privacy Policy"] = "Website Privacy Policy"; -$a->strings["privacy policy"] = "Privacy policy"; -$a->strings["Logged out."] = "Logged out."; $a->strings["This entry was edited"] = "This entry was edited"; $a->strings["save to folder"] = "Save to folder"; $a->strings["I will attend"] = "I will attend"; @@ -2115,7 +2113,63 @@ $a->strings["Code"] = "Code"; $a->strings["Image"] = "Image"; $a->strings["Link"] = "Link"; $a->strings["Video"] = "Video"; +$a->strings["Create a New Account"] = "Create a new account"; +$a->strings["Password: "] = "Password: "; +$a->strings["Remember me"] = "Remember me"; +$a->strings["Or login using OpenID: "] = "Or login with OpenID: "; +$a->strings["Forgot your password?"] = "Forgot your password?"; +$a->strings["Website Terms of Service"] = "Website Terms of Service"; +$a->strings["terms of service"] = "Terms of service"; +$a->strings["Website Privacy Policy"] = "Website Privacy Policy"; +$a->strings["privacy policy"] = "Privacy policy"; +$a->strings["Logged out."] = "Logged out."; $a->strings["Delete this item?"] = "Delete this item?"; $a->strings["show fewer"] = "Show fewer."; -$a->strings["Update %s failed. See error logs."] = "Update %s failed. See error logs."; +$a->strings["greenzero"] = "greenzero"; +$a->strings["purplezero"] = "purplezero"; +$a->strings["easterbunny"] = "easterbunny"; +$a->strings["darkzero"] = "darkzero"; +$a->strings["comix"] = "comix"; +$a->strings["slackr"] = "slackr"; +$a->strings["Variations"] = "Variations"; +$a->strings["Repeat the image"] = "Repeat the image"; +$a->strings["Will repeat your image to fill the background."] = "Will repeat your image to fill the background."; +$a->strings["Stretch"] = "Stretch"; +$a->strings["Will stretch to width/height of the image."] = "Will stretch to width/height of the image."; +$a->strings["Resize fill and-clip"] = "Resize fill and-clip"; +$a->strings["Resize to fill and retain aspect ratio."] = "Resize to fill and retain aspect ratio."; +$a->strings["Resize best fit"] = "Resize to best fit"; +$a->strings["Resize to best fit and retain aspect ratio."] = "Resize to best fit and retain aspect ratio."; +$a->strings["Default"] = "Default"; +$a->strings["Note"] = "Note"; +$a->strings["Check image permissions if all users are allowed to visit the image"] = "Check image permissions if all users are allowed to visit the image"; +$a->strings["Select scheme"] = "Select scheme:"; +$a->strings["Navigation bar background color"] = "Navigation bar background color:"; +$a->strings["Navigation bar icon color "] = "Navigation bar icon color:"; +$a->strings["Link color"] = "Link color:"; +$a->strings["Set the background color"] = "Background color:"; +$a->strings["Content background opacity"] = "Content background opacity"; +$a->strings["Set the background image"] = "Background image:"; +$a->strings["Login page background image"] = "Login page background image"; +$a->strings["Login page background color"] = "Login page background color"; +$a->strings["Leave background image and color empty for theme defaults"] = "Leave background image and color empty for theme defaults"; +$a->strings["Guest"] = "Guest"; +$a->strings["Visitor"] = "Visitor"; +$a->strings["Alignment"] = "Alignment"; +$a->strings["Left"] = "Left"; +$a->strings["Center"] = "Center"; +$a->strings["Color scheme"] = "Color scheme"; +$a->strings["Posts font size"] = "Posts font size"; +$a->strings["Textareas font size"] = "Text areas font size"; +$a->strings["Comma separated list of helper forums"] = "Comma separated list of helper forums"; +$a->strings["Set style"] = "Set style"; +$a->strings["Community Pages"] = "Community pages"; +$a->strings["Community Profiles"] = "Community profiles"; +$a->strings["Help or @NewHere ?"] = "Help or @NewHere ?"; +$a->strings["Connect Services"] = "Connect services"; +$a->strings["Find Friends"] = "Find friends"; +$a->strings["Last users"] = "Last users"; +$a->strings["Local Directory"] = "Local directory"; +$a->strings["Quick Start"] = "Quick start"; $a->strings["toggle mobile"] = "Toggle mobile"; +$a->strings["Update %s failed. See error logs."] = "Update %s failed. See error logs."; diff --git a/view/lang/fi-fi/messages.po b/view/lang/fi-fi/messages.po new file mode 100644 index 0000000000..e261c5d2eb --- /dev/null +++ b/view/lang/fi-fi/messages.po @@ -0,0 +1,9496 @@ +# 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. +# +# Translators: +# Ilmari , 2013 +# Kris, 2018 +# Kris, 2018 +# Beluga, 2012-2013 +# Beluga, 2013 +# Beluga, 2012 +# teho, 2016 +msgid "" +msgstr "" +"Project-Id-Version: friendica\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2018-04-06 16:58+0200\n" +"PO-Revision-Date: 2018-04-16 19:25+0000\n" +"Last-Translator: Kris\n" +"Language-Team: Finnish (Finland) (http://www.transifex.com/Friendica/friendica/language/fi_FI/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: fi_FI\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#: include/security.php:81 +msgid "Welcome " +msgstr "Tervetuloa" + +#: include/security.php:82 +msgid "Please upload a profile photo." +msgstr "Lataa profiilikuva." + +#: include/security.php:84 +msgid "Welcome back " +msgstr "Tervetuloa takaisin" + +#: include/security.php:431 +msgid "" +"The form security token was not correct. This probably happened because the " +"form has been opened for too long (>3 hours) before submitting it." +msgstr "" + +#: include/dba.php:57 +#, php-format +msgid "Cannot locate DNS info for database server '%s'" +msgstr "'%s' tietokantapalvelimen DNS-tieto ei löydy" + +#: include/api.php:1199 +#, php-format +msgid "Daily posting limit of %d post reached. The post was rejected." +msgid_plural "Daily posting limit of %d posts reached. The post was rejected." +msgstr[0] "Päivittäinen julkaisuraja (%d) on tullut täyteen. Julkaisu hylätty." +msgstr[1] "Päivittäinen julkaisuraja (%d) on tullut täyteen. Julkaisu hylätty." + +#: include/api.php:1223 +#, 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] "Viikottainen julkaisuraja (%d) on tullut täyteen. Julkaisu hylätty." +msgstr[1] "Viikottainen julkaisuraja (%d) on tullut täyteen. Julkaisu hylätty." + +#: include/api.php:1247 +#, php-format +msgid "Monthly posting limit of %d post reached. The post was rejected." +msgstr "Kuukausittainen julkaisuraja (%d) on tullut täyteen. Julkaisu hylätty." + +#: include/api.php:4400 mod/photos.php:88 mod/photos.php:194 +#: mod/photos.php:722 mod/photos.php:1149 mod/photos.php:1166 +#: mod/photos.php:1684 mod/profile_photo.php:85 mod/profile_photo.php:93 +#: mod/profile_photo.php:101 mod/profile_photo.php:211 +#: mod/profile_photo.php:302 mod/profile_photo.php:312 src/Model/User.php:539 +#: src/Model/User.php:547 src/Model/User.php:555 +msgid "Profile Photos" +msgstr "Profiilin valokuvat" + +#: include/enotify.php:31 +msgid "Friendica Notification" +msgstr "Friendica-huomautus" + +#: include/enotify.php:34 +msgid "Thank You," +msgstr "Kiitos," + +#: include/enotify.php:37 +#, php-format +msgid "%s Administrator" +msgstr "%s Ylläpitäjä" + +#: include/enotify.php:39 +#, php-format +msgid "%1$s, %2$s Administrator" +msgstr "%1$s, %2$s Ylläpitäjä" + +#: include/enotify.php:50 src/Worker/Delivery.php:404 +msgid "noreply" +msgstr "eivast" + +#: include/enotify.php:98 +#, php-format +msgid "[Friendica:Notify] New mail received at %s" +msgstr "[Friendica:Notify] Uusi viesti, katso %s" + +#: include/enotify.php:100 +#, php-format +msgid "%1$s sent you a new private message at %2$s." +msgstr "" + +#: include/enotify.php:101 +msgid "a private message" +msgstr "yksityisviesti" + +#: include/enotify.php:101 +#, php-format +msgid "%1$s sent you %2$s." +msgstr "%1$s lähetti sinulle %2$s." + +#: include/enotify.php:103 +#, php-format +msgid "Please visit %s to view and/or reply to your private messages." +msgstr "" + +#: include/enotify.php:141 +#, php-format +msgid "%1$s commented on [url=%2$s]a %3$s[/url]" +msgstr "" + +#: include/enotify.php:149 +#, php-format +msgid "%1$s commented on [url=%2$s]%3$s's %4$s[/url]" +msgstr "" + +#: include/enotify.php:159 +#, php-format +msgid "%1$s commented on [url=%2$s]your %3$s[/url]" +msgstr "" + +#: include/enotify.php:171 +#, php-format +msgid "[Friendica:Notify] Comment to conversation #%1$d by %2$s" +msgstr "" + +#: include/enotify.php:173 +#, php-format +msgid "%s commented on an item/conversation you have been following." +msgstr "" + +#: include/enotify.php:176 include/enotify.php:191 include/enotify.php:206 +#: include/enotify.php:221 include/enotify.php:240 include/enotify.php:255 +#, php-format +msgid "Please visit %s to view and/or reply to the conversation." +msgstr "" + +#: include/enotify.php:183 +#, php-format +msgid "[Friendica:Notify] %s posted to your profile wall" +msgstr "" + +#: include/enotify.php:185 +#, php-format +msgid "%1$s posted to your profile wall at %2$s" +msgstr "" + +#: include/enotify.php:186 +#, php-format +msgid "%1$s posted to [url=%2$s]your wall[/url]" +msgstr "" + +#: include/enotify.php:198 +#, php-format +msgid "[Friendica:Notify] %s tagged you" +msgstr "[Friendica:Notify] %s merkitsi sinut" + +#: include/enotify.php:200 +#, php-format +msgid "%1$s tagged you at %2$s" +msgstr "" + +#: include/enotify.php:201 +#, php-format +msgid "%1$s [url=%2$s]tagged you[/url]." +msgstr "%1$s [url=%2$s]merkitsi sinut[/url]." + +#: include/enotify.php:213 +#, php-format +msgid "[Friendica:Notify] %s shared a new post" +msgstr "[Friendica:Notify] %s jakoi uuden julkaisun" + +#: include/enotify.php:215 +#, php-format +msgid "%1$s shared a new post at %2$s" +msgstr "" + +#: include/enotify.php:216 +#, php-format +msgid "%1$s [url=%2$s]shared a post[/url]." +msgstr "" + +#: include/enotify.php:228 +#, php-format +msgid "[Friendica:Notify] %1$s poked you" +msgstr "[Friendica:Notify] %1$s tökkäsi sinua." + +#: include/enotify.php:230 +#, php-format +msgid "%1$s poked you at %2$s" +msgstr "" + +#: include/enotify.php:231 +#, php-format +msgid "%1$s [url=%2$s]poked you[/url]." +msgstr "%1$s [url=%2$s]tökkasi sinua[/url]." + +#: include/enotify.php:247 +#, php-format +msgid "[Friendica:Notify] %s tagged your post" +msgstr "[Friendica:Notify] %s merkitsi julkaisusi" + +#: include/enotify.php:249 +#, php-format +msgid "%1$s tagged your post at %2$s" +msgstr "" + +#: include/enotify.php:250 +#, php-format +msgid "%1$s tagged [url=%2$s]your post[/url]" +msgstr "%1$s merkitsi [url=%2$s]julkaisusi[/url]" + +#: include/enotify.php:262 +msgid "[Friendica:Notify] Introduction received" +msgstr "[Friendica:Notify] Esittely vastaanotettu" + +#: include/enotify.php:264 +#, php-format +msgid "You've received an introduction from '%1$s' at %2$s" +msgstr "" + +#: include/enotify.php:265 +#, php-format +msgid "You've received [url=%1$s]an introduction[/url] from %2$s." +msgstr "" + +#: include/enotify.php:270 include/enotify.php:316 +#, php-format +msgid "You may visit their profile at %s" +msgstr "Voit vierailla hänen profiilissaan kohteessa %s" + +#: include/enotify.php:272 +#, php-format +msgid "Please visit %s to approve or reject the introduction." +msgstr "Hyväksy tai hylkää esittely %s-sivustossa" + +#: include/enotify.php:280 +msgid "[Friendica:Notify] A new person is sharing with you" +msgstr "" + +#: include/enotify.php:282 include/enotify.php:283 +#, php-format +msgid "%1$s is sharing with you at %2$s" +msgstr "" + +#: include/enotify.php:290 +msgid "[Friendica:Notify] You have a new follower" +msgstr "[Friendica:Notify] Sinulla on uusi seuraaja" + +#: include/enotify.php:292 include/enotify.php:293 +#, php-format +msgid "You have a new follower at %2$s : %1$s" +msgstr "Sinulla on uusi seuraaja sivustolla %2$s : %1$s" + +#: include/enotify.php:305 +msgid "[Friendica:Notify] Friend suggestion received" +msgstr "[Friendica:Notify] Kaveripyyntö vastaanotettu" + +#: include/enotify.php:307 +#, php-format +msgid "You've received a friend suggestion from '%1$s' at %2$s" +msgstr "Sait kaverikutsun henkilöltä '%1$s' (%2$s)" + +#: include/enotify.php:308 +#, php-format +msgid "" +"You've received [url=%1$s]a friend suggestion[/url] for %2$s from %3$s." +msgstr "" + +#: include/enotify.php:314 +msgid "Name:" +msgstr "Nimi:" + +#: include/enotify.php:315 +msgid "Photo:" +msgstr "Kuva:" + +#: include/enotify.php:318 +#, php-format +msgid "Please visit %s to approve or reject the suggestion." +msgstr "Hyväksy tai hylkää ehdotus %s-sivustossa" + +#: include/enotify.php:326 include/enotify.php:341 +msgid "[Friendica:Notify] Connection accepted" +msgstr "[Friendica:Notify] Yhteys hyväksytty" + +#: include/enotify.php:328 include/enotify.php:343 +#, php-format +msgid "'%1$s' has accepted your connection request at %2$s" +msgstr "" + +#: include/enotify.php:329 include/enotify.php:344 +#, php-format +msgid "%2$s has accepted your [url=%1$s]connection request[/url]." +msgstr "" + +#: include/enotify.php:334 +msgid "" +"You are now mutual friends and may exchange status updates, photos, and " +"email without restriction." +msgstr "Olette nyt yhteiset ystävät ja voitte lähettää toisillenne tilapäivityksiä, kuvia ja sähköposteja ilman rajoituksia." + +#: include/enotify.php:336 +#, php-format +msgid "Please visit %s if you wish to make any changes to this relationship." +msgstr "" + +#: include/enotify.php:349 +#, 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:351 +#, php-format +msgid "" +"'%1$s' may choose to extend this into a two-way or more permissive " +"relationship in the future." +msgstr "'%1$s' voi halutessaan laajentaa suhteenne kahdenväliseksi." + +#: include/enotify.php:353 +#, php-format +msgid "Please visit %s if you wish to make any changes to this relationship." +msgstr "" + +#: include/enotify.php:363 +msgid "[Friendica System:Notify] registration request" +msgstr "[Friendica System:Notify] rekisteröitymispyyntö" + +#: include/enotify.php:365 +#, php-format +msgid "You've received a registration request from '%1$s' at %2$s" +msgstr "" + +#: include/enotify.php:366 +#, php-format +msgid "You've received a [url=%1$s]registration request[/url] from %2$s." +msgstr "" + +#: include/enotify.php:371 +#, php-format +msgid "Full Name:\t%1$s\\nSite Location:\t%2$s\\nLogin Name:\t%3$s (%4$s)" +msgstr "" + +#: include/enotify.php:377 +#, php-format +msgid "Please visit %s to approve or reject the request." +msgstr "Hyväksy tai hylkää pyyntö %s-sivustossa." + +#: include/items.php:342 mod/notice.php:22 mod/viewsrc.php:21 +#: mod/display.php:72 mod/display.php:252 mod/display.php:354 +#: mod/admin.php:276 mod/admin.php:1854 mod/admin.php:2102 +msgid "Item not found." +msgstr "Kohdetta ei löytynyt." + +#: include/items.php:382 +msgid "Do you really want to delete this item?" +msgstr "Haluatko varmasti poistaa tämän kohteen?" + +#: include/items.php:384 mod/api.php:110 mod/suggest.php:38 +#: mod/dfrn_request.php:653 mod/message.php:138 mod/follow.php:150 +#: mod/profiles.php:636 mod/profiles.php:639 mod/profiles.php:661 +#: mod/contacts.php:472 mod/register.php:237 mod/settings.php:1105 +#: mod/settings.php:1111 mod/settings.php:1118 mod/settings.php:1122 +#: mod/settings.php:1126 mod/settings.php:1130 mod/settings.php:1134 +#: mod/settings.php:1138 mod/settings.php:1158 mod/settings.php:1159 +#: mod/settings.php:1160 mod/settings.php:1161 mod/settings.php:1162 +msgid "Yes" +msgstr "Kyllä" + +#: include/items.php:387 include/conversation.php:1378 mod/fbrowser.php:103 +#: mod/fbrowser.php:134 mod/suggest.php:41 mod/dfrn_request.php:663 +#: mod/tagrm.php:19 mod/tagrm.php:99 mod/editpost.php:149 mod/message.php:141 +#: mod/photos.php:248 mod/photos.php:324 mod/videos.php:147 +#: mod/unfollow.php:117 mod/follow.php:161 mod/contacts.php:475 +#: mod/settings.php:676 mod/settings.php:702 +msgid "Cancel" +msgstr "Peru" + +#: include/items.php:401 mod/allfriends.php:21 mod/api.php:35 mod/api.php:40 +#: mod/attach.php:38 mod/common.php:26 mod/crepair.php:98 mod/nogroup.php:28 +#: mod/repair_ostatus.php:13 mod/suggest.php:60 mod/uimport.php:28 +#: mod/notifications.php:73 mod/dfrn_confirm.php:68 mod/invite.php:20 +#: mod/invite.php:106 mod/wall_attach.php:74 mod/wall_attach.php:77 +#: mod/manage.php:131 mod/regmod.php:108 mod/viewcontacts.php:57 +#: mod/wallmessage.php:16 mod/wallmessage.php:40 mod/wallmessage.php:79 +#: mod/wallmessage.php:103 mod/poke.php:150 mod/wall_upload.php:103 +#: mod/wall_upload.php:106 mod/editpost.php:18 mod/fsuggest.php:80 +#: mod/group.php:26 mod/item.php:160 mod/message.php:59 mod/message.php:104 +#: mod/network.php:32 mod/notes.php:30 mod/photos.php:174 mod/photos.php:1051 +#: mod/delegate.php:25 mod/delegate.php:43 mod/delegate.php:54 +#: mod/dirfind.php:25 mod/ostatus_subscribe.php:16 mod/unfollow.php:15 +#: mod/unfollow.php:57 mod/unfollow.php:90 mod/cal.php:304 mod/events.php:194 +#: mod/profile_photo.php:30 mod/profile_photo.php:176 +#: mod/profile_photo.php:187 mod/profile_photo.php:200 mod/follow.php:17 +#: mod/follow.php:54 mod/follow.php:118 mod/profiles.php:182 +#: mod/profiles.php:606 mod/contacts.php:386 mod/register.php:53 +#: mod/settings.php:42 mod/settings.php:141 mod/settings.php:665 index.php:416 +msgid "Permission denied." +msgstr "Käyttöoikeus evätty." + +#: include/items.php:471 +msgid "Archives" +msgstr "Arkisto" + +#: include/items.php:477 src/Content/ForumManager.php:130 +#: src/Content/Widget.php:312 src/Object/Post.php:430 src/App.php:512 +#: view/theme/vier/theme.php:259 +msgid "show more" +msgstr "näytä lisää" + +#: include/conversation.php:144 include/conversation.php:282 +#: include/text.php:1774 src/Model/Item.php:1795 +msgid "event" +msgstr "tapahtuma" + +#: include/conversation.php:147 include/conversation.php:157 +#: include/conversation.php:285 include/conversation.php:294 +#: mod/subthread.php:97 mod/tagger.php:72 src/Model/Item.php:1793 +#: src/Protocol/Diaspora.php:2010 +msgid "status" +msgstr "tila" + +#: include/conversation.php:152 include/conversation.php:290 +#: include/text.php:1776 mod/subthread.php:97 mod/tagger.php:72 +#: src/Model/Item.php:1793 +msgid "photo" +msgstr "kuva" + +#: include/conversation.php:164 src/Model/Item.php:1666 +#: src/Protocol/Diaspora.php:2006 +#, php-format +msgid "%1$s likes %2$s's %3$s" +msgstr "%1$s tykkää käyttäjän %2$s %3$s" + +#: include/conversation.php:167 src/Model/Item.php:1671 +#, php-format +msgid "%1$s doesn't like %2$s's %3$s" +msgstr "" + +#: include/conversation.php:170 +#, php-format +msgid "%1$s attends %2$s's %3$s" +msgstr "%1$s osallistuu tapahtumaan %3$s, jonka järjestää %2$s" + +#: include/conversation.php:173 +#, php-format +msgid "%1$s doesn't attend %2$s's %3$s" +msgstr "%1$s ei osallistu tapahtumaan %3$s, jonka järjestää %2$s" + +#: include/conversation.php:176 +#, php-format +msgid "%1$s attends maybe %2$s's %3$s" +msgstr "%1$s ehkä osallistuu tapahtumaan %3$s, jonka järjestää %2$s" + +#: include/conversation.php:209 mod/dfrn_confirm.php:431 +#: src/Protocol/Diaspora.php:2481 +#, php-format +msgid "%1$s is now friends with %2$s" +msgstr "%1$s ja %2$s ovat kavereita" + +#: include/conversation.php:250 +#, php-format +msgid "%1$s poked %2$s" +msgstr "%1$s tökkäsi %2$s" + +#: include/conversation.php:304 mod/tagger.php:110 +#, php-format +msgid "%1$s tagged %2$s's %3$s with %4$s" +msgstr "" + +#: include/conversation.php:331 +msgid "post/item" +msgstr "julkaisu/kohde" + +#: include/conversation.php:332 +#, php-format +msgid "%1$s marked %2$s's %3$s as favorite" +msgstr "" + +#: include/conversation.php:605 mod/photos.php:1501 mod/profiles.php:355 +msgid "Likes" +msgstr "Tykkäyksiä" + +#: include/conversation.php:605 mod/photos.php:1501 mod/profiles.php:359 +msgid "Dislikes" +msgstr "Inhokit" + +#: include/conversation.php:606 include/conversation.php:1687 +#: mod/photos.php:1502 +msgid "Attending" +msgid_plural "Attending" +msgstr[0] "Osallistuu" +msgstr[1] "Osallistuu" + +#: include/conversation.php:606 mod/photos.php:1502 +msgid "Not attending" +msgstr "Ei osallistu" + +#: include/conversation.php:606 mod/photos.php:1502 +msgid "Might attend" +msgstr "Ehkä" + +#: include/conversation.php:744 mod/photos.php:1569 src/Object/Post.php:178 +msgid "Select" +msgstr "Valitse" + +#: include/conversation.php:745 mod/photos.php:1570 mod/contacts.php:830 +#: mod/contacts.php:1035 mod/admin.php:1798 mod/settings.php:738 +#: src/Object/Post.php:179 +msgid "Delete" +msgstr "Poista" + +#: include/conversation.php:783 src/Object/Post.php:363 +#: src/Object/Post.php:364 +#, php-format +msgid "View %s's profile @ %s" +msgstr "" + +#: include/conversation.php:795 src/Object/Post.php:351 +msgid "Categories:" +msgstr "Luokat:" + +#: include/conversation.php:796 src/Object/Post.php:352 +msgid "Filed under:" +msgstr "" + +#: include/conversation.php:803 src/Object/Post.php:377 +#, php-format +msgid "%s from %s" +msgstr "" + +#: include/conversation.php:818 +msgid "View in context" +msgstr "Näytä kontekstissa" + +#: include/conversation.php:820 include/conversation.php:1360 +#: mod/wallmessage.php:145 mod/editpost.php:125 mod/message.php:264 +#: mod/message.php:433 mod/photos.php:1473 src/Object/Post.php:402 +msgid "Please wait" +msgstr "Odota" + +#: include/conversation.php:891 +msgid "remove" +msgstr "poista" + +#: include/conversation.php:895 +msgid "Delete Selected Items" +msgstr "Poista valitut kohteet" + +#: include/conversation.php:1065 view/theme/frio/theme.php:352 +msgid "Follow Thread" +msgstr "Seuraa ketjua" + +#: include/conversation.php:1066 src/Model/Contact.php:640 +msgid "View Status" +msgstr "Näytä tila" + +#: include/conversation.php:1067 include/conversation.php:1083 +#: mod/allfriends.php:73 mod/suggest.php:82 mod/match.php:89 +#: mod/dirfind.php:217 mod/directory.php:159 src/Model/Contact.php:580 +#: src/Model/Contact.php:593 src/Model/Contact.php:641 +msgid "View Profile" +msgstr "Näytä profiilia" + +#: include/conversation.php:1068 src/Model/Contact.php:642 +msgid "View Photos" +msgstr "Näytä kuvia" + +#: include/conversation.php:1069 src/Model/Contact.php:643 +msgid "Network Posts" +msgstr "Verkkojulkaisut" + +#: include/conversation.php:1070 src/Model/Contact.php:644 +msgid "View Contact" +msgstr "Näytä kontaktia" + +#: include/conversation.php:1071 src/Model/Contact.php:646 +msgid "Send PM" +msgstr "Lähetä yksityisviesti" + +#: include/conversation.php:1075 src/Model/Contact.php:647 +msgid "Poke" +msgstr "Tökkää" + +#: include/conversation.php:1080 mod/allfriends.php:74 mod/suggest.php:83 +#: mod/match.php:90 mod/dirfind.php:218 mod/follow.php:143 +#: mod/contacts.php:596 src/Content/Widget.php:61 src/Model/Contact.php:594 +msgid "Connect/Follow" +msgstr "Yhdistä/Seuraa" + +#: include/conversation.php:1199 +#, php-format +msgid "%s likes this." +msgstr "%s tykkää tästä." + +#: include/conversation.php:1202 +#, php-format +msgid "%s doesn't like this." +msgstr "%s ei tykkää tästä." + +#: include/conversation.php:1205 +#, php-format +msgid "%s attends." +msgstr "%s osallistuu." + +#: include/conversation.php:1208 +#, php-format +msgid "%s doesn't attend." +msgstr "%s ei osallistu." + +#: include/conversation.php:1211 +#, php-format +msgid "%s attends maybe." +msgstr "%s ehkä osallistuu." + +#: include/conversation.php:1222 +msgid "and" +msgstr "ja" + +#: include/conversation.php:1228 +#, php-format +msgid "and %d other people" +msgstr "ja %d muuta ihmistä" + +#: include/conversation.php:1237 +#, php-format +msgid "%2$d people like this" +msgstr "%2$d ihmistä tykkää tästä" + +#: include/conversation.php:1238 +#, php-format +msgid "%s like this." +msgstr "%s tykkää tästä." + +#: include/conversation.php:1241 +#, php-format +msgid "%2$d people don't like this" +msgstr "%2$d ihmistä ei tykkää tästä." + +#: include/conversation.php:1242 +#, php-format +msgid "%s don't like this." +msgstr "%s ei tykkää tästä." + +#: include/conversation.php:1245 +#, php-format +msgid "%2$d people attend" +msgstr "%2$d ihmistä osallistuu" + +#: include/conversation.php:1246 +#, php-format +msgid "%s attend." +msgstr "%s osallistuu." + +#: include/conversation.php:1249 +#, php-format +msgid "%2$d people don't attend" +msgstr "%2$d ihmistä ei osallistu" + +#: include/conversation.php:1250 +#, php-format +msgid "%s don't attend." +msgstr "%s ei osallistu." + +#: include/conversation.php:1253 +#, php-format +msgid "%2$d people attend maybe" +msgstr "%2$d ihmistä ehkä osallistuu" + +#: include/conversation.php:1254 +#, php-format +msgid "%s attend maybe." +msgstr "%s ehkä osallistuu." + +#: include/conversation.php:1284 include/conversation.php:1300 +msgid "Visible to everybody" +msgstr "Näkyy kaikille" + +#: include/conversation.php:1285 include/conversation.php:1301 +#: mod/wallmessage.php:120 mod/wallmessage.php:127 mod/message.php:200 +#: mod/message.php:207 mod/message.php:343 mod/message.php:350 +msgid "Please enter a link URL:" +msgstr "Lisää URL-linkki:" + +#: include/conversation.php:1286 include/conversation.php:1302 +msgid "Please enter a video link/URL:" +msgstr "Lisää video URL-linkki:" + +#: include/conversation.php:1287 include/conversation.php:1303 +msgid "Please enter an audio link/URL:" +msgstr "Lisää ääni URL-linkki:" + +#: include/conversation.php:1288 include/conversation.php:1304 +msgid "Tag term:" +msgstr "" + +#: include/conversation.php:1289 include/conversation.php:1305 +#: mod/filer.php:34 +msgid "Save to Folder:" +msgstr "Tallenna kansioon:" + +#: include/conversation.php:1290 include/conversation.php:1306 +msgid "Where are you right now?" +msgstr "Mikä on sijaintisi?" + +#: include/conversation.php:1291 +msgid "Delete item(s)?" +msgstr "Poista kohde/kohteet?" + +#: include/conversation.php:1338 +msgid "New Post" +msgstr "Uusi julkaisu" + +#: include/conversation.php:1341 +msgid "Share" +msgstr "Jaa" + +#: include/conversation.php:1342 mod/wallmessage.php:143 mod/editpost.php:111 +#: mod/message.php:262 mod/message.php:430 +msgid "Upload photo" +msgstr "Lähetä kuva" + +#: include/conversation.php:1343 mod/editpost.php:112 +msgid "upload photo" +msgstr "lähetä kuva" + +#: include/conversation.php:1344 mod/editpost.php:113 +msgid "Attach file" +msgstr "Liitä tiedosto" + +#: include/conversation.php:1345 mod/editpost.php:114 +msgid "attach file" +msgstr "liitä tiedosto" + +#: include/conversation.php:1346 mod/wallmessage.php:144 mod/editpost.php:115 +#: mod/message.php:263 mod/message.php:431 +msgid "Insert web link" +msgstr "Lisää linkki" + +#: include/conversation.php:1347 mod/editpost.php:116 +msgid "web link" +msgstr "WWW-linkki" + +#: include/conversation.php:1348 mod/editpost.php:117 +msgid "Insert video link" +msgstr "Lisää videolinkki" + +#: include/conversation.php:1349 mod/editpost.php:118 +msgid "video link" +msgstr "videolinkki" + +#: include/conversation.php:1350 mod/editpost.php:119 +msgid "Insert audio link" +msgstr "Lisää äänilinkki" + +#: include/conversation.php:1351 mod/editpost.php:120 +msgid "audio link" +msgstr "äänilinkki" + +#: include/conversation.php:1352 mod/editpost.php:121 +msgid "Set your location" +msgstr "Aseta sijaintisi" + +#: include/conversation.php:1353 mod/editpost.php:122 +msgid "set location" +msgstr "aseta sijainti" + +#: include/conversation.php:1354 mod/editpost.php:123 +msgid "Clear browser location" +msgstr "Tyhjennä selaimen sijainti" + +#: include/conversation.php:1355 mod/editpost.php:124 +msgid "clear location" +msgstr "tyhjennä sijainti" + +#: include/conversation.php:1357 mod/editpost.php:138 +msgid "Set title" +msgstr "Aseta otsikko" + +#: include/conversation.php:1359 mod/editpost.php:140 +msgid "Categories (comma-separated list)" +msgstr "Luokat (pilkuilla eroteltu luettelo)" + +#: include/conversation.php:1361 mod/editpost.php:126 +msgid "Permission settings" +msgstr "Käyttöoikeusasetukset" + +#: include/conversation.php:1362 mod/editpost.php:155 +msgid "permissions" +msgstr "käyttöoikeudet" + +#: include/conversation.php:1370 mod/editpost.php:135 +msgid "Public post" +msgstr "Julkinen viesti" + +#: include/conversation.php:1374 mod/editpost.php:146 mod/photos.php:1492 +#: mod/photos.php:1531 mod/photos.php:1604 mod/events.php:528 +#: src/Object/Post.php:805 +msgid "Preview" +msgstr "Esikatselu" + +#: include/conversation.php:1383 +msgid "Post to Groups" +msgstr "Lähetä ryhmiin" + +#: include/conversation.php:1384 +msgid "Post to Contacts" +msgstr "Lähetä kontakteille" + +#: include/conversation.php:1385 +msgid "Private post" +msgstr "Yksityinen julkaisu" + +#: include/conversation.php:1390 mod/editpost.php:153 +#: src/Model/Profile.php:342 +msgid "Message" +msgstr "Viesti" + +#: include/conversation.php:1391 mod/editpost.php:154 +msgid "Browser" +msgstr "Selain" + +#: include/conversation.php:1658 +msgid "View all" +msgstr "Näytä kaikki" + +#: include/conversation.php:1681 +msgid "Like" +msgid_plural "Likes" +msgstr[0] "Tykkäys" +msgstr[1] "Tykkäyksiä" + +#: include/conversation.php:1684 +msgid "Dislike" +msgid_plural "Dislikes" +msgstr[0] "Inhokki" +msgstr[1] "Inhokit" + +#: include/conversation.php:1690 +msgid "Not Attending" +msgid_plural "Not Attending" +msgstr[0] "Ei osallistu" +msgstr[1] "Ei osallistu" + +#: include/conversation.php:1693 src/Content/ContactSelector.php:125 +msgid "Undecided" +msgid_plural "Undecided" +msgstr[0] "" +msgstr[1] "" + +#: include/text.php:302 +msgid "newer" +msgstr "uudempi" + +#: include/text.php:303 +msgid "older" +msgstr "vanhempi" + +#: include/text.php:308 +msgid "first" +msgstr "ensimmäinen" + +#: include/text.php:309 +msgid "prev" +msgstr "edellinen" + +#: include/text.php:343 +msgid "next" +msgstr "seuraava" + +#: include/text.php:344 +msgid "last" +msgstr "viimeinen" + +#: include/text.php:398 +msgid "Loading more entries..." +msgstr "Merkinnät ladataan..." + +#: include/text.php:399 +msgid "The end" +msgstr "Loppu" + +#: include/text.php:884 +msgid "No contacts" +msgstr "Ei kontakteja" + +#: include/text.php:908 +#, php-format +msgid "%d Contact" +msgid_plural "%d Contacts" +msgstr[0] "%d kontakti" +msgstr[1] "%d kontakteja" + +#: include/text.php:921 +msgid "View Contacts" +msgstr "Näytä kontaktit" + +#: include/text.php:1010 mod/filer.php:35 mod/editpost.php:110 +#: mod/notes.php:67 +msgid "Save" +msgstr "Tallenna" + +#: include/text.php:1010 +msgid "Follow" +msgstr "Seuraa" + +#: include/text.php:1016 mod/search.php:155 src/Content/Nav.php:142 +msgid "Search" +msgstr "Haku" + +#: include/text.php:1019 src/Content/Nav.php:58 +msgid "@name, !forum, #tags, content" +msgstr "@nimi, !foorumi, #tunnisteet, sisältö" + +#: include/text.php:1025 src/Content/Nav.php:145 +msgid "Full Text" +msgstr "Koko teksti" + +#: include/text.php:1026 src/Content/Nav.php:146 +#: src/Content/Widget/TagCloud.php:54 +msgid "Tags" +msgstr "Tunnisteet" + +#: include/text.php:1027 mod/viewcontacts.php:131 mod/contacts.php:814 +#: mod/contacts.php:875 src/Content/Nav.php:147 src/Content/Nav.php:212 +#: src/Model/Profile.php:957 src/Model/Profile.php:960 +#: view/theme/frio/theme.php:270 +msgid "Contacts" +msgstr "Yhteystiedot" + +#: include/text.php:1030 src/Content/ForumManager.php:125 +#: src/Content/Nav.php:151 view/theme/vier/theme.php:254 +msgid "Forums" +msgstr "Foorumit" + +#: include/text.php:1074 +msgid "poke" +msgstr "töki" + +#: include/text.php:1074 +msgid "poked" +msgstr "tökkäsi" + +#: include/text.php:1075 +msgid "ping" +msgstr "pingaa" + +#: include/text.php:1075 +msgid "pinged" +msgstr "pingasi" + +#: include/text.php:1076 +msgid "prod" +msgstr "töki" + +#: include/text.php:1076 +msgid "prodded" +msgstr "tökkäsi" + +#: include/text.php:1077 +msgid "slap" +msgstr "läimäytä" + +#: include/text.php:1077 +msgid "slapped" +msgstr "läimäsi" + +#: include/text.php:1078 +msgid "finger" +msgstr "" + +#: include/text.php:1078 +msgid "fingered" +msgstr "" + +#: include/text.php:1079 +msgid "rebuff" +msgstr "torju" + +#: include/text.php:1079 +msgid "rebuffed" +msgstr "torjui" + +#: include/text.php:1093 mod/settings.php:943 src/Model/Event.php:379 +msgid "Monday" +msgstr "Maanantai" + +#: include/text.php:1093 src/Model/Event.php:380 +msgid "Tuesday" +msgstr "Tiistai" + +#: include/text.php:1093 src/Model/Event.php:381 +msgid "Wednesday" +msgstr "Keskiviikko" + +#: include/text.php:1093 src/Model/Event.php:382 +msgid "Thursday" +msgstr "Torstai" + +#: include/text.php:1093 src/Model/Event.php:383 +msgid "Friday" +msgstr "Perjantai" + +#: include/text.php:1093 src/Model/Event.php:384 +msgid "Saturday" +msgstr "Lauantai" + +#: include/text.php:1093 mod/settings.php:943 src/Model/Event.php:378 +msgid "Sunday" +msgstr "Sunnuntai" + +#: include/text.php:1097 src/Model/Event.php:399 +msgid "January" +msgstr "Tammikuu" + +#: include/text.php:1097 src/Model/Event.php:400 +msgid "February" +msgstr "Helmikuu" + +#: include/text.php:1097 src/Model/Event.php:401 +msgid "March" +msgstr "Maaliskuu" + +#: include/text.php:1097 src/Model/Event.php:402 +msgid "April" +msgstr "Huhtikuu" + +#: include/text.php:1097 include/text.php:1114 src/Model/Event.php:390 +#: src/Model/Event.php:403 +msgid "May" +msgstr "Toukokuu" + +#: include/text.php:1097 src/Model/Event.php:404 +msgid "June" +msgstr "Kesäkuu" + +#: include/text.php:1097 src/Model/Event.php:405 +msgid "July" +msgstr "Heinäkuu" + +#: include/text.php:1097 src/Model/Event.php:406 +msgid "August" +msgstr "Elokuu" + +#: include/text.php:1097 src/Model/Event.php:407 +msgid "September" +msgstr "Syyskuu" + +#: include/text.php:1097 src/Model/Event.php:408 +msgid "October" +msgstr "Lokakuu" + +#: include/text.php:1097 src/Model/Event.php:409 +msgid "November" +msgstr "Marraskuu" + +#: include/text.php:1097 src/Model/Event.php:410 +msgid "December" +msgstr "Joulukuu" + +#: include/text.php:1111 src/Model/Event.php:371 +msgid "Mon" +msgstr "Ma" + +#: include/text.php:1111 src/Model/Event.php:372 +msgid "Tue" +msgstr "Ti" + +#: include/text.php:1111 src/Model/Event.php:373 +msgid "Wed" +msgstr "Ke" + +#: include/text.php:1111 src/Model/Event.php:374 +msgid "Thu" +msgstr "To" + +#: include/text.php:1111 src/Model/Event.php:375 +msgid "Fri" +msgstr "Pe" + +#: include/text.php:1111 src/Model/Event.php:376 +msgid "Sat" +msgstr "La" + +#: include/text.php:1111 src/Model/Event.php:370 +msgid "Sun" +msgstr "Su" + +#: include/text.php:1114 src/Model/Event.php:386 +msgid "Jan" +msgstr "Tam." + +#: include/text.php:1114 src/Model/Event.php:387 +msgid "Feb" +msgstr "Hel." + +#: include/text.php:1114 src/Model/Event.php:388 +msgid "Mar" +msgstr "Maa." + +#: include/text.php:1114 src/Model/Event.php:389 +msgid "Apr" +msgstr "Huh." + +#: include/text.php:1114 src/Model/Event.php:392 +msgid "Jul" +msgstr "Tou." + +#: include/text.php:1114 src/Model/Event.php:393 +msgid "Aug" +msgstr "Elo." + +#: include/text.php:1114 +msgid "Sep" +msgstr "Syy." + +#: include/text.php:1114 src/Model/Event.php:395 +msgid "Oct" +msgstr "Lok." + +#: include/text.php:1114 src/Model/Event.php:396 +msgid "Nov" +msgstr "Mar." + +#: include/text.php:1114 src/Model/Event.php:397 +msgid "Dec" +msgstr "Jou." + +#: include/text.php:1275 +#, php-format +msgid "Content warning: %s" +msgstr "" + +#: include/text.php:1345 mod/videos.php:380 +msgid "View Video" +msgstr "Katso video" + +#: include/text.php:1362 +msgid "bytes" +msgstr "tavua" + +#: include/text.php:1395 include/text.php:1406 include/text.php:1442 +msgid "Click to open/close" +msgstr "Klikkaa auki/kiinni" + +#: include/text.php:1559 +msgid "View on separate page" +msgstr "Katso erillisellä sivulla" + +#: include/text.php:1560 +msgid "view on separate page" +msgstr "katso erillisellä sivulla" + +#: include/text.php:1565 include/text.php:1572 src/Model/Event.php:594 +msgid "link to source" +msgstr "linkki lähteeseen" + +#: include/text.php:1778 +msgid "activity" +msgstr "toiminta" + +#: include/text.php:1780 src/Object/Post.php:429 src/Object/Post.php:441 +msgid "comment" +msgid_plural "comments" +msgstr[0] "kommentoi" +msgstr[1] "kommentoi" + +#: include/text.php:1783 +msgid "post" +msgstr "julkaisu" + +#: include/text.php:1940 +msgid "Item filed" +msgstr "" + +#: mod/allfriends.php:51 +msgid "No friends to display." +msgstr "" + +#: mod/allfriends.php:90 mod/suggest.php:101 mod/match.php:105 +#: mod/dirfind.php:215 src/Content/Widget.php:37 src/Model/Profile.php:297 +msgid "Connect" +msgstr "Yhdistä" + +#: mod/api.php:85 mod/api.php:107 +msgid "Authorize application connection" +msgstr "Vahvista sovellusyhteys" + +#: mod/api.php:86 +msgid "Return to your app and insert this Securty Code:" +msgstr "Palaa takaisin sovellukseen ja lisää tämä turvakoodi:" + +#: mod/api.php:95 +msgid "Please login to continue." +msgstr "Ole hyvä ja kirjaudu jatkaaksesi." + +#: mod/api.php:109 +msgid "" +"Do you want to authorize this application to access your posts and contacts," +" and/or create new posts for you?" +msgstr "Haluatko antaa tälle sovellukselle luvan hakea viestejäsi ja yhteystietojasi ja/tai luoda uusia viestejä?" + +#: mod/api.php:111 mod/dfrn_request.php:653 mod/follow.php:150 +#: mod/profiles.php:636 mod/profiles.php:640 mod/profiles.php:661 +#: mod/register.php:238 mod/settings.php:1105 mod/settings.php:1111 +#: mod/settings.php:1118 mod/settings.php:1122 mod/settings.php:1126 +#: mod/settings.php:1130 mod/settings.php:1134 mod/settings.php:1138 +#: mod/settings.php:1158 mod/settings.php:1159 mod/settings.php:1160 +#: mod/settings.php:1161 mod/settings.php:1162 +msgid "No" +msgstr "Ei" + +#: mod/apps.php:14 index.php:245 +msgid "You must be logged in to use addons. " +msgstr "" + +#: mod/apps.php:19 +msgid "Applications" +msgstr "Sovellukset" + +#: mod/apps.php:22 +msgid "No installed applications." +msgstr "Ei asennettuja sovelluksia." + +#: mod/attach.php:15 +msgid "Item not available." +msgstr "Kohde ei saatavilla." + +#: mod/attach.php:25 +msgid "Item was not found." +msgstr "Kohdetta ei löytynyt." + +#: mod/common.php:91 +msgid "No contacts in common." +msgstr "Ei yhteisiä kontakteja." + +#: mod/common.php:140 mod/contacts.php:886 +msgid "Common Friends" +msgstr "Yhteisiä kavereita" + +#: mod/credits.php:18 +msgid "Credits" +msgstr "Lopputekstit" + +#: mod/credits.php:19 +msgid "" +"Friendica is a community project, that would not be possible without the " +"help of many people. Here is a list of those who have contributed to the " +"code or the translation of Friendica. Thank you all!" +msgstr "" + +#: mod/crepair.php:87 +msgid "Contact settings applied." +msgstr "Kontaktiasetukset tallennettu." + +#: mod/crepair.php:89 +msgid "Contact update failed." +msgstr "Kontaktipäivitys epäonnistui." + +#: mod/crepair.php:110 mod/dfrn_confirm.php:131 mod/fsuggest.php:30 +#: mod/fsuggest.php:96 +msgid "Contact not found." +msgstr "Kontaktia ei ole." + +#: mod/crepair.php:114 +msgid "" +"WARNING: This is highly advanced and if you enter incorrect" +" information your communications with this contact may stop working." +msgstr "VAROITUS: Tämä on erittäin vaativaa ja jos kirjoitat virheellisiä tietoja, viestintäsi tämän henkilön kanssa voi lakata toimimasta." + +#: mod/crepair.php:115 +msgid "" +"Please use your browser 'Back' button now if you are " +"uncertain what to do on this page." +msgstr "Ole hyvä ja paina selaimesi 'Takaisin'-painiketta nyt, jos olet epävarma tämän sivun toiminnoista." + +#: mod/crepair.php:129 mod/crepair.php:131 +msgid "No mirroring" +msgstr "Ei peilausta" + +#: mod/crepair.php:129 +msgid "Mirror as forwarded posting" +msgstr "Peilaa välitettynä julkaisuna" + +#: mod/crepair.php:129 mod/crepair.php:131 +msgid "Mirror as my own posting" +msgstr "Peilaa omana julkaisuna" + +#: mod/crepair.php:144 +msgid "Return to contact editor" +msgstr "Palaa kontaktin muokkaamiseen" + +#: mod/crepair.php:146 +msgid "Refetch contact data" +msgstr "" + +#: mod/crepair.php:148 mod/invite.php:150 mod/manage.php:184 +#: mod/localtime.php:56 mod/poke.php:199 mod/fsuggest.php:114 +#: mod/message.php:265 mod/message.php:432 mod/photos.php:1080 +#: mod/photos.php:1160 mod/photos.php:1445 mod/photos.php:1491 +#: mod/photos.php:1530 mod/photos.php:1603 mod/install.php:251 +#: mod/install.php:290 mod/events.php:530 mod/profiles.php:672 +#: mod/contacts.php:610 src/Object/Post.php:796 +#: view/theme/duepuntozero/config.php:71 view/theme/frio/config.php:113 +#: view/theme/quattro/config.php:73 view/theme/vier/config.php:119 +msgid "Submit" +msgstr "Lähetä" + +#: mod/crepair.php:149 +msgid "Remote Self" +msgstr "" + +#: mod/crepair.php:152 +msgid "Mirror postings from this contact" +msgstr "Peilaa tämän kontaktin julkaisut" + +#: mod/crepair.php:154 +msgid "" +"Mark this contact as remote_self, this will cause friendica to repost new " +"entries from this contact." +msgstr "" + +#: mod/crepair.php:158 mod/admin.php:490 mod/admin.php:1781 mod/admin.php:1793 +#: mod/admin.php:1806 mod/admin.php:1822 mod/settings.php:677 +#: mod/settings.php:703 +msgid "Name" +msgstr "Nimi" + +#: mod/crepair.php:159 +msgid "Account Nickname" +msgstr "Tilin lempinimi" + +#: mod/crepair.php:160 +msgid "@Tagname - overrides Name/Nickname" +msgstr "@Tagname - ohittaa Nimen/Nimimerkin" + +#: mod/crepair.php:161 +msgid "Account URL" +msgstr "Tilin URL-osoite" + +#: mod/crepair.php:162 +msgid "Friend Request URL" +msgstr "URL kaveripyyntöä varten" + +#: mod/crepair.php:163 +msgid "Friend Confirm URL" +msgstr "URL kaverin vahvistusta varten" + +#: mod/crepair.php:164 +msgid "Notification Endpoint URL" +msgstr "URL huomautuksia varten" + +#: mod/crepair.php:165 +msgid "Poll/Feed URL" +msgstr "URL äänestyksiä/syötteitä varten" + +#: mod/crepair.php:166 +msgid "New photo from this URL" +msgstr "Uusi kuva osoitteesta" + +#: mod/fbrowser.php:34 src/Content/Nav.php:102 src/Model/Profile.php:904 +#: view/theme/frio/theme.php:261 +msgid "Photos" +msgstr "Kuvat" + +#: mod/fbrowser.php:43 mod/fbrowser.php:68 mod/photos.php:194 +#: mod/photos.php:1062 mod/photos.php:1149 mod/photos.php:1166 +#: mod/photos.php:1659 mod/photos.php:1673 src/Model/Photo.php:244 +#: src/Model/Photo.php:253 +msgid "Contact Photos" +msgstr "Kontaktin valokuvat" + +#: mod/fbrowser.php:105 mod/fbrowser.php:136 mod/profile_photo.php:250 +msgid "Upload" +msgstr "Lähetä" + +#: mod/fbrowser.php:131 +msgid "Files" +msgstr "Tiedostot" + +#: mod/fetch.php:16 mod/fetch.php:52 mod/fetch.php:65 mod/help.php:60 +#: mod/p.php:21 mod/p.php:48 mod/p.php:57 index.php:292 +msgid "Not Found" +msgstr "Ei löydetty" + +#: mod/hcard.php:18 +msgid "No profile" +msgstr "Ei profiilia" + +#: mod/help.php:48 +msgid "Help:" +msgstr "Ohje:" + +#: mod/help.php:54 src/Content/Nav.php:134 view/theme/vier/theme.php:298 +msgid "Help" +msgstr "Ohje" + +#: mod/help.php:63 index.php:297 +msgid "Page not found." +msgstr "Sivua ei löytynyt." + +#: mod/home.php:39 +#, php-format +msgid "Welcome to %s" +msgstr "Tervetuloa %s" + +#: mod/lockview.php:38 mod/lockview.php:46 +msgid "Remote privacy information not available." +msgstr "Yksityisyyden etätietoja ei saatavilla." + +#: mod/lockview.php:55 +msgid "Visible to:" +msgstr "Näkyvissä:" + +#: mod/maintenance.php:24 +msgid "System down for maintenance" +msgstr "Järjestelmä poiskytketty huoltoa varten" + +#: mod/newmember.php:11 +msgid "Welcome to Friendica" +msgstr "Tervetuloa Friendicaan" + +#: mod/newmember.php:12 +msgid "New Member Checklist" +msgstr "Uuden jäsenen tarkistuslista" + +#: 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 "Ensiaskeleet" + +#: mod/newmember.php:17 +msgid "Friendica Walk-Through" +msgstr "Friendica -läpikäynti" + +#: mod/newmember.php:17 +msgid "" +"On your Quick Start 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:19 mod/admin.php:1906 mod/admin.php:2175 +#: mod/settings.php:123 src/Content/Nav.php:206 view/theme/frio/theme.php:269 +msgid "Settings" +msgstr "Asetukset" + +#: mod/newmember.php:21 +msgid "Go to Your Settings" +msgstr "Omat Asetukset" + +#: mod/newmember.php:21 +msgid "" +"On your Settings 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:113 mod/contacts.php:671 +#: mod/contacts.php:863 src/Content/Nav.php:101 src/Model/Profile.php:730 +#: src/Model/Profile.php:863 src/Model/Profile.php:896 +#: view/theme/frio/theme.php:260 +msgid "Profile" +msgstr "Profiili" + +#: mod/newmember.php:26 mod/profile_photo.php:249 mod/profiles.php:691 +msgid "Upload Profile Photo" +msgstr "Lataa profiilikuva" + +#: 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 "Muokkaa profiilisi" + +#: mod/newmember.php:27 +msgid "" +"Edit your default 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 "Profiilin avainsanat" + +#: 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 "Yhdistetään" + +#: mod/newmember.php:36 +msgid "Importing Emails" +msgstr "Sähköpostin tuominen" + +#: 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 "Näytä minun kontaktit" + +#: 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 Add New Contact dialog." +msgstr "" + +#: mod/newmember.php:40 +msgid "Go to Your Site's Directory" +msgstr "Näytä oman sivuston luettelo" + +#: mod/newmember.php:40 +msgid "" +"The Directory page lets you find other people in this network or other " +"federated sites. Look for a Connect or Follow link on " +"their profile page. Provide your own Identity Address if requested." +msgstr "" + +#: mod/newmember.php:41 +msgid "Finding New People" +msgstr "Kavereiden hankkiminen" + +#: 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:401 +msgid "Groups" +msgstr "Ryhmät" + +#: mod/newmember.php:45 +msgid "Group Your Contacts" +msgstr "Järjestä kontaktit ryhmiin" + +#: 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 "Miksi julkaisuni eivät ole julkisia?" + +#: 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 "Avun saaminen" + +#: mod/newmember.php:54 +msgid "Go to the Help Section" +msgstr "Näytä ohjeet" + +#: mod/newmember.php:54 +msgid "" +"Our help pages may be consulted for detail on other program" +" features and resources." +msgstr "" + +#: mod/nogroup.php:42 mod/viewcontacts.php:112 mod/contacts.php:619 +#: mod/contacts.php:959 +#, php-format +msgid "Visit %s's profile [%s]" +msgstr "" + +#: mod/nogroup.php:43 mod/contacts.php:960 +msgid "Edit contact" +msgstr "Muokkaa kontaktia" + +#: mod/nogroup.php:63 +msgid "Contacts who are not members of a group" +msgstr "Kontaktit jotka eivät kuulu ryhmään" + +#: mod/p.php:14 +msgid "Not Extended" +msgstr "Ei laajennettu" + +#: mod/repair_ostatus.php:18 +msgid "Resubscribing to OStatus contacts" +msgstr "" + +#: mod/repair_ostatus.php:34 +msgid "Error" +msgstr "Virhe" + +#: mod/repair_ostatus.php:48 mod/ostatus_subscribe.php:64 +msgid "Done" +msgstr "Valmis" + +#: mod/repair_ostatus.php:54 mod/ostatus_subscribe.php:88 +msgid "Keep this window open until done." +msgstr "" + +#: mod/suggest.php:36 +msgid "Do you really want to delete this suggestion?" +msgstr "Haluatko varmasti poistaa ehdotuksen?" + +#: mod/suggest.php:73 +msgid "" +"No suggestions available. If this is a new site, please try again in 24 " +"hours." +msgstr "Ehdotuksia ei löydy. Jos tämä on uusi sivusto, kokeile uudelleen vuorokauden kuluttua." + +#: mod/suggest.php:84 mod/suggest.php:104 +msgid "Ignore/Hide" +msgstr "Jätä huomiotta/piilota" + +#: mod/suggest.php:114 src/Content/Widget.php:64 view/theme/vier/theme.php:203 +msgid "Friend Suggestions" +msgstr "Ystäväehdotukset" + +#: mod/uimport.php:55 mod/register.php:191 +msgid "" +"This site has exceeded the number of allowed daily account registrations. " +"Please try again tomorrow." +msgstr "" + +#: mod/uimport.php:70 mod/register.php:285 +msgid "Import" +msgstr "Tuo" + +#: mod/uimport.php:72 +msgid "Move account" +msgstr "Siirrä tili" + +#: mod/uimport.php:73 +msgid "You can import an account from another Friendica server." +msgstr "Voit tuoda käyttäjätilin toiselta Friendica -palvelimelta." + +#: mod/uimport.php:74 +msgid "" +"You need to export your account from the old server and upload it here. We " +"will recreate your old account here with all your contacts. We will try also" +" to inform your friends that you moved here." +msgstr "" + +#: mod/uimport.php:75 +msgid "" +"This feature is experimental. We can't import contacts from the OStatus " +"network (GNU Social/Statusnet) or from Diaspora" +msgstr "" + +#: mod/uimport.php:76 +msgid "Account file" +msgstr "Tilitiedosto" + +#: mod/uimport.php:76 +msgid "" +"To export your account, go to \"Settings->Export your personal data\" and " +"select \"Export account\"" +msgstr "" + +#: mod/update_community.php:27 mod/update_display.php:27 +#: mod/update_notes.php:40 mod/update_profile.php:39 mod/update_network.php:33 +msgid "[Embedded content - reload page to view]" +msgstr "[Upotettu sisältö - näet sen päivittämällä sivun]" + +#: mod/dfrn_poll.php:123 mod/dfrn_poll.php:543 +#, php-format +msgid "%1$s welcomes %2$s" +msgstr "%1$s toivottaa tervetulleeksi ystävän %2$s" + +#: mod/match.php:48 +msgid "No keywords to match. Please add keywords to your default profile." +msgstr "" + +#: mod/match.php:104 +msgid "is interested in:" +msgstr "" + +#: mod/match.php:120 +msgid "Profile Match" +msgstr "Vastaavien profiilien haku" + +#: mod/match.php:125 mod/dirfind.php:253 +msgid "No matches" +msgstr "Ei täsmääviä profiileja" + +#: mod/notifications.php:37 +msgid "Invalid request identifier." +msgstr "Virheellinen pyyntötunniste." + +#: mod/notifications.php:46 mod/notifications.php:183 +#: mod/notifications.php:230 +msgid "Discard" +msgstr "Hylkää" + +#: mod/notifications.php:62 mod/notifications.php:182 +#: mod/notifications.php:266 mod/contacts.php:638 mod/contacts.php:828 +#: mod/contacts.php:1019 +msgid "Ignore" +msgstr "Jätä huomiotta" + +#: mod/notifications.php:98 src/Content/Nav.php:189 +msgid "Notifications" +msgstr "Huomautukset" + +#: mod/notifications.php:107 +msgid "Network Notifications" +msgstr "Verkkoilmoitukset" + +#: mod/notifications.php:113 mod/notify.php:81 +msgid "System Notifications" +msgstr "Järjestelmäilmoitukset" + +#: mod/notifications.php:119 +msgid "Personal Notifications" +msgstr "Henkilökohtaiset ilmoitukset" + +#: mod/notifications.php:125 +msgid "Home Notifications" +msgstr "Koti-ilmoitukset" + +#: mod/notifications.php:155 +msgid "Show Ignored Requests" +msgstr "Näytä ohitetut pyynnöt" + +#: mod/notifications.php:155 +msgid "Hide Ignored Requests" +msgstr "Piilota ohitetut pyynnöt" + +#: mod/notifications.php:167 mod/notifications.php:237 +msgid "Notification type: " +msgstr "Ilmoitustyyppi:" + +#: mod/notifications.php:170 +#, php-format +msgid "suggested by %s" +msgstr "ehdottaa %s" + +#: mod/notifications.php:175 mod/notifications.php:254 mod/contacts.php:646 +msgid "Hide this contact from others" +msgstr "Piilota kontakti muilta" + +#: mod/notifications.php:176 mod/notifications.php:255 +msgid "Post a new friend activity" +msgstr "" + +#: mod/notifications.php:176 mod/notifications.php:255 +msgid "if applicable" +msgstr "tarvittaessa" + +#: mod/notifications.php:179 mod/notifications.php:264 mod/admin.php:1796 +msgid "Approve" +msgstr "Hyväksy" + +#: mod/notifications.php:198 +msgid "Claims to be known to you: " +msgstr "Väittää tuntevansa sinut:" + +#: mod/notifications.php:199 +msgid "yes" +msgstr "kyllä" + +#: mod/notifications.php:199 +msgid "no" +msgstr "ei" + +#: mod/notifications.php:200 mod/notifications.php:205 +msgid "Shall your connection be bidirectional or not?" +msgstr "Kaksisuuntainen yhteys?" + +#: mod/notifications.php:201 mod/notifications.php:206 +#, php-format +msgid "" +"Accepting %s as a friend allows %s to subscribe to your posts, and you will " +"also receive updates from them in your news feed." +msgstr "" + +#: mod/notifications.php:202 +#, php-format +msgid "" +"Accepting %s as a subscriber allows them to subscribe to your posts, but you" +" will not receive updates from them in your news feed." +msgstr "" + +#: mod/notifications.php:207 +#, php-format +msgid "" +"Accepting %s as a sharer allows them to subscribe to your posts, but you " +"will not receive updates from them in your news feed." +msgstr "" + +#: mod/notifications.php:218 +msgid "Friend" +msgstr "Kaveri" + +#: mod/notifications.php:219 +msgid "Sharer" +msgstr "Jakaja" + +#: mod/notifications.php:219 +msgid "Subscriber" +msgstr "Tilaaja" + +#: mod/notifications.php:247 mod/events.php:518 mod/directory.php:148 +#: mod/contacts.php:660 src/Model/Profile.php:417 src/Model/Event.php:60 +#: src/Model/Event.php:85 src/Model/Event.php:421 src/Model/Event.php:900 +msgid "Location:" +msgstr "Sijainti:" + +#: mod/notifications.php:249 mod/directory.php:154 mod/contacts.php:664 +#: src/Model/Profile.php:423 src/Model/Profile.php:806 +msgid "About:" +msgstr "Lisätietoja:" + +#: mod/notifications.php:251 mod/follow.php:174 mod/contacts.php:666 +#: src/Model/Profile.php:794 +msgid "Tags:" +msgstr "Tunnisteet:" + +#: mod/notifications.php:253 mod/directory.php:151 src/Model/Profile.php:420 +#: src/Model/Profile.php:745 +msgid "Gender:" +msgstr "Sukupuoli:" + +#: mod/notifications.php:258 mod/unfollow.php:122 mod/follow.php:166 +#: mod/contacts.php:656 mod/admin.php:490 mod/admin.php:500 +msgid "Profile URL" +msgstr "Profiilin URL" + +#: mod/notifications.php:261 mod/contacts.php:71 src/Model/Profile.php:518 +msgid "Network:" +msgstr "Verkko:" + +#: mod/notifications.php:275 +msgid "No introductions." +msgstr "Ei esittelyjä." + +#: mod/notifications.php:316 +msgid "Show unread" +msgstr "Näytä lukemattomat" + +#: mod/notifications.php:316 +msgid "Show all" +msgstr "Näytä kaikki" + +#: mod/notifications.php:322 +#, php-format +msgid "No more %s notifications." +msgstr "" + +#: mod/openid.php:29 +msgid "OpenID protocol error. No ID returned." +msgstr "OpenID -protokollavirhe. Tunnusta ei vastaanotettu." + +#: mod/openid.php:66 +msgid "" +"Account not found and OpenID registration is not permitted on this site." +msgstr "Käyttäjätiliä ei löytynyt. Rekisteröityminen OpenID:n kautta ei ole sallittua tällä sivustolla." + +#: mod/openid.php:116 src/Module/Login.php:86 src/Module/Login.php:134 +msgid "Login failed." +msgstr "Kirjautuminen epäonnistui" + +#: mod/dfrn_confirm.php:74 mod/profiles.php:39 mod/profiles.php:149 +#: mod/profiles.php:196 mod/profiles.php:618 +msgid "Profile not found." +msgstr "Profiilia ei löytynyt." + +#: mod/dfrn_confirm.php:132 +msgid "" +"This may occasionally happen if contact was requested by both persons and it" +" has already been approved." +msgstr "" + +#: mod/dfrn_confirm.php:242 +msgid "Response from remote site was not understood." +msgstr "" + +#: mod/dfrn_confirm.php:249 mod/dfrn_confirm.php:254 +msgid "Unexpected response from remote site: " +msgstr "" + +#: mod/dfrn_confirm.php:263 +msgid "Confirmation completed successfully." +msgstr "Vahvistus onnistui." + +#: mod/dfrn_confirm.php:275 +msgid "Temporary failure. Please wait and try again." +msgstr "Tilapäinen vika. Yritä myöhemmin uudelleen." + +#: 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:396 +msgid "Unable to set contact photo." +msgstr "Kontaktin kuvaa ei voitu asettaa" + +#: mod/dfrn_confirm.php:498 +#, php-format +msgid "No user record found for '%s' " +msgstr "" + +#: mod/dfrn_confirm.php:508 +msgid "Our site encryption key is apparently messed up." +msgstr "" + +#: mod/dfrn_confirm.php:519 +msgid "Empty site URL was provided or URL could not be decrypted by us." +msgstr "" + +#: mod/dfrn_confirm.php:535 +msgid "Contact record was not found for you on our site." +msgstr "" + +#: mod/dfrn_confirm.php:549 +#, php-format +msgid "Site public key not available in contact record for URL %s." +msgstr "" + +#: mod/dfrn_confirm.php:565 +msgid "" +"The ID provided by your system is a duplicate on our system. It should work " +"if you try again." +msgstr "" + +#: mod/dfrn_confirm.php:576 +msgid "Unable to set your contact credentials on our system." +msgstr "" + +#: mod/dfrn_confirm.php:631 +msgid "Unable to update your contact profile details on our system" +msgstr "" + +#: mod/dfrn_confirm.php:661 mod/dfrn_request.php:568 +#: src/Model/Contact.php:1520 +msgid "[Name Withheld]" +msgstr "[Nimi jätetty pois]" + +#: mod/dfrn_confirm.php:694 +#, php-format +msgid "%1$s has joined %2$s" +msgstr "" + +#: mod/invite.php:33 +msgid "Total invitation limit exceeded." +msgstr "Kutsuraja ylitetty." + +#: mod/invite.php:55 +#, php-format +msgid "%s : Not a valid email address." +msgstr "%s : Virheellinen sähköpostiosoite." + +#: mod/invite.php:80 +msgid "Please join us on Friendica" +msgstr "Tervetuloa Friendicaan" + +#: mod/invite.php:91 +msgid "Invitation limit exceeded. Please contact your site administrator." +msgstr "" + +#: mod/invite.php:95 +#, php-format +msgid "%s : Message delivery failed." +msgstr "%s : Viestin toimitus epäonnistui." + +#: mod/invite.php:99 +#, php-format +msgid "%d message sent." +msgid_plural "%d messages sent." +msgstr[0] "%d viesti lähetetty." +msgstr[1] "%d viestiä lähetetty." + +#: mod/invite.php:117 +msgid "You have no more invitations available" +msgstr "" + +#: mod/invite.php:125 +#, php-format +msgid "" +"Visit %s for a list of public sites that you can join. Friendica members on " +"other sites can all connect with each other, as well as with members of many" +" other social networks." +msgstr "" + +#: mod/invite.php:127 +#, php-format +msgid "" +"To accept this invitation, please visit and register at %s or any other " +"public Friendica website." +msgstr "" + +#: mod/invite.php:128 +#, php-format +msgid "" +"Friendica sites all inter-connect to create a huge privacy-enhanced social " +"web that is owned and controlled by its members. They can also connect with " +"many traditional social networks. See %s for a list of alternate Friendica " +"sites you can join." +msgstr "" + +#: mod/invite.php:132 +msgid "" +"Our apologies. This system is not currently configured to connect with other" +" public sites or invite members." +msgstr "" + +#: mod/invite.php:136 +msgid "" +"Friendica sites all inter-connect to create a huge privacy-enhanced social " +"web that is owned and controlled by its members. They can also connect with " +"many traditional social networks." +msgstr "" + +#: mod/invite.php:135 +#, php-format +msgid "To accept this invitation, please visit and register at %s." +msgstr "" + +#: mod/invite.php:142 +msgid "Send invitations" +msgstr "Lähetä kutsut" + +#: mod/invite.php:143 +msgid "Enter email addresses, one per line:" +msgstr "Syötä sähköpostiosoitteet, yksi riviä kohden:" + +#: mod/invite.php:144 mod/wallmessage.php:141 mod/message.php:259 +#: mod/message.php:426 +msgid "Your message:" +msgstr "Viestisi:" + +#: mod/invite.php:145 +msgid "" +"You are cordially invited to join me and other close friends on Friendica - " +"and help us to create a better social web." +msgstr "" + +#: mod/invite.php:147 +msgid "You will need to supply this invitation code: $invite_code" +msgstr "" + +#: mod/invite.php:147 +msgid "" +"Once you have registered, please connect with me via my profile page at:" +msgstr "" + +#: mod/invite.php:149 +msgid "" +"For more information about the Friendica project and why we feel it is " +"important, please visit http://friendi.ca" +msgstr "" + +#: mod/wall_attach.php:24 mod/wall_attach.php:32 mod/wall_attach.php:83 +#: mod/wall_upload.php:38 mod/wall_upload.php:54 mod/wall_upload.php:112 +#: mod/wall_upload.php:155 mod/wall_upload.php:158 +msgid "Invalid request." +msgstr "Virheellinen pyyntö." + +#: mod/wall_attach.php:101 +msgid "Sorry, maybe your upload is bigger than the PHP configuration allows" +msgstr "" + +#: mod/wall_attach.php:101 +msgid "Or - did you try to upload an empty file?" +msgstr "Yrititkö ladata tyhjän tiedoston?" + +#: mod/wall_attach.php:112 +#, php-format +msgid "File exceeds size limit of %s" +msgstr "Tiedosto ylittää kokorajoituksen %s" + +#: mod/wall_attach.php:136 mod/wall_attach.php:152 +msgid "File upload failed." +msgstr "Tiedoston lähettäminen epäonnistui." + +#: mod/manage.php:180 +msgid "Manage Identities and/or Pages" +msgstr "Hallitse identiteetit ja/tai sivut" + +#: mod/manage.php:181 +msgid "" +"Toggle between different identities or community/group pages which share " +"your account details or which you have been granted \"manage\" permissions" +msgstr "" + +#: mod/manage.php:182 +msgid "Select an identity to manage: " +msgstr "Valitse identiteetti hallitavaksi:" + +#: mod/dfrn_request.php:94 +msgid "This introduction has already been accepted." +msgstr "Tämä esittely on jo hyväksytty." + +#: mod/dfrn_request.php:112 mod/dfrn_request.php:359 +msgid "Profile location is not valid or does not contain profile information." +msgstr "Profiilin sijainti on viallinen tai se ei sisällä profiilitietoja." + +#: mod/dfrn_request.php:116 mod/dfrn_request.php:363 +msgid "Warning: profile location has no identifiable owner name." +msgstr "Varoitus: profiilin sijainnissa ei ole tunnistettavaa omistajan nimeä." + +#: mod/dfrn_request.php:119 mod/dfrn_request.php:366 +msgid "Warning: profile location has no profile photo." +msgstr "Varoitus: profiilin sijainnissa ei ole profiilikuvaa." + +#: mod/dfrn_request.php:123 mod/dfrn_request.php:370 +#, php-format +msgid "%d required parameter was not found at the given location" +msgid_plural "%d required parameters were not found at the given location" +msgstr[0] "" +msgstr[1] "" + +#: mod/dfrn_request.php:162 +msgid "Introduction complete." +msgstr "Esittely valmis." + +#: mod/dfrn_request.php:199 +msgid "Unrecoverable protocol error." +msgstr "Vakava protokollavirhe." + +#: mod/dfrn_request.php:226 +msgid "Profile unavailable." +msgstr "Profiili ei saatavilla." + +#: mod/dfrn_request.php:248 +#, php-format +msgid "%s has received too many connection requests today." +msgstr "%s on saanut liikaa yhteyspyyntöjä tänään." + +#: mod/dfrn_request.php:249 +msgid "Spam protection measures have been invoked." +msgstr "Roskapostisuojaukset otettu käyttöön." + +#: mod/dfrn_request.php:250 +msgid "Friends are advised to please try again in 24 hours." +msgstr "Ystäviä suositellaan yrittämään uudelleen vuorokauden sisällä." + +#: mod/dfrn_request.php:280 +msgid "Invalid locator" +msgstr "Viallinen paikannin" + +#: mod/dfrn_request.php:316 +msgid "You have already introduced yourself here." +msgstr "Olet jo esitellyt itsesi täällä." + +#: mod/dfrn_request.php:319 +#, php-format +msgid "Apparently you are already friends with %s." +msgstr "Ilmeisesti olet jo ystävystynyt henkilön %s kanssa." + +#: mod/dfrn_request.php:339 +msgid "Invalid profile URL." +msgstr "Viallinen profiiliosoite." + +#: mod/dfrn_request.php:345 src/Model/Contact.php:1223 +msgid "Disallowed profile URL." +msgstr "Kielletty profiiliosoite." + +#: mod/dfrn_request.php:351 mod/friendica.php:128 mod/admin.php:353 +#: mod/admin.php:371 src/Model/Contact.php:1228 +msgid "Blocked domain" +msgstr "Estetty verkkotunnus" + +#: mod/dfrn_request.php:419 mod/contacts.php:230 +msgid "Failed to update contact record." +msgstr "Kontaktitietojen päivitys epäonnistui." + +#: mod/dfrn_request.php:439 +msgid "Your introduction has been sent." +msgstr "Esittelysi lähetettiin." + +#: mod/dfrn_request.php:477 +msgid "" +"Remote subscription can't be done for your network. Please subscribe " +"directly on your system." +msgstr "" + +#: mod/dfrn_request.php:493 +msgid "Please login to confirm introduction." +msgstr "Kirjaudu vahvistaaksesi esittelysi." + +#: mod/dfrn_request.php:501 +msgid "" +"Incorrect identity currently logged in. Please login to " +"this profile." +msgstr "Väärä identiteetti kirjautuneena sisään. Kirjaudu tähän profiiliin." + +#: mod/dfrn_request.php:515 mod/dfrn_request.php:532 +msgid "Confirm" +msgstr "Vahvista" + +#: mod/dfrn_request.php:527 +msgid "Hide this contact" +msgstr "Piilota kontakti" + +#: mod/dfrn_request.php:530 +#, php-format +msgid "Welcome home %s." +msgstr "Tervetuloa kotiin %s." + +#: mod/dfrn_request.php:531 +#, php-format +msgid "Please confirm your introduction/connection request to %s." +msgstr "Vahvista esittelysi/yhteyspyyntösi henkilölle %s." + +#: mod/dfrn_request.php:607 mod/probe.php:13 mod/viewcontacts.php:45 +#: mod/webfinger.php:16 mod/search.php:98 mod/search.php:104 +#: mod/community.php:27 mod/photos.php:932 mod/videos.php:199 +#: mod/display.php:203 mod/directory.php:42 +msgid "Public access denied." +msgstr "Julkinen käyttö estetty." + +#: mod/dfrn_request.php:642 +msgid "" +"Please enter your 'Identity Address' from one of the following supported " +"communications networks:" +msgstr "Anna \"henkilöllisyysosoitteesi\" joissakin seuraavista tuetuista viestintäverkoista:" + +#: mod/dfrn_request.php:645 +#, php-format +msgid "" +"If you are not yet a member of the free social web, follow " +"this link to find a public Friendica site and join us today." +msgstr "" + +#: mod/dfrn_request.php:650 +msgid "Friend/Connection Request" +msgstr "Ystävä/yhteyspyyntö" + +#: mod/dfrn_request.php:651 +msgid "" +"Examples: jojo@demo.friendica.com, http://demo.friendica.com/profile/jojo, " +"testuser@gnusocial.de" +msgstr "Esim. jojo@demo.friendica.com, http://demo.friendica.com/profile/jojo, testuser@gnusocial.de" + +#: mod/dfrn_request.php:652 mod/follow.php:149 +msgid "Please answer the following:" +msgstr "Vastaa seuraavaan:" + +#: mod/dfrn_request.php:653 mod/follow.php:150 +#, php-format +msgid "Does %s know you?" +msgstr "Tunteeko %s sinut?" + +#: mod/dfrn_request.php:654 mod/follow.php:151 +msgid "Add a personal note:" +msgstr "Lisää oma merkintä:" + +#: mod/dfrn_request.php:656 src/Content/ContactSelector.php:79 +msgid "Friendica" +msgstr "Friendica" + +#: mod/dfrn_request.php:657 +msgid "GNU Social (Pleroma, Mastodon)" +msgstr "GNU Social (Pleroma, Mastodon)" + +#: mod/dfrn_request.php:658 +msgid "Diaspora (Socialhome, Hubzilla)" +msgstr "Diaspora (Socialhome, Hubzilla)" + +#: mod/dfrn_request.php:659 +#, php-format +msgid "" +" - please do not use this form. Instead, enter %s into your Diaspora search" +" bar." +msgstr " - älä käytä tätä lomaketta. Kirjoita sen sijaan %s Diaspora-hakupalkkiisi." + +#: mod/dfrn_request.php:660 mod/unfollow.php:113 mod/follow.php:157 +msgid "Your Identity Address:" +msgstr "Identiteettisi osoite:" + +#: mod/dfrn_request.php:662 mod/unfollow.php:65 mod/follow.php:62 +msgid "Submit Request" +msgstr "Lähetä pyyntö" + +#: mod/localtime.php:19 src/Model/Event.php:36 src/Model/Event.php:814 +msgid "l F d, Y \\@ g:i A" +msgstr "" + +#: mod/localtime.php:33 +msgid "Time Conversion" +msgstr "Aikamuunnos" + +#: 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 "UTC-aika: %s" + +#: mod/localtime.php:42 +#, php-format +msgid "Current timezone: %s" +msgstr "Aikavyöhyke: %s" + +#: mod/localtime.php:46 +#, php-format +msgid "Converted localtime: %s" +msgstr "Muunnettu paikallisaika: %s" + +#: mod/localtime.php:52 +msgid "Please select your timezone:" +msgstr "Valitse aikavyöhykkeesi:" + +#: mod/probe.php:14 mod/webfinger.php:17 +msgid "Only logged in users are permitted to perform a probing." +msgstr "" + +#: mod/profperm.php:28 mod/group.php:83 index.php:415 +msgid "Permission denied" +msgstr "Käyttöoikeus evätty" + +#: mod/profperm.php:34 mod/profperm.php:65 +msgid "Invalid profile identifier." +msgstr "Virheellinen profiilitunniste." + +#: mod/profperm.php:111 +msgid "Profile Visibility Editor" +msgstr "" + +#: mod/profperm.php:115 mod/group.php:265 +msgid "Click on a contact to add or remove." +msgstr "Valitse kontakti, jota haluat poistaa tai lisätä." + +#: mod/profperm.php:124 +msgid "Visible To" +msgstr "Näkyvyys" + +#: mod/profperm.php:140 +msgid "All Contacts (with secure profile access)" +msgstr "" + +#: mod/regmod.php:68 +msgid "Account approved." +msgstr "Tili hyväksytty." + +#: mod/regmod.php:93 +#, php-format +msgid "Registration revoked for %s" +msgstr "" + +#: mod/regmod.php:102 +msgid "Please login." +msgstr "Ole hyvä ja kirjaudu." + +#: mod/removeme.php:55 mod/removeme.php:58 +msgid "Remove My Account" +msgstr "Poista tilini" + +#: mod/removeme.php:56 +msgid "" +"This will completely remove your account. Once this has been done it is not " +"recoverable." +msgstr "Tämä poistaa käyttäjätilisi pysyvästi. Poistoa ei voi perua myöhemmin." + +#: mod/removeme.php:57 +msgid "Please enter your password for verification:" +msgstr "" + +#: mod/viewcontacts.php:87 +msgid "No contacts." +msgstr "Ei kontakteja." + +#: mod/viewsrc.php:12 +msgid "Access denied." +msgstr "Käyttö estetty." + +#: mod/wallmessage.php:49 mod/wallmessage.php:112 +#, php-format +msgid "Number of daily wall messages for %s exceeded. Message failed." +msgstr "" + +#: mod/wallmessage.php:57 mod/message.php:73 +msgid "No recipient selected." +msgstr "Vastaanottaja puuttuu." + +#: mod/wallmessage.php:60 +msgid "Unable to check your home location." +msgstr "" + +#: mod/wallmessage.php:63 mod/message.php:80 +msgid "Message could not be sent." +msgstr "Viestiä ei voitu lähettää." + +#: mod/wallmessage.php:66 mod/message.php:83 +msgid "Message collection failure." +msgstr "" + +#: mod/wallmessage.php:69 mod/message.php:86 +msgid "Message sent." +msgstr "Viesti lähetetty." + +#: mod/wallmessage.php:86 mod/wallmessage.php:95 +msgid "No recipient." +msgstr "Vastaanottaja puuttuu." + +#: mod/wallmessage.php:132 mod/message.php:250 +msgid "Send Private Message" +msgstr "Lähetä yksityisviesti" + +#: mod/wallmessage.php:133 +#, php-format +msgid "" +"If you wish for %s to respond, please check that the privacy settings on " +"your site allow private mail from unknown senders." +msgstr "" + +#: mod/wallmessage.php:134 mod/message.php:251 mod/message.php:421 +msgid "To:" +msgstr "Vastaanottaja:" + +#: mod/wallmessage.php:135 mod/message.php:255 mod/message.php:423 +msgid "Subject:" +msgstr "Aihe:" + +#: mod/uexport.php:44 +msgid "Export account" +msgstr "Vie tili" + +#: mod/uexport.php:44 +msgid "" +"Export your account info and contacts. Use this to make a backup of your " +"account and/or to move it to another server." +msgstr "Vie tilin tiedot ja yhteystiedot. Käytä tätä tilisi varmuuskopiointiin ja/tai siirtämiseen toiselle palvelimelle." + +#: mod/uexport.php:45 +msgid "Export all" +msgstr "Vie kaikki" + +#: mod/uexport.php:45 +msgid "" +"Export your accout info, contacts and all your items as json. Could be a " +"very big file, and could take a lot of time. Use this to make a full backup " +"of your account (photos are not exported)" +msgstr "Vie tilin tiedot, yhteystiedot ja kaikki nimikkeesi json-muodossa. Saattaa luoda hyvin suuren tiedoston ja kestää todella pitkään. Tämän avulla voit ottaa täydellisen varmuuskopion tilistäsi (valokuvia ei viedä)" + +#: mod/uexport.php:52 mod/settings.php:107 +msgid "Export personal data" +msgstr "Vie henkilökohtaiset tiedot" + +#: mod/filer.php:34 +msgid "- select -" +msgstr "- valitse -" + +#: mod/notify.php:77 +msgid "No more system notifications." +msgstr "Ei enää järjestelmäilmoituksia." + +#: mod/ping.php:292 +msgid "{0} wants to be your friend" +msgstr "{0} lähetti kaveripyynnön" + +#: mod/ping.php:307 +msgid "{0} sent you a message" +msgstr "{0} lähetti sinulle viestin" + +#: mod/ping.php:322 +msgid "{0} requested registration" +msgstr "" + +#: mod/poke.php:192 +msgid "Poke/Prod" +msgstr "Tökkää" + +#: mod/poke.php:193 +msgid "poke, prod or do other things to somebody" +msgstr "" + +#: mod/poke.php:194 +msgid "Recipient" +msgstr "Vastaanottaja" + +#: mod/poke.php:195 +msgid "Choose what you wish to do to recipient" +msgstr "" + +#: mod/poke.php:198 +msgid "Make this post private" +msgstr "Muuta julkaisu yksityiseksi" + +#: mod/subthread.php:113 +#, php-format +msgid "%1$s is following %2$s's %3$s" +msgstr "" + +#: mod/tagrm.php:47 +msgid "Tag removed" +msgstr "Tägi poistettiin" + +#: mod/tagrm.php:85 +msgid "Remove Item Tag" +msgstr "Poista tägi" + +#: mod/tagrm.php:87 +msgid "Select a tag to remove: " +msgstr "Valitse tägi poistamista varten:" + +#: mod/tagrm.php:98 mod/delegate.php:177 +msgid "Remove" +msgstr "Poista" + +#: mod/wall_upload.php:186 mod/photos.php:763 mod/photos.php:766 +#: mod/photos.php:795 mod/profile_photo.php:153 +#, php-format +msgid "Image exceeds size limit of %s" +msgstr "Kuva ylittää kokorajoituksen %s" + +#: mod/wall_upload.php:200 mod/photos.php:818 mod/profile_photo.php:162 +msgid "Unable to process image." +msgstr "Kuvan käsitteleminen epäonnistui." + +#: mod/wall_upload.php:231 mod/item.php:471 src/Object/Image.php:953 +#: src/Object/Image.php:969 src/Object/Image.php:977 src/Object/Image.php:1002 +msgid "Wall Photos" +msgstr "Seinäkuvat" + +#: mod/wall_upload.php:239 mod/photos.php:847 mod/profile_photo.php:307 +msgid "Image upload failed." +msgstr "Kuvan lähettäminen epäonnistui." + +#: mod/search.php:37 mod/network.php:194 +msgid "Remove term" +msgstr "Poista kohde" + +#: mod/search.php:46 mod/network.php:201 src/Content/Feature.php:100 +msgid "Saved Searches" +msgstr "Tallennetut haut" + +#: mod/search.php:105 +msgid "Only logged in users are permitted to perform a search." +msgstr "" + +#: mod/search.php:129 +msgid "Too Many Requests" +msgstr "Liian monta pyyntöä" + +#: mod/search.php:130 +msgid "Only one search per minute is permitted for not logged in users." +msgstr "" + +#: mod/search.php:228 mod/community.php:136 +msgid "No results." +msgstr "Ei tuloksia." + +#: mod/search.php:234 +#, php-format +msgid "Items tagged with: %s" +msgstr "Kohteet joilla tunnisteet: %s" + +#: mod/search.php:236 mod/contacts.php:819 +#, php-format +msgid "Results for: %s" +msgstr "Tulokset haulla: %s" + +#: mod/bookmarklet.php:23 src/Content/Nav.php:114 src/Module/Login.php:312 +msgid "Login" +msgstr "Kirjaudu sisään" + +#: mod/bookmarklet.php:51 +msgid "The post was created" +msgstr "Julkaisu luotu" + +#: mod/community.php:46 +msgid "Community option not available." +msgstr "Yhteisö vaihtoehto ei saatavilla." + +#: mod/community.php:63 +msgid "Not available." +msgstr "Ei saatavilla." + +#: mod/community.php:76 +msgid "Local Community" +msgstr "Paikallinen yhteisö" + +#: mod/community.php:79 +msgid "Posts from local users on this server" +msgstr "" + +#: mod/community.php:87 +msgid "Global Community" +msgstr "Maailmanlaajuinen yhteisö" + +#: mod/community.php:90 +msgid "Posts from users of the whole federated network" +msgstr "" + +#: mod/community.php:180 +msgid "" +"This community stream shows all public posts received by this node. They may" +" not reflect the opinions of this node’s users." +msgstr "" + +#: mod/editpost.php:25 mod/editpost.php:35 +msgid "Item not found" +msgstr "Kohdetta ei löytynyt" + +#: mod/editpost.php:42 +msgid "Edit post" +msgstr "Muokkaa viestiä" + +#: mod/editpost.php:134 src/Core/ACL.php:315 +msgid "CC: email addresses" +msgstr "Kopio: sähköpostiosoitteet" + +#: mod/editpost.php:141 src/Core/ACL.php:316 +msgid "Example: bob@example.com, mary@example.com" +msgstr "Esimerkki: bob@example.com, mary@example.com" + +#: mod/feedtest.php:20 +msgid "You must be logged in to use this module" +msgstr "" + +#: mod/feedtest.php:48 +msgid "Source URL" +msgstr "Lähde URL" + +#: mod/fsuggest.php:72 +msgid "Friend suggestion sent." +msgstr "Ystäväehdotus lähetettiin." + +#: mod/fsuggest.php:101 +msgid "Suggest Friends" +msgstr "Ehdota ystäviä" + +#: mod/fsuggest.php:103 +#, php-format +msgid "Suggest a friend for %s" +msgstr "Ehdota ystävää ystävälle %s" + +#: mod/group.php:36 +msgid "Group created." +msgstr "Ryhmä luotu." + +#: mod/group.php:42 +msgid "Could not create group." +msgstr "Ryhmää ei voitu luoda." + +#: mod/group.php:56 mod/group.php:157 +msgid "Group not found." +msgstr "Ryhmää ei löytynyt." + +#: mod/group.php:70 +msgid "Group name changed." +msgstr "Ryhmän nimi muutettu." + +#: mod/group.php:97 +msgid "Save Group" +msgstr "Tallenna ryhmä" + +#: mod/group.php:102 +msgid "Create a group of contacts/friends." +msgstr "Luo kontakti/kaveriryhmä" + +#: mod/group.php:103 mod/group.php:199 src/Model/Group.php:408 +msgid "Group Name: " +msgstr "Ryhmän nimi:" + +#: mod/group.php:127 +msgid "Group removed." +msgstr "Ryhmä poistettu." + +#: mod/group.php:129 +msgid "Unable to remove group." +msgstr "Ryhmää ei voida poistaa." + +#: mod/group.php:192 +msgid "Delete Group" +msgstr "Poista ryhmä" + +#: mod/group.php:198 +msgid "Group Editor" +msgstr "Ryhmien muokkausta" + +#: mod/group.php:203 +msgid "Edit Group Name" +msgstr "Muokkaa ryhmän nimeä" + +#: mod/group.php:213 +msgid "Members" +msgstr "Jäsenet" + +#: mod/group.php:215 mod/contacts.php:719 +msgid "All Contacts" +msgstr "Kaikki yhteystiedot" + +#: mod/group.php:216 mod/network.php:639 +msgid "Group is empty" +msgstr "Ryhmä on tyhjä" + +#: mod/group.php:229 +msgid "Remove Contact" +msgstr "Poista kontakti" + +#: mod/group.php:253 +msgid "Add Contact" +msgstr "Lisää kontakti" + +#: mod/item.php:114 +msgid "Unable to locate original post." +msgstr "Alkuperäinen julkaisu ei löydy." + +#: mod/item.php:274 +msgid "Empty post discarded." +msgstr "Tyhjä julkaisu hylätty." + +#: mod/item.php:799 +#, php-format +msgid "" +"This message was sent to you by %s, a member of the Friendica social " +"network." +msgstr "" + +#: mod/item.php:801 +#, php-format +msgid "You may visit them online at %s" +msgstr "" + +#: mod/item.php:802 +msgid "" +"Please contact the sender by replying to this post if you do not wish to " +"receive these messages." +msgstr "" + +#: mod/item.php:806 +#, php-format +msgid "%s posted an update." +msgstr "%s julkaisi päivityksen." + +#: mod/message.php:30 src/Content/Nav.php:198 +msgid "New Message" +msgstr "Uusi viesti" + +#: mod/message.php:77 +msgid "Unable to locate contact information." +msgstr "Kontaktin tiedot ei löydy." + +#: mod/message.php:112 src/Content/Nav.php:195 view/theme/frio/theme.php:268 +msgid "Messages" +msgstr "Viestit" + +#: mod/message.php:136 +msgid "Do you really want to delete this message?" +msgstr "Haluatko varmasti poistaa viestin?" + +#: mod/message.php:156 +msgid "Message deleted." +msgstr "Viesti poistettu." + +#: mod/message.php:185 +msgid "Conversation removed." +msgstr "Keskustelu poistettu." + +#: mod/message.php:291 +msgid "No messages." +msgstr "Ei viestejä." + +#: mod/message.php:330 +msgid "Message not available." +msgstr "Viesti ei saatavilla." + +#: mod/message.php:397 +msgid "Delete message" +msgstr "Poista viesti" + +#: mod/message.php:399 mod/message.php:500 +msgid "D, d M Y - g:i A" +msgstr "" + +#: mod/message.php:414 mod/message.php:497 +msgid "Delete conversation" +msgstr "Poista keskustelu" + +#: mod/message.php:416 +msgid "" +"No secure communications available. You may be able to " +"respond from the sender's profile page." +msgstr "" + +#: mod/message.php:420 +msgid "Send Reply" +msgstr "Lähetä vastaus" + +#: mod/message.php:471 +#, php-format +msgid "Unknown sender - %s" +msgstr "Tuntematon lähettäjä - %s" + +#: mod/message.php:473 +#, php-format +msgid "You and %s" +msgstr "Sinä ja %s" + +#: mod/message.php:475 +#, php-format +msgid "%s and You" +msgstr "%s ja sinä" + +#: mod/message.php:503 +#, php-format +msgid "%d message" +msgid_plural "%d messages" +msgstr[0] "%d viesti" +msgstr[1] "%d viestiä" + +#: mod/network.php:202 src/Model/Group.php:400 +msgid "add" +msgstr "lisää" + +#: mod/network.php:547 +#, php-format +msgid "" +"Warning: This group contains %s member from a network that doesn't allow non" +" public messages." +msgid_plural "" +"Warning: This group contains %s members from a network that doesn't allow " +"non public messages." +msgstr[0] "" +msgstr[1] "" + +#: mod/network.php:550 +msgid "Messages in this group won't be send to these receivers." +msgstr "" + +#: mod/network.php:618 +msgid "No such group" +msgstr "Ryhmä ei ole olemassa" + +#: mod/network.php:643 +#, php-format +msgid "Group: %s" +msgstr "Ryhmä: %s" + +#: mod/network.php:669 +msgid "Private messages to this person are at risk of public disclosure." +msgstr "" + +#: mod/network.php:672 +msgid "Invalid contact." +msgstr "Virheellinen kontakti." + +#: mod/network.php:921 +msgid "Commented Order" +msgstr "" + +#: mod/network.php:924 +msgid "Sort by Comment Date" +msgstr "Kommentit päivämäärän mukaan" + +#: mod/network.php:929 +msgid "Posted Order" +msgstr "" + +#: mod/network.php:932 +msgid "Sort by Post Date" +msgstr "Julkaisut päivämäärän mukaan" + +#: mod/network.php:940 mod/profiles.php:687 +#: src/Core/NotificationsManager.php:185 +msgid "Personal" +msgstr "Henkilökohtainen" + +#: mod/network.php:943 +msgid "Posts that mention or involve you" +msgstr "Julkaisut jotka liittyvät sinuun" + +#: mod/network.php:951 +msgid "New" +msgstr "Uusi" + +#: mod/network.php:954 +msgid "Activity Stream - by date" +msgstr "" + +#: mod/network.php:962 +msgid "Shared Links" +msgstr "Jaetut linkit" + +#: mod/network.php:965 +msgid "Interesting Links" +msgstr "Kiinnostavat linkit" + +#: mod/network.php:973 +msgid "Starred" +msgstr "Tähtimerkitty" + +#: mod/network.php:976 +msgid "Favourite Posts" +msgstr "Lempijulkaisut" + +#: mod/notes.php:52 src/Model/Profile.php:946 +msgid "Personal Notes" +msgstr "Henkilökohtaiset tiedot" + +#: mod/oexchange.php:30 +msgid "Post successful." +msgstr "Viestin lähetys onnistui." + +#: mod/photos.php:108 src/Model/Profile.php:907 +msgid "Photo Albums" +msgstr "Valokuva-albumit" + +#: mod/photos.php:109 mod/photos.php:1713 +msgid "Recent Photos" +msgstr "Viimeaikaisia kuvia" + +#: mod/photos.php:112 mod/photos.php:1210 mod/photos.php:1715 +msgid "Upload New Photos" +msgstr "Lähetä uusia kuvia" + +#: mod/photos.php:126 mod/settings.php:50 +msgid "everybody" +msgstr "kaikki" + +#: mod/photos.php:184 +msgid "Contact information unavailable" +msgstr "Kontaktin tietoja ei saatavilla" + +#: mod/photos.php:204 +msgid "Album not found." +msgstr "Albumia ei ole." + +#: mod/photos.php:234 mod/photos.php:245 mod/photos.php:1161 +msgid "Delete Album" +msgstr "Poista albumi" + +#: mod/photos.php:243 +msgid "Do you really want to delete this photo album and all its photos?" +msgstr "Haluatko varmasti poistaa tämän albumin ja kaikki sen kuvat?" + +#: mod/photos.php:310 mod/photos.php:321 mod/photos.php:1446 +msgid "Delete Photo" +msgstr "Poista valokuva" + +#: mod/photos.php:319 +msgid "Do you really want to delete this photo?" +msgstr "Haluatko varmasti poistaa kuvan?" + +#: mod/photos.php:667 +msgid "a photo" +msgstr "valokuva" + +#: mod/photos.php:667 +#, php-format +msgid "%1$s was tagged in %2$s by %3$s" +msgstr "%1$s merkattiin kuvaan %2$s ystävän %3$s toimesta" + +#: mod/photos.php:769 +msgid "Image upload didn't complete, please try again" +msgstr "Kuvan lataus ei onnistunut, yritä uudelleen" + +#: mod/photos.php:772 +msgid "Image file is missing" +msgstr "Kuvatiedosto puuttuu" + +#: mod/photos.php:777 +msgid "" +"Server can't accept new file upload at this time, please contact your " +"administrator" +msgstr "" + +#: mod/photos.php:803 +msgid "Image file is empty." +msgstr "Kuvatiedosto on tyhjä." + +#: mod/photos.php:940 +msgid "No photos selected" +msgstr "Ei valittuja kuvia" + +#: mod/photos.php:1036 mod/videos.php:309 +msgid "Access to this item is restricted." +msgstr "Pääsy kohteeseen on rajoitettu." + +#: mod/photos.php:1090 +msgid "Upload Photos" +msgstr "Lähetä kuvia" + +#: mod/photos.php:1094 mod/photos.php:1156 +msgid "New album name: " +msgstr "Albumin uusi nimi: " + +#: mod/photos.php:1095 +msgid "or existing album name: " +msgstr "tai olemassaolevan albumin nimi: " + +#: mod/photos.php:1096 +msgid "Do not show a status post for this upload" +msgstr "Älä näytä tilaviestiä tälle lähetykselle" + +#: mod/photos.php:1098 mod/photos.php:1441 mod/events.php:533 +#: src/Core/ACL.php:318 +msgid "Permissions" +msgstr "Käyttöoikeudet" + +#: mod/photos.php:1106 mod/photos.php:1449 mod/settings.php:1229 +msgid "Show to Groups" +msgstr "Näytä ryhmille" + +#: mod/photos.php:1107 mod/photos.php:1450 mod/settings.php:1230 +msgid "Show to Contacts" +msgstr "Näytä kontakteille" + +#: mod/photos.php:1167 +msgid "Edit Album" +msgstr "Muokkaa albumia" + +#: mod/photos.php:1172 +msgid "Show Newest First" +msgstr "Näytä uusin ensin" + +#: mod/photos.php:1174 +msgid "Show Oldest First" +msgstr "Näytä vanhin ensin" + +#: mod/photos.php:1195 mod/photos.php:1698 +msgid "View Photo" +msgstr "Näytä kuva" + +#: mod/photos.php:1236 +msgid "Permission denied. Access to this item may be restricted." +msgstr "Estetty. Tämän kohteen käyttöä on saatettu rajoittaa." + +#: mod/photos.php:1238 +msgid "Photo not available" +msgstr "Kuva ei ole saatavilla" + +#: mod/photos.php:1301 +msgid "View photo" +msgstr "Näytä kuva" + +#: mod/photos.php:1301 +msgid "Edit photo" +msgstr "Muokkaa kuvaa" + +#: mod/photos.php:1302 +msgid "Use as profile photo" +msgstr "Käytä profiilikuvana" + +#: mod/photos.php:1308 src/Object/Post.php:149 +msgid "Private Message" +msgstr "Yksityisviesti" + +#: mod/photos.php:1327 +msgid "View Full Size" +msgstr "Näytä täysikokoisena" + +#: mod/photos.php:1414 +msgid "Tags: " +msgstr "Merkinnät:" + +#: mod/photos.php:1417 +msgid "[Remove any tag]" +msgstr "[Poista mikä tahansa merkintä]" + +#: mod/photos.php:1432 +msgid "New album name" +msgstr "Uusi nimi albumille" + +#: mod/photos.php:1433 +msgid "Caption" +msgstr "Kuvateksti" + +#: mod/photos.php:1434 +msgid "Add a Tag" +msgstr "Lisää merkintä" + +#: mod/photos.php:1434 +msgid "" +"Example: @bob, @Barbara_Jensen, @jim@example.com, #California, #camping" +msgstr "Esimerkki: @bob, @Barbara_Jensen, @jim@example.com, #California, #camping" + +#: mod/photos.php:1435 +msgid "Do not rotate" +msgstr "Älä kierrä" + +#: mod/photos.php:1436 +msgid "Rotate CW (right)" +msgstr "Käännä oikealle" + +#: mod/photos.php:1437 +msgid "Rotate CCW (left)" +msgstr "Käännä vasemmalle" + +#: mod/photos.php:1471 src/Object/Post.php:296 +msgid "I like this (toggle)" +msgstr "Tykkään tästä (vaihda)" + +#: mod/photos.php:1472 src/Object/Post.php:297 +msgid "I don't like this (toggle)" +msgstr "En tykkää tästä (vaihda)" + +#: mod/photos.php:1488 mod/photos.php:1527 mod/photos.php:1600 +#: mod/contacts.php:953 src/Object/Post.php:793 +msgid "This is you" +msgstr "Tämä olet sinä" + +#: mod/photos.php:1490 mod/photos.php:1529 mod/photos.php:1602 +#: src/Object/Post.php:399 src/Object/Post.php:795 +msgid "Comment" +msgstr "Kommentti" + +#: mod/photos.php:1634 +msgid "Map" +msgstr "Kartta" + +#: mod/photos.php:1704 mod/videos.php:387 +msgid "View Album" +msgstr "Näytä albumi" + +#: mod/profile.php:37 src/Model/Profile.php:118 +msgid "Requested profile is not available." +msgstr "Pyydettyä profiilia ei saatavilla." + +#: mod/profile.php:78 src/Protocol/OStatus.php:1252 +#, php-format +msgid "%s's posts" +msgstr "%s: julkaisut" + +#: mod/profile.php:79 src/Protocol/OStatus.php:1253 +#, php-format +msgid "%s's comments" +msgstr "%s: kommentit" + +#: mod/profile.php:80 src/Protocol/OStatus.php:1251 +#, php-format +msgid "%s's timeline" +msgstr "%s: aikajana" + +#: mod/profile.php:173 mod/display.php:313 mod/cal.php:142 +msgid "Access to this profile has been restricted." +msgstr "Pääsy tähän profiiliin on rajoitettu" + +#: mod/profile.php:194 +msgid "Tips for New Members" +msgstr "Vinkkejä uusille käyttäjille" + +#: mod/videos.php:139 +msgid "Do you really want to delete this video?" +msgstr "Haluatko varmasti poistaa tämän videon?" + +#: mod/videos.php:144 +msgid "Delete Video" +msgstr "Poista video" + +#: mod/videos.php:207 +msgid "No videos selected" +msgstr "Ei videoita valittuna" + +#: mod/videos.php:396 +msgid "Recent Videos" +msgstr "Viimeisimmät videot" + +#: mod/videos.php:398 +msgid "Upload New Videos" +msgstr "Lataa uusia videoita" + +#: mod/delegate.php:37 +msgid "Parent user not found." +msgstr "" + +#: mod/delegate.php:144 +msgid "No parent user" +msgstr "" + +#: mod/delegate.php:159 +msgid "Parent Password:" +msgstr "" + +#: mod/delegate.php:159 +msgid "" +"Please enter the password of the parent account to legitimize your request." +msgstr "" + +#: mod/delegate.php:164 +msgid "Parent User" +msgstr "" + +#: mod/delegate.php:167 +msgid "" +"Parent users have total control about this account, including the account " +"settings. Please double check whom you give this access." +msgstr "" + +#: mod/delegate.php:168 mod/admin.php:307 mod/admin.php:1346 +#: mod/admin.php:1965 mod/admin.php:2218 mod/admin.php:2292 mod/admin.php:2439 +#: mod/settings.php:675 mod/settings.php:784 mod/settings.php:872 +#: mod/settings.php:961 mod/settings.php:1194 +msgid "Save Settings" +msgstr "Tallenna asetukset" + +#: mod/delegate.php:169 src/Content/Nav.php:204 +msgid "Delegate Page Management" +msgstr "" + +#: mod/delegate.php:170 +msgid "Delegates" +msgstr "" + +#: mod/delegate.php:172 +msgid "" +"Delegates are able to manage all aspects of this account/page except for " +"basic account settings. Please do not delegate your personal account to " +"anybody that you do not trust completely." +msgstr "" + +#: mod/delegate.php:173 +msgid "Existing Page Delegates" +msgstr "" + +#: mod/delegate.php:175 +msgid "Potential Delegates" +msgstr "" + +#: mod/delegate.php:178 +msgid "Add" +msgstr "Lisää" + +#: mod/delegate.php:179 +msgid "No entries." +msgstr "" + +#: mod/dirfind.php:49 +#, php-format +msgid "People Search - %s" +msgstr "" + +#: mod/dirfind.php:60 +#, php-format +msgid "Forum Search - %s" +msgstr "Foorumihaku - %s" + +#: mod/install.php:114 +msgid "Friendica Communications Server - Setup" +msgstr "Friendica viestinnän palvelin - asetukset" + +#: mod/install.php:120 +msgid "Could not connect to database." +msgstr "Tietokantaan ei saada yhteyttä." + +#: mod/install.php:124 +msgid "Could not create table." +msgstr "Taulun luominen epäonnistui." + +#: mod/install.php:130 +msgid "Your Friendica site database has been installed." +msgstr "Friendica-sivustosi tietokanta on asennettu." + +#: mod/install.php:135 +msgid "" +"You may need to import the file \"database.sql\" manually using phpmyadmin " +"or mysql." +msgstr "Sinun on ehkä tuotava tiedosto \"database.sql\" manuaalisesti käyttämällä phpMyAdminia tai MySQL:ää." + +#: mod/install.php:136 mod/install.php:208 mod/install.php:558 +msgid "Please see the file \"INSTALL.txt\"." +msgstr "Lue tiedosto \"INSTALL.txt\"." + +#: mod/install.php:148 +msgid "Database already in use." +msgstr "Tietokanta on jo käytössä." + +#: mod/install.php:205 +msgid "System check" +msgstr "Järjestelmän tarkistus" + +#: mod/install.php:209 mod/cal.php:277 mod/events.php:395 +msgid "Next" +msgstr "Seuraava" + +#: mod/install.php:210 +msgid "Check again" +msgstr "Tarkista uudelleen" + +#: mod/install.php:230 +msgid "Database connection" +msgstr "Tietokantayhteys" + +#: mod/install.php:231 +msgid "" +"In order to install Friendica we need to know how to connect to your " +"database." +msgstr "Jotta voit asentaa Friendican, tarvitaan tieto siitä, miten tietokantaasi saa yhteyden." + +#: mod/install.php:232 +msgid "" +"Please contact your hosting provider or site administrator if you have " +"questions about these settings." +msgstr "Ota yhteyttä web-palveluntarjoajaasi tai sivuston ylläpitäjään, jos sinulla on näihin asetuksiin liittyviä kysymyksiä." + +#: mod/install.php:233 +msgid "" +"The database you specify below should already exist. If it does not, please " +"create it before continuing." +msgstr "Alla määritetyn tietokannan tulisi olla jo olemassa. Jos se ei ole, luo se ennen kuin jatkat." + +#: mod/install.php:237 +msgid "Database Server Name" +msgstr "Tietokannan palvelimen nimi" + +#: mod/install.php:238 +msgid "Database Login Name" +msgstr "Tietokannan käyttäjän nimi" + +#: mod/install.php:239 +msgid "Database Login Password" +msgstr "Tietokannan käyttäjän salasana" + +#: mod/install.php:239 +msgid "For security reasons the password must not be empty" +msgstr "Turvallisuussyistä salasanakenttä ei saa olla tyhjä" + +#: mod/install.php:240 +msgid "Database Name" +msgstr "Tietokannan nimi" + +#: mod/install.php:241 mod/install.php:281 +msgid "Site administrator email address" +msgstr "Sivuston ylläpitäjän sähköpostiosoite" + +#: mod/install.php:241 mod/install.php:281 +msgid "" +"Your account email address must match this in order to use the web admin " +"panel." +msgstr "Tilisi sähköpostiosoitteen on vastattava tätä, jotta voit käyttää ylläpitokäyttöliittymää." + +#: mod/install.php:245 mod/install.php:284 +msgid "Please select a default timezone for your website" +msgstr "Valitse oletusaikavyöhyke sivustollesi" + +#: mod/install.php:271 +msgid "Site settings" +msgstr "Sivuston asetukset" + +#: mod/install.php:285 +msgid "System Language:" +msgstr "Järjestelmän kieli:" + +#: mod/install.php:285 +msgid "" +"Set the default language for your Friendica installation interface and to " +"send emails." +msgstr "" + +#: mod/install.php:325 +msgid "Could not find a command line version of PHP in the web server PATH." +msgstr "Komentoriviversiota PHP:stä ei löytynyt web-palvelimen PATH:ista." + +#: mod/install.php:326 +msgid "" +"If you don't have a command line version of PHP installed on your server, " +"you will not be able to run the background processing. See 'Setup the worker'" +msgstr "" + +#: mod/install.php:330 +msgid "PHP executable path" +msgstr "Polku PHP-ohjelmaan" + +#: mod/install.php:330 +msgid "" +"Enter full path to php executable. You can leave this blank to continue the " +"installation." +msgstr "Kirjoita koko polku PHP-ohjelmaan. Voit jättää sen tyhjäksi, jos haluat jatkaa asennusta." + +#: mod/install.php:335 +msgid "Command line PHP" +msgstr "Komentorivi-PHP" + +#: mod/install.php:344 +msgid "PHP executable is not the php cli binary (could be cgi-fgci version)" +msgstr "" + +#: mod/install.php:345 +msgid "Found PHP version: " +msgstr "PHP-versio löydetty:" + +#: mod/install.php:347 +msgid "PHP cli binary" +msgstr "PHP cli -binääritiedosto" + +#: mod/install.php:358 +msgid "" +"The command line version of PHP on your system does not have " +"\"register_argc_argv\" enabled." +msgstr "Järjestelmäsi komentorivi-PHP:ssä ei ole käytössä asetusta \"register_argc_argv\"." + +#: mod/install.php:359 +msgid "This is required for message delivery to work." +msgstr "Asetus vaaditaan viestien lähettämiseen." + +#: mod/install.php:361 +msgid "PHP register_argc_argv" +msgstr "PHP register_argc_argv" + +#: mod/install.php:384 +msgid "" +"Error: the \"openssl_pkey_new\" function on this system is not able to " +"generate encryption keys" +msgstr "Virhe: järjestelmäsi \"openssl_pkey_new\" -funktio ei pysty generoimaan salausavaimia." + +#: mod/install.php:385 +msgid "" +"If running under Windows, please see " +"\"http://www.php.net/manual/en/openssl.installation.php\"." +msgstr "Jos on kyse Windows-pavelimesta, katso \"http://www.php.net/manual/en/openssl.installation.php\"." + +#: mod/install.php:387 +msgid "Generate encryption keys" +msgstr "Luo salausavaimet" + +#: mod/install.php:394 +msgid "libCurl PHP module" +msgstr "PHP-moduuli libCurl" + +#: mod/install.php:395 +msgid "GD graphics PHP module" +msgstr "PHP-moduuli GD graphics" + +#: mod/install.php:396 +msgid "OpenSSL PHP module" +msgstr "PHP-moduuli OpenSSL" + +#: mod/install.php:397 +msgid "PDO or MySQLi PHP module" +msgstr "PDO tai MySQLi PHP-moduuli" + +#: mod/install.php:398 +msgid "mb_string PHP module" +msgstr "PHP-moduuli mb_string" + +#: mod/install.php:399 +msgid "XML PHP module" +msgstr "XML PHP-moduuli" + +#: mod/install.php:400 +msgid "iconv PHP module" +msgstr "iconv PHP-moduuli" + +#: mod/install.php:401 +msgid "POSIX PHP module" +msgstr "POSIX PHP-moduuli" + +#: mod/install.php:405 mod/install.php:407 +msgid "Apache mod_rewrite module" +msgstr "Apache mod_rewrite -moduuli" + +#: mod/install.php:405 +msgid "" +"Error: Apache webserver mod-rewrite module is required but not installed." +msgstr "Virhe: Apache-palvelimen mod-rewrite -moduuli vaaditaan, mutta sitä ei ole asennettu." + +#: mod/install.php:413 +msgid "Error: libCURL PHP module required but not installed." +msgstr "Virhe: libCURL PHP -moduuli vaaditaan, mutta sitä ei ole asennettu." + +#: mod/install.php:417 +msgid "" +"Error: GD graphics PHP module with JPEG support required but not installed." +msgstr "Virhe: GD graphics PHP -moduuli JPEG-tuella vaaditaan, mutta sitä ei ole asennettu." + +#: mod/install.php:421 +msgid "Error: openssl PHP module required but not installed." +msgstr "Virhe: openssl PHP -moduuli vaaditaan, mutta sitä ei ole asennettu." + +#: mod/install.php:425 +msgid "Error: PDO or MySQLi PHP module required but not installed." +msgstr "Virhe: PDO tai MySQLi PHP-moduuli vaaditaan, mutta sitä ei ole asennettu." + +#: mod/install.php:429 +msgid "Error: The MySQL driver for PDO is not installed." +msgstr "Virhe: PDO:n MySQL-ajuri ei ole asennettu" + +#: mod/install.php:433 +msgid "Error: mb_string PHP module required but not installed." +msgstr "Virhe: PHP-moduuli mb_string vaaditaan, mutta sitä ei ole asennettu." + +#: mod/install.php:437 +msgid "Error: iconv PHP module required but not installed." +msgstr "Virhe: iconv PHP-moduuli vaaditaan, mutta sitä ei ole asennettu." + +#: mod/install.php:441 +msgid "Error: POSIX PHP module required but not installed." +msgstr "Virhe: POSIX PHP-moduuli vaadittaan, mutta sitä ei ole asennettu." + +#: mod/install.php:451 +msgid "Error, XML PHP module required but not installed." +msgstr "Virhe: XML PHP-moduuli vaaditaan, mutta sitä ei ole asennettu." + +#: mod/install.php:463 +msgid "" +"The web installer needs to be able to create a file called \".htconfig.php\"" +" in the top folder of your web server and it is unable to do so." +msgstr "Web-asennuksen pitäisi pystyä luomaan tiedosto nimeltä \".htconfig.php\" palvelimesi ylimpään kansioon, mutta se ei nyt onnistu." + +#: mod/install.php:464 +msgid "" +"This is most often a permission setting, as the web server may not be able " +"to write files in your folder - even if you can." +msgstr "Tämä on yleensä käyttöoikeusasetus, jolloin web-palvelimesi ei pysty kirjoittamaan tiedostoja kansioosi, vaikka itse siihen pystyisit." + +#: mod/install.php:465 +msgid "" +"At the end of this procedure, we will give you a text to save in a file " +"named .htconfig.php in your Friendica top folder." +msgstr "Tämän menettelyn lopussa annamme sinulle tekstin tallennettavaksi tiedostoon nimeltä .htconfig.php Friendican ylätason kansiossa." + +#: mod/install.php:466 +msgid "" +"You can alternatively skip this procedure and perform a manual installation." +" Please see the file \"INSTALL.txt\" for instructions." +msgstr "" + +#: mod/install.php:469 +msgid ".htconfig.php is writable" +msgstr ".htconfig.php on kirjoitettava" + +#: mod/install.php:479 +msgid "" +"Friendica uses the Smarty3 template engine to render its web views. Smarty3 " +"compiles templates to PHP to speed up rendering." +msgstr "" + +#: mod/install.php:480 +msgid "" +"In order to store these compiled templates, the web server needs to have " +"write access to the directory view/smarty3/ under the Friendica top level " +"folder." +msgstr "" + +#: mod/install.php:481 +msgid "" +"Please ensure that the user that your web server runs as (e.g. www-data) has" +" write access to this folder." +msgstr "" + +#: mod/install.php:482 +msgid "" +"Note: as a security measure, you should give the web server write access to " +"view/smarty3/ only--not the template files (.tpl) that it contains." +msgstr "" + +#: mod/install.php:485 +msgid "view/smarty3 is writable" +msgstr "view/smarty3 on kirjoitettava" + +#: mod/install.php:501 +msgid "" +"Url rewrite in .htaccess is not working. Check your server configuration." +msgstr "" + +#: mod/install.php:503 +msgid "Url rewrite is working" +msgstr "" + +#: mod/install.php:522 +msgid "ImageMagick PHP extension is not installed" +msgstr "ImageMagick PHP-laajennus ei ole asetettu" + +#: mod/install.php:524 +msgid "ImageMagick PHP extension is installed" +msgstr "ImageMagick PHP-laajennus on asetettu" + +#: mod/install.php:526 +msgid "ImageMagick supports GIF" +msgstr "ImageMagik tukee GIF-formaattia" + +#: mod/install.php:533 +msgid "" +"The database configuration file \".htconfig.php\" could not be written. " +"Please use the enclosed text to create a configuration file in your web " +"server root." +msgstr "Tietokannan asetustiedostoa \".htconfig.php\" ei pystytty kirjoittamaan. Käytä mukaanliitettyä tekstiä luomaan asetustiedosto web-palvelimesi juureen." + +#: mod/install.php:556 +msgid "

    What next

    " +msgstr "

    Mitä seuraavaksi

    " + +#: mod/install.php:557 +msgid "" +"IMPORTANT: You will need to [manually] setup a scheduled task for the " +"worker." +msgstr "TÄRKEÄÄ: Sinun pitää asettaa [manuaalisesti] ajastettu tehtävä Workerille." + +#: mod/install.php:560 +#, php-format +msgid "" +"Go to your new Friendica node registration page " +"and register as new user. Remember to use the same email you have entered as" +" administrator email. This will allow you to enter the site admin panel." +msgstr "" + +#: mod/ostatus_subscribe.php:21 +msgid "Subscribing to OStatus contacts" +msgstr "" + +#: mod/ostatus_subscribe.php:33 +msgid "No contact provided." +msgstr "Kontakti puuttuu." + +#: mod/ostatus_subscribe.php:40 +msgid "Couldn't fetch information for contact." +msgstr "Kontaktin tietoja ei voitu hakea." + +#: mod/ostatus_subscribe.php:50 +msgid "Couldn't fetch friends for contact." +msgstr "" + +#: mod/ostatus_subscribe.php:78 +msgid "success" +msgstr "onnistui" + +#: mod/ostatus_subscribe.php:80 +msgid "failed" +msgstr "epäonnistui" + +#: mod/ostatus_subscribe.php:83 src/Object/Post.php:279 +msgid "ignored" +msgstr "ohitettu" + +#: mod/unfollow.php:34 +msgid "Contact wasn't found or can't be unfollowed." +msgstr "" + +#: mod/unfollow.php:47 +msgid "Contact unfollowed" +msgstr "Kontaktia ei enää seurata" + +#: mod/unfollow.php:73 +msgid "You aren't a friend of this contact." +msgstr "Et ole kontaktin kaveri." + +#: mod/unfollow.php:79 +msgid "Unfollowing is currently not supported by your network." +msgstr "" + +#: mod/unfollow.php:100 mod/contacts.php:599 +msgid "Disconnect/Unfollow" +msgstr "Katkaise / Lopeta seuraaminen" + +#: mod/unfollow.php:132 mod/follow.php:186 mod/contacts.php:858 +#: src/Model/Profile.php:891 +msgid "Status Messages and Posts" +msgstr "Statusviestit ja postaukset" + +#: mod/cal.php:274 mod/events.php:391 src/Content/Nav.php:104 +#: src/Content/Nav.php:169 src/Model/Profile.php:924 src/Model/Profile.php:935 +#: view/theme/frio/theme.php:263 view/theme/frio/theme.php:267 +msgid "Events" +msgstr "Tapahtumat" + +#: mod/cal.php:275 mod/events.php:392 +msgid "View" +msgstr "Katso" + +#: mod/cal.php:276 mod/events.php:394 +msgid "Previous" +msgstr "Edellinen" + +#: mod/cal.php:280 mod/events.php:400 src/Model/Event.php:412 +msgid "today" +msgstr "tänään" + +#: mod/cal.php:281 mod/events.php:401 src/Util/Temporal.php:304 +#: src/Model/Event.php:413 +msgid "month" +msgstr "kuukausi" + +#: mod/cal.php:282 mod/events.php:402 src/Util/Temporal.php:305 +#: src/Model/Event.php:414 +msgid "week" +msgstr "viikko" + +#: mod/cal.php:283 mod/events.php:403 src/Util/Temporal.php:306 +#: src/Model/Event.php:415 +msgid "day" +msgstr "päivä" + +#: mod/cal.php:284 mod/events.php:404 +msgid "list" +msgstr "luettelo" + +#: mod/cal.php:297 src/Core/Console/NewPassword.php:74 src/Model/User.php:204 +msgid "User not found" +msgstr "Käyttäjää ei löydy" + +#: mod/cal.php:313 +msgid "This calendar format is not supported" +msgstr "Tätä kalenteriformaattia ei tueta" + +#: mod/cal.php:315 +msgid "No exportable data found" +msgstr "" + +#: mod/cal.php:332 +msgid "calendar" +msgstr "kalenteri" + +#: mod/events.php:105 mod/events.php:107 +msgid "Event can not end before it has started." +msgstr "" + +#: mod/events.php:114 mod/events.php:116 +msgid "Event title and start time are required." +msgstr "Tapahtuman nimi ja alkamisaika vaaditaan." + +#: mod/events.php:393 +msgid "Create New Event" +msgstr "Luo uusi tapahtuma" + +#: mod/events.php:506 +msgid "Event details" +msgstr "Tapahtuman tiedot" + +#: mod/events.php:507 +msgid "Starting date and Title are required." +msgstr "Aloituspvm ja otsikko vaaditaan." + +#: mod/events.php:508 mod/events.php:509 +msgid "Event Starts:" +msgstr "Tapahtuma alkaa:" + +#: mod/events.php:508 mod/events.php:520 mod/profiles.php:700 +msgid "Required" +msgstr "Vaaditaan" + +#: mod/events.php:510 mod/events.php:526 +msgid "Finish date/time is not known or not relevant" +msgstr "Päättymispvm ja kellonaika ei ole tiedossa tai niillä ei ole merkitystä" + +#: mod/events.php:512 mod/events.php:513 +msgid "Event Finishes:" +msgstr "Tapahtuma päättyy:" + +#: mod/events.php:514 mod/events.php:527 +msgid "Adjust for viewer timezone" +msgstr "Ota huomioon katsojan aikavyöhyke" + +#: mod/events.php:516 +msgid "Description:" +msgstr "Kuvaus:" + +#: mod/events.php:520 mod/events.php:522 +msgid "Title:" +msgstr "Otsikko:" + +#: mod/events.php:523 mod/events.php:524 +msgid "Share this event" +msgstr "Jaa tämä tapahtuma" + +#: mod/events.php:531 src/Model/Profile.php:864 +msgid "Basic" +msgstr "" + +#: mod/events.php:532 mod/contacts.php:895 mod/admin.php:1351 +#: src/Model/Profile.php:865 +msgid "Advanced" +msgstr "" + +#: mod/events.php:552 +msgid "Failed to remove event" +msgstr "Tapahtuman poisto epäonnistui" + +#: mod/events.php:554 +msgid "Event removed" +msgstr "Tapahtuma poistettu" + +#: mod/profile_photo.php:55 +msgid "Image uploaded but image cropping failed." +msgstr "Kuva ladattu mutta kuvan rajaus epäonnistui." + +#: mod/profile_photo.php:88 mod/profile_photo.php:96 mod/profile_photo.php:104 +#: mod/profile_photo.php:315 +#, php-format +msgid "Image size reduction [%s] failed." +msgstr "" + +#: mod/profile_photo.php:125 +msgid "" +"Shift-reload the page or clear browser cache if the new photo does not " +"display immediately." +msgstr "" + +#: mod/profile_photo.php:134 +msgid "Unable to process image" +msgstr "Kuvan käsitteleminen epäonnistui" + +#: mod/profile_photo.php:247 +msgid "Upload File:" +msgstr "Lähetä tiedosto:" + +#: mod/profile_photo.php:248 +msgid "Select a profile:" +msgstr "Valitse profiili:" + +#: mod/profile_photo.php:253 +msgid "or" +msgstr "tai" + +#: mod/profile_photo.php:253 +msgid "skip this step" +msgstr "ohita tämä vaihe" + +#: mod/profile_photo.php:253 +msgid "select a photo from your photo albums" +msgstr "valitse kuva albumeistasi" + +#: mod/profile_photo.php:266 +msgid "Crop Image" +msgstr "Rajaa kuva" + +#: mod/profile_photo.php:267 +msgid "Please adjust the image cropping for optimum viewing." +msgstr "" + +#: mod/profile_photo.php:269 +msgid "Done Editing" +msgstr "Lopeta muokkaus" + +#: mod/profile_photo.php:305 +msgid "Image uploaded successfully." +msgstr "Kuvan lähettäminen onnistui." + +#: mod/directory.php:152 src/Model/Profile.php:421 src/Model/Profile.php:769 +msgid "Status:" +msgstr "Tila:" + +#: mod/directory.php:153 src/Model/Profile.php:422 src/Model/Profile.php:786 +msgid "Homepage:" +msgstr "Kotisivu:" + +#: mod/directory.php:202 view/theme/vier/theme.php:201 +msgid "Global Directory" +msgstr "Maailmanlaajuinen hakemisto" + +#: mod/directory.php:204 +msgid "Find on this site" +msgstr "" + +#: mod/directory.php:206 +msgid "Results for:" +msgstr "" + +#: mod/directory.php:208 +msgid "Site Directory" +msgstr "" + +#: mod/directory.php:209 mod/contacts.php:820 src/Content/Widget.php:63 +msgid "Find" +msgstr "Etsi" + +#: mod/directory.php:213 +msgid "No entries (some entries may be hidden)." +msgstr "" + +#: mod/babel.php:22 +msgid "Source input" +msgstr "" + +#: mod/babel.php:28 +msgid "BBCode::convert (raw HTML)" +msgstr "BBCode::convert (raaka HTML)" + +#: mod/babel.php:33 +msgid "BBCode::convert" +msgstr "BBCode::convert" + +#: mod/babel.php:39 +msgid "BBCode::convert => HTML::toBBCode" +msgstr "BBCode::convert => HTML::toBBCode" + +#: mod/babel.php:45 +msgid "BBCode::toMarkdown" +msgstr "BBCode::toMarkdown" + +#: mod/babel.php:51 +msgid "BBCode::toMarkdown => Markdown::convert" +msgstr "BBCode::toMarkdown => Markdown::convert" + +#: mod/babel.php:57 +msgid "BBCode::toMarkdown => Markdown::toBBCode" +msgstr "BBCode::toMarkdown => Markdown::toBBCode" + +#: mod/babel.php:63 +msgid "BBCode::toMarkdown => Markdown::convert => HTML::toBBCode" +msgstr "BBCode::toMarkdown => Markdown::convert => HTML::toBBCode" + +#: mod/babel.php:70 +msgid "Source input \\x28Diaspora format\\x29" +msgstr "" + +#: mod/babel.php:76 +msgid "Markdown::toBBCode" +msgstr "Markdown::toBBCode" + +#: mod/babel.php:83 +msgid "Raw HTML input" +msgstr "Raaka HTML-syöte" + +#: mod/babel.php:88 +msgid "HTML Input" +msgstr "HTML-syöte" + +#: mod/babel.php:94 +msgid "HTML::toBBCode" +msgstr "HTML::toBBCode" + +#: mod/babel.php:100 +msgid "HTML::toPlaintext" +msgstr "HTML::toPlaintext" + +#: mod/babel.php:108 +msgid "Source text" +msgstr "Lähdeteksti" + +#: mod/babel.php:109 +msgid "BBCode" +msgstr "BBCode" + +#: mod/babel.php:110 +msgid "Markdown" +msgstr "Markdown" + +#: mod/babel.php:111 +msgid "HTML" +msgstr "HTML" + +#: mod/follow.php:45 +msgid "The contact could not be added." +msgstr "Kontaktia ei voitu lisätä." + +#: mod/follow.php:73 +msgid "You already added this contact." +msgstr "Olet jo lisännyt tämän kontaktin." + +#: mod/follow.php:83 +msgid "Diaspora support isn't enabled. Contact can't be added." +msgstr "Diaspora -tuki ei ole käytössä. Kontaktia ei voi lisätä." + +#: mod/follow.php:90 +msgid "OStatus support is disabled. Contact can't be added." +msgstr "OStatus -tuki ei ole käytössä. Kontaktia ei voi lisätä." + +#: mod/follow.php:97 +msgid "The network type couldn't be detected. Contact can't be added." +msgstr "" + +#: mod/profiles.php:58 +msgid "Profile deleted." +msgstr "Profiili poistettiin." + +#: mod/profiles.php:74 mod/profiles.php:110 +msgid "Profile-" +msgstr "Profiili-" + +#: mod/profiles.php:93 mod/profiles.php:132 +msgid "New profile created." +msgstr "Uusi profiili luotu." + +#: mod/profiles.php:116 +msgid "Profile unavailable to clone." +msgstr "Profiili ei saatavilla kloonattavaksi." + +#: mod/profiles.php:206 +msgid "Profile Name is required." +msgstr "Profiilinimi on pakollinen." + +#: mod/profiles.php:347 +msgid "Marital Status" +msgstr "Siviilisääty" + +#: mod/profiles.php:351 +msgid "Romantic Partner" +msgstr "Romanttinen kumppani" + +#: mod/profiles.php:363 +msgid "Work/Employment" +msgstr "Työ" + +#: mod/profiles.php:366 +msgid "Religion" +msgstr "Uskonto" + +#: mod/profiles.php:370 +msgid "Political Views" +msgstr "Poliittiset näkemykset" + +#: mod/profiles.php:374 +msgid "Gender" +msgstr "Sukupuoli" + +#: mod/profiles.php:378 +msgid "Sexual Preference" +msgstr "Seksuaalinen suuntautuminen" + +#: mod/profiles.php:382 +msgid "XMPP" +msgstr "XMPP" + +#: mod/profiles.php:386 +msgid "Homepage" +msgstr "Kotisivu" + +#: mod/profiles.php:390 mod/profiles.php:686 +msgid "Interests" +msgstr "Kiinnostukset" + +#: mod/profiles.php:394 mod/admin.php:490 +msgid "Address" +msgstr "Osoite" + +#: mod/profiles.php:401 mod/profiles.php:682 +msgid "Location" +msgstr "Sijainti" + +#: mod/profiles.php:486 +msgid "Profile updated." +msgstr "Profiili päivitettiin." + +#: mod/profiles.php:564 +msgid " and " +msgstr "ja" + +#: mod/profiles.php:573 +msgid "public profile" +msgstr "julkinen profiili" + +#: mod/profiles.php:576 +#, php-format +msgid "%1$s changed %2$s to “%3$s”" +msgstr "" + +#: mod/profiles.php:577 +#, php-format +msgid " - Visit %1$s's %2$s" +msgstr "" + +#: mod/profiles.php:579 +#, php-format +msgid "%1$s has an updated %2$s, changing %3$s." +msgstr "" + +#: mod/profiles.php:633 +msgid "Hide contacts and friends:" +msgstr "Piilota kontaktit ja kaverit:" + +#: mod/profiles.php:638 +msgid "Hide your contact/friend list from viewers of this profile?" +msgstr "" + +#: mod/profiles.php:658 +msgid "Show more profile fields:" +msgstr "" + +#: mod/profiles.php:670 +msgid "Profile Actions" +msgstr "" + +#: mod/profiles.php:671 +msgid "Edit Profile Details" +msgstr "Muokkaa profiilin yksityiskohdat" + +#: mod/profiles.php:673 +msgid "Change Profile Photo" +msgstr "Vaihda profiilikuva" + +#: mod/profiles.php:674 +msgid "View this profile" +msgstr "Näytä profiilia" + +#: mod/profiles.php:675 mod/profiles.php:770 src/Model/Profile.php:393 +msgid "Edit visibility" +msgstr "Muokkaa näkyvyyttä" + +#: mod/profiles.php:676 +msgid "Create a new profile using these settings" +msgstr "Luo uusi profiili näillä asetuksilla" + +#: mod/profiles.php:677 +msgid "Clone this profile" +msgstr "Kloonaa tämä profiili" + +#: mod/profiles.php:678 +msgid "Delete this profile" +msgstr "Poista tämä profiili" + +#: mod/profiles.php:680 +msgid "Basic information" +msgstr "Perustiedot" + +#: mod/profiles.php:681 +msgid "Profile picture" +msgstr "Profiilikuva" + +#: mod/profiles.php:683 +msgid "Preferences" +msgstr "Mieltymykset" + +#: mod/profiles.php:684 +msgid "Status information" +msgstr "Tilatiedot" + +#: mod/profiles.php:685 +msgid "Additional information" +msgstr "Lisätietoja" + +#: mod/profiles.php:688 +msgid "Relation" +msgstr "Suhde" + +#: mod/profiles.php:689 src/Util/Temporal.php:81 src/Util/Temporal.php:83 +msgid "Miscellaneous" +msgstr "Sekalaista" + +#: mod/profiles.php:692 +msgid "Your Gender:" +msgstr "Sukupuoli:" + +#: mod/profiles.php:693 +msgid " Marital Status:" +msgstr " Siviilisääty:" + +#: mod/profiles.php:694 src/Model/Profile.php:782 +msgid "Sexual Preference:" +msgstr "Seksuaalinen suuntautuminen:" + +#: mod/profiles.php:695 +msgid "Example: fishing photography software" +msgstr "Esimerkki: kalastus valokuvaus ohjelmistot" + +#: mod/profiles.php:700 +msgid "Profile Name:" +msgstr "Profiilinimi:" + +#: mod/profiles.php:702 +msgid "" +"This is your public profile.
    It may " +"be visible to anybody using the internet." +msgstr "" + +#: mod/profiles.php:703 +msgid "Your Full Name:" +msgstr "Koko nimi:" + +#: mod/profiles.php:704 +msgid "Title/Description:" +msgstr "Otsikko/kuvaus:" + +#: mod/profiles.php:707 +msgid "Street Address:" +msgstr "Katuosoite:" + +#: mod/profiles.php:708 +msgid "Locality/City:" +msgstr "Kaupunki:" + +#: mod/profiles.php:709 +msgid "Region/State:" +msgstr "Alue/osavaltio:" + +#: mod/profiles.php:710 +msgid "Postal/Zip Code:" +msgstr "Postinumero:" + +#: mod/profiles.php:711 +msgid "Country:" +msgstr "Maa:" + +#: mod/profiles.php:712 src/Util/Temporal.php:149 +msgid "Age: " +msgstr "Ikä:" + +#: mod/profiles.php:715 +msgid "Who: (if applicable)" +msgstr "Kuka: (tarvittaessa)" + +#: mod/profiles.php:715 +msgid "Examples: cathy123, Cathy Williams, cathy@example.com" +msgstr "Esimerkkejä: cathy123, Cathy Williams, cathy@example.com" + +#: mod/profiles.php:716 +msgid "Since [date]:" +msgstr "Lähtien [päivämäärä]:" + +#: mod/profiles.php:718 +msgid "Tell us about yourself..." +msgstr "Kerro vähän itsestäsi..." + +#: mod/profiles.php:719 +msgid "XMPP (Jabber) address:" +msgstr "XMPP (Jabber) osoite:" + +#: mod/profiles.php:719 +msgid "" +"The XMPP address will be propagated to your contacts so that they can follow" +" you." +msgstr "" + +#: mod/profiles.php:720 +msgid "Homepage URL:" +msgstr "Kotisivun URL-osoite:" + +#: mod/profiles.php:721 src/Model/Profile.php:790 +msgid "Hometown:" +msgstr "Kotikaupunki:" + +#: mod/profiles.php:722 src/Model/Profile.php:798 +msgid "Political Views:" +msgstr "Politiikka:" + +#: mod/profiles.php:723 +msgid "Religious Views:" +msgstr "Uskonto:" + +#: mod/profiles.php:724 +msgid "Public Keywords:" +msgstr "Julkiset avainsanat:" + +#: mod/profiles.php:724 +msgid "(Used for suggesting potential friends, can be seen by others)" +msgstr "" + +#: mod/profiles.php:725 +msgid "Private Keywords:" +msgstr "Yksityiset avainsanat:" + +#: mod/profiles.php:725 +msgid "(Used for searching profiles, never shown to others)" +msgstr "" + +#: mod/profiles.php:726 src/Model/Profile.php:814 +msgid "Likes:" +msgstr "Tykkäykset:" + +#: mod/profiles.php:727 src/Model/Profile.php:818 +msgid "Dislikes:" +msgstr "Ei tykkää:" + +#: mod/profiles.php:728 +msgid "Musical interests" +msgstr "Musiikki" + +#: mod/profiles.php:729 +msgid "Books, literature" +msgstr "Kirjat, kirjallisuus" + +#: mod/profiles.php:730 +msgid "Television" +msgstr "Televisio" + +#: mod/profiles.php:731 +msgid "Film/dance/culture/entertainment" +msgstr "Elokuvat/tanssi/kulttuuri/viihde" + +#: mod/profiles.php:732 +msgid "Hobbies/Interests" +msgstr "Harrastukset" + +#: mod/profiles.php:733 +msgid "Love/romance" +msgstr "Rakkaus/romanssi" + +#: mod/profiles.php:734 +msgid "Work/employment" +msgstr "Työ:" + +#: mod/profiles.php:735 +msgid "School/education" +msgstr "Koulutus:" + +#: mod/profiles.php:736 +msgid "Contact information and Social Networks" +msgstr "Yhteystiedot ja sosiaalinen media" + +#: mod/profiles.php:767 src/Model/Profile.php:389 +msgid "Profile Image" +msgstr "Profiilikuva" + +#: mod/profiles.php:769 src/Model/Profile.php:392 +msgid "visible to everybody" +msgstr "näkyvissä kaikille" + +#: mod/profiles.php:776 +msgid "Edit/Manage Profiles" +msgstr "Muokkaa/hallitse profiilit" + +#: mod/profiles.php:777 src/Model/Profile.php:379 src/Model/Profile.php:401 +msgid "Change profile photo" +msgstr "Vaihda profiilikuva" + +#: mod/profiles.php:778 src/Model/Profile.php:380 +msgid "Create New Profile" +msgstr "Luo uusi profiili" + +#: mod/contacts.php:157 +#, php-format +msgid "%d contact edited." +msgid_plural "%d contacts edited." +msgstr[0] "%d kontakti muokattu" +msgstr[1] "%d kontakteja muokattu" + +#: mod/contacts.php:184 mod/contacts.php:400 +msgid "Could not access contact record." +msgstr "Yhteystietoon ei päästä käsiksi." + +#: mod/contacts.php:194 +msgid "Could not locate selected profile." +msgstr "Valittua profiilia ei löydy." + +#: mod/contacts.php:228 +msgid "Contact updated." +msgstr "Yhteystietopäivitys onnistui." + +#: mod/contacts.php:421 +msgid "Contact has been blocked" +msgstr "Henkilö on estetty" + +#: mod/contacts.php:421 +msgid "Contact has been unblocked" +msgstr "Henkilö on jälleen sallittu" + +#: mod/contacts.php:432 +msgid "Contact has been ignored" +msgstr "Henkilöä ei enää huomioida" + +#: mod/contacts.php:432 +msgid "Contact has been unignored" +msgstr "Henkilö on jälleen huomioituna." + +#: mod/contacts.php:443 +msgid "Contact has been archived" +msgstr "Henkilö on arkistoitu." + +#: mod/contacts.php:443 +msgid "Contact has been unarchived" +msgstr "Henkilö on otettu pois arkistosta." + +#: mod/contacts.php:467 +msgid "Drop contact" +msgstr "Poista kontakti" + +#: mod/contacts.php:470 mod/contacts.php:823 +msgid "Do you really want to delete this contact?" +msgstr "Haluatko todella poistaa tämän yhteystiedon?" + +#: mod/contacts.php:488 +msgid "Contact has been removed." +msgstr "Yhteystieto on poistettu." + +#: mod/contacts.php:519 +#, php-format +msgid "You are mutual friends with %s" +msgstr "Olet kaveri %s kanssa." + +#: mod/contacts.php:523 +#, php-format +msgid "You are sharing with %s" +msgstr "Olet jakanut jotakin %s:n kanssa" + +#: mod/contacts.php:527 +#, php-format +msgid "%s is sharing with you" +msgstr "%s jakaa sinulle jotakin." + +#: mod/contacts.php:547 +msgid "Private communications are not available for this contact." +msgstr "Yksityiskeskustelu ei ole käytettävissä tälle henkilölle." + +#: mod/contacts.php:549 +msgid "Never" +msgstr "Ei koskaan" + +#: mod/contacts.php:552 +msgid "(Update was successful)" +msgstr "(Päivitys onnistui)" + +#: mod/contacts.php:552 +msgid "(Update was not successful)" +msgstr "(Päivitys epäonnistui)" + +#: mod/contacts.php:554 mod/contacts.php:992 +msgid "Suggest friends" +msgstr "Ehdota ystäviä" + +#: mod/contacts.php:558 +#, php-format +msgid "Network type: %s" +msgstr "Verkkotyyppi: %s" + +#: mod/contacts.php:563 +msgid "Communications lost with this contact!" +msgstr "Yhteys tähän henkilöön menetettiin!" + +#: mod/contacts.php:569 +msgid "Fetch further information for feeds" +msgstr "" + +#: mod/contacts.php:571 +msgid "" +"Fetch information like preview pictures, title and teaser from the feed " +"item. You can activate this if the feed doesn't contain much text. Keywords " +"are taken from the meta header in the feed item and are posted as hash tags." +msgstr "" + +#: mod/contacts.php:572 mod/admin.php:1272 mod/admin.php:1435 +#: mod/admin.php:1445 +msgid "Disabled" +msgstr "Pois käytöstä" + +#: mod/contacts.php:573 +msgid "Fetch information" +msgstr "Nouda tiedot" + +#: mod/contacts.php:574 +msgid "Fetch keywords" +msgstr "Nouda avainsanat" + +#: mod/contacts.php:575 +msgid "Fetch information and keywords" +msgstr "Nouda tiedot ja avainsanat" + +#: mod/contacts.php:608 +msgid "Contact" +msgstr "Kontakti" + +#: mod/contacts.php:611 +msgid "Profile Visibility" +msgstr "Profiilin näkyvyys" + +#: mod/contacts.php:612 +#, php-format +msgid "" +"Please choose the profile you would like to display to %s when viewing your " +"profile securely." +msgstr "Valitse profiili, jonka haluat näyttää %s:lle, kun hän haluaa katsoa profiiliasi turvallisesti." + +#: mod/contacts.php:613 +msgid "Contact Information / Notes" +msgstr "Yhteystiedot / Muistiinpanot" + +#: mod/contacts.php:614 +msgid "Their personal note" +msgstr "" + +#: mod/contacts.php:616 +msgid "Edit contact notes" +msgstr "Muokkaa yhteystietojen muistiinpanoja" + +#: mod/contacts.php:620 +msgid "Block/Unblock contact" +msgstr "Estä/salli henkilö" + +#: mod/contacts.php:621 +msgid "Ignore contact" +msgstr "Jätä henkilö huomiotta" + +#: mod/contacts.php:622 +msgid "Repair URL settings" +msgstr "Korjaa URL-asetukset" + +#: mod/contacts.php:623 +msgid "View conversations" +msgstr "Katso keskusteluja" + +#: mod/contacts.php:628 +msgid "Last update:" +msgstr "Viimeksi päivitetty:" + +#: mod/contacts.php:630 +msgid "Update public posts" +msgstr "Päivitä julkiset postaukset" + +#: mod/contacts.php:632 mod/contacts.php:1002 +msgid "Update now" +msgstr "Päivitä nyt" + +#: mod/contacts.php:637 mod/contacts.php:827 mod/contacts.php:1011 +#: mod/admin.php:485 mod/admin.php:1800 +msgid "Unblock" +msgstr "Salli" + +#: mod/contacts.php:637 mod/contacts.php:827 mod/contacts.php:1011 +#: mod/admin.php:484 mod/admin.php:1799 +msgid "Block" +msgstr "Estä" + +#: mod/contacts.php:638 mod/contacts.php:828 mod/contacts.php:1019 +msgid "Unignore" +msgstr "Ota huomioon" + +#: mod/contacts.php:642 +msgid "Currently blocked" +msgstr "Estetty tällä hetkellä" + +#: mod/contacts.php:643 +msgid "Currently ignored" +msgstr "Jätetty huomiotta tällä hetkellä" + +#: mod/contacts.php:644 +msgid "Currently archived" +msgstr "Arkistoitu tällä hetkellä" + +#: mod/contacts.php:645 +msgid "Awaiting connection acknowledge" +msgstr "Odotetaan yhteyden kuittausta" + +#: mod/contacts.php:646 +msgid "" +"Replies/likes to your public posts may still be visible" +msgstr "" + +#: mod/contacts.php:647 +msgid "Notification for new posts" +msgstr "Uusien postausten ilmoitus" + +#: mod/contacts.php:647 +msgid "Send a notification of every new post of this contact" +msgstr "Lähetä ilmoitus tälle henkilölle kaikista uusista postauksista" + +#: mod/contacts.php:650 +msgid "Blacklisted keywords" +msgstr "Kielletyt avainsanat" + +#: mod/contacts.php:650 +msgid "" +"Comma separated list of keywords that should not be converted to hashtags, " +"when \"Fetch information and keywords\" is selected" +msgstr "" + +#: mod/contacts.php:662 src/Model/Profile.php:424 +msgid "XMPP:" +msgstr "XMPP:" + +#: mod/contacts.php:667 +msgid "Actions" +msgstr "Toimenpiteet" + +#: mod/contacts.php:669 mod/contacts.php:855 src/Content/Nav.php:100 +#: src/Model/Profile.php:888 view/theme/frio/theme.php:259 +msgid "Status" +msgstr "Tila" + +#: mod/contacts.php:670 +msgid "Contact Settings" +msgstr "Yhteystietoasetukset" + +#: mod/contacts.php:711 +msgid "Suggestions" +msgstr "Ehdotukset" + +#: mod/contacts.php:714 +msgid "Suggest potential friends" +msgstr "Ehdota mahdollisille ystäville" + +#: mod/contacts.php:722 +msgid "Show all contacts" +msgstr "Näytä kaikki yhteystiedot" + +#: mod/contacts.php:727 +msgid "Unblocked" +msgstr "Sallittu" + +#: mod/contacts.php:730 +msgid "Only show unblocked contacts" +msgstr "Näytä vain sallitut henkilöt" + +#: mod/contacts.php:735 +msgid "Blocked" +msgstr "Estetty" + +#: mod/contacts.php:738 +msgid "Only show blocked contacts" +msgstr "Näytä vain estetyt henkilöt" + +#: mod/contacts.php:743 +msgid "Ignored" +msgstr "Jätetty huomiotta" + +#: mod/contacts.php:746 +msgid "Only show ignored contacts" +msgstr "Näytä vain henkilöt, jotka jätetty huomiotta" + +#: mod/contacts.php:751 +msgid "Archived" +msgstr "Arkistoitu" + +#: mod/contacts.php:754 +msgid "Only show archived contacts" +msgstr "Näytä vain arkistoidut henkilöt" + +#: mod/contacts.php:759 +msgid "Hidden" +msgstr "Piilotettu" + +#: mod/contacts.php:762 +msgid "Only show hidden contacts" +msgstr "Näytä vain piilotetut henkilöt" + +#: mod/contacts.php:818 +msgid "Search your contacts" +msgstr "Etsi henkilöitä" + +#: mod/contacts.php:826 mod/settings.php:170 mod/settings.php:701 +msgid "Update" +msgstr "Päivitä" + +#: mod/contacts.php:829 mod/contacts.php:1027 +msgid "Archive" +msgstr "Arkistoi" + +#: mod/contacts.php:829 mod/contacts.php:1027 +msgid "Unarchive" +msgstr "Poista arkistosta" + +#: mod/contacts.php:832 +msgid "Batch Actions" +msgstr "" + +#: mod/contacts.php:866 src/Model/Profile.php:899 +msgid "Profile Details" +msgstr "Profiilitiedot" + +#: mod/contacts.php:878 +msgid "View all contacts" +msgstr "Näytä kaikki kontaktit" + +#: mod/contacts.php:889 +msgid "View all common friends" +msgstr "Näytä kaikki yhteiset kaverit" + +#: mod/contacts.php:898 +msgid "Advanced Contact Settings" +msgstr "Kontakti-lisäasetukset" + +#: mod/contacts.php:930 +msgid "Mutual Friendship" +msgstr "" + +#: mod/contacts.php:934 +msgid "is a fan of yours" +msgstr "on fanisi" + +#: mod/contacts.php:938 +msgid "you are a fan of" +msgstr "fanitat" + +#: mod/contacts.php:1013 +msgid "Toggle Blocked status" +msgstr "Estetty tila päälle/pois" + +#: mod/contacts.php:1021 +msgid "Toggle Ignored status" +msgstr "" + +#: mod/contacts.php:1029 +msgid "Toggle Archive status" +msgstr "Arkistotila päälle/pois" + +#: mod/contacts.php:1037 +msgid "Delete contact" +msgstr "Poista kontakti" + +#: mod/_tos.php:48 mod/register.php:288 mod/admin.php:188 mod/admin.php:302 +#: src/Module/Tos.php:48 +msgid "Terms of Service" +msgstr "Käyttöehdot" + +#: mod/_tos.php:51 src/Module/Tos.php:51 +msgid "Privacy Statement" +msgstr "Tietosuojalausunto" + +#: mod/_tos.php:52 src/Module/Tos.php:52 +msgid "" +"At the time of registration, and for providing communications between the " +"user account and their contacts, the user has to provide a display name (pen" +" name), an username (nickname) and a working email address. The names will " +"be accessible on the profile page of the account by any visitor of the page," +" even if other profile details are not displayed. The email address will " +"only be used to send the user notifications about interactions, but wont be " +"visibly displayed. The listing of an account in the node's user directory or" +" the global user directory is optional and can be controlled in the user " +"settings, it is not necessary for communication." +msgstr "" + +#: mod/_tos.php:53 src/Module/Tos.php:53 +#, php-format +msgid "" +"At any point in time a logged in user can export their account data from the" +" account settings. If the user wants " +"to delete their account they can do so at %1$s/removeme. The deletion of the account will " +"be permanent." +msgstr "" + +#: mod/friendica.php:77 +msgid "This is Friendica, version" +msgstr "Tämä on Friendica, versio" + +#: mod/friendica.php:78 +msgid "running at web location" +msgstr "käynnissä osoitteessa" + +#: mod/friendica.php:82 +msgid "" +"Please visit Friendi.ca to learn more " +"about the Friendica project." +msgstr "Vieraile osoitteessa Friendi.ca saadaksesi lisätietoja Friendica- projektista." + +#: mod/friendica.php:86 +msgid "Bug reports and issues: please visit" +msgstr "Bugiraportit ja kysymykset: vieraile osoitteessa" + +#: mod/friendica.php:86 +msgid "the bugtracker at github" +msgstr "githubin bugtrackeri" + +#: mod/friendica.php:89 +msgid "" +"Suggestions, praise, donations, etc. - please email \"Info\" at Friendica - " +"dot com" +msgstr "Ehdotuksia, kiitoksia, lahjoituksia, jne. voi lähettää osoitteeseen \"Info\" at Friendica - piste com" + +#: mod/friendica.php:103 +msgid "Installed addons/apps:" +msgstr "Asennettu lisäosat/sovellukset:" + +#: mod/friendica.php:117 +msgid "No installed addons/apps" +msgstr "Ei asennettuja lisäosia/sovelluksia" + +#: mod/friendica.php:122 +#, php-format +msgid "Read about the Terms of Service of this node." +msgstr "" + +#: mod/friendica.php:127 +msgid "On this server the following remote servers are blocked." +msgstr "" + +#: mod/friendica.php:128 mod/admin.php:354 mod/admin.php:372 +msgid "Reason for the block" +msgstr "Eston syy" + +#: mod/lostpass.php:27 +msgid "No valid account found." +msgstr "" + +#: mod/lostpass.php:39 +msgid "Password reset request issued. Check your email." +msgstr "Salasanan nollauspyyntö lähetetty. Tarkista sähköpostisi." + +#: mod/lostpass.php:45 +#, php-format +msgid "" +"\n" +"\t\tDear %1$s,\n" +"\t\t\tA request was recently received at \"%2$s\" to reset your account\n" +"\t\tpassword. In order to confirm this request, please select the verification link\n" +"\t\tbelow or paste it into your web browser address bar.\n" +"\n" +"\t\tIf you did NOT request this change, please DO NOT follow the link\n" +"\t\tprovided and ignore and/or delete this email, the request will expire shortly.\n" +"\n" +"\t\tYour password will not be changed unless we can verify that you\n" +"\t\tissued this request." +msgstr "" + +#: mod/lostpass.php:56 +#, php-format +msgid "" +"\n" +"\t\tFollow this link soon to verify your identity:\n" +"\n" +"\t\t%1$s\n" +"\n" +"\t\tYou will then receive a follow-up message containing the new password.\n" +"\t\tYou may change that password from your account settings page after logging in.\n" +"\n" +"\t\tThe login details are as follows:\n" +"\n" +"\t\tSite Location:\t%2$s\n" +"\t\tLogin Name:\t%3$s" +msgstr "" + +#: mod/lostpass.php:73 +#, php-format +msgid "Password reset requested at %s" +msgstr "" + +#: mod/lostpass.php:89 +msgid "" +"Request could not be verified. (You may have previously submitted it.) " +"Password reset failed." +msgstr "" + +#: mod/lostpass.php:102 +msgid "Request has expired, please make a new one." +msgstr "Pyyntö on vanhentunut, tehkää uusi pyyntö." + +#: mod/lostpass.php:117 +msgid "Forgot your Password?" +msgstr "Unohditko salasanasi?" + +#: mod/lostpass.php:118 +msgid "" +"Enter your email address and submit to have your password reset. Then check " +"your email for further instructions." +msgstr "" + +#: mod/lostpass.php:119 src/Module/Login.php:314 +msgid "Nickname or Email: " +msgstr "Lempinimi tai sähköposti:" + +#: mod/lostpass.php:120 +msgid "Reset" +msgstr "Nollaus" + +#: mod/lostpass.php:136 src/Module/Login.php:326 +msgid "Password Reset" +msgstr "Salasanan nollaus" + +#: mod/lostpass.php:137 +msgid "Your password has been reset as requested." +msgstr "Salasanasi on nollattu pyynnöstäsi." + +#: mod/lostpass.php:138 +msgid "Your new password is" +msgstr "Uusi salasanasi on" + +#: mod/lostpass.php:139 +msgid "Save or copy your new password - and then" +msgstr "" + +#: mod/lostpass.php:140 +msgid "click here to login" +msgstr "kirjaudu klikkaamalla tästä" + +#: mod/lostpass.php:141 +msgid "" +"Your password may be changed from the Settings page after " +"successful login." +msgstr "" + +#: mod/lostpass.php:149 +#, php-format +msgid "" +"\n" +"\t\t\tDear %1$s,\n" +"\t\t\t\tYour password has been changed as requested. Please retain this\n" +"\t\t\tinformation for your records (or change your password immediately to\n" +"\t\t\tsomething that you will remember).\n" +"\t\t" +msgstr "" + +#: mod/lostpass.php:155 +#, php-format +msgid "" +"\n" +"\t\t\tYour login details are as follows:\n" +"\n" +"\t\t\tSite Location:\t%1$s\n" +"\t\t\tLogin Name:\t%2$s\n" +"\t\t\tPassword:\t%3$s\n" +"\n" +"\t\t\tYou may change that password from your account settings page after logging in.\n" +"\t\t" +msgstr "" + +#: mod/lostpass.php:169 +#, php-format +msgid "Your password has been changed at %s" +msgstr "Salasanasi on vaihdettu sivustolla %s" + +#: mod/register.php:99 +msgid "" +"Registration successful. Please check your email for further instructions." +msgstr "" + +#: mod/register.php:103 +#, php-format +msgid "" +"Failed to send email message. Here your accout details:
    login: %s
    " +"password: %s

    You can change your password after login." +msgstr "" + +#: mod/register.php:110 +msgid "Registration successful." +msgstr "Rekisteröityminen onnistui." + +#: mod/register.php:115 +msgid "Your registration can not be processed." +msgstr "Rekisteröintisi ei voida käsitellä." + +#: mod/register.php:162 +msgid "Your registration is pending approval by the site owner." +msgstr "Rekisteröintisi odottaa ylläpitäjän hyväksyntää." + +#: mod/register.php:220 +msgid "" +"You may (optionally) fill in this form via OpenID by supplying your OpenID " +"and clicking 'Register'." +msgstr "" + +#: mod/register.php:221 +msgid "" +"If you are not familiar with OpenID, please leave that field blank and fill " +"in the rest of the items." +msgstr "" + +#: mod/register.php:222 +msgid "Your OpenID (optional): " +msgstr "OpenID -tunnus (valinnainen):" + +#: mod/register.php:234 +msgid "Include your profile in member directory?" +msgstr "Lisää profiilisi jäsenluetteloon?" + +#: mod/register.php:259 +msgid "Note for the admin" +msgstr "Viesti ylläpidolle" + +#: mod/register.php:259 +msgid "Leave a message for the admin, why you want to join this node" +msgstr "" + +#: mod/register.php:260 +msgid "Membership on this site is by invitation only." +msgstr "" + +#: mod/register.php:261 +msgid "Your invitation code: " +msgstr "Kutsukoodisi:" + +#: mod/register.php:264 mod/admin.php:1348 +msgid "Registration" +msgstr "Rekisteröityminen" + +#: mod/register.php:270 +msgid "Your Full Name (e.g. Joe Smith, real or real-looking): " +msgstr "" + +#: mod/register.php:271 +msgid "" +"Your Email Address: (Initial information will be send there, so this has to " +"be an existing address.)" +msgstr "" + +#: mod/register.php:273 mod/settings.php:1201 +msgid "New Password:" +msgstr "Uusi salasana:" + +#: mod/register.php:273 +msgid "Leave empty for an auto generated password." +msgstr "" + +#: mod/register.php:274 mod/settings.php:1202 +msgid "Confirm:" +msgstr "Vahvista:" + +#: mod/register.php:275 +#, php-format +msgid "" +"Choose a profile nickname. This must begin with a text character. Your " +"profile address on this site will then be 'nickname@%s'." +msgstr "" + +#: mod/register.php:276 +msgid "Choose a nickname: " +msgstr "Valitse lempinimi:" + +#: mod/register.php:279 src/Content/Nav.php:128 src/Module/Login.php:283 +msgid "Register" +msgstr "Rekisteröidy" + +#: mod/register.php:286 +msgid "Import your profile to this friendica instance" +msgstr "Tuo profiilisi tähän Friendica -instanssiin." + +#: mod/admin.php:106 +msgid "Theme settings updated." +msgstr "Teeman asetukset päivitetty." + +#: mod/admin.php:179 src/Content/Nav.php:174 +msgid "Information" +msgstr "Tietoja" + +#: mod/admin.php:180 +msgid "Overview" +msgstr "Yleiskatsaus" + +#: mod/admin.php:181 mod/admin.php:718 +msgid "Federation Statistics" +msgstr "Liiton tilastotiedot" + +#: mod/admin.php:182 +msgid "Configuration" +msgstr "Kokoonpano" + +#: mod/admin.php:183 mod/admin.php:1345 +msgid "Site" +msgstr "Sivusto" + +#: mod/admin.php:184 mod/admin.php:1273 mod/admin.php:1788 mod/admin.php:1804 +msgid "Users" +msgstr "Käyttäjät" + +#: mod/admin.php:185 mod/admin.php:1904 mod/admin.php:1964 mod/settings.php:86 +msgid "Addons" +msgstr "Lisäosat" + +#: mod/admin.php:186 mod/admin.php:2173 mod/admin.php:2217 +msgid "Themes" +msgstr "Teemat" + +#: mod/admin.php:187 mod/settings.php:64 +msgid "Additional features" +msgstr "Lisäominaisuuksia" + +#: mod/admin.php:189 +msgid "Database" +msgstr "Tietokanta" + +#: mod/admin.php:190 +msgid "DB updates" +msgstr "Tietokannan päivitykset" + +#: mod/admin.php:191 mod/admin.php:753 +msgid "Inspect Queue" +msgstr "Tarkista jono" + +#: mod/admin.php:192 +msgid "Tools" +msgstr "Työkalut" + +#: mod/admin.php:193 +msgid "Contact Blocklist" +msgstr "Kontaktien estolista" + +#: mod/admin.php:194 mod/admin.php:362 +msgid "Server Blocklist" +msgstr "Palvelimien estolista" + +#: mod/admin.php:195 mod/admin.php:521 +msgid "Delete Item" +msgstr "Poista kohde" + +#: mod/admin.php:196 mod/admin.php:197 mod/admin.php:2291 +msgid "Logs" +msgstr "Lokit" + +#: mod/admin.php:198 mod/admin.php:2358 +msgid "View Logs" +msgstr "Katso lokit" + +#: mod/admin.php:200 +msgid "Diagnostics" +msgstr "Diagnostiikka" + +#: mod/admin.php:201 +msgid "PHP Info" +msgstr "PHP tietoja" + +#: mod/admin.php:202 +msgid "probe address" +msgstr "" + +#: mod/admin.php:203 +msgid "check webfinger" +msgstr "Tarkista webfinger" + +#: mod/admin.php:222 src/Content/Nav.php:217 +msgid "Admin" +msgstr "Ylläpitäjä" + +#: mod/admin.php:223 +msgid "Addon Features" +msgstr "Lisäosaominaisuudet" + +#: mod/admin.php:224 +msgid "User registrations waiting for confirmation" +msgstr "" + +#: mod/admin.php:301 mod/admin.php:361 mod/admin.php:478 mod/admin.php:520 +#: mod/admin.php:717 mod/admin.php:752 mod/admin.php:848 mod/admin.php:1344 +#: mod/admin.php:1787 mod/admin.php:1903 mod/admin.php:1963 mod/admin.php:2172 +#: mod/admin.php:2216 mod/admin.php:2290 mod/admin.php:2357 +msgid "Administration" +msgstr "Ylläpito" + +#: mod/admin.php:303 +msgid "Display Terms of Service" +msgstr "Näytä käyttöehdot" + +#: mod/admin.php:303 +msgid "" +"Enable the Terms of Service page. If this is enabled a link to the terms " +"will be added to the registration form and the general information page." +msgstr "" + +#: mod/admin.php:304 +msgid "Display Privacy Statement" +msgstr "Näytä tietosuojalausunto" + +#: mod/admin.php:304 +#, php-format +msgid "" +"Show some informations regarding the needed information to operate the node " +"according e.g. to EU-GDPR." +msgstr "" + +#: mod/admin.php:305 +msgid "The Terms of Service" +msgstr "Käyttöehdot" + +#: mod/admin.php:305 +msgid "" +"Enter the Terms of Service for your node here. You can use BBCode. Headers " +"of sections should be [h2] and below." +msgstr "" + +#: mod/admin.php:353 +msgid "The blocked domain" +msgstr "Estetty verkkotunnus" + +#: mod/admin.php:354 mod/admin.php:367 +msgid "The reason why you blocked this domain." +msgstr "Verkkotunnuksen estosyy." + +#: mod/admin.php:355 +msgid "Delete domain" +msgstr "Poista verkkotunnus" + +#: mod/admin.php:355 +msgid "Check to delete this entry from the blocklist" +msgstr "" + +#: mod/admin.php:363 +msgid "" +"This page can be used to define a black list of servers from the federated " +"network that are not allowed to interact with your node. For all entered " +"domains you should also give a reason why you have blocked the remote " +"server." +msgstr "" + +#: mod/admin.php:364 +msgid "" +"The list of blocked servers will be made publically available on the " +"/friendica page so that your users and people investigating communication " +"problems can find the reason easily." +msgstr "" + +#: mod/admin.php:365 +msgid "Add new entry to block list" +msgstr "" + +#: mod/admin.php:366 +msgid "Server Domain" +msgstr "Palvelimen verkkotunnus" + +#: mod/admin.php:366 +msgid "" +"The domain of the new server to add to the block list. Do not include the " +"protocol." +msgstr "" + +#: mod/admin.php:367 +msgid "Block reason" +msgstr "Estosyy" + +#: mod/admin.php:368 +msgid "Add Entry" +msgstr "Lisää merkintä" + +#: mod/admin.php:369 +msgid "Save changes to the blocklist" +msgstr "Tallenna muutoksia estolistaan" + +#: mod/admin.php:370 +msgid "Current Entries in the Blocklist" +msgstr "" + +#: mod/admin.php:373 +msgid "Delete entry from blocklist" +msgstr "" + +#: mod/admin.php:376 +msgid "Delete entry from blocklist?" +msgstr "" + +#: mod/admin.php:402 +msgid "Server added to blocklist." +msgstr "Palvelin lisätty estolistalle" + +#: mod/admin.php:418 +msgid "Site blocklist updated." +msgstr "Sivuston estolista päivitetty." + +#: mod/admin.php:441 src/Core/Console/GlobalCommunityBlock.php:72 +msgid "The contact has been blocked from the node" +msgstr "" + +#: mod/admin.php:443 src/Core/Console/GlobalCommunityBlock.php:69 +#, php-format +msgid "Could not find any contact entry for this URL (%s)" +msgstr "" + +#: mod/admin.php:450 +#, php-format +msgid "%s contact unblocked" +msgid_plural "%s contacts unblocked" +msgstr[0] "%s kontakti poistettu estolistalta" +msgstr[1] "%s kontaktia poistettu estolistalta" + +#: mod/admin.php:479 +msgid "Remote Contact Blocklist" +msgstr "" + +#: mod/admin.php:480 +msgid "" +"This page allows you to prevent any message from a remote contact to reach " +"your node." +msgstr "" + +#: mod/admin.php:481 +msgid "Block Remote Contact" +msgstr "" + +#: mod/admin.php:482 mod/admin.php:1790 +msgid "select all" +msgstr "valitse kaikki" + +#: mod/admin.php:483 +msgid "select none" +msgstr "älä valitse mitään" + +#: mod/admin.php:486 +msgid "No remote contact is blocked from this node." +msgstr "" + +#: mod/admin.php:488 +msgid "Blocked Remote Contacts" +msgstr "" + +#: mod/admin.php:489 +msgid "Block New Remote Contact" +msgstr "" + +#: mod/admin.php:490 +msgid "Photo" +msgstr "Kuva" + +#: mod/admin.php:498 +#, php-format +msgid "%s total blocked contact" +msgid_plural "%s total blocked contacts" +msgstr[0] "" +msgstr[1] "" + +#: mod/admin.php:500 +msgid "URL of the remote contact to block." +msgstr "" + +#: mod/admin.php:522 +msgid "Delete this Item" +msgstr "Poista tämä kohde" + +#: mod/admin.php:523 +msgid "" +"On this page you can delete an item from your node. If the item is a top " +"level posting, the entire thread will be deleted." +msgstr "" + +#: mod/admin.php:524 +msgid "" +"You need to know the GUID of the item. You can find it e.g. by looking at " +"the display URL. The last part of http://example.com/display/123456 is the " +"GUID, here 123456." +msgstr "" + +#: mod/admin.php:525 +msgid "GUID" +msgstr "GUID" + +#: mod/admin.php:525 +msgid "The GUID of the item you want to delete." +msgstr "" + +#: mod/admin.php:564 +msgid "Item marked for deletion." +msgstr "Kohde merkitty poistettavaksi." + +#: mod/admin.php:635 +msgid "unknown" +msgstr "tuntematon" + +#: mod/admin.php:711 +msgid "" +"This page offers you some numbers to the known part of the federated social " +"network your Friendica node is part of. These numbers are not complete but " +"only reflect the part of the network your node is aware of." +msgstr "" + +#: mod/admin.php:712 +msgid "" +"The Auto Discovered Contact Directory feature is not enabled, it " +"will improve the data displayed here." +msgstr "" + +#: mod/admin.php:724 +#, php-format +msgid "" +"Currently this node is aware of %d nodes with %d registered users from the " +"following platforms:" +msgstr "" + +#: mod/admin.php:755 +msgid "ID" +msgstr "" + +#: mod/admin.php:756 +msgid "Recipient Name" +msgstr "Vastaanottajan nimi" + +#: mod/admin.php:757 +msgid "Recipient Profile" +msgstr "Vastaanottajan profiili" + +#: mod/admin.php:758 src/Core/NotificationsManager.php:178 +#: src/Content/Nav.php:178 view/theme/frio/theme.php:266 +msgid "Network" +msgstr "Verkko" + +#: mod/admin.php:759 +msgid "Created" +msgstr "Luotu" + +#: mod/admin.php:760 +msgid "Last Tried" +msgstr "Viimeksi yritetty" + +#: mod/admin.php:761 +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:785 +#, php-format +msgid "" +"Your DB still runs with MyISAM tables. You should change the engine type to " +"InnoDB. As Friendica will use InnoDB only features in the future, you should" +" change this! See here for a guide that may be helpful " +"converting the table engines. You may also use the command php " +"bin/console.php dbstructure toinnodb of your Friendica installation for" +" an automatic conversion.
    " +msgstr "" + +#: mod/admin.php:792 +#, php-format +msgid "" +"There is a new version of Friendica available for download. Your current " +"version is %1$s, upstream version is %2$s" +msgstr "" + +#: mod/admin.php:802 +msgid "" +"The database update failed. Please run \"php bin/console.php dbstructure " +"update\" from the command line and have a look at the errors that might " +"appear." +msgstr "" + +#: mod/admin.php:808 +msgid "The worker was never executed. Please check your database structure!" +msgstr "" + +#: mod/admin.php:811 +#, php-format +msgid "" +"The last worker execution was on %s UTC. This is older than one hour. Please" +" check your crontab settings." +msgstr "" + +#: mod/admin.php:816 mod/admin.php:1739 +msgid "Normal Account" +msgstr "Perustili" + +#: mod/admin.php:817 mod/admin.php:1740 +msgid "Automatic Follower Account" +msgstr "" + +#: mod/admin.php:818 mod/admin.php:1741 +msgid "Public Forum Account" +msgstr "Julkinen foorumitili" + +#: mod/admin.php:819 mod/admin.php:1742 +msgid "Automatic Friend Account" +msgstr "" + +#: mod/admin.php:820 +msgid "Blog Account" +msgstr "Blogitili" + +#: mod/admin.php:821 +msgid "Private Forum Account" +msgstr "Yksityinen foorumitili" + +#: mod/admin.php:843 +msgid "Message queues" +msgstr "Viestijonot" + +#: mod/admin.php:849 +msgid "Summary" +msgstr "Yhteenveto" + +#: mod/admin.php:851 +msgid "Registered users" +msgstr "Rekisteröityneet käyttäjät" + +#: mod/admin.php:853 +msgid "Pending registrations" +msgstr "" + +#: mod/admin.php:854 +msgid "Version" +msgstr "Versio" + +#: mod/admin.php:859 +msgid "Active addons" +msgstr "Käytössäolevat lisäosat" + +#: mod/admin.php:890 +msgid "Can not parse base url. Must have at least ://" +msgstr "" + +#: mod/admin.php:1209 +msgid "Site settings updated." +msgstr "Sivuston asetukset päivitettiin." + +#: mod/admin.php:1236 mod/settings.php:905 +msgid "No special theme for mobile devices" +msgstr "Ei mobiiliteemaa" + +#: mod/admin.php:1265 +msgid "No community page" +msgstr "Ei yhteisösivua" + +#: mod/admin.php:1266 +msgid "Public postings from users of this site" +msgstr "" + +#: mod/admin.php:1267 +msgid "Public postings from the federated network" +msgstr "" + +#: mod/admin.php:1268 +msgid "Public postings from local users and the federated network" +msgstr "" + +#: mod/admin.php:1274 +msgid "Users, Global Contacts" +msgstr "Käyttäjät, maailmanlaajuiset kontaktit" + +#: mod/admin.php:1275 +msgid "Users, Global Contacts/fallback" +msgstr "" + +#: mod/admin.php:1279 +msgid "One month" +msgstr "Yksi kuukausi" + +#: mod/admin.php:1280 +msgid "Three months" +msgstr "Kolme kuukautta" + +#: mod/admin.php:1281 +msgid "Half a year" +msgstr "Puoli vuotta" + +#: mod/admin.php:1282 +msgid "One year" +msgstr "Yksi vuosi" + +#: mod/admin.php:1287 +msgid "Multi user instance" +msgstr "" + +#: mod/admin.php:1310 +msgid "Closed" +msgstr "Suljettu" + +#: mod/admin.php:1311 +msgid "Requires approval" +msgstr "Edellyttää hyväksyntää" + +#: mod/admin.php:1312 +msgid "Open" +msgstr "Avoin" + +#: mod/admin.php:1316 +msgid "No SSL policy, links will track page SSL state" +msgstr "" + +#: mod/admin.php:1317 +msgid "Force all links to use SSL" +msgstr "" + +#: mod/admin.php:1318 +msgid "Self-signed certificate, use SSL for local links only (discouraged)" +msgstr "" + +#: mod/admin.php:1322 +msgid "Don't check" +msgstr "Älä tarkista" + +#: mod/admin.php:1323 +msgid "check the stable version" +msgstr "" + +#: mod/admin.php:1324 +msgid "check the development version" +msgstr "" + +#: mod/admin.php:1347 +msgid "Republish users to directory" +msgstr "" + +#: mod/admin.php:1349 +msgid "File upload" +msgstr "Tiedoston lataus" + +#: mod/admin.php:1350 +msgid "Policies" +msgstr "Käytännöt" + +#: mod/admin.php:1352 +msgid "Auto Discovered Contact Directory" +msgstr "" + +#: mod/admin.php:1353 +msgid "Performance" +msgstr "Suoritus" + +#: mod/admin.php:1354 +msgid "Worker" +msgstr "Worker" + +#: mod/admin.php:1355 +msgid "Message Relay" +msgstr "" + +#: mod/admin.php:1356 +msgid "" +"Relocate - WARNING: advanced function. Could make this server unreachable." +msgstr "" + +#: mod/admin.php:1359 +msgid "Site name" +msgstr "Sivuston nimi" + +#: mod/admin.php:1360 +msgid "Host name" +msgstr "Palvelimen nimi" + +#: mod/admin.php:1361 +msgid "Sender Email" +msgstr "Lähettäjän sähköposti" + +#: mod/admin.php:1361 +msgid "" +"The email address your server shall use to send notification emails from." +msgstr "" + +#: mod/admin.php:1362 +msgid "Banner/Logo" +msgstr "Banneri/logo" + +#: mod/admin.php:1363 +msgid "Shortcut icon" +msgstr "Pikakuvake" + +#: mod/admin.php:1363 +msgid "Link to an icon that will be used for browsers." +msgstr "" + +#: mod/admin.php:1364 +msgid "Touch icon" +msgstr "" + +#: mod/admin.php:1364 +msgid "Link to an icon that will be used for tablets and mobiles." +msgstr "" + +#: mod/admin.php:1365 +msgid "Additional Info" +msgstr "Lisätietoja" + +#: mod/admin.php:1365 +#, php-format +msgid "" +"For public servers: you can add additional information here that will be " +"listed at %s/servers." +msgstr "" + +#: mod/admin.php:1366 +msgid "System language" +msgstr "Järjestelmän kieli" + +#: mod/admin.php:1367 +msgid "System theme" +msgstr "Järjestelmäteema" + +#: mod/admin.php:1367 +msgid "" +"Default system theme - may be over-ridden by user profiles - change theme settings" +msgstr "" + +#: mod/admin.php:1368 +msgid "Mobile system theme" +msgstr "Mobiili järjestelmäteema" + +#: mod/admin.php:1368 +msgid "Theme for mobile devices" +msgstr "Mobiiliteema" + +#: mod/admin.php:1369 +msgid "SSL link policy" +msgstr "" + +#: mod/admin.php:1369 +msgid "Determines whether generated links should be forced to use SSL" +msgstr "" + +#: mod/admin.php:1370 +msgid "Force SSL" +msgstr "" + +#: mod/admin.php:1370 +msgid "" +"Force all Non-SSL requests to SSL - Attention: on some systems it could lead" +" to endless loops." +msgstr "" + +#: mod/admin.php:1371 +msgid "Hide help entry from navigation menu" +msgstr "" + +#: mod/admin.php:1371 +msgid "" +"Hides the menu entry for the Help pages from the navigation menu. You can " +"still access it calling /help directly." +msgstr "" + +#: mod/admin.php:1372 +msgid "Single user instance" +msgstr "" + +#: mod/admin.php:1372 +msgid "Make this instance multi-user or single-user for the named user" +msgstr "" + +#: mod/admin.php:1373 +msgid "Maximum image size" +msgstr "Suurin kuvakoko" + +#: mod/admin.php:1373 +msgid "" +"Maximum size in bytes of uploaded images. Default is 0, which means no " +"limits." +msgstr "" + +#: mod/admin.php:1374 +msgid "Maximum image length" +msgstr "Suurin kuvapituus" + +#: mod/admin.php:1374 +msgid "" +"Maximum length in pixels of the longest side of uploaded images. Default is " +"-1, which means no limits." +msgstr "" + +#: mod/admin.php:1375 +msgid "JPEG image quality" +msgstr "JPEG-kuvanlaatu" + +#: mod/admin.php:1375 +msgid "" +"Uploaded JPEGS will be saved at this quality setting [0-100]. Default is " +"100, which is full quality." +msgstr "" + +#: mod/admin.php:1377 +msgid "Register policy" +msgstr "" + +#: mod/admin.php:1378 +msgid "Maximum Daily Registrations" +msgstr "" + +#: mod/admin.php:1378 +msgid "" +"If registration is permitted above, this sets the maximum number of new user" +" registrations to accept per day. If register is set to closed, this " +"setting has no effect." +msgstr "" + +#: mod/admin.php:1379 +msgid "Register text" +msgstr "" + +#: mod/admin.php:1379 +msgid "" +"Will be displayed prominently on the registration page. You can use BBCode " +"here." +msgstr "" + +#: mod/admin.php:1380 +msgid "Accounts abandoned after x days" +msgstr "" + +#: mod/admin.php:1380 +msgid "" +"Will not waste system resources polling external sites for abandonded " +"accounts. Enter 0 for no time limit." +msgstr "" + +#: mod/admin.php:1381 +msgid "Allowed friend domains" +msgstr "Sallittuja kaveri-verkkotunnuksia" + +#: mod/admin.php:1381 +msgid "" +"Comma separated list of domains which are allowed to establish friendships " +"with this site. Wildcards are accepted. Empty to allow any domains" +msgstr "" + +#: mod/admin.php:1382 +msgid "Allowed email domains" +msgstr "Sallittuja sähköposti-verkkotunnuksia" + +#: mod/admin.php:1382 +msgid "" +"Comma separated list of domains which are allowed in email addresses for " +"registrations to this site. Wildcards are accepted. Empty to allow any " +"domains" +msgstr "" + +#: mod/admin.php:1383 +msgid "No OEmbed rich content" +msgstr "" + +#: mod/admin.php:1383 +msgid "" +"Don't show the rich content (e.g. embedded PDF), except from the domains " +"listed below." +msgstr "" + +#: mod/admin.php:1384 +msgid "Allowed OEmbed domains" +msgstr "Sallittuja OEmbed -verkkotunnuksia" + +#: mod/admin.php:1384 +msgid "" +"Comma separated list of domains which oembed content is allowed to be " +"displayed. Wildcards are accepted." +msgstr "" + +#: mod/admin.php:1385 +msgid "Block public" +msgstr "" + +#: mod/admin.php:1385 +msgid "" +"Check to block public access to all otherwise public personal pages on this " +"site unless you are currently logged in." +msgstr "" + +#: mod/admin.php:1386 +msgid "Force publish" +msgstr "" + +#: mod/admin.php:1386 +msgid "" +"Check to force all profiles on this site to be listed in the site directory." +msgstr "" + +#: mod/admin.php:1387 +msgid "Global directory URL" +msgstr "Maailmanlaajuisen hakemiston URL-osoite" + +#: mod/admin.php:1387 +msgid "" +"URL to the global directory. If this is not set, the global directory is " +"completely unavailable to the application." +msgstr "" + +#: mod/admin.php:1388 +msgid "Private posts by default for new users" +msgstr "" + +#: mod/admin.php:1388 +msgid "" +"Set default post permissions for all new members to the default privacy " +"group rather than public." +msgstr "" + +#: mod/admin.php:1389 +msgid "Don't include post content in email notifications" +msgstr "" + +#: mod/admin.php:1389 +msgid "" +"Don't include the content of a post/comment/private message/etc. in the " +"email notifications that are sent out from this site, as a privacy measure." +msgstr "" + +#: mod/admin.php:1390 +msgid "Disallow public access to addons listed in the apps menu." +msgstr "" + +#: mod/admin.php:1390 +msgid "" +"Checking this box will restrict addons listed in the apps menu to members " +"only." +msgstr "" + +#: mod/admin.php:1391 +msgid "Don't embed private images in posts" +msgstr "" + +#: mod/admin.php:1391 +msgid "" +"Don't replace locally-hosted private photos in posts with an embedded copy " +"of the image. This means that contacts who receive posts containing private " +"photos will have to authenticate and load each image, which may take a " +"while." +msgstr "" + +#: mod/admin.php:1392 +msgid "Allow Users to set remote_self" +msgstr "" + +#: mod/admin.php:1392 +msgid "" +"With checking this, every user is allowed to mark every contact as a " +"remote_self in the repair contact dialog. Setting this flag on a contact " +"causes mirroring every posting of that contact in the users stream." +msgstr "" + +#: mod/admin.php:1393 +msgid "Block multiple registrations" +msgstr "" + +#: mod/admin.php:1393 +msgid "Disallow users to register additional accounts for use as pages." +msgstr "" + +#: mod/admin.php:1394 +msgid "OpenID support" +msgstr "OpenID-tuki" + +#: mod/admin.php:1394 +msgid "OpenID support for registration and logins." +msgstr "OpenID-tuki rekisteröitymiseen ja kirjautumiseen" + +#: mod/admin.php:1395 +msgid "Fullname check" +msgstr "" + +#: mod/admin.php:1395 +msgid "" +"Force users to register with a space between firstname and lastname in Full " +"name, as an antispam measure" +msgstr "" + +#: mod/admin.php:1396 +msgid "Community pages for visitors" +msgstr "" + +#: mod/admin.php:1396 +msgid "" +"Which community pages should be available for visitors. Local users always " +"see both pages." +msgstr "" + +#: mod/admin.php:1397 +msgid "Posts per user on community page" +msgstr "" + +#: mod/admin.php:1397 +msgid "" +"The maximum number of posts per user on the community page. (Not valid for " +"'Global Community')" +msgstr "" + +#: mod/admin.php:1398 +msgid "Enable OStatus support" +msgstr "Salli OStatus-tuki" + +#: mod/admin.php:1398 +msgid "" +"Provide built-in OStatus (StatusNet, GNU Social etc.) compatibility. All " +"communications in OStatus are public, so privacy warnings will be " +"occasionally displayed." +msgstr "" + +#: mod/admin.php:1399 +msgid "Only import OStatus threads from our contacts" +msgstr "Ainoastaan tuo OStatus -ketjuja kontakteiltamme" + +#: mod/admin.php:1399 +msgid "" +"Normally we import every content from our OStatus contacts. With this option" +" we only store threads that are started by a contact that is known on our " +"system." +msgstr "" + +#: mod/admin.php:1400 +msgid "OStatus support can only be enabled if threading is enabled." +msgstr "" + +#: mod/admin.php:1402 +msgid "" +"Diaspora support can't be enabled because Friendica was installed into a sub" +" directory." +msgstr "" + +#: mod/admin.php:1403 +msgid "Enable Diaspora support" +msgstr "Salli Diaspora-tuki" + +#: mod/admin.php:1403 +msgid "Provide built-in Diaspora network compatibility." +msgstr "Ota käyttöön Diaspora-yhteensopivuus" + +#: mod/admin.php:1404 +msgid "Only allow Friendica contacts" +msgstr "Salli ainoastaan Friendica -kontakteja" + +#: mod/admin.php:1404 +msgid "" +"All contacts must use Friendica protocols. All other built-in communication " +"protocols disabled." +msgstr "Kaikkien kontaktien on käytettävä Friendica-protokollaa. Kaikki muut protokollat poistetaan käytöstä." + +#: mod/admin.php:1405 +msgid "Verify SSL" +msgstr "Vahvista SSL" + +#: mod/admin.php:1405 +msgid "" +"If you wish, you can turn on strict certificate checking. This will mean you" +" cannot connect (at all) to self-signed SSL sites." +msgstr "" + +#: mod/admin.php:1406 +msgid "Proxy user" +msgstr "Välityspalvelimen käyttäjä" + +#: mod/admin.php:1407 +msgid "Proxy URL" +msgstr "Välityspalvelimen osoite" + +#: mod/admin.php:1408 +msgid "Network timeout" +msgstr "Verkon aikakatkaisu" + +#: mod/admin.php:1408 +msgid "Value is in seconds. Set to 0 for unlimited (not recommended)." +msgstr "" + +#: mod/admin.php:1409 +msgid "Maximum Load Average" +msgstr "" + +#: mod/admin.php:1409 +msgid "" +"Maximum system load before delivery and poll processes are deferred - " +"default 50." +msgstr "" + +#: mod/admin.php:1410 +msgid "Maximum Load Average (Frontend)" +msgstr "" + +#: mod/admin.php:1410 +msgid "Maximum system load before the frontend quits service - default 50." +msgstr "" + +#: mod/admin.php:1411 +msgid "Minimal Memory" +msgstr "" + +#: mod/admin.php:1411 +msgid "" +"Minimal free memory in MB for the worker. Needs access to /proc/meminfo - " +"default 0 (deactivated)." +msgstr "" + +#: mod/admin.php:1412 +msgid "Maximum table size for optimization" +msgstr "" + +#: mod/admin.php:1412 +msgid "" +"Maximum table size (in MB) for the automatic optimization - default 100 MB. " +"Enter -1 to disable it." +msgstr "" + +#: mod/admin.php:1413 +msgid "Minimum level of fragmentation" +msgstr "" + +#: mod/admin.php:1413 +msgid "" +"Minimum fragmenation level to start the automatic optimization - default " +"value is 30%." +msgstr "" + +#: mod/admin.php:1415 +msgid "Periodical check of global contacts" +msgstr "" + +#: mod/admin.php:1415 +msgid "" +"If enabled, the global contacts are checked periodically for missing or " +"outdated data and the vitality of the contacts and servers." +msgstr "" + +#: mod/admin.php:1416 +msgid "Days between requery" +msgstr "" + +#: mod/admin.php:1416 +msgid "Number of days after which a server is requeried for his contacts." +msgstr "" + +#: mod/admin.php:1417 +msgid "Discover contacts from other servers" +msgstr "" + +#: mod/admin.php:1417 +msgid "" +"Periodically query other servers for contacts. You can choose between " +"'users': the users on the remote system, 'Global Contacts': active contacts " +"that are known on the system. The fallback is meant for Redmatrix servers " +"and older friendica servers, where global contacts weren't available. The " +"fallback increases the server load, so the recommened setting is 'Users, " +"Global Contacts'." +msgstr "" + +#: mod/admin.php:1418 +msgid "Timeframe for fetching global contacts" +msgstr "" + +#: mod/admin.php:1418 +msgid "" +"When the discovery is activated, this value defines the timeframe for the " +"activity of the global contacts that are fetched from other servers." +msgstr "" + +#: mod/admin.php:1419 +msgid "Search the local directory" +msgstr "Paikallisluettelohaku" + +#: mod/admin.php:1419 +msgid "" +"Search the local directory instead of the global directory. When searching " +"locally, every search will be executed on the global directory in the " +"background. This improves the search results when the search is repeated." +msgstr "" + +#: mod/admin.php:1421 +msgid "Publish server information" +msgstr "Julkaise palvelintiedot" + +#: mod/admin.php:1421 +msgid "" +"If enabled, general server and usage data will be published. The data " +"contains the name and version of the server, number of users with public " +"profiles, number of posts and the activated protocols and connectors. See the-federation.info for details." +msgstr "" + +#: mod/admin.php:1423 +msgid "Check upstream version" +msgstr "" + +#: mod/admin.php:1423 +msgid "" +"Enables checking for new Friendica versions at github. If there is a new " +"version, you will be informed in the admin panel overview." +msgstr "" + +#: mod/admin.php:1424 +msgid "Suppress Tags" +msgstr "" + +#: mod/admin.php:1424 +msgid "Suppress showing a list of hashtags at the end of the posting." +msgstr "" + +#: mod/admin.php:1425 +msgid "Path to item cache" +msgstr "" + +#: mod/admin.php:1425 +msgid "The item caches buffers generated bbcode and external images." +msgstr "" + +#: mod/admin.php:1426 +msgid "Cache duration in seconds" +msgstr "" + +#: mod/admin.php:1426 +msgid "" +"How long should the cache files be hold? Default value is 86400 seconds (One" +" day). To disable the item cache, set the value to -1." +msgstr "" + +#: mod/admin.php:1427 +msgid "Maximum numbers of comments per post" +msgstr "" + +#: mod/admin.php:1427 +msgid "How much comments should be shown for each post? Default value is 100." +msgstr "" + +#: mod/admin.php:1428 +msgid "Temp path" +msgstr "" + +#: mod/admin.php:1428 +msgid "" +"If you have a restricted system where the webserver can't access the system " +"temp path, enter another path here." +msgstr "" + +#: mod/admin.php:1429 +msgid "Base path to installation" +msgstr "" + +#: mod/admin.php:1429 +msgid "" +"If the system cannot detect the correct path to your installation, enter the" +" correct path here. This setting should only be set if you are using a " +"restricted system and symbolic links to your webroot." +msgstr "" + +#: mod/admin.php:1430 +msgid "Disable picture proxy" +msgstr "" + +#: mod/admin.php:1430 +msgid "" +"The picture proxy increases performance and privacy. It shouldn't be used on" +" systems with very low bandwith." +msgstr "" + +#: mod/admin.php:1431 +msgid "Only search in tags" +msgstr "" + +#: mod/admin.php:1431 +msgid "On large systems the text search can slow down the system extremely." +msgstr "" + +#: mod/admin.php:1433 +msgid "New base url" +msgstr "" + +#: mod/admin.php:1433 +msgid "" +"Change base url for this server. Sends relocate message to all Friendica and" +" Diaspora* contacts of all users." +msgstr "" + +#: mod/admin.php:1435 +msgid "RINO Encryption" +msgstr "RINO-salaus" + +#: mod/admin.php:1435 +msgid "Encryption layer between nodes." +msgstr "" + +#: mod/admin.php:1435 +msgid "Enabled" +msgstr "Käytössä" + +#: mod/admin.php:1437 +msgid "Maximum number of parallel workers" +msgstr "" + +#: mod/admin.php:1437 +msgid "" +"On shared hosters set this to 2. On larger systems, values of 10 are great. " +"Default value is 4." +msgstr "" + +#: mod/admin.php:1438 +msgid "Don't use 'proc_open' with the worker" +msgstr "" + +#: mod/admin.php:1438 +msgid "" +"Enable this if your system doesn't allow the use of 'proc_open'. This can " +"happen on shared hosters. If this is enabled you should increase the " +"frequency of worker calls in your crontab." +msgstr "" + +#: mod/admin.php:1439 +msgid "Enable fastlane" +msgstr "Käytä fastlane" + +#: mod/admin.php:1439 +msgid "" +"When enabed, the fastlane mechanism starts an additional worker if processes" +" with higher priority are blocked by processes of lower priority." +msgstr "" + +#: mod/admin.php:1440 +msgid "Enable frontend worker" +msgstr "" + +#: mod/admin.php:1440 +#, php-format +msgid "" +"When enabled the Worker process is triggered when backend access is " +"performed \\x28e.g. messages being delivered\\x29. On smaller sites you " +"might want to call %s/worker on a regular basis via an external cron job. " +"You should only enable this option if you cannot utilize cron/scheduled jobs" +" on your server." +msgstr "" + +#: mod/admin.php:1442 +msgid "Subscribe to relay" +msgstr "" + +#: mod/admin.php:1442 +msgid "" +"Enables the receiving of public posts from the relay. They will be included " +"in the search, subscribed tags and on the global community page." +msgstr "" + +#: mod/admin.php:1443 +msgid "Relay server" +msgstr "" + +#: mod/admin.php:1443 +msgid "" +"Address of the relay server where public posts should be send to. For " +"example https://relay.diasp.org" +msgstr "" + +#: mod/admin.php:1444 +msgid "Direct relay transfer" +msgstr "" + +#: mod/admin.php:1444 +msgid "" +"Enables the direct transfer to other servers without using the relay servers" +msgstr "" + +#: mod/admin.php:1445 +msgid "Relay scope" +msgstr "" + +#: mod/admin.php:1445 +msgid "" +"Can be 'all' or 'tags'. 'all' means that every public post should be " +"received. 'tags' means that only posts with selected tags should be " +"received." +msgstr "" + +#: mod/admin.php:1445 +msgid "all" +msgstr "kaikki" + +#: mod/admin.php:1445 +msgid "tags" +msgstr "tunnisteet" + +#: mod/admin.php:1446 +msgid "Server tags" +msgstr "palvelintunnisteet" + +#: mod/admin.php:1446 +msgid "Comma separated list of tags for the 'tags' subscription." +msgstr "" + +#: mod/admin.php:1447 +msgid "Allow user tags" +msgstr "Salli käyttäjien tunnisteet" + +#: mod/admin.php:1447 +msgid "" +"If enabled, the tags from the saved searches will used for the 'tags' " +"subscription in addition to the 'relay_server_tags'." +msgstr "" + +#: mod/admin.php:1475 +msgid "Update has been marked successful" +msgstr "" + +#: mod/admin.php:1482 +#, php-format +msgid "Database structure update %s was successfully applied." +msgstr "" + +#: mod/admin.php:1485 +#, php-format +msgid "Executing of database structure update %s failed with error: %s" +msgstr "" + +#: mod/admin.php:1498 +#, php-format +msgid "Executing %s failed with error: %s" +msgstr "" + +#: mod/admin.php:1500 +#, php-format +msgid "Update %s was successfully applied." +msgstr "" + +#: mod/admin.php:1503 +#, php-format +msgid "Update %s did not return a status. Unknown if it succeeded." +msgstr "" + +#: mod/admin.php:1506 +#, php-format +msgid "There was no additional update function %s that needed to be called." +msgstr "" + +#: mod/admin.php:1526 +msgid "No failed updates." +msgstr "Ei epäonnistuineita päivityksiä." + +#: mod/admin.php:1527 +msgid "Check database structure" +msgstr "Tarkista tietokannan rakenne" + +#: mod/admin.php:1532 +msgid "Failed Updates" +msgstr "Epäonnistuineita päivityksiä" + +#: mod/admin.php:1533 +msgid "" +"This does not include updates prior to 1139, which did not return a status." +msgstr "" + +#: mod/admin.php:1534 +msgid "Mark success (if update was manually applied)" +msgstr "" + +#: mod/admin.php:1535 +msgid "Attempt to execute this update step automatically" +msgstr "" + +#: mod/admin.php:1574 +#, php-format +msgid "" +"\n" +"\t\t\tDear %1$s,\n" +"\t\t\t\tthe administrator of %2$s has set up an account for you." +msgstr "" + +#: mod/admin.php:1577 +#, php-format +msgid "" +"\n" +"\t\t\tThe login details are as follows:\n" +"\n" +"\t\t\tSite Location:\t%1$s\n" +"\t\t\tLogin Name:\t\t%2$s\n" +"\t\t\tPassword:\t\t%3$s\n" +"\n" +"\t\t\tYou may change your password from your account \"Settings\" page after logging\n" +"\t\t\tin.\n" +"\n" +"\t\t\tPlease take a few moments to review the other account settings on that page.\n" +"\n" +"\t\t\tYou may also wish to add some basic information to your default profile\n" +"\t\t\t(on the \"Profiles\" page) so that other people can easily find you.\n" +"\n" +"\t\t\tWe recommend setting your full name, adding a profile photo,\n" +"\t\t\tadding some profile \"keywords\" (very useful in making new friends) - and\n" +"\t\t\tperhaps what country you live in; if you do not wish to be more specific\n" +"\t\t\tthan that.\n" +"\n" +"\t\t\tWe fully respect your right to privacy, and none of these items are necessary.\n" +"\t\t\tIf you are new and do not know anybody here, they may help\n" +"\t\t\tyou to make some new and interesting friends.\n" +"\n" +"\t\t\tIf you ever want to delete your account, you can do so at %1$s/removeme\n" +"\n" +"\t\t\tThank you and welcome to %4$s." +msgstr "" + +#: mod/admin.php:1611 src/Model/User.php:649 +#, php-format +msgid "Registration details for %s" +msgstr "" + +#: mod/admin.php:1621 +#, php-format +msgid "%s user blocked/unblocked" +msgid_plural "%s users blocked/unblocked" +msgstr[0] "" +msgstr[1] "" + +#: mod/admin.php:1627 +#, php-format +msgid "%s user deleted" +msgid_plural "%s users deleted" +msgstr[0] "%s käyttäjä poistettu" +msgstr[1] "%s käyttäjää poistettu" + +#: mod/admin.php:1674 +#, php-format +msgid "User '%s' deleted" +msgstr "Käyttäjä '%s' poistettu" + +#: mod/admin.php:1682 +#, php-format +msgid "User '%s' unblocked" +msgstr "Käyttäjä '%s' poistettu estolistalta" + +#: mod/admin.php:1682 +#, php-format +msgid "User '%s' blocked" +msgstr "Käyttäjä '%s' estetty" + +#: mod/admin.php:1781 mod/admin.php:1793 mod/admin.php:1806 mod/admin.php:1824 +#: src/Content/ContactSelector.php:82 +msgid "Email" +msgstr "Sähköposti" + +#: mod/admin.php:1781 mod/admin.php:1806 +msgid "Register date" +msgstr "Rekisteripäivämäärä" + +#: mod/admin.php:1781 mod/admin.php:1806 +msgid "Last login" +msgstr "Viimeisin kirjautuminen" + +#: mod/admin.php:1781 mod/admin.php:1806 +msgid "Last item" +msgstr "Viimeisin kohde" + +#: mod/admin.php:1781 mod/settings.php:55 +msgid "Account" +msgstr "Tili" + +#: mod/admin.php:1789 +msgid "Add User" +msgstr "Lisää käyttäjä" + +#: mod/admin.php:1791 +msgid "User registrations waiting for confirm" +msgstr "" + +#: mod/admin.php:1792 +msgid "User waiting for permanent deletion" +msgstr "" + +#: mod/admin.php:1793 +msgid "Request date" +msgstr "Pyynnön päivämäärä" + +#: mod/admin.php:1794 +msgid "No registrations." +msgstr "" + +#: mod/admin.php:1795 +msgid "Note from the user" +msgstr "" + +#: mod/admin.php:1797 +msgid "Deny" +msgstr "Kieltäydy" + +#: mod/admin.php:1801 +msgid "Site admin" +msgstr "Sivuston ylläpito" + +#: mod/admin.php:1802 +msgid "Account expired" +msgstr "Tili vanhentunut" + +#: mod/admin.php:1805 +msgid "New User" +msgstr "Uusi käyttäjä" + +#: mod/admin.php:1806 +msgid "Deleted since" +msgstr "Poistettu" + +#: mod/admin.php:1811 +msgid "" +"Selected users will be deleted!\\n\\nEverything these users had posted on " +"this site will be permanently deleted!\\n\\nAre you sure?" +msgstr "" + +#: mod/admin.php:1812 +msgid "" +"The user {0} will be deleted!\\n\\nEverything this user has posted on this " +"site will be permanently deleted!\\n\\nAre you sure?" +msgstr "" + +#: mod/admin.php:1822 +msgid "Name of the new user." +msgstr "Uuden käyttäjän nimi." + +#: mod/admin.php:1823 +msgid "Nickname" +msgstr "Lempinimi" + +#: mod/admin.php:1823 +msgid "Nickname of the new user." +msgstr "Uuden käyttäjän lempinimi" + +#: mod/admin.php:1824 +msgid "Email address of the new user." +msgstr "Uuden käyttäjän sähköpostiosoite." + +#: mod/admin.php:1866 +#, php-format +msgid "Addon %s disabled." +msgstr "Lisäosa %s poistettu käytöstä." + +#: mod/admin.php:1870 +#, php-format +msgid "Addon %s enabled." +msgstr "Lisäosa %s käytössä." + +#: mod/admin.php:1880 mod/admin.php:2129 +msgid "Disable" +msgstr "Poista käytöstä" + +#: mod/admin.php:1883 mod/admin.php:2132 +msgid "Enable" +msgstr "Ota käyttöön" + +#: mod/admin.php:1905 mod/admin.php:2174 +msgid "Toggle" +msgstr "Vaihda" + +#: mod/admin.php:1913 mod/admin.php:2183 +msgid "Author: " +msgstr "Tekijä" + +#: mod/admin.php:1914 mod/admin.php:2184 +msgid "Maintainer: " +msgstr "Ylläpitäjä:" + +#: mod/admin.php:1966 +msgid "Reload active addons" +msgstr "" + +#: mod/admin.php:1971 +#, php-format +msgid "" +"There are currently no addons available on your node. You can find the " +"official addon repository at %1$s and might find other interesting addons in" +" the open addon registry at %2$s" +msgstr "" + +#: mod/admin.php:2091 +msgid "No themes found." +msgstr "Teemoja ei löytynyt." + +#: mod/admin.php:2165 +msgid "Screenshot" +msgstr "Kuvakaappaus" + +#: mod/admin.php:2219 +msgid "Reload active themes" +msgstr "" + +#: mod/admin.php:2224 +#, php-format +msgid "No themes found on the system. They should be placed in %1$s" +msgstr "" + +#: mod/admin.php:2225 +msgid "[Experimental]" +msgstr "[Kokeellinen]" + +#: mod/admin.php:2226 +msgid "[Unsupported]" +msgstr "[Ei tueta]" + +#: mod/admin.php:2250 +msgid "Log settings updated." +msgstr "Lokiasetukset päivitetty." + +#: mod/admin.php:2282 +msgid "PHP log currently enabled." +msgstr "PHP-loki käytössä" + +#: mod/admin.php:2284 +msgid "PHP log currently disabled." +msgstr "PHP-loki pois käytöstä" + +#: mod/admin.php:2293 +msgid "Clear" +msgstr "Tyhjennä" + +#: mod/admin.php:2297 +msgid "Enable Debugging" +msgstr "Ota virheenkorjaustila käyttöön" + +#: mod/admin.php:2298 +msgid "Log file" +msgstr "Lokitiedosto" + +#: mod/admin.php:2298 +msgid "" +"Must be writable by web server. Relative to your Friendica top-level " +"directory." +msgstr "" + +#: mod/admin.php:2299 +msgid "Log level" +msgstr "" + +#: mod/admin.php:2301 +msgid "PHP logging" +msgstr "PHP-loki" + +#: mod/admin.php:2302 +msgid "" +"To enable logging of PHP errors and warnings you can add the following to " +"the .htconfig.php file of your installation. The filename set in the " +"'error_log' line is relative to the friendica top-level directory and must " +"be writeable by the web server. The option '1' for 'log_errors' and " +"'display_errors' is to enable these options, set to '0' to disable them." +msgstr "" + +#: mod/admin.php:2333 +#, php-format +msgid "" +"Error trying to open %1$s log file.\\r\\n
    Check to see " +"if file %1$s exist and is readable." +msgstr "" + +#: mod/admin.php:2337 +#, php-format +msgid "" +"Couldn't open %1$s log file.\\r\\n
    Check to see if file" +" %1$s is readable." +msgstr "" + +#: mod/admin.php:2428 mod/admin.php:2429 mod/settings.php:775 +msgid "Off" +msgstr "Pois päältä" + +#: mod/admin.php:2428 mod/admin.php:2429 mod/settings.php:775 +msgid "On" +msgstr "Päällä" + +#: mod/admin.php:2429 +#, php-format +msgid "Lock feature %s" +msgstr "Lukitse ominaisuus %s" + +#: mod/admin.php:2437 +msgid "Manage Additional Features" +msgstr "Hallitse lisäominaisuudet" + +#: mod/settings.php:72 +msgid "Display" +msgstr "Ulkonäkö" + +#: mod/settings.php:79 mod/settings.php:842 +msgid "Social Networks" +msgstr "Sosiaalinen media" + +#: mod/settings.php:93 src/Content/Nav.php:204 +msgid "Delegations" +msgstr "" + +#: mod/settings.php:100 +msgid "Connected apps" +msgstr "Yhdistetyt sovellukset" + +#: mod/settings.php:114 +msgid "Remove account" +msgstr "Poista tili" + +#: mod/settings.php:168 +msgid "Missing some important data!" +msgstr "" + +#: mod/settings.php:279 +msgid "Failed to connect with email account using the settings provided." +msgstr "" + +#: mod/settings.php:284 +msgid "Email settings updated." +msgstr "Sähköpostin asetukset päivitettiin." + +#: mod/settings.php:300 +msgid "Features updated" +msgstr "Ominaisuudet päivitetty" + +#: mod/settings.php:372 +msgid "Relocate message has been send to your contacts" +msgstr "" + +#: mod/settings.php:384 src/Model/User.php:325 +msgid "Passwords do not match. Password unchanged." +msgstr "Salasanat eivät täsmää. Salasana ennallaan." + +#: mod/settings.php:389 +msgid "Empty passwords are not allowed. Password unchanged." +msgstr "Tyhjä salasanakenttä ei ole sallittu. Salasana ennallaan." + +#: mod/settings.php:394 src/Core/Console/NewPassword.php:78 +msgid "" +"The new password has been exposed in a public data dump, please choose " +"another." +msgstr "" + +#: mod/settings.php:400 +msgid "Wrong password." +msgstr "Väärä salasana." + +#: mod/settings.php:407 src/Core/Console/NewPassword.php:85 +msgid "Password changed." +msgstr "Salasana vaihdettu." + +#: mod/settings.php:409 src/Core/Console/NewPassword.php:82 +msgid "Password update failed. Please try again." +msgstr "Salasanan vaihto epäonnistui. Yritä uudelleen." + +#: mod/settings.php:496 +msgid " Please use a shorter name." +msgstr "Käytä lyhyempää nimeä." + +#: mod/settings.php:499 +msgid " Name too short." +msgstr "Nimi on liian lyhyt." + +#: mod/settings.php:507 +msgid "Wrong Password" +msgstr "Väärä salasana" + +#: mod/settings.php:512 +msgid "Invalid email." +msgstr "Virheellinen sähköposti." + +#: mod/settings.php:519 +msgid "Cannot change to that email." +msgstr "" + +#: mod/settings.php:572 +msgid "Private forum has no privacy permissions. Using default privacy group." +msgstr "" + +#: mod/settings.php:575 +msgid "Private forum has no privacy permissions and no default privacy group." +msgstr "" + +#: mod/settings.php:615 +msgid "Settings updated." +msgstr "Asetukset päivitetty." + +#: mod/settings.php:674 mod/settings.php:700 mod/settings.php:736 +msgid "Add application" +msgstr "Lisää sovellus" + +#: mod/settings.php:678 mod/settings.php:704 +msgid "Consumer Key" +msgstr "" + +#: mod/settings.php:679 mod/settings.php:705 +msgid "Consumer Secret" +msgstr "" + +#: mod/settings.php:680 mod/settings.php:706 +msgid "Redirect" +msgstr "Uudelleenohjaus" + +#: mod/settings.php:681 mod/settings.php:707 +msgid "Icon url" +msgstr "Kuvakkeen URL-osoite" + +#: mod/settings.php:692 +msgid "You can't edit this application." +msgstr "Et voi muokata tätä sovellusta." + +#: mod/settings.php:735 +msgid "Connected Apps" +msgstr "Yhdistetyt sovellukset" + +#: mod/settings.php:737 src/Object/Post.php:155 src/Object/Post.php:157 +msgid "Edit" +msgstr "Muokkaa" + +#: mod/settings.php:739 +msgid "Client key starts with" +msgstr "" + +#: mod/settings.php:740 +msgid "No name" +msgstr "Ei nimeä" + +#: mod/settings.php:741 +msgid "Remove authorization" +msgstr "Poista lupa" + +#: mod/settings.php:752 +msgid "No Addon settings configured" +msgstr "" + +#: mod/settings.php:761 +msgid "Addon Settings" +msgstr "Lisäosa-asetukset" + +#: mod/settings.php:782 +msgid "Additional Features" +msgstr "Lisäominaisuuksia" + +#: mod/settings.php:805 src/Content/ContactSelector.php:83 +msgid "Diaspora" +msgstr "Diaspora" + +#: mod/settings.php:805 mod/settings.php:806 +msgid "enabled" +msgstr "käytössä" + +#: mod/settings.php:805 mod/settings.php:806 +msgid "disabled" +msgstr "pois käytöstä" + +#: mod/settings.php:805 mod/settings.php:806 +#, php-format +msgid "Built-in support for %s connectivity is %s" +msgstr "" + +#: mod/settings.php:806 +msgid "GNU Social (OStatus)" +msgstr "GNU Social (OStatus)" + +#: mod/settings.php:837 +msgid "Email access is disabled on this site." +msgstr "" + +#: mod/settings.php:847 +msgid "General Social Media Settings" +msgstr "Yleiset some asetukset" + +#: mod/settings.php:848 +msgid "Disable Content Warning" +msgstr "" + +#: mod/settings.php:848 +msgid "" +"Users on networks like Mastodon or Pleroma are able to set a content warning" +" field which collapse their post by default. This disables the automatic " +"collapsing and sets the content warning as the post title. Doesn't affect " +"any other content filtering you eventually set up." +msgstr "" + +#: mod/settings.php:849 +msgid "Disable intelligent shortening" +msgstr "" + +#: mod/settings.php:849 +msgid "" +"Normally the system tries to find the best link to add to shortened posts. " +"If this option is enabled then every shortened post will always point to the" +" original friendica post." +msgstr "" + +#: mod/settings.php:850 +msgid "Automatically follow any GNU Social (OStatus) followers/mentioners" +msgstr "" + +#: mod/settings.php:850 +msgid "" +"If you receive a message from an unknown OStatus user, this option decides " +"what to do. If it is checked, a new contact will be created for every " +"unknown user." +msgstr "" + +#: mod/settings.php:851 +msgid "Default group for OStatus contacts" +msgstr "Oletusryhmä OStatus kontakteille" + +#: mod/settings.php:852 +msgid "Your legacy GNU Social account" +msgstr "" + +#: mod/settings.php:852 +msgid "" +"If you enter your old GNU Social/Statusnet account name here (in the format " +"user@domain.tld), your contacts will be added automatically. The field will " +"be emptied when done." +msgstr "" + +#: mod/settings.php:855 +msgid "Repair OStatus subscriptions" +msgstr "Korjaa OStatus tilaukset" + +#: mod/settings.php:859 +msgid "Email/Mailbox Setup" +msgstr "Sähköpostin asennus" + +#: mod/settings.php:860 +msgid "" +"If you wish to communicate with email contacts using this service " +"(optional), please specify how to connect to your mailbox." +msgstr "" + +#: mod/settings.php:861 +msgid "Last successful email check:" +msgstr "Viimeisin onnistunut sähköpostitarkistus:" + +#: mod/settings.php:863 +msgid "IMAP server name:" +msgstr "IMAP-palvelimen nimi:" + +#: mod/settings.php:864 +msgid "IMAP port:" +msgstr "IMAP-porttti:" + +#: mod/settings.php:865 +msgid "Security:" +msgstr "Turvallisuus:" + +#: mod/settings.php:865 mod/settings.php:870 +msgid "None" +msgstr "Ei mitään" + +#: mod/settings.php:866 +msgid "Email login name:" +msgstr "Sähköpostitilin käyttäjätunnus:" + +#: mod/settings.php:867 +msgid "Email password:" +msgstr "Sähköpostin salasana:" + +#: mod/settings.php:868 +msgid "Reply-to address:" +msgstr "Vastausosoite:" + +#: mod/settings.php:869 +msgid "Send public posts to all email contacts:" +msgstr "" + +#: mod/settings.php:870 +msgid "Action after import:" +msgstr "" + +#: mod/settings.php:870 src/Content/Nav.php:191 +msgid "Mark as seen" +msgstr "Merkitse luetuksi" + +#: mod/settings.php:870 +msgid "Move to folder" +msgstr "Siirrä kansioon" + +#: mod/settings.php:871 +msgid "Move to folder:" +msgstr "Siirrä kansioon:" + +#: mod/settings.php:914 +#, php-format +msgid "%s - (Unsupported)" +msgstr "%s - (Ei tueta)" + +#: mod/settings.php:916 +#, php-format +msgid "%s - (Experimental)" +msgstr "%s - (Kokeellinen)" + +#: mod/settings.php:959 +msgid "Display Settings" +msgstr "Näyttöasetukset" + +#: mod/settings.php:965 mod/settings.php:989 +msgid "Display Theme:" +msgstr "" + +#: mod/settings.php:966 +msgid "Mobile Theme:" +msgstr "Mobiiliteema:" + +#: mod/settings.php:967 +msgid "Suppress warning of insecure networks" +msgstr "" + +#: mod/settings.php:967 +msgid "" +"Should the system suppress the warning that the current group contains " +"members of networks that can't receive non public postings." +msgstr "" + +#: mod/settings.php:968 +msgid "Update browser every xx seconds" +msgstr "Päivitä selain xx sekunnin välein" + +#: mod/settings.php:968 +msgid "Minimum of 10 seconds. Enter -1 to disable it." +msgstr "" + +#: mod/settings.php:969 +msgid "Number of items to display per page:" +msgstr "" + +#: mod/settings.php:969 mod/settings.php:970 +msgid "Maximum of 100 items" +msgstr "Enintään 100 kohdetta" + +#: mod/settings.php:970 +msgid "Number of items to display per page when viewed from mobile device:" +msgstr "" + +#: mod/settings.php:971 +msgid "Don't show emoticons" +msgstr "Piilota hymiöt" + +#: mod/settings.php:972 +msgid "Calendar" +msgstr "Kalenteri" + +#: mod/settings.php:973 +msgid "Beginning of week:" +msgstr "Viikon alku:" + +#: mod/settings.php:974 +msgid "Don't show notices" +msgstr "" + +#: mod/settings.php:975 +msgid "Infinite scroll" +msgstr "" + +#: mod/settings.php:976 +msgid "Automatic updates only at the top of the network page" +msgstr "" + +#: mod/settings.php:976 +msgid "" +"When disabled, the network page is updated all the time, which could be " +"confusing while reading." +msgstr "" + +#: mod/settings.php:977 +msgid "Bandwith Saver Mode" +msgstr "Kaistanleveyssäästömoodi" + +#: mod/settings.php:977 +msgid "" +"When enabled, embedded content is not displayed on automatic updates, they " +"only show on page reload." +msgstr "" + +#: mod/settings.php:978 +msgid "Smart Threading" +msgstr "" + +#: mod/settings.php:978 +msgid "" +"When enabled, suppress extraneous thread indentation while keeping it where " +"it matters. Only works if threading is available and enabled." +msgstr "" + +#: mod/settings.php:980 +msgid "General Theme Settings" +msgstr "Yleiset teeman asetukset" + +#: mod/settings.php:981 +msgid "Custom Theme Settings" +msgstr "" + +#: mod/settings.php:982 +msgid "Content Settings" +msgstr "Sisältöasetukset" + +#: mod/settings.php:983 view/theme/duepuntozero/config.php:73 +#: view/theme/frio/config.php:115 view/theme/quattro/config.php:75 +#: view/theme/vier/config.php:121 +msgid "Theme settings" +msgstr "Teeman asetukset" + +#: mod/settings.php:1002 +msgid "Unable to find your profile. Please contact your admin." +msgstr "" + +#: mod/settings.php:1044 +msgid "Account Types" +msgstr "Tilityypit" + +#: mod/settings.php:1045 +msgid "Personal Page Subtypes" +msgstr "Henkilökohtaisen sivun alatyypit" + +#: mod/settings.php:1046 +msgid "Community Forum Subtypes" +msgstr "Yhteisöfoorumin alatyypit" + +#: mod/settings.php:1053 +msgid "Personal Page" +msgstr "Henkilökohtainen sivu" + +#: mod/settings.php:1054 +msgid "Account for a personal profile." +msgstr "" + +#: mod/settings.php:1057 +msgid "Organisation Page" +msgstr "Järjestön sivu" + +#: mod/settings.php:1058 +msgid "" +"Account for an organisation that automatically approves contact requests as " +"\"Followers\"." +msgstr "" + +#: mod/settings.php:1061 +msgid "News Page" +msgstr "Uutissivu" + +#: mod/settings.php:1062 +msgid "" +"Account for a news reflector that automatically approves contact requests as" +" \"Followers\"." +msgstr "" + +#: mod/settings.php:1065 +msgid "Community Forum" +msgstr "Yhteisöfoorumi" + +#: mod/settings.php:1066 +msgid "Account for community discussions." +msgstr "" + +#: mod/settings.php:1069 +msgid "Normal Account Page" +msgstr "Tavallinen käyttäjätili" + +#: mod/settings.php:1070 +msgid "" +"Account for a regular personal profile that requires manual approval of " +"\"Friends\" and \"Followers\"." +msgstr "" + +#: mod/settings.php:1073 +msgid "Soapbox Page" +msgstr "Saarnatuoli sivu" + +#: mod/settings.php:1074 +msgid "" +"Account for a public profile that automatically approves contact requests as" +" \"Followers\"." +msgstr "" + +#: mod/settings.php:1077 +msgid "Public Forum" +msgstr "Julkinen foorumi" + +#: mod/settings.php:1078 +msgid "Automatically approves all contact requests." +msgstr "Automaattisesti hyväksyy kaikki kontaktipyynnöt" + +#: mod/settings.php:1081 +msgid "Automatic Friend Page" +msgstr "" + +#: mod/settings.php:1082 +msgid "" +"Account for a popular profile that automatically approves contact requests " +"as \"Friends\"." +msgstr "" + +#: mod/settings.php:1085 +msgid "Private Forum [Experimental]" +msgstr "Yksityisfoorumi [kokeellinen]" + +#: mod/settings.php:1086 +msgid "Requires manual approval of contact requests." +msgstr "" + +#: mod/settings.php:1097 +msgid "OpenID:" +msgstr "OpenID:" + +#: mod/settings.php:1097 +msgid "(Optional) Allow this OpenID to login to this account." +msgstr "" + +#: mod/settings.php:1105 +msgid "Publish your default profile in your local site directory?" +msgstr "" + +#: mod/settings.php:1105 +#, php-format +msgid "" +"Your profile will be published in the global friendica directories (e.g. %s). Your profile will be visible in public." +msgstr "" + +#: mod/settings.php:1111 +msgid "Publish your default profile in the global social directory?" +msgstr "" + +#: mod/settings.php:1111 +#, php-format +msgid "" +"Your profile will be published in this node's local " +"directory. Your profile details may be publicly visible depending on the" +" system settings." +msgstr "" + +#: mod/settings.php:1118 +msgid "Hide your contact/friend list from viewers of your default profile?" +msgstr "" + +#: mod/settings.php:1118 +msgid "" +"Your contact list won't be shown in your default profile page. You can " +"decide to show your contact list separately for each additional profile you " +"create" +msgstr "" + +#: mod/settings.php:1122 +msgid "Hide your profile details from anonymous viewers?" +msgstr "" + +#: mod/settings.php:1122 +msgid "" +"Anonymous visitors will only see your profile picture, your display name and" +" the nickname you are using on your profile page. Disables posting public " +"messages to Diaspora and other networks." +msgstr "" + +#: mod/settings.php:1126 +msgid "Allow friends to post to your profile page?" +msgstr "" + +#: mod/settings.php:1126 +msgid "" +"Your contacts may write posts on your profile wall. These posts will be " +"distributed to your contacts" +msgstr "" + +#: mod/settings.php:1130 +msgid "Allow friends to tag your posts?" +msgstr "" + +#: mod/settings.php:1130 +msgid "Your contacts can add additional tags to your posts." +msgstr "" + +#: mod/settings.php:1134 +msgid "Allow us to suggest you as a potential friend to new members?" +msgstr "" + +#: mod/settings.php:1134 +msgid "" +"If you like, Friendica may suggest new members to add you as a contact." +msgstr "" + +#: mod/settings.php:1138 +msgid "Permit unknown people to send you private mail?" +msgstr "Salli yksityisviesit tuntemattomilta?" + +#: mod/settings.php:1138 +msgid "" +"Friendica network users may send you private messages even if they are not " +"in your contact list." +msgstr "" + +#: mod/settings.php:1142 +msgid "Profile is not published." +msgstr "Profiili ei ole julkaistu." + +#: mod/settings.php:1148 +#, php-format +msgid "Your Identity Address is '%s' or '%s'." +msgstr "" + +#: mod/settings.php:1155 +msgid "Automatically expire posts after this many days:" +msgstr "" + +#: mod/settings.php:1155 +msgid "If empty, posts will not expire. Expired posts will be deleted" +msgstr "" + +#: mod/settings.php:1156 +msgid "Advanced expiration settings" +msgstr "" + +#: mod/settings.php:1157 +msgid "Advanced Expiration" +msgstr "" + +#: mod/settings.php:1158 +msgid "Expire posts:" +msgstr "" + +#: mod/settings.php:1159 +msgid "Expire personal notes:" +msgstr "" + +#: mod/settings.php:1160 +msgid "Expire starred posts:" +msgstr "" + +#: mod/settings.php:1161 +msgid "Expire photos:" +msgstr "" + +#: mod/settings.php:1162 +msgid "Only expire posts by others:" +msgstr "" + +#: mod/settings.php:1192 +msgid "Account Settings" +msgstr "Tiliasetukset" + +#: mod/settings.php:1200 +msgid "Password Settings" +msgstr "Salasana-asetukset" + +#: mod/settings.php:1202 +msgid "Leave password fields blank unless changing" +msgstr "" + +#: mod/settings.php:1203 +msgid "Current Password:" +msgstr "Nykyinen salasana:" + +#: mod/settings.php:1203 mod/settings.php:1204 +msgid "Your current password to confirm the changes" +msgstr "" + +#: mod/settings.php:1204 +msgid "Password:" +msgstr "Salasana:" + +#: mod/settings.php:1208 +msgid "Basic Settings" +msgstr "Perusasetukset" + +#: mod/settings.php:1209 src/Model/Profile.php:738 +msgid "Full Name:" +msgstr "Koko nimi:" + +#: mod/settings.php:1210 +msgid "Email Address:" +msgstr "Sähköpostiosoite:" + +#: mod/settings.php:1211 +msgid "Your Timezone:" +msgstr "Aikavyöhyke:" + +#: mod/settings.php:1212 +msgid "Your Language:" +msgstr "Kieli:" + +#: mod/settings.php:1212 +msgid "" +"Set the language we use to show you friendica interface and to send you " +"emails" +msgstr "" + +#: mod/settings.php:1213 +msgid "Default Post Location:" +msgstr "" + +#: mod/settings.php:1214 +msgid "Use Browser Location:" +msgstr "Käytä selaimen sijainti:" + +#: mod/settings.php:1217 +msgid "Security and Privacy Settings" +msgstr "Turvallisuus ja tietosuoja-asetukset" + +#: mod/settings.php:1219 +msgid "Maximum Friend Requests/Day:" +msgstr "" + +#: mod/settings.php:1219 mod/settings.php:1248 +msgid "(to prevent spam abuse)" +msgstr "" + +#: mod/settings.php:1220 +msgid "Default Post Permissions" +msgstr "" + +#: mod/settings.php:1221 +msgid "(click to open/close)" +msgstr "(klikkaa auki/kiinni)" + +#: mod/settings.php:1231 +msgid "Default Private Post" +msgstr "" + +#: mod/settings.php:1232 +msgid "Default Public Post" +msgstr "" + +#: mod/settings.php:1236 +msgid "Default Permissions for New Posts" +msgstr "" + +#: mod/settings.php:1248 +msgid "Maximum private messages per day from unknown people:" +msgstr "" + +#: mod/settings.php:1251 +msgid "Notification Settings" +msgstr "Huomautusasetukset" + +#: mod/settings.php:1252 +msgid "By default post a status message when:" +msgstr "" + +#: mod/settings.php:1253 +msgid "accepting a friend request" +msgstr "hyväksyt kaveripyynnön" + +#: mod/settings.php:1254 +msgid "joining a forum/community" +msgstr "liityt foorumiin/yhteisöön" + +#: mod/settings.php:1255 +msgid "making an interesting profile change" +msgstr "" + +#: mod/settings.php:1256 +msgid "Send a notification email when:" +msgstr "Lähetä sähköposti-ilmoitus kun:" + +#: mod/settings.php:1257 +msgid "You receive an introduction" +msgstr "" + +#: mod/settings.php:1258 +msgid "Your introductions are confirmed" +msgstr "" + +#: mod/settings.php:1259 +msgid "Someone writes on your profile wall" +msgstr "" + +#: mod/settings.php:1260 +msgid "Someone writes a followup comment" +msgstr "" + +#: mod/settings.php:1261 +msgid "You receive a private message" +msgstr "Vastaanotat yksityisviestin" + +#: mod/settings.php:1262 +msgid "You receive a friend suggestion" +msgstr "Vastaanotat kaveriehdotuksen" + +#: mod/settings.php:1263 +msgid "You are tagged in a post" +msgstr "Sinut on merkitty julkaisuun" + +#: mod/settings.php:1264 +msgid "You are poked/prodded/etc. in a post" +msgstr "" + +#: mod/settings.php:1266 +msgid "Activate desktop notifications" +msgstr "Ota työpöytäilmoitukset käyttöön" + +#: mod/settings.php:1266 +msgid "Show desktop popup on new notifications" +msgstr "" + +#: mod/settings.php:1268 +msgid "Text-only notification emails" +msgstr "" + +#: mod/settings.php:1270 +msgid "Send text only notification emails, without the html part" +msgstr "" + +#: mod/settings.php:1272 +msgid "Show detailled notifications" +msgstr "Näytä yksityiskohtaiset ilmoitukset" + +#: mod/settings.php:1274 +msgid "" +"Per default, notifications are condensed to a single notification per item. " +"When enabled every notification is displayed." +msgstr "" + +#: mod/settings.php:1276 +msgid "Advanced Account/Page Type Settings" +msgstr "Käyttäjätili/sivutyyppi lisäasetuksia" + +#: mod/settings.php:1277 +msgid "Change the behaviour of this account for special situations" +msgstr "" + +#: mod/settings.php:1280 +msgid "Relocate" +msgstr "" + +#: mod/settings.php:1281 +msgid "" +"If you have moved this profile from another server, and some of your " +"contacts don't receive your updates, try pushing this button." +msgstr "" + +#: mod/settings.php:1282 +msgid "Resend relocate message to contacts" +msgstr "" + +#: src/Core/UserImport.php:104 +msgid "Error decoding account file" +msgstr "" + +#: src/Core/UserImport.php:110 +msgid "Error! No version data in file! This is not a Friendica account file?" +msgstr "" + +#: src/Core/UserImport.php:118 +#, php-format +msgid "User '%s' already exists on this server!" +msgstr "" + +#: src/Core/UserImport.php:151 +msgid "User creation error" +msgstr "" + +#: src/Core/UserImport.php:169 +msgid "User profile creation error" +msgstr "" + +#: src/Core/UserImport.php:213 +#, php-format +msgid "%d contact not imported" +msgid_plural "%d contacts not imported" +msgstr[0] "" +msgstr[1] "" + +#: src/Core/UserImport.php:278 +msgid "Done. You can now login with your username and password" +msgstr "Suoritettu. Voit nyt kirjautua sisään käyttäjätunnuksellasi." + +#: src/Core/NotificationsManager.php:171 +msgid "System" +msgstr "Järjestelmä" + +#: src/Core/NotificationsManager.php:192 src/Content/Nav.php:124 +#: src/Content/Nav.php:181 +msgid "Home" +msgstr "Koti" + +#: src/Core/NotificationsManager.php:199 src/Content/Nav.php:186 +msgid "Introductions" +msgstr "Esittelyt" + +#: src/Core/NotificationsManager.php:256 src/Core/NotificationsManager.php:268 +#, php-format +msgid "%s commented on %s's post" +msgstr "" + +#: src/Core/NotificationsManager.php:267 +#, php-format +msgid "%s created a new post" +msgstr "%s loi uuden julkaisun" + +#: src/Core/NotificationsManager.php:281 +#, php-format +msgid "%s liked %s's post" +msgstr "" + +#: src/Core/NotificationsManager.php:294 +#, php-format +msgid "%s disliked %s's post" +msgstr "" + +#: src/Core/NotificationsManager.php:307 +#, php-format +msgid "%s is attending %s's event" +msgstr "" + +#: src/Core/NotificationsManager.php:320 +#, php-format +msgid "%s is not attending %s's event" +msgstr "" + +#: src/Core/NotificationsManager.php:333 +#, php-format +msgid "%s may attend %s's event" +msgstr "" + +#: src/Core/NotificationsManager.php:350 +#, php-format +msgid "%s is now friends with %s" +msgstr "" + +#: src/Core/NotificationsManager.php:825 +msgid "Friend Suggestion" +msgstr "Kaveriehdotus" + +#: src/Core/NotificationsManager.php:851 +msgid "Friend/Connect Request" +msgstr "Ystävä/yhteyspyyntö" + +#: src/Core/NotificationsManager.php:851 +msgid "New Follower" +msgstr "Uusi seuraaja" + +#: src/Core/ACL.php:295 +msgid "Post to Email" +msgstr "Viesti sähköpostiin" + +#: src/Core/ACL.php:301 +msgid "Hide your profile details from unknown viewers?" +msgstr "Piilota profiilitietosi tuntemattomilta?" + +#: src/Core/ACL.php:300 +#, php-format +msgid "Connectors disabled, since \"%s\" is enabled." +msgstr "" + +#: src/Core/ACL.php:307 +msgid "Visible to everybody" +msgstr "Näkyvissä kaikille" + +#: src/Core/ACL.php:308 view/theme/vier/config.php:115 +msgid "show" +msgstr "näytä" + +#: src/Core/ACL.php:309 view/theme/vier/config.php:115 +msgid "don't show" +msgstr "älä näytä" + +#: src/Core/ACL.php:319 +msgid "Close" +msgstr "Sulje" + +#: src/Util/Temporal.php:147 src/Model/Profile.php:758 +msgid "Birthday:" +msgstr "Syntymäpäivä:" + +#: src/Util/Temporal.php:151 +msgid "YYYY-MM-DD or MM-DD" +msgstr "VVVV-KK-PP tai KK-PP" + +#: src/Util/Temporal.php:294 +msgid "never" +msgstr "ei ikinä" + +#: src/Util/Temporal.php:300 +msgid "less than a second ago" +msgstr "alle sekunti sitten" + +#: src/Util/Temporal.php:303 +msgid "year" +msgstr "vuosi" + +#: src/Util/Temporal.php:303 +msgid "years" +msgstr "vuotta" + +#: src/Util/Temporal.php:304 +msgid "months" +msgstr "kuukautta" + +#: src/Util/Temporal.php:305 +msgid "weeks" +msgstr "viikkoa" + +#: src/Util/Temporal.php:306 +msgid "days" +msgstr "päivää" + +#: src/Util/Temporal.php:307 +msgid "hour" +msgstr "tunti" + +#: src/Util/Temporal.php:307 +msgid "hours" +msgstr "tuntia" + +#: src/Util/Temporal.php:308 +msgid "minute" +msgstr "minuutti" + +#: src/Util/Temporal.php:308 +msgid "minutes" +msgstr "inuuttia" + +#: src/Util/Temporal.php:309 +msgid "second" +msgstr "sekunti" + +#: src/Util/Temporal.php:309 +msgid "seconds" +msgstr "sekuntia" + +#: src/Util/Temporal.php:318 +#, php-format +msgid "%1$d %2$s ago" +msgstr "" + +#: src/Content/Text/BBCode.php:555 +msgid "view full size" +msgstr "näytä täysikokoisena" + +#: src/Content/Text/BBCode.php:981 src/Content/Text/BBCode.php:1750 +#: src/Content/Text/BBCode.php:1751 +msgid "Image/photo" +msgstr "Kuva/valokuva" + +#: src/Content/Text/BBCode.php:1119 +#, php-format +msgid "%2$s %3$s" +msgstr "" + +#: src/Content/Text/BBCode.php:1677 src/Content/Text/BBCode.php:1699 +msgid "$1 wrote:" +msgstr "$1 kirjoitti:" + +#: src/Content/Text/BBCode.php:1759 src/Content/Text/BBCode.php:1760 +msgid "Encrypted content" +msgstr "Salattu sisältö" + +#: src/Content/Text/BBCode.php:1879 +msgid "Invalid source protocol" +msgstr "" + +#: src/Content/Text/BBCode.php:1890 +msgid "Invalid link protocol" +msgstr "" + +#: src/Content/ForumManager.php:127 view/theme/vier/theme.php:256 +msgid "External link to forum" +msgstr "" + +#: src/Content/Nav.php:53 +msgid "Nothing new here" +msgstr "" + +#: src/Content/Nav.php:57 +msgid "Clear notifications" +msgstr "Tyhjennä ilmoitukset" + +#: src/Content/Nav.php:97 src/Module/Login.php:311 +#: view/theme/frio/theme.php:256 +msgid "Logout" +msgstr "Kirjaudu ulos" + +#: src/Content/Nav.php:97 view/theme/frio/theme.php:256 +msgid "End this session" +msgstr "Lopeta istunto" + +#: src/Content/Nav.php:100 src/Content/Nav.php:181 +#: view/theme/frio/theme.php:259 +msgid "Your posts and conversations" +msgstr "Omat julkaisut ja keskustelut" + +#: src/Content/Nav.php:101 view/theme/frio/theme.php:260 +msgid "Your profile page" +msgstr "Oma profiilisivu" + +#: src/Content/Nav.php:102 view/theme/frio/theme.php:261 +msgid "Your photos" +msgstr "Omat kuvat" + +#: src/Content/Nav.php:103 src/Model/Profile.php:912 src/Model/Profile.php:915 +#: view/theme/frio/theme.php:262 +msgid "Videos" +msgstr "Videot" + +#: src/Content/Nav.php:103 view/theme/frio/theme.php:262 +msgid "Your videos" +msgstr "Omat videot" + +#: src/Content/Nav.php:104 view/theme/frio/theme.php:263 +msgid "Your events" +msgstr "Omat tapahtumat" + +#: src/Content/Nav.php:105 +msgid "Personal notes" +msgstr "" + +#: src/Content/Nav.php:105 +msgid "Your personal notes" +msgstr "" + +#: src/Content/Nav.php:114 +msgid "Sign in" +msgstr "Kirjaudu sisään" + +#: src/Content/Nav.php:124 +msgid "Home Page" +msgstr "Kotisivu" + +#: src/Content/Nav.php:128 +msgid "Create an account" +msgstr "Luo tili" + +#: src/Content/Nav.php:134 +msgid "Help and documentation" +msgstr "Ohjeet ja dokmentointi" + +#: src/Content/Nav.php:138 +msgid "Apps" +msgstr "Sovellukset" + +#: src/Content/Nav.php:138 +msgid "Addon applications, utilities, games" +msgstr "Lisäosa sovelluksia, apuohjelmia, pelejä" + +#: src/Content/Nav.php:142 +msgid "Search site content" +msgstr "" + +#: src/Content/Nav.php:165 +msgid "Community" +msgstr "Yhteisö" + +#: src/Content/Nav.php:165 +msgid "Conversations on this and other servers" +msgstr "" + +#: src/Content/Nav.php:169 src/Model/Profile.php:927 src/Model/Profile.php:938 +#: view/theme/frio/theme.php:267 +msgid "Events and Calendar" +msgstr "Tapahtumat ja kalenteri" + +#: src/Content/Nav.php:172 +msgid "Directory" +msgstr "Luettelo" + +#: src/Content/Nav.php:172 +msgid "People directory" +msgstr "" + +#: src/Content/Nav.php:174 +msgid "Information about this friendica instance" +msgstr "Lisätietoja tästä Friendica -instanssista" + +#: src/Content/Nav.php:178 view/theme/frio/theme.php:266 +msgid "Conversations from your friends" +msgstr "" + +#: src/Content/Nav.php:179 +msgid "Network Reset" +msgstr "Verkon nollaus" + +#: src/Content/Nav.php:179 +msgid "Load Network page with no filters" +msgstr "" + +#: src/Content/Nav.php:186 +msgid "Friend Requests" +msgstr "Kaveripyynnöt" + +#: src/Content/Nav.php:190 +msgid "See all notifications" +msgstr "Näytä kaikki ilmoitukset" + +#: src/Content/Nav.php:191 +msgid "Mark all system notifications seen" +msgstr "" + +#: src/Content/Nav.php:195 view/theme/frio/theme.php:268 +msgid "Private mail" +msgstr "Yksityinen posti" + +#: src/Content/Nav.php:196 +msgid "Inbox" +msgstr "Saapuneet" + +#: src/Content/Nav.php:197 +msgid "Outbox" +msgstr "Lähtevät" + +#: src/Content/Nav.php:201 +msgid "Manage" +msgstr "Hallitse" + +#: src/Content/Nav.php:201 +msgid "Manage other pages" +msgstr "Hallitse muita sivuja" + +#: src/Content/Nav.php:206 view/theme/frio/theme.php:269 +msgid "Account settings" +msgstr "Tiliasetukset" + +#: src/Content/Nav.php:209 src/Model/Profile.php:372 +msgid "Profiles" +msgstr "Profiilit" + +#: src/Content/Nav.php:209 +msgid "Manage/Edit Profiles" +msgstr "Hallitse/muokka profiilit" + +#: src/Content/Nav.php:212 view/theme/frio/theme.php:270 +msgid "Manage/edit friends and contacts" +msgstr "Hallitse/muokkaa kaverit ja kontaktit" + +#: src/Content/Nav.php:217 +msgid "Site setup and configuration" +msgstr "" + +#: src/Content/Nav.php:220 +msgid "Navigation" +msgstr "Navigointi" + +#: src/Content/Nav.php:220 +msgid "Site map" +msgstr "Sivustokartta" + +#: src/Content/OEmbed.php:253 +msgid "Embedding disabled" +msgstr "" + +#: src/Content/OEmbed.php:373 +msgid "Embedded content" +msgstr "Upotettu sisältö" + +#: src/Content/Widget/CalendarExport.php:61 +msgid "Export" +msgstr "Vie" + +#: src/Content/Widget/CalendarExport.php:62 +msgid "Export calendar as ical" +msgstr "Vie kalenteri ical -tiedostona" + +#: src/Content/Widget/CalendarExport.php:63 +msgid "Export calendar as csv" +msgstr "Vie kalenteri csv-tiedostona" + +#: src/Content/Feature.php:79 +msgid "General Features" +msgstr "Yleiset ominaisuudet" + +#: 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 "Kuvan sijainti" + +#: 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 "Post Preview" +msgstr "Viestin esikatselu" + +#: src/Content/Feature.php:89 +msgid "Allow previewing posts and comments before publishing them" +msgstr "" + +#: src/Content/Feature.php:90 +msgid "Auto-mention Forums" +msgstr "" + +#: src/Content/Feature.php:90 +msgid "" +"Add/remove mention when a forum page is selected/deselected in ACL window." +msgstr "" + +#: src/Content/Feature.php:95 +msgid "Network Sidebar Widgets" +msgstr "" + +#: src/Content/Feature.php:96 +msgid "Search by Date" +msgstr "Päivämäärähaku" + +#: src/Content/Feature.php:96 +msgid "Ability to select posts by date ranges" +msgstr "" + +#: src/Content/Feature.php:97 src/Content/Feature.php:127 +msgid "List Forums" +msgstr "Näytä foorumit" + +#: src/Content/Feature.php:97 +msgid "Enable widget to display the forums your are connected with" +msgstr "" + +#: src/Content/Feature.php:98 +msgid "Group Filter" +msgstr "Ryhmäsuodatin" + +#: src/Content/Feature.php:98 +msgid "Enable widget to display Network posts only from selected group" +msgstr "" + +#: src/Content/Feature.php:99 +msgid "Network Filter" +msgstr "Verkkosuodatin" + +#: src/Content/Feature.php:99 +msgid "Enable widget to display Network posts only from selected network" +msgstr "" + +#: src/Content/Feature.php:100 +msgid "Save search terms for re-use" +msgstr "" + +#: src/Content/Feature.php:105 +msgid "Network Tabs" +msgstr "" + +#: src/Content/Feature.php:106 +msgid "Network Personal Tab" +msgstr "" + +#: src/Content/Feature.php:106 +msgid "Enable tab to display only Network posts that you've interacted on" +msgstr "" + +#: src/Content/Feature.php:107 +msgid "Network New Tab" +msgstr "" + +#: src/Content/Feature.php:107 +msgid "Enable tab to display only new Network posts (from the last 12 hours)" +msgstr "" + +#: src/Content/Feature.php:108 +msgid "Network Shared Links Tab" +msgstr "" + +#: src/Content/Feature.php:108 +msgid "Enable tab to display only Network posts with links in them" +msgstr "" + +#: src/Content/Feature.php:113 +msgid "Post/Comment Tools" +msgstr "Julkaisu/kommentti työkalut" + +#: src/Content/Feature.php:114 +msgid "Multiple Deletion" +msgstr "" + +#: src/Content/Feature.php:114 +msgid "Select and delete multiple posts/comments at once" +msgstr "" + +#: src/Content/Feature.php:115 +msgid "Edit Sent Posts" +msgstr "Muokkaa lähetetyt julkaisut" + +#: src/Content/Feature.php:115 +msgid "Edit and correct posts and comments after sending" +msgstr "" + +#: src/Content/Feature.php:116 +msgid "Tagging" +msgstr "Tunnisteet" + +#: src/Content/Feature.php:116 +msgid "Ability to tag existing posts" +msgstr "" + +#: src/Content/Feature.php:117 +msgid "Post Categories" +msgstr "Julkaisuluokat" + +#: src/Content/Feature.php:117 +msgid "Add categories to your posts" +msgstr "Luokittele julkaisusi" + +#: src/Content/Feature.php:118 src/Content/Widget.php:200 +msgid "Saved Folders" +msgstr "Tallennetut kansiot" + +#: src/Content/Feature.php:118 +msgid "Ability to file posts under folders" +msgstr "" + +#: src/Content/Feature.php:119 +msgid "Dislike Posts" +msgstr "" + +#: src/Content/Feature.php:119 +msgid "Ability to dislike posts/comments" +msgstr "" + +#: src/Content/Feature.php:120 +msgid "Star Posts" +msgstr "Tähtimerkityt julkaisut" + +#: src/Content/Feature.php:120 +msgid "Ability to mark special posts with a star indicator" +msgstr "" + +#: src/Content/Feature.php:121 +msgid "Mute Post Notifications" +msgstr "Mykistä julkaisuilmoitukset" + +#: src/Content/Feature.php:121 +msgid "Ability to mute notifications for a thread" +msgstr "" + +#: src/Content/Feature.php:126 +msgid "Advanced Profile Settings" +msgstr "Profiilin lisäasetukset" + +#: src/Content/Feature.php:127 +msgid "Show visitors public community forums at the Advanced Profile Page" +msgstr "" + +#: src/Content/Feature.php:128 +msgid "Tag Cloud" +msgstr "Tunnistepilvi" + +#: src/Content/Feature.php:128 +msgid "Provide a personal tag cloud on your profile page" +msgstr "" + +#: src/Content/Feature.php:129 +msgid "Display Membership Date" +msgstr "" + +#: src/Content/Feature.php:129 +msgid "Display membership date in profile" +msgstr "" + +#: src/Content/Widget.php:33 +msgid "Add New Contact" +msgstr "Lisää uusi kontakti" + +#: src/Content/Widget.php:34 +msgid "Enter address or web location" +msgstr "" + +#: src/Content/Widget.php:35 +msgid "Example: bob@example.com, http://example.com/barbara" +msgstr "Esimerkki: bob@example.com, http://example.com/barbara" + +#: src/Content/Widget.php:53 +#, php-format +msgid "%d invitation available" +msgid_plural "%d invitations available" +msgstr[0] "" +msgstr[1] "" + +#: src/Content/Widget.php:59 +msgid "Find People" +msgstr "Löydä ihmisiä" + +#: src/Content/Widget.php:60 +msgid "Enter name or interest" +msgstr "Syötä nimi tai harrastus" + +#: src/Content/Widget.php:62 +msgid "Examples: Robert Morgenstein, Fishing" +msgstr "Esim. Matti Meikäläinen, kalastus yms." + +#: src/Content/Widget.php:65 view/theme/vier/theme.php:202 +msgid "Similar Interests" +msgstr "Yhteiset harrastukset" + +#: src/Content/Widget.php:66 +msgid "Random Profile" +msgstr "Satunnainen profiili" + +#: src/Content/Widget.php:67 view/theme/vier/theme.php:204 +msgid "Invite Friends" +msgstr "Kutsu kavereita" + +#: src/Content/Widget.php:68 +msgid "View Global Directory" +msgstr "Katso maailmanlaajuista luetteloa" + +#: src/Content/Widget.php:159 +msgid "Networks" +msgstr "Verkot" + +#: src/Content/Widget.php:162 +msgid "All Networks" +msgstr "Kaikki verkot" + +#: src/Content/Widget.php:203 src/Content/Widget.php:243 +msgid "Everything" +msgstr "Kaikki" + +#: src/Content/Widget.php:240 +msgid "Categories" +msgstr "Luokat" + +#: src/Content/Widget.php:307 +#, php-format +msgid "%d contact in common" +msgid_plural "%d contacts in common" +msgstr[0] "" +msgstr[1] "" + +#: src/Content/ContactSelector.php:55 +msgid "Frequently" +msgstr "Usein" + +#: src/Content/ContactSelector.php:56 +msgid "Hourly" +msgstr "Tunneittain" + +#: src/Content/ContactSelector.php:57 +msgid "Twice daily" +msgstr "Kahdesti päivässä" + +#: src/Content/ContactSelector.php:58 +msgid "Daily" +msgstr "Päivittäin" + +#: src/Content/ContactSelector.php:59 +msgid "Weekly" +msgstr "Viikottain" + +#: src/Content/ContactSelector.php:60 +msgid "Monthly" +msgstr "Kuukausittain" + +#: src/Content/ContactSelector.php:80 +msgid "OStatus" +msgstr "OStatus" + +#: src/Content/ContactSelector.php:81 +msgid "RSS/Atom" +msgstr "RSS/Atom" + +#: src/Content/ContactSelector.php:84 +msgid "Facebook" +msgstr "Facebook" + +#: src/Content/ContactSelector.php:85 +msgid "Zot!" +msgstr "Zot!" + +#: src/Content/ContactSelector.php:86 +msgid "LinkedIn" +msgstr "LinkedIn" + +#: src/Content/ContactSelector.php:87 +msgid "XMPP/IM" +msgstr "XMPP/IM" + +#: src/Content/ContactSelector.php:88 +msgid "MySpace" +msgstr "MySpace" + +#: src/Content/ContactSelector.php:89 +msgid "Google+" +msgstr "Google+" + +#: src/Content/ContactSelector.php:90 +msgid "pump.io" +msgstr "pump.io" + +#: src/Content/ContactSelector.php:91 +msgid "Twitter" +msgstr "Twitter" + +#: src/Content/ContactSelector.php:92 +msgid "Diaspora Connector" +msgstr "" + +#: src/Content/ContactSelector.php:93 +msgid "GNU Social Connector" +msgstr "" + +#: src/Content/ContactSelector.php:94 +msgid "pnut" +msgstr "pnut" + +#: src/Content/ContactSelector.php:95 +msgid "App.net" +msgstr "App.net" + +#: src/Content/ContactSelector.php:125 +msgid "Male" +msgstr "Mies" + +#: src/Content/ContactSelector.php:125 +msgid "Female" +msgstr "Nainen" + +#: src/Content/ContactSelector.php:125 +msgid "Currently Male" +msgstr "Tällä hetkellä mies" + +#: src/Content/ContactSelector.php:125 +msgid "Currently Female" +msgstr "Tällä hetkellä nainen" + +#: src/Content/ContactSelector.php:125 +msgid "Mostly Male" +msgstr "" + +#: src/Content/ContactSelector.php:125 +msgid "Mostly Female" +msgstr "" + +#: src/Content/ContactSelector.php:125 +msgid "Transgender" +msgstr "Transsukupuolinen" + +#: src/Content/ContactSelector.php:125 +msgid "Intersex" +msgstr "Intersukupuolinen" + +#: src/Content/ContactSelector.php:125 +msgid "Transsexual" +msgstr "Transsukupuolinen" + +#: src/Content/ContactSelector.php:125 +msgid "Hermaphrodite" +msgstr "Hermafrodiitti" + +#: src/Content/ContactSelector.php:125 +msgid "Neuter" +msgstr "Neutri" + +#: src/Content/ContactSelector.php:125 +msgid "Non-specific" +msgstr "" + +#: src/Content/ContactSelector.php:125 +msgid "Other" +msgstr "Toinen" + +#: src/Content/ContactSelector.php:147 +msgid "Males" +msgstr "Miehet" + +#: src/Content/ContactSelector.php:147 +msgid "Females" +msgstr "Naiset" + +#: src/Content/ContactSelector.php:147 +msgid "Gay" +msgstr "Homo" + +#: src/Content/ContactSelector.php:147 +msgid "Lesbian" +msgstr "Lesbo" + +#: src/Content/ContactSelector.php:147 +msgid "No Preference" +msgstr "" + +#: src/Content/ContactSelector.php:147 +msgid "Bisexual" +msgstr "Biseksuaali" + +#: src/Content/ContactSelector.php:147 +msgid "Autosexual" +msgstr "" + +#: src/Content/ContactSelector.php:147 +msgid "Abstinent" +msgstr "" + +#: src/Content/ContactSelector.php:147 +msgid "Virgin" +msgstr "" + +#: src/Content/ContactSelector.php:147 +msgid "Deviant" +msgstr "" + +#: src/Content/ContactSelector.php:147 +msgid "Fetish" +msgstr "" + +#: src/Content/ContactSelector.php:147 +msgid "Oodles" +msgstr "" + +#: src/Content/ContactSelector.php:147 +msgid "Nonsexual" +msgstr "Aseksuaali" + +#: src/Content/ContactSelector.php:169 +msgid "Single" +msgstr "Sinkku" + +#: src/Content/ContactSelector.php:169 +msgid "Lonely" +msgstr "Yksinäinen" + +#: src/Content/ContactSelector.php:169 +msgid "Available" +msgstr "" + +#: src/Content/ContactSelector.php:169 +msgid "Unavailable" +msgstr "" + +#: src/Content/ContactSelector.php:169 +msgid "Has crush" +msgstr "Ihastunut" + +#: src/Content/ContactSelector.php:169 +msgid "Infatuated" +msgstr "" + +#: src/Content/ContactSelector.php:169 +msgid "Dating" +msgstr "Seurustelee" + +#: src/Content/ContactSelector.php:169 +msgid "Unfaithful" +msgstr "" + +#: src/Content/ContactSelector.php:169 +msgid "Sex Addict" +msgstr "" + +#: src/Content/ContactSelector.php:169 src/Model/User.php:505 +msgid "Friends" +msgstr "Kaverit" + +#: src/Content/ContactSelector.php:169 +msgid "Friends/Benefits" +msgstr "" + +#: src/Content/ContactSelector.php:169 +msgid "Casual" +msgstr "" + +#: src/Content/ContactSelector.php:169 +msgid "Engaged" +msgstr "Kihloissa" + +#: src/Content/ContactSelector.php:169 +msgid "Married" +msgstr "Naimisissa" + +#: src/Content/ContactSelector.php:169 +msgid "Imaginarily married" +msgstr "" + +#: src/Content/ContactSelector.php:169 +msgid "Partners" +msgstr "Kumppanit" + +#: src/Content/ContactSelector.php:169 +msgid "Cohabiting" +msgstr "Avoliitossa" + +#: src/Content/ContactSelector.php:169 +msgid "Common law" +msgstr "" + +#: src/Content/ContactSelector.php:169 +msgid "Happy" +msgstr "Iloinen" + +#: src/Content/ContactSelector.php:169 +msgid "Not looking" +msgstr "" + +#: src/Content/ContactSelector.php:169 +msgid "Swinger" +msgstr "" + +#: src/Content/ContactSelector.php:169 +msgid "Betrayed" +msgstr "" + +#: src/Content/ContactSelector.php:169 +msgid "Separated" +msgstr "" + +#: src/Content/ContactSelector.php:169 +msgid "Unstable" +msgstr "Epävakaa" + +#: src/Content/ContactSelector.php:169 +msgid "Divorced" +msgstr "Eronnut" + +#: src/Content/ContactSelector.php:169 +msgid "Imaginarily divorced" +msgstr "" + +#: src/Content/ContactSelector.php:169 +msgid "Widowed" +msgstr "Leski" + +#: src/Content/ContactSelector.php:169 +msgid "Uncertain" +msgstr "Epävarma" + +#: src/Content/ContactSelector.php:169 +msgid "It's complicated" +msgstr "Se on monimutkaista" + +#: src/Content/ContactSelector.php:169 +msgid "Don't care" +msgstr "" + +#: src/Content/ContactSelector.php:169 +msgid "Ask me" +msgstr "" + +#: src/Database/DBStructure.php:32 +msgid "There are no tables on MyISAM." +msgstr "" + +#: src/Database/DBStructure.php:75 +#, php-format +msgid "" +"\n" +"\t\t\t\tThe friendica developers released update %s recently,\n" +"\t\t\t\tbut when I tried to install it, something went terribly wrong.\n" +"\t\t\t\tThis needs to be fixed soon and I can't do it alone. Please contact a\n" +"\t\t\t\tfriendica developer if you can not help me on your own. My database might be invalid." +msgstr "" + +#: src/Database/DBStructure.php:80 +#, php-format +msgid "" +"The error message is\n" +"[pre]%s[/pre]" +msgstr "Virheviesti on\n[pre]%s[/pre]" + +#: src/Database/DBStructure.php:191 +#, php-format +msgid "" +"\n" +"Error %d occurred during database update:\n" +"%s\n" +msgstr "\n%d virhe tapahtui tietokannan päivityksen aikana:\n%s\n" + +#: src/Database/DBStructure.php:194 +msgid "Errors encountered performing database changes: " +msgstr "" + +#: src/Database/DBStructure.php:210 +msgid ": Database update" +msgstr ": Tietokannan päivitys" + +#: src/Database/DBStructure.php:460 +#, php-format +msgid "%s: updating %s table." +msgstr "" + +#: src/Model/Mail.php:40 src/Model/Mail.php:174 +msgid "[no subject]" +msgstr "[ei aihetta]" + +#: src/Model/Profile.php:97 +msgid "Requested account is not available." +msgstr "Pyydetty käyttäjätili ei ole saatavilla." + +#: src/Model/Profile.php:168 src/Model/Profile.php:399 +#: src/Model/Profile.php:859 +msgid "Edit profile" +msgstr "Muokkaa profiilia" + +#: src/Model/Profile.php:336 +msgid "Atom feed" +msgstr "Atom -syöte" + +#: src/Model/Profile.php:372 +msgid "Manage/edit profiles" +msgstr "Hallitse/muokkaa profiilit" + +#: src/Model/Profile.php:548 src/Model/Profile.php:641 +msgid "g A l F d" +msgstr "" + +#: src/Model/Profile.php:549 +msgid "F d" +msgstr "" + +#: src/Model/Profile.php:606 src/Model/Profile.php:703 +msgid "[today]" +msgstr "[tänään]" + +#: src/Model/Profile.php:617 +msgid "Birthday Reminders" +msgstr "Syntymäpäivämuistutukset" + +#: src/Model/Profile.php:618 +msgid "Birthdays this week:" +msgstr "Syntymäpäiviä tällä viikolla:" + +#: src/Model/Profile.php:690 +msgid "[No description]" +msgstr "[Ei kuvausta]" + +#: src/Model/Profile.php:717 +msgid "Event Reminders" +msgstr "Tapahtumamuistutukset" + +#: src/Model/Profile.php:718 +msgid "Events this week:" +msgstr "Tapahtumia tällä viikolla:" + +#: src/Model/Profile.php:741 +msgid "Member since:" +msgstr "" + +#: src/Model/Profile.php:749 +msgid "j F, Y" +msgstr "" + +#: src/Model/Profile.php:750 +msgid "j F" +msgstr "" + +#: src/Model/Profile.php:765 +msgid "Age:" +msgstr "Ikä:" + +#: src/Model/Profile.php:778 +#, php-format +msgid "for %1$d %2$s" +msgstr "" + +#: src/Model/Profile.php:802 +msgid "Religion:" +msgstr "Uskonto:" + +#: src/Model/Profile.php:810 +msgid "Hobbies/Interests:" +msgstr "Harrastukset:" + +#: src/Model/Profile.php:822 +msgid "Contact information and Social Networks:" +msgstr "Yhteystiedot ja sosiaalinen media:" + +#: src/Model/Profile.php:826 +msgid "Musical interests:" +msgstr "Musiikki:" + +#: src/Model/Profile.php:830 +msgid "Books, literature:" +msgstr "Kirjat, kirjallisuus:" + +#: src/Model/Profile.php:834 +msgid "Television:" +msgstr "Televisio:" + +#: src/Model/Profile.php:838 +msgid "Film/dance/culture/entertainment:" +msgstr "Elokuvat/tanssit/kulttuuri/viihde:" + +#: src/Model/Profile.php:842 +msgid "Love/Romance:" +msgstr "Rakkaus/romanssi:" + +#: src/Model/Profile.php:846 +msgid "Work/employment:" +msgstr "Työ:" + +#: src/Model/Profile.php:850 +msgid "School/education:" +msgstr "Koulutus:" + +#: src/Model/Profile.php:855 +msgid "Forums:" +msgstr "Foorumit:" + +#: src/Model/Profile.php:949 +msgid "Only You Can See This" +msgstr "Vain sinä näet tämän" + +#: src/Model/Item.php:1676 +#, php-format +msgid "%1$s is attending %2$s's %3$s" +msgstr "" + +#: src/Model/Item.php:1681 +#, php-format +msgid "%1$s is not attending %2$s's %3$s" +msgstr "" + +#: src/Model/Item.php:1686 +#, php-format +msgid "%1$s may attend %2$s's %3$s" +msgstr "" + +#: src/Model/Group.php:44 +msgid "" +"A deleted group with this name was revived. Existing item permissions " +"may apply to this group and any future members. If this is " +"not what you intended, please create another group with a different name." +msgstr "" + +#: src/Model/Group.php:328 +msgid "Default privacy group for new contacts" +msgstr "" + +#: src/Model/Group.php:361 +msgid "Everybody" +msgstr "Kaikki" + +#: src/Model/Group.php:381 +msgid "edit" +msgstr "muokkaa" + +#: src/Model/Group.php:405 +msgid "Edit group" +msgstr "Muokkaa ryhmää" + +#: src/Model/Group.php:406 +msgid "Contacts not in any group" +msgstr "Kontaktit ilman ryhmää" + +#: src/Model/Group.php:407 +msgid "Create a new group" +msgstr "Luo uusi ryhmä" + +#: src/Model/Group.php:409 +msgid "Edit groups" +msgstr "Muokkaa ryhmiä" + +#: src/Model/Contact.php:645 +msgid "Drop Contact" +msgstr "Poista kontakti" + +#: src/Model/Contact.php:1048 +msgid "Organisation" +msgstr "Järjestö" + +#: src/Model/Contact.php:1051 +msgid "News" +msgstr "Uutiset" + +#: src/Model/Contact.php:1054 +msgid "Forum" +msgstr "Keskustelupalsta" + +#: src/Model/Contact.php:1233 +msgid "Connect URL missing." +msgstr "Yhteys URL-linkki puuttuu." + +#: src/Model/Contact.php:1242 +msgid "" +"The contact could not be added. Please check the relevant network " +"credentials in your Settings -> Social Networks page." +msgstr "" + +#: src/Model/Contact.php:1289 +msgid "" +"This site is not configured to allow communications with other networks." +msgstr "" + +#: src/Model/Contact.php:1290 src/Model/Contact.php:1304 +msgid "No compatible communication protocols or feeds were discovered." +msgstr "" + +#: src/Model/Contact.php:1302 +msgid "The profile address specified does not provide adequate information." +msgstr "" + +#: src/Model/Contact.php:1307 +msgid "An author or name was not found." +msgstr "" + +#: src/Model/Contact.php:1310 +msgid "No browser URL could be matched to this address." +msgstr "" + +#: src/Model/Contact.php:1313 +msgid "" +"Unable to match @-style Identity Address with a known protocol or email " +"contact." +msgstr "" + +#: src/Model/Contact.php:1314 +msgid "Use mailto: in front of address to force email check." +msgstr "" + +#: src/Model/Contact.php:1320 +msgid "" +"The profile address specified belongs to a network which has been disabled " +"on this site." +msgstr "" + +#: src/Model/Contact.php:1325 +msgid "" +"Limited profile. This person will be unable to receive direct/personal " +"notifications from you." +msgstr "" + +#: src/Model/Contact.php:1376 +msgid "Unable to retrieve contact information." +msgstr "" + +#: src/Model/Contact.php:1588 +#, php-format +msgid "%s's birthday" +msgstr "%s: syntymäpäivä" + +#: src/Model/Contact.php:1589 src/Protocol/DFRN.php:1478 +#, php-format +msgid "Happy Birthday %s" +msgstr "Hyvää syntymäpäivää %s" + +#: src/Model/Event.php:53 src/Model/Event.php:70 src/Model/Event.php:419 +#: src/Model/Event.php:882 +msgid "Starts:" +msgstr "Alkaa:" + +#: src/Model/Event.php:56 src/Model/Event.php:76 src/Model/Event.php:420 +#: src/Model/Event.php:886 +msgid "Finishes:" +msgstr "Päättyy:" + +#: src/Model/Event.php:368 +msgid "all-day" +msgstr "koko päivä" + +#: src/Model/Event.php:391 +msgid "Jun" +msgstr "Kes." + +#: src/Model/Event.php:394 +msgid "Sept" +msgstr "Syy." + +#: src/Model/Event.php:417 +msgid "No events to display" +msgstr "Ei näytettäviä tapahtumia." + +#: src/Model/Event.php:543 +msgid "l, F j" +msgstr "l, F j" + +#: src/Model/Event.php:566 +msgid "Edit event" +msgstr "Muokkaa tapahtumaa" + +#: src/Model/Event.php:567 +msgid "Duplicate event" +msgstr "Monista tapahtuma" + +#: src/Model/Event.php:568 +msgid "Delete event" +msgstr "Poista tapahtuma" + +#: src/Model/Event.php:815 +msgid "D g:i A" +msgstr "" + +#: src/Model/Event.php:816 +msgid "g:i A" +msgstr "" + +#: src/Model/Event.php:901 src/Model/Event.php:903 +msgid "Show map" +msgstr "Näytä kartta" + +#: src/Model/Event.php:902 +msgid "Hide map" +msgstr "Piilota kartta" + +#: src/Model/User.php:144 +msgid "Login failed" +msgstr "Kirjautuminen epäonnistui" + +#: src/Model/User.php:175 +msgid "Not enough information to authenticate" +msgstr "" + +#: src/Model/User.php:332 +msgid "An invitation is required." +msgstr "" + +#: src/Model/User.php:336 +msgid "Invitation could not be verified." +msgstr "Kutsua ei voitu vahvistaa." + +#: src/Model/User.php:343 +msgid "Invalid OpenID url" +msgstr "Virheellinen OpenID url-osoite" + +#: src/Model/User.php:356 src/Module/Login.php:100 +msgid "" +"We encountered a problem while logging in with the OpenID you provided. " +"Please check the correct spelling of the ID." +msgstr "" + +#: src/Model/User.php:356 src/Module/Login.php:100 +msgid "The error message was:" +msgstr "Virheviesti oli:" + +#: src/Model/User.php:362 +msgid "Please enter the required information." +msgstr "Syötä tarvittavat tiedot." + +#: src/Model/User.php:375 +msgid "Please use a shorter name." +msgstr "" + +#: src/Model/User.php:378 +msgid "Name too short." +msgstr "Nimi on liian lyhyt." + +#: src/Model/User.php:386 +msgid "That doesn't appear to be your full (First Last) name." +msgstr "" + +#: src/Model/User.php:391 +msgid "Your email domain is not among those allowed on this site." +msgstr "" + +#: src/Model/User.php:395 +msgid "Not a valid email address." +msgstr "Virheellinen sähköpostiosoite." + +#: src/Model/User.php:399 src/Model/User.php:407 +msgid "Cannot use that email." +msgstr "" + +#: src/Model/User.php:414 +msgid "Your nickname can only contain a-z, 0-9 and _." +msgstr "" + +#: src/Model/User.php:421 src/Model/User.php:477 +msgid "Nickname is already registered. Please choose another." +msgstr "" + +#: src/Model/User.php:431 +msgid "SERIOUS ERROR: Generation of security keys failed." +msgstr "VAKAVA VIRHE: Salausavainten luominen epäonnistui." + +#: src/Model/User.php:464 src/Model/User.php:468 +msgid "An error occurred during registration. Please try again." +msgstr "" + +#: src/Model/User.php:488 view/theme/duepuntozero/config.php:54 +msgid "default" +msgstr "oletus" + +#: src/Model/User.php:493 +msgid "An error occurred creating your default profile. Please try again." +msgstr "" + +#: src/Model/User.php:500 +msgid "An error occurred creating your self contact. Please try again." +msgstr "" + +#: src/Model/User.php:509 +msgid "" +"An error occurred creating your default contact group. Please try again." +msgstr "" + +#: src/Model/User.php:583 +#, php-format +msgid "" +"\n" +"\t\t\tDear %1$s,\n" +"\t\t\t\tThank you for registering at %2$s. Your account is pending for approval by the administrator.\n" +"\t\t" +msgstr "" + +#: src/Model/User.php:593 +#, php-format +msgid "Registration at %s" +msgstr "" + +#: src/Model/User.php:611 +#, php-format +msgid "" +"\n" +"\t\t\tDear %1$s,\n" +"\t\t\t\tThank you for registering at %2$s. Your account has been created.\n" +"\t\t" +msgstr "" + +#: src/Model/User.php:615 +#, php-format +msgid "" +"\n" +"\t\t\tThe login details are as follows:\n" +"\n" +"\t\t\tSite Location:\t%3$s\n" +"\t\t\tLogin Name:\t\t%1$s\n" +"\t\t\tPassword:\t\t%5$s\n" +"\n" +"\t\t\tYou may change your password from your account \"Settings\" page after logging\n" +"\t\t\tin.\n" +"\n" +"\t\t\tPlease take a few moments to review the other account settings on that page.\n" +"\n" +"\t\t\tYou may also wish to add some basic information to your default profile\n" +"\t\t\t(on the \"Profiles\" page) so that other people can easily find you.\n" +"\n" +"\t\t\tWe recommend setting your full name, adding a profile photo,\n" +"\t\t\tadding some profile \"keywords\" (very useful in making new friends) - and\n" +"\t\t\tperhaps what country you live in; if you do not wish to be more specific\n" +"\t\t\tthan that.\n" +"\n" +"\t\t\tWe fully respect your right to privacy, and none of these items are necessary.\n" +"\t\t\tIf you are new and do not know anybody here, they may help\n" +"\t\t\tyou to make some new and interesting friends.\n" +"\n" +"\t\t\tIf you ever want to delete your account, you can do so at %3$s/removeme\n" +"\n" +"\t\t\tThank you and welcome to %2$s." +msgstr "" + +#: src/Protocol/OStatus.php:1799 +#, php-format +msgid "%s is now following %s." +msgstr "%s seuraa %s." + +#: src/Protocol/OStatus.php:1800 +msgid "following" +msgstr "seuraa" + +#: src/Protocol/OStatus.php:1803 +#, php-format +msgid "%s stopped following %s." +msgstr "%s ei enää seuraa %s." + +#: src/Protocol/OStatus.php:1804 +msgid "stopped following" +msgstr "ei enää seuraa" + +#: src/Protocol/DFRN.php:1477 +#, php-format +msgid "%s\\'s birthday" +msgstr "%s\\ käyttäjän syntymäpäivä" + +#: src/Protocol/Diaspora.php:2651 +msgid "Sharing notification from Diaspora network" +msgstr "" + +#: src/Protocol/Diaspora.php:3738 +msgid "Attachments:" +msgstr "Liitteitä:" + +#: src/Worker/Delivery.php:392 +msgid "(no subject)" +msgstr "(ei aihetta)" + +#: src/Object/Post.php:128 +msgid "This entry was edited" +msgstr "" + +#: src/Object/Post.php:182 +msgid "save to folder" +msgstr "tallenna kansioon" + +#: src/Object/Post.php:235 +msgid "I will attend" +msgstr "Osallistun" + +#: src/Object/Post.php:235 +msgid "I will not attend" +msgstr "En aio osallistua" + +#: src/Object/Post.php:235 +msgid "I might attend" +msgstr "Ehkä osallistun" + +#: src/Object/Post.php:263 +msgid "add star" +msgstr "lisää tähti" + +#: src/Object/Post.php:264 +msgid "remove star" +msgstr "poista tähti" + +#: src/Object/Post.php:265 +msgid "toggle star status" +msgstr "Tähtitila päälle/pois" + +#: src/Object/Post.php:268 +msgid "starred" +msgstr "tähtimerkitty" + +#: src/Object/Post.php:274 +msgid "ignore thread" +msgstr "" + +#: src/Object/Post.php:275 +msgid "unignore thread" +msgstr "" + +#: src/Object/Post.php:276 +msgid "toggle ignore status" +msgstr "" + +#: src/Object/Post.php:285 +msgid "add tag" +msgstr "lisää tägi" + +#: src/Object/Post.php:296 +msgid "like" +msgstr "tykkää" + +#: src/Object/Post.php:297 +msgid "dislike" +msgstr "" + +#: src/Object/Post.php:300 +msgid "Share this" +msgstr "Jaa tämä" + +#: src/Object/Post.php:300 +msgid "share" +msgstr "jaa" + +#: src/Object/Post.php:365 +msgid "to" +msgstr "" + +#: src/Object/Post.php:366 +msgid "via" +msgstr "kautta" + +#: src/Object/Post.php:367 +msgid "Wall-to-Wall" +msgstr "" + +#: src/Object/Post.php:368 +msgid "via Wall-To-Wall:" +msgstr "" + +#: src/Object/Post.php:427 +#, php-format +msgid "%d comment" +msgid_plural "%d comments" +msgstr[0] "%d kommentti" +msgstr[1] "%d kommentteja" + +#: src/Object/Post.php:797 +msgid "Bold" +msgstr "Lihavoitu" + +#: src/Object/Post.php:798 +msgid "Italic" +msgstr "Kursivoitu" + +#: src/Object/Post.php:799 +msgid "Underline" +msgstr "Alleviivaus" + +#: src/Object/Post.php:800 +msgid "Quote" +msgstr "Lainaus" + +#: src/Object/Post.php:801 +msgid "Code" +msgstr "Koodi" + +#: src/Object/Post.php:802 +msgid "Image" +msgstr "Kuva" + +#: src/Object/Post.php:803 +msgid "Link" +msgstr "Linkki" + +#: src/Object/Post.php:804 +msgid "Video" +msgstr "Video" + +#: src/Module/Login.php:282 +msgid "Create a New Account" +msgstr "Luo uusi käyttäjätili" + +#: src/Module/Login.php:315 +msgid "Password: " +msgstr "Salasana:" + +#: src/Module/Login.php:316 +msgid "Remember me" +msgstr "Muista minut" + +#: src/Module/Login.php:319 +msgid "Or login using OpenID: " +msgstr "Kirjaudu sisään OpenID -tunnuksella:" + +#: src/Module/Login.php:325 +msgid "Forgot your password?" +msgstr "Unohditko salasanasi?" + +#: src/Module/Login.php:328 +msgid "Website Terms of Service" +msgstr "Verkkosivun käyttöehdot" + +#: src/Module/Login.php:329 +msgid "terms of service" +msgstr "käyttöehdot" + +#: src/Module/Login.php:331 +msgid "Website Privacy Policy" +msgstr "Sivuston tietosuojakäytäntö" + +#: src/Module/Login.php:332 +msgid "privacy policy" +msgstr "tietosuojakäytäntö" + +#: src/Module/Logout.php:28 +msgid "Logged out." +msgstr "Kirjautunut ulos." + +#: src/App.php:511 +msgid "Delete this item?" +msgstr "Poista tämä kohde?" + +#: src/App.php:513 +msgid "show fewer" +msgstr "näytä vähemmän" + +#: view/theme/duepuntozero/config.php:55 +msgid "greenzero" +msgstr "greenzero" + +#: view/theme/duepuntozero/config.php:56 +msgid "purplezero" +msgstr "purplezero" + +#: view/theme/duepuntozero/config.php:57 +msgid "easterbunny" +msgstr "easterbunny" + +#: view/theme/duepuntozero/config.php:58 +msgid "darkzero" +msgstr "darkzero" + +#: view/theme/duepuntozero/config.php:59 +msgid "comix" +msgstr "comix" + +#: view/theme/duepuntozero/config.php:60 +msgid "slackr" +msgstr "slackr" + +#: view/theme/duepuntozero/config.php:74 +msgid "Variations" +msgstr "Muunnelmat" + +#: view/theme/frio/php/Image.php:25 +msgid "Repeat the image" +msgstr "Toista kuva" + +#: view/theme/frio/php/Image.php:25 +msgid "Will repeat your image to fill the background." +msgstr "" + +#: view/theme/frio/php/Image.php:27 +msgid "Stretch" +msgstr "Venytä" + +#: view/theme/frio/php/Image.php:27 +msgid "Will stretch to width/height of the image." +msgstr "" + +#: view/theme/frio/php/Image.php:29 +msgid "Resize fill and-clip" +msgstr "" + +#: view/theme/frio/php/Image.php:29 +msgid "Resize to fill and retain aspect ratio." +msgstr "" + +#: view/theme/frio/php/Image.php:31 +msgid "Resize best fit" +msgstr "" + +#: view/theme/frio/php/Image.php:31 +msgid "Resize to best fit and retain aspect ratio." +msgstr "" + +#: view/theme/frio/config.php:97 +msgid "Default" +msgstr "Oletus" + +#: view/theme/frio/config.php:109 +msgid "Note" +msgstr "" + +#: view/theme/frio/config.php:109 +msgid "Check image permissions if all users are allowed to visit the image" +msgstr "" + +#: view/theme/frio/config.php:116 +msgid "Select scheme" +msgstr "Valitse malli" + +#: view/theme/frio/config.php:117 +msgid "Navigation bar background color" +msgstr "Navigointipalkin taustaväri" + +#: view/theme/frio/config.php:118 +msgid "Navigation bar icon color " +msgstr "Navigointipalkin kuvakkeiden väri" + +#: view/theme/frio/config.php:119 +msgid "Link color" +msgstr "Linkin väri" + +#: view/theme/frio/config.php:120 +msgid "Set the background color" +msgstr "Valitse taustaväri" + +#: view/theme/frio/config.php:121 +msgid "Content background opacity" +msgstr "Sisällön taustasameus" + +#: view/theme/frio/config.php:122 +msgid "Set the background image" +msgstr "Valitse taustakuva" + +#: view/theme/frio/config.php:127 +msgid "Login page background image" +msgstr "Sisäänkirjautumissivun taustakuva" + +#: view/theme/frio/config.php:130 +msgid "Login page background color" +msgstr "Sisäänkirjautumissivun taustaväri" + +#: view/theme/frio/config.php:130 +msgid "Leave background image and color empty for theme defaults" +msgstr "" + +#: view/theme/frio/theme.php:238 +msgid "Guest" +msgstr "Vieras" + +#: view/theme/frio/theme.php:243 +msgid "Visitor" +msgstr "Vierailija" + +#: view/theme/quattro/config.php:76 +msgid "Alignment" +msgstr "Kohdistaminen" + +#: view/theme/quattro/config.php:76 +msgid "Left" +msgstr "Vasemmalle" + +#: view/theme/quattro/config.php:76 +msgid "Center" +msgstr "Keskelle" + +#: view/theme/quattro/config.php:77 +msgid "Color scheme" +msgstr "Värimalli" + +#: view/theme/quattro/config.php:78 +msgid "Posts font size" +msgstr "Julkaisujen fonttikoko" + +#: view/theme/quattro/config.php:79 +msgid "Textareas font size" +msgstr "Tekstikenttien fonttikoko" + +#: view/theme/vier/config.php:75 +msgid "Comma separated list of helper forums" +msgstr "" + +#: view/theme/vier/config.php:122 +msgid "Set style" +msgstr "Aseta tyyli" + +#: view/theme/vier/config.php:123 +msgid "Community Pages" +msgstr "Yhteisösivut" + +#: view/theme/vier/config.php:124 view/theme/vier/theme.php:150 +msgid "Community Profiles" +msgstr "Yhteisöprofiilit" + +#: view/theme/vier/config.php:125 +msgid "Help or @NewHere ?" +msgstr "" + +#: view/theme/vier/config.php:126 view/theme/vier/theme.php:389 +msgid "Connect Services" +msgstr "Yhdistä palvelut" + +#: view/theme/vier/config.php:127 view/theme/vier/theme.php:199 +msgid "Find Friends" +msgstr "Etsi kavereita" + +#: view/theme/vier/config.php:128 view/theme/vier/theme.php:181 +msgid "Last users" +msgstr "Viimeisimmät käyttäjät" + +#: view/theme/vier/theme.php:200 +msgid "Local Directory" +msgstr "Paikallinen hakemisto" + +#: view/theme/vier/theme.php:292 +msgid "Quick Start" +msgstr "Pika-aloitus" + +#: index.php:444 +msgid "toggle mobile" +msgstr "Mobiilisivusto päälle/pois" + +#: boot.php:791 +#, php-format +msgid "Update %s failed. See error logs." +msgstr "%s päivitys epäonnistui, katso virhelokit." diff --git a/view/lang/fi-fi/strings.php b/view/lang/fi-fi/strings.php new file mode 100644 index 0000000000..808558b651 --- /dev/null +++ b/view/lang/fi-fi/strings.php @@ -0,0 +1,2175 @@ +strings["Welcome "] = "Tervetuloa"; +$a->strings["Please upload a profile photo."] = "Lataa profiilikuva."; +$a->strings["Welcome back "] = "Tervetuloa takaisin"; +$a->strings["The form security token was not correct. This probably happened because the form has been opened for too long (>3 hours) before submitting it."] = ""; +$a->strings["Cannot locate DNS info for database server '%s'"] = "'%s' tietokantapalvelimen DNS-tieto ei löydy"; +$a->strings["Daily posting limit of %d post reached. The post was rejected."] = [ + 0 => "Päivittäinen julkaisuraja (%d) on tullut täyteen. Julkaisu hylätty.", + 1 => "Päivittäinen julkaisuraja (%d) on tullut täyteen. Julkaisu hylätty.", +]; +$a->strings["Weekly posting limit of %d post reached. The post was rejected."] = [ + 0 => "Viikottainen julkaisuraja (%d) on tullut täyteen. Julkaisu hylätty.", + 1 => "Viikottainen julkaisuraja (%d) on tullut täyteen. Julkaisu hylätty.", +]; +$a->strings["Monthly posting limit of %d post reached. The post was rejected."] = "Kuukausittainen julkaisuraja (%d) on tullut täyteen. Julkaisu hylätty."; +$a->strings["Profile Photos"] = "Profiilin valokuvat"; +$a->strings["Friendica Notification"] = "Friendica-huomautus"; +$a->strings["Thank You,"] = "Kiitos,"; +$a->strings["%s Administrator"] = "%s Ylläpitäjä"; +$a->strings["%1\$s, %2\$s Administrator"] = "%1\$s, %2\$s Ylläpitäjä"; +$a->strings["noreply"] = "eivast"; +$a->strings["[Friendica:Notify] New mail received at %s"] = "[Friendica:Notify] Uusi viesti, katso %s"; +$a->strings["%1\$s sent you a new private message at %2\$s."] = ""; +$a->strings["a private message"] = "yksityisviesti"; +$a->strings["%1\$s sent you %2\$s."] = "%1\$s lähetti sinulle %2\$s."; +$a->strings["Please visit %s to view and/or reply to your private messages."] = ""; +$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"] = "[Friendica:Notify] %s merkitsi sinut"; +$a->strings["%1\$s tagged you at %2\$s"] = ""; +$a->strings["%1\$s [url=%2\$s]tagged you[/url]."] = "%1\$s [url=%2\$s]merkitsi sinut[/url]."; +$a->strings["[Friendica:Notify] %s shared a new post"] = "[Friendica:Notify] %s jakoi uuden julkaisun"; +$a->strings["%1\$s shared a new post at %2\$s"] = ""; +$a->strings["%1\$s [url=%2\$s]shared a post[/url]."] = ""; +$a->strings["[Friendica:Notify] %1\$s poked you"] = "[Friendica:Notify] %1\$s tökkäsi sinua."; +$a->strings["%1\$s poked you at %2\$s"] = ""; +$a->strings["%1\$s [url=%2\$s]poked you[/url]."] = "%1\$s [url=%2\$s]tökkasi sinua[/url]."; +$a->strings["[Friendica:Notify] %s tagged your post"] = "[Friendica:Notify] %s merkitsi julkaisusi"; +$a->strings["%1\$s tagged your post at %2\$s"] = ""; +$a->strings["%1\$s tagged [url=%2\$s]your post[/url]"] = "%1\$s merkitsi [url=%2\$s]julkaisusi[/url]"; +$a->strings["[Friendica:Notify] Introduction received"] = "[Friendica:Notify] Esittely vastaanotettu"; +$a->strings["You've received an introduction from '%1\$s' at %2\$s"] = ""; +$a->strings["You've received [url=%1\$s]an introduction[/url] from %2\$s."] = ""; +$a->strings["You may visit their profile at %s"] = "Voit vierailla hänen profiilissaan kohteessa %s"; +$a->strings["Please visit %s to approve or reject the introduction."] = "Hyväksy tai hylkää esittely %s-sivustossa"; +$a->strings["[Friendica:Notify] A new person is sharing with you"] = ""; +$a->strings["%1\$s is sharing with you at %2\$s"] = ""; +$a->strings["[Friendica:Notify] You have a new follower"] = "[Friendica:Notify] Sinulla on uusi seuraaja"; +$a->strings["You have a new follower at %2\$s : %1\$s"] = "Sinulla on uusi seuraaja sivustolla %2\$s : %1\$s"; +$a->strings["[Friendica:Notify] Friend suggestion received"] = "[Friendica:Notify] Kaveripyyntö vastaanotettu"; +$a->strings["You've received a friend suggestion from '%1\$s' at %2\$s"] = "Sait kaverikutsun henkilöltä '%1\$s' (%2\$s)"; +$a->strings["You've received [url=%1\$s]a friend suggestion[/url] for %2\$s from %3\$s."] = ""; +$a->strings["Name:"] = "Nimi:"; +$a->strings["Photo:"] = "Kuva:"; +$a->strings["Please visit %s to approve or reject the suggestion."] = "Hyväksy tai hylkää ehdotus %s-sivustossa"; +$a->strings["[Friendica:Notify] Connection accepted"] = "[Friendica:Notify] Yhteys hyväksytty"; +$a->strings["'%1\$s' has accepted your connection request at %2\$s"] = ""; +$a->strings["%2\$s has accepted your [url=%1\$s]connection request[/url]."] = ""; +$a->strings["You are now mutual friends and may exchange status updates, photos, and email without restriction."] = "Olette nyt yhteiset ystävät ja voitte lähettää toisillenne tilapäivityksiä, kuvia ja sähköposteja ilman rajoituksia."; +$a->strings["Please visit %s if you wish to make any changes to this relationship."] = ""; +$a->strings["'%1\$s' has chosen to accept you a fan, which restricts some forms of communication - such as private messaging and some profile interactions. If this is a celebrity or community page, these settings were applied automatically."] = ""; +$a->strings["'%1\$s' may choose to extend this into a two-way or more permissive relationship in the future."] = "'%1\$s' voi halutessaan laajentaa suhteenne kahdenväliseksi."; +$a->strings["Please visit %s if you wish to make any changes to this relationship."] = ""; +$a->strings["[Friendica System:Notify] registration request"] = "[Friendica System:Notify] rekisteröitymispyyntö"; +$a->strings["You've received a registration request from '%1\$s' at %2\$s"] = ""; +$a->strings["You've received a [url=%1\$s]registration request[/url] from %2\$s."] = ""; +$a->strings["Full Name:\t%1\$s\\nSite Location:\t%2\$s\\nLogin Name:\t%3\$s (%4\$s)"] = ""; +$a->strings["Please visit %s to approve or reject the request."] = "Hyväksy tai hylkää pyyntö %s-sivustossa."; +$a->strings["Item not found."] = "Kohdetta ei löytynyt."; +$a->strings["Do you really want to delete this item?"] = "Haluatko varmasti poistaa tämän kohteen?"; +$a->strings["Yes"] = "Kyllä"; +$a->strings["Cancel"] = "Peru"; +$a->strings["Permission denied."] = "Käyttöoikeus evätty."; +$a->strings["Archives"] = "Arkisto"; +$a->strings["show more"] = "näytä lisää"; +$a->strings["event"] = "tapahtuma"; +$a->strings["status"] = "tila"; +$a->strings["photo"] = "kuva"; +$a->strings["%1\$s likes %2\$s's %3\$s"] = "%1\$s tykkää käyttäjän %2\$s %3\$s"; +$a->strings["%1\$s doesn't like %2\$s's %3\$s"] = ""; +$a->strings["%1\$s attends %2\$s's %3\$s"] = "%1\$s osallistuu tapahtumaan %3\$s, jonka järjestää %2\$s"; +$a->strings["%1\$s doesn't attend %2\$s's %3\$s"] = "%1\$s ei osallistu tapahtumaan %3\$s, jonka järjestää %2\$s"; +$a->strings["%1\$s attends maybe %2\$s's %3\$s"] = "%1\$s ehkä osallistuu tapahtumaan %3\$s, jonka järjestää %2\$s"; +$a->strings["%1\$s is now friends with %2\$s"] = "%1\$s ja %2\$s ovat kavereita"; +$a->strings["%1\$s poked %2\$s"] = "%1\$s tökkäsi %2\$s"; +$a->strings["%1\$s tagged %2\$s's %3\$s with %4\$s"] = ""; +$a->strings["post/item"] = "julkaisu/kohde"; +$a->strings["%1\$s marked %2\$s's %3\$s as favorite"] = ""; +$a->strings["Likes"] = "Tykkäyksiä"; +$a->strings["Dislikes"] = "Inhokit"; +$a->strings["Attending"] = [ + 0 => "Osallistuu", + 1 => "Osallistuu", +]; +$a->strings["Not attending"] = "Ei osallistu"; +$a->strings["Might attend"] = "Ehkä"; +$a->strings["Select"] = "Valitse"; +$a->strings["Delete"] = "Poista"; +$a->strings["View %s's profile @ %s"] = ""; +$a->strings["Categories:"] = "Luokat:"; +$a->strings["Filed under:"] = ""; +$a->strings["%s from %s"] = ""; +$a->strings["View in context"] = "Näytä kontekstissa"; +$a->strings["Please wait"] = "Odota"; +$a->strings["remove"] = "poista"; +$a->strings["Delete Selected Items"] = "Poista valitut kohteet"; +$a->strings["Follow Thread"] = "Seuraa ketjua"; +$a->strings["View Status"] = "Näytä tila"; +$a->strings["View Profile"] = "Näytä profiilia"; +$a->strings["View Photos"] = "Näytä kuvia"; +$a->strings["Network Posts"] = "Verkkojulkaisut"; +$a->strings["View Contact"] = "Näytä kontaktia"; +$a->strings["Send PM"] = "Lähetä yksityisviesti"; +$a->strings["Poke"] = "Tökkää"; +$a->strings["Connect/Follow"] = "Yhdistä/Seuraa"; +$a->strings["%s likes this."] = "%s tykkää tästä."; +$a->strings["%s doesn't like this."] = "%s ei tykkää tästä."; +$a->strings["%s attends."] = "%s osallistuu."; +$a->strings["%s doesn't attend."] = "%s ei osallistu."; +$a->strings["%s attends maybe."] = "%s ehkä osallistuu."; +$a->strings["and"] = "ja"; +$a->strings["and %d other people"] = "ja %d muuta ihmistä"; +$a->strings["%2\$d people like this"] = "%2\$d ihmistä tykkää tästä"; +$a->strings["%s like this."] = "%s tykkää tästä."; +$a->strings["%2\$d people don't like this"] = "%2\$d ihmistä ei tykkää tästä."; +$a->strings["%s don't like this."] = "%s ei tykkää tästä."; +$a->strings["%2\$d people attend"] = "%2\$d ihmistä osallistuu"; +$a->strings["%s attend."] = "%s osallistuu."; +$a->strings["%2\$d people don't attend"] = "%2\$d ihmistä ei osallistu"; +$a->strings["%s don't attend."] = "%s ei osallistu."; +$a->strings["%2\$d people attend maybe"] = "%2\$d ihmistä ehkä osallistuu"; +$a->strings["%s attend maybe."] = "%s ehkä osallistuu."; +$a->strings["Visible to everybody"] = "Näkyy kaikille"; +$a->strings["Please enter a link URL:"] = "Lisää URL-linkki:"; +$a->strings["Please enter a video link/URL:"] = "Lisää video URL-linkki:"; +$a->strings["Please enter an audio link/URL:"] = "Lisää ääni URL-linkki:"; +$a->strings["Tag term:"] = ""; +$a->strings["Save to Folder:"] = "Tallenna kansioon:"; +$a->strings["Where are you right now?"] = "Mikä on sijaintisi?"; +$a->strings["Delete item(s)?"] = "Poista kohde/kohteet?"; +$a->strings["New Post"] = "Uusi julkaisu"; +$a->strings["Share"] = "Jaa"; +$a->strings["Upload photo"] = "Lähetä kuva"; +$a->strings["upload photo"] = "lähetä kuva"; +$a->strings["Attach file"] = "Liitä tiedosto"; +$a->strings["attach file"] = "liitä tiedosto"; +$a->strings["Insert web link"] = "Lisää linkki"; +$a->strings["web link"] = "WWW-linkki"; +$a->strings["Insert video link"] = "Lisää videolinkki"; +$a->strings["video link"] = "videolinkki"; +$a->strings["Insert audio link"] = "Lisää äänilinkki"; +$a->strings["audio link"] = "äänilinkki"; +$a->strings["Set your location"] = "Aseta sijaintisi"; +$a->strings["set location"] = "aseta sijainti"; +$a->strings["Clear browser location"] = "Tyhjennä selaimen sijainti"; +$a->strings["clear location"] = "tyhjennä sijainti"; +$a->strings["Set title"] = "Aseta otsikko"; +$a->strings["Categories (comma-separated list)"] = "Luokat (pilkuilla eroteltu luettelo)"; +$a->strings["Permission settings"] = "Käyttöoikeusasetukset"; +$a->strings["permissions"] = "käyttöoikeudet"; +$a->strings["Public post"] = "Julkinen viesti"; +$a->strings["Preview"] = "Esikatselu"; +$a->strings["Post to Groups"] = "Lähetä ryhmiin"; +$a->strings["Post to Contacts"] = "Lähetä kontakteille"; +$a->strings["Private post"] = "Yksityinen julkaisu"; +$a->strings["Message"] = "Viesti"; +$a->strings["Browser"] = "Selain"; +$a->strings["View all"] = "Näytä kaikki"; +$a->strings["Like"] = [ + 0 => "Tykkäys", + 1 => "Tykkäyksiä", +]; +$a->strings["Dislike"] = [ + 0 => "Inhokki", + 1 => "Inhokit", +]; +$a->strings["Not Attending"] = [ + 0 => "Ei osallistu", + 1 => "Ei osallistu", +]; +$a->strings["Undecided"] = [ + 0 => "", + 1 => "", +]; +$a->strings["newer"] = "uudempi"; +$a->strings["older"] = "vanhempi"; +$a->strings["first"] = "ensimmäinen"; +$a->strings["prev"] = "edellinen"; +$a->strings["next"] = "seuraava"; +$a->strings["last"] = "viimeinen"; +$a->strings["Loading more entries..."] = "Merkinnät ladataan..."; +$a->strings["The end"] = "Loppu"; +$a->strings["No contacts"] = "Ei kontakteja"; +$a->strings["%d Contact"] = [ + 0 => "%d kontakti", + 1 => "%d kontakteja", +]; +$a->strings["View Contacts"] = "Näytä kontaktit"; +$a->strings["Save"] = "Tallenna"; +$a->strings["Follow"] = "Seuraa"; +$a->strings["Search"] = "Haku"; +$a->strings["@name, !forum, #tags, content"] = "@nimi, !foorumi, #tunnisteet, sisältö"; +$a->strings["Full Text"] = "Koko teksti"; +$a->strings["Tags"] = "Tunnisteet"; +$a->strings["Contacts"] = "Yhteystiedot"; +$a->strings["Forums"] = "Foorumit"; +$a->strings["poke"] = "töki"; +$a->strings["poked"] = "tökkäsi"; +$a->strings["ping"] = "pingaa"; +$a->strings["pinged"] = "pingasi"; +$a->strings["prod"] = "töki"; +$a->strings["prodded"] = "tökkäsi"; +$a->strings["slap"] = "läimäytä"; +$a->strings["slapped"] = "läimäsi"; +$a->strings["finger"] = ""; +$a->strings["fingered"] = ""; +$a->strings["rebuff"] = "torju"; +$a->strings["rebuffed"] = "torjui"; +$a->strings["Monday"] = "Maanantai"; +$a->strings["Tuesday"] = "Tiistai"; +$a->strings["Wednesday"] = "Keskiviikko"; +$a->strings["Thursday"] = "Torstai"; +$a->strings["Friday"] = "Perjantai"; +$a->strings["Saturday"] = "Lauantai"; +$a->strings["Sunday"] = "Sunnuntai"; +$a->strings["January"] = "Tammikuu"; +$a->strings["February"] = "Helmikuu"; +$a->strings["March"] = "Maaliskuu"; +$a->strings["April"] = "Huhtikuu"; +$a->strings["May"] = "Toukokuu"; +$a->strings["June"] = "Kesäkuu"; +$a->strings["July"] = "Heinäkuu"; +$a->strings["August"] = "Elokuu"; +$a->strings["September"] = "Syyskuu"; +$a->strings["October"] = "Lokakuu"; +$a->strings["November"] = "Marraskuu"; +$a->strings["December"] = "Joulukuu"; +$a->strings["Mon"] = "Ma"; +$a->strings["Tue"] = "Ti"; +$a->strings["Wed"] = "Ke"; +$a->strings["Thu"] = "To"; +$a->strings["Fri"] = "Pe"; +$a->strings["Sat"] = "La"; +$a->strings["Sun"] = "Su"; +$a->strings["Jan"] = "Tam."; +$a->strings["Feb"] = "Hel."; +$a->strings["Mar"] = "Maa."; +$a->strings["Apr"] = "Huh."; +$a->strings["Jul"] = "Tou."; +$a->strings["Aug"] = "Elo."; +$a->strings["Sep"] = "Syy."; +$a->strings["Oct"] = "Lok."; +$a->strings["Nov"] = "Mar."; +$a->strings["Dec"] = "Jou."; +$a->strings["Content warning: %s"] = ""; +$a->strings["View Video"] = "Katso video"; +$a->strings["bytes"] = "tavua"; +$a->strings["Click to open/close"] = "Klikkaa auki/kiinni"; +$a->strings["View on separate page"] = "Katso erillisellä sivulla"; +$a->strings["view on separate page"] = "katso erillisellä sivulla"; +$a->strings["link to source"] = "linkki lähteeseen"; +$a->strings["activity"] = "toiminta"; +$a->strings["comment"] = [ + 0 => "kommentoi", + 1 => "kommentoi", +]; +$a->strings["post"] = "julkaisu"; +$a->strings["Item filed"] = ""; +$a->strings["No friends to display."] = ""; +$a->strings["Connect"] = "Yhdistä"; +$a->strings["Authorize application connection"] = "Vahvista sovellusyhteys"; +$a->strings["Return to your app and insert this Securty Code:"] = "Palaa takaisin sovellukseen ja lisää tämä turvakoodi:"; +$a->strings["Please login to continue."] = "Ole hyvä ja kirjaudu jatkaaksesi."; +$a->strings["Do you want to authorize this application to access your posts and contacts, and/or create new posts for you?"] = "Haluatko antaa tälle sovellukselle luvan hakea viestejäsi ja yhteystietojasi ja/tai luoda uusia viestejä?"; +$a->strings["No"] = "Ei"; +$a->strings["You must be logged in to use addons. "] = ""; +$a->strings["Applications"] = "Sovellukset"; +$a->strings["No installed applications."] = "Ei asennettuja sovelluksia."; +$a->strings["Item not available."] = "Kohde ei saatavilla."; +$a->strings["Item was not found."] = "Kohdetta ei löytynyt."; +$a->strings["No contacts in common."] = "Ei yhteisiä kontakteja."; +$a->strings["Common Friends"] = "Yhteisiä kavereita"; +$a->strings["Credits"] = "Lopputekstit"; +$a->strings["Friendica is a community project, that would not be possible without the help of many people. Here is a list of those who have contributed to the code or the translation of Friendica. Thank you all!"] = ""; +$a->strings["Contact settings applied."] = "Kontaktiasetukset tallennettu."; +$a->strings["Contact update failed."] = "Kontaktipäivitys epäonnistui."; +$a->strings["Contact not found."] = "Kontaktia ei ole."; +$a->strings["WARNING: This is highly advanced and if you enter incorrect information your communications with this contact may stop working."] = "VAROITUS: Tämä on erittäin vaativaa ja jos kirjoitat virheellisiä tietoja, viestintäsi tämän henkilön kanssa voi lakata toimimasta."; +$a->strings["Please use your browser 'Back' button now if you are uncertain what to do on this page."] = "Ole hyvä ja paina selaimesi 'Takaisin'-painiketta nyt, jos olet epävarma tämän sivun toiminnoista."; +$a->strings["No mirroring"] = "Ei peilausta"; +$a->strings["Mirror as forwarded posting"] = "Peilaa välitettynä julkaisuna"; +$a->strings["Mirror as my own posting"] = "Peilaa omana julkaisuna"; +$a->strings["Return to contact editor"] = "Palaa kontaktin muokkaamiseen"; +$a->strings["Refetch contact data"] = ""; +$a->strings["Submit"] = "Lähetä"; +$a->strings["Remote Self"] = ""; +$a->strings["Mirror postings from this contact"] = "Peilaa tämän kontaktin julkaisut"; +$a->strings["Mark this contact as remote_self, this will cause friendica to repost new entries from this contact."] = ""; +$a->strings["Name"] = "Nimi"; +$a->strings["Account Nickname"] = "Tilin lempinimi"; +$a->strings["@Tagname - overrides Name/Nickname"] = "@Tagname - ohittaa Nimen/Nimimerkin"; +$a->strings["Account URL"] = "Tilin URL-osoite"; +$a->strings["Friend Request URL"] = "URL kaveripyyntöä varten"; +$a->strings["Friend Confirm URL"] = "URL kaverin vahvistusta varten"; +$a->strings["Notification Endpoint URL"] = "URL huomautuksia varten"; +$a->strings["Poll/Feed URL"] = "URL äänestyksiä/syötteitä varten"; +$a->strings["New photo from this URL"] = "Uusi kuva osoitteesta"; +$a->strings["Photos"] = "Kuvat"; +$a->strings["Contact Photos"] = "Kontaktin valokuvat"; +$a->strings["Upload"] = "Lähetä"; +$a->strings["Files"] = "Tiedostot"; +$a->strings["Not Found"] = "Ei löydetty"; +$a->strings["No profile"] = "Ei profiilia"; +$a->strings["Help:"] = "Ohje:"; +$a->strings["Help"] = "Ohje"; +$a->strings["Page not found."] = "Sivua ei löytynyt."; +$a->strings["Welcome to %s"] = "Tervetuloa %s"; +$a->strings["Remote privacy information not available."] = "Yksityisyyden etätietoja ei saatavilla."; +$a->strings["Visible to:"] = "Näkyvissä:"; +$a->strings["System down for maintenance"] = "Järjestelmä poiskytketty huoltoa varten"; +$a->strings["Welcome to Friendica"] = "Tervetuloa Friendicaan"; +$a->strings["New Member Checklist"] = "Uuden jäsenen tarkistuslista"; +$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"] = "Ensiaskeleet"; +$a->strings["Friendica Walk-Through"] = "Friendica -läpikäynti"; +$a->strings["On your Quick Start page - find a brief introduction to your profile and network tabs, make some new connections, and find some groups to join."] = ""; +$a->strings["Settings"] = "Asetukset"; +$a->strings["Go to Your Settings"] = "Omat Asetukset"; +$a->strings["On your Settings 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["Profile"] = "Profiili"; +$a->strings["Upload Profile Photo"] = "Lataa profiilikuva"; +$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"] = "Muokkaa profiilisi"; +$a->strings["Edit your default profile to your liking. Review the settings for hiding your list of friends and hiding the profile from unknown visitors."] = ""; +$a->strings["Profile Keywords"] = "Profiilin avainsanat"; +$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"] = "Yhdistetään"; +$a->strings["Importing Emails"] = "Sähköpostin tuominen"; +$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"] = "Näytä minun kontaktit"; +$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 Add New Contact dialog."] = ""; +$a->strings["Go to Your Site's Directory"] = "Näytä oman sivuston luettelo"; +$a->strings["The Directory page lets you find other people in this network or other federated sites. Look for a Connect or Follow link on their profile page. Provide your own Identity Address if requested."] = ""; +$a->strings["Finding New People"] = "Kavereiden hankkiminen"; +$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"] = "Ryhmät"; +$a->strings["Group Your Contacts"] = "Järjestä kontaktit ryhmiin"; +$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?"] = "Miksi julkaisuni eivät ole julkisia?"; +$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"] = "Avun saaminen"; +$a->strings["Go to the Help Section"] = "Näytä ohjeet"; +$a->strings["Our help pages may be consulted for detail on other program features and resources."] = ""; +$a->strings["Visit %s's profile [%s]"] = ""; +$a->strings["Edit contact"] = "Muokkaa kontaktia"; +$a->strings["Contacts who are not members of a group"] = "Kontaktit jotka eivät kuulu ryhmään"; +$a->strings["Not Extended"] = "Ei laajennettu"; +$a->strings["Resubscribing to OStatus contacts"] = ""; +$a->strings["Error"] = "Virhe"; +$a->strings["Done"] = "Valmis"; +$a->strings["Keep this window open until done."] = ""; +$a->strings["Do you really want to delete this suggestion?"] = "Haluatko varmasti poistaa ehdotuksen?"; +$a->strings["No suggestions available. If this is a new site, please try again in 24 hours."] = "Ehdotuksia ei löydy. Jos tämä on uusi sivusto, kokeile uudelleen vuorokauden kuluttua."; +$a->strings["Ignore/Hide"] = "Jätä huomiotta/piilota"; +$a->strings["Friend Suggestions"] = "Ystäväehdotukset"; +$a->strings["This site has exceeded the number of allowed daily account registrations. Please try again tomorrow."] = ""; +$a->strings["Import"] = "Tuo"; +$a->strings["Move account"] = "Siirrä tili"; +$a->strings["You can import an account from another Friendica server."] = "Voit tuoda käyttäjätilin toiselta Friendica -palvelimelta."; +$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 (GNU Social/Statusnet) or from Diaspora"] = ""; +$a->strings["Account file"] = "Tilitiedosto"; +$a->strings["To export your account, go to \"Settings->Export your personal data\" and select \"Export account\""] = ""; +$a->strings["[Embedded content - reload page to view]"] = "[Upotettu sisältö - näet sen päivittämällä sivun]"; +$a->strings["%1\$s welcomes %2\$s"] = "%1\$s toivottaa tervetulleeksi ystävän %2\$s"; +$a->strings["No keywords to match. Please add keywords to your default profile."] = ""; +$a->strings["is interested in:"] = ""; +$a->strings["Profile Match"] = "Vastaavien profiilien haku"; +$a->strings["No matches"] = "Ei täsmääviä profiileja"; +$a->strings["Invalid request identifier."] = "Virheellinen pyyntötunniste."; +$a->strings["Discard"] = "Hylkää"; +$a->strings["Ignore"] = "Jätä huomiotta"; +$a->strings["Notifications"] = "Huomautukset"; +$a->strings["Network Notifications"] = "Verkkoilmoitukset"; +$a->strings["System Notifications"] = "Järjestelmäilmoitukset"; +$a->strings["Personal Notifications"] = "Henkilökohtaiset ilmoitukset"; +$a->strings["Home Notifications"] = "Koti-ilmoitukset"; +$a->strings["Show Ignored Requests"] = "Näytä ohitetut pyynnöt"; +$a->strings["Hide Ignored Requests"] = "Piilota ohitetut pyynnöt"; +$a->strings["Notification type: "] = "Ilmoitustyyppi:"; +$a->strings["suggested by %s"] = "ehdottaa %s"; +$a->strings["Hide this contact from others"] = "Piilota kontakti muilta"; +$a->strings["Post a new friend activity"] = ""; +$a->strings["if applicable"] = "tarvittaessa"; +$a->strings["Approve"] = "Hyväksy"; +$a->strings["Claims to be known to you: "] = "Väittää tuntevansa sinut:"; +$a->strings["yes"] = "kyllä"; +$a->strings["no"] = "ei"; +$a->strings["Shall your connection be bidirectional or not?"] = "Kaksisuuntainen yhteys?"; +$a->strings["Accepting %s as a friend allows %s to subscribe to your posts, and you will also receive updates from them in your news feed."] = ""; +$a->strings["Accepting %s as a subscriber allows them to subscribe to your posts, but you will not receive updates from them in your news feed."] = ""; +$a->strings["Accepting %s as a sharer allows them to subscribe to your posts, but you will not receive updates from them in your news feed."] = ""; +$a->strings["Friend"] = "Kaveri"; +$a->strings["Sharer"] = "Jakaja"; +$a->strings["Subscriber"] = "Tilaaja"; +$a->strings["Location:"] = "Sijainti:"; +$a->strings["About:"] = "Lisätietoja:"; +$a->strings["Tags:"] = "Tunnisteet:"; +$a->strings["Gender:"] = "Sukupuoli:"; +$a->strings["Profile URL"] = "Profiilin URL"; +$a->strings["Network:"] = "Verkko:"; +$a->strings["No introductions."] = "Ei esittelyjä."; +$a->strings["Show unread"] = "Näytä lukemattomat"; +$a->strings["Show all"] = "Näytä kaikki"; +$a->strings["No more %s notifications."] = ""; +$a->strings["OpenID protocol error. No ID returned."] = "OpenID -protokollavirhe. Tunnusta ei vastaanotettu."; +$a->strings["Account not found and OpenID registration is not permitted on this site."] = "Käyttäjätiliä ei löytynyt. Rekisteröityminen OpenID:n kautta ei ole sallittua tällä sivustolla."; +$a->strings["Login failed."] = "Kirjautuminen epäonnistui"; +$a->strings["Profile not found."] = "Profiilia ei löytynyt."; +$a->strings["This may occasionally happen if contact was requested by both persons and it has already been approved."] = ""; +$a->strings["Response from remote site was not understood."] = ""; +$a->strings["Unexpected response from remote site: "] = ""; +$a->strings["Confirmation completed successfully."] = "Vahvistus onnistui."; +$a->strings["Temporary failure. Please wait and try again."] = "Tilapäinen vika. Yritä myöhemmin uudelleen."; +$a->strings["Introduction failed or was revoked."] = ""; +$a->strings["Remote site reported: "] = ""; +$a->strings["Unable to set contact photo."] = "Kontaktin kuvaa ei voitu asettaa"; +$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]"] = "[Nimi jätetty pois]"; +$a->strings["%1\$s has joined %2\$s"] = ""; +$a->strings["Total invitation limit exceeded."] = "Kutsuraja ylitetty."; +$a->strings["%s : Not a valid email address."] = "%s : Virheellinen sähköpostiosoite."; +$a->strings["Please join us on Friendica"] = "Tervetuloa Friendicaan"; +$a->strings["Invitation limit exceeded. Please contact your site administrator."] = ""; +$a->strings["%s : Message delivery failed."] = "%s : Viestin toimitus epäonnistui."; +$a->strings["%d message sent."] = [ + 0 => "%d viesti lähetetty.", + 1 => "%d viestiä lähetetty.", +]; +$a->strings["You have no more invitations available"] = ""; +$a->strings["Visit %s for a list of public sites that you can join. Friendica members on other sites can all connect with each other, as well as with members of many other social networks."] = ""; +$a->strings["To accept this invitation, please visit and register at %s or any other public Friendica website."] = ""; +$a->strings["Friendica sites all inter-connect to create a huge privacy-enhanced social web that is owned and controlled by its members. They can also connect with many traditional social networks. See %s for a list of alternate Friendica sites you can join."] = ""; +$a->strings["Our apologies. This system is not currently configured to connect with other public sites or invite members."] = ""; +$a->strings["Friendica sites all inter-connect to create a huge privacy-enhanced social web that is owned and controlled by its members. They can also connect with many traditional social networks."] = ""; +$a->strings["To accept this invitation, please visit and register at %s."] = ""; +$a->strings["Send invitations"] = "Lähetä kutsut"; +$a->strings["Enter email addresses, one per line:"] = "Syötä sähköpostiosoitteet, yksi riviä kohden:"; +$a->strings["Your message:"] = "Viestisi:"; +$a->strings["You are cordially invited to join me and other close friends on Friendica - and help us to create a better social web."] = ""; +$a->strings["You will need to supply this invitation code: \$invite_code"] = ""; +$a->strings["Once you have registered, please connect with me via my profile page at:"] = ""; +$a->strings["For more information about the Friendica project and why we feel it is important, please visit http://friendi.ca"] = ""; +$a->strings["Invalid request."] = "Virheellinen pyyntö."; +$a->strings["Sorry, maybe your upload is bigger than the PHP configuration allows"] = ""; +$a->strings["Or - did you try to upload an empty file?"] = "Yrititkö ladata tyhjän tiedoston?"; +$a->strings["File exceeds size limit of %s"] = "Tiedosto ylittää kokorajoituksen %s"; +$a->strings["File upload failed."] = "Tiedoston lähettäminen epäonnistui."; +$a->strings["Manage Identities and/or Pages"] = "Hallitse identiteetit ja/tai sivut"; +$a->strings["Toggle between different identities or community/group pages which share your account details or which you have been granted \"manage\" permissions"] = ""; +$a->strings["Select an identity to manage: "] = "Valitse identiteetti hallitavaksi:"; +$a->strings["This introduction has already been accepted."] = "Tämä esittely on jo hyväksytty."; +$a->strings["Profile location is not valid or does not contain profile information."] = "Profiilin sijainti on viallinen tai se ei sisällä profiilitietoja."; +$a->strings["Warning: profile location has no identifiable owner name."] = "Varoitus: profiilin sijainnissa ei ole tunnistettavaa omistajan nimeä."; +$a->strings["Warning: profile location has no profile photo."] = "Varoitus: profiilin sijainnissa ei ole profiilikuvaa."; +$a->strings["%d required parameter was not found at the given location"] = [ + 0 => "", + 1 => "", +]; +$a->strings["Introduction complete."] = "Esittely valmis."; +$a->strings["Unrecoverable protocol error."] = "Vakava protokollavirhe."; +$a->strings["Profile unavailable."] = "Profiili ei saatavilla."; +$a->strings["%s has received too many connection requests today."] = "%s on saanut liikaa yhteyspyyntöjä tänään."; +$a->strings["Spam protection measures have been invoked."] = "Roskapostisuojaukset otettu käyttöön."; +$a->strings["Friends are advised to please try again in 24 hours."] = "Ystäviä suositellaan yrittämään uudelleen vuorokauden sisällä."; +$a->strings["Invalid locator"] = "Viallinen paikannin"; +$a->strings["You have already introduced yourself here."] = "Olet jo esitellyt itsesi täällä."; +$a->strings["Apparently you are already friends with %s."] = "Ilmeisesti olet jo ystävystynyt henkilön %s kanssa."; +$a->strings["Invalid profile URL."] = "Viallinen profiiliosoite."; +$a->strings["Disallowed profile URL."] = "Kielletty profiiliosoite."; +$a->strings["Blocked domain"] = "Estetty verkkotunnus"; +$a->strings["Failed to update contact record."] = "Kontaktitietojen päivitys epäonnistui."; +$a->strings["Your introduction has been sent."] = "Esittelysi lähetettiin."; +$a->strings["Remote subscription can't be done for your network. Please subscribe directly on your system."] = ""; +$a->strings["Please login to confirm introduction."] = "Kirjaudu vahvistaaksesi esittelysi."; +$a->strings["Incorrect identity currently logged in. Please login to this profile."] = "Väärä identiteetti kirjautuneena sisään. Kirjaudu tähän profiiliin."; +$a->strings["Confirm"] = "Vahvista"; +$a->strings["Hide this contact"] = "Piilota kontakti"; +$a->strings["Welcome home %s."] = "Tervetuloa kotiin %s."; +$a->strings["Please confirm your introduction/connection request to %s."] = "Vahvista esittelysi/yhteyspyyntösi henkilölle %s."; +$a->strings["Public access denied."] = "Julkinen käyttö estetty."; +$a->strings["Please enter your 'Identity Address' from one of the following supported communications networks:"] = "Anna \"henkilöllisyysosoitteesi\" joissakin seuraavista tuetuista viestintäverkoista:"; +$a->strings["If you are not yet a member of the free social web, follow this link to find a public Friendica site and join us today."] = ""; +$a->strings["Friend/Connection Request"] = "Ystävä/yhteyspyyntö"; +$a->strings["Examples: jojo@demo.friendica.com, http://demo.friendica.com/profile/jojo, testuser@gnusocial.de"] = "Esim. jojo@demo.friendica.com, http://demo.friendica.com/profile/jojo, testuser@gnusocial.de"; +$a->strings["Please answer the following:"] = "Vastaa seuraavaan:"; +$a->strings["Does %s know you?"] = "Tunteeko %s sinut?"; +$a->strings["Add a personal note:"] = "Lisää oma merkintä:"; +$a->strings["Friendica"] = "Friendica"; +$a->strings["GNU Social (Pleroma, Mastodon)"] = "GNU Social (Pleroma, Mastodon)"; +$a->strings["Diaspora (Socialhome, Hubzilla)"] = "Diaspora (Socialhome, Hubzilla)"; +$a->strings[" - please do not use this form. Instead, enter %s into your Diaspora search bar."] = " - älä käytä tätä lomaketta. Kirjoita sen sijaan %s Diaspora-hakupalkkiisi."; +$a->strings["Your Identity Address:"] = "Identiteettisi osoite:"; +$a->strings["Submit Request"] = "Lähetä pyyntö"; +$a->strings["l F d, Y \\@ g:i A"] = ""; +$a->strings["Time Conversion"] = "Aikamuunnos"; +$a->strings["Friendica provides this service for sharing events with other networks and friends in unknown timezones."] = ""; +$a->strings["UTC time: %s"] = "UTC-aika: %s"; +$a->strings["Current timezone: %s"] = "Aikavyöhyke: %s"; +$a->strings["Converted localtime: %s"] = "Muunnettu paikallisaika: %s"; +$a->strings["Please select your timezone:"] = "Valitse aikavyöhykkeesi:"; +$a->strings["Only logged in users are permitted to perform a probing."] = ""; +$a->strings["Permission denied"] = "Käyttöoikeus evätty"; +$a->strings["Invalid profile identifier."] = "Virheellinen profiilitunniste."; +$a->strings["Profile Visibility Editor"] = ""; +$a->strings["Click on a contact to add or remove."] = "Valitse kontakti, jota haluat poistaa tai lisätä."; +$a->strings["Visible To"] = "Näkyvyys"; +$a->strings["All Contacts (with secure profile access)"] = ""; +$a->strings["Account approved."] = "Tili hyväksytty."; +$a->strings["Registration revoked for %s"] = ""; +$a->strings["Please login."] = "Ole hyvä ja kirjaudu."; +$a->strings["Remove My Account"] = "Poista tilini"; +$a->strings["This will completely remove your account. Once this has been done it is not recoverable."] = "Tämä poistaa käyttäjätilisi pysyvästi. Poistoa ei voi perua myöhemmin."; +$a->strings["Please enter your password for verification:"] = ""; +$a->strings["No contacts."] = "Ei kontakteja."; +$a->strings["Access denied."] = "Käyttö estetty."; +$a->strings["Number of daily wall messages for %s exceeded. Message failed."] = ""; +$a->strings["No recipient selected."] = "Vastaanottaja puuttuu."; +$a->strings["Unable to check your home location."] = ""; +$a->strings["Message could not be sent."] = "Viestiä ei voitu lähettää."; +$a->strings["Message collection failure."] = ""; +$a->strings["Message sent."] = "Viesti lähetetty."; +$a->strings["No recipient."] = "Vastaanottaja puuttuu."; +$a->strings["Send Private Message"] = "Lähetä yksityisviesti"; +$a->strings["If you wish for %s to respond, please check that the privacy settings on your site allow private mail from unknown senders."] = ""; +$a->strings["To:"] = "Vastaanottaja:"; +$a->strings["Subject:"] = "Aihe:"; +$a->strings["Export account"] = "Vie tili"; +$a->strings["Export your account info and contacts. Use this to make a backup of your account and/or to move it to another server."] = "Vie tilin tiedot ja yhteystiedot. Käytä tätä tilisi varmuuskopiointiin ja/tai siirtämiseen toiselle palvelimelle."; +$a->strings["Export all"] = "Vie kaikki"; +$a->strings["Export your accout info, contacts and all your items as json. Could be a very big file, and could take a lot of time. Use this to make a full backup of your account (photos are not exported)"] = "Vie tilin tiedot, yhteystiedot ja kaikki nimikkeesi json-muodossa. Saattaa luoda hyvin suuren tiedoston ja kestää todella pitkään. Tämän avulla voit ottaa täydellisen varmuuskopion tilistäsi (valokuvia ei viedä)"; +$a->strings["Export personal data"] = "Vie henkilökohtaiset tiedot"; +$a->strings["- select -"] = "- valitse -"; +$a->strings["No more system notifications."] = "Ei enää järjestelmäilmoituksia."; +$a->strings["{0} wants to be your friend"] = "{0} lähetti kaveripyynnön"; +$a->strings["{0} sent you a message"] = "{0} lähetti sinulle viestin"; +$a->strings["{0} requested registration"] = ""; +$a->strings["Poke/Prod"] = "Tökkää"; +$a->strings["poke, prod or do other things to somebody"] = ""; +$a->strings["Recipient"] = "Vastaanottaja"; +$a->strings["Choose what you wish to do to recipient"] = ""; +$a->strings["Make this post private"] = "Muuta julkaisu yksityiseksi"; +$a->strings["%1\$s is following %2\$s's %3\$s"] = ""; +$a->strings["Tag removed"] = "Tägi poistettiin"; +$a->strings["Remove Item Tag"] = "Poista tägi"; +$a->strings["Select a tag to remove: "] = "Valitse tägi poistamista varten:"; +$a->strings["Remove"] = "Poista"; +$a->strings["Image exceeds size limit of %s"] = "Kuva ylittää kokorajoituksen %s"; +$a->strings["Unable to process image."] = "Kuvan käsitteleminen epäonnistui."; +$a->strings["Wall Photos"] = "Seinäkuvat"; +$a->strings["Image upload failed."] = "Kuvan lähettäminen epäonnistui."; +$a->strings["Remove term"] = "Poista kohde"; +$a->strings["Saved Searches"] = "Tallennetut haut"; +$a->strings["Only logged in users are permitted to perform a search."] = ""; +$a->strings["Too Many Requests"] = "Liian monta pyyntöä"; +$a->strings["Only one search per minute is permitted for not logged in users."] = ""; +$a->strings["No results."] = "Ei tuloksia."; +$a->strings["Items tagged with: %s"] = "Kohteet joilla tunnisteet: %s"; +$a->strings["Results for: %s"] = "Tulokset haulla: %s"; +$a->strings["Login"] = "Kirjaudu sisään"; +$a->strings["The post was created"] = "Julkaisu luotu"; +$a->strings["Community option not available."] = "Yhteisö vaihtoehto ei saatavilla."; +$a->strings["Not available."] = "Ei saatavilla."; +$a->strings["Local Community"] = "Paikallinen yhteisö"; +$a->strings["Posts from local users on this server"] = ""; +$a->strings["Global Community"] = "Maailmanlaajuinen yhteisö"; +$a->strings["Posts from users of the whole federated network"] = ""; +$a->strings["This community stream shows all public posts received by this node. They may not reflect the opinions of this node’s users."] = ""; +$a->strings["Item not found"] = "Kohdetta ei löytynyt"; +$a->strings["Edit post"] = "Muokkaa viestiä"; +$a->strings["CC: email addresses"] = "Kopio: sähköpostiosoitteet"; +$a->strings["Example: bob@example.com, mary@example.com"] = "Esimerkki: bob@example.com, mary@example.com"; +$a->strings["You must be logged in to use this module"] = ""; +$a->strings["Source URL"] = "Lähde URL"; +$a->strings["Friend suggestion sent."] = "Ystäväehdotus lähetettiin."; +$a->strings["Suggest Friends"] = "Ehdota ystäviä"; +$a->strings["Suggest a friend for %s"] = "Ehdota ystävää ystävälle %s"; +$a->strings["Group created."] = "Ryhmä luotu."; +$a->strings["Could not create group."] = "Ryhmää ei voitu luoda."; +$a->strings["Group not found."] = "Ryhmää ei löytynyt."; +$a->strings["Group name changed."] = "Ryhmän nimi muutettu."; +$a->strings["Save Group"] = "Tallenna ryhmä"; +$a->strings["Create a group of contacts/friends."] = "Luo kontakti/kaveriryhmä"; +$a->strings["Group Name: "] = "Ryhmän nimi:"; +$a->strings["Group removed."] = "Ryhmä poistettu."; +$a->strings["Unable to remove group."] = "Ryhmää ei voida poistaa."; +$a->strings["Delete Group"] = "Poista ryhmä"; +$a->strings["Group Editor"] = "Ryhmien muokkausta"; +$a->strings["Edit Group Name"] = "Muokkaa ryhmän nimeä"; +$a->strings["Members"] = "Jäsenet"; +$a->strings["All Contacts"] = "Kaikki yhteystiedot"; +$a->strings["Group is empty"] = "Ryhmä on tyhjä"; +$a->strings["Remove Contact"] = "Poista kontakti"; +$a->strings["Add Contact"] = "Lisää kontakti"; +$a->strings["Unable to locate original post."] = "Alkuperäinen julkaisu ei löydy."; +$a->strings["Empty post discarded."] = "Tyhjä julkaisu hylätty."; +$a->strings["This message was sent to you by %s, a member of the Friendica social network."] = ""; +$a->strings["You may visit them online at %s"] = ""; +$a->strings["Please contact the sender by replying to this post if you do not wish to receive these messages."] = ""; +$a->strings["%s posted an update."] = "%s julkaisi päivityksen."; +$a->strings["New Message"] = "Uusi viesti"; +$a->strings["Unable to locate contact information."] = "Kontaktin tiedot ei löydy."; +$a->strings["Messages"] = "Viestit"; +$a->strings["Do you really want to delete this message?"] = "Haluatko varmasti poistaa viestin?"; +$a->strings["Message deleted."] = "Viesti poistettu."; +$a->strings["Conversation removed."] = "Keskustelu poistettu."; +$a->strings["No messages."] = "Ei viestejä."; +$a->strings["Message not available."] = "Viesti ei saatavilla."; +$a->strings["Delete message"] = "Poista viesti"; +$a->strings["D, d M Y - g:i A"] = ""; +$a->strings["Delete conversation"] = "Poista keskustelu"; +$a->strings["No secure communications available. You may be able to respond from the sender's profile page."] = ""; +$a->strings["Send Reply"] = "Lähetä vastaus"; +$a->strings["Unknown sender - %s"] = "Tuntematon lähettäjä - %s"; +$a->strings["You and %s"] = "Sinä ja %s"; +$a->strings["%s and You"] = "%s ja sinä"; +$a->strings["%d message"] = [ + 0 => "%d viesti", + 1 => "%d viestiä", +]; +$a->strings["add"] = "lisää"; +$a->strings["Warning: This group contains %s member from a network that doesn't allow non public messages."] = [ + 0 => "", + 1 => "", +]; +$a->strings["Messages in this group won't be send to these receivers."] = ""; +$a->strings["No such group"] = "Ryhmä ei ole olemassa"; +$a->strings["Group: %s"] = "Ryhmä: %s"; +$a->strings["Private messages to this person are at risk of public disclosure."] = ""; +$a->strings["Invalid contact."] = "Virheellinen kontakti."; +$a->strings["Commented Order"] = ""; +$a->strings["Sort by Comment Date"] = "Kommentit päivämäärän mukaan"; +$a->strings["Posted Order"] = ""; +$a->strings["Sort by Post Date"] = "Julkaisut päivämäärän mukaan"; +$a->strings["Personal"] = "Henkilökohtainen"; +$a->strings["Posts that mention or involve you"] = "Julkaisut jotka liittyvät sinuun"; +$a->strings["New"] = "Uusi"; +$a->strings["Activity Stream - by date"] = ""; +$a->strings["Shared Links"] = "Jaetut linkit"; +$a->strings["Interesting Links"] = "Kiinnostavat linkit"; +$a->strings["Starred"] = "Tähtimerkitty"; +$a->strings["Favourite Posts"] = "Lempijulkaisut"; +$a->strings["Personal Notes"] = "Henkilökohtaiset tiedot"; +$a->strings["Post successful."] = "Viestin lähetys onnistui."; +$a->strings["Photo Albums"] = "Valokuva-albumit"; +$a->strings["Recent Photos"] = "Viimeaikaisia kuvia"; +$a->strings["Upload New Photos"] = "Lähetä uusia kuvia"; +$a->strings["everybody"] = "kaikki"; +$a->strings["Contact information unavailable"] = "Kontaktin tietoja ei saatavilla"; +$a->strings["Album not found."] = "Albumia ei ole."; +$a->strings["Delete Album"] = "Poista albumi"; +$a->strings["Do you really want to delete this photo album and all its photos?"] = "Haluatko varmasti poistaa tämän albumin ja kaikki sen kuvat?"; +$a->strings["Delete Photo"] = "Poista valokuva"; +$a->strings["Do you really want to delete this photo?"] = "Haluatko varmasti poistaa kuvan?"; +$a->strings["a photo"] = "valokuva"; +$a->strings["%1\$s was tagged in %2\$s by %3\$s"] = "%1\$s merkattiin kuvaan %2\$s ystävän %3\$s toimesta"; +$a->strings["Image upload didn't complete, please try again"] = "Kuvan lataus ei onnistunut, yritä uudelleen"; +$a->strings["Image file is missing"] = "Kuvatiedosto puuttuu"; +$a->strings["Server can't accept new file upload at this time, please contact your administrator"] = ""; +$a->strings["Image file is empty."] = "Kuvatiedosto on tyhjä."; +$a->strings["No photos selected"] = "Ei valittuja kuvia"; +$a->strings["Access to this item is restricted."] = "Pääsy kohteeseen on rajoitettu."; +$a->strings["Upload Photos"] = "Lähetä kuvia"; +$a->strings["New album name: "] = "Albumin uusi nimi: "; +$a->strings["or existing album name: "] = "tai olemassaolevan albumin nimi: "; +$a->strings["Do not show a status post for this upload"] = "Älä näytä tilaviestiä tälle lähetykselle"; +$a->strings["Permissions"] = "Käyttöoikeudet"; +$a->strings["Show to Groups"] = "Näytä ryhmille"; +$a->strings["Show to Contacts"] = "Näytä kontakteille"; +$a->strings["Edit Album"] = "Muokkaa albumia"; +$a->strings["Show Newest First"] = "Näytä uusin ensin"; +$a->strings["Show Oldest First"] = "Näytä vanhin ensin"; +$a->strings["View Photo"] = "Näytä kuva"; +$a->strings["Permission denied. Access to this item may be restricted."] = "Estetty. Tämän kohteen käyttöä on saatettu rajoittaa."; +$a->strings["Photo not available"] = "Kuva ei ole saatavilla"; +$a->strings["View photo"] = "Näytä kuva"; +$a->strings["Edit photo"] = "Muokkaa kuvaa"; +$a->strings["Use as profile photo"] = "Käytä profiilikuvana"; +$a->strings["Private Message"] = "Yksityisviesti"; +$a->strings["View Full Size"] = "Näytä täysikokoisena"; +$a->strings["Tags: "] = "Merkinnät:"; +$a->strings["[Remove any tag]"] = "[Poista mikä tahansa merkintä]"; +$a->strings["New album name"] = "Uusi nimi albumille"; +$a->strings["Caption"] = "Kuvateksti"; +$a->strings["Add a Tag"] = "Lisää merkintä"; +$a->strings["Example: @bob, @Barbara_Jensen, @jim@example.com, #California, #camping"] = "Esimerkki: @bob, @Barbara_Jensen, @jim@example.com, #California, #camping"; +$a->strings["Do not rotate"] = "Älä kierrä"; +$a->strings["Rotate CW (right)"] = "Käännä oikealle"; +$a->strings["Rotate CCW (left)"] = "Käännä vasemmalle"; +$a->strings["I like this (toggle)"] = "Tykkään tästä (vaihda)"; +$a->strings["I don't like this (toggle)"] = "En tykkää tästä (vaihda)"; +$a->strings["This is you"] = "Tämä olet sinä"; +$a->strings["Comment"] = "Kommentti"; +$a->strings["Map"] = "Kartta"; +$a->strings["View Album"] = "Näytä albumi"; +$a->strings["Requested profile is not available."] = "Pyydettyä profiilia ei saatavilla."; +$a->strings["%s's posts"] = "%s: julkaisut"; +$a->strings["%s's comments"] = "%s: kommentit"; +$a->strings["%s's timeline"] = "%s: aikajana"; +$a->strings["Access to this profile has been restricted."] = "Pääsy tähän profiiliin on rajoitettu"; +$a->strings["Tips for New Members"] = "Vinkkejä uusille käyttäjille"; +$a->strings["Do you really want to delete this video?"] = "Haluatko varmasti poistaa tämän videon?"; +$a->strings["Delete Video"] = "Poista video"; +$a->strings["No videos selected"] = "Ei videoita valittuna"; +$a->strings["Recent Videos"] = "Viimeisimmät videot"; +$a->strings["Upload New Videos"] = "Lataa uusia videoita"; +$a->strings["Parent user not found."] = ""; +$a->strings["No parent user"] = ""; +$a->strings["Parent Password:"] = ""; +$a->strings["Please enter the password of the parent account to legitimize your request."] = ""; +$a->strings["Parent User"] = ""; +$a->strings["Parent users have total control about this account, including the account settings. Please double check whom you give this access."] = ""; +$a->strings["Save Settings"] = "Tallenna asetukset"; +$a->strings["Delegate Page Management"] = ""; +$a->strings["Delegates"] = ""; +$a->strings["Delegates are able to manage all aspects of this account/page except for basic account settings. Please do not delegate your personal account to anybody that you do not trust completely."] = ""; +$a->strings["Existing Page Delegates"] = ""; +$a->strings["Potential Delegates"] = ""; +$a->strings["Add"] = "Lisää"; +$a->strings["No entries."] = ""; +$a->strings["People Search - %s"] = ""; +$a->strings["Forum Search - %s"] = "Foorumihaku - %s"; +$a->strings["Friendica Communications Server - Setup"] = "Friendica viestinnän palvelin - asetukset"; +$a->strings["Could not connect to database."] = "Tietokantaan ei saada yhteyttä."; +$a->strings["Could not create table."] = "Taulun luominen epäonnistui."; +$a->strings["Your Friendica site database has been installed."] = "Friendica-sivustosi tietokanta on asennettu."; +$a->strings["You may need to import the file \"database.sql\" manually using phpmyadmin or mysql."] = "Sinun on ehkä tuotava tiedosto \"database.sql\" manuaalisesti käyttämällä phpMyAdminia tai MySQL:ää."; +$a->strings["Please see the file \"INSTALL.txt\"."] = "Lue tiedosto \"INSTALL.txt\"."; +$a->strings["Database already in use."] = "Tietokanta on jo käytössä."; +$a->strings["System check"] = "Järjestelmän tarkistus"; +$a->strings["Next"] = "Seuraava"; +$a->strings["Check again"] = "Tarkista uudelleen"; +$a->strings["Database connection"] = "Tietokantayhteys"; +$a->strings["In order to install Friendica we need to know how to connect to your database."] = "Jotta voit asentaa Friendican, tarvitaan tieto siitä, miten tietokantaasi saa yhteyden."; +$a->strings["Please contact your hosting provider or site administrator if you have questions about these settings."] = "Ota yhteyttä web-palveluntarjoajaasi tai sivuston ylläpitäjään, jos sinulla on näihin asetuksiin liittyviä kysymyksiä."; +$a->strings["The database you specify below should already exist. If it does not, please create it before continuing."] = "Alla määritetyn tietokannan tulisi olla jo olemassa. Jos se ei ole, luo se ennen kuin jatkat."; +$a->strings["Database Server Name"] = "Tietokannan palvelimen nimi"; +$a->strings["Database Login Name"] = "Tietokannan käyttäjän nimi"; +$a->strings["Database Login Password"] = "Tietokannan käyttäjän salasana"; +$a->strings["For security reasons the password must not be empty"] = "Turvallisuussyistä salasanakenttä ei saa olla tyhjä"; +$a->strings["Database Name"] = "Tietokannan nimi"; +$a->strings["Site administrator email address"] = "Sivuston ylläpitäjän sähköpostiosoite"; +$a->strings["Your account email address must match this in order to use the web admin panel."] = "Tilisi sähköpostiosoitteen on vastattava tätä, jotta voit käyttää ylläpitokäyttöliittymää."; +$a->strings["Please select a default timezone for your website"] = "Valitse oletusaikavyöhyke sivustollesi"; +$a->strings["Site settings"] = "Sivuston asetukset"; +$a->strings["System Language:"] = "Järjestelmän kieli:"; +$a->strings["Set the default language for your Friendica installation interface and to send emails."] = ""; +$a->strings["Could not find a command line version of PHP in the web server PATH."] = "Komentoriviversiota PHP:stä ei löytynyt web-palvelimen PATH:ista."; +$a->strings["If you don't have a command line version of PHP installed on your server, you will not be able to run the background processing. See 'Setup the worker'"] = ""; +$a->strings["PHP executable path"] = "Polku PHP-ohjelmaan"; +$a->strings["Enter full path to php executable. You can leave this blank to continue the installation."] = "Kirjoita koko polku PHP-ohjelmaan. Voit jättää sen tyhjäksi, jos haluat jatkaa asennusta."; +$a->strings["Command line PHP"] = "Komentorivi-PHP"; +$a->strings["PHP executable is not the php cli binary (could be cgi-fgci version)"] = ""; +$a->strings["Found PHP version: "] = "PHP-versio löydetty:"; +$a->strings["PHP cli binary"] = "PHP cli -binääritiedosto"; +$a->strings["The command line version of PHP on your system does not have \"register_argc_argv\" enabled."] = "Järjestelmäsi komentorivi-PHP:ssä ei ole käytössä asetusta \"register_argc_argv\"."; +$a->strings["This is required for message delivery to work."] = "Asetus vaaditaan viestien lähettämiseen."; +$a->strings["PHP register_argc_argv"] = "PHP register_argc_argv"; +$a->strings["Error: the \"openssl_pkey_new\" function on this system is not able to generate encryption keys"] = "Virhe: järjestelmäsi \"openssl_pkey_new\" -funktio ei pysty generoimaan salausavaimia."; +$a->strings["If running under Windows, please see \"http://www.php.net/manual/en/openssl.installation.php\"."] = "Jos on kyse Windows-pavelimesta, katso \"http://www.php.net/manual/en/openssl.installation.php\"."; +$a->strings["Generate encryption keys"] = "Luo salausavaimet"; +$a->strings["libCurl PHP module"] = "PHP-moduuli libCurl"; +$a->strings["GD graphics PHP module"] = "PHP-moduuli GD graphics"; +$a->strings["OpenSSL PHP module"] = "PHP-moduuli OpenSSL"; +$a->strings["PDO or MySQLi PHP module"] = "PDO tai MySQLi PHP-moduuli"; +$a->strings["mb_string PHP module"] = "PHP-moduuli mb_string"; +$a->strings["XML PHP module"] = "XML PHP-moduuli"; +$a->strings["iconv PHP module"] = "iconv PHP-moduuli"; +$a->strings["POSIX PHP module"] = "POSIX PHP-moduuli"; +$a->strings["Apache mod_rewrite module"] = "Apache mod_rewrite -moduuli"; +$a->strings["Error: Apache webserver mod-rewrite module is required but not installed."] = "Virhe: Apache-palvelimen mod-rewrite -moduuli vaaditaan, mutta sitä ei ole asennettu."; +$a->strings["Error: libCURL PHP module required but not installed."] = "Virhe: libCURL PHP -moduuli vaaditaan, mutta sitä ei ole asennettu."; +$a->strings["Error: GD graphics PHP module with JPEG support required but not installed."] = "Virhe: GD graphics PHP -moduuli JPEG-tuella vaaditaan, mutta sitä ei ole asennettu."; +$a->strings["Error: openssl PHP module required but not installed."] = "Virhe: openssl PHP -moduuli vaaditaan, mutta sitä ei ole asennettu."; +$a->strings["Error: PDO or MySQLi PHP module required but not installed."] = "Virhe: PDO tai MySQLi PHP-moduuli vaaditaan, mutta sitä ei ole asennettu."; +$a->strings["Error: The MySQL driver for PDO is not installed."] = "Virhe: PDO:n MySQL-ajuri ei ole asennettu"; +$a->strings["Error: mb_string PHP module required but not installed."] = "Virhe: PHP-moduuli mb_string vaaditaan, mutta sitä ei ole asennettu."; +$a->strings["Error: iconv PHP module required but not installed."] = "Virhe: iconv PHP-moduuli vaaditaan, mutta sitä ei ole asennettu."; +$a->strings["Error: POSIX PHP module required but not installed."] = "Virhe: POSIX PHP-moduuli vaadittaan, mutta sitä ei ole asennettu."; +$a->strings["Error, XML PHP module required but not installed."] = "Virhe: XML PHP-moduuli vaaditaan, mutta sitä ei ole asennettu."; +$a->strings["The web installer needs to be able to create a file called \".htconfig.php\" in the top folder of your web server and it is unable to do so."] = "Web-asennuksen pitäisi pystyä luomaan tiedosto nimeltä \".htconfig.php\" palvelimesi ylimpään kansioon, mutta se ei nyt onnistu."; +$a->strings["This is most often a permission setting, as the web server may not be able to write files in your folder - even if you can."] = "Tämä on yleensä käyttöoikeusasetus, jolloin web-palvelimesi ei pysty kirjoittamaan tiedostoja kansioosi, vaikka itse siihen pystyisit."; +$a->strings["At the end of this procedure, we will give you a text to save in a file named .htconfig.php in your Friendica top folder."] = "Tämän menettelyn lopussa annamme sinulle tekstin tallennettavaksi tiedostoon nimeltä .htconfig.php Friendican ylätason kansiossa."; +$a->strings["You can alternatively skip this procedure and perform a manual installation. Please see the file \"INSTALL.txt\" for instructions."] = ""; +$a->strings[".htconfig.php is writable"] = ".htconfig.php on kirjoitettava"; +$a->strings["Friendica uses the Smarty3 template engine to render its web views. Smarty3 compiles templates to PHP to speed up rendering."] = ""; +$a->strings["In order to store these compiled templates, the web server needs to have write access to the directory view/smarty3/ under the Friendica top level folder."] = ""; +$a->strings["Please ensure that the user that your web server runs as (e.g. www-data) has write access to this folder."] = ""; +$a->strings["Note: as a security measure, you should give the web server write access to view/smarty3/ only--not the template files (.tpl) that it contains."] = ""; +$a->strings["view/smarty3 is writable"] = "view/smarty3 on kirjoitettava"; +$a->strings["Url rewrite in .htaccess is not working. Check your server configuration."] = ""; +$a->strings["Url rewrite is working"] = ""; +$a->strings["ImageMagick PHP extension is not installed"] = "ImageMagick PHP-laajennus ei ole asetettu"; +$a->strings["ImageMagick PHP extension is installed"] = "ImageMagick PHP-laajennus on asetettu"; +$a->strings["ImageMagick supports GIF"] = "ImageMagik tukee GIF-formaattia"; +$a->strings["The database configuration file \".htconfig.php\" could not be written. Please use the enclosed text to create a configuration file in your web server root."] = "Tietokannan asetustiedostoa \".htconfig.php\" ei pystytty kirjoittamaan. Käytä mukaanliitettyä tekstiä luomaan asetustiedosto web-palvelimesi juureen."; +$a->strings["

    What next

    "] = "

    Mitä seuraavaksi

    "; +$a->strings["IMPORTANT: You will need to [manually] setup a scheduled task for the worker."] = "TÄRKEÄÄ: Sinun pitää asettaa [manuaalisesti] ajastettu tehtävä Workerille."; +$a->strings["Go to your new Friendica node registration page and register as new user. Remember to use the same email you have entered as administrator email. This will allow you to enter the site admin panel."] = ""; +$a->strings["Subscribing to OStatus contacts"] = ""; +$a->strings["No contact provided."] = "Kontakti puuttuu."; +$a->strings["Couldn't fetch information for contact."] = "Kontaktin tietoja ei voitu hakea."; +$a->strings["Couldn't fetch friends for contact."] = ""; +$a->strings["success"] = "onnistui"; +$a->strings["failed"] = "epäonnistui"; +$a->strings["ignored"] = "ohitettu"; +$a->strings["Contact wasn't found or can't be unfollowed."] = ""; +$a->strings["Contact unfollowed"] = "Kontaktia ei enää seurata"; +$a->strings["You aren't a friend of this contact."] = "Et ole kontaktin kaveri."; +$a->strings["Unfollowing is currently not supported by your network."] = ""; +$a->strings["Disconnect/Unfollow"] = "Katkaise / Lopeta seuraaminen"; +$a->strings["Status Messages and Posts"] = "Statusviestit ja postaukset"; +$a->strings["Events"] = "Tapahtumat"; +$a->strings["View"] = "Katso"; +$a->strings["Previous"] = "Edellinen"; +$a->strings["today"] = "tänään"; +$a->strings["month"] = "kuukausi"; +$a->strings["week"] = "viikko"; +$a->strings["day"] = "päivä"; +$a->strings["list"] = "luettelo"; +$a->strings["User not found"] = "Käyttäjää ei löydy"; +$a->strings["This calendar format is not supported"] = "Tätä kalenteriformaattia ei tueta"; +$a->strings["No exportable data found"] = ""; +$a->strings["calendar"] = "kalenteri"; +$a->strings["Event can not end before it has started."] = ""; +$a->strings["Event title and start time are required."] = "Tapahtuman nimi ja alkamisaika vaaditaan."; +$a->strings["Create New Event"] = "Luo uusi tapahtuma"; +$a->strings["Event details"] = "Tapahtuman tiedot"; +$a->strings["Starting date and Title are required."] = "Aloituspvm ja otsikko vaaditaan."; +$a->strings["Event Starts:"] = "Tapahtuma alkaa:"; +$a->strings["Required"] = "Vaaditaan"; +$a->strings["Finish date/time is not known or not relevant"] = "Päättymispvm ja kellonaika ei ole tiedossa tai niillä ei ole merkitystä"; +$a->strings["Event Finishes:"] = "Tapahtuma päättyy:"; +$a->strings["Adjust for viewer timezone"] = "Ota huomioon katsojan aikavyöhyke"; +$a->strings["Description:"] = "Kuvaus:"; +$a->strings["Title:"] = "Otsikko:"; +$a->strings["Share this event"] = "Jaa tämä tapahtuma"; +$a->strings["Basic"] = ""; +$a->strings["Advanced"] = ""; +$a->strings["Failed to remove event"] = "Tapahtuman poisto epäonnistui"; +$a->strings["Event removed"] = "Tapahtuma poistettu"; +$a->strings["Image uploaded but image cropping failed."] = "Kuva ladattu mutta kuvan rajaus epäonnistui."; +$a->strings["Image size reduction [%s] failed."] = ""; +$a->strings["Shift-reload the page or clear browser cache if the new photo does not display immediately."] = ""; +$a->strings["Unable to process image"] = "Kuvan käsitteleminen epäonnistui"; +$a->strings["Upload File:"] = "Lähetä tiedosto:"; +$a->strings["Select a profile:"] = "Valitse profiili:"; +$a->strings["or"] = "tai"; +$a->strings["skip this step"] = "ohita tämä vaihe"; +$a->strings["select a photo from your photo albums"] = "valitse kuva albumeistasi"; +$a->strings["Crop Image"] = "Rajaa kuva"; +$a->strings["Please adjust the image cropping for optimum viewing."] = ""; +$a->strings["Done Editing"] = "Lopeta muokkaus"; +$a->strings["Image uploaded successfully."] = "Kuvan lähettäminen onnistui."; +$a->strings["Status:"] = "Tila:"; +$a->strings["Homepage:"] = "Kotisivu:"; +$a->strings["Global Directory"] = "Maailmanlaajuinen hakemisto"; +$a->strings["Find on this site"] = ""; +$a->strings["Results for:"] = ""; +$a->strings["Site Directory"] = ""; +$a->strings["Find"] = "Etsi"; +$a->strings["No entries (some entries may be hidden)."] = ""; +$a->strings["Source input"] = ""; +$a->strings["BBCode::convert (raw HTML)"] = "BBCode::convert (raaka HTML)"; +$a->strings["BBCode::convert"] = "BBCode::convert"; +$a->strings["BBCode::convert => HTML::toBBCode"] = "BBCode::convert => HTML::toBBCode"; +$a->strings["BBCode::toMarkdown"] = "BBCode::toMarkdown"; +$a->strings["BBCode::toMarkdown => Markdown::convert"] = "BBCode::toMarkdown => Markdown::convert"; +$a->strings["BBCode::toMarkdown => Markdown::toBBCode"] = "BBCode::toMarkdown => Markdown::toBBCode"; +$a->strings["BBCode::toMarkdown => Markdown::convert => HTML::toBBCode"] = "BBCode::toMarkdown => Markdown::convert => HTML::toBBCode"; +$a->strings["Source input \\x28Diaspora format\\x29"] = ""; +$a->strings["Markdown::toBBCode"] = "Markdown::toBBCode"; +$a->strings["Raw HTML input"] = "Raaka HTML-syöte"; +$a->strings["HTML Input"] = "HTML-syöte"; +$a->strings["HTML::toBBCode"] = "HTML::toBBCode"; +$a->strings["HTML::toPlaintext"] = "HTML::toPlaintext"; +$a->strings["Source text"] = "Lähdeteksti"; +$a->strings["BBCode"] = "BBCode"; +$a->strings["Markdown"] = "Markdown"; +$a->strings["HTML"] = "HTML"; +$a->strings["The contact could not be added."] = "Kontaktia ei voitu lisätä."; +$a->strings["You already added this contact."] = "Olet jo lisännyt tämän kontaktin."; +$a->strings["Diaspora support isn't enabled. Contact can't be added."] = "Diaspora -tuki ei ole käytössä. Kontaktia ei voi lisätä."; +$a->strings["OStatus support is disabled. Contact can't be added."] = "OStatus -tuki ei ole käytössä. Kontaktia ei voi lisätä."; +$a->strings["The network type couldn't be detected. Contact can't be added."] = ""; +$a->strings["Profile deleted."] = "Profiili poistettiin."; +$a->strings["Profile-"] = "Profiili-"; +$a->strings["New profile created."] = "Uusi profiili luotu."; +$a->strings["Profile unavailable to clone."] = "Profiili ei saatavilla kloonattavaksi."; +$a->strings["Profile Name is required."] = "Profiilinimi on pakollinen."; +$a->strings["Marital Status"] = "Siviilisääty"; +$a->strings["Romantic Partner"] = "Romanttinen kumppani"; +$a->strings["Work/Employment"] = "Työ"; +$a->strings["Religion"] = "Uskonto"; +$a->strings["Political Views"] = "Poliittiset näkemykset"; +$a->strings["Gender"] = "Sukupuoli"; +$a->strings["Sexual Preference"] = "Seksuaalinen suuntautuminen"; +$a->strings["XMPP"] = "XMPP"; +$a->strings["Homepage"] = "Kotisivu"; +$a->strings["Interests"] = "Kiinnostukset"; +$a->strings["Address"] = "Osoite"; +$a->strings["Location"] = "Sijainti"; +$a->strings["Profile updated."] = "Profiili päivitettiin."; +$a->strings[" and "] = "ja"; +$a->strings["public profile"] = "julkinen profiili"; +$a->strings["%1\$s changed %2\$s to “%3\$s”"] = ""; +$a->strings[" - Visit %1\$s's %2\$s"] = ""; +$a->strings["%1\$s has an updated %2\$s, changing %3\$s."] = ""; +$a->strings["Hide contacts and friends:"] = "Piilota kontaktit ja kaverit:"; +$a->strings["Hide your contact/friend list from viewers of this profile?"] = ""; +$a->strings["Show more profile fields:"] = ""; +$a->strings["Profile Actions"] = ""; +$a->strings["Edit Profile Details"] = "Muokkaa profiilin yksityiskohdat"; +$a->strings["Change Profile Photo"] = "Vaihda profiilikuva"; +$a->strings["View this profile"] = "Näytä profiilia"; +$a->strings["Edit visibility"] = "Muokkaa näkyvyyttä"; +$a->strings["Create a new profile using these settings"] = "Luo uusi profiili näillä asetuksilla"; +$a->strings["Clone this profile"] = "Kloonaa tämä profiili"; +$a->strings["Delete this profile"] = "Poista tämä profiili"; +$a->strings["Basic information"] = "Perustiedot"; +$a->strings["Profile picture"] = "Profiilikuva"; +$a->strings["Preferences"] = "Mieltymykset"; +$a->strings["Status information"] = "Tilatiedot"; +$a->strings["Additional information"] = "Lisätietoja"; +$a->strings["Relation"] = "Suhde"; +$a->strings["Miscellaneous"] = "Sekalaista"; +$a->strings["Your Gender:"] = "Sukupuoli:"; +$a->strings[" Marital Status:"] = " Siviilisääty:"; +$a->strings["Sexual Preference:"] = "Seksuaalinen suuntautuminen:"; +$a->strings["Example: fishing photography software"] = "Esimerkki: kalastus valokuvaus ohjelmistot"; +$a->strings["Profile Name:"] = "Profiilinimi:"; +$a->strings["This is your public profile.
    It may be visible to anybody using the internet."] = ""; +$a->strings["Your Full Name:"] = "Koko nimi:"; +$a->strings["Title/Description:"] = "Otsikko/kuvaus:"; +$a->strings["Street Address:"] = "Katuosoite:"; +$a->strings["Locality/City:"] = "Kaupunki:"; +$a->strings["Region/State:"] = "Alue/osavaltio:"; +$a->strings["Postal/Zip Code:"] = "Postinumero:"; +$a->strings["Country:"] = "Maa:"; +$a->strings["Age: "] = "Ikä:"; +$a->strings["Who: (if applicable)"] = "Kuka: (tarvittaessa)"; +$a->strings["Examples: cathy123, Cathy Williams, cathy@example.com"] = "Esimerkkejä: cathy123, Cathy Williams, cathy@example.com"; +$a->strings["Since [date]:"] = "Lähtien [päivämäärä]:"; +$a->strings["Tell us about yourself..."] = "Kerro vähän itsestäsi..."; +$a->strings["XMPP (Jabber) address:"] = "XMPP (Jabber) osoite:"; +$a->strings["The XMPP address will be propagated to your contacts so that they can follow you."] = ""; +$a->strings["Homepage URL:"] = "Kotisivun URL-osoite:"; +$a->strings["Hometown:"] = "Kotikaupunki:"; +$a->strings["Political Views:"] = "Politiikka:"; +$a->strings["Religious Views:"] = "Uskonto:"; +$a->strings["Public Keywords:"] = "Julkiset avainsanat:"; +$a->strings["(Used for suggesting potential friends, can be seen by others)"] = ""; +$a->strings["Private Keywords:"] = "Yksityiset avainsanat:"; +$a->strings["(Used for searching profiles, never shown to others)"] = ""; +$a->strings["Likes:"] = "Tykkäykset:"; +$a->strings["Dislikes:"] = "Ei tykkää:"; +$a->strings["Musical interests"] = "Musiikki"; +$a->strings["Books, literature"] = "Kirjat, kirjallisuus"; +$a->strings["Television"] = "Televisio"; +$a->strings["Film/dance/culture/entertainment"] = "Elokuvat/tanssi/kulttuuri/viihde"; +$a->strings["Hobbies/Interests"] = "Harrastukset"; +$a->strings["Love/romance"] = "Rakkaus/romanssi"; +$a->strings["Work/employment"] = "Työ:"; +$a->strings["School/education"] = "Koulutus:"; +$a->strings["Contact information and Social Networks"] = "Yhteystiedot ja sosiaalinen media"; +$a->strings["Profile Image"] = "Profiilikuva"; +$a->strings["visible to everybody"] = "näkyvissä kaikille"; +$a->strings["Edit/Manage Profiles"] = "Muokkaa/hallitse profiilit"; +$a->strings["Change profile photo"] = "Vaihda profiilikuva"; +$a->strings["Create New Profile"] = "Luo uusi profiili"; +$a->strings["%d contact edited."] = [ + 0 => "%d kontakti muokattu", + 1 => "%d kontakteja muokattu", +]; +$a->strings["Could not access contact record."] = "Yhteystietoon ei päästä käsiksi."; +$a->strings["Could not locate selected profile."] = "Valittua profiilia ei löydy."; +$a->strings["Contact updated."] = "Yhteystietopäivitys onnistui."; +$a->strings["Contact has been blocked"] = "Henkilö on estetty"; +$a->strings["Contact has been unblocked"] = "Henkilö on jälleen sallittu"; +$a->strings["Contact has been ignored"] = "Henkilöä ei enää huomioida"; +$a->strings["Contact has been unignored"] = "Henkilö on jälleen huomioituna."; +$a->strings["Contact has been archived"] = "Henkilö on arkistoitu."; +$a->strings["Contact has been unarchived"] = "Henkilö on otettu pois arkistosta."; +$a->strings["Drop contact"] = "Poista kontakti"; +$a->strings["Do you really want to delete this contact?"] = "Haluatko todella poistaa tämän yhteystiedon?"; +$a->strings["Contact has been removed."] = "Yhteystieto on poistettu."; +$a->strings["You are mutual friends with %s"] = "Olet kaveri %s kanssa."; +$a->strings["You are sharing with %s"] = "Olet jakanut jotakin %s:n kanssa"; +$a->strings["%s is sharing with you"] = "%s jakaa sinulle jotakin."; +$a->strings["Private communications are not available for this contact."] = "Yksityiskeskustelu ei ole käytettävissä tälle henkilölle."; +$a->strings["Never"] = "Ei koskaan"; +$a->strings["(Update was successful)"] = "(Päivitys onnistui)"; +$a->strings["(Update was not successful)"] = "(Päivitys epäonnistui)"; +$a->strings["Suggest friends"] = "Ehdota ystäviä"; +$a->strings["Network type: %s"] = "Verkkotyyppi: %s"; +$a->strings["Communications lost with this contact!"] = "Yhteys tähän henkilöön menetettiin!"; +$a->strings["Fetch further information for feeds"] = ""; +$a->strings["Fetch information like preview pictures, title and teaser from the feed item. You can activate this if the feed doesn't contain much text. Keywords are taken from the meta header in the feed item and are posted as hash tags."] = ""; +$a->strings["Disabled"] = "Pois käytöstä"; +$a->strings["Fetch information"] = "Nouda tiedot"; +$a->strings["Fetch keywords"] = "Nouda avainsanat"; +$a->strings["Fetch information and keywords"] = "Nouda tiedot ja avainsanat"; +$a->strings["Contact"] = "Kontakti"; +$a->strings["Profile Visibility"] = "Profiilin näkyvyys"; +$a->strings["Please choose the profile you would like to display to %s when viewing your profile securely."] = "Valitse profiili, jonka haluat näyttää %s:lle, kun hän haluaa katsoa profiiliasi turvallisesti."; +$a->strings["Contact Information / Notes"] = "Yhteystiedot / Muistiinpanot"; +$a->strings["Their personal note"] = ""; +$a->strings["Edit contact notes"] = "Muokkaa yhteystietojen muistiinpanoja"; +$a->strings["Block/Unblock contact"] = "Estä/salli henkilö"; +$a->strings["Ignore contact"] = "Jätä henkilö huomiotta"; +$a->strings["Repair URL settings"] = "Korjaa URL-asetukset"; +$a->strings["View conversations"] = "Katso keskusteluja"; +$a->strings["Last update:"] = "Viimeksi päivitetty:"; +$a->strings["Update public posts"] = "Päivitä julkiset postaukset"; +$a->strings["Update now"] = "Päivitä nyt"; +$a->strings["Unblock"] = "Salli"; +$a->strings["Block"] = "Estä"; +$a->strings["Unignore"] = "Ota huomioon"; +$a->strings["Currently blocked"] = "Estetty tällä hetkellä"; +$a->strings["Currently ignored"] = "Jätetty huomiotta tällä hetkellä"; +$a->strings["Currently archived"] = "Arkistoitu tällä hetkellä"; +$a->strings["Awaiting connection acknowledge"] = "Odotetaan yhteyden kuittausta"; +$a->strings["Replies/likes to your public posts may still be visible"] = ""; +$a->strings["Notification for new posts"] = "Uusien postausten ilmoitus"; +$a->strings["Send a notification of every new post of this contact"] = "Lähetä ilmoitus tälle henkilölle kaikista uusista postauksista"; +$a->strings["Blacklisted keywords"] = "Kielletyt avainsanat"; +$a->strings["Comma separated list of keywords that should not be converted to hashtags, when \"Fetch information and keywords\" is selected"] = ""; +$a->strings["XMPP:"] = "XMPP:"; +$a->strings["Actions"] = "Toimenpiteet"; +$a->strings["Status"] = "Tila"; +$a->strings["Contact Settings"] = "Yhteystietoasetukset"; +$a->strings["Suggestions"] = "Ehdotukset"; +$a->strings["Suggest potential friends"] = "Ehdota mahdollisille ystäville"; +$a->strings["Show all contacts"] = "Näytä kaikki yhteystiedot"; +$a->strings["Unblocked"] = "Sallittu"; +$a->strings["Only show unblocked contacts"] = "Näytä vain sallitut henkilöt"; +$a->strings["Blocked"] = "Estetty"; +$a->strings["Only show blocked contacts"] = "Näytä vain estetyt henkilöt"; +$a->strings["Ignored"] = "Jätetty huomiotta"; +$a->strings["Only show ignored contacts"] = "Näytä vain henkilöt, jotka jätetty huomiotta"; +$a->strings["Archived"] = "Arkistoitu"; +$a->strings["Only show archived contacts"] = "Näytä vain arkistoidut henkilöt"; +$a->strings["Hidden"] = "Piilotettu"; +$a->strings["Only show hidden contacts"] = "Näytä vain piilotetut henkilöt"; +$a->strings["Search your contacts"] = "Etsi henkilöitä"; +$a->strings["Update"] = "Päivitä"; +$a->strings["Archive"] = "Arkistoi"; +$a->strings["Unarchive"] = "Poista arkistosta"; +$a->strings["Batch Actions"] = ""; +$a->strings["Profile Details"] = "Profiilitiedot"; +$a->strings["View all contacts"] = "Näytä kaikki kontaktit"; +$a->strings["View all common friends"] = "Näytä kaikki yhteiset kaverit"; +$a->strings["Advanced Contact Settings"] = "Kontakti-lisäasetukset"; +$a->strings["Mutual Friendship"] = ""; +$a->strings["is a fan of yours"] = "on fanisi"; +$a->strings["you are a fan of"] = "fanitat"; +$a->strings["Toggle Blocked status"] = "Estetty tila päälle/pois"; +$a->strings["Toggle Ignored status"] = ""; +$a->strings["Toggle Archive status"] = "Arkistotila päälle/pois"; +$a->strings["Delete contact"] = "Poista kontakti"; +$a->strings["Terms of Service"] = "Käyttöehdot"; +$a->strings["Privacy Statement"] = "Tietosuojalausunto"; +$a->strings["At the time of registration, and for providing communications between the user account and their contacts, the user has to provide a display name (pen name), an username (nickname) and a working email address. The names will be accessible on the profile page of the account by any visitor of the page, even if other profile details are not displayed. The email address will only be used to send the user notifications about interactions, but wont be visibly displayed. The listing of an account in the node's user directory or the global user directory is optional and can be controlled in the user settings, it is not necessary for communication."] = ""; +$a->strings["At any point in time a logged in user can export their account data from the account settings. If the user wants to delete their account they can do so at %1\$s/removeme. The deletion of the account will be permanent."] = ""; +$a->strings["This is Friendica, version"] = "Tämä on Friendica, versio"; +$a->strings["running at web location"] = "käynnissä osoitteessa"; +$a->strings["Please visit Friendi.ca to learn more about the Friendica project."] = "Vieraile osoitteessa Friendi.ca saadaksesi lisätietoja Friendica- projektista."; +$a->strings["Bug reports and issues: please visit"] = "Bugiraportit ja kysymykset: vieraile osoitteessa"; +$a->strings["the bugtracker at github"] = "githubin bugtrackeri"; +$a->strings["Suggestions, praise, donations, etc. - please email \"Info\" at Friendica - dot com"] = "Ehdotuksia, kiitoksia, lahjoituksia, jne. voi lähettää osoitteeseen \"Info\" at Friendica - piste com"; +$a->strings["Installed addons/apps:"] = "Asennettu lisäosat/sovellukset:"; +$a->strings["No installed addons/apps"] = "Ei asennettuja lisäosia/sovelluksia"; +$a->strings["Read about the Terms of Service of this node."] = ""; +$a->strings["On this server the following remote servers are blocked."] = ""; +$a->strings["Reason for the block"] = "Eston syy"; +$a->strings["No valid account found."] = ""; +$a->strings["Password reset request issued. Check your email."] = "Salasanan nollauspyyntö lähetetty. Tarkista sähköpostisi."; +$a->strings["\n\t\tDear %1\$s,\n\t\t\tA request was recently received at \"%2\$s\" to reset your account\n\t\tpassword. In order to confirm this request, please select the verification link\n\t\tbelow or paste it into your web browser address bar.\n\n\t\tIf you did NOT request this change, please DO NOT follow the link\n\t\tprovided and ignore and/or delete this email, the request will expire shortly.\n\n\t\tYour password will not be changed unless we can verify that you\n\t\tissued this request."] = ""; +$a->strings["\n\t\tFollow this link soon to verify your identity:\n\n\t\t%1\$s\n\n\t\tYou will then receive a follow-up message containing the new password.\n\t\tYou may change that password from your account settings page after logging in.\n\n\t\tThe login details are as follows:\n\n\t\tSite Location:\t%2\$s\n\t\tLogin Name:\t%3\$s"] = ""; +$a->strings["Password reset requested at %s"] = ""; +$a->strings["Request could not be verified. (You may have previously submitted it.) Password reset failed."] = ""; +$a->strings["Request has expired, please make a new one."] = "Pyyntö on vanhentunut, tehkää uusi pyyntö."; +$a->strings["Forgot your Password?"] = "Unohditko salasanasi?"; +$a->strings["Enter your email address and submit to have your password reset. Then check your email for further instructions."] = ""; +$a->strings["Nickname or Email: "] = "Lempinimi tai sähköposti:"; +$a->strings["Reset"] = "Nollaus"; +$a->strings["Password Reset"] = "Salasanan nollaus"; +$a->strings["Your password has been reset as requested."] = "Salasanasi on nollattu pyynnöstäsi."; +$a->strings["Your new password is"] = "Uusi salasanasi on"; +$a->strings["Save or copy your new password - and then"] = ""; +$a->strings["click here to login"] = "kirjaudu klikkaamalla tästä"; +$a->strings["Your password may be changed from the Settings page after successful login."] = ""; +$a->strings["\n\t\t\tDear %1\$s,\n\t\t\t\tYour password has been changed as requested. Please retain this\n\t\t\tinformation for your records (or change your password immediately to\n\t\t\tsomething that you will remember).\n\t\t"] = ""; +$a->strings["\n\t\t\tYour login details are as follows:\n\n\t\t\tSite Location:\t%1\$s\n\t\t\tLogin Name:\t%2\$s\n\t\t\tPassword:\t%3\$s\n\n\t\t\tYou may change that password from your account settings page after logging in.\n\t\t"] = ""; +$a->strings["Your password has been changed at %s"] = "Salasanasi on vaihdettu sivustolla %s"; +$a->strings["Registration successful. Please check your email for further instructions."] = ""; +$a->strings["Failed to send email message. Here your accout details:
    login: %s
    password: %s

    You can change your password after login."] = ""; +$a->strings["Registration successful."] = "Rekisteröityminen onnistui."; +$a->strings["Your registration can not be processed."] = "Rekisteröintisi ei voida käsitellä."; +$a->strings["Your registration is pending approval by the site owner."] = "Rekisteröintisi odottaa ylläpitäjän hyväksyntää."; +$a->strings["You may (optionally) fill in this form via OpenID by supplying your OpenID and clicking 'Register'."] = ""; +$a->strings["If you are not familiar with OpenID, please leave that field blank and fill in the rest of the items."] = ""; +$a->strings["Your OpenID (optional): "] = "OpenID -tunnus (valinnainen):"; +$a->strings["Include your profile in member directory?"] = "Lisää profiilisi jäsenluetteloon?"; +$a->strings["Note for the admin"] = "Viesti ylläpidolle"; +$a->strings["Leave a message for the admin, why you want to join this node"] = ""; +$a->strings["Membership on this site is by invitation only."] = ""; +$a->strings["Your invitation code: "] = "Kutsukoodisi:"; +$a->strings["Registration"] = "Rekisteröityminen"; +$a->strings["Your Full Name (e.g. Joe Smith, real or real-looking): "] = ""; +$a->strings["Your Email Address: (Initial information will be send there, so this has to be an existing address.)"] = ""; +$a->strings["New Password:"] = "Uusi salasana:"; +$a->strings["Leave empty for an auto generated password."] = ""; +$a->strings["Confirm:"] = "Vahvista:"; +$a->strings["Choose a profile nickname. This must begin with a text character. Your profile address on this site will then be 'nickname@%s'."] = ""; +$a->strings["Choose a nickname: "] = "Valitse lempinimi:"; +$a->strings["Register"] = "Rekisteröidy"; +$a->strings["Import your profile to this friendica instance"] = "Tuo profiilisi tähän Friendica -instanssiin."; +$a->strings["Theme settings updated."] = "Teeman asetukset päivitetty."; +$a->strings["Information"] = "Tietoja"; +$a->strings["Overview"] = "Yleiskatsaus"; +$a->strings["Federation Statistics"] = "Liiton tilastotiedot"; +$a->strings["Configuration"] = "Kokoonpano"; +$a->strings["Site"] = "Sivusto"; +$a->strings["Users"] = "Käyttäjät"; +$a->strings["Addons"] = "Lisäosat"; +$a->strings["Themes"] = "Teemat"; +$a->strings["Additional features"] = "Lisäominaisuuksia"; +$a->strings["Database"] = "Tietokanta"; +$a->strings["DB updates"] = "Tietokannan päivitykset"; +$a->strings["Inspect Queue"] = "Tarkista jono"; +$a->strings["Tools"] = "Työkalut"; +$a->strings["Contact Blocklist"] = "Kontaktien estolista"; +$a->strings["Server Blocklist"] = "Palvelimien estolista"; +$a->strings["Delete Item"] = "Poista kohde"; +$a->strings["Logs"] = "Lokit"; +$a->strings["View Logs"] = "Katso lokit"; +$a->strings["Diagnostics"] = "Diagnostiikka"; +$a->strings["PHP Info"] = "PHP tietoja"; +$a->strings["probe address"] = ""; +$a->strings["check webfinger"] = "Tarkista webfinger"; +$a->strings["Admin"] = "Ylläpitäjä"; +$a->strings["Addon Features"] = "Lisäosaominaisuudet"; +$a->strings["User registrations waiting for confirmation"] = ""; +$a->strings["Administration"] = "Ylläpito"; +$a->strings["Display Terms of Service"] = "Näytä käyttöehdot"; +$a->strings["Enable the Terms of Service page. If this is enabled a link to the terms will be added to the registration form and the general information page."] = ""; +$a->strings["Display Privacy Statement"] = "Näytä tietosuojalausunto"; +$a->strings["Show some informations regarding the needed information to operate the node according e.g. to EU-GDPR."] = ""; +$a->strings["The Terms of Service"] = "Käyttöehdot"; +$a->strings["Enter the Terms of Service for your node here. You can use BBCode. Headers of sections should be [h2] and below."] = ""; +$a->strings["The blocked domain"] = "Estetty verkkotunnus"; +$a->strings["The reason why you blocked this domain."] = "Verkkotunnuksen estosyy."; +$a->strings["Delete domain"] = "Poista verkkotunnus"; +$a->strings["Check to delete this entry from the blocklist"] = ""; +$a->strings["This page can be used to define a black list of servers from the federated network that are not allowed to interact with your node. For all entered domains you should also give a reason why you have blocked the remote server."] = ""; +$a->strings["The list of blocked servers will be made publically available on the /friendica page so that your users and people investigating communication problems can find the reason easily."] = ""; +$a->strings["Add new entry to block list"] = ""; +$a->strings["Server Domain"] = "Palvelimen verkkotunnus"; +$a->strings["The domain of the new server to add to the block list. Do not include the protocol."] = ""; +$a->strings["Block reason"] = "Estosyy"; +$a->strings["Add Entry"] = "Lisää merkintä"; +$a->strings["Save changes to the blocklist"] = "Tallenna muutoksia estolistaan"; +$a->strings["Current Entries in the Blocklist"] = ""; +$a->strings["Delete entry from blocklist"] = ""; +$a->strings["Delete entry from blocklist?"] = ""; +$a->strings["Server added to blocklist."] = "Palvelin lisätty estolistalle"; +$a->strings["Site blocklist updated."] = "Sivuston estolista päivitetty."; +$a->strings["The contact has been blocked from the node"] = ""; +$a->strings["Could not find any contact entry for this URL (%s)"] = ""; +$a->strings["%s contact unblocked"] = [ + 0 => "%s kontakti poistettu estolistalta", + 1 => "%s kontaktia poistettu estolistalta", +]; +$a->strings["Remote Contact Blocklist"] = ""; +$a->strings["This page allows you to prevent any message from a remote contact to reach your node."] = ""; +$a->strings["Block Remote Contact"] = ""; +$a->strings["select all"] = "valitse kaikki"; +$a->strings["select none"] = "älä valitse mitään"; +$a->strings["No remote contact is blocked from this node."] = ""; +$a->strings["Blocked Remote Contacts"] = ""; +$a->strings["Block New Remote Contact"] = ""; +$a->strings["Photo"] = "Kuva"; +$a->strings["%s total blocked contact"] = [ + 0 => "", + 1 => "", +]; +$a->strings["URL of the remote contact to block."] = ""; +$a->strings["Delete this Item"] = "Poista tämä kohde"; +$a->strings["On this page you can delete an item from your node. If the item is a top level posting, the entire thread will be deleted."] = ""; +$a->strings["You need to know the GUID of the item. You can find it e.g. by looking at the display URL. The last part of http://example.com/display/123456 is the GUID, here 123456."] = ""; +$a->strings["GUID"] = "GUID"; +$a->strings["The GUID of the item you want to delete."] = ""; +$a->strings["Item marked for deletion."] = "Kohde merkitty poistettavaksi."; +$a->strings["unknown"] = "tuntematon"; +$a->strings["This page offers you some numbers to the known part of the federated social network your Friendica node is part of. These numbers are not complete but only reflect the part of the network your node is aware of."] = ""; +$a->strings["The Auto Discovered Contact Directory feature is not enabled, it will improve the data displayed here."] = ""; +$a->strings["Currently this node is aware of %d nodes with %d registered users from the following platforms:"] = ""; +$a->strings["ID"] = ""; +$a->strings["Recipient Name"] = "Vastaanottajan nimi"; +$a->strings["Recipient Profile"] = "Vastaanottajan profiili"; +$a->strings["Network"] = "Verkko"; +$a->strings["Created"] = "Luotu"; +$a->strings["Last Tried"] = "Viimeksi yritetty"; +$a->strings["This page lists the content of the queue for outgoing postings. These are postings the initial delivery failed for. They will be resend later and eventually deleted if the delivery fails permanently."] = ""; +$a->strings["Your DB still runs with MyISAM tables. You should change the engine type to InnoDB. As Friendica will use InnoDB only features in the future, you should change this! See here for a guide that may be helpful converting the table engines. You may also use the command php bin/console.php dbstructure toinnodb of your Friendica installation for an automatic conversion.
    "] = ""; +$a->strings["There is a new version of Friendica available for download. Your current version is %1\$s, upstream version is %2\$s"] = ""; +$a->strings["The database update failed. Please run \"php bin/console.php dbstructure update\" from the command line and have a look at the errors that might appear."] = ""; +$a->strings["The worker was never executed. Please check your database structure!"] = ""; +$a->strings["The last worker execution was on %s UTC. This is older than one hour. Please check your crontab settings."] = ""; +$a->strings["Normal Account"] = "Perustili"; +$a->strings["Automatic Follower Account"] = ""; +$a->strings["Public Forum Account"] = "Julkinen foorumitili"; +$a->strings["Automatic Friend Account"] = ""; +$a->strings["Blog Account"] = "Blogitili"; +$a->strings["Private Forum Account"] = "Yksityinen foorumitili"; +$a->strings["Message queues"] = "Viestijonot"; +$a->strings["Summary"] = "Yhteenveto"; +$a->strings["Registered users"] = "Rekisteröityneet käyttäjät"; +$a->strings["Pending registrations"] = ""; +$a->strings["Version"] = "Versio"; +$a->strings["Active addons"] = "Käytössäolevat lisäosat"; +$a->strings["Can not parse base url. Must have at least ://"] = ""; +$a->strings["Site settings updated."] = "Sivuston asetukset päivitettiin."; +$a->strings["No special theme for mobile devices"] = "Ei mobiiliteemaa"; +$a->strings["No community page"] = "Ei yhteisösivua"; +$a->strings["Public postings from users of this site"] = ""; +$a->strings["Public postings from the federated network"] = ""; +$a->strings["Public postings from local users and the federated network"] = ""; +$a->strings["Users, Global Contacts"] = "Käyttäjät, maailmanlaajuiset kontaktit"; +$a->strings["Users, Global Contacts/fallback"] = ""; +$a->strings["One month"] = "Yksi kuukausi"; +$a->strings["Three months"] = "Kolme kuukautta"; +$a->strings["Half a year"] = "Puoli vuotta"; +$a->strings["One year"] = "Yksi vuosi"; +$a->strings["Multi user instance"] = ""; +$a->strings["Closed"] = "Suljettu"; +$a->strings["Requires approval"] = "Edellyttää hyväksyntää"; +$a->strings["Open"] = "Avoin"; +$a->strings["No SSL policy, links will track page SSL state"] = ""; +$a->strings["Force all links to use SSL"] = ""; +$a->strings["Self-signed certificate, use SSL for local links only (discouraged)"] = ""; +$a->strings["Don't check"] = "Älä tarkista"; +$a->strings["check the stable version"] = ""; +$a->strings["check the development version"] = ""; +$a->strings["Republish users to directory"] = ""; +$a->strings["File upload"] = "Tiedoston lataus"; +$a->strings["Policies"] = "Käytännöt"; +$a->strings["Auto Discovered Contact Directory"] = ""; +$a->strings["Performance"] = "Suoritus"; +$a->strings["Worker"] = "Worker"; +$a->strings["Message Relay"] = ""; +$a->strings["Relocate - WARNING: advanced function. Could make this server unreachable."] = ""; +$a->strings["Site name"] = "Sivuston nimi"; +$a->strings["Host name"] = "Palvelimen nimi"; +$a->strings["Sender Email"] = "Lähettäjän sähköposti"; +$a->strings["The email address your server shall use to send notification emails from."] = ""; +$a->strings["Banner/Logo"] = "Banneri/logo"; +$a->strings["Shortcut icon"] = "Pikakuvake"; +$a->strings["Link to an icon that will be used for browsers."] = ""; +$a->strings["Touch icon"] = ""; +$a->strings["Link to an icon that will be used for tablets and mobiles."] = ""; +$a->strings["Additional Info"] = "Lisätietoja"; +$a->strings["For public servers: you can add additional information here that will be listed at %s/servers."] = ""; +$a->strings["System language"] = "Järjestelmän kieli"; +$a->strings["System theme"] = "Järjestelmäteema"; +$a->strings["Default system theme - may be over-ridden by user profiles - change theme settings"] = ""; +$a->strings["Mobile system theme"] = "Mobiili järjestelmäteema"; +$a->strings["Theme for mobile devices"] = "Mobiiliteema"; +$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["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"] = "Suurin kuvakoko"; +$a->strings["Maximum size in bytes of uploaded images. Default is 0, which means no limits."] = ""; +$a->strings["Maximum image length"] = "Suurin kuvapituus"; +$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"] = "JPEG-kuvanlaatu"; +$a->strings["Uploaded JPEGS will be saved at this quality setting [0-100]. Default is 100, which is full quality."] = ""; +$a->strings["Register policy"] = ""; +$a->strings["Maximum Daily Registrations"] = ""; +$a->strings["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. You can use BBCode here."] = ""; +$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"] = "Sallittuja kaveri-verkkotunnuksia"; +$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"] = "Sallittuja sähköposti-verkkotunnuksia"; +$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["No OEmbed rich content"] = ""; +$a->strings["Don't show the rich content (e.g. embedded PDF), except from the domains listed below."] = ""; +$a->strings["Allowed OEmbed domains"] = "Sallittuja OEmbed -verkkotunnuksia"; +$a->strings["Comma separated list of domains which oembed content is allowed to be displayed. Wildcards are accepted."] = ""; +$a->strings["Block public"] = ""; +$a->strings["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 URL"] = "Maailmanlaajuisen hakemiston URL-osoite"; +$a->strings["URL to the global directory. If this is not set, the global directory is completely unavailable to the application."] = ""; +$a->strings["Private posts by default for new users"] = ""; +$a->strings["Set default post permissions for all new members to the default privacy group rather than public."] = ""; +$a->strings["Don't include post content in email notifications"] = ""; +$a->strings["Don't include 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"] = "OpenID-tuki"; +$a->strings["OpenID support for registration and logins."] = "OpenID-tuki rekisteröitymiseen ja kirjautumiseen"; +$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["Community pages for visitors"] = ""; +$a->strings["Which community pages should be available for visitors. Local users always see both pages."] = ""; +$a->strings["Posts per user on community page"] = ""; +$a->strings["The maximum number of posts per user on the community page. (Not valid for 'Global Community')"] = ""; +$a->strings["Enable OStatus support"] = "Salli OStatus-tuki"; +$a->strings["Provide built-in OStatus (StatusNet, GNU Social etc.) compatibility. All communications in OStatus are public, so privacy warnings will be occasionally displayed."] = ""; +$a->strings["Only import OStatus threads from our contacts"] = "Ainoastaan tuo OStatus -ketjuja kontakteiltamme"; +$a->strings["Normally we import every content from our OStatus contacts. With this option we only store threads that are started by a contact that is known on our system."] = ""; +$a->strings["OStatus support can only be enabled if threading is enabled."] = ""; +$a->strings["Diaspora support can't be enabled because Friendica was installed into a sub directory."] = ""; +$a->strings["Enable Diaspora support"] = "Salli Diaspora-tuki"; +$a->strings["Provide built-in Diaspora network compatibility."] = "Ota käyttöön Diaspora-yhteensopivuus"; +$a->strings["Only allow Friendica contacts"] = "Salli ainoastaan Friendica -kontakteja"; +$a->strings["All contacts must use Friendica protocols. All other built-in communication protocols disabled."] = "Kaikkien kontaktien on käytettävä Friendica-protokollaa. Kaikki muut protokollat poistetaan käytöstä."; +$a->strings["Verify SSL"] = "Vahvista 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"] = "Välityspalvelimen käyttäjä"; +$a->strings["Proxy URL"] = "Välityspalvelimen osoite"; +$a->strings["Network timeout"] = "Verkon aikakatkaisu"; +$a->strings["Value is in seconds. Set to 0 for unlimited (not recommended)."] = ""; +$a->strings["Maximum Load Average"] = ""; +$a->strings["Maximum system load before delivery and poll processes are deferred - default 50."] = ""; +$a->strings["Maximum Load Average (Frontend)"] = ""; +$a->strings["Maximum system load before the frontend quits service - default 50."] = ""; +$a->strings["Minimal Memory"] = ""; +$a->strings["Minimal free memory in MB for the worker. Needs access to /proc/meminfo - default 0 (deactivated)."] = ""; +$a->strings["Maximum table size for optimization"] = ""; +$a->strings["Maximum table size (in MB) for the automatic optimization - default 100 MB. Enter -1 to disable it."] = ""; +$a->strings["Minimum level of fragmentation"] = ""; +$a->strings["Minimum fragmenation level to start the automatic optimization - default value is 30%."] = ""; +$a->strings["Periodical check of global contacts"] = ""; +$a->strings["If enabled, the global contacts are checked periodically for missing or outdated data and the vitality of the contacts and servers."] = ""; +$a->strings["Days between requery"] = ""; +$a->strings["Number of days after which a server is requeried for his contacts."] = ""; +$a->strings["Discover contacts from other servers"] = ""; +$a->strings["Periodically query other servers for contacts. You can choose between 'users': the users on the remote system, 'Global Contacts': active contacts that are known on the system. The fallback is meant for Redmatrix servers and older friendica servers, where global contacts weren't available. The fallback increases the server load, so the recommened setting is 'Users, Global Contacts'."] = ""; +$a->strings["Timeframe for fetching global contacts"] = ""; +$a->strings["When the discovery is activated, this value defines the timeframe for the activity of the global contacts that are fetched from other servers."] = ""; +$a->strings["Search the local directory"] = "Paikallisluettelohaku"; +$a->strings["Search the local directory instead of the global directory. When searching locally, every search will be executed on the global directory in the background. This improves the search results when the search is repeated."] = ""; +$a->strings["Publish server information"] = "Julkaise palvelintiedot"; +$a->strings["If enabled, general server and usage data will be published. The data contains the name and version of the server, number of users with public profiles, number of posts and the activated protocols and connectors. See the-federation.info for details."] = ""; +$a->strings["Check upstream version"] = ""; +$a->strings["Enables checking for new Friendica versions at github. If there is a new version, you will be informed in the admin panel overview."] = ""; +$a->strings["Suppress Tags"] = ""; +$a->strings["Suppress showing a list of hashtags at the end of the posting."] = ""; +$a->strings["Path to item cache"] = ""; +$a->strings["The item caches buffers generated bbcode and external images."] = ""; +$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["Temp path"] = ""; +$a->strings["If you have a restricted system where the webserver can't access the system temp path, enter another path here."] = ""; +$a->strings["Base path to installation"] = ""; +$a->strings["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."] = ""; +$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["Only search in tags"] = ""; +$a->strings["On large systems the text search can slow down the system extremely."] = ""; +$a->strings["New base url"] = ""; +$a->strings["Change base url for this server. Sends relocate message to all Friendica and Diaspora* contacts of all users."] = ""; +$a->strings["RINO Encryption"] = "RINO-salaus"; +$a->strings["Encryption layer between nodes."] = ""; +$a->strings["Enabled"] = "Käytössä"; +$a->strings["Maximum number of parallel workers"] = ""; +$a->strings["On shared hosters set this to 2. On larger systems, values of 10 are great. Default value is 4."] = ""; +$a->strings["Don't use 'proc_open' with the worker"] = ""; +$a->strings["Enable this if your system doesn't allow the use of 'proc_open'. This can happen on shared hosters. If this is enabled you should increase the frequency of worker calls in your crontab."] = ""; +$a->strings["Enable fastlane"] = "Käytä fastlane"; +$a->strings["When enabed, the fastlane mechanism starts an additional worker if processes with higher priority are blocked by processes of lower priority."] = ""; +$a->strings["Enable frontend worker"] = ""; +$a->strings["When enabled the Worker process is triggered when backend access is performed \\x28e.g. messages being delivered\\x29. On smaller sites you might want to call %s/worker on a regular basis via an external cron job. You should only enable this option if you cannot utilize cron/scheduled jobs on your server."] = ""; +$a->strings["Subscribe to relay"] = ""; +$a->strings["Enables the receiving of public posts from the relay. They will be included in the search, subscribed tags and on the global community page."] = ""; +$a->strings["Relay server"] = ""; +$a->strings["Address of the relay server where public posts should be send to. For example https://relay.diasp.org"] = ""; +$a->strings["Direct relay transfer"] = ""; +$a->strings["Enables the direct transfer to other servers without using the relay servers"] = ""; +$a->strings["Relay scope"] = ""; +$a->strings["Can be 'all' or 'tags'. 'all' means that every public post should be received. 'tags' means that only posts with selected tags should be received."] = ""; +$a->strings["all"] = "kaikki"; +$a->strings["tags"] = "tunnisteet"; +$a->strings["Server tags"] = "palvelintunnisteet"; +$a->strings["Comma separated list of tags for the 'tags' subscription."] = ""; +$a->strings["Allow user tags"] = "Salli käyttäjien tunnisteet"; +$a->strings["If enabled, the tags from the saved searches will used for the 'tags' subscription in addition to the 'relay_server_tags'."] = ""; +$a->strings["Update has been marked successful"] = ""; +$a->strings["Database structure update %s was successfully applied."] = ""; +$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."] = "Ei epäonnistuineita päivityksiä."; +$a->strings["Check database structure"] = "Tarkista tietokannan rakenne"; +$a->strings["Failed Updates"] = "Epäonnistuineita päivityksiä"; +$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\tIf you ever want to delete your account, you can do so at %1\$s/removeme\n\n\t\t\tThank you and welcome to %4\$s."] = ""; +$a->strings["Registration details for %s"] = ""; +$a->strings["%s user blocked/unblocked"] = [ + 0 => "", + 1 => "", +]; +$a->strings["%s user deleted"] = [ + 0 => "%s käyttäjä poistettu", + 1 => "%s käyttäjää poistettu", +]; +$a->strings["User '%s' deleted"] = "Käyttäjä '%s' poistettu"; +$a->strings["User '%s' unblocked"] = "Käyttäjä '%s' poistettu estolistalta"; +$a->strings["User '%s' blocked"] = "Käyttäjä '%s' estetty"; +$a->strings["Email"] = "Sähköposti"; +$a->strings["Register date"] = "Rekisteripäivämäärä"; +$a->strings["Last login"] = "Viimeisin kirjautuminen"; +$a->strings["Last item"] = "Viimeisin kohde"; +$a->strings["Account"] = "Tili"; +$a->strings["Add User"] = "Lisää käyttäjä"; +$a->strings["User registrations waiting for confirm"] = ""; +$a->strings["User waiting for permanent deletion"] = ""; +$a->strings["Request date"] = "Pyynnön päivämäärä"; +$a->strings["No registrations."] = ""; +$a->strings["Note from the user"] = ""; +$a->strings["Deny"] = "Kieltäydy"; +$a->strings["Site admin"] = "Sivuston ylläpito"; +$a->strings["Account expired"] = "Tili vanhentunut"; +$a->strings["New User"] = "Uusi käyttäjä"; +$a->strings["Deleted since"] = "Poistettu"; +$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."] = "Uuden käyttäjän nimi."; +$a->strings["Nickname"] = "Lempinimi"; +$a->strings["Nickname of the new user."] = "Uuden käyttäjän lempinimi"; +$a->strings["Email address of the new user."] = "Uuden käyttäjän sähköpostiosoite."; +$a->strings["Addon %s disabled."] = "Lisäosa %s poistettu käytöstä."; +$a->strings["Addon %s enabled."] = "Lisäosa %s käytössä."; +$a->strings["Disable"] = "Poista käytöstä"; +$a->strings["Enable"] = "Ota käyttöön"; +$a->strings["Toggle"] = "Vaihda"; +$a->strings["Author: "] = "Tekijä"; +$a->strings["Maintainer: "] = "Ylläpitäjä:"; +$a->strings["Reload active addons"] = ""; +$a->strings["There are currently no addons available on your node. You can find the official addon repository at %1\$s and might find other interesting addons in the open addon registry at %2\$s"] = ""; +$a->strings["No themes found."] = "Teemoja ei löytynyt."; +$a->strings["Screenshot"] = "Kuvakaappaus"; +$a->strings["Reload active themes"] = ""; +$a->strings["No themes found on the system. They should be placed in %1\$s"] = ""; +$a->strings["[Experimental]"] = "[Kokeellinen]"; +$a->strings["[Unsupported]"] = "[Ei tueta]"; +$a->strings["Log settings updated."] = "Lokiasetukset päivitetty."; +$a->strings["PHP log currently enabled."] = "PHP-loki käytössä"; +$a->strings["PHP log currently disabled."] = "PHP-loki pois käytöstä"; +$a->strings["Clear"] = "Tyhjennä"; +$a->strings["Enable Debugging"] = "Ota virheenkorjaustila käyttöön"; +$a->strings["Log file"] = "Lokitiedosto"; +$a->strings["Must be writable by web server. Relative to your Friendica top-level directory."] = ""; +$a->strings["Log level"] = ""; +$a->strings["PHP logging"] = "PHP-loki"; +$a->strings["To enable logging of PHP errors and warnings you can add the following to the .htconfig.php file of your installation. The filename set in the 'error_log' line is relative to the friendica top-level directory and must be writeable by the web server. The option '1' for 'log_errors' and 'display_errors' is to enable these options, set to '0' to disable them."] = ""; +$a->strings["Error trying to open %1\$s log file.\\r\\n
    Check to see if file %1\$s exist and is readable."] = ""; +$a->strings["Couldn't open %1\$s log file.\\r\\n
    Check to see if file %1\$s is readable."] = ""; +$a->strings["Off"] = "Pois päältä"; +$a->strings["On"] = "Päällä"; +$a->strings["Lock feature %s"] = "Lukitse ominaisuus %s"; +$a->strings["Manage Additional Features"] = "Hallitse lisäominaisuudet"; +$a->strings["Display"] = "Ulkonäkö"; +$a->strings["Social Networks"] = "Sosiaalinen media"; +$a->strings["Delegations"] = ""; +$a->strings["Connected apps"] = "Yhdistetyt sovellukset"; +$a->strings["Remove account"] = "Poista tili"; +$a->strings["Missing some important data!"] = ""; +$a->strings["Failed to connect with email account using the settings provided."] = ""; +$a->strings["Email settings updated."] = "Sähköpostin asetukset päivitettiin."; +$a->strings["Features updated"] = "Ominaisuudet päivitetty"; +$a->strings["Relocate message has been send to your contacts"] = ""; +$a->strings["Passwords do not match. Password unchanged."] = "Salasanat eivät täsmää. Salasana ennallaan."; +$a->strings["Empty passwords are not allowed. Password unchanged."] = "Tyhjä salasanakenttä ei ole sallittu. Salasana ennallaan."; +$a->strings["The new password has been exposed in a public data dump, please choose another."] = ""; +$a->strings["Wrong password."] = "Väärä salasana."; +$a->strings["Password changed."] = "Salasana vaihdettu."; +$a->strings["Password update failed. Please try again."] = "Salasanan vaihto epäonnistui. Yritä uudelleen."; +$a->strings[" Please use a shorter name."] = "Käytä lyhyempää nimeä."; +$a->strings[" Name too short."] = "Nimi on liian lyhyt."; +$a->strings["Wrong Password"] = "Väärä salasana"; +$a->strings["Invalid email."] = "Virheellinen sähköposti."; +$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."] = "Asetukset päivitetty."; +$a->strings["Add application"] = "Lisää sovellus"; +$a->strings["Consumer Key"] = ""; +$a->strings["Consumer Secret"] = ""; +$a->strings["Redirect"] = "Uudelleenohjaus"; +$a->strings["Icon url"] = "Kuvakkeen URL-osoite"; +$a->strings["You can't edit this application."] = "Et voi muokata tätä sovellusta."; +$a->strings["Connected Apps"] = "Yhdistetyt sovellukset"; +$a->strings["Edit"] = "Muokkaa"; +$a->strings["Client key starts with"] = ""; +$a->strings["No name"] = "Ei nimeä"; +$a->strings["Remove authorization"] = "Poista lupa"; +$a->strings["No Addon settings configured"] = ""; +$a->strings["Addon Settings"] = "Lisäosa-asetukset"; +$a->strings["Additional Features"] = "Lisäominaisuuksia"; +$a->strings["Diaspora"] = "Diaspora"; +$a->strings["enabled"] = "käytössä"; +$a->strings["disabled"] = "pois käytöstä"; +$a->strings["Built-in support for %s connectivity is %s"] = ""; +$a->strings["GNU Social (OStatus)"] = "GNU Social (OStatus)"; +$a->strings["Email access is disabled on this site."] = ""; +$a->strings["General Social Media Settings"] = "Yleiset some asetukset"; +$a->strings["Disable Content Warning"] = ""; +$a->strings["Users on networks like Mastodon or Pleroma are able to set a content warning field which collapse their post by default. This disables the automatic collapsing and sets the content warning as the post title. Doesn't affect any other content filtering you eventually set up."] = ""; +$a->strings["Disable intelligent shortening"] = ""; +$a->strings["Normally the system tries to find the best link to add to shortened posts. If this option is enabled then every shortened post will always point to the original friendica post."] = ""; +$a->strings["Automatically follow any GNU Social (OStatus) followers/mentioners"] = ""; +$a->strings["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."] = ""; +$a->strings["Default group for OStatus contacts"] = "Oletusryhmä OStatus kontakteille"; +$a->strings["Your legacy GNU Social account"] = ""; +$a->strings["If you enter your old GNU Social/Statusnet account name here (in the format user@domain.tld), your contacts will be added automatically. The field will be emptied when done."] = ""; +$a->strings["Repair OStatus subscriptions"] = "Korjaa OStatus tilaukset"; +$a->strings["Email/Mailbox Setup"] = "Sähköpostin asennus"; +$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:"] = "Viimeisin onnistunut sähköpostitarkistus:"; +$a->strings["IMAP server name:"] = "IMAP-palvelimen nimi:"; +$a->strings["IMAP port:"] = "IMAP-porttti:"; +$a->strings["Security:"] = "Turvallisuus:"; +$a->strings["None"] = "Ei mitään"; +$a->strings["Email login name:"] = "Sähköpostitilin käyttäjätunnus:"; +$a->strings["Email password:"] = "Sähköpostin salasana:"; +$a->strings["Reply-to address:"] = "Vastausosoite:"; +$a->strings["Send public posts to all email contacts:"] = ""; +$a->strings["Action after import:"] = ""; +$a->strings["Mark as seen"] = "Merkitse luetuksi"; +$a->strings["Move to folder"] = "Siirrä kansioon"; +$a->strings["Move to folder:"] = "Siirrä kansioon:"; +$a->strings["%s - (Unsupported)"] = "%s - (Ei tueta)"; +$a->strings["%s - (Experimental)"] = "%s - (Kokeellinen)"; +$a->strings["Display Settings"] = "Näyttöasetukset"; +$a->strings["Display Theme:"] = ""; +$a->strings["Mobile Theme:"] = "Mobiiliteema:"; +$a->strings["Suppress warning of insecure networks"] = ""; +$a->strings["Should the system suppress the warning that the current group contains members of networks that can't receive non public postings."] = ""; +$a->strings["Update browser every xx seconds"] = "Päivitä selain xx sekunnin välein"; +$a->strings["Minimum of 10 seconds. Enter -1 to disable it."] = ""; +$a->strings["Number of items to display per page:"] = ""; +$a->strings["Maximum of 100 items"] = "Enintään 100 kohdetta"; +$a->strings["Number of items to display per page when viewed from mobile device:"] = ""; +$a->strings["Don't show emoticons"] = "Piilota hymiöt"; +$a->strings["Calendar"] = "Kalenteri"; +$a->strings["Beginning of week:"] = "Viikon alku:"; +$a->strings["Don't show notices"] = ""; +$a->strings["Infinite scroll"] = ""; +$a->strings["Automatic updates only at the top of the network page"] = ""; +$a->strings["When disabled, the network page is updated all the time, which could be confusing while reading."] = ""; +$a->strings["Bandwith Saver Mode"] = "Kaistanleveyssäästömoodi"; +$a->strings["When enabled, embedded content is not displayed on automatic updates, they only show on page reload."] = ""; +$a->strings["Smart Threading"] = ""; +$a->strings["When enabled, suppress extraneous thread indentation while keeping it where it matters. Only works if threading is available and enabled."] = ""; +$a->strings["General Theme Settings"] = "Yleiset teeman asetukset"; +$a->strings["Custom Theme Settings"] = ""; +$a->strings["Content Settings"] = "Sisältöasetukset"; +$a->strings["Theme settings"] = "Teeman asetukset"; +$a->strings["Unable to find your profile. Please contact your admin."] = ""; +$a->strings["Account Types"] = "Tilityypit"; +$a->strings["Personal Page Subtypes"] = "Henkilökohtaisen sivun alatyypit"; +$a->strings["Community Forum Subtypes"] = "Yhteisöfoorumin alatyypit"; +$a->strings["Personal Page"] = "Henkilökohtainen sivu"; +$a->strings["Account for a personal profile."] = ""; +$a->strings["Organisation Page"] = "Järjestön sivu"; +$a->strings["Account for an organisation that automatically approves contact requests as \"Followers\"."] = ""; +$a->strings["News Page"] = "Uutissivu"; +$a->strings["Account for a news reflector that automatically approves contact requests as \"Followers\"."] = ""; +$a->strings["Community Forum"] = "Yhteisöfoorumi"; +$a->strings["Account for community discussions."] = ""; +$a->strings["Normal Account Page"] = "Tavallinen käyttäjätili"; +$a->strings["Account for a regular personal profile that requires manual approval of \"Friends\" and \"Followers\"."] = ""; +$a->strings["Soapbox Page"] = "Saarnatuoli sivu"; +$a->strings["Account for a public profile that automatically approves contact requests as \"Followers\"."] = ""; +$a->strings["Public Forum"] = "Julkinen foorumi"; +$a->strings["Automatically approves all contact requests."] = "Automaattisesti hyväksyy kaikki kontaktipyynnöt"; +$a->strings["Automatic Friend Page"] = ""; +$a->strings["Account for a popular profile that automatically approves contact requests as \"Friends\"."] = ""; +$a->strings["Private Forum [Experimental]"] = "Yksityisfoorumi [kokeellinen]"; +$a->strings["Requires manual approval of contact requests."] = ""; +$a->strings["OpenID:"] = "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["Your profile will be published in the global friendica directories (e.g. %s). Your profile will be visible in public."] = ""; +$a->strings["Publish your default profile in the global social directory?"] = ""; +$a->strings["Your profile will be published in this node's local directory. Your profile details may be publicly visible depending on the system settings."] = ""; +$a->strings["Hide your contact/friend list from viewers of your default profile?"] = ""; +$a->strings["Your contact list won't be shown in your default profile page. You can decide to show your contact list separately for each additional profile you create"] = ""; +$a->strings["Hide your profile details from anonymous viewers?"] = ""; +$a->strings["Anonymous visitors will only see your profile picture, your display name and the nickname you are using on your profile page. Disables posting public messages to Diaspora and other networks."] = ""; +$a->strings["Allow friends to post to your profile page?"] = ""; +$a->strings["Your contacts may write posts on your profile wall. These posts will be distributed to your contacts"] = ""; +$a->strings["Allow friends to tag your posts?"] = ""; +$a->strings["Your contacts can add additional tags to your posts."] = ""; +$a->strings["Allow us to suggest you as a potential friend to new members?"] = ""; +$a->strings["If you like, Friendica may suggest new members to add you as a contact."] = ""; +$a->strings["Permit unknown people to send you private mail?"] = "Salli yksityisviesit tuntemattomilta?"; +$a->strings["Friendica network users may send you private messages even if they are not in your contact list."] = ""; +$a->strings["Profile is not published."] = "Profiili ei ole julkaistu."; +$a->strings["Your Identity Address is '%s' or '%s'."] = ""; +$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"] = "Tiliasetukset"; +$a->strings["Password Settings"] = "Salasana-asetukset"; +$a->strings["Leave password fields blank unless changing"] = ""; +$a->strings["Current Password:"] = "Nykyinen salasana:"; +$a->strings["Your current password to confirm the changes"] = ""; +$a->strings["Password:"] = "Salasana:"; +$a->strings["Basic Settings"] = "Perusasetukset"; +$a->strings["Full Name:"] = "Koko nimi:"; +$a->strings["Email Address:"] = "Sähköpostiosoite:"; +$a->strings["Your Timezone:"] = "Aikavyöhyke:"; +$a->strings["Your Language:"] = "Kieli:"; +$a->strings["Set the language we use to show you friendica interface and to send you emails"] = ""; +$a->strings["Default Post Location:"] = ""; +$a->strings["Use Browser Location:"] = "Käytä selaimen sijainti:"; +$a->strings["Security and Privacy Settings"] = "Turvallisuus ja tietosuoja-asetukset"; +$a->strings["Maximum Friend Requests/Day:"] = ""; +$a->strings["(to prevent spam abuse)"] = ""; +$a->strings["Default Post Permissions"] = ""; +$a->strings["(click to open/close)"] = "(klikkaa auki/kiinni)"; +$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"] = "Huomautusasetukset"; +$a->strings["By default post a status message when:"] = ""; +$a->strings["accepting a friend request"] = "hyväksyt kaveripyynnön"; +$a->strings["joining a forum/community"] = "liityt foorumiin/yhteisöön"; +$a->strings["making an interesting profile change"] = ""; +$a->strings["Send a notification email when:"] = "Lähetä sähköposti-ilmoitus kun:"; +$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"] = "Vastaanotat yksityisviestin"; +$a->strings["You receive a friend suggestion"] = "Vastaanotat kaveriehdotuksen"; +$a->strings["You are tagged in a post"] = "Sinut on merkitty julkaisuun"; +$a->strings["You are poked/prodded/etc. in a post"] = ""; +$a->strings["Activate desktop notifications"] = "Ota työpöytäilmoitukset käyttöön"; +$a->strings["Show desktop popup on new notifications"] = ""; +$a->strings["Text-only notification emails"] = ""; +$a->strings["Send text only notification emails, without the html part"] = ""; +$a->strings["Show detailled notifications"] = "Näytä yksityiskohtaiset ilmoitukset"; +$a->strings["Per default, notifications are condensed to a single notification per item. When enabled every notification is displayed."] = ""; +$a->strings["Advanced Account/Page Type Settings"] = "Käyttäjätili/sivutyyppi lisäasetuksia"; +$a->strings["Change the behaviour of this account for special situations"] = ""; +$a->strings["Relocate"] = ""; +$a->strings["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["Error decoding account file"] = ""; +$a->strings["Error! No version data in file! This is not a Friendica account file?"] = ""; +$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"] = "Suoritettu. Voit nyt kirjautua sisään käyttäjätunnuksellasi."; +$a->strings["System"] = "Järjestelmä"; +$a->strings["Home"] = "Koti"; +$a->strings["Introductions"] = "Esittelyt"; +$a->strings["%s commented on %s's post"] = ""; +$a->strings["%s created a new post"] = "%s loi uuden julkaisun"; +$a->strings["%s liked %s's post"] = ""; +$a->strings["%s disliked %s's post"] = ""; +$a->strings["%s is attending %s's event"] = ""; +$a->strings["%s is not attending %s's event"] = ""; +$a->strings["%s may attend %s's event"] = ""; +$a->strings["%s is now friends with %s"] = ""; +$a->strings["Friend Suggestion"] = "Kaveriehdotus"; +$a->strings["Friend/Connect Request"] = "Ystävä/yhteyspyyntö"; +$a->strings["New Follower"] = "Uusi seuraaja"; +$a->strings["Post to Email"] = "Viesti sähköpostiin"; +$a->strings["Hide your profile details from unknown viewers?"] = "Piilota profiilitietosi tuntemattomilta?"; +$a->strings["Connectors disabled, since \"%s\" is enabled."] = ""; +$a->strings["Visible to everybody"] = "Näkyvissä kaikille"; +$a->strings["show"] = "näytä"; +$a->strings["don't show"] = "älä näytä"; +$a->strings["Close"] = "Sulje"; +$a->strings["Birthday:"] = "Syntymäpäivä:"; +$a->strings["YYYY-MM-DD or MM-DD"] = "VVVV-KK-PP tai KK-PP"; +$a->strings["never"] = "ei ikinä"; +$a->strings["less than a second ago"] = "alle sekunti sitten"; +$a->strings["year"] = "vuosi"; +$a->strings["years"] = "vuotta"; +$a->strings["months"] = "kuukautta"; +$a->strings["weeks"] = "viikkoa"; +$a->strings["days"] = "päivää"; +$a->strings["hour"] = "tunti"; +$a->strings["hours"] = "tuntia"; +$a->strings["minute"] = "minuutti"; +$a->strings["minutes"] = "inuuttia"; +$a->strings["second"] = "sekunti"; +$a->strings["seconds"] = "sekuntia"; +$a->strings["%1\$d %2\$s ago"] = ""; +$a->strings["view full size"] = "näytä täysikokoisena"; +$a->strings["Image/photo"] = "Kuva/valokuva"; +$a->strings["%2\$s %3\$s"] = ""; +$a->strings["$1 wrote:"] = "$1 kirjoitti:"; +$a->strings["Encrypted content"] = "Salattu sisältö"; +$a->strings["Invalid source protocol"] = ""; +$a->strings["Invalid link protocol"] = ""; +$a->strings["External link to forum"] = ""; +$a->strings["Nothing new here"] = ""; +$a->strings["Clear notifications"] = "Tyhjennä ilmoitukset"; +$a->strings["Logout"] = "Kirjaudu ulos"; +$a->strings["End this session"] = "Lopeta istunto"; +$a->strings["Your posts and conversations"] = "Omat julkaisut ja keskustelut"; +$a->strings["Your profile page"] = "Oma profiilisivu"; +$a->strings["Your photos"] = "Omat kuvat"; +$a->strings["Videos"] = "Videot"; +$a->strings["Your videos"] = "Omat videot"; +$a->strings["Your events"] = "Omat tapahtumat"; +$a->strings["Personal notes"] = ""; +$a->strings["Your personal notes"] = ""; +$a->strings["Sign in"] = "Kirjaudu sisään"; +$a->strings["Home Page"] = "Kotisivu"; +$a->strings["Create an account"] = "Luo tili"; +$a->strings["Help and documentation"] = "Ohjeet ja dokmentointi"; +$a->strings["Apps"] = "Sovellukset"; +$a->strings["Addon applications, utilities, games"] = "Lisäosa sovelluksia, apuohjelmia, pelejä"; +$a->strings["Search site content"] = ""; +$a->strings["Community"] = "Yhteisö"; +$a->strings["Conversations on this and other servers"] = ""; +$a->strings["Events and Calendar"] = "Tapahtumat ja kalenteri"; +$a->strings["Directory"] = "Luettelo"; +$a->strings["People directory"] = ""; +$a->strings["Information about this friendica instance"] = "Lisätietoja tästä Friendica -instanssista"; +$a->strings["Conversations from your friends"] = ""; +$a->strings["Network Reset"] = "Verkon nollaus"; +$a->strings["Load Network page with no filters"] = ""; +$a->strings["Friend Requests"] = "Kaveripyynnöt"; +$a->strings["See all notifications"] = "Näytä kaikki ilmoitukset"; +$a->strings["Mark all system notifications seen"] = ""; +$a->strings["Private mail"] = "Yksityinen posti"; +$a->strings["Inbox"] = "Saapuneet"; +$a->strings["Outbox"] = "Lähtevät"; +$a->strings["Manage"] = "Hallitse"; +$a->strings["Manage other pages"] = "Hallitse muita sivuja"; +$a->strings["Account settings"] = "Tiliasetukset"; +$a->strings["Profiles"] = "Profiilit"; +$a->strings["Manage/Edit Profiles"] = "Hallitse/muokka profiilit"; +$a->strings["Manage/edit friends and contacts"] = "Hallitse/muokkaa kaverit ja kontaktit"; +$a->strings["Site setup and configuration"] = ""; +$a->strings["Navigation"] = "Navigointi"; +$a->strings["Site map"] = "Sivustokartta"; +$a->strings["Embedding disabled"] = ""; +$a->strings["Embedded content"] = "Upotettu sisältö"; +$a->strings["Export"] = "Vie"; +$a->strings["Export calendar as ical"] = "Vie kalenteri ical -tiedostona"; +$a->strings["Export calendar as csv"] = "Vie kalenteri csv-tiedostona"; +$a->strings["General Features"] = "Yleiset ominaisuudet"; +$a->strings["Multiple Profiles"] = ""; +$a->strings["Ability to create multiple profiles"] = ""; +$a->strings["Photo Location"] = "Kuvan sijainti"; +$a->strings["Photo metadata is normally stripped. This extracts the location (if present) prior to stripping metadata and links it to a map."] = ""; +$a->strings["Export Public Calendar"] = ""; +$a->strings["Ability for visitors to download the public calendar"] = ""; +$a->strings["Post Composition Features"] = ""; +$a->strings["Post Preview"] = "Viestin esikatselu"; +$a->strings["Allow previewing posts and comments before publishing them"] = ""; +$a->strings["Auto-mention Forums"] = ""; +$a->strings["Add/remove mention when a forum page is selected/deselected in ACL window."] = ""; +$a->strings["Network Sidebar Widgets"] = ""; +$a->strings["Search by Date"] = "Päivämäärähaku"; +$a->strings["Ability to select posts by date ranges"] = ""; +$a->strings["List Forums"] = "Näytä foorumit"; +$a->strings["Enable widget to display the forums your are connected with"] = ""; +$a->strings["Group Filter"] = "Ryhmäsuodatin"; +$a->strings["Enable widget to display Network posts only from selected group"] = ""; +$a->strings["Network Filter"] = "Verkkosuodatin"; +$a->strings["Enable widget to display Network posts only from selected network"] = ""; +$a->strings["Save search terms for re-use"] = ""; +$a->strings["Network Tabs"] = ""; +$a->strings["Network 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"] = "Julkaisu/kommentti työkalut"; +$a->strings["Multiple Deletion"] = ""; +$a->strings["Select and delete multiple posts/comments at once"] = ""; +$a->strings["Edit Sent Posts"] = "Muokkaa lähetetyt julkaisut"; +$a->strings["Edit and correct posts and comments after sending"] = ""; +$a->strings["Tagging"] = "Tunnisteet"; +$a->strings["Ability to tag existing posts"] = ""; +$a->strings["Post Categories"] = "Julkaisuluokat"; +$a->strings["Add categories to your posts"] = "Luokittele julkaisusi"; +$a->strings["Saved Folders"] = "Tallennetut kansiot"; +$a->strings["Ability to file posts under folders"] = ""; +$a->strings["Dislike Posts"] = ""; +$a->strings["Ability to dislike posts/comments"] = ""; +$a->strings["Star Posts"] = "Tähtimerkityt julkaisut"; +$a->strings["Ability to mark special posts with a star indicator"] = ""; +$a->strings["Mute Post Notifications"] = "Mykistä julkaisuilmoitukset"; +$a->strings["Ability to mute notifications for a thread"] = ""; +$a->strings["Advanced Profile Settings"] = "Profiilin lisäasetukset"; +$a->strings["Show visitors public community forums at the Advanced Profile Page"] = ""; +$a->strings["Tag Cloud"] = "Tunnistepilvi"; +$a->strings["Provide a personal tag cloud on your profile page"] = ""; +$a->strings["Display Membership Date"] = ""; +$a->strings["Display membership date in profile"] = ""; +$a->strings["Add New Contact"] = "Lisää uusi kontakti"; +$a->strings["Enter address or web location"] = ""; +$a->strings["Example: bob@example.com, http://example.com/barbara"] = "Esimerkki: bob@example.com, http://example.com/barbara"; +$a->strings["%d invitation available"] = [ + 0 => "", + 1 => "", +]; +$a->strings["Find People"] = "Löydä ihmisiä"; +$a->strings["Enter name or interest"] = "Syötä nimi tai harrastus"; +$a->strings["Examples: Robert Morgenstein, Fishing"] = "Esim. Matti Meikäläinen, kalastus yms."; +$a->strings["Similar Interests"] = "Yhteiset harrastukset"; +$a->strings["Random Profile"] = "Satunnainen profiili"; +$a->strings["Invite Friends"] = "Kutsu kavereita"; +$a->strings["View Global Directory"] = "Katso maailmanlaajuista luetteloa"; +$a->strings["Networks"] = "Verkot"; +$a->strings["All Networks"] = "Kaikki verkot"; +$a->strings["Everything"] = "Kaikki"; +$a->strings["Categories"] = "Luokat"; +$a->strings["%d contact in common"] = [ + 0 => "", + 1 => "", +]; +$a->strings["Frequently"] = "Usein"; +$a->strings["Hourly"] = "Tunneittain"; +$a->strings["Twice daily"] = "Kahdesti päivässä"; +$a->strings["Daily"] = "Päivittäin"; +$a->strings["Weekly"] = "Viikottain"; +$a->strings["Monthly"] = "Kuukausittain"; +$a->strings["OStatus"] = "OStatus"; +$a->strings["RSS/Atom"] = "RSS/Atom"; +$a->strings["Facebook"] = "Facebook"; +$a->strings["Zot!"] = "Zot!"; +$a->strings["LinkedIn"] = "LinkedIn"; +$a->strings["XMPP/IM"] = "XMPP/IM"; +$a->strings["MySpace"] = "MySpace"; +$a->strings["Google+"] = "Google+"; +$a->strings["pump.io"] = "pump.io"; +$a->strings["Twitter"] = "Twitter"; +$a->strings["Diaspora Connector"] = ""; +$a->strings["GNU Social Connector"] = ""; +$a->strings["pnut"] = "pnut"; +$a->strings["App.net"] = "App.net"; +$a->strings["Male"] = "Mies"; +$a->strings["Female"] = "Nainen"; +$a->strings["Currently Male"] = "Tällä hetkellä mies"; +$a->strings["Currently Female"] = "Tällä hetkellä nainen"; +$a->strings["Mostly Male"] = ""; +$a->strings["Mostly Female"] = ""; +$a->strings["Transgender"] = "Transsukupuolinen"; +$a->strings["Intersex"] = "Intersukupuolinen"; +$a->strings["Transsexual"] = "Transsukupuolinen"; +$a->strings["Hermaphrodite"] = "Hermafrodiitti"; +$a->strings["Neuter"] = "Neutri"; +$a->strings["Non-specific"] = ""; +$a->strings["Other"] = "Toinen"; +$a->strings["Males"] = "Miehet"; +$a->strings["Females"] = "Naiset"; +$a->strings["Gay"] = "Homo"; +$a->strings["Lesbian"] = "Lesbo"; +$a->strings["No Preference"] = ""; +$a->strings["Bisexual"] = "Biseksuaali"; +$a->strings["Autosexual"] = ""; +$a->strings["Abstinent"] = ""; +$a->strings["Virgin"] = ""; +$a->strings["Deviant"] = ""; +$a->strings["Fetish"] = ""; +$a->strings["Oodles"] = ""; +$a->strings["Nonsexual"] = "Aseksuaali"; +$a->strings["Single"] = "Sinkku"; +$a->strings["Lonely"] = "Yksinäinen"; +$a->strings["Available"] = ""; +$a->strings["Unavailable"] = ""; +$a->strings["Has crush"] = "Ihastunut"; +$a->strings["Infatuated"] = ""; +$a->strings["Dating"] = "Seurustelee"; +$a->strings["Unfaithful"] = ""; +$a->strings["Sex Addict"] = ""; +$a->strings["Friends"] = "Kaverit"; +$a->strings["Friends/Benefits"] = ""; +$a->strings["Casual"] = ""; +$a->strings["Engaged"] = "Kihloissa"; +$a->strings["Married"] = "Naimisissa"; +$a->strings["Imaginarily married"] = ""; +$a->strings["Partners"] = "Kumppanit"; +$a->strings["Cohabiting"] = "Avoliitossa"; +$a->strings["Common law"] = ""; +$a->strings["Happy"] = "Iloinen"; +$a->strings["Not looking"] = ""; +$a->strings["Swinger"] = ""; +$a->strings["Betrayed"] = ""; +$a->strings["Separated"] = ""; +$a->strings["Unstable"] = "Epävakaa"; +$a->strings["Divorced"] = "Eronnut"; +$a->strings["Imaginarily divorced"] = ""; +$a->strings["Widowed"] = "Leski"; +$a->strings["Uncertain"] = "Epävarma"; +$a->strings["It's complicated"] = "Se on monimutkaista"; +$a->strings["Don't care"] = ""; +$a->strings["Ask me"] = ""; +$a->strings["There are no tables on MyISAM."] = ""; +$a->strings["\n\t\t\t\tThe friendica developers released update %s recently,\n\t\t\t\tbut when I tried to install it, something went terribly wrong.\n\t\t\t\tThis needs to be fixed soon and I can't do it alone. Please contact a\n\t\t\t\tfriendica developer if you can not help me on your own. My database might be invalid."] = ""; +$a->strings["The error message is\n[pre]%s[/pre]"] = "Virheviesti on\n[pre]%s[/pre]"; +$a->strings["\nError %d occurred during database update:\n%s\n"] = "\n%d virhe tapahtui tietokannan päivityksen aikana:\n%s\n"; +$a->strings["Errors encountered performing database changes: "] = ""; +$a->strings[": Database update"] = ": Tietokannan päivitys"; +$a->strings["%s: updating %s table."] = ""; +$a->strings["[no subject]"] = "[ei aihetta]"; +$a->strings["Requested account is not available."] = "Pyydetty käyttäjätili ei ole saatavilla."; +$a->strings["Edit profile"] = "Muokkaa profiilia"; +$a->strings["Atom feed"] = "Atom -syöte"; +$a->strings["Manage/edit profiles"] = "Hallitse/muokkaa profiilit"; +$a->strings["g A l F d"] = ""; +$a->strings["F d"] = ""; +$a->strings["[today]"] = "[tänään]"; +$a->strings["Birthday Reminders"] = "Syntymäpäivämuistutukset"; +$a->strings["Birthdays this week:"] = "Syntymäpäiviä tällä viikolla:"; +$a->strings["[No description]"] = "[Ei kuvausta]"; +$a->strings["Event Reminders"] = "Tapahtumamuistutukset"; +$a->strings["Events this week:"] = "Tapahtumia tällä viikolla:"; +$a->strings["Member since:"] = ""; +$a->strings["j F, Y"] = ""; +$a->strings["j F"] = ""; +$a->strings["Age:"] = "Ikä:"; +$a->strings["for %1\$d %2\$s"] = ""; +$a->strings["Religion:"] = "Uskonto:"; +$a->strings["Hobbies/Interests:"] = "Harrastukset:"; +$a->strings["Contact information and Social Networks:"] = "Yhteystiedot ja sosiaalinen media:"; +$a->strings["Musical interests:"] = "Musiikki:"; +$a->strings["Books, literature:"] = "Kirjat, kirjallisuus:"; +$a->strings["Television:"] = "Televisio:"; +$a->strings["Film/dance/culture/entertainment:"] = "Elokuvat/tanssit/kulttuuri/viihde:"; +$a->strings["Love/Romance:"] = "Rakkaus/romanssi:"; +$a->strings["Work/employment:"] = "Työ:"; +$a->strings["School/education:"] = "Koulutus:"; +$a->strings["Forums:"] = "Foorumit:"; +$a->strings["Only You Can See This"] = "Vain sinä näet tämän"; +$a->strings["%1\$s is attending %2\$s's %3\$s"] = ""; +$a->strings["%1\$s is not attending %2\$s's %3\$s"] = ""; +$a->strings["%1\$s may attend %2\$s's %3\$s"] = ""; +$a->strings["A deleted group with this name was revived. Existing item permissions may 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"] = "Kaikki"; +$a->strings["edit"] = "muokkaa"; +$a->strings["Edit group"] = "Muokkaa ryhmää"; +$a->strings["Contacts not in any group"] = "Kontaktit ilman ryhmää"; +$a->strings["Create a new group"] = "Luo uusi ryhmä"; +$a->strings["Edit groups"] = "Muokkaa ryhmiä"; +$a->strings["Drop Contact"] = "Poista kontakti"; +$a->strings["Organisation"] = "Järjestö"; +$a->strings["News"] = "Uutiset"; +$a->strings["Forum"] = "Keskustelupalsta"; +$a->strings["Connect URL missing."] = "Yhteys URL-linkki puuttuu."; +$a->strings["The contact could not be added. Please check the relevant network credentials in your Settings -> Social Networks page."] = ""; +$a->strings["This site is not configured to allow communications with other networks."] = ""; +$a->strings["No compatible communication protocols or feeds were discovered."] = ""; +$a->strings["The profile address specified does not provide adequate information."] = ""; +$a->strings["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["%s's birthday"] = "%s: syntymäpäivä"; +$a->strings["Happy Birthday %s"] = "Hyvää syntymäpäivää %s"; +$a->strings["Starts:"] = "Alkaa:"; +$a->strings["Finishes:"] = "Päättyy:"; +$a->strings["all-day"] = "koko päivä"; +$a->strings["Jun"] = "Kes."; +$a->strings["Sept"] = "Syy."; +$a->strings["No events to display"] = "Ei näytettäviä tapahtumia."; +$a->strings["l, F j"] = "l, F j"; +$a->strings["Edit event"] = "Muokkaa tapahtumaa"; +$a->strings["Duplicate event"] = "Monista tapahtuma"; +$a->strings["Delete event"] = "Poista tapahtuma"; +$a->strings["D g:i A"] = ""; +$a->strings["g:i A"] = ""; +$a->strings["Show map"] = "Näytä kartta"; +$a->strings["Hide map"] = "Piilota kartta"; +$a->strings["Login failed"] = "Kirjautuminen epäonnistui"; +$a->strings["Not enough information to authenticate"] = ""; +$a->strings["An invitation is required."] = ""; +$a->strings["Invitation could not be verified."] = "Kutsua ei voitu vahvistaa."; +$a->strings["Invalid OpenID url"] = "Virheellinen OpenID url-osoite"; +$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:"] = "Virheviesti oli:"; +$a->strings["Please enter the required information."] = "Syötä tarvittavat tiedot."; +$a->strings["Please use a shorter name."] = ""; +$a->strings["Name too short."] = "Nimi on liian lyhyt."; +$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."] = "Virheellinen sähköpostiosoite."; +$a->strings["Cannot use that email."] = ""; +$a->strings["Your nickname can only contain a-z, 0-9 and _."] = ""; +$a->strings["Nickname is already registered. Please choose another."] = ""; +$a->strings["SERIOUS ERROR: Generation of security keys failed."] = "VAKAVA VIRHE: Salausavainten luominen epäonnistui."; +$a->strings["An error occurred during registration. Please try again."] = ""; +$a->strings["default"] = "oletus"; +$a->strings["An error occurred creating your default profile. Please try again."] = ""; +$a->strings["An error occurred creating your self contact. Please try again."] = ""; +$a->strings["An error occurred creating your default contact group. Please try again."] = ""; +$a->strings["\n\t\t\tDear %1\$s,\n\t\t\t\tThank you for registering at %2\$s. Your account is pending for approval by the administrator.\n\t\t"] = ""; +$a->strings["Registration at %s"] = ""; +$a->strings["\n\t\t\tDear %1\$s,\n\t\t\t\tThank you for registering at %2\$s. Your account has been created.\n\t\t"] = ""; +$a->strings["\n\t\t\tThe login details are as follows:\n\n\t\t\tSite Location:\t%3\$s\n\t\t\tLogin Name:\t\t%1\$s\n\t\t\tPassword:\t\t%5\$s\n\n\t\t\tYou may change your password from your account \"Settings\" page after logging\n\t\t\tin.\n\n\t\t\tPlease take a few moments to review the other account settings on that page.\n\n\t\t\tYou may also wish to add some basic information to your default profile\n\t\t\t(on the \"Profiles\" page) so that other people can easily find you.\n\n\t\t\tWe recommend setting your full name, adding a profile photo,\n\t\t\tadding some profile \"keywords\" (very useful in making new friends) - and\n\t\t\tperhaps what country you live in; if you do not wish to be more specific\n\t\t\tthan that.\n\n\t\t\tWe fully respect your right to privacy, and none of these items are necessary.\n\t\t\tIf you are new and do not know anybody here, they may help\n\t\t\tyou to make some new and interesting friends.\n\n\t\t\tIf you ever want to delete your account, you can do so at %3\$s/removeme\n\n\t\t\tThank you and welcome to %2\$s."] = ""; +$a->strings["%s is now following %s."] = "%s seuraa %s."; +$a->strings["following"] = "seuraa"; +$a->strings["%s stopped following %s."] = "%s ei enää seuraa %s."; +$a->strings["stopped following"] = "ei enää seuraa"; +$a->strings["%s\\'s birthday"] = "%s\\ käyttäjän syntymäpäivä"; +$a->strings["Sharing notification from Diaspora network"] = ""; +$a->strings["Attachments:"] = "Liitteitä:"; +$a->strings["(no subject)"] = "(ei aihetta)"; +$a->strings["This entry was edited"] = ""; +$a->strings["save to folder"] = "tallenna kansioon"; +$a->strings["I will attend"] = "Osallistun"; +$a->strings["I will not attend"] = "En aio osallistua"; +$a->strings["I might attend"] = "Ehkä osallistun"; +$a->strings["add star"] = "lisää tähti"; +$a->strings["remove star"] = "poista tähti"; +$a->strings["toggle star status"] = "Tähtitila päälle/pois"; +$a->strings["starred"] = "tähtimerkitty"; +$a->strings["ignore thread"] = ""; +$a->strings["unignore thread"] = ""; +$a->strings["toggle ignore status"] = ""; +$a->strings["add tag"] = "lisää tägi"; +$a->strings["like"] = "tykkää"; +$a->strings["dislike"] = ""; +$a->strings["Share this"] = "Jaa tämä"; +$a->strings["share"] = "jaa"; +$a->strings["to"] = ""; +$a->strings["via"] = "kautta"; +$a->strings["Wall-to-Wall"] = ""; +$a->strings["via Wall-To-Wall:"] = ""; +$a->strings["%d comment"] = [ + 0 => "%d kommentti", + 1 => "%d kommentteja", +]; +$a->strings["Bold"] = "Lihavoitu"; +$a->strings["Italic"] = "Kursivoitu"; +$a->strings["Underline"] = "Alleviivaus"; +$a->strings["Quote"] = "Lainaus"; +$a->strings["Code"] = "Koodi"; +$a->strings["Image"] = "Kuva"; +$a->strings["Link"] = "Linkki"; +$a->strings["Video"] = "Video"; +$a->strings["Create a New Account"] = "Luo uusi käyttäjätili"; +$a->strings["Password: "] = "Salasana:"; +$a->strings["Remember me"] = "Muista minut"; +$a->strings["Or login using OpenID: "] = "Kirjaudu sisään OpenID -tunnuksella:"; +$a->strings["Forgot your password?"] = "Unohditko salasanasi?"; +$a->strings["Website Terms of Service"] = "Verkkosivun käyttöehdot"; +$a->strings["terms of service"] = "käyttöehdot"; +$a->strings["Website Privacy Policy"] = "Sivuston tietosuojakäytäntö"; +$a->strings["privacy policy"] = "tietosuojakäytäntö"; +$a->strings["Logged out."] = "Kirjautunut ulos."; +$a->strings["Delete this item?"] = "Poista tämä kohde?"; +$a->strings["show fewer"] = "näytä vähemmän"; +$a->strings["greenzero"] = "greenzero"; +$a->strings["purplezero"] = "purplezero"; +$a->strings["easterbunny"] = "easterbunny"; +$a->strings["darkzero"] = "darkzero"; +$a->strings["comix"] = "comix"; +$a->strings["slackr"] = "slackr"; +$a->strings["Variations"] = "Muunnelmat"; +$a->strings["Repeat the image"] = "Toista kuva"; +$a->strings["Will repeat your image to fill the background."] = ""; +$a->strings["Stretch"] = "Venytä"; +$a->strings["Will stretch to width/height of the image."] = ""; +$a->strings["Resize fill and-clip"] = ""; +$a->strings["Resize to fill and retain aspect ratio."] = ""; +$a->strings["Resize best fit"] = ""; +$a->strings["Resize to best fit and retain aspect ratio."] = ""; +$a->strings["Default"] = "Oletus"; +$a->strings["Note"] = ""; +$a->strings["Check image permissions if all users are allowed to visit the image"] = ""; +$a->strings["Select scheme"] = "Valitse malli"; +$a->strings["Navigation bar background color"] = "Navigointipalkin taustaväri"; +$a->strings["Navigation bar icon color "] = "Navigointipalkin kuvakkeiden väri"; +$a->strings["Link color"] = "Linkin väri"; +$a->strings["Set the background color"] = "Valitse taustaväri"; +$a->strings["Content background opacity"] = "Sisällön taustasameus"; +$a->strings["Set the background image"] = "Valitse taustakuva"; +$a->strings["Login page background image"] = "Sisäänkirjautumissivun taustakuva"; +$a->strings["Login page background color"] = "Sisäänkirjautumissivun taustaväri"; +$a->strings["Leave background image and color empty for theme defaults"] = ""; +$a->strings["Guest"] = "Vieras"; +$a->strings["Visitor"] = "Vierailija"; +$a->strings["Alignment"] = "Kohdistaminen"; +$a->strings["Left"] = "Vasemmalle"; +$a->strings["Center"] = "Keskelle"; +$a->strings["Color scheme"] = "Värimalli"; +$a->strings["Posts font size"] = "Julkaisujen fonttikoko"; +$a->strings["Textareas font size"] = "Tekstikenttien fonttikoko"; +$a->strings["Comma separated list of helper forums"] = ""; +$a->strings["Set style"] = "Aseta tyyli"; +$a->strings["Community Pages"] = "Yhteisösivut"; +$a->strings["Community Profiles"] = "Yhteisöprofiilit"; +$a->strings["Help or @NewHere ?"] = ""; +$a->strings["Connect Services"] = "Yhdistä palvelut"; +$a->strings["Find Friends"] = "Etsi kavereita"; +$a->strings["Last users"] = "Viimeisimmät käyttäjät"; +$a->strings["Local Directory"] = "Paikallinen hakemisto"; +$a->strings["Quick Start"] = "Pika-aloitus"; +$a->strings["toggle mobile"] = "Mobiilisivusto päälle/pois"; +$a->strings["Update %s failed. See error logs."] = "%s päivitys epäonnistui, katso virhelokit."; diff --git a/view/lang/is/messages.po b/view/lang/is/messages.po index 1ac5682033..1460ba2e35 100644 --- a/view/lang/is/messages.po +++ b/view/lang/is/messages.po @@ -11,14 +11,14 @@ # peturisfeld , 2012 # peturisfeld , 2012 # sella , 2012 -# Sveinn í Felli , 2014,2016 +# Sveinn í Felli , 2014,2016,2018 msgid "" msgstr "" "Project-Id-Version: friendica\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-12-19 07:46+0100\n" -"PO-Revision-Date: 2016-12-19 10:01+0000\n" -"Last-Translator: fabrixxm \n" +"POT-Creation-Date: 2018-04-06 16:58+0200\n" +"PO-Revision-Date: 2018-04-10 11:46+0000\n" +"Last-Translator: Sveinn í Felli \n" "Language-Team: Icelandic (http://www.transifex.com/Friendica/friendica/language/is/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -26,3175 +26,4798 @@ msgstr "" "Language: is\n" "Plural-Forms: nplurals=2; plural=(n % 10 != 1 || n % 100 == 11);\n" -#: include/contact_widgets.php:6 -msgid "Add New Contact" -msgstr "Bæta við tengilið" +#: include/security.php:81 +msgid "Welcome " +msgstr "Velkomin(n)" -#: include/contact_widgets.php:7 -msgid "Enter address or web location" -msgstr "Settu inn slóð" +#: include/security.php:82 +msgid "Please upload a profile photo." +msgstr "Gerðu svo vel að hlaða inn forsíðumynd." -#: include/contact_widgets.php:8 -msgid "Example: bob@example.com, http://example.com/barbara" -msgstr "Dæmi: gudmundur@simnet.is, http://simnet.is/gudmundur" +#: include/security.php:84 +msgid "Welcome back " +msgstr "Velkomin(n) aftur" -#: include/contact_widgets.php:10 include/identity.php:218 -#: mod/allfriends.php:82 mod/dirfind.php:201 mod/match.php:87 -#: mod/suggest.php:101 -msgid "Connect" -msgstr "Tengjast" - -#: include/contact_widgets.php:24 -#, php-format -msgid "%d invitation available" -msgid_plural "%d invitations available" -msgstr[0] "%d boðskort í boði" -msgstr[1] "%d boðskort í boði" - -#: include/contact_widgets.php:30 -msgid "Find People" -msgstr "Finna fólk" - -#: include/contact_widgets.php:31 -msgid "Enter name or interest" -msgstr "Settu inn nafn eða áhugamál" - -#: include/contact_widgets.php:32 include/Contact.php:354 -#: include/conversation.php:981 mod/allfriends.php:66 mod/dirfind.php:204 -#: mod/match.php:72 mod/suggest.php:83 mod/contacts.php:602 mod/follow.php:103 -msgid "Connect/Follow" -msgstr "Tengjast/fylgja" - -#: include/contact_widgets.php:33 -msgid "Examples: Robert Morgenstein, Fishing" -msgstr "Dæmi: Jón Jónsson, Veiði" - -#: include/contact_widgets.php:34 mod/directory.php:204 mod/contacts.php:798 -msgid "Find" -msgstr "Finna" - -#: include/contact_widgets.php:35 mod/suggest.php:114 -#: view/theme/vier/theme.php:203 -msgid "Friend Suggestions" -msgstr "Vina uppástungur" - -#: include/contact_widgets.php:36 view/theme/vier/theme.php:202 -msgid "Similar Interests" -msgstr "Svipuð áhugamál" - -#: include/contact_widgets.php:37 -msgid "Random Profile" +#: include/security.php:431 +msgid "" +"The form security token was not correct. This probably happened because the " +"form has been opened for too long (>3 hours) before submitting it." msgstr "" -#: include/contact_widgets.php:38 view/theme/vier/theme.php:204 -msgid "Invite Friends" -msgstr "Bjóða vinum aðgang" - -#: include/contact_widgets.php:108 -msgid "Networks" -msgstr "Net" - -#: include/contact_widgets.php:111 -msgid "All Networks" -msgstr "Öll net" - -#: include/contact_widgets.php:141 include/features.php:110 -msgid "Saved Folders" -msgstr "Vistaðar möppur" - -#: include/contact_widgets.php:144 include/contact_widgets.php:176 -msgid "Everything" -msgstr "Allt" - -#: include/contact_widgets.php:173 -msgid "Categories" -msgstr "Flokkar" - -#: include/contact_widgets.php:237 -#, php-format -msgid "%d contact in common" -msgid_plural "%d contacts in common" -msgstr[0] "%d tengiliður sameiginlegur" -msgstr[1] "%d tengiliðir sameiginlegir" - -#: include/contact_widgets.php:242 include/ForumManager.php:119 -#: include/items.php:2245 mod/content.php:624 object/Item.php:432 -#: view/theme/vier/theme.php:260 boot.php:972 -msgid "show more" -msgstr "birta meira" - -#: include/ForumManager.php:114 include/nav.php:131 include/text.php:1025 -#: view/theme/vier/theme.php:255 -msgid "Forums" -msgstr "Spjallsvæði" - -#: include/ForumManager.php:116 view/theme/vier/theme.php:257 -msgid "External link to forum" -msgstr "Ytri tengill á spjallsvæði" - -#: include/profile_selectors.php:6 -msgid "Male" -msgstr "Karl" - -#: include/profile_selectors.php:6 -msgid "Female" -msgstr "Kona" - -#: include/profile_selectors.php:6 -msgid "Currently Male" -msgstr "Karlmaður í augnablikinu" - -#: include/profile_selectors.php:6 -msgid "Currently Female" -msgstr "Kvenmaður í augnablikinu" - -#: include/profile_selectors.php:6 -msgid "Mostly Male" -msgstr "Aðallega karlmaður" - -#: include/profile_selectors.php:6 -msgid "Mostly Female" -msgstr "Aðallega kvenmaður" - -#: include/profile_selectors.php:6 -msgid "Transgender" -msgstr "Kyngervingur" - -#: include/profile_selectors.php:6 -msgid "Intersex" -msgstr "Hvorugkyn" - -#: include/profile_selectors.php:6 -msgid "Transsexual" -msgstr "Kynskiptingur" - -#: include/profile_selectors.php:6 -msgid "Hermaphrodite" -msgstr "Tvíkynja" - -#: include/profile_selectors.php:6 -msgid "Neuter" -msgstr "Hvorukyn" - -#: include/profile_selectors.php:6 -msgid "Non-specific" -msgstr "Ekki ákveðið" - -#: include/profile_selectors.php:6 -msgid "Other" -msgstr "Annað" - -#: include/profile_selectors.php:6 include/conversation.php:1487 -msgid "Undecided" -msgid_plural "Undecided" -msgstr[0] "Óviss" -msgstr[1] "Óvissir" - -#: include/profile_selectors.php:23 -msgid "Males" -msgstr "Karlar" - -#: include/profile_selectors.php:23 -msgid "Females" -msgstr "Konur" - -#: include/profile_selectors.php:23 -msgid "Gay" -msgstr "Hommi" - -#: include/profile_selectors.php:23 -msgid "Lesbian" -msgstr "Lesbía" - -#: include/profile_selectors.php:23 -msgid "No Preference" -msgstr "Til í allt" - -#: include/profile_selectors.php:23 -msgid "Bisexual" -msgstr "Tvíkynhneigð/ur" - -#: include/profile_selectors.php:23 -msgid "Autosexual" -msgstr "Sjálfkynhneigð/ur" - -#: include/profile_selectors.php:23 -msgid "Abstinent" -msgstr "Skírlíf/ur" - -#: include/profile_selectors.php:23 -msgid "Virgin" -msgstr "Hrein mey/Hreinn sveinn" - -#: include/profile_selectors.php:23 -msgid "Deviant" -msgstr "Óþekkur" - -#: include/profile_selectors.php:23 -msgid "Fetish" -msgstr "Blæti" - -#: include/profile_selectors.php:23 -msgid "Oodles" -msgstr "Mikið af því" - -#: include/profile_selectors.php:23 -msgid "Nonsexual" -msgstr "Engin kynhneigð" - -#: include/profile_selectors.php:42 -msgid "Single" -msgstr "Einhleyp/ur" - -#: include/profile_selectors.php:42 -msgid "Lonely" -msgstr "Einmanna" - -#: include/profile_selectors.php:42 -msgid "Available" -msgstr "Á lausu" - -#: include/profile_selectors.php:42 -msgid "Unavailable" -msgstr "Frátekin/n" - -#: include/profile_selectors.php:42 -msgid "Has crush" -msgstr "Er skotin(n)" - -#: include/profile_selectors.php:42 -msgid "Infatuated" -msgstr "" - -#: include/profile_selectors.php:42 -msgid "Dating" -msgstr "Deita" - -#: include/profile_selectors.php:42 -msgid "Unfaithful" -msgstr "Ótrú/r" - -#: include/profile_selectors.php:42 -msgid "Sex Addict" -msgstr "Kynlífsfíkill" - -#: include/profile_selectors.php:42 include/user.php:280 include/user.php:284 -msgid "Friends" -msgstr "Vinir" - -#: include/profile_selectors.php:42 -msgid "Friends/Benefits" -msgstr "Vinir með meiru" - -#: include/profile_selectors.php:42 -msgid "Casual" -msgstr "Lauslát/ur" - -#: include/profile_selectors.php:42 -msgid "Engaged" -msgstr "Trúlofuð/Trúlofaður" - -#: include/profile_selectors.php:42 -msgid "Married" -msgstr "Gift/ur" - -#: include/profile_selectors.php:42 -msgid "Imaginarily married" -msgstr "" - -#: include/profile_selectors.php:42 -msgid "Partners" -msgstr "Félagar" - -#: include/profile_selectors.php:42 -msgid "Cohabiting" -msgstr "Í sambúð" - -#: include/profile_selectors.php:42 -msgid "Common law" -msgstr "Löggilt sambúð" - -#: include/profile_selectors.php:42 -msgid "Happy" -msgstr "Hamingjusöm/Hamingjusamur" - -#: include/profile_selectors.php:42 -msgid "Not looking" -msgstr "Ekki að leita" - -#: include/profile_selectors.php:42 -msgid "Swinger" -msgstr "Svingari" - -#: include/profile_selectors.php:42 -msgid "Betrayed" -msgstr "Svikin/n" - -#: include/profile_selectors.php:42 -msgid "Separated" -msgstr "Skilin/n að borði og sæng" - -#: include/profile_selectors.php:42 -msgid "Unstable" -msgstr "Óstabíll" - -#: include/profile_selectors.php:42 -msgid "Divorced" -msgstr "Fráskilin/n" - -#: include/profile_selectors.php:42 -msgid "Imaginarily divorced" -msgstr "" - -#: include/profile_selectors.php:42 -msgid "Widowed" -msgstr "Ekkja/Ekkill" - -#: include/profile_selectors.php:42 -msgid "Uncertain" -msgstr "Óviss" - -#: include/profile_selectors.php:42 -msgid "It's complicated" -msgstr "Þetta er flókið" - -#: include/profile_selectors.php:42 -msgid "Don't care" -msgstr "Gæti ekki verið meira sama" - -#: include/profile_selectors.php:42 -msgid "Ask me" -msgstr "Spurðu mig" - -#: include/dba_pdo.php:72 include/dba.php:56 +#: include/dba.php:57 #, php-format msgid "Cannot locate DNS info for database server '%s'" msgstr "Get ekki flett upp DNS upplýsingum fyrir gagnagrunnsþjón '%s'" -#: include/auth.php:45 -msgid "Logged out." -msgstr "Skráður út." - -#: include/auth.php:116 include/auth.php:178 mod/openid.php:100 -msgid "Login failed." -msgstr "Innskráning mistókst." - -#: include/auth.php:132 include/user.php:75 -msgid "" -"We encountered a problem while logging in with the OpenID you provided. " -"Please check the correct spelling of the ID." -msgstr "" - -#: include/auth.php:132 include/user.php:75 -msgid "The error message was:" -msgstr "Villumeldingin var:" - -#: include/group.php:25 -msgid "" -"A deleted group with this name was revived. Existing item permissions " -"may apply to this group and any future members. If this is " -"not what you intended, please create another group with a different name." -msgstr "Hóp sem var eytt hefur verið endurlífgaður. Færslur sem þegar voru til geta mögulega farið á hópinn og framtíðar meðlimir. Ef þetta er ekki það sem þú vilt, þá þarftu að búa til nýjan hóp með öðru nafni." - -#: include/group.php:209 -msgid "Default privacy group for new contacts" -msgstr "" - -#: include/group.php:242 -msgid "Everybody" -msgstr "Allir" - -#: include/group.php:265 -msgid "edit" -msgstr "breyta" - -#: include/group.php:286 mod/newmember.php:61 -msgid "Groups" -msgstr "Hópar" - -#: include/group.php:288 -msgid "Edit groups" -msgstr "Breyta hópum" - -#: include/group.php:290 -msgid "Edit group" -msgstr "Breyta hóp" - -#: include/group.php:291 -msgid "Create a new group" -msgstr "Stofna nýjan hóp" - -#: include/group.php:292 mod/group.php:94 mod/group.php:178 -msgid "Group Name: " -msgstr "Nafn hóps: " - -#: include/group.php:294 -msgid "Contacts not in any group" -msgstr "Tengiliðir ekki í neinum hópum" - -#: include/group.php:296 mod/network.php:201 -msgid "add" -msgstr "bæta við" - -#: include/contact_selectors.php:32 -msgid "Unknown | Not categorised" -msgstr "Óþekkt | Ekki flokkað" - -#: include/contact_selectors.php:33 -msgid "Block immediately" -msgstr "Banna samstundis" - -#: include/contact_selectors.php:34 -msgid "Shady, spammer, self-marketer" -msgstr "Grunsamlegur, ruslsendari, auglýsandi" - -#: include/contact_selectors.php:35 -msgid "Known to me, but no opinion" -msgstr "Ég þekki þetta, en hef ekki skoðun á" - -#: include/contact_selectors.php:36 -msgid "OK, probably harmless" -msgstr "Í lagi, væntanlega meinlaus" - -#: include/contact_selectors.php:37 -msgid "Reputable, has my trust" -msgstr "Gott orðspor, ég treysti þessu" - -#: include/contact_selectors.php:56 mod/admin.php:890 -msgid "Frequently" -msgstr "Oft" - -#: include/contact_selectors.php:57 mod/admin.php:891 -msgid "Hourly" -msgstr "Klukkustundar fresti" - -#: include/contact_selectors.php:58 mod/admin.php:892 -msgid "Twice daily" -msgstr "Tvisvar á dag" - -#: include/contact_selectors.php:59 mod/admin.php:893 -msgid "Daily" -msgstr "Daglega" - -#: include/contact_selectors.php:60 -msgid "Weekly" -msgstr "Vikulega" - -#: include/contact_selectors.php:61 -msgid "Monthly" -msgstr "Mánaðarlega" - -#: include/contact_selectors.php:76 mod/dfrn_request.php:868 -msgid "Friendica" -msgstr "Friendica" - -#: include/contact_selectors.php:77 -msgid "OStatus" -msgstr "OStatus" - -#: include/contact_selectors.php:78 -msgid "RSS/Atom" -msgstr "RSS/Atom" - -#: include/contact_selectors.php:79 include/contact_selectors.php:86 -#: mod/admin.php:1396 mod/admin.php:1409 mod/admin.php:1422 mod/admin.php:1440 -msgid "Email" -msgstr "Póstfang" - -#: include/contact_selectors.php:80 mod/settings.php:842 -#: mod/dfrn_request.php:870 -msgid "Diaspora" -msgstr "Diaspora" - -#: include/contact_selectors.php:81 -msgid "Facebook" -msgstr "Facebook" - -#: include/contact_selectors.php:82 -msgid "Zot!" -msgstr "Zot!" - -#: include/contact_selectors.php:83 -msgid "LinkedIn" -msgstr "LinkedIn" - -#: include/contact_selectors.php:84 -msgid "XMPP/IM" -msgstr "XMPP/IM" - -#: include/contact_selectors.php:85 -msgid "MySpace" -msgstr "MySpace" - -#: include/contact_selectors.php:87 -msgid "Google+" -msgstr "Google+" - -#: include/contact_selectors.php:88 -msgid "pump.io" -msgstr "pump.io" - -#: include/contact_selectors.php:89 -msgid "Twitter" -msgstr "Twitter" - -#: include/contact_selectors.php:90 -msgid "Diaspora Connector" -msgstr "Diaspora tenging" - -#: include/contact_selectors.php:91 -msgid "GNU Social" -msgstr "GNU Social" - -#: include/contact_selectors.php:92 -msgid "App.net" -msgstr "App.net" - -#: include/contact_selectors.php:103 -msgid "Hubzilla/Redmatrix" -msgstr "Hubzilla/Redmatrix" - -#: include/acl_selectors.php:327 -msgid "Post to Email" -msgstr "Senda skilaboð á tölvupóst" - -#: include/acl_selectors.php:332 +#: include/api.php:1199 #, php-format -msgid "Connectors disabled, since \"%s\" is enabled." -msgstr "" - -#: include/acl_selectors.php:333 mod/settings.php:1181 -msgid "Hide your profile details from unknown viewers?" -msgstr "Fela forsíðuupplýsingar fyrir óþekktum?" - -#: include/acl_selectors.php:338 -msgid "Visible to everybody" -msgstr "Sjáanlegt öllum" - -#: include/acl_selectors.php:339 view/theme/vier/config.php:103 -msgid "show" -msgstr "sýna" - -#: include/acl_selectors.php:340 view/theme/vier/config.php:103 -msgid "don't show" -msgstr "fela" - -#: include/acl_selectors.php:346 mod/editpost.php:133 -msgid "CC: email addresses" -msgstr "CC: tölvupóstfang" - -#: include/acl_selectors.php:347 mod/editpost.php:140 -msgid "Example: bob@example.com, mary@example.com" -msgstr "Dæmi: bibbi@vefur.is, mgga@vefur.is" - -#: include/acl_selectors.php:349 mod/events.php:509 mod/photos.php:1156 -#: mod/photos.php:1535 -msgid "Permissions" -msgstr "Aðgangsheimildir" - -#: include/acl_selectors.php:350 -msgid "Close" -msgstr "Loka" - -#: include/like.php:163 include/conversation.php:130 -#: include/conversation.php:266 include/text.php:1804 mod/subthread.php:87 -#: mod/tagger.php:62 -msgid "photo" -msgstr "mynd" - -#: include/like.php:163 include/diaspora.php:1406 include/conversation.php:125 -#: include/conversation.php:134 include/conversation.php:261 -#: include/conversation.php:270 mod/subthread.php:87 mod/tagger.php:62 -msgid "status" -msgstr "staða" - -#: include/like.php:165 include/conversation.php:122 -#: include/conversation.php:258 include/text.php:1802 -msgid "event" -msgstr "atburður" - -#: include/like.php:182 include/diaspora.php:1402 include/conversation.php:141 -#, php-format -msgid "%1$s likes %2$s's %3$s" -msgstr "%1$s líkar við %3$s hjá %2$s " - -#: include/like.php:184 include/conversation.php:144 -#, php-format -msgid "%1$s doesn't like %2$s's %3$s" -msgstr "%1$s líkar ekki við %3$s hjá %2$s " - -#: include/like.php:186 -#, php-format -msgid "%1$s is attending %2$s's %3$s" -msgstr "" - -#: include/like.php:188 -#, php-format -msgid "%1$s is not attending %2$s's %3$s" -msgstr "" - -#: include/like.php:190 -#, php-format -msgid "%1$s may attend %2$s's %3$s" -msgstr "" - -#: include/message.php:15 include/message.php:173 -msgid "[no subject]" -msgstr "[ekkert efni]" - -#: include/message.php:145 include/Photo.php:1040 include/Photo.php:1056 -#: include/Photo.php:1064 include/Photo.php:1089 mod/wall_upload.php:218 -#: mod/wall_upload.php:232 mod/wall_upload.php:239 mod/item.php:478 -msgid "Wall Photos" -msgstr "Veggmyndir" - -#: include/plugin.php:526 include/plugin.php:528 -msgid "Click here to upgrade." -msgstr "Smelltu hér til að uppfæra." - -#: include/plugin.php:534 -msgid "This action exceeds the limits set by your subscription plan." -msgstr "" - -#: include/plugin.php:539 -msgid "This action is not available under your subscription plan." -msgstr "" - -#: include/uimport.php:94 -msgid "Error decoding account file" -msgstr "" - -#: include/uimport.php:100 -msgid "Error! No version data in file! This is not a Friendica account file?" -msgstr "" - -#: include/uimport.php:116 include/uimport.php:127 -msgid "Error! Cannot check nickname" -msgstr "" - -#: include/uimport.php:120 include/uimport.php:131 -#, php-format -msgid "User '%s' already exists on this server!" -msgstr "" - -#: include/uimport.php:153 -msgid "User creation error" -msgstr "" - -#: include/uimport.php:173 -msgid "User profile creation error" -msgstr "" - -#: include/uimport.php:222 -#, php-format -msgid "%d contact not imported" -msgid_plural "%d contacts not imported" +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/uimport.php:292 -msgid "Done. You can now login with your username and password" +#: include/api.php:1223 +#, php-format +msgid "Weekly posting limit of %d post reached. The post was rejected." +msgid_plural "" +"Weekly posting limit of %d posts reached. The post was rejected." +msgstr[0] "" +msgstr[1] "" + +#: include/api.php:1247 +#, php-format +msgid "Monthly posting limit of %d post reached. The post was rejected." msgstr "" -#: include/datetime.php:57 include/datetime.php:59 mod/profiles.php:705 -msgid "Miscellaneous" -msgstr "Ýmislegt" +#: include/api.php:4400 mod/photos.php:88 mod/photos.php:194 +#: mod/photos.php:722 mod/photos.php:1149 mod/photos.php:1166 +#: mod/photos.php:1684 mod/profile_photo.php:85 mod/profile_photo.php:93 +#: mod/profile_photo.php:101 mod/profile_photo.php:211 +#: mod/profile_photo.php:302 mod/profile_photo.php:312 src/Model/User.php:539 +#: src/Model/User.php:547 src/Model/User.php:555 +msgid "Profile Photos" +msgstr "Forsíðumyndir" -#: include/datetime.php:183 include/identity.php:629 -msgid "Birthday:" -msgstr "Afmælisdagur:" - -#: include/datetime.php:185 mod/profiles.php:728 -msgid "Age: " -msgstr "Aldur: " - -#: include/datetime.php:187 -msgid "YYYY-MM-DD or MM-DD" -msgstr "ÁÁÁÁ-MM-DD eða MM-DD" - -#: include/datetime.php:341 -msgid "never" -msgstr "aldrei" - -#: include/datetime.php:347 -msgid "less than a second ago" -msgstr "fyrir minna en sekúndu" - -#: include/datetime.php:350 -msgid "year" -msgstr "ár" - -#: include/datetime.php:350 -msgid "years" -msgstr "ár" - -#: include/datetime.php:351 include/event.php:480 mod/cal.php:284 -#: mod/events.php:389 -msgid "month" -msgstr "mánuður" - -#: include/datetime.php:351 -msgid "months" -msgstr "mánuðir" - -#: include/datetime.php:352 include/event.php:481 mod/cal.php:285 -#: mod/events.php:390 -msgid "week" -msgstr "vika" - -#: include/datetime.php:352 -msgid "weeks" -msgstr "vikur" - -#: include/datetime.php:353 include/event.php:482 mod/cal.php:286 -#: mod/events.php:391 -msgid "day" -msgstr "dagur" - -#: include/datetime.php:353 -msgid "days" -msgstr "dagar" - -#: include/datetime.php:354 -msgid "hour" -msgstr "klukkustund" - -#: include/datetime.php:354 -msgid "hours" -msgstr "klukkustundir" - -#: include/datetime.php:355 -msgid "minute" -msgstr "mínúta" - -#: include/datetime.php:355 -msgid "minutes" -msgstr "mínútur" - -#: include/datetime.php:356 -msgid "second" -msgstr "sekúnda" - -#: include/datetime.php:356 -msgid "seconds" -msgstr "sekúndur" - -#: include/datetime.php:365 -#, php-format -msgid "%1$d %2$s ago" -msgstr "Fyrir %1$d %2$s síðan" - -#: include/datetime.php:572 -#, php-format -msgid "%s's birthday" -msgstr "Afmælisdagur %s" - -#: include/datetime.php:573 include/dfrn.php:1109 -#, php-format -msgid "Happy Birthday %s" -msgstr "Til hamingju með afmælið %s" - -#: include/enotify.php:24 +#: include/enotify.php:31 msgid "Friendica Notification" msgstr "Friendica tilkynning" -#: include/enotify.php:27 +#: include/enotify.php:34 msgid "Thank You," msgstr "Takk fyrir," -#: include/enotify.php:30 +#: include/enotify.php:37 #, php-format msgid "%s Administrator" msgstr "Kerfisstjóri %s" -#: include/enotify.php:32 +#: include/enotify.php:39 #, php-format msgid "%1$s, %2$s Administrator" msgstr "%1$s, %2$s kerfisstjóri" -#: include/enotify.php:43 include/delivery.php:457 +#: include/enotify.php:50 src/Worker/Delivery.php:404 msgid "noreply" msgstr "ekki svara" -#: include/enotify.php:70 -#, php-format -msgid "%s " -msgstr "%s " - -#: include/enotify.php:83 +#: include/enotify.php:98 #, php-format msgid "[Friendica:Notify] New mail received at %s" msgstr "" -#: include/enotify.php:85 +#: include/enotify.php:100 #, php-format msgid "%1$s sent you a new private message at %2$s." msgstr "" -#: include/enotify.php:86 +#: include/enotify.php:101 +msgid "a private message" +msgstr "einkaskilaboð" + +#: include/enotify.php:101 #, php-format msgid "%1$s sent you %2$s." msgstr "%1$s sendi þér %2$s." -#: include/enotify.php:86 -msgid "a private message" -msgstr "einkaskilaboð" - -#: include/enotify.php:88 +#: include/enotify.php:103 #, php-format msgid "Please visit %s to view and/or reply to your private messages." msgstr "Farðu á %s til að skoða og/eða svara einkaskilaboðunum þínum." -#: include/enotify.php:134 +#: include/enotify.php:141 #, php-format msgid "%1$s commented on [url=%2$s]a %3$s[/url]" msgstr "" -#: include/enotify.php:141 +#: include/enotify.php:149 #, php-format msgid "%1$s commented on [url=%2$s]%3$s's %4$s[/url]" msgstr "" -#: include/enotify.php:149 +#: include/enotify.php:159 #, php-format msgid "%1$s commented on [url=%2$s]your %3$s[/url]" msgstr "" -#: include/enotify.php:159 +#: include/enotify.php:171 #, php-format msgid "[Friendica:Notify] Comment to conversation #%1$d by %2$s" msgstr "" -#: include/enotify.php:161 +#: include/enotify.php:173 #, php-format msgid "%s commented on an item/conversation you have been following." msgstr "%s skrifaði athugasemd á færslu/samtal sem þú ert að fylgja." -#: include/enotify.php:164 include/enotify.php:178 include/enotify.php:192 -#: include/enotify.php:206 include/enotify.php:224 include/enotify.php:238 +#: include/enotify.php:176 include/enotify.php:191 include/enotify.php:206 +#: include/enotify.php:221 include/enotify.php:240 include/enotify.php:255 #, php-format msgid "Please visit %s to view and/or reply to the conversation." msgstr "Farðu á %s til að skoða og/eða svara samtali." -#: include/enotify.php:171 +#: include/enotify.php:183 #, php-format msgid "[Friendica:Notify] %s posted to your profile wall" msgstr "" -#: include/enotify.php:173 +#: include/enotify.php:185 #, php-format msgid "%1$s posted to your profile wall at %2$s" msgstr "" -#: include/enotify.php:174 +#: include/enotify.php:186 #, php-format msgid "%1$s posted to [url=%2$s]your wall[/url]" msgstr "" -#: include/enotify.php:185 +#: include/enotify.php:198 #, php-format msgid "[Friendica:Notify] %s tagged you" msgstr "" -#: include/enotify.php:187 +#: include/enotify.php:200 #, php-format msgid "%1$s tagged you at %2$s" msgstr "" -#: include/enotify.php:188 +#: include/enotify.php:201 #, php-format msgid "%1$s [url=%2$s]tagged you[/url]." msgstr "" -#: include/enotify.php:199 +#: include/enotify.php:213 #, php-format msgid "[Friendica:Notify] %s shared a new post" msgstr "" -#: include/enotify.php:201 +#: include/enotify.php:215 #, php-format msgid "%1$s shared a new post at %2$s" msgstr "" -#: include/enotify.php:202 +#: include/enotify.php:216 #, php-format msgid "%1$s [url=%2$s]shared a post[/url]." msgstr "" -#: include/enotify.php:213 +#: include/enotify.php:228 #, php-format msgid "[Friendica:Notify] %1$s poked you" msgstr "[Friendica:Notify] %1$s potaði í þig" -#: include/enotify.php:215 +#: include/enotify.php:230 #, php-format msgid "%1$s poked you at %2$s" msgstr "%1$s potaði í þig %2$s" -#: include/enotify.php:216 +#: include/enotify.php:231 #, php-format msgid "%1$s [url=%2$s]poked you[/url]." msgstr "" -#: include/enotify.php:231 +#: include/enotify.php:247 #, php-format msgid "[Friendica:Notify] %s tagged your post" msgstr "" -#: include/enotify.php:233 +#: include/enotify.php:249 #, php-format msgid "%1$s tagged your post at %2$s" msgstr "" -#: include/enotify.php:234 +#: include/enotify.php:250 #, php-format msgid "%1$s tagged [url=%2$s]your post[/url]" msgstr "" -#: include/enotify.php:245 +#: include/enotify.php:262 msgid "[Friendica:Notify] Introduction received" msgstr "" -#: include/enotify.php:247 +#: include/enotify.php:264 #, php-format msgid "You've received an introduction from '%1$s' at %2$s" msgstr "" -#: include/enotify.php:248 +#: include/enotify.php:265 #, php-format msgid "You've received [url=%1$s]an introduction[/url] from %2$s." msgstr "" -#: include/enotify.php:252 include/enotify.php:295 +#: include/enotify.php:270 include/enotify.php:316 #, php-format msgid "You may visit their profile at %s" msgstr "Þú getur heimsótt síðuna þeirra á %s" -#: include/enotify.php:254 +#: include/enotify.php:272 #, php-format msgid "Please visit %s to approve or reject the introduction." msgstr "Farðu á %s til að samþykkja eða hunsa þessa kynningu." -#: include/enotify.php:262 +#: include/enotify.php:280 msgid "[Friendica:Notify] A new person is sharing with you" msgstr "" -#: include/enotify.php:264 include/enotify.php:265 +#: include/enotify.php:282 include/enotify.php:283 #, php-format msgid "%1$s is sharing with you at %2$s" msgstr "" -#: include/enotify.php:271 +#: include/enotify.php:290 msgid "[Friendica:Notify] You have a new follower" msgstr "" -#: include/enotify.php:273 include/enotify.php:274 +#: include/enotify.php:292 include/enotify.php:293 #, php-format msgid "You have a new follower at %2$s : %1$s" msgstr "" -#: include/enotify.php:285 +#: include/enotify.php:305 msgid "[Friendica:Notify] Friend suggestion received" msgstr "" -#: include/enotify.php:287 +#: include/enotify.php:307 #, php-format msgid "You've received a friend suggestion from '%1$s' at %2$s" msgstr "" -#: include/enotify.php:288 +#: include/enotify.php:308 #, php-format msgid "" "You've received [url=%1$s]a friend suggestion[/url] for %2$s from %3$s." msgstr "" -#: include/enotify.php:293 +#: include/enotify.php:314 msgid "Name:" msgstr "Nafn:" -#: include/enotify.php:294 +#: include/enotify.php:315 msgid "Photo:" msgstr "Mynd:" -#: include/enotify.php:297 +#: include/enotify.php:318 #, php-format msgid "Please visit %s to approve or reject the suggestion." msgstr "Farðu á %s til að samþykkja eða hunsa þessa uppástungu." -#: include/enotify.php:305 include/enotify.php:319 +#: include/enotify.php:326 include/enotify.php:341 msgid "[Friendica:Notify] Connection accepted" msgstr "[Friendica:Notify] Tenging samþykkt" -#: include/enotify.php:307 include/enotify.php:321 +#: include/enotify.php:328 include/enotify.php:343 #, php-format msgid "'%1$s' has accepted your connection request at %2$s" msgstr "" -#: include/enotify.php:308 include/enotify.php:322 +#: include/enotify.php:329 include/enotify.php:344 #, php-format msgid "%2$s has accepted your [url=%1$s]connection request[/url]." msgstr "" -#: include/enotify.php:312 +#: include/enotify.php:334 msgid "" "You are now mutual friends and may exchange status updates, photos, and " "email without restriction." msgstr "" -#: include/enotify.php:314 +#: include/enotify.php:336 #, php-format msgid "Please visit %s if you wish to make any changes to this relationship." msgstr "" -#: include/enotify.php:326 +#: include/enotify.php:349 #, php-format msgid "" -"'%1$s' has chosen to accept you a \"fan\", which restricts some forms of " +"'%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:328 +#: include/enotify.php:351 #, php-format msgid "" "'%1$s' may choose to extend this into a two-way or more permissive " "relationship in the future." msgstr "" -#: include/enotify.php:330 +#: include/enotify.php:353 #, php-format msgid "Please visit %s if you wish to make any changes to this relationship." msgstr "" -#: include/enotify.php:340 +#: include/enotify.php:363 msgid "[Friendica System:Notify] registration request" msgstr "[Friendica System:Notify] beiðni um skráningu" -#: include/enotify.php:342 +#: include/enotify.php:365 #, php-format msgid "You've received a registration request from '%1$s' at %2$s" msgstr "" -#: include/enotify.php:343 +#: include/enotify.php:366 #, php-format msgid "You've received a [url=%1$s]registration request[/url] from %2$s." msgstr "" -#: include/enotify.php:347 +#: include/enotify.php:371 #, php-format msgid "Full Name:\t%1$s\\nSite Location:\t%2$s\\nLogin Name:\t%3$s (%4$s)" msgstr "" -#: include/enotify.php:350 +#: include/enotify.php:377 #, php-format msgid "Please visit %s to approve or reject the request." msgstr "Farðu á %s til að samþykkja eða hunsa þessa beiðni." -#: include/event.php:16 include/bb2diaspora.php:152 mod/localtime.php:12 -msgid "l F d, Y \\@ g:i A" -msgstr "" - -#: include/event.php:33 include/event.php:51 include/event.php:487 -#: include/bb2diaspora.php:158 -msgid "Starts:" -msgstr "Byrjar:" - -#: include/event.php:36 include/event.php:57 include/event.php:488 -#: include/bb2diaspora.php:166 -msgid "Finishes:" -msgstr "Endar:" - -#: include/event.php:39 include/event.php:63 include/event.php:489 -#: include/bb2diaspora.php:174 include/identity.php:328 -#: mod/notifications.php:232 mod/directory.php:137 mod/events.php:494 -#: mod/contacts.php:628 -msgid "Location:" -msgstr "Staðsetning:" - -#: include/event.php:441 -msgid "Sun" -msgstr "Sun" - -#: include/event.php:442 -msgid "Mon" -msgstr "Mán" - -#: include/event.php:443 -msgid "Tue" -msgstr "Þri" - -#: include/event.php:444 -msgid "Wed" -msgstr "Mið" - -#: include/event.php:445 -msgid "Thu" -msgstr "Fim" - -#: include/event.php:446 -msgid "Fri" -msgstr "Fös" - -#: include/event.php:447 -msgid "Sat" -msgstr "Lau" - -#: include/event.php:448 include/text.php:1130 mod/settings.php:972 -msgid "Sunday" -msgstr "Sunnudagur" - -#: include/event.php:449 include/text.php:1130 mod/settings.php:972 -msgid "Monday" -msgstr "Mánudagur" - -#: include/event.php:450 include/text.php:1130 -msgid "Tuesday" -msgstr "Þriðjudagur" - -#: include/event.php:451 include/text.php:1130 -msgid "Wednesday" -msgstr "Miðvikudagur" - -#: include/event.php:452 include/text.php:1130 -msgid "Thursday" -msgstr "Fimmtudagur" - -#: include/event.php:453 include/text.php:1130 -msgid "Friday" -msgstr "Föstudagur" - -#: include/event.php:454 include/text.php:1130 -msgid "Saturday" -msgstr "Laugardagur" - -#: include/event.php:455 -msgid "Jan" -msgstr "Jan" - -#: include/event.php:456 -msgid "Feb" -msgstr "Feb" - -#: include/event.php:457 -msgid "Mar" -msgstr "Mar" - -#: include/event.php:458 -msgid "Apr" -msgstr "Apr" - -#: include/event.php:459 include/event.php:471 include/text.php:1134 -msgid "May" -msgstr "Maí" - -#: include/event.php:460 -msgid "Jun" -msgstr "Jún" - -#: include/event.php:461 -msgid "Jul" -msgstr "Júl" - -#: include/event.php:462 -msgid "Aug" -msgstr "Ágú" - -#: include/event.php:463 -msgid "Sept" -msgstr "Sept" - -#: include/event.php:464 -msgid "Oct" -msgstr "Okt" - -#: include/event.php:465 -msgid "Nov" -msgstr "Nóv" - -#: include/event.php:466 -msgid "Dec" -msgstr "Des" - -#: include/event.php:467 include/text.php:1134 -msgid "January" -msgstr "Janúar" - -#: include/event.php:468 include/text.php:1134 -msgid "February" -msgstr "Febrúar" - -#: include/event.php:469 include/text.php:1134 -msgid "March" -msgstr "Mars" - -#: include/event.php:470 include/text.php:1134 -msgid "April" -msgstr "Apríl" - -#: include/event.php:472 include/text.php:1134 -msgid "June" -msgstr "Júní" - -#: include/event.php:473 include/text.php:1134 -msgid "July" -msgstr "Júlí" - -#: include/event.php:474 include/text.php:1134 -msgid "August" -msgstr "Ágúst" - -#: include/event.php:475 include/text.php:1134 -msgid "September" -msgstr "September" - -#: include/event.php:476 include/text.php:1134 -msgid "October" -msgstr "Október" - -#: include/event.php:477 include/text.php:1134 -msgid "November" -msgstr "Nóvember" - -#: include/event.php:478 include/text.php:1134 -msgid "December" -msgstr "Desember" - -#: include/event.php:479 mod/cal.php:283 mod/events.php:388 -msgid "today" -msgstr "í dag" - -#: include/event.php:483 -msgid "all-day" -msgstr "" - -#: include/event.php:485 -msgid "No events to display" -msgstr "" - -#: include/event.php:574 -msgid "l, F j" -msgstr "" - -#: include/event.php:593 -msgid "Edit event" -msgstr "Breyta atburð" - -#: include/event.php:615 include/text.php:1532 include/text.php:1539 -msgid "link to source" -msgstr "slóð á heimild" - -#: include/event.php:850 -msgid "Export" -msgstr "Flytja út" - -#: include/event.php:851 -msgid "Export calendar as ical" -msgstr "Flytja dagatal út sem ICAL" - -#: include/event.php:852 -msgid "Export calendar as csv" -msgstr "Flytja dagatal út sem CSV" - -#: include/nav.php:35 mod/navigation.php:19 -msgid "Nothing new here" -msgstr "Ekkert nýtt hér" - -#: include/nav.php:39 mod/navigation.php:23 -msgid "Clear notifications" -msgstr "Hreinsa tilkynningar" - -#: include/nav.php:40 include/text.php:1015 -msgid "@name, !forum, #tags, content" -msgstr "@nafn, !spjallsvæði, #merki, innihald" - -#: include/nav.php:78 view/theme/frio/theme.php:246 boot.php:1792 -msgid "Logout" -msgstr "Útskrá" - -#: include/nav.php:78 view/theme/frio/theme.php:246 -msgid "End this session" -msgstr "Loka þessu innliti" - -#: include/nav.php:81 include/identity.php:714 mod/contacts.php:637 -#: mod/contacts.php:833 view/theme/frio/theme.php:249 -msgid "Status" -msgstr "Staða" - -#: include/nav.php:81 include/nav.php:161 view/theme/frio/theme.php:249 -msgid "Your posts and conversations" -msgstr "Samtölin þín" - -#: include/nav.php:82 include/identity.php:605 include/identity.php:691 -#: include/identity.php:722 mod/profperm.php:104 mod/newmember.php:32 -#: mod/contacts.php:639 mod/contacts.php:841 view/theme/frio/theme.php:250 -msgid "Profile" -msgstr "Forsíða" - -#: include/nav.php:82 view/theme/frio/theme.php:250 -msgid "Your profile page" -msgstr "Forsíðan þín" - -#: include/nav.php:83 include/identity.php:730 mod/fbrowser.php:32 -#: view/theme/frio/theme.php:251 -msgid "Photos" -msgstr "Myndir" - -#: include/nav.php:83 view/theme/frio/theme.php:251 -msgid "Your photos" -msgstr "Myndirnar þínar" - -#: include/nav.php:84 include/identity.php:738 include/identity.php:741 -#: view/theme/frio/theme.php:252 -msgid "Videos" -msgstr "Myndskeið" - -#: include/nav.php:84 view/theme/frio/theme.php:252 -msgid "Your videos" -msgstr "Myndskeiðin þín" - -#: include/nav.php:85 include/nav.php:149 include/identity.php:750 -#: include/identity.php:761 mod/cal.php:275 mod/events.php:379 -#: view/theme/frio/theme.php:253 view/theme/frio/theme.php:257 -msgid "Events" -msgstr "Atburðir" - -#: include/nav.php:85 view/theme/frio/theme.php:253 -msgid "Your events" -msgstr "Atburðirnir þínir" - -#: include/nav.php:86 -msgid "Personal notes" -msgstr "Einkaglósur" - -#: include/nav.php:86 -msgid "Your personal notes" -msgstr "Einkaglósurnar þínar" - -#: include/nav.php:95 mod/bookmarklet.php:12 boot.php:1793 -msgid "Login" -msgstr "Innskrá" - -#: include/nav.php:95 -msgid "Sign in" -msgstr "Innskrá" - -#: include/nav.php:105 include/nav.php:161 -#: include/NotificationsManager.php:174 -msgid "Home" -msgstr "Heim" - -#: include/nav.php:105 -msgid "Home Page" -msgstr "Heimasíða" - -#: include/nav.php:109 mod/register.php:289 boot.php:1768 -msgid "Register" -msgstr "Nýskrá" - -#: include/nav.php:109 -msgid "Create an account" -msgstr "Stofna notanda" - -#: include/nav.php:115 mod/help.php:47 view/theme/vier/theme.php:298 -msgid "Help" -msgstr "Hjálp" - -#: include/nav.php:115 -msgid "Help and documentation" -msgstr "Hjálp og leiðbeiningar" - -#: include/nav.php:119 -msgid "Apps" -msgstr "Forrit" - -#: include/nav.php:119 -msgid "Addon applications, utilities, games" -msgstr "Viðbótarforrit, nytjatól, leikir" - -#: include/nav.php:123 include/text.php:1012 mod/search.php:149 -msgid "Search" -msgstr "Leita" - -#: include/nav.php:123 -msgid "Search site content" -msgstr "Leita í efni á vef" - -#: include/nav.php:126 include/text.php:1020 -msgid "Full Text" -msgstr "Allur textinn" - -#: include/nav.php:127 include/text.php:1021 -msgid "Tags" -msgstr "Merki" - -#: include/nav.php:128 include/nav.php:192 include/identity.php:783 -#: include/identity.php:786 include/text.php:1022 mod/contacts.php:792 -#: mod/contacts.php:853 mod/viewcontacts.php:116 view/theme/frio/theme.php:260 -msgid "Contacts" -msgstr "Tengiliðir" - -#: include/nav.php:143 include/nav.php:145 mod/community.php:36 -msgid "Community" -msgstr "Samfélag" - -#: include/nav.php:143 -msgid "Conversations on this site" -msgstr "Samtöl á þessum vef" - -#: include/nav.php:145 -msgid "Conversations on the network" -msgstr "Samtöl á þessu neti" - -#: include/nav.php:149 include/identity.php:753 include/identity.php:764 -#: view/theme/frio/theme.php:257 -msgid "Events and Calendar" -msgstr "Atburðir og dagskrá" - -#: include/nav.php:152 -msgid "Directory" -msgstr "Tengiliðalisti" - -#: include/nav.php:152 -msgid "People directory" -msgstr "Nafnaskrá" - -#: include/nav.php:154 -msgid "Information" -msgstr "Upplýsingar" - -#: include/nav.php:154 -msgid "Information about this friendica instance" -msgstr "Upplýsingar um þetta tilvik Friendica" - -#: include/nav.php:158 include/NotificationsManager.php:160 mod/admin.php:411 -#: view/theme/frio/theme.php:256 -msgid "Network" -msgstr "Samfélag" - -#: include/nav.php:158 view/theme/frio/theme.php:256 -msgid "Conversations from your friends" -msgstr "Samtöl frá vinum" - -#: include/nav.php:159 -msgid "Network Reset" -msgstr "Núllstilling netkerfis" - -#: include/nav.php:159 -msgid "Load Network page with no filters" -msgstr "" - -#: include/nav.php:166 include/NotificationsManager.php:181 -msgid "Introductions" -msgstr "Kynningar" - -#: include/nav.php:166 -msgid "Friend Requests" -msgstr "Vinabeiðnir" - -#: include/nav.php:169 mod/notifications.php:96 -msgid "Notifications" -msgstr "Tilkynningar" - -#: include/nav.php:170 -msgid "See all notifications" -msgstr "Sjá allar tilkynningar" - -#: include/nav.php:171 mod/settings.php:902 -msgid "Mark as seen" -msgstr "Merka sem séð" - -#: include/nav.php:171 -msgid "Mark all system notifications seen" -msgstr "Merkja allar tilkynningar sem séðar" - -#: include/nav.php:175 mod/message.php:190 view/theme/frio/theme.php:258 -msgid "Messages" -msgstr "Skilaboð" - -#: include/nav.php:175 view/theme/frio/theme.php:258 -msgid "Private mail" -msgstr "Einka skilaboð" - -#: include/nav.php:176 -msgid "Inbox" -msgstr "Innhólf" - -#: include/nav.php:177 -msgid "Outbox" -msgstr "Úthólf" - -#: include/nav.php:178 mod/message.php:16 -msgid "New Message" -msgstr "Ný skilaboð" - -#: include/nav.php:181 -msgid "Manage" -msgstr "Umsýsla" - -#: include/nav.php:181 -msgid "Manage other pages" -msgstr "Sýsla með aðrar síður" - -#: include/nav.php:184 mod/settings.php:81 -msgid "Delegations" -msgstr "" - -#: include/nav.php:184 mod/delegate.php:130 -msgid "Delegate Page Management" -msgstr "" - -#: include/nav.php:186 mod/newmember.php:22 mod/settings.php:111 -#: mod/admin.php:1524 mod/admin.php:1782 view/theme/frio/theme.php:259 -msgid "Settings" -msgstr "Stillingar" - -#: include/nav.php:186 view/theme/frio/theme.php:259 -msgid "Account settings" -msgstr "Stillingar aðgangsreiknings" - -#: include/nav.php:189 include/identity.php:282 -msgid "Profiles" -msgstr "Forsíður" - -#: include/nav.php:189 -msgid "Manage/Edit Profiles" -msgstr "Sýsla með forsíður" - -#: include/nav.php:192 view/theme/frio/theme.php:260 -msgid "Manage/edit friends and contacts" -msgstr "Sýsla með vini og tengiliði" - -#: include/nav.php:197 mod/admin.php:186 -msgid "Admin" -msgstr "Stjórnborð" - -#: include/nav.php:197 -msgid "Site setup and configuration" -msgstr "Uppsetning og stillingar vefsvæðis" - -#: include/nav.php:200 -msgid "Navigation" -msgstr "Yfirsýn" - -#: include/nav.php:200 -msgid "Site map" -msgstr "Yfirlit um vefsvæði" - -#: include/photos.php:53 mod/fbrowser.php:41 mod/fbrowser.php:62 -#: mod/photos.php:180 mod/photos.php:1086 mod/photos.php:1211 -#: mod/photos.php:1232 mod/photos.php:1795 mod/photos.php:1807 -msgid "Contact Photos" -msgstr "Myndir tengiliðs" - -#: include/security.php:22 -msgid "Welcome " -msgstr "Velkomin(n)" - -#: include/security.php:23 -msgid "Please upload a profile photo." -msgstr "Gerðu svo vel að hlaða inn forsíðumynd." - -#: include/security.php:26 -msgid "Welcome back " -msgstr "Velkomin(n) aftur" - -#: include/security.php:373 -msgid "" -"The form security token was not correct. This probably happened because the " -"form has been opened for too long (>3 hours) before submitting it." -msgstr "" - -#: include/NotificationsManager.php:153 -msgid "System" -msgstr "Kerfi" - -#: include/NotificationsManager.php:167 mod/profiles.php:703 -#: mod/network.php:845 -msgid "Personal" -msgstr "Einka" - -#: include/NotificationsManager.php:234 include/NotificationsManager.php:244 +#: include/items.php:342 mod/notice.php:22 mod/viewsrc.php:21 +#: mod/display.php:72 mod/display.php:252 mod/display.php:354 +#: mod/admin.php:276 mod/admin.php:1854 mod/admin.php:2102 +msgid "Item not found." +msgstr "Atriði fannst ekki." + +#: include/items.php:382 +msgid "Do you really want to delete this item?" +msgstr "Viltu í alvörunni eyða þessu atriði?" + +#: include/items.php:384 mod/api.php:110 mod/suggest.php:38 +#: mod/dfrn_request.php:653 mod/message.php:138 mod/follow.php:150 +#: mod/profiles.php:636 mod/profiles.php:639 mod/profiles.php:661 +#: mod/contacts.php:472 mod/register.php:237 mod/settings.php:1105 +#: mod/settings.php:1111 mod/settings.php:1118 mod/settings.php:1122 +#: mod/settings.php:1126 mod/settings.php:1130 mod/settings.php:1134 +#: mod/settings.php:1138 mod/settings.php:1158 mod/settings.php:1159 +#: mod/settings.php:1160 mod/settings.php:1161 mod/settings.php:1162 +msgid "Yes" +msgstr "Já" + +#: include/items.php:387 include/conversation.php:1378 mod/fbrowser.php:103 +#: mod/fbrowser.php:134 mod/suggest.php:41 mod/dfrn_request.php:663 +#: mod/tagrm.php:19 mod/tagrm.php:99 mod/editpost.php:149 mod/message.php:141 +#: mod/photos.php:248 mod/photos.php:324 mod/videos.php:147 +#: mod/unfollow.php:117 mod/follow.php:161 mod/contacts.php:475 +#: mod/settings.php:676 mod/settings.php:702 +msgid "Cancel" +msgstr "Hætta við" + +#: include/items.php:401 mod/allfriends.php:21 mod/api.php:35 mod/api.php:40 +#: mod/attach.php:38 mod/common.php:26 mod/crepair.php:98 mod/nogroup.php:28 +#: mod/repair_ostatus.php:13 mod/suggest.php:60 mod/uimport.php:28 +#: mod/notifications.php:73 mod/dfrn_confirm.php:68 mod/invite.php:20 +#: mod/invite.php:106 mod/wall_attach.php:74 mod/wall_attach.php:77 +#: mod/manage.php:131 mod/regmod.php:108 mod/viewcontacts.php:57 +#: mod/wallmessage.php:16 mod/wallmessage.php:40 mod/wallmessage.php:79 +#: mod/wallmessage.php:103 mod/poke.php:150 mod/wall_upload.php:103 +#: mod/wall_upload.php:106 mod/editpost.php:18 mod/fsuggest.php:80 +#: mod/group.php:26 mod/item.php:160 mod/message.php:59 mod/message.php:104 +#: mod/network.php:32 mod/notes.php:30 mod/photos.php:174 mod/photos.php:1051 +#: mod/delegate.php:25 mod/delegate.php:43 mod/delegate.php:54 +#: mod/dirfind.php:25 mod/ostatus_subscribe.php:16 mod/unfollow.php:15 +#: mod/unfollow.php:57 mod/unfollow.php:90 mod/cal.php:304 mod/events.php:194 +#: mod/profile_photo.php:30 mod/profile_photo.php:176 +#: mod/profile_photo.php:187 mod/profile_photo.php:200 mod/follow.php:17 +#: mod/follow.php:54 mod/follow.php:118 mod/profiles.php:182 +#: mod/profiles.php:606 mod/contacts.php:386 mod/register.php:53 +#: mod/settings.php:42 mod/settings.php:141 mod/settings.php:665 index.php:416 +msgid "Permission denied." +msgstr "Heimild ekki veitt." + +#: include/items.php:471 +msgid "Archives" +msgstr "Safnskrár" + +#: include/items.php:477 src/Content/ForumManager.php:130 +#: src/Content/Widget.php:312 src/Object/Post.php:430 src/App.php:512 +#: view/theme/vier/theme.php:259 +msgid "show more" +msgstr "birta meira" + +#: include/conversation.php:144 include/conversation.php:282 +#: include/text.php:1774 src/Model/Item.php:1795 +msgid "event" +msgstr "atburður" + +#: include/conversation.php:147 include/conversation.php:157 +#: include/conversation.php:285 include/conversation.php:294 +#: mod/subthread.php:97 mod/tagger.php:72 src/Model/Item.php:1793 +#: src/Protocol/Diaspora.php:2010 +msgid "status" +msgstr "staða" + +#: include/conversation.php:152 include/conversation.php:290 +#: include/text.php:1776 mod/subthread.php:97 mod/tagger.php:72 +#: src/Model/Item.php:1793 +msgid "photo" +msgstr "mynd" + +#: include/conversation.php:164 src/Model/Item.php:1666 +#: src/Protocol/Diaspora.php:2006 #, php-format -msgid "%s commented on %s's post" -msgstr "%s athugasemd við %s's færslu" +msgid "%1$s likes %2$s's %3$s" +msgstr "%1$s líkar við %3$s hjá %2$s " -#: include/NotificationsManager.php:243 +#: include/conversation.php:167 src/Model/Item.php:1671 #, php-format -msgid "%s created a new post" -msgstr "%s bjó til færslu" +msgid "%1$s doesn't like %2$s's %3$s" +msgstr "%1$s líkar ekki við %3$s hjá %2$s " -#: include/NotificationsManager.php:256 -#, php-format -msgid "%s liked %s's post" -msgstr "%s líkaði færsla hjá %s" - -#: include/NotificationsManager.php:267 -#, php-format -msgid "%s disliked %s's post" -msgstr "%s mislíkaði færsla hjá %s" - -#: include/NotificationsManager.php:278 -#, php-format -msgid "%s is attending %s's event" -msgstr "" - -#: include/NotificationsManager.php:289 -#, php-format -msgid "%s is not attending %s's event" -msgstr "" - -#: include/NotificationsManager.php:300 -#, php-format -msgid "%s may attend %s's event" -msgstr "" - -#: include/NotificationsManager.php:315 -#, php-format -msgid "%s is now friends with %s" -msgstr "%s er nú vinur %s" - -#: include/NotificationsManager.php:748 -msgid "Friend Suggestion" -msgstr "Vina tillaga" - -#: include/NotificationsManager.php:781 -msgid "Friend/Connect Request" -msgstr "Vinabeiðni/Tengibeiðni" - -#: include/NotificationsManager.php:781 -msgid "New Follower" -msgstr "Nýr fylgjandi" - -#: include/dbstructure.php:26 -#, php-format -msgid "" -"\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." -msgstr "" - -#: include/dbstructure.php:31 -#, php-format -msgid "" -"The error message is\n" -"[pre]%s[/pre]" -msgstr "" - -#: include/dbstructure.php:183 -msgid "Errors encountered creating database tables." -msgstr "Villur komu upp við að stofna töflur í gagnagrunn." - -#: include/dbstructure.php:260 -msgid "Errors encountered performing database changes." -msgstr "" - -#: include/delivery.php:446 -msgid "(no subject)" -msgstr "(ekkert efni)" - -#: include/diaspora.php:1958 -msgid "Sharing notification from Diaspora network" -msgstr "Tilkynning um að einhver deildi atriði á Diaspora netinu" - -#: include/diaspora.php:2864 -msgid "Attachments:" -msgstr "Viðhengi:" - -#: include/network.php:595 -msgid "view full size" -msgstr "Skoða í fullri stærð" - -#: include/Contact.php:340 include/Contact.php:353 include/Contact.php:398 -#: include/conversation.php:968 include/conversation.php:984 -#: mod/allfriends.php:65 mod/directory.php:155 mod/dirfind.php:203 -#: mod/match.php:71 mod/suggest.php:82 -msgid "View Profile" -msgstr "Skoða forsíðu" - -#: include/Contact.php:397 include/conversation.php:967 -msgid "View Status" -msgstr "Skoða stöðu" - -#: include/Contact.php:399 include/conversation.php:969 -msgid "View Photos" -msgstr "Skoða myndir" - -#: include/Contact.php:400 include/conversation.php:970 -msgid "Network Posts" -msgstr "" - -#: include/Contact.php:401 include/conversation.php:971 -msgid "View Contact" -msgstr "" - -#: include/Contact.php:402 -msgid "Drop Contact" -msgstr "Henda tengilið" - -#: include/Contact.php:403 include/conversation.php:972 -msgid "Send PM" -msgstr "Senda einkaboð" - -#: include/Contact.php:404 include/conversation.php:976 -msgid "Poke" -msgstr "Pota" - -#: include/Contact.php:775 -msgid "Organisation" -msgstr "" - -#: include/Contact.php:778 -msgid "News" -msgstr "" - -#: include/Contact.php:781 -msgid "Forum" -msgstr "Spjallsvæði" - -#: include/api.php:1018 -#, php-format -msgid "Daily posting limit of %d posts reached. The post was rejected." -msgstr "" - -#: include/api.php:1038 -#, php-format -msgid "Weekly posting limit of %d posts reached. The post was rejected." -msgstr "" - -#: include/api.php:1059 -#, php-format -msgid "Monthly posting limit of %d posts reached. The post was rejected." -msgstr "" - -#: include/bbcode.php:350 include/bbcode.php:1057 include/bbcode.php:1058 -msgid "Image/photo" -msgstr "Mynd" - -#: include/bbcode.php:467 -#, php-format -msgid "%2$s %3$s" -msgstr "%2$s %3$s" - -#: include/bbcode.php:1017 include/bbcode.php:1037 -msgid "$1 wrote:" -msgstr "$1 skrifaði:" - -#: include/bbcode.php:1066 include/bbcode.php:1067 -msgid "Encrypted content" -msgstr "Dulritað efni" - -#: include/bbcode.php:1169 -msgid "Invalid source protocol" -msgstr "" - -#: include/bbcode.php:1179 -msgid "Invalid link protocol" -msgstr "" - -#: include/conversation.php:147 +#: include/conversation.php:170 #, php-format msgid "%1$s attends %2$s's %3$s" msgstr "" -#: include/conversation.php:150 +#: include/conversation.php:173 #, php-format msgid "%1$s doesn't attend %2$s's %3$s" msgstr "" -#: include/conversation.php:153 +#: include/conversation.php:176 #, php-format msgid "%1$s attends maybe %2$s's %3$s" msgstr "" -#: include/conversation.php:185 mod/dfrn_confirm.php:477 +#: include/conversation.php:209 mod/dfrn_confirm.php:431 +#: src/Protocol/Diaspora.php:2481 #, php-format msgid "%1$s is now friends with %2$s" msgstr "Núna er %1$s vinur %2$s" -#: include/conversation.php:219 +#: include/conversation.php:250 #, php-format msgid "%1$s poked %2$s" msgstr "%1$s potaði í %2$s" -#: include/conversation.php:239 mod/mood.php:62 -#, php-format -msgid "%1$s is currently %2$s" -msgstr "" - -#: include/conversation.php:278 mod/tagger.php:95 +#: include/conversation.php:304 mod/tagger.php:110 #, php-format msgid "%1$s tagged %2$s's %3$s with %4$s" msgstr "%1$s merkti %2$s's %3$s með %4$s" -#: include/conversation.php:303 +#: include/conversation.php:331 msgid "post/item" msgstr "" -#: include/conversation.php:304 +#: include/conversation.php:332 #, php-format msgid "%1$s marked %2$s's %3$s as favorite" msgstr "" -#: include/conversation.php:585 mod/content.php:372 mod/profiles.php:346 -#: mod/photos.php:1607 +#: include/conversation.php:605 mod/photos.php:1501 mod/profiles.php:355 msgid "Likes" msgstr "Líkar" -#: include/conversation.php:585 mod/content.php:372 mod/profiles.php:350 -#: mod/photos.php:1607 +#: include/conversation.php:605 mod/photos.php:1501 mod/profiles.php:359 msgid "Dislikes" msgstr "Mislíkar" -#: include/conversation.php:586 include/conversation.php:1481 -#: mod/content.php:373 mod/photos.php:1608 +#: include/conversation.php:606 include/conversation.php:1687 +#: mod/photos.php:1502 msgid "Attending" msgid_plural "Attending" msgstr[0] "Mætir" msgstr[1] "Mæta" -#: include/conversation.php:586 mod/content.php:373 mod/photos.php:1608 +#: include/conversation.php:606 mod/photos.php:1502 msgid "Not attending" msgstr "Mætir ekki" -#: include/conversation.php:586 mod/content.php:373 mod/photos.php:1608 +#: include/conversation.php:606 mod/photos.php:1502 msgid "Might attend" msgstr "Gæti mætt" -#: include/conversation.php:708 mod/content.php:453 mod/content.php:758 -#: mod/photos.php:1681 object/Item.php:133 +#: include/conversation.php:744 mod/photos.php:1569 src/Object/Post.php:178 msgid "Select" msgstr "Velja" -#: include/conversation.php:709 mod/group.php:171 mod/content.php:454 -#: mod/content.php:759 mod/photos.php:1682 mod/settings.php:741 -#: mod/admin.php:1414 mod/contacts.php:808 mod/contacts.php:1007 -#: object/Item.php:134 +#: include/conversation.php:745 mod/photos.php:1570 mod/contacts.php:830 +#: mod/contacts.php:1035 mod/admin.php:1798 mod/settings.php:738 +#: src/Object/Post.php:179 msgid "Delete" msgstr "Eyða" -#: include/conversation.php:753 mod/content.php:487 mod/content.php:910 -#: mod/content.php:911 object/Item.php:367 object/Item.php:368 +#: include/conversation.php:783 src/Object/Post.php:363 +#: src/Object/Post.php:364 #, php-format msgid "View %s's profile @ %s" msgstr "Birta forsíðu %s hjá %s" -#: include/conversation.php:765 object/Item.php:355 +#: include/conversation.php:795 src/Object/Post.php:351 msgid "Categories:" msgstr "Flokkar:" -#: include/conversation.php:766 object/Item.php:356 +#: include/conversation.php:796 src/Object/Post.php:352 msgid "Filed under:" msgstr "Skráð undir:" -#: include/conversation.php:773 mod/content.php:497 mod/content.php:923 -#: object/Item.php:381 +#: include/conversation.php:803 src/Object/Post.php:377 #, php-format msgid "%s from %s" msgstr "%s til %s" -#: include/conversation.php:789 mod/content.php:513 +#: include/conversation.php:818 msgid "View in context" msgstr "Birta í samhengi" -#: include/conversation.php:791 include/conversation.php:1264 -#: mod/editpost.php:124 mod/wallmessage.php:156 mod/message.php:356 -#: mod/message.php:548 mod/content.php:515 mod/content.php:948 -#: mod/photos.php:1570 object/Item.php:406 +#: include/conversation.php:820 include/conversation.php:1360 +#: mod/wallmessage.php:145 mod/editpost.php:125 mod/message.php:264 +#: mod/message.php:433 mod/photos.php:1473 src/Object/Post.php:402 msgid "Please wait" msgstr "Hinkraðu aðeins" -#: include/conversation.php:870 +#: include/conversation.php:891 msgid "remove" msgstr "fjarlægja" -#: include/conversation.php:874 +#: include/conversation.php:895 msgid "Delete Selected Items" msgstr "Eyða völdum færslum" -#: include/conversation.php:966 +#: include/conversation.php:1065 view/theme/frio/theme.php:352 msgid "Follow Thread" msgstr "Fylgja þræði" -#: include/conversation.php:1097 +#: include/conversation.php:1066 src/Model/Contact.php:640 +msgid "View Status" +msgstr "Skoða stöðu" + +#: include/conversation.php:1067 include/conversation.php:1083 +#: mod/allfriends.php:73 mod/suggest.php:82 mod/match.php:89 +#: mod/dirfind.php:217 mod/directory.php:159 src/Model/Contact.php:580 +#: src/Model/Contact.php:593 src/Model/Contact.php:641 +msgid "View Profile" +msgstr "Skoða forsíðu" + +#: include/conversation.php:1068 src/Model/Contact.php:642 +msgid "View Photos" +msgstr "Skoða myndir" + +#: include/conversation.php:1069 src/Model/Contact.php:643 +msgid "Network Posts" +msgstr "" + +#: include/conversation.php:1070 src/Model/Contact.php:644 +msgid "View Contact" +msgstr "Skoða tengilið" + +#: include/conversation.php:1071 src/Model/Contact.php:646 +msgid "Send PM" +msgstr "Senda einkaboð" + +#: include/conversation.php:1075 src/Model/Contact.php:647 +msgid "Poke" +msgstr "Pota" + +#: include/conversation.php:1080 mod/allfriends.php:74 mod/suggest.php:83 +#: mod/match.php:90 mod/dirfind.php:218 mod/follow.php:143 +#: mod/contacts.php:596 src/Content/Widget.php:61 src/Model/Contact.php:594 +msgid "Connect/Follow" +msgstr "Tengjast/fylgja" + +#: include/conversation.php:1199 #, php-format msgid "%s likes this." msgstr "%s líkar þetta." -#: include/conversation.php:1100 +#: include/conversation.php:1202 #, php-format msgid "%s doesn't like this." msgstr "%s mislíkar þetta." -#: include/conversation.php:1103 +#: include/conversation.php:1205 #, php-format msgid "%s attends." msgstr "%s mætir." -#: include/conversation.php:1106 +#: include/conversation.php:1208 #, php-format msgid "%s doesn't attend." msgstr "%s mætir ekki." -#: include/conversation.php:1109 +#: include/conversation.php:1211 #, php-format msgid "%s attends maybe." msgstr "%s mætir kannski." -#: include/conversation.php:1119 +#: include/conversation.php:1222 msgid "and" msgstr "og" -#: include/conversation.php:1125 +#: include/conversation.php:1228 #, php-format -msgid ", and %d other people" -msgstr ", og %d öðrum" +msgid "and %d other people" +msgstr "" -#: include/conversation.php:1134 +#: include/conversation.php:1237 #, php-format msgid "%2$d people like this" msgstr "" -#: include/conversation.php:1135 +#: include/conversation.php:1238 #, php-format msgid "%s like this." msgstr "" -#: include/conversation.php:1138 +#: include/conversation.php:1241 #, php-format msgid "%2$d people don't like this" msgstr "" -#: include/conversation.php:1139 +#: include/conversation.php:1242 #, php-format msgid "%s don't like this." msgstr "" -#: include/conversation.php:1142 +#: include/conversation.php:1245 #, php-format msgid "%2$d people attend" msgstr "" -#: include/conversation.php:1143 +#: include/conversation.php:1246 #, php-format msgid "%s attend." msgstr "" -#: include/conversation.php:1146 +#: include/conversation.php:1249 #, php-format msgid "%2$d people don't attend" msgstr "" -#: include/conversation.php:1147 +#: include/conversation.php:1250 #, php-format msgid "%s don't attend." msgstr "" -#: include/conversation.php:1150 +#: include/conversation.php:1253 #, php-format msgid "%2$d people attend maybe" msgstr "" -#: include/conversation.php:1151 +#: include/conversation.php:1254 #, php-format -msgid "%s anttend maybe." +msgid "%s attend maybe." msgstr "" -#: include/conversation.php:1190 include/conversation.php:1208 +#: include/conversation.php:1284 include/conversation.php:1300 msgid "Visible to everybody" msgstr "Sjáanlegt öllum" -#: include/conversation.php:1191 include/conversation.php:1209 -#: mod/wallmessage.php:127 mod/wallmessage.php:135 mod/message.php:291 -#: mod/message.php:299 mod/message.php:442 mod/message.php:450 +#: include/conversation.php:1285 include/conversation.php:1301 +#: mod/wallmessage.php:120 mod/wallmessage.php:127 mod/message.php:200 +#: mod/message.php:207 mod/message.php:343 mod/message.php:350 msgid "Please enter a link URL:" msgstr "Sláðu inn slóð:" -#: include/conversation.php:1192 include/conversation.php:1210 +#: include/conversation.php:1286 include/conversation.php:1302 msgid "Please enter a video link/URL:" msgstr "Settu inn slóð á myndskeið:" -#: include/conversation.php:1193 include/conversation.php:1211 +#: include/conversation.php:1287 include/conversation.php:1303 msgid "Please enter an audio link/URL:" msgstr "Settu inn slóð á hljóðskrá:" -#: include/conversation.php:1194 include/conversation.php:1212 +#: include/conversation.php:1288 include/conversation.php:1304 msgid "Tag term:" msgstr "Merka með:" -#: include/conversation.php:1195 include/conversation.php:1213 -#: mod/filer.php:30 +#: include/conversation.php:1289 include/conversation.php:1305 +#: mod/filer.php:34 msgid "Save to Folder:" msgstr "Vista í möppu:" -#: include/conversation.php:1196 include/conversation.php:1214 +#: include/conversation.php:1290 include/conversation.php:1306 msgid "Where are you right now?" msgstr "Hvar ert þú núna?" -#: include/conversation.php:1197 +#: include/conversation.php:1291 msgid "Delete item(s)?" msgstr "Eyða atriði/atriðum?" -#: include/conversation.php:1245 mod/photos.php:1569 +#: include/conversation.php:1338 +msgid "New Post" +msgstr "Ný færsla" + +#: include/conversation.php:1341 msgid "Share" msgstr "Deila" -#: include/conversation.php:1246 mod/editpost.php:110 mod/wallmessage.php:154 -#: mod/message.php:354 mod/message.php:545 +#: include/conversation.php:1342 mod/wallmessage.php:143 mod/editpost.php:111 +#: mod/message.php:262 mod/message.php:430 msgid "Upload photo" msgstr "Hlaða upp mynd" -#: include/conversation.php:1247 mod/editpost.php:111 +#: include/conversation.php:1343 mod/editpost.php:112 msgid "upload photo" msgstr "Hlaða upp mynd" -#: include/conversation.php:1248 mod/editpost.php:112 +#: include/conversation.php:1344 mod/editpost.php:113 msgid "Attach file" msgstr "Bæta við skrá" -#: include/conversation.php:1249 mod/editpost.php:113 +#: include/conversation.php:1345 mod/editpost.php:114 msgid "attach file" msgstr "Hengja skrá við" -#: include/conversation.php:1250 mod/editpost.php:114 mod/wallmessage.php:155 -#: mod/message.php:355 mod/message.php:546 +#: include/conversation.php:1346 mod/wallmessage.php:144 mod/editpost.php:115 +#: mod/message.php:263 mod/message.php:431 msgid "Insert web link" msgstr "Setja inn vefslóð" -#: include/conversation.php:1251 mod/editpost.php:115 +#: include/conversation.php:1347 mod/editpost.php:116 msgid "web link" msgstr "vefslóð" -#: include/conversation.php:1252 mod/editpost.php:116 +#: include/conversation.php:1348 mod/editpost.php:117 msgid "Insert video link" msgstr "Setja inn slóð á myndskeið" -#: include/conversation.php:1253 mod/editpost.php:117 +#: include/conversation.php:1349 mod/editpost.php:118 msgid "video link" msgstr "slóð á myndskeið" -#: include/conversation.php:1254 mod/editpost.php:118 +#: include/conversation.php:1350 mod/editpost.php:119 msgid "Insert audio link" msgstr "Setja inn slóð á hljóðskrá" -#: include/conversation.php:1255 mod/editpost.php:119 +#: include/conversation.php:1351 mod/editpost.php:120 msgid "audio link" msgstr "slóð á hljóðskrá" -#: include/conversation.php:1256 mod/editpost.php:120 +#: include/conversation.php:1352 mod/editpost.php:121 msgid "Set your location" msgstr "Veldu staðsetningu þína" -#: include/conversation.php:1257 mod/editpost.php:121 +#: include/conversation.php:1353 mod/editpost.php:122 msgid "set location" msgstr "stilla staðsetningu" -#: include/conversation.php:1258 mod/editpost.php:122 +#: include/conversation.php:1354 mod/editpost.php:123 msgid "Clear browser location" msgstr "Hreinsa staðsetningu í vafra" -#: include/conversation.php:1259 mod/editpost.php:123 +#: include/conversation.php:1355 mod/editpost.php:124 msgid "clear location" msgstr "hreinsa staðsetningu" -#: include/conversation.php:1261 mod/editpost.php:137 +#: include/conversation.php:1357 mod/editpost.php:138 msgid "Set title" msgstr "Setja titil" -#: include/conversation.php:1263 mod/editpost.php:139 +#: include/conversation.php:1359 mod/editpost.php:140 msgid "Categories (comma-separated list)" msgstr "Flokkar (listi aðskilinn með kommum)" -#: include/conversation.php:1265 mod/editpost.php:125 +#: include/conversation.php:1361 mod/editpost.php:126 msgid "Permission settings" msgstr "Stillingar aðgangsheimilda" -#: include/conversation.php:1266 mod/editpost.php:154 +#: include/conversation.php:1362 mod/editpost.php:155 msgid "permissions" msgstr "aðgangsstýring" -#: include/conversation.php:1274 mod/editpost.php:134 +#: include/conversation.php:1370 mod/editpost.php:135 msgid "Public post" msgstr "Opinber færsla" -#: include/conversation.php:1279 mod/editpost.php:145 mod/content.php:737 -#: mod/events.php:504 mod/photos.php:1591 mod/photos.php:1639 -#: mod/photos.php:1725 object/Item.php:729 +#: include/conversation.php:1374 mod/editpost.php:146 mod/photos.php:1492 +#: mod/photos.php:1531 mod/photos.php:1604 mod/events.php:528 +#: src/Object/Post.php:805 msgid "Preview" msgstr "Forskoðun" -#: include/conversation.php:1283 include/items.php:1974 mod/fbrowser.php:101 -#: mod/fbrowser.php:136 mod/tagrm.php:11 mod/tagrm.php:94 mod/editpost.php:148 -#: mod/message.php:220 mod/suggest.php:32 mod/photos.php:235 -#: mod/photos.php:322 mod/settings.php:679 mod/settings.php:705 -#: mod/videos.php:128 mod/contacts.php:445 mod/dfrn_request.php:876 -#: mod/follow.php:121 -msgid "Cancel" -msgstr "Hætta við" - -#: include/conversation.php:1289 +#: include/conversation.php:1383 msgid "Post to Groups" msgstr "Senda á hópa" -#: include/conversation.php:1290 +#: include/conversation.php:1384 msgid "Post to Contacts" msgstr "Senda á tengiliði" -#: include/conversation.php:1291 +#: include/conversation.php:1385 msgid "Private post" msgstr "Einkafærsla" -#: include/conversation.php:1296 include/identity.php:256 mod/editpost.php:152 +#: include/conversation.php:1390 mod/editpost.php:153 +#: src/Model/Profile.php:342 msgid "Message" msgstr "Skilaboð" -#: include/conversation.php:1297 mod/editpost.php:153 +#: include/conversation.php:1391 mod/editpost.php:154 msgid "Browser" msgstr "Vafri" -#: include/conversation.php:1453 +#: include/conversation.php:1658 msgid "View all" msgstr "Skoða allt" -#: include/conversation.php:1475 +#: include/conversation.php:1681 msgid "Like" msgid_plural "Likes" msgstr[0] "Líkar" msgstr[1] "Líkar" -#: include/conversation.php:1478 +#: include/conversation.php:1684 msgid "Dislike" msgid_plural "Dislikes" msgstr[0] "Mislíkar" msgstr[1] "Mislíkar" -#: include/conversation.php:1484 +#: include/conversation.php:1690 msgid "Not Attending" msgid_plural "Not Attending" msgstr[0] "Mæti ekki" msgstr[1] "Mæta ekki" -#: include/dfrn.php:1108 -#, php-format -msgid "%s\\'s birthday" -msgstr "Afmælisdagur %s" +#: include/conversation.php:1693 src/Content/ContactSelector.php:125 +msgid "Undecided" +msgid_plural "Undecided" +msgstr[0] "Óviss" +msgstr[1] "Óvissir" -#: include/features.php:70 -msgid "General Features" -msgstr "Almennir eiginleikar" - -#: include/features.php:72 -msgid "Multiple Profiles" -msgstr "" - -#: include/features.php:72 -msgid "Ability to create multiple profiles" -msgstr "" - -#: include/features.php:73 -msgid "Photo Location" -msgstr "Staðsetning ljósmyndar" - -#: include/features.php:73 -msgid "" -"Photo metadata is normally stripped. This extracts the location (if present)" -" prior to stripping metadata and links it to a map." -msgstr "" - -#: include/features.php:74 -msgid "Export Public Calendar" -msgstr "Flytja út opinbert dagatal" - -#: include/features.php:74 -msgid "Ability for visitors to download the public calendar" -msgstr "" - -#: include/features.php:79 -msgid "Post Composition Features" -msgstr "" - -#: include/features.php:80 -msgid "Richtext Editor" -msgstr "" - -#: include/features.php:80 -msgid "Enable richtext editor" -msgstr "" - -#: include/features.php:81 -msgid "Post Preview" -msgstr "" - -#: include/features.php:81 -msgid "Allow previewing posts and comments before publishing them" -msgstr "" - -#: include/features.php:82 -msgid "Auto-mention Forums" -msgstr "" - -#: include/features.php:82 -msgid "" -"Add/remove mention when a forum page is selected/deselected in ACL window." -msgstr "" - -#: include/features.php:87 -msgid "Network Sidebar Widgets" -msgstr "" - -#: include/features.php:88 -msgid "Search by Date" -msgstr "Leita eftir dagsetningu" - -#: include/features.php:88 -msgid "Ability to select posts by date ranges" -msgstr "" - -#: include/features.php:89 include/features.php:119 -msgid "List Forums" -msgstr "Spjallsvæðalistar" - -#: include/features.php:89 -msgid "Enable widget to display the forums your are connected with" -msgstr "" - -#: include/features.php:90 -msgid "Group Filter" -msgstr "" - -#: include/features.php:90 -msgid "Enable widget to display Network posts only from selected group" -msgstr "" - -#: include/features.php:91 -msgid "Network Filter" -msgstr "" - -#: include/features.php:91 -msgid "Enable widget to display Network posts only from selected network" -msgstr "" - -#: include/features.php:92 mod/search.php:34 mod/network.php:200 -msgid "Saved Searches" -msgstr "Vistaðar leitir" - -#: include/features.php:92 -msgid "Save search terms for re-use" -msgstr "" - -#: include/features.php:97 -msgid "Network Tabs" -msgstr "" - -#: include/features.php:98 -msgid "Network Personal Tab" -msgstr "" - -#: include/features.php:98 -msgid "Enable tab to display only Network posts that you've interacted on" -msgstr "" - -#: include/features.php:99 -msgid "Network New Tab" -msgstr "" - -#: include/features.php:99 -msgid "Enable tab to display only new Network posts (from the last 12 hours)" -msgstr "" - -#: include/features.php:100 -msgid "Network Shared Links Tab" -msgstr "" - -#: include/features.php:100 -msgid "Enable tab to display only Network posts with links in them" -msgstr "" - -#: include/features.php:105 -msgid "Post/Comment Tools" -msgstr "" - -#: include/features.php:106 -msgid "Multiple Deletion" -msgstr "" - -#: include/features.php:106 -msgid "Select and delete multiple posts/comments at once" -msgstr "" - -#: include/features.php:107 -msgid "Edit Sent Posts" -msgstr "" - -#: include/features.php:107 -msgid "Edit and correct posts and comments after sending" -msgstr "" - -#: include/features.php:108 -msgid "Tagging" -msgstr "" - -#: include/features.php:108 -msgid "Ability to tag existing posts" -msgstr "" - -#: include/features.php:109 -msgid "Post Categories" -msgstr "" - -#: include/features.php:109 -msgid "Add categories to your posts" -msgstr "" - -#: include/features.php:110 -msgid "Ability to file posts under folders" -msgstr "" - -#: include/features.php:111 -msgid "Dislike Posts" -msgstr "" - -#: include/features.php:111 -msgid "Ability to dislike posts/comments" -msgstr "" - -#: include/features.php:112 -msgid "Star Posts" -msgstr "" - -#: include/features.php:112 -msgid "Ability to mark special posts with a star indicator" -msgstr "" - -#: include/features.php:113 -msgid "Mute Post Notifications" -msgstr "" - -#: include/features.php:113 -msgid "Ability to mute notifications for a thread" -msgstr "" - -#: include/features.php:118 -msgid "Advanced Profile Settings" -msgstr "" - -#: include/features.php:119 -msgid "Show visitors public community forums at the Advanced Profile Page" -msgstr "" - -#: include/follow.php:81 mod/dfrn_request.php:509 -msgid "Disallowed profile URL." -msgstr "Óleyfileg forsíðu slóð." - -#: include/follow.php:86 -msgid "Connect URL missing." -msgstr "Tengislóð vantar." - -#: include/follow.php:113 -msgid "" -"This site is not configured to allow communications with other networks." -msgstr "Þessi vefur er ekki uppsettur til að leyfa samskipti við önnur samfélagsnet." - -#: include/follow.php:114 include/follow.php:134 -msgid "No compatible communication protocols or feeds were discovered." -msgstr "Engir samhæfðir samskiptastaðlar né fréttastraumar fundust." - -#: include/follow.php:132 -msgid "The profile address specified does not provide adequate information." -msgstr "Uppgefin forsíðuslóð inniheldur ekki nægilegar upplýsingar." - -#: include/follow.php:136 -msgid "An author or name was not found." -msgstr "Höfundur eða nafn fannst ekki." - -#: include/follow.php:138 -msgid "No browser URL could be matched to this address." -msgstr "Engin vefslóð passaði við þetta vistfang." - -#: include/follow.php:140 -msgid "" -"Unable to match @-style Identity Address with a known protocol or email " -"contact." -msgstr "" - -#: include/follow.php:141 -msgid "Use mailto: in front of address to force email check." -msgstr "" - -#: include/follow.php:147 -msgid "" -"The profile address specified belongs to a network which has been disabled " -"on this site." -msgstr "Þessi forsíðu slóð tilheyrir neti sem er bannað á þessum vef." - -#: include/follow.php:157 -msgid "" -"Limited profile. This person will be unable to receive direct/personal " -"notifications from you." -msgstr "Takmörkuð forsíða. Þessi tengiliður mun ekki getað tekið á móti beinum/einka tilkynningum frá þér." - -#: include/follow.php:258 -msgid "Unable to retrieve contact information." -msgstr "Ekki hægt að sækja tengiliðs upplýsingar." - -#: include/identity.php:42 -msgid "Requested account is not available." -msgstr "Umbeðin forsíða er ekki til." - -#: include/identity.php:51 mod/profile.php:21 -msgid "Requested profile is not available." -msgstr "Umbeðin forsíða ekki til." - -#: include/identity.php:95 include/identity.php:311 include/identity.php:688 -msgid "Edit profile" -msgstr "Breyta forsíðu" - -#: include/identity.php:251 -msgid "Atom feed" -msgstr "Atom fréttaveita" - -#: include/identity.php:282 -msgid "Manage/edit profiles" -msgstr "Sýsla með forsíður" - -#: include/identity.php:287 include/identity.php:313 mod/profiles.php:795 -msgid "Change profile photo" -msgstr "Breyta forsíðumynd" - -#: include/identity.php:288 mod/profiles.php:796 -msgid "Create New Profile" -msgstr "Stofna nýja forsíðu" - -#: include/identity.php:298 mod/profiles.php:785 -msgid "Profile Image" -msgstr "Forsíðumynd" - -#: include/identity.php:301 mod/profiles.php:787 -msgid "visible to everybody" -msgstr "sýnilegt öllum" - -#: include/identity.php:302 mod/profiles.php:691 mod/profiles.php:788 -msgid "Edit visibility" -msgstr "Sýsla með sýnileika" - -#: include/identity.php:330 include/identity.php:616 mod/notifications.php:238 -#: mod/directory.php:139 -msgid "Gender:" -msgstr "Kyn:" - -#: include/identity.php:333 include/identity.php:636 mod/directory.php:141 -msgid "Status:" -msgstr "Staða:" - -#: include/identity.php:335 include/identity.php:647 mod/directory.php:143 -msgid "Homepage:" -msgstr "Heimasíða:" - -#: include/identity.php:337 include/identity.php:657 mod/notifications.php:234 -#: mod/directory.php:145 mod/contacts.php:632 -msgid "About:" -msgstr "Um:" - -#: include/identity.php:339 mod/contacts.php:630 -msgid "XMPP:" -msgstr "" - -#: include/identity.php:422 mod/notifications.php:246 mod/contacts.php:50 -msgid "Network:" -msgstr "Netkerfi:" - -#: include/identity.php:451 include/identity.php:535 -msgid "g A l F d" -msgstr "" - -#: include/identity.php:452 include/identity.php:536 -msgid "F d" -msgstr "" - -#: include/identity.php:497 include/identity.php:582 -msgid "[today]" -msgstr "[í dag]" - -#: include/identity.php:509 -msgid "Birthday Reminders" -msgstr "Afmælisáminningar" - -#: include/identity.php:510 -msgid "Birthdays this week:" -msgstr "Afmæli í þessari viku:" - -#: include/identity.php:569 -msgid "[No description]" -msgstr "[Engin lýsing]" - -#: include/identity.php:593 -msgid "Event Reminders" -msgstr "Atburðaáminningar" - -#: include/identity.php:594 -msgid "Events this week:" -msgstr "Atburðir vikunnar:" - -#: include/identity.php:614 mod/settings.php:1279 -msgid "Full Name:" -msgstr "Fullt nafn:" - -#: include/identity.php:621 -msgid "j F, Y" -msgstr "" - -#: include/identity.php:622 -msgid "j F" -msgstr "" - -#: include/identity.php:633 -msgid "Age:" -msgstr "Aldur:" - -#: include/identity.php:642 -#, php-format -msgid "for %1$d %2$s" -msgstr "" - -#: include/identity.php:645 mod/profiles.php:710 -msgid "Sexual Preference:" -msgstr "Kynhneigð:" - -#: include/identity.php:649 mod/profiles.php:737 -msgid "Hometown:" -msgstr "Heimabær:" - -#: include/identity.php:651 mod/notifications.php:236 mod/contacts.php:634 -#: mod/follow.php:134 -msgid "Tags:" -msgstr "Merki:" - -#: include/identity.php:653 mod/profiles.php:738 -msgid "Political Views:" -msgstr "Stórnmálaskoðanir:" - -#: include/identity.php:655 -msgid "Religion:" -msgstr "Trúarskoðanir:" - -#: include/identity.php:659 -msgid "Hobbies/Interests:" -msgstr "Áhugamál/Áhugasvið:" - -#: include/identity.php:661 mod/profiles.php:742 -msgid "Likes:" -msgstr "Líkar:" - -#: include/identity.php:663 mod/profiles.php:743 -msgid "Dislikes:" -msgstr "Mislíkar:" - -#: include/identity.php:666 -msgid "Contact information and Social Networks:" -msgstr "Tengiliðaupplýsingar og samfélagsnet:" - -#: include/identity.php:668 -msgid "Musical interests:" -msgstr "Tónlistaráhugi:" - -#: include/identity.php:670 -msgid "Books, literature:" -msgstr "Bækur, bókmenntir:" - -#: include/identity.php:672 -msgid "Television:" -msgstr "Sjónvarp:" - -#: include/identity.php:674 -msgid "Film/dance/culture/entertainment:" -msgstr "Kvikmyndir/dans/menning/afþreying:" - -#: include/identity.php:676 -msgid "Love/Romance:" -msgstr "Ást/rómantík:" - -#: include/identity.php:678 -msgid "Work/employment:" -msgstr "Atvinna:" - -#: include/identity.php:680 -msgid "School/education:" -msgstr "Skóli/menntun:" - -#: include/identity.php:684 -msgid "Forums:" -msgstr "Spjallsvæði:" - -#: include/identity.php:692 mod/events.php:507 -msgid "Basic" -msgstr "Einfalt" - -#: include/identity.php:693 mod/events.php:508 mod/admin.php:959 -#: mod/contacts.php:870 -msgid "Advanced" -msgstr "Flóknari" - -#: include/identity.php:717 mod/contacts.php:836 mod/follow.php:142 -msgid "Status Messages and Posts" -msgstr "Stöðu skilaboð og færslur" - -#: include/identity.php:725 mod/contacts.php:844 -msgid "Profile Details" -msgstr "Forsíðu upplýsingar" - -#: include/identity.php:733 mod/photos.php:87 -msgid "Photo Albums" -msgstr "Myndabækur" - -#: include/identity.php:772 mod/notes.php:46 -msgid "Personal Notes" -msgstr "Persónulegar glósur" - -#: include/identity.php:775 -msgid "Only You Can See This" -msgstr "Aðeins þú sérð þetta" - -#: include/items.php:1575 mod/dfrn_confirm.php:730 mod/dfrn_request.php:746 -msgid "[Name Withheld]" -msgstr "[Nafn ekki sýnt]" - -#: include/items.php:1930 mod/viewsrc.php:15 mod/notice.php:15 -#: mod/display.php:103 mod/display.php:279 mod/display.php:478 -#: mod/admin.php:234 mod/admin.php:1471 mod/admin.php:1705 -msgid "Item not found." -msgstr "Atriði fannst ekki." - -#: include/items.php:1969 -msgid "Do you really want to delete this item?" -msgstr "Viltu í alvörunni eyða þessu atriði?" - -#: include/items.php:1971 mod/api.php:105 mod/message.php:217 -#: mod/profiles.php:648 mod/profiles.php:651 mod/profiles.php:677 -#: mod/suggest.php:29 mod/register.php:245 mod/settings.php:1163 -#: mod/settings.php:1169 mod/settings.php:1177 mod/settings.php:1181 -#: mod/settings.php:1186 mod/settings.php:1192 mod/settings.php:1198 -#: mod/settings.php:1204 mod/settings.php:1230 mod/settings.php:1231 -#: mod/settings.php:1232 mod/settings.php:1233 mod/settings.php:1234 -#: mod/contacts.php:442 mod/dfrn_request.php:862 mod/follow.php:110 -msgid "Yes" -msgstr "Já" - -#: include/items.php:2134 mod/notes.php:22 mod/uimport.php:23 -#: mod/nogroup.php:25 mod/invite.php:15 mod/invite.php:101 -#: mod/repair_ostatus.php:9 mod/delegate.php:12 mod/attach.php:33 -#: mod/editpost.php:10 mod/group.php:19 mod/wallmessage.php:9 -#: mod/wallmessage.php:33 mod/wallmessage.php:79 mod/wallmessage.php:103 -#: mod/api.php:26 mod/api.php:31 mod/ostatus_subscribe.php:9 -#: mod/message.php:46 mod/message.php:182 mod/manage.php:96 -#: mod/crepair.php:100 mod/fsuggest.php:78 mod/mood.php:114 mod/poke.php:150 -#: mod/profile_photo.php:19 mod/profile_photo.php:175 -#: mod/profile_photo.php:186 mod/profile_photo.php:199 mod/regmod.php:110 -#: mod/notifications.php:71 mod/profiles.php:166 mod/profiles.php:605 -#: mod/allfriends.php:12 mod/cal.php:304 mod/common.php:18 mod/dirfind.php:11 -#: mod/display.php:475 mod/events.php:190 mod/suggest.php:58 -#: mod/photos.php:159 mod/photos.php:1072 mod/register.php:42 -#: mod/settings.php:22 mod/settings.php:128 mod/settings.php:665 -#: mod/wall_attach.php:67 mod/wall_attach.php:70 mod/wall_upload.php:77 -#: mod/wall_upload.php:80 mod/contacts.php:350 mod/dfrn_confirm.php:61 -#: mod/follow.php:11 mod/follow.php:73 mod/follow.php:155 mod/item.php:199 -#: mod/item.php:211 mod/network.php:4 mod/viewcontacts.php:45 index.php:401 -msgid "Permission denied." -msgstr "Heimild ekki veitt." - -#: include/items.php:2239 -msgid "Archives" -msgstr "Safnskrár" - -#: include/oembed.php:264 -msgid "Embedded content" -msgstr "Innbyggt efni" - -#: include/oembed.php:272 -msgid "Embedding disabled" -msgstr "Innfelling ekki leyfð" - -#: include/ostatus.php:1825 -#, php-format -msgid "%s is now following %s." -msgstr "" - -#: include/ostatus.php:1826 -msgid "following" -msgstr "fylgist með" - -#: include/ostatus.php:1829 -#, php-format -msgid "%s stopped following %s." -msgstr "" - -#: include/ostatus.php:1830 -msgid "stopped following" -msgstr "hætt að fylgja" - -#: include/text.php:304 +#: include/text.php:302 msgid "newer" msgstr "nýrri" -#: include/text.php:306 +#: include/text.php:303 msgid "older" msgstr "eldri" -#: include/text.php:311 -msgid "prev" -msgstr "á undan" - -#: include/text.php:313 +#: include/text.php:308 msgid "first" msgstr "fremsta" -#: include/text.php:345 -msgid "last" -msgstr "síðasta" +#: include/text.php:309 +msgid "prev" +msgstr "á undan" -#: include/text.php:348 +#: include/text.php:343 msgid "next" msgstr "næsta" -#: include/text.php:403 +#: include/text.php:344 +msgid "last" +msgstr "síðasta" + +#: include/text.php:398 msgid "Loading more entries..." msgstr "Hleð inn fleiri færslum..." -#: include/text.php:404 +#: include/text.php:399 msgid "The end" msgstr "Endir" -#: include/text.php:889 +#: include/text.php:884 msgid "No contacts" msgstr "Engir tengiliðir" -#: include/text.php:912 +#: include/text.php:908 #, php-format msgid "%d Contact" msgid_plural "%d Contacts" msgstr[0] "%d tengiliður" msgstr[1] "%d tengiliðir" -#: include/text.php:925 +#: include/text.php:921 msgid "View Contacts" msgstr "Skoða tengiliði" -#: include/text.php:1013 mod/notes.php:61 mod/filer.php:31 -#: mod/editpost.php:109 +#: include/text.php:1010 mod/filer.php:35 mod/editpost.php:110 +#: mod/notes.php:67 msgid "Save" msgstr "Vista" -#: include/text.php:1076 +#: include/text.php:1010 +msgid "Follow" +msgstr "Fylgja" + +#: include/text.php:1016 mod/search.php:155 src/Content/Nav.php:142 +msgid "Search" +msgstr "Leita" + +#: include/text.php:1019 src/Content/Nav.php:58 +msgid "@name, !forum, #tags, content" +msgstr "@nafn, !spjallsvæði, #merki, innihald" + +#: include/text.php:1025 src/Content/Nav.php:145 +msgid "Full Text" +msgstr "Allur textinn" + +#: include/text.php:1026 src/Content/Nav.php:146 +#: src/Content/Widget/TagCloud.php:54 +msgid "Tags" +msgstr "Merki" + +#: include/text.php:1027 mod/viewcontacts.php:131 mod/contacts.php:814 +#: mod/contacts.php:875 src/Content/Nav.php:147 src/Content/Nav.php:212 +#: src/Model/Profile.php:957 src/Model/Profile.php:960 +#: view/theme/frio/theme.php:270 +msgid "Contacts" +msgstr "Tengiliðir" + +#: include/text.php:1030 src/Content/ForumManager.php:125 +#: src/Content/Nav.php:151 view/theme/vier/theme.php:254 +msgid "Forums" +msgstr "Spjallsvæði" + +#: include/text.php:1074 msgid "poke" msgstr "pota" -#: include/text.php:1076 +#: include/text.php:1074 msgid "poked" msgstr "potaði" -#: include/text.php:1077 +#: include/text.php:1075 msgid "ping" -msgstr "" +msgstr "ping" -#: include/text.php:1077 +#: include/text.php:1075 msgid "pinged" msgstr "" -#: include/text.php:1078 +#: include/text.php:1076 msgid "prod" msgstr "" -#: include/text.php:1078 +#: include/text.php:1076 msgid "prodded" msgstr "" -#: include/text.php:1079 +#: include/text.php:1077 msgid "slap" msgstr "" -#: include/text.php:1079 +#: include/text.php:1077 msgid "slapped" msgstr "" -#: include/text.php:1080 +#: include/text.php:1078 msgid "finger" -msgstr "" +msgstr "fingur" -#: include/text.php:1080 +#: include/text.php:1078 msgid "fingered" msgstr "" -#: include/text.php:1081 +#: include/text.php:1079 msgid "rebuff" msgstr "" -#: include/text.php:1081 +#: include/text.php:1079 msgid "rebuffed" msgstr "" -#: include/text.php:1095 -msgid "happy" -msgstr "" +#: include/text.php:1093 mod/settings.php:943 src/Model/Event.php:379 +msgid "Monday" +msgstr "Mánudagur" -#: include/text.php:1096 -msgid "sad" -msgstr "" +#: include/text.php:1093 src/Model/Event.php:380 +msgid "Tuesday" +msgstr "Þriðjudagur" -#: include/text.php:1097 -msgid "mellow" -msgstr "" +#: include/text.php:1093 src/Model/Event.php:381 +msgid "Wednesday" +msgstr "Miðvikudagur" -#: include/text.php:1098 -msgid "tired" -msgstr "" +#: include/text.php:1093 src/Model/Event.php:382 +msgid "Thursday" +msgstr "Fimmtudagur" -#: include/text.php:1099 -msgid "perky" -msgstr "" +#: include/text.php:1093 src/Model/Event.php:383 +msgid "Friday" +msgstr "Föstudagur" -#: include/text.php:1100 -msgid "angry" -msgstr "" +#: include/text.php:1093 src/Model/Event.php:384 +msgid "Saturday" +msgstr "Laugardagur" -#: include/text.php:1101 -msgid "stupified" -msgstr "" +#: include/text.php:1093 mod/settings.php:943 src/Model/Event.php:378 +msgid "Sunday" +msgstr "Sunnudagur" -#: include/text.php:1102 -msgid "puzzled" -msgstr "" +#: include/text.php:1097 src/Model/Event.php:399 +msgid "January" +msgstr "Janúar" -#: include/text.php:1103 -msgid "interested" -msgstr "" +#: include/text.php:1097 src/Model/Event.php:400 +msgid "February" +msgstr "Febrúar" -#: include/text.php:1104 -msgid "bitter" -msgstr "" +#: include/text.php:1097 src/Model/Event.php:401 +msgid "March" +msgstr "Mars" -#: include/text.php:1105 -msgid "cheerful" -msgstr "" +#: include/text.php:1097 src/Model/Event.php:402 +msgid "April" +msgstr "Apríl" -#: include/text.php:1106 -msgid "alive" -msgstr "" +#: include/text.php:1097 include/text.php:1114 src/Model/Event.php:390 +#: src/Model/Event.php:403 +msgid "May" +msgstr "Maí" -#: include/text.php:1107 -msgid "annoyed" -msgstr "" +#: include/text.php:1097 src/Model/Event.php:404 +msgid "June" +msgstr "Júní" -#: include/text.php:1108 -msgid "anxious" -msgstr "" +#: include/text.php:1097 src/Model/Event.php:405 +msgid "July" +msgstr "Júlí" -#: include/text.php:1109 -msgid "cranky" -msgstr "" +#: include/text.php:1097 src/Model/Event.php:406 +msgid "August" +msgstr "Ágúst" -#: include/text.php:1110 -msgid "disturbed" -msgstr "" +#: include/text.php:1097 src/Model/Event.php:407 +msgid "September" +msgstr "September" -#: include/text.php:1111 -msgid "frustrated" -msgstr "" +#: include/text.php:1097 src/Model/Event.php:408 +msgid "October" +msgstr "Október" -#: include/text.php:1112 -msgid "motivated" -msgstr "" +#: include/text.php:1097 src/Model/Event.php:409 +msgid "November" +msgstr "Nóvember" -#: include/text.php:1113 -msgid "relaxed" -msgstr "" +#: include/text.php:1097 src/Model/Event.php:410 +msgid "December" +msgstr "Desember" + +#: include/text.php:1111 src/Model/Event.php:371 +msgid "Mon" +msgstr "Mán" + +#: include/text.php:1111 src/Model/Event.php:372 +msgid "Tue" +msgstr "Þri" + +#: include/text.php:1111 src/Model/Event.php:373 +msgid "Wed" +msgstr "Mið" + +#: include/text.php:1111 src/Model/Event.php:374 +msgid "Thu" +msgstr "Fim" + +#: include/text.php:1111 src/Model/Event.php:375 +msgid "Fri" +msgstr "Fös" + +#: include/text.php:1111 src/Model/Event.php:376 +msgid "Sat" +msgstr "Lau" + +#: include/text.php:1111 src/Model/Event.php:370 +msgid "Sun" +msgstr "Sun" + +#: include/text.php:1114 src/Model/Event.php:386 +msgid "Jan" +msgstr "Jan" + +#: include/text.php:1114 src/Model/Event.php:387 +msgid "Feb" +msgstr "Feb" + +#: include/text.php:1114 src/Model/Event.php:388 +msgid "Mar" +msgstr "Mar" + +#: include/text.php:1114 src/Model/Event.php:389 +msgid "Apr" +msgstr "Apr" + +#: include/text.php:1114 src/Model/Event.php:392 +msgid "Jul" +msgstr "Júl" + +#: include/text.php:1114 src/Model/Event.php:393 +msgid "Aug" +msgstr "Ágú" #: include/text.php:1114 -msgid "surprised" -msgstr "" +msgid "Sep" +msgstr "sep" -#: include/text.php:1324 mod/videos.php:380 +#: include/text.php:1114 src/Model/Event.php:395 +msgid "Oct" +msgstr "Okt" + +#: include/text.php:1114 src/Model/Event.php:396 +msgid "Nov" +msgstr "Nóv" + +#: include/text.php:1114 src/Model/Event.php:397 +msgid "Dec" +msgstr "Des" + +#: include/text.php:1275 +#, php-format +msgid "Content warning: %s" +msgstr "Viðvörun vegna innihalds: %s" + +#: include/text.php:1345 mod/videos.php:380 msgid "View Video" msgstr "Skoða myndskeið" -#: include/text.php:1356 +#: include/text.php:1362 msgid "bytes" msgstr "bæti" -#: include/text.php:1388 include/text.php:1400 +#: include/text.php:1395 include/text.php:1406 include/text.php:1442 msgid "Click to open/close" -msgstr "" +msgstr "Smelltu til að opna/loka" -#: include/text.php:1526 +#: include/text.php:1559 msgid "View on separate page" -msgstr "" +msgstr "Skoða á sérstakri síðu" -#: include/text.php:1527 +#: include/text.php:1560 msgid "view on separate page" -msgstr "" +msgstr "skoða á sérstakri síðu" -#: include/text.php:1806 +#: include/text.php:1565 include/text.php:1572 src/Model/Event.php:594 +msgid "link to source" +msgstr "slóð á heimild" + +#: include/text.php:1778 msgid "activity" msgstr "virkni" -#: include/text.php:1808 mod/content.php:623 object/Item.php:431 -#: object/Item.php:444 +#: include/text.php:1780 src/Object/Post.php:429 src/Object/Post.php:441 msgid "comment" msgid_plural "comments" msgstr[0] "athugasemd" msgstr[1] "athugasemdir" -#: include/text.php:1809 +#: include/text.php:1783 msgid "post" -msgstr "" +msgstr "senda" -#: include/text.php:1977 +#: include/text.php:1940 msgid "Item filed" -msgstr "" +msgstr "Atriði skráð" -#: include/user.php:39 mod/settings.php:373 -msgid "Passwords do not match. Password unchanged." -msgstr "Aðgangsorð ber ekki saman. Aðgangsorð óbreytt." +#: mod/allfriends.php:51 +msgid "No friends to display." +msgstr "Engir vinir til að birta." -#: include/user.php:48 -msgid "An invitation is required." -msgstr "Boðskort er skilyrði." +#: mod/allfriends.php:90 mod/suggest.php:101 mod/match.php:105 +#: mod/dirfind.php:215 src/Content/Widget.php:37 src/Model/Profile.php:297 +msgid "Connect" +msgstr "Tengjast" -#: include/user.php:53 -msgid "Invitation could not be verified." -msgstr "Ekki hægt að sannreyna boðskort." +#: mod/api.php:85 mod/api.php:107 +msgid "Authorize application connection" +msgstr "Leyfa forriti að tengjast" -#: include/user.php:61 -msgid "Invalid OpenID url" -msgstr "OpenID slóð ekki til" +#: mod/api.php:86 +msgid "Return to your app and insert this Securty Code:" +msgstr "Farðu aftur í forritið þitt og settu þennan öryggiskóða þar" -#: include/user.php:82 -msgid "Please enter the required information." -msgstr "Settu inn umbeðnar upplýsingar." +#: mod/api.php:95 +msgid "Please login to continue." +msgstr "Skráðu þig inn til að halda áfram." -#: include/user.php:96 -msgid "Please use a shorter name." -msgstr "Notaðu styttra nafn." - -#: include/user.php:98 -msgid "Name too short." -msgstr "Nafn of stutt." - -#: include/user.php:113 -msgid "That doesn't appear to be your full (First Last) name." -msgstr "Þetta virðist ekki vera fullt nafn (Jón Jónsson)." - -#: include/user.php:118 -msgid "Your email domain is not among those allowed on this site." -msgstr "Póstþjónninn er ekki í lista yfir leyfða póstþjóna á þessum vef." - -#: include/user.php:121 -msgid "Not a valid email address." -msgstr "Ekki gildt póstfang." - -#: include/user.php:134 -msgid "Cannot use that email." -msgstr "Ekki hægt að nota þetta póstfang." - -#: include/user.php:140 -msgid "Your \"nickname\" can only contain \"a-z\", \"0-9\" and \"_\"." -msgstr "Gælunafnið má bara innihalda \"a-z\", \"0-9, \"-\", \"_\"." - -#: include/user.php:147 include/user.php:245 -msgid "Nickname is already registered. Please choose another." -msgstr "Gælunafn þegar skráð. Veldu annað." - -#: include/user.php:157 +#: mod/api.php:109 msgid "" -"Nickname was once registered here and may not be re-used. Please choose " -"another." -msgstr "Gælunafn hefur áður skráð hér og er ekki hægt að endurnýta. Veldu eitthvað annað." +"Do you want to authorize this application to access your posts and contacts," +" and/or create new posts for you?" +msgstr "Vilt þú leyfa þessu forriti að hafa aðgang að færslum og tengiliðum, og/eða stofna nýjar færslur fyrir þig?" -#: include/user.php:173 -msgid "SERIOUS ERROR: Generation of security keys failed." -msgstr "VERULEGA ALVARLEG VILLA: Stofnun á öryggislyklum tókst ekki." +#: mod/api.php:111 mod/dfrn_request.php:653 mod/follow.php:150 +#: mod/profiles.php:636 mod/profiles.php:640 mod/profiles.php:661 +#: mod/register.php:238 mod/settings.php:1105 mod/settings.php:1111 +#: mod/settings.php:1118 mod/settings.php:1122 mod/settings.php:1126 +#: mod/settings.php:1130 mod/settings.php:1134 mod/settings.php:1138 +#: mod/settings.php:1158 mod/settings.php:1159 mod/settings.php:1160 +#: mod/settings.php:1161 mod/settings.php:1162 +msgid "No" +msgstr "Nei" -#: include/user.php:231 -msgid "An error occurred during registration. Please try again." -msgstr "Villa kom upp við nýskráningu. Reyndu aftur." +#: mod/apps.php:14 index.php:245 +msgid "You must be logged in to use addons. " +msgstr "Þú verður að vera skráður inn til að geta notað viðbætur. " -#: include/user.php:256 view/theme/duepuntozero/config.php:44 -msgid "default" -msgstr "sjálfgefið" +#: mod/apps.php:19 +msgid "Applications" +msgstr "Forrit" -#: include/user.php:266 -msgid "An error occurred creating your default profile. Please try again." -msgstr "Villa kom upp við að stofna sjálfgefna forsíðu. Vinnsamlegast reyndu aftur." +#: mod/apps.php:22 +msgid "No installed applications." +msgstr "Engin uppsett forrit" -#: include/user.php:326 include/user.php:333 include/user.php:340 -#: mod/profile_photo.php:74 mod/profile_photo.php:81 mod/profile_photo.php:88 -#: mod/profile_photo.php:210 mod/profile_photo.php:302 -#: mod/profile_photo.php:311 mod/photos.php:66 mod/photos.php:180 -#: mod/photos.php:751 mod/photos.php:1211 mod/photos.php:1232 -#: mod/photos.php:1819 -msgid "Profile Photos" -msgstr "Forsíðumyndir" +#: mod/attach.php:15 +msgid "Item not available." +msgstr "Atriði ekki í boði." -#: include/user.php:414 -#, php-format +#: mod/attach.php:25 +msgid "Item was not found." +msgstr "Atriði fannst ekki" + +#: mod/common.php:91 +msgid "No contacts in common." +msgstr "Engir sameiginlegir tengiliðir." + +#: mod/common.php:140 mod/contacts.php:886 +msgid "Common Friends" +msgstr "Sameiginlegir vinir" + +#: mod/credits.php:18 +msgid "Credits" +msgstr "Þakkir" + +#: mod/credits.php:19 msgid "" -"\n" -"\t\tDear %1$s,\n" -"\t\t\tThank you for registering at %2$s. Your account is pending for approval by the administrator.\n" -"\t" +"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 "" -#: include/user.php:424 -#, php-format -msgid "Registration at %s" -msgstr "" +#: mod/crepair.php:87 +msgid "Contact settings applied." +msgstr "Stillingar tengiliðs uppfærðar." -#: include/user.php:434 -#, php-format +#: mod/crepair.php:89 +msgid "Contact update failed." +msgstr "Uppfærsla tengiliðs mistókst." + +#: mod/crepair.php:110 mod/dfrn_confirm.php:131 mod/fsuggest.php:30 +#: mod/fsuggest.php:96 +msgid "Contact not found." +msgstr "Tengiliður fannst ekki." + +#: mod/crepair.php:114 msgid "" -"\n" -"\t\tDear %1$s,\n" -"\t\t\tThank you for registering at %2$s. Your account has been created.\n" -"\t" -msgstr "" +"WARNING: This is highly advanced and if you enter incorrect" +" information your communications with this contact may stop working." +msgstr "AÐVÖRUN: Þetta er mjög flókið og ef þú setur inn vitlausar upplýsingar þá munu samskipti við þennan tengilið hætta að virka." -#: include/user.php:438 -#, php-format +#: mod/crepair.php:115 msgid "" -"\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." +"Please use your browser 'Back' button now if you are " +"uncertain what to do on this page." +msgstr "Notaðu \"Til baka\" hnappinn núna ef þú ert ekki viss um hvað þú eigir að gera á þessari síðu." + +#: mod/crepair.php:129 mod/crepair.php:131 +msgid "No mirroring" msgstr "" -#: include/user.php:470 mod/admin.php:1213 -#, php-format -msgid "Registration details for %s" -msgstr "Nýskráningar upplýsingar fyrir %s" +#: mod/crepair.php:129 +msgid "Mirror as forwarded posting" +msgstr "" -#: mod/oexchange.php:25 -msgid "Post successful." -msgstr "Melding tókst." +#: mod/crepair.php:129 mod/crepair.php:131 +msgid "Mirror as my own posting" +msgstr "" -#: mod/viewsrc.php:7 -msgid "Access denied." -msgstr "Aðgangi hafnað." +#: mod/crepair.php:144 +msgid "Return to contact editor" +msgstr "Fara til baka í tengiliðasýsl" -#: mod/home.php:35 +#: mod/crepair.php:146 +msgid "Refetch contact data" +msgstr "" + +#: mod/crepair.php:148 mod/invite.php:150 mod/manage.php:184 +#: mod/localtime.php:56 mod/poke.php:199 mod/fsuggest.php:114 +#: mod/message.php:265 mod/message.php:432 mod/photos.php:1080 +#: mod/photos.php:1160 mod/photos.php:1445 mod/photos.php:1491 +#: mod/photos.php:1530 mod/photos.php:1603 mod/install.php:251 +#: mod/install.php:290 mod/events.php:530 mod/profiles.php:672 +#: mod/contacts.php:610 src/Object/Post.php:796 +#: view/theme/duepuntozero/config.php:71 view/theme/frio/config.php:113 +#: view/theme/quattro/config.php:73 view/theme/vier/config.php:119 +msgid "Submit" +msgstr "Senda inn" + +#: mod/crepair.php:149 +msgid "Remote Self" +msgstr "" + +#: mod/crepair.php:152 +msgid "Mirror postings from this contact" +msgstr "" + +#: mod/crepair.php:154 +msgid "" +"Mark this contact as remote_self, this will cause friendica to repost new " +"entries from this contact." +msgstr "" + +#: mod/crepair.php:158 mod/admin.php:490 mod/admin.php:1781 mod/admin.php:1793 +#: mod/admin.php:1806 mod/admin.php:1822 mod/settings.php:677 +#: mod/settings.php:703 +msgid "Name" +msgstr "Nafn" + +#: mod/crepair.php:159 +msgid "Account Nickname" +msgstr "Gælunafn notanda" + +#: mod/crepair.php:160 +msgid "@Tagname - overrides Name/Nickname" +msgstr "@Merkjanafn - yfirskrifar Nafn/Gælunafn" + +#: mod/crepair.php:161 +msgid "Account URL" +msgstr "Heimasíða notanda" + +#: mod/crepair.php:162 +msgid "Friend Request URL" +msgstr "Slóð vinabeiðnar" + +#: mod/crepair.php:163 +msgid "Friend Confirm URL" +msgstr "Slóð vina staðfestingar " + +#: mod/crepair.php:164 +msgid "Notification Endpoint URL" +msgstr "Slóð loka tilkynningar" + +#: mod/crepair.php:165 +msgid "Poll/Feed URL" +msgstr "Slóð á könnun/fréttastraum" + +#: mod/crepair.php:166 +msgid "New photo from this URL" +msgstr "Ný mynd frá slóð" + +#: mod/fbrowser.php:34 src/Content/Nav.php:102 src/Model/Profile.php:904 +#: view/theme/frio/theme.php:261 +msgid "Photos" +msgstr "Myndir" + +#: mod/fbrowser.php:43 mod/fbrowser.php:68 mod/photos.php:194 +#: mod/photos.php:1062 mod/photos.php:1149 mod/photos.php:1166 +#: mod/photos.php:1659 mod/photos.php:1673 src/Model/Photo.php:244 +#: src/Model/Photo.php:253 +msgid "Contact Photos" +msgstr "Myndir tengiliðs" + +#: mod/fbrowser.php:105 mod/fbrowser.php:136 mod/profile_photo.php:250 +msgid "Upload" +msgstr "Senda inn" + +#: mod/fbrowser.php:131 +msgid "Files" +msgstr "Skrár" + +#: mod/fetch.php:16 mod/fetch.php:52 mod/fetch.php:65 mod/help.php:60 +#: mod/p.php:21 mod/p.php:48 mod/p.php:57 index.php:292 +msgid "Not Found" +msgstr "Fannst ekki" + +#: mod/hcard.php:18 +msgid "No profile" +msgstr "Engin forsíða" + +#: mod/help.php:48 +msgid "Help:" +msgstr "Hjálp:" + +#: mod/help.php:54 src/Content/Nav.php:134 view/theme/vier/theme.php:298 +msgid "Help" +msgstr "Hjálp" + +#: mod/help.php:63 index.php:297 +msgid "Page not found." +msgstr "Síða fannst ekki." + +#: mod/home.php:39 #, php-format msgid "Welcome to %s" msgstr "Velkomin í %s" -#: mod/notify.php:60 -msgid "No more system notifications." -msgstr "Ekki fleiri kerfistilkynningar." +#: mod/lockview.php:38 mod/lockview.php:46 +msgid "Remote privacy information not available." +msgstr "Persónuverndar upplýsingar ekki fyrir hendi á fjarlægum vefþjón." -#: mod/notify.php:64 mod/notifications.php:111 +#: mod/lockview.php:55 +msgid "Visible to:" +msgstr "Sýnilegt eftirfarandi:" + +#: mod/maintenance.php:24 +msgid "System down for maintenance" +msgstr "Kerfið er óvirkt vegna viðhalds" + +#: mod/newmember.php:11 +msgid "Welcome to Friendica" +msgstr "Velkomin(n) á Friendica" + +#: mod/newmember.php:12 +msgid "New Member Checklist" +msgstr "Gátlisti nýs notanda" + +#: 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 "Til að komast í gang" + +#: mod/newmember.php:17 +msgid "Friendica Walk-Through" +msgstr "Leiðarvísir Friendica" + +#: mod/newmember.php:17 +msgid "" +"On your Quick Start 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:19 mod/admin.php:1906 mod/admin.php:2175 +#: mod/settings.php:123 src/Content/Nav.php:206 view/theme/frio/theme.php:269 +msgid "Settings" +msgstr "Stillingar" + +#: mod/newmember.php:21 +msgid "Go to Your Settings" +msgstr "Farðu í stillingarnar þínar" + +#: mod/newmember.php:21 +msgid "" +"On your Settings 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 "Yfirfarðu aðrar stillingar, sérstaklega gagnaleyndarstillingar. Óútgefin forsíða er einsog óskráð símanúmer. Sem þýðir að líklega viltu gefa út forsíðuna þína - nema að allir vinir þínir og tilvonandi vinir viti nákvæmlega hvernig á að finna þig." + +#: mod/newmember.php:24 mod/profperm.php:113 mod/contacts.php:671 +#: mod/contacts.php:863 src/Content/Nav.php:101 src/Model/Profile.php:730 +#: src/Model/Profile.php:863 src/Model/Profile.php:896 +#: view/theme/frio/theme.php:260 +msgid "Profile" +msgstr "Forsíða" + +#: mod/newmember.php:26 mod/profile_photo.php:249 mod/profiles.php:691 +msgid "Upload Profile Photo" +msgstr "Hlaða upp forsíðu mynd" + +#: 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 "Að hlaða upp forsíðu mynd ef þú hefur ekki þegar gert það. Rannsóknir sýna að fólk sem hefur alvöru mynd af sér er tíu sinnum líklegra til að eignast vini en fólk sem ekki hefur mynd." + +#: mod/newmember.php:27 +msgid "Edit Your Profile" +msgstr "" + +#: mod/newmember.php:27 +msgid "" +"Edit your default profile to your liking. Review the " +"settings for hiding your list of friends and hiding the profile from unknown" +" visitors." +msgstr "Breyttu sjálfgefnu forsíðunni einsog þú villt. Yfirfarðu stillingu til að fela vinalista á forsíðu og stillingu til að fela forsíðu fyrir ókunnum." + +#: 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 "Bættu við leitarorðum í sjálfgefnu forsíðuna þína sem lýsa áhugamálum þínum. Þá er hægt að fólk með svipuð áhugamál og stinga uppá vinskap." + +#: mod/newmember.php:30 +msgid "Connecting" +msgstr "Tengist" + +#: mod/newmember.php:36 +msgid "Importing Emails" +msgstr "Flyt inn pósta" + +#: 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 "Fylltu út aðgangsupplýsingar póstfangsins þíns á Tengistillingasíðunni ef þú vilt sækja tölvupóst og eiga samskipti við vini eða póstlista úr innhólfi tölvupóstsins þíns" + +#: 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 Add New Contact dialog." +msgstr "Tengiliðasíðan er gáttin þín til að sýsla með vinasambönd og tengjast við vini á öðrum netum. Oftast setur þú vistfang eða slóð þeirra í Bæta við tengilið glugganum." + +#: 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 Connect or Follow link on " +"their profile page. Provide your own Identity Address if requested." +msgstr "Tengiliðalistinn er góð leit til að finna fólk á samfélagsnetinu eða öðrum sambandsnetum. Leitaðu að Tengjast/Connect eða Fylgja/Follow tenglum á forsíðunni þeirra. Mögulega þarftu að gefa upp auðkennisslóðina þína." + +#: 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:401 +msgid "Groups" +msgstr "Hópar" + +#: 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 "Eftir að þú hefur eignast nokkra vini, þá er best að flokka þá niður í hópa á hliðar slánni á Tengiliðasíðunni. Eftir það getur þú haft samskipti við hvern hóp fyrir sig á Samfélagssíðunni." + +#: 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 "Til að fá hjálp" + +#: mod/newmember.php:54 +msgid "Go to the Help Section" +msgstr "" + +#: mod/newmember.php:54 +msgid "" +"Our help pages may be consulted for detail on other program" +" features and resources." +msgstr "Hægt er að styðjast við Hjálp síðuna til að fá leiðbeiningar um aðra eiginleika." + +#: mod/nogroup.php:42 mod/viewcontacts.php:112 mod/contacts.php:619 +#: mod/contacts.php:959 +#, php-format +msgid "Visit %s's profile [%s]" +msgstr "Heimsækja forsíðu %s [%s]" + +#: mod/nogroup.php:43 mod/contacts.php:960 +msgid "Edit contact" +msgstr "Breyta tengilið" + +#: mod/nogroup.php:63 +msgid "Contacts who are not members of a group" +msgstr "" + +#: mod/p.php:14 +msgid "Not Extended" +msgstr "" + +#: mod/repair_ostatus.php:18 +msgid "Resubscribing to OStatus contacts" +msgstr "" + +#: mod/repair_ostatus.php:34 +msgid "Error" +msgstr "Villa" + +#: mod/repair_ostatus.php:48 mod/ostatus_subscribe.php:64 +msgid "Done" +msgstr "Lokið" + +#: mod/repair_ostatus.php:54 mod/ostatus_subscribe.php:88 +msgid "Keep this window open until done." +msgstr "" + +#: mod/suggest.php:36 +msgid "Do you really want to delete this suggestion?" +msgstr "" + +#: mod/suggest.php:73 +msgid "" +"No suggestions available. If this is a new site, please try again in 24 " +"hours." +msgstr "Engar uppástungur tiltækar. Ef þetta er nýr vefur, reyndu þá aftur eftir um 24 klukkustundir." + +#: mod/suggest.php:84 mod/suggest.php:104 +msgid "Ignore/Hide" +msgstr "Hunsa/Fela" + +#: mod/suggest.php:114 src/Content/Widget.php:64 view/theme/vier/theme.php:203 +msgid "Friend Suggestions" +msgstr "Vina uppástungur" + +#: mod/uimport.php:55 mod/register.php:191 +msgid "" +"This site has exceeded the number of allowed daily account registrations. " +"Please try again tomorrow." +msgstr "Þessi vefur hefur náð hámarks fjölda daglegra nýskráninga. Reyndu aftur á morgun." + +#: mod/uimport.php:70 mod/register.php:285 +msgid "Import" +msgstr "Flytja inn" + +#: mod/uimport.php:72 +msgid "Move account" +msgstr "Flytja aðgang" + +#: mod/uimport.php:73 +msgid "You can import an account from another Friendica server." +msgstr "" + +#: mod/uimport.php:74 +msgid "" +"You need to export your account from the old server and upload it here. We " +"will recreate your old account here with all your contacts. We will try also" +" to inform your friends that you moved here." +msgstr "" + +#: mod/uimport.php:75 +msgid "" +"This feature is experimental. We can't import contacts from the OStatus " +"network (GNU Social/Statusnet) or from Diaspora" +msgstr "" + +#: mod/uimport.php:76 +msgid "Account file" +msgstr "" + +#: mod/uimport.php:76 +msgid "" +"To export your account, go to \"Settings->Export your personal data\" and " +"select \"Export account\"" +msgstr "" + +#: mod/update_community.php:27 mod/update_display.php:27 +#: mod/update_notes.php:40 mod/update_profile.php:39 mod/update_network.php:33 +msgid "[Embedded content - reload page to view]" +msgstr "[Innfelt efni - endurhlaða síðu til að sjá]" + +#: mod/dfrn_poll.php:123 mod/dfrn_poll.php:543 +#, php-format +msgid "%1$s welcomes %2$s" +msgstr "" + +#: mod/match.php:48 +msgid "No keywords to match. Please add keywords to your default profile." +msgstr "Engin leitarorð. Bættu við leitarorðum í sjálfgefnu forsíðuna." + +#: mod/match.php:104 +msgid "is interested in:" +msgstr "hefur áhuga á:" + +#: mod/match.php:120 +msgid "Profile Match" +msgstr "Forsíða fannst" + +#: mod/match.php:125 mod/dirfind.php:253 +msgid "No matches" +msgstr "Engar leitarniðurstöður" + +#: mod/notifications.php:37 +msgid "Invalid request identifier." +msgstr "Ógilt auðkenni beiðnar." + +#: mod/notifications.php:46 mod/notifications.php:183 +#: mod/notifications.php:230 +msgid "Discard" +msgstr "Henda" + +#: mod/notifications.php:62 mod/notifications.php:182 +#: mod/notifications.php:266 mod/contacts.php:638 mod/contacts.php:828 +#: mod/contacts.php:1019 +msgid "Ignore" +msgstr "Hunsa" + +#: mod/notifications.php:98 src/Content/Nav.php:189 +msgid "Notifications" +msgstr "Tilkynningar" + +#: mod/notifications.php:107 +msgid "Network Notifications" +msgstr "Tilkynningar á neti" + +#: mod/notifications.php:113 mod/notify.php:81 msgid "System Notifications" msgstr "Kerfistilkynningar" -#: mod/search.php:25 mod/network.php:191 -msgid "Remove term" -msgstr "Fjarlæga gildi" +#: mod/notifications.php:119 +msgid "Personal Notifications" +msgstr "Einkatilkynningar." -#: mod/search.php:93 mod/search.php:99 mod/community.php:22 -#: mod/directory.php:37 mod/display.php:200 mod/photos.php:944 -#: mod/videos.php:194 mod/dfrn_request.php:791 mod/viewcontacts.php:35 +#: mod/notifications.php:125 +msgid "Home Notifications" +msgstr "Tilkynningar frá heimasvæði" + +#: mod/notifications.php:155 +msgid "Show Ignored Requests" +msgstr "Sýna hunsaðar beiðnir" + +#: mod/notifications.php:155 +msgid "Hide Ignored Requests" +msgstr "Fela hunsaðar beiðnir" + +#: mod/notifications.php:167 mod/notifications.php:237 +msgid "Notification type: " +msgstr "Gerð skilaboða: " + +#: mod/notifications.php:170 +#, php-format +msgid "suggested by %s" +msgstr "stungið uppá af %s" + +#: mod/notifications.php:175 mod/notifications.php:254 mod/contacts.php:646 +msgid "Hide this contact from others" +msgstr "Gera þennan notanda ósýnilegan öðrum" + +#: mod/notifications.php:176 mod/notifications.php:255 +msgid "Post a new friend activity" +msgstr "Búa til færslu um nýjan vin" + +#: mod/notifications.php:176 mod/notifications.php:255 +msgid "if applicable" +msgstr "ef við á" + +#: mod/notifications.php:179 mod/notifications.php:264 mod/admin.php:1796 +msgid "Approve" +msgstr "Samþykkja" + +#: mod/notifications.php:198 +msgid "Claims to be known to you: " +msgstr "Þykist þekkja þig:" + +#: mod/notifications.php:199 +msgid "yes" +msgstr "já" + +#: mod/notifications.php:199 +msgid "no" +msgstr "nei" + +#: mod/notifications.php:200 mod/notifications.php:205 +msgid "Shall your connection be bidirectional or not?" +msgstr "" + +#: mod/notifications.php:201 mod/notifications.php:206 +#, php-format +msgid "" +"Accepting %s as a friend allows %s to subscribe to your posts, and you will " +"also receive updates from them in your news feed." +msgstr "" + +#: mod/notifications.php:202 +#, php-format +msgid "" +"Accepting %s as a subscriber allows them to subscribe to your posts, but you" +" will not receive updates from them in your news feed." +msgstr "" + +#: mod/notifications.php:207 +#, php-format +msgid "" +"Accepting %s as a sharer allows them to subscribe to your posts, but you " +"will not receive updates from them in your news feed." +msgstr "" + +#: mod/notifications.php:218 +msgid "Friend" +msgstr "Vin" + +#: mod/notifications.php:219 +msgid "Sharer" +msgstr "Deilir" + +#: mod/notifications.php:219 +msgid "Subscriber" +msgstr "Áskrifandi" + +#: mod/notifications.php:247 mod/events.php:518 mod/directory.php:148 +#: mod/contacts.php:660 src/Model/Profile.php:417 src/Model/Event.php:60 +#: src/Model/Event.php:85 src/Model/Event.php:421 src/Model/Event.php:900 +msgid "Location:" +msgstr "Staðsetning:" + +#: mod/notifications.php:249 mod/directory.php:154 mod/contacts.php:664 +#: src/Model/Profile.php:423 src/Model/Profile.php:806 +msgid "About:" +msgstr "Um:" + +#: mod/notifications.php:251 mod/follow.php:174 mod/contacts.php:666 +#: src/Model/Profile.php:794 +msgid "Tags:" +msgstr "Merki:" + +#: mod/notifications.php:253 mod/directory.php:151 src/Model/Profile.php:420 +#: src/Model/Profile.php:745 +msgid "Gender:" +msgstr "Kyn:" + +#: mod/notifications.php:258 mod/unfollow.php:122 mod/follow.php:166 +#: mod/contacts.php:656 mod/admin.php:490 mod/admin.php:500 +msgid "Profile URL" +msgstr "Slóð á forsíðu" + +#: mod/notifications.php:261 mod/contacts.php:71 src/Model/Profile.php:518 +msgid "Network:" +msgstr "Netkerfi:" + +#: mod/notifications.php:275 +msgid "No introductions." +msgstr "Engar kynningar." + +#: mod/notifications.php:316 +msgid "Show unread" +msgstr "Birta ólesið" + +#: mod/notifications.php:316 +msgid "Show all" +msgstr "Birta allt" + +#: mod/notifications.php:322 +#, php-format +msgid "No more %s notifications." +msgstr "Ekki fleiri %s tilkynningar." + +#: mod/openid.php:29 +msgid "OpenID protocol error. No ID returned." +msgstr "Samskiptavilla í OpenID. Ekkert auðkenni barst." + +#: mod/openid.php:66 +msgid "" +"Account not found and OpenID registration is not permitted on this site." +msgstr "" + +#: mod/openid.php:116 src/Module/Login.php:86 src/Module/Login.php:134 +msgid "Login failed." +msgstr "Innskráning mistókst." + +#: mod/dfrn_confirm.php:74 mod/profiles.php:39 mod/profiles.php:149 +#: mod/profiles.php:196 mod/profiles.php:618 +msgid "Profile not found." +msgstr "Forsíða fannst ekki." + +#: mod/dfrn_confirm.php:132 +msgid "" +"This may occasionally happen if contact was requested by both persons and it" +" has already been approved." +msgstr "" + +#: mod/dfrn_confirm.php:242 +msgid "Response from remote site was not understood." +msgstr "Ekki tókst að skilja svar frá ytri vef." + +#: mod/dfrn_confirm.php:249 mod/dfrn_confirm.php:254 +msgid "Unexpected response from remote site: " +msgstr "Óskiljanlegt svar frá ytri vef:" + +#: mod/dfrn_confirm.php:263 +msgid "Confirmation completed successfully." +msgstr "Staðfesting kláraði eðlilega." + +#: mod/dfrn_confirm.php:275 +msgid "Temporary failure. Please wait and try again." +msgstr "Tímabundin villa. Bíddu aðeins og reyndu svo aftur." + +#: mod/dfrn_confirm.php:278 +msgid "Introduction failed or was revoked." +msgstr "Kynning mistókst eða var afturkölluð." + +#: mod/dfrn_confirm.php:283 +msgid "Remote site reported: " +msgstr "Ytri vefur svaraði:" + +#: mod/dfrn_confirm.php:396 +msgid "Unable to set contact photo." +msgstr "Ekki tókst að setja tengiliðamynd." + +#: mod/dfrn_confirm.php:498 +#, php-format +msgid "No user record found for '%s' " +msgstr "Engin notandafærsla fannst fyrir '%s'" + +#: mod/dfrn_confirm.php:508 +msgid "Our site encryption key is apparently messed up." +msgstr "Dulkóðunnar lykill síðunnar okker er í döðlu." + +#: mod/dfrn_confirm.php:519 +msgid "Empty site URL was provided or URL could not be decrypted by us." +msgstr "Tómt slóð var uppgefin eða ekki okkur tókst ekki að afkóða slóð." + +#: mod/dfrn_confirm.php:535 +msgid "Contact record was not found for you on our site." +msgstr "Tengiliðafærslan þín fannst ekki á þjóninum okkar." + +#: mod/dfrn_confirm.php:549 +#, php-format +msgid "Site public key not available in contact record for URL %s." +msgstr "Opinber lykill er ekki til í tengiliðafærslu fyrir slóð %s." + +#: mod/dfrn_confirm.php:565 +msgid "" +"The ID provided by your system is a duplicate on our system. It should work " +"if you try again." +msgstr "Skilríkið sem þjónninn þinn gaf upp er þegar afritað á okkar þjón. Þetta ætti að virka ef þú bara reynir aftur." + +#: mod/dfrn_confirm.php:576 +msgid "Unable to set your contact credentials on our system." +msgstr "Ekki tókst að setja tengiliða skilríkið þitt upp á þjóninum okkar." + +#: mod/dfrn_confirm.php:631 +msgid "Unable to update your contact profile details on our system" +msgstr "Ekki tókst að uppfæra tengiliða skilríkis upplýsingarnar á okkar þjón" + +#: mod/dfrn_confirm.php:661 mod/dfrn_request.php:568 +#: src/Model/Contact.php:1520 +msgid "[Name Withheld]" +msgstr "[Nafn ekki sýnt]" + +#: mod/dfrn_confirm.php:694 +#, php-format +msgid "%1$s has joined %2$s" +msgstr "%1$s hefur gengið til liðs við %2$s" + +#: mod/invite.php:33 +msgid "Total invitation limit exceeded." +msgstr "" + +#: mod/invite.php:55 +#, php-format +msgid "%s : Not a valid email address." +msgstr "%s : Ekki gilt póstfang" + +#: mod/invite.php:80 +msgid "Please join us on Friendica" +msgstr "Komdu í hópinn á Friendica" + +#: mod/invite.php:91 +msgid "Invitation limit exceeded. Please contact your site administrator." +msgstr "" + +#: mod/invite.php:95 +#, php-format +msgid "%s : Message delivery failed." +msgstr "%s : Skilaboð komust ekki til skila." + +#: mod/invite.php:99 +#, php-format +msgid "%d message sent." +msgid_plural "%d messages sent." +msgstr[0] "%d skilaboð send." +msgstr[1] "%d skilaboð send" + +#: mod/invite.php:117 +msgid "You have no more invitations available" +msgstr "Þú hefur ekki fleiri boðskort." + +#: mod/invite.php:125 +#, php-format +msgid "" +"Visit %s for a list of public sites that you can join. Friendica members on " +"other sites can all connect with each other, as well as with members of many" +" other social networks." +msgstr "" + +#: mod/invite.php:127 +#, php-format +msgid "" +"To accept this invitation, please visit and register at %s or any other " +"public Friendica website." +msgstr "" + +#: mod/invite.php:128 +#, php-format +msgid "" +"Friendica sites all inter-connect to create a huge privacy-enhanced social " +"web that is owned and controlled by its members. They can also connect with " +"many traditional social networks. See %s for a list of alternate Friendica " +"sites you can join." +msgstr "" + +#: mod/invite.php:132 +msgid "" +"Our apologies. This system is not currently configured to connect with other" +" public sites or invite members." +msgstr "" + +#: mod/invite.php:136 +msgid "" +"Friendica sites all inter-connect to create a huge privacy-enhanced social " +"web that is owned and controlled by its members. They can also connect with " +"many traditional social networks." +msgstr "" + +#: mod/invite.php:135 +#, php-format +msgid "To accept this invitation, please visit and register at %s." +msgstr "" + +#: mod/invite.php:142 +msgid "Send invitations" +msgstr "Senda kynningar" + +#: mod/invite.php:143 +msgid "Enter email addresses, one per line:" +msgstr "Póstföng, eitt í hverja línu:" + +#: mod/invite.php:144 mod/wallmessage.php:141 mod/message.php:259 +#: mod/message.php:426 +msgid "Your message:" +msgstr "Skilaboðin:" + +#: mod/invite.php:145 +msgid "" +"You are cordially invited to join me and other close friends on Friendica - " +"and help us to create a better social web." +msgstr "" + +#: mod/invite.php:147 +msgid "You will need to supply this invitation code: $invite_code" +msgstr "Þú þarft að nota eftirfarandi boðskorta auðkenni: $invite_code" + +#: mod/invite.php:147 +msgid "" +"Once you have registered, please connect with me via my profile page at:" +msgstr "Þegar þú hefur nýskráð þig, hafðu samband við mig gegnum síðuna mína á:" + +#: mod/invite.php:149 +msgid "" +"For more information about the Friendica project and why we feel it is " +"important, please visit http://friendi.ca" +msgstr "" + +#: mod/wall_attach.php:24 mod/wall_attach.php:32 mod/wall_attach.php:83 +#: mod/wall_upload.php:38 mod/wall_upload.php:54 mod/wall_upload.php:112 +#: mod/wall_upload.php:155 mod/wall_upload.php:158 +msgid "Invalid request." +msgstr "Ógild fyrirspurn." + +#: mod/wall_attach.php:101 +msgid "Sorry, maybe your upload is bigger than the PHP configuration allows" +msgstr "" + +#: mod/wall_attach.php:101 +msgid "Or - did you try to upload an empty file?" +msgstr "" + +#: mod/wall_attach.php:112 +#, php-format +msgid "File exceeds size limit of %s" +msgstr "" + +#: mod/wall_attach.php:136 mod/wall_attach.php:152 +msgid "File upload failed." +msgstr "Skráar upphlöðun mistókst." + +#: mod/manage.php:180 +msgid "Manage Identities and/or Pages" +msgstr "Sýsla með notendur og/eða síður" + +#: mod/manage.php:181 +msgid "" +"Toggle between different identities or community/group pages which share " +"your account details or which you have been granted \"manage\" permissions" +msgstr "Skipta á milli auðkenna eða hópa- / stjörnunotanda sem deila þínum aðgangs upplýsingum eða þér verið úthlutað \"umsýslu\" réttindum." + +#: mod/manage.php:182 +msgid "Select an identity to manage: " +msgstr "Veldu notanda til að sýsla með:" + +#: mod/dfrn_request.php:94 +msgid "This introduction has already been accepted." +msgstr "Þessi kynning hefur þegar verið samþykkt." + +#: mod/dfrn_request.php:112 mod/dfrn_request.php:359 +msgid "Profile location is not valid or does not contain profile information." +msgstr "Forsíðu slóð er ekki í lagi eða inniheldur ekki forsíðu upplýsingum." + +#: mod/dfrn_request.php:116 mod/dfrn_request.php:363 +msgid "Warning: profile location has no identifiable owner name." +msgstr "Aðvörun: forsíðu staðsetning hefur ekki aðgreinanlegt eigendanafn." + +#: mod/dfrn_request.php:119 mod/dfrn_request.php:366 +msgid "Warning: profile location has no profile photo." +msgstr "Aðvörun: forsíðu slóð hefur ekki forsíðu mynd." + +#: mod/dfrn_request.php:123 mod/dfrn_request.php:370 +#, php-format +msgid "%d required parameter was not found at the given location" +msgid_plural "%d required parameters were not found at the given location" +msgstr[0] "%d skilyrt breyta fannst ekki á uppgefinni staðsetningu" +msgstr[1] "%d skilyrtar breytur fundust ekki á uppgefninni staðsetningu" + +#: mod/dfrn_request.php:162 +msgid "Introduction complete." +msgstr "Kynning tilbúinn." + +#: mod/dfrn_request.php:199 +msgid "Unrecoverable protocol error." +msgstr "Alvarleg samskipta villa." + +#: mod/dfrn_request.php:226 +msgid "Profile unavailable." +msgstr "Ekki hægt að sækja forsíðu" + +#: mod/dfrn_request.php:248 +#, php-format +msgid "%s has received too many connection requests today." +msgstr "%s hefur fengið of margar tengibeiðnir í dag." + +#: mod/dfrn_request.php:249 +msgid "Spam protection measures have been invoked." +msgstr "Kveikt hefur verið á ruslsíu" + +#: mod/dfrn_request.php:250 +msgid "Friends are advised to please try again in 24 hours." +msgstr "Vinir eru beðnir um að reyna aftur eftir 24 klukkustundir." + +#: mod/dfrn_request.php:280 +msgid "Invalid locator" +msgstr "Ógild staðsetning" + +#: mod/dfrn_request.php:316 +msgid "You have already introduced yourself here." +msgstr "Kynning hefur þegar átt sér stað hér." + +#: mod/dfrn_request.php:319 +#, php-format +msgid "Apparently you are already friends with %s." +msgstr "Þú ert þegar vinur %s." + +#: mod/dfrn_request.php:339 +msgid "Invalid profile URL." +msgstr "Ógild forsíðu slóð." + +#: mod/dfrn_request.php:345 src/Model/Contact.php:1223 +msgid "Disallowed profile URL." +msgstr "Óleyfileg forsíðu slóð." + +#: mod/dfrn_request.php:351 mod/friendica.php:128 mod/admin.php:353 +#: mod/admin.php:371 src/Model/Contact.php:1228 +msgid "Blocked domain" +msgstr "Útilokað lén" + +#: mod/dfrn_request.php:419 mod/contacts.php:230 +msgid "Failed to update contact record." +msgstr "Ekki tókst að uppfæra tengiliðs skrá." + +#: mod/dfrn_request.php:439 +msgid "Your introduction has been sent." +msgstr "Kynningin þín hefur verið send." + +#: mod/dfrn_request.php:477 +msgid "" +"Remote subscription can't be done for your network. Please subscribe " +"directly on your system." +msgstr "" + +#: mod/dfrn_request.php:493 +msgid "Please login to confirm introduction." +msgstr "Skráðu þig inn til að staðfesta kynningu." + +#: mod/dfrn_request.php:501 +msgid "" +"Incorrect identity currently logged in. Please login to " +"this profile." +msgstr "Ekki réttur notandi skráður inn. Skráðu þig inn sem þessi notandi." + +#: mod/dfrn_request.php:515 mod/dfrn_request.php:532 +msgid "Confirm" +msgstr "Staðfesta" + +#: mod/dfrn_request.php:527 +msgid "Hide this contact" +msgstr "Fela þennan tengilið" + +#: mod/dfrn_request.php:530 +#, php-format +msgid "Welcome home %s." +msgstr "Velkomin(n) heim %s." + +#: mod/dfrn_request.php:531 +#, php-format +msgid "Please confirm your introduction/connection request to %s." +msgstr "Staðfestu kynninguna/tengibeiðnina við %s." + +#: mod/dfrn_request.php:607 mod/probe.php:13 mod/viewcontacts.php:45 +#: mod/webfinger.php:16 mod/search.php:98 mod/search.php:104 +#: mod/community.php:27 mod/photos.php:932 mod/videos.php:199 +#: mod/display.php:203 mod/directory.php:42 msgid "Public access denied." msgstr "Alemennings aðgangur ekki veittur." -#: mod/search.php:100 +#: mod/dfrn_request.php:642 +msgid "" +"Please enter your 'Identity Address' from one of the following supported " +"communications networks:" +msgstr "Settu inn 'Auðkennisnetfang' þitt úr einhverjum af eftirfarandi samskiptanetum:" + +#: mod/dfrn_request.php:645 +#, php-format +msgid "" +"If you are not yet a member of the free social web, follow " +"this link to find a public Friendica site and join us today." +msgstr "" + +#: mod/dfrn_request.php:650 +msgid "Friend/Connection Request" +msgstr "Vinabeiðni/Tengibeiðni" + +#: mod/dfrn_request.php:651 +msgid "" +"Examples: jojo@demo.friendica.com, http://demo.friendica.com/profile/jojo, " +"testuser@gnusocial.de" +msgstr "" + +#: mod/dfrn_request.php:652 mod/follow.php:149 +msgid "Please answer the following:" +msgstr "Vinnsamlegast svaraðu eftirfarandi:" + +#: mod/dfrn_request.php:653 mod/follow.php:150 +#, php-format +msgid "Does %s know you?" +msgstr "Þekkir %s þig?" + +#: mod/dfrn_request.php:654 mod/follow.php:151 +msgid "Add a personal note:" +msgstr "Bæta við persónulegri athugasemd" + +#: mod/dfrn_request.php:656 src/Content/ContactSelector.php:79 +msgid "Friendica" +msgstr "Friendica" + +#: mod/dfrn_request.php:657 +msgid "GNU Social (Pleroma, Mastodon)" +msgstr "GNU Social (Pleroma, Mastodon)" + +#: mod/dfrn_request.php:658 +msgid "Diaspora (Socialhome, Hubzilla)" +msgstr "Diaspora (Socialhome, Hubzilla)" + +#: mod/dfrn_request.php:659 +#, php-format +msgid "" +" - please do not use this form. Instead, enter %s into your Diaspora search" +" bar." +msgstr "" + +#: mod/dfrn_request.php:660 mod/unfollow.php:113 mod/follow.php:157 +msgid "Your Identity Address:" +msgstr "Auðkennisnetfang þitt:" + +#: mod/dfrn_request.php:662 mod/unfollow.php:65 mod/follow.php:62 +msgid "Submit Request" +msgstr "Senda beiðni" + +#: mod/localtime.php:19 src/Model/Event.php:36 src/Model/Event.php:814 +msgid "l F d, Y \\@ g:i A" +msgstr "l F d, Y \\@ g:i A" + +#: mod/localtime.php:33 +msgid "Time Conversion" +msgstr "Tíma leiðréttir" + +#: mod/localtime.php:35 +msgid "" +"Friendica provides this service for sharing events with other networks and " +"friends in unknown timezones." +msgstr "Friendica veitir þessa þjónustu til að deila atburðum milli neta og vina í óþekktum tímabeltum." + +#: mod/localtime.php:39 +#, php-format +msgid "UTC time: %s" +msgstr "Máltími: %s" + +#: mod/localtime.php:42 +#, php-format +msgid "Current timezone: %s" +msgstr "Núverandi tímabelti: %s" + +#: mod/localtime.php:46 +#, php-format +msgid "Converted localtime: %s" +msgstr "Umbreyttur staðartími: %s" + +#: mod/localtime.php:52 +msgid "Please select your timezone:" +msgstr "Veldu tímabeltið þitt:" + +#: mod/probe.php:14 mod/webfinger.php:17 +msgid "Only logged in users are permitted to perform a probing." +msgstr "" + +#: mod/profperm.php:28 mod/group.php:83 index.php:415 +msgid "Permission denied" +msgstr "Bannaður aðgangur" + +#: mod/profperm.php:34 mod/profperm.php:65 +msgid "Invalid profile identifier." +msgstr "Ógilt tengiliða auðkenni" + +#: mod/profperm.php:111 +msgid "Profile Visibility Editor" +msgstr "Sýsla með sjáanleika forsíðu" + +#: mod/profperm.php:115 mod/group.php:265 +msgid "Click on a contact to add or remove." +msgstr "Ýttu á tengilið til að bæta við hóp eða taka úr hóp." + +#: mod/profperm.php:124 +msgid "Visible To" +msgstr "Sjáanlegur hverjum" + +#: mod/profperm.php:140 +msgid "All Contacts (with secure profile access)" +msgstr "Allir tengiliðir (með öruggann aðgang að forsíðu)" + +#: mod/regmod.php:68 +msgid "Account approved." +msgstr "Notandi samþykktur." + +#: mod/regmod.php:93 +#, php-format +msgid "Registration revoked for %s" +msgstr "Skráning afturköllurð vegna %s" + +#: mod/regmod.php:102 +msgid "Please login." +msgstr "Skráðu yður inn." + +#: mod/removeme.php:55 mod/removeme.php:58 +msgid "Remove My Account" +msgstr "Eyða þessum notanda" + +#: mod/removeme.php:56 +msgid "" +"This will completely remove your account. Once this has been done it is not " +"recoverable." +msgstr "Þetta mun algjörlega eyða notandanum. Þegar þetta hefur verið gert er þetta ekki afturkræft." + +#: mod/removeme.php:57 +msgid "Please enter your password for verification:" +msgstr "Sláðu inn aðgangsorð yðar:" + +#: mod/viewcontacts.php:87 +msgid "No contacts." +msgstr "Enginn tengiliður" + +#: mod/viewsrc.php:12 +msgid "Access denied." +msgstr "Aðgangi hafnað." + +#: mod/wallmessage.php:49 mod/wallmessage.php:112 +#, php-format +msgid "Number of daily wall messages for %s exceeded. Message failed." +msgstr "" + +#: mod/wallmessage.php:57 mod/message.php:73 +msgid "No recipient selected." +msgstr "Engir viðtakendur valdir." + +#: mod/wallmessage.php:60 +msgid "Unable to check your home location." +msgstr "" + +#: mod/wallmessage.php:63 mod/message.php:80 +msgid "Message could not be sent." +msgstr "Ekki tókst að senda skilaboð." + +#: mod/wallmessage.php:66 mod/message.php:83 +msgid "Message collection failure." +msgstr "Ekki tókst að sækja skilaboð." + +#: mod/wallmessage.php:69 mod/message.php:86 +msgid "Message sent." +msgstr "Skilaboð send." + +#: mod/wallmessage.php:86 mod/wallmessage.php:95 +msgid "No recipient." +msgstr "Enginn viðtakandi" + +#: mod/wallmessage.php:132 mod/message.php:250 +msgid "Send Private Message" +msgstr "Senda einkaskilaboð" + +#: mod/wallmessage.php:133 +#, php-format +msgid "" +"If you wish for %s to respond, please check that the privacy settings on " +"your site allow private mail from unknown senders." +msgstr "" + +#: mod/wallmessage.php:134 mod/message.php:251 mod/message.php:421 +msgid "To:" +msgstr "Til:" + +#: mod/wallmessage.php:135 mod/message.php:255 mod/message.php:423 +msgid "Subject:" +msgstr "Efni:" + +#: mod/uexport.php:44 +msgid "Export account" +msgstr "Flytja út notandaaðgang" + +#: mod/uexport.php:44 +msgid "" +"Export your account info and contacts. Use this to make a backup of your " +"account and/or to move it to another server." +msgstr "" + +#: mod/uexport.php:45 +msgid "Export all" +msgstr "Flytja út allt" + +#: mod/uexport.php:45 +msgid "" +"Export your accout info, contacts and all your items as json. Could be a " +"very big file, and could take a lot of time. Use this to make a full backup " +"of your account (photos are not exported)" +msgstr "" + +#: mod/uexport.php:52 mod/settings.php:107 +msgid "Export personal data" +msgstr "Sækja persónuleg gögn" + +#: mod/filer.php:34 +msgid "- select -" +msgstr "- veldu -" + +#: mod/notify.php:77 +msgid "No more system notifications." +msgstr "Ekki fleiri kerfistilkynningar." + +#: mod/ping.php:292 +msgid "{0} wants to be your friend" +msgstr "{0} vill vera vinur þinn" + +#: mod/ping.php:307 +msgid "{0} sent you a message" +msgstr "{0} sendi þér skilboð" + +#: mod/ping.php:322 +msgid "{0} requested registration" +msgstr "{0} óskaði eftir skráningu" + +#: mod/poke.php:192 +msgid "Poke/Prod" +msgstr "" + +#: mod/poke.php:193 +msgid "poke, prod or do other things to somebody" +msgstr "" + +#: mod/poke.php:194 +msgid "Recipient" +msgstr "Viðtakandi" + +#: mod/poke.php:195 +msgid "Choose what you wish to do to recipient" +msgstr "" + +#: mod/poke.php:198 +msgid "Make this post private" +msgstr "Gera þennan póst einka" + +#: mod/subthread.php:113 +#, php-format +msgid "%1$s is following %2$s's %3$s" +msgstr "" + +#: mod/tagrm.php:47 +msgid "Tag removed" +msgstr "Merki fjarlægt" + +#: mod/tagrm.php:85 +msgid "Remove Item Tag" +msgstr "Fjarlægja merki " + +#: mod/tagrm.php:87 +msgid "Select a tag to remove: " +msgstr "Veldu merki til að fjarlægja:" + +#: mod/tagrm.php:98 mod/delegate.php:177 +msgid "Remove" +msgstr "Fjarlægja" + +#: mod/wall_upload.php:186 mod/photos.php:763 mod/photos.php:766 +#: mod/photos.php:795 mod/profile_photo.php:153 +#, php-format +msgid "Image exceeds size limit of %s" +msgstr "" + +#: mod/wall_upload.php:200 mod/photos.php:818 mod/profile_photo.php:162 +msgid "Unable to process image." +msgstr "Ekki mögulegt afgreiða mynd" + +#: mod/wall_upload.php:231 mod/item.php:471 src/Object/Image.php:953 +#: src/Object/Image.php:969 src/Object/Image.php:977 src/Object/Image.php:1002 +msgid "Wall Photos" +msgstr "Veggmyndir" + +#: mod/wall_upload.php:239 mod/photos.php:847 mod/profile_photo.php:307 +msgid "Image upload failed." +msgstr "Ekki hægt að hlaða upp mynd." + +#: mod/search.php:37 mod/network.php:194 +msgid "Remove term" +msgstr "Fjarlæga gildi" + +#: mod/search.php:46 mod/network.php:201 src/Content/Feature.php:100 +msgid "Saved Searches" +msgstr "Vistaðar leitir" + +#: mod/search.php:105 msgid "Only logged in users are permitted to perform a search." msgstr "Aðeins innskráðir notendur geta framkvæmt leit." -#: mod/search.php:124 +#: mod/search.php:129 msgid "Too Many Requests" msgstr "Of margar beiðnir" -#: mod/search.php:125 +#: mod/search.php:130 msgid "Only one search per minute is permitted for not logged in users." msgstr "Notendur sem ekki eru innskráðir geta aðeins framkvæmt eina leit á mínútu." -#: mod/search.php:224 mod/community.php:66 mod/community.php:75 +#: mod/search.php:228 mod/community.php:136 msgid "No results." msgstr "Engar leitarniðurstöður." -#: mod/search.php:230 +#: mod/search.php:234 #, php-format msgid "Items tagged with: %s" msgstr "Atriði merkt með: %s" -#: mod/search.php:232 mod/contacts.php:797 mod/network.php:146 +#: mod/search.php:236 mod/contacts.php:819 #, php-format msgid "Results for: %s" msgstr "Niðurstöður fyrir: %s" -#: mod/friendica.php:70 +#: mod/bookmarklet.php:23 src/Content/Nav.php:114 src/Module/Login.php:312 +msgid "Login" +msgstr "Innskráning" + +#: mod/bookmarklet.php:51 +msgid "The post was created" +msgstr "" + +#: mod/community.php:46 +msgid "Community option not available." +msgstr "" + +#: mod/community.php:63 +msgid "Not available." +msgstr "Ekki tiltækt." + +#: mod/community.php:76 +msgid "Local Community" +msgstr "" + +#: mod/community.php:79 +msgid "Posts from local users on this server" +msgstr "" + +#: mod/community.php:87 +msgid "Global Community" +msgstr "" + +#: mod/community.php:90 +msgid "Posts from users of the whole federated network" +msgstr "" + +#: mod/community.php:180 +msgid "" +"This community stream shows all public posts received by this node. They may" +" not reflect the opinions of this node’s users." +msgstr "" + +#: mod/editpost.php:25 mod/editpost.php:35 +msgid "Item not found" +msgstr "Atriði fannst ekki" + +#: mod/editpost.php:42 +msgid "Edit post" +msgstr "Breyta skilaboðum" + +#: mod/editpost.php:134 src/Core/ACL.php:315 +msgid "CC: email addresses" +msgstr "CC: tölvupóstfang" + +#: mod/editpost.php:141 src/Core/ACL.php:316 +msgid "Example: bob@example.com, mary@example.com" +msgstr "Dæmi: bibbi@vefur.is, mgga@vefur.is" + +#: mod/feedtest.php:20 +msgid "You must be logged in to use this module" +msgstr "" + +#: mod/feedtest.php:48 +msgid "Source URL" +msgstr "Upprunaslóð" + +#: mod/fsuggest.php:72 +msgid "Friend suggestion sent." +msgstr "Vina tillaga send" + +#: mod/fsuggest.php:101 +msgid "Suggest Friends" +msgstr "Stinga uppá vinum" + +#: mod/fsuggest.php:103 +#, php-format +msgid "Suggest a friend for %s" +msgstr "Stinga uppá vin fyrir %s" + +#: mod/group.php:36 +msgid "Group created." +msgstr "Hópur stofnaður" + +#: mod/group.php:42 +msgid "Could not create group." +msgstr "Gat ekki stofnað hóp." + +#: mod/group.php:56 mod/group.php:157 +msgid "Group not found." +msgstr "Hópur fannst ekki." + +#: mod/group.php:70 +msgid "Group name changed." +msgstr "Hópur endurskýrður." + +#: mod/group.php:97 +msgid "Save Group" +msgstr "Vista hóp" + +#: mod/group.php:102 +msgid "Create a group of contacts/friends." +msgstr "Stofna hóp af tengiliðum/vinum" + +#: mod/group.php:103 mod/group.php:199 src/Model/Group.php:408 +msgid "Group Name: " +msgstr "Nafn hóps: " + +#: mod/group.php:127 +msgid "Group removed." +msgstr "Hópi eytt." + +#: mod/group.php:129 +msgid "Unable to remove group." +msgstr "Ekki tókst að eyða hóp." + +#: mod/group.php:192 +msgid "Delete Group" +msgstr "Eyða hópi" + +#: mod/group.php:198 +msgid "Group Editor" +msgstr "Hópa sýslari" + +#: mod/group.php:203 +msgid "Edit Group Name" +msgstr "Breyta nafni hóps" + +#: mod/group.php:213 +msgid "Members" +msgstr "Meðlimir" + +#: mod/group.php:215 mod/contacts.php:719 +msgid "All Contacts" +msgstr "Allir tengiliðir" + +#: mod/group.php:216 mod/network.php:639 +msgid "Group is empty" +msgstr "Hópur er tómur" + +#: mod/group.php:229 +msgid "Remove Contact" +msgstr "Fjarlægja tengilið" + +#: mod/group.php:253 +msgid "Add Contact" +msgstr "Bæta við tengilið" + +#: mod/item.php:114 +msgid "Unable to locate original post." +msgstr "Ekki tókst að finna upphaflega færslu." + +#: mod/item.php:274 +msgid "Empty post discarded." +msgstr "Tóm færsla eytt." + +#: mod/item.php:799 +#, php-format +msgid "" +"This message was sent to you by %s, a member of the Friendica social " +"network." +msgstr "Skilaboðið sendi %s, notandi á Friendica samfélagsnetinu." + +#: mod/item.php:801 +#, php-format +msgid "You may visit them online at %s" +msgstr "Þú getur heimsótt þau á netinu á %s" + +#: mod/item.php:802 +msgid "" +"Please contact the sender by replying to this post if you do not wish to " +"receive these messages." +msgstr "Hafðu samband við sendanda með því að svara á þessari færslu ef þú villt ekki fá þessi skilaboð." + +#: mod/item.php:806 +#, php-format +msgid "%s posted an update." +msgstr "%s hefur sent uppfærslu." + +#: mod/message.php:30 src/Content/Nav.php:198 +msgid "New Message" +msgstr "Ný skilaboð" + +#: mod/message.php:77 +msgid "Unable to locate contact information." +msgstr "Ekki tókst að staðsetja tengiliðs upplýsingar." + +#: mod/message.php:112 src/Content/Nav.php:195 view/theme/frio/theme.php:268 +msgid "Messages" +msgstr "Skilaboð" + +#: mod/message.php:136 +msgid "Do you really want to delete this message?" +msgstr "Viltu virkilega eyða þessum skilaboðum?" + +#: mod/message.php:156 +msgid "Message deleted." +msgstr "Skilaboðum eytt." + +#: mod/message.php:185 +msgid "Conversation removed." +msgstr "Samtali eytt." + +#: mod/message.php:291 +msgid "No messages." +msgstr "Engin skilaboð." + +#: mod/message.php:330 +msgid "Message not available." +msgstr "Ekki næst í skilaboð." + +#: mod/message.php:397 +msgid "Delete message" +msgstr "Eyða skilaboðum" + +#: mod/message.php:399 mod/message.php:500 +msgid "D, d M Y - g:i A" +msgstr "D, d. M Y - g:i A" + +#: mod/message.php:414 mod/message.php:497 +msgid "Delete conversation" +msgstr "Eyða samtali" + +#: mod/message.php:416 +msgid "" +"No secure communications available. You may be able to " +"respond from the sender's profile page." +msgstr "" + +#: mod/message.php:420 +msgid "Send Reply" +msgstr "Senda svar" + +#: mod/message.php:471 +#, php-format +msgid "Unknown sender - %s" +msgstr "Óþekktur sendandi - %s" + +#: mod/message.php:473 +#, php-format +msgid "You and %s" +msgstr "Þú og %s" + +#: mod/message.php:475 +#, php-format +msgid "%s and You" +msgstr "%s og þú" + +#: mod/message.php:503 +#, php-format +msgid "%d message" +msgid_plural "%d messages" +msgstr[0] "%d skilaboð" +msgstr[1] "%d skilaboð" + +#: mod/network.php:202 src/Model/Group.php:400 +msgid "add" +msgstr "bæta við" + +#: mod/network.php:547 +#, php-format +msgid "" +"Warning: This group contains %s member from a network that doesn't allow non" +" public messages." +msgid_plural "" +"Warning: This group contains %s members from a network that doesn't allow " +"non public messages." +msgstr[0] "" +msgstr[1] "" + +#: mod/network.php:550 +msgid "Messages in this group won't be send to these receivers." +msgstr "" + +#: mod/network.php:618 +msgid "No such group" +msgstr "Enginn slíkur hópur" + +#: mod/network.php:643 +#, php-format +msgid "Group: %s" +msgstr "Hópur: %s" + +#: mod/network.php:669 +msgid "Private messages to this person are at risk of public disclosure." +msgstr "Einka skilaboð send á þennan notanda eiga á hættu að verða opinber." + +#: mod/network.php:672 +msgid "Invalid contact." +msgstr "Ógildur tengiliður." + +#: mod/network.php:921 +msgid "Commented Order" +msgstr "Athugasemdar röð" + +#: mod/network.php:924 +msgid "Sort by Comment Date" +msgstr "Raða eftir umræðu dagsetningu" + +#: mod/network.php:929 +msgid "Posted Order" +msgstr "Færlsu röð" + +#: mod/network.php:932 +msgid "Sort by Post Date" +msgstr "Raða eftir færslu dagsetningu" + +#: mod/network.php:940 mod/profiles.php:687 +#: src/Core/NotificationsManager.php:185 +msgid "Personal" +msgstr "Einka" + +#: mod/network.php:943 +msgid "Posts that mention or involve you" +msgstr "Færslur sem tengjast þér" + +#: mod/network.php:951 +msgid "New" +msgstr "Nýtt" + +#: mod/network.php:954 +msgid "Activity Stream - by date" +msgstr "Færslu straumur - raðað eftir dagsetningu" + +#: mod/network.php:962 +msgid "Shared Links" +msgstr "Sameignartenglar" + +#: mod/network.php:965 +msgid "Interesting Links" +msgstr "Áhugaverðir tenglar" + +#: mod/network.php:973 +msgid "Starred" +msgstr "Stjörnumerkt" + +#: mod/network.php:976 +msgid "Favourite Posts" +msgstr "Uppáhalds færslur" + +#: mod/notes.php:52 src/Model/Profile.php:946 +msgid "Personal Notes" +msgstr "Persónulegar glósur" + +#: mod/oexchange.php:30 +msgid "Post successful." +msgstr "Melding tókst." + +#: mod/photos.php:108 src/Model/Profile.php:907 +msgid "Photo Albums" +msgstr "Myndabækur" + +#: mod/photos.php:109 mod/photos.php:1713 +msgid "Recent Photos" +msgstr "Nýlegar myndir" + +#: mod/photos.php:112 mod/photos.php:1210 mod/photos.php:1715 +msgid "Upload New Photos" +msgstr "Hlaða upp nýjum myndum" + +#: mod/photos.php:126 mod/settings.php:50 +msgid "everybody" +msgstr "allir" + +#: mod/photos.php:184 +msgid "Contact information unavailable" +msgstr "Tengiliða upplýsingar ekki til" + +#: mod/photos.php:204 +msgid "Album not found." +msgstr "Myndabók finnst ekki." + +#: mod/photos.php:234 mod/photos.php:245 mod/photos.php:1161 +msgid "Delete Album" +msgstr "Fjarlægja myndabók" + +#: mod/photos.php:243 +msgid "Do you really want to delete this photo album and all its photos?" +msgstr "" + +#: mod/photos.php:310 mod/photos.php:321 mod/photos.php:1446 +msgid "Delete Photo" +msgstr "Fjarlægja mynd" + +#: mod/photos.php:319 +msgid "Do you really want to delete this photo?" +msgstr "" + +#: mod/photos.php:667 +msgid "a photo" +msgstr "mynd" + +#: mod/photos.php:667 +#, php-format +msgid "%1$s was tagged in %2$s by %3$s" +msgstr "" + +#: mod/photos.php:769 +msgid "Image upload didn't complete, please try again" +msgstr "" + +#: mod/photos.php:772 +msgid "Image file is missing" +msgstr "Myndskrá vantar" + +#: mod/photos.php:777 +msgid "" +"Server can't accept new file upload at this time, please contact your " +"administrator" +msgstr "" + +#: mod/photos.php:803 +msgid "Image file is empty." +msgstr "Mynda skrá er tóm." + +#: mod/photos.php:940 +msgid "No photos selected" +msgstr "Engar myndir valdar" + +#: mod/photos.php:1036 mod/videos.php:309 +msgid "Access to this item is restricted." +msgstr "Aðgangur að þessum hlut hefur verið heftur" + +#: mod/photos.php:1090 +msgid "Upload Photos" +msgstr "Hlaða upp myndum" + +#: mod/photos.php:1094 mod/photos.php:1156 +msgid "New album name: " +msgstr "Nýtt nafn myndbókar:" + +#: mod/photos.php:1095 +msgid "or existing album name: " +msgstr "eða fyrra nafn myndbókar:" + +#: mod/photos.php:1096 +msgid "Do not show a status post for this upload" +msgstr "Ekki sýna færslu fyrir þessari upphölun" + +#: mod/photos.php:1098 mod/photos.php:1441 mod/events.php:533 +#: src/Core/ACL.php:318 +msgid "Permissions" +msgstr "Aðgangsheimildir" + +#: mod/photos.php:1106 mod/photos.php:1449 mod/settings.php:1229 +msgid "Show to Groups" +msgstr "Birta hópum" + +#: mod/photos.php:1107 mod/photos.php:1450 mod/settings.php:1230 +msgid "Show to Contacts" +msgstr "Birta tengiliðum" + +#: mod/photos.php:1167 +msgid "Edit Album" +msgstr "Breyta myndbók" + +#: mod/photos.php:1172 +msgid "Show Newest First" +msgstr "Birta nýjast fyrst" + +#: mod/photos.php:1174 +msgid "Show Oldest First" +msgstr "Birta elsta fyrst" + +#: mod/photos.php:1195 mod/photos.php:1698 +msgid "View Photo" +msgstr "Skoða mynd" + +#: mod/photos.php:1236 +msgid "Permission denied. Access to this item may be restricted." +msgstr "Aðgangi hafnað. Aðgangur að þessum hlut kann að vera skertur." + +#: mod/photos.php:1238 +msgid "Photo not available" +msgstr "Mynd ekki til" + +#: mod/photos.php:1301 +msgid "View photo" +msgstr "Birta mynd" + +#: mod/photos.php:1301 +msgid "Edit photo" +msgstr "Breyta mynd" + +#: mod/photos.php:1302 +msgid "Use as profile photo" +msgstr "Nota sem forsíðu mynd" + +#: mod/photos.php:1308 src/Object/Post.php:149 +msgid "Private Message" +msgstr "Einkaskilaboð" + +#: mod/photos.php:1327 +msgid "View Full Size" +msgstr "Skoða í fullri stærð" + +#: mod/photos.php:1414 +msgid "Tags: " +msgstr "Merki:" + +#: mod/photos.php:1417 +msgid "[Remove any tag]" +msgstr "[Fjarlægja öll merki]" + +#: mod/photos.php:1432 +msgid "New album name" +msgstr "Nýtt nafn myndbókar" + +#: mod/photos.php:1433 +msgid "Caption" +msgstr "Yfirskrift" + +#: mod/photos.php:1434 +msgid "Add a Tag" +msgstr "Bæta við merki" + +#: mod/photos.php:1434 +msgid "" +"Example: @bob, @Barbara_Jensen, @jim@example.com, #California, #camping" +msgstr "Til dæmis: @bob, @Barbara_Jensen, @jim@example.com, #Reykjavík #tjalda" + +#: mod/photos.php:1435 +msgid "Do not rotate" +msgstr "Ekki snúa" + +#: mod/photos.php:1436 +msgid "Rotate CW (right)" +msgstr "Snúa réttsælis (hægri)" + +#: mod/photos.php:1437 +msgid "Rotate CCW (left)" +msgstr "Snúa rangsælis (vinstri)" + +#: mod/photos.php:1471 src/Object/Post.php:296 +msgid "I like this (toggle)" +msgstr "Mér líkar þetta (kveikja/slökkva)" + +#: mod/photos.php:1472 src/Object/Post.php:297 +msgid "I don't like this (toggle)" +msgstr "Mér líkar þetta ekki (kveikja/slökkva)" + +#: mod/photos.php:1488 mod/photos.php:1527 mod/photos.php:1600 +#: mod/contacts.php:953 src/Object/Post.php:793 +msgid "This is you" +msgstr "Þetta ert þú" + +#: mod/photos.php:1490 mod/photos.php:1529 mod/photos.php:1602 +#: src/Object/Post.php:399 src/Object/Post.php:795 +msgid "Comment" +msgstr "Athugasemd" + +#: mod/photos.php:1634 +msgid "Map" +msgstr "Landakort" + +#: mod/photos.php:1704 mod/videos.php:387 +msgid "View Album" +msgstr "Skoða myndabók" + +#: mod/profile.php:37 src/Model/Profile.php:118 +msgid "Requested profile is not available." +msgstr "Umbeðin forsíða ekki til." + +#: mod/profile.php:78 src/Protocol/OStatus.php:1252 +#, php-format +msgid "%s's posts" +msgstr "Færslur frá %s" + +#: mod/profile.php:79 src/Protocol/OStatus.php:1253 +#, php-format +msgid "%s's comments" +msgstr "Athugasemdir frá %s" + +#: mod/profile.php:80 src/Protocol/OStatus.php:1251 +#, php-format +msgid "%s's timeline" +msgstr "Tímalína fyrir %s" + +#: mod/profile.php:173 mod/display.php:313 mod/cal.php:142 +msgid "Access to this profile has been restricted." +msgstr "Aðgangur að þessari forsíðu hefur verið heftur." + +#: mod/profile.php:194 +msgid "Tips for New Members" +msgstr "Ábendingar fyrir nýja notendur" + +#: mod/videos.php:139 +msgid "Do you really want to delete this video?" +msgstr "" + +#: mod/videos.php:144 +msgid "Delete Video" +msgstr "Eyða myndskeiði" + +#: mod/videos.php:207 +msgid "No videos selected" +msgstr "Engin myndskeið valin" + +#: mod/videos.php:396 +msgid "Recent Videos" +msgstr "Nýleg myndskeið" + +#: mod/videos.php:398 +msgid "Upload New Videos" +msgstr "Senda inn ný myndskeið" + +#: mod/delegate.php:37 +msgid "Parent user not found." +msgstr "" + +#: mod/delegate.php:144 +msgid "No parent user" +msgstr "" + +#: mod/delegate.php:159 +msgid "Parent Password:" +msgstr "" + +#: mod/delegate.php:159 +msgid "" +"Please enter the password of the parent account to legitimize your request." +msgstr "" + +#: mod/delegate.php:164 +msgid "Parent User" +msgstr "" + +#: mod/delegate.php:167 +msgid "" +"Parent users have total control about this account, including the account " +"settings. Please double check whom you give this access." +msgstr "" + +#: mod/delegate.php:168 mod/admin.php:307 mod/admin.php:1346 +#: mod/admin.php:1965 mod/admin.php:2218 mod/admin.php:2292 mod/admin.php:2439 +#: mod/settings.php:675 mod/settings.php:784 mod/settings.php:872 +#: mod/settings.php:961 mod/settings.php:1194 +msgid "Save Settings" +msgstr "Vista stillingar" + +#: mod/delegate.php:169 src/Content/Nav.php:204 +msgid "Delegate Page Management" +msgstr "" + +#: mod/delegate.php:170 +msgid "Delegates" +msgstr "" + +#: mod/delegate.php:172 +msgid "" +"Delegates are able to manage all aspects of this account/page except for " +"basic account settings. Please do not delegate your personal account to " +"anybody that you do not trust completely." +msgstr "" + +#: mod/delegate.php:173 +msgid "Existing Page Delegates" +msgstr "" + +#: mod/delegate.php:175 +msgid "Potential Delegates" +msgstr "" + +#: mod/delegate.php:178 +msgid "Add" +msgstr "Bæta við" + +#: mod/delegate.php:179 +msgid "No entries." +msgstr "Engar færslur." + +#: mod/dirfind.php:49 +#, php-format +msgid "People Search - %s" +msgstr "Leita að fólki - %s" + +#: mod/dirfind.php:60 +#, php-format +msgid "Forum Search - %s" +msgstr "Leita á spjallsvæði - %s" + +#: mod/install.php:114 +msgid "Friendica Communications Server - Setup" +msgstr "" + +#: mod/install.php:120 +msgid "Could not connect to database." +msgstr "Gat ekki tengst gagnagrunn." + +#: mod/install.php:124 +msgid "Could not create table." +msgstr "Gat ekki búið til töflu." + +#: mod/install.php:130 +msgid "Your Friendica site database has been installed." +msgstr "Friendica gagnagrunnurinn þinn hefur verið uppsettur." + +#: mod/install.php:135 +msgid "" +"You may need to import the file \"database.sql\" manually using phpmyadmin " +"or mysql." +msgstr "Þú þarft mögulega að keyra inn skránna \"database.sql\" handvirkt með phpmyadmin eða mysql." + +#: mod/install.php:136 mod/install.php:208 mod/install.php:558 +msgid "Please see the file \"INSTALL.txt\"." +msgstr "Lestu skrána \"INSTALL.txt\"." + +#: mod/install.php:148 +msgid "Database already in use." +msgstr "Gagnagrunnur er þegar í notkun." + +#: mod/install.php:205 +msgid "System check" +msgstr "Kerfis prófun" + +#: mod/install.php:209 mod/cal.php:277 mod/events.php:395 +msgid "Next" +msgstr "Næsta" + +#: mod/install.php:210 +msgid "Check again" +msgstr "Prófa aftur" + +#: mod/install.php:230 +msgid "Database connection" +msgstr "Gangagrunns tenging" + +#: mod/install.php:231 +msgid "" +"In order to install Friendica we need to know how to connect to your " +"database." +msgstr "Til að setja upp Friendica þurfum við að vita hvernig á að tengjast gagnagrunninum þínum." + +#: mod/install.php:232 +msgid "" +"Please contact your hosting provider or site administrator if you have " +"questions about these settings." +msgstr "Hafðu samband við hýsingaraðilann þinn eða kerfisstjóra ef þú hefur spurningar varðandi þessar stillingar." + +#: mod/install.php:233 +msgid "" +"The database you specify below should already exist. If it does not, please " +"create it before continuing." +msgstr "Gagnagrunnurinn sem þú bendir á þarf þegar að vera til. Ef ekki þá þarf að stofna hann áður en haldið er áfram." + +#: mod/install.php:237 +msgid "Database Server Name" +msgstr "Vélanafn gagangrunns" + +#: mod/install.php:238 +msgid "Database Login Name" +msgstr "Notendanafn í gagnagrunn" + +#: mod/install.php:239 +msgid "Database Login Password" +msgstr "Aðgangsorð í gagnagrunns" + +#: mod/install.php:239 +msgid "For security reasons the password must not be empty" +msgstr "" + +#: mod/install.php:240 +msgid "Database Name" +msgstr "Nafn gagnagrunns" + +#: mod/install.php:241 mod/install.php:281 +msgid "Site administrator email address" +msgstr "Póstfang kerfisstjóra vefsvæðis" + +#: mod/install.php:241 mod/install.php:281 +msgid "" +"Your account email address must match this in order to use the web admin " +"panel." +msgstr "Póstfang aðgangsins þíns verður að passa við þetta til að hægt sé að nota umsýsluvefviðmótið." + +#: mod/install.php:245 mod/install.php:284 +msgid "Please select a default timezone for your website" +msgstr "Veldu sjálfgefið tímabelti fyrir vefsíðuna" + +#: mod/install.php:271 +msgid "Site settings" +msgstr "Stillingar vefsvæðis" + +#: mod/install.php:285 +msgid "System Language:" +msgstr "Tungumál kerfis:" + +#: mod/install.php:285 +msgid "" +"Set the default language for your Friendica installation interface and to " +"send emails." +msgstr "" + +#: mod/install.php:325 +msgid "Could not find a command line version of PHP in the web server PATH." +msgstr "Gat ekki fundið skipanalínu útgáfu af PHP í vefþjóns PATH." + +#: mod/install.php:326 +msgid "" +"If you don't have a command line version of PHP installed on your server, " +"you will not be able to run the background processing. See 'Setup the worker'" +msgstr "" + +#: mod/install.php:330 +msgid "PHP executable path" +msgstr "PHP keyrslu slóð" + +#: mod/install.php:330 +msgid "" +"Enter full path to php executable. You can leave this blank to continue the " +"installation." +msgstr "" + +#: mod/install.php:335 +msgid "Command line PHP" +msgstr "Skipanalínu PHP" + +#: mod/install.php:344 +msgid "PHP executable is not the php cli binary (could be cgi-fgci version)" +msgstr "" + +#: mod/install.php:345 +msgid "Found PHP version: " +msgstr "Fann PHP útgáfu: " + +#: mod/install.php:347 +msgid "PHP cli binary" +msgstr "" + +#: mod/install.php:358 +msgid "" +"The command line version of PHP on your system does not have " +"\"register_argc_argv\" enabled." +msgstr "Skipanalínu útgáfa af PHP á vefþjóninum hefur ekki kveikt á \"register_argc_argv\"." + +#: mod/install.php:359 +msgid "This is required for message delivery to work." +msgstr "Þetta er skilyrt fyrir því að skilaboð komist til skila." + +#: mod/install.php:361 +msgid "PHP register_argc_argv" +msgstr "" + +#: mod/install.php:384 +msgid "" +"Error: the \"openssl_pkey_new\" function on this system is not able to " +"generate encryption keys" +msgstr "Villa: Stefjan \"openssl_pkey_new\" á vefþjóninum getur ekki stofnað dulkóðunar lykla" + +#: mod/install.php:385 +msgid "" +"If running under Windows, please see " +"\"http://www.php.net/manual/en/openssl.installation.php\"." +msgstr "Ef keyrt er á Window, skoðaðu þá \"http://www.php.net/manual/en/openssl.installation.php\"." + +#: mod/install.php:387 +msgid "Generate encryption keys" +msgstr "Búa til dulkóðunar lykla" + +#: mod/install.php:394 +msgid "libCurl PHP module" +msgstr "libCurl PHP eining" + +#: mod/install.php:395 +msgid "GD graphics PHP module" +msgstr "GD graphics PHP eining" + +#: mod/install.php:396 +msgid "OpenSSL PHP module" +msgstr "OpenSSL PHP eining" + +#: mod/install.php:397 +msgid "PDO or MySQLi PHP module" +msgstr "" + +#: mod/install.php:398 +msgid "mb_string PHP module" +msgstr "mb_string PHP eining" + +#: mod/install.php:399 +msgid "XML PHP module" +msgstr "" + +#: mod/install.php:400 +msgid "iconv PHP module" +msgstr "" + +#: mod/install.php:401 +msgid "POSIX PHP module" +msgstr "" + +#: mod/install.php:405 mod/install.php:407 +msgid "Apache mod_rewrite module" +msgstr "Apache mod_rewrite eining" + +#: mod/install.php:405 +msgid "" +"Error: Apache webserver mod-rewrite module is required but not installed." +msgstr "Villa: Apache vefþjóns eining mod-rewrite er skilyrði og er ekki uppsett. " + +#: mod/install.php:413 +msgid "Error: libCURL PHP module required but not installed." +msgstr "Villa: libCurl PHP eining er skilyrði og er ekki uppsett." + +#: mod/install.php:417 +msgid "" +"Error: GD graphics PHP module with JPEG support required but not installed." +msgstr "Villa: GD graphics PHP eining með JPEG stuðningi er skilyrði og er ekki uppsett." + +#: mod/install.php:421 +msgid "Error: openssl PHP module required but not installed." +msgstr "Villa: openssl PHP eining skilyrði og er ekki uppsett." + +#: mod/install.php:425 +msgid "Error: PDO or MySQLi PHP module required but not installed." +msgstr "" + +#: mod/install.php:429 +msgid "Error: The MySQL driver for PDO is not installed." +msgstr "" + +#: mod/install.php:433 +msgid "Error: mb_string PHP module required but not installed." +msgstr "Villa: mb_string PHP eining skilyrði en ekki uppsett." + +#: mod/install.php:437 +msgid "Error: iconv PHP module required but not installed." +msgstr "" + +#: mod/install.php:441 +msgid "Error: POSIX PHP module required but not installed." +msgstr "" + +#: mod/install.php:451 +msgid "Error, XML PHP module required but not installed." +msgstr "" + +#: mod/install.php:463 +msgid "" +"The web installer needs to be able to create a file called \".htconfig.php\"" +" in the top folder of your web server and it is unable to do so." +msgstr "Vef uppsetningar forrit þarf að geta stofnað skránna \".htconfig.php\" in efsta skráarsafninu á vefþjóninum og það getur ekki gert það." + +#: mod/install.php:464 +msgid "" +"This is most often a permission setting, as the web server may not be able " +"to write files in your folder - even if you can." +msgstr "Þetta er oftast aðgangsstýringa stilling, þar sem vefþjónninn getur ekki skrifað út skrár í skráarsafnið - þó þú getir það." + +#: mod/install.php:465 +msgid "" +"At the end of this procedure, we will give you a text to save in a file " +"named .htconfig.php in your Friendica top folder." +msgstr "" + +#: mod/install.php:466 +msgid "" +"You can alternatively skip this procedure and perform a manual installation." +" Please see the file \"INSTALL.txt\" for instructions." +msgstr "" + +#: mod/install.php:469 +msgid ".htconfig.php is writable" +msgstr ".htconfig.php er skrifanleg" + +#: mod/install.php:479 +msgid "" +"Friendica uses the Smarty3 template engine to render its web views. Smarty3 " +"compiles templates to PHP to speed up rendering." +msgstr "" + +#: mod/install.php:480 +msgid "" +"In order to store these compiled templates, the web server needs to have " +"write access to the directory view/smarty3/ under the Friendica top level " +"folder." +msgstr "" + +#: mod/install.php:481 +msgid "" +"Please ensure that the user that your web server runs as (e.g. www-data) has" +" write access to this folder." +msgstr "" + +#: mod/install.php:482 +msgid "" +"Note: as a security measure, you should give the web server write access to " +"view/smarty3/ only--not the template files (.tpl) that it contains." +msgstr "" + +#: mod/install.php:485 +msgid "view/smarty3 is writable" +msgstr "" + +#: mod/install.php:501 +msgid "" +"Url rewrite in .htaccess is not working. Check your server configuration." +msgstr "" + +#: mod/install.php:503 +msgid "Url rewrite is working" +msgstr "" + +#: mod/install.php:522 +msgid "ImageMagick PHP extension is not installed" +msgstr "" + +#: mod/install.php:524 +msgid "ImageMagick PHP extension is installed" +msgstr "" + +#: mod/install.php:526 +msgid "ImageMagick supports GIF" +msgstr "" + +#: mod/install.php:533 +msgid "" +"The database configuration file \".htconfig.php\" could not be written. " +"Please use the enclosed text to create a configuration file in your web " +"server root." +msgstr "Ekki tókst að skrifa stillingaskrá gagnagrunns \".htconfig.php\". Notað meðfylgjandi texta til að búa til stillingarskrá í rót vefþjónsins." + +#: mod/install.php:556 +msgid "

    What next

    " +msgstr "" + +#: mod/install.php:557 +msgid "" +"IMPORTANT: You will need to [manually] setup a scheduled task for the " +"worker." +msgstr "" + +#: mod/install.php:560 +#, php-format +msgid "" +"Go to your new Friendica node registration page " +"and register as new user. Remember to use the same email you have entered as" +" administrator email. This will allow you to enter the site admin panel." +msgstr "" + +#: mod/ostatus_subscribe.php:21 +msgid "Subscribing to OStatus contacts" +msgstr "" + +#: mod/ostatus_subscribe.php:33 +msgid "No contact provided." +msgstr "Enginn tengiliður uppgefinn." + +#: mod/ostatus_subscribe.php:40 +msgid "Couldn't fetch information for contact." +msgstr "" + +#: mod/ostatus_subscribe.php:50 +msgid "Couldn't fetch friends for contact." +msgstr "" + +#: mod/ostatus_subscribe.php:78 +msgid "success" +msgstr "tókst" + +#: mod/ostatus_subscribe.php:80 +msgid "failed" +msgstr "mistókst" + +#: mod/ostatus_subscribe.php:83 src/Object/Post.php:279 +msgid "ignored" +msgstr "hunsað" + +#: mod/unfollow.php:34 +msgid "Contact wasn't found or can't be unfollowed." +msgstr "" + +#: mod/unfollow.php:47 +msgid "Contact unfollowed" +msgstr "" + +#: mod/unfollow.php:73 +msgid "You aren't a friend of this contact." +msgstr "" + +#: mod/unfollow.php:79 +msgid "Unfollowing is currently not supported by your network." +msgstr "" + +#: mod/unfollow.php:100 mod/contacts.php:599 +msgid "Disconnect/Unfollow" +msgstr "" + +#: mod/unfollow.php:132 mod/follow.php:186 mod/contacts.php:858 +#: src/Model/Profile.php:891 +msgid "Status Messages and Posts" +msgstr "Stöðu skilaboð og færslur" + +#: mod/cal.php:274 mod/events.php:391 src/Content/Nav.php:104 +#: src/Content/Nav.php:169 src/Model/Profile.php:924 src/Model/Profile.php:935 +#: view/theme/frio/theme.php:263 view/theme/frio/theme.php:267 +msgid "Events" +msgstr "Atburðir" + +#: mod/cal.php:275 mod/events.php:392 +msgid "View" +msgstr "Skoða" + +#: mod/cal.php:276 mod/events.php:394 +msgid "Previous" +msgstr "Fyrra" + +#: mod/cal.php:280 mod/events.php:400 src/Model/Event.php:412 +msgid "today" +msgstr "í dag" + +#: mod/cal.php:281 mod/events.php:401 src/Util/Temporal.php:304 +#: src/Model/Event.php:413 +msgid "month" +msgstr "mánuður" + +#: mod/cal.php:282 mod/events.php:402 src/Util/Temporal.php:305 +#: src/Model/Event.php:414 +msgid "week" +msgstr "vika" + +#: mod/cal.php:283 mod/events.php:403 src/Util/Temporal.php:306 +#: src/Model/Event.php:415 +msgid "day" +msgstr "dagur" + +#: mod/cal.php:284 mod/events.php:404 +msgid "list" +msgstr "listi" + +#: mod/cal.php:297 src/Core/Console/NewPassword.php:74 src/Model/User.php:204 +msgid "User not found" +msgstr "Notandi fannst ekki" + +#: 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 "dagatal" + +#: mod/events.php:105 mod/events.php:107 +msgid "Event can not end before it has started." +msgstr "" + +#: mod/events.php:114 mod/events.php:116 +msgid "Event title and start time are required." +msgstr "" + +#: mod/events.php:393 +msgid "Create New Event" +msgstr "Stofna nýjan atburð" + +#: mod/events.php:506 +msgid "Event details" +msgstr "Nánar um atburð" + +#: mod/events.php:507 +msgid "Starting date and Title are required." +msgstr "" + +#: mod/events.php:508 mod/events.php:509 +msgid "Event Starts:" +msgstr "Atburður hefst:" + +#: mod/events.php:508 mod/events.php:520 mod/profiles.php:700 +msgid "Required" +msgstr "Nauðsynlegt" + +#: mod/events.php:510 mod/events.php:526 +msgid "Finish date/time is not known or not relevant" +msgstr "Loka dagsetning/tímasetning ekki vituð eða skiptir ekki máli" + +#: mod/events.php:512 mod/events.php:513 +msgid "Event Finishes:" +msgstr "Atburður klárar:" + +#: mod/events.php:514 mod/events.php:527 +msgid "Adjust for viewer timezone" +msgstr "Heimfæra á tímabelti áhorfanda" + +#: mod/events.php:516 +msgid "Description:" +msgstr "Lýsing:" + +#: mod/events.php:520 mod/events.php:522 +msgid "Title:" +msgstr "Titill:" + +#: mod/events.php:523 mod/events.php:524 +msgid "Share this event" +msgstr "Deila þessum atburði" + +#: mod/events.php:531 src/Model/Profile.php:864 +msgid "Basic" +msgstr "Einfalt" + +#: mod/events.php:532 mod/contacts.php:895 mod/admin.php:1351 +#: src/Model/Profile.php:865 +msgid "Advanced" +msgstr "Flóknari" + +#: mod/events.php:552 +msgid "Failed to remove event" +msgstr "" + +#: mod/events.php:554 +msgid "Event removed" +msgstr "" + +#: mod/profile_photo.php:55 +msgid "Image uploaded but image cropping failed." +msgstr "Tókst að hala upp mynd en afskurður tókst ekki." + +#: mod/profile_photo.php:88 mod/profile_photo.php:96 mod/profile_photo.php:104 +#: mod/profile_photo.php:315 +#, php-format +msgid "Image size reduction [%s] failed." +msgstr "Myndar minnkun [%s] tókst ekki." + +#: mod/profile_photo.php:125 +msgid "" +"Shift-reload the page or clear browser cache if the new photo does not " +"display immediately." +msgstr "Ýta þarf á " + +#: mod/profile_photo.php:134 +msgid "Unable to process image" +msgstr "Ekki tókst að vinna mynd" + +#: mod/profile_photo.php:247 +msgid "Upload File:" +msgstr "Hlaða upp skrá:" + +#: mod/profile_photo.php:248 +msgid "Select a profile:" +msgstr "" + +#: mod/profile_photo.php:253 +msgid "or" +msgstr "eða" + +#: mod/profile_photo.php:253 +msgid "skip this step" +msgstr "sleppa þessu skrefi" + +#: mod/profile_photo.php:253 +msgid "select a photo from your photo albums" +msgstr "velja mynd í myndabókum" + +#: mod/profile_photo.php:266 +msgid "Crop Image" +msgstr "Skera af mynd" + +#: mod/profile_photo.php:267 +msgid "Please adjust the image cropping for optimum viewing." +msgstr "Stilltu afskurð fyrir besta birtingu." + +#: mod/profile_photo.php:269 +msgid "Done Editing" +msgstr "Breyting kláruð" + +#: mod/profile_photo.php:305 +msgid "Image uploaded successfully." +msgstr "Upphölun á mynd tóks." + +#: mod/directory.php:152 src/Model/Profile.php:421 src/Model/Profile.php:769 +msgid "Status:" +msgstr "Staða:" + +#: mod/directory.php:153 src/Model/Profile.php:422 src/Model/Profile.php:786 +msgid "Homepage:" +msgstr "Heimasíða:" + +#: mod/directory.php:202 view/theme/vier/theme.php:201 +msgid "Global Directory" +msgstr "Alheimstengiliðaskrá" + +#: mod/directory.php:204 +msgid "Find on this site" +msgstr "Leita á þessum vef" + +#: mod/directory.php:206 +msgid "Results for:" +msgstr "Niðurstöður fyrir:" + +#: mod/directory.php:208 +msgid "Site Directory" +msgstr "Skrá yfir tengiliði á þessum vef" + +#: mod/directory.php:209 mod/contacts.php:820 src/Content/Widget.php:63 +msgid "Find" +msgstr "Finna" + +#: mod/directory.php:213 +msgid "No entries (some entries may be hidden)." +msgstr "Engar færslur (sumar geta verið faldar)." + +#: mod/babel.php:22 +msgid "Source input" +msgstr "" + +#: mod/babel.php:28 +msgid "BBCode::convert (raw HTML)" +msgstr "" + +#: mod/babel.php:33 +msgid "BBCode::convert" +msgstr "" + +#: mod/babel.php:39 +msgid "BBCode::convert => HTML::toBBCode" +msgstr "" + +#: mod/babel.php:45 +msgid "BBCode::toMarkdown" +msgstr "" + +#: mod/babel.php:51 +msgid "BBCode::toMarkdown => Markdown::convert" +msgstr "" + +#: mod/babel.php:57 +msgid "BBCode::toMarkdown => Markdown::toBBCode" +msgstr "" + +#: mod/babel.php:63 +msgid "BBCode::toMarkdown => Markdown::convert => HTML::toBBCode" +msgstr "" + +#: mod/babel.php:70 +msgid "Source input \\x28Diaspora format\\x29" +msgstr "" + +#: mod/babel.php:76 +msgid "Markdown::toBBCode" +msgstr "Markdown::toBBCode" + +#: mod/babel.php:83 +msgid "Raw HTML input" +msgstr "Hrátt HTML-ílag" + +#: mod/babel.php:88 +msgid "HTML Input" +msgstr "HTML Input" + +#: mod/babel.php:94 +msgid "HTML::toBBCode" +msgstr "HTML::toBBCode" + +#: mod/babel.php:100 +msgid "HTML::toPlaintext" +msgstr "HTML::toPlaintext" + +#: mod/babel.php:108 +msgid "Source text" +msgstr "Frumtexti" + +#: mod/babel.php:109 +msgid "BBCode" +msgstr "BBCode" + +#: mod/babel.php:110 +msgid "Markdown" +msgstr "Markdown" + +#: mod/babel.php:111 +msgid "HTML" +msgstr "HTML" + +#: mod/follow.php:45 +msgid "The contact could not be added." +msgstr "" + +#: mod/follow.php:73 +msgid "You already added this contact." +msgstr "" + +#: mod/follow.php:83 +msgid "Diaspora support isn't enabled. Contact can't be added." +msgstr "" + +#: mod/follow.php:90 +msgid "OStatus support is disabled. Contact can't be added." +msgstr "" + +#: mod/follow.php:97 +msgid "The network type couldn't be detected. Contact can't be added." +msgstr "" + +#: mod/profiles.php:58 +msgid "Profile deleted." +msgstr "Forsíðu eytt." + +#: mod/profiles.php:74 mod/profiles.php:110 +msgid "Profile-" +msgstr "Forsíða-" + +#: mod/profiles.php:93 mod/profiles.php:132 +msgid "New profile created." +msgstr "Ný forsíða búinn til." + +#: mod/profiles.php:116 +msgid "Profile unavailable to clone." +msgstr "Ekki tókst að klóna forsíðu" + +#: mod/profiles.php:206 +msgid "Profile Name is required." +msgstr "Nafn á forsíðu er skilyrði" + +#: mod/profiles.php:347 +msgid "Marital Status" +msgstr "Hjúskaparstaða" + +#: mod/profiles.php:351 +msgid "Romantic Partner" +msgstr "" + +#: mod/profiles.php:363 +msgid "Work/Employment" +msgstr "Atvinna/Starf" + +#: mod/profiles.php:366 +msgid "Religion" +msgstr "Trúarbrögð" + +#: mod/profiles.php:370 +msgid "Political Views" +msgstr "Stórnmálaskoðanir" + +#: mod/profiles.php:374 +msgid "Gender" +msgstr "Kyn" + +#: mod/profiles.php:378 +msgid "Sexual Preference" +msgstr "Kynhneigð" + +#: mod/profiles.php:382 +msgid "XMPP" +msgstr "XMPP" + +#: mod/profiles.php:386 +msgid "Homepage" +msgstr "Heimasíða" + +#: mod/profiles.php:390 mod/profiles.php:686 +msgid "Interests" +msgstr "Áhugamál" + +#: mod/profiles.php:394 mod/admin.php:490 +msgid "Address" +msgstr "Heimilisfang" + +#: mod/profiles.php:401 mod/profiles.php:682 +msgid "Location" +msgstr "Staðsetning" + +#: mod/profiles.php:486 +msgid "Profile updated." +msgstr "Forsíða uppfærð." + +#: mod/profiles.php:564 +msgid " and " +msgstr "og" + +#: mod/profiles.php:573 +msgid "public profile" +msgstr "Opinber forsíða" + +#: mod/profiles.php:576 +#, php-format +msgid "%1$s changed %2$s to “%3$s”" +msgstr "" + +#: mod/profiles.php:577 +#, php-format +msgid " - Visit %1$s's %2$s" +msgstr " - Heimsæktu %1$s's %2$s" + +#: mod/profiles.php:579 +#, php-format +msgid "%1$s has an updated %2$s, changing %3$s." +msgstr "%1$s hefur uppfært %2$s, með því að breyta %3$s." + +#: mod/profiles.php:633 +msgid "Hide contacts and friends:" +msgstr "Fela tengiliði og vini" + +#: mod/profiles.php:638 +msgid "Hide your contact/friend list from viewers of this profile?" +msgstr "Fela tengiliða-/vinalista á þessari forsíðu?" + +#: mod/profiles.php:658 +msgid "Show more profile fields:" +msgstr "" + +#: mod/profiles.php:670 +msgid "Profile Actions" +msgstr "" + +#: mod/profiles.php:671 +msgid "Edit Profile Details" +msgstr "Breyta forsíðu upplýsingum" + +#: mod/profiles.php:673 +msgid "Change Profile Photo" +msgstr "" + +#: mod/profiles.php:674 +msgid "View this profile" +msgstr "Skoða þessa forsíðu" + +#: mod/profiles.php:675 mod/profiles.php:770 src/Model/Profile.php:393 +msgid "Edit visibility" +msgstr "Sýsla með sýnileika" + +#: mod/profiles.php:676 +msgid "Create a new profile using these settings" +msgstr "Búa til nýja forsíðu með þessum stillingum" + +#: mod/profiles.php:677 +msgid "Clone this profile" +msgstr "Klóna þessa forsíðu" + +#: mod/profiles.php:678 +msgid "Delete this profile" +msgstr "Eyða þessari forsíðu" + +#: mod/profiles.php:680 +msgid "Basic information" +msgstr "" + +#: mod/profiles.php:681 +msgid "Profile picture" +msgstr "Notandamynd" + +#: mod/profiles.php:683 +msgid "Preferences" +msgstr "Kjörstillingar" + +#: mod/profiles.php:684 +msgid "Status information" +msgstr "" + +#: mod/profiles.php:685 +msgid "Additional information" +msgstr "Viðbótarupplýsingar" + +#: mod/profiles.php:688 +msgid "Relation" +msgstr "Vensl" + +#: mod/profiles.php:689 src/Util/Temporal.php:81 src/Util/Temporal.php:83 +msgid "Miscellaneous" +msgstr "Ýmislegt" + +#: mod/profiles.php:692 +msgid "Your Gender:" +msgstr "Kyn:" + +#: mod/profiles.php:693 +msgid " Marital Status:" +msgstr " Hjúskaparstaða:" + +#: mod/profiles.php:694 src/Model/Profile.php:782 +msgid "Sexual Preference:" +msgstr "Kynhneigð:" + +#: mod/profiles.php:695 +msgid "Example: fishing photography software" +msgstr "Til dæmis: fishing photography software" + +#: mod/profiles.php:700 +msgid "Profile Name:" +msgstr "Forsíðu nafn:" + +#: mod/profiles.php:702 +msgid "" +"This is your public profile.
    It may " +"be visible to anybody using the internet." +msgstr "Þetta er opinber forsíða.
    Hún verður sjáanleg öðrum sem nota alnetið." + +#: mod/profiles.php:703 +msgid "Your Full Name:" +msgstr "Fullt nafn:" + +#: mod/profiles.php:704 +msgid "Title/Description:" +msgstr "Starfsheiti/Lýsing:" + +#: mod/profiles.php:707 +msgid "Street Address:" +msgstr "Gata:" + +#: mod/profiles.php:708 +msgid "Locality/City:" +msgstr "Bær/Borg:" + +#: mod/profiles.php:709 +msgid "Region/State:" +msgstr "Svæði/Sýsla" + +#: mod/profiles.php:710 +msgid "Postal/Zip Code:" +msgstr "Póstnúmer:" + +#: mod/profiles.php:711 +msgid "Country:" +msgstr "Land:" + +#: mod/profiles.php:712 src/Util/Temporal.php:149 +msgid "Age: " +msgstr "Aldur: " + +#: mod/profiles.php:715 +msgid "Who: (if applicable)" +msgstr "Hver: (ef við á)" + +#: mod/profiles.php:715 +msgid "Examples: cathy123, Cathy Williams, cathy@example.com" +msgstr "Dæmi: cathy123, Cathy Williams, cathy@example.com" + +#: mod/profiles.php:716 +msgid "Since [date]:" +msgstr "Síðan [date]:" + +#: mod/profiles.php:718 +msgid "Tell us about yourself..." +msgstr "Segðu okkur frá sjálfum þér..." + +#: mod/profiles.php:719 +msgid "XMPP (Jabber) address:" +msgstr "XMPP (Jabber) vistfang:" + +#: mod/profiles.php:719 +msgid "" +"The XMPP address will be propagated to your contacts so that they can follow" +" you." +msgstr "" + +#: mod/profiles.php:720 +msgid "Homepage URL:" +msgstr "Slóð heimasíðu:" + +#: mod/profiles.php:721 src/Model/Profile.php:790 +msgid "Hometown:" +msgstr "Heimabær:" + +#: mod/profiles.php:722 src/Model/Profile.php:798 +msgid "Political Views:" +msgstr "Stórnmálaskoðanir:" + +#: mod/profiles.php:723 +msgid "Religious Views:" +msgstr "Trúarskoðanir" + +#: mod/profiles.php:724 +msgid "Public Keywords:" +msgstr "Opinber leitarorð:" + +#: mod/profiles.php:724 +msgid "(Used for suggesting potential friends, can be seen by others)" +msgstr "(Notað til að stinga uppá mögulegum vinum, aðrir geta séð)" + +#: mod/profiles.php:725 +msgid "Private Keywords:" +msgstr "Einka leitarorð:" + +#: mod/profiles.php:725 +msgid "(Used for searching profiles, never shown to others)" +msgstr "(Notað við leit að öðrum notendum, aldrei sýnt öðrum)" + +#: mod/profiles.php:726 src/Model/Profile.php:814 +msgid "Likes:" +msgstr "Líkar:" + +#: mod/profiles.php:727 src/Model/Profile.php:818 +msgid "Dislikes:" +msgstr "Mislíkar:" + +#: mod/profiles.php:728 +msgid "Musical interests" +msgstr "Tónlistarsmekkur" + +#: mod/profiles.php:729 +msgid "Books, literature" +msgstr "Bækur, bókmenntir" + +#: mod/profiles.php:730 +msgid "Television" +msgstr "Sjónvarp" + +#: mod/profiles.php:731 +msgid "Film/dance/culture/entertainment" +msgstr "Kvikmyndir/dans/menning/afþreying" + +#: mod/profiles.php:732 +msgid "Hobbies/Interests" +msgstr "Áhugamál" + +#: mod/profiles.php:733 +msgid "Love/romance" +msgstr "Ást/rómantík" + +#: mod/profiles.php:734 +msgid "Work/employment" +msgstr "Atvinna:" + +#: mod/profiles.php:735 +msgid "School/education" +msgstr "Skóli/menntun" + +#: mod/profiles.php:736 +msgid "Contact information and Social Networks" +msgstr "Tengiliðaupplýsingar og samfélagsnet" + +#: mod/profiles.php:767 src/Model/Profile.php:389 +msgid "Profile Image" +msgstr "Forsíðumynd" + +#: mod/profiles.php:769 src/Model/Profile.php:392 +msgid "visible to everybody" +msgstr "sýnilegt öllum" + +#: mod/profiles.php:776 +msgid "Edit/Manage Profiles" +msgstr "Sýsla með forsíður" + +#: mod/profiles.php:777 src/Model/Profile.php:379 src/Model/Profile.php:401 +msgid "Change profile photo" +msgstr "Breyta forsíðumynd" + +#: mod/profiles.php:778 src/Model/Profile.php:380 +msgid "Create New Profile" +msgstr "Stofna nýja forsíðu" + +#: mod/contacts.php:157 +#, php-format +msgid "%d contact edited." +msgid_plural "%d contacts edited." +msgstr[0] "" +msgstr[1] "" + +#: mod/contacts.php:184 mod/contacts.php:400 +msgid "Could not access contact record." +msgstr "Tókst ekki að ná í uppl. um tengilið" + +#: mod/contacts.php:194 +msgid "Could not locate selected profile." +msgstr "Tókst ekki að staðsetja valinn forsíðu" + +#: mod/contacts.php:228 +msgid "Contact updated." +msgstr "Tengiliður uppfærður" + +#: mod/contacts.php:421 +msgid "Contact has been blocked" +msgstr "Lokað á tengilið" + +#: mod/contacts.php:421 +msgid "Contact has been unblocked" +msgstr "Opnað á tengilið" + +#: mod/contacts.php:432 +msgid "Contact has been ignored" +msgstr "Tengiliður hunsaður" + +#: mod/contacts.php:432 +msgid "Contact has been unignored" +msgstr "Tengiliður afhunsaður" + +#: mod/contacts.php:443 +msgid "Contact has been archived" +msgstr "Tengiliður settur í geymslu" + +#: mod/contacts.php:443 +msgid "Contact has been unarchived" +msgstr "Tengiliður tekinn úr geymslu" + +#: mod/contacts.php:467 +msgid "Drop contact" +msgstr "Henda tengilið" + +#: mod/contacts.php:470 mod/contacts.php:823 +msgid "Do you really want to delete this contact?" +msgstr "Viltu í alvörunni eyða þessum tengilið?" + +#: mod/contacts.php:488 +msgid "Contact has been removed." +msgstr "Tengiliður fjarlægður" + +#: mod/contacts.php:519 +#, php-format +msgid "You are mutual friends with %s" +msgstr "Þú ert gagnkvæmur vinur %s" + +#: mod/contacts.php:523 +#, php-format +msgid "You are sharing with %s" +msgstr "Þú ert að deila með %s" + +#: mod/contacts.php:527 +#, php-format +msgid "%s is sharing with you" +msgstr "%s er að deila með þér" + +#: mod/contacts.php:547 +msgid "Private communications are not available for this contact." +msgstr "Einkasamtal ekki í boði fyrir þennan" + +#: mod/contacts.php:549 +msgid "Never" +msgstr "Aldrei" + +#: mod/contacts.php:552 +msgid "(Update was successful)" +msgstr "(uppfærsla tókst)" + +#: mod/contacts.php:552 +msgid "(Update was not successful)" +msgstr "(uppfærsla tókst ekki)" + +#: mod/contacts.php:554 mod/contacts.php:992 +msgid "Suggest friends" +msgstr "Stinga uppá vinum" + +#: mod/contacts.php:558 +#, php-format +msgid "Network type: %s" +msgstr "Net tegund: %s" + +#: mod/contacts.php:563 +msgid "Communications lost with this contact!" +msgstr "" + +#: mod/contacts.php:569 +msgid "Fetch further information for feeds" +msgstr "Ná í ítarlegri upplýsingar um fréttaveitur" + +#: mod/contacts.php:571 +msgid "" +"Fetch information like preview pictures, title and teaser from the feed " +"item. You can activate this if the feed doesn't contain much text. Keywords " +"are taken from the meta header in the feed item and are posted as hash tags." +msgstr "" + +#: mod/contacts.php:572 mod/admin.php:1272 mod/admin.php:1435 +#: mod/admin.php:1445 +msgid "Disabled" +msgstr "Óvirkt" + +#: mod/contacts.php:573 +msgid "Fetch information" +msgstr "Ná í upplýsingar" + +#: mod/contacts.php:574 +msgid "Fetch keywords" +msgstr "Ná í stikkorð" + +#: mod/contacts.php:575 +msgid "Fetch information and keywords" +msgstr "Ná í upplýsingar og stikkorð" + +#: mod/contacts.php:608 +msgid "Contact" +msgstr "Tengiliður" + +#: mod/contacts.php:611 +msgid "Profile Visibility" +msgstr "Forsíðu sjáanleiki" + +#: mod/contacts.php:612 +#, php-format +msgid "" +"Please choose the profile you would like to display to %s when viewing your " +"profile securely." +msgstr "Veldu forsíðu sem á að birtast %s þegar hann skoðaður með öruggum hætti" + +#: mod/contacts.php:613 +msgid "Contact Information / Notes" +msgstr "Uppl. um tengilið / minnisatriði" + +#: mod/contacts.php:614 +msgid "Their personal note" +msgstr "" + +#: mod/contacts.php:616 +msgid "Edit contact notes" +msgstr "Breyta minnispunktum tengiliðs " + +#: mod/contacts.php:620 +msgid "Block/Unblock contact" +msgstr "útiloka/opna á tengilið" + +#: mod/contacts.php:621 +msgid "Ignore contact" +msgstr "Hunsa tengilið" + +#: mod/contacts.php:622 +msgid "Repair URL settings" +msgstr "Gera við stillingar á slóðum" + +#: mod/contacts.php:623 +msgid "View conversations" +msgstr "Skoða samtöl" + +#: mod/contacts.php:628 +msgid "Last update:" +msgstr "Síðasta uppfærsla:" + +#: mod/contacts.php:630 +msgid "Update public posts" +msgstr "Uppfæra opinberar færslur" + +#: mod/contacts.php:632 mod/contacts.php:1002 +msgid "Update now" +msgstr "Uppfæra núna" + +#: mod/contacts.php:637 mod/contacts.php:827 mod/contacts.php:1011 +#: mod/admin.php:485 mod/admin.php:1800 +msgid "Unblock" +msgstr "Afbanna" + +#: mod/contacts.php:637 mod/contacts.php:827 mod/contacts.php:1011 +#: mod/admin.php:484 mod/admin.php:1799 +msgid "Block" +msgstr "Útiloka" + +#: mod/contacts.php:638 mod/contacts.php:828 mod/contacts.php:1019 +msgid "Unignore" +msgstr "Byrja að fylgjast með á ný" + +#: mod/contacts.php:642 +msgid "Currently blocked" +msgstr "Útilokaður sem stendur" + +#: mod/contacts.php:643 +msgid "Currently ignored" +msgstr "Hunsaður sem stendur" + +#: mod/contacts.php:644 +msgid "Currently archived" +msgstr "Í geymslu" + +#: mod/contacts.php:645 +msgid "Awaiting connection acknowledge" +msgstr "" + +#: mod/contacts.php:646 +msgid "" +"Replies/likes to your public posts may still be visible" +msgstr "Svör eða \"líkar við\" á opinberar færslur þínar geta mögulega verið sýnileg öðrum" + +#: mod/contacts.php:647 +msgid "Notification for new posts" +msgstr "" + +#: mod/contacts.php:647 +msgid "Send a notification of every new post of this contact" +msgstr "" + +#: mod/contacts.php:650 +msgid "Blacklisted keywords" +msgstr "" + +#: mod/contacts.php:650 +msgid "" +"Comma separated list of keywords that should not be converted to hashtags, " +"when \"Fetch information and keywords\" is selected" +msgstr "" + +#: mod/contacts.php:662 src/Model/Profile.php:424 +msgid "XMPP:" +msgstr "XMPP:" + +#: mod/contacts.php:667 +msgid "Actions" +msgstr "Aðgerðir" + +#: mod/contacts.php:669 mod/contacts.php:855 src/Content/Nav.php:100 +#: src/Model/Profile.php:888 view/theme/frio/theme.php:259 +msgid "Status" +msgstr "Staða" + +#: mod/contacts.php:670 +msgid "Contact Settings" +msgstr "Stillingar tengiliðar" + +#: mod/contacts.php:711 +msgid "Suggestions" +msgstr "Uppástungur" + +#: mod/contacts.php:714 +msgid "Suggest potential friends" +msgstr "Stinga uppá mögulegum vinum" + +#: mod/contacts.php:722 +msgid "Show all contacts" +msgstr "Sýna alla tengiliði" + +#: mod/contacts.php:727 +msgid "Unblocked" +msgstr "Afhunsað" + +#: mod/contacts.php:730 +msgid "Only show unblocked contacts" +msgstr "" + +#: mod/contacts.php:735 +msgid "Blocked" +msgstr "Útilokað" + +#: mod/contacts.php:738 +msgid "Only show blocked contacts" +msgstr "" + +#: mod/contacts.php:743 +msgid "Ignored" +msgstr "Hunsa" + +#: mod/contacts.php:746 +msgid "Only show ignored contacts" +msgstr "" + +#: mod/contacts.php:751 +msgid "Archived" +msgstr "Í geymslu" + +#: mod/contacts.php:754 +msgid "Only show archived contacts" +msgstr "Aðeins sýna geymda tengiliði" + +#: mod/contacts.php:759 +msgid "Hidden" +msgstr "Falinn" + +#: mod/contacts.php:762 +msgid "Only show hidden contacts" +msgstr "Aðeins sýna falda tengiliði" + +#: mod/contacts.php:818 +msgid "Search your contacts" +msgstr "Leita í þínum vinum" + +#: mod/contacts.php:826 mod/settings.php:170 mod/settings.php:701 +msgid "Update" +msgstr "Uppfæra" + +#: mod/contacts.php:829 mod/contacts.php:1027 +msgid "Archive" +msgstr "Setja í geymslu" + +#: mod/contacts.php:829 mod/contacts.php:1027 +msgid "Unarchive" +msgstr "Taka úr geymslu" + +#: mod/contacts.php:832 +msgid "Batch Actions" +msgstr "" + +#: mod/contacts.php:866 src/Model/Profile.php:899 +msgid "Profile Details" +msgstr "Forsíðu upplýsingar" + +#: mod/contacts.php:878 +msgid "View all contacts" +msgstr "Skoða alla tengiliði" + +#: mod/contacts.php:889 +msgid "View all common friends" +msgstr "" + +#: mod/contacts.php:898 +msgid "Advanced Contact Settings" +msgstr "" + +#: mod/contacts.php:930 +msgid "Mutual Friendship" +msgstr "Sameiginlegur vinskapur" + +#: mod/contacts.php:934 +msgid "is a fan of yours" +msgstr "er fylgjandi þinn" + +#: mod/contacts.php:938 +msgid "you are a fan of" +msgstr "þú er fylgjandi" + +#: mod/contacts.php:1013 +msgid "Toggle Blocked status" +msgstr "" + +#: mod/contacts.php:1021 +msgid "Toggle Ignored status" +msgstr "" + +#: mod/contacts.php:1029 +msgid "Toggle Archive status" +msgstr "" + +#: mod/contacts.php:1037 +msgid "Delete contact" +msgstr "Eyða tengilið" + +#: mod/_tos.php:48 mod/register.php:288 mod/admin.php:188 mod/admin.php:302 +#: src/Module/Tos.php:48 +msgid "Terms of Service" +msgstr "Þjónustuskilmálar" + +#: mod/_tos.php:51 src/Module/Tos.php:51 +msgid "Privacy Statement" +msgstr "Yfirlýsing um gagnaleynd" + +#: mod/_tos.php:52 src/Module/Tos.php:52 +msgid "" +"At the time of registration, and for providing communications between the " +"user account and their contacts, the user has to provide a display name (pen" +" name), an username (nickname) and a working email address. The names will " +"be accessible on the profile page of the account by any visitor of the page," +" even if other profile details are not displayed. The email address will " +"only be used to send the user notifications about interactions, but wont be " +"visibly displayed. The listing of an account in the node's user directory or" +" the global user directory is optional and can be controlled in the user " +"settings, it is not necessary for communication." +msgstr "" + +#: mod/_tos.php:53 src/Module/Tos.php:53 +#, php-format +msgid "" +"At any point in time a logged in user can export their account data from the" +" account settings. If the user wants " +"to delete their account they can do so at %1$s/removeme. The deletion of the account will " +"be permanent." +msgstr "" + +#: mod/friendica.php:77 msgid "This is Friendica, version" msgstr "Þetta er Friendica útgáfa" -#: mod/friendica.php:71 +#: mod/friendica.php:78 msgid "running at web location" msgstr "Keyrir á slóð" -#: mod/friendica.php:73 +#: mod/friendica.php:82 msgid "" -"Please visit Friendica.com to learn " -"more about the Friendica project." -msgstr "Á Friendica.com er hægt að fræðast nánar um Friendica verkefnið." +"Please visit Friendi.ca to learn more " +"about the Friendica project." +msgstr "" -#: mod/friendica.php:75 +#: mod/friendica.php:86 msgid "Bug reports and issues: please visit" msgstr "Villu tilkynningar og vandamál: endilega skoða" -#: mod/friendica.php:75 +#: mod/friendica.php:86 msgid "the bugtracker at github" msgstr "villuskráningu á GitHub" -#: mod/friendica.php:76 +#: mod/friendica.php:89 msgid "" "Suggestions, praise, donations, etc. - please email \"Info\" at Friendica - " "dot com" msgstr "Uppástungur, lof, framlög og svo framvegis - sendið tölvupóst á \"Info\" hjá Friendica - punktur com" -#: mod/friendica.php:90 -msgid "Installed plugins/addons/apps:" -msgstr "Uppsettar kerfiseiningar/viðbætur/forrit:" - #: mod/friendica.php:103 -msgid "No installed plugins/addons/apps" -msgstr "Engin uppsett kerfiseining/viðbót/forrit" +msgid "Installed addons/apps:" +msgstr "" -#: mod/lostpass.php:19 +#: mod/friendica.php:117 +msgid "No installed addons/apps" +msgstr "" + +#: mod/friendica.php:122 +#, php-format +msgid "Read about the Terms of Service of this node." +msgstr "" + +#: mod/friendica.php:127 +msgid "On this server the following remote servers are blocked." +msgstr "" + +#: mod/friendica.php:128 mod/admin.php:354 mod/admin.php:372 +msgid "Reason for the block" +msgstr "" + +#: mod/lostpass.php:27 msgid "No valid account found." msgstr "Engin gildur aðgangur fannst." -#: mod/lostpass.php:35 +#: mod/lostpass.php:39 msgid "Password reset request issued. Check your email." msgstr "Gefin var beiðni um breytingu á lykilorði. Opnaðu tölvupóstinn þinn." -#: mod/lostpass.php:42 +#: mod/lostpass.php:45 #, php-format msgid "" "\n" @@ -3204,17 +4827,17 @@ msgid "" "\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" +"\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:53 +#: mod/lostpass.php:56 #, php-format msgid "" "\n" -"\t\tFollow this link to verify your identity:\n" +"\t\tFollow this link soon to verify your identity:\n" "\n" "\t\t%1$s\n" "\n" @@ -3227,3580 +4850,1054 @@ msgid "" "\t\tLogin Name:\t%3$s" msgstr "" -#: mod/lostpass.php:72 +#: mod/lostpass.php:73 #, php-format msgid "Password reset requested at %s" msgstr "Beðið var um endurstillingu lykilorðs %s" -#: mod/lostpass.php:92 +#: mod/lostpass.php:89 msgid "" "Request could not be verified. (You may have previously submitted it.) " "Password reset failed." msgstr "Ekki var hægt að sannreyna beiðni. (Það getur verið að þú hafir þegar verið búin/n að senda hana.) Endurstilling á lykilorði tókst ekki." -#: mod/lostpass.php:109 boot.php:1807 -msgid "Password Reset" -msgstr "Endurstilling aðgangsorðs" - -#: mod/lostpass.php:110 -msgid "Your password has been reset as requested." -msgstr "Aðgangsorðið þitt hefur verið endurstilt." - -#: mod/lostpass.php:111 -msgid "Your new password is" -msgstr "Nýja aðgangsorð þitt er " - -#: mod/lostpass.php:112 -msgid "Save or copy your new password - and then" -msgstr "Vistaðu eða afritaðu nýja aðgangsorðið - og" - -#: mod/lostpass.php:113 -msgid "click here to login" -msgstr "smelltu síðan hér til að skrá þig inn" - -#: mod/lostpass.php:114 -msgid "" -"Your password may be changed from the Settings page after " -"successful login." -msgstr "Þú getur breytt aðgangsorðinu þínu á Stillingar síðunni eftir að þú hefur skráð þig inn." - -#: mod/lostpass.php:125 -#, php-format -msgid "" -"\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" +#: mod/lostpass.php:102 +msgid "Request has expired, please make a new one." msgstr "" -#: mod/lostpass.php:131 -#, php-format -msgid "" -"\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" -msgstr "" - -#: mod/lostpass.php:147 -#, php-format -msgid "Your password has been changed at %s" -msgstr "Aðgangsorðinu þínu var breytt í %s" - -#: mod/lostpass.php:159 +#: mod/lostpass.php:117 msgid "Forgot your Password?" msgstr "Gleymdir þú lykilorði þínu?" -#: mod/lostpass.php:160 +#: mod/lostpass.php:118 msgid "" "Enter your email address and submit to have your password reset. Then check " "your email for further instructions." msgstr "Sláðu inn tölvupóstfangið þitt til að endurstilla aðgangsorðið og fá leiðbeiningar sendar með tölvupósti." -#: mod/lostpass.php:161 boot.php:1795 +#: mod/lostpass.php:119 src/Module/Login.php:314 msgid "Nickname or Email: " msgstr "Gælunafn eða póstfang: " -#: mod/lostpass.php:162 +#: mod/lostpass.php:120 msgid "Reset" -msgstr "Endursetja" +msgstr "Endurstilla" -#: mod/hcard.php:10 -msgid "No profile" -msgstr "Engin forsíða" +#: mod/lostpass.php:136 src/Module/Login.php:326 +msgid "Password Reset" +msgstr "Endurstilling aðgangsorðs" -#: mod/help.php:41 -msgid "Help:" -msgstr "Hjálp:" +#: mod/lostpass.php:137 +msgid "Your password has been reset as requested." +msgstr "Aðgangsorðið þitt hefur verið endurstilt." -#: mod/help.php:53 mod/p.php:16 mod/p.php:43 mod/p.php:52 mod/fetch.php:12 -#: mod/fetch.php:39 mod/fetch.php:48 index.php:288 -msgid "Not Found" -msgstr "Fannst ekki" +#: mod/lostpass.php:138 +msgid "Your new password is" +msgstr "Nýja aðgangsorð þitt er " -#: mod/help.php:56 index.php:291 -msgid "Page not found." -msgstr "Síða fannst ekki." +#: mod/lostpass.php:139 +msgid "Save or copy your new password - and then" +msgstr "Vistaðu eða afritaðu nýja aðgangsorðið - og" -#: mod/lockview.php:31 mod/lockview.php:39 -msgid "Remote privacy information not available." -msgstr "Persónuverndar upplýsingar ekki fyrir hendi á fjarlægum vefþjón." +#: mod/lostpass.php:140 +msgid "click here to login" +msgstr "smelltu síðan hér til að skrá þig inn" -#: mod/lockview.php:48 -msgid "Visible to:" -msgstr "Sýnilegt eftirfarandi:" - -#: mod/openid.php:24 -msgid "OpenID protocol error. No ID returned." -msgstr "Samskiptavilla í OpenID. Ekkert auðkenni barst." - -#: mod/openid.php:60 +#: mod/lostpass.php:141 msgid "" -"Account not found and OpenID registration is not permitted on this site." -msgstr "" +"Your password may be changed from the Settings page after " +"successful login." +msgstr "Þú getur breytt aðgangsorðinu þínu á Stillingar síðunni eftir að þú hefur skráð þig inn." -#: mod/uimport.php:50 mod/register.php:198 -msgid "" -"This site has exceeded the number of allowed daily account registrations. " -"Please try again tomorrow." -msgstr "Þessi vefur hefur náð hámarks fjölda daglegra nýskráninga. Reyndu aftur á morgun." - -#: mod/uimport.php:64 mod/register.php:295 -msgid "Import" -msgstr "Flytja inn" - -#: mod/uimport.php:66 -msgid "Move account" -msgstr "Flytja aðgang" - -#: mod/uimport.php:67 -msgid "You can import an account from another Friendica server." -msgstr "" - -#: mod/uimport.php:68 -msgid "" -"You need to export your account from the old server and upload it here. We " -"will recreate your old account here with all your contacts. We will try also" -" to inform your friends that you moved here." -msgstr "" - -#: mod/uimport.php:69 -msgid "" -"This feature is experimental. We can't import contacts from the OStatus " -"network (GNU Social/Statusnet) or from Diaspora" -msgstr "" - -#: mod/uimport.php:70 -msgid "Account file" -msgstr "" - -#: mod/uimport.php:70 -msgid "" -"To export your account, go to \"Settings->Export your personal data\" and " -"select \"Export account\"" -msgstr "" - -#: mod/nogroup.php:41 mod/contacts.php:586 mod/contacts.php:930 -#: mod/viewcontacts.php:97 -#, php-format -msgid "Visit %s's profile [%s]" -msgstr "Heimsækja forsíðu %s [%s]" - -#: mod/nogroup.php:42 mod/contacts.php:931 -msgid "Edit contact" -msgstr "Breyta tengilið" - -#: mod/nogroup.php:63 -msgid "Contacts who are not members of a group" -msgstr "" - -#: mod/uexport.php:29 -msgid "Export account" -msgstr "" - -#: mod/uexport.php:29 -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:30 -msgid "Export all" -msgstr "" - -#: mod/uexport.php:30 -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/uexport.php:37 mod/settings.php:95 -msgid "Export personal data" -msgstr "Sækja persónuleg gögn" - -#: mod/invite.php:27 -msgid "Total invitation limit exceeded." -msgstr "" - -#: mod/invite.php:49 -#, php-format -msgid "%s : Not a valid email address." -msgstr "%s : Ekki gilt póstfang" - -#: mod/invite.php:73 -msgid "Please join us on Friendica" -msgstr "" - -#: mod/invite.php:84 -msgid "Invitation limit exceeded. Please contact your site administrator." -msgstr "" - -#: mod/invite.php:89 -#, php-format -msgid "%s : Message delivery failed." -msgstr "%s : Skilaboð komust ekki til skila." - -#: mod/invite.php:93 -#, php-format -msgid "%d message sent." -msgid_plural "%d messages sent." -msgstr[0] "%d skilaboð send." -msgstr[1] "%d skilaboð send" - -#: mod/invite.php:112 -msgid "You have no more invitations available" -msgstr "Þú hefur ekki fleiri boðskort." - -#: mod/invite.php:120 +#: mod/lostpass.php:149 #, 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." +"\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/invite.php:122 +#: mod/lostpass.php:155 #, php-format msgid "" -"To accept this invitation, please visit and register at %s or any other " -"public Friendica website." +"\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/invite.php:123 +#: mod/lostpass.php:169 #, 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 "" +msgid "Your password has been changed at %s" +msgstr "Aðgangsorðinu þínu var breytt í %s" -#: mod/invite.php:126 -msgid "" -"Our apologies. This system is not currently configured to connect with other" -" public sites or invite members." -msgstr "" - -#: mod/invite.php:132 -msgid "Send invitations" -msgstr "Senda kynningar" - -#: mod/invite.php:133 -msgid "Enter email addresses, one per line:" -msgstr "Póstföng, eitt í hverja línu:" - -#: mod/invite.php:134 mod/wallmessage.php:151 mod/message.php:351 -#: mod/message.php:541 -msgid "Your message:" -msgstr "Skilaboðin:" - -#: mod/invite.php:135 -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:137 -msgid "You will need to supply this invitation code: $invite_code" -msgstr "Þú þarft að nota eftirfarandi boðskorta auðkenni: $invite_code" - -#: mod/invite.php:137 -msgid "" -"Once you have registered, please connect with me via my profile page at:" -msgstr "Þegar þú hefur nýskráð þig, hafðu samband við mig gegnum síðuna mína á:" - -#: mod/invite.php:139 -msgid "" -"For more information about the Friendica project and why we feel it is " -"important, please visit http://friendica.com" -msgstr "" - -#: mod/invite.php:140 mod/localtime.php:45 mod/message.php:357 -#: mod/message.php:547 mod/manage.php:143 mod/crepair.php:154 -#: mod/content.php:728 mod/fsuggest.php:107 mod/mood.php:137 mod/poke.php:199 -#: mod/profiles.php:688 mod/events.php:506 mod/photos.php:1104 -#: mod/photos.php:1226 mod/photos.php:1539 mod/photos.php:1590 -#: mod/photos.php:1638 mod/photos.php:1724 mod/contacts.php:577 -#: mod/install.php:272 mod/install.php:312 object/Item.php:720 -#: view/theme/frio/config.php:59 view/theme/quattro/config.php:64 -#: view/theme/vier/config.php:107 view/theme/duepuntozero/config.php:59 -msgid "Submit" -msgstr "Senda inn" - -#: mod/fbrowser.php:133 -msgid "Files" -msgstr "Skrár" - -#: mod/profperm.php:19 mod/group.php:72 index.php:400 -msgid "Permission denied" -msgstr "Bannaður aðgangur" - -#: mod/profperm.php:25 mod/profperm.php:56 -msgid "Invalid profile identifier." -msgstr "Ógilt tengiliða auðkenni" - -#: mod/profperm.php:102 -msgid "Profile Visibility Editor" -msgstr "Sýsla með sjáanleika forsíðu" - -#: mod/profperm.php:106 mod/group.php:223 -msgid "Click on a contact to add or remove." -msgstr "Ýttu á tengilið til að bæta við hóp eða taka úr hóp." - -#: mod/profperm.php:115 -msgid "Visible To" -msgstr "Sjáanlegur hverjum" - -#: mod/profperm.php:131 -msgid "All Contacts (with secure profile access)" -msgstr "Allir tengiliðir (með öruggann aðgang að forsíðu)" - -#: mod/tagrm.php:41 -msgid "Tag removed" -msgstr "Merki fjarlægt" - -#: mod/tagrm.php:79 -msgid "Remove Item Tag" -msgstr "Fjarlægja merki " - -#: mod/tagrm.php:81 -msgid "Select a tag to remove: " -msgstr "Veldu merki til að fjarlægja:" - -#: mod/tagrm.php:93 mod/delegate.php:139 -msgid "Remove" -msgstr "Fjarlægja" - -#: mod/repair_ostatus.php:14 -msgid "Resubscribing to OStatus contacts" -msgstr "" - -#: mod/repair_ostatus.php:30 -msgid "Error" -msgstr "" - -#: mod/repair_ostatus.php:44 mod/ostatus_subscribe.php:51 -msgid "Done" -msgstr "Lokið" - -#: mod/repair_ostatus.php:50 mod/ostatus_subscribe.php:73 -msgid "Keep this window open until done." -msgstr "" - -#: mod/delegate.php:101 -msgid "No potential page delegates located." -msgstr "Engir mögulegir viðtakendur síðunnar fundust." - -#: mod/delegate.php:132 -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:133 -msgid "Existing Page Managers" -msgstr "" - -#: mod/delegate.php:135 -msgid "Existing Page Delegates" -msgstr "" - -#: mod/delegate.php:137 -msgid "Potential Delegates" -msgstr "" - -#: mod/delegate.php:140 -msgid "Add" -msgstr "Bæta við" - -#: mod/delegate.php:141 -msgid "No entries." -msgstr "Engar færslur." - -#: mod/credits.php:16 -msgid "Credits" -msgstr "" - -#: mod/credits.php:17 -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/filer.php:30 -msgid "- select -" -msgstr "- veldu -" - -#: mod/subthread.php:103 -#, php-format -msgid "%1$s is following %2$s's %3$s" -msgstr "" - -#: mod/attach.php:8 -msgid "Item not available." -msgstr "Atriði ekki í boði." - -#: mod/attach.php:20 -msgid "Item was not found." -msgstr "Atriði fannst ekki" - -#: mod/apps.php:7 index.php:244 -msgid "You must be logged in to use addons. " -msgstr "Þú verður að vera skráður inn til að geta notað viðbætur. " - -#: mod/apps.php:11 -msgid "Applications" -msgstr "Forrit" - -#: mod/apps.php:14 -msgid "No installed applications." -msgstr "Engin uppsett forrit" - -#: mod/p.php:9 -msgid "Not Extended" -msgstr "" - -#: mod/newmember.php:6 -msgid "Welcome to Friendica" -msgstr "Velkomin(n) á Friendica" - -#: mod/newmember.php:8 -msgid "New Member Checklist" -msgstr "Nýr notandi verklisti" - -#: mod/newmember.php:12 -msgid "" -"We would like to offer some tips and links to help make your experience " -"enjoyable. Click any item to visit the relevant page. A link to this page " -"will be visible from your home page for two weeks after your initial " -"registration and then will quietly disappear." -msgstr "" - -#: mod/newmember.php:14 -msgid "Getting Started" -msgstr "" - -#: mod/newmember.php:18 -msgid "Friendica Walk-Through" -msgstr "" - -#: mod/newmember.php:18 -msgid "" -"On your Quick Start 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:26 -msgid "Go to Your Settings" -msgstr "" - -#: mod/newmember.php:26 -msgid "" -"On your Settings 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:28 -msgid "" -"Review the other settings, particularly the privacy settings. An unpublished" -" directory listing is like having an unlisted phone number. In general, you " -"should probably publish your listing - unless all of your friends and " -"potential friends know exactly how to find you." -msgstr "Yfirfarðu aðrar stillingar, sérstaklega gagnaleyndarstillingar. Óútgefin forsíða er einsog óskráð símanúmer. Sem þýðir að líklega viltu gefa út forsíðuna þína - nema að allir vinir þínir og tilvonandi vinir viti nákvæmlega hvernig á að finna þig." - -#: mod/newmember.php:36 mod/profile_photo.php:250 mod/profiles.php:707 -msgid "Upload Profile Photo" -msgstr "Hlaða upp forsíðu mynd" - -#: mod/newmember.php:36 -msgid "" -"Upload a profile photo if you have not done so already. Studies have shown " -"that people with real photos of themselves are ten times more likely to make" -" friends than people who do not." -msgstr "Að hlaða upp forsíðu mynd ef þú hefur ekki þegar gert það. Rannsóknir sýna að fólk sem hefur alvöru mynd af sér er tíu sinnum líklegra til að eignast vini en fólk sem ekki hefur mynd." - -#: mod/newmember.php:38 -msgid "Edit Your Profile" -msgstr "" - -#: mod/newmember.php:38 -msgid "" -"Edit your default profile to your liking. Review the " -"settings for hiding your list of friends and hiding the profile from unknown" -" visitors." -msgstr "Breyttu sjálfgefnu forsíðunni einsog þú villt. Yfirfarðu stillingu til að fela vinalista á forsíðu og stillingu til að fela forsíðu fyrir ókunnum." - -#: mod/newmember.php:40 -msgid "Profile Keywords" -msgstr "" - -#: mod/newmember.php:40 -msgid "" -"Set some public keywords for your default profile which describe your " -"interests. We may be able to find other people with similar interests and " -"suggest friendships." -msgstr "Bættu við leitarorðum í sjálfgefnu forsíðuna þína sem lýsa áhugamálum þínum. Þá er hægt að fólk með svipuð áhugamál og stinga uppá vinskap." - -#: mod/newmember.php:44 -msgid "Connecting" -msgstr "Tengist" - -#: mod/newmember.php:51 -msgid "Importing Emails" -msgstr "" - -#: mod/newmember.php:51 -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 "Fylltu út aðgangsupplýsingar póstfangsins þíns á Tengistillingasíðunni ef þú vilt sækja tölvupóst og eiga samskipti við vini eða póstlista úr innhólfi tölvupóstsins þíns" - -#: mod/newmember.php:53 -msgid "Go to Your Contacts Page" -msgstr "" - -#: mod/newmember.php:53 -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 Add New Contact dialog." -msgstr "Tengiliðasíðan er gáttin þín til að sýsla með vinasambönd og tengjast við vini á öðrum netum. Oftast setur þú vistfang eða slóð þeirra í Bæta við tengilið glugganum." - -#: mod/newmember.php:55 -msgid "Go to Your Site's Directory" -msgstr "" - -#: mod/newmember.php:55 -msgid "" -"The Directory page lets you find other people in this network or other " -"federated sites. Look for a Connect or Follow link on " -"their profile page. Provide your own Identity Address if requested." -msgstr "Tengiliðalistinn er góð leit til að finna fólk á samfélagsnetinu eða öðrum sambandsnetum. Leitaðu að Tengjast/Connect eða Fylgja/Follow tenglum á forsíðunni þeirra. Mögulega þarftu að gefa upp auðkennisslóðina þína." - -#: mod/newmember.php:57 -msgid "Finding New People" -msgstr "" - -#: mod/newmember.php:57 -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:65 -msgid "Group Your Contacts" -msgstr "" - -#: mod/newmember.php:65 -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 "Eftir að þú hefur eignast nokkra vini, þá er best að flokka þá niður í hópa á hliðar slánni á Tengiliðasíðunni. Eftir það getur þú haft samskipti við hvern hóp fyrir sig á Samfélagssíðunni." - -#: mod/newmember.php:68 -msgid "Why Aren't My Posts Public?" -msgstr "" - -#: mod/newmember.php:68 -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:73 -msgid "Getting Help" -msgstr "" - -#: mod/newmember.php:77 -msgid "Go to the Help Section" -msgstr "" - -#: mod/newmember.php:77 -msgid "" -"Our help pages may be consulted for detail on other program" -" features and resources." -msgstr "Hægt er að styðjast við Hjálp síðuna til að fá leiðbeiningar um aðra eiginleika." - -#: mod/removeme.php:46 mod/removeme.php:49 -msgid "Remove My Account" -msgstr "Eyða þessum notanda" - -#: mod/removeme.php:47 -msgid "" -"This will completely remove your account. Once this has been done it is not " -"recoverable." -msgstr "Þetta mun algjörlega eyða notandanum. Þegar þetta hefur verið gert er þetta ekki afturkræft." - -#: mod/removeme.php:48 -msgid "Please enter your password for verification:" -msgstr "Sláðu inn aðgangsorð yðar:" - -#: mod/editpost.php:17 mod/editpost.php:27 -msgid "Item not found" -msgstr "Atriði fannst ekki" - -#: mod/editpost.php:40 -msgid "Edit post" -msgstr "Breyta skilaboðum" - -#: mod/localtime.php:24 -msgid "Time Conversion" -msgstr "Tíma leiðréttir" - -#: mod/localtime.php:26 -msgid "" -"Friendica provides this service for sharing events with other networks and " -"friends in unknown timezones." -msgstr "Friendica veitir þessa þjónustu til að deila atburðum milli neta og vina í óþekktum tímabeltum." - -#: mod/localtime.php:30 -#, php-format -msgid "UTC time: %s" -msgstr "Máltími: %s" - -#: mod/localtime.php:33 -#, php-format -msgid "Current timezone: %s" -msgstr "Núverandi tímabelti: %s" - -#: mod/localtime.php:36 -#, php-format -msgid "Converted localtime: %s" -msgstr "Umbreyttur staðartími: %s" - -#: mod/localtime.php:41 -msgid "Please select your timezone:" -msgstr "Veldu tímabeltið þitt:" - -#: mod/bookmarklet.php:41 -msgid "The post was created" -msgstr "" - -#: mod/group.php:29 -msgid "Group created." -msgstr "Hópur stofnaður" - -#: mod/group.php:35 -msgid "Could not create group." -msgstr "Gat ekki stofnað hóp." - -#: mod/group.php:47 mod/group.php:140 -msgid "Group not found." -msgstr "Hópur fannst ekki." - -#: mod/group.php:60 -msgid "Group name changed." -msgstr "Hópur endurskýrður." - -#: mod/group.php:87 -msgid "Save Group" -msgstr "" - -#: mod/group.php:93 -msgid "Create a group of contacts/friends." -msgstr "Stofna hóp af tengiliðum/vinum" - -#: mod/group.php:113 -msgid "Group removed." -msgstr "Hópi eytt." - -#: mod/group.php:115 -msgid "Unable to remove group." -msgstr "Ekki tókst að eyða hóp." - -#: mod/group.php:177 -msgid "Group Editor" -msgstr "Hópa sýslari" - -#: mod/group.php:190 -msgid "Members" -msgstr "Aðilar" - -#: mod/group.php:192 mod/contacts.php:692 -msgid "All Contacts" -msgstr "Allir tengiliðir" - -#: mod/group.php:193 mod/content.php:130 mod/network.php:496 -msgid "Group is empty" -msgstr "Hópur er tómur" - -#: mod/wallmessage.php:42 mod/wallmessage.php:112 -#, php-format -msgid "Number of daily wall messages for %s exceeded. Message failed." -msgstr "" - -#: mod/wallmessage.php:56 mod/message.php:71 -msgid "No recipient selected." -msgstr "Engir viðtakendur valdir." - -#: mod/wallmessage.php:59 -msgid "Unable to check your home location." -msgstr "" - -#: mod/wallmessage.php:62 mod/message.php:78 -msgid "Message could not be sent." -msgstr "Ekki tókst að senda skilaboð." - -#: mod/wallmessage.php:65 mod/message.php:81 -msgid "Message collection failure." -msgstr "Ekki tókst að sækja skilaboð." - -#: mod/wallmessage.php:68 mod/message.php:84 -msgid "Message sent." -msgstr "Skilaboð send." - -#: mod/wallmessage.php:86 mod/wallmessage.php:95 -msgid "No recipient." -msgstr "" - -#: mod/wallmessage.php:142 mod/message.php:341 -msgid "Send Private Message" -msgstr "Senda einkaskilaboð" - -#: mod/wallmessage.php:143 -#, php-format -msgid "" -"If you wish for %s to respond, please check that the privacy settings on " -"your site allow private mail from unknown senders." -msgstr "" - -#: mod/wallmessage.php:144 mod/message.php:342 mod/message.php:536 -msgid "To:" -msgstr "Til:" - -#: mod/wallmessage.php:145 mod/message.php:347 mod/message.php:538 -msgid "Subject:" -msgstr "Efni:" - -#: mod/share.php:38 -msgid "link" -msgstr "tengill" - -#: mod/api.php:76 mod/api.php:102 -msgid "Authorize application connection" -msgstr "Leyfa forriti að tengjast" - -#: mod/api.php:77 -msgid "Return to your app and insert this Securty Code:" -msgstr "Farðu aftur í forritið þitt og settu þennan öryggiskóða þar" - -#: mod/api.php:89 -msgid "Please login to continue." -msgstr "Skráðu þig inn til að halda áfram." - -#: mod/api.php:104 -msgid "" -"Do you want to authorize this application to access your posts and contacts," -" and/or create new posts for you?" -msgstr "Vilt þú leyfa þessu forriti að hafa aðgang að færslum og tengiliðum, og/eða stofna nýjar færslur fyrir þig?" - -#: mod/api.php:106 mod/profiles.php:648 mod/profiles.php:652 -#: mod/profiles.php:677 mod/register.php:246 mod/settings.php:1163 -#: mod/settings.php:1169 mod/settings.php:1177 mod/settings.php:1181 -#: mod/settings.php:1186 mod/settings.php:1192 mod/settings.php:1198 -#: mod/settings.php:1204 mod/settings.php:1230 mod/settings.php:1231 -#: mod/settings.php:1232 mod/settings.php:1233 mod/settings.php:1234 -#: mod/dfrn_request.php:862 mod/follow.php:110 -msgid "No" -msgstr "Nei" - -#: mod/babel.php:17 -msgid "Source (bbcode) text:" -msgstr "" - -#: mod/babel.php:23 -msgid "Source (Diaspora) text to convert to BBcode:" -msgstr "" - -#: mod/babel.php:31 -msgid "Source input: " -msgstr "" - -#: mod/babel.php:35 -msgid "bb2html (raw HTML): " -msgstr "bb2html (hrátt HTML): " - -#: mod/babel.php:39 -msgid "bb2html: " -msgstr "bb2html: " - -#: mod/babel.php:43 -msgid "bb2html2bb: " -msgstr "bb2html2bb: " - -#: mod/babel.php:47 -msgid "bb2md: " -msgstr "bb2md: " - -#: mod/babel.php:51 -msgid "bb2md2html: " -msgstr "bb2md2html: " - -#: mod/babel.php:55 -msgid "bb2dia2bb: " -msgstr "bb2dia2bb: " - -#: mod/babel.php:59 -msgid "bb2md2html2bb: " -msgstr "bb2md2html2bb: " - -#: mod/babel.php:69 -msgid "Source input (Diaspora format): " -msgstr "" - -#: mod/babel.php:74 -msgid "diaspora2bb: " -msgstr "diaspora2bb: " - -#: mod/ostatus_subscribe.php:14 -msgid "Subscribing to OStatus contacts" -msgstr "" - -#: mod/ostatus_subscribe.php:25 -msgid "No contact provided." -msgstr "" - -#: mod/ostatus_subscribe.php:30 -msgid "Couldn't fetch information for contact." -msgstr "" - -#: mod/ostatus_subscribe.php:38 -msgid "Couldn't fetch friends for contact." -msgstr "" - -#: mod/ostatus_subscribe.php:65 -msgid "success" -msgstr "tókst" - -#: mod/ostatus_subscribe.php:67 -msgid "failed" -msgstr "mistókst" - -#: mod/ostatus_subscribe.php:69 mod/content.php:792 object/Item.php:245 -msgid "ignored" -msgstr "hunsað" - -#: mod/dfrn_poll.php:104 mod/dfrn_poll.php:537 -#, php-format -msgid "%1$s welcomes %2$s" -msgstr "" - -#: mod/message.php:75 -msgid "Unable to locate contact information." -msgstr "Ekki tókst að staðsetja tengiliðs upplýsingar." - -#: mod/message.php:215 -msgid "Do you really want to delete this message?" -msgstr "" - -#: mod/message.php:235 -msgid "Message deleted." -msgstr "Skilaboðum eytt." - -#: mod/message.php:266 -msgid "Conversation removed." -msgstr "Samtali eytt." - -#: mod/message.php:383 -msgid "No messages." -msgstr "Engin skilaboð." - -#: mod/message.php:426 -msgid "Message not available." -msgstr "Ekki næst í skilaboð." - -#: mod/message.php:503 -msgid "Delete message" -msgstr "Eyða skilaboðum" - -#: mod/message.php:529 mod/message.php:609 -msgid "Delete conversation" -msgstr "Eyða samtali" - -#: mod/message.php:531 -msgid "" -"No secure communications available. You may be able to " -"respond from the sender's profile page." -msgstr "" - -#: mod/message.php:535 -msgid "Send Reply" -msgstr "Senda svar" - -#: mod/message.php:579 -#, php-format -msgid "Unknown sender - %s" -msgstr "" - -#: mod/message.php:581 -#, php-format -msgid "You and %s" -msgstr "" - -#: mod/message.php:583 -#, php-format -msgid "%s and You" -msgstr "" - -#: mod/message.php:612 -msgid "D, d M Y - g:i A" -msgstr "" - -#: mod/message.php:615 -#, php-format -msgid "%d message" -msgid_plural "%d messages" -msgstr[0] "" -msgstr[1] "" - -#: mod/manage.php:139 -msgid "Manage Identities and/or Pages" -msgstr "Sýsla með notendur og/eða síður" - -#: mod/manage.php:140 -msgid "" -"Toggle between different identities or community/group pages which share " -"your account details or which you have been granted \"manage\" permissions" -msgstr "Skipta á milli auðkenna eða hópa- / stjörnunotanda sem deila þínum aðgangs upplýsingum eða þér verið úthlutað \"umsýslu\" réttindum." - -#: mod/manage.php:141 -msgid "Select an identity to manage: " -msgstr "Veldu notanda til að sýsla með:" - -#: mod/crepair.php:87 -msgid "Contact settings applied." -msgstr "Stillingar tengiliðs uppfærðar." - -#: mod/crepair.php:89 -msgid "Contact update failed." -msgstr "Uppfærsla tengiliðs mistókst." - -#: mod/crepair.php:114 mod/fsuggest.php:20 mod/fsuggest.php:92 -#: mod/dfrn_confirm.php:126 -msgid "Contact not found." -msgstr "Tengiliður fannst ekki." - -#: mod/crepair.php:120 -msgid "" -"WARNING: This is highly advanced and if you enter incorrect" -" information your communications with this contact may stop working." -msgstr "AÐVÖRUN: Þetta er mjög flókið og ef þú setur inn vitlausar upplýsingar þá munu samskipti við þennan tengilið hætta að virka." - -#: mod/crepair.php:121 -msgid "" -"Please use your browser 'Back' button now if you are " -"uncertain what to do on this page." -msgstr "Notaðu \"Til baka\" hnappinn núna ef þú ert ekki viss um hvað þú eigir að gera á þessari síðu." - -#: mod/crepair.php:134 mod/crepair.php:136 -msgid "No mirroring" -msgstr "" - -#: mod/crepair.php:134 -msgid "Mirror as forwarded posting" -msgstr "" - -#: mod/crepair.php:134 mod/crepair.php:136 -msgid "Mirror as my own posting" -msgstr "" - -#: mod/crepair.php:150 -msgid "Return to contact editor" -msgstr "Fara til baka í tengiliðasýsl" - -#: mod/crepair.php:152 -msgid "Refetch contact data" -msgstr "" - -#: mod/crepair.php:156 -msgid "Remote Self" -msgstr "" - -#: mod/crepair.php:159 -msgid "Mirror postings from this contact" -msgstr "" - -#: mod/crepair.php:161 -msgid "" -"Mark this contact as remote_self, this will cause friendica to repost new " -"entries from this contact." -msgstr "" - -#: mod/crepair.php:165 mod/settings.php:680 mod/settings.php:706 -#: mod/admin.php:1396 mod/admin.php:1409 mod/admin.php:1422 mod/admin.php:1438 -msgid "Name" -msgstr "Nafn" - -#: mod/crepair.php:166 -msgid "Account Nickname" -msgstr "Gælunafn notanda" - -#: mod/crepair.php:167 -msgid "@Tagname - overrides Name/Nickname" -msgstr "@Merkjanafn - yfirskrifar Nafn/Gælunafn" - -#: mod/crepair.php:168 -msgid "Account URL" -msgstr "Heimasíða notanda" - -#: mod/crepair.php:169 -msgid "Friend Request URL" -msgstr "Slóð vinabeiðnar" - -#: mod/crepair.php:170 -msgid "Friend Confirm URL" -msgstr "Slóð vina staðfestingar " - -#: mod/crepair.php:171 -msgid "Notification Endpoint URL" -msgstr "Slóð loka tilkynningar" - -#: mod/crepair.php:172 -msgid "Poll/Feed URL" -msgstr "Slóð á könnun/fréttastraum" - -#: mod/crepair.php:173 -msgid "New photo from this URL" -msgstr "Ný mynd frá slóð" - -#: mod/content.php:119 mod/network.php:469 -msgid "No such group" -msgstr "Hópur ekki til" - -#: mod/content.php:135 mod/network.php:500 -#, php-format -msgid "Group: %s" -msgstr "" - -#: mod/content.php:325 object/Item.php:95 -msgid "This entry was edited" -msgstr "" - -#: mod/content.php:621 object/Item.php:429 -#, php-format -msgid "%d comment" -msgid_plural "%d comments" -msgstr[0] "%d ummæli" -msgstr[1] "%d ummæli" - -#: mod/content.php:638 mod/photos.php:1379 object/Item.php:117 -msgid "Private Message" -msgstr "Einkaskilaboð" - -#: mod/content.php:702 mod/photos.php:1567 object/Item.php:263 -msgid "I like this (toggle)" -msgstr "Mér líkar þetta (kveikja/slökkva)" - -#: mod/content.php:702 object/Item.php:263 -msgid "like" -msgstr "líkar" - -#: mod/content.php:703 mod/photos.php:1568 object/Item.php:264 -msgid "I don't like this (toggle)" -msgstr "Mér líkar þetta ekki (kveikja/slökkva)" - -#: mod/content.php:703 object/Item.php:264 -msgid "dislike" -msgstr "mislíkar" - -#: mod/content.php:705 object/Item.php:266 -msgid "Share this" -msgstr "Deila þessu" - -#: mod/content.php:705 object/Item.php:266 -msgid "share" -msgstr "deila" - -#: mod/content.php:725 mod/photos.php:1587 mod/photos.php:1635 -#: mod/photos.php:1721 object/Item.php:717 -msgid "This is you" -msgstr "Þetta ert þú" - -#: mod/content.php:727 mod/content.php:945 mod/photos.php:1589 -#: mod/photos.php:1637 mod/photos.php:1723 object/Item.php:403 -#: object/Item.php:719 boot.php:971 -msgid "Comment" -msgstr "Athugasemd" - -#: mod/content.php:729 object/Item.php:721 -msgid "Bold" -msgstr "Feitletrað" - -#: mod/content.php:730 object/Item.php:722 -msgid "Italic" -msgstr "Skáletrað" - -#: mod/content.php:731 object/Item.php:723 -msgid "Underline" -msgstr "Undirstrikað" - -#: mod/content.php:732 object/Item.php:724 -msgid "Quote" -msgstr "Gæsalappir" - -#: mod/content.php:733 object/Item.php:725 -msgid "Code" -msgstr "Kóði" - -#: mod/content.php:734 object/Item.php:726 -msgid "Image" -msgstr "Mynd" - -#: mod/content.php:735 object/Item.php:727 -msgid "Link" -msgstr "Tengill" - -#: mod/content.php:736 object/Item.php:728 -msgid "Video" -msgstr "Myndband" - -#: mod/content.php:746 mod/settings.php:740 object/Item.php:122 -#: object/Item.php:124 -msgid "Edit" -msgstr "Breyta" - -#: mod/content.php:771 object/Item.php:227 -msgid "add star" -msgstr "bæta við stjörnu" - -#: mod/content.php:772 object/Item.php:228 -msgid "remove star" -msgstr "eyða stjörnu" - -#: mod/content.php:773 object/Item.php:229 -msgid "toggle star status" -msgstr "Kveikja/slökkva á stjörnu" - -#: mod/content.php:776 object/Item.php:232 -msgid "starred" -msgstr "stjörnumerkt" - -#: mod/content.php:777 mod/content.php:798 object/Item.php:252 -msgid "add tag" -msgstr "bæta við merki" - -#: mod/content.php:787 object/Item.php:240 -msgid "ignore thread" -msgstr "" - -#: mod/content.php:788 object/Item.php:241 -msgid "unignore thread" -msgstr "" - -#: mod/content.php:789 object/Item.php:242 -msgid "toggle ignore status" -msgstr "" - -#: mod/content.php:803 object/Item.php:137 -msgid "save to folder" -msgstr "vista í möppu" - -#: mod/content.php:848 object/Item.php:201 -msgid "I will attend" -msgstr "" - -#: mod/content.php:848 object/Item.php:201 -msgid "I will not attend" -msgstr "" - -#: mod/content.php:848 object/Item.php:201 -msgid "I might attend" -msgstr "" - -#: mod/content.php:912 object/Item.php:369 -msgid "to" -msgstr "við" - -#: mod/content.php:913 object/Item.php:371 -msgid "Wall-to-Wall" -msgstr "vegg við vegg" - -#: mod/content.php:914 object/Item.php:372 -msgid "via Wall-To-Wall:" -msgstr "gegnum vegg við vegg" - -#: mod/fsuggest.php:63 -msgid "Friend suggestion sent." -msgstr "Vina tillaga send" - -#: mod/fsuggest.php:97 -msgid "Suggest Friends" -msgstr "Stinga uppá vinum" - -#: mod/fsuggest.php:99 -#, php-format -msgid "Suggest a friend for %s" -msgstr "Stinga uppá vin fyrir %s" - -#: mod/mood.php:133 -msgid "Mood" -msgstr "" - -#: mod/mood.php:134 -msgid "Set your current mood and tell your friends" -msgstr "" - -#: mod/poke.php:192 -msgid "Poke/Prod" -msgstr "" - -#: mod/poke.php:193 -msgid "poke, prod or do other things to somebody" -msgstr "" - -#: mod/poke.php:194 -msgid "Recipient" -msgstr "" - -#: mod/poke.php:195 -msgid "Choose what you wish to do to recipient" -msgstr "" - -#: mod/poke.php:198 -msgid "Make this post private" -msgstr "" - -#: mod/profile_photo.php:44 -msgid "Image uploaded but image cropping failed." -msgstr "Tókst að hala upp mynd en afskurður tókst ekki." - -#: mod/profile_photo.php:77 mod/profile_photo.php:84 mod/profile_photo.php:91 -#: mod/profile_photo.php:314 -#, php-format -msgid "Image size reduction [%s] failed." -msgstr "Myndar minnkun [%s] tókst ekki." - -#: mod/profile_photo.php:124 -msgid "" -"Shift-reload the page or clear browser cache if the new photo does not " -"display immediately." -msgstr "Ýta þarf á " - -#: mod/profile_photo.php:134 -msgid "Unable to process image" -msgstr "Ekki tókst að vinna mynd" - -#: mod/profile_photo.php:150 mod/photos.php:786 mod/wall_upload.php:151 -#, php-format -msgid "Image exceeds size limit of %s" -msgstr "" - -#: mod/profile_photo.php:159 mod/photos.php:826 mod/wall_upload.php:188 -msgid "Unable to process image." -msgstr "Ekki mögulegt afgreiða mynd" - -#: mod/profile_photo.php:248 -msgid "Upload File:" -msgstr "Hlaða upp skrá:" - -#: mod/profile_photo.php:249 -msgid "Select a profile:" -msgstr "" - -#: mod/profile_photo.php:251 -msgid "Upload" -msgstr "Hlaða upp" - -#: mod/profile_photo.php:254 -msgid "or" -msgstr "eða" - -#: mod/profile_photo.php:254 -msgid "skip this step" -msgstr "sleppa þessu skrefi" - -#: mod/profile_photo.php:254 -msgid "select a photo from your photo albums" -msgstr "velja mynd í myndabókum" - -#: mod/profile_photo.php:268 -msgid "Crop Image" -msgstr "Skera af mynd" - -#: mod/profile_photo.php:269 -msgid "Please adjust the image cropping for optimum viewing." -msgstr "Stilltu afskurð fyrir besta birtingu." - -#: mod/profile_photo.php:271 -msgid "Done Editing" -msgstr "Breyting kláruð" - -#: mod/profile_photo.php:305 -msgid "Image uploaded successfully." -msgstr "Upphölun á mynd tóks." - -#: mod/profile_photo.php:307 mod/photos.php:853 mod/wall_upload.php:221 -msgid "Image upload failed." -msgstr "Ekki hægt að hlaða upp mynd." - -#: mod/regmod.php:55 -msgid "Account approved." -msgstr "Notandi samþykktur." - -#: mod/regmod.php:92 -#, php-format -msgid "Registration revoked for %s" -msgstr "Skráning afturköllurð vegna %s" - -#: mod/regmod.php:104 -msgid "Please login." -msgstr "Skráðu yður inn." - -#: mod/notifications.php:35 -msgid "Invalid request identifier." -msgstr "Ógilt auðkenni beiðnar." - -#: mod/notifications.php:44 mod/notifications.php:180 -#: mod/notifications.php:252 -msgid "Discard" -msgstr "Henda" - -#: mod/notifications.php:60 mod/notifications.php:179 -#: mod/notifications.php:251 mod/contacts.php:606 mod/contacts.php:806 -#: mod/contacts.php:991 -msgid "Ignore" -msgstr "Hunsa" - -#: mod/notifications.php:105 -msgid "Network Notifications" -msgstr "Tilkynningar á neti" - -#: mod/notifications.php:117 -msgid "Personal Notifications" -msgstr "Einkatilkynningar." - -#: mod/notifications.php:123 -msgid "Home Notifications" -msgstr "Tilkynningar frá heimasvæði" - -#: mod/notifications.php:152 -msgid "Show Ignored Requests" -msgstr "Sýna hunsaðar beiðnir" - -#: mod/notifications.php:152 -msgid "Hide Ignored Requests" -msgstr "Fela hunsaðar beiðnir" - -#: mod/notifications.php:164 mod/notifications.php:222 -msgid "Notification type: " -msgstr "Gerð skilaboða: " - -#: mod/notifications.php:167 -#, php-format -msgid "suggested by %s" -msgstr "stungið uppá af %s" - -#: mod/notifications.php:172 mod/notifications.php:239 mod/contacts.php:613 -msgid "Hide this contact from others" -msgstr "Gera þennan notanda ósýnilegan öðrum" - -#: mod/notifications.php:173 mod/notifications.php:240 -msgid "Post a new friend activity" -msgstr "Búa til færslu um nýjan vin" - -#: mod/notifications.php:173 mod/notifications.php:240 -msgid "if applicable" -msgstr "ef við á" - -#: mod/notifications.php:176 mod/notifications.php:249 mod/admin.php:1412 -msgid "Approve" -msgstr "Samþykkja" - -#: mod/notifications.php:195 -msgid "Claims to be known to you: " -msgstr "Þykist þekkja þig:" - -#: mod/notifications.php:196 -msgid "yes" -msgstr "já" - -#: mod/notifications.php:196 -msgid "no" -msgstr "nei" - -#: mod/notifications.php:197 -msgid "" -"Shall your connection be bidirectional or not? \"Friend\" implies that you " -"allow to read and you subscribe to their posts. \"Fan/Admirer\" means that " -"you allow to read but you do not want to read theirs. Approve as: " -msgstr "" - -#: mod/notifications.php:200 -msgid "" -"Shall your connection be bidirectional or not? \"Friend\" implies that you " -"allow to read and you subscribe to their posts. \"Sharer\" means that you " -"allow to read but you do not want to read theirs. Approve as: " -msgstr "" - -#: mod/notifications.php:209 -msgid "Friend" -msgstr "Vin" - -#: mod/notifications.php:210 -msgid "Sharer" -msgstr "Deilir" - -#: mod/notifications.php:210 -msgid "Fan/Admirer" -msgstr "Fylgjandi/Aðdáandi" - -#: mod/notifications.php:243 mod/contacts.php:624 mod/follow.php:126 -msgid "Profile URL" -msgstr "Slóð á forsíðu" - -#: mod/notifications.php:260 -msgid "No introductions." -msgstr "Engar kynningar." - -#: mod/notifications.php:299 -msgid "Show unread" -msgstr "" - -#: mod/notifications.php:299 -msgid "Show all" -msgstr "" - -#: mod/notifications.php:305 -#, php-format -msgid "No more %s notifications." -msgstr "" - -#: mod/profiles.php:19 mod/profiles.php:134 mod/profiles.php:180 -#: mod/profiles.php:617 mod/dfrn_confirm.php:70 -msgid "Profile not found." -msgstr "Forsíða fannst ekki." - -#: mod/profiles.php:38 -msgid "Profile deleted." -msgstr "Forsíðu eytt." - -#: mod/profiles.php:56 mod/profiles.php:90 -msgid "Profile-" -msgstr "Forsíða-" - -#: mod/profiles.php:75 mod/profiles.php:118 -msgid "New profile created." -msgstr "Ný forsíða búinn til." - -#: mod/profiles.php:96 -msgid "Profile unavailable to clone." -msgstr "Ekki tókst að klóna forsíðu" - -#: mod/profiles.php:190 -msgid "Profile Name is required." -msgstr "Nafn á forsíðu er skilyrði" - -#: mod/profiles.php:338 -msgid "Marital Status" -msgstr "" - -#: mod/profiles.php:342 -msgid "Romantic Partner" -msgstr "" - -#: mod/profiles.php:354 -msgid "Work/Employment" -msgstr "" - -#: mod/profiles.php:357 -msgid "Religion" -msgstr "" - -#: mod/profiles.php:361 -msgid "Political Views" -msgstr "" - -#: mod/profiles.php:365 -msgid "Gender" -msgstr "" - -#: mod/profiles.php:369 -msgid "Sexual Preference" -msgstr "" - -#: mod/profiles.php:373 -msgid "XMPP" -msgstr "" - -#: mod/profiles.php:377 -msgid "Homepage" -msgstr "" - -#: mod/profiles.php:381 mod/profiles.php:702 -msgid "Interests" -msgstr "" - -#: mod/profiles.php:385 -msgid "Address" -msgstr "" - -#: mod/profiles.php:392 mod/profiles.php:698 -msgid "Location" -msgstr "" - -#: mod/profiles.php:477 -msgid "Profile updated." -msgstr "Forsíða uppfærð." - -#: mod/profiles.php:564 -msgid " and " -msgstr "og" - -#: mod/profiles.php:572 -msgid "public profile" -msgstr "Opinber forsíða" - -#: mod/profiles.php:575 -#, php-format -msgid "%1$s changed %2$s to “%3$s”" -msgstr "" - -#: mod/profiles.php:576 -#, php-format -msgid " - Visit %1$s's %2$s" -msgstr "" - -#: mod/profiles.php:579 -#, php-format -msgid "%1$s has an updated %2$s, changing %3$s." -msgstr "%1$s hefur uppfært %2$s, með því að breyta %3$s." - -#: mod/profiles.php:645 -msgid "Hide contacts and friends:" -msgstr "" - -#: mod/profiles.php:650 -msgid "Hide your contact/friend list from viewers of this profile?" -msgstr "Fela tengiliða-/vinalista á þessari forsíðu?" - -#: mod/profiles.php:674 -msgid "Show more profile fields:" -msgstr "" - -#: mod/profiles.php:686 -msgid "Profile Actions" -msgstr "" - -#: mod/profiles.php:687 -msgid "Edit Profile Details" -msgstr "Breyta forsíðu upplýsingum" - -#: mod/profiles.php:689 -msgid "Change Profile Photo" -msgstr "" - -#: mod/profiles.php:690 -msgid "View this profile" -msgstr "Skoða þessa forsíðu" - -#: mod/profiles.php:692 -msgid "Create a new profile using these settings" -msgstr "Búa til nýja forsíðu með þessum stillingum" - -#: mod/profiles.php:693 -msgid "Clone this profile" -msgstr "Klóna þessa forsíðu" - -#: mod/profiles.php:694 -msgid "Delete this profile" -msgstr "Eyða þessari forsíðu" - -#: mod/profiles.php:696 -msgid "Basic information" -msgstr "" - -#: mod/profiles.php:697 -msgid "Profile picture" -msgstr "" - -#: mod/profiles.php:699 -msgid "Preferences" -msgstr "" - -#: mod/profiles.php:700 -msgid "Status information" -msgstr "" - -#: mod/profiles.php:701 -msgid "Additional information" -msgstr "" - -#: mod/profiles.php:704 -msgid "Relation" -msgstr "" - -#: mod/profiles.php:708 -msgid "Your Gender:" -msgstr "Kyn:" - -#: mod/profiles.php:709 -msgid " Marital Status:" -msgstr " Hjúskaparstaða:" - -#: mod/profiles.php:711 -msgid "Example: fishing photography software" -msgstr "Til dæmis: fishing photography software" - -#: mod/profiles.php:716 -msgid "Profile Name:" -msgstr "Forsíðu nafn:" - -#: mod/profiles.php:716 mod/events.php:484 mod/events.php:496 -msgid "Required" -msgstr "Nauðsynlegt" - -#: mod/profiles.php:718 -msgid "" -"This is your public profile.
    It may " -"be visible to anybody using the internet." -msgstr "Þetta er opinber forsíða.
    Hún verður sjáanleg öðrum sem nota alnetið." - -#: mod/profiles.php:719 -msgid "Your Full Name:" -msgstr "Fullt nafn:" - -#: mod/profiles.php:720 -msgid "Title/Description:" -msgstr "Starfsheiti/Lýsing:" - -#: mod/profiles.php:723 -msgid "Street Address:" -msgstr "Gata:" - -#: mod/profiles.php:724 -msgid "Locality/City:" -msgstr "Bær/Borg:" - -#: mod/profiles.php:725 -msgid "Region/State:" -msgstr "Svæði/Sýsla" - -#: mod/profiles.php:726 -msgid "Postal/Zip Code:" -msgstr "Póstnúmer:" - -#: mod/profiles.php:727 -msgid "Country:" -msgstr "Land:" - -#: mod/profiles.php:731 -msgid "Who: (if applicable)" -msgstr "Hver: (ef við á)" - -#: mod/profiles.php:731 -msgid "Examples: cathy123, Cathy Williams, cathy@example.com" -msgstr "Dæmi: cathy123, Cathy Williams, cathy@example.com" - -#: mod/profiles.php:732 -msgid "Since [date]:" -msgstr "" - -#: mod/profiles.php:734 -msgid "Tell us about yourself..." -msgstr "Segðu okkur frá sjálfum þér..." - -#: mod/profiles.php:735 -msgid "XMPP (Jabber) address:" -msgstr "" - -#: mod/profiles.php:735 -msgid "" -"The XMPP address will be propagated to your contacts so that they can follow" -" you." -msgstr "" - -#: mod/profiles.php:736 -msgid "Homepage URL:" -msgstr "Slóð heimasíðu:" - -#: mod/profiles.php:739 -msgid "Religious Views:" -msgstr "Trúarskoðanir" - -#: mod/profiles.php:740 -msgid "Public Keywords:" -msgstr "Opinber leitarorð:" - -#: mod/profiles.php:740 -msgid "(Used for suggesting potential friends, can be seen by others)" -msgstr "(Notað til að stinga uppá mögulegum vinum, aðrir geta séð)" - -#: mod/profiles.php:741 -msgid "Private Keywords:" -msgstr "Einka leitarorð:" - -#: mod/profiles.php:741 -msgid "(Used for searching profiles, never shown to others)" -msgstr "(Notað við leit að öðrum notendum, aldrei sýnt öðrum)" - -#: mod/profiles.php:744 -msgid "Musical interests" -msgstr "Tónlistarsmekkur" - -#: mod/profiles.php:745 -msgid "Books, literature" -msgstr "Bækur, bókmenntir" - -#: mod/profiles.php:746 -msgid "Television" -msgstr "Sjónvarp" - -#: mod/profiles.php:747 -msgid "Film/dance/culture/entertainment" -msgstr "Kvikmyndir/dans/menning/afþreying" - -#: mod/profiles.php:748 -msgid "Hobbies/Interests" -msgstr "Áhugamál" - -#: mod/profiles.php:749 -msgid "Love/romance" -msgstr "Ást/rómantík" - -#: mod/profiles.php:750 -msgid "Work/employment" -msgstr "Atvinna:" - -#: mod/profiles.php:751 -msgid "School/education" -msgstr "Skóli/menntun" - -#: mod/profiles.php:752 -msgid "Contact information and Social Networks" -msgstr "Tengiliðaupplýsingar og samfélagsnet" - -#: mod/profiles.php:794 -msgid "Edit/Manage Profiles" -msgstr "Sýsla með forsíður" - -#: mod/allfriends.php:43 -msgid "No friends to display." -msgstr "Engir vinir til að birta." - -#: mod/cal.php:149 mod/display.php:328 mod/profile.php:155 -msgid "Access to this profile has been restricted." -msgstr "Aðgangur að þessari forsíðu hefur verið heftur." - -#: mod/cal.php:276 mod/events.php:380 -msgid "View" -msgstr "Skoða" - -#: mod/cal.php:277 mod/events.php:382 -msgid "Previous" -msgstr "Fyrra" - -#: mod/cal.php:278 mod/events.php:383 mod/install.php:231 -msgid "Next" -msgstr "Næsta" - -#: mod/cal.php:287 mod/events.php:392 -msgid "list" -msgstr "" - -#: mod/cal.php:297 -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:330 -msgid "calendar" -msgstr "" - -#: mod/common.php:86 -msgid "No contacts in common." -msgstr "" - -#: mod/common.php:134 mod/contacts.php:863 -msgid "Common Friends" -msgstr "Sameiginlegir vinir" - -#: mod/community.php:27 -msgid "Not available." -msgstr "Ekki í boði." - -#: mod/directory.php:197 view/theme/vier/theme.php:201 -msgid "Global Directory" -msgstr "Alheimstengiliðaskrá" - -#: mod/directory.php:199 -msgid "Find on this site" -msgstr "Leita á þessum vef" - -#: mod/directory.php:201 -msgid "Results for:" -msgstr "Niðurstöður fyrir:" - -#: mod/directory.php:203 -msgid "Site Directory" -msgstr "Skrá yfir tengiliði á þessum vef" - -#: mod/directory.php:210 -msgid "No entries (some entries may be hidden)." -msgstr "Engar færslur (sumar geta verið faldar)." - -#: mod/dirfind.php:36 -#, php-format -msgid "People Search - %s" -msgstr "Leita að fólki - %s" - -#: mod/dirfind.php:47 -#, php-format -msgid "Forum Search - %s" -msgstr "Leita á spjallsvæði - %s" - -#: mod/dirfind.php:240 mod/match.php:107 -msgid "No matches" -msgstr "Engar leitarniðurstöður" - -#: mod/display.php:473 -msgid "Item has been removed." -msgstr "Atriði hefur verið fjarlægt." - -#: mod/events.php:95 mod/events.php:97 -msgid "Event can not end before it has started." -msgstr "" - -#: mod/events.php:104 mod/events.php:106 -msgid "Event title and start time are required." -msgstr "" - -#: mod/events.php:381 -msgid "Create New Event" -msgstr "Stofna nýjan atburð" - -#: mod/events.php:482 -msgid "Event details" -msgstr "Nánar um atburð" - -#: mod/events.php:483 -msgid "Starting date and Title are required." -msgstr "" - -#: mod/events.php:484 mod/events.php:485 -msgid "Event Starts:" -msgstr "Atburður hefst:" - -#: mod/events.php:486 mod/events.php:502 -msgid "Finish date/time is not known or not relevant" -msgstr "Loka dagsetning/tímasetning ekki vituð eða skiptir ekki máli" - -#: mod/events.php:488 mod/events.php:489 -msgid "Event Finishes:" -msgstr "Atburður klárar:" - -#: mod/events.php:490 mod/events.php:503 -msgid "Adjust for viewer timezone" -msgstr "Heimfæra á tímabelti áhorfanda" - -#: mod/events.php:492 -msgid "Description:" -msgstr "Lýsing:" - -#: mod/events.php:496 mod/events.php:498 -msgid "Title:" -msgstr "Titill:" - -#: mod/events.php:499 mod/events.php:500 -msgid "Share this event" -msgstr "Deila þessum atburði" - -#: mod/maintenance.php:9 -msgid "System down for maintenance" -msgstr "Kerfið er óvirkt vegna viðhalds" - -#: mod/match.php:33 -msgid "No keywords to match. Please add keywords to your default profile." -msgstr "Engin leitarorð. Bættu við leitarorðum í sjálfgefnu forsíðuna." - -#: mod/match.php:86 -msgid "is interested in:" -msgstr "hefur áhuga á:" - -#: mod/match.php:100 -msgid "Profile Match" -msgstr "Forsíða fannst" - -#: mod/profile.php:179 -msgid "Tips for New Members" -msgstr "Ábendingar fyrir nýja notendur" - -#: mod/suggest.php:27 -msgid "Do you really want to delete this suggestion?" -msgstr "" - -#: mod/suggest.php:71 -msgid "" -"No suggestions available. If this is a new site, please try again in 24 " -"hours." -msgstr "Engar uppástungur tiltækar. Ef þetta er nýr vefur, reyndu þá aftur eftir um 24 klukkustundir." - -#: mod/suggest.php:84 mod/suggest.php:104 -msgid "Ignore/Hide" -msgstr "Hunsa/Fela" - -#: mod/update_community.php:19 mod/update_display.php:23 -#: mod/update_network.php:27 mod/update_notes.php:36 mod/update_profile.php:35 -msgid "[Embedded content - reload page to view]" -msgstr "[Innfelt efni - endurhlaða síðu til að sjá]" - -#: mod/photos.php:88 mod/photos.php:1856 -msgid "Recent Photos" -msgstr "Nýlegar myndir" - -#: mod/photos.php:91 mod/photos.php:1283 mod/photos.php:1858 -msgid "Upload New Photos" -msgstr "Hlaða upp nýjum myndum" - -#: mod/photos.php:105 mod/settings.php:36 -msgid "everybody" -msgstr "allir" - -#: mod/photos.php:169 -msgid "Contact information unavailable" -msgstr "Tengiliða upplýsingar ekki til" - -#: mod/photos.php:190 -msgid "Album not found." -msgstr "Myndabók finnst ekki." - -#: mod/photos.php:220 mod/photos.php:232 mod/photos.php:1227 -msgid "Delete Album" -msgstr "Fjarlægja myndabók" - -#: mod/photos.php:230 -msgid "Do you really want to delete this photo album and all its photos?" -msgstr "" - -#: mod/photos.php:308 mod/photos.php:319 mod/photos.php:1540 -msgid "Delete Photo" -msgstr "Fjarlægja mynd" - -#: mod/photos.php:317 -msgid "Do you really want to delete this photo?" -msgstr "" - -#: mod/photos.php:688 -#, php-format -msgid "%1$s was tagged in %2$s by %3$s" -msgstr "" - -#: mod/photos.php:688 -msgid "a photo" -msgstr "mynd" - -#: mod/photos.php:794 -msgid "Image file is empty." -msgstr "Mynda skrá er tóm." - -#: mod/photos.php:954 -msgid "No photos selected" -msgstr "Engar myndir valdar" - -#: mod/photos.php:1054 mod/videos.php:305 -msgid "Access to this item is restricted." -msgstr "Aðgangur að þessum hlut hefur verið heftur" - -#: mod/photos.php:1114 -#, php-format -msgid "You have used %1$.2f Mbytes of %2$.2f Mbytes photo storage." -msgstr "" - -#: mod/photos.php:1148 -msgid "Upload Photos" -msgstr "Hlaða upp myndum" - -#: mod/photos.php:1152 mod/photos.php:1222 -msgid "New album name: " -msgstr "Nýtt nafn myndbókar:" - -#: mod/photos.php:1153 -msgid "or existing album name: " -msgstr "eða fyrra nafn myndbókar:" - -#: mod/photos.php:1154 -msgid "Do not show a status post for this upload" -msgstr "Ekki sýna færslu fyrir þessari upphölun" - -#: mod/photos.php:1165 mod/photos.php:1544 mod/settings.php:1300 -msgid "Show to Groups" -msgstr "Birta hópum" - -#: mod/photos.php:1166 mod/photos.php:1545 mod/settings.php:1301 -msgid "Show to Contacts" -msgstr "Birta tengiliðum" - -#: mod/photos.php:1167 -msgid "Private Photo" -msgstr "Einkamynd" - -#: mod/photos.php:1168 -msgid "Public Photo" -msgstr "Opinber mynd" - -#: mod/photos.php:1234 -msgid "Edit Album" -msgstr "Breyta myndbók" - -#: mod/photos.php:1240 -msgid "Show Newest First" -msgstr "Birta nýjast fyrst" - -#: mod/photos.php:1242 -msgid "Show Oldest First" -msgstr "Birta elsta fyrst" - -#: mod/photos.php:1269 mod/photos.php:1841 -msgid "View Photo" -msgstr "Skoða mynd" - -#: mod/photos.php:1315 -msgid "Permission denied. Access to this item may be restricted." -msgstr "Aðgangi hafnað. Aðgangur að þessum hlut kann að vera skertur." - -#: mod/photos.php:1317 -msgid "Photo not available" -msgstr "Mynd ekki til" - -#: mod/photos.php:1372 -msgid "View photo" -msgstr "Birta mynd" - -#: mod/photos.php:1372 -msgid "Edit photo" -msgstr "Breyta mynd" - -#: mod/photos.php:1373 -msgid "Use as profile photo" -msgstr "Nota sem forsíðu mynd" - -#: mod/photos.php:1398 -msgid "View Full Size" -msgstr "Skoða í fullri stærð" - -#: mod/photos.php:1484 -msgid "Tags: " -msgstr "Merki:" - -#: mod/photos.php:1487 -msgid "[Remove any tag]" -msgstr "[Fjarlægja öll merki]" - -#: mod/photos.php:1526 -msgid "New album name" -msgstr "Nýtt nafn myndbókar" - -#: mod/photos.php:1527 -msgid "Caption" -msgstr "Yfirskrift" - -#: mod/photos.php:1528 -msgid "Add a Tag" -msgstr "Bæta við merki" - -#: mod/photos.php:1528 -msgid "" -"Example: @bob, @Barbara_Jensen, @jim@example.com, #California, #camping" -msgstr "Til dæmis: @bob, @Barbara_Jensen, @jim@example.com, #Reykjavík #tjalda" - -#: mod/photos.php:1529 -msgid "Do not rotate" -msgstr "" - -#: mod/photos.php:1530 -msgid "Rotate CW (right)" -msgstr "" - -#: mod/photos.php:1531 -msgid "Rotate CCW (left)" -msgstr "" - -#: mod/photos.php:1546 -msgid "Private photo" -msgstr "Einkamynd" - -#: mod/photos.php:1547 -msgid "Public photo" -msgstr "Opinber mynd" - -#: mod/photos.php:1770 -msgid "Map" -msgstr "" - -#: mod/photos.php:1847 mod/videos.php:387 -msgid "View Album" -msgstr "Skoða myndabók" - -#: mod/register.php:93 +#: mod/register.php:99 msgid "" "Registration successful. Please check your email for further instructions." msgstr "Nýskráning tóks. Frekari fyrirmæli voru send í tölvupósti." -#: mod/register.php:98 +#: mod/register.php:103 #, php-format msgid "" "Failed to send email message. Here your accout details:
    login: %s
    " "password: %s

    You can change your password after login." msgstr "" -#: mod/register.php:105 +#: mod/register.php:110 msgid "Registration successful." -msgstr "" +msgstr "Nýskráning tókst." -#: mod/register.php:111 +#: mod/register.php:115 msgid "Your registration can not be processed." msgstr "Skráninguna þína er ekki hægt að vinna." -#: mod/register.php:160 +#: mod/register.php:162 msgid "Your registration is pending approval by the site owner." msgstr "Skráningin þín bíður samþykkis af eiganda síðunnar." -#: mod/register.php:226 +#: mod/register.php:220 msgid "" "You may (optionally) fill in this form via OpenID by supplying your OpenID " "and clicking 'Register'." msgstr "Þú mátt (valfrjálst) fylla í þetta svæði gegnum OpenID með því gefa upp þitt OpenID og ýta á 'Skrá'." -#: mod/register.php:227 +#: mod/register.php:221 msgid "" "If you are not familiar with OpenID, please leave that field blank and fill " "in the rest of the items." msgstr "Ef þú veist ekki hvað OpenID er, skildu þá þetta svæði eftir tómt en fylltu í restin af svæðunum." -#: mod/register.php:228 +#: mod/register.php:222 msgid "Your OpenID (optional): " msgstr "Þitt OpenID (valfrjálst):" -#: mod/register.php:242 +#: mod/register.php:234 msgid "Include your profile in member directory?" msgstr "Á forsíðan þín að sjást í notendalistanum?" -#: mod/register.php:267 +#: mod/register.php:259 msgid "Note for the admin" msgstr "" -#: mod/register.php:267 +#: mod/register.php:259 msgid "Leave a message for the admin, why you want to join this node" msgstr "" -#: mod/register.php:268 +#: mod/register.php:260 msgid "Membership on this site is by invitation only." msgstr "Aðild að þessum vef er " -#: mod/register.php:269 -msgid "Your invitation ID: " -msgstr "Boðskorta auðkenni:" +#: mod/register.php:261 +msgid "Your invitation code: " +msgstr "" -#: mod/register.php:272 mod/admin.php:956 +#: mod/register.php:264 mod/admin.php:1348 msgid "Registration" msgstr "Nýskráning" -#: mod/register.php:280 +#: mod/register.php:270 msgid "Your Full Name (e.g. Joe Smith, real or real-looking): " msgstr "" -#: mod/register.php:281 -msgid "Your Email Address: " -msgstr "Tölvupóstur:" +#: mod/register.php:271 +msgid "" +"Your Email Address: (Initial information will be send there, so this has to " +"be an existing address.)" +msgstr "" -#: mod/register.php:283 mod/settings.php:1271 +#: mod/register.php:273 mod/settings.php:1201 msgid "New Password:" msgstr "Nýtt aðgangsorð:" -#: mod/register.php:283 +#: mod/register.php:273 msgid "Leave empty for an auto generated password." msgstr "" -#: mod/register.php:284 mod/settings.php:1272 +#: mod/register.php:274 mod/settings.php:1202 msgid "Confirm:" msgstr "Staðfesta:" -#: mod/register.php:285 +#: mod/register.php:275 +#, php-format msgid "" "Choose a profile nickname. This must begin with a text character. Your " -"profile address on this site will then be " -"'nickname@$sitename'." -msgstr "Veldu gælunafn. Verður að byrja á staf. Slóðin þín á þessum vef verður síðan 'gælunafn@$sitename'." +"profile address on this site will then be 'nickname@%s'." +msgstr "" -#: mod/register.php:286 +#: mod/register.php:276 msgid "Choose a nickname: " msgstr "Veldu gælunafn:" -#: mod/register.php:296 +#: mod/register.php:279 src/Content/Nav.php:128 src/Module/Login.php:283 +msgid "Register" +msgstr "Nýskrá" + +#: mod/register.php:286 msgid "Import your profile to this friendica instance" msgstr "" -#: mod/settings.php:43 mod/admin.php:1396 -msgid "Account" -msgstr "Notandi" - -#: mod/settings.php:52 mod/admin.php:160 -msgid "Additional features" -msgstr "Viðbótareiginleikar" - -#: mod/settings.php:60 -msgid "Display" -msgstr "" - -#: mod/settings.php:67 mod/settings.php:886 -msgid "Social Networks" -msgstr "" - -#: mod/settings.php:74 mod/admin.php:158 mod/admin.php:1522 mod/admin.php:1582 -msgid "Plugins" -msgstr "Kerfiseiningar" - -#: mod/settings.php:88 -msgid "Connected apps" -msgstr "Tengd forrit" - -#: mod/settings.php:102 -msgid "Remove account" -msgstr "Henda tengilið" - -#: mod/settings.php:155 -msgid "Missing some important data!" -msgstr "Vantar mikilvæg gögn!" - -#: mod/settings.php:158 mod/settings.php:704 mod/contacts.php:804 -msgid "Update" -msgstr "Uppfæra" - -#: mod/settings.php:269 -msgid "Failed to connect with email account using the settings provided." -msgstr "Ekki tókst að tengjast við pósthólf með stillingum sem uppgefnar eru." - -#: mod/settings.php:274 -msgid "Email settings updated." -msgstr "Stillingar póstfangs uppfærðar." - -#: mod/settings.php:289 -msgid "Features updated" -msgstr "" - -#: mod/settings.php:359 -msgid "Relocate message has been send to your contacts" -msgstr "" - -#: mod/settings.php:378 -msgid "Empty passwords are not allowed. Password unchanged." -msgstr "Tóm aðgangsorð eru ekki leyfileg. Aðgangsorð óbreytt." - -#: mod/settings.php:386 -msgid "Wrong password." -msgstr "" - -#: mod/settings.php:397 -msgid "Password changed." -msgstr "Aðgangsorði breytt." - -#: mod/settings.php:399 -msgid "Password update failed. Please try again." -msgstr "Uppfærsla á aðgangsorði tókst ekki. Reyndu aftur." - -#: mod/settings.php:479 -msgid " Please use a shorter name." -msgstr " Notaðu styttra nafn." - -#: mod/settings.php:481 -msgid " Name too short." -msgstr "Nafn of stutt." - -#: mod/settings.php:490 -msgid "Wrong Password" -msgstr "" - -#: mod/settings.php:495 -msgid " Not valid email." -msgstr "Póstfang ógilt" - -#: mod/settings.php:501 -msgid " Cannot change to that email." -msgstr "Ekki hægt að breyta yfir í þetta póstfang." - -#: mod/settings.php:557 -msgid "Private forum has no privacy permissions. Using default privacy group." -msgstr "" - -#: mod/settings.php:561 -msgid "Private forum has no privacy permissions and no default privacy group." -msgstr "" - -#: mod/settings.php:601 -msgid "Settings updated." -msgstr "Stillingar uppfærðar." - -#: mod/settings.php:677 mod/settings.php:703 mod/settings.php:739 -msgid "Add application" -msgstr "Bæta við forriti" - -#: mod/settings.php:678 mod/settings.php:788 mod/settings.php:835 -#: mod/settings.php:904 mod/settings.php:996 mod/settings.php:1264 -#: mod/admin.php:955 mod/admin.php:1583 mod/admin.php:1831 mod/admin.php:1905 -#: mod/admin.php:2055 -msgid "Save Settings" -msgstr "Vista stillingar" - -#: mod/settings.php:681 mod/settings.php:707 -msgid "Consumer Key" -msgstr "Notenda lykill" - -#: mod/settings.php:682 mod/settings.php:708 -msgid "Consumer Secret" -msgstr "Notenda leyndarmál" - -#: mod/settings.php:683 mod/settings.php:709 -msgid "Redirect" -msgstr "Áframsenda" - -#: mod/settings.php:684 mod/settings.php:710 -msgid "Icon url" -msgstr "Táknmyndar slóð" - -#: mod/settings.php:695 -msgid "You can't edit this application." -msgstr "Þú getur ekki breytt þessu forriti." - -#: mod/settings.php:738 -msgid "Connected Apps" -msgstr "Tengd forrit" - -#: mod/settings.php:742 -msgid "Client key starts with" -msgstr "Lykill viðskiptavinar byrjar á" - -#: mod/settings.php:743 -msgid "No name" -msgstr "Ekkert nafn" - -#: mod/settings.php:744 -msgid "Remove authorization" -msgstr "Fjarlæga auðkenningu" - -#: mod/settings.php:756 -msgid "No Plugin settings configured" -msgstr "Engar stillingar í kerfiseiningu uppsettar" - -#: mod/settings.php:764 -msgid "Plugin Settings" -msgstr "Stillingar kerfiseiningar" - -#: mod/settings.php:778 mod/admin.php:2044 mod/admin.php:2045 -msgid "Off" -msgstr "" - -#: mod/settings.php:778 mod/admin.php:2044 mod/admin.php:2045 -msgid "On" -msgstr "" - -#: mod/settings.php:786 -msgid "Additional Features" -msgstr "" - -#: mod/settings.php:796 mod/settings.php:800 -msgid "General Social Media Settings" -msgstr "" - -#: mod/settings.php:806 -msgid "Disable intelligent shortening" -msgstr "" - -#: mod/settings.php:808 -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:814 -msgid "Automatically follow any GNU Social (OStatus) followers/mentioners" -msgstr "" - -#: mod/settings.php:816 -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:822 -msgid "Default group for OStatus contacts" -msgstr "" - -#: mod/settings.php:828 -msgid "Your legacy GNU Social account" -msgstr "" - -#: mod/settings.php:830 -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:833 -msgid "Repair OStatus subscriptions" -msgstr "" - -#: mod/settings.php:842 mod/settings.php:843 -#, php-format -msgid "Built-in support for %s connectivity is %s" -msgstr "Innbyggður stuðningur fyrir %s tenging er%s" - -#: mod/settings.php:842 mod/settings.php:843 -msgid "enabled" -msgstr "kveikt" - -#: mod/settings.php:842 mod/settings.php:843 -msgid "disabled" -msgstr "slökkt" - -#: mod/settings.php:843 -msgid "GNU Social (OStatus)" -msgstr "" - -#: mod/settings.php:879 -msgid "Email access is disabled on this site." -msgstr "Slökkt hefur verið á tölvupóst aðgang á þessum þjón." - -#: mod/settings.php:891 -msgid "Email/Mailbox Setup" -msgstr "Tölvupóstur stilling" - -#: mod/settings.php:892 -msgid "" -"If you wish to communicate with email contacts using this service " -"(optional), please specify how to connect to your mailbox." -msgstr "Ef þú villt hafa samskipti við tölvupósts tengiliði með þessari þjónustu (valfrjálst), skilgreindu þá hvernig á að tengjast póstfanginu þínu." - -#: mod/settings.php:893 -msgid "Last successful email check:" -msgstr "Póstfang sannreynt síðast:" - -#: mod/settings.php:895 -msgid "IMAP server name:" -msgstr "IMAP þjónn:" - -#: mod/settings.php:896 -msgid "IMAP port:" -msgstr "IMAP port:" - -#: mod/settings.php:897 -msgid "Security:" -msgstr "Öryggi:" - -#: mod/settings.php:897 mod/settings.php:902 -msgid "None" -msgstr "Ekkert" - -#: mod/settings.php:898 -msgid "Email login name:" -msgstr "Notandanafn tölvupóstfangs:" - -#: mod/settings.php:899 -msgid "Email password:" -msgstr "Lykilorð tölvupóstfangs:" - -#: mod/settings.php:900 -msgid "Reply-to address:" -msgstr "Svarpóstfang:" - -#: mod/settings.php:901 -msgid "Send public posts to all email contacts:" -msgstr "Senda opinberar færslur á alla tölvupóst viðtakendur:" - -#: mod/settings.php:902 -msgid "Action after import:" -msgstr "" - -#: mod/settings.php:902 -msgid "Move to folder" -msgstr "Flytja yfir í skrásafn" - -#: mod/settings.php:903 -msgid "Move to folder:" -msgstr "Flytja yfir í skrásafn:" - -#: mod/settings.php:934 mod/admin.php:862 -msgid "No special theme for mobile devices" -msgstr "" - -#: mod/settings.php:994 -msgid "Display Settings" -msgstr "" - -#: mod/settings.php:1000 mod/settings.php:1023 -msgid "Display Theme:" -msgstr "Útlits þema:" - -#: mod/settings.php:1001 -msgid "Mobile Theme:" -msgstr "" - -#: mod/settings.php:1002 -msgid "Suppress warning of insecure networks" -msgstr "" - -#: mod/settings.php:1002 -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:1003 -msgid "Update browser every xx seconds" -msgstr "Endurhlaða vefsíðu á xx sekúndu fresti" - -#: mod/settings.php:1003 -msgid "Minimum of 10 seconds. Enter -1 to disable it." -msgstr "" - -#: mod/settings.php:1004 -msgid "Number of items to display per page:" -msgstr "" - -#: mod/settings.php:1004 mod/settings.php:1005 -msgid "Maximum of 100 items" -msgstr "" - -#: mod/settings.php:1005 -msgid "Number of items to display per page when viewed from mobile device:" -msgstr "" - -#: mod/settings.php:1006 -msgid "Don't show emoticons" -msgstr "" - -#: mod/settings.php:1007 -msgid "Calendar" -msgstr "" - -#: mod/settings.php:1008 -msgid "Beginning of week:" -msgstr "" - -#: mod/settings.php:1009 -msgid "Don't show notices" -msgstr "" - -#: mod/settings.php:1010 -msgid "Infinite scroll" -msgstr "" - -#: mod/settings.php:1011 -msgid "Automatic updates only at the top of the network page" -msgstr "" - -#: mod/settings.php:1012 -msgid "Bandwith Saver Mode" -msgstr "" - -#: mod/settings.php:1012 -msgid "" -"When enabled, embedded content is not displayed on automatic updates, they " -"only show on page reload." -msgstr "" - -#: mod/settings.php:1014 -msgid "General Theme Settings" -msgstr "" - -#: mod/settings.php:1015 -msgid "Custom Theme Settings" -msgstr "" - -#: mod/settings.php:1016 -msgid "Content Settings" -msgstr "" - -#: mod/settings.php:1017 view/theme/frio/config.php:61 -#: view/theme/quattro/config.php:66 view/theme/vier/config.php:109 -#: view/theme/duepuntozero/config.php:61 -msgid "Theme settings" -msgstr "" - -#: mod/settings.php:1099 -msgid "Account Types" -msgstr "" - -#: mod/settings.php:1100 -msgid "Personal Page Subtypes" -msgstr "" - -#: mod/settings.php:1101 -msgid "Community Forum Subtypes" -msgstr "" - -#: mod/settings.php:1108 -msgid "Personal Page" -msgstr "" - -#: mod/settings.php:1109 -msgid "This account is a regular personal profile" -msgstr "" - -#: mod/settings.php:1112 -msgid "Organisation Page" -msgstr "" - -#: mod/settings.php:1113 -msgid "This account is a profile for an organisation" -msgstr "" - -#: mod/settings.php:1116 -msgid "News Page" -msgstr "" - -#: mod/settings.php:1117 -msgid "This account is a news account/reflector" -msgstr "" - -#: mod/settings.php:1120 -msgid "Community Forum" -msgstr "" - -#: mod/settings.php:1121 -msgid "" -"This account is a community forum where people can discuss with each other" -msgstr "" - -#: mod/settings.php:1124 -msgid "Normal Account Page" -msgstr "" - -#: mod/settings.php:1125 -msgid "This account is a normal personal profile" -msgstr "Þessi notandi er með venjulega persónulega forsíðu" - -#: mod/settings.php:1128 -msgid "Soapbox Page" -msgstr "" - -#: mod/settings.php:1129 -msgid "Automatically approve all connection/friend requests as read-only fans" -msgstr "Sjálfkrafa samþykkja allar tengibeiðnir/vinabeiðnir einungis sem les-fylgjendur" - -#: mod/settings.php:1132 -msgid "Public Forum" -msgstr "" - -#: mod/settings.php:1133 -msgid "Automatically approve all contact requests" -msgstr "" - -#: mod/settings.php:1136 -msgid "Automatic Friend Page" -msgstr "" - -#: mod/settings.php:1137 -msgid "Automatically approve all connection/friend requests as friends" -msgstr "Sjálfkrafa samþykkja allar tengibeiðnir/vinabeiðnir sem vini" - -#: mod/settings.php:1140 -msgid "Private Forum [Experimental]" -msgstr "Einkaspjallsvæði [á tilraunastigi]" - -#: mod/settings.php:1141 -msgid "Private forum - approved members only" -msgstr "Einkaspjallsvæði - einungis skráðir meðlimir" - -#: mod/settings.php:1153 -msgid "OpenID:" -msgstr "OpenID:" - -#: mod/settings.php:1153 -msgid "(Optional) Allow this OpenID to login to this account." -msgstr "(Valfrjálst) Leyfa þessu OpenID til að auðkennast sem þessi notandi." - -#: mod/settings.php:1163 -msgid "Publish your default profile in your local site directory?" -msgstr "Gefa út sjálfgefna forsíðu í tengiliðalista á þessum þjón?" - -#: mod/settings.php:1169 -msgid "Publish your default profile in the global social directory?" -msgstr "Gefa sjálfgefna forsíðu út í alheimstengiliðalista?" - -#: mod/settings.php:1177 -msgid "Hide your contact/friend list from viewers of your default profile?" -msgstr "Fela tengiliða-/vinalistann þinn fyrir áhorfendum á sjálfgefinni forsíðu?" - -#: mod/settings.php:1181 -msgid "" -"If enabled, posting public messages to Diaspora and other networks isn't " -"possible." -msgstr "" - -#: mod/settings.php:1186 -msgid "Allow friends to post to your profile page?" -msgstr "Leyfa vinum að deila á forsíðuna þína?" - -#: mod/settings.php:1192 -msgid "Allow friends to tag your posts?" -msgstr "Leyfa vinum að merkja færslurnar þínar?" - -#: mod/settings.php:1198 -msgid "Allow us to suggest you as a potential friend to new members?" -msgstr "Leyfa að stungið verði uppá þér sem hugsamlegum vinur fyrir aðra notendur? " - -#: mod/settings.php:1204 -msgid "Permit unknown people to send you private mail?" -msgstr "" - -#: mod/settings.php:1212 -msgid "Profile is not published." -msgstr "Forsíðu hefur ekki verið gefinn út." - -#: mod/settings.php:1220 -#, php-format -msgid "Your Identity Address is '%s' or '%s'." -msgstr "" - -#: mod/settings.php:1227 -msgid "Automatically expire posts after this many days:" -msgstr "Sjálfkrafa fyrna færslu eftir hvað marga daga:" - -#: mod/settings.php:1227 -msgid "If empty, posts will not expire. Expired posts will be deleted" -msgstr "Tómar færslur renna ekki út. Útrunnum færslum er eytt" - -#: mod/settings.php:1228 -msgid "Advanced expiration settings" -msgstr "Ítarlegar stillingar fyrningatíma" - -#: mod/settings.php:1229 -msgid "Advanced Expiration" -msgstr "Flókin fyrning" - -#: mod/settings.php:1230 -msgid "Expire posts:" -msgstr "Fyrna færslur:" - -#: mod/settings.php:1231 -msgid "Expire personal notes:" -msgstr "Fyrna einka glósur:" - -#: mod/settings.php:1232 -msgid "Expire starred posts:" -msgstr "Fyrna stjörnumerktar færslur:" - -#: mod/settings.php:1233 -msgid "Expire photos:" -msgstr "Fyrna myndum:" - -#: mod/settings.php:1234 -msgid "Only expire posts by others:" -msgstr "" - -#: mod/settings.php:1262 -msgid "Account Settings" -msgstr "Stillingar aðgangs" - -#: mod/settings.php:1270 -msgid "Password Settings" -msgstr "Stillingar aðgangsorða" - -#: mod/settings.php:1272 -msgid "Leave password fields blank unless changing" -msgstr "Hafðu aðgangsorða svæði tóm nema þegar verið er að breyta" - -#: mod/settings.php:1273 -msgid "Current Password:" -msgstr "" - -#: mod/settings.php:1273 mod/settings.php:1274 -msgid "Your current password to confirm the changes" -msgstr "" - -#: mod/settings.php:1274 -msgid "Password:" -msgstr "" - -#: mod/settings.php:1278 -msgid "Basic Settings" -msgstr "Grunnstillingar" - -#: mod/settings.php:1280 -msgid "Email Address:" -msgstr "Póstfang:" - -#: mod/settings.php:1281 -msgid "Your Timezone:" -msgstr "Þitt tímabelti:" - -#: mod/settings.php:1282 -msgid "Your Language:" -msgstr "" - -#: mod/settings.php:1282 -msgid "" -"Set the language we use to show you friendica interface and to send you " -"emails" -msgstr "" - -#: mod/settings.php:1283 -msgid "Default Post Location:" -msgstr "Sjálfgefin staðsetning færslu:" - -#: mod/settings.php:1284 -msgid "Use Browser Location:" -msgstr "Nota vafra staðsetningu:" - -#: mod/settings.php:1287 -msgid "Security and Privacy Settings" -msgstr "Öryggis og friðhelgistillingar" - -#: mod/settings.php:1289 -msgid "Maximum Friend Requests/Day:" -msgstr "Hámarks vinabeiðnir á dag:" - -#: mod/settings.php:1289 mod/settings.php:1319 -msgid "(to prevent spam abuse)" -msgstr "(til að koma í veg fyrir rusl misnotkun)" - -#: mod/settings.php:1290 -msgid "Default Post Permissions" -msgstr "Sjálfgefnar aðgangstýring á færslum" - -#: mod/settings.php:1291 -msgid "(click to open/close)" -msgstr "(ýttu á til að opna/loka)" - -#: mod/settings.php:1302 -msgid "Default Private Post" -msgstr "" - -#: mod/settings.php:1303 -msgid "Default Public Post" -msgstr "" - -#: mod/settings.php:1307 -msgid "Default Permissions for New Posts" -msgstr "" - -#: mod/settings.php:1319 -msgid "Maximum private messages per day from unknown people:" -msgstr "" - -#: mod/settings.php:1322 -msgid "Notification Settings" -msgstr "Stillingar á tilkynningum" - -#: mod/settings.php:1323 -msgid "By default post a status message when:" -msgstr "" - -#: mod/settings.php:1324 -msgid "accepting a friend request" -msgstr "samþykki vinabeiðni" - -#: mod/settings.php:1325 -msgid "joining a forum/community" -msgstr "ganga til liðs við hóp/samfélag" - -#: mod/settings.php:1326 -msgid "making an interesting profile change" -msgstr "" - -#: mod/settings.php:1327 -msgid "Send a notification email when:" -msgstr "Senda tilkynninga tölvupóst þegar:" - -#: mod/settings.php:1328 -msgid "You receive an introduction" -msgstr "Þú færð kynningu" - -#: mod/settings.php:1329 -msgid "Your introductions are confirmed" -msgstr "Kynningarnar þínar eru samþykktar" - -#: mod/settings.php:1330 -msgid "Someone writes on your profile wall" -msgstr "Einhver skrifar á vegginn þínn" - -#: mod/settings.php:1331 -msgid "Someone writes a followup comment" -msgstr "Einhver skrifar athugasemd á færslu hjá þér" - -#: mod/settings.php:1332 -msgid "You receive a private message" -msgstr "Þú færð einkaskilaboð" - -#: mod/settings.php:1333 -msgid "You receive a friend suggestion" -msgstr "Þér hefur borist vina uppástunga" - -#: mod/settings.php:1334 -msgid "You are tagged in a post" -msgstr "Þú varst merkt(ur) í færslu" - -#: mod/settings.php:1335 -msgid "You are poked/prodded/etc. in a post" -msgstr "" - -#: mod/settings.php:1337 -msgid "Activate desktop notifications" -msgstr "" - -#: mod/settings.php:1337 -msgid "Show desktop popup on new notifications" -msgstr "" - -#: mod/settings.php:1339 -msgid "Text-only notification emails" -msgstr "" - -#: mod/settings.php:1341 -msgid "Send text only notification emails, without the html part" -msgstr "" - -#: mod/settings.php:1343 -msgid "Advanced Account/Page Type Settings" -msgstr "" - -#: mod/settings.php:1344 -msgid "Change the behaviour of this account for special situations" -msgstr "" - -#: mod/settings.php:1347 -msgid "Relocate" -msgstr "" - -#: mod/settings.php:1348 -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:1349 -msgid "Resend relocate message to contacts" -msgstr "" - -#: mod/videos.php:120 -msgid "Do you really want to delete this video?" -msgstr "" - -#: mod/videos.php:125 -msgid "Delete Video" -msgstr "" - -#: mod/videos.php:204 -msgid "No videos selected" -msgstr "" - -#: mod/videos.php:396 -msgid "Recent Videos" -msgstr "" - -#: mod/videos.php:398 -msgid "Upload New Videos" -msgstr "" - -#: mod/wall_attach.php:17 mod/wall_attach.php:25 mod/wall_attach.php:76 -#: mod/wall_upload.php:20 mod/wall_upload.php:33 mod/wall_upload.php:86 -#: mod/wall_upload.php:122 mod/wall_upload.php:125 -msgid "Invalid request." -msgstr "Ógild fyrirspurn." - -#: mod/wall_attach.php:94 -msgid "Sorry, maybe your upload is bigger than the PHP configuration allows" -msgstr "" - -#: mod/wall_attach.php:94 -msgid "Or - did you try to upload an empty file?" -msgstr "" - -#: mod/wall_attach.php:105 -#, php-format -msgid "File exceeds size limit of %s" -msgstr "" - -#: mod/wall_attach.php:156 mod/wall_attach.php:172 -msgid "File upload failed." -msgstr "Skráar upphlöðun mistókst." - -#: mod/admin.php:92 +#: mod/admin.php:106 msgid "Theme settings updated." msgstr "Þemastillingar uppfærðar." -#: mod/admin.php:156 mod/admin.php:954 +#: mod/admin.php:179 src/Content/Nav.php:174 +msgid "Information" +msgstr "Upplýsingar" + +#: mod/admin.php:180 +msgid "Overview" +msgstr "Yfirlit" + +#: mod/admin.php:181 mod/admin.php:718 +msgid "Federation Statistics" +msgstr "Tölfræði þjónasambands" + +#: mod/admin.php:182 +msgid "Configuration" +msgstr "Uppsetning" + +#: mod/admin.php:183 mod/admin.php:1345 msgid "Site" msgstr "Vefur" -#: mod/admin.php:157 mod/admin.php:898 mod/admin.php:1404 mod/admin.php:1420 +#: mod/admin.php:184 mod/admin.php:1273 mod/admin.php:1788 mod/admin.php:1804 msgid "Users" msgstr "Notendur" -#: mod/admin.php:159 mod/admin.php:1780 mod/admin.php:1830 +#: mod/admin.php:185 mod/admin.php:1904 mod/admin.php:1964 mod/settings.php:86 +msgid "Addons" +msgstr "Forritsviðbætur" + +#: mod/admin.php:186 mod/admin.php:2173 mod/admin.php:2217 msgid "Themes" msgstr "Þemu" -#: mod/admin.php:161 +#: mod/admin.php:187 mod/settings.php:64 +msgid "Additional features" +msgstr "Viðbótareiginleikar" + +#: mod/admin.php:189 +msgid "Database" +msgstr "Gagnagrunnur" + +#: mod/admin.php:190 msgid "DB updates" msgstr "Gagnagrunnsuppfærslur" -#: mod/admin.php:162 mod/admin.php:406 +#: mod/admin.php:191 mod/admin.php:753 msgid "Inspect Queue" msgstr "" -#: mod/admin.php:163 mod/admin.php:372 -msgid "Federation Statistics" -msgstr "" +#: mod/admin.php:192 +msgid "Tools" +msgstr "Verkfæri" -#: mod/admin.php:177 mod/admin.php:188 mod/admin.php:1904 +#: mod/admin.php:193 +msgid "Contact Blocklist" +msgstr "Svartur listi tengiliðar" + +#: mod/admin.php:194 mod/admin.php:362 +msgid "Server Blocklist" +msgstr "Svartur listi vefþjóns" + +#: mod/admin.php:195 mod/admin.php:521 +msgid "Delete Item" +msgstr "Eyða atriði" + +#: mod/admin.php:196 mod/admin.php:197 mod/admin.php:2291 msgid "Logs" msgstr "Atburðaskrá" -#: mod/admin.php:178 mod/admin.php:1972 +#: mod/admin.php:198 mod/admin.php:2358 msgid "View Logs" msgstr "Skoða atburðaskrár" -#: mod/admin.php:179 -msgid "probe address" -msgstr "" +#: mod/admin.php:200 +msgid "Diagnostics" +msgstr "Bilanagreining" -#: mod/admin.php:180 +#: mod/admin.php:201 +msgid "PHP Info" +msgstr "PHP-upplýsingar" + +#: mod/admin.php:202 +msgid "probe address" +msgstr "finna vistfang" + +#: mod/admin.php:203 msgid "check webfinger" msgstr "" -#: mod/admin.php:187 -msgid "Plugin Features" -msgstr "Eiginleikar kerfiseiningar" +#: mod/admin.php:222 src/Content/Nav.php:217 +msgid "Admin" +msgstr "Stjórnandi" -#: mod/admin.php:189 -msgid "diagnostics" -msgstr "greining" +#: mod/admin.php:223 +msgid "Addon Features" +msgstr "Eiginleikar forritsviðbótar" -#: mod/admin.php:190 +#: mod/admin.php:224 msgid "User registrations waiting for confirmation" msgstr "Notenda nýskráningar bíða samþykkis" -#: mod/admin.php:306 -msgid "unknown" +#: mod/admin.php:301 mod/admin.php:361 mod/admin.php:478 mod/admin.php:520 +#: mod/admin.php:717 mod/admin.php:752 mod/admin.php:848 mod/admin.php:1344 +#: mod/admin.php:1787 mod/admin.php:1903 mod/admin.php:1963 mod/admin.php:2172 +#: mod/admin.php:2216 mod/admin.php:2290 mod/admin.php:2357 +msgid "Administration" +msgstr "Stjórnun" + +#: mod/admin.php:303 +msgid "Display Terms of Service" +msgstr "" + +#: mod/admin.php:303 +msgid "" +"Enable the Terms of Service page. If this is enabled a link to the terms " +"will be added to the registration form and the general information page." +msgstr "" + +#: mod/admin.php:304 +msgid "Display Privacy Statement" +msgstr "" + +#: mod/admin.php:304 +#, php-format +msgid "" +"Show some informations regarding the needed information to operate the node " +"according e.g. to EU-GDPR." +msgstr "" + +#: mod/admin.php:305 +msgid "The Terms of Service" +msgstr "" + +#: mod/admin.php:305 +msgid "" +"Enter the Terms of Service for your node here. You can use BBCode. Headers " +"of sections should be [h2] and below." +msgstr "" + +#: mod/admin.php:353 +msgid "The blocked domain" +msgstr "" + +#: mod/admin.php:354 mod/admin.php:367 +msgid "The reason why you blocked this domain." +msgstr "" + +#: mod/admin.php:355 +msgid "Delete domain" +msgstr "Eyða léni" + +#: mod/admin.php:355 +msgid "Check to delete this entry from the blocklist" +msgstr "" + +#: mod/admin.php:363 +msgid "" +"This page can be used to define a black list of servers from the federated " +"network that are not allowed to interact with your node. For all entered " +"domains you should also give a reason why you have blocked the remote " +"server." +msgstr "" + +#: mod/admin.php:364 +msgid "" +"The list of blocked servers will be made publically available on the " +"/friendica page so that your users and people investigating communication " +"problems can find the reason easily." msgstr "" #: mod/admin.php:365 +msgid "Add new entry to block list" +msgstr "" + +#: mod/admin.php:366 +msgid "Server Domain" +msgstr "" + +#: mod/admin.php:366 +msgid "" +"The domain of the new server to add to the block list. Do not include the " +"protocol." +msgstr "" + +#: mod/admin.php:367 +msgid "Block reason" +msgstr "Ástæða fyrir útilokun" + +#: mod/admin.php:368 +msgid "Add Entry" +msgstr "Bæta við færslu" + +#: mod/admin.php:369 +msgid "Save changes to the blocklist" +msgstr "" + +#: mod/admin.php:370 +msgid "Current Entries in the Blocklist" +msgstr "" + +#: mod/admin.php:373 +msgid "Delete entry from blocklist" +msgstr "" + +#: mod/admin.php:376 +msgid "Delete entry from blocklist?" +msgstr "" + +#: mod/admin.php:402 +msgid "Server added to blocklist." +msgstr "" + +#: mod/admin.php:418 +msgid "Site blocklist updated." +msgstr "" + +#: mod/admin.php:441 src/Core/Console/GlobalCommunityBlock.php:72 +msgid "The contact has been blocked from the node" +msgstr "" + +#: mod/admin.php:443 src/Core/Console/GlobalCommunityBlock.php:69 +#, php-format +msgid "Could not find any contact entry for this URL (%s)" +msgstr "" + +#: mod/admin.php:450 +#, php-format +msgid "%s contact unblocked" +msgid_plural "%s contacts unblocked" +msgstr[0] "" +msgstr[1] "" + +#: mod/admin.php:479 +msgid "Remote Contact Blocklist" +msgstr "" + +#: mod/admin.php:480 +msgid "" +"This page allows you to prevent any message from a remote contact to reach " +"your node." +msgstr "" + +#: mod/admin.php:481 +msgid "Block Remote Contact" +msgstr "" + +#: mod/admin.php:482 mod/admin.php:1790 +msgid "select all" +msgstr "velja alla" + +#: mod/admin.php:483 +msgid "select none" +msgstr "velja ekkert" + +#: mod/admin.php:486 +msgid "No remote contact is blocked from this node." +msgstr "" + +#: mod/admin.php:488 +msgid "Blocked Remote Contacts" +msgstr "" + +#: mod/admin.php:489 +msgid "Block New Remote Contact" +msgstr "" + +#: mod/admin.php:490 +msgid "Photo" +msgstr "Ljósmynd" + +#: mod/admin.php:498 +#, php-format +msgid "%s total blocked contact" +msgid_plural "%s total blocked contacts" +msgstr[0] "" +msgstr[1] "" + +#: mod/admin.php:500 +msgid "URL of the remote contact to block." +msgstr "" + +#: mod/admin.php:522 +msgid "Delete this Item" +msgstr "Eyða þessu atriði" + +#: mod/admin.php:523 +msgid "" +"On this page you can delete an item from your node. If the item is a top " +"level posting, the entire thread will be deleted." +msgstr "" + +#: mod/admin.php:524 +msgid "" +"You need to know the GUID of the item. You can find it e.g. by looking at " +"the display URL. The last part of http://example.com/display/123456 is the " +"GUID, here 123456." +msgstr "" + +#: mod/admin.php:525 +msgid "GUID" +msgstr "" + +#: mod/admin.php:525 +msgid "The GUID of the item you want to delete." +msgstr "" + +#: mod/admin.php:564 +msgid "Item marked for deletion." +msgstr "Atriði merkt til eyðingar." + +#: mod/admin.php:635 +msgid "unknown" +msgstr "óþekkt" + +#: mod/admin.php:711 msgid "" "This page offers you some numbers to the known part of the federated social " "network your Friendica node is part of. These numbers are not complete but " "only reflect the part of the network your node is aware of." msgstr "" -#: mod/admin.php:366 +#: mod/admin.php:712 msgid "" "The Auto Discovered Contact Directory feature is not enabled, it " "will improve the data displayed here." msgstr "" -#: mod/admin.php:371 mod/admin.php:405 mod/admin.php:484 mod/admin.php:953 -#: mod/admin.php:1403 mod/admin.php:1521 mod/admin.php:1581 mod/admin.php:1779 -#: mod/admin.php:1829 mod/admin.php:1903 mod/admin.php:1971 -msgid "Administration" -msgstr "Stjórnun" - -#: mod/admin.php:378 +#: mod/admin.php:724 #, php-format -msgid "Currently this node is aware of %d nodes from the following platforms:" +msgid "" +"Currently this node is aware of %d nodes with %d registered users from the " +"following platforms:" msgstr "" -#: mod/admin.php:408 +#: mod/admin.php:755 msgid "ID" -msgstr "" +msgstr "Auðkenni (ID)" -#: mod/admin.php:409 +#: mod/admin.php:756 msgid "Recipient Name" msgstr "Nafn viðtakanda" -#: mod/admin.php:410 +#: mod/admin.php:757 msgid "Recipient Profile" msgstr "Forsíða viðtakanda" -#: mod/admin.php:412 +#: mod/admin.php:758 src/Core/NotificationsManager.php:178 +#: src/Content/Nav.php:178 view/theme/frio/theme.php:266 +msgid "Network" +msgstr "Samfélag" + +#: mod/admin.php:759 msgid "Created" msgstr "Búið til" -#: mod/admin.php:413 +#: mod/admin.php:760 msgid "Last Tried" msgstr "Síðast prófað" -#: mod/admin.php:414 +#: mod/admin.php:761 msgid "" "This page lists the content of the queue for outgoing postings. These are " "postings the initial delivery failed for. They will be resend later and " "eventually deleted if the delivery fails permanently." msgstr "" -#: mod/admin.php:439 +#: mod/admin.php:785 #, php-format msgid "" "Your DB still runs with MyISAM tables. You should change the engine type to " "InnoDB. As Friendica will use InnoDB only features in the future, you should" " change this! See here for a guide that may be helpful " -"converting the table engines. You may also use the " -"convert_innodb.sql in the /util directory of your " -"Friendica installation.
    " +"converting the table engines. You may also use the command php " +"bin/console.php dbstructure toinnodb of your Friendica installation for" +" an automatic conversion.
    " msgstr "" -#: mod/admin.php:444 +#: mod/admin.php:792 +#, php-format msgid "" -"You are using a MySQL version which does not support all features that " -"Friendica uses. You should consider switching to MariaDB." +"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:448 mod/admin.php:1352 +#: mod/admin.php:802 +msgid "" +"The database update failed. Please run \"php bin/console.php dbstructure " +"update\" from the command line and have a look at the errors that might " +"appear." +msgstr "" + +#: mod/admin.php:808 +msgid "The worker was never executed. Please check your database structure!" +msgstr "" + +#: mod/admin.php:811 +#, php-format +msgid "" +"The last worker execution was on %s UTC. This is older than one hour. Please" +" check your crontab settings." +msgstr "" + +#: mod/admin.php:816 mod/admin.php:1739 msgid "Normal Account" msgstr "Venjulegur notandi" -#: mod/admin.php:449 mod/admin.php:1353 -msgid "Soapbox Account" -msgstr "Sápukassa notandi" +#: mod/admin.php:817 mod/admin.php:1740 +msgid "Automatic Follower Account" +msgstr "" -#: mod/admin.php:450 mod/admin.php:1354 -msgid "Community/Celebrity Account" -msgstr "Hópa-/Stjörnusíða" +#: mod/admin.php:818 mod/admin.php:1741 +msgid "Public Forum Account" +msgstr "" -#: mod/admin.php:451 mod/admin.php:1355 +#: mod/admin.php:819 mod/admin.php:1742 msgid "Automatic Friend Account" msgstr "Verður sjálfkrafa vinur notandi" -#: mod/admin.php:452 +#: mod/admin.php:820 msgid "Blog Account" msgstr "" -#: mod/admin.php:453 -msgid "Private Forum" -msgstr "Einkaspjallsvæði" +#: mod/admin.php:821 +msgid "Private Forum Account" +msgstr "" -#: mod/admin.php:479 +#: mod/admin.php:843 msgid "Message queues" msgstr "" -#: mod/admin.php:485 +#: mod/admin.php:849 msgid "Summary" msgstr "Samantekt" -#: mod/admin.php:488 +#: mod/admin.php:851 msgid "Registered users" msgstr "Skráðir notendur" -#: mod/admin.php:490 +#: mod/admin.php:853 msgid "Pending registrations" msgstr "Nýskráningar í bið" -#: mod/admin.php:491 +#: mod/admin.php:854 msgid "Version" -msgstr "Útgáfa" +msgstr "Útgáfunúmer" -#: mod/admin.php:496 -msgid "Active plugins" -msgstr "Virkar kerfiseiningar" +#: mod/admin.php:859 +msgid "Active addons" +msgstr "" -#: mod/admin.php:521 +#: mod/admin.php:890 msgid "Can not parse base url. Must have at least ://" msgstr "" -#: mod/admin.php:826 -msgid "RINO2 needs mcrypt php extension to work." -msgstr "" - -#: mod/admin.php:834 +#: mod/admin.php:1209 msgid "Site settings updated." msgstr "Stillingar vefsvæðis uppfærðar." -#: mod/admin.php:881 +#: mod/admin.php:1236 mod/settings.php:905 +msgid "No special theme for mobile devices" +msgstr "" + +#: mod/admin.php:1265 msgid "No community page" msgstr "" -#: mod/admin.php:882 +#: mod/admin.php:1266 msgid "Public postings from users of this site" msgstr "" -#: mod/admin.php:883 -msgid "Global community page" +#: mod/admin.php:1267 +msgid "Public postings from the federated network" msgstr "" -#: mod/admin.php:888 mod/contacts.php:530 -msgid "Never" -msgstr "aldrei" - -#: mod/admin.php:889 -msgid "At post arrival" +#: mod/admin.php:1268 +msgid "Public postings from local users and the federated network" msgstr "" -#: mod/admin.php:897 mod/contacts.php:557 -msgid "Disabled" -msgstr "Slökkt" - -#: mod/admin.php:899 +#: mod/admin.php:1274 msgid "Users, Global Contacts" msgstr "" -#: mod/admin.php:900 +#: mod/admin.php:1275 msgid "Users, Global Contacts/fallback" msgstr "" -#: mod/admin.php:904 +#: mod/admin.php:1279 msgid "One month" msgstr "Einn mánuður" -#: mod/admin.php:905 +#: mod/admin.php:1280 msgid "Three months" msgstr "Þrír mánuðir" -#: mod/admin.php:906 +#: mod/admin.php:1281 msgid "Half a year" msgstr "Hálft ár" -#: mod/admin.php:907 +#: mod/admin.php:1282 msgid "One year" msgstr "Eitt ár" -#: mod/admin.php:912 +#: mod/admin.php:1287 msgid "Multi user instance" msgstr "" -#: mod/admin.php:935 +#: mod/admin.php:1310 msgid "Closed" msgstr "Lokað" -#: mod/admin.php:936 +#: mod/admin.php:1311 msgid "Requires approval" msgstr "Þarf samþykki" -#: mod/admin.php:937 +#: mod/admin.php:1312 msgid "Open" msgstr "Opið" -#: mod/admin.php:941 +#: mod/admin.php:1316 msgid "No SSL policy, links will track page SSL state" msgstr "" -#: mod/admin.php:942 +#: mod/admin.php:1317 msgid "Force all links to use SSL" msgstr "" -#: mod/admin.php:943 +#: mod/admin.php:1318 msgid "Self-signed certificate, use SSL for local links only (discouraged)" msgstr "" -#: mod/admin.php:957 +#: mod/admin.php:1322 +msgid "Don't check" +msgstr "" + +#: mod/admin.php:1323 +msgid "check the stable version" +msgstr "" + +#: mod/admin.php:1324 +msgid "check the development version" +msgstr "" + +#: mod/admin.php:1347 +msgid "Republish users to directory" +msgstr "" + +#: mod/admin.php:1349 msgid "File upload" msgstr "Hlaða upp skrá" -#: mod/admin.php:958 +#: mod/admin.php:1350 msgid "Policies" msgstr "Stefna" -#: mod/admin.php:960 +#: mod/admin.php:1352 msgid "Auto Discovered Contact Directory" msgstr "" -#: mod/admin.php:961 +#: mod/admin.php:1353 msgid "Performance" msgstr "Afköst" -#: mod/admin.php:962 +#: mod/admin.php:1354 msgid "Worker" msgstr "" -#: mod/admin.php:963 +#: mod/admin.php:1355 +msgid "Message Relay" +msgstr "" + +#: mod/admin.php:1356 msgid "" "Relocate - WARNING: advanced function. Could make this server unreachable." msgstr "" -#: mod/admin.php:966 +#: mod/admin.php:1359 msgid "Site name" -msgstr "Nafn síðu" +msgstr "Nafn vefsvæðis" -#: mod/admin.php:967 +#: mod/admin.php:1360 msgid "Host name" msgstr "Vélarheiti" -#: mod/admin.php:968 +#: mod/admin.php:1361 msgid "Sender Email" msgstr "Tölvupóstfang sendanda" -#: mod/admin.php:968 +#: mod/admin.php:1361 msgid "" "The email address your server shall use to send notification emails from." msgstr "" -#: mod/admin.php:969 +#: mod/admin.php:1362 msgid "Banner/Logo" msgstr "Borði/Merki" -#: mod/admin.php:970 +#: mod/admin.php:1363 msgid "Shortcut icon" msgstr "Táknmynd flýtivísunar" -#: mod/admin.php:970 +#: mod/admin.php:1363 msgid "Link to an icon that will be used for browsers." msgstr "" -#: mod/admin.php:971 +#: mod/admin.php:1364 msgid "Touch icon" msgstr "" -#: mod/admin.php:971 +#: mod/admin.php:1364 msgid "Link to an icon that will be used for tablets and mobiles." msgstr "" -#: mod/admin.php:972 +#: mod/admin.php:1365 msgid "Additional Info" -msgstr "" +msgstr "Viðbótarupplýsingar" -#: mod/admin.php:972 +#: mod/admin.php:1365 #, php-format msgid "" "For public servers: you can add additional information here that will be " -"listed at %s/siteinfo." +"listed at %s/servers." msgstr "" -#: mod/admin.php:973 +#: mod/admin.php:1366 msgid "System language" msgstr "Tungumál kerfis" -#: mod/admin.php:974 +#: mod/admin.php:1367 msgid "System theme" msgstr "Þema kerfis" -#: mod/admin.php:974 +#: mod/admin.php:1367 msgid "" "Default system theme - may be over-ridden by user profiles - change theme settings" msgstr "" -#: mod/admin.php:975 +#: mod/admin.php:1368 msgid "Mobile system theme" msgstr "" -#: mod/admin.php:975 +#: mod/admin.php:1368 msgid "Theme for mobile devices" msgstr "" -#: mod/admin.php:976 +#: mod/admin.php:1369 msgid "SSL link policy" msgstr "" -#: mod/admin.php:976 +#: mod/admin.php:1369 msgid "Determines whether generated links should be forced to use SSL" msgstr "" -#: mod/admin.php:977 +#: mod/admin.php:1370 msgid "Force SSL" msgstr "Þvinga SSL" -#: mod/admin.php:977 +#: mod/admin.php:1370 msgid "" "Force all Non-SSL requests to SSL - Attention: on some systems it could lead" " to endless loops." msgstr "" -#: mod/admin.php:978 -msgid "Old style 'Share'" -msgstr "" - -#: mod/admin.php:978 -msgid "Deactivates the bbcode element 'share' for repeating items." -msgstr "" - -#: mod/admin.php:979 +#: mod/admin.php:1371 msgid "Hide help entry from navigation menu" msgstr "" -#: mod/admin.php:979 +#: mod/admin.php:1371 msgid "" "Hides the menu entry for the Help pages from the navigation menu. You can " "still access it calling /help directly." msgstr "" -#: mod/admin.php:980 +#: mod/admin.php:1372 msgid "Single user instance" msgstr "" -#: mod/admin.php:980 +#: mod/admin.php:1372 msgid "Make this instance multi-user or single-user for the named user" msgstr "" -#: mod/admin.php:981 +#: mod/admin.php:1373 msgid "Maximum image size" msgstr "Mesta stærð mynda" -#: mod/admin.php:981 +#: mod/admin.php:1373 msgid "" "Maximum size in bytes of uploaded images. Default is 0, which means no " "limits." msgstr "" -#: mod/admin.php:982 +#: mod/admin.php:1374 msgid "Maximum image length" msgstr "" -#: mod/admin.php:982 +#: mod/admin.php:1374 msgid "" "Maximum length in pixels of the longest side of uploaded images. Default is " "-1, which means no limits." msgstr "" -#: mod/admin.php:983 +#: mod/admin.php:1375 msgid "JPEG image quality" msgstr "JPEG myndgæði" -#: mod/admin.php:983 +#: mod/admin.php:1375 msgid "" "Uploaded JPEGS will be saved at this quality setting [0-100]. Default is " "100, which is full quality." msgstr "" -#: mod/admin.php:985 +#: mod/admin.php:1377 msgid "Register policy" msgstr "Stefna varðandi nýskráningar" -#: mod/admin.php:986 +#: mod/admin.php:1378 msgid "Maximum Daily Registrations" msgstr "" -#: mod/admin.php:986 +#: mod/admin.php:1378 msgid "" "If registration is permitted above, this sets the maximum number of new user" " registrations to accept per day. If register is set to closed, this " "setting has no effect." msgstr "" -#: mod/admin.php:987 +#: mod/admin.php:1379 msgid "Register text" msgstr "Texti við nýskráningu" -#: mod/admin.php:987 -msgid "Will be displayed prominently on the registration page." +#: mod/admin.php:1379 +msgid "" +"Will be displayed prominently on the registration page. You can use BBCode " +"here." msgstr "" -#: mod/admin.php:988 +#: mod/admin.php:1380 msgid "Accounts abandoned after x days" msgstr "Yfirgefnir notendur eftir x daga" -#: mod/admin.php:988 +#: mod/admin.php:1380 msgid "" "Will not waste system resources polling external sites for abandonded " "accounts. Enter 0 for no time limit." msgstr "Hættir að eyða afli í að sækja færslur á ytri vefi fyrir yfirgefna notendur. 0 þýðir notendur merkjast ekki yfirgefnir." -#: mod/admin.php:989 +#: mod/admin.php:1381 msgid "Allowed friend domains" msgstr "Leyfð lén vina" -#: mod/admin.php:989 +#: mod/admin.php:1381 msgid "" "Comma separated list of domains which are allowed to establish friendships " "with this site. Wildcards are accepted. Empty to allow any domains" msgstr "" -#: mod/admin.php:990 +#: mod/admin.php:1382 msgid "Allowed email domains" msgstr "Leyfð lén póstfangs" -#: mod/admin.php:990 +#: mod/admin.php:1382 msgid "" "Comma separated list of domains which are allowed in email addresses for " "registrations to this site. Wildcards are accepted. Empty to allow any " "domains" msgstr "" -#: mod/admin.php:991 +#: mod/admin.php:1383 +msgid "No OEmbed rich content" +msgstr "" + +#: mod/admin.php:1383 +msgid "" +"Don't show the rich content (e.g. embedded PDF), except from the domains " +"listed below." +msgstr "" + +#: mod/admin.php:1384 +msgid "Allowed OEmbed domains" +msgstr "" + +#: mod/admin.php:1384 +msgid "" +"Comma separated list of domains which oembed content is allowed to be " +"displayed. Wildcards are accepted." +msgstr "" + +#: mod/admin.php:1385 msgid "Block public" msgstr "Loka á opinberar færslur" -#: mod/admin.php:991 +#: mod/admin.php:1385 msgid "" "Check to block public access to all otherwise public personal pages on this " "site unless you are currently logged in." msgstr "" -#: mod/admin.php:992 +#: mod/admin.php:1386 msgid "Force publish" msgstr "Skylda að vera í tengiliðalista" -#: mod/admin.php:992 +#: mod/admin.php:1386 msgid "" "Check to force all profiles on this site to be listed in the site directory." msgstr "" -#: mod/admin.php:993 +#: mod/admin.php:1387 msgid "Global directory URL" msgstr "" -#: mod/admin.php:993 +#: mod/admin.php:1387 msgid "" "URL to the global directory. If this is not set, the global directory is " "completely unavailable to the application." msgstr "" -#: mod/admin.php:994 -msgid "Allow threaded items" -msgstr "" - -#: mod/admin.php:994 -msgid "Allow infinite level threading for items on this site." -msgstr "" - -#: mod/admin.php:995 +#: mod/admin.php:1388 msgid "Private posts by default for new users" msgstr "" -#: mod/admin.php:995 +#: mod/admin.php:1388 msgid "" "Set default post permissions for all new members to the default privacy " "group rather than public." msgstr "" -#: mod/admin.php:996 +#: mod/admin.php:1389 msgid "Don't include post content in email notifications" msgstr "" -#: mod/admin.php:996 +#: mod/admin.php:1389 msgid "" "Don't include the content of a post/comment/private message/etc. in the " "email notifications that are sent out from this site, as a privacy measure." msgstr "" -#: mod/admin.php:997 +#: mod/admin.php:1390 msgid "Disallow public access to addons listed in the apps menu." msgstr "Hindra opið aðgengi að viðbótum í forritavalmyndinni." -#: mod/admin.php:997 +#: mod/admin.php:1390 msgid "" "Checking this box will restrict addons listed in the apps menu to members " "only." msgstr "Ef hakað er í þetta verður aðgengi að viðbótum í forritavalmyndinni takmarkað við meðlimi." -#: mod/admin.php:998 +#: mod/admin.php:1391 msgid "Don't embed private images in posts" msgstr "" -#: mod/admin.php:998 +#: mod/admin.php:1391 msgid "" "Don't replace locally-hosted private photos in posts with an embedded copy " "of the image. This means that contacts who receive posts containing private " @@ -6808,239 +5905,210 @@ msgid "" "while." msgstr "" -#: mod/admin.php:999 +#: mod/admin.php:1392 msgid "Allow Users to set remote_self" msgstr "" -#: mod/admin.php:999 +#: mod/admin.php:1392 msgid "" "With checking this, every user is allowed to mark every contact as a " "remote_self in the repair contact dialog. Setting this flag on a contact " "causes mirroring every posting of that contact in the users stream." msgstr "" -#: mod/admin.php:1000 +#: mod/admin.php:1393 msgid "Block multiple registrations" msgstr "Banna margar skráningar" -#: mod/admin.php:1000 +#: mod/admin.php:1393 msgid "Disallow users to register additional accounts for use as pages." msgstr "" -#: mod/admin.php:1001 +#: mod/admin.php:1394 msgid "OpenID support" msgstr "Leyfa OpenID auðkenningu" -#: mod/admin.php:1001 +#: mod/admin.php:1394 msgid "OpenID support for registration and logins." msgstr "" -#: mod/admin.php:1002 +#: mod/admin.php:1395 msgid "Fullname check" msgstr "Fullt nafn skilyrði" -#: mod/admin.php:1002 +#: mod/admin.php:1395 msgid "" "Force users to register with a space between firstname and lastname in Full " "name, as an antispam measure" msgstr "" -#: mod/admin.php:1003 -msgid "UTF-8 Regular expressions" -msgstr "UTF-8 hefðbundin stöfun" - -#: mod/admin.php:1003 -msgid "Use PHP UTF8 regular expressions" +#: mod/admin.php:1396 +msgid "Community pages for visitors" msgstr "" -#: mod/admin.php:1004 -msgid "Community Page Style" -msgstr "" - -#: mod/admin.php:1004 +#: mod/admin.php:1396 msgid "" -"Type of community page to show. 'Global community' shows every public " -"posting from an open distributed network that arrived on this server." +"Which community pages should be available for visitors. Local users always " +"see both pages." msgstr "" -#: mod/admin.php:1005 +#: mod/admin.php:1397 msgid "Posts per user on community page" msgstr "" -#: mod/admin.php:1005 +#: mod/admin.php:1397 msgid "" "The maximum number of posts per user on the community page. (Not valid for " "'Global Community')" msgstr "" -#: mod/admin.php:1006 +#: mod/admin.php:1398 msgid "Enable OStatus support" msgstr "Leyfa OStatus stuðning" -#: mod/admin.php:1006 +#: mod/admin.php:1398 msgid "" "Provide built-in OStatus (StatusNet, GNU Social etc.) compatibility. All " "communications in OStatus are public, so privacy warnings will be " "occasionally displayed." msgstr "" -#: mod/admin.php:1007 -msgid "OStatus conversation completion interval" -msgstr "" - -#: mod/admin.php:1007 -msgid "" -"How often shall the poller check for new entries in OStatus conversations? " -"This can be a very ressource task." -msgstr "" - -#: mod/admin.php:1008 +#: mod/admin.php:1399 msgid "Only import OStatus threads from our contacts" msgstr "" -#: mod/admin.php:1008 +#: mod/admin.php:1399 msgid "" "Normally we import every content from our OStatus contacts. With this option" " we only store threads that are started by a contact that is known on our " "system." msgstr "" -#: mod/admin.php:1009 +#: mod/admin.php:1400 msgid "OStatus support can only be enabled if threading is enabled." msgstr "" -#: mod/admin.php:1011 +#: mod/admin.php:1402 msgid "" "Diaspora support can't be enabled because Friendica was installed into a sub" " directory." msgstr "" -#: mod/admin.php:1012 +#: mod/admin.php:1403 msgid "Enable Diaspora support" msgstr "Leyfa Diaspora tengingar" -#: mod/admin.php:1012 +#: mod/admin.php:1403 msgid "Provide built-in Diaspora network compatibility." msgstr "" -#: mod/admin.php:1013 +#: mod/admin.php:1404 msgid "Only allow Friendica contacts" msgstr "Aðeins leyfa Friendica notendur" -#: mod/admin.php:1013 +#: mod/admin.php:1404 msgid "" "All contacts must use Friendica protocols. All other built-in communication " "protocols disabled." msgstr "" -#: mod/admin.php:1014 +#: mod/admin.php:1405 msgid "Verify SSL" msgstr "Sannreyna SSL" -#: mod/admin.php:1014 +#: mod/admin.php:1405 msgid "" "If you wish, you can turn on strict certificate checking. This will mean you" " cannot connect (at all) to self-signed SSL sites." msgstr "" -#: mod/admin.php:1015 +#: mod/admin.php:1406 msgid "Proxy user" msgstr "Proxy notandi" -#: mod/admin.php:1016 +#: mod/admin.php:1407 msgid "Proxy URL" msgstr "Proxy slóð" -#: mod/admin.php:1017 +#: mod/admin.php:1408 msgid "Network timeout" msgstr "Net tími útrunninn" -#: mod/admin.php:1017 +#: mod/admin.php:1408 msgid "Value is in seconds. Set to 0 for unlimited (not recommended)." msgstr "" -#: mod/admin.php:1018 -msgid "Delivery interval" -msgstr "" - -#: mod/admin.php:1018 -msgid "" -"Delay background delivery processes by this many seconds to reduce system " -"load. Recommend: 4-5 for shared hosts, 2-3 for virtual private servers. 0-1 " -"for large dedicated servers." -msgstr "" - -#: mod/admin.php:1019 -msgid "Poll interval" -msgstr "" - -#: mod/admin.php:1019 -msgid "" -"Delay background polling processes by this many seconds to reduce system " -"load. If 0, use delivery interval." -msgstr "" - -#: mod/admin.php:1020 +#: mod/admin.php:1409 msgid "Maximum Load Average" msgstr "Mesta meðaltals álag" -#: mod/admin.php:1020 +#: mod/admin.php:1409 msgid "" "Maximum system load before delivery and poll processes are deferred - " "default 50." msgstr "" -#: mod/admin.php:1021 +#: mod/admin.php:1410 msgid "Maximum Load Average (Frontend)" msgstr "" -#: mod/admin.php:1021 +#: mod/admin.php:1410 msgid "Maximum system load before the frontend quits service - default 50." msgstr "" -#: mod/admin.php:1022 +#: mod/admin.php:1411 +msgid "Minimal Memory" +msgstr "" + +#: mod/admin.php:1411 +msgid "" +"Minimal free memory in MB for the worker. Needs access to /proc/meminfo - " +"default 0 (deactivated)." +msgstr "" + +#: mod/admin.php:1412 msgid "Maximum table size for optimization" msgstr "" -#: mod/admin.php:1022 +#: mod/admin.php:1412 msgid "" "Maximum table size (in MB) for the automatic optimization - default 100 MB. " "Enter -1 to disable it." msgstr "" -#: mod/admin.php:1023 +#: mod/admin.php:1413 msgid "Minimum level of fragmentation" msgstr "" -#: mod/admin.php:1023 +#: mod/admin.php:1413 msgid "" "Minimum fragmenation level to start the automatic optimization - default " "value is 30%." msgstr "" -#: mod/admin.php:1025 +#: mod/admin.php:1415 msgid "Periodical check of global contacts" msgstr "" -#: mod/admin.php:1025 +#: mod/admin.php:1415 msgid "" "If enabled, the global contacts are checked periodically for missing or " "outdated data and the vitality of the contacts and servers." msgstr "" -#: mod/admin.php:1026 +#: mod/admin.php:1416 msgid "Days between requery" msgstr "" -#: mod/admin.php:1026 +#: mod/admin.php:1416 msgid "Number of days after which a server is requeried for his contacts." msgstr "" -#: mod/admin.php:1027 +#: mod/admin.php:1417 msgid "Discover contacts from other servers" msgstr "" -#: mod/admin.php:1027 +#: mod/admin.php:1417 msgid "" "Periodically query other servers for contacts. You can choose between " "'users': the users on the remote system, 'Global Contacts': active contacts " @@ -7050,32 +6118,32 @@ msgid "" "Global Contacts'." msgstr "" -#: mod/admin.php:1028 +#: mod/admin.php:1418 msgid "Timeframe for fetching global contacts" msgstr "" -#: mod/admin.php:1028 +#: mod/admin.php:1418 msgid "" "When the discovery is activated, this value defines the timeframe for the " "activity of the global contacts that are fetched from other servers." msgstr "" -#: mod/admin.php:1029 +#: mod/admin.php:1419 msgid "Search the local directory" msgstr "" -#: mod/admin.php:1029 +#: mod/admin.php:1419 msgid "" "Search the local directory instead of the global directory. When searching " "locally, every search will be executed on the global directory in the " "background. This improves the search results when the search is repeated." msgstr "" -#: mod/admin.php:1031 +#: mod/admin.php:1421 msgid "Publish server information" msgstr "" -#: mod/admin.php:1031 +#: mod/admin.php:1421 msgid "" "If enabled, general server and usage data will be published. The data " "contains the name and version of the server, number of users with public " @@ -7083,260 +6151,282 @@ msgid "" " href='http://the-federation.info/'>the-federation.info for details." msgstr "" -#: mod/admin.php:1033 -msgid "Use MySQL full text engine" +#: mod/admin.php:1423 +msgid "Check upstream version" msgstr "" -#: mod/admin.php:1033 +#: mod/admin.php:1423 msgid "" -"Activates the full text engine. Speeds up search - but can only search for " -"four and more characters." +"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:1034 -msgid "Suppress Language" -msgstr "" - -#: mod/admin.php:1034 -msgid "Suppress language information in meta information about a posting." -msgstr "" - -#: mod/admin.php:1035 +#: mod/admin.php:1424 msgid "Suppress Tags" msgstr "" -#: mod/admin.php:1035 +#: mod/admin.php:1424 msgid "Suppress showing a list of hashtags at the end of the posting." msgstr "" -#: mod/admin.php:1036 +#: mod/admin.php:1425 msgid "Path to item cache" msgstr "" -#: mod/admin.php:1036 +#: mod/admin.php:1425 msgid "The item caches buffers generated bbcode and external images." msgstr "" -#: mod/admin.php:1037 +#: mod/admin.php:1426 msgid "Cache duration in seconds" msgstr "" -#: mod/admin.php:1037 +#: mod/admin.php:1426 msgid "" "How long should the cache files be hold? Default value is 86400 seconds (One" " day). To disable the item cache, set the value to -1." msgstr "" -#: mod/admin.php:1038 +#: mod/admin.php:1427 msgid "Maximum numbers of comments per post" msgstr "" -#: mod/admin.php:1038 +#: mod/admin.php:1427 msgid "How much comments should be shown for each post? Default value is 100." msgstr "" -#: mod/admin.php:1039 -msgid "Path for lock file" -msgstr "" - -#: mod/admin.php:1039 -msgid "" -"The lock file is used to avoid multiple pollers at one time. Only define a " -"folder here." -msgstr "" - -#: mod/admin.php:1040 +#: mod/admin.php:1428 msgid "Temp path" msgstr "" -#: mod/admin.php:1040 +#: mod/admin.php:1428 msgid "" "If you have a restricted system where the webserver can't access the system " "temp path, enter another path here." msgstr "" -#: mod/admin.php:1041 +#: mod/admin.php:1429 msgid "Base path to installation" msgstr "" -#: mod/admin.php:1041 +#: mod/admin.php:1429 msgid "" "If the system cannot detect the correct path to your installation, enter the" " correct path here. This setting should only be set if you are using a " "restricted system and symbolic links to your webroot." msgstr "" -#: mod/admin.php:1042 +#: mod/admin.php:1430 msgid "Disable picture proxy" msgstr "" -#: mod/admin.php:1042 +#: mod/admin.php:1430 msgid "" "The picture proxy increases performance and privacy. It shouldn't be used on" " systems with very low bandwith." msgstr "" -#: mod/admin.php:1043 -msgid "Enable old style pager" -msgstr "" - -#: mod/admin.php:1043 -msgid "" -"The old style pager has page numbers but slows down massively the page " -"speed." -msgstr "" - -#: mod/admin.php:1044 +#: mod/admin.php:1431 msgid "Only search in tags" msgstr "" -#: mod/admin.php:1044 +#: mod/admin.php:1431 msgid "On large systems the text search can slow down the system extremely." msgstr "" -#: mod/admin.php:1046 +#: mod/admin.php:1433 msgid "New base url" msgstr "" -#: mod/admin.php:1046 +#: mod/admin.php:1433 msgid "" -"Change base url for this server. Sends relocate message to all DFRN contacts" -" of all users." +"Change base url for this server. Sends relocate message to all Friendica and" +" Diaspora* contacts of all users." msgstr "" -#: mod/admin.php:1048 +#: mod/admin.php:1435 msgid "RINO Encryption" msgstr "" -#: mod/admin.php:1048 +#: mod/admin.php:1435 msgid "Encryption layer between nodes." msgstr "" -#: mod/admin.php:1049 -msgid "Embedly API key" -msgstr "" +#: mod/admin.php:1435 +msgid "Enabled" +msgstr "Virkt" -#: mod/admin.php:1049 -msgid "" -"Embedly is used to fetch additional data for " -"web pages. This is an optional parameter." -msgstr "" - -#: mod/admin.php:1051 -msgid "Enable 'worker' background processing" -msgstr "" - -#: mod/admin.php:1051 -msgid "" -"The worker background processing limits the number of parallel background " -"jobs to a maximum number and respects the system load." -msgstr "" - -#: mod/admin.php:1052 +#: mod/admin.php:1437 msgid "Maximum number of parallel workers" msgstr "" -#: mod/admin.php:1052 +#: mod/admin.php:1437 msgid "" "On shared hosters set this to 2. On larger systems, values of 10 are great. " "Default value is 4." msgstr "" -#: mod/admin.php:1053 +#: mod/admin.php:1438 msgid "Don't use 'proc_open' with the worker" msgstr "" -#: mod/admin.php:1053 +#: mod/admin.php:1438 msgid "" "Enable this if your system doesn't allow the use of 'proc_open'. This can " "happen on shared hosters. If this is enabled you should increase the " -"frequency of poller calls in your crontab." +"frequency of worker calls in your crontab." msgstr "" -#: mod/admin.php:1054 +#: mod/admin.php:1439 msgid "Enable fastlane" msgstr "" -#: mod/admin.php:1054 +#: mod/admin.php:1439 msgid "" "When enabed, the fastlane mechanism starts an additional worker if processes" " with higher priority are blocked by processes of lower priority." msgstr "" -#: mod/admin.php:1055 +#: mod/admin.php:1440 msgid "Enable frontend worker" msgstr "" -#: mod/admin.php:1055 +#: mod/admin.php:1440 +#, php-format msgid "" "When enabled the Worker process is triggered when backend access is " -"performed (e.g. messages being delivered). On smaller sites you might want " -"to call yourdomain.tld/worker on a regular basis via an external cron job. " +"performed \\x28e.g. messages being delivered\\x29. On smaller sites you " +"might want to call %s/worker on a regular basis via an external cron job. " "You should only enable this option if you cannot utilize cron/scheduled jobs" -" on your server. The worker background process needs to be activated for " -"this." +" on your server." msgstr "" -#: mod/admin.php:1084 +#: mod/admin.php:1442 +msgid "Subscribe to relay" +msgstr "" + +#: mod/admin.php:1442 +msgid "" +"Enables the receiving of public posts from the relay. They will be included " +"in the search, subscribed tags and on the global community page." +msgstr "" + +#: mod/admin.php:1443 +msgid "Relay server" +msgstr "" + +#: mod/admin.php:1443 +msgid "" +"Address of the relay server where public posts should be send to. For " +"example https://relay.diasp.org" +msgstr "" + +#: mod/admin.php:1444 +msgid "Direct relay transfer" +msgstr "" + +#: mod/admin.php:1444 +msgid "" +"Enables the direct transfer to other servers without using the relay servers" +msgstr "" + +#: mod/admin.php:1445 +msgid "Relay scope" +msgstr "" + +#: mod/admin.php:1445 +msgid "" +"Can be 'all' or 'tags'. 'all' means that every public post should be " +"received. 'tags' means that only posts with selected tags should be " +"received." +msgstr "" + +#: mod/admin.php:1445 +msgid "all" +msgstr "allt" + +#: mod/admin.php:1445 +msgid "tags" +msgstr "merki" + +#: mod/admin.php:1446 +msgid "Server tags" +msgstr "" + +#: mod/admin.php:1446 +msgid "Comma separated list of tags for the 'tags' subscription." +msgstr "" + +#: mod/admin.php:1447 +msgid "Allow user tags" +msgstr "" + +#: mod/admin.php:1447 +msgid "" +"If enabled, the tags from the saved searches will used for the 'tags' " +"subscription in addition to the 'relay_server_tags'." +msgstr "" + +#: mod/admin.php:1475 msgid "Update has been marked successful" msgstr "Uppfærsla merkt sem tókst" -#: mod/admin.php:1092 +#: mod/admin.php:1482 #, php-format msgid "Database structure update %s was successfully applied." msgstr "" -#: mod/admin.php:1095 +#: mod/admin.php:1485 #, php-format msgid "Executing of database structure update %s failed with error: %s" msgstr "" -#: mod/admin.php:1107 +#: mod/admin.php:1498 #, php-format msgid "Executing %s failed with error: %s" msgstr "" -#: mod/admin.php:1110 +#: mod/admin.php:1500 #, php-format msgid "Update %s was successfully applied." msgstr "Uppfærsla %s framkvæmd." -#: mod/admin.php:1114 +#: mod/admin.php:1503 #, php-format msgid "Update %s did not return a status. Unknown if it succeeded." msgstr "Uppfærsla %s skilaði ekki gildi. Óvíst hvort tókst." -#: mod/admin.php:1116 +#: mod/admin.php:1506 #, php-format msgid "There was no additional update function %s that needed to be called." msgstr "" -#: mod/admin.php:1135 +#: mod/admin.php:1526 msgid "No failed updates." msgstr "Engar uppfærslur mistókust." -#: mod/admin.php:1136 +#: mod/admin.php:1527 msgid "Check database structure" msgstr "" -#: mod/admin.php:1141 +#: mod/admin.php:1532 msgid "Failed Updates" msgstr "Uppfærslur sem mistókust" -#: mod/admin.php:1142 +#: mod/admin.php:1533 msgid "" "This does not include updates prior to 1139, which did not return a status." msgstr "Þetta á ekki við uppfærslur fyrir 1139, þær skiluðu ekki lokastöðu." -#: mod/admin.php:1143 +#: mod/admin.php:1534 msgid "Mark success (if update was manually applied)" msgstr "Merkja sem tókst (ef uppfærsla var framkvæmd handvirkt)" -#: mod/admin.php:1144 +#: mod/admin.php:1535 msgid "Attempt to execute this update step automatically" msgstr "Framkvæma þessa uppfærslu sjálfkrafa" -#: mod/admin.php:1178 +#: mod/admin.php:1574 #, php-format msgid "" "\n" @@ -7344,7 +6434,7 @@ msgid "" "\t\t\t\tthe administrator of %2$s has set up an account for you." msgstr "" -#: mod/admin.php:1181 +#: mod/admin.php:1577 #, php-format msgid "" "\n" @@ -7371,242 +6461,244 @@ msgid "" "\t\t\tIf you are new and do not know anybody here, they may help\n" "\t\t\tyou to make some new and interesting friends.\n" "\n" +"\t\t\tIf you ever want to delete your account, you can do so at %1$s/removeme\n" +"\n" "\t\t\tThank you and welcome to %4$s." msgstr "" -#: mod/admin.php:1225 +#: mod/admin.php:1611 src/Model/User.php:649 +#, php-format +msgid "Registration details for %s" +msgstr "Nýskráningar upplýsingar fyrir %s" + +#: mod/admin.php:1621 #, php-format msgid "%s user blocked/unblocked" msgid_plural "%s users blocked/unblocked" msgstr[0] "" msgstr[1] "" -#: mod/admin.php:1232 +#: mod/admin.php:1627 #, php-format msgid "%s user deleted" msgid_plural "%s users deleted" -msgstr[0] "%s notenda eytt" +msgstr[0] "%s notanda eytt" msgstr[1] "%s notendum eytt" -#: mod/admin.php:1279 +#: mod/admin.php:1674 #, php-format msgid "User '%s' deleted" msgstr "Notanda '%s' eytt" -#: mod/admin.php:1287 +#: mod/admin.php:1682 #, php-format msgid "User '%s' unblocked" msgstr "Notanda '%s' gefið frelsi" -#: mod/admin.php:1287 +#: mod/admin.php:1682 #, php-format msgid "User '%s' blocked" -msgstr "Notanda '%s' settur í bann" +msgstr "Notandi '%s' settur í bann" -#: mod/admin.php:1396 mod/admin.php:1422 +#: mod/admin.php:1781 mod/admin.php:1793 mod/admin.php:1806 mod/admin.php:1824 +#: src/Content/ContactSelector.php:82 +msgid "Email" +msgstr "Tölvupóstur" + +#: mod/admin.php:1781 mod/admin.php:1806 msgid "Register date" -msgstr "Skráningar dagsetning" +msgstr "Skráningardagur" -#: mod/admin.php:1396 mod/admin.php:1422 +#: mod/admin.php:1781 mod/admin.php:1806 msgid "Last login" msgstr "Síðast innskráður" -#: mod/admin.php:1396 mod/admin.php:1422 +#: mod/admin.php:1781 mod/admin.php:1806 msgid "Last item" -msgstr "Síðasta" +msgstr "Síðasta atriði" -#: mod/admin.php:1405 +#: mod/admin.php:1781 mod/settings.php:55 +msgid "Account" +msgstr "Notandi" + +#: mod/admin.php:1789 msgid "Add User" -msgstr "" +msgstr "Bæta við notanda" -#: mod/admin.php:1406 -msgid "select all" -msgstr "velja alla" - -#: mod/admin.php:1407 +#: mod/admin.php:1791 msgid "User registrations waiting for confirm" msgstr "Skráning notanda býður samþykkis" -#: mod/admin.php:1408 +#: mod/admin.php:1792 msgid "User waiting for permanent deletion" msgstr "" -#: mod/admin.php:1409 +#: mod/admin.php:1793 msgid "Request date" msgstr "Dagsetning beiðnar" -#: mod/admin.php:1410 +#: mod/admin.php:1794 msgid "No registrations." msgstr "Engin skráning" -#: mod/admin.php:1411 +#: mod/admin.php:1795 msgid "Note from the user" msgstr "" -#: mod/admin.php:1413 +#: mod/admin.php:1797 msgid "Deny" msgstr "Hafnað" -#: mod/admin.php:1415 mod/contacts.php:605 mod/contacts.php:805 -#: mod/contacts.php:983 -msgid "Block" -msgstr "Banna" - -#: mod/admin.php:1416 mod/contacts.php:605 mod/contacts.php:805 -#: mod/contacts.php:983 -msgid "Unblock" -msgstr "Afbanna" - -#: mod/admin.php:1417 +#: mod/admin.php:1801 msgid "Site admin" msgstr "Vefstjóri" -#: mod/admin.php:1418 +#: mod/admin.php:1802 msgid "Account expired" -msgstr "" +msgstr "Notandaaðgangur útrunninn" -#: mod/admin.php:1421 +#: mod/admin.php:1805 msgid "New User" -msgstr "" +msgstr "Nýr notandi" -#: mod/admin.php:1422 +#: mod/admin.php:1806 msgid "Deleted since" -msgstr "" +msgstr "Eytt síðan" -#: mod/admin.php:1427 +#: mod/admin.php:1811 msgid "" "Selected users will be deleted!\\n\\nEverything these users had posted on " "this site will be permanently deleted!\\n\\nAre you sure?" msgstr "Valdir notendur verður eytt!\\n\\nAllt sem þessir notendur hafa deilt á þessum vef verður varanlega eytt!\\n\\nErtu alveg viss?" -#: mod/admin.php:1428 +#: mod/admin.php:1812 msgid "" "The user {0} will be deleted!\\n\\nEverything this user has posted on this " "site will be permanently deleted!\\n\\nAre you sure?" msgstr "Notandinn {0} verður eytt!\\n\\nAllt sem þessi notandi hefur deilt á þessum vef veður varanlega eytt!\\n\\nErtu alveg viss?" -#: mod/admin.php:1438 +#: mod/admin.php:1822 msgid "Name of the new user." msgstr "" -#: mod/admin.php:1439 +#: mod/admin.php:1823 msgid "Nickname" -msgstr "" +msgstr "Stuttnefni" -#: mod/admin.php:1439 +#: mod/admin.php:1823 msgid "Nickname of the new user." msgstr "" -#: mod/admin.php:1440 +#: mod/admin.php:1824 msgid "Email address of the new user." msgstr "" -#: mod/admin.php:1483 +#: mod/admin.php:1866 #, php-format -msgid "Plugin %s disabled." -msgstr "Kerfiseining %s óvirk." +msgid "Addon %s disabled." +msgstr "" -#: mod/admin.php:1487 +#: mod/admin.php:1870 #, php-format -msgid "Plugin %s enabled." -msgstr "Kveikt á kerfiseiningu %s" +msgid "Addon %s enabled." +msgstr "" -#: mod/admin.php:1498 mod/admin.php:1734 +#: mod/admin.php:1880 mod/admin.php:2129 msgid "Disable" -msgstr "Slökkva" +msgstr "Gera óvirkt" -#: mod/admin.php:1500 mod/admin.php:1736 +#: mod/admin.php:1883 mod/admin.php:2132 msgid "Enable" -msgstr "Kveikja" +msgstr "Virkja" -#: mod/admin.php:1523 mod/admin.php:1781 +#: mod/admin.php:1905 mod/admin.php:2174 msgid "Toggle" msgstr "Skipta" -#: mod/admin.php:1531 mod/admin.php:1790 +#: mod/admin.php:1913 mod/admin.php:2183 msgid "Author: " msgstr "Höfundur:" -#: mod/admin.php:1532 mod/admin.php:1791 +#: mod/admin.php:1914 mod/admin.php:2184 msgid "Maintainer: " +msgstr "Umsjónarmaður: " + +#: mod/admin.php:1966 +msgid "Reload active addons" msgstr "" -#: mod/admin.php:1584 -msgid "Reload active plugins" -msgstr "Endurhlaða virkar kerfiseiningar" - -#: mod/admin.php:1589 +#: mod/admin.php:1971 #, php-format msgid "" -"There are currently no plugins available on your node. You can find the " -"official plugin repository at %1$s and might find other interesting plugins " -"in the open plugin registry at %2$s" +"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:1694 +#: mod/admin.php:2091 msgid "No themes found." msgstr "Engin þemu fundust" -#: mod/admin.php:1772 +#: mod/admin.php:2165 msgid "Screenshot" msgstr "Skjámynd" -#: mod/admin.php:1832 +#: mod/admin.php:2219 msgid "Reload active themes" msgstr "" -#: mod/admin.php:1837 +#: mod/admin.php:2224 #, php-format -msgid "No themes found on the system. They should be paced in %1$s" +msgid "No themes found on the system. They should be placed in %1$s" msgstr "" -#: mod/admin.php:1838 +#: mod/admin.php:2225 msgid "[Experimental]" -msgstr "[Tilraun]" +msgstr "[Á tilraunastigi]" -#: mod/admin.php:1839 +#: mod/admin.php:2226 msgid "[Unsupported]" -msgstr "[Óstudd]" +msgstr "[Óstutt]" -#: mod/admin.php:1863 +#: mod/admin.php:2250 msgid "Log settings updated." msgstr "Stillingar atburðaskrár uppfærðar. " -#: mod/admin.php:1895 +#: mod/admin.php:2282 msgid "PHP log currently enabled." msgstr "" -#: mod/admin.php:1897 +#: mod/admin.php:2284 msgid "PHP log currently disabled." msgstr "" -#: mod/admin.php:1906 +#: mod/admin.php:2293 msgid "Clear" msgstr "Hreinsa" -#: mod/admin.php:1911 +#: mod/admin.php:2297 msgid "Enable Debugging" msgstr "" -#: mod/admin.php:1912 +#: mod/admin.php:2298 msgid "Log file" msgstr "Atburðaskrá" -#: mod/admin.php:1912 +#: mod/admin.php:2298 msgid "" "Must be writable by web server. Relative to your Friendica top-level " "directory." msgstr "Vefþjónn verður að hafa skrifréttindi. Afstætt við Friendica rótar skráarsafn." -#: mod/admin.php:1913 +#: mod/admin.php:2299 msgid "Log level" msgstr "Stig atburðaskráningar" -#: mod/admin.php:1916 +#: mod/admin.php:2301 msgid "PHP logging" msgstr "" -#: mod/admin.php:1917 +#: mod/admin.php:2302 msgid "" "To enable logging of PHP errors and warnings you can add the following to " "the .htconfig.php file of your installation. The filename set in the " @@ -7615,1294 +6707,2792 @@ msgid "" "'display_errors' is to enable these options, set to '0' to disable them." msgstr "" -#: mod/admin.php:2045 +#: mod/admin.php:2333 +#, php-format +msgid "" +"Error trying to open %1$s log file.\\r\\n
    Check to see " +"if file %1$s exist and is readable." +msgstr "" + +#: mod/admin.php:2337 +#, php-format +msgid "" +"Couldn't open %1$s log file.\\r\\n
    Check to see if file" +" %1$s is readable." +msgstr "" + +#: mod/admin.php:2428 mod/admin.php:2429 mod/settings.php:775 +msgid "Off" +msgstr "Slökkt" + +#: mod/admin.php:2428 mod/admin.php:2429 mod/settings.php:775 +msgid "On" +msgstr "Kveikt" + +#: mod/admin.php:2429 #, php-format msgid "Lock feature %s" msgstr "" -#: mod/admin.php:2053 +#: mod/admin.php:2437 msgid "Manage Additional Features" msgstr "" -#: mod/contacts.php:128 +#: mod/settings.php:72 +msgid "Display" +msgstr "Birting" + +#: mod/settings.php:79 mod/settings.php:842 +msgid "Social Networks" +msgstr "Samfélagsnet" + +#: mod/settings.php:93 src/Content/Nav.php:204 +msgid "Delegations" +msgstr "" + +#: mod/settings.php:100 +msgid "Connected apps" +msgstr "Tengd forrit" + +#: mod/settings.php:114 +msgid "Remove account" +msgstr "Henda tengilið" + +#: mod/settings.php:168 +msgid "Missing some important data!" +msgstr "Vantar mikilvæg gögn!" + +#: mod/settings.php:279 +msgid "Failed to connect with email account using the settings provided." +msgstr "Ekki tókst að tengjast við pósthólf með stillingum sem uppgefnar eru." + +#: mod/settings.php:284 +msgid "Email settings updated." +msgstr "Stillingar póstfangs uppfærðar." + +#: mod/settings.php:300 +msgid "Features updated" +msgstr "" + +#: mod/settings.php:372 +msgid "Relocate message has been send to your contacts" +msgstr "" + +#: mod/settings.php:384 src/Model/User.php:325 +msgid "Passwords do not match. Password unchanged." +msgstr "Aðgangsorð ber ekki saman. Aðgangsorð óbreytt." + +#: mod/settings.php:389 +msgid "Empty passwords are not allowed. Password unchanged." +msgstr "Tóm aðgangsorð eru ekki leyfileg. Aðgangsorð óbreytt." + +#: mod/settings.php:394 src/Core/Console/NewPassword.php:78 +msgid "" +"The new password has been exposed in a public data dump, please choose " +"another." +msgstr "" + +#: mod/settings.php:400 +msgid "Wrong password." +msgstr "Rangt lykilorð." + +#: mod/settings.php:407 src/Core/Console/NewPassword.php:85 +msgid "Password changed." +msgstr "Aðgangsorði breytt." + +#: mod/settings.php:409 src/Core/Console/NewPassword.php:82 +msgid "Password update failed. Please try again." +msgstr "Uppfærsla á aðgangsorði tókst ekki. Reyndu aftur." + +#: mod/settings.php:496 +msgid " Please use a shorter name." +msgstr " Notaðu styttra nafn." + +#: mod/settings.php:499 +msgid " Name too short." +msgstr "Nafn of stutt." + +#: mod/settings.php:507 +msgid "Wrong Password" +msgstr "Rangt lykilorð" + +#: mod/settings.php:512 +msgid "Invalid email." +msgstr "Ógilt tölvupóstfang." + +#: mod/settings.php:519 +msgid "Cannot change to that email." +msgstr "" + +#: mod/settings.php:572 +msgid "Private forum has no privacy permissions. Using default privacy group." +msgstr "" + +#: mod/settings.php:575 +msgid "Private forum has no privacy permissions and no default privacy group." +msgstr "" + +#: mod/settings.php:615 +msgid "Settings updated." +msgstr "Stillingar uppfærðar." + +#: mod/settings.php:674 mod/settings.php:700 mod/settings.php:736 +msgid "Add application" +msgstr "Bæta við forriti" + +#: mod/settings.php:678 mod/settings.php:704 +msgid "Consumer Key" +msgstr "Notenda lykill" + +#: mod/settings.php:679 mod/settings.php:705 +msgid "Consumer Secret" +msgstr "Notenda leyndarmál" + +#: mod/settings.php:680 mod/settings.php:706 +msgid "Redirect" +msgstr "Áframsenda" + +#: mod/settings.php:681 mod/settings.php:707 +msgid "Icon url" +msgstr "Táknmyndar slóð" + +#: mod/settings.php:692 +msgid "You can't edit this application." +msgstr "Þú getur ekki breytt þessu forriti." + +#: mod/settings.php:735 +msgid "Connected Apps" +msgstr "Tengd forrit" + +#: mod/settings.php:737 src/Object/Post.php:155 src/Object/Post.php:157 +msgid "Edit" +msgstr "Breyta" + +#: mod/settings.php:739 +msgid "Client key starts with" +msgstr "Lykill viðskiptavinar byrjar á" + +#: mod/settings.php:740 +msgid "No name" +msgstr "Ekkert nafn" + +#: mod/settings.php:741 +msgid "Remove authorization" +msgstr "Fjarlæga auðkenningu" + +#: mod/settings.php:752 +msgid "No Addon settings configured" +msgstr "" + +#: mod/settings.php:761 +msgid "Addon Settings" +msgstr "" + +#: mod/settings.php:782 +msgid "Additional Features" +msgstr "" + +#: mod/settings.php:805 src/Content/ContactSelector.php:83 +msgid "Diaspora" +msgstr "Diaspora" + +#: mod/settings.php:805 mod/settings.php:806 +msgid "enabled" +msgstr "kveikt" + +#: mod/settings.php:805 mod/settings.php:806 +msgid "disabled" +msgstr "slökkt" + +#: mod/settings.php:805 mod/settings.php:806 #, php-format -msgid "%d contact edited." -msgid_plural "%d contacts edited." +msgid "Built-in support for %s connectivity is %s" +msgstr "Innbyggður stuðningur fyrir %s tenging er%s" + +#: mod/settings.php:806 +msgid "GNU Social (OStatus)" +msgstr "GNU Social (OStatus)" + +#: mod/settings.php:837 +msgid "Email access is disabled on this site." +msgstr "Slökkt hefur verið á tölvupóst aðgang á þessum þjón." + +#: mod/settings.php:847 +msgid "General Social Media Settings" +msgstr "Almennar stillingar samfélagsmiðla" + +#: mod/settings.php:848 +msgid "Disable Content Warning" +msgstr "" + +#: mod/settings.php:848 +msgid "" +"Users on networks like Mastodon or Pleroma are able to set a content warning" +" field which collapse their post by default. This disables the automatic " +"collapsing and sets the content warning as the post title. Doesn't affect " +"any other content filtering you eventually set up." +msgstr "" + +#: mod/settings.php:849 +msgid "Disable intelligent shortening" +msgstr "" + +#: mod/settings.php:849 +msgid "" +"Normally the system tries to find the best link to add to shortened posts. " +"If this option is enabled then every shortened post will always point to the" +" original friendica post." +msgstr "" + +#: mod/settings.php:850 +msgid "Automatically follow any GNU Social (OStatus) followers/mentioners" +msgstr "" + +#: mod/settings.php:850 +msgid "" +"If you receive a message from an unknown OStatus user, this option decides " +"what to do. If it is checked, a new contact will be created for every " +"unknown user." +msgstr "" + +#: mod/settings.php:851 +msgid "Default group for OStatus contacts" +msgstr "" + +#: mod/settings.php:852 +msgid "Your legacy GNU Social account" +msgstr "" + +#: mod/settings.php:852 +msgid "" +"If you enter your old GNU Social/Statusnet account name here (in the format " +"user@domain.tld), your contacts will be added automatically. The field will " +"be emptied when done." +msgstr "" + +#: mod/settings.php:855 +msgid "Repair OStatus subscriptions" +msgstr "" + +#: mod/settings.php:859 +msgid "Email/Mailbox Setup" +msgstr "Tölvupóstur stilling" + +#: mod/settings.php:860 +msgid "" +"If you wish to communicate with email contacts using this service " +"(optional), please specify how to connect to your mailbox." +msgstr "Ef þú villt hafa samskipti við tölvupósts tengiliði með þessari þjónustu (valfrjálst), skilgreindu þá hvernig á að tengjast póstfanginu þínu." + +#: mod/settings.php:861 +msgid "Last successful email check:" +msgstr "Póstfang sannreynt síðast:" + +#: mod/settings.php:863 +msgid "IMAP server name:" +msgstr "IMAP þjónn:" + +#: mod/settings.php:864 +msgid "IMAP port:" +msgstr "IMAP port:" + +#: mod/settings.php:865 +msgid "Security:" +msgstr "Öryggi:" + +#: mod/settings.php:865 mod/settings.php:870 +msgid "None" +msgstr "Ekkert" + +#: mod/settings.php:866 +msgid "Email login name:" +msgstr "Notandanafn tölvupóstfangs:" + +#: mod/settings.php:867 +msgid "Email password:" +msgstr "Lykilorð tölvupóstfangs:" + +#: mod/settings.php:868 +msgid "Reply-to address:" +msgstr "Svarpóstfang:" + +#: mod/settings.php:869 +msgid "Send public posts to all email contacts:" +msgstr "Senda opinberar færslur á alla tölvupóst viðtakendur:" + +#: mod/settings.php:870 +msgid "Action after import:" +msgstr "" + +#: mod/settings.php:870 src/Content/Nav.php:191 +msgid "Mark as seen" +msgstr "Merka sem séð" + +#: mod/settings.php:870 +msgid "Move to folder" +msgstr "Flytja yfir í skrásafn" + +#: mod/settings.php:871 +msgid "Move to folder:" +msgstr "Flytja yfir í skrásafn:" + +#: mod/settings.php:914 +#, php-format +msgid "%s - (Unsupported)" +msgstr "%s - (ekki stutt)" + +#: mod/settings.php:916 +#, php-format +msgid "%s - (Experimental)" +msgstr "%s - (á tilraunastigi)" + +#: mod/settings.php:959 +msgid "Display Settings" +msgstr "Birtingarstillingar" + +#: mod/settings.php:965 mod/settings.php:989 +msgid "Display Theme:" +msgstr "Útlits þema:" + +#: mod/settings.php:966 +msgid "Mobile Theme:" +msgstr "Farsímaþema" + +#: mod/settings.php:967 +msgid "Suppress warning of insecure networks" +msgstr "" + +#: mod/settings.php:967 +msgid "" +"Should the system suppress the warning that the current group contains " +"members of networks that can't receive non public postings." +msgstr "" + +#: mod/settings.php:968 +msgid "Update browser every xx seconds" +msgstr "Endurhlaða vefsíðu á xx sekúndu fresti" + +#: mod/settings.php:968 +msgid "Minimum of 10 seconds. Enter -1 to disable it." +msgstr "" + +#: mod/settings.php:969 +msgid "Number of items to display per page:" +msgstr "" + +#: mod/settings.php:969 mod/settings.php:970 +msgid "Maximum of 100 items" +msgstr "" + +#: mod/settings.php:970 +msgid "Number of items to display per page when viewed from mobile device:" +msgstr "" + +#: mod/settings.php:971 +msgid "Don't show emoticons" +msgstr "" + +#: mod/settings.php:972 +msgid "Calendar" +msgstr "Dagatal" + +#: mod/settings.php:973 +msgid "Beginning of week:" +msgstr "Upphaf viku:" + +#: mod/settings.php:974 +msgid "Don't show notices" +msgstr "" + +#: mod/settings.php:975 +msgid "Infinite scroll" +msgstr "" + +#: mod/settings.php:976 +msgid "Automatic updates only at the top of the network page" +msgstr "" + +#: mod/settings.php:976 +msgid "" +"When disabled, the network page is updated all the time, which could be " +"confusing while reading." +msgstr "" + +#: mod/settings.php:977 +msgid "Bandwith Saver Mode" +msgstr "" + +#: mod/settings.php:977 +msgid "" +"When enabled, embedded content is not displayed on automatic updates, they " +"only show on page reload." +msgstr "" + +#: mod/settings.php:978 +msgid "Smart Threading" +msgstr "" + +#: mod/settings.php:978 +msgid "" +"When enabled, suppress extraneous thread indentation while keeping it where " +"it matters. Only works if threading is available and enabled." +msgstr "" + +#: mod/settings.php:980 +msgid "General Theme Settings" +msgstr "" + +#: mod/settings.php:981 +msgid "Custom Theme Settings" +msgstr "" + +#: mod/settings.php:982 +msgid "Content Settings" +msgstr "Stillingar efnis" + +#: mod/settings.php:983 view/theme/duepuntozero/config.php:73 +#: view/theme/frio/config.php:115 view/theme/quattro/config.php:75 +#: view/theme/vier/config.php:121 +msgid "Theme settings" +msgstr "Þemastillingar" + +#: mod/settings.php:1002 +msgid "Unable to find your profile. Please contact your admin." +msgstr "" + +#: mod/settings.php:1044 +msgid "Account Types" +msgstr "Gerðir notendaaðganga" + +#: mod/settings.php:1045 +msgid "Personal Page Subtypes" +msgstr "" + +#: mod/settings.php:1046 +msgid "Community Forum Subtypes" +msgstr "" + +#: mod/settings.php:1053 +msgid "Personal Page" +msgstr "" + +#: mod/settings.php:1054 +msgid "Account for a personal profile." +msgstr "" + +#: mod/settings.php:1057 +msgid "Organisation Page" +msgstr "" + +#: mod/settings.php:1058 +msgid "" +"Account for an organisation that automatically approves contact requests as " +"\"Followers\"." +msgstr "" + +#: mod/settings.php:1061 +msgid "News Page" +msgstr "" + +#: mod/settings.php:1062 +msgid "" +"Account for a news reflector that automatically approves contact requests as" +" \"Followers\"." +msgstr "" + +#: mod/settings.php:1065 +msgid "Community Forum" +msgstr "" + +#: mod/settings.php:1066 +msgid "Account for community discussions." +msgstr "" + +#: mod/settings.php:1069 +msgid "Normal Account Page" +msgstr "" + +#: mod/settings.php:1070 +msgid "" +"Account for a regular personal profile that requires manual approval of " +"\"Friends\" and \"Followers\"." +msgstr "" + +#: mod/settings.php:1073 +msgid "Soapbox Page" +msgstr "" + +#: mod/settings.php:1074 +msgid "" +"Account for a public profile that automatically approves contact requests as" +" \"Followers\"." +msgstr "" + +#: mod/settings.php:1077 +msgid "Public Forum" +msgstr "" + +#: mod/settings.php:1078 +msgid "Automatically approves all contact requests." +msgstr "" + +#: mod/settings.php:1081 +msgid "Automatic Friend Page" +msgstr "" + +#: mod/settings.php:1082 +msgid "" +"Account for a popular profile that automatically approves contact requests " +"as \"Friends\"." +msgstr "" + +#: mod/settings.php:1085 +msgid "Private Forum [Experimental]" +msgstr "Einkaspjallsvæði [á tilraunastigi]" + +#: mod/settings.php:1086 +msgid "Requires manual approval of contact requests." +msgstr "" + +#: mod/settings.php:1097 +msgid "OpenID:" +msgstr "OpenID:" + +#: mod/settings.php:1097 +msgid "(Optional) Allow this OpenID to login to this account." +msgstr "(Valfrjálst) Leyfa þessu OpenID til að auðkennast sem þessi notandi." + +#: mod/settings.php:1105 +msgid "Publish your default profile in your local site directory?" +msgstr "Gefa út sjálfgefna forsíðu í tengiliðalista á þessum þjón?" + +#: mod/settings.php:1105 +#, php-format +msgid "" +"Your profile will be published in the global friendica directories (e.g. %s). Your profile will be visible in public." +msgstr "" + +#: mod/settings.php:1111 +msgid "Publish your default profile in the global social directory?" +msgstr "Gefa sjálfgefna forsíðu út í alheimstengiliðalista?" + +#: mod/settings.php:1111 +#, php-format +msgid "" +"Your profile will be published in this node's local " +"directory. Your profile details may be publicly visible depending on the" +" system settings." +msgstr "" + +#: mod/settings.php:1118 +msgid "Hide your contact/friend list from viewers of your default profile?" +msgstr "Fela tengiliða-/vinalistann þinn fyrir áhorfendum á sjálfgefinni forsíðu?" + +#: mod/settings.php:1118 +msgid "" +"Your contact list won't be shown in your default profile page. You can " +"decide to show your contact list separately for each additional profile you " +"create" +msgstr "" + +#: mod/settings.php:1122 +msgid "Hide your profile details from anonymous viewers?" +msgstr "" + +#: mod/settings.php:1122 +msgid "" +"Anonymous visitors will only see your profile picture, your display name and" +" the nickname you are using on your profile page. Disables posting public " +"messages to Diaspora and other networks." +msgstr "" + +#: mod/settings.php:1126 +msgid "Allow friends to post to your profile page?" +msgstr "Leyfa vinum að deila á forsíðuna þína?" + +#: mod/settings.php:1126 +msgid "" +"Your contacts may write posts on your profile wall. These posts will be " +"distributed to your contacts" +msgstr "" + +#: mod/settings.php:1130 +msgid "Allow friends to tag your posts?" +msgstr "Leyfa vinum að merkja færslurnar þínar?" + +#: mod/settings.php:1130 +msgid "Your contacts can add additional tags to your posts." +msgstr "" + +#: mod/settings.php:1134 +msgid "Allow us to suggest you as a potential friend to new members?" +msgstr "Leyfa að stungið verði uppá þér sem hugsamlegum vinur fyrir aðra notendur? " + +#: mod/settings.php:1134 +msgid "" +"If you like, Friendica may suggest new members to add you as a contact." +msgstr "" + +#: mod/settings.php:1138 +msgid "Permit unknown people to send you private mail?" +msgstr "" + +#: mod/settings.php:1138 +msgid "" +"Friendica network users may send you private messages even if they are not " +"in your contact list." +msgstr "" + +#: mod/settings.php:1142 +msgid "Profile is not published." +msgstr "Forsíðu hefur ekki verið gefinn út." + +#: mod/settings.php:1148 +#, php-format +msgid "Your Identity Address is '%s' or '%s'." +msgstr "" + +#: mod/settings.php:1155 +msgid "Automatically expire posts after this many days:" +msgstr "Sjálfkrafa fyrna færslu eftir hvað marga daga:" + +#: mod/settings.php:1155 +msgid "If empty, posts will not expire. Expired posts will be deleted" +msgstr "Tómar færslur renna ekki út. Útrunnum færslum er eytt" + +#: mod/settings.php:1156 +msgid "Advanced expiration settings" +msgstr "Ítarlegar stillingar fyrningatíma" + +#: mod/settings.php:1157 +msgid "Advanced Expiration" +msgstr "Flókin fyrning" + +#: mod/settings.php:1158 +msgid "Expire posts:" +msgstr "Fyrna færslur:" + +#: mod/settings.php:1159 +msgid "Expire personal notes:" +msgstr "Fyrna einka glósur:" + +#: mod/settings.php:1160 +msgid "Expire starred posts:" +msgstr "Fyrna stjörnumerktar færslur:" + +#: mod/settings.php:1161 +msgid "Expire photos:" +msgstr "Fyrna myndum:" + +#: mod/settings.php:1162 +msgid "Only expire posts by others:" +msgstr "" + +#: mod/settings.php:1192 +msgid "Account Settings" +msgstr "Stillingar aðgangs" + +#: mod/settings.php:1200 +msgid "Password Settings" +msgstr "Stillingar aðgangsorða" + +#: mod/settings.php:1202 +msgid "Leave password fields blank unless changing" +msgstr "Hafðu aðgangsorða svæði tóm nema þegar verið er að breyta" + +#: mod/settings.php:1203 +msgid "Current Password:" +msgstr "Núverandi lykilorð:" + +#: mod/settings.php:1203 mod/settings.php:1204 +msgid "Your current password to confirm the changes" +msgstr "" + +#: mod/settings.php:1204 +msgid "Password:" +msgstr "Lykilorð:" + +#: mod/settings.php:1208 +msgid "Basic Settings" +msgstr "Grunnstillingar" + +#: mod/settings.php:1209 src/Model/Profile.php:738 +msgid "Full Name:" +msgstr "Fullt nafn:" + +#: mod/settings.php:1210 +msgid "Email Address:" +msgstr "Póstfang:" + +#: mod/settings.php:1211 +msgid "Your Timezone:" +msgstr "Þitt tímabelti:" + +#: mod/settings.php:1212 +msgid "Your Language:" +msgstr "Tungumálið þitt:" + +#: mod/settings.php:1212 +msgid "" +"Set the language we use to show you friendica interface and to send you " +"emails" +msgstr "" + +#: mod/settings.php:1213 +msgid "Default Post Location:" +msgstr "Sjálfgefin staðsetning færslu:" + +#: mod/settings.php:1214 +msgid "Use Browser Location:" +msgstr "Nota vafra staðsetningu:" + +#: mod/settings.php:1217 +msgid "Security and Privacy Settings" +msgstr "Öryggis og friðhelgistillingar" + +#: mod/settings.php:1219 +msgid "Maximum Friend Requests/Day:" +msgstr "Hámarks vinabeiðnir á dag:" + +#: mod/settings.php:1219 mod/settings.php:1248 +msgid "(to prevent spam abuse)" +msgstr "(til að koma í veg fyrir rusl misnotkun)" + +#: mod/settings.php:1220 +msgid "Default Post Permissions" +msgstr "Sjálfgefnar aðgangstýring á færslum" + +#: mod/settings.php:1221 +msgid "(click to open/close)" +msgstr "(ýttu á til að opna/loka)" + +#: mod/settings.php:1231 +msgid "Default Private Post" +msgstr "" + +#: mod/settings.php:1232 +msgid "Default Public Post" +msgstr "" + +#: mod/settings.php:1236 +msgid "Default Permissions for New Posts" +msgstr "" + +#: mod/settings.php:1248 +msgid "Maximum private messages per day from unknown people:" +msgstr "" + +#: mod/settings.php:1251 +msgid "Notification Settings" +msgstr "Stillingar á tilkynningum" + +#: mod/settings.php:1252 +msgid "By default post a status message when:" +msgstr "" + +#: mod/settings.php:1253 +msgid "accepting a friend request" +msgstr "samþykki vinabeiðni" + +#: mod/settings.php:1254 +msgid "joining a forum/community" +msgstr "ganga til liðs við hóp/samfélag" + +#: mod/settings.php:1255 +msgid "making an interesting profile change" +msgstr "" + +#: mod/settings.php:1256 +msgid "Send a notification email when:" +msgstr "Senda tilkynninga tölvupóst þegar:" + +#: mod/settings.php:1257 +msgid "You receive an introduction" +msgstr "Þú færð kynningu" + +#: mod/settings.php:1258 +msgid "Your introductions are confirmed" +msgstr "Kynningarnar þínar eru samþykktar" + +#: mod/settings.php:1259 +msgid "Someone writes on your profile wall" +msgstr "Einhver skrifar á vegginn þínn" + +#: mod/settings.php:1260 +msgid "Someone writes a followup comment" +msgstr "Einhver skrifar athugasemd á færslu hjá þér" + +#: mod/settings.php:1261 +msgid "You receive a private message" +msgstr "Þú færð einkaskilaboð" + +#: mod/settings.php:1262 +msgid "You receive a friend suggestion" +msgstr "Þér hefur borist vina uppástunga" + +#: mod/settings.php:1263 +msgid "You are tagged in a post" +msgstr "Þú varst merkt(ur) í færslu" + +#: mod/settings.php:1264 +msgid "You are poked/prodded/etc. in a post" +msgstr "" + +#: mod/settings.php:1266 +msgid "Activate desktop notifications" +msgstr "" + +#: mod/settings.php:1266 +msgid "Show desktop popup on new notifications" +msgstr "" + +#: mod/settings.php:1268 +msgid "Text-only notification emails" +msgstr "" + +#: mod/settings.php:1270 +msgid "Send text only notification emails, without the html part" +msgstr "" + +#: mod/settings.php:1272 +msgid "Show detailled notifications" +msgstr "" + +#: mod/settings.php:1274 +msgid "" +"Per default, notifications are condensed to a single notification per item. " +"When enabled every notification is displayed." +msgstr "" + +#: mod/settings.php:1276 +msgid "Advanced Account/Page Type Settings" +msgstr "" + +#: mod/settings.php:1277 +msgid "Change the behaviour of this account for special situations" +msgstr "" + +#: mod/settings.php:1280 +msgid "Relocate" +msgstr "" + +#: mod/settings.php:1281 +msgid "" +"If you have moved this profile from another server, and some of your " +"contacts don't receive your updates, try pushing this button." +msgstr "" + +#: mod/settings.php:1282 +msgid "Resend relocate message to contacts" +msgstr "" + +#: src/Core/UserImport.php:104 +msgid "Error decoding account file" +msgstr "" + +#: src/Core/UserImport.php:110 +msgid "Error! No version data in file! This is not a Friendica account file?" +msgstr "" + +#: src/Core/UserImport.php:118 +#, php-format +msgid "User '%s' already exists on this server!" +msgstr "" + +#: src/Core/UserImport.php:151 +msgid "User creation error" +msgstr "" + +#: src/Core/UserImport.php:169 +msgid "User profile creation error" +msgstr "" + +#: src/Core/UserImport.php:213 +#, php-format +msgid "%d contact not imported" +msgid_plural "%d contacts not imported" msgstr[0] "" msgstr[1] "" -#: mod/contacts.php:159 mod/contacts.php:368 -msgid "Could not access contact record." -msgstr "Tókst ekki að ná í uppl. um tengilið" - -#: mod/contacts.php:173 -msgid "Could not locate selected profile." -msgstr "Tókst ekki að staðsetja valinn forsíðu" - -#: mod/contacts.php:206 -msgid "Contact updated." -msgstr "Tengiliður uppfærður" - -#: mod/contacts.php:208 mod/dfrn_request.php:583 -msgid "Failed to update contact record." -msgstr "Ekki tókst að uppfæra tengiliðs skrá." - -#: mod/contacts.php:389 -msgid "Contact has been blocked" -msgstr "Lokað á tengilið" - -#: mod/contacts.php:389 -msgid "Contact has been unblocked" -msgstr "Opnað á tengilið" - -#: mod/contacts.php:400 -msgid "Contact has been ignored" -msgstr "Tengiliður hunsaður" - -#: mod/contacts.php:400 -msgid "Contact has been unignored" -msgstr "Tengiliður afhunsaður" - -#: mod/contacts.php:412 -msgid "Contact has been archived" -msgstr "Tengiliður settur í geymslu" - -#: mod/contacts.php:412 -msgid "Contact has been unarchived" -msgstr "Tengiliður tekinn úr geymslu" - -#: mod/contacts.php:437 -msgid "Drop contact" +#: src/Core/UserImport.php:278 +msgid "Done. You can now login with your username and password" msgstr "" -#: mod/contacts.php:440 mod/contacts.php:801 -msgid "Do you really want to delete this contact?" -msgstr "Viltu í alvörunni eyða þessum tengilið?" +#: src/Core/NotificationsManager.php:171 +msgid "System" +msgstr "Kerfi" -#: mod/contacts.php:457 -msgid "Contact has been removed." -msgstr "Tengiliður fjarlægður" +#: src/Core/NotificationsManager.php:192 src/Content/Nav.php:124 +#: src/Content/Nav.php:181 +msgid "Home" +msgstr "Heim" -#: mod/contacts.php:498 +#: src/Core/NotificationsManager.php:199 src/Content/Nav.php:186 +msgid "Introductions" +msgstr "Kynningar" + +#: src/Core/NotificationsManager.php:256 src/Core/NotificationsManager.php:268 #, php-format -msgid "You are mutual friends with %s" -msgstr "Þú ert gagnkvæmur vinur %s" +msgid "%s commented on %s's post" +msgstr "%s athugasemd við %s's færslu" -#: mod/contacts.php:502 +#: src/Core/NotificationsManager.php:267 #, php-format -msgid "You are sharing with %s" -msgstr "Þú ert að deila með %s" +msgid "%s created a new post" +msgstr "%s bjó til færslu" -#: mod/contacts.php:507 +#: src/Core/NotificationsManager.php:281 #, php-format -msgid "%s is sharing with you" -msgstr "%s er að deila með þér" +msgid "%s liked %s's post" +msgstr "%s líkaði færsla hjá %s" -#: mod/contacts.php:527 -msgid "Private communications are not available for this contact." -msgstr "Einkasamtal ekki í boði fyrir þennan" - -#: mod/contacts.php:534 -msgid "(Update was successful)" -msgstr "(uppfærsla tókst)" - -#: mod/contacts.php:534 -msgid "(Update was not successful)" -msgstr "(uppfærsla tókst ekki)" - -#: mod/contacts.php:536 mod/contacts.php:964 -msgid "Suggest friends" -msgstr "Stinga uppá vinum" - -#: mod/contacts.php:540 +#: src/Core/NotificationsManager.php:294 #, php-format -msgid "Network type: %s" -msgstr "Net tegund: %s" +msgid "%s disliked %s's post" +msgstr "%s mislíkaði færsla hjá %s" -#: mod/contacts.php:553 -msgid "Communications lost with this contact!" -msgstr "" - -#: mod/contacts.php:556 -msgid "Fetch further information for feeds" -msgstr "Ná í ítarlegri upplýsingar um fréttaveitur" - -#: mod/contacts.php:557 -msgid "Fetch information" -msgstr "" - -#: mod/contacts.php:557 -msgid "Fetch information and keywords" -msgstr "" - -#: mod/contacts.php:575 -msgid "Contact" -msgstr "" - -#: mod/contacts.php:578 -msgid "Profile Visibility" -msgstr "Forsíðu sjáanleiki" - -#: mod/contacts.php:579 +#: src/Core/NotificationsManager.php:307 #, php-format -msgid "" -"Please choose the profile you would like to display to %s when viewing your " -"profile securely." -msgstr "Veldu forsíðu sem á að birtast %s þegar hann skoðaður með öruggum hætti" - -#: mod/contacts.php:580 -msgid "Contact Information / Notes" -msgstr "Uppl. um tengilið / minnisatriði" - -#: mod/contacts.php:581 -msgid "Edit contact notes" -msgstr "Breyta minnispunktum tengiliðs " - -#: mod/contacts.php:587 -msgid "Block/Unblock contact" -msgstr "útiloka/opna á tengilið" - -#: mod/contacts.php:588 -msgid "Ignore contact" -msgstr "Hunsa tengilið" - -#: mod/contacts.php:589 -msgid "Repair URL settings" -msgstr "Gera við stillingar á slóðum" - -#: mod/contacts.php:590 -msgid "View conversations" -msgstr "Skoða samtöl" - -#: mod/contacts.php:596 -msgid "Last update:" -msgstr "Síðasta uppfærsla:" - -#: mod/contacts.php:598 -msgid "Update public posts" -msgstr "Uppfæra opinberar færslur" - -#: mod/contacts.php:600 mod/contacts.php:974 -msgid "Update now" -msgstr "Uppfæra núna" - -#: mod/contacts.php:606 mod/contacts.php:806 mod/contacts.php:991 -msgid "Unignore" -msgstr "Byrja að fylgjast með á ný" - -#: mod/contacts.php:610 -msgid "Currently blocked" -msgstr "Útilokaður sem stendur" - -#: mod/contacts.php:611 -msgid "Currently ignored" -msgstr "Hunsaður sem stendur" - -#: mod/contacts.php:612 -msgid "Currently archived" -msgstr "Í geymslu" - -#: mod/contacts.php:613 -msgid "" -"Replies/likes to your public posts may still be visible" -msgstr "Svör eða \"líkar við\" á opinberar færslur þínar geta mögulega verið sýnileg öðrum" - -#: mod/contacts.php:614 -msgid "Notification for new posts" +msgid "%s is attending %s's event" msgstr "" -#: mod/contacts.php:614 -msgid "Send a notification of every new post of this contact" -msgstr "" - -#: mod/contacts.php:617 -msgid "Blacklisted keywords" -msgstr "" - -#: mod/contacts.php:617 -msgid "" -"Comma separated list of keywords that should not be converted to hashtags, " -"when \"Fetch information and keywords\" is selected" -msgstr "" - -#: mod/contacts.php:635 -msgid "Actions" -msgstr "" - -#: mod/contacts.php:638 -msgid "Contact Settings" -msgstr "" - -#: mod/contacts.php:684 -msgid "Suggestions" -msgstr "Uppástungur" - -#: mod/contacts.php:687 -msgid "Suggest potential friends" -msgstr "" - -#: mod/contacts.php:695 -msgid "Show all contacts" -msgstr "Sýna alla tengiliði" - -#: mod/contacts.php:700 -msgid "Unblocked" -msgstr "Afhunsað" - -#: mod/contacts.php:703 -msgid "Only show unblocked contacts" -msgstr "" - -#: mod/contacts.php:709 -msgid "Blocked" -msgstr "Banna" - -#: mod/contacts.php:712 -msgid "Only show blocked contacts" -msgstr "" - -#: mod/contacts.php:718 -msgid "Ignored" -msgstr "Hunsa" - -#: mod/contacts.php:721 -msgid "Only show ignored contacts" -msgstr "" - -#: mod/contacts.php:727 -msgid "Archived" -msgstr "Í geymslu" - -#: mod/contacts.php:730 -msgid "Only show archived contacts" -msgstr "Aðeins sýna geymda tengiliði" - -#: mod/contacts.php:736 -msgid "Hidden" -msgstr "Falinn" - -#: mod/contacts.php:739 -msgid "Only show hidden contacts" -msgstr "Aðeins sýna falda tengiliði" - -#: mod/contacts.php:796 -msgid "Search your contacts" -msgstr "Leita í þínum vinum" - -#: mod/contacts.php:807 mod/contacts.php:999 -msgid "Archive" -msgstr "Setja í geymslu" - -#: mod/contacts.php:807 mod/contacts.php:999 -msgid "Unarchive" -msgstr "Taka úr geymslu" - -#: mod/contacts.php:810 -msgid "Batch Actions" -msgstr "" - -#: mod/contacts.php:856 -msgid "View all contacts" -msgstr "Skoða alla tengiliði" - -#: mod/contacts.php:866 -msgid "View all common friends" -msgstr "" - -#: mod/contacts.php:873 -msgid "Advanced Contact Settings" -msgstr "" - -#: mod/contacts.php:907 -msgid "Mutual Friendship" -msgstr "Sameiginlegur vinskapur" - -#: mod/contacts.php:911 -msgid "is a fan of yours" -msgstr "er fylgjandi þinn" - -#: mod/contacts.php:915 -msgid "you are a fan of" -msgstr "þú er fylgjandi" - -#: mod/contacts.php:985 -msgid "Toggle Blocked status" -msgstr "" - -#: mod/contacts.php:993 -msgid "Toggle Ignored status" -msgstr "" - -#: mod/contacts.php:1001 -msgid "Toggle Archive status" -msgstr "" - -#: mod/contacts.php:1009 -msgid "Delete contact" -msgstr "Eyða tengilið" - -#: mod/dfrn_confirm.php:127 -msgid "" -"This may occasionally happen if contact was requested by both persons and it" -" has already been approved." -msgstr "" - -#: mod/dfrn_confirm.php:246 -msgid "Response from remote site was not understood." -msgstr "Ekki tókst að skilja svar frá ytri vef." - -#: mod/dfrn_confirm.php:255 mod/dfrn_confirm.php:260 -msgid "Unexpected response from remote site: " -msgstr "Óskiljanlegt svar frá ytri vef:" - -#: mod/dfrn_confirm.php:269 -msgid "Confirmation completed successfully." -msgstr "Staðfesting kláraði eðlilega." - -#: mod/dfrn_confirm.php:271 mod/dfrn_confirm.php:285 mod/dfrn_confirm.php:292 -msgid "Remote site reported: " -msgstr "Ytri vefur svaraði:" - -#: mod/dfrn_confirm.php:283 -msgid "Temporary failure. Please wait and try again." -msgstr "Tímabundin villa. Bíddu aðeins og reyndu svo aftur." - -#: mod/dfrn_confirm.php:290 -msgid "Introduction failed or was revoked." -msgstr "Kynning mistókst eða var afturkölluð." - -#: mod/dfrn_confirm.php:419 -msgid "Unable to set contact photo." -msgstr "Ekki tókst að setja tengiliðamynd." - -#: mod/dfrn_confirm.php:557 +#: src/Core/NotificationsManager.php:320 #, php-format -msgid "No user record found for '%s' " -msgstr "Engin notandafærsla fannst fyrir '%s'" - -#: mod/dfrn_confirm.php:567 -msgid "Our site encryption key is apparently messed up." -msgstr "Dulkóðunnar lykill síðunnar okker er í döðlu." - -#: mod/dfrn_confirm.php:578 -msgid "Empty site URL was provided or URL could not be decrypted by us." -msgstr "Tómt slóð var uppgefin eða ekki okkur tókst ekki að afkóða slóð." - -#: mod/dfrn_confirm.php:599 -msgid "Contact record was not found for you on our site." -msgstr "Tengiliðafærslan þín fannst ekki á þjóninum okkar." - -#: mod/dfrn_confirm.php:613 -#, php-format -msgid "Site public key not available in contact record for URL %s." -msgstr "Opinber lykill er ekki til í tengiliðafærslu fyrir slóð %s." - -#: mod/dfrn_confirm.php:633 -msgid "" -"The ID provided by your system is a duplicate on our system. It should work " -"if you try again." -msgstr "Skilríkið sem þjónninn þinn gaf upp er þegar afritað á okkar þjón. Þetta ætti að virka ef þú bara reynir aftur." - -#: mod/dfrn_confirm.php:644 -msgid "Unable to set your contact credentials on our system." -msgstr "Ekki tókst að setja tengiliða skilríkið þitt upp á þjóninum okkar." - -#: mod/dfrn_confirm.php:703 -msgid "Unable to update your contact profile details on our system" -msgstr "Ekki tókst að uppfæra tengiliða skilríkis upplýsingarnar á okkar þjón" - -#: mod/dfrn_confirm.php:775 -#, php-format -msgid "%1$s has joined %2$s" -msgstr "%1$s hefur gengið til liðs við %2$s" - -#: mod/dfrn_request.php:101 -msgid "This introduction has already been accepted." -msgstr "Þessi kynning hefur þegar verið samþykkt." - -#: mod/dfrn_request.php:124 mod/dfrn_request.php:520 -msgid "Profile location is not valid or does not contain profile information." -msgstr "Forsíðu slóð er ekki í lagi eða inniheldur ekki forsíðu upplýsingum." - -#: mod/dfrn_request.php:129 mod/dfrn_request.php:525 -msgid "Warning: profile location has no identifiable owner name." -msgstr "Aðvörun: forsíðu staðsetning hefur ekki aðgreinanlegt eigendanafn." - -#: mod/dfrn_request.php:131 mod/dfrn_request.php:527 -msgid "Warning: profile location has no profile photo." -msgstr "Aðvörun: forsíðu slóð hefur ekki forsíðu mynd." - -#: mod/dfrn_request.php:134 mod/dfrn_request.php:530 -#, php-format -msgid "%d required parameter was not found at the given location" -msgid_plural "%d required parameters were not found at the given location" -msgstr[0] "%d skilyrt breyta fannst ekki á uppgefinni staðsetningu" -msgstr[1] "%d skilyrtar breytur fundust ekki á uppgefninni staðsetningu" - -#: mod/dfrn_request.php:180 -msgid "Introduction complete." -msgstr "Kynning tilbúinn." - -#: mod/dfrn_request.php:222 -msgid "Unrecoverable protocol error." -msgstr "Alvarleg samskipta villa." - -#: mod/dfrn_request.php:250 -msgid "Profile unavailable." -msgstr "Ekki hægt að sækja forsíðu" - -#: mod/dfrn_request.php:277 -#, php-format -msgid "%s has received too many connection requests today." -msgstr "%s hefur fengið of margar tengibeiðnir í dag." - -#: mod/dfrn_request.php:278 -msgid "Spam protection measures have been invoked." -msgstr "Kveikt hefur verið á ruslsíu" - -#: mod/dfrn_request.php:279 -msgid "Friends are advised to please try again in 24 hours." -msgstr "Vinir eru beðnir um að reyna aftur eftir 24 klukkustundir." - -#: mod/dfrn_request.php:341 -msgid "Invalid locator" -msgstr "Ógild staðsetning" - -#: mod/dfrn_request.php:350 -msgid "Invalid email address." -msgstr "Ógilt póstfang." - -#: mod/dfrn_request.php:375 -msgid "This account has not been configured for email. Request failed." +msgid "%s is not attending %s's event" msgstr "" -#: mod/dfrn_request.php:478 -msgid "You have already introduced yourself here." -msgstr "Kynning hefur þegar átt sér stað hér." - -#: mod/dfrn_request.php:482 +#: src/Core/NotificationsManager.php:333 #, php-format -msgid "Apparently you are already friends with %s." -msgstr "Þú ert þegar vinur %s." - -#: mod/dfrn_request.php:503 -msgid "Invalid profile URL." -msgstr "Ógild forsíðu slóð." - -#: mod/dfrn_request.php:604 -msgid "Your introduction has been sent." -msgstr "Kynningin þín hefur verið send." - -#: mod/dfrn_request.php:644 -msgid "" -"Remote subscription can't be done for your network. Please subscribe " -"directly on your system." +msgid "%s may attend %s's event" msgstr "" -#: mod/dfrn_request.php:664 -msgid "Please login to confirm introduction." -msgstr "Skráðu þig inn til að staðfesta kynningu." - -#: mod/dfrn_request.php:674 -msgid "" -"Incorrect identity currently logged in. Please login to " -"this profile." -msgstr "Ekki réttur notandi skráður inn. Skráðu þig inn sem þessi notandi." - -#: mod/dfrn_request.php:688 mod/dfrn_request.php:705 -msgid "Confirm" -msgstr "Staðfesta" - -#: mod/dfrn_request.php:700 -msgid "Hide this contact" -msgstr "Fela þennan tengilið" - -#: mod/dfrn_request.php:703 +#: src/Core/NotificationsManager.php:350 #, php-format -msgid "Welcome home %s." -msgstr "Velkomin(n) heim %s." +msgid "%s is now friends with %s" +msgstr "%s er nú vinur %s" -#: mod/dfrn_request.php:704 -#, php-format -msgid "Please confirm your introduction/connection request to %s." -msgstr "Staðfestu kynninguna/tengibeiðnina við %s." +#: src/Core/NotificationsManager.php:825 +msgid "Friend Suggestion" +msgstr "Vina tillaga" -#: mod/dfrn_request.php:833 -msgid "" -"Please enter your 'Identity Address' from one of the following supported " -"communications networks:" -msgstr "Settu inn 'Auðkennisnetfang' þitt úr einhverjum af eftirfarandi samskiptanetum:" - -#: mod/dfrn_request.php:854 -#, php-format -msgid "" -"If you are not yet a member of the free social web, follow this link to find a public Friendica site and " -"join us today." -msgstr "" - -#: mod/dfrn_request.php:859 -msgid "Friend/Connection Request" +#: src/Core/NotificationsManager.php:851 +msgid "Friend/Connect Request" msgstr "Vinabeiðni/Tengibeiðni" -#: mod/dfrn_request.php:860 -msgid "" -"Examples: jojo@demo.friendica.com, http://demo.friendica.com/profile/jojo, " -"testuser@identi.ca" -msgstr "Dæmi: siggi@demo.friendica.com, http://demo.friendica.com/profile/siggi, prufunotandi@identi.ca" +#: src/Core/NotificationsManager.php:851 +msgid "New Follower" +msgstr "Nýr fylgjandi" -#: mod/dfrn_request.php:861 mod/follow.php:109 -msgid "Please answer the following:" -msgstr "Vinnsamlegast svaraðu eftirfarandi:" +#: src/Core/ACL.php:295 +msgid "Post to Email" +msgstr "Senda skilaboð á tölvupóst" -#: mod/dfrn_request.php:862 mod/follow.php:110 +#: src/Core/ACL.php:301 +msgid "Hide your profile details from unknown viewers?" +msgstr "Fela forsíðuupplýsingar fyrir óþekktum?" + +#: src/Core/ACL.php:300 #, php-format -msgid "Does %s know you?" -msgstr "Þekkir %s þig?" +msgid "Connectors disabled, since \"%s\" is enabled." +msgstr "" -#: mod/dfrn_request.php:866 mod/follow.php:111 -msgid "Add a personal note:" -msgstr "Bæta við persónulegri athugasemd" +#: src/Core/ACL.php:307 +msgid "Visible to everybody" +msgstr "Sjáanlegt öllum" -#: mod/dfrn_request.php:869 -msgid "StatusNet/Federated Social Web" -msgstr "StatusNet/Federated Social Web" +#: src/Core/ACL.php:308 view/theme/vier/config.php:115 +msgid "show" +msgstr "sýna" -#: mod/dfrn_request.php:871 +#: src/Core/ACL.php:309 view/theme/vier/config.php:115 +msgid "don't show" +msgstr "fela" + +#: src/Core/ACL.php:319 +msgid "Close" +msgstr "Loka" + +#: src/Util/Temporal.php:147 src/Model/Profile.php:758 +msgid "Birthday:" +msgstr "Afmælisdagur:" + +#: src/Util/Temporal.php:151 +msgid "YYYY-MM-DD or MM-DD" +msgstr "ÁÁÁÁ-MM-DD eða MM-DD" + +#: src/Util/Temporal.php:294 +msgid "never" +msgstr "aldrei" + +#: src/Util/Temporal.php:300 +msgid "less than a second ago" +msgstr "fyrir minna en sekúndu" + +#: src/Util/Temporal.php:303 +msgid "year" +msgstr "ár" + +#: src/Util/Temporal.php:303 +msgid "years" +msgstr "ár" + +#: src/Util/Temporal.php:304 +msgid "months" +msgstr "mánuðir" + +#: src/Util/Temporal.php:305 +msgid "weeks" +msgstr "vikur" + +#: src/Util/Temporal.php:306 +msgid "days" +msgstr "dagar" + +#: src/Util/Temporal.php:307 +msgid "hour" +msgstr "klukkustund" + +#: src/Util/Temporal.php:307 +msgid "hours" +msgstr "klukkustundir" + +#: src/Util/Temporal.php:308 +msgid "minute" +msgstr "mínúta" + +#: src/Util/Temporal.php:308 +msgid "minutes" +msgstr "mínútur" + +#: src/Util/Temporal.php:309 +msgid "second" +msgstr "sekúnda" + +#: src/Util/Temporal.php:309 +msgid "seconds" +msgstr "sekúndur" + +#: src/Util/Temporal.php:318 +#, php-format +msgid "%1$d %2$s ago" +msgstr "Fyrir %1$d %2$s síðan" + +#: src/Content/Text/BBCode.php:555 +msgid "view full size" +msgstr "Skoða í fullri stærð" + +#: src/Content/Text/BBCode.php:981 src/Content/Text/BBCode.php:1750 +#: src/Content/Text/BBCode.php:1751 +msgid "Image/photo" +msgstr "Mynd" + +#: src/Content/Text/BBCode.php:1119 +#, php-format +msgid "%2$s %3$s" +msgstr "%2$s %3$s" + +#: src/Content/Text/BBCode.php:1677 src/Content/Text/BBCode.php:1699 +msgid "$1 wrote:" +msgstr "$1 skrifaði:" + +#: src/Content/Text/BBCode.php:1759 src/Content/Text/BBCode.php:1760 +msgid "Encrypted content" +msgstr "Dulritað efni" + +#: src/Content/Text/BBCode.php:1879 +msgid "Invalid source protocol" +msgstr "" + +#: src/Content/Text/BBCode.php:1890 +msgid "Invalid link protocol" +msgstr "" + +#: src/Content/ForumManager.php:127 view/theme/vier/theme.php:256 +msgid "External link to forum" +msgstr "Ytri tengill á spjallsvæði" + +#: src/Content/Nav.php:53 +msgid "Nothing new here" +msgstr "Ekkert nýtt hér" + +#: src/Content/Nav.php:57 +msgid "Clear notifications" +msgstr "Hreinsa tilkynningar" + +#: src/Content/Nav.php:97 src/Module/Login.php:311 +#: view/theme/frio/theme.php:256 +msgid "Logout" +msgstr "Útskráning" + +#: src/Content/Nav.php:97 view/theme/frio/theme.php:256 +msgid "End this session" +msgstr "Loka þessu innliti" + +#: src/Content/Nav.php:100 src/Content/Nav.php:181 +#: view/theme/frio/theme.php:259 +msgid "Your posts and conversations" +msgstr "Samtölin þín" + +#: src/Content/Nav.php:101 view/theme/frio/theme.php:260 +msgid "Your profile page" +msgstr "Forsíðan þín" + +#: src/Content/Nav.php:102 view/theme/frio/theme.php:261 +msgid "Your photos" +msgstr "Myndirnar þínar" + +#: src/Content/Nav.php:103 src/Model/Profile.php:912 src/Model/Profile.php:915 +#: view/theme/frio/theme.php:262 +msgid "Videos" +msgstr "Myndskeið" + +#: src/Content/Nav.php:103 view/theme/frio/theme.php:262 +msgid "Your videos" +msgstr "Myndskeiðin þín" + +#: src/Content/Nav.php:104 view/theme/frio/theme.php:263 +msgid "Your events" +msgstr "Atburðirnir þínir" + +#: src/Content/Nav.php:105 +msgid "Personal notes" +msgstr "Einkaglósur" + +#: src/Content/Nav.php:105 +msgid "Your personal notes" +msgstr "Einkaglósurnar þínar" + +#: src/Content/Nav.php:114 +msgid "Sign in" +msgstr "Innskrá" + +#: src/Content/Nav.php:124 +msgid "Home Page" +msgstr "Heimasíða" + +#: src/Content/Nav.php:128 +msgid "Create an account" +msgstr "Stofna notanda" + +#: src/Content/Nav.php:134 +msgid "Help and documentation" +msgstr "Hjálp og leiðbeiningar" + +#: src/Content/Nav.php:138 +msgid "Apps" +msgstr "Forrit" + +#: src/Content/Nav.php:138 +msgid "Addon applications, utilities, games" +msgstr "Viðbótarforrit, nytjatól, leikir" + +#: src/Content/Nav.php:142 +msgid "Search site content" +msgstr "Leita í efni á vef" + +#: src/Content/Nav.php:165 +msgid "Community" +msgstr "Samfélag" + +#: src/Content/Nav.php:165 +msgid "Conversations on this and other servers" +msgstr "" + +#: src/Content/Nav.php:169 src/Model/Profile.php:927 src/Model/Profile.php:938 +#: view/theme/frio/theme.php:267 +msgid "Events and Calendar" +msgstr "Atburðir og dagskrá" + +#: src/Content/Nav.php:172 +msgid "Directory" +msgstr "Mappa" + +#: src/Content/Nav.php:172 +msgid "People directory" +msgstr "Nafnaskrá" + +#: src/Content/Nav.php:174 +msgid "Information about this friendica instance" +msgstr "Upplýsingar um þetta tilvik Friendica" + +#: src/Content/Nav.php:178 view/theme/frio/theme.php:266 +msgid "Conversations from your friends" +msgstr "Samtöl frá vinum" + +#: src/Content/Nav.php:179 +msgid "Network Reset" +msgstr "Núllstilling netkerfis" + +#: src/Content/Nav.php:179 +msgid "Load Network page with no filters" +msgstr "" + +#: src/Content/Nav.php:186 +msgid "Friend Requests" +msgstr "Vinabeiðnir" + +#: src/Content/Nav.php:190 +msgid "See all notifications" +msgstr "Sjá allar tilkynningar" + +#: src/Content/Nav.php:191 +msgid "Mark all system notifications seen" +msgstr "Merkja allar tilkynningar sem séðar" + +#: src/Content/Nav.php:195 view/theme/frio/theme.php:268 +msgid "Private mail" +msgstr "Einka skilaboð" + +#: src/Content/Nav.php:196 +msgid "Inbox" +msgstr "Innhólf" + +#: src/Content/Nav.php:197 +msgid "Outbox" +msgstr "Úthólf" + +#: src/Content/Nav.php:201 +msgid "Manage" +msgstr "Umsýsla" + +#: src/Content/Nav.php:201 +msgid "Manage other pages" +msgstr "Sýsla með aðrar síður" + +#: src/Content/Nav.php:206 view/theme/frio/theme.php:269 +msgid "Account settings" +msgstr "Stillingar aðgangsreiknings" + +#: src/Content/Nav.php:209 src/Model/Profile.php:372 +msgid "Profiles" +msgstr "Forsíður" + +#: src/Content/Nav.php:209 +msgid "Manage/Edit Profiles" +msgstr "Sýsla með forsíður" + +#: src/Content/Nav.php:212 view/theme/frio/theme.php:270 +msgid "Manage/edit friends and contacts" +msgstr "Sýsla með vini og tengiliði" + +#: src/Content/Nav.php:217 +msgid "Site setup and configuration" +msgstr "Uppsetning og stillingar vefsvæðis" + +#: src/Content/Nav.php:220 +msgid "Navigation" +msgstr "Yfirsýn" + +#: src/Content/Nav.php:220 +msgid "Site map" +msgstr "Yfirlit um vefsvæði" + +#: src/Content/OEmbed.php:253 +msgid "Embedding disabled" +msgstr "Innfelling ekki leyfð" + +#: src/Content/OEmbed.php:373 +msgid "Embedded content" +msgstr "Innbyggt efni" + +#: src/Content/Widget/CalendarExport.php:61 +msgid "Export" +msgstr "Flytja út" + +#: src/Content/Widget/CalendarExport.php:62 +msgid "Export calendar as ical" +msgstr "Flytja dagatal út sem ICAL" + +#: src/Content/Widget/CalendarExport.php:63 +msgid "Export calendar as csv" +msgstr "Flytja dagatal út sem CSV" + +#: src/Content/Feature.php:79 +msgid "General Features" +msgstr "Almennir eiginleikar" + +#: 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 "Staðsetning ljósmyndar" + +#: 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 "Flytja út opinbert dagatal" + +#: 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 "Post Preview" +msgstr "" + +#: src/Content/Feature.php:89 +msgid "Allow previewing posts and comments before publishing them" +msgstr "" + +#: src/Content/Feature.php:90 +msgid "Auto-mention Forums" +msgstr "" + +#: src/Content/Feature.php:90 +msgid "" +"Add/remove mention when a forum page is selected/deselected in ACL window." +msgstr "" + +#: src/Content/Feature.php:95 +msgid "Network Sidebar Widgets" +msgstr "" + +#: src/Content/Feature.php:96 +msgid "Search by Date" +msgstr "Leita eftir dagsetningu" + +#: src/Content/Feature.php:96 +msgid "Ability to select posts by date ranges" +msgstr "" + +#: src/Content/Feature.php:97 src/Content/Feature.php:127 +msgid "List Forums" +msgstr "Spjallsvæðalistar" + +#: src/Content/Feature.php:97 +msgid "Enable widget to display the forums your are connected with" +msgstr "" + +#: src/Content/Feature.php:98 +msgid "Group Filter" +msgstr "" + +#: src/Content/Feature.php:98 +msgid "Enable widget to display Network posts only from selected group" +msgstr "" + +#: src/Content/Feature.php:99 +msgid "Network Filter" +msgstr "" + +#: src/Content/Feature.php:99 +msgid "Enable widget to display Network posts only from selected network" +msgstr "" + +#: src/Content/Feature.php:100 +msgid "Save search terms for re-use" +msgstr "" + +#: src/Content/Feature.php:105 +msgid "Network Tabs" +msgstr "" + +#: src/Content/Feature.php:106 +msgid "Network Personal Tab" +msgstr "" + +#: src/Content/Feature.php:106 +msgid "Enable tab to display only Network posts that you've interacted on" +msgstr "" + +#: src/Content/Feature.php:107 +msgid "Network New Tab" +msgstr "" + +#: src/Content/Feature.php:107 +msgid "Enable tab to display only new Network posts (from the last 12 hours)" +msgstr "" + +#: src/Content/Feature.php:108 +msgid "Network Shared Links Tab" +msgstr "" + +#: src/Content/Feature.php:108 +msgid "Enable tab to display only Network posts with links in them" +msgstr "" + +#: src/Content/Feature.php:113 +msgid "Post/Comment Tools" +msgstr "" + +#: src/Content/Feature.php:114 +msgid "Multiple Deletion" +msgstr "" + +#: src/Content/Feature.php:114 +msgid "Select and delete multiple posts/comments at once" +msgstr "" + +#: src/Content/Feature.php:115 +msgid "Edit Sent Posts" +msgstr "" + +#: src/Content/Feature.php:115 +msgid "Edit and correct posts and comments after sending" +msgstr "" + +#: src/Content/Feature.php:116 +msgid "Tagging" +msgstr "" + +#: src/Content/Feature.php:116 +msgid "Ability to tag existing posts" +msgstr "" + +#: src/Content/Feature.php:117 +msgid "Post Categories" +msgstr "" + +#: src/Content/Feature.php:117 +msgid "Add categories to your posts" +msgstr "" + +#: src/Content/Feature.php:118 src/Content/Widget.php:200 +msgid "Saved Folders" +msgstr "Vistaðar möppur" + +#: src/Content/Feature.php:118 +msgid "Ability to file posts under folders" +msgstr "" + +#: src/Content/Feature.php:119 +msgid "Dislike Posts" +msgstr "" + +#: src/Content/Feature.php:119 +msgid "Ability to dislike posts/comments" +msgstr "" + +#: src/Content/Feature.php:120 +msgid "Star Posts" +msgstr "" + +#: src/Content/Feature.php:120 +msgid "Ability to mark special posts with a star indicator" +msgstr "" + +#: src/Content/Feature.php:121 +msgid "Mute Post Notifications" +msgstr "" + +#: src/Content/Feature.php:121 +msgid "Ability to mute notifications for a thread" +msgstr "" + +#: src/Content/Feature.php:126 +msgid "Advanced Profile Settings" +msgstr "" + +#: src/Content/Feature.php:127 +msgid "Show visitors public community forums at the Advanced Profile Page" +msgstr "" + +#: src/Content/Feature.php:128 +msgid "Tag Cloud" +msgstr "" + +#: src/Content/Feature.php:128 +msgid "Provide a personal tag cloud on your profile page" +msgstr "" + +#: src/Content/Feature.php:129 +msgid "Display Membership Date" +msgstr "" + +#: src/Content/Feature.php:129 +msgid "Display membership date in profile" +msgstr "" + +#: src/Content/Widget.php:33 +msgid "Add New Contact" +msgstr "Bæta við tengilið" + +#: src/Content/Widget.php:34 +msgid "Enter address or web location" +msgstr "Settu inn slóð" + +#: src/Content/Widget.php:35 +msgid "Example: bob@example.com, http://example.com/barbara" +msgstr "Dæmi: gudmundur@simnet.is, http://simnet.is/gudmundur" + +#: src/Content/Widget.php:53 +#, php-format +msgid "%d invitation available" +msgid_plural "%d invitations available" +msgstr[0] "%d boðskort í boði" +msgstr[1] "%d boðskort í boði" + +#: src/Content/Widget.php:59 +msgid "Find People" +msgstr "Finna fólk" + +#: src/Content/Widget.php:60 +msgid "Enter name or interest" +msgstr "Settu inn nafn eða áhugamál" + +#: src/Content/Widget.php:62 +msgid "Examples: Robert Morgenstein, Fishing" +msgstr "Dæmi: Jón Jónsson, Veiði" + +#: src/Content/Widget.php:65 view/theme/vier/theme.php:202 +msgid "Similar Interests" +msgstr "Svipuð áhugamál" + +#: src/Content/Widget.php:66 +msgid "Random Profile" +msgstr "" + +#: src/Content/Widget.php:67 view/theme/vier/theme.php:204 +msgid "Invite Friends" +msgstr "Bjóða vinum aðgang" + +#: src/Content/Widget.php:68 +msgid "View Global Directory" +msgstr "" + +#: src/Content/Widget.php:159 +msgid "Networks" +msgstr "Net" + +#: src/Content/Widget.php:162 +msgid "All Networks" +msgstr "Öll net" + +#: src/Content/Widget.php:203 src/Content/Widget.php:243 +msgid "Everything" +msgstr "Allt" + +#: src/Content/Widget.php:240 +msgid "Categories" +msgstr "Flokkar" + +#: src/Content/Widget.php:307 +#, php-format +msgid "%d contact in common" +msgid_plural "%d contacts in common" +msgstr[0] "%d tengiliður sameiginlegur" +msgstr[1] "%d tengiliðir sameiginlegir" + +#: src/Content/ContactSelector.php:55 +msgid "Frequently" +msgstr "Oft" + +#: src/Content/ContactSelector.php:56 +msgid "Hourly" +msgstr "Á klukkustundar fresti" + +#: src/Content/ContactSelector.php:57 +msgid "Twice daily" +msgstr "Tvisvar á dag" + +#: src/Content/ContactSelector.php:58 +msgid "Daily" +msgstr "Daglega" + +#: src/Content/ContactSelector.php:59 +msgid "Weekly" +msgstr "Vikulega" + +#: src/Content/ContactSelector.php:60 +msgid "Monthly" +msgstr "Mánaðarlega" + +#: src/Content/ContactSelector.php:80 +msgid "OStatus" +msgstr "" + +#: src/Content/ContactSelector.php:81 +msgid "RSS/Atom" +msgstr "RSS / Atom" + +#: src/Content/ContactSelector.php:84 +msgid "Facebook" +msgstr "Facebook" + +#: src/Content/ContactSelector.php:85 +msgid "Zot!" +msgstr "Zot!" + +#: src/Content/ContactSelector.php:86 +msgid "LinkedIn" +msgstr "LinkedIn" + +#: src/Content/ContactSelector.php:87 +msgid "XMPP/IM" +msgstr "XMPP/IM" + +#: src/Content/ContactSelector.php:88 +msgid "MySpace" +msgstr "MySpace" + +#: src/Content/ContactSelector.php:89 +msgid "Google+" +msgstr "Google+" + +#: src/Content/ContactSelector.php:90 +msgid "pump.io" +msgstr "pump.io" + +#: src/Content/ContactSelector.php:91 +msgid "Twitter" +msgstr "Twitter" + +#: src/Content/ContactSelector.php:92 +msgid "Diaspora Connector" +msgstr "Diaspora tenging" + +#: src/Content/ContactSelector.php:93 +msgid "GNU Social Connector" +msgstr "GNU Social tenging" + +#: src/Content/ContactSelector.php:94 +msgid "pnut" +msgstr "pnut" + +#: src/Content/ContactSelector.php:95 +msgid "App.net" +msgstr "App.net" + +#: src/Content/ContactSelector.php:125 +msgid "Male" +msgstr "Karl" + +#: src/Content/ContactSelector.php:125 +msgid "Female" +msgstr "Kona" + +#: src/Content/ContactSelector.php:125 +msgid "Currently Male" +msgstr "Karlkyns í augnablikinu" + +#: src/Content/ContactSelector.php:125 +msgid "Currently Female" +msgstr "Kvenkyns í augnablikinu" + +#: src/Content/ContactSelector.php:125 +msgid "Mostly Male" +msgstr "Aðallega karlkyns" + +#: src/Content/ContactSelector.php:125 +msgid "Mostly Female" +msgstr "Aðallega kvenkyns" + +#: src/Content/ContactSelector.php:125 +msgid "Transgender" +msgstr "Kyngervingur (trans)" + +#: src/Content/ContactSelector.php:125 +msgid "Intersex" +msgstr "Hvorugkyn" + +#: src/Content/ContactSelector.php:125 +msgid "Transsexual" +msgstr "Kynskiptingur" + +#: src/Content/ContactSelector.php:125 +msgid "Hermaphrodite" +msgstr "Tvíkynja" + +#: src/Content/ContactSelector.php:125 +msgid "Neuter" +msgstr "Kynlaus" + +#: src/Content/ContactSelector.php:125 +msgid "Non-specific" +msgstr "Ekki ákveðið" + +#: src/Content/ContactSelector.php:125 +msgid "Other" +msgstr "Annað" + +#: src/Content/ContactSelector.php:147 +msgid "Males" +msgstr "Karlar" + +#: src/Content/ContactSelector.php:147 +msgid "Females" +msgstr "Konur" + +#: src/Content/ContactSelector.php:147 +msgid "Gay" +msgstr "Hommi" + +#: src/Content/ContactSelector.php:147 +msgid "Lesbian" +msgstr "Lesbía" + +#: src/Content/ContactSelector.php:147 +msgid "No Preference" +msgstr "Til í allt" + +#: src/Content/ContactSelector.php:147 +msgid "Bisexual" +msgstr "Tvíkynhneigð/ur" + +#: src/Content/ContactSelector.php:147 +msgid "Autosexual" +msgstr "Sjálfkynhneigð/ur" + +#: src/Content/ContactSelector.php:147 +msgid "Abstinent" +msgstr "Skírlíf/ur" + +#: src/Content/ContactSelector.php:147 +msgid "Virgin" +msgstr "Hrein mey/Hreinn sveinn" + +#: src/Content/ContactSelector.php:147 +msgid "Deviant" +msgstr "Óþekkur" + +#: src/Content/ContactSelector.php:147 +msgid "Fetish" +msgstr "Blæti" + +#: src/Content/ContactSelector.php:147 +msgid "Oodles" +msgstr "Mikið af því" + +#: src/Content/ContactSelector.php:147 +msgid "Nonsexual" +msgstr "Engin kynhneigð" + +#: src/Content/ContactSelector.php:169 +msgid "Single" +msgstr "Einhleyp/ur" + +#: src/Content/ContactSelector.php:169 +msgid "Lonely" +msgstr "Einmanna" + +#: src/Content/ContactSelector.php:169 +msgid "Available" +msgstr "Á lausu" + +#: src/Content/ContactSelector.php:169 +msgid "Unavailable" +msgstr "Frátekin/n" + +#: src/Content/ContactSelector.php:169 +msgid "Has crush" +msgstr "Er skotin(n)" + +#: src/Content/ContactSelector.php:169 +msgid "Infatuated" +msgstr "" + +#: src/Content/ContactSelector.php:169 +msgid "Dating" +msgstr "Deita" + +#: src/Content/ContactSelector.php:169 +msgid "Unfaithful" +msgstr "Ótrú/r" + +#: src/Content/ContactSelector.php:169 +msgid "Sex Addict" +msgstr "Kynlífsfíkill" + +#: src/Content/ContactSelector.php:169 src/Model/User.php:505 +msgid "Friends" +msgstr "Vinir" + +#: src/Content/ContactSelector.php:169 +msgid "Friends/Benefits" +msgstr "Vinir með meiru" + +#: src/Content/ContactSelector.php:169 +msgid "Casual" +msgstr "Lauslát/ur" + +#: src/Content/ContactSelector.php:169 +msgid "Engaged" +msgstr "Trúlofuð/Trúlofaður" + +#: src/Content/ContactSelector.php:169 +msgid "Married" +msgstr "Gift/ur" + +#: src/Content/ContactSelector.php:169 +msgid "Imaginarily married" +msgstr "Gift/ur í huganum" + +#: src/Content/ContactSelector.php:169 +msgid "Partners" +msgstr "Félagar" + +#: src/Content/ContactSelector.php:169 +msgid "Cohabiting" +msgstr "Í sambúð" + +#: src/Content/ContactSelector.php:169 +msgid "Common law" +msgstr "Löggilt sambúð" + +#: src/Content/ContactSelector.php:169 +msgid "Happy" +msgstr "Hamingjusöm/Hamingjusamur" + +#: src/Content/ContactSelector.php:169 +msgid "Not looking" +msgstr "Ekki að leita" + +#: src/Content/ContactSelector.php:169 +msgid "Swinger" +msgstr "Svingari" + +#: src/Content/ContactSelector.php:169 +msgid "Betrayed" +msgstr "Svikin/n" + +#: src/Content/ContactSelector.php:169 +msgid "Separated" +msgstr "Skilin/n að borði og sæng" + +#: src/Content/ContactSelector.php:169 +msgid "Unstable" +msgstr "Óstabíll" + +#: src/Content/ContactSelector.php:169 +msgid "Divorced" +msgstr "Fráskilin/n" + +#: src/Content/ContactSelector.php:169 +msgid "Imaginarily divorced" +msgstr "Fráskilin/n í huganum" + +#: src/Content/ContactSelector.php:169 +msgid "Widowed" +msgstr "Ekkja/Ekkill" + +#: src/Content/ContactSelector.php:169 +msgid "Uncertain" +msgstr "Óviss" + +#: src/Content/ContactSelector.php:169 +msgid "It's complicated" +msgstr "Þetta er flókið" + +#: src/Content/ContactSelector.php:169 +msgid "Don't care" +msgstr "Gæti ekki verið meira sama" + +#: src/Content/ContactSelector.php:169 +msgid "Ask me" +msgstr "Spurðu mig" + +#: src/Database/DBStructure.php:32 +msgid "There are no tables on MyISAM." +msgstr "" + +#: src/Database/DBStructure.php:75 #, php-format msgid "" -" - please do not use this form. Instead, enter %s into your Diaspora search" -" bar." +"\n" +"\t\t\t\tThe friendica developers released update %s recently,\n" +"\t\t\t\tbut when I tried to install it, something went terribly wrong.\n" +"\t\t\t\tThis needs to be fixed soon and I can't do it alone. Please contact a\n" +"\t\t\t\tfriendica developer if you can not help me on your own. My database might be invalid." msgstr "" -#: mod/dfrn_request.php:872 mod/follow.php:117 -msgid "Your Identity Address:" -msgstr "Auðkennisnetfang þitt:" - -#: mod/dfrn_request.php:875 mod/follow.php:19 -msgid "Submit Request" -msgstr "Senda beiðni" - -#: mod/follow.php:30 -msgid "You already added this contact." -msgstr "" - -#: mod/follow.php:39 -msgid "Diaspora support isn't enabled. Contact can't be added." -msgstr "" - -#: mod/follow.php:46 -msgid "OStatus support is disabled. Contact can't be added." -msgstr "" - -#: mod/follow.php:53 -msgid "The network type couldn't be detected. Contact can't be added." -msgstr "" - -#: mod/follow.php:180 -msgid "Contact added" -msgstr "Tengilið bætt við" - -#: mod/install.php:139 -msgid "Friendica Communications Server - Setup" -msgstr "" - -#: mod/install.php:145 -msgid "Could not connect to database." -msgstr "Gat ekki tengst gagnagrunn." - -#: mod/install.php:149 -msgid "Could not create table." -msgstr "Gat ekki búið til töflu." - -#: mod/install.php:155 -msgid "Your Friendica site database has been installed." -msgstr "Friendica gagnagrunnurinn þinn hefur verið uppsettur." - -#: mod/install.php:160 -msgid "" -"You may need to import the file \"database.sql\" manually using phpmyadmin " -"or mysql." -msgstr "Þú þarft mögulega að keyra inn skránna \"database.sql\" handvirkt með phpmyadmin eða mysql." - -#: mod/install.php:161 mod/install.php:230 mod/install.php:607 -msgid "Please see the file \"INSTALL.txt\"." -msgstr "Lestu skrána \"INSTALL.txt\"." - -#: mod/install.php:173 -msgid "Database already in use." -msgstr "" - -#: mod/install.php:227 -msgid "System check" -msgstr "Kerfis prófun" - -#: mod/install.php:232 -msgid "Check again" -msgstr "Prófa aftur" - -#: mod/install.php:251 -msgid "Database connection" -msgstr "Gangagrunns tenging" - -#: mod/install.php:252 -msgid "" -"In order to install Friendica we need to know how to connect to your " -"database." -msgstr "Til að setja upp Friendica þurfum við að vita hvernig á að tengjast gagnagrunninum þínum." - -#: mod/install.php:253 -msgid "" -"Please contact your hosting provider or site administrator if you have " -"questions about these settings." -msgstr "Hafðu samband við hýsingaraðilann þinn eða kerfisstjóra ef þú hefur spurningar varðandi þessar stillingar." - -#: mod/install.php:254 -msgid "" -"The database you specify below should already exist. If it does not, please " -"create it before continuing." -msgstr "Gagnagrunnurinn sem þú bendir á þarf þegar að vera til. Ef ekki þá þarf að stofna hann áður en haldið er áfram." - -#: mod/install.php:258 -msgid "Database Server Name" -msgstr "Vélanafn gagangrunns" - -#: mod/install.php:259 -msgid "Database Login Name" -msgstr "Notendanafn í gagnagrunn" - -#: mod/install.php:260 -msgid "Database Login Password" -msgstr "Aðgangsorð í gagnagrunns" - -#: mod/install.php:261 -msgid "Database Name" -msgstr "Nafn gagnagrunns" - -#: mod/install.php:262 mod/install.php:303 -msgid "Site administrator email address" -msgstr "Póstfang kerfisstjóra vefsvæðis" - -#: mod/install.php:262 mod/install.php:303 -msgid "" -"Your account email address must match this in order to use the web admin " -"panel." -msgstr "Póstfang aðgangsins þíns verður að passa við þetta til að hægt sé að nota umsýsluvefviðmótið." - -#: mod/install.php:266 mod/install.php:306 -msgid "Please select a default timezone for your website" -msgstr "Veldu sjálfgefið tímabelti fyrir vefsíðuna" - -#: mod/install.php:293 -msgid "Site settings" -msgstr "Stillingar vefsvæðis" - -#: mod/install.php:307 -msgid "System Language:" -msgstr "" - -#: mod/install.php:307 -msgid "" -"Set the default language for your Friendica installation interface and to " -"send emails." -msgstr "" - -#: mod/install.php:347 -msgid "Could not find a command line version of PHP in the web server PATH." -msgstr "Gat ekki fundið skipanalínu útgáfu af PHP í vefþjóns PATH." - -#: mod/install.php:348 -msgid "" -"If you don't have a command line version of PHP installed on server, you " -"will not be able to run background polling via cron. See 'Setup the poller'" -msgstr "" - -#: mod/install.php:352 -msgid "PHP executable path" -msgstr "PHP keyrslu slóð" - -#: mod/install.php:352 -msgid "" -"Enter full path to php executable. You can leave this blank to continue the " -"installation." -msgstr "" - -#: mod/install.php:357 -msgid "Command line PHP" -msgstr "Skipanalínu PHP" - -#: mod/install.php:366 -msgid "PHP executable is not the php cli binary (could be cgi-fgci version)" -msgstr "" - -#: mod/install.php:367 -msgid "Found PHP version: " -msgstr "" - -#: mod/install.php:369 -msgid "PHP cli binary" -msgstr "" - -#: mod/install.php:380 -msgid "" -"The command line version of PHP on your system does not have " -"\"register_argc_argv\" enabled." -msgstr "Skipanalínu útgáfa af PHP á vefþjóninum hefur ekki kveikt á \"register_argc_argv\"." - -#: mod/install.php:381 -msgid "This is required for message delivery to work." -msgstr "Þetta er skilyrt fyrir því að skilaboð komist til skila." - -#: mod/install.php:383 -msgid "PHP register_argc_argv" -msgstr "" - -#: mod/install.php:404 -msgid "" -"Error: the \"openssl_pkey_new\" function on this system is not able to " -"generate encryption keys" -msgstr "Villa: Stefjan \"openssl_pkey_new\" á vefþjóninum getur ekki stofnað dulkóðunar lykla" - -#: mod/install.php:405 -msgid "" -"If running under Windows, please see " -"\"http://www.php.net/manual/en/openssl.installation.php\"." -msgstr "Ef keyrt er á Window, skoðaðu þá \"http://www.php.net/manual/en/openssl.installation.php\"." - -#: mod/install.php:407 -msgid "Generate encryption keys" -msgstr "Búa til dulkóðunar lykla" - -#: mod/install.php:414 -msgid "libCurl PHP module" -msgstr "libCurl PHP eining" - -#: mod/install.php:415 -msgid "GD graphics PHP module" -msgstr "GD graphics PHP eining" - -#: mod/install.php:416 -msgid "OpenSSL PHP module" -msgstr "OpenSSL PHP eining" - -#: mod/install.php:417 -msgid "mysqli PHP module" -msgstr "mysqli PHP eining" - -#: mod/install.php:418 -msgid "mb_string PHP module" -msgstr "mb_string PHP eining" - -#: mod/install.php:419 -msgid "mcrypt PHP module" -msgstr "" - -#: mod/install.php:420 -msgid "XML PHP module" -msgstr "" - -#: mod/install.php:421 -msgid "iconv module" -msgstr "" - -#: mod/install.php:425 mod/install.php:427 -msgid "Apache mod_rewrite module" -msgstr "Apache mod_rewrite eining" - -#: mod/install.php:425 -msgid "" -"Error: Apache webserver mod-rewrite module is required but not installed." -msgstr "Villa: Apache vefþjóns eining mod-rewrite er skilyrði og er ekki uppsett. " - -#: mod/install.php:433 -msgid "Error: libCURL PHP module required but not installed." -msgstr "Villa: libCurl PHP eining er skilyrði og er ekki uppsett." - -#: mod/install.php:437 -msgid "" -"Error: GD graphics PHP module with JPEG support required but not installed." -msgstr "Villa: GD graphics PHP eining með JPEG stuðningi er skilyrði og er ekki uppsett." - -#: mod/install.php:441 -msgid "Error: openssl PHP module required but not installed." -msgstr "Villa: openssl PHP eining skilyrði og er ekki uppsett." - -#: mod/install.php:445 -msgid "Error: mysqli PHP module required but not installed." -msgstr "Villa: mysqli PHP eining er skilyrði og er ekki uppsett" - -#: mod/install.php:449 -msgid "Error: mb_string PHP module required but not installed." -msgstr "Villa: mb_string PHP eining skilyrði en ekki uppsett." - -#: mod/install.php:453 -msgid "Error: mcrypt PHP module required but not installed." -msgstr "" - -#: mod/install.php:457 -msgid "Error: iconv PHP module required but not installed." -msgstr "" - -#: mod/install.php:466 -msgid "" -"If you are using php_cli, please make sure that mcrypt module is enabled in " -"its config file" -msgstr "" - -#: mod/install.php:469 -msgid "" -"Function mcrypt_create_iv() is not defined. This is needed to enable RINO2 " -"encryption layer." -msgstr "" - -#: mod/install.php:471 -msgid "mcrypt_create_iv() function" -msgstr "" - -#: mod/install.php:479 -msgid "Error, XML PHP module required but not installed." -msgstr "" - -#: mod/install.php:494 -msgid "" -"The web installer needs to be able to create a file called \".htconfig.php\"" -" in the top folder of your web server and it is unable to do so." -msgstr "Vef uppsetningar forrit þarf að geta stofnað skránna \".htconfig.php\" in efsta skráarsafninu á vefþjóninum og það getur ekki gert það." - -#: mod/install.php:495 -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 "Þetta er oftast aðgangsstýringa stilling, þar sem vefþjónninn getur ekki skrifað út skrár í skráarsafnið - þó þú getir það." - -#: mod/install.php:496 -msgid "" -"At the end of this procedure, we will give you a text to save in a file " -"named .htconfig.php in your Friendica top folder." -msgstr "" - -#: mod/install.php:497 -msgid "" -"You can alternatively skip this procedure and perform a manual installation." -" Please see the file \"INSTALL.txt\" for instructions." -msgstr "" - -#: mod/install.php:500 -msgid ".htconfig.php is writable" -msgstr ".htconfig.php er skrifanleg" - -#: mod/install.php:510 -msgid "" -"Friendica uses the Smarty3 template engine to render its web views. Smarty3 " -"compiles templates to PHP to speed up rendering." -msgstr "" - -#: mod/install.php:511 -msgid "" -"In order to store these compiled templates, the web server needs to have " -"write access to the directory view/smarty3/ under the Friendica top level " -"folder." -msgstr "" - -#: mod/install.php:512 -msgid "" -"Please ensure that the user that your web server runs as (e.g. www-data) has" -" write access to this folder." -msgstr "" - -#: mod/install.php:513 -msgid "" -"Note: as a security measure, you should give the web server write access to " -"view/smarty3/ only--not the template files (.tpl) that it contains." -msgstr "" - -#: mod/install.php:516 -msgid "view/smarty3 is writable" -msgstr "" - -#: mod/install.php:532 -msgid "" -"Url rewrite in .htaccess is not working. Check your server configuration." -msgstr "" - -#: mod/install.php:534 -msgid "Url rewrite is working" -msgstr "" - -#: mod/install.php:552 -msgid "ImageMagick PHP extension is not installed" -msgstr "" - -#: mod/install.php:555 -msgid "ImageMagick PHP extension is installed" -msgstr "" - -#: mod/install.php:557 -msgid "ImageMagick supports GIF" -msgstr "" - -#: mod/install.php:566 -msgid "" -"The database configuration file \".htconfig.php\" could not be written. " -"Please use the enclosed text to create a configuration file in your web " -"server root." -msgstr "Ekki tókst að skrifa stillingaskrá gagnagrunns \".htconfig.php\". Notað meðfylgjandi texta til að búa til stillingarskrá í rót vefþjónsins." - -#: mod/install.php:605 -msgid "

    What next

    " -msgstr "" - -#: mod/install.php:606 -msgid "" -"IMPORTANT: You will need to [manually] setup a scheduled task for the " -"poller." -msgstr "MIKILVÆGT: Þú þarft að [handvirkt] setja upp sjálfvirka keyrslu á poller." - -#: mod/item.php:116 -msgid "Unable to locate original post." -msgstr "Ekki tókst að finna upphaflega færslu." - -#: mod/item.php:341 -msgid "Empty post discarded." -msgstr "Tóm færsla eytt." - -#: mod/item.php:902 -msgid "System error. Post not saved." -msgstr "Kerfisvilla. Færsla ekki vistuð." - -#: mod/item.php:992 +#: src/Database/DBStructure.php:80 #, php-format msgid "" -"This message was sent to you by %s, a member of the Friendica social " -"network." -msgstr "Skilaboðið sendi %s, notandi á Friendica samfélagsnetinu." - -#: mod/item.php:994 -#, php-format -msgid "You may visit them online at %s" -msgstr "Þú getur heimsótt þau á netinu á %s" - -#: mod/item.php:995 -msgid "" -"Please contact the sender by replying to this post if you do not wish to " -"receive these messages." -msgstr "Hafðu samband við sendanda með því að svara á þessari færslu ef þú villt ekki fá þessi skilaboð." - -#: mod/item.php:999 -#, php-format -msgid "%s posted an update." -msgstr "%s hefur sent uppfærslu." - -#: mod/network.php:398 -#, 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:401 -msgid "Messages in this group won't be send to these receivers." +"The error message is\n" +"[pre]%s[/pre]" msgstr "" -#: mod/network.php:529 -msgid "Private messages to this person are at risk of public disclosure." -msgstr "Einka skilaboð send á þennan notanda eiga á hættu að verða opinber." - -#: mod/network.php:534 -msgid "Invalid contact." -msgstr "Ógildur tengiliður." - -#: mod/network.php:826 -msgid "Commented Order" -msgstr "Athugasemdar röð" - -#: mod/network.php:829 -msgid "Sort by Comment Date" -msgstr "Raða eftir umræðu dagsetningu" - -#: mod/network.php:834 -msgid "Posted Order" -msgstr "Færlsu röð" - -#: mod/network.php:837 -msgid "Sort by Post Date" -msgstr "Raða eftir færslu dagsetningu" - -#: mod/network.php:848 -msgid "Posts that mention or involve you" -msgstr "Færslur sem tengjast þér" - -#: mod/network.php:856 -msgid "New" -msgstr "Ný" - -#: mod/network.php:859 -msgid "Activity Stream - by date" -msgstr "Færslu straumur - raðað eftir dagsetningu" - -#: mod/network.php:867 -msgid "Shared Links" +#: src/Database/DBStructure.php:191 +#, php-format +msgid "" +"\n" +"Error %d occurred during database update:\n" +"%s\n" msgstr "" -#: mod/network.php:870 -msgid "Interesting Links" -msgstr "Áhugaverðir tenglar" +#: src/Database/DBStructure.php:194 +msgid "Errors encountered performing database changes: " +msgstr "" -#: mod/network.php:878 -msgid "Starred" -msgstr "Stjörnumerkt" +#: src/Database/DBStructure.php:210 +msgid ": Database update" +msgstr "" -#: mod/network.php:881 -msgid "Favourite Posts" -msgstr "Uppáhalds færslur" +#: src/Database/DBStructure.php:460 +#, php-format +msgid "%s: updating %s table." +msgstr "" -#: mod/ping.php:261 -msgid "{0} wants to be your friend" -msgstr "{0} vill vera vinur þinn" +#: src/Model/Mail.php:40 src/Model/Mail.php:174 +msgid "[no subject]" +msgstr "[ekkert efni]" -#: mod/ping.php:276 -msgid "{0} sent you a message" -msgstr "{0} sendi þér skilboð" +#: src/Model/Profile.php:97 +msgid "Requested account is not available." +msgstr "Umbeðin forsíða er ekki til." -#: mod/ping.php:291 -msgid "{0} requested registration" -msgstr "{0} óskaði eftir skráningu" +#: src/Model/Profile.php:168 src/Model/Profile.php:399 +#: src/Model/Profile.php:859 +msgid "Edit profile" +msgstr "Breyta forsíðu" -#: mod/viewcontacts.php:72 -msgid "No contacts." -msgstr "Enginn tengiliður" +#: src/Model/Profile.php:336 +msgid "Atom feed" +msgstr "Atom fréttaveita" -#: object/Item.php:370 +#: src/Model/Profile.php:372 +msgid "Manage/edit profiles" +msgstr "Sýsla með forsíður" + +#: src/Model/Profile.php:548 src/Model/Profile.php:641 +msgid "g A l F d" +msgstr "g A l F d" + +#: src/Model/Profile.php:549 +msgid "F d" +msgstr "F d" + +#: src/Model/Profile.php:606 src/Model/Profile.php:703 +msgid "[today]" +msgstr "[í dag]" + +#: src/Model/Profile.php:617 +msgid "Birthday Reminders" +msgstr "Afmælisáminningar" + +#: src/Model/Profile.php:618 +msgid "Birthdays this week:" +msgstr "Afmæli í þessari viku:" + +#: src/Model/Profile.php:690 +msgid "[No description]" +msgstr "[Engin lýsing]" + +#: src/Model/Profile.php:717 +msgid "Event Reminders" +msgstr "Atburðaáminningar" + +#: src/Model/Profile.php:718 +msgid "Events this week:" +msgstr "Atburðir vikunnar:" + +#: src/Model/Profile.php:741 +msgid "Member since:" +msgstr "Meðlimur síðan:" + +#: src/Model/Profile.php:749 +msgid "j F, Y" +msgstr "j F, Y" + +#: src/Model/Profile.php:750 +msgid "j F" +msgstr "j F" + +#: src/Model/Profile.php:765 +msgid "Age:" +msgstr "Aldur:" + +#: src/Model/Profile.php:778 +#, php-format +msgid "for %1$d %2$s" +msgstr "fyrir %1$d %2$s" + +#: src/Model/Profile.php:802 +msgid "Religion:" +msgstr "Trúarskoðanir:" + +#: src/Model/Profile.php:810 +msgid "Hobbies/Interests:" +msgstr "Áhugamál/Áhugasvið:" + +#: src/Model/Profile.php:822 +msgid "Contact information and Social Networks:" +msgstr "Tengiliðaupplýsingar og samfélagsnet:" + +#: src/Model/Profile.php:826 +msgid "Musical interests:" +msgstr "Tónlistaráhugi:" + +#: src/Model/Profile.php:830 +msgid "Books, literature:" +msgstr "Bækur, bókmenntir:" + +#: src/Model/Profile.php:834 +msgid "Television:" +msgstr "Sjónvarp:" + +#: src/Model/Profile.php:838 +msgid "Film/dance/culture/entertainment:" +msgstr "Kvikmyndir/dans/menning/afþreying:" + +#: src/Model/Profile.php:842 +msgid "Love/Romance:" +msgstr "Ást/rómantík:" + +#: src/Model/Profile.php:846 +msgid "Work/employment:" +msgstr "Atvinna:" + +#: src/Model/Profile.php:850 +msgid "School/education:" +msgstr "Skóli/menntun:" + +#: src/Model/Profile.php:855 +msgid "Forums:" +msgstr "Spjallsvæði:" + +#: src/Model/Profile.php:949 +msgid "Only You Can See This" +msgstr "Aðeins þú sérð þetta" + +#: src/Model/Item.php:1676 +#, php-format +msgid "%1$s is attending %2$s's %3$s" +msgstr "" + +#: src/Model/Item.php:1681 +#, php-format +msgid "%1$s is not attending %2$s's %3$s" +msgstr "" + +#: src/Model/Item.php:1686 +#, php-format +msgid "%1$s may attend %2$s's %3$s" +msgstr "" + +#: src/Model/Group.php:44 +msgid "" +"A deleted group with this name was revived. Existing item permissions " +"may apply to this group and any future members. If this is " +"not what you intended, please create another group with a different name." +msgstr "Hóp sem var eytt hefur verið endurlífgaður. Færslur sem þegar voru til geta mögulega farið á hópinn og framtíðar meðlimir. Ef þetta er ekki það sem þú vilt, þá þarftu að búa til nýjan hóp með öðru nafni." + +#: src/Model/Group.php:328 +msgid "Default privacy group for new contacts" +msgstr "" + +#: src/Model/Group.php:361 +msgid "Everybody" +msgstr "Allir" + +#: src/Model/Group.php:381 +msgid "edit" +msgstr "breyta" + +#: src/Model/Group.php:405 +msgid "Edit group" +msgstr "Breyta hóp" + +#: src/Model/Group.php:406 +msgid "Contacts not in any group" +msgstr "Tengiliðir ekki í neinum hópum" + +#: src/Model/Group.php:407 +msgid "Create a new group" +msgstr "Stofna nýjan hóp" + +#: src/Model/Group.php:409 +msgid "Edit groups" +msgstr "Breyta hópum" + +#: src/Model/Contact.php:645 +msgid "Drop Contact" +msgstr "Henda tengilið" + +#: src/Model/Contact.php:1048 +msgid "Organisation" +msgstr "" + +#: src/Model/Contact.php:1051 +msgid "News" +msgstr "Fréttir" + +#: src/Model/Contact.php:1054 +msgid "Forum" +msgstr "Spjallsvæði" + +#: src/Model/Contact.php:1233 +msgid "Connect URL missing." +msgstr "Tengislóð vantar." + +#: src/Model/Contact.php:1242 +msgid "" +"The contact could not be added. Please check the relevant network " +"credentials in your Settings -> Social Networks page." +msgstr "" + +#: src/Model/Contact.php:1289 +msgid "" +"This site is not configured to allow communications with other networks." +msgstr "Þessi vefur er ekki uppsettur til að leyfa samskipti við önnur samfélagsnet." + +#: src/Model/Contact.php:1290 src/Model/Contact.php:1304 +msgid "No compatible communication protocols or feeds were discovered." +msgstr "Engir samhæfðir samskiptastaðlar né fréttastraumar fundust." + +#: src/Model/Contact.php:1302 +msgid "The profile address specified does not provide adequate information." +msgstr "Uppgefin forsíðuslóð inniheldur ekki nægilegar upplýsingar." + +#: src/Model/Contact.php:1307 +msgid "An author or name was not found." +msgstr "Höfundur eða nafn fannst ekki." + +#: src/Model/Contact.php:1310 +msgid "No browser URL could be matched to this address." +msgstr "Engin vefslóð passaði við þetta vistfang." + +#: src/Model/Contact.php:1313 +msgid "" +"Unable to match @-style Identity Address with a known protocol or email " +"contact." +msgstr "" + +#: src/Model/Contact.php:1314 +msgid "Use mailto: in front of address to force email check." +msgstr "" + +#: src/Model/Contact.php:1320 +msgid "" +"The profile address specified belongs to a network which has been disabled " +"on this site." +msgstr "Þessi forsíðu slóð tilheyrir neti sem er bannað á þessum vef." + +#: src/Model/Contact.php:1325 +msgid "" +"Limited profile. This person will be unable to receive direct/personal " +"notifications from you." +msgstr "Takmörkuð forsíða. Þessi tengiliður mun ekki getað tekið á móti beinum/einka tilkynningum frá þér." + +#: src/Model/Contact.php:1376 +msgid "Unable to retrieve contact information." +msgstr "Ekki hægt að sækja tengiliðs upplýsingar." + +#: src/Model/Contact.php:1588 +#, php-format +msgid "%s's birthday" +msgstr "Afmælisdagur %s" + +#: src/Model/Contact.php:1589 src/Protocol/DFRN.php:1478 +#, php-format +msgid "Happy Birthday %s" +msgstr "Til hamingju með afmælið %s" + +#: src/Model/Event.php:53 src/Model/Event.php:70 src/Model/Event.php:419 +#: src/Model/Event.php:882 +msgid "Starts:" +msgstr "Byrjar:" + +#: src/Model/Event.php:56 src/Model/Event.php:76 src/Model/Event.php:420 +#: src/Model/Event.php:886 +msgid "Finishes:" +msgstr "Endar:" + +#: src/Model/Event.php:368 +msgid "all-day" +msgstr "allan-daginn" + +#: src/Model/Event.php:391 +msgid "Jun" +msgstr "Jún" + +#: src/Model/Event.php:394 +msgid "Sept" +msgstr "Sept" + +#: src/Model/Event.php:417 +msgid "No events to display" +msgstr "Engir atburðir til að birta" + +#: src/Model/Event.php:543 +msgid "l, F j" +msgstr "l, F j" + +#: src/Model/Event.php:566 +msgid "Edit event" +msgstr "Breyta atburð" + +#: src/Model/Event.php:567 +msgid "Duplicate event" +msgstr "Tvítaka atburð" + +#: src/Model/Event.php:568 +msgid "Delete event" +msgstr "Eyða atburði" + +#: src/Model/Event.php:815 +msgid "D g:i A" +msgstr "D g:i A" + +#: src/Model/Event.php:816 +msgid "g:i A" +msgstr "g:i A" + +#: src/Model/Event.php:901 src/Model/Event.php:903 +msgid "Show map" +msgstr "Birta kort" + +#: src/Model/Event.php:902 +msgid "Hide map" +msgstr "" + +#: src/Model/User.php:144 +msgid "Login failed" +msgstr "Innskráning mistókst" + +#: src/Model/User.php:175 +msgid "Not enough information to authenticate" +msgstr "" + +#: src/Model/User.php:332 +msgid "An invitation is required." +msgstr "Boðskort er skilyrði." + +#: src/Model/User.php:336 +msgid "Invitation could not be verified." +msgstr "Ekki hægt að sannreyna boðskort." + +#: src/Model/User.php:343 +msgid "Invalid OpenID url" +msgstr "OpenID slóð ekki til" + +#: src/Model/User.php:356 src/Module/Login.php:100 +msgid "" +"We encountered a problem while logging in with the OpenID you provided. " +"Please check the correct spelling of the ID." +msgstr "" + +#: src/Model/User.php:356 src/Module/Login.php:100 +msgid "The error message was:" +msgstr "Villumeldingin var:" + +#: src/Model/User.php:362 +msgid "Please enter the required information." +msgstr "Settu inn umbeðnar upplýsingar." + +#: src/Model/User.php:375 +msgid "Please use a shorter name." +msgstr "Notaðu styttra nafn." + +#: src/Model/User.php:378 +msgid "Name too short." +msgstr "Nafn of stutt." + +#: src/Model/User.php:386 +msgid "That doesn't appear to be your full (First Last) name." +msgstr "Þetta virðist ekki vera fullt nafn (Jón Jónsson)." + +#: src/Model/User.php:391 +msgid "Your email domain is not among those allowed on this site." +msgstr "Póstþjónninn er ekki í lista yfir leyfða póstþjóna á þessum vef." + +#: src/Model/User.php:395 +msgid "Not a valid email address." +msgstr "Ekki tækt tölvupóstfang." + +#: src/Model/User.php:399 src/Model/User.php:407 +msgid "Cannot use that email." +msgstr "Ekki hægt að nota þetta póstfang." + +#: src/Model/User.php:414 +msgid "Your nickname can only contain a-z, 0-9 and _." +msgstr "" + +#: src/Model/User.php:421 src/Model/User.php:477 +msgid "Nickname is already registered. Please choose another." +msgstr "Gælunafn þegar skráð. Veldu annað." + +#: src/Model/User.php:431 +msgid "SERIOUS ERROR: Generation of security keys failed." +msgstr "VERULEGA ALVARLEG VILLA: Stofnun á öryggislyklum tókst ekki." + +#: src/Model/User.php:464 src/Model/User.php:468 +msgid "An error occurred during registration. Please try again." +msgstr "Villa kom upp við nýskráningu. Reyndu aftur." + +#: src/Model/User.php:488 view/theme/duepuntozero/config.php:54 +msgid "default" +msgstr "sjálfgefið" + +#: src/Model/User.php:493 +msgid "An error occurred creating your default profile. Please try again." +msgstr "Villa kom upp við að stofna sjálfgefna forsíðu. Vinnsamlegast reyndu aftur." + +#: src/Model/User.php:500 +msgid "An error occurred creating your self contact. Please try again." +msgstr "" + +#: src/Model/User.php:509 +msgid "" +"An error occurred creating your default contact group. Please try again." +msgstr "" + +#: src/Model/User.php:583 +#, php-format +msgid "" +"\n" +"\t\t\tDear %1$s,\n" +"\t\t\t\tThank you for registering at %2$s. Your account is pending for approval by the administrator.\n" +"\t\t" +msgstr "" + +#: src/Model/User.php:593 +#, php-format +msgid "Registration at %s" +msgstr "" + +#: src/Model/User.php:611 +#, php-format +msgid "" +"\n" +"\t\t\tDear %1$s,\n" +"\t\t\t\tThank you for registering at %2$s. Your account has been created.\n" +"\t\t" +msgstr "" + +#: src/Model/User.php:615 +#, php-format +msgid "" +"\n" +"\t\t\tThe login details are as follows:\n" +"\n" +"\t\t\tSite Location:\t%3$s\n" +"\t\t\tLogin Name:\t\t%1$s\n" +"\t\t\tPassword:\t\t%5$s\n" +"\n" +"\t\t\tYou may change your password from your account \"Settings\" page after logging\n" +"\t\t\tin.\n" +"\n" +"\t\t\tPlease take a few moments to review the other account settings on that page.\n" +"\n" +"\t\t\tYou may also wish to add some basic information to your default profile\n" +"\t\t\t(on the \"Profiles\" page) so that other people can easily find you.\n" +"\n" +"\t\t\tWe recommend setting your full name, adding a profile photo,\n" +"\t\t\tadding some profile \"keywords\" (very useful in making new friends) - and\n" +"\t\t\tperhaps what country you live in; if you do not wish to be more specific\n" +"\t\t\tthan that.\n" +"\n" +"\t\t\tWe fully respect your right to privacy, and none of these items are necessary.\n" +"\t\t\tIf you are new and do not know anybody here, they may help\n" +"\t\t\tyou to make some new and interesting friends.\n" +"\n" +"\t\t\tIf you ever want to delete your account, you can do so at %3$s/removeme\n" +"\n" +"\t\t\tThank you and welcome to %2$s." +msgstr "" + +#: src/Protocol/OStatus.php:1799 +#, php-format +msgid "%s is now following %s." +msgstr "%s fylgist núna með %s." + +#: src/Protocol/OStatus.php:1800 +msgid "following" +msgstr "fylgist með" + +#: src/Protocol/OStatus.php:1803 +#, php-format +msgid "%s stopped following %s." +msgstr "" + +#: src/Protocol/OStatus.php:1804 +msgid "stopped following" +msgstr "hætt að fylgja" + +#: src/Protocol/DFRN.php:1477 +#, php-format +msgid "%s\\'s birthday" +msgstr "Afmælisdagur %s" + +#: src/Protocol/Diaspora.php:2651 +msgid "Sharing notification from Diaspora network" +msgstr "Tilkynning um að einhver deildi atriði á Diaspora netinu" + +#: src/Protocol/Diaspora.php:3738 +msgid "Attachments:" +msgstr "Viðhengi:" + +#: src/Worker/Delivery.php:392 +msgid "(no subject)" +msgstr "(ekkert efni)" + +#: src/Object/Post.php:128 +msgid "This entry was edited" +msgstr "" + +#: src/Object/Post.php:182 +msgid "save to folder" +msgstr "vista í möppu" + +#: src/Object/Post.php:235 +msgid "I will attend" +msgstr "" + +#: src/Object/Post.php:235 +msgid "I will not attend" +msgstr "" + +#: src/Object/Post.php:235 +msgid "I might attend" +msgstr "" + +#: src/Object/Post.php:263 +msgid "add star" +msgstr "bæta við stjörnu" + +#: src/Object/Post.php:264 +msgid "remove star" +msgstr "eyða stjörnu" + +#: src/Object/Post.php:265 +msgid "toggle star status" +msgstr "Kveikja/slökkva á stjörnu" + +#: src/Object/Post.php:268 +msgid "starred" +msgstr "stjörnumerkt" + +#: src/Object/Post.php:274 +msgid "ignore thread" +msgstr "" + +#: src/Object/Post.php:275 +msgid "unignore thread" +msgstr "" + +#: src/Object/Post.php:276 +msgid "toggle ignore status" +msgstr "" + +#: src/Object/Post.php:285 +msgid "add tag" +msgstr "bæta við merki" + +#: src/Object/Post.php:296 +msgid "like" +msgstr "líkar" + +#: src/Object/Post.php:297 +msgid "dislike" +msgstr "mislíkar" + +#: src/Object/Post.php:300 +msgid "Share this" +msgstr "Deila þessu" + +#: src/Object/Post.php:300 +msgid "share" +msgstr "deila" + +#: src/Object/Post.php:365 +msgid "to" +msgstr "við" + +#: src/Object/Post.php:366 msgid "via" -msgstr "" +msgstr "gegnum" -#: view/theme/frio/php/Image.php:23 -msgid "Repeat the image" -msgstr "" +#: src/Object/Post.php:367 +msgid "Wall-to-Wall" +msgstr "vegg við vegg" -#: view/theme/frio/php/Image.php:23 -msgid "Will repeat your image to fill the background." -msgstr "" +#: src/Object/Post.php:368 +msgid "via Wall-To-Wall:" +msgstr "gegnum vegg við vegg" -#: view/theme/frio/php/Image.php:25 -msgid "Stretch" -msgstr "" - -#: view/theme/frio/php/Image.php:25 -msgid "Will stretch to width/height of the image." -msgstr "" - -#: view/theme/frio/php/Image.php:27 -msgid "Resize fill and-clip" -msgstr "" - -#: view/theme/frio/php/Image.php:27 -msgid "Resize to fill and retain aspect ratio." -msgstr "" - -#: view/theme/frio/php/Image.php:29 -msgid "Resize best fit" -msgstr "" - -#: view/theme/frio/php/Image.php:29 -msgid "Resize to best fit and retain aspect ratio." -msgstr "" - -#: view/theme/frio/config.php:42 -msgid "Default" -msgstr "" - -#: view/theme/frio/config.php:54 -msgid "Note: " -msgstr "" - -#: view/theme/frio/config.php:54 -msgid "Check image permissions if all users are allowed to visit the image" -msgstr "" - -#: view/theme/frio/config.php:62 -msgid "Select scheme" -msgstr "" - -#: view/theme/frio/config.php:63 -msgid "Navigation bar background color" -msgstr "" - -#: view/theme/frio/config.php:64 -msgid "Navigation bar icon color " -msgstr "" - -#: view/theme/frio/config.php:65 -msgid "Link color" -msgstr "Litur tengils" - -#: view/theme/frio/config.php:66 -msgid "Set the background color" -msgstr "" - -#: view/theme/frio/config.php:67 -msgid "Content background transparency" -msgstr "" - -#: view/theme/frio/config.php:68 -msgid "Set the background image" -msgstr "" - -#: view/theme/frio/theme.php:229 -msgid "Guest" -msgstr "" - -#: view/theme/frio/theme.php:235 -msgid "Visitor" -msgstr "" - -#: view/theme/quattro/config.php:67 -msgid "Alignment" -msgstr "" - -#: view/theme/quattro/config.php:67 -msgid "Left" -msgstr "" - -#: view/theme/quattro/config.php:67 -msgid "Center" -msgstr "" - -#: view/theme/quattro/config.php:68 -msgid "Color scheme" -msgstr "" - -#: view/theme/quattro/config.php:69 -msgid "Posts font size" -msgstr "" - -#: view/theme/quattro/config.php:70 -msgid "Textareas font size" -msgstr "" - -#: view/theme/vier/theme.php:152 view/theme/vier/config.php:112 -msgid "Community Profiles" -msgstr "" - -#: view/theme/vier/theme.php:181 view/theme/vier/config.php:116 -msgid "Last users" -msgstr "Nýjustu notendurnir" - -#: view/theme/vier/theme.php:199 view/theme/vier/config.php:115 -msgid "Find Friends" -msgstr "" - -#: view/theme/vier/theme.php:200 -msgid "Local Directory" -msgstr "" - -#: view/theme/vier/theme.php:291 -msgid "Quick Start" -msgstr "" - -#: view/theme/vier/theme.php:373 view/theme/vier/config.php:114 -msgid "Connect Services" -msgstr "" - -#: view/theme/vier/config.php:64 -msgid "Comma separated list of helper forums" -msgstr "" - -#: view/theme/vier/config.php:110 -msgid "Set style" -msgstr "" - -#: view/theme/vier/config.php:111 -msgid "Community Pages" -msgstr "" - -#: view/theme/vier/config.php:113 -msgid "Help or @NewHere ?" -msgstr "" - -#: view/theme/duepuntozero/config.php:45 -msgid "greenzero" -msgstr "" - -#: view/theme/duepuntozero/config.php:46 -msgid "purplezero" -msgstr "" - -#: view/theme/duepuntozero/config.php:47 -msgid "easterbunny" -msgstr "" - -#: view/theme/duepuntozero/config.php:48 -msgid "darkzero" -msgstr "" - -#: view/theme/duepuntozero/config.php:49 -msgid "comix" -msgstr "" - -#: view/theme/duepuntozero/config.php:50 -msgid "slackr" -msgstr "" - -#: view/theme/duepuntozero/config.php:62 -msgid "Variations" -msgstr "" - -#: boot.php:970 -msgid "Delete this item?" -msgstr "Eyða þessu atriði?" - -#: boot.php:973 -msgid "show fewer" -msgstr "birta minna" - -#: boot.php:1655 +#: src/Object/Post.php:427 #, php-format -msgid "Update %s failed. See error logs." -msgstr "Uppfærsla á %s mistókst. Skoðaðu villuannál." +msgid "%d comment" +msgid_plural "%d comments" +msgstr[0] "%d ummæli" +msgstr[1] "%d ummæli" -#: boot.php:1767 +#: src/Object/Post.php:797 +msgid "Bold" +msgstr "Feitletrað" + +#: src/Object/Post.php:798 +msgid "Italic" +msgstr "Skáletrað" + +#: src/Object/Post.php:799 +msgid "Underline" +msgstr "Undirstrikað" + +#: src/Object/Post.php:800 +msgid "Quote" +msgstr "Gæsalappir" + +#: src/Object/Post.php:801 +msgid "Code" +msgstr "Kóði" + +#: src/Object/Post.php:802 +msgid "Image" +msgstr "Mynd" + +#: src/Object/Post.php:803 +msgid "Link" +msgstr "Tengill" + +#: src/Object/Post.php:804 +msgid "Video" +msgstr "Myndband" + +#: src/Module/Login.php:282 msgid "Create a New Account" msgstr "Stofna nýjan notanda" -#: boot.php:1796 +#: src/Module/Login.php:315 msgid "Password: " msgstr "Aðgangsorð: " -#: boot.php:1797 +#: src/Module/Login.php:316 msgid "Remember me" msgstr "Muna eftir mér" -#: boot.php:1800 +#: src/Module/Login.php:319 msgid "Or login using OpenID: " msgstr "Eða auðkenna með OpenID: " -#: boot.php:1806 +#: src/Module/Login.php:325 msgid "Forgot your password?" msgstr "Gleymt lykilorð?" -#: boot.php:1809 +#: src/Module/Login.php:328 msgid "Website Terms of Service" msgstr "Þjónustuskilmálar vefsvæðis" -#: boot.php:1810 +#: src/Module/Login.php:329 msgid "terms of service" msgstr "þjónustuskilmálar" -#: boot.php:1812 +#: src/Module/Login.php:331 msgid "Website Privacy Policy" msgstr "Persónuverndarstefna" -#: boot.php:1813 +#: src/Module/Login.php:332 msgid "privacy policy" msgstr "persónuverndarstefna" -#: index.php:451 +#: src/Module/Logout.php:28 +msgid "Logged out." +msgstr "Skráður út." + +#: src/App.php:511 +msgid "Delete this item?" +msgstr "Eyða þessu atriði?" + +#: src/App.php:513 +msgid "show fewer" +msgstr "birta minna" + +#: view/theme/duepuntozero/config.php:55 +msgid "greenzero" +msgstr "" + +#: view/theme/duepuntozero/config.php:56 +msgid "purplezero" +msgstr "" + +#: view/theme/duepuntozero/config.php:57 +msgid "easterbunny" +msgstr "" + +#: view/theme/duepuntozero/config.php:58 +msgid "darkzero" +msgstr "" + +#: view/theme/duepuntozero/config.php:59 +msgid "comix" +msgstr "" + +#: view/theme/duepuntozero/config.php:60 +msgid "slackr" +msgstr "" + +#: view/theme/duepuntozero/config.php:74 +msgid "Variations" +msgstr "Tilbrigði" + +#: view/theme/frio/php/Image.php:25 +msgid "Repeat the image" +msgstr "Endurtaka myndina" + +#: view/theme/frio/php/Image.php:25 +msgid "Will repeat your image to fill the background." +msgstr "" + +#: view/theme/frio/php/Image.php:27 +msgid "Stretch" +msgstr "Teygja" + +#: view/theme/frio/php/Image.php:27 +msgid "Will stretch to width/height of the image." +msgstr "" + +#: view/theme/frio/php/Image.php:29 +msgid "Resize fill and-clip" +msgstr "" + +#: view/theme/frio/php/Image.php:29 +msgid "Resize to fill and retain aspect ratio." +msgstr "" + +#: view/theme/frio/php/Image.php:31 +msgid "Resize best fit" +msgstr "Stærðarbreyta svo að passi" + +#: view/theme/frio/php/Image.php:31 +msgid "Resize to best fit and retain aspect ratio." +msgstr "Stærðarbreyta svo að passi og halda upphaflegum hlutföllum." + +#: view/theme/frio/config.php:97 +msgid "Default" +msgstr "Sjálfgefið" + +#: view/theme/frio/config.php:109 +msgid "Note" +msgstr "Minnispunktur" + +#: view/theme/frio/config.php:109 +msgid "Check image permissions if all users are allowed to visit the image" +msgstr "" + +#: view/theme/frio/config.php:116 +msgid "Select scheme" +msgstr "Veldu litastef" + +#: view/theme/frio/config.php:117 +msgid "Navigation bar background color" +msgstr "" + +#: view/theme/frio/config.php:118 +msgid "Navigation bar icon color " +msgstr "" + +#: view/theme/frio/config.php:119 +msgid "Link color" +msgstr "Litur tengils" + +#: view/theme/frio/config.php:120 +msgid "Set the background color" +msgstr "Stilltu bakgrunnslit" + +#: view/theme/frio/config.php:121 +msgid "Content background opacity" +msgstr "" + +#: view/theme/frio/config.php:122 +msgid "Set the background image" +msgstr "" + +#: view/theme/frio/config.php:127 +msgid "Login page background image" +msgstr "" + +#: view/theme/frio/config.php:130 +msgid "Login page background color" +msgstr "" + +#: view/theme/frio/config.php:130 +msgid "Leave background image and color empty for theme defaults" +msgstr "" + +#: view/theme/frio/theme.php:238 +msgid "Guest" +msgstr "Gestur" + +#: view/theme/frio/theme.php:243 +msgid "Visitor" +msgstr "Í heimsókn" + +#: view/theme/quattro/config.php:76 +msgid "Alignment" +msgstr "Hliðjöfnun" + +#: view/theme/quattro/config.php:76 +msgid "Left" +msgstr "Vinstri" + +#: view/theme/quattro/config.php:76 +msgid "Center" +msgstr "Miðjað" + +#: view/theme/quattro/config.php:77 +msgid "Color scheme" +msgstr "Litastef" + +#: view/theme/quattro/config.php:78 +msgid "Posts font size" +msgstr "" + +#: view/theme/quattro/config.php:79 +msgid "Textareas font size" +msgstr "" + +#: view/theme/vier/config.php:75 +msgid "Comma separated list of helper forums" +msgstr "" + +#: view/theme/vier/config.php:122 +msgid "Set style" +msgstr "" + +#: view/theme/vier/config.php:123 +msgid "Community Pages" +msgstr "" + +#: view/theme/vier/config.php:124 view/theme/vier/theme.php:150 +msgid "Community Profiles" +msgstr "" + +#: view/theme/vier/config.php:125 +msgid "Help or @NewHere ?" +msgstr "" + +#: view/theme/vier/config.php:126 view/theme/vier/theme.php:389 +msgid "Connect Services" +msgstr "" + +#: view/theme/vier/config.php:127 view/theme/vier/theme.php:199 +msgid "Find Friends" +msgstr "Finna vini" + +#: view/theme/vier/config.php:128 view/theme/vier/theme.php:181 +msgid "Last users" +msgstr "Nýjustu notendurnir" + +#: view/theme/vier/theme.php:200 +msgid "Local Directory" +msgstr "Staðvær mappa" + +#: view/theme/vier/theme.php:292 +msgid "Quick Start" +msgstr "" + +#: index.php:444 msgid "toggle mobile" msgstr "" + +#: boot.php:791 +#, php-format +msgid "Update %s failed. See error logs." +msgstr "Uppfærsla á %s mistókst. Skoðaðu villuannál." diff --git a/view/lang/is/strings.php b/view/lang/is/strings.php index aa87041da8..fda0c85bf3 100644 --- a/view/lang/is/strings.php +++ b/view/lang/is/strings.php @@ -5,208 +5,30 @@ function string_plural_select_is($n){ return ($n % 10 != 1 || $n % 100 == 11);; }} ; -$a->strings["Add New Contact"] = "Bæta við tengilið"; -$a->strings["Enter address or web location"] = "Settu inn slóð"; -$a->strings["Example: bob@example.com, http://example.com/barbara"] = "Dæmi: gudmundur@simnet.is, http://simnet.is/gudmundur"; -$a->strings["Connect"] = "Tengjast"; -$a->strings["%d invitation available"] = [ - 0 => "%d boðskort í boði", - 1 => "%d boðskort í boði", -]; -$a->strings["Find People"] = "Finna fólk"; -$a->strings["Enter name or interest"] = "Settu inn nafn eða áhugamál"; -$a->strings["Connect/Follow"] = "Tengjast/fylgja"; -$a->strings["Examples: Robert Morgenstein, Fishing"] = "Dæmi: Jón Jónsson, Veiði"; -$a->strings["Find"] = "Finna"; -$a->strings["Friend Suggestions"] = "Vina uppástungur"; -$a->strings["Similar Interests"] = "Svipuð áhugamál"; -$a->strings["Random Profile"] = ""; -$a->strings["Invite Friends"] = "Bjóða vinum aðgang"; -$a->strings["Networks"] = "Net"; -$a->strings["All Networks"] = "Öll net"; -$a->strings["Saved Folders"] = "Vistaðar möppur"; -$a->strings["Everything"] = "Allt"; -$a->strings["Categories"] = "Flokkar"; -$a->strings["%d contact in common"] = [ - 0 => "%d tengiliður sameiginlegur", - 1 => "%d tengiliðir sameiginlegir", -]; -$a->strings["show more"] = "birta meira"; -$a->strings["Forums"] = "Spjallsvæði"; -$a->strings["External link to forum"] = "Ytri tengill á spjallsvæði"; -$a->strings["Male"] = "Karl"; -$a->strings["Female"] = "Kona"; -$a->strings["Currently Male"] = "Karlmaður í augnablikinu"; -$a->strings["Currently Female"] = "Kvenmaður í augnablikinu"; -$a->strings["Mostly Male"] = "Aðallega karlmaður"; -$a->strings["Mostly Female"] = "Aðallega kvenmaður"; -$a->strings["Transgender"] = "Kyngervingur"; -$a->strings["Intersex"] = "Hvorugkyn"; -$a->strings["Transsexual"] = "Kynskiptingur"; -$a->strings["Hermaphrodite"] = "Tvíkynja"; -$a->strings["Neuter"] = "Hvorukyn"; -$a->strings["Non-specific"] = "Ekki ákveðið"; -$a->strings["Other"] = "Annað"; -$a->strings["Undecided"] = [ - 0 => "Óviss", - 1 => "Óvissir", -]; -$a->strings["Males"] = "Karlar"; -$a->strings["Females"] = "Konur"; -$a->strings["Gay"] = "Hommi"; -$a->strings["Lesbian"] = "Lesbía"; -$a->strings["No Preference"] = "Til í allt"; -$a->strings["Bisexual"] = "Tvíkynhneigð/ur"; -$a->strings["Autosexual"] = "Sjálfkynhneigð/ur"; -$a->strings["Abstinent"] = "Skírlíf/ur"; -$a->strings["Virgin"] = "Hrein mey/Hreinn sveinn"; -$a->strings["Deviant"] = "Óþekkur"; -$a->strings["Fetish"] = "Blæti"; -$a->strings["Oodles"] = "Mikið af því"; -$a->strings["Nonsexual"] = "Engin kynhneigð"; -$a->strings["Single"] = "Einhleyp/ur"; -$a->strings["Lonely"] = "Einmanna"; -$a->strings["Available"] = "Á lausu"; -$a->strings["Unavailable"] = "Frátekin/n"; -$a->strings["Has crush"] = "Er skotin(n)"; -$a->strings["Infatuated"] = ""; -$a->strings["Dating"] = "Deita"; -$a->strings["Unfaithful"] = "Ótrú/r"; -$a->strings["Sex Addict"] = "Kynlífsfíkill"; -$a->strings["Friends"] = "Vinir"; -$a->strings["Friends/Benefits"] = "Vinir með meiru"; -$a->strings["Casual"] = "Lauslát/ur"; -$a->strings["Engaged"] = "Trúlofuð/Trúlofaður"; -$a->strings["Married"] = "Gift/ur"; -$a->strings["Imaginarily married"] = ""; -$a->strings["Partners"] = "Félagar"; -$a->strings["Cohabiting"] = "Í sambúð"; -$a->strings["Common law"] = "Löggilt sambúð"; -$a->strings["Happy"] = "Hamingjusöm/Hamingjusamur"; -$a->strings["Not looking"] = "Ekki að leita"; -$a->strings["Swinger"] = "Svingari"; -$a->strings["Betrayed"] = "Svikin/n"; -$a->strings["Separated"] = "Skilin/n að borði og sæng"; -$a->strings["Unstable"] = "Óstabíll"; -$a->strings["Divorced"] = "Fráskilin/n"; -$a->strings["Imaginarily divorced"] = ""; -$a->strings["Widowed"] = "Ekkja/Ekkill"; -$a->strings["Uncertain"] = "Óviss"; -$a->strings["It's complicated"] = "Þetta er flókið"; -$a->strings["Don't care"] = "Gæti ekki verið meira sama"; -$a->strings["Ask me"] = "Spurðu mig"; +$a->strings["Welcome "] = "Velkomin(n)"; +$a->strings["Please upload a profile photo."] = "Gerðu svo vel að hlaða inn forsíðumynd."; +$a->strings["Welcome back "] = "Velkomin(n) aftur"; +$a->strings["The form security token was not correct. This probably happened because the form has been opened for too long (>3 hours) before submitting it."] = ""; $a->strings["Cannot locate DNS info for database server '%s'"] = "Get ekki flett upp DNS upplýsingum fyrir gagnagrunnsþjón '%s'"; -$a->strings["Logged out."] = "Skráður út."; -$a->strings["Login failed."] = "Innskráning mistókst."; -$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:"] = "Villumeldingin var:"; -$a->strings["A deleted group with this name was revived. Existing item permissions may apply to this group and any future members. If this is not what you intended, please create another group with a different name."] = "Hóp sem var eytt hefur verið endurlífgaður. Færslur sem þegar voru til geta mögulega farið á hópinn og framtíðar meðlimir. Ef þetta er ekki það sem þú vilt, þá þarftu að búa til nýjan hóp með öðru nafni."; -$a->strings["Default privacy group for new contacts"] = ""; -$a->strings["Everybody"] = "Allir"; -$a->strings["edit"] = "breyta"; -$a->strings["Groups"] = "Hópar"; -$a->strings["Edit groups"] = "Breyta hópum"; -$a->strings["Edit group"] = "Breyta hóp"; -$a->strings["Create a new group"] = "Stofna nýjan hóp"; -$a->strings["Group Name: "] = "Nafn hóps: "; -$a->strings["Contacts not in any group"] = "Tengiliðir ekki í neinum hópum"; -$a->strings["add"] = "bæta við"; -$a->strings["Unknown | Not categorised"] = "Óþekkt | Ekki flokkað"; -$a->strings["Block immediately"] = "Banna samstundis"; -$a->strings["Shady, spammer, self-marketer"] = "Grunsamlegur, ruslsendari, auglýsandi"; -$a->strings["Known to me, but no opinion"] = "Ég þekki þetta, en hef ekki skoðun á"; -$a->strings["OK, probably harmless"] = "Í lagi, væntanlega meinlaus"; -$a->strings["Reputable, has my trust"] = "Gott orðspor, ég treysti þessu"; -$a->strings["Frequently"] = "Oft"; -$a->strings["Hourly"] = "Klukkustundar fresti"; -$a->strings["Twice daily"] = "Tvisvar á dag"; -$a->strings["Daily"] = "Daglega"; -$a->strings["Weekly"] = "Vikulega"; -$a->strings["Monthly"] = "Mánaðarlega"; -$a->strings["Friendica"] = "Friendica"; -$a->strings["OStatus"] = "OStatus"; -$a->strings["RSS/Atom"] = "RSS/Atom"; -$a->strings["Email"] = "Póstfang"; -$a->strings["Diaspora"] = "Diaspora"; -$a->strings["Facebook"] = "Facebook"; -$a->strings["Zot!"] = "Zot!"; -$a->strings["LinkedIn"] = "LinkedIn"; -$a->strings["XMPP/IM"] = "XMPP/IM"; -$a->strings["MySpace"] = "MySpace"; -$a->strings["Google+"] = "Google+"; -$a->strings["pump.io"] = "pump.io"; -$a->strings["Twitter"] = "Twitter"; -$a->strings["Diaspora Connector"] = "Diaspora tenging"; -$a->strings["GNU Social"] = "GNU Social"; -$a->strings["App.net"] = "App.net"; -$a->strings["Hubzilla/Redmatrix"] = "Hubzilla/Redmatrix"; -$a->strings["Post to Email"] = "Senda skilaboð á tölvupóst"; -$a->strings["Connectors disabled, since \"%s\" is enabled."] = ""; -$a->strings["Hide your profile details from unknown viewers?"] = "Fela forsíðuupplýsingar fyrir óþekktum?"; -$a->strings["Visible to everybody"] = "Sjáanlegt öllum"; -$a->strings["show"] = "sýna"; -$a->strings["don't show"] = "fela"; -$a->strings["CC: email addresses"] = "CC: tölvupóstfang"; -$a->strings["Example: bob@example.com, mary@example.com"] = "Dæmi: bibbi@vefur.is, mgga@vefur.is"; -$a->strings["Permissions"] = "Aðgangsheimildir"; -$a->strings["Close"] = "Loka"; -$a->strings["photo"] = "mynd"; -$a->strings["status"] = "staða"; -$a->strings["event"] = "atburður"; -$a->strings["%1\$s likes %2\$s's %3\$s"] = "%1\$s líkar við %3\$s hjá %2\$s "; -$a->strings["%1\$s doesn't like %2\$s's %3\$s"] = "%1\$s líkar ekki við %3\$s hjá %2\$s "; -$a->strings["%1\$s is attending %2\$s's %3\$s"] = ""; -$a->strings["%1\$s is not attending %2\$s's %3\$s"] = ""; -$a->strings["%1\$s may attend %2\$s's %3\$s"] = ""; -$a->strings["[no subject]"] = "[ekkert efni]"; -$a->strings["Wall Photos"] = "Veggmyndir"; -$a->strings["Click here to upgrade."] = "Smelltu hér til að uppfæra."; -$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["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"] = [ +$a->strings["Daily posting limit of %d post reached. The post was rejected."] = [ 0 => "", 1 => "", ]; -$a->strings["Done. You can now login with your username and password"] = ""; -$a->strings["Miscellaneous"] = "Ýmislegt"; -$a->strings["Birthday:"] = "Afmælisdagur:"; -$a->strings["Age: "] = "Aldur: "; -$a->strings["YYYY-MM-DD or MM-DD"] = "ÁÁÁÁ-MM-DD eða MM-DD"; -$a->strings["never"] = "aldrei"; -$a->strings["less than a second ago"] = "fyrir minna en sekúndu"; -$a->strings["year"] = "ár"; -$a->strings["years"] = "ár"; -$a->strings["month"] = "mánuður"; -$a->strings["months"] = "mánuðir"; -$a->strings["week"] = "vika"; -$a->strings["weeks"] = "vikur"; -$a->strings["day"] = "dagur"; -$a->strings["days"] = "dagar"; -$a->strings["hour"] = "klukkustund"; -$a->strings["hours"] = "klukkustundir"; -$a->strings["minute"] = "mínúta"; -$a->strings["minutes"] = "mínútur"; -$a->strings["second"] = "sekúnda"; -$a->strings["seconds"] = "sekúndur"; -$a->strings["%1\$d %2\$s ago"] = "Fyrir %1\$d %2\$s síðan"; -$a->strings["%s's birthday"] = "Afmælisdagur %s"; -$a->strings["Happy Birthday %s"] = "Til hamingju með afmælið %s"; +$a->strings["Weekly posting limit of %d post reached. The post was rejected."] = [ + 0 => "", + 1 => "", +]; +$a->strings["Monthly posting limit of %d post reached. The post was rejected."] = ""; +$a->strings["Profile Photos"] = "Forsíðumyndir"; $a->strings["Friendica Notification"] = "Friendica tilkynning"; $a->strings["Thank You,"] = "Takk fyrir,"; $a->strings["%s Administrator"] = "Kerfisstjóri %s"; $a->strings["%1\$s, %2\$s Administrator"] = "%1\$s, %2\$s kerfisstjóri"; $a->strings["noreply"] = "ekki svara"; -$a->strings["%s "] = "%s "; $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."] = "%1\$s sendi þér %2\$s."; $a->strings["a private message"] = "einkaskilaboð"; +$a->strings["%1\$s sent you %2\$s."] = "%1\$s sendi þér %2\$s."; $a->strings["Please visit %s to view and/or reply to your private messages."] = "Farðu á %s til að skoða og/eða svara einkaskilaboðunum þínum."; $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]"] = ""; @@ -249,7 +71,7 @@ $a->strings["'%1\$s' has accepted your connection request at %2\$s"] = ""; $a->strings["%2\$s has accepted your [url=%1\$s]connection request[/url]."] = ""; $a->strings["You are now mutual friends and may exchange status updates, photos, and email without restriction."] = ""; $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' has chosen to accept you a fan, which restricts some forms of communication - such as private messaging and some profile interactions. If this is a celebrity or community page, these settings were applied automatically."] = ""; $a->strings["'%1\$s' may choose to extend this into a two-way or more permissive relationship in the future."] = ""; $a->strings["Please visit %s if you wish to make any changes to this relationship."] = ""; $a->strings["[Friendica System:Notify] registration request"] = "[Friendica System:Notify] beiðni um skráningu"; @@ -257,176 +79,23 @@ $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."] = "Farðu á %s til að samþykkja eða hunsa þessa beiðni."; -$a->strings["l F d, Y \\@ g:i A"] = ""; -$a->strings["Starts:"] = "Byrjar:"; -$a->strings["Finishes:"] = "Endar:"; -$a->strings["Location:"] = "Staðsetning:"; -$a->strings["Sun"] = "Sun"; -$a->strings["Mon"] = "Mán"; -$a->strings["Tue"] = "Þri"; -$a->strings["Wed"] = "Mið"; -$a->strings["Thu"] = "Fim"; -$a->strings["Fri"] = "Fös"; -$a->strings["Sat"] = "Lau"; -$a->strings["Sunday"] = "Sunnudagur"; -$a->strings["Monday"] = "Mánudagur"; -$a->strings["Tuesday"] = "Þriðjudagur"; -$a->strings["Wednesday"] = "Miðvikudagur"; -$a->strings["Thursday"] = "Fimmtudagur"; -$a->strings["Friday"] = "Föstudagur"; -$a->strings["Saturday"] = "Laugardagur"; -$a->strings["Jan"] = "Jan"; -$a->strings["Feb"] = "Feb"; -$a->strings["Mar"] = "Mar"; -$a->strings["Apr"] = "Apr"; -$a->strings["May"] = "Maí"; -$a->strings["Jun"] = "Jún"; -$a->strings["Jul"] = "Júl"; -$a->strings["Aug"] = "Ágú"; -$a->strings["Sept"] = "Sept"; -$a->strings["Oct"] = "Okt"; -$a->strings["Nov"] = "Nóv"; -$a->strings["Dec"] = "Des"; -$a->strings["January"] = "Janúar"; -$a->strings["February"] = "Febrúar"; -$a->strings["March"] = "Mars"; -$a->strings["April"] = "Apríl"; -$a->strings["June"] = "Júní"; -$a->strings["July"] = "Júlí"; -$a->strings["August"] = "Ágúst"; -$a->strings["September"] = "September"; -$a->strings["October"] = "Október"; -$a->strings["November"] = "Nóvember"; -$a->strings["December"] = "Desember"; -$a->strings["today"] = "í dag"; -$a->strings["all-day"] = ""; -$a->strings["No events to display"] = ""; -$a->strings["l, F j"] = ""; -$a->strings["Edit event"] = "Breyta atburð"; -$a->strings["link to source"] = "slóð á heimild"; -$a->strings["Export"] = "Flytja út"; -$a->strings["Export calendar as ical"] = "Flytja dagatal út sem ICAL"; -$a->strings["Export calendar as csv"] = "Flytja dagatal út sem CSV"; -$a->strings["Nothing new here"] = "Ekkert nýtt hér"; -$a->strings["Clear notifications"] = "Hreinsa tilkynningar"; -$a->strings["@name, !forum, #tags, content"] = "@nafn, !spjallsvæði, #merki, innihald"; -$a->strings["Logout"] = "Útskrá"; -$a->strings["End this session"] = "Loka þessu innliti"; -$a->strings["Status"] = "Staða"; -$a->strings["Your posts and conversations"] = "Samtölin þín"; -$a->strings["Profile"] = "Forsíða"; -$a->strings["Your profile page"] = "Forsíðan þín"; -$a->strings["Photos"] = "Myndir"; -$a->strings["Your photos"] = "Myndirnar þínar"; -$a->strings["Videos"] = "Myndskeið"; -$a->strings["Your videos"] = "Myndskeiðin þín"; -$a->strings["Events"] = "Atburðir"; -$a->strings["Your events"] = "Atburðirnir þínir"; -$a->strings["Personal notes"] = "Einkaglósur"; -$a->strings["Your personal notes"] = "Einkaglósurnar þínar"; -$a->strings["Login"] = "Innskrá"; -$a->strings["Sign in"] = "Innskrá"; -$a->strings["Home"] = "Heim"; -$a->strings["Home Page"] = "Heimasíða"; -$a->strings["Register"] = "Nýskrá"; -$a->strings["Create an account"] = "Stofna notanda"; -$a->strings["Help"] = "Hjálp"; -$a->strings["Help and documentation"] = "Hjálp og leiðbeiningar"; -$a->strings["Apps"] = "Forrit"; -$a->strings["Addon applications, utilities, games"] = "Viðbótarforrit, nytjatól, leikir"; -$a->strings["Search"] = "Leita"; -$a->strings["Search site content"] = "Leita í efni á vef"; -$a->strings["Full Text"] = "Allur textinn"; -$a->strings["Tags"] = "Merki"; -$a->strings["Contacts"] = "Tengiliðir"; -$a->strings["Community"] = "Samfélag"; -$a->strings["Conversations on this site"] = "Samtöl á þessum vef"; -$a->strings["Conversations on the network"] = "Samtöl á þessu neti"; -$a->strings["Events and Calendar"] = "Atburðir og dagskrá"; -$a->strings["Directory"] = "Tengiliðalisti"; -$a->strings["People directory"] = "Nafnaskrá"; -$a->strings["Information"] = "Upplýsingar"; -$a->strings["Information about this friendica instance"] = "Upplýsingar um þetta tilvik Friendica"; -$a->strings["Network"] = "Samfélag"; -$a->strings["Conversations from your friends"] = "Samtöl frá vinum"; -$a->strings["Network Reset"] = "Núllstilling netkerfis"; -$a->strings["Load Network page with no filters"] = ""; -$a->strings["Introductions"] = "Kynningar"; -$a->strings["Friend Requests"] = "Vinabeiðnir"; -$a->strings["Notifications"] = "Tilkynningar"; -$a->strings["See all notifications"] = "Sjá allar tilkynningar"; -$a->strings["Mark as seen"] = "Merka sem séð"; -$a->strings["Mark all system notifications seen"] = "Merkja allar tilkynningar sem séðar"; -$a->strings["Messages"] = "Skilaboð"; -$a->strings["Private mail"] = "Einka skilaboð"; -$a->strings["Inbox"] = "Innhólf"; -$a->strings["Outbox"] = "Úthólf"; -$a->strings["New Message"] = "Ný skilaboð"; -$a->strings["Manage"] = "Umsýsla"; -$a->strings["Manage other pages"] = "Sýsla með aðrar síður"; -$a->strings["Delegations"] = ""; -$a->strings["Delegate Page Management"] = ""; -$a->strings["Settings"] = "Stillingar"; -$a->strings["Account settings"] = "Stillingar aðgangsreiknings"; -$a->strings["Profiles"] = "Forsíður"; -$a->strings["Manage/Edit Profiles"] = "Sýsla með forsíður"; -$a->strings["Manage/edit friends and contacts"] = "Sýsla með vini og tengiliði"; -$a->strings["Admin"] = "Stjórnborð"; -$a->strings["Site setup and configuration"] = "Uppsetning og stillingar vefsvæðis"; -$a->strings["Navigation"] = "Yfirsýn"; -$a->strings["Site map"] = "Yfirlit um vefsvæði"; -$a->strings["Contact Photos"] = "Myndir tengiliðs"; -$a->strings["Welcome "] = "Velkomin(n)"; -$a->strings["Please upload a profile photo."] = "Gerðu svo vel að hlaða inn forsíðumynd."; -$a->strings["Welcome back "] = "Velkomin(n) aftur"; -$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["System"] = "Kerfi"; -$a->strings["Personal"] = "Einka"; -$a->strings["%s commented on %s's post"] = "%s athugasemd við %s's færslu"; -$a->strings["%s created a new post"] = "%s bjó til færslu"; -$a->strings["%s liked %s's post"] = "%s líkaði færsla hjá %s"; -$a->strings["%s disliked %s's post"] = "%s mislíkaði færsla hjá %s"; -$a->strings["%s is attending %s's event"] = ""; -$a->strings["%s is not attending %s's event"] = ""; -$a->strings["%s may attend %s's event"] = ""; -$a->strings["%s is now friends with %s"] = "%s er nú vinur %s"; -$a->strings["Friend Suggestion"] = "Vina tillaga"; -$a->strings["Friend/Connect Request"] = "Vinabeiðni/Tengibeiðni"; -$a->strings["New Follower"] = "Nýr fylgjandi"; -$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."] = "Villur komu upp við að stofna töflur í gagnagrunn."; -$a->strings["Errors encountered performing database changes."] = ""; -$a->strings["(no subject)"] = "(ekkert efni)"; -$a->strings["Sharing notification from Diaspora network"] = "Tilkynning um að einhver deildi atriði á Diaspora netinu"; -$a->strings["Attachments:"] = "Viðhengi:"; -$a->strings["view full size"] = "Skoða í fullri stærð"; -$a->strings["View Profile"] = "Skoða forsíðu"; -$a->strings["View Status"] = "Skoða stöðu"; -$a->strings["View Photos"] = "Skoða myndir"; -$a->strings["Network Posts"] = ""; -$a->strings["View Contact"] = ""; -$a->strings["Drop Contact"] = "Henda tengilið"; -$a->strings["Send PM"] = "Senda einkaboð"; -$a->strings["Poke"] = "Pota"; -$a->strings["Organisation"] = ""; -$a->strings["News"] = ""; -$a->strings["Forum"] = "Spjallsvæði"; -$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["Image/photo"] = "Mynd"; -$a->strings["%2\$s %3\$s"] = "%2\$s %3\$s"; -$a->strings["$1 wrote:"] = "$1 skrifaði:"; -$a->strings["Encrypted content"] = "Dulritað efni"; -$a->strings["Invalid source protocol"] = ""; -$a->strings["Invalid link protocol"] = ""; +$a->strings["Item not found."] = "Atriði fannst ekki."; +$a->strings["Do you really want to delete this item?"] = "Viltu í alvörunni eyða þessu atriði?"; +$a->strings["Yes"] = "Já"; +$a->strings["Cancel"] = "Hætta við"; +$a->strings["Permission denied."] = "Heimild ekki veitt."; +$a->strings["Archives"] = "Safnskrár"; +$a->strings["show more"] = "birta meira"; +$a->strings["event"] = "atburður"; +$a->strings["status"] = "staða"; +$a->strings["photo"] = "mynd"; +$a->strings["%1\$s likes %2\$s's %3\$s"] = "%1\$s líkar við %3\$s hjá %2\$s "; +$a->strings["%1\$s doesn't like %2\$s's %3\$s"] = "%1\$s líkar ekki við %3\$s hjá %2\$s "; $a->strings["%1\$s attends %2\$s's %3\$s"] = ""; $a->strings["%1\$s doesn't attend %2\$s's %3\$s"] = ""; $a->strings["%1\$s attends maybe %2\$s's %3\$s"] = ""; $a->strings["%1\$s is now friends with %2\$s"] = "Núna er %1\$s vinur %2\$s"; $a->strings["%1\$s poked %2\$s"] = "%1\$s potaði í %2\$s"; -$a->strings["%1\$s is currently %2\$s"] = ""; $a->strings["%1\$s tagged %2\$s's %3\$s with %4\$s"] = "%1\$s merkti %2\$s's %3\$s með %4\$s"; $a->strings["post/item"] = ""; $a->strings["%1\$s marked %2\$s's %3\$s as favorite"] = ""; @@ -449,13 +118,21 @@ $a->strings["Please wait"] = "Hinkraðu aðeins"; $a->strings["remove"] = "fjarlægja"; $a->strings["Delete Selected Items"] = "Eyða völdum færslum"; $a->strings["Follow Thread"] = "Fylgja þræði"; +$a->strings["View Status"] = "Skoða stöðu"; +$a->strings["View Profile"] = "Skoða forsíðu"; +$a->strings["View Photos"] = "Skoða myndir"; +$a->strings["Network Posts"] = ""; +$a->strings["View Contact"] = "Skoða tengilið"; +$a->strings["Send PM"] = "Senda einkaboð"; +$a->strings["Poke"] = "Pota"; +$a->strings["Connect/Follow"] = "Tengjast/fylgja"; $a->strings["%s likes this."] = "%s líkar þetta."; $a->strings["%s doesn't like this."] = "%s mislíkar þetta."; $a->strings["%s attends."] = "%s mætir."; $a->strings["%s doesn't attend."] = "%s mætir ekki."; $a->strings["%s attends maybe."] = "%s mætir kannski."; $a->strings["and"] = "og"; -$a->strings[", and %d other people"] = ", og %d öðrum"; +$a->strings["and %d other people"] = ""; $a->strings["%2\$d people like this"] = ""; $a->strings["%s like this."] = ""; $a->strings["%2\$d people don't like this"] = ""; @@ -465,7 +142,7 @@ $a->strings["%s attend."] = ""; $a->strings["%2\$d people don't attend"] = ""; $a->strings["%s don't attend."] = ""; $a->strings["%2\$d people attend maybe"] = ""; -$a->strings["%s anttend maybe."] = ""; +$a->strings["%s attend maybe."] = ""; $a->strings["Visible to everybody"] = "Sjáanlegt öllum"; $a->strings["Please enter a link URL:"] = "Sláðu inn slóð:"; $a->strings["Please enter a video link/URL:"] = "Settu inn slóð á myndskeið:"; @@ -474,6 +151,7 @@ $a->strings["Tag term:"] = "Merka með:"; $a->strings["Save to Folder:"] = "Vista í möppu:"; $a->strings["Where are you right now?"] = "Hvar ert þú núna?"; $a->strings["Delete item(s)?"] = "Eyða atriði/atriðum?"; +$a->strings["New Post"] = "Ný færsla"; $a->strings["Share"] = "Deila"; $a->strings["Upload photo"] = "Hlaða upp mynd"; $a->strings["upload photo"] = "Hlaða upp mynd"; @@ -495,7 +173,6 @@ $a->strings["Permission settings"] = "Stillingar aðgangsheimilda"; $a->strings["permissions"] = "aðgangsstýring"; $a->strings["Public post"] = "Opinber færsla"; $a->strings["Preview"] = "Forskoðun"; -$a->strings["Cancel"] = "Hætta við"; $a->strings["Post to Groups"] = "Senda á hópa"; $a->strings["Post to Contacts"] = "Senda á tengiliði"; $a->strings["Private post"] = "Einkafærsla"; @@ -514,140 +191,16 @@ $a->strings["Not Attending"] = [ 0 => "Mæti ekki", 1 => "Mæta ekki", ]; -$a->strings["%s\\'s birthday"] = "Afmælisdagur %s"; -$a->strings["General Features"] = "Almennir eiginleikar"; -$a->strings["Multiple Profiles"] = ""; -$a->strings["Ability to create multiple profiles"] = ""; -$a->strings["Photo Location"] = "Staðsetning ljósmyndar"; -$a->strings["Photo metadata is normally stripped. This extracts the location (if present) prior to stripping metadata and links it to a map."] = ""; -$a->strings["Export Public Calendar"] = "Flytja út opinbert dagatal"; -$a->strings["Ability for visitors to download the public calendar"] = ""; -$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 forum page is selected/deselected in ACL window."] = ""; -$a->strings["Network Sidebar Widgets"] = ""; -$a->strings["Search by Date"] = "Leita eftir dagsetningu"; -$a->strings["Ability to select posts by date ranges"] = ""; -$a->strings["List Forums"] = "Spjallsvæðalistar"; -$a->strings["Enable widget to display the forums your are connected with"] = ""; -$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["Saved Searches"] = "Vistaðar leitir"; -$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["Advanced Profile Settings"] = ""; -$a->strings["Show visitors public community forums at the Advanced Profile Page"] = ""; -$a->strings["Disallowed profile URL."] = "Óleyfileg forsíðu slóð."; -$a->strings["Connect URL missing."] = "Tengislóð vantar."; -$a->strings["This site is not configured to allow communications with other networks."] = "Þessi vefur er ekki uppsettur til að leyfa samskipti við önnur samfélagsnet."; -$a->strings["No compatible communication protocols or feeds were discovered."] = "Engir samhæfðir samskiptastaðlar né fréttastraumar fundust."; -$a->strings["The profile address specified does not provide adequate information."] = "Uppgefin forsíðuslóð inniheldur ekki nægilegar upplýsingar."; -$a->strings["An author or name was not found."] = "Höfundur eða nafn fannst ekki."; -$a->strings["No browser URL could be matched to this address."] = "Engin vefslóð passaði við þetta vistfang."; -$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."] = "Þessi forsíðu slóð tilheyrir neti sem er bannað á þessum vef."; -$a->strings["Limited profile. This person will be unable to receive direct/personal notifications from you."] = "Takmörkuð forsíða. Þessi tengiliður mun ekki getað tekið á móti beinum/einka tilkynningum frá þér."; -$a->strings["Unable to retrieve contact information."] = "Ekki hægt að sækja tengiliðs upplýsingar."; -$a->strings["Requested account is not available."] = "Umbeðin forsíða er ekki til."; -$a->strings["Requested profile is not available."] = "Umbeðin forsíða ekki til."; -$a->strings["Edit profile"] = "Breyta forsíðu"; -$a->strings["Atom feed"] = "Atom fréttaveita"; -$a->strings["Manage/edit profiles"] = "Sýsla með forsíður"; -$a->strings["Change profile photo"] = "Breyta forsíðumynd"; -$a->strings["Create New Profile"] = "Stofna nýja forsíðu"; -$a->strings["Profile Image"] = "Forsíðumynd"; -$a->strings["visible to everybody"] = "sýnilegt öllum"; -$a->strings["Edit visibility"] = "Sýsla með sýnileika"; -$a->strings["Gender:"] = "Kyn:"; -$a->strings["Status:"] = "Staða:"; -$a->strings["Homepage:"] = "Heimasíða:"; -$a->strings["About:"] = "Um:"; -$a->strings["XMPP:"] = ""; -$a->strings["Network:"] = "Netkerfi:"; -$a->strings["g A l F d"] = ""; -$a->strings["F d"] = ""; -$a->strings["[today]"] = "[í dag]"; -$a->strings["Birthday Reminders"] = "Afmælisáminningar"; -$a->strings["Birthdays this week:"] = "Afmæli í þessari viku:"; -$a->strings["[No description]"] = "[Engin lýsing]"; -$a->strings["Event Reminders"] = "Atburðaáminningar"; -$a->strings["Events this week:"] = "Atburðir vikunnar:"; -$a->strings["Full Name:"] = "Fullt nafn:"; -$a->strings["j F, Y"] = ""; -$a->strings["j F"] = ""; -$a->strings["Age:"] = "Aldur:"; -$a->strings["for %1\$d %2\$s"] = ""; -$a->strings["Sexual Preference:"] = "Kynhneigð:"; -$a->strings["Hometown:"] = "Heimabær:"; -$a->strings["Tags:"] = "Merki:"; -$a->strings["Political Views:"] = "Stórnmálaskoðanir:"; -$a->strings["Religion:"] = "Trúarskoðanir:"; -$a->strings["Hobbies/Interests:"] = "Áhugamál/Áhugasvið:"; -$a->strings["Likes:"] = "Líkar:"; -$a->strings["Dislikes:"] = "Mislíkar:"; -$a->strings["Contact information and Social Networks:"] = "Tengiliðaupplýsingar og samfélagsnet:"; -$a->strings["Musical interests:"] = "Tónlistaráhugi:"; -$a->strings["Books, literature:"] = "Bækur, bókmenntir:"; -$a->strings["Television:"] = "Sjónvarp:"; -$a->strings["Film/dance/culture/entertainment:"] = "Kvikmyndir/dans/menning/afþreying:"; -$a->strings["Love/Romance:"] = "Ást/rómantík:"; -$a->strings["Work/employment:"] = "Atvinna:"; -$a->strings["School/education:"] = "Skóli/menntun:"; -$a->strings["Forums:"] = "Spjallsvæði:"; -$a->strings["Basic"] = "Einfalt"; -$a->strings["Advanced"] = "Flóknari"; -$a->strings["Status Messages and Posts"] = "Stöðu skilaboð og færslur"; -$a->strings["Profile Details"] = "Forsíðu upplýsingar"; -$a->strings["Photo Albums"] = "Myndabækur"; -$a->strings["Personal Notes"] = "Persónulegar glósur"; -$a->strings["Only You Can See This"] = "Aðeins þú sérð þetta"; -$a->strings["[Name Withheld]"] = "[Nafn ekki sýnt]"; -$a->strings["Item not found."] = "Atriði fannst ekki."; -$a->strings["Do you really want to delete this item?"] = "Viltu í alvörunni eyða þessu atriði?"; -$a->strings["Yes"] = "Já"; -$a->strings["Permission denied."] = "Heimild ekki veitt."; -$a->strings["Archives"] = "Safnskrár"; -$a->strings["Embedded content"] = "Innbyggt efni"; -$a->strings["Embedding disabled"] = "Innfelling ekki leyfð"; -$a->strings["%s is now following %s."] = ""; -$a->strings["following"] = "fylgist með"; -$a->strings["%s stopped following %s."] = ""; -$a->strings["stopped following"] = "hætt að fylgja"; +$a->strings["Undecided"] = [ + 0 => "Óviss", + 1 => "Óvissir", +]; $a->strings["newer"] = "nýrri"; $a->strings["older"] = "eldri"; -$a->strings["prev"] = "á undan"; $a->strings["first"] = "fremsta"; -$a->strings["last"] = "síðasta"; +$a->strings["prev"] = "á undan"; $a->strings["next"] = "næsta"; +$a->strings["last"] = "síðasta"; $a->strings["Loading more entries..."] = "Hleð inn fleiri færslum..."; $a->strings["The end"] = "Endir"; $a->strings["No contacts"] = "Engir tengiliðir"; @@ -657,305 +210,91 @@ $a->strings["%d Contact"] = [ ]; $a->strings["View Contacts"] = "Skoða tengiliði"; $a->strings["Save"] = "Vista"; +$a->strings["Follow"] = "Fylgja"; +$a->strings["Search"] = "Leita"; +$a->strings["@name, !forum, #tags, content"] = "@nafn, !spjallsvæði, #merki, innihald"; +$a->strings["Full Text"] = "Allur textinn"; +$a->strings["Tags"] = "Merki"; +$a->strings["Contacts"] = "Tengiliðir"; +$a->strings["Forums"] = "Spjallsvæði"; $a->strings["poke"] = "pota"; $a->strings["poked"] = "potaði"; -$a->strings["ping"] = ""; +$a->strings["ping"] = "ping"; $a->strings["pinged"] = ""; $a->strings["prod"] = ""; $a->strings["prodded"] = ""; $a->strings["slap"] = ""; $a->strings["slapped"] = ""; -$a->strings["finger"] = ""; +$a->strings["finger"] = "fingur"; $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"] = "Mánudagur"; +$a->strings["Tuesday"] = "Þriðjudagur"; +$a->strings["Wednesday"] = "Miðvikudagur"; +$a->strings["Thursday"] = "Fimmtudagur"; +$a->strings["Friday"] = "Föstudagur"; +$a->strings["Saturday"] = "Laugardagur"; +$a->strings["Sunday"] = "Sunnudagur"; +$a->strings["January"] = "Janúar"; +$a->strings["February"] = "Febrúar"; +$a->strings["March"] = "Mars"; +$a->strings["April"] = "Apríl"; +$a->strings["May"] = "Maí"; +$a->strings["June"] = "Júní"; +$a->strings["July"] = "Júlí"; +$a->strings["August"] = "Ágúst"; +$a->strings["September"] = "September"; +$a->strings["October"] = "Október"; +$a->strings["November"] = "Nóvember"; +$a->strings["December"] = "Desember"; +$a->strings["Mon"] = "Mán"; +$a->strings["Tue"] = "Þri"; +$a->strings["Wed"] = "Mið"; +$a->strings["Thu"] = "Fim"; +$a->strings["Fri"] = "Fös"; +$a->strings["Sat"] = "Lau"; +$a->strings["Sun"] = "Sun"; +$a->strings["Jan"] = "Jan"; +$a->strings["Feb"] = "Feb"; +$a->strings["Mar"] = "Mar"; +$a->strings["Apr"] = "Apr"; +$a->strings["Jul"] = "Júl"; +$a->strings["Aug"] = "Ágú"; +$a->strings["Sep"] = "sep"; +$a->strings["Oct"] = "Okt"; +$a->strings["Nov"] = "Nóv"; +$a->strings["Dec"] = "Des"; +$a->strings["Content warning: %s"] = "Viðvörun vegna innihalds: %s"; $a->strings["View Video"] = "Skoða myndskeið"; $a->strings["bytes"] = "bæti"; -$a->strings["Click to open/close"] = ""; -$a->strings["View on separate page"] = ""; -$a->strings["view on separate page"] = ""; +$a->strings["Click to open/close"] = "Smelltu til að opna/loka"; +$a->strings["View on separate page"] = "Skoða á sérstakri síðu"; +$a->strings["view on separate page"] = "skoða á sérstakri síðu"; +$a->strings["link to source"] = "slóð á heimild"; $a->strings["activity"] = "virkni"; $a->strings["comment"] = [ 0 => "athugasemd", 1 => "athugasemdir", ]; -$a->strings["post"] = ""; -$a->strings["Item filed"] = ""; -$a->strings["Passwords do not match. Password unchanged."] = "Aðgangsorð ber ekki saman. Aðgangsorð óbreytt."; -$a->strings["An invitation is required."] = "Boðskort er skilyrði."; -$a->strings["Invitation could not be verified."] = "Ekki hægt að sannreyna boðskort."; -$a->strings["Invalid OpenID url"] = "OpenID slóð ekki til"; -$a->strings["Please enter the required information."] = "Settu inn umbeðnar upplýsingar."; -$a->strings["Please use a shorter name."] = "Notaðu styttra nafn."; -$a->strings["Name too short."] = "Nafn of stutt."; -$a->strings["That doesn't appear to be your full (First Last) name."] = "Þetta virðist ekki vera fullt nafn (Jón Jónsson)."; -$a->strings["Your email domain is not among those allowed on this site."] = "Póstþjónninn er ekki í lista yfir leyfða póstþjóna á þessum vef."; -$a->strings["Not a valid email address."] = "Ekki gildt póstfang."; -$a->strings["Cannot use that email."] = "Ekki hægt að nota þetta póstfang."; -$a->strings["Your \"nickname\" can only contain \"a-z\", \"0-9\" and \"_\"."] = "Gælunafnið má bara innihalda \"a-z\", \"0-9, \"-\", \"_\"."; -$a->strings["Nickname is already registered. Please choose another."] = "Gælunafn þegar skráð. Veldu annað."; -$a->strings["Nickname was once registered here and may not be re-used. Please choose another."] = "Gælunafn hefur áður skráð hér og er ekki hægt að endurnýta. Veldu eitthvað annað."; -$a->strings["SERIOUS ERROR: Generation of security keys failed."] = "VERULEGA ALVARLEG VILLA: Stofnun á öryggislyklum tókst ekki."; -$a->strings["An error occurred during registration. Please try again."] = "Villa kom upp við nýskráningu. Reyndu aftur."; -$a->strings["default"] = "sjálfgefið"; -$a->strings["An error occurred creating your default profile. Please try again."] = "Villa kom upp við að stofna sjálfgefna forsíðu. Vinnsamlegast reyndu aftur."; -$a->strings["Profile Photos"] = "Forsíðumyndir"; -$a->strings["\n\t\tDear %1\$s,\n\t\t\tThank you for registering at %2\$s. Your account is pending for approval by the administrator.\n\t"] = ""; -$a->strings["Registration at %s"] = ""; -$a->strings["\n\t\tDear %1\$s,\n\t\t\tThank you for registering at %2\$s. Your account has been created.\n\t"] = ""; -$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["Registration details for %s"] = "Nýskráningar upplýsingar fyrir %s"; -$a->strings["Post successful."] = "Melding tókst."; -$a->strings["Access denied."] = "Aðgangi hafnað."; -$a->strings["Welcome to %s"] = "Velkomin í %s"; -$a->strings["No more system notifications."] = "Ekki fleiri kerfistilkynningar."; -$a->strings["System Notifications"] = "Kerfistilkynningar"; -$a->strings["Remove term"] = "Fjarlæga gildi"; -$a->strings["Public access denied."] = "Alemennings aðgangur ekki veittur."; -$a->strings["Only logged in users are permitted to perform a search."] = "Aðeins innskráðir notendur geta framkvæmt leit."; -$a->strings["Too Many Requests"] = "Of margar beiðnir"; -$a->strings["Only one search per minute is permitted for not logged in users."] = "Notendur sem ekki eru innskráðir geta aðeins framkvæmt eina leit á mínútu."; -$a->strings["No results."] = "Engar leitarniðurstöður."; -$a->strings["Items tagged with: %s"] = "Atriði merkt með: %s"; -$a->strings["Results for: %s"] = "Niðurstöður fyrir: %s"; -$a->strings["This is Friendica, version"] = "Þetta er Friendica útgáfa"; -$a->strings["running at web location"] = "Keyrir á slóð"; -$a->strings["Please visit Friendica.com to learn more about the Friendica project."] = "Á Friendica.com er hægt að fræðast nánar um Friendica verkefnið."; -$a->strings["Bug reports and issues: please visit"] = "Villu tilkynningar og vandamál: endilega skoða"; -$a->strings["the bugtracker at github"] = "villuskráningu á GitHub"; -$a->strings["Suggestions, praise, donations, etc. - please email \"Info\" at Friendica - dot com"] = "Uppástungur, lof, framlög og svo framvegis - sendið tölvupóst á \"Info\" hjá Friendica - punktur com"; -$a->strings["Installed plugins/addons/apps:"] = "Uppsettar kerfiseiningar/viðbætur/forrit:"; -$a->strings["No installed plugins/addons/apps"] = "Engin uppsett kerfiseining/viðbót/forrit"; -$a->strings["No valid account found."] = "Engin gildur aðgangur fannst."; -$a->strings["Password reset request issued. Check your email."] = "Gefin var beiðni um breytingu á lykilorði. Opnaðu tölvupóstinn þinn."; -$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"] = "Beðið var um endurstillingu lykilorðs %s"; -$a->strings["Request could not be verified. (You may have previously submitted it.) Password reset failed."] = "Ekki var hægt að sannreyna beiðni. (Það getur verið að þú hafir þegar verið búin/n að senda hana.) Endurstilling á lykilorði tókst ekki."; -$a->strings["Password Reset"] = "Endurstilling aðgangsorðs"; -$a->strings["Your password has been reset as requested."] = "Aðgangsorðið þitt hefur verið endurstilt."; -$a->strings["Your new password is"] = "Nýja aðgangsorð þitt er "; -$a->strings["Save or copy your new password - and then"] = "Vistaðu eða afritaðu nýja aðgangsorðið - og"; -$a->strings["click here to login"] = "smelltu síðan hér til að skrá þig inn"; -$a->strings["Your password may be changed from the Settings page after successful login."] = "Þú getur breytt aðgangsorðinu þínu á Stillingar síðunni eftir að þú hefur skráð þig inn."; -$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ðgangsorðinu þínu var breytt í %s"; -$a->strings["Forgot your Password?"] = "Gleymdir þú lykilorði þínu?"; -$a->strings["Enter your email address and submit to have your password reset. Then check your email for further instructions."] = "Sláðu inn tölvupóstfangið þitt til að endurstilla aðgangsorðið og fá leiðbeiningar sendar með tölvupósti."; -$a->strings["Nickname or Email: "] = "Gælunafn eða póstfang: "; -$a->strings["Reset"] = "Endursetja"; -$a->strings["No profile"] = "Engin forsíða"; -$a->strings["Help:"] = "Hjálp:"; -$a->strings["Not Found"] = "Fannst ekki"; -$a->strings["Page not found."] = "Síða fannst ekki."; -$a->strings["Remote privacy information not available."] = "Persónuverndar upplýsingar ekki fyrir hendi á fjarlægum vefþjón."; -$a->strings["Visible to:"] = "Sýnilegt eftirfarandi:"; -$a->strings["OpenID protocol error. No ID returned."] = "Samskiptavilla í OpenID. Ekkert auðkenni barst."; -$a->strings["Account not found and OpenID registration is not permitted on this site."] = ""; -$a->strings["This site has exceeded the number of allowed daily account registrations. Please try again tomorrow."] = "Þessi vefur hefur náð hámarks fjölda daglegra nýskráninga. Reyndu aftur á morgun."; -$a->strings["Import"] = "Flytja inn"; -$a->strings["Move account"] = "Flytja aðgang"; -$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 (GNU Social/Statusnet) 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["Visit %s's profile [%s]"] = "Heimsækja forsíðu %s [%s]"; -$a->strings["Edit contact"] = "Breyta tengilið"; -$a->strings["Contacts who are not members of a group"] = ""; -$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["Export personal data"] = "Sækja persónuleg gögn"; -$a->strings["Total invitation limit exceeded."] = ""; -$a->strings["%s : Not a valid email address."] = "%s : Ekki gilt póstfang"; -$a->strings["Please join us on Friendica"] = ""; -$a->strings["Invitation limit exceeded. Please contact your site administrator."] = ""; -$a->strings["%s : Message delivery failed."] = "%s : Skilaboð komust ekki til skila."; -$a->strings["%d message sent."] = [ - 0 => "%d skilaboð send.", - 1 => "%d skilaboð send", -]; -$a->strings["You have no more invitations available"] = "Þú hefur ekki fleiri boðskort."; -$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"] = "Senda kynningar"; -$a->strings["Enter email addresses, one per line:"] = "Póstföng, eitt í hverja línu:"; -$a->strings["Your message:"] = "Skilaboðin:"; -$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"] = "Þú þarft að nota eftirfarandi boðskorta auðkenni: \$invite_code"; -$a->strings["Once you have registered, please connect with me via my profile page at:"] = "Þegar þú hefur nýskráð þig, hafðu samband við mig gegnum síðuna mína á:"; -$a->strings["For more information about the Friendica project and why we feel it is important, please visit http://friendica.com"] = ""; -$a->strings["Submit"] = "Senda inn"; -$a->strings["Files"] = "Skrár"; -$a->strings["Permission denied"] = "Bannaður aðgangur"; -$a->strings["Invalid profile identifier."] = "Ógilt tengiliða auðkenni"; -$a->strings["Profile Visibility Editor"] = "Sýsla með sjáanleika forsíðu"; -$a->strings["Click on a contact to add or remove."] = "Ýttu á tengilið til að bæta við hóp eða taka úr hóp."; -$a->strings["Visible To"] = "Sjáanlegur hverjum"; -$a->strings["All Contacts (with secure profile access)"] = "Allir tengiliðir (með öruggann aðgang að forsíðu)"; -$a->strings["Tag removed"] = "Merki fjarlægt"; -$a->strings["Remove Item Tag"] = "Fjarlægja merki "; -$a->strings["Select a tag to remove: "] = "Veldu merki til að fjarlægja:"; -$a->strings["Remove"] = "Fjarlægja"; -$a->strings["Resubscribing to OStatus contacts"] = ""; -$a->strings["Error"] = ""; -$a->strings["Done"] = "Lokið"; -$a->strings["Keep this window open until done."] = ""; -$a->strings["No potential page delegates located."] = "Engir mögulegir viðtakendur síðunnar fundust."; -$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"] = "Bæta við"; -$a->strings["No entries."] = "Engar færslur."; -$a->strings["Credits"] = ""; -$a->strings["Friendica is a community project, that would not be possible without the help of many people. Here is a list of those who have contributed to the code or the translation of Friendica. Thank you all!"] = ""; -$a->strings["- select -"] = "- veldu -"; -$a->strings["%1\$s is following %2\$s's %3\$s"] = ""; -$a->strings["Item not available."] = "Atriði ekki í boði."; -$a->strings["Item was not found."] = "Atriði fannst ekki"; -$a->strings["You must be logged in to use addons. "] = "Þú verður að vera skráður inn til að geta notað viðbætur. "; -$a->strings["Applications"] = "Forrit"; -$a->strings["No installed applications."] = "Engin uppsett forrit"; -$a->strings["Not Extended"] = ""; -$a->strings["Welcome to Friendica"] = "Velkomin(n) á Friendica"; -$a->strings["New Member Checklist"] = "Nýr notandi verklisti"; -$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 Quick Start page - find a brief introduction to your profile and network tabs, make some new connections, and find some groups to join."] = ""; -$a->strings["Go to Your Settings"] = ""; -$a->strings["On your Settings 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."] = "Yfirfarðu aðrar stillingar, sérstaklega gagnaleyndarstillingar. Óútgefin forsíða er einsog óskráð símanúmer. Sem þýðir að líklega viltu gefa út forsíðuna þína - nema að allir vinir þínir og tilvonandi vinir viti nákvæmlega hvernig á að finna þig."; -$a->strings["Upload Profile Photo"] = "Hlaða upp forsíðu mynd"; -$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ð hlaða upp forsíðu mynd ef þú hefur ekki þegar gert það. Rannsóknir sýna að fólk sem hefur alvöru mynd af sér er tíu sinnum líklegra til að eignast vini en fólk sem ekki hefur mynd."; -$a->strings["Edit Your Profile"] = ""; -$a->strings["Edit your default profile to your liking. Review the settings for hiding your list of friends and hiding the profile from unknown visitors."] = "Breyttu sjálfgefnu forsíðunni einsog þú villt. Yfirfarðu stillingu til að fela vinalista á forsíðu og stillingu til að fela forsíðu fyrir ókunnum."; -$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."] = "Bættu við leitarorðum í sjálfgefnu forsíðuna þína sem lýsa áhugamálum þínum. Þá er hægt að fólk með svipuð áhugamál og stinga uppá vinskap."; -$a->strings["Connecting"] = "Tengist"; -$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"] = "Fylltu út aðgangsupplýsingar póstfangsins þíns á Tengistillingasíðunni ef þú vilt sækja tölvupóst og eiga samskipti við vini eða póstlista úr innhólfi tölvupóstsins þíns"; -$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 Add New Contact dialog."] = "Tengiliðasíðan er gáttin þín til að sýsla með vinasambönd og tengjast við vini á öðrum netum. Oftast setur þú vistfang eða slóð þeirra í Bæta við tengilið glugganum."; -$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 Connect or Follow link on their profile page. Provide your own Identity Address if requested."] = "Tengiliðalistinn er góð leit til að finna fólk á samfélagsnetinu eða öðrum sambandsnetum. Leitaðu að Tengjast/Connect eða Fylgja/Follow tenglum á forsíðunni þeirra. Mögulega þarftu að gefa upp auðkennisslóðina þína."; -$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["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."] = "Eftir að þú hefur eignast nokkra vini, þá er best að flokka þá niður í hópa á hliðar slánni á Tengiliðasíðunni. Eftir það getur þú haft samskipti við hvern hóp fyrir sig á Samfélagssíðunni."; -$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 help pages may be consulted for detail on other program features and resources."] = "Hægt er að styðjast við Hjálp síðuna til að fá leiðbeiningar um aðra eiginleika."; -$a->strings["Remove My Account"] = "Eyða þessum notanda"; -$a->strings["This will completely remove your account. Once this has been done it is not recoverable."] = "Þetta mun algjörlega eyða notandanum. Þegar þetta hefur verið gert er þetta ekki afturkræft."; -$a->strings["Please enter your password for verification:"] = "Sláðu inn aðgangsorð yðar:"; -$a->strings["Item not found"] = "Atriði fannst ekki"; -$a->strings["Edit post"] = "Breyta skilaboðum"; -$a->strings["Time Conversion"] = "Tíma leiðréttir"; -$a->strings["Friendica provides this service for sharing events with other networks and friends in unknown timezones."] = "Friendica veitir þessa þjónustu til að deila atburðum milli neta og vina í óþekktum tímabeltum."; -$a->strings["UTC time: %s"] = "Máltími: %s"; -$a->strings["Current timezone: %s"] = "Núverandi tímabelti: %s"; -$a->strings["Converted localtime: %s"] = "Umbreyttur staðartími: %s"; -$a->strings["Please select your timezone:"] = "Veldu tímabeltið þitt:"; -$a->strings["The post was created"] = ""; -$a->strings["Group created."] = "Hópur stofnaður"; -$a->strings["Could not create group."] = "Gat ekki stofnað hóp."; -$a->strings["Group not found."] = "Hópur fannst ekki."; -$a->strings["Group name changed."] = "Hópur endurskýrður."; -$a->strings["Save Group"] = ""; -$a->strings["Create a group of contacts/friends."] = "Stofna hóp af tengiliðum/vinum"; -$a->strings["Group removed."] = "Hópi eytt."; -$a->strings["Unable to remove group."] = "Ekki tókst að eyða hóp."; -$a->strings["Group Editor"] = "Hópa sýslari"; -$a->strings["Members"] = "Aðilar"; -$a->strings["All Contacts"] = "Allir tengiliðir"; -$a->strings["Group is empty"] = "Hópur er tómur"; -$a->strings["Number of daily wall messages for %s exceeded. Message failed."] = ""; -$a->strings["No recipient selected."] = "Engir viðtakendur valdir."; -$a->strings["Unable to check your home location."] = ""; -$a->strings["Message could not be sent."] = "Ekki tókst að senda skilaboð."; -$a->strings["Message collection failure."] = "Ekki tókst að sækja skilaboð."; -$a->strings["Message sent."] = "Skilaboð send."; -$a->strings["No recipient."] = ""; -$a->strings["Send Private Message"] = "Senda einkaskilaboð"; -$a->strings["If you wish for %s to respond, please check that the privacy settings on your site allow private mail from unknown senders."] = ""; -$a->strings["To:"] = "Til:"; -$a->strings["Subject:"] = "Efni:"; -$a->strings["link"] = "tengill"; +$a->strings["post"] = "senda"; +$a->strings["Item filed"] = "Atriði skráð"; +$a->strings["No friends to display."] = "Engir vinir til að birta."; +$a->strings["Connect"] = "Tengjast"; $a->strings["Authorize application connection"] = "Leyfa forriti að tengjast"; $a->strings["Return to your app and insert this Securty Code:"] = "Farðu aftur í forritið þitt og settu þennan öryggiskóða þar"; $a->strings["Please login to continue."] = "Skráðu þig inn til að halda áfram."; $a->strings["Do you want to authorize this application to access your posts and contacts, and/or create new posts for you?"] = "Vilt þú leyfa þessu forriti að hafa aðgang að færslum og tengiliðum, og/eða stofna nýjar færslur fyrir þig?"; $a->strings["No"] = "Nei"; -$a->strings["Source (bbcode) text:"] = ""; -$a->strings["Source (Diaspora) text to convert to BBcode:"] = ""; -$a->strings["Source input: "] = ""; -$a->strings["bb2html (raw HTML): "] = "bb2html (hrátt HTML): "; -$a->strings["bb2html: "] = "bb2html: "; -$a->strings["bb2html2bb: "] = "bb2html2bb: "; -$a->strings["bb2md: "] = "bb2md: "; -$a->strings["bb2md2html: "] = "bb2md2html: "; -$a->strings["bb2dia2bb: "] = "bb2dia2bb: "; -$a->strings["bb2md2html2bb: "] = "bb2md2html2bb: "; -$a->strings["Source input (Diaspora format): "] = ""; -$a->strings["diaspora2bb: "] = "diaspora2bb: "; -$a->strings["Subscribing to OStatus contacts"] = ""; -$a->strings["No contact provided."] = ""; -$a->strings["Couldn't fetch information for contact."] = ""; -$a->strings["Couldn't fetch friends for contact."] = ""; -$a->strings["success"] = "tókst"; -$a->strings["failed"] = "mistókst"; -$a->strings["ignored"] = "hunsað"; -$a->strings["%1\$s welcomes %2\$s"] = ""; -$a->strings["Unable to locate contact information."] = "Ekki tókst að staðsetja tengiliðs upplýsingar."; -$a->strings["Do you really want to delete this message?"] = ""; -$a->strings["Message deleted."] = "Skilaboðum eytt."; -$a->strings["Conversation removed."] = "Samtali eytt."; -$a->strings["No messages."] = "Engin skilaboð."; -$a->strings["Message not available."] = "Ekki næst í skilaboð."; -$a->strings["Delete message"] = "Eyða skilaboðum"; -$a->strings["Delete conversation"] = "Eyða samtali"; -$a->strings["No secure communications available. You may be able to respond from the sender's profile page."] = ""; -$a->strings["Send Reply"] = "Senda svar"; -$a->strings["Unknown sender - %s"] = ""; -$a->strings["You and %s"] = ""; -$a->strings["%s and You"] = ""; -$a->strings["D, d M Y - g:i A"] = ""; -$a->strings["%d message"] = [ - 0 => "", - 1 => "", -]; -$a->strings["Manage Identities and/or Pages"] = "Sýsla með notendur og/eða síður"; -$a->strings["Toggle between different identities or community/group pages which share your account details or which you have been granted \"manage\" permissions"] = "Skipta á milli auðkenna eða hópa- / stjörnunotanda sem deila þínum aðgangs upplýsingum eða þér verið úthlutað \"umsýslu\" réttindum."; -$a->strings["Select an identity to manage: "] = "Veldu notanda til að sýsla með:"; +$a->strings["You must be logged in to use addons. "] = "Þú verður að vera skráður inn til að geta notað viðbætur. "; +$a->strings["Applications"] = "Forrit"; +$a->strings["No installed applications."] = "Engin uppsett forrit"; +$a->strings["Item not available."] = "Atriði ekki í boði."; +$a->strings["Item was not found."] = "Atriði fannst ekki"; +$a->strings["No contacts in common."] = "Engir sameiginlegir tengiliðir."; +$a->strings["Common Friends"] = "Sameiginlegir vinir"; +$a->strings["Credits"] = "Þakkir"; +$a->strings["Friendica is a community project, that would not be possible without the help of many people. Here is a list of those who have contributed to the code or the translation of Friendica. Thank you all!"] = ""; $a->strings["Contact settings applied."] = "Stillingar tengiliðs uppfærðar."; $a->strings["Contact update failed."] = "Uppfærsla tengiliðs mistókst."; $a->strings["Contact not found."] = "Tengiliður fannst ekki."; @@ -966,6 +305,7 @@ $a->strings["Mirror as forwarded posting"] = ""; $a->strings["Mirror as my own posting"] = ""; $a->strings["Return to contact editor"] = "Fara til baka í tengiliðasýsl"; $a->strings["Refetch contact data"] = ""; +$a->strings["Submit"] = "Senda inn"; $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."] = ""; @@ -978,80 +318,85 @@ $a->strings["Friend Confirm URL"] = "Slóð vina staðfestingar "; $a->strings["Notification Endpoint URL"] = "Slóð loka tilkynningar"; $a->strings["Poll/Feed URL"] = "Slóð á könnun/fréttastraum"; $a->strings["New photo from this URL"] = "Ný mynd frá slóð"; -$a->strings["No such group"] = "Hópur ekki til"; -$a->strings["Group: %s"] = ""; -$a->strings["This entry was edited"] = ""; -$a->strings["%d comment"] = [ - 0 => "%d ummæli", - 1 => "%d ummæli", -]; -$a->strings["Private Message"] = "Einkaskilaboð"; -$a->strings["I like this (toggle)"] = "Mér líkar þetta (kveikja/slökkva)"; -$a->strings["like"] = "líkar"; -$a->strings["I don't like this (toggle)"] = "Mér líkar þetta ekki (kveikja/slökkva)"; -$a->strings["dislike"] = "mislíkar"; -$a->strings["Share this"] = "Deila þessu"; -$a->strings["share"] = "deila"; -$a->strings["This is you"] = "Þetta ert þú"; -$a->strings["Comment"] = "Athugasemd"; -$a->strings["Bold"] = "Feitletrað"; -$a->strings["Italic"] = "Skáletrað"; -$a->strings["Underline"] = "Undirstrikað"; -$a->strings["Quote"] = "Gæsalappir"; -$a->strings["Code"] = "Kóði"; -$a->strings["Image"] = "Mynd"; -$a->strings["Link"] = "Tengill"; -$a->strings["Video"] = "Myndband"; -$a->strings["Edit"] = "Breyta"; -$a->strings["add star"] = "bæta við stjörnu"; -$a->strings["remove star"] = "eyða stjörnu"; -$a->strings["toggle star status"] = "Kveikja/slökkva á stjörnu"; -$a->strings["starred"] = "stjörnumerkt"; -$a->strings["add tag"] = "bæta við merki"; -$a->strings["ignore thread"] = ""; -$a->strings["unignore thread"] = ""; -$a->strings["toggle ignore status"] = ""; -$a->strings["save to folder"] = "vista í möppu"; -$a->strings["I will attend"] = ""; -$a->strings["I will not attend"] = ""; -$a->strings["I might attend"] = ""; -$a->strings["to"] = "við"; -$a->strings["Wall-to-Wall"] = "vegg við vegg"; -$a->strings["via Wall-To-Wall:"] = "gegnum vegg við vegg"; -$a->strings["Friend suggestion sent."] = "Vina tillaga send"; -$a->strings["Suggest Friends"] = "Stinga uppá vinum"; -$a->strings["Suggest a friend for %s"] = "Stinga uppá vin fyrir %s"; -$a->strings["Mood"] = ""; -$a->strings["Set your current mood and tell your friends"] = ""; -$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["Image uploaded but image cropping failed."] = "Tókst að hala upp mynd en afskurður tókst ekki."; -$a->strings["Image size reduction [%s] failed."] = "Myndar minnkun [%s] tókst ekki."; -$a->strings["Shift-reload the page or clear browser cache if the new photo does not display immediately."] = "Ýta þarf á "; -$a->strings["Unable to process image"] = "Ekki tókst að vinna mynd"; -$a->strings["Image exceeds size limit of %s"] = ""; -$a->strings["Unable to process image."] = "Ekki mögulegt afgreiða mynd"; -$a->strings["Upload File:"] = "Hlaða upp skrá:"; -$a->strings["Select a profile:"] = ""; -$a->strings["Upload"] = "Hlaða upp"; -$a->strings["or"] = "eða"; -$a->strings["skip this step"] = "sleppa þessu skrefi"; -$a->strings["select a photo from your photo albums"] = "velja mynd í myndabókum"; -$a->strings["Crop Image"] = "Skera af mynd"; -$a->strings["Please adjust the image cropping for optimum viewing."] = "Stilltu afskurð fyrir besta birtingu."; -$a->strings["Done Editing"] = "Breyting kláruð"; -$a->strings["Image uploaded successfully."] = "Upphölun á mynd tóks."; -$a->strings["Image upload failed."] = "Ekki hægt að hlaða upp mynd."; -$a->strings["Account approved."] = "Notandi samþykktur."; -$a->strings["Registration revoked for %s"] = "Skráning afturköllurð vegna %s"; -$a->strings["Please login."] = "Skráðu yður inn."; +$a->strings["Photos"] = "Myndir"; +$a->strings["Contact Photos"] = "Myndir tengiliðs"; +$a->strings["Upload"] = "Senda inn"; +$a->strings["Files"] = "Skrár"; +$a->strings["Not Found"] = "Fannst ekki"; +$a->strings["No profile"] = "Engin forsíða"; +$a->strings["Help:"] = "Hjálp:"; +$a->strings["Help"] = "Hjálp"; +$a->strings["Page not found."] = "Síða fannst ekki."; +$a->strings["Welcome to %s"] = "Velkomin í %s"; +$a->strings["Remote privacy information not available."] = "Persónuverndar upplýsingar ekki fyrir hendi á fjarlægum vefþjón."; +$a->strings["Visible to:"] = "Sýnilegt eftirfarandi:"; +$a->strings["System down for maintenance"] = "Kerfið er óvirkt vegna viðhalds"; +$a->strings["Welcome to Friendica"] = "Velkomin(n) á Friendica"; +$a->strings["New Member Checklist"] = "Gátlisti nýs notanda"; +$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"] = "Til að komast í gang"; +$a->strings["Friendica Walk-Through"] = "Leiðarvísir Friendica"; +$a->strings["On your Quick Start page - find a brief introduction to your profile and network tabs, make some new connections, and find some groups to join."] = ""; +$a->strings["Settings"] = "Stillingar"; +$a->strings["Go to Your Settings"] = "Farðu í stillingarnar þínar"; +$a->strings["On your Settings 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."] = "Yfirfarðu aðrar stillingar, sérstaklega gagnaleyndarstillingar. Óútgefin forsíða er einsog óskráð símanúmer. Sem þýðir að líklega viltu gefa út forsíðuna þína - nema að allir vinir þínir og tilvonandi vinir viti nákvæmlega hvernig á að finna þig."; +$a->strings["Profile"] = "Forsíða"; +$a->strings["Upload Profile Photo"] = "Hlaða upp forsíðu mynd"; +$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ð hlaða upp forsíðu mynd ef þú hefur ekki þegar gert það. Rannsóknir sýna að fólk sem hefur alvöru mynd af sér er tíu sinnum líklegra til að eignast vini en fólk sem ekki hefur mynd."; +$a->strings["Edit Your Profile"] = ""; +$a->strings["Edit your default profile to your liking. Review the settings for hiding your list of friends and hiding the profile from unknown visitors."] = "Breyttu sjálfgefnu forsíðunni einsog þú villt. Yfirfarðu stillingu til að fela vinalista á forsíðu og stillingu til að fela forsíðu fyrir ókunnum."; +$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."] = "Bættu við leitarorðum í sjálfgefnu forsíðuna þína sem lýsa áhugamálum þínum. Þá er hægt að fólk með svipuð áhugamál og stinga uppá vinskap."; +$a->strings["Connecting"] = "Tengist"; +$a->strings["Importing Emails"] = "Flyt inn pósta"; +$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"] = "Fylltu út aðgangsupplýsingar póstfangsins þíns á Tengistillingasíðunni ef þú vilt sækja tölvupóst og eiga samskipti við vini eða póstlista úr innhólfi tölvupóstsins þíns"; +$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 Add New Contact dialog."] = "Tengiliðasíðan er gáttin þín til að sýsla með vinasambönd og tengjast við vini á öðrum netum. Oftast setur þú vistfang eða slóð þeirra í Bæta við tengilið glugganum."; +$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 Connect or Follow link on their profile page. Provide your own Identity Address if requested."] = "Tengiliðalistinn er góð leit til að finna fólk á samfélagsnetinu eða öðrum sambandsnetum. Leitaðu að Tengjast/Connect eða Fylgja/Follow tenglum á forsíðunni þeirra. Mögulega þarftu að gefa upp auðkennisslóðina þína."; +$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"] = "Hópar"; +$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."] = "Eftir að þú hefur eignast nokkra vini, þá er best að flokka þá niður í hópa á hliðar slánni á Tengiliðasíðunni. Eftir það getur þú haft samskipti við hvern hóp fyrir sig á Samfélagssíðunni."; +$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"] = "Til að fá hjálp"; +$a->strings["Go to the Help Section"] = ""; +$a->strings["Our help pages may be consulted for detail on other program features and resources."] = "Hægt er að styðjast við Hjálp síðuna til að fá leiðbeiningar um aðra eiginleika."; +$a->strings["Visit %s's profile [%s]"] = "Heimsækja forsíðu %s [%s]"; +$a->strings["Edit contact"] = "Breyta tengilið"; +$a->strings["Contacts who are not members of a group"] = ""; +$a->strings["Not Extended"] = ""; +$a->strings["Resubscribing to OStatus contacts"] = ""; +$a->strings["Error"] = "Villa"; +$a->strings["Done"] = "Lokið"; +$a->strings["Keep this window open until done."] = ""; +$a->strings["Do you really want to delete this suggestion?"] = ""; +$a->strings["No suggestions available. If this is a new site, please try again in 24 hours."] = "Engar uppástungur tiltækar. Ef þetta er nýr vefur, reyndu þá aftur eftir um 24 klukkustundir."; +$a->strings["Ignore/Hide"] = "Hunsa/Fela"; +$a->strings["Friend Suggestions"] = "Vina uppástungur"; +$a->strings["This site has exceeded the number of allowed daily account registrations. Please try again tomorrow."] = "Þessi vefur hefur náð hámarks fjölda daglegra nýskráninga. Reyndu aftur á morgun."; +$a->strings["Import"] = "Flytja inn"; +$a->strings["Move account"] = "Flytja aðgang"; +$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 (GNU Social/Statusnet) 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["[Embedded content - reload page to view]"] = "[Innfelt efni - endurhlaða síðu til að sjá]"; +$a->strings["%1\$s welcomes %2\$s"] = ""; +$a->strings["No keywords to match. Please add keywords to your default profile."] = "Engin leitarorð. Bættu við leitarorðum í sjálfgefnu forsíðuna."; +$a->strings["is interested in:"] = "hefur áhuga á:"; +$a->strings["Profile Match"] = "Forsíða fannst"; +$a->strings["No matches"] = "Engar leitarniðurstöður"; $a->strings["Invalid request identifier."] = "Ógilt auðkenni beiðnar."; $a->strings["Discard"] = "Henda"; $a->strings["Ignore"] = "Hunsa"; +$a->strings["Notifications"] = "Tilkynningar"; $a->strings["Network Notifications"] = "Tilkynningar á neti"; +$a->strings["System Notifications"] = "Kerfistilkynningar"; $a->strings["Personal Notifications"] = "Einkatilkynningar."; $a->strings["Home Notifications"] = "Tilkynningar frá heimasvæði"; $a->strings["Show Ignored Requests"] = "Sýna hunsaðar beiðnir"; @@ -1065,134 +410,270 @@ $a->strings["Approve"] = "Samþykkja"; $a->strings["Claims to be known to you: "] = "Þykist þekkja þig:"; $a->strings["yes"] = "já"; $a->strings["no"] = "nei"; -$a->strings["Shall your connection be bidirectional or not? \"Friend\" implies that you allow to read and you subscribe to their posts. \"Fan/Admirer\" means that you allow to read but you do not want to read theirs. Approve as: "] = ""; -$a->strings["Shall your connection be bidirectional or not? \"Friend\" implies that you allow to read and you subscribe to their posts. \"Sharer\" means that you allow to read but you do not want to read theirs. Approve as: "] = ""; +$a->strings["Shall your connection be bidirectional or not?"] = ""; +$a->strings["Accepting %s as a friend allows %s to subscribe to your posts, and you will also receive updates from them in your news feed."] = ""; +$a->strings["Accepting %s as a subscriber allows them to subscribe to your posts, but you will not receive updates from them in your news feed."] = ""; +$a->strings["Accepting %s as a sharer allows them to subscribe to your posts, but you will not receive updates from them in your news feed."] = ""; $a->strings["Friend"] = "Vin"; $a->strings["Sharer"] = "Deilir"; -$a->strings["Fan/Admirer"] = "Fylgjandi/Aðdáandi"; +$a->strings["Subscriber"] = "Áskrifandi"; +$a->strings["Location:"] = "Staðsetning:"; +$a->strings["About:"] = "Um:"; +$a->strings["Tags:"] = "Merki:"; +$a->strings["Gender:"] = "Kyn:"; $a->strings["Profile URL"] = "Slóð á forsíðu"; +$a->strings["Network:"] = "Netkerfi:"; $a->strings["No introductions."] = "Engar kynningar."; -$a->strings["Show unread"] = ""; -$a->strings["Show all"] = ""; -$a->strings["No more %s notifications."] = ""; +$a->strings["Show unread"] = "Birta ólesið"; +$a->strings["Show all"] = "Birta allt"; +$a->strings["No more %s notifications."] = "Ekki fleiri %s tilkynningar."; +$a->strings["OpenID protocol error. No ID returned."] = "Samskiptavilla í OpenID. Ekkert auðkenni barst."; +$a->strings["Account not found and OpenID registration is not permitted on this site."] = ""; +$a->strings["Login failed."] = "Innskráning mistókst."; $a->strings["Profile not found."] = "Forsíða fannst ekki."; -$a->strings["Profile deleted."] = "Forsíðu eytt."; -$a->strings["Profile-"] = "Forsíða-"; -$a->strings["New profile created."] = "Ný forsíða búinn til."; -$a->strings["Profile unavailable to clone."] = "Ekki tókst að klóna forsíðu"; -$a->strings["Profile Name is required."] = "Nafn á forsíðu er skilyrði"; -$a->strings["Marital Status"] = ""; -$a->strings["Romantic Partner"] = ""; -$a->strings["Work/Employment"] = ""; -$a->strings["Religion"] = ""; -$a->strings["Political Views"] = ""; -$a->strings["Gender"] = ""; -$a->strings["Sexual Preference"] = ""; -$a->strings["XMPP"] = ""; -$a->strings["Homepage"] = ""; -$a->strings["Interests"] = ""; -$a->strings["Address"] = ""; -$a->strings["Location"] = ""; -$a->strings["Profile updated."] = "Forsíða uppfærð."; -$a->strings[" and "] = "og"; -$a->strings["public profile"] = "Opinber forsíða"; -$a->strings["%1\$s changed %2\$s to “%3\$s”"] = ""; -$a->strings[" - Visit %1\$s's %2\$s"] = ""; -$a->strings["%1\$s has an updated %2\$s, changing %3\$s."] = "%1\$s hefur uppfært %2\$s, með því að breyta %3\$s."; -$a->strings["Hide contacts and friends:"] = ""; -$a->strings["Hide your contact/friend list from viewers of this profile?"] = "Fela tengiliða-/vinalista á þessari forsíðu?"; -$a->strings["Show more profile fields:"] = ""; -$a->strings["Profile Actions"] = ""; -$a->strings["Edit Profile Details"] = "Breyta forsíðu upplýsingum"; -$a->strings["Change Profile Photo"] = ""; -$a->strings["View this profile"] = "Skoða þessa forsíðu"; -$a->strings["Create a new profile using these settings"] = "Búa til nýja forsíðu með þessum stillingum"; -$a->strings["Clone this profile"] = "Klóna þessa forsíðu"; -$a->strings["Delete this profile"] = "Eyða þessari forsíðu"; -$a->strings["Basic information"] = ""; -$a->strings["Profile picture"] = ""; -$a->strings["Preferences"] = ""; -$a->strings["Status information"] = ""; -$a->strings["Additional information"] = ""; -$a->strings["Relation"] = ""; -$a->strings["Your Gender:"] = "Kyn:"; -$a->strings[" Marital Status:"] = " Hjúskaparstaða:"; -$a->strings["Example: fishing photography software"] = "Til dæmis: fishing photography software"; -$a->strings["Profile Name:"] = "Forsíðu nafn:"; -$a->strings["Required"] = "Nauðsynlegt"; -$a->strings["This is your public profile.
    It may be visible to anybody using the internet."] = "Þetta er opinber forsíða.
    Hún verður sjáanleg öðrum sem nota alnetið."; -$a->strings["Your Full Name:"] = "Fullt nafn:"; -$a->strings["Title/Description:"] = "Starfsheiti/Lýsing:"; -$a->strings["Street Address:"] = "Gata:"; -$a->strings["Locality/City:"] = "Bær/Borg:"; -$a->strings["Region/State:"] = "Svæði/Sýsla"; -$a->strings["Postal/Zip Code:"] = "Póstnúmer:"; -$a->strings["Country:"] = "Land:"; -$a->strings["Who: (if applicable)"] = "Hver: (ef við á)"; -$a->strings["Examples: cathy123, Cathy Williams, cathy@example.com"] = "Dæmi: cathy123, Cathy Williams, cathy@example.com"; -$a->strings["Since [date]:"] = ""; -$a->strings["Tell us about yourself..."] = "Segðu okkur frá sjálfum þér..."; -$a->strings["XMPP (Jabber) address:"] = ""; -$a->strings["The XMPP address will be propagated to your contacts so that they can follow you."] = ""; -$a->strings["Homepage URL:"] = "Slóð heimasíðu:"; -$a->strings["Religious Views:"] = "Trúarskoðanir"; -$a->strings["Public Keywords:"] = "Opinber leitarorð:"; -$a->strings["(Used for suggesting potential friends, can be seen by others)"] = "(Notað til að stinga uppá mögulegum vinum, aðrir geta séð)"; -$a->strings["Private Keywords:"] = "Einka leitarorð:"; -$a->strings["(Used for searching profiles, never shown to others)"] = "(Notað við leit að öðrum notendum, aldrei sýnt öðrum)"; -$a->strings["Musical interests"] = "Tónlistarsmekkur"; -$a->strings["Books, literature"] = "Bækur, bókmenntir"; -$a->strings["Television"] = "Sjónvarp"; -$a->strings["Film/dance/culture/entertainment"] = "Kvikmyndir/dans/menning/afþreying"; -$a->strings["Hobbies/Interests"] = "Áhugamál"; -$a->strings["Love/romance"] = "Ást/rómantík"; -$a->strings["Work/employment"] = "Atvinna:"; -$a->strings["School/education"] = "Skóli/menntun"; -$a->strings["Contact information and Social Networks"] = "Tengiliðaupplýsingar og samfélagsnet"; -$a->strings["Edit/Manage Profiles"] = "Sýsla með forsíður"; -$a->strings["No friends to display."] = "Engir vinir til að birta."; -$a->strings["Access to this profile has been restricted."] = "Aðgangur að þessari forsíðu hefur verið heftur."; -$a->strings["View"] = "Skoða"; -$a->strings["Previous"] = "Fyrra"; -$a->strings["Next"] = "Næsta"; -$a->strings["list"] = ""; -$a->strings["User not found"] = ""; -$a->strings["This calendar format is not supported"] = ""; -$a->strings["No exportable data found"] = ""; -$a->strings["calendar"] = ""; -$a->strings["No contacts in common."] = ""; -$a->strings["Common Friends"] = "Sameiginlegir vinir"; -$a->strings["Not available."] = "Ekki í boði."; -$a->strings["Global Directory"] = "Alheimstengiliðaskrá"; -$a->strings["Find on this site"] = "Leita á þessum vef"; -$a->strings["Results for:"] = "Niðurstöður fyrir:"; -$a->strings["Site Directory"] = "Skrá yfir tengiliði á þessum vef"; -$a->strings["No entries (some entries may be hidden)."] = "Engar færslur (sumar geta verið faldar)."; -$a->strings["People Search - %s"] = "Leita að fólki - %s"; -$a->strings["Forum Search - %s"] = "Leita á spjallsvæði - %s"; -$a->strings["No matches"] = "Engar leitarniðurstöður"; -$a->strings["Item has been removed."] = "Atriði hefur verið fjarlægt."; -$a->strings["Event can not end before it has started."] = ""; -$a->strings["Event title and start time are required."] = ""; -$a->strings["Create New Event"] = "Stofna nýjan atburð"; -$a->strings["Event details"] = "Nánar um atburð"; -$a->strings["Starting date and Title are required."] = ""; -$a->strings["Event Starts:"] = "Atburður hefst:"; -$a->strings["Finish date/time is not known or not relevant"] = "Loka dagsetning/tímasetning ekki vituð eða skiptir ekki máli"; -$a->strings["Event Finishes:"] = "Atburður klárar:"; -$a->strings["Adjust for viewer timezone"] = "Heimfæra á tímabelti áhorfanda"; -$a->strings["Description:"] = "Lýsing:"; -$a->strings["Title:"] = "Titill:"; -$a->strings["Share this event"] = "Deila þessum atburði"; -$a->strings["System down for maintenance"] = "Kerfið er óvirkt vegna viðhalds"; -$a->strings["No keywords to match. Please add keywords to your default profile."] = "Engin leitarorð. Bættu við leitarorðum í sjálfgefnu forsíðuna."; -$a->strings["is interested in:"] = "hefur áhuga á:"; -$a->strings["Profile Match"] = "Forsíða fannst"; -$a->strings["Tips for New Members"] = "Ábendingar fyrir nýja notendur"; -$a->strings["Do you really want to delete this suggestion?"] = ""; -$a->strings["No suggestions available. If this is a new site, please try again in 24 hours."] = "Engar uppástungur tiltækar. Ef þetta er nýr vefur, reyndu þá aftur eftir um 24 klukkustundir."; -$a->strings["Ignore/Hide"] = "Hunsa/Fela"; -$a->strings["[Embedded content - reload page to view]"] = "[Innfelt efni - endurhlaða síðu til að sjá]"; +$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."] = "Ekki tókst að skilja svar frá ytri vef."; +$a->strings["Unexpected response from remote site: "] = "Óskiljanlegt svar frá ytri vef:"; +$a->strings["Confirmation completed successfully."] = "Staðfesting kláraði eðlilega."; +$a->strings["Temporary failure. Please wait and try again."] = "Tímabundin villa. Bíddu aðeins og reyndu svo aftur."; +$a->strings["Introduction failed or was revoked."] = "Kynning mistókst eða var afturkölluð."; +$a->strings["Remote site reported: "] = "Ytri vefur svaraði:"; +$a->strings["Unable to set contact photo."] = "Ekki tókst að setja tengiliðamynd."; +$a->strings["No user record found for '%s' "] = "Engin notandafærsla fannst fyrir '%s'"; +$a->strings["Our site encryption key is apparently messed up."] = "Dulkóðunnar lykill síðunnar okker er í döðlu."; +$a->strings["Empty site URL was provided or URL could not be decrypted by us."] = "Tómt slóð var uppgefin eða ekki okkur tókst ekki að afkóða slóð."; +$a->strings["Contact record was not found for you on our site."] = "Tengiliðafærslan þín fannst ekki á þjóninum okkar."; +$a->strings["Site public key not available in contact record for URL %s."] = "Opinber lykill er ekki til í tengiliðafærslu fyrir slóð %s."; +$a->strings["The ID provided by your system is a duplicate on our system. It should work if you try again."] = "Skilríkið sem þjónninn þinn gaf upp er þegar afritað á okkar þjón. Þetta ætti að virka ef þú bara reynir aftur."; +$a->strings["Unable to set your contact credentials on our system."] = "Ekki tókst að setja tengiliða skilríkið þitt upp á þjóninum okkar."; +$a->strings["Unable to update your contact profile details on our system"] = "Ekki tókst að uppfæra tengiliða skilríkis upplýsingarnar á okkar þjón"; +$a->strings["[Name Withheld]"] = "[Nafn ekki sýnt]"; +$a->strings["%1\$s has joined %2\$s"] = "%1\$s hefur gengið til liðs við %2\$s"; +$a->strings["Total invitation limit exceeded."] = ""; +$a->strings["%s : Not a valid email address."] = "%s : Ekki gilt póstfang"; +$a->strings["Please join us on Friendica"] = "Komdu í hópinn á Friendica"; +$a->strings["Invitation limit exceeded. Please contact your site administrator."] = ""; +$a->strings["%s : Message delivery failed."] = "%s : Skilaboð komust ekki til skila."; +$a->strings["%d message sent."] = [ + 0 => "%d skilaboð send.", + 1 => "%d skilaboð send", +]; +$a->strings["You have no more invitations available"] = "Þú hefur ekki fleiri boðskort."; +$a->strings["Visit %s for a list of public sites that you can join. Friendica members on other sites can all connect with each other, as well as with members of many other social networks."] = ""; +$a->strings["To accept this invitation, please visit and register at %s or any other public Friendica website."] = ""; +$a->strings["Friendica sites all inter-connect to create a huge privacy-enhanced social web that is owned and controlled by its members. They can also connect with many traditional social networks. See %s for a list of alternate Friendica sites you can join."] = ""; +$a->strings["Our apologies. This system is not currently configured to connect with other public sites or invite members."] = ""; +$a->strings["Friendica sites all inter-connect to create a huge privacy-enhanced social web that is owned and controlled by its members. They can also connect with many traditional social networks."] = ""; +$a->strings["To accept this invitation, please visit and register at %s."] = ""; +$a->strings["Send invitations"] = "Senda kynningar"; +$a->strings["Enter email addresses, one per line:"] = "Póstföng, eitt í hverja línu:"; +$a->strings["Your message:"] = "Skilaboðin:"; +$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"] = "Þú þarft að nota eftirfarandi boðskorta auðkenni: \$invite_code"; +$a->strings["Once you have registered, please connect with me via my profile page at:"] = "Þegar þú hefur nýskráð þig, hafðu samband við mig gegnum síðuna mína á:"; +$a->strings["For more information about the Friendica project and why we feel it is important, please visit http://friendi.ca"] = ""; +$a->strings["Invalid request."] = "Ógild fyrirspurn."; +$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 %s"] = ""; +$a->strings["File upload failed."] = "Skráar upphlöðun mistókst."; +$a->strings["Manage Identities and/or Pages"] = "Sýsla með notendur og/eða síður"; +$a->strings["Toggle between different identities or community/group pages which share your account details or which you have been granted \"manage\" permissions"] = "Skipta á milli auðkenna eða hópa- / stjörnunotanda sem deila þínum aðgangs upplýsingum eða þér verið úthlutað \"umsýslu\" réttindum."; +$a->strings["Select an identity to manage: "] = "Veldu notanda til að sýsla með:"; +$a->strings["This introduction has already been accepted."] = "Þessi kynning hefur þegar verið samþykkt."; +$a->strings["Profile location is not valid or does not contain profile information."] = "Forsíðu slóð er ekki í lagi eða inniheldur ekki forsíðu upplýsingum."; +$a->strings["Warning: profile location has no identifiable owner name."] = "Aðvörun: forsíðu staðsetning hefur ekki aðgreinanlegt eigendanafn."; +$a->strings["Warning: profile location has no profile photo."] = "Aðvörun: forsíðu slóð hefur ekki forsíðu mynd."; +$a->strings["%d required parameter was not found at the given location"] = [ + 0 => "%d skilyrt breyta fannst ekki á uppgefinni staðsetningu", + 1 => "%d skilyrtar breytur fundust ekki á uppgefninni staðsetningu", +]; +$a->strings["Introduction complete."] = "Kynning tilbúinn."; +$a->strings["Unrecoverable protocol error."] = "Alvarleg samskipta villa."; +$a->strings["Profile unavailable."] = "Ekki hægt að sækja forsíðu"; +$a->strings["%s has received too many connection requests today."] = "%s hefur fengið of margar tengibeiðnir í dag."; +$a->strings["Spam protection measures have been invoked."] = "Kveikt hefur verið á ruslsíu"; +$a->strings["Friends are advised to please try again in 24 hours."] = "Vinir eru beðnir um að reyna aftur eftir 24 klukkustundir."; +$a->strings["Invalid locator"] = "Ógild staðsetning"; +$a->strings["You have already introduced yourself here."] = "Kynning hefur þegar átt sér stað hér."; +$a->strings["Apparently you are already friends with %s."] = "Þú ert þegar vinur %s."; +$a->strings["Invalid profile URL."] = "Ógild forsíðu slóð."; +$a->strings["Disallowed profile URL."] = "Óleyfileg forsíðu slóð."; +$a->strings["Blocked domain"] = "Útilokað lén"; +$a->strings["Failed to update contact record."] = "Ekki tókst að uppfæra tengiliðs skrá."; +$a->strings["Your introduction has been sent."] = "Kynningin þín hefur verið send."; +$a->strings["Remote subscription can't be done for your network. Please subscribe directly on your system."] = ""; +$a->strings["Please login to confirm introduction."] = "Skráðu þig inn til að staðfesta kynningu."; +$a->strings["Incorrect identity currently logged in. Please login to this profile."] = "Ekki réttur notandi skráður inn. Skráðu þig inn sem þessi notandi."; +$a->strings["Confirm"] = "Staðfesta"; +$a->strings["Hide this contact"] = "Fela þennan tengilið"; +$a->strings["Welcome home %s."] = "Velkomin(n) heim %s."; +$a->strings["Please confirm your introduction/connection request to %s."] = "Staðfestu kynninguna/tengibeiðnina við %s."; +$a->strings["Public access denied."] = "Alemennings aðgangur ekki veittur."; +$a->strings["Please enter your 'Identity Address' from one of the following supported communications networks:"] = "Settu inn 'Auðkennisnetfang' þitt úr einhverjum af eftirfarandi samskiptanetum:"; +$a->strings["If you are not yet a member of the free social web, follow this link to find a public Friendica site and join us today."] = ""; +$a->strings["Friend/Connection Request"] = "Vinabeiðni/Tengibeiðni"; +$a->strings["Examples: jojo@demo.friendica.com, http://demo.friendica.com/profile/jojo, testuser@gnusocial.de"] = ""; +$a->strings["Please answer the following:"] = "Vinnsamlegast svaraðu eftirfarandi:"; +$a->strings["Does %s know you?"] = "Þekkir %s þig?"; +$a->strings["Add a personal note:"] = "Bæta við persónulegri athugasemd"; +$a->strings["Friendica"] = "Friendica"; +$a->strings["GNU Social (Pleroma, Mastodon)"] = "GNU Social (Pleroma, Mastodon)"; +$a->strings["Diaspora (Socialhome, Hubzilla)"] = "Diaspora (Socialhome, Hubzilla)"; +$a->strings[" - please do not use this form. Instead, enter %s into your Diaspora search bar."] = ""; +$a->strings["Your Identity Address:"] = "Auðkennisnetfang þitt:"; +$a->strings["Submit Request"] = "Senda beiðni"; +$a->strings["l F d, Y \\@ g:i A"] = "l F d, Y \\@ g:i A"; +$a->strings["Time Conversion"] = "Tíma leiðréttir"; +$a->strings["Friendica provides this service for sharing events with other networks and friends in unknown timezones."] = "Friendica veitir þessa þjónustu til að deila atburðum milli neta og vina í óþekktum tímabeltum."; +$a->strings["UTC time: %s"] = "Máltími: %s"; +$a->strings["Current timezone: %s"] = "Núverandi tímabelti: %s"; +$a->strings["Converted localtime: %s"] = "Umbreyttur staðartími: %s"; +$a->strings["Please select your timezone:"] = "Veldu tímabeltið þitt:"; +$a->strings["Only logged in users are permitted to perform a probing."] = ""; +$a->strings["Permission denied"] = "Bannaður aðgangur"; +$a->strings["Invalid profile identifier."] = "Ógilt tengiliða auðkenni"; +$a->strings["Profile Visibility Editor"] = "Sýsla með sjáanleika forsíðu"; +$a->strings["Click on a contact to add or remove."] = "Ýttu á tengilið til að bæta við hóp eða taka úr hóp."; +$a->strings["Visible To"] = "Sjáanlegur hverjum"; +$a->strings["All Contacts (with secure profile access)"] = "Allir tengiliðir (með öruggann aðgang að forsíðu)"; +$a->strings["Account approved."] = "Notandi samþykktur."; +$a->strings["Registration revoked for %s"] = "Skráning afturköllurð vegna %s"; +$a->strings["Please login."] = "Skráðu yður inn."; +$a->strings["Remove My Account"] = "Eyða þessum notanda"; +$a->strings["This will completely remove your account. Once this has been done it is not recoverable."] = "Þetta mun algjörlega eyða notandanum. Þegar þetta hefur verið gert er þetta ekki afturkræft."; +$a->strings["Please enter your password for verification:"] = "Sláðu inn aðgangsorð yðar:"; +$a->strings["No contacts."] = "Enginn tengiliður"; +$a->strings["Access denied."] = "Aðgangi hafnað."; +$a->strings["Number of daily wall messages for %s exceeded. Message failed."] = ""; +$a->strings["No recipient selected."] = "Engir viðtakendur valdir."; +$a->strings["Unable to check your home location."] = ""; +$a->strings["Message could not be sent."] = "Ekki tókst að senda skilaboð."; +$a->strings["Message collection failure."] = "Ekki tókst að sækja skilaboð."; +$a->strings["Message sent."] = "Skilaboð send."; +$a->strings["No recipient."] = "Enginn viðtakandi"; +$a->strings["Send Private Message"] = "Senda einkaskilaboð"; +$a->strings["If you wish for %s to respond, please check that the privacy settings on your site allow private mail from unknown senders."] = ""; +$a->strings["To:"] = "Til:"; +$a->strings["Subject:"] = "Efni:"; +$a->strings["Export account"] = "Flytja út notandaaðgang"; +$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"] = "Flytja út allt"; +$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["Export personal data"] = "Sækja persónuleg gögn"; +$a->strings["- select -"] = "- veldu -"; +$a->strings["No more system notifications."] = "Ekki fleiri kerfistilkynningar."; +$a->strings["{0} wants to be your friend"] = "{0} vill vera vinur þinn"; +$a->strings["{0} sent you a message"] = "{0} sendi þér skilboð"; +$a->strings["{0} requested registration"] = "{0} óskaði eftir skráningu"; +$a->strings["Poke/Prod"] = ""; +$a->strings["poke, prod or do other things to somebody"] = ""; +$a->strings["Recipient"] = "Viðtakandi"; +$a->strings["Choose what you wish to do to recipient"] = ""; +$a->strings["Make this post private"] = "Gera þennan póst einka"; +$a->strings["%1\$s is following %2\$s's %3\$s"] = ""; +$a->strings["Tag removed"] = "Merki fjarlægt"; +$a->strings["Remove Item Tag"] = "Fjarlægja merki "; +$a->strings["Select a tag to remove: "] = "Veldu merki til að fjarlægja:"; +$a->strings["Remove"] = "Fjarlægja"; +$a->strings["Image exceeds size limit of %s"] = ""; +$a->strings["Unable to process image."] = "Ekki mögulegt afgreiða mynd"; +$a->strings["Wall Photos"] = "Veggmyndir"; +$a->strings["Image upload failed."] = "Ekki hægt að hlaða upp mynd."; +$a->strings["Remove term"] = "Fjarlæga gildi"; +$a->strings["Saved Searches"] = "Vistaðar leitir"; +$a->strings["Only logged in users are permitted to perform a search."] = "Aðeins innskráðir notendur geta framkvæmt leit."; +$a->strings["Too Many Requests"] = "Of margar beiðnir"; +$a->strings["Only one search per minute is permitted for not logged in users."] = "Notendur sem ekki eru innskráðir geta aðeins framkvæmt eina leit á mínútu."; +$a->strings["No results."] = "Engar leitarniðurstöður."; +$a->strings["Items tagged with: %s"] = "Atriði merkt með: %s"; +$a->strings["Results for: %s"] = "Niðurstöður fyrir: %s"; +$a->strings["Login"] = "Innskráning"; +$a->strings["The post was created"] = ""; +$a->strings["Community option not available."] = ""; +$a->strings["Not available."] = "Ekki tiltækt."; +$a->strings["Local Community"] = ""; +$a->strings["Posts from local users on this server"] = ""; +$a->strings["Global Community"] = ""; +$a->strings["Posts from users of the whole federated network"] = ""; +$a->strings["This community stream shows all public posts received by this node. They may not reflect the opinions of this node’s users."] = ""; +$a->strings["Item not found"] = "Atriði fannst ekki"; +$a->strings["Edit post"] = "Breyta skilaboðum"; +$a->strings["CC: email addresses"] = "CC: tölvupóstfang"; +$a->strings["Example: bob@example.com, mary@example.com"] = "Dæmi: bibbi@vefur.is, mgga@vefur.is"; +$a->strings["You must be logged in to use this module"] = ""; +$a->strings["Source URL"] = "Upprunaslóð"; +$a->strings["Friend suggestion sent."] = "Vina tillaga send"; +$a->strings["Suggest Friends"] = "Stinga uppá vinum"; +$a->strings["Suggest a friend for %s"] = "Stinga uppá vin fyrir %s"; +$a->strings["Group created."] = "Hópur stofnaður"; +$a->strings["Could not create group."] = "Gat ekki stofnað hóp."; +$a->strings["Group not found."] = "Hópur fannst ekki."; +$a->strings["Group name changed."] = "Hópur endurskýrður."; +$a->strings["Save Group"] = "Vista hóp"; +$a->strings["Create a group of contacts/friends."] = "Stofna hóp af tengiliðum/vinum"; +$a->strings["Group Name: "] = "Nafn hóps: "; +$a->strings["Group removed."] = "Hópi eytt."; +$a->strings["Unable to remove group."] = "Ekki tókst að eyða hóp."; +$a->strings["Delete Group"] = "Eyða hópi"; +$a->strings["Group Editor"] = "Hópa sýslari"; +$a->strings["Edit Group Name"] = "Breyta nafni hóps"; +$a->strings["Members"] = "Meðlimir"; +$a->strings["All Contacts"] = "Allir tengiliðir"; +$a->strings["Group is empty"] = "Hópur er tómur"; +$a->strings["Remove Contact"] = "Fjarlægja tengilið"; +$a->strings["Add Contact"] = "Bæta við tengilið"; +$a->strings["Unable to locate original post."] = "Ekki tókst að finna upphaflega færslu."; +$a->strings["Empty post discarded."] = "Tóm færsla eytt."; +$a->strings["This message was sent to you by %s, a member of the Friendica social network."] = "Skilaboðið sendi %s, notandi á Friendica samfélagsnetinu."; +$a->strings["You may visit them online at %s"] = "Þú getur heimsótt þau á netinu á %s"; +$a->strings["Please contact the sender by replying to this post if you do not wish to receive these messages."] = "Hafðu samband við sendanda með því að svara á þessari færslu ef þú villt ekki fá þessi skilaboð."; +$a->strings["%s posted an update."] = "%s hefur sent uppfærslu."; +$a->strings["New Message"] = "Ný skilaboð"; +$a->strings["Unable to locate contact information."] = "Ekki tókst að staðsetja tengiliðs upplýsingar."; +$a->strings["Messages"] = "Skilaboð"; +$a->strings["Do you really want to delete this message?"] = "Viltu virkilega eyða þessum skilaboðum?"; +$a->strings["Message deleted."] = "Skilaboðum eytt."; +$a->strings["Conversation removed."] = "Samtali eytt."; +$a->strings["No messages."] = "Engin skilaboð."; +$a->strings["Message not available."] = "Ekki næst í skilaboð."; +$a->strings["Delete message"] = "Eyða skilaboðum"; +$a->strings["D, d M Y - g:i A"] = "D, d. M Y - g:i A"; +$a->strings["Delete conversation"] = "Eyða samtali"; +$a->strings["No secure communications available. You may be able to respond from the sender's profile page."] = ""; +$a->strings["Send Reply"] = "Senda svar"; +$a->strings["Unknown sender - %s"] = "Óþekktur sendandi - %s"; +$a->strings["You and %s"] = "Þú og %s"; +$a->strings["%s and You"] = "%s og þú"; +$a->strings["%d message"] = [ + 0 => "%d skilaboð", + 1 => "%d skilaboð", +]; +$a->strings["add"] = "bæta við"; +$a->strings["Warning: This group contains %s member from a network that doesn't allow non public messages."] = [ + 0 => "", + 1 => "", +]; +$a->strings["Messages in this group won't be send to these receivers."] = ""; +$a->strings["No such group"] = "Enginn slíkur hópur"; +$a->strings["Group: %s"] = "Hópur: %s"; +$a->strings["Private messages to this person are at risk of public disclosure."] = "Einka skilaboð send á þennan notanda eiga á hættu að verða opinber."; +$a->strings["Invalid contact."] = "Ógildur tengiliður."; +$a->strings["Commented Order"] = "Athugasemdar röð"; +$a->strings["Sort by Comment Date"] = "Raða eftir umræðu dagsetningu"; +$a->strings["Posted Order"] = "Færlsu röð"; +$a->strings["Sort by Post Date"] = "Raða eftir færslu dagsetningu"; +$a->strings["Personal"] = "Einka"; +$a->strings["Posts that mention or involve you"] = "Færslur sem tengjast þér"; +$a->strings["New"] = "Nýtt"; +$a->strings["Activity Stream - by date"] = "Færslu straumur - raðað eftir dagsetningu"; +$a->strings["Shared Links"] = "Sameignartenglar"; +$a->strings["Interesting Links"] = "Áhugaverðir tenglar"; +$a->strings["Starred"] = "Stjörnumerkt"; +$a->strings["Favourite Posts"] = "Uppáhalds færslur"; +$a->strings["Personal Notes"] = "Persónulegar glósur"; +$a->strings["Post successful."] = "Melding tókst."; +$a->strings["Photo Albums"] = "Myndabækur"; $a->strings["Recent Photos"] = "Nýlegar myndir"; $a->strings["Upload New Photos"] = "Hlaða upp nýjum myndum"; $a->strings["everybody"] = "allir"; @@ -1202,20 +683,21 @@ $a->strings["Delete Album"] = "Fjarlægja myndabók"; $a->strings["Do you really want to delete this photo album and all its photos?"] = ""; $a->strings["Delete Photo"] = "Fjarlægja mynd"; $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"] = "mynd"; +$a->strings["%1\$s was tagged in %2\$s by %3\$s"] = ""; +$a->strings["Image upload didn't complete, please try again"] = ""; +$a->strings["Image file is missing"] = "Myndskrá vantar"; +$a->strings["Server can't accept new file upload at this time, please contact your administrator"] = ""; $a->strings["Image file is empty."] = "Mynda skrá er tóm."; $a->strings["No photos selected"] = "Engar myndir valdar"; $a->strings["Access to this item is restricted."] = "Aðgangur að þessum hlut hefur verið heftur"; -$a->strings["You have used %1$.2f Mbytes of %2$.2f Mbytes photo storage."] = ""; $a->strings["Upload Photos"] = "Hlaða upp myndum"; $a->strings["New album name: "] = "Nýtt nafn myndbókar:"; $a->strings["or existing album name: "] = "eða fyrra nafn myndbókar:"; $a->strings["Do not show a status post for this upload"] = "Ekki sýna færslu fyrir þessari upphölun"; +$a->strings["Permissions"] = "Aðgangsheimildir"; $a->strings["Show to Groups"] = "Birta hópum"; $a->strings["Show to Contacts"] = "Birta tengiliðum"; -$a->strings["Private Photo"] = "Einkamynd"; -$a->strings["Public Photo"] = "Opinber mynd"; $a->strings["Edit Album"] = "Breyta myndbók"; $a->strings["Show Newest First"] = "Birta nýjast fyrst"; $a->strings["Show Oldest First"] = "Birta elsta fyrst"; @@ -1225,6 +707,7 @@ $a->strings["Photo not available"] = "Mynd ekki til"; $a->strings["View photo"] = "Birta mynd"; $a->strings["Edit photo"] = "Breyta mynd"; $a->strings["Use as profile photo"] = "Nota sem forsíðu mynd"; +$a->strings["Private Message"] = "Einkaskilaboð"; $a->strings["View Full Size"] = "Skoða í fullri stærð"; $a->strings["Tags: "] = "Merki:"; $a->strings["[Remove any tag]"] = "[Fjarlægja öll merki]"; @@ -1232,16 +715,418 @@ $a->strings["New album name"] = "Nýtt nafn myndbókar"; $a->strings["Caption"] = "Yfirskrift"; $a->strings["Add a Tag"] = "Bæta við merki"; $a->strings["Example: @bob, @Barbara_Jensen, @jim@example.com, #California, #camping"] = "Til dæmis: @bob, @Barbara_Jensen, @jim@example.com, #Reykjavík #tjalda"; -$a->strings["Do not rotate"] = ""; -$a->strings["Rotate CW (right)"] = ""; -$a->strings["Rotate CCW (left)"] = ""; -$a->strings["Private photo"] = "Einkamynd"; -$a->strings["Public photo"] = "Opinber mynd"; -$a->strings["Map"] = ""; +$a->strings["Do not rotate"] = "Ekki snúa"; +$a->strings["Rotate CW (right)"] = "Snúa réttsælis (hægri)"; +$a->strings["Rotate CCW (left)"] = "Snúa rangsælis (vinstri)"; +$a->strings["I like this (toggle)"] = "Mér líkar þetta (kveikja/slökkva)"; +$a->strings["I don't like this (toggle)"] = "Mér líkar þetta ekki (kveikja/slökkva)"; +$a->strings["This is you"] = "Þetta ert þú"; +$a->strings["Comment"] = "Athugasemd"; +$a->strings["Map"] = "Landakort"; $a->strings["View Album"] = "Skoða myndabók"; +$a->strings["Requested profile is not available."] = "Umbeðin forsíða ekki til."; +$a->strings["%s's posts"] = "Færslur frá %s"; +$a->strings["%s's comments"] = "Athugasemdir frá %s"; +$a->strings["%s's timeline"] = "Tímalína fyrir %s"; +$a->strings["Access to this profile has been restricted."] = "Aðgangur að þessari forsíðu hefur verið heftur."; +$a->strings["Tips for New Members"] = "Ábendingar fyrir nýja notendur"; +$a->strings["Do you really want to delete this video?"] = ""; +$a->strings["Delete Video"] = "Eyða myndskeiði"; +$a->strings["No videos selected"] = "Engin myndskeið valin"; +$a->strings["Recent Videos"] = "Nýleg myndskeið"; +$a->strings["Upload New Videos"] = "Senda inn ný myndskeið"; +$a->strings["Parent user not found."] = ""; +$a->strings["No parent user"] = ""; +$a->strings["Parent Password:"] = ""; +$a->strings["Please enter the password of the parent account to legitimize your request."] = ""; +$a->strings["Parent User"] = ""; +$a->strings["Parent users have total control about this account, including the account settings. Please double check whom you give this access."] = ""; +$a->strings["Save Settings"] = "Vista stillingar"; +$a->strings["Delegate Page Management"] = ""; +$a->strings["Delegates"] = ""; +$a->strings["Delegates are able to manage all aspects of this account/page except for basic account settings. Please do not delegate your personal account to anybody that you do not trust completely."] = ""; +$a->strings["Existing Page Delegates"] = ""; +$a->strings["Potential Delegates"] = ""; +$a->strings["Add"] = "Bæta við"; +$a->strings["No entries."] = "Engar færslur."; +$a->strings["People Search - %s"] = "Leita að fólki - %s"; +$a->strings["Forum Search - %s"] = "Leita á spjallsvæði - %s"; +$a->strings["Friendica Communications Server - Setup"] = ""; +$a->strings["Could not connect to database."] = "Gat ekki tengst gagnagrunn."; +$a->strings["Could not create table."] = "Gat ekki búið til töflu."; +$a->strings["Your Friendica site database has been installed."] = "Friendica gagnagrunnurinn þinn hefur verið uppsettur."; +$a->strings["You may need to import the file \"database.sql\" manually using phpmyadmin or mysql."] = "Þú þarft mögulega að keyra inn skránna \"database.sql\" handvirkt með phpmyadmin eða mysql."; +$a->strings["Please see the file \"INSTALL.txt\"."] = "Lestu skrána \"INSTALL.txt\"."; +$a->strings["Database already in use."] = "Gagnagrunnur er þegar í notkun."; +$a->strings["System check"] = "Kerfis prófun"; +$a->strings["Next"] = "Næsta"; +$a->strings["Check again"] = "Prófa aftur"; +$a->strings["Database connection"] = "Gangagrunns tenging"; +$a->strings["In order to install Friendica we need to know how to connect to your database."] = "Til að setja upp Friendica þurfum við að vita hvernig á að tengjast gagnagrunninum þínum."; +$a->strings["Please contact your hosting provider or site administrator if you have questions about these settings."] = "Hafðu samband við hýsingaraðilann þinn eða kerfisstjóra ef þú hefur spurningar varðandi þessar stillingar."; +$a->strings["The database you specify below should already exist. If it does not, please create it before continuing."] = "Gagnagrunnurinn sem þú bendir á þarf þegar að vera til. Ef ekki þá þarf að stofna hann áður en haldið er áfram."; +$a->strings["Database Server Name"] = "Vélanafn gagangrunns"; +$a->strings["Database Login Name"] = "Notendanafn í gagnagrunn"; +$a->strings["Database Login Password"] = "Aðgangsorð í gagnagrunns"; +$a->strings["For security reasons the password must not be empty"] = ""; +$a->strings["Database Name"] = "Nafn gagnagrunns"; +$a->strings["Site administrator email address"] = "Póstfang kerfisstjóra vefsvæðis"; +$a->strings["Your account email address must match this in order to use the web admin panel."] = "Póstfang aðgangsins þíns verður að passa við þetta til að hægt sé að nota umsýsluvefviðmótið."; +$a->strings["Please select a default timezone for your website"] = "Veldu sjálfgefið tímabelti fyrir vefsíðuna"; +$a->strings["Site settings"] = "Stillingar vefsvæðis"; +$a->strings["System Language:"] = "Tungumál kerfis:"; +$a->strings["Set the default language for your Friendica installation interface and to send emails."] = ""; +$a->strings["Could not find a command line version of PHP in the web server PATH."] = "Gat ekki fundið skipanalínu útgáfu af PHP í vefþjóns PATH."; +$a->strings["If you don't have a command line version of PHP installed on your server, you will not be able to run the background processing. See 'Setup the worker'"] = ""; +$a->strings["PHP executable path"] = "PHP keyrslu slóð"; +$a->strings["Enter full path to php executable. You can leave this blank to continue the installation."] = ""; +$a->strings["Command line PHP"] = "Skipanalínu PHP"; +$a->strings["PHP executable is not the php cli binary (could be cgi-fgci version)"] = ""; +$a->strings["Found PHP version: "] = "Fann PHP útgáfu: "; +$a->strings["PHP cli binary"] = ""; +$a->strings["The command line version of PHP on your system does not have \"register_argc_argv\" enabled."] = "Skipanalínu útgáfa af PHP á vefþjóninum hefur ekki kveikt á \"register_argc_argv\"."; +$a->strings["This is required for message delivery to work."] = "Þetta er skilyrt fyrir því að skilaboð komist til skila."; +$a->strings["PHP register_argc_argv"] = ""; +$a->strings["Error: the \"openssl_pkey_new\" function on this system is not able to generate encryption keys"] = "Villa: Stefjan \"openssl_pkey_new\" á vefþjóninum getur ekki stofnað dulkóðunar lykla"; +$a->strings["If running under Windows, please see \"http://www.php.net/manual/en/openssl.installation.php\"."] = "Ef keyrt er á Window, skoðaðu þá \"http://www.php.net/manual/en/openssl.installation.php\"."; +$a->strings["Generate encryption keys"] = "Búa til dulkóðunar lykla"; +$a->strings["libCurl PHP module"] = "libCurl PHP eining"; +$a->strings["GD graphics PHP module"] = "GD graphics PHP eining"; +$a->strings["OpenSSL PHP module"] = "OpenSSL PHP eining"; +$a->strings["PDO or MySQLi PHP module"] = ""; +$a->strings["mb_string PHP module"] = "mb_string PHP eining"; +$a->strings["XML PHP module"] = ""; +$a->strings["iconv PHP module"] = ""; +$a->strings["POSIX PHP module"] = ""; +$a->strings["Apache mod_rewrite module"] = "Apache mod_rewrite eining"; +$a->strings["Error: Apache webserver mod-rewrite module is required but not installed."] = "Villa: Apache vefþjóns eining mod-rewrite er skilyrði og er ekki uppsett. "; +$a->strings["Error: libCURL PHP module required but not installed."] = "Villa: libCurl PHP eining er skilyrði og er ekki uppsett."; +$a->strings["Error: GD graphics PHP module with JPEG support required but not installed."] = "Villa: GD graphics PHP eining með JPEG stuðningi er skilyrði og er ekki uppsett."; +$a->strings["Error: openssl PHP module required but not installed."] = "Villa: openssl PHP eining skilyrði og er ekki uppsett."; +$a->strings["Error: PDO or MySQLi PHP module required but not installed."] = ""; +$a->strings["Error: The MySQL driver for PDO is not installed."] = ""; +$a->strings["Error: mb_string PHP module required but not installed."] = "Villa: mb_string PHP eining skilyrði en ekki uppsett."; +$a->strings["Error: iconv PHP module required but not installed."] = ""; +$a->strings["Error: POSIX PHP module required but not installed."] = ""; +$a->strings["Error, XML 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."] = "Vef uppsetningar forrit þarf að geta stofnað skránna \".htconfig.php\" in efsta skráarsafninu á vefþjóninum og það getur ekki gert það."; +$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."] = "Þetta er oftast aðgangsstýringa stilling, þar sem vefþjónninn getur ekki skrifað út skrár í skráarsafnið - þó þú getir það."; +$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"] = ".htconfig.php er skrifanleg"; +$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["ImageMagick PHP extension is not installed"] = ""; +$a->strings["ImageMagick PHP extension is installed"] = ""; +$a->strings["ImageMagick supports GIF"] = ""; +$a->strings["The database configuration file \".htconfig.php\" could not be written. Please use the enclosed text to create a configuration file in your web server root."] = "Ekki tókst að skrifa stillingaskrá gagnagrunns \".htconfig.php\". Notað meðfylgjandi texta til að búa til stillingarskrá í rót vefþjónsins."; +$a->strings["

    What next

    "] = ""; +$a->strings["IMPORTANT: You will need to [manually] setup a scheduled task for the worker."] = ""; +$a->strings["Go to your new Friendica node registration page and register as new user. Remember to use the same email you have entered as administrator email. This will allow you to enter the site admin panel."] = ""; +$a->strings["Subscribing to OStatus contacts"] = ""; +$a->strings["No contact provided."] = "Enginn tengiliður uppgefinn."; +$a->strings["Couldn't fetch information for contact."] = ""; +$a->strings["Couldn't fetch friends for contact."] = ""; +$a->strings["success"] = "tókst"; +$a->strings["failed"] = "mistókst"; +$a->strings["ignored"] = "hunsað"; +$a->strings["Contact wasn't found or can't be unfollowed."] = ""; +$a->strings["Contact unfollowed"] = ""; +$a->strings["You aren't a friend of this contact."] = ""; +$a->strings["Unfollowing is currently not supported by your network."] = ""; +$a->strings["Disconnect/Unfollow"] = ""; +$a->strings["Status Messages and Posts"] = "Stöðu skilaboð og færslur"; +$a->strings["Events"] = "Atburðir"; +$a->strings["View"] = "Skoða"; +$a->strings["Previous"] = "Fyrra"; +$a->strings["today"] = "í dag"; +$a->strings["month"] = "mánuður"; +$a->strings["week"] = "vika"; +$a->strings["day"] = "dagur"; +$a->strings["list"] = "listi"; +$a->strings["User not found"] = "Notandi fannst ekki"; +$a->strings["This calendar format is not supported"] = ""; +$a->strings["No exportable data found"] = ""; +$a->strings["calendar"] = "dagatal"; +$a->strings["Event can not end before it has started."] = ""; +$a->strings["Event title and start time are required."] = ""; +$a->strings["Create New Event"] = "Stofna nýjan atburð"; +$a->strings["Event details"] = "Nánar um atburð"; +$a->strings["Starting date and Title are required."] = ""; +$a->strings["Event Starts:"] = "Atburður hefst:"; +$a->strings["Required"] = "Nauðsynlegt"; +$a->strings["Finish date/time is not known or not relevant"] = "Loka dagsetning/tímasetning ekki vituð eða skiptir ekki máli"; +$a->strings["Event Finishes:"] = "Atburður klárar:"; +$a->strings["Adjust for viewer timezone"] = "Heimfæra á tímabelti áhorfanda"; +$a->strings["Description:"] = "Lýsing:"; +$a->strings["Title:"] = "Titill:"; +$a->strings["Share this event"] = "Deila þessum atburði"; +$a->strings["Basic"] = "Einfalt"; +$a->strings["Advanced"] = "Flóknari"; +$a->strings["Failed to remove event"] = ""; +$a->strings["Event removed"] = ""; +$a->strings["Image uploaded but image cropping failed."] = "Tókst að hala upp mynd en afskurður tókst ekki."; +$a->strings["Image size reduction [%s] failed."] = "Myndar minnkun [%s] tókst ekki."; +$a->strings["Shift-reload the page or clear browser cache if the new photo does not display immediately."] = "Ýta þarf á "; +$a->strings["Unable to process image"] = "Ekki tókst að vinna mynd"; +$a->strings["Upload File:"] = "Hlaða upp skrá:"; +$a->strings["Select a profile:"] = ""; +$a->strings["or"] = "eða"; +$a->strings["skip this step"] = "sleppa þessu skrefi"; +$a->strings["select a photo from your photo albums"] = "velja mynd í myndabókum"; +$a->strings["Crop Image"] = "Skera af mynd"; +$a->strings["Please adjust the image cropping for optimum viewing."] = "Stilltu afskurð fyrir besta birtingu."; +$a->strings["Done Editing"] = "Breyting kláruð"; +$a->strings["Image uploaded successfully."] = "Upphölun á mynd tóks."; +$a->strings["Status:"] = "Staða:"; +$a->strings["Homepage:"] = "Heimasíða:"; +$a->strings["Global Directory"] = "Alheimstengiliðaskrá"; +$a->strings["Find on this site"] = "Leita á þessum vef"; +$a->strings["Results for:"] = "Niðurstöður fyrir:"; +$a->strings["Site Directory"] = "Skrá yfir tengiliði á þessum vef"; +$a->strings["Find"] = "Finna"; +$a->strings["No entries (some entries may be hidden)."] = "Engar færslur (sumar geta verið faldar)."; +$a->strings["Source input"] = ""; +$a->strings["BBCode::convert (raw HTML)"] = ""; +$a->strings["BBCode::convert"] = ""; +$a->strings["BBCode::convert => HTML::toBBCode"] = ""; +$a->strings["BBCode::toMarkdown"] = ""; +$a->strings["BBCode::toMarkdown => Markdown::convert"] = ""; +$a->strings["BBCode::toMarkdown => Markdown::toBBCode"] = ""; +$a->strings["BBCode::toMarkdown => Markdown::convert => HTML::toBBCode"] = ""; +$a->strings["Source input \\x28Diaspora format\\x29"] = ""; +$a->strings["Markdown::toBBCode"] = "Markdown::toBBCode"; +$a->strings["Raw HTML input"] = "Hrátt HTML-ílag"; +$a->strings["HTML Input"] = "HTML Input"; +$a->strings["HTML::toBBCode"] = "HTML::toBBCode"; +$a->strings["HTML::toPlaintext"] = "HTML::toPlaintext"; +$a->strings["Source text"] = "Frumtexti"; +$a->strings["BBCode"] = "BBCode"; +$a->strings["Markdown"] = "Markdown"; +$a->strings["HTML"] = "HTML"; +$a->strings["The contact could not be added."] = ""; +$a->strings["You already added this contact."] = ""; +$a->strings["Diaspora support isn't enabled. Contact can't be added."] = ""; +$a->strings["OStatus support is disabled. Contact can't be added."] = ""; +$a->strings["The network type couldn't be detected. Contact can't be added."] = ""; +$a->strings["Profile deleted."] = "Forsíðu eytt."; +$a->strings["Profile-"] = "Forsíða-"; +$a->strings["New profile created."] = "Ný forsíða búinn til."; +$a->strings["Profile unavailable to clone."] = "Ekki tókst að klóna forsíðu"; +$a->strings["Profile Name is required."] = "Nafn á forsíðu er skilyrði"; +$a->strings["Marital Status"] = "Hjúskaparstaða"; +$a->strings["Romantic Partner"] = ""; +$a->strings["Work/Employment"] = "Atvinna/Starf"; +$a->strings["Religion"] = "Trúarbrögð"; +$a->strings["Political Views"] = "Stórnmálaskoðanir"; +$a->strings["Gender"] = "Kyn"; +$a->strings["Sexual Preference"] = "Kynhneigð"; +$a->strings["XMPP"] = "XMPP"; +$a->strings["Homepage"] = "Heimasíða"; +$a->strings["Interests"] = "Áhugamál"; +$a->strings["Address"] = "Heimilisfang"; +$a->strings["Location"] = "Staðsetning"; +$a->strings["Profile updated."] = "Forsíða uppfærð."; +$a->strings[" and "] = "og"; +$a->strings["public profile"] = "Opinber forsíða"; +$a->strings["%1\$s changed %2\$s to “%3\$s”"] = ""; +$a->strings[" - Visit %1\$s's %2\$s"] = " - Heimsæktu %1\$s's %2\$s"; +$a->strings["%1\$s has an updated %2\$s, changing %3\$s."] = "%1\$s hefur uppfært %2\$s, með því að breyta %3\$s."; +$a->strings["Hide contacts and friends:"] = "Fela tengiliði og vini"; +$a->strings["Hide your contact/friend list from viewers of this profile?"] = "Fela tengiliða-/vinalista á þessari forsíðu?"; +$a->strings["Show more profile fields:"] = ""; +$a->strings["Profile Actions"] = ""; +$a->strings["Edit Profile Details"] = "Breyta forsíðu upplýsingum"; +$a->strings["Change Profile Photo"] = ""; +$a->strings["View this profile"] = "Skoða þessa forsíðu"; +$a->strings["Edit visibility"] = "Sýsla með sýnileika"; +$a->strings["Create a new profile using these settings"] = "Búa til nýja forsíðu með þessum stillingum"; +$a->strings["Clone this profile"] = "Klóna þessa forsíðu"; +$a->strings["Delete this profile"] = "Eyða þessari forsíðu"; +$a->strings["Basic information"] = ""; +$a->strings["Profile picture"] = "Notandamynd"; +$a->strings["Preferences"] = "Kjörstillingar"; +$a->strings["Status information"] = ""; +$a->strings["Additional information"] = "Viðbótarupplýsingar"; +$a->strings["Relation"] = "Vensl"; +$a->strings["Miscellaneous"] = "Ýmislegt"; +$a->strings["Your Gender:"] = "Kyn:"; +$a->strings[" Marital Status:"] = " Hjúskaparstaða:"; +$a->strings["Sexual Preference:"] = "Kynhneigð:"; +$a->strings["Example: fishing photography software"] = "Til dæmis: fishing photography software"; +$a->strings["Profile Name:"] = "Forsíðu nafn:"; +$a->strings["This is your public profile.
    It may be visible to anybody using the internet."] = "Þetta er opinber forsíða.
    Hún verður sjáanleg öðrum sem nota alnetið."; +$a->strings["Your Full Name:"] = "Fullt nafn:"; +$a->strings["Title/Description:"] = "Starfsheiti/Lýsing:"; +$a->strings["Street Address:"] = "Gata:"; +$a->strings["Locality/City:"] = "Bær/Borg:"; +$a->strings["Region/State:"] = "Svæði/Sýsla"; +$a->strings["Postal/Zip Code:"] = "Póstnúmer:"; +$a->strings["Country:"] = "Land:"; +$a->strings["Age: "] = "Aldur: "; +$a->strings["Who: (if applicable)"] = "Hver: (ef við á)"; +$a->strings["Examples: cathy123, Cathy Williams, cathy@example.com"] = "Dæmi: cathy123, Cathy Williams, cathy@example.com"; +$a->strings["Since [date]:"] = "Síðan [date]:"; +$a->strings["Tell us about yourself..."] = "Segðu okkur frá sjálfum þér..."; +$a->strings["XMPP (Jabber) address:"] = "XMPP (Jabber) vistfang:"; +$a->strings["The XMPP address will be propagated to your contacts so that they can follow you."] = ""; +$a->strings["Homepage URL:"] = "Slóð heimasíðu:"; +$a->strings["Hometown:"] = "Heimabær:"; +$a->strings["Political Views:"] = "Stórnmálaskoðanir:"; +$a->strings["Religious Views:"] = "Trúarskoðanir"; +$a->strings["Public Keywords:"] = "Opinber leitarorð:"; +$a->strings["(Used for suggesting potential friends, can be seen by others)"] = "(Notað til að stinga uppá mögulegum vinum, aðrir geta séð)"; +$a->strings["Private Keywords:"] = "Einka leitarorð:"; +$a->strings["(Used for searching profiles, never shown to others)"] = "(Notað við leit að öðrum notendum, aldrei sýnt öðrum)"; +$a->strings["Likes:"] = "Líkar:"; +$a->strings["Dislikes:"] = "Mislíkar:"; +$a->strings["Musical interests"] = "Tónlistarsmekkur"; +$a->strings["Books, literature"] = "Bækur, bókmenntir"; +$a->strings["Television"] = "Sjónvarp"; +$a->strings["Film/dance/culture/entertainment"] = "Kvikmyndir/dans/menning/afþreying"; +$a->strings["Hobbies/Interests"] = "Áhugamál"; +$a->strings["Love/romance"] = "Ást/rómantík"; +$a->strings["Work/employment"] = "Atvinna:"; +$a->strings["School/education"] = "Skóli/menntun"; +$a->strings["Contact information and Social Networks"] = "Tengiliðaupplýsingar og samfélagsnet"; +$a->strings["Profile Image"] = "Forsíðumynd"; +$a->strings["visible to everybody"] = "sýnilegt öllum"; +$a->strings["Edit/Manage Profiles"] = "Sýsla með forsíður"; +$a->strings["Change profile photo"] = "Breyta forsíðumynd"; +$a->strings["Create New Profile"] = "Stofna nýja forsíðu"; +$a->strings["%d contact edited."] = [ + 0 => "", + 1 => "", +]; +$a->strings["Could not access contact record."] = "Tókst ekki að ná í uppl. um tengilið"; +$a->strings["Could not locate selected profile."] = "Tókst ekki að staðsetja valinn forsíðu"; +$a->strings["Contact updated."] = "Tengiliður uppfærður"; +$a->strings["Contact has been blocked"] = "Lokað á tengilið"; +$a->strings["Contact has been unblocked"] = "Opnað á tengilið"; +$a->strings["Contact has been ignored"] = "Tengiliður hunsaður"; +$a->strings["Contact has been unignored"] = "Tengiliður afhunsaður"; +$a->strings["Contact has been archived"] = "Tengiliður settur í geymslu"; +$a->strings["Contact has been unarchived"] = "Tengiliður tekinn úr geymslu"; +$a->strings["Drop contact"] = "Henda tengilið"; +$a->strings["Do you really want to delete this contact?"] = "Viltu í alvörunni eyða þessum tengilið?"; +$a->strings["Contact has been removed."] = "Tengiliður fjarlægður"; +$a->strings["You are mutual friends with %s"] = "Þú ert gagnkvæmur vinur %s"; +$a->strings["You are sharing with %s"] = "Þú ert að deila með %s"; +$a->strings["%s is sharing with you"] = "%s er að deila með þér"; +$a->strings["Private communications are not available for this contact."] = "Einkasamtal ekki í boði fyrir þennan"; +$a->strings["Never"] = "Aldrei"; +$a->strings["(Update was successful)"] = "(uppfærsla tókst)"; +$a->strings["(Update was not successful)"] = "(uppfærsla tókst ekki)"; +$a->strings["Suggest friends"] = "Stinga uppá vinum"; +$a->strings["Network type: %s"] = "Net tegund: %s"; +$a->strings["Communications lost with this contact!"] = ""; +$a->strings["Fetch further information for feeds"] = "Ná í ítarlegri upplýsingar um fréttaveitur"; +$a->strings["Fetch information like preview pictures, title and teaser from the feed item. You can activate this if the feed doesn't contain much text. Keywords are taken from the meta header in the feed item and are posted as hash tags."] = ""; +$a->strings["Disabled"] = "Óvirkt"; +$a->strings["Fetch information"] = "Ná í upplýsingar"; +$a->strings["Fetch keywords"] = "Ná í stikkorð"; +$a->strings["Fetch information and keywords"] = "Ná í upplýsingar og stikkorð"; +$a->strings["Contact"] = "Tengiliður"; +$a->strings["Profile Visibility"] = "Forsíðu sjáanleiki"; +$a->strings["Please choose the profile you would like to display to %s when viewing your profile securely."] = "Veldu forsíðu sem á að birtast %s þegar hann skoðaður með öruggum hætti"; +$a->strings["Contact Information / Notes"] = "Uppl. um tengilið / minnisatriði"; +$a->strings["Their personal note"] = ""; +$a->strings["Edit contact notes"] = "Breyta minnispunktum tengiliðs "; +$a->strings["Block/Unblock contact"] = "útiloka/opna á tengilið"; +$a->strings["Ignore contact"] = "Hunsa tengilið"; +$a->strings["Repair URL settings"] = "Gera við stillingar á slóðum"; +$a->strings["View conversations"] = "Skoða samtöl"; +$a->strings["Last update:"] = "Síðasta uppfærsla:"; +$a->strings["Update public posts"] = "Uppfæra opinberar færslur"; +$a->strings["Update now"] = "Uppfæra núna"; +$a->strings["Unblock"] = "Afbanna"; +$a->strings["Block"] = "Útiloka"; +$a->strings["Unignore"] = "Byrja að fylgjast með á ný"; +$a->strings["Currently blocked"] = "Útilokaður sem stendur"; +$a->strings["Currently ignored"] = "Hunsaður sem stendur"; +$a->strings["Currently archived"] = "Í geymslu"; +$a->strings["Awaiting connection acknowledge"] = ""; +$a->strings["Replies/likes to your public posts may still be visible"] = "Svör eða \"líkar við\" á opinberar færslur þínar geta mögulega verið sýnileg öðrum"; +$a->strings["Notification for new posts"] = ""; +$a->strings["Send a notification of every new post of this contact"] = ""; +$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["XMPP:"] = "XMPP:"; +$a->strings["Actions"] = "Aðgerðir"; +$a->strings["Status"] = "Staða"; +$a->strings["Contact Settings"] = "Stillingar tengiliðar"; +$a->strings["Suggestions"] = "Uppástungur"; +$a->strings["Suggest potential friends"] = "Stinga uppá mögulegum vinum"; +$a->strings["Show all contacts"] = "Sýna alla tengiliði"; +$a->strings["Unblocked"] = "Afhunsað"; +$a->strings["Only show unblocked contacts"] = ""; +$a->strings["Blocked"] = "Útilokað"; +$a->strings["Only show blocked contacts"] = ""; +$a->strings["Ignored"] = "Hunsa"; +$a->strings["Only show ignored contacts"] = ""; +$a->strings["Archived"] = "Í geymslu"; +$a->strings["Only show archived contacts"] = "Aðeins sýna geymda tengiliði"; +$a->strings["Hidden"] = "Falinn"; +$a->strings["Only show hidden contacts"] = "Aðeins sýna falda tengiliði"; +$a->strings["Search your contacts"] = "Leita í þínum vinum"; +$a->strings["Update"] = "Uppfæra"; +$a->strings["Archive"] = "Setja í geymslu"; +$a->strings["Unarchive"] = "Taka úr geymslu"; +$a->strings["Batch Actions"] = ""; +$a->strings["Profile Details"] = "Forsíðu upplýsingar"; +$a->strings["View all contacts"] = "Skoða alla tengiliði"; +$a->strings["View all common friends"] = ""; +$a->strings["Advanced Contact Settings"] = ""; +$a->strings["Mutual Friendship"] = "Sameiginlegur vinskapur"; +$a->strings["is a fan of yours"] = "er fylgjandi þinn"; +$a->strings["you are a fan of"] = "þú er fylgjandi"; +$a->strings["Toggle Blocked status"] = ""; +$a->strings["Toggle Ignored status"] = ""; +$a->strings["Toggle Archive status"] = ""; +$a->strings["Delete contact"] = "Eyða tengilið"; +$a->strings["Terms of Service"] = "Þjónustuskilmálar"; +$a->strings["Privacy Statement"] = "Yfirlýsing um gagnaleynd"; +$a->strings["At the time of registration, and for providing communications between the user account and their contacts, the user has to provide a display name (pen name), an username (nickname) and a working email address. The names will be accessible on the profile page of the account by any visitor of the page, even if other profile details are not displayed. The email address will only be used to send the user notifications about interactions, but wont be visibly displayed. The listing of an account in the node's user directory or the global user directory is optional and can be controlled in the user settings, it is not necessary for communication."] = ""; +$a->strings["At any point in time a logged in user can export their account data from the account settings. If the user wants to delete their account they can do so at %1\$s/removeme. The deletion of the account will be permanent."] = ""; +$a->strings["This is Friendica, version"] = "Þetta er Friendica útgáfa"; +$a->strings["running at web location"] = "Keyrir á slóð"; +$a->strings["Please visit Friendi.ca to learn more about the Friendica project."] = ""; +$a->strings["Bug reports and issues: please visit"] = "Villu tilkynningar og vandamál: endilega skoða"; +$a->strings["the bugtracker at github"] = "villuskráningu á GitHub"; +$a->strings["Suggestions, praise, donations, etc. - please email \"Info\" at Friendica - dot com"] = "Uppástungur, lof, framlög og svo framvegis - sendið tölvupóst á \"Info\" hjá Friendica - punktur com"; +$a->strings["Installed addons/apps:"] = ""; +$a->strings["No installed addons/apps"] = ""; +$a->strings["Read about the Terms of Service of this node."] = ""; +$a->strings["On this server the following remote servers are blocked."] = ""; +$a->strings["Reason for the block"] = ""; +$a->strings["No valid account found."] = "Engin gildur aðgangur fannst."; +$a->strings["Password reset request issued. Check your email."] = "Gefin var beiðni um breytingu á lykilorði. Opnaðu tölvupóstinn þinn."; +$a->strings["\n\t\tDear %1\$s,\n\t\t\tA request was recently received at \"%2\$s\" to reset your account\n\t\tpassword. In order to confirm this request, please select the verification link\n\t\tbelow or paste it into your web browser address bar.\n\n\t\tIf you did NOT request this change, please DO NOT follow the link\n\t\tprovided and ignore and/or delete this email, the request will expire shortly.\n\n\t\tYour password will not be changed unless we can verify that you\n\t\tissued this request."] = ""; +$a->strings["\n\t\tFollow this link soon to verify your identity:\n\n\t\t%1\$s\n\n\t\tYou will then receive a follow-up message containing the new password.\n\t\tYou may change that password from your account settings page after logging in.\n\n\t\tThe login details are as follows:\n\n\t\tSite Location:\t%2\$s\n\t\tLogin Name:\t%3\$s"] = ""; +$a->strings["Password reset requested at %s"] = "Beðið var um endurstillingu lykilorðs %s"; +$a->strings["Request could not be verified. (You may have previously submitted it.) Password reset failed."] = "Ekki var hægt að sannreyna beiðni. (Það getur verið að þú hafir þegar verið búin/n að senda hana.) Endurstilling á lykilorði tókst ekki."; +$a->strings["Request has expired, please make a new one."] = ""; +$a->strings["Forgot your Password?"] = "Gleymdir þú lykilorði þínu?"; +$a->strings["Enter your email address and submit to have your password reset. Then check your email for further instructions."] = "Sláðu inn tölvupóstfangið þitt til að endurstilla aðgangsorðið og fá leiðbeiningar sendar með tölvupósti."; +$a->strings["Nickname or Email: "] = "Gælunafn eða póstfang: "; +$a->strings["Reset"] = "Endurstilla"; +$a->strings["Password Reset"] = "Endurstilling aðgangsorðs"; +$a->strings["Your password has been reset as requested."] = "Aðgangsorðið þitt hefur verið endurstilt."; +$a->strings["Your new password is"] = "Nýja aðgangsorð þitt er "; +$a->strings["Save or copy your new password - and then"] = "Vistaðu eða afritaðu nýja aðgangsorðið - og"; +$a->strings["click here to login"] = "smelltu síðan hér til að skrá þig inn"; +$a->strings["Your password may be changed from the Settings page after successful login."] = "Þú getur breytt aðgangsorðinu þínu á Stillingar síðunni eftir að þú hefur skráð þig inn."; +$a->strings["\n\t\t\tDear %1\$s,\n\t\t\t\tYour password has been changed as requested. Please retain this\n\t\t\tinformation for your records (or change your password immediately to\n\t\t\tsomething that you will remember).\n\t\t"] = ""; +$a->strings["\n\t\t\tYour login details are as follows:\n\n\t\t\tSite Location:\t%1\$s\n\t\t\tLogin Name:\t%2\$s\n\t\t\tPassword:\t%3\$s\n\n\t\t\tYou may change that password from your account settings page after logging in.\n\t\t"] = ""; +$a->strings["Your password has been changed at %s"] = "Aðgangsorðinu þínu var breytt í %s"; $a->strings["Registration successful. Please check your email for further instructions."] = "Nýskráning tóks. Frekari fyrirmæli voru send í tölvupósti."; $a->strings["Failed to send email message. Here your accout details:
    login: %s
    password: %s

    You can change your password after login."] = ""; -$a->strings["Registration successful."] = ""; +$a->strings["Registration successful."] = "Nýskráning tókst."; $a->strings["Your registration can not be processed."] = "Skráninguna þína er ekki hægt að vinna."; $a->strings["Your registration is pending approval by the site owner."] = "Skráningin þín bíður samþykkis af eiganda síðunnar."; $a->strings["You may (optionally) fill in this form via OpenID by supplying your OpenID and clicking 'Register'."] = "Þú mátt (valfrjálst) fylla í þetta svæði gegnum OpenID með því gefa upp þitt OpenID og ýta á 'Skrá'."; @@ -1251,58 +1136,433 @@ $a->strings["Include your profile in member directory?"] = "Á forsíðan þín $a->strings["Note for the admin"] = ""; $a->strings["Leave a message for the admin, why you want to join this node"] = ""; $a->strings["Membership on this site is by invitation only."] = "Aðild að þessum vef er "; -$a->strings["Your invitation ID: "] = "Boðskorta auðkenni:"; +$a->strings["Your invitation code: "] = ""; $a->strings["Registration"] = "Nýskráning"; $a->strings["Your Full Name (e.g. Joe Smith, real or real-looking): "] = ""; -$a->strings["Your Email Address: "] = "Tölvupóstur:"; +$a->strings["Your Email Address: (Initial information will be send there, so this has to be an existing address.)"] = ""; $a->strings["New Password:"] = "Nýtt aðgangsorð:"; $a->strings["Leave empty for an auto generated password."] = ""; $a->strings["Confirm:"] = "Staðfesta:"; -$a->strings["Choose a profile nickname. This must begin with a text character. Your profile address on this site will then be 'nickname@\$sitename'."] = "Veldu gælunafn. Verður að byrja á staf. Slóðin þín á þessum vef verður síðan 'gælunafn@\$sitename'."; +$a->strings["Choose a profile nickname. This must begin with a text character. Your profile address on this site will then be 'nickname@%s'."] = ""; $a->strings["Choose a nickname: "] = "Veldu gælunafn:"; +$a->strings["Register"] = "Nýskrá"; $a->strings["Import your profile to this friendica instance"] = ""; -$a->strings["Account"] = "Notandi"; +$a->strings["Theme settings updated."] = "Þemastillingar uppfærðar."; +$a->strings["Information"] = "Upplýsingar"; +$a->strings["Overview"] = "Yfirlit"; +$a->strings["Federation Statistics"] = "Tölfræði þjónasambands"; +$a->strings["Configuration"] = "Uppsetning"; +$a->strings["Site"] = "Vefur"; +$a->strings["Users"] = "Notendur"; +$a->strings["Addons"] = "Forritsviðbætur"; +$a->strings["Themes"] = "Þemu"; $a->strings["Additional features"] = "Viðbótareiginleikar"; -$a->strings["Display"] = ""; -$a->strings["Social Networks"] = ""; -$a->strings["Plugins"] = "Kerfiseiningar"; +$a->strings["Database"] = "Gagnagrunnur"; +$a->strings["DB updates"] = "Gagnagrunnsuppfærslur"; +$a->strings["Inspect Queue"] = ""; +$a->strings["Tools"] = "Verkfæri"; +$a->strings["Contact Blocklist"] = "Svartur listi tengiliðar"; +$a->strings["Server Blocklist"] = "Svartur listi vefþjóns"; +$a->strings["Delete Item"] = "Eyða atriði"; +$a->strings["Logs"] = "Atburðaskrá"; +$a->strings["View Logs"] = "Skoða atburðaskrár"; +$a->strings["Diagnostics"] = "Bilanagreining"; +$a->strings["PHP Info"] = "PHP-upplýsingar"; +$a->strings["probe address"] = "finna vistfang"; +$a->strings["check webfinger"] = ""; +$a->strings["Admin"] = "Stjórnandi"; +$a->strings["Addon Features"] = "Eiginleikar forritsviðbótar"; +$a->strings["User registrations waiting for confirmation"] = "Notenda nýskráningar bíða samþykkis"; +$a->strings["Administration"] = "Stjórnun"; +$a->strings["Display Terms of Service"] = ""; +$a->strings["Enable the Terms of Service page. If this is enabled a link to the terms will be added to the registration form and the general information page."] = ""; +$a->strings["Display Privacy Statement"] = ""; +$a->strings["Show some informations regarding the needed information to operate the node according e.g. to EU-GDPR."] = ""; +$a->strings["The Terms of Service"] = ""; +$a->strings["Enter the Terms of Service for your node here. You can use BBCode. Headers of sections should be [h2] and below."] = ""; +$a->strings["The blocked domain"] = ""; +$a->strings["The reason why you blocked this domain."] = ""; +$a->strings["Delete domain"] = "Eyða léni"; +$a->strings["Check to delete this entry from the blocklist"] = ""; +$a->strings["This page can be used to define a black list of servers from the federated network that are not allowed to interact with your node. For all entered domains you should also give a reason why you have blocked the remote server."] = ""; +$a->strings["The list of blocked servers will be made publically available on the /friendica page so that your users and people investigating communication problems can find the reason easily."] = ""; +$a->strings["Add new entry to block list"] = ""; +$a->strings["Server Domain"] = ""; +$a->strings["The domain of the new server to add to the block list. Do not include the protocol."] = ""; +$a->strings["Block reason"] = "Ástæða fyrir útilokun"; +$a->strings["Add Entry"] = "Bæta við færslu"; +$a->strings["Save changes to the blocklist"] = ""; +$a->strings["Current Entries in the Blocklist"] = ""; +$a->strings["Delete entry from blocklist"] = ""; +$a->strings["Delete entry from blocklist?"] = ""; +$a->strings["Server added to blocklist."] = ""; +$a->strings["Site blocklist updated."] = ""; +$a->strings["The contact has been blocked from the node"] = ""; +$a->strings["Could not find any contact entry for this URL (%s)"] = ""; +$a->strings["%s contact unblocked"] = [ + 0 => "", + 1 => "", +]; +$a->strings["Remote Contact Blocklist"] = ""; +$a->strings["This page allows you to prevent any message from a remote contact to reach your node."] = ""; +$a->strings["Block Remote Contact"] = ""; +$a->strings["select all"] = "velja alla"; +$a->strings["select none"] = "velja ekkert"; +$a->strings["No remote contact is blocked from this node."] = ""; +$a->strings["Blocked Remote Contacts"] = ""; +$a->strings["Block New Remote Contact"] = ""; +$a->strings["Photo"] = "Ljósmynd"; +$a->strings["%s total blocked contact"] = [ + 0 => "", + 1 => "", +]; +$a->strings["URL of the remote contact to block."] = ""; +$a->strings["Delete this Item"] = "Eyða þessu atriði"; +$a->strings["On this page you can delete an item from your node. If the item is a top level posting, the entire thread will be deleted."] = ""; +$a->strings["You need to know the GUID of the item. You can find it e.g. by looking at the display URL. The last part of http://example.com/display/123456 is the GUID, here 123456."] = ""; +$a->strings["GUID"] = ""; +$a->strings["The GUID of the item you want to delete."] = ""; +$a->strings["Item marked for deletion."] = "Atriði merkt til eyðingar."; +$a->strings["unknown"] = "óþekkt"; +$a->strings["This page offers you some numbers to the known part of the federated social network your Friendica node is part of. These numbers are not complete but only reflect the part of the network your node is aware of."] = ""; +$a->strings["The Auto Discovered Contact Directory feature is not enabled, it will improve the data displayed here."] = ""; +$a->strings["Currently this node is aware of %d nodes with %d registered users from the following platforms:"] = ""; +$a->strings["ID"] = "Auðkenni (ID)"; +$a->strings["Recipient Name"] = "Nafn viðtakanda"; +$a->strings["Recipient Profile"] = "Forsíða viðtakanda"; +$a->strings["Network"] = "Samfélag"; +$a->strings["Created"] = "Búið til"; +$a->strings["Last Tried"] = "Síðast prófað"; +$a->strings["This page lists the content of the queue for outgoing postings. These are postings the initial delivery failed for. They will be resend later and eventually deleted if the delivery fails permanently."] = ""; +$a->strings["Your DB still runs with MyISAM tables. You should change the engine type to InnoDB. As Friendica will use InnoDB only features in the future, you should change this! See here for a guide that may be helpful converting the table engines. You may also use the command php bin/console.php dbstructure toinnodb of your Friendica installation for an automatic conversion.
    "] = ""; +$a->strings["There is a new version of Friendica available for download. Your current version is %1\$s, upstream version is %2\$s"] = ""; +$a->strings["The database update failed. Please run \"php bin/console.php dbstructure update\" from the command line and have a look at the errors that might appear."] = ""; +$a->strings["The worker was never executed. Please check your database structure!"] = ""; +$a->strings["The last worker execution was on %s UTC. This is older than one hour. Please check your crontab settings."] = ""; +$a->strings["Normal Account"] = "Venjulegur notandi"; +$a->strings["Automatic Follower Account"] = ""; +$a->strings["Public Forum Account"] = ""; +$a->strings["Automatic Friend Account"] = "Verður sjálfkrafa vinur notandi"; +$a->strings["Blog Account"] = ""; +$a->strings["Private Forum Account"] = ""; +$a->strings["Message queues"] = ""; +$a->strings["Summary"] = "Samantekt"; +$a->strings["Registered users"] = "Skráðir notendur"; +$a->strings["Pending registrations"] = "Nýskráningar í bið"; +$a->strings["Version"] = "Útgáfunúmer"; +$a->strings["Active addons"] = ""; +$a->strings["Can not parse base url. Must have at least ://"] = ""; +$a->strings["Site settings updated."] = "Stillingar vefsvæðis uppfærðar."; +$a->strings["No special theme for mobile devices"] = ""; +$a->strings["No community page"] = ""; +$a->strings["Public postings from users of this site"] = ""; +$a->strings["Public postings from the federated network"] = ""; +$a->strings["Public postings from local users and the federated network"] = ""; +$a->strings["Users, Global Contacts"] = ""; +$a->strings["Users, Global Contacts/fallback"] = ""; +$a->strings["One month"] = "Einn mánuður"; +$a->strings["Three months"] = "Þrír mánuðir"; +$a->strings["Half a year"] = "Hálft ár"; +$a->strings["One year"] = "Eitt ár"; +$a->strings["Multi user instance"] = ""; +$a->strings["Closed"] = "Lokað"; +$a->strings["Requires approval"] = "Þarf samþykki"; +$a->strings["Open"] = "Opið"; +$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["Don't check"] = ""; +$a->strings["check the stable version"] = ""; +$a->strings["check the development version"] = ""; +$a->strings["Republish users to directory"] = ""; +$a->strings["File upload"] = "Hlaða upp skrá"; +$a->strings["Policies"] = "Stefna"; +$a->strings["Auto Discovered Contact Directory"] = ""; +$a->strings["Performance"] = "Afköst"; +$a->strings["Worker"] = ""; +$a->strings["Message Relay"] = ""; +$a->strings["Relocate - WARNING: advanced function. Could make this server unreachable."] = ""; +$a->strings["Site name"] = "Nafn vefsvæðis"; +$a->strings["Host name"] = "Vélarheiti"; +$a->strings["Sender Email"] = "Tölvupóstfang sendanda"; +$a->strings["The email address your server shall use to send notification emails from."] = ""; +$a->strings["Banner/Logo"] = "Borði/Merki"; +$a->strings["Shortcut icon"] = "Táknmynd flýtivísunar"; +$a->strings["Link to an icon that will be used for browsers."] = ""; +$a->strings["Touch icon"] = ""; +$a->strings["Link to an icon that will be used for tablets and mobiles."] = ""; +$a->strings["Additional Info"] = "Viðbótarupplýsingar"; +$a->strings["For public servers: you can add additional information here that will be listed at %s/servers."] = ""; +$a->strings["System language"] = "Tungumál kerfis"; +$a->strings["System theme"] = "Þema kerfis"; +$a->strings["Default system theme - may be over-ridden by user profiles - change theme settings"] = ""; +$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"] = "Þvinga SSL"; +$a->strings["Force all Non-SSL requests to SSL - Attention: on some systems it could lead to endless loops."] = ""; +$a->strings["Hide help entry from navigation menu"] = ""; +$a->strings["Hides the menu entry for the Help pages from the navigation menu. You can still access it calling /help directly."] = ""; +$a->strings["Single user instance"] = ""; +$a->strings["Make this instance multi-user or single-user for the named user"] = ""; +$a->strings["Maximum image size"] = "Mesta stærð mynda"; +$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"] = "JPEG myndgæði"; +$a->strings["Uploaded JPEGS will be saved at this quality setting [0-100]. Default is 100, which is full quality."] = ""; +$a->strings["Register policy"] = "Stefna varðandi nýskráningar"; +$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"] = "Texti við nýskráningu"; +$a->strings["Will be displayed prominently on the registration page. You can use BBCode here."] = ""; +$a->strings["Accounts abandoned after x days"] = "Yfirgefnir notendur eftir x daga"; +$a->strings["Will not waste system resources polling external sites for abandonded accounts. Enter 0 for no time limit."] = "Hættir að eyða afli í að sækja færslur á ytri vefi fyrir yfirgefna notendur. 0 þýðir notendur merkjast ekki yfirgefnir."; +$a->strings["Allowed friend domains"] = "Leyfð lén vina"; +$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"] = "Leyfð lén póstfangs"; +$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["No OEmbed rich content"] = ""; +$a->strings["Don't show the rich content (e.g. embedded PDF), except from the domains listed below."] = ""; +$a->strings["Allowed OEmbed domains"] = ""; +$a->strings["Comma separated list of domains which oembed content is allowed to be displayed. Wildcards are accepted."] = ""; +$a->strings["Block public"] = "Loka á opinberar færslur"; +$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"] = "Skylda að vera í tengiliðalista"; +$a->strings["Check to force all profiles on this site to be listed in the site directory."] = ""; +$a->strings["Global directory URL"] = ""; +$a->strings["URL to the global directory. If this is not set, the global directory is completely unavailable to the application."] = ""; +$a->strings["Private posts by default for new users"] = ""; +$a->strings["Set default post permissions for all new members to the default privacy group rather than public."] = ""; +$a->strings["Don't include post content in email notifications"] = ""; +$a->strings["Don't include 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."] = "Hindra opið aðgengi að viðbótum í forritavalmyndinni."; +$a->strings["Checking this box will restrict addons listed in the apps menu to members only."] = "Ef hakað er í þetta verður aðgengi að viðbótum í forritavalmyndinni takmarkað við meðlimi."; +$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"] = "Banna margar skráningar"; +$a->strings["Disallow users to register additional accounts for use as pages."] = ""; +$a->strings["OpenID support"] = "Leyfa OpenID auðkenningu"; +$a->strings["OpenID support for registration and logins."] = ""; +$a->strings["Fullname check"] = "Fullt nafn skilyrði"; +$a->strings["Force users to register with a space between firstname and lastname in Full name, as an antispam measure"] = ""; +$a->strings["Community pages for visitors"] = ""; +$a->strings["Which community pages should be available for visitors. Local users always see both pages."] = ""; +$a->strings["Posts per user on community page"] = ""; +$a->strings["The maximum number of posts per user on the community page. (Not valid for 'Global Community')"] = ""; +$a->strings["Enable OStatus support"] = "Leyfa OStatus stuðning"; +$a->strings["Provide built-in OStatus (StatusNet, GNU Social etc.) compatibility. All communications in OStatus are public, so privacy warnings will be occasionally displayed."] = ""; +$a->strings["Only import OStatus threads from our contacts"] = ""; +$a->strings["Normally we import every content from our OStatus contacts. With this option we only store threads that are started by a contact that is known on our system."] = ""; +$a->strings["OStatus support can only be enabled if threading is enabled."] = ""; +$a->strings["Diaspora support can't be enabled because Friendica was installed into a sub directory."] = ""; +$a->strings["Enable Diaspora support"] = "Leyfa Diaspora tengingar"; +$a->strings["Provide built-in Diaspora network compatibility."] = ""; +$a->strings["Only allow Friendica contacts"] = "Aðeins leyfa Friendica notendur"; +$a->strings["All contacts must use Friendica protocols. All other built-in communication protocols disabled."] = ""; +$a->strings["Verify SSL"] = "Sannreyna 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"] = "Proxy notandi"; +$a->strings["Proxy URL"] = "Proxy slóð"; +$a->strings["Network timeout"] = "Net tími útrunninn"; +$a->strings["Value is in seconds. Set to 0 for unlimited (not recommended)."] = ""; +$a->strings["Maximum Load Average"] = "Mesta meðaltals álag"; +$a->strings["Maximum system load before delivery and poll processes are deferred - default 50."] = ""; +$a->strings["Maximum Load Average (Frontend)"] = ""; +$a->strings["Maximum system load before the frontend quits service - default 50."] = ""; +$a->strings["Minimal Memory"] = ""; +$a->strings["Minimal free memory in MB for the worker. Needs access to /proc/meminfo - default 0 (deactivated)."] = ""; +$a->strings["Maximum table size for optimization"] = ""; +$a->strings["Maximum table size (in MB) for the automatic optimization - default 100 MB. Enter -1 to disable it."] = ""; +$a->strings["Minimum level of fragmentation"] = ""; +$a->strings["Minimum fragmenation level to start the automatic optimization - default value is 30%."] = ""; +$a->strings["Periodical check of global contacts"] = ""; +$a->strings["If enabled, the global contacts are checked periodically for missing or outdated data and the vitality of the contacts and servers."] = ""; +$a->strings["Days between requery"] = ""; +$a->strings["Number of days after which a server is requeried for his contacts."] = ""; +$a->strings["Discover contacts from other servers"] = ""; +$a->strings["Periodically query other servers for contacts. You can choose between 'users': the users on the remote system, 'Global Contacts': active contacts that are known on the system. The fallback is meant for Redmatrix servers and older friendica servers, where global contacts weren't available. The fallback increases the server load, so the recommened setting is 'Users, Global Contacts'."] = ""; +$a->strings["Timeframe for fetching global contacts"] = ""; +$a->strings["When the discovery is activated, this value defines the timeframe for the activity of the global contacts that are fetched from other servers."] = ""; +$a->strings["Search the local directory"] = ""; +$a->strings["Search the local directory instead of the global directory. When searching locally, every search will be executed on the global directory in the background. This improves the search results when the search is repeated."] = ""; +$a->strings["Publish server information"] = ""; +$a->strings["If enabled, general server and usage data will be published. The data contains the name and version of the server, number of users with public profiles, number of posts and the activated protocols and connectors. See the-federation.info for details."] = ""; +$a->strings["Check upstream version"] = ""; +$a->strings["Enables checking for new Friendica versions at github. If there is a new version, you will be informed in the admin panel overview."] = ""; +$a->strings["Suppress Tags"] = ""; +$a->strings["Suppress showing a list of hashtags at the end of the posting."] = ""; +$a->strings["Path to item cache"] = ""; +$a->strings["The item caches buffers generated bbcode and external images."] = ""; +$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["Temp path"] = ""; +$a->strings["If you have a restricted system where the webserver can't access the system temp path, enter another path here."] = ""; +$a->strings["Base path to installation"] = ""; +$a->strings["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."] = ""; +$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["Only search in tags"] = ""; +$a->strings["On large systems the text search can slow down the system extremely."] = ""; +$a->strings["New base url"] = ""; +$a->strings["Change base url for this server. Sends relocate message to all Friendica and Diaspora* contacts of all users."] = ""; +$a->strings["RINO Encryption"] = ""; +$a->strings["Encryption layer between nodes."] = ""; +$a->strings["Enabled"] = "Virkt"; +$a->strings["Maximum number of parallel workers"] = ""; +$a->strings["On shared hosters set this to 2. On larger systems, values of 10 are great. Default value is 4."] = ""; +$a->strings["Don't use 'proc_open' with the worker"] = ""; +$a->strings["Enable this if your system doesn't allow the use of 'proc_open'. This can happen on shared hosters. If this is enabled you should increase the frequency of worker calls in your crontab."] = ""; +$a->strings["Enable fastlane"] = ""; +$a->strings["When enabed, the fastlane mechanism starts an additional worker if processes with higher priority are blocked by processes of lower priority."] = ""; +$a->strings["Enable frontend worker"] = ""; +$a->strings["When enabled the Worker process is triggered when backend access is performed \\x28e.g. messages being delivered\\x29. On smaller sites you might want to call %s/worker on a regular basis via an external cron job. You should only enable this option if you cannot utilize cron/scheduled jobs on your server."] = ""; +$a->strings["Subscribe to relay"] = ""; +$a->strings["Enables the receiving of public posts from the relay. They will be included in the search, subscribed tags and on the global community page."] = ""; +$a->strings["Relay server"] = ""; +$a->strings["Address of the relay server where public posts should be send to. For example https://relay.diasp.org"] = ""; +$a->strings["Direct relay transfer"] = ""; +$a->strings["Enables the direct transfer to other servers without using the relay servers"] = ""; +$a->strings["Relay scope"] = ""; +$a->strings["Can be 'all' or 'tags'. 'all' means that every public post should be received. 'tags' means that only posts with selected tags should be received."] = ""; +$a->strings["all"] = "allt"; +$a->strings["tags"] = "merki"; +$a->strings["Server tags"] = ""; +$a->strings["Comma separated list of tags for the 'tags' subscription."] = ""; +$a->strings["Allow user tags"] = ""; +$a->strings["If enabled, the tags from the saved searches will used for the 'tags' subscription in addition to the 'relay_server_tags'."] = ""; +$a->strings["Update has been marked successful"] = "Uppfærsla merkt sem tókst"; +$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."] = "Uppfærsla %s framkvæmd."; +$a->strings["Update %s did not return a status. Unknown if it succeeded."] = "Uppfærsla %s skilaði ekki gildi. Óvíst hvort tókst."; +$a->strings["There was no additional update function %s that needed to be called."] = ""; +$a->strings["No failed updates."] = "Engar uppfærslur mistókust."; +$a->strings["Check database structure"] = ""; +$a->strings["Failed Updates"] = "Uppfærslur sem mistókust"; +$a->strings["This does not include updates prior to 1139, which did not return a status."] = "Þetta á ekki við uppfærslur fyrir 1139, þær skiluðu ekki lokastöðu."; +$a->strings["Mark success (if update was manually applied)"] = "Merkja sem tókst (ef uppfærsla var framkvæmd handvirkt)"; +$a->strings["Attempt to execute this update step automatically"] = "Framkvæma þessa uppfærslu sjálfkrafa"; +$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\tIf you ever want to delete your account, you can do so at %1\$s/removeme\n\n\t\t\tThank you and welcome to %4\$s."] = ""; +$a->strings["Registration details for %s"] = "Nýskráningar upplýsingar fyrir %s"; +$a->strings["%s user blocked/unblocked"] = [ + 0 => "", + 1 => "", +]; +$a->strings["%s user deleted"] = [ + 0 => "%s notanda eytt", + 1 => "%s notendum eytt", +]; +$a->strings["User '%s' deleted"] = "Notanda '%s' eytt"; +$a->strings["User '%s' unblocked"] = "Notanda '%s' gefið frelsi"; +$a->strings["User '%s' blocked"] = "Notandi '%s' settur í bann"; +$a->strings["Email"] = "Tölvupóstur"; +$a->strings["Register date"] = "Skráningardagur"; +$a->strings["Last login"] = "Síðast innskráður"; +$a->strings["Last item"] = "Síðasta atriði"; +$a->strings["Account"] = "Notandi"; +$a->strings["Add User"] = "Bæta við notanda"; +$a->strings["User registrations waiting for confirm"] = "Skráning notanda býður samþykkis"; +$a->strings["User waiting for permanent deletion"] = ""; +$a->strings["Request date"] = "Dagsetning beiðnar"; +$a->strings["No registrations."] = "Engin skráning"; +$a->strings["Note from the user"] = ""; +$a->strings["Deny"] = "Hafnað"; +$a->strings["Site admin"] = "Vefstjóri"; +$a->strings["Account expired"] = "Notandaaðgangur útrunninn"; +$a->strings["New User"] = "Nýr notandi"; +$a->strings["Deleted since"] = "Eytt síðan"; +$a->strings["Selected users will be deleted!\\n\\nEverything these users had posted on this site will be permanently deleted!\\n\\nAre you sure?"] = "Valdir notendur verður eytt!\\n\\nAllt sem þessir notendur hafa deilt á þessum vef verður varanlega eytt!\\n\\nErtu alveg viss?"; +$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?"] = "Notandinn {0} verður eytt!\\n\\nAllt sem þessi notandi hefur deilt á þessum vef veður varanlega eytt!\\n\\nErtu alveg viss?"; +$a->strings["Name of the new user."] = ""; +$a->strings["Nickname"] = "Stuttnefni"; +$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"] = "Gera óvirkt"; +$a->strings["Enable"] = "Virkja"; +$a->strings["Toggle"] = "Skipta"; +$a->strings["Author: "] = "Höfundur:"; +$a->strings["Maintainer: "] = "Umsjónarmaður: "; +$a->strings["Reload active addons"] = ""; +$a->strings["There are currently no addons available on your node. You can find the official addon repository at %1\$s and might find other interesting addons in the open addon registry at %2\$s"] = ""; +$a->strings["No themes found."] = "Engin þemu fundust"; +$a->strings["Screenshot"] = "Skjámynd"; +$a->strings["Reload active themes"] = ""; +$a->strings["No themes found on the system. They should be placed in %1\$s"] = ""; +$a->strings["[Experimental]"] = "[Á tilraunastigi]"; +$a->strings["[Unsupported]"] = "[Óstutt]"; +$a->strings["Log settings updated."] = "Stillingar atburðaskrár uppfærðar. "; +$a->strings["PHP log currently enabled."] = ""; +$a->strings["PHP log currently disabled."] = ""; +$a->strings["Clear"] = "Hreinsa"; +$a->strings["Enable Debugging"] = ""; +$a->strings["Log file"] = "Atburðaskrá"; +$a->strings["Must be writable by web server. Relative to your Friendica top-level directory."] = "Vefþjónn verður að hafa skrifréttindi. Afstætt við Friendica rótar skráarsafn."; +$a->strings["Log level"] = "Stig atburðaskráningar"; +$a->strings["PHP logging"] = ""; +$a->strings["To enable logging of PHP errors and warnings you can add the following to the .htconfig.php file of your installation. The filename set in the 'error_log' line is relative to the friendica top-level directory and must be writeable by the web server. The option '1' for 'log_errors' and 'display_errors' is to enable these options, set to '0' to disable them."] = ""; +$a->strings["Error trying to open %1\$s log file.\\r\\n
    Check to see if file %1\$s exist and is readable."] = ""; +$a->strings["Couldn't open %1\$s log file.\\r\\n
    Check to see if file %1\$s is readable."] = ""; +$a->strings["Off"] = "Slökkt"; +$a->strings["On"] = "Kveikt"; +$a->strings["Lock feature %s"] = ""; +$a->strings["Manage Additional Features"] = ""; +$a->strings["Display"] = "Birting"; +$a->strings["Social Networks"] = "Samfélagsnet"; +$a->strings["Delegations"] = ""; $a->strings["Connected apps"] = "Tengd forrit"; $a->strings["Remove account"] = "Henda tengilið"; $a->strings["Missing some important data!"] = "Vantar mikilvæg gögn!"; -$a->strings["Update"] = "Uppfæra"; $a->strings["Failed to connect with email account using the settings provided."] = "Ekki tókst að tengjast við pósthólf með stillingum sem uppgefnar eru."; $a->strings["Email settings updated."] = "Stillingar póstfangs uppfærðar."; $a->strings["Features updated"] = ""; $a->strings["Relocate message has been send to your contacts"] = ""; +$a->strings["Passwords do not match. Password unchanged."] = "Aðgangsorð ber ekki saman. Aðgangsorð óbreytt."; $a->strings["Empty passwords are not allowed. Password unchanged."] = "Tóm aðgangsorð eru ekki leyfileg. Aðgangsorð óbreytt."; -$a->strings["Wrong password."] = ""; +$a->strings["The new password has been exposed in a public data dump, please choose another."] = ""; +$a->strings["Wrong password."] = "Rangt lykilorð."; $a->strings["Password changed."] = "Aðgangsorði breytt."; $a->strings["Password update failed. Please try again."] = "Uppfærsla á aðgangsorði tókst ekki. Reyndu aftur."; $a->strings[" Please use a shorter name."] = " Notaðu styttra nafn."; $a->strings[" Name too short."] = "Nafn of stutt."; -$a->strings["Wrong Password"] = ""; -$a->strings[" Not valid email."] = "Póstfang ógilt"; -$a->strings[" Cannot change to that email."] = "Ekki hægt að breyta yfir í þetta póstfang."; +$a->strings["Wrong Password"] = "Rangt lykilorð"; +$a->strings["Invalid email."] = "Ógilt tölvupóstfang."; +$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."] = "Stillingar uppfærðar."; $a->strings["Add application"] = "Bæta við forriti"; -$a->strings["Save Settings"] = "Vista stillingar"; $a->strings["Consumer Key"] = "Notenda lykill"; $a->strings["Consumer Secret"] = "Notenda leyndarmál"; $a->strings["Redirect"] = "Áframsenda"; $a->strings["Icon url"] = "Táknmyndar slóð"; $a->strings["You can't edit this application."] = "Þú getur ekki breytt þessu forriti."; $a->strings["Connected Apps"] = "Tengd forrit"; +$a->strings["Edit"] = "Breyta"; $a->strings["Client key starts with"] = "Lykill viðskiptavinar byrjar á"; $a->strings["No name"] = "Ekkert nafn"; $a->strings["Remove authorization"] = "Fjarlæga auðkenningu"; -$a->strings["No Plugin settings configured"] = "Engar stillingar í kerfiseiningu uppsettar"; -$a->strings["Plugin Settings"] = "Stillingar kerfiseiningar"; -$a->strings["Off"] = ""; -$a->strings["On"] = ""; +$a->strings["No Addon settings configured"] = ""; +$a->strings["Addon Settings"] = ""; $a->strings["Additional Features"] = ""; -$a->strings["General Social Media Settings"] = ""; +$a->strings["Diaspora"] = "Diaspora"; +$a->strings["enabled"] = "kveikt"; +$a->strings["disabled"] = "slökkt"; +$a->strings["Built-in support for %s connectivity is %s"] = "Innbyggður stuðningur fyrir %s tenging er%s"; +$a->strings["GNU Social (OStatus)"] = "GNU Social (OStatus)"; +$a->strings["Email access is disabled on this site."] = "Slökkt hefur verið á tölvupóst aðgang á þessum þjón."; +$a->strings["General Social Media Settings"] = "Almennar stillingar samfélagsmiðla"; +$a->strings["Disable Content Warning"] = ""; +$a->strings["Users on networks like Mastodon or Pleroma are able to set a content warning field which collapse their post by default. This disables the automatic collapsing and sets the content warning as the post title. Doesn't affect any other content filtering you eventually set up."] = ""; $a->strings["Disable intelligent shortening"] = ""; $a->strings["Normally the system tries to find the best link to add to shortened posts. If this option is enabled then every shortened post will always point to the original friendica post."] = ""; $a->strings["Automatically follow any GNU Social (OStatus) followers/mentioners"] = ""; @@ -1311,11 +1571,6 @@ $a->strings["Default group for OStatus contacts"] = ""; $a->strings["Your legacy GNU Social account"] = ""; $a->strings["If you enter your old GNU Social/Statusnet account name here (in the format user@domain.tld), your contacts will be added automatically. The field will be emptied when done."] = ""; $a->strings["Repair OStatus subscriptions"] = ""; -$a->strings["Built-in support for %s connectivity is %s"] = "Innbyggður stuðningur fyrir %s tenging er%s"; -$a->strings["enabled"] = "kveikt"; -$a->strings["disabled"] = "slökkt"; -$a->strings["GNU Social (OStatus)"] = ""; -$a->strings["Email access is disabled on this site."] = "Slökkt hefur verið á tölvupóst aðgang á þessum þjón."; $a->strings["Email/Mailbox Setup"] = "Tölvupóstur stilling"; $a->strings["If you wish to communicate with email contacts using this service (optional), please specify how to connect to your mailbox."] = "Ef þú villt hafa samskipti við tölvupósts tengiliði með þessari þjónustu (valfrjálst), skilgreindu þá hvernig á að tengjast póstfanginu þínu."; $a->strings["Last successful email check:"] = "Póstfang sannreynt síðast:"; @@ -1328,12 +1583,14 @@ $a->strings["Email password:"] = "Lykilorð tölvupóstfangs:"; $a->strings["Reply-to address:"] = "Svarpóstfang:"; $a->strings["Send public posts to all email contacts:"] = "Senda opinberar færslur á alla tölvupóst viðtakendur:"; $a->strings["Action after import:"] = ""; +$a->strings["Mark as seen"] = "Merka sem séð"; $a->strings["Move to folder"] = "Flytja yfir í skrásafn"; $a->strings["Move to folder:"] = "Flytja yfir í skrásafn:"; -$a->strings["No special theme for mobile devices"] = ""; -$a->strings["Display Settings"] = ""; +$a->strings["%s - (Unsupported)"] = "%s - (ekki stutt)"; +$a->strings["%s - (Experimental)"] = "%s - (á tilraunastigi)"; +$a->strings["Display Settings"] = "Birtingarstillingar"; $a->strings["Display Theme:"] = "Útlits þema:"; -$a->strings["Mobile Theme:"] = ""; +$a->strings["Mobile Theme:"] = "Farsímaþema"; $a->strings["Suppress warning of insecure networks"] = ""; $a->strings["Should the system suppress the warning that the current group contains members of networks that can't receive non public postings."] = ""; $a->strings["Update browser every xx seconds"] = "Endurhlaða vefsíðu á xx sekúndu fresti"; @@ -1342,48 +1599,60 @@ $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["Calendar"] = ""; -$a->strings["Beginning of week:"] = ""; +$a->strings["Calendar"] = "Dagatal"; +$a->strings["Beginning of week:"] = "Upphaf viku:"; $a->strings["Don't show notices"] = ""; $a->strings["Infinite scroll"] = ""; $a->strings["Automatic updates only at the top of the network page"] = ""; +$a->strings["When disabled, the network page is updated all the time, which could be confusing while reading."] = ""; $a->strings["Bandwith Saver Mode"] = ""; $a->strings["When enabled, embedded content is not displayed on automatic updates, they only show on page reload."] = ""; +$a->strings["Smart Threading"] = ""; +$a->strings["When enabled, suppress extraneous thread indentation while keeping it where it matters. Only works if threading is available and enabled."] = ""; $a->strings["General Theme Settings"] = ""; $a->strings["Custom Theme Settings"] = ""; -$a->strings["Content Settings"] = ""; -$a->strings["Theme settings"] = ""; -$a->strings["Account Types"] = ""; +$a->strings["Content Settings"] = "Stillingar efnis"; +$a->strings["Theme settings"] = "Þemastillingar"; +$a->strings["Unable to find your profile. Please contact your admin."] = ""; +$a->strings["Account Types"] = "Gerðir notendaaðganga"; $a->strings["Personal Page Subtypes"] = ""; $a->strings["Community Forum Subtypes"] = ""; $a->strings["Personal Page"] = ""; -$a->strings["This account is a regular personal profile"] = ""; +$a->strings["Account for a personal profile."] = ""; $a->strings["Organisation Page"] = ""; -$a->strings["This account is a profile for an organisation"] = ""; +$a->strings["Account for an organisation that automatically approves contact requests as \"Followers\"."] = ""; $a->strings["News Page"] = ""; -$a->strings["This account is a news account/reflector"] = ""; +$a->strings["Account for a news reflector that automatically approves contact requests as \"Followers\"."] = ""; $a->strings["Community Forum"] = ""; -$a->strings["This account is a community forum where people can discuss with each other"] = ""; +$a->strings["Account for community discussions."] = ""; $a->strings["Normal Account Page"] = ""; -$a->strings["This account is a normal personal profile"] = "Þessi notandi er með venjulega persónulega forsíðu"; +$a->strings["Account for a regular personal profile that requires manual approval of \"Friends\" and \"Followers\"."] = ""; $a->strings["Soapbox Page"] = ""; -$a->strings["Automatically approve all connection/friend requests as read-only fans"] = "Sjálfkrafa samþykkja allar tengibeiðnir/vinabeiðnir einungis sem les-fylgjendur"; +$a->strings["Account for a public profile that automatically approves contact requests as \"Followers\"."] = ""; $a->strings["Public Forum"] = ""; -$a->strings["Automatically approve all contact requests"] = ""; +$a->strings["Automatically approves all contact requests."] = ""; $a->strings["Automatic Friend Page"] = ""; -$a->strings["Automatically approve all connection/friend requests as friends"] = "Sjálfkrafa samþykkja allar tengibeiðnir/vinabeiðnir sem vini"; +$a->strings["Account for a popular profile that automatically approves contact requests as \"Friends\"."] = ""; $a->strings["Private Forum [Experimental]"] = "Einkaspjallsvæði [á tilraunastigi]"; -$a->strings["Private forum - approved members only"] = "Einkaspjallsvæði - einungis skráðir meðlimir"; +$a->strings["Requires manual approval of contact requests."] = ""; $a->strings["OpenID:"] = "OpenID:"; $a->strings["(Optional) Allow this OpenID to login to this account."] = "(Valfrjálst) Leyfa þessu OpenID til að auðkennast sem þessi notandi."; $a->strings["Publish your default profile in your local site directory?"] = "Gefa út sjálfgefna forsíðu í tengiliðalista á þessum þjón?"; +$a->strings["Your profile will be published in the global friendica directories (e.g. %s). Your profile will be visible in public."] = ""; $a->strings["Publish your default profile in the global social directory?"] = "Gefa sjálfgefna forsíðu út í alheimstengiliðalista?"; +$a->strings["Your profile will be published in this node's local directory. Your profile details may be publicly visible depending on the system settings."] = ""; $a->strings["Hide your contact/friend list from viewers of your default profile?"] = "Fela tengiliða-/vinalistann þinn fyrir áhorfendum á sjálfgefinni forsíðu?"; -$a->strings["If enabled, posting public messages to Diaspora and other networks isn't possible."] = ""; +$a->strings["Your contact list won't be shown in your default profile page. You can decide to show your contact list separately for each additional profile you create"] = ""; +$a->strings["Hide your profile details from anonymous viewers?"] = ""; +$a->strings["Anonymous visitors will only see your profile picture, your display name and the nickname you are using on your profile page. Disables posting public messages to Diaspora and other networks."] = ""; $a->strings["Allow friends to post to your profile page?"] = "Leyfa vinum að deila á forsíðuna þína?"; +$a->strings["Your contacts may write posts on your profile wall. These posts will be distributed to your contacts"] = ""; $a->strings["Allow friends to tag your posts?"] = "Leyfa vinum að merkja færslurnar þínar?"; +$a->strings["Your contacts can add additional tags to your posts."] = ""; $a->strings["Allow us to suggest you as a potential friend to new members?"] = "Leyfa að stungið verði uppá þér sem hugsamlegum vinur fyrir aðra notendur? "; +$a->strings["If you like, Friendica may suggest new members to add you as a contact."] = ""; $a->strings["Permit unknown people to send you private mail?"] = ""; +$a->strings["Friendica network users may send you private messages even if they are not in your contact list."] = ""; $a->strings["Profile is not published."] = "Forsíðu hefur ekki verið gefinn út."; $a->strings["Your Identity Address is '%s' or '%s'."] = ""; $a->strings["Automatically expire posts after this many days:"] = "Sjálfkrafa fyrna færslu eftir hvað marga daga:"; @@ -1398,13 +1667,14 @@ $a->strings["Only expire posts by others:"] = ""; $a->strings["Account Settings"] = "Stillingar aðgangs"; $a->strings["Password Settings"] = "Stillingar aðgangsorða"; $a->strings["Leave password fields blank unless changing"] = "Hafðu aðgangsorða svæði tóm nema þegar verið er að breyta"; -$a->strings["Current Password:"] = ""; +$a->strings["Current Password:"] = "Núverandi lykilorð:"; $a->strings["Your current password to confirm the changes"] = ""; -$a->strings["Password:"] = ""; +$a->strings["Password:"] = "Lykilorð:"; $a->strings["Basic Settings"] = "Grunnstillingar"; +$a->strings["Full Name:"] = "Fullt nafn:"; $a->strings["Email Address:"] = "Póstfang:"; $a->strings["Your Timezone:"] = "Þitt tímabelti:"; -$a->strings["Your Language:"] = ""; +$a->strings["Your Language:"] = "Tungumálið þitt:"; $a->strings["Set the language we use to show you friendica interface and to send you emails"] = ""; $a->strings["Default Post Location:"] = "Sjálfgefin staðsetning færslu:"; $a->strings["Use Browser Location:"] = "Nota vafra staðsetningu:"; @@ -1435,611 +1705,414 @@ $a->strings["Activate desktop notifications"] = ""; $a->strings["Show desktop popup on new notifications"] = ""; $a->strings["Text-only notification emails"] = ""; $a->strings["Send text only notification emails, without the html part"] = ""; +$a->strings["Show detailled notifications"] = ""; +$a->strings["Per default, notifications are condensed to a single notification per item. When enabled every notification is displayed."] = ""; $a->strings["Advanced Account/Page Type Settings"] = ""; $a->strings["Change the behaviour of this account for special situations"] = ""; $a->strings["Relocate"] = ""; $a->strings["If you have moved this profile from another server, and some of your contacts don't receive your updates, try pushing this button."] = ""; $a->strings["Resend relocate message to contacts"] = ""; -$a->strings["Do you really want to delete this video?"] = ""; -$a->strings["Delete Video"] = ""; -$a->strings["No videos selected"] = ""; -$a->strings["Recent Videos"] = ""; -$a->strings["Upload New Videos"] = ""; -$a->strings["Invalid request."] = "Ógild fyrirspurn."; -$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 %s"] = ""; -$a->strings["File upload failed."] = "Skráar upphlöðun mistókst."; -$a->strings["Theme settings updated."] = "Þemastillingar uppfærðar."; -$a->strings["Site"] = "Vefur"; -$a->strings["Users"] = "Notendur"; -$a->strings["Themes"] = "Þemu"; -$a->strings["DB updates"] = "Gagnagrunnsuppfærslur"; -$a->strings["Inspect Queue"] = ""; -$a->strings["Federation Statistics"] = ""; -$a->strings["Logs"] = "Atburðaskrá"; -$a->strings["View Logs"] = "Skoða atburðaskrár"; -$a->strings["probe address"] = ""; -$a->strings["check webfinger"] = ""; -$a->strings["Plugin Features"] = "Eiginleikar kerfiseiningar"; -$a->strings["diagnostics"] = "greining"; -$a->strings["User registrations waiting for confirmation"] = "Notenda nýskráningar bíða samþykkis"; -$a->strings["unknown"] = ""; -$a->strings["This page offers you some numbers to the known part of the federated social network your Friendica node is part of. These numbers are not complete but only reflect the part of the network your node is aware of."] = ""; -$a->strings["The Auto Discovered Contact Directory feature is not enabled, it will improve the data displayed here."] = ""; -$a->strings["Administration"] = "Stjórnun"; -$a->strings["Currently this node is aware of %d nodes from the following platforms:"] = ""; -$a->strings["ID"] = ""; -$a->strings["Recipient Name"] = "Nafn viðtakanda"; -$a->strings["Recipient Profile"] = "Forsíða viðtakanda"; -$a->strings["Created"] = "Búið til"; -$a->strings["Last Tried"] = "Síðast prófað"; -$a->strings["This page lists the content of the queue for outgoing postings. These are postings the initial delivery failed for. They will be resend later and eventually deleted if the delivery fails permanently."] = ""; -$a->strings["Your DB still runs with MyISAM tables. You should change the engine type to InnoDB. As Friendica will use InnoDB only features in the future, you should change this! See here for a guide that may be helpful converting the table engines. You may also use the convert_innodb.sql in the /util directory of your Friendica installation.
    "] = ""; -$a->strings["You are using a MySQL version which does not support all features that Friendica uses. You should consider switching to MariaDB."] = ""; -$a->strings["Normal Account"] = "Venjulegur notandi"; -$a->strings["Soapbox Account"] = "Sápukassa notandi"; -$a->strings["Community/Celebrity Account"] = "Hópa-/Stjörnusíða"; -$a->strings["Automatic Friend Account"] = "Verður sjálfkrafa vinur notandi"; -$a->strings["Blog Account"] = ""; -$a->strings["Private Forum"] = "Einkaspjallsvæði"; -$a->strings["Message queues"] = ""; -$a->strings["Summary"] = "Samantekt"; -$a->strings["Registered users"] = "Skráðir notendur"; -$a->strings["Pending registrations"] = "Nýskráningar í bið"; -$a->strings["Version"] = "Útgáfa"; -$a->strings["Active plugins"] = "Virkar kerfiseiningar"; -$a->strings["Can not parse base url. Must have at least ://"] = ""; -$a->strings["RINO2 needs mcrypt php extension to work."] = ""; -$a->strings["Site settings updated."] = "Stillingar vefsvæðis uppfærðar."; -$a->strings["No community page"] = ""; -$a->strings["Public postings from users of this site"] = ""; -$a->strings["Global community page"] = ""; -$a->strings["Never"] = "aldrei"; -$a->strings["At post arrival"] = ""; -$a->strings["Disabled"] = "Slökkt"; -$a->strings["Users, Global Contacts"] = ""; -$a->strings["Users, Global Contacts/fallback"] = ""; -$a->strings["One month"] = "Einn mánuður"; -$a->strings["Three months"] = "Þrír mánuðir"; -$a->strings["Half a year"] = "Hálft ár"; -$a->strings["One year"] = "Eitt ár"; -$a->strings["Multi user instance"] = ""; -$a->strings["Closed"] = "Lokað"; -$a->strings["Requires approval"] = "Þarf samþykki"; -$a->strings["Open"] = "Opið"; -$a->strings["No SSL policy, links will track page SSL state"] = ""; -$a->strings["Force all links to use SSL"] = ""; -$a->strings["Self-signed certificate, use SSL for local links only (discouraged)"] = ""; -$a->strings["File upload"] = "Hlaða upp skrá"; -$a->strings["Policies"] = "Stefna"; -$a->strings["Auto Discovered Contact Directory"] = ""; -$a->strings["Performance"] = "Afköst"; -$a->strings["Worker"] = ""; -$a->strings["Relocate - WARNING: advanced function. Could make this server unreachable."] = ""; -$a->strings["Site name"] = "Nafn síðu"; -$a->strings["Host name"] = "Vélarheiti"; -$a->strings["Sender Email"] = "Tölvupóstfang sendanda"; -$a->strings["The email address your server shall use to send notification emails from."] = ""; -$a->strings["Banner/Logo"] = "Borði/Merki"; -$a->strings["Shortcut icon"] = "Táknmynd flýtivísunar"; -$a->strings["Link to an icon that will be used for browsers."] = ""; -$a->strings["Touch icon"] = ""; -$a->strings["Link to an icon that will be used for tablets and mobiles."] = ""; -$a->strings["Additional Info"] = ""; -$a->strings["For public servers: you can add additional information here that will be listed at %s/siteinfo."] = ""; -$a->strings["System language"] = "Tungumál kerfis"; -$a->strings["System theme"] = "Þema kerfis"; -$a->strings["Default system theme - may be over-ridden by user profiles - change theme settings"] = ""; -$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"] = "Þvinga 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"] = "Mesta stærð mynda"; -$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"] = "JPEG myndgæði"; -$a->strings["Uploaded JPEGS will be saved at this quality setting [0-100]. Default is 100, which is full quality."] = ""; -$a->strings["Register policy"] = "Stefna varðandi nýskráningar"; -$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"] = "Texti við nýskráningu"; -$a->strings["Will be displayed prominently on the registration page."] = ""; -$a->strings["Accounts abandoned after x days"] = "Yfirgefnir notendur eftir x daga"; -$a->strings["Will not waste system resources polling external sites for abandonded accounts. Enter 0 for no time limit."] = "Hættir að eyða afli í að sækja færslur á ytri vefi fyrir yfirgefna notendur. 0 þýðir notendur merkjast ekki yfirgefnir."; -$a->strings["Allowed friend domains"] = "Leyfð lén vina"; -$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"] = "Leyfð lén póstfangs"; -$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"] = "Loka á opinberar færslur"; -$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"] = "Skylda að vera í tengiliðalista"; -$a->strings["Check to force all profiles on this site to be listed in the site directory."] = ""; -$a->strings["Global directory URL"] = ""; -$a->strings["URL to 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."] = "Hindra opið aðgengi að viðbótum í forritavalmyndinni."; -$a->strings["Checking this box will restrict addons listed in the apps menu to members only."] = "Ef hakað er í þetta verður aðgengi að viðbótum í forritavalmyndinni takmarkað við meðlimi."; -$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"] = "Banna margar skráningar"; -$a->strings["Disallow users to register additional accounts for use as pages."] = ""; -$a->strings["OpenID support"] = "Leyfa OpenID auðkenningu"; -$a->strings["OpenID support for registration and logins."] = ""; -$a->strings["Fullname check"] = "Fullt nafn skilyrði"; -$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"] = "UTF-8 hefðbundin stöfun"; -$a->strings["Use PHP UTF8 regular expressions"] = ""; -$a->strings["Community Page Style"] = ""; -$a->strings["Type of community page to show. 'Global community' shows every public posting from an open distributed network that arrived on this server."] = ""; -$a->strings["Posts per user on community page"] = ""; -$a->strings["The maximum number of posts per user on the community page. (Not valid for 'Global Community')"] = ""; -$a->strings["Enable OStatus support"] = "Leyfa OStatus stuðning"; -$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["Only import OStatus threads from our contacts"] = ""; -$a->strings["Normally we import every content from our OStatus contacts. With this option we only store threads that are started by a contact that is known on our system."] = ""; -$a->strings["OStatus support can only be enabled if threading is enabled."] = ""; -$a->strings["Diaspora support can't be enabled because Friendica was installed into a sub directory."] = ""; -$a->strings["Enable Diaspora support"] = "Leyfa Diaspora tengingar"; -$a->strings["Provide built-in Diaspora network compatibility."] = ""; -$a->strings["Only allow Friendica contacts"] = "Aðeins leyfa Friendica notendur"; -$a->strings["All contacts must use Friendica protocols. All other built-in communication protocols disabled."] = ""; -$a->strings["Verify SSL"] = "Sannreyna 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"] = "Proxy notandi"; -$a->strings["Proxy URL"] = "Proxy slóð"; -$a->strings["Network timeout"] = "Net tími útrunninn"; -$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"] = "Mesta meðaltals álag"; -$a->strings["Maximum system load before delivery and poll processes are deferred - default 50."] = ""; -$a->strings["Maximum Load Average (Frontend)"] = ""; -$a->strings["Maximum system load before the frontend quits service - default 50."] = ""; -$a->strings["Maximum table size for optimization"] = ""; -$a->strings["Maximum table size (in MB) for the automatic optimization - default 100 MB. Enter -1 to disable it."] = ""; -$a->strings["Minimum level of fragmentation"] = ""; -$a->strings["Minimum fragmenation level to start the automatic optimization - default value is 30%."] = ""; -$a->strings["Periodical check of global contacts"] = ""; -$a->strings["If enabled, the global contacts are checked periodically for missing or outdated data and the vitality of the contacts and servers."] = ""; -$a->strings["Days between requery"] = ""; -$a->strings["Number of days after which a server is requeried for his contacts."] = ""; -$a->strings["Discover contacts from other servers"] = ""; -$a->strings["Periodically query other servers for contacts. You can choose between 'users': the users on the remote system, 'Global Contacts': active contacts that are known on the system. The fallback is meant for Redmatrix servers and older friendica servers, where global contacts weren't available. The fallback increases the server load, so the recommened setting is 'Users, Global Contacts'."] = ""; -$a->strings["Timeframe for fetching global contacts"] = ""; -$a->strings["When the discovery is activated, this value defines the timeframe for the activity of the global contacts that are fetched from other servers."] = ""; -$a->strings["Search the local directory"] = ""; -$a->strings["Search the local directory instead of the global directory. When searching locally, every search will be executed on the global directory in the background. This improves the search results when the search is repeated."] = ""; -$a->strings["Publish server information"] = ""; -$a->strings["If enabled, general server and usage data will be published. The data contains the name and version of the server, number of users with public profiles, number of posts and the activated protocols and connectors. See the-federation.info for details."] = ""; -$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["Suppress Tags"] = ""; -$a->strings["Suppress showing a list of hashtags at the end of the posting."] = ""; -$a->strings["Path to item cache"] = ""; -$a->strings["The item caches buffers generated bbcode and external images."] = ""; -$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["The lock file is used to avoid multiple pollers at one time. Only define a folder here."] = ""; -$a->strings["Temp path"] = ""; -$a->strings["If you have a restricted system where the webserver can't access the system temp path, enter another path here."] = ""; -$a->strings["Base path to installation"] = ""; -$a->strings["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."] = ""; -$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["Enable old style pager"] = ""; -$a->strings["The old style pager has page numbers but slows down massively the page speed."] = ""; -$a->strings["Only search in tags"] = ""; -$a->strings["On large systems the text search can slow down the system extremely."] = ""; -$a->strings["New base url"] = ""; -$a->strings["Change base url for this server. Sends relocate message to all DFRN contacts of all users."] = ""; -$a->strings["RINO Encryption"] = ""; -$a->strings["Encryption layer between nodes."] = ""; -$a->strings["Embedly API key"] = ""; -$a->strings["Embedly is used to fetch additional data for web pages. This is an optional parameter."] = ""; -$a->strings["Enable 'worker' background processing"] = ""; -$a->strings["The worker background processing limits the number of parallel background jobs to a maximum number and respects the system load."] = ""; -$a->strings["Maximum number of parallel workers"] = ""; -$a->strings["On shared hosters set this to 2. On larger systems, values of 10 are great. Default value is 4."] = ""; -$a->strings["Don't use 'proc_open' with the worker"] = ""; -$a->strings["Enable this if your system doesn't allow the use of 'proc_open'. This can happen on shared hosters. If this is enabled you should increase the frequency of poller calls in your crontab."] = ""; -$a->strings["Enable fastlane"] = ""; -$a->strings["When enabed, the fastlane mechanism starts an additional worker if processes with higher priority are blocked by processes of lower priority."] = ""; -$a->strings["Enable frontend worker"] = ""; -$a->strings["When enabled the Worker process is triggered when backend access is performed (e.g. messages being delivered). On smaller sites you might want to call yourdomain.tld/worker on a regular basis via an external cron job. You should only enable this option if you cannot utilize cron/scheduled jobs on your server. The worker background process needs to be activated for this."] = ""; -$a->strings["Update has been marked successful"] = "Uppfærsla merkt sem tókst"; -$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."] = "Uppfærsla %s framkvæmd."; -$a->strings["Update %s did not return a status. Unknown if it succeeded."] = "Uppfærsla %s skilaði ekki gildi. Óvíst hvort tókst."; -$a->strings["There was no additional update function %s that needed to be called."] = ""; -$a->strings["No failed updates."] = "Engar uppfærslur mistókust."; -$a->strings["Check database structure"] = ""; -$a->strings["Failed Updates"] = "Uppfærslur sem mistókust"; -$a->strings["This does not include updates prior to 1139, which did not return a status."] = "Þetta á ekki við uppfærslur fyrir 1139, þær skiluðu ekki lokastöðu."; -$a->strings["Mark success (if update was manually applied)"] = "Merkja sem tókst (ef uppfærsla var framkvæmd handvirkt)"; -$a->strings["Attempt to execute this update step automatically"] = "Framkvæma þessa uppfærslu sjálfkrafa"; -$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["%s user blocked/unblocked"] = [ +$a->strings["Error decoding account file"] = ""; +$a->strings["Error! No version data in file! This is not a Friendica account file?"] = ""; +$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["%s user deleted"] = [ - 0 => "%s notenda eytt", - 1 => "%s notendum eytt", +$a->strings["Done. You can now login with your username and password"] = ""; +$a->strings["System"] = "Kerfi"; +$a->strings["Home"] = "Heim"; +$a->strings["Introductions"] = "Kynningar"; +$a->strings["%s commented on %s's post"] = "%s athugasemd við %s's færslu"; +$a->strings["%s created a new post"] = "%s bjó til færslu"; +$a->strings["%s liked %s's post"] = "%s líkaði færsla hjá %s"; +$a->strings["%s disliked %s's post"] = "%s mislíkaði færsla hjá %s"; +$a->strings["%s is attending %s's event"] = ""; +$a->strings["%s is not attending %s's event"] = ""; +$a->strings["%s may attend %s's event"] = ""; +$a->strings["%s is now friends with %s"] = "%s er nú vinur %s"; +$a->strings["Friend Suggestion"] = "Vina tillaga"; +$a->strings["Friend/Connect Request"] = "Vinabeiðni/Tengibeiðni"; +$a->strings["New Follower"] = "Nýr fylgjandi"; +$a->strings["Post to Email"] = "Senda skilaboð á tölvupóst"; +$a->strings["Hide your profile details from unknown viewers?"] = "Fela forsíðuupplýsingar fyrir óþekktum?"; +$a->strings["Connectors disabled, since \"%s\" is enabled."] = ""; +$a->strings["Visible to everybody"] = "Sjáanlegt öllum"; +$a->strings["show"] = "sýna"; +$a->strings["don't show"] = "fela"; +$a->strings["Close"] = "Loka"; +$a->strings["Birthday:"] = "Afmælisdagur:"; +$a->strings["YYYY-MM-DD or MM-DD"] = "ÁÁÁÁ-MM-DD eða MM-DD"; +$a->strings["never"] = "aldrei"; +$a->strings["less than a second ago"] = "fyrir minna en sekúndu"; +$a->strings["year"] = "ár"; +$a->strings["years"] = "ár"; +$a->strings["months"] = "mánuðir"; +$a->strings["weeks"] = "vikur"; +$a->strings["days"] = "dagar"; +$a->strings["hour"] = "klukkustund"; +$a->strings["hours"] = "klukkustundir"; +$a->strings["minute"] = "mínúta"; +$a->strings["minutes"] = "mínútur"; +$a->strings["second"] = "sekúnda"; +$a->strings["seconds"] = "sekúndur"; +$a->strings["%1\$d %2\$s ago"] = "Fyrir %1\$d %2\$s síðan"; +$a->strings["view full size"] = "Skoða í fullri stærð"; +$a->strings["Image/photo"] = "Mynd"; +$a->strings["%2\$s %3\$s"] = "%2\$s %3\$s"; +$a->strings["$1 wrote:"] = "$1 skrifaði:"; +$a->strings["Encrypted content"] = "Dulritað efni"; +$a->strings["Invalid source protocol"] = ""; +$a->strings["Invalid link protocol"] = ""; +$a->strings["External link to forum"] = "Ytri tengill á spjallsvæði"; +$a->strings["Nothing new here"] = "Ekkert nýtt hér"; +$a->strings["Clear notifications"] = "Hreinsa tilkynningar"; +$a->strings["Logout"] = "Útskráning"; +$a->strings["End this session"] = "Loka þessu innliti"; +$a->strings["Your posts and conversations"] = "Samtölin þín"; +$a->strings["Your profile page"] = "Forsíðan þín"; +$a->strings["Your photos"] = "Myndirnar þínar"; +$a->strings["Videos"] = "Myndskeið"; +$a->strings["Your videos"] = "Myndskeiðin þín"; +$a->strings["Your events"] = "Atburðirnir þínir"; +$a->strings["Personal notes"] = "Einkaglósur"; +$a->strings["Your personal notes"] = "Einkaglósurnar þínar"; +$a->strings["Sign in"] = "Innskrá"; +$a->strings["Home Page"] = "Heimasíða"; +$a->strings["Create an account"] = "Stofna notanda"; +$a->strings["Help and documentation"] = "Hjálp og leiðbeiningar"; +$a->strings["Apps"] = "Forrit"; +$a->strings["Addon applications, utilities, games"] = "Viðbótarforrit, nytjatól, leikir"; +$a->strings["Search site content"] = "Leita í efni á vef"; +$a->strings["Community"] = "Samfélag"; +$a->strings["Conversations on this and other servers"] = ""; +$a->strings["Events and Calendar"] = "Atburðir og dagskrá"; +$a->strings["Directory"] = "Mappa"; +$a->strings["People directory"] = "Nafnaskrá"; +$a->strings["Information about this friendica instance"] = "Upplýsingar um þetta tilvik Friendica"; +$a->strings["Conversations from your friends"] = "Samtöl frá vinum"; +$a->strings["Network Reset"] = "Núllstilling netkerfis"; +$a->strings["Load Network page with no filters"] = ""; +$a->strings["Friend Requests"] = "Vinabeiðnir"; +$a->strings["See all notifications"] = "Sjá allar tilkynningar"; +$a->strings["Mark all system notifications seen"] = "Merkja allar tilkynningar sem séðar"; +$a->strings["Private mail"] = "Einka skilaboð"; +$a->strings["Inbox"] = "Innhólf"; +$a->strings["Outbox"] = "Úthólf"; +$a->strings["Manage"] = "Umsýsla"; +$a->strings["Manage other pages"] = "Sýsla með aðrar síður"; +$a->strings["Account settings"] = "Stillingar aðgangsreiknings"; +$a->strings["Profiles"] = "Forsíður"; +$a->strings["Manage/Edit Profiles"] = "Sýsla með forsíður"; +$a->strings["Manage/edit friends and contacts"] = "Sýsla með vini og tengiliði"; +$a->strings["Site setup and configuration"] = "Uppsetning og stillingar vefsvæðis"; +$a->strings["Navigation"] = "Yfirsýn"; +$a->strings["Site map"] = "Yfirlit um vefsvæði"; +$a->strings["Embedding disabled"] = "Innfelling ekki leyfð"; +$a->strings["Embedded content"] = "Innbyggt efni"; +$a->strings["Export"] = "Flytja út"; +$a->strings["Export calendar as ical"] = "Flytja dagatal út sem ICAL"; +$a->strings["Export calendar as csv"] = "Flytja dagatal út sem CSV"; +$a->strings["General Features"] = "Almennir eiginleikar"; +$a->strings["Multiple Profiles"] = ""; +$a->strings["Ability to create multiple profiles"] = ""; +$a->strings["Photo Location"] = "Staðsetning ljósmyndar"; +$a->strings["Photo metadata is normally stripped. This extracts the location (if present) prior to stripping metadata and links it to a map."] = ""; +$a->strings["Export Public Calendar"] = "Flytja út opinbert dagatal"; +$a->strings["Ability for visitors to download the public calendar"] = ""; +$a->strings["Post Composition Features"] = ""; +$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 forum page is selected/deselected in ACL window."] = ""; +$a->strings["Network Sidebar Widgets"] = ""; +$a->strings["Search by Date"] = "Leita eftir dagsetningu"; +$a->strings["Ability to select posts by date ranges"] = ""; +$a->strings["List Forums"] = "Spjallsvæðalistar"; +$a->strings["Enable widget to display the forums your are connected with"] = ""; +$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["Saved Folders"] = "Vistaðar möppur"; +$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["Advanced Profile Settings"] = ""; +$a->strings["Show visitors public community forums at the Advanced Profile Page"] = ""; +$a->strings["Tag Cloud"] = ""; +$a->strings["Provide a personal tag cloud on your profile page"] = ""; +$a->strings["Display Membership Date"] = ""; +$a->strings["Display membership date in profile"] = ""; +$a->strings["Add New Contact"] = "Bæta við tengilið"; +$a->strings["Enter address or web location"] = "Settu inn slóð"; +$a->strings["Example: bob@example.com, http://example.com/barbara"] = "Dæmi: gudmundur@simnet.is, http://simnet.is/gudmundur"; +$a->strings["%d invitation available"] = [ + 0 => "%d boðskort í boði", + 1 => "%d boðskort í boði", ]; -$a->strings["User '%s' deleted"] = "Notanda '%s' eytt"; -$a->strings["User '%s' unblocked"] = "Notanda '%s' gefið frelsi"; -$a->strings["User '%s' blocked"] = "Notanda '%s' settur í bann"; -$a->strings["Register date"] = "Skráningar dagsetning"; -$a->strings["Last login"] = "Síðast innskráður"; -$a->strings["Last item"] = "Síðasta"; -$a->strings["Add User"] = ""; -$a->strings["select all"] = "velja alla"; -$a->strings["User registrations waiting for confirm"] = "Skráning notanda býður samþykkis"; -$a->strings["User waiting for permanent deletion"] = ""; -$a->strings["Request date"] = "Dagsetning beiðnar"; -$a->strings["No registrations."] = "Engin skráning"; -$a->strings["Note from the user"] = ""; -$a->strings["Deny"] = "Hafnað"; -$a->strings["Block"] = "Banna"; -$a->strings["Unblock"] = "Afbanna"; -$a->strings["Site admin"] = "Vefstjóri"; -$a->strings["Account expired"] = ""; -$a->strings["New User"] = ""; -$a->strings["Deleted since"] = ""; -$a->strings["Selected users will be deleted!\\n\\nEverything these users had posted on this site will be permanently deleted!\\n\\nAre you sure?"] = "Valdir notendur verður eytt!\\n\\nAllt sem þessir notendur hafa deilt á þessum vef verður varanlega eytt!\\n\\nErtu alveg viss?"; -$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?"] = "Notandinn {0} verður eytt!\\n\\nAllt sem þessi notandi hefur deilt á þessum vef veður varanlega eytt!\\n\\nErtu alveg viss?"; -$a->strings["Name of the new user."] = ""; -$a->strings["Nickname"] = ""; -$a->strings["Nickname of the new user."] = ""; -$a->strings["Email address of the new user."] = ""; -$a->strings["Plugin %s disabled."] = "Kerfiseining %s óvirk."; -$a->strings["Plugin %s enabled."] = "Kveikt á kerfiseiningu %s"; -$a->strings["Disable"] = "Slökkva"; -$a->strings["Enable"] = "Kveikja"; -$a->strings["Toggle"] = "Skipta"; -$a->strings["Author: "] = "Höfundur:"; -$a->strings["Maintainer: "] = ""; -$a->strings["Reload active plugins"] = "Endurhlaða virkar kerfiseiningar"; -$a->strings["There are currently no plugins available on your node. You can find the official plugin repository at %1\$s and might find other interesting plugins in the open plugin registry at %2\$s"] = ""; -$a->strings["No themes found."] = "Engin þemu fundust"; -$a->strings["Screenshot"] = "Skjámynd"; -$a->strings["Reload active themes"] = ""; -$a->strings["No themes found on the system. They should be paced in %1\$s"] = ""; -$a->strings["[Experimental]"] = "[Tilraun]"; -$a->strings["[Unsupported]"] = "[Óstudd]"; -$a->strings["Log settings updated."] = "Stillingar atburðaskrár uppfærðar. "; -$a->strings["PHP log currently enabled."] = ""; -$a->strings["PHP log currently disabled."] = ""; -$a->strings["Clear"] = "Hreinsa"; -$a->strings["Enable Debugging"] = ""; -$a->strings["Log file"] = "Atburðaskrá"; -$a->strings["Must be writable by web server. Relative to your Friendica top-level directory."] = "Vefþjónn verður að hafa skrifréttindi. Afstætt við Friendica rótar skráarsafn."; -$a->strings["Log level"] = "Stig atburðaskráningar"; -$a->strings["PHP logging"] = ""; -$a->strings["To enable logging of PHP errors and warnings you can add the following to the .htconfig.php file of your installation. The filename set in the 'error_log' line is relative to the friendica top-level directory and must be writeable by the web server. The option '1' for 'log_errors' and 'display_errors' is to enable these options, set to '0' to disable them."] = ""; -$a->strings["Lock feature %s"] = ""; -$a->strings["Manage Additional Features"] = ""; -$a->strings["%d contact edited."] = [ - 0 => "", - 1 => "", +$a->strings["Find People"] = "Finna fólk"; +$a->strings["Enter name or interest"] = "Settu inn nafn eða áhugamál"; +$a->strings["Examples: Robert Morgenstein, Fishing"] = "Dæmi: Jón Jónsson, Veiði"; +$a->strings["Similar Interests"] = "Svipuð áhugamál"; +$a->strings["Random Profile"] = ""; +$a->strings["Invite Friends"] = "Bjóða vinum aðgang"; +$a->strings["View Global Directory"] = ""; +$a->strings["Networks"] = "Net"; +$a->strings["All Networks"] = "Öll net"; +$a->strings["Everything"] = "Allt"; +$a->strings["Categories"] = "Flokkar"; +$a->strings["%d contact in common"] = [ + 0 => "%d tengiliður sameiginlegur", + 1 => "%d tengiliðir sameiginlegir", ]; -$a->strings["Could not access contact record."] = "Tókst ekki að ná í uppl. um tengilið"; -$a->strings["Could not locate selected profile."] = "Tókst ekki að staðsetja valinn forsíðu"; -$a->strings["Contact updated."] = "Tengiliður uppfærður"; -$a->strings["Failed to update contact record."] = "Ekki tókst að uppfæra tengiliðs skrá."; -$a->strings["Contact has been blocked"] = "Lokað á tengilið"; -$a->strings["Contact has been unblocked"] = "Opnað á tengilið"; -$a->strings["Contact has been ignored"] = "Tengiliður hunsaður"; -$a->strings["Contact has been unignored"] = "Tengiliður afhunsaður"; -$a->strings["Contact has been archived"] = "Tengiliður settur í geymslu"; -$a->strings["Contact has been unarchived"] = "Tengiliður tekinn úr geymslu"; -$a->strings["Drop contact"] = ""; -$a->strings["Do you really want to delete this contact?"] = "Viltu í alvörunni eyða þessum tengilið?"; -$a->strings["Contact has been removed."] = "Tengiliður fjarlægður"; -$a->strings["You are mutual friends with %s"] = "Þú ert gagnkvæmur vinur %s"; -$a->strings["You are sharing with %s"] = "Þú ert að deila með %s"; -$a->strings["%s is sharing with you"] = "%s er að deila með þér"; -$a->strings["Private communications are not available for this contact."] = "Einkasamtal ekki í boði fyrir þennan"; -$a->strings["(Update was successful)"] = "(uppfærsla tókst)"; -$a->strings["(Update was not successful)"] = "(uppfærsla tókst ekki)"; -$a->strings["Suggest friends"] = "Stinga uppá vinum"; -$a->strings["Network type: %s"] = "Net tegund: %s"; -$a->strings["Communications lost with this contact!"] = ""; -$a->strings["Fetch further information for feeds"] = "Ná í ítarlegri upplýsingar um fréttaveitur"; -$a->strings["Fetch information"] = ""; -$a->strings["Fetch information and keywords"] = ""; -$a->strings["Contact"] = ""; -$a->strings["Profile Visibility"] = "Forsíðu sjáanleiki"; -$a->strings["Please choose the profile you would like to display to %s when viewing your profile securely."] = "Veldu forsíðu sem á að birtast %s þegar hann skoðaður með öruggum hætti"; -$a->strings["Contact Information / Notes"] = "Uppl. um tengilið / minnisatriði"; -$a->strings["Edit contact notes"] = "Breyta minnispunktum tengiliðs "; -$a->strings["Block/Unblock contact"] = "útiloka/opna á tengilið"; -$a->strings["Ignore contact"] = "Hunsa tengilið"; -$a->strings["Repair URL settings"] = "Gera við stillingar á slóðum"; -$a->strings["View conversations"] = "Skoða samtöl"; -$a->strings["Last update:"] = "Síðasta uppfærsla:"; -$a->strings["Update public posts"] = "Uppfæra opinberar færslur"; -$a->strings["Update now"] = "Uppfæra núna"; -$a->strings["Unignore"] = "Byrja að fylgjast með á ný"; -$a->strings["Currently blocked"] = "Útilokaður sem stendur"; -$a->strings["Currently ignored"] = "Hunsaður sem stendur"; -$a->strings["Currently archived"] = "Í geymslu"; -$a->strings["Replies/likes to your public posts may still be visible"] = "Svör eða \"líkar við\" á opinberar færslur þínar geta mögulega verið sýnileg öðrum"; -$a->strings["Notification for new posts"] = ""; -$a->strings["Send a notification of every new post of this contact"] = ""; -$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["Actions"] = ""; -$a->strings["Contact Settings"] = ""; -$a->strings["Suggestions"] = "Uppástungur"; -$a->strings["Suggest potential friends"] = ""; -$a->strings["Show all contacts"] = "Sýna alla tengiliði"; -$a->strings["Unblocked"] = "Afhunsað"; -$a->strings["Only show unblocked contacts"] = ""; -$a->strings["Blocked"] = "Banna"; -$a->strings["Only show blocked contacts"] = ""; -$a->strings["Ignored"] = "Hunsa"; -$a->strings["Only show ignored contacts"] = ""; -$a->strings["Archived"] = "Í geymslu"; -$a->strings["Only show archived contacts"] = "Aðeins sýna geymda tengiliði"; -$a->strings["Hidden"] = "Falinn"; -$a->strings["Only show hidden contacts"] = "Aðeins sýna falda tengiliði"; -$a->strings["Search your contacts"] = "Leita í þínum vinum"; -$a->strings["Archive"] = "Setja í geymslu"; -$a->strings["Unarchive"] = "Taka úr geymslu"; -$a->strings["Batch Actions"] = ""; -$a->strings["View all contacts"] = "Skoða alla tengiliði"; -$a->strings["View all common friends"] = ""; -$a->strings["Advanced Contact Settings"] = ""; -$a->strings["Mutual Friendship"] = "Sameiginlegur vinskapur"; -$a->strings["is a fan of yours"] = "er fylgjandi þinn"; -$a->strings["you are a fan of"] = "þú er fylgjandi"; -$a->strings["Toggle Blocked status"] = ""; -$a->strings["Toggle Ignored status"] = ""; -$a->strings["Toggle Archive status"] = ""; -$a->strings["Delete contact"] = "Eyða tengilið"; -$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."] = "Ekki tókst að skilja svar frá ytri vef."; -$a->strings["Unexpected response from remote site: "] = "Óskiljanlegt svar frá ytri vef:"; -$a->strings["Confirmation completed successfully."] = "Staðfesting kláraði eðlilega."; -$a->strings["Remote site reported: "] = "Ytri vefur svaraði:"; -$a->strings["Temporary failure. Please wait and try again."] = "Tímabundin villa. Bíddu aðeins og reyndu svo aftur."; -$a->strings["Introduction failed or was revoked."] = "Kynning mistókst eða var afturkölluð."; -$a->strings["Unable to set contact photo."] = "Ekki tókst að setja tengiliðamynd."; -$a->strings["No user record found for '%s' "] = "Engin notandafærsla fannst fyrir '%s'"; -$a->strings["Our site encryption key is apparently messed up."] = "Dulkóðunnar lykill síðunnar okker er í döðlu."; -$a->strings["Empty site URL was provided or URL could not be decrypted by us."] = "Tómt slóð var uppgefin eða ekki okkur tókst ekki að afkóða slóð."; -$a->strings["Contact record was not found for you on our site."] = "Tengiliðafærslan þín fannst ekki á þjóninum okkar."; -$a->strings["Site public key not available in contact record for URL %s."] = "Opinber lykill er ekki til í tengiliðafærslu fyrir slóð %s."; -$a->strings["The ID provided by your system is a duplicate on our system. It should work if you try again."] = "Skilríkið sem þjónninn þinn gaf upp er þegar afritað á okkar þjón. Þetta ætti að virka ef þú bara reynir aftur."; -$a->strings["Unable to set your contact credentials on our system."] = "Ekki tókst að setja tengiliða skilríkið þitt upp á þjóninum okkar."; -$a->strings["Unable to update your contact profile details on our system"] = "Ekki tókst að uppfæra tengiliða skilríkis upplýsingarnar á okkar þjón"; -$a->strings["%1\$s has joined %2\$s"] = "%1\$s hefur gengið til liðs við %2\$s"; -$a->strings["This introduction has already been accepted."] = "Þessi kynning hefur þegar verið samþykkt."; -$a->strings["Profile location is not valid or does not contain profile information."] = "Forsíðu slóð er ekki í lagi eða inniheldur ekki forsíðu upplýsingum."; -$a->strings["Warning: profile location has no identifiable owner name."] = "Aðvörun: forsíðu staðsetning hefur ekki aðgreinanlegt eigendanafn."; -$a->strings["Warning: profile location has no profile photo."] = "Aðvörun: forsíðu slóð hefur ekki forsíðu mynd."; -$a->strings["%d required parameter was not found at the given location"] = [ - 0 => "%d skilyrt breyta fannst ekki á uppgefinni staðsetningu", - 1 => "%d skilyrtar breytur fundust ekki á uppgefninni staðsetningu", +$a->strings["Frequently"] = "Oft"; +$a->strings["Hourly"] = "Á klukkustundar fresti"; +$a->strings["Twice daily"] = "Tvisvar á dag"; +$a->strings["Daily"] = "Daglega"; +$a->strings["Weekly"] = "Vikulega"; +$a->strings["Monthly"] = "Mánaðarlega"; +$a->strings["OStatus"] = ""; +$a->strings["RSS/Atom"] = "RSS / Atom"; +$a->strings["Facebook"] = "Facebook"; +$a->strings["Zot!"] = "Zot!"; +$a->strings["LinkedIn"] = "LinkedIn"; +$a->strings["XMPP/IM"] = "XMPP/IM"; +$a->strings["MySpace"] = "MySpace"; +$a->strings["Google+"] = "Google+"; +$a->strings["pump.io"] = "pump.io"; +$a->strings["Twitter"] = "Twitter"; +$a->strings["Diaspora Connector"] = "Diaspora tenging"; +$a->strings["GNU Social Connector"] = "GNU Social tenging"; +$a->strings["pnut"] = "pnut"; +$a->strings["App.net"] = "App.net"; +$a->strings["Male"] = "Karl"; +$a->strings["Female"] = "Kona"; +$a->strings["Currently Male"] = "Karlkyns í augnablikinu"; +$a->strings["Currently Female"] = "Kvenkyns í augnablikinu"; +$a->strings["Mostly Male"] = "Aðallega karlkyns"; +$a->strings["Mostly Female"] = "Aðallega kvenkyns"; +$a->strings["Transgender"] = "Kyngervingur (trans)"; +$a->strings["Intersex"] = "Hvorugkyn"; +$a->strings["Transsexual"] = "Kynskiptingur"; +$a->strings["Hermaphrodite"] = "Tvíkynja"; +$a->strings["Neuter"] = "Kynlaus"; +$a->strings["Non-specific"] = "Ekki ákveðið"; +$a->strings["Other"] = "Annað"; +$a->strings["Males"] = "Karlar"; +$a->strings["Females"] = "Konur"; +$a->strings["Gay"] = "Hommi"; +$a->strings["Lesbian"] = "Lesbía"; +$a->strings["No Preference"] = "Til í allt"; +$a->strings["Bisexual"] = "Tvíkynhneigð/ur"; +$a->strings["Autosexual"] = "Sjálfkynhneigð/ur"; +$a->strings["Abstinent"] = "Skírlíf/ur"; +$a->strings["Virgin"] = "Hrein mey/Hreinn sveinn"; +$a->strings["Deviant"] = "Óþekkur"; +$a->strings["Fetish"] = "Blæti"; +$a->strings["Oodles"] = "Mikið af því"; +$a->strings["Nonsexual"] = "Engin kynhneigð"; +$a->strings["Single"] = "Einhleyp/ur"; +$a->strings["Lonely"] = "Einmanna"; +$a->strings["Available"] = "Á lausu"; +$a->strings["Unavailable"] = "Frátekin/n"; +$a->strings["Has crush"] = "Er skotin(n)"; +$a->strings["Infatuated"] = ""; +$a->strings["Dating"] = "Deita"; +$a->strings["Unfaithful"] = "Ótrú/r"; +$a->strings["Sex Addict"] = "Kynlífsfíkill"; +$a->strings["Friends"] = "Vinir"; +$a->strings["Friends/Benefits"] = "Vinir með meiru"; +$a->strings["Casual"] = "Lauslát/ur"; +$a->strings["Engaged"] = "Trúlofuð/Trúlofaður"; +$a->strings["Married"] = "Gift/ur"; +$a->strings["Imaginarily married"] = "Gift/ur í huganum"; +$a->strings["Partners"] = "Félagar"; +$a->strings["Cohabiting"] = "Í sambúð"; +$a->strings["Common law"] = "Löggilt sambúð"; +$a->strings["Happy"] = "Hamingjusöm/Hamingjusamur"; +$a->strings["Not looking"] = "Ekki að leita"; +$a->strings["Swinger"] = "Svingari"; +$a->strings["Betrayed"] = "Svikin/n"; +$a->strings["Separated"] = "Skilin/n að borði og sæng"; +$a->strings["Unstable"] = "Óstabíll"; +$a->strings["Divorced"] = "Fráskilin/n"; +$a->strings["Imaginarily divorced"] = "Fráskilin/n í huganum"; +$a->strings["Widowed"] = "Ekkja/Ekkill"; +$a->strings["Uncertain"] = "Óviss"; +$a->strings["It's complicated"] = "Þetta er flókið"; +$a->strings["Don't care"] = "Gæti ekki verið meira sama"; +$a->strings["Ask me"] = "Spurðu mig"; +$a->strings["There are no tables on MyISAM."] = ""; +$a->strings["\n\t\t\t\tThe friendica developers released update %s recently,\n\t\t\t\tbut when I tried to install it, something went terribly wrong.\n\t\t\t\tThis needs to be fixed soon and I can't do it alone. Please contact a\n\t\t\t\tfriendica developer if you can not help me on your own. My database might be invalid."] = ""; +$a->strings["The error message is\n[pre]%s[/pre]"] = ""; +$a->strings["\nError %d occurred during database update:\n%s\n"] = ""; +$a->strings["Errors encountered performing database changes: "] = ""; +$a->strings[": Database update"] = ""; +$a->strings["%s: updating %s table."] = ""; +$a->strings["[no subject]"] = "[ekkert efni]"; +$a->strings["Requested account is not available."] = "Umbeðin forsíða er ekki til."; +$a->strings["Edit profile"] = "Breyta forsíðu"; +$a->strings["Atom feed"] = "Atom fréttaveita"; +$a->strings["Manage/edit profiles"] = "Sýsla með forsíður"; +$a->strings["g A l F d"] = "g A l F d"; +$a->strings["F d"] = "F d"; +$a->strings["[today]"] = "[í dag]"; +$a->strings["Birthday Reminders"] = "Afmælisáminningar"; +$a->strings["Birthdays this week:"] = "Afmæli í þessari viku:"; +$a->strings["[No description]"] = "[Engin lýsing]"; +$a->strings["Event Reminders"] = "Atburðaáminningar"; +$a->strings["Events this week:"] = "Atburðir vikunnar:"; +$a->strings["Member since:"] = "Meðlimur síðan:"; +$a->strings["j F, Y"] = "j F, Y"; +$a->strings["j F"] = "j F"; +$a->strings["Age:"] = "Aldur:"; +$a->strings["for %1\$d %2\$s"] = "fyrir %1\$d %2\$s"; +$a->strings["Religion:"] = "Trúarskoðanir:"; +$a->strings["Hobbies/Interests:"] = "Áhugamál/Áhugasvið:"; +$a->strings["Contact information and Social Networks:"] = "Tengiliðaupplýsingar og samfélagsnet:"; +$a->strings["Musical interests:"] = "Tónlistaráhugi:"; +$a->strings["Books, literature:"] = "Bækur, bókmenntir:"; +$a->strings["Television:"] = "Sjónvarp:"; +$a->strings["Film/dance/culture/entertainment:"] = "Kvikmyndir/dans/menning/afþreying:"; +$a->strings["Love/Romance:"] = "Ást/rómantík:"; +$a->strings["Work/employment:"] = "Atvinna:"; +$a->strings["School/education:"] = "Skóli/menntun:"; +$a->strings["Forums:"] = "Spjallsvæði:"; +$a->strings["Only You Can See This"] = "Aðeins þú sérð þetta"; +$a->strings["%1\$s is attending %2\$s's %3\$s"] = ""; +$a->strings["%1\$s is not attending %2\$s's %3\$s"] = ""; +$a->strings["%1\$s may attend %2\$s's %3\$s"] = ""; +$a->strings["A deleted group with this name was revived. Existing item permissions may apply to this group and any future members. If this is not what you intended, please create another group with a different name."] = "Hóp sem var eytt hefur verið endurlífgaður. Færslur sem þegar voru til geta mögulega farið á hópinn og framtíðar meðlimir. Ef þetta er ekki það sem þú vilt, þá þarftu að búa til nýjan hóp með öðru nafni."; +$a->strings["Default privacy group for new contacts"] = ""; +$a->strings["Everybody"] = "Allir"; +$a->strings["edit"] = "breyta"; +$a->strings["Edit group"] = "Breyta hóp"; +$a->strings["Contacts not in any group"] = "Tengiliðir ekki í neinum hópum"; +$a->strings["Create a new group"] = "Stofna nýjan hóp"; +$a->strings["Edit groups"] = "Breyta hópum"; +$a->strings["Drop Contact"] = "Henda tengilið"; +$a->strings["Organisation"] = ""; +$a->strings["News"] = "Fréttir"; +$a->strings["Forum"] = "Spjallsvæði"; +$a->strings["Connect URL missing."] = "Tengislóð vantar."; +$a->strings["The contact could not be added. Please check the relevant network credentials in your Settings -> Social Networks page."] = ""; +$a->strings["This site is not configured to allow communications with other networks."] = "Þessi vefur er ekki uppsettur til að leyfa samskipti við önnur samfélagsnet."; +$a->strings["No compatible communication protocols or feeds were discovered."] = "Engir samhæfðir samskiptastaðlar né fréttastraumar fundust."; +$a->strings["The profile address specified does not provide adequate information."] = "Uppgefin forsíðuslóð inniheldur ekki nægilegar upplýsingar."; +$a->strings["An author or name was not found."] = "Höfundur eða nafn fannst ekki."; +$a->strings["No browser URL could be matched to this address."] = "Engin vefslóð passaði við þetta vistfang."; +$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."] = "Þessi forsíðu slóð tilheyrir neti sem er bannað á þessum vef."; +$a->strings["Limited profile. This person will be unable to receive direct/personal notifications from you."] = "Takmörkuð forsíða. Þessi tengiliður mun ekki getað tekið á móti beinum/einka tilkynningum frá þér."; +$a->strings["Unable to retrieve contact information."] = "Ekki hægt að sækja tengiliðs upplýsingar."; +$a->strings["%s's birthday"] = "Afmælisdagur %s"; +$a->strings["Happy Birthday %s"] = "Til hamingju með afmælið %s"; +$a->strings["Starts:"] = "Byrjar:"; +$a->strings["Finishes:"] = "Endar:"; +$a->strings["all-day"] = "allan-daginn"; +$a->strings["Jun"] = "Jún"; +$a->strings["Sept"] = "Sept"; +$a->strings["No events to display"] = "Engir atburðir til að birta"; +$a->strings["l, F j"] = "l, F j"; +$a->strings["Edit event"] = "Breyta atburð"; +$a->strings["Duplicate event"] = "Tvítaka atburð"; +$a->strings["Delete event"] = "Eyða atburði"; +$a->strings["D g:i A"] = "D g:i A"; +$a->strings["g:i A"] = "g:i A"; +$a->strings["Show map"] = "Birta kort"; +$a->strings["Hide map"] = ""; +$a->strings["Login failed"] = "Innskráning mistókst"; +$a->strings["Not enough information to authenticate"] = ""; +$a->strings["An invitation is required."] = "Boðskort er skilyrði."; +$a->strings["Invitation could not be verified."] = "Ekki hægt að sannreyna boðskort."; +$a->strings["Invalid OpenID url"] = "OpenID slóð ekki til"; +$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:"] = "Villumeldingin var:"; +$a->strings["Please enter the required information."] = "Settu inn umbeðnar upplýsingar."; +$a->strings["Please use a shorter name."] = "Notaðu styttra nafn."; +$a->strings["Name too short."] = "Nafn of stutt."; +$a->strings["That doesn't appear to be your full (First Last) name."] = "Þetta virðist ekki vera fullt nafn (Jón Jónsson)."; +$a->strings["Your email domain is not among those allowed on this site."] = "Póstþjónninn er ekki í lista yfir leyfða póstþjóna á þessum vef."; +$a->strings["Not a valid email address."] = "Ekki tækt tölvupóstfang."; +$a->strings["Cannot use that email."] = "Ekki hægt að nota þetta póstfang."; +$a->strings["Your nickname can only contain a-z, 0-9 and _."] = ""; +$a->strings["Nickname is already registered. Please choose another."] = "Gælunafn þegar skráð. Veldu annað."; +$a->strings["SERIOUS ERROR: Generation of security keys failed."] = "VERULEGA ALVARLEG VILLA: Stofnun á öryggislyklum tókst ekki."; +$a->strings["An error occurred during registration. Please try again."] = "Villa kom upp við nýskráningu. Reyndu aftur."; +$a->strings["default"] = "sjálfgefið"; +$a->strings["An error occurred creating your default profile. Please try again."] = "Villa kom upp við að stofna sjálfgefna forsíðu. Vinnsamlegast reyndu aftur."; +$a->strings["An error occurred creating your self contact. Please try again."] = ""; +$a->strings["An error occurred creating your default contact group. Please try again."] = ""; +$a->strings["\n\t\t\tDear %1\$s,\n\t\t\t\tThank you for registering at %2\$s. Your account is pending for approval by the administrator.\n\t\t"] = ""; +$a->strings["Registration at %s"] = ""; +$a->strings["\n\t\t\tDear %1\$s,\n\t\t\t\tThank you for registering at %2\$s. Your account has been created.\n\t\t"] = ""; +$a->strings["\n\t\t\tThe login details are as follows:\n\n\t\t\tSite Location:\t%3\$s\n\t\t\tLogin Name:\t\t%1\$s\n\t\t\tPassword:\t\t%5\$s\n\n\t\t\tYou may change your password from your account \"Settings\" page after logging\n\t\t\tin.\n\n\t\t\tPlease take a few moments to review the other account settings on that page.\n\n\t\t\tYou may also wish to add some basic information to your default profile\n\t\t\t(on the \"Profiles\" page) so that other people can easily find you.\n\n\t\t\tWe recommend setting your full name, adding a profile photo,\n\t\t\tadding some profile \"keywords\" (very useful in making new friends) - and\n\t\t\tperhaps what country you live in; if you do not wish to be more specific\n\t\t\tthan that.\n\n\t\t\tWe fully respect your right to privacy, and none of these items are necessary.\n\t\t\tIf you are new and do not know anybody here, they may help\n\t\t\tyou to make some new and interesting friends.\n\n\t\t\tIf you ever want to delete your account, you can do so at %3\$s/removeme\n\n\t\t\tThank you and welcome to %2\$s."] = ""; +$a->strings["%s is now following %s."] = "%s fylgist núna með %s."; +$a->strings["following"] = "fylgist með"; +$a->strings["%s stopped following %s."] = ""; +$a->strings["stopped following"] = "hætt að fylgja"; +$a->strings["%s\\'s birthday"] = "Afmælisdagur %s"; +$a->strings["Sharing notification from Diaspora network"] = "Tilkynning um að einhver deildi atriði á Diaspora netinu"; +$a->strings["Attachments:"] = "Viðhengi:"; +$a->strings["(no subject)"] = "(ekkert efni)"; +$a->strings["This entry was edited"] = ""; +$a->strings["save to folder"] = "vista í möppu"; +$a->strings["I will attend"] = ""; +$a->strings["I will not attend"] = ""; +$a->strings["I might attend"] = ""; +$a->strings["add star"] = "bæta við stjörnu"; +$a->strings["remove star"] = "eyða stjörnu"; +$a->strings["toggle star status"] = "Kveikja/slökkva á stjörnu"; +$a->strings["starred"] = "stjörnumerkt"; +$a->strings["ignore thread"] = ""; +$a->strings["unignore thread"] = ""; +$a->strings["toggle ignore status"] = ""; +$a->strings["add tag"] = "bæta við merki"; +$a->strings["like"] = "líkar"; +$a->strings["dislike"] = "mislíkar"; +$a->strings["Share this"] = "Deila þessu"; +$a->strings["share"] = "deila"; +$a->strings["to"] = "við"; +$a->strings["via"] = "gegnum"; +$a->strings["Wall-to-Wall"] = "vegg við vegg"; +$a->strings["via Wall-To-Wall:"] = "gegnum vegg við vegg"; +$a->strings["%d comment"] = [ + 0 => "%d ummæli", + 1 => "%d ummæli", ]; -$a->strings["Introduction complete."] = "Kynning tilbúinn."; -$a->strings["Unrecoverable protocol error."] = "Alvarleg samskipta villa."; -$a->strings["Profile unavailable."] = "Ekki hægt að sækja forsíðu"; -$a->strings["%s has received too many connection requests today."] = "%s hefur fengið of margar tengibeiðnir í dag."; -$a->strings["Spam protection measures have been invoked."] = "Kveikt hefur verið á ruslsíu"; -$a->strings["Friends are advised to please try again in 24 hours."] = "Vinir eru beðnir um að reyna aftur eftir 24 klukkustundir."; -$a->strings["Invalid locator"] = "Ógild staðsetning"; -$a->strings["Invalid email address."] = "Ógilt póstfang."; -$a->strings["This account has not been configured for email. Request failed."] = ""; -$a->strings["You have already introduced yourself here."] = "Kynning hefur þegar átt sér stað hér."; -$a->strings["Apparently you are already friends with %s."] = "Þú ert þegar vinur %s."; -$a->strings["Invalid profile URL."] = "Ógild forsíðu slóð."; -$a->strings["Your introduction has been sent."] = "Kynningin þín hefur verið send."; -$a->strings["Remote subscription can't be done for your network. Please subscribe directly on your system."] = ""; -$a->strings["Please login to confirm introduction."] = "Skráðu þig inn til að staðfesta kynningu."; -$a->strings["Incorrect identity currently logged in. Please login to this profile."] = "Ekki réttur notandi skráður inn. Skráðu þig inn sem þessi notandi."; -$a->strings["Confirm"] = "Staðfesta"; -$a->strings["Hide this contact"] = "Fela þennan tengilið"; -$a->strings["Welcome home %s."] = "Velkomin(n) heim %s."; -$a->strings["Please confirm your introduction/connection request to %s."] = "Staðfestu kynninguna/tengibeiðnina við %s."; -$a->strings["Please enter your 'Identity Address' from one of the following supported communications networks:"] = "Settu inn 'Auðkennisnetfang' þitt úr einhverjum af eftirfarandi samskiptanetum:"; -$a->strings["If you are not yet a member of the free social web, follow this link to find a public Friendica site and join us today."] = ""; -$a->strings["Friend/Connection Request"] = "Vinabeiðni/Tengibeiðni"; -$a->strings["Examples: jojo@demo.friendica.com, http://demo.friendica.com/profile/jojo, testuser@identi.ca"] = "Dæmi: siggi@demo.friendica.com, http://demo.friendica.com/profile/siggi, prufunotandi@identi.ca"; -$a->strings["Please answer the following:"] = "Vinnsamlegast svaraðu eftirfarandi:"; -$a->strings["Does %s know you?"] = "Þekkir %s þig?"; -$a->strings["Add a personal note:"] = "Bæta við persónulegri athugasemd"; -$a->strings["StatusNet/Federated Social Web"] = "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:"] = "Auðkennisnetfang þitt:"; -$a->strings["Submit Request"] = "Senda beiðni"; -$a->strings["You already added this contact."] = ""; -$a->strings["Diaspora support isn't enabled. Contact can't be added."] = ""; -$a->strings["OStatus support is disabled. Contact can't be added."] = ""; -$a->strings["The network type couldn't be detected. Contact can't be added."] = ""; -$a->strings["Contact added"] = "Tengilið bætt við"; -$a->strings["Friendica Communications Server - Setup"] = ""; -$a->strings["Could not connect to database."] = "Gat ekki tengst gagnagrunn."; -$a->strings["Could not create table."] = "Gat ekki búið til töflu."; -$a->strings["Your Friendica site database has been installed."] = "Friendica gagnagrunnurinn þinn hefur verið uppsettur."; -$a->strings["You may need to import the file \"database.sql\" manually using phpmyadmin or mysql."] = "Þú þarft mögulega að keyra inn skránna \"database.sql\" handvirkt með phpmyadmin eða mysql."; -$a->strings["Please see the file \"INSTALL.txt\"."] = "Lestu skrána \"INSTALL.txt\"."; -$a->strings["Database already in use."] = ""; -$a->strings["System check"] = "Kerfis prófun"; -$a->strings["Check again"] = "Prófa aftur"; -$a->strings["Database connection"] = "Gangagrunns tenging"; -$a->strings["In order to install Friendica we need to know how to connect to your database."] = "Til að setja upp Friendica þurfum við að vita hvernig á að tengjast gagnagrunninum þínum."; -$a->strings["Please contact your hosting provider or site administrator if you have questions about these settings."] = "Hafðu samband við hýsingaraðilann þinn eða kerfisstjóra ef þú hefur spurningar varðandi þessar stillingar."; -$a->strings["The database you specify below should already exist. If it does not, please create it before continuing."] = "Gagnagrunnurinn sem þú bendir á þarf þegar að vera til. Ef ekki þá þarf að stofna hann áður en haldið er áfram."; -$a->strings["Database Server Name"] = "Vélanafn gagangrunns"; -$a->strings["Database Login Name"] = "Notendanafn í gagnagrunn"; -$a->strings["Database Login Password"] = "Aðgangsorð í gagnagrunns"; -$a->strings["Database Name"] = "Nafn gagnagrunns"; -$a->strings["Site administrator email address"] = "Póstfang kerfisstjóra vefsvæðis"; -$a->strings["Your account email address must match this in order to use the web admin panel."] = "Póstfang aðgangsins þíns verður að passa við þetta til að hægt sé að nota umsýsluvefviðmótið."; -$a->strings["Please select a default timezone for your website"] = "Veldu sjálfgefið tímabelti fyrir vefsíðuna"; -$a->strings["Site settings"] = "Stillingar vefsvæðis"; -$a->strings["System Language:"] = ""; -$a->strings["Set the default language for your Friendica installation interface and to send emails."] = ""; -$a->strings["Could not find a command line version of PHP in the web server PATH."] = "Gat ekki fundið skipanalínu útgáfu af PHP í vefþjóns 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 'Setup the poller'"] = ""; -$a->strings["PHP executable path"] = "PHP keyrslu slóð"; -$a->strings["Enter full path to php executable. You can leave this blank to continue the installation."] = ""; -$a->strings["Command line PHP"] = "Skipanalínu 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."] = "Skipanalínu útgáfa af PHP á vefþjóninum hefur ekki kveikt á \"register_argc_argv\"."; -$a->strings["This is required for message delivery to work."] = "Þetta er skilyrt fyrir því að skilaboð komist til skila."; -$a->strings["PHP register_argc_argv"] = ""; -$a->strings["Error: the \"openssl_pkey_new\" function on this system is not able to generate encryption keys"] = "Villa: Stefjan \"openssl_pkey_new\" á vefþjóninum getur ekki stofnað dulkóðunar lykla"; -$a->strings["If running under Windows, please see \"http://www.php.net/manual/en/openssl.installation.php\"."] = "Ef keyrt er á Window, skoðaðu þá \"http://www.php.net/manual/en/openssl.installation.php\"."; -$a->strings["Generate encryption keys"] = "Búa til dulkóðunar lykla"; -$a->strings["libCurl PHP module"] = "libCurl PHP eining"; -$a->strings["GD graphics PHP module"] = "GD graphics PHP eining"; -$a->strings["OpenSSL PHP module"] = "OpenSSL PHP eining"; -$a->strings["mysqli PHP module"] = "mysqli PHP eining"; -$a->strings["mb_string PHP module"] = "mb_string PHP eining"; -$a->strings["mcrypt PHP module"] = ""; -$a->strings["XML PHP module"] = ""; -$a->strings["iconv module"] = ""; -$a->strings["Apache mod_rewrite module"] = "Apache mod_rewrite eining"; -$a->strings["Error: Apache webserver mod-rewrite module is required but not installed."] = "Villa: Apache vefþjóns eining mod-rewrite er skilyrði og er ekki uppsett. "; -$a->strings["Error: libCURL PHP module required but not installed."] = "Villa: libCurl PHP eining er skilyrði og er ekki uppsett."; -$a->strings["Error: GD graphics PHP module with JPEG support required but not installed."] = "Villa: GD graphics PHP eining með JPEG stuðningi er skilyrði og er ekki uppsett."; -$a->strings["Error: openssl PHP module required but not installed."] = "Villa: openssl PHP eining skilyrði og er ekki uppsett."; -$a->strings["Error: mysqli PHP module required but not installed."] = "Villa: mysqli PHP eining er skilyrði og er ekki uppsett"; -$a->strings["Error: mb_string PHP module required but not installed."] = "Villa: mb_string PHP eining skilyrði en ekki uppsett."; -$a->strings["Error: mcrypt PHP module required but not installed."] = ""; -$a->strings["Error: iconv PHP module required but not installed."] = ""; -$a->strings["If you are using php_cli, please make sure that mcrypt module is enabled in its config file"] = ""; -$a->strings["Function mcrypt_create_iv() is not defined. This is needed to enable RINO2 encryption layer."] = ""; -$a->strings["mcrypt_create_iv() function"] = ""; -$a->strings["Error, XML 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."] = "Vef uppsetningar forrit þarf að geta stofnað skránna \".htconfig.php\" in efsta skráarsafninu á vefþjóninum og það getur ekki gert það."; -$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."] = "Þetta er oftast aðgangsstýringa stilling, þar sem vefþjónninn getur ekki skrifað út skrár í skráarsafnið - þó þú getir það."; -$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"] = ".htconfig.php er skrifanleg"; -$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["ImageMagick PHP extension is not installed"] = ""; -$a->strings["ImageMagick PHP extension is installed"] = ""; -$a->strings["ImageMagick supports GIF"] = ""; -$a->strings["The database configuration file \".htconfig.php\" could not be written. Please use the enclosed text to create a configuration file in your web server root."] = "Ekki tókst að skrifa stillingaskrá gagnagrunns \".htconfig.php\". Notað meðfylgjandi texta til að búa til stillingarskrá í rót vefþjónsins."; -$a->strings["

    What next

    "] = ""; -$a->strings["IMPORTANT: You will need to [manually] setup a scheduled task for the poller."] = "MIKILVÆGT: Þú þarft að [handvirkt] setja upp sjálfvirka keyrslu á poller."; -$a->strings["Unable to locate original post."] = "Ekki tókst að finna upphaflega færslu."; -$a->strings["Empty post discarded."] = "Tóm færsla eytt."; -$a->strings["System error. Post not saved."] = "Kerfisvilla. Færsla ekki vistuð."; -$a->strings["This message was sent to you by %s, a member of the Friendica social network."] = "Skilaboðið sendi %s, notandi á Friendica samfélagsnetinu."; -$a->strings["You may visit them online at %s"] = "Þú getur heimsótt þau á netinu á %s"; -$a->strings["Please contact the sender by replying to this post if you do not wish to receive these messages."] = "Hafðu samband við sendanda með því að svara á þessari færslu ef þú villt ekki fá þessi skilaboð."; -$a->strings["%s posted an update."] = "%s hefur sent uppfærslu."; -$a->strings["Warning: This group contains %s member from a network that doesn't allow non public messages."] = [ - 0 => "", - 1 => "", -]; -$a->strings["Messages in this group won't be send to these receivers."] = ""; -$a->strings["Private messages to this person are at risk of public disclosure."] = "Einka skilaboð send á þennan notanda eiga á hættu að verða opinber."; -$a->strings["Invalid contact."] = "Ógildur tengiliður."; -$a->strings["Commented Order"] = "Athugasemdar röð"; -$a->strings["Sort by Comment Date"] = "Raða eftir umræðu dagsetningu"; -$a->strings["Posted Order"] = "Færlsu röð"; -$a->strings["Sort by Post Date"] = "Raða eftir færslu dagsetningu"; -$a->strings["Posts that mention or involve you"] = "Færslur sem tengjast þér"; -$a->strings["New"] = "Ný"; -$a->strings["Activity Stream - by date"] = "Færslu straumur - raðað eftir dagsetningu"; -$a->strings["Shared Links"] = ""; -$a->strings["Interesting Links"] = "Áhugaverðir tenglar"; -$a->strings["Starred"] = "Stjörnumerkt"; -$a->strings["Favourite Posts"] = "Uppáhalds færslur"; -$a->strings["{0} wants to be your friend"] = "{0} vill vera vinur þinn"; -$a->strings["{0} sent you a message"] = "{0} sendi þér skilboð"; -$a->strings["{0} requested registration"] = "{0} óskaði eftir skráningu"; -$a->strings["No contacts."] = "Enginn tengiliður"; -$a->strings["via"] = ""; -$a->strings["Repeat the image"] = ""; -$a->strings["Will repeat your image to fill the background."] = ""; -$a->strings["Stretch"] = ""; -$a->strings["Will stretch to width/height of the image."] = ""; -$a->strings["Resize fill and-clip"] = ""; -$a->strings["Resize to fill and retain aspect ratio."] = ""; -$a->strings["Resize best fit"] = ""; -$a->strings["Resize to best fit and retain aspect ratio."] = ""; -$a->strings["Default"] = ""; -$a->strings["Note: "] = ""; -$a->strings["Check image permissions if all users are allowed to visit the image"] = ""; -$a->strings["Select scheme"] = ""; -$a->strings["Navigation bar background color"] = ""; -$a->strings["Navigation bar icon color "] = ""; -$a->strings["Link color"] = "Litur tengils"; -$a->strings["Set the background color"] = ""; -$a->strings["Content background transparency"] = ""; -$a->strings["Set the background image"] = ""; -$a->strings["Guest"] = ""; -$a->strings["Visitor"] = ""; -$a->strings["Alignment"] = ""; -$a->strings["Left"] = ""; -$a->strings["Center"] = ""; -$a->strings["Color scheme"] = ""; -$a->strings["Posts font size"] = ""; -$a->strings["Textareas font size"] = ""; -$a->strings["Community Profiles"] = ""; -$a->strings["Last users"] = "Nýjustu notendurnir"; -$a->strings["Find Friends"] = ""; -$a->strings["Local Directory"] = ""; -$a->strings["Quick Start"] = ""; -$a->strings["Connect Services"] = ""; -$a->strings["Comma separated list of helper forums"] = ""; -$a->strings["Set style"] = ""; -$a->strings["Community Pages"] = ""; -$a->strings["Help or @NewHere ?"] = ""; -$a->strings["greenzero"] = ""; -$a->strings["purplezero"] = ""; -$a->strings["easterbunny"] = ""; -$a->strings["darkzero"] = ""; -$a->strings["comix"] = ""; -$a->strings["slackr"] = ""; -$a->strings["Variations"] = ""; -$a->strings["Delete this item?"] = "Eyða þessu atriði?"; -$a->strings["show fewer"] = "birta minna"; -$a->strings["Update %s failed. See error logs."] = "Uppfærsla á %s mistókst. Skoðaðu villuannál."; +$a->strings["Bold"] = "Feitletrað"; +$a->strings["Italic"] = "Skáletrað"; +$a->strings["Underline"] = "Undirstrikað"; +$a->strings["Quote"] = "Gæsalappir"; +$a->strings["Code"] = "Kóði"; +$a->strings["Image"] = "Mynd"; +$a->strings["Link"] = "Tengill"; +$a->strings["Video"] = "Myndband"; $a->strings["Create a New Account"] = "Stofna nýjan notanda"; $a->strings["Password: "] = "Aðgangsorð: "; $a->strings["Remember me"] = "Muna eftir mér"; @@ -2049,4 +2122,54 @@ $a->strings["Website Terms of Service"] = "Þjónustuskilmálar vefsvæðis"; $a->strings["terms of service"] = "þjónustuskilmálar"; $a->strings["Website Privacy Policy"] = "Persónuverndarstefna"; $a->strings["privacy policy"] = "persónuverndarstefna"; +$a->strings["Logged out."] = "Skráður út."; +$a->strings["Delete this item?"] = "Eyða þessu atriði?"; +$a->strings["show fewer"] = "birta minna"; +$a->strings["greenzero"] = ""; +$a->strings["purplezero"] = ""; +$a->strings["easterbunny"] = ""; +$a->strings["darkzero"] = ""; +$a->strings["comix"] = ""; +$a->strings["slackr"] = ""; +$a->strings["Variations"] = "Tilbrigði"; +$a->strings["Repeat the image"] = "Endurtaka myndina"; +$a->strings["Will repeat your image to fill the background."] = ""; +$a->strings["Stretch"] = "Teygja"; +$a->strings["Will stretch to width/height of the image."] = ""; +$a->strings["Resize fill and-clip"] = ""; +$a->strings["Resize to fill and retain aspect ratio."] = ""; +$a->strings["Resize best fit"] = "Stærðarbreyta svo að passi"; +$a->strings["Resize to best fit and retain aspect ratio."] = "Stærðarbreyta svo að passi og halda upphaflegum hlutföllum."; +$a->strings["Default"] = "Sjálfgefið"; +$a->strings["Note"] = "Minnispunktur"; +$a->strings["Check image permissions if all users are allowed to visit the image"] = ""; +$a->strings["Select scheme"] = "Veldu litastef"; +$a->strings["Navigation bar background color"] = ""; +$a->strings["Navigation bar icon color "] = ""; +$a->strings["Link color"] = "Litur tengils"; +$a->strings["Set the background color"] = "Stilltu bakgrunnslit"; +$a->strings["Content background opacity"] = ""; +$a->strings["Set the background image"] = ""; +$a->strings["Login page background image"] = ""; +$a->strings["Login page background color"] = ""; +$a->strings["Leave background image and color empty for theme defaults"] = ""; +$a->strings["Guest"] = "Gestur"; +$a->strings["Visitor"] = "Í heimsókn"; +$a->strings["Alignment"] = "Hliðjöfnun"; +$a->strings["Left"] = "Vinstri"; +$a->strings["Center"] = "Miðjað"; +$a->strings["Color scheme"] = "Litastef"; +$a->strings["Posts font size"] = ""; +$a->strings["Textareas font size"] = ""; +$a->strings["Comma separated list of helper forums"] = ""; +$a->strings["Set style"] = ""; +$a->strings["Community Pages"] = ""; +$a->strings["Community Profiles"] = ""; +$a->strings["Help or @NewHere ?"] = ""; +$a->strings["Connect Services"] = ""; +$a->strings["Find Friends"] = "Finna vini"; +$a->strings["Last users"] = "Nýjustu notendurnir"; +$a->strings["Local Directory"] = "Staðvær mappa"; +$a->strings["Quick Start"] = ""; $a->strings["toggle mobile"] = ""; +$a->strings["Update %s failed. See error logs."] = "Uppfærsla á %s mistókst. Skoðaðu villuannál."; diff --git a/view/lang/it/messages.po b/view/lang/it/messages.po index e90885a790..71e52d13c6 100644 --- a/view/lang/it/messages.po +++ b/view/lang/it/messages.po @@ -5,7 +5,7 @@ # Translators: # Elena , 2014 # fabrixxm , 2011 -# fabrixxm , 2013-2015,2017 +# fabrixxm , 2013-2015,2017-2018 # fabrixxm , 2011-2012 # Francesco Apruzzese , 2012-2013 # ufic , 2012 @@ -16,9 +16,9 @@ msgid "" msgstr "" "Project-Id-Version: friendica\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2017-11-07 07:03+0100\n" -"PO-Revision-Date: 2017-11-18 18:26+0000\n" -"Last-Translator: Mauro Batini \n" +"POT-Creation-Date: 2018-03-05 16:37+0100\n" +"PO-Revision-Date: 2018-03-19 13:20+0000\n" +"Last-Translator: fabrixxm \n" "Language-Team: Italian (http://www.transifex.com/Friendica/friendica/language/it/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -26,3359 +26,1563 @@ msgstr "" "Language: it\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: include/features.php:65 -msgid "General Features" -msgstr "Funzionalità generali" +#: include/security.php:81 +msgid "Welcome " +msgstr "Ciao" -#: include/features.php:67 -msgid "Multiple Profiles" -msgstr "Profili multipli" +#: include/security.php:82 +msgid "Please upload a profile photo." +msgstr "Carica una foto per il profilo." -#: include/features.php:67 -msgid "Ability to create multiple profiles" -msgstr "Possibilità di creare profili multipli" +#: include/security.php:84 +msgid "Welcome back " +msgstr "Ciao " -#: include/features.php:68 -msgid "Photo Location" -msgstr "Località Foto" - -#: include/features.php:68 +#: include/security.php:431 msgid "" -"Photo metadata is normally stripped. This extracts the location (if present)" -" prior to stripping metadata and links it to a map." -msgstr "I metadati delle foto vengono rimossi. Questa opzione estrae la località (se presenta) prima di rimuovere i metadati e la collega a una mappa." +"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 "Il token di sicurezza della form non era corretto. Probabilmente la form è rimasta aperta troppo a lungo (più di tre ore) prima di inviarla." -#: include/features.php:69 -msgid "Export Public Calendar" -msgstr "Esporta calendario pubblico" - -#: include/features.php:69 -msgid "Ability for visitors to download the public calendar" -msgstr "Permesso ai visitatori di scaricare il calendario pubblico" - -#: include/features.php:74 -msgid "Post Composition Features" -msgstr "Funzionalità di composizione dei post" - -#: include/features.php:75 -msgid "Post Preview" -msgstr "Anteprima dei post" - -#: include/features.php:75 -msgid "Allow previewing posts and comments before publishing them" -msgstr "Permetti di avere un'anteprima di messaggi e commenti prima di pubblicarli" - -#: include/features.php:76 -msgid "Auto-mention Forums" -msgstr "Auto-cita i Forum" - -#: include/features.php:76 -msgid "" -"Add/remove mention when a forum page is selected/deselected in ACL window." -msgstr "Aggiunge/rimuove una menzione quando una pagina forum è selezionata/deselezionata nella finestra dei permessi." - -#: include/features.php:81 -msgid "Network Sidebar Widgets" -msgstr "Widget della barra laterale nella pagina Rete" - -#: include/features.php:82 -msgid "Search by Date" -msgstr "Cerca per data" - -#: include/features.php:82 -msgid "Ability to select posts by date ranges" -msgstr "Permette di filtrare i post per data" - -#: include/features.php:83 include/features.php:113 -msgid "List Forums" -msgstr "Elenco forum" - -#: include/features.php:83 -msgid "Enable widget to display the forums your are connected with" -msgstr "Abilita il widget che mostra i forum ai quali sei connesso" - -#: include/features.php:84 -msgid "Group Filter" -msgstr "Filtra gruppi" - -#: include/features.php:84 -msgid "Enable widget to display Network posts only from selected group" -msgstr "Abilita il widget per filtrare i post solo per il gruppo selezionato" - -#: include/features.php:85 -msgid "Network Filter" -msgstr "Filtro reti" - -#: include/features.php:85 -msgid "Enable widget to display Network posts only from selected network" -msgstr "Abilita il widget per mostrare i post solo per la rete selezionata" - -#: include/features.php:86 mod/search.php:37 mod/network.php:196 -msgid "Saved Searches" -msgstr "Ricerche salvate" - -#: include/features.php:86 -msgid "Save search terms for re-use" -msgstr "Salva i termini cercati per riutilizzarli" - -#: include/features.php:91 -msgid "Network Tabs" -msgstr "Schede pagina Rete" - -#: include/features.php:92 -msgid "Network Personal Tab" -msgstr "Scheda Personali" - -#: include/features.php:92 -msgid "Enable tab to display only Network posts that you've interacted on" -msgstr "Abilita la scheda per mostrare solo i post a cui hai partecipato" - -#: include/features.php:93 -msgid "Network New Tab" -msgstr "Scheda Nuovi" - -#: include/features.php:93 -msgid "Enable tab to display only new Network posts (from the last 12 hours)" -msgstr "Abilita la scheda per mostrare solo i post nuovi (nelle ultime 12 ore)" - -#: include/features.php:94 -msgid "Network Shared Links Tab" -msgstr "Scheda Link Condivisi" - -#: include/features.php:94 -msgid "Enable tab to display only Network posts with links in them" -msgstr "Abilita la scheda per mostrare solo i post che contengono link" - -#: include/features.php:99 -msgid "Post/Comment Tools" -msgstr "Strumenti per messaggi/commenti" - -#: include/features.php:100 -msgid "Multiple Deletion" -msgstr "Eliminazione multipla" - -#: include/features.php:100 -msgid "Select and delete multiple posts/comments at once" -msgstr "Seleziona ed elimina vari messaggi e commenti in una volta sola" - -#: include/features.php:101 -msgid "Edit Sent Posts" -msgstr "Modifica i post inviati" - -#: include/features.php:101 -msgid "Edit and correct posts and comments after sending" -msgstr "Modifica e correggi messaggi e commenti dopo averli inviati" - -#: include/features.php:102 -msgid "Tagging" -msgstr "Aggiunta tag" - -#: include/features.php:102 -msgid "Ability to tag existing posts" -msgstr "Permette di aggiungere tag ai post già esistenti" - -#: include/features.php:103 -msgid "Post Categories" -msgstr "Categorie post" - -#: include/features.php:103 -msgid "Add categories to your posts" -msgstr "Aggiungi categorie ai tuoi post" - -#: include/features.php:104 include/contact_widgets.php:167 -msgid "Saved Folders" -msgstr "Cartelle Salvate" - -#: include/features.php:104 -msgid "Ability to file posts under folders" -msgstr "Permette di archiviare i post in cartelle" - -#: include/features.php:105 -msgid "Dislike Posts" -msgstr "Non mi piace" - -#: include/features.php:105 -msgid "Ability to dislike posts/comments" -msgstr "Permetti di inviare \"non mi piace\" ai messaggi" - -#: include/features.php:106 -msgid "Star Posts" -msgstr "Post preferiti" - -#: include/features.php:106 -msgid "Ability to mark special posts with a star indicator" -msgstr "Permette di segnare i post preferiti con una stella" - -#: include/features.php:107 -msgid "Mute Post Notifications" -msgstr "Silenzia le notifiche di nuovi post" - -#: include/features.php:107 -msgid "Ability to mute notifications for a thread" -msgstr "Permette di silenziare le notifiche di nuovi post in una discussione" - -#: include/features.php:112 -msgid "Advanced Profile Settings" -msgstr "Impostazioni Avanzate Profilo" - -#: include/features.php:113 -msgid "Show visitors public community forums at the Advanced Profile Page" -msgstr "Mostra ai visitatori i forum nella pagina Profilo Avanzato" - -#: include/datetime.php:66 include/datetime.php:68 mod/profiles.php:697 -msgid "Miscellaneous" -msgstr "Varie" - -#: include/datetime.php:196 include/identity.php:655 -msgid "Birthday:" -msgstr "Compleanno:" - -#: include/datetime.php:198 mod/profiles.php:720 -msgid "Age: " -msgstr "Età : " - -#: include/datetime.php:200 -msgid "YYYY-MM-DD or MM-DD" -msgstr "AAAA-MM-GG o MM-GG" - -#: include/datetime.php:370 -msgid "never" -msgstr "mai" - -#: include/datetime.php:376 -msgid "less than a second ago" -msgstr "meno di un secondo fa" - -#: include/datetime.php:379 -msgid "year" -msgstr "anno" - -#: include/datetime.php:379 -msgid "years" -msgstr "anni" - -#: include/datetime.php:380 include/event.php:490 mod/cal.php:282 -#: mod/events.php:393 -msgid "month" -msgstr "mese" - -#: include/datetime.php:380 -msgid "months" -msgstr "mesi" - -#: include/datetime.php:381 include/event.php:491 mod/cal.php:283 -#: mod/events.php:394 -msgid "week" -msgstr "settimana" - -#: include/datetime.php:381 -msgid "weeks" -msgstr "settimane" - -#: include/datetime.php:382 include/event.php:492 mod/cal.php:284 -#: mod/events.php:395 -msgid "day" -msgstr "giorno" - -#: include/datetime.php:382 -msgid "days" -msgstr "giorni" - -#: include/datetime.php:383 -msgid "hour" -msgstr "ora" - -#: include/datetime.php:383 -msgid "hours" -msgstr "ore" - -#: include/datetime.php:384 -msgid "minute" -msgstr "minuto" - -#: include/datetime.php:384 -msgid "minutes" -msgstr "minuti" - -#: include/datetime.php:385 -msgid "second" -msgstr "secondo" - -#: include/datetime.php:385 -msgid "seconds" -msgstr "secondi" - -#: include/datetime.php:394 -#, php-format -msgid "%1$d %2$s ago" -msgstr "%1$d %2$s fa" - -#: include/datetime.php:620 -#, php-format -msgid "%s's birthday" -msgstr "Compleanno di %s" - -#: include/datetime.php:621 include/dfrn.php:1361 -#, php-format -msgid "Happy Birthday %s" -msgstr "Buon compleanno %s" - -#: include/profile_selectors.php:6 -msgid "Male" -msgstr "Maschio" - -#: include/profile_selectors.php:6 -msgid "Female" -msgstr "Femmina" - -#: include/profile_selectors.php:6 -msgid "Currently Male" -msgstr "Al momento maschio" - -#: include/profile_selectors.php:6 -msgid "Currently Female" -msgstr "Al momento femmina" - -#: include/profile_selectors.php:6 -msgid "Mostly Male" -msgstr "Prevalentemente maschio" - -#: include/profile_selectors.php:6 -msgid "Mostly Female" -msgstr "Prevalentemente femmina" - -#: include/profile_selectors.php:6 -msgid "Transgender" -msgstr "Transgender" - -#: include/profile_selectors.php:6 -msgid "Intersex" -msgstr "Intersex" - -#: include/profile_selectors.php:6 -msgid "Transsexual" -msgstr "Transessuale" - -#: include/profile_selectors.php:6 -msgid "Hermaphrodite" -msgstr "Ermafrodito" - -#: include/profile_selectors.php:6 -msgid "Neuter" -msgstr "Neutro" - -#: include/profile_selectors.php:6 -msgid "Non-specific" -msgstr "Non specificato" - -#: include/profile_selectors.php:6 -msgid "Other" -msgstr "Altro" - -#: include/profile_selectors.php:6 include/conversation.php:1565 -msgid "Undecided" -msgid_plural "Undecided" -msgstr[0] "Indeciso" -msgstr[1] "Indecisi" - -#: include/profile_selectors.php:23 -msgid "Males" -msgstr "Maschi" - -#: include/profile_selectors.php:23 -msgid "Females" -msgstr "Femmine" - -#: include/profile_selectors.php:23 -msgid "Gay" -msgstr "Gay" - -#: include/profile_selectors.php:23 -msgid "Lesbian" -msgstr "Lesbica" - -#: include/profile_selectors.php:23 -msgid "No Preference" -msgstr "Nessuna preferenza" - -#: include/profile_selectors.php:23 -msgid "Bisexual" -msgstr "Bisessuale" - -#: include/profile_selectors.php:23 -msgid "Autosexual" -msgstr "Autosessuale" - -#: include/profile_selectors.php:23 -msgid "Abstinent" -msgstr "Astinente" - -#: include/profile_selectors.php:23 -msgid "Virgin" -msgstr "Vergine" - -#: include/profile_selectors.php:23 -msgid "Deviant" -msgstr "Deviato" - -#: include/profile_selectors.php:23 -msgid "Fetish" -msgstr "Fetish" - -#: include/profile_selectors.php:23 -msgid "Oodles" -msgstr "Un sacco" - -#: include/profile_selectors.php:23 -msgid "Nonsexual" -msgstr "Asessuato" - -#: include/profile_selectors.php:42 -msgid "Single" -msgstr "Single" - -#: include/profile_selectors.php:42 -msgid "Lonely" -msgstr "Solitario" - -#: include/profile_selectors.php:42 -msgid "Available" -msgstr "Disponibile" - -#: include/profile_selectors.php:42 -msgid "Unavailable" -msgstr "Non disponibile" - -#: include/profile_selectors.php:42 -msgid "Has crush" -msgstr "è cotto/a" - -#: include/profile_selectors.php:42 -msgid "Infatuated" -msgstr "infatuato/a" - -#: include/profile_selectors.php:42 -msgid "Dating" -msgstr "Disponibile a un incontro" - -#: include/profile_selectors.php:42 -msgid "Unfaithful" -msgstr "Infedele" - -#: include/profile_selectors.php:42 -msgid "Sex Addict" -msgstr "Sesso-dipendente" - -#: include/profile_selectors.php:42 include/user.php:256 include/user.php:260 -msgid "Friends" -msgstr "Amici" - -#: include/profile_selectors.php:42 -msgid "Friends/Benefits" -msgstr "Amici con benefici" - -#: include/profile_selectors.php:42 -msgid "Casual" -msgstr "Casual" - -#: include/profile_selectors.php:42 -msgid "Engaged" -msgstr "Impegnato" - -#: include/profile_selectors.php:42 -msgid "Married" -msgstr "Sposato" - -#: include/profile_selectors.php:42 -msgid "Imaginarily married" -msgstr "immaginariamente sposato/a" - -#: include/profile_selectors.php:42 -msgid "Partners" -msgstr "Partners" - -#: include/profile_selectors.php:42 -msgid "Cohabiting" -msgstr "Coinquilino" - -#: include/profile_selectors.php:42 -msgid "Common law" -msgstr "diritto comune" - -#: include/profile_selectors.php:42 -msgid "Happy" -msgstr "Felice" - -#: include/profile_selectors.php:42 -msgid "Not looking" -msgstr "Non guarda" - -#: include/profile_selectors.php:42 -msgid "Swinger" -msgstr "Scambista" - -#: include/profile_selectors.php:42 -msgid "Betrayed" -msgstr "Tradito" - -#: include/profile_selectors.php:42 -msgid "Separated" -msgstr "Separato" - -#: include/profile_selectors.php:42 -msgid "Unstable" -msgstr "Instabile" - -#: include/profile_selectors.php:42 -msgid "Divorced" -msgstr "Divorziato" - -#: include/profile_selectors.php:42 -msgid "Imaginarily divorced" -msgstr "immaginariamente divorziato/a" - -#: include/profile_selectors.php:42 -msgid "Widowed" -msgstr "Vedovo" - -#: include/profile_selectors.php:42 -msgid "Uncertain" -msgstr "Incerto" - -#: include/profile_selectors.php:42 -msgid "It's complicated" -msgstr "E' complicato" - -#: include/profile_selectors.php:42 -msgid "Don't care" -msgstr "Non interessa" - -#: include/profile_selectors.php:42 -msgid "Ask me" -msgstr "Chiedimelo" - -#: include/group.php:25 -msgid "" -"A deleted group with this name was revived. Existing item permissions " -"may apply to this group and any future members. If this is " -"not what you intended, please create another group with a different name." -msgstr "Un gruppo eliminato con questo nome è stato ricreato. I permessi esistenti su un elemento possono essere applicati a questo gruppo e tutti i membri futuri. Se questo non è ciò che si intende, si prega di creare un altro gruppo con un nome diverso." - -#: include/group.php:201 -msgid "Default privacy group for new contacts" -msgstr "Gruppo predefinito per i nuovi contatti" - -#: include/group.php:234 -msgid "Everybody" -msgstr "Tutti" - -#: include/group.php:257 -msgid "edit" -msgstr "modifica" - -#: include/group.php:278 mod/newmember.php:39 -msgid "Groups" -msgstr "Gruppi" - -#: include/group.php:280 -msgid "Edit groups" -msgstr "Modifica gruppi" - -#: include/group.php:282 -msgid "Edit group" -msgstr "Modifica gruppo" - -#: include/group.php:283 -msgid "Create a new group" -msgstr "Crea un nuovo gruppo" - -#: include/group.php:284 mod/group.php:101 mod/group.php:198 -msgid "Group Name: " -msgstr "Nome del gruppo:" - -#: include/group.php:286 -msgid "Contacts not in any group" -msgstr "Contatti in nessun gruppo." - -#: include/group.php:288 mod/network.php:197 -msgid "add" -msgstr "aggiungi" - -#: include/ForumManager.php:119 include/nav.php:134 include/text.php:1100 -#: view/theme/vier/theme.php:249 -msgid "Forums" -msgstr "Forum" - -#: include/ForumManager.php:121 view/theme/vier/theme.php:251 -msgid "External link to forum" -msgstr "Link esterno al forum" - -#: include/ForumManager.php:124 include/contact_widgets.php:272 -#: include/items.php:2413 object/Item.php:417 view/theme/vier/theme.php:254 -#: src/App.php:523 -msgid "show more" -msgstr "mostra di più" - -#: include/NotificationsManager.php:157 -msgid "System" -msgstr "Sistema" - -#: include/NotificationsManager.php:164 include/nav.php:161 mod/admin.php:590 -#: view/theme/frio/theme.php:260 -msgid "Network" -msgstr "Rete" - -#: include/NotificationsManager.php:171 mod/network.php:914 -#: mod/profiles.php:695 -msgid "Personal" -msgstr "Personale" - -#: include/NotificationsManager.php:178 include/nav.php:108 -#: include/nav.php:164 -msgid "Home" -msgstr "Home" - -#: include/NotificationsManager.php:185 include/nav.php:169 -msgid "Introductions" -msgstr "Presentazioni" - -#: include/NotificationsManager.php:243 include/NotificationsManager.php:255 -#, php-format -msgid "%s commented on %s's post" -msgstr "%s ha commentato il messaggio di %s" - -#: include/NotificationsManager.php:254 -#, php-format -msgid "%s created a new post" -msgstr "%s a creato un nuovo messaggio" - -#: include/NotificationsManager.php:269 -#, php-format -msgid "%s liked %s's post" -msgstr "a %s è piaciuto il messaggio di %s" - -#: include/NotificationsManager.php:282 -#, php-format -msgid "%s disliked %s's post" -msgstr "a %s non è piaciuto il messaggio di %s" - -#: include/NotificationsManager.php:295 -#, php-format -msgid "%s is attending %s's event" -msgstr "%s partecipa all'evento di %s" - -#: include/NotificationsManager.php:308 -#, php-format -msgid "%s is not attending %s's event" -msgstr "%s non partecipa all'evento di %s" - -#: include/NotificationsManager.php:321 -#, php-format -msgid "%s may attend %s's event" -msgstr "%s potrebbe partecipare all'evento di %s" - -#: include/NotificationsManager.php:338 -#, php-format -msgid "%s is now friends with %s" -msgstr "%s è ora amico di %s" - -#: include/NotificationsManager.php:776 -msgid "Friend Suggestion" -msgstr "Amico suggerito" - -#: include/NotificationsManager.php:805 -msgid "Friend/Connect Request" -msgstr "Richiesta amicizia/connessione" - -#: include/NotificationsManager.php:805 -msgid "New Follower" -msgstr "Qualcuno inizia a seguirti" - -#: include/auth.php:53 -msgid "Logged out." -msgstr "Uscita effettuata." - -#: include/auth.php:124 include/auth.php:186 mod/openid.php:111 -msgid "Login failed." -msgstr "Accesso fallito." - -#: include/auth.php:140 include/user.php:77 -msgid "" -"We encountered a problem while logging in with the OpenID you provided. " -"Please check the correct spelling of the ID." -msgstr "Abbiamo incontrato un problema mentre contattavamo il server OpenID che ci hai fornito. Controlla di averlo scritto giusto." - -#: include/auth.php:140 include/user.php:77 -msgid "The error message was:" -msgstr "Il messaggio riportato era:" - -#: include/bb2diaspora.php:234 include/event.php:19 include/event.php:933 -#: mod/localtime.php:14 -msgid "l F d, Y \\@ g:i A" -msgstr "l d F Y \\@ G:i" - -#: include/bb2diaspora.php:240 include/event.php:36 include/event.php:53 -#: include/event.php:496 include/event.php:985 -msgid "Starts:" -msgstr "Inizia:" - -#: include/bb2diaspora.php:248 include/event.php:39 include/event.php:59 -#: include/event.php:497 include/event.php:989 -msgid "Finishes:" -msgstr "Finisce:" - -#: include/bb2diaspora.php:257 include/event.php:43 include/event.php:68 -#: include/event.php:498 include/event.php:1003 include/identity.php:340 -#: mod/notifications.php:247 mod/directory.php:133 mod/contacts.php:658 -#: mod/events.php:517 -msgid "Location:" -msgstr "Posizione:" - -#: include/contact_widgets.php:12 -msgid "Add New Contact" -msgstr "Aggiungi nuovo contatto" - -#: include/contact_widgets.php:13 -msgid "Enter address or web location" -msgstr "Inserisci posizione o indirizzo web" - -#: include/contact_widgets.php:14 -msgid "Example: bob@example.com, http://example.com/barbara" -msgstr "Esempio: bob@example.com, http://example.com/barbara" - -#: include/contact_widgets.php:16 include/identity.php:230 -#: mod/allfriends.php:88 mod/match.php:93 mod/suggest.php:101 -#: mod/dirfind.php:211 -msgid "Connect" -msgstr "Connetti" - -#: include/contact_widgets.php:31 -#, php-format -msgid "%d invitation available" -msgid_plural "%d invitations available" -msgstr[0] "%d invito disponibile" -msgstr[1] "%d inviti disponibili" - -#: include/contact_widgets.php:37 -msgid "Find People" -msgstr "Trova persone" - -#: include/contact_widgets.php:38 -msgid "Enter name or interest" -msgstr "Inserisci un nome o un interesse" - -#: include/contact_widgets.php:39 include/Contact.php:411 -#: include/conversation.php:1035 mod/allfriends.php:72 mod/follow.php:143 -#: mod/match.php:78 mod/suggest.php:83 mod/contacts.php:590 -#: mod/dirfind.php:214 -msgid "Connect/Follow" -msgstr "Connetti/segui" - -#: include/contact_widgets.php:40 -msgid "Examples: Robert Morgenstein, Fishing" -msgstr "Esempi: Mario Rossi, Pesca" - -#: include/contact_widgets.php:41 mod/directory.php:200 mod/contacts.php:828 -msgid "Find" -msgstr "Trova" - -#: include/contact_widgets.php:42 mod/suggest.php:114 -#: view/theme/vier/theme.php:196 -msgid "Friend Suggestions" -msgstr "Contatti suggeriti" - -#: include/contact_widgets.php:43 view/theme/vier/theme.php:195 -msgid "Similar Interests" -msgstr "Interessi simili" - -#: include/contact_widgets.php:44 -msgid "Random Profile" -msgstr "Profilo causale" - -#: include/contact_widgets.php:45 view/theme/vier/theme.php:197 -msgid "Invite Friends" -msgstr "Invita amici" - -#: include/contact_widgets.php:46 -msgid "View Global Directory" -msgstr "Vedi Directory Globale" - -#: include/contact_widgets.php:132 -msgid "Networks" -msgstr "Reti" - -#: include/contact_widgets.php:135 -msgid "All Networks" -msgstr "Tutte le Reti" - -#: include/contact_widgets.php:170 include/contact_widgets.php:205 -msgid "Everything" -msgstr "Tutto" - -#: include/contact_widgets.php:202 -msgid "Categories" -msgstr "Categorie" - -#: include/contact_widgets.php:267 -#, php-format -msgid "%d contact in common" -msgid_plural "%d contacts in common" -msgstr[0] "%d contatto in comune" -msgstr[1] "%d contatti in comune" - -#: include/enotify.php:28 +#: include/enotify.php:33 msgid "Friendica Notification" msgstr "Notifica Friendica" -#: include/enotify.php:31 +#: include/enotify.php:36 msgid "Thank You," msgstr "Grazie," -#: include/enotify.php:34 +#: include/enotify.php:39 #, php-format msgid "%s Administrator" msgstr "Amministratore %s" -#: include/enotify.php:36 +#: include/enotify.php:41 #, php-format msgid "%1$s, %2$s Administrator" msgstr "%1$s, amministratore di %2$s" -#: include/enotify.php:47 include/delivery.php:441 +#: include/enotify.php:52 src/Worker/Delivery.php:403 msgid "noreply" msgstr "nessuna risposta" -#: include/enotify.php:81 -#, php-format -msgid "%s " -msgstr "%s " - -#: include/enotify.php:94 +#: include/enotify.php:100 #, php-format msgid "[Friendica:Notify] New mail received at %s" msgstr "[Friendica:Notifica] Nuovo messaggio privato ricevuto su %s" -#: include/enotify.php:96 +#: include/enotify.php:102 #, php-format msgid "%1$s sent you a new private message at %2$s." msgstr "%1$s ti ha inviato un nuovo messaggio privato su %2$s." -#: include/enotify.php:97 +#: include/enotify.php:103 +msgid "a private message" +msgstr "un messaggio privato" + +#: include/enotify.php:103 #, php-format msgid "%1$s sent you %2$s." msgstr "%1$s ti ha inviato %2$s" -#: include/enotify.php:97 -msgid "a private message" -msgstr "un messaggio privato" - -#: include/enotify.php:99 +#: include/enotify.php:105 #, php-format msgid "Please visit %s to view and/or reply to your private messages." msgstr "Visita %s per vedere e/o rispondere ai tuoi messaggi privati." -#: include/enotify.php:145 +#: include/enotify.php:143 #, php-format msgid "%1$s commented on [url=%2$s]a %3$s[/url]" msgstr "%1$s ha commentato [url=%2$s]%3$s[/url]" -#: include/enotify.php:152 +#: include/enotify.php:151 #, php-format msgid "%1$s commented on [url=%2$s]%3$s's %4$s[/url]" msgstr "%1$s ha commentato [url=%2$s]%4$s di %3$s[/url]" -#: include/enotify.php:160 +#: include/enotify.php:161 #, php-format msgid "%1$s commented on [url=%2$s]your %3$s[/url]" msgstr "%1$s ha commentato un [url=%2$s]tuo %3$s[/url]" -#: include/enotify.php:170 +#: include/enotify.php:173 #, php-format msgid "[Friendica:Notify] Comment to conversation #%1$d by %2$s" msgstr "[Friendica:Notifica] Commento di %2$s alla conversazione #%1$d" -#: include/enotify.php:172 +#: include/enotify.php:175 #, php-format msgid "%s commented on an item/conversation you have been following." msgstr "%s ha commentato un elemento che stavi seguendo." -#: include/enotify.php:175 include/enotify.php:189 include/enotify.php:203 -#: include/enotify.php:217 include/enotify.php:235 include/enotify.php:249 +#: include/enotify.php:178 include/enotify.php:193 include/enotify.php:208 +#: include/enotify.php:223 include/enotify.php:242 include/enotify.php:257 #, php-format msgid "Please visit %s to view and/or reply to the conversation." msgstr "Visita %s per vedere e/o commentare la conversazione" -#: include/enotify.php:182 +#: include/enotify.php:185 #, php-format msgid "[Friendica:Notify] %s posted to your profile wall" msgstr "[Friendica:Notifica] %s ha scritto sulla tua bacheca" -#: include/enotify.php:184 +#: include/enotify.php:187 #, php-format msgid "%1$s posted to your profile wall at %2$s" msgstr "%1$s ha scritto sulla tua bacheca su %2$s" -#: include/enotify.php:185 +#: include/enotify.php:188 #, php-format msgid "%1$s posted to [url=%2$s]your wall[/url]" msgstr "%1$s ha inviato un messaggio sulla [url=%2$s]tua bacheca[/url]" -#: include/enotify.php:196 +#: include/enotify.php:200 #, php-format msgid "[Friendica:Notify] %s tagged you" msgstr "[Friendica:Notifica] %s ti ha taggato" -#: include/enotify.php:198 +#: include/enotify.php:202 #, php-format msgid "%1$s tagged you at %2$s" msgstr "%1$s ti ha taggato su %2$s" -#: include/enotify.php:199 +#: include/enotify.php:203 #, php-format msgid "%1$s [url=%2$s]tagged you[/url]." msgstr "%1$s [url=%2$s]ti ha taggato[/url]." -#: include/enotify.php:210 +#: include/enotify.php:215 #, php-format msgid "[Friendica:Notify] %s shared a new post" msgstr "[Friendica:Notifica] %s ha condiviso un nuovo messaggio" -#: include/enotify.php:212 +#: include/enotify.php:217 #, php-format msgid "%1$s shared a new post at %2$s" msgstr "%1$s ha condiviso un nuovo messaggio su %2$s" -#: include/enotify.php:213 +#: include/enotify.php:218 #, php-format msgid "%1$s [url=%2$s]shared a post[/url]." msgstr "%1$s [url=%2$s]ha condiviso un messaggio[/url]." -#: include/enotify.php:224 +#: include/enotify.php:230 #, php-format msgid "[Friendica:Notify] %1$s poked you" msgstr "[Friendica:Notifica] %1$s ti ha stuzzicato" -#: include/enotify.php:226 +#: include/enotify.php:232 #, php-format msgid "%1$s poked you at %2$s" msgstr "%1$s ti ha stuzzicato su %2$s" -#: include/enotify.php:227 +#: include/enotify.php:233 #, php-format msgid "%1$s [url=%2$s]poked you[/url]." msgstr "%1$s [url=%2$s]ti ha stuzzicato[/url]." -#: include/enotify.php:242 +#: include/enotify.php:249 #, php-format msgid "[Friendica:Notify] %s tagged your post" msgstr "[Friendica:Notifica] %s ha taggato un tuo messaggio" -#: include/enotify.php:244 +#: include/enotify.php:251 #, php-format msgid "%1$s tagged your post at %2$s" msgstr "%1$s ha taggato il tuo post su %2$s" -#: include/enotify.php:245 +#: include/enotify.php:252 #, php-format msgid "%1$s tagged [url=%2$s]your post[/url]" msgstr "%1$s ha taggato [url=%2$s]il tuo post[/url]" -#: include/enotify.php:256 +#: include/enotify.php:264 msgid "[Friendica:Notify] Introduction received" msgstr "[Friendica:Notifica] Hai ricevuto una presentazione" -#: include/enotify.php:258 +#: include/enotify.php:266 #, php-format msgid "You've received an introduction from '%1$s' at %2$s" msgstr "Hai ricevuto un'introduzione da '%1$s' su %2$s" -#: include/enotify.php:259 +#: include/enotify.php:267 #, php-format msgid "You've received [url=%1$s]an introduction[/url] from %2$s." msgstr "Hai ricevuto [url=%1$s]un'introduzione[/url] da %2$s." -#: include/enotify.php:263 include/enotify.php:306 +#: include/enotify.php:272 include/enotify.php:318 #, php-format msgid "You may visit their profile at %s" msgstr "Puoi visitare il suo profilo presso %s" -#: include/enotify.php:265 +#: include/enotify.php:274 #, php-format msgid "Please visit %s to approve or reject the introduction." msgstr "Visita %s per approvare o rifiutare la presentazione." -#: include/enotify.php:273 +#: include/enotify.php:282 msgid "[Friendica:Notify] A new person is sharing with you" msgstr "[Friendica:Notifica] Una nuova persona sta condividendo con te" -#: include/enotify.php:275 include/enotify.php:276 +#: include/enotify.php:284 include/enotify.php:285 #, php-format msgid "%1$s is sharing with you at %2$s" msgstr "%1$s sta condividendo con te su %2$s" -#: include/enotify.php:282 +#: include/enotify.php:292 msgid "[Friendica:Notify] You have a new follower" msgstr "[Friendica:Notifica] Una nuova persona ti segue" -#: include/enotify.php:284 include/enotify.php:285 +#: include/enotify.php:294 include/enotify.php:295 #, php-format msgid "You have a new follower at %2$s : %1$s" msgstr "Un nuovo utente ha iniziato a seguirti su %2$s : %1$s" -#: include/enotify.php:296 +#: include/enotify.php:307 msgid "[Friendica:Notify] Friend suggestion received" msgstr "[Friendica:Notifica] Hai ricevuto un suggerimento di amicizia" -#: include/enotify.php:298 +#: include/enotify.php:309 #, php-format msgid "You've received a friend suggestion from '%1$s' at %2$s" msgstr "Hai ricevuto un suggerimento di amicizia da '%1$s' su %2$s" -#: include/enotify.php:299 +#: include/enotify.php:310 #, php-format msgid "" "You've received [url=%1$s]a friend suggestion[/url] for %2$s from %3$s." msgstr "Hai ricevuto [url=%1$s]un suggerimento di amicizia[/url] per %2$s su %3$s" -#: include/enotify.php:304 +#: include/enotify.php:316 msgid "Name:" msgstr "Nome:" -#: include/enotify.php:305 +#: include/enotify.php:317 msgid "Photo:" msgstr "Foto:" -#: include/enotify.php:308 +#: include/enotify.php:320 #, php-format msgid "Please visit %s to approve or reject the suggestion." msgstr "Visita %s per approvare o rifiutare il suggerimento." -#: include/enotify.php:316 include/enotify.php:330 +#: include/enotify.php:328 include/enotify.php:343 msgid "[Friendica:Notify] Connection accepted" msgstr "[Friendica:Notifica] Connessione accettata" -#: include/enotify.php:318 include/enotify.php:332 +#: include/enotify.php:330 include/enotify.php:345 #, php-format msgid "'%1$s' has accepted your connection request at %2$s" msgstr "'%1$s' ha accettato la tua richiesta di connessione su %2$s" -#: include/enotify.php:319 include/enotify.php:333 +#: include/enotify.php:331 include/enotify.php:346 #, php-format msgid "%2$s has accepted your [url=%1$s]connection request[/url]." msgstr "%2$s ha accettato la tua [url=%1$s]richiesta di connessione[/url]" -#: include/enotify.php:323 +#: include/enotify.php:336 msgid "" "You are now mutual friends and may exchange status updates, photos, and " "email without restriction." msgstr "Ora siete amici reciproci e potete scambiarvi aggiornamenti di stato, foto e messaggi privati senza restrizioni." -#: include/enotify.php:325 +#: include/enotify.php:338 #, php-format msgid "Please visit %s if you wish to make any changes to this relationship." msgstr "Visita %s se vuoi modificare questa relazione." -#: include/enotify.php:337 +#: include/enotify.php:351 #, php-format msgid "" -"'%1$s' has chosen to accept you a \"fan\", which restricts some forms of " +"'%1$s' has chosen to accept you a fan, which restricts some forms of " "communication - such as private messaging and some profile interactions. If " "this is a celebrity or community page, these settings were applied " "automatically." msgstr "'%1$s' ha scelto di accettarti come \"fan\", il che limita alcune forme di comunicazione, come i messaggi privati, e alcune possibilità di interazione col profilo. Se è una pagina di una comunità o di una celebrità, queste impostazioni sono state applicate automaticamente." -#: include/enotify.php:339 +#: include/enotify.php:353 #, php-format msgid "" "'%1$s' may choose to extend this into a two-way or more permissive " "relationship in the future." msgstr "'%1$s' può scegliere di estendere questa relazione in una relazione più permissiva in futuro." -#: include/enotify.php:341 +#: include/enotify.php:355 #, php-format msgid "Please visit %s if you wish to make any changes to this relationship." msgstr "Visita %s se desideri modificare questo collegamento." -#: include/enotify.php:351 +#: include/enotify.php:365 msgid "[Friendica System:Notify] registration request" msgstr "[Friendica System:Notifica] richiesta di registrazione" -#: include/enotify.php:353 +#: include/enotify.php:367 #, php-format msgid "You've received a registration request from '%1$s' at %2$s" msgstr "Hai ricevuto una richiesta di registrazione da '%1$s' su %2$s" -#: include/enotify.php:354 +#: include/enotify.php:368 #, php-format msgid "You've received a [url=%1$s]registration request[/url] from %2$s." msgstr "Hai ricevuto una [url=%1$s]richiesta di registrazione[/url] da %2$s." -#: include/enotify.php:358 +#: include/enotify.php:373 #, php-format -msgid "Full Name:\t%1$s\\nSite Location:\t%2$s\\nLogin Name:\t%3$s (%4$s)" -msgstr "Nome completo: %1$s\nIndirizzo del sito: %2$s\nNome utente: %3$s (%4$s)" +msgid "Full Name:\t%1$s\\nSite Location:\t%2$s\\nLogin Name:\t%3$s (%4$s(" +msgstr "Nome completo:\t%1$s\nIndirizzo del sito:\t%2$s\nNome utente:\t%3$s (%4$s)" -#: include/enotify.php:361 +#: include/enotify.php:379 #, php-format msgid "Please visit %s to approve or reject the request." msgstr "Visita %s per approvare o rifiutare la richiesta." -#: include/oembed.php:254 -msgid "Embedded content" -msgstr "Contenuto incorporato" - -#: include/oembed.php:262 -msgid "Embedding disabled" -msgstr "Embed disabilitato" - -#: include/security.php:64 -msgid "Welcome " -msgstr "Ciao" - -#: include/security.php:65 -msgid "Please upload a profile photo." -msgstr "Carica una foto per il profilo." - -#: include/security.php:67 -msgid "Welcome back " -msgstr "Ciao " - -#: include/security.php:424 -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 "Il token di sicurezza della form non era corretto. Probabilmente la form è rimasta aperta troppo a lungo (più di tre ore) prima di inviarla." - -#: include/photos.php:57 include/photos.php:66 mod/fbrowser.php:43 -#: mod/fbrowser.php:65 mod/photos.php:191 mod/photos.php:1109 -#: mod/photos.php:1233 mod/photos.php:1254 mod/photos.php:1816 -#: mod/photos.php:1830 -msgid "Contact Photos" -msgstr "Foto dei contatti" - -#: include/nav.php:38 mod/navigation.php:22 -msgid "Nothing new here" -msgstr "Niente di nuovo qui" - -#: include/nav.php:42 mod/navigation.php:26 -msgid "Clear notifications" -msgstr "Pulisci le notifiche" - -#: include/nav.php:43 include/text.php:1090 -msgid "@name, !forum, #tags, content" -msgstr "@nome, !forum, #tag, contenuto" - -#: include/nav.php:81 view/theme/frio/theme.php:250 boot.php:874 -msgid "Logout" -msgstr "Esci" - -#: include/nav.php:81 view/theme/frio/theme.php:250 -msgid "End this session" -msgstr "Finisci questa sessione" - -#: include/nav.php:84 include/identity.php:785 mod/contacts.php:667 -#: mod/contacts.php:863 view/theme/frio/theme.php:253 -msgid "Status" -msgstr "Stato" - -#: include/nav.php:84 include/nav.php:164 view/theme/frio/theme.php:253 -msgid "Your posts and conversations" -msgstr "I tuoi messaggi e le tue conversazioni" - -#: include/nav.php:85 include/identity.php:631 include/identity.php:760 -#: include/identity.php:793 mod/newmember.php:20 mod/profperm.php:107 -#: mod/contacts.php:669 mod/contacts.php:871 view/theme/frio/theme.php:254 -msgid "Profile" -msgstr "Profilo" - -#: include/nav.php:85 view/theme/frio/theme.php:254 -msgid "Your profile page" -msgstr "Pagina del tuo profilo" - -#: include/nav.php:86 include/identity.php:801 mod/fbrowser.php:34 -#: view/theme/frio/theme.php:255 -msgid "Photos" -msgstr "Foto" - -#: include/nav.php:86 view/theme/frio/theme.php:255 -msgid "Your photos" -msgstr "Le tue foto" - -#: include/nav.php:87 include/identity.php:809 include/identity.php:812 -#: view/theme/frio/theme.php:256 -msgid "Videos" -msgstr "Video" - -#: include/nav.php:87 view/theme/frio/theme.php:256 -msgid "Your videos" -msgstr "I tuoi video" - -#: include/nav.php:88 include/nav.php:152 include/identity.php:821 -#: include/identity.php:832 mod/cal.php:273 mod/events.php:383 -#: view/theme/frio/theme.php:257 view/theme/frio/theme.php:261 -msgid "Events" -msgstr "Eventi" - -#: include/nav.php:88 view/theme/frio/theme.php:257 -msgid "Your events" -msgstr "I tuoi eventi" - -#: include/nav.php:89 -msgid "Personal notes" -msgstr "Note personali" - -#: include/nav.php:89 -msgid "Your personal notes" -msgstr "Le tue note personali" - -#: include/nav.php:98 mod/bookmarklet.php:15 boot.php:875 -msgid "Login" -msgstr "Accedi" - -#: include/nav.php:98 -msgid "Sign in" -msgstr "Entra" - -#: include/nav.php:108 -msgid "Home Page" -msgstr "Home Page" - -#: include/nav.php:112 mod/register.php:294 boot.php:851 -msgid "Register" -msgstr "Registrati" - -#: include/nav.php:112 -msgid "Create an account" -msgstr "Crea un account" - -#: include/nav.php:118 mod/help.php:51 view/theme/vier/theme.php:292 -msgid "Help" -msgstr "Guida" - -#: include/nav.php:118 -msgid "Help and documentation" -msgstr "Guida e documentazione" - -#: include/nav.php:122 -msgid "Apps" -msgstr "Applicazioni" - -#: include/nav.php:122 -msgid "Addon applications, utilities, games" -msgstr "Applicazioni, utilità e giochi aggiuntivi" - -#: include/nav.php:126 include/text.php:1087 mod/search.php:145 -msgid "Search" -msgstr "Cerca" - -#: include/nav.php:126 -msgid "Search site content" -msgstr "Cerca nel contenuto del sito" - -#: include/nav.php:129 include/text.php:1095 -msgid "Full Text" -msgstr "Testo Completo" - -#: include/nav.php:130 include/text.php:1096 -msgid "Tags" -msgstr "Tags:" - -#: include/nav.php:131 include/nav.php:195 include/identity.php:854 -#: include/identity.php:857 include/text.php:1097 mod/viewcontacts.php:124 -#: mod/contacts.php:822 mod/contacts.php:883 view/theme/frio/theme.php:264 -msgid "Contacts" -msgstr "Contatti" - -#: include/nav.php:146 include/nav.php:148 mod/community.php:31 -msgid "Community" -msgstr "Comunità" - -#: include/nav.php:146 -msgid "Conversations on this site" -msgstr "Conversazioni su questo sito" - -#: include/nav.php:148 -msgid "Conversations on the network" -msgstr "Conversazioni nella rete" - -#: include/nav.php:152 include/identity.php:824 include/identity.php:835 -#: view/theme/frio/theme.php:261 -msgid "Events and Calendar" -msgstr "Eventi e calendario" - -#: include/nav.php:155 -msgid "Directory" -msgstr "Elenco" - -#: include/nav.php:155 -msgid "People directory" -msgstr "Elenco delle persone" - -#: include/nav.php:157 -msgid "Information" -msgstr "Informazioni" - -#: include/nav.php:157 -msgid "Information about this friendica instance" -msgstr "Informazioni su questo server friendica" - -#: include/nav.php:161 view/theme/frio/theme.php:260 -msgid "Conversations from your friends" -msgstr "Conversazioni dai tuoi amici" - -#: include/nav.php:162 -msgid "Network Reset" -msgstr "Reset pagina Rete" - -#: include/nav.php:162 -msgid "Load Network page with no filters" -msgstr "Carica la pagina Rete senza nessun filtro" - -#: include/nav.php:169 -msgid "Friend Requests" -msgstr "Richieste di amicizia" - -#: include/nav.php:172 mod/notifications.php:99 -msgid "Notifications" -msgstr "Notifiche" - -#: include/nav.php:173 -msgid "See all notifications" -msgstr "Vedi tutte le notifiche" - -#: include/nav.php:174 mod/settings.php:911 -msgid "Mark as seen" -msgstr "Segna come letto" - -#: include/nav.php:174 -msgid "Mark all system notifications seen" -msgstr "Segna tutte le notifiche come viste" - -#: include/nav.php:178 mod/message.php:180 view/theme/frio/theme.php:262 -msgid "Messages" -msgstr "Messaggi" - -#: include/nav.php:178 view/theme/frio/theme.php:262 -msgid "Private mail" -msgstr "Posta privata" - -#: include/nav.php:179 -msgid "Inbox" -msgstr "In arrivo" - -#: include/nav.php:180 -msgid "Outbox" -msgstr "Inviati" - -#: include/nav.php:181 mod/message.php:19 -msgid "New Message" -msgstr "Nuovo messaggio" - -#: include/nav.php:184 -msgid "Manage" -msgstr "Gestisci" - -#: include/nav.php:184 -msgid "Manage other pages" -msgstr "Gestisci altre pagine" - -#: include/nav.php:187 mod/settings.php:81 -msgid "Delegations" -msgstr "Delegazioni" - -#: include/nav.php:187 mod/delegate.php:130 -msgid "Delegate Page Management" -msgstr "Gestione delegati per la pagina" - -#: include/nav.php:189 mod/newmember.php:15 mod/admin.php:1740 -#: mod/admin.php:2016 mod/settings.php:111 view/theme/frio/theme.php:263 -msgid "Settings" -msgstr "Impostazioni" - -#: include/nav.php:189 view/theme/frio/theme.php:263 -msgid "Account settings" -msgstr "Parametri account" - -#: include/nav.php:192 include/identity.php:294 -msgid "Profiles" -msgstr "Profili" - -#: include/nav.php:192 -msgid "Manage/Edit Profiles" -msgstr "Gestisci/Modifica i profili" - -#: include/nav.php:195 view/theme/frio/theme.php:264 -msgid "Manage/edit friends and contacts" -msgstr "Gestisci/modifica amici e contatti" - -#: include/nav.php:200 mod/admin.php:204 -msgid "Admin" -msgstr "Amministrazione" - -#: include/nav.php:200 -msgid "Site setup and configuration" -msgstr "Configurazione del sito" - -#: include/nav.php:203 -msgid "Navigation" -msgstr "Navigazione" - -#: include/nav.php:203 -msgid "Site map" -msgstr "Mappa del sito" - -#: include/Contact.php:397 include/Contact.php:410 include/Contact.php:455 -#: include/conversation.php:1022 include/conversation.php:1038 -#: mod/allfriends.php:71 mod/match.php:77 mod/suggest.php:82 -#: mod/directory.php:151 mod/dirfind.php:213 -msgid "View Profile" -msgstr "Visualizza profilo" - -#: include/Contact.php:454 include/conversation.php:1021 -msgid "View Status" -msgstr "Visualizza stato" - -#: include/Contact.php:456 include/conversation.php:1023 -msgid "View Photos" -msgstr "Visualizza foto" - -#: include/Contact.php:457 include/conversation.php:1024 -msgid "Network Posts" -msgstr "Post della Rete" - -#: include/Contact.php:458 include/conversation.php:1025 -msgid "View Contact" -msgstr "Mostra contatto" - -#: include/Contact.php:459 -msgid "Drop Contact" -msgstr "Rimuovi contatto" - -#: include/Contact.php:460 include/conversation.php:1026 -msgid "Send PM" -msgstr "Invia messaggio privato" - -#: include/Contact.php:461 include/conversation.php:1030 -msgid "Poke" -msgstr "Stuzzica" - -#: include/Contact.php:884 -msgid "Organisation" -msgstr "Organizzazione" - -#: include/Contact.php:887 -msgid "News" -msgstr "Notizie" - -#: include/Contact.php:890 -msgid "Forum" -msgstr "Forum" - -#: include/Photo.php:995 include/Photo.php:1011 include/Photo.php:1019 -#: include/Photo.php:1044 include/message.php:139 mod/item.php:470 -#: mod/wall_upload.php:227 -msgid "Wall Photos" -msgstr "Foto della bacheca" - -#: include/acl_selectors.php:355 -msgid "Post to Email" -msgstr "Invia a email" - -#: include/acl_selectors.php:360 -#, php-format -msgid "Connectors disabled, since \"%s\" is enabled." -msgstr "Connettore disabilitato, dato che \"%s\" è abilitato." - -#: include/acl_selectors.php:361 mod/settings.php:1175 -msgid "Hide your profile details from unknown viewers?" -msgstr "Nascondi i dettagli del tuo profilo ai visitatori sconosciuti?" - -#: include/acl_selectors.php:367 -msgid "Visible to everybody" -msgstr "Visibile a tutti" - -#: include/acl_selectors.php:368 view/theme/vier/config.php:110 -msgid "show" -msgstr "mostra" - -#: include/acl_selectors.php:369 view/theme/vier/config.php:110 -msgid "don't show" -msgstr "non mostrare" - -#: include/acl_selectors.php:375 mod/editpost.php:126 -msgid "CC: email addresses" -msgstr "CC: indirizzi email" - -#: include/acl_selectors.php:376 mod/editpost.php:133 -msgid "Example: bob@example.com, mary@example.com" -msgstr "Esempio: bob@example.com, mary@example.com" - -#: include/acl_selectors.php:378 mod/events.php:532 mod/photos.php:1173 -#: mod/photos.php:1570 -msgid "Permissions" -msgstr "Permessi" - -#: include/acl_selectors.php:379 -msgid "Close" -msgstr "Chiudi" - -#: include/api.php:1104 -#, php-format -msgid "Daily posting limit of %d posts reached. The post was rejected." -msgstr "Limite giornaliero di %d messaggi raggiunto. Il messaggio è stato rifiutato" - -#: include/api.php:1125 -#, php-format -msgid "Weekly posting limit of %d posts reached. The post was rejected." -msgstr "Limite settimanale di %d messaggi raggiunto. Il messaggio è stato rifiutato" - -#: include/api.php:1146 -#, php-format -msgid "Monthly posting limit of %d posts reached. The post was rejected." -msgstr "Limite mensile di %d messaggi raggiunto. Il messaggio è stato rifiutato" - -#: include/api.php:3718 include/user.php:302 include/user.php:310 -#: include/user.php:318 mod/photos.php:75 mod/photos.php:191 -#: mod/photos.php:778 mod/photos.php:1233 mod/photos.php:1254 -#: mod/photos.php:1840 mod/profile_photo.php:76 mod/profile_photo.php:84 -#: mod/profile_photo.php:92 mod/profile_photo.php:216 -#: mod/profile_photo.php:311 mod/profile_photo.php:321 -msgid "Profile Photos" -msgstr "Foto del profilo" - -#: include/bbcode.php:429 include/bbcode.php:1192 include/bbcode.php:1193 -msgid "Image/photo" -msgstr "Immagine/foto" - -#: include/bbcode.php:545 -#, php-format -msgid "%2$s %3$s" -msgstr "%2$s %3$s" - -#: include/bbcode.php:1149 include/bbcode.php:1171 -msgid "$1 wrote:" -msgstr "$1 ha scritto:" - -#: include/bbcode.php:1201 include/bbcode.php:1202 -msgid "Encrypted content" -msgstr "Contenuto criptato" - -#: include/bbcode.php:1321 -msgid "Invalid source protocol" -msgstr "Protocollo sorgente non valido" - -#: include/bbcode.php:1332 -msgid "Invalid link protocol" -msgstr "Protocollo link non valido" - -#: include/contact_selectors.php:32 -msgid "Unknown | Not categorised" -msgstr "Sconosciuto | non categorizzato" - -#: include/contact_selectors.php:33 -msgid "Block immediately" -msgstr "Blocca immediatamente" - -#: include/contact_selectors.php:34 -msgid "Shady, spammer, self-marketer" -msgstr "Losco, venditore di fumo" - -#: include/contact_selectors.php:35 -msgid "Known to me, but no opinion" -msgstr "Lo conosco, ma non ho un'opinione particolare" - -#: include/contact_selectors.php:36 -msgid "OK, probably harmless" -msgstr "E' ok, probabilmente innocuo" - -#: include/contact_selectors.php:37 -msgid "Reputable, has my trust" -msgstr "Rispettabile, ha la mia fiducia" - -#: include/contact_selectors.php:56 mod/admin.php:1095 -msgid "Frequently" -msgstr "Frequentemente" - -#: include/contact_selectors.php:57 mod/admin.php:1096 -msgid "Hourly" -msgstr "Ogni ora" - -#: include/contact_selectors.php:58 mod/admin.php:1097 -msgid "Twice daily" -msgstr "Due volte al dì" - -#: include/contact_selectors.php:59 mod/admin.php:1098 -msgid "Daily" -msgstr "Giornalmente" - -#: include/contact_selectors.php:60 -msgid "Weekly" -msgstr "Settimanalmente" - -#: include/contact_selectors.php:61 -msgid "Monthly" -msgstr "Mensilmente" - -#: include/contact_selectors.php:76 mod/dfrn_request.php:887 -msgid "Friendica" -msgstr "Friendica" - -#: include/contact_selectors.php:77 -msgid "OStatus" -msgstr "Ostatus" - -#: include/contact_selectors.php:78 -msgid "RSS/Atom" -msgstr "RSS / Atom" - -#: include/contact_selectors.php:79 include/contact_selectors.php:86 -#: mod/admin.php:1612 mod/admin.php:1625 mod/admin.php:1638 mod/admin.php:1656 -msgid "Email" -msgstr "Email" - -#: include/contact_selectors.php:80 mod/dfrn_request.php:889 -#: mod/settings.php:858 -msgid "Diaspora" -msgstr "Diaspora" - -#: include/contact_selectors.php:81 -msgid "Facebook" -msgstr "Facebook" - -#: include/contact_selectors.php:82 -msgid "Zot!" -msgstr "Zot!" - -#: include/contact_selectors.php:83 -msgid "LinkedIn" -msgstr "LinkedIn" - -#: include/contact_selectors.php:84 -msgid "XMPP/IM" -msgstr "XMPP/IM" - -#: include/contact_selectors.php:85 -msgid "MySpace" -msgstr "MySpace" - -#: include/contact_selectors.php:87 -msgid "Google+" -msgstr "Google+" - -#: include/contact_selectors.php:88 -msgid "pump.io" -msgstr "pump.io" - -#: include/contact_selectors.php:89 -msgid "Twitter" -msgstr "Twitter" - -#: include/contact_selectors.php:90 -msgid "Diaspora Connector" -msgstr "Connettore Diaspora" - -#: include/contact_selectors.php:91 -msgid "GNU Social Connector" -msgstr "Connettore GNU Social" - -#: include/contact_selectors.php:92 -msgid "pnut" -msgstr "pnut" - -#: include/contact_selectors.php:93 -msgid "App.net" -msgstr "App.net" - -#: include/conversation.php:135 include/conversation.php:287 -#: include/like.php:185 include/text.php:1894 -msgid "event" -msgstr "l'evento" - -#: include/conversation.php:138 include/conversation.php:148 -#: include/conversation.php:290 include/conversation.php:299 -#: include/diaspora.php:1787 include/like.php:183 mod/subthread.php:90 -#: mod/tagger.php:65 -msgid "status" -msgstr "stato" - -#: include/conversation.php:143 include/conversation.php:295 -#: include/like.php:183 include/text.php:1896 mod/subthread.php:90 -#: mod/tagger.php:65 -msgid "photo" -msgstr "foto" - -#: include/conversation.php:155 include/diaspora.php:1783 include/like.php:32 -#, php-format -msgid "%1$s likes %2$s's %3$s" -msgstr "A %1$s piace %3$s di %2$s" - -#: include/conversation.php:158 include/like.php:36 include/like.php:41 -#, php-format -msgid "%1$s doesn't like %2$s's %3$s" -msgstr "A %1$s non piace %3$s di %2$s" - -#: include/conversation.php:161 -#, php-format -msgid "%1$s attends %2$s's %3$s" -msgstr "%1$s partecipa a %3$s di %2$s" - -#: include/conversation.php:164 -#, php-format -msgid "%1$s doesn't attend %2$s's %3$s" -msgstr "%1$s non partecipa a %3$s di %2$s" - -#: include/conversation.php:167 -#, php-format -msgid "%1$s attends maybe %2$s's %3$s" -msgstr "%1$s forse partecipa a %3$s di %2$s" - -#: include/conversation.php:200 mod/dfrn_confirm.php:481 -#, php-format -msgid "%1$s is now friends with %2$s" -msgstr "%1$s e %2$s adesso sono amici" - -#: include/conversation.php:241 -#, php-format -msgid "%1$s poked %2$s" -msgstr "%1$s ha stuzzicato %2$s" - -#: include/conversation.php:262 mod/mood.php:66 -#, php-format -msgid "%1$s is currently %2$s" -msgstr "%1$s al momento è %2$s" - -#: include/conversation.php:309 mod/tagger.php:98 -#, php-format -msgid "%1$s tagged %2$s's %3$s with %4$s" -msgstr "%1$s ha taggato %3$s di %2$s con %4$s" - -#: include/conversation.php:336 -msgid "post/item" -msgstr "post/elemento" - -#: include/conversation.php:337 -#, php-format -msgid "%1$s marked %2$s's %3$s as favorite" -msgstr "%1$s ha segnato il/la %3$s di %2$s come preferito" - -#: include/conversation.php:623 mod/photos.php:1639 mod/profiles.php:340 -msgid "Likes" -msgstr "Mi piace" - -#: include/conversation.php:623 mod/photos.php:1639 mod/profiles.php:344 -msgid "Dislikes" -msgstr "Non mi piace" - -#: include/conversation.php:624 include/conversation.php:1559 -#: mod/photos.php:1640 -msgid "Attending" -msgid_plural "Attending" -msgstr[0] "Partecipa" -msgstr[1] "Partecipano" - -#: include/conversation.php:624 mod/photos.php:1640 -msgid "Not attending" -msgstr "Non partecipa" - -#: include/conversation.php:624 mod/photos.php:1640 -msgid "Might attend" -msgstr "Forse partecipa" - -#: include/conversation.php:761 mod/photos.php:1705 object/Item.php:147 -msgid "Select" -msgstr "Seleziona" - -#: include/conversation.php:762 mod/admin.php:1630 mod/contacts.php:838 -#: mod/contacts.php:1037 mod/photos.php:1706 mod/settings.php:754 -#: object/Item.php:148 -msgid "Delete" -msgstr "Rimuovi" - -#: include/conversation.php:806 object/Item.php:350 object/Item.php:351 -#, php-format -msgid "View %s's profile @ %s" -msgstr "Vedi il profilo di %s @ %s" - -#: include/conversation.php:818 object/Item.php:338 -msgid "Categories:" -msgstr "Categorie:" - -#: include/conversation.php:819 object/Item.php:339 -msgid "Filed under:" -msgstr "Archiviato in:" - -#: include/conversation.php:826 object/Item.php:364 -#, php-format -msgid "%s from %s" -msgstr "%s da %s" - -#: include/conversation.php:842 -msgid "View in context" -msgstr "Vedi nel contesto" - -#: include/conversation.php:844 include/conversation.php:1316 -#: mod/editpost.php:117 mod/message.php:337 mod/message.php:522 -#: mod/wallmessage.php:143 mod/photos.php:1604 object/Item.php:389 -msgid "Please wait" -msgstr "Attendi" - -#: include/conversation.php:921 -msgid "remove" -msgstr "rimuovi" - -#: include/conversation.php:925 -msgid "Delete Selected Items" -msgstr "Cancella elementi selezionati" - -#: include/conversation.php:1020 view/theme/frio/theme.php:347 -msgid "Follow Thread" -msgstr "Segui la discussione" - -#: include/conversation.php:1157 -#, php-format -msgid "%s likes this." -msgstr "Piace a %s." - -#: include/conversation.php:1160 -#, php-format -msgid "%s doesn't like this." -msgstr "Non piace a %s." - -#: include/conversation.php:1163 -#, php-format -msgid "%s attends." -msgstr "%s partecipa." - -#: include/conversation.php:1166 -#, php-format -msgid "%s doesn't attend." -msgstr "%s non partecipa." - -#: include/conversation.php:1169 -#, php-format -msgid "%s attends maybe." -msgstr "%s forse partecipa." - -#: include/conversation.php:1180 -msgid "and" -msgstr "e" - -#: include/conversation.php:1186 -#, php-format -msgid ", and %d other people" -msgstr "e altre %d persone" - -#: include/conversation.php:1195 -#, php-format -msgid "%2$d people like this" -msgstr "Piace a %2$d persone." - -#: include/conversation.php:1196 -#, php-format -msgid "%s like this." -msgstr "a %s piace." - -#: include/conversation.php:1199 -#, php-format -msgid "%2$d people don't like this" -msgstr "Non piace a %2$d persone." - -#: include/conversation.php:1200 -#, php-format -msgid "%s don't like this." -msgstr "a %s non piace." - -#: include/conversation.php:1203 -#, php-format -msgid "%2$d people attend" -msgstr "%2$d persone partecipano" - -#: include/conversation.php:1204 -#, php-format -msgid "%s attend." -msgstr "%s partecipa." - -#: include/conversation.php:1207 -#, php-format -msgid "%2$d people don't attend" -msgstr "%2$d persone non partecipano" - -#: include/conversation.php:1208 -#, php-format -msgid "%s don't attend." -msgstr "%s non partecipa." - -#: include/conversation.php:1211 -#, php-format -msgid "%2$d people attend maybe" -msgstr "%2$d persone forse partecipano" - -#: include/conversation.php:1212 -#, php-format -msgid "%s anttend maybe." -msgstr "%s forse partecipano." - -#: include/conversation.php:1241 include/conversation.php:1257 -msgid "Visible to everybody" -msgstr "Visibile a tutti" - -#: include/conversation.php:1242 include/conversation.php:1258 -#: mod/message.php:271 mod/message.php:278 mod/message.php:418 -#: mod/message.php:425 mod/wallmessage.php:117 mod/wallmessage.php:124 -msgid "Please enter a link URL:" -msgstr "Inserisci l'indirizzo del link:" - -#: include/conversation.php:1243 include/conversation.php:1259 -msgid "Please enter a video link/URL:" -msgstr "Inserisci un collegamento video / URL:" - -#: include/conversation.php:1244 include/conversation.php:1260 -msgid "Please enter an audio link/URL:" -msgstr "Inserisci un collegamento audio / URL:" - -#: include/conversation.php:1245 include/conversation.php:1261 -msgid "Tag term:" -msgstr "Tag:" - -#: include/conversation.php:1246 include/conversation.php:1262 -#: mod/filer.php:31 -msgid "Save to Folder:" -msgstr "Salva nella Cartella:" - -#: include/conversation.php:1247 include/conversation.php:1263 -msgid "Where are you right now?" -msgstr "Dove sei ora?" - -#: include/conversation.php:1248 -msgid "Delete item(s)?" -msgstr "Cancellare questo elemento/i?" - -#: include/conversation.php:1297 -msgid "Share" -msgstr "Condividi" - -#: include/conversation.php:1298 mod/editpost.php:103 mod/message.php:335 -#: mod/message.php:519 mod/wallmessage.php:141 -msgid "Upload photo" -msgstr "Carica foto" - -#: include/conversation.php:1299 mod/editpost.php:104 -msgid "upload photo" -msgstr "carica foto" - -#: include/conversation.php:1300 mod/editpost.php:105 -msgid "Attach file" -msgstr "Allega file" - -#: include/conversation.php:1301 mod/editpost.php:106 -msgid "attach file" -msgstr "allega file" - -#: include/conversation.php:1302 mod/editpost.php:107 mod/message.php:336 -#: mod/message.php:520 mod/wallmessage.php:142 -msgid "Insert web link" -msgstr "Inserisci link" - -#: include/conversation.php:1303 mod/editpost.php:108 -msgid "web link" -msgstr "link web" - -#: include/conversation.php:1304 mod/editpost.php:109 -msgid "Insert video link" -msgstr "Inserire collegamento video" - -#: include/conversation.php:1305 mod/editpost.php:110 -msgid "video link" -msgstr "link video" - -#: include/conversation.php:1306 mod/editpost.php:111 -msgid "Insert audio link" -msgstr "Inserisci collegamento audio" - -#: include/conversation.php:1307 mod/editpost.php:112 -msgid "audio link" -msgstr "link audio" - -#: include/conversation.php:1308 mod/editpost.php:113 -msgid "Set your location" -msgstr "La tua posizione" - -#: include/conversation.php:1309 mod/editpost.php:114 -msgid "set location" -msgstr "posizione" - -#: include/conversation.php:1310 mod/editpost.php:115 -msgid "Clear browser location" -msgstr "Rimuovi la localizzazione data dal browser" - -#: include/conversation.php:1311 mod/editpost.php:116 -msgid "clear location" -msgstr "canc. pos." - -#: include/conversation.php:1313 mod/editpost.php:130 -msgid "Set title" -msgstr "Scegli un titolo" - -#: include/conversation.php:1315 mod/editpost.php:132 -msgid "Categories (comma-separated list)" -msgstr "Categorie (lista separata da virgola)" - -#: include/conversation.php:1317 mod/editpost.php:118 -msgid "Permission settings" -msgstr "Impostazioni permessi" - -#: include/conversation.php:1318 mod/editpost.php:147 -msgid "permissions" -msgstr "permessi" - -#: include/conversation.php:1326 mod/editpost.php:127 -msgid "Public post" -msgstr "Messaggio pubblico" - -#: include/conversation.php:1331 mod/editpost.php:138 mod/events.php:527 -#: mod/photos.php:1624 mod/photos.php:1666 mod/photos.php:1746 -#: object/Item.php:711 -msgid "Preview" -msgstr "Anteprima" - -#: include/conversation.php:1335 include/items.php:2154 -#: mod/dfrn_request.php:895 mod/editpost.php:141 mod/follow.php:161 -#: mod/message.php:210 mod/tagrm.php:14 mod/tagrm.php:99 mod/suggest.php:35 -#: mod/fbrowser.php:104 mod/fbrowser.php:139 mod/unfollow.php:117 -#: mod/contacts.php:469 mod/photos.php:249 mod/photos.php:341 -#: mod/settings.php:692 mod/settings.php:718 mod/videos.php:136 -msgid "Cancel" -msgstr "Annulla" - -#: include/conversation.php:1341 -msgid "Post to Groups" -msgstr "Invia ai Gruppi" - -#: include/conversation.php:1342 -msgid "Post to Contacts" -msgstr "Invia ai Contatti" - -#: include/conversation.php:1343 -msgid "Private post" -msgstr "Post privato" - -#: include/conversation.php:1348 include/identity.php:268 mod/editpost.php:145 -msgid "Message" -msgstr "Messaggio" - -#: include/conversation.php:1349 mod/editpost.php:146 -msgid "Browser" -msgstr "Browser" - -#: include/conversation.php:1531 -msgid "View all" -msgstr "Mostra tutto" - -#: include/conversation.php:1553 -msgid "Like" -msgid_plural "Likes" -msgstr[0] "Mi piace" -msgstr[1] "Mi piace" - -#: include/conversation.php:1556 -msgid "Dislike" -msgid_plural "Dislikes" -msgstr[0] "Non mi piace" -msgstr[1] "Non mi piace" - -#: include/conversation.php:1562 -msgid "Not Attending" -msgid_plural "Not Attending" -msgstr[0] "Non partecipa" -msgstr[1] "Non partecipano" - -#: include/dba.php:57 -#, php-format -msgid "Cannot locate DNS info for database server '%s'" -msgstr "Non trovo le informazioni DNS per il database server '%s'" - -#: include/dbstructure.php:24 -msgid "There are no tables on MyISAM." -msgstr "Non ci sono tabelle MyISAM" - -#: include/dbstructure.php:65 -#, php-format -msgid "" -"\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." -msgstr "\nGli sviluppatori di Friendica hanno rilasciato l'aggiornamento %s\nrecentemente, ma quando ho provato a installarlo, qualcosa è \nandato terribilmente storto.\nBisogna sistemare le cose e non posso farlo da solo.\nContatta uno sviluppatore se non puoi aiutarmi da solo. Il mio database potrebbe essere invalido." - -#: include/dbstructure.php:70 -#, php-format -msgid "" -"The error message is\n" -"[pre]%s[/pre]" -msgstr "Il messaggio di errore è\n[pre]%s[/pre]" - -#: include/dbstructure.php:192 -#, php-format -msgid "" -"\n" -"Error %d occurred during database update:\n" -"%s\n" -msgstr "\nErrore %d durante l'aggiornamento del database:\n%s\n" - -#: include/dbstructure.php:195 -msgid "Errors encountered performing database changes: " -msgstr "Errori riscontrati eseguendo le modifiche al database:" - -#: include/dbstructure.php:203 -msgid ": Database update" -msgstr ": Aggiornamento database" - -#: include/dbstructure.php:436 -#, php-format -msgid "%s: updating %s table." -msgstr "%s: aggiornando la tabella %s." - -#: include/delivery.php:429 -msgid "(no subject)" -msgstr "(nessun oggetto)" - -#: include/dfrn.php:1360 -#, php-format -msgid "%s\\'s birthday" -msgstr "compleanno di %s" - -#: include/diaspora.php:2351 -msgid "Sharing notification from Diaspora network" -msgstr "Notifica di condivisione dal network Diaspora*" - -#: include/diaspora.php:3344 -msgid "Attachments:" -msgstr "Allegati:" - -#: include/event.php:445 +#: include/event.php:26 include/event.php:914 include/bb2diaspora.php:238 +#: mod/localtime.php:19 +msgid "l F d, Y \\@ g:i A" +msgstr "l d F Y \\@ G:i" + +#: include/event.php:45 include/event.php:62 include/event.php:471 +#: include/event.php:992 include/bb2diaspora.php:245 +msgid "Starts:" +msgstr "Inizia:" + +#: include/event.php:48 include/event.php:68 include/event.php:472 +#: include/event.php:996 include/bb2diaspora.php:251 +msgid "Finishes:" +msgstr "Finisce:" + +#: include/event.php:52 include/event.php:77 include/event.php:473 +#: include/event.php:1010 include/bb2diaspora.php:258 +#: mod/notifications.php:247 mod/contacts.php:651 mod/directory.php:149 +#: mod/events.php:521 src/Model/Profile.php:417 +msgid "Location:" +msgstr "Posizione:" + +#: include/event.php:420 msgid "all-day" msgstr "tutto il giorno" -#: include/event.php:447 +#: include/event.php:422 include/text.php:1111 msgid "Sun" msgstr "Dom" -#: include/event.php:448 include/text.php:1220 +#: include/event.php:423 include/text.php:1111 msgid "Mon" msgstr "Lun" -#: include/event.php:449 include/text.php:1220 +#: include/event.php:424 include/text.php:1111 msgid "Tue" msgstr "Mar" -#: include/event.php:450 include/text.php:1220 +#: include/event.php:425 include/text.php:1111 msgid "Wed" msgstr "Mer" -#: include/event.php:451 include/text.php:1220 +#: include/event.php:426 include/text.php:1111 msgid "Thu" msgstr "Gio" -#: include/event.php:452 include/text.php:1220 +#: include/event.php:427 include/text.php:1111 msgid "Fri" msgstr "Ven" -#: include/event.php:453 include/text.php:1220 +#: include/event.php:428 include/text.php:1111 msgid "Sat" msgstr "Sab" -#: include/event.php:455 include/text.php:1202 mod/settings.php:986 +#: include/event.php:430 include/text.php:1093 mod/settings.php:945 msgid "Sunday" msgstr "Domenica" -#: include/event.php:456 include/text.php:1202 mod/settings.php:986 +#: include/event.php:431 include/text.php:1093 mod/settings.php:945 msgid "Monday" msgstr "Lunedì" -#: include/event.php:457 include/text.php:1202 +#: include/event.php:432 include/text.php:1093 msgid "Tuesday" msgstr "Martedì" -#: include/event.php:458 include/text.php:1202 +#: include/event.php:433 include/text.php:1093 msgid "Wednesday" msgstr "Mercoledì" -#: include/event.php:459 include/text.php:1202 +#: include/event.php:434 include/text.php:1093 msgid "Thursday" msgstr "Giovedì" -#: include/event.php:460 include/text.php:1202 +#: include/event.php:435 include/text.php:1093 msgid "Friday" msgstr "Venerdì" -#: include/event.php:461 include/text.php:1202 +#: include/event.php:436 include/text.php:1093 msgid "Saturday" msgstr "Sabato" -#: include/event.php:463 include/text.php:1223 +#: include/event.php:438 include/text.php:1114 msgid "Jan" msgstr "Gen" -#: include/event.php:464 include/text.php:1223 +#: include/event.php:439 include/text.php:1114 msgid "Feb" msgstr "Feb" -#: include/event.php:465 include/text.php:1223 +#: include/event.php:440 include/text.php:1114 msgid "Mar" msgstr "Mar" -#: include/event.php:466 include/text.php:1223 +#: include/event.php:441 include/text.php:1114 msgid "Apr" msgstr "Apr" -#: include/event.php:467 include/event.php:480 include/text.php:1206 -#: include/text.php:1223 +#: include/event.php:442 include/event.php:455 include/text.php:1097 +#: include/text.php:1114 msgid "May" msgstr "Maggio" -#: include/event.php:468 +#: include/event.php:443 msgid "Jun" msgstr "Giu" -#: include/event.php:469 include/text.php:1223 +#: include/event.php:444 include/text.php:1114 msgid "Jul" msgstr "Lug" -#: include/event.php:470 include/text.php:1223 +#: include/event.php:445 include/text.php:1114 msgid "Aug" msgstr "Ago" -#: include/event.php:471 +#: include/event.php:446 msgid "Sept" msgstr "Set" -#: include/event.php:472 include/text.php:1223 +#: include/event.php:447 include/text.php:1114 msgid "Oct" msgstr "Ott" -#: include/event.php:473 include/text.php:1223 +#: include/event.php:448 include/text.php:1114 msgid "Nov" msgstr "Nov" -#: include/event.php:474 include/text.php:1223 +#: include/event.php:449 include/text.php:1114 msgid "Dec" msgstr "Dic" -#: include/event.php:476 include/text.php:1206 +#: include/event.php:451 include/text.php:1097 msgid "January" msgstr "Gennaio" -#: include/event.php:477 include/text.php:1206 +#: include/event.php:452 include/text.php:1097 msgid "February" msgstr "Febbraio" -#: include/event.php:478 include/text.php:1206 +#: include/event.php:453 include/text.php:1097 msgid "March" msgstr "Marzo" -#: include/event.php:479 include/text.php:1206 +#: include/event.php:454 include/text.php:1097 msgid "April" msgstr "Aprile" -#: include/event.php:481 include/text.php:1206 +#: include/event.php:456 include/text.php:1097 msgid "June" msgstr "Giugno" -#: include/event.php:482 include/text.php:1206 +#: include/event.php:457 include/text.php:1097 msgid "July" msgstr "Luglio" -#: include/event.php:483 include/text.php:1206 +#: include/event.php:458 include/text.php:1097 msgid "August" msgstr "Agosto" -#: include/event.php:484 include/text.php:1206 +#: include/event.php:459 include/text.php:1097 msgid "September" msgstr "Settembre" -#: include/event.php:485 include/text.php:1206 +#: include/event.php:460 include/text.php:1097 msgid "October" msgstr "Ottobre" -#: include/event.php:486 include/text.php:1206 +#: include/event.php:461 include/text.php:1097 msgid "November" msgstr "Novembre" -#: include/event.php:487 include/text.php:1206 +#: include/event.php:462 include/text.php:1097 msgid "December" msgstr "Dicembre" -#: include/event.php:489 mod/cal.php:281 mod/events.php:392 +#: include/event.php:464 mod/cal.php:280 mod/events.php:401 msgid "today" msgstr "oggi" -#: include/event.php:494 +#: include/event.php:465 mod/cal.php:281 mod/events.php:402 +#: src/Util/Temporal.php:304 +msgid "month" +msgstr "mese" + +#: include/event.php:466 mod/cal.php:282 mod/events.php:403 +#: src/Util/Temporal.php:305 +msgid "week" +msgstr "settimana" + +#: include/event.php:467 mod/cal.php:283 mod/events.php:404 +#: src/Util/Temporal.php:306 +msgid "day" +msgstr "giorno" + +#: include/event.php:469 msgid "No events to display" msgstr "Nessun evento da mostrare" -#: include/event.php:608 +#: include/event.php:583 msgid "l, F j" msgstr "l j F" -#: include/event.php:629 +#: include/event.php:607 msgid "Edit event" msgstr "Modifica l'evento" -#: include/event.php:630 +#: include/event.php:608 msgid "Duplicate event" msgstr "Duplica evento" -#: include/event.php:631 +#: include/event.php:609 msgid "Delete event" msgstr "Elimina evento" -#: include/event.php:658 include/text.php:1618 include/text.php:1625 +#: include/event.php:636 include/text.php:1508 include/text.php:1515 msgid "link to source" msgstr "Collegamento all'originale" -#: include/event.php:915 +#: include/event.php:896 msgid "Export" msgstr "Esporta" -#: include/event.php:916 +#: include/event.php:897 msgid "Export calendar as ical" msgstr "Esporta il calendario in formato ical" -#: include/event.php:917 +#: include/event.php:898 msgid "Export calendar as csv" msgstr "Esporta il calendario in formato csv" -#: include/event.php:934 +#: include/event.php:915 msgid "D g:i A" -msgstr "" +msgstr "D G:i" -#: include/event.php:935 +#: include/event.php:916 msgid "g:i A" -msgstr "" +msgstr "G:i" -#: include/event.php:1004 include/event.php:1006 +#: include/event.php:1011 include/event.php:1013 msgid "Show map" msgstr "Mostra mappa" -#: include/event.php:1005 +#: include/event.php:1012 msgid "Hide map" msgstr "Nascondi mappa" -#: include/follow.php:87 mod/dfrn_request.php:515 -msgid "Disallowed profile URL." -msgstr "Indirizzo profilo non permesso." - -#: include/follow.php:92 mod/dfrn_request.php:521 mod/friendica.php:116 -#: mod/admin.php:290 mod/admin.php:308 -msgid "Blocked domain" -msgstr "Dominio bloccato" - -#: include/follow.php:97 -msgid "Connect URL missing." -msgstr "URL di connessione mancante." - -#: include/follow.php:129 -msgid "" -"This site is not configured to allow communications with other networks." -msgstr "Questo sito non è configurato per permettere la comunicazione con altri network." - -#: include/follow.php:130 include/follow.php:144 -msgid "No compatible communication protocols or feeds were discovered." -msgstr "Non sono stati trovati protocolli di comunicazione o feed compatibili." - -#: include/follow.php:142 -msgid "The profile address specified does not provide adequate information." -msgstr "L'indirizzo del profilo specificato non fornisce adeguate informazioni." - -#: include/follow.php:147 -msgid "An author or name was not found." -msgstr "Non è stato trovato un nome o un autore" - -#: include/follow.php:150 -msgid "No browser URL could be matched to this address." -msgstr "Nessun URL può essere associato a questo indirizzo." - -#: include/follow.php:153 -msgid "" -"Unable to match @-style Identity Address with a known protocol or email " -"contact." -msgstr "Impossibile l'indirizzo identità con un protocollo conosciuto o con un contatto email." - -#: include/follow.php:154 -msgid "Use mailto: in front of address to force email check." -msgstr "Usa \"mailto:\" davanti all'indirizzo per forzare un controllo nelle email." - -#: include/follow.php:160 -msgid "" -"The profile address specified belongs to a network which has been disabled " -"on this site." -msgstr "L'indirizzo del profilo specificato appartiene a un network che è stato disabilitato su questo sito." - -#: include/follow.php:165 -msgid "" -"Limited profile. This person will be unable to receive direct/personal " -"notifications from you." -msgstr "Profilo limitato. Questa persona non sarà in grado di ricevere notifiche personali da te." - -#: include/follow.php:236 -msgid "Unable to retrieve contact information." -msgstr "Impossibile recuperare informazioni sul contatto." - -#: include/identity.php:47 -msgid "Requested account is not available." -msgstr "L'account richiesto non è disponibile." - -#: include/identity.php:56 mod/profile.php:23 -msgid "Requested profile is not available." -msgstr "Profilo richiesto non disponibile." - -#: include/identity.php:100 include/identity.php:323 include/identity.php:756 -msgid "Edit profile" -msgstr "Modifica il profilo" - -#: include/identity.php:263 -msgid "Atom feed" -msgstr "Feed Atom" - -#: include/identity.php:294 -msgid "Manage/edit profiles" -msgstr "Gestisci/modifica i profili" - -#: include/identity.php:299 include/identity.php:325 mod/profiles.php:786 -msgid "Change profile photo" -msgstr "Cambia la foto del profilo" - -#: include/identity.php:300 mod/profiles.php:787 -msgid "Create New Profile" -msgstr "Crea un nuovo profilo" - -#: include/identity.php:310 mod/profiles.php:776 -msgid "Profile Image" -msgstr "Immagine del Profilo" - -#: include/identity.php:313 mod/profiles.php:778 -msgid "visible to everybody" -msgstr "visibile a tutti" - -#: include/identity.php:314 mod/profiles.php:683 mod/profiles.php:779 -msgid "Edit visibility" -msgstr "Modifica visibilità" - -#: include/identity.php:342 include/identity.php:643 mod/notifications.php:253 -#: mod/directory.php:135 -msgid "Gender:" -msgstr "Genere:" - -#: include/identity.php:345 include/identity.php:666 mod/directory.php:137 -msgid "Status:" -msgstr "Stato:" - -#: include/identity.php:347 include/identity.php:683 mod/directory.php:139 -msgid "Homepage:" -msgstr "Homepage:" - -#: include/identity.php:349 include/identity.php:703 mod/notifications.php:249 -#: mod/directory.php:141 mod/contacts.php:662 -msgid "About:" -msgstr "Informazioni:" - -#: include/identity.php:351 mod/contacts.php:660 -msgid "XMPP:" -msgstr "XMPP:" - -#: include/identity.php:437 mod/notifications.php:261 mod/contacts.php:60 -msgid "Network:" -msgstr "Rete:" - -#: include/identity.php:466 include/identity.php:557 -msgid "g A l F d" -msgstr "g A l d F" - -#: include/identity.php:467 include/identity.php:558 -msgid "F d" -msgstr "d F" - -#: include/identity.php:519 include/identity.php:605 -msgid "[today]" -msgstr "[oggi]" - -#: include/identity.php:531 -msgid "Birthday Reminders" -msgstr "Promemoria compleanni" - -#: include/identity.php:532 -msgid "Birthdays this week:" -msgstr "Compleanni questa settimana:" - -#: include/identity.php:592 -msgid "[No description]" -msgstr "[Nessuna descrizione]" - -#: include/identity.php:619 -msgid "Event Reminders" -msgstr "Promemoria" - -#: include/identity.php:620 -msgid "Events this week:" -msgstr "Eventi di questa settimana:" - -#: include/identity.php:640 mod/settings.php:1273 -msgid "Full Name:" -msgstr "Nome completo:" - -#: include/identity.php:647 -msgid "j F, Y" -msgstr "j F Y" - -#: include/identity.php:648 -msgid "j F" -msgstr "j F" - -#: include/identity.php:662 -msgid "Age:" -msgstr "Età:" - -#: include/identity.php:675 -#, php-format -msgid "for %1$d %2$s" -msgstr "per %1$d %2$s" - -#: include/identity.php:679 mod/profiles.php:702 -msgid "Sexual Preference:" -msgstr "Preferenze sessuali:" - -#: include/identity.php:687 mod/profiles.php:729 -msgid "Hometown:" -msgstr "Paese natale:" - -#: include/identity.php:691 mod/follow.php:174 mod/notifications.php:251 -#: mod/contacts.php:664 -msgid "Tags:" -msgstr "Tag:" - -#: include/identity.php:695 mod/profiles.php:730 -msgid "Political Views:" -msgstr "Orientamento politico:" - -#: include/identity.php:699 -msgid "Religion:" -msgstr "Religione:" - -#: include/identity.php:707 -msgid "Hobbies/Interests:" -msgstr "Hobby/Interessi:" - -#: include/identity.php:711 mod/profiles.php:734 -msgid "Likes:" -msgstr "Mi piace:" - -#: include/identity.php:715 mod/profiles.php:735 -msgid "Dislikes:" -msgstr "Non mi piace:" - -#: include/identity.php:719 -msgid "Contact information and Social Networks:" -msgstr "Informazioni su contatti e social network:" - -#: include/identity.php:723 -msgid "Musical interests:" -msgstr "Interessi musicali:" - -#: include/identity.php:727 -msgid "Books, literature:" -msgstr "Libri, letteratura:" - -#: include/identity.php:731 -msgid "Television:" -msgstr "Televisione:" - -#: include/identity.php:735 -msgid "Film/dance/culture/entertainment:" -msgstr "Film/danza/cultura/intrattenimento:" - -#: include/identity.php:739 -msgid "Love/Romance:" -msgstr "Amore:" - -#: include/identity.php:743 -msgid "Work/employment:" -msgstr "Lavoro:" - -#: include/identity.php:747 -msgid "School/education:" -msgstr "Scuola:" - -#: include/identity.php:752 -msgid "Forums:" -msgstr "Forum:" - -#: include/identity.php:761 mod/events.php:530 -msgid "Basic" -msgstr "Base" - -#: include/identity.php:762 mod/admin.php:1181 mod/contacts.php:900 -#: mod/events.php:531 -msgid "Advanced" -msgstr "Avanzate" - -#: include/identity.php:788 mod/follow.php:182 mod/unfollow.php:133 -#: mod/contacts.php:866 -msgid "Status Messages and Posts" -msgstr "Messaggi di stato e post" - -#: include/identity.php:796 mod/contacts.php:874 -msgid "Profile Details" -msgstr "Dettagli del profilo" - -#: include/identity.php:804 mod/photos.php:97 -msgid "Photo Albums" -msgstr "Album foto" - -#: include/identity.php:843 mod/notes.php:49 -msgid "Personal Notes" -msgstr "Note personali" - -#: include/identity.php:846 -msgid "Only You Can See This" -msgstr "Solo tu puoi vedere questo" - -#: include/items.php:1731 mod/dfrn_request.php:760 mod/dfrn_confirm.php:739 -msgid "[Name Withheld]" -msgstr "[Nome Nascosto]" - -#: include/items.php:2106 mod/viewsrc.php:16 mod/notice.php:18 -#: mod/admin.php:258 mod/admin.php:1687 mod/admin.php:1938 mod/display.php:106 -#: mod/display.php:279 mod/display.php:487 +#: include/items.php:342 mod/notice.php:22 mod/viewsrc.php:21 +#: mod/admin.php:269 mod/admin.php:1762 mod/admin.php:2010 mod/display.php:70 +#: mod/display.php:247 mod/display.php:349 msgid "Item not found." msgstr "Elemento non trovato." -#: include/items.php:2149 +#: include/items.php:382 msgid "Do you really want to delete this item?" msgstr "Vuoi veramente cancellare questo elemento?" -#: include/items.php:2151 mod/api.php:107 mod/dfrn_request.php:881 -#: mod/follow.php:150 mod/message.php:207 mod/suggest.php:32 -#: mod/contacts.php:466 mod/profiles.php:639 mod/profiles.php:642 -#: mod/profiles.php:669 mod/register.php:250 mod/settings.php:1158 -#: mod/settings.php:1164 mod/settings.php:1171 mod/settings.php:1175 -#: mod/settings.php:1180 mod/settings.php:1185 mod/settings.php:1190 -#: mod/settings.php:1195 mod/settings.php:1221 mod/settings.php:1222 -#: mod/settings.php:1223 mod/settings.php:1224 mod/settings.php:1225 +#: include/items.php:384 mod/api.php:110 mod/suggest.php:38 +#: mod/profiles.php:649 mod/profiles.php:652 mod/profiles.php:674 +#: mod/contacts.php:464 mod/dfrn_request.php:653 mod/follow.php:148 +#: mod/register.php:237 mod/message.php:138 mod/settings.php:1109 +#: mod/settings.php:1115 mod/settings.php:1122 mod/settings.php:1126 +#: mod/settings.php:1130 mod/settings.php:1134 mod/settings.php:1138 +#: mod/settings.php:1142 mod/settings.php:1162 mod/settings.php:1163 +#: mod/settings.php:1164 mod/settings.php:1165 mod/settings.php:1166 msgid "Yes" msgstr "Si" -#: include/items.php:2290 mod/api.php:28 mod/api.php:33 mod/attach.php:35 -#: mod/common.php:20 mod/crepair.php:105 mod/nogroup.php:29 -#: mod/viewcontacts.php:49 mod/uimport.php:26 mod/allfriends.php:15 -#: mod/cal.php:302 mod/editpost.php:13 mod/follow.php:14 mod/follow.php:55 -#: mod/follow.php:118 mod/group.php:21 mod/invite.php:18 mod/invite.php:106 -#: mod/manage.php:104 mod/message.php:49 mod/message.php:172 -#: mod/notifications.php:74 mod/repair_ostatus.php:12 mod/wallmessage.php:12 -#: mod/wallmessage.php:36 mod/wallmessage.php:76 mod/wallmessage.php:100 -#: mod/delegate.php:15 mod/suggest.php:58 mod/unfollow.php:14 -#: mod/unfollow.php:57 mod/unfollow.php:90 mod/contacts.php:374 -#: mod/dfrn_confirm.php:65 mod/dirfind.php:17 mod/display.php:484 -#: mod/events.php:190 mod/fsuggest.php:81 mod/item.php:199 mod/item.php:211 -#: mod/mood.php:118 mod/network.php:17 mod/notes.php:25 -#: mod/ostatus_subscribe.php:12 mod/photos.php:170 mod/photos.php:1095 -#: mod/poke.php:157 mod/profile_photo.php:21 mod/profile_photo.php:181 -#: mod/profile_photo.php:192 mod/profile_photo.php:205 mod/profiles.php:168 -#: mod/profiles.php:606 mod/register.php:47 mod/regmod.php:108 -#: mod/settings.php:28 mod/settings.php:130 mod/settings.php:678 -#: mod/wall_attach.php:69 mod/wall_attach.php:72 mod/wall_upload.php:102 -#: mod/wall_upload.php:105 index.php:412 +#: include/items.php:387 include/conversation.php:1373 mod/fbrowser.php:103 +#: mod/fbrowser.php:134 mod/suggest.php:41 mod/unfollow.php:117 +#: mod/contacts.php:467 mod/dfrn_request.php:663 mod/follow.php:159 +#: mod/tagrm.php:19 mod/tagrm.php:99 mod/editpost.php:151 mod/message.php:141 +#: mod/photos.php:248 mod/photos.php:324 mod/settings.php:680 +#: mod/settings.php:706 mod/videos.php:148 +msgid "Cancel" +msgstr "Annulla" + +#: include/items.php:401 mod/allfriends.php:21 mod/api.php:35 mod/api.php:40 +#: mod/attach.php:38 mod/common.php:26 mod/crepair.php:98 mod/nogroup.php:28 +#: mod/repair_ostatus.php:13 mod/suggest.php:60 mod/unfollow.php:15 +#: mod/unfollow.php:57 mod/unfollow.php:90 mod/uimport.php:28 +#: mod/dirfind.php:24 mod/notifications.php:73 mod/ostatus_subscribe.php:16 +#: mod/cal.php:304 mod/dfrn_confirm.php:68 mod/invite.php:20 +#: mod/invite.php:106 mod/manage.php:131 mod/profiles.php:181 +#: mod/profiles.php:619 mod/wall_attach.php:74 mod/wall_attach.php:77 +#: mod/contacts.php:378 mod/delegate.php:24 mod/delegate.php:38 +#: mod/follow.php:16 mod/follow.php:53 mod/follow.php:116 mod/poke.php:150 +#: mod/profile_photo.php:29 mod/profile_photo.php:188 +#: mod/profile_photo.php:199 mod/profile_photo.php:212 mod/regmod.php:108 +#: mod/viewcontacts.php:57 mod/wall_upload.php:103 mod/wall_upload.php:106 +#: mod/wallmessage.php:16 mod/wallmessage.php:40 mod/wallmessage.php:79 +#: mod/wallmessage.php:103 mod/item.php:160 mod/register.php:53 +#: mod/editpost.php:20 mod/events.php:195 mod/fsuggest.php:81 mod/group.php:26 +#: mod/message.php:59 mod/message.php:104 mod/network.php:32 mod/notes.php:30 +#: mod/photos.php:174 mod/photos.php:1051 mod/settings.php:41 +#: mod/settings.php:140 mod/settings.php:669 index.php:413 msgid "Permission denied." msgstr "Permesso negato." -#: include/items.php:2407 +#: include/items.php:471 msgid "Archives" msgstr "Archivi" -#: include/like.php:46 -#, php-format -msgid "%1$s is attending %2$s's %3$s" -msgstr "%1$s parteciperà a %3$s di %2$s" +#: include/items.php:477 view/theme/vier/theme.php:259 +#: src/Content/ForumManager.php:130 src/Content/Widget.php:312 +#: src/Object/Post.php:422 src/App.php:514 +msgid "show more" +msgstr "mostra di più" -#: include/like.php:51 -#, php-format -msgid "%1$s is not attending %2$s's %3$s" -msgstr "%1$s non parteciperà a %3$s di %2$s" - -#: include/like.php:56 -#, php-format -msgid "%1$s may attend %2$s's %3$s" -msgstr "%1$s forse parteciperà a %3$s di %2$s" - -#: include/message.php:16 include/message.php:162 -msgid "[no subject]" -msgstr "[nessun oggetto]" - -#: include/network.php:714 -msgid "view full size" -msgstr "vedi a schermo intero" - -#: include/ostatus.php:1713 -#, php-format -msgid "%s is now following %s." -msgstr "%s sta seguendo %s" - -#: include/ostatus.php:1714 -msgid "following" -msgstr "segue" - -#: include/ostatus.php:1717 -#, php-format -msgid "%s stopped following %s." -msgstr "%s ha smesso di seguire %s" - -#: include/ostatus.php:1718 -msgid "stopped following" -msgstr "tolto dai seguiti" - -#: include/text.php:315 +#: include/text.php:302 msgid "newer" msgstr "nuovi" -#: include/text.php:316 +#: include/text.php:303 msgid "older" msgstr "vecchi" -#: include/text.php:321 +#: include/text.php:308 msgid "first" msgstr "primo" -#: include/text.php:322 +#: include/text.php:309 msgid "prev" msgstr "prec" -#: include/text.php:356 +#: include/text.php:343 msgid "next" msgstr "succ" -#: include/text.php:357 +#: include/text.php:344 msgid "last" msgstr "ultimo" -#: include/text.php:411 +#: include/text.php:398 msgid "Loading more entries..." msgstr "Carico più elementi..." -#: include/text.php:412 +#: include/text.php:399 msgid "The end" msgstr "Fine" -#: include/text.php:961 +#: include/text.php:884 msgid "No contacts" msgstr "Nessun contatto" -#: include/text.php:985 +#: include/text.php:908 #, php-format msgid "%d Contact" msgid_plural "%d Contacts" msgstr[0] "%d contatto" msgstr[1] "%d contatti" -#: include/text.php:998 +#: include/text.php:921 msgid "View Contacts" msgstr "Visualizza i contatti" -#: include/text.php:1088 mod/filer.php:32 mod/editpost.php:102 -#: mod/notes.php:64 +#: include/text.php:1010 mod/filer.php:35 mod/editpost.php:112 +#: mod/notes.php:68 msgid "Save" msgstr "Salva" -#: include/text.php:1149 +#: include/text.php:1010 +msgid "Follow" +msgstr "Segui" + +#: include/text.php:1016 mod/search.php:155 src/Content/Nav.php:142 +msgid "Search" +msgstr "Cerca" + +#: include/text.php:1019 src/Content/Nav.php:58 +msgid "@name, !forum, #tags, content" +msgstr "@nome, !forum, #tag, contenuto" + +#: include/text.php:1025 src/Content/Nav.php:145 +msgid "Full Text" +msgstr "Testo Completo" + +#: include/text.php:1026 src/Content/Nav.php:146 +#: src/Content/Widget/TagCloud.php:54 +msgid "Tags" +msgstr "Tags:" + +#: include/text.php:1027 mod/contacts.php:805 mod/contacts.php:866 +#: mod/viewcontacts.php:131 view/theme/frio/theme.php:270 +#: src/Content/Nav.php:147 src/Content/Nav.php:212 src/Model/Profile.php:957 +#: src/Model/Profile.php:960 +msgid "Contacts" +msgstr "Contatti" + +#: include/text.php:1030 view/theme/vier/theme.php:254 +#: src/Content/ForumManager.php:125 src/Content/Nav.php:151 +msgid "Forums" +msgstr "Forum" + +#: include/text.php:1074 msgid "poke" msgstr "stuzzica" -#: include/text.php:1149 +#: include/text.php:1074 msgid "poked" msgstr "ha stuzzicato" -#: include/text.php:1150 +#: include/text.php:1075 msgid "ping" msgstr "invia un ping" -#: include/text.php:1150 +#: include/text.php:1075 msgid "pinged" msgstr "ha inviato un ping" -#: include/text.php:1151 +#: include/text.php:1076 msgid "prod" msgstr "pungola" -#: include/text.php:1151 +#: include/text.php:1076 msgid "prodded" msgstr "ha pungolato" -#: include/text.php:1152 +#: include/text.php:1077 msgid "slap" msgstr "schiaffeggia" -#: include/text.php:1152 +#: include/text.php:1077 msgid "slapped" msgstr "ha schiaffeggiato" -#: include/text.php:1153 +#: include/text.php:1078 msgid "finger" msgstr "tocca" -#: include/text.php:1153 +#: include/text.php:1078 msgid "fingered" msgstr "ha toccato" -#: include/text.php:1154 +#: include/text.php:1079 msgid "rebuff" msgstr "respingi" -#: include/text.php:1154 +#: include/text.php:1079 msgid "rebuffed" msgstr "ha respinto" -#: include/text.php:1168 -msgid "happy" -msgstr "felice" - -#: include/text.php:1169 -msgid "sad" -msgstr "triste" - -#: include/text.php:1170 -msgid "mellow" -msgstr "rilassato" - -#: include/text.php:1171 -msgid "tired" -msgstr "stanco" - -#: include/text.php:1172 -msgid "perky" -msgstr "vivace" - -#: include/text.php:1173 -msgid "angry" -msgstr "arrabbiato" - -#: include/text.php:1174 -msgid "stupified" -msgstr "stupefatto" - -#: include/text.php:1175 -msgid "puzzled" -msgstr "confuso" - -#: include/text.php:1176 -msgid "interested" -msgstr "interessato" - -#: include/text.php:1177 -msgid "bitter" -msgstr "risentito" - -#: include/text.php:1178 -msgid "cheerful" -msgstr "giocoso" - -#: include/text.php:1179 -msgid "alive" -msgstr "vivo" - -#: include/text.php:1180 -msgid "annoyed" -msgstr "annoiato" - -#: include/text.php:1181 -msgid "anxious" -msgstr "ansioso" - -#: include/text.php:1182 -msgid "cranky" -msgstr "irritabile" - -#: include/text.php:1183 -msgid "disturbed" -msgstr "disturbato" - -#: include/text.php:1184 -msgid "frustrated" -msgstr "frustato" - -#: include/text.php:1185 -msgid "motivated" -msgstr "motivato" - -#: include/text.php:1186 -msgid "relaxed" -msgstr "rilassato" - -#: include/text.php:1187 -msgid "surprised" -msgstr "sorpreso" - -#: include/text.php:1220 -msgid "Sund" -msgstr "Dom" - -#: include/text.php:1223 +#: include/text.php:1114 msgid "Sep" msgstr "Set" -#: include/text.php:1421 mod/videos.php:390 +#: include/text.php:1315 mod/videos.php:381 msgid "View Video" msgstr "Guarda Video" -#: include/text.php:1438 +#: include/text.php:1332 msgid "bytes" msgstr "bytes" -#: include/text.php:1473 include/text.php:1484 +#: include/text.php:1367 include/text.php:1378 msgid "Click to open/close" msgstr "Clicca per aprire/chiudere" -#: include/text.php:1612 +#: include/text.php:1502 msgid "View on separate page" msgstr "Vedi in una pagina separata" -#: include/text.php:1613 +#: include/text.php:1503 msgid "view on separate page" msgstr "vedi in una pagina separata" -#: include/text.php:1898 +#: include/text.php:1717 include/conversation.php:146 +#: include/conversation.php:284 src/Model/Item.php:1785 +msgid "event" +msgstr "l'evento" + +#: include/text.php:1719 include/conversation.php:154 +#: include/conversation.php:292 mod/subthread.php:97 mod/tagger.php:72 +#: src/Model/Item.php:1783 +msgid "photo" +msgstr "foto" + +#: include/text.php:1721 msgid "activity" msgstr "attività" -#: include/text.php:1900 object/Item.php:416 object/Item.php:428 +#: include/text.php:1723 src/Object/Post.php:421 src/Object/Post.php:433 msgid "comment" msgid_plural "comments" msgstr[0] "commento " msgstr[1] "commenti" -#: include/text.php:1903 +#: include/text.php:1726 msgid "post" msgstr "messaggio" -#: include/text.php:2069 +#: include/text.php:1883 msgid "Item filed" msgstr "Messaggio salvato" -#: include/uimport.php:81 -msgid "Error decoding account file" -msgstr "Errore decodificando il file account" +#: include/acl_selectors.php:355 +msgid "Post to Email" +msgstr "Invia a email" -#: include/uimport.php:87 -msgid "Error! No version data in file! This is not a Friendica account file?" -msgstr "Errore! Nessuna informazione di versione nel file! Potrebbe non essere un file account di Friendica?" +#: include/acl_selectors.php:360 +msgid "Hide your profile details from unknown viewers?" +msgstr "Nascondi i dettagli del tuo profilo ai visitatori sconosciuti?" -#: include/uimport.php:104 include/uimport.php:115 -msgid "Error! Cannot check nickname" -msgstr "Errore! Non posso controllare il nickname" - -#: include/uimport.php:108 include/uimport.php:119 +#: include/acl_selectors.php:360 #, php-format -msgid "User '%s' already exists on this server!" -msgstr "L'utente '%s' esiste già su questo server!" +msgid "Connectors disabled, since \"%s\" is enabled." +msgstr "Connettore disabilitato, dato che \"%s\" è abilitato." -#: include/uimport.php:151 -msgid "User creation error" -msgstr "Errore creando l'utente" +#: include/acl_selectors.php:366 +msgid "Visible to everybody" +msgstr "Visibile a tutti" -#: include/uimport.php:174 -msgid "User profile creation error" -msgstr "Errore creando il profilo dell'utente" +#: include/acl_selectors.php:367 view/theme/vier/config.php:115 +msgid "show" +msgstr "mostra" -#: include/uimport.php:224 +#: include/acl_selectors.php:368 view/theme/vier/config.php:115 +msgid "don't show" +msgstr "non mostrare" + +#: include/acl_selectors.php:374 mod/editpost.php:136 +msgid "CC: email addresses" +msgstr "CC: indirizzi email" + +#: include/acl_selectors.php:375 mod/editpost.php:143 +msgid "Example: bob@example.com, mary@example.com" +msgstr "Esempio: bob@example.com, mary@example.com" + +#: include/acl_selectors.php:377 mod/events.php:536 mod/photos.php:1098 +#: mod/photos.php:1441 +msgid "Permissions" +msgstr "Permessi" + +#: include/acl_selectors.php:378 +msgid "Close" +msgstr "Chiudi" + +#: include/api.php:1181 #, php-format -msgid "%d contact not imported" -msgid_plural "%d contacts not imported" -msgstr[0] "%d contatto non importato" -msgstr[1] "%d contatti non importati" +msgid "Daily posting limit of %d post reached. The post was rejected." +msgid_plural "Daily posting limit of %d posts reached. The post was rejected." +msgstr[0] "Limite giornaliero di %d messaggio raggiunto. Il messaggio è stato rifiutato" +msgstr[1] "Limite giornaliero di %d messaggi raggiunto. Il messaggio è stato rifiutato." -#: include/uimport.php:290 -msgid "Done. You can now login with your username and password" -msgstr "Fatto. Ora puoi entrare con il tuo nome utente e la tua password" - -#: include/user.php:41 mod/settings.php:373 -msgid "Passwords do not match. Password unchanged." -msgstr "Le password non corrispondono. Password non cambiata." - -#: include/user.php:50 -msgid "An invitation is required." -msgstr "E' richiesto un invito." - -#: include/user.php:55 -msgid "Invitation could not be verified." -msgstr "L'invito non puo' essere verificato." - -#: include/user.php:63 -msgid "Invalid OpenID url" -msgstr "Url OpenID non valido" - -#: include/user.php:84 -msgid "Please enter the required information." -msgstr "Inserisci le informazioni richieste." - -#: include/user.php:98 -msgid "Please use a shorter name." -msgstr "Usa un nome più corto." - -#: include/user.php:100 -msgid "Name too short." -msgstr "Il nome è troppo corto." - -#: include/user.php:108 -msgid "That doesn't appear to be your full (First Last) name." -msgstr "Questo non sembra essere il tuo nome completo (Nome Cognome)." - -#: include/user.php:113 -msgid "Your email domain is not among those allowed on this site." -msgstr "Il dominio della tua email non è tra quelli autorizzati su questo sito." - -#: include/user.php:116 -msgid "Not a valid email address." -msgstr "L'indirizzo email non è valido." - -#: include/user.php:129 -msgid "Cannot use that email." -msgstr "Non puoi usare quell'email." - -#: include/user.php:135 -msgid "Your \"nickname\" can only contain \"a-z\", \"0-9\" and \"_\"." -msgstr "Il tuo nome utente può contenere solo \"a-z\", \"0-9\", e \"_\"." - -#: include/user.php:142 include/user.php:224 -msgid "Nickname is already registered. Please choose another." -msgstr "Nome utente già registrato. Scegline un altro." - -#: include/user.php:152 -msgid "" -"Nickname was once registered here and may not be re-used. Please choose " -"another." -msgstr "Questo nome utente stato già registrato. Per favore, sceglierne uno nuovo." - -#: include/user.php:168 -msgid "SERIOUS ERROR: Generation of security keys failed." -msgstr "ERRORE GRAVE: La generazione delle chiavi di sicurezza è fallita." - -#: include/user.php:210 -msgid "An error occurred during registration. Please try again." -msgstr "C'è stato un errore durante la registrazione. Prova ancora." - -#: include/user.php:233 view/theme/duepuntozero/config.php:47 -msgid "default" -msgstr "default" - -#: include/user.php:243 -msgid "An error occurred creating your default profile. Please try again." -msgstr "C'è stato un errore nella creazione del tuo profilo. Prova ancora." - -#: include/user.php:393 +#: include/api.php:1205 #, php-format -msgid "" -"\n" -"\t\tDear %1$s,\n" -"\t\t\tThank you for registering at %2$s. Your account is pending for approval by the administrator.\n" -"\t" -msgstr "\nCaro %1$s,\n Grazie per la tua registrazione su %2$s. Il tuo account è in attesa di approvazione da parte di un amministratore.\n " +msgid "Weekly posting limit of %d post reached. The post was rejected." +msgid_plural "" +"Weekly posting limit of %d posts reached. The post was rejected." +msgstr[0] "Limite settimanale di %d messaggio raggiunto. Il messaggio è stato rifiutato" +msgstr[1] "Limite settimanale di %d messaggi raggiunto. Il messaggio è stato rifiutato." -#: include/user.php:403 +#: include/api.php:1229 #, php-format -msgid "Registration at %s" -msgstr "Registrazione su %s" +msgid "Monthly posting limit of %d post reached. The post was rejected." +msgstr "Limite mensile di %d messaggi raggiunto. Il messaggio è stato rifiutato." -#: include/user.php:413 +#: include/api.php:4382 mod/profile_photo.php:84 mod/profile_photo.php:92 +#: mod/profile_photo.php:100 mod/profile_photo.php:223 +#: mod/profile_photo.php:317 mod/profile_photo.php:327 mod/photos.php:88 +#: mod/photos.php:194 mod/photos.php:722 mod/photos.php:1149 +#: mod/photos.php:1166 mod/photos.php:1684 src/Model/User.php:526 +#: src/Model/User.php:534 src/Model/User.php:542 +msgid "Profile Photos" +msgstr "Foto del profilo" + +#: include/conversation.php:149 include/conversation.php:159 +#: include/conversation.php:287 include/conversation.php:296 +#: mod/subthread.php:97 mod/tagger.php:72 src/Model/Item.php:1783 +#: src/Protocol/Diaspora.php:1946 +msgid "status" +msgstr "stato" + +#: include/conversation.php:166 src/Model/Item.php:1656 +#: src/Protocol/Diaspora.php:1942 #, php-format -msgid "" -"\n" -"\t\tDear %1$s,\n" -"\t\t\tThank you for registering at %2$s. Your account has been created.\n" -"\t" -msgstr "\nGentile %1$s,\nGrazie per esserti registrato su %2$s. Il tuo account è stato creato." +msgid "%1$s likes %2$s's %3$s" +msgstr "A %1$s piace %3$s di %2$s" -#: include/user.php:417 +#: include/conversation.php:169 src/Model/Item.php:1661 #, php-format -msgid "" -"\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." -msgstr "\nI dettagli del tuo utente sono:\n Indirizzo del sito: %3$s\n Nome utente: %1$s\n Password: %5$s\n\nPuoi cambiare la tua password dalla pagina delle impostazioni del tuo account dopo esserti autenticato.\n\nPer favore, prenditi qualche momento per esaminare tutte le impostazioni presenti.\n\nPotresti voler aggiungere qualche informazione di base al tuo profilo predefinito (nella pagina \"Profili\"), così che le altre persone possano trovarti più facilmente.\n\nTi raccomandiamo di inserire il tuo nome completo, aggiungere una foto, aggiungere qualche parola chiave del profilo (molto utili per trovare nuovi contatti), e magari in quale nazione vivi, se non vuoi essere più specifico di così.\n\nNoi rispettiamo appieno la tua privacy, e nessuna di queste informazioni è necessaria o obbligatoria.\nSe sei nuovo e non conosci nessuno qui, possono aiutarti a trovare qualche nuovo e interessante contatto.\n\nGrazie e benvenuto su %2$s" +msgid "%1$s doesn't like %2$s's %3$s" +msgstr "A %1$s non piace %3$s di %2$s" -#: include/user.php:449 mod/admin.php:1430 +#: include/conversation.php:172 #, php-format -msgid "Registration details for %s" -msgstr "Dettagli della registrazione di %s" +msgid "%1$s attends %2$s's %3$s" +msgstr "%1$s partecipa a %3$s di %2$s" -#: mod/api.php:78 mod/api.php:104 +#: include/conversation.php:175 +#, php-format +msgid "%1$s doesn't attend %2$s's %3$s" +msgstr "%1$s non partecipa a %3$s di %2$s" + +#: include/conversation.php:178 +#, php-format +msgid "%1$s attends maybe %2$s's %3$s" +msgstr "%1$s forse partecipa a %3$s di %2$s" + +#: include/conversation.php:211 mod/dfrn_confirm.php:431 +#: src/Protocol/Diaspora.php:2414 +#, php-format +msgid "%1$s is now friends with %2$s" +msgstr "%1$s e %2$s adesso sono amici" + +#: include/conversation.php:252 +#, php-format +msgid "%1$s poked %2$s" +msgstr "%1$s ha stuzzicato %2$s" + +#: include/conversation.php:306 mod/tagger.php:110 +#, php-format +msgid "%1$s tagged %2$s's %3$s with %4$s" +msgstr "%1$s ha taggato %3$s di %2$s con %4$s" + +#: include/conversation.php:333 +msgid "post/item" +msgstr "post/elemento" + +#: include/conversation.php:334 +#, php-format +msgid "%1$s marked %2$s's %3$s as favorite" +msgstr "%1$s ha segnato il/la %3$s di %2$s come preferito" + +#: include/conversation.php:607 mod/profiles.php:354 mod/photos.php:1501 +msgid "Likes" +msgstr "Mi piace" + +#: include/conversation.php:607 mod/profiles.php:358 mod/photos.php:1501 +msgid "Dislikes" +msgstr "Non mi piace" + +#: include/conversation.php:608 include/conversation.php:1682 +#: mod/photos.php:1502 +msgid "Attending" +msgid_plural "Attending" +msgstr[0] "Partecipa" +msgstr[1] "Partecipano" + +#: include/conversation.php:608 mod/photos.php:1502 +msgid "Not attending" +msgstr "Non partecipa" + +#: include/conversation.php:608 mod/photos.php:1502 +msgid "Might attend" +msgstr "Forse partecipa" + +#: include/conversation.php:746 mod/photos.php:1569 src/Object/Post.php:177 +msgid "Select" +msgstr "Seleziona" + +#: include/conversation.php:747 mod/contacts.php:821 mod/contacts.php:1019 +#: mod/admin.php:1706 mod/photos.php:1570 mod/settings.php:742 +#: src/Object/Post.php:178 +msgid "Delete" +msgstr "Rimuovi" + +#: include/conversation.php:779 src/Object/Post.php:355 +#: src/Object/Post.php:356 +#, php-format +msgid "View %s's profile @ %s" +msgstr "Vedi il profilo di %s @ %s" + +#: include/conversation.php:791 src/Object/Post.php:343 +msgid "Categories:" +msgstr "Categorie:" + +#: include/conversation.php:792 src/Object/Post.php:344 +msgid "Filed under:" +msgstr "Archiviato in:" + +#: include/conversation.php:799 src/Object/Post.php:369 +#, php-format +msgid "%s from %s" +msgstr "%s da %s" + +#: include/conversation.php:814 +msgid "View in context" +msgstr "Vedi nel contesto" + +#: include/conversation.php:816 include/conversation.php:1355 +#: mod/wallmessage.php:145 mod/editpost.php:127 mod/message.php:264 +#: mod/message.php:433 mod/photos.php:1473 src/Object/Post.php:394 +msgid "Please wait" +msgstr "Attendi" + +#: include/conversation.php:887 +msgid "remove" +msgstr "rimuovi" + +#: include/conversation.php:891 +msgid "Delete Selected Items" +msgstr "Cancella elementi selezionati" + +#: include/conversation.php:1061 view/theme/frio/theme.php:352 +msgid "Follow Thread" +msgstr "Segui la discussione" + +#: include/conversation.php:1062 src/Model/Contact.php:554 +msgid "View Status" +msgstr "Visualizza stato" + +#: include/conversation.php:1063 include/conversation.php:1079 +#: mod/allfriends.php:73 mod/suggest.php:82 mod/dirfind.php:220 +#: mod/match.php:89 mod/directory.php:160 src/Model/Contact.php:497 +#: src/Model/Contact.php:510 src/Model/Contact.php:555 +msgid "View Profile" +msgstr "Visualizza profilo" + +#: include/conversation.php:1064 src/Model/Contact.php:556 +msgid "View Photos" +msgstr "Visualizza foto" + +#: include/conversation.php:1065 src/Model/Contact.php:557 +msgid "Network Posts" +msgstr "Post della Rete" + +#: include/conversation.php:1066 src/Model/Contact.php:558 +msgid "View Contact" +msgstr "Mostra contatto" + +#: include/conversation.php:1067 src/Model/Contact.php:560 +msgid "Send PM" +msgstr "Invia messaggio privato" + +#: include/conversation.php:1071 src/Model/Contact.php:561 +msgid "Poke" +msgstr "Stuzzica" + +#: include/conversation.php:1076 mod/allfriends.php:74 mod/suggest.php:83 +#: mod/dirfind.php:221 mod/match.php:90 mod/contacts.php:587 +#: mod/follow.php:141 src/Content/Widget.php:61 src/Model/Contact.php:511 +msgid "Connect/Follow" +msgstr "Connetti/segui" + +#: include/conversation.php:1195 +#, php-format +msgid "%s likes this." +msgstr "Piace a %s." + +#: include/conversation.php:1198 +#, php-format +msgid "%s doesn't like this." +msgstr "Non piace a %s." + +#: include/conversation.php:1201 +#, php-format +msgid "%s attends." +msgstr "%s partecipa." + +#: include/conversation.php:1204 +#, php-format +msgid "%s doesn't attend." +msgstr "%s non partecipa." + +#: include/conversation.php:1207 +#, php-format +msgid "%s attends maybe." +msgstr "%s forse partecipa." + +#: include/conversation.php:1218 +msgid "and" +msgstr "e" + +#: include/conversation.php:1224 +#, php-format +msgid "and %d other people" +msgstr "e altre %d persone" + +#: include/conversation.php:1233 +#, php-format +msgid "%2$d people like this" +msgstr "Piace a %2$d persone." + +#: include/conversation.php:1234 +#, php-format +msgid "%s like this." +msgstr "a %s piace." + +#: include/conversation.php:1237 +#, php-format +msgid "%2$d people don't like this" +msgstr "Non piace a %2$d persone." + +#: include/conversation.php:1238 +#, php-format +msgid "%s don't like this." +msgstr "a %s non piace." + +#: include/conversation.php:1241 +#, php-format +msgid "%2$d people attend" +msgstr "%2$d persone partecipano" + +#: include/conversation.php:1242 +#, php-format +msgid "%s attend." +msgstr "%s partecipa." + +#: include/conversation.php:1245 +#, php-format +msgid "%2$d people don't attend" +msgstr "%2$d persone non partecipano" + +#: include/conversation.php:1246 +#, php-format +msgid "%s don't attend." +msgstr "%s non partecipa." + +#: include/conversation.php:1249 +#, php-format +msgid "%2$d people attend maybe" +msgstr "%2$d persone forse partecipano" + +#: include/conversation.php:1250 +#, php-format +msgid "%s attend maybe." +msgstr "%s forse partecipano." + +#: include/conversation.php:1280 include/conversation.php:1296 +msgid "Visible to everybody" +msgstr "Visibile a tutti" + +#: include/conversation.php:1281 include/conversation.php:1297 +#: mod/wallmessage.php:120 mod/wallmessage.php:127 mod/message.php:200 +#: mod/message.php:207 mod/message.php:343 mod/message.php:350 +msgid "Please enter a link URL:" +msgstr "Inserisci l'indirizzo del link:" + +#: include/conversation.php:1282 include/conversation.php:1298 +msgid "Please enter a video link/URL:" +msgstr "Inserisci un collegamento video / URL:" + +#: include/conversation.php:1283 include/conversation.php:1299 +msgid "Please enter an audio link/URL:" +msgstr "Inserisci un collegamento audio / URL:" + +#: include/conversation.php:1284 include/conversation.php:1300 +msgid "Tag term:" +msgstr "Tag:" + +#: include/conversation.php:1285 include/conversation.php:1301 +#: mod/filer.php:34 +msgid "Save to Folder:" +msgstr "Salva nella Cartella:" + +#: include/conversation.php:1286 include/conversation.php:1302 +msgid "Where are you right now?" +msgstr "Dove sei ora?" + +#: include/conversation.php:1287 +msgid "Delete item(s)?" +msgstr "Cancellare questo elemento/i?" + +#: include/conversation.php:1336 +msgid "Share" +msgstr "Condividi" + +#: include/conversation.php:1337 mod/wallmessage.php:143 mod/editpost.php:113 +#: mod/message.php:262 mod/message.php:430 +msgid "Upload photo" +msgstr "Carica foto" + +#: include/conversation.php:1338 mod/editpost.php:114 +msgid "upload photo" +msgstr "carica foto" + +#: include/conversation.php:1339 mod/editpost.php:115 +msgid "Attach file" +msgstr "Allega file" + +#: include/conversation.php:1340 mod/editpost.php:116 +msgid "attach file" +msgstr "allega file" + +#: include/conversation.php:1341 mod/wallmessage.php:144 mod/editpost.php:117 +#: mod/message.php:263 mod/message.php:431 +msgid "Insert web link" +msgstr "Inserisci link" + +#: include/conversation.php:1342 mod/editpost.php:118 +msgid "web link" +msgstr "link web" + +#: include/conversation.php:1343 mod/editpost.php:119 +msgid "Insert video link" +msgstr "Inserire collegamento video" + +#: include/conversation.php:1344 mod/editpost.php:120 +msgid "video link" +msgstr "link video" + +#: include/conversation.php:1345 mod/editpost.php:121 +msgid "Insert audio link" +msgstr "Inserisci collegamento audio" + +#: include/conversation.php:1346 mod/editpost.php:122 +msgid "audio link" +msgstr "link audio" + +#: include/conversation.php:1347 mod/editpost.php:123 +msgid "Set your location" +msgstr "La tua posizione" + +#: include/conversation.php:1348 mod/editpost.php:124 +msgid "set location" +msgstr "posizione" + +#: include/conversation.php:1349 mod/editpost.php:125 +msgid "Clear browser location" +msgstr "Rimuovi la localizzazione data dal browser" + +#: include/conversation.php:1350 mod/editpost.php:126 +msgid "clear location" +msgstr "canc. pos." + +#: include/conversation.php:1352 mod/editpost.php:140 +msgid "Set title" +msgstr "Scegli un titolo" + +#: include/conversation.php:1354 mod/editpost.php:142 +msgid "Categories (comma-separated list)" +msgstr "Categorie (lista separata da virgola)" + +#: include/conversation.php:1356 mod/editpost.php:128 +msgid "Permission settings" +msgstr "Impostazioni permessi" + +#: include/conversation.php:1357 mod/editpost.php:157 +msgid "permissions" +msgstr "permessi" + +#: include/conversation.php:1365 mod/editpost.php:137 +msgid "Public post" +msgstr "Messaggio pubblico" + +#: include/conversation.php:1369 mod/editpost.php:148 mod/events.php:531 +#: mod/photos.php:1492 mod/photos.php:1531 mod/photos.php:1604 +#: src/Object/Post.php:797 +msgid "Preview" +msgstr "Anteprima" + +#: include/conversation.php:1378 +msgid "Post to Groups" +msgstr "Invia ai Gruppi" + +#: include/conversation.php:1379 +msgid "Post to Contacts" +msgstr "Invia ai Contatti" + +#: include/conversation.php:1380 +msgid "Private post" +msgstr "Post privato" + +#: include/conversation.php:1385 mod/editpost.php:155 +#: src/Model/Profile.php:342 +msgid "Message" +msgstr "Messaggio" + +#: include/conversation.php:1386 mod/editpost.php:156 +msgid "Browser" +msgstr "Browser" + +#: include/conversation.php:1653 +msgid "View all" +msgstr "Mostra tutto" + +#: include/conversation.php:1676 +msgid "Like" +msgid_plural "Likes" +msgstr[0] "Mi piace" +msgstr[1] "Mi piace" + +#: include/conversation.php:1679 +msgid "Dislike" +msgid_plural "Dislikes" +msgstr[0] "Non mi piace" +msgstr[1] "Non mi piace" + +#: include/conversation.php:1685 +msgid "Not Attending" +msgid_plural "Not Attending" +msgstr[0] "Non partecipa" +msgstr[1] "Non partecipano" + +#: include/conversation.php:1688 src/Content/ContactSelector.php:125 +msgid "Undecided" +msgid_plural "Undecided" +msgstr[0] "Indeciso" +msgstr[1] "Indecisi" + +#: include/dba.php:59 +#, php-format +msgid "Cannot locate DNS info for database server '%s'" +msgstr "Non trovo le informazioni DNS per il database server '%s'" + +#: mod/allfriends.php:51 +msgid "No friends to display." +msgstr "Nessun amico da visualizzare." + +#: mod/allfriends.php:90 mod/suggest.php:101 mod/dirfind.php:218 +#: mod/match.php:105 src/Content/Widget.php:37 src/Model/Profile.php:297 +msgid "Connect" +msgstr "Connetti" + +#: mod/api.php:85 mod/api.php:107 msgid "Authorize application connection" msgstr "Autorizza la connessione dell'applicazione" -#: mod/api.php:79 +#: mod/api.php:86 msgid "Return to your app and insert this Securty Code:" msgstr "Torna alla tua applicazione e inserisci questo codice di sicurezza:" -#: mod/api.php:91 +#: mod/api.php:95 msgid "Please login to continue." msgstr "Effettua il login per continuare." -#: mod/api.php:106 +#: mod/api.php:109 msgid "" "Do you want to authorize this application to access your posts and contacts," " and/or create new posts for you?" msgstr "Vuoi autorizzare questa applicazione per accedere ai messaggi e ai contatti, e / o creare nuovi messaggi per te?" -#: mod/api.php:108 mod/dfrn_request.php:881 mod/follow.php:150 -#: mod/profiles.php:639 mod/profiles.php:643 mod/profiles.php:669 -#: mod/register.php:251 mod/settings.php:1158 mod/settings.php:1164 -#: mod/settings.php:1171 mod/settings.php:1175 mod/settings.php:1180 -#: mod/settings.php:1185 mod/settings.php:1190 mod/settings.php:1195 -#: mod/settings.php:1221 mod/settings.php:1222 mod/settings.php:1223 -#: mod/settings.php:1224 mod/settings.php:1225 +#: mod/api.php:111 mod/profiles.php:649 mod/profiles.php:653 +#: mod/profiles.php:674 mod/dfrn_request.php:653 mod/follow.php:148 +#: mod/register.php:238 mod/settings.php:1109 mod/settings.php:1115 +#: mod/settings.php:1122 mod/settings.php:1126 mod/settings.php:1130 +#: mod/settings.php:1134 mod/settings.php:1138 mod/settings.php:1142 +#: mod/settings.php:1162 mod/settings.php:1163 mod/settings.php:1164 +#: mod/settings.php:1165 mod/settings.php:1166 msgid "No" msgstr "No" -#: mod/apps.php:9 index.php:259 +#: mod/apps.php:14 index.php:242 msgid "You must be logged in to use addons. " msgstr "Devi aver effettuato il login per usare i componenti aggiuntivi." -#: mod/apps.php:14 +#: mod/apps.php:19 msgid "Applications" msgstr "Applicazioni" -#: mod/apps.php:17 +#: mod/apps.php:22 msgid "No installed applications." msgstr "Nessuna applicazione installata." -#: mod/attach.php:10 +#: mod/attach.php:15 msgid "Item not available." msgstr "Oggetto non disponibile." -#: mod/attach.php:22 +#: mod/attach.php:25 msgid "Item was not found." msgstr "Oggetto non trovato." -#: mod/babel.php:18 -msgid "Source (bbcode) text:" -msgstr "Testo sorgente (bbcode):" - -#: mod/babel.php:25 -msgid "Source (Diaspora) text to convert to BBcode:" -msgstr "Testo sorgente (da Diaspora) da convertire in BBcode:" - -#: mod/babel.php:33 -msgid "Source input: " -msgstr "Sorgente:" - -#: mod/babel.php:37 -msgid "bb2html (raw HTML): " -msgstr "bb2html (HTML grezzo):" - -#: mod/babel.php:41 -msgid "bb2html: " -msgstr "bb2html:" - -#: mod/babel.php:45 -msgid "bb2html2bb: " -msgstr "bb2html2bb: " - -#: mod/babel.php:49 -msgid "bb2md: " -msgstr "bb2md: " - -#: mod/babel.php:53 -msgid "bb2md2html: " -msgstr "bb2md2html: " - -#: mod/babel.php:57 -msgid "bb2dia2bb: " -msgstr "bb2dia2bb: " - -#: mod/babel.php:61 -msgid "bb2md2html2bb: " -msgstr "bb2md2html2bb: " - -#: mod/babel.php:67 -msgid "Source input (Diaspora format): " -msgstr "Sorgente (formato Diaspora):" - -#: mod/babel.php:71 -msgid "diaspora2bb: " -msgstr "diaspora2bb: " - -#: mod/common.php:93 +#: mod/common.php:91 msgid "No contacts in common." msgstr "Nessun contatto in comune." -#: mod/common.php:143 mod/contacts.php:893 +#: mod/common.php:140 mod/contacts.php:877 msgid "Common Friends" msgstr "Amici in comune" -#: mod/credits.php:19 +#: mod/credits.php:18 msgid "Credits" msgstr "Crediti" -#: mod/credits.php:20 +#: mod/credits.php:19 msgid "" "Friendica is a community project, that would not be possible without the " "help of many people. Here is a list of those who have contributed to the " "code or the translation of Friendica. Thank you all!" msgstr "Friendica è un progetto comunitario, che non sarebbe stato possibile realizzare senza l'aiuto di molte persone.\nQuesta è una lista di chi ha contribuito al codice o alle traduzioni di Friendica. Grazie a tutti!" -#: mod/crepair.php:92 +#: mod/crepair.php:87 msgid "Contact settings applied." msgstr "Contatto modificato." -#: mod/crepair.php:94 +#: mod/crepair.php:89 msgid "Contact update failed." msgstr "Le modifiche al contatto non sono state salvate." -#: mod/crepair.php:119 mod/dfrn_confirm.php:130 mod/fsuggest.php:23 -#: mod/fsuggest.php:95 +#: mod/crepair.php:110 mod/dfrn_confirm.php:131 mod/fsuggest.php:29 +#: mod/fsuggest.php:97 msgid "Contact not found." msgstr "Contatto non trovato." -#: mod/crepair.php:125 +#: mod/crepair.php:114 msgid "" "WARNING: This is highly advanced and if you enter incorrect" " information your communications with this contact may stop working." msgstr "ATTENZIONE: Queste sono impostazioni avanzate e se inserisci informazioni errate le tue comunicazioni con questo contatto potrebbero non funzionare più" -#: mod/crepair.php:126 +#: mod/crepair.php:115 msgid "" "Please use your browser 'Back' button now if you are " "uncertain what to do on this page." msgstr "Usa ora il tasto 'Indietro' del tuo browser se non sei sicuro di cosa fare in questa pagina." -#: mod/crepair.php:139 mod/crepair.php:141 +#: mod/crepair.php:129 mod/crepair.php:131 msgid "No mirroring" msgstr "Non duplicare" -#: mod/crepair.php:139 +#: mod/crepair.php:129 msgid "Mirror as forwarded posting" msgstr "Duplica come messaggi ricondivisi" -#: mod/crepair.php:139 mod/crepair.php:141 +#: mod/crepair.php:129 mod/crepair.php:131 msgid "Mirror as my own posting" msgstr "Duplica come miei messaggi" -#: mod/crepair.php:155 +#: mod/crepair.php:144 msgid "Return to contact editor" msgstr "Ritorna alla modifica contatto" -#: mod/crepair.php:157 +#: mod/crepair.php:146 msgid "Refetch contact data" msgstr "Ricarica dati contatto" -#: mod/crepair.php:159 mod/invite.php:150 mod/localtime.php:47 -#: mod/manage.php:157 mod/message.php:338 mod/message.php:521 -#: mod/install.php:243 mod/install.php:283 mod/contacts.php:605 -#: mod/events.php:529 mod/fsuggest.php:110 mod/mood.php:141 -#: mod/photos.php:1127 mod/photos.php:1248 mod/photos.php:1574 -#: mod/photos.php:1623 mod/photos.php:1665 mod/photos.php:1745 -#: mod/poke.php:206 mod/profiles.php:680 object/Item.php:702 -#: view/theme/duepuntozero/config.php:65 view/theme/frio/config.php:108 -#: view/theme/quattro/config.php:71 view/theme/vier/config.php:114 +#: mod/crepair.php:148 mod/invite.php:150 mod/manage.php:184 +#: mod/profiles.php:685 mod/contacts.php:601 mod/install.php:251 +#: mod/install.php:290 mod/localtime.php:56 mod/poke.php:199 +#: mod/events.php:533 mod/fsuggest.php:116 mod/message.php:265 +#: mod/message.php:432 mod/photos.php:1080 mod/photos.php:1160 +#: mod/photos.php:1445 mod/photos.php:1491 mod/photos.php:1530 +#: mod/photos.php:1603 view/theme/duepuntozero/config.php:71 +#: view/theme/frio/config.php:113 view/theme/quattro/config.php:73 +#: view/theme/vier/config.php:119 src/Object/Post.php:788 msgid "Submit" msgstr "Invia" -#: mod/crepair.php:161 +#: mod/crepair.php:149 msgid "Remote Self" msgstr "Io remoto" -#: mod/crepair.php:164 +#: mod/crepair.php:152 msgid "Mirror postings from this contact" msgstr "Ripeti i messaggi di questo contatto" -#: mod/crepair.php:166 +#: mod/crepair.php:154 msgid "" "Mark this contact as remote_self, this will cause friendica to repost new " "entries from this contact." msgstr "Imposta questo contatto come 'io remoto', questo farà si che friendica re invii i nuovi messaggi da questo contatto." -#: mod/crepair.php:170 mod/admin.php:1612 mod/admin.php:1625 -#: mod/admin.php:1638 mod/admin.php:1654 mod/settings.php:693 -#: mod/settings.php:719 +#: mod/crepair.php:158 mod/admin.php:439 mod/admin.php:1689 mod/admin.php:1701 +#: mod/admin.php:1714 mod/admin.php:1730 mod/settings.php:681 +#: mod/settings.php:707 msgid "Name" msgstr "Nome" -#: mod/crepair.php:171 +#: mod/crepair.php:159 msgid "Account Nickname" msgstr "Nome utente" -#: mod/crepair.php:172 +#: mod/crepair.php:160 msgid "@Tagname - overrides Name/Nickname" msgstr "@TagName - al posto del nome utente" -#: mod/crepair.php:173 +#: mod/crepair.php:161 msgid "Account URL" msgstr "URL dell'utente" -#: mod/crepair.php:174 +#: mod/crepair.php:162 msgid "Friend Request URL" msgstr "URL Richiesta Amicizia" -#: mod/crepair.php:175 +#: mod/crepair.php:163 msgid "Friend Confirm URL" msgstr "URL Conferma Amicizia" -#: mod/crepair.php:176 +#: mod/crepair.php:164 msgid "Notification Endpoint URL" msgstr "URL Notifiche" -#: mod/crepair.php:177 +#: mod/crepair.php:165 msgid "Poll/Feed URL" msgstr "URL Feed" -#: mod/crepair.php:178 +#: mod/crepair.php:166 msgid "New photo from this URL" msgstr "Nuova foto da questo URL" -#: mod/filer.php:31 -msgid "- select -" -msgstr "- seleziona -" +#: mod/fbrowser.php:34 view/theme/frio/theme.php:261 src/Content/Nav.php:102 +#: src/Model/Profile.php:904 +msgid "Photos" +msgstr "Foto" -#: mod/lockview.php:33 mod/lockview.php:41 +#: mod/fbrowser.php:43 mod/fbrowser.php:68 mod/photos.php:194 +#: mod/photos.php:1062 mod/photos.php:1149 mod/photos.php:1166 +#: mod/photos.php:1659 mod/photos.php:1673 src/Model/Photo.php:244 +#: src/Model/Photo.php:253 +msgid "Contact Photos" +msgstr "Foto dei contatti" + +#: mod/fbrowser.php:105 mod/fbrowser.php:136 mod/profile_photo.php:265 +msgid "Upload" +msgstr "Carica" + +#: mod/fbrowser.php:131 +msgid "Files" +msgstr "File" + +#: mod/fetch.php:16 mod/fetch.php:52 mod/fetch.php:65 mod/help.php:60 +#: mod/p.php:21 mod/p.php:48 mod/p.php:57 index.php:289 +msgid "Not Found" +msgstr "Non trovato" + +#: mod/hcard.php:18 +msgid "No profile" +msgstr "Nessun profilo" + +#: mod/help.php:48 +msgid "Help:" +msgstr "Guida:" + +#: mod/help.php:54 view/theme/vier/theme.php:298 src/Content/Nav.php:134 +msgid "Help" +msgstr "Guida" + +#: mod/help.php:63 index.php:294 +msgid "Page not found." +msgstr "Pagina non trovata." + +#: mod/home.php:39 +#, php-format +msgid "Welcome to %s" +msgstr "Benvenuto su %s" + +#: mod/lockview.php:38 mod/lockview.php:46 msgid "Remote privacy information not available." msgstr "Informazioni remote sulla privacy non disponibili." -#: mod/lockview.php:50 +#: mod/lockview.php:55 msgid "Visible to:" msgstr "Visibile a:" -#: mod/maintenance.php:21 +#: mod/maintenance.php:24 msgid "System down for maintenance" msgstr "Sistema in manutenzione" -#: mod/newmember.php:7 +#: mod/newmember.php:11 msgid "Welcome to Friendica" msgstr "Benvenuto su Friendica" -#: mod/newmember.php:8 +#: mod/newmember.php:12 msgid "New Member Checklist" msgstr "Cose da fare per i Nuovi Utenti" -#: mod/newmember.php:10 +#: 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 " @@ -3386,33 +1590,38 @@ msgid "" "registration and then will quietly disappear." msgstr "Vorremmo offrirti qualche trucco e dei link alla guida per aiutarti ad avere un'esperienza divertente. Clicca su un qualsiasi elemento per visitare la relativa pagina. Un link a questa pagina sarà visibile nella tua home per due settimane dopo la tua registrazione." -#: mod/newmember.php:11 +#: mod/newmember.php:15 msgid "Getting Started" msgstr "Come Iniziare" -#: mod/newmember.php:13 +#: mod/newmember.php:17 msgid "Friendica Walk-Through" msgstr "Friendica Passo-Passo" -#: mod/newmember.php:13 +#: mod/newmember.php:17 msgid "" "On your Quick Start page - find a brief introduction to your " "profile and network tabs, make some new connections, and find some groups to" " join." msgstr "Sulla tua pagina Quick Start - veloce introduzione alla tua pagina profilo e alla pagina Rete, fai qualche nuova amicizia, e trova qualche gruppo a cui unirti." -#: mod/newmember.php:17 +#: mod/newmember.php:19 mod/admin.php:1814 mod/admin.php:2083 +#: mod/settings.php:122 view/theme/frio/theme.php:269 src/Content/Nav.php:206 +msgid "Settings" +msgstr "Impostazioni" + +#: mod/newmember.php:21 msgid "Go to Your Settings" msgstr "Vai alle tue Impostazioni" -#: mod/newmember.php:17 +#: mod/newmember.php:21 msgid "" "On your Settings 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 "Nella tua pagina Impostazioni - cambia la tua password iniziale. Prendi anche nota del tuo Indirizzo Identità. Assomiglia a un indirizzo email e sarà utile per stringere amicizie nel web sociale libero." -#: mod/newmember.php:18 +#: 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 " @@ -3420,81 +1629,88 @@ msgid "" "potential friends know exactly how to find you." msgstr "Guarda le altre impostazioni, in particolare le impostazioni della privacy. Un profilo non pubblicato è come un numero di telefono non in elenco. In genere, dovresti pubblicare il tuo profilo - a meno che tutti i tuoi amici e potenziali tali sappiano esattamente come trovarti." -#: mod/newmember.php:22 mod/profile_photo.php:257 mod/profiles.php:699 +#: mod/newmember.php:24 mod/contacts.php:662 mod/contacts.php:854 +#: mod/profperm.php:113 view/theme/frio/theme.php:260 src/Content/Nav.php:101 +#: src/Model/Profile.php:730 src/Model/Profile.php:863 +#: src/Model/Profile.php:896 +msgid "Profile" +msgstr "Profilo" + +#: mod/newmember.php:26 mod/profiles.php:704 mod/profile_photo.php:264 msgid "Upload Profile Photo" msgstr "Carica la foto del profilo" -#: mod/newmember.php:22 +#: 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 "Carica una foto del profilo se non l'hai ancora fatto. Studi hanno mostrato che persone che hanno vere foto di se stessi hanno dieci volte più probabilità di fare amicizie rispetto alle persone che non ce l'hanno." -#: mod/newmember.php:23 +#: mod/newmember.php:27 msgid "Edit Your Profile" msgstr "Modifica il tuo Profilo" -#: mod/newmember.php:23 +#: mod/newmember.php:27 msgid "" "Edit your default profile to your liking. Review the " "settings for hiding your list of friends and hiding the profile from unknown" " visitors." msgstr "Modifica il tuo profilo predefinito a piacimento. Rivedi le impostazioni per nascondere la tua lista di amici e nascondere il profilo ai visitatori sconosciuti." -#: mod/newmember.php:24 +#: mod/newmember.php:28 msgid "Profile Keywords" msgstr "Parole chiave del profilo" -#: mod/newmember.php:24 +#: 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 "Inserisci qualche parola chiave pubblica nel tuo profilo predefinito che descriva i tuoi interessi. Potremmo essere in grado di trovare altre persone con interessi similari e suggerirti delle amicizie." -#: mod/newmember.php:26 +#: mod/newmember.php:30 msgid "Connecting" msgstr "Collegarsi" -#: mod/newmember.php:32 +#: mod/newmember.php:36 msgid "Importing Emails" msgstr "Importare le Email" -#: mod/newmember.php:32 +#: 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 "Inserisci i tuoi dati di accesso all'email nella tua pagina Impostazioni Connettori se vuoi importare e interagire con amici o mailing list dalla tua casella di posta in arrivo" -#: mod/newmember.php:35 +#: mod/newmember.php:39 msgid "Go to Your Contacts Page" msgstr "Vai alla tua pagina Contatti" -#: mod/newmember.php:35 +#: 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 Add New Contact dialog." msgstr "La tua pagina Contatti è il mezzo per gestire le amicizie e collegarsi con amici su altre reti. Di solito, basta inserire l'indirizzo nel campo Aggiungi Nuovo Contatto" -#: mod/newmember.php:36 +#: mod/newmember.php:40 msgid "Go to Your Site's Directory" msgstr "Vai all'Elenco del tuo sito" -#: mod/newmember.php:36 +#: mod/newmember.php:40 msgid "" "The Directory page lets you find other people in this network or other " "federated sites. Look for a Connect or Follow link on " "their profile page. Provide your own Identity Address if requested." msgstr "La pagina Elenco ti permette di trovare altre persone in questa rete o in altri siti. Cerca un link Connetti o Segui nella loro pagina del profilo. Inserisci il tuo Indirizzo Identità, se richiesto." -#: mod/newmember.php:37 +#: mod/newmember.php:41 msgid "Finding New People" msgstr "Trova nuove persone" -#: mod/newmember.php:37 +#: 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 " @@ -3503,910 +1719,294 @@ msgid "" "hours." msgstr "Nel pannello laterale nella pagina \"Contatti\", ci sono diversi strumenti per trovare nuovi amici. Possiamo confrontare le persone per interessi, cercare le persone per nome e fornire suggerimenti basati sui tuoi contatti esistenti. Su un sito nuovo, i suggerimenti sono di solito presenti dopo 24 ore." -#: mod/newmember.php:41 +#: mod/newmember.php:43 src/Model/Group.php:402 +msgid "Groups" +msgstr "Gruppi" + +#: mod/newmember.php:45 msgid "Group Your Contacts" msgstr "Raggruppa i tuoi contatti" -#: mod/newmember.php:41 +#: 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 "Quando avrai alcuni amici, organizzali in gruppi di conversazioni private dalla barra laterale della tua pagina Contatti. Potrai interagire privatamente con ogni gruppo nella tua pagina Rete" -#: mod/newmember.php:44 +#: mod/newmember.php:48 msgid "Why Aren't My Posts Public?" msgstr "Perché i miei post non sono pubblici?" -#: mod/newmember.php:44 +#: 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 "Friendica rispetta la tua privacy. Per impostazione predefinita, i tuoi post sono mostrati solo alle persone che hai aggiunto come amici. Per maggiori informazioni guarda la sezione della guida dal link qui sopra." -#: mod/newmember.php:48 +#: mod/newmember.php:52 msgid "Getting Help" msgstr "Ottenere Aiuto" -#: mod/newmember.php:50 +#: mod/newmember.php:54 msgid "Go to the Help Section" msgstr "Vai alla sezione Guida" -#: mod/newmember.php:50 +#: mod/newmember.php:54 msgid "" "Our help pages may be consulted for detail on other program" " features and resources." msgstr "Le nostre pagine della guida possono essere consultate per avere dettagli su altre caratteristiche del programma e altre risorse." -#: mod/nogroup.php:45 mod/viewcontacts.php:105 mod/contacts.php:616 -#: mod/contacts.php:960 +#: mod/nogroup.php:42 mod/contacts.php:610 mod/contacts.php:943 +#: mod/viewcontacts.php:112 #, php-format msgid "Visit %s's profile [%s]" msgstr "Visita il profilo di %s [%s]" -#: mod/nogroup.php:46 mod/contacts.php:961 +#: mod/nogroup.php:43 mod/contacts.php:944 msgid "Edit contact" msgstr "Modifica contatto" -#: mod/nogroup.php:67 +#: mod/nogroup.php:63 msgid "Contacts who are not members of a group" msgstr "Contatti che non sono membri di un gruppo" -#: mod/profperm.php:22 mod/group.php:78 index.php:411 -msgid "Permission denied" -msgstr "Permesso negato" +#: mod/p.php:14 +msgid "Not Extended" +msgstr "Not Extended" -#: mod/profperm.php:28 mod/profperm.php:59 -msgid "Invalid profile identifier." -msgstr "Identificativo del profilo non valido." +#: mod/repair_ostatus.php:18 +msgid "Resubscribing to OStatus contacts" +msgstr "Risottoscrivi i contatti OStatus" -#: mod/profperm.php:105 -msgid "Profile Visibility Editor" -msgstr "Modifica visibilità del profilo" +#: mod/repair_ostatus.php:34 +msgid "Error" +msgstr "Errore" -#: mod/profperm.php:109 mod/group.php:264 -msgid "Click on a contact to add or remove." -msgstr "Clicca su un contatto per aggiungerlo o rimuoverlo." +#: mod/repair_ostatus.php:48 mod/ostatus_subscribe.php:61 +msgid "Done" +msgstr "Fatto" -#: mod/profperm.php:118 -msgid "Visible To" -msgstr "Visibile a" +#: mod/repair_ostatus.php:54 mod/ostatus_subscribe.php:85 +msgid "Keep this window open until done." +msgstr "Tieni questa finestra aperta fino a che ha finito." -#: mod/profperm.php:134 -msgid "All Contacts (with secure profile access)" -msgstr "Tutti i contatti (con profilo ad accesso sicuro)" +#: mod/suggest.php:36 +msgid "Do you really want to delete this suggestion?" +msgstr "Vuoi veramente cancellare questo suggerimento?" -#: mod/update_community.php:21 mod/update_display.php:25 -#: mod/update_notes.php:38 mod/update_profile.php:37 mod/update_network.php:29 +#: mod/suggest.php:73 +msgid "" +"No suggestions available. If this is a new site, please try again in 24 " +"hours." +msgstr "Nessun suggerimento disponibile. Se questo è un sito nuovo, riprova tra 24 ore." + +#: mod/suggest.php:84 mod/suggest.php:104 +msgid "Ignore/Hide" +msgstr "Ignora / Nascondi" + +#: mod/suggest.php:114 view/theme/vier/theme.php:203 src/Content/Widget.php:64 +msgid "Friend Suggestions" +msgstr "Contatti suggeriti" + +#: mod/unfollow.php:34 +msgid "Contact wasn't found or can't be unfollowed." +msgstr "Il contatto non è stato trovato o non si può smettere di seguirlo." + +#: mod/unfollow.php:47 +msgid "Contact unfollowed" +msgstr "Smesso di seguire il contatto" + +#: mod/unfollow.php:65 mod/dfrn_request.php:662 mod/follow.php:61 +msgid "Submit Request" +msgstr "Invia richiesta" + +#: mod/unfollow.php:73 +msgid "You aren't a friend of this contact." +msgstr "Non sei un amico di questo contatto" + +#: mod/unfollow.php:79 +msgid "Unfollowing is currently not supported by your network." +msgstr "Smettere di seguire non è al momento supportato dalla tua rete." + +#: mod/unfollow.php:100 mod/contacts.php:590 +msgid "Disconnect/Unfollow" +msgstr "Disconnetti/Non Seguire" + +#: mod/unfollow.php:113 mod/dfrn_request.php:660 mod/follow.php:155 +msgid "Your Identity Address:" +msgstr "L'indirizzo della tua identità:" + +#: mod/unfollow.php:122 mod/notifications.php:258 mod/contacts.php:647 +#: mod/follow.php:164 mod/admin.php:439 mod/admin.php:449 +msgid "Profile URL" +msgstr "URL Profilo" + +#: mod/unfollow.php:132 mod/contacts.php:849 mod/follow.php:181 +#: src/Model/Profile.php:891 +msgid "Status Messages and Posts" +msgstr "Messaggi di stato e post" + +#: mod/update_community.php:27 mod/update_display.php:27 +#: mod/update_notes.php:40 mod/update_profile.php:39 mod/update_network.php:33 msgid "[Embedded content - reload page to view]" msgstr "[Contenuto incorporato - ricarica la pagina per visualizzarlo correttamente]" -#: mod/viewcontacts.php:39 mod/webfinger.php:10 mod/probe.php:9 -#: mod/community.php:17 mod/dfrn_request.php:805 mod/directory.php:31 -#: mod/search.php:89 mod/search.php:95 mod/display.php:202 mod/photos.php:965 -#: mod/videos.php:202 -msgid "Public access denied." -msgstr "Accesso negato." - -#: mod/viewcontacts.php:78 -msgid "No contacts." -msgstr "Nessun contatto." - -#: mod/viewsrc.php:8 -msgid "Access denied." -msgstr "Accesso negato." - -#: mod/webfinger.php:11 mod/probe.php:10 -msgid "Only logged in users are permitted to perform a probing." -msgstr "Solo agli utenti loggati è permesso effettuare un probe." - -#: mod/uimport.php:53 mod/register.php:203 +#: mod/uimport.php:55 mod/register.php:191 msgid "" "This site has exceeded the number of allowed daily account registrations. " "Please try again tomorrow." msgstr "Questo sito ha superato il numero di registrazioni giornaliere consentite. Prova di nuovo domani." -#: mod/uimport.php:68 mod/register.php:300 +#: mod/uimport.php:70 mod/register.php:285 msgid "Import" msgstr "Importa" -#: mod/uimport.php:70 +#: mod/uimport.php:72 msgid "Move account" msgstr "Muovi account" -#: mod/uimport.php:71 +#: mod/uimport.php:73 msgid "You can import an account from another Friendica server." msgstr "Puoi importare un account da un altro server Friendica." -#: mod/uimport.php:72 +#: mod/uimport.php:74 msgid "" "You need to export your account from the old server and upload it here. We " "will recreate your old account here with all your contacts. We will try also" " to inform your friends that you moved here." msgstr "Devi esportare il tuo account dal vecchio server e caricarlo qui. Noi ricreeremo il tuo vecchio account qui, con tutti i tuoi contatti. Proveremo anche a informare i tuoi amici che ti sei spostato qui." -#: mod/uimport.php:73 +#: mod/uimport.php:75 msgid "" "This feature is experimental. We can't import contacts from the OStatus " "network (GNU Social/Statusnet) or from Diaspora" msgstr "Questa funzione è sperimentale. Non possiamo importare i contatti dalla rete OStatus (GNU Social/Statusnet) o da Diaspora" -#: mod/uimport.php:74 +#: mod/uimport.php:76 msgid "Account file" msgstr "File account" -#: mod/uimport.php:74 +#: mod/uimport.php:76 msgid "" "To export your account, go to \"Settings->Export your personal data\" and " "select \"Export account\"" msgstr "Per esportare il tuo account, vai su \"Impostazioni -> Esporta i tuoi dati personali\" e seleziona \"Esporta account\"" -#: mod/community.php:22 -msgid "Not available." -msgstr "Non disponibile." - -#: mod/community.php:49 mod/search.php:215 -msgid "No results." -msgstr "Nessun risultato." - -#: mod/allfriends.php:49 -msgid "No friends to display." -msgstr "Nessun amico da visualizzare." - -#: mod/bookmarklet.php:44 -msgid "The post was created" -msgstr "Il messaggio è stato creato" - -#: mod/cal.php:146 mod/profile.php:157 mod/display.php:339 -msgid "Access to this profile has been restricted." -msgstr "L'accesso a questo profilo è stato limitato." - -#: mod/cal.php:274 mod/events.php:384 -msgid "View" -msgstr "Mostra" - -#: mod/cal.php:275 mod/events.php:386 -msgid "Previous" -msgstr "Precedente" - -#: mod/cal.php:276 mod/install.php:202 mod/events.php:387 -msgid "Next" -msgstr "Successivo" - -#: mod/cal.php:285 mod/events.php:396 -msgid "list" -msgstr "lista" - -#: mod/cal.php:295 -msgid "User not found" -msgstr "Utente non trovato" - -#: mod/cal.php:311 -msgid "This calendar format is not supported" -msgstr "Questo formato di calendario non è supportato" - -#: mod/cal.php:313 -msgid "No exportable data found" -msgstr "Nessun dato esportabile trovato" - -#: mod/cal.php:328 -msgid "calendar" -msgstr "calendario" - -#: mod/dfrn_poll.php:114 mod/dfrn_poll.php:550 +#: mod/dfrn_poll.php:123 mod/dfrn_poll.php:543 #, php-format msgid "%1$s welcomes %2$s" msgstr "%s dà il benvenuto a %s" -#: mod/dfrn_request.php:104 -msgid "This introduction has already been accepted." -msgstr "Questa presentazione è già stata accettata." - -#: mod/dfrn_request.php:127 mod/dfrn_request.php:529 -msgid "Profile location is not valid or does not contain profile information." -msgstr "L'indirizzo del profilo non è valido o non contiene un profilo." - -#: mod/dfrn_request.php:132 mod/dfrn_request.php:534 -msgid "Warning: profile location has no identifiable owner name." -msgstr "Attenzione: l'indirizzo del profilo non riporta il nome del proprietario." - -#: mod/dfrn_request.php:135 mod/dfrn_request.php:537 -msgid "Warning: profile location has no profile photo." -msgstr "Attenzione: l'indirizzo del profilo non ha una foto." - -#: mod/dfrn_request.php:139 mod/dfrn_request.php:541 +#: mod/dirfind.php:48 #, php-format -msgid "%d required parameter was not found at the given location" -msgid_plural "%d required parameters were not found at the given location" -msgstr[0] "%d parametro richiesto non è stato trovato all'indirizzo dato" -msgstr[1] "%d parametri richiesti non sono stati trovati all'indirizzo dato" +msgid "People Search - %s" +msgstr "Cerca persone - %s" -#: mod/dfrn_request.php:183 -msgid "Introduction complete." -msgstr "Presentazione completa." - -#: mod/dfrn_request.php:228 -msgid "Unrecoverable protocol error." -msgstr "Errore di comunicazione." - -#: mod/dfrn_request.php:256 -msgid "Profile unavailable." -msgstr "Profilo non disponibile." - -#: mod/dfrn_request.php:283 +#: mod/dirfind.php:59 #, php-format -msgid "%s has received too many connection requests today." -msgstr "%s ha ricevuto troppe richieste di connessione per oggi." +msgid "Forum Search - %s" +msgstr "Ricerca Forum - %s" -#: mod/dfrn_request.php:284 -msgid "Spam protection measures have been invoked." -msgstr "Sono state attivate le misure di protezione contro lo spam." - -#: mod/dfrn_request.php:285 -msgid "Friends are advised to please try again in 24 hours." -msgstr "Gli amici sono pregati di riprovare tra 24 ore." - -#: mod/dfrn_request.php:347 -msgid "Invalid locator" -msgstr "Indirizzo non valido" - -#: mod/dfrn_request.php:356 -msgid "Invalid email address." -msgstr "Indirizzo email non valido." - -#: mod/dfrn_request.php:381 -msgid "This account has not been configured for email. Request failed." -msgstr "Questo account non è stato configurato per l'email. Richiesta fallita." - -#: mod/dfrn_request.php:484 -msgid "You have already introduced yourself here." -msgstr "Ti sei già presentato qui." - -#: mod/dfrn_request.php:488 -#, php-format -msgid "Apparently you are already friends with %s." -msgstr "Pare che tu e %s siate già amici." - -#: mod/dfrn_request.php:509 -msgid "Invalid profile URL." -msgstr "Indirizzo profilo non valido." - -#: mod/dfrn_request.php:594 mod/contacts.php:223 -msgid "Failed to update contact record." -msgstr "Errore nell'aggiornamento del contatto." - -#: mod/dfrn_request.php:615 -msgid "Your introduction has been sent." -msgstr "La tua presentazione è stata inviata." - -#: mod/dfrn_request.php:657 -msgid "" -"Remote subscription can't be done for your network. Please subscribe " -"directly on your system." -msgstr "La richiesta di connessione remota non può essere effettuata per la tua rete. Invia la richiesta direttamente sul nostro sistema." - -#: mod/dfrn_request.php:678 -msgid "Please login to confirm introduction." -msgstr "Accedi per confermare la presentazione." - -#: mod/dfrn_request.php:688 -msgid "" -"Incorrect identity currently logged in. Please login to " -"this profile." -msgstr "Non hai fatto accesso con l'identità corretta. Accedi a questo profilo." - -#: mod/dfrn_request.php:702 mod/dfrn_request.php:719 -msgid "Confirm" -msgstr "Conferma" - -#: mod/dfrn_request.php:714 -msgid "Hide this contact" -msgstr "Nascondi questo contatto" - -#: mod/dfrn_request.php:717 -#, php-format -msgid "Welcome home %s." -msgstr "Bentornato a casa %s." - -#: mod/dfrn_request.php:718 -#, php-format -msgid "Please confirm your introduction/connection request to %s." -msgstr "Conferma la tua richiesta di connessione con %s." - -#: mod/dfrn_request.php:849 -msgid "" -"Please enter your 'Identity Address' from one of the following supported " -"communications networks:" -msgstr "Inserisci il tuo 'Indirizzo Identità' da uno dei seguenti network supportati:" - -#: mod/dfrn_request.php:873 -#, php-format -msgid "" -"If you are not yet a member of the free social web, follow this link to find a public Friendica site and " -"join us today." -msgstr "Se non sei un membro del web sociale libero, segui questo link per trovare un sito Friendica pubblico e unisciti a noi oggi" - -#: mod/dfrn_request.php:878 -msgid "Friend/Connection Request" -msgstr "Richieste di amicizia/connessione" - -#: mod/dfrn_request.php:879 -msgid "" -"Examples: jojo@demo.friendica.com, http://demo.friendica.com/profile/jojo, " -"testuser@identi.ca" -msgstr "Esempi: jojo@demo.friendica.com, http://demo.friendica.com/profile/jojo, testuser@identi.ca" - -#: mod/dfrn_request.php:880 mod/follow.php:149 -msgid "Please answer the following:" -msgstr "Rispondi:" - -#: mod/dfrn_request.php:881 mod/follow.php:150 -#, php-format -msgid "Does %s know you?" -msgstr "%s ti conosce?" - -#: mod/dfrn_request.php:885 mod/follow.php:151 -msgid "Add a personal note:" -msgstr "Aggiungi una nota personale:" - -#: mod/dfrn_request.php:888 -msgid "StatusNet/Federated Social Web" -msgstr "StatusNet/Federated Social Web" - -#: mod/dfrn_request.php:890 -#, php-format -msgid "" -" - please do not use this form. Instead, enter %s into your Diaspora search" -" bar." -msgstr " - per favore non usare questa form. Invece, inserisci %s nella tua barra di ricerca su Diaspora." - -#: mod/dfrn_request.php:891 mod/follow.php:157 mod/unfollow.php:113 -msgid "Your Identity Address:" -msgstr "L'indirizzo della tua identità:" - -#: mod/dfrn_request.php:894 mod/follow.php:63 mod/unfollow.php:65 -msgid "Submit Request" -msgstr "Invia richiesta" - -#: mod/editpost.php:20 mod/editpost.php:30 -msgid "Item not found" -msgstr "Oggetto non trovato" - -#: mod/editpost.php:35 -msgid "Edit post" -msgstr "Modifica messaggio" - -#: mod/fetch.php:16 mod/fetch.php:43 mod/fetch.php:52 mod/help.php:57 -#: mod/p.php:20 mod/p.php:47 mod/p.php:56 index.php:303 -msgid "Not Found" -msgstr "Non trovato" - -#: mod/follow.php:42 -msgid "Contact added" -msgstr "Contatto aggiunto" - -#: mod/follow.php:74 -msgid "You already added this contact." -msgstr "Hai già aggiunto questo contatto." - -#: mod/follow.php:83 -msgid "Diaspora support isn't enabled. Contact can't be added." -msgstr "Il supporto Diaspora non è abilitato. Il contatto non può essere aggiunto." - -#: mod/follow.php:90 -msgid "OStatus support is disabled. Contact can't be added." -msgstr "Il supporto OStatus non è abilitato. Il contatto non può essere aggiunto." - -#: mod/follow.php:97 -msgid "The network type couldn't be detected. Contact can't be added." -msgstr "Non è possibile rilevare il tipo di rete. Il contatto non può essere aggiunto." - -#: mod/follow.php:166 mod/notifications.php:258 mod/unfollow.php:122 -#: mod/contacts.php:654 -msgid "Profile URL" -msgstr "URL Profilo" - -#: mod/group.php:31 -msgid "Group created." -msgstr "Gruppo creato." - -#: mod/group.php:37 -msgid "Could not create group." -msgstr "Impossibile creare il gruppo." - -#: mod/group.php:51 mod/group.php:156 -msgid "Group not found." -msgstr "Gruppo non trovato." - -#: mod/group.php:65 -msgid "Group name changed." -msgstr "Il nome del gruppo è cambiato." - -#: mod/group.php:95 -msgid "Save Group" -msgstr "Salva gruppo" - -#: mod/group.php:100 -msgid "Create a group of contacts/friends." -msgstr "Crea un gruppo di amici/contatti." - -#: mod/group.php:125 -msgid "Group removed." -msgstr "Gruppo rimosso." - -#: mod/group.php:127 -msgid "Unable to remove group." -msgstr "Impossibile rimuovere il gruppo." - -#: mod/group.php:191 -msgid "Delete Group" -msgstr "Elimina Gruppo" - -#: mod/group.php:197 -msgid "Group Editor" -msgstr "Modifica gruppo" - -#: mod/group.php:202 -msgid "Edit Group Name" -msgstr "Modifica Nome Gruppo" - -#: mod/group.php:212 -msgid "Members" -msgstr "Membri" - -#: mod/group.php:214 mod/contacts.php:722 -msgid "All Contacts" -msgstr "Tutti i contatti" - -#: mod/group.php:215 mod/network.php:655 -msgid "Group is empty" -msgstr "Il gruppo è vuoto" - -#: mod/group.php:228 -msgid "Remove Contact" -msgstr "Rimuovi Contatto" - -#: mod/group.php:252 -msgid "Add Contact" -msgstr "Aggiungi Contatto" - -#: mod/hcard.php:14 -msgid "No profile" -msgstr "Nessun profilo" - -#: mod/help.php:45 -msgid "Help:" -msgstr "Guida:" - -#: mod/help.php:60 index.php:306 -msgid "Page not found." -msgstr "Pagina non trovata." - -#: mod/home.php:42 -#, php-format -msgid "Welcome to %s" -msgstr "Benvenuto su %s" - -#: mod/invite.php:31 -msgid "Total invitation limit exceeded." -msgstr "Limite totale degli inviti superato." - -#: mod/invite.php:54 -#, php-format -msgid "%s : Not a valid email address." -msgstr "%s: non è un indirizzo email valido." - -#: mod/invite.php:79 -msgid "Please join us on Friendica" -msgstr "Unisciti a noi su Friendica" - -#: mod/invite.php:90 -msgid "Invitation limit exceeded. Please contact your site administrator." -msgstr "Limite degli inviti superato. Contatta l'amministratore del tuo sito." - -#: mod/invite.php:94 -#, php-format -msgid "%s : Message delivery failed." -msgstr "%s: la consegna del messaggio fallita." - -#: mod/invite.php:98 -#, php-format -msgid "%d message sent." -msgid_plural "%d messages sent." -msgstr[0] "%d messaggio inviato." -msgstr[1] "%d messaggi inviati." - -#: mod/invite.php:117 -msgid "You have no more invitations available" -msgstr "Non hai altri inviti disponibili" - -#: mod/invite.php:125 -#, php-format -msgid "" -"Visit %s for a list of public sites that you can join. Friendica members on " -"other sites can all connect with each other, as well as with members of many" -" other social networks." -msgstr "Visita %s per una lista di siti pubblici a cui puoi iscriverti. I membri Friendica su altri siti possono collegarsi uno con l'altro, come con membri di molti altri social network." - -#: mod/invite.php:127 -#, php-format -msgid "" -"To accept this invitation, please visit and register at %s or any other " -"public Friendica website." -msgstr "Per accettare questo invito, visita e registrati su %s o su un'altro sito web Friendica aperto al pubblico." - -#: mod/invite.php:128 -#, php-format -msgid "" -"Friendica sites all inter-connect to create a huge privacy-enhanced social " -"web that is owned and controlled by its members. They can also connect with " -"many traditional social networks. See %s for a list of alternate Friendica " -"sites you can join." -msgstr "I siti Friendica son tutti collegati tra loro per creare una grossa rete sociale rispettosa della privacy, posseduta e controllata dai suoi membri. I siti Friendica possono anche collegarsi a molti altri social network tradizionali. Vai su %s per una lista di siti Friendica alternativi a cui puoi iscriverti." - -#: mod/invite.php:132 -msgid "" -"Our apologies. This system is not currently configured to connect with other" -" public sites or invite members." -msgstr "Ci scusiamo, questo sistema non è configurato per collegarsi con altri siti pubblici o per invitare membri." - -#: mod/invite.php:135 -#, php-format -msgid "To accept this invitation, please visit and register at %s." -msgstr "Per accettare questo invito, visita e registrati su %s" - -#: mod/invite.php:136 -msgid "" -"Friendica sites all inter-connect to create a huge privacy-enhanced social " -"web that is owned and controlled by its members. They can also connect with " -"many traditional social networks." -msgstr "" - -#: mod/invite.php:142 -msgid "Send invitations" -msgstr "Invia inviti" - -#: mod/invite.php:143 -msgid "Enter email addresses, one per line:" -msgstr "Inserisci gli indirizzi email, uno per riga:" - -#: mod/invite.php:144 mod/message.php:332 mod/message.php:515 -#: mod/wallmessage.php:138 -msgid "Your message:" -msgstr "Il tuo messaggio:" - -#: mod/invite.php:145 -msgid "" -"You are cordially invited to join me and other close friends on Friendica - " -"and help us to create a better social web." -msgstr "Sei cordialmente invitato/a ad unirti a me e ad altri amici su Friendica, e ad aiutarci a creare una rete sociale migliore." - -#: mod/invite.php:147 -msgid "You will need to supply this invitation code: $invite_code" -msgstr "Sarà necessario fornire questo codice invito: $invite_code" - -#: mod/invite.php:147 -msgid "" -"Once you have registered, please connect with me via my profile page at:" -msgstr "Una volta registrato, connettiti con me dal mio profilo:" - -#: mod/invite.php:149 -msgid "" -"For more information about the Friendica project and why we feel it is " -"important, please visit http://friendi.ca" -msgstr "Per maggiori informazioni sul progetto Friendica e perchè pensiamo sia importante, visita http://friendi.ca " - -#: mod/localtime.php:26 -msgid "Time Conversion" -msgstr "Conversione Ora" - -#: mod/localtime.php:28 -msgid "" -"Friendica provides this service for sharing events with other networks and " -"friends in unknown timezones." -msgstr "Friendica fornisce questo servizio per la condivisione di eventi con altre reti e amici in fusi orari sconosciuti." - -#: mod/localtime.php:32 -#, php-format -msgid "UTC time: %s" -msgstr "Ora UTC: %s" - -#: mod/localtime.php:35 -#, php-format -msgid "Current timezone: %s" -msgstr "Fuso orario corrente: %s" - -#: mod/localtime.php:38 -#, php-format -msgid "Converted localtime: %s" -msgstr "Ora locale convertita: %s" - -#: mod/localtime.php:43 -msgid "Please select your timezone:" -msgstr "Selezionare il tuo fuso orario:" - -#: mod/lostpass.php:22 -msgid "No valid account found." -msgstr "Nessun account valido trovato." - -#: mod/lostpass.php:38 -msgid "Password reset request issued. Check your email." -msgstr "La richiesta per reimpostare la password è stata inviata. Controlla la tua email." - -#: mod/lostpass.php:44 -#, 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.\n" -"\n" -"\t\tYour password will not be changed unless we can verify that you\n" -"\t\tissued this request." -msgstr "\nGentile %1$s,\n abbiamo ricevuto su \"%2$s\" una richiesta di resettare la password del tuo account. Per confermare questa richiesta, selezionate il link di conferma qui sotto o incollatelo nella barra indirizzo del vostro browser.\n\nSe NON hai richiesto questa modifica, NON selezionare il link e ignora o cancella questa email.\n\nLa tua password non verrà modificata a meno che non possiamo verificare che tu abbia effettivamente richiesto la modifica." - -#: mod/lostpass.php:55 -#, php-format -msgid "" -"\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" -msgstr "\nSegui questo link per verificare la tua identità:\n\n%1$s\n\nRiceverai in un successivo messaggio la nuova password.\nPotrai cambiarla dalla pagina \"Impostazioni\" del tuo account dopo esserti autenticato.\n\nI dettagli del tuo account sono:\n Indirizzo del sito: %2$s\n Nome utente: %3$s" - -#: mod/lostpass.php:74 -#, php-format -msgid "Password reset requested at %s" -msgstr "Richiesta reimpostazione password su %s" - -#: mod/lostpass.php:94 -msgid "" -"Request could not be verified. (You may have previously submitted it.) " -"Password reset failed." -msgstr "La richiesta non può essere verificata. (Puoi averla già richiesta precedentemente). Reimpostazione password fallita." - -#: mod/lostpass.php:113 boot.php:889 -msgid "Password Reset" -msgstr "Reimpostazione password" - -#: mod/lostpass.php:114 -msgid "Your password has been reset as requested." -msgstr "La tua password è stata reimpostata come richiesto." - -#: mod/lostpass.php:115 -msgid "Your new password is" -msgstr "La tua nuova password è" - -#: mod/lostpass.php:116 -msgid "Save or copy your new password - and then" -msgstr "Salva o copia la tua nuova password, quindi" - -#: mod/lostpass.php:117 -msgid "click here to login" -msgstr "clicca qui per entrare" - -#: mod/lostpass.php:118 -msgid "" -"Your password may be changed from the Settings page after " -"successful login." -msgstr "Puoi cambiare la tua password dalla pagina Impostazioni dopo aver effettuato l'accesso." - -#: mod/lostpass.php:128 -#, php-format -msgid "" -"\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" -msgstr "\nGentile %1$s,\n La tua password è stata modificata come richiesto.\nSalva questa password, o sostituiscila immediatamente con qualcosa che puoi ricordare." - -#: mod/lostpass.php:134 -#, php-format -msgid "" -"\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" -msgstr "\nI dettagli del tuo account sono:\n\n Indirizzo del sito: %1$s\n Nome utente: %2$s\n Password: %3$s\n\nPuoi cambiare questa password dalla pagina \"Impostazioni\" del tuo account dopo esserti autenticato." - -#: mod/lostpass.php:150 -#, php-format -msgid "Your password has been changed at %s" -msgstr "La tua password presso %s è stata cambiata" - -#: mod/lostpass.php:162 -msgid "Forgot your Password?" -msgstr "Hai dimenticato la password?" - -#: mod/lostpass.php:163 -msgid "" -"Enter your email address and submit to have your password reset. Then check " -"your email for further instructions." -msgstr "Inserisci il tuo indirizzo email per reimpostare la password." - -#: mod/lostpass.php:164 boot.php:877 -msgid "Nickname or Email: " -msgstr "Nome utente o email: " - -#: mod/lostpass.php:165 -msgid "Reset" -msgstr "Reimposta" - -#: mod/manage.php:153 -msgid "Manage Identities and/or Pages" -msgstr "Gestisci identità e/o pagine" - -#: mod/manage.php:154 -msgid "" -"Toggle between different identities or community/group pages which share " -"your account details or which you have been granted \"manage\" permissions" -msgstr "Cambia tra differenti identità o pagine comunità/gruppi che condividono il tuo account o per cui hai i permessi di gestione" - -#: mod/manage.php:155 -msgid "Select an identity to manage: " -msgstr "Seleziona un'identità da gestire:" - -#: mod/match.php:39 -msgid "No keywords to match. Please add keywords to your default profile." -msgstr "Nessuna parola chiave per l'abbinamento. Aggiungi parole chiave al tuo profilo predefinito." - -#: mod/match.php:92 -msgid "is interested in:" -msgstr "è interessato a:" - -#: mod/match.php:106 -msgid "Profile Match" -msgstr "Profili corrispondenti" - -#: mod/match.php:113 mod/dirfind.php:249 +#: mod/dirfind.php:256 mod/match.php:125 msgid "No matches" msgstr "Nessun risultato" -#: mod/message.php:63 mod/wallmessage.php:53 -msgid "No recipient selected." -msgstr "Nessun destinatario selezionato." +#: mod/friendica.php:77 +msgid "This is Friendica, version" +msgstr "Questo è Friendica, versione" -#: mod/message.php:67 -msgid "Unable to locate contact information." -msgstr "Impossibile trovare le informazioni del contatto." +#: mod/friendica.php:78 +msgid "running at web location" +msgstr "in esecuzione all'indirizzo web" -#: mod/message.php:70 mod/wallmessage.php:59 -msgid "Message could not be sent." -msgstr "Il messaggio non può essere inviato." - -#: mod/message.php:73 mod/wallmessage.php:62 -msgid "Message collection failure." -msgstr "Errore recuperando il messaggio." - -#: mod/message.php:76 mod/wallmessage.php:65 -msgid "Message sent." -msgstr "Messaggio inviato." - -#: mod/message.php:205 -msgid "Do you really want to delete this message?" -msgstr "Vuoi veramente cancellare questo messaggio?" - -#: mod/message.php:225 -msgid "Message deleted." -msgstr "Messaggio eliminato." - -#: mod/message.php:255 -msgid "Conversation removed." -msgstr "Conversazione rimossa." - -#: mod/message.php:322 mod/wallmessage.php:129 -msgid "Send Private Message" -msgstr "Invia un messaggio privato" - -#: mod/message.php:323 mod/message.php:510 mod/wallmessage.php:131 -msgid "To:" -msgstr "A:" - -#: mod/message.php:328 mod/message.php:512 mod/wallmessage.php:132 -msgid "Subject:" -msgstr "Oggetto:" - -#: mod/message.php:364 -msgid "No messages." -msgstr "Nessun messaggio." - -#: mod/message.php:403 -msgid "Message not available." -msgstr "Messaggio non disponibile." - -#: mod/message.php:478 -msgid "Delete message" -msgstr "Elimina il messaggio" - -#: mod/message.php:503 mod/message.php:591 -msgid "Delete conversation" -msgstr "Elimina la conversazione" - -#: mod/message.php:505 +#: mod/friendica.php:82 msgid "" -"No secure communications available. You may be able to " -"respond from the sender's profile page." -msgstr "Nessuna comunicazione sicura disponibile, Potresti essere in grado di rispondere dalla pagina del profilo del mittente." +"Please visit Friendi.ca to learn more " +"about the Friendica project." +msgstr "Visita Friendi.ca per saperne di più sul progetto Friendica." -#: mod/message.php:509 -msgid "Send Reply" -msgstr "Invia la risposta" +#: mod/friendica.php:86 +msgid "Bug reports and issues: please visit" +msgstr "Segnalazioni di bug e problemi: visita" -#: mod/message.php:561 -#, php-format -msgid "Unknown sender - %s" -msgstr "Mittente sconosciuto - %s" +#: mod/friendica.php:86 +msgid "the bugtracker at github" +msgstr "il bugtracker su github" -#: mod/message.php:563 -#, php-format -msgid "You and %s" -msgstr "Tu e %s" +#: mod/friendica.php:89 +msgid "" +"Suggestions, praise, donations, etc. - please email \"Info\" at Friendica - " +"dot com" +msgstr "Suggerimenti, lodi, donazioni, ecc - e-mail a \"Info\" at Friendica punto com" -#: mod/message.php:565 -#, php-format -msgid "%s and You" -msgstr "%s e Tu" +#: mod/friendica.php:103 +msgid "Installed addons/apps:" +msgstr "Addon/applicazioni installate" -#: mod/message.php:594 -msgid "D, d M Y - g:i A" -msgstr "D d M Y - G:i" +#: mod/friendica.php:117 +msgid "No installed addons/apps" +msgstr "Nessun addons/applicazione installata" -#: mod/message.php:597 -#, php-format -msgid "%d message" -msgid_plural "%d messages" -msgstr[0] "%d messaggio" -msgstr[1] "%d messaggi" +#: mod/friendica.php:122 +msgid "On this server the following remote servers are blocked." +msgstr "In questo server i seguenti server remoti sono bloccati." -#: mod/notifications.php:38 +#: mod/friendica.php:123 mod/dfrn_request.php:351 mod/admin.php:302 +#: mod/admin.php:320 src/Model/Contact.php:1142 +msgid "Blocked domain" +msgstr "Dominio bloccato" + +#: mod/friendica.php:123 mod/admin.php:303 mod/admin.php:321 +msgid "Reason for the block" +msgstr "Motivazione del blocco" + +#: mod/match.php:48 +msgid "No keywords to match. Please add keywords to your default profile." +msgstr "Nessuna parola chiave per l'abbinamento. Aggiungi parole chiave al tuo profilo predefinito." + +#: mod/match.php:104 +msgid "is interested in:" +msgstr "è interessato a:" + +#: mod/match.php:120 +msgid "Profile Match" +msgstr "Profili corrispondenti" + +#: mod/notifications.php:37 msgid "Invalid request identifier." msgstr "L'identificativo della richiesta non è valido." -#: mod/notifications.php:47 mod/notifications.php:183 +#: mod/notifications.php:46 mod/notifications.php:183 #: mod/notifications.php:230 msgid "Discard" msgstr "Scarta" -#: mod/notifications.php:63 mod/notifications.php:182 -#: mod/notifications.php:266 mod/contacts.php:636 mod/contacts.php:836 -#: mod/contacts.php:1021 +#: mod/notifications.php:62 mod/notifications.php:182 +#: mod/notifications.php:266 mod/contacts.php:629 mod/contacts.php:819 +#: mod/contacts.php:1003 msgid "Ignore" msgstr "Ignora" -#: mod/notifications.php:108 +#: mod/notifications.php:98 src/Content/Nav.php:189 +msgid "Notifications" +msgstr "Notifiche" + +#: mod/notifications.php:107 msgid "Network Notifications" msgstr "Notifiche dalla rete" -#: mod/notifications.php:114 mod/notify.php:73 +#: mod/notifications.php:113 mod/notify.php:81 msgid "System Notifications" msgstr "Notifiche di sistema" -#: mod/notifications.php:120 +#: mod/notifications.php:119 msgid "Personal Notifications" msgstr "Notifiche personali" -#: mod/notifications.php:126 +#: mod/notifications.php:125 msgid "Home Notifications" msgstr "Notifiche bacheca" @@ -4427,7 +2027,7 @@ msgstr "Tipo di notifica: " msgid "suggested by %s" msgstr "suggerito da %s" -#: mod/notifications.php:175 mod/notifications.php:254 mod/contacts.php:643 +#: mod/notifications.php:175 mod/notifications.php:254 mod/contacts.php:637 msgid "Hide this contact from others" msgstr "Nascondi questo contatto agli altri" @@ -4439,7 +2039,7 @@ msgstr "Invia una attività \"è ora amico con\"" msgid "if applicable" msgstr "se applicabile" -#: mod/notifications.php:179 mod/notifications.php:264 mod/admin.php:1628 +#: mod/notifications.php:179 mod/notifications.php:264 mod/admin.php:1704 msgid "Approve" msgstr "Approva" @@ -4492,6 +2092,25 @@ msgstr "Condivisore" msgid "Subscriber" msgstr "Abbonato" +#: mod/notifications.php:249 mod/contacts.php:655 mod/directory.php:155 +#: src/Model/Profile.php:423 src/Model/Profile.php:806 +msgid "About:" +msgstr "Informazioni:" + +#: mod/notifications.php:251 mod/contacts.php:657 mod/follow.php:172 +#: src/Model/Profile.php:794 +msgid "Tags:" +msgstr "Tag:" + +#: mod/notifications.php:253 mod/directory.php:152 src/Model/Profile.php:420 +#: src/Model/Profile.php:745 +msgid "Gender:" +msgstr "Genere:" + +#: mod/notifications.php:261 mod/contacts.php:63 src/Model/Profile.php:518 +msgid "Network:" +msgstr "Rete:" + #: mod/notifications.php:275 msgid "No introductions." msgstr "Nessuna presentazione." @@ -4509,30 +2128,1976 @@ msgstr "Mostra tutti" msgid "No more %s notifications." msgstr "Nessun'altra notifica %s." -#: mod/notify.php:69 -msgid "No more system notifications." -msgstr "Nessuna nuova notifica di sistema." - -#: mod/oexchange.php:25 +#: mod/oexchange.php:30 msgid "Post successful." msgstr "Inviato!" -#: mod/openid.php:25 +#: mod/openid.php:29 msgid "OpenID protocol error. No ID returned." msgstr "Errore protocollo OpenID. Nessun ID ricevuto." -#: mod/openid.php:61 +#: mod/openid.php:66 msgid "" "Account not found and OpenID registration is not permitted on this site." msgstr "L'account non è stato trovato, e la registrazione via OpenID non è permessa su questo sito." -#: mod/p.php:13 -msgid "Not Extended" -msgstr "Not Extended" +#: mod/openid.php:116 src/Module/Login.php:86 src/Module/Login.php:134 +msgid "Login failed." +msgstr "Accesso fallito." -#: mod/profile.php:177 -msgid "Tips for New Members" -msgstr "Consigli per i Nuovi Utenti" +#: mod/ostatus_subscribe.php:21 +msgid "Subscribing to OStatus contacts" +msgstr "Iscrizione a contatti OStatus" + +#: mod/ostatus_subscribe.php:32 +msgid "No contact provided." +msgstr "Nessun contatto disponibile." + +#: mod/ostatus_subscribe.php:38 +msgid "Couldn't fetch information for contact." +msgstr "Non è stato possibile recuperare le informazioni del contatto." + +#: mod/ostatus_subscribe.php:47 +msgid "Couldn't fetch friends for contact." +msgstr "Non è stato possibile recuperare gli amici del contatto." + +#: mod/ostatus_subscribe.php:75 +msgid "success" +msgstr "successo" + +#: mod/ostatus_subscribe.php:77 +msgid "failed" +msgstr "fallito" + +#: mod/ostatus_subscribe.php:80 src/Object/Post.php:278 +msgid "ignored" +msgstr "ignorato" + +#: mod/cal.php:142 mod/display.php:308 mod/profile.php:173 +msgid "Access to this profile has been restricted." +msgstr "L'accesso a questo profilo è stato limitato." + +#: mod/cal.php:274 mod/events.php:392 view/theme/frio/theme.php:263 +#: view/theme/frio/theme.php:267 src/Content/Nav.php:104 +#: src/Content/Nav.php:169 src/Model/Profile.php:924 src/Model/Profile.php:935 +msgid "Events" +msgstr "Eventi" + +#: mod/cal.php:275 mod/events.php:393 +msgid "View" +msgstr "Mostra" + +#: mod/cal.php:276 mod/events.php:395 +msgid "Previous" +msgstr "Precedente" + +#: mod/cal.php:277 mod/install.php:209 mod/events.php:396 +msgid "Next" +msgstr "Successivo" + +#: mod/cal.php:284 mod/events.php:405 +msgid "list" +msgstr "lista" + +#: mod/cal.php:297 src/Model/User.php:202 +msgid "User not found" +msgstr "Utente non trovato" + +#: mod/cal.php:313 +msgid "This calendar format is not supported" +msgstr "Questo formato di calendario non è supportato" + +#: mod/cal.php:315 +msgid "No exportable data found" +msgstr "Nessun dato esportabile trovato" + +#: mod/cal.php:332 +msgid "calendar" +msgstr "calendario" + +#: mod/dfrn_confirm.php:74 mod/profiles.php:38 mod/profiles.php:148 +#: mod/profiles.php:195 mod/profiles.php:631 +msgid "Profile not found." +msgstr "Profilo non trovato." + +#: mod/dfrn_confirm.php:132 +msgid "" +"This may occasionally happen if contact was requested by both persons and it" +" has already been approved." +msgstr "Questo può accadere occasionalmente se la richiesta di contatto era stata inviata da entrambe le persone e già approvata." + +#: mod/dfrn_confirm.php:242 +msgid "Response from remote site was not understood." +msgstr "Errore di comunicazione con l'altro sito." + +#: mod/dfrn_confirm.php:249 mod/dfrn_confirm.php:254 +msgid "Unexpected response from remote site: " +msgstr "La risposta dell'altro sito non può essere gestita: " + +#: mod/dfrn_confirm.php:263 +msgid "Confirmation completed successfully." +msgstr "Conferma completata con successo." + +#: mod/dfrn_confirm.php:275 +msgid "Temporary failure. Please wait and try again." +msgstr "Problema temporaneo. Attendi e riprova." + +#: mod/dfrn_confirm.php:278 +msgid "Introduction failed or was revoked." +msgstr "La presentazione ha generato un errore o è stata revocata." + +#: mod/dfrn_confirm.php:283 +msgid "Remote site reported: " +msgstr "Il sito remoto riporta: " + +#: mod/dfrn_confirm.php:396 +msgid "Unable to set contact photo." +msgstr "Impossibile impostare la foto del contatto." + +#: mod/dfrn_confirm.php:498 +#, php-format +msgid "No user record found for '%s' " +msgstr "Nessun utente trovato '%s'" + +#: mod/dfrn_confirm.php:508 +msgid "Our site encryption key is apparently messed up." +msgstr "La nostra chiave di criptazione del sito sembra essere corrotta." + +#: mod/dfrn_confirm.php:519 +msgid "Empty site URL was provided or URL could not be decrypted by us." +msgstr "E' stato fornito un indirizzo vuoto o non possiamo decrittare l'indirizzo." + +#: mod/dfrn_confirm.php:535 +msgid "Contact record was not found for you on our site." +msgstr "Il contatto non è stato trovato sul nostro sito." + +#: mod/dfrn_confirm.php:549 +#, php-format +msgid "Site public key not available in contact record for URL %s." +msgstr "La chiave pubblica del sito non è disponibile per l'URL %s" + +#: mod/dfrn_confirm.php:565 +msgid "" +"The ID provided by your system is a duplicate on our system. It should work " +"if you try again." +msgstr "L'ID fornito dal tuo sistema è duplicato sul nostro sistema. Se riprovi dovrebbe funzionare." + +#: mod/dfrn_confirm.php:576 +msgid "Unable to set your contact credentials on our system." +msgstr "Impossibile impostare le credenziali del tuo contatto sul nostro sistema." + +#: mod/dfrn_confirm.php:631 +msgid "Unable to update your contact profile details on our system" +msgstr "Impossibile aggiornare i dettagli del tuo contatto sul nostro sistema" + +#: mod/dfrn_confirm.php:661 mod/dfrn_request.php:568 +#: src/Model/Contact.php:1434 +msgid "[Name Withheld]" +msgstr "[Nome Nascosto]" + +#: mod/dfrn_confirm.php:694 +#, php-format +msgid "%1$s has joined %2$s" +msgstr "%1$s si è unito a %2$s" + +#: mod/invite.php:33 +msgid "Total invitation limit exceeded." +msgstr "Limite totale degli inviti superato." + +#: mod/invite.php:55 +#, php-format +msgid "%s : Not a valid email address." +msgstr "%s: non è un indirizzo email valido." + +#: mod/invite.php:80 +msgid "Please join us on Friendica" +msgstr "Unisciti a noi su Friendica" + +#: mod/invite.php:91 +msgid "Invitation limit exceeded. Please contact your site administrator." +msgstr "Limite degli inviti superato. Contatta l'amministratore del tuo sito." + +#: mod/invite.php:95 +#, php-format +msgid "%s : Message delivery failed." +msgstr "%s: la consegna del messaggio fallita." + +#: mod/invite.php:99 +#, php-format +msgid "%d message sent." +msgid_plural "%d messages sent." +msgstr[0] "%d messaggio inviato." +msgstr[1] "%d messaggi inviati." + +#: mod/invite.php:117 +msgid "You have no more invitations available" +msgstr "Non hai altri inviti disponibili" + +#: mod/invite.php:125 +#, php-format +msgid "" +"Visit %s for a list of public sites that you can join. Friendica members on " +"other sites can all connect with each other, as well as with members of many" +" other social networks." +msgstr "Visita %s per una lista di siti pubblici a cui puoi iscriverti. I membri Friendica su altri siti possono collegarsi uno con l'altro, come con membri di molti altri social network." + +#: mod/invite.php:127 +#, php-format +msgid "" +"To accept this invitation, please visit and register at %s or any other " +"public Friendica website." +msgstr "Per accettare questo invito, visita e registrati su %s o su un'altro sito web Friendica aperto al pubblico." + +#: mod/invite.php:128 +#, php-format +msgid "" +"Friendica sites all inter-connect to create a huge privacy-enhanced social " +"web that is owned and controlled by its members. They can also connect with " +"many traditional social networks. See %s for a list of alternate Friendica " +"sites you can join." +msgstr "I siti Friendica son tutti collegati tra loro per creare una grossa rete sociale rispettosa della privacy, posseduta e controllata dai suoi membri. I siti Friendica possono anche collegarsi a molti altri social network tradizionali. Vai su %s per una lista di siti Friendica alternativi a cui puoi iscriverti." + +#: mod/invite.php:132 +msgid "" +"Our apologies. This system is not currently configured to connect with other" +" public sites or invite members." +msgstr "Ci scusiamo, questo sistema non è configurato per collegarsi con altri siti pubblici o per invitare membri." + +#: mod/invite.php:136 +msgid "" +"Friendica sites all inter-connect to create a huge privacy-enhanced social " +"web that is owned and controlled by its members. They can also connect with " +"many traditional social networks." +msgstr "I siti Friendica son tutti collegati tra loro per creare una grossa rete sociale rispettosa della privacy, posseduta e controllata dai suoi membri. I siti Friendica possono anche collegarsi a molti altri social network tradizionali." + +#: mod/invite.php:135 +#, php-format +msgid "To accept this invitation, please visit and register at %s." +msgstr "Per accettare questo invito, visita e registrati su %s" + +#: mod/invite.php:142 +msgid "Send invitations" +msgstr "Invia inviti" + +#: mod/invite.php:143 +msgid "Enter email addresses, one per line:" +msgstr "Inserisci gli indirizzi email, uno per riga:" + +#: mod/invite.php:144 mod/wallmessage.php:141 mod/message.php:259 +#: mod/message.php:426 +msgid "Your message:" +msgstr "Il tuo messaggio:" + +#: mod/invite.php:145 +msgid "" +"You are cordially invited to join me and other close friends on Friendica - " +"and help us to create a better social web." +msgstr "Sei cordialmente invitato/a ad unirti a me e ad altri amici su Friendica, e ad aiutarci a creare una rete sociale migliore." + +#: mod/invite.php:147 +msgid "You will need to supply this invitation code: $invite_code" +msgstr "Sarà necessario fornire questo codice invito: $invite_code" + +#: mod/invite.php:147 +msgid "" +"Once you have registered, please connect with me via my profile page at:" +msgstr "Una volta registrato, connettiti con me dal mio profilo:" + +#: mod/invite.php:149 +msgid "" +"For more information about the Friendica project and why we feel it is " +"important, please visit http://friendi.ca" +msgstr "Per maggiori informazioni sul progetto Friendica e perchè pensiamo sia importante, visita http://friendi.ca " + +#: mod/manage.php:180 +msgid "Manage Identities and/or Pages" +msgstr "Gestisci identità e/o pagine" + +#: mod/manage.php:181 +msgid "" +"Toggle between different identities or community/group pages which share " +"your account details or which you have been granted \"manage\" permissions" +msgstr "Cambia tra differenti identità o pagine comunità/gruppi che condividono il tuo account o per cui hai i permessi di gestione" + +#: mod/manage.php:182 +msgid "Select an identity to manage: " +msgstr "Seleziona un'identità da gestire:" + +#: mod/profiles.php:57 +msgid "Profile deleted." +msgstr "Profilo eliminato." + +#: mod/profiles.php:73 mod/profiles.php:109 +msgid "Profile-" +msgstr "Profilo-" + +#: mod/profiles.php:92 mod/profiles.php:131 +msgid "New profile created." +msgstr "Il nuovo profilo è stato creato." + +#: mod/profiles.php:115 +msgid "Profile unavailable to clone." +msgstr "Impossibile duplicare il profilo." + +#: mod/profiles.php:205 +msgid "Profile Name is required." +msgstr "Il nome profilo è obbligatorio ." + +#: mod/profiles.php:346 +msgid "Marital Status" +msgstr "Stato civile" + +#: mod/profiles.php:350 +msgid "Romantic Partner" +msgstr "Partner romantico" + +#: mod/profiles.php:362 +msgid "Work/Employment" +msgstr "Lavoro/Impiego" + +#: mod/profiles.php:365 +msgid "Religion" +msgstr "Religione" + +#: mod/profiles.php:369 +msgid "Political Views" +msgstr "Orientamento Politico" + +#: mod/profiles.php:373 +msgid "Gender" +msgstr "Sesso" + +#: mod/profiles.php:377 +msgid "Sexual Preference" +msgstr "Preferenza sessuale" + +#: mod/profiles.php:381 +msgid "XMPP" +msgstr "XMPP" + +#: mod/profiles.php:385 +msgid "Homepage" +msgstr "Homepage" + +#: mod/profiles.php:389 mod/profiles.php:699 +msgid "Interests" +msgstr "Interessi" + +#: mod/profiles.php:393 mod/admin.php:439 +msgid "Address" +msgstr "Indirizzo" + +#: mod/profiles.php:400 mod/profiles.php:695 +msgid "Location" +msgstr "Posizione" + +#: mod/profiles.php:485 +msgid "Profile updated." +msgstr "Profilo aggiornato." + +#: mod/profiles.php:577 +msgid " and " +msgstr "e " + +#: mod/profiles.php:586 +msgid "public profile" +msgstr "profilo pubblico" + +#: mod/profiles.php:589 +#, php-format +msgid "%1$s changed %2$s to “%3$s”" +msgstr "%1$s ha cambiato %2$s in “%3$s”" + +#: mod/profiles.php:590 +#, php-format +msgid " - Visit %1$s's %2$s" +msgstr "- Visita %2$s di %1$s" + +#: mod/profiles.php:592 +#, php-format +msgid "%1$s has an updated %2$s, changing %3$s." +msgstr "%1$s ha un %2$s aggiornato. Ha cambiato %3$s" + +#: mod/profiles.php:646 +msgid "Hide contacts and friends:" +msgstr "Nascondi contatti:" + +#: mod/profiles.php:651 +msgid "Hide your contact/friend list from viewers of this profile?" +msgstr "Nascondi la tua lista di contatti/amici ai visitatori di questo profilo?" + +#: mod/profiles.php:671 +msgid "Show more profile fields:" +msgstr "Mostra più informazioni di profilo:" + +#: mod/profiles.php:683 +msgid "Profile Actions" +msgstr "Azioni Profilo" + +#: mod/profiles.php:684 +msgid "Edit Profile Details" +msgstr "Modifica i dettagli del profilo" + +#: mod/profiles.php:686 +msgid "Change Profile Photo" +msgstr "Cambia la foto del profilo" + +#: mod/profiles.php:687 +msgid "View this profile" +msgstr "Visualizza questo profilo" + +#: mod/profiles.php:688 mod/profiles.php:783 src/Model/Profile.php:393 +msgid "Edit visibility" +msgstr "Modifica visibilità" + +#: mod/profiles.php:689 +msgid "Create a new profile using these settings" +msgstr "Crea un nuovo profilo usando queste impostazioni" + +#: mod/profiles.php:690 +msgid "Clone this profile" +msgstr "Clona questo profilo" + +#: mod/profiles.php:691 +msgid "Delete this profile" +msgstr "Elimina questo profilo" + +#: mod/profiles.php:693 +msgid "Basic information" +msgstr "Informazioni di base" + +#: mod/profiles.php:694 +msgid "Profile picture" +msgstr "Immagine del profilo" + +#: mod/profiles.php:696 +msgid "Preferences" +msgstr "Preferenze" + +#: mod/profiles.php:697 +msgid "Status information" +msgstr "Informazioni stato" + +#: mod/profiles.php:698 +msgid "Additional information" +msgstr "Informazioni aggiuntive" + +#: mod/profiles.php:700 mod/network.php:940 +#: src/Core/NotificationsManager.php:185 +msgid "Personal" +msgstr "Personale" + +#: mod/profiles.php:701 +msgid "Relation" +msgstr "Relazione" + +#: mod/profiles.php:702 src/Util/Temporal.php:81 src/Util/Temporal.php:83 +msgid "Miscellaneous" +msgstr "Varie" + +#: mod/profiles.php:705 +msgid "Your Gender:" +msgstr "Il tuo sesso:" + +#: mod/profiles.php:706 +msgid " Marital Status:" +msgstr " Stato sentimentale:" + +#: mod/profiles.php:707 src/Model/Profile.php:782 +msgid "Sexual Preference:" +msgstr "Preferenze sessuali:" + +#: mod/profiles.php:708 +msgid "Example: fishing photography software" +msgstr "Esempio: pesca fotografia programmazione" + +#: mod/profiles.php:713 +msgid "Profile Name:" +msgstr "Nome del profilo:" + +#: mod/profiles.php:713 mod/events.php:511 mod/events.php:523 +msgid "Required" +msgstr "Richiesto" + +#: mod/profiles.php:715 +msgid "" +"This is your public profile.
    It may " +"be visible to anybody using the internet." +msgstr "Questo è il tuo profilo publico.
    Potrebbe essere visto da chiunque attraverso internet." + +#: mod/profiles.php:716 +msgid "Your Full Name:" +msgstr "Il tuo nome completo:" + +#: mod/profiles.php:717 +msgid "Title/Description:" +msgstr "Breve descrizione (es. titolo, posizione, altro):" + +#: mod/profiles.php:720 +msgid "Street Address:" +msgstr "Indirizzo (via/piazza):" + +#: mod/profiles.php:721 +msgid "Locality/City:" +msgstr "Località:" + +#: mod/profiles.php:722 +msgid "Region/State:" +msgstr "Regione/Stato:" + +#: mod/profiles.php:723 +msgid "Postal/Zip Code:" +msgstr "CAP:" + +#: mod/profiles.php:724 +msgid "Country:" +msgstr "Nazione:" + +#: mod/profiles.php:725 src/Util/Temporal.php:149 +msgid "Age: " +msgstr "Età : " + +#: mod/profiles.php:728 +msgid "Who: (if applicable)" +msgstr "Con chi: (se possibile)" + +#: mod/profiles.php:728 +msgid "Examples: cathy123, Cathy Williams, cathy@example.com" +msgstr "Esempio: cathy123, Cathy Williams, cathy@example.com" + +#: mod/profiles.php:729 +msgid "Since [date]:" +msgstr "Dal [data]:" + +#: mod/profiles.php:731 +msgid "Tell us about yourself..." +msgstr "Raccontaci di te..." + +#: mod/profiles.php:732 +msgid "XMPP (Jabber) address:" +msgstr "Indirizzo XMPP (Jabber):" + +#: mod/profiles.php:732 +msgid "" +"The XMPP address will be propagated to your contacts so that they can follow" +" you." +msgstr "L'indirizzo XMPP verrà propagato ai tuoi contatti così che possano seguirti." + +#: mod/profiles.php:733 +msgid "Homepage URL:" +msgstr "Homepage:" + +#: mod/profiles.php:734 src/Model/Profile.php:790 +msgid "Hometown:" +msgstr "Paese natale:" + +#: mod/profiles.php:735 src/Model/Profile.php:798 +msgid "Political Views:" +msgstr "Orientamento politico:" + +#: mod/profiles.php:736 +msgid "Religious Views:" +msgstr "Orientamento religioso:" + +#: mod/profiles.php:737 +msgid "Public Keywords:" +msgstr "Parole chiave visibili a tutti:" + +#: mod/profiles.php:737 +msgid "(Used for suggesting potential friends, can be seen by others)" +msgstr "(E' utilizzato per suggerire potenziali amici, può essere visto da altri)" + +#: mod/profiles.php:738 +msgid "Private Keywords:" +msgstr "Parole chiave private:" + +#: mod/profiles.php:738 +msgid "(Used for searching profiles, never shown to others)" +msgstr "(Usato per cercare tra i profili, non è mai visibile agli altri)" + +#: mod/profiles.php:739 src/Model/Profile.php:814 +msgid "Likes:" +msgstr "Mi piace:" + +#: mod/profiles.php:740 src/Model/Profile.php:818 +msgid "Dislikes:" +msgstr "Non mi piace:" + +#: mod/profiles.php:741 +msgid "Musical interests" +msgstr "Interessi musicali" + +#: mod/profiles.php:742 +msgid "Books, literature" +msgstr "Libri, letteratura" + +#: mod/profiles.php:743 +msgid "Television" +msgstr "Televisione" + +#: mod/profiles.php:744 +msgid "Film/dance/culture/entertainment" +msgstr "Film/danza/cultura/intrattenimento" + +#: mod/profiles.php:745 +msgid "Hobbies/Interests" +msgstr "Hobby/interessi" + +#: mod/profiles.php:746 +msgid "Love/romance" +msgstr "Amore" + +#: mod/profiles.php:747 +msgid "Work/employment" +msgstr "Lavoro/impiego" + +#: mod/profiles.php:748 +msgid "School/education" +msgstr "Scuola/educazione" + +#: mod/profiles.php:749 +msgid "Contact information and Social Networks" +msgstr "Informazioni su contatti e social network" + +#: mod/profiles.php:780 src/Model/Profile.php:389 +msgid "Profile Image" +msgstr "Immagine del Profilo" + +#: mod/profiles.php:782 src/Model/Profile.php:392 +msgid "visible to everybody" +msgstr "visibile a tutti" + +#: mod/profiles.php:789 +msgid "Edit/Manage Profiles" +msgstr "Modifica / Gestisci profili" + +#: mod/profiles.php:790 src/Model/Profile.php:379 src/Model/Profile.php:401 +msgid "Change profile photo" +msgstr "Cambia la foto del profilo" + +#: mod/profiles.php:791 src/Model/Profile.php:380 +msgid "Create New Profile" +msgstr "Crea un nuovo profilo" + +#: mod/wall_attach.php:24 mod/wall_attach.php:32 mod/wall_attach.php:83 +#: mod/wall_upload.php:38 mod/wall_upload.php:54 mod/wall_upload.php:112 +#: mod/wall_upload.php:155 mod/wall_upload.php:158 +msgid "Invalid request." +msgstr "Richiesta non valida." + +#: mod/wall_attach.php:101 +msgid "Sorry, maybe your upload is bigger than the PHP configuration allows" +msgstr "Mi spiace, forse il file che stai caricando è più grosso di quanto la configurazione di PHP permetta" + +#: mod/wall_attach.php:101 +msgid "Or - did you try to upload an empty file?" +msgstr "O.. non avrai provato a caricare un file vuoto?" + +#: mod/wall_attach.php:112 +#, php-format +msgid "File exceeds size limit of %s" +msgstr "Il file supera la dimensione massima di %s" + +#: mod/wall_attach.php:136 mod/wall_attach.php:152 +msgid "File upload failed." +msgstr "Caricamento del file non riuscito." + +#: mod/contacts.php:149 +#, php-format +msgid "%d contact edited." +msgid_plural "%d contacts edited." +msgstr[0] "%d contatto modificato." +msgstr[1] "%d contatti modificati" + +#: mod/contacts.php:176 mod/contacts.php:392 +msgid "Could not access contact record." +msgstr "Non è possibile accedere al contatto." + +#: mod/contacts.php:186 +msgid "Could not locate selected profile." +msgstr "Non riesco a trovare il profilo selezionato." + +#: mod/contacts.php:220 +msgid "Contact updated." +msgstr "Contatto aggiornato." + +#: mod/contacts.php:222 mod/dfrn_request.php:419 +msgid "Failed to update contact record." +msgstr "Errore nell'aggiornamento del contatto." + +#: mod/contacts.php:413 +msgid "Contact has been blocked" +msgstr "Il contatto è stato bloccato" + +#: mod/contacts.php:413 +msgid "Contact has been unblocked" +msgstr "Il contatto è stato sbloccato" + +#: mod/contacts.php:424 +msgid "Contact has been ignored" +msgstr "Il contatto è ignorato" + +#: mod/contacts.php:424 +msgid "Contact has been unignored" +msgstr "Il contatto non è più ignorato" + +#: mod/contacts.php:435 +msgid "Contact has been archived" +msgstr "Il contatto è stato archiviato" + +#: mod/contacts.php:435 +msgid "Contact has been unarchived" +msgstr "Il contatto è stato dearchiviato" + +#: mod/contacts.php:459 +msgid "Drop contact" +msgstr "Cancella contatto" + +#: mod/contacts.php:462 mod/contacts.php:814 +msgid "Do you really want to delete this contact?" +msgstr "Vuoi veramente cancellare questo contatto?" + +#: mod/contacts.php:480 +msgid "Contact has been removed." +msgstr "Il contatto è stato rimosso." + +#: mod/contacts.php:511 +#, php-format +msgid "You are mutual friends with %s" +msgstr "Sei amico reciproco con %s" + +#: mod/contacts.php:515 +#, php-format +msgid "You are sharing with %s" +msgstr "Stai condividendo con %s" + +#: mod/contacts.php:519 +#, php-format +msgid "%s is sharing with you" +msgstr "%s sta condividendo con te" + +#: mod/contacts.php:539 +msgid "Private communications are not available for this contact." +msgstr "Le comunicazioni private non sono disponibili per questo contatto." + +#: mod/contacts.php:541 +msgid "Never" +msgstr "Mai" + +#: mod/contacts.php:544 +msgid "(Update was successful)" +msgstr "(L'aggiornamento è stato completato)" + +#: mod/contacts.php:544 +msgid "(Update was not successful)" +msgstr "(L'aggiornamento non è stato completato)" + +#: mod/contacts.php:546 mod/contacts.php:976 +msgid "Suggest friends" +msgstr "Suggerisci amici" + +#: mod/contacts.php:550 +#, php-format +msgid "Network type: %s" +msgstr "Tipo di rete: %s" + +#: mod/contacts.php:555 +msgid "Communications lost with this contact!" +msgstr "Comunicazione con questo contatto persa!" + +#: mod/contacts.php:561 +msgid "Fetch further information for feeds" +msgstr "Recupera maggiori informazioni per i feed" + +#: mod/contacts.php:563 +msgid "" +"Fetch information like preview pictures, title and teaser from the feed " +"item. You can activate this if the feed doesn't contain much text. Keywords " +"are taken from the meta header in the feed item and are posted as hash tags." +msgstr "Recupera informazioni come immagini di anteprima, titolo e teaser dall'elemento del feed. Puoi attivare questa funzione se il feed non contiene molto testo. Le parole chiave sono recuperate dal tag meta nella pagina dell'elemento e inseriti come hashtag." + +#: mod/contacts.php:564 mod/admin.php:1190 +msgid "Disabled" +msgstr "Disabilitato" + +#: mod/contacts.php:565 +msgid "Fetch information" +msgstr "Recupera informazioni" + +#: mod/contacts.php:566 +msgid "Fetch keywords" +msgstr "Recupera parole chiave" + +#: mod/contacts.php:567 +msgid "Fetch information and keywords" +msgstr "Recupera informazioni e parole chiave" + +#: mod/contacts.php:599 +msgid "Contact" +msgstr "Contatto" + +#: mod/contacts.php:602 +msgid "Profile Visibility" +msgstr "Visibilità del profilo" + +#: mod/contacts.php:603 +#, php-format +msgid "" +"Please choose the profile you would like to display to %s when viewing your " +"profile securely." +msgstr "Seleziona il profilo che vuoi mostrare a %s quando visita il tuo profilo in modo sicuro." + +#: mod/contacts.php:604 +msgid "Contact Information / Notes" +msgstr "Informazioni / Note sul contatto" + +#: mod/contacts.php:605 +msgid "Their personal note" +msgstr "La loro nota personale" + +#: mod/contacts.php:607 +msgid "Edit contact notes" +msgstr "Modifica note contatto" + +#: mod/contacts.php:611 +msgid "Block/Unblock contact" +msgstr "Blocca/Sblocca contatto" + +#: mod/contacts.php:612 +msgid "Ignore contact" +msgstr "Ignora il contatto" + +#: mod/contacts.php:613 +msgid "Repair URL settings" +msgstr "Impostazioni riparazione URL" + +#: mod/contacts.php:614 +msgid "View conversations" +msgstr "Vedi conversazioni" + +#: mod/contacts.php:619 +msgid "Last update:" +msgstr "Ultimo aggiornamento:" + +#: mod/contacts.php:621 +msgid "Update public posts" +msgstr "Aggiorna messaggi pubblici" + +#: mod/contacts.php:623 mod/contacts.php:986 +msgid "Update now" +msgstr "Aggiorna adesso" + +#: mod/contacts.php:628 mod/contacts.php:818 mod/contacts.php:995 +#: mod/admin.php:434 mod/admin.php:1708 +msgid "Unblock" +msgstr "Sblocca" + +#: mod/contacts.php:628 mod/contacts.php:818 mod/contacts.php:995 +#: mod/admin.php:433 mod/admin.php:1707 +msgid "Block" +msgstr "Blocca" + +#: mod/contacts.php:629 mod/contacts.php:819 mod/contacts.php:1003 +msgid "Unignore" +msgstr "Non ignorare" + +#: mod/contacts.php:633 +msgid "Currently blocked" +msgstr "Bloccato" + +#: mod/contacts.php:634 +msgid "Currently ignored" +msgstr "Ignorato" + +#: mod/contacts.php:635 +msgid "Currently archived" +msgstr "Al momento archiviato" + +#: mod/contacts.php:636 +msgid "Awaiting connection acknowledge" +msgstr "In attesa di conferma della connessione" + +#: mod/contacts.php:637 +msgid "" +"Replies/likes to your public posts may still be visible" +msgstr "Risposte ai tuoi post pubblici possono essere comunque visibili" + +#: mod/contacts.php:638 +msgid "Notification for new posts" +msgstr "Notifica per i nuovi messaggi" + +#: mod/contacts.php:638 +msgid "Send a notification of every new post of this contact" +msgstr "Invia una notifica per ogni nuovo messaggio di questo contatto" + +#: mod/contacts.php:641 +msgid "Blacklisted keywords" +msgstr "Parole chiave in blacklist" + +#: mod/contacts.php:641 +msgid "" +"Comma separated list of keywords that should not be converted to hashtags, " +"when \"Fetch information and keywords\" is selected" +msgstr "Lista separata da virgola di parole chiave che non dovranno essere convertite in hashtag, quando \"Recupera informazioni e parole chiave\" è selezionato" + +#: mod/contacts.php:653 src/Model/Profile.php:424 +msgid "XMPP:" +msgstr "XMPP:" + +#: mod/contacts.php:658 +msgid "Actions" +msgstr "Azioni" + +#: mod/contacts.php:660 mod/contacts.php:846 view/theme/frio/theme.php:259 +#: src/Content/Nav.php:100 src/Model/Profile.php:888 +msgid "Status" +msgstr "Stato" + +#: mod/contacts.php:661 +msgid "Contact Settings" +msgstr "Impostazioni Contatto" + +#: mod/contacts.php:702 +msgid "Suggestions" +msgstr "Suggerimenti" + +#: mod/contacts.php:705 +msgid "Suggest potential friends" +msgstr "Suggerisci potenziali amici" + +#: mod/contacts.php:710 mod/group.php:216 +msgid "All Contacts" +msgstr "Tutti i contatti" + +#: mod/contacts.php:713 +msgid "Show all contacts" +msgstr "Mostra tutti i contatti" + +#: mod/contacts.php:718 +msgid "Unblocked" +msgstr "Sbloccato" + +#: mod/contacts.php:721 +msgid "Only show unblocked contacts" +msgstr "Mostra solo contatti non bloccati" + +#: mod/contacts.php:726 +msgid "Blocked" +msgstr "Bloccato" + +#: mod/contacts.php:729 +msgid "Only show blocked contacts" +msgstr "Mostra solo contatti bloccati" + +#: mod/contacts.php:734 +msgid "Ignored" +msgstr "Ignorato" + +#: mod/contacts.php:737 +msgid "Only show ignored contacts" +msgstr "Mostra solo contatti ignorati" + +#: mod/contacts.php:742 +msgid "Archived" +msgstr "Archiviato" + +#: mod/contacts.php:745 +msgid "Only show archived contacts" +msgstr "Mostra solo contatti archiviati" + +#: mod/contacts.php:750 +msgid "Hidden" +msgstr "Nascosto" + +#: mod/contacts.php:753 +msgid "Only show hidden contacts" +msgstr "Mostra solo contatti nascosti" + +#: mod/contacts.php:809 +msgid "Search your contacts" +msgstr "Cerca nei tuoi contatti" + +#: mod/contacts.php:810 mod/search.php:236 +#, php-format +msgid "Results for: %s" +msgstr "Risultati per: %s" + +#: mod/contacts.php:811 mod/directory.php:210 src/Content/Widget.php:63 +msgid "Find" +msgstr "Trova" + +#: mod/contacts.php:817 mod/settings.php:169 mod/settings.php:705 +msgid "Update" +msgstr "Aggiorna" + +#: mod/contacts.php:820 mod/contacts.php:1011 +msgid "Archive" +msgstr "Archivia" + +#: mod/contacts.php:820 mod/contacts.php:1011 +msgid "Unarchive" +msgstr "Dearchivia" + +#: mod/contacts.php:823 +msgid "Batch Actions" +msgstr "Azioni Batch" + +#: mod/contacts.php:857 src/Model/Profile.php:899 +msgid "Profile Details" +msgstr "Dettagli del profilo" + +#: mod/contacts.php:869 +msgid "View all contacts" +msgstr "Vedi tutti i contatti" + +#: mod/contacts.php:880 +msgid "View all common friends" +msgstr "Vedi tutti gli amici in comune" + +#: mod/contacts.php:886 mod/admin.php:1269 mod/events.php:535 +#: src/Model/Profile.php:865 +msgid "Advanced" +msgstr "Avanzate" + +#: mod/contacts.php:889 +msgid "Advanced Contact Settings" +msgstr "Impostazioni avanzate Contatto" + +#: mod/contacts.php:921 +msgid "Mutual Friendship" +msgstr "Amicizia reciproca" + +#: mod/contacts.php:925 +msgid "is a fan of yours" +msgstr "è un tuo fan" + +#: mod/contacts.php:929 +msgid "you are a fan of" +msgstr "sei un fan di" + +#: mod/contacts.php:997 +msgid "Toggle Blocked status" +msgstr "Inverti stato \"Blocca\"" + +#: mod/contacts.php:1005 +msgid "Toggle Ignored status" +msgstr "Inverti stato \"Ignora\"" + +#: mod/contacts.php:1013 +msgid "Toggle Archive status" +msgstr "Inverti stato \"Archiviato\"" + +#: mod/contacts.php:1021 +msgid "Delete contact" +msgstr "Rimuovi contatto" + +#: mod/delegate.php:142 +msgid "No parent user" +msgstr "Nessun utente principale" + +#: mod/delegate.php:158 +msgid "Parent User" +msgstr "Utente Principale" + +#: mod/delegate.php:160 +msgid "" +"Parent users have total control about this account, including the account " +"settings. Please double check whom you give this access." +msgstr "Gli utenti principali hanno il controllo totale su questo account, comprese le impostazioni. Assicurati di controllare due volte a chi stai fornendo questo accesso." + +#: mod/delegate.php:161 mod/admin.php:1264 mod/admin.php:1873 +#: mod/admin.php:2126 mod/admin.php:2200 mod/admin.php:2347 +#: mod/settings.php:679 mod/settings.php:788 mod/settings.php:874 +#: mod/settings.php:963 mod/settings.php:1198 +msgid "Save Settings" +msgstr "Salva Impostazioni" + +#: mod/delegate.php:162 src/Content/Nav.php:204 +msgid "Delegate Page Management" +msgstr "Gestione delegati per la pagina" + +#: mod/delegate.php:163 +msgid "Delegates" +msgstr "Delegati" + +#: mod/delegate.php:165 +msgid "" +"Delegates are able to manage all aspects of this account/page except for " +"basic account settings. Please do not delegate your personal account to " +"anybody that you do not trust completely." +msgstr "I Delegati sono in grado di gestire tutti gli aspetti di questa pagina, tranne per le impostazioni di base dell'account. Non delegare il tuo account personale a nessuno di cui non ti fidi ciecamente." + +#: mod/delegate.php:166 +msgid "Existing Page Managers" +msgstr "Gestori Pagina Esistenti" + +#: mod/delegate.php:168 +msgid "Existing Page Delegates" +msgstr "Delegati Pagina Esistenti" + +#: mod/delegate.php:170 +msgid "Potential Delegates" +msgstr "Delegati Potenziali" + +#: mod/delegate.php:172 mod/tagrm.php:98 +msgid "Remove" +msgstr "Rimuovi" + +#: mod/delegate.php:173 +msgid "Add" +msgstr "Aggiungi" + +#: mod/delegate.php:174 +msgid "No entries." +msgstr "Nessuna voce." + +#: mod/dfrn_request.php:94 +msgid "This introduction has already been accepted." +msgstr "Questa presentazione è già stata accettata." + +#: mod/dfrn_request.php:112 mod/dfrn_request.php:359 +msgid "Profile location is not valid or does not contain profile information." +msgstr "L'indirizzo del profilo non è valido o non contiene un profilo." + +#: mod/dfrn_request.php:116 mod/dfrn_request.php:363 +msgid "Warning: profile location has no identifiable owner name." +msgstr "Attenzione: l'indirizzo del profilo non riporta il nome del proprietario." + +#: mod/dfrn_request.php:119 mod/dfrn_request.php:366 +msgid "Warning: profile location has no profile photo." +msgstr "Attenzione: l'indirizzo del profilo non ha una foto." + +#: mod/dfrn_request.php:123 mod/dfrn_request.php:370 +#, php-format +msgid "%d required parameter was not found at the given location" +msgid_plural "%d required parameters were not found at the given location" +msgstr[0] "%d parametro richiesto non è stato trovato all'indirizzo dato" +msgstr[1] "%d parametri richiesti non sono stati trovati all'indirizzo dato" + +#: mod/dfrn_request.php:162 +msgid "Introduction complete." +msgstr "Presentazione completa." + +#: mod/dfrn_request.php:199 +msgid "Unrecoverable protocol error." +msgstr "Errore di comunicazione." + +#: mod/dfrn_request.php:226 +msgid "Profile unavailable." +msgstr "Profilo non disponibile." + +#: mod/dfrn_request.php:248 +#, php-format +msgid "%s has received too many connection requests today." +msgstr "%s ha ricevuto troppe richieste di connessione per oggi." + +#: mod/dfrn_request.php:249 +msgid "Spam protection measures have been invoked." +msgstr "Sono state attivate le misure di protezione contro lo spam." + +#: mod/dfrn_request.php:250 +msgid "Friends are advised to please try again in 24 hours." +msgstr "Gli amici sono pregati di riprovare tra 24 ore." + +#: mod/dfrn_request.php:280 +msgid "Invalid locator" +msgstr "Indirizzo non valido" + +#: mod/dfrn_request.php:316 +msgid "You have already introduced yourself here." +msgstr "Ti sei già presentato qui." + +#: mod/dfrn_request.php:319 +#, php-format +msgid "Apparently you are already friends with %s." +msgstr "Pare che tu e %s siate già amici." + +#: mod/dfrn_request.php:339 +msgid "Invalid profile URL." +msgstr "Indirizzo profilo non valido." + +#: mod/dfrn_request.php:345 src/Model/Contact.php:1137 +msgid "Disallowed profile URL." +msgstr "Indirizzo profilo non permesso." + +#: mod/dfrn_request.php:439 +msgid "Your introduction has been sent." +msgstr "La tua presentazione è stata inviata." + +#: mod/dfrn_request.php:477 +msgid "" +"Remote subscription can't be done for your network. Please subscribe " +"directly on your system." +msgstr "La richiesta di connessione remota non può essere effettuata per la tua rete. Invia la richiesta direttamente sul nostro sistema." + +#: mod/dfrn_request.php:493 +msgid "Please login to confirm introduction." +msgstr "Accedi per confermare la presentazione." + +#: mod/dfrn_request.php:501 +msgid "" +"Incorrect identity currently logged in. Please login to " +"this profile." +msgstr "Non hai fatto accesso con l'identità corretta. Accedi a questo profilo." + +#: mod/dfrn_request.php:515 mod/dfrn_request.php:532 +msgid "Confirm" +msgstr "Conferma" + +#: mod/dfrn_request.php:527 +msgid "Hide this contact" +msgstr "Nascondi questo contatto" + +#: mod/dfrn_request.php:530 +#, php-format +msgid "Welcome home %s." +msgstr "Bentornato a casa %s." + +#: mod/dfrn_request.php:531 +#, php-format +msgid "Please confirm your introduction/connection request to %s." +msgstr "Conferma la tua richiesta di connessione con %s." + +#: mod/dfrn_request.php:607 mod/probe.php:13 mod/search.php:98 +#: mod/search.php:104 mod/viewcontacts.php:45 mod/webfinger.php:16 +#: mod/community.php:25 mod/directory.php:42 mod/display.php:201 +#: mod/photos.php:932 mod/videos.php:200 +msgid "Public access denied." +msgstr "Accesso negato." + +#: mod/dfrn_request.php:642 +msgid "" +"Please enter your 'Identity Address' from one of the following supported " +"communications networks:" +msgstr "Inserisci il tuo 'Indirizzo Identità' da uno dei seguenti network supportati:" + +#: mod/dfrn_request.php:645 +#, php-format +msgid "" +"If you are not yet a member of the free social web, follow " +"this link to find a public Friendica site and join us today." +msgstr "Se non sei un membro del web sociale libero, segui questo link per trovare un sito Friendica pubblico e unisciti a noi oggi." + +#: mod/dfrn_request.php:650 +msgid "Friend/Connection Request" +msgstr "Richieste di amicizia/connessione" + +#: mod/dfrn_request.php:651 +msgid "" +"Examples: jojo@demo.friendica.com, http://demo.friendica.com/profile/jojo, " +"testuser@gnusocial.de" +msgstr "Esempi: jojo@demo.friendica.com, http://demo.friendica.com/profile/jojo, testuser@gnusocial.de" + +#: mod/dfrn_request.php:652 mod/follow.php:147 +msgid "Please answer the following:" +msgstr "Rispondi:" + +#: mod/dfrn_request.php:653 mod/follow.php:148 +#, php-format +msgid "Does %s know you?" +msgstr "%s ti conosce?" + +#: mod/dfrn_request.php:654 mod/follow.php:149 +msgid "Add a personal note:" +msgstr "Aggiungi una nota personale:" + +#: mod/dfrn_request.php:656 src/Content/ContactSelector.php:79 +msgid "Friendica" +msgstr "Friendica" + +#: mod/dfrn_request.php:657 +msgid "GNU Social (Pleroma, Mastodon)" +msgstr "GNU Social (Pleroma, Mastodon)" + +#: mod/dfrn_request.php:658 +msgid "Diaspora (Socialhome, Hubzilla)" +msgstr "Diaspora (Socialhome, Hubzilla)" + +#: mod/dfrn_request.php:659 +#, php-format +msgid "" +" - please do not use this form. Instead, enter %s into your Diaspora search" +" bar." +msgstr " - per favore non usare questa form. Invece, inserisci %s nella tua barra di ricerca su Diaspora." + +#: mod/filer.php:34 +msgid "- select -" +msgstr "- seleziona -" + +#: mod/follow.php:44 +msgid "The contact could not be added." +msgstr "Il contatto non può essere aggiunto." + +#: mod/follow.php:72 +msgid "You already added this contact." +msgstr "Hai già aggiunto questo contatto." + +#: mod/follow.php:81 +msgid "Diaspora support isn't enabled. Contact can't be added." +msgstr "Il supporto Diaspora non è abilitato. Il contatto non può essere aggiunto." + +#: mod/follow.php:88 +msgid "OStatus support is disabled. Contact can't be added." +msgstr "Il supporto OStatus non è abilitato. Il contatto non può essere aggiunto." + +#: mod/follow.php:95 +msgid "The network type couldn't be detected. Contact can't be added." +msgstr "Non è possibile rilevare il tipo di rete. Il contatto non può essere aggiunto." + +#: mod/install.php:114 +msgid "Friendica Communications Server - Setup" +msgstr "Friendica Comunicazione Server - Impostazioni" + +#: mod/install.php:120 +msgid "Could not connect to database." +msgstr " Impossibile collegarsi con il database." + +#: mod/install.php:124 +msgid "Could not create table." +msgstr "Impossibile creare le tabelle." + +#: mod/install.php:130 +msgid "Your Friendica site database has been installed." +msgstr "Il tuo Friendica è stato installato." + +#: mod/install.php:135 +msgid "" +"You may need to import the file \"database.sql\" manually using phpmyadmin " +"or mysql." +msgstr "Potresti dover importare il file \"database.sql\" manualmente con phpmyadmin o mysql" + +#: mod/install.php:136 mod/install.php:208 mod/install.php:553 +msgid "Please see the file \"INSTALL.txt\"." +msgstr "Leggi il file \"INSTALL.txt\"." + +#: mod/install.php:148 +msgid "Database already in use." +msgstr "Database già in uso." + +#: mod/install.php:205 +msgid "System check" +msgstr "Controllo sistema" + +#: mod/install.php:210 +msgid "Check again" +msgstr "Controlla ancora" + +#: mod/install.php:230 +msgid "Database connection" +msgstr "Connessione al database" + +#: mod/install.php:231 +msgid "" +"In order to install Friendica we need to know how to connect to your " +"database." +msgstr "Per installare Friendica dobbiamo sapere come collegarci al tuo database." + +#: mod/install.php:232 +msgid "" +"Please contact your hosting provider or site administrator if you have " +"questions about these settings." +msgstr "Contatta il tuo fornitore di hosting o l'amministratore del sito se hai domande su queste impostazioni." + +#: mod/install.php:233 +msgid "" +"The database you specify below should already exist. If it does not, please " +"create it before continuing." +msgstr "Il database dovrà già esistere. Se non esiste, crealo prima di continuare." + +#: mod/install.php:237 +msgid "Database Server Name" +msgstr "Nome del database server" + +#: mod/install.php:238 +msgid "Database Login Name" +msgstr "Nome utente database" + +#: mod/install.php:239 +msgid "Database Login Password" +msgstr "Password utente database" + +#: mod/install.php:239 +msgid "For security reasons the password must not be empty" +msgstr "Per motivi di sicurezza la password non puo' essere vuota." + +#: mod/install.php:240 +msgid "Database Name" +msgstr "Nome database" + +#: mod/install.php:241 mod/install.php:281 +msgid "Site administrator email address" +msgstr "Indirizzo email dell'amministratore del sito" + +#: mod/install.php:241 mod/install.php:281 +msgid "" +"Your account email address must match this in order to use the web admin " +"panel." +msgstr "Il tuo indirizzo email deve corrispondere a questo per poter usare il pannello di amministrazione web." + +#: mod/install.php:245 mod/install.php:284 +msgid "Please select a default timezone for your website" +msgstr "Seleziona il fuso orario predefinito per il tuo sito web" + +#: mod/install.php:271 +msgid "Site settings" +msgstr "Impostazioni sito" + +#: mod/install.php:285 +msgid "System Language:" +msgstr "Lingua di Sistema:" + +#: mod/install.php:285 +msgid "" +"Set the default language for your Friendica installation interface and to " +"send emails." +msgstr "Imposta la lingua di default per l'interfaccia e l'invio delle email." + +#: mod/install.php:325 +msgid "Could not find a command line version of PHP in the web server PATH." +msgstr "Non riesco a trovare la versione di PHP da riga di comando nel PATH del server web" + +#: mod/install.php:326 +msgid "" +"If you don't have a command line version of PHP installed on your server, " +"you will not be able to run the background processing. See 'Setup the worker'" +msgstr "Se non hai la versione a riga di comando di PHP installata sul tuo server, non sarai in grado di eseguire i processi in background. Vedi 'Setup the poller'" + +#: mod/install.php:330 +msgid "PHP executable path" +msgstr "Percorso eseguibile PHP" + +#: mod/install.php:330 +msgid "" +"Enter full path to php executable. You can leave this blank to continue the " +"installation." +msgstr "Inserisci il percorso completo all'eseguibile di php. Puoi lasciare bianco questo campo per continuare l'installazione." + +#: mod/install.php:335 +msgid "Command line PHP" +msgstr "PHP da riga di comando" + +#: mod/install.php:344 +msgid "PHP executable is not the php cli binary (could be cgi-fgci version)" +msgstr "L'eseguibile PHP non è il binario php cli (potrebbe essere la versione cgi-fcgi)" + +#: mod/install.php:345 +msgid "Found PHP version: " +msgstr "Versione PHP:" + +#: mod/install.php:347 +msgid "PHP cli binary" +msgstr "Binario PHP cli" + +#: mod/install.php:358 +msgid "" +"The command line version of PHP on your system does not have " +"\"register_argc_argv\" enabled." +msgstr "La versione da riga di comando di PHP nel sistema non ha abilitato \"register_argc_argv\"." + +#: mod/install.php:359 +msgid "This is required for message delivery to work." +msgstr "E' obbligatorio per far funzionare la consegna dei messaggi." + +#: mod/install.php:361 +msgid "PHP register_argc_argv" +msgstr "PHP register_argc_argv" + +#: mod/install.php:384 +msgid "" +"Error: the \"openssl_pkey_new\" function on this system is not able to " +"generate encryption keys" +msgstr "Errore: la funzione \"openssl_pkey_new\" in questo sistema non è in grado di generare le chiavi di criptazione" + +#: mod/install.php:385 +msgid "" +"If running under Windows, please see " +"\"http://www.php.net/manual/en/openssl.installation.php\"." +msgstr "Se stai eseguendo friendika su windows, guarda \"http://www.php.net/manual/en/openssl.installation.php\"." + +#: mod/install.php:387 +msgid "Generate encryption keys" +msgstr "Genera chiavi di criptazione" + +#: mod/install.php:394 +msgid "libCurl PHP module" +msgstr "modulo PHP libCurl" + +#: mod/install.php:395 +msgid "GD graphics PHP module" +msgstr "modulo PHP GD graphics" + +#: mod/install.php:396 +msgid "OpenSSL PHP module" +msgstr "modulo PHP OpenSSL" + +#: mod/install.php:397 +msgid "PDO or MySQLi PHP module" +msgstr "modulo PHP PDO o MySQLi" + +#: mod/install.php:398 +msgid "mb_string PHP module" +msgstr "modulo PHP mb_string" + +#: mod/install.php:399 +msgid "XML PHP module" +msgstr "Modulo PHP XML" + +#: mod/install.php:400 +msgid "iconv module" +msgstr "modulo iconv" + +#: mod/install.php:404 mod/install.php:406 +msgid "Apache mod_rewrite module" +msgstr "Modulo mod_rewrite di Apache" + +#: mod/install.php:404 +msgid "" +"Error: Apache webserver mod-rewrite module is required but not installed." +msgstr "Errore: E' il modulo mod-rewrite di Apache è richiesto, ma non risulta installato" + +#: mod/install.php:412 +msgid "Error: libCURL PHP module required but not installed." +msgstr "Errore: il modulo libCURL di PHP è richiesto, ma non risulta installato." + +#: mod/install.php:416 +msgid "" +"Error: GD graphics PHP module with JPEG support required but not installed." +msgstr "Errore: Il modulo GD graphics di PHP con supporto a JPEG è richiesto, ma non risulta installato." + +#: mod/install.php:420 +msgid "Error: openssl PHP module required but not installed." +msgstr "Errore: il modulo openssl di PHP è richiesto, ma non risulta installato." + +#: mod/install.php:424 +msgid "Error: PDO or MySQLi PHP module required but not installed." +msgstr "Errore: uno dei due moduli PHP PDO o MySQLi è richiesto ma non installato." + +#: mod/install.php:428 +msgid "Error: The MySQL driver for PDO is not installed." +msgstr "Errore: il driver MySQL per PDO non è installato." + +#: mod/install.php:432 +msgid "Error: mb_string PHP module required but not installed." +msgstr "Errore: il modulo PHP mb_string è richiesto, ma non risulta installato." + +#: mod/install.php:436 +msgid "Error: iconv PHP module required but not installed." +msgstr "Errore: il modulo PHP iconv è richiesto ma non installato." + +#: mod/install.php:446 +msgid "Error, XML PHP module required but not installed." +msgstr "Errore, il modulo PHP XML è richiesto ma non installato." + +#: mod/install.php:458 +msgid "" +"The web installer needs to be able to create a file called \".htconfig.php\"" +" in the top folder of your web server and it is unable to do so." +msgstr "L'installazione web deve poter creare un file chiamato \".htconfig.php\" nella cartella principale del tuo web server ma non è in grado di farlo." + +#: mod/install.php:459 +msgid "" +"This is most often a permission setting, as the web server may not be able " +"to write files in your folder - even if you can." +msgstr "Ciò è dovuto spesso a impostazioni di permessi, dato che il web server può non essere in grado di scrivere il file nella tua cartella, anche se tu puoi." + +#: mod/install.php:460 +msgid "" +"At the end of this procedure, we will give you a text to save in a file " +"named .htconfig.php in your Friendica top folder." +msgstr "Alla fine di questa procedura, di daremo un testo da salvare in un file chiamato .htconfig.php nella tua cartella principale di Friendica" + +#: mod/install.php:461 +msgid "" +"You can alternatively skip this procedure and perform a manual installation." +" Please see the file \"INSTALL.txt\" for instructions." +msgstr "Puoi in alternativa saltare questa procedura ed eseguire l'installazione manualmente. Vedi il file \"INSTALL.txt\" per le istruzioni." + +#: mod/install.php:464 +msgid ".htconfig.php is writable" +msgstr ".htconfig.php è scrivibile" + +#: mod/install.php:474 +msgid "" +"Friendica uses the Smarty3 template engine to render its web views. Smarty3 " +"compiles templates to PHP to speed up rendering." +msgstr "Friendica usa il motore di template Smarty3 per renderizzare le sue pagine web. Smarty3 compila i template in PHP per velocizzare il rendering." + +#: mod/install.php:475 +msgid "" +"In order to store these compiled templates, the web server needs to have " +"write access to the directory view/smarty3/ under the Friendica top level " +"folder." +msgstr "Per salvare questi template compilati, il server werb ha bisogno dell'accesso in scrittura alla cartella view/smarty3/ nella cartella principale dei Friendica." + +#: mod/install.php:476 +msgid "" +"Please ensure that the user that your web server runs as (e.g. www-data) has" +" write access to this folder." +msgstr "Per favore, controlla che l'utente con cui il tuo server web gira (es www-data) ha accesso in scrittura a questa cartella." + +#: mod/install.php:477 +msgid "" +"Note: as a security measure, you should give the web server write access to " +"view/smarty3/ only--not the template files (.tpl) that it contains." +msgstr "Nota: come misura di sicurezza, dovresti dare accesso in scrittura solo alla cartella view/smarty3, non ai template (.tpl) che contiene." + +#: mod/install.php:480 +msgid "view/smarty3 is writable" +msgstr "view/smarty3 è scrivibile" + +#: mod/install.php:496 +msgid "" +"Url rewrite in .htaccess is not working. Check your server configuration." +msgstr "La riscrittura degli url in .htaccess non funziona. Controlla la configurazione del tuo server." + +#: mod/install.php:498 +msgid "Url rewrite is working" +msgstr "La riscrittura degli url funziona" + +#: mod/install.php:517 +msgid "ImageMagick PHP extension is not installed" +msgstr "L'estensione PHP ImageMagick non è installata" + +#: mod/install.php:519 +msgid "ImageMagick PHP extension is installed" +msgstr "L'estensione PHP ImageMagick è installata" + +#: mod/install.php:521 +msgid "ImageMagick supports GIF" +msgstr "ImageMagick supporta i GIF" + +#: mod/install.php:528 +msgid "" +"The database configuration file \".htconfig.php\" could not be written. " +"Please use the enclosed text to create a configuration file in your web " +"server root." +msgstr "Il file di configurazione del database \".htconfig.php\" non può essere scritto. Usa il testo qui di seguito per creare un file di configurazione nella cartella principale del tuo sito." + +#: mod/install.php:551 +msgid "

    What next

    " +msgstr "

    Cosa fare ora

    " + +#: mod/install.php:552 +msgid "" +"IMPORTANT: You will need to [manually] setup a scheduled task for the " +"worker." +msgstr "IMPORTANTE: Devi impostare [manualmente] la pianificazione del worker." + +#: mod/install.php:555 +#, php-format +msgid "" +"Go to your new Friendica node registration page " +"and register as new user. Remember to use the same email you have entered as" +" administrator email. This will allow you to enter the site admin panel." +msgstr "Vai nella pagina di registrazione del tuo nuovo nodo Friendica e registra un nuovo utente. Ricorda di usare la stessa email che hai inserito come email dell'utente amministratore. Questo ti permetterà di entrare nel pannello di amministrazione del sito." + +#: mod/localtime.php:33 +msgid "Time Conversion" +msgstr "Conversione Ora" + +#: mod/localtime.php:35 +msgid "" +"Friendica provides this service for sharing events with other networks and " +"friends in unknown timezones." +msgstr "Friendica fornisce questo servizio per la condivisione di eventi con altre reti e amici in fusi orari sconosciuti." + +#: mod/localtime.php:39 +#, php-format +msgid "UTC time: %s" +msgstr "Ora UTC: %s" + +#: mod/localtime.php:42 +#, php-format +msgid "Current timezone: %s" +msgstr "Fuso orario corrente: %s" + +#: mod/localtime.php:46 +#, php-format +msgid "Converted localtime: %s" +msgstr "Ora locale convertita: %s" + +#: mod/localtime.php:52 +msgid "Please select your timezone:" +msgstr "Selezionare il tuo fuso orario:" + +#: mod/lostpass.php:27 +msgid "No valid account found." +msgstr "Nessun account valido trovato." + +#: mod/lostpass.php:39 +msgid "Password reset request issued. Check your email." +msgstr "La richiesta per reimpostare la password è stata inviata. Controlla la tua email." + +#: mod/lostpass.php:45 +#, php-format +msgid "" +"\n" +"\t\tDear %1$s,\n" +"\t\t\tA request was recently received at \"%2$s\" to reset your account\n" +"\t\tpassword. In order to confirm this request, please select the verification link\n" +"\t\tbelow or paste it into your web browser address bar.\n" +"\n" +"\t\tIf you did NOT request this change, please DO NOT follow the link\n" +"\t\tprovided and ignore and/or delete this email, the request will expire shortly.\n" +"\n" +"\t\tYour password will not be changed unless we can verify that you\n" +"\t\tissued this request." +msgstr "\nGentile %1$s,\n\tabbiamo ricevuto su \"%2$s\" una richiesta di resettare la password del tuo account. Per confermare questa richiesta, selezionate il link di conferma qui sotto o incollatelo nella barra indirizzo del vostro browser.\n\nSe NON hai richiesto questa modifica, NON selezionare il link e ignora o cancella questa email.\n\nLa tua password non verrà modificata a meno che non possiamo verificare che tu abbia effettivamente richiesto la modifica." + +#: mod/lostpass.php:56 +#, php-format +msgid "" +"\n" +"\t\tFollow this link soon to verify your identity:\n" +"\n" +"\t\t%1$s\n" +"\n" +"\t\tYou will then receive a follow-up message containing the new password.\n" +"\t\tYou may change that password from your account settings page after logging in.\n" +"\n" +"\t\tThe login details are as follows:\n" +"\n" +"\t\tSite Location:\t%2$s\n" +"\t\tLogin Name:\t%3$s" +msgstr "\nSegui questo link per verificare la tua identità:\n\n%1$s\n\nRiceverai in un successivo messaggio la nuova password.\nPotrai cambiarla dalla pagina \"Impostazioni\" del tuo account dopo esserti autenticato.\n\nI dettagli del tuo account sono:\n\tIndirizzo del sito: %2$s\n\tNome utente: %3$s" + +#: mod/lostpass.php:72 +#, php-format +msgid "Password reset requested at %s" +msgstr "Richiesta reimpostazione password su %s" + +#: mod/lostpass.php:88 +msgid "" +"Request could not be verified. (You may have previously submitted it.) " +"Password reset failed." +msgstr "La richiesta non può essere verificata. (Puoi averla già richiesta precedentemente). Reimpostazione password fallita." + +#: mod/lostpass.php:101 +msgid "Request has expired, please make a new one." +msgstr "La richiesta è scaduta, si prega di crearne una nuova." + +#: mod/lostpass.php:116 +msgid "Forgot your Password?" +msgstr "Hai dimenticato la password?" + +#: mod/lostpass.php:117 +msgid "" +"Enter your email address and submit to have your password reset. Then check " +"your email for further instructions." +msgstr "Inserisci il tuo indirizzo email per reimpostare la password." + +#: mod/lostpass.php:118 src/Module/Login.php:314 +msgid "Nickname or Email: " +msgstr "Nome utente o email: " + +#: mod/lostpass.php:119 +msgid "Reset" +msgstr "Reimposta" + +#: mod/lostpass.php:135 src/Module/Login.php:326 +msgid "Password Reset" +msgstr "Reimpostazione password" + +#: mod/lostpass.php:136 +msgid "Your password has been reset as requested." +msgstr "La tua password è stata reimpostata come richiesto." + +#: mod/lostpass.php:137 +msgid "Your new password is" +msgstr "La tua nuova password è" + +#: mod/lostpass.php:138 +msgid "Save or copy your new password - and then" +msgstr "Salva o copia la tua nuova password, quindi" + +#: mod/lostpass.php:139 +msgid "click here to login" +msgstr "clicca qui per entrare" + +#: mod/lostpass.php:140 +msgid "" +"Your password may be changed from the Settings page after " +"successful login." +msgstr "Puoi cambiare la tua password dalla pagina Impostazioni dopo aver effettuato l'accesso." + +#: mod/lostpass.php:148 +#, php-format +msgid "" +"\n" +"\t\t\tDear %1$s,\n" +"\t\t\t\tYour password has been changed as requested. Please retain this\n" +"\t\t\tinformation for your records (or change your password immediately to\n" +"\t\t\tsomething that you will remember).\n" +"\t\t" +msgstr "\nGentile %1$s,\n\tLa tua password è stata modificata come richiesto.\nSalva questa password, o sostituiscila immediatamente con qualcosa che puoi ricordare." + +#: mod/lostpass.php:154 +#, php-format +msgid "" +"\n" +"\t\t\tYour login details are as follows:\n" +"\n" +"\t\t\tSite Location:\t%1$s\n" +"\t\t\tLogin Name:\t%2$s\n" +"\t\t\tPassword:\t%3$s\n" +"\n" +"\t\t\tYou may change that password from your account settings page after logging in.\n" +"\t\t" +msgstr "\nI dettagli del tuo account sono:\n\n\tIndirizzo del sito: %1$s\n\tNome utente: %2$s\n\tPassword: %3$s\n\nPuoi cambiare questa password dalla pagina \"Impostazioni\" del tuo account dopo esserti autenticato." + +#: mod/lostpass.php:167 +#, php-format +msgid "Your password has been changed at %s" +msgstr "La tua password presso %s è stata cambiata" + +#: mod/notify.php:77 +msgid "No more system notifications." +msgstr "Nessuna nuova notifica di sistema." + +#: mod/ping.php:292 +msgid "{0} wants to be your friend" +msgstr "{0} vuole essere tuo amico" + +#: mod/ping.php:307 +msgid "{0} sent you a message" +msgstr "{0} ti ha inviato un messaggio" + +#: mod/ping.php:322 +msgid "{0} requested registration" +msgstr "{0} chiede la registrazione" + +#: mod/poke.php:192 +msgid "Poke/Prod" +msgstr "Tocca/Pungola" + +#: mod/poke.php:193 +msgid "poke, prod or do other things to somebody" +msgstr "tocca, pungola o fai altre cose a qualcuno" + +#: mod/poke.php:194 +msgid "Recipient" +msgstr "Destinatario" + +#: mod/poke.php:195 +msgid "Choose what you wish to do to recipient" +msgstr "Scegli cosa vuoi fare al destinatario" + +#: mod/poke.php:198 +msgid "Make this post private" +msgstr "Rendi questo post privato" + +#: mod/probe.php:14 mod/webfinger.php:17 +msgid "Only logged in users are permitted to perform a probing." +msgstr "Solo agli utenti loggati è permesso effettuare un probe." + +#: mod/profile_photo.php:54 +msgid "Image uploaded but image cropping failed." +msgstr "L'immagine è stata caricata, ma il non è stato possibile ritagliarla." + +#: mod/profile_photo.php:87 mod/profile_photo.php:95 mod/profile_photo.php:103 +#: mod/profile_photo.php:330 +#, php-format +msgid "Image size reduction [%s] failed." +msgstr "Il ridimensionamento dell'immagine [%s] è fallito." + +#: mod/profile_photo.php:137 +msgid "" +"Shift-reload the page or clear browser cache if the new photo does not " +"display immediately." +msgstr "Ricarica la pagina con shift+F5 o cancella la cache del browser se la nuova foto non viene mostrata immediatamente." + +#: mod/profile_photo.php:146 +msgid "Unable to process image" +msgstr "Impossibile elaborare l'immagine" + +#: mod/profile_photo.php:165 mod/wall_upload.php:186 mod/photos.php:763 +#: mod/photos.php:766 mod/photos.php:795 +#, php-format +msgid "Image exceeds size limit of %s" +msgstr "La dimensione dell'immagine supera il limite di %s" + +#: mod/profile_photo.php:174 mod/wall_upload.php:200 mod/photos.php:818 +msgid "Unable to process image." +msgstr "Impossibile caricare l'immagine." + +#: mod/profile_photo.php:262 +msgid "Upload File:" +msgstr "Carica un file:" + +#: mod/profile_photo.php:263 +msgid "Select a profile:" +msgstr "Seleziona un profilo:" + +#: mod/profile_photo.php:268 +msgid "or" +msgstr "o" + +#: mod/profile_photo.php:268 +msgid "skip this step" +msgstr "salta questo passaggio" + +#: mod/profile_photo.php:268 +msgid "select a photo from your photo albums" +msgstr "seleziona una foto dai tuoi album" + +#: mod/profile_photo.php:281 +msgid "Crop Image" +msgstr "Ritaglia immagine" + +#: mod/profile_photo.php:282 +msgid "Please adjust the image cropping for optimum viewing." +msgstr "Ritaglia l'immagine per una visualizzazione migliore." + +#: mod/profile_photo.php:284 +msgid "Done Editing" +msgstr "Finito" + +#: mod/profile_photo.php:320 +msgid "Image uploaded successfully." +msgstr "Immagine caricata con successo." + +#: mod/profile_photo.php:322 mod/wall_upload.php:239 mod/photos.php:847 +msgid "Image upload failed." +msgstr "Caricamento immagine fallito." + +#: mod/profperm.php:28 mod/group.php:83 index.php:412 +msgid "Permission denied" +msgstr "Permesso negato" + +#: mod/profperm.php:34 mod/profperm.php:65 +msgid "Invalid profile identifier." +msgstr "Identificativo del profilo non valido." + +#: mod/profperm.php:111 +msgid "Profile Visibility Editor" +msgstr "Modifica visibilità del profilo" + +#: mod/profperm.php:115 mod/group.php:266 +msgid "Click on a contact to add or remove." +msgstr "Clicca su un contatto per aggiungerlo o rimuoverlo." + +#: mod/profperm.php:124 +msgid "Visible To" +msgstr "Visibile a" + +#: mod/profperm.php:140 +msgid "All Contacts (with secure profile access)" +msgstr "Tutti i contatti (con profilo ad accesso sicuro)" + +#: mod/regmod.php:68 +msgid "Account approved." +msgstr "Account approvato." + +#: mod/regmod.php:93 +#, php-format +msgid "Registration revoked for %s" +msgstr "Registrazione revocata per %s" + +#: mod/regmod.php:102 +msgid "Please login." +msgstr "Accedi." #: mod/removeme.php:55 mod/removeme.php:58 msgid "Remove My Account" @@ -4548,28 +4113,41 @@ msgstr "Questo comando rimuoverà completamente il tuo account. Una volta rimoss msgid "Please enter your password for verification:" msgstr "Inserisci la tua password per verifica:" -#: mod/repair_ostatus.php:17 -msgid "Resubscribing to OStatus contacts" -msgstr "Risottoscrivi i contatti OStatus" +#: mod/search.php:37 mod/network.php:194 +msgid "Remove term" +msgstr "Rimuovi termine" -#: mod/repair_ostatus.php:33 -msgid "Error" -msgstr "Errore" +#: mod/search.php:46 mod/network.php:201 src/Content/Feature.php:100 +msgid "Saved Searches" +msgstr "Ricerche salvate" -#: mod/repair_ostatus.php:47 mod/ostatus_subscribe.php:57 -msgid "Done" -msgstr "Fatto" +#: mod/search.php:105 +msgid "Only logged in users are permitted to perform a search." +msgstr "Solo agli utenti autenticati è permesso eseguire ricerche." -#: mod/repair_ostatus.php:53 mod/ostatus_subscribe.php:81 -msgid "Keep this window open until done." -msgstr "Tieni questa finestra aperta fino a che ha finito." +#: mod/search.php:129 +msgid "Too Many Requests" +msgstr "Troppe richieste" -#: mod/subthread.php:106 +#: mod/search.php:130 +msgid "Only one search per minute is permitted for not logged in users." +msgstr "Solo una ricerca al minuto è permessa agli utenti non autenticati." + +#: mod/search.php:228 mod/community.php:134 +msgid "No results." +msgstr "Nessun risultato." + +#: mod/search.php:234 +#, php-format +msgid "Items tagged with: %s" +msgstr "Elementi taggati con: %s" + +#: mod/subthread.php:113 #, php-format msgid "%1$s is following %2$s's %3$s" msgstr "%1$s sta seguendo %3$s di %2$s" -#: mod/tagrm.php:46 +#: mod/tagrm.php:47 msgid "Tag removed" msgstr "Tag rimosso" @@ -4581,651 +4159,356 @@ msgstr "Rimuovi il tag" msgid "Select a tag to remove: " msgstr "Seleziona un tag da rimuovere: " -#: mod/tagrm.php:98 mod/delegate.php:139 -msgid "Remove" -msgstr "Rimuovi" - -#: mod/uexport.php:39 +#: mod/uexport.php:44 msgid "Export account" msgstr "Esporta account" -#: mod/uexport.php:39 +#: mod/uexport.php:44 msgid "" "Export your account info and contacts. Use this to make a backup of your " "account and/or to move it to another server." msgstr "Esporta le informazioni del tuo account e dei contatti. Usa questa funzione per fare un backup del tuo account o per spostarlo in un altro server." -#: mod/uexport.php:40 +#: mod/uexport.php:45 msgid "Export all" msgstr "Esporta tutto" -#: mod/uexport.php:40 +#: mod/uexport.php:45 msgid "" "Export your accout info, contacts and all your items as json. Could be a " "very big file, and could take a lot of time. Use this to make a full backup " "of your account (photos are not exported)" msgstr "Esporta le informazioni del tuo account, i tuoi contatti e tutti i tuoi elementi in json. Può diventare un file veramente molto grosso e metterci un sacco di tempo. Usa questa funzione per fare un backup completo del tuo account (le foto non sono esportate)" -#: mod/uexport.php:47 mod/settings.php:95 +#: mod/uexport.php:52 mod/settings.php:106 msgid "Export personal data" msgstr "Esporta dati personali" -#: mod/wallmessage.php:45 mod/wallmessage.php:109 +#: mod/viewcontacts.php:87 +msgid "No contacts." +msgstr "Nessun contatto." + +#: mod/viewsrc.php:12 +msgid "Access denied." +msgstr "Accesso negato." + +#: mod/wall_upload.php:231 mod/item.php:471 src/Object/Image.php:949 +#: src/Object/Image.php:965 src/Object/Image.php:973 src/Object/Image.php:998 +msgid "Wall Photos" +msgstr "Foto della bacheca" + +#: mod/wallmessage.php:49 mod/wallmessage.php:112 #, php-format msgid "Number of daily wall messages for %s exceeded. Message failed." msgstr "Numero giornaliero di messaggi per %s superato. Invio fallito." -#: mod/wallmessage.php:56 +#: mod/wallmessage.php:57 mod/message.php:73 +msgid "No recipient selected." +msgstr "Nessun destinatario selezionato." + +#: mod/wallmessage.php:60 msgid "Unable to check your home location." msgstr "Impossibile controllare la tua posizione di origine." -#: mod/wallmessage.php:83 mod/wallmessage.php:92 +#: mod/wallmessage.php:63 mod/message.php:80 +msgid "Message could not be sent." +msgstr "Il messaggio non può essere inviato." + +#: mod/wallmessage.php:66 mod/message.php:83 +msgid "Message collection failure." +msgstr "Errore recuperando il messaggio." + +#: mod/wallmessage.php:69 mod/message.php:86 +msgid "Message sent." +msgstr "Messaggio inviato." + +#: mod/wallmessage.php:86 mod/wallmessage.php:95 msgid "No recipient." msgstr "Nessun destinatario." -#: mod/wallmessage.php:130 +#: mod/wallmessage.php:132 mod/message.php:250 +msgid "Send Private Message" +msgstr "Invia un messaggio privato" + +#: mod/wallmessage.php:133 #, php-format msgid "" "If you wish for %s to respond, please check that the privacy settings on " "your site allow private mail from unknown senders." msgstr "Se vuoi che %s ti risponda, controlla che le tue impostazioni di privacy permettano la ricezione di messaggi privati da mittenti sconosciuti." -#: mod/delegate.php:101 -msgid "No potential page delegates located." -msgstr "Nessun potenziale delegato per la pagina è stato trovato." +#: mod/wallmessage.php:134 mod/message.php:251 mod/message.php:421 +msgid "To:" +msgstr "A:" -#: mod/delegate.php:132 -msgid "" -"Delegates are able to manage all aspects of this account/page except for " -"basic account settings. Please do not delegate your personal account to " -"anybody that you do not trust completely." -msgstr "I Delegati sono in grado di gestire tutti gli aspetti di questa pagina, tranne per le impostazioni di base dell'account. Non delegare il tuo account personale a nessuno di cui non ti fidi ciecamente." +#: mod/wallmessage.php:135 mod/message.php:255 mod/message.php:423 +msgid "Subject:" +msgstr "Oggetto:" -#: mod/delegate.php:133 -msgid "Existing Page Managers" -msgstr "Gestori Pagina Esistenti" +#: mod/item.php:114 +msgid "Unable to locate original post." +msgstr "Impossibile trovare il messaggio originale." -#: mod/delegate.php:135 -msgid "Existing Page Delegates" -msgstr "Delegati Pagina Esistenti" +#: mod/item.php:274 +msgid "Empty post discarded." +msgstr "Messaggio vuoto scartato." -#: mod/delegate.php:137 -msgid "Potential Delegates" -msgstr "Delegati Potenziali" - -#: mod/delegate.php:140 -msgid "Add" -msgstr "Aggiungi" - -#: mod/delegate.php:141 -msgid "No entries." -msgstr "Nessuna voce." - -#: mod/suggest.php:30 -msgid "Do you really want to delete this suggestion?" -msgstr "Vuoi veramente cancellare questo suggerimento?" - -#: mod/suggest.php:71 -msgid "" -"No suggestions available. If this is a new site, please try again in 24 " -"hours." -msgstr "Nessun suggerimento disponibile. Se questo è un sito nuovo, riprova tra 24 ore." - -#: mod/suggest.php:84 mod/suggest.php:104 -msgid "Ignore/Hide" -msgstr "Ignora / Nascondi" - -#: mod/directory.php:193 view/theme/vier/theme.php:194 -msgid "Global Directory" -msgstr "Elenco globale" - -#: mod/directory.php:195 -msgid "Find on this site" -msgstr "Cerca nel sito" - -#: mod/directory.php:197 -msgid "Results for:" -msgstr "Risultati per:" - -#: mod/directory.php:199 -msgid "Site Directory" -msgstr "Elenco del sito" - -#: mod/directory.php:206 -msgid "No entries (some entries may be hidden)." -msgstr "Nessuna voce (qualche voce potrebbe essere nascosta)." - -#: mod/fbrowser.php:136 -msgid "Files" -msgstr "File" - -#: mod/friendica.php:70 -msgid "This is Friendica, version" -msgstr "Questo è Friendica, versione" - -#: mod/friendica.php:71 -msgid "running at web location" -msgstr "in esecuzione all'indirizzo web" - -#: mod/friendica.php:75 -msgid "" -"Please visit Friendi.ca to learn more " -"about the Friendica project." -msgstr "Visita Friendi.ca per saperne di più sul progetto Friendica." - -#: mod/friendica.php:79 -msgid "Bug reports and issues: please visit" -msgstr "Segnalazioni di bug e problemi: visita" - -#: mod/friendica.php:79 -msgid "the bugtracker at github" -msgstr "il bugtracker su github" - -#: mod/friendica.php:82 -msgid "" -"Suggestions, praise, donations, etc. - please email \"Info\" at Friendica - " -"dot com" -msgstr "Suggerimenti, lodi, donazioni, ecc - e-mail a \"Info\" at Friendica punto com" - -#: mod/friendica.php:96 -msgid "Installed plugins/addons/apps:" -msgstr "Plugin/componenti aggiuntivi/applicazioni installate" - -#: mod/friendica.php:110 -msgid "No installed plugins/addons/apps" -msgstr "Nessun plugin/componente aggiuntivo/applicazione installata" - -#: mod/friendica.php:115 -msgid "On this server the following remote servers are blocked." -msgstr "In questo server i seguenti server remoti sono bloccati." - -#: mod/friendica.php:116 mod/admin.php:291 mod/admin.php:309 -msgid "Reason for the block" -msgstr "Motivazione del blocco" - -#: mod/install.php:107 -msgid "Friendica Communications Server - Setup" -msgstr "Friendica Comunicazione Server - Impostazioni" - -#: mod/install.php:113 -msgid "Could not connect to database." -msgstr " Impossibile collegarsi con il database." - -#: mod/install.php:117 -msgid "Could not create table." -msgstr "Impossibile creare le tabelle." - -#: mod/install.php:123 -msgid "Your Friendica site database has been installed." -msgstr "Il tuo Friendica è stato installato." - -#: mod/install.php:128 -msgid "" -"You may need to import the file \"database.sql\" manually using phpmyadmin " -"or mysql." -msgstr "Potresti dover importare il file \"database.sql\" manualmente con phpmyadmin o mysql" - -#: mod/install.php:129 mod/install.php:201 mod/install.php:548 -msgid "Please see the file \"INSTALL.txt\"." -msgstr "Leggi il file \"INSTALL.txt\"." - -#: mod/install.php:141 -msgid "Database already in use." -msgstr "Database già in uso." - -#: mod/install.php:198 -msgid "System check" -msgstr "Controllo sistema" - -#: mod/install.php:203 -msgid "Check again" -msgstr "Controlla ancora" - -#: mod/install.php:222 -msgid "Database connection" -msgstr "Connessione al database" - -#: mod/install.php:223 -msgid "" -"In order to install Friendica we need to know how to connect to your " -"database." -msgstr "Per installare Friendica dobbiamo sapere come collegarci al tuo database." - -#: mod/install.php:224 -msgid "" -"Please contact your hosting provider or site administrator if you have " -"questions about these settings." -msgstr "Contatta il tuo fornitore di hosting o l'amministratore del sito se hai domande su queste impostazioni." - -#: mod/install.php:225 -msgid "" -"The database you specify below should already exist. If it does not, please " -"create it before continuing." -msgstr "Il database dovrà già esistere. Se non esiste, crealo prima di continuare." - -#: mod/install.php:229 -msgid "Database Server Name" -msgstr "Nome del database server" - -#: mod/install.php:230 -msgid "Database Login Name" -msgstr "Nome utente database" - -#: mod/install.php:231 -msgid "Database Login Password" -msgstr "Password utente database" - -#: mod/install.php:231 -msgid "For security reasons the password must not be empty" -msgstr "Per motivi di sicurezza la password non puo' essere vuota." - -#: mod/install.php:232 -msgid "Database Name" -msgstr "Nome database" - -#: mod/install.php:233 mod/install.php:274 -msgid "Site administrator email address" -msgstr "Indirizzo email dell'amministratore del sito" - -#: mod/install.php:233 mod/install.php:274 -msgid "" -"Your account email address must match this in order to use the web admin " -"panel." -msgstr "Il tuo indirizzo email deve corrispondere a questo per poter usare il pannello di amministrazione web." - -#: mod/install.php:237 mod/install.php:277 -msgid "Please select a default timezone for your website" -msgstr "Seleziona il fuso orario predefinito per il tuo sito web" - -#: mod/install.php:264 -msgid "Site settings" -msgstr "Impostazioni sito" - -#: mod/install.php:278 -msgid "System Language:" -msgstr "Lingua di Sistema:" - -#: mod/install.php:278 -msgid "" -"Set the default language for your Friendica installation interface and to " -"send emails." -msgstr "Imposta la lingua di default per l'interfaccia e l'invio delle email." - -#: mod/install.php:318 -msgid "Could not find a command line version of PHP in the web server PATH." -msgstr "Non riesco a trovare la versione di PHP da riga di comando nel PATH del server web" - -#: mod/install.php:319 -msgid "" -"If you don't have a command line version of PHP installed on server, you " -"will not be able to run the background processing. See 'Setup the poller'" -msgstr "Se non hai la versione a riga di comando di PHP installata sul tuo server, non sarai in grado di eseguire i processi in background. Vedi 'Setup the poller'" - -#: mod/install.php:323 -msgid "PHP executable path" -msgstr "Percorso eseguibile PHP" - -#: mod/install.php:323 -msgid "" -"Enter full path to php executable. You can leave this blank to continue the " -"installation." -msgstr "Inserisci il percorso completo all'eseguibile di php. Puoi lasciare bianco questo campo per continuare l'installazione." - -#: mod/install.php:328 -msgid "Command line PHP" -msgstr "PHP da riga di comando" - -#: mod/install.php:337 -msgid "PHP executable is not the php cli binary (could be cgi-fgci version)" -msgstr "L'eseguibile PHP non è il binario php cli (potrebbe essere la versione cgi-fcgi)" - -#: mod/install.php:338 -msgid "Found PHP version: " -msgstr "Versione PHP:" - -#: mod/install.php:340 -msgid "PHP cli binary" -msgstr "Binario PHP cli" - -#: mod/install.php:351 -msgid "" -"The command line version of PHP on your system does not have " -"\"register_argc_argv\" enabled." -msgstr "La versione da riga di comando di PHP nel sistema non ha abilitato \"register_argc_argv\"." - -#: mod/install.php:352 -msgid "This is required for message delivery to work." -msgstr "E' obbligatorio per far funzionare la consegna dei messaggi." - -#: mod/install.php:354 -msgid "PHP register_argc_argv" -msgstr "PHP register_argc_argv" - -#: mod/install.php:377 -msgid "" -"Error: the \"openssl_pkey_new\" function on this system is not able to " -"generate encryption keys" -msgstr "Errore: la funzione \"openssl_pkey_new\" in questo sistema non è in grado di generare le chiavi di criptazione" - -#: mod/install.php:378 -msgid "" -"If running under Windows, please see " -"\"http://www.php.net/manual/en/openssl.installation.php\"." -msgstr "Se stai eseguendo friendika su windows, guarda \"http://www.php.net/manual/en/openssl.installation.php\"." - -#: mod/install.php:380 -msgid "Generate encryption keys" -msgstr "Genera chiavi di criptazione" - -#: mod/install.php:387 -msgid "libCurl PHP module" -msgstr "modulo PHP libCurl" - -#: mod/install.php:388 -msgid "GD graphics PHP module" -msgstr "modulo PHP GD graphics" - -#: mod/install.php:389 -msgid "OpenSSL PHP module" -msgstr "modulo PHP OpenSSL" - -#: mod/install.php:390 -msgid "PDO or MySQLi PHP module" -msgstr "modulo PHP PDO o MySQLi" - -#: mod/install.php:391 -msgid "mb_string PHP module" -msgstr "modulo PHP mb_string" - -#: mod/install.php:392 -msgid "XML PHP module" -msgstr "Modulo PHP XML" - -#: mod/install.php:393 -msgid "iconv module" -msgstr "modulo iconv" - -#: mod/install.php:397 mod/install.php:399 -msgid "Apache mod_rewrite module" -msgstr "Modulo mod_rewrite di Apache" - -#: mod/install.php:397 -msgid "" -"Error: Apache webserver mod-rewrite module is required but not installed." -msgstr "Errore: E' il modulo mod-rewrite di Apache è richiesto, ma non risulta installato" - -#: mod/install.php:405 -msgid "Error: libCURL PHP module required but not installed." -msgstr "Errore: il modulo libCURL di PHP è richiesto, ma non risulta installato." - -#: mod/install.php:409 -msgid "" -"Error: GD graphics PHP module with JPEG support required but not installed." -msgstr "Errore: Il modulo GD graphics di PHP con supporto a JPEG è richiesto, ma non risulta installato." - -#: mod/install.php:413 -msgid "Error: openssl PHP module required but not installed." -msgstr "Errore: il modulo openssl di PHP è richiesto, ma non risulta installato." - -#: mod/install.php:417 -msgid "Error: PDO or MySQLi PHP module required but not installed." -msgstr "Errore: uno dei due moduli PHP PDO o MySQLi è richiesto ma non installato." - -#: mod/install.php:421 -msgid "Error: The MySQL driver for PDO is not installed." -msgstr "Errore: il driver MySQL per PDO non è installato." - -#: mod/install.php:425 -msgid "Error: mb_string PHP module required but not installed." -msgstr "Errore: il modulo PHP mb_string è richiesto, ma non risulta installato." - -#: mod/install.php:429 -msgid "Error: iconv PHP module required but not installed." -msgstr "Errore: il modulo PHP iconv è richiesto ma non installato." - -#: mod/install.php:439 -msgid "Error, XML PHP module required but not installed." -msgstr "Errore, il modulo PHP XML è richiesto ma non installato." - -#: mod/install.php:451 -msgid "" -"The web installer needs to be able to create a file called \".htconfig.php\"" -" in the top folder of your web server and it is unable to do so." -msgstr "L'installazione web deve poter creare un file chiamato \".htconfig.php\" nella cartella principale del tuo web server ma non è in grado di farlo." - -#: mod/install.php:452 -msgid "" -"This is most often a permission setting, as the web server may not be able " -"to write files in your folder - even if you can." -msgstr "Ciò è dovuto spesso a impostazioni di permessi, dato che il web server può non essere in grado di scrivere il file nella tua cartella, anche se tu puoi." - -#: mod/install.php:453 -msgid "" -"At the end of this procedure, we will give you a text to save in a file " -"named .htconfig.php in your Friendica top folder." -msgstr "Alla fine di questa procedura, di daremo un testo da salvare in un file chiamato .htconfig.php nella tua cartella principale di Friendica" - -#: mod/install.php:454 -msgid "" -"You can alternatively skip this procedure and perform a manual installation." -" Please see the file \"INSTALL.txt\" for instructions." -msgstr "Puoi in alternativa saltare questa procedura ed eseguire l'installazione manualmente. Vedi il file \"INSTALL.txt\" per le istruzioni." - -#: mod/install.php:457 -msgid ".htconfig.php is writable" -msgstr ".htconfig.php è scrivibile" - -#: mod/install.php:467 -msgid "" -"Friendica uses the Smarty3 template engine to render its web views. Smarty3 " -"compiles templates to PHP to speed up rendering." -msgstr "Friendica usa il motore di template Smarty3 per renderizzare le sue pagine web. Smarty3 compila i template in PHP per velocizzare il rendering." - -#: mod/install.php:468 -msgid "" -"In order to store these compiled templates, the web server needs to have " -"write access to the directory view/smarty3/ under the Friendica top level " -"folder." -msgstr "Per salvare questi template compilati, il server werb ha bisogno dell'accesso in scrittura alla cartella view/smarty3/ nella cartella principale dei Friendica." - -#: mod/install.php:469 -msgid "" -"Please ensure that the user that your web server runs as (e.g. www-data) has" -" write access to this folder." -msgstr "Per favore, controlla che l'utente con cui il tuo server web gira (es www-data) ha accesso in scrittura a questa cartella." - -#: mod/install.php:470 -msgid "" -"Note: as a security measure, you should give the web server write access to " -"view/smarty3/ only--not the template files (.tpl) that it contains." -msgstr "Nota: come misura di sicurezza, dovresti dare accesso in scrittura solo alla cartella view/smarty3, non ai template (.tpl) che contiene." - -#: mod/install.php:473 -msgid "view/smarty3 is writable" -msgstr "view/smarty3 è scrivibile" - -#: mod/install.php:489 -msgid "" -"Url rewrite in .htaccess is not working. Check your server configuration." -msgstr "La riscrittura degli url in .htaccess non funziona. Controlla la configurazione del tuo server." - -#: mod/install.php:491 -msgid "Url rewrite is working" -msgstr "La riscrittura degli url funziona" - -#: mod/install.php:510 -msgid "ImageMagick PHP extension is not installed" -msgstr "L'estensione PHP ImageMagick non è installata" - -#: mod/install.php:512 -msgid "ImageMagick PHP extension is installed" -msgstr "L'estensione PHP ImageMagick è installata" - -#: mod/install.php:514 -msgid "ImageMagick supports GIF" -msgstr "ImageMagick supporta i GIF" - -#: mod/install.php:521 -msgid "" -"The database configuration file \".htconfig.php\" could not be written. " -"Please use the enclosed text to create a configuration file in your web " -"server root." -msgstr "Il file di configurazione del database \".htconfig.php\" non può essere scritto. Usa il testo qui di seguito per creare un file di configurazione nella cartella principale del tuo sito." - -#: mod/install.php:546 -msgid "

    What next

    " -msgstr "

    Cosa fare ora

    " - -#: mod/install.php:547 -msgid "" -"IMPORTANT: You will need to [manually] setup a scheduled task for the " -"poller." -msgstr "IMPORTANTE: Devi impostare [manualmente] la pianificazione del poller." - -#: mod/search.php:28 mod/network.php:189 -msgid "Remove term" -msgstr "Rimuovi termine" - -#: mod/search.php:96 -msgid "Only logged in users are permitted to perform a search." -msgstr "Solo agli utenti autenticati è permesso eseguire ricerche." - -#: mod/search.php:120 -msgid "Too Many Requests" -msgstr "Troppe richieste" - -#: mod/search.php:121 -msgid "Only one search per minute is permitted for not logged in users." -msgstr "Solo una ricerca al minuto è permessa agli utenti non autenticati." - -#: mod/search.php:221 +#: mod/item.php:799 #, php-format -msgid "Items tagged with: %s" -msgstr "Elementi taggati con: %s" +msgid "" +"This message was sent to you by %s, a member of the Friendica social " +"network." +msgstr "Questo messaggio ti è stato inviato da %s, un membro del social network Friendica." -#: mod/search.php:223 mod/contacts.php:827 +#: mod/item.php:801 #, php-format -msgid "Results for: %s" -msgstr "Risultati per: %s" +msgid "You may visit them online at %s" +msgstr "Puoi visitarli online su %s" -#: mod/unfollow.php:33 -msgid "Contact wasn't found or can't be unfollowed." -msgstr "" +#: mod/item.php:802 +msgid "" +"Please contact the sender by replying to this post if you do not wish to " +"receive these messages." +msgstr "Contatta il mittente rispondendo a questo post se non vuoi ricevere questi messaggi." -#: mod/unfollow.php:47 -msgid "Contact unfollowed" -msgstr "" +#: mod/item.php:806 +#, php-format +msgid "%s posted an update." +msgstr "%s ha inviato un aggiornamento." -#: mod/unfollow.php:73 -msgid "You aren't a friend of this contact." -msgstr "Non sei un amico di questo contatto" +#: mod/register.php:99 +msgid "" +"Registration successful. Please check your email for further instructions." +msgstr "Registrazione completata. Controlla la tua mail per ulteriori informazioni." -#: mod/unfollow.php:79 -msgid "Unfollowing is currently not supported by your network." -msgstr "" +#: mod/register.php:103 +#, php-format +msgid "" +"Failed to send email message. Here your accout details:
    login: %s
    " +"password: %s

    You can change your password after login." +msgstr "Si è verificato un errore inviando l'email. I dettagli del tuo account:
    login: %s
    password: %s

    Puoi cambiare la password dopo il login." -#: mod/unfollow.php:100 mod/contacts.php:593 -msgid "Disconnect/Unfollow" -msgstr "Disconnetti/Non Seguire" +#: mod/register.php:110 +msgid "Registration successful." +msgstr "Registrazione completata." -#: mod/admin.php:100 +#: mod/register.php:115 +msgid "Your registration can not be processed." +msgstr "La tua registrazione non puo' essere elaborata." + +#: mod/register.php:162 +msgid "Your registration is pending approval by the site owner." +msgstr "La tua richiesta è in attesa di approvazione da parte del proprietario del sito." + +#: mod/register.php:220 +msgid "" +"You may (optionally) fill in this form via OpenID by supplying your OpenID " +"and clicking 'Register'." +msgstr "Se vuoi, puoi riempire questo modulo tramite OpenID, inserendo il tuo OpenID e cliccando 'Registra'." + +#: mod/register.php:221 +msgid "" +"If you are not familiar with OpenID, please leave that field blank and fill " +"in the rest of the items." +msgstr "Se non hai familiarità con OpenID, lascia il campo vuoto e riempi il resto della maschera." + +#: mod/register.php:222 +msgid "Your OpenID (optional): " +msgstr "Il tuo OpenID (opzionale): " + +#: mod/register.php:234 +msgid "Include your profile in member directory?" +msgstr "Includi il tuo profilo nell'elenco pubblico?" + +#: mod/register.php:259 +msgid "Note for the admin" +msgstr "Nota per l'amministratore" + +#: mod/register.php:259 +msgid "Leave a message for the admin, why you want to join this node" +msgstr "Lascia un messaggio per l'amministratore, per esempio perché vuoi registrarti su questo nodo" + +#: mod/register.php:260 +msgid "Membership on this site is by invitation only." +msgstr "La registrazione su questo sito è solo su invito." + +#: mod/register.php:261 +msgid "Your invitation code: " +msgstr "Il tuo codice di invito:" + +#: mod/register.php:264 mod/admin.php:1266 +msgid "Registration" +msgstr "Registrazione" + +#: mod/register.php:270 +msgid "Your Full Name (e.g. Joe Smith, real or real-looking): " +msgstr "Il tuo nome completo (es. Mario Rossi, vero o che sembri vero): " + +#: mod/register.php:271 +msgid "" +"Your Email Address: (Initial information will be send there, so this has to " +"be an existing address.)" +msgstr "Il tuo indirizzo email: (Le informazioni iniziali verranno inviate lì, quindi questo deve essere un indirizzo esistente.)" + +#: mod/register.php:273 mod/settings.php:1205 +msgid "New Password:" +msgstr "Nuova password:" + +#: mod/register.php:273 +msgid "Leave empty for an auto generated password." +msgstr "Lascia vuoto per generare automaticamente una password." + +#: mod/register.php:274 mod/settings.php:1206 +msgid "Confirm:" +msgstr "Conferma:" + +#: mod/register.php:275 +#, php-format +msgid "" +"Choose a profile nickname. This must begin with a text character. Your " +"profile address on this site will then be 'nickname@%s'." +msgstr "Scegli un nome utente. Deve cominciare con una lettera. L'indirizzo del tuo profilo sarà 'soprannome@%s'." + +#: mod/register.php:276 +msgid "Choose a nickname: " +msgstr "Scegli un nome utente: " + +#: mod/register.php:279 src/Content/Nav.php:128 src/Module/Login.php:283 +msgid "Register" +msgstr "Registrati" + +#: mod/register.php:286 +msgid "Import your profile to this friendica instance" +msgstr "Importa il tuo profilo in questo server friendica" + +#: mod/admin.php:106 msgid "Theme settings updated." msgstr "Impostazioni del tema aggiornate." -#: mod/admin.php:172 mod/admin.php:1175 -msgid "Site" -msgstr "Sito" - -#: mod/admin.php:173 mod/admin.php:1103 mod/admin.php:1620 mod/admin.php:1636 -msgid "Users" -msgstr "Utenti" - -#: mod/admin.php:174 mod/admin.php:1738 mod/admin.php:1801 mod/settings.php:74 -msgid "Plugins" -msgstr "Plugin" - -#: mod/admin.php:175 mod/admin.php:2014 mod/admin.php:2064 -msgid "Themes" -msgstr "Temi" - -#: mod/admin.php:176 mod/settings.php:52 -msgid "Additional features" -msgstr "Funzionalità aggiuntive" +#: mod/admin.php:176 src/Content/Nav.php:174 +msgid "Information" +msgstr "Informazioni" #: mod/admin.php:177 -msgid "DB updates" -msgstr "Aggiornamenti Database" +msgid "Overview" +msgstr "Panoramica" -#: mod/admin.php:178 mod/admin.php:585 -msgid "Inspect Queue" -msgstr "Ispeziona Coda di invio" - -#: mod/admin.php:179 mod/admin.php:299 -msgid "Server Blocklist" -msgstr "Server Blocklist" - -#: mod/admin.php:180 mod/admin.php:551 +#: mod/admin.php:178 mod/admin.php:654 msgid "Federation Statistics" msgstr "Statistiche sulla Federazione" -#: mod/admin.php:181 mod/admin.php:376 +#: mod/admin.php:179 +msgid "Configuration" +msgstr "Configurazione" + +#: mod/admin.php:180 mod/admin.php:1263 +msgid "Site" +msgstr "Sito" + +#: mod/admin.php:181 mod/admin.php:1191 mod/admin.php:1696 mod/admin.php:1712 +msgid "Users" +msgstr "Utenti" + +#: mod/admin.php:182 mod/admin.php:1812 mod/admin.php:1872 mod/settings.php:85 +msgid "Addons" +msgstr "Addons" + +#: mod/admin.php:183 mod/admin.php:2081 mod/admin.php:2125 +msgid "Themes" +msgstr "Temi" + +#: mod/admin.php:184 mod/settings.php:63 +msgid "Additional features" +msgstr "Funzionalità aggiuntive" + +#: mod/admin.php:185 +msgid "Database" +msgstr "Database" + +#: mod/admin.php:186 +msgid "DB updates" +msgstr "Aggiornamenti Database" + +#: mod/admin.php:187 mod/admin.php:689 +msgid "Inspect Queue" +msgstr "Ispeziona Coda di invio" + +#: mod/admin.php:188 +msgid "Tools" +msgstr "Strumenti" + +#: mod/admin.php:189 +msgid "Contact Blocklist" +msgstr "Blocklist Contatti" + +#: mod/admin.php:190 mod/admin.php:311 +msgid "Server Blocklist" +msgstr "Server Blocklist" + +#: mod/admin.php:191 mod/admin.php:470 msgid "Delete Item" msgstr "Rimuovi elemento" -#: mod/admin.php:195 mod/admin.php:206 mod/admin.php:2138 +#: mod/admin.php:192 mod/admin.php:193 mod/admin.php:2199 msgid "Logs" msgstr "Log" -#: mod/admin.php:196 mod/admin.php:2206 +#: mod/admin.php:194 mod/admin.php:2266 msgid "View Logs" msgstr "Vedi i log" +#: mod/admin.php:196 +msgid "Diagnostics" +msgstr "Diagnostiche" + #: mod/admin.php:197 +msgid "PHP Info" +msgstr "Info PHP" + +#: mod/admin.php:198 msgid "probe address" msgstr "controlla indirizzo" -#: mod/admin.php:198 +#: mod/admin.php:199 msgid "check webfinger" msgstr "verifica webfinger" -#: mod/admin.php:205 -msgid "Plugin Features" -msgstr "Impostazioni Plugins" +#: mod/admin.php:218 src/Content/Nav.php:217 +msgid "Admin" +msgstr "Amministrazione" -#: mod/admin.php:207 -msgid "diagnostics" -msgstr "diagnostiche" +#: mod/admin.php:219 +msgid "Addon Features" +msgstr "Funzioni Addon" -#: mod/admin.php:208 +#: mod/admin.php:220 msgid "User registrations waiting for confirmation" msgstr "Utenti registrati in attesa di conferma" -#: mod/admin.php:290 +#: mod/admin.php:302 msgid "The blocked domain" msgstr "Il dominio bloccato" -#: mod/admin.php:291 mod/admin.php:304 +#: mod/admin.php:303 mod/admin.php:316 msgid "The reason why you blocked this domain." msgstr "Le ragioni per cui blocchi questo dominio." -#: mod/admin.php:292 +#: mod/admin.php:304 msgid "Delete domain" msgstr "Elimina dominio" -#: mod/admin.php:292 +#: mod/admin.php:304 msgid "Check to delete this entry from the blocklist" msgstr "Seleziona per eliminare questa voce dalla blocklist" -#: mod/admin.php:298 mod/admin.php:375 mod/admin.php:550 mod/admin.php:584 -#: mod/admin.php:681 mod/admin.php:1174 mod/admin.php:1619 mod/admin.php:1737 -#: mod/admin.php:1800 mod/admin.php:2013 mod/admin.php:2063 mod/admin.php:2137 -#: mod/admin.php:2205 +#: mod/admin.php:310 mod/admin.php:427 mod/admin.php:469 mod/admin.php:653 +#: mod/admin.php:688 mod/admin.php:784 mod/admin.php:1262 mod/admin.php:1695 +#: mod/admin.php:1811 mod/admin.php:1871 mod/admin.php:2080 mod/admin.php:2124 +#: mod/admin.php:2198 mod/admin.php:2265 msgid "Administration" msgstr "Amministrazione" -#: mod/admin.php:300 +#: mod/admin.php:312 msgid "" "This page can be used to define a black list of servers from the federated " "network that are not allowed to interact with your node. For all entered " @@ -5233,623 +4516,688 @@ msgid "" "server." msgstr "Questa pagina puo' essere usata per definire una black list di server dal network federato a cui nono è permesso interagire col tuo nodo. Per ogni dominio inserito, dovresti anche riportare una ragione per cui hai bloccato il server remoto." -#: mod/admin.php:301 +#: mod/admin.php:313 msgid "" "The list of blocked servers will be made publically available on the " "/friendica page so that your users and people investigating communication " "problems can find the reason easily." msgstr "La lista di server bloccati sarà resa disponibile pubblicamente sulla pagina /friendica, così che i tuoi utenti e le persone che indagano su problemi di comunicazione possano trovarne la ragione facilmente." -#: mod/admin.php:302 +#: mod/admin.php:314 msgid "Add new entry to block list" msgstr "Aggiungi una nuova voce alla blocklist" -#: mod/admin.php:303 +#: mod/admin.php:315 msgid "Server Domain" msgstr "Dominio del Server" -#: mod/admin.php:303 +#: mod/admin.php:315 msgid "" "The domain of the new server to add to the block list. Do not include the " "protocol." msgstr "Il dominio del server da aggiungere alla blocklist. Non includere il protocollo." -#: mod/admin.php:304 +#: mod/admin.php:316 msgid "Block reason" msgstr "Ragione blocco" -#: mod/admin.php:305 +#: mod/admin.php:317 msgid "Add Entry" msgstr "Aggiungi Voce" -#: mod/admin.php:306 +#: mod/admin.php:318 msgid "Save changes to the blocklist" msgstr "Salva modifiche alla blocklist" -#: mod/admin.php:307 +#: mod/admin.php:319 msgid "Current Entries in the Blocklist" msgstr "Voci correnti nella blocklist" -#: mod/admin.php:310 +#: mod/admin.php:322 msgid "Delete entry from blocklist" msgstr "Elimina voce dalla blocklist" -#: mod/admin.php:313 +#: mod/admin.php:325 msgid "Delete entry from blocklist?" msgstr "Eliminare la voce dalla blocklist?" -#: mod/admin.php:338 +#: mod/admin.php:351 msgid "Server added to blocklist." msgstr "Server aggiunto alla blocklist." -#: mod/admin.php:354 +#: mod/admin.php:367 msgid "Site blocklist updated." msgstr "Blocklist del sito aggiornata." -#: mod/admin.php:377 +#: mod/admin.php:390 util/global_community_block.php:53 +msgid "The contact has been blocked from the node" +msgstr "Il contatto è stato bloccato dal nodo" + +#: mod/admin.php:392 util/global_community_block.php:48 +#, php-format +msgid "Could not find any contact entry for this URL (%s)" +msgstr "Impossibile trovare contatti a questo URL (%s)" + +#: mod/admin.php:399 +#, php-format +msgid "%s contact unblocked" +msgid_plural "%s contacts unblocked" +msgstr[0] "%s contatto sbloccato" +msgstr[1] "%s contatti sbloccati" + +#: mod/admin.php:428 +msgid "Remote Contact Blocklist" +msgstr "Blocklist Contatti Remoti" + +#: mod/admin.php:429 +msgid "" +"This page allows you to prevent any message from a remote contact to reach " +"your node." +msgstr "Questa pagina ti permette di impedire che qualsiasi messaggio da un contatto remoto raggiunga il tuo nodo." + +#: mod/admin.php:430 +msgid "Block Remote Contact" +msgstr "Blocca Contatto Remoto" + +#: mod/admin.php:431 mod/admin.php:1698 +msgid "select all" +msgstr "seleziona tutti" + +#: mod/admin.php:432 +msgid "select none" +msgstr "seleziona niente" + +#: mod/admin.php:435 +msgid "No remote contact is blocked from this node." +msgstr "Nessun contatto remoto è bloccato da questo nodo." + +#: mod/admin.php:437 +msgid "Blocked Remote Contacts" +msgstr "Contatti Remoti Bloccati" + +#: mod/admin.php:438 +msgid "Block New Remote Contact" +msgstr "Blocca Nuovo Contatto Remoto" + +#: mod/admin.php:439 +msgid "Photo" +msgstr "Foto" + +#: mod/admin.php:447 +#, php-format +msgid "%s total blocked contact" +msgid_plural "%s total blocked contacts" +msgstr[0] "%scontatto bloccato totale" +msgstr[1] "%scontatti bloccati totali" + +#: mod/admin.php:449 +msgid "URL of the remote contact to block." +msgstr "URL del contatto remoto da bloccare." + +#: mod/admin.php:471 msgid "Delete this Item" msgstr "Rimuovi questo elemento" -#: mod/admin.php:378 +#: mod/admin.php:472 msgid "" "On this page you can delete an item from your node. If the item is a top " "level posting, the entire thread will be deleted." -msgstr "" +msgstr "Su questa pagina puoi cancellare un qualsiasi elemento dal tuo nodo. Se l'elemento è un post \"top\", l'intera discussione sarà cancellato." -#: mod/admin.php:379 +#: mod/admin.php:473 msgid "" "You need to know the GUID of the item. You can find it e.g. by looking at " "the display URL. The last part of http://example.com/display/123456 is the " "GUID, here 123456." -msgstr "" +msgstr "Serve il GUID dell'elemento. Lo puoi trovare, per esempio, guardando l'URL display: l'ultima parte di http://example.com/display/123456 è il GUID, qui 123456." -#: mod/admin.php:380 +#: mod/admin.php:474 msgid "GUID" -msgstr "" +msgstr "GUID" -#: mod/admin.php:380 +#: mod/admin.php:474 msgid "The GUID of the item you want to delete." -msgstr "" +msgstr "Il GUID dell'elemento che vuoi cancellare." -#: mod/admin.php:417 +#: mod/admin.php:513 msgid "Item marked for deletion." -msgstr "" +msgstr "Elemento selezionato per l'eliminazione." -#: mod/admin.php:481 +#: mod/admin.php:584 msgid "unknown" msgstr "sconosciuto" -#: mod/admin.php:544 +#: mod/admin.php:647 msgid "" "This page offers you some numbers to the known part of the federated social " "network your Friendica node is part of. These numbers are not complete but " "only reflect the part of the network your node is aware of." msgstr "Questa pagina offre alcuni numeri riguardo la porzione del social network federato di cui il tuo nodo Friendica fa parte. Questi numeri non sono completi ma riflettono esclusivamente la porzione di rete di cui il tuo nodo e' a conoscenza." -#: mod/admin.php:545 +#: mod/admin.php:648 msgid "" "The Auto Discovered Contact Directory feature is not enabled, it " "will improve the data displayed here." msgstr "La funzione Elenco Contatti Scoperto Automaticamente non è abilitata, migliorerà i dati visualizzati qui." -#: mod/admin.php:557 +#: mod/admin.php:660 #, php-format -msgid "Currently this node is aware of %d nodes from the following platforms:" -msgstr "Attualmente questo nodo conosce %d nodi dalle seguenti piattaforme:" +msgid "" +"Currently this node is aware of %d nodes with %d registered users from the " +"following platforms:" +msgstr "Attualmente questo nodo conosce %d nodi con %d utenti registrati dalle seguenti piattaforme:" -#: mod/admin.php:587 +#: mod/admin.php:691 msgid "ID" msgstr "ID" -#: mod/admin.php:588 +#: mod/admin.php:692 msgid "Recipient Name" msgstr "Nome Destinatario" -#: mod/admin.php:589 +#: mod/admin.php:693 msgid "Recipient Profile" msgstr "Profilo Destinatario" -#: mod/admin.php:591 +#: mod/admin.php:694 view/theme/frio/theme.php:266 +#: src/Core/NotificationsManager.php:178 src/Content/Nav.php:178 +msgid "Network" +msgstr "Rete" + +#: mod/admin.php:695 msgid "Created" msgstr "Creato" -#: mod/admin.php:592 +#: mod/admin.php:696 msgid "Last Tried" msgstr "Ultimo Tentativo" -#: mod/admin.php:593 +#: mod/admin.php:697 msgid "" "This page lists the content of the queue for outgoing postings. These are " "postings the initial delivery failed for. They will be resend later and " "eventually deleted if the delivery fails permanently." msgstr "Questa pagina elenca il contenuto della coda di invio dei post. Questi sono post la cui consegna è fallita. Verranno inviati nuovamente più tardi ed eventualmente cancellati se la consegna continua a fallire." -#: mod/admin.php:617 +#: mod/admin.php:721 #, php-format msgid "" "Your DB still runs with MyISAM tables. You should change the engine type to " "InnoDB. As Friendica will use InnoDB only features in the future, you should" " change this! See here for a guide that may be helpful " "converting the table engines. You may also use the command php " -"include/dbstructure.php toinnodb of your Friendica installation for an " +"scripts/dbstructure.php toinnodb
    of your Friendica installation for an " "automatic conversion.
    " -msgstr "Il tuo database contiene ancora tabelle MyISAM. Dovresti cambiare il motore a InnoDB. Siccome Friendica userà esclusivamente InnoDB nelle versioni a venire, dovresti cambiarle! Vedi qui per una guida che puo' essere d'aiuto nel convertire il motore delle tabelle. Puoi anche usare il comando php include/dbstructure.php toinnodb nella tua installazione Friendica per eseguire la conversione automaticamente.
    " +msgstr "Il tuo database contiene ancora tabelle MyISAM. Dovresti cambiare il motore a InnoDB. Siccome Friendica userà esclusivamente InnoDB nelle versioni a venire, dovresti cambiarle! Vedi qui per una guida che puo' essere d'aiuto nel convertire il motore delle tabelle. Puoi anche usare il comando php scripts/dbstructure.php toinnodb nella tua installazione Friendica per eseguire la conversione automaticamente.
    " -#: mod/admin.php:624 +#: mod/admin.php:728 #, php-format msgid "" "There is a new version of Friendica available for download. Your current " "version is %1$s, upstream version is %2$s" -msgstr "" +msgstr "È disponibile per il download una nuova versione di Friendica. La tua versione è %1$s, la versione upstream è %2$s" -#: mod/admin.php:635 +#: mod/admin.php:738 msgid "" -"The database update failed. Please run \"php include/dbstructure.php " +"The database update failed. Please run \"php scripts/dbstructure.php " "update\" from the command line and have a look at the errors that might " "appear." -msgstr "" +msgstr "L'aggiornamento del database è fallito. Esegui \"php scripts/dbstructure.php update\" dalla riga di comando per poter vedere gli eventuali errori che potrebbero apparire." -#: mod/admin.php:641 +#: mod/admin.php:744 msgid "The worker was never executed. Please check your database structure!" -msgstr "" +msgstr "Il worker non è mai stato eseguito. Controlla la struttura del tuo database!" -#: mod/admin.php:644 +#: mod/admin.php:747 #, php-format msgid "" "The last worker execution was on %s UTC. This is older than one hour. Please" " check your crontab settings." -msgstr "" +msgstr "L'ultima esecuzione del worker è stata alle %sUTC, ovvero più di un'ora fa. Controlla le impostazioni del tuo crontab." -#: mod/admin.php:649 mod/admin.php:1569 +#: mod/admin.php:752 mod/admin.php:1647 msgid "Normal Account" msgstr "Account normale" -#: mod/admin.php:650 mod/admin.php:1570 +#: mod/admin.php:753 mod/admin.php:1648 msgid "Automatic Follower Account" -msgstr "" +msgstr "Account Follower Automatico" -#: mod/admin.php:651 mod/admin.php:1571 +#: mod/admin.php:754 mod/admin.php:1649 msgid "Public Forum Account" -msgstr "" +msgstr "Account Forum Publico" -#: mod/admin.php:652 mod/admin.php:1572 +#: mod/admin.php:755 mod/admin.php:1650 msgid "Automatic Friend Account" msgstr "Account per amicizia automatizzato" -#: mod/admin.php:653 +#: mod/admin.php:756 msgid "Blog Account" msgstr "Account Blog" -#: mod/admin.php:654 +#: mod/admin.php:757 msgid "Private Forum Account" -msgstr "" +msgstr "Account Forum Privato" -#: mod/admin.php:676 +#: mod/admin.php:779 msgid "Message queues" msgstr "Code messaggi" -#: mod/admin.php:682 +#: mod/admin.php:785 msgid "Summary" msgstr "Sommario" -#: mod/admin.php:684 +#: mod/admin.php:787 msgid "Registered users" msgstr "Utenti registrati" -#: mod/admin.php:686 +#: mod/admin.php:789 msgid "Pending registrations" msgstr "Registrazioni in attesa" -#: mod/admin.php:687 +#: mod/admin.php:790 msgid "Version" msgstr "Versione" -#: mod/admin.php:692 -msgid "Active plugins" -msgstr "Plugin attivi" +#: mod/admin.php:795 +msgid "Active addons" +msgstr "Addon attivi" -#: mod/admin.php:722 +#: mod/admin.php:826 msgid "Can not parse base url. Must have at least ://" msgstr "Impossibile analizzare l'url base. Deve avere almeno [schema]://[dominio]" -#: mod/admin.php:1029 +#: mod/admin.php:1127 msgid "Site settings updated." msgstr "Impostazioni del sito aggiornate." -#: mod/admin.php:1057 mod/settings.php:948 +#: mod/admin.php:1154 mod/settings.php:907 msgid "No special theme for mobile devices" msgstr "Nessun tema speciale per i dispositivi mobili" -#: mod/admin.php:1086 +#: mod/admin.php:1183 msgid "No community page" msgstr "Nessuna pagina Comunità" -#: mod/admin.php:1087 +#: mod/admin.php:1184 msgid "Public postings from users of this site" msgstr "Messaggi pubblici dagli utenti di questo sito" -#: mod/admin.php:1088 -msgid "Global community page" -msgstr "Pagina Comunità globale" +#: mod/admin.php:1185 +msgid "Public postings from the federated network" +msgstr "Messaggi pubblici dalla rete federata" -#: mod/admin.php:1093 mod/contacts.php:552 -msgid "Never" -msgstr "Mai" +#: mod/admin.php:1186 +msgid "Public postings from local users and the federated network" +msgstr "Messaggi pubblici dagli utenti di questo sito e dalla rete federata" -#: mod/admin.php:1094 -msgid "At post arrival" -msgstr "All'arrivo di un messaggio" - -#: mod/admin.php:1102 mod/contacts.php:579 -msgid "Disabled" -msgstr "Disabilitato" - -#: mod/admin.php:1104 +#: mod/admin.php:1192 msgid "Users, Global Contacts" msgstr "Utenti, Contatti Globali" -#: mod/admin.php:1105 +#: mod/admin.php:1193 msgid "Users, Global Contacts/fallback" msgstr "Utenti, Contatti Globali/fallback" -#: mod/admin.php:1109 +#: mod/admin.php:1197 msgid "One month" msgstr "Un mese" -#: mod/admin.php:1110 +#: mod/admin.php:1198 msgid "Three months" msgstr "Tre mesi" -#: mod/admin.php:1111 +#: mod/admin.php:1199 msgid "Half a year" msgstr "Sei mesi" -#: mod/admin.php:1112 +#: mod/admin.php:1200 msgid "One year" msgstr "Un anno" -#: mod/admin.php:1117 +#: mod/admin.php:1205 msgid "Multi user instance" msgstr "Istanza multi utente" -#: mod/admin.php:1140 +#: mod/admin.php:1228 msgid "Closed" msgstr "Chiusa" -#: mod/admin.php:1141 +#: mod/admin.php:1229 msgid "Requires approval" msgstr "Richiede l'approvazione" -#: mod/admin.php:1142 +#: mod/admin.php:1230 msgid "Open" msgstr "Aperta" -#: mod/admin.php:1146 +#: mod/admin.php:1234 msgid "No SSL policy, links will track page SSL state" msgstr "Nessuna gestione SSL, i link seguiranno lo stato SSL della pagina" -#: mod/admin.php:1147 +#: mod/admin.php:1235 msgid "Force all links to use SSL" msgstr "Forza tutti i link ad usare SSL" -#: mod/admin.php:1148 +#: mod/admin.php:1236 msgid "Self-signed certificate, use SSL for local links only (discouraged)" msgstr "Certificato auto-firmato, usa SSL solo per i link locali (sconsigliato)" -#: mod/admin.php:1152 +#: mod/admin.php:1240 msgid "Don't check" -msgstr "" +msgstr "Non controllare" -#: mod/admin.php:1153 +#: mod/admin.php:1241 msgid "check the stable version" -msgstr "" +msgstr "controlla la versione stabile" -#: mod/admin.php:1154 +#: mod/admin.php:1242 msgid "check the development version" -msgstr "" +msgstr "controlla la versione di sviluppo" -#: mod/admin.php:1176 mod/admin.php:1802 mod/admin.php:2065 mod/admin.php:2139 -#: mod/admin.php:2292 mod/settings.php:691 mod/settings.php:802 -#: mod/settings.php:851 mod/settings.php:913 mod/settings.php:1010 -#: mod/settings.php:1258 -msgid "Save Settings" -msgstr "Salva Impostazioni" - -#: mod/admin.php:1177 +#: mod/admin.php:1265 msgid "Republish users to directory" -msgstr "" +msgstr "Ripubblica gli utenti sulla directory" -#: mod/admin.php:1178 mod/register.php:277 -msgid "Registration" -msgstr "Registrazione" - -#: mod/admin.php:1179 +#: mod/admin.php:1267 msgid "File upload" msgstr "Caricamento file" -#: mod/admin.php:1180 +#: mod/admin.php:1268 msgid "Policies" msgstr "Politiche" -#: mod/admin.php:1182 +#: mod/admin.php:1270 msgid "Auto Discovered Contact Directory" msgstr "Elenco Contatti Scoperto Automaticamente" -#: mod/admin.php:1183 +#: mod/admin.php:1271 msgid "Performance" msgstr "Performance" -#: mod/admin.php:1184 +#: mod/admin.php:1272 msgid "Worker" msgstr "Worker" -#: mod/admin.php:1185 +#: mod/admin.php:1273 msgid "" "Relocate - WARNING: advanced function. Could make this server unreachable." msgstr "Trasloca - ATTENZIONE: funzione avanzata! Può rendere questo server irraggiungibile." -#: mod/admin.php:1188 +#: mod/admin.php:1276 msgid "Site name" msgstr "Nome del sito" -#: mod/admin.php:1189 +#: mod/admin.php:1277 msgid "Host name" msgstr "Nome host" -#: mod/admin.php:1190 +#: mod/admin.php:1278 msgid "Sender Email" msgstr "Mittente email" -#: mod/admin.php:1190 +#: mod/admin.php:1278 msgid "" "The email address your server shall use to send notification emails from." msgstr "L'indirizzo email che il tuo server dovrà usare per inviare notifiche via email." -#: mod/admin.php:1191 +#: mod/admin.php:1279 msgid "Banner/Logo" msgstr "Banner/Logo" -#: mod/admin.php:1192 +#: mod/admin.php:1280 msgid "Shortcut icon" msgstr "Icona shortcut" -#: mod/admin.php:1192 +#: mod/admin.php:1280 msgid "Link to an icon that will be used for browsers." msgstr "Link verso un'icona che verrà usata dai browser." -#: mod/admin.php:1193 +#: mod/admin.php:1281 msgid "Touch icon" msgstr "Icona touch" -#: mod/admin.php:1193 +#: mod/admin.php:1281 msgid "Link to an icon that will be used for tablets and mobiles." msgstr "Link verso un'icona che verrà usata dai tablet e i telefonini." -#: mod/admin.php:1194 +#: mod/admin.php:1282 msgid "Additional Info" msgstr "Informazioni aggiuntive" -#: mod/admin.php:1194 +#: mod/admin.php:1282 #, php-format msgid "" "For public servers: you can add additional information here that will be " -"listed at %s/siteinfo." -msgstr "Per server pubblici: puoi aggiungere informazioni extra che verrano mostrate su %s/siteinfo." +"listed at %s/servers." +msgstr "Per server pubblici: puoi aggiungere informazioni extra che verranno mostrate su %s/servers." -#: mod/admin.php:1195 +#: mod/admin.php:1283 msgid "System language" msgstr "Lingua di sistema" -#: mod/admin.php:1196 +#: mod/admin.php:1284 msgid "System theme" msgstr "Tema di sistema" -#: mod/admin.php:1196 +#: mod/admin.php:1284 msgid "" "Default system theme - may be over-ridden by user profiles - change theme settings" msgstr "Tema di sistema - può essere sovrascritto dalle impostazioni utente - cambia le impostazioni del tema" -#: mod/admin.php:1197 +#: mod/admin.php:1285 msgid "Mobile system theme" msgstr "Tema mobile di sistema" -#: mod/admin.php:1197 +#: mod/admin.php:1285 msgid "Theme for mobile devices" msgstr "Tema per dispositivi mobili" -#: mod/admin.php:1198 +#: mod/admin.php:1286 msgid "SSL link policy" msgstr "Gestione link SSL" -#: mod/admin.php:1198 +#: mod/admin.php:1286 msgid "Determines whether generated links should be forced to use SSL" msgstr "Determina se i link generati devono essere forzati a usare SSL" -#: mod/admin.php:1199 +#: mod/admin.php:1287 msgid "Force SSL" msgstr "Forza SSL" -#: mod/admin.php:1199 +#: mod/admin.php:1287 msgid "" "Force all Non-SSL requests to SSL - Attention: on some systems it could lead" " to endless loops." msgstr "Forza tutte le richieste non SSL su SSL - Attenzione: su alcuni sistemi può portare a loop senza fine" -#: mod/admin.php:1200 +#: mod/admin.php:1288 msgid "Hide help entry from navigation menu" msgstr "Nascondi la voce 'Guida' dal menu di navigazione" -#: mod/admin.php:1200 +#: mod/admin.php:1288 msgid "" "Hides the menu entry for the Help pages from the navigation menu. You can " "still access it calling /help directly." msgstr "Nasconde la voce per le pagine della guida dal menu di navigazione. E' comunque possibile accedervi richiamando /help direttamente." -#: mod/admin.php:1201 +#: mod/admin.php:1289 msgid "Single user instance" msgstr "Istanza a singolo utente" -#: mod/admin.php:1201 +#: mod/admin.php:1289 msgid "Make this instance multi-user or single-user for the named user" msgstr "Rendi questa istanza multi utente o a singolo utente per l'utente selezionato" -#: mod/admin.php:1202 +#: mod/admin.php:1290 msgid "Maximum image size" msgstr "Massima dimensione immagini" -#: mod/admin.php:1202 +#: mod/admin.php:1290 msgid "" "Maximum size in bytes of uploaded images. Default is 0, which means no " "limits." msgstr "Massima dimensione in byte delle immagini caricate. Il default è 0, cioè nessun limite." -#: mod/admin.php:1203 +#: mod/admin.php:1291 msgid "Maximum image length" msgstr "Massima lunghezza immagine" -#: mod/admin.php:1203 +#: mod/admin.php:1291 msgid "" "Maximum length in pixels of the longest side of uploaded images. Default is " "-1, which means no limits." msgstr "Massima lunghezza in pixel del lato più lungo delle immagini caricate. Predefinito a -1, ovvero nessun limite." -#: mod/admin.php:1204 +#: mod/admin.php:1292 msgid "JPEG image quality" msgstr "Qualità immagini JPEG" -#: mod/admin.php:1204 +#: mod/admin.php:1292 msgid "" "Uploaded JPEGS will be saved at this quality setting [0-100]. Default is " "100, which is full quality." msgstr "Le immagini JPEG caricate verranno salvate con questa qualità [0-100]. Predefinito è 100, ovvero qualità piena." -#: mod/admin.php:1206 +#: mod/admin.php:1294 msgid "Register policy" msgstr "Politica di registrazione" -#: mod/admin.php:1207 +#: mod/admin.php:1295 msgid "Maximum Daily Registrations" msgstr "Massime registrazioni giornaliere" -#: mod/admin.php:1207 +#: mod/admin.php:1295 msgid "" "If registration is permitted above, this sets the maximum number of new user" " registrations to accept per day. If register is set to closed, this " "setting has no effect." msgstr "Se la registrazione è permessa, qui si definisce il massimo numero di nuovi utenti registrati da accettare giornalmente. Se la registrazione è chiusa, questa impostazione non ha effetto." -#: mod/admin.php:1208 +#: mod/admin.php:1296 msgid "Register text" msgstr "Testo registrazione" -#: mod/admin.php:1208 +#: mod/admin.php:1296 msgid "Will be displayed prominently on the registration page." msgstr "Sarà mostrato ben visibile nella pagina di registrazione." -#: mod/admin.php:1209 +#: mod/admin.php:1297 msgid "Accounts abandoned after x days" msgstr "Account abbandonati dopo x giorni" -#: mod/admin.php:1209 +#: mod/admin.php:1297 msgid "" "Will not waste system resources polling external sites for abandonded " "accounts. Enter 0 for no time limit." msgstr "Non spreca risorse di sistema controllando siti esterni per gli account abbandonati. Immettere 0 per nessun limite di tempo." -#: mod/admin.php:1210 +#: mod/admin.php:1298 msgid "Allowed friend domains" msgstr "Domini amici consentiti" -#: mod/admin.php:1210 +#: mod/admin.php:1298 msgid "" "Comma separated list of domains which are allowed to establish friendships " "with this site. Wildcards are accepted. Empty to allow any domains" msgstr "Elenco separato da virgola dei domini che possono stabilire amicizie con questo sito. Sono accettati caratteri jolly. Vuoto per accettare qualsiasi dominio." -#: mod/admin.php:1211 +#: mod/admin.php:1299 msgid "Allowed email domains" msgstr "Domini email consentiti" -#: mod/admin.php:1211 +#: mod/admin.php:1299 msgid "" "Comma separated list of domains which are allowed in email addresses for " "registrations to this site. Wildcards are accepted. Empty to allow any " "domains" msgstr "Elenco separato da virgola dei domini permessi come indirizzi email in fase di registrazione a questo sito. Sono accettati caratteri jolly. Lascalo vuoto per accettare qualsiasi dominio." -#: mod/admin.php:1212 +#: mod/admin.php:1300 +msgid "No OEmbed rich content" +msgstr "Nessun contenuto ricco da OEmbed" + +#: mod/admin.php:1300 +msgid "" +"Don't show the rich content (e.g. embedded PDF), except from the domains " +"listed below." +msgstr "Non mostrare il contenuto ricco (p.e. PDF), tranne che dai domini elencati di seguito." + +#: mod/admin.php:1301 +msgid "Allowed OEmbed domains" +msgstr "Domini OEmbed consentiti" + +#: mod/admin.php:1301 +msgid "" +"Comma separated list of domains which oembed content is allowed to be " +"displayed. Wildcards are accepted." +msgstr "Elenco separato da virgola di domini il cui contenuto OEmbed verrà visualizzato. Sono permesse wildcard." + +#: mod/admin.php:1302 msgid "Block public" msgstr "Blocca pagine pubbliche" -#: mod/admin.php:1212 +#: mod/admin.php:1302 msgid "" "Check to block public access to all otherwise public personal pages on this " "site unless you are currently logged in." msgstr "Seleziona per bloccare l'accesso pubblico a tutte le pagine personali di questo sito, a meno di essere loggato." -#: mod/admin.php:1213 +#: mod/admin.php:1303 msgid "Force publish" msgstr "Forza pubblicazione" -#: mod/admin.php:1213 +#: mod/admin.php:1303 msgid "" "Check to force all profiles on this site to be listed in the site directory." msgstr "Seleziona per forzare tutti i profili di questo sito ad essere compresi nell'elenco di questo sito." -#: mod/admin.php:1214 +#: mod/admin.php:1304 msgid "Global directory URL" msgstr "URL della directory globale" -#: mod/admin.php:1214 +#: mod/admin.php:1304 msgid "" "URL to the global directory. If this is not set, the global directory is " "completely unavailable to the application." msgstr "URL dell'elenco globale. Se vuoto, l'elenco globale sarà completamente disabilitato." -#: mod/admin.php:1215 -msgid "Allow threaded items" -msgstr "Permetti commenti nidificati" - -#: mod/admin.php:1215 -msgid "Allow infinite level threading for items on this site." -msgstr "Permette un infinito livello di nidificazione dei commenti su questo sito." - -#: mod/admin.php:1216 +#: mod/admin.php:1305 msgid "Private posts by default for new users" msgstr "Post privati di default per i nuovi utenti" -#: mod/admin.php:1216 +#: mod/admin.php:1305 msgid "" "Set default post permissions for all new members to the default privacy " "group rather than public." msgstr "Imposta i permessi predefiniti dei post per tutti i nuovi utenti come privati per il gruppo predefinito, invece che pubblici." -#: mod/admin.php:1217 +#: mod/admin.php:1306 msgid "Don't include post content in email notifications" msgstr "Non includere il contenuto dei post nelle notifiche via email" -#: mod/admin.php:1217 +#: mod/admin.php:1306 msgid "" "Don't include the content of a post/comment/private message/etc. in the " "email notifications that are sent out from this site, as a privacy measure." msgstr "Non include il contenuti del post/commento/messaggio privato/etc. nelle notifiche email che sono inviate da questo sito, per privacy" -#: mod/admin.php:1218 +#: mod/admin.php:1307 msgid "Disallow public access to addons listed in the apps menu." msgstr "Disabilita l'accesso pubblico ai plugin raccolti nel menu apps." -#: mod/admin.php:1218 +#: mod/admin.php:1307 msgid "" "Checking this box will restrict addons listed in the apps menu to members " "only." msgstr "Selezionando questo box si limiterà ai soli membri l'accesso ai componenti aggiuntivi nel menu applicazioni" -#: mod/admin.php:1219 +#: mod/admin.php:1308 msgid "Don't embed private images in posts" msgstr "Non inglobare immagini private nei post" -#: mod/admin.php:1219 +#: mod/admin.php:1308 msgid "" "Don't replace locally-hosted private photos in posts with an embedded copy " "of the image. This means that contacts who receive posts containing private " @@ -5857,210 +5205,210 @@ msgid "" "while." msgstr "Non sostituire le foto locali nei post con una copia incorporata dell'immagine. Questo significa che i contatti che riceveranno i post contenenti foto private dovranno autenticarsi e caricare ogni immagine, cosa che può richiedere un po' di tempo." -#: mod/admin.php:1220 +#: mod/admin.php:1309 msgid "Allow Users to set remote_self" msgstr "Permetti agli utenti di impostare 'io remoto'" -#: mod/admin.php:1220 +#: mod/admin.php:1309 msgid "" "With checking this, every user is allowed to mark every contact as a " "remote_self in the repair contact dialog. Setting this flag on a contact " "causes mirroring every posting of that contact in the users stream." msgstr "Selezionando questo, a tutti gli utenti sarà permesso di impostare qualsiasi contatto come 'io remoto' nella pagina di modifica del contatto. Impostare questa opzione fa si che tutti i messaggi di quel contatto vengano ripetuti nello stream dell'utente." -#: mod/admin.php:1221 +#: mod/admin.php:1310 msgid "Block multiple registrations" msgstr "Blocca registrazioni multiple" -#: mod/admin.php:1221 +#: mod/admin.php:1310 msgid "Disallow users to register additional accounts for use as pages." msgstr "Non permette all'utente di registrare account extra da usare come pagine." -#: mod/admin.php:1222 +#: mod/admin.php:1311 msgid "OpenID support" msgstr "Supporto OpenID" -#: mod/admin.php:1222 +#: mod/admin.php:1311 msgid "OpenID support for registration and logins." msgstr "Supporta OpenID per la registrazione e il login" -#: mod/admin.php:1223 +#: mod/admin.php:1312 msgid "Fullname check" msgstr "Controllo nome completo" -#: mod/admin.php:1223 +#: mod/admin.php:1312 msgid "" "Force users to register with a space between firstname and lastname in Full " "name, as an antispam measure" msgstr "Forza gli utenti a registrarsi con uno spazio tra il nome e il cognome in \"Nome completo\", come misura anti spam" -#: mod/admin.php:1224 -msgid "Community Page Style" -msgstr "Stile pagina Comunità" +#: mod/admin.php:1313 +msgid "Community pages for visitors" +msgstr "Pagina comunità per i visitatori" -#: mod/admin.php:1224 +#: mod/admin.php:1313 msgid "" -"Type of community page to show. 'Global community' shows every public " -"posting from an open distributed network that arrived on this server." -msgstr "Tipo di pagina Comunità da mostrare. 'Comunità Globale' mostra tutti i messaggi pubblici arrivati su questo server da network aperti distribuiti." +"Which community pages should be available for visitors. Local users always " +"see both pages." +msgstr "Quale pagina comunità verrà mostrata ai visitatori. Gli utenti locali vedranno sempre entrambe le pagine." -#: mod/admin.php:1225 +#: mod/admin.php:1314 msgid "Posts per user on community page" msgstr "Messaggi per utente nella pagina Comunità" -#: mod/admin.php:1225 +#: mod/admin.php:1314 msgid "" "The maximum number of posts per user on the community page. (Not valid for " "'Global Community')" msgstr "Il numero massimo di messaggi per utente mostrato nella pagina Comunità (non valido per 'Comunità globale')" -#: mod/admin.php:1226 +#: mod/admin.php:1315 msgid "Enable OStatus support" msgstr "Abilita supporto OStatus" -#: mod/admin.php:1226 +#: mod/admin.php:1315 msgid "" "Provide built-in OStatus (StatusNet, GNU Social etc.) compatibility. All " "communications in OStatus are public, so privacy warnings will be " "occasionally displayed." msgstr "Fornisce la compatibilità integrata a OStatus (StatusNet, Gnu Social, etc.). Tutte le comunicazioni su OStatus sono pubbliche, quindi un avviso di privacy verrà mostrato occasionalmente." -#: mod/admin.php:1227 +#: mod/admin.php:1316 msgid "Only import OStatus threads from our contacts" msgstr "Importa conversazioni OStatus solo dai nostri contatti." -#: mod/admin.php:1227 +#: mod/admin.php:1316 msgid "" "Normally we import every content from our OStatus contacts. With this option" " we only store threads that are started by a contact that is known on our " "system." msgstr "Normalmente importiamo tutto il contenuto dai contatti OStatus. Con questa opzione salviamo solo le conversazioni iniziate da un contatto è conosciuto a questo nodo." -#: mod/admin.php:1228 +#: mod/admin.php:1317 msgid "OStatus support can only be enabled if threading is enabled." msgstr "Il supporto OStatus può essere abilitato solo se è abilitato il threading." -#: mod/admin.php:1230 +#: mod/admin.php:1319 msgid "" "Diaspora support can't be enabled because Friendica was installed into a sub" " directory." msgstr "Il supporto a Diaspora non può essere abilitato perché Friendica è stato installato in una sotto directory." -#: mod/admin.php:1231 +#: mod/admin.php:1320 msgid "Enable Diaspora support" msgstr "Abilita il supporto a Diaspora" -#: mod/admin.php:1231 +#: mod/admin.php:1320 msgid "Provide built-in Diaspora network compatibility." msgstr "Fornisce compatibilità con il network Diaspora." -#: mod/admin.php:1232 +#: mod/admin.php:1321 msgid "Only allow Friendica contacts" msgstr "Permetti solo contatti Friendica" -#: mod/admin.php:1232 +#: mod/admin.php:1321 msgid "" "All contacts must use Friendica protocols. All other built-in communication " "protocols disabled." msgstr "Tutti i contatti devono usare il protocollo di Friendica. Tutti gli altri protocolli sono disabilitati." -#: mod/admin.php:1233 +#: mod/admin.php:1322 msgid "Verify SSL" msgstr "Verifica SSL" -#: mod/admin.php:1233 +#: mod/admin.php:1322 msgid "" "If you wish, you can turn on strict certificate checking. This will mean you" " cannot connect (at all) to self-signed SSL sites." msgstr "Se vuoi, puoi abilitare il controllo rigoroso dei certificati.Questo significa che non potrai collegarti (del tutto) con siti con certificati SSL auto-firmati." -#: mod/admin.php:1234 +#: mod/admin.php:1323 msgid "Proxy user" msgstr "Utente Proxy" -#: mod/admin.php:1235 +#: mod/admin.php:1324 msgid "Proxy URL" msgstr "URL Proxy" -#: mod/admin.php:1236 +#: mod/admin.php:1325 msgid "Network timeout" msgstr "Timeout rete" -#: mod/admin.php:1236 +#: mod/admin.php:1325 msgid "Value is in seconds. Set to 0 for unlimited (not recommended)." msgstr "Valore in secondi. Imposta a 0 per illimitato (non raccomandato)." -#: mod/admin.php:1237 +#: mod/admin.php:1326 msgid "Maximum Load Average" msgstr "Massimo carico medio" -#: mod/admin.php:1237 +#: mod/admin.php:1326 msgid "" "Maximum system load before delivery and poll processes are deferred - " "default 50." msgstr "Massimo carico di sistema prima che i processi di invio e di poll siano ritardati. Predefinito a 50." -#: mod/admin.php:1238 +#: mod/admin.php:1327 msgid "Maximum Load Average (Frontend)" msgstr "Media Massimo Carico (Frontend)" -#: mod/admin.php:1238 +#: mod/admin.php:1327 msgid "Maximum system load before the frontend quits service - default 50." msgstr "Massimo carico di sistema prima che il frontend fermi il servizio - default 50." -#: mod/admin.php:1239 +#: mod/admin.php:1328 msgid "Minimal Memory" msgstr "Memoria Minima" -#: mod/admin.php:1239 +#: mod/admin.php:1328 msgid "" -"Minimal free memory in MB for the poller. Needs access to /proc/meminfo - " +"Minimal free memory in MB for the worker. Needs access to /proc/meminfo - " "default 0 (deactivated)." -msgstr "Minima memoria libera in MB per il poller. Necessita di avere accesso a /proc/meminfo - default 0 (disabilitato)." +msgstr "Minima memoria libera in MB per il worker. Necessita di avere accesso a /proc/meminfo - default 0 (disabilitato)." -#: mod/admin.php:1240 +#: mod/admin.php:1329 msgid "Maximum table size for optimization" msgstr "Dimensione massima della tabella per l'ottimizzazione" -#: mod/admin.php:1240 +#: mod/admin.php:1329 msgid "" "Maximum table size (in MB) for the automatic optimization - default 100 MB. " "Enter -1 to disable it." msgstr "La dimensione massima (in MB) per l'ottimizzazione automatica - default 100 MB. Inserisci -1 per disabilitarlo." -#: mod/admin.php:1241 +#: mod/admin.php:1330 msgid "Minimum level of fragmentation" msgstr "Livello minimo di frammentazione" -#: mod/admin.php:1241 +#: mod/admin.php:1330 msgid "" "Minimum fragmenation level to start the automatic optimization - default " "value is 30%." msgstr "Livello minimo di frammentazione per iniziare la procedura di ottimizzazione automatica - il valore di default è 30%." -#: mod/admin.php:1243 +#: mod/admin.php:1332 msgid "Periodical check of global contacts" msgstr "Check periodico dei contatti globali" -#: mod/admin.php:1243 +#: mod/admin.php:1332 msgid "" "If enabled, the global contacts are checked periodically for missing or " "outdated data and the vitality of the contacts and servers." msgstr "Se abilitato, i contatti globali sono controllati periodicamente per verificare dati mancanti o sorpassati e la vitalità dei contatti e dei server." -#: mod/admin.php:1244 +#: mod/admin.php:1333 msgid "Days between requery" msgstr "Giorni tra le richieste" -#: mod/admin.php:1244 +#: mod/admin.php:1333 msgid "Number of days after which a server is requeried for his contacts." msgstr "Numero di giorni dopo i quali al server vengono richiesti i suoi contatti." -#: mod/admin.php:1245 +#: mod/admin.php:1334 msgid "Discover contacts from other servers" msgstr "Trova contatti dagli altri server" -#: mod/admin.php:1245 +#: mod/admin.php:1334 msgid "" "Periodically query other servers for contacts. You can choose between " "'users': the users on the remote system, 'Global Contacts': active contacts " @@ -6070,32 +5418,32 @@ msgid "" "Global Contacts'." msgstr "Richiede periodicamente contatti agli altri server. Puoi scegliere tra 'utenti', gli utenti sul sistema remoto, o 'contatti globali', i contatti attivi che sono conosciuti dal sistema. Il fallback è pensato per i server Redmatrix e i vecchi server Friendica, dove i contatti globali non sono disponibili. Il fallback incrementa il carico di sistema, per cui l'impostazione consigliata è \"Utenti, Contatti Globali\"." -#: mod/admin.php:1246 +#: mod/admin.php:1335 msgid "Timeframe for fetching global contacts" msgstr "Termine per il recupero contatti globali" -#: mod/admin.php:1246 +#: mod/admin.php:1335 msgid "" "When the discovery is activated, this value defines the timeframe for the " "activity of the global contacts that are fetched from other servers." msgstr "Quando si attiva la scoperta, questo valore definisce il periodo di tempo per l'attività dei contatti globali che vengono prelevati da altri server." -#: mod/admin.php:1247 +#: mod/admin.php:1336 msgid "Search the local directory" msgstr "Cerca la directory locale" -#: mod/admin.php:1247 +#: mod/admin.php:1336 msgid "" "Search the local directory instead of the global directory. When searching " "locally, every search will be executed on the global directory in the " "background. This improves the search results when the search is repeated." msgstr "Cerca nella directory locale invece che nella directory globale. Durante la ricerca a livello locale, ogni ricerca verrà eseguita sulla directory globale in background. Ciò migliora i risultati della ricerca quando la ricerca viene ripetuta." -#: mod/admin.php:1249 +#: mod/admin.php:1338 msgid "Publish server information" msgstr "Pubblica informazioni server" -#: mod/admin.php:1249 +#: mod/admin.php:1338 msgid "" "If enabled, general server and usage data will be published. The data " "contains the name and version of the server, number of users with public " @@ -6103,212 +5451,212 @@ msgid "" " href='http://the-federation.info/'>the-federation.info for details." msgstr "Se abilitata, saranno pubblicati i dati generali del server e i dati di utilizzo. I dati contengono il nome e la versione del server, il numero di utenti con profili pubblici, numero dei posti e dei protocolli e connettori attivati. Per informazioni, vedere the-federation.info ." -#: mod/admin.php:1251 +#: mod/admin.php:1340 msgid "Check upstream version" -msgstr "" +msgstr "Controlla versione upstream" -#: mod/admin.php:1251 +#: mod/admin.php:1340 msgid "" "Enables checking for new Friendica versions at github. If there is a new " "version, you will be informed in the admin panel overview." -msgstr "" +msgstr "Abilita il controllo di nuove versioni di Friendica su Github. Se sono disponibili nuove versioni, ne sarai informato nel pannello Panoramica dell'amministrazione." -#: mod/admin.php:1252 +#: mod/admin.php:1341 msgid "Suppress Tags" msgstr "Sopprimi Tags" -#: mod/admin.php:1252 +#: mod/admin.php:1341 msgid "Suppress showing a list of hashtags at the end of the posting." msgstr "Non mostra la lista di hashtag in coda al messaggio" -#: mod/admin.php:1253 +#: mod/admin.php:1342 msgid "Path to item cache" msgstr "Percorso cache elementi" -#: mod/admin.php:1253 +#: mod/admin.php:1342 msgid "The item caches buffers generated bbcode and external images." msgstr "La cache degli elementi memorizza il bbcode generato e le immagini esterne." -#: mod/admin.php:1254 +#: mod/admin.php:1343 msgid "Cache duration in seconds" msgstr "Durata della cache in secondi" -#: mod/admin.php:1254 +#: mod/admin.php:1343 msgid "" "How long should the cache files be hold? Default value is 86400 seconds (One" " day). To disable the item cache, set the value to -1." msgstr "Quanto a lungo devono essere mantenuti i file di cache? Il valore predefinito è 86400 secondi (un giorno). Per disabilitare la cache, imposta il valore a -1." -#: mod/admin.php:1255 +#: mod/admin.php:1344 msgid "Maximum numbers of comments per post" msgstr "Numero massimo di commenti per post" -#: mod/admin.php:1255 +#: mod/admin.php:1344 msgid "How much comments should be shown for each post? Default value is 100." msgstr "Quanti commenti devono essere mostrati per ogni post? Default : 100." -#: mod/admin.php:1256 +#: mod/admin.php:1345 msgid "Temp path" msgstr "Percorso file temporanei" -#: mod/admin.php:1256 +#: mod/admin.php:1345 msgid "" "If you have a restricted system where the webserver can't access the system " "temp path, enter another path here." msgstr "Se si dispone di un sistema ristretto in cui il server web non può accedere al percorso temporaneo di sistema, inserire un altro percorso qui." -#: mod/admin.php:1257 +#: mod/admin.php:1346 msgid "Base path to installation" msgstr "Percorso base all'installazione" -#: mod/admin.php:1257 +#: mod/admin.php:1346 msgid "" "If the system cannot detect the correct path to your installation, enter the" " correct path here. This setting should only be set if you are using a " "restricted system and symbolic links to your webroot." msgstr "Se il sistema non è in grado di rilevare il percorso corretto per l'installazione, immettere il percorso corretto qui. Questa impostazione deve essere inserita solo se si utilizza un sistema limitato e/o collegamenti simbolici al tuo webroot." -#: mod/admin.php:1258 +#: mod/admin.php:1347 msgid "Disable picture proxy" msgstr "Disabilita il proxy immagini" -#: mod/admin.php:1258 +#: mod/admin.php:1347 msgid "" "The picture proxy increases performance and privacy. It shouldn't be used on" " systems with very low bandwith." msgstr "Il proxy immagini aumenta le performance e la privacy. Non dovrebbe essere usato su server con poca banda disponibile." -#: mod/admin.php:1259 +#: mod/admin.php:1348 msgid "Only search in tags" msgstr "Cerca solo nei tag" -#: mod/admin.php:1259 +#: mod/admin.php:1348 msgid "On large systems the text search can slow down the system extremely." msgstr "Su server con molti dati, la ricerca nel testo può estremamente rallentare il sistema." -#: mod/admin.php:1261 +#: mod/admin.php:1350 msgid "New base url" msgstr "Nuovo url base" -#: mod/admin.php:1261 +#: mod/admin.php:1350 msgid "" "Change base url for this server. Sends relocate message to all Friendica and" " Diaspora* contacts of all users." -msgstr "" +msgstr "Cambia l'URL base di questo server. Invia il messaggio di trasloco a tutti i contatti Friendica e Diaspora* di tutti gli utenti." -#: mod/admin.php:1263 +#: mod/admin.php:1352 msgid "RINO Encryption" msgstr "Crittografia RINO" -#: mod/admin.php:1263 +#: mod/admin.php:1352 msgid "Encryption layer between nodes." msgstr "Crittografia delle comunicazioni tra nodi." -#: mod/admin.php:1265 +#: mod/admin.php:1354 msgid "Maximum number of parallel workers" msgstr "Massimo numero di lavori in parallelo" -#: mod/admin.php:1265 +#: mod/admin.php:1354 msgid "" "On shared hosters set this to 2. On larger systems, values of 10 are great. " "Default value is 4." msgstr "Su host condivisi imposta a 2. Su sistemi più grandi, valori fino a 10 vanno bene. Il valore di default è 4." -#: mod/admin.php:1266 +#: mod/admin.php:1355 msgid "Don't use 'proc_open' with the worker" msgstr "Non usare 'proc_open' con il worker" -#: mod/admin.php:1266 +#: mod/admin.php:1355 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 poller calls in your crontab." -msgstr "Abilita se il tuo sistema non consente l'utilizzo di 'proc_open'. Può succedere con gli hosting condivisi. Se abiliti questa opzione, dovresti aumentare la frequenza delle chiamate al poller nel tuo crontab." +"frequency of worker calls in your crontab." +msgstr "Abilita se il tuo sistema non consente l'utilizzo di 'proc_open'. Può succedere con gli hosting condivisi. Se abiliti questa opzione, dovresti aumentare la frequenza delle chiamate al worker nel tuo crontab." -#: mod/admin.php:1267 +#: mod/admin.php:1356 msgid "Enable fastlane" msgstr "Abilita fastlane" -#: mod/admin.php:1267 +#: mod/admin.php:1356 msgid "" "When enabed, the fastlane mechanism starts an additional worker if processes" " with higher priority are blocked by processes of lower priority." msgstr "Quando abilitato, il meccanismo di fastlane avvia processi aggiuntivi se processi con priorità più alta sono bloccati da processi con priorità più bassa." -#: mod/admin.php:1268 +#: mod/admin.php:1357 msgid "Enable frontend worker" msgstr "Abilita worker da frontend" -#: mod/admin.php:1268 +#: mod/admin.php:1357 #, php-format msgid "" "When enabled the Worker process is triggered when backend access is " -"performed (e.g. messages being delivered). 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 "" +"performed \\x28e.g. messages being delivered\\x29. On smaller sites you " +"might want to call %s/worker on a regular basis via an external cron job. " +"You should only enable this option if you cannot utilize cron/scheduled jobs" +" on your server." +msgstr "Quando abilitato, il processo è avviato quando viene eseguito un accesso al backend (per esempio, quando un messaggio viene consegnato). Su siti più piccoli potresti voler chiamare %s/worker regolarmente attraverso un cron esterno. Dovresti abilitare questa opzione solo se non puoi impostare esecuzioni pianificate sul tuo server. " -#: mod/admin.php:1298 +#: mod/admin.php:1385 msgid "Update has been marked successful" msgstr "L'aggiornamento è stato segnato come di successo" -#: mod/admin.php:1306 +#: mod/admin.php:1392 #, php-format msgid "Database structure update %s was successfully applied." msgstr "Aggiornamento struttura database %s applicata con successo." -#: mod/admin.php:1309 +#: mod/admin.php:1395 #, php-format msgid "Executing of database structure update %s failed with error: %s" msgstr "Aggiornamento struttura database %s fallita con errore: %s" -#: mod/admin.php:1323 +#: mod/admin.php:1408 #, php-format msgid "Executing %s failed with error: %s" msgstr "Esecuzione di %s fallita con errore: %s" -#: mod/admin.php:1326 +#: mod/admin.php:1410 #, php-format msgid "Update %s was successfully applied." msgstr "L'aggiornamento %s è stato applicato con successo" -#: mod/admin.php:1329 +#: mod/admin.php:1413 #, php-format msgid "Update %s did not return a status. Unknown if it succeeded." msgstr "L'aggiornamento %s non ha riportato uno stato. Non so se è andato a buon fine." -#: mod/admin.php:1332 +#: mod/admin.php:1416 #, php-format msgid "There was no additional update function %s that needed to be called." msgstr "Non ci sono altre funzioni di aggiornamento %s da richiamare." -#: mod/admin.php:1352 +#: mod/admin.php:1436 msgid "No failed updates." msgstr "Nessun aggiornamento fallito." -#: mod/admin.php:1353 +#: mod/admin.php:1437 msgid "Check database structure" msgstr "Controlla struttura database" -#: mod/admin.php:1358 +#: mod/admin.php:1442 msgid "Failed Updates" msgstr "Aggiornamenti falliti" -#: mod/admin.php:1359 +#: mod/admin.php:1443 msgid "" "This does not include updates prior to 1139, which did not return a status." msgstr "Questo non include gli aggiornamenti prima del 1139, che non ritornano lo stato." -#: mod/admin.php:1360 +#: mod/admin.php:1444 msgid "Mark success (if update was manually applied)" msgstr "Segna completato (se l'update è stato applicato manualmente)" -#: mod/admin.php:1361 +#: mod/admin.php:1445 msgid "Attempt to execute this update step automatically" msgstr "Cerco di eseguire questo aggiornamento in automatico" -#: mod/admin.php:1395 +#: mod/admin.php:1484 #, php-format msgid "" "\n" @@ -6316,7 +5664,7 @@ msgid "" "\t\t\t\tthe administrator of %2$s has set up an account for you." msgstr "\nGentile %1$s,\n l'amministratore di %2$s ha impostato un account per te." -#: mod/admin.php:1398 +#: mod/admin.php:1487 #, php-format msgid "" "\n" @@ -6346,243 +5694,239 @@ msgid "" "\t\t\tThank you and welcome to %4$s." msgstr "\nI dettagli del tuo utente sono:\n Indirizzo del sito: %1$s\n Nome utente: %2$s\n Password: %3$s\n\nPuoi cambiare la tua password dalla pagina delle impostazioni del tuo account dopo esserti autenticato.\n\nPer favore, prenditi qualche momento per esaminare tutte le impostazioni presenti.\n\nPotresti voler aggiungere qualche informazione di base al tuo profilo predefinito (nella pagina \"Profili\"), così che le altre persone possano trovarti più facilmente.\n\nTi raccomandiamo di inserire il tuo nome completo, aggiungere una foto, aggiungere qualche parola chiave del profilo (molto utili per trovare nuovi contatti), e magari in quale nazione vivi, se non vuoi essere più specifico di così.\n\nNoi rispettiamo appieno la tua privacy, e nessuna di queste informazioni è necessaria o obbligatoria.\nSe sei nuovo e non conosci nessuno qui, possono aiutarti a trovare qualche nuovo e interessante contatto.\n\nGrazie e benvenuto su %4$s" -#: mod/admin.php:1442 +#: mod/admin.php:1519 src/Model/User.php:634 +#, php-format +msgid "Registration details for %s" +msgstr "Dettagli della registrazione di %s" + +#: mod/admin.php:1529 #, php-format msgid "%s user blocked/unblocked" msgid_plural "%s users blocked/unblocked" msgstr[0] "%s utente bloccato/sbloccato" msgstr[1] "%s utenti bloccati/sbloccati" -#: mod/admin.php:1449 +#: mod/admin.php:1535 #, php-format msgid "%s user deleted" msgid_plural "%s users deleted" msgstr[0] "%s utente cancellato" msgstr[1] "%s utenti cancellati" -#: mod/admin.php:1496 +#: mod/admin.php:1582 #, php-format msgid "User '%s' deleted" msgstr "Utente '%s' cancellato" -#: mod/admin.php:1504 +#: mod/admin.php:1590 #, php-format msgid "User '%s' unblocked" msgstr "Utente '%s' sbloccato" -#: mod/admin.php:1504 +#: mod/admin.php:1590 #, php-format msgid "User '%s' blocked" msgstr "Utente '%s' bloccato" -#: mod/admin.php:1612 mod/admin.php:1638 +#: mod/admin.php:1689 mod/admin.php:1701 mod/admin.php:1714 mod/admin.php:1732 +#: src/Content/ContactSelector.php:82 +msgid "Email" +msgstr "Email" + +#: mod/admin.php:1689 mod/admin.php:1714 msgid "Register date" msgstr "Data registrazione" -#: mod/admin.php:1612 mod/admin.php:1638 +#: mod/admin.php:1689 mod/admin.php:1714 msgid "Last login" msgstr "Ultimo accesso" -#: mod/admin.php:1612 mod/admin.php:1638 +#: mod/admin.php:1689 mod/admin.php:1714 msgid "Last item" msgstr "Ultimo elemento" -#: mod/admin.php:1612 mod/settings.php:43 +#: mod/admin.php:1689 mod/settings.php:54 msgid "Account" msgstr "Account" -#: mod/admin.php:1621 +#: mod/admin.php:1697 msgid "Add User" msgstr "Aggiungi utente" -#: mod/admin.php:1622 -msgid "select all" -msgstr "seleziona tutti" - -#: mod/admin.php:1623 +#: mod/admin.php:1699 msgid "User registrations waiting for confirm" msgstr "Richieste di registrazione in attesa di conferma" -#: mod/admin.php:1624 +#: mod/admin.php:1700 msgid "User waiting for permanent deletion" msgstr "Utente in attesa di cancellazione definitiva" -#: mod/admin.php:1625 +#: mod/admin.php:1701 msgid "Request date" msgstr "Data richiesta" -#: mod/admin.php:1626 +#: mod/admin.php:1702 msgid "No registrations." msgstr "Nessuna registrazione." -#: mod/admin.php:1627 +#: mod/admin.php:1703 msgid "Note from the user" msgstr "Nota dall'utente" -#: mod/admin.php:1629 +#: mod/admin.php:1705 msgid "Deny" msgstr "Nega" -#: mod/admin.php:1631 mod/contacts.php:635 mod/contacts.php:835 -#: mod/contacts.php:1013 -msgid "Block" -msgstr "Blocca" - -#: mod/admin.php:1632 mod/contacts.php:635 mod/contacts.php:835 -#: mod/contacts.php:1013 -msgid "Unblock" -msgstr "Sblocca" - -#: mod/admin.php:1633 +#: mod/admin.php:1709 msgid "Site admin" msgstr "Amministrazione sito" -#: mod/admin.php:1634 +#: mod/admin.php:1710 msgid "Account expired" msgstr "Account scaduto" -#: mod/admin.php:1637 +#: mod/admin.php:1713 msgid "New User" msgstr "Nuovo Utente" -#: mod/admin.php:1638 +#: mod/admin.php:1714 msgid "Deleted since" msgstr "Rimosso da" -#: mod/admin.php:1643 +#: mod/admin.php:1719 msgid "" "Selected users will be deleted!\\n\\nEverything these users had posted on " "this site will be permanently deleted!\\n\\nAre you sure?" msgstr "Gli utenti selezionati saranno cancellati!\\n\\nTutto quello che gli utenti hanno inviato su questo sito sarà permanentemente canellato!\\n\\nSei sicuro?" -#: mod/admin.php:1644 +#: mod/admin.php:1720 msgid "" "The user {0} will be deleted!\\n\\nEverything this user has posted on this " "site will be permanently deleted!\\n\\nAre you sure?" msgstr "L'utente {0} sarà cancellato!\\n\\nTutto quello che ha inviato su questo sito sarà permanentemente cancellato!\\n\\nSei sicuro?" -#: mod/admin.php:1654 +#: mod/admin.php:1730 msgid "Name of the new user." msgstr "Nome del nuovo utente." -#: mod/admin.php:1655 +#: mod/admin.php:1731 msgid "Nickname" msgstr "Nome utente" -#: mod/admin.php:1655 +#: mod/admin.php:1731 msgid "Nickname of the new user." msgstr "Nome utente del nuovo utente." -#: mod/admin.php:1656 +#: mod/admin.php:1732 msgid "Email address of the new user." msgstr "Indirizzo Email del nuovo utente." -#: mod/admin.php:1699 +#: mod/admin.php:1774 #, php-format -msgid "Plugin %s disabled." -msgstr "Plugin %s disabilitato." +msgid "Addon %s disabled." +msgstr "Addon %s disabilitato." -#: mod/admin.php:1703 +#: mod/admin.php:1778 #, php-format -msgid "Plugin %s enabled." -msgstr "Plugin %s abilitato." +msgid "Addon %s enabled." +msgstr "Addon %s abilitato." -#: mod/admin.php:1714 mod/admin.php:1966 +#: mod/admin.php:1788 mod/admin.php:2037 msgid "Disable" msgstr "Disabilita" -#: mod/admin.php:1716 mod/admin.php:1968 +#: mod/admin.php:1791 mod/admin.php:2040 msgid "Enable" msgstr "Abilita" -#: mod/admin.php:1739 mod/admin.php:2015 +#: mod/admin.php:1813 mod/admin.php:2082 msgid "Toggle" msgstr "Inverti" -#: mod/admin.php:1747 mod/admin.php:2024 +#: mod/admin.php:1821 mod/admin.php:2091 msgid "Author: " msgstr "Autore: " -#: mod/admin.php:1748 mod/admin.php:2025 +#: mod/admin.php:1822 mod/admin.php:2092 msgid "Maintainer: " msgstr "Manutentore: " -#: mod/admin.php:1803 -msgid "Reload active plugins" -msgstr "Ricarica i plugin attivi" +#: mod/admin.php:1874 +msgid "Reload active addons" +msgstr "Ricarica addon attivi." -#: mod/admin.php:1808 +#: mod/admin.php:1879 #, php-format msgid "" -"There are currently no plugins available on your node. You can find the " -"official plugin repository at %1$s and might find other interesting plugins " -"in the open plugin registry at %2$s" -msgstr "Non sono disponibili componenti aggiuntivi sul tuo nodo. Puoi trovare il repository ufficiale dei plugin su %1$s e potresti trovare altri plugin interessanti nell'open plugin repository su %2$s" +"There are currently no addons available on your node. You can find the " +"official addon repository at %1$s and might find other interesting addons in" +" the open addon registry at %2$s" +msgstr "Non sono disponibili componenti aggiuntivi sul tuo nodo. Puoi trovare il repository ufficiale degli addon su %1$s e potresti trovare altri addon interessanti nell'open addon repository su %2$s" -#: mod/admin.php:1927 +#: mod/admin.php:1999 msgid "No themes found." msgstr "Nessun tema trovato." -#: mod/admin.php:2006 +#: mod/admin.php:2073 msgid "Screenshot" msgstr "Anteprima" -#: mod/admin.php:2066 +#: mod/admin.php:2127 msgid "Reload active themes" msgstr "Ricarica i temi attivi" -#: mod/admin.php:2071 +#: mod/admin.php:2132 #, php-format -msgid "No themes found on the system. They should be paced in %1$s" +msgid "No themes found on the system. They should be placed in %1$s" msgstr "Non sono stati trovati temi sul tuo sistema. Dovrebbero essere in %1$s" -#: mod/admin.php:2072 +#: mod/admin.php:2133 msgid "[Experimental]" msgstr "[Sperimentale]" -#: mod/admin.php:2073 +#: mod/admin.php:2134 msgid "[Unsupported]" msgstr "[Non supportato]" -#: mod/admin.php:2097 +#: mod/admin.php:2158 msgid "Log settings updated." msgstr "Impostazioni Log aggiornate." -#: mod/admin.php:2129 +#: mod/admin.php:2190 msgid "PHP log currently enabled." msgstr "Log PHP abilitato." -#: mod/admin.php:2131 +#: mod/admin.php:2192 msgid "PHP log currently disabled." msgstr "Log PHP disabilitato" -#: mod/admin.php:2140 +#: mod/admin.php:2201 msgid "Clear" msgstr "Pulisci" -#: mod/admin.php:2145 +#: mod/admin.php:2205 msgid "Enable Debugging" msgstr "Abilita Debugging" -#: mod/admin.php:2146 +#: mod/admin.php:2206 msgid "Log file" msgstr "File di Log" -#: mod/admin.php:2146 +#: mod/admin.php:2206 msgid "" "Must be writable by web server. Relative to your Friendica top-level " "directory." msgstr "Il server web deve avere i permessi di scrittura. Relativo alla tua directory Friendica." -#: mod/admin.php:2147 +#: mod/admin.php:2207 msgid "Log level" msgstr "Livello di Log" -#: mod/admin.php:2150 +#: mod/admin.php:2209 msgid "PHP logging" msgstr "Log PHP" -#: mod/admin.php:2151 +#: mod/admin.php:2210 msgid "" "To enable logging of PHP errors and warnings you can add the following to " "the .htconfig.php file of your installation. The filename set in the " @@ -6591,555 +5935,373 @@ msgid "" "'display_errors' is to enable these options, set to '0' to disable them." msgstr "Per abilitare il log degli errori e degli avvisi di PHP puoi aggiungere le seguenti righe al file .htconfig.php nella tua installazione. La posizione del file impostato in 'error_log' è relativa alla directory principale della tua installazione Friendica e il server web deve avere i permessi di scrittura sul file. Il valore '1' per 'log_errors' e 'display_errors' abilita le opzioni, imposta '0' per disabilitarle." -#: mod/admin.php:2281 mod/admin.php:2282 mod/settings.php:792 +#: mod/admin.php:2241 +#, php-format +msgid "" +"Error trying to open %1$s log file.\\r\\n
    Check to see " +"if file %1$s exist and is readable." +msgstr "Errore aprendo il file di log %1$s. Controlla che il file %1$s esista e sia leggibile." + +#: mod/admin.php:2245 +#, php-format +msgid "" +"Couldn't open %1$s log file.\\r\\n
    Check to see if file" +" %1$s is readable." +msgstr "Non posso aprire il file di log %1$s . Controlla che il file %1$s esista e sia leggibile." + +#: mod/admin.php:2336 mod/admin.php:2337 mod/settings.php:779 msgid "Off" msgstr "Spento" -#: mod/admin.php:2281 mod/admin.php:2282 mod/settings.php:792 +#: mod/admin.php:2336 mod/admin.php:2337 mod/settings.php:779 msgid "On" msgstr "Acceso" -#: mod/admin.php:2282 +#: mod/admin.php:2337 #, php-format msgid "Lock feature %s" msgstr "Blocca funzionalità %s" -#: mod/admin.php:2290 +#: mod/admin.php:2345 msgid "Manage Additional Features" msgstr "Gestisci Funzionalità Aggiuntive" -#: mod/contacts.php:139 -#, php-format -msgid "%d contact edited." -msgid_plural "%d contacts edited." -msgstr[0] "%d contatto modificato." -msgstr[1] "%d contatti modificati" +#: mod/babel.php:23 +msgid "Source (bbcode) text:" +msgstr "Testo sorgente (bbcode):" -#: mod/contacts.php:174 mod/contacts.php:392 -msgid "Could not access contact record." -msgstr "Non è possibile accedere al contatto." +#: mod/babel.php:30 +msgid "Source (Diaspora) text to convert to BBcode:" +msgstr "Testo sorgente (da Diaspora) da convertire in BBcode:" -#: mod/contacts.php:188 -msgid "Could not locate selected profile." -msgstr "Non riesco a trovare il profilo selezionato." +#: mod/babel.php:38 +msgid "Source input: " +msgstr "Sorgente:" -#: mod/contacts.php:221 -msgid "Contact updated." -msgstr "Contatto aggiornato." +#: mod/babel.php:42 +msgid "bbcode (raw HTML(: " +msgstr "bbcode (HTML grezzo):" -#: mod/contacts.php:413 -msgid "Contact has been blocked" -msgstr "Il contatto è stato bloccato" +#: mod/babel.php:45 +msgid "bbcode: " +msgstr "bbcode: " -#: mod/contacts.php:413 -msgid "Contact has been unblocked" -msgstr "Il contatto è stato sbloccato" +#: mod/babel.php:49 mod/babel.php:65 +msgid "bbcode => html2bbcode: " +msgstr "bbcode => html2bbcode: " -#: mod/contacts.php:424 -msgid "Contact has been ignored" -msgstr "Il contatto è ignorato" +#: mod/babel.php:53 +msgid "bb2diaspora: " +msgstr "bb2diaspora: " -#: mod/contacts.php:424 -msgid "Contact has been unignored" -msgstr "Il contatto non è più ignorato" +#: mod/babel.php:57 +msgid "bb2diaspora => Markdown: " +msgstr "bb2diaspora => Markdown: " -#: mod/contacts.php:436 -msgid "Contact has been archived" -msgstr "Il contatto è stato archiviato" +#: mod/babel.php:61 +msgid "bb2diaspora => diaspora2bb: " +msgstr "bb2diaspora => diaspora2bb: " -#: mod/contacts.php:436 -msgid "Contact has been unarchived" -msgstr "Il contatto è stato dearchiviato" +#: mod/babel.php:71 +msgid "Source input (Diaspora format): " +msgstr "Sorgente (formato Diaspora):" -#: mod/contacts.php:461 -msgid "Drop contact" -msgstr "Cancella contatto" +#: mod/babel.php:75 +msgid "diaspora2bb: " +msgstr "diaspora2bb: " -#: mod/contacts.php:464 mod/contacts.php:831 -msgid "Do you really want to delete this contact?" -msgstr "Vuoi veramente cancellare questo contatto?" +#: mod/bookmarklet.php:21 src/Content/Nav.php:114 src/Module/Login.php:312 +msgid "Login" +msgstr "Accedi" -#: mod/contacts.php:483 -msgid "Contact has been removed." -msgstr "Il contatto è stato rimosso." +#: mod/bookmarklet.php:49 +msgid "The post was created" +msgstr "Il messaggio è stato creato" -#: mod/contacts.php:520 -#, php-format -msgid "You are mutual friends with %s" -msgstr "Sei amico reciproco con %s" +#: mod/community.php:44 +msgid "Community option not available." +msgstr "Opzione Comunità non disponibile" -#: mod/contacts.php:524 -#, php-format -msgid "You are sharing with %s" -msgstr "Stai condividendo con %s" +#: mod/community.php:61 +msgid "Not available." +msgstr "Non disponibile." -#: mod/contacts.php:529 -#, php-format -msgid "%s is sharing with you" -msgstr "%s sta condividendo con te" +#: mod/community.php:74 +msgid "Local Community" +msgstr "Comunità Locale" -#: mod/contacts.php:549 -msgid "Private communications are not available for this contact." -msgstr "Le comunicazioni private non sono disponibili per questo contatto." +#: mod/community.php:77 +msgid "Posts from local users on this server" +msgstr "Messaggi dagli utenti locali su questo sito" -#: mod/contacts.php:556 -msgid "(Update was successful)" -msgstr "(L'aggiornamento è stato completato)" +#: mod/community.php:85 +msgid "Global Community" +msgstr "Comunità Globale" -#: mod/contacts.php:556 -msgid "(Update was not successful)" -msgstr "(L'aggiornamento non è stato completato)" +#: mod/community.php:88 +msgid "Posts from users of the whole federated network" +msgstr "Messaggi dagli utenti della rete federata" -#: mod/contacts.php:558 mod/contacts.php:994 -msgid "Suggest friends" -msgstr "Suggerisci amici" - -#: mod/contacts.php:562 -#, php-format -msgid "Network type: %s" -msgstr "Tipo di rete: %s" - -#: mod/contacts.php:575 -msgid "Communications lost with this contact!" -msgstr "Comunicazione con questo contatto persa!" - -#: mod/contacts.php:578 -msgid "Fetch further information for feeds" -msgstr "Recupera maggiori informazioni per i feed" - -#: mod/contacts.php:579 -msgid "Fetch information" -msgstr "Recupera informazioni" - -#: mod/contacts.php:579 -msgid "Fetch information and keywords" -msgstr "Recupera informazioni e parole chiave" - -#: mod/contacts.php:603 -msgid "Contact" -msgstr "Contatto" - -#: mod/contacts.php:606 -msgid "Profile Visibility" -msgstr "Visibilità del profilo" - -#: mod/contacts.php:607 -#, php-format +#: mod/community.php:178 msgid "" -"Please choose the profile you would like to display to %s when viewing your " -"profile securely." -msgstr "Seleziona il profilo che vuoi mostrare a %s quando visita il tuo profilo in modo sicuro." +"This community stream shows all public posts received by this node. They may" +" not reflect the opinions of this node’s users." +msgstr "Questa pagina comunità mostra tutti i post pubblici ricevuti da questo nodo. Potrebbero non riflettere le opinioni degli utenti di questo nodo." -#: mod/contacts.php:608 -msgid "Contact Information / Notes" -msgstr "Informazioni / Note sul contatto" +#: mod/directory.php:153 src/Model/Profile.php:421 src/Model/Profile.php:769 +msgid "Status:" +msgstr "Stato:" -#: mod/contacts.php:609 -msgid "Their personal note" -msgstr "" +#: mod/directory.php:154 src/Model/Profile.php:422 src/Model/Profile.php:786 +msgid "Homepage:" +msgstr "Homepage:" -#: mod/contacts.php:611 -msgid "Edit contact notes" -msgstr "Modifica note contatto" +#: mod/directory.php:203 view/theme/vier/theme.php:201 +msgid "Global Directory" +msgstr "Elenco globale" -#: mod/contacts.php:617 -msgid "Block/Unblock contact" -msgstr "Blocca/Sblocca contatto" +#: mod/directory.php:205 +msgid "Find on this site" +msgstr "Cerca nel sito" -#: mod/contacts.php:618 -msgid "Ignore contact" -msgstr "Ignora il contatto" +#: mod/directory.php:207 +msgid "Results for:" +msgstr "Risultati per:" -#: mod/contacts.php:619 -msgid "Repair URL settings" -msgstr "Impostazioni riparazione URL" +#: mod/directory.php:209 +msgid "Site Directory" +msgstr "Elenco del sito" -#: mod/contacts.php:620 -msgid "View conversations" -msgstr "Vedi conversazioni" +#: mod/directory.php:214 +msgid "No entries (some entries may be hidden)." +msgstr "Nessuna voce (qualche voce potrebbe essere nascosta)." -#: mod/contacts.php:626 -msgid "Last update:" -msgstr "Ultimo aggiornamento:" +#: mod/editpost.php:27 mod/editpost.php:37 +msgid "Item not found" +msgstr "Oggetto non trovato" -#: mod/contacts.php:628 -msgid "Update public posts" -msgstr "Aggiorna messaggi pubblici" +#: mod/editpost.php:44 +msgid "Edit post" +msgstr "Modifica messaggio" -#: mod/contacts.php:630 mod/contacts.php:1004 -msgid "Update now" -msgstr "Aggiorna adesso" - -#: mod/contacts.php:636 mod/contacts.php:836 mod/contacts.php:1021 -msgid "Unignore" -msgstr "Non ignorare" - -#: mod/contacts.php:640 -msgid "Currently blocked" -msgstr "Bloccato" - -#: mod/contacts.php:641 -msgid "Currently ignored" -msgstr "Ignorato" - -#: mod/contacts.php:642 -msgid "Currently archived" -msgstr "Al momento archiviato" - -#: mod/contacts.php:643 -msgid "" -"Replies/likes to your public posts may still be visible" -msgstr "Risposte ai tuoi post pubblici possono essere comunque visibili" - -#: mod/contacts.php:644 -msgid "Notification for new posts" -msgstr "Notifica per i nuovi messaggi" - -#: mod/contacts.php:644 -msgid "Send a notification of every new post of this contact" -msgstr "Invia una notifica per ogni nuovo messaggio di questo contatto" - -#: mod/contacts.php:647 -msgid "Blacklisted keywords" -msgstr "Parole chiave in blacklist" - -#: mod/contacts.php:647 -msgid "" -"Comma separated list of keywords that should not be converted to hashtags, " -"when \"Fetch information and keywords\" is selected" -msgstr "Lista separata da virgola di parole chiave che non dovranno essere convertite in hashtag, quando \"Recupera informazioni e parole chiave\" è selezionato" - -#: mod/contacts.php:665 -msgid "Actions" -msgstr "Azioni" - -#: mod/contacts.php:668 -msgid "Contact Settings" -msgstr "Impostazioni Contatto" - -#: mod/contacts.php:714 -msgid "Suggestions" -msgstr "Suggerimenti" - -#: mod/contacts.php:717 -msgid "Suggest potential friends" -msgstr "Suggerisci potenziali amici" - -#: mod/contacts.php:725 -msgid "Show all contacts" -msgstr "Mostra tutti i contatti" - -#: mod/contacts.php:730 -msgid "Unblocked" -msgstr "Sbloccato" - -#: mod/contacts.php:733 -msgid "Only show unblocked contacts" -msgstr "Mostra solo contatti non bloccati" - -#: mod/contacts.php:739 -msgid "Blocked" -msgstr "Bloccato" - -#: mod/contacts.php:742 -msgid "Only show blocked contacts" -msgstr "Mostra solo contatti bloccati" - -#: mod/contacts.php:748 -msgid "Ignored" -msgstr "Ignorato" - -#: mod/contacts.php:751 -msgid "Only show ignored contacts" -msgstr "Mostra solo contatti ignorati" - -#: mod/contacts.php:757 -msgid "Archived" -msgstr "Archiviato" - -#: mod/contacts.php:760 -msgid "Only show archived contacts" -msgstr "Mostra solo contatti archiviati" - -#: mod/contacts.php:766 -msgid "Hidden" -msgstr "Nascosto" - -#: mod/contacts.php:769 -msgid "Only show hidden contacts" -msgstr "Mostra solo contatti nascosti" - -#: mod/contacts.php:826 -msgid "Search your contacts" -msgstr "Cerca nei tuoi contatti" - -#: mod/contacts.php:834 mod/settings.php:160 mod/settings.php:717 -msgid "Update" -msgstr "Aggiorna" - -#: mod/contacts.php:837 mod/contacts.php:1029 -msgid "Archive" -msgstr "Archivia" - -#: mod/contacts.php:837 mod/contacts.php:1029 -msgid "Unarchive" -msgstr "Dearchivia" - -#: mod/contacts.php:840 -msgid "Batch Actions" -msgstr "Azioni Batch" - -#: mod/contacts.php:886 -msgid "View all contacts" -msgstr "Vedi tutti i contatti" - -#: mod/contacts.php:896 -msgid "View all common friends" -msgstr "Vedi tutti gli amici in comune" - -#: mod/contacts.php:903 -msgid "Advanced Contact Settings" -msgstr "Impostazioni avanzate Contatto" - -#: mod/contacts.php:937 -msgid "Mutual Friendship" -msgstr "Amicizia reciproca" - -#: mod/contacts.php:941 -msgid "is a fan of yours" -msgstr "è un tuo fan" - -#: mod/contacts.php:945 -msgid "you are a fan of" -msgstr "sei un fan di" - -#: mod/contacts.php:1015 -msgid "Toggle Blocked status" -msgstr "Inverti stato \"Blocca\"" - -#: mod/contacts.php:1023 -msgid "Toggle Ignored status" -msgstr "Inverti stato \"Ignora\"" - -#: mod/contacts.php:1031 -msgid "Toggle Archive status" -msgstr "Inverti stato \"Archiviato\"" - -#: mod/contacts.php:1039 -msgid "Delete contact" -msgstr "Rimuovi contatto" - -#: mod/dfrn_confirm.php:74 mod/profiles.php:25 mod/profiles.php:135 -#: mod/profiles.php:182 mod/profiles.php:618 -msgid "Profile not found." -msgstr "Profilo non trovato." - -#: mod/dfrn_confirm.php:131 -msgid "" -"This may occasionally happen if contact was requested by both persons and it" -" has already been approved." -msgstr "Questo può accadere occasionalmente se la richiesta di contatto era stata inviata da entrambe le persone e già approvata." - -#: mod/dfrn_confirm.php:248 -msgid "Response from remote site was not understood." -msgstr "Errore di comunicazione con l'altro sito." - -#: mod/dfrn_confirm.php:257 mod/dfrn_confirm.php:262 -msgid "Unexpected response from remote site: " -msgstr "La risposta dell'altro sito non può essere gestita: " - -#: mod/dfrn_confirm.php:271 -msgid "Confirmation completed successfully." -msgstr "Conferma completata con successo." - -#: mod/dfrn_confirm.php:273 mod/dfrn_confirm.php:287 mod/dfrn_confirm.php:294 -msgid "Remote site reported: " -msgstr "Il sito remoto riporta: " - -#: mod/dfrn_confirm.php:285 -msgid "Temporary failure. Please wait and try again." -msgstr "Problema temporaneo. Attendi e riprova." - -#: mod/dfrn_confirm.php:292 -msgid "Introduction failed or was revoked." -msgstr "La presentazione ha generato un errore o è stata revocata." - -#: mod/dfrn_confirm.php:421 -msgid "Unable to set contact photo." -msgstr "Impossibile impostare la foto del contatto." - -#: mod/dfrn_confirm.php:562 -#, php-format -msgid "No user record found for '%s' " -msgstr "Nessun utente trovato '%s'" - -#: mod/dfrn_confirm.php:572 -msgid "Our site encryption key is apparently messed up." -msgstr "La nostra chiave di criptazione del sito sembra essere corrotta." - -#: mod/dfrn_confirm.php:583 -msgid "Empty site URL was provided or URL could not be decrypted by us." -msgstr "E' stato fornito un indirizzo vuoto o non possiamo decrittare l'indirizzo." - -#: mod/dfrn_confirm.php:605 -msgid "Contact record was not found for you on our site." -msgstr "Il contatto non è stato trovato sul nostro sito." - -#: mod/dfrn_confirm.php:619 -#, php-format -msgid "Site public key not available in contact record for URL %s." -msgstr "La chiave pubblica del sito non è disponibile per l'URL %s" - -#: mod/dfrn_confirm.php:639 -msgid "" -"The ID provided by your system is a duplicate on our system. It should work " -"if you try again." -msgstr "L'ID fornito dal tuo sistema è duplicato sul nostro sistema. Se riprovi dovrebbe funzionare." - -#: mod/dfrn_confirm.php:650 -msgid "Unable to set your contact credentials on our system." -msgstr "Impossibile impostare le credenziali del tuo contatto sul nostro sistema." - -#: mod/dfrn_confirm.php:712 -msgid "Unable to update your contact profile details on our system" -msgstr "Impossibile aggiornare i dettagli del tuo contatto sul nostro sistema" - -#: mod/dfrn_confirm.php:784 -#, php-format -msgid "%1$s has joined %2$s" -msgstr "%1$s si è unito a %2$s" - -#: mod/dirfind.php:41 -#, php-format -msgid "People Search - %s" -msgstr "Cerca persone - %s" - -#: mod/dirfind.php:52 -#, php-format -msgid "Forum Search - %s" -msgstr "Ricerca Forum - %s" - -#: mod/display.php:482 -msgid "Item has been removed." -msgstr "L'oggetto è stato rimosso." - -#: mod/events.php:98 mod/events.php:100 +#: mod/events.php:103 mod/events.php:105 msgid "Event can not end before it has started." msgstr "Un evento non può finire prima di iniziare." -#: mod/events.php:107 mod/events.php:109 +#: mod/events.php:112 mod/events.php:114 msgid "Event title and start time are required." msgstr "Titolo e ora di inizio dell'evento sono richiesti." -#: mod/events.php:385 +#: mod/events.php:394 msgid "Create New Event" msgstr "Crea un nuovo evento" -#: mod/events.php:505 +#: mod/events.php:509 msgid "Event details" msgstr "Dettagli dell'evento" -#: mod/events.php:506 +#: mod/events.php:510 msgid "Starting date and Title are required." msgstr "La data di inizio e il titolo sono richiesti." -#: mod/events.php:507 mod/events.php:508 +#: mod/events.php:511 mod/events.php:512 msgid "Event Starts:" msgstr "L'evento inizia:" -#: mod/events.php:507 mod/events.php:519 mod/profiles.php:708 -msgid "Required" -msgstr "Richiesto" - -#: mod/events.php:509 mod/events.php:525 +#: mod/events.php:513 mod/events.php:529 msgid "Finish date/time is not known or not relevant" msgstr "La data/ora di fine non è definita" -#: mod/events.php:511 mod/events.php:512 +#: mod/events.php:515 mod/events.php:516 msgid "Event Finishes:" msgstr "L'evento finisce:" -#: mod/events.php:513 mod/events.php:526 +#: mod/events.php:517 mod/events.php:530 msgid "Adjust for viewer timezone" msgstr "Visualizza con il fuso orario di chi legge" -#: mod/events.php:515 +#: mod/events.php:519 msgid "Description:" msgstr "Descrizione:" -#: mod/events.php:519 mod/events.php:521 +#: mod/events.php:523 mod/events.php:525 msgid "Title:" msgstr "Titolo:" -#: mod/events.php:522 mod/events.php:523 +#: mod/events.php:526 mod/events.php:527 msgid "Share this event" msgstr "Condividi questo evento" -#: mod/events.php:552 +#: mod/events.php:534 src/Model/Profile.php:864 +msgid "Basic" +msgstr "Base" + +#: mod/events.php:556 msgid "Failed to remove event" msgstr "Rimozione evento fallita." -#: mod/events.php:554 +#: mod/events.php:558 msgid "Event removed" msgstr "Evento rimosso" -#: mod/fsuggest.php:66 +#: mod/fsuggest.php:71 msgid "Friend suggestion sent." msgstr "Suggerimento di amicizia inviato." -#: mod/fsuggest.php:100 +#: mod/fsuggest.php:102 msgid "Suggest Friends" msgstr "Suggerisci amici" -#: mod/fsuggest.php:102 +#: mod/fsuggest.php:104 #, php-format msgid "Suggest a friend for %s" msgstr "Suggerisci un amico a %s" -#: mod/item.php:120 -msgid "Unable to locate original post." -msgstr "Impossibile trovare il messaggio originale." +#: mod/group.php:36 +msgid "Group created." +msgstr "Gruppo creato." -#: mod/item.php:347 -msgid "Empty post discarded." -msgstr "Messaggio vuoto scartato." +#: mod/group.php:42 +msgid "Could not create group." +msgstr "Impossibile creare il gruppo." -#: mod/item.php:931 -msgid "System error. Post not saved." -msgstr "Errore di sistema. Messaggio non salvato." +#: mod/group.php:56 mod/group.php:158 +msgid "Group not found." +msgstr "Gruppo non trovato." -#: mod/item.php:1022 -#, php-format +#: mod/group.php:70 +msgid "Group name changed." +msgstr "Il nome del gruppo è cambiato." + +#: mod/group.php:97 +msgid "Save Group" +msgstr "Salva gruppo" + +#: mod/group.php:102 +msgid "Create a group of contacts/friends." +msgstr "Crea un gruppo di amici/contatti." + +#: mod/group.php:103 mod/group.php:200 src/Model/Group.php:409 +msgid "Group Name: " +msgstr "Nome del gruppo:" + +#: mod/group.php:127 +msgid "Group removed." +msgstr "Gruppo rimosso." + +#: mod/group.php:129 +msgid "Unable to remove group." +msgstr "Impossibile rimuovere il gruppo." + +#: mod/group.php:193 +msgid "Delete Group" +msgstr "Elimina Gruppo" + +#: mod/group.php:199 +msgid "Group Editor" +msgstr "Modifica gruppo" + +#: mod/group.php:204 +msgid "Edit Group Name" +msgstr "Modifica Nome Gruppo" + +#: mod/group.php:214 +msgid "Members" +msgstr "Membri" + +#: mod/group.php:217 mod/network.php:639 +msgid "Group is empty" +msgstr "Il gruppo è vuoto" + +#: mod/group.php:230 +msgid "Remove Contact" +msgstr "Rimuovi Contatto" + +#: mod/group.php:254 +msgid "Add Contact" +msgstr "Aggiungi Contatto" + +#: mod/message.php:30 src/Content/Nav.php:198 +msgid "New Message" +msgstr "Nuovo messaggio" + +#: mod/message.php:77 +msgid "Unable to locate contact information." +msgstr "Impossibile trovare le informazioni del contatto." + +#: mod/message.php:112 view/theme/frio/theme.php:268 src/Content/Nav.php:195 +msgid "Messages" +msgstr "Messaggi" + +#: mod/message.php:136 +msgid "Do you really want to delete this message?" +msgstr "Vuoi veramente cancellare questo messaggio?" + +#: mod/message.php:156 +msgid "Message deleted." +msgstr "Messaggio eliminato." + +#: mod/message.php:185 +msgid "Conversation removed." +msgstr "Conversazione rimossa." + +#: mod/message.php:291 +msgid "No messages." +msgstr "Nessun messaggio." + +#: mod/message.php:330 +msgid "Message not available." +msgstr "Messaggio non disponibile." + +#: mod/message.php:397 +msgid "Delete message" +msgstr "Elimina il messaggio" + +#: mod/message.php:399 mod/message.php:500 +msgid "D, d M Y - g:i A" +msgstr "D d M Y - G:i" + +#: mod/message.php:414 mod/message.php:497 +msgid "Delete conversation" +msgstr "Elimina la conversazione" + +#: mod/message.php:416 msgid "" -"This message was sent to you by %s, a member of the Friendica social " -"network." -msgstr "Questo messaggio ti è stato inviato da %s, un membro del social network Friendica." +"No secure communications available. You may be able to " +"respond from the sender's profile page." +msgstr "Nessuna comunicazione sicura disponibile, Potresti essere in grado di rispondere dalla pagina del profilo del mittente." -#: mod/item.php:1024 +#: mod/message.php:420 +msgid "Send Reply" +msgstr "Invia la risposta" + +#: mod/message.php:471 #, php-format -msgid "You may visit them online at %s" -msgstr "Puoi visitarli online su %s" +msgid "Unknown sender - %s" +msgstr "Mittente sconosciuto - %s" -#: mod/item.php:1025 -msgid "" -"Please contact the sender by replying to this post if you do not wish to " -"receive these messages." -msgstr "Contatta il mittente rispondendo a questo post se non vuoi ricevere questi messaggi." - -#: mod/item.php:1029 +#: mod/message.php:473 #, php-format -msgid "%s posted an update." -msgstr "%s ha inviato un aggiornamento." +msgid "You and %s" +msgstr "Tu e %s" -#: mod/mood.php:137 -msgid "Mood" -msgstr "Umore" +#: mod/message.php:475 +#, php-format +msgid "%s and You" +msgstr "%s e Tu" -#: mod/mood.php:138 -msgid "Set your current mood and tell your friends" -msgstr "Condividi il tuo umore con i tuoi amici" +#: mod/message.php:503 +#, php-format +msgid "%d message" +msgid_plural "%d messages" +msgstr[0] "%d messaggio" +msgstr[1] "%d messaggi" -#: mod/network.php:563 +#: mod/network.php:202 src/Model/Group.php:401 +msgid "add" +msgstr "aggiungi" + +#: mod/network.php:547 #, php-format msgid "" "Warning: This group contains %s member from a network that doesn't allow non" @@ -7150,1945 +6312,2960 @@ msgid_plural "" msgstr[0] "Attenzione: Questo gruppo contiene %s membro da una rete che non permette la ricezione di messaggi non pubblici." msgstr[1] "Attenzione: Questo gruppo contiene %s membri da reti che non permettono la ricezione di messaggi non pubblici." -#: mod/network.php:566 +#: mod/network.php:550 msgid "Messages in this group won't be send to these receivers." msgstr "I messaggi in questo gruppo non saranno inviati ai quei contatti." -#: mod/network.php:634 +#: mod/network.php:618 msgid "No such group" msgstr "Nessun gruppo" -#: mod/network.php:659 +#: mod/network.php:643 #, php-format msgid "Group: %s" msgstr "Gruppo: %s" -#: mod/network.php:686 +#: mod/network.php:669 msgid "Private messages to this person are at risk of public disclosure." msgstr "I messaggi privati a questa persona potrebbero risultare visibili anche pubblicamente." -#: mod/network.php:690 +#: mod/network.php:672 msgid "Invalid contact." msgstr "Contatto non valido." -#: mod/network.php:895 +#: mod/network.php:921 msgid "Commented Order" msgstr "Ordina per commento" -#: mod/network.php:898 +#: mod/network.php:924 msgid "Sort by Comment Date" msgstr "Ordina per data commento" -#: mod/network.php:903 +#: mod/network.php:929 msgid "Posted Order" msgstr "Ordina per invio" -#: mod/network.php:906 +#: mod/network.php:932 msgid "Sort by Post Date" msgstr "Ordina per data messaggio" -#: mod/network.php:917 +#: mod/network.php:943 msgid "Posts that mention or involve you" msgstr "Messaggi che ti citano o coinvolgono" -#: mod/network.php:925 +#: mod/network.php:951 msgid "New" msgstr "Nuovo" -#: mod/network.php:928 +#: mod/network.php:954 msgid "Activity Stream - by date" msgstr "Activity Stream - per data" -#: mod/network.php:936 +#: mod/network.php:962 msgid "Shared Links" msgstr "Links condivisi" -#: mod/network.php:939 +#: mod/network.php:965 msgid "Interesting Links" msgstr "Link Interessanti" -#: mod/network.php:947 +#: mod/network.php:973 msgid "Starred" msgstr "Preferiti" -#: mod/network.php:950 +#: mod/network.php:976 msgid "Favourite Posts" msgstr "Messaggi preferiti" -#: mod/ostatus_subscribe.php:17 -msgid "Subscribing to OStatus contacts" -msgstr "Iscrizione a contatti OStatus" +#: mod/notes.php:53 src/Model/Profile.php:946 +msgid "Personal Notes" +msgstr "Note personali" -#: mod/ostatus_subscribe.php:28 -msgid "No contact provided." -msgstr "Nessun contatto disponibile." +#: mod/photos.php:108 src/Model/Profile.php:907 +msgid "Photo Albums" +msgstr "Album foto" -#: mod/ostatus_subscribe.php:34 -msgid "Couldn't fetch information for contact." -msgstr "Non è stato possibile recuperare le informazioni del contatto." - -#: mod/ostatus_subscribe.php:43 -msgid "Couldn't fetch friends for contact." -msgstr "Non è stato possibile recuperare gli amici del contatto." - -#: mod/ostatus_subscribe.php:71 -msgid "success" -msgstr "successo" - -#: mod/ostatus_subscribe.php:73 -msgid "failed" -msgstr "fallito" - -#: mod/ostatus_subscribe.php:76 object/Item.php:262 -msgid "ignored" -msgstr "ignorato" - -#: mod/photos.php:98 mod/photos.php:1877 +#: mod/photos.php:109 mod/photos.php:1713 msgid "Recent Photos" msgstr "Foto recenti" -#: mod/photos.php:101 mod/photos.php:1305 mod/photos.php:1879 +#: mod/photos.php:112 mod/photos.php:1210 mod/photos.php:1715 msgid "Upload New Photos" msgstr "Carica nuove foto" -#: mod/photos.php:116 mod/settings.php:36 +#: mod/photos.php:126 mod/settings.php:49 msgid "everybody" msgstr "tutti" -#: mod/photos.php:180 +#: mod/photos.php:184 msgid "Contact information unavailable" msgstr "I dati di questo contatto non sono disponibili" -#: mod/photos.php:201 +#: mod/photos.php:204 msgid "Album not found." msgstr "Album non trovato." -#: mod/photos.php:234 mod/photos.php:246 mod/photos.php:1249 +#: mod/photos.php:234 mod/photos.php:245 mod/photos.php:1161 msgid "Delete Album" msgstr "Rimuovi album" -#: mod/photos.php:244 +#: mod/photos.php:243 msgid "Do you really want to delete this photo album and all its photos?" msgstr "Vuoi davvero cancellare questo album e tutte le sue foto?" -#: mod/photos.php:327 mod/photos.php:338 mod/photos.php:1575 +#: mod/photos.php:310 mod/photos.php:321 mod/photos.php:1446 msgid "Delete Photo" msgstr "Rimuovi foto" -#: mod/photos.php:336 +#: mod/photos.php:319 msgid "Do you really want to delete this photo?" msgstr "Vuoi veramente cancellare questa foto?" -#: mod/photos.php:717 +#: mod/photos.php:667 +msgid "a photo" +msgstr "una foto" + +#: mod/photos.php:667 #, php-format msgid "%1$s was tagged in %2$s by %3$s" msgstr "%1$s è stato taggato in %2$s da %3$s" -#: mod/photos.php:717 -msgid "a photo" -msgstr "una foto" +#: mod/photos.php:769 +msgid "Image upload didn't complete, please try again" +msgstr "Caricamento dell'immagine non completato. Prova di nuovo." -#: mod/photos.php:817 mod/profile_photo.php:157 mod/wall_upload.php:182 -#, php-format -msgid "Image exceeds size limit of %s" -msgstr "La dimensione dell'immagine supera il limite di %s" +#: mod/photos.php:772 +msgid "Image file is missing" +msgstr "Il file dell'immagine è mancante" -#: mod/photos.php:825 +#: mod/photos.php:777 +msgid "" +"Server can't accept new file upload at this time, please contact your " +"administrator" +msgstr "Il server non può accettare il caricamento di un nuovo file in questo momento, contattare l'amministratore" + +#: mod/photos.php:803 msgid "Image file is empty." msgstr "Il file dell'immagine è vuoto." -#: mod/photos.php:840 mod/profile_photo.php:166 mod/wall_upload.php:196 -msgid "Unable to process image." -msgstr "Impossibile caricare l'immagine." - -#: mod/photos.php:869 mod/profile_photo.php:316 mod/wall_upload.php:235 -msgid "Image upload failed." -msgstr "Caricamento immagine fallito." - -#: mod/photos.php:974 +#: mod/photos.php:940 msgid "No photos selected" msgstr "Nessuna foto selezionata" -#: mod/photos.php:1077 mod/videos.php:313 +#: mod/photos.php:1036 mod/videos.php:310 msgid "Access to this item is restricted." msgstr "Questo oggetto non è visibile a tutti." -#: mod/photos.php:1165 +#: mod/photos.php:1090 msgid "Upload Photos" msgstr "Carica foto" -#: mod/photos.php:1169 mod/photos.php:1244 +#: mod/photos.php:1094 mod/photos.php:1156 msgid "New album name: " msgstr "Nome nuovo album: " -#: mod/photos.php:1170 +#: mod/photos.php:1095 msgid "or existing album name: " msgstr "o nome di un album esistente: " -#: mod/photos.php:1171 +#: mod/photos.php:1096 msgid "Do not show a status post for this upload" msgstr "Non creare un post per questo upload" -#: mod/photos.php:1182 mod/photos.php:1579 mod/settings.php:1294 +#: mod/photos.php:1106 mod/photos.php:1449 mod/settings.php:1233 msgid "Show to Groups" msgstr "Mostra ai gruppi" -#: mod/photos.php:1183 mod/photos.php:1580 mod/settings.php:1295 +#: mod/photos.php:1107 mod/photos.php:1450 mod/settings.php:1234 msgid "Show to Contacts" msgstr "Mostra ai contatti" -#: mod/photos.php:1184 -msgid "Private Photo" -msgstr "Foto privata" - -#: mod/photos.php:1185 -msgid "Public Photo" -msgstr "Foto pubblica" - -#: mod/photos.php:1255 +#: mod/photos.php:1167 msgid "Edit Album" msgstr "Modifica album" -#: mod/photos.php:1260 +#: mod/photos.php:1172 msgid "Show Newest First" msgstr "Mostra nuove foto per prime" -#: mod/photos.php:1262 +#: mod/photos.php:1174 msgid "Show Oldest First" msgstr "Mostra vecchie foto per prime" -#: mod/photos.php:1291 mod/photos.php:1862 +#: mod/photos.php:1195 mod/photos.php:1698 msgid "View Photo" msgstr "Vedi foto" -#: mod/photos.php:1336 +#: mod/photos.php:1236 msgid "Permission denied. Access to this item may be restricted." msgstr "Permesso negato. L'accesso a questo elemento può essere limitato." -#: mod/photos.php:1338 +#: mod/photos.php:1238 msgid "Photo not available" msgstr "Foto non disponibile" -#: mod/photos.php:1399 +#: mod/photos.php:1301 msgid "View photo" msgstr "Vedi foto" -#: mod/photos.php:1399 +#: mod/photos.php:1301 msgid "Edit photo" msgstr "Modifica foto" -#: mod/photos.php:1400 +#: mod/photos.php:1302 msgid "Use as profile photo" msgstr "Usa come foto del profilo" -#: mod/photos.php:1406 object/Item.php:127 +#: mod/photos.php:1308 src/Object/Post.php:148 msgid "Private Message" msgstr "Messaggio privato" -#: mod/photos.php:1425 +#: mod/photos.php:1327 msgid "View Full Size" msgstr "Vedi dimensione intera" -#: mod/photos.php:1515 +#: mod/photos.php:1414 msgid "Tags: " msgstr "Tag: " -#: mod/photos.php:1518 +#: mod/photos.php:1417 msgid "[Remove any tag]" msgstr "[Rimuovi tutti i tag]" -#: mod/photos.php:1561 +#: mod/photos.php:1432 msgid "New album name" msgstr "Nuovo nome dell'album" -#: mod/photos.php:1562 +#: mod/photos.php:1433 msgid "Caption" msgstr "Titolo" -#: mod/photos.php:1563 +#: mod/photos.php:1434 msgid "Add a Tag" msgstr "Aggiungi tag" -#: mod/photos.php:1563 +#: mod/photos.php:1434 msgid "" "Example: @bob, @Barbara_Jensen, @jim@example.com, #California, #camping" msgstr "Esempio: @bob, @Barbara_Jensen, @jim@example.com, #California, #camping" -#: mod/photos.php:1564 +#: mod/photos.php:1435 msgid "Do not rotate" msgstr "Non ruotare" -#: mod/photos.php:1565 +#: mod/photos.php:1436 msgid "Rotate CW (right)" msgstr "Ruota a destra" -#: mod/photos.php:1566 +#: mod/photos.php:1437 msgid "Rotate CCW (left)" msgstr "Ruota a sinistra" -#: mod/photos.php:1581 -msgid "Private photo" -msgstr "Foto privata" - -#: mod/photos.php:1582 -msgid "Public photo" -msgstr "Foto pubblica" - -#: mod/photos.php:1602 object/Item.php:280 +#: mod/photos.php:1471 src/Object/Post.php:295 msgid "I like this (toggle)" msgstr "Mi piace (clic per cambiare)" -#: mod/photos.php:1603 object/Item.php:281 +#: mod/photos.php:1472 src/Object/Post.php:296 msgid "I don't like this (toggle)" msgstr "Non mi piace (clic per cambiare)" -#: mod/photos.php:1620 mod/photos.php:1662 mod/photos.php:1742 -#: object/Item.php:699 +#: mod/photos.php:1488 mod/photos.php:1527 mod/photos.php:1600 +#: src/Object/Post.php:785 msgid "This is you" msgstr "Questo sei tu" -#: mod/photos.php:1622 mod/photos.php:1664 mod/photos.php:1744 -#: object/Item.php:386 object/Item.php:701 +#: mod/photos.php:1490 mod/photos.php:1529 mod/photos.php:1602 +#: src/Object/Post.php:391 src/Object/Post.php:787 msgid "Comment" msgstr "Commento" -#: mod/photos.php:1791 +#: mod/photos.php:1634 msgid "Map" msgstr "Mappa" -#: mod/photos.php:1868 mod/videos.php:397 +#: mod/photos.php:1704 mod/videos.php:388 msgid "View Album" msgstr "Sfoglia l'album" -#: mod/ping.php:276 -msgid "{0} wants to be your friend" -msgstr "{0} vuole essere tuo amico" +#: mod/profile.php:36 src/Model/Profile.php:118 +msgid "Requested profile is not available." +msgstr "Profilo richiesto non disponibile." -#: mod/ping.php:291 -msgid "{0} sent you a message" -msgstr "{0} ti ha inviato un messaggio" - -#: mod/ping.php:306 -msgid "{0} requested registration" -msgstr "{0} chiede la registrazione" - -#: mod/poke.php:199 -msgid "Poke/Prod" -msgstr "Tocca/Pungola" - -#: mod/poke.php:200 -msgid "poke, prod or do other things to somebody" -msgstr "tocca, pungola o fai altre cose a qualcuno" - -#: mod/poke.php:201 -msgid "Recipient" -msgstr "Destinatario" - -#: mod/poke.php:202 -msgid "Choose what you wish to do to recipient" -msgstr "Scegli cosa vuoi fare al destinatario" - -#: mod/poke.php:205 -msgid "Make this post private" -msgstr "Rendi questo post privato" - -#: mod/profile_photo.php:46 -msgid "Image uploaded but image cropping failed." -msgstr "L'immagine è stata caricata, ma il non è stato possibile ritagliarla." - -#: mod/profile_photo.php:79 mod/profile_photo.php:87 mod/profile_photo.php:95 -#: mod/profile_photo.php:324 +#: mod/profile.php:77 src/Protocol/OStatus.php:1247 #, php-format -msgid "Image size reduction [%s] failed." -msgstr "Il ridimensionamento dell'immagine [%s] è fallito." +msgid "%s's posts" +msgstr "il messaggio di %s" -#: mod/profile_photo.php:129 -msgid "" -"Shift-reload the page or clear browser cache if the new photo does not " -"display immediately." -msgstr "Ricarica la pagina con shift+F5 o cancella la cache del browser se la nuova foto non viene mostrata immediatamente." - -#: mod/profile_photo.php:138 -msgid "Unable to process image" -msgstr "Impossibile elaborare l'immagine" - -#: mod/profile_photo.php:255 -msgid "Upload File:" -msgstr "Carica un file:" - -#: mod/profile_photo.php:256 -msgid "Select a profile:" -msgstr "Seleziona un profilo:" - -#: mod/profile_photo.php:258 -msgid "Upload" -msgstr "Carica" - -#: mod/profile_photo.php:261 -msgid "or" -msgstr "o" - -#: mod/profile_photo.php:261 -msgid "skip this step" -msgstr "salta questo passaggio" - -#: mod/profile_photo.php:261 -msgid "select a photo from your photo albums" -msgstr "seleziona una foto dai tuoi album" - -#: mod/profile_photo.php:275 -msgid "Crop Image" -msgstr "Ritaglia immagine" - -#: mod/profile_photo.php:276 -msgid "Please adjust the image cropping for optimum viewing." -msgstr "Ritaglia l'immagine per una visualizzazione migliore." - -#: mod/profile_photo.php:278 -msgid "Done Editing" -msgstr "Finito" - -#: mod/profile_photo.php:314 -msgid "Image uploaded successfully." -msgstr "Immagine caricata con successo." - -#: mod/profiles.php:44 -msgid "Profile deleted." -msgstr "Profilo eliminato." - -#: mod/profiles.php:60 mod/profiles.php:96 -msgid "Profile-" -msgstr "Profilo-" - -#: mod/profiles.php:79 mod/profiles.php:118 -msgid "New profile created." -msgstr "Il nuovo profilo è stato creato." - -#: mod/profiles.php:102 -msgid "Profile unavailable to clone." -msgstr "Impossibile duplicare il profilo." - -#: mod/profiles.php:192 -msgid "Profile Name is required." -msgstr "Il nome profilo è obbligatorio ." - -#: mod/profiles.php:332 -msgid "Marital Status" -msgstr "Stato civile" - -#: mod/profiles.php:336 -msgid "Romantic Partner" -msgstr "Partner romantico" - -#: mod/profiles.php:348 -msgid "Work/Employment" -msgstr "Lavoro/Impiego" - -#: mod/profiles.php:351 -msgid "Religion" -msgstr "Religione" - -#: mod/profiles.php:355 -msgid "Political Views" -msgstr "Orientamento Politico" - -#: mod/profiles.php:359 -msgid "Gender" -msgstr "Sesso" - -#: mod/profiles.php:363 -msgid "Sexual Preference" -msgstr "Preferenza sessuale" - -#: mod/profiles.php:367 -msgid "XMPP" -msgstr "XMPP" - -#: mod/profiles.php:371 -msgid "Homepage" -msgstr "Homepage" - -#: mod/profiles.php:375 mod/profiles.php:694 -msgid "Interests" -msgstr "Interessi" - -#: mod/profiles.php:379 -msgid "Address" -msgstr "Indirizzo" - -#: mod/profiles.php:386 mod/profiles.php:690 -msgid "Location" -msgstr "Posizione" - -#: mod/profiles.php:471 -msgid "Profile updated." -msgstr "Profilo aggiornato." - -#: mod/profiles.php:563 -msgid " and " -msgstr "e " - -#: mod/profiles.php:572 -msgid "public profile" -msgstr "profilo pubblico" - -#: mod/profiles.php:575 +#: mod/profile.php:78 src/Protocol/OStatus.php:1248 #, php-format -msgid "%1$s changed %2$s to “%3$s”" -msgstr "%1$s ha cambiato %2$s in “%3$s”" +msgid "%s's comments" +msgstr "il commento di %s" -#: mod/profiles.php:576 +#: mod/profile.php:79 src/Protocol/OStatus.php:1246 #, php-format -msgid " - Visit %1$s's %2$s" -msgstr "- Visita %2$s di %1$s" +msgid "%s's timeline" +msgstr "la timeline di %s" -#: mod/profiles.php:578 -#, php-format -msgid "%1$s has an updated %2$s, changing %3$s." -msgstr "%1$s ha un %2$s aggiornato. Ha cambiato %3$s" +#: mod/profile.php:194 +msgid "Tips for New Members" +msgstr "Consigli per i Nuovi Utenti" -#: mod/profiles.php:636 -msgid "Hide contacts and friends:" -msgstr "Nascondi contatti:" - -#: mod/profiles.php:641 -msgid "Hide your contact/friend list from viewers of this profile?" -msgstr "Nascondi la tua lista di contatti/amici ai visitatori di questo profilo?" - -#: mod/profiles.php:666 -msgid "Show more profile fields:" -msgstr "Mostra più informazioni di profilo:" - -#: mod/profiles.php:678 -msgid "Profile Actions" -msgstr "Azioni Profilo" - -#: mod/profiles.php:679 -msgid "Edit Profile Details" -msgstr "Modifica i dettagli del profilo" - -#: mod/profiles.php:681 -msgid "Change Profile Photo" -msgstr "Cambia la foto del profilo" - -#: mod/profiles.php:682 -msgid "View this profile" -msgstr "Visualizza questo profilo" - -#: mod/profiles.php:684 -msgid "Create a new profile using these settings" -msgstr "Crea un nuovo profilo usando queste impostazioni" - -#: mod/profiles.php:685 -msgid "Clone this profile" -msgstr "Clona questo profilo" - -#: mod/profiles.php:686 -msgid "Delete this profile" -msgstr "Elimina questo profilo" - -#: mod/profiles.php:688 -msgid "Basic information" -msgstr "Informazioni di base" - -#: mod/profiles.php:689 -msgid "Profile picture" -msgstr "Immagine del profilo" - -#: mod/profiles.php:691 -msgid "Preferences" -msgstr "Preferenze" - -#: mod/profiles.php:692 -msgid "Status information" -msgstr "Informazioni stato" - -#: mod/profiles.php:693 -msgid "Additional information" -msgstr "Informazioni aggiuntive" - -#: mod/profiles.php:696 -msgid "Relation" -msgstr "Relazione" - -#: mod/profiles.php:700 -msgid "Your Gender:" -msgstr "Il tuo sesso:" - -#: mod/profiles.php:701 -msgid " Marital Status:" -msgstr " Stato sentimentale:" - -#: mod/profiles.php:703 -msgid "Example: fishing photography software" -msgstr "Esempio: pesca fotografia programmazione" - -#: mod/profiles.php:708 -msgid "Profile Name:" -msgstr "Nome del profilo:" - -#: mod/profiles.php:710 -msgid "" -"This is your public profile.
    It may " -"be visible to anybody using the internet." -msgstr "Questo è il tuo profilo publico.
    Potrebbe essere visto da chiunque attraverso internet." - -#: mod/profiles.php:711 -msgid "Your Full Name:" -msgstr "Il tuo nome completo:" - -#: mod/profiles.php:712 -msgid "Title/Description:" -msgstr "Breve descrizione (es. titolo, posizione, altro):" - -#: mod/profiles.php:715 -msgid "Street Address:" -msgstr "Indirizzo (via/piazza):" - -#: mod/profiles.php:716 -msgid "Locality/City:" -msgstr "Località:" - -#: mod/profiles.php:717 -msgid "Region/State:" -msgstr "Regione/Stato:" - -#: mod/profiles.php:718 -msgid "Postal/Zip Code:" -msgstr "CAP:" - -#: mod/profiles.php:719 -msgid "Country:" -msgstr "Nazione:" - -#: mod/profiles.php:723 -msgid "Who: (if applicable)" -msgstr "Con chi: (se possibile)" - -#: mod/profiles.php:723 -msgid "Examples: cathy123, Cathy Williams, cathy@example.com" -msgstr "Esempio: cathy123, Cathy Williams, cathy@example.com" - -#: mod/profiles.php:724 -msgid "Since [date]:" -msgstr "Dal [data]:" - -#: mod/profiles.php:726 -msgid "Tell us about yourself..." -msgstr "Raccontaci di te..." - -#: mod/profiles.php:727 -msgid "XMPP (Jabber) address:" -msgstr "Indirizzo XMPP (Jabber):" - -#: mod/profiles.php:727 -msgid "" -"The XMPP address will be propagated to your contacts so that they can follow" -" you." -msgstr "L'indirizzo XMPP verrà propagato ai tuoi contatti così che possano seguirti." - -#: mod/profiles.php:728 -msgid "Homepage URL:" -msgstr "Homepage:" - -#: mod/profiles.php:731 -msgid "Religious Views:" -msgstr "Orientamento religioso:" - -#: mod/profiles.php:732 -msgid "Public Keywords:" -msgstr "Parole chiave visibili a tutti:" - -#: mod/profiles.php:732 -msgid "(Used for suggesting potential friends, can be seen by others)" -msgstr "(E' utilizzato per suggerire potenziali amici, può essere visto da altri)" - -#: mod/profiles.php:733 -msgid "Private Keywords:" -msgstr "Parole chiave private:" - -#: mod/profiles.php:733 -msgid "(Used for searching profiles, never shown to others)" -msgstr "(Usato per cercare tra i profili, non è mai visibile agli altri)" - -#: mod/profiles.php:736 -msgid "Musical interests" -msgstr "Interessi musicali" - -#: mod/profiles.php:737 -msgid "Books, literature" -msgstr "Libri, letteratura" - -#: mod/profiles.php:738 -msgid "Television" -msgstr "Televisione" - -#: mod/profiles.php:739 -msgid "Film/dance/culture/entertainment" -msgstr "Film/danza/cultura/intrattenimento" - -#: mod/profiles.php:740 -msgid "Hobbies/Interests" -msgstr "Hobby/interessi" - -#: mod/profiles.php:741 -msgid "Love/romance" -msgstr "Amore" - -#: mod/profiles.php:742 -msgid "Work/employment" -msgstr "Lavoro/impiego" - -#: mod/profiles.php:743 -msgid "School/education" -msgstr "Scuola/educazione" - -#: mod/profiles.php:744 -msgid "Contact information and Social Networks" -msgstr "Informazioni su contatti e social network" - -#: mod/profiles.php:785 -msgid "Edit/Manage Profiles" -msgstr "Modifica / Gestisci profili" - -#: mod/register.php:98 -msgid "" -"Registration successful. Please check your email for further instructions." -msgstr "Registrazione completata. Controlla la tua mail per ulteriori informazioni." - -#: mod/register.php:103 -#, php-format -msgid "" -"Failed to send email message. Here your accout details:
    login: %s
    " -"password: %s

    You can change your password after login." -msgstr "Si è verificato un errore inviando l'email. I dettagli del tuo account:
    login: %s
    password: %s

    Puoi cambiare la password dopo il login." - -#: mod/register.php:110 -msgid "Registration successful." -msgstr "Registrazione completata." - -#: mod/register.php:116 -msgid "Your registration can not be processed." -msgstr "La tua registrazione non puo' essere elaborata." - -#: mod/register.php:165 -msgid "Your registration is pending approval by the site owner." -msgstr "La tua richiesta è in attesa di approvazione da parte del proprietario del sito." - -#: mod/register.php:231 -msgid "" -"You may (optionally) fill in this form via OpenID by supplying your OpenID " -"and clicking 'Register'." -msgstr "Se vuoi, puoi riempire questo modulo tramite OpenID, inserendo il tuo OpenID e cliccando 'Registra'." - -#: mod/register.php:232 -msgid "" -"If you are not familiar with OpenID, please leave that field blank and fill " -"in the rest of the items." -msgstr "Se non hai familiarità con OpenID, lascia il campo vuoto e riempi il resto della maschera." - -#: mod/register.php:233 -msgid "Your OpenID (optional): " -msgstr "Il tuo OpenID (opzionale): " - -#: mod/register.php:247 -msgid "Include your profile in member directory?" -msgstr "Includi il tuo profilo nell'elenco pubblico?" - -#: mod/register.php:272 -msgid "Note for the admin" -msgstr "Nota per l'amministratore" - -#: mod/register.php:272 -msgid "Leave a message for the admin, why you want to join this node" -msgstr "Lascia un messaggio per l'amministratore, per esempio perché vuoi registrarti su questo nodo" - -#: mod/register.php:273 -msgid "Membership on this site is by invitation only." -msgstr "La registrazione su questo sito è solo su invito." - -#: mod/register.php:274 -msgid "Your invitation ID: " -msgstr "L'ID del tuo invito:" - -#: mod/register.php:285 -msgid "Your Full Name (e.g. Joe Smith, real or real-looking): " -msgstr "Il tuo nome completo (es. Mario Rossi, vero o che sembri vero): " - -#: mod/register.php:286 -msgid "Your Email Address: " -msgstr "Il tuo indirizzo email: " - -#: mod/register.php:288 mod/settings.php:1265 -msgid "New Password:" -msgstr "Nuova password:" - -#: mod/register.php:288 -msgid "Leave empty for an auto generated password." -msgstr "Lascia vuoto per generare automaticamente una password." - -#: mod/register.php:289 mod/settings.php:1266 -msgid "Confirm:" -msgstr "Conferma:" - -#: mod/register.php:290 -msgid "" -"Choose a profile nickname. This must begin with a text character. Your " -"profile address on this site will then be " -"'nickname@$sitename'." -msgstr "Scegli un nome utente. Deve cominciare con una lettera. L'indirizzo del tuo profilo sarà 'soprannome@$sitename'." - -#: mod/register.php:291 -msgid "Choose a nickname: " -msgstr "Scegli un nome utente: " - -#: mod/register.php:301 -msgid "Import your profile to this friendica instance" -msgstr "Importa il tuo profilo in questo server friendica" - -#: mod/regmod.php:62 -msgid "Account approved." -msgstr "Account approvato." - -#: mod/regmod.php:90 -#, php-format -msgid "Registration revoked for %s" -msgstr "Registrazione revocata per %s" - -#: mod/regmod.php:102 -msgid "Please login." -msgstr "Accedi." - -#: mod/settings.php:60 +#: mod/settings.php:71 msgid "Display" msgstr "Visualizzazione" -#: mod/settings.php:67 mod/settings.php:895 +#: mod/settings.php:78 mod/settings.php:845 msgid "Social Networks" msgstr "Social Networks" -#: mod/settings.php:88 +#: mod/settings.php:92 src/Content/Nav.php:204 +msgid "Delegations" +msgstr "Delegazioni" + +#: mod/settings.php:99 msgid "Connected apps" msgstr "Applicazioni collegate" -#: mod/settings.php:102 +#: mod/settings.php:113 msgid "Remove account" msgstr "Rimuovi account" -#: mod/settings.php:157 +#: mod/settings.php:167 msgid "Missing some important data!" msgstr "Mancano alcuni dati importanti!" -#: mod/settings.php:267 +#: mod/settings.php:278 msgid "Failed to connect with email account using the settings provided." msgstr "Impossibile collegarsi all'account email con i parametri forniti." -#: mod/settings.php:272 +#: mod/settings.php:283 msgid "Email settings updated." msgstr "Impostazioni e-mail aggiornate." -#: mod/settings.php:288 +#: mod/settings.php:299 msgid "Features updated" msgstr "Funzionalità aggiornate" -#: mod/settings.php:359 +#: mod/settings.php:371 msgid "Relocate message has been send to your contacts" msgstr "Il messaggio di trasloco è stato inviato ai tuoi contatti" -#: mod/settings.php:378 +#: mod/settings.php:383 src/Model/User.php:312 +msgid "Passwords do not match. Password unchanged." +msgstr "Le password non corrispondono. Password non cambiata." + +#: mod/settings.php:388 msgid "Empty passwords are not allowed. Password unchanged." msgstr "Le password non possono essere vuote. Password non cambiata." -#: mod/settings.php:386 +#: mod/settings.php:394 msgid "Wrong password." msgstr "Password sbagliata." -#: mod/settings.php:397 +#: mod/settings.php:401 msgid "Password changed." msgstr "Password cambiata." -#: mod/settings.php:399 +#: mod/settings.php:403 msgid "Password update failed. Please try again." msgstr "Aggiornamento password fallito. Prova ancora." -#: mod/settings.php:489 +#: mod/settings.php:493 msgid " Please use a shorter name." msgstr " Usa un nome più corto." -#: mod/settings.php:492 +#: mod/settings.php:496 msgid " Name too short." msgstr " Nome troppo corto." -#: mod/settings.php:502 +#: mod/settings.php:504 msgid "Wrong Password" msgstr "Password Sbagliata" -#: mod/settings.php:507 -msgid " Not valid email." -msgstr " Email non valida." +#: mod/settings.php:509 +msgid "Invalid email." +msgstr "Email non valida." -#: mod/settings.php:514 -msgid " Cannot change to that email." +#: mod/settings.php:516 +msgid "Cannot change to that email." msgstr "Non puoi usare quella email." -#: mod/settings.php:570 +#: mod/settings.php:569 msgid "Private forum has no privacy permissions. Using default privacy group." msgstr "Il forum privato non ha permessi di privacy. Uso il gruppo di privacy predefinito." -#: mod/settings.php:573 +#: mod/settings.php:572 msgid "Private forum has no privacy permissions and no default privacy group." msgstr "Il gruppo privato non ha permessi di privacy e nessun gruppo di privacy predefinito." -#: mod/settings.php:613 +#: mod/settings.php:612 msgid "Settings updated." msgstr "Impostazioni aggiornate." -#: mod/settings.php:690 mod/settings.php:716 mod/settings.php:752 +#: mod/settings.php:678 mod/settings.php:704 mod/settings.php:740 msgid "Add application" msgstr "Aggiungi applicazione" -#: mod/settings.php:694 mod/settings.php:720 +#: mod/settings.php:682 mod/settings.php:708 msgid "Consumer Key" msgstr "Consumer Key" -#: mod/settings.php:695 mod/settings.php:721 +#: mod/settings.php:683 mod/settings.php:709 msgid "Consumer Secret" msgstr "Consumer Secret" -#: mod/settings.php:696 mod/settings.php:722 +#: mod/settings.php:684 mod/settings.php:710 msgid "Redirect" msgstr "Redirect" -#: mod/settings.php:697 mod/settings.php:723 +#: mod/settings.php:685 mod/settings.php:711 msgid "Icon url" msgstr "Url icona" -#: mod/settings.php:708 +#: mod/settings.php:696 msgid "You can't edit this application." msgstr "Non puoi modificare questa applicazione." -#: mod/settings.php:751 +#: mod/settings.php:739 msgid "Connected Apps" msgstr "Applicazioni Collegate" -#: mod/settings.php:753 object/Item.php:132 object/Item.php:134 +#: mod/settings.php:741 src/Object/Post.php:154 src/Object/Post.php:156 msgid "Edit" msgstr "Modifica" -#: mod/settings.php:755 +#: mod/settings.php:743 msgid "Client key starts with" msgstr "Chiave del client inizia con" -#: mod/settings.php:756 +#: mod/settings.php:744 msgid "No name" msgstr "Nessun nome" -#: mod/settings.php:757 +#: mod/settings.php:745 msgid "Remove authorization" msgstr "Rimuovi l'autorizzazione" -#: mod/settings.php:769 -msgid "No Plugin settings configured" -msgstr "Nessun plugin ha impostazioni modificabili" +#: mod/settings.php:756 +msgid "No Addon settings configured" +msgstr "Nessun addon ha impostazioni modificabili" -#: mod/settings.php:778 -msgid "Plugin Settings" -msgstr "Impostazioni plugin" +#: mod/settings.php:765 +msgid "Addon Settings" +msgstr "Impostazioni Addon" -#: mod/settings.php:800 +#: mod/settings.php:786 msgid "Additional Features" msgstr "Funzionalità aggiuntive" -#: mod/settings.php:810 mod/settings.php:814 +#: mod/settings.php:808 src/Content/ContactSelector.php:83 +msgid "Diaspora" +msgstr "Diaspora" + +#: mod/settings.php:808 mod/settings.php:809 +msgid "enabled" +msgstr "abilitato" + +#: mod/settings.php:808 mod/settings.php:809 +msgid "disabled" +msgstr "disabilitato" + +#: mod/settings.php:808 mod/settings.php:809 +#, php-format +msgid "Built-in support for %s connectivity is %s" +msgstr "Il supporto integrato per la connettività con %s è %s" + +#: mod/settings.php:809 +msgid "GNU Social (OStatus)" +msgstr "GNU Social (OStatus)" + +#: mod/settings.php:840 +msgid "Email access is disabled on this site." +msgstr "L'accesso email è disabilitato su questo sito." + +#: mod/settings.php:850 msgid "General Social Media Settings" msgstr "Impostazioni Media Sociali" -#: mod/settings.php:820 +#: mod/settings.php:851 msgid "Disable intelligent shortening" msgstr "Disabilita accorciamento intelligente" -#: mod/settings.php:822 +#: mod/settings.php:851 msgid "" "Normally the system tries to find the best link to add to shortened posts. " "If this option is enabled then every shortened post will always point to the" " original friendica post." msgstr "Normalmente il sistema tenta di trovare il migliore link da aggiungere a un post accorciato. Se questa opzione è abilitata, ogni post accorciato conterrà sempre un link al post originale su Friendica." -#: mod/settings.php:828 +#: mod/settings.php:852 msgid "Automatically follow any GNU Social (OStatus) followers/mentioners" msgstr "Segui automaticamente chiunque da GNU Social (OStatus) ti segua o ti menzioni" -#: mod/settings.php:830 +#: mod/settings.php:852 msgid "" "If you receive a message from an unknown OStatus user, this option decides " "what to do. If it is checked, a new contact will be created for every " "unknown user." msgstr "Se ricevi un messaggio da un utente OStatus sconosciuto, questa opzione decide cosa fare. Se selezionato, un nuovo contatto verrà creato per ogni utente sconosciuto." -#: mod/settings.php:836 +#: mod/settings.php:853 msgid "Default group for OStatus contacts" msgstr "Gruppo di default per i contatti OStatus" -#: mod/settings.php:844 +#: mod/settings.php:854 msgid "Your legacy GNU Social account" msgstr "Il tuo vecchio account GNU Social" -#: mod/settings.php:846 +#: mod/settings.php:854 msgid "" "If you enter your old GNU Social/Statusnet account name here (in the format " "user@domain.tld), your contacts will be added automatically. The field will " "be emptied when done." msgstr "Se inserisci il nome del tuo vecchio account GNU Social/Statusnet qui (nel formato utente@dominio.tld), i tuoi contatti verranno automaticamente aggiunti. Il campo verrà svuotato una volta terminato." -#: mod/settings.php:849 +#: mod/settings.php:857 msgid "Repair OStatus subscriptions" msgstr "Ripara le iscrizioni OStatus" -#: mod/settings.php:858 mod/settings.php:859 -#, php-format -msgid "Built-in support for %s connectivity is %s" -msgstr "Il supporto integrato per la connettività con %s è %s" - -#: mod/settings.php:858 mod/settings.php:859 -msgid "enabled" -msgstr "abilitato" - -#: mod/settings.php:858 mod/settings.php:859 -msgid "disabled" -msgstr "disabilitato" - -#: mod/settings.php:859 -msgid "GNU Social (OStatus)" -msgstr "GNU Social (OStatus)" - -#: mod/settings.php:890 -msgid "Email access is disabled on this site." -msgstr "L'accesso email è disabilitato su questo sito." - -#: mod/settings.php:900 +#: mod/settings.php:861 msgid "Email/Mailbox Setup" msgstr "Impostazioni email" -#: mod/settings.php:901 +#: mod/settings.php:862 msgid "" "If you wish to communicate with email contacts using this service " "(optional), please specify how to connect to your mailbox." msgstr "Se vuoi comunicare con i contatti email usando questo servizio, specifica come collegarti alla tua casella di posta. (opzionale)" -#: mod/settings.php:902 +#: mod/settings.php:863 msgid "Last successful email check:" msgstr "Ultimo controllo email eseguito con successo:" -#: mod/settings.php:904 +#: mod/settings.php:865 msgid "IMAP server name:" msgstr "Nome server IMAP:" -#: mod/settings.php:905 +#: mod/settings.php:866 msgid "IMAP port:" msgstr "Porta IMAP:" -#: mod/settings.php:906 +#: mod/settings.php:867 msgid "Security:" msgstr "Sicurezza:" -#: mod/settings.php:906 mod/settings.php:911 +#: mod/settings.php:867 mod/settings.php:872 msgid "None" msgstr "Nessuna" -#: mod/settings.php:907 +#: mod/settings.php:868 msgid "Email login name:" msgstr "Nome utente email:" -#: mod/settings.php:908 +#: mod/settings.php:869 msgid "Email password:" msgstr "Password email:" -#: mod/settings.php:909 +#: mod/settings.php:870 msgid "Reply-to address:" msgstr "Indirizzo di risposta:" -#: mod/settings.php:910 +#: mod/settings.php:871 msgid "Send public posts to all email contacts:" msgstr "Invia i messaggi pubblici ai contatti email:" -#: mod/settings.php:911 +#: mod/settings.php:872 msgid "Action after import:" msgstr "Azione post importazione:" -#: mod/settings.php:911 +#: mod/settings.php:872 src/Content/Nav.php:191 +msgid "Mark as seen" +msgstr "Segna come letto" + +#: mod/settings.php:872 msgid "Move to folder" msgstr "Sposta nella cartella" -#: mod/settings.php:912 +#: mod/settings.php:873 msgid "Move to folder:" msgstr "Sposta nella cartella:" -#: mod/settings.php:1008 +#: mod/settings.php:916 +#, php-format +msgid "%s - (Unsupported)" +msgstr "%s - (Non supportato)" + +#: mod/settings.php:918 +#, php-format +msgid "%s - (Experimental)" +msgstr "%s - (Sperimentale)" + +#: mod/settings.php:961 msgid "Display Settings" msgstr "Impostazioni Grafiche" -#: mod/settings.php:1014 mod/settings.php:1037 +#: mod/settings.php:967 mod/settings.php:991 msgid "Display Theme:" msgstr "Tema:" -#: mod/settings.php:1015 +#: mod/settings.php:968 msgid "Mobile Theme:" msgstr "Tema mobile:" -#: mod/settings.php:1016 +#: mod/settings.php:969 msgid "Suppress warning of insecure networks" msgstr "Sopprimi avvisi reti insicure" -#: mod/settings.php:1016 +#: mod/settings.php:969 msgid "" "Should the system suppress the warning that the current group contains " "members of networks that can't receive non public postings." msgstr "Il sistema sopprimerà l'avviso che il gruppo selezionato contiene membri di reti che non possono ricevere post non pubblici." -#: mod/settings.php:1017 +#: mod/settings.php:970 msgid "Update browser every xx seconds" msgstr "Aggiorna il browser ogni x secondi" -#: mod/settings.php:1017 +#: mod/settings.php:970 msgid "Minimum of 10 seconds. Enter -1 to disable it." msgstr "Minimo 10 secondi. Inserisci -1 per disabilitarlo" -#: mod/settings.php:1018 +#: mod/settings.php:971 msgid "Number of items to display per page:" msgstr "Numero di elementi da mostrare per pagina:" -#: mod/settings.php:1018 mod/settings.php:1019 +#: mod/settings.php:971 mod/settings.php:972 msgid "Maximum of 100 items" msgstr "Massimo 100 voci" -#: mod/settings.php:1019 +#: mod/settings.php:972 msgid "Number of items to display per page when viewed from mobile device:" msgstr "Numero di voci da visualizzare per pagina quando si utilizza un dispositivo mobile:" -#: mod/settings.php:1020 +#: mod/settings.php:973 msgid "Don't show emoticons" msgstr "Non mostrare le emoticons" -#: mod/settings.php:1021 +#: mod/settings.php:974 msgid "Calendar" msgstr "Calendario" -#: mod/settings.php:1022 +#: mod/settings.php:975 msgid "Beginning of week:" msgstr "Inizio della settimana:" -#: mod/settings.php:1023 +#: mod/settings.php:976 msgid "Don't show notices" msgstr "Non mostrare gli avvisi" -#: mod/settings.php:1024 +#: mod/settings.php:977 msgid "Infinite scroll" msgstr "Scroll infinito" -#: mod/settings.php:1025 +#: mod/settings.php:978 msgid "Automatic updates only at the top of the network page" msgstr "Aggiornamenti automatici solo in cima alla pagina \"rete\"" -#: mod/settings.php:1025 +#: mod/settings.php:978 msgid "" "When disabled, the network page is updated all the time, which could be " "confusing while reading." -msgstr "" +msgstr "Quando disabilitato, la pagina \"rete\" è aggiornata continuamente, cosa che può confondere durante la lettura." -#: mod/settings.php:1026 +#: mod/settings.php:979 msgid "Bandwith Saver Mode" msgstr "Modalità Salva Banda" -#: mod/settings.php:1026 +#: mod/settings.php:979 msgid "" "When enabled, embedded content is not displayed on automatic updates, they " "only show on page reload." msgstr "Quando abilitato, il contenuto embeddato non è mostrato quando la pagina si aggiorna automaticamente, ma solo quando la pagina viene ricaricata." -#: mod/settings.php:1028 +#: mod/settings.php:980 +msgid "Smart Threading" +msgstr "Smart Threading" + +#: mod/settings.php:980 +msgid "" +"When enabled, suppress extraneous thread indentation while keeping it where " +"it matters. Only works if threading is available and enabled." +msgstr "Quando è abilitato, rimuove i rientri eccessivi nella visualizzazione delle discussioni, mantenendoli dove sono importanti. Funziona solo se le conversazioni a thread sono disponibili e abilitate." + +#: mod/settings.php:982 msgid "General Theme Settings" msgstr "Opzioni Generali Tema" -#: mod/settings.php:1029 +#: mod/settings.php:983 msgid "Custom Theme Settings" msgstr "Opzioni Personalizzate Tema" -#: mod/settings.php:1030 +#: mod/settings.php:984 msgid "Content Settings" msgstr "Opzioni Contenuto" -#: mod/settings.php:1031 view/theme/duepuntozero/config.php:67 -#: view/theme/frio/config.php:110 view/theme/quattro/config.php:73 -#: view/theme/vier/config.php:116 +#: mod/settings.php:985 view/theme/duepuntozero/config.php:73 +#: view/theme/frio/config.php:115 view/theme/quattro/config.php:75 +#: view/theme/vier/config.php:121 msgid "Theme settings" msgstr "Impostazioni tema" -#: mod/settings.php:1097 +#: mod/settings.php:1006 +msgid "Unable to find your profile. Please contact your admin." +msgstr "Impossibile trovare il tuo profilo. Contatta il tuo amministratore." + +#: mod/settings.php:1048 msgid "Account Types" msgstr "Tipi di Account" -#: mod/settings.php:1098 +#: mod/settings.php:1049 msgid "Personal Page Subtypes" msgstr "Sottotipi di Pagine Personali" -#: mod/settings.php:1099 +#: mod/settings.php:1050 msgid "Community Forum Subtypes" msgstr "Sottotipi di Community Forum" -#: mod/settings.php:1106 +#: mod/settings.php:1057 msgid "Personal Page" msgstr "Pagina Personale" -#: mod/settings.php:1107 +#: mod/settings.php:1058 msgid "Account for a personal profile." -msgstr "" +msgstr "Account per profilo personale." -#: mod/settings.php:1110 +#: mod/settings.php:1061 msgid "Organisation Page" msgstr "Pagina Organizzazione" -#: mod/settings.php:1111 +#: mod/settings.php:1062 msgid "" "Account for an organisation that automatically approves contact requests as " "\"Followers\"." -msgstr "" +msgstr "Account per un'organizzazione, che automaticamente approva le richieste di contatto come \"Follower\"." -#: mod/settings.php:1114 +#: mod/settings.php:1065 msgid "News Page" msgstr "Pagina Notizie" -#: mod/settings.php:1115 +#: mod/settings.php:1066 msgid "" "Account for a news reflector that automatically approves contact requests as" " \"Followers\"." -msgstr "" +msgstr "Account per notizie, che automaticamente approva le richieste di contatto come \"Follower\"" -#: mod/settings.php:1118 +#: mod/settings.php:1069 msgid "Community Forum" msgstr "Community Forum" -#: mod/settings.php:1119 +#: mod/settings.php:1070 msgid "Account for community discussions." -msgstr "" +msgstr "Account per discussioni comunitarie." -#: mod/settings.php:1122 +#: mod/settings.php:1073 msgid "Normal Account Page" msgstr "Pagina Account Normale" -#: mod/settings.php:1123 +#: mod/settings.php:1074 msgid "" "Account for a regular personal profile that requires manual approval of " "\"Friends\" and \"Followers\"." -msgstr "" +msgstr "Account per un profilo personale, che richiede l'approvazione delle richieste di contatto come \"Amico\" o \"Follower\"." -#: mod/settings.php:1126 +#: mod/settings.php:1077 msgid "Soapbox Page" msgstr "Pagina Sandbox" -#: mod/settings.php:1127 +#: mod/settings.php:1078 msgid "" "Account for a public profile that automatically approves contact requests as" " \"Followers\"." -msgstr "" +msgstr "Account per un profilo publico, che automaticamente approva le richieste di contatto come \"Follower\"." -#: mod/settings.php:1130 +#: mod/settings.php:1081 msgid "Public Forum" msgstr "Forum Pubblico" -#: mod/settings.php:1131 +#: mod/settings.php:1082 msgid "Automatically approves all contact requests." -msgstr "" +msgstr "Approva automaticamente tutte le richieste di contatto." -#: mod/settings.php:1134 +#: mod/settings.php:1085 msgid "Automatic Friend Page" msgstr "Pagina con amicizia automatica" -#: mod/settings.php:1135 +#: mod/settings.php:1086 msgid "" "Account for a popular profile that automatically approves contact requests " "as \"Friends\"." -msgstr "" +msgstr "Account per un profilo popolare, che automaticamente approva le richieste di contatto come \"Amici\"." -#: mod/settings.php:1138 +#: mod/settings.php:1089 msgid "Private Forum [Experimental]" msgstr "Forum privato [sperimentale]" -#: mod/settings.php:1139 +#: mod/settings.php:1090 msgid "Requires manual approval of contact requests." -msgstr "" +msgstr "Richiede l'approvazione manuale delle richieste di contatto." -#: mod/settings.php:1150 +#: mod/settings.php:1101 msgid "OpenID:" msgstr "OpenID:" -#: mod/settings.php:1150 +#: mod/settings.php:1101 msgid "(Optional) Allow this OpenID to login to this account." msgstr "(Opzionale) Consente di loggarti in questo account con questo OpenID" -#: mod/settings.php:1158 +#: mod/settings.php:1109 msgid "Publish your default profile in your local site directory?" msgstr "Pubblica il tuo profilo predefinito nell'elenco locale del sito" -#: mod/settings.php:1158 -msgid "Your profile may be visible in public." -msgstr "Il tuo profilo potrebbe essere visibile pubblicamente." +#: mod/settings.php:1109 +#, php-format +msgid "" +"Your profile will be published in the global friendica directories (e.g. %s). Your profile will be visible in public." +msgstr "Il tuo profilo sarà pubblicato nella directory globale di friendica (p.e. %s). Il tuo profilo sarà visibile pubblicamente." -#: mod/settings.php:1164 +#: mod/settings.php:1115 msgid "Publish your default profile in the global social directory?" msgstr "Pubblica il tuo profilo predefinito nell'elenco sociale globale" -#: mod/settings.php:1171 +#: mod/settings.php:1115 +#, php-format +msgid "" +"Your profile will be published in this node's local " +"directory. Your profile details may be publicly visible depending on the" +" system settings." +msgstr "Il tuo profilo verrà pubblicato nella directory locale di questo nodo. I dettagli del tuo profilo potrebbero essere visibili pubblicamente a seconda delle impostazioni di sistema." + +#: mod/settings.php:1122 msgid "Hide your contact/friend list from viewers of your default profile?" msgstr "Nascondi la lista dei tuoi contatti/amici dai visitatori del tuo profilo predefinito" -#: mod/settings.php:1175 +#: mod/settings.php:1122 msgid "" -"If enabled, posting public messages to Diaspora and other networks isn't " -"possible." -msgstr "Se abilitato, l'invio di messaggi pubblici verso Diaspora e altri network non sarà possibile" +"Your contact list won't be shown in your default profile page. You can " +"decide to show your contact list separately for each additional profile you " +"create" +msgstr "La tua lista di contatti non sarà mostrata nella tua pagina profilo di default. Puoi decidere di mostrare la tua lista contatti separatamente per ogni profilo in più che crei." -#: mod/settings.php:1180 +#: mod/settings.php:1126 +msgid "Hide your profile details from anonymous viewers?" +msgstr "Nascondi i dettagli del tuo profilo ai visitatori anonimi?" + +#: mod/settings.php:1126 +msgid "" +"Anonymous visitors will only see your profile picture, your display name and" +" the nickname you are using on your profile page. Disables posting public " +"messages to Diaspora and other networks." +msgstr "I visitatori anonimi vedranno nella tua pagina profilo solo la tua foto del profilo, il tuo nome e il nome utente che stai usando. Disabilita l'invio di messaggi pubblici verso Diaspora e altre reti." + +#: mod/settings.php:1130 msgid "Allow friends to post to your profile page?" msgstr "Permetti agli amici di scrivere sulla tua pagina profilo?" -#: mod/settings.php:1185 +#: mod/settings.php:1130 +msgid "" +"Your contacts may write posts on your profile wall. These posts will be " +"distributed to your contacts" +msgstr "I tuoi contatti possono scrivere messaggi sulla tua pagina di profilo. Questi messaggi saranno distribuiti a tutti i tuoi contatti." + +#: mod/settings.php:1134 msgid "Allow friends to tag your posts?" msgstr "Permetti agli amici di aggiungere tag ai tuoi messaggi?" -#: mod/settings.php:1190 +#: mod/settings.php:1134 +msgid "Your contacts can add additional tags to your posts." +msgstr "I tuoi contatti possono aggiungere tag aggiuntivi ai tuoi messaggi." + +#: mod/settings.php:1138 msgid "Allow us to suggest you as a potential friend to new members?" msgstr "Ci permetti di suggerirti come potenziale amico ai nuovi membri?" -#: mod/settings.php:1195 +#: mod/settings.php:1138 +msgid "" +"If you like, Friendica may suggest new members to add you as a contact." +msgstr "Se vuoi, Friendica può suggerire ai nuovi utenti di aggiungerti come contatto." + +#: mod/settings.php:1142 msgid "Permit unknown people to send you private mail?" msgstr "Permetti a utenti sconosciuti di inviarti messaggi privati?" -#: mod/settings.php:1203 +#: mod/settings.php:1142 +msgid "" +"Friendica network users may send you private messages even if they are not " +"in your contact list." +msgstr "Gli utenti sulla rete Friendica possono inviarti messaggi privati anche se non sono nella tua lista di contatti." + +#: mod/settings.php:1146 msgid "Profile is not published." msgstr "Il profilo non è pubblicato." -#: mod/settings.php:1211 +#: mod/settings.php:1152 #, php-format msgid "Your Identity Address is '%s' or '%s'." msgstr "L'indirizzo della tua identità è '%s' or '%s'." -#: mod/settings.php:1218 +#: mod/settings.php:1159 msgid "Automatically expire posts after this many days:" msgstr "Fai scadere i post automaticamente dopo x giorni:" -#: mod/settings.php:1218 +#: mod/settings.php:1159 msgid "If empty, posts will not expire. Expired posts will be deleted" msgstr "Se lasciato vuoto, i messaggi non verranno cancellati." -#: mod/settings.php:1219 +#: mod/settings.php:1160 msgid "Advanced expiration settings" msgstr "Impostazioni avanzate di scadenza" -#: mod/settings.php:1220 +#: mod/settings.php:1161 msgid "Advanced Expiration" msgstr "Scadenza avanzata" -#: mod/settings.php:1221 +#: mod/settings.php:1162 msgid "Expire posts:" msgstr "Fai scadere i post:" -#: mod/settings.php:1222 +#: mod/settings.php:1163 msgid "Expire personal notes:" msgstr "Fai scadere le Note personali:" -#: mod/settings.php:1223 +#: mod/settings.php:1164 msgid "Expire starred posts:" msgstr "Fai scadere i post Speciali:" -#: mod/settings.php:1224 +#: mod/settings.php:1165 msgid "Expire photos:" msgstr "Fai scadere le foto:" -#: mod/settings.php:1225 +#: mod/settings.php:1166 msgid "Only expire posts by others:" msgstr "Fai scadere solo i post degli altri:" -#: mod/settings.php:1256 +#: mod/settings.php:1196 msgid "Account Settings" msgstr "Impostazioni account" -#: mod/settings.php:1264 +#: mod/settings.php:1204 msgid "Password Settings" msgstr "Impostazioni password" -#: mod/settings.php:1266 +#: mod/settings.php:1206 msgid "Leave password fields blank unless changing" msgstr "Lascia questi campi in bianco per non effettuare variazioni alla password" -#: mod/settings.php:1267 +#: mod/settings.php:1207 msgid "Current Password:" msgstr "Password Attuale:" -#: mod/settings.php:1267 mod/settings.php:1268 +#: mod/settings.php:1207 mod/settings.php:1208 msgid "Your current password to confirm the changes" msgstr "La tua password attuale per confermare le modifiche" -#: mod/settings.php:1268 +#: mod/settings.php:1208 msgid "Password:" msgstr "Password:" -#: mod/settings.php:1272 +#: mod/settings.php:1212 msgid "Basic Settings" msgstr "Impostazioni base" -#: mod/settings.php:1274 +#: mod/settings.php:1213 src/Model/Profile.php:738 +msgid "Full Name:" +msgstr "Nome completo:" + +#: mod/settings.php:1214 msgid "Email Address:" msgstr "Indirizzo Email:" -#: mod/settings.php:1275 +#: mod/settings.php:1215 msgid "Your Timezone:" msgstr "Il tuo fuso orario:" -#: mod/settings.php:1276 +#: mod/settings.php:1216 msgid "Your Language:" msgstr "La tua lingua:" -#: mod/settings.php:1276 +#: mod/settings.php:1216 msgid "" "Set the language we use to show you friendica interface and to send you " "emails" msgstr "Imposta la lingua che sarà usata per mostrarti l'interfaccia di Friendica e per inviarti le email" -#: mod/settings.php:1277 +#: mod/settings.php:1217 msgid "Default Post Location:" msgstr "Località predefinita:" -#: mod/settings.php:1278 +#: mod/settings.php:1218 msgid "Use Browser Location:" msgstr "Usa la località rilevata dal browser:" -#: mod/settings.php:1281 +#: mod/settings.php:1221 msgid "Security and Privacy Settings" msgstr "Impostazioni di sicurezza e privacy" -#: mod/settings.php:1283 +#: mod/settings.php:1223 msgid "Maximum Friend Requests/Day:" msgstr "Numero massimo di richieste di amicizia al giorno:" -#: mod/settings.php:1283 mod/settings.php:1313 +#: mod/settings.php:1223 mod/settings.php:1252 msgid "(to prevent spam abuse)" msgstr "(per prevenire lo spam)" -#: mod/settings.php:1284 +#: mod/settings.php:1224 msgid "Default Post Permissions" msgstr "Permessi predefiniti per i messaggi" -#: mod/settings.php:1285 +#: mod/settings.php:1225 msgid "(click to open/close)" msgstr "(clicca per aprire/chiudere)" -#: mod/settings.php:1296 +#: mod/settings.php:1235 msgid "Default Private Post" msgstr "Default Post Privato" -#: mod/settings.php:1297 +#: mod/settings.php:1236 msgid "Default Public Post" msgstr "Default Post Pubblico" -#: mod/settings.php:1301 +#: mod/settings.php:1240 msgid "Default Permissions for New Posts" msgstr "Permessi predefiniti per i nuovi post" -#: mod/settings.php:1313 +#: mod/settings.php:1252 msgid "Maximum private messages per day from unknown people:" msgstr "Numero massimo di messaggi privati da utenti sconosciuti per giorno:" -#: mod/settings.php:1316 +#: mod/settings.php:1255 msgid "Notification Settings" msgstr "Impostazioni notifiche" -#: mod/settings.php:1317 +#: mod/settings.php:1256 msgid "By default post a status message when:" msgstr "Invia un messaggio di stato quando:" -#: mod/settings.php:1318 +#: mod/settings.php:1257 msgid "accepting a friend request" msgstr "accetti una richiesta di amicizia" -#: mod/settings.php:1319 +#: mod/settings.php:1258 msgid "joining a forum/community" msgstr "ti unisci a un forum/comunità" -#: mod/settings.php:1320 +#: mod/settings.php:1259 msgid "making an interesting profile change" msgstr "fai un interessante modifica al profilo" -#: mod/settings.php:1321 +#: mod/settings.php:1260 msgid "Send a notification email when:" msgstr "Invia una mail di notifica quando:" -#: mod/settings.php:1322 +#: mod/settings.php:1261 msgid "You receive an introduction" msgstr "Ricevi una presentazione" -#: mod/settings.php:1323 +#: mod/settings.php:1262 msgid "Your introductions are confirmed" msgstr "Le tue presentazioni sono confermate" -#: mod/settings.php:1324 +#: mod/settings.php:1263 msgid "Someone writes on your profile wall" msgstr "Qualcuno scrive sulla bacheca del tuo profilo" -#: mod/settings.php:1325 +#: mod/settings.php:1264 msgid "Someone writes a followup comment" msgstr "Qualcuno scrive un commento a un tuo messaggio" -#: mod/settings.php:1326 +#: mod/settings.php:1265 msgid "You receive a private message" msgstr "Ricevi un messaggio privato" -#: mod/settings.php:1327 +#: mod/settings.php:1266 msgid "You receive a friend suggestion" msgstr "Hai ricevuto un suggerimento di amicizia" -#: mod/settings.php:1328 +#: mod/settings.php:1267 msgid "You are tagged in a post" msgstr "Sei stato taggato in un post" -#: mod/settings.php:1329 +#: mod/settings.php:1268 msgid "You are poked/prodded/etc. in a post" msgstr "Sei 'toccato'/'spronato'/ecc. in un post" -#: mod/settings.php:1331 +#: mod/settings.php:1270 msgid "Activate desktop notifications" msgstr "Attiva notifiche desktop" -#: mod/settings.php:1331 +#: mod/settings.php:1270 msgid "Show desktop popup on new notifications" msgstr "Mostra un popup di notifica sul desktop all'arrivo di nuove notifiche" -#: mod/settings.php:1333 +#: mod/settings.php:1272 msgid "Text-only notification emails" msgstr "Email di notifica in solo testo" -#: mod/settings.php:1335 +#: mod/settings.php:1274 msgid "Send text only notification emails, without the html part" msgstr "Invia le email di notifica in solo testo, senza la parte in html" -#: mod/settings.php:1337 +#: mod/settings.php:1276 msgid "Show detailled notifications" -msgstr "" +msgstr "Mostra notifiche dettagliate" -#: mod/settings.php:1339 +#: mod/settings.php:1278 msgid "" "Per default the notificiation are condensed to a single notification per " "item. When enabled, every notification is displayed." -msgstr "" +msgstr "Per impostazione predefinita, le notifiche sono raggruppate in una singola notifica per articolo. Se abilitato, viene visualizzate tutte le notifiche." -#: mod/settings.php:1341 +#: mod/settings.php:1280 msgid "Advanced Account/Page Type Settings" msgstr "Impostazioni avanzate Account/Tipo di pagina" -#: mod/settings.php:1342 +#: mod/settings.php:1281 msgid "Change the behaviour of this account for special situations" msgstr "Modifica il comportamento di questo account in situazioni speciali" -#: mod/settings.php:1345 +#: mod/settings.php:1284 msgid "Relocate" msgstr "Trasloca" -#: mod/settings.php:1346 +#: mod/settings.php:1285 msgid "" "If you have moved this profile from another server, and some of your " "contacts don't receive your updates, try pushing this button." msgstr "Se hai spostato questo profilo da un'altro server, e alcuni dei tuoi contatti non ricevono i tuoi aggiornamenti, prova a premere questo bottone." -#: mod/settings.php:1347 +#: mod/settings.php:1286 msgid "Resend relocate message to contacts" msgstr "Invia nuovamente il messaggio di trasloco ai contatti" -#: mod/videos.php:128 +#: mod/videos.php:140 msgid "Do you really want to delete this video?" msgstr "Vuoi veramente cancellare questo video?" -#: mod/videos.php:133 +#: mod/videos.php:145 msgid "Delete Video" msgstr "Rimuovi video" -#: mod/videos.php:212 +#: mod/videos.php:208 msgid "No videos selected" msgstr "Nessun video selezionato" -#: mod/videos.php:406 +#: mod/videos.php:397 msgid "Recent Videos" msgstr "Video Recenti" -#: mod/videos.php:408 +#: mod/videos.php:399 msgid "Upload New Videos" msgstr "Carica Nuovo Video" -#: mod/wall_attach.php:19 mod/wall_attach.php:27 mod/wall_attach.php:78 -#: mod/wall_upload.php:37 mod/wall_upload.php:53 mod/wall_upload.php:111 -#: mod/wall_upload.php:151 mod/wall_upload.php:154 -msgid "Invalid request." -msgstr "Richiesta non valida." +#: view/theme/duepuntozero/config.php:54 src/Model/User.php:475 +msgid "default" +msgstr "default" -#: mod/wall_attach.php:96 -msgid "Sorry, maybe your upload is bigger than the PHP configuration allows" -msgstr "Mi spiace, forse il file che stai caricando è più grosso di quanto la configurazione di PHP permetta" +#: view/theme/duepuntozero/config.php:55 +msgid "greenzero" +msgstr "greenzero" -#: mod/wall_attach.php:96 -msgid "Or - did you try to upload an empty file?" -msgstr "O.. non avrai provato a caricare un file vuoto?" +#: view/theme/duepuntozero/config.php:56 +msgid "purplezero" +msgstr "purplezero" -#: mod/wall_attach.php:107 +#: view/theme/duepuntozero/config.php:57 +msgid "easterbunny" +msgstr "easterbunny" + +#: view/theme/duepuntozero/config.php:58 +msgid "darkzero" +msgstr "darkzero" + +#: view/theme/duepuntozero/config.php:59 +msgid "comix" +msgstr "comix" + +#: view/theme/duepuntozero/config.php:60 +msgid "slackr" +msgstr "slackr" + +#: view/theme/duepuntozero/config.php:74 +msgid "Variations" +msgstr "Varianti" + +#: view/theme/frio/php/Image.php:25 +msgid "Repeat the image" +msgstr "Ripeti l'immagine" + +#: view/theme/frio/php/Image.php:25 +msgid "Will repeat your image to fill the background." +msgstr "Ripete l'immagine per riempire lo sfondo." + +#: view/theme/frio/php/Image.php:27 +msgid "Stretch" +msgstr "Stira" + +#: view/theme/frio/php/Image.php:27 +msgid "Will stretch to width/height of the image." +msgstr "Stira l'immagine." + +#: view/theme/frio/php/Image.php:29 +msgid "Resize fill and-clip" +msgstr "Scala e ritaglia" + +#: view/theme/frio/php/Image.php:29 +msgid "Resize to fill and retain aspect ratio." +msgstr "Scala l'immagine a riempire mantenendo le proporzioni." + +#: view/theme/frio/php/Image.php:31 +msgid "Resize best fit" +msgstr "Scala best fit" + +#: view/theme/frio/php/Image.php:31 +msgid "Resize to best fit and retain aspect ratio." +msgstr "Scala l'immagine alla miglior dimensione per riempire mantenendo le proporzioni." + +#: view/theme/frio/config.php:97 +msgid "Default" +msgstr "Default" + +#: view/theme/frio/config.php:109 +msgid "Note" +msgstr "Note" + +#: view/theme/frio/config.php:109 +msgid "Check image permissions if all users are allowed to visit the image" +msgstr "Controlla i permessi dell'immagine se tutti gli utenti sono autorizzati a vederla" + +#: view/theme/frio/config.php:116 +msgid "Select scheme" +msgstr "Seleziona schema" + +#: view/theme/frio/config.php:117 +msgid "Navigation bar background color" +msgstr "Colore di sfondo barra di navigazione" + +#: view/theme/frio/config.php:118 +msgid "Navigation bar icon color " +msgstr "Colore icona barra di navigazione" + +#: view/theme/frio/config.php:119 +msgid "Link color" +msgstr "Colore link" + +#: view/theme/frio/config.php:120 +msgid "Set the background color" +msgstr "Imposta il colore di sfondo" + +#: view/theme/frio/config.php:121 +msgid "Content background opacity" +msgstr "Trasparenza sfondo contenuto" + +#: view/theme/frio/config.php:122 +msgid "Set the background image" +msgstr "Imposta l'immagine di sfondo" + +#: view/theme/frio/config.php:127 +msgid "Login page background image" +msgstr "Immagine di sfondo della pagina di login" + +#: view/theme/frio/config.php:130 +msgid "Login page background color" +msgstr "Colore di sfondo della pagina di login" + +#: view/theme/frio/config.php:130 +msgid "Leave background image and color empty for theme defaults" +msgstr "Lascia l'immagine e il colore di sfondo vuoti per usare le impostazioni predefinite del tema" + +#: view/theme/frio/theme.php:238 +msgid "Guest" +msgstr "Ospite" + +#: view/theme/frio/theme.php:243 +msgid "Visitor" +msgstr "Visitatore" + +#: view/theme/frio/theme.php:256 src/Content/Nav.php:97 +#: src/Module/Login.php:311 +msgid "Logout" +msgstr "Esci" + +#: view/theme/frio/theme.php:256 src/Content/Nav.php:97 +msgid "End this session" +msgstr "Finisci questa sessione" + +#: view/theme/frio/theme.php:259 src/Content/Nav.php:100 +#: src/Content/Nav.php:181 +msgid "Your posts and conversations" +msgstr "I tuoi messaggi e le tue conversazioni" + +#: view/theme/frio/theme.php:260 src/Content/Nav.php:101 +msgid "Your profile page" +msgstr "Pagina del tuo profilo" + +#: view/theme/frio/theme.php:261 src/Content/Nav.php:102 +msgid "Your photos" +msgstr "Le tue foto" + +#: view/theme/frio/theme.php:262 src/Content/Nav.php:103 +#: src/Model/Profile.php:912 src/Model/Profile.php:915 +msgid "Videos" +msgstr "Video" + +#: view/theme/frio/theme.php:262 src/Content/Nav.php:103 +msgid "Your videos" +msgstr "I tuoi video" + +#: view/theme/frio/theme.php:263 src/Content/Nav.php:104 +msgid "Your events" +msgstr "I tuoi eventi" + +#: view/theme/frio/theme.php:266 src/Content/Nav.php:178 +msgid "Conversations from your friends" +msgstr "Conversazioni dai tuoi amici" + +#: view/theme/frio/theme.php:267 src/Content/Nav.php:169 +#: src/Model/Profile.php:927 src/Model/Profile.php:938 +msgid "Events and Calendar" +msgstr "Eventi e calendario" + +#: view/theme/frio/theme.php:268 src/Content/Nav.php:195 +msgid "Private mail" +msgstr "Posta privata" + +#: view/theme/frio/theme.php:269 src/Content/Nav.php:206 +msgid "Account settings" +msgstr "Parametri account" + +#: view/theme/frio/theme.php:270 src/Content/Nav.php:212 +msgid "Manage/edit friends and contacts" +msgstr "Gestisci/modifica amici e contatti" + +#: view/theme/quattro/config.php:76 +msgid "Alignment" +msgstr "Allineamento" + +#: view/theme/quattro/config.php:76 +msgid "Left" +msgstr "Sinistra" + +#: view/theme/quattro/config.php:76 +msgid "Center" +msgstr "Centrato" + +#: view/theme/quattro/config.php:77 +msgid "Color scheme" +msgstr "Schema colori" + +#: view/theme/quattro/config.php:78 +msgid "Posts font size" +msgstr "Dimensione caratteri post" + +#: view/theme/quattro/config.php:79 +msgid "Textareas font size" +msgstr "Dimensione caratteri nelle aree di testo" + +#: view/theme/vier/config.php:75 +msgid "Comma separated list of helper forums" +msgstr "Lista separata da virgola di forum di aiuto" + +#: view/theme/vier/config.php:122 +msgid "Set style" +msgstr "Imposta stile" + +#: view/theme/vier/config.php:123 +msgid "Community Pages" +msgstr "Pagine Comunitarie" + +#: view/theme/vier/config.php:124 view/theme/vier/theme.php:150 +msgid "Community Profiles" +msgstr "Profili Comunità" + +#: view/theme/vier/config.php:125 +msgid "Help or @NewHere ?" +msgstr "Serve aiuto? Sei nuovo?" + +#: view/theme/vier/config.php:126 view/theme/vier/theme.php:389 +msgid "Connect Services" +msgstr "Servizi connessi" + +#: view/theme/vier/config.php:127 view/theme/vier/theme.php:199 +msgid "Find Friends" +msgstr "Trova Amici" + +#: view/theme/vier/config.php:128 view/theme/vier/theme.php:181 +msgid "Last users" +msgstr "Ultimi utenti" + +#: view/theme/vier/theme.php:200 +msgid "Local Directory" +msgstr "Elenco Locale" + +#: view/theme/vier/theme.php:202 src/Content/Widget.php:65 +msgid "Similar Interests" +msgstr "Interessi simili" + +#: view/theme/vier/theme.php:204 src/Content/Widget.php:67 +msgid "Invite Friends" +msgstr "Invita amici" + +#: view/theme/vier/theme.php:256 src/Content/ForumManager.php:127 +msgid "External link to forum" +msgstr "Link esterno al forum" + +#: view/theme/vier/theme.php:292 +msgid "Quick Start" +msgstr "Quick Start" + +#: src/Core/NotificationsManager.php:171 +msgid "System" +msgstr "Sistema" + +#: src/Core/NotificationsManager.php:192 src/Content/Nav.php:124 +#: src/Content/Nav.php:181 +msgid "Home" +msgstr "Home" + +#: src/Core/NotificationsManager.php:199 src/Content/Nav.php:186 +msgid "Introductions" +msgstr "Presentazioni" + +#: src/Core/NotificationsManager.php:256 src/Core/NotificationsManager.php:268 #, php-format -msgid "File exceeds size limit of %s" -msgstr "Il file supera la dimensione massima di %s" +msgid "%s commented on %s's post" +msgstr "%s ha commentato il messaggio di %s" -#: mod/wall_attach.php:131 mod/wall_attach.php:147 -msgid "File upload failed." -msgstr "Caricamento del file non riuscito." +#: src/Core/NotificationsManager.php:267 +#, php-format +msgid "%s created a new post" +msgstr "%s a creato un nuovo messaggio" -#: object/Item.php:106 +#: src/Core/NotificationsManager.php:281 +#, php-format +msgid "%s liked %s's post" +msgstr "a %s è piaciuto il messaggio di %s" + +#: src/Core/NotificationsManager.php:294 +#, php-format +msgid "%s disliked %s's post" +msgstr "a %s non è piaciuto il messaggio di %s" + +#: src/Core/NotificationsManager.php:307 +#, php-format +msgid "%s is attending %s's event" +msgstr "%s partecipa all'evento di %s" + +#: src/Core/NotificationsManager.php:320 +#, php-format +msgid "%s is not attending %s's event" +msgstr "%s non partecipa all'evento di %s" + +#: src/Core/NotificationsManager.php:333 +#, php-format +msgid "%s may attend %s's event" +msgstr "%s potrebbe partecipare all'evento di %s" + +#: src/Core/NotificationsManager.php:350 +#, php-format +msgid "%s is now friends with %s" +msgstr "%s è ora amico di %s" + +#: src/Core/NotificationsManager.php:813 +msgid "Friend Suggestion" +msgstr "Amico suggerito" + +#: src/Core/NotificationsManager.php:839 +msgid "Friend/Connect Request" +msgstr "Richiesta amicizia/connessione" + +#: src/Core/NotificationsManager.php:839 +msgid "New Follower" +msgstr "Qualcuno inizia a seguirti" + +#: src/Core/UserImport.php:104 +msgid "Error decoding account file" +msgstr "Errore decodificando il file account" + +#: src/Core/UserImport.php:110 +msgid "Error! No version data in file! This is not a Friendica account file?" +msgstr "Errore! Nessuna informazione di versione nel file! Potrebbe non essere un file account di Friendica?" + +#: src/Core/UserImport.php:118 +#, php-format +msgid "User '%s' already exists on this server!" +msgstr "L'utente '%s' esiste già su questo server!" + +#: src/Core/UserImport.php:151 +msgid "User creation error" +msgstr "Errore creando l'utente" + +#: src/Core/UserImport.php:169 +msgid "User profile creation error" +msgstr "Errore creando il profilo dell'utente" + +#: src/Core/UserImport.php:213 +#, php-format +msgid "%d contact not imported" +msgid_plural "%d contacts not imported" +msgstr[0] "%d contatto non importato" +msgstr[1] "%d contatti non importati" + +#: src/Core/UserImport.php:278 +msgid "Done. You can now login with your username and password" +msgstr "Fatto. Ora puoi entrare con il tuo nome utente e la tua password" + +#: src/Util/Temporal.php:147 src/Model/Profile.php:758 +msgid "Birthday:" +msgstr "Compleanno:" + +#: src/Util/Temporal.php:151 +msgid "YYYY-MM-DD or MM-DD" +msgstr "AAAA-MM-GG o MM-GG" + +#: src/Util/Temporal.php:294 +msgid "never" +msgstr "mai" + +#: src/Util/Temporal.php:300 +msgid "less than a second ago" +msgstr "meno di un secondo fa" + +#: src/Util/Temporal.php:303 +msgid "year" +msgstr "anno" + +#: src/Util/Temporal.php:303 +msgid "years" +msgstr "anni" + +#: src/Util/Temporal.php:304 +msgid "months" +msgstr "mesi" + +#: src/Util/Temporal.php:305 +msgid "weeks" +msgstr "settimane" + +#: src/Util/Temporal.php:306 +msgid "days" +msgstr "giorni" + +#: src/Util/Temporal.php:307 +msgid "hour" +msgstr "ora" + +#: src/Util/Temporal.php:307 +msgid "hours" +msgstr "ore" + +#: src/Util/Temporal.php:308 +msgid "minute" +msgstr "minuto" + +#: src/Util/Temporal.php:308 +msgid "minutes" +msgstr "minuti" + +#: src/Util/Temporal.php:309 +msgid "second" +msgstr "secondo" + +#: src/Util/Temporal.php:309 +msgid "seconds" +msgstr "secondi" + +#: src/Util/Temporal.php:318 +#, php-format +msgid "%1$d %2$s ago" +msgstr "%1$d %2$s fa" + +#: src/Content/Text/BBCode.php:547 +msgid "view full size" +msgstr "vedi a schermo intero" + +#: src/Content/Text/BBCode.php:1000 src/Content/Text/BBCode.php:1761 +#: src/Content/Text/BBCode.php:1762 +msgid "Image/photo" +msgstr "Immagine/foto" + +#: src/Content/Text/BBCode.php:1138 +#, php-format +msgid "%2$s %3$s" +msgstr "%2$s %3$s" + +#: src/Content/Text/BBCode.php:1696 src/Content/Text/BBCode.php:1718 +msgid "$1 wrote:" +msgstr "$1 ha scritto:" + +#: src/Content/Text/BBCode.php:1770 src/Content/Text/BBCode.php:1771 +msgid "Encrypted content" +msgstr "Contenuto criptato" + +#: src/Content/Text/BBCode.php:1888 +msgid "Invalid source protocol" +msgstr "Protocollo sorgente non valido" + +#: src/Content/Text/BBCode.php:1899 +msgid "Invalid link protocol" +msgstr "Protocollo link non valido" + +#: src/Content/ContactSelector.php:55 +msgid "Frequently" +msgstr "Frequentemente" + +#: src/Content/ContactSelector.php:56 +msgid "Hourly" +msgstr "Ogni ora" + +#: src/Content/ContactSelector.php:57 +msgid "Twice daily" +msgstr "Due volte al dì" + +#: src/Content/ContactSelector.php:58 +msgid "Daily" +msgstr "Giornalmente" + +#: src/Content/ContactSelector.php:59 +msgid "Weekly" +msgstr "Settimanalmente" + +#: src/Content/ContactSelector.php:60 +msgid "Monthly" +msgstr "Mensilmente" + +#: src/Content/ContactSelector.php:80 +msgid "OStatus" +msgstr "Ostatus" + +#: src/Content/ContactSelector.php:81 +msgid "RSS/Atom" +msgstr "RSS / Atom" + +#: src/Content/ContactSelector.php:84 +msgid "Facebook" +msgstr "Facebook" + +#: src/Content/ContactSelector.php:85 +msgid "Zot!" +msgstr "Zot!" + +#: src/Content/ContactSelector.php:86 +msgid "LinkedIn" +msgstr "LinkedIn" + +#: src/Content/ContactSelector.php:87 +msgid "XMPP/IM" +msgstr "XMPP/IM" + +#: src/Content/ContactSelector.php:88 +msgid "MySpace" +msgstr "MySpace" + +#: src/Content/ContactSelector.php:89 +msgid "Google+" +msgstr "Google+" + +#: src/Content/ContactSelector.php:90 +msgid "pump.io" +msgstr "pump.io" + +#: src/Content/ContactSelector.php:91 +msgid "Twitter" +msgstr "Twitter" + +#: src/Content/ContactSelector.php:92 +msgid "Diaspora Connector" +msgstr "Connettore Diaspora" + +#: src/Content/ContactSelector.php:93 +msgid "GNU Social Connector" +msgstr "Connettore GNU Social" + +#: src/Content/ContactSelector.php:94 +msgid "pnut" +msgstr "pnut" + +#: src/Content/ContactSelector.php:95 +msgid "App.net" +msgstr "App.net" + +#: src/Content/ContactSelector.php:125 +msgid "Male" +msgstr "Maschio" + +#: src/Content/ContactSelector.php:125 +msgid "Female" +msgstr "Femmina" + +#: src/Content/ContactSelector.php:125 +msgid "Currently Male" +msgstr "Al momento maschio" + +#: src/Content/ContactSelector.php:125 +msgid "Currently Female" +msgstr "Al momento femmina" + +#: src/Content/ContactSelector.php:125 +msgid "Mostly Male" +msgstr "Prevalentemente maschio" + +#: src/Content/ContactSelector.php:125 +msgid "Mostly Female" +msgstr "Prevalentemente femmina" + +#: src/Content/ContactSelector.php:125 +msgid "Transgender" +msgstr "Transgender" + +#: src/Content/ContactSelector.php:125 +msgid "Intersex" +msgstr "Intersex" + +#: src/Content/ContactSelector.php:125 +msgid "Transsexual" +msgstr "Transessuale" + +#: src/Content/ContactSelector.php:125 +msgid "Hermaphrodite" +msgstr "Ermafrodito" + +#: src/Content/ContactSelector.php:125 +msgid "Neuter" +msgstr "Neutro" + +#: src/Content/ContactSelector.php:125 +msgid "Non-specific" +msgstr "Non specificato" + +#: src/Content/ContactSelector.php:125 +msgid "Other" +msgstr "Altro" + +#: src/Content/ContactSelector.php:147 +msgid "Males" +msgstr "Maschi" + +#: src/Content/ContactSelector.php:147 +msgid "Females" +msgstr "Femmine" + +#: src/Content/ContactSelector.php:147 +msgid "Gay" +msgstr "Gay" + +#: src/Content/ContactSelector.php:147 +msgid "Lesbian" +msgstr "Lesbica" + +#: src/Content/ContactSelector.php:147 +msgid "No Preference" +msgstr "Nessuna preferenza" + +#: src/Content/ContactSelector.php:147 +msgid "Bisexual" +msgstr "Bisessuale" + +#: src/Content/ContactSelector.php:147 +msgid "Autosexual" +msgstr "Autosessuale" + +#: src/Content/ContactSelector.php:147 +msgid "Abstinent" +msgstr "Astinente" + +#: src/Content/ContactSelector.php:147 +msgid "Virgin" +msgstr "Vergine" + +#: src/Content/ContactSelector.php:147 +msgid "Deviant" +msgstr "Deviato" + +#: src/Content/ContactSelector.php:147 +msgid "Fetish" +msgstr "Fetish" + +#: src/Content/ContactSelector.php:147 +msgid "Oodles" +msgstr "Un sacco" + +#: src/Content/ContactSelector.php:147 +msgid "Nonsexual" +msgstr "Asessuato" + +#: src/Content/ContactSelector.php:169 +msgid "Single" +msgstr "Single" + +#: src/Content/ContactSelector.php:169 +msgid "Lonely" +msgstr "Solitario" + +#: src/Content/ContactSelector.php:169 +msgid "Available" +msgstr "Disponibile" + +#: src/Content/ContactSelector.php:169 +msgid "Unavailable" +msgstr "Non disponibile" + +#: src/Content/ContactSelector.php:169 +msgid "Has crush" +msgstr "è cotto/a" + +#: src/Content/ContactSelector.php:169 +msgid "Infatuated" +msgstr "infatuato/a" + +#: src/Content/ContactSelector.php:169 +msgid "Dating" +msgstr "Disponibile a un incontro" + +#: src/Content/ContactSelector.php:169 +msgid "Unfaithful" +msgstr "Infedele" + +#: src/Content/ContactSelector.php:169 +msgid "Sex Addict" +msgstr "Sesso-dipendente" + +#: src/Content/ContactSelector.php:169 src/Model/User.php:492 +msgid "Friends" +msgstr "Amici" + +#: src/Content/ContactSelector.php:169 +msgid "Friends/Benefits" +msgstr "Amici con benefici" + +#: src/Content/ContactSelector.php:169 +msgid "Casual" +msgstr "Casual" + +#: src/Content/ContactSelector.php:169 +msgid "Engaged" +msgstr "Impegnato" + +#: src/Content/ContactSelector.php:169 +msgid "Married" +msgstr "Sposato" + +#: src/Content/ContactSelector.php:169 +msgid "Imaginarily married" +msgstr "immaginariamente sposato/a" + +#: src/Content/ContactSelector.php:169 +msgid "Partners" +msgstr "Partners" + +#: src/Content/ContactSelector.php:169 +msgid "Cohabiting" +msgstr "Coinquilino" + +#: src/Content/ContactSelector.php:169 +msgid "Common law" +msgstr "diritto comune" + +#: src/Content/ContactSelector.php:169 +msgid "Happy" +msgstr "Felice" + +#: src/Content/ContactSelector.php:169 +msgid "Not looking" +msgstr "Non guarda" + +#: src/Content/ContactSelector.php:169 +msgid "Swinger" +msgstr "Scambista" + +#: src/Content/ContactSelector.php:169 +msgid "Betrayed" +msgstr "Tradito" + +#: src/Content/ContactSelector.php:169 +msgid "Separated" +msgstr "Separato" + +#: src/Content/ContactSelector.php:169 +msgid "Unstable" +msgstr "Instabile" + +#: src/Content/ContactSelector.php:169 +msgid "Divorced" +msgstr "Divorziato" + +#: src/Content/ContactSelector.php:169 +msgid "Imaginarily divorced" +msgstr "immaginariamente divorziato/a" + +#: src/Content/ContactSelector.php:169 +msgid "Widowed" +msgstr "Vedovo" + +#: src/Content/ContactSelector.php:169 +msgid "Uncertain" +msgstr "Incerto" + +#: src/Content/ContactSelector.php:169 +msgid "It's complicated" +msgstr "E' complicato" + +#: src/Content/ContactSelector.php:169 +msgid "Don't care" +msgstr "Non interessa" + +#: src/Content/ContactSelector.php:169 +msgid "Ask me" +msgstr "Chiedimelo" + +#: src/Content/Nav.php:53 +msgid "Nothing new here" +msgstr "Niente di nuovo qui" + +#: src/Content/Nav.php:57 +msgid "Clear notifications" +msgstr "Pulisci le notifiche" + +#: src/Content/Nav.php:105 +msgid "Personal notes" +msgstr "Note personali" + +#: src/Content/Nav.php:105 +msgid "Your personal notes" +msgstr "Le tue note personali" + +#: src/Content/Nav.php:114 +msgid "Sign in" +msgstr "Entra" + +#: src/Content/Nav.php:124 +msgid "Home Page" +msgstr "Home Page" + +#: src/Content/Nav.php:128 +msgid "Create an account" +msgstr "Crea un account" + +#: src/Content/Nav.php:134 +msgid "Help and documentation" +msgstr "Guida e documentazione" + +#: src/Content/Nav.php:138 +msgid "Apps" +msgstr "Applicazioni" + +#: src/Content/Nav.php:138 +msgid "Addon applications, utilities, games" +msgstr "Applicazioni, utilità e giochi aggiuntivi" + +#: src/Content/Nav.php:142 +msgid "Search site content" +msgstr "Cerca nel contenuto del sito" + +#: src/Content/Nav.php:165 +msgid "Community" +msgstr "Comunità" + +#: src/Content/Nav.php:165 +msgid "Conversations on this and other servers" +msgstr "Conversazioni su questo e su altri server" + +#: src/Content/Nav.php:172 +msgid "Directory" +msgstr "Elenco" + +#: src/Content/Nav.php:172 +msgid "People directory" +msgstr "Elenco delle persone" + +#: src/Content/Nav.php:174 +msgid "Information about this friendica instance" +msgstr "Informazioni su questo server friendica" + +#: src/Content/Nav.php:179 +msgid "Network Reset" +msgstr "Reset pagina Rete" + +#: src/Content/Nav.php:179 +msgid "Load Network page with no filters" +msgstr "Carica la pagina Rete senza nessun filtro" + +#: src/Content/Nav.php:186 +msgid "Friend Requests" +msgstr "Richieste di amicizia" + +#: src/Content/Nav.php:190 +msgid "See all notifications" +msgstr "Vedi tutte le notifiche" + +#: src/Content/Nav.php:191 +msgid "Mark all system notifications seen" +msgstr "Segna tutte le notifiche come viste" + +#: src/Content/Nav.php:196 +msgid "Inbox" +msgstr "In arrivo" + +#: src/Content/Nav.php:197 +msgid "Outbox" +msgstr "Inviati" + +#: src/Content/Nav.php:201 +msgid "Manage" +msgstr "Gestisci" + +#: src/Content/Nav.php:201 +msgid "Manage other pages" +msgstr "Gestisci altre pagine" + +#: src/Content/Nav.php:209 src/Model/Profile.php:372 +msgid "Profiles" +msgstr "Profili" + +#: src/Content/Nav.php:209 +msgid "Manage/Edit Profiles" +msgstr "Gestisci/Modifica i profili" + +#: src/Content/Nav.php:217 +msgid "Site setup and configuration" +msgstr "Configurazione del sito" + +#: src/Content/Nav.php:220 +msgid "Navigation" +msgstr "Navigazione" + +#: src/Content/Nav.php:220 +msgid "Site map" +msgstr "Mappa del sito" + +#: src/Content/Feature.php:79 +msgid "General Features" +msgstr "Funzionalità generali" + +#: src/Content/Feature.php:81 +msgid "Multiple Profiles" +msgstr "Profili multipli" + +#: src/Content/Feature.php:81 +msgid "Ability to create multiple profiles" +msgstr "Possibilità di creare profili multipli" + +#: src/Content/Feature.php:82 +msgid "Photo Location" +msgstr "Località Foto" + +#: src/Content/Feature.php:82 +msgid "" +"Photo metadata is normally stripped. This extracts the location (if present)" +" prior to stripping metadata and links it to a map." +msgstr "I metadati delle foto vengono rimossi. Questa opzione estrae la località (se presenta) prima di rimuovere i metadati e la collega a una mappa." + +#: src/Content/Feature.php:83 +msgid "Export Public Calendar" +msgstr "Esporta calendario pubblico" + +#: src/Content/Feature.php:83 +msgid "Ability for visitors to download the public calendar" +msgstr "Permesso ai visitatori di scaricare il calendario pubblico" + +#: src/Content/Feature.php:88 +msgid "Post Composition Features" +msgstr "Funzionalità di composizione dei post" + +#: src/Content/Feature.php:89 +msgid "Post Preview" +msgstr "Anteprima dei post" + +#: src/Content/Feature.php:89 +msgid "Allow previewing posts and comments before publishing them" +msgstr "Permetti di avere un'anteprima di messaggi e commenti prima di pubblicarli" + +#: src/Content/Feature.php:90 +msgid "Auto-mention Forums" +msgstr "Auto-cita i Forum" + +#: src/Content/Feature.php:90 +msgid "" +"Add/remove mention when a forum page is selected/deselected in ACL window." +msgstr "Aggiunge/rimuove una menzione quando una pagina forum è selezionata/deselezionata nella finestra dei permessi." + +#: src/Content/Feature.php:95 +msgid "Network Sidebar Widgets" +msgstr "Widget della barra laterale nella pagina Rete" + +#: src/Content/Feature.php:96 +msgid "Search by Date" +msgstr "Cerca per data" + +#: src/Content/Feature.php:96 +msgid "Ability to select posts by date ranges" +msgstr "Permette di filtrare i post per data" + +#: src/Content/Feature.php:97 src/Content/Feature.php:127 +msgid "List Forums" +msgstr "Elenco forum" + +#: src/Content/Feature.php:97 +msgid "Enable widget to display the forums your are connected with" +msgstr "Abilita il widget che mostra i forum ai quali sei connesso" + +#: src/Content/Feature.php:98 +msgid "Group Filter" +msgstr "Filtra gruppi" + +#: src/Content/Feature.php:98 +msgid "Enable widget to display Network posts only from selected group" +msgstr "Abilita il widget per filtrare i post solo per il gruppo selezionato" + +#: src/Content/Feature.php:99 +msgid "Network Filter" +msgstr "Filtro reti" + +#: src/Content/Feature.php:99 +msgid "Enable widget to display Network posts only from selected network" +msgstr "Abilita il widget per mostrare i post solo per la rete selezionata" + +#: src/Content/Feature.php:100 +msgid "Save search terms for re-use" +msgstr "Salva i termini cercati per riutilizzarli" + +#: src/Content/Feature.php:105 +msgid "Network Tabs" +msgstr "Schede pagina Rete" + +#: src/Content/Feature.php:106 +msgid "Network Personal Tab" +msgstr "Scheda Personali" + +#: src/Content/Feature.php:106 +msgid "Enable tab to display only Network posts that you've interacted on" +msgstr "Abilita la scheda per mostrare solo i post a cui hai partecipato" + +#: src/Content/Feature.php:107 +msgid "Network New Tab" +msgstr "Scheda Nuovi" + +#: src/Content/Feature.php:107 +msgid "Enable tab to display only new Network posts (from the last 12 hours)" +msgstr "Abilita la scheda per mostrare solo i post nuovi (nelle ultime 12 ore)" + +#: src/Content/Feature.php:108 +msgid "Network Shared Links Tab" +msgstr "Scheda Link Condivisi" + +#: src/Content/Feature.php:108 +msgid "Enable tab to display only Network posts with links in them" +msgstr "Abilita la scheda per mostrare solo i post che contengono link" + +#: src/Content/Feature.php:113 +msgid "Post/Comment Tools" +msgstr "Strumenti per messaggi/commenti" + +#: src/Content/Feature.php:114 +msgid "Multiple Deletion" +msgstr "Eliminazione multipla" + +#: src/Content/Feature.php:114 +msgid "Select and delete multiple posts/comments at once" +msgstr "Seleziona ed elimina vari messaggi e commenti in una volta sola" + +#: src/Content/Feature.php:115 +msgid "Edit Sent Posts" +msgstr "Modifica i post inviati" + +#: src/Content/Feature.php:115 +msgid "Edit and correct posts and comments after sending" +msgstr "Modifica e correggi messaggi e commenti dopo averli inviati" + +#: src/Content/Feature.php:116 +msgid "Tagging" +msgstr "Aggiunta tag" + +#: src/Content/Feature.php:116 +msgid "Ability to tag existing posts" +msgstr "Permette di aggiungere tag ai post già esistenti" + +#: src/Content/Feature.php:117 +msgid "Post Categories" +msgstr "Categorie post" + +#: src/Content/Feature.php:117 +msgid "Add categories to your posts" +msgstr "Aggiungi categorie ai tuoi post" + +#: src/Content/Feature.php:118 src/Content/Widget.php:200 +msgid "Saved Folders" +msgstr "Cartelle Salvate" + +#: src/Content/Feature.php:118 +msgid "Ability to file posts under folders" +msgstr "Permette di archiviare i post in cartelle" + +#: src/Content/Feature.php:119 +msgid "Dislike Posts" +msgstr "Non mi piace" + +#: src/Content/Feature.php:119 +msgid "Ability to dislike posts/comments" +msgstr "Permetti di inviare \"non mi piace\" ai messaggi" + +#: src/Content/Feature.php:120 +msgid "Star Posts" +msgstr "Post preferiti" + +#: src/Content/Feature.php:120 +msgid "Ability to mark special posts with a star indicator" +msgstr "Permette di segnare i post preferiti con una stella" + +#: src/Content/Feature.php:121 +msgid "Mute Post Notifications" +msgstr "Silenzia le notifiche di nuovi post" + +#: src/Content/Feature.php:121 +msgid "Ability to mute notifications for a thread" +msgstr "Permette di silenziare le notifiche di nuovi post in una discussione" + +#: src/Content/Feature.php:126 +msgid "Advanced Profile Settings" +msgstr "Impostazioni Avanzate Profilo" + +#: src/Content/Feature.php:127 +msgid "Show visitors public community forums at the Advanced Profile Page" +msgstr "Mostra ai visitatori i forum nella pagina Profilo Avanzato" + +#: src/Content/Feature.php:128 +msgid "Tag Cloud" +msgstr "Tag Cloud" + +#: src/Content/Feature.php:128 +msgid "Provide a personal tag cloud on your profile page" +msgstr "Mostra una nuvola dei tag personali sulla tua pagina di profilo" + +#: src/Content/Feature.php:129 +msgid "Display Membership Date" +msgstr "Mostra la Data di Registrazione" + +#: src/Content/Feature.php:129 +msgid "Display membership date in profile" +msgstr "Mostra la data in cui ti sei registrato nel profilo" + +#: src/Content/OEmbed.php:253 +msgid "Embedding disabled" +msgstr "Embed disabilitato" + +#: src/Content/OEmbed.php:373 +msgid "Embedded content" +msgstr "Contenuto incorporato" + +#: src/Content/Widget.php:33 +msgid "Add New Contact" +msgstr "Aggiungi nuovo contatto" + +#: src/Content/Widget.php:34 +msgid "Enter address or web location" +msgstr "Inserisci posizione o indirizzo web" + +#: src/Content/Widget.php:35 +msgid "Example: bob@example.com, http://example.com/barbara" +msgstr "Esempio: bob@example.com, http://example.com/barbara" + +#: src/Content/Widget.php:53 +#, php-format +msgid "%d invitation available" +msgid_plural "%d invitations available" +msgstr[0] "%d invito disponibile" +msgstr[1] "%d inviti disponibili" + +#: src/Content/Widget.php:59 +msgid "Find People" +msgstr "Trova persone" + +#: src/Content/Widget.php:60 +msgid "Enter name or interest" +msgstr "Inserisci un nome o un interesse" + +#: src/Content/Widget.php:62 +msgid "Examples: Robert Morgenstein, Fishing" +msgstr "Esempi: Mario Rossi, Pesca" + +#: src/Content/Widget.php:66 +msgid "Random Profile" +msgstr "Profilo causale" + +#: src/Content/Widget.php:68 +msgid "View Global Directory" +msgstr "Vedi Directory Globale" + +#: src/Content/Widget.php:159 +msgid "Networks" +msgstr "Reti" + +#: src/Content/Widget.php:162 +msgid "All Networks" +msgstr "Tutte le Reti" + +#: src/Content/Widget.php:203 src/Content/Widget.php:243 +msgid "Everything" +msgstr "Tutto" + +#: src/Content/Widget.php:240 +msgid "Categories" +msgstr "Categorie" + +#: src/Content/Widget.php:307 +#, php-format +msgid "%d contact in common" +msgid_plural "%d contacts in common" +msgstr[0] "%d contatto in comune" +msgstr[1] "%d contatti in comune" + +#: src/Database/DBStructure.php:32 +msgid "There are no tables on MyISAM." +msgstr "Non ci sono tabelle MyISAM" + +#: src/Database/DBStructure.php:75 +#, php-format +msgid "" +"\n" +"\t\t\t\tThe friendica developers released update %s recently,\n" +"\t\t\t\tbut when I tried to install it, something went terribly wrong.\n" +"\t\t\t\tThis needs to be fixed soon and I can't do it alone. Please contact a\n" +"\t\t\t\tfriendica developer if you can not help me on your own. My database might be invalid." +msgstr "\nGli sviluppatori di Friendica hanno rilasciato l'aggiornamento %s\nrecentemente, ma quando ho provato a installarlo, qualcosa è \nandato terribilmente storto.\nBisogna sistemare le cose e non posso farlo da solo.\nContatta uno sviluppatore se non sei in grado di aiutarmi. Il mio database potrebbe essere invalido." + +#: src/Database/DBStructure.php:80 +#, php-format +msgid "" +"The error message is\n" +"[pre]%s[/pre]" +msgstr "Il messaggio di errore è\n[pre]%s[/pre]" + +#: src/Database/DBStructure.php:191 +#, php-format +msgid "" +"\n" +"Error %d occurred during database update:\n" +"%s\n" +msgstr "\nErrore %d durante l'aggiornamento del database:\n%s\n" + +#: src/Database/DBStructure.php:194 +msgid "Errors encountered performing database changes: " +msgstr "Errori riscontrati eseguendo le modifiche al database:" + +#: src/Database/DBStructure.php:209 +msgid ": Database update" +msgstr ": Aggiornamento database" + +#: src/Database/DBStructure.php:458 +#, php-format +msgid "%s: updating %s table." +msgstr "%s: aggiornando la tabella %s." + +#: src/Model/Mail.php:40 src/Model/Mail.php:174 +msgid "[no subject]" +msgstr "[nessun oggetto]" + +#: src/Model/Item.php:1666 +#, php-format +msgid "%1$s is attending %2$s's %3$s" +msgstr "%1$s parteciperà a %3$s di %2$s" + +#: src/Model/Item.php:1671 +#, php-format +msgid "%1$s is not attending %2$s's %3$s" +msgstr "%1$s non parteciperà a %3$s di %2$s" + +#: src/Model/Item.php:1676 +#, php-format +msgid "%1$s may attend %2$s's %3$s" +msgstr "%1$s forse parteciperà a %3$s di %2$s" + +#: src/Model/Profile.php:97 +msgid "Requested account is not available." +msgstr "L'account richiesto non è disponibile." + +#: src/Model/Profile.php:168 src/Model/Profile.php:399 +#: src/Model/Profile.php:859 +msgid "Edit profile" +msgstr "Modifica il profilo" + +#: src/Model/Profile.php:336 +msgid "Atom feed" +msgstr "Feed Atom" + +#: src/Model/Profile.php:372 +msgid "Manage/edit profiles" +msgstr "Gestisci/modifica i profili" + +#: src/Model/Profile.php:548 src/Model/Profile.php:641 +msgid "g A l F d" +msgstr "g A l d F" + +#: src/Model/Profile.php:549 +msgid "F d" +msgstr "d F" + +#: src/Model/Profile.php:606 src/Model/Profile.php:703 +msgid "[today]" +msgstr "[oggi]" + +#: src/Model/Profile.php:617 +msgid "Birthday Reminders" +msgstr "Promemoria compleanni" + +#: src/Model/Profile.php:618 +msgid "Birthdays this week:" +msgstr "Compleanni questa settimana:" + +#: src/Model/Profile.php:690 +msgid "[No description]" +msgstr "[Nessuna descrizione]" + +#: src/Model/Profile.php:717 +msgid "Event Reminders" +msgstr "Promemoria" + +#: src/Model/Profile.php:718 +msgid "Events this week:" +msgstr "Eventi di questa settimana:" + +#: src/Model/Profile.php:741 +msgid "Member since:" +msgstr "Membro dal:" + +#: src/Model/Profile.php:749 +msgid "j F, Y" +msgstr "j F Y" + +#: src/Model/Profile.php:750 +msgid "j F" +msgstr "j F" + +#: src/Model/Profile.php:765 +msgid "Age:" +msgstr "Età:" + +#: src/Model/Profile.php:778 +#, php-format +msgid "for %1$d %2$s" +msgstr "per %1$d %2$s" + +#: src/Model/Profile.php:802 +msgid "Religion:" +msgstr "Religione:" + +#: src/Model/Profile.php:810 +msgid "Hobbies/Interests:" +msgstr "Hobby/Interessi:" + +#: src/Model/Profile.php:822 +msgid "Contact information and Social Networks:" +msgstr "Informazioni su contatti e social network:" + +#: src/Model/Profile.php:826 +msgid "Musical interests:" +msgstr "Interessi musicali:" + +#: src/Model/Profile.php:830 +msgid "Books, literature:" +msgstr "Libri, letteratura:" + +#: src/Model/Profile.php:834 +msgid "Television:" +msgstr "Televisione:" + +#: src/Model/Profile.php:838 +msgid "Film/dance/culture/entertainment:" +msgstr "Film/danza/cultura/intrattenimento:" + +#: src/Model/Profile.php:842 +msgid "Love/Romance:" +msgstr "Amore:" + +#: src/Model/Profile.php:846 +msgid "Work/employment:" +msgstr "Lavoro:" + +#: src/Model/Profile.php:850 +msgid "School/education:" +msgstr "Scuola:" + +#: src/Model/Profile.php:855 +msgid "Forums:" +msgstr "Forum:" + +#: src/Model/Profile.php:949 +msgid "Only You Can See This" +msgstr "Solo tu puoi vedere questo" + +#: src/Model/Contact.php:559 +msgid "Drop Contact" +msgstr "Rimuovi contatto" + +#: src/Model/Contact.php:962 +msgid "Organisation" +msgstr "Organizzazione" + +#: src/Model/Contact.php:965 +msgid "News" +msgstr "Notizie" + +#: src/Model/Contact.php:968 +msgid "Forum" +msgstr "Forum" + +#: src/Model/Contact.php:1147 +msgid "Connect URL missing." +msgstr "URL di connessione mancante." + +#: src/Model/Contact.php:1156 +msgid "" +"The contact could not be added. Please check the relevant network " +"credentials in your Settings -> Social Networks page." +msgstr "Il contatto non puo' essere aggiunto. Controlla le credenziali della rete nella tua pagina Impostazioni -> Reti Sociali" + +#: src/Model/Contact.php:1184 +msgid "" +"This site is not configured to allow communications with other networks." +msgstr "Questo sito non è configurato per permettere la comunicazione con altri network." + +#: src/Model/Contact.php:1185 src/Model/Contact.php:1199 +msgid "No compatible communication protocols or feeds were discovered." +msgstr "Non sono stati trovati protocolli di comunicazione o feed compatibili." + +#: src/Model/Contact.php:1197 +msgid "The profile address specified does not provide adequate information." +msgstr "L'indirizzo del profilo specificato non fornisce adeguate informazioni." + +#: src/Model/Contact.php:1202 +msgid "An author or name was not found." +msgstr "Non è stato trovato un nome o un autore" + +#: src/Model/Contact.php:1205 +msgid "No browser URL could be matched to this address." +msgstr "Nessun URL può essere associato a questo indirizzo." + +#: src/Model/Contact.php:1208 +msgid "" +"Unable to match @-style Identity Address with a known protocol or email " +"contact." +msgstr "Impossibile l'indirizzo identità con un protocollo conosciuto o con un contatto email." + +#: src/Model/Contact.php:1209 +msgid "Use mailto: in front of address to force email check." +msgstr "Usa \"mailto:\" davanti all'indirizzo per forzare un controllo nelle email." + +#: src/Model/Contact.php:1215 +msgid "" +"The profile address specified belongs to a network which has been disabled " +"on this site." +msgstr "L'indirizzo del profilo specificato appartiene a un network che è stato disabilitato su questo sito." + +#: src/Model/Contact.php:1220 +msgid "" +"Limited profile. This person will be unable to receive direct/personal " +"notifications from you." +msgstr "Profilo limitato. Questa persona non sarà in grado di ricevere notifiche personali da te." + +#: src/Model/Contact.php:1290 +msgid "Unable to retrieve contact information." +msgstr "Impossibile recuperare informazioni sul contatto." + +#: src/Model/Contact.php:1502 +#, php-format +msgid "%s's birthday" +msgstr "Compleanno di %s" + +#: src/Model/Contact.php:1503 src/Protocol/DFRN.php:1398 +#, php-format +msgid "Happy Birthday %s" +msgstr "Buon compleanno %s" + +#: src/Model/Group.php:44 +msgid "" +"A deleted group with this name was revived. Existing item permissions " +"may apply to this group and any future members. If this is " +"not what you intended, please create another group with a different name." +msgstr "Un gruppo eliminato con questo nome è stato ricreato. I permessi esistenti su un elemento possono essere applicati a questo gruppo e tutti i membri futuri. Se questo non è ciò che si intende, si prega di creare un altro gruppo con un nome diverso." + +#: src/Model/Group.php:329 +msgid "Default privacy group for new contacts" +msgstr "Gruppo predefinito per i nuovi contatti" + +#: src/Model/Group.php:362 +msgid "Everybody" +msgstr "Tutti" + +#: src/Model/Group.php:382 +msgid "edit" +msgstr "modifica" + +#: src/Model/Group.php:406 +msgid "Edit group" +msgstr "Modifica gruppo" + +#: src/Model/Group.php:407 +msgid "Contacts not in any group" +msgstr "Contatti in nessun gruppo." + +#: src/Model/Group.php:408 +msgid "Create a new group" +msgstr "Crea un nuovo gruppo" + +#: src/Model/Group.php:410 +msgid "Edit groups" +msgstr "Modifica gruppi" + +#: src/Model/User.php:142 +msgid "Login failed" +msgstr "Accesso fallito." + +#: src/Model/User.php:173 +msgid "Not enough information to authenticate" +msgstr "Informazioni insufficienti per l'autenticazione" + +#: src/Model/User.php:319 +msgid "An invitation is required." +msgstr "E' richiesto un invito." + +#: src/Model/User.php:323 +msgid "Invitation could not be verified." +msgstr "L'invito non puo' essere verificato." + +#: src/Model/User.php:330 +msgid "Invalid OpenID url" +msgstr "Url OpenID non valido" + +#: src/Model/User.php:343 src/Module/Login.php:100 +msgid "" +"We encountered a problem while logging in with the OpenID you provided. " +"Please check the correct spelling of the ID." +msgstr "Abbiamo incontrato un problema mentre contattavamo il server OpenID che ci hai fornito. Controlla di averlo scritto giusto." + +#: src/Model/User.php:343 src/Module/Login.php:100 +msgid "The error message was:" +msgstr "Il messaggio riportato era:" + +#: src/Model/User.php:349 +msgid "Please enter the required information." +msgstr "Inserisci le informazioni richieste." + +#: src/Model/User.php:362 +msgid "Please use a shorter name." +msgstr "Usa un nome più corto." + +#: src/Model/User.php:365 +msgid "Name too short." +msgstr "Il nome è troppo corto." + +#: src/Model/User.php:373 +msgid "That doesn't appear to be your full (First Last) name." +msgstr "Questo non sembra essere il tuo nome completo (Nome Cognome)." + +#: src/Model/User.php:378 +msgid "Your email domain is not among those allowed on this site." +msgstr "Il dominio della tua email non è tra quelli autorizzati su questo sito." + +#: src/Model/User.php:382 +msgid "Not a valid email address." +msgstr "L'indirizzo email non è valido." + +#: src/Model/User.php:386 src/Model/User.php:394 +msgid "Cannot use that email." +msgstr "Non puoi usare quell'email." + +#: src/Model/User.php:401 +msgid "Your nickname can only contain a-z, 0-9 and _." +msgstr "Il tuo nome utente può contenere solo a-z, 0-9 e _." + +#: src/Model/User.php:408 src/Model/User.php:464 +msgid "Nickname is already registered. Please choose another." +msgstr "Nome utente già registrato. Scegline un altro." + +#: src/Model/User.php:418 +msgid "SERIOUS ERROR: Generation of security keys failed." +msgstr "ERRORE GRAVE: La generazione delle chiavi di sicurezza è fallita." + +#: src/Model/User.php:451 src/Model/User.php:455 +msgid "An error occurred during registration. Please try again." +msgstr "C'è stato un errore durante la registrazione. Prova ancora." + +#: src/Model/User.php:480 +msgid "An error occurred creating your default profile. Please try again." +msgstr "C'è stato un errore nella creazione del tuo profilo. Prova ancora." + +#: src/Model/User.php:487 +msgid "An error occurred creating your self contact. Please try again." +msgstr "C'è stato un errore nella creazione del tuo contatto. Prova ancora." + +#: src/Model/User.php:496 +msgid "" +"An error occurred creating your default contact group. Please try again." +msgstr "C'è stato un errore nella creazione del tuo gruppo contatti di default. Prova ancora." + +#: src/Model/User.php:570 +#, php-format +msgid "" +"\n" +"\t\t\tDear %1$s,\n" +"\t\t\t\tThank you for registering at %2$s. Your account is pending for approval by the administrator.\n" +"\t\t" +msgstr "\nGentile %1$s,\n\tGrazie per la tua registrazione su %2$s. Il tuo account è in attesa di approvazione da parte di un amministratore.\n\t" + +#: src/Model/User.php:580 +#, php-format +msgid "Registration at %s" +msgstr "Registrazione su %s" + +#: src/Model/User.php:598 +#, 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 "\nGentile %1$s,\n\tGrazie per esserti registrato su %2$s. Il tuo account è stato creato.\n\t" + +#: src/Model/User.php:602 +#, php-format +msgid "" +"\n" +"\t\t\tThe login details are as follows:\n" +"\t\t\t\tSite Location:\t%3$s\n" +"\t\t\t\tLogin Name:\t%1$s\n" +"\t\t\t\tPassword:\t%5$s\n" +"\n" +"\t\t\tYou may change your password from your account Settings page after logging\n" +"\t\t\tin.\n" +"\n" +"\t\t\tPlease take a few moments to review the other account settings on that page.\n" +"\n" +"\t\t\tYou may also wish to add some basic information to your default profile\n" +"\t\t\t(on the \"Profiles\" page) so that other people can easily find you.\n" +"\n" +"\t\t\tWe recommend setting your full name, adding a profile photo,\n" +"\t\t\tadding some profile keywords (very useful in making new friends) - and\n" +"\t\t\tperhaps what country you live in; if you do not wish to be more specific\n" +"\t\t\tthan that.\n" +"\n" +"\t\t\tWe fully respect your right to privacy, and none of these items are necessary.\n" +"\t\t\tIf you are new and do not know anybody here, they may help\n" +"\t\t\tyou to make some new and interesting friends.\n" +"\n" +"\n" +"\t\t\tThank you and welcome to %2$s." +msgstr "\nI dettagli del tuo utente sono:\n\tIndirizzo del sito: %3$s\n\tNome utente: %1$s\n\tPassword: %5$s\n\nPuoi cambiare la tua password dalla pagina delle impostazioni del tuo account dopo esserti autenticato.\n\nPer favore, prenditi qualche momento per esaminare tutte le impostazioni presenti.\n\nPotresti voler aggiungere qualche informazione di base al tuo profilo predefinito (nella pagina \"Profili\"), così che le altre persone possano trovarti più facilmente.\n\nTi raccomandiamo di inserire il tuo nome completo, aggiungere una foto, aggiungere qualche parola chiave del profilo (molto utili per trovare nuovi contatti), e magari in quale nazione vivi, se non vuoi essere più specifico di così.\n\nNoi rispettiamo appieno la tua privacy, e nessuna di queste informazioni è necessaria o obbligatoria.\nSe sei nuovo e non conosci nessuno qui, possono aiutarti a trovare qualche nuovo e interessante contatto.\n\nGrazie e benvenuto su %2$s." + +#: src/Protocol/DFRN.php:1397 +#, php-format +msgid "%s\\'s birthday" +msgstr "compleanno di %s" + +#: src/Protocol/OStatus.php:1774 +#, php-format +msgid "%s is now following %s." +msgstr "%s sta seguendo %s" + +#: src/Protocol/OStatus.php:1775 +msgid "following" +msgstr "segue" + +#: src/Protocol/OStatus.php:1778 +#, php-format +msgid "%s stopped following %s." +msgstr "%s ha smesso di seguire %s" + +#: src/Protocol/OStatus.php:1779 +msgid "stopped following" +msgstr "tolto dai seguiti" + +#: src/Protocol/Diaspora.php:2584 +msgid "Sharing notification from Diaspora network" +msgstr "Notifica di condivisione dal network Diaspora*" + +#: src/Protocol/Diaspora.php:3660 +msgid "Attachments:" +msgstr "Allegati:" + +#: src/Worker/Delivery.php:391 +msgid "(no subject)" +msgstr "(nessun oggetto)" + +#: src/Module/Login.php:282 +msgid "Create a New Account" +msgstr "Crea un nuovo account" + +#: src/Module/Login.php:315 +msgid "Password: " +msgstr "Password: " + +#: src/Module/Login.php:316 +msgid "Remember me" +msgstr "Ricordati di me" + +#: src/Module/Login.php:319 +msgid "Or login using OpenID: " +msgstr "O entra con OpenID:" + +#: src/Module/Login.php:325 +msgid "Forgot your password?" +msgstr "Hai dimenticato la password?" + +#: src/Module/Login.php:328 +msgid "Website Terms of Service" +msgstr "Condizioni di servizio del sito web " + +#: src/Module/Login.php:329 +msgid "terms of service" +msgstr "condizioni del servizio" + +#: src/Module/Login.php:331 +msgid "Website Privacy Policy" +msgstr "Politiche di privacy del sito" + +#: src/Module/Login.php:332 +msgid "privacy policy" +msgstr "politiche di privacy" + +#: src/Module/Logout.php:28 +msgid "Logged out." +msgstr "Uscita effettuata." + +#: src/Object/Post.php:127 msgid "This entry was edited" msgstr "Questa voce è stata modificata" -#: object/Item.php:151 +#: src/Object/Post.php:181 msgid "save to folder" msgstr "salva nella cartella" -#: object/Item.php:221 +#: src/Object/Post.php:234 msgid "I will attend" msgstr "Parteciperò" -#: object/Item.php:221 +#: src/Object/Post.php:234 msgid "I will not attend" msgstr "Non parteciperò" -#: object/Item.php:221 +#: src/Object/Post.php:234 msgid "I might attend" msgstr "Forse parteciperò" -#: object/Item.php:247 +#: src/Object/Post.php:262 msgid "add star" msgstr "aggiungi a speciali" -#: object/Item.php:248 +#: src/Object/Post.php:263 msgid "remove star" msgstr "rimuovi da speciali" -#: object/Item.php:249 +#: src/Object/Post.php:264 msgid "toggle star status" msgstr "Inverti stato preferito" -#: object/Item.php:252 +#: src/Object/Post.php:267 msgid "starred" msgstr "preferito" -#: object/Item.php:257 +#: src/Object/Post.php:273 msgid "ignore thread" msgstr "ignora la discussione" -#: object/Item.php:258 +#: src/Object/Post.php:274 msgid "unignore thread" msgstr "non ignorare la discussione" -#: object/Item.php:259 +#: src/Object/Post.php:275 msgid "toggle ignore status" msgstr "inverti stato \"Ignora\"" -#: object/Item.php:269 +#: src/Object/Post.php:284 msgid "add tag" msgstr "aggiungi tag" -#: object/Item.php:280 +#: src/Object/Post.php:295 msgid "like" msgstr "mi piace" -#: object/Item.php:281 +#: src/Object/Post.php:296 msgid "dislike" msgstr "non mi piace" -#: object/Item.php:284 +#: src/Object/Post.php:299 msgid "Share this" msgstr "Condividi questo" -#: object/Item.php:284 +#: src/Object/Post.php:299 msgid "share" msgstr "condividi" -#: object/Item.php:352 +#: src/Object/Post.php:357 msgid "to" msgstr "a" -#: object/Item.php:353 +#: src/Object/Post.php:358 msgid "via" msgstr "via" -#: object/Item.php:354 +#: src/Object/Post.php:359 msgid "Wall-to-Wall" msgstr "Da bacheca a bacheca" -#: object/Item.php:355 +#: src/Object/Post.php:360 msgid "via Wall-To-Wall:" msgstr "da bacheca a bacheca" -#: object/Item.php:414 +#: src/Object/Post.php:419 #, php-format msgid "%d comment" msgid_plural "%d comments" msgstr[0] "%d commento" msgstr[1] "%d commenti" -#: object/Item.php:703 +#: src/Object/Post.php:789 msgid "Bold" msgstr "Grassetto" -#: object/Item.php:704 +#: src/Object/Post.php:790 msgid "Italic" msgstr "Corsivo" -#: object/Item.php:705 +#: src/Object/Post.php:791 msgid "Underline" msgstr "Sottolineato" -#: object/Item.php:706 +#: src/Object/Post.php:792 msgid "Quote" msgstr "Citazione" -#: object/Item.php:707 +#: src/Object/Post.php:793 msgid "Code" msgstr "Codice" -#: object/Item.php:708 +#: src/Object/Post.php:794 msgid "Image" msgstr "Immagine" -#: object/Item.php:709 +#: src/Object/Post.php:795 msgid "Link" msgstr "Link" -#: object/Item.php:710 +#: src/Object/Post.php:796 msgid "Video" msgstr "Video" -#: view/theme/duepuntozero/config.php:48 -msgid "greenzero" -msgstr "greenzero" - -#: view/theme/duepuntozero/config.php:49 -msgid "purplezero" -msgstr "purplezero" - -#: view/theme/duepuntozero/config.php:50 -msgid "easterbunny" -msgstr "easterbunny" - -#: view/theme/duepuntozero/config.php:51 -msgid "darkzero" -msgstr "darkzero" - -#: view/theme/duepuntozero/config.php:52 -msgid "comix" -msgstr "comix" - -#: view/theme/duepuntozero/config.php:53 -msgid "slackr" -msgstr "slackr" - -#: view/theme/duepuntozero/config.php:68 -msgid "Variations" -msgstr "Varianti" - -#: view/theme/frio/php/Image.php:23 -msgid "Repeat the image" -msgstr "Ripeti l'immagine" - -#: view/theme/frio/php/Image.php:23 -msgid "Will repeat your image to fill the background." -msgstr "Ripete l'immagine per riempire lo sfondo." - -#: view/theme/frio/php/Image.php:25 -msgid "Stretch" -msgstr "Stira" - -#: view/theme/frio/php/Image.php:25 -msgid "Will stretch to width/height of the image." -msgstr "Stira l'immagine." - -#: view/theme/frio/php/Image.php:27 -msgid "Resize fill and-clip" -msgstr "Scala e ritaglia" - -#: view/theme/frio/php/Image.php:27 -msgid "Resize to fill and retain aspect ratio." -msgstr "Scala l'immagine a riempire mantenendo le proporzioni." - -#: view/theme/frio/php/Image.php:29 -msgid "Resize best fit" -msgstr "Scala best fit" - -#: view/theme/frio/php/Image.php:29 -msgid "Resize to best fit and retain aspect ratio." -msgstr "Scala l'immagine alla miglior dimensione per riempire mantenendo le proporzioni." - -#: view/theme/frio/config.php:92 -msgid "Default" -msgstr "Default" - -#: view/theme/frio/config.php:104 -msgid "Note" -msgstr "" - -#: view/theme/frio/config.php:104 -msgid "Check image permissions if all users are allowed to visit the image" -msgstr "Controlla i permessi dell'immagine se tutti gli utenti sono autorizzati a vederla" - -#: view/theme/frio/config.php:111 -msgid "Select scheme" -msgstr "Seleziona schema" - -#: view/theme/frio/config.php:112 -msgid "Navigation bar background color" -msgstr "Colore di sfondo barra di navigazione" - -#: view/theme/frio/config.php:113 -msgid "Navigation bar icon color " -msgstr "Colore icona barra di navigazione" - -#: view/theme/frio/config.php:114 -msgid "Link color" -msgstr "Colore link" - -#: view/theme/frio/config.php:115 -msgid "Set the background color" -msgstr "Imposta il colore di sfondo" - -#: view/theme/frio/config.php:116 -msgid "Content background transparency" -msgstr "Trasparenza sfondo contenuto" - -#: view/theme/frio/config.php:117 -msgid "Set the background image" -msgstr "Imposta l'immagine di sfondo" - -#: view/theme/frio/theme.php:231 -msgid "Guest" -msgstr "Ospite" - -#: view/theme/frio/theme.php:237 -msgid "Visitor" -msgstr "Visitatore" - -#: view/theme/quattro/config.php:74 -msgid "Alignment" -msgstr "Allineamento" - -#: view/theme/quattro/config.php:74 -msgid "Left" -msgstr "Sinistra" - -#: view/theme/quattro/config.php:74 -msgid "Center" -msgstr "Centrato" - -#: view/theme/quattro/config.php:75 -msgid "Color scheme" -msgstr "Schema colori" - -#: view/theme/quattro/config.php:76 -msgid "Posts font size" -msgstr "Dimensione caratteri post" - -#: view/theme/quattro/config.php:77 -msgid "Textareas font size" -msgstr "Dimensione caratteri nelle aree di testo" - -#: view/theme/vier/theme.php:144 view/theme/vier/config.php:119 -msgid "Community Profiles" -msgstr "Profili Comunità" - -#: view/theme/vier/theme.php:174 view/theme/vier/config.php:123 -msgid "Last users" -msgstr "Ultimi utenti" - -#: view/theme/vier/theme.php:192 view/theme/vier/config.php:122 -msgid "Find Friends" -msgstr "Trova Amici" - -#: view/theme/vier/theme.php:193 -msgid "Local Directory" -msgstr "Elenco Locale" - -#: view/theme/vier/theme.php:285 -msgid "Quick Start" -msgstr "Quick Start" - -#: view/theme/vier/theme.php:385 view/theme/vier/config.php:121 -msgid "Connect Services" -msgstr "Servizi connessi" - -#: view/theme/vier/config.php:71 -msgid "Comma separated list of helper forums" -msgstr "Lista separata da virgola di forum di aiuto" - -#: view/theme/vier/config.php:117 -msgid "Set style" -msgstr "Imposta stile" - -#: view/theme/vier/config.php:118 -msgid "Community Pages" -msgstr "Pagine Comunitarie" - -#: view/theme/vier/config.php:120 -msgid "Help or @NewHere ?" -msgstr "Serve aiuto? Sei nuovo?" - -#: src/App.php:522 +#: src/App.php:513 msgid "Delete this item?" msgstr "Cancellare questo elemento?" -#: src/App.php:524 +#: src/App.php:515 msgid "show fewer" msgstr "mostra di meno" -#: boot.php:738 +#: index.php:441 +msgid "toggle mobile" +msgstr "commuta tema mobile" + +#: boot.php:786 #, php-format msgid "Update %s failed. See error logs." msgstr "aggiornamento %s fallito. Guarda i log di errore." - -#: boot.php:850 -msgid "Create a New Account" -msgstr "Crea un nuovo account" - -#: boot.php:878 -msgid "Password: " -msgstr "Password: " - -#: boot.php:879 -msgid "Remember me" -msgstr "Ricordati di me" - -#: boot.php:882 -msgid "Or login using OpenID: " -msgstr "O entra con OpenID:" - -#: boot.php:888 -msgid "Forgot your password?" -msgstr "Hai dimenticato la password?" - -#: boot.php:891 -msgid "Website Terms of Service" -msgstr "Condizioni di servizio del sito web " - -#: boot.php:892 -msgid "terms of service" -msgstr "condizioni del servizio" - -#: boot.php:894 -msgid "Website Privacy Policy" -msgstr "Politiche di privacy del sito" - -#: boot.php:895 -msgid "privacy policy" -msgstr "politiche di privacy" - -#: index.php:438 -msgid "toggle mobile" -msgstr "commuta tema mobile" diff --git a/view/lang/it/strings.php b/view/lang/it/strings.php index 28ad45d731..7df9e9c1ec 100644 --- a/view/lang/it/strings.php +++ b/view/lang/it/strings.php @@ -5,213 +5,19 @@ function string_plural_select_it($n){ return ($n != 1);; }} ; -$a->strings["General Features"] = "Funzionalità generali"; -$a->strings["Multiple Profiles"] = "Profili multipli"; -$a->strings["Ability to create multiple profiles"] = "Possibilità di creare profili multipli"; -$a->strings["Photo Location"] = "Località Foto"; -$a->strings["Photo metadata is normally stripped. This extracts the location (if present) prior to stripping metadata and links it to a map."] = "I metadati delle foto vengono rimossi. Questa opzione estrae la località (se presenta) prima di rimuovere i metadati e la collega a una mappa."; -$a->strings["Export Public Calendar"] = "Esporta calendario pubblico"; -$a->strings["Ability for visitors to download the public calendar"] = "Permesso ai visitatori di scaricare il calendario pubblico"; -$a->strings["Post Composition Features"] = "Funzionalità di composizione dei post"; -$a->strings["Post Preview"] = "Anteprima dei post"; -$a->strings["Allow previewing posts and comments before publishing them"] = "Permetti di avere un'anteprima di messaggi e commenti prima di pubblicarli"; -$a->strings["Auto-mention Forums"] = "Auto-cita i Forum"; -$a->strings["Add/remove mention when a forum page is selected/deselected in ACL window."] = "Aggiunge/rimuove una menzione quando una pagina forum è selezionata/deselezionata nella finestra dei permessi."; -$a->strings["Network Sidebar Widgets"] = "Widget della barra laterale nella pagina Rete"; -$a->strings["Search by Date"] = "Cerca per data"; -$a->strings["Ability to select posts by date ranges"] = "Permette di filtrare i post per data"; -$a->strings["List Forums"] = "Elenco forum"; -$a->strings["Enable widget to display the forums your are connected with"] = "Abilita il widget che mostra i forum ai quali sei connesso"; -$a->strings["Group Filter"] = "Filtra gruppi"; -$a->strings["Enable widget to display Network posts only from selected group"] = "Abilita il widget per filtrare i post solo per il gruppo selezionato"; -$a->strings["Network Filter"] = "Filtro reti"; -$a->strings["Enable widget to display Network posts only from selected network"] = "Abilita il widget per mostrare i post solo per la rete selezionata"; -$a->strings["Saved Searches"] = "Ricerche salvate"; -$a->strings["Save search terms for re-use"] = "Salva i termini cercati per riutilizzarli"; -$a->strings["Network Tabs"] = "Schede pagina Rete"; -$a->strings["Network Personal Tab"] = "Scheda Personali"; -$a->strings["Enable tab to display only Network posts that you've interacted on"] = "Abilita la scheda per mostrare solo i post a cui hai partecipato"; -$a->strings["Network New Tab"] = "Scheda Nuovi"; -$a->strings["Enable tab to display only new Network posts (from the last 12 hours)"] = "Abilita la scheda per mostrare solo i post nuovi (nelle ultime 12 ore)"; -$a->strings["Network Shared Links Tab"] = "Scheda Link Condivisi"; -$a->strings["Enable tab to display only Network posts with links in them"] = "Abilita la scheda per mostrare solo i post che contengono link"; -$a->strings["Post/Comment Tools"] = "Strumenti per messaggi/commenti"; -$a->strings["Multiple Deletion"] = "Eliminazione multipla"; -$a->strings["Select and delete multiple posts/comments at once"] = "Seleziona ed elimina vari messaggi e commenti in una volta sola"; -$a->strings["Edit Sent Posts"] = "Modifica i post inviati"; -$a->strings["Edit and correct posts and comments after sending"] = "Modifica e correggi messaggi e commenti dopo averli inviati"; -$a->strings["Tagging"] = "Aggiunta tag"; -$a->strings["Ability to tag existing posts"] = "Permette di aggiungere tag ai post già esistenti"; -$a->strings["Post Categories"] = "Categorie post"; -$a->strings["Add categories to your posts"] = "Aggiungi categorie ai tuoi post"; -$a->strings["Saved Folders"] = "Cartelle Salvate"; -$a->strings["Ability to file posts under folders"] = "Permette di archiviare i post in cartelle"; -$a->strings["Dislike Posts"] = "Non mi piace"; -$a->strings["Ability to dislike posts/comments"] = "Permetti di inviare \"non mi piace\" ai messaggi"; -$a->strings["Star Posts"] = "Post preferiti"; -$a->strings["Ability to mark special posts with a star indicator"] = "Permette di segnare i post preferiti con una stella"; -$a->strings["Mute Post Notifications"] = "Silenzia le notifiche di nuovi post"; -$a->strings["Ability to mute notifications for a thread"] = "Permette di silenziare le notifiche di nuovi post in una discussione"; -$a->strings["Advanced Profile Settings"] = "Impostazioni Avanzate Profilo"; -$a->strings["Show visitors public community forums at the Advanced Profile Page"] = "Mostra ai visitatori i forum nella pagina Profilo Avanzato"; -$a->strings["Miscellaneous"] = "Varie"; -$a->strings["Birthday:"] = "Compleanno:"; -$a->strings["Age: "] = "Età : "; -$a->strings["YYYY-MM-DD or MM-DD"] = "AAAA-MM-GG o MM-GG"; -$a->strings["never"] = "mai"; -$a->strings["less than a second ago"] = "meno di un secondo fa"; -$a->strings["year"] = "anno"; -$a->strings["years"] = "anni"; -$a->strings["month"] = "mese"; -$a->strings["months"] = "mesi"; -$a->strings["week"] = "settimana"; -$a->strings["weeks"] = "settimane"; -$a->strings["day"] = "giorno"; -$a->strings["days"] = "giorni"; -$a->strings["hour"] = "ora"; -$a->strings["hours"] = "ore"; -$a->strings["minute"] = "minuto"; -$a->strings["minutes"] = "minuti"; -$a->strings["second"] = "secondo"; -$a->strings["seconds"] = "secondi"; -$a->strings["%1\$d %2\$s ago"] = "%1\$d %2\$s fa"; -$a->strings["%s's birthday"] = "Compleanno di %s"; -$a->strings["Happy Birthday %s"] = "Buon compleanno %s"; -$a->strings["Male"] = "Maschio"; -$a->strings["Female"] = "Femmina"; -$a->strings["Currently Male"] = "Al momento maschio"; -$a->strings["Currently Female"] = "Al momento femmina"; -$a->strings["Mostly Male"] = "Prevalentemente maschio"; -$a->strings["Mostly Female"] = "Prevalentemente femmina"; -$a->strings["Transgender"] = "Transgender"; -$a->strings["Intersex"] = "Intersex"; -$a->strings["Transsexual"] = "Transessuale"; -$a->strings["Hermaphrodite"] = "Ermafrodito"; -$a->strings["Neuter"] = "Neutro"; -$a->strings["Non-specific"] = "Non specificato"; -$a->strings["Other"] = "Altro"; -$a->strings["Undecided"] = [ - 0 => "Indeciso", - 1 => "Indecisi", -]; -$a->strings["Males"] = "Maschi"; -$a->strings["Females"] = "Femmine"; -$a->strings["Gay"] = "Gay"; -$a->strings["Lesbian"] = "Lesbica"; -$a->strings["No Preference"] = "Nessuna preferenza"; -$a->strings["Bisexual"] = "Bisessuale"; -$a->strings["Autosexual"] = "Autosessuale"; -$a->strings["Abstinent"] = "Astinente"; -$a->strings["Virgin"] = "Vergine"; -$a->strings["Deviant"] = "Deviato"; -$a->strings["Fetish"] = "Fetish"; -$a->strings["Oodles"] = "Un sacco"; -$a->strings["Nonsexual"] = "Asessuato"; -$a->strings["Single"] = "Single"; -$a->strings["Lonely"] = "Solitario"; -$a->strings["Available"] = "Disponibile"; -$a->strings["Unavailable"] = "Non disponibile"; -$a->strings["Has crush"] = "è cotto/a"; -$a->strings["Infatuated"] = "infatuato/a"; -$a->strings["Dating"] = "Disponibile a un incontro"; -$a->strings["Unfaithful"] = "Infedele"; -$a->strings["Sex Addict"] = "Sesso-dipendente"; -$a->strings["Friends"] = "Amici"; -$a->strings["Friends/Benefits"] = "Amici con benefici"; -$a->strings["Casual"] = "Casual"; -$a->strings["Engaged"] = "Impegnato"; -$a->strings["Married"] = "Sposato"; -$a->strings["Imaginarily married"] = "immaginariamente sposato/a"; -$a->strings["Partners"] = "Partners"; -$a->strings["Cohabiting"] = "Coinquilino"; -$a->strings["Common law"] = "diritto comune"; -$a->strings["Happy"] = "Felice"; -$a->strings["Not looking"] = "Non guarda"; -$a->strings["Swinger"] = "Scambista"; -$a->strings["Betrayed"] = "Tradito"; -$a->strings["Separated"] = "Separato"; -$a->strings["Unstable"] = "Instabile"; -$a->strings["Divorced"] = "Divorziato"; -$a->strings["Imaginarily divorced"] = "immaginariamente divorziato/a"; -$a->strings["Widowed"] = "Vedovo"; -$a->strings["Uncertain"] = "Incerto"; -$a->strings["It's complicated"] = "E' complicato"; -$a->strings["Don't care"] = "Non interessa"; -$a->strings["Ask me"] = "Chiedimelo"; -$a->strings["A deleted group with this name was revived. Existing item permissions may apply to this group and any future members. If this is not what you intended, please create another group with a different name."] = "Un gruppo eliminato con questo nome è stato ricreato. I permessi esistenti su un elemento possono essere applicati a questo gruppo e tutti i membri futuri. Se questo non è ciò che si intende, si prega di creare un altro gruppo con un nome diverso."; -$a->strings["Default privacy group for new contacts"] = "Gruppo predefinito per i nuovi contatti"; -$a->strings["Everybody"] = "Tutti"; -$a->strings["edit"] = "modifica"; -$a->strings["Groups"] = "Gruppi"; -$a->strings["Edit groups"] = "Modifica gruppi"; -$a->strings["Edit group"] = "Modifica gruppo"; -$a->strings["Create a new group"] = "Crea un nuovo gruppo"; -$a->strings["Group Name: "] = "Nome del gruppo:"; -$a->strings["Contacts not in any group"] = "Contatti in nessun gruppo."; -$a->strings["add"] = "aggiungi"; -$a->strings["Forums"] = "Forum"; -$a->strings["External link to forum"] = "Link esterno al forum"; -$a->strings["show more"] = "mostra di più"; -$a->strings["System"] = "Sistema"; -$a->strings["Network"] = "Rete"; -$a->strings["Personal"] = "Personale"; -$a->strings["Home"] = "Home"; -$a->strings["Introductions"] = "Presentazioni"; -$a->strings["%s commented on %s's post"] = "%s ha commentato il messaggio di %s"; -$a->strings["%s created a new post"] = "%s a creato un nuovo messaggio"; -$a->strings["%s liked %s's post"] = "a %s è piaciuto il messaggio di %s"; -$a->strings["%s disliked %s's post"] = "a %s non è piaciuto il messaggio di %s"; -$a->strings["%s is attending %s's event"] = "%s partecipa all'evento di %s"; -$a->strings["%s is not attending %s's event"] = "%s non partecipa all'evento di %s"; -$a->strings["%s may attend %s's event"] = "%s potrebbe partecipare all'evento di %s"; -$a->strings["%s is now friends with %s"] = "%s è ora amico di %s"; -$a->strings["Friend Suggestion"] = "Amico suggerito"; -$a->strings["Friend/Connect Request"] = "Richiesta amicizia/connessione"; -$a->strings["New Follower"] = "Qualcuno inizia a seguirti"; -$a->strings["Logged out."] = "Uscita effettuata."; -$a->strings["Login failed."] = "Accesso fallito."; -$a->strings["We encountered a problem while logging in with the OpenID you provided. Please check the correct spelling of the ID."] = "Abbiamo incontrato un problema mentre contattavamo il server OpenID che ci hai fornito. Controlla di averlo scritto giusto."; -$a->strings["The error message was:"] = "Il messaggio riportato era:"; -$a->strings["l F d, Y \\@ g:i A"] = "l d F Y \\@ G:i"; -$a->strings["Starts:"] = "Inizia:"; -$a->strings["Finishes:"] = "Finisce:"; -$a->strings["Location:"] = "Posizione:"; -$a->strings["Add New Contact"] = "Aggiungi nuovo contatto"; -$a->strings["Enter address or web location"] = "Inserisci posizione o indirizzo web"; -$a->strings["Example: bob@example.com, http://example.com/barbara"] = "Esempio: bob@example.com, http://example.com/barbara"; -$a->strings["Connect"] = "Connetti"; -$a->strings["%d invitation available"] = [ - 0 => "%d invito disponibile", - 1 => "%d inviti disponibili", -]; -$a->strings["Find People"] = "Trova persone"; -$a->strings["Enter name or interest"] = "Inserisci un nome o un interesse"; -$a->strings["Connect/Follow"] = "Connetti/segui"; -$a->strings["Examples: Robert Morgenstein, Fishing"] = "Esempi: Mario Rossi, Pesca"; -$a->strings["Find"] = "Trova"; -$a->strings["Friend Suggestions"] = "Contatti suggeriti"; -$a->strings["Similar Interests"] = "Interessi simili"; -$a->strings["Random Profile"] = "Profilo causale"; -$a->strings["Invite Friends"] = "Invita amici"; -$a->strings["View Global Directory"] = "Vedi Directory Globale"; -$a->strings["Networks"] = "Reti"; -$a->strings["All Networks"] = "Tutte le Reti"; -$a->strings["Everything"] = "Tutto"; -$a->strings["Categories"] = "Categorie"; -$a->strings["%d contact in common"] = [ - 0 => "%d contatto in comune", - 1 => "%d contatti in comune", -]; +$a->strings["Welcome "] = "Ciao"; +$a->strings["Please upload a profile photo."] = "Carica una foto per il profilo."; +$a->strings["Welcome back "] = "Ciao "; +$a->strings["The form security token was not correct. This probably happened because the form has been opened for too long (>3 hours) before submitting it."] = "Il token di sicurezza della form non era corretto. Probabilmente la form è rimasta aperta troppo a lungo (più di tre ore) prima di inviarla."; $a->strings["Friendica Notification"] = "Notifica Friendica"; $a->strings["Thank You,"] = "Grazie,"; $a->strings["%s Administrator"] = "Amministratore %s"; $a->strings["%1\$s, %2\$s Administrator"] = "%1\$s, amministratore di %2\$s"; $a->strings["noreply"] = "nessuna risposta"; -$a->strings["%s "] = "%s "; $a->strings["[Friendica:Notify] New mail received at %s"] = "[Friendica:Notifica] Nuovo messaggio privato ricevuto su %s"; $a->strings["%1\$s sent you a new private message at %2\$s."] = "%1\$s ti ha inviato un nuovo messaggio privato su %2\$s."; -$a->strings["%1\$s sent you %2\$s."] = "%1\$s ti ha inviato %2\$s"; $a->strings["a private message"] = "un messaggio privato"; +$a->strings["%1\$s sent you %2\$s."] = "%1\$s ti ha inviato %2\$s"; $a->strings["Please visit %s to view and/or reply to your private messages."] = "Visita %s per vedere e/o rispondere ai tuoi messaggi privati."; $a->strings["%1\$s commented on [url=%2\$s]a %3\$s[/url]"] = "%1\$s ha commentato [url=%2\$s]%3\$s[/url]"; $a->strings["%1\$s commented on [url=%2\$s]%3\$s's %4\$s[/url]"] = "%1\$s ha commentato [url=%2\$s]%4\$s di %3\$s[/url]"; @@ -254,257 +60,18 @@ $a->strings["'%1\$s' has accepted your connection request at %2\$s"] = "'%1\$s' $a->strings["%2\$s has accepted your [url=%1\$s]connection request[/url]."] = "%2\$s ha accettato la tua [url=%1\$s]richiesta di connessione[/url]"; $a->strings["You are now mutual friends and may exchange status updates, photos, and email without restriction."] = "Ora siete amici reciproci e potete scambiarvi aggiornamenti di stato, foto e messaggi privati senza restrizioni."; $a->strings["Please visit %s if you wish to make any changes to this relationship."] = "Visita %s se vuoi modificare questa relazione."; -$a->strings["'%1\$s' has chosen to accept you a \"fan\", which restricts some forms of communication - such as private messaging and some profile interactions. If this is a celebrity or community page, these settings were applied automatically."] = "'%1\$s' ha scelto di accettarti come \"fan\", il che limita alcune forme di comunicazione, come i messaggi privati, e alcune possibilità di interazione col profilo. Se è una pagina di una comunità o di una celebrità, queste impostazioni sono state applicate automaticamente."; +$a->strings["'%1\$s' has chosen to accept you a fan, which restricts some forms of communication - such as private messaging and some profile interactions. If this is a celebrity or community page, these settings were applied automatically."] = "'%1\$s' ha scelto di accettarti come \"fan\", il che limita alcune forme di comunicazione, come i messaggi privati, e alcune possibilità di interazione col profilo. Se è una pagina di una comunità o di una celebrità, queste impostazioni sono state applicate automaticamente."; $a->strings["'%1\$s' may choose to extend this into a two-way or more permissive relationship in the future."] = "'%1\$s' può scegliere di estendere questa relazione in una relazione più permissiva in futuro."; $a->strings["Please visit %s if you wish to make any changes to this relationship."] = "Visita %s se desideri modificare questo collegamento."; $a->strings["[Friendica System:Notify] registration request"] = "[Friendica System:Notifica] richiesta di registrazione"; $a->strings["You've received a registration request from '%1\$s' at %2\$s"] = "Hai ricevuto una richiesta di registrazione da '%1\$s' su %2\$s"; $a->strings["You've received a [url=%1\$s]registration request[/url] from %2\$s."] = "Hai ricevuto una [url=%1\$s]richiesta di registrazione[/url] da %2\$s."; -$a->strings["Full Name:\t%1\$s\\nSite Location:\t%2\$s\\nLogin Name:\t%3\$s (%4\$s)"] = "Nome completo: %1\$s\nIndirizzo del sito: %2\$s\nNome utente: %3\$s (%4\$s)"; +$a->strings["Full Name:\t%1\$s\\nSite Location:\t%2\$s\\nLogin Name:\t%3\$s (%4\$s("] = "Nome completo:\t%1\$s\nIndirizzo del sito:\t%2\$s\nNome utente:\t%3\$s (%4\$s)"; $a->strings["Please visit %s to approve or reject the request."] = "Visita %s per approvare o rifiutare la richiesta."; -$a->strings["Embedded content"] = "Contenuto incorporato"; -$a->strings["Embedding disabled"] = "Embed disabilitato"; -$a->strings["Welcome "] = "Ciao"; -$a->strings["Please upload a profile photo."] = "Carica una foto per il profilo."; -$a->strings["Welcome back "] = "Ciao "; -$a->strings["The form security token was not correct. This probably happened because the form has been opened for too long (>3 hours) before submitting it."] = "Il token di sicurezza della form non era corretto. Probabilmente la form è rimasta aperta troppo a lungo (più di tre ore) prima di inviarla."; -$a->strings["Contact Photos"] = "Foto dei contatti"; -$a->strings["Nothing new here"] = "Niente di nuovo qui"; -$a->strings["Clear notifications"] = "Pulisci le notifiche"; -$a->strings["@name, !forum, #tags, content"] = "@nome, !forum, #tag, contenuto"; -$a->strings["Logout"] = "Esci"; -$a->strings["End this session"] = "Finisci questa sessione"; -$a->strings["Status"] = "Stato"; -$a->strings["Your posts and conversations"] = "I tuoi messaggi e le tue conversazioni"; -$a->strings["Profile"] = "Profilo"; -$a->strings["Your profile page"] = "Pagina del tuo profilo"; -$a->strings["Photos"] = "Foto"; -$a->strings["Your photos"] = "Le tue foto"; -$a->strings["Videos"] = "Video"; -$a->strings["Your videos"] = "I tuoi video"; -$a->strings["Events"] = "Eventi"; -$a->strings["Your events"] = "I tuoi eventi"; -$a->strings["Personal notes"] = "Note personali"; -$a->strings["Your personal notes"] = "Le tue note personali"; -$a->strings["Login"] = "Accedi"; -$a->strings["Sign in"] = "Entra"; -$a->strings["Home Page"] = "Home Page"; -$a->strings["Register"] = "Registrati"; -$a->strings["Create an account"] = "Crea un account"; -$a->strings["Help"] = "Guida"; -$a->strings["Help and documentation"] = "Guida e documentazione"; -$a->strings["Apps"] = "Applicazioni"; -$a->strings["Addon applications, utilities, games"] = "Applicazioni, utilità e giochi aggiuntivi"; -$a->strings["Search"] = "Cerca"; -$a->strings["Search site content"] = "Cerca nel contenuto del sito"; -$a->strings["Full Text"] = "Testo Completo"; -$a->strings["Tags"] = "Tags:"; -$a->strings["Contacts"] = "Contatti"; -$a->strings["Community"] = "Comunità"; -$a->strings["Conversations on this site"] = "Conversazioni su questo sito"; -$a->strings["Conversations on the network"] = "Conversazioni nella rete"; -$a->strings["Events and Calendar"] = "Eventi e calendario"; -$a->strings["Directory"] = "Elenco"; -$a->strings["People directory"] = "Elenco delle persone"; -$a->strings["Information"] = "Informazioni"; -$a->strings["Information about this friendica instance"] = "Informazioni su questo server friendica"; -$a->strings["Conversations from your friends"] = "Conversazioni dai tuoi amici"; -$a->strings["Network Reset"] = "Reset pagina Rete"; -$a->strings["Load Network page with no filters"] = "Carica la pagina Rete senza nessun filtro"; -$a->strings["Friend Requests"] = "Richieste di amicizia"; -$a->strings["Notifications"] = "Notifiche"; -$a->strings["See all notifications"] = "Vedi tutte le notifiche"; -$a->strings["Mark as seen"] = "Segna come letto"; -$a->strings["Mark all system notifications seen"] = "Segna tutte le notifiche come viste"; -$a->strings["Messages"] = "Messaggi"; -$a->strings["Private mail"] = "Posta privata"; -$a->strings["Inbox"] = "In arrivo"; -$a->strings["Outbox"] = "Inviati"; -$a->strings["New Message"] = "Nuovo messaggio"; -$a->strings["Manage"] = "Gestisci"; -$a->strings["Manage other pages"] = "Gestisci altre pagine"; -$a->strings["Delegations"] = "Delegazioni"; -$a->strings["Delegate Page Management"] = "Gestione delegati per la pagina"; -$a->strings["Settings"] = "Impostazioni"; -$a->strings["Account settings"] = "Parametri account"; -$a->strings["Profiles"] = "Profili"; -$a->strings["Manage/Edit Profiles"] = "Gestisci/Modifica i profili"; -$a->strings["Manage/edit friends and contacts"] = "Gestisci/modifica amici e contatti"; -$a->strings["Admin"] = "Amministrazione"; -$a->strings["Site setup and configuration"] = "Configurazione del sito"; -$a->strings["Navigation"] = "Navigazione"; -$a->strings["Site map"] = "Mappa del sito"; -$a->strings["View Profile"] = "Visualizza profilo"; -$a->strings["View Status"] = "Visualizza stato"; -$a->strings["View Photos"] = "Visualizza foto"; -$a->strings["Network Posts"] = "Post della Rete"; -$a->strings["View Contact"] = "Mostra contatto"; -$a->strings["Drop Contact"] = "Rimuovi contatto"; -$a->strings["Send PM"] = "Invia messaggio privato"; -$a->strings["Poke"] = "Stuzzica"; -$a->strings["Organisation"] = "Organizzazione"; -$a->strings["News"] = "Notizie"; -$a->strings["Forum"] = "Forum"; -$a->strings["Wall Photos"] = "Foto della bacheca"; -$a->strings["Post to Email"] = "Invia a email"; -$a->strings["Connectors disabled, since \"%s\" is enabled."] = "Connettore disabilitato, dato che \"%s\" è abilitato."; -$a->strings["Hide your profile details from unknown viewers?"] = "Nascondi i dettagli del tuo profilo ai visitatori sconosciuti?"; -$a->strings["Visible to everybody"] = "Visibile a tutti"; -$a->strings["show"] = "mostra"; -$a->strings["don't show"] = "non mostrare"; -$a->strings["CC: email addresses"] = "CC: indirizzi email"; -$a->strings["Example: bob@example.com, mary@example.com"] = "Esempio: bob@example.com, mary@example.com"; -$a->strings["Permissions"] = "Permessi"; -$a->strings["Close"] = "Chiudi"; -$a->strings["Daily posting limit of %d posts reached. The post was rejected."] = "Limite giornaliero di %d messaggi raggiunto. Il messaggio è stato rifiutato"; -$a->strings["Weekly posting limit of %d posts reached. The post was rejected."] = "Limite settimanale di %d messaggi raggiunto. Il messaggio è stato rifiutato"; -$a->strings["Monthly posting limit of %d posts reached. The post was rejected."] = "Limite mensile di %d messaggi raggiunto. Il messaggio è stato rifiutato"; -$a->strings["Profile Photos"] = "Foto del profilo"; -$a->strings["Image/photo"] = "Immagine/foto"; -$a->strings["%2\$s %3\$s"] = "%2\$s %3\$s"; -$a->strings["$1 wrote:"] = "$1 ha scritto:"; -$a->strings["Encrypted content"] = "Contenuto criptato"; -$a->strings["Invalid source protocol"] = "Protocollo sorgente non valido"; -$a->strings["Invalid link protocol"] = "Protocollo link non valido"; -$a->strings["Unknown | Not categorised"] = "Sconosciuto | non categorizzato"; -$a->strings["Block immediately"] = "Blocca immediatamente"; -$a->strings["Shady, spammer, self-marketer"] = "Losco, venditore di fumo"; -$a->strings["Known to me, but no opinion"] = "Lo conosco, ma non ho un'opinione particolare"; -$a->strings["OK, probably harmless"] = "E' ok, probabilmente innocuo"; -$a->strings["Reputable, has my trust"] = "Rispettabile, ha la mia fiducia"; -$a->strings["Frequently"] = "Frequentemente"; -$a->strings["Hourly"] = "Ogni ora"; -$a->strings["Twice daily"] = "Due volte al dì"; -$a->strings["Daily"] = "Giornalmente"; -$a->strings["Weekly"] = "Settimanalmente"; -$a->strings["Monthly"] = "Mensilmente"; -$a->strings["Friendica"] = "Friendica"; -$a->strings["OStatus"] = "Ostatus"; -$a->strings["RSS/Atom"] = "RSS / Atom"; -$a->strings["Email"] = "Email"; -$a->strings["Diaspora"] = "Diaspora"; -$a->strings["Facebook"] = "Facebook"; -$a->strings["Zot!"] = "Zot!"; -$a->strings["LinkedIn"] = "LinkedIn"; -$a->strings["XMPP/IM"] = "XMPP/IM"; -$a->strings["MySpace"] = "MySpace"; -$a->strings["Google+"] = "Google+"; -$a->strings["pump.io"] = "pump.io"; -$a->strings["Twitter"] = "Twitter"; -$a->strings["Diaspora Connector"] = "Connettore Diaspora"; -$a->strings["GNU Social Connector"] = "Connettore GNU Social"; -$a->strings["pnut"] = "pnut"; -$a->strings["App.net"] = "App.net"; -$a->strings["event"] = "l'evento"; -$a->strings["status"] = "stato"; -$a->strings["photo"] = "foto"; -$a->strings["%1\$s likes %2\$s's %3\$s"] = "A %1\$s piace %3\$s di %2\$s"; -$a->strings["%1\$s doesn't like %2\$s's %3\$s"] = "A %1\$s non piace %3\$s di %2\$s"; -$a->strings["%1\$s attends %2\$s's %3\$s"] = "%1\$s partecipa a %3\$s di %2\$s"; -$a->strings["%1\$s doesn't attend %2\$s's %3\$s"] = "%1\$s non partecipa a %3\$s di %2\$s"; -$a->strings["%1\$s attends maybe %2\$s's %3\$s"] = "%1\$s forse partecipa a %3\$s di %2\$s"; -$a->strings["%1\$s is now friends with %2\$s"] = "%1\$s e %2\$s adesso sono amici"; -$a->strings["%1\$s poked %2\$s"] = "%1\$s ha stuzzicato %2\$s"; -$a->strings["%1\$s is currently %2\$s"] = "%1\$s al momento è %2\$s"; -$a->strings["%1\$s tagged %2\$s's %3\$s with %4\$s"] = "%1\$s ha taggato %3\$s di %2\$s con %4\$s"; -$a->strings["post/item"] = "post/elemento"; -$a->strings["%1\$s marked %2\$s's %3\$s as favorite"] = "%1\$s ha segnato il/la %3\$s di %2\$s come preferito"; -$a->strings["Likes"] = "Mi piace"; -$a->strings["Dislikes"] = "Non mi piace"; -$a->strings["Attending"] = [ - 0 => "Partecipa", - 1 => "Partecipano", -]; -$a->strings["Not attending"] = "Non partecipa"; -$a->strings["Might attend"] = "Forse partecipa"; -$a->strings["Select"] = "Seleziona"; -$a->strings["Delete"] = "Rimuovi"; -$a->strings["View %s's profile @ %s"] = "Vedi il profilo di %s @ %s"; -$a->strings["Categories:"] = "Categorie:"; -$a->strings["Filed under:"] = "Archiviato in:"; -$a->strings["%s from %s"] = "%s da %s"; -$a->strings["View in context"] = "Vedi nel contesto"; -$a->strings["Please wait"] = "Attendi"; -$a->strings["remove"] = "rimuovi"; -$a->strings["Delete Selected Items"] = "Cancella elementi selezionati"; -$a->strings["Follow Thread"] = "Segui la discussione"; -$a->strings["%s likes this."] = "Piace a %s."; -$a->strings["%s doesn't like this."] = "Non piace a %s."; -$a->strings["%s attends."] = "%s partecipa."; -$a->strings["%s doesn't attend."] = "%s non partecipa."; -$a->strings["%s attends maybe."] = "%s forse partecipa."; -$a->strings["and"] = "e"; -$a->strings[", and %d other people"] = "e altre %d persone"; -$a->strings["%2\$d people like this"] = "Piace a %2\$d persone."; -$a->strings["%s like this."] = "a %s piace."; -$a->strings["%2\$d people don't like this"] = "Non piace a %2\$d persone."; -$a->strings["%s don't like this."] = "a %s non piace."; -$a->strings["%2\$d people attend"] = "%2\$d persone partecipano"; -$a->strings["%s attend."] = "%s partecipa."; -$a->strings["%2\$d people don't attend"] = "%2\$d persone non partecipano"; -$a->strings["%s don't attend."] = "%s non partecipa."; -$a->strings["%2\$d people attend maybe"] = "%2\$d persone forse partecipano"; -$a->strings["%s anttend maybe."] = "%s forse partecipano."; -$a->strings["Visible to everybody"] = "Visibile a tutti"; -$a->strings["Please enter a link URL:"] = "Inserisci l'indirizzo del link:"; -$a->strings["Please enter a video link/URL:"] = "Inserisci un collegamento video / URL:"; -$a->strings["Please enter an audio link/URL:"] = "Inserisci un collegamento audio / URL:"; -$a->strings["Tag term:"] = "Tag:"; -$a->strings["Save to Folder:"] = "Salva nella Cartella:"; -$a->strings["Where are you right now?"] = "Dove sei ora?"; -$a->strings["Delete item(s)?"] = "Cancellare questo elemento/i?"; -$a->strings["Share"] = "Condividi"; -$a->strings["Upload photo"] = "Carica foto"; -$a->strings["upload photo"] = "carica foto"; -$a->strings["Attach file"] = "Allega file"; -$a->strings["attach file"] = "allega file"; -$a->strings["Insert web link"] = "Inserisci link"; -$a->strings["web link"] = "link web"; -$a->strings["Insert video link"] = "Inserire collegamento video"; -$a->strings["video link"] = "link video"; -$a->strings["Insert audio link"] = "Inserisci collegamento audio"; -$a->strings["audio link"] = "link audio"; -$a->strings["Set your location"] = "La tua posizione"; -$a->strings["set location"] = "posizione"; -$a->strings["Clear browser location"] = "Rimuovi la localizzazione data dal browser"; -$a->strings["clear location"] = "canc. pos."; -$a->strings["Set title"] = "Scegli un titolo"; -$a->strings["Categories (comma-separated list)"] = "Categorie (lista separata da virgola)"; -$a->strings["Permission settings"] = "Impostazioni permessi"; -$a->strings["permissions"] = "permessi"; -$a->strings["Public post"] = "Messaggio pubblico"; -$a->strings["Preview"] = "Anteprima"; -$a->strings["Cancel"] = "Annulla"; -$a->strings["Post to Groups"] = "Invia ai Gruppi"; -$a->strings["Post to Contacts"] = "Invia ai Contatti"; -$a->strings["Private post"] = "Post privato"; -$a->strings["Message"] = "Messaggio"; -$a->strings["Browser"] = "Browser"; -$a->strings["View all"] = "Mostra tutto"; -$a->strings["Like"] = [ - 0 => "Mi piace", - 1 => "Mi piace", -]; -$a->strings["Dislike"] = [ - 0 => "Non mi piace", - 1 => "Non mi piace", -]; -$a->strings["Not Attending"] = [ - 0 => "Non partecipa", - 1 => "Non partecipano", -]; -$a->strings["Cannot locate DNS info for database server '%s'"] = "Non trovo le informazioni DNS per il database server '%s'"; -$a->strings["There are no tables on MyISAM."] = "Non ci sono tabelle MyISAM"; -$a->strings["\n\t\t\tThe friendica developers released update %s recently,\n\t\t\tbut when I tried to install it, something went terribly wrong.\n\t\t\tThis needs to be fixed soon and I can't do it alone. Please contact a\n\t\t\tfriendica developer if you can not help me on your own. My database might be invalid."] = "\nGli sviluppatori di Friendica hanno rilasciato l'aggiornamento %s\nrecentemente, ma quando ho provato a installarlo, qualcosa è \nandato terribilmente storto.\nBisogna sistemare le cose e non posso farlo da solo.\nContatta uno sviluppatore se non puoi aiutarmi da solo. Il mio database potrebbe essere invalido."; -$a->strings["The error message is\n[pre]%s[/pre]"] = "Il messaggio di errore è\n[pre]%s[/pre]"; -$a->strings["\nError %d occurred during database update:\n%s\n"] = "\nErrore %d durante l'aggiornamento del database:\n%s\n"; -$a->strings["Errors encountered performing database changes: "] = "Errori riscontrati eseguendo le modifiche al database:"; -$a->strings[": Database update"] = ": Aggiornamento database"; -$a->strings["%s: updating %s table."] = "%s: aggiornando la tabella %s."; -$a->strings["(no subject)"] = "(nessun oggetto)"; -$a->strings["%s\\'s birthday"] = "compleanno di %s"; -$a->strings["Sharing notification from Diaspora network"] = "Notifica di condivisione dal network Diaspora*"; -$a->strings["Attachments:"] = "Allegati:"; +$a->strings["l F d, Y \\@ g:i A"] = "l d F Y \\@ G:i"; +$a->strings["Starts:"] = "Inizia:"; +$a->strings["Finishes:"] = "Finisce:"; +$a->strings["Location:"] = "Posizione:"; $a->strings["all-day"] = "tutto il giorno"; $a->strings["Sun"] = "Dom"; $a->strings["Mon"] = "Lun"; @@ -544,6 +111,9 @@ $a->strings["October"] = "Ottobre"; $a->strings["November"] = "Novembre"; $a->strings["December"] = "Dicembre"; $a->strings["today"] = "oggi"; +$a->strings["month"] = "mese"; +$a->strings["week"] = "settimana"; +$a->strings["day"] = "giorno"; $a->strings["No events to display"] = "Nessun evento da mostrare"; $a->strings["l, F j"] = "l j F"; $a->strings["Edit event"] = "Modifica l'evento"; @@ -553,91 +123,17 @@ $a->strings["link to source"] = "Collegamento all'originale"; $a->strings["Export"] = "Esporta"; $a->strings["Export calendar as ical"] = "Esporta il calendario in formato ical"; $a->strings["Export calendar as csv"] = "Esporta il calendario in formato csv"; -$a->strings["D g:i A"] = ""; -$a->strings["g:i A"] = ""; +$a->strings["D g:i A"] = "D G:i"; +$a->strings["g:i A"] = "G:i"; $a->strings["Show map"] = "Mostra mappa"; $a->strings["Hide map"] = "Nascondi mappa"; -$a->strings["Disallowed profile URL."] = "Indirizzo profilo non permesso."; -$a->strings["Blocked domain"] = "Dominio bloccato"; -$a->strings["Connect URL missing."] = "URL di connessione mancante."; -$a->strings["This site is not configured to allow communications with other networks."] = "Questo sito non è configurato per permettere la comunicazione con altri network."; -$a->strings["No compatible communication protocols or feeds were discovered."] = "Non sono stati trovati protocolli di comunicazione o feed compatibili."; -$a->strings["The profile address specified does not provide adequate information."] = "L'indirizzo del profilo specificato non fornisce adeguate informazioni."; -$a->strings["An author or name was not found."] = "Non è stato trovato un nome o un autore"; -$a->strings["No browser URL could be matched to this address."] = "Nessun URL può essere associato a questo indirizzo."; -$a->strings["Unable to match @-style Identity Address with a known protocol or email contact."] = "Impossibile l'indirizzo identità con un protocollo conosciuto o con un contatto email."; -$a->strings["Use mailto: in front of address to force email check."] = "Usa \"mailto:\" davanti all'indirizzo per forzare un controllo nelle email."; -$a->strings["The profile address specified belongs to a network which has been disabled on this site."] = "L'indirizzo del profilo specificato appartiene a un network che è stato disabilitato su questo sito."; -$a->strings["Limited profile. This person will be unable to receive direct/personal notifications from you."] = "Profilo limitato. Questa persona non sarà in grado di ricevere notifiche personali da te."; -$a->strings["Unable to retrieve contact information."] = "Impossibile recuperare informazioni sul contatto."; -$a->strings["Requested account is not available."] = "L'account richiesto non è disponibile."; -$a->strings["Requested profile is not available."] = "Profilo richiesto non disponibile."; -$a->strings["Edit profile"] = "Modifica il profilo"; -$a->strings["Atom feed"] = "Feed Atom"; -$a->strings["Manage/edit profiles"] = "Gestisci/modifica i profili"; -$a->strings["Change profile photo"] = "Cambia la foto del profilo"; -$a->strings["Create New Profile"] = "Crea un nuovo profilo"; -$a->strings["Profile Image"] = "Immagine del Profilo"; -$a->strings["visible to everybody"] = "visibile a tutti"; -$a->strings["Edit visibility"] = "Modifica visibilità"; -$a->strings["Gender:"] = "Genere:"; -$a->strings["Status:"] = "Stato:"; -$a->strings["Homepage:"] = "Homepage:"; -$a->strings["About:"] = "Informazioni:"; -$a->strings["XMPP:"] = "XMPP:"; -$a->strings["Network:"] = "Rete:"; -$a->strings["g A l F d"] = "g A l d F"; -$a->strings["F d"] = "d F"; -$a->strings["[today]"] = "[oggi]"; -$a->strings["Birthday Reminders"] = "Promemoria compleanni"; -$a->strings["Birthdays this week:"] = "Compleanni questa settimana:"; -$a->strings["[No description]"] = "[Nessuna descrizione]"; -$a->strings["Event Reminders"] = "Promemoria"; -$a->strings["Events this week:"] = "Eventi di questa settimana:"; -$a->strings["Full Name:"] = "Nome completo:"; -$a->strings["j F, Y"] = "j F Y"; -$a->strings["j F"] = "j F"; -$a->strings["Age:"] = "Età:"; -$a->strings["for %1\$d %2\$s"] = "per %1\$d %2\$s"; -$a->strings["Sexual Preference:"] = "Preferenze sessuali:"; -$a->strings["Hometown:"] = "Paese natale:"; -$a->strings["Tags:"] = "Tag:"; -$a->strings["Political Views:"] = "Orientamento politico:"; -$a->strings["Religion:"] = "Religione:"; -$a->strings["Hobbies/Interests:"] = "Hobby/Interessi:"; -$a->strings["Likes:"] = "Mi piace:"; -$a->strings["Dislikes:"] = "Non mi piace:"; -$a->strings["Contact information and Social Networks:"] = "Informazioni su contatti e social network:"; -$a->strings["Musical interests:"] = "Interessi musicali:"; -$a->strings["Books, literature:"] = "Libri, letteratura:"; -$a->strings["Television:"] = "Televisione:"; -$a->strings["Film/dance/culture/entertainment:"] = "Film/danza/cultura/intrattenimento:"; -$a->strings["Love/Romance:"] = "Amore:"; -$a->strings["Work/employment:"] = "Lavoro:"; -$a->strings["School/education:"] = "Scuola:"; -$a->strings["Forums:"] = "Forum:"; -$a->strings["Basic"] = "Base"; -$a->strings["Advanced"] = "Avanzate"; -$a->strings["Status Messages and Posts"] = "Messaggi di stato e post"; -$a->strings["Profile Details"] = "Dettagli del profilo"; -$a->strings["Photo Albums"] = "Album foto"; -$a->strings["Personal Notes"] = "Note personali"; -$a->strings["Only You Can See This"] = "Solo tu puoi vedere questo"; -$a->strings["[Name Withheld]"] = "[Nome Nascosto]"; $a->strings["Item not found."] = "Elemento non trovato."; $a->strings["Do you really want to delete this item?"] = "Vuoi veramente cancellare questo elemento?"; $a->strings["Yes"] = "Si"; +$a->strings["Cancel"] = "Annulla"; $a->strings["Permission denied."] = "Permesso negato."; $a->strings["Archives"] = "Archivi"; -$a->strings["%1\$s is attending %2\$s's %3\$s"] = "%1\$s parteciperà a %3\$s di %2\$s"; -$a->strings["%1\$s is not attending %2\$s's %3\$s"] = "%1\$s non parteciperà a %3\$s di %2\$s"; -$a->strings["%1\$s may attend %2\$s's %3\$s"] = "%1\$s forse parteciperà a %3\$s di %2\$s"; -$a->strings["[no subject]"] = "[nessun oggetto]"; -$a->strings["view full size"] = "vedi a schermo intero"; -$a->strings["%s is now following %s."] = "%s sta seguendo %s"; -$a->strings["following"] = "segue"; -$a->strings["%s stopped following %s."] = "%s ha smesso di seguire %s"; -$a->strings["stopped following"] = "tolto dai seguiti"; +$a->strings["show more"] = "mostra di più"; $a->strings["newer"] = "nuovi"; $a->strings["older"] = "vecchi"; $a->strings["first"] = "primo"; @@ -653,6 +149,13 @@ $a->strings["%d Contact"] = [ ]; $a->strings["View Contacts"] = "Visualizza i contatti"; $a->strings["Save"] = "Salva"; +$a->strings["Follow"] = "Segui"; +$a->strings["Search"] = "Cerca"; +$a->strings["@name, !forum, #tags, content"] = "@nome, !forum, #tag, contenuto"; +$a->strings["Full Text"] = "Testo Completo"; +$a->strings["Tags"] = "Tags:"; +$a->strings["Contacts"] = "Contatti"; +$a->strings["Forums"] = "Forum"; $a->strings["poke"] = "stuzzica"; $a->strings["poked"] = "ha stuzzicato"; $a->strings["ping"] = "invia un ping"; @@ -665,33 +168,14 @@ $a->strings["finger"] = "tocca"; $a->strings["fingered"] = "ha toccato"; $a->strings["rebuff"] = "respingi"; $a->strings["rebuffed"] = "ha respinto"; -$a->strings["happy"] = "felice"; -$a->strings["sad"] = "triste"; -$a->strings["mellow"] = "rilassato"; -$a->strings["tired"] = "stanco"; -$a->strings["perky"] = "vivace"; -$a->strings["angry"] = "arrabbiato"; -$a->strings["stupified"] = "stupefatto"; -$a->strings["puzzled"] = "confuso"; -$a->strings["interested"] = "interessato"; -$a->strings["bitter"] = "risentito"; -$a->strings["cheerful"] = "giocoso"; -$a->strings["alive"] = "vivo"; -$a->strings["annoyed"] = "annoiato"; -$a->strings["anxious"] = "ansioso"; -$a->strings["cranky"] = "irritabile"; -$a->strings["disturbed"] = "disturbato"; -$a->strings["frustrated"] = "frustato"; -$a->strings["motivated"] = "motivato"; -$a->strings["relaxed"] = "rilassato"; -$a->strings["surprised"] = "sorpreso"; -$a->strings["Sund"] = "Dom"; $a->strings["Sep"] = "Set"; $a->strings["View Video"] = "Guarda Video"; $a->strings["bytes"] = "bytes"; $a->strings["Click to open/close"] = "Clicca per aprire/chiudere"; $a->strings["View on separate page"] = "Vedi in una pagina separata"; $a->strings["view on separate page"] = "vedi in una pagina separata"; +$a->strings["event"] = "l'evento"; +$a->strings["photo"] = "foto"; $a->strings["activity"] = "attività"; $a->strings["comment"] = [ 0 => "commento ", @@ -699,40 +183,135 @@ $a->strings["comment"] = [ ]; $a->strings["post"] = "messaggio"; $a->strings["Item filed"] = "Messaggio salvato"; -$a->strings["Error decoding account file"] = "Errore decodificando il file account"; -$a->strings["Error! No version data in file! This is not a Friendica account file?"] = "Errore! Nessuna informazione di versione nel file! Potrebbe non essere un file account di Friendica?"; -$a->strings["Error! Cannot check nickname"] = "Errore! Non posso controllare il nickname"; -$a->strings["User '%s' already exists on this server!"] = "L'utente '%s' esiste già su questo server!"; -$a->strings["User creation error"] = "Errore creando l'utente"; -$a->strings["User profile creation error"] = "Errore creando il profilo dell'utente"; -$a->strings["%d contact not imported"] = [ - 0 => "%d contatto non importato", - 1 => "%d contatti non importati", +$a->strings["Post to Email"] = "Invia a email"; +$a->strings["Hide your profile details from unknown viewers?"] = "Nascondi i dettagli del tuo profilo ai visitatori sconosciuti?"; +$a->strings["Connectors disabled, since \"%s\" is enabled."] = "Connettore disabilitato, dato che \"%s\" è abilitato."; +$a->strings["Visible to everybody"] = "Visibile a tutti"; +$a->strings["show"] = "mostra"; +$a->strings["don't show"] = "non mostrare"; +$a->strings["CC: email addresses"] = "CC: indirizzi email"; +$a->strings["Example: bob@example.com, mary@example.com"] = "Esempio: bob@example.com, mary@example.com"; +$a->strings["Permissions"] = "Permessi"; +$a->strings["Close"] = "Chiudi"; +$a->strings["Daily posting limit of %d post reached. The post was rejected."] = [ + 0 => "Limite giornaliero di %d messaggio raggiunto. Il messaggio è stato rifiutato", + 1 => "Limite giornaliero di %d messaggi raggiunto. Il messaggio è stato rifiutato.", ]; -$a->strings["Done. You can now login with your username and password"] = "Fatto. Ora puoi entrare con il tuo nome utente e la tua password"; -$a->strings["Passwords do not match. Password unchanged."] = "Le password non corrispondono. Password non cambiata."; -$a->strings["An invitation is required."] = "E' richiesto un invito."; -$a->strings["Invitation could not be verified."] = "L'invito non puo' essere verificato."; -$a->strings["Invalid OpenID url"] = "Url OpenID non valido"; -$a->strings["Please enter the required information."] = "Inserisci le informazioni richieste."; -$a->strings["Please use a shorter name."] = "Usa un nome più corto."; -$a->strings["Name too short."] = "Il nome è troppo corto."; -$a->strings["That doesn't appear to be your full (First Last) name."] = "Questo non sembra essere il tuo nome completo (Nome Cognome)."; -$a->strings["Your email domain is not among those allowed on this site."] = "Il dominio della tua email non è tra quelli autorizzati su questo sito."; -$a->strings["Not a valid email address."] = "L'indirizzo email non è valido."; -$a->strings["Cannot use that email."] = "Non puoi usare quell'email."; -$a->strings["Your \"nickname\" can only contain \"a-z\", \"0-9\" and \"_\"."] = "Il tuo nome utente può contenere solo \"a-z\", \"0-9\", e \"_\"."; -$a->strings["Nickname is already registered. Please choose another."] = "Nome utente già registrato. Scegline un altro."; -$a->strings["Nickname was once registered here and may not be re-used. Please choose another."] = "Questo nome utente stato già registrato. Per favore, sceglierne uno nuovo."; -$a->strings["SERIOUS ERROR: Generation of security keys failed."] = "ERRORE GRAVE: La generazione delle chiavi di sicurezza è fallita."; -$a->strings["An error occurred during registration. Please try again."] = "C'è stato un errore durante la registrazione. Prova ancora."; -$a->strings["default"] = "default"; -$a->strings["An error occurred creating your default profile. Please try again."] = "C'è stato un errore nella creazione del tuo profilo. Prova ancora."; -$a->strings["\n\t\tDear %1\$s,\n\t\t\tThank you for registering at %2\$s. Your account is pending for approval by the administrator.\n\t"] = "\nCaro %1\$s,\n Grazie per la tua registrazione su %2\$s. Il tuo account è in attesa di approvazione da parte di un amministratore.\n "; -$a->strings["Registration at %s"] = "Registrazione su %s"; -$a->strings["\n\t\tDear %1\$s,\n\t\t\tThank you for registering at %2\$s. Your account has been created.\n\t"] = "\nGentile %1\$s,\nGrazie per esserti registrato su %2\$s. Il tuo account è stato creato."; -$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."] = "\nI dettagli del tuo utente sono:\n Indirizzo del sito: %3\$s\n Nome utente: %1\$s\n Password: %5\$s\n\nPuoi cambiare la tua password dalla pagina delle impostazioni del tuo account dopo esserti autenticato.\n\nPer favore, prenditi qualche momento per esaminare tutte le impostazioni presenti.\n\nPotresti voler aggiungere qualche informazione di base al tuo profilo predefinito (nella pagina \"Profili\"), così che le altre persone possano trovarti più facilmente.\n\nTi raccomandiamo di inserire il tuo nome completo, aggiungere una foto, aggiungere qualche parola chiave del profilo (molto utili per trovare nuovi contatti), e magari in quale nazione vivi, se non vuoi essere più specifico di così.\n\nNoi rispettiamo appieno la tua privacy, e nessuna di queste informazioni è necessaria o obbligatoria.\nSe sei nuovo e non conosci nessuno qui, possono aiutarti a trovare qualche nuovo e interessante contatto.\n\nGrazie e benvenuto su %2\$s"; -$a->strings["Registration details for %s"] = "Dettagli della registrazione di %s"; +$a->strings["Weekly posting limit of %d post reached. The post was rejected."] = [ + 0 => "Limite settimanale di %d messaggio raggiunto. Il messaggio è stato rifiutato", + 1 => "Limite settimanale di %d messaggi raggiunto. Il messaggio è stato rifiutato.", +]; +$a->strings["Monthly posting limit of %d post reached. The post was rejected."] = "Limite mensile di %d messaggi raggiunto. Il messaggio è stato rifiutato."; +$a->strings["Profile Photos"] = "Foto del profilo"; +$a->strings["status"] = "stato"; +$a->strings["%1\$s likes %2\$s's %3\$s"] = "A %1\$s piace %3\$s di %2\$s"; +$a->strings["%1\$s doesn't like %2\$s's %3\$s"] = "A %1\$s non piace %3\$s di %2\$s"; +$a->strings["%1\$s attends %2\$s's %3\$s"] = "%1\$s partecipa a %3\$s di %2\$s"; +$a->strings["%1\$s doesn't attend %2\$s's %3\$s"] = "%1\$s non partecipa a %3\$s di %2\$s"; +$a->strings["%1\$s attends maybe %2\$s's %3\$s"] = "%1\$s forse partecipa a %3\$s di %2\$s"; +$a->strings["%1\$s is now friends with %2\$s"] = "%1\$s e %2\$s adesso sono amici"; +$a->strings["%1\$s poked %2\$s"] = "%1\$s ha stuzzicato %2\$s"; +$a->strings["%1\$s tagged %2\$s's %3\$s with %4\$s"] = "%1\$s ha taggato %3\$s di %2\$s con %4\$s"; +$a->strings["post/item"] = "post/elemento"; +$a->strings["%1\$s marked %2\$s's %3\$s as favorite"] = "%1\$s ha segnato il/la %3\$s di %2\$s come preferito"; +$a->strings["Likes"] = "Mi piace"; +$a->strings["Dislikes"] = "Non mi piace"; +$a->strings["Attending"] = [ + 0 => "Partecipa", + 1 => "Partecipano", +]; +$a->strings["Not attending"] = "Non partecipa"; +$a->strings["Might attend"] = "Forse partecipa"; +$a->strings["Select"] = "Seleziona"; +$a->strings["Delete"] = "Rimuovi"; +$a->strings["View %s's profile @ %s"] = "Vedi il profilo di %s @ %s"; +$a->strings["Categories:"] = "Categorie:"; +$a->strings["Filed under:"] = "Archiviato in:"; +$a->strings["%s from %s"] = "%s da %s"; +$a->strings["View in context"] = "Vedi nel contesto"; +$a->strings["Please wait"] = "Attendi"; +$a->strings["remove"] = "rimuovi"; +$a->strings["Delete Selected Items"] = "Cancella elementi selezionati"; +$a->strings["Follow Thread"] = "Segui la discussione"; +$a->strings["View Status"] = "Visualizza stato"; +$a->strings["View Profile"] = "Visualizza profilo"; +$a->strings["View Photos"] = "Visualizza foto"; +$a->strings["Network Posts"] = "Post della Rete"; +$a->strings["View Contact"] = "Mostra contatto"; +$a->strings["Send PM"] = "Invia messaggio privato"; +$a->strings["Poke"] = "Stuzzica"; +$a->strings["Connect/Follow"] = "Connetti/segui"; +$a->strings["%s likes this."] = "Piace a %s."; +$a->strings["%s doesn't like this."] = "Non piace a %s."; +$a->strings["%s attends."] = "%s partecipa."; +$a->strings["%s doesn't attend."] = "%s non partecipa."; +$a->strings["%s attends maybe."] = "%s forse partecipa."; +$a->strings["and"] = "e"; +$a->strings["and %d other people"] = "e altre %d persone"; +$a->strings["%2\$d people like this"] = "Piace a %2\$d persone."; +$a->strings["%s like this."] = "a %s piace."; +$a->strings["%2\$d people don't like this"] = "Non piace a %2\$d persone."; +$a->strings["%s don't like this."] = "a %s non piace."; +$a->strings["%2\$d people attend"] = "%2\$d persone partecipano"; +$a->strings["%s attend."] = "%s partecipa."; +$a->strings["%2\$d people don't attend"] = "%2\$d persone non partecipano"; +$a->strings["%s don't attend."] = "%s non partecipa."; +$a->strings["%2\$d people attend maybe"] = "%2\$d persone forse partecipano"; +$a->strings["%s attend maybe."] = "%s forse partecipano."; +$a->strings["Visible to everybody"] = "Visibile a tutti"; +$a->strings["Please enter a link URL:"] = "Inserisci l'indirizzo del link:"; +$a->strings["Please enter a video link/URL:"] = "Inserisci un collegamento video / URL:"; +$a->strings["Please enter an audio link/URL:"] = "Inserisci un collegamento audio / URL:"; +$a->strings["Tag term:"] = "Tag:"; +$a->strings["Save to Folder:"] = "Salva nella Cartella:"; +$a->strings["Where are you right now?"] = "Dove sei ora?"; +$a->strings["Delete item(s)?"] = "Cancellare questo elemento/i?"; +$a->strings["Share"] = "Condividi"; +$a->strings["Upload photo"] = "Carica foto"; +$a->strings["upload photo"] = "carica foto"; +$a->strings["Attach file"] = "Allega file"; +$a->strings["attach file"] = "allega file"; +$a->strings["Insert web link"] = "Inserisci link"; +$a->strings["web link"] = "link web"; +$a->strings["Insert video link"] = "Inserire collegamento video"; +$a->strings["video link"] = "link video"; +$a->strings["Insert audio link"] = "Inserisci collegamento audio"; +$a->strings["audio link"] = "link audio"; +$a->strings["Set your location"] = "La tua posizione"; +$a->strings["set location"] = "posizione"; +$a->strings["Clear browser location"] = "Rimuovi la localizzazione data dal browser"; +$a->strings["clear location"] = "canc. pos."; +$a->strings["Set title"] = "Scegli un titolo"; +$a->strings["Categories (comma-separated list)"] = "Categorie (lista separata da virgola)"; +$a->strings["Permission settings"] = "Impostazioni permessi"; +$a->strings["permissions"] = "permessi"; +$a->strings["Public post"] = "Messaggio pubblico"; +$a->strings["Preview"] = "Anteprima"; +$a->strings["Post to Groups"] = "Invia ai Gruppi"; +$a->strings["Post to Contacts"] = "Invia ai Contatti"; +$a->strings["Private post"] = "Post privato"; +$a->strings["Message"] = "Messaggio"; +$a->strings["Browser"] = "Browser"; +$a->strings["View all"] = "Mostra tutto"; +$a->strings["Like"] = [ + 0 => "Mi piace", + 1 => "Mi piace", +]; +$a->strings["Dislike"] = [ + 0 => "Non mi piace", + 1 => "Non mi piace", +]; +$a->strings["Not Attending"] = [ + 0 => "Non partecipa", + 1 => "Non partecipano", +]; +$a->strings["Undecided"] = [ + 0 => "Indeciso", + 1 => "Indecisi", +]; +$a->strings["Cannot locate DNS info for database server '%s'"] = "Non trovo le informazioni DNS per il database server '%s'"; +$a->strings["No friends to display."] = "Nessun amico da visualizzare."; +$a->strings["Connect"] = "Connetti"; $a->strings["Authorize application connection"] = "Autorizza la connessione dell'applicazione"; $a->strings["Return to your app and insert this Securty Code:"] = "Torna alla tua applicazione e inserisci questo codice di sicurezza:"; $a->strings["Please login to continue."] = "Effettua il login per continuare."; @@ -743,18 +322,6 @@ $a->strings["Applications"] = "Applicazioni"; $a->strings["No installed applications."] = "Nessuna applicazione installata."; $a->strings["Item not available."] = "Oggetto non disponibile."; $a->strings["Item was not found."] = "Oggetto non trovato."; -$a->strings["Source (bbcode) text:"] = "Testo sorgente (bbcode):"; -$a->strings["Source (Diaspora) text to convert to BBcode:"] = "Testo sorgente (da Diaspora) da convertire in BBcode:"; -$a->strings["Source input: "] = "Sorgente:"; -$a->strings["bb2html (raw HTML): "] = "bb2html (HTML grezzo):"; -$a->strings["bb2html: "] = "bb2html:"; -$a->strings["bb2html2bb: "] = "bb2html2bb: "; -$a->strings["bb2md: "] = "bb2md: "; -$a->strings["bb2md2html: "] = "bb2md2html: "; -$a->strings["bb2dia2bb: "] = "bb2dia2bb: "; -$a->strings["bb2md2html2bb: "] = "bb2md2html2bb: "; -$a->strings["Source input (Diaspora format): "] = "Sorgente (formato Diaspora):"; -$a->strings["diaspora2bb: "] = "diaspora2bb: "; $a->strings["No contacts in common."] = "Nessun contatto in comune."; $a->strings["Common Friends"] = "Amici in comune"; $a->strings["Credits"] = "Crediti"; @@ -782,7 +349,16 @@ $a->strings["Friend Confirm URL"] = "URL Conferma Amicizia"; $a->strings["Notification Endpoint URL"] = "URL Notifiche"; $a->strings["Poll/Feed URL"] = "URL Feed"; $a->strings["New photo from this URL"] = "Nuova foto da questo URL"; -$a->strings["- select -"] = "- seleziona -"; +$a->strings["Photos"] = "Foto"; +$a->strings["Contact Photos"] = "Foto dei contatti"; +$a->strings["Upload"] = "Carica"; +$a->strings["Files"] = "File"; +$a->strings["Not Found"] = "Non trovato"; +$a->strings["No profile"] = "Nessun profilo"; +$a->strings["Help:"] = "Guida:"; +$a->strings["Help"] = "Guida"; +$a->strings["Page not found."] = "Pagina non trovata."; +$a->strings["Welcome to %s"] = "Benvenuto su %s"; $a->strings["Remote privacy information not available."] = "Informazioni remote sulla privacy non disponibili."; $a->strings["Visible to:"] = "Visibile a:"; $a->strings["System down for maintenance"] = "Sistema in manutenzione"; @@ -792,9 +368,11 @@ $a->strings["We would like to offer some tips and links to help make your experi $a->strings["Getting Started"] = "Come Iniziare"; $a->strings["Friendica Walk-Through"] = "Friendica Passo-Passo"; $a->strings["On your Quick Start page - find a brief introduction to your profile and network tabs, make some new connections, and find some groups to join."] = "Sulla tua pagina Quick Start - veloce introduzione alla tua pagina profilo e alla pagina Rete, fai qualche nuova amicizia, e trova qualche gruppo a cui unirti."; +$a->strings["Settings"] = "Impostazioni"; $a->strings["Go to Your Settings"] = "Vai alle tue Impostazioni"; $a->strings["On your Settings 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."] = "Nella tua pagina Impostazioni - cambia la tua password iniziale. Prendi anche nota del tuo Indirizzo Identità. Assomiglia a un indirizzo email e sarà utile per stringere amicizie nel web sociale libero."; $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."] = "Guarda le altre impostazioni, in particolare le impostazioni della privacy. Un profilo non pubblicato è come un numero di telefono non in elenco. In genere, dovresti pubblicare il tuo profilo - a meno che tutti i tuoi amici e potenziali tali sappiano esattamente come trovarti."; +$a->strings["Profile"] = "Profilo"; $a->strings["Upload Profile Photo"] = "Carica la foto del profilo"; $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."] = "Carica una foto del profilo se non l'hai ancora fatto. Studi hanno mostrato che persone che hanno vere foto di se stessi hanno dieci volte più probabilità di fare amicizie rispetto alle persone che non ce l'hanno."; $a->strings["Edit Your Profile"] = "Modifica il tuo Profilo"; @@ -810,6 +388,7 @@ $a->strings["Go to Your Site's Directory"] = "Vai all'Elenco del tuo sito"; $a->strings["The Directory page lets you find other people in this network or other federated sites. Look for a Connect or Follow link on their profile page. Provide your own Identity Address if requested."] = "La pagina Elenco ti permette di trovare altre persone in questa rete o in altri siti. Cerca un link Connetti o Segui nella loro pagina del profilo. Inserisci il tuo Indirizzo Identità, se richiesto."; $a->strings["Finding New People"] = "Trova nuove persone"; $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."] = "Nel pannello laterale nella pagina \"Contatti\", ci sono diversi strumenti per trovare nuovi amici. Possiamo confrontare le persone per interessi, cercare le persone per nome e fornire suggerimenti basati sui tuoi contatti esistenti. Su un sito nuovo, i suggerimenti sono di solito presenti dopo 24 ore."; +$a->strings["Groups"] = "Gruppi"; $a->strings["Group Your Contacts"] = "Raggruppa i tuoi contatti"; $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."] = "Quando avrai alcuni amici, organizzali in gruppi di conversazioni private dalla barra laterale della tua pagina Contatti. Potrai interagire privatamente con ogni gruppo nella tua pagina Rete"; $a->strings["Why Aren't My Posts Public?"] = "Perché i miei post non sono pubblici?"; @@ -820,17 +399,25 @@ $a->strings["Our help pages may be consulted for detail on othe $a->strings["Visit %s's profile [%s]"] = "Visita il profilo di %s [%s]"; $a->strings["Edit contact"] = "Modifica contatto"; $a->strings["Contacts who are not members of a group"] = "Contatti che non sono membri di un gruppo"; -$a->strings["Permission denied"] = "Permesso negato"; -$a->strings["Invalid profile identifier."] = "Identificativo del profilo non valido."; -$a->strings["Profile Visibility Editor"] = "Modifica visibilità del profilo"; -$a->strings["Click on a contact to add or remove."] = "Clicca su un contatto per aggiungerlo o rimuoverlo."; -$a->strings["Visible To"] = "Visibile a"; -$a->strings["All Contacts (with secure profile access)"] = "Tutti i contatti (con profilo ad accesso sicuro)"; +$a->strings["Not Extended"] = "Not Extended"; +$a->strings["Resubscribing to OStatus contacts"] = "Risottoscrivi i contatti OStatus"; +$a->strings["Error"] = "Errore"; +$a->strings["Done"] = "Fatto"; +$a->strings["Keep this window open until done."] = "Tieni questa finestra aperta fino a che ha finito."; +$a->strings["Do you really want to delete this suggestion?"] = "Vuoi veramente cancellare questo suggerimento?"; +$a->strings["No suggestions available. If this is a new site, please try again in 24 hours."] = "Nessun suggerimento disponibile. Se questo è un sito nuovo, riprova tra 24 ore."; +$a->strings["Ignore/Hide"] = "Ignora / Nascondi"; +$a->strings["Friend Suggestions"] = "Contatti suggeriti"; +$a->strings["Contact wasn't found or can't be unfollowed."] = "Il contatto non è stato trovato o non si può smettere di seguirlo."; +$a->strings["Contact unfollowed"] = "Smesso di seguire il contatto"; +$a->strings["Submit Request"] = "Invia richiesta"; +$a->strings["You aren't a friend of this contact."] = "Non sei un amico di questo contatto"; +$a->strings["Unfollowing is currently not supported by your network."] = "Smettere di seguire non è al momento supportato dalla tua rete."; +$a->strings["Disconnect/Unfollow"] = "Disconnetti/Non Seguire"; +$a->strings["Your Identity Address:"] = "L'indirizzo della tua identità:"; +$a->strings["Profile URL"] = "URL Profilo"; +$a->strings["Status Messages and Posts"] = "Messaggi di stato e post"; $a->strings["[Embedded content - reload page to view]"] = "[Contenuto incorporato - ricarica la pagina per visualizzarlo correttamente]"; -$a->strings["Public access denied."] = "Accesso negato."; -$a->strings["No contacts."] = "Nessun contatto."; -$a->strings["Access denied."] = "Accesso negato."; -$a->strings["Only logged in users are permitted to perform a probing."] = "Solo agli utenti loggati è permesso effettuare un probe."; $a->strings["This site has exceeded the number of allowed daily account registrations. Please try again tomorrow."] = "Questo sito ha superato il numero di registrazioni giornaliere consentite. Prova di nuovo domani."; $a->strings["Import"] = "Importa"; $a->strings["Move account"] = "Muovi account"; @@ -839,172 +426,28 @@ $a->strings["You need to export your account from the old server and upload it h $a->strings["This feature is experimental. We can't import contacts from the OStatus network (GNU Social/Statusnet) or from Diaspora"] = "Questa funzione è sperimentale. Non possiamo importare i contatti dalla rete OStatus (GNU Social/Statusnet) o da Diaspora"; $a->strings["Account file"] = "File account"; $a->strings["To export your account, go to \"Settings->Export your personal data\" and select \"Export account\""] = "Per esportare il tuo account, vai su \"Impostazioni -> Esporta i tuoi dati personali\" e seleziona \"Esporta account\""; -$a->strings["Not available."] = "Non disponibile."; -$a->strings["No results."] = "Nessun risultato."; -$a->strings["No friends to display."] = "Nessun amico da visualizzare."; -$a->strings["The post was created"] = "Il messaggio è stato creato"; -$a->strings["Access to this profile has been restricted."] = "L'accesso a questo profilo è stato limitato."; -$a->strings["View"] = "Mostra"; -$a->strings["Previous"] = "Precedente"; -$a->strings["Next"] = "Successivo"; -$a->strings["list"] = "lista"; -$a->strings["User not found"] = "Utente non trovato"; -$a->strings["This calendar format is not supported"] = "Questo formato di calendario non è supportato"; -$a->strings["No exportable data found"] = "Nessun dato esportabile trovato"; -$a->strings["calendar"] = "calendario"; $a->strings["%1\$s welcomes %2\$s"] = "%s dà il benvenuto a %s"; -$a->strings["This introduction has already been accepted."] = "Questa presentazione è già stata accettata."; -$a->strings["Profile location is not valid or does not contain profile information."] = "L'indirizzo del profilo non è valido o non contiene un profilo."; -$a->strings["Warning: profile location has no identifiable owner name."] = "Attenzione: l'indirizzo del profilo non riporta il nome del proprietario."; -$a->strings["Warning: profile location has no profile photo."] = "Attenzione: l'indirizzo del profilo non ha una foto."; -$a->strings["%d required parameter was not found at the given location"] = [ - 0 => "%d parametro richiesto non è stato trovato all'indirizzo dato", - 1 => "%d parametri richiesti non sono stati trovati all'indirizzo dato", -]; -$a->strings["Introduction complete."] = "Presentazione completa."; -$a->strings["Unrecoverable protocol error."] = "Errore di comunicazione."; -$a->strings["Profile unavailable."] = "Profilo non disponibile."; -$a->strings["%s has received too many connection requests today."] = "%s ha ricevuto troppe richieste di connessione per oggi."; -$a->strings["Spam protection measures have been invoked."] = "Sono state attivate le misure di protezione contro lo spam."; -$a->strings["Friends are advised to please try again in 24 hours."] = "Gli amici sono pregati di riprovare tra 24 ore."; -$a->strings["Invalid locator"] = "Indirizzo non valido"; -$a->strings["Invalid email address."] = "Indirizzo email non valido."; -$a->strings["This account has not been configured for email. Request failed."] = "Questo account non è stato configurato per l'email. Richiesta fallita."; -$a->strings["You have already introduced yourself here."] = "Ti sei già presentato qui."; -$a->strings["Apparently you are already friends with %s."] = "Pare che tu e %s siate già amici."; -$a->strings["Invalid profile URL."] = "Indirizzo profilo non valido."; -$a->strings["Failed to update contact record."] = "Errore nell'aggiornamento del contatto."; -$a->strings["Your introduction has been sent."] = "La tua presentazione è stata inviata."; -$a->strings["Remote subscription can't be done for your network. Please subscribe directly on your system."] = "La richiesta di connessione remota non può essere effettuata per la tua rete. Invia la richiesta direttamente sul nostro sistema."; -$a->strings["Please login to confirm introduction."] = "Accedi per confermare la presentazione."; -$a->strings["Incorrect identity currently logged in. Please login to this profile."] = "Non hai fatto accesso con l'identità corretta. Accedi a questo profilo."; -$a->strings["Confirm"] = "Conferma"; -$a->strings["Hide this contact"] = "Nascondi questo contatto"; -$a->strings["Welcome home %s."] = "Bentornato a casa %s."; -$a->strings["Please confirm your introduction/connection request to %s."] = "Conferma la tua richiesta di connessione con %s."; -$a->strings["Please enter your 'Identity Address' from one of the following supported communications networks:"] = "Inserisci il tuo 'Indirizzo Identità' da uno dei seguenti network supportati:"; -$a->strings["If you are not yet a member of the free social web, follow this link to find a public Friendica site and join us today."] = "Se non sei un membro del web sociale libero, segui questo link per trovare un sito Friendica pubblico e unisciti a noi oggi"; -$a->strings["Friend/Connection Request"] = "Richieste di amicizia/connessione"; -$a->strings["Examples: jojo@demo.friendica.com, http://demo.friendica.com/profile/jojo, testuser@identi.ca"] = "Esempi: jojo@demo.friendica.com, http://demo.friendica.com/profile/jojo, testuser@identi.ca"; -$a->strings["Please answer the following:"] = "Rispondi:"; -$a->strings["Does %s know you?"] = "%s ti conosce?"; -$a->strings["Add a personal note:"] = "Aggiungi una nota personale:"; -$a->strings["StatusNet/Federated Social Web"] = "StatusNet/Federated Social Web"; -$a->strings[" - please do not use this form. Instead, enter %s into your Diaspora search bar."] = " - per favore non usare questa form. Invece, inserisci %s nella tua barra di ricerca su Diaspora."; -$a->strings["Your Identity Address:"] = "L'indirizzo della tua identità:"; -$a->strings["Submit Request"] = "Invia richiesta"; -$a->strings["Item not found"] = "Oggetto non trovato"; -$a->strings["Edit post"] = "Modifica messaggio"; -$a->strings["Not Found"] = "Non trovato"; -$a->strings["Contact added"] = "Contatto aggiunto"; -$a->strings["You already added this contact."] = "Hai già aggiunto questo contatto."; -$a->strings["Diaspora support isn't enabled. Contact can't be added."] = "Il supporto Diaspora non è abilitato. Il contatto non può essere aggiunto."; -$a->strings["OStatus support is disabled. Contact can't be added."] = "Il supporto OStatus non è abilitato. Il contatto non può essere aggiunto."; -$a->strings["The network type couldn't be detected. Contact can't be added."] = "Non è possibile rilevare il tipo di rete. Il contatto non può essere aggiunto."; -$a->strings["Profile URL"] = "URL Profilo"; -$a->strings["Group created."] = "Gruppo creato."; -$a->strings["Could not create group."] = "Impossibile creare il gruppo."; -$a->strings["Group not found."] = "Gruppo non trovato."; -$a->strings["Group name changed."] = "Il nome del gruppo è cambiato."; -$a->strings["Save Group"] = "Salva gruppo"; -$a->strings["Create a group of contacts/friends."] = "Crea un gruppo di amici/contatti."; -$a->strings["Group removed."] = "Gruppo rimosso."; -$a->strings["Unable to remove group."] = "Impossibile rimuovere il gruppo."; -$a->strings["Delete Group"] = "Elimina Gruppo"; -$a->strings["Group Editor"] = "Modifica gruppo"; -$a->strings["Edit Group Name"] = "Modifica Nome Gruppo"; -$a->strings["Members"] = "Membri"; -$a->strings["All Contacts"] = "Tutti i contatti"; -$a->strings["Group is empty"] = "Il gruppo è vuoto"; -$a->strings["Remove Contact"] = "Rimuovi Contatto"; -$a->strings["Add Contact"] = "Aggiungi Contatto"; -$a->strings["No profile"] = "Nessun profilo"; -$a->strings["Help:"] = "Guida:"; -$a->strings["Page not found."] = "Pagina non trovata."; -$a->strings["Welcome to %s"] = "Benvenuto su %s"; -$a->strings["Total invitation limit exceeded."] = "Limite totale degli inviti superato."; -$a->strings["%s : Not a valid email address."] = "%s: non è un indirizzo email valido."; -$a->strings["Please join us on Friendica"] = "Unisciti a noi su Friendica"; -$a->strings["Invitation limit exceeded. Please contact your site administrator."] = "Limite degli inviti superato. Contatta l'amministratore del tuo sito."; -$a->strings["%s : Message delivery failed."] = "%s: la consegna del messaggio fallita."; -$a->strings["%d message sent."] = [ - 0 => "%d messaggio inviato.", - 1 => "%d messaggi inviati.", -]; -$a->strings["You have no more invitations available"] = "Non hai altri inviti disponibili"; -$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."] = "Visita %s per una lista di siti pubblici a cui puoi iscriverti. I membri Friendica su altri siti possono collegarsi uno con l'altro, come con membri di molti altri social network."; -$a->strings["To accept this invitation, please visit and register at %s or any other public Friendica website."] = "Per accettare questo invito, visita e registrati su %s o su un'altro sito web Friendica aperto al pubblico."; -$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."] = "I siti Friendica son tutti collegati tra loro per creare una grossa rete sociale rispettosa della privacy, posseduta e controllata dai suoi membri. I siti Friendica possono anche collegarsi a molti altri social network tradizionali. Vai su %s per una lista di siti Friendica alternativi a cui puoi iscriverti."; -$a->strings["Our apologies. This system is not currently configured to connect with other public sites or invite members."] = "Ci scusiamo, questo sistema non è configurato per collegarsi con altri siti pubblici o per invitare membri."; -$a->strings["To accept this invitation, please visit and register at %s."] = "Per accettare questo invito, visita e registrati su %s"; -$a->strings["Friendica sites all inter-connect to create a huge privacy-enhanced social web that is owned and controlled by its members. They can also connect with many traditional social networks."] = ""; -$a->strings["Send invitations"] = "Invia inviti"; -$a->strings["Enter email addresses, one per line:"] = "Inserisci gli indirizzi email, uno per riga:"; -$a->strings["Your message:"] = "Il tuo messaggio:"; -$a->strings["You are cordially invited to join me and other close friends on Friendica - and help us to create a better social web."] = "Sei cordialmente invitato/a ad unirti a me e ad altri amici su Friendica, e ad aiutarci a creare una rete sociale migliore."; -$a->strings["You will need to supply this invitation code: \$invite_code"] = "Sarà necessario fornire questo codice invito: \$invite_code"; -$a->strings["Once you have registered, please connect with me via my profile page at:"] = "Una volta registrato, connettiti con me dal mio profilo:"; -$a->strings["For more information about the Friendica project and why we feel it is important, please visit http://friendi.ca"] = "Per maggiori informazioni sul progetto Friendica e perchè pensiamo sia importante, visita http://friendi.ca "; -$a->strings["Time Conversion"] = "Conversione Ora"; -$a->strings["Friendica provides this service for sharing events with other networks and friends in unknown timezones."] = "Friendica fornisce questo servizio per la condivisione di eventi con altre reti e amici in fusi orari sconosciuti."; -$a->strings["UTC time: %s"] = "Ora UTC: %s"; -$a->strings["Current timezone: %s"] = "Fuso orario corrente: %s"; -$a->strings["Converted localtime: %s"] = "Ora locale convertita: %s"; -$a->strings["Please select your timezone:"] = "Selezionare il tuo fuso orario:"; -$a->strings["No valid account found."] = "Nessun account valido trovato."; -$a->strings["Password reset request issued. Check your email."] = "La richiesta per reimpostare la password è stata inviata. Controlla la tua email."; -$a->strings["\n\t\tDear %1\$s,\n\t\t\tA request was recently received at \"%2\$s\" to reset your account\n\t\tpassword. In order to confirm this request, please select the verification link\n\t\tbelow or paste it into your web browser address bar.\n\n\t\tIf you did NOT request this change, please DO NOT follow the link\n\t\tprovided and ignore and/or delete this email.\n\n\t\tYour password will not be changed unless we can verify that you\n\t\tissued this request."] = "\nGentile %1\$s,\n abbiamo ricevuto su \"%2\$s\" una richiesta di resettare la password del tuo account. Per confermare questa richiesta, selezionate il link di conferma qui sotto o incollatelo nella barra indirizzo del vostro browser.\n\nSe NON hai richiesto questa modifica, NON selezionare il link e ignora o cancella questa email.\n\nLa tua password non verrà modificata a meno che non possiamo verificare che tu abbia effettivamente richiesto la modifica."; -$a->strings["\n\t\tFollow this link to verify your identity:\n\n\t\t%1\$s\n\n\t\tYou will then receive a follow-up message containing the new password.\n\t\tYou may change that password from your account settings page after logging in.\n\n\t\tThe login details are as follows:\n\n\t\tSite Location:\t%2\$s\n\t\tLogin Name:\t%3\$s"] = "\nSegui questo link per verificare la tua identità:\n\n%1\$s\n\nRiceverai in un successivo messaggio la nuova password.\nPotrai cambiarla dalla pagina \"Impostazioni\" del tuo account dopo esserti autenticato.\n\nI dettagli del tuo account sono:\n Indirizzo del sito: %2\$s\n Nome utente: %3\$s"; -$a->strings["Password reset requested at %s"] = "Richiesta reimpostazione password su %s"; -$a->strings["Request could not be verified. (You may have previously submitted it.) Password reset failed."] = "La richiesta non può essere verificata. (Puoi averla già richiesta precedentemente). Reimpostazione password fallita."; -$a->strings["Password Reset"] = "Reimpostazione password"; -$a->strings["Your password has been reset as requested."] = "La tua password è stata reimpostata come richiesto."; -$a->strings["Your new password is"] = "La tua nuova password è"; -$a->strings["Save or copy your new password - and then"] = "Salva o copia la tua nuova password, quindi"; -$a->strings["click here to login"] = "clicca qui per entrare"; -$a->strings["Your password may be changed from the Settings page after successful login."] = "Puoi cambiare la tua password dalla pagina Impostazioni dopo aver effettuato l'accesso."; -$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"] = "\nGentile %1\$s,\n La tua password è stata modificata come richiesto.\nSalva questa password, o sostituiscila immediatamente con qualcosa che puoi ricordare."; -$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"] = "\nI dettagli del tuo account sono:\n\n Indirizzo del sito: %1\$s\n Nome utente: %2\$s\n Password: %3\$s\n\nPuoi cambiare questa password dalla pagina \"Impostazioni\" del tuo account dopo esserti autenticato."; -$a->strings["Your password has been changed at %s"] = "La tua password presso %s è stata cambiata"; -$a->strings["Forgot your Password?"] = "Hai dimenticato la password?"; -$a->strings["Enter your email address and submit to have your password reset. Then check your email for further instructions."] = "Inserisci il tuo indirizzo email per reimpostare la password."; -$a->strings["Nickname or Email: "] = "Nome utente o email: "; -$a->strings["Reset"] = "Reimposta"; -$a->strings["Manage Identities and/or Pages"] = "Gestisci identità e/o pagine"; -$a->strings["Toggle between different identities or community/group pages which share your account details or which you have been granted \"manage\" permissions"] = "Cambia tra differenti identità o pagine comunità/gruppi che condividono il tuo account o per cui hai i permessi di gestione"; -$a->strings["Select an identity to manage: "] = "Seleziona un'identità da gestire:"; +$a->strings["People Search - %s"] = "Cerca persone - %s"; +$a->strings["Forum Search - %s"] = "Ricerca Forum - %s"; +$a->strings["No matches"] = "Nessun risultato"; +$a->strings["This is Friendica, version"] = "Questo è Friendica, versione"; +$a->strings["running at web location"] = "in esecuzione all'indirizzo web"; +$a->strings["Please visit Friendi.ca to learn more about the Friendica project."] = "Visita Friendi.ca per saperne di più sul progetto Friendica."; +$a->strings["Bug reports and issues: please visit"] = "Segnalazioni di bug e problemi: visita"; +$a->strings["the bugtracker at github"] = "il bugtracker su github"; +$a->strings["Suggestions, praise, donations, etc. - please email \"Info\" at Friendica - dot com"] = "Suggerimenti, lodi, donazioni, ecc - e-mail a \"Info\" at Friendica punto com"; +$a->strings["Installed addons/apps:"] = "Addon/applicazioni installate"; +$a->strings["No installed addons/apps"] = "Nessun addons/applicazione installata"; +$a->strings["On this server the following remote servers are blocked."] = "In questo server i seguenti server remoti sono bloccati."; +$a->strings["Blocked domain"] = "Dominio bloccato"; +$a->strings["Reason for the block"] = "Motivazione del blocco"; $a->strings["No keywords to match. Please add keywords to your default profile."] = "Nessuna parola chiave per l'abbinamento. Aggiungi parole chiave al tuo profilo predefinito."; $a->strings["is interested in:"] = "è interessato a:"; $a->strings["Profile Match"] = "Profili corrispondenti"; -$a->strings["No matches"] = "Nessun risultato"; -$a->strings["No recipient selected."] = "Nessun destinatario selezionato."; -$a->strings["Unable to locate contact information."] = "Impossibile trovare le informazioni del contatto."; -$a->strings["Message could not be sent."] = "Il messaggio non può essere inviato."; -$a->strings["Message collection failure."] = "Errore recuperando il messaggio."; -$a->strings["Message sent."] = "Messaggio inviato."; -$a->strings["Do you really want to delete this message?"] = "Vuoi veramente cancellare questo messaggio?"; -$a->strings["Message deleted."] = "Messaggio eliminato."; -$a->strings["Conversation removed."] = "Conversazione rimossa."; -$a->strings["Send Private Message"] = "Invia un messaggio privato"; -$a->strings["To:"] = "A:"; -$a->strings["Subject:"] = "Oggetto:"; -$a->strings["No messages."] = "Nessun messaggio."; -$a->strings["Message not available."] = "Messaggio non disponibile."; -$a->strings["Delete message"] = "Elimina il messaggio"; -$a->strings["Delete conversation"] = "Elimina la conversazione"; -$a->strings["No secure communications available. You may be able to respond from the sender's profile page."] = "Nessuna comunicazione sicura disponibile, Potresti essere in grado di rispondere dalla pagina del profilo del mittente."; -$a->strings["Send Reply"] = "Invia la risposta"; -$a->strings["Unknown sender - %s"] = "Mittente sconosciuto - %s"; -$a->strings["You and %s"] = "Tu e %s"; -$a->strings["%s and You"] = "%s e Tu"; -$a->strings["D, d M Y - g:i A"] = "D d M Y - G:i"; -$a->strings["%d message"] = [ - 0 => "%d messaggio", - 1 => "%d messaggi", -]; $a->strings["Invalid request identifier."] = "L'identificativo della richiesta non è valido."; $a->strings["Discard"] = "Scarta"; $a->strings["Ignore"] = "Ignora"; +$a->strings["Notifications"] = "Notifiche"; $a->strings["Network Notifications"] = "Notifiche dalla rete"; $a->strings["System Notifications"] = "Notifiche di sistema"; $a->strings["Personal Notifications"] = "Notifiche personali"; @@ -1027,63 +470,325 @@ $a->strings["Accepting %s as a sharer allows them to subscribe to your posts, bu $a->strings["Friend"] = "Amico"; $a->strings["Sharer"] = "Condivisore"; $a->strings["Subscriber"] = "Abbonato"; +$a->strings["About:"] = "Informazioni:"; +$a->strings["Tags:"] = "Tag:"; +$a->strings["Gender:"] = "Genere:"; +$a->strings["Network:"] = "Rete:"; $a->strings["No introductions."] = "Nessuna presentazione."; $a->strings["Show unread"] = "Mostra non letti"; $a->strings["Show all"] = "Mostra tutti"; $a->strings["No more %s notifications."] = "Nessun'altra notifica %s."; -$a->strings["No more system notifications."] = "Nessuna nuova notifica di sistema."; $a->strings["Post successful."] = "Inviato!"; $a->strings["OpenID protocol error. No ID returned."] = "Errore protocollo OpenID. Nessun ID ricevuto."; $a->strings["Account not found and OpenID registration is not permitted on this site."] = "L'account non è stato trovato, e la registrazione via OpenID non è permessa su questo sito."; -$a->strings["Not Extended"] = "Not Extended"; -$a->strings["Tips for New Members"] = "Consigli per i Nuovi Utenti"; -$a->strings["Remove My Account"] = "Rimuovi il mio account"; -$a->strings["This will completely remove your account. Once this has been done it is not recoverable."] = "Questo comando rimuoverà completamente il tuo account. Una volta rimosso non potrai più recuperarlo."; -$a->strings["Please enter your password for verification:"] = "Inserisci la tua password per verifica:"; -$a->strings["Resubscribing to OStatus contacts"] = "Risottoscrivi i contatti OStatus"; -$a->strings["Error"] = "Errore"; -$a->strings["Done"] = "Fatto"; -$a->strings["Keep this window open until done."] = "Tieni questa finestra aperta fino a che ha finito."; -$a->strings["%1\$s is following %2\$s's %3\$s"] = "%1\$s sta seguendo %3\$s di %2\$s"; -$a->strings["Tag removed"] = "Tag rimosso"; -$a->strings["Remove Item Tag"] = "Rimuovi il tag"; -$a->strings["Select a tag to remove: "] = "Seleziona un tag da rimuovere: "; -$a->strings["Remove"] = "Rimuovi"; -$a->strings["Export account"] = "Esporta account"; -$a->strings["Export your account info and contacts. Use this to make a backup of your account and/or to move it to another server."] = "Esporta le informazioni del tuo account e dei contatti. Usa questa funzione per fare un backup del tuo account o per spostarlo in un altro server."; -$a->strings["Export all"] = "Esporta tutto"; -$a->strings["Export your accout info, contacts and all your items as json. Could be a very big file, and could take a lot of time. Use this to make a full backup of your account (photos are not exported)"] = "Esporta le informazioni del tuo account, i tuoi contatti e tutti i tuoi elementi in json. Può diventare un file veramente molto grosso e metterci un sacco di tempo. Usa questa funzione per fare un backup completo del tuo account (le foto non sono esportate)"; -$a->strings["Export personal data"] = "Esporta dati personali"; -$a->strings["Number of daily wall messages for %s exceeded. Message failed."] = "Numero giornaliero di messaggi per %s superato. Invio fallito."; -$a->strings["Unable to check your home location."] = "Impossibile controllare la tua posizione di origine."; -$a->strings["No recipient."] = "Nessun destinatario."; -$a->strings["If you wish for %s to respond, please check that the privacy settings on your site allow private mail from unknown senders."] = "Se vuoi che %s ti risponda, controlla che le tue impostazioni di privacy permettano la ricezione di messaggi privati da mittenti sconosciuti."; -$a->strings["No potential page delegates located."] = "Nessun potenziale delegato per la pagina è stato trovato."; +$a->strings["Login failed."] = "Accesso fallito."; +$a->strings["Subscribing to OStatus contacts"] = "Iscrizione a contatti OStatus"; +$a->strings["No contact provided."] = "Nessun contatto disponibile."; +$a->strings["Couldn't fetch information for contact."] = "Non è stato possibile recuperare le informazioni del contatto."; +$a->strings["Couldn't fetch friends for contact."] = "Non è stato possibile recuperare gli amici del contatto."; +$a->strings["success"] = "successo"; +$a->strings["failed"] = "fallito"; +$a->strings["ignored"] = "ignorato"; +$a->strings["Access to this profile has been restricted."] = "L'accesso a questo profilo è stato limitato."; +$a->strings["Events"] = "Eventi"; +$a->strings["View"] = "Mostra"; +$a->strings["Previous"] = "Precedente"; +$a->strings["Next"] = "Successivo"; +$a->strings["list"] = "lista"; +$a->strings["User not found"] = "Utente non trovato"; +$a->strings["This calendar format is not supported"] = "Questo formato di calendario non è supportato"; +$a->strings["No exportable data found"] = "Nessun dato esportabile trovato"; +$a->strings["calendar"] = "calendario"; +$a->strings["Profile not found."] = "Profilo non trovato."; +$a->strings["This may occasionally happen if contact was requested by both persons and it has already been approved."] = "Questo può accadere occasionalmente se la richiesta di contatto era stata inviata da entrambe le persone e già approvata."; +$a->strings["Response from remote site was not understood."] = "Errore di comunicazione con l'altro sito."; +$a->strings["Unexpected response from remote site: "] = "La risposta dell'altro sito non può essere gestita: "; +$a->strings["Confirmation completed successfully."] = "Conferma completata con successo."; +$a->strings["Temporary failure. Please wait and try again."] = "Problema temporaneo. Attendi e riprova."; +$a->strings["Introduction failed or was revoked."] = "La presentazione ha generato un errore o è stata revocata."; +$a->strings["Remote site reported: "] = "Il sito remoto riporta: "; +$a->strings["Unable to set contact photo."] = "Impossibile impostare la foto del contatto."; +$a->strings["No user record found for '%s' "] = "Nessun utente trovato '%s'"; +$a->strings["Our site encryption key is apparently messed up."] = "La nostra chiave di criptazione del sito sembra essere corrotta."; +$a->strings["Empty site URL was provided or URL could not be decrypted by us."] = "E' stato fornito un indirizzo vuoto o non possiamo decrittare l'indirizzo."; +$a->strings["Contact record was not found for you on our site."] = "Il contatto non è stato trovato sul nostro sito."; +$a->strings["Site public key not available in contact record for URL %s."] = "La chiave pubblica del sito non è disponibile per l'URL %s"; +$a->strings["The ID provided by your system is a duplicate on our system. It should work if you try again."] = "L'ID fornito dal tuo sistema è duplicato sul nostro sistema. Se riprovi dovrebbe funzionare."; +$a->strings["Unable to set your contact credentials on our system."] = "Impossibile impostare le credenziali del tuo contatto sul nostro sistema."; +$a->strings["Unable to update your contact profile details on our system"] = "Impossibile aggiornare i dettagli del tuo contatto sul nostro sistema"; +$a->strings["[Name Withheld]"] = "[Nome Nascosto]"; +$a->strings["%1\$s has joined %2\$s"] = "%1\$s si è unito a %2\$s"; +$a->strings["Total invitation limit exceeded."] = "Limite totale degli inviti superato."; +$a->strings["%s : Not a valid email address."] = "%s: non è un indirizzo email valido."; +$a->strings["Please join us on Friendica"] = "Unisciti a noi su Friendica"; +$a->strings["Invitation limit exceeded. Please contact your site administrator."] = "Limite degli inviti superato. Contatta l'amministratore del tuo sito."; +$a->strings["%s : Message delivery failed."] = "%s: la consegna del messaggio fallita."; +$a->strings["%d message sent."] = [ + 0 => "%d messaggio inviato.", + 1 => "%d messaggi inviati.", +]; +$a->strings["You have no more invitations available"] = "Non hai altri inviti disponibili"; +$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."] = "Visita %s per una lista di siti pubblici a cui puoi iscriverti. I membri Friendica su altri siti possono collegarsi uno con l'altro, come con membri di molti altri social network."; +$a->strings["To accept this invitation, please visit and register at %s or any other public Friendica website."] = "Per accettare questo invito, visita e registrati su %s o su un'altro sito web Friendica aperto al pubblico."; +$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."] = "I siti Friendica son tutti collegati tra loro per creare una grossa rete sociale rispettosa della privacy, posseduta e controllata dai suoi membri. I siti Friendica possono anche collegarsi a molti altri social network tradizionali. Vai su %s per una lista di siti Friendica alternativi a cui puoi iscriverti."; +$a->strings["Our apologies. This system is not currently configured to connect with other public sites or invite members."] = "Ci scusiamo, questo sistema non è configurato per collegarsi con altri siti pubblici o per invitare membri."; +$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."] = "I siti Friendica son tutti collegati tra loro per creare una grossa rete sociale rispettosa della privacy, posseduta e controllata dai suoi membri. I siti Friendica possono anche collegarsi a molti altri social network tradizionali."; +$a->strings["To accept this invitation, please visit and register at %s."] = "Per accettare questo invito, visita e registrati su %s"; +$a->strings["Send invitations"] = "Invia inviti"; +$a->strings["Enter email addresses, one per line:"] = "Inserisci gli indirizzi email, uno per riga:"; +$a->strings["Your message:"] = "Il tuo messaggio:"; +$a->strings["You are cordially invited to join me and other close friends on Friendica - and help us to create a better social web."] = "Sei cordialmente invitato/a ad unirti a me e ad altri amici su Friendica, e ad aiutarci a creare una rete sociale migliore."; +$a->strings["You will need to supply this invitation code: \$invite_code"] = "Sarà necessario fornire questo codice invito: \$invite_code"; +$a->strings["Once you have registered, please connect with me via my profile page at:"] = "Una volta registrato, connettiti con me dal mio profilo:"; +$a->strings["For more information about the Friendica project and why we feel it is important, please visit http://friendi.ca"] = "Per maggiori informazioni sul progetto Friendica e perchè pensiamo sia importante, visita http://friendi.ca "; +$a->strings["Manage Identities and/or Pages"] = "Gestisci identità e/o pagine"; +$a->strings["Toggle between different identities or community/group pages which share your account details or which you have been granted \"manage\" permissions"] = "Cambia tra differenti identità o pagine comunità/gruppi che condividono il tuo account o per cui hai i permessi di gestione"; +$a->strings["Select an identity to manage: "] = "Seleziona un'identità da gestire:"; +$a->strings["Profile deleted."] = "Profilo eliminato."; +$a->strings["Profile-"] = "Profilo-"; +$a->strings["New profile created."] = "Il nuovo profilo è stato creato."; +$a->strings["Profile unavailable to clone."] = "Impossibile duplicare il profilo."; +$a->strings["Profile Name is required."] = "Il nome profilo è obbligatorio ."; +$a->strings["Marital Status"] = "Stato civile"; +$a->strings["Romantic Partner"] = "Partner romantico"; +$a->strings["Work/Employment"] = "Lavoro/Impiego"; +$a->strings["Religion"] = "Religione"; +$a->strings["Political Views"] = "Orientamento Politico"; +$a->strings["Gender"] = "Sesso"; +$a->strings["Sexual Preference"] = "Preferenza sessuale"; +$a->strings["XMPP"] = "XMPP"; +$a->strings["Homepage"] = "Homepage"; +$a->strings["Interests"] = "Interessi"; +$a->strings["Address"] = "Indirizzo"; +$a->strings["Location"] = "Posizione"; +$a->strings["Profile updated."] = "Profilo aggiornato."; +$a->strings[" and "] = "e "; +$a->strings["public profile"] = "profilo pubblico"; +$a->strings["%1\$s changed %2\$s to “%3\$s”"] = "%1\$s ha cambiato %2\$s in “%3\$s”"; +$a->strings[" - Visit %1\$s's %2\$s"] = "- Visita %2\$s di %1\$s"; +$a->strings["%1\$s has an updated %2\$s, changing %3\$s."] = "%1\$s ha un %2\$s aggiornato. Ha cambiato %3\$s"; +$a->strings["Hide contacts and friends:"] = "Nascondi contatti:"; +$a->strings["Hide your contact/friend list from viewers of this profile?"] = "Nascondi la tua lista di contatti/amici ai visitatori di questo profilo?"; +$a->strings["Show more profile fields:"] = "Mostra più informazioni di profilo:"; +$a->strings["Profile Actions"] = "Azioni Profilo"; +$a->strings["Edit Profile Details"] = "Modifica i dettagli del profilo"; +$a->strings["Change Profile Photo"] = "Cambia la foto del profilo"; +$a->strings["View this profile"] = "Visualizza questo profilo"; +$a->strings["Edit visibility"] = "Modifica visibilità"; +$a->strings["Create a new profile using these settings"] = "Crea un nuovo profilo usando queste impostazioni"; +$a->strings["Clone this profile"] = "Clona questo profilo"; +$a->strings["Delete this profile"] = "Elimina questo profilo"; +$a->strings["Basic information"] = "Informazioni di base"; +$a->strings["Profile picture"] = "Immagine del profilo"; +$a->strings["Preferences"] = "Preferenze"; +$a->strings["Status information"] = "Informazioni stato"; +$a->strings["Additional information"] = "Informazioni aggiuntive"; +$a->strings["Personal"] = "Personale"; +$a->strings["Relation"] = "Relazione"; +$a->strings["Miscellaneous"] = "Varie"; +$a->strings["Your Gender:"] = "Il tuo sesso:"; +$a->strings[" Marital Status:"] = " Stato sentimentale:"; +$a->strings["Sexual Preference:"] = "Preferenze sessuali:"; +$a->strings["Example: fishing photography software"] = "Esempio: pesca fotografia programmazione"; +$a->strings["Profile Name:"] = "Nome del profilo:"; +$a->strings["Required"] = "Richiesto"; +$a->strings["This is your public profile.
    It may be visible to anybody using the internet."] = "Questo è il tuo profilo publico.
    Potrebbe essere visto da chiunque attraverso internet."; +$a->strings["Your Full Name:"] = "Il tuo nome completo:"; +$a->strings["Title/Description:"] = "Breve descrizione (es. titolo, posizione, altro):"; +$a->strings["Street Address:"] = "Indirizzo (via/piazza):"; +$a->strings["Locality/City:"] = "Località:"; +$a->strings["Region/State:"] = "Regione/Stato:"; +$a->strings["Postal/Zip Code:"] = "CAP:"; +$a->strings["Country:"] = "Nazione:"; +$a->strings["Age: "] = "Età : "; +$a->strings["Who: (if applicable)"] = "Con chi: (se possibile)"; +$a->strings["Examples: cathy123, Cathy Williams, cathy@example.com"] = "Esempio: cathy123, Cathy Williams, cathy@example.com"; +$a->strings["Since [date]:"] = "Dal [data]:"; +$a->strings["Tell us about yourself..."] = "Raccontaci di te..."; +$a->strings["XMPP (Jabber) address:"] = "Indirizzo XMPP (Jabber):"; +$a->strings["The XMPP address will be propagated to your contacts so that they can follow you."] = "L'indirizzo XMPP verrà propagato ai tuoi contatti così che possano seguirti."; +$a->strings["Homepage URL:"] = "Homepage:"; +$a->strings["Hometown:"] = "Paese natale:"; +$a->strings["Political Views:"] = "Orientamento politico:"; +$a->strings["Religious Views:"] = "Orientamento religioso:"; +$a->strings["Public Keywords:"] = "Parole chiave visibili a tutti:"; +$a->strings["(Used for suggesting potential friends, can be seen by others)"] = "(E' utilizzato per suggerire potenziali amici, può essere visto da altri)"; +$a->strings["Private Keywords:"] = "Parole chiave private:"; +$a->strings["(Used for searching profiles, never shown to others)"] = "(Usato per cercare tra i profili, non è mai visibile agli altri)"; +$a->strings["Likes:"] = "Mi piace:"; +$a->strings["Dislikes:"] = "Non mi piace:"; +$a->strings["Musical interests"] = "Interessi musicali"; +$a->strings["Books, literature"] = "Libri, letteratura"; +$a->strings["Television"] = "Televisione"; +$a->strings["Film/dance/culture/entertainment"] = "Film/danza/cultura/intrattenimento"; +$a->strings["Hobbies/Interests"] = "Hobby/interessi"; +$a->strings["Love/romance"] = "Amore"; +$a->strings["Work/employment"] = "Lavoro/impiego"; +$a->strings["School/education"] = "Scuola/educazione"; +$a->strings["Contact information and Social Networks"] = "Informazioni su contatti e social network"; +$a->strings["Profile Image"] = "Immagine del Profilo"; +$a->strings["visible to everybody"] = "visibile a tutti"; +$a->strings["Edit/Manage Profiles"] = "Modifica / Gestisci profili"; +$a->strings["Change profile photo"] = "Cambia la foto del profilo"; +$a->strings["Create New Profile"] = "Crea un nuovo profilo"; +$a->strings["Invalid request."] = "Richiesta non valida."; +$a->strings["Sorry, maybe your upload is bigger than the PHP configuration allows"] = "Mi spiace, forse il file che stai caricando è più grosso di quanto la configurazione di PHP permetta"; +$a->strings["Or - did you try to upload an empty file?"] = "O.. non avrai provato a caricare un file vuoto?"; +$a->strings["File exceeds size limit of %s"] = "Il file supera la dimensione massima di %s"; +$a->strings["File upload failed."] = "Caricamento del file non riuscito."; +$a->strings["%d contact edited."] = [ + 0 => "%d contatto modificato.", + 1 => "%d contatti modificati", +]; +$a->strings["Could not access contact record."] = "Non è possibile accedere al contatto."; +$a->strings["Could not locate selected profile."] = "Non riesco a trovare il profilo selezionato."; +$a->strings["Contact updated."] = "Contatto aggiornato."; +$a->strings["Failed to update contact record."] = "Errore nell'aggiornamento del contatto."; +$a->strings["Contact has been blocked"] = "Il contatto è stato bloccato"; +$a->strings["Contact has been unblocked"] = "Il contatto è stato sbloccato"; +$a->strings["Contact has been ignored"] = "Il contatto è ignorato"; +$a->strings["Contact has been unignored"] = "Il contatto non è più ignorato"; +$a->strings["Contact has been archived"] = "Il contatto è stato archiviato"; +$a->strings["Contact has been unarchived"] = "Il contatto è stato dearchiviato"; +$a->strings["Drop contact"] = "Cancella contatto"; +$a->strings["Do you really want to delete this contact?"] = "Vuoi veramente cancellare questo contatto?"; +$a->strings["Contact has been removed."] = "Il contatto è stato rimosso."; +$a->strings["You are mutual friends with %s"] = "Sei amico reciproco con %s"; +$a->strings["You are sharing with %s"] = "Stai condividendo con %s"; +$a->strings["%s is sharing with you"] = "%s sta condividendo con te"; +$a->strings["Private communications are not available for this contact."] = "Le comunicazioni private non sono disponibili per questo contatto."; +$a->strings["Never"] = "Mai"; +$a->strings["(Update was successful)"] = "(L'aggiornamento è stato completato)"; +$a->strings["(Update was not successful)"] = "(L'aggiornamento non è stato completato)"; +$a->strings["Suggest friends"] = "Suggerisci amici"; +$a->strings["Network type: %s"] = "Tipo di rete: %s"; +$a->strings["Communications lost with this contact!"] = "Comunicazione con questo contatto persa!"; +$a->strings["Fetch further information for feeds"] = "Recupera maggiori informazioni per i feed"; +$a->strings["Fetch information like preview pictures, title and teaser from the feed item. You can activate this if the feed doesn't contain much text. Keywords are taken from the meta header in the feed item and are posted as hash tags."] = "Recupera informazioni come immagini di anteprima, titolo e teaser dall'elemento del feed. Puoi attivare questa funzione se il feed non contiene molto testo. Le parole chiave sono recuperate dal tag meta nella pagina dell'elemento e inseriti come hashtag."; +$a->strings["Disabled"] = "Disabilitato"; +$a->strings["Fetch information"] = "Recupera informazioni"; +$a->strings["Fetch keywords"] = "Recupera parole chiave"; +$a->strings["Fetch information and keywords"] = "Recupera informazioni e parole chiave"; +$a->strings["Contact"] = "Contatto"; +$a->strings["Profile Visibility"] = "Visibilità del profilo"; +$a->strings["Please choose the profile you would like to display to %s when viewing your profile securely."] = "Seleziona il profilo che vuoi mostrare a %s quando visita il tuo profilo in modo sicuro."; +$a->strings["Contact Information / Notes"] = "Informazioni / Note sul contatto"; +$a->strings["Their personal note"] = "La loro nota personale"; +$a->strings["Edit contact notes"] = "Modifica note contatto"; +$a->strings["Block/Unblock contact"] = "Blocca/Sblocca contatto"; +$a->strings["Ignore contact"] = "Ignora il contatto"; +$a->strings["Repair URL settings"] = "Impostazioni riparazione URL"; +$a->strings["View conversations"] = "Vedi conversazioni"; +$a->strings["Last update:"] = "Ultimo aggiornamento:"; +$a->strings["Update public posts"] = "Aggiorna messaggi pubblici"; +$a->strings["Update now"] = "Aggiorna adesso"; +$a->strings["Unblock"] = "Sblocca"; +$a->strings["Block"] = "Blocca"; +$a->strings["Unignore"] = "Non ignorare"; +$a->strings["Currently blocked"] = "Bloccato"; +$a->strings["Currently ignored"] = "Ignorato"; +$a->strings["Currently archived"] = "Al momento archiviato"; +$a->strings["Awaiting connection acknowledge"] = "In attesa di conferma della connessione"; +$a->strings["Replies/likes to your public posts may still be visible"] = "Risposte ai tuoi post pubblici possono essere comunque visibili"; +$a->strings["Notification for new posts"] = "Notifica per i nuovi messaggi"; +$a->strings["Send a notification of every new post of this contact"] = "Invia una notifica per ogni nuovo messaggio di questo contatto"; +$a->strings["Blacklisted keywords"] = "Parole chiave in blacklist"; +$a->strings["Comma separated list of keywords that should not be converted to hashtags, when \"Fetch information and keywords\" is selected"] = "Lista separata da virgola di parole chiave che non dovranno essere convertite in hashtag, quando \"Recupera informazioni e parole chiave\" è selezionato"; +$a->strings["XMPP:"] = "XMPP:"; +$a->strings["Actions"] = "Azioni"; +$a->strings["Status"] = "Stato"; +$a->strings["Contact Settings"] = "Impostazioni Contatto"; +$a->strings["Suggestions"] = "Suggerimenti"; +$a->strings["Suggest potential friends"] = "Suggerisci potenziali amici"; +$a->strings["All Contacts"] = "Tutti i contatti"; +$a->strings["Show all contacts"] = "Mostra tutti i contatti"; +$a->strings["Unblocked"] = "Sbloccato"; +$a->strings["Only show unblocked contacts"] = "Mostra solo contatti non bloccati"; +$a->strings["Blocked"] = "Bloccato"; +$a->strings["Only show blocked contacts"] = "Mostra solo contatti bloccati"; +$a->strings["Ignored"] = "Ignorato"; +$a->strings["Only show ignored contacts"] = "Mostra solo contatti ignorati"; +$a->strings["Archived"] = "Archiviato"; +$a->strings["Only show archived contacts"] = "Mostra solo contatti archiviati"; +$a->strings["Hidden"] = "Nascosto"; +$a->strings["Only show hidden contacts"] = "Mostra solo contatti nascosti"; +$a->strings["Search your contacts"] = "Cerca nei tuoi contatti"; +$a->strings["Results for: %s"] = "Risultati per: %s"; +$a->strings["Find"] = "Trova"; +$a->strings["Update"] = "Aggiorna"; +$a->strings["Archive"] = "Archivia"; +$a->strings["Unarchive"] = "Dearchivia"; +$a->strings["Batch Actions"] = "Azioni Batch"; +$a->strings["Profile Details"] = "Dettagli del profilo"; +$a->strings["View all contacts"] = "Vedi tutti i contatti"; +$a->strings["View all common friends"] = "Vedi tutti gli amici in comune"; +$a->strings["Advanced"] = "Avanzate"; +$a->strings["Advanced Contact Settings"] = "Impostazioni avanzate Contatto"; +$a->strings["Mutual Friendship"] = "Amicizia reciproca"; +$a->strings["is a fan of yours"] = "è un tuo fan"; +$a->strings["you are a fan of"] = "sei un fan di"; +$a->strings["Toggle Blocked status"] = "Inverti stato \"Blocca\""; +$a->strings["Toggle Ignored status"] = "Inverti stato \"Ignora\""; +$a->strings["Toggle Archive status"] = "Inverti stato \"Archiviato\""; +$a->strings["Delete contact"] = "Rimuovi contatto"; +$a->strings["No parent user"] = "Nessun utente principale"; +$a->strings["Parent User"] = "Utente Principale"; +$a->strings["Parent users have total control about this account, including the account settings. Please double check whom you give this access."] = "Gli utenti principali hanno il controllo totale su questo account, comprese le impostazioni. Assicurati di controllare due volte a chi stai fornendo questo accesso."; +$a->strings["Save Settings"] = "Salva Impostazioni"; +$a->strings["Delegate Page Management"] = "Gestione delegati per la pagina"; +$a->strings["Delegates"] = "Delegati"; $a->strings["Delegates are able to manage all aspects of this account/page except for basic account settings. Please do not delegate your personal account to anybody that you do not trust completely."] = "I Delegati sono in grado di gestire tutti gli aspetti di questa pagina, tranne per le impostazioni di base dell'account. Non delegare il tuo account personale a nessuno di cui non ti fidi ciecamente."; $a->strings["Existing Page Managers"] = "Gestori Pagina Esistenti"; $a->strings["Existing Page Delegates"] = "Delegati Pagina Esistenti"; $a->strings["Potential Delegates"] = "Delegati Potenziali"; +$a->strings["Remove"] = "Rimuovi"; $a->strings["Add"] = "Aggiungi"; $a->strings["No entries."] = "Nessuna voce."; -$a->strings["Do you really want to delete this suggestion?"] = "Vuoi veramente cancellare questo suggerimento?"; -$a->strings["No suggestions available. If this is a new site, please try again in 24 hours."] = "Nessun suggerimento disponibile. Se questo è un sito nuovo, riprova tra 24 ore."; -$a->strings["Ignore/Hide"] = "Ignora / Nascondi"; -$a->strings["Global Directory"] = "Elenco globale"; -$a->strings["Find on this site"] = "Cerca nel sito"; -$a->strings["Results for:"] = "Risultati per:"; -$a->strings["Site Directory"] = "Elenco del sito"; -$a->strings["No entries (some entries may be hidden)."] = "Nessuna voce (qualche voce potrebbe essere nascosta)."; -$a->strings["Files"] = "File"; -$a->strings["This is Friendica, version"] = "Questo è Friendica, versione"; -$a->strings["running at web location"] = "in esecuzione all'indirizzo web"; -$a->strings["Please visit Friendi.ca to learn more about the Friendica project."] = "Visita Friendi.ca per saperne di più sul progetto Friendica."; -$a->strings["Bug reports and issues: please visit"] = "Segnalazioni di bug e problemi: visita"; -$a->strings["the bugtracker at github"] = "il bugtracker su github"; -$a->strings["Suggestions, praise, donations, etc. - please email \"Info\" at Friendica - dot com"] = "Suggerimenti, lodi, donazioni, ecc - e-mail a \"Info\" at Friendica punto com"; -$a->strings["Installed plugins/addons/apps:"] = "Plugin/componenti aggiuntivi/applicazioni installate"; -$a->strings["No installed plugins/addons/apps"] = "Nessun plugin/componente aggiuntivo/applicazione installata"; -$a->strings["On this server the following remote servers are blocked."] = "In questo server i seguenti server remoti sono bloccati."; -$a->strings["Reason for the block"] = "Motivazione del blocco"; +$a->strings["This introduction has already been accepted."] = "Questa presentazione è già stata accettata."; +$a->strings["Profile location is not valid or does not contain profile information."] = "L'indirizzo del profilo non è valido o non contiene un profilo."; +$a->strings["Warning: profile location has no identifiable owner name."] = "Attenzione: l'indirizzo del profilo non riporta il nome del proprietario."; +$a->strings["Warning: profile location has no profile photo."] = "Attenzione: l'indirizzo del profilo non ha una foto."; +$a->strings["%d required parameter was not found at the given location"] = [ + 0 => "%d parametro richiesto non è stato trovato all'indirizzo dato", + 1 => "%d parametri richiesti non sono stati trovati all'indirizzo dato", +]; +$a->strings["Introduction complete."] = "Presentazione completa."; +$a->strings["Unrecoverable protocol error."] = "Errore di comunicazione."; +$a->strings["Profile unavailable."] = "Profilo non disponibile."; +$a->strings["%s has received too many connection requests today."] = "%s ha ricevuto troppe richieste di connessione per oggi."; +$a->strings["Spam protection measures have been invoked."] = "Sono state attivate le misure di protezione contro lo spam."; +$a->strings["Friends are advised to please try again in 24 hours."] = "Gli amici sono pregati di riprovare tra 24 ore."; +$a->strings["Invalid locator"] = "Indirizzo non valido"; +$a->strings["You have already introduced yourself here."] = "Ti sei già presentato qui."; +$a->strings["Apparently you are already friends with %s."] = "Pare che tu e %s siate già amici."; +$a->strings["Invalid profile URL."] = "Indirizzo profilo non valido."; +$a->strings["Disallowed profile URL."] = "Indirizzo profilo non permesso."; +$a->strings["Your introduction has been sent."] = "La tua presentazione è stata inviata."; +$a->strings["Remote subscription can't be done for your network. Please subscribe directly on your system."] = "La richiesta di connessione remota non può essere effettuata per la tua rete. Invia la richiesta direttamente sul nostro sistema."; +$a->strings["Please login to confirm introduction."] = "Accedi per confermare la presentazione."; +$a->strings["Incorrect identity currently logged in. Please login to this profile."] = "Non hai fatto accesso con l'identità corretta. Accedi a questo profilo."; +$a->strings["Confirm"] = "Conferma"; +$a->strings["Hide this contact"] = "Nascondi questo contatto"; +$a->strings["Welcome home %s."] = "Bentornato a casa %s."; +$a->strings["Please confirm your introduction/connection request to %s."] = "Conferma la tua richiesta di connessione con %s."; +$a->strings["Public access denied."] = "Accesso negato."; +$a->strings["Please enter your 'Identity Address' from one of the following supported communications networks:"] = "Inserisci il tuo 'Indirizzo Identità' da uno dei seguenti network supportati:"; +$a->strings["If you are not yet a member of the free social web, follow this link to find a public Friendica site and join us today."] = "Se non sei un membro del web sociale libero, segui questo link per trovare un sito Friendica pubblico e unisciti a noi oggi."; +$a->strings["Friend/Connection Request"] = "Richieste di amicizia/connessione"; +$a->strings["Examples: jojo@demo.friendica.com, http://demo.friendica.com/profile/jojo, testuser@gnusocial.de"] = "Esempi: jojo@demo.friendica.com, http://demo.friendica.com/profile/jojo, testuser@gnusocial.de"; +$a->strings["Please answer the following:"] = "Rispondi:"; +$a->strings["Does %s know you?"] = "%s ti conosce?"; +$a->strings["Add a personal note:"] = "Aggiungi una nota personale:"; +$a->strings["Friendica"] = "Friendica"; +$a->strings["GNU Social (Pleroma, Mastodon)"] = "GNU Social (Pleroma, Mastodon)"; +$a->strings["Diaspora (Socialhome, Hubzilla)"] = "Diaspora (Socialhome, Hubzilla)"; +$a->strings[" - please do not use this form. Instead, enter %s into your Diaspora search bar."] = " - per favore non usare questa form. Invece, inserisci %s nella tua barra di ricerca su Diaspora."; +$a->strings["- select -"] = "- seleziona -"; +$a->strings["The contact could not be added."] = "Il contatto non può essere aggiunto."; +$a->strings["You already added this contact."] = "Hai già aggiunto questo contatto."; +$a->strings["Diaspora support isn't enabled. Contact can't be added."] = "Il supporto Diaspora non è abilitato. Il contatto non può essere aggiunto."; +$a->strings["OStatus support is disabled. Contact can't be added."] = "Il supporto OStatus non è abilitato. Il contatto non può essere aggiunto."; +$a->strings["The network type couldn't be detected. Contact can't be added."] = "Non è possibile rilevare il tipo di rete. Il contatto non può essere aggiunto."; $a->strings["Friendica Communications Server - Setup"] = "Friendica Comunicazione Server - Impostazioni"; $a->strings["Could not connect to database."] = " Impossibile collegarsi con il database."; $a->strings["Could not create table."] = "Impossibile creare le tabelle."; @@ -1109,7 +814,7 @@ $a->strings["Site settings"] = "Impostazioni sito"; $a->strings["System Language:"] = "Lingua di Sistema:"; $a->strings["Set the default language for your Friendica installation interface and to send emails."] = "Imposta la lingua di default per l'interfaccia e l'invio delle email."; $a->strings["Could not find a command line version of PHP in the web server PATH."] = "Non riesco a trovare la versione di PHP da riga di comando nel PATH del server web"; -$a->strings["If you don't have a command line version of PHP installed on server, you will not be able to run the background processing. See 'Setup the poller'"] = "Se non hai la versione a riga di comando di PHP installata sul tuo server, non sarai in grado di eseguire i processi in background. Vedi 'Setup the poller'"; +$a->strings["If you don't have a command line version of PHP installed on your server, you will not be able to run the background processing. See 'Setup the worker'"] = "Se non hai la versione a riga di comando di PHP installata sul tuo server, non sarai in grado di eseguire i processi in background. Vedi 'Setup the poller'"; $a->strings["PHP executable path"] = "Percorso eseguibile PHP"; $a->strings["Enter full path to php executable. You can leave this blank to continue the installation."] = "Inserisci il percorso completo all'eseguibile di php. Puoi lasciare bianco questo campo per continuare l'installazione."; $a->strings["Command line PHP"] = "PHP da riga di comando"; @@ -1156,35 +861,156 @@ $a->strings["ImageMagick PHP extension is installed"] = "L'estensione PHP ImageM $a->strings["ImageMagick supports GIF"] = "ImageMagick supporta i GIF"; $a->strings["The database configuration file \".htconfig.php\" could not be written. Please use the enclosed text to create a configuration file in your web server root."] = "Il file di configurazione del database \".htconfig.php\" non può essere scritto. Usa il testo qui di seguito per creare un file di configurazione nella cartella principale del tuo sito."; $a->strings["

    What next

    "] = "

    Cosa fare ora

    "; -$a->strings["IMPORTANT: You will need to [manually] setup a scheduled task for the poller."] = "IMPORTANTE: Devi impostare [manualmente] la pianificazione del poller."; +$a->strings["IMPORTANT: You will need to [manually] setup a scheduled task for the worker."] = "IMPORTANTE: Devi impostare [manualmente] la pianificazione del worker."; +$a->strings["Go to your new Friendica node registration page and register as new user. Remember to use the same email you have entered as administrator email. This will allow you to enter the site admin panel."] = "Vai nella pagina di registrazione del tuo nuovo nodo Friendica e registra un nuovo utente. Ricorda di usare la stessa email che hai inserito come email dell'utente amministratore. Questo ti permetterà di entrare nel pannello di amministrazione del sito."; +$a->strings["Time Conversion"] = "Conversione Ora"; +$a->strings["Friendica provides this service for sharing events with other networks and friends in unknown timezones."] = "Friendica fornisce questo servizio per la condivisione di eventi con altre reti e amici in fusi orari sconosciuti."; +$a->strings["UTC time: %s"] = "Ora UTC: %s"; +$a->strings["Current timezone: %s"] = "Fuso orario corrente: %s"; +$a->strings["Converted localtime: %s"] = "Ora locale convertita: %s"; +$a->strings["Please select your timezone:"] = "Selezionare il tuo fuso orario:"; +$a->strings["No valid account found."] = "Nessun account valido trovato."; +$a->strings["Password reset request issued. Check your email."] = "La richiesta per reimpostare la password è stata inviata. Controlla la tua email."; +$a->strings["\n\t\tDear %1\$s,\n\t\t\tA request was recently received at \"%2\$s\" to reset your account\n\t\tpassword. In order to confirm this request, please select the verification link\n\t\tbelow or paste it into your web browser address bar.\n\n\t\tIf you did NOT request this change, please DO NOT follow the link\n\t\tprovided and ignore and/or delete this email, the request will expire shortly.\n\n\t\tYour password will not be changed unless we can verify that you\n\t\tissued this request."] = "\nGentile %1\$s,\n\tabbiamo ricevuto su \"%2\$s\" una richiesta di resettare la password del tuo account. Per confermare questa richiesta, selezionate il link di conferma qui sotto o incollatelo nella barra indirizzo del vostro browser.\n\nSe NON hai richiesto questa modifica, NON selezionare il link e ignora o cancella questa email.\n\nLa tua password non verrà modificata a meno che non possiamo verificare che tu abbia effettivamente richiesto la modifica."; +$a->strings["\n\t\tFollow this link soon to verify your identity:\n\n\t\t%1\$s\n\n\t\tYou will then receive a follow-up message containing the new password.\n\t\tYou may change that password from your account settings page after logging in.\n\n\t\tThe login details are as follows:\n\n\t\tSite Location:\t%2\$s\n\t\tLogin Name:\t%3\$s"] = "\nSegui questo link per verificare la tua identità:\n\n%1\$s\n\nRiceverai in un successivo messaggio la nuova password.\nPotrai cambiarla dalla pagina \"Impostazioni\" del tuo account dopo esserti autenticato.\n\nI dettagli del tuo account sono:\n\tIndirizzo del sito: %2\$s\n\tNome utente: %3\$s"; +$a->strings["Password reset requested at %s"] = "Richiesta reimpostazione password su %s"; +$a->strings["Request could not be verified. (You may have previously submitted it.) Password reset failed."] = "La richiesta non può essere verificata. (Puoi averla già richiesta precedentemente). Reimpostazione password fallita."; +$a->strings["Request has expired, please make a new one."] = "La richiesta è scaduta, si prega di crearne una nuova."; +$a->strings["Forgot your Password?"] = "Hai dimenticato la password?"; +$a->strings["Enter your email address and submit to have your password reset. Then check your email for further instructions."] = "Inserisci il tuo indirizzo email per reimpostare la password."; +$a->strings["Nickname or Email: "] = "Nome utente o email: "; +$a->strings["Reset"] = "Reimposta"; +$a->strings["Password Reset"] = "Reimpostazione password"; +$a->strings["Your password has been reset as requested."] = "La tua password è stata reimpostata come richiesto."; +$a->strings["Your new password is"] = "La tua nuova password è"; +$a->strings["Save or copy your new password - and then"] = "Salva o copia la tua nuova password, quindi"; +$a->strings["click here to login"] = "clicca qui per entrare"; +$a->strings["Your password may be changed from the Settings page after successful login."] = "Puoi cambiare la tua password dalla pagina Impostazioni dopo aver effettuato l'accesso."; +$a->strings["\n\t\t\tDear %1\$s,\n\t\t\t\tYour password has been changed as requested. Please retain this\n\t\t\tinformation for your records (or change your password immediately to\n\t\t\tsomething that you will remember).\n\t\t"] = "\nGentile %1\$s,\n\tLa tua password è stata modificata come richiesto.\nSalva questa password, o sostituiscila immediatamente con qualcosa che puoi ricordare."; +$a->strings["\n\t\t\tYour login details are as follows:\n\n\t\t\tSite Location:\t%1\$s\n\t\t\tLogin Name:\t%2\$s\n\t\t\tPassword:\t%3\$s\n\n\t\t\tYou may change that password from your account settings page after logging in.\n\t\t"] = "\nI dettagli del tuo account sono:\n\n\tIndirizzo del sito: %1\$s\n\tNome utente: %2\$s\n\tPassword: %3\$s\n\nPuoi cambiare questa password dalla pagina \"Impostazioni\" del tuo account dopo esserti autenticato."; +$a->strings["Your password has been changed at %s"] = "La tua password presso %s è stata cambiata"; +$a->strings["No more system notifications."] = "Nessuna nuova notifica di sistema."; +$a->strings["{0} wants to be your friend"] = "{0} vuole essere tuo amico"; +$a->strings["{0} sent you a message"] = "{0} ti ha inviato un messaggio"; +$a->strings["{0} requested registration"] = "{0} chiede la registrazione"; +$a->strings["Poke/Prod"] = "Tocca/Pungola"; +$a->strings["poke, prod or do other things to somebody"] = "tocca, pungola o fai altre cose a qualcuno"; +$a->strings["Recipient"] = "Destinatario"; +$a->strings["Choose what you wish to do to recipient"] = "Scegli cosa vuoi fare al destinatario"; +$a->strings["Make this post private"] = "Rendi questo post privato"; +$a->strings["Only logged in users are permitted to perform a probing."] = "Solo agli utenti loggati è permesso effettuare un probe."; +$a->strings["Image uploaded but image cropping failed."] = "L'immagine è stata caricata, ma il non è stato possibile ritagliarla."; +$a->strings["Image size reduction [%s] failed."] = "Il ridimensionamento dell'immagine [%s] è fallito."; +$a->strings["Shift-reload the page or clear browser cache if the new photo does not display immediately."] = "Ricarica la pagina con shift+F5 o cancella la cache del browser se la nuova foto non viene mostrata immediatamente."; +$a->strings["Unable to process image"] = "Impossibile elaborare l'immagine"; +$a->strings["Image exceeds size limit of %s"] = "La dimensione dell'immagine supera il limite di %s"; +$a->strings["Unable to process image."] = "Impossibile caricare l'immagine."; +$a->strings["Upload File:"] = "Carica un file:"; +$a->strings["Select a profile:"] = "Seleziona un profilo:"; +$a->strings["or"] = "o"; +$a->strings["skip this step"] = "salta questo passaggio"; +$a->strings["select a photo from your photo albums"] = "seleziona una foto dai tuoi album"; +$a->strings["Crop Image"] = "Ritaglia immagine"; +$a->strings["Please adjust the image cropping for optimum viewing."] = "Ritaglia l'immagine per una visualizzazione migliore."; +$a->strings["Done Editing"] = "Finito"; +$a->strings["Image uploaded successfully."] = "Immagine caricata con successo."; +$a->strings["Image upload failed."] = "Caricamento immagine fallito."; +$a->strings["Permission denied"] = "Permesso negato"; +$a->strings["Invalid profile identifier."] = "Identificativo del profilo non valido."; +$a->strings["Profile Visibility Editor"] = "Modifica visibilità del profilo"; +$a->strings["Click on a contact to add or remove."] = "Clicca su un contatto per aggiungerlo o rimuoverlo."; +$a->strings["Visible To"] = "Visibile a"; +$a->strings["All Contacts (with secure profile access)"] = "Tutti i contatti (con profilo ad accesso sicuro)"; +$a->strings["Account approved."] = "Account approvato."; +$a->strings["Registration revoked for %s"] = "Registrazione revocata per %s"; +$a->strings["Please login."] = "Accedi."; +$a->strings["Remove My Account"] = "Rimuovi il mio account"; +$a->strings["This will completely remove your account. Once this has been done it is not recoverable."] = "Questo comando rimuoverà completamente il tuo account. Una volta rimosso non potrai più recuperarlo."; +$a->strings["Please enter your password for verification:"] = "Inserisci la tua password per verifica:"; $a->strings["Remove term"] = "Rimuovi termine"; +$a->strings["Saved Searches"] = "Ricerche salvate"; $a->strings["Only logged in users are permitted to perform a search."] = "Solo agli utenti autenticati è permesso eseguire ricerche."; $a->strings["Too Many Requests"] = "Troppe richieste"; $a->strings["Only one search per minute is permitted for not logged in users."] = "Solo una ricerca al minuto è permessa agli utenti non autenticati."; +$a->strings["No results."] = "Nessun risultato."; $a->strings["Items tagged with: %s"] = "Elementi taggati con: %s"; -$a->strings["Results for: %s"] = "Risultati per: %s"; -$a->strings["Contact wasn't found or can't be unfollowed."] = ""; -$a->strings["Contact unfollowed"] = ""; -$a->strings["You aren't a friend of this contact."] = "Non sei un amico di questo contatto"; -$a->strings["Unfollowing is currently not supported by your network."] = ""; -$a->strings["Disconnect/Unfollow"] = "Disconnetti/Non Seguire"; +$a->strings["%1\$s is following %2\$s's %3\$s"] = "%1\$s sta seguendo %3\$s di %2\$s"; +$a->strings["Tag removed"] = "Tag rimosso"; +$a->strings["Remove Item Tag"] = "Rimuovi il tag"; +$a->strings["Select a tag to remove: "] = "Seleziona un tag da rimuovere: "; +$a->strings["Export account"] = "Esporta account"; +$a->strings["Export your account info and contacts. Use this to make a backup of your account and/or to move it to another server."] = "Esporta le informazioni del tuo account e dei contatti. Usa questa funzione per fare un backup del tuo account o per spostarlo in un altro server."; +$a->strings["Export all"] = "Esporta tutto"; +$a->strings["Export your accout info, contacts and all your items as json. Could be a very big file, and could take a lot of time. Use this to make a full backup of your account (photos are not exported)"] = "Esporta le informazioni del tuo account, i tuoi contatti e tutti i tuoi elementi in json. Può diventare un file veramente molto grosso e metterci un sacco di tempo. Usa questa funzione per fare un backup completo del tuo account (le foto non sono esportate)"; +$a->strings["Export personal data"] = "Esporta dati personali"; +$a->strings["No contacts."] = "Nessun contatto."; +$a->strings["Access denied."] = "Accesso negato."; +$a->strings["Wall Photos"] = "Foto della bacheca"; +$a->strings["Number of daily wall messages for %s exceeded. Message failed."] = "Numero giornaliero di messaggi per %s superato. Invio fallito."; +$a->strings["No recipient selected."] = "Nessun destinatario selezionato."; +$a->strings["Unable to check your home location."] = "Impossibile controllare la tua posizione di origine."; +$a->strings["Message could not be sent."] = "Il messaggio non può essere inviato."; +$a->strings["Message collection failure."] = "Errore recuperando il messaggio."; +$a->strings["Message sent."] = "Messaggio inviato."; +$a->strings["No recipient."] = "Nessun destinatario."; +$a->strings["Send Private Message"] = "Invia un messaggio privato"; +$a->strings["If you wish for %s to respond, please check that the privacy settings on your site allow private mail from unknown senders."] = "Se vuoi che %s ti risponda, controlla che le tue impostazioni di privacy permettano la ricezione di messaggi privati da mittenti sconosciuti."; +$a->strings["To:"] = "A:"; +$a->strings["Subject:"] = "Oggetto:"; +$a->strings["Unable to locate original post."] = "Impossibile trovare il messaggio originale."; +$a->strings["Empty post discarded."] = "Messaggio vuoto scartato."; +$a->strings["This message was sent to you by %s, a member of the Friendica social network."] = "Questo messaggio ti è stato inviato da %s, un membro del social network Friendica."; +$a->strings["You may visit them online at %s"] = "Puoi visitarli online su %s"; +$a->strings["Please contact the sender by replying to this post if you do not wish to receive these messages."] = "Contatta il mittente rispondendo a questo post se non vuoi ricevere questi messaggi."; +$a->strings["%s posted an update."] = "%s ha inviato un aggiornamento."; +$a->strings["Registration successful. Please check your email for further instructions."] = "Registrazione completata. Controlla la tua mail per ulteriori informazioni."; +$a->strings["Failed to send email message. Here your accout details:
    login: %s
    password: %s

    You can change your password after login."] = "Si è verificato un errore inviando l'email. I dettagli del tuo account:
    login: %s
    password: %s

    Puoi cambiare la password dopo il login."; +$a->strings["Registration successful."] = "Registrazione completata."; +$a->strings["Your registration can not be processed."] = "La tua registrazione non puo' essere elaborata."; +$a->strings["Your registration is pending approval by the site owner."] = "La tua richiesta è in attesa di approvazione da parte del proprietario del sito."; +$a->strings["You may (optionally) fill in this form via OpenID by supplying your OpenID and clicking 'Register'."] = "Se vuoi, puoi riempire questo modulo tramite OpenID, inserendo il tuo OpenID e cliccando 'Registra'."; +$a->strings["If you are not familiar with OpenID, please leave that field blank and fill in the rest of the items."] = "Se non hai familiarità con OpenID, lascia il campo vuoto e riempi il resto della maschera."; +$a->strings["Your OpenID (optional): "] = "Il tuo OpenID (opzionale): "; +$a->strings["Include your profile in member directory?"] = "Includi il tuo profilo nell'elenco pubblico?"; +$a->strings["Note for the admin"] = "Nota per l'amministratore"; +$a->strings["Leave a message for the admin, why you want to join this node"] = "Lascia un messaggio per l'amministratore, per esempio perché vuoi registrarti su questo nodo"; +$a->strings["Membership on this site is by invitation only."] = "La registrazione su questo sito è solo su invito."; +$a->strings["Your invitation code: "] = "Il tuo codice di invito:"; +$a->strings["Registration"] = "Registrazione"; +$a->strings["Your Full Name (e.g. Joe Smith, real or real-looking): "] = "Il tuo nome completo (es. Mario Rossi, vero o che sembri vero): "; +$a->strings["Your Email Address: (Initial information will be send there, so this has to be an existing address.)"] = "Il tuo indirizzo email: (Le informazioni iniziali verranno inviate lì, quindi questo deve essere un indirizzo esistente.)"; +$a->strings["New Password:"] = "Nuova password:"; +$a->strings["Leave empty for an auto generated password."] = "Lascia vuoto per generare automaticamente una password."; +$a->strings["Confirm:"] = "Conferma:"; +$a->strings["Choose a profile nickname. This must begin with a text character. Your profile address on this site will then be 'nickname@%s'."] = "Scegli un nome utente. Deve cominciare con una lettera. L'indirizzo del tuo profilo sarà 'soprannome@%s'."; +$a->strings["Choose a nickname: "] = "Scegli un nome utente: "; +$a->strings["Register"] = "Registrati"; +$a->strings["Import your profile to this friendica instance"] = "Importa il tuo profilo in questo server friendica"; $a->strings["Theme settings updated."] = "Impostazioni del tema aggiornate."; +$a->strings["Information"] = "Informazioni"; +$a->strings["Overview"] = "Panoramica"; +$a->strings["Federation Statistics"] = "Statistiche sulla Federazione"; +$a->strings["Configuration"] = "Configurazione"; $a->strings["Site"] = "Sito"; $a->strings["Users"] = "Utenti"; -$a->strings["Plugins"] = "Plugin"; +$a->strings["Addons"] = "Addons"; $a->strings["Themes"] = "Temi"; $a->strings["Additional features"] = "Funzionalità aggiuntive"; +$a->strings["Database"] = "Database"; $a->strings["DB updates"] = "Aggiornamenti Database"; $a->strings["Inspect Queue"] = "Ispeziona Coda di invio"; +$a->strings["Tools"] = "Strumenti"; +$a->strings["Contact Blocklist"] = "Blocklist Contatti"; $a->strings["Server Blocklist"] = "Server Blocklist"; -$a->strings["Federation Statistics"] = "Statistiche sulla Federazione"; $a->strings["Delete Item"] = "Rimuovi elemento"; $a->strings["Logs"] = "Log"; $a->strings["View Logs"] = "Vedi i log"; +$a->strings["Diagnostics"] = "Diagnostiche"; +$a->strings["PHP Info"] = "Info PHP"; $a->strings["probe address"] = "controlla indirizzo"; $a->strings["check webfinger"] = "verifica webfinger"; -$a->strings["Plugin Features"] = "Impostazioni Plugins"; -$a->strings["diagnostics"] = "diagnostiche"; +$a->strings["Admin"] = "Amministrazione"; +$a->strings["Addon Features"] = "Funzioni Addon"; $a->strings["User registrations waiting for confirmation"] = "Utenti registrati in attesa di conferma"; $a->strings["The blocked domain"] = "Il dominio bloccato"; $a->strings["The reason why you blocked this domain."] = "Le ragioni per cui blocchi questo dominio."; @@ -1204,48 +1030,67 @@ $a->strings["Delete entry from blocklist"] = "Elimina voce dalla blocklist"; $a->strings["Delete entry from blocklist?"] = "Eliminare la voce dalla blocklist?"; $a->strings["Server added to blocklist."] = "Server aggiunto alla blocklist."; $a->strings["Site blocklist updated."] = "Blocklist del sito aggiornata."; +$a->strings["The contact has been blocked from the node"] = "Il contatto è stato bloccato dal nodo"; +$a->strings["Could not find any contact entry for this URL (%s)"] = "Impossibile trovare contatti a questo URL (%s)"; +$a->strings["%s contact unblocked"] = [ + 0 => "%s contatto sbloccato", + 1 => "%s contatti sbloccati", +]; +$a->strings["Remote Contact Blocklist"] = "Blocklist Contatti Remoti"; +$a->strings["This page allows you to prevent any message from a remote contact to reach your node."] = "Questa pagina ti permette di impedire che qualsiasi messaggio da un contatto remoto raggiunga il tuo nodo."; +$a->strings["Block Remote Contact"] = "Blocca Contatto Remoto"; +$a->strings["select all"] = "seleziona tutti"; +$a->strings["select none"] = "seleziona niente"; +$a->strings["No remote contact is blocked from this node."] = "Nessun contatto remoto è bloccato da questo nodo."; +$a->strings["Blocked Remote Contacts"] = "Contatti Remoti Bloccati"; +$a->strings["Block New Remote Contact"] = "Blocca Nuovo Contatto Remoto"; +$a->strings["Photo"] = "Foto"; +$a->strings["%s total blocked contact"] = [ + 0 => "%scontatto bloccato totale", + 1 => "%scontatti bloccati totali", +]; +$a->strings["URL of the remote contact to block."] = "URL del contatto remoto da bloccare."; $a->strings["Delete this Item"] = "Rimuovi questo elemento"; -$a->strings["On this page you can delete an item from your node. If the item is a top level posting, the entire thread will be deleted."] = ""; -$a->strings["You need to know the GUID of the item. You can find it e.g. by looking at the display URL. The last part of http://example.com/display/123456 is the GUID, here 123456."] = ""; -$a->strings["GUID"] = ""; -$a->strings["The GUID of the item you want to delete."] = ""; -$a->strings["Item marked for deletion."] = ""; +$a->strings["On this page you can delete an item from your node. If the item is a top level posting, the entire thread will be deleted."] = "Su questa pagina puoi cancellare un qualsiasi elemento dal tuo nodo. Se l'elemento è un post \"top\", l'intera discussione sarà cancellato."; +$a->strings["You need to know the GUID of the item. You can find it e.g. by looking at the display URL. The last part of http://example.com/display/123456 is the GUID, here 123456."] = "Serve il GUID dell'elemento. Lo puoi trovare, per esempio, guardando l'URL display: l'ultima parte di http://example.com/display/123456 è il GUID, qui 123456."; +$a->strings["GUID"] = "GUID"; +$a->strings["The GUID of the item you want to delete."] = "Il GUID dell'elemento che vuoi cancellare."; +$a->strings["Item marked for deletion."] = "Elemento selezionato per l'eliminazione."; $a->strings["unknown"] = "sconosciuto"; $a->strings["This page offers you some numbers to the known part of the federated social network your Friendica node is part of. These numbers are not complete but only reflect the part of the network your node is aware of."] = "Questa pagina offre alcuni numeri riguardo la porzione del social network federato di cui il tuo nodo Friendica fa parte. Questi numeri non sono completi ma riflettono esclusivamente la porzione di rete di cui il tuo nodo e' a conoscenza."; $a->strings["The Auto Discovered Contact Directory feature is not enabled, it will improve the data displayed here."] = "La funzione Elenco Contatti Scoperto Automaticamente non è abilitata, migliorerà i dati visualizzati qui."; -$a->strings["Currently this node is aware of %d nodes from the following platforms:"] = "Attualmente questo nodo conosce %d nodi dalle seguenti piattaforme:"; +$a->strings["Currently this node is aware of %d nodes with %d registered users from the following platforms:"] = "Attualmente questo nodo conosce %d nodi con %d utenti registrati dalle seguenti piattaforme:"; $a->strings["ID"] = "ID"; $a->strings["Recipient Name"] = "Nome Destinatario"; $a->strings["Recipient Profile"] = "Profilo Destinatario"; +$a->strings["Network"] = "Rete"; $a->strings["Created"] = "Creato"; $a->strings["Last Tried"] = "Ultimo Tentativo"; $a->strings["This page lists the content of the queue for outgoing postings. These are postings the initial delivery failed for. They will be resend later and eventually deleted if the delivery fails permanently."] = "Questa pagina elenca il contenuto della coda di invio dei post. Questi sono post la cui consegna è fallita. Verranno inviati nuovamente più tardi ed eventualmente cancellati se la consegna continua a fallire."; -$a->strings["Your DB still runs with MyISAM tables. You should change the engine type to InnoDB. As Friendica will use InnoDB only features in the future, you should change this! See here for a guide that may be helpful converting the table engines. You may also use the command php include/dbstructure.php toinnodb of your Friendica installation for an automatic conversion.
    "] = "Il tuo database contiene ancora tabelle MyISAM. Dovresti cambiare il motore a InnoDB. Siccome Friendica userà esclusivamente InnoDB nelle versioni a venire, dovresti cambiarle! Vedi qui per una guida che puo' essere d'aiuto nel convertire il motore delle tabelle. Puoi anche usare il comando php include/dbstructure.php toinnodb nella tua installazione Friendica per eseguire la conversione automaticamente.
    "; -$a->strings["There is a new version of Friendica available for download. Your current version is %1\$s, upstream version is %2\$s"] = ""; -$a->strings["The database update failed. Please run \"php include/dbstructure.php update\" from the command line and have a look at the errors that might appear."] = ""; -$a->strings["The worker was never executed. Please check your database structure!"] = ""; -$a->strings["The last worker execution was on %s UTC. This is older than one hour. Please check your crontab settings."] = ""; +$a->strings["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 here for a guide that may be helpful converting the table engines. You may also use the command php scripts/dbstructure.php toinnodb of your Friendica installation for an automatic conversion.
    "] = "Il tuo database contiene ancora tabelle MyISAM. Dovresti cambiare il motore a InnoDB. Siccome Friendica userà esclusivamente InnoDB nelle versioni a venire, dovresti cambiarle! Vedi qui per una guida che puo' essere d'aiuto nel convertire il motore delle tabelle. Puoi anche usare il comando php scripts/dbstructure.php toinnodb nella tua installazione Friendica per eseguire la conversione automaticamente.
    "; +$a->strings["There is a new version of Friendica available for download. Your current version is %1\$s, upstream version is %2\$s"] = "È disponibile per il download una nuova versione di Friendica. La tua versione è %1\$s, la versione upstream è %2\$s"; +$a->strings["The database update failed. Please run \"php scripts/dbstructure.php update\" from the command line and have a look at the errors that might appear."] = "L'aggiornamento del database è fallito. Esegui \"php scripts/dbstructure.php update\" dalla riga di comando per poter vedere gli eventuali errori che potrebbero apparire."; +$a->strings["The worker was never executed. Please check your database structure!"] = "Il worker non è mai stato eseguito. Controlla la struttura del tuo database!"; +$a->strings["The last worker execution was on %s UTC. This is older than one hour. Please check your crontab settings."] = "L'ultima esecuzione del worker è stata alle %sUTC, ovvero più di un'ora fa. Controlla le impostazioni del tuo crontab."; $a->strings["Normal Account"] = "Account normale"; -$a->strings["Automatic Follower Account"] = ""; -$a->strings["Public Forum Account"] = ""; +$a->strings["Automatic Follower Account"] = "Account Follower Automatico"; +$a->strings["Public Forum Account"] = "Account Forum Publico"; $a->strings["Automatic Friend Account"] = "Account per amicizia automatizzato"; $a->strings["Blog Account"] = "Account Blog"; -$a->strings["Private Forum Account"] = ""; +$a->strings["Private Forum Account"] = "Account Forum Privato"; $a->strings["Message queues"] = "Code messaggi"; $a->strings["Summary"] = "Sommario"; $a->strings["Registered users"] = "Utenti registrati"; $a->strings["Pending registrations"] = "Registrazioni in attesa"; $a->strings["Version"] = "Versione"; -$a->strings["Active plugins"] = "Plugin attivi"; +$a->strings["Active addons"] = "Addon attivi"; $a->strings["Can not parse base url. Must have at least ://"] = "Impossibile analizzare l'url base. Deve avere almeno [schema]://[dominio]"; $a->strings["Site settings updated."] = "Impostazioni del sito aggiornate."; $a->strings["No special theme for mobile devices"] = "Nessun tema speciale per i dispositivi mobili"; $a->strings["No community page"] = "Nessuna pagina Comunità"; $a->strings["Public postings from users of this site"] = "Messaggi pubblici dagli utenti di questo sito"; -$a->strings["Global community page"] = "Pagina Comunità globale"; -$a->strings["Never"] = "Mai"; -$a->strings["At post arrival"] = "All'arrivo di un messaggio"; -$a->strings["Disabled"] = "Disabilitato"; +$a->strings["Public postings from the federated network"] = "Messaggi pubblici dalla rete federata"; +$a->strings["Public postings from local users and the federated network"] = "Messaggi pubblici dagli utenti di questo sito e dalla rete federata"; $a->strings["Users, Global Contacts"] = "Utenti, Contatti Globali"; $a->strings["Users, Global Contacts/fallback"] = "Utenti, Contatti Globali/fallback"; $a->strings["One month"] = "Un mese"; @@ -1259,12 +1104,10 @@ $a->strings["Open"] = "Aperta"; $a->strings["No SSL policy, links will track page SSL state"] = "Nessuna gestione SSL, i link seguiranno lo stato SSL della pagina"; $a->strings["Force all links to use SSL"] = "Forza tutti i link ad usare SSL"; $a->strings["Self-signed certificate, use SSL for local links only (discouraged)"] = "Certificato auto-firmato, usa SSL solo per i link locali (sconsigliato)"; -$a->strings["Don't check"] = ""; -$a->strings["check the stable version"] = ""; -$a->strings["check the development version"] = ""; -$a->strings["Save Settings"] = "Salva Impostazioni"; -$a->strings["Republish users to directory"] = ""; -$a->strings["Registration"] = "Registrazione"; +$a->strings["Don't check"] = "Non controllare"; +$a->strings["check the stable version"] = "controlla la versione stabile"; +$a->strings["check the development version"] = "controlla la versione di sviluppo"; +$a->strings["Republish users to directory"] = "Ripubblica gli utenti sulla directory"; $a->strings["File upload"] = "Caricamento file"; $a->strings["Policies"] = "Politiche"; $a->strings["Auto Discovered Contact Directory"] = "Elenco Contatti Scoperto Automaticamente"; @@ -1281,7 +1124,7 @@ $a->strings["Link to an icon that will be used for browsers."] = "Link verso un' $a->strings["Touch icon"] = "Icona touch"; $a->strings["Link to an icon that will be used for tablets and mobiles."] = "Link verso un'icona che verrà usata dai tablet e i telefonini."; $a->strings["Additional Info"] = "Informazioni aggiuntive"; -$a->strings["For public servers: you can add additional information here that will be listed at %s/siteinfo."] = "Per server pubblici: puoi aggiungere informazioni extra che verrano mostrate su %s/siteinfo."; +$a->strings["For public servers: you can add additional information here that will be listed at %s/servers."] = "Per server pubblici: puoi aggiungere informazioni extra che verranno mostrate su %s/servers."; $a->strings["System language"] = "Lingua di sistema"; $a->strings["System theme"] = "Tema di sistema"; $a->strings["Default system theme - may be over-ridden by user profiles - change theme settings"] = "Tema di sistema - può essere sovrascritto dalle impostazioni utente - cambia le impostazioni del tema"; @@ -1312,14 +1155,16 @@ $a->strings["Allowed friend domains"] = "Domini amici consentiti"; $a->strings["Comma separated list of domains which are allowed to establish friendships with this site. Wildcards are accepted. Empty to allow any domains"] = "Elenco separato da virgola dei domini che possono stabilire amicizie con questo sito. Sono accettati caratteri jolly. Vuoto per accettare qualsiasi dominio."; $a->strings["Allowed email domains"] = "Domini email consentiti"; $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"] = "Elenco separato da virgola dei domini permessi come indirizzi email in fase di registrazione a questo sito. Sono accettati caratteri jolly. Lascalo vuoto per accettare qualsiasi dominio."; +$a->strings["No OEmbed rich content"] = "Nessun contenuto ricco da OEmbed"; +$a->strings["Don't show the rich content (e.g. embedded PDF), except from the domains listed below."] = "Non mostrare il contenuto ricco (p.e. PDF), tranne che dai domini elencati di seguito."; +$a->strings["Allowed OEmbed domains"] = "Domini OEmbed consentiti"; +$a->strings["Comma separated list of domains which oembed content is allowed to be displayed. Wildcards are accepted."] = "Elenco separato da virgola di domini il cui contenuto OEmbed verrà visualizzato. Sono permesse wildcard."; $a->strings["Block public"] = "Blocca pagine pubbliche"; $a->strings["Check to block public access to all otherwise public personal pages on this site unless you are currently logged in."] = "Seleziona per bloccare l'accesso pubblico a tutte le pagine personali di questo sito, a meno di essere loggato."; $a->strings["Force publish"] = "Forza pubblicazione"; $a->strings["Check to force all profiles on this site to be listed in the site directory."] = "Seleziona per forzare tutti i profili di questo sito ad essere compresi nell'elenco di questo sito."; $a->strings["Global directory URL"] = "URL della directory globale"; $a->strings["URL to the global directory. If this is not set, the global directory is completely unavailable to the application."] = "URL dell'elenco globale. Se vuoto, l'elenco globale sarà completamente disabilitato."; -$a->strings["Allow threaded items"] = "Permetti commenti nidificati"; -$a->strings["Allow infinite level threading for items on this site."] = "Permette un infinito livello di nidificazione dei commenti su questo sito."; $a->strings["Private posts by default for new users"] = "Post privati di default per i nuovi utenti"; $a->strings["Set default post permissions for all new members to the default privacy group rather than public."] = "Imposta i permessi predefiniti dei post per tutti i nuovi utenti come privati per il gruppo predefinito, invece che pubblici."; $a->strings["Don't include post content in email notifications"] = "Non includere il contenuto dei post nelle notifiche via email"; @@ -1336,8 +1181,8 @@ $a->strings["OpenID support"] = "Supporto OpenID"; $a->strings["OpenID support for registration and logins."] = "Supporta OpenID per la registrazione e il login"; $a->strings["Fullname check"] = "Controllo nome completo"; $a->strings["Force users to register with a space between firstname and lastname in Full name, as an antispam measure"] = "Forza gli utenti a registrarsi con uno spazio tra il nome e il cognome in \"Nome completo\", come misura anti spam"; -$a->strings["Community Page Style"] = "Stile pagina Comunità"; -$a->strings["Type of community page to show. 'Global community' shows every public posting from an open distributed network that arrived on this server."] = "Tipo di pagina Comunità da mostrare. 'Comunità Globale' mostra tutti i messaggi pubblici arrivati su questo server da network aperti distribuiti."; +$a->strings["Community pages for visitors"] = "Pagina comunità per i visitatori"; +$a->strings["Which community pages should be available for visitors. Local users always see both pages."] = "Quale pagina comunità verrà mostrata ai visitatori. Gli utenti locali vedranno sempre entrambe le pagine."; $a->strings["Posts per user on community page"] = "Messaggi per utente nella pagina Comunità"; $a->strings["The maximum number of posts per user on the community page. (Not valid for 'Global Community')"] = "Il numero massimo di messaggi per utente mostrato nella pagina Comunità (non valido per 'Comunità globale')"; $a->strings["Enable OStatus support"] = "Abilita supporto OStatus"; @@ -1361,7 +1206,7 @@ $a->strings["Maximum system load before delivery and poll processes are deferred $a->strings["Maximum Load Average (Frontend)"] = "Media Massimo Carico (Frontend)"; $a->strings["Maximum system load before the frontend quits service - default 50."] = "Massimo carico di sistema prima che il frontend fermi il servizio - default 50."; $a->strings["Minimal Memory"] = "Memoria Minima"; -$a->strings["Minimal free memory in MB for the poller. Needs access to /proc/meminfo - default 0 (deactivated)."] = "Minima memoria libera in MB per il poller. Necessita di avere accesso a /proc/meminfo - default 0 (disabilitato)."; +$a->strings["Minimal free memory in MB for the worker. Needs access to /proc/meminfo - default 0 (deactivated)."] = "Minima memoria libera in MB per il worker. Necessita di avere accesso a /proc/meminfo - default 0 (disabilitato)."; $a->strings["Maximum table size for optimization"] = "Dimensione massima della tabella per l'ottimizzazione"; $a->strings["Maximum table size (in MB) for the automatic optimization - default 100 MB. Enter -1 to disable it."] = "La dimensione massima (in MB) per l'ottimizzazione automatica - default 100 MB. Inserisci -1 per disabilitarlo."; $a->strings["Minimum level of fragmentation"] = "Livello minimo di frammentazione"; @@ -1378,8 +1223,8 @@ $a->strings["Search the local directory"] = "Cerca la directory locale"; $a->strings["Search the local directory instead of the global directory. When searching locally, every search will be executed on the global directory in the background. This improves the search results when the search is repeated."] = "Cerca nella directory locale invece che nella directory globale. Durante la ricerca a livello locale, ogni ricerca verrà eseguita sulla directory globale in background. Ciò migliora i risultati della ricerca quando la ricerca viene ripetuta."; $a->strings["Publish server information"] = "Pubblica informazioni server"; $a->strings["If enabled, general server and usage data will be published. The data contains the name and version of the server, number of users with public profiles, number of posts and the activated protocols and connectors. See the-federation.info for details."] = "Se abilitata, saranno pubblicati i dati generali del server e i dati di utilizzo. I dati contengono il nome e la versione del server, il numero di utenti con profili pubblici, numero dei posti e dei protocolli e connettori attivati. Per informazioni, vedere the-federation.info ."; -$a->strings["Check upstream version"] = ""; -$a->strings["Enables checking for new Friendica versions at github. If there is a new version, you will be informed in the admin panel overview."] = ""; +$a->strings["Check upstream version"] = "Controlla versione upstream"; +$a->strings["Enables checking for new Friendica versions at github. If there is a new version, you will be informed in the admin panel overview."] = "Abilita il controllo di nuove versioni di Friendica su Github. Se sono disponibili nuove versioni, ne sarai informato nel pannello Panoramica dell'amministrazione."; $a->strings["Suppress Tags"] = "Sopprimi Tags"; $a->strings["Suppress showing a list of hashtags at the end of the posting."] = "Non mostra la lista di hashtag in coda al messaggio"; $a->strings["Path to item cache"] = "Percorso cache elementi"; @@ -1397,17 +1242,17 @@ $a->strings["The picture proxy increases performance and privacy. It shouldn't b $a->strings["Only search in tags"] = "Cerca solo nei tag"; $a->strings["On large systems the text search can slow down the system extremely."] = "Su server con molti dati, la ricerca nel testo può estremamente rallentare il sistema."; $a->strings["New base url"] = "Nuovo url base"; -$a->strings["Change base url for this server. Sends relocate message to all Friendica and Diaspora* contacts of all users."] = ""; +$a->strings["Change base url for this server. Sends relocate message to all Friendica and Diaspora* contacts of all users."] = "Cambia l'URL base di questo server. Invia il messaggio di trasloco a tutti i contatti Friendica e Diaspora* di tutti gli utenti."; $a->strings["RINO Encryption"] = "Crittografia RINO"; $a->strings["Encryption layer between nodes."] = "Crittografia delle comunicazioni tra nodi."; $a->strings["Maximum number of parallel workers"] = "Massimo numero di lavori in parallelo"; $a->strings["On shared hosters set this to 2. On larger systems, values of 10 are great. Default value is 4."] = "Su host condivisi imposta a 2. Su sistemi più grandi, valori fino a 10 vanno bene. Il valore di default è 4."; $a->strings["Don't use 'proc_open' with the worker"] = "Non usare 'proc_open' con il worker"; -$a->strings["Enable this if your system doesn't allow the use of 'proc_open'. This can happen on shared hosters. If this is enabled you should increase the frequency of poller calls in your crontab."] = "Abilita se il tuo sistema non consente l'utilizzo di 'proc_open'. Può succedere con gli hosting condivisi. Se abiliti questa opzione, dovresti aumentare la frequenza delle chiamate al poller nel tuo crontab."; +$a->strings["Enable this if your system doesn't allow the use of 'proc_open'. This can happen on shared hosters. If this is enabled you should increase the frequency of worker calls in your crontab."] = "Abilita se il tuo sistema non consente l'utilizzo di 'proc_open'. Può succedere con gli hosting condivisi. Se abiliti questa opzione, dovresti aumentare la frequenza delle chiamate al worker nel tuo crontab."; $a->strings["Enable fastlane"] = "Abilita fastlane"; $a->strings["When enabed, the fastlane mechanism starts an additional worker if processes with higher priority are blocked by processes of lower priority."] = "Quando abilitato, il meccanismo di fastlane avvia processi aggiuntivi se processi con priorità più alta sono bloccati da processi con priorità più bassa."; $a->strings["Enable frontend worker"] = "Abilita worker da frontend"; -$a->strings["When enabled the Worker process is triggered when backend access is performed (e.g. messages being delivered). On smaller sites you might want to call %s/worker on a regular basis via an external cron job. You should only enable this option if you cannot utilize cron/scheduled jobs on your server."] = ""; +$a->strings["When enabled the Worker process is triggered when backend access is performed \\x28e.g. messages being delivered\\x29. On smaller sites you might want to call %s/worker on a regular basis via an external cron job. You should only enable this option if you cannot utilize cron/scheduled jobs on your server."] = "Quando abilitato, il processo è avviato quando viene eseguito un accesso al backend (per esempio, quando un messaggio viene consegnato). Su siti più piccoli potresti voler chiamare %s/worker regolarmente attraverso un cron esterno. Dovresti abilitare questa opzione solo se non puoi impostare esecuzioni pianificate sul tuo server. "; $a->strings["Update has been marked successful"] = "L'aggiornamento è stato segnato come di successo"; $a->strings["Database structure update %s was successfully applied."] = "Aggiornamento struttura database %s applicata con successo."; $a->strings["Executing of database structure update %s failed with error: %s"] = "Aggiornamento struttura database %s fallita con errore: %s"; @@ -1423,6 +1268,7 @@ $a->strings["Mark success (if update was manually applied)"] = "Segna completato $a->strings["Attempt to execute this update step automatically"] = "Cerco di eseguire questo aggiornamento in automatico"; $a->strings["\n\t\t\tDear %1\$s,\n\t\t\t\tthe administrator of %2\$s has set up an account for you."] = "\nGentile %1\$s,\n l'amministratore di %2\$s ha impostato un account per te."; $a->strings["\n\t\t\tThe login details are as follows:\n\n\t\t\tSite Location:\t%1\$s\n\t\t\tLogin Name:\t\t%2\$s\n\t\t\tPassword:\t\t%3\$s\n\n\t\t\tYou may change your password from your account \"Settings\" page after logging\n\t\t\tin.\n\n\t\t\tPlease take a few moments to review the other account settings on that page.\n\n\t\t\tYou may also wish to add some basic information to your default profile\n\t\t\t(on the \"Profiles\" page) so that other people can easily find you.\n\n\t\t\tWe recommend setting your full name, adding a profile photo,\n\t\t\tadding some profile \"keywords\" (very useful in making new friends) - and\n\t\t\tperhaps what country you live in; if you do not wish to be more specific\n\t\t\tthan that.\n\n\t\t\tWe fully respect your right to privacy, and none of these items are necessary.\n\t\t\tIf you are new and do not know anybody here, they may help\n\t\t\tyou to make some new and interesting friends.\n\n\t\t\tThank you and welcome to %4\$s."] = "\nI dettagli del tuo utente sono:\n Indirizzo del sito: %1\$s\n Nome utente: %2\$s\n Password: %3\$s\n\nPuoi cambiare la tua password dalla pagina delle impostazioni del tuo account dopo esserti autenticato.\n\nPer favore, prenditi qualche momento per esaminare tutte le impostazioni presenti.\n\nPotresti voler aggiungere qualche informazione di base al tuo profilo predefinito (nella pagina \"Profili\"), così che le altre persone possano trovarti più facilmente.\n\nTi raccomandiamo di inserire il tuo nome completo, aggiungere una foto, aggiungere qualche parola chiave del profilo (molto utili per trovare nuovi contatti), e magari in quale nazione vivi, se non vuoi essere più specifico di così.\n\nNoi rispettiamo appieno la tua privacy, e nessuna di queste informazioni è necessaria o obbligatoria.\nSe sei nuovo e non conosci nessuno qui, possono aiutarti a trovare qualche nuovo e interessante contatto.\n\nGrazie e benvenuto su %4\$s"; +$a->strings["Registration details for %s"] = "Dettagli della registrazione di %s"; $a->strings["%s user blocked/unblocked"] = [ 0 => "%s utente bloccato/sbloccato", 1 => "%s utenti bloccati/sbloccati", @@ -1434,20 +1280,18 @@ $a->strings["%s user deleted"] = [ $a->strings["User '%s' deleted"] = "Utente '%s' cancellato"; $a->strings["User '%s' unblocked"] = "Utente '%s' sbloccato"; $a->strings["User '%s' blocked"] = "Utente '%s' bloccato"; +$a->strings["Email"] = "Email"; $a->strings["Register date"] = "Data registrazione"; $a->strings["Last login"] = "Ultimo accesso"; $a->strings["Last item"] = "Ultimo elemento"; $a->strings["Account"] = "Account"; $a->strings["Add User"] = "Aggiungi utente"; -$a->strings["select all"] = "seleziona tutti"; $a->strings["User registrations waiting for confirm"] = "Richieste di registrazione in attesa di conferma"; $a->strings["User waiting for permanent deletion"] = "Utente in attesa di cancellazione definitiva"; $a->strings["Request date"] = "Data richiesta"; $a->strings["No registrations."] = "Nessuna registrazione."; $a->strings["Note from the user"] = "Nota dall'utente"; $a->strings["Deny"] = "Nega"; -$a->strings["Block"] = "Blocca"; -$a->strings["Unblock"] = "Sblocca"; $a->strings["Site admin"] = "Amministrazione sito"; $a->strings["Account expired"] = "Account scaduto"; $a->strings["New User"] = "Nuovo Utente"; @@ -1458,19 +1302,19 @@ $a->strings["Name of the new user."] = "Nome del nuovo utente."; $a->strings["Nickname"] = "Nome utente"; $a->strings["Nickname of the new user."] = "Nome utente del nuovo utente."; $a->strings["Email address of the new user."] = "Indirizzo Email del nuovo utente."; -$a->strings["Plugin %s disabled."] = "Plugin %s disabilitato."; -$a->strings["Plugin %s enabled."] = "Plugin %s abilitato."; +$a->strings["Addon %s disabled."] = "Addon %s disabilitato."; +$a->strings["Addon %s enabled."] = "Addon %s abilitato."; $a->strings["Disable"] = "Disabilita"; $a->strings["Enable"] = "Abilita"; $a->strings["Toggle"] = "Inverti"; $a->strings["Author: "] = "Autore: "; $a->strings["Maintainer: "] = "Manutentore: "; -$a->strings["Reload active plugins"] = "Ricarica i plugin attivi"; -$a->strings["There are currently no plugins available on your node. You can find the official plugin repository at %1\$s and might find other interesting plugins in the open plugin registry at %2\$s"] = "Non sono disponibili componenti aggiuntivi sul tuo nodo. Puoi trovare il repository ufficiale dei plugin su %1\$s e potresti trovare altri plugin interessanti nell'open plugin repository su %2\$s"; +$a->strings["Reload active addons"] = "Ricarica addon attivi."; +$a->strings["There are currently no addons available on your node. You can find the official addon repository at %1\$s and might find other interesting addons in the open addon registry at %2\$s"] = "Non sono disponibili componenti aggiuntivi sul tuo nodo. Puoi trovare il repository ufficiale degli addon su %1\$s e potresti trovare altri addon interessanti nell'open addon repository su %2\$s"; $a->strings["No themes found."] = "Nessun tema trovato."; $a->strings["Screenshot"] = "Anteprima"; $a->strings["Reload active themes"] = "Ricarica i temi attivi"; -$a->strings["No themes found on the system. They should be paced in %1\$s"] = "Non sono stati trovati temi sul tuo sistema. Dovrebbero essere in %1\$s"; +$a->strings["No themes found on the system. They should be placed in %1\$s"] = "Non sono stati trovati temi sul tuo sistema. Dovrebbero essere in %1\$s"; $a->strings["[Experimental]"] = "[Sperimentale]"; $a->strings["[Unsupported]"] = "[Non supportato]"; $a->strings["Log settings updated."] = "Impostazioni Log aggiornate."; @@ -1483,138 +1327,96 @@ $a->strings["Must be writable by web server. Relative to your Friendica top-leve $a->strings["Log level"] = "Livello di Log"; $a->strings["PHP logging"] = "Log PHP"; $a->strings["To enable logging of PHP errors and warnings you can add the following to the .htconfig.php file of your installation. The filename set in the 'error_log' line is relative to the friendica top-level directory and must be writeable by the web server. The option '1' for 'log_errors' and 'display_errors' is to enable these options, set to '0' to disable them."] = "Per abilitare il log degli errori e degli avvisi di PHP puoi aggiungere le seguenti righe al file .htconfig.php nella tua installazione. La posizione del file impostato in 'error_log' è relativa alla directory principale della tua installazione Friendica e il server web deve avere i permessi di scrittura sul file. Il valore '1' per 'log_errors' e 'display_errors' abilita le opzioni, imposta '0' per disabilitarle."; +$a->strings["Error trying to open %1\$s log file.\\r\\n
    Check to see if file %1\$s exist and is readable."] = "Errore aprendo il file di log %1\$s. Controlla che il file %1\$s esista e sia leggibile."; +$a->strings["Couldn't open %1\$s log file.\\r\\n
    Check to see if file %1\$s is readable."] = "Non posso aprire il file di log %1\$s . Controlla che il file %1\$s esista e sia leggibile."; $a->strings["Off"] = "Spento"; $a->strings["On"] = "Acceso"; $a->strings["Lock feature %s"] = "Blocca funzionalità %s"; $a->strings["Manage Additional Features"] = "Gestisci Funzionalità Aggiuntive"; -$a->strings["%d contact edited."] = [ - 0 => "%d contatto modificato.", - 1 => "%d contatti modificati", -]; -$a->strings["Could not access contact record."] = "Non è possibile accedere al contatto."; -$a->strings["Could not locate selected profile."] = "Non riesco a trovare il profilo selezionato."; -$a->strings["Contact updated."] = "Contatto aggiornato."; -$a->strings["Contact has been blocked"] = "Il contatto è stato bloccato"; -$a->strings["Contact has been unblocked"] = "Il contatto è stato sbloccato"; -$a->strings["Contact has been ignored"] = "Il contatto è ignorato"; -$a->strings["Contact has been unignored"] = "Il contatto non è più ignorato"; -$a->strings["Contact has been archived"] = "Il contatto è stato archiviato"; -$a->strings["Contact has been unarchived"] = "Il contatto è stato dearchiviato"; -$a->strings["Drop contact"] = "Cancella contatto"; -$a->strings["Do you really want to delete this contact?"] = "Vuoi veramente cancellare questo contatto?"; -$a->strings["Contact has been removed."] = "Il contatto è stato rimosso."; -$a->strings["You are mutual friends with %s"] = "Sei amico reciproco con %s"; -$a->strings["You are sharing with %s"] = "Stai condividendo con %s"; -$a->strings["%s is sharing with you"] = "%s sta condividendo con te"; -$a->strings["Private communications are not available for this contact."] = "Le comunicazioni private non sono disponibili per questo contatto."; -$a->strings["(Update was successful)"] = "(L'aggiornamento è stato completato)"; -$a->strings["(Update was not successful)"] = "(L'aggiornamento non è stato completato)"; -$a->strings["Suggest friends"] = "Suggerisci amici"; -$a->strings["Network type: %s"] = "Tipo di rete: %s"; -$a->strings["Communications lost with this contact!"] = "Comunicazione con questo contatto persa!"; -$a->strings["Fetch further information for feeds"] = "Recupera maggiori informazioni per i feed"; -$a->strings["Fetch information"] = "Recupera informazioni"; -$a->strings["Fetch information and keywords"] = "Recupera informazioni e parole chiave"; -$a->strings["Contact"] = "Contatto"; -$a->strings["Profile Visibility"] = "Visibilità del profilo"; -$a->strings["Please choose the profile you would like to display to %s when viewing your profile securely."] = "Seleziona il profilo che vuoi mostrare a %s quando visita il tuo profilo in modo sicuro."; -$a->strings["Contact Information / Notes"] = "Informazioni / Note sul contatto"; -$a->strings["Their personal note"] = ""; -$a->strings["Edit contact notes"] = "Modifica note contatto"; -$a->strings["Block/Unblock contact"] = "Blocca/Sblocca contatto"; -$a->strings["Ignore contact"] = "Ignora il contatto"; -$a->strings["Repair URL settings"] = "Impostazioni riparazione URL"; -$a->strings["View conversations"] = "Vedi conversazioni"; -$a->strings["Last update:"] = "Ultimo aggiornamento:"; -$a->strings["Update public posts"] = "Aggiorna messaggi pubblici"; -$a->strings["Update now"] = "Aggiorna adesso"; -$a->strings["Unignore"] = "Non ignorare"; -$a->strings["Currently blocked"] = "Bloccato"; -$a->strings["Currently ignored"] = "Ignorato"; -$a->strings["Currently archived"] = "Al momento archiviato"; -$a->strings["Replies/likes to your public posts may still be visible"] = "Risposte ai tuoi post pubblici possono essere comunque visibili"; -$a->strings["Notification for new posts"] = "Notifica per i nuovi messaggi"; -$a->strings["Send a notification of every new post of this contact"] = "Invia una notifica per ogni nuovo messaggio di questo contatto"; -$a->strings["Blacklisted keywords"] = "Parole chiave in blacklist"; -$a->strings["Comma separated list of keywords that should not be converted to hashtags, when \"Fetch information and keywords\" is selected"] = "Lista separata da virgola di parole chiave che non dovranno essere convertite in hashtag, quando \"Recupera informazioni e parole chiave\" è selezionato"; -$a->strings["Actions"] = "Azioni"; -$a->strings["Contact Settings"] = "Impostazioni Contatto"; -$a->strings["Suggestions"] = "Suggerimenti"; -$a->strings["Suggest potential friends"] = "Suggerisci potenziali amici"; -$a->strings["Show all contacts"] = "Mostra tutti i contatti"; -$a->strings["Unblocked"] = "Sbloccato"; -$a->strings["Only show unblocked contacts"] = "Mostra solo contatti non bloccati"; -$a->strings["Blocked"] = "Bloccato"; -$a->strings["Only show blocked contacts"] = "Mostra solo contatti bloccati"; -$a->strings["Ignored"] = "Ignorato"; -$a->strings["Only show ignored contacts"] = "Mostra solo contatti ignorati"; -$a->strings["Archived"] = "Archiviato"; -$a->strings["Only show archived contacts"] = "Mostra solo contatti archiviati"; -$a->strings["Hidden"] = "Nascosto"; -$a->strings["Only show hidden contacts"] = "Mostra solo contatti nascosti"; -$a->strings["Search your contacts"] = "Cerca nei tuoi contatti"; -$a->strings["Update"] = "Aggiorna"; -$a->strings["Archive"] = "Archivia"; -$a->strings["Unarchive"] = "Dearchivia"; -$a->strings["Batch Actions"] = "Azioni Batch"; -$a->strings["View all contacts"] = "Vedi tutti i contatti"; -$a->strings["View all common friends"] = "Vedi tutti gli amici in comune"; -$a->strings["Advanced Contact Settings"] = "Impostazioni avanzate Contatto"; -$a->strings["Mutual Friendship"] = "Amicizia reciproca"; -$a->strings["is a fan of yours"] = "è un tuo fan"; -$a->strings["you are a fan of"] = "sei un fan di"; -$a->strings["Toggle Blocked status"] = "Inverti stato \"Blocca\""; -$a->strings["Toggle Ignored status"] = "Inverti stato \"Ignora\""; -$a->strings["Toggle Archive status"] = "Inverti stato \"Archiviato\""; -$a->strings["Delete contact"] = "Rimuovi contatto"; -$a->strings["Profile not found."] = "Profilo non trovato."; -$a->strings["This may occasionally happen if contact was requested by both persons and it has already been approved."] = "Questo può accadere occasionalmente se la richiesta di contatto era stata inviata da entrambe le persone e già approvata."; -$a->strings["Response from remote site was not understood."] = "Errore di comunicazione con l'altro sito."; -$a->strings["Unexpected response from remote site: "] = "La risposta dell'altro sito non può essere gestita: "; -$a->strings["Confirmation completed successfully."] = "Conferma completata con successo."; -$a->strings["Remote site reported: "] = "Il sito remoto riporta: "; -$a->strings["Temporary failure. Please wait and try again."] = "Problema temporaneo. Attendi e riprova."; -$a->strings["Introduction failed or was revoked."] = "La presentazione ha generato un errore o è stata revocata."; -$a->strings["Unable to set contact photo."] = "Impossibile impostare la foto del contatto."; -$a->strings["No user record found for '%s' "] = "Nessun utente trovato '%s'"; -$a->strings["Our site encryption key is apparently messed up."] = "La nostra chiave di criptazione del sito sembra essere corrotta."; -$a->strings["Empty site URL was provided or URL could not be decrypted by us."] = "E' stato fornito un indirizzo vuoto o non possiamo decrittare l'indirizzo."; -$a->strings["Contact record was not found for you on our site."] = "Il contatto non è stato trovato sul nostro sito."; -$a->strings["Site public key not available in contact record for URL %s."] = "La chiave pubblica del sito non è disponibile per l'URL %s"; -$a->strings["The ID provided by your system is a duplicate on our system. It should work if you try again."] = "L'ID fornito dal tuo sistema è duplicato sul nostro sistema. Se riprovi dovrebbe funzionare."; -$a->strings["Unable to set your contact credentials on our system."] = "Impossibile impostare le credenziali del tuo contatto sul nostro sistema."; -$a->strings["Unable to update your contact profile details on our system"] = "Impossibile aggiornare i dettagli del tuo contatto sul nostro sistema"; -$a->strings["%1\$s has joined %2\$s"] = "%1\$s si è unito a %2\$s"; -$a->strings["People Search - %s"] = "Cerca persone - %s"; -$a->strings["Forum Search - %s"] = "Ricerca Forum - %s"; -$a->strings["Item has been removed."] = "L'oggetto è stato rimosso."; +$a->strings["Source (bbcode) text:"] = "Testo sorgente (bbcode):"; +$a->strings["Source (Diaspora) text to convert to BBcode:"] = "Testo sorgente (da Diaspora) da convertire in BBcode:"; +$a->strings["Source input: "] = "Sorgente:"; +$a->strings["bbcode (raw HTML(: "] = "bbcode (HTML grezzo):"; +$a->strings["bbcode: "] = "bbcode: "; +$a->strings["bbcode => html2bbcode: "] = "bbcode => html2bbcode: "; +$a->strings["bb2diaspora: "] = "bb2diaspora: "; +$a->strings["bb2diaspora => Markdown: "] = "bb2diaspora => Markdown: "; +$a->strings["bb2diaspora => diaspora2bb: "] = "bb2diaspora => diaspora2bb: "; +$a->strings["Source input (Diaspora format): "] = "Sorgente (formato Diaspora):"; +$a->strings["diaspora2bb: "] = "diaspora2bb: "; +$a->strings["Login"] = "Accedi"; +$a->strings["The post was created"] = "Il messaggio è stato creato"; +$a->strings["Community option not available."] = "Opzione Comunità non disponibile"; +$a->strings["Not available."] = "Non disponibile."; +$a->strings["Local Community"] = "Comunità Locale"; +$a->strings["Posts from local users on this server"] = "Messaggi dagli utenti locali su questo sito"; +$a->strings["Global Community"] = "Comunità Globale"; +$a->strings["Posts from users of the whole federated network"] = "Messaggi dagli utenti della rete federata"; +$a->strings["This community stream shows all public posts received by this node. They may not reflect the opinions of this node’s users."] = "Questa pagina comunità mostra tutti i post pubblici ricevuti da questo nodo. Potrebbero non riflettere le opinioni degli utenti di questo nodo."; +$a->strings["Status:"] = "Stato:"; +$a->strings["Homepage:"] = "Homepage:"; +$a->strings["Global Directory"] = "Elenco globale"; +$a->strings["Find on this site"] = "Cerca nel sito"; +$a->strings["Results for:"] = "Risultati per:"; +$a->strings["Site Directory"] = "Elenco del sito"; +$a->strings["No entries (some entries may be hidden)."] = "Nessuna voce (qualche voce potrebbe essere nascosta)."; +$a->strings["Item not found"] = "Oggetto non trovato"; +$a->strings["Edit post"] = "Modifica messaggio"; $a->strings["Event can not end before it has started."] = "Un evento non può finire prima di iniziare."; $a->strings["Event title and start time are required."] = "Titolo e ora di inizio dell'evento sono richiesti."; $a->strings["Create New Event"] = "Crea un nuovo evento"; $a->strings["Event details"] = "Dettagli dell'evento"; $a->strings["Starting date and Title are required."] = "La data di inizio e il titolo sono richiesti."; $a->strings["Event Starts:"] = "L'evento inizia:"; -$a->strings["Required"] = "Richiesto"; $a->strings["Finish date/time is not known or not relevant"] = "La data/ora di fine non è definita"; $a->strings["Event Finishes:"] = "L'evento finisce:"; $a->strings["Adjust for viewer timezone"] = "Visualizza con il fuso orario di chi legge"; $a->strings["Description:"] = "Descrizione:"; $a->strings["Title:"] = "Titolo:"; $a->strings["Share this event"] = "Condividi questo evento"; +$a->strings["Basic"] = "Base"; $a->strings["Failed to remove event"] = "Rimozione evento fallita."; $a->strings["Event removed"] = "Evento rimosso"; $a->strings["Friend suggestion sent."] = "Suggerimento di amicizia inviato."; $a->strings["Suggest Friends"] = "Suggerisci amici"; $a->strings["Suggest a friend for %s"] = "Suggerisci un amico a %s"; -$a->strings["Unable to locate original post."] = "Impossibile trovare il messaggio originale."; -$a->strings["Empty post discarded."] = "Messaggio vuoto scartato."; -$a->strings["System error. Post not saved."] = "Errore di sistema. Messaggio non salvato."; -$a->strings["This message was sent to you by %s, a member of the Friendica social network."] = "Questo messaggio ti è stato inviato da %s, un membro del social network Friendica."; -$a->strings["You may visit them online at %s"] = "Puoi visitarli online su %s"; -$a->strings["Please contact the sender by replying to this post if you do not wish to receive these messages."] = "Contatta il mittente rispondendo a questo post se non vuoi ricevere questi messaggi."; -$a->strings["%s posted an update."] = "%s ha inviato un aggiornamento."; -$a->strings["Mood"] = "Umore"; -$a->strings["Set your current mood and tell your friends"] = "Condividi il tuo umore con i tuoi amici"; +$a->strings["Group created."] = "Gruppo creato."; +$a->strings["Could not create group."] = "Impossibile creare il gruppo."; +$a->strings["Group not found."] = "Gruppo non trovato."; +$a->strings["Group name changed."] = "Il nome del gruppo è cambiato."; +$a->strings["Save Group"] = "Salva gruppo"; +$a->strings["Create a group of contacts/friends."] = "Crea un gruppo di amici/contatti."; +$a->strings["Group Name: "] = "Nome del gruppo:"; +$a->strings["Group removed."] = "Gruppo rimosso."; +$a->strings["Unable to remove group."] = "Impossibile rimuovere il gruppo."; +$a->strings["Delete Group"] = "Elimina Gruppo"; +$a->strings["Group Editor"] = "Modifica gruppo"; +$a->strings["Edit Group Name"] = "Modifica Nome Gruppo"; +$a->strings["Members"] = "Membri"; +$a->strings["Group is empty"] = "Il gruppo è vuoto"; +$a->strings["Remove Contact"] = "Rimuovi Contatto"; +$a->strings["Add Contact"] = "Aggiungi Contatto"; +$a->strings["New Message"] = "Nuovo messaggio"; +$a->strings["Unable to locate contact information."] = "Impossibile trovare le informazioni del contatto."; +$a->strings["Messages"] = "Messaggi"; +$a->strings["Do you really want to delete this message?"] = "Vuoi veramente cancellare questo messaggio?"; +$a->strings["Message deleted."] = "Messaggio eliminato."; +$a->strings["Conversation removed."] = "Conversazione rimossa."; +$a->strings["No messages."] = "Nessun messaggio."; +$a->strings["Message not available."] = "Messaggio non disponibile."; +$a->strings["Delete message"] = "Elimina il messaggio"; +$a->strings["D, d M Y - g:i A"] = "D d M Y - G:i"; +$a->strings["Delete conversation"] = "Elimina la conversazione"; +$a->strings["No secure communications available. You may be able to respond from the sender's profile page."] = "Nessuna comunicazione sicura disponibile, Potresti essere in grado di rispondere dalla pagina del profilo del mittente."; +$a->strings["Send Reply"] = "Invia la risposta"; +$a->strings["Unknown sender - %s"] = "Mittente sconosciuto - %s"; +$a->strings["You and %s"] = "Tu e %s"; +$a->strings["%s and You"] = "%s e Tu"; +$a->strings["%d message"] = [ + 0 => "%d messaggio", + 1 => "%d messaggi", +]; +$a->strings["add"] = "aggiungi"; $a->strings["Warning: This group contains %s member from a network that doesn't allow non public messages."] = [ 0 => "Attenzione: Questo gruppo contiene %s membro da una rete che non permette la ricezione di messaggi non pubblici.", 1 => "Attenzione: Questo gruppo contiene %s membri da reti che non permettono la ricezione di messaggi non pubblici.", @@ -1635,13 +1437,8 @@ $a->strings["Shared Links"] = "Links condivisi"; $a->strings["Interesting Links"] = "Link Interessanti"; $a->strings["Starred"] = "Preferiti"; $a->strings["Favourite Posts"] = "Messaggi preferiti"; -$a->strings["Subscribing to OStatus contacts"] = "Iscrizione a contatti OStatus"; -$a->strings["No contact provided."] = "Nessun contatto disponibile."; -$a->strings["Couldn't fetch information for contact."] = "Non è stato possibile recuperare le informazioni del contatto."; -$a->strings["Couldn't fetch friends for contact."] = "Non è stato possibile recuperare gli amici del contatto."; -$a->strings["success"] = "successo"; -$a->strings["failed"] = "fallito"; -$a->strings["ignored"] = "ignorato"; +$a->strings["Personal Notes"] = "Note personali"; +$a->strings["Photo Albums"] = "Album foto"; $a->strings["Recent Photos"] = "Foto recenti"; $a->strings["Upload New Photos"] = "Carica nuove foto"; $a->strings["everybody"] = "tutti"; @@ -1651,12 +1448,12 @@ $a->strings["Delete Album"] = "Rimuovi album"; $a->strings["Do you really want to delete this photo album and all its photos?"] = "Vuoi davvero cancellare questo album e tutte le sue foto?"; $a->strings["Delete Photo"] = "Rimuovi foto"; $a->strings["Do you really want to delete this photo?"] = "Vuoi veramente cancellare questa foto?"; -$a->strings["%1\$s was tagged in %2\$s by %3\$s"] = "%1\$s è stato taggato in %2\$s da %3\$s"; $a->strings["a photo"] = "una foto"; -$a->strings["Image exceeds size limit of %s"] = "La dimensione dell'immagine supera il limite di %s"; +$a->strings["%1\$s was tagged in %2\$s by %3\$s"] = "%1\$s è stato taggato in %2\$s da %3\$s"; +$a->strings["Image upload didn't complete, please try again"] = "Caricamento dell'immagine non completato. Prova di nuovo."; +$a->strings["Image file is missing"] = "Il file dell'immagine è mancante"; +$a->strings["Server can't accept new file upload at this time, please contact your administrator"] = "Il server non può accettare il caricamento di un nuovo file in questo momento, contattare l'amministratore"; $a->strings["Image file is empty."] = "Il file dell'immagine è vuoto."; -$a->strings["Unable to process image."] = "Impossibile caricare l'immagine."; -$a->strings["Image upload failed."] = "Caricamento immagine fallito."; $a->strings["No photos selected"] = "Nessuna foto selezionata"; $a->strings["Access to this item is restricted."] = "Questo oggetto non è visibile a tutti."; $a->strings["Upload Photos"] = "Carica foto"; @@ -1665,8 +1462,6 @@ $a->strings["or existing album name: "] = "o nome di un album esistente: "; $a->strings["Do not show a status post for this upload"] = "Non creare un post per questo upload"; $a->strings["Show to Groups"] = "Mostra ai gruppi"; $a->strings["Show to Contacts"] = "Mostra ai contatti"; -$a->strings["Private Photo"] = "Foto privata"; -$a->strings["Public Photo"] = "Foto pubblica"; $a->strings["Edit Album"] = "Modifica album"; $a->strings["Show Newest First"] = "Mostra nuove foto per prime"; $a->strings["Show Oldest First"] = "Mostra vecchie foto per prime"; @@ -1687,135 +1482,20 @@ $a->strings["Example: @bob, @Barbara_Jensen, @jim@example.com, #California, #cam $a->strings["Do not rotate"] = "Non ruotare"; $a->strings["Rotate CW (right)"] = "Ruota a destra"; $a->strings["Rotate CCW (left)"] = "Ruota a sinistra"; -$a->strings["Private photo"] = "Foto privata"; -$a->strings["Public photo"] = "Foto pubblica"; $a->strings["I like this (toggle)"] = "Mi piace (clic per cambiare)"; $a->strings["I don't like this (toggle)"] = "Non mi piace (clic per cambiare)"; $a->strings["This is you"] = "Questo sei tu"; $a->strings["Comment"] = "Commento"; $a->strings["Map"] = "Mappa"; $a->strings["View Album"] = "Sfoglia l'album"; -$a->strings["{0} wants to be your friend"] = "{0} vuole essere tuo amico"; -$a->strings["{0} sent you a message"] = "{0} ti ha inviato un messaggio"; -$a->strings["{0} requested registration"] = "{0} chiede la registrazione"; -$a->strings["Poke/Prod"] = "Tocca/Pungola"; -$a->strings["poke, prod or do other things to somebody"] = "tocca, pungola o fai altre cose a qualcuno"; -$a->strings["Recipient"] = "Destinatario"; -$a->strings["Choose what you wish to do to recipient"] = "Scegli cosa vuoi fare al destinatario"; -$a->strings["Make this post private"] = "Rendi questo post privato"; -$a->strings["Image uploaded but image cropping failed."] = "L'immagine è stata caricata, ma il non è stato possibile ritagliarla."; -$a->strings["Image size reduction [%s] failed."] = "Il ridimensionamento dell'immagine [%s] è fallito."; -$a->strings["Shift-reload the page or clear browser cache if the new photo does not display immediately."] = "Ricarica la pagina con shift+F5 o cancella la cache del browser se la nuova foto non viene mostrata immediatamente."; -$a->strings["Unable to process image"] = "Impossibile elaborare l'immagine"; -$a->strings["Upload File:"] = "Carica un file:"; -$a->strings["Select a profile:"] = "Seleziona un profilo:"; -$a->strings["Upload"] = "Carica"; -$a->strings["or"] = "o"; -$a->strings["skip this step"] = "salta questo passaggio"; -$a->strings["select a photo from your photo albums"] = "seleziona una foto dai tuoi album"; -$a->strings["Crop Image"] = "Ritaglia immagine"; -$a->strings["Please adjust the image cropping for optimum viewing."] = "Ritaglia l'immagine per una visualizzazione migliore."; -$a->strings["Done Editing"] = "Finito"; -$a->strings["Image uploaded successfully."] = "Immagine caricata con successo."; -$a->strings["Profile deleted."] = "Profilo eliminato."; -$a->strings["Profile-"] = "Profilo-"; -$a->strings["New profile created."] = "Il nuovo profilo è stato creato."; -$a->strings["Profile unavailable to clone."] = "Impossibile duplicare il profilo."; -$a->strings["Profile Name is required."] = "Il nome profilo è obbligatorio ."; -$a->strings["Marital Status"] = "Stato civile"; -$a->strings["Romantic Partner"] = "Partner romantico"; -$a->strings["Work/Employment"] = "Lavoro/Impiego"; -$a->strings["Religion"] = "Religione"; -$a->strings["Political Views"] = "Orientamento Politico"; -$a->strings["Gender"] = "Sesso"; -$a->strings["Sexual Preference"] = "Preferenza sessuale"; -$a->strings["XMPP"] = "XMPP"; -$a->strings["Homepage"] = "Homepage"; -$a->strings["Interests"] = "Interessi"; -$a->strings["Address"] = "Indirizzo"; -$a->strings["Location"] = "Posizione"; -$a->strings["Profile updated."] = "Profilo aggiornato."; -$a->strings[" and "] = "e "; -$a->strings["public profile"] = "profilo pubblico"; -$a->strings["%1\$s changed %2\$s to “%3\$s”"] = "%1\$s ha cambiato %2\$s in “%3\$s”"; -$a->strings[" - Visit %1\$s's %2\$s"] = "- Visita %2\$s di %1\$s"; -$a->strings["%1\$s has an updated %2\$s, changing %3\$s."] = "%1\$s ha un %2\$s aggiornato. Ha cambiato %3\$s"; -$a->strings["Hide contacts and friends:"] = "Nascondi contatti:"; -$a->strings["Hide your contact/friend list from viewers of this profile?"] = "Nascondi la tua lista di contatti/amici ai visitatori di questo profilo?"; -$a->strings["Show more profile fields:"] = "Mostra più informazioni di profilo:"; -$a->strings["Profile Actions"] = "Azioni Profilo"; -$a->strings["Edit Profile Details"] = "Modifica i dettagli del profilo"; -$a->strings["Change Profile Photo"] = "Cambia la foto del profilo"; -$a->strings["View this profile"] = "Visualizza questo profilo"; -$a->strings["Create a new profile using these settings"] = "Crea un nuovo profilo usando queste impostazioni"; -$a->strings["Clone this profile"] = "Clona questo profilo"; -$a->strings["Delete this profile"] = "Elimina questo profilo"; -$a->strings["Basic information"] = "Informazioni di base"; -$a->strings["Profile picture"] = "Immagine del profilo"; -$a->strings["Preferences"] = "Preferenze"; -$a->strings["Status information"] = "Informazioni stato"; -$a->strings["Additional information"] = "Informazioni aggiuntive"; -$a->strings["Relation"] = "Relazione"; -$a->strings["Your Gender:"] = "Il tuo sesso:"; -$a->strings[" Marital Status:"] = " Stato sentimentale:"; -$a->strings["Example: fishing photography software"] = "Esempio: pesca fotografia programmazione"; -$a->strings["Profile Name:"] = "Nome del profilo:"; -$a->strings["This is your public profile.
    It may be visible to anybody using the internet."] = "Questo è il tuo profilo publico.
    Potrebbe essere visto da chiunque attraverso internet."; -$a->strings["Your Full Name:"] = "Il tuo nome completo:"; -$a->strings["Title/Description:"] = "Breve descrizione (es. titolo, posizione, altro):"; -$a->strings["Street Address:"] = "Indirizzo (via/piazza):"; -$a->strings["Locality/City:"] = "Località:"; -$a->strings["Region/State:"] = "Regione/Stato:"; -$a->strings["Postal/Zip Code:"] = "CAP:"; -$a->strings["Country:"] = "Nazione:"; -$a->strings["Who: (if applicable)"] = "Con chi: (se possibile)"; -$a->strings["Examples: cathy123, Cathy Williams, cathy@example.com"] = "Esempio: cathy123, Cathy Williams, cathy@example.com"; -$a->strings["Since [date]:"] = "Dal [data]:"; -$a->strings["Tell us about yourself..."] = "Raccontaci di te..."; -$a->strings["XMPP (Jabber) address:"] = "Indirizzo XMPP (Jabber):"; -$a->strings["The XMPP address will be propagated to your contacts so that they can follow you."] = "L'indirizzo XMPP verrà propagato ai tuoi contatti così che possano seguirti."; -$a->strings["Homepage URL:"] = "Homepage:"; -$a->strings["Religious Views:"] = "Orientamento religioso:"; -$a->strings["Public Keywords:"] = "Parole chiave visibili a tutti:"; -$a->strings["(Used for suggesting potential friends, can be seen by others)"] = "(E' utilizzato per suggerire potenziali amici, può essere visto da altri)"; -$a->strings["Private Keywords:"] = "Parole chiave private:"; -$a->strings["(Used for searching profiles, never shown to others)"] = "(Usato per cercare tra i profili, non è mai visibile agli altri)"; -$a->strings["Musical interests"] = "Interessi musicali"; -$a->strings["Books, literature"] = "Libri, letteratura"; -$a->strings["Television"] = "Televisione"; -$a->strings["Film/dance/culture/entertainment"] = "Film/danza/cultura/intrattenimento"; -$a->strings["Hobbies/Interests"] = "Hobby/interessi"; -$a->strings["Love/romance"] = "Amore"; -$a->strings["Work/employment"] = "Lavoro/impiego"; -$a->strings["School/education"] = "Scuola/educazione"; -$a->strings["Contact information and Social Networks"] = "Informazioni su contatti e social network"; -$a->strings["Edit/Manage Profiles"] = "Modifica / Gestisci profili"; -$a->strings["Registration successful. Please check your email for further instructions."] = "Registrazione completata. Controlla la tua mail per ulteriori informazioni."; -$a->strings["Failed to send email message. Here your accout details:
    login: %s
    password: %s

    You can change your password after login."] = "Si è verificato un errore inviando l'email. I dettagli del tuo account:
    login: %s
    password: %s

    Puoi cambiare la password dopo il login."; -$a->strings["Registration successful."] = "Registrazione completata."; -$a->strings["Your registration can not be processed."] = "La tua registrazione non puo' essere elaborata."; -$a->strings["Your registration is pending approval by the site owner."] = "La tua richiesta è in attesa di approvazione da parte del proprietario del sito."; -$a->strings["You may (optionally) fill in this form via OpenID by supplying your OpenID and clicking 'Register'."] = "Se vuoi, puoi riempire questo modulo tramite OpenID, inserendo il tuo OpenID e cliccando 'Registra'."; -$a->strings["If you are not familiar with OpenID, please leave that field blank and fill in the rest of the items."] = "Se non hai familiarità con OpenID, lascia il campo vuoto e riempi il resto della maschera."; -$a->strings["Your OpenID (optional): "] = "Il tuo OpenID (opzionale): "; -$a->strings["Include your profile in member directory?"] = "Includi il tuo profilo nell'elenco pubblico?"; -$a->strings["Note for the admin"] = "Nota per l'amministratore"; -$a->strings["Leave a message for the admin, why you want to join this node"] = "Lascia un messaggio per l'amministratore, per esempio perché vuoi registrarti su questo nodo"; -$a->strings["Membership on this site is by invitation only."] = "La registrazione su questo sito è solo su invito."; -$a->strings["Your invitation ID: "] = "L'ID del tuo invito:"; -$a->strings["Your Full Name (e.g. Joe Smith, real or real-looking): "] = "Il tuo nome completo (es. Mario Rossi, vero o che sembri vero): "; -$a->strings["Your Email Address: "] = "Il tuo indirizzo email: "; -$a->strings["New Password:"] = "Nuova password:"; -$a->strings["Leave empty for an auto generated password."] = "Lascia vuoto per generare automaticamente una password."; -$a->strings["Confirm:"] = "Conferma:"; -$a->strings["Choose a profile nickname. This must begin with a text character. Your profile address on this site will then be 'nickname@\$sitename'."] = "Scegli un nome utente. Deve cominciare con una lettera. L'indirizzo del tuo profilo sarà 'soprannome@\$sitename'."; -$a->strings["Choose a nickname: "] = "Scegli un nome utente: "; -$a->strings["Import your profile to this friendica instance"] = "Importa il tuo profilo in questo server friendica"; -$a->strings["Account approved."] = "Account approvato."; -$a->strings["Registration revoked for %s"] = "Registrazione revocata per %s"; -$a->strings["Please login."] = "Accedi."; +$a->strings["Requested profile is not available."] = "Profilo richiesto non disponibile."; +$a->strings["%s's posts"] = "il messaggio di %s"; +$a->strings["%s's comments"] = "il commento di %s"; +$a->strings["%s's timeline"] = "la timeline di %s"; +$a->strings["Tips for New Members"] = "Consigli per i Nuovi Utenti"; $a->strings["Display"] = "Visualizzazione"; $a->strings["Social Networks"] = "Social Networks"; +$a->strings["Delegations"] = "Delegazioni"; $a->strings["Connected apps"] = "Applicazioni collegate"; $a->strings["Remove account"] = "Rimuovi account"; $a->strings["Missing some important data!"] = "Mancano alcuni dati importanti!"; @@ -1823,6 +1503,7 @@ $a->strings["Failed to connect with email account using the settings provided."] $a->strings["Email settings updated."] = "Impostazioni e-mail aggiornate."; $a->strings["Features updated"] = "Funzionalità aggiornate"; $a->strings["Relocate message has been send to your contacts"] = "Il messaggio di trasloco è stato inviato ai tuoi contatti"; +$a->strings["Passwords do not match. Password unchanged."] = "Le password non corrispondono. Password non cambiata."; $a->strings["Empty passwords are not allowed. Password unchanged."] = "Le password non possono essere vuote. Password non cambiata."; $a->strings["Wrong password."] = "Password sbagliata."; $a->strings["Password changed."] = "Password cambiata."; @@ -1830,8 +1511,8 @@ $a->strings["Password update failed. Please try again."] = "Aggiornamento passwo $a->strings[" Please use a shorter name."] = " Usa un nome più corto."; $a->strings[" Name too short."] = " Nome troppo corto."; $a->strings["Wrong Password"] = "Password Sbagliata"; -$a->strings[" Not valid email."] = " Email non valida."; -$a->strings[" Cannot change to that email."] = "Non puoi usare quella email."; +$a->strings["Invalid email."] = "Email non valida."; +$a->strings["Cannot change to that email."] = "Non puoi usare quella email."; $a->strings["Private forum has no privacy permissions. Using default privacy group."] = "Il forum privato non ha permessi di privacy. Uso il gruppo di privacy predefinito."; $a->strings["Private forum has no privacy permissions and no default privacy group."] = "Il gruppo privato non ha permessi di privacy e nessun gruppo di privacy predefinito."; $a->strings["Settings updated."] = "Impostazioni aggiornate."; @@ -1846,9 +1527,15 @@ $a->strings["Edit"] = "Modifica"; $a->strings["Client key starts with"] = "Chiave del client inizia con"; $a->strings["No name"] = "Nessun nome"; $a->strings["Remove authorization"] = "Rimuovi l'autorizzazione"; -$a->strings["No Plugin settings configured"] = "Nessun plugin ha impostazioni modificabili"; -$a->strings["Plugin Settings"] = "Impostazioni plugin"; +$a->strings["No Addon settings configured"] = "Nessun addon ha impostazioni modificabili"; +$a->strings["Addon Settings"] = "Impostazioni Addon"; $a->strings["Additional Features"] = "Funzionalità aggiuntive"; +$a->strings["Diaspora"] = "Diaspora"; +$a->strings["enabled"] = "abilitato"; +$a->strings["disabled"] = "disabilitato"; +$a->strings["Built-in support for %s connectivity is %s"] = "Il supporto integrato per la connettività con %s è %s"; +$a->strings["GNU Social (OStatus)"] = "GNU Social (OStatus)"; +$a->strings["Email access is disabled on this site."] = "L'accesso email è disabilitato su questo sito."; $a->strings["General Social Media Settings"] = "Impostazioni Media Sociali"; $a->strings["Disable intelligent shortening"] = "Disabilita accorciamento intelligente"; $a->strings["Normally the system tries to find the best link to add to shortened posts. If this option is enabled then every shortened post will always point to the original friendica post."] = "Normalmente il sistema tenta di trovare il migliore link da aggiungere a un post accorciato. Se questa opzione è abilitata, ogni post accorciato conterrà sempre un link al post originale su Friendica."; @@ -1858,11 +1545,6 @@ $a->strings["Default group for OStatus contacts"] = "Gruppo di default per i con $a->strings["Your legacy GNU Social account"] = "Il tuo vecchio account GNU Social"; $a->strings["If you enter your old GNU Social/Statusnet account name here (in the format user@domain.tld), your contacts will be added automatically. The field will be emptied when done."] = "Se inserisci il nome del tuo vecchio account GNU Social/Statusnet qui (nel formato utente@dominio.tld), i tuoi contatti verranno automaticamente aggiunti. Il campo verrà svuotato una volta terminato."; $a->strings["Repair OStatus subscriptions"] = "Ripara le iscrizioni OStatus"; -$a->strings["Built-in support for %s connectivity is %s"] = "Il supporto integrato per la connettività con %s è %s"; -$a->strings["enabled"] = "abilitato"; -$a->strings["disabled"] = "disabilitato"; -$a->strings["GNU Social (OStatus)"] = "GNU Social (OStatus)"; -$a->strings["Email access is disabled on this site."] = "L'accesso email è disabilitato su questo sito."; $a->strings["Email/Mailbox Setup"] = "Impostazioni email"; $a->strings["If you wish to communicate with email contacts using this service (optional), please specify how to connect to your mailbox."] = "Se vuoi comunicare con i contatti email usando questo servizio, specifica come collegarti alla tua casella di posta. (opzionale)"; $a->strings["Last successful email check:"] = "Ultimo controllo email eseguito con successo:"; @@ -1875,8 +1557,11 @@ $a->strings["Email password:"] = "Password email:"; $a->strings["Reply-to address:"] = "Indirizzo di risposta:"; $a->strings["Send public posts to all email contacts:"] = "Invia i messaggi pubblici ai contatti email:"; $a->strings["Action after import:"] = "Azione post importazione:"; +$a->strings["Mark as seen"] = "Segna come letto"; $a->strings["Move to folder"] = "Sposta nella cartella"; $a->strings["Move to folder:"] = "Sposta nella cartella:"; +$a->strings["%s - (Unsupported)"] = "%s - (Non supportato)"; +$a->strings["%s - (Experimental)"] = "%s - (Sperimentale)"; $a->strings["Display Settings"] = "Impostazioni Grafiche"; $a->strings["Display Theme:"] = "Tema:"; $a->strings["Mobile Theme:"] = "Tema mobile:"; @@ -1893,45 +1578,55 @@ $a->strings["Beginning of week:"] = "Inizio della settimana:"; $a->strings["Don't show notices"] = "Non mostrare gli avvisi"; $a->strings["Infinite scroll"] = "Scroll infinito"; $a->strings["Automatic updates only at the top of the network page"] = "Aggiornamenti automatici solo in cima alla pagina \"rete\""; -$a->strings["When disabled, the network page is updated all the time, which could be confusing while reading."] = ""; +$a->strings["When disabled, the network page is updated all the time, which could be confusing while reading."] = "Quando disabilitato, la pagina \"rete\" è aggiornata continuamente, cosa che può confondere durante la lettura."; $a->strings["Bandwith Saver Mode"] = "Modalità Salva Banda"; $a->strings["When enabled, embedded content is not displayed on automatic updates, they only show on page reload."] = "Quando abilitato, il contenuto embeddato non è mostrato quando la pagina si aggiorna automaticamente, ma solo quando la pagina viene ricaricata."; +$a->strings["Smart Threading"] = "Smart Threading"; +$a->strings["When enabled, suppress extraneous thread indentation while keeping it where it matters. Only works if threading is available and enabled."] = "Quando è abilitato, rimuove i rientri eccessivi nella visualizzazione delle discussioni, mantenendoli dove sono importanti. Funziona solo se le conversazioni a thread sono disponibili e abilitate."; $a->strings["General Theme Settings"] = "Opzioni Generali Tema"; $a->strings["Custom Theme Settings"] = "Opzioni Personalizzate Tema"; $a->strings["Content Settings"] = "Opzioni Contenuto"; $a->strings["Theme settings"] = "Impostazioni tema"; +$a->strings["Unable to find your profile. Please contact your admin."] = "Impossibile trovare il tuo profilo. Contatta il tuo amministratore."; $a->strings["Account Types"] = "Tipi di Account"; $a->strings["Personal Page Subtypes"] = "Sottotipi di Pagine Personali"; $a->strings["Community Forum Subtypes"] = "Sottotipi di Community Forum"; $a->strings["Personal Page"] = "Pagina Personale"; -$a->strings["Account for a personal profile."] = ""; +$a->strings["Account for a personal profile."] = "Account per profilo personale."; $a->strings["Organisation Page"] = "Pagina Organizzazione"; -$a->strings["Account for an organisation that automatically approves contact requests as \"Followers\"."] = ""; +$a->strings["Account for an organisation that automatically approves contact requests as \"Followers\"."] = "Account per un'organizzazione, che automaticamente approva le richieste di contatto come \"Follower\"."; $a->strings["News Page"] = "Pagina Notizie"; -$a->strings["Account for a news reflector that automatically approves contact requests as \"Followers\"."] = ""; +$a->strings["Account for a news reflector that automatically approves contact requests as \"Followers\"."] = "Account per notizie, che automaticamente approva le richieste di contatto come \"Follower\""; $a->strings["Community Forum"] = "Community Forum"; -$a->strings["Account for community discussions."] = ""; +$a->strings["Account for community discussions."] = "Account per discussioni comunitarie."; $a->strings["Normal Account Page"] = "Pagina Account Normale"; -$a->strings["Account for a regular personal profile that requires manual approval of \"Friends\" and \"Followers\"."] = ""; +$a->strings["Account for a regular personal profile that requires manual approval of \"Friends\" and \"Followers\"."] = "Account per un profilo personale, che richiede l'approvazione delle richieste di contatto come \"Amico\" o \"Follower\"."; $a->strings["Soapbox Page"] = "Pagina Sandbox"; -$a->strings["Account for a public profile that automatically approves contact requests as \"Followers\"."] = ""; +$a->strings["Account for a public profile that automatically approves contact requests as \"Followers\"."] = "Account per un profilo publico, che automaticamente approva le richieste di contatto come \"Follower\"."; $a->strings["Public Forum"] = "Forum Pubblico"; -$a->strings["Automatically approves all contact requests."] = ""; +$a->strings["Automatically approves all contact requests."] = "Approva automaticamente tutte le richieste di contatto."; $a->strings["Automatic Friend Page"] = "Pagina con amicizia automatica"; -$a->strings["Account for a popular profile that automatically approves contact requests as \"Friends\"."] = ""; +$a->strings["Account for a popular profile that automatically approves contact requests as \"Friends\"."] = "Account per un profilo popolare, che automaticamente approva le richieste di contatto come \"Amici\"."; $a->strings["Private Forum [Experimental]"] = "Forum privato [sperimentale]"; -$a->strings["Requires manual approval of contact requests."] = ""; +$a->strings["Requires manual approval of contact requests."] = "Richiede l'approvazione manuale delle richieste di contatto."; $a->strings["OpenID:"] = "OpenID:"; $a->strings["(Optional) Allow this OpenID to login to this account."] = "(Opzionale) Consente di loggarti in questo account con questo OpenID"; $a->strings["Publish your default profile in your local site directory?"] = "Pubblica il tuo profilo predefinito nell'elenco locale del sito"; -$a->strings["Your profile may be visible in public."] = "Il tuo profilo potrebbe essere visibile pubblicamente."; +$a->strings["Your profile will be published in the global friendica directories (e.g. %s). Your profile will be visible in public."] = "Il tuo profilo sarà pubblicato nella directory globale di friendica (p.e. %s). Il tuo profilo sarà visibile pubblicamente."; $a->strings["Publish your default profile in the global social directory?"] = "Pubblica il tuo profilo predefinito nell'elenco sociale globale"; +$a->strings["Your profile will be published in this node's local directory. Your profile details may be publicly visible depending on the system settings."] = "Il tuo profilo verrà pubblicato nella directory locale di questo nodo. I dettagli del tuo profilo potrebbero essere visibili pubblicamente a seconda delle impostazioni di sistema."; $a->strings["Hide your contact/friend list from viewers of your default profile?"] = "Nascondi la lista dei tuoi contatti/amici dai visitatori del tuo profilo predefinito"; -$a->strings["If enabled, posting public messages to Diaspora and other networks isn't possible."] = "Se abilitato, l'invio di messaggi pubblici verso Diaspora e altri network non sarà possibile"; +$a->strings["Your contact list won't be shown in your default profile page. You can decide to show your contact list separately for each additional profile you create"] = "La tua lista di contatti non sarà mostrata nella tua pagina profilo di default. Puoi decidere di mostrare la tua lista contatti separatamente per ogni profilo in più che crei."; +$a->strings["Hide your profile details from anonymous viewers?"] = "Nascondi i dettagli del tuo profilo ai visitatori anonimi?"; +$a->strings["Anonymous visitors will only see your profile picture, your display name and the nickname you are using on your profile page. Disables posting public messages to Diaspora and other networks."] = "I visitatori anonimi vedranno nella tua pagina profilo solo la tua foto del profilo, il tuo nome e il nome utente che stai usando. Disabilita l'invio di messaggi pubblici verso Diaspora e altre reti."; $a->strings["Allow friends to post to your profile page?"] = "Permetti agli amici di scrivere sulla tua pagina profilo?"; +$a->strings["Your contacts may write posts on your profile wall. These posts will be distributed to your contacts"] = "I tuoi contatti possono scrivere messaggi sulla tua pagina di profilo. Questi messaggi saranno distribuiti a tutti i tuoi contatti."; $a->strings["Allow friends to tag your posts?"] = "Permetti agli amici di aggiungere tag ai tuoi messaggi?"; +$a->strings["Your contacts can add additional tags to your posts."] = "I tuoi contatti possono aggiungere tag aggiuntivi ai tuoi messaggi."; $a->strings["Allow us to suggest you as a potential friend to new members?"] = "Ci permetti di suggerirti come potenziale amico ai nuovi membri?"; +$a->strings["If you like, Friendica may suggest new members to add you as a contact."] = "Se vuoi, Friendica può suggerire ai nuovi utenti di aggiungerti come contatto."; $a->strings["Permit unknown people to send you private mail?"] = "Permetti a utenti sconosciuti di inviarti messaggi privati?"; +$a->strings["Friendica network users may send you private messages even if they are not in your contact list."] = "Gli utenti sulla rete Friendica possono inviarti messaggi privati anche se non sono nella tua lista di contatti."; $a->strings["Profile is not published."] = "Il profilo non è pubblicato."; $a->strings["Your Identity Address is '%s' or '%s'."] = "L'indirizzo della tua identità è '%s' or '%s'."; $a->strings["Automatically expire posts after this many days:"] = "Fai scadere i post automaticamente dopo x giorni:"; @@ -1950,6 +1645,7 @@ $a->strings["Current Password:"] = "Password Attuale:"; $a->strings["Your current password to confirm the changes"] = "La tua password attuale per confermare le modifiche"; $a->strings["Password:"] = "Password:"; $a->strings["Basic Settings"] = "Impostazioni base"; +$a->strings["Full Name:"] = "Nome completo:"; $a->strings["Email Address:"] = "Indirizzo Email:"; $a->strings["Your Timezone:"] = "Il tuo fuso orario:"; $a->strings["Your Language:"] = "La tua lingua:"; @@ -1983,8 +1679,8 @@ $a->strings["Activate desktop notifications"] = "Attiva notifiche desktop"; $a->strings["Show desktop popup on new notifications"] = "Mostra un popup di notifica sul desktop all'arrivo di nuove notifiche"; $a->strings["Text-only notification emails"] = "Email di notifica in solo testo"; $a->strings["Send text only notification emails, without the html part"] = "Invia le email di notifica in solo testo, senza la parte in html"; -$a->strings["Show detailled notifications"] = ""; -$a->strings["Per default the notificiation are condensed to a single notification per item. When enabled, every notification is displayed."] = ""; +$a->strings["Show detailled notifications"] = "Mostra notifiche dettagliate"; +$a->strings["Per default the notificiation are condensed to a single notification per item. When enabled, every notification is displayed."] = "Per impostazione predefinita, le notifiche sono raggruppate in una singola notifica per articolo. Se abilitato, viene visualizzate tutte le notifiche."; $a->strings["Advanced Account/Page Type Settings"] = "Impostazioni avanzate Account/Tipo di pagina"; $a->strings["Change the behaviour of this account for special situations"] = "Modifica il comportamento di questo account in situazioni speciali"; $a->strings["Relocate"] = "Trasloca"; @@ -1995,11 +1691,406 @@ $a->strings["Delete Video"] = "Rimuovi video"; $a->strings["No videos selected"] = "Nessun video selezionato"; $a->strings["Recent Videos"] = "Video Recenti"; $a->strings["Upload New Videos"] = "Carica Nuovo Video"; -$a->strings["Invalid request."] = "Richiesta non valida."; -$a->strings["Sorry, maybe your upload is bigger than the PHP configuration allows"] = "Mi spiace, forse il file che stai caricando è più grosso di quanto la configurazione di PHP permetta"; -$a->strings["Or - did you try to upload an empty file?"] = "O.. non avrai provato a caricare un file vuoto?"; -$a->strings["File exceeds size limit of %s"] = "Il file supera la dimensione massima di %s"; -$a->strings["File upload failed."] = "Caricamento del file non riuscito."; +$a->strings["default"] = "default"; +$a->strings["greenzero"] = "greenzero"; +$a->strings["purplezero"] = "purplezero"; +$a->strings["easterbunny"] = "easterbunny"; +$a->strings["darkzero"] = "darkzero"; +$a->strings["comix"] = "comix"; +$a->strings["slackr"] = "slackr"; +$a->strings["Variations"] = "Varianti"; +$a->strings["Repeat the image"] = "Ripeti l'immagine"; +$a->strings["Will repeat your image to fill the background."] = "Ripete l'immagine per riempire lo sfondo."; +$a->strings["Stretch"] = "Stira"; +$a->strings["Will stretch to width/height of the image."] = "Stira l'immagine."; +$a->strings["Resize fill and-clip"] = "Scala e ritaglia"; +$a->strings["Resize to fill and retain aspect ratio."] = "Scala l'immagine a riempire mantenendo le proporzioni."; +$a->strings["Resize best fit"] = "Scala best fit"; +$a->strings["Resize to best fit and retain aspect ratio."] = "Scala l'immagine alla miglior dimensione per riempire mantenendo le proporzioni."; +$a->strings["Default"] = "Default"; +$a->strings["Note"] = "Note"; +$a->strings["Check image permissions if all users are allowed to visit the image"] = "Controlla i permessi dell'immagine se tutti gli utenti sono autorizzati a vederla"; +$a->strings["Select scheme"] = "Seleziona schema"; +$a->strings["Navigation bar background color"] = "Colore di sfondo barra di navigazione"; +$a->strings["Navigation bar icon color "] = "Colore icona barra di navigazione"; +$a->strings["Link color"] = "Colore link"; +$a->strings["Set the background color"] = "Imposta il colore di sfondo"; +$a->strings["Content background opacity"] = "Trasparenza sfondo contenuto"; +$a->strings["Set the background image"] = "Imposta l'immagine di sfondo"; +$a->strings["Login page background image"] = "Immagine di sfondo della pagina di login"; +$a->strings["Login page background color"] = "Colore di sfondo della pagina di login"; +$a->strings["Leave background image and color empty for theme defaults"] = "Lascia l'immagine e il colore di sfondo vuoti per usare le impostazioni predefinite del tema"; +$a->strings["Guest"] = "Ospite"; +$a->strings["Visitor"] = "Visitatore"; +$a->strings["Logout"] = "Esci"; +$a->strings["End this session"] = "Finisci questa sessione"; +$a->strings["Your posts and conversations"] = "I tuoi messaggi e le tue conversazioni"; +$a->strings["Your profile page"] = "Pagina del tuo profilo"; +$a->strings["Your photos"] = "Le tue foto"; +$a->strings["Videos"] = "Video"; +$a->strings["Your videos"] = "I tuoi video"; +$a->strings["Your events"] = "I tuoi eventi"; +$a->strings["Conversations from your friends"] = "Conversazioni dai tuoi amici"; +$a->strings["Events and Calendar"] = "Eventi e calendario"; +$a->strings["Private mail"] = "Posta privata"; +$a->strings["Account settings"] = "Parametri account"; +$a->strings["Manage/edit friends and contacts"] = "Gestisci/modifica amici e contatti"; +$a->strings["Alignment"] = "Allineamento"; +$a->strings["Left"] = "Sinistra"; +$a->strings["Center"] = "Centrato"; +$a->strings["Color scheme"] = "Schema colori"; +$a->strings["Posts font size"] = "Dimensione caratteri post"; +$a->strings["Textareas font size"] = "Dimensione caratteri nelle aree di testo"; +$a->strings["Comma separated list of helper forums"] = "Lista separata da virgola di forum di aiuto"; +$a->strings["Set style"] = "Imposta stile"; +$a->strings["Community Pages"] = "Pagine Comunitarie"; +$a->strings["Community Profiles"] = "Profili Comunità"; +$a->strings["Help or @NewHere ?"] = "Serve aiuto? Sei nuovo?"; +$a->strings["Connect Services"] = "Servizi connessi"; +$a->strings["Find Friends"] = "Trova Amici"; +$a->strings["Last users"] = "Ultimi utenti"; +$a->strings["Local Directory"] = "Elenco Locale"; +$a->strings["Similar Interests"] = "Interessi simili"; +$a->strings["Invite Friends"] = "Invita amici"; +$a->strings["External link to forum"] = "Link esterno al forum"; +$a->strings["Quick Start"] = "Quick Start"; +$a->strings["System"] = "Sistema"; +$a->strings["Home"] = "Home"; +$a->strings["Introductions"] = "Presentazioni"; +$a->strings["%s commented on %s's post"] = "%s ha commentato il messaggio di %s"; +$a->strings["%s created a new post"] = "%s a creato un nuovo messaggio"; +$a->strings["%s liked %s's post"] = "a %s è piaciuto il messaggio di %s"; +$a->strings["%s disliked %s's post"] = "a %s non è piaciuto il messaggio di %s"; +$a->strings["%s is attending %s's event"] = "%s partecipa all'evento di %s"; +$a->strings["%s is not attending %s's event"] = "%s non partecipa all'evento di %s"; +$a->strings["%s may attend %s's event"] = "%s potrebbe partecipare all'evento di %s"; +$a->strings["%s is now friends with %s"] = "%s è ora amico di %s"; +$a->strings["Friend Suggestion"] = "Amico suggerito"; +$a->strings["Friend/Connect Request"] = "Richiesta amicizia/connessione"; +$a->strings["New Follower"] = "Qualcuno inizia a seguirti"; +$a->strings["Error decoding account file"] = "Errore decodificando il file account"; +$a->strings["Error! No version data in file! This is not a Friendica account file?"] = "Errore! Nessuna informazione di versione nel file! Potrebbe non essere un file account di Friendica?"; +$a->strings["User '%s' already exists on this server!"] = "L'utente '%s' esiste già su questo server!"; +$a->strings["User creation error"] = "Errore creando l'utente"; +$a->strings["User profile creation error"] = "Errore creando il profilo dell'utente"; +$a->strings["%d contact not imported"] = [ + 0 => "%d contatto non importato", + 1 => "%d contatti non importati", +]; +$a->strings["Done. You can now login with your username and password"] = "Fatto. Ora puoi entrare con il tuo nome utente e la tua password"; +$a->strings["Birthday:"] = "Compleanno:"; +$a->strings["YYYY-MM-DD or MM-DD"] = "AAAA-MM-GG o MM-GG"; +$a->strings["never"] = "mai"; +$a->strings["less than a second ago"] = "meno di un secondo fa"; +$a->strings["year"] = "anno"; +$a->strings["years"] = "anni"; +$a->strings["months"] = "mesi"; +$a->strings["weeks"] = "settimane"; +$a->strings["days"] = "giorni"; +$a->strings["hour"] = "ora"; +$a->strings["hours"] = "ore"; +$a->strings["minute"] = "minuto"; +$a->strings["minutes"] = "minuti"; +$a->strings["second"] = "secondo"; +$a->strings["seconds"] = "secondi"; +$a->strings["%1\$d %2\$s ago"] = "%1\$d %2\$s fa"; +$a->strings["view full size"] = "vedi a schermo intero"; +$a->strings["Image/photo"] = "Immagine/foto"; +$a->strings["%2\$s %3\$s"] = "%2\$s %3\$s"; +$a->strings["$1 wrote:"] = "$1 ha scritto:"; +$a->strings["Encrypted content"] = "Contenuto criptato"; +$a->strings["Invalid source protocol"] = "Protocollo sorgente non valido"; +$a->strings["Invalid link protocol"] = "Protocollo link non valido"; +$a->strings["Frequently"] = "Frequentemente"; +$a->strings["Hourly"] = "Ogni ora"; +$a->strings["Twice daily"] = "Due volte al dì"; +$a->strings["Daily"] = "Giornalmente"; +$a->strings["Weekly"] = "Settimanalmente"; +$a->strings["Monthly"] = "Mensilmente"; +$a->strings["OStatus"] = "Ostatus"; +$a->strings["RSS/Atom"] = "RSS / Atom"; +$a->strings["Facebook"] = "Facebook"; +$a->strings["Zot!"] = "Zot!"; +$a->strings["LinkedIn"] = "LinkedIn"; +$a->strings["XMPP/IM"] = "XMPP/IM"; +$a->strings["MySpace"] = "MySpace"; +$a->strings["Google+"] = "Google+"; +$a->strings["pump.io"] = "pump.io"; +$a->strings["Twitter"] = "Twitter"; +$a->strings["Diaspora Connector"] = "Connettore Diaspora"; +$a->strings["GNU Social Connector"] = "Connettore GNU Social"; +$a->strings["pnut"] = "pnut"; +$a->strings["App.net"] = "App.net"; +$a->strings["Male"] = "Maschio"; +$a->strings["Female"] = "Femmina"; +$a->strings["Currently Male"] = "Al momento maschio"; +$a->strings["Currently Female"] = "Al momento femmina"; +$a->strings["Mostly Male"] = "Prevalentemente maschio"; +$a->strings["Mostly Female"] = "Prevalentemente femmina"; +$a->strings["Transgender"] = "Transgender"; +$a->strings["Intersex"] = "Intersex"; +$a->strings["Transsexual"] = "Transessuale"; +$a->strings["Hermaphrodite"] = "Ermafrodito"; +$a->strings["Neuter"] = "Neutro"; +$a->strings["Non-specific"] = "Non specificato"; +$a->strings["Other"] = "Altro"; +$a->strings["Males"] = "Maschi"; +$a->strings["Females"] = "Femmine"; +$a->strings["Gay"] = "Gay"; +$a->strings["Lesbian"] = "Lesbica"; +$a->strings["No Preference"] = "Nessuna preferenza"; +$a->strings["Bisexual"] = "Bisessuale"; +$a->strings["Autosexual"] = "Autosessuale"; +$a->strings["Abstinent"] = "Astinente"; +$a->strings["Virgin"] = "Vergine"; +$a->strings["Deviant"] = "Deviato"; +$a->strings["Fetish"] = "Fetish"; +$a->strings["Oodles"] = "Un sacco"; +$a->strings["Nonsexual"] = "Asessuato"; +$a->strings["Single"] = "Single"; +$a->strings["Lonely"] = "Solitario"; +$a->strings["Available"] = "Disponibile"; +$a->strings["Unavailable"] = "Non disponibile"; +$a->strings["Has crush"] = "è cotto/a"; +$a->strings["Infatuated"] = "infatuato/a"; +$a->strings["Dating"] = "Disponibile a un incontro"; +$a->strings["Unfaithful"] = "Infedele"; +$a->strings["Sex Addict"] = "Sesso-dipendente"; +$a->strings["Friends"] = "Amici"; +$a->strings["Friends/Benefits"] = "Amici con benefici"; +$a->strings["Casual"] = "Casual"; +$a->strings["Engaged"] = "Impegnato"; +$a->strings["Married"] = "Sposato"; +$a->strings["Imaginarily married"] = "immaginariamente sposato/a"; +$a->strings["Partners"] = "Partners"; +$a->strings["Cohabiting"] = "Coinquilino"; +$a->strings["Common law"] = "diritto comune"; +$a->strings["Happy"] = "Felice"; +$a->strings["Not looking"] = "Non guarda"; +$a->strings["Swinger"] = "Scambista"; +$a->strings["Betrayed"] = "Tradito"; +$a->strings["Separated"] = "Separato"; +$a->strings["Unstable"] = "Instabile"; +$a->strings["Divorced"] = "Divorziato"; +$a->strings["Imaginarily divorced"] = "immaginariamente divorziato/a"; +$a->strings["Widowed"] = "Vedovo"; +$a->strings["Uncertain"] = "Incerto"; +$a->strings["It's complicated"] = "E' complicato"; +$a->strings["Don't care"] = "Non interessa"; +$a->strings["Ask me"] = "Chiedimelo"; +$a->strings["Nothing new here"] = "Niente di nuovo qui"; +$a->strings["Clear notifications"] = "Pulisci le notifiche"; +$a->strings["Personal notes"] = "Note personali"; +$a->strings["Your personal notes"] = "Le tue note personali"; +$a->strings["Sign in"] = "Entra"; +$a->strings["Home Page"] = "Home Page"; +$a->strings["Create an account"] = "Crea un account"; +$a->strings["Help and documentation"] = "Guida e documentazione"; +$a->strings["Apps"] = "Applicazioni"; +$a->strings["Addon applications, utilities, games"] = "Applicazioni, utilità e giochi aggiuntivi"; +$a->strings["Search site content"] = "Cerca nel contenuto del sito"; +$a->strings["Community"] = "Comunità"; +$a->strings["Conversations on this and other servers"] = "Conversazioni su questo e su altri server"; +$a->strings["Directory"] = "Elenco"; +$a->strings["People directory"] = "Elenco delle persone"; +$a->strings["Information about this friendica instance"] = "Informazioni su questo server friendica"; +$a->strings["Network Reset"] = "Reset pagina Rete"; +$a->strings["Load Network page with no filters"] = "Carica la pagina Rete senza nessun filtro"; +$a->strings["Friend Requests"] = "Richieste di amicizia"; +$a->strings["See all notifications"] = "Vedi tutte le notifiche"; +$a->strings["Mark all system notifications seen"] = "Segna tutte le notifiche come viste"; +$a->strings["Inbox"] = "In arrivo"; +$a->strings["Outbox"] = "Inviati"; +$a->strings["Manage"] = "Gestisci"; +$a->strings["Manage other pages"] = "Gestisci altre pagine"; +$a->strings["Profiles"] = "Profili"; +$a->strings["Manage/Edit Profiles"] = "Gestisci/Modifica i profili"; +$a->strings["Site setup and configuration"] = "Configurazione del sito"; +$a->strings["Navigation"] = "Navigazione"; +$a->strings["Site map"] = "Mappa del sito"; +$a->strings["General Features"] = "Funzionalità generali"; +$a->strings["Multiple Profiles"] = "Profili multipli"; +$a->strings["Ability to create multiple profiles"] = "Possibilità di creare profili multipli"; +$a->strings["Photo Location"] = "Località Foto"; +$a->strings["Photo metadata is normally stripped. This extracts the location (if present) prior to stripping metadata and links it to a map."] = "I metadati delle foto vengono rimossi. Questa opzione estrae la località (se presenta) prima di rimuovere i metadati e la collega a una mappa."; +$a->strings["Export Public Calendar"] = "Esporta calendario pubblico"; +$a->strings["Ability for visitors to download the public calendar"] = "Permesso ai visitatori di scaricare il calendario pubblico"; +$a->strings["Post Composition Features"] = "Funzionalità di composizione dei post"; +$a->strings["Post Preview"] = "Anteprima dei post"; +$a->strings["Allow previewing posts and comments before publishing them"] = "Permetti di avere un'anteprima di messaggi e commenti prima di pubblicarli"; +$a->strings["Auto-mention Forums"] = "Auto-cita i Forum"; +$a->strings["Add/remove mention when a forum page is selected/deselected in ACL window."] = "Aggiunge/rimuove una menzione quando una pagina forum è selezionata/deselezionata nella finestra dei permessi."; +$a->strings["Network Sidebar Widgets"] = "Widget della barra laterale nella pagina Rete"; +$a->strings["Search by Date"] = "Cerca per data"; +$a->strings["Ability to select posts by date ranges"] = "Permette di filtrare i post per data"; +$a->strings["List Forums"] = "Elenco forum"; +$a->strings["Enable widget to display the forums your are connected with"] = "Abilita il widget che mostra i forum ai quali sei connesso"; +$a->strings["Group Filter"] = "Filtra gruppi"; +$a->strings["Enable widget to display Network posts only from selected group"] = "Abilita il widget per filtrare i post solo per il gruppo selezionato"; +$a->strings["Network Filter"] = "Filtro reti"; +$a->strings["Enable widget to display Network posts only from selected network"] = "Abilita il widget per mostrare i post solo per la rete selezionata"; +$a->strings["Save search terms for re-use"] = "Salva i termini cercati per riutilizzarli"; +$a->strings["Network Tabs"] = "Schede pagina Rete"; +$a->strings["Network Personal Tab"] = "Scheda Personali"; +$a->strings["Enable tab to display only Network posts that you've interacted on"] = "Abilita la scheda per mostrare solo i post a cui hai partecipato"; +$a->strings["Network New Tab"] = "Scheda Nuovi"; +$a->strings["Enable tab to display only new Network posts (from the last 12 hours)"] = "Abilita la scheda per mostrare solo i post nuovi (nelle ultime 12 ore)"; +$a->strings["Network Shared Links Tab"] = "Scheda Link Condivisi"; +$a->strings["Enable tab to display only Network posts with links in them"] = "Abilita la scheda per mostrare solo i post che contengono link"; +$a->strings["Post/Comment Tools"] = "Strumenti per messaggi/commenti"; +$a->strings["Multiple Deletion"] = "Eliminazione multipla"; +$a->strings["Select and delete multiple posts/comments at once"] = "Seleziona ed elimina vari messaggi e commenti in una volta sola"; +$a->strings["Edit Sent Posts"] = "Modifica i post inviati"; +$a->strings["Edit and correct posts and comments after sending"] = "Modifica e correggi messaggi e commenti dopo averli inviati"; +$a->strings["Tagging"] = "Aggiunta tag"; +$a->strings["Ability to tag existing posts"] = "Permette di aggiungere tag ai post già esistenti"; +$a->strings["Post Categories"] = "Categorie post"; +$a->strings["Add categories to your posts"] = "Aggiungi categorie ai tuoi post"; +$a->strings["Saved Folders"] = "Cartelle Salvate"; +$a->strings["Ability to file posts under folders"] = "Permette di archiviare i post in cartelle"; +$a->strings["Dislike Posts"] = "Non mi piace"; +$a->strings["Ability to dislike posts/comments"] = "Permetti di inviare \"non mi piace\" ai messaggi"; +$a->strings["Star Posts"] = "Post preferiti"; +$a->strings["Ability to mark special posts with a star indicator"] = "Permette di segnare i post preferiti con una stella"; +$a->strings["Mute Post Notifications"] = "Silenzia le notifiche di nuovi post"; +$a->strings["Ability to mute notifications for a thread"] = "Permette di silenziare le notifiche di nuovi post in una discussione"; +$a->strings["Advanced Profile Settings"] = "Impostazioni Avanzate Profilo"; +$a->strings["Show visitors public community forums at the Advanced Profile Page"] = "Mostra ai visitatori i forum nella pagina Profilo Avanzato"; +$a->strings["Tag Cloud"] = "Tag Cloud"; +$a->strings["Provide a personal tag cloud on your profile page"] = "Mostra una nuvola dei tag personali sulla tua pagina di profilo"; +$a->strings["Display Membership Date"] = "Mostra la Data di Registrazione"; +$a->strings["Display membership date in profile"] = "Mostra la data in cui ti sei registrato nel profilo"; +$a->strings["Embedding disabled"] = "Embed disabilitato"; +$a->strings["Embedded content"] = "Contenuto incorporato"; +$a->strings["Add New Contact"] = "Aggiungi nuovo contatto"; +$a->strings["Enter address or web location"] = "Inserisci posizione o indirizzo web"; +$a->strings["Example: bob@example.com, http://example.com/barbara"] = "Esempio: bob@example.com, http://example.com/barbara"; +$a->strings["%d invitation available"] = [ + 0 => "%d invito disponibile", + 1 => "%d inviti disponibili", +]; +$a->strings["Find People"] = "Trova persone"; +$a->strings["Enter name or interest"] = "Inserisci un nome o un interesse"; +$a->strings["Examples: Robert Morgenstein, Fishing"] = "Esempi: Mario Rossi, Pesca"; +$a->strings["Random Profile"] = "Profilo causale"; +$a->strings["View Global Directory"] = "Vedi Directory Globale"; +$a->strings["Networks"] = "Reti"; +$a->strings["All Networks"] = "Tutte le Reti"; +$a->strings["Everything"] = "Tutto"; +$a->strings["Categories"] = "Categorie"; +$a->strings["%d contact in common"] = [ + 0 => "%d contatto in comune", + 1 => "%d contatti in comune", +]; +$a->strings["There are no tables on MyISAM."] = "Non ci sono tabelle MyISAM"; +$a->strings["\n\t\t\t\tThe friendica developers released update %s recently,\n\t\t\t\tbut when I tried to install it, something went terribly wrong.\n\t\t\t\tThis needs to be fixed soon and I can't do it alone. Please contact a\n\t\t\t\tfriendica developer if you can not help me on your own. My database might be invalid."] = "\nGli sviluppatori di Friendica hanno rilasciato l'aggiornamento %s\nrecentemente, ma quando ho provato a installarlo, qualcosa è \nandato terribilmente storto.\nBisogna sistemare le cose e non posso farlo da solo.\nContatta uno sviluppatore se non sei in grado di aiutarmi. Il mio database potrebbe essere invalido."; +$a->strings["The error message is\n[pre]%s[/pre]"] = "Il messaggio di errore è\n[pre]%s[/pre]"; +$a->strings["\nError %d occurred during database update:\n%s\n"] = "\nErrore %d durante l'aggiornamento del database:\n%s\n"; +$a->strings["Errors encountered performing database changes: "] = "Errori riscontrati eseguendo le modifiche al database:"; +$a->strings[": Database update"] = ": Aggiornamento database"; +$a->strings["%s: updating %s table."] = "%s: aggiornando la tabella %s."; +$a->strings["[no subject]"] = "[nessun oggetto]"; +$a->strings["%1\$s is attending %2\$s's %3\$s"] = "%1\$s parteciperà a %3\$s di %2\$s"; +$a->strings["%1\$s is not attending %2\$s's %3\$s"] = "%1\$s non parteciperà a %3\$s di %2\$s"; +$a->strings["%1\$s may attend %2\$s's %3\$s"] = "%1\$s forse parteciperà a %3\$s di %2\$s"; +$a->strings["Requested account is not available."] = "L'account richiesto non è disponibile."; +$a->strings["Edit profile"] = "Modifica il profilo"; +$a->strings["Atom feed"] = "Feed Atom"; +$a->strings["Manage/edit profiles"] = "Gestisci/modifica i profili"; +$a->strings["g A l F d"] = "g A l d F"; +$a->strings["F d"] = "d F"; +$a->strings["[today]"] = "[oggi]"; +$a->strings["Birthday Reminders"] = "Promemoria compleanni"; +$a->strings["Birthdays this week:"] = "Compleanni questa settimana:"; +$a->strings["[No description]"] = "[Nessuna descrizione]"; +$a->strings["Event Reminders"] = "Promemoria"; +$a->strings["Events this week:"] = "Eventi di questa settimana:"; +$a->strings["Member since:"] = "Membro dal:"; +$a->strings["j F, Y"] = "j F Y"; +$a->strings["j F"] = "j F"; +$a->strings["Age:"] = "Età:"; +$a->strings["for %1\$d %2\$s"] = "per %1\$d %2\$s"; +$a->strings["Religion:"] = "Religione:"; +$a->strings["Hobbies/Interests:"] = "Hobby/Interessi:"; +$a->strings["Contact information and Social Networks:"] = "Informazioni su contatti e social network:"; +$a->strings["Musical interests:"] = "Interessi musicali:"; +$a->strings["Books, literature:"] = "Libri, letteratura:"; +$a->strings["Television:"] = "Televisione:"; +$a->strings["Film/dance/culture/entertainment:"] = "Film/danza/cultura/intrattenimento:"; +$a->strings["Love/Romance:"] = "Amore:"; +$a->strings["Work/employment:"] = "Lavoro:"; +$a->strings["School/education:"] = "Scuola:"; +$a->strings["Forums:"] = "Forum:"; +$a->strings["Only You Can See This"] = "Solo tu puoi vedere questo"; +$a->strings["Drop Contact"] = "Rimuovi contatto"; +$a->strings["Organisation"] = "Organizzazione"; +$a->strings["News"] = "Notizie"; +$a->strings["Forum"] = "Forum"; +$a->strings["Connect URL missing."] = "URL di connessione mancante."; +$a->strings["The contact could not be added. Please check the relevant network credentials in your Settings -> Social Networks page."] = "Il contatto non puo' essere aggiunto. Controlla le credenziali della rete nella tua pagina Impostazioni -> Reti Sociali"; +$a->strings["This site is not configured to allow communications with other networks."] = "Questo sito non è configurato per permettere la comunicazione con altri network."; +$a->strings["No compatible communication protocols or feeds were discovered."] = "Non sono stati trovati protocolli di comunicazione o feed compatibili."; +$a->strings["The profile address specified does not provide adequate information."] = "L'indirizzo del profilo specificato non fornisce adeguate informazioni."; +$a->strings["An author or name was not found."] = "Non è stato trovato un nome o un autore"; +$a->strings["No browser URL could be matched to this address."] = "Nessun URL può essere associato a questo indirizzo."; +$a->strings["Unable to match @-style Identity Address with a known protocol or email contact."] = "Impossibile l'indirizzo identità con un protocollo conosciuto o con un contatto email."; +$a->strings["Use mailto: in front of address to force email check."] = "Usa \"mailto:\" davanti all'indirizzo per forzare un controllo nelle email."; +$a->strings["The profile address specified belongs to a network which has been disabled on this site."] = "L'indirizzo del profilo specificato appartiene a un network che è stato disabilitato su questo sito."; +$a->strings["Limited profile. This person will be unable to receive direct/personal notifications from you."] = "Profilo limitato. Questa persona non sarà in grado di ricevere notifiche personali da te."; +$a->strings["Unable to retrieve contact information."] = "Impossibile recuperare informazioni sul contatto."; +$a->strings["%s's birthday"] = "Compleanno di %s"; +$a->strings["Happy Birthday %s"] = "Buon compleanno %s"; +$a->strings["A deleted group with this name was revived. Existing item permissions may apply to this group and any future members. If this is not what you intended, please create another group with a different name."] = "Un gruppo eliminato con questo nome è stato ricreato. I permessi esistenti su un elemento possono essere applicati a questo gruppo e tutti i membri futuri. Se questo non è ciò che si intende, si prega di creare un altro gruppo con un nome diverso."; +$a->strings["Default privacy group for new contacts"] = "Gruppo predefinito per i nuovi contatti"; +$a->strings["Everybody"] = "Tutti"; +$a->strings["edit"] = "modifica"; +$a->strings["Edit group"] = "Modifica gruppo"; +$a->strings["Contacts not in any group"] = "Contatti in nessun gruppo."; +$a->strings["Create a new group"] = "Crea un nuovo gruppo"; +$a->strings["Edit groups"] = "Modifica gruppi"; +$a->strings["Login failed"] = "Accesso fallito."; +$a->strings["Not enough information to authenticate"] = "Informazioni insufficienti per l'autenticazione"; +$a->strings["An invitation is required."] = "E' richiesto un invito."; +$a->strings["Invitation could not be verified."] = "L'invito non puo' essere verificato."; +$a->strings["Invalid OpenID url"] = "Url OpenID non valido"; +$a->strings["We encountered a problem while logging in with the OpenID you provided. Please check the correct spelling of the ID."] = "Abbiamo incontrato un problema mentre contattavamo il server OpenID che ci hai fornito. Controlla di averlo scritto giusto."; +$a->strings["The error message was:"] = "Il messaggio riportato era:"; +$a->strings["Please enter the required information."] = "Inserisci le informazioni richieste."; +$a->strings["Please use a shorter name."] = "Usa un nome più corto."; +$a->strings["Name too short."] = "Il nome è troppo corto."; +$a->strings["That doesn't appear to be your full (First Last) name."] = "Questo non sembra essere il tuo nome completo (Nome Cognome)."; +$a->strings["Your email domain is not among those allowed on this site."] = "Il dominio della tua email non è tra quelli autorizzati su questo sito."; +$a->strings["Not a valid email address."] = "L'indirizzo email non è valido."; +$a->strings["Cannot use that email."] = "Non puoi usare quell'email."; +$a->strings["Your nickname can only contain a-z, 0-9 and _."] = "Il tuo nome utente può contenere solo a-z, 0-9 e _."; +$a->strings["Nickname is already registered. Please choose another."] = "Nome utente già registrato. Scegline un altro."; +$a->strings["SERIOUS ERROR: Generation of security keys failed."] = "ERRORE GRAVE: La generazione delle chiavi di sicurezza è fallita."; +$a->strings["An error occurred during registration. Please try again."] = "C'è stato un errore durante la registrazione. Prova ancora."; +$a->strings["An error occurred creating your default profile. Please try again."] = "C'è stato un errore nella creazione del tuo profilo. Prova ancora."; +$a->strings["An error occurred creating your self contact. Please try again."] = "C'è stato un errore nella creazione del tuo contatto. Prova ancora."; +$a->strings["An error occurred creating your default contact group. Please try again."] = "C'è stato un errore nella creazione del tuo gruppo contatti di default. Prova ancora."; +$a->strings["\n\t\t\tDear %1\$s,\n\t\t\t\tThank you for registering at %2\$s. Your account is pending for approval by the administrator.\n\t\t"] = "\nGentile %1\$s,\n\tGrazie per la tua registrazione su %2\$s. Il tuo account è in attesa di approvazione da parte di un amministratore.\n\t"; +$a->strings["Registration at %s"] = "Registrazione su %s"; +$a->strings["\n\t\t\tDear %1\$s,\n\t\t\t\tThank you for registering at %2\$s. Your account has been created.\n\t\t"] = "\nGentile %1\$s,\n\tGrazie per esserti registrato su %2\$s. Il tuo account è stato creato.\n\t"; +$a->strings["\n\t\t\tThe login details are as follows:\n\t\t\t\tSite Location:\t%3\$s\n\t\t\t\tLogin Name:\t%1\$s\n\t\t\t\tPassword:\t%5\$s\n\n\t\t\tYou may change your password from your account Settings page after logging\n\t\t\tin.\n\n\t\t\tPlease take a few moments to review the other account settings on that page.\n\n\t\t\tYou may also wish to add some basic information to your default profile\n\t\t\t(on the \"Profiles\" page) so that other people can easily find you.\n\n\t\t\tWe recommend setting your full name, adding a profile photo,\n\t\t\tadding some profile keywords (very useful in making new friends) - and\n\t\t\tperhaps what country you live in; if you do not wish to be more specific\n\t\t\tthan that.\n\n\t\t\tWe fully respect your right to privacy, and none of these items are necessary.\n\t\t\tIf you are new and do not know anybody here, they may help\n\t\t\tyou to make some new and interesting friends.\n\n\n\t\t\tThank you and welcome to %2\$s."] = "\nI dettagli del tuo utente sono:\n\tIndirizzo del sito: %3\$s\n\tNome utente: %1\$s\n\tPassword: %5\$s\n\nPuoi cambiare la tua password dalla pagina delle impostazioni del tuo account dopo esserti autenticato.\n\nPer favore, prenditi qualche momento per esaminare tutte le impostazioni presenti.\n\nPotresti voler aggiungere qualche informazione di base al tuo profilo predefinito (nella pagina \"Profili\"), così che le altre persone possano trovarti più facilmente.\n\nTi raccomandiamo di inserire il tuo nome completo, aggiungere una foto, aggiungere qualche parola chiave del profilo (molto utili per trovare nuovi contatti), e magari in quale nazione vivi, se non vuoi essere più specifico di così.\n\nNoi rispettiamo appieno la tua privacy, e nessuna di queste informazioni è necessaria o obbligatoria.\nSe sei nuovo e non conosci nessuno qui, possono aiutarti a trovare qualche nuovo e interessante contatto.\n\nGrazie e benvenuto su %2\$s."; +$a->strings["%s\\'s birthday"] = "compleanno di %s"; +$a->strings["%s is now following %s."] = "%s sta seguendo %s"; +$a->strings["following"] = "segue"; +$a->strings["%s stopped following %s."] = "%s ha smesso di seguire %s"; +$a->strings["stopped following"] = "tolto dai seguiti"; +$a->strings["Sharing notification from Diaspora network"] = "Notifica di condivisione dal network Diaspora*"; +$a->strings["Attachments:"] = "Allegati:"; +$a->strings["(no subject)"] = "(nessun oggetto)"; +$a->strings["Create a New Account"] = "Crea un nuovo account"; +$a->strings["Password: "] = "Password: "; +$a->strings["Remember me"] = "Ricordati di me"; +$a->strings["Or login using OpenID: "] = "O entra con OpenID:"; +$a->strings["Forgot your password?"] = "Hai dimenticato la password?"; +$a->strings["Website Terms of Service"] = "Condizioni di servizio del sito web "; +$a->strings["terms of service"] = "condizioni del servizio"; +$a->strings["Website Privacy Policy"] = "Politiche di privacy del sito"; +$a->strings["privacy policy"] = "politiche di privacy"; +$a->strings["Logged out."] = "Uscita effettuata."; $a->strings["This entry was edited"] = "Questa voce è stata modificata"; $a->strings["save to folder"] = "salva nella cartella"; $a->strings["I will attend"] = "Parteciperò"; @@ -2033,59 +2124,7 @@ $a->strings["Code"] = "Codice"; $a->strings["Image"] = "Immagine"; $a->strings["Link"] = "Link"; $a->strings["Video"] = "Video"; -$a->strings["greenzero"] = "greenzero"; -$a->strings["purplezero"] = "purplezero"; -$a->strings["easterbunny"] = "easterbunny"; -$a->strings["darkzero"] = "darkzero"; -$a->strings["comix"] = "comix"; -$a->strings["slackr"] = "slackr"; -$a->strings["Variations"] = "Varianti"; -$a->strings["Repeat the image"] = "Ripeti l'immagine"; -$a->strings["Will repeat your image to fill the background."] = "Ripete l'immagine per riempire lo sfondo."; -$a->strings["Stretch"] = "Stira"; -$a->strings["Will stretch to width/height of the image."] = "Stira l'immagine."; -$a->strings["Resize fill and-clip"] = "Scala e ritaglia"; -$a->strings["Resize to fill and retain aspect ratio."] = "Scala l'immagine a riempire mantenendo le proporzioni."; -$a->strings["Resize best fit"] = "Scala best fit"; -$a->strings["Resize to best fit and retain aspect ratio."] = "Scala l'immagine alla miglior dimensione per riempire mantenendo le proporzioni."; -$a->strings["Default"] = "Default"; -$a->strings["Note"] = ""; -$a->strings["Check image permissions if all users are allowed to visit the image"] = "Controlla i permessi dell'immagine se tutti gli utenti sono autorizzati a vederla"; -$a->strings["Select scheme"] = "Seleziona schema"; -$a->strings["Navigation bar background color"] = "Colore di sfondo barra di navigazione"; -$a->strings["Navigation bar icon color "] = "Colore icona barra di navigazione"; -$a->strings["Link color"] = "Colore link"; -$a->strings["Set the background color"] = "Imposta il colore di sfondo"; -$a->strings["Content background transparency"] = "Trasparenza sfondo contenuto"; -$a->strings["Set the background image"] = "Imposta l'immagine di sfondo"; -$a->strings["Guest"] = "Ospite"; -$a->strings["Visitor"] = "Visitatore"; -$a->strings["Alignment"] = "Allineamento"; -$a->strings["Left"] = "Sinistra"; -$a->strings["Center"] = "Centrato"; -$a->strings["Color scheme"] = "Schema colori"; -$a->strings["Posts font size"] = "Dimensione caratteri post"; -$a->strings["Textareas font size"] = "Dimensione caratteri nelle aree di testo"; -$a->strings["Community Profiles"] = "Profili Comunità"; -$a->strings["Last users"] = "Ultimi utenti"; -$a->strings["Find Friends"] = "Trova Amici"; -$a->strings["Local Directory"] = "Elenco Locale"; -$a->strings["Quick Start"] = "Quick Start"; -$a->strings["Connect Services"] = "Servizi connessi"; -$a->strings["Comma separated list of helper forums"] = "Lista separata da virgola di forum di aiuto"; -$a->strings["Set style"] = "Imposta stile"; -$a->strings["Community Pages"] = "Pagine Comunitarie"; -$a->strings["Help or @NewHere ?"] = "Serve aiuto? Sei nuovo?"; $a->strings["Delete this item?"] = "Cancellare questo elemento?"; $a->strings["show fewer"] = "mostra di meno"; -$a->strings["Update %s failed. See error logs."] = "aggiornamento %s fallito. Guarda i log di errore."; -$a->strings["Create a New Account"] = "Crea un nuovo account"; -$a->strings["Password: "] = "Password: "; -$a->strings["Remember me"] = "Ricordati di me"; -$a->strings["Or login using OpenID: "] = "O entra con OpenID:"; -$a->strings["Forgot your password?"] = "Hai dimenticato la password?"; -$a->strings["Website Terms of Service"] = "Condizioni di servizio del sito web "; -$a->strings["terms of service"] = "condizioni del servizio"; -$a->strings["Website Privacy Policy"] = "Politiche di privacy del sito"; -$a->strings["privacy policy"] = "politiche di privacy"; $a->strings["toggle mobile"] = "commuta tema mobile"; +$a->strings["Update %s failed. See error logs."] = "aggiornamento %s fallito. Guarda i log di errore."; diff --git a/view/lang/nl/messages.po b/view/lang/nl/messages.po index e00b82e8da..43ddd04cb6 100644 --- a/view/lang/nl/messages.po +++ b/view/lang/nl/messages.po @@ -7,17 +7,18 @@ # eddy2508 , 2013 # Gert Cauwenberg , 2013 # Gert Cauwenberg , 2013 -# jeroenpraat , 2012-2014 -# jeroenpraat , 2012 -# Karel Vandecandelaere , 2015-2016 +# jeroenpraat , 2012-2014 +# jeroenpraat , 2012 +# Karel , 2018 +# Karel , 2015-2016,2018 # Ralph , 2015 msgid "" msgstr "" "Project-Id-Version: friendica\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-12-19 07:46+0100\n" -"PO-Revision-Date: 2016-12-19 10:01+0000\n" -"Last-Translator: fabrixxm \n" +"POT-Creation-Date: 2018-04-06 16:58+0200\n" +"PO-Revision-Date: 2018-04-12 13:16+0000\n" +"Last-Translator: Karel \n" "Language-Team: Dutch (http://www.transifex.com/Friendica/friendica/language/nl/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -25,4164 +26,1252 @@ msgstr "" "Language: nl\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: include/contact_widgets.php:6 -msgid "Add New Contact" -msgstr "Nieuw Contact toevoegen" +#: include/security.php:81 +msgid "Welcome " +msgstr "Welkom" -#: include/contact_widgets.php:7 -msgid "Enter address or web location" -msgstr "Voeg een webadres of -locatie in:" +#: include/security.php:82 +msgid "Please upload a profile photo." +msgstr "Upload een profielfoto." -#: include/contact_widgets.php:8 -msgid "Example: bob@example.com, http://example.com/barbara" -msgstr "Voorbeeld: jan@voorbeeld.be, http://voorbeeld.nl/barbara" +#: include/security.php:84 +msgid "Welcome back " +msgstr "Welkom terug " -#: include/contact_widgets.php:10 include/identity.php:218 -#: mod/allfriends.php:82 mod/dirfind.php:201 mod/match.php:87 -#: mod/suggest.php:101 -msgid "Connect" -msgstr "Verbinden" +#: include/security.php:431 +msgid "" +"The form security token was not correct. This probably happened because the " +"form has been opened for too long (>3 hours) before submitting it." +msgstr "De beveiligingstoken van het formulier was foutief. Dit gebeurde waarschijnlijk omdat het formulier te lang (> 3 uur) is blijven open staan voor het werd verstuurd." -#: include/contact_widgets.php:24 -#, php-format -msgid "%d invitation available" -msgid_plural "%d invitations available" -msgstr[0] "%d uitnodiging beschikbaar" -msgstr[1] "%d uitnodigingen beschikbaar" - -#: include/contact_widgets.php:30 -msgid "Find People" -msgstr "Zoek mensen" - -#: include/contact_widgets.php:31 -msgid "Enter name or interest" -msgstr "Vul naam of interesse in" - -#: include/contact_widgets.php:32 include/Contact.php:354 -#: include/conversation.php:981 mod/allfriends.php:66 mod/dirfind.php:204 -#: mod/match.php:72 mod/suggest.php:83 mod/contacts.php:602 mod/follow.php:103 -msgid "Connect/Follow" -msgstr "Verbind/Volg" - -#: include/contact_widgets.php:33 -msgid "Examples: Robert Morgenstein, Fishing" -msgstr "Voorbeelden: Jan Peeters, Vissen" - -#: include/contact_widgets.php:34 mod/directory.php:204 mod/contacts.php:798 -msgid "Find" -msgstr "Zoek" - -#: include/contact_widgets.php:35 mod/suggest.php:114 -#: view/theme/vier/theme.php:203 -msgid "Friend Suggestions" -msgstr "Vriendschapsvoorstellen" - -#: include/contact_widgets.php:36 view/theme/vier/theme.php:202 -msgid "Similar Interests" -msgstr "Dezelfde interesses" - -#: include/contact_widgets.php:37 -msgid "Random Profile" -msgstr "Willekeurig Profiel" - -#: include/contact_widgets.php:38 view/theme/vier/theme.php:204 -msgid "Invite Friends" -msgstr "Vrienden uitnodigen" - -#: include/contact_widgets.php:108 -msgid "Networks" -msgstr "Netwerken" - -#: include/contact_widgets.php:111 -msgid "All Networks" -msgstr "Alle netwerken" - -#: include/contact_widgets.php:141 include/features.php:110 -msgid "Saved Folders" -msgstr "Bewaarde Mappen" - -#: include/contact_widgets.php:144 include/contact_widgets.php:176 -msgid "Everything" -msgstr "Alles" - -#: include/contact_widgets.php:173 -msgid "Categories" -msgstr "Categorieën" - -#: include/contact_widgets.php:237 -#, php-format -msgid "%d contact in common" -msgid_plural "%d contacts in common" -msgstr[0] "%d gedeeld contact" -msgstr[1] "%d gedeelde contacten" - -#: include/contact_widgets.php:242 include/ForumManager.php:119 -#: include/items.php:2245 mod/content.php:624 object/Item.php:432 -#: view/theme/vier/theme.php:260 boot.php:972 -msgid "show more" -msgstr "toon meer" - -#: include/ForumManager.php:114 include/nav.php:131 include/text.php:1025 -#: view/theme/vier/theme.php:255 -msgid "Forums" -msgstr "" - -#: include/ForumManager.php:116 view/theme/vier/theme.php:257 -msgid "External link to forum" -msgstr "" - -#: include/profile_selectors.php:6 -msgid "Male" -msgstr "Man" - -#: include/profile_selectors.php:6 -msgid "Female" -msgstr "Vrouw" - -#: include/profile_selectors.php:6 -msgid "Currently Male" -msgstr "Momenteel mannelijk" - -#: include/profile_selectors.php:6 -msgid "Currently Female" -msgstr "Momenteel vrouwelijk" - -#: include/profile_selectors.php:6 -msgid "Mostly Male" -msgstr "Meestal mannelijk" - -#: include/profile_selectors.php:6 -msgid "Mostly Female" -msgstr "Meestal vrouwelijk" - -#: include/profile_selectors.php:6 -msgid "Transgender" -msgstr "Transgender" - -#: include/profile_selectors.php:6 -msgid "Intersex" -msgstr "Interseksueel" - -#: include/profile_selectors.php:6 -msgid "Transsexual" -msgstr "Transseksueel" - -#: include/profile_selectors.php:6 -msgid "Hermaphrodite" -msgstr "Hermafrodiet" - -#: include/profile_selectors.php:6 -msgid "Neuter" -msgstr "Genderneutraal" - -#: include/profile_selectors.php:6 -msgid "Non-specific" -msgstr "Niet-specifiek" - -#: include/profile_selectors.php:6 -msgid "Other" -msgstr "Anders" - -#: include/profile_selectors.php:6 include/conversation.php:1487 -msgid "Undecided" -msgid_plural "Undecided" -msgstr[0] "" -msgstr[1] "" - -#: include/profile_selectors.php:23 -msgid "Males" -msgstr "Mannen" - -#: include/profile_selectors.php:23 -msgid "Females" -msgstr "Vrouwen" - -#: include/profile_selectors.php:23 -msgid "Gay" -msgstr "Homo" - -#: include/profile_selectors.php:23 -msgid "Lesbian" -msgstr "Lesbienne" - -#: include/profile_selectors.php:23 -msgid "No Preference" -msgstr "Geen voorkeur" - -#: include/profile_selectors.php:23 -msgid "Bisexual" -msgstr "Biseksueel" - -#: include/profile_selectors.php:23 -msgid "Autosexual" -msgstr "Autoseksueel" - -#: include/profile_selectors.php:23 -msgid "Abstinent" -msgstr "Onthouder" - -#: include/profile_selectors.php:23 -msgid "Virgin" -msgstr "Maagd" - -#: include/profile_selectors.php:23 -msgid "Deviant" -msgstr "Afwijkend" - -#: include/profile_selectors.php:23 -msgid "Fetish" -msgstr "Fetisj" - -#: include/profile_selectors.php:23 -msgid "Oodles" -msgstr "Veel" - -#: include/profile_selectors.php:23 -msgid "Nonsexual" -msgstr "Niet seksueel" - -#: include/profile_selectors.php:42 -msgid "Single" -msgstr "Alleenstaand" - -#: include/profile_selectors.php:42 -msgid "Lonely" -msgstr "Eenzaam" - -#: include/profile_selectors.php:42 -msgid "Available" -msgstr "Beschikbaar" - -#: include/profile_selectors.php:42 -msgid "Unavailable" -msgstr "Onbeschikbaar" - -#: include/profile_selectors.php:42 -msgid "Has crush" -msgstr "Verliefd" - -#: include/profile_selectors.php:42 -msgid "Infatuated" -msgstr "Smoorverliefd" - -#: include/profile_selectors.php:42 -msgid "Dating" -msgstr "Aan het daten" - -#: include/profile_selectors.php:42 -msgid "Unfaithful" -msgstr "Ontrouw" - -#: include/profile_selectors.php:42 -msgid "Sex Addict" -msgstr "Seksverslaafd" - -#: include/profile_selectors.php:42 include/user.php:280 include/user.php:284 -msgid "Friends" -msgstr "Vrienden" - -#: include/profile_selectors.php:42 -msgid "Friends/Benefits" -msgstr "Vriendschap plus" - -#: include/profile_selectors.php:42 -msgid "Casual" -msgstr "Ongebonden/vluchtig" - -#: include/profile_selectors.php:42 -msgid "Engaged" -msgstr "Verloofd" - -#: include/profile_selectors.php:42 -msgid "Married" -msgstr "Getrouwd" - -#: include/profile_selectors.php:42 -msgid "Imaginarily married" -msgstr "Denkbeeldig getrouwd" - -#: include/profile_selectors.php:42 -msgid "Partners" -msgstr "Partners" - -#: include/profile_selectors.php:42 -msgid "Cohabiting" -msgstr "Samenwonend" - -#: include/profile_selectors.php:42 -msgid "Common law" -msgstr "getrouwd voor-de-wet" - -#: include/profile_selectors.php:42 -msgid "Happy" -msgstr "Blij" - -#: include/profile_selectors.php:42 -msgid "Not looking" -msgstr "Niet op zoek" - -#: include/profile_selectors.php:42 -msgid "Swinger" -msgstr "Swinger" - -#: include/profile_selectors.php:42 -msgid "Betrayed" -msgstr "Bedrogen" - -#: include/profile_selectors.php:42 -msgid "Separated" -msgstr "Uit elkaar" - -#: include/profile_selectors.php:42 -msgid "Unstable" -msgstr "Onstabiel" - -#: include/profile_selectors.php:42 -msgid "Divorced" -msgstr "Gescheiden" - -#: include/profile_selectors.php:42 -msgid "Imaginarily divorced" -msgstr "Denkbeeldig gescheiden" - -#: include/profile_selectors.php:42 -msgid "Widowed" -msgstr "Weduwnaar/weduwe" - -#: include/profile_selectors.php:42 -msgid "Uncertain" -msgstr "Onzeker" - -#: include/profile_selectors.php:42 -msgid "It's complicated" -msgstr "Het is gecompliceerd" - -#: include/profile_selectors.php:42 -msgid "Don't care" -msgstr "Kan me niet schelen" - -#: include/profile_selectors.php:42 -msgid "Ask me" -msgstr "Vraag me" - -#: include/dba_pdo.php:72 include/dba.php:56 +#: include/dba.php:57 #, php-format msgid "Cannot locate DNS info for database server '%s'" -msgstr "" +msgstr "Kan de DNS informatie niet vinden voor server '%s'" -#: include/auth.php:45 -msgid "Logged out." -msgstr "Uitgelogd." - -#: include/auth.php:116 include/auth.php:178 mod/openid.php:100 -msgid "Login failed." -msgstr "Login mislukt." - -#: include/auth.php:132 include/user.php:75 -msgid "" -"We encountered a problem while logging in with the OpenID you provided. " -"Please check the correct spelling of the ID." -msgstr "" - -#: include/auth.php:132 include/user.php:75 -msgid "The error message was:" -msgstr "De foutboodschap was:" - -#: include/group.php:25 -msgid "" -"A deleted group with this name was revived. Existing item permissions " -"may apply to this group and any future members. If this is " -"not what you intended, please create another group with a different name." -msgstr "Een verwijderde groep met deze naam is weer tot leven gewekt. Bestaande itemrechten kunnen voor deze groep en toekomstige leden gelden. Wanneer je niet zo had bedoeld kan je een andere groep met een andere naam creëren. " - -#: include/group.php:209 -msgid "Default privacy group for new contacts" -msgstr "" - -#: include/group.php:242 -msgid "Everybody" -msgstr "Iedereen" - -#: include/group.php:265 -msgid "edit" -msgstr "verander" - -#: include/group.php:286 mod/newmember.php:61 -msgid "Groups" -msgstr "Groepen" - -#: include/group.php:288 -msgid "Edit groups" -msgstr "" - -#: include/group.php:290 -msgid "Edit group" -msgstr "Verander groep" - -#: include/group.php:291 -msgid "Create a new group" -msgstr "Maak nieuwe groep" - -#: include/group.php:292 mod/group.php:94 mod/group.php:178 -msgid "Group Name: " -msgstr "Groepsnaam:" - -#: include/group.php:294 -msgid "Contacts not in any group" -msgstr "" - -#: include/group.php:296 mod/network.php:201 -msgid "add" -msgstr "toevoegen" - -#: include/contact_selectors.php:32 -msgid "Unknown | Not categorised" -msgstr "Onbekend | Niet " - -#: include/contact_selectors.php:33 -msgid "Block immediately" -msgstr "Onmiddellijk blokkeren" - -#: include/contact_selectors.php:34 -msgid "Shady, spammer, self-marketer" -msgstr "Onbetrouwbaar, spammer, zelfpromotor" - -#: include/contact_selectors.php:35 -msgid "Known to me, but no opinion" -msgstr "Bekend, maar geen mening" - -#: include/contact_selectors.php:36 -msgid "OK, probably harmless" -msgstr "OK, waarschijnlijk onschadelijk" - -#: include/contact_selectors.php:37 -msgid "Reputable, has my trust" -msgstr "Gerenommeerd, heeft mijn vertrouwen" - -#: include/contact_selectors.php:56 mod/admin.php:890 -msgid "Frequently" -msgstr "Frequent" - -#: include/contact_selectors.php:57 mod/admin.php:891 -msgid "Hourly" -msgstr "elk uur" - -#: include/contact_selectors.php:58 mod/admin.php:892 -msgid "Twice daily" -msgstr "Twee keer per dag" - -#: include/contact_selectors.php:59 mod/admin.php:893 -msgid "Daily" -msgstr "dagelijks" - -#: include/contact_selectors.php:60 -msgid "Weekly" -msgstr "wekelijks" - -#: include/contact_selectors.php:61 -msgid "Monthly" -msgstr "maandelijks" - -#: include/contact_selectors.php:76 mod/dfrn_request.php:868 -msgid "Friendica" -msgstr "Friendica" - -#: include/contact_selectors.php:77 -msgid "OStatus" -msgstr "OStatus" - -#: include/contact_selectors.php:78 -msgid "RSS/Atom" -msgstr "RSS/Atom" - -#: include/contact_selectors.php:79 include/contact_selectors.php:86 -#: mod/admin.php:1396 mod/admin.php:1409 mod/admin.php:1422 mod/admin.php:1440 -msgid "Email" -msgstr "E-mail" - -#: include/contact_selectors.php:80 mod/settings.php:842 -#: mod/dfrn_request.php:870 -msgid "Diaspora" -msgstr "Diaspora" - -#: include/contact_selectors.php:81 -msgid "Facebook" -msgstr "Facebook" - -#: include/contact_selectors.php:82 -msgid "Zot!" -msgstr "Zot!" - -#: include/contact_selectors.php:83 -msgid "LinkedIn" -msgstr "Linkedln" - -#: include/contact_selectors.php:84 -msgid "XMPP/IM" -msgstr "XMPP/IM" - -#: include/contact_selectors.php:85 -msgid "MySpace" -msgstr "Myspace" - -#: include/contact_selectors.php:87 -msgid "Google+" -msgstr "Google+" - -#: include/contact_selectors.php:88 -msgid "pump.io" -msgstr "pump.io" - -#: include/contact_selectors.php:89 -msgid "Twitter" -msgstr "Twitter" - -#: include/contact_selectors.php:90 -msgid "Diaspora Connector" -msgstr "Diaspora-connector" - -#: include/contact_selectors.php:91 -msgid "GNU Social" -msgstr "" - -#: include/contact_selectors.php:92 -msgid "App.net" -msgstr "" - -#: include/contact_selectors.php:103 -msgid "Hubzilla/Redmatrix" -msgstr "" - -#: include/acl_selectors.php:327 -msgid "Post to Email" -msgstr "Verzenden per e-mail" - -#: include/acl_selectors.php:332 +#: include/api.php:1199 #, php-format -msgid "Connectors disabled, since \"%s\" is enabled." -msgstr "" +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] "De dagelijkse limiet van %d bericht is bereikt. Dit bericht werd niet aanvaard." +msgstr[1] "De dagelijkse limiet van %d berichten is bereikt. Dit bericht werd niet aanvaard." -#: include/acl_selectors.php:333 mod/settings.php:1181 -msgid "Hide your profile details from unknown viewers?" -msgstr "Je profieldetails verbergen voor onbekende bezoekers?" - -#: include/acl_selectors.php:338 -msgid "Visible to everybody" -msgstr "Zichtbaar voor iedereen" - -#: include/acl_selectors.php:339 view/theme/vier/config.php:103 -msgid "show" -msgstr "tonen" - -#: include/acl_selectors.php:340 view/theme/vier/config.php:103 -msgid "don't show" -msgstr "niet tonen" - -#: include/acl_selectors.php:346 mod/editpost.php:133 -msgid "CC: email addresses" -msgstr "CC: e-mailadressen" - -#: include/acl_selectors.php:347 mod/editpost.php:140 -msgid "Example: bob@example.com, mary@example.com" -msgstr "Voorbeeld: bob@voorbeeld.nl, an@voorbeeld.be" - -#: include/acl_selectors.php:349 mod/events.php:509 mod/photos.php:1156 -#: mod/photos.php:1535 -msgid "Permissions" -msgstr "Rechten" - -#: include/acl_selectors.php:350 -msgid "Close" -msgstr "Afsluiten" - -#: include/like.php:163 include/conversation.php:130 -#: include/conversation.php:266 include/text.php:1804 mod/subthread.php:87 -#: mod/tagger.php:62 -msgid "photo" -msgstr "foto" - -#: include/like.php:163 include/diaspora.php:1406 include/conversation.php:125 -#: include/conversation.php:134 include/conversation.php:261 -#: include/conversation.php:270 mod/subthread.php:87 mod/tagger.php:62 -msgid "status" -msgstr "status" - -#: include/like.php:165 include/conversation.php:122 -#: include/conversation.php:258 include/text.php:1802 -msgid "event" -msgstr "gebeurtenis" - -#: include/like.php:182 include/diaspora.php:1402 include/conversation.php:141 +#: include/api.php:1223 #, php-format -msgid "%1$s likes %2$s's %3$s" -msgstr "%1$s vindt het %3$s van %2$s leuk" +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] "De wekelijkse limiet van %d bericht is bereikt. Dit bericht werd niet aanvaard." +msgstr[1] "De wekelijkse limiet van %d berichten is bereikt. Dit bericht werd niet aanvaard." -#: include/like.php:184 include/conversation.php:144 +#: include/api.php:1247 #, php-format -msgid "%1$s doesn't like %2$s's %3$s" -msgstr "%1$s vindt het %3$s van %2$s niet leuk" +msgid "Monthly posting limit of %d post reached. The post was rejected." +msgstr "De maandelijkse limiet van %d berichten is bereikt. Dit bericht werd niet aanvaard." -#: include/like.php:186 -#, php-format -msgid "%1$s is attending %2$s's %3$s" -msgstr "" +#: include/api.php:4400 mod/photos.php:88 mod/photos.php:194 +#: mod/photos.php:722 mod/photos.php:1149 mod/photos.php:1166 +#: mod/photos.php:1684 mod/profile_photo.php:85 mod/profile_photo.php:93 +#: mod/profile_photo.php:101 mod/profile_photo.php:211 +#: mod/profile_photo.php:302 mod/profile_photo.php:312 src/Model/User.php:539 +#: src/Model/User.php:547 src/Model/User.php:555 +msgid "Profile Photos" +msgstr "Profielfoto's" -#: include/like.php:188 -#, php-format -msgid "%1$s is not attending %2$s's %3$s" -msgstr "" - -#: include/like.php:190 -#, php-format -msgid "%1$s may attend %2$s's %3$s" -msgstr "" - -#: include/message.php:15 include/message.php:173 -msgid "[no subject]" -msgstr "[geen onderwerp]" - -#: include/message.php:145 include/Photo.php:1040 include/Photo.php:1056 -#: include/Photo.php:1064 include/Photo.php:1089 mod/wall_upload.php:218 -#: mod/wall_upload.php:232 mod/wall_upload.php:239 mod/item.php:478 -msgid "Wall Photos" -msgstr "" - -#: include/plugin.php:526 include/plugin.php:528 -msgid "Click here to upgrade." -msgstr "" - -#: include/plugin.php:534 -msgid "This action exceeds the limits set by your subscription plan." -msgstr "" - -#: include/plugin.php:539 -msgid "This action is not available under your subscription plan." -msgstr "" - -#: include/uimport.php:94 -msgid "Error decoding account file" -msgstr "" - -#: include/uimport.php:100 -msgid "Error! No version data in file! This is not a Friendica account file?" -msgstr "" - -#: include/uimport.php:116 include/uimport.php:127 -msgid "Error! Cannot check nickname" -msgstr "" - -#: include/uimport.php:120 include/uimport.php:131 -#, php-format -msgid "User '%s' already exists on this server!" -msgstr "Gebruiker '%s' bestaat al op deze server!" - -#: include/uimport.php:153 -msgid "User creation error" -msgstr "Fout bij het aanmaken van de gebruiker" - -#: include/uimport.php:173 -msgid "User profile creation error" -msgstr "Fout bij het aanmaken van het gebruikersprofiel" - -#: include/uimport.php:222 -#, php-format -msgid "%d contact not imported" -msgid_plural "%d contacts not imported" -msgstr[0] "%d contact werd niet geïmporteerd" -msgstr[1] "%d contacten werden niet geïmporteerd" - -#: include/uimport.php:292 -msgid "Done. You can now login with your username and password" -msgstr "Gebeurd. Je kunt nu inloggen met je gebruikersnaam en wachtwoord" - -#: include/datetime.php:57 include/datetime.php:59 mod/profiles.php:705 -msgid "Miscellaneous" -msgstr "Diversen" - -#: include/datetime.php:183 include/identity.php:629 -msgid "Birthday:" -msgstr "Verjaardag:" - -#: include/datetime.php:185 mod/profiles.php:728 -msgid "Age: " -msgstr "Leeftijd:" - -#: include/datetime.php:187 -msgid "YYYY-MM-DD or MM-DD" -msgstr "" - -#: include/datetime.php:341 -msgid "never" -msgstr "nooit" - -#: include/datetime.php:347 -msgid "less than a second ago" -msgstr "minder dan een seconde geleden" - -#: include/datetime.php:350 -msgid "year" -msgstr "jaar" - -#: include/datetime.php:350 -msgid "years" -msgstr "jaren" - -#: include/datetime.php:351 include/event.php:480 mod/cal.php:284 -#: mod/events.php:389 -msgid "month" -msgstr "maand" - -#: include/datetime.php:351 -msgid "months" -msgstr "maanden" - -#: include/datetime.php:352 include/event.php:481 mod/cal.php:285 -#: mod/events.php:390 -msgid "week" -msgstr "week" - -#: include/datetime.php:352 -msgid "weeks" -msgstr "weken" - -#: include/datetime.php:353 include/event.php:482 mod/cal.php:286 -#: mod/events.php:391 -msgid "day" -msgstr "dag" - -#: include/datetime.php:353 -msgid "days" -msgstr "dagen" - -#: include/datetime.php:354 -msgid "hour" -msgstr "uur" - -#: include/datetime.php:354 -msgid "hours" -msgstr "uren" - -#: include/datetime.php:355 -msgid "minute" -msgstr "minuut" - -#: include/datetime.php:355 -msgid "minutes" -msgstr "minuten" - -#: include/datetime.php:356 -msgid "second" -msgstr "seconde" - -#: include/datetime.php:356 -msgid "seconds" -msgstr "secondes" - -#: include/datetime.php:365 -#, php-format -msgid "%1$d %2$s ago" -msgstr "%1$d %2$s geleden" - -#: include/datetime.php:572 -#, php-format -msgid "%s's birthday" -msgstr "%s's verjaardag" - -#: include/datetime.php:573 include/dfrn.php:1109 -#, php-format -msgid "Happy Birthday %s" -msgstr "Gefeliciteerd %s" - -#: include/enotify.php:24 +#: include/enotify.php:31 msgid "Friendica Notification" msgstr "Friendica Notificatie" -#: include/enotify.php:27 +#: include/enotify.php:34 msgid "Thank You," msgstr "Bedankt" -#: include/enotify.php:30 +#: include/enotify.php:37 #, php-format msgid "%s Administrator" msgstr "%s Beheerder" -#: include/enotify.php:32 +#: include/enotify.php:39 #, php-format msgid "%1$s, %2$s Administrator" -msgstr "" +msgstr "%1$s, %2$s Beheerder" -#: include/enotify.php:43 include/delivery.php:457 +#: include/enotify.php:50 src/Worker/Delivery.php:404 msgid "noreply" msgstr "geen reactie" -#: include/enotify.php:70 -#, php-format -msgid "%s " -msgstr "%s " - -#: include/enotify.php:83 +#: include/enotify.php:98 #, php-format msgid "[Friendica:Notify] New mail received at %s" msgstr "[Friendica:Notificatie] Nieuw bericht ontvangen op %s" -#: include/enotify.php:85 +#: include/enotify.php:100 #, php-format msgid "%1$s sent you a new private message at %2$s." msgstr "%1$s sent you a new private message at %2$s." -#: include/enotify.php:86 +#: include/enotify.php:101 +msgid "a private message" +msgstr "een prive bericht" + +#: include/enotify.php:101 #, php-format msgid "%1$s sent you %2$s." msgstr "%1$s stuurde jou %2$s." -#: include/enotify.php:86 -msgid "a private message" -msgstr "een prive bericht" - -#: include/enotify.php:88 +#: include/enotify.php:103 #, php-format msgid "Please visit %s to view and/or reply to your private messages." msgstr "Bezoek %s om je privé-berichten te bekijken en/of te beantwoorden." -#: include/enotify.php:134 +#: include/enotify.php:141 #, php-format msgid "%1$s commented on [url=%2$s]a %3$s[/url]" msgstr "%1$s gaf een reactie op [url=%2$s]a %3$s[/url]" -#: include/enotify.php:141 +#: include/enotify.php:149 #, php-format msgid "%1$s commented on [url=%2$s]%3$s's %4$s[/url]" msgstr "%1$s gaf een reactie op [url=%2$s]%3$s's %4$s[/url]" -#: include/enotify.php:149 +#: include/enotify.php:159 #, php-format msgid "%1$s commented on [url=%2$s]your %3$s[/url]" msgstr "%1$s gaf een reactie op [url=%2$s]jouw %3$s[/url]" -#: include/enotify.php:159 -#, php-format -msgid "[Friendica:Notify] Comment to conversation #%1$d by %2$s" -msgstr "" - -#: include/enotify.php:161 -#, php-format -msgid "%s commented on an item/conversation you have been following." -msgstr "%s gaf een reactie op een bericht/conversatie die jij volgt." - -#: include/enotify.php:164 include/enotify.php:178 include/enotify.php:192 -#: include/enotify.php:206 include/enotify.php:224 include/enotify.php:238 -#, php-format -msgid "Please visit %s to view and/or reply to the conversation." -msgstr "Bezoek %s om de conversatie te bekijken en/of te beantwoorden." - #: include/enotify.php:171 #, php-format -msgid "[Friendica:Notify] %s posted to your profile wall" -msgstr "" +msgid "[Friendica:Notify] Comment to conversation #%1$d by %2$s" +msgstr "[Friendica:Notificatie] Reactie op gesprek #%1$d door %2$s" #: include/enotify.php:173 #, php-format -msgid "%1$s posted to your profile wall at %2$s" -msgstr "" +msgid "%s commented on an item/conversation you have been following." +msgstr "%s gaf een reactie op een bericht/gesprek die jij volgt." -#: include/enotify.php:174 +#: include/enotify.php:176 include/enotify.php:191 include/enotify.php:206 +#: include/enotify.php:221 include/enotify.php:240 include/enotify.php:255 #, php-format -msgid "%1$s posted to [url=%2$s]your wall[/url]" -msgstr "" +msgid "Please visit %s to view and/or reply to the conversation." +msgstr "Bezoek %s om het gesprek te bekijken en/of te beantwoorden." + +#: include/enotify.php:183 +#, php-format +msgid "[Friendica:Notify] %s posted to your profile wall" +msgstr "[Friendica:Melding] %s plaatste een bericht op je tijdlijn" #: include/enotify.php:185 #, php-format +msgid "%1$s posted to your profile wall at %2$s" +msgstr "%1$splaatste een bericht op je tijdlijn op %2$s" + +#: include/enotify.php:186 +#, php-format +msgid "%1$s posted to [url=%2$s]your wall[/url]" +msgstr "%1$s schreef op [url=%2$s]jouw tijdlijn[/url]" + +#: include/enotify.php:198 +#, php-format msgid "[Friendica:Notify] %s tagged you" msgstr "[Friendica:Notificatie] %s heeft jou genoemd" -#: include/enotify.php:187 +#: include/enotify.php:200 #, php-format msgid "%1$s tagged you at %2$s" msgstr "%1$s heeft jou in %2$s genoemd" -#: include/enotify.php:188 +#: include/enotify.php:201 #, php-format msgid "%1$s [url=%2$s]tagged you[/url]." msgstr "%1$s [url=%2$s]heeft jou genoemd[/url]." -#: include/enotify.php:199 -#, php-format -msgid "[Friendica:Notify] %s shared a new post" -msgstr "" - -#: include/enotify.php:201 -#, php-format -msgid "%1$s shared a new post at %2$s" -msgstr "" - -#: include/enotify.php:202 -#, php-format -msgid "%1$s [url=%2$s]shared a post[/url]." -msgstr "" - #: include/enotify.php:213 #, php-format -msgid "[Friendica:Notify] %1$s poked you" -msgstr "[Friendica:Notify] %1$s heeft jou aangestoten" +msgid "[Friendica:Notify] %s shared a new post" +msgstr "[Friendica:Melding] %s deelde een nieuw bericht" #: include/enotify.php:215 #, php-format -msgid "%1$s poked you at %2$s" -msgstr "%1$s heeft jou aangestoten op %2$s" +msgid "%1$s shared a new post at %2$s" +msgstr "%1$s deelde een nieuw bericht op %2$s" #: include/enotify.php:216 #, php-format -msgid "%1$s [url=%2$s]poked you[/url]." -msgstr "" +msgid "%1$s [url=%2$s]shared a post[/url]." +msgstr "%1$s [url=%2$s]deelde een bericht[/url]." + +#: include/enotify.php:228 +#, php-format +msgid "[Friendica:Notify] %1$s poked you" +msgstr "[Friendica:Melding] %1$s heeft jou gepord" + +#: include/enotify.php:230 +#, php-format +msgid "%1$s poked you at %2$s" +msgstr "%1$s heeft jou gepord op %2$s" #: include/enotify.php:231 #, php-format +msgid "%1$s [url=%2$s]poked you[/url]." +msgstr "%1$s [url=%2$s]porde jou[/url]" + +#: include/enotify.php:247 +#, php-format msgid "[Friendica:Notify] %s tagged your post" msgstr "[Friendica:Notificatie] %s heeft jouw bericht gelabeld" -#: include/enotify.php:233 +#: include/enotify.php:249 #, php-format msgid "%1$s tagged your post at %2$s" msgstr "%1$s heeft jouw bericht gelabeld in %2$s" -#: include/enotify.php:234 +#: include/enotify.php:250 #, php-format msgid "%1$s tagged [url=%2$s]your post[/url]" msgstr "%1$s labelde [url=%2$s]jouw bericht[/url]" -#: include/enotify.php:245 +#: include/enotify.php:262 msgid "[Friendica:Notify] Introduction received" msgstr "[Friendica:Notificatie] Vriendschaps-/connectieverzoek ontvangen" -#: include/enotify.php:247 +#: include/enotify.php:264 #, php-format msgid "You've received an introduction from '%1$s' at %2$s" msgstr "Je hebt een vriendschaps- of connectieverzoek ontvangen van '%1$s' om %2$s" -#: include/enotify.php:248 +#: include/enotify.php:265 #, php-format msgid "You've received [url=%1$s]an introduction[/url] from %2$s." msgstr "Je ontving [url=%1$s]een vriendschaps- of connectieverzoek[/url] van %2$s." -#: include/enotify.php:252 include/enotify.php:295 +#: include/enotify.php:270 include/enotify.php:316 #, php-format msgid "You may visit their profile at %s" msgstr "U kunt hun profiel bezoeken op %s" -#: include/enotify.php:254 +#: include/enotify.php:272 #, php-format msgid "Please visit %s to approve or reject the introduction." msgstr "Bezoek %s om het verzoek goed of af te keuren." -#: include/enotify.php:262 +#: include/enotify.php:280 msgid "[Friendica:Notify] A new person is sharing with you" -msgstr "" +msgstr "[Friendica:Melding] Iemand nieuw deelt met jou." -#: include/enotify.php:264 include/enotify.php:265 +#: include/enotify.php:282 include/enotify.php:283 #, php-format msgid "%1$s is sharing with you at %2$s" -msgstr "" +msgstr "%1$s deelt met jouw in %2$s" -#: include/enotify.php:271 +#: include/enotify.php:290 msgid "[Friendica:Notify] You have a new follower" -msgstr "" +msgstr "[Friendica:Melding] Je hebt een nieuwe volger" -#: include/enotify.php:273 include/enotify.php:274 +#: include/enotify.php:292 include/enotify.php:293 #, php-format msgid "You have a new follower at %2$s : %1$s" -msgstr "" +msgstr "Je hebt een nieuwe volger op %2$s: %1$s" -#: include/enotify.php:285 +#: include/enotify.php:305 msgid "[Friendica:Notify] Friend suggestion received" -msgstr "" +msgstr "[Friendica:Melding] Vriendschapsvoorstel ontvangen" -#: include/enotify.php:287 +#: include/enotify.php:307 #, php-format msgid "You've received a friend suggestion from '%1$s' at %2$s" -msgstr "" +msgstr "Je kreeg een vriendschapssuggestie van '%1$s' op %2$s" -#: include/enotify.php:288 +#: include/enotify.php:308 #, php-format msgid "" "You've received [url=%1$s]a friend suggestion[/url] for %2$s from %3$s." -msgstr "" +msgstr "Je kreeg een [url=%1$s]vriendschapssuggestie[/url] voor %2$s op %3$s." -#: include/enotify.php:293 +#: include/enotify.php:314 msgid "Name:" msgstr "Naam:" -#: include/enotify.php:294 +#: include/enotify.php:315 msgid "Photo:" msgstr "Foto: " -#: include/enotify.php:297 +#: include/enotify.php:318 #, php-format msgid "Please visit %s to approve or reject the suggestion." -msgstr "" +msgstr "Bezoek %s om de suggestie goed of af te keuren." -#: include/enotify.php:305 include/enotify.php:319 +#: include/enotify.php:326 include/enotify.php:341 msgid "[Friendica:Notify] Connection accepted" -msgstr "" +msgstr "[Friendica:Melding] Verbinding aanvaard" -#: include/enotify.php:307 include/enotify.php:321 +#: include/enotify.php:328 include/enotify.php:343 #, php-format msgid "'%1$s' has accepted your connection request at %2$s" -msgstr "" +msgstr "'%1$s' aanvaarde je contactaanvraag op %2$s" -#: include/enotify.php:308 include/enotify.php:322 +#: include/enotify.php:329 include/enotify.php:344 #, php-format msgid "%2$s has accepted your [url=%1$s]connection request[/url]." -msgstr "" +msgstr "%2$saanvaarde jouw [url=%1$s]contactaanvraag[/url]." -#: include/enotify.php:312 +#: include/enotify.php:334 msgid "" "You are now mutual friends and may exchange status updates, photos, and " "email without restriction." -msgstr "" +msgstr "Jullie zijn nu in contact met elkaar en kunnen statusberichten, foto's en email delen zonder beperkingen." -#: include/enotify.php:314 +#: include/enotify.php:336 #, php-format msgid "Please visit %s if you wish to make any changes to this relationship." -msgstr "" +msgstr "Bezoek alstublieft %s als je deze relatie wil wijzigen." -#: include/enotify.php:326 +#: include/enotify.php:349 #, php-format msgid "" -"'%1$s' has chosen to accept you a \"fan\", which restricts some forms of " +"'%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 "" +msgstr "'%1$s' koos om je te accepteren als fan, wat sommige communicatievormen beperkt - zoals privéberichten en sommige profielfuncties. Als dit een beroemdheid- of groepspagina is, werd dit automatisch toegepast." -#: include/enotify.php:328 +#: include/enotify.php:351 #, php-format msgid "" "'%1$s' may choose to extend this into a two-way or more permissive " "relationship in the future." -msgstr "" +msgstr "'%1$s' kan er later voor kiezen om deze beperkingen aan te passen." -#: include/enotify.php:330 +#: include/enotify.php:353 #, php-format msgid "Please visit %s if you wish to make any changes to this relationship." -msgstr "" +msgstr "Bezoek %s wanneer je deze relatie wil wijzigen." -#: include/enotify.php:340 +#: include/enotify.php:363 msgid "[Friendica System:Notify] registration request" -msgstr "" +msgstr "[Friendica System:Melding] Registratieaanvraag" -#: include/enotify.php:342 +#: include/enotify.php:365 #, php-format msgid "You've received a registration request from '%1$s' at %2$s" -msgstr "" +msgstr "Je kreeg een registratieaanvraag van '%1$s' op %2$s" -#: include/enotify.php:343 +#: include/enotify.php:366 #, php-format msgid "You've received a [url=%1$s]registration request[/url] from %2$s." -msgstr "" +msgstr "Je kreeg een [url=%1$s]registratieaanvraag[/url] van %2$s." -#: include/enotify.php:347 +#: include/enotify.php:371 #, php-format msgid "Full Name:\t%1$s\\nSite Location:\t%2$s\\nLogin Name:\t%3$s (%4$s)" -msgstr "" +msgstr "Volledige naam:\t%1$s\\nAdres van de site\t%2$s\\nLoginnaam:\t%3$s (%4$s)" -#: include/enotify.php:350 +#: include/enotify.php:377 #, php-format msgid "Please visit %s to approve or reject the request." -msgstr "" - -#: include/event.php:16 include/bb2diaspora.php:152 mod/localtime.php:12 -msgid "l F d, Y \\@ g:i A" -msgstr "l F d, Y \\@ g:i A" - -#: include/event.php:33 include/event.php:51 include/event.php:487 -#: include/bb2diaspora.php:158 -msgid "Starts:" -msgstr "Begint:" - -#: include/event.php:36 include/event.php:57 include/event.php:488 -#: include/bb2diaspora.php:166 -msgid "Finishes:" -msgstr "Eindigt:" - -#: include/event.php:39 include/event.php:63 include/event.php:489 -#: include/bb2diaspora.php:174 include/identity.php:328 -#: mod/notifications.php:232 mod/directory.php:137 mod/events.php:494 -#: mod/contacts.php:628 -msgid "Location:" -msgstr "Plaats:" - -#: include/event.php:441 -msgid "Sun" -msgstr "" - -#: include/event.php:442 -msgid "Mon" -msgstr "" - -#: include/event.php:443 -msgid "Tue" -msgstr "" - -#: include/event.php:444 -msgid "Wed" -msgstr "" - -#: include/event.php:445 -msgid "Thu" -msgstr "" - -#: include/event.php:446 -msgid "Fri" -msgstr "" - -#: include/event.php:447 -msgid "Sat" -msgstr "" - -#: include/event.php:448 include/text.php:1130 mod/settings.php:972 -msgid "Sunday" -msgstr "Zondag" - -#: include/event.php:449 include/text.php:1130 mod/settings.php:972 -msgid "Monday" -msgstr "Maandag" - -#: include/event.php:450 include/text.php:1130 -msgid "Tuesday" -msgstr "Dinsdag" - -#: include/event.php:451 include/text.php:1130 -msgid "Wednesday" -msgstr "Woensdag" - -#: include/event.php:452 include/text.php:1130 -msgid "Thursday" -msgstr "Donderdag" - -#: include/event.php:453 include/text.php:1130 -msgid "Friday" -msgstr "Vrijdag" - -#: include/event.php:454 include/text.php:1130 -msgid "Saturday" -msgstr "Zaterdag" - -#: include/event.php:455 -msgid "Jan" -msgstr "" - -#: include/event.php:456 -msgid "Feb" -msgstr "" - -#: include/event.php:457 -msgid "Mar" -msgstr "" - -#: include/event.php:458 -msgid "Apr" -msgstr "" - -#: include/event.php:459 include/event.php:471 include/text.php:1134 -msgid "May" -msgstr "Mei" - -#: include/event.php:460 -msgid "Jun" -msgstr "" - -#: include/event.php:461 -msgid "Jul" -msgstr "" - -#: include/event.php:462 -msgid "Aug" -msgstr "" - -#: include/event.php:463 -msgid "Sept" -msgstr "" - -#: include/event.php:464 -msgid "Oct" -msgstr "" - -#: include/event.php:465 -msgid "Nov" -msgstr "" - -#: include/event.php:466 -msgid "Dec" -msgstr "" - -#: include/event.php:467 include/text.php:1134 -msgid "January" -msgstr "Januari" - -#: include/event.php:468 include/text.php:1134 -msgid "February" -msgstr "Februari" - -#: include/event.php:469 include/text.php:1134 -msgid "March" -msgstr "Maart" - -#: include/event.php:470 include/text.php:1134 -msgid "April" -msgstr "April" - -#: include/event.php:472 include/text.php:1134 -msgid "June" -msgstr "Juni" - -#: include/event.php:473 include/text.php:1134 -msgid "July" -msgstr "Juli" - -#: include/event.php:474 include/text.php:1134 -msgid "August" -msgstr "Augustus" - -#: include/event.php:475 include/text.php:1134 -msgid "September" -msgstr "September" - -#: include/event.php:476 include/text.php:1134 -msgid "October" -msgstr "Oktober" - -#: include/event.php:477 include/text.php:1134 -msgid "November" -msgstr "November" - -#: include/event.php:478 include/text.php:1134 -msgid "December" -msgstr "December" - -#: include/event.php:479 mod/cal.php:283 mod/events.php:388 -msgid "today" -msgstr "" - -#: include/event.php:483 -msgid "all-day" -msgstr "" - -#: include/event.php:485 -msgid "No events to display" -msgstr "" - -#: include/event.php:574 -msgid "l, F j" -msgstr "l j F" - -#: include/event.php:593 -msgid "Edit event" -msgstr "Gebeurtenis bewerken" - -#: include/event.php:615 include/text.php:1532 include/text.php:1539 -msgid "link to source" -msgstr "Verwijzing naar bron" - -#: include/event.php:850 -msgid "Export" -msgstr "" - -#: include/event.php:851 -msgid "Export calendar as ical" -msgstr "" - -#: include/event.php:852 -msgid "Export calendar as csv" -msgstr "" - -#: include/nav.php:35 mod/navigation.php:19 -msgid "Nothing new here" -msgstr "Niets nieuw hier" - -#: include/nav.php:39 mod/navigation.php:23 -msgid "Clear notifications" -msgstr "Notificaties verwijderen" - -#: include/nav.php:40 include/text.php:1015 -msgid "@name, !forum, #tags, content" -msgstr "" - -#: include/nav.php:78 view/theme/frio/theme.php:246 boot.php:1792 -msgid "Logout" -msgstr "Uitloggen" - -#: include/nav.php:78 view/theme/frio/theme.php:246 -msgid "End this session" -msgstr "Deze sessie beëindigen" - -#: include/nav.php:81 include/identity.php:714 mod/contacts.php:637 -#: mod/contacts.php:833 view/theme/frio/theme.php:249 -msgid "Status" -msgstr "Tijdlijn" - -#: include/nav.php:81 include/nav.php:161 view/theme/frio/theme.php:249 -msgid "Your posts and conversations" -msgstr "Jouw berichten en conversaties" - -#: include/nav.php:82 include/identity.php:605 include/identity.php:691 -#: include/identity.php:722 mod/profperm.php:104 mod/newmember.php:32 -#: mod/contacts.php:639 mod/contacts.php:841 view/theme/frio/theme.php:250 -msgid "Profile" -msgstr "Profiel" - -#: include/nav.php:82 view/theme/frio/theme.php:250 -msgid "Your profile page" -msgstr "Jouw profiel pagina" - -#: include/nav.php:83 include/identity.php:730 mod/fbrowser.php:32 -#: view/theme/frio/theme.php:251 -msgid "Photos" -msgstr "Foto's" - -#: include/nav.php:83 view/theme/frio/theme.php:251 -msgid "Your photos" -msgstr "Jouw foto's" - -#: include/nav.php:84 include/identity.php:738 include/identity.php:741 -#: view/theme/frio/theme.php:252 -msgid "Videos" -msgstr "Video's" - -#: include/nav.php:84 view/theme/frio/theme.php:252 -msgid "Your videos" -msgstr "" - -#: include/nav.php:85 include/nav.php:149 include/identity.php:750 -#: include/identity.php:761 mod/cal.php:275 mod/events.php:379 -#: view/theme/frio/theme.php:253 view/theme/frio/theme.php:257 -msgid "Events" -msgstr "Gebeurtenissen" - -#: include/nav.php:85 view/theme/frio/theme.php:253 -msgid "Your events" -msgstr "Jouw gebeurtenissen" - -#: include/nav.php:86 -msgid "Personal notes" -msgstr "Persoonlijke nota's" - -#: include/nav.php:86 -msgid "Your personal notes" -msgstr "" - -#: include/nav.php:95 mod/bookmarklet.php:12 boot.php:1793 -msgid "Login" -msgstr "Login" - -#: include/nav.php:95 -msgid "Sign in" -msgstr "Inloggen" - -#: include/nav.php:105 include/nav.php:161 -#: include/NotificationsManager.php:174 -msgid "Home" -msgstr "Tijdlijn" - -#: include/nav.php:105 -msgid "Home Page" -msgstr "Jouw tijdlijn" - -#: include/nav.php:109 mod/register.php:289 boot.php:1768 -msgid "Register" -msgstr "Registreer" - -#: include/nav.php:109 -msgid "Create an account" -msgstr "Maak een accoount" - -#: include/nav.php:115 mod/help.php:47 view/theme/vier/theme.php:298 -msgid "Help" -msgstr "Help" - -#: include/nav.php:115 -msgid "Help and documentation" -msgstr "Hulp en documentatie" - -#: include/nav.php:119 -msgid "Apps" -msgstr "Apps" - -#: include/nav.php:119 -msgid "Addon applications, utilities, games" -msgstr "Extra toepassingen, hulpmiddelen of spelletjes" - -#: include/nav.php:123 include/text.php:1012 mod/search.php:149 -msgid "Search" -msgstr "Zoeken" - -#: include/nav.php:123 -msgid "Search site content" -msgstr "Doorzoek de inhoud van de website" - -#: include/nav.php:126 include/text.php:1020 -msgid "Full Text" -msgstr "" - -#: include/nav.php:127 include/text.php:1021 -msgid "Tags" -msgstr "" - -#: include/nav.php:128 include/nav.php:192 include/identity.php:783 -#: include/identity.php:786 include/text.php:1022 mod/contacts.php:792 -#: mod/contacts.php:853 mod/viewcontacts.php:116 view/theme/frio/theme.php:260 -msgid "Contacts" -msgstr "Contacten" - -#: include/nav.php:143 include/nav.php:145 mod/community.php:36 -msgid "Community" -msgstr "Website" - -#: include/nav.php:143 -msgid "Conversations on this site" -msgstr "Conversaties op deze website" - -#: include/nav.php:145 -msgid "Conversations on the network" -msgstr "" - -#: include/nav.php:149 include/identity.php:753 include/identity.php:764 -#: view/theme/frio/theme.php:257 -msgid "Events and Calendar" -msgstr "Gebeurtenissen en kalender" - -#: include/nav.php:152 -msgid "Directory" -msgstr "Gids" - -#: include/nav.php:152 -msgid "People directory" -msgstr "Personengids" - -#: include/nav.php:154 -msgid "Information" -msgstr "Informatie" - -#: include/nav.php:154 -msgid "Information about this friendica instance" -msgstr "" - -#: include/nav.php:158 include/NotificationsManager.php:160 mod/admin.php:411 -#: view/theme/frio/theme.php:256 -msgid "Network" -msgstr "Netwerk" - -#: include/nav.php:158 view/theme/frio/theme.php:256 -msgid "Conversations from your friends" -msgstr "Conversaties van je vrienden" - -#: include/nav.php:159 -msgid "Network Reset" -msgstr "Netwerkpagina opnieuw instellen" - -#: include/nav.php:159 -msgid "Load Network page with no filters" -msgstr "Laad de netwerkpagina zonder filters" - -#: include/nav.php:166 include/NotificationsManager.php:181 -msgid "Introductions" -msgstr "Verzoeken" - -#: include/nav.php:166 -msgid "Friend Requests" -msgstr "Vriendschapsverzoeken" - -#: include/nav.php:169 mod/notifications.php:96 -msgid "Notifications" -msgstr "Notificaties" - -#: include/nav.php:170 -msgid "See all notifications" -msgstr "Toon alle notificaties" - -#: include/nav.php:171 mod/settings.php:902 -msgid "Mark as seen" -msgstr "Als 'gelezen' markeren" - -#: include/nav.php:171 -msgid "Mark all system notifications seen" -msgstr "Alle systeemnotificaties als gelezen markeren" - -#: include/nav.php:175 mod/message.php:190 view/theme/frio/theme.php:258 -msgid "Messages" -msgstr "Privéberichten" - -#: include/nav.php:175 view/theme/frio/theme.php:258 -msgid "Private mail" -msgstr "Privéberichten" - -#: include/nav.php:176 -msgid "Inbox" -msgstr "Inbox" - -#: include/nav.php:177 -msgid "Outbox" -msgstr "Verzonden berichten" - -#: include/nav.php:178 mod/message.php:16 -msgid "New Message" -msgstr "Nieuw Bericht" - -#: include/nav.php:181 -msgid "Manage" -msgstr "Beheren" - -#: include/nav.php:181 -msgid "Manage other pages" -msgstr "Andere pagina's beheren" - -#: include/nav.php:184 mod/settings.php:81 -msgid "Delegations" -msgstr "" - -#: include/nav.php:184 mod/delegate.php:130 -msgid "Delegate Page Management" -msgstr "Paginabeheer uitbesteden" - -#: include/nav.php:186 mod/newmember.php:22 mod/settings.php:111 -#: mod/admin.php:1524 mod/admin.php:1782 view/theme/frio/theme.php:259 -msgid "Settings" -msgstr "Instellingen" - -#: include/nav.php:186 view/theme/frio/theme.php:259 -msgid "Account settings" -msgstr "Account instellingen" - -#: include/nav.php:189 include/identity.php:282 -msgid "Profiles" -msgstr "Profielen" - -#: include/nav.php:189 -msgid "Manage/Edit Profiles" -msgstr "Beheer/Wijzig Profielen" - -#: include/nav.php:192 view/theme/frio/theme.php:260 -msgid "Manage/edit friends and contacts" -msgstr "Beheer/Wijzig vrienden en contacten" - -#: include/nav.php:197 mod/admin.php:186 -msgid "Admin" -msgstr "Beheer" - -#: include/nav.php:197 -msgid "Site setup and configuration" -msgstr "Website opzetten en configureren" - -#: include/nav.php:200 -msgid "Navigation" -msgstr "Navigatie" - -#: include/nav.php:200 -msgid "Site map" -msgstr "Sitemap" - -#: include/photos.php:53 mod/fbrowser.php:41 mod/fbrowser.php:62 -#: mod/photos.php:180 mod/photos.php:1086 mod/photos.php:1211 -#: mod/photos.php:1232 mod/photos.php:1795 mod/photos.php:1807 -msgid "Contact Photos" -msgstr "Contactfoto's" - -#: include/security.php:22 -msgid "Welcome " -msgstr "Welkom" - -#: include/security.php:23 -msgid "Please upload a profile photo." -msgstr "Upload een profielfoto." - -#: include/security.php:26 -msgid "Welcome back " -msgstr "Welkom terug " - -#: include/security.php:373 -msgid "" -"The form security token was not correct. This probably happened because the " -"form has been opened for too long (>3 hours) before submitting it." -msgstr "" - -#: include/NotificationsManager.php:153 -msgid "System" -msgstr "Systeem" - -#: include/NotificationsManager.php:167 mod/profiles.php:703 -#: mod/network.php:845 -msgid "Personal" -msgstr "Persoonlijk" - -#: include/NotificationsManager.php:234 include/NotificationsManager.php:244 +msgstr "Bezoek %s om de aanvraag goed of af te keuren." + +#: include/items.php:342 mod/notice.php:22 mod/viewsrc.php:21 +#: mod/display.php:72 mod/display.php:252 mod/display.php:354 +#: mod/admin.php:276 mod/admin.php:1854 mod/admin.php:2102 +msgid "Item not found." +msgstr "Item niet gevonden." + +#: include/items.php:382 +msgid "Do you really want to delete this item?" +msgstr "Wil je echt dit item verwijderen?" + +#: include/items.php:384 mod/api.php:110 mod/suggest.php:38 +#: mod/dfrn_request.php:653 mod/message.php:138 mod/follow.php:150 +#: mod/profiles.php:636 mod/profiles.php:639 mod/profiles.php:661 +#: mod/contacts.php:472 mod/register.php:237 mod/settings.php:1105 +#: mod/settings.php:1111 mod/settings.php:1118 mod/settings.php:1122 +#: mod/settings.php:1126 mod/settings.php:1130 mod/settings.php:1134 +#: mod/settings.php:1138 mod/settings.php:1158 mod/settings.php:1159 +#: mod/settings.php:1160 mod/settings.php:1161 mod/settings.php:1162 +msgid "Yes" +msgstr "Ja" + +#: include/items.php:387 include/conversation.php:1378 mod/fbrowser.php:103 +#: mod/fbrowser.php:134 mod/suggest.php:41 mod/dfrn_request.php:663 +#: mod/tagrm.php:19 mod/tagrm.php:99 mod/editpost.php:149 mod/message.php:141 +#: mod/photos.php:248 mod/photos.php:324 mod/videos.php:147 +#: mod/unfollow.php:117 mod/follow.php:161 mod/contacts.php:475 +#: mod/settings.php:676 mod/settings.php:702 +msgid "Cancel" +msgstr "Annuleren" + +#: include/items.php:401 mod/allfriends.php:21 mod/api.php:35 mod/api.php:40 +#: mod/attach.php:38 mod/common.php:26 mod/crepair.php:98 mod/nogroup.php:28 +#: mod/repair_ostatus.php:13 mod/suggest.php:60 mod/uimport.php:28 +#: mod/notifications.php:73 mod/dfrn_confirm.php:68 mod/invite.php:20 +#: mod/invite.php:106 mod/wall_attach.php:74 mod/wall_attach.php:77 +#: mod/manage.php:131 mod/regmod.php:108 mod/viewcontacts.php:57 +#: mod/wallmessage.php:16 mod/wallmessage.php:40 mod/wallmessage.php:79 +#: mod/wallmessage.php:103 mod/poke.php:150 mod/wall_upload.php:103 +#: mod/wall_upload.php:106 mod/editpost.php:18 mod/fsuggest.php:80 +#: mod/group.php:26 mod/item.php:160 mod/message.php:59 mod/message.php:104 +#: mod/network.php:32 mod/notes.php:30 mod/photos.php:174 mod/photos.php:1051 +#: mod/delegate.php:25 mod/delegate.php:43 mod/delegate.php:54 +#: mod/dirfind.php:25 mod/ostatus_subscribe.php:16 mod/unfollow.php:15 +#: mod/unfollow.php:57 mod/unfollow.php:90 mod/cal.php:304 mod/events.php:194 +#: mod/profile_photo.php:30 mod/profile_photo.php:176 +#: mod/profile_photo.php:187 mod/profile_photo.php:200 mod/follow.php:17 +#: mod/follow.php:54 mod/follow.php:118 mod/profiles.php:182 +#: mod/profiles.php:606 mod/contacts.php:386 mod/register.php:53 +#: mod/settings.php:42 mod/settings.php:141 mod/settings.php:665 index.php:416 +msgid "Permission denied." +msgstr "Toegang geweigerd" + +#: include/items.php:471 +msgid "Archives" +msgstr "Archieven" + +#: include/items.php:477 src/Content/ForumManager.php:130 +#: src/Content/Widget.php:312 src/Object/Post.php:430 src/App.php:512 +#: view/theme/vier/theme.php:259 +msgid "show more" +msgstr "toon meer" + +#: include/conversation.php:144 include/conversation.php:282 +#: include/text.php:1774 src/Model/Item.php:1795 +msgid "event" +msgstr "gebeurtenis" + +#: include/conversation.php:147 include/conversation.php:157 +#: include/conversation.php:285 include/conversation.php:294 +#: mod/subthread.php:97 mod/tagger.php:72 src/Model/Item.php:1793 +#: src/Protocol/Diaspora.php:2010 +msgid "status" +msgstr "status" + +#: include/conversation.php:152 include/conversation.php:290 +#: include/text.php:1776 mod/subthread.php:97 mod/tagger.php:72 +#: src/Model/Item.php:1793 +msgid "photo" +msgstr "foto" + +#: include/conversation.php:164 src/Model/Item.php:1666 +#: src/Protocol/Diaspora.php:2006 #, php-format -msgid "%s commented on %s's post" -msgstr "%s gaf een reactie op het bericht van %s" +msgid "%1$s likes %2$s's %3$s" +msgstr "%1$s vindt het %3$s van %2$s leuk" -#: include/NotificationsManager.php:243 +#: include/conversation.php:167 src/Model/Item.php:1671 #, php-format -msgid "%s created a new post" -msgstr "%s schreef een nieuw bericht" +msgid "%1$s doesn't like %2$s's %3$s" +msgstr "%1$s vindt het %3$s van %2$s niet leuk" -#: include/NotificationsManager.php:256 -#, php-format -msgid "%s liked %s's post" -msgstr "%s vond het bericht van %s leuk" - -#: include/NotificationsManager.php:267 -#, php-format -msgid "%s disliked %s's post" -msgstr "%s vond het bericht van %s niet leuk" - -#: include/NotificationsManager.php:278 -#, php-format -msgid "%s is attending %s's event" -msgstr "" - -#: include/NotificationsManager.php:289 -#, php-format -msgid "%s is not attending %s's event" -msgstr "" - -#: include/NotificationsManager.php:300 -#, php-format -msgid "%s may attend %s's event" -msgstr "" - -#: include/NotificationsManager.php:315 -#, php-format -msgid "%s is now friends with %s" -msgstr "%s is nu bevriend met %s" - -#: include/NotificationsManager.php:748 -msgid "Friend Suggestion" -msgstr "Vriendschapsvoorstel" - -#: include/NotificationsManager.php:781 -msgid "Friend/Connect Request" -msgstr "Vriendschapsverzoek" - -#: include/NotificationsManager.php:781 -msgid "New Follower" -msgstr "Nieuwe Volger" - -#: include/dbstructure.php:26 -#, php-format -msgid "" -"\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." -msgstr "" - -#: include/dbstructure.php:31 -#, php-format -msgid "" -"The error message is\n" -"[pre]%s[/pre]" -msgstr "" - -#: include/dbstructure.php:183 -msgid "Errors encountered creating database tables." -msgstr "Tijdens het aanmaken van databasetabellen zijn fouten vastgesteld." - -#: include/dbstructure.php:260 -msgid "Errors encountered performing database changes." -msgstr "" - -#: include/delivery.php:446 -msgid "(no subject)" -msgstr "(geen onderwerp)" - -#: include/diaspora.php:1958 -msgid "Sharing notification from Diaspora network" -msgstr "" - -#: include/diaspora.php:2864 -msgid "Attachments:" -msgstr "Bijlagen:" - -#: include/network.php:595 -msgid "view full size" -msgstr "Volledig formaat" - -#: include/Contact.php:340 include/Contact.php:353 include/Contact.php:398 -#: include/conversation.php:968 include/conversation.php:984 -#: mod/allfriends.php:65 mod/directory.php:155 mod/dirfind.php:203 -#: mod/match.php:71 mod/suggest.php:82 -msgid "View Profile" -msgstr "Bekijk profiel" - -#: include/Contact.php:397 include/conversation.php:967 -msgid "View Status" -msgstr "Bekijk status" - -#: include/Contact.php:399 include/conversation.php:969 -msgid "View Photos" -msgstr "Bekijk foto's" - -#: include/Contact.php:400 include/conversation.php:970 -msgid "Network Posts" -msgstr "Netwerkberichten" - -#: include/Contact.php:401 include/conversation.php:971 -msgid "View Contact" -msgstr "" - -#: include/Contact.php:402 -msgid "Drop Contact" -msgstr "Verwijder contact" - -#: include/Contact.php:403 include/conversation.php:972 -msgid "Send PM" -msgstr "Stuur een privébericht" - -#: include/Contact.php:404 include/conversation.php:976 -msgid "Poke" -msgstr "Aanstoten" - -#: include/Contact.php:775 -msgid "Organisation" -msgstr "" - -#: include/Contact.php:778 -msgid "News" -msgstr "" - -#: include/Contact.php:781 -msgid "Forum" -msgstr "Forum" - -#: include/api.php:1018 -#, php-format -msgid "Daily posting limit of %d posts reached. The post was rejected." -msgstr "" - -#: include/api.php:1038 -#, php-format -msgid "Weekly posting limit of %d posts reached. The post was rejected." -msgstr "" - -#: include/api.php:1059 -#, php-format -msgid "Monthly posting limit of %d posts reached. The post was rejected." -msgstr "" - -#: include/bbcode.php:350 include/bbcode.php:1057 include/bbcode.php:1058 -msgid "Image/photo" -msgstr "Afbeelding/foto" - -#: include/bbcode.php:467 -#, php-format -msgid "%2$s %3$s" -msgstr "" - -#: include/bbcode.php:1017 include/bbcode.php:1037 -msgid "$1 wrote:" -msgstr "$1 schreef:" - -#: include/bbcode.php:1066 include/bbcode.php:1067 -msgid "Encrypted content" -msgstr "Versleutelde inhoud" - -#: include/bbcode.php:1169 -msgid "Invalid source protocol" -msgstr "" - -#: include/bbcode.php:1179 -msgid "Invalid link protocol" -msgstr "" - -#: include/conversation.php:147 +#: include/conversation.php:170 #, php-format msgid "%1$s attends %2$s's %3$s" -msgstr "" +msgstr "%1$s neemt deel aan %2$ss %3$s deel" -#: include/conversation.php:150 +#: include/conversation.php:173 #, php-format msgid "%1$s doesn't attend %2$s's %3$s" -msgstr "" +msgstr "%1$s neemt niet deel aan %2$ss %3$s" -#: include/conversation.php:153 +#: include/conversation.php:176 #, php-format msgid "%1$s attends maybe %2$s's %3$s" -msgstr "" +msgstr "%1$s neemt misschien deel aan %2$ss %3$s" -#: include/conversation.php:185 mod/dfrn_confirm.php:477 +#: include/conversation.php:209 mod/dfrn_confirm.php:431 +#: src/Protocol/Diaspora.php:2481 #, php-format msgid "%1$s is now friends with %2$s" msgstr "%1$s is nu bevriend met %2$s" -#: include/conversation.php:219 +#: include/conversation.php:250 #, php-format msgid "%1$s poked %2$s" -msgstr "%1$s stootte %2$s aan" +msgstr "%1$s porde %2$s aan" -#: include/conversation.php:239 mod/mood.php:62 -#, php-format -msgid "%1$s is currently %2$s" -msgstr "%1$s is op dit moment %2$s" - -#: include/conversation.php:278 mod/tagger.php:95 +#: include/conversation.php:304 mod/tagger.php:110 #, php-format msgid "%1$s tagged %2$s's %3$s with %4$s" msgstr "%1$s labelde %3$s van %2$s met %4$s" -#: include/conversation.php:303 +#: include/conversation.php:331 msgid "post/item" msgstr "bericht/item" -#: include/conversation.php:304 +#: include/conversation.php:332 #, php-format msgid "%1$s marked %2$s's %3$s as favorite" msgstr "%1$s markeerde %2$s's %3$s als favoriet" -#: include/conversation.php:585 mod/content.php:372 mod/profiles.php:346 -#: mod/photos.php:1607 +#: include/conversation.php:605 mod/photos.php:1501 mod/profiles.php:355 msgid "Likes" msgstr "Houdt van" -#: include/conversation.php:585 mod/content.php:372 mod/profiles.php:350 -#: mod/photos.php:1607 +#: include/conversation.php:605 mod/photos.php:1501 mod/profiles.php:359 msgid "Dislikes" msgstr "Houdt niet van" -#: include/conversation.php:586 include/conversation.php:1481 -#: mod/content.php:373 mod/photos.php:1608 +#: include/conversation.php:606 include/conversation.php:1687 +#: mod/photos.php:1502 msgid "Attending" msgid_plural "Attending" -msgstr[0] "" -msgstr[1] "" +msgstr[0] "Neemt deel" +msgstr[1] "Nemen deel" -#: include/conversation.php:586 mod/content.php:373 mod/photos.php:1608 +#: include/conversation.php:606 mod/photos.php:1502 msgid "Not attending" -msgstr "" +msgstr "Nemen niet deel" -#: include/conversation.php:586 mod/content.php:373 mod/photos.php:1608 +#: include/conversation.php:606 mod/photos.php:1502 msgid "Might attend" -msgstr "" +msgstr "Nemen misschien deel" -#: include/conversation.php:708 mod/content.php:453 mod/content.php:758 -#: mod/photos.php:1681 object/Item.php:133 +#: include/conversation.php:744 mod/photos.php:1569 src/Object/Post.php:178 msgid "Select" msgstr "Kies" -#: include/conversation.php:709 mod/group.php:171 mod/content.php:454 -#: mod/content.php:759 mod/photos.php:1682 mod/settings.php:741 -#: mod/admin.php:1414 mod/contacts.php:808 mod/contacts.php:1007 -#: object/Item.php:134 +#: include/conversation.php:745 mod/photos.php:1570 mod/contacts.php:830 +#: mod/contacts.php:1035 mod/admin.php:1798 mod/settings.php:738 +#: src/Object/Post.php:179 msgid "Delete" msgstr "Verwijder" -#: include/conversation.php:753 mod/content.php:487 mod/content.php:910 -#: mod/content.php:911 object/Item.php:367 object/Item.php:368 +#: include/conversation.php:783 src/Object/Post.php:363 +#: src/Object/Post.php:364 #, php-format msgid "View %s's profile @ %s" msgstr "Bekijk het profiel van %s @ %s" -#: include/conversation.php:765 object/Item.php:355 +#: include/conversation.php:795 src/Object/Post.php:351 msgid "Categories:" msgstr "Categorieën:" -#: include/conversation.php:766 object/Item.php:356 +#: include/conversation.php:796 src/Object/Post.php:352 msgid "Filed under:" msgstr "Bewaard onder:" -#: include/conversation.php:773 mod/content.php:497 mod/content.php:923 -#: object/Item.php:381 +#: include/conversation.php:803 src/Object/Post.php:377 #, php-format msgid "%s from %s" msgstr "%s van %s" -#: include/conversation.php:789 mod/content.php:513 +#: include/conversation.php:818 msgid "View in context" msgstr "In context bekijken" -#: include/conversation.php:791 include/conversation.php:1264 -#: mod/editpost.php:124 mod/wallmessage.php:156 mod/message.php:356 -#: mod/message.php:548 mod/content.php:515 mod/content.php:948 -#: mod/photos.php:1570 object/Item.php:406 +#: include/conversation.php:820 include/conversation.php:1360 +#: mod/wallmessage.php:145 mod/editpost.php:125 mod/message.php:264 +#: mod/message.php:433 mod/photos.php:1473 src/Object/Post.php:402 msgid "Please wait" msgstr "Even geduld" -#: include/conversation.php:870 +#: include/conversation.php:891 msgid "remove" msgstr "verwijder" -#: include/conversation.php:874 +#: include/conversation.php:895 msgid "Delete Selected Items" msgstr "Geselecteerde items verwijderen" -#: include/conversation.php:966 +#: include/conversation.php:1065 view/theme/frio/theme.php:352 msgid "Follow Thread" -msgstr "Conversatie volgen" +msgstr "Gesprek volgen" -#: include/conversation.php:1097 +#: include/conversation.php:1066 src/Model/Contact.php:640 +msgid "View Status" +msgstr "Bekijk status" + +#: include/conversation.php:1067 include/conversation.php:1083 +#: mod/allfriends.php:73 mod/suggest.php:82 mod/match.php:89 +#: mod/dirfind.php:217 mod/directory.php:159 src/Model/Contact.php:580 +#: src/Model/Contact.php:593 src/Model/Contact.php:641 +msgid "View Profile" +msgstr "Bekijk profiel" + +#: include/conversation.php:1068 src/Model/Contact.php:642 +msgid "View Photos" +msgstr "Bekijk foto's" + +#: include/conversation.php:1069 src/Model/Contact.php:643 +msgid "Network Posts" +msgstr "Netwerkberichten" + +#: include/conversation.php:1070 src/Model/Contact.php:644 +msgid "View Contact" +msgstr "Bekijk contact" + +#: include/conversation.php:1071 src/Model/Contact.php:646 +msgid "Send PM" +msgstr "Stuur een privébericht" + +#: include/conversation.php:1075 src/Model/Contact.php:647 +msgid "Poke" +msgstr "Porren" + +#: include/conversation.php:1080 mod/allfriends.php:74 mod/suggest.php:83 +#: mod/match.php:90 mod/dirfind.php:218 mod/follow.php:143 +#: mod/contacts.php:596 src/Content/Widget.php:61 src/Model/Contact.php:594 +msgid "Connect/Follow" +msgstr "Verbind/Volg" + +#: include/conversation.php:1199 #, php-format msgid "%s likes this." msgstr "%s vindt dit leuk." -#: include/conversation.php:1100 +#: include/conversation.php:1202 #, php-format msgid "%s doesn't like this." msgstr "%s vindt dit niet leuk." -#: include/conversation.php:1103 +#: include/conversation.php:1205 #, php-format msgid "%s attends." -msgstr "" +msgstr "%s neemt deel" -#: include/conversation.php:1106 +#: include/conversation.php:1208 #, php-format msgid "%s doesn't attend." -msgstr "" +msgstr "%s neemt niet deel" -#: include/conversation.php:1109 +#: include/conversation.php:1211 #, php-format msgid "%s attends maybe." -msgstr "" +msgstr "%s neemt misschien deel" -#: include/conversation.php:1119 +#: include/conversation.php:1222 msgid "and" msgstr "en" -#: include/conversation.php:1125 +#: include/conversation.php:1228 #, php-format -msgid ", and %d other people" -msgstr ", en %d andere mensen" +msgid "and %d other people" +msgstr "en %d anderen" -#: include/conversation.php:1134 +#: include/conversation.php:1237 #, php-format msgid "%2$d people like this" msgstr "%2$d mensen vinden dit leuk" -#: include/conversation.php:1135 +#: include/conversation.php:1238 #, php-format msgid "%s like this." -msgstr "" +msgstr "%s vinden dit leuk." -#: include/conversation.php:1138 +#: include/conversation.php:1241 #, php-format msgid "%2$d people don't like this" msgstr "%2$d people vinden dit niet leuk" -#: include/conversation.php:1139 +#: include/conversation.php:1242 #, php-format msgid "%s don't like this." -msgstr "" +msgstr "%s vinden dit niet leuk." -#: include/conversation.php:1142 +#: include/conversation.php:1245 #, php-format msgid "%2$d people attend" -msgstr "" +msgstr "%2$d mensen nemen deel" -#: include/conversation.php:1143 +#: include/conversation.php:1246 #, php-format msgid "%s attend." -msgstr "" +msgstr "%s nemen deel." -#: include/conversation.php:1146 +#: include/conversation.php:1249 #, php-format msgid "%2$d people don't attend" -msgstr "" +msgstr "%2$d mensen nemen niet deel" -#: include/conversation.php:1147 +#: include/conversation.php:1250 #, php-format msgid "%s don't attend." -msgstr "" +msgstr "%s nemen niet deel." -#: include/conversation.php:1150 +#: include/conversation.php:1253 #, php-format msgid "%2$d people attend maybe" -msgstr "" +msgstr "%2$d mensen nemen misschien deel" -#: include/conversation.php:1151 +#: include/conversation.php:1254 #, php-format -msgid "%s anttend maybe." -msgstr "" +msgid "%s attend maybe." +msgstr "%s neemt misschien deel." -#: include/conversation.php:1190 include/conversation.php:1208 +#: include/conversation.php:1284 include/conversation.php:1300 msgid "Visible to everybody" msgstr "Zichtbaar voor iedereen" -#: include/conversation.php:1191 include/conversation.php:1209 -#: mod/wallmessage.php:127 mod/wallmessage.php:135 mod/message.php:291 -#: mod/message.php:299 mod/message.php:442 mod/message.php:450 +#: include/conversation.php:1285 include/conversation.php:1301 +#: mod/wallmessage.php:120 mod/wallmessage.php:127 mod/message.php:200 +#: mod/message.php:207 mod/message.php:343 mod/message.php:350 msgid "Please enter a link URL:" msgstr "Vul een internetadres/URL in:" -#: include/conversation.php:1192 include/conversation.php:1210 +#: include/conversation.php:1286 include/conversation.php:1302 msgid "Please enter a video link/URL:" msgstr "Vul een videolink/URL in:" -#: include/conversation.php:1193 include/conversation.php:1211 +#: include/conversation.php:1287 include/conversation.php:1303 msgid "Please enter an audio link/URL:" msgstr "Vul een audiolink/URL in:" -#: include/conversation.php:1194 include/conversation.php:1212 +#: include/conversation.php:1288 include/conversation.php:1304 msgid "Tag term:" msgstr "Label:" -#: include/conversation.php:1195 include/conversation.php:1213 -#: mod/filer.php:30 +#: include/conversation.php:1289 include/conversation.php:1305 +#: mod/filer.php:34 msgid "Save to Folder:" msgstr "Bewaren in map:" -#: include/conversation.php:1196 include/conversation.php:1214 +#: include/conversation.php:1290 include/conversation.php:1306 msgid "Where are you right now?" msgstr "Waar ben je nu?" -#: include/conversation.php:1197 +#: include/conversation.php:1291 msgid "Delete item(s)?" msgstr "Item(s) verwijderen?" -#: include/conversation.php:1245 mod/photos.php:1569 +#: include/conversation.php:1338 +msgid "New Post" +msgstr "Nieuw bericht" + +#: include/conversation.php:1341 msgid "Share" msgstr "Delen" -#: include/conversation.php:1246 mod/editpost.php:110 mod/wallmessage.php:154 -#: mod/message.php:354 mod/message.php:545 +#: include/conversation.php:1342 mod/wallmessage.php:143 mod/editpost.php:111 +#: mod/message.php:262 mod/message.php:430 msgid "Upload photo" msgstr "Foto uploaden" -#: include/conversation.php:1247 mod/editpost.php:111 +#: include/conversation.php:1343 mod/editpost.php:112 msgid "upload photo" msgstr "Foto uploaden" -#: include/conversation.php:1248 mod/editpost.php:112 +#: include/conversation.php:1344 mod/editpost.php:113 msgid "Attach file" msgstr "Bestand bijvoegen" -#: include/conversation.php:1249 mod/editpost.php:113 +#: include/conversation.php:1345 mod/editpost.php:114 msgid "attach file" msgstr "bestand bijvoegen" -#: include/conversation.php:1250 mod/editpost.php:114 mod/wallmessage.php:155 -#: mod/message.php:355 mod/message.php:546 +#: include/conversation.php:1346 mod/wallmessage.php:144 mod/editpost.php:115 +#: mod/message.php:263 mod/message.php:431 msgid "Insert web link" msgstr "Voeg een webadres in" -#: include/conversation.php:1251 mod/editpost.php:115 +#: include/conversation.php:1347 mod/editpost.php:116 msgid "web link" msgstr "webadres" -#: include/conversation.php:1252 mod/editpost.php:116 +#: include/conversation.php:1348 mod/editpost.php:117 msgid "Insert video link" msgstr "Voeg video toe" -#: include/conversation.php:1253 mod/editpost.php:117 +#: include/conversation.php:1349 mod/editpost.php:118 msgid "video link" msgstr "video adres" -#: include/conversation.php:1254 mod/editpost.php:118 +#: include/conversation.php:1350 mod/editpost.php:119 msgid "Insert audio link" msgstr "Voeg audio adres toe" -#: include/conversation.php:1255 mod/editpost.php:119 +#: include/conversation.php:1351 mod/editpost.php:120 msgid "audio link" msgstr "audio adres" -#: include/conversation.php:1256 mod/editpost.php:120 +#: include/conversation.php:1352 mod/editpost.php:121 msgid "Set your location" msgstr "Stel uw locatie in" -#: include/conversation.php:1257 mod/editpost.php:121 +#: include/conversation.php:1353 mod/editpost.php:122 msgid "set location" msgstr "Stel uw locatie in" -#: include/conversation.php:1258 mod/editpost.php:122 +#: include/conversation.php:1354 mod/editpost.php:123 msgid "Clear browser location" msgstr "Verwijder locatie uit uw webbrowser" -#: include/conversation.php:1259 mod/editpost.php:123 +#: include/conversation.php:1355 mod/editpost.php:124 msgid "clear location" msgstr "Verwijder locatie uit uw webbrowser" -#: include/conversation.php:1261 mod/editpost.php:137 +#: include/conversation.php:1357 mod/editpost.php:138 msgid "Set title" msgstr "Titel plaatsen" -#: include/conversation.php:1263 mod/editpost.php:139 +#: include/conversation.php:1359 mod/editpost.php:140 msgid "Categories (comma-separated list)" msgstr "Categorieën (komma-gescheiden lijst)" -#: include/conversation.php:1265 mod/editpost.php:125 +#: include/conversation.php:1361 mod/editpost.php:126 msgid "Permission settings" msgstr "Instellingen van rechten" -#: include/conversation.php:1266 mod/editpost.php:154 +#: include/conversation.php:1362 mod/editpost.php:155 msgid "permissions" msgstr "rechten" -#: include/conversation.php:1274 mod/editpost.php:134 +#: include/conversation.php:1370 mod/editpost.php:135 msgid "Public post" msgstr "Openbare post" -#: include/conversation.php:1279 mod/editpost.php:145 mod/content.php:737 -#: mod/events.php:504 mod/photos.php:1591 mod/photos.php:1639 -#: mod/photos.php:1725 object/Item.php:729 +#: include/conversation.php:1374 mod/editpost.php:146 mod/photos.php:1492 +#: mod/photos.php:1531 mod/photos.php:1604 mod/events.php:528 +#: src/Object/Post.php:805 msgid "Preview" msgstr "Voorvertoning" -#: include/conversation.php:1283 include/items.php:1974 mod/fbrowser.php:101 -#: mod/fbrowser.php:136 mod/tagrm.php:11 mod/tagrm.php:94 mod/editpost.php:148 -#: mod/message.php:220 mod/suggest.php:32 mod/photos.php:235 -#: mod/photos.php:322 mod/settings.php:679 mod/settings.php:705 -#: mod/videos.php:128 mod/contacts.php:445 mod/dfrn_request.php:876 -#: mod/follow.php:121 -msgid "Cancel" -msgstr "Annuleren" - -#: include/conversation.php:1289 +#: include/conversation.php:1383 msgid "Post to Groups" msgstr "Verzenden naar Groepen" -#: include/conversation.php:1290 +#: include/conversation.php:1384 msgid "Post to Contacts" msgstr "Verzenden naar Contacten" -#: include/conversation.php:1291 +#: include/conversation.php:1385 msgid "Private post" msgstr "Privé verzending" -#: include/conversation.php:1296 include/identity.php:256 mod/editpost.php:152 +#: include/conversation.php:1390 mod/editpost.php:153 +#: src/Model/Profile.php:342 msgid "Message" msgstr "Bericht" -#: include/conversation.php:1297 mod/editpost.php:153 +#: include/conversation.php:1391 mod/editpost.php:154 msgid "Browser" -msgstr "" +msgstr "Browser" -#: include/conversation.php:1453 +#: include/conversation.php:1658 msgid "View all" -msgstr "" +msgstr "Toon alles" -#: include/conversation.php:1475 +#: include/conversation.php:1681 msgid "Like" msgid_plural "Likes" -msgstr[0] "" -msgstr[1] "" +msgstr[0] "Houdt van" +msgstr[1] "Houdt van" -#: include/conversation.php:1478 +#: include/conversation.php:1684 msgid "Dislike" msgid_plural "Dislikes" -msgstr[0] "" -msgstr[1] "" +msgstr[0] "Houdt niet van" +msgstr[1] "Houdt niet van" -#: include/conversation.php:1484 +#: include/conversation.php:1690 msgid "Not Attending" msgid_plural "Not Attending" -msgstr[0] "" -msgstr[1] "" +msgstr[0] "Neemt niet deel" +msgstr[1] "Nemen niet deel" -#: include/dfrn.php:1108 -#, php-format -msgid "%s\\'s birthday" -msgstr "" +#: include/conversation.php:1693 src/Content/ContactSelector.php:125 +msgid "Undecided" +msgid_plural "Undecided" +msgstr[0] "Onbeslist" +msgstr[1] "Onbeslist" -#: include/features.php:70 -msgid "General Features" -msgstr "Algemene functies" - -#: include/features.php:72 -msgid "Multiple Profiles" -msgstr "Meerdere profielen" - -#: include/features.php:72 -msgid "Ability to create multiple profiles" -msgstr "Mogelijkheid om meerdere profielen aan te maken" - -#: include/features.php:73 -msgid "Photo Location" -msgstr "" - -#: include/features.php:73 -msgid "" -"Photo metadata is normally stripped. This extracts the location (if present)" -" prior to stripping metadata and links it to a map." -msgstr "" - -#: include/features.php:74 -msgid "Export Public Calendar" -msgstr "" - -#: include/features.php:74 -msgid "Ability for visitors to download the public calendar" -msgstr "" - -#: include/features.php:79 -msgid "Post Composition Features" -msgstr "Functies voor het opstellen van berichten" - -#: include/features.php:80 -msgid "Richtext Editor" -msgstr "Tekstverwerker met opmaak" - -#: include/features.php:80 -msgid "Enable richtext editor" -msgstr "Gebruik een tekstverwerker met eenvoudige opmaakfuncties" - -#: include/features.php:81 -msgid "Post Preview" -msgstr "Voorvertoning bericht" - -#: include/features.php:81 -msgid "Allow previewing posts and comments before publishing them" -msgstr "" - -#: include/features.php:82 -msgid "Auto-mention Forums" -msgstr "" - -#: include/features.php:82 -msgid "" -"Add/remove mention when a forum page is selected/deselected in ACL window." -msgstr "" - -#: include/features.php:87 -msgid "Network Sidebar Widgets" -msgstr "Zijbalkwidgets op netwerkpagina" - -#: include/features.php:88 -msgid "Search by Date" -msgstr "Zoeken op datum" - -#: include/features.php:88 -msgid "Ability to select posts by date ranges" -msgstr "Mogelijkheid om berichten te selecteren volgens datumbereik" - -#: include/features.php:89 include/features.php:119 -msgid "List Forums" -msgstr "" - -#: include/features.php:89 -msgid "Enable widget to display the forums your are connected with" -msgstr "" - -#: include/features.php:90 -msgid "Group Filter" -msgstr "Groepsfilter" - -#: include/features.php:90 -msgid "Enable widget to display Network posts only from selected group" -msgstr "Sta de widget toe om netwerkberichten te tonen van bepaalde groepen" - -#: include/features.php:91 -msgid "Network Filter" -msgstr "Netwerkfilter" - -#: include/features.php:91 -msgid "Enable widget to display Network posts only from selected network" -msgstr "Sta de widget toe om netwerkberichten te tonen van bepaalde netwerken" - -#: include/features.php:92 mod/search.php:34 mod/network.php:200 -msgid "Saved Searches" -msgstr "Opgeslagen zoekopdrachten" - -#: include/features.php:92 -msgid "Save search terms for re-use" -msgstr "Sla zoekopdrachten op voor hergebruik" - -#: include/features.php:97 -msgid "Network Tabs" -msgstr "Netwerktabs" - -#: include/features.php:98 -msgid "Network Personal Tab" -msgstr "Persoonlijke netwerktab" - -#: include/features.php:98 -msgid "Enable tab to display only Network posts that you've interacted on" -msgstr "Sta het toe dat de tab netwerkberichten toont waarmee je interactie had" - -#: include/features.php:99 -msgid "Network New Tab" -msgstr "Nieuwe netwerktab" - -#: include/features.php:99 -msgid "Enable tab to display only new Network posts (from the last 12 hours)" -msgstr "Laat de tab alleen nieuwe netwerkberichten tonen (van de laatste 12 uur)" - -#: include/features.php:100 -msgid "Network Shared Links Tab" -msgstr "" - -#: include/features.php:100 -msgid "Enable tab to display only Network posts with links in them" -msgstr "" - -#: include/features.php:105 -msgid "Post/Comment Tools" -msgstr "Bericht-/reactiehulpmiddelen" - -#: include/features.php:106 -msgid "Multiple Deletion" -msgstr "Meervoudige verwijdering" - -#: include/features.php:106 -msgid "Select and delete multiple posts/comments at once" -msgstr "Selecteer en verwijder meerdere berichten/reacties in een keer" - -#: include/features.php:107 -msgid "Edit Sent Posts" -msgstr "Bewerk verzonden berichten" - -#: include/features.php:107 -msgid "Edit and correct posts and comments after sending" -msgstr "Bewerk en corrigeer berichten en reacties na verzending" - -#: include/features.php:108 -msgid "Tagging" -msgstr "Labelen" - -#: include/features.php:108 -msgid "Ability to tag existing posts" -msgstr "Mogelijkheid om bestaande berichten te labelen" - -#: include/features.php:109 -msgid "Post Categories" -msgstr "Categorieën berichten" - -#: include/features.php:109 -msgid "Add categories to your posts" -msgstr "Voeg categorieën toe aan je berichten" - -#: include/features.php:110 -msgid "Ability to file posts under folders" -msgstr "Mogelijkheid om berichten in mappen te bewaren" - -#: include/features.php:111 -msgid "Dislike Posts" -msgstr "Vind berichten niet leuk" - -#: include/features.php:111 -msgid "Ability to dislike posts/comments" -msgstr "Mogelijkheid om berichten of reacties niet leuk te vinden" - -#: include/features.php:112 -msgid "Star Posts" -msgstr "Geef berichten een ster" - -#: include/features.php:112 -msgid "Ability to mark special posts with a star indicator" -msgstr "" - -#: include/features.php:113 -msgid "Mute Post Notifications" -msgstr "" - -#: include/features.php:113 -msgid "Ability to mute notifications for a thread" -msgstr "" - -#: include/features.php:118 -msgid "Advanced Profile Settings" -msgstr "" - -#: include/features.php:119 -msgid "Show visitors public community forums at the Advanced Profile Page" -msgstr "" - -#: include/follow.php:81 mod/dfrn_request.php:509 -msgid "Disallowed profile URL." -msgstr "Niet toegelaten profiel adres." - -#: include/follow.php:86 -msgid "Connect URL missing." -msgstr "" - -#: include/follow.php:113 -msgid "" -"This site is not configured to allow communications with other networks." -msgstr "Deze website is niet geconfigureerd voor communicatie met andere netwerken." - -#: include/follow.php:114 include/follow.php:134 -msgid "No compatible communication protocols or feeds were discovered." -msgstr "Er werden geen compatibele communicatieprotocols of feeds ontdekt." - -#: include/follow.php:132 -msgid "The profile address specified does not provide adequate information." -msgstr "" - -#: include/follow.php:136 -msgid "An author or name was not found." -msgstr "" - -#: include/follow.php:138 -msgid "No browser URL could be matched to this address." -msgstr "" - -#: include/follow.php:140 -msgid "" -"Unable to match @-style Identity Address with a known protocol or email " -"contact." -msgstr "Het @-stijl-identiteitsadres komt niet overeen met een nekend protocol of e-mailcontact." - -#: include/follow.php:141 -msgid "Use mailto: in front of address to force email check." -msgstr "Gebruik mailto: voor het adres om een e-mailcontrole af te dwingen." - -#: include/follow.php:147 -msgid "" -"The profile address specified belongs to a network which has been disabled " -"on this site." -msgstr "" - -#: include/follow.php:157 -msgid "" -"Limited profile. This person will be unable to receive direct/personal " -"notifications from you." -msgstr "" - -#: include/follow.php:258 -msgid "Unable to retrieve contact information." -msgstr "" - -#: include/identity.php:42 -msgid "Requested account is not available." -msgstr "Gevraagde account is niet beschikbaar." - -#: include/identity.php:51 mod/profile.php:21 -msgid "Requested profile is not available." -msgstr "Gevraagde profiel is niet beschikbaar." - -#: include/identity.php:95 include/identity.php:311 include/identity.php:688 -msgid "Edit profile" -msgstr "Bewerk profiel" - -#: include/identity.php:251 -msgid "Atom feed" -msgstr "" - -#: include/identity.php:282 -msgid "Manage/edit profiles" -msgstr "Beheer/wijzig profielen" - -#: include/identity.php:287 include/identity.php:313 mod/profiles.php:795 -msgid "Change profile photo" -msgstr "Profiel foto wijzigen" - -#: include/identity.php:288 mod/profiles.php:796 -msgid "Create New Profile" -msgstr "Maak nieuw profiel" - -#: include/identity.php:298 mod/profiles.php:785 -msgid "Profile Image" -msgstr "Profiel afbeelding" - -#: include/identity.php:301 mod/profiles.php:787 -msgid "visible to everybody" -msgstr "zichtbaar voor iedereen" - -#: include/identity.php:302 mod/profiles.php:691 mod/profiles.php:788 -msgid "Edit visibility" -msgstr "Pas zichtbaarheid aan" - -#: include/identity.php:330 include/identity.php:616 mod/notifications.php:238 -#: mod/directory.php:139 -msgid "Gender:" -msgstr "Geslacht:" - -#: include/identity.php:333 include/identity.php:636 mod/directory.php:141 -msgid "Status:" -msgstr "Tijdlijn:" - -#: include/identity.php:335 include/identity.php:647 mod/directory.php:143 -msgid "Homepage:" -msgstr "Website:" - -#: include/identity.php:337 include/identity.php:657 mod/notifications.php:234 -#: mod/directory.php:145 mod/contacts.php:632 -msgid "About:" -msgstr "Over:" - -#: include/identity.php:339 mod/contacts.php:630 -msgid "XMPP:" -msgstr "" - -#: include/identity.php:422 mod/notifications.php:246 mod/contacts.php:50 -msgid "Network:" -msgstr "Netwerk:" - -#: include/identity.php:451 include/identity.php:535 -msgid "g A l F d" -msgstr "G l j F" - -#: include/identity.php:452 include/identity.php:536 -msgid "F d" -msgstr "d F" - -#: include/identity.php:497 include/identity.php:582 -msgid "[today]" -msgstr "[vandaag]" - -#: include/identity.php:509 -msgid "Birthday Reminders" -msgstr "Verjaardagsherinneringen" - -#: include/identity.php:510 -msgid "Birthdays this week:" -msgstr "Verjaardagen deze week:" - -#: include/identity.php:569 -msgid "[No description]" -msgstr "[Geen omschrijving]" - -#: include/identity.php:593 -msgid "Event Reminders" -msgstr "Gebeurtenisherinneringen" - -#: include/identity.php:594 -msgid "Events this week:" -msgstr "Gebeurtenissen deze week:" - -#: include/identity.php:614 mod/settings.php:1279 -msgid "Full Name:" -msgstr "Volledige Naam:" - -#: include/identity.php:621 -msgid "j F, Y" -msgstr "F j Y" - -#: include/identity.php:622 -msgid "j F" -msgstr "F j" - -#: include/identity.php:633 -msgid "Age:" -msgstr "Leeftijd:" - -#: include/identity.php:642 -#, php-format -msgid "for %1$d %2$s" -msgstr "voor %1$d %2$s" - -#: include/identity.php:645 mod/profiles.php:710 -msgid "Sexual Preference:" -msgstr "Seksuele Voorkeur:" - -#: include/identity.php:649 mod/profiles.php:737 -msgid "Hometown:" -msgstr "Woonplaats:" - -#: include/identity.php:651 mod/notifications.php:236 mod/contacts.php:634 -#: mod/follow.php:134 -msgid "Tags:" -msgstr "Labels:" - -#: include/identity.php:653 mod/profiles.php:738 -msgid "Political Views:" -msgstr "Politieke standpunten:" - -#: include/identity.php:655 -msgid "Religion:" -msgstr "Religie:" - -#: include/identity.php:659 -msgid "Hobbies/Interests:" -msgstr "Hobby:" - -#: include/identity.php:661 mod/profiles.php:742 -msgid "Likes:" -msgstr "Houdt van:" - -#: include/identity.php:663 mod/profiles.php:743 -msgid "Dislikes:" -msgstr "Houdt niet van:" - -#: include/identity.php:666 -msgid "Contact information and Social Networks:" -msgstr "Contactinformatie en sociale netwerken:" - -#: include/identity.php:668 -msgid "Musical interests:" -msgstr "Muzikale interesse " - -#: include/identity.php:670 -msgid "Books, literature:" -msgstr "Boeken, literatuur:" - -#: include/identity.php:672 -msgid "Television:" -msgstr "Televisie" - -#: include/identity.php:674 -msgid "Film/dance/culture/entertainment:" -msgstr "Film/dans/cultuur/ontspanning:" - -#: include/identity.php:676 -msgid "Love/Romance:" -msgstr "Liefde/romance:" - -#: include/identity.php:678 -msgid "Work/employment:" -msgstr "Werk/beroep:" - -#: include/identity.php:680 -msgid "School/education:" -msgstr "School/opleiding:" - -#: include/identity.php:684 -msgid "Forums:" -msgstr "" - -#: include/identity.php:692 mod/events.php:507 -msgid "Basic" -msgstr "" - -#: include/identity.php:693 mod/events.php:508 mod/admin.php:959 -#: mod/contacts.php:870 -msgid "Advanced" -msgstr "Geavanceerd" - -#: include/identity.php:717 mod/contacts.php:836 mod/follow.php:142 -msgid "Status Messages and Posts" -msgstr "Berichten op jouw tijdlijn" - -#: include/identity.php:725 mod/contacts.php:844 -msgid "Profile Details" -msgstr "Profieldetails" - -#: include/identity.php:733 mod/photos.php:87 -msgid "Photo Albums" -msgstr "Fotoalbums" - -#: include/identity.php:772 mod/notes.php:46 -msgid "Personal Notes" -msgstr "Persoonlijke Nota's" - -#: include/identity.php:775 -msgid "Only You Can See This" -msgstr "Alleen jij kunt dit zien" - -#: include/items.php:1575 mod/dfrn_confirm.php:730 mod/dfrn_request.php:746 -msgid "[Name Withheld]" -msgstr "[Naam achtergehouden]" - -#: include/items.php:1930 mod/viewsrc.php:15 mod/notice.php:15 -#: mod/display.php:103 mod/display.php:279 mod/display.php:478 -#: mod/admin.php:234 mod/admin.php:1471 mod/admin.php:1705 -msgid "Item not found." -msgstr "Item niet gevonden." - -#: include/items.php:1969 -msgid "Do you really want to delete this item?" -msgstr "Wil je echt dit item verwijderen?" - -#: include/items.php:1971 mod/api.php:105 mod/message.php:217 -#: mod/profiles.php:648 mod/profiles.php:651 mod/profiles.php:677 -#: mod/suggest.php:29 mod/register.php:245 mod/settings.php:1163 -#: mod/settings.php:1169 mod/settings.php:1177 mod/settings.php:1181 -#: mod/settings.php:1186 mod/settings.php:1192 mod/settings.php:1198 -#: mod/settings.php:1204 mod/settings.php:1230 mod/settings.php:1231 -#: mod/settings.php:1232 mod/settings.php:1233 mod/settings.php:1234 -#: mod/contacts.php:442 mod/dfrn_request.php:862 mod/follow.php:110 -msgid "Yes" -msgstr "Ja" - -#: include/items.php:2134 mod/notes.php:22 mod/uimport.php:23 -#: mod/nogroup.php:25 mod/invite.php:15 mod/invite.php:101 -#: mod/repair_ostatus.php:9 mod/delegate.php:12 mod/attach.php:33 -#: mod/editpost.php:10 mod/group.php:19 mod/wallmessage.php:9 -#: mod/wallmessage.php:33 mod/wallmessage.php:79 mod/wallmessage.php:103 -#: mod/api.php:26 mod/api.php:31 mod/ostatus_subscribe.php:9 -#: mod/message.php:46 mod/message.php:182 mod/manage.php:96 -#: mod/crepair.php:100 mod/fsuggest.php:78 mod/mood.php:114 mod/poke.php:150 -#: mod/profile_photo.php:19 mod/profile_photo.php:175 -#: mod/profile_photo.php:186 mod/profile_photo.php:199 mod/regmod.php:110 -#: mod/notifications.php:71 mod/profiles.php:166 mod/profiles.php:605 -#: mod/allfriends.php:12 mod/cal.php:304 mod/common.php:18 mod/dirfind.php:11 -#: mod/display.php:475 mod/events.php:190 mod/suggest.php:58 -#: mod/photos.php:159 mod/photos.php:1072 mod/register.php:42 -#: mod/settings.php:22 mod/settings.php:128 mod/settings.php:665 -#: mod/wall_attach.php:67 mod/wall_attach.php:70 mod/wall_upload.php:77 -#: mod/wall_upload.php:80 mod/contacts.php:350 mod/dfrn_confirm.php:61 -#: mod/follow.php:11 mod/follow.php:73 mod/follow.php:155 mod/item.php:199 -#: mod/item.php:211 mod/network.php:4 mod/viewcontacts.php:45 index.php:401 -msgid "Permission denied." -msgstr "Toegang geweigerd" - -#: include/items.php:2239 -msgid "Archives" -msgstr "Archieven" - -#: include/oembed.php:264 -msgid "Embedded content" -msgstr "Ingebedde inhoud" - -#: include/oembed.php:272 -msgid "Embedding disabled" -msgstr "Inbedden uitgeschakeld" - -#: include/ostatus.php:1825 -#, php-format -msgid "%s is now following %s." -msgstr "" - -#: include/ostatus.php:1826 -msgid "following" -msgstr "volgend" - -#: include/ostatus.php:1829 -#, php-format -msgid "%s stopped following %s." -msgstr "" - -#: include/ostatus.php:1830 -msgid "stopped following" -msgstr "" - -#: include/text.php:304 +#: include/text.php:302 msgid "newer" msgstr "nieuwere berichten" -#: include/text.php:306 +#: include/text.php:303 msgid "older" msgstr "oudere berichten" -#: include/text.php:311 -msgid "prev" -msgstr "vorige" - -#: include/text.php:313 +#: include/text.php:308 msgid "first" msgstr "eerste" -#: include/text.php:345 -msgid "last" -msgstr "laatste" +#: include/text.php:309 +msgid "prev" +msgstr "vorige" -#: include/text.php:348 +#: include/text.php:343 msgid "next" msgstr "volgende" -#: include/text.php:403 +#: include/text.php:344 +msgid "last" +msgstr "laatste" + +#: include/text.php:398 msgid "Loading more entries..." -msgstr "" +msgstr "Meer berichten aan het laden..." -#: include/text.php:404 +#: include/text.php:399 msgid "The end" -msgstr "" +msgstr "Het einde" -#: include/text.php:889 +#: include/text.php:884 msgid "No contacts" msgstr "Geen contacten" -#: include/text.php:912 +#: include/text.php:908 #, php-format msgid "%d Contact" msgid_plural "%d Contacts" msgstr[0] "%d contact" msgstr[1] "%d contacten" -#: include/text.php:925 +#: include/text.php:921 msgid "View Contacts" msgstr "Bekijk contacten" -#: include/text.php:1013 mod/notes.php:61 mod/filer.php:31 -#: mod/editpost.php:109 +#: include/text.php:1010 mod/filer.php:35 mod/editpost.php:110 +#: mod/notes.php:67 msgid "Save" msgstr "Bewaren" -#: include/text.php:1076 +#: include/text.php:1010 +msgid "Follow" +msgstr "Volg" + +#: include/text.php:1016 mod/search.php:155 src/Content/Nav.php:142 +msgid "Search" +msgstr "Zoeken" + +#: include/text.php:1019 src/Content/Nav.php:58 +msgid "@name, !forum, #tags, content" +msgstr "@naam, !forum, #labels, inhoud" + +#: include/text.php:1025 src/Content/Nav.php:145 +msgid "Full Text" +msgstr "Volledige tekst" + +#: include/text.php:1026 src/Content/Nav.php:146 +#: src/Content/Widget/TagCloud.php:54 +msgid "Tags" +msgstr "Labels" + +#: include/text.php:1027 mod/viewcontacts.php:131 mod/contacts.php:814 +#: mod/contacts.php:875 src/Content/Nav.php:147 src/Content/Nav.php:212 +#: src/Model/Profile.php:957 src/Model/Profile.php:960 +#: view/theme/frio/theme.php:270 +msgid "Contacts" +msgstr "Contacten" + +#: include/text.php:1030 src/Content/ForumManager.php:125 +#: src/Content/Nav.php:151 view/theme/vier/theme.php:254 +msgid "Forums" +msgstr "Forums" + +#: include/text.php:1074 msgid "poke" -msgstr "aanstoten" +msgstr "por" -#: include/text.php:1076 +#: include/text.php:1074 msgid "poked" -msgstr "aangestoten" +msgstr "porde" -#: include/text.php:1077 +#: include/text.php:1075 msgid "ping" msgstr "ping" -#: include/text.php:1077 +#: include/text.php:1075 msgid "pinged" msgstr "gepingd" -#: include/text.php:1078 +#: include/text.php:1076 msgid "prod" msgstr "porren" -#: include/text.php:1078 +#: include/text.php:1076 msgid "prodded" msgstr "gepord" -#: include/text.php:1079 +#: include/text.php:1077 msgid "slap" msgstr "slaan" -#: include/text.php:1079 +#: include/text.php:1077 msgid "slapped" msgstr "geslagen" -#: include/text.php:1080 +#: include/text.php:1078 msgid "finger" msgstr "finger" -#: include/text.php:1080 +#: include/text.php:1078 msgid "fingered" msgstr "gerfingerd" -#: include/text.php:1081 +#: include/text.php:1079 msgid "rebuff" msgstr "afpoeieren" -#: include/text.php:1081 +#: include/text.php:1079 msgid "rebuffed" msgstr "afgepoeierd" -#: include/text.php:1095 -msgid "happy" -msgstr "Blij" +#: include/text.php:1093 mod/settings.php:943 src/Model/Event.php:379 +msgid "Monday" +msgstr "Maandag" -#: include/text.php:1096 -msgid "sad" -msgstr "Verdrietig" +#: include/text.php:1093 src/Model/Event.php:380 +msgid "Tuesday" +msgstr "Dinsdag" -#: include/text.php:1097 -msgid "mellow" -msgstr "mellow" +#: include/text.php:1093 src/Model/Event.php:381 +msgid "Wednesday" +msgstr "Woensdag" -#: include/text.php:1098 -msgid "tired" -msgstr "vermoeid" +#: include/text.php:1093 src/Model/Event.php:382 +msgid "Thursday" +msgstr "Donderdag" -#: include/text.php:1099 -msgid "perky" -msgstr "parmantig" +#: include/text.php:1093 src/Model/Event.php:383 +msgid "Friday" +msgstr "Vrijdag" -#: include/text.php:1100 -msgid "angry" -msgstr "boos" +#: include/text.php:1093 src/Model/Event.php:384 +msgid "Saturday" +msgstr "Zaterdag" -#: include/text.php:1101 -msgid "stupified" -msgstr "verbijsterd" +#: include/text.php:1093 mod/settings.php:943 src/Model/Event.php:378 +msgid "Sunday" +msgstr "Zondag" -#: include/text.php:1102 -msgid "puzzled" -msgstr "onzeker" +#: include/text.php:1097 src/Model/Event.php:399 +msgid "January" +msgstr "Januari" -#: include/text.php:1103 -msgid "interested" -msgstr "Geïnteresseerd" +#: include/text.php:1097 src/Model/Event.php:400 +msgid "February" +msgstr "Februari" -#: include/text.php:1104 -msgid "bitter" -msgstr "bitter" +#: include/text.php:1097 src/Model/Event.php:401 +msgid "March" +msgstr "Maart" -#: include/text.php:1105 -msgid "cheerful" -msgstr "vrolijk" +#: include/text.php:1097 src/Model/Event.php:402 +msgid "April" +msgstr "April" -#: include/text.php:1106 -msgid "alive" -msgstr "levend" +#: include/text.php:1097 include/text.php:1114 src/Model/Event.php:390 +#: src/Model/Event.php:403 +msgid "May" +msgstr "Mei" -#: include/text.php:1107 -msgid "annoyed" -msgstr "verveeld" +#: include/text.php:1097 src/Model/Event.php:404 +msgid "June" +msgstr "Juni" -#: include/text.php:1108 -msgid "anxious" -msgstr "bezorgd" +#: include/text.php:1097 src/Model/Event.php:405 +msgid "July" +msgstr "Juli" -#: include/text.php:1109 -msgid "cranky" -msgstr "humeurig " +#: include/text.php:1097 src/Model/Event.php:406 +msgid "August" +msgstr "Augustus" -#: include/text.php:1110 -msgid "disturbed" -msgstr "verontrust" +#: include/text.php:1097 src/Model/Event.php:407 +msgid "September" +msgstr "September" -#: include/text.php:1111 -msgid "frustrated" -msgstr "gefrustreerd" +#: include/text.php:1097 src/Model/Event.php:408 +msgid "October" +msgstr "Oktober" -#: include/text.php:1112 -msgid "motivated" -msgstr "gemotiveerd" +#: include/text.php:1097 src/Model/Event.php:409 +msgid "November" +msgstr "November" -#: include/text.php:1113 -msgid "relaxed" -msgstr "ontspannen" +#: include/text.php:1097 src/Model/Event.php:410 +msgid "December" +msgstr "December" + +#: include/text.php:1111 src/Model/Event.php:371 +msgid "Mon" +msgstr "Maa" + +#: include/text.php:1111 src/Model/Event.php:372 +msgid "Tue" +msgstr "Din" + +#: include/text.php:1111 src/Model/Event.php:373 +msgid "Wed" +msgstr "Woe" + +#: include/text.php:1111 src/Model/Event.php:374 +msgid "Thu" +msgstr "Don" + +#: include/text.php:1111 src/Model/Event.php:375 +msgid "Fri" +msgstr "Vrij" + +#: include/text.php:1111 src/Model/Event.php:376 +msgid "Sat" +msgstr "Zat" + +#: include/text.php:1111 src/Model/Event.php:370 +msgid "Sun" +msgstr "Zon" + +#: include/text.php:1114 src/Model/Event.php:386 +msgid "Jan" +msgstr "Jan" + +#: include/text.php:1114 src/Model/Event.php:387 +msgid "Feb" +msgstr "Feb" + +#: include/text.php:1114 src/Model/Event.php:388 +msgid "Mar" +msgstr "Maa" + +#: include/text.php:1114 src/Model/Event.php:389 +msgid "Apr" +msgstr "Apr" + +#: include/text.php:1114 src/Model/Event.php:392 +msgid "Jul" +msgstr "Jul" + +#: include/text.php:1114 src/Model/Event.php:393 +msgid "Aug" +msgstr "Aug" #: include/text.php:1114 -msgid "surprised" -msgstr "verbaasd" +msgid "Sep" +msgstr "Sep" -#: include/text.php:1324 mod/videos.php:380 +#: include/text.php:1114 src/Model/Event.php:395 +msgid "Oct" +msgstr "Okt" + +#: include/text.php:1114 src/Model/Event.php:396 +msgid "Nov" +msgstr "Nov" + +#: include/text.php:1114 src/Model/Event.php:397 +msgid "Dec" +msgstr "Dec" + +#: include/text.php:1275 +#, php-format +msgid "Content warning: %s" +msgstr "Waarschuwing inhoud: %s" + +#: include/text.php:1345 mod/videos.php:380 msgid "View Video" msgstr "Bekijk Video" -#: include/text.php:1356 +#: include/text.php:1362 msgid "bytes" msgstr "bytes" -#: include/text.php:1388 include/text.php:1400 +#: include/text.php:1395 include/text.php:1406 include/text.php:1442 msgid "Click to open/close" msgstr "klik om te openen/sluiten" -#: include/text.php:1526 +#: include/text.php:1559 msgid "View on separate page" -msgstr "" +msgstr "Bekijk op aparte pagina" -#: include/text.php:1527 +#: include/text.php:1560 msgid "view on separate page" -msgstr "" +msgstr "bekijk op aparte pagina" -#: include/text.php:1806 +#: include/text.php:1565 include/text.php:1572 src/Model/Event.php:594 +msgid "link to source" +msgstr "Verwijzing naar bron" + +#: include/text.php:1778 msgid "activity" msgstr "activiteit" -#: include/text.php:1808 mod/content.php:623 object/Item.php:431 -#: object/Item.php:444 +#: include/text.php:1780 src/Object/Post.php:429 src/Object/Post.php:441 msgid "comment" msgid_plural "comments" msgstr[0] "reactie" msgstr[1] "reacties" -#: include/text.php:1809 +#: include/text.php:1783 msgid "post" msgstr "bericht" -#: include/text.php:1977 +#: include/text.php:1940 msgid "Item filed" msgstr "Item bewaard" -#: include/user.php:39 mod/settings.php:373 -msgid "Passwords do not match. Password unchanged." -msgstr "Wachtwoorden komen niet overeen. Wachtwoord niet gewijzigd." +#: mod/allfriends.php:51 +msgid "No friends to display." +msgstr "Geen vrienden om te laten zien." -#: include/user.php:48 -msgid "An invitation is required." -msgstr "Een uitnodiging is vereist." +#: mod/allfriends.php:90 mod/suggest.php:101 mod/match.php:105 +#: mod/dirfind.php:215 src/Content/Widget.php:37 src/Model/Profile.php:297 +msgid "Connect" +msgstr "Verbinden" -#: include/user.php:53 -msgid "Invitation could not be verified." -msgstr "Uitnodiging kon niet geverifieerd worden." - -#: include/user.php:61 -msgid "Invalid OpenID url" -msgstr "Ongeldige OpenID url" - -#: include/user.php:82 -msgid "Please enter the required information." -msgstr "Vul de vereiste informatie in." - -#: include/user.php:96 -msgid "Please use a shorter name." -msgstr "gebruik een kortere naam" - -#: include/user.php:98 -msgid "Name too short." -msgstr "Naam te kort" - -#: include/user.php:113 -msgid "That doesn't appear to be your full (First Last) name." -msgstr "Dat lijkt niet je volledige naam (voor- en achternaam) te zijn." - -#: include/user.php:118 -msgid "Your email domain is not among those allowed on this site." -msgstr "Je e-maildomein is op deze website niet toegestaan." - -#: include/user.php:121 -msgid "Not a valid email address." -msgstr "Geen geldig e-mailadres." - -#: include/user.php:134 -msgid "Cannot use that email." -msgstr "Ik kan die e-mail niet gebruiken." - -#: include/user.php:140 -msgid "Your \"nickname\" can only contain \"a-z\", \"0-9\" and \"_\"." -msgstr "" - -#: include/user.php:147 include/user.php:245 -msgid "Nickname is already registered. Please choose another." -msgstr "Bijnaam is al geregistreerd. Kies een andere." - -#: include/user.php:157 -msgid "" -"Nickname was once registered here and may not be re-used. Please choose " -"another." -msgstr "Bijnaam was ooit hier geregistreerd en kan niet herbruikt worden. Kies een andere." - -#: include/user.php:173 -msgid "SERIOUS ERROR: Generation of security keys failed." -msgstr "ERNSTIGE FOUT: aanmaken van beveiligingssleutels mislukt." - -#: include/user.php:231 -msgid "An error occurred during registration. Please try again." -msgstr "" - -#: include/user.php:256 view/theme/duepuntozero/config.php:44 -msgid "default" -msgstr "standaard" - -#: include/user.php:266 -msgid "An error occurred creating your default profile. Please try again." -msgstr "" - -#: include/user.php:326 include/user.php:333 include/user.php:340 -#: mod/profile_photo.php:74 mod/profile_photo.php:81 mod/profile_photo.php:88 -#: mod/profile_photo.php:210 mod/profile_photo.php:302 -#: mod/profile_photo.php:311 mod/photos.php:66 mod/photos.php:180 -#: mod/photos.php:751 mod/photos.php:1211 mod/photos.php:1232 -#: mod/photos.php:1819 -msgid "Profile Photos" -msgstr "Profielfoto's" - -#: include/user.php:414 -#, php-format -msgid "" -"\n" -"\t\tDear %1$s,\n" -"\t\t\tThank you for registering at %2$s. Your account is pending for approval by the administrator.\n" -"\t" -msgstr "" - -#: include/user.php:424 -#, php-format -msgid "Registration at %s" -msgstr "" - -#: include/user.php:434 -#, php-format -msgid "" -"\n" -"\t\tDear %1$s,\n" -"\t\t\tThank you for registering at %2$s. Your account has been created.\n" -"\t" -msgstr "" - -#: include/user.php:438 -#, php-format -msgid "" -"\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." -msgstr "" - -#: include/user.php:470 mod/admin.php:1213 -#, php-format -msgid "Registration details for %s" -msgstr "Registratie details voor %s" - -#: mod/oexchange.php:25 -msgid "Post successful." -msgstr "Bericht succesvol geplaatst." - -#: mod/viewsrc.php:7 -msgid "Access denied." -msgstr "Toegang geweigerd" - -#: mod/home.php:35 -#, php-format -msgid "Welcome to %s" -msgstr "Welkom op %s" - -#: mod/notify.php:60 -msgid "No more system notifications." -msgstr "Geen systeemnotificaties meer." - -#: mod/notify.php:64 mod/notifications.php:111 -msgid "System Notifications" -msgstr "Systeemnotificaties" - -#: mod/search.php:25 mod/network.php:191 -msgid "Remove term" -msgstr "Verwijder zoekterm" - -#: mod/search.php:93 mod/search.php:99 mod/community.php:22 -#: mod/directory.php:37 mod/display.php:200 mod/photos.php:944 -#: mod/videos.php:194 mod/dfrn_request.php:791 mod/viewcontacts.php:35 -msgid "Public access denied." -msgstr "Niet vrij toegankelijk" - -#: mod/search.php:100 -msgid "Only logged in users are permitted to perform a search." -msgstr "" - -#: mod/search.php:124 -msgid "Too Many Requests" -msgstr "" - -#: mod/search.php:125 -msgid "Only one search per minute is permitted for not logged in users." -msgstr "" - -#: mod/search.php:224 mod/community.php:66 mod/community.php:75 -msgid "No results." -msgstr "Geen resultaten." - -#: mod/search.php:230 -#, php-format -msgid "Items tagged with: %s" -msgstr "" - -#: mod/search.php:232 mod/contacts.php:797 mod/network.php:146 -#, php-format -msgid "Results for: %s" -msgstr "" - -#: mod/friendica.php:70 -msgid "This is Friendica, version" -msgstr "Dit is Friendica, versie" - -#: mod/friendica.php:71 -msgid "running at web location" -msgstr "draaiend op web-adres" - -#: mod/friendica.php:73 -msgid "" -"Please visit Friendica.com to learn " -"more about the Friendica project." -msgstr "Bezoek Friendica.com om meer te leren over het Friendica project." - -#: mod/friendica.php:75 -msgid "Bug reports and issues: please visit" -msgstr "Bug rapporten en problemen: bezoek" - -#: mod/friendica.php:75 -msgid "the bugtracker at github" -msgstr "" - -#: mod/friendica.php:76 -msgid "" -"Suggestions, praise, donations, etc. - please email \"Info\" at Friendica - " -"dot com" -msgstr "Suggesties, lof, donaties, enzovoort - stuur een e-mail naar \"info\" op Friendica - dot com" - -#: mod/friendica.php:90 -msgid "Installed plugins/addons/apps:" -msgstr "Geïnstalleerde plugins/toepassingen:" - -#: mod/friendica.php:103 -msgid "No installed plugins/addons/apps" -msgstr "Geen plugins of toepassingen geïnstalleerd" - -#: mod/lostpass.php:19 -msgid "No valid account found." -msgstr "Geen geldige account gevonden." - -#: mod/lostpass.php:35 -msgid "Password reset request issued. Check your email." -msgstr "Verzoek om wachtwoord opnieuw in te stellen werd verstuurd. Kijk uw e-mail na." - -#: mod/lostpass.php:42 -#, 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.\n" -"\n" -"\t\tYour password will not be changed unless we can verify that you\n" -"\t\tissued this request." -msgstr "" - -#: mod/lostpass.php:53 -#, php-format -msgid "" -"\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" -msgstr "" - -#: mod/lostpass.php:72 -#, php-format -msgid "Password reset requested at %s" -msgstr "Op %s werd gevraagd je wachtwoord opnieuw in te stellen" - -#: mod/lostpass.php:92 -msgid "" -"Request could not be verified. (You may have previously submitted it.) " -"Password reset failed." -msgstr "Verzoek kon niet geverifieerd worden. (Misschien heb je het voordien al ingediend.) Wachtwoord niet opnieuw ingesteld." - -#: mod/lostpass.php:109 boot.php:1807 -msgid "Password Reset" -msgstr "Wachtwoord opnieuw instellen" - -#: mod/lostpass.php:110 -msgid "Your password has been reset as requested." -msgstr "Je wachtwoord is opnieuw ingesteld zoals gevraagd." - -#: mod/lostpass.php:111 -msgid "Your new password is" -msgstr "Je nieuwe wachtwoord is" - -#: mod/lostpass.php:112 -msgid "Save or copy your new password - and then" -msgstr "Bewaar of kopieer je nieuw wachtwoord - en dan" - -#: mod/lostpass.php:113 -msgid "click here to login" -msgstr "klik hier om in te loggen" - -#: mod/lostpass.php:114 -msgid "" -"Your password may be changed from the Settings page after " -"successful login." -msgstr "Je kunt dit wachtwoord veranderen nadat je bent ingelogd op de Instellingen> pagina." - -#: mod/lostpass.php:125 -#, php-format -msgid "" -"\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" -msgstr "\n\t\t\t\tBeste %1$s,\n\t\t\t\t\tZoals gevraagd werd je wachtwoord aangepast. Houd deze\n\t\t\t\tinformatie bij (of verander je wachtwoord naar\n\t\t\t\tiets dat je zal onthouden).\n\t\t\t" - -#: mod/lostpass.php:131 -#, php-format -msgid "" -"\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" -msgstr "" - -#: mod/lostpass.php:147 -#, php-format -msgid "Your password has been changed at %s" -msgstr "Je wachtwoord is veranderd op %s" - -#: mod/lostpass.php:159 -msgid "Forgot your Password?" -msgstr "Wachtwoord vergeten?" - -#: mod/lostpass.php:160 -msgid "" -"Enter your email address and submit to have your password reset. Then check " -"your email for further instructions." -msgstr "Voer je e-mailadres in en verstuur het om je wachtwoord opnieuw in te stellen. Kijk dan je e-mail na voor verdere instructies." - -#: mod/lostpass.php:161 boot.php:1795 -msgid "Nickname or Email: " -msgstr "Bijnaam of e-mail:" - -#: mod/lostpass.php:162 -msgid "Reset" -msgstr "Opnieuw" - -#: mod/hcard.php:10 -msgid "No profile" -msgstr "Geen profiel" - -#: mod/help.php:41 -msgid "Help:" -msgstr "Help:" - -#: mod/help.php:53 mod/p.php:16 mod/p.php:43 mod/p.php:52 mod/fetch.php:12 -#: mod/fetch.php:39 mod/fetch.php:48 index.php:288 -msgid "Not Found" -msgstr "Niet gevonden" - -#: mod/help.php:56 index.php:291 -msgid "Page not found." -msgstr "Pagina niet gevonden" - -#: mod/lockview.php:31 mod/lockview.php:39 -msgid "Remote privacy information not available." -msgstr "Privacyinformatie op afstand niet beschikbaar." - -#: mod/lockview.php:48 -msgid "Visible to:" -msgstr "Zichtbaar voor:" - -#: mod/openid.php:24 -msgid "OpenID protocol error. No ID returned." -msgstr "OpenID protocol fout. Geen ID Gevonden." - -#: mod/openid.php:60 -msgid "" -"Account not found and OpenID registration is not permitted on this site." -msgstr "Account niet gevonden, en OpenID-registratie is niet toegelaten op deze website." - -#: mod/uimport.php:50 mod/register.php:198 -msgid "" -"This site has exceeded the number of allowed daily account registrations. " -"Please try again tomorrow." -msgstr "Deze website heeft het toegelaten dagelijkse aantal registraties overschreden. Probeer morgen opnieuw." - -#: mod/uimport.php:64 mod/register.php:295 -msgid "Import" -msgstr "Importeren" - -#: mod/uimport.php:66 -msgid "Move account" -msgstr "Account verplaatsen" - -#: mod/uimport.php:67 -msgid "You can import an account from another Friendica server." -msgstr "Je kunt een account van een andere Friendica server importeren." - -#: mod/uimport.php:68 -msgid "" -"You need to export your account from the old server and upload it here. We " -"will recreate your old account here with all your contacts. We will try also" -" to inform your friends that you moved here." -msgstr "Je moet je account bij de oude server exporteren, en hier uploaden. We zullen je oude account hier opnieuw aanmaken, met al je contacten. We zullen ook proberen om je vrienden in te lichten dat je naar hier verhuisd bent." - -#: mod/uimport.php:69 -msgid "" -"This feature is experimental. We can't import contacts from the OStatus " -"network (GNU Social/Statusnet) or from Diaspora" -msgstr "" - -#: mod/uimport.php:70 -msgid "Account file" -msgstr "Account bestand" - -#: mod/uimport.php:70 -msgid "" -"To export your account, go to \"Settings->Export your personal data\" and " -"select \"Export account\"" -msgstr "" - -#: mod/nogroup.php:41 mod/contacts.php:586 mod/contacts.php:930 -#: mod/viewcontacts.php:97 -#, php-format -msgid "Visit %s's profile [%s]" -msgstr "Bekijk het profiel van %s [%s]" - -#: mod/nogroup.php:42 mod/contacts.php:931 -msgid "Edit contact" -msgstr "Contact bewerken" - -#: mod/nogroup.php:63 -msgid "Contacts who are not members of a group" -msgstr "Contacten die geen leden zijn van een groep" - -#: mod/uexport.php:29 -msgid "Export account" -msgstr "Account exporteren" - -#: mod/uexport.php:29 -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 "Je account informatie en contacten exporteren. Gebruik dit om een backup van je account te maken en/of om het te verhuizen naar een andere server." - -#: mod/uexport.php:30 -msgid "Export all" -msgstr "Alles exporteren" - -#: mod/uexport.php:30 -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 "Je account info, contacten en al je items in json formaat exporteren. Dit kan een heel groot bestand worden, en kan lang duren. Gebruik dit om een volledige backup van je account te maken (foto's worden niet geexporteerd)" - -#: mod/uexport.php:37 mod/settings.php:95 -msgid "Export personal data" -msgstr "Persoonlijke gegevens exporteren" - -#: mod/invite.php:27 -msgid "Total invitation limit exceeded." -msgstr "Totale uitnodigingslimiet overschreden." - -#: mod/invite.php:49 -#, php-format -msgid "%s : Not a valid email address." -msgstr "%s: Geen geldig e-mailadres." - -#: mod/invite.php:73 -msgid "Please join us on Friendica" -msgstr "Kom bij ons op Friendica" - -#: mod/invite.php:84 -msgid "Invitation limit exceeded. Please contact your site administrator." -msgstr "Uitnodigingslimiet overschreden. Neem contact op met de beheerder van je website." - -#: mod/invite.php:89 -#, php-format -msgid "%s : Message delivery failed." -msgstr "%s : Aflevering van bericht mislukt." - -#: mod/invite.php:93 -#, php-format -msgid "%d message sent." -msgid_plural "%d messages sent." -msgstr[0] "%d bericht verzonden." -msgstr[1] "%d berichten verzonden." - -#: mod/invite.php:112 -msgid "You have no more invitations available" -msgstr "Je kunt geen uitnodigingen meer sturen" - -#: mod/invite.php:120 -#, 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 "Bezoek %s voor een lijst van openbare sites waar je je kunt aansluiten. Friendica leden op andere sites kunnen allemaal met elkaar verbonden worden, en ook met leden van verschillende andere sociale netwerken." - -#: mod/invite.php:122 -#, php-format -msgid "" -"To accept this invitation, please visit and register at %s or any other " -"public Friendica website." -msgstr "Om deze uitnodiging te accepteren kan je je op %s registreren of op een andere vrij toegankelijke Friendica-website." - -#: mod/invite.php:123 -#, php-format -msgid "" -"Friendica sites all inter-connect to create a huge privacy-enhanced social " -"web that is owned and controlled by its members. They can also connect with " -"many traditional social networks. See %s for a list of alternate Friendica " -"sites you can join." -msgstr "Friendica servers zijn allemaal onderling verbonden om een reusachtig sociaal web te maken met verbeterde privacy, dat eigendom is van en gecontroleerd door zijn leden. Ze kunnen ook verbindingen maken met verschillende traditionele sociale netwerken. Bekijk %s voor een lijst van alternatieve Friendica servers waar je aan kunt sluiten." - -#: mod/invite.php:126 -msgid "" -"Our apologies. This system is not currently configured to connect with other" -" public sites or invite members." -msgstr "Onze verontschuldigingen. Dit systeem is momenteel niet ingesteld om verbinding te maken met andere openbare plaatsen of leden uit te nodigen." - -#: mod/invite.php:132 -msgid "Send invitations" -msgstr "Verstuur uitnodigingen" - -#: mod/invite.php:133 -msgid "Enter email addresses, one per line:" -msgstr "Vul e-mailadressen in, één per lijn:" - -#: mod/invite.php:134 mod/wallmessage.php:151 mod/message.php:351 -#: mod/message.php:541 -msgid "Your message:" -msgstr "Jouw bericht:" - -#: mod/invite.php:135 -msgid "" -"You are cordially invited to join me and other close friends on Friendica - " -"and help us to create a better social web." -msgstr "Ik nodig je vriendelijk uit om bij mij en andere vrienden te komen op Friendica - en ons te helpen om een beter sociaal web te bouwen." - -#: mod/invite.php:137 -msgid "You will need to supply this invitation code: $invite_code" -msgstr "Je zult deze uitnodigingscode moeten invullen: $invite_code" - -#: mod/invite.php:137 -msgid "" -"Once you have registered, please connect with me via my profile page at:" -msgstr "Eens je geregistreerd bent kun je contact leggen met mij via mijn profielpagina op:" - -#: mod/invite.php:139 -msgid "" -"For more information about the Friendica project and why we feel it is " -"important, please visit http://friendica.com" -msgstr "Voor meer informatie over het Friendica project en waarom wij denken dat het belangrijk is kun je http://friendica.com/ bezoeken" - -#: mod/invite.php:140 mod/localtime.php:45 mod/message.php:357 -#: mod/message.php:547 mod/manage.php:143 mod/crepair.php:154 -#: mod/content.php:728 mod/fsuggest.php:107 mod/mood.php:137 mod/poke.php:199 -#: mod/profiles.php:688 mod/events.php:506 mod/photos.php:1104 -#: mod/photos.php:1226 mod/photos.php:1539 mod/photos.php:1590 -#: mod/photos.php:1638 mod/photos.php:1724 mod/contacts.php:577 -#: mod/install.php:272 mod/install.php:312 object/Item.php:720 -#: view/theme/frio/config.php:59 view/theme/quattro/config.php:64 -#: view/theme/vier/config.php:107 view/theme/duepuntozero/config.php:59 -msgid "Submit" -msgstr "Opslaan" - -#: mod/fbrowser.php:133 -msgid "Files" -msgstr "Bestanden" - -#: mod/profperm.php:19 mod/group.php:72 index.php:400 -msgid "Permission denied" -msgstr "Toegang geweigerd" - -#: mod/profperm.php:25 mod/profperm.php:56 -msgid "Invalid profile identifier." -msgstr "Ongeldige profiel-identificatie." - -#: mod/profperm.php:102 -msgid "Profile Visibility Editor" -msgstr "" - -#: mod/profperm.php:106 mod/group.php:223 -msgid "Click on a contact to add or remove." -msgstr "Klik op een contact om het toe te voegen of te verwijderen." - -#: mod/profperm.php:115 -msgid "Visible To" -msgstr "Zichtbaar voor" - -#: mod/profperm.php:131 -msgid "All Contacts (with secure profile access)" -msgstr "Alle contacten (met veilige profieltoegang)" - -#: mod/tagrm.php:41 -msgid "Tag removed" -msgstr "Label verwijderd" - -#: mod/tagrm.php:79 -msgid "Remove Item Tag" -msgstr "Verwijder label van item" - -#: mod/tagrm.php:81 -msgid "Select a tag to remove: " -msgstr "Selecteer een label om te verwijderen: " - -#: mod/tagrm.php:93 mod/delegate.php:139 -msgid "Remove" -msgstr "Verwijderen" - -#: mod/repair_ostatus.php:14 -msgid "Resubscribing to OStatus contacts" -msgstr "" - -#: mod/repair_ostatus.php:30 -msgid "Error" -msgstr "" - -#: mod/repair_ostatus.php:44 mod/ostatus_subscribe.php:51 -msgid "Done" -msgstr "Klaar" - -#: mod/repair_ostatus.php:50 mod/ostatus_subscribe.php:73 -msgid "Keep this window open until done." -msgstr "Houd dit scherm open tot het klaar is" - -#: mod/delegate.php:101 -msgid "No potential page delegates located." -msgstr "Niemand gevonden waar het paginabeheer mogelijk aan uitbesteed kan worden." - -#: mod/delegate.php:132 -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 "Personen waaraan het beheer is uitbesteed kunnen alle onderdelen van een account/pagina beheren, behalve de basisinstellingen van een account. Besteed je persoonlijke account daarom niet uit aan personen die je niet volledig vertrouwd." - -#: mod/delegate.php:133 -msgid "Existing Page Managers" -msgstr "Bestaande paginabeheerders" - -#: mod/delegate.php:135 -msgid "Existing Page Delegates" -msgstr "Bestaande personen waaraan het paginabeheer is uitbesteed" - -#: mod/delegate.php:137 -msgid "Potential Delegates" -msgstr "Mogelijke personen waaraan het paginabeheer kan worden uitbesteed " - -#: mod/delegate.php:140 -msgid "Add" -msgstr "Toevoegen" - -#: mod/delegate.php:141 -msgid "No entries." -msgstr "Geen gegevens." - -#: mod/credits.php:16 -msgid "Credits" -msgstr "" - -#: mod/credits.php:17 -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/filer.php:30 -msgid "- select -" -msgstr "- Kies -" - -#: mod/subthread.php:103 -#, php-format -msgid "%1$s is following %2$s's %3$s" -msgstr "%1$s volgt %3$s van %2$s" - -#: mod/attach.php:8 -msgid "Item not available." -msgstr "Item niet beschikbaar" - -#: mod/attach.php:20 -msgid "Item was not found." -msgstr "Item niet gevonden" - -#: mod/apps.php:7 index.php:244 -msgid "You must be logged in to use addons. " -msgstr "Je moet ingelogd zijn om deze addons te kunnen gebruiken. " - -#: mod/apps.php:11 -msgid "Applications" -msgstr "Toepassingen" - -#: mod/apps.php:14 -msgid "No installed applications." -msgstr "Geen toepassingen geïnstalleerd" - -#: mod/p.php:9 -msgid "Not Extended" -msgstr "" - -#: mod/newmember.php:6 -msgid "Welcome to Friendica" -msgstr "Welkom bij Friendica" - -#: mod/newmember.php:8 -msgid "New Member Checklist" -msgstr "Checklist voor nieuwe leden" - -#: mod/newmember.php:12 -msgid "" -"We would like to offer some tips and links to help make your experience " -"enjoyable. Click any item to visit the relevant page. A link to this page " -"will be visible from your home page for two weeks after your initial " -"registration and then will quietly disappear." -msgstr "We willen je een paar tips en verwijzingen aanreiken om je een aangename ervaring te bezorgen. Klik op een item om de relevante pagina's te bezoeken. Een verwijzing naar deze pagina zal twee weken lang na je registratie zichtbaar zijn op je tijdlijn. Daarna zal de verwijzing stilletjes verdwijnen." - -#: mod/newmember.php:14 -msgid "Getting Started" -msgstr "Aan de slag" - -#: mod/newmember.php:18 -msgid "Friendica Walk-Through" -msgstr "Doorloop Friendica" - -#: mod/newmember.php:18 -msgid "" -"On your Quick Start page - find a brief introduction to your " -"profile and network tabs, make some new connections, and find some groups to" -" join." -msgstr "Op je Snelstart pagina kun je een korte inleiding vinden over je profiel en netwerk tabs, om enkele nieuwe connecties te leggen en groepen te vinden om lid van te worden." - -#: mod/newmember.php:26 -msgid "Go to Your Settings" -msgstr "Ga naar je instellingen" - -#: mod/newmember.php:26 -msgid "" -"On your Settings 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 "Verander je initieel wachtwoord op je instellingenpagina. Noteer ook het adres van je identiteit. Dit ziet er uit als een e-mailadres - en zal nuttig zijn om vrienden te maken op het vrije sociale web." - -#: mod/newmember.php:28 -msgid "" -"Review the other settings, particularly the privacy settings. An unpublished" -" directory listing is like having an unlisted phone number. In general, you " -"should probably publish your listing - unless all of your friends and " -"potential friends know exactly how to find you." -msgstr "Controleer ook de andere instellingen, in het bijzonder de privacy-instellingen. Een niet-gepubliceerd adres is zoals een privé-telefoonnummer. In het algemeen wil je waarschijnlijk je adres publiceren - tenzij al je vrienden en mogelijke vrienden precies weten hoe je te vinden." - -#: mod/newmember.php:36 mod/profile_photo.php:250 mod/profiles.php:707 -msgid "Upload Profile Photo" -msgstr "Profielfoto uploaden" - -#: mod/newmember.php:36 -msgid "" -"Upload a profile photo if you have not done so already. Studies have shown " -"that people with real photos of themselves are ten times more likely to make" -" friends than people who do not." -msgstr "Upload een profielfoto, als je dat nog niet gedaan hebt. Studies tonen aan dat mensen met echte foto's van zichzelf tien keer gemakkelijker vrienden maken dan mensen die dat niet doen." - -#: mod/newmember.php:38 -msgid "Edit Your Profile" -msgstr "Bewerk je profiel" - -#: mod/newmember.php:38 -msgid "" -"Edit your default profile to your liking. Review the " -"settings for hiding your list of friends and hiding the profile from unknown" -" visitors." -msgstr "Bewerk je standaard profiel zoals je wilt. Controleer de instellingen om je vriendenlijst te verbergen, en om je profiel voor ongekende bezoekers te verbergen." - -#: mod/newmember.php:40 -msgid "Profile Keywords" -msgstr "Sleutelwoorden voor dit profiel" - -#: mod/newmember.php:40 -msgid "" -"Set some public keywords for your default profile which describe your " -"interests. We may be able to find other people with similar interests and " -"suggest friendships." -msgstr "Stel enkele openbare sleutelwoorden in voor je standaard profiel die je interesses beschrijven. We kunnen dan misschien mensen vinden met gelijkaardige interesses, en vrienden voorstellen." - -#: mod/newmember.php:44 -msgid "Connecting" -msgstr "Verbinding aan het maken" - -#: mod/newmember.php:51 -msgid "Importing Emails" -msgstr "E-mails importeren" - -#: mod/newmember.php:51 -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 "Vul je e-mailtoegangsinformatie in op je pagina met verbindingsinstellingen als je vrienden of mailinglijsten uit je e-mail-inbox wilt importeren, en met hen wilt communiceren" - -#: mod/newmember.php:53 -msgid "Go to Your Contacts Page" -msgstr "Ga naar je contactenpagina" - -#: mod/newmember.php:53 -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 Add New Contact dialog." -msgstr "Je contactenpagina is jouw poort om vriendschappen te beheren en verbinding te leggen met vrienden op andere netwerken. Je kunt hun adres of URL toevoegen in de Voeg nieuw contact toe dialoog." - -#: mod/newmember.php:55 -msgid "Go to Your Site's Directory" -msgstr "Ga naar de gids van je website" - -#: mod/newmember.php:55 -msgid "" -"The Directory page lets you find other people in this network or other " -"federated sites. Look for a Connect or Follow link on " -"their profile page. Provide your own Identity Address if requested." -msgstr "In de gids vind je andere mensen in dit netwerk of op andere federatieve sites. Zoek naar het woord Connect of Follow op hun profielpagina (meestal aan de linkerkant). Vul je eigen identiteitsadres in wanneer daar om wordt gevraagd." - -#: mod/newmember.php:57 -msgid "Finding New People" -msgstr "Nieuwe mensen vinden" - -#: mod/newmember.php:57 -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 "Op het zijpaneel van de Contacten pagina vind je verschillende tools om nieuwe vrienden te zoeken. We kunnen mensen op interesses matchen, mensen opzoeken op naam of hobby, en suggesties doen gebaseerd op netwerk-relaties. Op een nieuwe webstek beginnen vriendschapssuggesties meestal binnen de 24 uur beschikbaar te worden." - -#: mod/newmember.php:65 -msgid "Group Your Contacts" -msgstr "Groepeer je contacten" - -#: mod/newmember.php:65 -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 "Als je een aantal vrienden gemaakt hebt kun je ze in je eigen conversatiegroepen indelen vanuit de zijbalk van je 'Conacten' pagina, en dan kun je met elke groep apart contact houden op je Netwerk pagina. " - -#: mod/newmember.php:68 -msgid "Why Aren't My Posts Public?" -msgstr "Waarom zijn mijn berichten niet openbaar?" - -#: mod/newmember.php:68 -msgid "" -"Friendica respects your privacy. By default, your posts will only show up to" -" people you've added as friends. For more information, see the help section " -"from the link above." -msgstr "Friendica respecteert je privacy. Standaard zullen je berichten alleen zichtbaar zijn voor personen die jij als vriend hebt toegevoegd. Lees de help (zie de verwijzing hierboven) voor meer informatie." - -#: mod/newmember.php:73 -msgid "Getting Help" -msgstr "Hulp krijgen" - -#: mod/newmember.php:77 -msgid "Go to the Help Section" -msgstr "Ga naar de help" - -#: mod/newmember.php:77 -msgid "" -"Our help pages may be consulted for detail on other program" -" features and resources." -msgstr "Je kunt onze help pagina's raadplegen voor gedetailleerde informatie over andere functies van dit programma." - -#: mod/removeme.php:46 mod/removeme.php:49 -msgid "Remove My Account" -msgstr "Verwijder mijn account" - -#: mod/removeme.php:47 -msgid "" -"This will completely remove your account. Once this has been done it is not " -"recoverable." -msgstr "Dit zal je account volledig verwijderen. Dit kan niet hersteld worden als het eenmaal uitgevoerd is." - -#: mod/removeme.php:48 -msgid "Please enter your password for verification:" -msgstr "Voer je wachtwoord in voor verificatie:" - -#: mod/editpost.php:17 mod/editpost.php:27 -msgid "Item not found" -msgstr "Item niet gevonden" - -#: mod/editpost.php:40 -msgid "Edit post" -msgstr "Bericht bewerken" - -#: mod/localtime.php:24 -msgid "Time Conversion" -msgstr "Tijdsconversie" - -#: mod/localtime.php:26 -msgid "" -"Friendica provides this service for sharing events with other networks and " -"friends in unknown timezones." -msgstr "Friendica biedt deze dienst aan om gebeurtenissen te delen met andere netwerken en vrienden in onbekende tijdzones." - -#: mod/localtime.php:30 -#, php-format -msgid "UTC time: %s" -msgstr "UTC tijd: %s" - -#: mod/localtime.php:33 -#, php-format -msgid "Current timezone: %s" -msgstr "Huidige Tijdzone: %s" - -#: mod/localtime.php:36 -#, php-format -msgid "Converted localtime: %s" -msgstr "Omgerekende lokale tijd: %s" - -#: mod/localtime.php:41 -msgid "Please select your timezone:" -msgstr "Selecteer je tijdzone:" - -#: mod/bookmarklet.php:41 -msgid "The post was created" -msgstr "" - -#: mod/group.php:29 -msgid "Group created." -msgstr "Groep aangemaakt." - -#: mod/group.php:35 -msgid "Could not create group." -msgstr "Kon de groep niet aanmaken." - -#: mod/group.php:47 mod/group.php:140 -msgid "Group not found." -msgstr "Groep niet gevonden." - -#: mod/group.php:60 -msgid "Group name changed." -msgstr "Groepsnaam gewijzigd." - -#: mod/group.php:87 -msgid "Save Group" -msgstr "Bewaar groep" - -#: mod/group.php:93 -msgid "Create a group of contacts/friends." -msgstr "Maak een groep contacten/vrienden aan." - -#: mod/group.php:113 -msgid "Group removed." -msgstr "Groep verwijderd." - -#: mod/group.php:115 -msgid "Unable to remove group." -msgstr "Niet in staat om groep te verwijderen." - -#: mod/group.php:177 -msgid "Group Editor" -msgstr "Groepsbewerker" - -#: mod/group.php:190 -msgid "Members" -msgstr "Leden" - -#: mod/group.php:192 mod/contacts.php:692 -msgid "All Contacts" -msgstr "Alle Contacten" - -#: mod/group.php:193 mod/content.php:130 mod/network.php:496 -msgid "Group is empty" -msgstr "De groep is leeg" - -#: mod/wallmessage.php:42 mod/wallmessage.php:112 -#, php-format -msgid "Number of daily wall messages for %s exceeded. Message failed." -msgstr "" - -#: mod/wallmessage.php:56 mod/message.php:71 -msgid "No recipient selected." -msgstr "Geen ontvanger geselecteerd." - -#: mod/wallmessage.php:59 -msgid "Unable to check your home location." -msgstr "Niet in staat om je tijdlijn-locatie vast te stellen" - -#: mod/wallmessage.php:62 mod/message.php:78 -msgid "Message could not be sent." -msgstr "Bericht kon niet verzonden worden." - -#: mod/wallmessage.php:65 mod/message.php:81 -msgid "Message collection failure." -msgstr "Fout bij het verzamelen van berichten." - -#: mod/wallmessage.php:68 mod/message.php:84 -msgid "Message sent." -msgstr "Bericht verzonden." - -#: mod/wallmessage.php:86 mod/wallmessage.php:95 -msgid "No recipient." -msgstr "Geen ontvanger." - -#: mod/wallmessage.php:142 mod/message.php:341 -msgid "Send Private Message" -msgstr "Verstuur privébericht" - -#: mod/wallmessage.php:143 -#, php-format -msgid "" -"If you wish for %s to respond, please check that the privacy settings on " -"your site allow private mail from unknown senders." -msgstr "Als je wilt dat %s antwoordt moet je nakijken dat de privacy-instellingen op jouw website privéberichten van onbekende afzenders toelaat." - -#: mod/wallmessage.php:144 mod/message.php:342 mod/message.php:536 -msgid "To:" -msgstr "Aan:" - -#: mod/wallmessage.php:145 mod/message.php:347 mod/message.php:538 -msgid "Subject:" -msgstr "Onderwerp:" - -#: mod/share.php:38 -msgid "link" -msgstr "link" - -#: mod/api.php:76 mod/api.php:102 +#: mod/api.php:85 mod/api.php:107 msgid "Authorize application connection" -msgstr "" +msgstr "Verbinding met de applicatie goedkeuren" -#: mod/api.php:77 +#: mod/api.php:86 msgid "Return to your app and insert this Securty Code:" -msgstr "" +msgstr "Keer terug naar jouw app en voeg deze beveiligingscode in:" -#: mod/api.php:89 +#: mod/api.php:95 msgid "Please login to continue." msgstr "Log in om verder te gaan." -#: mod/api.php:104 +#: mod/api.php:109 msgid "" "Do you want to authorize this application to access your posts and contacts," " and/or create new posts for you?" msgstr "Wil je deze toepassing toestemming geven om jouw berichten en contacten in te kijken, en/of nieuwe berichten in jouw plaats aan te maken?" -#: mod/api.php:106 mod/profiles.php:648 mod/profiles.php:652 -#: mod/profiles.php:677 mod/register.php:246 mod/settings.php:1163 -#: mod/settings.php:1169 mod/settings.php:1177 mod/settings.php:1181 -#: mod/settings.php:1186 mod/settings.php:1192 mod/settings.php:1198 -#: mod/settings.php:1204 mod/settings.php:1230 mod/settings.php:1231 -#: mod/settings.php:1232 mod/settings.php:1233 mod/settings.php:1234 -#: mod/dfrn_request.php:862 mod/follow.php:110 +#: mod/api.php:111 mod/dfrn_request.php:653 mod/follow.php:150 +#: mod/profiles.php:636 mod/profiles.php:640 mod/profiles.php:661 +#: mod/register.php:238 mod/settings.php:1105 mod/settings.php:1111 +#: mod/settings.php:1118 mod/settings.php:1122 mod/settings.php:1126 +#: mod/settings.php:1130 mod/settings.php:1134 mod/settings.php:1138 +#: mod/settings.php:1158 mod/settings.php:1159 mod/settings.php:1160 +#: mod/settings.php:1161 mod/settings.php:1162 msgid "No" msgstr "Nee" -#: mod/babel.php:17 -msgid "Source (bbcode) text:" -msgstr "Bron (bbcode) tekst:" +#: mod/apps.php:14 index.php:245 +msgid "You must be logged in to use addons. " +msgstr "Je moet ingelogd zijn om deze addons te kunnen gebruiken. " -#: mod/babel.php:23 -msgid "Source (Diaspora) text to convert to BBcode:" -msgstr "Bron (Diaspora) tekst om naar BBCode om te zetten:" +#: mod/apps.php:19 +msgid "Applications" +msgstr "Toepassingen" -#: mod/babel.php:31 -msgid "Source input: " -msgstr "Bron ingave:" +#: mod/apps.php:22 +msgid "No installed applications." +msgstr "Geen toepassingen geïnstalleerd" -#: mod/babel.php:35 -msgid "bb2html (raw HTML): " -msgstr "bb2html (ruwe HTML):" +#: mod/attach.php:15 +msgid "Item not available." +msgstr "Item niet beschikbaar" -#: mod/babel.php:39 -msgid "bb2html: " -msgstr "bb2html:" +#: mod/attach.php:25 +msgid "Item was not found." +msgstr "Item niet gevonden" -#: mod/babel.php:43 -msgid "bb2html2bb: " -msgstr "bb2html2bb: " +#: mod/common.php:91 +msgid "No contacts in common." +msgstr "Geen gedeelde contacten." -#: mod/babel.php:47 -msgid "bb2md: " -msgstr "bb2md: " +#: mod/common.php:140 mod/contacts.php:886 +msgid "Common Friends" +msgstr "Gedeelde Vrienden" -#: mod/babel.php:51 -msgid "bb2md2html: " -msgstr "bb2md2html: " +#: mod/credits.php:18 +msgid "Credits" +msgstr "Credits" -#: mod/babel.php:55 -msgid "bb2dia2bb: " -msgstr "bb2dia2bb: " - -#: mod/babel.php:59 -msgid "bb2md2html2bb: " -msgstr "bb2md2html2bb: " - -#: mod/babel.php:69 -msgid "Source input (Diaspora format): " -msgstr "Bron ingave (Diaspora formaat):" - -#: mod/babel.php:74 -msgid "diaspora2bb: " -msgstr "diaspora2bb: " - -#: mod/ostatus_subscribe.php:14 -msgid "Subscribing to OStatus contacts" -msgstr "" - -#: mod/ostatus_subscribe.php:25 -msgid "No contact provided." -msgstr "" - -#: mod/ostatus_subscribe.php:30 -msgid "Couldn't fetch information for contact." -msgstr "" - -#: mod/ostatus_subscribe.php:38 -msgid "Couldn't fetch friends for contact." -msgstr "" - -#: mod/ostatus_subscribe.php:65 -msgid "success" -msgstr "Succesvol" - -#: mod/ostatus_subscribe.php:67 -msgid "failed" -msgstr "Mislukt" - -#: mod/ostatus_subscribe.php:69 mod/content.php:792 object/Item.php:245 -msgid "ignored" -msgstr "Verboden" - -#: mod/dfrn_poll.php:104 mod/dfrn_poll.php:537 -#, php-format -msgid "%1$s welcomes %2$s" -msgstr "%1$s heet %2$s van harte welkom" - -#: mod/message.php:75 -msgid "Unable to locate contact information." -msgstr "Ik kan geen contact informatie vinden." - -#: mod/message.php:215 -msgid "Do you really want to delete this message?" -msgstr "Wil je echt dit bericht verwijderen?" - -#: mod/message.php:235 -msgid "Message deleted." -msgstr "Bericht verwijderd." - -#: mod/message.php:266 -msgid "Conversation removed." -msgstr "Gesprek verwijderd." - -#: mod/message.php:383 -msgid "No messages." -msgstr "Geen berichten." - -#: mod/message.php:426 -msgid "Message not available." -msgstr "Bericht niet beschikbaar." - -#: mod/message.php:503 -msgid "Delete message" -msgstr "Verwijder bericht" - -#: mod/message.php:529 mod/message.php:609 -msgid "Delete conversation" -msgstr "Verwijder gesprek" - -#: mod/message.php:531 +#: mod/credits.php:19 msgid "" -"No secure communications available. You may be able to " -"respond from the sender's profile page." -msgstr "Geen beveiligde communicatie beschikbaar. Je kunt misschien antwoorden vanaf de profiel-pagina van de afzender." - -#: mod/message.php:535 -msgid "Send Reply" -msgstr "Verstuur Antwoord" - -#: mod/message.php:579 -#, php-format -msgid "Unknown sender - %s" -msgstr "Onbekende afzender - %s" - -#: mod/message.php:581 -#, php-format -msgid "You and %s" -msgstr "Jij en %s" - -#: mod/message.php:583 -#, php-format -msgid "%s and You" -msgstr "%s en jij" - -#: mod/message.php:612 -msgid "D, d M Y - g:i A" -msgstr "D, d M Y - g:i A" - -#: mod/message.php:615 -#, php-format -msgid "%d message" -msgid_plural "%d messages" -msgstr[0] "%d bericht" -msgstr[1] "%d berichten" - -#: mod/manage.php:139 -msgid "Manage Identities and/or Pages" -msgstr "Beheer Identiteiten en/of Pagina's" - -#: mod/manage.php:140 -msgid "" -"Toggle between different identities or community/group pages which share " -"your account details or which you have been granted \"manage\" permissions" -msgstr "Wissel tussen verschillende identiteiten of forum/groeppagina's die jouw accountdetails delen of waar je \"beheerdersrechten\" hebt gekregen." - -#: mod/manage.php:141 -msgid "Select an identity to manage: " -msgstr "Selecteer een identiteit om te beheren:" +"Friendica is a community project, that would not be possible without the " +"help of many people. Here is a list of those who have contributed to the " +"code or the translation of Friendica. Thank you all!" +msgstr "Friendica is een gemeenschapsproject dat niet mogelijk zou zijn zonder de hulp van vele mensen. Hier is een lijst van alle mensen die aan de code of vertalingen van Friendica hebben meegewerkt. Allen van harte bedankt!" #: mod/crepair.php:87 msgid "Contact settings applied." @@ -4192,270 +1281,1251 @@ msgstr "Contactinstellingen toegepast." msgid "Contact update failed." msgstr "Aanpassen van contact mislukt." -#: mod/crepair.php:114 mod/fsuggest.php:20 mod/fsuggest.php:92 -#: mod/dfrn_confirm.php:126 +#: mod/crepair.php:110 mod/dfrn_confirm.php:131 mod/fsuggest.php:30 +#: mod/fsuggest.php:96 msgid "Contact not found." msgstr "Contact niet gevonden" -#: mod/crepair.php:120 +#: mod/crepair.php:114 msgid "" "WARNING: This is highly advanced and if you enter incorrect" " information your communications with this contact may stop working." -msgstr "" +msgstr "WAARSCHUWING: Dit is zeer geavanceerd en als je verkeerde informatie invult, zal je mogelijk niet meer kunnen communiceren met deze contactpersoon." -#: mod/crepair.php:121 +#: mod/crepair.php:115 msgid "" "Please use your browser 'Back' button now if you are " "uncertain what to do on this page." msgstr "Gebruik nu de \"terug\"-knop in je webbrowser wanneer je niet weet wat je op deze pagina moet doen." -#: mod/crepair.php:134 mod/crepair.php:136 +#: mod/crepair.php:129 mod/crepair.php:131 msgid "No mirroring" msgstr "" -#: mod/crepair.php:134 +#: mod/crepair.php:129 msgid "Mirror as forwarded posting" msgstr "" -#: mod/crepair.php:134 mod/crepair.php:136 +#: mod/crepair.php:129 mod/crepair.php:131 msgid "Mirror as my own posting" msgstr "" -#: mod/crepair.php:150 +#: mod/crepair.php:144 msgid "Return to contact editor" msgstr "Ga terug naar contactbewerker" -#: mod/crepair.php:152 +#: mod/crepair.php:146 msgid "Refetch contact data" msgstr "" -#: mod/crepair.php:156 +#: mod/crepair.php:148 mod/invite.php:150 mod/manage.php:184 +#: mod/localtime.php:56 mod/poke.php:199 mod/fsuggest.php:114 +#: mod/message.php:265 mod/message.php:432 mod/photos.php:1080 +#: mod/photos.php:1160 mod/photos.php:1445 mod/photos.php:1491 +#: mod/photos.php:1530 mod/photos.php:1603 mod/install.php:251 +#: mod/install.php:290 mod/events.php:530 mod/profiles.php:672 +#: mod/contacts.php:610 src/Object/Post.php:796 +#: view/theme/duepuntozero/config.php:71 view/theme/frio/config.php:113 +#: view/theme/quattro/config.php:73 view/theme/vier/config.php:119 +msgid "Submit" +msgstr "Opslaan" + +#: mod/crepair.php:149 msgid "Remote Self" msgstr "" -#: mod/crepair.php:159 +#: mod/crepair.php:152 msgid "Mirror postings from this contact" msgstr "" -#: mod/crepair.php:161 +#: mod/crepair.php:154 msgid "" "Mark this contact as remote_self, this will cause friendica to repost new " "entries from this contact." msgstr "" -#: mod/crepair.php:165 mod/settings.php:680 mod/settings.php:706 -#: mod/admin.php:1396 mod/admin.php:1409 mod/admin.php:1422 mod/admin.php:1438 +#: mod/crepair.php:158 mod/admin.php:490 mod/admin.php:1781 mod/admin.php:1793 +#: mod/admin.php:1806 mod/admin.php:1822 mod/settings.php:677 +#: mod/settings.php:703 msgid "Name" msgstr "Naam" -#: mod/crepair.php:166 +#: mod/crepair.php:159 msgid "Account Nickname" msgstr "Bijnaam account" -#: mod/crepair.php:167 +#: mod/crepair.php:160 msgid "@Tagname - overrides Name/Nickname" msgstr "@Labelnaam - krijgt voorrang op naam/bijnaam" -#: mod/crepair.php:168 +#: mod/crepair.php:161 msgid "Account URL" msgstr "URL account" -#: mod/crepair.php:169 +#: mod/crepair.php:162 msgid "Friend Request URL" msgstr "URL vriendschapsverzoek" -#: mod/crepair.php:170 +#: mod/crepair.php:163 msgid "Friend Confirm URL" msgstr "URL vriendschapsbevestiging" -#: mod/crepair.php:171 +#: mod/crepair.php:164 msgid "Notification Endpoint URL" msgstr "" -#: mod/crepair.php:172 +#: mod/crepair.php:165 msgid "Poll/Feed URL" msgstr "URL poll/feed" -#: mod/crepair.php:173 +#: mod/crepair.php:166 msgid "New photo from this URL" msgstr "Nieuwe foto van deze URL" -#: mod/content.php:119 mod/network.php:469 -msgid "No such group" -msgstr "Zo'n groep bestaat niet" +#: mod/fbrowser.php:34 src/Content/Nav.php:102 src/Model/Profile.php:904 +#: view/theme/frio/theme.php:261 +msgid "Photos" +msgstr "Foto's" -#: mod/content.php:135 mod/network.php:500 +#: mod/fbrowser.php:43 mod/fbrowser.php:68 mod/photos.php:194 +#: mod/photos.php:1062 mod/photos.php:1149 mod/photos.php:1166 +#: mod/photos.php:1659 mod/photos.php:1673 src/Model/Photo.php:244 +#: src/Model/Photo.php:253 +msgid "Contact Photos" +msgstr "Contactfoto's" + +#: mod/fbrowser.php:105 mod/fbrowser.php:136 mod/profile_photo.php:250 +msgid "Upload" +msgstr "Uploaden" + +#: mod/fbrowser.php:131 +msgid "Files" +msgstr "Bestanden" + +#: mod/fetch.php:16 mod/fetch.php:52 mod/fetch.php:65 mod/help.php:60 +#: mod/p.php:21 mod/p.php:48 mod/p.php:57 index.php:292 +msgid "Not Found" +msgstr "Niet gevonden" + +#: mod/hcard.php:18 +msgid "No profile" +msgstr "Geen profiel" + +#: mod/help.php:48 +msgid "Help:" +msgstr "Help:" + +#: mod/help.php:54 src/Content/Nav.php:134 view/theme/vier/theme.php:298 +msgid "Help" +msgstr "Help" + +#: mod/help.php:63 index.php:297 +msgid "Page not found." +msgstr "Pagina niet gevonden" + +#: mod/home.php:39 #, php-format -msgid "Group: %s" -msgstr "" +msgid "Welcome to %s" +msgstr "Welkom op %s" -#: mod/content.php:325 object/Item.php:95 -msgid "This entry was edited" -msgstr "" +#: mod/lockview.php:38 mod/lockview.php:46 +msgid "Remote privacy information not available." +msgstr "Privacyinformatie op afstand niet beschikbaar." -#: mod/content.php:621 object/Item.php:429 +#: mod/lockview.php:55 +msgid "Visible to:" +msgstr "Zichtbaar voor:" + +#: mod/maintenance.php:24 +msgid "System down for maintenance" +msgstr "Systeem onbeschikbaar wegens onderhoud" + +#: mod/newmember.php:11 +msgid "Welcome to Friendica" +msgstr "Welkom bij Friendica" + +#: mod/newmember.php:12 +msgid "New Member Checklist" +msgstr "Checklist voor nieuwe leden" + +#: 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 "We willen je een paar tips en verwijzingen aanreiken om je een aangename ervaring te bezorgen. Klik op een item om de relevante pagina's te bezoeken. Een verwijzing naar deze pagina zal twee weken lang na je registratie zichtbaar zijn op je tijdlijn. Daarna zal de verwijzing stilletjes verdwijnen." + +#: mod/newmember.php:15 +msgid "Getting Started" +msgstr "Aan de slag" + +#: mod/newmember.php:17 +msgid "Friendica Walk-Through" +msgstr "Doorloop Friendica" + +#: mod/newmember.php:17 +msgid "" +"On your Quick Start page - find a brief introduction to your " +"profile and network tabs, make some new connections, and find some groups to" +" join." +msgstr "Op je Snelstart pagina kun je een korte inleiding vinden over je profiel en netwerk tabs, om enkele nieuwe connecties te leggen en groepen te vinden om lid van te worden." + +#: mod/newmember.php:19 mod/admin.php:1906 mod/admin.php:2175 +#: mod/settings.php:123 src/Content/Nav.php:206 view/theme/frio/theme.php:269 +msgid "Settings" +msgstr "Instellingen" + +#: mod/newmember.php:21 +msgid "Go to Your Settings" +msgstr "Ga naar je instellingen" + +#: mod/newmember.php:21 +msgid "" +"On your Settings 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 "Verander je initieel wachtwoord op je instellingenpagina. Noteer ook het adres van je identiteit. Dit ziet er uit als een e-mailadres - en zal nuttig zijn om vrienden te maken op het vrije sociale web." + +#: 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 "Controleer ook de andere instellingen, in het bijzonder de privacy-instellingen. Een niet-gepubliceerd adres is zoals een privé-telefoonnummer. In het algemeen wil je waarschijnlijk je adres publiceren - tenzij al je vrienden en mogelijke vrienden precies weten hoe je te vinden." + +#: mod/newmember.php:24 mod/profperm.php:113 mod/contacts.php:671 +#: mod/contacts.php:863 src/Content/Nav.php:101 src/Model/Profile.php:730 +#: src/Model/Profile.php:863 src/Model/Profile.php:896 +#: view/theme/frio/theme.php:260 +msgid "Profile" +msgstr "Profiel" + +#: mod/newmember.php:26 mod/profile_photo.php:249 mod/profiles.php:691 +msgid "Upload Profile Photo" +msgstr "Profielfoto uploaden" + +#: 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 "Upload een profielfoto, als je dat nog niet gedaan hebt. Studies tonen aan dat mensen met echte foto's van zichzelf tien keer gemakkelijker vrienden maken dan mensen die dat niet doen." + +#: mod/newmember.php:27 +msgid "Edit Your Profile" +msgstr "Bewerk je profiel" + +#: mod/newmember.php:27 +msgid "" +"Edit your default profile to your liking. Review the " +"settings for hiding your list of friends and hiding the profile from unknown" +" visitors." +msgstr "Bewerk je standaard profiel zoals je wilt. Controleer de instellingen om je vriendenlijst te verbergen, en om je profiel voor ongekende bezoekers te verbergen." + +#: mod/newmember.php:28 +msgid "Profile Keywords" +msgstr "Sleutelwoorden voor dit profiel" + +#: 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 "Stel enkele openbare sleutelwoorden in voor je standaard profiel die je interesses beschrijven. We kunnen dan misschien mensen vinden met gelijkaardige interesses, en vrienden voorstellen." + +#: mod/newmember.php:30 +msgid "Connecting" +msgstr "Verbinding aan het maken" + +#: mod/newmember.php:36 +msgid "Importing Emails" +msgstr "E-mails importeren" + +#: 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 "Vul je e-mailtoegangsinformatie in op je pagina met verbindingsinstellingen als je vrienden of mailinglijsten uit je e-mail-inbox wilt importeren, en met hen wilt communiceren" + +#: mod/newmember.php:39 +msgid "Go to Your Contacts Page" +msgstr "Ga naar je contactenpagina" + +#: 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 Add New Contact dialog." +msgstr "Je contactenpagina is jouw poort om vriendschappen te beheren en verbinding te leggen met vrienden op andere netwerken. Je kunt hun adres of URL toevoegen in de Voeg nieuw contact toe dialoog." + +#: mod/newmember.php:40 +msgid "Go to Your Site's Directory" +msgstr "Ga naar de gids van je website" + +#: mod/newmember.php:40 +msgid "" +"The Directory page lets you find other people in this network or other " +"federated sites. Look for a Connect or Follow link on " +"their profile page. Provide your own Identity Address if requested." +msgstr "In de gids vind je andere mensen in dit netwerk of op andere federatieve sites. Zoek naar het woord Connect of Follow op hun profielpagina (meestal aan de linkerkant). Vul je eigen identiteitsadres in wanneer daar om wordt gevraagd." + +#: mod/newmember.php:41 +msgid "Finding New People" +msgstr "Nieuwe mensen vinden" + +#: 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 "Op het zijpaneel van de Contacten pagina vind je verschillende tools om nieuwe vrienden te zoeken. We kunnen mensen op interesses matchen, mensen opzoeken op naam of hobby, en suggesties doen gebaseerd op netwerk-relaties. Op een nieuwe webstek beginnen vriendschapssuggesties meestal binnen de 24 uur beschikbaar te worden." + +#: mod/newmember.php:43 src/Model/Group.php:401 +msgid "Groups" +msgstr "Groepen" + +#: mod/newmember.php:45 +msgid "Group Your Contacts" +msgstr "Groepeer je contacten" + +#: 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 "Als je een aantal vrienden gemaakt hebt kun je ze in je eigen gespreksgroepen indelen vanuit de zijbalk van je 'Contacten' pagina, en dan kun je met elke groep apart contact houden op je Netwerk pagina. " + +#: mod/newmember.php:48 +msgid "Why Aren't My Posts Public?" +msgstr "Waarom zijn mijn berichten niet openbaar?" + +#: 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 "Friendica respecteert je privacy. Standaard zullen je berichten alleen zichtbaar zijn voor personen die jij als vriend hebt toegevoegd. Lees de help (zie de verwijzing hierboven) voor meer informatie." + +#: mod/newmember.php:52 +msgid "Getting Help" +msgstr "Hulp krijgen" + +#: mod/newmember.php:54 +msgid "Go to the Help Section" +msgstr "Ga naar de help" + +#: mod/newmember.php:54 +msgid "" +"Our help pages may be consulted for detail on other program" +" features and resources." +msgstr "Je kunt onze help pagina's raadplegen voor gedetailleerde informatie over andere functies van dit programma." + +#: mod/nogroup.php:42 mod/viewcontacts.php:112 mod/contacts.php:619 +#: mod/contacts.php:959 #, php-format -msgid "%d comment" -msgid_plural "%d comments" -msgstr[0] "%d reactie" -msgstr[1] "%d reacties" +msgid "Visit %s's profile [%s]" +msgstr "Bekijk het profiel van %s [%s]" -#: mod/content.php:638 mod/photos.php:1379 object/Item.php:117 -msgid "Private Message" -msgstr "Privébericht" +#: mod/nogroup.php:43 mod/contacts.php:960 +msgid "Edit contact" +msgstr "Contact bewerken" -#: mod/content.php:702 mod/photos.php:1567 object/Item.php:263 -msgid "I like this (toggle)" -msgstr "Vind ik leuk" +#: mod/nogroup.php:63 +msgid "Contacts who are not members of a group" +msgstr "Contacten die geen leden zijn van een groep" -#: mod/content.php:702 object/Item.php:263 -msgid "like" -msgstr "leuk" - -#: mod/content.php:703 mod/photos.php:1568 object/Item.php:264 -msgid "I don't like this (toggle)" -msgstr "Vind ik niet leuk" - -#: mod/content.php:703 object/Item.php:264 -msgid "dislike" -msgstr "niet leuk" - -#: mod/content.php:705 object/Item.php:266 -msgid "Share this" -msgstr "Delen" - -#: mod/content.php:705 object/Item.php:266 -msgid "share" -msgstr "Delen" - -#: mod/content.php:725 mod/photos.php:1587 mod/photos.php:1635 -#: mod/photos.php:1721 object/Item.php:717 -msgid "This is you" -msgstr "Dit ben jij" - -#: mod/content.php:727 mod/content.php:945 mod/photos.php:1589 -#: mod/photos.php:1637 mod/photos.php:1723 object/Item.php:403 -#: object/Item.php:719 boot.php:971 -msgid "Comment" -msgstr "Reacties" - -#: mod/content.php:729 object/Item.php:721 -msgid "Bold" -msgstr "Vet" - -#: mod/content.php:730 object/Item.php:722 -msgid "Italic" -msgstr "Cursief" - -#: mod/content.php:731 object/Item.php:723 -msgid "Underline" -msgstr "Onderstrepen" - -#: mod/content.php:732 object/Item.php:724 -msgid "Quote" -msgstr "Citeren" - -#: mod/content.php:733 object/Item.php:725 -msgid "Code" -msgstr "Broncode" - -#: mod/content.php:734 object/Item.php:726 -msgid "Image" -msgstr "Afbeelding" - -#: mod/content.php:735 object/Item.php:727 -msgid "Link" -msgstr "Link" - -#: mod/content.php:736 object/Item.php:728 -msgid "Video" -msgstr "Video" - -#: mod/content.php:746 mod/settings.php:740 object/Item.php:122 -#: object/Item.php:124 -msgid "Edit" -msgstr "Bewerken" - -#: mod/content.php:771 object/Item.php:227 -msgid "add star" -msgstr "ster toevoegen" - -#: mod/content.php:772 object/Item.php:228 -msgid "remove star" -msgstr "ster verwijderen" - -#: mod/content.php:773 object/Item.php:229 -msgid "toggle star status" -msgstr "ster toevoegen of verwijderen" - -#: mod/content.php:776 object/Item.php:232 -msgid "starred" -msgstr "met ster" - -#: mod/content.php:777 mod/content.php:798 object/Item.php:252 -msgid "add tag" -msgstr "label toevoegen" - -#: mod/content.php:787 object/Item.php:240 -msgid "ignore thread" +#: mod/p.php:14 +msgid "Not Extended" msgstr "" -#: mod/content.php:788 object/Item.php:241 -msgid "unignore thread" +#: mod/repair_ostatus.php:18 +msgid "Resubscribing to OStatus contacts" msgstr "" -#: mod/content.php:789 object/Item.php:242 -msgid "toggle ignore status" +#: mod/repair_ostatus.php:34 +msgid "Error" +msgstr "Fout" + +#: mod/repair_ostatus.php:48 mod/ostatus_subscribe.php:64 +msgid "Done" +msgstr "Klaar" + +#: mod/repair_ostatus.php:54 mod/ostatus_subscribe.php:88 +msgid "Keep this window open until done." +msgstr "Houd dit scherm open tot het klaar is" + +#: mod/suggest.php:36 +msgid "Do you really want to delete this suggestion?" +msgstr "Wil je echt dit voorstel verwijderen?" + +#: mod/suggest.php:73 +msgid "" +"No suggestions available. If this is a new site, please try again in 24 " +"hours." +msgstr "Geen voorstellen beschikbaar. Als dit een nieuwe website is, kun je het over 24 uur nog eens proberen." + +#: mod/suggest.php:84 mod/suggest.php:104 +msgid "Ignore/Hide" +msgstr "Negeren/Verbergen" + +#: mod/suggest.php:114 src/Content/Widget.php:64 view/theme/vier/theme.php:203 +msgid "Friend Suggestions" +msgstr "Vriendschapsvoorstellen" + +#: mod/uimport.php:55 mod/register.php:191 +msgid "" +"This site has exceeded the number of allowed daily account registrations. " +"Please try again tomorrow." +msgstr "Deze website heeft het toegelaten dagelijkse aantal registraties overschreden. Probeer morgen opnieuw." + +#: mod/uimport.php:70 mod/register.php:285 +msgid "Import" +msgstr "Importeren" + +#: mod/uimport.php:72 +msgid "Move account" +msgstr "Account verplaatsen" + +#: mod/uimport.php:73 +msgid "You can import an account from another Friendica server." +msgstr "Je kunt een account van een andere Friendica server importeren." + +#: mod/uimport.php:74 +msgid "" +"You need to export your account from the old server and upload it here. We " +"will recreate your old account here with all your contacts. We will try also" +" to inform your friends that you moved here." +msgstr "Je moet je account bij de oude server exporteren, en hier uploaden. We zullen je oude account hier opnieuw aanmaken, met al je contacten. We zullen ook proberen om je vrienden in te lichten dat je naar hier verhuisd bent." + +#: mod/uimport.php:75 +msgid "" +"This feature is experimental. We can't import contacts from the OStatus " +"network (GNU Social/Statusnet) or from Diaspora" msgstr "" -#: mod/content.php:803 object/Item.php:137 -msgid "save to folder" -msgstr "Bewaren in map" +#: mod/uimport.php:76 +msgid "Account file" +msgstr "Account bestand" -#: mod/content.php:848 object/Item.php:201 -msgid "I will attend" +#: mod/uimport.php:76 +msgid "" +"To export your account, go to \"Settings->Export your personal data\" and " +"select \"Export account\"" msgstr "" -#: mod/content.php:848 object/Item.php:201 -msgid "I will not attend" -msgstr "" +#: mod/update_community.php:27 mod/update_display.php:27 +#: mod/update_notes.php:40 mod/update_profile.php:39 mod/update_network.php:33 +msgid "[Embedded content - reload page to view]" +msgstr "[Ingebedde inhoud - herlaad pagina om het te bekijken]" -#: mod/content.php:848 object/Item.php:201 -msgid "I might attend" -msgstr "" - -#: mod/content.php:912 object/Item.php:369 -msgid "to" -msgstr "aan" - -#: mod/content.php:913 object/Item.php:371 -msgid "Wall-to-Wall" -msgstr "wall-to-wall" - -#: mod/content.php:914 object/Item.php:372 -msgid "via Wall-To-Wall:" -msgstr "via wall-to-wall" - -#: mod/fsuggest.php:63 -msgid "Friend suggestion sent." -msgstr "Vriendschapsvoorstel verzonden." - -#: mod/fsuggest.php:97 -msgid "Suggest Friends" -msgstr "Stel vrienden voor" - -#: mod/fsuggest.php:99 +#: mod/dfrn_poll.php:123 mod/dfrn_poll.php:543 #, php-format -msgid "Suggest a friend for %s" -msgstr "Stel een vriend voor aan %s" +msgid "%1$s welcomes %2$s" +msgstr "%1$s heet %2$s van harte welkom" -#: mod/mood.php:133 -msgid "Mood" -msgstr "Stemming" +#: mod/match.php:48 +msgid "No keywords to match. Please add keywords to your default profile." +msgstr "Geen sleutelwoorden om te zoeken. Voeg sleutelwoorden toe aan je standaard profiel." -#: mod/mood.php:134 -msgid "Set your current mood and tell your friends" -msgstr "Stel je huidige stemming in, en vertel het je vrienden" +#: mod/match.php:104 +msgid "is interested in:" +msgstr "Is geïnteresseerd in:" + +#: mod/match.php:120 +msgid "Profile Match" +msgstr "Profielmatch" + +#: mod/match.php:125 mod/dirfind.php:253 +msgid "No matches" +msgstr "Geen resultaten" + +#: mod/notifications.php:37 +msgid "Invalid request identifier." +msgstr "Ongeldige request identifier." + +#: mod/notifications.php:46 mod/notifications.php:183 +#: mod/notifications.php:230 +msgid "Discard" +msgstr "Verwerpen" + +#: mod/notifications.php:62 mod/notifications.php:182 +#: mod/notifications.php:266 mod/contacts.php:638 mod/contacts.php:828 +#: mod/contacts.php:1019 +msgid "Ignore" +msgstr "Negeren" + +#: mod/notifications.php:98 src/Content/Nav.php:189 +msgid "Notifications" +msgstr "Notificaties" + +#: mod/notifications.php:107 +msgid "Network Notifications" +msgstr "Netwerknotificaties" + +#: mod/notifications.php:113 mod/notify.php:81 +msgid "System Notifications" +msgstr "Systeemnotificaties" + +#: mod/notifications.php:119 +msgid "Personal Notifications" +msgstr "Persoonlijke notificaties" + +#: mod/notifications.php:125 +msgid "Home Notifications" +msgstr "Tijdlijn-notificaties" + +#: mod/notifications.php:155 +msgid "Show Ignored Requests" +msgstr "Toon genegeerde verzoeken" + +#: mod/notifications.php:155 +msgid "Hide Ignored Requests" +msgstr "Verberg genegeerde verzoeken" + +#: mod/notifications.php:167 mod/notifications.php:237 +msgid "Notification type: " +msgstr "Notificatiesoort:" + +#: mod/notifications.php:170 +#, php-format +msgid "suggested by %s" +msgstr "Voorgesteld door %s" + +#: mod/notifications.php:175 mod/notifications.php:254 mod/contacts.php:646 +msgid "Hide this contact from others" +msgstr "Verberg dit contact voor anderen" + +#: mod/notifications.php:176 mod/notifications.php:255 +msgid "Post a new friend activity" +msgstr "Bericht over een nieuwe vriend" + +#: mod/notifications.php:176 mod/notifications.php:255 +msgid "if applicable" +msgstr "Indien toepasbaar" + +#: mod/notifications.php:179 mod/notifications.php:264 mod/admin.php:1796 +msgid "Approve" +msgstr "Goedkeuren" + +#: mod/notifications.php:198 +msgid "Claims to be known to you: " +msgstr "Denkt dat u hem of haar kent:" + +#: mod/notifications.php:199 +msgid "yes" +msgstr "Ja" + +#: mod/notifications.php:199 +msgid "no" +msgstr "Nee" + +#: mod/notifications.php:200 mod/notifications.php:205 +msgid "Shall your connection be bidirectional or not?" +msgstr "" + +#: mod/notifications.php:201 mod/notifications.php:206 +#, php-format +msgid "" +"Accepting %s as a friend allows %s to subscribe to your posts, and you will " +"also receive updates from them in your news feed." +msgstr "" + +#: mod/notifications.php:202 +#, php-format +msgid "" +"Accepting %s as a subscriber allows them to subscribe to your posts, but you" +" will not receive updates from them in your news feed." +msgstr "" + +#: mod/notifications.php:207 +#, php-format +msgid "" +"Accepting %s as a sharer allows them to subscribe to your posts, but you " +"will not receive updates from them in your news feed." +msgstr "" + +#: mod/notifications.php:218 +msgid "Friend" +msgstr "Vriend" + +#: mod/notifications.php:219 +msgid "Sharer" +msgstr "Deler" + +#: mod/notifications.php:219 +msgid "Subscriber" +msgstr "" + +#: mod/notifications.php:247 mod/events.php:518 mod/directory.php:148 +#: mod/contacts.php:660 src/Model/Profile.php:417 src/Model/Event.php:60 +#: src/Model/Event.php:85 src/Model/Event.php:421 src/Model/Event.php:900 +msgid "Location:" +msgstr "Plaats:" + +#: mod/notifications.php:249 mod/directory.php:154 mod/contacts.php:664 +#: src/Model/Profile.php:423 src/Model/Profile.php:806 +msgid "About:" +msgstr "Over:" + +#: mod/notifications.php:251 mod/follow.php:174 mod/contacts.php:666 +#: src/Model/Profile.php:794 +msgid "Tags:" +msgstr "Labels:" + +#: mod/notifications.php:253 mod/directory.php:151 src/Model/Profile.php:420 +#: src/Model/Profile.php:745 +msgid "Gender:" +msgstr "Geslacht:" + +#: mod/notifications.php:258 mod/unfollow.php:122 mod/follow.php:166 +#: mod/contacts.php:656 mod/admin.php:490 mod/admin.php:500 +msgid "Profile URL" +msgstr "Profiel url" + +#: mod/notifications.php:261 mod/contacts.php:71 src/Model/Profile.php:518 +msgid "Network:" +msgstr "Netwerk:" + +#: mod/notifications.php:275 +msgid "No introductions." +msgstr "Geen vriendschaps- of connectieverzoeken." + +#: mod/notifications.php:316 +msgid "Show unread" +msgstr "" + +#: mod/notifications.php:316 +msgid "Show all" +msgstr "" + +#: mod/notifications.php:322 +#, php-format +msgid "No more %s notifications." +msgstr "" + +#: mod/openid.php:29 +msgid "OpenID protocol error. No ID returned." +msgstr "OpenID protocol fout. Geen ID Gevonden." + +#: mod/openid.php:66 +msgid "" +"Account not found and OpenID registration is not permitted on this site." +msgstr "Account niet gevonden, en OpenID-registratie is niet toegelaten op deze website." + +#: mod/openid.php:116 src/Module/Login.php:86 src/Module/Login.php:134 +msgid "Login failed." +msgstr "Login mislukt." + +#: mod/dfrn_confirm.php:74 mod/profiles.php:39 mod/profiles.php:149 +#: mod/profiles.php:196 mod/profiles.php:618 +msgid "Profile not found." +msgstr "Profiel niet gevonden" + +#: mod/dfrn_confirm.php:132 +msgid "" +"This may occasionally happen if contact was requested by both persons and it" +" has already been approved." +msgstr "Dit kan soms gebeuren als het contact door beide personen werd gevraagd, en het werd al goedgekeurd." + +#: mod/dfrn_confirm.php:242 +msgid "Response from remote site was not understood." +msgstr "Antwoord van de website op afstand werd niet begrepen." + +#: mod/dfrn_confirm.php:249 mod/dfrn_confirm.php:254 +msgid "Unexpected response from remote site: " +msgstr "Onverwacht antwoord van website op afstand:" + +#: mod/dfrn_confirm.php:263 +msgid "Confirmation completed successfully." +msgstr "Bevestiging werd correct voltooid." + +#: mod/dfrn_confirm.php:275 +msgid "Temporary failure. Please wait and try again." +msgstr "Tijdelijke fout. Wacht even en probeer opnieuw." + +#: mod/dfrn_confirm.php:278 +msgid "Introduction failed or was revoked." +msgstr "Verzoek mislukt of herroepen." + +#: mod/dfrn_confirm.php:283 +msgid "Remote site reported: " +msgstr "Website op afstand berichtte: " + +#: mod/dfrn_confirm.php:396 +msgid "Unable to set contact photo." +msgstr "Ik kan geen contact foto instellen." + +#: mod/dfrn_confirm.php:498 +#, php-format +msgid "No user record found for '%s' " +msgstr "Geen gebruiker gevonden voor '%s'" + +#: mod/dfrn_confirm.php:508 +msgid "Our site encryption key is apparently messed up." +msgstr "De encryptie-sleutel van onze webstek is blijkbaar beschadigd." + +#: mod/dfrn_confirm.php:519 +msgid "Empty site URL was provided or URL could not be decrypted by us." +msgstr "Er werd een lege URL gegeven, of de URL kon niet ontcijferd worden door ons." + +#: mod/dfrn_confirm.php:535 +msgid "Contact record was not found for you on our site." +msgstr "We vonden op onze webstek geen contactrecord voor jou." + +#: mod/dfrn_confirm.php:549 +#, php-format +msgid "Site public key not available in contact record for URL %s." +msgstr "Publieke sleutel voor webstek niet beschikbaar in contactrecord voor URL %s." + +#: mod/dfrn_confirm.php:565 +msgid "" +"The ID provided by your system is a duplicate on our system. It should work " +"if you try again." +msgstr "Het ID dat jouw systeem aangeeft is een dubbel op ons systeem. Als je opnieuw probeert zou het moeten werken." + +#: mod/dfrn_confirm.php:576 +msgid "Unable to set your contact credentials on our system." +msgstr "Niet in staat om op dit systeem je contactreferenties in te stellen." + +#: mod/dfrn_confirm.php:631 +msgid "Unable to update your contact profile details on our system" +msgstr "" + +#: mod/dfrn_confirm.php:661 mod/dfrn_request.php:568 +#: src/Model/Contact.php:1520 +msgid "[Name Withheld]" +msgstr "[Naam achtergehouden]" + +#: mod/dfrn_confirm.php:694 +#, php-format +msgid "%1$s has joined %2$s" +msgstr "%1$s is toegetreden tot %2$s" + +#: mod/invite.php:33 +msgid "Total invitation limit exceeded." +msgstr "Totale uitnodigingslimiet overschreden." + +#: mod/invite.php:55 +#, php-format +msgid "%s : Not a valid email address." +msgstr "%s: Geen geldig e-mailadres." + +#: mod/invite.php:80 +msgid "Please join us on Friendica" +msgstr "Kom bij ons op Friendica" + +#: mod/invite.php:91 +msgid "Invitation limit exceeded. Please contact your site administrator." +msgstr "Uitnodigingslimiet overschreden. Neem contact op met de beheerder van je website." + +#: mod/invite.php:95 +#, php-format +msgid "%s : Message delivery failed." +msgstr "%s : Aflevering van bericht mislukt." + +#: mod/invite.php:99 +#, php-format +msgid "%d message sent." +msgid_plural "%d messages sent." +msgstr[0] "%d bericht verzonden." +msgstr[1] "%d berichten verzonden." + +#: mod/invite.php:117 +msgid "You have no more invitations available" +msgstr "Je kunt geen uitnodigingen meer sturen" + +#: mod/invite.php:125 +#, php-format +msgid "" +"Visit %s for a list of public sites that you can join. Friendica members on " +"other sites can all connect with each other, as well as with members of many" +" other social networks." +msgstr "Bezoek %s voor een lijst van openbare sites waar je je kunt aansluiten. Friendica leden op andere sites kunnen allemaal met elkaar verbonden worden, en ook met leden van verschillende andere sociale netwerken." + +#: mod/invite.php:127 +#, php-format +msgid "" +"To accept this invitation, please visit and register at %s or any other " +"public Friendica website." +msgstr "Om deze uitnodiging te accepteren kan je je op %s registreren of op een andere vrij toegankelijke Friendica-website." + +#: mod/invite.php:128 +#, php-format +msgid "" +"Friendica sites all inter-connect to create a huge privacy-enhanced social " +"web that is owned and controlled by its members. They can also connect with " +"many traditional social networks. See %s for a list of alternate Friendica " +"sites you can join." +msgstr "Friendica servers zijn allemaal onderling verbonden om een reusachtig sociaal web te maken met verbeterde privacy, dat eigendom is van en gecontroleerd door zijn leden. Ze kunnen ook verbindingen maken met verschillende traditionele sociale netwerken. Bekijk %s voor een lijst van alternatieve Friendica servers waar je aan kunt sluiten." + +#: mod/invite.php:132 +msgid "" +"Our apologies. This system is not currently configured to connect with other" +" public sites or invite members." +msgstr "Onze verontschuldigingen. Dit systeem is momenteel niet ingesteld om verbinding te maken met andere openbare plaatsen of leden uit te nodigen." + +#: mod/invite.php:136 +msgid "" +"Friendica sites all inter-connect to create a huge privacy-enhanced social " +"web that is owned and controlled by its members. They can also connect with " +"many traditional social networks." +msgstr "" + +#: mod/invite.php:135 +#, php-format +msgid "To accept this invitation, please visit and register at %s." +msgstr "" + +#: mod/invite.php:142 +msgid "Send invitations" +msgstr "Verstuur uitnodigingen" + +#: mod/invite.php:143 +msgid "Enter email addresses, one per line:" +msgstr "Vul e-mailadressen in, één per lijn:" + +#: mod/invite.php:144 mod/wallmessage.php:141 mod/message.php:259 +#: mod/message.php:426 +msgid "Your message:" +msgstr "Jouw bericht:" + +#: mod/invite.php:145 +msgid "" +"You are cordially invited to join me and other close friends on Friendica - " +"and help us to create a better social web." +msgstr "Ik nodig je vriendelijk uit om bij mij en andere vrienden te komen op Friendica - en ons te helpen om een beter sociaal web te bouwen." + +#: mod/invite.php:147 +msgid "You will need to supply this invitation code: $invite_code" +msgstr "Je zult deze uitnodigingscode moeten invullen: $invite_code" + +#: mod/invite.php:147 +msgid "" +"Once you have registered, please connect with me via my profile page at:" +msgstr "Eens je geregistreerd bent kun je contact leggen met mij via mijn profielpagina op:" + +#: mod/invite.php:149 +msgid "" +"For more information about the Friendica project and why we feel it is " +"important, please visit http://friendi.ca" +msgstr "" + +#: mod/wall_attach.php:24 mod/wall_attach.php:32 mod/wall_attach.php:83 +#: mod/wall_upload.php:38 mod/wall_upload.php:54 mod/wall_upload.php:112 +#: mod/wall_upload.php:155 mod/wall_upload.php:158 +msgid "Invalid request." +msgstr "" + +#: mod/wall_attach.php:101 +msgid "Sorry, maybe your upload is bigger than the PHP configuration allows" +msgstr "" + +#: mod/wall_attach.php:101 +msgid "Or - did you try to upload an empty file?" +msgstr "" + +#: mod/wall_attach.php:112 +#, php-format +msgid "File exceeds size limit of %s" +msgstr "" + +#: mod/wall_attach.php:136 mod/wall_attach.php:152 +msgid "File upload failed." +msgstr "Uploaden van bestand mislukt." + +#: mod/manage.php:180 +msgid "Manage Identities and/or Pages" +msgstr "Beheer Identiteiten en/of Pagina's" + +#: mod/manage.php:181 +msgid "" +"Toggle between different identities or community/group pages which share " +"your account details or which you have been granted \"manage\" permissions" +msgstr "Wissel tussen verschillende identiteiten of forum/groeppagina's die jouw accountdetails delen of waar je \"beheerdersrechten\" hebt gekregen." + +#: mod/manage.php:182 +msgid "Select an identity to manage: " +msgstr "Selecteer een identiteit om te beheren:" + +#: mod/dfrn_request.php:94 +msgid "This introduction has already been accepted." +msgstr "Verzoek is al goedgekeurd" + +#: mod/dfrn_request.php:112 mod/dfrn_request.php:359 +msgid "Profile location is not valid or does not contain profile information." +msgstr "Profiel is ongeldig of bevat geen informatie" + +#: mod/dfrn_request.php:116 mod/dfrn_request.php:363 +msgid "Warning: profile location has no identifiable owner name." +msgstr "Waarschuwing: de profiellocatie heeft geen identificeerbare eigenaar." + +#: mod/dfrn_request.php:119 mod/dfrn_request.php:366 +msgid "Warning: profile location has no profile photo." +msgstr "Waarschuwing: Profieladres heeft geen profielfoto." + +#: mod/dfrn_request.php:123 mod/dfrn_request.php:370 +#, php-format +msgid "%d required parameter was not found at the given location" +msgid_plural "%d required parameters were not found at the given location" +msgstr[0] "De %d vereiste parameter is niet op het gegeven adres gevonden" +msgstr[1] "De %d vereiste parameters zijn niet op het gegeven adres gevonden" + +#: mod/dfrn_request.php:162 +msgid "Introduction complete." +msgstr "Verzoek voltooid." + +#: mod/dfrn_request.php:199 +msgid "Unrecoverable protocol error." +msgstr "Onherstelbare protocolfout. " + +#: mod/dfrn_request.php:226 +msgid "Profile unavailable." +msgstr "Profiel onbeschikbaar" + +#: mod/dfrn_request.php:248 +#, php-format +msgid "%s has received too many connection requests today." +msgstr "%s heeft te veel verzoeken gehad vandaag." + +#: mod/dfrn_request.php:249 +msgid "Spam protection measures have been invoked." +msgstr "Beveiligingsmaatregelen tegen spam zijn in werking getreden." + +#: mod/dfrn_request.php:250 +msgid "Friends are advised to please try again in 24 hours." +msgstr "Wij adviseren vrienden om het over 24 uur nog een keer te proberen." + +#: mod/dfrn_request.php:280 +msgid "Invalid locator" +msgstr "Ongeldige plaatsbepaler" + +#: mod/dfrn_request.php:316 +msgid "You have already introduced yourself here." +msgstr "Je hebt jezelf hier al voorgesteld." + +#: mod/dfrn_request.php:319 +#, php-format +msgid "Apparently you are already friends with %s." +msgstr "Blijkbaar bent u al bevriend met %s." + +#: mod/dfrn_request.php:339 +msgid "Invalid profile URL." +msgstr "Ongeldig profiel adres." + +#: mod/dfrn_request.php:345 src/Model/Contact.php:1223 +msgid "Disallowed profile URL." +msgstr "Niet toegelaten profiel adres." + +#: mod/dfrn_request.php:351 mod/friendica.php:128 mod/admin.php:353 +#: mod/admin.php:371 src/Model/Contact.php:1228 +msgid "Blocked domain" +msgstr "" + +#: mod/dfrn_request.php:419 mod/contacts.php:230 +msgid "Failed to update contact record." +msgstr "Ik kon de contactgegevens niet aanpassen." + +#: mod/dfrn_request.php:439 +msgid "Your introduction has been sent." +msgstr "Je verzoek is verzonden." + +#: mod/dfrn_request.php:477 +msgid "" +"Remote subscription can't be done for your network. Please subscribe " +"directly on your system." +msgstr "" + +#: mod/dfrn_request.php:493 +msgid "Please login to confirm introduction." +msgstr "Log in om je verzoek te bevestigen." + +#: mod/dfrn_request.php:501 +msgid "" +"Incorrect identity currently logged in. Please login to " +"this profile." +msgstr "Je huidige identiteit is niet de juiste. Log met dit profiel in." + +#: mod/dfrn_request.php:515 mod/dfrn_request.php:532 +msgid "Confirm" +msgstr "Bevestig" + +#: mod/dfrn_request.php:527 +msgid "Hide this contact" +msgstr "Verberg dit contact" + +#: mod/dfrn_request.php:530 +#, php-format +msgid "Welcome home %s." +msgstr "Welkom terug %s." + +#: mod/dfrn_request.php:531 +#, php-format +msgid "Please confirm your introduction/connection request to %s." +msgstr "Bevestig je vriendschaps-/connectieverzoek voor %s." + +#: mod/dfrn_request.php:607 mod/probe.php:13 mod/viewcontacts.php:45 +#: mod/webfinger.php:16 mod/search.php:98 mod/search.php:104 +#: mod/community.php:27 mod/photos.php:932 mod/videos.php:199 +#: mod/display.php:203 mod/directory.php:42 +msgid "Public access denied." +msgstr "Niet vrij toegankelijk" + +#: mod/dfrn_request.php:642 +msgid "" +"Please enter your 'Identity Address' from one of the following supported " +"communications networks:" +msgstr "Vul hier uw 'Identiteitsadres' in van een van de volgende ondersteunde communicatienetwerken:" + +#: mod/dfrn_request.php:645 +#, php-format +msgid "" +"If you are not yet a member of the free social web, follow " +"this link to find a public Friendica site and join us today." +msgstr "" + +#: mod/dfrn_request.php:650 +msgid "Friend/Connection Request" +msgstr "Vriendschaps-/connectieverzoek" + +#: mod/dfrn_request.php:651 +msgid "" +"Examples: jojo@demo.friendica.com, http://demo.friendica.com/profile/jojo, " +"testuser@gnusocial.de" +msgstr "" + +#: mod/dfrn_request.php:652 mod/follow.php:149 +msgid "Please answer the following:" +msgstr "Beantwoord het volgende:" + +#: mod/dfrn_request.php:653 mod/follow.php:150 +#, php-format +msgid "Does %s know you?" +msgstr "Kent %s jou?" + +#: mod/dfrn_request.php:654 mod/follow.php:151 +msgid "Add a personal note:" +msgstr "Voeg een persoonlijke opmerking toe:" + +#: mod/dfrn_request.php:656 src/Content/ContactSelector.php:79 +msgid "Friendica" +msgstr "Friendica" + +#: mod/dfrn_request.php:657 +msgid "GNU Social (Pleroma, Mastodon)" +msgstr "" + +#: mod/dfrn_request.php:658 +msgid "Diaspora (Socialhome, Hubzilla)" +msgstr "" + +#: mod/dfrn_request.php:659 +#, php-format +msgid "" +" - please do not use this form. Instead, enter %s into your Diaspora search" +" bar." +msgstr "- Gebruik niet dit formulier. Vul %s in in je Diaspora zoekbalk." + +#: mod/dfrn_request.php:660 mod/unfollow.php:113 mod/follow.php:157 +msgid "Your Identity Address:" +msgstr "Adres van uw identiteit:" + +#: mod/dfrn_request.php:662 mod/unfollow.php:65 mod/follow.php:62 +msgid "Submit Request" +msgstr "Aanvraag indienen" + +#: mod/localtime.php:19 src/Model/Event.php:36 src/Model/Event.php:814 +msgid "l F d, Y \\@ g:i A" +msgstr "l F d, Y \\@ g:i A" + +#: mod/localtime.php:33 +msgid "Time Conversion" +msgstr "Tijdsconversie" + +#: mod/localtime.php:35 +msgid "" +"Friendica provides this service for sharing events with other networks and " +"friends in unknown timezones." +msgstr "Friendica biedt deze dienst aan om gebeurtenissen te delen met andere netwerken en vrienden in onbekende tijdzones." + +#: mod/localtime.php:39 +#, php-format +msgid "UTC time: %s" +msgstr "UTC tijd: %s" + +#: mod/localtime.php:42 +#, php-format +msgid "Current timezone: %s" +msgstr "Huidige Tijdzone: %s" + +#: mod/localtime.php:46 +#, php-format +msgid "Converted localtime: %s" +msgstr "Omgerekende lokale tijd: %s" + +#: mod/localtime.php:52 +msgid "Please select your timezone:" +msgstr "Selecteer je tijdzone:" + +#: mod/probe.php:14 mod/webfinger.php:17 +msgid "Only logged in users are permitted to perform a probing." +msgstr "" + +#: mod/profperm.php:28 mod/group.php:83 index.php:415 +msgid "Permission denied" +msgstr "Toegang geweigerd" + +#: mod/profperm.php:34 mod/profperm.php:65 +msgid "Invalid profile identifier." +msgstr "Ongeldige profiel-identificatie." + +#: mod/profperm.php:111 +msgid "Profile Visibility Editor" +msgstr "" + +#: mod/profperm.php:115 mod/group.php:265 +msgid "Click on a contact to add or remove." +msgstr "Klik op een contact om het toe te voegen of te verwijderen." + +#: mod/profperm.php:124 +msgid "Visible To" +msgstr "Zichtbaar voor" + +#: mod/profperm.php:140 +msgid "All Contacts (with secure profile access)" +msgstr "Alle contacten (met veilige profieltoegang)" + +#: mod/regmod.php:68 +msgid "Account approved." +msgstr "Account goedgekeurd." + +#: mod/regmod.php:93 +#, php-format +msgid "Registration revoked for %s" +msgstr "Registratie ingetrokken voor %s" + +#: mod/regmod.php:102 +msgid "Please login." +msgstr "Inloggen." + +#: mod/removeme.php:55 mod/removeme.php:58 +msgid "Remove My Account" +msgstr "Verwijder mijn account" + +#: mod/removeme.php:56 +msgid "" +"This will completely remove your account. Once this has been done it is not " +"recoverable." +msgstr "Dit zal je account volledig verwijderen. Dit kan niet hersteld worden als het eenmaal uitgevoerd is." + +#: mod/removeme.php:57 +msgid "Please enter your password for verification:" +msgstr "Voer je wachtwoord in voor verificatie:" + +#: mod/viewcontacts.php:87 +msgid "No contacts." +msgstr "Geen contacten." + +#: mod/viewsrc.php:12 +msgid "Access denied." +msgstr "Toegang geweigerd" + +#: mod/wallmessage.php:49 mod/wallmessage.php:112 +#, php-format +msgid "Number of daily wall messages for %s exceeded. Message failed." +msgstr "" + +#: mod/wallmessage.php:57 mod/message.php:73 +msgid "No recipient selected." +msgstr "Geen ontvanger geselecteerd." + +#: mod/wallmessage.php:60 +msgid "Unable to check your home location." +msgstr "Niet in staat om je tijdlijn-locatie vast te stellen" + +#: mod/wallmessage.php:63 mod/message.php:80 +msgid "Message could not be sent." +msgstr "Bericht kon niet verzonden worden." + +#: mod/wallmessage.php:66 mod/message.php:83 +msgid "Message collection failure." +msgstr "Fout bij het verzamelen van berichten." + +#: mod/wallmessage.php:69 mod/message.php:86 +msgid "Message sent." +msgstr "Bericht verzonden." + +#: mod/wallmessage.php:86 mod/wallmessage.php:95 +msgid "No recipient." +msgstr "Geen ontvanger." + +#: mod/wallmessage.php:132 mod/message.php:250 +msgid "Send Private Message" +msgstr "Verstuur privébericht" + +#: mod/wallmessage.php:133 +#, php-format +msgid "" +"If you wish for %s to respond, please check that the privacy settings on " +"your site allow private mail from unknown senders." +msgstr "Als je wilt dat %s antwoordt moet je nakijken dat de privacy-instellingen op jouw website privéberichten van onbekende afzenders toelaat." + +#: mod/wallmessage.php:134 mod/message.php:251 mod/message.php:421 +msgid "To:" +msgstr "Aan:" + +#: mod/wallmessage.php:135 mod/message.php:255 mod/message.php:423 +msgid "Subject:" +msgstr "Onderwerp:" + +#: mod/uexport.php:44 +msgid "Export account" +msgstr "Account exporteren" + +#: mod/uexport.php:44 +msgid "" +"Export your account info and contacts. Use this to make a backup of your " +"account and/or to move it to another server." +msgstr "Je account informatie en contacten exporteren. Gebruik dit om een backup van je account te maken en/of om het te verhuizen naar een andere server." + +#: mod/uexport.php:45 +msgid "Export all" +msgstr "Alles exporteren" + +#: mod/uexport.php:45 +msgid "" +"Export your accout info, contacts and all your items as json. Could be a " +"very big file, and could take a lot of time. Use this to make a full backup " +"of your account (photos are not exported)" +msgstr "Je account info, contacten en al je items in json formaat exporteren. Dit kan een heel groot bestand worden, en kan lang duren. Gebruik dit om een volledige backup van je account te maken (foto's worden niet geexporteerd)" + +#: mod/uexport.php:52 mod/settings.php:107 +msgid "Export personal data" +msgstr "Persoonlijke gegevens exporteren" + +#: mod/filer.php:34 +msgid "- select -" +msgstr "- Kies -" + +#: mod/notify.php:77 +msgid "No more system notifications." +msgstr "Geen systeemnotificaties meer." + +#: mod/ping.php:292 +msgid "{0} wants to be your friend" +msgstr "{0} wilt je vriend worden" + +#: mod/ping.php:307 +msgid "{0} sent you a message" +msgstr "{0} stuurde jou een bericht" + +#: mod/ping.php:322 +msgid "{0} requested registration" +msgstr "{0} vroeg om zich te registreren" #: mod/poke.php:192 msgid "Poke/Prod" @@ -4477,1736 +2547,670 @@ msgstr "Kies wat je met de ontvanger wil doen" msgid "Make this post private" msgstr "Dit bericht privé maken" -#: mod/profile_photo.php:44 -msgid "Image uploaded but image cropping failed." -msgstr "Afbeelding opgeladen, maar bijsnijden mislukt." - -#: mod/profile_photo.php:77 mod/profile_photo.php:84 mod/profile_photo.php:91 -#: mod/profile_photo.php:314 +#: mod/subthread.php:113 #, php-format -msgid "Image size reduction [%s] failed." -msgstr "Verkleining van de afbeelding [%s] mislukt." +msgid "%1$s is following %2$s's %3$s" +msgstr "%1$s volgt %3$s van %2$s" -#: mod/profile_photo.php:124 -msgid "" -"Shift-reload the page or clear browser cache if the new photo does not " -"display immediately." -msgstr "Shift-herlaad de pagina, of maak de browser cache leeg als nieuwe foto's niet onmiddellijk verschijnen." +#: mod/tagrm.php:47 +msgid "Tag removed" +msgstr "Label verwijderd" -#: mod/profile_photo.php:134 -msgid "Unable to process image" -msgstr "Ik kan de afbeelding niet verwerken" +#: mod/tagrm.php:85 +msgid "Remove Item Tag" +msgstr "Verwijder label van item" -#: mod/profile_photo.php:150 mod/photos.php:786 mod/wall_upload.php:151 +#: mod/tagrm.php:87 +msgid "Select a tag to remove: " +msgstr "Selecteer een label om te verwijderen: " + +#: mod/tagrm.php:98 mod/delegate.php:177 +msgid "Remove" +msgstr "Verwijderen" + +#: mod/wall_upload.php:186 mod/photos.php:763 mod/photos.php:766 +#: mod/photos.php:795 mod/profile_photo.php:153 #, php-format msgid "Image exceeds size limit of %s" msgstr "" -#: mod/profile_photo.php:159 mod/photos.php:826 mod/wall_upload.php:188 +#: mod/wall_upload.php:200 mod/photos.php:818 mod/profile_photo.php:162 msgid "Unable to process image." msgstr "Niet in staat om de afbeelding te verwerken" -#: mod/profile_photo.php:248 -msgid "Upload File:" -msgstr "Upload bestand:" +#: mod/wall_upload.php:231 mod/item.php:471 src/Object/Image.php:953 +#: src/Object/Image.php:969 src/Object/Image.php:977 src/Object/Image.php:1002 +msgid "Wall Photos" +msgstr "" -#: mod/profile_photo.php:249 -msgid "Select a profile:" -msgstr "Kies een profiel:" - -#: mod/profile_photo.php:251 -msgid "Upload" -msgstr "Uploaden" - -#: mod/profile_photo.php:254 -msgid "or" -msgstr "of" - -#: mod/profile_photo.php:254 -msgid "skip this step" -msgstr "Deze stap overslaan" - -#: mod/profile_photo.php:254 -msgid "select a photo from your photo albums" -msgstr "Kies een foto uit je fotoalbums" - -#: mod/profile_photo.php:268 -msgid "Crop Image" -msgstr "Afbeelding bijsnijden" - -#: mod/profile_photo.php:269 -msgid "Please adjust the image cropping for optimum viewing." -msgstr "Pas het afsnijden van de afbeelding aan voor het beste resultaat." - -#: mod/profile_photo.php:271 -msgid "Done Editing" -msgstr "Wijzigingen compleet" - -#: mod/profile_photo.php:305 -msgid "Image uploaded successfully." -msgstr "Uploaden van afbeelding gelukt." - -#: mod/profile_photo.php:307 mod/photos.php:853 mod/wall_upload.php:221 +#: mod/wall_upload.php:239 mod/photos.php:847 mod/profile_photo.php:307 msgid "Image upload failed." msgstr "Uploaden van afbeelding mislukt." -#: mod/regmod.php:55 -msgid "Account approved." -msgstr "Account goedgekeurd." +#: mod/search.php:37 mod/network.php:194 +msgid "Remove term" +msgstr "Verwijder zoekterm" -#: mod/regmod.php:92 +#: mod/search.php:46 mod/network.php:201 src/Content/Feature.php:100 +msgid "Saved Searches" +msgstr "Opgeslagen zoekopdrachten" + +#: mod/search.php:105 +msgid "Only logged in users are permitted to perform a search." +msgstr "" + +#: mod/search.php:129 +msgid "Too Many Requests" +msgstr "" + +#: mod/search.php:130 +msgid "Only one search per minute is permitted for not logged in users." +msgstr "" + +#: mod/search.php:228 mod/community.php:136 +msgid "No results." +msgstr "Geen resultaten." + +#: mod/search.php:234 #, php-format -msgid "Registration revoked for %s" -msgstr "Registratie ingetrokken voor %s" +msgid "Items tagged with: %s" +msgstr "" -#: mod/regmod.php:104 -msgid "Please login." -msgstr "Inloggen." - -#: mod/notifications.php:35 -msgid "Invalid request identifier." -msgstr "Ongeldige request identifier." - -#: mod/notifications.php:44 mod/notifications.php:180 -#: mod/notifications.php:252 -msgid "Discard" -msgstr "Verwerpen" - -#: mod/notifications.php:60 mod/notifications.php:179 -#: mod/notifications.php:251 mod/contacts.php:606 mod/contacts.php:806 -#: mod/contacts.php:991 -msgid "Ignore" -msgstr "Negeren" - -#: mod/notifications.php:105 -msgid "Network Notifications" -msgstr "Netwerknotificaties" - -#: mod/notifications.php:117 -msgid "Personal Notifications" -msgstr "Persoonlijke notificaties" - -#: mod/notifications.php:123 -msgid "Home Notifications" -msgstr "Tijdlijn-notificaties" - -#: mod/notifications.php:152 -msgid "Show Ignored Requests" -msgstr "Toon genegeerde verzoeken" - -#: mod/notifications.php:152 -msgid "Hide Ignored Requests" -msgstr "Verberg genegeerde verzoeken" - -#: mod/notifications.php:164 mod/notifications.php:222 -msgid "Notification type: " -msgstr "Notificatiesoort:" - -#: mod/notifications.php:167 +#: mod/search.php:236 mod/contacts.php:819 #, php-format -msgid "suggested by %s" -msgstr "Voorgesteld door %s" - -#: mod/notifications.php:172 mod/notifications.php:239 mod/contacts.php:613 -msgid "Hide this contact from others" -msgstr "Verberg dit contact voor anderen" - -#: mod/notifications.php:173 mod/notifications.php:240 -msgid "Post a new friend activity" -msgstr "Bericht over een nieuwe vriend" - -#: mod/notifications.php:173 mod/notifications.php:240 -msgid "if applicable" -msgstr "Indien toepasbaar" - -#: mod/notifications.php:176 mod/notifications.php:249 mod/admin.php:1412 -msgid "Approve" -msgstr "Goedkeuren" - -#: mod/notifications.php:195 -msgid "Claims to be known to you: " -msgstr "Denkt dat u hem of haar kent:" - -#: mod/notifications.php:196 -msgid "yes" -msgstr "Ja" - -#: mod/notifications.php:196 -msgid "no" -msgstr "Nee" - -#: mod/notifications.php:197 -msgid "" -"Shall your connection be bidirectional or not? \"Friend\" implies that you " -"allow to read and you subscribe to their posts. \"Fan/Admirer\" means that " -"you allow to read but you do not want to read theirs. Approve as: " +msgid "Results for: %s" msgstr "" -#: mod/notifications.php:200 -msgid "" -"Shall your connection be bidirectional or not? \"Friend\" implies that you " -"allow to read and you subscribe to their posts. \"Sharer\" means that you " -"allow to read but you do not want to read theirs. Approve as: " +#: mod/bookmarklet.php:23 src/Content/Nav.php:114 src/Module/Login.php:312 +msgid "Login" +msgstr "Login" + +#: mod/bookmarklet.php:51 +msgid "The post was created" msgstr "" -#: mod/notifications.php:209 -msgid "Friend" -msgstr "Vriend" - -#: mod/notifications.php:210 -msgid "Sharer" -msgstr "Deler" - -#: mod/notifications.php:210 -msgid "Fan/Admirer" -msgstr "Fan/Bewonderaar" - -#: mod/notifications.php:243 mod/contacts.php:624 mod/follow.php:126 -msgid "Profile URL" -msgstr "Profiel url" - -#: mod/notifications.php:260 -msgid "No introductions." -msgstr "Geen vriendschaps- of connectieverzoeken." - -#: mod/notifications.php:299 -msgid "Show unread" +#: mod/community.php:46 +msgid "Community option not available." msgstr "" -#: mod/notifications.php:299 -msgid "Show all" -msgstr "" - -#: mod/notifications.php:305 -#, php-format -msgid "No more %s notifications." -msgstr "" - -#: mod/profiles.php:19 mod/profiles.php:134 mod/profiles.php:180 -#: mod/profiles.php:617 mod/dfrn_confirm.php:70 -msgid "Profile not found." -msgstr "Profiel niet gevonden" - -#: mod/profiles.php:38 -msgid "Profile deleted." -msgstr "Profiel verwijderd" - -#: mod/profiles.php:56 mod/profiles.php:90 -msgid "Profile-" -msgstr "Profiel-" - -#: mod/profiles.php:75 mod/profiles.php:118 -msgid "New profile created." -msgstr "Nieuw profiel aangemaakt." - -#: mod/profiles.php:96 -msgid "Profile unavailable to clone." -msgstr "Profiel niet beschikbaar om te klonen." - -#: mod/profiles.php:190 -msgid "Profile Name is required." -msgstr "Profielnaam is vereist." - -#: mod/profiles.php:338 -msgid "Marital Status" -msgstr "Echtelijke staat" - -#: mod/profiles.php:342 -msgid "Romantic Partner" -msgstr "Romantische Partner" - -#: mod/profiles.php:354 -msgid "Work/Employment" -msgstr "Werk" - -#: mod/profiles.php:357 -msgid "Religion" -msgstr "Godsdienst" - -#: mod/profiles.php:361 -msgid "Political Views" -msgstr "Politieke standpunten" - -#: mod/profiles.php:365 -msgid "Gender" -msgstr "Geslacht" - -#: mod/profiles.php:369 -msgid "Sexual Preference" -msgstr "Seksuele Voorkeur" - -#: mod/profiles.php:373 -msgid "XMPP" -msgstr "" - -#: mod/profiles.php:377 -msgid "Homepage" -msgstr "Tijdlijn" - -#: mod/profiles.php:381 mod/profiles.php:702 -msgid "Interests" -msgstr "Interesses" - -#: mod/profiles.php:385 -msgid "Address" -msgstr "Adres" - -#: mod/profiles.php:392 mod/profiles.php:698 -msgid "Location" -msgstr "Plaats" - -#: mod/profiles.php:477 -msgid "Profile updated." -msgstr "Profiel bijgewerkt." - -#: mod/profiles.php:564 -msgid " and " -msgstr "en" - -#: mod/profiles.php:572 -msgid "public profile" -msgstr "publiek profiel" - -#: mod/profiles.php:575 -#, php-format -msgid "%1$s changed %2$s to “%3$s”" -msgstr "%1$s veranderde %2$s naar “%3$s”" - -#: mod/profiles.php:576 -#, php-format -msgid " - Visit %1$s's %2$s" -msgstr " - Bezoek %2$s van %1$s" - -#: mod/profiles.php:579 -#, php-format -msgid "%1$s has an updated %2$s, changing %3$s." -msgstr "%1$s heeft een aangepast %2$s, %3$s veranderd." - -#: mod/profiles.php:645 -msgid "Hide contacts and friends:" -msgstr "" - -#: mod/profiles.php:650 -msgid "Hide your contact/friend list from viewers of this profile?" -msgstr "Je vrienden/contacten verbergen voor bezoekers van dit profiel?" - -#: mod/profiles.php:674 -msgid "Show more profile fields:" -msgstr "" - -#: mod/profiles.php:686 -msgid "Profile Actions" -msgstr "" - -#: mod/profiles.php:687 -msgid "Edit Profile Details" -msgstr "Profieldetails bewerken" - -#: mod/profiles.php:689 -msgid "Change Profile Photo" -msgstr "Profielfoto wijzigen" - -#: mod/profiles.php:690 -msgid "View this profile" -msgstr "Dit profiel bekijken" - -#: mod/profiles.php:692 -msgid "Create a new profile using these settings" -msgstr "Nieuw profiel aanmaken met deze instellingen" - -#: mod/profiles.php:693 -msgid "Clone this profile" -msgstr "Dit profiel klonen" - -#: mod/profiles.php:694 -msgid "Delete this profile" -msgstr "Dit profiel verwijderen" - -#: mod/profiles.php:696 -msgid "Basic information" -msgstr "" - -#: mod/profiles.php:697 -msgid "Profile picture" -msgstr "" - -#: mod/profiles.php:699 -msgid "Preferences" -msgstr "" - -#: mod/profiles.php:700 -msgid "Status information" -msgstr "" - -#: mod/profiles.php:701 -msgid "Additional information" -msgstr "" - -#: mod/profiles.php:704 -msgid "Relation" -msgstr "" - -#: mod/profiles.php:708 -msgid "Your Gender:" -msgstr "Je Geslacht:" - -#: mod/profiles.php:709 -msgid " Marital Status:" -msgstr " Echtelijke Staat:" - -#: mod/profiles.php:711 -msgid "Example: fishing photography software" -msgstr "Voorbeeld: vissen fotografie software" - -#: mod/profiles.php:716 -msgid "Profile Name:" -msgstr "Profiel Naam:" - -#: mod/profiles.php:716 mod/events.php:484 mod/events.php:496 -msgid "Required" -msgstr "Vereist" - -#: mod/profiles.php:718 -msgid "" -"This is your public profile.
    It may " -"be visible to anybody using the internet." -msgstr "Dit is jouw publiek profiel.
    Het kan zichtbaar zijn voor iedereen op het internet." - -#: mod/profiles.php:719 -msgid "Your Full Name:" -msgstr "Je volledige naam:" - -#: mod/profiles.php:720 -msgid "Title/Description:" -msgstr "Titel/Beschrijving:" - -#: mod/profiles.php:723 -msgid "Street Address:" -msgstr "Postadres:" - -#: mod/profiles.php:724 -msgid "Locality/City:" -msgstr "Gemeente/Stad:" - -#: mod/profiles.php:725 -msgid "Region/State:" -msgstr "Regio/Staat:" - -#: mod/profiles.php:726 -msgid "Postal/Zip Code:" -msgstr "Postcode:" - -#: mod/profiles.php:727 -msgid "Country:" -msgstr "Land:" - -#: mod/profiles.php:731 -msgid "Who: (if applicable)" -msgstr "Wie: (indien toepasbaar)" - -#: mod/profiles.php:731 -msgid "Examples: cathy123, Cathy Williams, cathy@example.com" -msgstr "Voorbeelden: Kathleen123, Kathleen Peeters, kathleen@voorbeeld.nl" - -#: mod/profiles.php:732 -msgid "Since [date]:" -msgstr "Sinds [datum]:" - -#: mod/profiles.php:734 -msgid "Tell us about yourself..." -msgstr "Vertel iets over jezelf..." - -#: mod/profiles.php:735 -msgid "XMPP (Jabber) address:" -msgstr "" - -#: mod/profiles.php:735 -msgid "" -"The XMPP address will be propagated to your contacts so that they can follow" -" you." -msgstr "" - -#: mod/profiles.php:736 -msgid "Homepage URL:" -msgstr "Adres tijdlijn:" - -#: mod/profiles.php:739 -msgid "Religious Views:" -msgstr "Geloof:" - -#: mod/profiles.php:740 -msgid "Public Keywords:" -msgstr "Publieke Sleutelwoorden:" - -#: mod/profiles.php:740 -msgid "(Used for suggesting potential friends, can be seen by others)" -msgstr "(Gebruikt om mogelijke vrienden voor te stellen, kan door anderen gezien worden)" - -#: mod/profiles.php:741 -msgid "Private Keywords:" -msgstr "Privé Sleutelwoorden:" - -#: mod/profiles.php:741 -msgid "(Used for searching profiles, never shown to others)" -msgstr "(Gebruikt om profielen te zoeken, nooit aan anderen getoond)" - -#: mod/profiles.php:744 -msgid "Musical interests" -msgstr "Muzikale interesses" - -#: mod/profiles.php:745 -msgid "Books, literature" -msgstr "Boeken, literatuur" - -#: mod/profiles.php:746 -msgid "Television" -msgstr "Televisie" - -#: mod/profiles.php:747 -msgid "Film/dance/culture/entertainment" -msgstr "Film/dans/cultuur/ontspanning" - -#: mod/profiles.php:748 -msgid "Hobbies/Interests" -msgstr "Hobby's/Interesses" - -#: mod/profiles.php:749 -msgid "Love/romance" -msgstr "Liefde/romance" - -#: mod/profiles.php:750 -msgid "Work/employment" -msgstr "Werk" - -#: mod/profiles.php:751 -msgid "School/education" -msgstr "School/opleiding" - -#: mod/profiles.php:752 -msgid "Contact information and Social Networks" -msgstr "Contactinformatie en sociale netwerken" - -#: mod/profiles.php:794 -msgid "Edit/Manage Profiles" -msgstr "Wijzig/Beheer Profielen" - -#: mod/allfriends.php:43 -msgid "No friends to display." -msgstr "Geen vrienden om te laten zien." - -#: mod/cal.php:149 mod/display.php:328 mod/profile.php:155 -msgid "Access to this profile has been restricted." -msgstr "Toegang tot dit profiel is beperkt." - -#: mod/cal.php:276 mod/events.php:380 -msgid "View" -msgstr "" - -#: mod/cal.php:277 mod/events.php:382 -msgid "Previous" -msgstr "Vorige" - -#: mod/cal.php:278 mod/events.php:383 mod/install.php:231 -msgid "Next" -msgstr "Volgende" - -#: mod/cal.php:287 mod/events.php:392 -msgid "list" -msgstr "" - -#: mod/cal.php:297 -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:330 -msgid "calendar" -msgstr "" - -#: mod/common.php:86 -msgid "No contacts in common." -msgstr "Geen gedeelde contacten." - -#: mod/common.php:134 mod/contacts.php:863 -msgid "Common Friends" -msgstr "Gedeelde Vrienden" - -#: mod/community.php:27 +#: mod/community.php:63 msgid "Not available." msgstr "Niet beschikbaar" -#: mod/directory.php:197 view/theme/vier/theme.php:201 -msgid "Global Directory" -msgstr "Globale gids" - -#: mod/directory.php:199 -msgid "Find on this site" -msgstr "Op deze website zoeken" - -#: mod/directory.php:201 -msgid "Results for:" +#: mod/community.php:76 +msgid "Local Community" msgstr "" -#: mod/directory.php:203 -msgid "Site Directory" -msgstr "Websitegids" - -#: mod/directory.php:210 -msgid "No entries (some entries may be hidden)." -msgstr "Geen gegevens (sommige gegevens kunnen verborgen zijn)." - -#: mod/dirfind.php:36 -#, php-format -msgid "People Search - %s" +#: mod/community.php:79 +msgid "Posts from local users on this server" msgstr "" -#: mod/dirfind.php:47 -#, php-format -msgid "Forum Search - %s" +#: mod/community.php:87 +msgid "Global Community" msgstr "" -#: mod/dirfind.php:240 mod/match.php:107 -msgid "No matches" -msgstr "Geen resultaten" - -#: mod/display.php:473 -msgid "Item has been removed." -msgstr "Item is verwijderd." - -#: mod/events.php:95 mod/events.php:97 -msgid "Event can not end before it has started." +#: mod/community.php:90 +msgid "Posts from users of the whole federated network" msgstr "" -#: mod/events.php:104 mod/events.php:106 -msgid "Event title and start time are required." -msgstr "Titel en begintijd van de gebeurtenis zijn vereist." - -#: mod/events.php:381 -msgid "Create New Event" -msgstr "Maak een nieuwe gebeurtenis" - -#: mod/events.php:482 -msgid "Event details" -msgstr "Gebeurtenis details" - -#: mod/events.php:483 -msgid "Starting date and Title are required." -msgstr "" - -#: mod/events.php:484 mod/events.php:485 -msgid "Event Starts:" -msgstr "Gebeurtenis begint:" - -#: mod/events.php:486 mod/events.php:502 -msgid "Finish date/time is not known or not relevant" -msgstr "Einddatum/tijd is niet gekend of niet relevant" - -#: mod/events.php:488 mod/events.php:489 -msgid "Event Finishes:" -msgstr "Gebeurtenis eindigt:" - -#: mod/events.php:490 mod/events.php:503 -msgid "Adjust for viewer timezone" -msgstr "Pas aan aan de tijdzone van de gebruiker" - -#: mod/events.php:492 -msgid "Description:" -msgstr "Beschrijving:" - -#: mod/events.php:496 mod/events.php:498 -msgid "Title:" -msgstr "Titel:" - -#: mod/events.php:499 mod/events.php:500 -msgid "Share this event" -msgstr "Deel deze gebeurtenis" - -#: mod/maintenance.php:9 -msgid "System down for maintenance" -msgstr "Systeem onbeschikbaar wegens onderhoud" - -#: mod/match.php:33 -msgid "No keywords to match. Please add keywords to your default profile." -msgstr "Geen sleutelwoorden om te zoeken. Voeg sleutelwoorden toe aan je standaard profiel." - -#: mod/match.php:86 -msgid "is interested in:" -msgstr "Is geïnteresseerd in:" - -#: mod/match.php:100 -msgid "Profile Match" -msgstr "Profielmatch" - -#: mod/profile.php:179 -msgid "Tips for New Members" -msgstr "Tips voor nieuwe leden" - -#: mod/suggest.php:27 -msgid "Do you really want to delete this suggestion?" -msgstr "Wil je echt dit voorstel verwijderen?" - -#: mod/suggest.php:71 +#: mod/community.php:180 msgid "" -"No suggestions available. If this is a new site, please try again in 24 " -"hours." -msgstr "Geen voorstellen beschikbaar. Als dit een nieuwe website is, kun je het over 24 uur nog eens proberen." +"This community stream shows all public posts received by this node. They may" +" not reflect the opinions of this node’s users." +msgstr "" -#: mod/suggest.php:84 mod/suggest.php:104 -msgid "Ignore/Hide" -msgstr "Negeren/Verbergen" +#: mod/editpost.php:25 mod/editpost.php:35 +msgid "Item not found" +msgstr "Item niet gevonden" -#: mod/update_community.php:19 mod/update_display.php:23 -#: mod/update_network.php:27 mod/update_notes.php:36 mod/update_profile.php:35 -msgid "[Embedded content - reload page to view]" -msgstr "[Ingebedde inhoud - herlaad pagina om het te bekijken]" +#: mod/editpost.php:42 +msgid "Edit post" +msgstr "Bericht bewerken" -#: mod/photos.php:88 mod/photos.php:1856 +#: mod/editpost.php:134 src/Core/ACL.php:315 +msgid "CC: email addresses" +msgstr "CC: e-mailadressen" + +#: mod/editpost.php:141 src/Core/ACL.php:316 +msgid "Example: bob@example.com, mary@example.com" +msgstr "Voorbeeld: bob@voorbeeld.nl, an@voorbeeld.be" + +#: mod/feedtest.php:20 +msgid "You must be logged in to use this module" +msgstr "" + +#: mod/feedtest.php:48 +msgid "Source URL" +msgstr "" + +#: mod/fsuggest.php:72 +msgid "Friend suggestion sent." +msgstr "Vriendschapsvoorstel verzonden." + +#: mod/fsuggest.php:101 +msgid "Suggest Friends" +msgstr "Stel vrienden voor" + +#: mod/fsuggest.php:103 +#, php-format +msgid "Suggest a friend for %s" +msgstr "Stel een vriend voor aan %s" + +#: mod/group.php:36 +msgid "Group created." +msgstr "Groep aangemaakt." + +#: mod/group.php:42 +msgid "Could not create group." +msgstr "Kon de groep niet aanmaken." + +#: mod/group.php:56 mod/group.php:157 +msgid "Group not found." +msgstr "Groep niet gevonden." + +#: mod/group.php:70 +msgid "Group name changed." +msgstr "Groepsnaam gewijzigd." + +#: mod/group.php:97 +msgid "Save Group" +msgstr "Bewaar groep" + +#: mod/group.php:102 +msgid "Create a group of contacts/friends." +msgstr "Maak een groep contacten/vrienden aan." + +#: mod/group.php:103 mod/group.php:199 src/Model/Group.php:408 +msgid "Group Name: " +msgstr "Groepsnaam:" + +#: mod/group.php:127 +msgid "Group removed." +msgstr "Groep verwijderd." + +#: mod/group.php:129 +msgid "Unable to remove group." +msgstr "Niet in staat om groep te verwijderen." + +#: mod/group.php:192 +msgid "Delete Group" +msgstr "" + +#: mod/group.php:198 +msgid "Group Editor" +msgstr "Groepsbewerker" + +#: mod/group.php:203 +msgid "Edit Group Name" +msgstr "" + +#: mod/group.php:213 +msgid "Members" +msgstr "Leden" + +#: mod/group.php:215 mod/contacts.php:719 +msgid "All Contacts" +msgstr "Alle Contacten" + +#: mod/group.php:216 mod/network.php:639 +msgid "Group is empty" +msgstr "De groep is leeg" + +#: mod/group.php:229 +msgid "Remove Contact" +msgstr "" + +#: mod/group.php:253 +msgid "Add Contact" +msgstr "" + +#: mod/item.php:114 +msgid "Unable to locate original post." +msgstr "Ik kan de originele post niet meer vinden." + +#: mod/item.php:274 +msgid "Empty post discarded." +msgstr "Lege post weggegooid." + +#: mod/item.php:799 +#, php-format +msgid "" +"This message was sent to you by %s, a member of the Friendica social " +"network." +msgstr "Dit bericht werd naar jou gestuurd door %s, een lid van het Friendica sociale netwerk." + +#: mod/item.php:801 +#, php-format +msgid "You may visit them online at %s" +msgstr "Je kunt ze online bezoeken op %s" + +#: mod/item.php:802 +msgid "" +"Please contact the sender by replying to this post if you do not wish to " +"receive these messages." +msgstr "Contacteer de afzender door op dit bericht te antwoorden als je deze berichten niet wilt ontvangen." + +#: mod/item.php:806 +#, php-format +msgid "%s posted an update." +msgstr "%s heeft een wijziging geplaatst." + +#: mod/message.php:30 src/Content/Nav.php:198 +msgid "New Message" +msgstr "Nieuw Bericht" + +#: mod/message.php:77 +msgid "Unable to locate contact information." +msgstr "Ik kan geen contact informatie vinden." + +#: mod/message.php:112 src/Content/Nav.php:195 view/theme/frio/theme.php:268 +msgid "Messages" +msgstr "Privéberichten" + +#: mod/message.php:136 +msgid "Do you really want to delete this message?" +msgstr "Wil je echt dit bericht verwijderen?" + +#: mod/message.php:156 +msgid "Message deleted." +msgstr "Bericht verwijderd." + +#: mod/message.php:185 +msgid "Conversation removed." +msgstr "Gesprek verwijderd." + +#: mod/message.php:291 +msgid "No messages." +msgstr "Geen berichten." + +#: mod/message.php:330 +msgid "Message not available." +msgstr "Bericht niet beschikbaar." + +#: mod/message.php:397 +msgid "Delete message" +msgstr "Verwijder bericht" + +#: mod/message.php:399 mod/message.php:500 +msgid "D, d M Y - g:i A" +msgstr "D, d M Y - g:i A" + +#: mod/message.php:414 mod/message.php:497 +msgid "Delete conversation" +msgstr "Verwijder gesprek" + +#: mod/message.php:416 +msgid "" +"No secure communications available. You may be able to " +"respond from the sender's profile page." +msgstr "Geen beveiligde communicatie beschikbaar. Je kunt misschien antwoorden vanaf de profiel-pagina van de afzender." + +#: mod/message.php:420 +msgid "Send Reply" +msgstr "Verstuur Antwoord" + +#: mod/message.php:471 +#, php-format +msgid "Unknown sender - %s" +msgstr "Onbekende afzender - %s" + +#: mod/message.php:473 +#, php-format +msgid "You and %s" +msgstr "Jij en %s" + +#: mod/message.php:475 +#, php-format +msgid "%s and You" +msgstr "%s en jij" + +#: mod/message.php:503 +#, php-format +msgid "%d message" +msgid_plural "%d messages" +msgstr[0] "%d bericht" +msgstr[1] "%d berichten" + +#: mod/network.php:202 src/Model/Group.php:400 +msgid "add" +msgstr "toevoegen" + +#: mod/network.php:547 +#, php-format +msgid "" +"Warning: This group contains %s member from a network that doesn't allow non" +" public messages." +msgid_plural "" +"Warning: This group contains %s members from a network that doesn't allow " +"non public messages." +msgstr[0] "" +msgstr[1] "" + +#: mod/network.php:550 +msgid "Messages in this group won't be send to these receivers." +msgstr "" + +#: mod/network.php:618 +msgid "No such group" +msgstr "Zo'n groep bestaat niet" + +#: mod/network.php:643 +#, php-format +msgid "Group: %s" +msgstr "" + +#: mod/network.php:669 +msgid "Private messages to this person are at risk of public disclosure." +msgstr "Privéberichten naar deze persoon kunnen openbaar gemaakt worden." + +#: mod/network.php:672 +msgid "Invalid contact." +msgstr "Ongeldig contact." + +#: mod/network.php:921 +msgid "Commented Order" +msgstr "Nieuwe reacties bovenaan" + +#: mod/network.php:924 +msgid "Sort by Comment Date" +msgstr "Berichten met nieuwe reacties bovenaan" + +#: mod/network.php:929 +msgid "Posted Order" +msgstr "Nieuwe berichten bovenaan" + +#: mod/network.php:932 +msgid "Sort by Post Date" +msgstr "Nieuwe berichten bovenaan" + +#: mod/network.php:940 mod/profiles.php:687 +#: src/Core/NotificationsManager.php:185 +msgid "Personal" +msgstr "Persoonlijk" + +#: mod/network.php:943 +msgid "Posts that mention or involve you" +msgstr "Alleen berichten die jou vermelden of op jou betrekking hebben" + +#: mod/network.php:951 +msgid "New" +msgstr "Nieuw" + +#: mod/network.php:954 +msgid "Activity Stream - by date" +msgstr "Activiteitenstroom - volgens datum" + +#: mod/network.php:962 +msgid "Shared Links" +msgstr "Gedeelde links" + +#: mod/network.php:965 +msgid "Interesting Links" +msgstr "Interessante links" + +#: mod/network.php:973 +msgid "Starred" +msgstr "Met ster" + +#: mod/network.php:976 +msgid "Favourite Posts" +msgstr "Favoriete berichten" + +#: mod/notes.php:52 src/Model/Profile.php:946 +msgid "Personal Notes" +msgstr "Persoonlijke Nota's" + +#: mod/oexchange.php:30 +msgid "Post successful." +msgstr "Bericht succesvol geplaatst." + +#: mod/photos.php:108 src/Model/Profile.php:907 +msgid "Photo Albums" +msgstr "Fotoalbums" + +#: mod/photos.php:109 mod/photos.php:1713 msgid "Recent Photos" msgstr "Recente foto's" -#: mod/photos.php:91 mod/photos.php:1283 mod/photos.php:1858 +#: mod/photos.php:112 mod/photos.php:1210 mod/photos.php:1715 msgid "Upload New Photos" msgstr "Nieuwe foto's uploaden" -#: mod/photos.php:105 mod/settings.php:36 +#: mod/photos.php:126 mod/settings.php:50 msgid "everybody" msgstr "iedereen" -#: mod/photos.php:169 +#: mod/photos.php:184 msgid "Contact information unavailable" msgstr "Contactinformatie niet beschikbaar" -#: mod/photos.php:190 +#: mod/photos.php:204 msgid "Album not found." msgstr "Album niet gevonden" -#: mod/photos.php:220 mod/photos.php:232 mod/photos.php:1227 +#: mod/photos.php:234 mod/photos.php:245 mod/photos.php:1161 msgid "Delete Album" msgstr "Verwijder album" -#: mod/photos.php:230 +#: mod/photos.php:243 msgid "Do you really want to delete this photo album and all its photos?" msgstr "Wil je echt dit fotoalbum en alle foto's erin verwijderen?" -#: mod/photos.php:308 mod/photos.php:319 mod/photos.php:1540 +#: mod/photos.php:310 mod/photos.php:321 mod/photos.php:1446 msgid "Delete Photo" msgstr "Verwijder foto" -#: mod/photos.php:317 +#: mod/photos.php:319 msgid "Do you really want to delete this photo?" msgstr "Wil je echt deze foto verwijderen?" -#: mod/photos.php:688 +#: mod/photos.php:667 +msgid "a photo" +msgstr "een foto" + +#: mod/photos.php:667 #, php-format msgid "%1$s was tagged in %2$s by %3$s" msgstr "%1$s is gelabeld in %2$s door %3$s" -#: mod/photos.php:688 -msgid "a photo" -msgstr "een foto" +#: mod/photos.php:769 +msgid "Image upload didn't complete, please try again" +msgstr "" -#: mod/photos.php:794 +#: mod/photos.php:772 +msgid "Image file is missing" +msgstr "" + +#: mod/photos.php:777 +msgid "" +"Server can't accept new file upload at this time, please contact your " +"administrator" +msgstr "" + +#: mod/photos.php:803 msgid "Image file is empty." msgstr "Afbeeldingsbestand is leeg." -#: mod/photos.php:954 +#: mod/photos.php:940 msgid "No photos selected" msgstr "Geen foto's geselecteerd" -#: mod/photos.php:1054 mod/videos.php:305 +#: mod/photos.php:1036 mod/videos.php:309 msgid "Access to this item is restricted." msgstr "Toegang tot dit item is beperkt." -#: mod/photos.php:1114 -#, php-format -msgid "You have used %1$.2f Mbytes of %2$.2f Mbytes photo storage." -msgstr "Je hebt %1$.2f Mbytes van %2$.2f Mbytes foto-opslagruimte gebruikt." - -#: mod/photos.php:1148 +#: mod/photos.php:1090 msgid "Upload Photos" msgstr "Upload foto's" -#: mod/photos.php:1152 mod/photos.php:1222 +#: mod/photos.php:1094 mod/photos.php:1156 msgid "New album name: " msgstr "Nieuwe albumnaam: " -#: mod/photos.php:1153 +#: mod/photos.php:1095 msgid "or existing album name: " msgstr "of bestaande albumnaam: " -#: mod/photos.php:1154 +#: mod/photos.php:1096 msgid "Do not show a status post for this upload" msgstr "Toon geen bericht op je tijdlijn van deze upload" -#: mod/photos.php:1165 mod/photos.php:1544 mod/settings.php:1300 +#: mod/photos.php:1098 mod/photos.php:1441 mod/events.php:533 +#: src/Core/ACL.php:318 +msgid "Permissions" +msgstr "Rechten" + +#: mod/photos.php:1106 mod/photos.php:1449 mod/settings.php:1229 msgid "Show to Groups" msgstr "Tonen aan groepen" -#: mod/photos.php:1166 mod/photos.php:1545 mod/settings.php:1301 +#: mod/photos.php:1107 mod/photos.php:1450 mod/settings.php:1230 msgid "Show to Contacts" msgstr "Tonen aan contacten" #: mod/photos.php:1167 -msgid "Private Photo" -msgstr "Privé foto" - -#: mod/photos.php:1168 -msgid "Public Photo" -msgstr "Publieke foto" - -#: mod/photos.php:1234 msgid "Edit Album" msgstr "Album wijzigen" -#: mod/photos.php:1240 +#: mod/photos.php:1172 msgid "Show Newest First" msgstr "Toon niewste eerst" -#: mod/photos.php:1242 +#: mod/photos.php:1174 msgid "Show Oldest First" msgstr "Toon oudste eerst" -#: mod/photos.php:1269 mod/photos.php:1841 +#: mod/photos.php:1195 mod/photos.php:1698 msgid "View Photo" msgstr "Bekijk foto" -#: mod/photos.php:1315 +#: mod/photos.php:1236 msgid "Permission denied. Access to this item may be restricted." msgstr "Toegang geweigerd. Toegang tot dit item is mogelijk beperkt." -#: mod/photos.php:1317 +#: mod/photos.php:1238 msgid "Photo not available" msgstr "Foto is niet beschikbaar" -#: mod/photos.php:1372 +#: mod/photos.php:1301 msgid "View photo" msgstr "Bekijk foto" -#: mod/photos.php:1372 +#: mod/photos.php:1301 msgid "Edit photo" msgstr "Bewerk foto" -#: mod/photos.php:1373 +#: mod/photos.php:1302 msgid "Use as profile photo" msgstr "Gebruik als profielfoto" -#: mod/photos.php:1398 +#: mod/photos.php:1308 src/Object/Post.php:149 +msgid "Private Message" +msgstr "Privébericht" + +#: mod/photos.php:1327 msgid "View Full Size" msgstr "Bekijk in volledig formaat" -#: mod/photos.php:1484 +#: mod/photos.php:1414 msgid "Tags: " msgstr "Labels: " -#: mod/photos.php:1487 +#: mod/photos.php:1417 msgid "[Remove any tag]" msgstr "[Alle labels verwijderen]" -#: mod/photos.php:1526 +#: mod/photos.php:1432 msgid "New album name" msgstr "Nieuwe albumnaam" -#: mod/photos.php:1527 +#: mod/photos.php:1433 msgid "Caption" msgstr "Onderschrift" -#: mod/photos.php:1528 +#: mod/photos.php:1434 msgid "Add a Tag" msgstr "Een label toevoegen" -#: mod/photos.php:1528 +#: mod/photos.php:1434 msgid "" "Example: @bob, @Barbara_Jensen, @jim@example.com, #California, #camping" msgstr "Voorbeeld: @bob, @Barbara_Jansen, @jan@voorbeeld.nl, #Ardennen, #camping " -#: mod/photos.php:1529 +#: mod/photos.php:1435 msgid "Do not rotate" msgstr "" -#: mod/photos.php:1530 +#: mod/photos.php:1436 msgid "Rotate CW (right)" msgstr "Roteren met de klok mee (rechts)" -#: mod/photos.php:1531 +#: mod/photos.php:1437 msgid "Rotate CCW (left)" msgstr "Roteren tegen de klok in (links)" -#: mod/photos.php:1546 -msgid "Private photo" -msgstr "Privé foto" +#: mod/photos.php:1471 src/Object/Post.php:296 +msgid "I like this (toggle)" +msgstr "Vind ik leuk" -#: mod/photos.php:1547 -msgid "Public photo" -msgstr "Publieke foto" +#: mod/photos.php:1472 src/Object/Post.php:297 +msgid "I don't like this (toggle)" +msgstr "Vind ik niet leuk" -#: mod/photos.php:1770 +#: mod/photos.php:1488 mod/photos.php:1527 mod/photos.php:1600 +#: mod/contacts.php:953 src/Object/Post.php:793 +msgid "This is you" +msgstr "Dit ben jij" + +#: mod/photos.php:1490 mod/photos.php:1529 mod/photos.php:1602 +#: src/Object/Post.php:399 src/Object/Post.php:795 +msgid "Comment" +msgstr "Reacties" + +#: mod/photos.php:1634 msgid "Map" msgstr "" -#: mod/photos.php:1847 mod/videos.php:387 +#: mod/photos.php:1704 mod/videos.php:387 msgid "View Album" msgstr "Album bekijken" -#: mod/register.php:93 -msgid "" -"Registration successful. Please check your email for further instructions." -msgstr "Registratie geslaagd. Kijk je e-mail na voor verdere instructies." +#: mod/profile.php:37 src/Model/Profile.php:118 +msgid "Requested profile is not available." +msgstr "Gevraagde profiel is niet beschikbaar." -#: mod/register.php:98 +#: mod/profile.php:78 src/Protocol/OStatus.php:1252 #, php-format -msgid "" -"Failed to send email message. Here your accout details:
    login: %s
    " -"password: %s

    You can change your password after login." +msgid "%s's posts" msgstr "" -#: mod/register.php:105 -msgid "Registration successful." -msgstr "" - -#: mod/register.php:111 -msgid "Your registration can not be processed." -msgstr "Je registratie kan niet verwerkt worden." - -#: mod/register.php:160 -msgid "Your registration is pending approval by the site owner." -msgstr "Jouw registratie wacht op goedkeuring van de beheerder." - -#: mod/register.php:226 -msgid "" -"You may (optionally) fill in this form via OpenID by supplying your OpenID " -"and clicking 'Register'." -msgstr "Je kunt (optioneel) dit formulier invullen via OpenID door je OpenID in te geven en op 'Registreren' te klikken." - -#: mod/register.php:227 -msgid "" -"If you are not familiar with OpenID, please leave that field blank and fill " -"in the rest of the items." -msgstr "Laat dit veld leeg als je niet vertrouwd bent met OpenID, en vul de rest van de items in." - -#: mod/register.php:228 -msgid "Your OpenID (optional): " -msgstr "Je OpenID (optioneel):" - -#: mod/register.php:242 -msgid "Include your profile in member directory?" -msgstr "Je profiel in de ledengids opnemen?" - -#: mod/register.php:267 -msgid "Note for the admin" -msgstr "" - -#: mod/register.php:267 -msgid "Leave a message for the admin, why you want to join this node" -msgstr "" - -#: mod/register.php:268 -msgid "Membership on this site is by invitation only." -msgstr "Lidmaatschap van deze website is uitsluitend op uitnodiging." - -#: mod/register.php:269 -msgid "Your invitation ID: " -msgstr "Je uitnodigingsid:" - -#: mod/register.php:272 mod/admin.php:956 -msgid "Registration" -msgstr "Registratie" - -#: mod/register.php:280 -msgid "Your Full Name (e.g. Joe Smith, real or real-looking): " -msgstr "" - -#: mod/register.php:281 -msgid "Your Email Address: " -msgstr "Je email adres:" - -#: mod/register.php:283 mod/settings.php:1271 -msgid "New Password:" -msgstr "Nieuw Wachtwoord:" - -#: mod/register.php:283 -msgid "Leave empty for an auto generated password." -msgstr "" - -#: mod/register.php:284 mod/settings.php:1272 -msgid "Confirm:" -msgstr "Bevestig:" - -#: mod/register.php:285 -msgid "" -"Choose a profile nickname. This must begin with a text character. Your " -"profile address on this site will then be " -"'nickname@$sitename'." -msgstr "Kies een bijnaam voor je profiel. Deze moet met een letter beginnen. Je profieladres op deze website zal dan 'bijnaam@$sitename' zijn." - -#: mod/register.php:286 -msgid "Choose a nickname: " -msgstr "Kies een bijnaam:" - -#: mod/register.php:296 -msgid "Import your profile to this friendica instance" -msgstr "" - -#: mod/settings.php:43 mod/admin.php:1396 -msgid "Account" -msgstr "Account" - -#: mod/settings.php:52 mod/admin.php:160 -msgid "Additional features" -msgstr "Extra functies" - -#: mod/settings.php:60 -msgid "Display" -msgstr "Weergave" - -#: mod/settings.php:67 mod/settings.php:886 -msgid "Social Networks" -msgstr "Sociale netwerken" - -#: mod/settings.php:74 mod/admin.php:158 mod/admin.php:1522 mod/admin.php:1582 -msgid "Plugins" -msgstr "Plugins" - -#: mod/settings.php:88 -msgid "Connected apps" -msgstr "Verbonden applicaties" - -#: mod/settings.php:102 -msgid "Remove account" -msgstr "Account verwijderen" - -#: mod/settings.php:155 -msgid "Missing some important data!" -msgstr "Een belangrijk gegeven ontbreekt!" - -#: mod/settings.php:158 mod/settings.php:704 mod/contacts.php:804 -msgid "Update" -msgstr "Wijzigen" - -#: mod/settings.php:269 -msgid "Failed to connect with email account using the settings provided." -msgstr "Ik kon geen verbinding maken met het e-mail account met de gegeven instellingen." - -#: mod/settings.php:274 -msgid "Email settings updated." -msgstr "E-mail instellingen bijgewerkt.." - -#: mod/settings.php:289 -msgid "Features updated" -msgstr "Functies bijgewerkt" - -#: mod/settings.php:359 -msgid "Relocate message has been send to your contacts" -msgstr "" - -#: mod/settings.php:378 -msgid "Empty passwords are not allowed. Password unchanged." -msgstr "Lege wachtwoorden zijn niet toegelaten. Wachtwoord niet gewijzigd." - -#: mod/settings.php:386 -msgid "Wrong password." -msgstr "Verkeerd wachtwoord." - -#: mod/settings.php:397 -msgid "Password changed." -msgstr "Wachtwoord gewijzigd." - -#: mod/settings.php:399 -msgid "Password update failed. Please try again." -msgstr "Wachtwoord-)wijziging mislukt. Probeer opnieuw." - -#: mod/settings.php:479 -msgid " Please use a shorter name." -msgstr "Gebruik een kortere naam." - -#: mod/settings.php:481 -msgid " Name too short." -msgstr "Naam te kort." - -#: mod/settings.php:490 -msgid "Wrong Password" -msgstr "Verkeerd wachtwoord" - -#: mod/settings.php:495 -msgid " Not valid email." -msgstr "Geen geldig e-mailadres." - -#: mod/settings.php:501 -msgid " Cannot change to that email." -msgstr "Kan niet veranderen naar die e-mail." - -#: mod/settings.php:557 -msgid "Private forum has no privacy permissions. Using default privacy group." -msgstr "Privéforum/-groep heeft geen privacyrechten. De standaard privacygroep wordt gebruikt." - -#: mod/settings.php:561 -msgid "Private forum has no privacy permissions and no default privacy group." -msgstr "Privéforum/-groep heeft geen privacyrechten en geen standaard privacygroep." - -#: mod/settings.php:601 -msgid "Settings updated." -msgstr "Instellingen bijgewerkt." - -#: mod/settings.php:677 mod/settings.php:703 mod/settings.php:739 -msgid "Add application" -msgstr "Toepassing toevoegen" - -#: mod/settings.php:678 mod/settings.php:788 mod/settings.php:835 -#: mod/settings.php:904 mod/settings.php:996 mod/settings.php:1264 -#: mod/admin.php:955 mod/admin.php:1583 mod/admin.php:1831 mod/admin.php:1905 -#: mod/admin.php:2055 -msgid "Save Settings" -msgstr "Instellingen opslaan" - -#: mod/settings.php:681 mod/settings.php:707 -msgid "Consumer Key" -msgstr "Gebruikerssleutel" - -#: mod/settings.php:682 mod/settings.php:708 -msgid "Consumer Secret" -msgstr "Gebruikersgeheim" - -#: mod/settings.php:683 mod/settings.php:709 -msgid "Redirect" -msgstr "Doorverwijzing" - -#: mod/settings.php:684 mod/settings.php:710 -msgid "Icon url" -msgstr "URL pictogram" - -#: mod/settings.php:695 -msgid "You can't edit this application." -msgstr "Je kunt deze toepassing niet wijzigen." - -#: mod/settings.php:738 -msgid "Connected Apps" -msgstr "Verbonden applicaties" - -#: mod/settings.php:742 -msgid "Client key starts with" -msgstr "" - -#: mod/settings.php:743 -msgid "No name" -msgstr "Geen naam" - -#: mod/settings.php:744 -msgid "Remove authorization" -msgstr "Verwijder authorisatie" - -#: mod/settings.php:756 -msgid "No Plugin settings configured" -msgstr "" - -#: mod/settings.php:764 -msgid "Plugin Settings" -msgstr "Plugin Instellingen" - -#: mod/settings.php:778 mod/admin.php:2044 mod/admin.php:2045 -msgid "Off" -msgstr "Uit" - -#: mod/settings.php:778 mod/admin.php:2044 mod/admin.php:2045 -msgid "On" -msgstr "Aan" - -#: mod/settings.php:786 -msgid "Additional Features" -msgstr "Extra functies" - -#: mod/settings.php:796 mod/settings.php:800 -msgid "General Social Media Settings" -msgstr "" - -#: mod/settings.php:806 -msgid "Disable intelligent shortening" -msgstr "" - -#: mod/settings.php:808 -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:814 -msgid "Automatically follow any GNU Social (OStatus) followers/mentioners" -msgstr "" - -#: mod/settings.php:816 -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:822 -msgid "Default group for OStatus contacts" -msgstr "" - -#: mod/settings.php:828 -msgid "Your legacy GNU Social account" -msgstr "" - -#: mod/settings.php:830 -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:833 -msgid "Repair OStatus subscriptions" -msgstr "" - -#: mod/settings.php:842 mod/settings.php:843 +#: mod/profile.php:79 src/Protocol/OStatus.php:1253 #, php-format -msgid "Built-in support for %s connectivity is %s" -msgstr "Ingebouwde ondersteuning voor connectiviteit met %s is %s" - -#: mod/settings.php:842 mod/settings.php:843 -msgid "enabled" -msgstr "ingeschakeld" - -#: mod/settings.php:842 mod/settings.php:843 -msgid "disabled" -msgstr "uitgeschakeld" - -#: mod/settings.php:843 -msgid "GNU Social (OStatus)" +msgid "%s's comments" msgstr "" -#: mod/settings.php:879 -msgid "Email access is disabled on this site." -msgstr "E-mailtoegang is op deze website uitgeschakeld." - -#: mod/settings.php:891 -msgid "Email/Mailbox Setup" -msgstr "E-mail Instellen" - -#: mod/settings.php:892 -msgid "" -"If you wish to communicate with email contacts using this service " -"(optional), please specify how to connect to your mailbox." -msgstr "Als je wilt communiceren met e-mail contacten via deze dienst (optioneel), moet je hier opgeven hoe ik jouw mailbox kan bereiken." - -#: mod/settings.php:893 -msgid "Last successful email check:" -msgstr "Laatste succesvolle e-mail controle:" - -#: mod/settings.php:895 -msgid "IMAP server name:" -msgstr "IMAP server naam:" - -#: mod/settings.php:896 -msgid "IMAP port:" -msgstr "IMAP poort:" - -#: mod/settings.php:897 -msgid "Security:" -msgstr "Beveiliging:" - -#: mod/settings.php:897 mod/settings.php:902 -msgid "None" -msgstr "Geen" - -#: mod/settings.php:898 -msgid "Email login name:" -msgstr "E-mail login naam:" - -#: mod/settings.php:899 -msgid "Email password:" -msgstr "E-mail wachtwoord:" - -#: mod/settings.php:900 -msgid "Reply-to address:" -msgstr "Antwoord adres:" - -#: mod/settings.php:901 -msgid "Send public posts to all email contacts:" -msgstr "Openbare posts naar alle e-mail contacten versturen:" - -#: mod/settings.php:902 -msgid "Action after import:" -msgstr "Actie na importeren:" - -#: mod/settings.php:902 -msgid "Move to folder" -msgstr "Naar map verplaatsen" - -#: mod/settings.php:903 -msgid "Move to folder:" -msgstr "Verplaatsen naar map:" - -#: mod/settings.php:934 mod/admin.php:862 -msgid "No special theme for mobile devices" -msgstr "Geen speciaal thema voor mobiele apparaten" - -#: mod/settings.php:994 -msgid "Display Settings" -msgstr "Scherminstellingen" - -#: mod/settings.php:1000 mod/settings.php:1023 -msgid "Display Theme:" -msgstr "Schermthema:" - -#: mod/settings.php:1001 -msgid "Mobile Theme:" -msgstr "Mobiel thema:" - -#: mod/settings.php:1002 -msgid "Suppress warning of insecure networks" -msgstr "" - -#: mod/settings.php:1002 -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:1003 -msgid "Update browser every xx seconds" -msgstr "Browser elke xx seconden verversen" - -#: mod/settings.php:1003 -msgid "Minimum of 10 seconds. Enter -1 to disable it." -msgstr "" - -#: mod/settings.php:1004 -msgid "Number of items to display per page:" -msgstr "Aantal items te tonen per pagina:" - -#: mod/settings.php:1004 mod/settings.php:1005 -msgid "Maximum of 100 items" -msgstr "Maximum 100 items" - -#: mod/settings.php:1005 -msgid "Number of items to display per page when viewed from mobile device:" -msgstr "Aantal items per pagina als je een mobiel toestel gebruikt:" - -#: mod/settings.php:1006 -msgid "Don't show emoticons" -msgstr "Emoticons niet tonen" - -#: mod/settings.php:1007 -msgid "Calendar" -msgstr "" - -#: mod/settings.php:1008 -msgid "Beginning of week:" -msgstr "" - -#: mod/settings.php:1009 -msgid "Don't show notices" -msgstr "" - -#: mod/settings.php:1010 -msgid "Infinite scroll" -msgstr "Oneindig scrollen" - -#: mod/settings.php:1011 -msgid "Automatic updates only at the top of the network page" -msgstr "" - -#: mod/settings.php:1012 -msgid "Bandwith Saver Mode" -msgstr "" - -#: mod/settings.php:1012 -msgid "" -"When enabled, embedded content is not displayed on automatic updates, they " -"only show on page reload." -msgstr "" - -#: mod/settings.php:1014 -msgid "General Theme Settings" -msgstr "" - -#: mod/settings.php:1015 -msgid "Custom Theme Settings" -msgstr "" - -#: mod/settings.php:1016 -msgid "Content Settings" -msgstr "" - -#: mod/settings.php:1017 view/theme/frio/config.php:61 -#: view/theme/quattro/config.php:66 view/theme/vier/config.php:109 -#: view/theme/duepuntozero/config.php:61 -msgid "Theme settings" -msgstr "Thema-instellingen" - -#: mod/settings.php:1099 -msgid "Account Types" -msgstr "" - -#: mod/settings.php:1100 -msgid "Personal Page Subtypes" -msgstr "" - -#: mod/settings.php:1101 -msgid "Community Forum Subtypes" -msgstr "" - -#: mod/settings.php:1108 -msgid "Personal Page" -msgstr "" - -#: mod/settings.php:1109 -msgid "This account is a regular personal profile" -msgstr "" - -#: mod/settings.php:1112 -msgid "Organisation Page" -msgstr "" - -#: mod/settings.php:1113 -msgid "This account is a profile for an organisation" -msgstr "" - -#: mod/settings.php:1116 -msgid "News Page" -msgstr "" - -#: mod/settings.php:1117 -msgid "This account is a news account/reflector" -msgstr "" - -#: mod/settings.php:1120 -msgid "Community Forum" -msgstr "" - -#: mod/settings.php:1121 -msgid "" -"This account is a community forum where people can discuss with each other" -msgstr "" - -#: mod/settings.php:1124 -msgid "Normal Account Page" -msgstr "Normale accountpagina" - -#: mod/settings.php:1125 -msgid "This account is a normal personal profile" -msgstr "Deze account is een normaal persoonlijk profiel" - -#: mod/settings.php:1128 -msgid "Soapbox Page" -msgstr "Zeepkist-pagina" - -#: mod/settings.php:1129 -msgid "Automatically approve all connection/friend requests as read-only fans" -msgstr "Keur automatisch alle vriendschaps-/connectieverzoeken goed als fans met alleen recht tot lezen." - -#: mod/settings.php:1132 -msgid "Public Forum" -msgstr "" - -#: mod/settings.php:1133 -msgid "Automatically approve all contact requests" -msgstr "" - -#: mod/settings.php:1136 -msgid "Automatic Friend Page" -msgstr "Automatisch Vriendschapspagina" - -#: mod/settings.php:1137 -msgid "Automatically approve all connection/friend requests as friends" -msgstr "Keur automatisch alle vriendschaps-/connectieverzoeken goed als vrienden." - -#: mod/settings.php:1140 -msgid "Private Forum [Experimental]" -msgstr "Privé-forum [experimenteel]" - -#: mod/settings.php:1141 -msgid "Private forum - approved members only" -msgstr "Privé-forum - enkel voor goedgekeurde leden" - -#: mod/settings.php:1153 -msgid "OpenID:" -msgstr "OpenID:" - -#: mod/settings.php:1153 -msgid "(Optional) Allow this OpenID to login to this account." -msgstr "(Optioneel) Laat dit OpenID toe om in te loggen op deze account." - -#: mod/settings.php:1163 -msgid "Publish your default profile in your local site directory?" -msgstr "Je standaardprofiel in je lokale gids publiceren?" - -#: mod/settings.php:1169 -msgid "Publish your default profile in the global social directory?" -msgstr "Je standaardprofiel in de globale sociale gids publiceren?" - -#: mod/settings.php:1177 -msgid "Hide your contact/friend list from viewers of your default profile?" -msgstr "Je vrienden/contacten verbergen voor bezoekers van je standaard profiel?" - -#: mod/settings.php:1181 -msgid "" -"If enabled, posting public messages to Diaspora and other networks isn't " -"possible." -msgstr "" - -#: mod/settings.php:1186 -msgid "Allow friends to post to your profile page?" -msgstr "Vrienden toestaan om op jou profielpagina te posten?" - -#: mod/settings.php:1192 -msgid "Allow friends to tag your posts?" -msgstr "Sta vrienden toe om jouw berichten te labelen?" - -#: mod/settings.php:1198 -msgid "Allow us to suggest you as a potential friend to new members?" -msgstr "Sta je mij toe om jou als mogelijke vriend voor te stellen aan nieuwe leden?" - -#: mod/settings.php:1204 -msgid "Permit unknown people to send you private mail?" -msgstr "Mogen onbekende personen jou privé berichten sturen?" - -#: mod/settings.php:1212 -msgid "Profile is not published." -msgstr "Profiel is niet gepubliceerd." - -#: mod/settings.php:1220 +#: mod/profile.php:80 src/Protocol/OStatus.php:1251 #, php-format -msgid "Your Identity Address is '%s' or '%s'." +msgid "%s's timeline" msgstr "" -#: mod/settings.php:1227 -msgid "Automatically expire posts after this many days:" -msgstr "Laat berichten automatisch vervallen na zo veel dagen:" +#: mod/profile.php:173 mod/display.php:313 mod/cal.php:142 +msgid "Access to this profile has been restricted." +msgstr "Toegang tot dit profiel is beperkt." -#: mod/settings.php:1227 -msgid "If empty, posts will not expire. Expired posts will be deleted" -msgstr "Berichten zullen niet vervallen indien leeg. Vervallen berichten zullen worden verwijderd." +#: mod/profile.php:194 +msgid "Tips for New Members" +msgstr "Tips voor nieuwe leden" -#: mod/settings.php:1228 -msgid "Advanced expiration settings" -msgstr "Geavanceerde instellingen voor vervallen" - -#: mod/settings.php:1229 -msgid "Advanced Expiration" -msgstr "Geavanceerd Verval:" - -#: mod/settings.php:1230 -msgid "Expire posts:" -msgstr "Laat berichten vervallen:" - -#: mod/settings.php:1231 -msgid "Expire personal notes:" -msgstr "Laat persoonlijke aantekeningen verlopen:" - -#: mod/settings.php:1232 -msgid "Expire starred posts:" -msgstr "Laat berichten met ster verlopen" - -#: mod/settings.php:1233 -msgid "Expire photos:" -msgstr "Laat foto's vervallen:" - -#: mod/settings.php:1234 -msgid "Only expire posts by others:" -msgstr "Laat alleen berichten door anderen vervallen:" - -#: mod/settings.php:1262 -msgid "Account Settings" -msgstr "Account Instellingen" - -#: mod/settings.php:1270 -msgid "Password Settings" -msgstr "Wachtwoord Instellingen" - -#: mod/settings.php:1272 -msgid "Leave password fields blank unless changing" -msgstr "Laat de wachtwoord-velden leeg, tenzij je het wilt veranderen" - -#: mod/settings.php:1273 -msgid "Current Password:" -msgstr "Huidig wachtwoord:" - -#: mod/settings.php:1273 mod/settings.php:1274 -msgid "Your current password to confirm the changes" -msgstr "Je huidig wachtwoord om de wijzigingen te bevestigen" - -#: mod/settings.php:1274 -msgid "Password:" -msgstr "Wachtwoord:" - -#: mod/settings.php:1278 -msgid "Basic Settings" -msgstr "Basis Instellingen" - -#: mod/settings.php:1280 -msgid "Email Address:" -msgstr "E-mailadres:" - -#: mod/settings.php:1281 -msgid "Your Timezone:" -msgstr "Je Tijdzone:" - -#: mod/settings.php:1282 -msgid "Your Language:" -msgstr "" - -#: mod/settings.php:1282 -msgid "" -"Set the language we use to show you friendica interface and to send you " -"emails" -msgstr "" - -#: mod/settings.php:1283 -msgid "Default Post Location:" -msgstr "Standaard locatie:" - -#: mod/settings.php:1284 -msgid "Use Browser Location:" -msgstr "Gebruik Webbrowser Locatie:" - -#: mod/settings.php:1287 -msgid "Security and Privacy Settings" -msgstr "Instellingen voor Beveiliging en Privacy" - -#: mod/settings.php:1289 -msgid "Maximum Friend Requests/Day:" -msgstr "Maximum aantal vriendschapsverzoeken per dag:" - -#: mod/settings.php:1289 mod/settings.php:1319 -msgid "(to prevent spam abuse)" -msgstr "(om spam misbruik te voorkomen)" - -#: mod/settings.php:1290 -msgid "Default Post Permissions" -msgstr "Standaard rechten voor nieuwe berichten" - -#: mod/settings.php:1291 -msgid "(click to open/close)" -msgstr "(klik om te openen/sluiten)" - -#: mod/settings.php:1302 -msgid "Default Private Post" -msgstr "Standaard Privé Post" - -#: mod/settings.php:1303 -msgid "Default Public Post" -msgstr "Standaard Publieke Post" - -#: mod/settings.php:1307 -msgid "Default Permissions for New Posts" -msgstr "Standaard rechten voor nieuwe berichten" - -#: mod/settings.php:1319 -msgid "Maximum private messages per day from unknown people:" -msgstr "Maximum aantal privé-berichten per dag van onbekende personen:" - -#: mod/settings.php:1322 -msgid "Notification Settings" -msgstr "Notificatie Instellingen" - -#: mod/settings.php:1323 -msgid "By default post a status message when:" -msgstr "Post automatisch een bericht op je tijdlijn wanneer:" - -#: mod/settings.php:1324 -msgid "accepting a friend request" -msgstr "Een vriendschapsverzoek accepteren" - -#: mod/settings.php:1325 -msgid "joining a forum/community" -msgstr "Lid worden van een groep/forum" - -#: mod/settings.php:1326 -msgid "making an interesting profile change" -msgstr "Een interessante verandering aan je profiel" - -#: mod/settings.php:1327 -msgid "Send a notification email when:" -msgstr "Stuur een notificatie e-mail wanneer:" - -#: mod/settings.php:1328 -msgid "You receive an introduction" -msgstr "Je ontvangt een vriendschaps- of connectieverzoek" - -#: mod/settings.php:1329 -msgid "Your introductions are confirmed" -msgstr "Jouw vriendschaps- of connectieverzoeken zijn bevestigd" - -#: mod/settings.php:1330 -msgid "Someone writes on your profile wall" -msgstr "Iemand iets op je tijdlijn schrijft" - -#: mod/settings.php:1331 -msgid "Someone writes a followup comment" -msgstr "Iemand een reactie schrijft" - -#: mod/settings.php:1332 -msgid "You receive a private message" -msgstr "Je een privé-bericht ontvangt" - -#: mod/settings.php:1333 -msgid "You receive a friend suggestion" -msgstr "Je een suggestie voor een vriendschap ontvangt" - -#: mod/settings.php:1334 -msgid "You are tagged in a post" -msgstr "Je expliciet in een bericht bent genoemd" - -#: mod/settings.php:1335 -msgid "You are poked/prodded/etc. in a post" -msgstr "Je in een bericht bent aangestoten/gepord/etc." - -#: mod/settings.php:1337 -msgid "Activate desktop notifications" -msgstr "" - -#: mod/settings.php:1337 -msgid "Show desktop popup on new notifications" -msgstr "" - -#: mod/settings.php:1339 -msgid "Text-only notification emails" -msgstr "" - -#: mod/settings.php:1341 -msgid "Send text only notification emails, without the html part" -msgstr "" - -#: mod/settings.php:1343 -msgid "Advanced Account/Page Type Settings" -msgstr "" - -#: mod/settings.php:1344 -msgid "Change the behaviour of this account for special situations" -msgstr "" - -#: mod/settings.php:1347 -msgid "Relocate" -msgstr "" - -#: mod/settings.php:1348 -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:1349 -msgid "Resend relocate message to contacts" -msgstr "" - -#: mod/videos.php:120 +#: mod/videos.php:139 msgid "Do you really want to delete this video?" msgstr "Wil je deze video echt verwijderen?" -#: mod/videos.php:125 +#: mod/videos.php:144 msgid "Delete Video" msgstr "Verwijder video" -#: mod/videos.php:204 +#: mod/videos.php:207 msgid "No videos selected" msgstr "Geen video's geselecteerd" @@ -6218,588 +3222,2682 @@ msgstr "Recente video's" msgid "Upload New Videos" msgstr "Nieuwe video's uploaden" -#: mod/wall_attach.php:17 mod/wall_attach.php:25 mod/wall_attach.php:76 -#: mod/wall_upload.php:20 mod/wall_upload.php:33 mod/wall_upload.php:86 -#: mod/wall_upload.php:122 mod/wall_upload.php:125 -msgid "Invalid request." +#: mod/delegate.php:37 +msgid "Parent user not found." msgstr "" -#: mod/wall_attach.php:94 -msgid "Sorry, maybe your upload is bigger than the PHP configuration allows" +#: mod/delegate.php:144 +msgid "No parent user" msgstr "" -#: mod/wall_attach.php:94 -msgid "Or - did you try to upload an empty file?" +#: mod/delegate.php:159 +msgid "Parent Password:" msgstr "" -#: mod/wall_attach.php:105 +#: mod/delegate.php:159 +msgid "" +"Please enter the password of the parent account to legitimize your request." +msgstr "" + +#: mod/delegate.php:164 +msgid "Parent User" +msgstr "" + +#: mod/delegate.php:167 +msgid "" +"Parent users have total control about this account, including the account " +"settings. Please double check whom you give this access." +msgstr "" + +#: mod/delegate.php:168 mod/admin.php:307 mod/admin.php:1346 +#: mod/admin.php:1965 mod/admin.php:2218 mod/admin.php:2292 mod/admin.php:2439 +#: mod/settings.php:675 mod/settings.php:784 mod/settings.php:872 +#: mod/settings.php:961 mod/settings.php:1194 +msgid "Save Settings" +msgstr "Instellingen opslaan" + +#: mod/delegate.php:169 src/Content/Nav.php:204 +msgid "Delegate Page Management" +msgstr "Paginabeheer uitbesteden" + +#: mod/delegate.php:170 +msgid "Delegates" +msgstr "" + +#: mod/delegate.php:172 +msgid "" +"Delegates are able to manage all aspects of this account/page except for " +"basic account settings. Please do not delegate your personal account to " +"anybody that you do not trust completely." +msgstr "Personen waaraan het beheer is uitbesteed kunnen alle onderdelen van een account/pagina beheren, behalve de basisinstellingen van een account. Besteed je persoonlijke account daarom niet uit aan personen die je niet volledig vertrouwd." + +#: mod/delegate.php:173 +msgid "Existing Page Delegates" +msgstr "Bestaande personen waaraan het paginabeheer is uitbesteed" + +#: mod/delegate.php:175 +msgid "Potential Delegates" +msgstr "Mogelijke personen waaraan het paginabeheer kan worden uitbesteed " + +#: mod/delegate.php:178 +msgid "Add" +msgstr "Toevoegen" + +#: mod/delegate.php:179 +msgid "No entries." +msgstr "Geen gegevens." + +#: mod/dirfind.php:49 #, php-format -msgid "File exceeds size limit of %s" +msgid "People Search - %s" msgstr "" -#: mod/wall_attach.php:156 mod/wall_attach.php:172 -msgid "File upload failed." -msgstr "Uploaden van bestand mislukt." +#: mod/dirfind.php:60 +#, php-format +msgid "Forum Search - %s" +msgstr "" -#: mod/admin.php:92 +#: mod/install.php:114 +msgid "Friendica Communications Server - Setup" +msgstr "" + +#: mod/install.php:120 +msgid "Could not connect to database." +msgstr "Kon geen toegang krijgen tot de database." + +#: mod/install.php:124 +msgid "Could not create table." +msgstr "Kon tabel niet aanmaken." + +#: mod/install.php:130 +msgid "Your Friendica site database has been installed." +msgstr "De database van je Friendica-website is geïnstalleerd." + +#: mod/install.php:135 +msgid "" +"You may need to import the file \"database.sql\" manually using phpmyadmin " +"or mysql." +msgstr "Het kan nodig zijn om het bestand \"database.sql\" manueel te importeren met phpmyadmin of mysql." + +#: mod/install.php:136 mod/install.php:208 mod/install.php:558 +msgid "Please see the file \"INSTALL.txt\"." +msgstr "Zie het bestand \"INSTALL.txt\"." + +#: mod/install.php:148 +msgid "Database already in use." +msgstr "" + +#: mod/install.php:205 +msgid "System check" +msgstr "Systeemcontrole" + +#: mod/install.php:209 mod/cal.php:277 mod/events.php:395 +msgid "Next" +msgstr "Volgende" + +#: mod/install.php:210 +msgid "Check again" +msgstr "Controleer opnieuw" + +#: mod/install.php:230 +msgid "Database connection" +msgstr "Verbinding met database" + +#: mod/install.php:231 +msgid "" +"In order to install Friendica we need to know how to connect to your " +"database." +msgstr "Om Friendica te kunnen installeren moet ik weten hoe ik jouw database kan bereiken." + +#: mod/install.php:232 +msgid "" +"Please contact your hosting provider or site administrator if you have " +"questions about these settings." +msgstr "Neem contact op met jouw hostingprovider of websitebeheerder, wanneer je vragen hebt over deze instellingen. " + +#: mod/install.php:233 +msgid "" +"The database you specify below should already exist. If it does not, please " +"create it before continuing." +msgstr "De database die je hier opgeeft zou al moeten bestaan. Maak anders de database aan voordat je verder gaat." + +#: mod/install.php:237 +msgid "Database Server Name" +msgstr "Servernaam database" + +#: mod/install.php:238 +msgid "Database Login Name" +msgstr "Gebruikersnaam database" + +#: mod/install.php:239 +msgid "Database Login Password" +msgstr "Wachtwoord database" + +#: mod/install.php:239 +msgid "For security reasons the password must not be empty" +msgstr "" + +#: mod/install.php:240 +msgid "Database Name" +msgstr "Naam database" + +#: mod/install.php:241 mod/install.php:281 +msgid "Site administrator email address" +msgstr "E-mailadres van de websitebeheerder" + +#: mod/install.php:241 mod/install.php:281 +msgid "" +"Your account email address must match this in order to use the web admin " +"panel." +msgstr "Het e-mailadres van je account moet hiermee overeenkomen om het administratiepaneel te kunnen gebruiken." + +#: mod/install.php:245 mod/install.php:284 +msgid "Please select a default timezone for your website" +msgstr "Selecteer een standaard tijdzone voor uw website" + +#: mod/install.php:271 +msgid "Site settings" +msgstr "Website-instellingen" + +#: mod/install.php:285 +msgid "System Language:" +msgstr "" + +#: mod/install.php:285 +msgid "" +"Set the default language for your Friendica installation interface and to " +"send emails." +msgstr "" + +#: mod/install.php:325 +msgid "Could not find a command line version of PHP in the web server PATH." +msgstr "Kan geen command-line-versie van PHP vinden in het PATH van de webserver." + +#: mod/install.php:326 +msgid "" +"If you don't have a command line version of PHP installed on your server, " +"you will not be able to run the background processing. See 'Setup the worker'" +msgstr "" + +#: mod/install.php:330 +msgid "PHP executable path" +msgstr "PATH van het PHP commando" + +#: mod/install.php:330 +msgid "" +"Enter full path to php executable. You can leave this blank to continue the " +"installation." +msgstr "Vul het volledige pad in naar het php programma. Je kunt dit leeg laten om de installatie verder te zetten." + +#: mod/install.php:335 +msgid "Command line PHP" +msgstr "PHP-opdrachtregel" + +#: mod/install.php:344 +msgid "PHP executable is not the php cli binary (could be cgi-fgci version)" +msgstr "" + +#: mod/install.php:345 +msgid "Found PHP version: " +msgstr "Gevonden PHP versie:" + +#: mod/install.php:347 +msgid "PHP cli binary" +msgstr "" + +#: mod/install.php:358 +msgid "" +"The command line version of PHP on your system does not have " +"\"register_argc_argv\" enabled." +msgstr "De command-line versie van PHP op jouw systeem heeft \"register_argc_argv\" niet geactiveerd." + +#: mod/install.php:359 +msgid "This is required for message delivery to work." +msgstr "Dit is nodig om het verzenden van berichten mogelijk te maken." + +#: mod/install.php:361 +msgid "PHP register_argc_argv" +msgstr "PHP register_argc_argv" + +#: mod/install.php:384 +msgid "" +"Error: the \"openssl_pkey_new\" function on this system is not able to " +"generate encryption keys" +msgstr "" + +#: mod/install.php:385 +msgid "" +"If running under Windows, please see " +"\"http://www.php.net/manual/en/openssl.installation.php\"." +msgstr "Zie \"http://www.php.net/manual/en/openssl.installation.php\" wanneer u Friendica onder Windows draait." + +#: mod/install.php:387 +msgid "Generate encryption keys" +msgstr "" + +#: mod/install.php:394 +msgid "libCurl PHP module" +msgstr "libCurl PHP module" + +#: mod/install.php:395 +msgid "GD graphics PHP module" +msgstr "GD graphics PHP module" + +#: mod/install.php:396 +msgid "OpenSSL PHP module" +msgstr "OpenSSL PHP module" + +#: mod/install.php:397 +msgid "PDO or MySQLi PHP module" +msgstr "" + +#: mod/install.php:398 +msgid "mb_string PHP module" +msgstr "mb_string PHP module" + +#: mod/install.php:399 +msgid "XML PHP module" +msgstr "" + +#: mod/install.php:400 +msgid "iconv PHP module" +msgstr "" + +#: mod/install.php:401 +msgid "POSIX PHP module" +msgstr "" + +#: mod/install.php:405 mod/install.php:407 +msgid "Apache mod_rewrite module" +msgstr "Apache mod_rewrite module" + +#: mod/install.php:405 +msgid "" +"Error: Apache webserver mod-rewrite module is required but not installed." +msgstr "Fout: Apache-module mod-rewrite is vereist, maar niet geïnstalleerd." + +#: mod/install.php:413 +msgid "Error: libCURL PHP module required but not installed." +msgstr "Fout: PHP-module libCURL is vereist, maar niet geïnstalleerd." + +#: mod/install.php:417 +msgid "" +"Error: GD graphics PHP module with JPEG support required but not installed." +msgstr "Fout: PHP-module GD graphics met JPEG support is vereist, maar niet geïnstalleerd." + +#: mod/install.php:421 +msgid "Error: openssl PHP module required but not installed." +msgstr "Fout: PHP-module openssl is vereist, maar niet geïnstalleerd." + +#: mod/install.php:425 +msgid "Error: PDO or MySQLi PHP module required but not installed." +msgstr "" + +#: mod/install.php:429 +msgid "Error: The MySQL driver for PDO is not installed." +msgstr "" + +#: mod/install.php:433 +msgid "Error: mb_string PHP module required but not installed." +msgstr "Fout: PHP-module mb_string is vereist, maar niet geïnstalleerd." + +#: mod/install.php:437 +msgid "Error: iconv PHP module required but not installed." +msgstr "" + +#: mod/install.php:441 +msgid "Error: POSIX PHP module required but not installed." +msgstr "" + +#: mod/install.php:451 +msgid "Error, XML PHP module required but not installed." +msgstr "" + +#: mod/install.php:463 +msgid "" +"The web installer needs to be able to create a file called \".htconfig.php\"" +" in the top folder of your web server and it is unable to do so." +msgstr "Het installatieprogramma moet een bestand \".htconfig.php\" in de bovenste map van je webserver aanmaken, maar kan dit niet doen." + +#: mod/install.php:464 +msgid "" +"This is most often a permission setting, as the web server may not be able " +"to write files in your folder - even if you can." +msgstr "Dit is meestal een permissieprobleem, omdat de webserver niet in staat is om in deze map bestanden weg te schrijven - ook al kun je dit zelf wel." + +#: mod/install.php:465 +msgid "" +"At the end of this procedure, we will give you a text to save in a file " +"named .htconfig.php in your Friendica top folder." +msgstr "Op het einde van deze procedure zal ik je een tekst geven om te bewaren in een bestand .htconfig.php in je hoogste Friendica map." + +#: mod/install.php:466 +msgid "" +"You can alternatively skip this procedure and perform a manual installation." +" Please see the file \"INSTALL.txt\" for instructions." +msgstr "Je kunt ook deze procedure overslaan, en een manuele installatie uitvoeren. Lees het bestand \"INSTALL.txt\" voor instructies." + +#: mod/install.php:469 +msgid ".htconfig.php is writable" +msgstr ".htconfig.php is schrijfbaar" + +#: mod/install.php:479 +msgid "" +"Friendica uses the Smarty3 template engine to render its web views. Smarty3 " +"compiles templates to PHP to speed up rendering." +msgstr "Friendica gebruikt het Smarty3 sjabloon systeem om zijn webpagina's weer te geven. Smarty3 compileert sjablonen naar PHP om de weergave te versnellen." + +#: mod/install.php:480 +msgid "" +"In order to store these compiled templates, the web server needs to have " +"write access to the directory view/smarty3/ under the Friendica top level " +"folder." +msgstr "Om deze gecompileerde sjablonen op te slaan moet de webserver schrijftoegang hebben tot de folder view/smarty3, t.o.v. van de hoogste folder van je Friendica-installatie." + +#: mod/install.php:481 +msgid "" +"Please ensure that the user that your web server runs as (e.g. www-data) has" +" write access to this folder." +msgstr "Zorg ervoor dat de gebruiker waaronder je webserver runt (bijv. www-data) schrijf-toegang heeft tot deze map." + +#: mod/install.php:482 +msgid "" +"Note: as a security measure, you should give the web server write access to " +"view/smarty3/ only--not the template files (.tpl) that it contains." +msgstr "Opmerking: voor een goede beveiliging zou je de webserver alleen schrijf-toegang moeten geven voor de map view/smarty3 -- niet voor de template bestanden (.tpl) die in die map zitten." + +#: mod/install.php:485 +msgid "view/smarty3 is writable" +msgstr "view/smarty3 is schrijfbaar" + +#: mod/install.php:501 +msgid "" +"Url rewrite in .htaccess is not working. Check your server configuration." +msgstr "" + +#: mod/install.php:503 +msgid "Url rewrite is working" +msgstr "" + +#: mod/install.php:522 +msgid "ImageMagick PHP extension is not installed" +msgstr "" + +#: mod/install.php:524 +msgid "ImageMagick PHP extension is installed" +msgstr "" + +#: mod/install.php:526 +msgid "ImageMagick supports GIF" +msgstr "" + +#: mod/install.php:533 +msgid "" +"The database configuration file \".htconfig.php\" could not be written. " +"Please use the enclosed text to create a configuration file in your web " +"server root." +msgstr "Het databaseconfiguratiebestand \".htconfig.php\" kon niet worden weggeschreven. Je kunt de bijgevoegde tekst gebruiken om in een configuratiebestand aan te maken in de hoogste map van je webserver." + +#: mod/install.php:556 +msgid "

    What next

    " +msgstr "

    Wat nu

    " + +#: mod/install.php:557 +msgid "" +"IMPORTANT: You will need to [manually] setup a scheduled task for the " +"worker." +msgstr "" + +#: mod/install.php:560 +#, php-format +msgid "" +"Go to your new Friendica node registration page " +"and register as new user. Remember to use the same email you have entered as" +" administrator email. This will allow you to enter the site admin panel." +msgstr "" + +#: mod/ostatus_subscribe.php:21 +msgid "Subscribing to OStatus contacts" +msgstr "" + +#: mod/ostatus_subscribe.php:33 +msgid "No contact provided." +msgstr "" + +#: mod/ostatus_subscribe.php:40 +msgid "Couldn't fetch information for contact." +msgstr "" + +#: mod/ostatus_subscribe.php:50 +msgid "Couldn't fetch friends for contact." +msgstr "" + +#: mod/ostatus_subscribe.php:78 +msgid "success" +msgstr "Succesvol" + +#: mod/ostatus_subscribe.php:80 +msgid "failed" +msgstr "Mislukt" + +#: mod/ostatus_subscribe.php:83 src/Object/Post.php:279 +msgid "ignored" +msgstr "Verboden" + +#: mod/unfollow.php:34 +msgid "Contact wasn't found or can't be unfollowed." +msgstr "" + +#: mod/unfollow.php:47 +msgid "Contact unfollowed" +msgstr "" + +#: mod/unfollow.php:73 +msgid "You aren't a friend of this contact." +msgstr "" + +#: mod/unfollow.php:79 +msgid "Unfollowing is currently not supported by your network." +msgstr "" + +#: mod/unfollow.php:100 mod/contacts.php:599 +msgid "Disconnect/Unfollow" +msgstr "" + +#: mod/unfollow.php:132 mod/follow.php:186 mod/contacts.php:858 +#: src/Model/Profile.php:891 +msgid "Status Messages and Posts" +msgstr "Berichten op jouw tijdlijn" + +#: mod/cal.php:274 mod/events.php:391 src/Content/Nav.php:104 +#: src/Content/Nav.php:169 src/Model/Profile.php:924 src/Model/Profile.php:935 +#: view/theme/frio/theme.php:263 view/theme/frio/theme.php:267 +msgid "Events" +msgstr "Gebeurtenissen" + +#: mod/cal.php:275 mod/events.php:392 +msgid "View" +msgstr "" + +#: mod/cal.php:276 mod/events.php:394 +msgid "Previous" +msgstr "Vorige" + +#: mod/cal.php:280 mod/events.php:400 src/Model/Event.php:412 +msgid "today" +msgstr "vandaag" + +#: mod/cal.php:281 mod/events.php:401 src/Util/Temporal.php:304 +#: src/Model/Event.php:413 +msgid "month" +msgstr "maand" + +#: mod/cal.php:282 mod/events.php:402 src/Util/Temporal.php:305 +#: src/Model/Event.php:414 +msgid "week" +msgstr "week" + +#: mod/cal.php:283 mod/events.php:403 src/Util/Temporal.php:306 +#: src/Model/Event.php:415 +msgid "day" +msgstr "dag" + +#: mod/cal.php:284 mod/events.php:404 +msgid "list" +msgstr "" + +#: mod/cal.php:297 src/Core/Console/NewPassword.php:74 src/Model/User.php:204 +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/events.php:105 mod/events.php:107 +msgid "Event can not end before it has started." +msgstr "" + +#: mod/events.php:114 mod/events.php:116 +msgid "Event title and start time are required." +msgstr "Titel en begintijd van de gebeurtenis zijn vereist." + +#: mod/events.php:393 +msgid "Create New Event" +msgstr "Maak een nieuwe gebeurtenis" + +#: mod/events.php:506 +msgid "Event details" +msgstr "Gebeurtenis details" + +#: mod/events.php:507 +msgid "Starting date and Title are required." +msgstr "" + +#: mod/events.php:508 mod/events.php:509 +msgid "Event Starts:" +msgstr "Gebeurtenis begint:" + +#: mod/events.php:508 mod/events.php:520 mod/profiles.php:700 +msgid "Required" +msgstr "Vereist" + +#: mod/events.php:510 mod/events.php:526 +msgid "Finish date/time is not known or not relevant" +msgstr "Einddatum/tijd is niet gekend of niet relevant" + +#: mod/events.php:512 mod/events.php:513 +msgid "Event Finishes:" +msgstr "Gebeurtenis eindigt:" + +#: mod/events.php:514 mod/events.php:527 +msgid "Adjust for viewer timezone" +msgstr "Pas aan aan de tijdzone van de gebruiker" + +#: mod/events.php:516 +msgid "Description:" +msgstr "Beschrijving:" + +#: mod/events.php:520 mod/events.php:522 +msgid "Title:" +msgstr "Titel:" + +#: mod/events.php:523 mod/events.php:524 +msgid "Share this event" +msgstr "Deel deze gebeurtenis" + +#: mod/events.php:531 src/Model/Profile.php:864 +msgid "Basic" +msgstr "" + +#: mod/events.php:532 mod/contacts.php:895 mod/admin.php:1351 +#: src/Model/Profile.php:865 +msgid "Advanced" +msgstr "Geavanceerd" + +#: mod/events.php:552 +msgid "Failed to remove event" +msgstr "" + +#: mod/events.php:554 +msgid "Event removed" +msgstr "" + +#: mod/profile_photo.php:55 +msgid "Image uploaded but image cropping failed." +msgstr "Afbeelding opgeladen, maar bijsnijden mislukt." + +#: mod/profile_photo.php:88 mod/profile_photo.php:96 mod/profile_photo.php:104 +#: mod/profile_photo.php:315 +#, php-format +msgid "Image size reduction [%s] failed." +msgstr "Verkleining van de afbeelding [%s] mislukt." + +#: mod/profile_photo.php:125 +msgid "" +"Shift-reload the page or clear browser cache if the new photo does not " +"display immediately." +msgstr "Shift-herlaad de pagina, of maak de browser cache leeg als nieuwe foto's niet onmiddellijk verschijnen." + +#: mod/profile_photo.php:134 +msgid "Unable to process image" +msgstr "Ik kan de afbeelding niet verwerken" + +#: mod/profile_photo.php:247 +msgid "Upload File:" +msgstr "Upload bestand:" + +#: mod/profile_photo.php:248 +msgid "Select a profile:" +msgstr "Kies een profiel:" + +#: mod/profile_photo.php:253 +msgid "or" +msgstr "of" + +#: mod/profile_photo.php:253 +msgid "skip this step" +msgstr "Deze stap overslaan" + +#: mod/profile_photo.php:253 +msgid "select a photo from your photo albums" +msgstr "Kies een foto uit je fotoalbums" + +#: mod/profile_photo.php:266 +msgid "Crop Image" +msgstr "Afbeelding bijsnijden" + +#: mod/profile_photo.php:267 +msgid "Please adjust the image cropping for optimum viewing." +msgstr "Pas het afsnijden van de afbeelding aan voor het beste resultaat." + +#: mod/profile_photo.php:269 +msgid "Done Editing" +msgstr "Wijzigingen compleet" + +#: mod/profile_photo.php:305 +msgid "Image uploaded successfully." +msgstr "Uploaden van afbeelding gelukt." + +#: mod/directory.php:152 src/Model/Profile.php:421 src/Model/Profile.php:769 +msgid "Status:" +msgstr "Tijdlijn:" + +#: mod/directory.php:153 src/Model/Profile.php:422 src/Model/Profile.php:786 +msgid "Homepage:" +msgstr "Website:" + +#: mod/directory.php:202 view/theme/vier/theme.php:201 +msgid "Global Directory" +msgstr "Globale gids" + +#: mod/directory.php:204 +msgid "Find on this site" +msgstr "Op deze website zoeken" + +#: mod/directory.php:206 +msgid "Results for:" +msgstr "" + +#: mod/directory.php:208 +msgid "Site Directory" +msgstr "Websitegids" + +#: mod/directory.php:209 mod/contacts.php:820 src/Content/Widget.php:63 +msgid "Find" +msgstr "Zoek" + +#: mod/directory.php:213 +msgid "No entries (some entries may be hidden)." +msgstr "Geen gegevens (sommige gegevens kunnen verborgen zijn)." + +#: mod/babel.php:22 +msgid "Source input" +msgstr "" + +#: mod/babel.php:28 +msgid "BBCode::convert (raw HTML)" +msgstr "" + +#: mod/babel.php:33 +msgid "BBCode::convert" +msgstr "" + +#: mod/babel.php:39 +msgid "BBCode::convert => HTML::toBBCode" +msgstr "" + +#: mod/babel.php:45 +msgid "BBCode::toMarkdown" +msgstr "" + +#: mod/babel.php:51 +msgid "BBCode::toMarkdown => Markdown::convert" +msgstr "" + +#: mod/babel.php:57 +msgid "BBCode::toMarkdown => Markdown::toBBCode" +msgstr "" + +#: mod/babel.php:63 +msgid "BBCode::toMarkdown => Markdown::convert => HTML::toBBCode" +msgstr "" + +#: mod/babel.php:70 +msgid "Source input \\x28Diaspora format\\x29" +msgstr "" + +#: mod/babel.php:76 +msgid "Markdown::toBBCode" +msgstr "" + +#: mod/babel.php:83 +msgid "Raw HTML input" +msgstr "" + +#: mod/babel.php:88 +msgid "HTML Input" +msgstr "" + +#: mod/babel.php:94 +msgid "HTML::toBBCode" +msgstr "" + +#: mod/babel.php:100 +msgid "HTML::toPlaintext" +msgstr "" + +#: mod/babel.php:108 +msgid "Source text" +msgstr "" + +#: mod/babel.php:109 +msgid "BBCode" +msgstr "" + +#: mod/babel.php:110 +msgid "Markdown" +msgstr "" + +#: mod/babel.php:111 +msgid "HTML" +msgstr "" + +#: mod/follow.php:45 +msgid "The contact could not be added." +msgstr "" + +#: mod/follow.php:73 +msgid "You already added this contact." +msgstr "Je hebt deze kontakt al toegevoegd" + +#: mod/follow.php:83 +msgid "Diaspora support isn't enabled. Contact can't be added." +msgstr "" + +#: mod/follow.php:90 +msgid "OStatus support is disabled. Contact can't be added." +msgstr "" + +#: mod/follow.php:97 +msgid "The network type couldn't be detected. Contact can't be added." +msgstr "" + +#: mod/profiles.php:58 +msgid "Profile deleted." +msgstr "Profiel verwijderd" + +#: mod/profiles.php:74 mod/profiles.php:110 +msgid "Profile-" +msgstr "Profiel-" + +#: mod/profiles.php:93 mod/profiles.php:132 +msgid "New profile created." +msgstr "Nieuw profiel aangemaakt." + +#: mod/profiles.php:116 +msgid "Profile unavailable to clone." +msgstr "Profiel niet beschikbaar om te klonen." + +#: mod/profiles.php:206 +msgid "Profile Name is required." +msgstr "Profielnaam is vereist." + +#: mod/profiles.php:347 +msgid "Marital Status" +msgstr "Echtelijke staat" + +#: mod/profiles.php:351 +msgid "Romantic Partner" +msgstr "Romantische Partner" + +#: mod/profiles.php:363 +msgid "Work/Employment" +msgstr "Werk" + +#: mod/profiles.php:366 +msgid "Religion" +msgstr "Godsdienst" + +#: mod/profiles.php:370 +msgid "Political Views" +msgstr "Politieke standpunten" + +#: mod/profiles.php:374 +msgid "Gender" +msgstr "Geslacht" + +#: mod/profiles.php:378 +msgid "Sexual Preference" +msgstr "Seksuele Voorkeur" + +#: mod/profiles.php:382 +msgid "XMPP" +msgstr "" + +#: mod/profiles.php:386 +msgid "Homepage" +msgstr "Tijdlijn" + +#: mod/profiles.php:390 mod/profiles.php:686 +msgid "Interests" +msgstr "Interesses" + +#: mod/profiles.php:394 mod/admin.php:490 +msgid "Address" +msgstr "Adres" + +#: mod/profiles.php:401 mod/profiles.php:682 +msgid "Location" +msgstr "Plaats" + +#: mod/profiles.php:486 +msgid "Profile updated." +msgstr "Profiel bijgewerkt." + +#: mod/profiles.php:564 +msgid " and " +msgstr "en" + +#: mod/profiles.php:573 +msgid "public profile" +msgstr "publiek profiel" + +#: mod/profiles.php:576 +#, php-format +msgid "%1$s changed %2$s to “%3$s”" +msgstr "%1$s veranderde %2$s naar “%3$s”" + +#: mod/profiles.php:577 +#, php-format +msgid " - Visit %1$s's %2$s" +msgstr " - Bezoek %2$s van %1$s" + +#: mod/profiles.php:579 +#, php-format +msgid "%1$s has an updated %2$s, changing %3$s." +msgstr "%1$s heeft een aangepast %2$s, %3$s veranderd." + +#: mod/profiles.php:633 +msgid "Hide contacts and friends:" +msgstr "" + +#: mod/profiles.php:638 +msgid "Hide your contact/friend list from viewers of this profile?" +msgstr "Je vrienden/contacten verbergen voor bezoekers van dit profiel?" + +#: mod/profiles.php:658 +msgid "Show more profile fields:" +msgstr "" + +#: mod/profiles.php:670 +msgid "Profile Actions" +msgstr "" + +#: mod/profiles.php:671 +msgid "Edit Profile Details" +msgstr "Profieldetails bewerken" + +#: mod/profiles.php:673 +msgid "Change Profile Photo" +msgstr "Profielfoto wijzigen" + +#: mod/profiles.php:674 +msgid "View this profile" +msgstr "Dit profiel bekijken" + +#: mod/profiles.php:675 mod/profiles.php:770 src/Model/Profile.php:393 +msgid "Edit visibility" +msgstr "Pas zichtbaarheid aan" + +#: mod/profiles.php:676 +msgid "Create a new profile using these settings" +msgstr "Nieuw profiel aanmaken met deze instellingen" + +#: mod/profiles.php:677 +msgid "Clone this profile" +msgstr "Dit profiel klonen" + +#: mod/profiles.php:678 +msgid "Delete this profile" +msgstr "Dit profiel verwijderen" + +#: mod/profiles.php:680 +msgid "Basic information" +msgstr "" + +#: mod/profiles.php:681 +msgid "Profile picture" +msgstr "" + +#: mod/profiles.php:683 +msgid "Preferences" +msgstr "" + +#: mod/profiles.php:684 +msgid "Status information" +msgstr "" + +#: mod/profiles.php:685 +msgid "Additional information" +msgstr "" + +#: mod/profiles.php:688 +msgid "Relation" +msgstr "" + +#: mod/profiles.php:689 src/Util/Temporal.php:81 src/Util/Temporal.php:83 +msgid "Miscellaneous" +msgstr "Diversen" + +#: mod/profiles.php:692 +msgid "Your Gender:" +msgstr "Je Geslacht:" + +#: mod/profiles.php:693 +msgid " Marital Status:" +msgstr " Echtelijke Staat:" + +#: mod/profiles.php:694 src/Model/Profile.php:782 +msgid "Sexual Preference:" +msgstr "Seksuele Voorkeur:" + +#: mod/profiles.php:695 +msgid "Example: fishing photography software" +msgstr "Voorbeeld: vissen fotografie software" + +#: mod/profiles.php:700 +msgid "Profile Name:" +msgstr "Profiel Naam:" + +#: mod/profiles.php:702 +msgid "" +"This is your public profile.
    It may " +"be visible to anybody using the internet." +msgstr "Dit is jouw publiek profiel.
    Het kan zichtbaar zijn voor iedereen op het internet." + +#: mod/profiles.php:703 +msgid "Your Full Name:" +msgstr "Je volledige naam:" + +#: mod/profiles.php:704 +msgid "Title/Description:" +msgstr "Titel/Beschrijving:" + +#: mod/profiles.php:707 +msgid "Street Address:" +msgstr "Postadres:" + +#: mod/profiles.php:708 +msgid "Locality/City:" +msgstr "Gemeente/Stad:" + +#: mod/profiles.php:709 +msgid "Region/State:" +msgstr "Regio/Staat:" + +#: mod/profiles.php:710 +msgid "Postal/Zip Code:" +msgstr "Postcode:" + +#: mod/profiles.php:711 +msgid "Country:" +msgstr "Land:" + +#: mod/profiles.php:712 src/Util/Temporal.php:149 +msgid "Age: " +msgstr "Leeftijd:" + +#: mod/profiles.php:715 +msgid "Who: (if applicable)" +msgstr "Wie: (indien toepasbaar)" + +#: mod/profiles.php:715 +msgid "Examples: cathy123, Cathy Williams, cathy@example.com" +msgstr "Voorbeelden: Kathleen123, Kathleen Peeters, kathleen@voorbeeld.nl" + +#: mod/profiles.php:716 +msgid "Since [date]:" +msgstr "Sinds [datum]:" + +#: mod/profiles.php:718 +msgid "Tell us about yourself..." +msgstr "Vertel iets over jezelf..." + +#: mod/profiles.php:719 +msgid "XMPP (Jabber) address:" +msgstr "" + +#: mod/profiles.php:719 +msgid "" +"The XMPP address will be propagated to your contacts so that they can follow" +" you." +msgstr "" + +#: mod/profiles.php:720 +msgid "Homepage URL:" +msgstr "Adres tijdlijn:" + +#: mod/profiles.php:721 src/Model/Profile.php:790 +msgid "Hometown:" +msgstr "Woonplaats:" + +#: mod/profiles.php:722 src/Model/Profile.php:798 +msgid "Political Views:" +msgstr "Politieke standpunten:" + +#: mod/profiles.php:723 +msgid "Religious Views:" +msgstr "Geloof:" + +#: mod/profiles.php:724 +msgid "Public Keywords:" +msgstr "Publieke Sleutelwoorden:" + +#: mod/profiles.php:724 +msgid "(Used for suggesting potential friends, can be seen by others)" +msgstr "(Gebruikt om mogelijke vrienden voor te stellen, kan door anderen gezien worden)" + +#: mod/profiles.php:725 +msgid "Private Keywords:" +msgstr "Privé Sleutelwoorden:" + +#: mod/profiles.php:725 +msgid "(Used for searching profiles, never shown to others)" +msgstr "(Gebruikt om profielen te zoeken, nooit aan anderen getoond)" + +#: mod/profiles.php:726 src/Model/Profile.php:814 +msgid "Likes:" +msgstr "Houdt van:" + +#: mod/profiles.php:727 src/Model/Profile.php:818 +msgid "Dislikes:" +msgstr "Houdt niet van:" + +#: mod/profiles.php:728 +msgid "Musical interests" +msgstr "Muzikale interesses" + +#: mod/profiles.php:729 +msgid "Books, literature" +msgstr "Boeken, literatuur" + +#: mod/profiles.php:730 +msgid "Television" +msgstr "Televisie" + +#: mod/profiles.php:731 +msgid "Film/dance/culture/entertainment" +msgstr "Film/dans/cultuur/ontspanning" + +#: mod/profiles.php:732 +msgid "Hobbies/Interests" +msgstr "Hobby's/Interesses" + +#: mod/profiles.php:733 +msgid "Love/romance" +msgstr "Liefde/romance" + +#: mod/profiles.php:734 +msgid "Work/employment" +msgstr "Werk" + +#: mod/profiles.php:735 +msgid "School/education" +msgstr "School/opleiding" + +#: mod/profiles.php:736 +msgid "Contact information and Social Networks" +msgstr "Contactinformatie en sociale netwerken" + +#: mod/profiles.php:767 src/Model/Profile.php:389 +msgid "Profile Image" +msgstr "Profiel afbeelding" + +#: mod/profiles.php:769 src/Model/Profile.php:392 +msgid "visible to everybody" +msgstr "zichtbaar voor iedereen" + +#: mod/profiles.php:776 +msgid "Edit/Manage Profiles" +msgstr "Wijzig/Beheer Profielen" + +#: mod/profiles.php:777 src/Model/Profile.php:379 src/Model/Profile.php:401 +msgid "Change profile photo" +msgstr "Profiel foto wijzigen" + +#: mod/profiles.php:778 src/Model/Profile.php:380 +msgid "Create New Profile" +msgstr "Maak nieuw profiel" + +#: mod/contacts.php:157 +#, php-format +msgid "%d contact edited." +msgid_plural "%d contacts edited." +msgstr[0] "" +msgstr[1] "" + +#: mod/contacts.php:184 mod/contacts.php:400 +msgid "Could not access contact record." +msgstr "Kon geen toegang krijgen tot de contactgegevens" + +#: mod/contacts.php:194 +msgid "Could not locate selected profile." +msgstr "Kon het geselecteerde profiel niet vinden." + +#: mod/contacts.php:228 +msgid "Contact updated." +msgstr "Contact bijgewerkt." + +#: mod/contacts.php:421 +msgid "Contact has been blocked" +msgstr "Contact is geblokkeerd" + +#: mod/contacts.php:421 +msgid "Contact has been unblocked" +msgstr "Contact is gedeblokkeerd" + +#: mod/contacts.php:432 +msgid "Contact has been ignored" +msgstr "Contact wordt genegeerd" + +#: mod/contacts.php:432 +msgid "Contact has been unignored" +msgstr "Contact wordt niet meer genegeerd" + +#: mod/contacts.php:443 +msgid "Contact has been archived" +msgstr "Contact is gearchiveerd" + +#: mod/contacts.php:443 +msgid "Contact has been unarchived" +msgstr "Contact is niet meer gearchiveerd" + +#: mod/contacts.php:467 +msgid "Drop contact" +msgstr "" + +#: mod/contacts.php:470 mod/contacts.php:823 +msgid "Do you really want to delete this contact?" +msgstr "Wil je echt dit contact verwijderen?" + +#: mod/contacts.php:488 +msgid "Contact has been removed." +msgstr "Contact is verwijderd." + +#: mod/contacts.php:519 +#, php-format +msgid "You are mutual friends with %s" +msgstr "Je bent wederzijds bevriend met %s" + +#: mod/contacts.php:523 +#, php-format +msgid "You are sharing with %s" +msgstr "Je deelt met %s" + +#: mod/contacts.php:527 +#, php-format +msgid "%s is sharing with you" +msgstr "%s deelt met jou" + +#: mod/contacts.php:547 +msgid "Private communications are not available for this contact." +msgstr "Privécommunicatie met dit contact is niet beschikbaar." + +#: mod/contacts.php:549 +msgid "Never" +msgstr "Nooit" + +#: mod/contacts.php:552 +msgid "(Update was successful)" +msgstr "(Wijziging is geslaagd)" + +#: mod/contacts.php:552 +msgid "(Update was not successful)" +msgstr "(Wijziging is niet geslaagd)" + +#: mod/contacts.php:554 mod/contacts.php:992 +msgid "Suggest friends" +msgstr "Stel vrienden voor" + +#: mod/contacts.php:558 +#, php-format +msgid "Network type: %s" +msgstr "Netwerk type: %s" + +#: mod/contacts.php:563 +msgid "Communications lost with this contact!" +msgstr "Communicatie met dit contact is verbroken!" + +#: mod/contacts.php:569 +msgid "Fetch further information for feeds" +msgstr "" + +#: mod/contacts.php:571 +msgid "" +"Fetch information like preview pictures, title and teaser from the feed " +"item. You can activate this if the feed doesn't contain much text. Keywords " +"are taken from the meta header in the feed item and are posted as hash tags." +msgstr "" + +#: mod/contacts.php:572 mod/admin.php:1272 mod/admin.php:1435 +#: mod/admin.php:1445 +msgid "Disabled" +msgstr "Uitgeschakeld" + +#: mod/contacts.php:573 +msgid "Fetch information" +msgstr "" + +#: mod/contacts.php:574 +msgid "Fetch keywords" +msgstr "" + +#: mod/contacts.php:575 +msgid "Fetch information and keywords" +msgstr "" + +#: mod/contacts.php:608 +msgid "Contact" +msgstr "" + +#: mod/contacts.php:611 +msgid "Profile Visibility" +msgstr "Zichtbaarheid profiel" + +#: mod/contacts.php:612 +#, php-format +msgid "" +"Please choose the profile you would like to display to %s when viewing your " +"profile securely." +msgstr "Kies het profiel dat getoond moet worden wanneer %s uw profiel bezoekt. " + +#: mod/contacts.php:613 +msgid "Contact Information / Notes" +msgstr "Contactinformatie / aantekeningen" + +#: mod/contacts.php:614 +msgid "Their personal note" +msgstr "" + +#: mod/contacts.php:616 +msgid "Edit contact notes" +msgstr "Wijzig aantekeningen over dit contact" + +#: mod/contacts.php:620 +msgid "Block/Unblock contact" +msgstr "Blokkeer/deblokkeer contact" + +#: mod/contacts.php:621 +msgid "Ignore contact" +msgstr "Negeer contact" + +#: mod/contacts.php:622 +msgid "Repair URL settings" +msgstr "Repareer URL-instellingen" + +#: mod/contacts.php:623 +msgid "View conversations" +msgstr "Toon gesprekken" + +#: mod/contacts.php:628 +msgid "Last update:" +msgstr "Laatste wijziging:" + +#: mod/contacts.php:630 +msgid "Update public posts" +msgstr "Openbare posts aanpassen" + +#: mod/contacts.php:632 mod/contacts.php:1002 +msgid "Update now" +msgstr "Wijzig nu" + +#: mod/contacts.php:637 mod/contacts.php:827 mod/contacts.php:1011 +#: mod/admin.php:485 mod/admin.php:1800 +msgid "Unblock" +msgstr "Blokkering opheffen" + +#: mod/contacts.php:637 mod/contacts.php:827 mod/contacts.php:1011 +#: mod/admin.php:484 mod/admin.php:1799 +msgid "Block" +msgstr "Blokkeren" + +#: mod/contacts.php:638 mod/contacts.php:828 mod/contacts.php:1019 +msgid "Unignore" +msgstr "Negeer niet meer" + +#: mod/contacts.php:642 +msgid "Currently blocked" +msgstr "Op dit moment geblokkeerd" + +#: mod/contacts.php:643 +msgid "Currently ignored" +msgstr "Op dit moment genegeerd" + +#: mod/contacts.php:644 +msgid "Currently archived" +msgstr "Op dit moment gearchiveerd" + +#: mod/contacts.php:645 +msgid "Awaiting connection acknowledge" +msgstr "" + +#: mod/contacts.php:646 +msgid "" +"Replies/likes to your public posts may still be visible" +msgstr "Antwoorden of 'vind ik leuk's op je openbare posts kunnen nog zichtbaar zijn" + +#: mod/contacts.php:647 +msgid "Notification for new posts" +msgstr "Meldingen voor nieuwe berichten" + +#: mod/contacts.php:647 +msgid "Send a notification of every new post of this contact" +msgstr "" + +#: mod/contacts.php:650 +msgid "Blacklisted keywords" +msgstr "" + +#: mod/contacts.php:650 +msgid "" +"Comma separated list of keywords that should not be converted to hashtags, " +"when \"Fetch information and keywords\" is selected" +msgstr "" + +#: mod/contacts.php:662 src/Model/Profile.php:424 +msgid "XMPP:" +msgstr "" + +#: mod/contacts.php:667 +msgid "Actions" +msgstr "" + +#: mod/contacts.php:669 mod/contacts.php:855 src/Content/Nav.php:100 +#: src/Model/Profile.php:888 view/theme/frio/theme.php:259 +msgid "Status" +msgstr "Tijdlijn" + +#: mod/contacts.php:670 +msgid "Contact Settings" +msgstr "" + +#: mod/contacts.php:711 +msgid "Suggestions" +msgstr "Voorstellen" + +#: mod/contacts.php:714 +msgid "Suggest potential friends" +msgstr "Stel vrienden voor" + +#: mod/contacts.php:722 +msgid "Show all contacts" +msgstr "Toon alle contacten" + +#: mod/contacts.php:727 +msgid "Unblocked" +msgstr "Niet geblokkeerd" + +#: mod/contacts.php:730 +msgid "Only show unblocked contacts" +msgstr "Toon alleen niet-geblokkeerde contacten" + +#: mod/contacts.php:735 +msgid "Blocked" +msgstr "Geblokkeerd" + +#: mod/contacts.php:738 +msgid "Only show blocked contacts" +msgstr "Toon alleen geblokkeerde contacten" + +#: mod/contacts.php:743 +msgid "Ignored" +msgstr "Genegeerd" + +#: mod/contacts.php:746 +msgid "Only show ignored contacts" +msgstr "Toon alleen genegeerde contacten" + +#: mod/contacts.php:751 +msgid "Archived" +msgstr "Gearchiveerd" + +#: mod/contacts.php:754 +msgid "Only show archived contacts" +msgstr "Toon alleen gearchiveerde contacten" + +#: mod/contacts.php:759 +msgid "Hidden" +msgstr "Verborgen" + +#: mod/contacts.php:762 +msgid "Only show hidden contacts" +msgstr "Toon alleen verborgen contacten" + +#: mod/contacts.php:818 +msgid "Search your contacts" +msgstr "Doorzoek je contacten" + +#: mod/contacts.php:826 mod/settings.php:170 mod/settings.php:701 +msgid "Update" +msgstr "Wijzigen" + +#: mod/contacts.php:829 mod/contacts.php:1027 +msgid "Archive" +msgstr "Archiveer" + +#: mod/contacts.php:829 mod/contacts.php:1027 +msgid "Unarchive" +msgstr "Archiveer niet meer" + +#: mod/contacts.php:832 +msgid "Batch Actions" +msgstr "" + +#: mod/contacts.php:866 src/Model/Profile.php:899 +msgid "Profile Details" +msgstr "Profieldetails" + +#: mod/contacts.php:878 +msgid "View all contacts" +msgstr "Alle contacten zien" + +#: mod/contacts.php:889 +msgid "View all common friends" +msgstr "" + +#: mod/contacts.php:898 +msgid "Advanced Contact Settings" +msgstr "Geavanceerde instellingen voor contacten" + +#: mod/contacts.php:930 +msgid "Mutual Friendship" +msgstr "Wederzijdse vriendschap" + +#: mod/contacts.php:934 +msgid "is a fan of yours" +msgstr "Is een fan van jou" + +#: mod/contacts.php:938 +msgid "you are a fan of" +msgstr "Jij bent een fan van" + +#: mod/contacts.php:1013 +msgid "Toggle Blocked status" +msgstr "Schakel geblokkeerde status" + +#: mod/contacts.php:1021 +msgid "Toggle Ignored status" +msgstr "Schakel negeerstatus" + +#: mod/contacts.php:1029 +msgid "Toggle Archive status" +msgstr "Schakel archiveringsstatus" + +#: mod/contacts.php:1037 +msgid "Delete contact" +msgstr "Verwijder contact" + +#: mod/_tos.php:48 mod/register.php:288 mod/admin.php:188 mod/admin.php:302 +#: src/Module/Tos.php:48 +msgid "Terms of Service" +msgstr "" + +#: mod/_tos.php:51 src/Module/Tos.php:51 +msgid "Privacy Statement" +msgstr "" + +#: mod/_tos.php:52 src/Module/Tos.php:52 +msgid "" +"At the time of registration, and for providing communications between the " +"user account and their contacts, the user has to provide a display name (pen" +" name), an username (nickname) and a working email address. The names will " +"be accessible on the profile page of the account by any visitor of the page," +" even if other profile details are not displayed. The email address will " +"only be used to send the user notifications about interactions, but wont be " +"visibly displayed. The listing of an account in the node's user directory or" +" the global user directory is optional and can be controlled in the user " +"settings, it is not necessary for communication." +msgstr "" + +#: mod/_tos.php:53 src/Module/Tos.php:53 +#, php-format +msgid "" +"At any point in time a logged in user can export their account data from the" +" account settings. If the user wants " +"to delete their account they can do so at %1$s/removeme. The deletion of the account will " +"be permanent." +msgstr "" + +#: mod/friendica.php:77 +msgid "This is Friendica, version" +msgstr "Dit is Friendica, versie" + +#: mod/friendica.php:78 +msgid "running at web location" +msgstr "draaiend op web-adres" + +#: mod/friendica.php:82 +msgid "" +"Please visit Friendi.ca to learn more " +"about the Friendica project." +msgstr "" + +#: mod/friendica.php:86 +msgid "Bug reports and issues: please visit" +msgstr "Bug rapporten en problemen: bezoek" + +#: mod/friendica.php:86 +msgid "the bugtracker at github" +msgstr "" + +#: mod/friendica.php:89 +msgid "" +"Suggestions, praise, donations, etc. - please email \"Info\" at Friendica - " +"dot com" +msgstr "Suggesties, lof, donaties, enzovoort - stuur een e-mail naar \"info\" op Friendica - dot com" + +#: mod/friendica.php:103 +msgid "Installed addons/apps:" +msgstr "" + +#: mod/friendica.php:117 +msgid "No installed addons/apps" +msgstr "" + +#: mod/friendica.php:122 +#, php-format +msgid "Read about the Terms of Service of this node." +msgstr "" + +#: mod/friendica.php:127 +msgid "On this server the following remote servers are blocked." +msgstr "" + +#: mod/friendica.php:128 mod/admin.php:354 mod/admin.php:372 +msgid "Reason for the block" +msgstr "" + +#: mod/lostpass.php:27 +msgid "No valid account found." +msgstr "Geen geldige account gevonden." + +#: mod/lostpass.php:39 +msgid "Password reset request issued. Check your email." +msgstr "Verzoek om wachtwoord opnieuw in te stellen werd verstuurd. Kijk uw e-mail na." + +#: mod/lostpass.php:45 +#, php-format +msgid "" +"\n" +"\t\tDear %1$s,\n" +"\t\t\tA request was recently received at \"%2$s\" to reset your account\n" +"\t\tpassword. In order to confirm this request, please select the verification link\n" +"\t\tbelow or paste it into your web browser address bar.\n" +"\n" +"\t\tIf you did NOT request this change, please DO NOT follow the link\n" +"\t\tprovided and ignore and/or delete this email, the request will expire shortly.\n" +"\n" +"\t\tYour password will not be changed unless we can verify that you\n" +"\t\tissued this request." +msgstr "" + +#: mod/lostpass.php:56 +#, php-format +msgid "" +"\n" +"\t\tFollow this link soon to verify your identity:\n" +"\n" +"\t\t%1$s\n" +"\n" +"\t\tYou will then receive a follow-up message containing the new password.\n" +"\t\tYou may change that password from your account settings page after logging in.\n" +"\n" +"\t\tThe login details are as follows:\n" +"\n" +"\t\tSite Location:\t%2$s\n" +"\t\tLogin Name:\t%3$s" +msgstr "" + +#: mod/lostpass.php:73 +#, php-format +msgid "Password reset requested at %s" +msgstr "Op %s werd gevraagd je wachtwoord opnieuw in te stellen" + +#: mod/lostpass.php:89 +msgid "" +"Request could not be verified. (You may have previously submitted it.) " +"Password reset failed." +msgstr "Verzoek kon niet geverifieerd worden. (Misschien heb je het voordien al ingediend.) Wachtwoord niet opnieuw ingesteld." + +#: mod/lostpass.php:102 +msgid "Request has expired, please make a new one." +msgstr "" + +#: mod/lostpass.php:117 +msgid "Forgot your Password?" +msgstr "Wachtwoord vergeten?" + +#: mod/lostpass.php:118 +msgid "" +"Enter your email address and submit to have your password reset. Then check " +"your email for further instructions." +msgstr "Voer je e-mailadres in en verstuur het om je wachtwoord opnieuw in te stellen. Kijk dan je e-mail na voor verdere instructies." + +#: mod/lostpass.php:119 src/Module/Login.php:314 +msgid "Nickname or Email: " +msgstr "Bijnaam of e-mail:" + +#: mod/lostpass.php:120 +msgid "Reset" +msgstr "Opnieuw" + +#: mod/lostpass.php:136 src/Module/Login.php:326 +msgid "Password Reset" +msgstr "Wachtwoord opnieuw instellen" + +#: mod/lostpass.php:137 +msgid "Your password has been reset as requested." +msgstr "Je wachtwoord is opnieuw ingesteld zoals gevraagd." + +#: mod/lostpass.php:138 +msgid "Your new password is" +msgstr "Je nieuwe wachtwoord is" + +#: mod/lostpass.php:139 +msgid "Save or copy your new password - and then" +msgstr "Bewaar of kopieer je nieuw wachtwoord - en dan" + +#: mod/lostpass.php:140 +msgid "click here to login" +msgstr "klik hier om in te loggen" + +#: mod/lostpass.php:141 +msgid "" +"Your password may be changed from the Settings page after " +"successful login." +msgstr "Je kunt dit wachtwoord veranderen nadat je bent ingelogd op de Instellingen> pagina." + +#: mod/lostpass.php:149 +#, php-format +msgid "" +"\n" +"\t\t\tDear %1$s,\n" +"\t\t\t\tYour password has been changed as requested. Please retain this\n" +"\t\t\tinformation for your records (or change your password immediately to\n" +"\t\t\tsomething that you will remember).\n" +"\t\t" +msgstr "" + +#: mod/lostpass.php:155 +#, php-format +msgid "" +"\n" +"\t\t\tYour login details are as follows:\n" +"\n" +"\t\t\tSite Location:\t%1$s\n" +"\t\t\tLogin Name:\t%2$s\n" +"\t\t\tPassword:\t%3$s\n" +"\n" +"\t\t\tYou may change that password from your account settings page after logging in.\n" +"\t\t" +msgstr "" + +#: mod/lostpass.php:169 +#, php-format +msgid "Your password has been changed at %s" +msgstr "Je wachtwoord is veranderd op %s" + +#: mod/register.php:99 +msgid "" +"Registration successful. Please check your email for further instructions." +msgstr "Registratie geslaagd. Kijk je e-mail na voor verdere instructies." + +#: mod/register.php:103 +#, php-format +msgid "" +"Failed to send email message. Here your accout details:
    login: %s
    " +"password: %s

    You can change your password after login." +msgstr "" + +#: mod/register.php:110 +msgid "Registration successful." +msgstr "" + +#: mod/register.php:115 +msgid "Your registration can not be processed." +msgstr "Je registratie kan niet verwerkt worden." + +#: mod/register.php:162 +msgid "Your registration is pending approval by the site owner." +msgstr "Jouw registratie wacht op goedkeuring van de beheerder." + +#: mod/register.php:220 +msgid "" +"You may (optionally) fill in this form via OpenID by supplying your OpenID " +"and clicking 'Register'." +msgstr "Je kunt (optioneel) dit formulier invullen via OpenID door je OpenID in te geven en op 'Registreren' te klikken." + +#: mod/register.php:221 +msgid "" +"If you are not familiar with OpenID, please leave that field blank and fill " +"in the rest of the items." +msgstr "Laat dit veld leeg als je niet vertrouwd bent met OpenID, en vul de rest van de items in." + +#: mod/register.php:222 +msgid "Your OpenID (optional): " +msgstr "Je OpenID (optioneel):" + +#: mod/register.php:234 +msgid "Include your profile in member directory?" +msgstr "Je profiel in de ledengids opnemen?" + +#: mod/register.php:259 +msgid "Note for the admin" +msgstr "" + +#: mod/register.php:259 +msgid "Leave a message for the admin, why you want to join this node" +msgstr "" + +#: mod/register.php:260 +msgid "Membership on this site is by invitation only." +msgstr "Lidmaatschap van deze website is uitsluitend op uitnodiging." + +#: mod/register.php:261 +msgid "Your invitation code: " +msgstr "" + +#: mod/register.php:264 mod/admin.php:1348 +msgid "Registration" +msgstr "Registratie" + +#: mod/register.php:270 +msgid "Your Full Name (e.g. Joe Smith, real or real-looking): " +msgstr "" + +#: mod/register.php:271 +msgid "" +"Your Email Address: (Initial information will be send there, so this has to " +"be an existing address.)" +msgstr "" + +#: mod/register.php:273 mod/settings.php:1201 +msgid "New Password:" +msgstr "Nieuw Wachtwoord:" + +#: mod/register.php:273 +msgid "Leave empty for an auto generated password." +msgstr "" + +#: mod/register.php:274 mod/settings.php:1202 +msgid "Confirm:" +msgstr "Bevestig:" + +#: mod/register.php:275 +#, php-format +msgid "" +"Choose a profile nickname. This must begin with a text character. Your " +"profile address on this site will then be 'nickname@%s'." +msgstr "" + +#: mod/register.php:276 +msgid "Choose a nickname: " +msgstr "Kies een bijnaam:" + +#: mod/register.php:279 src/Content/Nav.php:128 src/Module/Login.php:283 +msgid "Register" +msgstr "Registreer" + +#: mod/register.php:286 +msgid "Import your profile to this friendica instance" +msgstr "" + +#: mod/admin.php:106 msgid "Theme settings updated." msgstr "Thema-instellingen aangepast." -#: mod/admin.php:156 mod/admin.php:954 -msgid "Site" -msgstr "Website" +#: mod/admin.php:179 src/Content/Nav.php:174 +msgid "Information" +msgstr "Informatie" -#: mod/admin.php:157 mod/admin.php:898 mod/admin.php:1404 mod/admin.php:1420 -msgid "Users" -msgstr "Gebruiker" - -#: mod/admin.php:159 mod/admin.php:1780 mod/admin.php:1830 -msgid "Themes" -msgstr "Thema's" - -#: mod/admin.php:161 -msgid "DB updates" -msgstr "DB aanpassingen" - -#: mod/admin.php:162 mod/admin.php:406 -msgid "Inspect Queue" +#: mod/admin.php:180 +msgid "Overview" msgstr "" -#: mod/admin.php:163 mod/admin.php:372 +#: mod/admin.php:181 mod/admin.php:718 msgid "Federation Statistics" msgstr "" -#: mod/admin.php:177 mod/admin.php:188 mod/admin.php:1904 -msgid "Logs" -msgstr "Logs" - -#: mod/admin.php:178 mod/admin.php:1972 -msgid "View Logs" +#: mod/admin.php:182 +msgid "Configuration" msgstr "" -#: mod/admin.php:179 -msgid "probe address" +#: mod/admin.php:183 mod/admin.php:1345 +msgid "Site" +msgstr "Website" + +#: mod/admin.php:184 mod/admin.php:1273 mod/admin.php:1788 mod/admin.php:1804 +msgid "Users" +msgstr "Gebruiker" + +#: mod/admin.php:185 mod/admin.php:1904 mod/admin.php:1964 mod/settings.php:86 +msgid "Addons" msgstr "" -#: mod/admin.php:180 -msgid "check webfinger" -msgstr "" +#: mod/admin.php:186 mod/admin.php:2173 mod/admin.php:2217 +msgid "Themes" +msgstr "Thema's" -#: mod/admin.php:187 -msgid "Plugin Features" -msgstr "Plugin Functies" +#: mod/admin.php:187 mod/settings.php:64 +msgid "Additional features" +msgstr "Extra functies" #: mod/admin.php:189 -msgid "diagnostics" +msgid "Database" msgstr "" #: mod/admin.php:190 +msgid "DB updates" +msgstr "DB aanpassingen" + +#: mod/admin.php:191 mod/admin.php:753 +msgid "Inspect Queue" +msgstr "" + +#: mod/admin.php:192 +msgid "Tools" +msgstr "" + +#: mod/admin.php:193 +msgid "Contact Blocklist" +msgstr "" + +#: mod/admin.php:194 mod/admin.php:362 +msgid "Server Blocklist" +msgstr "" + +#: mod/admin.php:195 mod/admin.php:521 +msgid "Delete Item" +msgstr "" + +#: mod/admin.php:196 mod/admin.php:197 mod/admin.php:2291 +msgid "Logs" +msgstr "Logs" + +#: mod/admin.php:198 mod/admin.php:2358 +msgid "View Logs" +msgstr "" + +#: mod/admin.php:200 +msgid "Diagnostics" +msgstr "" + +#: mod/admin.php:201 +msgid "PHP Info" +msgstr "" + +#: mod/admin.php:202 +msgid "probe address" +msgstr "" + +#: mod/admin.php:203 +msgid "check webfinger" +msgstr "" + +#: mod/admin.php:222 src/Content/Nav.php:217 +msgid "Admin" +msgstr "Beheer" + +#: mod/admin.php:223 +msgid "Addon Features" +msgstr "" + +#: mod/admin.php:224 msgid "User registrations waiting for confirmation" msgstr "Gebruikersregistraties wachten op bevestiging" -#: mod/admin.php:306 -msgid "unknown" +#: mod/admin.php:301 mod/admin.php:361 mod/admin.php:478 mod/admin.php:520 +#: mod/admin.php:717 mod/admin.php:752 mod/admin.php:848 mod/admin.php:1344 +#: mod/admin.php:1787 mod/admin.php:1903 mod/admin.php:1963 mod/admin.php:2172 +#: mod/admin.php:2216 mod/admin.php:2290 mod/admin.php:2357 +msgid "Administration" +msgstr "Beheer" + +#: mod/admin.php:303 +msgid "Display Terms of Service" +msgstr "" + +#: mod/admin.php:303 +msgid "" +"Enable the Terms of Service page. If this is enabled a link to the terms " +"will be added to the registration form and the general information page." +msgstr "" + +#: mod/admin.php:304 +msgid "Display Privacy Statement" +msgstr "" + +#: mod/admin.php:304 +#, php-format +msgid "" +"Show some informations regarding the needed information to operate the node " +"according e.g. to EU-GDPR." +msgstr "" + +#: mod/admin.php:305 +msgid "The Terms of Service" +msgstr "" + +#: mod/admin.php:305 +msgid "" +"Enter the Terms of Service for your node here. You can use BBCode. Headers " +"of sections should be [h2] and below." +msgstr "" + +#: mod/admin.php:353 +msgid "The blocked domain" +msgstr "" + +#: mod/admin.php:354 mod/admin.php:367 +msgid "The reason why you blocked this domain." +msgstr "" + +#: mod/admin.php:355 +msgid "Delete domain" +msgstr "" + +#: mod/admin.php:355 +msgid "Check to delete this entry from the blocklist" +msgstr "" + +#: mod/admin.php:363 +msgid "" +"This page can be used to define a black list of servers from the federated " +"network that are not allowed to interact with your node. For all entered " +"domains you should also give a reason why you have blocked the remote " +"server." +msgstr "" + +#: mod/admin.php:364 +msgid "" +"The list of blocked servers will be made publically available on the " +"/friendica page so that your users and people investigating communication " +"problems can find the reason easily." msgstr "" #: mod/admin.php:365 +msgid "Add new entry to block list" +msgstr "" + +#: mod/admin.php:366 +msgid "Server Domain" +msgstr "" + +#: mod/admin.php:366 +msgid "" +"The domain of the new server to add to the block list. Do not include the " +"protocol." +msgstr "" + +#: mod/admin.php:367 +msgid "Block reason" +msgstr "" + +#: mod/admin.php:368 +msgid "Add Entry" +msgstr "" + +#: mod/admin.php:369 +msgid "Save changes to the blocklist" +msgstr "" + +#: mod/admin.php:370 +msgid "Current Entries in the Blocklist" +msgstr "" + +#: mod/admin.php:373 +msgid "Delete entry from blocklist" +msgstr "" + +#: mod/admin.php:376 +msgid "Delete entry from blocklist?" +msgstr "" + +#: mod/admin.php:402 +msgid "Server added to blocklist." +msgstr "" + +#: mod/admin.php:418 +msgid "Site blocklist updated." +msgstr "" + +#: mod/admin.php:441 src/Core/Console/GlobalCommunityBlock.php:72 +msgid "The contact has been blocked from the node" +msgstr "" + +#: mod/admin.php:443 src/Core/Console/GlobalCommunityBlock.php:69 +#, php-format +msgid "Could not find any contact entry for this URL (%s)" +msgstr "" + +#: mod/admin.php:450 +#, php-format +msgid "%s contact unblocked" +msgid_plural "%s contacts unblocked" +msgstr[0] "" +msgstr[1] "" + +#: mod/admin.php:479 +msgid "Remote Contact Blocklist" +msgstr "" + +#: mod/admin.php:480 +msgid "" +"This page allows you to prevent any message from a remote contact to reach " +"your node." +msgstr "" + +#: mod/admin.php:481 +msgid "Block Remote Contact" +msgstr "" + +#: mod/admin.php:482 mod/admin.php:1790 +msgid "select all" +msgstr "Alles selecteren" + +#: mod/admin.php:483 +msgid "select none" +msgstr "" + +#: mod/admin.php:486 +msgid "No remote contact is blocked from this node." +msgstr "" + +#: mod/admin.php:488 +msgid "Blocked Remote Contacts" +msgstr "" + +#: mod/admin.php:489 +msgid "Block New Remote Contact" +msgstr "" + +#: mod/admin.php:490 +msgid "Photo" +msgstr "" + +#: mod/admin.php:498 +#, php-format +msgid "%s total blocked contact" +msgid_plural "%s total blocked contacts" +msgstr[0] "" +msgstr[1] "" + +#: mod/admin.php:500 +msgid "URL of the remote contact to block." +msgstr "" + +#: mod/admin.php:522 +msgid "Delete this Item" +msgstr "" + +#: mod/admin.php:523 +msgid "" +"On this page you can delete an item from your node. If the item is a top " +"level posting, the entire thread will be deleted." +msgstr "" + +#: mod/admin.php:524 +msgid "" +"You need to know the GUID of the item. You can find it e.g. by looking at " +"the display URL. The last part of http://example.com/display/123456 is the " +"GUID, here 123456." +msgstr "" + +#: mod/admin.php:525 +msgid "GUID" +msgstr "" + +#: mod/admin.php:525 +msgid "The GUID of the item you want to delete." +msgstr "" + +#: mod/admin.php:564 +msgid "Item marked for deletion." +msgstr "" + +#: mod/admin.php:635 +msgid "unknown" +msgstr "" + +#: mod/admin.php:711 msgid "" "This page offers you some numbers to the known part of the federated social " "network your Friendica node is part of. These numbers are not complete but " "only reflect the part of the network your node is aware of." msgstr "" -#: mod/admin.php:366 +#: mod/admin.php:712 msgid "" "The Auto Discovered Contact Directory feature is not enabled, it " "will improve the data displayed here." msgstr "" -#: mod/admin.php:371 mod/admin.php:405 mod/admin.php:484 mod/admin.php:953 -#: mod/admin.php:1403 mod/admin.php:1521 mod/admin.php:1581 mod/admin.php:1779 -#: mod/admin.php:1829 mod/admin.php:1903 mod/admin.php:1971 -msgid "Administration" -msgstr "Beheer" - -#: mod/admin.php:378 +#: mod/admin.php:724 #, php-format -msgid "Currently this node is aware of %d nodes from the following platforms:" +msgid "" +"Currently this node is aware of %d nodes with %d registered users from the " +"following platforms:" msgstr "" -#: mod/admin.php:408 +#: mod/admin.php:755 msgid "ID" msgstr "ID" -#: mod/admin.php:409 +#: mod/admin.php:756 msgid "Recipient Name" msgstr "" -#: mod/admin.php:410 +#: mod/admin.php:757 msgid "Recipient Profile" msgstr "" -#: mod/admin.php:412 +#: mod/admin.php:758 src/Core/NotificationsManager.php:178 +#: src/Content/Nav.php:178 view/theme/frio/theme.php:266 +msgid "Network" +msgstr "Netwerk" + +#: mod/admin.php:759 msgid "Created" msgstr "" -#: mod/admin.php:413 +#: mod/admin.php:760 msgid "Last Tried" msgstr "" -#: mod/admin.php:414 +#: mod/admin.php:761 msgid "" "This page lists the content of the queue for outgoing postings. These are " "postings the initial delivery failed for. They will be resend later and " "eventually deleted if the delivery fails permanently." msgstr "" -#: mod/admin.php:439 +#: mod/admin.php:785 #, php-format msgid "" "Your DB still runs with MyISAM tables. You should change the engine type to " "InnoDB. As Friendica will use InnoDB only features in the future, you should" " change this! See here for a guide that may be helpful " -"converting the table engines. You may also use the " -"convert_innodb.sql in the /util directory of your " -"Friendica installation.
    " +"converting the table engines. You may also use the command php " +"bin/console.php dbstructure toinnodb of your Friendica installation for" +" an automatic conversion.
    " msgstr "" -#: mod/admin.php:444 +#: mod/admin.php:792 +#, php-format msgid "" -"You are using a MySQL version which does not support all features that " -"Friendica uses. You should consider switching to MariaDB." +"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:448 mod/admin.php:1352 +#: mod/admin.php:802 +msgid "" +"The database update failed. Please run \"php bin/console.php dbstructure " +"update\" from the command line and have a look at the errors that might " +"appear." +msgstr "" + +#: mod/admin.php:808 +msgid "The worker was never executed. Please check your database structure!" +msgstr "" + +#: mod/admin.php:811 +#, php-format +msgid "" +"The last worker execution was on %s UTC. This is older than one hour. Please" +" check your crontab settings." +msgstr "" + +#: mod/admin.php:816 mod/admin.php:1739 msgid "Normal Account" msgstr "Normaal account" -#: mod/admin.php:449 mod/admin.php:1353 -msgid "Soapbox Account" -msgstr "Zeepkist-account" +#: mod/admin.php:817 mod/admin.php:1740 +msgid "Automatic Follower Account" +msgstr "" -#: mod/admin.php:450 mod/admin.php:1354 -msgid "Community/Celebrity Account" -msgstr "Account voor een groep/forum of beroemdheid" +#: mod/admin.php:818 mod/admin.php:1741 +msgid "Public Forum Account" +msgstr "" -#: mod/admin.php:451 mod/admin.php:1355 +#: mod/admin.php:819 mod/admin.php:1742 msgid "Automatic Friend Account" msgstr "Automatisch Vriendschapsaccount" -#: mod/admin.php:452 +#: mod/admin.php:820 msgid "Blog Account" msgstr "Blog Account" -#: mod/admin.php:453 -msgid "Private Forum" -msgstr "Privéforum/-groep" +#: mod/admin.php:821 +msgid "Private Forum Account" +msgstr "" -#: mod/admin.php:479 +#: mod/admin.php:843 msgid "Message queues" msgstr "Bericht-wachtrijen" -#: mod/admin.php:485 +#: mod/admin.php:849 msgid "Summary" msgstr "Samenvatting" -#: mod/admin.php:488 +#: mod/admin.php:851 msgid "Registered users" msgstr "Geregistreerde gebruikers" -#: mod/admin.php:490 +#: mod/admin.php:853 msgid "Pending registrations" msgstr "Registraties die in de wacht staan" -#: mod/admin.php:491 +#: mod/admin.php:854 msgid "Version" msgstr "Versie" -#: mod/admin.php:496 -msgid "Active plugins" -msgstr "Actieve plug-ins" +#: mod/admin.php:859 +msgid "Active addons" +msgstr "" -#: mod/admin.php:521 +#: mod/admin.php:890 msgid "Can not parse base url. Must have at least ://" msgstr "" -#: mod/admin.php:826 -msgid "RINO2 needs mcrypt php extension to work." -msgstr "" - -#: mod/admin.php:834 +#: mod/admin.php:1209 msgid "Site settings updated." msgstr "Site instellingen gewijzigd." -#: mod/admin.php:881 +#: mod/admin.php:1236 mod/settings.php:905 +msgid "No special theme for mobile devices" +msgstr "Geen speciaal thema voor mobiele apparaten" + +#: mod/admin.php:1265 msgid "No community page" msgstr "" -#: mod/admin.php:882 +#: mod/admin.php:1266 msgid "Public postings from users of this site" msgstr "" -#: mod/admin.php:883 -msgid "Global community page" +#: mod/admin.php:1267 +msgid "Public postings from the federated network" msgstr "" -#: mod/admin.php:888 mod/contacts.php:530 -msgid "Never" -msgstr "Nooit" - -#: mod/admin.php:889 -msgid "At post arrival" +#: mod/admin.php:1268 +msgid "Public postings from local users and the federated network" msgstr "" -#: mod/admin.php:897 mod/contacts.php:557 -msgid "Disabled" -msgstr "Uitgeschakeld" - -#: mod/admin.php:899 +#: mod/admin.php:1274 msgid "Users, Global Contacts" msgstr "" -#: mod/admin.php:900 +#: mod/admin.php:1275 msgid "Users, Global Contacts/fallback" msgstr "" -#: mod/admin.php:904 +#: mod/admin.php:1279 msgid "One month" msgstr "" -#: mod/admin.php:905 +#: mod/admin.php:1280 msgid "Three months" msgstr "" -#: mod/admin.php:906 +#: mod/admin.php:1281 msgid "Half a year" msgstr "" -#: mod/admin.php:907 +#: mod/admin.php:1282 msgid "One year" msgstr "" -#: mod/admin.php:912 +#: mod/admin.php:1287 msgid "Multi user instance" msgstr "Server voor meerdere gebruikers" -#: mod/admin.php:935 +#: mod/admin.php:1310 msgid "Closed" msgstr "Gesloten" -#: mod/admin.php:936 +#: mod/admin.php:1311 msgid "Requires approval" msgstr "Toestemming vereist" -#: mod/admin.php:937 +#: mod/admin.php:1312 msgid "Open" msgstr "Open" -#: mod/admin.php:941 +#: mod/admin.php:1316 msgid "No SSL policy, links will track page SSL state" msgstr "Geen SSL beleid, links zullen SSL status van pagina volgen" -#: mod/admin.php:942 +#: mod/admin.php:1317 msgid "Force all links to use SSL" msgstr "Verplicht alle links om SSL te gebruiken" -#: mod/admin.php:943 +#: mod/admin.php:1318 msgid "Self-signed certificate, use SSL for local links only (discouraged)" msgstr "Zelf-ondertekend certificaat, gebruik SSL alleen voor lokale links (afgeraden)" -#: mod/admin.php:957 +#: mod/admin.php:1322 +msgid "Don't check" +msgstr "" + +#: mod/admin.php:1323 +msgid "check the stable version" +msgstr "" + +#: mod/admin.php:1324 +msgid "check the development version" +msgstr "" + +#: mod/admin.php:1347 +msgid "Republish users to directory" +msgstr "" + +#: mod/admin.php:1349 msgid "File upload" msgstr "Uploaden bestand" -#: mod/admin.php:958 +#: mod/admin.php:1350 msgid "Policies" msgstr "Beleid" -#: mod/admin.php:960 +#: mod/admin.php:1352 msgid "Auto Discovered Contact Directory" msgstr "" -#: mod/admin.php:961 +#: mod/admin.php:1353 msgid "Performance" msgstr "Performantie" -#: mod/admin.php:962 +#: mod/admin.php:1354 msgid "Worker" msgstr "" -#: mod/admin.php:963 +#: mod/admin.php:1355 +msgid "Message Relay" +msgstr "" + +#: mod/admin.php:1356 msgid "" "Relocate - WARNING: advanced function. Could make this server unreachable." msgstr "" -#: mod/admin.php:966 +#: mod/admin.php:1359 msgid "Site name" msgstr "Site naam" -#: mod/admin.php:967 +#: mod/admin.php:1360 msgid "Host name" msgstr "" -#: mod/admin.php:968 +#: mod/admin.php:1361 msgid "Sender Email" msgstr "" -#: mod/admin.php:968 +#: mod/admin.php:1361 msgid "" "The email address your server shall use to send notification emails from." msgstr "" -#: mod/admin.php:969 +#: mod/admin.php:1362 msgid "Banner/Logo" msgstr "Banner/Logo" -#: mod/admin.php:970 +#: mod/admin.php:1363 msgid "Shortcut icon" msgstr "" -#: mod/admin.php:970 +#: mod/admin.php:1363 msgid "Link to an icon that will be used for browsers." msgstr "" -#: mod/admin.php:971 +#: mod/admin.php:1364 msgid "Touch icon" -msgstr "" +msgstr "Pictogram voor smartphones" -#: mod/admin.php:971 +#: mod/admin.php:1364 msgid "Link to an icon that will be used for tablets and mobiles." msgstr "" -#: mod/admin.php:972 +#: mod/admin.php:1365 msgid "Additional Info" msgstr "" -#: mod/admin.php:972 +#: mod/admin.php:1365 #, php-format msgid "" "For public servers: you can add additional information here that will be " -"listed at %s/siteinfo." +"listed at %s/servers." msgstr "" -#: mod/admin.php:973 +#: mod/admin.php:1366 msgid "System language" msgstr "Systeemtaal" -#: mod/admin.php:974 +#: mod/admin.php:1367 msgid "System theme" msgstr "Systeem thema" -#: mod/admin.php:974 +#: mod/admin.php:1367 msgid "" "Default system theme - may be over-ridden by user profiles - change theme settings" msgstr "Standaard systeem thema - kan door gebruikersprofielen veranderd worden - verander thema instellingen" -#: mod/admin.php:975 +#: mod/admin.php:1368 msgid "Mobile system theme" msgstr "Mobiel systeem thema" -#: mod/admin.php:975 +#: mod/admin.php:1368 msgid "Theme for mobile devices" msgstr "Thema voor mobiele apparaten" -#: mod/admin.php:976 +#: mod/admin.php:1369 msgid "SSL link policy" msgstr "Beleid SSL-links" -#: mod/admin.php:976 +#: mod/admin.php:1369 msgid "Determines whether generated links should be forced to use SSL" msgstr "Bepaald of gegenereerde verwijzingen verplicht SSL moeten gebruiken" -#: mod/admin.php:977 +#: mod/admin.php:1370 msgid "Force SSL" msgstr "" -#: mod/admin.php:977 +#: mod/admin.php:1370 msgid "" "Force all Non-SSL requests to SSL - Attention: on some systems it could lead" " to endless loops." msgstr "" -#: mod/admin.php:978 -msgid "Old style 'Share'" -msgstr "" - -#: mod/admin.php:978 -msgid "Deactivates the bbcode element 'share' for repeating items." -msgstr "" - -#: mod/admin.php:979 +#: mod/admin.php:1371 msgid "Hide help entry from navigation menu" msgstr "Verberg de 'help' uit het navigatiemenu" -#: mod/admin.php:979 +#: mod/admin.php:1371 msgid "" "Hides the menu entry for the Help pages from the navigation menu. You can " "still access it calling /help directly." msgstr "Verbergt het menu-item voor de Help pagina's uit het navigatiemenu. Je kunt ze nog altijd vinden door /help direct in te geven." -#: mod/admin.php:980 +#: mod/admin.php:1372 msgid "Single user instance" msgstr "Server voor één gebruiker" -#: mod/admin.php:980 +#: mod/admin.php:1372 msgid "Make this instance multi-user or single-user for the named user" msgstr "Stel deze server in voor meerdere gebruikers, of enkel voor de geselecteerde gebruiker." -#: mod/admin.php:981 +#: mod/admin.php:1373 msgid "Maximum image size" msgstr "Maximum afbeeldingsgrootte" -#: mod/admin.php:981 +#: mod/admin.php:1373 msgid "" "Maximum size in bytes of uploaded images. Default is 0, which means no " "limits." msgstr "Maximum afmeting in bytes van afbeeldingen. Standaard is 0, dus geen beperking." -#: mod/admin.php:982 +#: mod/admin.php:1374 msgid "Maximum image length" msgstr "Maximum afbeeldingslengte" -#: mod/admin.php:982 +#: mod/admin.php:1374 msgid "" "Maximum length in pixels of the longest side of uploaded images. Default is " "-1, which means no limits." msgstr "Maximum lengte in pixels van de langste kant van afbeeldingen. Standaard is -1, dus geen beperkingen." -#: mod/admin.php:983 +#: mod/admin.php:1375 msgid "JPEG image quality" msgstr "JPEG afbeeldingskwaliteit" -#: mod/admin.php:983 +#: mod/admin.php:1375 msgid "" "Uploaded JPEGS will be saved at this quality setting [0-100]. Default is " "100, which is full quality." msgstr "JPEGS zullen met deze kwaliteitsinstelling bewaard worden [0-100]. Standaard is 100, dit is volledige kwaliteit." -#: mod/admin.php:985 +#: mod/admin.php:1377 msgid "Register policy" msgstr "Registratiebeleid" -#: mod/admin.php:986 +#: mod/admin.php:1378 msgid "Maximum Daily Registrations" msgstr "Maximum aantal registraties per dag" -#: mod/admin.php:986 +#: mod/admin.php:1378 msgid "" "If registration is permitted above, this sets the maximum number of new user" " registrations to accept per day. If register is set to closed, this " "setting has no effect." msgstr "Als registratie hierboven is toegelaten, zet dit het maximum aantal registraties van nieuwe gebruikers per dag. Als registratie niet is toegelaten heeft deze instelling geen effect." -#: mod/admin.php:987 +#: mod/admin.php:1379 msgid "Register text" msgstr "Registratietekst" -#: mod/admin.php:987 -msgid "Will be displayed prominently on the registration page." -msgstr "Dit zal prominent op de registratiepagina getoond worden." +#: mod/admin.php:1379 +msgid "" +"Will be displayed prominently on the registration page. You can use BBCode " +"here." +msgstr "" -#: mod/admin.php:988 +#: mod/admin.php:1380 msgid "Accounts abandoned after x days" msgstr "Verlaten accounts na x dagen" -#: mod/admin.php:988 +#: mod/admin.php:1380 msgid "" "Will not waste system resources polling external sites for abandonded " "accounts. Enter 0 for no time limit." msgstr "Dit zal geen systeembronnen verspillen aan het nakijken van externe sites voor verlaten accounts. Geef 0 is voor geen tijdslimiet." -#: mod/admin.php:989 +#: mod/admin.php:1381 msgid "Allowed friend domains" msgstr "Toegelaten vriend domeinen" -#: mod/admin.php:989 +#: mod/admin.php:1381 msgid "" "Comma separated list of domains which are allowed to establish friendships " "with this site. Wildcards are accepted. Empty to allow any domains" msgstr "Komma-gescheiden lijst van domeinen die een vriendschapsband met deze website mogen aangaan. Jokers zijn toegelaten. Laat leeg om alle domeinen toe te laten." -#: mod/admin.php:990 +#: mod/admin.php:1382 msgid "Allowed email domains" msgstr "Toegelaten e-mail domeinen" -#: mod/admin.php:990 +#: mod/admin.php:1382 msgid "" "Comma separated list of domains which are allowed in email addresses for " "registrations to this site. Wildcards are accepted. Empty to allow any " "domains" msgstr "Door komma's gescheiden lijst met e-maildomeinen die op deze website mogen registeren. Wildcards zijn toegestaan.\nLeeg laten om alle domeinen toe te staan." -#: mod/admin.php:991 +#: mod/admin.php:1383 +msgid "No OEmbed rich content" +msgstr "" + +#: mod/admin.php:1383 +msgid "" +"Don't show the rich content (e.g. embedded PDF), except from the domains " +"listed below." +msgstr "" + +#: mod/admin.php:1384 +msgid "Allowed OEmbed domains" +msgstr "" + +#: mod/admin.php:1384 +msgid "" +"Comma separated list of domains which oembed content is allowed to be " +"displayed. Wildcards are accepted." +msgstr "" + +#: mod/admin.php:1385 msgid "Block public" msgstr "Openbare toegang blokkeren" -#: mod/admin.php:991 +#: mod/admin.php:1385 msgid "" "Check to block public access to all otherwise public personal pages on this " "site unless you are currently logged in." msgstr "Kruis dit aan om alle openbare persoonlijke pagina's alleen toegankelijk te maken voor ingelogde gebruikers." -#: mod/admin.php:992 +#: mod/admin.php:1386 msgid "Force publish" msgstr "Dwing publiceren af" -#: mod/admin.php:992 +#: mod/admin.php:1386 msgid "" "Check to force all profiles on this site to be listed in the site directory." msgstr "Kruis dit aan om af te dwingen dat alle profielen op deze website in de gids van deze website gepubliceerd worden." -#: mod/admin.php:993 +#: mod/admin.php:1387 msgid "Global directory URL" msgstr "" -#: mod/admin.php:993 +#: mod/admin.php:1387 msgid "" "URL to the global directory. If this is not set, the global directory is " "completely unavailable to the application." msgstr "" -#: mod/admin.php:994 -msgid "Allow threaded items" -msgstr "Sta threads in conversaties toe" - -#: mod/admin.php:994 -msgid "Allow infinite level threading for items on this site." -msgstr "Sta oneindige niveaus threads in conversaties op deze website toe." - -#: mod/admin.php:995 +#: mod/admin.php:1388 msgid "Private posts by default for new users" msgstr "Privéberichten als standaard voor nieuwe gebruikers" -#: mod/admin.php:995 +#: mod/admin.php:1388 msgid "" "Set default post permissions for all new members to the default privacy " "group rather than public." msgstr "Stel de standaardrechten van berichten voor nieuwe leden op de standaard privacygroep in, in plaats van openbaar." -#: mod/admin.php:996 +#: mod/admin.php:1389 msgid "Don't include post content in email notifications" msgstr "De inhoud van het bericht niet insluiten bij e-mailnotificaties" -#: mod/admin.php:996 +#: mod/admin.php:1389 msgid "" "Don't include the content of a post/comment/private message/etc. in the " "email notifications that are sent out from this site, as a privacy measure." msgstr "De inhoud van berichten/commentaar/privéberichten/enzovoort niet insluiten in e-mailnotificaties die door deze website verzonden worden, voor de bescherming van je privacy." -#: mod/admin.php:997 +#: mod/admin.php:1390 msgid "Disallow public access to addons listed in the apps menu." msgstr "" -#: mod/admin.php:997 +#: mod/admin.php:1390 msgid "" "Checking this box will restrict addons listed in the apps menu to members " "only." msgstr "" -#: mod/admin.php:998 +#: mod/admin.php:1391 msgid "Don't embed private images in posts" msgstr "" -#: mod/admin.php:998 +#: mod/admin.php:1391 msgid "" "Don't replace locally-hosted private photos in posts with an embedded copy " "of the image. This means that contacts who receive posts containing private " @@ -6807,239 +5905,210 @@ msgid "" "while." msgstr "" -#: mod/admin.php:999 +#: mod/admin.php:1392 msgid "Allow Users to set remote_self" msgstr "" -#: mod/admin.php:999 +#: mod/admin.php:1392 msgid "" "With checking this, every user is allowed to mark every contact as a " "remote_self in the repair contact dialog. Setting this flag on a contact " "causes mirroring every posting of that contact in the users stream." msgstr "" -#: mod/admin.php:1000 +#: mod/admin.php:1393 msgid "Block multiple registrations" msgstr "Blokkeer meerdere registraties" -#: mod/admin.php:1000 +#: mod/admin.php:1393 msgid "Disallow users to register additional accounts for use as pages." msgstr "Laat niet toe dat gebruikers meerdere accounts aanmaken." -#: mod/admin.php:1001 +#: mod/admin.php:1394 msgid "OpenID support" msgstr "OpenID ondersteuning" -#: mod/admin.php:1001 +#: mod/admin.php:1394 msgid "OpenID support for registration and logins." msgstr "OpenID ondersteuning voor registraties en logins." -#: mod/admin.php:1002 +#: mod/admin.php:1395 msgid "Fullname check" msgstr "Controleer volledige naam" -#: mod/admin.php:1002 +#: mod/admin.php:1395 msgid "" "Force users to register with a space between firstname and lastname in Full " "name, as an antispam measure" msgstr "Verplicht gebruikers om zich te registreren met een spatie tussen voornaam en achternaam, als anti-spam maatregel" -#: mod/admin.php:1003 -msgid "UTF-8 Regular expressions" -msgstr "UTF-8 reguliere uitdrukkingen" - -#: mod/admin.php:1003 -msgid "Use PHP UTF8 regular expressions" -msgstr "Gebruik PHP UTF8 reguliere uitdrukkingen" - -#: mod/admin.php:1004 -msgid "Community Page Style" +#: mod/admin.php:1396 +msgid "Community pages for visitors" msgstr "" -#: mod/admin.php:1004 +#: mod/admin.php:1396 msgid "" -"Type of community page to show. 'Global community' shows every public " -"posting from an open distributed network that arrived on this server." +"Which community pages should be available for visitors. Local users always " +"see both pages." msgstr "" -#: mod/admin.php:1005 +#: mod/admin.php:1397 msgid "Posts per user on community page" msgstr "" -#: mod/admin.php:1005 +#: mod/admin.php:1397 msgid "" "The maximum number of posts per user on the community page. (Not valid for " "'Global Community')" msgstr "" -#: mod/admin.php:1006 +#: mod/admin.php:1398 msgid "Enable OStatus support" msgstr "Activeer OStatus ondersteuning" -#: mod/admin.php:1006 +#: mod/admin.php:1398 msgid "" "Provide built-in OStatus (StatusNet, GNU Social etc.) compatibility. All " "communications in OStatus are public, so privacy warnings will be " "occasionally displayed." msgstr "" -#: mod/admin.php:1007 -msgid "OStatus conversation completion interval" -msgstr "" - -#: mod/admin.php:1007 -msgid "" -"How often shall the poller check for new entries in OStatus conversations? " -"This can be a very ressource task." -msgstr "" - -#: mod/admin.php:1008 +#: mod/admin.php:1399 msgid "Only import OStatus threads from our contacts" msgstr "" -#: mod/admin.php:1008 +#: mod/admin.php:1399 msgid "" "Normally we import every content from our OStatus contacts. With this option" " we only store threads that are started by a contact that is known on our " "system." msgstr "" -#: mod/admin.php:1009 +#: mod/admin.php:1400 msgid "OStatus support can only be enabled if threading is enabled." msgstr "" -#: mod/admin.php:1011 +#: mod/admin.php:1402 msgid "" "Diaspora support can't be enabled because Friendica was installed into a sub" " directory." msgstr "" -#: mod/admin.php:1012 +#: mod/admin.php:1403 msgid "Enable Diaspora support" msgstr "Activeer Diaspora ondersteuning" -#: mod/admin.php:1012 +#: mod/admin.php:1403 msgid "Provide built-in Diaspora network compatibility." msgstr "Bied ingebouwde ondersteuning voor het Diaspora netwerk." -#: mod/admin.php:1013 +#: mod/admin.php:1404 msgid "Only allow Friendica contacts" msgstr "Laat alleen Friendica contacten toe" -#: mod/admin.php:1013 +#: mod/admin.php:1404 msgid "" "All contacts must use Friendica protocols. All other built-in communication " "protocols disabled." msgstr "Alle contacten moeten een Friendica protocol gebruiken. Alle andere ingebouwde communicatieprotocols worden uitgeschakeld." -#: mod/admin.php:1014 +#: mod/admin.php:1405 msgid "Verify SSL" msgstr "Controleer SSL" -#: mod/admin.php:1014 +#: mod/admin.php:1405 msgid "" "If you wish, you can turn on strict certificate checking. This will mean you" " cannot connect (at all) to self-signed SSL sites." msgstr "Als je wilt kun je striktere certificaat controle activeren. Dit betekent dat je (totaal) niet kunt connecteren met sites die zelf-ondertekende SSL certificaten gebruiken." -#: mod/admin.php:1015 +#: mod/admin.php:1406 msgid "Proxy user" msgstr "Proxy-gebruiker" -#: mod/admin.php:1016 +#: mod/admin.php:1407 msgid "Proxy URL" msgstr "Proxy-URL" -#: mod/admin.php:1017 +#: mod/admin.php:1408 msgid "Network timeout" msgstr "Netwerk timeout" -#: mod/admin.php:1017 +#: mod/admin.php:1408 msgid "Value is in seconds. Set to 0 for unlimited (not recommended)." msgstr "Waarde is in seconden. Zet op 0 voor onbeperkt (niet aanbevolen)." -#: mod/admin.php:1018 -msgid "Delivery interval" -msgstr "Afleverinterval" - -#: mod/admin.php:1018 -msgid "" -"Delay background delivery processes by this many seconds to reduce system " -"load. Recommend: 4-5 for shared hosts, 2-3 for virtual private servers. 0-1 " -"for large dedicated servers." -msgstr "Stel achtergrond processen voor aflevering een aantal seconden uit om systeembelasting te beperken. Aanbevolen: 4-5 voor gedeelde hosten, 2-3 voor virtuele privé servers, 0-1 voor grote servers." - -#: mod/admin.php:1019 -msgid "Poll interval" -msgstr "Poll-interval" - -#: mod/admin.php:1019 -msgid "" -"Delay background polling processes by this many seconds to reduce system " -"load. If 0, use delivery interval." -msgstr "Stel achtergrondprocessen zoveel seconden uit om de systeembelasting te beperken. Indien 0 wordt het afleverinterval gebruikt." - -#: mod/admin.php:1020 +#: mod/admin.php:1409 msgid "Maximum Load Average" msgstr "Maximum gemiddelde belasting" -#: mod/admin.php:1020 +#: mod/admin.php:1409 msgid "" "Maximum system load before delivery and poll processes are deferred - " "default 50." msgstr "Maximum systeembelasting voordat aflever- en poll-processen uitgesteld worden - standaard 50." -#: mod/admin.php:1021 +#: mod/admin.php:1410 msgid "Maximum Load Average (Frontend)" msgstr "" -#: mod/admin.php:1021 +#: mod/admin.php:1410 msgid "Maximum system load before the frontend quits service - default 50." msgstr "" -#: mod/admin.php:1022 +#: mod/admin.php:1411 +msgid "Minimal Memory" +msgstr "" + +#: mod/admin.php:1411 +msgid "" +"Minimal free memory in MB for the worker. Needs access to /proc/meminfo - " +"default 0 (deactivated)." +msgstr "" + +#: mod/admin.php:1412 msgid "Maximum table size for optimization" msgstr "" -#: mod/admin.php:1022 +#: mod/admin.php:1412 msgid "" "Maximum table size (in MB) for the automatic optimization - default 100 MB. " "Enter -1 to disable it." msgstr "" -#: mod/admin.php:1023 +#: mod/admin.php:1413 msgid "Minimum level of fragmentation" msgstr "" -#: mod/admin.php:1023 +#: mod/admin.php:1413 msgid "" "Minimum fragmenation level to start the automatic optimization - default " "value is 30%." msgstr "" -#: mod/admin.php:1025 +#: mod/admin.php:1415 msgid "Periodical check of global contacts" msgstr "" -#: mod/admin.php:1025 +#: mod/admin.php:1415 msgid "" "If enabled, the global contacts are checked periodically for missing or " "outdated data and the vitality of the contacts and servers." msgstr "" -#: mod/admin.php:1026 +#: mod/admin.php:1416 msgid "Days between requery" msgstr "" -#: mod/admin.php:1026 +#: mod/admin.php:1416 msgid "Number of days after which a server is requeried for his contacts." msgstr "" -#: mod/admin.php:1027 +#: mod/admin.php:1417 msgid "Discover contacts from other servers" msgstr "" -#: mod/admin.php:1027 +#: mod/admin.php:1417 msgid "" "Periodically query other servers for contacts. You can choose between " "'users': the users on the remote system, 'Global Contacts': active contacts " @@ -7049,32 +6118,32 @@ msgid "" "Global Contacts'." msgstr "" -#: mod/admin.php:1028 +#: mod/admin.php:1418 msgid "Timeframe for fetching global contacts" msgstr "" -#: mod/admin.php:1028 +#: mod/admin.php:1418 msgid "" "When the discovery is activated, this value defines the timeframe for the " "activity of the global contacts that are fetched from other servers." msgstr "" -#: mod/admin.php:1029 +#: mod/admin.php:1419 msgid "Search the local directory" msgstr "" -#: mod/admin.php:1029 +#: mod/admin.php:1419 msgid "" "Search the local directory instead of the global directory. When searching " "locally, every search will be executed on the global directory in the " "background. This improves the search results when the search is repeated." msgstr "" -#: mod/admin.php:1031 +#: mod/admin.php:1421 msgid "Publish server information" msgstr "" -#: mod/admin.php:1031 +#: mod/admin.php:1421 msgid "" "If enabled, general server and usage data will be published. The data " "contains the name and version of the server, number of users with public " @@ -7082,260 +6151,282 @@ msgid "" " href='http://the-federation.info/'>the-federation.info for details." msgstr "" -#: mod/admin.php:1033 -msgid "Use MySQL full text engine" -msgstr "Gebruik de tekst-zoekfunctie van MySQL" +#: mod/admin.php:1423 +msgid "Check upstream version" +msgstr "" -#: mod/admin.php:1033 +#: mod/admin.php:1423 msgid "" -"Activates the full text engine. Speeds up search - but can only search for " -"four and more characters." -msgstr "Activeert de zoekmotor. Dit maakt zoeken sneller, maar het kan alleen zoeken naar teksten van minstens vier letters." - -#: mod/admin.php:1034 -msgid "Suppress Language" +"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:1034 -msgid "Suppress language information in meta information about a posting." -msgstr "" - -#: mod/admin.php:1035 +#: mod/admin.php:1424 msgid "Suppress Tags" msgstr "" -#: mod/admin.php:1035 +#: mod/admin.php:1424 msgid "Suppress showing a list of hashtags at the end of the posting." msgstr "" -#: mod/admin.php:1036 +#: mod/admin.php:1425 msgid "Path to item cache" msgstr "Pad naar cache voor items" -#: mod/admin.php:1036 +#: mod/admin.php:1425 msgid "The item caches buffers generated bbcode and external images." msgstr "" -#: mod/admin.php:1037 +#: mod/admin.php:1426 msgid "Cache duration in seconds" msgstr "Cache tijdsduur in seconden" -#: mod/admin.php:1037 +#: mod/admin.php:1426 msgid "" "How long should the cache files be hold? Default value is 86400 seconds (One" " day). To disable the item cache, set the value to -1." msgstr "" -#: mod/admin.php:1038 +#: mod/admin.php:1427 msgid "Maximum numbers of comments per post" msgstr "" -#: mod/admin.php:1038 +#: mod/admin.php:1427 msgid "How much comments should be shown for each post? Default value is 100." msgstr "" -#: mod/admin.php:1039 -msgid "Path for lock file" -msgstr "Pad voor lock bestand" - -#: mod/admin.php:1039 -msgid "" -"The lock file is used to avoid multiple pollers at one time. Only define a " -"folder here." -msgstr "" - -#: mod/admin.php:1040 +#: mod/admin.php:1428 msgid "Temp path" msgstr "Tijdelijk pad" -#: mod/admin.php:1040 +#: mod/admin.php:1428 msgid "" "If you have a restricted system where the webserver can't access the system " "temp path, enter another path here." msgstr "" -#: mod/admin.php:1041 +#: mod/admin.php:1429 msgid "Base path to installation" msgstr "Basispad voor installatie" -#: mod/admin.php:1041 +#: mod/admin.php:1429 msgid "" "If the system cannot detect the correct path to your installation, enter the" " correct path here. This setting should only be set if you are using a " "restricted system and symbolic links to your webroot." msgstr "" -#: mod/admin.php:1042 +#: mod/admin.php:1430 msgid "Disable picture proxy" msgstr "" -#: mod/admin.php:1042 +#: mod/admin.php:1430 msgid "" "The picture proxy increases performance and privacy. It shouldn't be used on" " systems with very low bandwith." msgstr "" -#: mod/admin.php:1043 -msgid "Enable old style pager" -msgstr "" - -#: mod/admin.php:1043 -msgid "" -"The old style pager has page numbers but slows down massively the page " -"speed." -msgstr "" - -#: mod/admin.php:1044 +#: mod/admin.php:1431 msgid "Only search in tags" msgstr "" -#: mod/admin.php:1044 +#: mod/admin.php:1431 msgid "On large systems the text search can slow down the system extremely." msgstr "" -#: mod/admin.php:1046 +#: mod/admin.php:1433 msgid "New base url" msgstr "" -#: mod/admin.php:1046 +#: mod/admin.php:1433 msgid "" -"Change base url for this server. Sends relocate message to all DFRN contacts" -" of all users." +"Change base url for this server. Sends relocate message to all Friendica and" +" Diaspora* contacts of all users." msgstr "" -#: mod/admin.php:1048 +#: mod/admin.php:1435 msgid "RINO Encryption" msgstr "" -#: mod/admin.php:1048 +#: mod/admin.php:1435 msgid "Encryption layer between nodes." msgstr "" -#: mod/admin.php:1049 -msgid "Embedly API key" +#: mod/admin.php:1435 +msgid "Enabled" msgstr "" -#: mod/admin.php:1049 -msgid "" -"Embedly is used to fetch additional data for " -"web pages. This is an optional parameter." -msgstr "" - -#: mod/admin.php:1051 -msgid "Enable 'worker' background processing" -msgstr "" - -#: mod/admin.php:1051 -msgid "" -"The worker background processing limits the number of parallel background " -"jobs to a maximum number and respects the system load." -msgstr "" - -#: mod/admin.php:1052 +#: mod/admin.php:1437 msgid "Maximum number of parallel workers" msgstr "" -#: mod/admin.php:1052 +#: mod/admin.php:1437 msgid "" "On shared hosters set this to 2. On larger systems, values of 10 are great. " "Default value is 4." msgstr "" -#: mod/admin.php:1053 +#: mod/admin.php:1438 msgid "Don't use 'proc_open' with the worker" msgstr "" -#: mod/admin.php:1053 +#: mod/admin.php:1438 msgid "" "Enable this if your system doesn't allow the use of 'proc_open'. This can " "happen on shared hosters. If this is enabled you should increase the " -"frequency of poller calls in your crontab." +"frequency of worker calls in your crontab." msgstr "" -#: mod/admin.php:1054 +#: mod/admin.php:1439 msgid "Enable fastlane" msgstr "" -#: mod/admin.php:1054 +#: mod/admin.php:1439 msgid "" "When enabed, the fastlane mechanism starts an additional worker if processes" " with higher priority are blocked by processes of lower priority." msgstr "" -#: mod/admin.php:1055 +#: mod/admin.php:1440 msgid "Enable frontend worker" msgstr "" -#: mod/admin.php:1055 +#: mod/admin.php:1440 +#, php-format msgid "" "When enabled the Worker process is triggered when backend access is " -"performed (e.g. messages being delivered). On smaller sites you might want " -"to call yourdomain.tld/worker on a regular basis via an external cron job. " +"performed \\x28e.g. messages being delivered\\x29. On smaller sites you " +"might want to call %s/worker on a regular basis via an external cron job. " "You should only enable this option if you cannot utilize cron/scheduled jobs" -" on your server. The worker background process needs to be activated for " -"this." +" on your server." msgstr "" -#: mod/admin.php:1084 +#: mod/admin.php:1442 +msgid "Subscribe to relay" +msgstr "" + +#: mod/admin.php:1442 +msgid "" +"Enables the receiving of public posts from the relay. They will be included " +"in the search, subscribed tags and on the global community page." +msgstr "" + +#: mod/admin.php:1443 +msgid "Relay server" +msgstr "" + +#: mod/admin.php:1443 +msgid "" +"Address of the relay server where public posts should be send to. For " +"example https://relay.diasp.org" +msgstr "" + +#: mod/admin.php:1444 +msgid "Direct relay transfer" +msgstr "" + +#: mod/admin.php:1444 +msgid "" +"Enables the direct transfer to other servers without using the relay servers" +msgstr "" + +#: mod/admin.php:1445 +msgid "Relay scope" +msgstr "" + +#: mod/admin.php:1445 +msgid "" +"Can be 'all' or 'tags'. 'all' means that every public post should be " +"received. 'tags' means that only posts with selected tags should be " +"received." +msgstr "" + +#: mod/admin.php:1445 +msgid "all" +msgstr "" + +#: mod/admin.php:1445 +msgid "tags" +msgstr "" + +#: mod/admin.php:1446 +msgid "Server tags" +msgstr "" + +#: mod/admin.php:1446 +msgid "Comma separated list of tags for the 'tags' subscription." +msgstr "" + +#: mod/admin.php:1447 +msgid "Allow user tags" +msgstr "" + +#: mod/admin.php:1447 +msgid "" +"If enabled, the tags from the saved searches will used for the 'tags' " +"subscription in addition to the 'relay_server_tags'." +msgstr "" + +#: mod/admin.php:1475 msgid "Update has been marked successful" msgstr "Wijziging succesvol gemarkeerd " -#: mod/admin.php:1092 +#: mod/admin.php:1482 #, php-format msgid "Database structure update %s was successfully applied." msgstr "" -#: mod/admin.php:1095 +#: mod/admin.php:1485 #, php-format msgid "Executing of database structure update %s failed with error: %s" msgstr "" -#: mod/admin.php:1107 +#: mod/admin.php:1498 #, php-format msgid "Executing %s failed with error: %s" msgstr "" -#: mod/admin.php:1110 +#: mod/admin.php:1500 #, php-format msgid "Update %s was successfully applied." msgstr "Wijziging %s geslaagd." -#: mod/admin.php:1114 +#: mod/admin.php:1503 #, php-format msgid "Update %s did not return a status. Unknown if it succeeded." msgstr "Wijziging %s gaf geen status terug. We weten niet of de wijziging geslaagd is." -#: mod/admin.php:1116 +#: mod/admin.php:1506 #, php-format msgid "There was no additional update function %s that needed to be called." msgstr "" -#: mod/admin.php:1135 +#: mod/admin.php:1526 msgid "No failed updates." -msgstr "Geen misluke wijzigingen" +msgstr "Geen mislukte wijzigingen" -#: mod/admin.php:1136 +#: mod/admin.php:1527 msgid "Check database structure" msgstr "" -#: mod/admin.php:1141 +#: mod/admin.php:1532 msgid "Failed Updates" -msgstr "Misluke wijzigingen" +msgstr "Mislukte wijzigingen" -#: mod/admin.php:1142 +#: mod/admin.php:1533 msgid "" "This does not include updates prior to 1139, which did not return a status." msgstr "Dit is zonder de wijzigingen voor 1139, welke geen status teruggaven." -#: mod/admin.php:1143 +#: mod/admin.php:1534 msgid "Mark success (if update was manually applied)" msgstr "Markeren als succes (als aanpassing manueel doorgevoerd werd)" -#: mod/admin.php:1144 +#: mod/admin.php:1535 msgid "Attempt to execute this update step automatically" msgstr "Probeer deze stap automatisch uit te voeren" -#: mod/admin.php:1178 +#: mod/admin.php:1574 #, php-format msgid "" "\n" @@ -7343,7 +6434,7 @@ msgid "" "\t\t\t\tthe administrator of %2$s has set up an account for you." msgstr "" -#: mod/admin.php:1181 +#: mod/admin.php:1577 #, php-format msgid "" "\n" @@ -7370,242 +6461,244 @@ msgid "" "\t\t\tIf you are new and do not know anybody here, they may help\n" "\t\t\tyou to make some new and interesting friends.\n" "\n" +"\t\t\tIf you ever want to delete your account, you can do so at %1$s/removeme\n" +"\n" "\t\t\tThank you and welcome to %4$s." msgstr "" -#: mod/admin.php:1225 +#: mod/admin.php:1611 src/Model/User.php:649 +#, php-format +msgid "Registration details for %s" +msgstr "Registratie details voor %s" + +#: mod/admin.php:1621 #, php-format msgid "%s user blocked/unblocked" msgid_plural "%s users blocked/unblocked" msgstr[0] "%s gebruiker geblokkeerd/niet geblokkeerd" msgstr[1] "%s gebruikers geblokkeerd/niet geblokkeerd" -#: mod/admin.php:1232 +#: mod/admin.php:1627 #, php-format msgid "%s user deleted" msgid_plural "%s users deleted" msgstr[0] "%s gebruiker verwijderd" msgstr[1] "%s gebruikers verwijderd" -#: mod/admin.php:1279 +#: mod/admin.php:1674 #, php-format msgid "User '%s' deleted" msgstr "Gebruiker '%s' verwijderd" -#: mod/admin.php:1287 +#: mod/admin.php:1682 #, php-format msgid "User '%s' unblocked" msgstr "Gebruiker '%s' niet meer geblokkeerd" -#: mod/admin.php:1287 +#: mod/admin.php:1682 #, php-format msgid "User '%s' blocked" msgstr "Gebruiker '%s' geblokkeerd" -#: mod/admin.php:1396 mod/admin.php:1422 +#: mod/admin.php:1781 mod/admin.php:1793 mod/admin.php:1806 mod/admin.php:1824 +#: src/Content/ContactSelector.php:82 +msgid "Email" +msgstr "E-mail" + +#: mod/admin.php:1781 mod/admin.php:1806 msgid "Register date" msgstr "Registratiedatum" -#: mod/admin.php:1396 mod/admin.php:1422 +#: mod/admin.php:1781 mod/admin.php:1806 msgid "Last login" msgstr "Laatste login" -#: mod/admin.php:1396 mod/admin.php:1422 +#: mod/admin.php:1781 mod/admin.php:1806 msgid "Last item" msgstr "Laatste item" -#: mod/admin.php:1405 +#: mod/admin.php:1781 mod/settings.php:55 +msgid "Account" +msgstr "Account" + +#: mod/admin.php:1789 msgid "Add User" msgstr "Gebruiker toevoegen" -#: mod/admin.php:1406 -msgid "select all" -msgstr "Alles selecteren" - -#: mod/admin.php:1407 +#: mod/admin.php:1791 msgid "User registrations waiting for confirm" msgstr "Gebruikersregistraties wachten op een bevestiging" -#: mod/admin.php:1408 +#: mod/admin.php:1792 msgid "User waiting for permanent deletion" msgstr "" -#: mod/admin.php:1409 +#: mod/admin.php:1793 msgid "Request date" msgstr "Registratiedatum" -#: mod/admin.php:1410 +#: mod/admin.php:1794 msgid "No registrations." msgstr "Geen registraties." -#: mod/admin.php:1411 +#: mod/admin.php:1795 msgid "Note from the user" msgstr "" -#: mod/admin.php:1413 +#: mod/admin.php:1797 msgid "Deny" msgstr "Weiger" -#: mod/admin.php:1415 mod/contacts.php:605 mod/contacts.php:805 -#: mod/contacts.php:983 -msgid "Block" -msgstr "Blokkeren" - -#: mod/admin.php:1416 mod/contacts.php:605 mod/contacts.php:805 -#: mod/contacts.php:983 -msgid "Unblock" -msgstr "Blokkering opheffen" - -#: mod/admin.php:1417 +#: mod/admin.php:1801 msgid "Site admin" msgstr "Sitebeheerder" -#: mod/admin.php:1418 +#: mod/admin.php:1802 msgid "Account expired" msgstr "Account verlopen" -#: mod/admin.php:1421 +#: mod/admin.php:1805 msgid "New User" msgstr "Nieuwe gebruiker" -#: mod/admin.php:1422 +#: mod/admin.php:1806 msgid "Deleted since" msgstr "Verwijderd sinds" -#: mod/admin.php:1427 +#: mod/admin.php:1811 msgid "" "Selected users will be deleted!\\n\\nEverything these users had posted on " "this site will be permanently deleted!\\n\\nAre you sure?" msgstr "Geselecteerde gebruikers zullen verwijderd worden!\\n\\nAlles wat deze gebruikers gepost hebben op deze website zal permanent verwijderd worden!\\n\\nBen je zeker?" -#: mod/admin.php:1428 +#: mod/admin.php:1812 msgid "" "The user {0} will be deleted!\\n\\nEverything this user has posted on this " "site will be permanently deleted!\\n\\nAre you sure?" msgstr "De gebruiker {0} zal verwijderd worden!\\n\\nAlles wat deze gebruiker gepost heeft op deze website zal permanent verwijderd worden!\\n\\nBen je zeker?" -#: mod/admin.php:1438 +#: mod/admin.php:1822 msgid "Name of the new user." msgstr "Naam van nieuwe gebruiker" -#: mod/admin.php:1439 +#: mod/admin.php:1823 msgid "Nickname" msgstr "Bijnaam" -#: mod/admin.php:1439 +#: mod/admin.php:1823 msgid "Nickname of the new user." msgstr "Bijnaam van nieuwe gebruiker" -#: mod/admin.php:1440 +#: mod/admin.php:1824 msgid "Email address of the new user." msgstr "E-mailadres van nieuwe gebruiker" -#: mod/admin.php:1483 +#: mod/admin.php:1866 #, php-format -msgid "Plugin %s disabled." -msgstr "Plugin %s uitgeschakeld." +msgid "Addon %s disabled." +msgstr "" -#: mod/admin.php:1487 +#: mod/admin.php:1870 #, php-format -msgid "Plugin %s enabled." -msgstr "Plugin %s ingeschakeld." +msgid "Addon %s enabled." +msgstr "" -#: mod/admin.php:1498 mod/admin.php:1734 +#: mod/admin.php:1880 mod/admin.php:2129 msgid "Disable" msgstr "Uitschakelen" -#: mod/admin.php:1500 mod/admin.php:1736 +#: mod/admin.php:1883 mod/admin.php:2132 msgid "Enable" msgstr "Inschakelen" -#: mod/admin.php:1523 mod/admin.php:1781 +#: mod/admin.php:1905 mod/admin.php:2174 msgid "Toggle" msgstr "Schakelaar" -#: mod/admin.php:1531 mod/admin.php:1790 +#: mod/admin.php:1913 mod/admin.php:2183 msgid "Author: " msgstr "Auteur:" -#: mod/admin.php:1532 mod/admin.php:1791 +#: mod/admin.php:1914 mod/admin.php:2184 msgid "Maintainer: " msgstr "Onderhoud:" -#: mod/admin.php:1584 -msgid "Reload active plugins" +#: mod/admin.php:1966 +msgid "Reload active addons" msgstr "" -#: mod/admin.php:1589 +#: mod/admin.php:1971 #, php-format msgid "" -"There are currently no plugins available on your node. You can find the " -"official plugin repository at %1$s and might find other interesting plugins " -"in the open plugin registry at %2$s" +"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:1694 +#: mod/admin.php:2091 msgid "No themes found." msgstr "Geen thema's gevonden." -#: mod/admin.php:1772 +#: mod/admin.php:2165 msgid "Screenshot" msgstr "Schermafdruk" -#: mod/admin.php:1832 +#: mod/admin.php:2219 msgid "Reload active themes" msgstr "" -#: mod/admin.php:1837 +#: mod/admin.php:2224 #, php-format -msgid "No themes found on the system. They should be paced in %1$s" +msgid "No themes found on the system. They should be placed in %1$s" msgstr "" -#: mod/admin.php:1838 +#: mod/admin.php:2225 msgid "[Experimental]" msgstr "[Experimenteel]" -#: mod/admin.php:1839 +#: mod/admin.php:2226 msgid "[Unsupported]" msgstr "[Niet ondersteund]" -#: mod/admin.php:1863 +#: mod/admin.php:2250 msgid "Log settings updated." msgstr "Log instellingen gewijzigd" -#: mod/admin.php:1895 +#: mod/admin.php:2282 msgid "PHP log currently enabled." msgstr "" -#: mod/admin.php:1897 +#: mod/admin.php:2284 msgid "PHP log currently disabled." msgstr "" -#: mod/admin.php:1906 +#: mod/admin.php:2293 msgid "Clear" msgstr "Wis" -#: mod/admin.php:1911 +#: mod/admin.php:2297 msgid "Enable Debugging" msgstr "" -#: mod/admin.php:1912 +#: mod/admin.php:2298 msgid "Log file" msgstr "Logbestand" -#: mod/admin.php:1912 +#: mod/admin.php:2298 msgid "" "Must be writable by web server. Relative to your Friendica top-level " "directory." msgstr "De webserver moet hier kunnen schrijven. Relatief t.o.v. van de hoogste folder binnen uw Friendica-installatie." -#: mod/admin.php:1913 +#: mod/admin.php:2299 msgid "Log level" msgstr "Log niveau" -#: mod/admin.php:1916 +#: mod/admin.php:2301 msgid "PHP logging" msgstr "" -#: mod/admin.php:1917 +#: mod/admin.php:2302 msgid "" "To enable logging of PHP errors and warnings you can add the following to " "the .htconfig.php file of your installation. The filename set in the " @@ -7614,1294 +6707,2792 @@ msgid "" "'display_errors' is to enable these options, set to '0' to disable them." msgstr "" -#: mod/admin.php:2045 +#: mod/admin.php:2333 +#, php-format +msgid "" +"Error trying to open %1$s log file.\\r\\n
    Check to see " +"if file %1$s exist and is readable." +msgstr "" + +#: mod/admin.php:2337 +#, php-format +msgid "" +"Couldn't open %1$s log file.\\r\\n
    Check to see if file" +" %1$s is readable." +msgstr "" + +#: mod/admin.php:2428 mod/admin.php:2429 mod/settings.php:775 +msgid "Off" +msgstr "Uit" + +#: mod/admin.php:2428 mod/admin.php:2429 mod/settings.php:775 +msgid "On" +msgstr "Aan" + +#: mod/admin.php:2429 #, php-format msgid "Lock feature %s" msgstr "" -#: mod/admin.php:2053 +#: mod/admin.php:2437 msgid "Manage Additional Features" msgstr "" -#: mod/contacts.php:128 -#, php-format -msgid "%d contact edited." -msgid_plural "%d contacts edited." -msgstr[0] "" -msgstr[1] "" +#: mod/settings.php:72 +msgid "Display" +msgstr "Weergave" -#: mod/contacts.php:159 mod/contacts.php:368 -msgid "Could not access contact record." -msgstr "Kon geen toegang krijgen tot de contactgegevens" +#: mod/settings.php:79 mod/settings.php:842 +msgid "Social Networks" +msgstr "Sociale netwerken" -#: mod/contacts.php:173 -msgid "Could not locate selected profile." -msgstr "Kon het geselecteerde profiel niet vinden." - -#: mod/contacts.php:206 -msgid "Contact updated." -msgstr "Contact bijgewerkt." - -#: mod/contacts.php:208 mod/dfrn_request.php:583 -msgid "Failed to update contact record." -msgstr "Ik kon de contactgegevens niet aanpassen." - -#: mod/contacts.php:389 -msgid "Contact has been blocked" -msgstr "Contact is geblokkeerd" - -#: mod/contacts.php:389 -msgid "Contact has been unblocked" -msgstr "Contact is gedeblokkeerd" - -#: mod/contacts.php:400 -msgid "Contact has been ignored" -msgstr "Contact wordt genegeerd" - -#: mod/contacts.php:400 -msgid "Contact has been unignored" -msgstr "Contact wordt niet meer genegeerd" - -#: mod/contacts.php:412 -msgid "Contact has been archived" -msgstr "Contact is gearchiveerd" - -#: mod/contacts.php:412 -msgid "Contact has been unarchived" -msgstr "Contact is niet meer gearchiveerd" - -#: mod/contacts.php:437 -msgid "Drop contact" +#: mod/settings.php:93 src/Content/Nav.php:204 +msgid "Delegations" msgstr "" -#: mod/contacts.php:440 mod/contacts.php:801 -msgid "Do you really want to delete this contact?" -msgstr "Wil je echt dit contact verwijderen?" +#: mod/settings.php:100 +msgid "Connected apps" +msgstr "Verbonden applicaties" -#: mod/contacts.php:457 -msgid "Contact has been removed." -msgstr "Contact is verwijderd." +#: mod/settings.php:114 +msgid "Remove account" +msgstr "Account verwijderen" -#: mod/contacts.php:498 -#, php-format -msgid "You are mutual friends with %s" -msgstr "Je bent wederzijds bevriend met %s" +#: mod/settings.php:168 +msgid "Missing some important data!" +msgstr "Een belangrijk gegeven ontbreekt!" -#: mod/contacts.php:502 -#, php-format -msgid "You are sharing with %s" -msgstr "Je deelt met %s" +#: mod/settings.php:279 +msgid "Failed to connect with email account using the settings provided." +msgstr "Ik kon geen verbinding maken met het e-mail account met de gegeven instellingen." -#: mod/contacts.php:507 -#, php-format -msgid "%s is sharing with you" -msgstr "%s deelt met jou" +#: mod/settings.php:284 +msgid "Email settings updated." +msgstr "E-mail instellingen bijgewerkt.." -#: mod/contacts.php:527 -msgid "Private communications are not available for this contact." -msgstr "Privécommunicatie met dit contact is niet beschikbaar." +#: mod/settings.php:300 +msgid "Features updated" +msgstr "Functies bijgewerkt" -#: mod/contacts.php:534 -msgid "(Update was successful)" -msgstr "(Wijziging is geslaagd)" - -#: mod/contacts.php:534 -msgid "(Update was not successful)" -msgstr "(Wijziging is niet geslaagd)" - -#: mod/contacts.php:536 mod/contacts.php:964 -msgid "Suggest friends" -msgstr "Stel vrienden voor" - -#: mod/contacts.php:540 -#, php-format -msgid "Network type: %s" -msgstr "Netwerk type: %s" - -#: mod/contacts.php:553 -msgid "Communications lost with this contact!" -msgstr "Communicatie met dit contact is verbroken!" - -#: mod/contacts.php:556 -msgid "Fetch further information for feeds" +#: mod/settings.php:372 +msgid "Relocate message has been send to your contacts" msgstr "" -#: mod/contacts.php:557 -msgid "Fetch information" +#: mod/settings.php:384 src/Model/User.php:325 +msgid "Passwords do not match. Password unchanged." +msgstr "Wachtwoorden komen niet overeen. Wachtwoord niet gewijzigd." + +#: mod/settings.php:389 +msgid "Empty passwords are not allowed. Password unchanged." +msgstr "Lege wachtwoorden zijn niet toegelaten. Wachtwoord niet gewijzigd." + +#: mod/settings.php:394 src/Core/Console/NewPassword.php:78 +msgid "" +"The new password has been exposed in a public data dump, please choose " +"another." msgstr "" -#: mod/contacts.php:557 -msgid "Fetch information and keywords" +#: mod/settings.php:400 +msgid "Wrong password." +msgstr "Verkeerd wachtwoord." + +#: mod/settings.php:407 src/Core/Console/NewPassword.php:85 +msgid "Password changed." +msgstr "Wachtwoord gewijzigd." + +#: mod/settings.php:409 src/Core/Console/NewPassword.php:82 +msgid "Password update failed. Please try again." +msgstr "Wachtwoord-)wijziging mislukt. Probeer opnieuw." + +#: mod/settings.php:496 +msgid " Please use a shorter name." +msgstr "Gebruik een kortere naam." + +#: mod/settings.php:499 +msgid " Name too short." +msgstr "Naam te kort." + +#: mod/settings.php:507 +msgid "Wrong Password" +msgstr "Verkeerd wachtwoord" + +#: mod/settings.php:512 +msgid "Invalid email." msgstr "" -#: mod/contacts.php:575 -msgid "Contact" +#: mod/settings.php:519 +msgid "Cannot change to that email." msgstr "" -#: mod/contacts.php:578 -msgid "Profile Visibility" -msgstr "Zichtbaarheid profiel" +#: mod/settings.php:572 +msgid "Private forum has no privacy permissions. Using default privacy group." +msgstr "Privéforum/-groep heeft geen privacyrechten. De standaard privacygroep wordt gebruikt." -#: mod/contacts.php:579 +#: mod/settings.php:575 +msgid "Private forum has no privacy permissions and no default privacy group." +msgstr "Privéforum/-groep heeft geen privacyrechten en geen standaard privacygroep." + +#: mod/settings.php:615 +msgid "Settings updated." +msgstr "Instellingen bijgewerkt." + +#: mod/settings.php:674 mod/settings.php:700 mod/settings.php:736 +msgid "Add application" +msgstr "Toepassing toevoegen" + +#: mod/settings.php:678 mod/settings.php:704 +msgid "Consumer Key" +msgstr "Gebruikerssleutel" + +#: mod/settings.php:679 mod/settings.php:705 +msgid "Consumer Secret" +msgstr "Gebruikersgeheim" + +#: mod/settings.php:680 mod/settings.php:706 +msgid "Redirect" +msgstr "Doorverwijzing" + +#: mod/settings.php:681 mod/settings.php:707 +msgid "Icon url" +msgstr "URL pictogram" + +#: mod/settings.php:692 +msgid "You can't edit this application." +msgstr "Je kunt deze toepassing niet wijzigen." + +#: mod/settings.php:735 +msgid "Connected Apps" +msgstr "Verbonden applicaties" + +#: mod/settings.php:737 src/Object/Post.php:155 src/Object/Post.php:157 +msgid "Edit" +msgstr "Bewerken" + +#: mod/settings.php:739 +msgid "Client key starts with" +msgstr "" + +#: mod/settings.php:740 +msgid "No name" +msgstr "Geen naam" + +#: mod/settings.php:741 +msgid "Remove authorization" +msgstr "Verwijder authorisatie" + +#: mod/settings.php:752 +msgid "No Addon settings configured" +msgstr "" + +#: mod/settings.php:761 +msgid "Addon Settings" +msgstr "" + +#: mod/settings.php:782 +msgid "Additional Features" +msgstr "Extra functies" + +#: mod/settings.php:805 src/Content/ContactSelector.php:83 +msgid "Diaspora" +msgstr "Diaspora" + +#: mod/settings.php:805 mod/settings.php:806 +msgid "enabled" +msgstr "ingeschakeld" + +#: mod/settings.php:805 mod/settings.php:806 +msgid "disabled" +msgstr "uitgeschakeld" + +#: mod/settings.php:805 mod/settings.php:806 +#, php-format +msgid "Built-in support for %s connectivity is %s" +msgstr "Ingebouwde ondersteuning voor connectiviteit met %s is %s" + +#: mod/settings.php:806 +msgid "GNU Social (OStatus)" +msgstr "" + +#: mod/settings.php:837 +msgid "Email access is disabled on this site." +msgstr "E-mailtoegang is op deze website uitgeschakeld." + +#: mod/settings.php:847 +msgid "General Social Media Settings" +msgstr "" + +#: mod/settings.php:848 +msgid "Disable Content Warning" +msgstr "" + +#: mod/settings.php:848 +msgid "" +"Users on networks like Mastodon or Pleroma are able to set a content warning" +" field which collapse their post by default. This disables the automatic " +"collapsing and sets the content warning as the post title. Doesn't affect " +"any other content filtering you eventually set up." +msgstr "" + +#: mod/settings.php:849 +msgid "Disable intelligent shortening" +msgstr "" + +#: mod/settings.php:849 +msgid "" +"Normally the system tries to find the best link to add to shortened posts. " +"If this option is enabled then every shortened post will always point to the" +" original friendica post." +msgstr "" + +#: mod/settings.php:850 +msgid "Automatically follow any GNU Social (OStatus) followers/mentioners" +msgstr "" + +#: mod/settings.php:850 +msgid "" +"If you receive a message from an unknown OStatus user, this option decides " +"what to do. If it is checked, a new contact will be created for every " +"unknown user." +msgstr "" + +#: mod/settings.php:851 +msgid "Default group for OStatus contacts" +msgstr "" + +#: mod/settings.php:852 +msgid "Your legacy GNU Social account" +msgstr "" + +#: mod/settings.php:852 +msgid "" +"If you enter your old GNU Social/Statusnet account name here (in the format " +"user@domain.tld), your contacts will be added automatically. The field will " +"be emptied when done." +msgstr "" + +#: mod/settings.php:855 +msgid "Repair OStatus subscriptions" +msgstr "" + +#: mod/settings.php:859 +msgid "Email/Mailbox Setup" +msgstr "E-mail Instellen" + +#: mod/settings.php:860 +msgid "" +"If you wish to communicate with email contacts using this service " +"(optional), please specify how to connect to your mailbox." +msgstr "Als je wilt communiceren met e-mail contacten via deze dienst (optioneel), moet je hier opgeven hoe ik jouw mailbox kan bereiken." + +#: mod/settings.php:861 +msgid "Last successful email check:" +msgstr "Laatste succesvolle e-mail controle:" + +#: mod/settings.php:863 +msgid "IMAP server name:" +msgstr "IMAP server naam:" + +#: mod/settings.php:864 +msgid "IMAP port:" +msgstr "IMAP poort:" + +#: mod/settings.php:865 +msgid "Security:" +msgstr "Beveiliging:" + +#: mod/settings.php:865 mod/settings.php:870 +msgid "None" +msgstr "Geen" + +#: mod/settings.php:866 +msgid "Email login name:" +msgstr "E-mail login naam:" + +#: mod/settings.php:867 +msgid "Email password:" +msgstr "E-mail wachtwoord:" + +#: mod/settings.php:868 +msgid "Reply-to address:" +msgstr "Antwoord adres:" + +#: mod/settings.php:869 +msgid "Send public posts to all email contacts:" +msgstr "Openbare posts naar alle e-mail contacten versturen:" + +#: mod/settings.php:870 +msgid "Action after import:" +msgstr "Actie na importeren:" + +#: mod/settings.php:870 src/Content/Nav.php:191 +msgid "Mark as seen" +msgstr "Als 'gelezen' markeren" + +#: mod/settings.php:870 +msgid "Move to folder" +msgstr "Naar map verplaatsen" + +#: mod/settings.php:871 +msgid "Move to folder:" +msgstr "Verplaatsen naar map:" + +#: mod/settings.php:914 +#, php-format +msgid "%s - (Unsupported)" +msgstr "" + +#: mod/settings.php:916 +#, php-format +msgid "%s - (Experimental)" +msgstr "" + +#: mod/settings.php:959 +msgid "Display Settings" +msgstr "Scherminstellingen" + +#: mod/settings.php:965 mod/settings.php:989 +msgid "Display Theme:" +msgstr "Schermthema:" + +#: mod/settings.php:966 +msgid "Mobile Theme:" +msgstr "Mobiel thema:" + +#: mod/settings.php:967 +msgid "Suppress warning of insecure networks" +msgstr "" + +#: mod/settings.php:967 +msgid "" +"Should the system suppress the warning that the current group contains " +"members of networks that can't receive non public postings." +msgstr "" + +#: mod/settings.php:968 +msgid "Update browser every xx seconds" +msgstr "Browser elke xx seconden verversen" + +#: mod/settings.php:968 +msgid "Minimum of 10 seconds. Enter -1 to disable it." +msgstr "" + +#: mod/settings.php:969 +msgid "Number of items to display per page:" +msgstr "Aantal items te tonen per pagina:" + +#: mod/settings.php:969 mod/settings.php:970 +msgid "Maximum of 100 items" +msgstr "Maximum 100 items" + +#: mod/settings.php:970 +msgid "Number of items to display per page when viewed from mobile device:" +msgstr "Aantal items per pagina als je een mobiel toestel gebruikt:" + +#: mod/settings.php:971 +msgid "Don't show emoticons" +msgstr "Emoticons niet tonen" + +#: mod/settings.php:972 +msgid "Calendar" +msgstr "" + +#: mod/settings.php:973 +msgid "Beginning of week:" +msgstr "" + +#: mod/settings.php:974 +msgid "Don't show notices" +msgstr "" + +#: mod/settings.php:975 +msgid "Infinite scroll" +msgstr "Oneindig scrollen" + +#: mod/settings.php:976 +msgid "Automatic updates only at the top of the network page" +msgstr "" + +#: mod/settings.php:976 +msgid "" +"When disabled, the network page is updated all the time, which could be " +"confusing while reading." +msgstr "" + +#: mod/settings.php:977 +msgid "Bandwith Saver Mode" +msgstr "" + +#: mod/settings.php:977 +msgid "" +"When enabled, embedded content is not displayed on automatic updates, they " +"only show on page reload." +msgstr "" + +#: mod/settings.php:978 +msgid "Smart Threading" +msgstr "" + +#: mod/settings.php:978 +msgid "" +"When enabled, suppress extraneous thread indentation while keeping it where " +"it matters. Only works if threading is available and enabled." +msgstr "" + +#: mod/settings.php:980 +msgid "General Theme Settings" +msgstr "" + +#: mod/settings.php:981 +msgid "Custom Theme Settings" +msgstr "" + +#: mod/settings.php:982 +msgid "Content Settings" +msgstr "" + +#: mod/settings.php:983 view/theme/duepuntozero/config.php:73 +#: view/theme/frio/config.php:115 view/theme/quattro/config.php:75 +#: view/theme/vier/config.php:121 +msgid "Theme settings" +msgstr "Thema-instellingen" + +#: mod/settings.php:1002 +msgid "Unable to find your profile. Please contact your admin." +msgstr "" + +#: mod/settings.php:1044 +msgid "Account Types" +msgstr "" + +#: mod/settings.php:1045 +msgid "Personal Page Subtypes" +msgstr "" + +#: mod/settings.php:1046 +msgid "Community Forum Subtypes" +msgstr "" + +#: mod/settings.php:1053 +msgid "Personal Page" +msgstr "" + +#: mod/settings.php:1054 +msgid "Account for a personal profile." +msgstr "" + +#: mod/settings.php:1057 +msgid "Organisation Page" +msgstr "" + +#: mod/settings.php:1058 +msgid "" +"Account for an organisation that automatically approves contact requests as " +"\"Followers\"." +msgstr "" + +#: mod/settings.php:1061 +msgid "News Page" +msgstr "" + +#: mod/settings.php:1062 +msgid "" +"Account for a news reflector that automatically approves contact requests as" +" \"Followers\"." +msgstr "" + +#: mod/settings.php:1065 +msgid "Community Forum" +msgstr "" + +#: mod/settings.php:1066 +msgid "Account for community discussions." +msgstr "" + +#: mod/settings.php:1069 +msgid "Normal Account Page" +msgstr "Normale accountpagina" + +#: mod/settings.php:1070 +msgid "" +"Account for a regular personal profile that requires manual approval of " +"\"Friends\" and \"Followers\"." +msgstr "" + +#: mod/settings.php:1073 +msgid "Soapbox Page" +msgstr "Zeepkist-pagina" + +#: mod/settings.php:1074 +msgid "" +"Account for a public profile that automatically approves contact requests as" +" \"Followers\"." +msgstr "" + +#: mod/settings.php:1077 +msgid "Public Forum" +msgstr "" + +#: mod/settings.php:1078 +msgid "Automatically approves all contact requests." +msgstr "" + +#: mod/settings.php:1081 +msgid "Automatic Friend Page" +msgstr "Automatisch Vriendschapspagina" + +#: mod/settings.php:1082 +msgid "" +"Account for a popular profile that automatically approves contact requests " +"as \"Friends\"." +msgstr "" + +#: mod/settings.php:1085 +msgid "Private Forum [Experimental]" +msgstr "Privé-forum [experimenteel]" + +#: mod/settings.php:1086 +msgid "Requires manual approval of contact requests." +msgstr "" + +#: mod/settings.php:1097 +msgid "OpenID:" +msgstr "OpenID:" + +#: mod/settings.php:1097 +msgid "(Optional) Allow this OpenID to login to this account." +msgstr "(Optioneel) Laat dit OpenID toe om in te loggen op deze account." + +#: mod/settings.php:1105 +msgid "Publish your default profile in your local site directory?" +msgstr "Je standaardprofiel in je lokale gids publiceren?" + +#: mod/settings.php:1105 #, php-format msgid "" -"Please choose the profile you would like to display to %s when viewing your " -"profile securely." -msgstr "Kies het profiel dat getoond moet worden wanneer %s uw profiel bezoekt. " +"Your profile will be published in the global friendica directories (e.g. %s). Your profile will be visible in public." +msgstr "" -#: mod/contacts.php:580 -msgid "Contact Information / Notes" -msgstr "Contactinformatie / aantekeningen" +#: mod/settings.php:1111 +msgid "Publish your default profile in the global social directory?" +msgstr "Je standaardprofiel in de globale sociale gids publiceren?" -#: mod/contacts.php:581 -msgid "Edit contact notes" -msgstr "Wijzig aantekeningen over dit contact" - -#: mod/contacts.php:587 -msgid "Block/Unblock contact" -msgstr "Blokkeer/deblokkeer contact" - -#: mod/contacts.php:588 -msgid "Ignore contact" -msgstr "Negeer contact" - -#: mod/contacts.php:589 -msgid "Repair URL settings" -msgstr "Repareer URL-instellingen" - -#: mod/contacts.php:590 -msgid "View conversations" -msgstr "Toon conversaties" - -#: mod/contacts.php:596 -msgid "Last update:" -msgstr "Laatste wijziging:" - -#: mod/contacts.php:598 -msgid "Update public posts" -msgstr "Openbare posts aanpassen" - -#: mod/contacts.php:600 mod/contacts.php:974 -msgid "Update now" -msgstr "Wijzig nu" - -#: mod/contacts.php:606 mod/contacts.php:806 mod/contacts.php:991 -msgid "Unignore" -msgstr "Negeer niet meer" - -#: mod/contacts.php:610 -msgid "Currently blocked" -msgstr "Op dit moment geblokkeerd" - -#: mod/contacts.php:611 -msgid "Currently ignored" -msgstr "Op dit moment genegeerd" - -#: mod/contacts.php:612 -msgid "Currently archived" -msgstr "Op dit moment gearchiveerd" - -#: mod/contacts.php:613 +#: mod/settings.php:1111 +#, php-format msgid "" -"Replies/likes to your public posts may still be visible" -msgstr "Antwoorden of 'vind ik leuk's op je openbare posts kunnen nog zichtbaar zijn" - -#: mod/contacts.php:614 -msgid "Notification for new posts" -msgstr "Meldingen voor nieuwe berichten" - -#: mod/contacts.php:614 -msgid "Send a notification of every new post of this contact" +"Your profile will be published in this node's local " +"directory. Your profile details may be publicly visible depending on the" +" system settings." msgstr "" -#: mod/contacts.php:617 -msgid "Blacklisted keywords" -msgstr "" +#: mod/settings.php:1118 +msgid "Hide your contact/friend list from viewers of your default profile?" +msgstr "Je vrienden/contacten verbergen voor bezoekers van je standaard profiel?" -#: mod/contacts.php:617 +#: mod/settings.php:1118 msgid "" -"Comma separated list of keywords that should not be converted to hashtags, " -"when \"Fetch information and keywords\" is selected" +"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/contacts.php:635 -msgid "Actions" +#: mod/settings.php:1122 +msgid "Hide your profile details from anonymous viewers?" msgstr "" -#: mod/contacts.php:638 -msgid "Contact Settings" +#: mod/settings.php:1122 +msgid "" +"Anonymous visitors will only see your profile picture, your display name and" +" the nickname you are using on your profile page. Disables posting public " +"messages to Diaspora and other networks." msgstr "" -#: mod/contacts.php:684 -msgid "Suggestions" -msgstr "Voorstellen" +#: mod/settings.php:1126 +msgid "Allow friends to post to your profile page?" +msgstr "Vrienden toestaan om op jou profielpagina te posten?" -#: mod/contacts.php:687 -msgid "Suggest potential friends" -msgstr "Stel vrienden voor" - -#: mod/contacts.php:695 -msgid "Show all contacts" -msgstr "Toon alle contacten" - -#: mod/contacts.php:700 -msgid "Unblocked" -msgstr "Niet geblokkeerd" - -#: mod/contacts.php:703 -msgid "Only show unblocked contacts" -msgstr "Toon alleen niet-geblokkeerde contacten" - -#: mod/contacts.php:709 -msgid "Blocked" -msgstr "Geblokkeerd" - -#: mod/contacts.php:712 -msgid "Only show blocked contacts" -msgstr "Toon alleen geblokkeerde contacten" - -#: mod/contacts.php:718 -msgid "Ignored" -msgstr "Genegeerd" - -#: mod/contacts.php:721 -msgid "Only show ignored contacts" -msgstr "Toon alleen genegeerde contacten" - -#: mod/contacts.php:727 -msgid "Archived" -msgstr "Gearchiveerd" - -#: mod/contacts.php:730 -msgid "Only show archived contacts" -msgstr "Toon alleen gearchiveerde contacten" - -#: mod/contacts.php:736 -msgid "Hidden" -msgstr "Verborgen" - -#: mod/contacts.php:739 -msgid "Only show hidden contacts" -msgstr "Toon alleen verborgen contacten" - -#: mod/contacts.php:796 -msgid "Search your contacts" -msgstr "Doorzoek je contacten" - -#: mod/contacts.php:807 mod/contacts.php:999 -msgid "Archive" -msgstr "Archiveer" - -#: mod/contacts.php:807 mod/contacts.php:999 -msgid "Unarchive" -msgstr "Archiveer niet meer" - -#: mod/contacts.php:810 -msgid "Batch Actions" +#: mod/settings.php:1126 +msgid "" +"Your contacts may write posts on your profile wall. These posts will be " +"distributed to your contacts" msgstr "" -#: mod/contacts.php:856 -msgid "View all contacts" -msgstr "Alle contacten zien" +#: mod/settings.php:1130 +msgid "Allow friends to tag your posts?" +msgstr "Sta vrienden toe om jouw berichten te labelen?" -#: mod/contacts.php:866 -msgid "View all common friends" +#: mod/settings.php:1130 +msgid "Your contacts can add additional tags to your posts." msgstr "" -#: mod/contacts.php:873 -msgid "Advanced Contact Settings" -msgstr "Geavanceerde instellingen voor contacten" +#: mod/settings.php:1134 +msgid "Allow us to suggest you as a potential friend to new members?" +msgstr "Sta je mij toe om jou als mogelijke vriend voor te stellen aan nieuwe leden?" -#: mod/contacts.php:907 -msgid "Mutual Friendship" -msgstr "Wederzijdse vriendschap" +#: mod/settings.php:1134 +msgid "" +"If you like, Friendica may suggest new members to add you as a contact." +msgstr "" -#: mod/contacts.php:911 -msgid "is a fan of yours" -msgstr "Is een fan van jou" +#: mod/settings.php:1138 +msgid "Permit unknown people to send you private mail?" +msgstr "Mogen onbekende personen jou privé berichten sturen?" -#: mod/contacts.php:915 -msgid "you are a fan of" -msgstr "Jij bent een fan van" +#: mod/settings.php:1138 +msgid "" +"Friendica network users may send you private messages even if they are not " +"in your contact list." +msgstr "" -#: mod/contacts.php:985 -msgid "Toggle Blocked status" -msgstr "Schakel geblokkeerde status" +#: mod/settings.php:1142 +msgid "Profile is not published." +msgstr "Profiel is niet gepubliceerd." -#: mod/contacts.php:993 -msgid "Toggle Ignored status" -msgstr "Schakel negeerstatus" +#: mod/settings.php:1148 +#, php-format +msgid "Your Identity Address is '%s' or '%s'." +msgstr "" -#: mod/contacts.php:1001 -msgid "Toggle Archive status" -msgstr "Schakel archiveringsstatus" +#: mod/settings.php:1155 +msgid "Automatically expire posts after this many days:" +msgstr "Laat berichten automatisch vervallen na zo veel dagen:" -#: mod/contacts.php:1009 -msgid "Delete contact" +#: mod/settings.php:1155 +msgid "If empty, posts will not expire. Expired posts will be deleted" +msgstr "Berichten zullen niet vervallen indien leeg. Vervallen berichten zullen worden verwijderd." + +#: mod/settings.php:1156 +msgid "Advanced expiration settings" +msgstr "Geavanceerde instellingen voor vervallen" + +#: mod/settings.php:1157 +msgid "Advanced Expiration" +msgstr "Geavanceerd Verval:" + +#: mod/settings.php:1158 +msgid "Expire posts:" +msgstr "Laat berichten vervallen:" + +#: mod/settings.php:1159 +msgid "Expire personal notes:" +msgstr "Laat persoonlijke aantekeningen verlopen:" + +#: mod/settings.php:1160 +msgid "Expire starred posts:" +msgstr "Laat berichten met ster verlopen" + +#: mod/settings.php:1161 +msgid "Expire photos:" +msgstr "Laat foto's vervallen:" + +#: mod/settings.php:1162 +msgid "Only expire posts by others:" +msgstr "Laat alleen berichten door anderen vervallen:" + +#: mod/settings.php:1192 +msgid "Account Settings" +msgstr "Account Instellingen" + +#: mod/settings.php:1200 +msgid "Password Settings" +msgstr "Wachtwoord Instellingen" + +#: mod/settings.php:1202 +msgid "Leave password fields blank unless changing" +msgstr "Laat de wachtwoord-velden leeg, tenzij je het wilt veranderen" + +#: mod/settings.php:1203 +msgid "Current Password:" +msgstr "Huidig wachtwoord:" + +#: mod/settings.php:1203 mod/settings.php:1204 +msgid "Your current password to confirm the changes" +msgstr "Je huidig wachtwoord om de wijzigingen te bevestigen" + +#: mod/settings.php:1204 +msgid "Password:" +msgstr "Wachtwoord:" + +#: mod/settings.php:1208 +msgid "Basic Settings" +msgstr "Basis Instellingen" + +#: mod/settings.php:1209 src/Model/Profile.php:738 +msgid "Full Name:" +msgstr "Volledige Naam:" + +#: mod/settings.php:1210 +msgid "Email Address:" +msgstr "E-mailadres:" + +#: mod/settings.php:1211 +msgid "Your Timezone:" +msgstr "Je Tijdzone:" + +#: mod/settings.php:1212 +msgid "Your Language:" +msgstr "" + +#: mod/settings.php:1212 +msgid "" +"Set the language we use to show you friendica interface and to send you " +"emails" +msgstr "" + +#: mod/settings.php:1213 +msgid "Default Post Location:" +msgstr "Standaard locatie:" + +#: mod/settings.php:1214 +msgid "Use Browser Location:" +msgstr "Gebruik Webbrowser Locatie:" + +#: mod/settings.php:1217 +msgid "Security and Privacy Settings" +msgstr "Instellingen voor Beveiliging en Privacy" + +#: mod/settings.php:1219 +msgid "Maximum Friend Requests/Day:" +msgstr "Maximum aantal vriendschapsverzoeken per dag:" + +#: mod/settings.php:1219 mod/settings.php:1248 +msgid "(to prevent spam abuse)" +msgstr "(om spam misbruik te voorkomen)" + +#: mod/settings.php:1220 +msgid "Default Post Permissions" +msgstr "Standaard rechten voor nieuwe berichten" + +#: mod/settings.php:1221 +msgid "(click to open/close)" +msgstr "(klik om te openen/sluiten)" + +#: mod/settings.php:1231 +msgid "Default Private Post" +msgstr "Standaard Privé Post" + +#: mod/settings.php:1232 +msgid "Default Public Post" +msgstr "Standaard Publieke Post" + +#: mod/settings.php:1236 +msgid "Default Permissions for New Posts" +msgstr "Standaard rechten voor nieuwe berichten" + +#: mod/settings.php:1248 +msgid "Maximum private messages per day from unknown people:" +msgstr "Maximum aantal privé-berichten per dag van onbekende personen:" + +#: mod/settings.php:1251 +msgid "Notification Settings" +msgstr "Notificatie Instellingen" + +#: mod/settings.php:1252 +msgid "By default post a status message when:" +msgstr "Post automatisch een bericht op je tijdlijn wanneer:" + +#: mod/settings.php:1253 +msgid "accepting a friend request" +msgstr "Een vriendschapsverzoek accepteren" + +#: mod/settings.php:1254 +msgid "joining a forum/community" +msgstr "Lid worden van een groep/forum" + +#: mod/settings.php:1255 +msgid "making an interesting profile change" +msgstr "Een interessante verandering aan je profiel" + +#: mod/settings.php:1256 +msgid "Send a notification email when:" +msgstr "Stuur een notificatie e-mail wanneer:" + +#: mod/settings.php:1257 +msgid "You receive an introduction" +msgstr "Je ontvangt een vriendschaps- of connectieverzoek" + +#: mod/settings.php:1258 +msgid "Your introductions are confirmed" +msgstr "Jouw vriendschaps- of connectieverzoeken zijn bevestigd" + +#: mod/settings.php:1259 +msgid "Someone writes on your profile wall" +msgstr "Iemand iets op je tijdlijn schrijft" + +#: mod/settings.php:1260 +msgid "Someone writes a followup comment" +msgstr "Iemand een reactie schrijft" + +#: mod/settings.php:1261 +msgid "You receive a private message" +msgstr "Je een privé-bericht ontvangt" + +#: mod/settings.php:1262 +msgid "You receive a friend suggestion" +msgstr "Je een suggestie voor een vriendschap ontvangt" + +#: mod/settings.php:1263 +msgid "You are tagged in a post" +msgstr "Je expliciet in een bericht bent genoemd" + +#: mod/settings.php:1264 +msgid "You are poked/prodded/etc. in a post" +msgstr "Je in een bericht bent aangestoten/gepord/etc." + +#: mod/settings.php:1266 +msgid "Activate desktop notifications" +msgstr "" + +#: mod/settings.php:1266 +msgid "Show desktop popup on new notifications" +msgstr "" + +#: mod/settings.php:1268 +msgid "Text-only notification emails" +msgstr "" + +#: mod/settings.php:1270 +msgid "Send text only notification emails, without the html part" +msgstr "" + +#: mod/settings.php:1272 +msgid "Show detailled notifications" +msgstr "" + +#: mod/settings.php:1274 +msgid "" +"Per default, notifications are condensed to a single notification per item. " +"When enabled every notification is displayed." +msgstr "" + +#: mod/settings.php:1276 +msgid "Advanced Account/Page Type Settings" +msgstr "" + +#: mod/settings.php:1277 +msgid "Change the behaviour of this account for special situations" +msgstr "" + +#: mod/settings.php:1280 +msgid "Relocate" +msgstr "" + +#: mod/settings.php:1281 +msgid "" +"If you have moved this profile from another server, and some of your " +"contacts don't receive your updates, try pushing this button." +msgstr "" + +#: mod/settings.php:1282 +msgid "Resend relocate message to contacts" +msgstr "" + +#: src/Core/UserImport.php:104 +msgid "Error decoding account file" +msgstr "" + +#: src/Core/UserImport.php:110 +msgid "Error! No version data in file! This is not a Friendica account file?" +msgstr "" + +#: src/Core/UserImport.php:118 +#, php-format +msgid "User '%s' already exists on this server!" +msgstr "Gebruiker '%s' bestaat al op deze server!" + +#: src/Core/UserImport.php:151 +msgid "User creation error" +msgstr "Fout bij het aanmaken van de gebruiker" + +#: src/Core/UserImport.php:169 +msgid "User profile creation error" +msgstr "Fout bij het aanmaken van het gebruikersprofiel" + +#: src/Core/UserImport.php:213 +#, php-format +msgid "%d contact not imported" +msgid_plural "%d contacts not imported" +msgstr[0] "%d contact werd niet geïmporteerd" +msgstr[1] "%d contacten werden niet geïmporteerd" + +#: src/Core/UserImport.php:278 +msgid "Done. You can now login with your username and password" +msgstr "Gebeurd. Je kunt nu inloggen met je gebruikersnaam en wachtwoord" + +#: src/Core/NotificationsManager.php:171 +msgid "System" +msgstr "Systeem" + +#: src/Core/NotificationsManager.php:192 src/Content/Nav.php:124 +#: src/Content/Nav.php:181 +msgid "Home" +msgstr "Tijdlijn" + +#: src/Core/NotificationsManager.php:199 src/Content/Nav.php:186 +msgid "Introductions" +msgstr "Verzoeken" + +#: src/Core/NotificationsManager.php:256 src/Core/NotificationsManager.php:268 +#, php-format +msgid "%s commented on %s's post" +msgstr "%s gaf een reactie op het bericht van %s" + +#: src/Core/NotificationsManager.php:267 +#, php-format +msgid "%s created a new post" +msgstr "%s schreef een nieuw bericht" + +#: src/Core/NotificationsManager.php:281 +#, php-format +msgid "%s liked %s's post" +msgstr "%s vond het bericht van %s leuk" + +#: src/Core/NotificationsManager.php:294 +#, php-format +msgid "%s disliked %s's post" +msgstr "%s vond het bericht van %s niet leuk" + +#: src/Core/NotificationsManager.php:307 +#, php-format +msgid "%s is attending %s's event" +msgstr "" + +#: src/Core/NotificationsManager.php:320 +#, php-format +msgid "%s is not attending %s's event" +msgstr "" + +#: src/Core/NotificationsManager.php:333 +#, php-format +msgid "%s may attend %s's event" +msgstr "" + +#: src/Core/NotificationsManager.php:350 +#, php-format +msgid "%s is now friends with %s" +msgstr "%s is nu bevriend met %s" + +#: src/Core/NotificationsManager.php:825 +msgid "Friend Suggestion" +msgstr "Vriendschapsvoorstel" + +#: src/Core/NotificationsManager.php:851 +msgid "Friend/Connect Request" +msgstr "Vriendschapsverzoek" + +#: src/Core/NotificationsManager.php:851 +msgid "New Follower" +msgstr "Nieuwe Volger" + +#: src/Core/ACL.php:295 +msgid "Post to Email" +msgstr "Verzenden per e-mail" + +#: src/Core/ACL.php:301 +msgid "Hide your profile details from unknown viewers?" +msgstr "Je profieldetails verbergen voor onbekende bezoekers?" + +#: src/Core/ACL.php:300 +#, php-format +msgid "Connectors disabled, since \"%s\" is enabled." +msgstr "" + +#: src/Core/ACL.php:307 +msgid "Visible to everybody" +msgstr "Zichtbaar voor iedereen" + +#: src/Core/ACL.php:308 view/theme/vier/config.php:115 +msgid "show" +msgstr "tonen" + +#: src/Core/ACL.php:309 view/theme/vier/config.php:115 +msgid "don't show" +msgstr "niet tonen" + +#: src/Core/ACL.php:319 +msgid "Close" +msgstr "Afsluiten" + +#: src/Util/Temporal.php:147 src/Model/Profile.php:758 +msgid "Birthday:" +msgstr "Verjaardag:" + +#: src/Util/Temporal.php:151 +msgid "YYYY-MM-DD or MM-DD" +msgstr "" + +#: src/Util/Temporal.php:294 +msgid "never" +msgstr "nooit" + +#: src/Util/Temporal.php:300 +msgid "less than a second ago" +msgstr "minder dan een seconde geleden" + +#: src/Util/Temporal.php:303 +msgid "year" +msgstr "jaar" + +#: src/Util/Temporal.php:303 +msgid "years" +msgstr "jaren" + +#: src/Util/Temporal.php:304 +msgid "months" +msgstr "maanden" + +#: src/Util/Temporal.php:305 +msgid "weeks" +msgstr "weken" + +#: src/Util/Temporal.php:306 +msgid "days" +msgstr "dagen" + +#: src/Util/Temporal.php:307 +msgid "hour" +msgstr "uur" + +#: src/Util/Temporal.php:307 +msgid "hours" +msgstr "uren" + +#: src/Util/Temporal.php:308 +msgid "minute" +msgstr "minuut" + +#: src/Util/Temporal.php:308 +msgid "minutes" +msgstr "minuten" + +#: src/Util/Temporal.php:309 +msgid "second" +msgstr "seconde" + +#: src/Util/Temporal.php:309 +msgid "seconds" +msgstr "secondes" + +#: src/Util/Temporal.php:318 +#, php-format +msgid "%1$d %2$s ago" +msgstr "%1$d %2$s geleden" + +#: src/Content/Text/BBCode.php:555 +msgid "view full size" +msgstr "Volledig formaat" + +#: src/Content/Text/BBCode.php:981 src/Content/Text/BBCode.php:1750 +#: src/Content/Text/BBCode.php:1751 +msgid "Image/photo" +msgstr "Afbeelding/foto" + +#: src/Content/Text/BBCode.php:1119 +#, php-format +msgid "%2$s %3$s" +msgstr "" + +#: src/Content/Text/BBCode.php:1677 src/Content/Text/BBCode.php:1699 +msgid "$1 wrote:" +msgstr "$1 schreef:" + +#: src/Content/Text/BBCode.php:1759 src/Content/Text/BBCode.php:1760 +msgid "Encrypted content" +msgstr "Versleutelde inhoud" + +#: src/Content/Text/BBCode.php:1879 +msgid "Invalid source protocol" +msgstr "" + +#: src/Content/Text/BBCode.php:1890 +msgid "Invalid link protocol" +msgstr "" + +#: src/Content/ForumManager.php:127 view/theme/vier/theme.php:256 +msgid "External link to forum" +msgstr "" + +#: src/Content/Nav.php:53 +msgid "Nothing new here" +msgstr "Niets nieuw hier" + +#: src/Content/Nav.php:57 +msgid "Clear notifications" +msgstr "Notificaties verwijderen" + +#: src/Content/Nav.php:97 src/Module/Login.php:311 +#: view/theme/frio/theme.php:256 +msgid "Logout" +msgstr "Uitloggen" + +#: src/Content/Nav.php:97 view/theme/frio/theme.php:256 +msgid "End this session" +msgstr "Deze sessie beëindigen" + +#: src/Content/Nav.php:100 src/Content/Nav.php:181 +#: view/theme/frio/theme.php:259 +msgid "Your posts and conversations" +msgstr "Jouw berichten en gesprekken" + +#: src/Content/Nav.php:101 view/theme/frio/theme.php:260 +msgid "Your profile page" +msgstr "Jouw profiel pagina" + +#: src/Content/Nav.php:102 view/theme/frio/theme.php:261 +msgid "Your photos" +msgstr "Jouw foto's" + +#: src/Content/Nav.php:103 src/Model/Profile.php:912 src/Model/Profile.php:915 +#: view/theme/frio/theme.php:262 +msgid "Videos" +msgstr "Video's" + +#: src/Content/Nav.php:103 view/theme/frio/theme.php:262 +msgid "Your videos" +msgstr "" + +#: src/Content/Nav.php:104 view/theme/frio/theme.php:263 +msgid "Your events" +msgstr "Jouw gebeurtenissen" + +#: src/Content/Nav.php:105 +msgid "Personal notes" +msgstr "Persoonlijke nota's" + +#: src/Content/Nav.php:105 +msgid "Your personal notes" +msgstr "" + +#: src/Content/Nav.php:114 +msgid "Sign in" +msgstr "Inloggen" + +#: src/Content/Nav.php:124 +msgid "Home Page" +msgstr "Jouw tijdlijn" + +#: src/Content/Nav.php:128 +msgid "Create an account" +msgstr "Maak een accoount" + +#: src/Content/Nav.php:134 +msgid "Help and documentation" +msgstr "Hulp en documentatie" + +#: src/Content/Nav.php:138 +msgid "Apps" +msgstr "Apps" + +#: src/Content/Nav.php:138 +msgid "Addon applications, utilities, games" +msgstr "Extra toepassingen, hulpmiddelen of spelletjes" + +#: src/Content/Nav.php:142 +msgid "Search site content" +msgstr "Doorzoek de inhoud van de website" + +#: src/Content/Nav.php:165 +msgid "Community" +msgstr "Website" + +#: src/Content/Nav.php:165 +msgid "Conversations on this and other servers" +msgstr "" + +#: src/Content/Nav.php:169 src/Model/Profile.php:927 src/Model/Profile.php:938 +#: view/theme/frio/theme.php:267 +msgid "Events and Calendar" +msgstr "Gebeurtenissen en kalender" + +#: src/Content/Nav.php:172 +msgid "Directory" +msgstr "Gids" + +#: src/Content/Nav.php:172 +msgid "People directory" +msgstr "Personengids" + +#: src/Content/Nav.php:174 +msgid "Information about this friendica instance" +msgstr "" + +#: src/Content/Nav.php:178 view/theme/frio/theme.php:266 +msgid "Conversations from your friends" +msgstr "Gesprekken van je vrienden" + +#: src/Content/Nav.php:179 +msgid "Network Reset" +msgstr "Netwerkpagina opnieuw instellen" + +#: src/Content/Nav.php:179 +msgid "Load Network page with no filters" +msgstr "Laad de netwerkpagina zonder filters" + +#: src/Content/Nav.php:186 +msgid "Friend Requests" +msgstr "Vriendschapsverzoeken" + +#: src/Content/Nav.php:190 +msgid "See all notifications" +msgstr "Toon alle notificaties" + +#: src/Content/Nav.php:191 +msgid "Mark all system notifications seen" +msgstr "Alle systeemnotificaties als gelezen markeren" + +#: src/Content/Nav.php:195 view/theme/frio/theme.php:268 +msgid "Private mail" +msgstr "Privéberichten" + +#: src/Content/Nav.php:196 +msgid "Inbox" +msgstr "Inbox" + +#: src/Content/Nav.php:197 +msgid "Outbox" +msgstr "Verzonden berichten" + +#: src/Content/Nav.php:201 +msgid "Manage" +msgstr "Beheren" + +#: src/Content/Nav.php:201 +msgid "Manage other pages" +msgstr "Andere pagina's beheren" + +#: src/Content/Nav.php:206 view/theme/frio/theme.php:269 +msgid "Account settings" +msgstr "Account instellingen" + +#: src/Content/Nav.php:209 src/Model/Profile.php:372 +msgid "Profiles" +msgstr "Profielen" + +#: src/Content/Nav.php:209 +msgid "Manage/Edit Profiles" +msgstr "Beheer/Wijzig Profielen" + +#: src/Content/Nav.php:212 view/theme/frio/theme.php:270 +msgid "Manage/edit friends and contacts" +msgstr "Beheer/Wijzig vrienden en contacten" + +#: src/Content/Nav.php:217 +msgid "Site setup and configuration" +msgstr "Website opzetten en configureren" + +#: src/Content/Nav.php:220 +msgid "Navigation" +msgstr "Navigatie" + +#: src/Content/Nav.php:220 +msgid "Site map" +msgstr "Sitemap" + +#: src/Content/OEmbed.php:253 +msgid "Embedding disabled" +msgstr "Inbedden uitgeschakeld" + +#: src/Content/OEmbed.php:373 +msgid "Embedded content" +msgstr "Ingebedde inhoud" + +#: src/Content/Widget/CalendarExport.php:61 +msgid "Export" +msgstr "Exporteer" + +#: src/Content/Widget/CalendarExport.php:62 +msgid "Export calendar as ical" +msgstr "Exporteer kalender als ical" + +#: src/Content/Widget/CalendarExport.php:63 +msgid "Export calendar as csv" +msgstr "Exporteer kalender als csv" + +#: src/Content/Feature.php:79 +msgid "General Features" +msgstr "Algemene functies" + +#: src/Content/Feature.php:81 +msgid "Multiple Profiles" +msgstr "Meerdere profielen" + +#: src/Content/Feature.php:81 +msgid "Ability to create multiple profiles" +msgstr "Mogelijkheid om meerdere profielen aan te maken" + +#: 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 "Functies voor het opstellen van berichten" + +#: src/Content/Feature.php:89 +msgid "Post Preview" +msgstr "Voorvertoning bericht" + +#: src/Content/Feature.php:89 +msgid "Allow previewing posts and comments before publishing them" +msgstr "" + +#: src/Content/Feature.php:90 +msgid "Auto-mention Forums" +msgstr "" + +#: src/Content/Feature.php:90 +msgid "" +"Add/remove mention when a forum page is selected/deselected in ACL window." +msgstr "" + +#: src/Content/Feature.php:95 +msgid "Network Sidebar Widgets" +msgstr "Zijbalkwidgets op netwerkpagina" + +#: src/Content/Feature.php:96 +msgid "Search by Date" +msgstr "Zoeken op datum" + +#: src/Content/Feature.php:96 +msgid "Ability to select posts by date ranges" +msgstr "Mogelijkheid om berichten te selecteren volgens datumbereik" + +#: src/Content/Feature.php:97 src/Content/Feature.php:127 +msgid "List Forums" +msgstr "" + +#: src/Content/Feature.php:97 +msgid "Enable widget to display the forums your are connected with" +msgstr "" + +#: src/Content/Feature.php:98 +msgid "Group Filter" +msgstr "Groepsfilter" + +#: src/Content/Feature.php:98 +msgid "Enable widget to display Network posts only from selected group" +msgstr "Sta de widget toe om netwerkberichten te tonen van bepaalde groepen" + +#: src/Content/Feature.php:99 +msgid "Network Filter" +msgstr "Netwerkfilter" + +#: src/Content/Feature.php:99 +msgid "Enable widget to display Network posts only from selected network" +msgstr "Sta de widget toe om netwerkberichten te tonen van bepaalde netwerken" + +#: src/Content/Feature.php:100 +msgid "Save search terms for re-use" +msgstr "Sla zoekopdrachten op voor hergebruik" + +#: src/Content/Feature.php:105 +msgid "Network Tabs" +msgstr "Netwerktabs" + +#: src/Content/Feature.php:106 +msgid "Network Personal Tab" +msgstr "Persoonlijke netwerktab" + +#: src/Content/Feature.php:106 +msgid "Enable tab to display only Network posts that you've interacted on" +msgstr "Sta het toe dat de tab netwerkberichten toont waarmee je interactie had" + +#: src/Content/Feature.php:107 +msgid "Network New Tab" +msgstr "Nieuwe netwerktab" + +#: src/Content/Feature.php:107 +msgid "Enable tab to display only new Network posts (from the last 12 hours)" +msgstr "Laat de tab alleen nieuwe netwerkberichten tonen (van de laatste 12 uur)" + +#: src/Content/Feature.php:108 +msgid "Network Shared Links Tab" +msgstr "" + +#: src/Content/Feature.php:108 +msgid "Enable tab to display only Network posts with links in them" +msgstr "" + +#: src/Content/Feature.php:113 +msgid "Post/Comment Tools" +msgstr "Bericht-/reactiehulpmiddelen" + +#: src/Content/Feature.php:114 +msgid "Multiple Deletion" +msgstr "Meervoudige verwijdering" + +#: src/Content/Feature.php:114 +msgid "Select and delete multiple posts/comments at once" +msgstr "Selecteer en verwijder meerdere berichten/reacties in een keer" + +#: src/Content/Feature.php:115 +msgid "Edit Sent Posts" +msgstr "Bewerk verzonden berichten" + +#: src/Content/Feature.php:115 +msgid "Edit and correct posts and comments after sending" +msgstr "Bewerk en corrigeer berichten en reacties na verzending" + +#: src/Content/Feature.php:116 +msgid "Tagging" +msgstr "Labelen" + +#: src/Content/Feature.php:116 +msgid "Ability to tag existing posts" +msgstr "Mogelijkheid om bestaande berichten te labelen" + +#: src/Content/Feature.php:117 +msgid "Post Categories" +msgstr "Categorieën berichten" + +#: src/Content/Feature.php:117 +msgid "Add categories to your posts" +msgstr "Voeg categorieën toe aan je berichten" + +#: src/Content/Feature.php:118 src/Content/Widget.php:200 +msgid "Saved Folders" +msgstr "Bewaarde Mappen" + +#: src/Content/Feature.php:118 +msgid "Ability to file posts under folders" +msgstr "Mogelijkheid om berichten in mappen te bewaren" + +#: src/Content/Feature.php:119 +msgid "Dislike Posts" +msgstr "Vind berichten niet leuk" + +#: src/Content/Feature.php:119 +msgid "Ability to dislike posts/comments" +msgstr "Mogelijkheid om berichten of reacties niet leuk te vinden" + +#: src/Content/Feature.php:120 +msgid "Star Posts" +msgstr "Geef berichten een ster" + +#: src/Content/Feature.php:120 +msgid "Ability to mark special posts with a star indicator" +msgstr "" + +#: src/Content/Feature.php:121 +msgid "Mute Post Notifications" +msgstr "" + +#: src/Content/Feature.php:121 +msgid "Ability to mute notifications for a thread" +msgstr "" + +#: src/Content/Feature.php:126 +msgid "Advanced Profile Settings" +msgstr "" + +#: src/Content/Feature.php:127 +msgid "Show visitors public community forums at the Advanced Profile Page" +msgstr "" + +#: src/Content/Feature.php:128 +msgid "Tag Cloud" +msgstr "" + +#: src/Content/Feature.php:128 +msgid "Provide a personal tag cloud on your profile page" +msgstr "" + +#: src/Content/Feature.php:129 +msgid "Display Membership Date" +msgstr "" + +#: src/Content/Feature.php:129 +msgid "Display membership date in profile" +msgstr "" + +#: src/Content/Widget.php:33 +msgid "Add New Contact" +msgstr "Nieuw Contact toevoegen" + +#: src/Content/Widget.php:34 +msgid "Enter address or web location" +msgstr "Voeg een webadres of -locatie in:" + +#: src/Content/Widget.php:35 +msgid "Example: bob@example.com, http://example.com/barbara" +msgstr "Voorbeeld: jan@voorbeeld.be, http://voorbeeld.nl/barbara" + +#: src/Content/Widget.php:53 +#, php-format +msgid "%d invitation available" +msgid_plural "%d invitations available" +msgstr[0] "%d uitnodiging beschikbaar" +msgstr[1] "%d uitnodigingen beschikbaar" + +#: src/Content/Widget.php:59 +msgid "Find People" +msgstr "Zoek mensen" + +#: src/Content/Widget.php:60 +msgid "Enter name or interest" +msgstr "Vul naam of interesse in" + +#: src/Content/Widget.php:62 +msgid "Examples: Robert Morgenstein, Fishing" +msgstr "Voorbeelden: Jan Peeters, Vissen" + +#: src/Content/Widget.php:65 view/theme/vier/theme.php:202 +msgid "Similar Interests" +msgstr "Dezelfde interesses" + +#: src/Content/Widget.php:66 +msgid "Random Profile" +msgstr "Willekeurig Profiel" + +#: src/Content/Widget.php:67 view/theme/vier/theme.php:204 +msgid "Invite Friends" +msgstr "Vrienden uitnodigen" + +#: src/Content/Widget.php:68 +msgid "View Global Directory" +msgstr "" + +#: src/Content/Widget.php:159 +msgid "Networks" +msgstr "Netwerken" + +#: src/Content/Widget.php:162 +msgid "All Networks" +msgstr "Alle netwerken" + +#: src/Content/Widget.php:203 src/Content/Widget.php:243 +msgid "Everything" +msgstr "Alles" + +#: src/Content/Widget.php:240 +msgid "Categories" +msgstr "Categorieën" + +#: src/Content/Widget.php:307 +#, php-format +msgid "%d contact in common" +msgid_plural "%d contacts in common" +msgstr[0] "%d gedeeld contact" +msgstr[1] "%d gedeelde contacten" + +#: src/Content/ContactSelector.php:55 +msgid "Frequently" +msgstr "Frequent" + +#: src/Content/ContactSelector.php:56 +msgid "Hourly" +msgstr "Ieder uur" + +#: src/Content/ContactSelector.php:57 +msgid "Twice daily" +msgstr "Twee maal daags" + +#: src/Content/ContactSelector.php:58 +msgid "Daily" +msgstr "Dagelijks" + +#: src/Content/ContactSelector.php:59 +msgid "Weekly" +msgstr "Wekelijks" + +#: src/Content/ContactSelector.php:60 +msgid "Monthly" +msgstr "Maandelijks" + +#: src/Content/ContactSelector.php:80 +msgid "OStatus" +msgstr "OStatus" + +#: src/Content/ContactSelector.php:81 +msgid "RSS/Atom" +msgstr "RSS/Atom" + +#: src/Content/ContactSelector.php:84 +msgid "Facebook" +msgstr "Facebook" + +#: src/Content/ContactSelector.php:85 +msgid "Zot!" +msgstr "Zot!" + +#: src/Content/ContactSelector.php:86 +msgid "LinkedIn" +msgstr "LinkedIn" + +#: src/Content/ContactSelector.php:87 +msgid "XMPP/IM" +msgstr "XMPP/Chat" + +#: src/Content/ContactSelector.php:88 +msgid "MySpace" +msgstr "MySpace" + +#: src/Content/ContactSelector.php:89 +msgid "Google+" +msgstr "Google+" + +#: src/Content/ContactSelector.php:90 +msgid "pump.io" +msgstr "pump.io" + +#: src/Content/ContactSelector.php:91 +msgid "Twitter" +msgstr "Twitter" + +#: src/Content/ContactSelector.php:92 +msgid "Diaspora Connector" +msgstr "Diaspora Connector" + +#: src/Content/ContactSelector.php:93 +msgid "GNU Social Connector" +msgstr "GNU Social Connector" + +#: src/Content/ContactSelector.php:94 +msgid "pnut" +msgstr "pnut" + +#: src/Content/ContactSelector.php:95 +msgid "App.net" +msgstr "App.net" + +#: src/Content/ContactSelector.php:125 +msgid "Male" +msgstr "Mannelijk" + +#: src/Content/ContactSelector.php:125 +msgid "Female" +msgstr "Vrouwelijk" + +#: src/Content/ContactSelector.php:125 +msgid "Currently Male" +msgstr "Momenteel mannelijk" + +#: src/Content/ContactSelector.php:125 +msgid "Currently Female" +msgstr "Momenteel vrouwelijk" + +#: src/Content/ContactSelector.php:125 +msgid "Mostly Male" +msgstr "Hoofdzakelijk mannelijk" + +#: src/Content/ContactSelector.php:125 +msgid "Mostly Female" +msgstr "Hoofdzakelijk vrouwelijk" + +#: src/Content/ContactSelector.php:125 +msgid "Transgender" +msgstr "Transgender" + +#: src/Content/ContactSelector.php:125 +msgid "Intersex" +msgstr "Intersex" + +#: src/Content/ContactSelector.php:125 +msgid "Transsexual" +msgstr "Transeksueel" + +#: src/Content/ContactSelector.php:125 +msgid "Hermaphrodite" +msgstr "Hermafrodiet" + +#: src/Content/ContactSelector.php:125 +msgid "Neuter" +msgstr "Onzijdig" + +#: src/Content/ContactSelector.php:125 +msgid "Non-specific" +msgstr "Niet-specifiek" + +#: src/Content/ContactSelector.php:125 +msgid "Other" +msgstr "Anders" + +#: src/Content/ContactSelector.php:147 +msgid "Males" +msgstr "Mannen" + +#: src/Content/ContactSelector.php:147 +msgid "Females" +msgstr "Vrouwen" + +#: src/Content/ContactSelector.php:147 +msgid "Gay" +msgstr "Homo" + +#: src/Content/ContactSelector.php:147 +msgid "Lesbian" +msgstr "Lesbienne" + +#: src/Content/ContactSelector.php:147 +msgid "No Preference" +msgstr "Geen voorkeur" + +#: src/Content/ContactSelector.php:147 +msgid "Bisexual" +msgstr "Biseksueel" + +#: src/Content/ContactSelector.php:147 +msgid "Autosexual" +msgstr "Autoseksueel" + +#: src/Content/ContactSelector.php:147 +msgid "Abstinent" +msgstr "Onthouder" + +#: src/Content/ContactSelector.php:147 +msgid "Virgin" +msgstr "Maagd" + +#: src/Content/ContactSelector.php:147 +msgid "Deviant" +msgstr "Afwijkend" + +#: src/Content/ContactSelector.php:147 +msgid "Fetish" +msgstr "Fetisj" + +#: src/Content/ContactSelector.php:147 +msgid "Oodles" +msgstr "Veel" + +#: src/Content/ContactSelector.php:147 +msgid "Nonsexual" +msgstr "Niet seksueel" + +#: src/Content/ContactSelector.php:169 +msgid "Single" +msgstr "Alleenstaand" + +#: src/Content/ContactSelector.php:169 +msgid "Lonely" +msgstr "Eenzaam" + +#: src/Content/ContactSelector.php:169 +msgid "Available" +msgstr "Beschikbaar" + +#: src/Content/ContactSelector.php:169 +msgid "Unavailable" +msgstr "Onbeschikbaar" + +#: src/Content/ContactSelector.php:169 +msgid "Has crush" +msgstr "Verliefd" + +#: src/Content/ContactSelector.php:169 +msgid "Infatuated" +msgstr "Smoorverliefd" + +#: src/Content/ContactSelector.php:169 +msgid "Dating" +msgstr "Aan het daten" + +#: src/Content/ContactSelector.php:169 +msgid "Unfaithful" +msgstr "Ontrouw" + +#: src/Content/ContactSelector.php:169 +msgid "Sex Addict" +msgstr "Seksverslaafd" + +#: src/Content/ContactSelector.php:169 src/Model/User.php:505 +msgid "Friends" +msgstr "Vrienden" + +#: src/Content/ContactSelector.php:169 +msgid "Friends/Benefits" +msgstr "Vriendschap plus" + +#: src/Content/ContactSelector.php:169 +msgid "Casual" +msgstr "Ongebonden/vluchtig" + +#: src/Content/ContactSelector.php:169 +msgid "Engaged" +msgstr "Verloofd" + +#: src/Content/ContactSelector.php:169 +msgid "Married" +msgstr "Getrouwd" + +#: src/Content/ContactSelector.php:169 +msgid "Imaginarily married" +msgstr "Denkbeeldig getrouwd" + +#: src/Content/ContactSelector.php:169 +msgid "Partners" +msgstr "Partners" + +#: src/Content/ContactSelector.php:169 +msgid "Cohabiting" +msgstr "Samenwonend" + +#: src/Content/ContactSelector.php:169 +msgid "Common law" +msgstr "getrouwd voor-de-wet" + +#: src/Content/ContactSelector.php:169 +msgid "Happy" +msgstr "Blij" + +#: src/Content/ContactSelector.php:169 +msgid "Not looking" +msgstr "Niet op zoek" + +#: src/Content/ContactSelector.php:169 +msgid "Swinger" +msgstr "Swinger" + +#: src/Content/ContactSelector.php:169 +msgid "Betrayed" +msgstr "Bedrogen" + +#: src/Content/ContactSelector.php:169 +msgid "Separated" +msgstr "Uit elkaar" + +#: src/Content/ContactSelector.php:169 +msgid "Unstable" +msgstr "Onstabiel" + +#: src/Content/ContactSelector.php:169 +msgid "Divorced" +msgstr "Gescheiden" + +#: src/Content/ContactSelector.php:169 +msgid "Imaginarily divorced" +msgstr "Denkbeeldig gescheiden" + +#: src/Content/ContactSelector.php:169 +msgid "Widowed" +msgstr "Weduwnaar/weduwe" + +#: src/Content/ContactSelector.php:169 +msgid "Uncertain" +msgstr "Onzeker" + +#: src/Content/ContactSelector.php:169 +msgid "It's complicated" +msgstr "Het is gecompliceerd" + +#: src/Content/ContactSelector.php:169 +msgid "Don't care" +msgstr "Kan me niet schelen" + +#: src/Content/ContactSelector.php:169 +msgid "Ask me" +msgstr "Vraag me" + +#: src/Database/DBStructure.php:32 +msgid "There are no tables on MyISAM." +msgstr "Er zijn geen MyISAM tabellen." + +#: src/Database/DBStructure.php:75 +#, php-format +msgid "" +"\n" +"\t\t\t\tThe friendica developers released update %s recently,\n" +"\t\t\t\tbut when I tried to install it, something went terribly wrong.\n" +"\t\t\t\tThis needs to be fixed soon and I can't do it alone. Please contact a\n" +"\t\t\t\tfriendica developer if you can not help me on your own. My database might be invalid." +msgstr "\n\t\t\t\tDe Friendica ontwikkelaars hebben recent update %svrijgegeven,\n \t\t\t\tmaar wanneer ik deze probeerde te installeren ging het verschrikkelijk fout.\n \t\t\t\tDit moet snel opgelost worden en ik kan het niet alleen. Contacteer alstublieft\n \t\t\t\teen Friendica ontwikkelaar als je mij zelf niet kan helpen. Mijn database kan ongeldig zijn." + +#: src/Database/DBStructure.php:80 +#, php-format +msgid "" +"The error message is\n" +"[pre]%s[/pre]" +msgstr "De foutboodschap is\n[pre]%s[/pre]" + +#: src/Database/DBStructure.php:191 +#, php-format +msgid "" +"\n" +"Error %d occurred during database update:\n" +"%s\n" +msgstr "" + +#: src/Database/DBStructure.php:194 +msgid "Errors encountered performing database changes: " +msgstr "" + +#: src/Database/DBStructure.php:210 +msgid ": Database update" +msgstr "" + +#: src/Database/DBStructure.php:460 +#, php-format +msgid "%s: updating %s table." +msgstr "" + +#: src/Model/Mail.php:40 src/Model/Mail.php:174 +msgid "[no subject]" +msgstr "[geen onderwerp]" + +#: src/Model/Profile.php:97 +msgid "Requested account is not available." +msgstr "Gevraagde account is niet beschikbaar." + +#: src/Model/Profile.php:168 src/Model/Profile.php:399 +#: src/Model/Profile.php:859 +msgid "Edit profile" +msgstr "Bewerk profiel" + +#: src/Model/Profile.php:336 +msgid "Atom feed" +msgstr "" + +#: src/Model/Profile.php:372 +msgid "Manage/edit profiles" +msgstr "Beheer/wijzig profielen" + +#: src/Model/Profile.php:548 src/Model/Profile.php:641 +msgid "g A l F d" +msgstr "G l j F" + +#: src/Model/Profile.php:549 +msgid "F d" +msgstr "d F" + +#: src/Model/Profile.php:606 src/Model/Profile.php:703 +msgid "[today]" +msgstr "[vandaag]" + +#: src/Model/Profile.php:617 +msgid "Birthday Reminders" +msgstr "Verjaardagsherinneringen" + +#: src/Model/Profile.php:618 +msgid "Birthdays this week:" +msgstr "Verjaardagen deze week:" + +#: src/Model/Profile.php:690 +msgid "[No description]" +msgstr "[Geen omschrijving]" + +#: src/Model/Profile.php:717 +msgid "Event Reminders" +msgstr "Gebeurtenisherinneringen" + +#: src/Model/Profile.php:718 +msgid "Events this week:" +msgstr "Gebeurtenissen deze week:" + +#: src/Model/Profile.php:741 +msgid "Member since:" +msgstr "" + +#: src/Model/Profile.php:749 +msgid "j F, Y" +msgstr "F j Y" + +#: src/Model/Profile.php:750 +msgid "j F" +msgstr "F j" + +#: src/Model/Profile.php:765 +msgid "Age:" +msgstr "Leeftijd:" + +#: src/Model/Profile.php:778 +#, php-format +msgid "for %1$d %2$s" +msgstr "voor %1$d %2$s" + +#: src/Model/Profile.php:802 +msgid "Religion:" +msgstr "Religie:" + +#: src/Model/Profile.php:810 +msgid "Hobbies/Interests:" +msgstr "Hobby:" + +#: src/Model/Profile.php:822 +msgid "Contact information and Social Networks:" +msgstr "Contactinformatie en sociale netwerken:" + +#: src/Model/Profile.php:826 +msgid "Musical interests:" +msgstr "Muzikale interesse " + +#: src/Model/Profile.php:830 +msgid "Books, literature:" +msgstr "Boeken, literatuur:" + +#: src/Model/Profile.php:834 +msgid "Television:" +msgstr "Televisie" + +#: src/Model/Profile.php:838 +msgid "Film/dance/culture/entertainment:" +msgstr "Film/dans/cultuur/ontspanning:" + +#: src/Model/Profile.php:842 +msgid "Love/Romance:" +msgstr "Liefde/romance:" + +#: src/Model/Profile.php:846 +msgid "Work/employment:" +msgstr "Werk/beroep:" + +#: src/Model/Profile.php:850 +msgid "School/education:" +msgstr "School/opleiding:" + +#: src/Model/Profile.php:855 +msgid "Forums:" +msgstr "" + +#: src/Model/Profile.php:949 +msgid "Only You Can See This" +msgstr "Alleen jij kunt dit zien" + +#: src/Model/Item.php:1676 +#, php-format +msgid "%1$s is attending %2$s's %3$s" +msgstr "" + +#: src/Model/Item.php:1681 +#, php-format +msgid "%1$s is not attending %2$s's %3$s" +msgstr "" + +#: src/Model/Item.php:1686 +#, php-format +msgid "%1$s may attend %2$s's %3$s" +msgstr "" + +#: src/Model/Group.php:44 +msgid "" +"A deleted group with this name was revived. Existing item permissions " +"may apply to this group and any future members. If this is " +"not what you intended, please create another group with a different name." +msgstr "Een verwijderde groep met deze naam is weer tot leven gewekt. Bestaande itemrechten kunnen voor deze groep en toekomstige leden gelden. Wanneer je niet zo had bedoeld kan je een andere groep met een andere naam creëren. " + +#: src/Model/Group.php:328 +msgid "Default privacy group for new contacts" +msgstr "" + +#: src/Model/Group.php:361 +msgid "Everybody" +msgstr "Iedereen" + +#: src/Model/Group.php:381 +msgid "edit" +msgstr "verander" + +#: src/Model/Group.php:405 +msgid "Edit group" +msgstr "Verander groep" + +#: src/Model/Group.php:406 +msgid "Contacts not in any group" +msgstr "" + +#: src/Model/Group.php:407 +msgid "Create a new group" +msgstr "Maak nieuwe groep" + +#: src/Model/Group.php:409 +msgid "Edit groups" +msgstr "" + +#: src/Model/Contact.php:645 +msgid "Drop Contact" msgstr "Verwijder contact" -#: mod/dfrn_confirm.php:127 -msgid "" -"This may occasionally happen if contact was requested by both persons and it" -" has already been approved." -msgstr "Dit kan soms gebeuren als het contact door beide personen werd gevraagd, en het werd al goedgekeurd." - -#: mod/dfrn_confirm.php:246 -msgid "Response from remote site was not understood." -msgstr "Antwoord van de website op afstand werd niet begrepen." - -#: mod/dfrn_confirm.php:255 mod/dfrn_confirm.php:260 -msgid "Unexpected response from remote site: " -msgstr "Onverwacht antwoord van website op afstand:" - -#: mod/dfrn_confirm.php:269 -msgid "Confirmation completed successfully." -msgstr "Bevestiging werd correct voltooid." - -#: mod/dfrn_confirm.php:271 mod/dfrn_confirm.php:285 mod/dfrn_confirm.php:292 -msgid "Remote site reported: " -msgstr "Website op afstand berichtte: " - -#: mod/dfrn_confirm.php:283 -msgid "Temporary failure. Please wait and try again." -msgstr "Tijdelijke fout. Wacht even en probeer opnieuw." - -#: mod/dfrn_confirm.php:290 -msgid "Introduction failed or was revoked." -msgstr "Verzoek mislukt of herroepen." - -#: mod/dfrn_confirm.php:419 -msgid "Unable to set contact photo." -msgstr "Ik kan geen contact foto instellen." - -#: mod/dfrn_confirm.php:557 -#, php-format -msgid "No user record found for '%s' " -msgstr "Geen gebruiker gevonden voor '%s'" - -#: mod/dfrn_confirm.php:567 -msgid "Our site encryption key is apparently messed up." -msgstr "De encryptie-sleutel van onze webstek is blijkbaar beschadigd." - -#: mod/dfrn_confirm.php:578 -msgid "Empty site URL was provided or URL could not be decrypted by us." -msgstr "Er werd een lege URL gegeven, of de URL kon niet ontcijferd worden door ons." - -#: mod/dfrn_confirm.php:599 -msgid "Contact record was not found for you on our site." -msgstr "We vonden op onze webstek geen contactrecord voor jou." - -#: mod/dfrn_confirm.php:613 -#, php-format -msgid "Site public key not available in contact record for URL %s." -msgstr "Publieke sleutel voor webstek niet beschikbaar in contactrecord voor URL %s." - -#: mod/dfrn_confirm.php:633 -msgid "" -"The ID provided by your system is a duplicate on our system. It should work " -"if you try again." -msgstr "Het ID dat jouw systeem aangeeft is een dubbel op ons systeem. Als je opnieuw probeert zou het moeten werken." - -#: mod/dfrn_confirm.php:644 -msgid "Unable to set your contact credentials on our system." -msgstr "Niet in staat om op dit systeem je contactreferenties in te stellen." - -#: mod/dfrn_confirm.php:703 -msgid "Unable to update your contact profile details on our system" +#: src/Model/Contact.php:1048 +msgid "Organisation" msgstr "" -#: mod/dfrn_confirm.php:775 -#, php-format -msgid "%1$s has joined %2$s" -msgstr "%1$s is toegetreden tot %2$s" - -#: mod/dfrn_request.php:101 -msgid "This introduction has already been accepted." -msgstr "Verzoek is al goedgekeurd" - -#: mod/dfrn_request.php:124 mod/dfrn_request.php:520 -msgid "Profile location is not valid or does not contain profile information." -msgstr "Profiel is ongeldig of bevat geen informatie" - -#: mod/dfrn_request.php:129 mod/dfrn_request.php:525 -msgid "Warning: profile location has no identifiable owner name." -msgstr "Waarschuwing: de profiellocatie heeft geen identificeerbare eigenaar." - -#: mod/dfrn_request.php:131 mod/dfrn_request.php:527 -msgid "Warning: profile location has no profile photo." -msgstr "Waarschuwing: Profieladres heeft geen profielfoto." - -#: mod/dfrn_request.php:134 mod/dfrn_request.php:530 -#, 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] "De %d vereiste parameter is niet op het gegeven adres gevonden" -msgstr[1] "De %d vereiste parameters zijn niet op het gegeven adres gevonden" - -#: mod/dfrn_request.php:180 -msgid "Introduction complete." -msgstr "Verzoek voltooid." - -#: mod/dfrn_request.php:222 -msgid "Unrecoverable protocol error." -msgstr "Onherstelbare protocolfout. " - -#: mod/dfrn_request.php:250 -msgid "Profile unavailable." -msgstr "Profiel onbeschikbaar" - -#: mod/dfrn_request.php:277 -#, php-format -msgid "%s has received too many connection requests today." -msgstr "%s heeft te veel verzoeken gehad vandaag." - -#: mod/dfrn_request.php:278 -msgid "Spam protection measures have been invoked." -msgstr "Beveiligingsmaatregelen tegen spam zijn in werking getreden." - -#: mod/dfrn_request.php:279 -msgid "Friends are advised to please try again in 24 hours." -msgstr "Wij adviseren vrienden om het over 24 uur nog een keer te proberen." - -#: mod/dfrn_request.php:341 -msgid "Invalid locator" -msgstr "Ongeldige plaatsbepaler" - -#: mod/dfrn_request.php:350 -msgid "Invalid email address." -msgstr "Geen geldig e-mailadres" - -#: mod/dfrn_request.php:375 -msgid "This account has not been configured for email. Request failed." -msgstr "Aanvraag mislukt. Dit account is niet geconfigureerd voor e-mail." - -#: mod/dfrn_request.php:478 -msgid "You have already introduced yourself here." -msgstr "Je hebt jezelf hier al voorgesteld." - -#: mod/dfrn_request.php:482 -#, php-format -msgid "Apparently you are already friends with %s." -msgstr "Blijkbaar bent u al bevriend met %s." - -#: mod/dfrn_request.php:503 -msgid "Invalid profile URL." -msgstr "Ongeldig profiel adres." - -#: mod/dfrn_request.php:604 -msgid "Your introduction has been sent." -msgstr "Je verzoek is verzonden." - -#: mod/dfrn_request.php:644 -msgid "" -"Remote subscription can't be done for your network. Please subscribe " -"directly on your system." +#: src/Model/Contact.php:1051 +msgid "News" msgstr "" -#: mod/dfrn_request.php:664 -msgid "Please login to confirm introduction." -msgstr "Log in om je verzoek te bevestigen." +#: src/Model/Contact.php:1054 +msgid "Forum" +msgstr "Forum" -#: mod/dfrn_request.php:674 +#: src/Model/Contact.php:1233 +msgid "Connect URL missing." +msgstr "" + +#: src/Model/Contact.php:1242 msgid "" -"Incorrect identity currently logged in. Please login to " -"this profile." -msgstr "Je huidige identiteit is niet de juiste. Log met dit profiel in." +"The contact could not be added. Please check the relevant network " +"credentials in your Settings -> Social Networks page." +msgstr "" -#: mod/dfrn_request.php:688 mod/dfrn_request.php:705 -msgid "Confirm" -msgstr "Bevestig" - -#: mod/dfrn_request.php:700 -msgid "Hide this contact" -msgstr "Verberg dit contact" - -#: mod/dfrn_request.php:703 -#, php-format -msgid "Welcome home %s." -msgstr "Welkom terug %s." - -#: mod/dfrn_request.php:704 -#, php-format -msgid "Please confirm your introduction/connection request to %s." -msgstr "Bevestig je vriendschaps-/connectieverzoek voor %s." - -#: mod/dfrn_request.php:833 +#: src/Model/Contact.php:1289 msgid "" -"Please enter your 'Identity Address' from one of the following supported " -"communications networks:" -msgstr "Vul hier uw 'Identiteitsadres' in van een van de volgende ondersteunde communicatienetwerken:" +"This site is not configured to allow communications with other networks." +msgstr "Deze website is niet geconfigureerd voor communicatie met andere netwerken." -#: mod/dfrn_request.php:854 +#: src/Model/Contact.php:1290 src/Model/Contact.php:1304 +msgid "No compatible communication protocols or feeds were discovered." +msgstr "Er werden geen compatibele communicatieprotocols of feeds ontdekt." + +#: src/Model/Contact.php:1302 +msgid "The profile address specified does not provide adequate information." +msgstr "" + +#: src/Model/Contact.php:1307 +msgid "An author or name was not found." +msgstr "" + +#: src/Model/Contact.php:1310 +msgid "No browser URL could be matched to this address." +msgstr "" + +#: src/Model/Contact.php:1313 +msgid "" +"Unable to match @-style Identity Address with a known protocol or email " +"contact." +msgstr "Het @-stijl-identiteitsadres komt niet overeen met een nekend protocol of e-mailcontact." + +#: src/Model/Contact.php:1314 +msgid "Use mailto: in front of address to force email check." +msgstr "Gebruik mailto: voor het adres om een e-mailcontrole af te dwingen." + +#: src/Model/Contact.php:1320 +msgid "" +"The profile address specified belongs to a network which has been disabled " +"on this site." +msgstr "" + +#: src/Model/Contact.php:1325 +msgid "" +"Limited profile. This person will be unable to receive direct/personal " +"notifications from you." +msgstr "" + +#: src/Model/Contact.php:1376 +msgid "Unable to retrieve contact information." +msgstr "" + +#: src/Model/Contact.php:1588 +#, php-format +msgid "%s's birthday" +msgstr "%s's verjaardag" + +#: src/Model/Contact.php:1589 src/Protocol/DFRN.php:1478 +#, php-format +msgid "Happy Birthday %s" +msgstr "Gefeliciteerd %s" + +#: src/Model/Event.php:53 src/Model/Event.php:70 src/Model/Event.php:419 +#: src/Model/Event.php:882 +msgid "Starts:" +msgstr "Begint:" + +#: src/Model/Event.php:56 src/Model/Event.php:76 src/Model/Event.php:420 +#: src/Model/Event.php:886 +msgid "Finishes:" +msgstr "Eindigt:" + +#: src/Model/Event.php:368 +msgid "all-day" +msgstr "" + +#: src/Model/Event.php:391 +msgid "Jun" +msgstr "Jun" + +#: src/Model/Event.php:394 +msgid "Sept" +msgstr "Sep" + +#: src/Model/Event.php:417 +msgid "No events to display" +msgstr "" + +#: src/Model/Event.php:543 +msgid "l, F j" +msgstr "l j F" + +#: src/Model/Event.php:566 +msgid "Edit event" +msgstr "Gebeurtenis bewerken" + +#: src/Model/Event.php:567 +msgid "Duplicate event" +msgstr "" + +#: src/Model/Event.php:568 +msgid "Delete event" +msgstr "" + +#: src/Model/Event.php:815 +msgid "D g:i A" +msgstr "D g:i A" + +#: src/Model/Event.php:816 +msgid "g:i A" +msgstr "g:i A" + +#: src/Model/Event.php:901 src/Model/Event.php:903 +msgid "Show map" +msgstr "Toon kaart" + +#: src/Model/Event.php:902 +msgid "Hide map" +msgstr "Verberg kaart" + +#: src/Model/User.php:144 +msgid "Login failed" +msgstr "" + +#: src/Model/User.php:175 +msgid "Not enough information to authenticate" +msgstr "" + +#: src/Model/User.php:332 +msgid "An invitation is required." +msgstr "Een uitnodiging is vereist." + +#: src/Model/User.php:336 +msgid "Invitation could not be verified." +msgstr "Uitnodiging kon niet geverifieerd worden." + +#: src/Model/User.php:343 +msgid "Invalid OpenID url" +msgstr "Ongeldige OpenID url" + +#: src/Model/User.php:356 src/Module/Login.php:100 +msgid "" +"We encountered a problem while logging in with the OpenID you provided. " +"Please check the correct spelling of the ID." +msgstr "" + +#: src/Model/User.php:356 src/Module/Login.php:100 +msgid "The error message was:" +msgstr "De foutboodschap was:" + +#: src/Model/User.php:362 +msgid "Please enter the required information." +msgstr "Vul de vereiste informatie in." + +#: src/Model/User.php:375 +msgid "Please use a shorter name." +msgstr "gebruik een kortere naam" + +#: src/Model/User.php:378 +msgid "Name too short." +msgstr "Naam te kort" + +#: src/Model/User.php:386 +msgid "That doesn't appear to be your full (First Last) name." +msgstr "Dat lijkt niet je volledige naam (voor- en achternaam) te zijn." + +#: src/Model/User.php:391 +msgid "Your email domain is not among those allowed on this site." +msgstr "Je e-maildomein is op deze website niet toegestaan." + +#: src/Model/User.php:395 +msgid "Not a valid email address." +msgstr "Geen geldig e-mailadres." + +#: src/Model/User.php:399 src/Model/User.php:407 +msgid "Cannot use that email." +msgstr "Ik kan die e-mail niet gebruiken." + +#: src/Model/User.php:414 +msgid "Your nickname can only contain a-z, 0-9 and _." +msgstr "" + +#: src/Model/User.php:421 src/Model/User.php:477 +msgid "Nickname is already registered. Please choose another." +msgstr "Bijnaam is al geregistreerd. Kies een andere." + +#: src/Model/User.php:431 +msgid "SERIOUS ERROR: Generation of security keys failed." +msgstr "ERNSTIGE FOUT: aanmaken van beveiligingssleutels mislukt." + +#: src/Model/User.php:464 src/Model/User.php:468 +msgid "An error occurred during registration. Please try again." +msgstr "" + +#: src/Model/User.php:488 view/theme/duepuntozero/config.php:54 +msgid "default" +msgstr "standaard" + +#: src/Model/User.php:493 +msgid "An error occurred creating your default profile. Please try again." +msgstr "" + +#: src/Model/User.php:500 +msgid "An error occurred creating your self contact. Please try again." +msgstr "" + +#: src/Model/User.php:509 +msgid "" +"An error occurred creating your default contact group. Please try again." +msgstr "" + +#: src/Model/User.php:583 #, php-format msgid "" -"If you are not yet a member of the free social web, follow this link to find a public Friendica site and " -"join us today." +"\n" +"\t\t\tDear %1$s,\n" +"\t\t\t\tThank you for registering at %2$s. Your account is pending for approval by the administrator.\n" +"\t\t" msgstr "" -#: mod/dfrn_request.php:859 -msgid "Friend/Connection Request" -msgstr "Vriendschaps-/connectieverzoek" - -#: mod/dfrn_request.php:860 -msgid "" -"Examples: jojo@demo.friendica.com, http://demo.friendica.com/profile/jojo, " -"testuser@identi.ca" -msgstr "Voorbeelden: jojo@demo.friendica.com, http://demo.friendica.com/profile/jojo, testuser@identi.ca" - -#: mod/dfrn_request.php:861 mod/follow.php:109 -msgid "Please answer the following:" -msgstr "Beantwoord het volgende:" - -#: mod/dfrn_request.php:862 mod/follow.php:110 +#: src/Model/User.php:593 #, php-format -msgid "Does %s know you?" -msgstr "Kent %s jou?" +msgid "Registration at %s" +msgstr "" -#: mod/dfrn_request.php:866 mod/follow.php:111 -msgid "Add a personal note:" -msgstr "Voeg een persoonlijke opmerking toe:" - -#: mod/dfrn_request.php:869 -msgid "StatusNet/Federated Social Web" -msgstr "StatusNet/Gefedereerde Sociale Web" - -#: mod/dfrn_request.php:871 +#: src/Model/User.php:611 #, php-format msgid "" -" - please do not use this form. Instead, enter %s into your Diaspora search" -" bar." -msgstr "- Gebruik niet dit formulier. Vul %s in in je Diaspora zoekbalk." - -#: mod/dfrn_request.php:872 mod/follow.php:117 -msgid "Your Identity Address:" -msgstr "Adres van uw identiteit:" - -#: mod/dfrn_request.php:875 mod/follow.php:19 -msgid "Submit Request" -msgstr "Aanvraag indienen" - -#: mod/follow.php:30 -msgid "You already added this contact." -msgstr "Je hebt deze kontakt al toegevoegd" - -#: mod/follow.php:39 -msgid "Diaspora support isn't enabled. Contact can't be added." +"\n" +"\t\t\tDear %1$s,\n" +"\t\t\t\tThank you for registering at %2$s. Your account has been created.\n" +"\t\t" msgstr "" -#: mod/follow.php:46 -msgid "OStatus support is disabled. Contact can't be added." -msgstr "" - -#: mod/follow.php:53 -msgid "The network type couldn't be detected. Contact can't be added." -msgstr "" - -#: mod/follow.php:180 -msgid "Contact added" -msgstr "Contact toegevoegd" - -#: mod/install.php:139 -msgid "Friendica Communications Server - Setup" -msgstr "" - -#: mod/install.php:145 -msgid "Could not connect to database." -msgstr "Kon geen toegang krijgen tot de database." - -#: mod/install.php:149 -msgid "Could not create table." -msgstr "Kon tabel niet aanmaken." - -#: mod/install.php:155 -msgid "Your Friendica site database has been installed." -msgstr "De database van je Friendica-website is geïnstalleerd." - -#: mod/install.php:160 -msgid "" -"You may need to import the file \"database.sql\" manually using phpmyadmin " -"or mysql." -msgstr "Het kan nodig zijn om het bestand \"database.sql\" manueel te importeren met phpmyadmin of mysql." - -#: mod/install.php:161 mod/install.php:230 mod/install.php:607 -msgid "Please see the file \"INSTALL.txt\"." -msgstr "Zie het bestand \"INSTALL.txt\"." - -#: mod/install.php:173 -msgid "Database already in use." -msgstr "" - -#: mod/install.php:227 -msgid "System check" -msgstr "Systeemcontrole" - -#: mod/install.php:232 -msgid "Check again" -msgstr "Controleer opnieuw" - -#: mod/install.php:251 -msgid "Database connection" -msgstr "Verbinding met database" - -#: mod/install.php:252 -msgid "" -"In order to install Friendica we need to know how to connect to your " -"database." -msgstr "Om Friendica te kunnen installeren moet ik weten hoe ik jouw database kan bereiken." - -#: mod/install.php:253 -msgid "" -"Please contact your hosting provider or site administrator if you have " -"questions about these settings." -msgstr "Neem contact op met jouw hostingprovider of websitebeheerder, wanneer je vragen hebt over deze instellingen. " - -#: mod/install.php:254 -msgid "" -"The database you specify below should already exist. If it does not, please " -"create it before continuing." -msgstr "De database die je hier opgeeft zou al moeten bestaan. Maak anders de database aan voordat je verder gaat." - -#: mod/install.php:258 -msgid "Database Server Name" -msgstr "Servernaam database" - -#: mod/install.php:259 -msgid "Database Login Name" -msgstr "Gebruikersnaam database" - -#: mod/install.php:260 -msgid "Database Login Password" -msgstr "Wachtwoord database" - -#: mod/install.php:261 -msgid "Database Name" -msgstr "Naam database" - -#: mod/install.php:262 mod/install.php:303 -msgid "Site administrator email address" -msgstr "E-mailadres van de websitebeheerder" - -#: mod/install.php:262 mod/install.php:303 -msgid "" -"Your account email address must match this in order to use the web admin " -"panel." -msgstr "Het e-mailadres van je account moet hiermee overeenkomen om het administratiepaneel te kunnen gebruiken." - -#: mod/install.php:266 mod/install.php:306 -msgid "Please select a default timezone for your website" -msgstr "Selecteer een standaard tijdzone voor uw website" - -#: mod/install.php:293 -msgid "Site settings" -msgstr "Website-instellingen" - -#: mod/install.php:307 -msgid "System Language:" -msgstr "" - -#: mod/install.php:307 -msgid "" -"Set the default language for your Friendica installation interface and to " -"send emails." -msgstr "" - -#: mod/install.php:347 -msgid "Could not find a command line version of PHP in the web server PATH." -msgstr "Kan geen command-line-versie van PHP vinden in het PATH van de webserver." - -#: mod/install.php:348 -msgid "" -"If you don't have a command line version of PHP installed on server, you " -"will not be able to run background polling via cron. See 'Setup the poller'" -msgstr "" - -#: mod/install.php:352 -msgid "PHP executable path" -msgstr "PATH van het PHP commando" - -#: mod/install.php:352 -msgid "" -"Enter full path to php executable. You can leave this blank to continue the " -"installation." -msgstr "Vul het volledige path in naar het php programma. Je kunt dit blanco laten om de installatie verder te zetten." - -#: mod/install.php:357 -msgid "Command line PHP" -msgstr "PHP-opdrachtregel" - -#: mod/install.php:366 -msgid "PHP executable is not the php cli binary (could be cgi-fgci version)" -msgstr "" - -#: mod/install.php:367 -msgid "Found PHP version: " -msgstr "Gevonden PHP versie:" - -#: mod/install.php:369 -msgid "PHP cli binary" -msgstr "" - -#: mod/install.php:380 -msgid "" -"The command line version of PHP on your system does not have " -"\"register_argc_argv\" enabled." -msgstr "De command-line versie van PHP op jouw systeem heeft \"register_argc_argv\" niet geactiveerd." - -#: mod/install.php:381 -msgid "This is required for message delivery to work." -msgstr "Dit is nodig om het verzenden van berichten mogelijk te maken." - -#: mod/install.php:383 -msgid "PHP register_argc_argv" -msgstr "PHP register_argc_argv" - -#: mod/install.php:404 -msgid "" -"Error: the \"openssl_pkey_new\" function on this system is not able to " -"generate encryption keys" -msgstr "" - -#: mod/install.php:405 -msgid "" -"If running under Windows, please see " -"\"http://www.php.net/manual/en/openssl.installation.php\"." -msgstr "Zie \"http://www.php.net/manual/en/openssl.installation.php\" wanneer u Friendica onder Windows draait." - -#: mod/install.php:407 -msgid "Generate encryption keys" -msgstr "" - -#: mod/install.php:414 -msgid "libCurl PHP module" -msgstr "libCurl PHP module" - -#: mod/install.php:415 -msgid "GD graphics PHP module" -msgstr "GD graphics PHP module" - -#: mod/install.php:416 -msgid "OpenSSL PHP module" -msgstr "OpenSSL PHP module" - -#: mod/install.php:417 -msgid "mysqli PHP module" -msgstr "mysqli PHP module" - -#: mod/install.php:418 -msgid "mb_string PHP module" -msgstr "mb_string PHP module" - -#: mod/install.php:419 -msgid "mcrypt PHP module" -msgstr "" - -#: mod/install.php:420 -msgid "XML PHP module" -msgstr "" - -#: mod/install.php:421 -msgid "iconv module" -msgstr "" - -#: mod/install.php:425 mod/install.php:427 -msgid "Apache mod_rewrite module" -msgstr "Apache mod_rewrite module" - -#: mod/install.php:425 -msgid "" -"Error: Apache webserver mod-rewrite module is required but not installed." -msgstr "Fout: Apache-module mod-rewrite is vereist, maar niet geïnstalleerd." - -#: mod/install.php:433 -msgid "Error: libCURL PHP module required but not installed." -msgstr "Fout: PHP-module libCURL is vereist, maar niet geïnstalleerd." - -#: mod/install.php:437 -msgid "" -"Error: GD graphics PHP module with JPEG support required but not installed." -msgstr "Fout: PHP-module GD graphics met JPEG support is vereist, maar niet geïnstalleerd." - -#: mod/install.php:441 -msgid "Error: openssl PHP module required but not installed." -msgstr "Fout: PHP-module openssl is vereist, maar niet geïnstalleerd." - -#: mod/install.php:445 -msgid "Error: mysqli PHP module required but not installed." -msgstr "Fout: PHP-module mysqli is vereist, maar niet geïnstalleerd." - -#: mod/install.php:449 -msgid "Error: mb_string PHP module required but not installed." -msgstr "Fout: PHP-module mb_string is vereist, maar niet geïnstalleerd." - -#: mod/install.php:453 -msgid "Error: mcrypt PHP module required but not installed." -msgstr "" - -#: mod/install.php:457 -msgid "Error: iconv PHP module required but not installed." -msgstr "" - -#: mod/install.php:466 -msgid "" -"If you are using php_cli, please make sure that mcrypt module is enabled in " -"its config file" -msgstr "" - -#: mod/install.php:469 -msgid "" -"Function mcrypt_create_iv() is not defined. This is needed to enable RINO2 " -"encryption layer." -msgstr "" - -#: mod/install.php:471 -msgid "mcrypt_create_iv() function" -msgstr "" - -#: mod/install.php:479 -msgid "Error, XML PHP module required but not installed." -msgstr "" - -#: mod/install.php:494 -msgid "" -"The web installer needs to be able to create a file called \".htconfig.php\"" -" in the top folder of your web server and it is unable to do so." -msgstr "Het installatieprogramma moet een bestand \".htconfig.php\" in de bovenste map van je webserver aanmaken, maar kan dit niet doen." - -#: mod/install.php:495 -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 "Dit is meestal een permissieprobleem, omdat de webserver niet in staat is om in deze map bestanden weg te schrijven - ook al kun je dit zelf wel." - -#: mod/install.php:496 -msgid "" -"At the end of this procedure, we will give you a text to save in a file " -"named .htconfig.php in your Friendica top folder." -msgstr "Op het einde van deze procedure zal ik je een tekst geven om te bewaren in een bestand .htconfig.php in je hoogste Friendica map." - -#: mod/install.php:497 -msgid "" -"You can alternatively skip this procedure and perform a manual installation." -" Please see the file \"INSTALL.txt\" for instructions." -msgstr "Je kunt ook deze procedure overslaan, en een manuele installatie uitvoeren. Lees het bestand \"INSTALL.txt\" voor instructies." - -#: mod/install.php:500 -msgid ".htconfig.php is writable" -msgstr ".htconfig.php is schrijfbaar" - -#: mod/install.php:510 -msgid "" -"Friendica uses the Smarty3 template engine to render its web views. Smarty3 " -"compiles templates to PHP to speed up rendering." -msgstr "Friendica gebruikt het Smarty3 sjabloon systeem om zijn webpagina's weer te geven. Smarty3 compileert sjablonen naar PHP om de weergave te versnellen." - -#: mod/install.php:511 -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 "Om deze gecompileerde sjablonen op te slaan moet de webserver schrijftoegang hebben tot de folder view/smarty3, t.o.v. van de hoogste folder van je Friendica-installatie." - -#: mod/install.php:512 -msgid "" -"Please ensure that the user that your web server runs as (e.g. www-data) has" -" write access to this folder." -msgstr "Zorg ervoor dat de gebruiker waaronder je webserver runt (bijv. www-data) schrijf-toegang heeft tot deze map." - -#: mod/install.php:513 -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 "Opmerking: voor een goede beveiliging zou je de webserver alleen schrijf-toegang moeten geven voor de map view/smarty3 -- niet voor de template bestanden (.tpl) die in die map zitten." - -#: mod/install.php:516 -msgid "view/smarty3 is writable" -msgstr "view/smarty3 is schrijfbaar" - -#: mod/install.php:532 -msgid "" -"Url rewrite in .htaccess is not working. Check your server configuration." -msgstr "" - -#: mod/install.php:534 -msgid "Url rewrite is working" -msgstr "" - -#: mod/install.php:552 -msgid "ImageMagick PHP extension is not installed" -msgstr "" - -#: mod/install.php:555 -msgid "ImageMagick PHP extension is installed" -msgstr "" - -#: mod/install.php:557 -msgid "ImageMagick supports GIF" -msgstr "" - -#: mod/install.php:566 -msgid "" -"The database configuration file \".htconfig.php\" could not be written. " -"Please use the enclosed text to create a configuration file in your web " -"server root." -msgstr "Het databaseconfiguratiebestand \".htconfig.php\" kon niet worden weggeschreven. Je kunt de bijgevoegde tekst gebruiken om in een configuratiebestand aan te maken in de hoogste map van je webserver." - -#: mod/install.php:605 -msgid "

    What next

    " -msgstr "

    Wat nu

    " - -#: mod/install.php:606 -msgid "" -"IMPORTANT: You will need to [manually] setup a scheduled task for the " -"poller." -msgstr "BELANGRIJK: Je zult [manueel] een geplande taak moeten aanmaken voor de poller." - -#: mod/item.php:116 -msgid "Unable to locate original post." -msgstr "Ik kan de originele post niet meer vinden." - -#: mod/item.php:341 -msgid "Empty post discarded." -msgstr "Lege post weggegooid." - -#: mod/item.php:902 -msgid "System error. Post not saved." -msgstr "Systeemfout. Post niet bewaard." - -#: mod/item.php:992 +#: src/Model/User.php:615 #, php-format msgid "" -"This message was sent to you by %s, a member of the Friendica social " -"network." -msgstr "Dit bericht werd naar jou gestuurd door %s, een lid van het Friendica sociale netwerk." - -#: mod/item.php:994 -#, php-format -msgid "You may visit them online at %s" -msgstr "Je kunt ze online bezoeken op %s" - -#: mod/item.php:995 -msgid "" -"Please contact the sender by replying to this post if you do not wish to " -"receive these messages." -msgstr "Contacteer de afzender door op dit bericht te antwoorden als je deze berichten niet wilt ontvangen." - -#: mod/item.php:999 -#, php-format -msgid "%s posted an update." -msgstr "%s heeft een wijziging geplaatst." - -#: mod/network.php:398 -#, 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:401 -msgid "Messages in this group won't be send to these receivers." +"\n" +"\t\t\tThe login details are as follows:\n" +"\n" +"\t\t\tSite Location:\t%3$s\n" +"\t\t\tLogin Name:\t\t%1$s\n" +"\t\t\tPassword:\t\t%5$s\n" +"\n" +"\t\t\tYou may change your password from your account \"Settings\" page after logging\n" +"\t\t\tin.\n" +"\n" +"\t\t\tPlease take a few moments to review the other account settings on that page.\n" +"\n" +"\t\t\tYou may also wish to add some basic information to your default profile\n" +"\t\t\t(on the \"Profiles\" page) so that other people can easily find you.\n" +"\n" +"\t\t\tWe recommend setting your full name, adding a profile photo,\n" +"\t\t\tadding some profile \"keywords\" (very useful in making new friends) - and\n" +"\t\t\tperhaps what country you live in; if you do not wish to be more specific\n" +"\t\t\tthan that.\n" +"\n" +"\t\t\tWe fully respect your right to privacy, and none of these items are necessary.\n" +"\t\t\tIf you are new and do not know anybody here, they may help\n" +"\t\t\tyou to make some new and interesting friends.\n" +"\n" +"\t\t\tIf you ever want to delete your account, you can do so at %3$s/removeme\n" +"\n" +"\t\t\tThank you and welcome to %2$s." msgstr "" -#: mod/network.php:529 -msgid "Private messages to this person are at risk of public disclosure." -msgstr "Privéberichten naar deze persoon kunnen openbaar gemaakt worden." +#: src/Protocol/OStatus.php:1799 +#, php-format +msgid "%s is now following %s." +msgstr "%s volgt nu %s." -#: mod/network.php:534 -msgid "Invalid contact." -msgstr "Ongeldig contact." +#: src/Protocol/OStatus.php:1800 +msgid "following" +msgstr "volgend" -#: mod/network.php:826 -msgid "Commented Order" -msgstr "Nieuwe reacties bovenaan" +#: src/Protocol/OStatus.php:1803 +#, php-format +msgid "%s stopped following %s." +msgstr "%s stopte %s te volgen." -#: mod/network.php:829 -msgid "Sort by Comment Date" -msgstr "Berichten met nieuwe reacties bovenaan" +#: src/Protocol/OStatus.php:1804 +msgid "stopped following" +msgstr "" -#: mod/network.php:834 -msgid "Posted Order" -msgstr "Nieuwe berichten bovenaan" +#: src/Protocol/DFRN.php:1477 +#, php-format +msgid "%s\\'s birthday" +msgstr "%s\\'s verjaardag" -#: mod/network.php:837 -msgid "Sort by Post Date" -msgstr "Nieuwe berichten bovenaan" +#: src/Protocol/Diaspora.php:2651 +msgid "Sharing notification from Diaspora network" +msgstr "Deelt notificatie van het Diaspora netwerk" -#: mod/network.php:848 -msgid "Posts that mention or involve you" -msgstr "Alleen berichten die jou vermelden of op jou betrekking hebben" +#: src/Protocol/Diaspora.php:3738 +msgid "Attachments:" +msgstr "Bijlagen:" -#: mod/network.php:856 -msgid "New" -msgstr "Nieuw" +#: src/Worker/Delivery.php:392 +msgid "(no subject)" +msgstr "(geen onderwerp)" -#: mod/network.php:859 -msgid "Activity Stream - by date" -msgstr "Activiteitenstroom - volgens datum" +#: src/Object/Post.php:128 +msgid "This entry was edited" +msgstr "" -#: mod/network.php:867 -msgid "Shared Links" -msgstr "Gedeelde links" +#: src/Object/Post.php:182 +msgid "save to folder" +msgstr "Bewaren in map" -#: mod/network.php:870 -msgid "Interesting Links" -msgstr "Interessante links" +#: src/Object/Post.php:235 +msgid "I will attend" +msgstr "Ik zal er zijn" -#: mod/network.php:878 -msgid "Starred" -msgstr "Met ster" +#: src/Object/Post.php:235 +msgid "I will not attend" +msgstr "Ik zal er niet zijn" -#: mod/network.php:881 -msgid "Favourite Posts" -msgstr "Favoriete berichten" +#: src/Object/Post.php:235 +msgid "I might attend" +msgstr "Ik ga misschien" -#: mod/ping.php:261 -msgid "{0} wants to be your friend" -msgstr "{0} wilt je vriend worden" +#: src/Object/Post.php:263 +msgid "add star" +msgstr "ster toevoegen" -#: mod/ping.php:276 -msgid "{0} sent you a message" -msgstr "{0} stuurde jou een bericht" +#: src/Object/Post.php:264 +msgid "remove star" +msgstr "ster verwijderen" -#: mod/ping.php:291 -msgid "{0} requested registration" -msgstr "{0} vroeg om zich te registreren" +#: src/Object/Post.php:265 +msgid "toggle star status" +msgstr "ster toevoegen of verwijderen" -#: mod/viewcontacts.php:72 -msgid "No contacts." -msgstr "Geen contacten." +#: src/Object/Post.php:268 +msgid "starred" +msgstr "met ster" -#: object/Item.php:370 +#: src/Object/Post.php:274 +msgid "ignore thread" +msgstr "" + +#: src/Object/Post.php:275 +msgid "unignore thread" +msgstr "" + +#: src/Object/Post.php:276 +msgid "toggle ignore status" +msgstr "" + +#: src/Object/Post.php:285 +msgid "add tag" +msgstr "label toevoegen" + +#: src/Object/Post.php:296 +msgid "like" +msgstr "leuk" + +#: src/Object/Post.php:297 +msgid "dislike" +msgstr "niet leuk" + +#: src/Object/Post.php:300 +msgid "Share this" +msgstr "Delen" + +#: src/Object/Post.php:300 +msgid "share" +msgstr "Delen" + +#: src/Object/Post.php:365 +msgid "to" +msgstr "aan" + +#: src/Object/Post.php:366 msgid "via" msgstr "via" -#: view/theme/frio/php/Image.php:23 +#: src/Object/Post.php:367 +msgid "Wall-to-Wall" +msgstr "wall-to-wall" + +#: src/Object/Post.php:368 +msgid "via Wall-To-Wall:" +msgstr "via wall-to-wall" + +#: src/Object/Post.php:427 +#, php-format +msgid "%d comment" +msgid_plural "%d comments" +msgstr[0] "%d reactie" +msgstr[1] "%d reacties" + +#: src/Object/Post.php:797 +msgid "Bold" +msgstr "Vet" + +#: src/Object/Post.php:798 +msgid "Italic" +msgstr "Cursief" + +#: src/Object/Post.php:799 +msgid "Underline" +msgstr "Onderstrepen" + +#: src/Object/Post.php:800 +msgid "Quote" +msgstr "Citeren" + +#: src/Object/Post.php:801 +msgid "Code" +msgstr "Broncode" + +#: src/Object/Post.php:802 +msgid "Image" +msgstr "Afbeelding" + +#: src/Object/Post.php:803 +msgid "Link" +msgstr "Link" + +#: src/Object/Post.php:804 +msgid "Video" +msgstr "Video" + +#: src/Module/Login.php:282 +msgid "Create a New Account" +msgstr "Nieuwe account aanmaken" + +#: src/Module/Login.php:315 +msgid "Password: " +msgstr "Wachtwoord:" + +#: src/Module/Login.php:316 +msgid "Remember me" +msgstr "Onthou me" + +#: src/Module/Login.php:319 +msgid "Or login using OpenID: " +msgstr "Of log in met OpenID:" + +#: src/Module/Login.php:325 +msgid "Forgot your password?" +msgstr "Wachtwoord vergeten?" + +#: src/Module/Login.php:328 +msgid "Website Terms of Service" +msgstr "Gebruikersvoorwaarden website" + +#: src/Module/Login.php:329 +msgid "terms of service" +msgstr "servicevoorwaarden" + +#: src/Module/Login.php:331 +msgid "Website Privacy Policy" +msgstr "Privacybeleid website" + +#: src/Module/Login.php:332 +msgid "privacy policy" +msgstr "privacybeleid" + +#: src/Module/Logout.php:28 +msgid "Logged out." +msgstr "Uitgelogd." + +#: src/App.php:511 +msgid "Delete this item?" +msgstr "Dit item verwijderen?" + +#: src/App.php:513 +msgid "show fewer" +msgstr "Minder tonen" + +#: view/theme/duepuntozero/config.php:55 +msgid "greenzero" +msgstr "" + +#: view/theme/duepuntozero/config.php:56 +msgid "purplezero" +msgstr "" + +#: view/theme/duepuntozero/config.php:57 +msgid "easterbunny" +msgstr "" + +#: view/theme/duepuntozero/config.php:58 +msgid "darkzero" +msgstr "" + +#: view/theme/duepuntozero/config.php:59 +msgid "comix" +msgstr "" + +#: view/theme/duepuntozero/config.php:60 +msgid "slackr" +msgstr "" + +#: view/theme/duepuntozero/config.php:74 +msgid "Variations" +msgstr "" + +#: view/theme/frio/php/Image.php:25 msgid "Repeat the image" msgstr "" -#: view/theme/frio/php/Image.php:23 +#: view/theme/frio/php/Image.php:25 msgid "Will repeat your image to fill the background." msgstr "" -#: view/theme/frio/php/Image.php:25 +#: view/theme/frio/php/Image.php:27 msgid "Stretch" msgstr "" -#: view/theme/frio/php/Image.php:25 +#: view/theme/frio/php/Image.php:27 msgid "Will stretch to width/height of the image." msgstr "" -#: view/theme/frio/php/Image.php:27 +#: view/theme/frio/php/Image.php:29 msgid "Resize fill and-clip" msgstr "" -#: view/theme/frio/php/Image.php:27 +#: view/theme/frio/php/Image.php:29 msgid "Resize to fill and retain aspect ratio." msgstr "" -#: view/theme/frio/php/Image.php:29 +#: view/theme/frio/php/Image.php:31 msgid "Resize best fit" msgstr "" -#: view/theme/frio/php/Image.php:29 +#: view/theme/frio/php/Image.php:31 msgid "Resize to best fit and retain aspect ratio." msgstr "" -#: view/theme/frio/config.php:42 +#: view/theme/frio/config.php:97 msgid "Default" msgstr "" -#: view/theme/frio/config.php:54 -msgid "Note: " +#: view/theme/frio/config.php:109 +msgid "Note" msgstr "" -#: view/theme/frio/config.php:54 +#: view/theme/frio/config.php:109 msgid "Check image permissions if all users are allowed to visit the image" msgstr "" -#: view/theme/frio/config.php:62 +#: view/theme/frio/config.php:116 msgid "Select scheme" msgstr "" -#: view/theme/frio/config.php:63 +#: view/theme/frio/config.php:117 msgid "Navigation bar background color" msgstr "" -#: view/theme/frio/config.php:64 +#: view/theme/frio/config.php:118 msgid "Navigation bar icon color " msgstr "" -#: view/theme/frio/config.php:65 +#: view/theme/frio/config.php:119 msgid "Link color" -msgstr "" +msgstr "Link kleur" -#: view/theme/frio/config.php:66 +#: view/theme/frio/config.php:120 msgid "Set the background color" msgstr "" -#: view/theme/frio/config.php:67 -msgid "Content background transparency" +#: view/theme/frio/config.php:121 +msgid "Content background opacity" msgstr "" -#: view/theme/frio/config.php:68 +#: view/theme/frio/config.php:122 msgid "Set the background image" msgstr "" -#: view/theme/frio/theme.php:229 +#: view/theme/frio/config.php:127 +msgid "Login page background image" +msgstr "Achtergrondafbeelding aanmeldpagina" + +#: view/theme/frio/config.php:130 +msgid "Login page background color" +msgstr "Achtergrondkleur aanmeldpagina" + +#: view/theme/frio/config.php:130 +msgid "Leave background image and color empty for theme defaults" +msgstr "Laat de achtergrondafbeelding en kleur leeg om de standaard van het thema te gebruiken" + +#: view/theme/frio/theme.php:238 msgid "Guest" -msgstr "" +msgstr "Gast" -#: view/theme/frio/theme.php:235 +#: view/theme/frio/theme.php:243 msgid "Visitor" -msgstr "" +msgstr "Bezoeker" -#: view/theme/quattro/config.php:67 +#: view/theme/quattro/config.php:76 msgid "Alignment" msgstr "Uitlijning" -#: view/theme/quattro/config.php:67 +#: view/theme/quattro/config.php:76 msgid "Left" msgstr "Links" -#: view/theme/quattro/config.php:67 +#: view/theme/quattro/config.php:76 msgid "Center" msgstr "Gecentreerd" -#: view/theme/quattro/config.php:68 +#: view/theme/quattro/config.php:77 msgid "Color scheme" msgstr "Kleurschema" -#: view/theme/quattro/config.php:69 +#: view/theme/quattro/config.php:78 msgid "Posts font size" msgstr "Lettergrootte berichten" -#: view/theme/quattro/config.php:70 +#: view/theme/quattro/config.php:79 msgid "Textareas font size" msgstr "Lettergrootte tekstgebieden" -#: view/theme/vier/theme.php:152 view/theme/vier/config.php:112 +#: view/theme/vier/config.php:75 +msgid "Comma separated list of helper forums" +msgstr "Kommagescheiden lijst van de helper forums" + +#: view/theme/vier/config.php:122 +msgid "Set style" +msgstr "Stijl instellen" + +#: view/theme/vier/config.php:123 +msgid "Community Pages" +msgstr "Forum/groepspagina's" + +#: view/theme/vier/config.php:124 view/theme/vier/theme.php:150 msgid "Community Profiles" msgstr "Forum/groepsprofielen" -#: view/theme/vier/theme.php:181 view/theme/vier/config.php:116 -msgid "Last users" -msgstr "Laatste gebruikers" +#: view/theme/vier/config.php:125 +msgid "Help or @NewHere ?" +msgstr "Help of @NewHere ?" -#: view/theme/vier/theme.php:199 view/theme/vier/config.php:115 +#: view/theme/vier/config.php:126 view/theme/vier/theme.php:389 +msgid "Connect Services" +msgstr "Diensten verbinden" + +#: view/theme/vier/config.php:127 view/theme/vier/theme.php:199 msgid "Find Friends" msgstr "Zoek vrienden" +#: view/theme/vier/config.php:128 view/theme/vier/theme.php:181 +msgid "Last users" +msgstr "Laatste gebruikers" + #: view/theme/vier/theme.php:200 msgid "Local Directory" msgstr "Lokale gids" -#: view/theme/vier/theme.php:291 +#: view/theme/vier/theme.php:292 msgid "Quick Start" -msgstr "" +msgstr "Snelstart" -#: view/theme/vier/theme.php:373 view/theme/vier/config.php:114 -msgid "Connect Services" -msgstr "Diensten verbinden" +#: index.php:444 +msgid "toggle mobile" +msgstr "mobiel thema omwisselen" -#: view/theme/vier/config.php:64 -msgid "Comma separated list of helper forums" -msgstr "" - -#: view/theme/vier/config.php:110 -msgid "Set style" -msgstr "" - -#: view/theme/vier/config.php:111 -msgid "Community Pages" -msgstr "Forum/groepspagina's" - -#: view/theme/vier/config.php:113 -msgid "Help or @NewHere ?" -msgstr "" - -#: view/theme/duepuntozero/config.php:45 -msgid "greenzero" -msgstr "" - -#: view/theme/duepuntozero/config.php:46 -msgid "purplezero" -msgstr "" - -#: view/theme/duepuntozero/config.php:47 -msgid "easterbunny" -msgstr "" - -#: view/theme/duepuntozero/config.php:48 -msgid "darkzero" -msgstr "" - -#: view/theme/duepuntozero/config.php:49 -msgid "comix" -msgstr "" - -#: view/theme/duepuntozero/config.php:50 -msgid "slackr" -msgstr "" - -#: view/theme/duepuntozero/config.php:62 -msgid "Variations" -msgstr "" - -#: boot.php:970 -msgid "Delete this item?" -msgstr "Dit item verwijderen?" - -#: boot.php:973 -msgid "show fewer" -msgstr "Minder tonen" - -#: boot.php:1655 +#: boot.php:791 #, php-format msgid "Update %s failed. See error logs." msgstr "Wijziging %s mislukt. Lees de error logbestanden." - -#: boot.php:1767 -msgid "Create a New Account" -msgstr "Nieuwe account aanmaken" - -#: boot.php:1796 -msgid "Password: " -msgstr "Wachtwoord:" - -#: boot.php:1797 -msgid "Remember me" -msgstr "Onthou me" - -#: boot.php:1800 -msgid "Or login using OpenID: " -msgstr "Of log in met OpenID:" - -#: boot.php:1806 -msgid "Forgot your password?" -msgstr "Wachtwoord vergeten?" - -#: boot.php:1809 -msgid "Website Terms of Service" -msgstr "Gebruikersvoorwaarden website" - -#: boot.php:1810 -msgid "terms of service" -msgstr "servicevoorwaarden" - -#: boot.php:1812 -msgid "Website Privacy Policy" -msgstr "Privacybeleid website" - -#: boot.php:1813 -msgid "privacy policy" -msgstr "privacybeleid" - -#: index.php:451 -msgid "toggle mobile" -msgstr "mobiel thema omwisselen" diff --git a/view/lang/nl/strings.php b/view/lang/nl/strings.php index dd8a4c9cac..5b74f580a2 100644 --- a/view/lang/nl/strings.php +++ b/view/lang/nl/strings.php @@ -5,52 +5,1923 @@ function string_plural_select_nl($n){ return ($n != 1);; }} ; +$a->strings["Welcome "] = "Welkom"; +$a->strings["Please upload a profile photo."] = "Upload een profielfoto."; +$a->strings["Welcome back "] = "Welkom terug "; +$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."] = "De beveiligingstoken van het formulier was foutief. Dit gebeurde waarschijnlijk omdat het formulier te lang (> 3 uur) is blijven open staan voor het werd verstuurd."; +$a->strings["Cannot locate DNS info for database server '%s'"] = "Kan de DNS informatie niet vinden voor server '%s'"; +$a->strings["Daily posting limit of %d post reached. The post was rejected."] = [ + 0 => "De dagelijkse limiet van %d bericht is bereikt. Dit bericht werd niet aanvaard.", + 1 => "De dagelijkse limiet van %d berichten is bereikt. Dit bericht werd niet aanvaard.", +]; +$a->strings["Weekly posting limit of %d post reached. The post was rejected."] = [ + 0 => "De wekelijkse limiet van %d bericht is bereikt. Dit bericht werd niet aanvaard.", + 1 => "De wekelijkse limiet van %d berichten is bereikt. Dit bericht werd niet aanvaard.", +]; +$a->strings["Monthly posting limit of %d post reached. The post was rejected."] = "De maandelijkse limiet van %d berichten is bereikt. Dit bericht werd niet aanvaard."; +$a->strings["Profile Photos"] = "Profielfoto's"; +$a->strings["Friendica Notification"] = "Friendica Notificatie"; +$a->strings["Thank You,"] = "Bedankt"; +$a->strings["%s Administrator"] = "%s Beheerder"; +$a->strings["%1\$s, %2\$s Administrator"] = "%1\$s, %2\$s Beheerder"; +$a->strings["noreply"] = "geen reactie"; +$a->strings["[Friendica:Notify] New mail received at %s"] = "[Friendica:Notificatie] Nieuw bericht ontvangen op %s"; +$a->strings["%1\$s sent you a new private message at %2\$s."] = "%1\$s sent you a new private message at %2\$s."; +$a->strings["a private message"] = "een prive bericht"; +$a->strings["%1\$s sent you %2\$s."] = "%1\$s stuurde jou %2\$s."; +$a->strings["Please visit %s to view and/or reply to your private messages."] = "Bezoek %s om je privé-berichten te bekijken en/of te beantwoorden."; +$a->strings["%1\$s commented on [url=%2\$s]a %3\$s[/url]"] = "%1\$s gaf een reactie op [url=%2\$s]a %3\$s[/url]"; +$a->strings["%1\$s commented on [url=%2\$s]%3\$s's %4\$s[/url]"] = "%1\$s gaf een reactie op [url=%2\$s]%3\$s's %4\$s[/url]"; +$a->strings["%1\$s commented on [url=%2\$s]your %3\$s[/url]"] = "%1\$s gaf een reactie op [url=%2\$s]jouw %3\$s[/url]"; +$a->strings["[Friendica:Notify] Comment to conversation #%1\$d by %2\$s"] = "[Friendica:Notificatie] Reactie op gesprek #%1\$d door %2\$s"; +$a->strings["%s commented on an item/conversation you have been following."] = "%s gaf een reactie op een bericht/gesprek die jij volgt."; +$a->strings["Please visit %s to view and/or reply to the conversation."] = "Bezoek %s om het gesprek te bekijken en/of te beantwoorden."; +$a->strings["[Friendica:Notify] %s posted to your profile wall"] = "[Friendica:Melding] %s plaatste een bericht op je tijdlijn"; +$a->strings["%1\$s posted to your profile wall at %2\$s"] = "%1\$splaatste een bericht op je tijdlijn op %2\$s"; +$a->strings["%1\$s posted to [url=%2\$s]your wall[/url]"] = "%1\$s schreef op [url=%2\$s]jouw tijdlijn[/url]"; +$a->strings["[Friendica:Notify] %s tagged you"] = "[Friendica:Notificatie] %s heeft jou genoemd"; +$a->strings["%1\$s tagged you at %2\$s"] = "%1\$s heeft jou in %2\$s genoemd"; +$a->strings["%1\$s [url=%2\$s]tagged you[/url]."] = "%1\$s [url=%2\$s]heeft jou genoemd[/url]."; +$a->strings["[Friendica:Notify] %s shared a new post"] = "[Friendica:Melding] %s deelde een nieuw bericht"; +$a->strings["%1\$s shared a new post at %2\$s"] = "%1\$s deelde een nieuw bericht op %2\$s"; +$a->strings["%1\$s [url=%2\$s]shared a post[/url]."] = "%1\$s [url=%2\$s]deelde een bericht[/url]."; +$a->strings["[Friendica:Notify] %1\$s poked you"] = "[Friendica:Melding] %1\$s heeft jou gepord"; +$a->strings["%1\$s poked you at %2\$s"] = "%1\$s heeft jou gepord op %2\$s"; +$a->strings["%1\$s [url=%2\$s]poked you[/url]."] = "%1\$s [url=%2\$s]porde jou[/url]"; +$a->strings["[Friendica:Notify] %s tagged your post"] = "[Friendica:Notificatie] %s heeft jouw bericht gelabeld"; +$a->strings["%1\$s tagged your post at %2\$s"] = "%1\$s heeft jouw bericht gelabeld in %2\$s"; +$a->strings["%1\$s tagged [url=%2\$s]your post[/url]"] = "%1\$s labelde [url=%2\$s]jouw bericht[/url]"; +$a->strings["[Friendica:Notify] Introduction received"] = "[Friendica:Notificatie] Vriendschaps-/connectieverzoek ontvangen"; +$a->strings["You've received an introduction from '%1\$s' at %2\$s"] = "Je hebt een vriendschaps- of connectieverzoek ontvangen van '%1\$s' om %2\$s"; +$a->strings["You've received [url=%1\$s]an introduction[/url] from %2\$s."] = "Je ontving [url=%1\$s]een vriendschaps- of connectieverzoek[/url] van %2\$s."; +$a->strings["You may visit their profile at %s"] = "U kunt hun profiel bezoeken op %s"; +$a->strings["Please visit %s to approve or reject the introduction."] = "Bezoek %s om het verzoek goed of af te keuren."; +$a->strings["[Friendica:Notify] A new person is sharing with you"] = "[Friendica:Melding] Iemand nieuw deelt met jou."; +$a->strings["%1\$s is sharing with you at %2\$s"] = "%1\$s deelt met jouw in %2\$s"; +$a->strings["[Friendica:Notify] You have a new follower"] = "[Friendica:Melding] Je hebt een nieuwe volger"; +$a->strings["You have a new follower at %2\$s : %1\$s"] = "Je hebt een nieuwe volger op %2\$s: %1\$s"; +$a->strings["[Friendica:Notify] Friend suggestion received"] = "[Friendica:Melding] Vriendschapsvoorstel ontvangen"; +$a->strings["You've received a friend suggestion from '%1\$s' at %2\$s"] = "Je kreeg een vriendschapssuggestie van '%1\$s' op %2\$s"; +$a->strings["You've received [url=%1\$s]a friend suggestion[/url] for %2\$s from %3\$s."] = "Je kreeg een [url=%1\$s]vriendschapssuggestie[/url] voor %2\$s op %3\$s."; +$a->strings["Name:"] = "Naam:"; +$a->strings["Photo:"] = "Foto: "; +$a->strings["Please visit %s to approve or reject the suggestion."] = "Bezoek %s om de suggestie goed of af te keuren."; +$a->strings["[Friendica:Notify] Connection accepted"] = "[Friendica:Melding] Verbinding aanvaard"; +$a->strings["'%1\$s' has accepted your connection request at %2\$s"] = "'%1\$s' aanvaarde je contactaanvraag op %2\$s"; +$a->strings["%2\$s has accepted your [url=%1\$s]connection request[/url]."] = "%2\$saanvaarde jouw [url=%1\$s]contactaanvraag[/url]."; +$a->strings["You are now mutual friends and may exchange status updates, photos, and email without restriction."] = "Jullie zijn nu in contact met elkaar en kunnen statusberichten, foto's en email delen zonder beperkingen."; +$a->strings["Please visit %s if you wish to make any changes to this relationship."] = "Bezoek alstublieft %s als je deze relatie wil wijzigen."; +$a->strings["'%1\$s' has chosen to accept you a fan, which restricts some forms of communication - such as private messaging and some profile interactions. If this is a celebrity or community page, these settings were applied automatically."] = "'%1\$s' koos om je te accepteren als fan, wat sommige communicatievormen beperkt - zoals privéberichten en sommige profielfuncties. Als dit een beroemdheid- of groepspagina is, werd dit automatisch toegepast."; +$a->strings["'%1\$s' may choose to extend this into a two-way or more permissive relationship in the future."] = "'%1\$s' kan er later voor kiezen om deze beperkingen aan te passen."; +$a->strings["Please visit %s if you wish to make any changes to this relationship."] = "Bezoek %s wanneer je deze relatie wil wijzigen."; +$a->strings["[Friendica System:Notify] registration request"] = "[Friendica System:Melding] Registratieaanvraag"; +$a->strings["You've received a registration request from '%1\$s' at %2\$s"] = "Je kreeg een registratieaanvraag van '%1\$s' op %2\$s"; +$a->strings["You've received a [url=%1\$s]registration request[/url] from %2\$s."] = "Je kreeg een [url=%1\$s]registratieaanvraag[/url] van %2\$s."; +$a->strings["Full Name:\t%1\$s\\nSite Location:\t%2\$s\\nLogin Name:\t%3\$s (%4\$s)"] = "Volledige naam:\t%1\$s\\nAdres van de site\t%2\$s\\nLoginnaam:\t%3\$s (%4\$s)"; +$a->strings["Please visit %s to approve or reject the request."] = "Bezoek %s om de aanvraag goed of af te keuren."; +$a->strings["Item not found."] = "Item niet gevonden."; +$a->strings["Do you really want to delete this item?"] = "Wil je echt dit item verwijderen?"; +$a->strings["Yes"] = "Ja"; +$a->strings["Cancel"] = "Annuleren"; +$a->strings["Permission denied."] = "Toegang geweigerd"; +$a->strings["Archives"] = "Archieven"; +$a->strings["show more"] = "toon meer"; +$a->strings["event"] = "gebeurtenis"; +$a->strings["status"] = "status"; +$a->strings["photo"] = "foto"; +$a->strings["%1\$s likes %2\$s's %3\$s"] = "%1\$s vindt het %3\$s van %2\$s leuk"; +$a->strings["%1\$s doesn't like %2\$s's %3\$s"] = "%1\$s vindt het %3\$s van %2\$s niet leuk"; +$a->strings["%1\$s attends %2\$s's %3\$s"] = "%1\$s neemt deel aan %2\$ss %3\$s deel"; +$a->strings["%1\$s doesn't attend %2\$s's %3\$s"] = "%1\$s neemt niet deel aan %2\$ss %3\$s"; +$a->strings["%1\$s attends maybe %2\$s's %3\$s"] = "%1\$s neemt misschien deel aan %2\$ss %3\$s"; +$a->strings["%1\$s is now friends with %2\$s"] = "%1\$s is nu bevriend met %2\$s"; +$a->strings["%1\$s poked %2\$s"] = "%1\$s porde %2\$s aan"; +$a->strings["%1\$s tagged %2\$s's %3\$s with %4\$s"] = "%1\$s labelde %3\$s van %2\$s met %4\$s"; +$a->strings["post/item"] = "bericht/item"; +$a->strings["%1\$s marked %2\$s's %3\$s as favorite"] = "%1\$s markeerde %2\$s's %3\$s als favoriet"; +$a->strings["Likes"] = "Houdt van"; +$a->strings["Dislikes"] = "Houdt niet van"; +$a->strings["Attending"] = [ + 0 => "Neemt deel", + 1 => "Nemen deel", +]; +$a->strings["Not attending"] = "Nemen niet deel"; +$a->strings["Might attend"] = "Nemen misschien deel"; +$a->strings["Select"] = "Kies"; +$a->strings["Delete"] = "Verwijder"; +$a->strings["View %s's profile @ %s"] = "Bekijk het profiel van %s @ %s"; +$a->strings["Categories:"] = "Categorieën:"; +$a->strings["Filed under:"] = "Bewaard onder:"; +$a->strings["%s from %s"] = "%s van %s"; +$a->strings["View in context"] = "In context bekijken"; +$a->strings["Please wait"] = "Even geduld"; +$a->strings["remove"] = "verwijder"; +$a->strings["Delete Selected Items"] = "Geselecteerde items verwijderen"; +$a->strings["Follow Thread"] = "Gesprek volgen"; +$a->strings["View Status"] = "Bekijk status"; +$a->strings["View Profile"] = "Bekijk profiel"; +$a->strings["View Photos"] = "Bekijk foto's"; +$a->strings["Network Posts"] = "Netwerkberichten"; +$a->strings["View Contact"] = "Bekijk contact"; +$a->strings["Send PM"] = "Stuur een privébericht"; +$a->strings["Poke"] = "Porren"; +$a->strings["Connect/Follow"] = "Verbind/Volg"; +$a->strings["%s likes this."] = "%s vindt dit leuk."; +$a->strings["%s doesn't like this."] = "%s vindt dit niet leuk."; +$a->strings["%s attends."] = "%s neemt deel"; +$a->strings["%s doesn't attend."] = "%s neemt niet deel"; +$a->strings["%s attends maybe."] = "%s neemt misschien deel"; +$a->strings["and"] = "en"; +$a->strings["and %d other people"] = "en %d anderen"; +$a->strings["%2\$d people like this"] = "%2\$d mensen vinden dit leuk"; +$a->strings["%s like this."] = "%s vinden dit leuk."; +$a->strings["%2\$d people don't like this"] = "%2\$d people vinden dit niet leuk"; +$a->strings["%s don't like this."] = "%s vinden dit niet leuk."; +$a->strings["%2\$d people attend"] = "%2\$d mensen nemen deel"; +$a->strings["%s attend."] = "%s nemen deel."; +$a->strings["%2\$d people don't attend"] = "%2\$d mensen nemen niet deel"; +$a->strings["%s don't attend."] = "%s nemen niet deel."; +$a->strings["%2\$d people attend maybe"] = "%2\$d mensen nemen misschien deel"; +$a->strings["%s attend maybe."] = "%s neemt misschien deel."; +$a->strings["Visible to everybody"] = "Zichtbaar voor iedereen"; +$a->strings["Please enter a link URL:"] = "Vul een internetadres/URL in:"; +$a->strings["Please enter a video link/URL:"] = "Vul een videolink/URL in:"; +$a->strings["Please enter an audio link/URL:"] = "Vul een audiolink/URL in:"; +$a->strings["Tag term:"] = "Label:"; +$a->strings["Save to Folder:"] = "Bewaren in map:"; +$a->strings["Where are you right now?"] = "Waar ben je nu?"; +$a->strings["Delete item(s)?"] = "Item(s) verwijderen?"; +$a->strings["New Post"] = "Nieuw bericht"; +$a->strings["Share"] = "Delen"; +$a->strings["Upload photo"] = "Foto uploaden"; +$a->strings["upload photo"] = "Foto uploaden"; +$a->strings["Attach file"] = "Bestand bijvoegen"; +$a->strings["attach file"] = "bestand bijvoegen"; +$a->strings["Insert web link"] = "Voeg een webadres in"; +$a->strings["web link"] = "webadres"; +$a->strings["Insert video link"] = "Voeg video toe"; +$a->strings["video link"] = "video adres"; +$a->strings["Insert audio link"] = "Voeg audio adres toe"; +$a->strings["audio link"] = "audio adres"; +$a->strings["Set your location"] = "Stel uw locatie in"; +$a->strings["set location"] = "Stel uw locatie in"; +$a->strings["Clear browser location"] = "Verwijder locatie uit uw webbrowser"; +$a->strings["clear location"] = "Verwijder locatie uit uw webbrowser"; +$a->strings["Set title"] = "Titel plaatsen"; +$a->strings["Categories (comma-separated list)"] = "Categorieën (komma-gescheiden lijst)"; +$a->strings["Permission settings"] = "Instellingen van rechten"; +$a->strings["permissions"] = "rechten"; +$a->strings["Public post"] = "Openbare post"; +$a->strings["Preview"] = "Voorvertoning"; +$a->strings["Post to Groups"] = "Verzenden naar Groepen"; +$a->strings["Post to Contacts"] = "Verzenden naar Contacten"; +$a->strings["Private post"] = "Privé verzending"; +$a->strings["Message"] = "Bericht"; +$a->strings["Browser"] = "Browser"; +$a->strings["View all"] = "Toon alles"; +$a->strings["Like"] = [ + 0 => "Houdt van", + 1 => "Houdt van", +]; +$a->strings["Dislike"] = [ + 0 => "Houdt niet van", + 1 => "Houdt niet van", +]; +$a->strings["Not Attending"] = [ + 0 => "Neemt niet deel", + 1 => "Nemen niet deel", +]; +$a->strings["Undecided"] = [ + 0 => "Onbeslist", + 1 => "Onbeslist", +]; +$a->strings["newer"] = "nieuwere berichten"; +$a->strings["older"] = "oudere berichten"; +$a->strings["first"] = "eerste"; +$a->strings["prev"] = "vorige"; +$a->strings["next"] = "volgende"; +$a->strings["last"] = "laatste"; +$a->strings["Loading more entries..."] = "Meer berichten aan het laden..."; +$a->strings["The end"] = "Het einde"; +$a->strings["No contacts"] = "Geen contacten"; +$a->strings["%d Contact"] = [ + 0 => "%d contact", + 1 => "%d contacten", +]; +$a->strings["View Contacts"] = "Bekijk contacten"; +$a->strings["Save"] = "Bewaren"; +$a->strings["Follow"] = "Volg"; +$a->strings["Search"] = "Zoeken"; +$a->strings["@name, !forum, #tags, content"] = "@naam, !forum, #labels, inhoud"; +$a->strings["Full Text"] = "Volledige tekst"; +$a->strings["Tags"] = "Labels"; +$a->strings["Contacts"] = "Contacten"; +$a->strings["Forums"] = "Forums"; +$a->strings["poke"] = "por"; +$a->strings["poked"] = "porde"; +$a->strings["ping"] = "ping"; +$a->strings["pinged"] = "gepingd"; +$a->strings["prod"] = "porren"; +$a->strings["prodded"] = "gepord"; +$a->strings["slap"] = "slaan"; +$a->strings["slapped"] = "geslagen"; +$a->strings["finger"] = "finger"; +$a->strings["fingered"] = "gerfingerd"; +$a->strings["rebuff"] = "afpoeieren"; +$a->strings["rebuffed"] = "afgepoeierd"; +$a->strings["Monday"] = "Maandag"; +$a->strings["Tuesday"] = "Dinsdag"; +$a->strings["Wednesday"] = "Woensdag"; +$a->strings["Thursday"] = "Donderdag"; +$a->strings["Friday"] = "Vrijdag"; +$a->strings["Saturday"] = "Zaterdag"; +$a->strings["Sunday"] = "Zondag"; +$a->strings["January"] = "Januari"; +$a->strings["February"] = "Februari"; +$a->strings["March"] = "Maart"; +$a->strings["April"] = "April"; +$a->strings["May"] = "Mei"; +$a->strings["June"] = "Juni"; +$a->strings["July"] = "Juli"; +$a->strings["August"] = "Augustus"; +$a->strings["September"] = "September"; +$a->strings["October"] = "Oktober"; +$a->strings["November"] = "November"; +$a->strings["December"] = "December"; +$a->strings["Mon"] = "Maa"; +$a->strings["Tue"] = "Din"; +$a->strings["Wed"] = "Woe"; +$a->strings["Thu"] = "Don"; +$a->strings["Fri"] = "Vrij"; +$a->strings["Sat"] = "Zat"; +$a->strings["Sun"] = "Zon"; +$a->strings["Jan"] = "Jan"; +$a->strings["Feb"] = "Feb"; +$a->strings["Mar"] = "Maa"; +$a->strings["Apr"] = "Apr"; +$a->strings["Jul"] = "Jul"; +$a->strings["Aug"] = "Aug"; +$a->strings["Sep"] = "Sep"; +$a->strings["Oct"] = "Okt"; +$a->strings["Nov"] = "Nov"; +$a->strings["Dec"] = "Dec"; +$a->strings["Content warning: %s"] = "Waarschuwing inhoud: %s"; +$a->strings["View Video"] = "Bekijk Video"; +$a->strings["bytes"] = "bytes"; +$a->strings["Click to open/close"] = "klik om te openen/sluiten"; +$a->strings["View on separate page"] = "Bekijk op aparte pagina"; +$a->strings["view on separate page"] = "bekijk op aparte pagina"; +$a->strings["link to source"] = "Verwijzing naar bron"; +$a->strings["activity"] = "activiteit"; +$a->strings["comment"] = [ + 0 => "reactie", + 1 => "reacties", +]; +$a->strings["post"] = "bericht"; +$a->strings["Item filed"] = "Item bewaard"; +$a->strings["No friends to display."] = "Geen vrienden om te laten zien."; +$a->strings["Connect"] = "Verbinden"; +$a->strings["Authorize application connection"] = "Verbinding met de applicatie goedkeuren"; +$a->strings["Return to your app and insert this Securty Code:"] = "Keer terug naar jouw app en voeg deze beveiligingscode in:"; +$a->strings["Please login to continue."] = "Log in om verder te gaan."; +$a->strings["Do you want to authorize this application to access your posts and contacts, and/or create new posts for you?"] = "Wil je deze toepassing toestemming geven om jouw berichten en contacten in te kijken, en/of nieuwe berichten in jouw plaats aan te maken?"; +$a->strings["No"] = "Nee"; +$a->strings["You must be logged in to use addons. "] = "Je moet ingelogd zijn om deze addons te kunnen gebruiken. "; +$a->strings["Applications"] = "Toepassingen"; +$a->strings["No installed applications."] = "Geen toepassingen geïnstalleerd"; +$a->strings["Item not available."] = "Item niet beschikbaar"; +$a->strings["Item was not found."] = "Item niet gevonden"; +$a->strings["No contacts in common."] = "Geen gedeelde contacten."; +$a->strings["Common Friends"] = "Gedeelde Vrienden"; +$a->strings["Credits"] = "Credits"; +$a->strings["Friendica is a community project, that would not be possible without the help of many people. Here is a list of those who have contributed to the code or the translation of Friendica. Thank you all!"] = "Friendica is een gemeenschapsproject dat niet mogelijk zou zijn zonder de hulp van vele mensen. Hier is een lijst van alle mensen die aan de code of vertalingen van Friendica hebben meegewerkt. Allen van harte bedankt!"; +$a->strings["Contact settings applied."] = "Contactinstellingen toegepast."; +$a->strings["Contact update failed."] = "Aanpassen van contact mislukt."; +$a->strings["Contact not found."] = "Contact niet gevonden"; +$a->strings["WARNING: This is highly advanced and if you enter incorrect information your communications with this contact may stop working."] = "WAARSCHUWING: Dit is zeer geavanceerd en als je verkeerde informatie invult, zal je mogelijk niet meer kunnen communiceren met deze contactpersoon."; +$a->strings["Please use your browser 'Back' button now if you are uncertain what to do on this page."] = "Gebruik nu de \"terug\"-knop in je webbrowser wanneer je niet weet wat je op deze pagina moet doen."; +$a->strings["No mirroring"] = ""; +$a->strings["Mirror as forwarded posting"] = ""; +$a->strings["Mirror as my own posting"] = ""; +$a->strings["Return to contact editor"] = "Ga terug naar contactbewerker"; +$a->strings["Refetch contact data"] = ""; +$a->strings["Submit"] = "Opslaan"; +$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["Name"] = "Naam"; +$a->strings["Account Nickname"] = "Bijnaam account"; +$a->strings["@Tagname - overrides Name/Nickname"] = "@Labelnaam - krijgt voorrang op naam/bijnaam"; +$a->strings["Account URL"] = "URL account"; +$a->strings["Friend Request URL"] = "URL vriendschapsverzoek"; +$a->strings["Friend Confirm URL"] = "URL vriendschapsbevestiging"; +$a->strings["Notification Endpoint URL"] = ""; +$a->strings["Poll/Feed URL"] = "URL poll/feed"; +$a->strings["New photo from this URL"] = "Nieuwe foto van deze URL"; +$a->strings["Photos"] = "Foto's"; +$a->strings["Contact Photos"] = "Contactfoto's"; +$a->strings["Upload"] = "Uploaden"; +$a->strings["Files"] = "Bestanden"; +$a->strings["Not Found"] = "Niet gevonden"; +$a->strings["No profile"] = "Geen profiel"; +$a->strings["Help:"] = "Help:"; +$a->strings["Help"] = "Help"; +$a->strings["Page not found."] = "Pagina niet gevonden"; +$a->strings["Welcome to %s"] = "Welkom op %s"; +$a->strings["Remote privacy information not available."] = "Privacyinformatie op afstand niet beschikbaar."; +$a->strings["Visible to:"] = "Zichtbaar voor:"; +$a->strings["System down for maintenance"] = "Systeem onbeschikbaar wegens onderhoud"; +$a->strings["Welcome to Friendica"] = "Welkom bij Friendica"; +$a->strings["New Member Checklist"] = "Checklist voor nieuwe leden"; +$a->strings["We would like to offer some tips and links to help make your experience enjoyable. Click any item to visit the relevant page. A link to this page will be visible from your home page for two weeks after your initial registration and then will quietly disappear."] = "We willen je een paar tips en verwijzingen aanreiken om je een aangename ervaring te bezorgen. Klik op een item om de relevante pagina's te bezoeken. Een verwijzing naar deze pagina zal twee weken lang na je registratie zichtbaar zijn op je tijdlijn. Daarna zal de verwijzing stilletjes verdwijnen."; +$a->strings["Getting Started"] = "Aan de slag"; +$a->strings["Friendica Walk-Through"] = "Doorloop Friendica"; +$a->strings["On your Quick Start page - find a brief introduction to your profile and network tabs, make some new connections, and find some groups to join."] = "Op je Snelstart pagina kun je een korte inleiding vinden over je profiel en netwerk tabs, om enkele nieuwe connecties te leggen en groepen te vinden om lid van te worden."; +$a->strings["Settings"] = "Instellingen"; +$a->strings["Go to Your Settings"] = "Ga naar je instellingen"; +$a->strings["On your Settings 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."] = "Verander je initieel wachtwoord op je instellingenpagina. Noteer ook het adres van je identiteit. Dit ziet er uit als een e-mailadres - en zal nuttig zijn om vrienden te maken op het vrije sociale 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."] = "Controleer ook de andere instellingen, in het bijzonder de privacy-instellingen. Een niet-gepubliceerd adres is zoals een privé-telefoonnummer. In het algemeen wil je waarschijnlijk je adres publiceren - tenzij al je vrienden en mogelijke vrienden precies weten hoe je te vinden."; +$a->strings["Profile"] = "Profiel"; +$a->strings["Upload Profile Photo"] = "Profielfoto uploaden"; +$a->strings["Upload a profile photo if you have not done so already. Studies have shown that people with real photos of themselves are ten times more likely to make friends than people who do not."] = "Upload een profielfoto, als je dat nog niet gedaan hebt. Studies tonen aan dat mensen met echte foto's van zichzelf tien keer gemakkelijker vrienden maken dan mensen die dat niet doen."; +$a->strings["Edit Your Profile"] = "Bewerk je profiel"; +$a->strings["Edit your default profile to your liking. Review the settings for hiding your list of friends and hiding the profile from unknown visitors."] = "Bewerk je standaard profiel zoals je wilt. Controleer de instellingen om je vriendenlijst te verbergen, en om je profiel voor ongekende bezoekers te verbergen."; +$a->strings["Profile Keywords"] = "Sleutelwoorden voor dit profiel"; +$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."] = "Stel enkele openbare sleutelwoorden in voor je standaard profiel die je interesses beschrijven. We kunnen dan misschien mensen vinden met gelijkaardige interesses, en vrienden voorstellen."; +$a->strings["Connecting"] = "Verbinding aan het maken"; +$a->strings["Importing Emails"] = "E-mails importeren"; +$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"] = "Vul je e-mailtoegangsinformatie in op je pagina met verbindingsinstellingen als je vrienden of mailinglijsten uit je e-mail-inbox wilt importeren, en met hen wilt communiceren"; +$a->strings["Go to Your Contacts Page"] = "Ga naar je contactenpagina"; +$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 Add New Contact dialog."] = "Je contactenpagina is jouw poort om vriendschappen te beheren en verbinding te leggen met vrienden op andere netwerken. Je kunt hun adres of URL toevoegen in de Voeg nieuw contact toe dialoog."; +$a->strings["Go to Your Site's Directory"] = "Ga naar de gids van je website"; +$a->strings["The Directory page lets you find other people in this network or other federated sites. Look for a Connect or Follow link on their profile page. Provide your own Identity Address if requested."] = "In de gids vind je andere mensen in dit netwerk of op andere federatieve sites. Zoek naar het woord Connect of Follow op hun profielpagina (meestal aan de linkerkant). Vul je eigen identiteitsadres in wanneer daar om wordt gevraagd."; +$a->strings["Finding New People"] = "Nieuwe mensen vinden"; +$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."] = "Op het zijpaneel van de Contacten pagina vind je verschillende tools om nieuwe vrienden te zoeken. We kunnen mensen op interesses matchen, mensen opzoeken op naam of hobby, en suggesties doen gebaseerd op netwerk-relaties. Op een nieuwe webstek beginnen vriendschapssuggesties meestal binnen de 24 uur beschikbaar te worden."; +$a->strings["Groups"] = "Groepen"; +$a->strings["Group Your Contacts"] = "Groepeer je contacten"; +$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."] = "Als je een aantal vrienden gemaakt hebt kun je ze in je eigen gespreksgroepen indelen vanuit de zijbalk van je 'Contacten' pagina, en dan kun je met elke groep apart contact houden op je Netwerk pagina. "; +$a->strings["Why Aren't My Posts Public?"] = "Waarom zijn mijn berichten niet openbaar?"; +$a->strings["Friendica respects your privacy. By default, your posts will only show up to people you've added as friends. For more information, see the help section from the link above."] = "Friendica respecteert je privacy. Standaard zullen je berichten alleen zichtbaar zijn voor personen die jij als vriend hebt toegevoegd. Lees de help (zie de verwijzing hierboven) voor meer informatie."; +$a->strings["Getting Help"] = "Hulp krijgen"; +$a->strings["Go to the Help Section"] = "Ga naar de help"; +$a->strings["Our help pages may be consulted for detail on other program features and resources."] = "Je kunt onze help pagina's raadplegen voor gedetailleerde informatie over andere functies van dit programma."; +$a->strings["Visit %s's profile [%s]"] = "Bekijk het profiel van %s [%s]"; +$a->strings["Edit contact"] = "Contact bewerken"; +$a->strings["Contacts who are not members of a group"] = "Contacten die geen leden zijn van een groep"; +$a->strings["Not Extended"] = ""; +$a->strings["Resubscribing to OStatus contacts"] = ""; +$a->strings["Error"] = "Fout"; +$a->strings["Done"] = "Klaar"; +$a->strings["Keep this window open until done."] = "Houd dit scherm open tot het klaar is"; +$a->strings["Do you really want to delete this suggestion?"] = "Wil je echt dit voorstel verwijderen?"; +$a->strings["No suggestions available. If this is a new site, please try again in 24 hours."] = "Geen voorstellen beschikbaar. Als dit een nieuwe website is, kun je het over 24 uur nog eens proberen."; +$a->strings["Ignore/Hide"] = "Negeren/Verbergen"; +$a->strings["Friend Suggestions"] = "Vriendschapsvoorstellen"; +$a->strings["This site has exceeded the number of allowed daily account registrations. Please try again tomorrow."] = "Deze website heeft het toegelaten dagelijkse aantal registraties overschreden. Probeer morgen opnieuw."; +$a->strings["Import"] = "Importeren"; +$a->strings["Move account"] = "Account verplaatsen"; +$a->strings["You can import an account from another Friendica server."] = "Je kunt een account van een andere Friendica server importeren."; +$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."] = "Je moet je account bij de oude server exporteren, en hier uploaden. We zullen je oude account hier opnieuw aanmaken, met al je contacten. We zullen ook proberen om je vrienden in te lichten dat je naar hier verhuisd bent."; +$a->strings["This feature is experimental. We can't import contacts from the OStatus network (GNU Social/Statusnet) or from Diaspora"] = ""; +$a->strings["Account file"] = "Account bestand"; +$a->strings["To export your account, go to \"Settings->Export your personal data\" and select \"Export account\""] = ""; +$a->strings["[Embedded content - reload page to view]"] = "[Ingebedde inhoud - herlaad pagina om het te bekijken]"; +$a->strings["%1\$s welcomes %2\$s"] = "%1\$s heet %2\$s van harte welkom"; +$a->strings["No keywords to match. Please add keywords to your default profile."] = "Geen sleutelwoorden om te zoeken. Voeg sleutelwoorden toe aan je standaard profiel."; +$a->strings["is interested in:"] = "Is geïnteresseerd in:"; +$a->strings["Profile Match"] = "Profielmatch"; +$a->strings["No matches"] = "Geen resultaten"; +$a->strings["Invalid request identifier."] = "Ongeldige request identifier."; +$a->strings["Discard"] = "Verwerpen"; +$a->strings["Ignore"] = "Negeren"; +$a->strings["Notifications"] = "Notificaties"; +$a->strings["Network Notifications"] = "Netwerknotificaties"; +$a->strings["System Notifications"] = "Systeemnotificaties"; +$a->strings["Personal Notifications"] = "Persoonlijke notificaties"; +$a->strings["Home Notifications"] = "Tijdlijn-notificaties"; +$a->strings["Show Ignored Requests"] = "Toon genegeerde verzoeken"; +$a->strings["Hide Ignored Requests"] = "Verberg genegeerde verzoeken"; +$a->strings["Notification type: "] = "Notificatiesoort:"; +$a->strings["suggested by %s"] = "Voorgesteld door %s"; +$a->strings["Hide this contact from others"] = "Verberg dit contact voor anderen"; +$a->strings["Post a new friend activity"] = "Bericht over een nieuwe vriend"; +$a->strings["if applicable"] = "Indien toepasbaar"; +$a->strings["Approve"] = "Goedkeuren"; +$a->strings["Claims to be known to you: "] = "Denkt dat u hem of haar kent:"; +$a->strings["yes"] = "Ja"; +$a->strings["no"] = "Nee"; +$a->strings["Shall your connection be bidirectional or not?"] = ""; +$a->strings["Accepting %s as a friend allows %s to subscribe to your posts, and you will also receive updates from them in your news feed."] = ""; +$a->strings["Accepting %s as a subscriber allows them to subscribe to your posts, but you will not receive updates from them in your news feed."] = ""; +$a->strings["Accepting %s as a sharer allows them to subscribe to your posts, but you will not receive updates from them in your news feed."] = ""; +$a->strings["Friend"] = "Vriend"; +$a->strings["Sharer"] = "Deler"; +$a->strings["Subscriber"] = ""; +$a->strings["Location:"] = "Plaats:"; +$a->strings["About:"] = "Over:"; +$a->strings["Tags:"] = "Labels:"; +$a->strings["Gender:"] = "Geslacht:"; +$a->strings["Profile URL"] = "Profiel url"; +$a->strings["Network:"] = "Netwerk:"; +$a->strings["No introductions."] = "Geen vriendschaps- of connectieverzoeken."; +$a->strings["Show unread"] = ""; +$a->strings["Show all"] = ""; +$a->strings["No more %s notifications."] = ""; +$a->strings["OpenID protocol error. No ID returned."] = "OpenID protocol fout. Geen ID Gevonden."; +$a->strings["Account not found and OpenID registration is not permitted on this site."] = "Account niet gevonden, en OpenID-registratie is niet toegelaten op deze website."; +$a->strings["Login failed."] = "Login mislukt."; +$a->strings["Profile not found."] = "Profiel niet gevonden"; +$a->strings["This may occasionally happen if contact was requested by both persons and it has already been approved."] = "Dit kan soms gebeuren als het contact door beide personen werd gevraagd, en het werd al goedgekeurd."; +$a->strings["Response from remote site was not understood."] = "Antwoord van de website op afstand werd niet begrepen."; +$a->strings["Unexpected response from remote site: "] = "Onverwacht antwoord van website op afstand:"; +$a->strings["Confirmation completed successfully."] = "Bevestiging werd correct voltooid."; +$a->strings["Temporary failure. Please wait and try again."] = "Tijdelijke fout. Wacht even en probeer opnieuw."; +$a->strings["Introduction failed or was revoked."] = "Verzoek mislukt of herroepen."; +$a->strings["Remote site reported: "] = "Website op afstand berichtte: "; +$a->strings["Unable to set contact photo."] = "Ik kan geen contact foto instellen."; +$a->strings["No user record found for '%s' "] = "Geen gebruiker gevonden voor '%s'"; +$a->strings["Our site encryption key is apparently messed up."] = "De encryptie-sleutel van onze webstek is blijkbaar beschadigd."; +$a->strings["Empty site URL was provided or URL could not be decrypted by us."] = "Er werd een lege URL gegeven, of de URL kon niet ontcijferd worden door ons."; +$a->strings["Contact record was not found for you on our site."] = "We vonden op onze webstek geen contactrecord voor jou."; +$a->strings["Site public key not available in contact record for URL %s."] = "Publieke sleutel voor webstek niet beschikbaar in contactrecord voor URL %s."; +$a->strings["The ID provided by your system is a duplicate on our system. It should work if you try again."] = "Het ID dat jouw systeem aangeeft is een dubbel op ons systeem. Als je opnieuw probeert zou het moeten werken."; +$a->strings["Unable to set your contact credentials on our system."] = "Niet in staat om op dit systeem je contactreferenties in te stellen."; +$a->strings["Unable to update your contact profile details on our system"] = ""; +$a->strings["[Name Withheld]"] = "[Naam achtergehouden]"; +$a->strings["%1\$s has joined %2\$s"] = "%1\$s is toegetreden tot %2\$s"; +$a->strings["Total invitation limit exceeded."] = "Totale uitnodigingslimiet overschreden."; +$a->strings["%s : Not a valid email address."] = "%s: Geen geldig e-mailadres."; +$a->strings["Please join us on Friendica"] = "Kom bij ons op Friendica"; +$a->strings["Invitation limit exceeded. Please contact your site administrator."] = "Uitnodigingslimiet overschreden. Neem contact op met de beheerder van je website."; +$a->strings["%s : Message delivery failed."] = "%s : Aflevering van bericht mislukt."; +$a->strings["%d message sent."] = [ + 0 => "%d bericht verzonden.", + 1 => "%d berichten verzonden.", +]; +$a->strings["You have no more invitations available"] = "Je kunt geen uitnodigingen meer sturen"; +$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."] = "Bezoek %s voor een lijst van openbare sites waar je je kunt aansluiten. Friendica leden op andere sites kunnen allemaal met elkaar verbonden worden, en ook met leden van verschillende andere sociale netwerken."; +$a->strings["To accept this invitation, please visit and register at %s or any other public Friendica website."] = "Om deze uitnodiging te accepteren kan je je op %s registreren of op een andere vrij toegankelijke Friendica-website."; +$a->strings["Friendica sites all inter-connect to create a huge privacy-enhanced social web that is owned and controlled by its members. They can also connect with many traditional social networks. See %s for a list of alternate Friendica sites you can join."] = "Friendica servers zijn allemaal onderling verbonden om een reusachtig sociaal web te maken met verbeterde privacy, dat eigendom is van en gecontroleerd door zijn leden. Ze kunnen ook verbindingen maken met verschillende traditionele sociale netwerken. Bekijk %s voor een lijst van alternatieve Friendica servers waar je aan kunt sluiten."; +$a->strings["Our apologies. This system is not currently configured to connect with other public sites or invite members."] = "Onze verontschuldigingen. Dit systeem is momenteel niet ingesteld om verbinding te maken met andere openbare plaatsen of leden uit te nodigen."; +$a->strings["Friendica sites all inter-connect to create a huge privacy-enhanced social web that is owned and controlled by its members. They can also connect with many traditional social networks."] = ""; +$a->strings["To accept this invitation, please visit and register at %s."] = ""; +$a->strings["Send invitations"] = "Verstuur uitnodigingen"; +$a->strings["Enter email addresses, one per line:"] = "Vul e-mailadressen in, één per lijn:"; +$a->strings["Your message:"] = "Jouw bericht:"; +$a->strings["You are cordially invited to join me and other close friends on Friendica - and help us to create a better social web."] = "Ik nodig je vriendelijk uit om bij mij en andere vrienden te komen op Friendica - en ons te helpen om een beter sociaal web te bouwen."; +$a->strings["You will need to supply this invitation code: \$invite_code"] = "Je zult deze uitnodigingscode moeten invullen: \$invite_code"; +$a->strings["Once you have registered, please connect with me via my profile page at:"] = "Eens je geregistreerd bent kun je contact leggen met mij via mijn profielpagina op:"; +$a->strings["For more information about the Friendica project and why we feel it is important, please visit http://friendi.ca"] = ""; +$a->strings["Invalid request."] = ""; +$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 %s"] = ""; +$a->strings["File upload failed."] = "Uploaden van bestand mislukt."; +$a->strings["Manage Identities and/or Pages"] = "Beheer Identiteiten en/of Pagina's"; +$a->strings["Toggle between different identities or community/group pages which share your account details or which you have been granted \"manage\" permissions"] = "Wissel tussen verschillende identiteiten of forum/groeppagina's die jouw accountdetails delen of waar je \"beheerdersrechten\" hebt gekregen."; +$a->strings["Select an identity to manage: "] = "Selecteer een identiteit om te beheren:"; +$a->strings["This introduction has already been accepted."] = "Verzoek is al goedgekeurd"; +$a->strings["Profile location is not valid or does not contain profile information."] = "Profiel is ongeldig of bevat geen informatie"; +$a->strings["Warning: profile location has no identifiable owner name."] = "Waarschuwing: de profiellocatie heeft geen identificeerbare eigenaar."; +$a->strings["Warning: profile location has no profile photo."] = "Waarschuwing: Profieladres heeft geen profielfoto."; +$a->strings["%d required parameter was not found at the given location"] = [ + 0 => "De %d vereiste parameter is niet op het gegeven adres gevonden", + 1 => "De %d vereiste parameters zijn niet op het gegeven adres gevonden", +]; +$a->strings["Introduction complete."] = "Verzoek voltooid."; +$a->strings["Unrecoverable protocol error."] = "Onherstelbare protocolfout. "; +$a->strings["Profile unavailable."] = "Profiel onbeschikbaar"; +$a->strings["%s has received too many connection requests today."] = "%s heeft te veel verzoeken gehad vandaag."; +$a->strings["Spam protection measures have been invoked."] = "Beveiligingsmaatregelen tegen spam zijn in werking getreden."; +$a->strings["Friends are advised to please try again in 24 hours."] = "Wij adviseren vrienden om het over 24 uur nog een keer te proberen."; +$a->strings["Invalid locator"] = "Ongeldige plaatsbepaler"; +$a->strings["You have already introduced yourself here."] = "Je hebt jezelf hier al voorgesteld."; +$a->strings["Apparently you are already friends with %s."] = "Blijkbaar bent u al bevriend met %s."; +$a->strings["Invalid profile URL."] = "Ongeldig profiel adres."; +$a->strings["Disallowed profile URL."] = "Niet toegelaten profiel adres."; +$a->strings["Blocked domain"] = ""; +$a->strings["Failed to update contact record."] = "Ik kon de contactgegevens niet aanpassen."; +$a->strings["Your introduction has been sent."] = "Je verzoek is verzonden."; +$a->strings["Remote subscription can't be done for your network. Please subscribe directly on your system."] = ""; +$a->strings["Please login to confirm introduction."] = "Log in om je verzoek te bevestigen."; +$a->strings["Incorrect identity currently logged in. Please login to this profile."] = "Je huidige identiteit is niet de juiste. Log met dit profiel in."; +$a->strings["Confirm"] = "Bevestig"; +$a->strings["Hide this contact"] = "Verberg dit contact"; +$a->strings["Welcome home %s."] = "Welkom terug %s."; +$a->strings["Please confirm your introduction/connection request to %s."] = "Bevestig je vriendschaps-/connectieverzoek voor %s."; +$a->strings["Public access denied."] = "Niet vrij toegankelijk"; +$a->strings["Please enter your 'Identity Address' from one of the following supported communications networks:"] = "Vul hier uw 'Identiteitsadres' in van een van de volgende ondersteunde communicatienetwerken:"; +$a->strings["If you are not yet a member of the free social web, follow this link to find a public Friendica site and join us today."] = ""; +$a->strings["Friend/Connection Request"] = "Vriendschaps-/connectieverzoek"; +$a->strings["Examples: jojo@demo.friendica.com, http://demo.friendica.com/profile/jojo, testuser@gnusocial.de"] = ""; +$a->strings["Please answer the following:"] = "Beantwoord het volgende:"; +$a->strings["Does %s know you?"] = "Kent %s jou?"; +$a->strings["Add a personal note:"] = "Voeg een persoonlijke opmerking toe:"; +$a->strings["Friendica"] = "Friendica"; +$a->strings["GNU Social (Pleroma, Mastodon)"] = ""; +$a->strings["Diaspora (Socialhome, Hubzilla)"] = ""; +$a->strings[" - please do not use this form. Instead, enter %s into your Diaspora search bar."] = "- Gebruik niet dit formulier. Vul %s in in je Diaspora zoekbalk."; +$a->strings["Your Identity Address:"] = "Adres van uw identiteit:"; +$a->strings["Submit Request"] = "Aanvraag indienen"; +$a->strings["l F d, Y \\@ g:i A"] = "l F d, Y \\@ g:i A"; +$a->strings["Time Conversion"] = "Tijdsconversie"; +$a->strings["Friendica provides this service for sharing events with other networks and friends in unknown timezones."] = "Friendica biedt deze dienst aan om gebeurtenissen te delen met andere netwerken en vrienden in onbekende tijdzones."; +$a->strings["UTC time: %s"] = "UTC tijd: %s"; +$a->strings["Current timezone: %s"] = "Huidige Tijdzone: %s"; +$a->strings["Converted localtime: %s"] = "Omgerekende lokale tijd: %s"; +$a->strings["Please select your timezone:"] = "Selecteer je tijdzone:"; +$a->strings["Only logged in users are permitted to perform a probing."] = ""; +$a->strings["Permission denied"] = "Toegang geweigerd"; +$a->strings["Invalid profile identifier."] = "Ongeldige profiel-identificatie."; +$a->strings["Profile Visibility Editor"] = ""; +$a->strings["Click on a contact to add or remove."] = "Klik op een contact om het toe te voegen of te verwijderen."; +$a->strings["Visible To"] = "Zichtbaar voor"; +$a->strings["All Contacts (with secure profile access)"] = "Alle contacten (met veilige profieltoegang)"; +$a->strings["Account approved."] = "Account goedgekeurd."; +$a->strings["Registration revoked for %s"] = "Registratie ingetrokken voor %s"; +$a->strings["Please login."] = "Inloggen."; +$a->strings["Remove My Account"] = "Verwijder mijn account"; +$a->strings["This will completely remove your account. Once this has been done it is not recoverable."] = "Dit zal je account volledig verwijderen. Dit kan niet hersteld worden als het eenmaal uitgevoerd is."; +$a->strings["Please enter your password for verification:"] = "Voer je wachtwoord in voor verificatie:"; +$a->strings["No contacts."] = "Geen contacten."; +$a->strings["Access denied."] = "Toegang geweigerd"; +$a->strings["Number of daily wall messages for %s exceeded. Message failed."] = ""; +$a->strings["No recipient selected."] = "Geen ontvanger geselecteerd."; +$a->strings["Unable to check your home location."] = "Niet in staat om je tijdlijn-locatie vast te stellen"; +$a->strings["Message could not be sent."] = "Bericht kon niet verzonden worden."; +$a->strings["Message collection failure."] = "Fout bij het verzamelen van berichten."; +$a->strings["Message sent."] = "Bericht verzonden."; +$a->strings["No recipient."] = "Geen ontvanger."; +$a->strings["Send Private Message"] = "Verstuur privébericht"; +$a->strings["If you wish for %s to respond, please check that the privacy settings on your site allow private mail from unknown senders."] = "Als je wilt dat %s antwoordt moet je nakijken dat de privacy-instellingen op jouw website privéberichten van onbekende afzenders toelaat."; +$a->strings["To:"] = "Aan:"; +$a->strings["Subject:"] = "Onderwerp:"; +$a->strings["Export account"] = "Account exporteren"; +$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."] = "Je account informatie en contacten exporteren. Gebruik dit om een backup van je account te maken en/of om het te verhuizen naar een andere server."; +$a->strings["Export all"] = "Alles exporteren"; +$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)"] = "Je account info, contacten en al je items in json formaat exporteren. Dit kan een heel groot bestand worden, en kan lang duren. Gebruik dit om een volledige backup van je account te maken (foto's worden niet geexporteerd)"; +$a->strings["Export personal data"] = "Persoonlijke gegevens exporteren"; +$a->strings["- select -"] = "- Kies -"; +$a->strings["No more system notifications."] = "Geen systeemnotificaties meer."; +$a->strings["{0} wants to be your friend"] = "{0} wilt je vriend worden"; +$a->strings["{0} sent you a message"] = "{0} stuurde jou een bericht"; +$a->strings["{0} requested registration"] = "{0} vroeg om zich te registreren"; +$a->strings["Poke/Prod"] = "Aanstoten/porren"; +$a->strings["poke, prod or do other things to somebody"] = "aanstoten, porren of andere dingen met iemand doen"; +$a->strings["Recipient"] = "Ontvanger"; +$a->strings["Choose what you wish to do to recipient"] = "Kies wat je met de ontvanger wil doen"; +$a->strings["Make this post private"] = "Dit bericht privé maken"; +$a->strings["%1\$s is following %2\$s's %3\$s"] = "%1\$s volgt %3\$s van %2\$s"; +$a->strings["Tag removed"] = "Label verwijderd"; +$a->strings["Remove Item Tag"] = "Verwijder label van item"; +$a->strings["Select a tag to remove: "] = "Selecteer een label om te verwijderen: "; +$a->strings["Remove"] = "Verwijderen"; +$a->strings["Image exceeds size limit of %s"] = ""; +$a->strings["Unable to process image."] = "Niet in staat om de afbeelding te verwerken"; +$a->strings["Wall Photos"] = ""; +$a->strings["Image upload failed."] = "Uploaden van afbeelding mislukt."; +$a->strings["Remove term"] = "Verwijder zoekterm"; +$a->strings["Saved Searches"] = "Opgeslagen zoekopdrachten"; +$a->strings["Only logged in users are permitted to perform a search."] = ""; +$a->strings["Too Many Requests"] = ""; +$a->strings["Only one search per minute is permitted for not logged in users."] = ""; +$a->strings["No results."] = "Geen resultaten."; +$a->strings["Items tagged with: %s"] = ""; +$a->strings["Results for: %s"] = ""; +$a->strings["Login"] = "Login"; +$a->strings["The post was created"] = ""; +$a->strings["Community option not available."] = ""; +$a->strings["Not available."] = "Niet beschikbaar"; +$a->strings["Local Community"] = ""; +$a->strings["Posts from local users on this server"] = ""; +$a->strings["Global Community"] = ""; +$a->strings["Posts from users of the whole federated network"] = ""; +$a->strings["This community stream shows all public posts received by this node. They may not reflect the opinions of this node’s users."] = ""; +$a->strings["Item not found"] = "Item niet gevonden"; +$a->strings["Edit post"] = "Bericht bewerken"; +$a->strings["CC: email addresses"] = "CC: e-mailadressen"; +$a->strings["Example: bob@example.com, mary@example.com"] = "Voorbeeld: bob@voorbeeld.nl, an@voorbeeld.be"; +$a->strings["You must be logged in to use this module"] = ""; +$a->strings["Source URL"] = ""; +$a->strings["Friend suggestion sent."] = "Vriendschapsvoorstel verzonden."; +$a->strings["Suggest Friends"] = "Stel vrienden voor"; +$a->strings["Suggest a friend for %s"] = "Stel een vriend voor aan %s"; +$a->strings["Group created."] = "Groep aangemaakt."; +$a->strings["Could not create group."] = "Kon de groep niet aanmaken."; +$a->strings["Group not found."] = "Groep niet gevonden."; +$a->strings["Group name changed."] = "Groepsnaam gewijzigd."; +$a->strings["Save Group"] = "Bewaar groep"; +$a->strings["Create a group of contacts/friends."] = "Maak een groep contacten/vrienden aan."; +$a->strings["Group Name: "] = "Groepsnaam:"; +$a->strings["Group removed."] = "Groep verwijderd."; +$a->strings["Unable to remove group."] = "Niet in staat om groep te verwijderen."; +$a->strings["Delete Group"] = ""; +$a->strings["Group Editor"] = "Groepsbewerker"; +$a->strings["Edit Group Name"] = ""; +$a->strings["Members"] = "Leden"; +$a->strings["All Contacts"] = "Alle Contacten"; +$a->strings["Group is empty"] = "De groep is leeg"; +$a->strings["Remove Contact"] = ""; +$a->strings["Add Contact"] = ""; +$a->strings["Unable to locate original post."] = "Ik kan de originele post niet meer vinden."; +$a->strings["Empty post discarded."] = "Lege post weggegooid."; +$a->strings["This message was sent to you by %s, a member of the Friendica social network."] = "Dit bericht werd naar jou gestuurd door %s, een lid van het Friendica sociale netwerk."; +$a->strings["You may visit them online at %s"] = "Je kunt ze online bezoeken op %s"; +$a->strings["Please contact the sender by replying to this post if you do not wish to receive these messages."] = "Contacteer de afzender door op dit bericht te antwoorden als je deze berichten niet wilt ontvangen."; +$a->strings["%s posted an update."] = "%s heeft een wijziging geplaatst."; +$a->strings["New Message"] = "Nieuw Bericht"; +$a->strings["Unable to locate contact information."] = "Ik kan geen contact informatie vinden."; +$a->strings["Messages"] = "Privéberichten"; +$a->strings["Do you really want to delete this message?"] = "Wil je echt dit bericht verwijderen?"; +$a->strings["Message deleted."] = "Bericht verwijderd."; +$a->strings["Conversation removed."] = "Gesprek verwijderd."; +$a->strings["No messages."] = "Geen berichten."; +$a->strings["Message not available."] = "Bericht niet beschikbaar."; +$a->strings["Delete message"] = "Verwijder bericht"; +$a->strings["D, d M Y - g:i A"] = "D, d M Y - g:i A"; +$a->strings["Delete conversation"] = "Verwijder gesprek"; +$a->strings["No secure communications available. You may be able to respond from the sender's profile page."] = "Geen beveiligde communicatie beschikbaar. Je kunt misschien antwoorden vanaf de profiel-pagina van de afzender."; +$a->strings["Send Reply"] = "Verstuur Antwoord"; +$a->strings["Unknown sender - %s"] = "Onbekende afzender - %s"; +$a->strings["You and %s"] = "Jij en %s"; +$a->strings["%s and You"] = "%s en jij"; +$a->strings["%d message"] = [ + 0 => "%d bericht", + 1 => "%d berichten", +]; +$a->strings["add"] = "toevoegen"; +$a->strings["Warning: This group contains %s member from a network that doesn't allow non public messages."] = [ + 0 => "", + 1 => "", +]; +$a->strings["Messages in this group won't be send to these receivers."] = ""; +$a->strings["No such group"] = "Zo'n groep bestaat niet"; +$a->strings["Group: %s"] = ""; +$a->strings["Private messages to this person are at risk of public disclosure."] = "Privéberichten naar deze persoon kunnen openbaar gemaakt worden."; +$a->strings["Invalid contact."] = "Ongeldig contact."; +$a->strings["Commented Order"] = "Nieuwe reacties bovenaan"; +$a->strings["Sort by Comment Date"] = "Berichten met nieuwe reacties bovenaan"; +$a->strings["Posted Order"] = "Nieuwe berichten bovenaan"; +$a->strings["Sort by Post Date"] = "Nieuwe berichten bovenaan"; +$a->strings["Personal"] = "Persoonlijk"; +$a->strings["Posts that mention or involve you"] = "Alleen berichten die jou vermelden of op jou betrekking hebben"; +$a->strings["New"] = "Nieuw"; +$a->strings["Activity Stream - by date"] = "Activiteitenstroom - volgens datum"; +$a->strings["Shared Links"] = "Gedeelde links"; +$a->strings["Interesting Links"] = "Interessante links"; +$a->strings["Starred"] = "Met ster"; +$a->strings["Favourite Posts"] = "Favoriete berichten"; +$a->strings["Personal Notes"] = "Persoonlijke Nota's"; +$a->strings["Post successful."] = "Bericht succesvol geplaatst."; +$a->strings["Photo Albums"] = "Fotoalbums"; +$a->strings["Recent Photos"] = "Recente foto's"; +$a->strings["Upload New Photos"] = "Nieuwe foto's uploaden"; +$a->strings["everybody"] = "iedereen"; +$a->strings["Contact information unavailable"] = "Contactinformatie niet beschikbaar"; +$a->strings["Album not found."] = "Album niet gevonden"; +$a->strings["Delete Album"] = "Verwijder album"; +$a->strings["Do you really want to delete this photo album and all its photos?"] = "Wil je echt dit fotoalbum en alle foto's erin verwijderen?"; +$a->strings["Delete Photo"] = "Verwijder foto"; +$a->strings["Do you really want to delete this photo?"] = "Wil je echt deze foto verwijderen?"; +$a->strings["a photo"] = "een foto"; +$a->strings["%1\$s was tagged in %2\$s by %3\$s"] = "%1\$s is gelabeld in %2\$s door %3\$s"; +$a->strings["Image upload didn't complete, please try again"] = ""; +$a->strings["Image file is missing"] = ""; +$a->strings["Server can't accept new file upload at this time, please contact your administrator"] = ""; +$a->strings["Image file is empty."] = "Afbeeldingsbestand is leeg."; +$a->strings["No photos selected"] = "Geen foto's geselecteerd"; +$a->strings["Access to this item is restricted."] = "Toegang tot dit item is beperkt."; +$a->strings["Upload Photos"] = "Upload foto's"; +$a->strings["New album name: "] = "Nieuwe albumnaam: "; +$a->strings["or existing album name: "] = "of bestaande albumnaam: "; +$a->strings["Do not show a status post for this upload"] = "Toon geen bericht op je tijdlijn van deze upload"; +$a->strings["Permissions"] = "Rechten"; +$a->strings["Show to Groups"] = "Tonen aan groepen"; +$a->strings["Show to Contacts"] = "Tonen aan contacten"; +$a->strings["Edit Album"] = "Album wijzigen"; +$a->strings["Show Newest First"] = "Toon niewste eerst"; +$a->strings["Show Oldest First"] = "Toon oudste eerst"; +$a->strings["View Photo"] = "Bekijk foto"; +$a->strings["Permission denied. Access to this item may be restricted."] = "Toegang geweigerd. Toegang tot dit item is mogelijk beperkt."; +$a->strings["Photo not available"] = "Foto is niet beschikbaar"; +$a->strings["View photo"] = "Bekijk foto"; +$a->strings["Edit photo"] = "Bewerk foto"; +$a->strings["Use as profile photo"] = "Gebruik als profielfoto"; +$a->strings["Private Message"] = "Privébericht"; +$a->strings["View Full Size"] = "Bekijk in volledig formaat"; +$a->strings["Tags: "] = "Labels: "; +$a->strings["[Remove any tag]"] = "[Alle labels verwijderen]"; +$a->strings["New album name"] = "Nieuwe albumnaam"; +$a->strings["Caption"] = "Onderschrift"; +$a->strings["Add a Tag"] = "Een label toevoegen"; +$a->strings["Example: @bob, @Barbara_Jensen, @jim@example.com, #California, #camping"] = "Voorbeeld: @bob, @Barbara_Jansen, @jan@voorbeeld.nl, #Ardennen, #camping "; +$a->strings["Do not rotate"] = ""; +$a->strings["Rotate CW (right)"] = "Roteren met de klok mee (rechts)"; +$a->strings["Rotate CCW (left)"] = "Roteren tegen de klok in (links)"; +$a->strings["I like this (toggle)"] = "Vind ik leuk"; +$a->strings["I don't like this (toggle)"] = "Vind ik niet leuk"; +$a->strings["This is you"] = "Dit ben jij"; +$a->strings["Comment"] = "Reacties"; +$a->strings["Map"] = ""; +$a->strings["View Album"] = "Album bekijken"; +$a->strings["Requested profile is not available."] = "Gevraagde profiel is niet beschikbaar."; +$a->strings["%s's posts"] = ""; +$a->strings["%s's comments"] = ""; +$a->strings["%s's timeline"] = ""; +$a->strings["Access to this profile has been restricted."] = "Toegang tot dit profiel is beperkt."; +$a->strings["Tips for New Members"] = "Tips voor nieuwe leden"; +$a->strings["Do you really want to delete this video?"] = "Wil je deze video echt verwijderen?"; +$a->strings["Delete Video"] = "Verwijder video"; +$a->strings["No videos selected"] = "Geen video's geselecteerd"; +$a->strings["Recent Videos"] = "Recente video's"; +$a->strings["Upload New Videos"] = "Nieuwe video's uploaden"; +$a->strings["Parent user not found."] = ""; +$a->strings["No parent user"] = ""; +$a->strings["Parent Password:"] = ""; +$a->strings["Please enter the password of the parent account to legitimize your request."] = ""; +$a->strings["Parent User"] = ""; +$a->strings["Parent users have total control about this account, including the account settings. Please double check whom you give this access."] = ""; +$a->strings["Save Settings"] = "Instellingen opslaan"; +$a->strings["Delegate Page Management"] = "Paginabeheer uitbesteden"; +$a->strings["Delegates"] = ""; +$a->strings["Delegates are able to manage all aspects of this account/page except for basic account settings. Please do not delegate your personal account to anybody that you do not trust completely."] = "Personen waaraan het beheer is uitbesteed kunnen alle onderdelen van een account/pagina beheren, behalve de basisinstellingen van een account. Besteed je persoonlijke account daarom niet uit aan personen die je niet volledig vertrouwd."; +$a->strings["Existing Page Delegates"] = "Bestaande personen waaraan het paginabeheer is uitbesteed"; +$a->strings["Potential Delegates"] = "Mogelijke personen waaraan het paginabeheer kan worden uitbesteed "; +$a->strings["Add"] = "Toevoegen"; +$a->strings["No entries."] = "Geen gegevens."; +$a->strings["People Search - %s"] = ""; +$a->strings["Forum Search - %s"] = ""; +$a->strings["Friendica Communications Server - Setup"] = ""; +$a->strings["Could not connect to database."] = "Kon geen toegang krijgen tot de database."; +$a->strings["Could not create table."] = "Kon tabel niet aanmaken."; +$a->strings["Your Friendica site database has been installed."] = "De database van je Friendica-website is geïnstalleerd."; +$a->strings["You may need to import the file \"database.sql\" manually using phpmyadmin or mysql."] = "Het kan nodig zijn om het bestand \"database.sql\" manueel te importeren met phpmyadmin of mysql."; +$a->strings["Please see the file \"INSTALL.txt\"."] = "Zie het bestand \"INSTALL.txt\"."; +$a->strings["Database already in use."] = ""; +$a->strings["System check"] = "Systeemcontrole"; +$a->strings["Next"] = "Volgende"; +$a->strings["Check again"] = "Controleer opnieuw"; +$a->strings["Database connection"] = "Verbinding met database"; +$a->strings["In order to install Friendica we need to know how to connect to your database."] = "Om Friendica te kunnen installeren moet ik weten hoe ik jouw database kan bereiken."; +$a->strings["Please contact your hosting provider or site administrator if you have questions about these settings."] = "Neem contact op met jouw hostingprovider of websitebeheerder, wanneer je vragen hebt over deze instellingen. "; +$a->strings["The database you specify below should already exist. If it does not, please create it before continuing."] = "De database die je hier opgeeft zou al moeten bestaan. Maak anders de database aan voordat je verder gaat."; +$a->strings["Database Server Name"] = "Servernaam database"; +$a->strings["Database Login Name"] = "Gebruikersnaam database"; +$a->strings["Database Login Password"] = "Wachtwoord database"; +$a->strings["For security reasons the password must not be empty"] = ""; +$a->strings["Database Name"] = "Naam database"; +$a->strings["Site administrator email address"] = "E-mailadres van de websitebeheerder"; +$a->strings["Your account email address must match this in order to use the web admin panel."] = "Het e-mailadres van je account moet hiermee overeenkomen om het administratiepaneel te kunnen gebruiken."; +$a->strings["Please select a default timezone for your website"] = "Selecteer een standaard tijdzone voor uw website"; +$a->strings["Site settings"] = "Website-instellingen"; +$a->strings["System Language:"] = ""; +$a->strings["Set the default language for your Friendica installation interface and to send emails."] = ""; +$a->strings["Could not find a command line version of PHP in the web server PATH."] = "Kan geen command-line-versie van PHP vinden in het PATH van de webserver."; +$a->strings["If you don't have a command line version of PHP installed on your server, you will not be able to run the background processing. See 'Setup the worker'"] = ""; +$a->strings["PHP executable path"] = "PATH van het PHP commando"; +$a->strings["Enter full path to php executable. You can leave this blank to continue the installation."] = "Vul het volledige pad in naar het php programma. Je kunt dit leeg laten om de installatie verder te zetten."; +$a->strings["Command line PHP"] = "PHP-opdrachtregel"; +$a->strings["PHP executable is not the php cli binary (could be cgi-fgci version)"] = ""; +$a->strings["Found PHP version: "] = "Gevonden PHP versie:"; +$a->strings["PHP cli binary"] = ""; +$a->strings["The command line version of PHP on your system does not have \"register_argc_argv\" enabled."] = "De command-line versie van PHP op jouw systeem heeft \"register_argc_argv\" niet geactiveerd."; +$a->strings["This is required for message delivery to work."] = "Dit is nodig om het verzenden van berichten mogelijk te maken."; +$a->strings["PHP register_argc_argv"] = "PHP register_argc_argv"; +$a->strings["Error: the \"openssl_pkey_new\" function on this system is not able to generate encryption keys"] = ""; +$a->strings["If running under Windows, please see \"http://www.php.net/manual/en/openssl.installation.php\"."] = "Zie \"http://www.php.net/manual/en/openssl.installation.php\" wanneer u Friendica onder Windows draait."; +$a->strings["Generate encryption keys"] = ""; +$a->strings["libCurl PHP module"] = "libCurl PHP module"; +$a->strings["GD graphics PHP module"] = "GD graphics PHP module"; +$a->strings["OpenSSL PHP module"] = "OpenSSL PHP module"; +$a->strings["PDO or MySQLi PHP module"] = ""; +$a->strings["mb_string PHP module"] = "mb_string PHP module"; +$a->strings["XML PHP module"] = ""; +$a->strings["iconv PHP module"] = ""; +$a->strings["POSIX PHP module"] = ""; +$a->strings["Apache mod_rewrite module"] = "Apache mod_rewrite module"; +$a->strings["Error: Apache webserver mod-rewrite module is required but not installed."] = "Fout: Apache-module mod-rewrite is vereist, maar niet geïnstalleerd."; +$a->strings["Error: libCURL PHP module required but not installed."] = "Fout: PHP-module libCURL is vereist, maar niet geïnstalleerd."; +$a->strings["Error: GD graphics PHP module with JPEG support required but not installed."] = "Fout: PHP-module GD graphics met JPEG support is vereist, maar niet geïnstalleerd."; +$a->strings["Error: openssl PHP module required but not installed."] = "Fout: PHP-module openssl is vereist, maar niet geïnstalleerd."; +$a->strings["Error: PDO or MySQLi PHP module required but not installed."] = ""; +$a->strings["Error: The MySQL driver for PDO is not installed."] = ""; +$a->strings["Error: mb_string PHP module required but not installed."] = "Fout: PHP-module mb_string is vereist, maar niet geïnstalleerd."; +$a->strings["Error: iconv PHP module required but not installed."] = ""; +$a->strings["Error: POSIX PHP module required but not installed."] = ""; +$a->strings["Error, XML 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."] = "Het installatieprogramma moet een bestand \".htconfig.php\" in de bovenste map van je webserver aanmaken, maar kan dit niet doen."; +$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."] = "Dit is meestal een permissieprobleem, omdat de webserver niet in staat is om in deze map bestanden weg te schrijven - ook al kun je dit zelf wel."; +$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."] = "Op het einde van deze procedure zal ik je een tekst geven om te bewaren in een bestand .htconfig.php in je hoogste Friendica map."; +$a->strings["You can alternatively skip this procedure and perform a manual installation. Please see the file \"INSTALL.txt\" for instructions."] = "Je kunt ook deze procedure overslaan, en een manuele installatie uitvoeren. Lees het bestand \"INSTALL.txt\" voor instructies."; +$a->strings[".htconfig.php is writable"] = ".htconfig.php is schrijfbaar"; +$a->strings["Friendica uses the Smarty3 template engine to render its web views. Smarty3 compiles templates to PHP to speed up rendering."] = "Friendica gebruikt het Smarty3 sjabloon systeem om zijn webpagina's weer te geven. Smarty3 compileert sjablonen naar PHP om de weergave te versnellen."; +$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."] = "Om deze gecompileerde sjablonen op te slaan moet de webserver schrijftoegang hebben tot de folder view/smarty3, t.o.v. van de hoogste folder van je Friendica-installatie."; +$a->strings["Please ensure that the user that your web server runs as (e.g. www-data) has write access to this folder."] = "Zorg ervoor dat de gebruiker waaronder je webserver runt (bijv. www-data) schrijf-toegang heeft tot deze map."; +$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."] = "Opmerking: voor een goede beveiliging zou je de webserver alleen schrijf-toegang moeten geven voor de map view/smarty3 -- niet voor de template bestanden (.tpl) die in die map zitten."; +$a->strings["view/smarty3 is writable"] = "view/smarty3 is schrijfbaar"; +$a->strings["Url rewrite in .htaccess is not working. Check your server configuration."] = ""; +$a->strings["Url rewrite is working"] = ""; +$a->strings["ImageMagick PHP extension is not installed"] = ""; +$a->strings["ImageMagick PHP extension is installed"] = ""; +$a->strings["ImageMagick supports GIF"] = ""; +$a->strings["The database configuration file \".htconfig.php\" could not be written. Please use the enclosed text to create a configuration file in your web server root."] = "Het databaseconfiguratiebestand \".htconfig.php\" kon niet worden weggeschreven. Je kunt de bijgevoegde tekst gebruiken om in een configuratiebestand aan te maken in de hoogste map van je webserver."; +$a->strings["

    What next

    "] = "

    Wat nu

    "; +$a->strings["IMPORTANT: You will need to [manually] setup a scheduled task for the worker."] = ""; +$a->strings["Go to your new Friendica node registration page and register as new user. Remember to use the same email you have entered as administrator email. This will allow you to enter the site admin panel."] = ""; +$a->strings["Subscribing to OStatus contacts"] = ""; +$a->strings["No contact provided."] = ""; +$a->strings["Couldn't fetch information for contact."] = ""; +$a->strings["Couldn't fetch friends for contact."] = ""; +$a->strings["success"] = "Succesvol"; +$a->strings["failed"] = "Mislukt"; +$a->strings["ignored"] = "Verboden"; +$a->strings["Contact wasn't found or can't be unfollowed."] = ""; +$a->strings["Contact unfollowed"] = ""; +$a->strings["You aren't a friend of this contact."] = ""; +$a->strings["Unfollowing is currently not supported by your network."] = ""; +$a->strings["Disconnect/Unfollow"] = ""; +$a->strings["Status Messages and Posts"] = "Berichten op jouw tijdlijn"; +$a->strings["Events"] = "Gebeurtenissen"; +$a->strings["View"] = ""; +$a->strings["Previous"] = "Vorige"; +$a->strings["today"] = "vandaag"; +$a->strings["month"] = "maand"; +$a->strings["week"] = "week"; +$a->strings["day"] = "dag"; +$a->strings["list"] = ""; +$a->strings["User not found"] = ""; +$a->strings["This calendar format is not supported"] = ""; +$a->strings["No exportable data found"] = ""; +$a->strings["calendar"] = ""; +$a->strings["Event can not end before it has started."] = ""; +$a->strings["Event title and start time are required."] = "Titel en begintijd van de gebeurtenis zijn vereist."; +$a->strings["Create New Event"] = "Maak een nieuwe gebeurtenis"; +$a->strings["Event details"] = "Gebeurtenis details"; +$a->strings["Starting date and Title are required."] = ""; +$a->strings["Event Starts:"] = "Gebeurtenis begint:"; +$a->strings["Required"] = "Vereist"; +$a->strings["Finish date/time is not known or not relevant"] = "Einddatum/tijd is niet gekend of niet relevant"; +$a->strings["Event Finishes:"] = "Gebeurtenis eindigt:"; +$a->strings["Adjust for viewer timezone"] = "Pas aan aan de tijdzone van de gebruiker"; +$a->strings["Description:"] = "Beschrijving:"; +$a->strings["Title:"] = "Titel:"; +$a->strings["Share this event"] = "Deel deze gebeurtenis"; +$a->strings["Basic"] = ""; +$a->strings["Advanced"] = "Geavanceerd"; +$a->strings["Failed to remove event"] = ""; +$a->strings["Event removed"] = ""; +$a->strings["Image uploaded but image cropping failed."] = "Afbeelding opgeladen, maar bijsnijden mislukt."; +$a->strings["Image size reduction [%s] failed."] = "Verkleining van de afbeelding [%s] mislukt."; +$a->strings["Shift-reload the page or clear browser cache if the new photo does not display immediately."] = "Shift-herlaad de pagina, of maak de browser cache leeg als nieuwe foto's niet onmiddellijk verschijnen."; +$a->strings["Unable to process image"] = "Ik kan de afbeelding niet verwerken"; +$a->strings["Upload File:"] = "Upload bestand:"; +$a->strings["Select a profile:"] = "Kies een profiel:"; +$a->strings["or"] = "of"; +$a->strings["skip this step"] = "Deze stap overslaan"; +$a->strings["select a photo from your photo albums"] = "Kies een foto uit je fotoalbums"; +$a->strings["Crop Image"] = "Afbeelding bijsnijden"; +$a->strings["Please adjust the image cropping for optimum viewing."] = "Pas het afsnijden van de afbeelding aan voor het beste resultaat."; +$a->strings["Done Editing"] = "Wijzigingen compleet"; +$a->strings["Image uploaded successfully."] = "Uploaden van afbeelding gelukt."; +$a->strings["Status:"] = "Tijdlijn:"; +$a->strings["Homepage:"] = "Website:"; +$a->strings["Global Directory"] = "Globale gids"; +$a->strings["Find on this site"] = "Op deze website zoeken"; +$a->strings["Results for:"] = ""; +$a->strings["Site Directory"] = "Websitegids"; +$a->strings["Find"] = "Zoek"; +$a->strings["No entries (some entries may be hidden)."] = "Geen gegevens (sommige gegevens kunnen verborgen zijn)."; +$a->strings["Source input"] = ""; +$a->strings["BBCode::convert (raw HTML)"] = ""; +$a->strings["BBCode::convert"] = ""; +$a->strings["BBCode::convert => HTML::toBBCode"] = ""; +$a->strings["BBCode::toMarkdown"] = ""; +$a->strings["BBCode::toMarkdown => Markdown::convert"] = ""; +$a->strings["BBCode::toMarkdown => Markdown::toBBCode"] = ""; +$a->strings["BBCode::toMarkdown => Markdown::convert => HTML::toBBCode"] = ""; +$a->strings["Source input \\x28Diaspora format\\x29"] = ""; +$a->strings["Markdown::toBBCode"] = ""; +$a->strings["Raw HTML input"] = ""; +$a->strings["HTML Input"] = ""; +$a->strings["HTML::toBBCode"] = ""; +$a->strings["HTML::toPlaintext"] = ""; +$a->strings["Source text"] = ""; +$a->strings["BBCode"] = ""; +$a->strings["Markdown"] = ""; +$a->strings["HTML"] = ""; +$a->strings["The contact could not be added."] = ""; +$a->strings["You already added this contact."] = "Je hebt deze kontakt al toegevoegd"; +$a->strings["Diaspora support isn't enabled. Contact can't be added."] = ""; +$a->strings["OStatus support is disabled. Contact can't be added."] = ""; +$a->strings["The network type couldn't be detected. Contact can't be added."] = ""; +$a->strings["Profile deleted."] = "Profiel verwijderd"; +$a->strings["Profile-"] = "Profiel-"; +$a->strings["New profile created."] = "Nieuw profiel aangemaakt."; +$a->strings["Profile unavailable to clone."] = "Profiel niet beschikbaar om te klonen."; +$a->strings["Profile Name is required."] = "Profielnaam is vereist."; +$a->strings["Marital Status"] = "Echtelijke staat"; +$a->strings["Romantic Partner"] = "Romantische Partner"; +$a->strings["Work/Employment"] = "Werk"; +$a->strings["Religion"] = "Godsdienst"; +$a->strings["Political Views"] = "Politieke standpunten"; +$a->strings["Gender"] = "Geslacht"; +$a->strings["Sexual Preference"] = "Seksuele Voorkeur"; +$a->strings["XMPP"] = ""; +$a->strings["Homepage"] = "Tijdlijn"; +$a->strings["Interests"] = "Interesses"; +$a->strings["Address"] = "Adres"; +$a->strings["Location"] = "Plaats"; +$a->strings["Profile updated."] = "Profiel bijgewerkt."; +$a->strings[" and "] = "en"; +$a->strings["public profile"] = "publiek profiel"; +$a->strings["%1\$s changed %2\$s to “%3\$s”"] = "%1\$s veranderde %2\$s naar “%3\$s”"; +$a->strings[" - Visit %1\$s's %2\$s"] = " - Bezoek %2\$s van %1\$s"; +$a->strings["%1\$s has an updated %2\$s, changing %3\$s."] = "%1\$s heeft een aangepast %2\$s, %3\$s veranderd."; +$a->strings["Hide contacts and friends:"] = ""; +$a->strings["Hide your contact/friend list from viewers of this profile?"] = "Je vrienden/contacten verbergen voor bezoekers van dit profiel?"; +$a->strings["Show more profile fields:"] = ""; +$a->strings["Profile Actions"] = ""; +$a->strings["Edit Profile Details"] = "Profieldetails bewerken"; +$a->strings["Change Profile Photo"] = "Profielfoto wijzigen"; +$a->strings["View this profile"] = "Dit profiel bekijken"; +$a->strings["Edit visibility"] = "Pas zichtbaarheid aan"; +$a->strings["Create a new profile using these settings"] = "Nieuw profiel aanmaken met deze instellingen"; +$a->strings["Clone this profile"] = "Dit profiel klonen"; +$a->strings["Delete this profile"] = "Dit profiel verwijderen"; +$a->strings["Basic information"] = ""; +$a->strings["Profile picture"] = ""; +$a->strings["Preferences"] = ""; +$a->strings["Status information"] = ""; +$a->strings["Additional information"] = ""; +$a->strings["Relation"] = ""; +$a->strings["Miscellaneous"] = "Diversen"; +$a->strings["Your Gender:"] = "Je Geslacht:"; +$a->strings[" Marital Status:"] = " Echtelijke Staat:"; +$a->strings["Sexual Preference:"] = "Seksuele Voorkeur:"; +$a->strings["Example: fishing photography software"] = "Voorbeeld: vissen fotografie software"; +$a->strings["Profile Name:"] = "Profiel Naam:"; +$a->strings["This is your public profile.
    It may be visible to anybody using the internet."] = "Dit is jouw publiek profiel.
    Het kan zichtbaar zijn voor iedereen op het internet."; +$a->strings["Your Full Name:"] = "Je volledige naam:"; +$a->strings["Title/Description:"] = "Titel/Beschrijving:"; +$a->strings["Street Address:"] = "Postadres:"; +$a->strings["Locality/City:"] = "Gemeente/Stad:"; +$a->strings["Region/State:"] = "Regio/Staat:"; +$a->strings["Postal/Zip Code:"] = "Postcode:"; +$a->strings["Country:"] = "Land:"; +$a->strings["Age: "] = "Leeftijd:"; +$a->strings["Who: (if applicable)"] = "Wie: (indien toepasbaar)"; +$a->strings["Examples: cathy123, Cathy Williams, cathy@example.com"] = "Voorbeelden: Kathleen123, Kathleen Peeters, kathleen@voorbeeld.nl"; +$a->strings["Since [date]:"] = "Sinds [datum]:"; +$a->strings["Tell us about yourself..."] = "Vertel iets over jezelf..."; +$a->strings["XMPP (Jabber) address:"] = ""; +$a->strings["The XMPP address will be propagated to your contacts so that they can follow you."] = ""; +$a->strings["Homepage URL:"] = "Adres tijdlijn:"; +$a->strings["Hometown:"] = "Woonplaats:"; +$a->strings["Political Views:"] = "Politieke standpunten:"; +$a->strings["Religious Views:"] = "Geloof:"; +$a->strings["Public Keywords:"] = "Publieke Sleutelwoorden:"; +$a->strings["(Used for suggesting potential friends, can be seen by others)"] = "(Gebruikt om mogelijke vrienden voor te stellen, kan door anderen gezien worden)"; +$a->strings["Private Keywords:"] = "Privé Sleutelwoorden:"; +$a->strings["(Used for searching profiles, never shown to others)"] = "(Gebruikt om profielen te zoeken, nooit aan anderen getoond)"; +$a->strings["Likes:"] = "Houdt van:"; +$a->strings["Dislikes:"] = "Houdt niet van:"; +$a->strings["Musical interests"] = "Muzikale interesses"; +$a->strings["Books, literature"] = "Boeken, literatuur"; +$a->strings["Television"] = "Televisie"; +$a->strings["Film/dance/culture/entertainment"] = "Film/dans/cultuur/ontspanning"; +$a->strings["Hobbies/Interests"] = "Hobby's/Interesses"; +$a->strings["Love/romance"] = "Liefde/romance"; +$a->strings["Work/employment"] = "Werk"; +$a->strings["School/education"] = "School/opleiding"; +$a->strings["Contact information and Social Networks"] = "Contactinformatie en sociale netwerken"; +$a->strings["Profile Image"] = "Profiel afbeelding"; +$a->strings["visible to everybody"] = "zichtbaar voor iedereen"; +$a->strings["Edit/Manage Profiles"] = "Wijzig/Beheer Profielen"; +$a->strings["Change profile photo"] = "Profiel foto wijzigen"; +$a->strings["Create New Profile"] = "Maak nieuw profiel"; +$a->strings["%d contact edited."] = [ + 0 => "", + 1 => "", +]; +$a->strings["Could not access contact record."] = "Kon geen toegang krijgen tot de contactgegevens"; +$a->strings["Could not locate selected profile."] = "Kon het geselecteerde profiel niet vinden."; +$a->strings["Contact updated."] = "Contact bijgewerkt."; +$a->strings["Contact has been blocked"] = "Contact is geblokkeerd"; +$a->strings["Contact has been unblocked"] = "Contact is gedeblokkeerd"; +$a->strings["Contact has been ignored"] = "Contact wordt genegeerd"; +$a->strings["Contact has been unignored"] = "Contact wordt niet meer genegeerd"; +$a->strings["Contact has been archived"] = "Contact is gearchiveerd"; +$a->strings["Contact has been unarchived"] = "Contact is niet meer gearchiveerd"; +$a->strings["Drop contact"] = ""; +$a->strings["Do you really want to delete this contact?"] = "Wil je echt dit contact verwijderen?"; +$a->strings["Contact has been removed."] = "Contact is verwijderd."; +$a->strings["You are mutual friends with %s"] = "Je bent wederzijds bevriend met %s"; +$a->strings["You are sharing with %s"] = "Je deelt met %s"; +$a->strings["%s is sharing with you"] = "%s deelt met jou"; +$a->strings["Private communications are not available for this contact."] = "Privécommunicatie met dit contact is niet beschikbaar."; +$a->strings["Never"] = "Nooit"; +$a->strings["(Update was successful)"] = "(Wijziging is geslaagd)"; +$a->strings["(Update was not successful)"] = "(Wijziging is niet geslaagd)"; +$a->strings["Suggest friends"] = "Stel vrienden voor"; +$a->strings["Network type: %s"] = "Netwerk type: %s"; +$a->strings["Communications lost with this contact!"] = "Communicatie met dit contact is verbroken!"; +$a->strings["Fetch further information for feeds"] = ""; +$a->strings["Fetch information like preview pictures, title and teaser from the feed item. You can activate this if the feed doesn't contain much text. Keywords are taken from the meta header in the feed item and are posted as hash tags."] = ""; +$a->strings["Disabled"] = "Uitgeschakeld"; +$a->strings["Fetch information"] = ""; +$a->strings["Fetch keywords"] = ""; +$a->strings["Fetch information and keywords"] = ""; +$a->strings["Contact"] = ""; +$a->strings["Profile Visibility"] = "Zichtbaarheid profiel"; +$a->strings["Please choose the profile you would like to display to %s when viewing your profile securely."] = "Kies het profiel dat getoond moet worden wanneer %s uw profiel bezoekt. "; +$a->strings["Contact Information / Notes"] = "Contactinformatie / aantekeningen"; +$a->strings["Their personal note"] = ""; +$a->strings["Edit contact notes"] = "Wijzig aantekeningen over dit contact"; +$a->strings["Block/Unblock contact"] = "Blokkeer/deblokkeer contact"; +$a->strings["Ignore contact"] = "Negeer contact"; +$a->strings["Repair URL settings"] = "Repareer URL-instellingen"; +$a->strings["View conversations"] = "Toon gesprekken"; +$a->strings["Last update:"] = "Laatste wijziging:"; +$a->strings["Update public posts"] = "Openbare posts aanpassen"; +$a->strings["Update now"] = "Wijzig nu"; +$a->strings["Unblock"] = "Blokkering opheffen"; +$a->strings["Block"] = "Blokkeren"; +$a->strings["Unignore"] = "Negeer niet meer"; +$a->strings["Currently blocked"] = "Op dit moment geblokkeerd"; +$a->strings["Currently ignored"] = "Op dit moment genegeerd"; +$a->strings["Currently archived"] = "Op dit moment gearchiveerd"; +$a->strings["Awaiting connection acknowledge"] = ""; +$a->strings["Replies/likes to your public posts may still be visible"] = "Antwoorden of 'vind ik leuk's op je openbare posts kunnen nog zichtbaar zijn"; +$a->strings["Notification for new posts"] = "Meldingen voor nieuwe berichten"; +$a->strings["Send a notification of every new post of this contact"] = ""; +$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["XMPP:"] = ""; +$a->strings["Actions"] = ""; +$a->strings["Status"] = "Tijdlijn"; +$a->strings["Contact Settings"] = ""; +$a->strings["Suggestions"] = "Voorstellen"; +$a->strings["Suggest potential friends"] = "Stel vrienden voor"; +$a->strings["Show all contacts"] = "Toon alle contacten"; +$a->strings["Unblocked"] = "Niet geblokkeerd"; +$a->strings["Only show unblocked contacts"] = "Toon alleen niet-geblokkeerde contacten"; +$a->strings["Blocked"] = "Geblokkeerd"; +$a->strings["Only show blocked contacts"] = "Toon alleen geblokkeerde contacten"; +$a->strings["Ignored"] = "Genegeerd"; +$a->strings["Only show ignored contacts"] = "Toon alleen genegeerde contacten"; +$a->strings["Archived"] = "Gearchiveerd"; +$a->strings["Only show archived contacts"] = "Toon alleen gearchiveerde contacten"; +$a->strings["Hidden"] = "Verborgen"; +$a->strings["Only show hidden contacts"] = "Toon alleen verborgen contacten"; +$a->strings["Search your contacts"] = "Doorzoek je contacten"; +$a->strings["Update"] = "Wijzigen"; +$a->strings["Archive"] = "Archiveer"; +$a->strings["Unarchive"] = "Archiveer niet meer"; +$a->strings["Batch Actions"] = ""; +$a->strings["Profile Details"] = "Profieldetails"; +$a->strings["View all contacts"] = "Alle contacten zien"; +$a->strings["View all common friends"] = ""; +$a->strings["Advanced Contact Settings"] = "Geavanceerde instellingen voor contacten"; +$a->strings["Mutual Friendship"] = "Wederzijdse vriendschap"; +$a->strings["is a fan of yours"] = "Is een fan van jou"; +$a->strings["you are a fan of"] = "Jij bent een fan van"; +$a->strings["Toggle Blocked status"] = "Schakel geblokkeerde status"; +$a->strings["Toggle Ignored status"] = "Schakel negeerstatus"; +$a->strings["Toggle Archive status"] = "Schakel archiveringsstatus"; +$a->strings["Delete contact"] = "Verwijder contact"; +$a->strings["Terms of Service"] = ""; +$a->strings["Privacy Statement"] = ""; +$a->strings["At the time of registration, and for providing communications between the user account and their contacts, the user has to provide a display name (pen name), an username (nickname) and a working email address. The names will be accessible on the profile page of the account by any visitor of the page, even if other profile details are not displayed. The email address will only be used to send the user notifications about interactions, but wont be visibly displayed. The listing of an account in the node's user directory or the global user directory is optional and can be controlled in the user settings, it is not necessary for communication."] = ""; +$a->strings["At any point in time a logged in user can export their account data from the account settings. If the user wants to delete their account they can do so at %1\$s/removeme. The deletion of the account will be permanent."] = ""; +$a->strings["This is Friendica, version"] = "Dit is Friendica, versie"; +$a->strings["running at web location"] = "draaiend op web-adres"; +$a->strings["Please visit Friendi.ca to learn more about the Friendica project."] = ""; +$a->strings["Bug reports and issues: please visit"] = "Bug rapporten en problemen: bezoek"; +$a->strings["the bugtracker at github"] = ""; +$a->strings["Suggestions, praise, donations, etc. - please email \"Info\" at Friendica - dot com"] = "Suggesties, lof, donaties, enzovoort - stuur een e-mail naar \"info\" op Friendica - dot com"; +$a->strings["Installed addons/apps:"] = ""; +$a->strings["No installed addons/apps"] = ""; +$a->strings["Read about the Terms of Service of this node."] = ""; +$a->strings["On this server the following remote servers are blocked."] = ""; +$a->strings["Reason for the block"] = ""; +$a->strings["No valid account found."] = "Geen geldige account gevonden."; +$a->strings["Password reset request issued. Check your email."] = "Verzoek om wachtwoord opnieuw in te stellen werd verstuurd. Kijk uw e-mail na."; +$a->strings["\n\t\tDear %1\$s,\n\t\t\tA request was recently received at \"%2\$s\" to reset your account\n\t\tpassword. In order to confirm this request, please select the verification link\n\t\tbelow or paste it into your web browser address bar.\n\n\t\tIf you did NOT request this change, please DO NOT follow the link\n\t\tprovided and ignore and/or delete this email, the request will expire shortly.\n\n\t\tYour password will not be changed unless we can verify that you\n\t\tissued this request."] = ""; +$a->strings["\n\t\tFollow this link soon to verify your identity:\n\n\t\t%1\$s\n\n\t\tYou will then receive a follow-up message containing the new password.\n\t\tYou may change that password from your account settings page after logging in.\n\n\t\tThe login details are as follows:\n\n\t\tSite Location:\t%2\$s\n\t\tLogin Name:\t%3\$s"] = ""; +$a->strings["Password reset requested at %s"] = "Op %s werd gevraagd je wachtwoord opnieuw in te stellen"; +$a->strings["Request could not be verified. (You may have previously submitted it.) Password reset failed."] = "Verzoek kon niet geverifieerd worden. (Misschien heb je het voordien al ingediend.) Wachtwoord niet opnieuw ingesteld."; +$a->strings["Request has expired, please make a new one."] = ""; +$a->strings["Forgot your Password?"] = "Wachtwoord vergeten?"; +$a->strings["Enter your email address and submit to have your password reset. Then check your email for further instructions."] = "Voer je e-mailadres in en verstuur het om je wachtwoord opnieuw in te stellen. Kijk dan je e-mail na voor verdere instructies."; +$a->strings["Nickname or Email: "] = "Bijnaam of e-mail:"; +$a->strings["Reset"] = "Opnieuw"; +$a->strings["Password Reset"] = "Wachtwoord opnieuw instellen"; +$a->strings["Your password has been reset as requested."] = "Je wachtwoord is opnieuw ingesteld zoals gevraagd."; +$a->strings["Your new password is"] = "Je nieuwe wachtwoord is"; +$a->strings["Save or copy your new password - and then"] = "Bewaar of kopieer je nieuw wachtwoord - en dan"; +$a->strings["click here to login"] = "klik hier om in te loggen"; +$a->strings["Your password may be changed from the Settings page after successful login."] = "Je kunt dit wachtwoord veranderen nadat je bent ingelogd op de Instellingen> pagina."; +$a->strings["\n\t\t\tDear %1\$s,\n\t\t\t\tYour password has been changed as requested. Please retain this\n\t\t\tinformation for your records (or change your password immediately to\n\t\t\tsomething that you will remember).\n\t\t"] = ""; +$a->strings["\n\t\t\tYour login details are as follows:\n\n\t\t\tSite Location:\t%1\$s\n\t\t\tLogin Name:\t%2\$s\n\t\t\tPassword:\t%3\$s\n\n\t\t\tYou may change that password from your account settings page after logging in.\n\t\t"] = ""; +$a->strings["Your password has been changed at %s"] = "Je wachtwoord is veranderd op %s"; +$a->strings["Registration successful. Please check your email for further instructions."] = "Registratie geslaagd. Kijk je e-mail na voor verdere instructies."; +$a->strings["Failed to send email message. Here your accout details:
    login: %s
    password: %s

    You can change your password after login."] = ""; +$a->strings["Registration successful."] = ""; +$a->strings["Your registration can not be processed."] = "Je registratie kan niet verwerkt worden."; +$a->strings["Your registration is pending approval by the site owner."] = "Jouw registratie wacht op goedkeuring van de beheerder."; +$a->strings["You may (optionally) fill in this form via OpenID by supplying your OpenID and clicking 'Register'."] = "Je kunt (optioneel) dit formulier invullen via OpenID door je OpenID in te geven en op 'Registreren' te klikken."; +$a->strings["If you are not familiar with OpenID, please leave that field blank and fill in the rest of the items."] = "Laat dit veld leeg als je niet vertrouwd bent met OpenID, en vul de rest van de items in."; +$a->strings["Your OpenID (optional): "] = "Je OpenID (optioneel):"; +$a->strings["Include your profile in member directory?"] = "Je profiel in de ledengids opnemen?"; +$a->strings["Note for the admin"] = ""; +$a->strings["Leave a message for the admin, why you want to join this node"] = ""; +$a->strings["Membership on this site is by invitation only."] = "Lidmaatschap van deze website is uitsluitend op uitnodiging."; +$a->strings["Your invitation code: "] = ""; +$a->strings["Registration"] = "Registratie"; +$a->strings["Your Full Name (e.g. Joe Smith, real or real-looking): "] = ""; +$a->strings["Your Email Address: (Initial information will be send there, so this has to be an existing address.)"] = ""; +$a->strings["New Password:"] = "Nieuw Wachtwoord:"; +$a->strings["Leave empty for an auto generated password."] = ""; +$a->strings["Confirm:"] = "Bevestig:"; +$a->strings["Choose a profile nickname. This must begin with a text character. Your profile address on this site will then be 'nickname@%s'."] = ""; +$a->strings["Choose a nickname: "] = "Kies een bijnaam:"; +$a->strings["Register"] = "Registreer"; +$a->strings["Import your profile to this friendica instance"] = ""; +$a->strings["Theme settings updated."] = "Thema-instellingen aangepast."; +$a->strings["Information"] = "Informatie"; +$a->strings["Overview"] = ""; +$a->strings["Federation Statistics"] = ""; +$a->strings["Configuration"] = ""; +$a->strings["Site"] = "Website"; +$a->strings["Users"] = "Gebruiker"; +$a->strings["Addons"] = ""; +$a->strings["Themes"] = "Thema's"; +$a->strings["Additional features"] = "Extra functies"; +$a->strings["Database"] = ""; +$a->strings["DB updates"] = "DB aanpassingen"; +$a->strings["Inspect Queue"] = ""; +$a->strings["Tools"] = ""; +$a->strings["Contact Blocklist"] = ""; +$a->strings["Server Blocklist"] = ""; +$a->strings["Delete Item"] = ""; +$a->strings["Logs"] = "Logs"; +$a->strings["View Logs"] = ""; +$a->strings["Diagnostics"] = ""; +$a->strings["PHP Info"] = ""; +$a->strings["probe address"] = ""; +$a->strings["check webfinger"] = ""; +$a->strings["Admin"] = "Beheer"; +$a->strings["Addon Features"] = ""; +$a->strings["User registrations waiting for confirmation"] = "Gebruikersregistraties wachten op bevestiging"; +$a->strings["Administration"] = "Beheer"; +$a->strings["Display Terms of Service"] = ""; +$a->strings["Enable the Terms of Service page. If this is enabled a link to the terms will be added to the registration form and the general information page."] = ""; +$a->strings["Display Privacy Statement"] = ""; +$a->strings["Show some informations regarding the needed information to operate the node according e.g. to EU-GDPR."] = ""; +$a->strings["The Terms of Service"] = ""; +$a->strings["Enter the Terms of Service for your node here. You can use BBCode. Headers of sections should be [h2] and below."] = ""; +$a->strings["The blocked domain"] = ""; +$a->strings["The reason why you blocked this domain."] = ""; +$a->strings["Delete domain"] = ""; +$a->strings["Check to delete this entry from the blocklist"] = ""; +$a->strings["This page can be used to define a black list of servers from the federated network that are not allowed to interact with your node. For all entered domains you should also give a reason why you have blocked the remote server."] = ""; +$a->strings["The list of blocked servers will be made publically available on the /friendica page so that your users and people investigating communication problems can find the reason easily."] = ""; +$a->strings["Add new entry to block list"] = ""; +$a->strings["Server Domain"] = ""; +$a->strings["The domain of the new server to add to the block list. Do not include the protocol."] = ""; +$a->strings["Block reason"] = ""; +$a->strings["Add Entry"] = ""; +$a->strings["Save changes to the blocklist"] = ""; +$a->strings["Current Entries in the Blocklist"] = ""; +$a->strings["Delete entry from blocklist"] = ""; +$a->strings["Delete entry from blocklist?"] = ""; +$a->strings["Server added to blocklist."] = ""; +$a->strings["Site blocklist updated."] = ""; +$a->strings["The contact has been blocked from the node"] = ""; +$a->strings["Could not find any contact entry for this URL (%s)"] = ""; +$a->strings["%s contact unblocked"] = [ + 0 => "", + 1 => "", +]; +$a->strings["Remote Contact Blocklist"] = ""; +$a->strings["This page allows you to prevent any message from a remote contact to reach your node."] = ""; +$a->strings["Block Remote Contact"] = ""; +$a->strings["select all"] = "Alles selecteren"; +$a->strings["select none"] = ""; +$a->strings["No remote contact is blocked from this node."] = ""; +$a->strings["Blocked Remote Contacts"] = ""; +$a->strings["Block New Remote Contact"] = ""; +$a->strings["Photo"] = ""; +$a->strings["%s total blocked contact"] = [ + 0 => "", + 1 => "", +]; +$a->strings["URL of the remote contact to block."] = ""; +$a->strings["Delete this Item"] = ""; +$a->strings["On this page you can delete an item from your node. If the item is a top level posting, the entire thread will be deleted."] = ""; +$a->strings["You need to know the GUID of the item. You can find it e.g. by looking at the display URL. The last part of http://example.com/display/123456 is the GUID, here 123456."] = ""; +$a->strings["GUID"] = ""; +$a->strings["The GUID of the item you want to delete."] = ""; +$a->strings["Item marked for deletion."] = ""; +$a->strings["unknown"] = ""; +$a->strings["This page offers you some numbers to the known part of the federated social network your Friendica node is part of. These numbers are not complete but only reflect the part of the network your node is aware of."] = ""; +$a->strings["The Auto Discovered Contact Directory feature is not enabled, it will improve the data displayed here."] = ""; +$a->strings["Currently this node is aware of %d nodes with %d registered users from the following platforms:"] = ""; +$a->strings["ID"] = "ID"; +$a->strings["Recipient Name"] = ""; +$a->strings["Recipient Profile"] = ""; +$a->strings["Network"] = "Netwerk"; +$a->strings["Created"] = ""; +$a->strings["Last Tried"] = ""; +$a->strings["This page lists the content of the queue for outgoing postings. These are postings the initial delivery failed for. They will be resend later and eventually deleted if the delivery fails permanently."] = ""; +$a->strings["Your DB still runs with MyISAM tables. You should change the engine type to InnoDB. As Friendica will use InnoDB only features in the future, you should change this! See here for a guide that may be helpful converting the table engines. You may also use the command php bin/console.php dbstructure toinnodb of your Friendica installation for an automatic conversion.
    "] = ""; +$a->strings["There is a new version of Friendica available for download. Your current version is %1\$s, upstream version is %2\$s"] = ""; +$a->strings["The database update failed. Please run \"php bin/console.php dbstructure update\" from the command line and have a look at the errors that might appear."] = ""; +$a->strings["The worker was never executed. Please check your database structure!"] = ""; +$a->strings["The last worker execution was on %s UTC. This is older than one hour. Please check your crontab settings."] = ""; +$a->strings["Normal Account"] = "Normaal account"; +$a->strings["Automatic Follower Account"] = ""; +$a->strings["Public Forum Account"] = ""; +$a->strings["Automatic Friend Account"] = "Automatisch Vriendschapsaccount"; +$a->strings["Blog Account"] = "Blog Account"; +$a->strings["Private Forum Account"] = ""; +$a->strings["Message queues"] = "Bericht-wachtrijen"; +$a->strings["Summary"] = "Samenvatting"; +$a->strings["Registered users"] = "Geregistreerde gebruikers"; +$a->strings["Pending registrations"] = "Registraties die in de wacht staan"; +$a->strings["Version"] = "Versie"; +$a->strings["Active addons"] = ""; +$a->strings["Can not parse base url. Must have at least ://"] = ""; +$a->strings["Site settings updated."] = "Site instellingen gewijzigd."; +$a->strings["No special theme for mobile devices"] = "Geen speciaal thema voor mobiele apparaten"; +$a->strings["No community page"] = ""; +$a->strings["Public postings from users of this site"] = ""; +$a->strings["Public postings from the federated network"] = ""; +$a->strings["Public postings from local users and the federated network"] = ""; +$a->strings["Users, Global Contacts"] = ""; +$a->strings["Users, Global Contacts/fallback"] = ""; +$a->strings["One month"] = ""; +$a->strings["Three months"] = ""; +$a->strings["Half a year"] = ""; +$a->strings["One year"] = ""; +$a->strings["Multi user instance"] = "Server voor meerdere gebruikers"; +$a->strings["Closed"] = "Gesloten"; +$a->strings["Requires approval"] = "Toestemming vereist"; +$a->strings["Open"] = "Open"; +$a->strings["No SSL policy, links will track page SSL state"] = "Geen SSL beleid, links zullen SSL status van pagina volgen"; +$a->strings["Force all links to use SSL"] = "Verplicht alle links om SSL te gebruiken"; +$a->strings["Self-signed certificate, use SSL for local links only (discouraged)"] = "Zelf-ondertekend certificaat, gebruik SSL alleen voor lokale links (afgeraden)"; +$a->strings["Don't check"] = ""; +$a->strings["check the stable version"] = ""; +$a->strings["check the development version"] = ""; +$a->strings["Republish users to directory"] = ""; +$a->strings["File upload"] = "Uploaden bestand"; +$a->strings["Policies"] = "Beleid"; +$a->strings["Auto Discovered Contact Directory"] = ""; +$a->strings["Performance"] = "Performantie"; +$a->strings["Worker"] = ""; +$a->strings["Message Relay"] = ""; +$a->strings["Relocate - WARNING: advanced function. Could make this server unreachable."] = ""; +$a->strings["Site name"] = "Site naam"; +$a->strings["Host name"] = ""; +$a->strings["Sender Email"] = ""; +$a->strings["The email address your server shall use to send notification emails from."] = ""; +$a->strings["Banner/Logo"] = "Banner/Logo"; +$a->strings["Shortcut icon"] = ""; +$a->strings["Link to an icon that will be used for browsers."] = ""; +$a->strings["Touch icon"] = "Pictogram voor smartphones"; +$a->strings["Link to an icon that will be used for tablets and mobiles."] = ""; +$a->strings["Additional Info"] = ""; +$a->strings["For public servers: you can add additional information here that will be listed at %s/servers."] = ""; +$a->strings["System language"] = "Systeemtaal"; +$a->strings["System theme"] = "Systeem thema"; +$a->strings["Default system theme - may be over-ridden by user profiles - change theme settings"] = "Standaard systeem thema - kan door gebruikersprofielen veranderd worden - verander thema instellingen"; +$a->strings["Mobile system theme"] = "Mobiel systeem thema"; +$a->strings["Theme for mobile devices"] = "Thema voor mobiele apparaten"; +$a->strings["SSL link policy"] = "Beleid SSL-links"; +$a->strings["Determines whether generated links should be forced to use SSL"] = "Bepaald of gegenereerde verwijzingen verplicht SSL moeten gebruiken"; +$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["Hide help entry from navigation menu"] = "Verberg de 'help' uit het navigatiemenu"; +$a->strings["Hides the menu entry for the Help pages from the navigation menu. You can still access it calling /help directly."] = "Verbergt het menu-item voor de Help pagina's uit het navigatiemenu. Je kunt ze nog altijd vinden door /help direct in te geven."; +$a->strings["Single user instance"] = "Server voor één gebruiker"; +$a->strings["Make this instance multi-user or single-user for the named user"] = "Stel deze server in voor meerdere gebruikers, of enkel voor de geselecteerde gebruiker."; +$a->strings["Maximum image size"] = "Maximum afbeeldingsgrootte"; +$a->strings["Maximum size in bytes of uploaded images. Default is 0, which means no limits."] = "Maximum afmeting in bytes van afbeeldingen. Standaard is 0, dus geen beperking."; +$a->strings["Maximum image length"] = "Maximum afbeeldingslengte"; +$a->strings["Maximum length in pixels of the longest side of uploaded images. Default is -1, which means no limits."] = "Maximum lengte in pixels van de langste kant van afbeeldingen. Standaard is -1, dus geen beperkingen."; +$a->strings["JPEG image quality"] = "JPEG afbeeldingskwaliteit"; +$a->strings["Uploaded JPEGS will be saved at this quality setting [0-100]. Default is 100, which is full quality."] = "JPEGS zullen met deze kwaliteitsinstelling bewaard worden [0-100]. Standaard is 100, dit is volledige kwaliteit."; +$a->strings["Register policy"] = "Registratiebeleid"; +$a->strings["Maximum Daily Registrations"] = "Maximum aantal registraties per dag"; +$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."] = "Als registratie hierboven is toegelaten, zet dit het maximum aantal registraties van nieuwe gebruikers per dag. Als registratie niet is toegelaten heeft deze instelling geen effect."; +$a->strings["Register text"] = "Registratietekst"; +$a->strings["Will be displayed prominently on the registration page. You can use BBCode here."] = ""; +$a->strings["Accounts abandoned after x days"] = "Verlaten accounts na x dagen"; +$a->strings["Will not waste system resources polling external sites for abandonded accounts. Enter 0 for no time limit."] = "Dit zal geen systeembronnen verspillen aan het nakijken van externe sites voor verlaten accounts. Geef 0 is voor geen tijdslimiet."; +$a->strings["Allowed friend domains"] = "Toegelaten vriend domeinen"; +$a->strings["Comma separated list of domains which are allowed to establish friendships with this site. Wildcards are accepted. Empty to allow any domains"] = "Komma-gescheiden lijst van domeinen die een vriendschapsband met deze website mogen aangaan. Jokers zijn toegelaten. Laat leeg om alle domeinen toe te laten."; +$a->strings["Allowed email domains"] = "Toegelaten e-mail domeinen"; +$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"] = "Door komma's gescheiden lijst met e-maildomeinen die op deze website mogen registeren. Wildcards zijn toegestaan.\nLeeg laten om alle domeinen toe te staan."; +$a->strings["No OEmbed rich content"] = ""; +$a->strings["Don't show the rich content (e.g. embedded PDF), except from the domains listed below."] = ""; +$a->strings["Allowed OEmbed domains"] = ""; +$a->strings["Comma separated list of domains which oembed content is allowed to be displayed. Wildcards are accepted."] = ""; +$a->strings["Block public"] = "Openbare toegang blokkeren"; +$a->strings["Check to block public access to all otherwise public personal pages on this site unless you are currently logged in."] = "Kruis dit aan om alle openbare persoonlijke pagina's alleen toegankelijk te maken voor ingelogde gebruikers."; +$a->strings["Force publish"] = "Dwing publiceren af"; +$a->strings["Check to force all profiles on this site to be listed in the site directory."] = "Kruis dit aan om af te dwingen dat alle profielen op deze website in de gids van deze website gepubliceerd worden."; +$a->strings["Global directory URL"] = ""; +$a->strings["URL to the global directory. If this is not set, the global directory is completely unavailable to the application."] = ""; +$a->strings["Private posts by default for new users"] = "Privéberichten als standaard voor nieuwe gebruikers"; +$a->strings["Set default post permissions for all new members to the default privacy group rather than public."] = "Stel de standaardrechten van berichten voor nieuwe leden op de standaard privacygroep in, in plaats van openbaar."; +$a->strings["Don't include post content in email notifications"] = "De inhoud van het bericht niet insluiten bij e-mailnotificaties"; +$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."] = "De inhoud van berichten/commentaar/privéberichten/enzovoort niet insluiten in e-mailnotificaties die door deze website verzonden worden, voor de bescherming van je privacy."; +$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"] = "Blokkeer meerdere registraties"; +$a->strings["Disallow users to register additional accounts for use as pages."] = "Laat niet toe dat gebruikers meerdere accounts aanmaken."; +$a->strings["OpenID support"] = "OpenID ondersteuning"; +$a->strings["OpenID support for registration and logins."] = "OpenID ondersteuning voor registraties en logins."; +$a->strings["Fullname check"] = "Controleer volledige naam"; +$a->strings["Force users to register with a space between firstname and lastname in Full name, as an antispam measure"] = "Verplicht gebruikers om zich te registreren met een spatie tussen voornaam en achternaam, als anti-spam maatregel"; +$a->strings["Community pages for visitors"] = ""; +$a->strings["Which community pages should be available for visitors. Local users always see both pages."] = ""; +$a->strings["Posts per user on community page"] = ""; +$a->strings["The maximum number of posts per user on the community page. (Not valid for 'Global Community')"] = ""; +$a->strings["Enable OStatus support"] = "Activeer OStatus ondersteuning"; +$a->strings["Provide built-in OStatus (StatusNet, GNU Social etc.) compatibility. All communications in OStatus are public, so privacy warnings will be occasionally displayed."] = ""; +$a->strings["Only import OStatus threads from our contacts"] = ""; +$a->strings["Normally we import every content from our OStatus contacts. With this option we only store threads that are started by a contact that is known on our system."] = ""; +$a->strings["OStatus support can only be enabled if threading is enabled."] = ""; +$a->strings["Diaspora support can't be enabled because Friendica was installed into a sub directory."] = ""; +$a->strings["Enable Diaspora support"] = "Activeer Diaspora ondersteuning"; +$a->strings["Provide built-in Diaspora network compatibility."] = "Bied ingebouwde ondersteuning voor het Diaspora netwerk."; +$a->strings["Only allow Friendica contacts"] = "Laat alleen Friendica contacten toe"; +$a->strings["All contacts must use Friendica protocols. All other built-in communication protocols disabled."] = "Alle contacten moeten een Friendica protocol gebruiken. Alle andere ingebouwde communicatieprotocols worden uitgeschakeld."; +$a->strings["Verify SSL"] = "Controleer 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."] = "Als je wilt kun je striktere certificaat controle activeren. Dit betekent dat je (totaal) niet kunt connecteren met sites die zelf-ondertekende SSL certificaten gebruiken."; +$a->strings["Proxy user"] = "Proxy-gebruiker"; +$a->strings["Proxy URL"] = "Proxy-URL"; +$a->strings["Network timeout"] = "Netwerk timeout"; +$a->strings["Value is in seconds. Set to 0 for unlimited (not recommended)."] = "Waarde is in seconden. Zet op 0 voor onbeperkt (niet aanbevolen)."; +$a->strings["Maximum Load Average"] = "Maximum gemiddelde belasting"; +$a->strings["Maximum system load before delivery and poll processes are deferred - default 50."] = "Maximum systeembelasting voordat aflever- en poll-processen uitgesteld worden - standaard 50."; +$a->strings["Maximum Load Average (Frontend)"] = ""; +$a->strings["Maximum system load before the frontend quits service - default 50."] = ""; +$a->strings["Minimal Memory"] = ""; +$a->strings["Minimal free memory in MB for the worker. Needs access to /proc/meminfo - default 0 (deactivated)."] = ""; +$a->strings["Maximum table size for optimization"] = ""; +$a->strings["Maximum table size (in MB) for the automatic optimization - default 100 MB. Enter -1 to disable it."] = ""; +$a->strings["Minimum level of fragmentation"] = ""; +$a->strings["Minimum fragmenation level to start the automatic optimization - default value is 30%."] = ""; +$a->strings["Periodical check of global contacts"] = ""; +$a->strings["If enabled, the global contacts are checked periodically for missing or outdated data and the vitality of the contacts and servers."] = ""; +$a->strings["Days between requery"] = ""; +$a->strings["Number of days after which a server is requeried for his contacts."] = ""; +$a->strings["Discover contacts from other servers"] = ""; +$a->strings["Periodically query other servers for contacts. You can choose between 'users': the users on the remote system, 'Global Contacts': active contacts that are known on the system. The fallback is meant for Redmatrix servers and older friendica servers, where global contacts weren't available. The fallback increases the server load, so the recommened setting is 'Users, Global Contacts'."] = ""; +$a->strings["Timeframe for fetching global contacts"] = ""; +$a->strings["When the discovery is activated, this value defines the timeframe for the activity of the global contacts that are fetched from other servers."] = ""; +$a->strings["Search the local directory"] = ""; +$a->strings["Search the local directory instead of the global directory. When searching locally, every search will be executed on the global directory in the background. This improves the search results when the search is repeated."] = ""; +$a->strings["Publish server information"] = ""; +$a->strings["If enabled, general server and usage data will be published. The data contains the name and version of the server, number of users with public profiles, number of posts and the activated protocols and connectors. See the-federation.info for details."] = ""; +$a->strings["Check upstream version"] = ""; +$a->strings["Enables checking for new Friendica versions at github. If there is a new version, you will be informed in the admin panel overview."] = ""; +$a->strings["Suppress Tags"] = ""; +$a->strings["Suppress showing a list of hashtags at the end of the posting."] = ""; +$a->strings["Path to item cache"] = "Pad naar cache voor items"; +$a->strings["The item caches buffers generated bbcode and external images."] = ""; +$a->strings["Cache duration in seconds"] = "Cache tijdsduur in seconden"; +$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["Temp path"] = "Tijdelijk pad"; +$a->strings["If you have a restricted system where the webserver can't access the system temp path, enter another path here."] = ""; +$a->strings["Base path to installation"] = "Basispad voor installatie"; +$a->strings["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."] = ""; +$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["Only search in tags"] = ""; +$a->strings["On large systems the text search can slow down the system extremely."] = ""; +$a->strings["New base url"] = ""; +$a->strings["Change base url for this server. Sends relocate message to all Friendica and Diaspora* contacts of all users."] = ""; +$a->strings["RINO Encryption"] = ""; +$a->strings["Encryption layer between nodes."] = ""; +$a->strings["Enabled"] = ""; +$a->strings["Maximum number of parallel workers"] = ""; +$a->strings["On shared hosters set this to 2. On larger systems, values of 10 are great. Default value is 4."] = ""; +$a->strings["Don't use 'proc_open' with the worker"] = ""; +$a->strings["Enable this if your system doesn't allow the use of 'proc_open'. This can happen on shared hosters. If this is enabled you should increase the frequency of worker calls in your crontab."] = ""; +$a->strings["Enable fastlane"] = ""; +$a->strings["When enabed, the fastlane mechanism starts an additional worker if processes with higher priority are blocked by processes of lower priority."] = ""; +$a->strings["Enable frontend worker"] = ""; +$a->strings["When enabled the Worker process is triggered when backend access is performed \\x28e.g. messages being delivered\\x29. On smaller sites you might want to call %s/worker on a regular basis via an external cron job. You should only enable this option if you cannot utilize cron/scheduled jobs on your server."] = ""; +$a->strings["Subscribe to relay"] = ""; +$a->strings["Enables the receiving of public posts from the relay. They will be included in the search, subscribed tags and on the global community page."] = ""; +$a->strings["Relay server"] = ""; +$a->strings["Address of the relay server where public posts should be send to. For example https://relay.diasp.org"] = ""; +$a->strings["Direct relay transfer"] = ""; +$a->strings["Enables the direct transfer to other servers without using the relay servers"] = ""; +$a->strings["Relay scope"] = ""; +$a->strings["Can be 'all' or 'tags'. 'all' means that every public post should be received. 'tags' means that only posts with selected tags should be received."] = ""; +$a->strings["all"] = ""; +$a->strings["tags"] = ""; +$a->strings["Server tags"] = ""; +$a->strings["Comma separated list of tags for the 'tags' subscription."] = ""; +$a->strings["Allow user tags"] = ""; +$a->strings["If enabled, the tags from the saved searches will used for the 'tags' subscription in addition to the 'relay_server_tags'."] = ""; +$a->strings["Update has been marked successful"] = "Wijziging succesvol gemarkeerd "; +$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."] = "Wijziging %s geslaagd."; +$a->strings["Update %s did not return a status. Unknown if it succeeded."] = "Wijziging %s gaf geen status terug. We weten niet of de wijziging geslaagd is."; +$a->strings["There was no additional update function %s that needed to be called."] = ""; +$a->strings["No failed updates."] = "Geen mislukte wijzigingen"; +$a->strings["Check database structure"] = ""; +$a->strings["Failed Updates"] = "Mislukte wijzigingen"; +$a->strings["This does not include updates prior to 1139, which did not return a status."] = "Dit is zonder de wijzigingen voor 1139, welke geen status teruggaven."; +$a->strings["Mark success (if update was manually applied)"] = "Markeren als succes (als aanpassing manueel doorgevoerd werd)"; +$a->strings["Attempt to execute this update step automatically"] = "Probeer deze stap automatisch uit te voeren"; +$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\tIf you ever want to delete your account, you can do so at %1\$s/removeme\n\n\t\t\tThank you and welcome to %4\$s."] = ""; +$a->strings["Registration details for %s"] = "Registratie details voor %s"; +$a->strings["%s user blocked/unblocked"] = [ + 0 => "%s gebruiker geblokkeerd/niet geblokkeerd", + 1 => "%s gebruikers geblokkeerd/niet geblokkeerd", +]; +$a->strings["%s user deleted"] = [ + 0 => "%s gebruiker verwijderd", + 1 => "%s gebruikers verwijderd", +]; +$a->strings["User '%s' deleted"] = "Gebruiker '%s' verwijderd"; +$a->strings["User '%s' unblocked"] = "Gebruiker '%s' niet meer geblokkeerd"; +$a->strings["User '%s' blocked"] = "Gebruiker '%s' geblokkeerd"; +$a->strings["Email"] = "E-mail"; +$a->strings["Register date"] = "Registratiedatum"; +$a->strings["Last login"] = "Laatste login"; +$a->strings["Last item"] = "Laatste item"; +$a->strings["Account"] = "Account"; +$a->strings["Add User"] = "Gebruiker toevoegen"; +$a->strings["User registrations waiting for confirm"] = "Gebruikersregistraties wachten op een bevestiging"; +$a->strings["User waiting for permanent deletion"] = ""; +$a->strings["Request date"] = "Registratiedatum"; +$a->strings["No registrations."] = "Geen registraties."; +$a->strings["Note from the user"] = ""; +$a->strings["Deny"] = "Weiger"; +$a->strings["Site admin"] = "Sitebeheerder"; +$a->strings["Account expired"] = "Account verlopen"; +$a->strings["New User"] = "Nieuwe gebruiker"; +$a->strings["Deleted since"] = "Verwijderd sinds"; +$a->strings["Selected users will be deleted!\\n\\nEverything these users had posted on this site will be permanently deleted!\\n\\nAre you sure?"] = "Geselecteerde gebruikers zullen verwijderd worden!\\n\\nAlles wat deze gebruikers gepost hebben op deze website zal permanent verwijderd worden!\\n\\nBen je zeker?"; +$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?"] = "De gebruiker {0} zal verwijderd worden!\\n\\nAlles wat deze gebruiker gepost heeft op deze website zal permanent verwijderd worden!\\n\\nBen je zeker?"; +$a->strings["Name of the new user."] = "Naam van nieuwe gebruiker"; +$a->strings["Nickname"] = "Bijnaam"; +$a->strings["Nickname of the new user."] = "Bijnaam van nieuwe gebruiker"; +$a->strings["Email address of the new user."] = "E-mailadres van nieuwe gebruiker"; +$a->strings["Addon %s disabled."] = ""; +$a->strings["Addon %s enabled."] = ""; +$a->strings["Disable"] = "Uitschakelen"; +$a->strings["Enable"] = "Inschakelen"; +$a->strings["Toggle"] = "Schakelaar"; +$a->strings["Author: "] = "Auteur:"; +$a->strings["Maintainer: "] = "Onderhoud:"; +$a->strings["Reload active addons"] = ""; +$a->strings["There are currently no addons available on your node. You can find the official addon repository at %1\$s and might find other interesting addons in the open addon registry at %2\$s"] = ""; +$a->strings["No themes found."] = "Geen thema's gevonden."; +$a->strings["Screenshot"] = "Schermafdruk"; +$a->strings["Reload active themes"] = ""; +$a->strings["No themes found on the system. They should be placed in %1\$s"] = ""; +$a->strings["[Experimental]"] = "[Experimenteel]"; +$a->strings["[Unsupported]"] = "[Niet ondersteund]"; +$a->strings["Log settings updated."] = "Log instellingen gewijzigd"; +$a->strings["PHP log currently enabled."] = ""; +$a->strings["PHP log currently disabled."] = ""; +$a->strings["Clear"] = "Wis"; +$a->strings["Enable Debugging"] = ""; +$a->strings["Log file"] = "Logbestand"; +$a->strings["Must be writable by web server. Relative to your Friendica top-level directory."] = "De webserver moet hier kunnen schrijven. Relatief t.o.v. van de hoogste folder binnen uw Friendica-installatie."; +$a->strings["Log level"] = "Log niveau"; +$a->strings["PHP logging"] = ""; +$a->strings["To enable logging of PHP errors and warnings you can add the following to the .htconfig.php file of your installation. The filename set in the 'error_log' line is relative to the friendica top-level directory and must be writeable by the web server. The option '1' for 'log_errors' and 'display_errors' is to enable these options, set to '0' to disable them."] = ""; +$a->strings["Error trying to open %1\$s log file.\\r\\n
    Check to see if file %1\$s exist and is readable."] = ""; +$a->strings["Couldn't open %1\$s log file.\\r\\n
    Check to see if file %1\$s is readable."] = ""; +$a->strings["Off"] = "Uit"; +$a->strings["On"] = "Aan"; +$a->strings["Lock feature %s"] = ""; +$a->strings["Manage Additional Features"] = ""; +$a->strings["Display"] = "Weergave"; +$a->strings["Social Networks"] = "Sociale netwerken"; +$a->strings["Delegations"] = ""; +$a->strings["Connected apps"] = "Verbonden applicaties"; +$a->strings["Remove account"] = "Account verwijderen"; +$a->strings["Missing some important data!"] = "Een belangrijk gegeven ontbreekt!"; +$a->strings["Failed to connect with email account using the settings provided."] = "Ik kon geen verbinding maken met het e-mail account met de gegeven instellingen."; +$a->strings["Email settings updated."] = "E-mail instellingen bijgewerkt.."; +$a->strings["Features updated"] = "Functies bijgewerkt"; +$a->strings["Relocate message has been send to your contacts"] = ""; +$a->strings["Passwords do not match. Password unchanged."] = "Wachtwoorden komen niet overeen. Wachtwoord niet gewijzigd."; +$a->strings["Empty passwords are not allowed. Password unchanged."] = "Lege wachtwoorden zijn niet toegelaten. Wachtwoord niet gewijzigd."; +$a->strings["The new password has been exposed in a public data dump, please choose another."] = ""; +$a->strings["Wrong password."] = "Verkeerd wachtwoord."; +$a->strings["Password changed."] = "Wachtwoord gewijzigd."; +$a->strings["Password update failed. Please try again."] = "Wachtwoord-)wijziging mislukt. Probeer opnieuw."; +$a->strings[" Please use a shorter name."] = "Gebruik een kortere naam."; +$a->strings[" Name too short."] = "Naam te kort."; +$a->strings["Wrong Password"] = "Verkeerd wachtwoord"; +$a->strings["Invalid email."] = ""; +$a->strings["Cannot change to that email."] = ""; +$a->strings["Private forum has no privacy permissions. Using default privacy group."] = "Privéforum/-groep heeft geen privacyrechten. De standaard privacygroep wordt gebruikt."; +$a->strings["Private forum has no privacy permissions and no default privacy group."] = "Privéforum/-groep heeft geen privacyrechten en geen standaard privacygroep."; +$a->strings["Settings updated."] = "Instellingen bijgewerkt."; +$a->strings["Add application"] = "Toepassing toevoegen"; +$a->strings["Consumer Key"] = "Gebruikerssleutel"; +$a->strings["Consumer Secret"] = "Gebruikersgeheim"; +$a->strings["Redirect"] = "Doorverwijzing"; +$a->strings["Icon url"] = "URL pictogram"; +$a->strings["You can't edit this application."] = "Je kunt deze toepassing niet wijzigen."; +$a->strings["Connected Apps"] = "Verbonden applicaties"; +$a->strings["Edit"] = "Bewerken"; +$a->strings["Client key starts with"] = ""; +$a->strings["No name"] = "Geen naam"; +$a->strings["Remove authorization"] = "Verwijder authorisatie"; +$a->strings["No Addon settings configured"] = ""; +$a->strings["Addon Settings"] = ""; +$a->strings["Additional Features"] = "Extra functies"; +$a->strings["Diaspora"] = "Diaspora"; +$a->strings["enabled"] = "ingeschakeld"; +$a->strings["disabled"] = "uitgeschakeld"; +$a->strings["Built-in support for %s connectivity is %s"] = "Ingebouwde ondersteuning voor connectiviteit met %s is %s"; +$a->strings["GNU Social (OStatus)"] = ""; +$a->strings["Email access is disabled on this site."] = "E-mailtoegang is op deze website uitgeschakeld."; +$a->strings["General Social Media Settings"] = ""; +$a->strings["Disable Content Warning"] = ""; +$a->strings["Users on networks like Mastodon or Pleroma are able to set a content warning field which collapse their post by default. This disables the automatic collapsing and sets the content warning as the post title. Doesn't affect any other content filtering you eventually set up."] = ""; +$a->strings["Disable intelligent shortening"] = ""; +$a->strings["Normally the system tries to find the best link to add to shortened posts. If this option is enabled then every shortened post will always point to the original friendica post."] = ""; +$a->strings["Automatically follow any GNU Social (OStatus) followers/mentioners"] = ""; +$a->strings["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."] = ""; +$a->strings["Default group for OStatus contacts"] = ""; +$a->strings["Your legacy GNU Social account"] = ""; +$a->strings["If you enter your old GNU Social/Statusnet account name here (in the format user@domain.tld), your contacts will be added automatically. The field will be emptied when done."] = ""; +$a->strings["Repair OStatus subscriptions"] = ""; +$a->strings["Email/Mailbox Setup"] = "E-mail Instellen"; +$a->strings["If you wish to communicate with email contacts using this service (optional), please specify how to connect to your mailbox."] = "Als je wilt communiceren met e-mail contacten via deze dienst (optioneel), moet je hier opgeven hoe ik jouw mailbox kan bereiken."; +$a->strings["Last successful email check:"] = "Laatste succesvolle e-mail controle:"; +$a->strings["IMAP server name:"] = "IMAP server naam:"; +$a->strings["IMAP port:"] = "IMAP poort:"; +$a->strings["Security:"] = "Beveiliging:"; +$a->strings["None"] = "Geen"; +$a->strings["Email login name:"] = "E-mail login naam:"; +$a->strings["Email password:"] = "E-mail wachtwoord:"; +$a->strings["Reply-to address:"] = "Antwoord adres:"; +$a->strings["Send public posts to all email contacts:"] = "Openbare posts naar alle e-mail contacten versturen:"; +$a->strings["Action after import:"] = "Actie na importeren:"; +$a->strings["Mark as seen"] = "Als 'gelezen' markeren"; +$a->strings["Move to folder"] = "Naar map verplaatsen"; +$a->strings["Move to folder:"] = "Verplaatsen naar map:"; +$a->strings["%s - (Unsupported)"] = ""; +$a->strings["%s - (Experimental)"] = ""; +$a->strings["Display Settings"] = "Scherminstellingen"; +$a->strings["Display Theme:"] = "Schermthema:"; +$a->strings["Mobile Theme:"] = "Mobiel thema:"; +$a->strings["Suppress warning of insecure networks"] = ""; +$a->strings["Should the system suppress the warning that the current group contains members of networks that can't receive non public postings."] = ""; +$a->strings["Update browser every xx seconds"] = "Browser elke xx seconden verversen"; +$a->strings["Minimum of 10 seconds. Enter -1 to disable it."] = ""; +$a->strings["Number of items to display per page:"] = "Aantal items te tonen per pagina:"; +$a->strings["Maximum of 100 items"] = "Maximum 100 items"; +$a->strings["Number of items to display per page when viewed from mobile device:"] = "Aantal items per pagina als je een mobiel toestel gebruikt:"; +$a->strings["Don't show emoticons"] = "Emoticons niet tonen"; +$a->strings["Calendar"] = ""; +$a->strings["Beginning of week:"] = ""; +$a->strings["Don't show notices"] = ""; +$a->strings["Infinite scroll"] = "Oneindig scrollen"; +$a->strings["Automatic updates only at the top of the network page"] = ""; +$a->strings["When disabled, the network page is updated all the time, which could be confusing while reading."] = ""; +$a->strings["Bandwith Saver Mode"] = ""; +$a->strings["When enabled, embedded content is not displayed on automatic updates, they only show on page reload."] = ""; +$a->strings["Smart Threading"] = ""; +$a->strings["When enabled, suppress extraneous thread indentation while keeping it where it matters. Only works if threading is available and enabled."] = ""; +$a->strings["General Theme Settings"] = ""; +$a->strings["Custom Theme Settings"] = ""; +$a->strings["Content Settings"] = ""; +$a->strings["Theme settings"] = "Thema-instellingen"; +$a->strings["Unable to find your profile. Please contact your admin."] = ""; +$a->strings["Account Types"] = ""; +$a->strings["Personal Page Subtypes"] = ""; +$a->strings["Community Forum Subtypes"] = ""; +$a->strings["Personal Page"] = ""; +$a->strings["Account for a personal profile."] = ""; +$a->strings["Organisation Page"] = ""; +$a->strings["Account for an organisation that automatically approves contact requests as \"Followers\"."] = ""; +$a->strings["News Page"] = ""; +$a->strings["Account for a news reflector that automatically approves contact requests as \"Followers\"."] = ""; +$a->strings["Community Forum"] = ""; +$a->strings["Account for community discussions."] = ""; +$a->strings["Normal Account Page"] = "Normale accountpagina"; +$a->strings["Account for a regular personal profile that requires manual approval of \"Friends\" and \"Followers\"."] = ""; +$a->strings["Soapbox Page"] = "Zeepkist-pagina"; +$a->strings["Account for a public profile that automatically approves contact requests as \"Followers\"."] = ""; +$a->strings["Public Forum"] = ""; +$a->strings["Automatically approves all contact requests."] = ""; +$a->strings["Automatic Friend Page"] = "Automatisch Vriendschapspagina"; +$a->strings["Account for a popular profile that automatically approves contact requests as \"Friends\"."] = ""; +$a->strings["Private Forum [Experimental]"] = "Privé-forum [experimenteel]"; +$a->strings["Requires manual approval of contact requests."] = ""; +$a->strings["OpenID:"] = "OpenID:"; +$a->strings["(Optional) Allow this OpenID to login to this account."] = "(Optioneel) Laat dit OpenID toe om in te loggen op deze account."; +$a->strings["Publish your default profile in your local site directory?"] = "Je standaardprofiel in je lokale gids publiceren?"; +$a->strings["Your profile will be published in the global friendica directories (e.g. %s). Your profile will be visible in public."] = ""; +$a->strings["Publish your default profile in the global social directory?"] = "Je standaardprofiel in de globale sociale gids publiceren?"; +$a->strings["Your profile will be published in this node's local directory. Your profile details may be publicly visible depending on the system settings."] = ""; +$a->strings["Hide your contact/friend list from viewers of your default profile?"] = "Je vrienden/contacten verbergen voor bezoekers van je standaard profiel?"; +$a->strings["Your contact list won't be shown in your default profile page. You can decide to show your contact list separately for each additional profile you create"] = ""; +$a->strings["Hide your profile details from anonymous viewers?"] = ""; +$a->strings["Anonymous visitors will only see your profile picture, your display name and the nickname you are using on your profile page. Disables posting public messages to Diaspora and other networks."] = ""; +$a->strings["Allow friends to post to your profile page?"] = "Vrienden toestaan om op jou profielpagina te posten?"; +$a->strings["Your contacts may write posts on your profile wall. These posts will be distributed to your contacts"] = ""; +$a->strings["Allow friends to tag your posts?"] = "Sta vrienden toe om jouw berichten te labelen?"; +$a->strings["Your contacts can add additional tags to your posts."] = ""; +$a->strings["Allow us to suggest you as a potential friend to new members?"] = "Sta je mij toe om jou als mogelijke vriend voor te stellen aan nieuwe leden?"; +$a->strings["If you like, Friendica may suggest new members to add you as a contact."] = ""; +$a->strings["Permit unknown people to send you private mail?"] = "Mogen onbekende personen jou privé berichten sturen?"; +$a->strings["Friendica network users may send you private messages even if they are not in your contact list."] = ""; +$a->strings["Profile is not published."] = "Profiel is niet gepubliceerd."; +$a->strings["Your Identity Address is '%s' or '%s'."] = ""; +$a->strings["Automatically expire posts after this many days:"] = "Laat berichten automatisch vervallen na zo veel dagen:"; +$a->strings["If empty, posts will not expire. Expired posts will be deleted"] = "Berichten zullen niet vervallen indien leeg. Vervallen berichten zullen worden verwijderd."; +$a->strings["Advanced expiration settings"] = "Geavanceerde instellingen voor vervallen"; +$a->strings["Advanced Expiration"] = "Geavanceerd Verval:"; +$a->strings["Expire posts:"] = "Laat berichten vervallen:"; +$a->strings["Expire personal notes:"] = "Laat persoonlijke aantekeningen verlopen:"; +$a->strings["Expire starred posts:"] = "Laat berichten met ster verlopen"; +$a->strings["Expire photos:"] = "Laat foto's vervallen:"; +$a->strings["Only expire posts by others:"] = "Laat alleen berichten door anderen vervallen:"; +$a->strings["Account Settings"] = "Account Instellingen"; +$a->strings["Password Settings"] = "Wachtwoord Instellingen"; +$a->strings["Leave password fields blank unless changing"] = "Laat de wachtwoord-velden leeg, tenzij je het wilt veranderen"; +$a->strings["Current Password:"] = "Huidig wachtwoord:"; +$a->strings["Your current password to confirm the changes"] = "Je huidig wachtwoord om de wijzigingen te bevestigen"; +$a->strings["Password:"] = "Wachtwoord:"; +$a->strings["Basic Settings"] = "Basis Instellingen"; +$a->strings["Full Name:"] = "Volledige Naam:"; +$a->strings["Email Address:"] = "E-mailadres:"; +$a->strings["Your Timezone:"] = "Je Tijdzone:"; +$a->strings["Your Language:"] = ""; +$a->strings["Set the language we use to show you friendica interface and to send you emails"] = ""; +$a->strings["Default Post Location:"] = "Standaard locatie:"; +$a->strings["Use Browser Location:"] = "Gebruik Webbrowser Locatie:"; +$a->strings["Security and Privacy Settings"] = "Instellingen voor Beveiliging en Privacy"; +$a->strings["Maximum Friend Requests/Day:"] = "Maximum aantal vriendschapsverzoeken per dag:"; +$a->strings["(to prevent spam abuse)"] = "(om spam misbruik te voorkomen)"; +$a->strings["Default Post Permissions"] = "Standaard rechten voor nieuwe berichten"; +$a->strings["(click to open/close)"] = "(klik om te openen/sluiten)"; +$a->strings["Default Private Post"] = "Standaard Privé Post"; +$a->strings["Default Public Post"] = "Standaard Publieke Post"; +$a->strings["Default Permissions for New Posts"] = "Standaard rechten voor nieuwe berichten"; +$a->strings["Maximum private messages per day from unknown people:"] = "Maximum aantal privé-berichten per dag van onbekende personen:"; +$a->strings["Notification Settings"] = "Notificatie Instellingen"; +$a->strings["By default post a status message when:"] = "Post automatisch een bericht op je tijdlijn wanneer:"; +$a->strings["accepting a friend request"] = "Een vriendschapsverzoek accepteren"; +$a->strings["joining a forum/community"] = "Lid worden van een groep/forum"; +$a->strings["making an interesting profile change"] = "Een interessante verandering aan je profiel"; +$a->strings["Send a notification email when:"] = "Stuur een notificatie e-mail wanneer:"; +$a->strings["You receive an introduction"] = "Je ontvangt een vriendschaps- of connectieverzoek"; +$a->strings["Your introductions are confirmed"] = "Jouw vriendschaps- of connectieverzoeken zijn bevestigd"; +$a->strings["Someone writes on your profile wall"] = "Iemand iets op je tijdlijn schrijft"; +$a->strings["Someone writes a followup comment"] = "Iemand een reactie schrijft"; +$a->strings["You receive a private message"] = "Je een privé-bericht ontvangt"; +$a->strings["You receive a friend suggestion"] = "Je een suggestie voor een vriendschap ontvangt"; +$a->strings["You are tagged in a post"] = "Je expliciet in een bericht bent genoemd"; +$a->strings["You are poked/prodded/etc. in a post"] = "Je in een bericht bent aangestoten/gepord/etc."; +$a->strings["Activate desktop notifications"] = ""; +$a->strings["Show desktop popup on new notifications"] = ""; +$a->strings["Text-only notification emails"] = ""; +$a->strings["Send text only notification emails, without the html part"] = ""; +$a->strings["Show detailled notifications"] = ""; +$a->strings["Per default, notifications are condensed to a single notification per item. When enabled every notification is displayed."] = ""; +$a->strings["Advanced Account/Page Type Settings"] = ""; +$a->strings["Change the behaviour of this account for special situations"] = ""; +$a->strings["Relocate"] = ""; +$a->strings["If you have moved this profile from another server, and some of your contacts don't receive your updates, try pushing this button."] = ""; +$a->strings["Resend relocate message to contacts"] = ""; +$a->strings["Error decoding account file"] = ""; +$a->strings["Error! No version data in file! This is not a Friendica account file?"] = ""; +$a->strings["User '%s' already exists on this server!"] = "Gebruiker '%s' bestaat al op deze server!"; +$a->strings["User creation error"] = "Fout bij het aanmaken van de gebruiker"; +$a->strings["User profile creation error"] = "Fout bij het aanmaken van het gebruikersprofiel"; +$a->strings["%d contact not imported"] = [ + 0 => "%d contact werd niet geïmporteerd", + 1 => "%d contacten werden niet geïmporteerd", +]; +$a->strings["Done. You can now login with your username and password"] = "Gebeurd. Je kunt nu inloggen met je gebruikersnaam en wachtwoord"; +$a->strings["System"] = "Systeem"; +$a->strings["Home"] = "Tijdlijn"; +$a->strings["Introductions"] = "Verzoeken"; +$a->strings["%s commented on %s's post"] = "%s gaf een reactie op het bericht van %s"; +$a->strings["%s created a new post"] = "%s schreef een nieuw bericht"; +$a->strings["%s liked %s's post"] = "%s vond het bericht van %s leuk"; +$a->strings["%s disliked %s's post"] = "%s vond het bericht van %s niet leuk"; +$a->strings["%s is attending %s's event"] = ""; +$a->strings["%s is not attending %s's event"] = ""; +$a->strings["%s may attend %s's event"] = ""; +$a->strings["%s is now friends with %s"] = "%s is nu bevriend met %s"; +$a->strings["Friend Suggestion"] = "Vriendschapsvoorstel"; +$a->strings["Friend/Connect Request"] = "Vriendschapsverzoek"; +$a->strings["New Follower"] = "Nieuwe Volger"; +$a->strings["Post to Email"] = "Verzenden per e-mail"; +$a->strings["Hide your profile details from unknown viewers?"] = "Je profieldetails verbergen voor onbekende bezoekers?"; +$a->strings["Connectors disabled, since \"%s\" is enabled."] = ""; +$a->strings["Visible to everybody"] = "Zichtbaar voor iedereen"; +$a->strings["show"] = "tonen"; +$a->strings["don't show"] = "niet tonen"; +$a->strings["Close"] = "Afsluiten"; +$a->strings["Birthday:"] = "Verjaardag:"; +$a->strings["YYYY-MM-DD or MM-DD"] = ""; +$a->strings["never"] = "nooit"; +$a->strings["less than a second ago"] = "minder dan een seconde geleden"; +$a->strings["year"] = "jaar"; +$a->strings["years"] = "jaren"; +$a->strings["months"] = "maanden"; +$a->strings["weeks"] = "weken"; +$a->strings["days"] = "dagen"; +$a->strings["hour"] = "uur"; +$a->strings["hours"] = "uren"; +$a->strings["minute"] = "minuut"; +$a->strings["minutes"] = "minuten"; +$a->strings["second"] = "seconde"; +$a->strings["seconds"] = "secondes"; +$a->strings["%1\$d %2\$s ago"] = "%1\$d %2\$s geleden"; +$a->strings["view full size"] = "Volledig formaat"; +$a->strings["Image/photo"] = "Afbeelding/foto"; +$a->strings["%2\$s %3\$s"] = ""; +$a->strings["$1 wrote:"] = "$1 schreef:"; +$a->strings["Encrypted content"] = "Versleutelde inhoud"; +$a->strings["Invalid source protocol"] = ""; +$a->strings["Invalid link protocol"] = ""; +$a->strings["External link to forum"] = ""; +$a->strings["Nothing new here"] = "Niets nieuw hier"; +$a->strings["Clear notifications"] = "Notificaties verwijderen"; +$a->strings["Logout"] = "Uitloggen"; +$a->strings["End this session"] = "Deze sessie beëindigen"; +$a->strings["Your posts and conversations"] = "Jouw berichten en gesprekken"; +$a->strings["Your profile page"] = "Jouw profiel pagina"; +$a->strings["Your photos"] = "Jouw foto's"; +$a->strings["Videos"] = "Video's"; +$a->strings["Your videos"] = ""; +$a->strings["Your events"] = "Jouw gebeurtenissen"; +$a->strings["Personal notes"] = "Persoonlijke nota's"; +$a->strings["Your personal notes"] = ""; +$a->strings["Sign in"] = "Inloggen"; +$a->strings["Home Page"] = "Jouw tijdlijn"; +$a->strings["Create an account"] = "Maak een accoount"; +$a->strings["Help and documentation"] = "Hulp en documentatie"; +$a->strings["Apps"] = "Apps"; +$a->strings["Addon applications, utilities, games"] = "Extra toepassingen, hulpmiddelen of spelletjes"; +$a->strings["Search site content"] = "Doorzoek de inhoud van de website"; +$a->strings["Community"] = "Website"; +$a->strings["Conversations on this and other servers"] = ""; +$a->strings["Events and Calendar"] = "Gebeurtenissen en kalender"; +$a->strings["Directory"] = "Gids"; +$a->strings["People directory"] = "Personengids"; +$a->strings["Information about this friendica instance"] = ""; +$a->strings["Conversations from your friends"] = "Gesprekken van je vrienden"; +$a->strings["Network Reset"] = "Netwerkpagina opnieuw instellen"; +$a->strings["Load Network page with no filters"] = "Laad de netwerkpagina zonder filters"; +$a->strings["Friend Requests"] = "Vriendschapsverzoeken"; +$a->strings["See all notifications"] = "Toon alle notificaties"; +$a->strings["Mark all system notifications seen"] = "Alle systeemnotificaties als gelezen markeren"; +$a->strings["Private mail"] = "Privéberichten"; +$a->strings["Inbox"] = "Inbox"; +$a->strings["Outbox"] = "Verzonden berichten"; +$a->strings["Manage"] = "Beheren"; +$a->strings["Manage other pages"] = "Andere pagina's beheren"; +$a->strings["Account settings"] = "Account instellingen"; +$a->strings["Profiles"] = "Profielen"; +$a->strings["Manage/Edit Profiles"] = "Beheer/Wijzig Profielen"; +$a->strings["Manage/edit friends and contacts"] = "Beheer/Wijzig vrienden en contacten"; +$a->strings["Site setup and configuration"] = "Website opzetten en configureren"; +$a->strings["Navigation"] = "Navigatie"; +$a->strings["Site map"] = "Sitemap"; +$a->strings["Embedding disabled"] = "Inbedden uitgeschakeld"; +$a->strings["Embedded content"] = "Ingebedde inhoud"; +$a->strings["Export"] = "Exporteer"; +$a->strings["Export calendar as ical"] = "Exporteer kalender als ical"; +$a->strings["Export calendar as csv"] = "Exporteer kalender als csv"; +$a->strings["General Features"] = "Algemene functies"; +$a->strings["Multiple Profiles"] = "Meerdere profielen"; +$a->strings["Ability to create multiple profiles"] = "Mogelijkheid om meerdere profielen aan te maken"; +$a->strings["Photo Location"] = ""; +$a->strings["Photo metadata is normally stripped. This extracts the location (if present) prior to stripping metadata and links it to a map."] = ""; +$a->strings["Export Public Calendar"] = ""; +$a->strings["Ability for visitors to download the public calendar"] = ""; +$a->strings["Post Composition Features"] = "Functies voor het opstellen van berichten"; +$a->strings["Post Preview"] = "Voorvertoning bericht"; +$a->strings["Allow previewing posts and comments before publishing them"] = ""; +$a->strings["Auto-mention Forums"] = ""; +$a->strings["Add/remove mention when a forum page is selected/deselected in ACL window."] = ""; +$a->strings["Network Sidebar Widgets"] = "Zijbalkwidgets op netwerkpagina"; +$a->strings["Search by Date"] = "Zoeken op datum"; +$a->strings["Ability to select posts by date ranges"] = "Mogelijkheid om berichten te selecteren volgens datumbereik"; +$a->strings["List Forums"] = ""; +$a->strings["Enable widget to display the forums your are connected with"] = ""; +$a->strings["Group Filter"] = "Groepsfilter"; +$a->strings["Enable widget to display Network posts only from selected group"] = "Sta de widget toe om netwerkberichten te tonen van bepaalde groepen"; +$a->strings["Network Filter"] = "Netwerkfilter"; +$a->strings["Enable widget to display Network posts only from selected network"] = "Sta de widget toe om netwerkberichten te tonen van bepaalde netwerken"; +$a->strings["Save search terms for re-use"] = "Sla zoekopdrachten op voor hergebruik"; +$a->strings["Network Tabs"] = "Netwerktabs"; +$a->strings["Network Personal Tab"] = "Persoonlijke netwerktab"; +$a->strings["Enable tab to display only Network posts that you've interacted on"] = "Sta het toe dat de tab netwerkberichten toont waarmee je interactie had"; +$a->strings["Network New Tab"] = "Nieuwe netwerktab"; +$a->strings["Enable tab to display only new Network posts (from the last 12 hours)"] = "Laat de tab alleen nieuwe netwerkberichten tonen (van de laatste 12 uur)"; +$a->strings["Network Shared Links Tab"] = ""; +$a->strings["Enable tab to display only Network posts with links in them"] = ""; +$a->strings["Post/Comment Tools"] = "Bericht-/reactiehulpmiddelen"; +$a->strings["Multiple Deletion"] = "Meervoudige verwijdering"; +$a->strings["Select and delete multiple posts/comments at once"] = "Selecteer en verwijder meerdere berichten/reacties in een keer"; +$a->strings["Edit Sent Posts"] = "Bewerk verzonden berichten"; +$a->strings["Edit and correct posts and comments after sending"] = "Bewerk en corrigeer berichten en reacties na verzending"; +$a->strings["Tagging"] = "Labelen"; +$a->strings["Ability to tag existing posts"] = "Mogelijkheid om bestaande berichten te labelen"; +$a->strings["Post Categories"] = "Categorieën berichten"; +$a->strings["Add categories to your posts"] = "Voeg categorieën toe aan je berichten"; +$a->strings["Saved Folders"] = "Bewaarde Mappen"; +$a->strings["Ability to file posts under folders"] = "Mogelijkheid om berichten in mappen te bewaren"; +$a->strings["Dislike Posts"] = "Vind berichten niet leuk"; +$a->strings["Ability to dislike posts/comments"] = "Mogelijkheid om berichten of reacties niet leuk te vinden"; +$a->strings["Star Posts"] = "Geef berichten een ster"; +$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["Advanced Profile Settings"] = ""; +$a->strings["Show visitors public community forums at the Advanced Profile Page"] = ""; +$a->strings["Tag Cloud"] = ""; +$a->strings["Provide a personal tag cloud on your profile page"] = ""; +$a->strings["Display Membership Date"] = ""; +$a->strings["Display membership date in profile"] = ""; $a->strings["Add New Contact"] = "Nieuw Contact toevoegen"; $a->strings["Enter address or web location"] = "Voeg een webadres of -locatie in:"; $a->strings["Example: bob@example.com, http://example.com/barbara"] = "Voorbeeld: jan@voorbeeld.be, http://voorbeeld.nl/barbara"; -$a->strings["Connect"] = "Verbinden"; $a->strings["%d invitation available"] = [ 0 => "%d uitnodiging beschikbaar", 1 => "%d uitnodigingen beschikbaar", ]; $a->strings["Find People"] = "Zoek mensen"; $a->strings["Enter name or interest"] = "Vul naam of interesse in"; -$a->strings["Connect/Follow"] = "Verbind/Volg"; $a->strings["Examples: Robert Morgenstein, Fishing"] = "Voorbeelden: Jan Peeters, Vissen"; -$a->strings["Find"] = "Zoek"; -$a->strings["Friend Suggestions"] = "Vriendschapsvoorstellen"; $a->strings["Similar Interests"] = "Dezelfde interesses"; $a->strings["Random Profile"] = "Willekeurig Profiel"; $a->strings["Invite Friends"] = "Vrienden uitnodigen"; +$a->strings["View Global Directory"] = ""; $a->strings["Networks"] = "Netwerken"; $a->strings["All Networks"] = "Alle netwerken"; -$a->strings["Saved Folders"] = "Bewaarde Mappen"; $a->strings["Everything"] = "Alles"; $a->strings["Categories"] = "Categorieën"; $a->strings["%d contact in common"] = [ 0 => "%d gedeeld contact", 1 => "%d gedeelde contacten", ]; -$a->strings["show more"] = "toon meer"; -$a->strings["Forums"] = ""; -$a->strings["External link to forum"] = ""; -$a->strings["Male"] = "Man"; -$a->strings["Female"] = "Vrouw"; +$a->strings["Frequently"] = "Frequent"; +$a->strings["Hourly"] = "Ieder uur"; +$a->strings["Twice daily"] = "Twee maal daags"; +$a->strings["Daily"] = "Dagelijks"; +$a->strings["Weekly"] = "Wekelijks"; +$a->strings["Monthly"] = "Maandelijks"; +$a->strings["OStatus"] = "OStatus"; +$a->strings["RSS/Atom"] = "RSS/Atom"; +$a->strings["Facebook"] = "Facebook"; +$a->strings["Zot!"] = "Zot!"; +$a->strings["LinkedIn"] = "LinkedIn"; +$a->strings["XMPP/IM"] = "XMPP/Chat"; +$a->strings["MySpace"] = "MySpace"; +$a->strings["Google+"] = "Google+"; +$a->strings["pump.io"] = "pump.io"; +$a->strings["Twitter"] = "Twitter"; +$a->strings["Diaspora Connector"] = "Diaspora Connector"; +$a->strings["GNU Social Connector"] = "GNU Social Connector"; +$a->strings["pnut"] = "pnut"; +$a->strings["App.net"] = "App.net"; +$a->strings["Male"] = "Mannelijk"; +$a->strings["Female"] = "Vrouwelijk"; $a->strings["Currently Male"] = "Momenteel mannelijk"; $a->strings["Currently Female"] = "Momenteel vrouwelijk"; -$a->strings["Mostly Male"] = "Meestal mannelijk"; -$a->strings["Mostly Female"] = "Meestal vrouwelijk"; +$a->strings["Mostly Male"] = "Hoofdzakelijk mannelijk"; +$a->strings["Mostly Female"] = "Hoofdzakelijk vrouwelijk"; $a->strings["Transgender"] = "Transgender"; -$a->strings["Intersex"] = "Interseksueel"; -$a->strings["Transsexual"] = "Transseksueel"; +$a->strings["Intersex"] = "Intersex"; +$a->strings["Transsexual"] = "Transeksueel"; $a->strings["Hermaphrodite"] = "Hermafrodiet"; -$a->strings["Neuter"] = "Genderneutraal"; +$a->strings["Neuter"] = "Onzijdig"; $a->strings["Non-specific"] = "Niet-specifiek"; $a->strings["Other"] = "Anders"; -$a->strings["Undecided"] = [ - 0 => "", - 1 => "", -]; $a->strings["Males"] = "Mannen"; $a->strings["Females"] = "Vrouwen"; $a->strings["Gay"] = "Homo"; @@ -95,478 +1966,60 @@ $a->strings["Uncertain"] = "Onzeker"; $a->strings["It's complicated"] = "Het is gecompliceerd"; $a->strings["Don't care"] = "Kan me niet schelen"; $a->strings["Ask me"] = "Vraag me"; -$a->strings["Cannot locate DNS info for database server '%s'"] = ""; -$a->strings["Logged out."] = "Uitgelogd."; -$a->strings["Login failed."] = "Login mislukt."; -$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:"] = "De foutboodschap was:"; +$a->strings["There are no tables on MyISAM."] = "Er zijn geen MyISAM tabellen."; +$a->strings["\n\t\t\t\tThe friendica developers released update %s recently,\n\t\t\t\tbut when I tried to install it, something went terribly wrong.\n\t\t\t\tThis needs to be fixed soon and I can't do it alone. Please contact a\n\t\t\t\tfriendica developer if you can not help me on your own. My database might be invalid."] = "\n\t\t\t\tDe Friendica ontwikkelaars hebben recent update %svrijgegeven,\n \t\t\t\tmaar wanneer ik deze probeerde te installeren ging het verschrikkelijk fout.\n \t\t\t\tDit moet snel opgelost worden en ik kan het niet alleen. Contacteer alstublieft\n \t\t\t\teen Friendica ontwikkelaar als je mij zelf niet kan helpen. Mijn database kan ongeldig zijn."; +$a->strings["The error message is\n[pre]%s[/pre]"] = "De foutboodschap is\n[pre]%s[/pre]"; +$a->strings["\nError %d occurred during database update:\n%s\n"] = ""; +$a->strings["Errors encountered performing database changes: "] = ""; +$a->strings[": Database update"] = ""; +$a->strings["%s: updating %s table."] = ""; +$a->strings["[no subject]"] = "[geen onderwerp]"; +$a->strings["Requested account is not available."] = "Gevraagde account is niet beschikbaar."; +$a->strings["Edit profile"] = "Bewerk profiel"; +$a->strings["Atom feed"] = ""; +$a->strings["Manage/edit profiles"] = "Beheer/wijzig profielen"; +$a->strings["g A l F d"] = "G l j F"; +$a->strings["F d"] = "d F"; +$a->strings["[today]"] = "[vandaag]"; +$a->strings["Birthday Reminders"] = "Verjaardagsherinneringen"; +$a->strings["Birthdays this week:"] = "Verjaardagen deze week:"; +$a->strings["[No description]"] = "[Geen omschrijving]"; +$a->strings["Event Reminders"] = "Gebeurtenisherinneringen"; +$a->strings["Events this week:"] = "Gebeurtenissen deze week:"; +$a->strings["Member since:"] = ""; +$a->strings["j F, Y"] = "F j Y"; +$a->strings["j F"] = "F j"; +$a->strings["Age:"] = "Leeftijd:"; +$a->strings["for %1\$d %2\$s"] = "voor %1\$d %2\$s"; +$a->strings["Religion:"] = "Religie:"; +$a->strings["Hobbies/Interests:"] = "Hobby:"; +$a->strings["Contact information and Social Networks:"] = "Contactinformatie en sociale netwerken:"; +$a->strings["Musical interests:"] = "Muzikale interesse "; +$a->strings["Books, literature:"] = "Boeken, literatuur:"; +$a->strings["Television:"] = "Televisie"; +$a->strings["Film/dance/culture/entertainment:"] = "Film/dans/cultuur/ontspanning:"; +$a->strings["Love/Romance:"] = "Liefde/romance:"; +$a->strings["Work/employment:"] = "Werk/beroep:"; +$a->strings["School/education:"] = "School/opleiding:"; +$a->strings["Forums:"] = ""; +$a->strings["Only You Can See This"] = "Alleen jij kunt dit zien"; +$a->strings["%1\$s is attending %2\$s's %3\$s"] = ""; +$a->strings["%1\$s is not attending %2\$s's %3\$s"] = ""; +$a->strings["%1\$s may attend %2\$s's %3\$s"] = ""; $a->strings["A deleted group with this name was revived. Existing item permissions may apply to this group and any future members. If this is not what you intended, please create another group with a different name."] = "Een verwijderde groep met deze naam is weer tot leven gewekt. Bestaande itemrechten kunnen voor deze groep en toekomstige leden gelden. Wanneer je niet zo had bedoeld kan je een andere groep met een andere naam creëren. "; $a->strings["Default privacy group for new contacts"] = ""; $a->strings["Everybody"] = "Iedereen"; $a->strings["edit"] = "verander"; -$a->strings["Groups"] = "Groepen"; -$a->strings["Edit groups"] = ""; $a->strings["Edit group"] = "Verander groep"; -$a->strings["Create a new group"] = "Maak nieuwe groep"; -$a->strings["Group Name: "] = "Groepsnaam:"; $a->strings["Contacts not in any group"] = ""; -$a->strings["add"] = "toevoegen"; -$a->strings["Unknown | Not categorised"] = "Onbekend | Niet "; -$a->strings["Block immediately"] = "Onmiddellijk blokkeren"; -$a->strings["Shady, spammer, self-marketer"] = "Onbetrouwbaar, spammer, zelfpromotor"; -$a->strings["Known to me, but no opinion"] = "Bekend, maar geen mening"; -$a->strings["OK, probably harmless"] = "OK, waarschijnlijk onschadelijk"; -$a->strings["Reputable, has my trust"] = "Gerenommeerd, heeft mijn vertrouwen"; -$a->strings["Frequently"] = "Frequent"; -$a->strings["Hourly"] = "elk uur"; -$a->strings["Twice daily"] = "Twee keer per dag"; -$a->strings["Daily"] = "dagelijks"; -$a->strings["Weekly"] = "wekelijks"; -$a->strings["Monthly"] = "maandelijks"; -$a->strings["Friendica"] = "Friendica"; -$a->strings["OStatus"] = "OStatus"; -$a->strings["RSS/Atom"] = "RSS/Atom"; -$a->strings["Email"] = "E-mail"; -$a->strings["Diaspora"] = "Diaspora"; -$a->strings["Facebook"] = "Facebook"; -$a->strings["Zot!"] = "Zot!"; -$a->strings["LinkedIn"] = "Linkedln"; -$a->strings["XMPP/IM"] = "XMPP/IM"; -$a->strings["MySpace"] = "Myspace"; -$a->strings["Google+"] = "Google+"; -$a->strings["pump.io"] = "pump.io"; -$a->strings["Twitter"] = "Twitter"; -$a->strings["Diaspora Connector"] = "Diaspora-connector"; -$a->strings["GNU Social"] = ""; -$a->strings["App.net"] = ""; -$a->strings["Hubzilla/Redmatrix"] = ""; -$a->strings["Post to Email"] = "Verzenden per e-mail"; -$a->strings["Connectors disabled, since \"%s\" is enabled."] = ""; -$a->strings["Hide your profile details from unknown viewers?"] = "Je profieldetails verbergen voor onbekende bezoekers?"; -$a->strings["Visible to everybody"] = "Zichtbaar voor iedereen"; -$a->strings["show"] = "tonen"; -$a->strings["don't show"] = "niet tonen"; -$a->strings["CC: email addresses"] = "CC: e-mailadressen"; -$a->strings["Example: bob@example.com, mary@example.com"] = "Voorbeeld: bob@voorbeeld.nl, an@voorbeeld.be"; -$a->strings["Permissions"] = "Rechten"; -$a->strings["Close"] = "Afsluiten"; -$a->strings["photo"] = "foto"; -$a->strings["status"] = "status"; -$a->strings["event"] = "gebeurtenis"; -$a->strings["%1\$s likes %2\$s's %3\$s"] = "%1\$s vindt het %3\$s van %2\$s leuk"; -$a->strings["%1\$s doesn't like %2\$s's %3\$s"] = "%1\$s vindt het %3\$s van %2\$s niet leuk"; -$a->strings["%1\$s is attending %2\$s's %3\$s"] = ""; -$a->strings["%1\$s is not attending %2\$s's %3\$s"] = ""; -$a->strings["%1\$s may attend %2\$s's %3\$s"] = ""; -$a->strings["[no subject]"] = "[geen onderwerp]"; -$a->strings["Wall Photos"] = ""; -$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["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!"] = "Gebruiker '%s' bestaat al op deze server!"; -$a->strings["User creation error"] = "Fout bij het aanmaken van de gebruiker"; -$a->strings["User profile creation error"] = "Fout bij het aanmaken van het gebruikersprofiel"; -$a->strings["%d contact not imported"] = [ - 0 => "%d contact werd niet geïmporteerd", - 1 => "%d contacten werden niet geïmporteerd", -]; -$a->strings["Done. You can now login with your username and password"] = "Gebeurd. Je kunt nu inloggen met je gebruikersnaam en wachtwoord"; -$a->strings["Miscellaneous"] = "Diversen"; -$a->strings["Birthday:"] = "Verjaardag:"; -$a->strings["Age: "] = "Leeftijd:"; -$a->strings["YYYY-MM-DD or MM-DD"] = ""; -$a->strings["never"] = "nooit"; -$a->strings["less than a second ago"] = "minder dan een seconde geleden"; -$a->strings["year"] = "jaar"; -$a->strings["years"] = "jaren"; -$a->strings["month"] = "maand"; -$a->strings["months"] = "maanden"; -$a->strings["week"] = "week"; -$a->strings["weeks"] = "weken"; -$a->strings["day"] = "dag"; -$a->strings["days"] = "dagen"; -$a->strings["hour"] = "uur"; -$a->strings["hours"] = "uren"; -$a->strings["minute"] = "minuut"; -$a->strings["minutes"] = "minuten"; -$a->strings["second"] = "seconde"; -$a->strings["seconds"] = "secondes"; -$a->strings["%1\$d %2\$s ago"] = "%1\$d %2\$s geleden"; -$a->strings["%s's birthday"] = "%s's verjaardag"; -$a->strings["Happy Birthday %s"] = "Gefeliciteerd %s"; -$a->strings["Friendica Notification"] = "Friendica Notificatie"; -$a->strings["Thank You,"] = "Bedankt"; -$a->strings["%s Administrator"] = "%s Beheerder"; -$a->strings["%1\$s, %2\$s Administrator"] = ""; -$a->strings["noreply"] = "geen reactie"; -$a->strings["%s "] = "%s "; -$a->strings["[Friendica:Notify] New mail received at %s"] = "[Friendica:Notificatie] Nieuw bericht ontvangen op %s"; -$a->strings["%1\$s sent you a new private message at %2\$s."] = "%1\$s sent you a new private message at %2\$s."; -$a->strings["%1\$s sent you %2\$s."] = "%1\$s stuurde jou %2\$s."; -$a->strings["a private message"] = "een prive bericht"; -$a->strings["Please visit %s to view and/or reply to your private messages."] = "Bezoek %s om je privé-berichten te bekijken en/of te beantwoorden."; -$a->strings["%1\$s commented on [url=%2\$s]a %3\$s[/url]"] = "%1\$s gaf een reactie op [url=%2\$s]a %3\$s[/url]"; -$a->strings["%1\$s commented on [url=%2\$s]%3\$s's %4\$s[/url]"] = "%1\$s gaf een reactie op [url=%2\$s]%3\$s's %4\$s[/url]"; -$a->strings["%1\$s commented on [url=%2\$s]your %3\$s[/url]"] = "%1\$s gaf een reactie op [url=%2\$s]jouw %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."] = "%s gaf een reactie op een bericht/conversatie die jij volgt."; -$a->strings["Please visit %s to view and/or reply to the conversation."] = "Bezoek %s om de conversatie te bekijken en/of te beantwoorden."; -$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"] = "[Friendica:Notificatie] %s heeft jou genoemd"; -$a->strings["%1\$s tagged you at %2\$s"] = "%1\$s heeft jou in %2\$s genoemd"; -$a->strings["%1\$s [url=%2\$s]tagged you[/url]."] = "%1\$s [url=%2\$s]heeft jou genoemd[/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"] = "[Friendica:Notify] %1\$s heeft jou aangestoten"; -$a->strings["%1\$s poked you at %2\$s"] = "%1\$s heeft jou aangestoten op %2\$s"; -$a->strings["%1\$s [url=%2\$s]poked you[/url]."] = ""; -$a->strings["[Friendica:Notify] %s tagged your post"] = "[Friendica:Notificatie] %s heeft jouw bericht gelabeld"; -$a->strings["%1\$s tagged your post at %2\$s"] = "%1\$s heeft jouw bericht gelabeld in %2\$s"; -$a->strings["%1\$s tagged [url=%2\$s]your post[/url]"] = "%1\$s labelde [url=%2\$s]jouw bericht[/url]"; -$a->strings["[Friendica:Notify] Introduction received"] = "[Friendica:Notificatie] Vriendschaps-/connectieverzoek ontvangen"; -$a->strings["You've received an introduction from '%1\$s' at %2\$s"] = "Je hebt een vriendschaps- of connectieverzoek ontvangen van '%1\$s' om %2\$s"; -$a->strings["You've received [url=%1\$s]an introduction[/url] from %2\$s."] = "Je ontving [url=%1\$s]een vriendschaps- of connectieverzoek[/url] van %2\$s."; -$a->strings["You may visit their profile at %s"] = "U kunt hun profiel bezoeken op %s"; -$a->strings["Please visit %s to approve or reject the introduction."] = "Bezoek %s om het verzoek goed of af te keuren."; -$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:"] = "Naam:"; -$a->strings["Photo:"] = "Foto: "; -$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 without 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["Please visit %s if you wish to make any changes to this relationship."] = ""; -$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["l F d, Y \\@ g:i A"] = "l F d, Y \\@ g:i A"; -$a->strings["Starts:"] = "Begint:"; -$a->strings["Finishes:"] = "Eindigt:"; -$a->strings["Location:"] = "Plaats:"; -$a->strings["Sun"] = ""; -$a->strings["Mon"] = ""; -$a->strings["Tue"] = ""; -$a->strings["Wed"] = ""; -$a->strings["Thu"] = ""; -$a->strings["Fri"] = ""; -$a->strings["Sat"] = ""; -$a->strings["Sunday"] = "Zondag"; -$a->strings["Monday"] = "Maandag"; -$a->strings["Tuesday"] = "Dinsdag"; -$a->strings["Wednesday"] = "Woensdag"; -$a->strings["Thursday"] = "Donderdag"; -$a->strings["Friday"] = "Vrijdag"; -$a->strings["Saturday"] = "Zaterdag"; -$a->strings["Jan"] = ""; -$a->strings["Feb"] = ""; -$a->strings["Mar"] = ""; -$a->strings["Apr"] = ""; -$a->strings["May"] = "Mei"; -$a->strings["Jun"] = ""; -$a->strings["Jul"] = ""; -$a->strings["Aug"] = ""; -$a->strings["Sept"] = ""; -$a->strings["Oct"] = ""; -$a->strings["Nov"] = ""; -$a->strings["Dec"] = ""; -$a->strings["January"] = "Januari"; -$a->strings["February"] = "Februari"; -$a->strings["March"] = "Maart"; -$a->strings["April"] = "April"; -$a->strings["June"] = "Juni"; -$a->strings["July"] = "Juli"; -$a->strings["August"] = "Augustus"; -$a->strings["September"] = "September"; -$a->strings["October"] = "Oktober"; -$a->strings["November"] = "November"; -$a->strings["December"] = "December"; -$a->strings["today"] = ""; -$a->strings["all-day"] = ""; -$a->strings["No events to display"] = ""; -$a->strings["l, F j"] = "l j F"; -$a->strings["Edit event"] = "Gebeurtenis bewerken"; -$a->strings["link to source"] = "Verwijzing naar bron"; -$a->strings["Export"] = ""; -$a->strings["Export calendar as ical"] = ""; -$a->strings["Export calendar as csv"] = ""; -$a->strings["Nothing new here"] = "Niets nieuw hier"; -$a->strings["Clear notifications"] = "Notificaties verwijderen"; -$a->strings["@name, !forum, #tags, content"] = ""; -$a->strings["Logout"] = "Uitloggen"; -$a->strings["End this session"] = "Deze sessie beëindigen"; -$a->strings["Status"] = "Tijdlijn"; -$a->strings["Your posts and conversations"] = "Jouw berichten en conversaties"; -$a->strings["Profile"] = "Profiel"; -$a->strings["Your profile page"] = "Jouw profiel pagina"; -$a->strings["Photos"] = "Foto's"; -$a->strings["Your photos"] = "Jouw foto's"; -$a->strings["Videos"] = "Video's"; -$a->strings["Your videos"] = ""; -$a->strings["Events"] = "Gebeurtenissen"; -$a->strings["Your events"] = "Jouw gebeurtenissen"; -$a->strings["Personal notes"] = "Persoonlijke nota's"; -$a->strings["Your personal notes"] = ""; -$a->strings["Login"] = "Login"; -$a->strings["Sign in"] = "Inloggen"; -$a->strings["Home"] = "Tijdlijn"; -$a->strings["Home Page"] = "Jouw tijdlijn"; -$a->strings["Register"] = "Registreer"; -$a->strings["Create an account"] = "Maak een accoount"; -$a->strings["Help"] = "Help"; -$a->strings["Help and documentation"] = "Hulp en documentatie"; -$a->strings["Apps"] = "Apps"; -$a->strings["Addon applications, utilities, games"] = "Extra toepassingen, hulpmiddelen of spelletjes"; -$a->strings["Search"] = "Zoeken"; -$a->strings["Search site content"] = "Doorzoek de inhoud van de website"; -$a->strings["Full Text"] = ""; -$a->strings["Tags"] = ""; -$a->strings["Contacts"] = "Contacten"; -$a->strings["Community"] = "Website"; -$a->strings["Conversations on this site"] = "Conversaties op deze website"; -$a->strings["Conversations on the network"] = ""; -$a->strings["Events and Calendar"] = "Gebeurtenissen en kalender"; -$a->strings["Directory"] = "Gids"; -$a->strings["People directory"] = "Personengids"; -$a->strings["Information"] = "Informatie"; -$a->strings["Information about this friendica instance"] = ""; -$a->strings["Network"] = "Netwerk"; -$a->strings["Conversations from your friends"] = "Conversaties van je vrienden"; -$a->strings["Network Reset"] = "Netwerkpagina opnieuw instellen"; -$a->strings["Load Network page with no filters"] = "Laad de netwerkpagina zonder filters"; -$a->strings["Introductions"] = "Verzoeken"; -$a->strings["Friend Requests"] = "Vriendschapsverzoeken"; -$a->strings["Notifications"] = "Notificaties"; -$a->strings["See all notifications"] = "Toon alle notificaties"; -$a->strings["Mark as seen"] = "Als 'gelezen' markeren"; -$a->strings["Mark all system notifications seen"] = "Alle systeemnotificaties als gelezen markeren"; -$a->strings["Messages"] = "Privéberichten"; -$a->strings["Private mail"] = "Privéberichten"; -$a->strings["Inbox"] = "Inbox"; -$a->strings["Outbox"] = "Verzonden berichten"; -$a->strings["New Message"] = "Nieuw Bericht"; -$a->strings["Manage"] = "Beheren"; -$a->strings["Manage other pages"] = "Andere pagina's beheren"; -$a->strings["Delegations"] = ""; -$a->strings["Delegate Page Management"] = "Paginabeheer uitbesteden"; -$a->strings["Settings"] = "Instellingen"; -$a->strings["Account settings"] = "Account instellingen"; -$a->strings["Profiles"] = "Profielen"; -$a->strings["Manage/Edit Profiles"] = "Beheer/Wijzig Profielen"; -$a->strings["Manage/edit friends and contacts"] = "Beheer/Wijzig vrienden en contacten"; -$a->strings["Admin"] = "Beheer"; -$a->strings["Site setup and configuration"] = "Website opzetten en configureren"; -$a->strings["Navigation"] = "Navigatie"; -$a->strings["Site map"] = "Sitemap"; -$a->strings["Contact Photos"] = "Contactfoto's"; -$a->strings["Welcome "] = "Welkom"; -$a->strings["Please upload a profile photo."] = "Upload een profielfoto."; -$a->strings["Welcome back "] = "Welkom terug "; -$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["System"] = "Systeem"; -$a->strings["Personal"] = "Persoonlijk"; -$a->strings["%s commented on %s's post"] = "%s gaf een reactie op het bericht van %s"; -$a->strings["%s created a new post"] = "%s schreef een nieuw bericht"; -$a->strings["%s liked %s's post"] = "%s vond het bericht van %s leuk"; -$a->strings["%s disliked %s's post"] = "%s vond het bericht van %s niet leuk"; -$a->strings["%s is attending %s's event"] = ""; -$a->strings["%s is not attending %s's event"] = ""; -$a->strings["%s may attend %s's event"] = ""; -$a->strings["%s is now friends with %s"] = "%s is nu bevriend met %s"; -$a->strings["Friend Suggestion"] = "Vriendschapsvoorstel"; -$a->strings["Friend/Connect Request"] = "Vriendschapsverzoek"; -$a->strings["New Follower"] = "Nieuwe Volger"; -$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."] = "Tijdens het aanmaken van databasetabellen zijn fouten vastgesteld."; -$a->strings["Errors encountered performing database changes."] = ""; -$a->strings["(no subject)"] = "(geen onderwerp)"; -$a->strings["Sharing notification from Diaspora network"] = ""; -$a->strings["Attachments:"] = "Bijlagen:"; -$a->strings["view full size"] = "Volledig formaat"; -$a->strings["View Profile"] = "Bekijk profiel"; -$a->strings["View Status"] = "Bekijk status"; -$a->strings["View Photos"] = "Bekijk foto's"; -$a->strings["Network Posts"] = "Netwerkberichten"; -$a->strings["View Contact"] = ""; +$a->strings["Create a new group"] = "Maak nieuwe groep"; +$a->strings["Edit groups"] = ""; $a->strings["Drop Contact"] = "Verwijder contact"; -$a->strings["Send PM"] = "Stuur een privébericht"; -$a->strings["Poke"] = "Aanstoten"; $a->strings["Organisation"] = ""; $a->strings["News"] = ""; $a->strings["Forum"] = "Forum"; -$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["Image/photo"] = "Afbeelding/foto"; -$a->strings["%2\$s %3\$s"] = ""; -$a->strings["$1 wrote:"] = "$1 schreef:"; -$a->strings["Encrypted content"] = "Versleutelde inhoud"; -$a->strings["Invalid source protocol"] = ""; -$a->strings["Invalid link protocol"] = ""; -$a->strings["%1\$s attends %2\$s's %3\$s"] = ""; -$a->strings["%1\$s doesn't attend %2\$s's %3\$s"] = ""; -$a->strings["%1\$s attends maybe %2\$s's %3\$s"] = ""; -$a->strings["%1\$s is now friends with %2\$s"] = "%1\$s is nu bevriend met %2\$s"; -$a->strings["%1\$s poked %2\$s"] = "%1\$s stootte %2\$s aan"; -$a->strings["%1\$s is currently %2\$s"] = "%1\$s is op dit moment %2\$s"; -$a->strings["%1\$s tagged %2\$s's %3\$s with %4\$s"] = "%1\$s labelde %3\$s van %2\$s met %4\$s"; -$a->strings["post/item"] = "bericht/item"; -$a->strings["%1\$s marked %2\$s's %3\$s as favorite"] = "%1\$s markeerde %2\$s's %3\$s als favoriet"; -$a->strings["Likes"] = "Houdt van"; -$a->strings["Dislikes"] = "Houdt niet van"; -$a->strings["Attending"] = [ - 0 => "", - 1 => "", -]; -$a->strings["Not attending"] = ""; -$a->strings["Might attend"] = ""; -$a->strings["Select"] = "Kies"; -$a->strings["Delete"] = "Verwijder"; -$a->strings["View %s's profile @ %s"] = "Bekijk het profiel van %s @ %s"; -$a->strings["Categories:"] = "Categorieën:"; -$a->strings["Filed under:"] = "Bewaard onder:"; -$a->strings["%s from %s"] = "%s van %s"; -$a->strings["View in context"] = "In context bekijken"; -$a->strings["Please wait"] = "Even geduld"; -$a->strings["remove"] = "verwijder"; -$a->strings["Delete Selected Items"] = "Geselecteerde items verwijderen"; -$a->strings["Follow Thread"] = "Conversatie volgen"; -$a->strings["%s likes this."] = "%s vindt dit leuk."; -$a->strings["%s doesn't like this."] = "%s vindt dit niet leuk."; -$a->strings["%s attends."] = ""; -$a->strings["%s doesn't attend."] = ""; -$a->strings["%s attends maybe."] = ""; -$a->strings["and"] = "en"; -$a->strings[", and %d other people"] = ", en %d andere mensen"; -$a->strings["%2\$d people like this"] = "%2\$d mensen vinden dit leuk"; -$a->strings["%s like this."] = ""; -$a->strings["%2\$d people don't like this"] = "%2\$d people vinden dit niet leuk"; -$a->strings["%s don't like this."] = ""; -$a->strings["%2\$d people attend"] = ""; -$a->strings["%s attend."] = ""; -$a->strings["%2\$d people don't attend"] = ""; -$a->strings["%s don't attend."] = ""; -$a->strings["%2\$d people attend maybe"] = ""; -$a->strings["%s anttend maybe."] = ""; -$a->strings["Visible to everybody"] = "Zichtbaar voor iedereen"; -$a->strings["Please enter a link URL:"] = "Vul een internetadres/URL in:"; -$a->strings["Please enter a video link/URL:"] = "Vul een videolink/URL in:"; -$a->strings["Please enter an audio link/URL:"] = "Vul een audiolink/URL in:"; -$a->strings["Tag term:"] = "Label:"; -$a->strings["Save to Folder:"] = "Bewaren in map:"; -$a->strings["Where are you right now?"] = "Waar ben je nu?"; -$a->strings["Delete item(s)?"] = "Item(s) verwijderen?"; -$a->strings["Share"] = "Delen"; -$a->strings["Upload photo"] = "Foto uploaden"; -$a->strings["upload photo"] = "Foto uploaden"; -$a->strings["Attach file"] = "Bestand bijvoegen"; -$a->strings["attach file"] = "bestand bijvoegen"; -$a->strings["Insert web link"] = "Voeg een webadres in"; -$a->strings["web link"] = "webadres"; -$a->strings["Insert video link"] = "Voeg video toe"; -$a->strings["video link"] = "video adres"; -$a->strings["Insert audio link"] = "Voeg audio adres toe"; -$a->strings["audio link"] = "audio adres"; -$a->strings["Set your location"] = "Stel uw locatie in"; -$a->strings["set location"] = "Stel uw locatie in"; -$a->strings["Clear browser location"] = "Verwijder locatie uit uw webbrowser"; -$a->strings["clear location"] = "Verwijder locatie uit uw webbrowser"; -$a->strings["Set title"] = "Titel plaatsen"; -$a->strings["Categories (comma-separated list)"] = "Categorieën (komma-gescheiden lijst)"; -$a->strings["Permission settings"] = "Instellingen van rechten"; -$a->strings["permissions"] = "rechten"; -$a->strings["Public post"] = "Openbare post"; -$a->strings["Preview"] = "Voorvertoning"; -$a->strings["Cancel"] = "Annuleren"; -$a->strings["Post to Groups"] = "Verzenden naar Groepen"; -$a->strings["Post to Contacts"] = "Verzenden naar Contacten"; -$a->strings["Private post"] = "Privé verzending"; -$a->strings["Message"] = "Bericht"; -$a->strings["Browser"] = ""; -$a->strings["View all"] = ""; -$a->strings["Like"] = [ - 0 => "", - 1 => "", -]; -$a->strings["Dislike"] = [ - 0 => "", - 1 => "", -]; -$a->strings["Not Attending"] = [ - 0 => "", - 1 => "", -]; -$a->strings["%s\\'s birthday"] = ""; -$a->strings["General Features"] = "Algemene functies"; -$a->strings["Multiple Profiles"] = "Meerdere profielen"; -$a->strings["Ability to create multiple profiles"] = "Mogelijkheid om meerdere profielen aan te maken"; -$a->strings["Photo Location"] = ""; -$a->strings["Photo metadata is normally stripped. This extracts the location (if present) prior to stripping metadata and links it to a map."] = ""; -$a->strings["Export Public Calendar"] = ""; -$a->strings["Ability for visitors to download the public calendar"] = ""; -$a->strings["Post Composition Features"] = "Functies voor het opstellen van berichten"; -$a->strings["Richtext Editor"] = "Tekstverwerker met opmaak"; -$a->strings["Enable richtext editor"] = "Gebruik een tekstverwerker met eenvoudige opmaakfuncties"; -$a->strings["Post Preview"] = "Voorvertoning bericht"; -$a->strings["Allow previewing posts and comments before publishing them"] = ""; -$a->strings["Auto-mention Forums"] = ""; -$a->strings["Add/remove mention when a forum page is selected/deselected in ACL window."] = ""; -$a->strings["Network Sidebar Widgets"] = "Zijbalkwidgets op netwerkpagina"; -$a->strings["Search by Date"] = "Zoeken op datum"; -$a->strings["Ability to select posts by date ranges"] = "Mogelijkheid om berichten te selecteren volgens datumbereik"; -$a->strings["List Forums"] = ""; -$a->strings["Enable widget to display the forums your are connected with"] = ""; -$a->strings["Group Filter"] = "Groepsfilter"; -$a->strings["Enable widget to display Network posts only from selected group"] = "Sta de widget toe om netwerkberichten te tonen van bepaalde groepen"; -$a->strings["Network Filter"] = "Netwerkfilter"; -$a->strings["Enable widget to display Network posts only from selected network"] = "Sta de widget toe om netwerkberichten te tonen van bepaalde netwerken"; -$a->strings["Saved Searches"] = "Opgeslagen zoekopdrachten"; -$a->strings["Save search terms for re-use"] = "Sla zoekopdrachten op voor hergebruik"; -$a->strings["Network Tabs"] = "Netwerktabs"; -$a->strings["Network Personal Tab"] = "Persoonlijke netwerktab"; -$a->strings["Enable tab to display only Network posts that you've interacted on"] = "Sta het toe dat de tab netwerkberichten toont waarmee je interactie had"; -$a->strings["Network New Tab"] = "Nieuwe netwerktab"; -$a->strings["Enable tab to display only new Network posts (from the last 12 hours)"] = "Laat de tab alleen nieuwe netwerkberichten tonen (van de laatste 12 uur)"; -$a->strings["Network Shared Links Tab"] = ""; -$a->strings["Enable tab to display only Network posts with links in them"] = ""; -$a->strings["Post/Comment Tools"] = "Bericht-/reactiehulpmiddelen"; -$a->strings["Multiple Deletion"] = "Meervoudige verwijdering"; -$a->strings["Select and delete multiple posts/comments at once"] = "Selecteer en verwijder meerdere berichten/reacties in een keer"; -$a->strings["Edit Sent Posts"] = "Bewerk verzonden berichten"; -$a->strings["Edit and correct posts and comments after sending"] = "Bewerk en corrigeer berichten en reacties na verzending"; -$a->strings["Tagging"] = "Labelen"; -$a->strings["Ability to tag existing posts"] = "Mogelijkheid om bestaande berichten te labelen"; -$a->strings["Post Categories"] = "Categorieën berichten"; -$a->strings["Add categories to your posts"] = "Voeg categorieën toe aan je berichten"; -$a->strings["Ability to file posts under folders"] = "Mogelijkheid om berichten in mappen te bewaren"; -$a->strings["Dislike Posts"] = "Vind berichten niet leuk"; -$a->strings["Ability to dislike posts/comments"] = "Mogelijkheid om berichten of reacties niet leuk te vinden"; -$a->strings["Star Posts"] = "Geef berichten een ster"; -$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["Advanced Profile Settings"] = ""; -$a->strings["Show visitors public community forums at the Advanced Profile Page"] = ""; -$a->strings["Disallowed profile URL."] = "Niet toegelaten profiel adres."; $a->strings["Connect URL missing."] = ""; +$a->strings["The contact could not be added. Please check the relevant network credentials in your Settings -> Social Networks page."] = ""; $a->strings["This site is not configured to allow communications with other networks."] = "Deze website is niet geconfigureerd voor communicatie met andere netwerken."; $a->strings["No compatible communication protocols or feeds were discovered."] = "Er werden geen compatibele communicatieprotocols of feeds ontdekt."; $a->strings["The profile address specified does not provide adequate information."] = ""; @@ -577,134 +2030,29 @@ $a->strings["Use mailto: in front of address to force email check."] = "Gebruik $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["Requested account is not available."] = "Gevraagde account is niet beschikbaar."; -$a->strings["Requested profile is not available."] = "Gevraagde profiel is niet beschikbaar."; -$a->strings["Edit profile"] = "Bewerk profiel"; -$a->strings["Atom feed"] = ""; -$a->strings["Manage/edit profiles"] = "Beheer/wijzig profielen"; -$a->strings["Change profile photo"] = "Profiel foto wijzigen"; -$a->strings["Create New Profile"] = "Maak nieuw profiel"; -$a->strings["Profile Image"] = "Profiel afbeelding"; -$a->strings["visible to everybody"] = "zichtbaar voor iedereen"; -$a->strings["Edit visibility"] = "Pas zichtbaarheid aan"; -$a->strings["Gender:"] = "Geslacht:"; -$a->strings["Status:"] = "Tijdlijn:"; -$a->strings["Homepage:"] = "Website:"; -$a->strings["About:"] = "Over:"; -$a->strings["XMPP:"] = ""; -$a->strings["Network:"] = "Netwerk:"; -$a->strings["g A l F d"] = "G l j F"; -$a->strings["F d"] = "d F"; -$a->strings["[today]"] = "[vandaag]"; -$a->strings["Birthday Reminders"] = "Verjaardagsherinneringen"; -$a->strings["Birthdays this week:"] = "Verjaardagen deze week:"; -$a->strings["[No description]"] = "[Geen omschrijving]"; -$a->strings["Event Reminders"] = "Gebeurtenisherinneringen"; -$a->strings["Events this week:"] = "Gebeurtenissen deze week:"; -$a->strings["Full Name:"] = "Volledige Naam:"; -$a->strings["j F, Y"] = "F j Y"; -$a->strings["j F"] = "F j"; -$a->strings["Age:"] = "Leeftijd:"; -$a->strings["for %1\$d %2\$s"] = "voor %1\$d %2\$s"; -$a->strings["Sexual Preference:"] = "Seksuele Voorkeur:"; -$a->strings["Hometown:"] = "Woonplaats:"; -$a->strings["Tags:"] = "Labels:"; -$a->strings["Political Views:"] = "Politieke standpunten:"; -$a->strings["Religion:"] = "Religie:"; -$a->strings["Hobbies/Interests:"] = "Hobby:"; -$a->strings["Likes:"] = "Houdt van:"; -$a->strings["Dislikes:"] = "Houdt niet van:"; -$a->strings["Contact information and Social Networks:"] = "Contactinformatie en sociale netwerken:"; -$a->strings["Musical interests:"] = "Muzikale interesse "; -$a->strings["Books, literature:"] = "Boeken, literatuur:"; -$a->strings["Television:"] = "Televisie"; -$a->strings["Film/dance/culture/entertainment:"] = "Film/dans/cultuur/ontspanning:"; -$a->strings["Love/Romance:"] = "Liefde/romance:"; -$a->strings["Work/employment:"] = "Werk/beroep:"; -$a->strings["School/education:"] = "School/opleiding:"; -$a->strings["Forums:"] = ""; -$a->strings["Basic"] = ""; -$a->strings["Advanced"] = "Geavanceerd"; -$a->strings["Status Messages and Posts"] = "Berichten op jouw tijdlijn"; -$a->strings["Profile Details"] = "Profieldetails"; -$a->strings["Photo Albums"] = "Fotoalbums"; -$a->strings["Personal Notes"] = "Persoonlijke Nota's"; -$a->strings["Only You Can See This"] = "Alleen jij kunt dit zien"; -$a->strings["[Name Withheld]"] = "[Naam achtergehouden]"; -$a->strings["Item not found."] = "Item niet gevonden."; -$a->strings["Do you really want to delete this item?"] = "Wil je echt dit item verwijderen?"; -$a->strings["Yes"] = "Ja"; -$a->strings["Permission denied."] = "Toegang geweigerd"; -$a->strings["Archives"] = "Archieven"; -$a->strings["Embedded content"] = "Ingebedde inhoud"; -$a->strings["Embedding disabled"] = "Inbedden uitgeschakeld"; -$a->strings["%s is now following %s."] = ""; -$a->strings["following"] = "volgend"; -$a->strings["%s stopped following %s."] = ""; -$a->strings["stopped following"] = ""; -$a->strings["newer"] = "nieuwere berichten"; -$a->strings["older"] = "oudere berichten"; -$a->strings["prev"] = "vorige"; -$a->strings["first"] = "eerste"; -$a->strings["last"] = "laatste"; -$a->strings["next"] = "volgende"; -$a->strings["Loading more entries..."] = ""; -$a->strings["The end"] = ""; -$a->strings["No contacts"] = "Geen contacten"; -$a->strings["%d Contact"] = [ - 0 => "%d contact", - 1 => "%d contacten", -]; -$a->strings["View Contacts"] = "Bekijk contacten"; -$a->strings["Save"] = "Bewaren"; -$a->strings["poke"] = "aanstoten"; -$a->strings["poked"] = "aangestoten"; -$a->strings["ping"] = "ping"; -$a->strings["pinged"] = "gepingd"; -$a->strings["prod"] = "porren"; -$a->strings["prodded"] = "gepord"; -$a->strings["slap"] = "slaan"; -$a->strings["slapped"] = "geslagen"; -$a->strings["finger"] = "finger"; -$a->strings["fingered"] = "gerfingerd"; -$a->strings["rebuff"] = "afpoeieren"; -$a->strings["rebuffed"] = "afgepoeierd"; -$a->strings["happy"] = "Blij"; -$a->strings["sad"] = "Verdrietig"; -$a->strings["mellow"] = "mellow"; -$a->strings["tired"] = "vermoeid"; -$a->strings["perky"] = "parmantig"; -$a->strings["angry"] = "boos"; -$a->strings["stupified"] = "verbijsterd"; -$a->strings["puzzled"] = "onzeker"; -$a->strings["interested"] = "Geïnteresseerd"; -$a->strings["bitter"] = "bitter"; -$a->strings["cheerful"] = "vrolijk"; -$a->strings["alive"] = "levend"; -$a->strings["annoyed"] = "verveeld"; -$a->strings["anxious"] = "bezorgd"; -$a->strings["cranky"] = "humeurig "; -$a->strings["disturbed"] = "verontrust"; -$a->strings["frustrated"] = "gefrustreerd"; -$a->strings["motivated"] = "gemotiveerd"; -$a->strings["relaxed"] = "ontspannen"; -$a->strings["surprised"] = "verbaasd"; -$a->strings["View Video"] = "Bekijk Video"; -$a->strings["bytes"] = "bytes"; -$a->strings["Click to open/close"] = "klik om te openen/sluiten"; -$a->strings["View on separate page"] = ""; -$a->strings["view on separate page"] = ""; -$a->strings["activity"] = "activiteit"; -$a->strings["comment"] = [ - 0 => "reactie", - 1 => "reacties", -]; -$a->strings["post"] = "bericht"; -$a->strings["Item filed"] = "Item bewaard"; -$a->strings["Passwords do not match. Password unchanged."] = "Wachtwoorden komen niet overeen. Wachtwoord niet gewijzigd."; +$a->strings["%s's birthday"] = "%s's verjaardag"; +$a->strings["Happy Birthday %s"] = "Gefeliciteerd %s"; +$a->strings["Starts:"] = "Begint:"; +$a->strings["Finishes:"] = "Eindigt:"; +$a->strings["all-day"] = ""; +$a->strings["Jun"] = "Jun"; +$a->strings["Sept"] = "Sep"; +$a->strings["No events to display"] = ""; +$a->strings["l, F j"] = "l j F"; +$a->strings["Edit event"] = "Gebeurtenis bewerken"; +$a->strings["Duplicate event"] = ""; +$a->strings["Delete event"] = ""; +$a->strings["D g:i A"] = "D g:i A"; +$a->strings["g:i A"] = "g:i A"; +$a->strings["Show map"] = "Toon kaart"; +$a->strings["Hide map"] = "Verberg kaart"; +$a->strings["Login failed"] = ""; +$a->strings["Not enough information to authenticate"] = ""; $a->strings["An invitation is required."] = "Een uitnodiging is vereist."; $a->strings["Invitation could not be verified."] = "Uitnodiging kon niet geverifieerd worden."; $a->strings["Invalid OpenID url"] = "Ongeldige OpenID url"; +$a->strings["We encountered a problem while logging in with the OpenID you provided. Please check the correct spelling of the ID."] = ""; +$a->strings["The error message was:"] = "De foutboodschap was:"; $a->strings["Please enter the required information."] = "Vul de vereiste informatie in."; $a->strings["Please use a shorter name."] = "gebruik een kortere naam"; $a->strings["Name too short."] = "Naam te kort"; @@ -712,288 +2060,51 @@ $a->strings["That doesn't appear to be your full (First Last) name."] = "Dat lij $a->strings["Your email domain is not among those allowed on this site."] = "Je e-maildomein is op deze website niet toegestaan."; $a->strings["Not a valid email address."] = "Geen geldig e-mailadres."; $a->strings["Cannot use that email."] = "Ik kan die e-mail niet gebruiken."; -$a->strings["Your \"nickname\" can only contain \"a-z\", \"0-9\" and \"_\"."] = ""; +$a->strings["Your nickname can only contain a-z, 0-9 and _."] = ""; $a->strings["Nickname is already registered. Please choose another."] = "Bijnaam is al geregistreerd. Kies een andere."; -$a->strings["Nickname was once registered here and may not be re-used. Please choose another."] = "Bijnaam was ooit hier geregistreerd en kan niet herbruikt worden. Kies een andere."; $a->strings["SERIOUS ERROR: Generation of security keys failed."] = "ERNSTIGE FOUT: aanmaken van beveiligingssleutels mislukt."; $a->strings["An error occurred during registration. Please try again."] = ""; $a->strings["default"] = "standaard"; $a->strings["An error occurred creating your default profile. Please try again."] = ""; -$a->strings["Profile Photos"] = "Profielfoto's"; -$a->strings["\n\t\tDear %1\$s,\n\t\t\tThank you for registering at %2\$s. Your account is pending for approval by the administrator.\n\t"] = ""; +$a->strings["An error occurred creating your self contact. Please try again."] = ""; +$a->strings["An error occurred creating your default contact group. Please try again."] = ""; +$a->strings["\n\t\t\tDear %1\$s,\n\t\t\t\tThank you for registering at %2\$s. Your account is pending for approval by the administrator.\n\t\t"] = ""; $a->strings["Registration at %s"] = ""; -$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["Registration details for %s"] = "Registratie details voor %s"; -$a->strings["Post successful."] = "Bericht succesvol geplaatst."; -$a->strings["Access denied."] = "Toegang geweigerd"; -$a->strings["Welcome to %s"] = "Welkom op %s"; -$a->strings["No more system notifications."] = "Geen systeemnotificaties meer."; -$a->strings["System Notifications"] = "Systeemnotificaties"; -$a->strings["Remove term"] = "Verwijder zoekterm"; -$a->strings["Public access denied."] = "Niet vrij toegankelijk"; -$a->strings["Only logged in users are permitted to perform a search."] = ""; -$a->strings["Too Many Requests"] = ""; -$a->strings["Only one search per minute is permitted for not logged in users."] = ""; -$a->strings["No results."] = "Geen resultaten."; -$a->strings["Items tagged with: %s"] = ""; -$a->strings["Results for: %s"] = ""; -$a->strings["This is Friendica, version"] = "Dit is Friendica, versie"; -$a->strings["running at web location"] = "draaiend op web-adres"; -$a->strings["Please visit Friendica.com to learn more about the Friendica project."] = "Bezoek Friendica.com om meer te leren over het Friendica project."; -$a->strings["Bug reports and issues: please visit"] = "Bug rapporten en problemen: bezoek"; -$a->strings["the bugtracker at github"] = ""; -$a->strings["Suggestions, praise, donations, etc. - please email \"Info\" at Friendica - dot com"] = "Suggesties, lof, donaties, enzovoort - stuur een e-mail naar \"info\" op Friendica - dot com"; -$a->strings["Installed plugins/addons/apps:"] = "Geïnstalleerde plugins/toepassingen:"; -$a->strings["No installed plugins/addons/apps"] = "Geen plugins of toepassingen geïnstalleerd"; -$a->strings["No valid account found."] = "Geen geldige account gevonden."; -$a->strings["Password reset request issued. Check your email."] = "Verzoek om wachtwoord opnieuw in te stellen werd verstuurd. Kijk uw e-mail na."; -$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"] = "Op %s werd gevraagd je wachtwoord opnieuw in te stellen"; -$a->strings["Request could not be verified. (You may have previously submitted it.) Password reset failed."] = "Verzoek kon niet geverifieerd worden. (Misschien heb je het voordien al ingediend.) Wachtwoord niet opnieuw ingesteld."; -$a->strings["Password Reset"] = "Wachtwoord opnieuw instellen"; -$a->strings["Your password has been reset as requested."] = "Je wachtwoord is opnieuw ingesteld zoals gevraagd."; -$a->strings["Your new password is"] = "Je nieuwe wachtwoord is"; -$a->strings["Save or copy your new password - and then"] = "Bewaar of kopieer je nieuw wachtwoord - en dan"; -$a->strings["click here to login"] = "klik hier om in te loggen"; -$a->strings["Your password may be changed from the Settings page after successful login."] = "Je kunt dit wachtwoord veranderen nadat je bent ingelogd op de Instellingen> pagina."; -$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"] = "\n\t\t\t\tBeste %1\$s,\n\t\t\t\t\tZoals gevraagd werd je wachtwoord aangepast. Houd deze\n\t\t\t\tinformatie bij (of verander je wachtwoord naar\n\t\t\t\tiets dat je zal onthouden).\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"] = "Je wachtwoord is veranderd op %s"; -$a->strings["Forgot your Password?"] = "Wachtwoord vergeten?"; -$a->strings["Enter your email address and submit to have your password reset. Then check your email for further instructions."] = "Voer je e-mailadres in en verstuur het om je wachtwoord opnieuw in te stellen. Kijk dan je e-mail na voor verdere instructies."; -$a->strings["Nickname or Email: "] = "Bijnaam of e-mail:"; -$a->strings["Reset"] = "Opnieuw"; -$a->strings["No profile"] = "Geen profiel"; -$a->strings["Help:"] = "Help:"; -$a->strings["Not Found"] = "Niet gevonden"; -$a->strings["Page not found."] = "Pagina niet gevonden"; -$a->strings["Remote privacy information not available."] = "Privacyinformatie op afstand niet beschikbaar."; -$a->strings["Visible to:"] = "Zichtbaar voor:"; -$a->strings["OpenID protocol error. No ID returned."] = "OpenID protocol fout. Geen ID Gevonden."; -$a->strings["Account not found and OpenID registration is not permitted on this site."] = "Account niet gevonden, en OpenID-registratie is niet toegelaten op deze website."; -$a->strings["This site has exceeded the number of allowed daily account registrations. Please try again tomorrow."] = "Deze website heeft het toegelaten dagelijkse aantal registraties overschreden. Probeer morgen opnieuw."; -$a->strings["Import"] = "Importeren"; -$a->strings["Move account"] = "Account verplaatsen"; -$a->strings["You can import an account from another Friendica server."] = "Je kunt een account van een andere Friendica server importeren."; -$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."] = "Je moet je account bij de oude server exporteren, en hier uploaden. We zullen je oude account hier opnieuw aanmaken, met al je contacten. We zullen ook proberen om je vrienden in te lichten dat je naar hier verhuisd bent."; -$a->strings["This feature is experimental. We can't import contacts from the OStatus network (GNU Social/Statusnet) or from Diaspora"] = ""; -$a->strings["Account file"] = "Account bestand"; -$a->strings["To export your account, go to \"Settings->Export your personal data\" and select \"Export account\""] = ""; -$a->strings["Visit %s's profile [%s]"] = "Bekijk het profiel van %s [%s]"; -$a->strings["Edit contact"] = "Contact bewerken"; -$a->strings["Contacts who are not members of a group"] = "Contacten die geen leden zijn van een groep"; -$a->strings["Export account"] = "Account exporteren"; -$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."] = "Je account informatie en contacten exporteren. Gebruik dit om een backup van je account te maken en/of om het te verhuizen naar een andere server."; -$a->strings["Export all"] = "Alles exporteren"; -$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)"] = "Je account info, contacten en al je items in json formaat exporteren. Dit kan een heel groot bestand worden, en kan lang duren. Gebruik dit om een volledige backup van je account te maken (foto's worden niet geexporteerd)"; -$a->strings["Export personal data"] = "Persoonlijke gegevens exporteren"; -$a->strings["Total invitation limit exceeded."] = "Totale uitnodigingslimiet overschreden."; -$a->strings["%s : Not a valid email address."] = "%s: Geen geldig e-mailadres."; -$a->strings["Please join us on Friendica"] = "Kom bij ons op Friendica"; -$a->strings["Invitation limit exceeded. Please contact your site administrator."] = "Uitnodigingslimiet overschreden. Neem contact op met de beheerder van je website."; -$a->strings["%s : Message delivery failed."] = "%s : Aflevering van bericht mislukt."; -$a->strings["%d message sent."] = [ - 0 => "%d bericht verzonden.", - 1 => "%d berichten verzonden.", -]; -$a->strings["You have no more invitations available"] = "Je kunt geen uitnodigingen meer sturen"; -$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."] = "Bezoek %s voor een lijst van openbare sites waar je je kunt aansluiten. Friendica leden op andere sites kunnen allemaal met elkaar verbonden worden, en ook met leden van verschillende andere sociale netwerken."; -$a->strings["To accept this invitation, please visit and register at %s or any other public Friendica website."] = "Om deze uitnodiging te accepteren kan je je op %s registreren of op een andere vrij toegankelijke Friendica-website."; -$a->strings["Friendica sites all inter-connect to create a huge privacy-enhanced social web that is owned and controlled by its members. They can also connect with many traditional social networks. See %s for a list of alternate Friendica sites you can join."] = "Friendica servers zijn allemaal onderling verbonden om een reusachtig sociaal web te maken met verbeterde privacy, dat eigendom is van en gecontroleerd door zijn leden. Ze kunnen ook verbindingen maken met verschillende traditionele sociale netwerken. Bekijk %s voor een lijst van alternatieve Friendica servers waar je aan kunt sluiten."; -$a->strings["Our apologies. This system is not currently configured to connect with other public sites or invite members."] = "Onze verontschuldigingen. Dit systeem is momenteel niet ingesteld om verbinding te maken met andere openbare plaatsen of leden uit te nodigen."; -$a->strings["Send invitations"] = "Verstuur uitnodigingen"; -$a->strings["Enter email addresses, one per line:"] = "Vul e-mailadressen in, één per lijn:"; -$a->strings["Your message:"] = "Jouw bericht:"; -$a->strings["You are cordially invited to join me and other close friends on Friendica - and help us to create a better social web."] = "Ik nodig je vriendelijk uit om bij mij en andere vrienden te komen op Friendica - en ons te helpen om een beter sociaal web te bouwen."; -$a->strings["You will need to supply this invitation code: \$invite_code"] = "Je zult deze uitnodigingscode moeten invullen: \$invite_code"; -$a->strings["Once you have registered, please connect with me via my profile page at:"] = "Eens je geregistreerd bent kun je contact leggen met mij via mijn profielpagina op:"; -$a->strings["For more information about the Friendica project and why we feel it is important, please visit http://friendica.com"] = "Voor meer informatie over het Friendica project en waarom wij denken dat het belangrijk is kun je http://friendica.com/ bezoeken"; -$a->strings["Submit"] = "Opslaan"; -$a->strings["Files"] = "Bestanden"; -$a->strings["Permission denied"] = "Toegang geweigerd"; -$a->strings["Invalid profile identifier."] = "Ongeldige profiel-identificatie."; -$a->strings["Profile Visibility Editor"] = ""; -$a->strings["Click on a contact to add or remove."] = "Klik op een contact om het toe te voegen of te verwijderen."; -$a->strings["Visible To"] = "Zichtbaar voor"; -$a->strings["All Contacts (with secure profile access)"] = "Alle contacten (met veilige profieltoegang)"; -$a->strings["Tag removed"] = "Label verwijderd"; -$a->strings["Remove Item Tag"] = "Verwijder label van item"; -$a->strings["Select a tag to remove: "] = "Selecteer een label om te verwijderen: "; -$a->strings["Remove"] = "Verwijderen"; -$a->strings["Resubscribing to OStatus contacts"] = ""; -$a->strings["Error"] = ""; -$a->strings["Done"] = "Klaar"; -$a->strings["Keep this window open until done."] = "Houd dit scherm open tot het klaar is"; -$a->strings["No potential page delegates located."] = "Niemand gevonden waar het paginabeheer mogelijk aan uitbesteed kan worden."; -$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."] = "Personen waaraan het beheer is uitbesteed kunnen alle onderdelen van een account/pagina beheren, behalve de basisinstellingen van een account. Besteed je persoonlijke account daarom niet uit aan personen die je niet volledig vertrouwd."; -$a->strings["Existing Page Managers"] = "Bestaande paginabeheerders"; -$a->strings["Existing Page Delegates"] = "Bestaande personen waaraan het paginabeheer is uitbesteed"; -$a->strings["Potential Delegates"] = "Mogelijke personen waaraan het paginabeheer kan worden uitbesteed "; -$a->strings["Add"] = "Toevoegen"; -$a->strings["No entries."] = "Geen gegevens."; -$a->strings["Credits"] = ""; -$a->strings["Friendica is a community project, that would not be possible without the help of many people. Here is a list of those who have contributed to the code or the translation of Friendica. Thank you all!"] = ""; -$a->strings["- select -"] = "- Kies -"; -$a->strings["%1\$s is following %2\$s's %3\$s"] = "%1\$s volgt %3\$s van %2\$s"; -$a->strings["Item not available."] = "Item niet beschikbaar"; -$a->strings["Item was not found."] = "Item niet gevonden"; -$a->strings["You must be logged in to use addons. "] = "Je moet ingelogd zijn om deze addons te kunnen gebruiken. "; -$a->strings["Applications"] = "Toepassingen"; -$a->strings["No installed applications."] = "Geen toepassingen geïnstalleerd"; -$a->strings["Not Extended"] = ""; -$a->strings["Welcome to Friendica"] = "Welkom bij Friendica"; -$a->strings["New Member Checklist"] = "Checklist voor nieuwe leden"; -$a->strings["We would like to offer some tips and links to help make your experience enjoyable. Click any item to visit the relevant page. A link to this page will be visible from your home page for two weeks after your initial registration and then will quietly disappear."] = "We willen je een paar tips en verwijzingen aanreiken om je een aangename ervaring te bezorgen. Klik op een item om de relevante pagina's te bezoeken. Een verwijzing naar deze pagina zal twee weken lang na je registratie zichtbaar zijn op je tijdlijn. Daarna zal de verwijzing stilletjes verdwijnen."; -$a->strings["Getting Started"] = "Aan de slag"; -$a->strings["Friendica Walk-Through"] = "Doorloop Friendica"; -$a->strings["On your Quick Start page - find a brief introduction to your profile and network tabs, make some new connections, and find some groups to join."] = "Op je Snelstart pagina kun je een korte inleiding vinden over je profiel en netwerk tabs, om enkele nieuwe connecties te leggen en groepen te vinden om lid van te worden."; -$a->strings["Go to Your Settings"] = "Ga naar je instellingen"; -$a->strings["On your Settings 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."] = "Verander je initieel wachtwoord op je instellingenpagina. Noteer ook het adres van je identiteit. Dit ziet er uit als een e-mailadres - en zal nuttig zijn om vrienden te maken op het vrije sociale 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."] = "Controleer ook de andere instellingen, in het bijzonder de privacy-instellingen. Een niet-gepubliceerd adres is zoals een privé-telefoonnummer. In het algemeen wil je waarschijnlijk je adres publiceren - tenzij al je vrienden en mogelijke vrienden precies weten hoe je te vinden."; -$a->strings["Upload Profile Photo"] = "Profielfoto uploaden"; -$a->strings["Upload a profile photo if you have not done so already. Studies have shown that people with real photos of themselves are ten times more likely to make friends than people who do not."] = "Upload een profielfoto, als je dat nog niet gedaan hebt. Studies tonen aan dat mensen met echte foto's van zichzelf tien keer gemakkelijker vrienden maken dan mensen die dat niet doen."; -$a->strings["Edit Your Profile"] = "Bewerk je profiel"; -$a->strings["Edit your default profile to your liking. Review the settings for hiding your list of friends and hiding the profile from unknown visitors."] = "Bewerk je standaard profiel zoals je wilt. Controleer de instellingen om je vriendenlijst te verbergen, en om je profiel voor ongekende bezoekers te verbergen."; -$a->strings["Profile Keywords"] = "Sleutelwoorden voor dit profiel"; -$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."] = "Stel enkele openbare sleutelwoorden in voor je standaard profiel die je interesses beschrijven. We kunnen dan misschien mensen vinden met gelijkaardige interesses, en vrienden voorstellen."; -$a->strings["Connecting"] = "Verbinding aan het maken"; -$a->strings["Importing Emails"] = "E-mails importeren"; -$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"] = "Vul je e-mailtoegangsinformatie in op je pagina met verbindingsinstellingen als je vrienden of mailinglijsten uit je e-mail-inbox wilt importeren, en met hen wilt communiceren"; -$a->strings["Go to Your Contacts Page"] = "Ga naar je contactenpagina"; -$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 Add New Contact dialog."] = "Je contactenpagina is jouw poort om vriendschappen te beheren en verbinding te leggen met vrienden op andere netwerken. Je kunt hun adres of URL toevoegen in de Voeg nieuw contact toe dialoog."; -$a->strings["Go to Your Site's Directory"] = "Ga naar de gids van je website"; -$a->strings["The Directory page lets you find other people in this network or other federated sites. Look for a Connect or Follow link on their profile page. Provide your own Identity Address if requested."] = "In de gids vind je andere mensen in dit netwerk of op andere federatieve sites. Zoek naar het woord Connect of Follow op hun profielpagina (meestal aan de linkerkant). Vul je eigen identiteitsadres in wanneer daar om wordt gevraagd."; -$a->strings["Finding New People"] = "Nieuwe mensen vinden"; -$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."] = "Op het zijpaneel van de Contacten pagina vind je verschillende tools om nieuwe vrienden te zoeken. We kunnen mensen op interesses matchen, mensen opzoeken op naam of hobby, en suggesties doen gebaseerd op netwerk-relaties. Op een nieuwe webstek beginnen vriendschapssuggesties meestal binnen de 24 uur beschikbaar te worden."; -$a->strings["Group Your Contacts"] = "Groepeer je contacten"; -$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."] = "Als je een aantal vrienden gemaakt hebt kun je ze in je eigen conversatiegroepen indelen vanuit de zijbalk van je 'Conacten' pagina, en dan kun je met elke groep apart contact houden op je Netwerk pagina. "; -$a->strings["Why Aren't My Posts Public?"] = "Waarom zijn mijn berichten niet openbaar?"; -$a->strings["Friendica respects your privacy. By default, your posts will only show up to people you've added as friends. For more information, see the help section from the link above."] = "Friendica respecteert je privacy. Standaard zullen je berichten alleen zichtbaar zijn voor personen die jij als vriend hebt toegevoegd. Lees de help (zie de verwijzing hierboven) voor meer informatie."; -$a->strings["Getting Help"] = "Hulp krijgen"; -$a->strings["Go to the Help Section"] = "Ga naar de help"; -$a->strings["Our help pages may be consulted for detail on other program features and resources."] = "Je kunt onze help pagina's raadplegen voor gedetailleerde informatie over andere functies van dit programma."; -$a->strings["Remove My Account"] = "Verwijder mijn account"; -$a->strings["This will completely remove your account. Once this has been done it is not recoverable."] = "Dit zal je account volledig verwijderen. Dit kan niet hersteld worden als het eenmaal uitgevoerd is."; -$a->strings["Please enter your password for verification:"] = "Voer je wachtwoord in voor verificatie:"; -$a->strings["Item not found"] = "Item niet gevonden"; -$a->strings["Edit post"] = "Bericht bewerken"; -$a->strings["Time Conversion"] = "Tijdsconversie"; -$a->strings["Friendica provides this service for sharing events with other networks and friends in unknown timezones."] = "Friendica biedt deze dienst aan om gebeurtenissen te delen met andere netwerken en vrienden in onbekende tijdzones."; -$a->strings["UTC time: %s"] = "UTC tijd: %s"; -$a->strings["Current timezone: %s"] = "Huidige Tijdzone: %s"; -$a->strings["Converted localtime: %s"] = "Omgerekende lokale tijd: %s"; -$a->strings["Please select your timezone:"] = "Selecteer je tijdzone:"; -$a->strings["The post was created"] = ""; -$a->strings["Group created."] = "Groep aangemaakt."; -$a->strings["Could not create group."] = "Kon de groep niet aanmaken."; -$a->strings["Group not found."] = "Groep niet gevonden."; -$a->strings["Group name changed."] = "Groepsnaam gewijzigd."; -$a->strings["Save Group"] = "Bewaar groep"; -$a->strings["Create a group of contacts/friends."] = "Maak een groep contacten/vrienden aan."; -$a->strings["Group removed."] = "Groep verwijderd."; -$a->strings["Unable to remove group."] = "Niet in staat om groep te verwijderen."; -$a->strings["Group Editor"] = "Groepsbewerker"; -$a->strings["Members"] = "Leden"; -$a->strings["All Contacts"] = "Alle Contacten"; -$a->strings["Group is empty"] = "De groep is leeg"; -$a->strings["Number of daily wall messages for %s exceeded. Message failed."] = ""; -$a->strings["No recipient selected."] = "Geen ontvanger geselecteerd."; -$a->strings["Unable to check your home location."] = "Niet in staat om je tijdlijn-locatie vast te stellen"; -$a->strings["Message could not be sent."] = "Bericht kon niet verzonden worden."; -$a->strings["Message collection failure."] = "Fout bij het verzamelen van berichten."; -$a->strings["Message sent."] = "Bericht verzonden."; -$a->strings["No recipient."] = "Geen ontvanger."; -$a->strings["Send Private Message"] = "Verstuur privébericht"; -$a->strings["If you wish for %s to respond, please check that the privacy settings on your site allow private mail from unknown senders."] = "Als je wilt dat %s antwoordt moet je nakijken dat de privacy-instellingen op jouw website privéberichten van onbekende afzenders toelaat."; -$a->strings["To:"] = "Aan:"; -$a->strings["Subject:"] = "Onderwerp:"; -$a->strings["link"] = "link"; -$a->strings["Authorize application connection"] = ""; -$a->strings["Return to your app and insert this Securty Code:"] = ""; -$a->strings["Please login to continue."] = "Log in om verder te gaan."; -$a->strings["Do you want to authorize this application to access your posts and contacts, and/or create new posts for you?"] = "Wil je deze toepassing toestemming geven om jouw berichten en contacten in te kijken, en/of nieuwe berichten in jouw plaats aan te maken?"; -$a->strings["No"] = "Nee"; -$a->strings["Source (bbcode) text:"] = "Bron (bbcode) tekst:"; -$a->strings["Source (Diaspora) text to convert to BBcode:"] = "Bron (Diaspora) tekst om naar BBCode om te zetten:"; -$a->strings["Source input: "] = "Bron ingave:"; -$a->strings["bb2html (raw HTML): "] = "bb2html (ruwe HTML):"; -$a->strings["bb2html: "] = "bb2html:"; -$a->strings["bb2html2bb: "] = "bb2html2bb: "; -$a->strings["bb2md: "] = "bb2md: "; -$a->strings["bb2md2html: "] = "bb2md2html: "; -$a->strings["bb2dia2bb: "] = "bb2dia2bb: "; -$a->strings["bb2md2html2bb: "] = "bb2md2html2bb: "; -$a->strings["Source input (Diaspora format): "] = "Bron ingave (Diaspora formaat):"; -$a->strings["diaspora2bb: "] = "diaspora2bb: "; -$a->strings["Subscribing to OStatus contacts"] = ""; -$a->strings["No contact provided."] = ""; -$a->strings["Couldn't fetch information for contact."] = ""; -$a->strings["Couldn't fetch friends for contact."] = ""; -$a->strings["success"] = "Succesvol"; -$a->strings["failed"] = "Mislukt"; -$a->strings["ignored"] = "Verboden"; -$a->strings["%1\$s welcomes %2\$s"] = "%1\$s heet %2\$s van harte welkom"; -$a->strings["Unable to locate contact information."] = "Ik kan geen contact informatie vinden."; -$a->strings["Do you really want to delete this message?"] = "Wil je echt dit bericht verwijderen?"; -$a->strings["Message deleted."] = "Bericht verwijderd."; -$a->strings["Conversation removed."] = "Gesprek verwijderd."; -$a->strings["No messages."] = "Geen berichten."; -$a->strings["Message not available."] = "Bericht niet beschikbaar."; -$a->strings["Delete message"] = "Verwijder bericht"; -$a->strings["Delete conversation"] = "Verwijder gesprek"; -$a->strings["No secure communications available. You may be able to respond from the sender's profile page."] = "Geen beveiligde communicatie beschikbaar. Je kunt misschien antwoorden vanaf de profiel-pagina van de afzender."; -$a->strings["Send Reply"] = "Verstuur Antwoord"; -$a->strings["Unknown sender - %s"] = "Onbekende afzender - %s"; -$a->strings["You and %s"] = "Jij en %s"; -$a->strings["%s and You"] = "%s en jij"; -$a->strings["D, d M Y - g:i A"] = "D, d M Y - g:i A"; -$a->strings["%d message"] = [ - 0 => "%d bericht", - 1 => "%d berichten", -]; -$a->strings["Manage Identities and/or Pages"] = "Beheer Identiteiten en/of Pagina's"; -$a->strings["Toggle between different identities or community/group pages which share your account details or which you have been granted \"manage\" permissions"] = "Wissel tussen verschillende identiteiten of forum/groeppagina's die jouw accountdetails delen of waar je \"beheerdersrechten\" hebt gekregen."; -$a->strings["Select an identity to manage: "] = "Selecteer een identiteit om te beheren:"; -$a->strings["Contact settings applied."] = "Contactinstellingen toegepast."; -$a->strings["Contact update failed."] = "Aanpassen van contact mislukt."; -$a->strings["Contact not found."] = "Contact niet gevonden"; -$a->strings["WARNING: This is highly advanced and if you enter incorrect information your communications with this contact may stop working."] = ""; -$a->strings["Please use your browser 'Back' button now if you are uncertain what to do on this page."] = "Gebruik nu de \"terug\"-knop in je webbrowser wanneer je niet weet wat je op deze pagina moet doen."; -$a->strings["No mirroring"] = ""; -$a->strings["Mirror as forwarded posting"] = ""; -$a->strings["Mirror as my own posting"] = ""; -$a->strings["Return to contact editor"] = "Ga terug naar contactbewerker"; -$a->strings["Refetch contact data"] = ""; -$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["Name"] = "Naam"; -$a->strings["Account Nickname"] = "Bijnaam account"; -$a->strings["@Tagname - overrides Name/Nickname"] = "@Labelnaam - krijgt voorrang op naam/bijnaam"; -$a->strings["Account URL"] = "URL account"; -$a->strings["Friend Request URL"] = "URL vriendschapsverzoek"; -$a->strings["Friend Confirm URL"] = "URL vriendschapsbevestiging"; -$a->strings["Notification Endpoint URL"] = ""; -$a->strings["Poll/Feed URL"] = "URL poll/feed"; -$a->strings["New photo from this URL"] = "Nieuwe foto van deze URL"; -$a->strings["No such group"] = "Zo'n groep bestaat niet"; -$a->strings["Group: %s"] = ""; +$a->strings["\n\t\t\tDear %1\$s,\n\t\t\t\tThank you for registering at %2\$s. Your account has been created.\n\t\t"] = ""; +$a->strings["\n\t\t\tThe login details are as follows:\n\n\t\t\tSite Location:\t%3\$s\n\t\t\tLogin Name:\t\t%1\$s\n\t\t\tPassword:\t\t%5\$s\n\n\t\t\tYou may change your password from your account \"Settings\" page after logging\n\t\t\tin.\n\n\t\t\tPlease take a few moments to review the other account settings on that page.\n\n\t\t\tYou may also wish to add some basic information to your default profile\n\t\t\t(on the \"Profiles\" page) so that other people can easily find you.\n\n\t\t\tWe recommend setting your full name, adding a profile photo,\n\t\t\tadding some profile \"keywords\" (very useful in making new friends) - and\n\t\t\tperhaps what country you live in; if you do not wish to be more specific\n\t\t\tthan that.\n\n\t\t\tWe fully respect your right to privacy, and none of these items are necessary.\n\t\t\tIf you are new and do not know anybody here, they may help\n\t\t\tyou to make some new and interesting friends.\n\n\t\t\tIf you ever want to delete your account, you can do so at %3\$s/removeme\n\n\t\t\tThank you and welcome to %2\$s."] = ""; +$a->strings["%s is now following %s."] = "%s volgt nu %s."; +$a->strings["following"] = "volgend"; +$a->strings["%s stopped following %s."] = "%s stopte %s te volgen."; +$a->strings["stopped following"] = ""; +$a->strings["%s\\'s birthday"] = "%s\\'s verjaardag"; +$a->strings["Sharing notification from Diaspora network"] = "Deelt notificatie van het Diaspora netwerk"; +$a->strings["Attachments:"] = "Bijlagen:"; +$a->strings["(no subject)"] = "(geen onderwerp)"; $a->strings["This entry was edited"] = ""; +$a->strings["save to folder"] = "Bewaren in map"; +$a->strings["I will attend"] = "Ik zal er zijn"; +$a->strings["I will not attend"] = "Ik zal er niet zijn"; +$a->strings["I might attend"] = "Ik ga misschien"; +$a->strings["add star"] = "ster toevoegen"; +$a->strings["remove star"] = "ster verwijderen"; +$a->strings["toggle star status"] = "ster toevoegen of verwijderen"; +$a->strings["starred"] = "met ster"; +$a->strings["ignore thread"] = ""; +$a->strings["unignore thread"] = ""; +$a->strings["toggle ignore status"] = ""; +$a->strings["add tag"] = "label toevoegen"; +$a->strings["like"] = "leuk"; +$a->strings["dislike"] = "niet leuk"; +$a->strings["Share this"] = "Delen"; +$a->strings["share"] = "Delen"; +$a->strings["to"] = "aan"; +$a->strings["via"] = "via"; +$a->strings["Wall-to-Wall"] = "wall-to-wall"; +$a->strings["via Wall-To-Wall:"] = "via wall-to-wall"; $a->strings["%d comment"] = [ 0 => "%d reactie", 1 => "%d reacties", ]; -$a->strings["Private Message"] = "Privébericht"; -$a->strings["I like this (toggle)"] = "Vind ik leuk"; -$a->strings["like"] = "leuk"; -$a->strings["I don't like this (toggle)"] = "Vind ik niet leuk"; -$a->strings["dislike"] = "niet leuk"; -$a->strings["Share this"] = "Delen"; -$a->strings["share"] = "Delen"; -$a->strings["This is you"] = "Dit ben jij"; -$a->strings["Comment"] = "Reacties"; $a->strings["Bold"] = "Vet"; $a->strings["Italic"] = "Cursief"; $a->strings["Underline"] = "Onderstrepen"; @@ -1002,1044 +2113,6 @@ $a->strings["Code"] = "Broncode"; $a->strings["Image"] = "Afbeelding"; $a->strings["Link"] = "Link"; $a->strings["Video"] = "Video"; -$a->strings["Edit"] = "Bewerken"; -$a->strings["add star"] = "ster toevoegen"; -$a->strings["remove star"] = "ster verwijderen"; -$a->strings["toggle star status"] = "ster toevoegen of verwijderen"; -$a->strings["starred"] = "met ster"; -$a->strings["add tag"] = "label toevoegen"; -$a->strings["ignore thread"] = ""; -$a->strings["unignore thread"] = ""; -$a->strings["toggle ignore status"] = ""; -$a->strings["save to folder"] = "Bewaren in map"; -$a->strings["I will attend"] = ""; -$a->strings["I will not attend"] = ""; -$a->strings["I might attend"] = ""; -$a->strings["to"] = "aan"; -$a->strings["Wall-to-Wall"] = "wall-to-wall"; -$a->strings["via Wall-To-Wall:"] = "via wall-to-wall"; -$a->strings["Friend suggestion sent."] = "Vriendschapsvoorstel verzonden."; -$a->strings["Suggest Friends"] = "Stel vrienden voor"; -$a->strings["Suggest a friend for %s"] = "Stel een vriend voor aan %s"; -$a->strings["Mood"] = "Stemming"; -$a->strings["Set your current mood and tell your friends"] = "Stel je huidige stemming in, en vertel het je vrienden"; -$a->strings["Poke/Prod"] = "Aanstoten/porren"; -$a->strings["poke, prod or do other things to somebody"] = "aanstoten, porren of andere dingen met iemand doen"; -$a->strings["Recipient"] = "Ontvanger"; -$a->strings["Choose what you wish to do to recipient"] = "Kies wat je met de ontvanger wil doen"; -$a->strings["Make this post private"] = "Dit bericht privé maken"; -$a->strings["Image uploaded but image cropping failed."] = "Afbeelding opgeladen, maar bijsnijden mislukt."; -$a->strings["Image size reduction [%s] failed."] = "Verkleining van de afbeelding [%s] mislukt."; -$a->strings["Shift-reload the page or clear browser cache if the new photo does not display immediately."] = "Shift-herlaad de pagina, of maak de browser cache leeg als nieuwe foto's niet onmiddellijk verschijnen."; -$a->strings["Unable to process image"] = "Ik kan de afbeelding niet verwerken"; -$a->strings["Image exceeds size limit of %s"] = ""; -$a->strings["Unable to process image."] = "Niet in staat om de afbeelding te verwerken"; -$a->strings["Upload File:"] = "Upload bestand:"; -$a->strings["Select a profile:"] = "Kies een profiel:"; -$a->strings["Upload"] = "Uploaden"; -$a->strings["or"] = "of"; -$a->strings["skip this step"] = "Deze stap overslaan"; -$a->strings["select a photo from your photo albums"] = "Kies een foto uit je fotoalbums"; -$a->strings["Crop Image"] = "Afbeelding bijsnijden"; -$a->strings["Please adjust the image cropping for optimum viewing."] = "Pas het afsnijden van de afbeelding aan voor het beste resultaat."; -$a->strings["Done Editing"] = "Wijzigingen compleet"; -$a->strings["Image uploaded successfully."] = "Uploaden van afbeelding gelukt."; -$a->strings["Image upload failed."] = "Uploaden van afbeelding mislukt."; -$a->strings["Account approved."] = "Account goedgekeurd."; -$a->strings["Registration revoked for %s"] = "Registratie ingetrokken voor %s"; -$a->strings["Please login."] = "Inloggen."; -$a->strings["Invalid request identifier."] = "Ongeldige request identifier."; -$a->strings["Discard"] = "Verwerpen"; -$a->strings["Ignore"] = "Negeren"; -$a->strings["Network Notifications"] = "Netwerknotificaties"; -$a->strings["Personal Notifications"] = "Persoonlijke notificaties"; -$a->strings["Home Notifications"] = "Tijdlijn-notificaties"; -$a->strings["Show Ignored Requests"] = "Toon genegeerde verzoeken"; -$a->strings["Hide Ignored Requests"] = "Verberg genegeerde verzoeken"; -$a->strings["Notification type: "] = "Notificatiesoort:"; -$a->strings["suggested by %s"] = "Voorgesteld door %s"; -$a->strings["Hide this contact from others"] = "Verberg dit contact voor anderen"; -$a->strings["Post a new friend activity"] = "Bericht over een nieuwe vriend"; -$a->strings["if applicable"] = "Indien toepasbaar"; -$a->strings["Approve"] = "Goedkeuren"; -$a->strings["Claims to be known to you: "] = "Denkt dat u hem of haar kent:"; -$a->strings["yes"] = "Ja"; -$a->strings["no"] = "Nee"; -$a->strings["Shall your connection be bidirectional or not? \"Friend\" implies that you allow to read and you subscribe to their posts. \"Fan/Admirer\" means that you allow to read but you do not want to read theirs. Approve as: "] = ""; -$a->strings["Shall your connection be bidirectional or not? \"Friend\" implies that you allow to read and you subscribe to their posts. \"Sharer\" means that you allow to read but you do not want to read theirs. Approve as: "] = ""; -$a->strings["Friend"] = "Vriend"; -$a->strings["Sharer"] = "Deler"; -$a->strings["Fan/Admirer"] = "Fan/Bewonderaar"; -$a->strings["Profile URL"] = "Profiel url"; -$a->strings["No introductions."] = "Geen vriendschaps- of connectieverzoeken."; -$a->strings["Show unread"] = ""; -$a->strings["Show all"] = ""; -$a->strings["No more %s notifications."] = ""; -$a->strings["Profile not found."] = "Profiel niet gevonden"; -$a->strings["Profile deleted."] = "Profiel verwijderd"; -$a->strings["Profile-"] = "Profiel-"; -$a->strings["New profile created."] = "Nieuw profiel aangemaakt."; -$a->strings["Profile unavailable to clone."] = "Profiel niet beschikbaar om te klonen."; -$a->strings["Profile Name is required."] = "Profielnaam is vereist."; -$a->strings["Marital Status"] = "Echtelijke staat"; -$a->strings["Romantic Partner"] = "Romantische Partner"; -$a->strings["Work/Employment"] = "Werk"; -$a->strings["Religion"] = "Godsdienst"; -$a->strings["Political Views"] = "Politieke standpunten"; -$a->strings["Gender"] = "Geslacht"; -$a->strings["Sexual Preference"] = "Seksuele Voorkeur"; -$a->strings["XMPP"] = ""; -$a->strings["Homepage"] = "Tijdlijn"; -$a->strings["Interests"] = "Interesses"; -$a->strings["Address"] = "Adres"; -$a->strings["Location"] = "Plaats"; -$a->strings["Profile updated."] = "Profiel bijgewerkt."; -$a->strings[" and "] = "en"; -$a->strings["public profile"] = "publiek profiel"; -$a->strings["%1\$s changed %2\$s to “%3\$s”"] = "%1\$s veranderde %2\$s naar “%3\$s”"; -$a->strings[" - Visit %1\$s's %2\$s"] = " - Bezoek %2\$s van %1\$s"; -$a->strings["%1\$s has an updated %2\$s, changing %3\$s."] = "%1\$s heeft een aangepast %2\$s, %3\$s veranderd."; -$a->strings["Hide contacts and friends:"] = ""; -$a->strings["Hide your contact/friend list from viewers of this profile?"] = "Je vrienden/contacten verbergen voor bezoekers van dit profiel?"; -$a->strings["Show more profile fields:"] = ""; -$a->strings["Profile Actions"] = ""; -$a->strings["Edit Profile Details"] = "Profieldetails bewerken"; -$a->strings["Change Profile Photo"] = "Profielfoto wijzigen"; -$a->strings["View this profile"] = "Dit profiel bekijken"; -$a->strings["Create a new profile using these settings"] = "Nieuw profiel aanmaken met deze instellingen"; -$a->strings["Clone this profile"] = "Dit profiel klonen"; -$a->strings["Delete this profile"] = "Dit profiel verwijderen"; -$a->strings["Basic information"] = ""; -$a->strings["Profile picture"] = ""; -$a->strings["Preferences"] = ""; -$a->strings["Status information"] = ""; -$a->strings["Additional information"] = ""; -$a->strings["Relation"] = ""; -$a->strings["Your Gender:"] = "Je Geslacht:"; -$a->strings[" Marital Status:"] = " Echtelijke Staat:"; -$a->strings["Example: fishing photography software"] = "Voorbeeld: vissen fotografie software"; -$a->strings["Profile Name:"] = "Profiel Naam:"; -$a->strings["Required"] = "Vereist"; -$a->strings["This is your public profile.
    It may be visible to anybody using the internet."] = "Dit is jouw publiek profiel.
    Het kan zichtbaar zijn voor iedereen op het internet."; -$a->strings["Your Full Name:"] = "Je volledige naam:"; -$a->strings["Title/Description:"] = "Titel/Beschrijving:"; -$a->strings["Street Address:"] = "Postadres:"; -$a->strings["Locality/City:"] = "Gemeente/Stad:"; -$a->strings["Region/State:"] = "Regio/Staat:"; -$a->strings["Postal/Zip Code:"] = "Postcode:"; -$a->strings["Country:"] = "Land:"; -$a->strings["Who: (if applicable)"] = "Wie: (indien toepasbaar)"; -$a->strings["Examples: cathy123, Cathy Williams, cathy@example.com"] = "Voorbeelden: Kathleen123, Kathleen Peeters, kathleen@voorbeeld.nl"; -$a->strings["Since [date]:"] = "Sinds [datum]:"; -$a->strings["Tell us about yourself..."] = "Vertel iets over jezelf..."; -$a->strings["XMPP (Jabber) address:"] = ""; -$a->strings["The XMPP address will be propagated to your contacts so that they can follow you."] = ""; -$a->strings["Homepage URL:"] = "Adres tijdlijn:"; -$a->strings["Religious Views:"] = "Geloof:"; -$a->strings["Public Keywords:"] = "Publieke Sleutelwoorden:"; -$a->strings["(Used for suggesting potential friends, can be seen by others)"] = "(Gebruikt om mogelijke vrienden voor te stellen, kan door anderen gezien worden)"; -$a->strings["Private Keywords:"] = "Privé Sleutelwoorden:"; -$a->strings["(Used for searching profiles, never shown to others)"] = "(Gebruikt om profielen te zoeken, nooit aan anderen getoond)"; -$a->strings["Musical interests"] = "Muzikale interesses"; -$a->strings["Books, literature"] = "Boeken, literatuur"; -$a->strings["Television"] = "Televisie"; -$a->strings["Film/dance/culture/entertainment"] = "Film/dans/cultuur/ontspanning"; -$a->strings["Hobbies/Interests"] = "Hobby's/Interesses"; -$a->strings["Love/romance"] = "Liefde/romance"; -$a->strings["Work/employment"] = "Werk"; -$a->strings["School/education"] = "School/opleiding"; -$a->strings["Contact information and Social Networks"] = "Contactinformatie en sociale netwerken"; -$a->strings["Edit/Manage Profiles"] = "Wijzig/Beheer Profielen"; -$a->strings["No friends to display."] = "Geen vrienden om te laten zien."; -$a->strings["Access to this profile has been restricted."] = "Toegang tot dit profiel is beperkt."; -$a->strings["View"] = ""; -$a->strings["Previous"] = "Vorige"; -$a->strings["Next"] = "Volgende"; -$a->strings["list"] = ""; -$a->strings["User not found"] = ""; -$a->strings["This calendar format is not supported"] = ""; -$a->strings["No exportable data found"] = ""; -$a->strings["calendar"] = ""; -$a->strings["No contacts in common."] = "Geen gedeelde contacten."; -$a->strings["Common Friends"] = "Gedeelde Vrienden"; -$a->strings["Not available."] = "Niet beschikbaar"; -$a->strings["Global Directory"] = "Globale gids"; -$a->strings["Find on this site"] = "Op deze website zoeken"; -$a->strings["Results for:"] = ""; -$a->strings["Site Directory"] = "Websitegids"; -$a->strings["No entries (some entries may be hidden)."] = "Geen gegevens (sommige gegevens kunnen verborgen zijn)."; -$a->strings["People Search - %s"] = ""; -$a->strings["Forum Search - %s"] = ""; -$a->strings["No matches"] = "Geen resultaten"; -$a->strings["Item has been removed."] = "Item is verwijderd."; -$a->strings["Event can not end before it has started."] = ""; -$a->strings["Event title and start time are required."] = "Titel en begintijd van de gebeurtenis zijn vereist."; -$a->strings["Create New Event"] = "Maak een nieuwe gebeurtenis"; -$a->strings["Event details"] = "Gebeurtenis details"; -$a->strings["Starting date and Title are required."] = ""; -$a->strings["Event Starts:"] = "Gebeurtenis begint:"; -$a->strings["Finish date/time is not known or not relevant"] = "Einddatum/tijd is niet gekend of niet relevant"; -$a->strings["Event Finishes:"] = "Gebeurtenis eindigt:"; -$a->strings["Adjust for viewer timezone"] = "Pas aan aan de tijdzone van de gebruiker"; -$a->strings["Description:"] = "Beschrijving:"; -$a->strings["Title:"] = "Titel:"; -$a->strings["Share this event"] = "Deel deze gebeurtenis"; -$a->strings["System down for maintenance"] = "Systeem onbeschikbaar wegens onderhoud"; -$a->strings["No keywords to match. Please add keywords to your default profile."] = "Geen sleutelwoorden om te zoeken. Voeg sleutelwoorden toe aan je standaard profiel."; -$a->strings["is interested in:"] = "Is geïnteresseerd in:"; -$a->strings["Profile Match"] = "Profielmatch"; -$a->strings["Tips for New Members"] = "Tips voor nieuwe leden"; -$a->strings["Do you really want to delete this suggestion?"] = "Wil je echt dit voorstel verwijderen?"; -$a->strings["No suggestions available. If this is a new site, please try again in 24 hours."] = "Geen voorstellen beschikbaar. Als dit een nieuwe website is, kun je het over 24 uur nog eens proberen."; -$a->strings["Ignore/Hide"] = "Negeren/Verbergen"; -$a->strings["[Embedded content - reload page to view]"] = "[Ingebedde inhoud - herlaad pagina om het te bekijken]"; -$a->strings["Recent Photos"] = "Recente foto's"; -$a->strings["Upload New Photos"] = "Nieuwe foto's uploaden"; -$a->strings["everybody"] = "iedereen"; -$a->strings["Contact information unavailable"] = "Contactinformatie niet beschikbaar"; -$a->strings["Album not found."] = "Album niet gevonden"; -$a->strings["Delete Album"] = "Verwijder album"; -$a->strings["Do you really want to delete this photo album and all its photos?"] = "Wil je echt dit fotoalbum en alle foto's erin verwijderen?"; -$a->strings["Delete Photo"] = "Verwijder foto"; -$a->strings["Do you really want to delete this photo?"] = "Wil je echt deze foto verwijderen?"; -$a->strings["%1\$s was tagged in %2\$s by %3\$s"] = "%1\$s is gelabeld in %2\$s door %3\$s"; -$a->strings["a photo"] = "een foto"; -$a->strings["Image file is empty."] = "Afbeeldingsbestand is leeg."; -$a->strings["No photos selected"] = "Geen foto's geselecteerd"; -$a->strings["Access to this item is restricted."] = "Toegang tot dit item is beperkt."; -$a->strings["You have used %1$.2f Mbytes of %2$.2f Mbytes photo storage."] = "Je hebt %1$.2f Mbytes van %2$.2f Mbytes foto-opslagruimte gebruikt."; -$a->strings["Upload Photos"] = "Upload foto's"; -$a->strings["New album name: "] = "Nieuwe albumnaam: "; -$a->strings["or existing album name: "] = "of bestaande albumnaam: "; -$a->strings["Do not show a status post for this upload"] = "Toon geen bericht op je tijdlijn van deze upload"; -$a->strings["Show to Groups"] = "Tonen aan groepen"; -$a->strings["Show to Contacts"] = "Tonen aan contacten"; -$a->strings["Private Photo"] = "Privé foto"; -$a->strings["Public Photo"] = "Publieke foto"; -$a->strings["Edit Album"] = "Album wijzigen"; -$a->strings["Show Newest First"] = "Toon niewste eerst"; -$a->strings["Show Oldest First"] = "Toon oudste eerst"; -$a->strings["View Photo"] = "Bekijk foto"; -$a->strings["Permission denied. Access to this item may be restricted."] = "Toegang geweigerd. Toegang tot dit item is mogelijk beperkt."; -$a->strings["Photo not available"] = "Foto is niet beschikbaar"; -$a->strings["View photo"] = "Bekijk foto"; -$a->strings["Edit photo"] = "Bewerk foto"; -$a->strings["Use as profile photo"] = "Gebruik als profielfoto"; -$a->strings["View Full Size"] = "Bekijk in volledig formaat"; -$a->strings["Tags: "] = "Labels: "; -$a->strings["[Remove any tag]"] = "[Alle labels verwijderen]"; -$a->strings["New album name"] = "Nieuwe albumnaam"; -$a->strings["Caption"] = "Onderschrift"; -$a->strings["Add a Tag"] = "Een label toevoegen"; -$a->strings["Example: @bob, @Barbara_Jensen, @jim@example.com, #California, #camping"] = "Voorbeeld: @bob, @Barbara_Jansen, @jan@voorbeeld.nl, #Ardennen, #camping "; -$a->strings["Do not rotate"] = ""; -$a->strings["Rotate CW (right)"] = "Roteren met de klok mee (rechts)"; -$a->strings["Rotate CCW (left)"] = "Roteren tegen de klok in (links)"; -$a->strings["Private photo"] = "Privé foto"; -$a->strings["Public photo"] = "Publieke foto"; -$a->strings["Map"] = ""; -$a->strings["View Album"] = "Album bekijken"; -$a->strings["Registration successful. Please check your email for further instructions."] = "Registratie geslaagd. Kijk je e-mail na voor verdere instructies."; -$a->strings["Failed to send email message. Here your accout details:
    login: %s
    password: %s

    You can change your password after login."] = ""; -$a->strings["Registration successful."] = ""; -$a->strings["Your registration can not be processed."] = "Je registratie kan niet verwerkt worden."; -$a->strings["Your registration is pending approval by the site owner."] = "Jouw registratie wacht op goedkeuring van de beheerder."; -$a->strings["You may (optionally) fill in this form via OpenID by supplying your OpenID and clicking 'Register'."] = "Je kunt (optioneel) dit formulier invullen via OpenID door je OpenID in te geven en op 'Registreren' te klikken."; -$a->strings["If you are not familiar with OpenID, please leave that field blank and fill in the rest of the items."] = "Laat dit veld leeg als je niet vertrouwd bent met OpenID, en vul de rest van de items in."; -$a->strings["Your OpenID (optional): "] = "Je OpenID (optioneel):"; -$a->strings["Include your profile in member directory?"] = "Je profiel in de ledengids opnemen?"; -$a->strings["Note for the admin"] = ""; -$a->strings["Leave a message for the admin, why you want to join this node"] = ""; -$a->strings["Membership on this site is by invitation only."] = "Lidmaatschap van deze website is uitsluitend op uitnodiging."; -$a->strings["Your invitation ID: "] = "Je uitnodigingsid:"; -$a->strings["Registration"] = "Registratie"; -$a->strings["Your Full Name (e.g. Joe Smith, real or real-looking): "] = ""; -$a->strings["Your Email Address: "] = "Je email adres:"; -$a->strings["New Password:"] = "Nieuw Wachtwoord:"; -$a->strings["Leave empty for an auto generated password."] = ""; -$a->strings["Confirm:"] = "Bevestig:"; -$a->strings["Choose a profile nickname. This must begin with a text character. Your profile address on this site will then be 'nickname@\$sitename'."] = "Kies een bijnaam voor je profiel. Deze moet met een letter beginnen. Je profieladres op deze website zal dan 'bijnaam@\$sitename' zijn."; -$a->strings["Choose a nickname: "] = "Kies een bijnaam:"; -$a->strings["Import your profile to this friendica instance"] = ""; -$a->strings["Account"] = "Account"; -$a->strings["Additional features"] = "Extra functies"; -$a->strings["Display"] = "Weergave"; -$a->strings["Social Networks"] = "Sociale netwerken"; -$a->strings["Plugins"] = "Plugins"; -$a->strings["Connected apps"] = "Verbonden applicaties"; -$a->strings["Remove account"] = "Account verwijderen"; -$a->strings["Missing some important data!"] = "Een belangrijk gegeven ontbreekt!"; -$a->strings["Update"] = "Wijzigen"; -$a->strings["Failed to connect with email account using the settings provided."] = "Ik kon geen verbinding maken met het e-mail account met de gegeven instellingen."; -$a->strings["Email settings updated."] = "E-mail instellingen bijgewerkt.."; -$a->strings["Features updated"] = "Functies bijgewerkt"; -$a->strings["Relocate message has been send to your contacts"] = ""; -$a->strings["Empty passwords are not allowed. Password unchanged."] = "Lege wachtwoorden zijn niet toegelaten. Wachtwoord niet gewijzigd."; -$a->strings["Wrong password."] = "Verkeerd wachtwoord."; -$a->strings["Password changed."] = "Wachtwoord gewijzigd."; -$a->strings["Password update failed. Please try again."] = "Wachtwoord-)wijziging mislukt. Probeer opnieuw."; -$a->strings[" Please use a shorter name."] = "Gebruik een kortere naam."; -$a->strings[" Name too short."] = "Naam te kort."; -$a->strings["Wrong Password"] = "Verkeerd wachtwoord"; -$a->strings[" Not valid email."] = "Geen geldig e-mailadres."; -$a->strings[" Cannot change to that email."] = "Kan niet veranderen naar die e-mail."; -$a->strings["Private forum has no privacy permissions. Using default privacy group."] = "Privéforum/-groep heeft geen privacyrechten. De standaard privacygroep wordt gebruikt."; -$a->strings["Private forum has no privacy permissions and no default privacy group."] = "Privéforum/-groep heeft geen privacyrechten en geen standaard privacygroep."; -$a->strings["Settings updated."] = "Instellingen bijgewerkt."; -$a->strings["Add application"] = "Toepassing toevoegen"; -$a->strings["Save Settings"] = "Instellingen opslaan"; -$a->strings["Consumer Key"] = "Gebruikerssleutel"; -$a->strings["Consumer Secret"] = "Gebruikersgeheim"; -$a->strings["Redirect"] = "Doorverwijzing"; -$a->strings["Icon url"] = "URL pictogram"; -$a->strings["You can't edit this application."] = "Je kunt deze toepassing niet wijzigen."; -$a->strings["Connected Apps"] = "Verbonden applicaties"; -$a->strings["Client key starts with"] = ""; -$a->strings["No name"] = "Geen naam"; -$a->strings["Remove authorization"] = "Verwijder authorisatie"; -$a->strings["No Plugin settings configured"] = ""; -$a->strings["Plugin Settings"] = "Plugin Instellingen"; -$a->strings["Off"] = "Uit"; -$a->strings["On"] = "Aan"; -$a->strings["Additional Features"] = "Extra functies"; -$a->strings["General Social Media Settings"] = ""; -$a->strings["Disable intelligent shortening"] = ""; -$a->strings["Normally the system tries to find the best link to add to shortened posts. If this option is enabled then every shortened post will always point to the original friendica post."] = ""; -$a->strings["Automatically follow any GNU Social (OStatus) followers/mentioners"] = ""; -$a->strings["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."] = ""; -$a->strings["Default group for OStatus contacts"] = ""; -$a->strings["Your legacy GNU Social account"] = ""; -$a->strings["If you enter your old GNU Social/Statusnet account name here (in the format user@domain.tld), your contacts will be added automatically. The field will be emptied when done."] = ""; -$a->strings["Repair OStatus subscriptions"] = ""; -$a->strings["Built-in support for %s connectivity is %s"] = "Ingebouwde ondersteuning voor connectiviteit met %s is %s"; -$a->strings["enabled"] = "ingeschakeld"; -$a->strings["disabled"] = "uitgeschakeld"; -$a->strings["GNU Social (OStatus)"] = ""; -$a->strings["Email access is disabled on this site."] = "E-mailtoegang is op deze website uitgeschakeld."; -$a->strings["Email/Mailbox Setup"] = "E-mail Instellen"; -$a->strings["If you wish to communicate with email contacts using this service (optional), please specify how to connect to your mailbox."] = "Als je wilt communiceren met e-mail contacten via deze dienst (optioneel), moet je hier opgeven hoe ik jouw mailbox kan bereiken."; -$a->strings["Last successful email check:"] = "Laatste succesvolle e-mail controle:"; -$a->strings["IMAP server name:"] = "IMAP server naam:"; -$a->strings["IMAP port:"] = "IMAP poort:"; -$a->strings["Security:"] = "Beveiliging:"; -$a->strings["None"] = "Geen"; -$a->strings["Email login name:"] = "E-mail login naam:"; -$a->strings["Email password:"] = "E-mail wachtwoord:"; -$a->strings["Reply-to address:"] = "Antwoord adres:"; -$a->strings["Send public posts to all email contacts:"] = "Openbare posts naar alle e-mail contacten versturen:"; -$a->strings["Action after import:"] = "Actie na importeren:"; -$a->strings["Move to folder"] = "Naar map verplaatsen"; -$a->strings["Move to folder:"] = "Verplaatsen naar map:"; -$a->strings["No special theme for mobile devices"] = "Geen speciaal thema voor mobiele apparaten"; -$a->strings["Display Settings"] = "Scherminstellingen"; -$a->strings["Display Theme:"] = "Schermthema:"; -$a->strings["Mobile Theme:"] = "Mobiel thema:"; -$a->strings["Suppress warning of insecure networks"] = ""; -$a->strings["Should the system suppress the warning that the current group contains members of networks that can't receive non public postings."] = ""; -$a->strings["Update browser every xx seconds"] = "Browser elke xx seconden verversen"; -$a->strings["Minimum of 10 seconds. Enter -1 to disable it."] = ""; -$a->strings["Number of items to display per page:"] = "Aantal items te tonen per pagina:"; -$a->strings["Maximum of 100 items"] = "Maximum 100 items"; -$a->strings["Number of items to display per page when viewed from mobile device:"] = "Aantal items per pagina als je een mobiel toestel gebruikt:"; -$a->strings["Don't show emoticons"] = "Emoticons niet tonen"; -$a->strings["Calendar"] = ""; -$a->strings["Beginning of week:"] = ""; -$a->strings["Don't show notices"] = ""; -$a->strings["Infinite scroll"] = "Oneindig scrollen"; -$a->strings["Automatic updates only at the top of the network page"] = ""; -$a->strings["Bandwith Saver Mode"] = ""; -$a->strings["When enabled, embedded content is not displayed on automatic updates, they only show on page reload."] = ""; -$a->strings["General Theme Settings"] = ""; -$a->strings["Custom Theme Settings"] = ""; -$a->strings["Content Settings"] = ""; -$a->strings["Theme settings"] = "Thema-instellingen"; -$a->strings["Account Types"] = ""; -$a->strings["Personal Page Subtypes"] = ""; -$a->strings["Community Forum Subtypes"] = ""; -$a->strings["Personal Page"] = ""; -$a->strings["This account is a regular personal profile"] = ""; -$a->strings["Organisation Page"] = ""; -$a->strings["This account is a profile for an organisation"] = ""; -$a->strings["News Page"] = ""; -$a->strings["This account is a news account/reflector"] = ""; -$a->strings["Community Forum"] = ""; -$a->strings["This account is a community forum where people can discuss with each other"] = ""; -$a->strings["Normal Account Page"] = "Normale accountpagina"; -$a->strings["This account is a normal personal profile"] = "Deze account is een normaal persoonlijk profiel"; -$a->strings["Soapbox Page"] = "Zeepkist-pagina"; -$a->strings["Automatically approve all connection/friend requests as read-only fans"] = "Keur automatisch alle vriendschaps-/connectieverzoeken goed als fans met alleen recht tot lezen."; -$a->strings["Public Forum"] = ""; -$a->strings["Automatically approve all contact requests"] = ""; -$a->strings["Automatic Friend Page"] = "Automatisch Vriendschapspagina"; -$a->strings["Automatically approve all connection/friend requests as friends"] = "Keur automatisch alle vriendschaps-/connectieverzoeken goed als vrienden."; -$a->strings["Private Forum [Experimental]"] = "Privé-forum [experimenteel]"; -$a->strings["Private forum - approved members only"] = "Privé-forum - enkel voor goedgekeurde leden"; -$a->strings["OpenID:"] = "OpenID:"; -$a->strings["(Optional) Allow this OpenID to login to this account."] = "(Optioneel) Laat dit OpenID toe om in te loggen op deze account."; -$a->strings["Publish your default profile in your local site directory?"] = "Je standaardprofiel in je lokale gids publiceren?"; -$a->strings["Publish your default profile in the global social directory?"] = "Je standaardprofiel in de globale sociale gids publiceren?"; -$a->strings["Hide your contact/friend list from viewers of your default profile?"] = "Je vrienden/contacten verbergen voor bezoekers van je standaard profiel?"; -$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?"] = "Vrienden toestaan om op jou profielpagina te posten?"; -$a->strings["Allow friends to tag your posts?"] = "Sta vrienden toe om jouw berichten te labelen?"; -$a->strings["Allow us to suggest you as a potential friend to new members?"] = "Sta je mij toe om jou als mogelijke vriend voor te stellen aan nieuwe leden?"; -$a->strings["Permit unknown people to send you private mail?"] = "Mogen onbekende personen jou privé berichten sturen?"; -$a->strings["Profile is not published."] = "Profiel is niet gepubliceerd."; -$a->strings["Your Identity Address is '%s' or '%s'."] = ""; -$a->strings["Automatically expire posts after this many days:"] = "Laat berichten automatisch vervallen na zo veel dagen:"; -$a->strings["If empty, posts will not expire. Expired posts will be deleted"] = "Berichten zullen niet vervallen indien leeg. Vervallen berichten zullen worden verwijderd."; -$a->strings["Advanced expiration settings"] = "Geavanceerde instellingen voor vervallen"; -$a->strings["Advanced Expiration"] = "Geavanceerd Verval:"; -$a->strings["Expire posts:"] = "Laat berichten vervallen:"; -$a->strings["Expire personal notes:"] = "Laat persoonlijke aantekeningen verlopen:"; -$a->strings["Expire starred posts:"] = "Laat berichten met ster verlopen"; -$a->strings["Expire photos:"] = "Laat foto's vervallen:"; -$a->strings["Only expire posts by others:"] = "Laat alleen berichten door anderen vervallen:"; -$a->strings["Account Settings"] = "Account Instellingen"; -$a->strings["Password Settings"] = "Wachtwoord Instellingen"; -$a->strings["Leave password fields blank unless changing"] = "Laat de wachtwoord-velden leeg, tenzij je het wilt veranderen"; -$a->strings["Current Password:"] = "Huidig wachtwoord:"; -$a->strings["Your current password to confirm the changes"] = "Je huidig wachtwoord om de wijzigingen te bevestigen"; -$a->strings["Password:"] = "Wachtwoord:"; -$a->strings["Basic Settings"] = "Basis Instellingen"; -$a->strings["Email Address:"] = "E-mailadres:"; -$a->strings["Your Timezone:"] = "Je Tijdzone:"; -$a->strings["Your Language:"] = ""; -$a->strings["Set the language we use to show you friendica interface and to send you emails"] = ""; -$a->strings["Default Post Location:"] = "Standaard locatie:"; -$a->strings["Use Browser Location:"] = "Gebruik Webbrowser Locatie:"; -$a->strings["Security and Privacy Settings"] = "Instellingen voor Beveiliging en Privacy"; -$a->strings["Maximum Friend Requests/Day:"] = "Maximum aantal vriendschapsverzoeken per dag:"; -$a->strings["(to prevent spam abuse)"] = "(om spam misbruik te voorkomen)"; -$a->strings["Default Post Permissions"] = "Standaard rechten voor nieuwe berichten"; -$a->strings["(click to open/close)"] = "(klik om te openen/sluiten)"; -$a->strings["Default Private Post"] = "Standaard Privé Post"; -$a->strings["Default Public Post"] = "Standaard Publieke Post"; -$a->strings["Default Permissions for New Posts"] = "Standaard rechten voor nieuwe berichten"; -$a->strings["Maximum private messages per day from unknown people:"] = "Maximum aantal privé-berichten per dag van onbekende personen:"; -$a->strings["Notification Settings"] = "Notificatie Instellingen"; -$a->strings["By default post a status message when:"] = "Post automatisch een bericht op je tijdlijn wanneer:"; -$a->strings["accepting a friend request"] = "Een vriendschapsverzoek accepteren"; -$a->strings["joining a forum/community"] = "Lid worden van een groep/forum"; -$a->strings["making an interesting profile change"] = "Een interessante verandering aan je profiel"; -$a->strings["Send a notification email when:"] = "Stuur een notificatie e-mail wanneer:"; -$a->strings["You receive an introduction"] = "Je ontvangt een vriendschaps- of connectieverzoek"; -$a->strings["Your introductions are confirmed"] = "Jouw vriendschaps- of connectieverzoeken zijn bevestigd"; -$a->strings["Someone writes on your profile wall"] = "Iemand iets op je tijdlijn schrijft"; -$a->strings["Someone writes a followup comment"] = "Iemand een reactie schrijft"; -$a->strings["You receive a private message"] = "Je een privé-bericht ontvangt"; -$a->strings["You receive a friend suggestion"] = "Je een suggestie voor een vriendschap ontvangt"; -$a->strings["You are tagged in a post"] = "Je expliciet in een bericht bent genoemd"; -$a->strings["You are poked/prodded/etc. in a post"] = "Je in een bericht bent aangestoten/gepord/etc."; -$a->strings["Activate desktop notifications"] = ""; -$a->strings["Show desktop popup on new notifications"] = ""; -$a->strings["Text-only notification emails"] = ""; -$a->strings["Send text only notification emails, without the html part"] = ""; -$a->strings["Advanced Account/Page Type Settings"] = ""; -$a->strings["Change the behaviour of this account for special situations"] = ""; -$a->strings["Relocate"] = ""; -$a->strings["If you have moved this profile from another server, and some of your contacts don't receive your updates, try pushing this button."] = ""; -$a->strings["Resend relocate message to contacts"] = ""; -$a->strings["Do you really want to delete this video?"] = "Wil je deze video echt verwijderen?"; -$a->strings["Delete Video"] = "Verwijder video"; -$a->strings["No videos selected"] = "Geen video's geselecteerd"; -$a->strings["Recent Videos"] = "Recente video's"; -$a->strings["Upload New Videos"] = "Nieuwe video's uploaden"; -$a->strings["Invalid request."] = ""; -$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 %s"] = ""; -$a->strings["File upload failed."] = "Uploaden van bestand mislukt."; -$a->strings["Theme settings updated."] = "Thema-instellingen aangepast."; -$a->strings["Site"] = "Website"; -$a->strings["Users"] = "Gebruiker"; -$a->strings["Themes"] = "Thema's"; -$a->strings["DB updates"] = "DB aanpassingen"; -$a->strings["Inspect Queue"] = ""; -$a->strings["Federation Statistics"] = ""; -$a->strings["Logs"] = "Logs"; -$a->strings["View Logs"] = ""; -$a->strings["probe address"] = ""; -$a->strings["check webfinger"] = ""; -$a->strings["Plugin Features"] = "Plugin Functies"; -$a->strings["diagnostics"] = ""; -$a->strings["User registrations waiting for confirmation"] = "Gebruikersregistraties wachten op bevestiging"; -$a->strings["unknown"] = ""; -$a->strings["This page offers you some numbers to the known part of the federated social network your Friendica node is part of. These numbers are not complete but only reflect the part of the network your node is aware of."] = ""; -$a->strings["The Auto Discovered Contact Directory feature is not enabled, it will improve the data displayed here."] = ""; -$a->strings["Administration"] = "Beheer"; -$a->strings["Currently this node is aware of %d nodes from the following platforms:"] = ""; -$a->strings["ID"] = "ID"; -$a->strings["Recipient Name"] = ""; -$a->strings["Recipient Profile"] = ""; -$a->strings["Created"] = ""; -$a->strings["Last Tried"] = ""; -$a->strings["This page lists the content of the queue for outgoing postings. These are postings the initial delivery failed for. They will be resend later and eventually deleted if the delivery fails permanently."] = ""; -$a->strings["Your DB still runs with MyISAM tables. You should change the engine type to InnoDB. As Friendica will use InnoDB only features in the future, you should change this! See here for a guide that may be helpful converting the table engines. You may also use the convert_innodb.sql in the /util directory of your Friendica installation.
    "] = ""; -$a->strings["You are using a MySQL version which does not support all features that Friendica uses. You should consider switching to MariaDB."] = ""; -$a->strings["Normal Account"] = "Normaal account"; -$a->strings["Soapbox Account"] = "Zeepkist-account"; -$a->strings["Community/Celebrity Account"] = "Account voor een groep/forum of beroemdheid"; -$a->strings["Automatic Friend Account"] = "Automatisch Vriendschapsaccount"; -$a->strings["Blog Account"] = "Blog Account"; -$a->strings["Private Forum"] = "Privéforum/-groep"; -$a->strings["Message queues"] = "Bericht-wachtrijen"; -$a->strings["Summary"] = "Samenvatting"; -$a->strings["Registered users"] = "Geregistreerde gebruikers"; -$a->strings["Pending registrations"] = "Registraties die in de wacht staan"; -$a->strings["Version"] = "Versie"; -$a->strings["Active plugins"] = "Actieve plug-ins"; -$a->strings["Can not parse base url. Must have at least ://"] = ""; -$a->strings["RINO2 needs mcrypt php extension to work."] = ""; -$a->strings["Site settings updated."] = "Site instellingen gewijzigd."; -$a->strings["No community page"] = ""; -$a->strings["Public postings from users of this site"] = ""; -$a->strings["Global community page"] = ""; -$a->strings["Never"] = "Nooit"; -$a->strings["At post arrival"] = ""; -$a->strings["Disabled"] = "Uitgeschakeld"; -$a->strings["Users, Global Contacts"] = ""; -$a->strings["Users, Global Contacts/fallback"] = ""; -$a->strings["One month"] = ""; -$a->strings["Three months"] = ""; -$a->strings["Half a year"] = ""; -$a->strings["One year"] = ""; -$a->strings["Multi user instance"] = "Server voor meerdere gebruikers"; -$a->strings["Closed"] = "Gesloten"; -$a->strings["Requires approval"] = "Toestemming vereist"; -$a->strings["Open"] = "Open"; -$a->strings["No SSL policy, links will track page SSL state"] = "Geen SSL beleid, links zullen SSL status van pagina volgen"; -$a->strings["Force all links to use SSL"] = "Verplicht alle links om SSL te gebruiken"; -$a->strings["Self-signed certificate, use SSL for local links only (discouraged)"] = "Zelf-ondertekend certificaat, gebruik SSL alleen voor lokale links (afgeraden)"; -$a->strings["File upload"] = "Uploaden bestand"; -$a->strings["Policies"] = "Beleid"; -$a->strings["Auto Discovered Contact Directory"] = ""; -$a->strings["Performance"] = "Performantie"; -$a->strings["Worker"] = ""; -$a->strings["Relocate - WARNING: advanced function. Could make this server unreachable."] = ""; -$a->strings["Site name"] = "Site naam"; -$a->strings["Host name"] = ""; -$a->strings["Sender Email"] = ""; -$a->strings["The email address your server shall use to send notification emails from."] = ""; -$a->strings["Banner/Logo"] = "Banner/Logo"; -$a->strings["Shortcut icon"] = ""; -$a->strings["Link to an icon that will be used for browsers."] = ""; -$a->strings["Touch icon"] = ""; -$a->strings["Link to an icon that will be used for tablets and mobiles."] = ""; -$a->strings["Additional Info"] = ""; -$a->strings["For public servers: you can add additional information here that will be listed at %s/siteinfo."] = ""; -$a->strings["System language"] = "Systeemtaal"; -$a->strings["System theme"] = "Systeem thema"; -$a->strings["Default system theme - may be over-ridden by user profiles - change theme settings"] = "Standaard systeem thema - kan door gebruikersprofielen veranderd worden - verander thema instellingen"; -$a->strings["Mobile system theme"] = "Mobiel systeem thema"; -$a->strings["Theme for mobile devices"] = "Thema voor mobiele apparaten"; -$a->strings["SSL link policy"] = "Beleid SSL-links"; -$a->strings["Determines whether generated links should be forced to use SSL"] = "Bepaald of gegenereerde verwijzingen verplicht SSL moeten gebruiken"; -$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"] = "Verberg de 'help' uit het navigatiemenu"; -$a->strings["Hides the menu entry for the Help pages from the navigation menu. You can still access it calling /help directly."] = "Verbergt het menu-item voor de Help pagina's uit het navigatiemenu. Je kunt ze nog altijd vinden door /help direct in te geven."; -$a->strings["Single user instance"] = "Server voor één gebruiker"; -$a->strings["Make this instance multi-user or single-user for the named user"] = "Stel deze server in voor meerdere gebruikers, of enkel voor de geselecteerde gebruiker."; -$a->strings["Maximum image size"] = "Maximum afbeeldingsgrootte"; -$a->strings["Maximum size in bytes of uploaded images. Default is 0, which means no limits."] = "Maximum afmeting in bytes van afbeeldingen. Standaard is 0, dus geen beperking."; -$a->strings["Maximum image length"] = "Maximum afbeeldingslengte"; -$a->strings["Maximum length in pixels of the longest side of uploaded images. Default is -1, which means no limits."] = "Maximum lengte in pixels van de langste kant van afbeeldingen. Standaard is -1, dus geen beperkingen."; -$a->strings["JPEG image quality"] = "JPEG afbeeldingskwaliteit"; -$a->strings["Uploaded JPEGS will be saved at this quality setting [0-100]. Default is 100, which is full quality."] = "JPEGS zullen met deze kwaliteitsinstelling bewaard worden [0-100]. Standaard is 100, dit is volledige kwaliteit."; -$a->strings["Register policy"] = "Registratiebeleid"; -$a->strings["Maximum Daily Registrations"] = "Maximum aantal registraties per dag"; -$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."] = "Als registratie hierboven is toegelaten, zet dit het maximum aantal registraties van nieuwe gebruikers per dag. Als registratie niet is toegelaten heeft deze instelling geen effect."; -$a->strings["Register text"] = "Registratietekst"; -$a->strings["Will be displayed prominently on the registration page."] = "Dit zal prominent op de registratiepagina getoond worden."; -$a->strings["Accounts abandoned after x days"] = "Verlaten accounts na x dagen"; -$a->strings["Will not waste system resources polling external sites for abandonded accounts. Enter 0 for no time limit."] = "Dit zal geen systeembronnen verspillen aan het nakijken van externe sites voor verlaten accounts. Geef 0 is voor geen tijdslimiet."; -$a->strings["Allowed friend domains"] = "Toegelaten vriend domeinen"; -$a->strings["Comma separated list of domains which are allowed to establish friendships with this site. Wildcards are accepted. Empty to allow any domains"] = "Komma-gescheiden lijst van domeinen die een vriendschapsband met deze website mogen aangaan. Jokers zijn toegelaten. Laat leeg om alle domeinen toe te laten."; -$a->strings["Allowed email domains"] = "Toegelaten e-mail domeinen"; -$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"] = "Door komma's gescheiden lijst met e-maildomeinen die op deze website mogen registeren. Wildcards zijn toegestaan.\nLeeg laten om alle domeinen toe te staan."; -$a->strings["Block public"] = "Openbare toegang blokkeren"; -$a->strings["Check to block public access to all otherwise public personal pages on this site unless you are currently logged in."] = "Kruis dit aan om alle openbare persoonlijke pagina's alleen toegankelijk te maken voor ingelogde gebruikers."; -$a->strings["Force publish"] = "Dwing publiceren af"; -$a->strings["Check to force all profiles on this site to be listed in the site directory."] = "Kruis dit aan om af te dwingen dat alle profielen op deze website in de gids van deze website gepubliceerd worden."; -$a->strings["Global directory URL"] = ""; -$a->strings["URL to the global directory. If this is not set, the global directory is completely unavailable to the application."] = ""; -$a->strings["Allow threaded items"] = "Sta threads in conversaties toe"; -$a->strings["Allow infinite level threading for items on this site."] = "Sta oneindige niveaus threads in conversaties op deze website toe."; -$a->strings["Private posts by default for new users"] = "Privéberichten als standaard voor nieuwe gebruikers"; -$a->strings["Set default post permissions for all new members to the default privacy group rather than public."] = "Stel de standaardrechten van berichten voor nieuwe leden op de standaard privacygroep in, in plaats van openbaar."; -$a->strings["Don't include post content in email notifications"] = "De inhoud van het bericht niet insluiten bij e-mailnotificaties"; -$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."] = "De inhoud van berichten/commentaar/privéberichten/enzovoort niet insluiten in e-mailnotificaties die door deze website verzonden worden, voor de bescherming van je privacy."; -$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"] = "Blokkeer meerdere registraties"; -$a->strings["Disallow users to register additional accounts for use as pages."] = "Laat niet toe dat gebruikers meerdere accounts aanmaken."; -$a->strings["OpenID support"] = "OpenID ondersteuning"; -$a->strings["OpenID support for registration and logins."] = "OpenID ondersteuning voor registraties en logins."; -$a->strings["Fullname check"] = "Controleer volledige naam"; -$a->strings["Force users to register with a space between firstname and lastname in Full name, as an antispam measure"] = "Verplicht gebruikers om zich te registreren met een spatie tussen voornaam en achternaam, als anti-spam maatregel"; -$a->strings["UTF-8 Regular expressions"] = "UTF-8 reguliere uitdrukkingen"; -$a->strings["Use PHP UTF8 regular expressions"] = "Gebruik PHP UTF8 reguliere uitdrukkingen"; -$a->strings["Community Page Style"] = ""; -$a->strings["Type of community page to show. 'Global community' shows every public posting from an open distributed network that arrived on this server."] = ""; -$a->strings["Posts per user on community page"] = ""; -$a->strings["The maximum number of posts per user on the community page. (Not valid for 'Global Community')"] = ""; -$a->strings["Enable OStatus support"] = "Activeer OStatus ondersteuning"; -$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["Only import OStatus threads from our contacts"] = ""; -$a->strings["Normally we import every content from our OStatus contacts. With this option we only store threads that are started by a contact that is known on our system."] = ""; -$a->strings["OStatus support can only be enabled if threading is enabled."] = ""; -$a->strings["Diaspora support can't be enabled because Friendica was installed into a sub directory."] = ""; -$a->strings["Enable Diaspora support"] = "Activeer Diaspora ondersteuning"; -$a->strings["Provide built-in Diaspora network compatibility."] = "Bied ingebouwde ondersteuning voor het Diaspora netwerk."; -$a->strings["Only allow Friendica contacts"] = "Laat alleen Friendica contacten toe"; -$a->strings["All contacts must use Friendica protocols. All other built-in communication protocols disabled."] = "Alle contacten moeten een Friendica protocol gebruiken. Alle andere ingebouwde communicatieprotocols worden uitgeschakeld."; -$a->strings["Verify SSL"] = "Controleer 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."] = "Als je wilt kun je striktere certificaat controle activeren. Dit betekent dat je (totaal) niet kunt connecteren met sites die zelf-ondertekende SSL certificaten gebruiken."; -$a->strings["Proxy user"] = "Proxy-gebruiker"; -$a->strings["Proxy URL"] = "Proxy-URL"; -$a->strings["Network timeout"] = "Netwerk timeout"; -$a->strings["Value is in seconds. Set to 0 for unlimited (not recommended)."] = "Waarde is in seconden. Zet op 0 voor onbeperkt (niet aanbevolen)."; -$a->strings["Delivery interval"] = "Afleverinterval"; -$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."] = "Stel achtergrond processen voor aflevering een aantal seconden uit om systeembelasting te beperken. Aanbevolen: 4-5 voor gedeelde hosten, 2-3 voor virtuele privé servers, 0-1 voor grote servers."; -$a->strings["Poll interval"] = "Poll-interval"; -$a->strings["Delay background polling processes by this many seconds to reduce system load. If 0, use delivery interval."] = "Stel achtergrondprocessen zoveel seconden uit om de systeembelasting te beperken. Indien 0 wordt het afleverinterval gebruikt."; -$a->strings["Maximum Load Average"] = "Maximum gemiddelde belasting"; -$a->strings["Maximum system load before delivery and poll processes are deferred - default 50."] = "Maximum systeembelasting voordat aflever- en poll-processen uitgesteld worden - standaard 50."; -$a->strings["Maximum Load Average (Frontend)"] = ""; -$a->strings["Maximum system load before the frontend quits service - default 50."] = ""; -$a->strings["Maximum table size for optimization"] = ""; -$a->strings["Maximum table size (in MB) for the automatic optimization - default 100 MB. Enter -1 to disable it."] = ""; -$a->strings["Minimum level of fragmentation"] = ""; -$a->strings["Minimum fragmenation level to start the automatic optimization - default value is 30%."] = ""; -$a->strings["Periodical check of global contacts"] = ""; -$a->strings["If enabled, the global contacts are checked periodically for missing or outdated data and the vitality of the contacts and servers."] = ""; -$a->strings["Days between requery"] = ""; -$a->strings["Number of days after which a server is requeried for his contacts."] = ""; -$a->strings["Discover contacts from other servers"] = ""; -$a->strings["Periodically query other servers for contacts. You can choose between 'users': the users on the remote system, 'Global Contacts': active contacts that are known on the system. The fallback is meant for Redmatrix servers and older friendica servers, where global contacts weren't available. The fallback increases the server load, so the recommened setting is 'Users, Global Contacts'."] = ""; -$a->strings["Timeframe for fetching global contacts"] = ""; -$a->strings["When the discovery is activated, this value defines the timeframe for the activity of the global contacts that are fetched from other servers."] = ""; -$a->strings["Search the local directory"] = ""; -$a->strings["Search the local directory instead of the global directory. When searching locally, every search will be executed on the global directory in the background. This improves the search results when the search is repeated."] = ""; -$a->strings["Publish server information"] = ""; -$a->strings["If enabled, general server and usage data will be published. The data contains the name and version of the server, number of users with public profiles, number of posts and the activated protocols and connectors. See the-federation.info for details."] = ""; -$a->strings["Use MySQL full text engine"] = "Gebruik de tekst-zoekfunctie van MySQL"; -$a->strings["Activates the full text engine. Speeds up search - but can only search for four and more characters."] = "Activeert de zoekmotor. Dit maakt zoeken sneller, maar het kan alleen zoeken naar teksten van minstens vier letters."; -$a->strings["Suppress Language"] = ""; -$a->strings["Suppress language information in meta information about a posting."] = ""; -$a->strings["Suppress Tags"] = ""; -$a->strings["Suppress showing a list of hashtags at the end of the posting."] = ""; -$a->strings["Path to item cache"] = "Pad naar cache voor items"; -$a->strings["The item caches buffers generated bbcode and external images."] = ""; -$a->strings["Cache duration in seconds"] = "Cache tijdsduur in seconden"; -$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"] = "Pad voor lock bestand"; -$a->strings["The lock file is used to avoid multiple pollers at one time. Only define a folder here."] = ""; -$a->strings["Temp path"] = "Tijdelijk pad"; -$a->strings["If you have a restricted system where the webserver can't access the system temp path, enter another path here."] = ""; -$a->strings["Base path to installation"] = "Basispad voor installatie"; -$a->strings["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."] = ""; -$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["Enable old style pager"] = ""; -$a->strings["The old style pager has page numbers but slows down massively the page speed."] = ""; -$a->strings["Only search in tags"] = ""; -$a->strings["On large systems the text search can slow down the system extremely."] = ""; -$a->strings["New base url"] = ""; -$a->strings["Change base url for this server. Sends relocate message to all DFRN contacts of all users."] = ""; -$a->strings["RINO Encryption"] = ""; -$a->strings["Encryption layer between nodes."] = ""; -$a->strings["Embedly API key"] = ""; -$a->strings["Embedly is used to fetch additional data for web pages. This is an optional parameter."] = ""; -$a->strings["Enable 'worker' background processing"] = ""; -$a->strings["The worker background processing limits the number of parallel background jobs to a maximum number and respects the system load."] = ""; -$a->strings["Maximum number of parallel workers"] = ""; -$a->strings["On shared hosters set this to 2. On larger systems, values of 10 are great. Default value is 4."] = ""; -$a->strings["Don't use 'proc_open' with the worker"] = ""; -$a->strings["Enable this if your system doesn't allow the use of 'proc_open'. This can happen on shared hosters. If this is enabled you should increase the frequency of poller calls in your crontab."] = ""; -$a->strings["Enable fastlane"] = ""; -$a->strings["When enabed, the fastlane mechanism starts an additional worker if processes with higher priority are blocked by processes of lower priority."] = ""; -$a->strings["Enable frontend worker"] = ""; -$a->strings["When enabled the Worker process is triggered when backend access is performed (e.g. messages being delivered). On smaller sites you might want to call yourdomain.tld/worker on a regular basis via an external cron job. You should only enable this option if you cannot utilize cron/scheduled jobs on your server. The worker background process needs to be activated for this."] = ""; -$a->strings["Update has been marked successful"] = "Wijziging succesvol gemarkeerd "; -$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."] = "Wijziging %s geslaagd."; -$a->strings["Update %s did not return a status. Unknown if it succeeded."] = "Wijziging %s gaf geen status terug. We weten niet of de wijziging geslaagd is."; -$a->strings["There was no additional update function %s that needed to be called."] = ""; -$a->strings["No failed updates."] = "Geen misluke wijzigingen"; -$a->strings["Check database structure"] = ""; -$a->strings["Failed Updates"] = "Misluke wijzigingen"; -$a->strings["This does not include updates prior to 1139, which did not return a status."] = "Dit is zonder de wijzigingen voor 1139, welke geen status teruggaven."; -$a->strings["Mark success (if update was manually applied)"] = "Markeren als succes (als aanpassing manueel doorgevoerd werd)"; -$a->strings["Attempt to execute this update step automatically"] = "Probeer deze stap automatisch uit te voeren"; -$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["%s user blocked/unblocked"] = [ - 0 => "%s gebruiker geblokkeerd/niet geblokkeerd", - 1 => "%s gebruikers geblokkeerd/niet geblokkeerd", -]; -$a->strings["%s user deleted"] = [ - 0 => "%s gebruiker verwijderd", - 1 => "%s gebruikers verwijderd", -]; -$a->strings["User '%s' deleted"] = "Gebruiker '%s' verwijderd"; -$a->strings["User '%s' unblocked"] = "Gebruiker '%s' niet meer geblokkeerd"; -$a->strings["User '%s' blocked"] = "Gebruiker '%s' geblokkeerd"; -$a->strings["Register date"] = "Registratiedatum"; -$a->strings["Last login"] = "Laatste login"; -$a->strings["Last item"] = "Laatste item"; -$a->strings["Add User"] = "Gebruiker toevoegen"; -$a->strings["select all"] = "Alles selecteren"; -$a->strings["User registrations waiting for confirm"] = "Gebruikersregistraties wachten op een bevestiging"; -$a->strings["User waiting for permanent deletion"] = ""; -$a->strings["Request date"] = "Registratiedatum"; -$a->strings["No registrations."] = "Geen registraties."; -$a->strings["Note from the user"] = ""; -$a->strings["Deny"] = "Weiger"; -$a->strings["Block"] = "Blokkeren"; -$a->strings["Unblock"] = "Blokkering opheffen"; -$a->strings["Site admin"] = "Sitebeheerder"; -$a->strings["Account expired"] = "Account verlopen"; -$a->strings["New User"] = "Nieuwe gebruiker"; -$a->strings["Deleted since"] = "Verwijderd sinds"; -$a->strings["Selected users will be deleted!\\n\\nEverything these users had posted on this site will be permanently deleted!\\n\\nAre you sure?"] = "Geselecteerde gebruikers zullen verwijderd worden!\\n\\nAlles wat deze gebruikers gepost hebben op deze website zal permanent verwijderd worden!\\n\\nBen je zeker?"; -$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?"] = "De gebruiker {0} zal verwijderd worden!\\n\\nAlles wat deze gebruiker gepost heeft op deze website zal permanent verwijderd worden!\\n\\nBen je zeker?"; -$a->strings["Name of the new user."] = "Naam van nieuwe gebruiker"; -$a->strings["Nickname"] = "Bijnaam"; -$a->strings["Nickname of the new user."] = "Bijnaam van nieuwe gebruiker"; -$a->strings["Email address of the new user."] = "E-mailadres van nieuwe gebruiker"; -$a->strings["Plugin %s disabled."] = "Plugin %s uitgeschakeld."; -$a->strings["Plugin %s enabled."] = "Plugin %s ingeschakeld."; -$a->strings["Disable"] = "Uitschakelen"; -$a->strings["Enable"] = "Inschakelen"; -$a->strings["Toggle"] = "Schakelaar"; -$a->strings["Author: "] = "Auteur:"; -$a->strings["Maintainer: "] = "Onderhoud:"; -$a->strings["Reload active plugins"] = ""; -$a->strings["There are currently no plugins available on your node. You can find the official plugin repository at %1\$s and might find other interesting plugins in the open plugin registry at %2\$s"] = ""; -$a->strings["No themes found."] = "Geen thema's gevonden."; -$a->strings["Screenshot"] = "Schermafdruk"; -$a->strings["Reload active themes"] = ""; -$a->strings["No themes found on the system. They should be paced in %1\$s"] = ""; -$a->strings["[Experimental]"] = "[Experimenteel]"; -$a->strings["[Unsupported]"] = "[Niet ondersteund]"; -$a->strings["Log settings updated."] = "Log instellingen gewijzigd"; -$a->strings["PHP log currently enabled."] = ""; -$a->strings["PHP log currently disabled."] = ""; -$a->strings["Clear"] = "Wis"; -$a->strings["Enable Debugging"] = ""; -$a->strings["Log file"] = "Logbestand"; -$a->strings["Must be writable by web server. Relative to your Friendica top-level directory."] = "De webserver moet hier kunnen schrijven. Relatief t.o.v. van de hoogste folder binnen uw Friendica-installatie."; -$a->strings["Log level"] = "Log niveau"; -$a->strings["PHP logging"] = ""; -$a->strings["To enable logging of PHP errors and warnings you can add the following to the .htconfig.php file of your installation. The filename set in the 'error_log' line is relative to the friendica top-level directory and must be writeable by the web server. The option '1' for 'log_errors' and 'display_errors' is to enable these options, set to '0' to disable them."] = ""; -$a->strings["Lock feature %s"] = ""; -$a->strings["Manage Additional Features"] = ""; -$a->strings["%d contact edited."] = [ - 0 => "", - 1 => "", -]; -$a->strings["Could not access contact record."] = "Kon geen toegang krijgen tot de contactgegevens"; -$a->strings["Could not locate selected profile."] = "Kon het geselecteerde profiel niet vinden."; -$a->strings["Contact updated."] = "Contact bijgewerkt."; -$a->strings["Failed to update contact record."] = "Ik kon de contactgegevens niet aanpassen."; -$a->strings["Contact has been blocked"] = "Contact is geblokkeerd"; -$a->strings["Contact has been unblocked"] = "Contact is gedeblokkeerd"; -$a->strings["Contact has been ignored"] = "Contact wordt genegeerd"; -$a->strings["Contact has been unignored"] = "Contact wordt niet meer genegeerd"; -$a->strings["Contact has been archived"] = "Contact is gearchiveerd"; -$a->strings["Contact has been unarchived"] = "Contact is niet meer gearchiveerd"; -$a->strings["Drop contact"] = ""; -$a->strings["Do you really want to delete this contact?"] = "Wil je echt dit contact verwijderen?"; -$a->strings["Contact has been removed."] = "Contact is verwijderd."; -$a->strings["You are mutual friends with %s"] = "Je bent wederzijds bevriend met %s"; -$a->strings["You are sharing with %s"] = "Je deelt met %s"; -$a->strings["%s is sharing with you"] = "%s deelt met jou"; -$a->strings["Private communications are not available for this contact."] = "Privécommunicatie met dit contact is niet beschikbaar."; -$a->strings["(Update was successful)"] = "(Wijziging is geslaagd)"; -$a->strings["(Update was not successful)"] = "(Wijziging is niet geslaagd)"; -$a->strings["Suggest friends"] = "Stel vrienden voor"; -$a->strings["Network type: %s"] = "Netwerk type: %s"; -$a->strings["Communications lost with this contact!"] = "Communicatie met dit contact is verbroken!"; -$a->strings["Fetch further information for feeds"] = ""; -$a->strings["Fetch information"] = ""; -$a->strings["Fetch information and keywords"] = ""; -$a->strings["Contact"] = ""; -$a->strings["Profile Visibility"] = "Zichtbaarheid profiel"; -$a->strings["Please choose the profile you would like to display to %s when viewing your profile securely."] = "Kies het profiel dat getoond moet worden wanneer %s uw profiel bezoekt. "; -$a->strings["Contact Information / Notes"] = "Contactinformatie / aantekeningen"; -$a->strings["Edit contact notes"] = "Wijzig aantekeningen over dit contact"; -$a->strings["Block/Unblock contact"] = "Blokkeer/deblokkeer contact"; -$a->strings["Ignore contact"] = "Negeer contact"; -$a->strings["Repair URL settings"] = "Repareer URL-instellingen"; -$a->strings["View conversations"] = "Toon conversaties"; -$a->strings["Last update:"] = "Laatste wijziging:"; -$a->strings["Update public posts"] = "Openbare posts aanpassen"; -$a->strings["Update now"] = "Wijzig nu"; -$a->strings["Unignore"] = "Negeer niet meer"; -$a->strings["Currently blocked"] = "Op dit moment geblokkeerd"; -$a->strings["Currently ignored"] = "Op dit moment genegeerd"; -$a->strings["Currently archived"] = "Op dit moment gearchiveerd"; -$a->strings["Replies/likes to your public posts may still be visible"] = "Antwoorden of 'vind ik leuk's op je openbare posts kunnen nog zichtbaar zijn"; -$a->strings["Notification for new posts"] = "Meldingen voor nieuwe berichten"; -$a->strings["Send a notification of every new post of this contact"] = ""; -$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["Actions"] = ""; -$a->strings["Contact Settings"] = ""; -$a->strings["Suggestions"] = "Voorstellen"; -$a->strings["Suggest potential friends"] = "Stel vrienden voor"; -$a->strings["Show all contacts"] = "Toon alle contacten"; -$a->strings["Unblocked"] = "Niet geblokkeerd"; -$a->strings["Only show unblocked contacts"] = "Toon alleen niet-geblokkeerde contacten"; -$a->strings["Blocked"] = "Geblokkeerd"; -$a->strings["Only show blocked contacts"] = "Toon alleen geblokkeerde contacten"; -$a->strings["Ignored"] = "Genegeerd"; -$a->strings["Only show ignored contacts"] = "Toon alleen genegeerde contacten"; -$a->strings["Archived"] = "Gearchiveerd"; -$a->strings["Only show archived contacts"] = "Toon alleen gearchiveerde contacten"; -$a->strings["Hidden"] = "Verborgen"; -$a->strings["Only show hidden contacts"] = "Toon alleen verborgen contacten"; -$a->strings["Search your contacts"] = "Doorzoek je contacten"; -$a->strings["Archive"] = "Archiveer"; -$a->strings["Unarchive"] = "Archiveer niet meer"; -$a->strings["Batch Actions"] = ""; -$a->strings["View all contacts"] = "Alle contacten zien"; -$a->strings["View all common friends"] = ""; -$a->strings["Advanced Contact Settings"] = "Geavanceerde instellingen voor contacten"; -$a->strings["Mutual Friendship"] = "Wederzijdse vriendschap"; -$a->strings["is a fan of yours"] = "Is een fan van jou"; -$a->strings["you are a fan of"] = "Jij bent een fan van"; -$a->strings["Toggle Blocked status"] = "Schakel geblokkeerde status"; -$a->strings["Toggle Ignored status"] = "Schakel negeerstatus"; -$a->strings["Toggle Archive status"] = "Schakel archiveringsstatus"; -$a->strings["Delete contact"] = "Verwijder contact"; -$a->strings["This may occasionally happen if contact was requested by both persons and it has already been approved."] = "Dit kan soms gebeuren als het contact door beide personen werd gevraagd, en het werd al goedgekeurd."; -$a->strings["Response from remote site was not understood."] = "Antwoord van de website op afstand werd niet begrepen."; -$a->strings["Unexpected response from remote site: "] = "Onverwacht antwoord van website op afstand:"; -$a->strings["Confirmation completed successfully."] = "Bevestiging werd correct voltooid."; -$a->strings["Remote site reported: "] = "Website op afstand berichtte: "; -$a->strings["Temporary failure. Please wait and try again."] = "Tijdelijke fout. Wacht even en probeer opnieuw."; -$a->strings["Introduction failed or was revoked."] = "Verzoek mislukt of herroepen."; -$a->strings["Unable to set contact photo."] = "Ik kan geen contact foto instellen."; -$a->strings["No user record found for '%s' "] = "Geen gebruiker gevonden voor '%s'"; -$a->strings["Our site encryption key is apparently messed up."] = "De encryptie-sleutel van onze webstek is blijkbaar beschadigd."; -$a->strings["Empty site URL was provided or URL could not be decrypted by us."] = "Er werd een lege URL gegeven, of de URL kon niet ontcijferd worden door ons."; -$a->strings["Contact record was not found for you on our site."] = "We vonden op onze webstek geen contactrecord voor jou."; -$a->strings["Site public key not available in contact record for URL %s."] = "Publieke sleutel voor webstek niet beschikbaar in contactrecord voor URL %s."; -$a->strings["The ID provided by your system is a duplicate on our system. It should work if you try again."] = "Het ID dat jouw systeem aangeeft is een dubbel op ons systeem. Als je opnieuw probeert zou het moeten werken."; -$a->strings["Unable to set your contact credentials on our system."] = "Niet in staat om op dit systeem je contactreferenties in te stellen."; -$a->strings["Unable to update your contact profile details on our system"] = ""; -$a->strings["%1\$s has joined %2\$s"] = "%1\$s is toegetreden tot %2\$s"; -$a->strings["This introduction has already been accepted."] = "Verzoek is al goedgekeurd"; -$a->strings["Profile location is not valid or does not contain profile information."] = "Profiel is ongeldig of bevat geen informatie"; -$a->strings["Warning: profile location has no identifiable owner name."] = "Waarschuwing: de profiellocatie heeft geen identificeerbare eigenaar."; -$a->strings["Warning: profile location has no profile photo."] = "Waarschuwing: Profieladres heeft geen profielfoto."; -$a->strings["%d required parameter was not found at the given location"] = [ - 0 => "De %d vereiste parameter is niet op het gegeven adres gevonden", - 1 => "De %d vereiste parameters zijn niet op het gegeven adres gevonden", -]; -$a->strings["Introduction complete."] = "Verzoek voltooid."; -$a->strings["Unrecoverable protocol error."] = "Onherstelbare protocolfout. "; -$a->strings["Profile unavailable."] = "Profiel onbeschikbaar"; -$a->strings["%s has received too many connection requests today."] = "%s heeft te veel verzoeken gehad vandaag."; -$a->strings["Spam protection measures have been invoked."] = "Beveiligingsmaatregelen tegen spam zijn in werking getreden."; -$a->strings["Friends are advised to please try again in 24 hours."] = "Wij adviseren vrienden om het over 24 uur nog een keer te proberen."; -$a->strings["Invalid locator"] = "Ongeldige plaatsbepaler"; -$a->strings["Invalid email address."] = "Geen geldig e-mailadres"; -$a->strings["This account has not been configured for email. Request failed."] = "Aanvraag mislukt. Dit account is niet geconfigureerd voor e-mail."; -$a->strings["You have already introduced yourself here."] = "Je hebt jezelf hier al voorgesteld."; -$a->strings["Apparently you are already friends with %s."] = "Blijkbaar bent u al bevriend met %s."; -$a->strings["Invalid profile URL."] = "Ongeldig profiel adres."; -$a->strings["Your introduction has been sent."] = "Je verzoek is verzonden."; -$a->strings["Remote subscription can't be done for your network. Please subscribe directly on your system."] = ""; -$a->strings["Please login to confirm introduction."] = "Log in om je verzoek te bevestigen."; -$a->strings["Incorrect identity currently logged in. Please login to this profile."] = "Je huidige identiteit is niet de juiste. Log met dit profiel in."; -$a->strings["Confirm"] = "Bevestig"; -$a->strings["Hide this contact"] = "Verberg dit contact"; -$a->strings["Welcome home %s."] = "Welkom terug %s."; -$a->strings["Please confirm your introduction/connection request to %s."] = "Bevestig je vriendschaps-/connectieverzoek voor %s."; -$a->strings["Please enter your 'Identity Address' from one of the following supported communications networks:"] = "Vul hier uw 'Identiteitsadres' in van een van de volgende ondersteunde communicatienetwerken:"; -$a->strings["If you are not yet a member of the free social web, follow this link to find a public Friendica site and join us today."] = ""; -$a->strings["Friend/Connection Request"] = "Vriendschaps-/connectieverzoek"; -$a->strings["Examples: jojo@demo.friendica.com, http://demo.friendica.com/profile/jojo, testuser@identi.ca"] = "Voorbeelden: jojo@demo.friendica.com, http://demo.friendica.com/profile/jojo, testuser@identi.ca"; -$a->strings["Please answer the following:"] = "Beantwoord het volgende:"; -$a->strings["Does %s know you?"] = "Kent %s jou?"; -$a->strings["Add a personal note:"] = "Voeg een persoonlijke opmerking toe:"; -$a->strings["StatusNet/Federated Social Web"] = "StatusNet/Gefedereerde Sociale Web"; -$a->strings[" - please do not use this form. Instead, enter %s into your Diaspora search bar."] = "- Gebruik niet dit formulier. Vul %s in in je Diaspora zoekbalk."; -$a->strings["Your Identity Address:"] = "Adres van uw identiteit:"; -$a->strings["Submit Request"] = "Aanvraag indienen"; -$a->strings["You already added this contact."] = "Je hebt deze kontakt al toegevoegd"; -$a->strings["Diaspora support isn't enabled. Contact can't be added."] = ""; -$a->strings["OStatus support is disabled. Contact can't be added."] = ""; -$a->strings["The network type couldn't be detected. Contact can't be added."] = ""; -$a->strings["Contact added"] = "Contact toegevoegd"; -$a->strings["Friendica Communications Server - Setup"] = ""; -$a->strings["Could not connect to database."] = "Kon geen toegang krijgen tot de database."; -$a->strings["Could not create table."] = "Kon tabel niet aanmaken."; -$a->strings["Your Friendica site database has been installed."] = "De database van je Friendica-website is geïnstalleerd."; -$a->strings["You may need to import the file \"database.sql\" manually using phpmyadmin or mysql."] = "Het kan nodig zijn om het bestand \"database.sql\" manueel te importeren met phpmyadmin of mysql."; -$a->strings["Please see the file \"INSTALL.txt\"."] = "Zie het bestand \"INSTALL.txt\"."; -$a->strings["Database already in use."] = ""; -$a->strings["System check"] = "Systeemcontrole"; -$a->strings["Check again"] = "Controleer opnieuw"; -$a->strings["Database connection"] = "Verbinding met database"; -$a->strings["In order to install Friendica we need to know how to connect to your database."] = "Om Friendica te kunnen installeren moet ik weten hoe ik jouw database kan bereiken."; -$a->strings["Please contact your hosting provider or site administrator if you have questions about these settings."] = "Neem contact op met jouw hostingprovider of websitebeheerder, wanneer je vragen hebt over deze instellingen. "; -$a->strings["The database you specify below should already exist. If it does not, please create it before continuing."] = "De database die je hier opgeeft zou al moeten bestaan. Maak anders de database aan voordat je verder gaat."; -$a->strings["Database Server Name"] = "Servernaam database"; -$a->strings["Database Login Name"] = "Gebruikersnaam database"; -$a->strings["Database Login Password"] = "Wachtwoord database"; -$a->strings["Database Name"] = "Naam database"; -$a->strings["Site administrator email address"] = "E-mailadres van de websitebeheerder"; -$a->strings["Your account email address must match this in order to use the web admin panel."] = "Het e-mailadres van je account moet hiermee overeenkomen om het administratiepaneel te kunnen gebruiken."; -$a->strings["Please select a default timezone for your website"] = "Selecteer een standaard tijdzone voor uw website"; -$a->strings["Site settings"] = "Website-instellingen"; -$a->strings["System Language:"] = ""; -$a->strings["Set the default language for your Friendica installation interface and to send emails."] = ""; -$a->strings["Could not find a command line version of PHP in the web server PATH."] = "Kan geen command-line-versie van PHP vinden in het PATH van de webserver."; -$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 'Setup the poller'"] = ""; -$a->strings["PHP executable path"] = "PATH van het PHP commando"; -$a->strings["Enter full path to php executable. You can leave this blank to continue the installation."] = "Vul het volledige path in naar het php programma. Je kunt dit blanco laten om de installatie verder te zetten."; -$a->strings["Command line PHP"] = "PHP-opdrachtregel"; -$a->strings["PHP executable is not the php cli binary (could be cgi-fgci version)"] = ""; -$a->strings["Found PHP version: "] = "Gevonden PHP versie:"; -$a->strings["PHP cli binary"] = ""; -$a->strings["The command line version of PHP on your system does not have \"register_argc_argv\" enabled."] = "De command-line versie van PHP op jouw systeem heeft \"register_argc_argv\" niet geactiveerd."; -$a->strings["This is required for message delivery to work."] = "Dit is nodig om het verzenden van berichten mogelijk te maken."; -$a->strings["PHP register_argc_argv"] = "PHP register_argc_argv"; -$a->strings["Error: the \"openssl_pkey_new\" function on this system is not able to generate encryption keys"] = ""; -$a->strings["If running under Windows, please see \"http://www.php.net/manual/en/openssl.installation.php\"."] = "Zie \"http://www.php.net/manual/en/openssl.installation.php\" wanneer u Friendica onder Windows draait."; -$a->strings["Generate encryption keys"] = ""; -$a->strings["libCurl PHP module"] = "libCurl PHP module"; -$a->strings["GD graphics PHP module"] = "GD graphics PHP module"; -$a->strings["OpenSSL PHP module"] = "OpenSSL PHP module"; -$a->strings["mysqli PHP module"] = "mysqli PHP module"; -$a->strings["mb_string PHP module"] = "mb_string PHP module"; -$a->strings["mcrypt PHP module"] = ""; -$a->strings["XML PHP module"] = ""; -$a->strings["iconv module"] = ""; -$a->strings["Apache mod_rewrite module"] = "Apache mod_rewrite module"; -$a->strings["Error: Apache webserver mod-rewrite module is required but not installed."] = "Fout: Apache-module mod-rewrite is vereist, maar niet geïnstalleerd."; -$a->strings["Error: libCURL PHP module required but not installed."] = "Fout: PHP-module libCURL is vereist, maar niet geïnstalleerd."; -$a->strings["Error: GD graphics PHP module with JPEG support required but not installed."] = "Fout: PHP-module GD graphics met JPEG support is vereist, maar niet geïnstalleerd."; -$a->strings["Error: openssl PHP module required but not installed."] = "Fout: PHP-module openssl is vereist, maar niet geïnstalleerd."; -$a->strings["Error: mysqli PHP module required but not installed."] = "Fout: PHP-module mysqli is vereist, maar niet geïnstalleerd."; -$a->strings["Error: mb_string PHP module required but not installed."] = "Fout: PHP-module mb_string is vereist, maar niet geïnstalleerd."; -$a->strings["Error: mcrypt PHP module required but not installed."] = ""; -$a->strings["Error: iconv PHP module required but not installed."] = ""; -$a->strings["If you are using php_cli, please make sure that mcrypt module is enabled in its config file"] = ""; -$a->strings["Function mcrypt_create_iv() is not defined. This is needed to enable RINO2 encryption layer."] = ""; -$a->strings["mcrypt_create_iv() function"] = ""; -$a->strings["Error, XML 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."] = "Het installatieprogramma moet een bestand \".htconfig.php\" in de bovenste map van je webserver aanmaken, maar kan dit niet doen."; -$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."] = "Dit is meestal een permissieprobleem, omdat de webserver niet in staat is om in deze map bestanden weg te schrijven - ook al kun je dit zelf wel."; -$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."] = "Op het einde van deze procedure zal ik je een tekst geven om te bewaren in een bestand .htconfig.php in je hoogste Friendica map."; -$a->strings["You can alternatively skip this procedure and perform a manual installation. Please see the file \"INSTALL.txt\" for instructions."] = "Je kunt ook deze procedure overslaan, en een manuele installatie uitvoeren. Lees het bestand \"INSTALL.txt\" voor instructies."; -$a->strings[".htconfig.php is writable"] = ".htconfig.php is schrijfbaar"; -$a->strings["Friendica uses the Smarty3 template engine to render its web views. Smarty3 compiles templates to PHP to speed up rendering."] = "Friendica gebruikt het Smarty3 sjabloon systeem om zijn webpagina's weer te geven. Smarty3 compileert sjablonen naar PHP om de weergave te versnellen."; -$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."] = "Om deze gecompileerde sjablonen op te slaan moet de webserver schrijftoegang hebben tot de folder view/smarty3, t.o.v. van de hoogste folder van je Friendica-installatie."; -$a->strings["Please ensure that the user that your web server runs as (e.g. www-data) has write access to this folder."] = "Zorg ervoor dat de gebruiker waaronder je webserver runt (bijv. www-data) schrijf-toegang heeft tot deze map."; -$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."] = "Opmerking: voor een goede beveiliging zou je de webserver alleen schrijf-toegang moeten geven voor de map view/smarty3 -- niet voor de template bestanden (.tpl) die in die map zitten."; -$a->strings["view/smarty3 is writable"] = "view/smarty3 is schrijfbaar"; -$a->strings["Url rewrite in .htaccess is not working. Check your server configuration."] = ""; -$a->strings["Url rewrite is working"] = ""; -$a->strings["ImageMagick PHP extension is not installed"] = ""; -$a->strings["ImageMagick PHP extension is installed"] = ""; -$a->strings["ImageMagick supports GIF"] = ""; -$a->strings["The database configuration file \".htconfig.php\" could not be written. Please use the enclosed text to create a configuration file in your web server root."] = "Het databaseconfiguratiebestand \".htconfig.php\" kon niet worden weggeschreven. Je kunt de bijgevoegde tekst gebruiken om in een configuratiebestand aan te maken in de hoogste map van je webserver."; -$a->strings["

    What next

    "] = "

    Wat nu

    "; -$a->strings["IMPORTANT: You will need to [manually] setup a scheduled task for the poller."] = "BELANGRIJK: Je zult [manueel] een geplande taak moeten aanmaken voor de poller."; -$a->strings["Unable to locate original post."] = "Ik kan de originele post niet meer vinden."; -$a->strings["Empty post discarded."] = "Lege post weggegooid."; -$a->strings["System error. Post not saved."] = "Systeemfout. Post niet bewaard."; -$a->strings["This message was sent to you by %s, a member of the Friendica social network."] = "Dit bericht werd naar jou gestuurd door %s, een lid van het Friendica sociale netwerk."; -$a->strings["You may visit them online at %s"] = "Je kunt ze online bezoeken op %s"; -$a->strings["Please contact the sender by replying to this post if you do not wish to receive these messages."] = "Contacteer de afzender door op dit bericht te antwoorden als je deze berichten niet wilt ontvangen."; -$a->strings["%s posted an update."] = "%s heeft een wijziging geplaatst."; -$a->strings["Warning: This group contains %s member from a network that doesn't allow non public messages."] = [ - 0 => "", - 1 => "", -]; -$a->strings["Messages in this group won't be send to these receivers."] = ""; -$a->strings["Private messages to this person are at risk of public disclosure."] = "Privéberichten naar deze persoon kunnen openbaar gemaakt worden."; -$a->strings["Invalid contact."] = "Ongeldig contact."; -$a->strings["Commented Order"] = "Nieuwe reacties bovenaan"; -$a->strings["Sort by Comment Date"] = "Berichten met nieuwe reacties bovenaan"; -$a->strings["Posted Order"] = "Nieuwe berichten bovenaan"; -$a->strings["Sort by Post Date"] = "Nieuwe berichten bovenaan"; -$a->strings["Posts that mention or involve you"] = "Alleen berichten die jou vermelden of op jou betrekking hebben"; -$a->strings["New"] = "Nieuw"; -$a->strings["Activity Stream - by date"] = "Activiteitenstroom - volgens datum"; -$a->strings["Shared Links"] = "Gedeelde links"; -$a->strings["Interesting Links"] = "Interessante links"; -$a->strings["Starred"] = "Met ster"; -$a->strings["Favourite Posts"] = "Favoriete berichten"; -$a->strings["{0} wants to be your friend"] = "{0} wilt je vriend worden"; -$a->strings["{0} sent you a message"] = "{0} stuurde jou een bericht"; -$a->strings["{0} requested registration"] = "{0} vroeg om zich te registreren"; -$a->strings["No contacts."] = "Geen contacten."; -$a->strings["via"] = "via"; -$a->strings["Repeat the image"] = ""; -$a->strings["Will repeat your image to fill the background."] = ""; -$a->strings["Stretch"] = ""; -$a->strings["Will stretch to width/height of the image."] = ""; -$a->strings["Resize fill and-clip"] = ""; -$a->strings["Resize to fill and retain aspect ratio."] = ""; -$a->strings["Resize best fit"] = ""; -$a->strings["Resize to best fit and retain aspect ratio."] = ""; -$a->strings["Default"] = ""; -$a->strings["Note: "] = ""; -$a->strings["Check image permissions if all users are allowed to visit the image"] = ""; -$a->strings["Select scheme"] = ""; -$a->strings["Navigation bar background color"] = ""; -$a->strings["Navigation bar icon color "] = ""; -$a->strings["Link color"] = ""; -$a->strings["Set the background color"] = ""; -$a->strings["Content background transparency"] = ""; -$a->strings["Set the background image"] = ""; -$a->strings["Guest"] = ""; -$a->strings["Visitor"] = ""; -$a->strings["Alignment"] = "Uitlijning"; -$a->strings["Left"] = "Links"; -$a->strings["Center"] = "Gecentreerd"; -$a->strings["Color scheme"] = "Kleurschema"; -$a->strings["Posts font size"] = "Lettergrootte berichten"; -$a->strings["Textareas font size"] = "Lettergrootte tekstgebieden"; -$a->strings["Community Profiles"] = "Forum/groepsprofielen"; -$a->strings["Last users"] = "Laatste gebruikers"; -$a->strings["Find Friends"] = "Zoek vrienden"; -$a->strings["Local Directory"] = "Lokale gids"; -$a->strings["Quick Start"] = ""; -$a->strings["Connect Services"] = "Diensten verbinden"; -$a->strings["Comma separated list of helper forums"] = ""; -$a->strings["Set style"] = ""; -$a->strings["Community Pages"] = "Forum/groepspagina's"; -$a->strings["Help or @NewHere ?"] = ""; -$a->strings["greenzero"] = ""; -$a->strings["purplezero"] = ""; -$a->strings["easterbunny"] = ""; -$a->strings["darkzero"] = ""; -$a->strings["comix"] = ""; -$a->strings["slackr"] = ""; -$a->strings["Variations"] = ""; -$a->strings["Delete this item?"] = "Dit item verwijderen?"; -$a->strings["show fewer"] = "Minder tonen"; -$a->strings["Update %s failed. See error logs."] = "Wijziging %s mislukt. Lees de error logbestanden."; $a->strings["Create a New Account"] = "Nieuwe account aanmaken"; $a->strings["Password: "] = "Wachtwoord:"; $a->strings["Remember me"] = "Onthou me"; @@ -2049,4 +2122,54 @@ $a->strings["Website Terms of Service"] = "Gebruikersvoorwaarden website"; $a->strings["terms of service"] = "servicevoorwaarden"; $a->strings["Website Privacy Policy"] = "Privacybeleid website"; $a->strings["privacy policy"] = "privacybeleid"; +$a->strings["Logged out."] = "Uitgelogd."; +$a->strings["Delete this item?"] = "Dit item verwijderen?"; +$a->strings["show fewer"] = "Minder tonen"; +$a->strings["greenzero"] = ""; +$a->strings["purplezero"] = ""; +$a->strings["easterbunny"] = ""; +$a->strings["darkzero"] = ""; +$a->strings["comix"] = ""; +$a->strings["slackr"] = ""; +$a->strings["Variations"] = ""; +$a->strings["Repeat the image"] = ""; +$a->strings["Will repeat your image to fill the background."] = ""; +$a->strings["Stretch"] = ""; +$a->strings["Will stretch to width/height of the image."] = ""; +$a->strings["Resize fill and-clip"] = ""; +$a->strings["Resize to fill and retain aspect ratio."] = ""; +$a->strings["Resize best fit"] = ""; +$a->strings["Resize to best fit and retain aspect ratio."] = ""; +$a->strings["Default"] = ""; +$a->strings["Note"] = ""; +$a->strings["Check image permissions if all users are allowed to visit the image"] = ""; +$a->strings["Select scheme"] = ""; +$a->strings["Navigation bar background color"] = ""; +$a->strings["Navigation bar icon color "] = ""; +$a->strings["Link color"] = "Link kleur"; +$a->strings["Set the background color"] = ""; +$a->strings["Content background opacity"] = ""; +$a->strings["Set the background image"] = ""; +$a->strings["Login page background image"] = "Achtergrondafbeelding aanmeldpagina"; +$a->strings["Login page background color"] = "Achtergrondkleur aanmeldpagina"; +$a->strings["Leave background image and color empty for theme defaults"] = "Laat de achtergrondafbeelding en kleur leeg om de standaard van het thema te gebruiken"; +$a->strings["Guest"] = "Gast"; +$a->strings["Visitor"] = "Bezoeker"; +$a->strings["Alignment"] = "Uitlijning"; +$a->strings["Left"] = "Links"; +$a->strings["Center"] = "Gecentreerd"; +$a->strings["Color scheme"] = "Kleurschema"; +$a->strings["Posts font size"] = "Lettergrootte berichten"; +$a->strings["Textareas font size"] = "Lettergrootte tekstgebieden"; +$a->strings["Comma separated list of helper forums"] = "Kommagescheiden lijst van de helper forums"; +$a->strings["Set style"] = "Stijl instellen"; +$a->strings["Community Pages"] = "Forum/groepspagina's"; +$a->strings["Community Profiles"] = "Forum/groepsprofielen"; +$a->strings["Help or @NewHere ?"] = "Help of @NewHere ?"; +$a->strings["Connect Services"] = "Diensten verbinden"; +$a->strings["Find Friends"] = "Zoek vrienden"; +$a->strings["Last users"] = "Laatste gebruikers"; +$a->strings["Local Directory"] = "Lokale gids"; +$a->strings["Quick Start"] = "Snelstart"; $a->strings["toggle mobile"] = "mobiel thema omwisselen"; +$a->strings["Update %s failed. See error logs."] = "Wijziging %s mislukt. Lees de error logbestanden."; diff --git a/view/lang/pl/messages.po b/view/lang/pl/messages.po index e71259ac3e..986f551d1b 100644 --- a/view/lang/pl/messages.po +++ b/view/lang/pl/messages.po @@ -32,4190 +32,1286 @@ # emilia.krawczyk , 2012 # Sam, 2013 # rcmaniac , 2012-2013 +# Waldemar Stoczkowski , 2018 +# Waldemar Stoczkowski , 2018 msgid "" msgstr "" "Project-Id-Version: friendica\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-12-19 07:46+0100\n" -"PO-Revision-Date: 2016-12-19 10:01+0000\n" -"Last-Translator: fabrixxm \n" +"POT-Creation-Date: 2018-04-06 16:58+0200\n" +"PO-Revision-Date: 2018-04-15 10:14+0000\n" +"Last-Translator: Waldemar Stoczkowski \n" "Language-Team: Polish (http://www.transifex.com/Friendica/friendica/language/pl/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Language: pl\n" -"Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" +"Plural-Forms: nplurals=4; plural=(n==1 ? 0 : (n%10>=2 && n%10<=4) && (n%100<12 || n%100>14) ? 1 : n!=1 && (n%10>=0 && n%10<=1) || (n%10>=5 && n%10<=9) || (n%100>=12 && n%100<=14) ? 2 : 3);\n" -#: include/contact_widgets.php:6 -msgid "Add New Contact" -msgstr "Dodaj nowy kontakt" +#: include/security.php:81 +msgid "Welcome " +msgstr "Witaj " -#: include/contact_widgets.php:7 -msgid "Enter address or web location" -msgstr "Wpisz adres lub lokalizację sieciową" +#: include/security.php:82 +msgid "Please upload a profile photo." +msgstr "Proszę dodać zdjęcie profilowe." -#: include/contact_widgets.php:8 -msgid "Example: bob@example.com, http://example.com/barbara" -msgstr "Przykład: bob@przykład.com, http://przykład.com/barbara" +#: include/security.php:84 +msgid "Welcome back " +msgstr "Witaj ponownie " -#: include/contact_widgets.php:10 include/identity.php:218 -#: mod/allfriends.php:82 mod/dirfind.php:201 mod/match.php:87 -#: mod/suggest.php:101 -msgid "Connect" -msgstr "Połącz" +#: include/security.php:431 +msgid "" +"The form security token was not correct. This probably happened because the " +"form has been opened for too long (>3 hours) before submitting it." +msgstr "Znacznik zabezpieczeń formularza nie był poprawny. Prawdopodobnie stało się tak, ponieważ formularz został otwarty zbyt długo (> 3 godziny) przed jego przesłaniem." -#: include/contact_widgets.php:24 -#, php-format -msgid "%d invitation available" -msgid_plural "%d invitations available" -msgstr[0] "%d zaproszenie dostępne" -msgstr[1] "%d zaproszeń dostępnych" -msgstr[2] "%d zaproszenia dostępne" - -#: include/contact_widgets.php:30 -msgid "Find People" -msgstr "Znajdź ludzi" - -#: include/contact_widgets.php:31 -msgid "Enter name or interest" -msgstr "Wpisz nazwę lub zainteresowanie" - -#: include/contact_widgets.php:32 include/Contact.php:354 -#: include/conversation.php:981 mod/allfriends.php:66 mod/dirfind.php:204 -#: mod/match.php:72 mod/suggest.php:83 mod/contacts.php:602 mod/follow.php:103 -msgid "Connect/Follow" -msgstr "Połącz/Obserwuj" - -#: include/contact_widgets.php:33 -msgid "Examples: Robert Morgenstein, Fishing" -msgstr "Przykładowo: Jan Kowalski, Wędkarstwo" - -#: include/contact_widgets.php:34 mod/directory.php:204 mod/contacts.php:798 -msgid "Find" -msgstr "Znajdź" - -#: include/contact_widgets.php:35 mod/suggest.php:114 -#: view/theme/vier/theme.php:203 -msgid "Friend Suggestions" -msgstr "Osoby, które możesz znać" - -#: include/contact_widgets.php:36 view/theme/vier/theme.php:202 -msgid "Similar Interests" -msgstr "Podobne zainteresowania" - -#: include/contact_widgets.php:37 -msgid "Random Profile" -msgstr "Domyślny profil" - -#: include/contact_widgets.php:38 view/theme/vier/theme.php:204 -msgid "Invite Friends" -msgstr "Zaproś znajomych" - -#: include/contact_widgets.php:108 -msgid "Networks" -msgstr "Sieci" - -#: include/contact_widgets.php:111 -msgid "All Networks" -msgstr "Wszystkie Sieci" - -#: include/contact_widgets.php:141 include/features.php:110 -msgid "Saved Folders" -msgstr "Zapisane foldery" - -#: include/contact_widgets.php:144 include/contact_widgets.php:176 -msgid "Everything" -msgstr "Wszystko" - -#: include/contact_widgets.php:173 -msgid "Categories" -msgstr "Kategorie" - -#: include/contact_widgets.php:237 -#, php-format -msgid "%d contact in common" -msgid_plural "%d contacts in common" -msgstr[0] "" -msgstr[1] "" -msgstr[2] "" - -#: include/contact_widgets.php:242 include/ForumManager.php:119 -#: include/items.php:2245 mod/content.php:624 object/Item.php:432 -#: view/theme/vier/theme.php:260 boot.php:972 -msgid "show more" -msgstr "Pokaż więcej" - -#: include/ForumManager.php:114 include/nav.php:131 include/text.php:1025 -#: view/theme/vier/theme.php:255 -msgid "Forums" -msgstr "" - -#: include/ForumManager.php:116 view/theme/vier/theme.php:257 -msgid "External link to forum" -msgstr "" - -#: include/profile_selectors.php:6 -msgid "Male" -msgstr "Mężczyzna" - -#: include/profile_selectors.php:6 -msgid "Female" -msgstr "Kobieta" - -#: include/profile_selectors.php:6 -msgid "Currently Male" -msgstr "Aktualnie Mężczyzna" - -#: include/profile_selectors.php:6 -msgid "Currently Female" -msgstr "Aktualnie Kobieta" - -#: include/profile_selectors.php:6 -msgid "Mostly Male" -msgstr "Bardziej Mężczyzna" - -#: include/profile_selectors.php:6 -msgid "Mostly Female" -msgstr "Bardziej Kobieta" - -#: include/profile_selectors.php:6 -msgid "Transgender" -msgstr "Transpłciowy" - -#: include/profile_selectors.php:6 -msgid "Intersex" -msgstr "Międzypłciowy" - -#: include/profile_selectors.php:6 -msgid "Transsexual" -msgstr "Transseksualista" - -#: include/profile_selectors.php:6 -msgid "Hermaphrodite" -msgstr "Hermafrodyta" - -#: include/profile_selectors.php:6 -msgid "Neuter" -msgstr "Bezpłciowy" - -#: include/profile_selectors.php:6 -msgid "Non-specific" -msgstr "Niespecyficzne" - -#: include/profile_selectors.php:6 -msgid "Other" -msgstr "Inne" - -#: include/profile_selectors.php:6 include/conversation.php:1487 -msgid "Undecided" -msgid_plural "Undecided" -msgstr[0] "" -msgstr[1] "" -msgstr[2] "" - -#: include/profile_selectors.php:23 -msgid "Males" -msgstr "Mężczyźni" - -#: include/profile_selectors.php:23 -msgid "Females" -msgstr "Kobiety" - -#: include/profile_selectors.php:23 -msgid "Gay" -msgstr "Gej" - -#: include/profile_selectors.php:23 -msgid "Lesbian" -msgstr "Lesbijka" - -#: include/profile_selectors.php:23 -msgid "No Preference" -msgstr "Brak preferencji" - -#: include/profile_selectors.php:23 -msgid "Bisexual" -msgstr "Biseksualny" - -#: include/profile_selectors.php:23 -msgid "Autosexual" -msgstr "Niezidentyfikowany" - -#: include/profile_selectors.php:23 -msgid "Abstinent" -msgstr "Abstynent" - -#: include/profile_selectors.php:23 -msgid "Virgin" -msgstr "Dziewica" - -#: include/profile_selectors.php:23 -msgid "Deviant" -msgstr "Zboczeniec" - -#: include/profile_selectors.php:23 -msgid "Fetish" -msgstr "Fetysz" - -#: include/profile_selectors.php:23 -msgid "Oodles" -msgstr "Nadmiar" - -#: include/profile_selectors.php:23 -msgid "Nonsexual" -msgstr "Nieseksualny" - -#: include/profile_selectors.php:42 -msgid "Single" -msgstr "Singiel" - -#: include/profile_selectors.php:42 -msgid "Lonely" -msgstr "Samotny" - -#: include/profile_selectors.php:42 -msgid "Available" -msgstr "Dostępny" - -#: include/profile_selectors.php:42 -msgid "Unavailable" -msgstr "Niedostępny" - -#: include/profile_selectors.php:42 -msgid "Has crush" -msgstr "" - -#: include/profile_selectors.php:42 -msgid "Infatuated" -msgstr "zakochany" - -#: include/profile_selectors.php:42 -msgid "Dating" -msgstr "Randki" - -#: include/profile_selectors.php:42 -msgid "Unfaithful" -msgstr "Niewierny" - -#: include/profile_selectors.php:42 -msgid "Sex Addict" -msgstr "Uzależniony od seksu" - -#: include/profile_selectors.php:42 include/user.php:280 include/user.php:284 -msgid "Friends" -msgstr "Przyjaciele" - -#: include/profile_selectors.php:42 -msgid "Friends/Benefits" -msgstr "Przyjaciele/Korzyści" - -#: include/profile_selectors.php:42 -msgid "Casual" -msgstr "Przypadkowy" - -#: include/profile_selectors.php:42 -msgid "Engaged" -msgstr "Zaręczeni" - -#: include/profile_selectors.php:42 -msgid "Married" -msgstr "Małżeństwo" - -#: include/profile_selectors.php:42 -msgid "Imaginarily married" -msgstr "Fikcyjnie w związku małżeńskim" - -#: include/profile_selectors.php:42 -msgid "Partners" -msgstr "Partnerzy" - -#: include/profile_selectors.php:42 -msgid "Cohabiting" -msgstr "Konkubinat" - -#: include/profile_selectors.php:42 -msgid "Common law" -msgstr "" - -#: include/profile_selectors.php:42 -msgid "Happy" -msgstr "Szczęśliwy" - -#: include/profile_selectors.php:42 -msgid "Not looking" -msgstr "" - -#: include/profile_selectors.php:42 -msgid "Swinger" -msgstr "Swinger" - -#: include/profile_selectors.php:42 -msgid "Betrayed" -msgstr "Zdradzony" - -#: include/profile_selectors.php:42 -msgid "Separated" -msgstr "W separacji" - -#: include/profile_selectors.php:42 -msgid "Unstable" -msgstr "Niestabilny" - -#: include/profile_selectors.php:42 -msgid "Divorced" -msgstr "Rozwiedzeni" - -#: include/profile_selectors.php:42 -msgid "Imaginarily divorced" -msgstr "Fikcyjnie rozwiedziony/a" - -#: include/profile_selectors.php:42 -msgid "Widowed" -msgstr "Wdowiec" - -#: include/profile_selectors.php:42 -msgid "Uncertain" -msgstr "Nieokreślony" - -#: include/profile_selectors.php:42 -msgid "It's complicated" -msgstr "To skomplikowane" - -#: include/profile_selectors.php:42 -msgid "Don't care" -msgstr "Nie obchodzi mnie to" - -#: include/profile_selectors.php:42 -msgid "Ask me" -msgstr "Zapytaj mnie " - -#: include/dba_pdo.php:72 include/dba.php:56 +#: include/dba.php:57 #, php-format msgid "Cannot locate DNS info for database server '%s'" msgstr "Nie można zlokalizować serwera DNS dla bazy danych '%s'" -#: include/auth.php:45 -msgid "Logged out." -msgstr "Wyloguj" - -#: include/auth.php:116 include/auth.php:178 mod/openid.php:100 -msgid "Login failed." -msgstr "Niepowodzenie logowania" - -#: include/auth.php:132 include/user.php:75 -msgid "" -"We encountered a problem while logging in with the OpenID you provided. " -"Please check the correct spelling of the ID." -msgstr "" - -#: include/auth.php:132 include/user.php:75 -msgid "The error message was:" -msgstr "Komunikat o błędzie:" - -#: include/group.php:25 -msgid "" -"A deleted group with this name was revived. Existing item permissions " -"may apply to this group and any future members. If this is " -"not what you intended, please create another group with a different name." -msgstr "" - -#: include/group.php:209 -msgid "Default privacy group for new contacts" -msgstr "Domyślne ustawienia prywatności dla nowych kontaktów" - -#: include/group.php:242 -msgid "Everybody" -msgstr "Wszyscy" - -#: include/group.php:265 -msgid "edit" -msgstr "edytuj" - -#: include/group.php:286 mod/newmember.php:61 -msgid "Groups" -msgstr "Grupy" - -#: include/group.php:288 -msgid "Edit groups" -msgstr "" - -#: include/group.php:290 -msgid "Edit group" -msgstr "Edytuj grupy" - -#: include/group.php:291 -msgid "Create a new group" -msgstr "Stwórz nową grupę" - -#: include/group.php:292 mod/group.php:94 mod/group.php:178 -msgid "Group Name: " -msgstr "Nazwa grupy: " - -#: include/group.php:294 -msgid "Contacts not in any group" -msgstr "Kontakt nie jest w żadnej grupie" - -#: include/group.php:296 mod/network.php:201 -msgid "add" -msgstr "dodaj" - -#: include/contact_selectors.php:32 -msgid "Unknown | Not categorised" -msgstr "Nieznany | Bez kategori" - -#: include/contact_selectors.php:33 -msgid "Block immediately" -msgstr "Zablokować natychmiast " - -#: include/contact_selectors.php:34 -msgid "Shady, spammer, self-marketer" -msgstr "" - -#: include/contact_selectors.php:35 -msgid "Known to me, but no opinion" -msgstr "Znam, ale nie mam zdania" - -#: include/contact_selectors.php:36 -msgid "OK, probably harmless" -msgstr "Ok, bez problemów" - -#: include/contact_selectors.php:37 -msgid "Reputable, has my trust" -msgstr "Zaufane, ma moje poparcie" - -#: include/contact_selectors.php:56 mod/admin.php:890 -msgid "Frequently" -msgstr "Jak najczęściej" - -#: include/contact_selectors.php:57 mod/admin.php:891 -msgid "Hourly" -msgstr "Godzinowo" - -#: include/contact_selectors.php:58 mod/admin.php:892 -msgid "Twice daily" -msgstr "Dwa razy dziennie" - -#: include/contact_selectors.php:59 mod/admin.php:893 -msgid "Daily" -msgstr "Dziennie" - -#: include/contact_selectors.php:60 -msgid "Weekly" -msgstr "Tygodniowo" - -#: include/contact_selectors.php:61 -msgid "Monthly" -msgstr "Miesięcznie" - -#: include/contact_selectors.php:76 mod/dfrn_request.php:868 -msgid "Friendica" -msgstr "Friendica" - -#: include/contact_selectors.php:77 -msgid "OStatus" -msgstr "OStatus" - -#: include/contact_selectors.php:78 -msgid "RSS/Atom" -msgstr "RSS/Atom" - -#: include/contact_selectors.php:79 include/contact_selectors.php:86 -#: mod/admin.php:1396 mod/admin.php:1409 mod/admin.php:1422 mod/admin.php:1440 -msgid "Email" -msgstr "E-mail" - -#: include/contact_selectors.php:80 mod/settings.php:842 -#: mod/dfrn_request.php:870 -msgid "Diaspora" -msgstr "Diaspora" - -#: include/contact_selectors.php:81 -msgid "Facebook" -msgstr "Facebook" - -#: include/contact_selectors.php:82 -msgid "Zot!" -msgstr "" - -#: include/contact_selectors.php:83 -msgid "LinkedIn" -msgstr "LinkedIn" - -#: include/contact_selectors.php:84 -msgid "XMPP/IM" -msgstr "XMPP/IM" - -#: include/contact_selectors.php:85 -msgid "MySpace" -msgstr "MySpace" - -#: include/contact_selectors.php:87 -msgid "Google+" -msgstr "Google+" - -#: include/contact_selectors.php:88 -msgid "pump.io" -msgstr "" - -#: include/contact_selectors.php:89 -msgid "Twitter" -msgstr "" - -#: include/contact_selectors.php:90 -msgid "Diaspora Connector" -msgstr "" - -#: include/contact_selectors.php:91 -msgid "GNU Social" -msgstr "" - -#: include/contact_selectors.php:92 -msgid "App.net" -msgstr "" - -#: include/contact_selectors.php:103 -msgid "Hubzilla/Redmatrix" -msgstr "" - -#: include/acl_selectors.php:327 -msgid "Post to Email" -msgstr "Wyślij poprzez email" - -#: include/acl_selectors.php:332 +#: include/api.php:1199 #, php-format -msgid "Connectors disabled, since \"%s\" is enabled." -msgstr "" +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] "" +msgstr[2] "" +msgstr[3] "" -#: include/acl_selectors.php:333 mod/settings.php:1181 -msgid "Hide your profile details from unknown viewers?" -msgstr "Ukryć szczegóły twojego profilu przed nieznajomymi ?" - -#: include/acl_selectors.php:338 -msgid "Visible to everybody" -msgstr "Widoczny dla wszystkich" - -#: include/acl_selectors.php:339 view/theme/vier/config.php:103 -msgid "show" -msgstr "pokaż" - -#: include/acl_selectors.php:340 view/theme/vier/config.php:103 -msgid "don't show" -msgstr "nie pokazuj" - -#: include/acl_selectors.php:346 mod/editpost.php:133 -msgid "CC: email addresses" -msgstr "CC: adresy e-mail" - -#: include/acl_selectors.php:347 mod/editpost.php:140 -msgid "Example: bob@example.com, mary@example.com" -msgstr "Przykład: bob@example.com, mary@example.com" - -#: include/acl_selectors.php:349 mod/events.php:509 mod/photos.php:1156 -#: mod/photos.php:1535 -msgid "Permissions" -msgstr "Uprawnienia" - -#: include/acl_selectors.php:350 -msgid "Close" -msgstr "Zamknij" - -#: include/like.php:163 include/conversation.php:130 -#: include/conversation.php:266 include/text.php:1804 mod/subthread.php:87 -#: mod/tagger.php:62 -msgid "photo" -msgstr "zdjęcie" - -#: include/like.php:163 include/diaspora.php:1406 include/conversation.php:125 -#: include/conversation.php:134 include/conversation.php:261 -#: include/conversation.php:270 mod/subthread.php:87 mod/tagger.php:62 -msgid "status" -msgstr "status" - -#: include/like.php:165 include/conversation.php:122 -#: include/conversation.php:258 include/text.php:1802 -msgid "event" -msgstr "wydarzenie" - -#: include/like.php:182 include/diaspora.php:1402 include/conversation.php:141 +#: include/api.php:1223 #, php-format -msgid "%1$s likes %2$s's %3$s" -msgstr "%1$s lubi %2$s's %3$s" +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] "" +msgstr[2] "" +msgstr[3] "" -#: include/like.php:184 include/conversation.php:144 +#: include/api.php:1247 #, php-format -msgid "%1$s doesn't like %2$s's %3$s" -msgstr "%1$s nie lubi %2$s's %3$s" +msgid "Monthly posting limit of %d post reached. The post was rejected." +msgstr "Miesięczny limit %d wysyłania postów. Post został odrzucony." -#: include/like.php:186 -#, php-format -msgid "%1$s is attending %2$s's %3$s" -msgstr "" +#: include/api.php:4400 mod/photos.php:88 mod/photos.php:194 +#: mod/photos.php:722 mod/photos.php:1149 mod/photos.php:1166 +#: mod/photos.php:1684 mod/profile_photo.php:85 mod/profile_photo.php:93 +#: mod/profile_photo.php:101 mod/profile_photo.php:211 +#: mod/profile_photo.php:302 mod/profile_photo.php:312 src/Model/User.php:539 +#: src/Model/User.php:547 src/Model/User.php:555 +msgid "Profile Photos" +msgstr "Zdjęcie profilowe" -#: include/like.php:188 -#, php-format -msgid "%1$s is not attending %2$s's %3$s" -msgstr "" - -#: include/like.php:190 -#, php-format -msgid "%1$s may attend %2$s's %3$s" -msgstr "" - -#: include/message.php:15 include/message.php:173 -msgid "[no subject]" -msgstr "[bez tematu]" - -#: include/message.php:145 include/Photo.php:1040 include/Photo.php:1056 -#: include/Photo.php:1064 include/Photo.php:1089 mod/wall_upload.php:218 -#: mod/wall_upload.php:232 mod/wall_upload.php:239 mod/item.php:478 -msgid "Wall Photos" -msgstr "Tablica zdjęć" - -#: include/plugin.php:526 include/plugin.php:528 -msgid "Click here to upgrade." -msgstr "Kliknij tu, aby zaktualizować." - -#: include/plugin.php:534 -msgid "This action exceeds the limits set by your subscription plan." -msgstr "" - -#: include/plugin.php:539 -msgid "This action is not available under your subscription plan." -msgstr "" - -#: include/uimport.php:94 -msgid "Error decoding account file" -msgstr "Błąd podczas odczytu pliku konta" - -#: include/uimport.php:100 -msgid "Error! No version data in file! This is not a Friendica account file?" -msgstr "" - -#: include/uimport.php:116 include/uimport.php:127 -msgid "Error! Cannot check nickname" -msgstr "" - -#: include/uimport.php:120 include/uimport.php:131 -#, php-format -msgid "User '%s' already exists on this server!" -msgstr "Użytkownik '%s' już istnieje na tym serwerze!" - -#: include/uimport.php:153 -msgid "User creation error" -msgstr "" - -#: include/uimport.php:173 -msgid "User profile creation error" -msgstr "" - -#: include/uimport.php:222 -#, php-format -msgid "%d contact not imported" -msgid_plural "%d contacts not imported" -msgstr[0] "Nie zaimportowano %d kontaktu." -msgstr[1] "Nie zaimportowano %d kontaktów." -msgstr[2] "Nie zaimportowano %d kontaktów." - -#: include/uimport.php:292 -msgid "Done. You can now login with your username and password" -msgstr "Wykonano. Teraz możesz się zalogować z użyciem loginu i hasła." - -#: include/datetime.php:57 include/datetime.php:59 mod/profiles.php:705 -msgid "Miscellaneous" -msgstr "Różny" - -#: include/datetime.php:183 include/identity.php:629 -msgid "Birthday:" -msgstr "Urodziny:" - -#: include/datetime.php:185 mod/profiles.php:728 -msgid "Age: " -msgstr "Wiek: " - -#: include/datetime.php:187 -msgid "YYYY-MM-DD or MM-DD" -msgstr "" - -#: include/datetime.php:341 -msgid "never" -msgstr "nigdy" - -#: include/datetime.php:347 -msgid "less than a second ago" -msgstr "mniej niż sekundę temu" - -#: include/datetime.php:350 -msgid "year" -msgstr "rok" - -#: include/datetime.php:350 -msgid "years" -msgstr "lata" - -#: include/datetime.php:351 include/event.php:480 mod/cal.php:284 -#: mod/events.php:389 -msgid "month" -msgstr "miesiąc" - -#: include/datetime.php:351 -msgid "months" -msgstr "miesiące" - -#: include/datetime.php:352 include/event.php:481 mod/cal.php:285 -#: mod/events.php:390 -msgid "week" -msgstr "tydzień" - -#: include/datetime.php:352 -msgid "weeks" -msgstr "tygodnie" - -#: include/datetime.php:353 include/event.php:482 mod/cal.php:286 -#: mod/events.php:391 -msgid "day" -msgstr "dzień" - -#: include/datetime.php:353 -msgid "days" -msgstr "dni" - -#: include/datetime.php:354 -msgid "hour" -msgstr "godzina" - -#: include/datetime.php:354 -msgid "hours" -msgstr "godziny" - -#: include/datetime.php:355 -msgid "minute" -msgstr "minuta" - -#: include/datetime.php:355 -msgid "minutes" -msgstr "minuty" - -#: include/datetime.php:356 -msgid "second" -msgstr "sekunda" - -#: include/datetime.php:356 -msgid "seconds" -msgstr "sekundy" - -#: include/datetime.php:365 -#, php-format -msgid "%1$d %2$s ago" -msgstr "%1$d %2$s temu" - -#: include/datetime.php:572 -#, php-format -msgid "%s's birthday" -msgstr "Urodziny %s" - -#: include/datetime.php:573 include/dfrn.php:1109 -#, php-format -msgid "Happy Birthday %s" -msgstr "Urodziny %s" - -#: include/enotify.php:24 +#: include/enotify.php:31 msgid "Friendica Notification" msgstr "Powiadomienia Friendica" -#: include/enotify.php:27 +#: include/enotify.php:34 msgid "Thank You," msgstr "Dziękuję," -#: include/enotify.php:30 +#: include/enotify.php:37 #, php-format msgid "%s Administrator" -msgstr "%s administrator" +msgstr "%s Administrator" -#: include/enotify.php:32 +#: include/enotify.php:39 #, php-format msgid "%1$s, %2$s Administrator" -msgstr "" +msgstr "%1$s,%2$sAdministrator" -#: include/enotify.php:43 include/delivery.php:457 +#: include/enotify.php:50 src/Worker/Delivery.php:404 msgid "noreply" msgstr "brak odpowiedzi" -#: include/enotify.php:70 -#, php-format -msgid "%s " -msgstr "" - -#: include/enotify.php:83 +#: include/enotify.php:98 #, php-format msgid "[Friendica:Notify] New mail received at %s" -msgstr "[Friendica:Notify] Nowa wiadomość otrzymana od %s" +msgstr "[Friendica:Powiadomienie] Nowa wiadomość otrzymana od %s" -#: include/enotify.php:85 +#: include/enotify.php:100 #, php-format msgid "%1$s sent you a new private message at %2$s." -msgstr "" +msgstr "%1$swysłał ci nową prywatną wiadomość na %2$s " -#: include/enotify.php:86 +#: include/enotify.php:101 +msgid "a private message" +msgstr "prywatna wiadomość" + +#: include/enotify.php:101 #, php-format msgid "%1$s sent you %2$s." msgstr "%1$s wysyła ci %2$s" -#: include/enotify.php:86 -msgid "a private message" -msgstr "prywatna wiadomość" - -#: include/enotify.php:88 +#: include/enotify.php:103 #, php-format msgid "Please visit %s to view and/or reply to your private messages." msgstr "Odwiedź %s żeby zobaczyć i/lub odpowiedzieć na twoje prywatne wiadomości" -#: include/enotify.php:134 +#: include/enotify.php:141 #, php-format msgid "%1$s commented on [url=%2$s]a %3$s[/url]" msgstr "%1$s skomentował [url=%2$s]a %3$s[/url]" -#: include/enotify.php:141 -#, php-format -msgid "%1$s commented on [url=%2$s]%3$s's %4$s[/url]" -msgstr "" - #: include/enotify.php:149 #, php-format -msgid "%1$s commented on [url=%2$s]your %3$s[/url]" -msgstr "" +msgid "%1$s commented on [url=%2$s]%3$s's %4$s[/url]" +msgstr "%1$sskomentował [url=%2$s]%3$s %4$s[/url]" #: include/enotify.php:159 #, php-format -msgid "[Friendica:Notify] Comment to conversation #%1$d by %2$s" -msgstr "" +msgid "%1$s commented on [url=%2$s]your %3$s[/url]" +msgstr "%1$s skomentował [url=%2$s] twój %3$s[/ url]" -#: include/enotify.php:161 +#: include/enotify.php:171 +#, php-format +msgid "[Friendica:Notify] Comment to conversation #%1$d by %2$s" +msgstr "[Friendica:Powiadomienie] Komentarz do rozmowy #%1$d przez %2$s" + +#: include/enotify.php:173 #, php-format msgid "%s commented on an item/conversation you have been following." msgstr "%s skomentował rozmowę którą śledzisz" -#: include/enotify.php:164 include/enotify.php:178 include/enotify.php:192 -#: include/enotify.php:206 include/enotify.php:224 include/enotify.php:238 +#: include/enotify.php:176 include/enotify.php:191 include/enotify.php:206 +#: include/enotify.php:221 include/enotify.php:240 include/enotify.php:255 #, php-format msgid "Please visit %s to view and/or reply to the conversation." msgstr "Odwiedź %s żeby zobaczyć i/lub odpowiedzieć na rozmowę" -#: include/enotify.php:171 +#: include/enotify.php:183 #, php-format msgid "[Friendica:Notify] %s posted to your profile wall" -msgstr "[Friendica:Notify] %s napisał na twoim profilu" - -#: include/enotify.php:173 -#, php-format -msgid "%1$s posted to your profile wall at %2$s" -msgstr "" - -#: include/enotify.php:174 -#, php-format -msgid "%1$s posted to [url=%2$s]your wall[/url]" -msgstr "" +msgstr "[Friendica:Powiadomienie] %s napisał na twoim profilu" #: include/enotify.php:185 #, php-format -msgid "[Friendica:Notify] %s tagged you" -msgstr "[Friendica:Notify] %s oznaczył cię" +msgid "%1$s posted to your profile wall at %2$s" +msgstr "%1$sopublikowano na ścianie profilu w %2$s " -#: include/enotify.php:187 +#: include/enotify.php:186 +#, php-format +msgid "%1$s posted to [url=%2$s]your wall[/url]" +msgstr "%1$s wysłano do [url =%2$s]twojej ściany[/url] " + +#: include/enotify.php:198 +#, php-format +msgid "[Friendica:Notify] %s tagged you" +msgstr "[Friendica:Powiadomienie] %s dodał Cię" + +#: include/enotify.php:200 #, php-format msgid "%1$s tagged you at %2$s" -msgstr "%1$s oznaczył/a cię w %2$s" - -#: include/enotify.php:188 -#, php-format -msgid "%1$s [url=%2$s]tagged you[/url]." -msgstr "" - -#: include/enotify.php:199 -#, php-format -msgid "[Friendica:Notify] %s shared a new post" -msgstr "" +msgstr "%1$s oznaczono Cię tagiem %2$s" #: include/enotify.php:201 #, php-format -msgid "%1$s shared a new post at %2$s" -msgstr "" - -#: include/enotify.php:202 -#, php-format -msgid "%1$s [url=%2$s]shared a post[/url]." -msgstr "" +msgid "%1$s [url=%2$s]tagged you[/url]." +msgstr "%1$s [url=%2$s]oznaczył Cię[/url]. " #: include/enotify.php:213 #, php-format -msgid "[Friendica:Notify] %1$s poked you" -msgstr "" +msgid "[Friendica:Notify] %s shared a new post" +msgstr "[Friendica:Powiadomienie] %s udostępnił nowy wpis" #: include/enotify.php:215 #, php-format -msgid "%1$s poked you at %2$s" -msgstr "" +msgid "%1$s shared a new post at %2$s" +msgstr "%1$sudostępnił nowy wpis na %2$s " #: include/enotify.php:216 #, php-format -msgid "%1$s [url=%2$s]poked you[/url]." -msgstr "" +msgid "%1$s [url=%2$s]shared a post[/url]." +msgstr "%1$s[url=%2$s]udostępnił wpis[/url]." + +#: include/enotify.php:228 +#, php-format +msgid "[Friendica:Notify] %1$s poked you" +msgstr "[Friendica: Powiadomienie] %1$s zaczepia Cię" + +#: include/enotify.php:230 +#, php-format +msgid "%1$s poked you at %2$s" +msgstr "%1$s zaczepił Cię %2$s" #: include/enotify.php:231 #, php-format -msgid "[Friendica:Notify] %s tagged your post" -msgstr "" - -#: include/enotify.php:233 -#, php-format -msgid "%1$s tagged your post at %2$s" -msgstr "" - -#: include/enotify.php:234 -#, php-format -msgid "%1$s tagged [url=%2$s]your post[/url]" -msgstr "" - -#: include/enotify.php:245 -msgid "[Friendica:Notify] Introduction received" -msgstr "" +msgid "%1$s [url=%2$s]poked you[/url]." +msgstr "%1$s[url=%2$s] zaczepił Cię[/url]." #: include/enotify.php:247 #, php-format -msgid "You've received an introduction from '%1$s' at %2$s" -msgstr "" +msgid "[Friendica:Notify] %s tagged your post" +msgstr "[Friendica:Powiadomienie] %s otagował Twój post" -#: include/enotify.php:248 +#: include/enotify.php:249 +#, php-format +msgid "%1$s tagged your post at %2$s" +msgstr "%1$soznaczyłeś swój wpis na %2$s " + +#: include/enotify.php:250 +#, php-format +msgid "%1$s tagged [url=%2$s]your post[/url]" +msgstr "%1$soznacz [url=%2$s]twój post[/url]" + +#: include/enotify.php:262 +msgid "[Friendica:Notify] Introduction received" +msgstr "[Friendica:Powiadomienie] Zapoznanie wstępne" + +#: include/enotify.php:264 +#, php-format +msgid "You've received an introduction from '%1$s' at %2$s" +msgstr "Otrzymałeś wstęp od '%1$s' z %2$s" + +#: include/enotify.php:265 #, php-format msgid "You've received [url=%1$s]an introduction[/url] from %2$s." -msgstr "" +msgstr "Otrzymałeś [url=%1$s] wprowadzenie [/ url] z %2$s." -#: include/enotify.php:252 include/enotify.php:295 +#: include/enotify.php:270 include/enotify.php:316 #, php-format msgid "You may visit their profile at %s" -msgstr "Możesz obejrzeć ich profile na %s" +msgstr "Możesz odwiedzić ich profil na stronie %s" -#: include/enotify.php:254 +#: include/enotify.php:272 #, php-format msgid "Please visit %s to approve or reject the introduction." msgstr "Odwiedż %s aby zatwierdzić lub odrzucić przedstawienie." -#: include/enotify.php:262 +#: include/enotify.php:280 msgid "[Friendica:Notify] A new person is sharing with you" -msgstr "" +msgstr "[Friendica:Powiadomienie] Nowa osoba dzieli się z tobą" -#: include/enotify.php:264 include/enotify.php:265 +#: include/enotify.php:282 include/enotify.php:283 #, php-format msgid "%1$s is sharing with you at %2$s" -msgstr "" +msgstr "%1$sdzieli się z tobą w %2$s " -#: include/enotify.php:271 +#: include/enotify.php:290 msgid "[Friendica:Notify] You have a new follower" -msgstr "" +msgstr "[Friendica:Powiadomienie] Masz nowego obserwatora" -#: include/enotify.php:273 include/enotify.php:274 +#: include/enotify.php:292 include/enotify.php:293 #, php-format msgid "You have a new follower at %2$s : %1$s" -msgstr "" +msgstr "Masz nowego obserwatora na %2$s : %1$s" -#: include/enotify.php:285 +#: include/enotify.php:305 msgid "[Friendica:Notify] Friend suggestion received" -msgstr "" +msgstr "[Friendica: Powiadomienie] Otrzymano sugestię znajomego" -#: include/enotify.php:287 +#: include/enotify.php:307 #, php-format msgid "You've received a friend suggestion from '%1$s' at %2$s" -msgstr "" +msgstr "Otrzymałeś od znajomego sugestię '%1$s' na %2$s" -#: include/enotify.php:288 +#: include/enotify.php:308 #, php-format msgid "" "You've received [url=%1$s]a friend suggestion[/url] for %2$s from %3$s." -msgstr "" +msgstr "Otrzymałeś [url=%1$s] sugestię znajomego [/url] dla %2$s od %3$s." -#: include/enotify.php:293 +#: include/enotify.php:314 msgid "Name:" msgstr "Imię:" -#: include/enotify.php:294 +#: include/enotify.php:315 msgid "Photo:" msgstr "Zdjęcie:" -#: include/enotify.php:297 +#: include/enotify.php:318 #, php-format msgid "Please visit %s to approve or reject the suggestion." -msgstr "" +msgstr "Odwiedź stronę %s, aby zatwierdzić lub odrzucić sugestię." -#: include/enotify.php:305 include/enotify.php:319 +#: include/enotify.php:326 include/enotify.php:341 msgid "[Friendica:Notify] Connection accepted" -msgstr "" +msgstr "[Friendica: Powiadomienie] Połączenie zostało zaakceptowane" -#: include/enotify.php:307 include/enotify.php:321 +#: include/enotify.php:328 include/enotify.php:343 #, php-format msgid "'%1$s' has accepted your connection request at %2$s" -msgstr "" +msgstr "'%1$s' zaakceptował Twoją prośbę o połączenie na %2$s" -#: include/enotify.php:308 include/enotify.php:322 +#: include/enotify.php:329 include/enotify.php:344 #, php-format msgid "%2$s has accepted your [url=%1$s]connection request[/url]." -msgstr "" +msgstr "%2$szaakceptował twoje [url=%1$s] żądanie połączenia [/url]. " -#: include/enotify.php:312 +#: include/enotify.php:334 msgid "" "You are now mutual friends and may exchange status updates, photos, and " "email without restriction." -msgstr "" +msgstr "Jesteście teraz przyjaciółmi i możesz wymieniać aktualizacje statusu, zdjęcia i e-maile bez ograniczeń." -#: include/enotify.php:314 +#: include/enotify.php:336 #, php-format msgid "Please visit %s if you wish to make any changes to this relationship." -msgstr "" +msgstr "Odwiedź stronę %s jeśli chcesz wprowadzić zmiany w tym związku." -#: include/enotify.php:326 +#: include/enotify.php:349 #, php-format msgid "" -"'%1$s' has chosen to accept you a \"fan\", which restricts some forms of " +"'%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 "" +msgstr "'%1$s' zdecydował się zaakceptować Cię jako fana, który ogranicza niektóre formy komunikacji - takie jak prywatne wiadomości i niektóre interakcje w profilu. Jeśli jest to strona celebrytów lub społeczności, ustawienia te zostały zastosowane automatycznie." -#: include/enotify.php:328 +#: include/enotify.php:351 #, php-format msgid "" "'%1$s' may choose to extend this into a two-way or more permissive " "relationship in the future." -msgstr "" +msgstr "'%1$s' możesz zdecydować o przedłużeniu tego w dwukierunkowy lub bardziej ścisłą relację w przyszłości. " -#: include/enotify.php:330 +#: include/enotify.php:353 #, php-format msgid "Please visit %s if you wish to make any changes to this relationship." -msgstr "" +msgstr "Odwiedź stronę %s, jeśli chcesz wprowadzić zmiany w tej relacji." -#: include/enotify.php:340 +#: include/enotify.php:363 msgid "[Friendica System:Notify] registration request" -msgstr "" +msgstr "[Friendica System:Powiadomienie] prośba o rejestrację" -#: include/enotify.php:342 +#: include/enotify.php:365 #, php-format msgid "You've received a registration request from '%1$s' at %2$s" -msgstr "" +msgstr "Otrzymałeś wniosek rejestracyjny od '%1$s' na %2$s" -#: include/enotify.php:343 +#: include/enotify.php:366 #, php-format msgid "You've received a [url=%1$s]registration request[/url] from %2$s." -msgstr "" +msgstr "Otrzymałeś [url=%1$s] żądanie rejestracji [/url] od %2$s." -#: include/enotify.php:347 +#: include/enotify.php:371 #, php-format msgid "Full Name:\t%1$s\\nSite Location:\t%2$s\\nLogin Name:\t%3$s (%4$s)" -msgstr "" +msgstr "Pełna nazwa:\t%1$s \\Lokalizacja nSite:\t%2$s\\ nNazwa Użytkownika: \t%3$s(%4$s)" -#: include/enotify.php:350 +#: include/enotify.php:377 #, php-format msgid "Please visit %s to approve or reject the request." -msgstr "" - -#: include/event.php:16 include/bb2diaspora.php:152 mod/localtime.php:12 -msgid "l F d, Y \\@ g:i A" -msgstr "" - -#: include/event.php:33 include/event.php:51 include/event.php:487 -#: include/bb2diaspora.php:158 -msgid "Starts:" -msgstr "Start:" - -#: include/event.php:36 include/event.php:57 include/event.php:488 -#: include/bb2diaspora.php:166 -msgid "Finishes:" -msgstr "Wykończenia:" - -#: include/event.php:39 include/event.php:63 include/event.php:489 -#: include/bb2diaspora.php:174 include/identity.php:328 -#: mod/notifications.php:232 mod/directory.php:137 mod/events.php:494 -#: mod/contacts.php:628 -msgid "Location:" -msgstr "Lokalizacja" - -#: include/event.php:441 -msgid "Sun" -msgstr "" - -#: include/event.php:442 -msgid "Mon" -msgstr "" - -#: include/event.php:443 -msgid "Tue" -msgstr "" - -#: include/event.php:444 -msgid "Wed" -msgstr "" - -#: include/event.php:445 -msgid "Thu" -msgstr "" - -#: include/event.php:446 -msgid "Fri" -msgstr "" - -#: include/event.php:447 -msgid "Sat" -msgstr "" - -#: include/event.php:448 include/text.php:1130 mod/settings.php:972 -msgid "Sunday" -msgstr "Niedziela" - -#: include/event.php:449 include/text.php:1130 mod/settings.php:972 -msgid "Monday" -msgstr "Poniedziałek" - -#: include/event.php:450 include/text.php:1130 -msgid "Tuesday" -msgstr "Wtorek" - -#: include/event.php:451 include/text.php:1130 -msgid "Wednesday" -msgstr "Środa" - -#: include/event.php:452 include/text.php:1130 -msgid "Thursday" -msgstr "Czwartek" - -#: include/event.php:453 include/text.php:1130 -msgid "Friday" -msgstr "Piątek" - -#: include/event.php:454 include/text.php:1130 -msgid "Saturday" -msgstr "Sobota" - -#: include/event.php:455 -msgid "Jan" -msgstr "" - -#: include/event.php:456 -msgid "Feb" -msgstr "" - -#: include/event.php:457 -msgid "Mar" -msgstr "" - -#: include/event.php:458 -msgid "Apr" -msgstr "" - -#: include/event.php:459 include/event.php:471 include/text.php:1134 -msgid "May" -msgstr "Maj" - -#: include/event.php:460 -msgid "Jun" -msgstr "" - -#: include/event.php:461 -msgid "Jul" -msgstr "" - -#: include/event.php:462 -msgid "Aug" -msgstr "" - -#: include/event.php:463 -msgid "Sept" -msgstr "" - -#: include/event.php:464 -msgid "Oct" -msgstr "" - -#: include/event.php:465 -msgid "Nov" -msgstr "" - -#: include/event.php:466 -msgid "Dec" -msgstr "" - -#: include/event.php:467 include/text.php:1134 -msgid "January" -msgstr "Styczeń" - -#: include/event.php:468 include/text.php:1134 -msgid "February" -msgstr "Luty" - -#: include/event.php:469 include/text.php:1134 -msgid "March" -msgstr "Marzec" - -#: include/event.php:470 include/text.php:1134 -msgid "April" -msgstr "Kwiecień" - -#: include/event.php:472 include/text.php:1134 -msgid "June" -msgstr "Czerwiec" - -#: include/event.php:473 include/text.php:1134 -msgid "July" -msgstr "Lipiec" - -#: include/event.php:474 include/text.php:1134 -msgid "August" -msgstr "Sierpień" - -#: include/event.php:475 include/text.php:1134 -msgid "September" -msgstr "Wrzesień" - -#: include/event.php:476 include/text.php:1134 -msgid "October" -msgstr "Październik" - -#: include/event.php:477 include/text.php:1134 -msgid "November" -msgstr "Listopad" - -#: include/event.php:478 include/text.php:1134 -msgid "December" -msgstr "Grudzień" - -#: include/event.php:479 mod/cal.php:283 mod/events.php:388 -msgid "today" -msgstr "" - -#: include/event.php:483 -msgid "all-day" -msgstr "" - -#: include/event.php:485 -msgid "No events to display" -msgstr "" - -#: include/event.php:574 -msgid "l, F j" -msgstr "d, M d " - -#: include/event.php:593 -msgid "Edit event" -msgstr "Edytuj wydarzenie" - -#: include/event.php:615 include/text.php:1532 include/text.php:1539 -msgid "link to source" -msgstr "link do źródła" - -#: include/event.php:850 -msgid "Export" -msgstr "" - -#: include/event.php:851 -msgid "Export calendar as ical" -msgstr "" - -#: include/event.php:852 -msgid "Export calendar as csv" -msgstr "" - -#: include/nav.php:35 mod/navigation.php:19 -msgid "Nothing new here" -msgstr "Brak nowych zdarzeń" - -#: include/nav.php:39 mod/navigation.php:23 -msgid "Clear notifications" -msgstr "Wyczyść powiadomienia" - -#: include/nav.php:40 include/text.php:1015 -msgid "@name, !forum, #tags, content" -msgstr "" - -#: include/nav.php:78 view/theme/frio/theme.php:246 boot.php:1792 -msgid "Logout" -msgstr "Wyloguj się" - -#: include/nav.php:78 view/theme/frio/theme.php:246 -msgid "End this session" -msgstr "Zakończ sesję" - -#: include/nav.php:81 include/identity.php:714 mod/contacts.php:637 -#: mod/contacts.php:833 view/theme/frio/theme.php:249 -msgid "Status" -msgstr "Status" - -#: include/nav.php:81 include/nav.php:161 view/theme/frio/theme.php:249 -msgid "Your posts and conversations" -msgstr "Twoje posty i rozmowy" - -#: include/nav.php:82 include/identity.php:605 include/identity.php:691 -#: include/identity.php:722 mod/profperm.php:104 mod/newmember.php:32 -#: mod/contacts.php:639 mod/contacts.php:841 view/theme/frio/theme.php:250 -msgid "Profile" -msgstr "Profil" - -#: include/nav.php:82 view/theme/frio/theme.php:250 -msgid "Your profile page" -msgstr "Twoja strona profilowa" - -#: include/nav.php:83 include/identity.php:730 mod/fbrowser.php:32 -#: view/theme/frio/theme.php:251 -msgid "Photos" -msgstr "Zdjęcia" - -#: include/nav.php:83 view/theme/frio/theme.php:251 -msgid "Your photos" -msgstr "Twoje zdjęcia" - -#: include/nav.php:84 include/identity.php:738 include/identity.php:741 -#: view/theme/frio/theme.php:252 -msgid "Videos" -msgstr "Filmy" - -#: include/nav.php:84 view/theme/frio/theme.php:252 -msgid "Your videos" -msgstr "" - -#: include/nav.php:85 include/nav.php:149 include/identity.php:750 -#: include/identity.php:761 mod/cal.php:275 mod/events.php:379 -#: view/theme/frio/theme.php:253 view/theme/frio/theme.php:257 -msgid "Events" -msgstr "Wydarzenia" - -#: include/nav.php:85 view/theme/frio/theme.php:253 -msgid "Your events" -msgstr "Twoje wydarzenia" - -#: include/nav.php:86 -msgid "Personal notes" -msgstr "Osobiste notatki" - -#: include/nav.php:86 -msgid "Your personal notes" -msgstr "" - -#: include/nav.php:95 mod/bookmarklet.php:12 boot.php:1793 -msgid "Login" -msgstr "Login" - -#: include/nav.php:95 -msgid "Sign in" -msgstr "Zaloguj się" - -#: include/nav.php:105 include/nav.php:161 -#: include/NotificationsManager.php:174 -msgid "Home" -msgstr "Dom" - -#: include/nav.php:105 -msgid "Home Page" -msgstr "Strona startowa" - -#: include/nav.php:109 mod/register.php:289 boot.php:1768 -msgid "Register" -msgstr "Zarejestruj" - -#: include/nav.php:109 -msgid "Create an account" -msgstr "Załóż konto" - -#: include/nav.php:115 mod/help.php:47 view/theme/vier/theme.php:298 -msgid "Help" -msgstr "Pomoc" - -#: include/nav.php:115 -msgid "Help and documentation" -msgstr "Pomoc i dokumentacja" - -#: include/nav.php:119 -msgid "Apps" -msgstr "Aplikacje" - -#: include/nav.php:119 -msgid "Addon applications, utilities, games" -msgstr "Wtyczki, aplikacje, narzędzia, gry" - -#: include/nav.php:123 include/text.php:1012 mod/search.php:149 -msgid "Search" -msgstr "Szukaj" - -#: include/nav.php:123 -msgid "Search site content" -msgstr "Przeszukaj zawartość strony" - -#: include/nav.php:126 include/text.php:1020 -msgid "Full Text" -msgstr "" - -#: include/nav.php:127 include/text.php:1021 -msgid "Tags" -msgstr "" - -#: include/nav.php:128 include/nav.php:192 include/identity.php:783 -#: include/identity.php:786 include/text.php:1022 mod/contacts.php:792 -#: mod/contacts.php:853 mod/viewcontacts.php:116 view/theme/frio/theme.php:260 -msgid "Contacts" -msgstr "Kontakty" - -#: include/nav.php:143 include/nav.php:145 mod/community.php:36 -msgid "Community" -msgstr "Społeczność" - -#: include/nav.php:143 -msgid "Conversations on this site" -msgstr "Rozmowy na tej stronie" - -#: include/nav.php:145 -msgid "Conversations on the network" -msgstr "" - -#: include/nav.php:149 include/identity.php:753 include/identity.php:764 -#: view/theme/frio/theme.php:257 -msgid "Events and Calendar" -msgstr "Wydarzenia i kalendarz" - -#: include/nav.php:152 -msgid "Directory" -msgstr "Katalog" - -#: include/nav.php:152 -msgid "People directory" -msgstr "" - -#: include/nav.php:154 -msgid "Information" -msgstr "" - -#: include/nav.php:154 -msgid "Information about this friendica instance" -msgstr "" - -#: include/nav.php:158 include/NotificationsManager.php:160 mod/admin.php:411 -#: view/theme/frio/theme.php:256 -msgid "Network" -msgstr "Sieć" - -#: include/nav.php:158 view/theme/frio/theme.php:256 -msgid "Conversations from your friends" -msgstr "Rozmowy Twoich przyjaciół" - -#: include/nav.php:159 -msgid "Network Reset" -msgstr "" - -#: include/nav.php:159 -msgid "Load Network page with no filters" -msgstr "" - -#: include/nav.php:166 include/NotificationsManager.php:181 -msgid "Introductions" -msgstr "Wstępy" - -#: include/nav.php:166 -msgid "Friend Requests" -msgstr "Podania o przyjęcie do grona znajomych" - -#: include/nav.php:169 mod/notifications.php:96 -msgid "Notifications" -msgstr "Powiadomienia" - -#: include/nav.php:170 -msgid "See all notifications" -msgstr "Zobacz wszystkie powiadomienia" - -#: include/nav.php:171 mod/settings.php:902 -msgid "Mark as seen" -msgstr "Oznacz jako przeczytane" - -#: include/nav.php:171 -msgid "Mark all system notifications seen" -msgstr "Oznacz wszystkie powiadomienia systemu jako przeczytane" - -#: include/nav.php:175 mod/message.php:190 view/theme/frio/theme.php:258 -msgid "Messages" -msgstr "Wiadomości" - -#: include/nav.php:175 view/theme/frio/theme.php:258 -msgid "Private mail" -msgstr "Prywatne maile" - -#: include/nav.php:176 -msgid "Inbox" -msgstr "Odebrane" - -#: include/nav.php:177 -msgid "Outbox" -msgstr "Wysłane" - -#: include/nav.php:178 mod/message.php:16 -msgid "New Message" -msgstr "Nowa wiadomość" - -#: include/nav.php:181 -msgid "Manage" -msgstr "Zarządzaj" - -#: include/nav.php:181 -msgid "Manage other pages" -msgstr "Zarządzaj innymi stronami" - -#: include/nav.php:184 mod/settings.php:81 -msgid "Delegations" -msgstr "" - -#: include/nav.php:184 mod/delegate.php:130 -msgid "Delegate Page Management" -msgstr "" - -#: include/nav.php:186 mod/newmember.php:22 mod/settings.php:111 -#: mod/admin.php:1524 mod/admin.php:1782 view/theme/frio/theme.php:259 -msgid "Settings" -msgstr "Ustawienia" - -#: include/nav.php:186 view/theme/frio/theme.php:259 -msgid "Account settings" -msgstr "Ustawienia konta" - -#: include/nav.php:189 include/identity.php:282 -msgid "Profiles" -msgstr "Profile" - -#: include/nav.php:189 -msgid "Manage/Edit Profiles" -msgstr "Zarządzaj/Edytuj profile" - -#: include/nav.php:192 view/theme/frio/theme.php:260 -msgid "Manage/edit friends and contacts" -msgstr "Zarządzaj listą przyjaciół i kontaktami" - -#: include/nav.php:197 mod/admin.php:186 -msgid "Admin" -msgstr "Administator" - -#: include/nav.php:197 -msgid "Site setup and configuration" -msgstr "Konfiguracja i ustawienia instancji" - -#: include/nav.php:200 -msgid "Navigation" -msgstr "Nawigacja" - -#: include/nav.php:200 -msgid "Site map" -msgstr "Mapa strony" - -#: include/photos.php:53 mod/fbrowser.php:41 mod/fbrowser.php:62 -#: mod/photos.php:180 mod/photos.php:1086 mod/photos.php:1211 -#: mod/photos.php:1232 mod/photos.php:1795 mod/photos.php:1807 -msgid "Contact Photos" -msgstr "Zdjęcia kontaktu" - -#: include/security.php:22 -msgid "Welcome " -msgstr "Witaj " - -#: include/security.php:23 -msgid "Please upload a profile photo." -msgstr "Proszę dodać zdjęcie profilowe." - -#: include/security.php:26 -msgid "Welcome back " -msgstr "Witaj ponownie " - -#: include/security.php:373 -msgid "" -"The form security token was not correct. This probably happened because the " -"form has been opened for too long (>3 hours) before submitting it." -msgstr "" - -#: include/NotificationsManager.php:153 -msgid "System" -msgstr "System" - -#: include/NotificationsManager.php:167 mod/profiles.php:703 -#: mod/network.php:845 -msgid "Personal" -msgstr "Osobiste" - -#: include/NotificationsManager.php:234 include/NotificationsManager.php:244 +msgstr "Odwiedź stronę %s, aby zatwierdzić lub odrzucić wniosek." + +#: include/items.php:342 mod/notice.php:22 mod/viewsrc.php:21 +#: mod/display.php:72 mod/display.php:252 mod/display.php:354 +#: mod/admin.php:276 mod/admin.php:1854 mod/admin.php:2102 +msgid "Item not found." +msgstr "Element nie znaleziony." + +#: include/items.php:382 +msgid "Do you really want to delete this item?" +msgstr "Czy na pewno chcesz usunąć ten element?" + +#: include/items.php:384 mod/api.php:110 mod/suggest.php:38 +#: mod/dfrn_request.php:653 mod/message.php:138 mod/follow.php:150 +#: mod/profiles.php:636 mod/profiles.php:639 mod/profiles.php:661 +#: mod/contacts.php:472 mod/register.php:237 mod/settings.php:1105 +#: mod/settings.php:1111 mod/settings.php:1118 mod/settings.php:1122 +#: mod/settings.php:1126 mod/settings.php:1130 mod/settings.php:1134 +#: mod/settings.php:1138 mod/settings.php:1158 mod/settings.php:1159 +#: mod/settings.php:1160 mod/settings.php:1161 mod/settings.php:1162 +msgid "Yes" +msgstr "Tak" + +#: include/items.php:387 include/conversation.php:1378 mod/fbrowser.php:103 +#: mod/fbrowser.php:134 mod/suggest.php:41 mod/dfrn_request.php:663 +#: mod/tagrm.php:19 mod/tagrm.php:99 mod/editpost.php:149 mod/message.php:141 +#: mod/photos.php:248 mod/photos.php:324 mod/videos.php:147 +#: mod/unfollow.php:117 mod/follow.php:161 mod/contacts.php:475 +#: mod/settings.php:676 mod/settings.php:702 +msgid "Cancel" +msgstr "Anuluj" + +#: include/items.php:401 mod/allfriends.php:21 mod/api.php:35 mod/api.php:40 +#: mod/attach.php:38 mod/common.php:26 mod/crepair.php:98 mod/nogroup.php:28 +#: mod/repair_ostatus.php:13 mod/suggest.php:60 mod/uimport.php:28 +#: mod/notifications.php:73 mod/dfrn_confirm.php:68 mod/invite.php:20 +#: mod/invite.php:106 mod/wall_attach.php:74 mod/wall_attach.php:77 +#: mod/manage.php:131 mod/regmod.php:108 mod/viewcontacts.php:57 +#: mod/wallmessage.php:16 mod/wallmessage.php:40 mod/wallmessage.php:79 +#: mod/wallmessage.php:103 mod/poke.php:150 mod/wall_upload.php:103 +#: mod/wall_upload.php:106 mod/editpost.php:18 mod/fsuggest.php:80 +#: mod/group.php:26 mod/item.php:160 mod/message.php:59 mod/message.php:104 +#: mod/network.php:32 mod/notes.php:30 mod/photos.php:174 mod/photos.php:1051 +#: mod/delegate.php:25 mod/delegate.php:43 mod/delegate.php:54 +#: mod/dirfind.php:25 mod/ostatus_subscribe.php:16 mod/unfollow.php:15 +#: mod/unfollow.php:57 mod/unfollow.php:90 mod/cal.php:304 mod/events.php:194 +#: mod/profile_photo.php:30 mod/profile_photo.php:176 +#: mod/profile_photo.php:187 mod/profile_photo.php:200 mod/follow.php:17 +#: mod/follow.php:54 mod/follow.php:118 mod/profiles.php:182 +#: mod/profiles.php:606 mod/contacts.php:386 mod/register.php:53 +#: mod/settings.php:42 mod/settings.php:141 mod/settings.php:665 index.php:416 +msgid "Permission denied." +msgstr "Brak uprawnień." + +#: include/items.php:471 +msgid "Archives" +msgstr "Archiwum" + +#: include/items.php:477 src/Content/ForumManager.php:130 +#: src/Content/Widget.php:312 src/Object/Post.php:430 src/App.php:512 +#: view/theme/vier/theme.php:259 +msgid "show more" +msgstr "Pokaż więcej" + +#: include/conversation.php:144 include/conversation.php:282 +#: include/text.php:1774 src/Model/Item.php:1795 +msgid "event" +msgstr "wydarzenie" + +#: include/conversation.php:147 include/conversation.php:157 +#: include/conversation.php:285 include/conversation.php:294 +#: mod/subthread.php:97 mod/tagger.php:72 src/Model/Item.php:1793 +#: src/Protocol/Diaspora.php:2010 +msgid "status" +msgstr "status" + +#: include/conversation.php:152 include/conversation.php:290 +#: include/text.php:1776 mod/subthread.php:97 mod/tagger.php:72 +#: src/Model/Item.php:1793 +msgid "photo" +msgstr "zdjęcie" + +#: include/conversation.php:164 src/Model/Item.php:1666 +#: src/Protocol/Diaspora.php:2006 #, php-format -msgid "%s commented on %s's post" -msgstr "%s skomentował wpis %s" +msgid "%1$s likes %2$s's %3$s" +msgstr "%1$s lubi to %2$s's %3$s" -#: include/NotificationsManager.php:243 +#: include/conversation.php:167 src/Model/Item.php:1671 #, php-format -msgid "%s created a new post" -msgstr "%s dodał nowy wpis" +msgid "%1$s doesn't like %2$s's %3$s" +msgstr "%1$s nie lubi %2$s's %3$s" -#: include/NotificationsManager.php:256 -#, php-format -msgid "%s liked %s's post" -msgstr "%s polubił wpis %s" - -#: include/NotificationsManager.php:267 -#, php-format -msgid "%s disliked %s's post" -msgstr "%s przestał lubić post %s" - -#: include/NotificationsManager.php:278 -#, php-format -msgid "%s is attending %s's event" -msgstr "" - -#: include/NotificationsManager.php:289 -#, php-format -msgid "%s is not attending %s's event" -msgstr "" - -#: include/NotificationsManager.php:300 -#, php-format -msgid "%s may attend %s's event" -msgstr "" - -#: include/NotificationsManager.php:315 -#, php-format -msgid "%s is now friends with %s" -msgstr "%s jest teraz znajomym %s" - -#: include/NotificationsManager.php:748 -msgid "Friend Suggestion" -msgstr "Propozycja znajomych" - -#: include/NotificationsManager.php:781 -msgid "Friend/Connect Request" -msgstr "Prośba o dodanie do przyjaciół/powiązanych" - -#: include/NotificationsManager.php:781 -msgid "New Follower" -msgstr "Nowy obserwator" - -#: include/dbstructure.php:26 -#, php-format -msgid "" -"\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." -msgstr "" - -#: include/dbstructure.php:31 -#, php-format -msgid "" -"The error message is\n" -"[pre]%s[/pre]" -msgstr "" - -#: include/dbstructure.php:183 -msgid "Errors encountered creating database tables." -msgstr "Zostały napotkane błędy przy tworzeniu tabeli bazy danych." - -#: include/dbstructure.php:260 -msgid "Errors encountered performing database changes." -msgstr "" - -#: include/delivery.php:446 -msgid "(no subject)" -msgstr "(bez tematu)" - -#: include/diaspora.php:1958 -msgid "Sharing notification from Diaspora network" -msgstr "Wspólne powiadomienie z sieci Diaspora" - -#: include/diaspora.php:2864 -msgid "Attachments:" -msgstr "Załączniki:" - -#: include/network.php:595 -msgid "view full size" -msgstr "Zobacz w pełnym wymiarze" - -#: include/Contact.php:340 include/Contact.php:353 include/Contact.php:398 -#: include/conversation.php:968 include/conversation.php:984 -#: mod/allfriends.php:65 mod/directory.php:155 mod/dirfind.php:203 -#: mod/match.php:71 mod/suggest.php:82 -msgid "View Profile" -msgstr "Zobacz profil" - -#: include/Contact.php:397 include/conversation.php:967 -msgid "View Status" -msgstr "Zobacz status" - -#: include/Contact.php:399 include/conversation.php:969 -msgid "View Photos" -msgstr "Zobacz zdjęcia" - -#: include/Contact.php:400 include/conversation.php:970 -msgid "Network Posts" -msgstr "" - -#: include/Contact.php:401 include/conversation.php:971 -msgid "View Contact" -msgstr "" - -#: include/Contact.php:402 -msgid "Drop Contact" -msgstr "" - -#: include/Contact.php:403 include/conversation.php:972 -msgid "Send PM" -msgstr "Wyślij prywatną wiadomość" - -#: include/Contact.php:404 include/conversation.php:976 -msgid "Poke" -msgstr "Zaczepka" - -#: include/Contact.php:775 -msgid "Organisation" -msgstr "" - -#: include/Contact.php:778 -msgid "News" -msgstr "" - -#: include/Contact.php:781 -msgid "Forum" -msgstr "" - -#: include/api.php:1018 -#, php-format -msgid "Daily posting limit of %d posts reached. The post was rejected." -msgstr "" - -#: include/api.php:1038 -#, php-format -msgid "Weekly posting limit of %d posts reached. The post was rejected." -msgstr "" - -#: include/api.php:1059 -#, php-format -msgid "Monthly posting limit of %d posts reached. The post was rejected." -msgstr "" - -#: include/bbcode.php:350 include/bbcode.php:1057 include/bbcode.php:1058 -msgid "Image/photo" -msgstr "Obrazek/zdjęcie" - -#: include/bbcode.php:467 -#, php-format -msgid "%2$s %3$s" -msgstr "" - -#: include/bbcode.php:1017 include/bbcode.php:1037 -msgid "$1 wrote:" -msgstr "$1 napisał:" - -#: include/bbcode.php:1066 include/bbcode.php:1067 -msgid "Encrypted content" -msgstr "Szyfrowana treść" - -#: include/bbcode.php:1169 -msgid "Invalid source protocol" -msgstr "" - -#: include/bbcode.php:1179 -msgid "Invalid link protocol" -msgstr "" - -#: include/conversation.php:147 +#: include/conversation.php:170 #, php-format msgid "%1$s attends %2$s's %3$s" -msgstr "" +msgstr "%1$sbierze udział w %2$s's%3$s " -#: include/conversation.php:150 +#: include/conversation.php:173 #, php-format msgid "%1$s doesn't attend %2$s's %3$s" -msgstr "" +msgstr "%1$s nie uczestniczy %2$s 's %3$s" -#: include/conversation.php:153 +#: include/conversation.php:176 #, php-format msgid "%1$s attends maybe %2$s's %3$s" -msgstr "" +msgstr "%1$s może uczęszcza %2$s 's %3$s" -#: include/conversation.php:185 mod/dfrn_confirm.php:477 +#: include/conversation.php:209 mod/dfrn_confirm.php:431 +#: src/Protocol/Diaspora.php:2481 #, php-format msgid "%1$s is now friends with %2$s" msgstr "%1$s jest teraz znajomym z %2$s" -#: include/conversation.php:219 +#: include/conversation.php:250 #, php-format msgid "%1$s poked %2$s" -msgstr "" +msgstr "%1$s zaczepił Cię %2$s" -#: include/conversation.php:239 mod/mood.php:62 -#, php-format -msgid "%1$s is currently %2$s" -msgstr "" - -#: include/conversation.php:278 mod/tagger.php:95 +#: include/conversation.php:304 mod/tagger.php:110 #, php-format msgid "%1$s tagged %2$s's %3$s with %4$s" msgstr "%1$s zaznaczył %2$s'go %3$s przy użyciu %4$s" -#: include/conversation.php:303 +#: include/conversation.php:331 msgid "post/item" -msgstr "" +msgstr "stanowisko/pozycja" -#: include/conversation.php:304 +#: include/conversation.php:332 #, php-format msgid "%1$s marked %2$s's %3$s as favorite" -msgstr "" +msgstr "%1$s oznacz %2$s's %3$s jako ulubione" -#: include/conversation.php:585 mod/content.php:372 mod/profiles.php:346 -#: mod/photos.php:1607 +#: include/conversation.php:605 mod/photos.php:1501 mod/profiles.php:355 msgid "Likes" -msgstr "Polubień" +msgstr "Lubię to" -#: include/conversation.php:585 mod/content.php:372 mod/profiles.php:350 -#: mod/photos.php:1607 +#: include/conversation.php:605 mod/photos.php:1501 mod/profiles.php:359 msgid "Dislikes" -msgstr "Nie lubień" +msgstr "Nie lubię tego" -#: include/conversation.php:586 include/conversation.php:1481 -#: mod/content.php:373 mod/photos.php:1608 +#: include/conversation.php:606 include/conversation.php:1687 +#: mod/photos.php:1502 msgid "Attending" msgid_plural "Attending" msgstr[0] "" msgstr[1] "" msgstr[2] "" +msgstr[3] "" -#: include/conversation.php:586 mod/content.php:373 mod/photos.php:1608 +#: include/conversation.php:606 mod/photos.php:1502 msgid "Not attending" -msgstr "" +msgstr "Nie uczestniczyłem" -#: include/conversation.php:586 mod/content.php:373 mod/photos.php:1608 +#: include/conversation.php:606 mod/photos.php:1502 msgid "Might attend" -msgstr "" +msgstr "Może wziąć udział" -#: include/conversation.php:708 mod/content.php:453 mod/content.php:758 -#: mod/photos.php:1681 object/Item.php:133 +#: include/conversation.php:744 mod/photos.php:1569 src/Object/Post.php:178 msgid "Select" msgstr "Wybierz" -#: include/conversation.php:709 mod/group.php:171 mod/content.php:454 -#: mod/content.php:759 mod/photos.php:1682 mod/settings.php:741 -#: mod/admin.php:1414 mod/contacts.php:808 mod/contacts.php:1007 -#: object/Item.php:134 +#: include/conversation.php:745 mod/photos.php:1570 mod/contacts.php:830 +#: mod/contacts.php:1035 mod/admin.php:1798 mod/settings.php:738 +#: src/Object/Post.php:179 msgid "Delete" msgstr "Usuń" -#: include/conversation.php:753 mod/content.php:487 mod/content.php:910 -#: mod/content.php:911 object/Item.php:367 object/Item.php:368 +#: include/conversation.php:783 src/Object/Post.php:363 +#: src/Object/Post.php:364 #, php-format msgid "View %s's profile @ %s" msgstr "Pokaż %s's profil @ %s" -#: include/conversation.php:765 object/Item.php:355 +#: include/conversation.php:795 src/Object/Post.php:351 msgid "Categories:" msgstr "Kategorie:" -#: include/conversation.php:766 object/Item.php:356 +#: include/conversation.php:796 src/Object/Post.php:352 msgid "Filed under:" -msgstr "Zapisano pod:" +msgstr "Zapisano w:" -#: include/conversation.php:773 mod/content.php:497 mod/content.php:923 -#: object/Item.php:381 +#: include/conversation.php:803 src/Object/Post.php:377 #, php-format msgid "%s from %s" msgstr "%s od %s" -#: include/conversation.php:789 mod/content.php:513 +#: include/conversation.php:818 msgid "View in context" msgstr "Zobacz w kontekście" -#: include/conversation.php:791 include/conversation.php:1264 -#: mod/editpost.php:124 mod/wallmessage.php:156 mod/message.php:356 -#: mod/message.php:548 mod/content.php:515 mod/content.php:948 -#: mod/photos.php:1570 object/Item.php:406 +#: include/conversation.php:820 include/conversation.php:1360 +#: mod/wallmessage.php:145 mod/editpost.php:125 mod/message.php:264 +#: mod/message.php:433 mod/photos.php:1473 src/Object/Post.php:402 msgid "Please wait" msgstr "Proszę czekać" -#: include/conversation.php:870 +#: include/conversation.php:891 msgid "remove" msgstr "usuń" -#: include/conversation.php:874 +#: include/conversation.php:895 msgid "Delete Selected Items" msgstr "Usuń zaznaczone elementy" -#: include/conversation.php:966 +#: include/conversation.php:1065 view/theme/frio/theme.php:352 msgid "Follow Thread" msgstr "Śledź wątek" -#: include/conversation.php:1097 +#: include/conversation.php:1066 src/Model/Contact.php:640 +msgid "View Status" +msgstr "Zobacz status" + +#: include/conversation.php:1067 include/conversation.php:1083 +#: mod/allfriends.php:73 mod/suggest.php:82 mod/match.php:89 +#: mod/dirfind.php:217 mod/directory.php:159 src/Model/Contact.php:580 +#: src/Model/Contact.php:593 src/Model/Contact.php:641 +msgid "View Profile" +msgstr "Zobacz profil" + +#: include/conversation.php:1068 src/Model/Contact.php:642 +msgid "View Photos" +msgstr "Zobacz zdjęcia" + +#: include/conversation.php:1069 src/Model/Contact.php:643 +msgid "Network Posts" +msgstr "Wiadomości sieciowe" + +#: include/conversation.php:1070 src/Model/Contact.php:644 +msgid "View Contact" +msgstr "Pokaż kontakt" + +#: include/conversation.php:1071 src/Model/Contact.php:646 +msgid "Send PM" +msgstr "Wyślij prywatną wiadomość" + +#: include/conversation.php:1075 src/Model/Contact.php:647 +msgid "Poke" +msgstr "Zaczepka" + +#: include/conversation.php:1080 mod/allfriends.php:74 mod/suggest.php:83 +#: mod/match.php:90 mod/dirfind.php:218 mod/follow.php:143 +#: mod/contacts.php:596 src/Content/Widget.php:61 src/Model/Contact.php:594 +msgid "Connect/Follow" +msgstr "Połącz/Obserwuj" + +#: include/conversation.php:1199 #, php-format msgid "%s likes this." msgstr "%s lubi to." -#: include/conversation.php:1100 +#: include/conversation.php:1202 #, php-format msgid "%s doesn't like this." msgstr "%s nie lubi tego." -#: include/conversation.php:1103 +#: include/conversation.php:1205 #, php-format msgid "%s attends." -msgstr "" +msgstr "%s uczestniczy." -#: include/conversation.php:1106 +#: include/conversation.php:1208 #, php-format msgid "%s doesn't attend." -msgstr "" +msgstr "%s nie uczestniczy." -#: include/conversation.php:1109 +#: include/conversation.php:1211 #, php-format msgid "%s attends maybe." -msgstr "" +msgstr "%s może uczęszcza." -#: include/conversation.php:1119 +#: include/conversation.php:1222 msgid "and" msgstr "i" -#: include/conversation.php:1125 +#: include/conversation.php:1228 #, php-format -msgid ", and %d other people" -msgstr ", i %d innych ludzi" +msgid "and %d other people" +msgstr "i %d inni ludzie" -#: include/conversation.php:1134 +#: include/conversation.php:1237 #, php-format msgid "%2$d people like this" -msgstr "" +msgstr "%2$d ludzi lubi to" -#: include/conversation.php:1135 +#: include/conversation.php:1238 #, php-format msgid "%s like this." -msgstr "" +msgstr "%s lubię to." -#: include/conversation.php:1138 +#: include/conversation.php:1241 #, php-format msgid "%2$d people don't like this" -msgstr "" +msgstr "%2$d ludzi nie lubi tego " -#: include/conversation.php:1139 +#: include/conversation.php:1242 #, php-format msgid "%s don't like this." -msgstr "" +msgstr "%s nie lubię tego." -#: include/conversation.php:1142 +#: include/conversation.php:1245 #, php-format msgid "%2$d people attend" -msgstr "" +msgstr "%2$dosoby uczestniczą" -#: include/conversation.php:1143 +#: include/conversation.php:1246 #, php-format msgid "%s attend." -msgstr "" +msgstr "%suczestniczy" -#: include/conversation.php:1146 +#: include/conversation.php:1249 #, php-format msgid "%2$d people don't attend" -msgstr "" +msgstr "%2$dludzie nie uczestniczą" -#: include/conversation.php:1147 +#: include/conversation.php:1250 #, php-format msgid "%s don't attend." -msgstr "" +msgstr "%s nie uczestnicz" -#: include/conversation.php:1150 +#: include/conversation.php:1253 #, php-format msgid "%2$d people attend maybe" -msgstr "" +msgstr "%2$dprzyjacielemogą uczestniczyć " -#: include/conversation.php:1151 +#: include/conversation.php:1254 #, php-format -msgid "%s anttend maybe." -msgstr "" +msgid "%s attend maybe." +msgstr "%sbyć może uczestniczyć. " -#: include/conversation.php:1190 include/conversation.php:1208 +#: include/conversation.php:1284 include/conversation.php:1300 msgid "Visible to everybody" msgstr "Widoczne dla wszystkich" -#: include/conversation.php:1191 include/conversation.php:1209 -#: mod/wallmessage.php:127 mod/wallmessage.php:135 mod/message.php:291 -#: mod/message.php:299 mod/message.php:442 mod/message.php:450 +#: include/conversation.php:1285 include/conversation.php:1301 +#: mod/wallmessage.php:120 mod/wallmessage.php:127 mod/message.php:200 +#: mod/message.php:207 mod/message.php:343 mod/message.php:350 msgid "Please enter a link URL:" msgstr "Proszę wpisać adres URL:" -#: include/conversation.php:1192 include/conversation.php:1210 +#: include/conversation.php:1286 include/conversation.php:1302 msgid "Please enter a video link/URL:" msgstr "Podaj link do filmu" -#: include/conversation.php:1193 include/conversation.php:1211 +#: include/conversation.php:1287 include/conversation.php:1303 msgid "Please enter an audio link/URL:" msgstr "Podaj link do muzyki" -#: include/conversation.php:1194 include/conversation.php:1212 +#: include/conversation.php:1288 include/conversation.php:1304 msgid "Tag term:" -msgstr "" +msgstr "Termin tagu:" -#: include/conversation.php:1195 include/conversation.php:1213 -#: mod/filer.php:30 +#: include/conversation.php:1289 include/conversation.php:1305 +#: mod/filer.php:34 msgid "Save to Folder:" msgstr "Zapisz w folderze:" -#: include/conversation.php:1196 include/conversation.php:1214 +#: include/conversation.php:1290 include/conversation.php:1306 msgid "Where are you right now?" msgstr "Gdzie teraz jesteś?" -#: include/conversation.php:1197 +#: include/conversation.php:1291 msgid "Delete item(s)?" msgstr "Usunąć pozycję (pozycje)?" -#: include/conversation.php:1245 mod/photos.php:1569 +#: include/conversation.php:1338 +msgid "New Post" +msgstr "Nowy Post" + +#: include/conversation.php:1341 msgid "Share" msgstr "Podziel się" -#: include/conversation.php:1246 mod/editpost.php:110 mod/wallmessage.php:154 -#: mod/message.php:354 mod/message.php:545 +#: include/conversation.php:1342 mod/wallmessage.php:143 mod/editpost.php:111 +#: mod/message.php:262 mod/message.php:430 msgid "Upload photo" msgstr "Wyślij zdjęcie" -#: include/conversation.php:1247 mod/editpost.php:111 +#: include/conversation.php:1343 mod/editpost.php:112 msgid "upload photo" msgstr "dodaj zdjęcie" -#: include/conversation.php:1248 mod/editpost.php:112 +#: include/conversation.php:1344 mod/editpost.php:113 msgid "Attach file" -msgstr "Przyłącz plik" +msgstr "Załącz plik" -#: include/conversation.php:1249 mod/editpost.php:113 +#: include/conversation.php:1345 mod/editpost.php:114 msgid "attach file" msgstr "załącz plik" -#: include/conversation.php:1250 mod/editpost.php:114 mod/wallmessage.php:155 -#: mod/message.php:355 mod/message.php:546 +#: include/conversation.php:1346 mod/wallmessage.php:144 mod/editpost.php:115 +#: mod/message.php:263 mod/message.php:431 msgid "Insert web link" msgstr "Wstaw link" -#: include/conversation.php:1251 mod/editpost.php:115 +#: include/conversation.php:1347 mod/editpost.php:116 msgid "web link" msgstr "Adres www" -#: include/conversation.php:1252 mod/editpost.php:116 +#: include/conversation.php:1348 mod/editpost.php:117 msgid "Insert video link" -msgstr "Wstaw link wideo" +msgstr "Wstaw link do filmu" -#: include/conversation.php:1253 mod/editpost.php:117 +#: include/conversation.php:1349 mod/editpost.php:118 msgid "video link" msgstr "link do filmu" -#: include/conversation.php:1254 mod/editpost.php:118 +#: include/conversation.php:1350 mod/editpost.php:119 msgid "Insert audio link" -msgstr "Wstaw link audio" +msgstr "Wstaw link do audio" -#: include/conversation.php:1255 mod/editpost.php:119 +#: include/conversation.php:1351 mod/editpost.php:120 msgid "audio link" -msgstr "Link audio" +msgstr "Link do nagrania audio" -#: include/conversation.php:1256 mod/editpost.php:120 +#: include/conversation.php:1352 mod/editpost.php:121 msgid "Set your location" -msgstr "Ustaw swoje położenie" +msgstr "Ustaw swoją lokalizację" -#: include/conversation.php:1257 mod/editpost.php:121 +#: include/conversation.php:1353 mod/editpost.php:122 msgid "set location" msgstr "wybierz lokalizację" -#: include/conversation.php:1258 mod/editpost.php:122 +#: include/conversation.php:1354 mod/editpost.php:123 msgid "Clear browser location" -msgstr "Wyczyść położenie przeglądarki" +msgstr "Wyczyść lokalizację przeglądarki" -#: include/conversation.php:1259 mod/editpost.php:123 +#: include/conversation.php:1355 mod/editpost.php:124 msgid "clear location" msgstr "wyczyść lokalizację" -#: include/conversation.php:1261 mod/editpost.php:137 +#: include/conversation.php:1357 mod/editpost.php:138 msgid "Set title" msgstr "Ustaw tytuł" -#: include/conversation.php:1263 mod/editpost.php:139 +#: include/conversation.php:1359 mod/editpost.php:140 msgid "Categories (comma-separated list)" msgstr "Kategorie (lista słów oddzielonych przecinkiem)" -#: include/conversation.php:1265 mod/editpost.php:125 +#: include/conversation.php:1361 mod/editpost.php:126 msgid "Permission settings" msgstr "Ustawienia uprawnień" -#: include/conversation.php:1266 mod/editpost.php:154 +#: include/conversation.php:1362 mod/editpost.php:155 msgid "permissions" msgstr "zezwolenia" -#: include/conversation.php:1274 mod/editpost.php:134 +#: include/conversation.php:1370 mod/editpost.php:135 msgid "Public post" msgstr "Publiczny post" -#: include/conversation.php:1279 mod/editpost.php:145 mod/content.php:737 -#: mod/events.php:504 mod/photos.php:1591 mod/photos.php:1639 -#: mod/photos.php:1725 object/Item.php:729 +#: include/conversation.php:1374 mod/editpost.php:146 mod/photos.php:1492 +#: mod/photos.php:1531 mod/photos.php:1604 mod/events.php:528 +#: src/Object/Post.php:805 msgid "Preview" msgstr "Podgląd" -#: include/conversation.php:1283 include/items.php:1974 mod/fbrowser.php:101 -#: mod/fbrowser.php:136 mod/tagrm.php:11 mod/tagrm.php:94 mod/editpost.php:148 -#: mod/message.php:220 mod/suggest.php:32 mod/photos.php:235 -#: mod/photos.php:322 mod/settings.php:679 mod/settings.php:705 -#: mod/videos.php:128 mod/contacts.php:445 mod/dfrn_request.php:876 -#: mod/follow.php:121 -msgid "Cancel" -msgstr "Anuluj" - -#: include/conversation.php:1289 +#: include/conversation.php:1383 msgid "Post to Groups" -msgstr "Wstaw na strony grup" +msgstr "Opublikuj w grupach" -#: include/conversation.php:1290 +#: include/conversation.php:1384 msgid "Post to Contacts" msgstr "Wstaw do kontaktów" -#: include/conversation.php:1291 +#: include/conversation.php:1385 msgid "Private post" msgstr "Prywatne posty" -#: include/conversation.php:1296 include/identity.php:256 mod/editpost.php:152 +#: include/conversation.php:1390 mod/editpost.php:153 +#: src/Model/Profile.php:342 msgid "Message" msgstr "Wiadomość" -#: include/conversation.php:1297 mod/editpost.php:153 +#: include/conversation.php:1391 mod/editpost.php:154 msgid "Browser" -msgstr "" +msgstr "Przeglądarka" -#: include/conversation.php:1453 +#: include/conversation.php:1658 msgid "View all" -msgstr "" +msgstr "Pokaż wszystkie" -#: include/conversation.php:1475 +#: include/conversation.php:1681 msgid "Like" msgid_plural "Likes" msgstr[0] "" msgstr[1] "" msgstr[2] "" +msgstr[3] "" -#: include/conversation.php:1478 +#: include/conversation.php:1684 msgid "Dislike" msgid_plural "Dislikes" msgstr[0] "" msgstr[1] "" msgstr[2] "" +msgstr[3] "" -#: include/conversation.php:1484 +#: include/conversation.php:1690 msgid "Not Attending" msgid_plural "Not Attending" msgstr[0] "" msgstr[1] "" msgstr[2] "" +msgstr[3] "" -#: include/dfrn.php:1108 -#, php-format -msgid "%s\\'s birthday" -msgstr "" +#: include/conversation.php:1693 src/Content/ContactSelector.php:125 +msgid "Undecided" +msgid_plural "Undecided" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" +msgstr[3] "" -#: include/features.php:70 -msgid "General Features" -msgstr "" - -#: include/features.php:72 -msgid "Multiple Profiles" -msgstr "" - -#: include/features.php:72 -msgid "Ability to create multiple profiles" -msgstr "" - -#: include/features.php:73 -msgid "Photo Location" -msgstr "" - -#: include/features.php:73 -msgid "" -"Photo metadata is normally stripped. This extracts the location (if present)" -" prior to stripping metadata and links it to a map." -msgstr "" - -#: include/features.php:74 -msgid "Export Public Calendar" -msgstr "" - -#: include/features.php:74 -msgid "Ability for visitors to download the public calendar" -msgstr "" - -#: include/features.php:79 -msgid "Post Composition Features" -msgstr "" - -#: include/features.php:80 -msgid "Richtext Editor" -msgstr "" - -#: include/features.php:80 -msgid "Enable richtext editor" -msgstr "" - -#: include/features.php:81 -msgid "Post Preview" -msgstr "Podgląd posta" - -#: include/features.php:81 -msgid "Allow previewing posts and comments before publishing them" -msgstr "" - -#: include/features.php:82 -msgid "Auto-mention Forums" -msgstr "" - -#: include/features.php:82 -msgid "" -"Add/remove mention when a forum page is selected/deselected in ACL window." -msgstr "" - -#: include/features.php:87 -msgid "Network Sidebar Widgets" -msgstr "" - -#: include/features.php:88 -msgid "Search by Date" -msgstr "Szukanie wg daty" - -#: include/features.php:88 -msgid "Ability to select posts by date ranges" -msgstr "" - -#: include/features.php:89 include/features.php:119 -msgid "List Forums" -msgstr "" - -#: include/features.php:89 -msgid "Enable widget to display the forums your are connected with" -msgstr "" - -#: include/features.php:90 -msgid "Group Filter" -msgstr "Filtrowanie grupowe" - -#: include/features.php:90 -msgid "Enable widget to display Network posts only from selected group" -msgstr "" - -#: include/features.php:91 -msgid "Network Filter" -msgstr "" - -#: include/features.php:91 -msgid "Enable widget to display Network posts only from selected network" -msgstr "" - -#: include/features.php:92 mod/search.php:34 mod/network.php:200 -msgid "Saved Searches" -msgstr "Zapisane wyszukiwania" - -#: include/features.php:92 -msgid "Save search terms for re-use" -msgstr "" - -#: include/features.php:97 -msgid "Network Tabs" -msgstr "" - -#: include/features.php:98 -msgid "Network Personal Tab" -msgstr "" - -#: include/features.php:98 -msgid "Enable tab to display only Network posts that you've interacted on" -msgstr "" - -#: include/features.php:99 -msgid "Network New Tab" -msgstr "" - -#: include/features.php:99 -msgid "Enable tab to display only new Network posts (from the last 12 hours)" -msgstr "" - -#: include/features.php:100 -msgid "Network Shared Links Tab" -msgstr "" - -#: include/features.php:100 -msgid "Enable tab to display only Network posts with links in them" -msgstr "" - -#: include/features.php:105 -msgid "Post/Comment Tools" -msgstr "" - -#: include/features.php:106 -msgid "Multiple Deletion" -msgstr "" - -#: include/features.php:106 -msgid "Select and delete multiple posts/comments at once" -msgstr "" - -#: include/features.php:107 -msgid "Edit Sent Posts" -msgstr "" - -#: include/features.php:107 -msgid "Edit and correct posts and comments after sending" -msgstr "" - -#: include/features.php:108 -msgid "Tagging" -msgstr "Oznaczanie" - -#: include/features.php:108 -msgid "Ability to tag existing posts" -msgstr "" - -#: include/features.php:109 -msgid "Post Categories" -msgstr "Kategorie postów" - -#: include/features.php:109 -msgid "Add categories to your posts" -msgstr "Dodaj kategorie do twoich postów" - -#: include/features.php:110 -msgid "Ability to file posts under folders" -msgstr "" - -#: include/features.php:111 -msgid "Dislike Posts" -msgstr "" - -#: include/features.php:111 -msgid "Ability to dislike posts/comments" -msgstr "" - -#: include/features.php:112 -msgid "Star Posts" -msgstr "Oznacz posty gwiazdką" - -#: include/features.php:112 -msgid "Ability to mark special posts with a star indicator" -msgstr "" - -#: include/features.php:113 -msgid "Mute Post Notifications" -msgstr "" - -#: include/features.php:113 -msgid "Ability to mute notifications for a thread" -msgstr "" - -#: include/features.php:118 -msgid "Advanced Profile Settings" -msgstr "" - -#: include/features.php:119 -msgid "Show visitors public community forums at the Advanced Profile Page" -msgstr "" - -#: include/follow.php:81 mod/dfrn_request.php:509 -msgid "Disallowed profile URL." -msgstr "Nie dozwolony adres URL profilu." - -#: include/follow.php:86 -msgid "Connect URL missing." -msgstr "Brak adresu URL połączenia." - -#: include/follow.php:113 -msgid "" -"This site is not configured to allow communications with other networks." -msgstr "Ta strona nie jest skonfigurowana do pozwalania na komunikację z innymi sieciami" - -#: include/follow.php:114 include/follow.php:134 -msgid "No compatible communication protocols or feeds were discovered." -msgstr "" - -#: include/follow.php:132 -msgid "The profile address specified does not provide adequate information." -msgstr "Dany adres profilu nie dostarcza odpowiednich informacji." - -#: include/follow.php:136 -msgid "An author or name was not found." -msgstr "Autor lub nazwa nie zostało znalezione." - -#: include/follow.php:138 -msgid "No browser URL could be matched to this address." -msgstr "Przeglądarka WWW nie może odnaleźć podanego adresu" - -#: include/follow.php:140 -msgid "" -"Unable to match @-style Identity Address with a known protocol or email " -"contact." -msgstr "" - -#: include/follow.php:141 -msgid "Use mailto: in front of address to force email check." -msgstr "" - -#: include/follow.php:147 -msgid "" -"The profile address specified belongs to a network which has been disabled " -"on this site." -msgstr "Określony adres profilu należy do sieci, która została wyłączona na tej stronie." - -#: include/follow.php:157 -msgid "" -"Limited profile. This person will be unable to receive direct/personal " -"notifications from you." -msgstr "Profil ograniczony. Ta osoba będzie niezdolna do odbierania osobistych powiadomień od ciebie." - -#: include/follow.php:258 -msgid "Unable to retrieve contact information." -msgstr "Nie można otrzymać informacji kontaktowych" - -#: include/identity.php:42 -msgid "Requested account is not available." -msgstr "" - -#: include/identity.php:51 mod/profile.php:21 -msgid "Requested profile is not available." -msgstr "Żądany profil jest niedostępny" - -#: include/identity.php:95 include/identity.php:311 include/identity.php:688 -msgid "Edit profile" -msgstr "Edytuj profil" - -#: include/identity.php:251 -msgid "Atom feed" -msgstr "" - -#: include/identity.php:282 -msgid "Manage/edit profiles" -msgstr "Zarządzaj profilami" - -#: include/identity.php:287 include/identity.php:313 mod/profiles.php:795 -msgid "Change profile photo" -msgstr "Zmień zdjęcie profilowe" - -#: include/identity.php:288 mod/profiles.php:796 -msgid "Create New Profile" -msgstr "Stwórz nowy profil" - -#: include/identity.php:298 mod/profiles.php:785 -msgid "Profile Image" -msgstr "Obraz profilowy" - -#: include/identity.php:301 mod/profiles.php:787 -msgid "visible to everybody" -msgstr "widoczne dla wszystkich" - -#: include/identity.php:302 mod/profiles.php:691 mod/profiles.php:788 -msgid "Edit visibility" -msgstr "Edytuj widoczność" - -#: include/identity.php:330 include/identity.php:616 mod/notifications.php:238 -#: mod/directory.php:139 -msgid "Gender:" -msgstr "Płeć:" - -#: include/identity.php:333 include/identity.php:636 mod/directory.php:141 -msgid "Status:" -msgstr "Status" - -#: include/identity.php:335 include/identity.php:647 mod/directory.php:143 -msgid "Homepage:" -msgstr "Strona główna:" - -#: include/identity.php:337 include/identity.php:657 mod/notifications.php:234 -#: mod/directory.php:145 mod/contacts.php:632 -msgid "About:" -msgstr "O:" - -#: include/identity.php:339 mod/contacts.php:630 -msgid "XMPP:" -msgstr "" - -#: include/identity.php:422 mod/notifications.php:246 mod/contacts.php:50 -msgid "Network:" -msgstr "" - -#: include/identity.php:451 include/identity.php:535 -msgid "g A l F d" -msgstr "g A I F d" - -#: include/identity.php:452 include/identity.php:536 -msgid "F d" -msgstr "" - -#: include/identity.php:497 include/identity.php:582 -msgid "[today]" -msgstr "[dziś]" - -#: include/identity.php:509 -msgid "Birthday Reminders" -msgstr "Przypomnienia o urodzinach" - -#: include/identity.php:510 -msgid "Birthdays this week:" -msgstr "Urodziny w tym tygodniu:" - -#: include/identity.php:569 -msgid "[No description]" -msgstr "[Brak opisu]" - -#: include/identity.php:593 -msgid "Event Reminders" -msgstr "Przypominacze wydarzeń" - -#: include/identity.php:594 -msgid "Events this week:" -msgstr "Wydarzenia w tym tygodniu:" - -#: include/identity.php:614 mod/settings.php:1279 -msgid "Full Name:" -msgstr "Imię i nazwisko:" - -#: include/identity.php:621 -msgid "j F, Y" -msgstr "d M, R" - -#: include/identity.php:622 -msgid "j F" -msgstr "d M" - -#: include/identity.php:633 -msgid "Age:" -msgstr "Wiek:" - -#: include/identity.php:642 -#, php-format -msgid "for %1$d %2$s" -msgstr "od %1$d %2$s" - -#: include/identity.php:645 mod/profiles.php:710 -msgid "Sexual Preference:" -msgstr "Interesują mnie:" - -#: include/identity.php:649 mod/profiles.php:737 -msgid "Hometown:" -msgstr "Miasto rodzinne:" - -#: include/identity.php:651 mod/notifications.php:236 mod/contacts.php:634 -#: mod/follow.php:134 -msgid "Tags:" -msgstr "Tagi:" - -#: include/identity.php:653 mod/profiles.php:738 -msgid "Political Views:" -msgstr "Poglądy polityczne:" - -#: include/identity.php:655 -msgid "Religion:" -msgstr "Religia:" - -#: include/identity.php:659 -msgid "Hobbies/Interests:" -msgstr "Hobby/Zainteresowania:" - -#: include/identity.php:661 mod/profiles.php:742 -msgid "Likes:" -msgstr "Lubi:" - -#: include/identity.php:663 mod/profiles.php:743 -msgid "Dislikes:" -msgstr "" - -#: include/identity.php:666 -msgid "Contact information and Social Networks:" -msgstr "Informacje kontaktowe i sieci społeczne" - -#: include/identity.php:668 -msgid "Musical interests:" -msgstr "Zainteresowania muzyczne:" - -#: include/identity.php:670 -msgid "Books, literature:" -msgstr "Książki, literatura:" - -#: include/identity.php:672 -msgid "Television:" -msgstr "Telewizja:" - -#: include/identity.php:674 -msgid "Film/dance/culture/entertainment:" -msgstr "Film/taniec/kultura/rozrywka" - -#: include/identity.php:676 -msgid "Love/Romance:" -msgstr "Miłość/Romans:" - -#: include/identity.php:678 -msgid "Work/employment:" -msgstr "Praca/zatrudnienie:" - -#: include/identity.php:680 -msgid "School/education:" -msgstr "Szkoła/edukacja:" - -#: include/identity.php:684 -msgid "Forums:" -msgstr "" - -#: include/identity.php:692 mod/events.php:507 -msgid "Basic" -msgstr "" - -#: include/identity.php:693 mod/events.php:508 mod/admin.php:959 -#: mod/contacts.php:870 -msgid "Advanced" -msgstr "Zaawansowany" - -#: include/identity.php:717 mod/contacts.php:836 mod/follow.php:142 -msgid "Status Messages and Posts" -msgstr "Status wiadomości i postów" - -#: include/identity.php:725 mod/contacts.php:844 -msgid "Profile Details" -msgstr "Szczegóły profilu" - -#: include/identity.php:733 mod/photos.php:87 -msgid "Photo Albums" -msgstr "Albumy zdjęć" - -#: include/identity.php:772 mod/notes.php:46 -msgid "Personal Notes" -msgstr "Osobiste notatki" - -#: include/identity.php:775 -msgid "Only You Can See This" -msgstr "Tylko ty możesz to zobaczyć" - -#: include/items.php:1575 mod/dfrn_confirm.php:730 mod/dfrn_request.php:746 -msgid "[Name Withheld]" -msgstr "[Nazwa wstrzymana]" - -#: include/items.php:1930 mod/viewsrc.php:15 mod/notice.php:15 -#: mod/display.php:103 mod/display.php:279 mod/display.php:478 -#: mod/admin.php:234 mod/admin.php:1471 mod/admin.php:1705 -msgid "Item not found." -msgstr "Element nie znaleziony." - -#: include/items.php:1969 -msgid "Do you really want to delete this item?" -msgstr "" - -#: include/items.php:1971 mod/api.php:105 mod/message.php:217 -#: mod/profiles.php:648 mod/profiles.php:651 mod/profiles.php:677 -#: mod/suggest.php:29 mod/register.php:245 mod/settings.php:1163 -#: mod/settings.php:1169 mod/settings.php:1177 mod/settings.php:1181 -#: mod/settings.php:1186 mod/settings.php:1192 mod/settings.php:1198 -#: mod/settings.php:1204 mod/settings.php:1230 mod/settings.php:1231 -#: mod/settings.php:1232 mod/settings.php:1233 mod/settings.php:1234 -#: mod/contacts.php:442 mod/dfrn_request.php:862 mod/follow.php:110 -msgid "Yes" -msgstr "Tak" - -#: include/items.php:2134 mod/notes.php:22 mod/uimport.php:23 -#: mod/nogroup.php:25 mod/invite.php:15 mod/invite.php:101 -#: mod/repair_ostatus.php:9 mod/delegate.php:12 mod/attach.php:33 -#: mod/editpost.php:10 mod/group.php:19 mod/wallmessage.php:9 -#: mod/wallmessage.php:33 mod/wallmessage.php:79 mod/wallmessage.php:103 -#: mod/api.php:26 mod/api.php:31 mod/ostatus_subscribe.php:9 -#: mod/message.php:46 mod/message.php:182 mod/manage.php:96 -#: mod/crepair.php:100 mod/fsuggest.php:78 mod/mood.php:114 mod/poke.php:150 -#: mod/profile_photo.php:19 mod/profile_photo.php:175 -#: mod/profile_photo.php:186 mod/profile_photo.php:199 mod/regmod.php:110 -#: mod/notifications.php:71 mod/profiles.php:166 mod/profiles.php:605 -#: mod/allfriends.php:12 mod/cal.php:304 mod/common.php:18 mod/dirfind.php:11 -#: mod/display.php:475 mod/events.php:190 mod/suggest.php:58 -#: mod/photos.php:159 mod/photos.php:1072 mod/register.php:42 -#: mod/settings.php:22 mod/settings.php:128 mod/settings.php:665 -#: mod/wall_attach.php:67 mod/wall_attach.php:70 mod/wall_upload.php:77 -#: mod/wall_upload.php:80 mod/contacts.php:350 mod/dfrn_confirm.php:61 -#: mod/follow.php:11 mod/follow.php:73 mod/follow.php:155 mod/item.php:199 -#: mod/item.php:211 mod/network.php:4 mod/viewcontacts.php:45 index.php:401 -msgid "Permission denied." -msgstr "Brak uprawnień." - -#: include/items.php:2239 -msgid "Archives" -msgstr "Archiwum" - -#: include/oembed.php:264 -msgid "Embedded content" -msgstr "Osadzona zawartość" - -#: include/oembed.php:272 -msgid "Embedding disabled" -msgstr "Osadzanie wyłączone" - -#: include/ostatus.php:1825 -#, php-format -msgid "%s is now following %s." -msgstr "" - -#: include/ostatus.php:1826 -msgid "following" -msgstr "następujący" - -#: include/ostatus.php:1829 -#, php-format -msgid "%s stopped following %s." -msgstr "" - -#: include/ostatus.php:1830 -msgid "stopped following" -msgstr "przestań obserwować" - -#: include/text.php:304 +#: include/text.php:302 msgid "newer" msgstr "nowsze" -#: include/text.php:306 +#: include/text.php:303 msgid "older" msgstr "starsze" -#: include/text.php:311 -msgid "prev" -msgstr "poprzedni" - -#: include/text.php:313 +#: include/text.php:308 msgid "first" msgstr "pierwszy" -#: include/text.php:345 -msgid "last" -msgstr "ostatni" +#: include/text.php:309 +msgid "prev" +msgstr "poprzedni" -#: include/text.php:348 +#: include/text.php:343 msgid "next" msgstr "następny" -#: include/text.php:403 +#: include/text.php:344 +msgid "last" +msgstr "ostatni" + +#: include/text.php:398 msgid "Loading more entries..." -msgstr "" +msgstr "Ładuję więcej wpisów..." -#: include/text.php:404 +#: include/text.php:399 msgid "The end" -msgstr "" +msgstr "Koniec" -#: include/text.php:889 +#: include/text.php:884 msgid "No contacts" msgstr "Brak kontaktów" -#: include/text.php:912 +#: include/text.php:908 #, php-format msgid "%d Contact" msgid_plural "%d Contacts" msgstr[0] "%d kontakt" msgstr[1] "%d kontaktów" msgstr[2] "%d kontakty" +msgstr[3] "%d Kontakty" -#: include/text.php:925 +#: include/text.php:921 msgid "View Contacts" -msgstr "widok kontaktów" +msgstr "Widok kontaktów" -#: include/text.php:1013 mod/notes.php:61 mod/filer.php:31 -#: mod/editpost.php:109 +#: include/text.php:1010 mod/filer.php:35 mod/editpost.php:110 +#: mod/notes.php:67 msgid "Save" msgstr "Zapisz" -#: include/text.php:1076 +#: include/text.php:1010 +msgid "Follow" +msgstr "Śledzić" + +#: include/text.php:1016 mod/search.php:155 src/Content/Nav.php:142 +msgid "Search" +msgstr "Szukaj" + +#: include/text.php:1019 src/Content/Nav.php:58 +msgid "@name, !forum, #tags, content" +msgstr "@imię, !forum, #tagi, treść" + +#: include/text.php:1025 src/Content/Nav.php:145 +msgid "Full Text" +msgstr "Pełny tekst" + +#: include/text.php:1026 src/Content/Nav.php:146 +#: src/Content/Widget/TagCloud.php:54 +msgid "Tags" +msgstr "Tagi" + +#: include/text.php:1027 mod/viewcontacts.php:131 mod/contacts.php:814 +#: mod/contacts.php:875 src/Content/Nav.php:147 src/Content/Nav.php:212 +#: src/Model/Profile.php:957 src/Model/Profile.php:960 +#: view/theme/frio/theme.php:270 +msgid "Contacts" +msgstr "Kontakty" + +#: include/text.php:1030 src/Content/ForumManager.php:125 +#: src/Content/Nav.php:151 view/theme/vier/theme.php:254 +msgid "Forums" +msgstr "Fora" + +#: include/text.php:1074 msgid "poke" msgstr "zaczep" -#: include/text.php:1076 +#: include/text.php:1074 msgid "poked" -msgstr "zaczepiony" +msgstr "zaczepił Cię" -#: include/text.php:1077 +#: include/text.php:1075 msgid "ping" msgstr "ping" -#: include/text.php:1077 +#: include/text.php:1075 msgid "pinged" msgstr "" -#: include/text.php:1078 +#: include/text.php:1076 msgid "prod" msgstr "" -#: include/text.php:1078 +#: include/text.php:1076 msgid "prodded" msgstr "" -#: include/text.php:1079 +#: include/text.php:1077 msgid "slap" -msgstr "spoliczkuj" +msgstr "klask" -#: include/text.php:1079 +#: include/text.php:1077 msgid "slapped" msgstr "spoliczkowany" -#: include/text.php:1080 +#: include/text.php:1078 msgid "finger" -msgstr "dotknąć" +msgstr "wskaż" -#: include/text.php:1080 +#: include/text.php:1078 msgid "fingered" msgstr "dotknięty" -#: include/text.php:1081 +#: include/text.php:1079 msgid "rebuff" -msgstr "odprawiać" +msgstr "odrzuć" -#: include/text.php:1081 +#: include/text.php:1079 msgid "rebuffed" -msgstr "odprawiony" +msgstr "odrzucony" -#: include/text.php:1095 -msgid "happy" -msgstr "szczęśliwy" +#: include/text.php:1093 mod/settings.php:943 src/Model/Event.php:379 +msgid "Monday" +msgstr "Poniedziałek" -#: include/text.php:1096 -msgid "sad" -msgstr "smutny" +#: include/text.php:1093 src/Model/Event.php:380 +msgid "Tuesday" +msgstr "Wtorek" -#: include/text.php:1097 -msgid "mellow" -msgstr "spokojny" +#: include/text.php:1093 src/Model/Event.php:381 +msgid "Wednesday" +msgstr "Środa" -#: include/text.php:1098 -msgid "tired" -msgstr "zmęczony" +#: include/text.php:1093 src/Model/Event.php:382 +msgid "Thursday" +msgstr "Czwartek" -#: include/text.php:1099 -msgid "perky" -msgstr "pewny siebie" +#: include/text.php:1093 src/Model/Event.php:383 +msgid "Friday" +msgstr "Piątek" -#: include/text.php:1100 -msgid "angry" -msgstr "wściekły" +#: include/text.php:1093 src/Model/Event.php:384 +msgid "Saturday" +msgstr "Sobota" -#: include/text.php:1101 -msgid "stupified" -msgstr "odurzony" +#: include/text.php:1093 mod/settings.php:943 src/Model/Event.php:378 +msgid "Sunday" +msgstr "Niedziela" -#: include/text.php:1102 -msgid "puzzled" -msgstr "zdziwiony" +#: include/text.php:1097 src/Model/Event.php:399 +msgid "January" +msgstr "Styczeń" -#: include/text.php:1103 -msgid "interested" -msgstr "interesujący" +#: include/text.php:1097 src/Model/Event.php:400 +msgid "February" +msgstr "Luty" -#: include/text.php:1104 -msgid "bitter" -msgstr "zajadły" +#: include/text.php:1097 src/Model/Event.php:401 +msgid "March" +msgstr "Marzec" -#: include/text.php:1105 -msgid "cheerful" -msgstr "wesoły" +#: include/text.php:1097 src/Model/Event.php:402 +msgid "April" +msgstr "Kwiecień" -#: include/text.php:1106 -msgid "alive" -msgstr "żywy" +#: include/text.php:1097 include/text.php:1114 src/Model/Event.php:390 +#: src/Model/Event.php:403 +msgid "May" +msgstr "Maj" -#: include/text.php:1107 -msgid "annoyed" -msgstr "irytujący" +#: include/text.php:1097 src/Model/Event.php:404 +msgid "June" +msgstr "Czerwiec" -#: include/text.php:1108 -msgid "anxious" -msgstr "zazdrosny" +#: include/text.php:1097 src/Model/Event.php:405 +msgid "July" +msgstr "Lipiec" -#: include/text.php:1109 -msgid "cranky" -msgstr "zepsuty" +#: include/text.php:1097 src/Model/Event.php:406 +msgid "August" +msgstr "Sierpień" -#: include/text.php:1110 -msgid "disturbed" -msgstr "przeszkadzający" +#: include/text.php:1097 src/Model/Event.php:407 +msgid "September" +msgstr "Wrzesień" -#: include/text.php:1111 -msgid "frustrated" -msgstr "rozbity" +#: include/text.php:1097 src/Model/Event.php:408 +msgid "October" +msgstr "Październik" -#: include/text.php:1112 -msgid "motivated" -msgstr "zmotywowany" +#: include/text.php:1097 src/Model/Event.php:409 +msgid "November" +msgstr "Listopad" -#: include/text.php:1113 -msgid "relaxed" -msgstr "zrelaksowany" +#: include/text.php:1097 src/Model/Event.php:410 +msgid "December" +msgstr "Grudzień" + +#: include/text.php:1111 src/Model/Event.php:371 +msgid "Mon" +msgstr "Pon" + +#: include/text.php:1111 src/Model/Event.php:372 +msgid "Tue" +msgstr "Wt" + +#: include/text.php:1111 src/Model/Event.php:373 +msgid "Wed" +msgstr "Śr" + +#: include/text.php:1111 src/Model/Event.php:374 +msgid "Thu" +msgstr "Czw" + +#: include/text.php:1111 src/Model/Event.php:375 +msgid "Fri" +msgstr "Pt" + +#: include/text.php:1111 src/Model/Event.php:376 +msgid "Sat" +msgstr "Sob" + +#: include/text.php:1111 src/Model/Event.php:370 +msgid "Sun" +msgstr "Niedz" + +#: include/text.php:1114 src/Model/Event.php:386 +msgid "Jan" +msgstr "Sty" + +#: include/text.php:1114 src/Model/Event.php:387 +msgid "Feb" +msgstr "Lut" + +#: include/text.php:1114 src/Model/Event.php:388 +msgid "Mar" +msgstr "Mar" + +#: include/text.php:1114 src/Model/Event.php:389 +msgid "Apr" +msgstr "Kwi" + +#: include/text.php:1114 src/Model/Event.php:392 +msgid "Jul" +msgstr "Lip" + +#: include/text.php:1114 src/Model/Event.php:393 +msgid "Aug" +msgstr "Sie" #: include/text.php:1114 -msgid "surprised" -msgstr "zaskoczony" +msgid "Sep" +msgstr "Wrz" -#: include/text.php:1324 mod/videos.php:380 +#: include/text.php:1114 src/Model/Event.php:395 +msgid "Oct" +msgstr "Paź" + +#: include/text.php:1114 src/Model/Event.php:396 +msgid "Nov" +msgstr "Lis" + +#: include/text.php:1114 src/Model/Event.php:397 +msgid "Dec" +msgstr "Gru" + +#: include/text.php:1275 +#, php-format +msgid "Content warning: %s" +msgstr "Ostrzeżenie o treści: %s" + +#: include/text.php:1345 mod/videos.php:380 msgid "View Video" msgstr "Zobacz film" -#: include/text.php:1356 +#: include/text.php:1362 msgid "bytes" msgstr "bajty" -#: include/text.php:1388 include/text.php:1400 +#: include/text.php:1395 include/text.php:1406 include/text.php:1442 msgid "Click to open/close" msgstr "Kliknij aby otworzyć/zamknąć" -#: include/text.php:1526 +#: include/text.php:1559 msgid "View on separate page" -msgstr "" +msgstr "Zobacz na oddzielnej stronie" -#: include/text.php:1527 +#: include/text.php:1560 msgid "view on separate page" -msgstr "" +msgstr "zobacz na oddzielnej stronie" -#: include/text.php:1806 +#: include/text.php:1565 include/text.php:1572 src/Model/Event.php:594 +msgid "link to source" +msgstr "link do źródła" + +#: include/text.php:1778 msgid "activity" msgstr "aktywność" -#: include/text.php:1808 mod/content.php:623 object/Item.php:431 -#: object/Item.php:444 +#: include/text.php:1780 src/Object/Post.php:429 src/Object/Post.php:441 msgid "comment" msgid_plural "comments" msgstr[0] "" msgstr[1] "" msgstr[2] "komentarz" +msgstr[3] "komentarz" -#: include/text.php:1809 +#: include/text.php:1783 msgid "post" msgstr "post" -#: include/text.php:1977 +#: include/text.php:1940 msgid "Item filed" -msgstr "" +msgstr "Element złożony" -#: include/user.php:39 mod/settings.php:373 -msgid "Passwords do not match. Password unchanged." -msgstr "Hasło nie pasuje. Hasło nie zmienione." +#: mod/allfriends.php:51 +msgid "No friends to display." +msgstr "Brak znajomych do wyświetlenia" -#: include/user.php:48 -msgid "An invitation is required." -msgstr "Wymagane zaproszenie." +#: mod/allfriends.php:90 mod/suggest.php:101 mod/match.php:105 +#: mod/dirfind.php:215 src/Content/Widget.php:37 src/Model/Profile.php:297 +msgid "Connect" +msgstr "Połącz" -#: include/user.php:53 -msgid "Invitation could not be verified." -msgstr "Zaproszenie niezweryfikowane." +#: mod/api.php:85 mod/api.php:107 +msgid "Authorize application connection" +msgstr "Autoryzacja połączenia aplikacji" -#: include/user.php:61 -msgid "Invalid OpenID url" -msgstr "Nieprawidłowy adres url OpenID" +#: mod/api.php:86 +msgid "Return to your app and insert this Securty Code:" +msgstr "Powróć do swojej aplikacji i wpisz ten Kod Bezpieczeństwa:" -#: include/user.php:82 -msgid "Please enter the required information." -msgstr "Wprowadź wymagane informacje" +#: mod/api.php:95 +msgid "Please login to continue." +msgstr "Zaloguj się aby kontynuować." -#: include/user.php:96 -msgid "Please use a shorter name." -msgstr "Użyj dłuższej nazwy." - -#: include/user.php:98 -msgid "Name too short." -msgstr "Nazwa jest za krótka." - -#: include/user.php:113 -msgid "That doesn't appear to be your full (First Last) name." -msgstr "Zdaje mi się że to nie jest twoje pełne Imię(Nazwisko)." - -#: include/user.php:118 -msgid "Your email domain is not among those allowed on this site." -msgstr "Twoja domena internetowa nie jest obsługiwana na tej stronie." - -#: include/user.php:121 -msgid "Not a valid email address." -msgstr "Niepoprawny adres e mail.." - -#: include/user.php:134 -msgid "Cannot use that email." -msgstr "Nie możesz użyć tego e-maila. " - -#: include/user.php:140 -msgid "Your \"nickname\" can only contain \"a-z\", \"0-9\" and \"_\"." -msgstr "" - -#: include/user.php:147 include/user.php:245 -msgid "Nickname is already registered. Please choose another." -msgstr "Ten login jest zajęty. Wybierz inny." - -#: include/user.php:157 +#: mod/api.php:109 msgid "" -"Nickname was once registered here and may not be re-used. Please choose " -"another." -msgstr "Ten nick był już zarejestrowany na tej stronie i nie może być użyty ponownie." - -#: include/user.php:173 -msgid "SERIOUS ERROR: Generation of security keys failed." -msgstr "POWAŻNY BŁĄD: niepowodzenie podczas tworzenia kluczy zabezpieczeń." - -#: include/user.php:231 -msgid "An error occurred during registration. Please try again." -msgstr "Wystąpił bład podczas rejestracji, Spróbuj ponownie." - -#: include/user.php:256 view/theme/duepuntozero/config.php:44 -msgid "default" -msgstr "standardowe" - -#: include/user.php:266 -msgid "An error occurred creating your default profile. Please try again." -msgstr "Wystąpił błąd podczas tworzenia profilu. Spróbuj ponownie." - -#: include/user.php:326 include/user.php:333 include/user.php:340 -#: mod/profile_photo.php:74 mod/profile_photo.php:81 mod/profile_photo.php:88 -#: mod/profile_photo.php:210 mod/profile_photo.php:302 -#: mod/profile_photo.php:311 mod/photos.php:66 mod/photos.php:180 -#: mod/photos.php:751 mod/photos.php:1211 mod/photos.php:1232 -#: mod/photos.php:1819 -msgid "Profile Photos" -msgstr "Zdjęcia profilowe" - -#: include/user.php:414 -#, php-format -msgid "" -"\n" -"\t\tDear %1$s,\n" -"\t\t\tThank you for registering at %2$s. Your account is pending for approval by the administrator.\n" -"\t" -msgstr "" - -#: include/user.php:424 -#, php-format -msgid "Registration at %s" -msgstr "" - -#: include/user.php:434 -#, php-format -msgid "" -"\n" -"\t\tDear %1$s,\n" -"\t\t\tThank you for registering at %2$s. Your account has been created.\n" -"\t" -msgstr "" - -#: include/user.php:438 -#, php-format -msgid "" -"\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." -msgstr "" - -#: include/user.php:470 mod/admin.php:1213 -#, php-format -msgid "Registration details for %s" -msgstr "Szczegóły rejestracji dla %s" - -#: mod/oexchange.php:25 -msgid "Post successful." -msgstr "Post dodany pomyślnie" - -#: mod/viewsrc.php:7 -msgid "Access denied." -msgstr "Brak dostępu" - -#: mod/home.php:35 -#, php-format -msgid "Welcome to %s" -msgstr "Witamy w %s" - -#: mod/notify.php:60 -msgid "No more system notifications." -msgstr "Nie ma więcej powiadomień systemowych." - -#: mod/notify.php:64 mod/notifications.php:111 -msgid "System Notifications" -msgstr "Powiadomienia systemowe" - -#: mod/search.php:25 mod/network.php:191 -msgid "Remove term" -msgstr "Usuń wpis" - -#: mod/search.php:93 mod/search.php:99 mod/community.php:22 -#: mod/directory.php:37 mod/display.php:200 mod/photos.php:944 -#: mod/videos.php:194 mod/dfrn_request.php:791 mod/viewcontacts.php:35 -msgid "Public access denied." -msgstr "Publiczny dostęp zabroniony" - -#: mod/search.php:100 -msgid "Only logged in users are permitted to perform a search." -msgstr "" - -#: mod/search.php:124 -msgid "Too Many Requests" -msgstr "" - -#: mod/search.php:125 -msgid "Only one search per minute is permitted for not logged in users." -msgstr "" - -#: mod/search.php:224 mod/community.php:66 mod/community.php:75 -msgid "No results." -msgstr "Brak wyników." - -#: mod/search.php:230 -#, php-format -msgid "Items tagged with: %s" -msgstr "" - -#: mod/search.php:232 mod/contacts.php:797 mod/network.php:146 -#, php-format -msgid "Results for: %s" -msgstr "" - -#: mod/friendica.php:70 -msgid "This is Friendica, version" -msgstr "To jest Friendica, wersja" - -#: mod/friendica.php:71 -msgid "running at web location" -msgstr "otwierane na serwerze" - -#: mod/friendica.php:73 -msgid "" -"Please visit Friendica.com to learn " -"more about the Friendica project." -msgstr "Odwiedź Friendica.com, aby dowiedzieć się więcej o projekcie Friendica." - -#: mod/friendica.php:75 -msgid "Bug reports and issues: please visit" -msgstr "Reportowanie błędów i problemów: proszę odwiedź" - -#: mod/friendica.php:75 -msgid "the bugtracker at github" -msgstr "" - -#: mod/friendica.php:76 -msgid "" -"Suggestions, praise, donations, etc. - please email \"Info\" at Friendica - " -"dot com" -msgstr "" - -#: mod/friendica.php:90 -msgid "Installed plugins/addons/apps:" -msgstr "Zainstalowane pluginy/dodatki/aplikacje:" - -#: mod/friendica.php:103 -msgid "No installed plugins/addons/apps" -msgstr "Brak zainstalowanych pluginów/dodatków/aplikacji" - -#: mod/lostpass.php:19 -msgid "No valid account found." -msgstr "Nie znaleziono ważnego konta." - -#: mod/lostpass.php:35 -msgid "Password reset request issued. Check your email." -msgstr "Prośba o zresetowanie hasła została zatwierdzona. Sprawdź swój adres email." - -#: mod/lostpass.php:42 -#, 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.\n" -"\n" -"\t\tYour password will not be changed unless we can verify that you\n" -"\t\tissued this request." -msgstr "" - -#: mod/lostpass.php:53 -#, php-format -msgid "" -"\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" -msgstr "" - -#: mod/lostpass.php:72 -#, php-format -msgid "Password reset requested at %s" -msgstr "Prośba o reset hasła na %s" - -#: mod/lostpass.php:92 -msgid "" -"Request could not be verified. (You may have previously submitted it.) " -"Password reset failed." -msgstr "Prośba nie może być zweryfikowana. (Mogłeś już ją poprzednio wysłać.) Reset hasła nie powiódł się." - -#: mod/lostpass.php:109 boot.php:1807 -msgid "Password Reset" -msgstr "Zresetuj hasło" - -#: mod/lostpass.php:110 -msgid "Your password has been reset as requested." -msgstr "Twoje hasło zostało zresetowane na twoje życzenie." - -#: mod/lostpass.php:111 -msgid "Your new password is" -msgstr "Twoje nowe hasło to" - -#: mod/lostpass.php:112 -msgid "Save or copy your new password - and then" -msgstr "Zapisz lub skopiuj swoje nowe hasło - i wtedy" - -#: mod/lostpass.php:113 -msgid "click here to login" -msgstr "Kliknij tutaj aby zalogować" - -#: mod/lostpass.php:114 -msgid "" -"Your password may be changed from the Settings page after " -"successful login." -msgstr "Twoje hasło może być zmienione w Ustawieniach po udanym zalogowaniu." - -#: mod/lostpass.php:125 -#, php-format -msgid "" -"\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" -msgstr "" - -#: mod/lostpass.php:131 -#, php-format -msgid "" -"\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" -msgstr "" - -#: mod/lostpass.php:147 -#, php-format -msgid "Your password has been changed at %s" -msgstr "Twoje hasło zostało zmienione na %s" - -#: mod/lostpass.php:159 -msgid "Forgot your Password?" -msgstr "Zapomniałeś hasła?" - -#: mod/lostpass.php:160 -msgid "" -"Enter your email address and submit to have your password reset. Then check " -"your email for further instructions." -msgstr "Wpisz swój adres email i wyślij, aby zresetować hasło. Później sprawdź swojego emaila w celu uzyskania dalszych instrukcji." - -#: mod/lostpass.php:161 boot.php:1795 -msgid "Nickname or Email: " -msgstr "Pseudonim lub Email:" - -#: mod/lostpass.php:162 -msgid "Reset" -msgstr "Zresetuj" - -#: mod/hcard.php:10 -msgid "No profile" -msgstr "Brak profilu" - -#: mod/help.php:41 -msgid "Help:" -msgstr "Pomoc:" - -#: mod/help.php:53 mod/p.php:16 mod/p.php:43 mod/p.php:52 mod/fetch.php:12 -#: mod/fetch.php:39 mod/fetch.php:48 index.php:288 -msgid "Not Found" -msgstr "Nie znaleziono" - -#: mod/help.php:56 index.php:291 -msgid "Page not found." -msgstr "Strona nie znaleziona." - -#: mod/lockview.php:31 mod/lockview.php:39 -msgid "Remote privacy information not available." -msgstr "Dane prywatne nie są dostępne zdalnie " - -#: mod/lockview.php:48 -msgid "Visible to:" -msgstr "Widoczne dla:" - -#: mod/openid.php:24 -msgid "OpenID protocol error. No ID returned." -msgstr "błąd OpenID . Brak zwróconego ID. " - -#: mod/openid.php:60 -msgid "" -"Account not found and OpenID registration is not permitted on this site." -msgstr "Nie znaleziono konta i OpenID rejestracja nie jest dopuszczalna na tej stronie." - -#: mod/uimport.php:50 mod/register.php:198 -msgid "" -"This site has exceeded the number of allowed daily account registrations. " -"Please try again tomorrow." -msgstr "Strona przekroczyła ilość dozwolonych rejestracji na dzień. Proszę spróbuj ponownie jutro." - -#: mod/uimport.php:64 mod/register.php:295 -msgid "Import" -msgstr "Import" - -#: mod/uimport.php:66 -msgid "Move account" -msgstr "Przenieś konto" - -#: mod/uimport.php:67 -msgid "You can import an account from another Friendica server." -msgstr "" - -#: mod/uimport.php:68 -msgid "" -"You need to export your account from the old server and upload it here. We " -"will recreate your old account here with all your contacts. We will try also" -" to inform your friends that you moved here." -msgstr "" - -#: mod/uimport.php:69 -msgid "" -"This feature is experimental. We can't import contacts from the OStatus " -"network (GNU Social/Statusnet) or from Diaspora" -msgstr "" - -#: mod/uimport.php:70 -msgid "Account file" -msgstr "" - -#: mod/uimport.php:70 -msgid "" -"To export your account, go to \"Settings->Export your personal data\" and " -"select \"Export account\"" -msgstr "Aby eksportować konto, wejdź w \"Ustawienia->Eksport danych osobistych\" i wybierz \"Eksportuj konto\"" - -#: mod/nogroup.php:41 mod/contacts.php:586 mod/contacts.php:930 -#: mod/viewcontacts.php:97 -#, php-format -msgid "Visit %s's profile [%s]" -msgstr "Obejrzyj %s's profil [%s]" - -#: mod/nogroup.php:42 mod/contacts.php:931 -msgid "Edit contact" -msgstr "Edytuj kontakt" - -#: mod/nogroup.php:63 -msgid "Contacts who are not members of a group" -msgstr "Kontakty spoza członków grupy" - -#: mod/uexport.php:29 -msgid "Export account" -msgstr "Eksportuj konto" - -#: mod/uexport.php:29 -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:30 -msgid "Export all" -msgstr "Eksportuj wszystko" - -#: mod/uexport.php:30 -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/uexport.php:37 mod/settings.php:95 -msgid "Export personal data" -msgstr "Eksportuje dane personalne" - -#: mod/invite.php:27 -msgid "Total invitation limit exceeded." -msgstr "" - -#: mod/invite.php:49 -#, php-format -msgid "%s : Not a valid email address." -msgstr "%s : Niepoprawny adres email." - -#: mod/invite.php:73 -msgid "Please join us on Friendica" -msgstr "Dołącz do nas na Friendica" - -#: mod/invite.php:84 -msgid "Invitation limit exceeded. Please contact your site administrator." -msgstr "" - -#: mod/invite.php:89 -#, php-format -msgid "%s : Message delivery failed." -msgstr "%s : Dostarczenie wiadomości nieudane." - -#: mod/invite.php:93 -#, php-format -msgid "%d message sent." -msgid_plural "%d messages sent." -msgstr[0] "%d wiadomość wysłana." -msgstr[1] "%d wiadomości wysłane." -msgstr[2] "%d wysłano ." - -#: mod/invite.php:112 -msgid "You have no more invitations available" -msgstr "Nie masz więcej zaproszeń" - -#: mod/invite.php:120 -#, 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:122 -#, php-format -msgid "" -"To accept this invitation, please visit and register at %s or any other " -"public Friendica website." -msgstr "" - -#: mod/invite.php:123 -#, 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:126 -msgid "" -"Our apologies. This system is not currently configured to connect with other" -" public sites or invite members." -msgstr "" - -#: mod/invite.php:132 -msgid "Send invitations" -msgstr "Wyślij zaproszenia" - -#: mod/invite.php:133 -msgid "Enter email addresses, one per line:" -msgstr "Wprowadź adresy email, jeden na linijkę:" - -#: mod/invite.php:134 mod/wallmessage.php:151 mod/message.php:351 -#: mod/message.php:541 -msgid "Your message:" -msgstr "Twoja wiadomość:" - -#: mod/invite.php:135 -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:137 -msgid "You will need to supply this invitation code: $invite_code" -msgstr "" - -#: mod/invite.php:137 -msgid "" -"Once you have registered, please connect with me via my profile page at:" -msgstr "Gdy już się zarejestrujesz, skontaktuj się ze mną przez moją stronkę profilową :" - -#: mod/invite.php:139 -msgid "" -"For more information about the Friendica project and why we feel it is " -"important, please visit http://friendica.com" -msgstr "" - -#: mod/invite.php:140 mod/localtime.php:45 mod/message.php:357 -#: mod/message.php:547 mod/manage.php:143 mod/crepair.php:154 -#: mod/content.php:728 mod/fsuggest.php:107 mod/mood.php:137 mod/poke.php:199 -#: mod/profiles.php:688 mod/events.php:506 mod/photos.php:1104 -#: mod/photos.php:1226 mod/photos.php:1539 mod/photos.php:1590 -#: mod/photos.php:1638 mod/photos.php:1724 mod/contacts.php:577 -#: mod/install.php:272 mod/install.php:312 object/Item.php:720 -#: view/theme/frio/config.php:59 view/theme/quattro/config.php:64 -#: view/theme/vier/config.php:107 view/theme/duepuntozero/config.php:59 -msgid "Submit" -msgstr "Potwierdź" - -#: mod/fbrowser.php:133 -msgid "Files" -msgstr "Pliki" - -#: mod/profperm.php:19 mod/group.php:72 index.php:400 -msgid "Permission denied" -msgstr "Odmowa dostępu" - -#: mod/profperm.php:25 mod/profperm.php:56 -msgid "Invalid profile identifier." -msgstr "Nieprawidłowa nazwa użytkownika." - -#: mod/profperm.php:102 -msgid "Profile Visibility Editor" -msgstr "Ustawienia widoczności profilu" - -#: mod/profperm.php:106 mod/group.php:223 -msgid "Click on a contact to add or remove." -msgstr "Kliknij na kontakt w celu dodania lub usunięcia." - -#: mod/profperm.php:115 -msgid "Visible To" -msgstr "Widoczne dla" - -#: mod/profperm.php:131 -msgid "All Contacts (with secure profile access)" -msgstr "Wszystkie kontakty (z bezpiecznym dostępem do profilu)" - -#: mod/tagrm.php:41 -msgid "Tag removed" -msgstr "Tag usunięty" - -#: mod/tagrm.php:79 -msgid "Remove Item Tag" -msgstr "Usuń pozycję Tag" - -#: mod/tagrm.php:81 -msgid "Select a tag to remove: " -msgstr "Wybierz tag do usunięcia" - -#: mod/tagrm.php:93 mod/delegate.php:139 -msgid "Remove" -msgstr "Usuń" - -#: mod/repair_ostatus.php:14 -msgid "Resubscribing to OStatus contacts" -msgstr "" - -#: mod/repair_ostatus.php:30 -msgid "Error" -msgstr "" - -#: mod/repair_ostatus.php:44 mod/ostatus_subscribe.php:51 -msgid "Done" -msgstr "" - -#: mod/repair_ostatus.php:50 mod/ostatus_subscribe.php:73 -msgid "Keep this window open until done." -msgstr "" - -#: mod/delegate.php:101 -msgid "No potential page delegates located." -msgstr "" - -#: mod/delegate.php:132 -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:133 -msgid "Existing Page Managers" -msgstr "" - -#: mod/delegate.php:135 -msgid "Existing Page Delegates" -msgstr "" - -#: mod/delegate.php:137 -msgid "Potential Delegates" -msgstr "" - -#: mod/delegate.php:140 -msgid "Add" -msgstr "Dodaj" - -#: mod/delegate.php:141 -msgid "No entries." -msgstr "Brak wpisów." - -#: mod/credits.php:16 +"Do you want to authorize this application to access your posts and contacts," +" and/or create new posts for you?" +msgstr "Czy chcesz zezwolić tej aplikacji na dostęp do swoich postów i kontaktów i/lub tworzenie nowych postów?" + +#: mod/api.php:111 mod/dfrn_request.php:653 mod/follow.php:150 +#: mod/profiles.php:636 mod/profiles.php:640 mod/profiles.php:661 +#: mod/register.php:238 mod/settings.php:1105 mod/settings.php:1111 +#: mod/settings.php:1118 mod/settings.php:1122 mod/settings.php:1126 +#: mod/settings.php:1130 mod/settings.php:1134 mod/settings.php:1138 +#: mod/settings.php:1158 mod/settings.php:1159 mod/settings.php:1160 +#: mod/settings.php:1161 mod/settings.php:1162 +msgid "No" +msgstr "Nie" + +#: mod/apps.php:14 index.php:245 +msgid "You must be logged in to use addons. " +msgstr "Musisz być zalogowany, aby korzystać z dodatków." + +#: mod/apps.php:19 +msgid "Applications" +msgstr "Aplikacje" + +#: mod/apps.php:22 +msgid "No installed applications." +msgstr "Brak zainstalowanych aplikacji." + +#: mod/attach.php:15 +msgid "Item not available." +msgstr "Element niedostępny." + +#: mod/attach.php:25 +msgid "Item was not found." +msgstr "Element nie znaleziony." + +#: mod/common.php:91 +msgid "No contacts in common." +msgstr "Brak wspólnych kontaktów." + +#: mod/common.php:140 mod/contacts.php:886 +msgid "Common Friends" +msgstr "Wspólni znajomi" + +#: mod/credits.php:18 msgid "Credits" -msgstr "" +msgstr "Zaufany" -#: mod/credits.php:17 +#: mod/credits.php:19 msgid "" "Friendica is a community project, that would not be possible without the " "help of many people. Here is a list of those who have contributed to the " "code or the translation of Friendica. Thank you all!" -msgstr "" - -#: mod/filer.php:30 -msgid "- select -" -msgstr "- wybierz -" - -#: mod/subthread.php:103 -#, php-format -msgid "%1$s is following %2$s's %3$s" -msgstr "" - -#: mod/attach.php:8 -msgid "Item not available." -msgstr "Element nie dostępny." - -#: mod/attach.php:20 -msgid "Item was not found." -msgstr "Element nie znaleziony." - -#: mod/apps.php:7 index.php:244 -msgid "You must be logged in to use addons. " -msgstr "Musisz się zalogować, aby móc używać dodatkowych wtyczek." - -#: mod/apps.php:11 -msgid "Applications" -msgstr "Aplikacje" - -#: mod/apps.php:14 -msgid "No installed applications." -msgstr "Brak zainstalowanych aplikacji." - -#: mod/p.php:9 -msgid "Not Extended" -msgstr "" - -#: mod/newmember.php:6 -msgid "Welcome to Friendica" -msgstr "Witamy na Friendica" - -#: mod/newmember.php:8 -msgid "New Member Checklist" -msgstr "Lista nowych członków" - -#: mod/newmember.php:12 -msgid "" -"We would like to offer some tips and links to help make your experience " -"enjoyable. Click any item to visit the relevant page. A link to this page " -"will be visible from your home page for two weeks after your initial " -"registration and then will quietly disappear." -msgstr "Chcielibyśmy zaproponować kilka porad i linków, które pomogą uczynić twoje doświadczenie przyjemnym. Kliknij dowolny element, aby odwiedzić odpowiednią stronę. Link do tej strony będzie widoczny na stronie głównej przez dwa tygodnie od czasu rejestracji, a następnie zniknie." - -#: mod/newmember.php:14 -msgid "Getting Started" -msgstr "Pierwsze kroki" - -#: mod/newmember.php:18 -msgid "Friendica Walk-Through" -msgstr "" - -#: mod/newmember.php:18 -msgid "" -"On your Quick Start 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:26 -msgid "Go to Your Settings" -msgstr "Idź do swoich ustawień" - -#: mod/newmember.php:26 -msgid "" -"On your Settings 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:28 -msgid "" -"Review the other settings, particularly the privacy settings. An unpublished" -" directory listing is like having an unlisted phone number. In general, you " -"should probably publish your listing - unless all of your friends and " -"potential friends know exactly how to find you." -msgstr "" - -#: mod/newmember.php:36 mod/profile_photo.php:250 mod/profiles.php:707 -msgid "Upload Profile Photo" -msgstr "Wyślij zdjęcie profilowe" - -#: mod/newmember.php:36 -msgid "" -"Upload a profile photo if you have not done so already. Studies have shown " -"that people with real photos of themselves are ten times more likely to make" -" friends than people who do not." -msgstr "Dodaj swoje zdjęcie profilowe jeśli jeszcze tego nie zrobiłeś. Twoje szanse na zwiększenie liczby znajomych rosną dziesięciokrotnie, kiedy na tym zdjęciu jesteś ty." - -#: mod/newmember.php:38 -msgid "Edit Your Profile" -msgstr "Edytuj własny profil" - -#: mod/newmember.php:38 -msgid "" -"Edit your default profile to your liking. Review the " -"settings for hiding your list of friends and hiding the profile from unknown" -" visitors." -msgstr "" - -#: mod/newmember.php:40 -msgid "Profile Keywords" -msgstr "Słowa kluczowe profilu" - -#: mod/newmember.php:40 -msgid "" -"Set some public keywords for your default profile which describe your " -"interests. We may be able to find other people with similar interests and " -"suggest friendships." -msgstr "" - -#: mod/newmember.php:44 -msgid "Connecting" -msgstr "Łączę się..." - -#: mod/newmember.php:51 -msgid "Importing Emails" -msgstr "Importuję emaile..." - -#: mod/newmember.php:51 -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:53 -msgid "Go to Your Contacts Page" -msgstr "Idź do strony z Twoimi kontaktami" - -#: mod/newmember.php:53 -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 Add New Contact dialog." -msgstr "" - -#: mod/newmember.php:55 -msgid "Go to Your Site's Directory" -msgstr "Idż do twojej strony" - -#: mod/newmember.php:55 -msgid "" -"The Directory page lets you find other people in this network or other " -"federated sites. Look for a Connect or Follow link on " -"their profile page. Provide your own Identity Address if requested." -msgstr "" - -#: mod/newmember.php:57 -msgid "Finding New People" -msgstr "Poszukiwanie Nowych Ludzi" - -#: mod/newmember.php:57 -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:65 -msgid "Group Your Contacts" -msgstr "Grupuj Swoje kontakty" - -#: mod/newmember.php:65 -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:68 -msgid "Why Aren't My Posts Public?" -msgstr "Dlaczego moje posty nie są publiczne?" - -#: mod/newmember.php:68 -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:73 -msgid "Getting Help" -msgstr "Otrzymywanie pomocy" - -#: mod/newmember.php:77 -msgid "Go to the Help Section" -msgstr "Idź do części o pomocy" - -#: mod/newmember.php:77 -msgid "" -"Our help pages may be consulted for detail on other program" -" features and resources." -msgstr "" - -#: mod/removeme.php:46 mod/removeme.php:49 -msgid "Remove My Account" -msgstr "Usuń konto" - -#: mod/removeme.php:47 -msgid "" -"This will completely remove your account. Once this has been done it is not " -"recoverable." -msgstr "Kompletne usunięcie konta. Jeżeli zostanie wykonane, konto nie może zostać odzyskane." - -#: mod/removeme.php:48 -msgid "Please enter your password for verification:" -msgstr "Wprowadź hasło w celu weryfikacji." - -#: mod/editpost.php:17 mod/editpost.php:27 -msgid "Item not found" -msgstr "Artykuł nie znaleziony" - -#: mod/editpost.php:40 -msgid "Edit post" -msgstr "Edytuj post" - -#: mod/localtime.php:24 -msgid "Time Conversion" -msgstr "Zmiana czasu" - -#: mod/localtime.php:26 -msgid "" -"Friendica provides this service for sharing events with other networks and " -"friends in unknown timezones." -msgstr "" - -#: mod/localtime.php:30 -#, php-format -msgid "UTC time: %s" -msgstr "Czas UTC %s" - -#: mod/localtime.php:33 -#, php-format -msgid "Current timezone: %s" -msgstr "Obecna strefa czasowa: %s" - -#: mod/localtime.php:36 -#, php-format -msgid "Converted localtime: %s" -msgstr "Zmień strefę czasową: %s" - -#: mod/localtime.php:41 -msgid "Please select your timezone:" -msgstr "Wybierz swoją strefę czasową:" - -#: mod/bookmarklet.php:41 -msgid "The post was created" -msgstr "" - -#: mod/group.php:29 -msgid "Group created." -msgstr "Grupa utworzona." - -#: mod/group.php:35 -msgid "Could not create group." -msgstr "Nie mogę stworzyć grupy" - -#: mod/group.php:47 mod/group.php:140 -msgid "Group not found." -msgstr "Nie znaleziono grupy" - -#: mod/group.php:60 -msgid "Group name changed." -msgstr "Nazwa grupy zmieniona" - -#: mod/group.php:87 -msgid "Save Group" -msgstr "" - -#: mod/group.php:93 -msgid "Create a group of contacts/friends." -msgstr "Stwórz grupę znajomych." - -#: mod/group.php:113 -msgid "Group removed." -msgstr "Grupa usunięta." - -#: mod/group.php:115 -msgid "Unable to remove group." -msgstr "Nie można usunąć grupy." - -#: mod/group.php:177 -msgid "Group Editor" -msgstr "Edytor grupy" - -#: mod/group.php:190 -msgid "Members" -msgstr "Członkowie" - -#: mod/group.php:192 mod/contacts.php:692 -msgid "All Contacts" -msgstr "Wszystkie kontakty" - -#: mod/group.php:193 mod/content.php:130 mod/network.php:496 -msgid "Group is empty" -msgstr "Grupa jest pusta" - -#: mod/wallmessage.php:42 mod/wallmessage.php:112 -#, php-format -msgid "Number of daily wall messages for %s exceeded. Message failed." -msgstr "Dzienny limit wiadomości na murze dla %s został przekroczony. Wiadomość została odrzucona." - -#: mod/wallmessage.php:56 mod/message.php:71 -msgid "No recipient selected." -msgstr "Nie wybrano odbiorcy." - -#: mod/wallmessage.php:59 -msgid "Unable to check your home location." -msgstr "Nie można sprawdzić twojej lokalizacji." - -#: mod/wallmessage.php:62 mod/message.php:78 -msgid "Message could not be sent." -msgstr "Wiadomość nie może zostać wysłana" - -#: mod/wallmessage.php:65 mod/message.php:81 -msgid "Message collection failure." -msgstr "" - -#: mod/wallmessage.php:68 mod/message.php:84 -msgid "Message sent." -msgstr "Wysłano." - -#: mod/wallmessage.php:86 mod/wallmessage.php:95 -msgid "No recipient." -msgstr "Brak odbiorcy." - -#: mod/wallmessage.php:142 mod/message.php:341 -msgid "Send Private Message" -msgstr "Wyślij prywatną wiadomość" - -#: mod/wallmessage.php:143 -#, php-format -msgid "" -"If you wish for %s to respond, please check that the privacy settings on " -"your site allow private mail from unknown senders." -msgstr "" - -#: mod/wallmessage.php:144 mod/message.php:342 mod/message.php:536 -msgid "To:" -msgstr "Do:" - -#: mod/wallmessage.php:145 mod/message.php:347 mod/message.php:538 -msgid "Subject:" -msgstr "Temat:" - -#: mod/share.php:38 -msgid "link" -msgstr "Link" - -#: mod/api.php:76 mod/api.php:102 -msgid "Authorize application connection" -msgstr "Autoryzacja połączenia aplikacji" - -#: mod/api.php:77 -msgid "Return to your app and insert this Securty Code:" -msgstr "Powróć do swojej aplikacji i wpisz ten Kod Bezpieczeństwa:" - -#: mod/api.php:89 -msgid "Please login to continue." -msgstr "Zaloguj się aby kontynuować." - -#: mod/api.php:104 -msgid "" -"Do you want to authorize this application to access your posts and contacts," -" and/or create new posts for you?" -msgstr "Czy chcesz umożliwić tej aplikacji dostęp do Twoich wpisów, kontaktów oraz pozwolić jej na pisanie za Ciebie postów?" - -#: mod/api.php:106 mod/profiles.php:648 mod/profiles.php:652 -#: mod/profiles.php:677 mod/register.php:246 mod/settings.php:1163 -#: mod/settings.php:1169 mod/settings.php:1177 mod/settings.php:1181 -#: mod/settings.php:1186 mod/settings.php:1192 mod/settings.php:1198 -#: mod/settings.php:1204 mod/settings.php:1230 mod/settings.php:1231 -#: mod/settings.php:1232 mod/settings.php:1233 mod/settings.php:1234 -#: mod/dfrn_request.php:862 mod/follow.php:110 -msgid "No" -msgstr "Nie" - -#: mod/babel.php:17 -msgid "Source (bbcode) text:" -msgstr "Źródło - tekst (BBcode) :" - -#: mod/babel.php:23 -msgid "Source (Diaspora) text to convert to BBcode:" -msgstr "Źródło tekst (Diaspora) by przekonwerterować na BBcode :" - -#: mod/babel.php:31 -msgid "Source input: " -msgstr "Źródło wejścia:" - -#: mod/babel.php:35 -msgid "bb2html (raw HTML): " -msgstr "bb2html (raw HTML): " - -#: mod/babel.php:39 -msgid "bb2html: " -msgstr "bb2html: " - -#: mod/babel.php:43 -msgid "bb2html2bb: " -msgstr "bb2html2bb: " - -#: mod/babel.php:47 -msgid "bb2md: " -msgstr "bb2md: " - -#: mod/babel.php:51 -msgid "bb2md2html: " -msgstr "bb2md2html: " - -#: mod/babel.php:55 -msgid "bb2dia2bb: " -msgstr "bb2dia2bb: " - -#: mod/babel.php:59 -msgid "bb2md2html2bb: " -msgstr "bb2md2html2bb: " - -#: mod/babel.php:69 -msgid "Source input (Diaspora format): " -msgstr "Źródło wejścia(format Diaspory):" - -#: mod/babel.php:74 -msgid "diaspora2bb: " -msgstr "diaspora2bb: " - -#: mod/ostatus_subscribe.php:14 -msgid "Subscribing to OStatus contacts" -msgstr "" - -#: mod/ostatus_subscribe.php:25 -msgid "No contact provided." -msgstr "" - -#: mod/ostatus_subscribe.php:30 -msgid "Couldn't fetch information for contact." -msgstr "" - -#: mod/ostatus_subscribe.php:38 -msgid "Couldn't fetch friends for contact." -msgstr "" - -#: mod/ostatus_subscribe.php:65 -msgid "success" -msgstr "" - -#: mod/ostatus_subscribe.php:67 -msgid "failed" -msgstr "" - -#: mod/ostatus_subscribe.php:69 mod/content.php:792 object/Item.php:245 -msgid "ignored" -msgstr "" - -#: mod/dfrn_poll.php:104 mod/dfrn_poll.php:537 -#, php-format -msgid "%1$s welcomes %2$s" -msgstr "%1$s witamy %2$s" - -#: mod/message.php:75 -msgid "Unable to locate contact information." -msgstr "Niezdolny do uzyskania informacji kontaktowych." - -#: mod/message.php:215 -msgid "Do you really want to delete this message?" -msgstr "Czy na pewno chcesz usunąć tę wiadomość?" - -#: mod/message.php:235 -msgid "Message deleted." -msgstr "Wiadomość usunięta." - -#: mod/message.php:266 -msgid "Conversation removed." -msgstr "Rozmowa usunięta." - -#: mod/message.php:383 -msgid "No messages." -msgstr "Brak wiadomości." - -#: mod/message.php:426 -msgid "Message not available." -msgstr "Wiadomość nie jest dostępna." - -#: mod/message.php:503 -msgid "Delete message" -msgstr "Usuń wiadomość" - -#: mod/message.php:529 mod/message.php:609 -msgid "Delete conversation" -msgstr "Usuń rozmowę" - -#: mod/message.php:531 -msgid "" -"No secure communications available. You may be able to " -"respond from the sender's profile page." -msgstr "" - -#: mod/message.php:535 -msgid "Send Reply" -msgstr "Odpowiedz" - -#: mod/message.php:579 -#, php-format -msgid "Unknown sender - %s" -msgstr "Nieznany wysyłający - %s" - -#: mod/message.php:581 -#, php-format -msgid "You and %s" -msgstr "Ty i %s" - -#: mod/message.php:583 -#, php-format -msgid "%s and You" -msgstr "%s i ty" - -#: mod/message.php:612 -msgid "D, d M Y - g:i A" -msgstr "D, d M R - g:m AM/PM" - -#: mod/message.php:615 -#, php-format -msgid "%d message" -msgid_plural "%d messages" -msgstr[0] " %d wiadomość" -msgstr[1] " %d wiadomości" -msgstr[2] " %d wiadomości" - -#: mod/manage.php:139 -msgid "Manage Identities and/or Pages" -msgstr "Zarządzaj Tożsamościami i/lub Stronami." - -#: mod/manage.php:140 -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:141 -msgid "Select an identity to manage: " -msgstr "Wybierz tożsamość do zarządzania:" +msgstr "Friendica to projekt społecznościowy, który nie byłby możliwy bez pomocy wielu osób. Oto lista osób, które przyczyniły się do tworzenia kodu lub tłumaczenia Friendica. Dziękuję wam wszystkim!" #: mod/crepair.php:87 msgid "Contact settings applied." @@ -4225,271 +1321,1255 @@ msgstr "Ustawienia kontaktu zaktualizowane." msgid "Contact update failed." msgstr "Nie udało się zaktualizować kontaktu." -#: mod/crepair.php:114 mod/fsuggest.php:20 mod/fsuggest.php:92 -#: mod/dfrn_confirm.php:126 +#: mod/crepair.php:110 mod/dfrn_confirm.php:131 mod/fsuggest.php:30 +#: mod/fsuggest.php:96 msgid "Contact not found." msgstr "Kontakt nie znaleziony" -#: mod/crepair.php:120 +#: mod/crepair.php:114 msgid "" "WARNING: This is highly advanced and if you enter incorrect" " information your communications with this contact may stop working." -msgstr " UWAGA: To jest wysoce zaawansowane i jeśli wprowadzisz niewłaściwą informację twoje komunikacje z tym kontaktem mogą przestać działać." +msgstr "OSTRZEŻENIE: Jest to bardzo zaawansowane i jeśli wprowadzisz niepoprawne informacje, twoja komunikacja z tym kontaktem może przestać działać." -#: mod/crepair.php:121 +#: mod/crepair.php:115 msgid "" "Please use your browser 'Back' button now if you are " "uncertain what to do on this page." msgstr "Jeśli nie jesteś pewien, co zrobić na tej stronie, użyj teraz przycisku 'powrót' na swojej przeglądarce." -#: mod/crepair.php:134 mod/crepair.php:136 +#: mod/crepair.php:129 mod/crepair.php:131 msgid "No mirroring" -msgstr "" +msgstr "Bez dublowania" -#: mod/crepair.php:134 +#: mod/crepair.php:129 msgid "Mirror as forwarded posting" -msgstr "" +msgstr "Przesłany lustrzany post" -#: mod/crepair.php:134 mod/crepair.php:136 +#: mod/crepair.php:129 mod/crepair.php:131 msgid "Mirror as my own posting" -msgstr "" +msgstr "Lustro mojego własnego komentarza" -#: mod/crepair.php:150 +#: mod/crepair.php:144 msgid "Return to contact editor" msgstr "Wróć do edytora kontaktów" -#: mod/crepair.php:152 +#: mod/crepair.php:146 msgid "Refetch contact data" -msgstr "" +msgstr "Odśwież dane kontaktowe" -#: mod/crepair.php:156 +#: mod/crepair.php:148 mod/invite.php:150 mod/manage.php:184 +#: mod/localtime.php:56 mod/poke.php:199 mod/fsuggest.php:114 +#: mod/message.php:265 mod/message.php:432 mod/photos.php:1080 +#: mod/photos.php:1160 mod/photos.php:1445 mod/photos.php:1491 +#: mod/photos.php:1530 mod/photos.php:1603 mod/install.php:251 +#: mod/install.php:290 mod/events.php:530 mod/profiles.php:672 +#: mod/contacts.php:610 src/Object/Post.php:796 +#: view/theme/duepuntozero/config.php:71 view/theme/frio/config.php:113 +#: view/theme/quattro/config.php:73 view/theme/vier/config.php:119 +msgid "Submit" +msgstr "Potwierdź" + +#: mod/crepair.php:149 msgid "Remote Self" -msgstr "" +msgstr "Zdalny Self" -#: mod/crepair.php:159 +#: mod/crepair.php:152 msgid "Mirror postings from this contact" -msgstr "" +msgstr "Publikacje lustrzane od tego kontaktu" -#: mod/crepair.php:161 +#: mod/crepair.php:154 msgid "" "Mark this contact as remote_self, this will cause friendica to repost new " "entries from this contact." -msgstr "" +msgstr "Oznacz ten kontakt jako remote_self, spowoduje to, że friendica odeśle nowe wpisy z tego kontaktu." -#: mod/crepair.php:165 mod/settings.php:680 mod/settings.php:706 -#: mod/admin.php:1396 mod/admin.php:1409 mod/admin.php:1422 mod/admin.php:1438 +#: mod/crepair.php:158 mod/admin.php:490 mod/admin.php:1781 mod/admin.php:1793 +#: mod/admin.php:1806 mod/admin.php:1822 mod/settings.php:677 +#: mod/settings.php:703 msgid "Name" msgstr "Imię" -#: mod/crepair.php:166 +#: mod/crepair.php:159 msgid "Account Nickname" msgstr "Nazwa konta" -#: mod/crepair.php:167 +#: mod/crepair.php:160 msgid "@Tagname - overrides Name/Nickname" -msgstr "" +msgstr "@Zmienna - zastępuje Imię/Pseudonim" -#: mod/crepair.php:168 +#: mod/crepair.php:161 msgid "Account URL" msgstr "URL konta" -#: mod/crepair.php:169 +#: mod/crepair.php:162 msgid "Friend Request URL" msgstr "URL żądajacy znajomości" -#: mod/crepair.php:170 +#: mod/crepair.php:163 msgid "Friend Confirm URL" msgstr "URL potwierdzający znajomość" -#: mod/crepair.php:171 +#: mod/crepair.php:164 msgid "Notification Endpoint URL" msgstr "Zgłoszenie Punktu Końcowego URL" -#: mod/crepair.php:172 +#: mod/crepair.php:165 msgid "Poll/Feed URL" -msgstr "Adres Ankiety / RSS" +msgstr "Adres Ankiety/RSS" -#: mod/crepair.php:173 +#: mod/crepair.php:166 msgid "New photo from this URL" -msgstr "Nowe zdjęcie z tej ścieżki" +msgstr "Nowe zdjęcie z tego adresu URL" -#: mod/content.php:119 mod/network.php:469 -msgid "No such group" -msgstr "Nie ma takiej grupy" +#: mod/fbrowser.php:34 src/Content/Nav.php:102 src/Model/Profile.php:904 +#: view/theme/frio/theme.php:261 +msgid "Photos" +msgstr "Zdjęcia" -#: mod/content.php:135 mod/network.php:500 +#: mod/fbrowser.php:43 mod/fbrowser.php:68 mod/photos.php:194 +#: mod/photos.php:1062 mod/photos.php:1149 mod/photos.php:1166 +#: mod/photos.php:1659 mod/photos.php:1673 src/Model/Photo.php:244 +#: src/Model/Photo.php:253 +msgid "Contact Photos" +msgstr "Zdjęcia kontaktu" + +#: mod/fbrowser.php:105 mod/fbrowser.php:136 mod/profile_photo.php:250 +msgid "Upload" +msgstr "Załaduj" + +#: mod/fbrowser.php:131 +msgid "Files" +msgstr "Pliki" + +#: mod/fetch.php:16 mod/fetch.php:52 mod/fetch.php:65 mod/help.php:60 +#: mod/p.php:21 mod/p.php:48 mod/p.php:57 index.php:292 +msgid "Not Found" +msgstr "Nie znaleziono" + +#: mod/hcard.php:18 +msgid "No profile" +msgstr "Brak profilu" + +#: mod/help.php:48 +msgid "Help:" +msgstr "Pomoc:" + +#: mod/help.php:54 src/Content/Nav.php:134 view/theme/vier/theme.php:298 +msgid "Help" +msgstr "Pomoc" + +#: mod/help.php:63 index.php:297 +msgid "Page not found." +msgstr "Strona nie znaleziona." + +#: mod/home.php:39 #, php-format -msgid "Group: %s" -msgstr "" +msgid "Welcome to %s" +msgstr "Witamy w %s" -#: mod/content.php:325 object/Item.php:95 -msgid "This entry was edited" -msgstr "Ten wpis został zedytowany" +#: mod/lockview.php:38 mod/lockview.php:46 +msgid "Remote privacy information not available." +msgstr "Dane prywatne nie są zdalnie dostępne" -#: mod/content.php:621 object/Item.php:429 +#: mod/lockview.php:55 +msgid "Visible to:" +msgstr "Widoczne dla:" + +#: mod/maintenance.php:24 +msgid "System down for maintenance" +msgstr "System wyłączony w celu konserwacji" + +#: mod/newmember.php:11 +msgid "Welcome to Friendica" +msgstr "Witamy na Friendica" + +#: mod/newmember.php:12 +msgid "New Member Checklist" +msgstr "Lista nowych członków" + +#: mod/newmember.php:14 +msgid "" +"We would like to offer some tips and links to help make your experience " +"enjoyable. Click any item to visit the relevant page. A link to this page " +"will be visible from your home page for two weeks after your initial " +"registration and then will quietly disappear." +msgstr "Chcielibyśmy zaproponować kilka porad i linków, które pomogą uczynić twoje doświadczenie przyjemnym. Kliknij dowolny element, aby odwiedzić odpowiednią stronę. Link do tej strony będzie widoczny na stronie głównej przez dwa tygodnie od czasu rejestracji, a następnie zniknie." + +#: mod/newmember.php:15 +msgid "Getting Started" +msgstr "Pierwsze kroki" + +#: mod/newmember.php:17 +msgid "Friendica Walk-Through" +msgstr "Friendica Przejdź-Przez" + +#: mod/newmember.php:17 +msgid "" +"On your Quick Start page - find a brief introduction to your " +"profile and network tabs, make some new connections, and find some groups to" +" join." +msgstr "Na stronie Szybki start - znajdź krótkie wprowadzenie do swojego profilu i kart sieciowych, stwórz nowe połączenia i znajdź kilka grup do przyłączenia się." + +#: mod/newmember.php:19 mod/admin.php:1906 mod/admin.php:2175 +#: mod/settings.php:123 src/Content/Nav.php:206 view/theme/frio/theme.php:269 +msgid "Settings" +msgstr "Ustawienia" + +#: mod/newmember.php:21 +msgid "Go to Your Settings" +msgstr "Idź do swoich ustawień" + +#: mod/newmember.php:21 +msgid "" +"On your Settings page - change your initial password. Also make a " +"note of your Identity Address. This looks just like an email address - and " +"will be useful in making friends on the free social web." +msgstr "Na stronie Ustawienia - zmień swoje początkowe hasło. Zanotuj także swój adres tożsamości. Wygląda to jak adres e-mail - i będzie przydatny w nawiązywaniu znajomości w bezpłatnej sieci społecznościowej." + +#: mod/newmember.php:22 +msgid "" +"Review the other settings, particularly the privacy settings. An unpublished" +" directory listing is like having an unlisted phone number. In general, you " +"should probably publish your listing - unless all of your friends and " +"potential friends know exactly how to find you." +msgstr "Przejrzyj pozostałe ustawienia, w szczególności ustawienia prywatności. Niepublikowany wykaz katalogów jest podobny do niepublicznego numeru telefonu. Ogólnie rzecz biorąc, powinieneś opublikować swój wpis - chyba, że wszyscy twoi znajomi i potencjalni znajomi dokładnie wiedzą, jak Cię znaleźć." + +#: mod/newmember.php:24 mod/profperm.php:113 mod/contacts.php:671 +#: mod/contacts.php:863 src/Content/Nav.php:101 src/Model/Profile.php:730 +#: src/Model/Profile.php:863 src/Model/Profile.php:896 +#: view/theme/frio/theme.php:260 +msgid "Profile" +msgstr "Profil użytkownika" + +#: mod/newmember.php:26 mod/profile_photo.php:249 mod/profiles.php:691 +msgid "Upload Profile Photo" +msgstr "Wyślij zdjęcie profilowe" + +#: mod/newmember.php:26 +msgid "" +"Upload a profile photo if you have not done so already. Studies have shown " +"that people with real photos of themselves are ten times more likely to make" +" friends than people who do not." +msgstr "Dodaj swoje zdjęcie profilowe jeśli jeszcze tego nie zrobiłeś. Twoje szanse na zwiększenie liczby znajomych rosną dziesięciokrotnie, kiedy na tym zdjęciu jesteś ty." + +#: mod/newmember.php:27 +msgid "Edit Your Profile" +msgstr "Edytuj własny profil" + +#: mod/newmember.php:27 +msgid "" +"Edit your default profile to your liking. Review the " +"settings for hiding your list of friends and hiding the profile from unknown" +" visitors." +msgstr "Edytuj swój domyślny profil do swoich potrzeb. Przejrzyj ustawienia ukrywania listy znajomych i ukrywania profilu przed nieznanymi użytkownikami." + +#: mod/newmember.php:28 +msgid "Profile Keywords" +msgstr "Słowa kluczowe profilu" + +#: mod/newmember.php:28 +msgid "" +"Set some public keywords for your default profile which describe your " +"interests. We may be able to find other people with similar interests and " +"suggest friendships." +msgstr "Ustaw kilka publicznych słów kluczowych dla swojego domyślnego profilu, które opisują Twoje zainteresowania. Możemy znaleźć inne osoby o podobnych zainteresowaniach i zaproponować przyjaźnie." + +#: mod/newmember.php:30 +msgid "Connecting" +msgstr "Łączę się..." + +#: mod/newmember.php:36 +msgid "Importing Emails" +msgstr "Importuję emaile..." + +#: mod/newmember.php:36 +msgid "" +"Enter your email access information on your Connector Settings page if you " +"wish to import and interact with friends or mailing lists from your email " +"INBOX" +msgstr "Wprowadź informacje dotyczące dostępu do poczty e-mail na stronie Ustawienia oprogramowania, jeśli chcesz importować i wchodzić w interakcje z przyjaciółmi lub listami adresowymi z poziomu konta e-mail INBOX" + +#: mod/newmember.php:39 +msgid "Go to Your Contacts Page" +msgstr "Idź do strony z Twoimi kontaktami" + +#: 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 Add New Contact dialog." +msgstr "Strona Kontakty jest twoją bramą do zarządzania przyjaciółmi i łączenia się z przyjaciółmi w innych sieciach. Zazwyczaj podaje się adres lub adres URL strony w oknie dialogowym Dodaj nowy kontakt." + +#: mod/newmember.php:40 +msgid "Go to Your Site's Directory" +msgstr "Idż do twojej strony" + +#: mod/newmember.php:40 +msgid "" +"The Directory page lets you find other people in this network or other " +"federated sites. Look for a Connect or Follow link on " +"their profile page. Provide your own Identity Address if requested." +msgstr "Strona Katalog umożliwia znalezienie innych osób w tej sieci lub innych witrynach stowarzyszonych. Poszukaj łącza Połącz lub Śledź na stronie profilu. Jeśli chcesz, podaj swój własny adres tożsamości." + +#: mod/newmember.php:41 +msgid "Finding New People" +msgstr "Znajdowanie nowych osób" + +#: mod/newmember.php:41 +msgid "" +"On the side panel of the Contacts page are several tools to find new " +"friends. We can match people by interest, look up people by name or " +"interest, and provide suggestions based on network relationships. On a brand" +" new site, friend suggestions will usually begin to be populated within 24 " +"hours." +msgstr "Na bocznym panelu strony Kontaktów znajduje się kilka narzędzi do znajdowania nowych przyjaciół. Możemy dopasować osoby według zainteresowań, wyszukiwać osoby według nazwisk i zainteresowań oraz dostarczać sugestie oparte na relacjach sieciowych. Na zupełnie nowej stronie sugestie znajomych zwykle zaczynają być wypełniane w ciągu 24 godzin" + +#: mod/newmember.php:43 src/Model/Group.php:401 +msgid "Groups" +msgstr "Grupy" + +#: mod/newmember.php:45 +msgid "Group Your Contacts" +msgstr "Grupuj Swoje kontakty" + +#: mod/newmember.php:45 +msgid "" +"Once you have made some friends, organize them into private conversation " +"groups from the sidebar of your Contacts page and then you can interact with" +" each group privately on your Network page." +msgstr "Gdy zaprzyjaźnisz się z przyjaciółmi, uporządkuj je w prywatne grupy konwersacji na pasku bocznym na stronie Kontakty, a następnie możesz wchodzić w interakcje z każdą grupą prywatnie na stronie Sieć." + +#: mod/newmember.php:48 +msgid "Why Aren't My Posts Public?" +msgstr "Dlaczego moje posty nie są publiczne?" + +#: 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 "Friendica szanuje Twoją prywatność. Domyślnie Twoje wpisy będą wyświetlane tylko osobom, które dodałeś jako znajomi. Aby uzyskać więcej informacji, zobacz sekcję pomocy na powyższym łączu." + +#: mod/newmember.php:52 +msgid "Getting Help" +msgstr "Otrzymaj pomoc" + +#: mod/newmember.php:54 +msgid "Go to the Help Section" +msgstr "Przejdź do sekcji pomocy" + +#: mod/newmember.php:54 +msgid "" +"Our help pages may be consulted for detail on other program" +" features and resources." +msgstr "Na naszych stronach pomocy można znaleźć szczegółowe informacje na temat innych funkcji programu i zasobów." + +#: mod/nogroup.php:42 mod/viewcontacts.php:112 mod/contacts.php:619 +#: mod/contacts.php:959 #, php-format -msgid "%d comment" -msgid_plural "%d comments" -msgstr[0] " %d komentarz" -msgstr[1] " %d komentarzy" -msgstr[2] " %d komentarzy" +msgid "Visit %s's profile [%s]" +msgstr "Obejrzyj %s's profil [%s]" -#: mod/content.php:638 mod/photos.php:1379 object/Item.php:117 -msgid "Private Message" -msgstr "Wiadomość prywatna" +#: mod/nogroup.php:43 mod/contacts.php:960 +msgid "Edit contact" +msgstr "Edytuj kontakt" -#: mod/content.php:702 mod/photos.php:1567 object/Item.php:263 -msgid "I like this (toggle)" -msgstr "Lubię to (zmień)" +#: mod/nogroup.php:63 +msgid "Contacts who are not members of a group" +msgstr "Kontakty spoza członków grupy" -#: mod/content.php:702 object/Item.php:263 -msgid "like" -msgstr "polub" +#: mod/p.php:14 +msgid "Not Extended" +msgstr "Nie przedłużony" -#: mod/content.php:703 mod/photos.php:1568 object/Item.php:264 -msgid "I don't like this (toggle)" -msgstr "Nie lubię (zmień)" +#: mod/repair_ostatus.php:18 +msgid "Resubscribing to OStatus contacts" +msgstr "Ponowne subskrybowanie kontaktów OStatus" -#: mod/content.php:703 object/Item.php:264 -msgid "dislike" -msgstr "Nie lubię" +#: mod/repair_ostatus.php:34 +msgid "Error" +msgstr "Błąd" -#: mod/content.php:705 object/Item.php:266 -msgid "Share this" -msgstr "Udostępnij to" +#: mod/repair_ostatus.php:48 mod/ostatus_subscribe.php:64 +msgid "Done" +msgstr "Gotowe" -#: mod/content.php:705 object/Item.php:266 -msgid "share" -msgstr "udostępnij" +#: mod/repair_ostatus.php:54 mod/ostatus_subscribe.php:88 +msgid "Keep this window open until done." +msgstr "Pozostaw to okno otwarte, dopóki nie będzie gotowe." -#: mod/content.php:725 mod/photos.php:1587 mod/photos.php:1635 -#: mod/photos.php:1721 object/Item.php:717 -msgid "This is you" -msgstr "To jesteś ty" +#: mod/suggest.php:36 +msgid "Do you really want to delete this suggestion?" +msgstr "Czy na pewno chcesz usunąć te sugestie ?" -#: mod/content.php:727 mod/content.php:945 mod/photos.php:1589 -#: mod/photos.php:1637 mod/photos.php:1723 object/Item.php:403 -#: object/Item.php:719 boot.php:971 -msgid "Comment" -msgstr "Komentarz" +#: mod/suggest.php:73 +msgid "" +"No suggestions available. If this is a new site, please try again in 24 " +"hours." +msgstr "Brak dostępnych sugestii. Jeśli jest to nowa witryna, spróbuj ponownie za 24 godziny." -#: mod/content.php:729 object/Item.php:721 -msgid "Bold" -msgstr "Pogrubienie" +#: mod/suggest.php:84 mod/suggest.php:104 +msgid "Ignore/Hide" +msgstr "Ignoruj/Ukryj" -#: mod/content.php:730 object/Item.php:722 -msgid "Italic" -msgstr "Kursywa" +#: mod/suggest.php:114 src/Content/Widget.php:64 view/theme/vier/theme.php:203 +msgid "Friend Suggestions" +msgstr "Osoby, które możesz znać" -#: mod/content.php:731 object/Item.php:723 -msgid "Underline" -msgstr "Podkreślenie" +#: mod/uimport.php:55 mod/register.php:191 +msgid "" +"This site has exceeded the number of allowed daily account registrations. " +"Please try again tomorrow." +msgstr "Strona przekroczyła ilość dozwolonych rejestracji na dzień. Proszę spróbuj ponownie jutro." -#: mod/content.php:732 object/Item.php:724 -msgid "Quote" -msgstr "Cytat" +#: mod/uimport.php:70 mod/register.php:285 +msgid "Import" +msgstr "Import" -#: mod/content.php:733 object/Item.php:725 -msgid "Code" -msgstr "Kod" +#: mod/uimport.php:72 +msgid "Move account" +msgstr "Przenieś konto" -#: mod/content.php:734 object/Item.php:726 -msgid "Image" -msgstr "Obraz" +#: mod/uimport.php:73 +msgid "You can import an account from another Friendica server." +msgstr "Możesz zaimportować konto z innego serwera Friendica." -#: mod/content.php:735 object/Item.php:727 -msgid "Link" -msgstr "Link" +#: mod/uimport.php:74 +msgid "" +"You need to export your account from the old server and upload it here. We " +"will recreate your old account here with all your contacts. We will try also" +" to inform your friends that you moved here." +msgstr "Musisz wyeksportować konto ze starego serwera i przesłać je tutaj. Odtworzymy twoje stare konto tutaj ze wszystkimi twoimi kontaktami. Postaramy się również poinformować twoich znajomych, że się tutaj przeniosłeś." -#: mod/content.php:736 object/Item.php:728 -msgid "Video" -msgstr "Video" +#: mod/uimport.php:75 +msgid "" +"This feature is experimental. We can't import contacts from the OStatus " +"network (GNU Social/Statusnet) or from Diaspora" +msgstr "Ta funkcja jest eksperymentalna. Nie możemy importować kontaktów z sieci OStatus (GNU Social/Statusnet) lub z Diaspory" -#: mod/content.php:746 mod/settings.php:740 object/Item.php:122 -#: object/Item.php:124 -msgid "Edit" -msgstr "Edytuj" +#: mod/uimport.php:76 +msgid "Account file" +msgstr "Pliki konta" -#: mod/content.php:771 object/Item.php:227 -msgid "add star" -msgstr "dodaj gwiazdkę" +#: mod/uimport.php:76 +msgid "" +"To export your account, go to \"Settings->Export your personal data\" and " +"select \"Export account\"" +msgstr "Aby eksportować konto, wejdź w \"Ustawienia->Eksport danych osobistych\" i wybierz \"Eksportuj konto\"" -#: mod/content.php:772 object/Item.php:228 -msgid "remove star" -msgstr "anuluj gwiazdkę" +#: mod/update_community.php:27 mod/update_display.php:27 +#: mod/update_notes.php:40 mod/update_profile.php:39 mod/update_network.php:33 +msgid "[Embedded content - reload page to view]" +msgstr "[Dodatkowa zawartość - odśwież stronę by zobaczyć]" -#: mod/content.php:773 object/Item.php:229 -msgid "toggle star status" -msgstr "włącz status gwiazdy" - -#: mod/content.php:776 object/Item.php:232 -msgid "starred" -msgstr "gwiazdką" - -#: mod/content.php:777 mod/content.php:798 object/Item.php:252 -msgid "add tag" -msgstr "dodaj tag" - -#: mod/content.php:787 object/Item.php:240 -msgid "ignore thread" -msgstr "" - -#: mod/content.php:788 object/Item.php:241 -msgid "unignore thread" -msgstr "" - -#: mod/content.php:789 object/Item.php:242 -msgid "toggle ignore status" -msgstr "" - -#: mod/content.php:803 object/Item.php:137 -msgid "save to folder" -msgstr "zapisz w folderze" - -#: mod/content.php:848 object/Item.php:201 -msgid "I will attend" -msgstr "" - -#: mod/content.php:848 object/Item.php:201 -msgid "I will not attend" -msgstr "" - -#: mod/content.php:848 object/Item.php:201 -msgid "I might attend" -msgstr "" - -#: mod/content.php:912 object/Item.php:369 -msgid "to" -msgstr "do" - -#: mod/content.php:913 object/Item.php:371 -msgid "Wall-to-Wall" -msgstr "Wall-to-Wall" - -#: mod/content.php:914 object/Item.php:372 -msgid "via Wall-To-Wall:" -msgstr "via Wall-To-Wall:" - -#: mod/fsuggest.php:63 -msgid "Friend suggestion sent." -msgstr "Propozycja znajomych wysłana." - -#: mod/fsuggest.php:97 -msgid "Suggest Friends" -msgstr "Zaproponuj znajomych" - -#: mod/fsuggest.php:99 +#: mod/dfrn_poll.php:123 mod/dfrn_poll.php:543 #, php-format -msgid "Suggest a friend for %s" -msgstr "Zaproponuj znajomych dla %s" +msgid "%1$s welcomes %2$s" +msgstr "%1$s witamy %2$s" -#: mod/mood.php:133 -msgid "Mood" -msgstr "Nastrój" +#: mod/match.php:48 +msgid "No keywords to match. Please add keywords to your default profile." +msgstr "Brak pasujących słów kluczowych. Dodaj słowa kluczowe do domyślnego profilu." -#: mod/mood.php:134 -msgid "Set your current mood and tell your friends" -msgstr "Wskaż swój obecny nastrój i powiedz o tym znajomym" +#: mod/match.php:104 +msgid "is interested in:" +msgstr "interesuje się:" + +#: mod/match.php:120 +msgid "Profile Match" +msgstr "Dopasowanie profilu" + +#: mod/match.php:125 mod/dirfind.php:253 +msgid "No matches" +msgstr "Brak wyników" + +#: mod/notifications.php:37 +msgid "Invalid request identifier." +msgstr "Nieprawidłowe żądanie identyfikatora." + +#: mod/notifications.php:46 mod/notifications.php:183 +#: mod/notifications.php:230 +msgid "Discard" +msgstr "Odrzuć" + +#: mod/notifications.php:62 mod/notifications.php:182 +#: mod/notifications.php:266 mod/contacts.php:638 mod/contacts.php:828 +#: mod/contacts.php:1019 +msgid "Ignore" +msgstr "Ignoruj" + +#: mod/notifications.php:98 src/Content/Nav.php:189 +msgid "Notifications" +msgstr "Powiadomienia" + +#: mod/notifications.php:107 +msgid "Network Notifications" +msgstr "Powiadomienia sieciowe" + +#: mod/notifications.php:113 mod/notify.php:81 +msgid "System Notifications" +msgstr "Powiadomienia systemowe" + +#: mod/notifications.php:119 +msgid "Personal Notifications" +msgstr "Prywatne powiadomienia" + +#: mod/notifications.php:125 +msgid "Home Notifications" +msgstr "Powiadomienia domowe" + +#: mod/notifications.php:155 +msgid "Show Ignored Requests" +msgstr "Pokaż ignorowane żądania" + +#: mod/notifications.php:155 +msgid "Hide Ignored Requests" +msgstr "Ukryj zignorowane prośby" + +#: mod/notifications.php:167 mod/notifications.php:237 +msgid "Notification type: " +msgstr "Typ powiadomienia:" + +#: mod/notifications.php:170 +#, php-format +msgid "suggested by %s" +msgstr "zaproponowane przez %s" + +#: mod/notifications.php:175 mod/notifications.php:254 mod/contacts.php:646 +msgid "Hide this contact from others" +msgstr "Ukryj ten kontakt przed innymi" + +#: mod/notifications.php:176 mod/notifications.php:255 +msgid "Post a new friend activity" +msgstr "Opublikuj aktywność nowego znajomego" + +#: mod/notifications.php:176 mod/notifications.php:255 +msgid "if applicable" +msgstr "jeśli dotyczy" + +#: mod/notifications.php:179 mod/notifications.php:264 mod/admin.php:1796 +msgid "Approve" +msgstr "Zatwierdź" + +#: mod/notifications.php:198 +msgid "Claims to be known to you: " +msgstr "Twierdzi, że go znasz:" + +#: mod/notifications.php:199 +msgid "yes" +msgstr "tak" + +#: mod/notifications.php:199 +msgid "no" +msgstr "nie" + +#: mod/notifications.php:200 mod/notifications.php:205 +msgid "Shall your connection be bidirectional or not?" +msgstr "Czy twoje połączenie ma być dwukierunkowe, czy nie?" + +#: mod/notifications.php:201 mod/notifications.php:206 +#, php-format +msgid "" +"Accepting %s as a friend allows %s to subscribe to your posts, and you will " +"also receive updates from them in your news feed." +msgstr "Przyjmowanie %s jako znajomego pozwala %s zasubskrybować twoje posty, a także otrzymywać od nich aktualizacje w swoim kanale wiadomości." + +#: mod/notifications.php:202 +#, php-format +msgid "" +"Accepting %s as a subscriber allows them to subscribe to your posts, but you" +" will not receive updates from them in your news feed." +msgstr "Zaakceptowanie %s jako subskrybenta umożliwia im subskrybowanie Twoich postów, ale nie otrzymasz od nich aktualizacji w swoim kanale wiadomości." + +#: mod/notifications.php:207 +#, php-format +msgid "" +"Accepting %s as a sharer allows them to subscribe to your posts, but you " +"will not receive updates from them in your news feed." +msgstr "Akceptowanie %s jako udostępniający pozwala im subskrybować twoje posty, ale nie otrzymasz od nich aktualizacji w swoim kanale wiadomości." + +#: mod/notifications.php:218 +msgid "Friend" +msgstr "Znajomy" + +#: mod/notifications.php:219 +msgid "Sharer" +msgstr "Udostępniający/a" + +#: mod/notifications.php:219 +msgid "Subscriber" +msgstr "Subskrybent" + +#: mod/notifications.php:247 mod/events.php:518 mod/directory.php:148 +#: mod/contacts.php:660 src/Model/Profile.php:417 src/Model/Event.php:60 +#: src/Model/Event.php:85 src/Model/Event.php:421 src/Model/Event.php:900 +msgid "Location:" +msgstr "Lokalizacja" + +#: mod/notifications.php:249 mod/directory.php:154 mod/contacts.php:664 +#: src/Model/Profile.php:423 src/Model/Profile.php:806 +msgid "About:" +msgstr "O:" + +#: mod/notifications.php:251 mod/follow.php:174 mod/contacts.php:666 +#: src/Model/Profile.php:794 +msgid "Tags:" +msgstr "Tagi:" + +#: mod/notifications.php:253 mod/directory.php:151 src/Model/Profile.php:420 +#: src/Model/Profile.php:745 +msgid "Gender:" +msgstr "Płeć:" + +#: mod/notifications.php:258 mod/unfollow.php:122 mod/follow.php:166 +#: mod/contacts.php:656 mod/admin.php:490 mod/admin.php:500 +msgid "Profile URL" +msgstr "Adres URL profilu" + +#: mod/notifications.php:261 mod/contacts.php:71 src/Model/Profile.php:518 +msgid "Network:" +msgstr "Sieć:" + +#: mod/notifications.php:275 +msgid "No introductions." +msgstr "Brak dostępu." + +#: mod/notifications.php:316 +msgid "Show unread" +msgstr "Pokaż nieprzeczytane" + +#: mod/notifications.php:316 +msgid "Show all" +msgstr "Pokaż wszystko" + +#: mod/notifications.php:322 +#, php-format +msgid "No more %s notifications." +msgstr "Nigdy więcej %s powiadomień." + +#: mod/openid.php:29 +msgid "OpenID protocol error. No ID returned." +msgstr "Błąd protokołu OpenID. Nie znaleziono identyfikatora." + +#: mod/openid.php:66 +msgid "" +"Account not found and OpenID registration is not permitted on this site." +msgstr "Konto nie zostało znalezione, a rejestracja OpenID nie jest dozwolona na tej stronie." + +#: mod/openid.php:116 src/Module/Login.php:86 src/Module/Login.php:134 +msgid "Login failed." +msgstr "Logowanie nieudane." + +#: mod/dfrn_confirm.php:74 mod/profiles.php:39 mod/profiles.php:149 +#: mod/profiles.php:196 mod/profiles.php:618 +msgid "Profile not found." +msgstr "Nie znaleziono profilu." + +#: mod/dfrn_confirm.php:132 +msgid "" +"This may occasionally happen if contact was requested by both persons and it" +" has already been approved." +msgstr "Może się to zdarzyć, gdy kontakt został zgłoszony przez obie osoby i został już zatwierdzony." + +#: mod/dfrn_confirm.php:242 +msgid "Response from remote site was not understood." +msgstr "Odpowiedź do zdalnej strony nie została zrozumiana" + +#: mod/dfrn_confirm.php:249 mod/dfrn_confirm.php:254 +msgid "Unexpected response from remote site: " +msgstr "Nieoczekiwana odpowiedź od strony zdalnej:" + +#: mod/dfrn_confirm.php:263 +msgid "Confirmation completed successfully." +msgstr "Potwierdzenie zostało pomyślnie zakończone." + +#: mod/dfrn_confirm.php:275 +msgid "Temporary failure. Please wait and try again." +msgstr "Tymczasowa awaria. Proszę czekać i spróbuj ponownie." + +#: mod/dfrn_confirm.php:278 +msgid "Introduction failed or was revoked." +msgstr "Wprowadzenie nie powiodło się lub zostało odwołane." + +#: mod/dfrn_confirm.php:283 +msgid "Remote site reported: " +msgstr "Zdalna witryna zgłoszona:" + +#: mod/dfrn_confirm.php:396 +msgid "Unable to set contact photo." +msgstr "Nie można ustawić zdjęcia kontaktu." + +#: mod/dfrn_confirm.php:498 +#, php-format +msgid "No user record found for '%s' " +msgstr "Nie znaleziono użytkownika dla '%s'" + +#: mod/dfrn_confirm.php:508 +msgid "Our site encryption key is apparently messed up." +msgstr "Klucz kodujący jest najwyraźniej uszkodzony." + +#: mod/dfrn_confirm.php:519 +msgid "Empty site URL was provided or URL could not be decrypted by us." +msgstr "Został podany pusty adres URL witryny lub nie można go odszyfrować." + +#: mod/dfrn_confirm.php:535 +msgid "Contact record was not found for you on our site." +msgstr "Nie znaleziono kontaktu na naszej stronie" + +#: mod/dfrn_confirm.php:549 +#, php-format +msgid "Site public key not available in contact record for URL %s." +msgstr "Publiczny klucz witryny jest niedostępny w rekordzie kontaktu dla adresu URL %s" + +#: mod/dfrn_confirm.php:565 +msgid "" +"The ID provided by your system is a duplicate on our system. It should work " +"if you try again." +msgstr "Identyfikator dostarczony przez Twój system jest duplikatem w naszym systemie. Powinien działać, jeśli spróbujesz ponownie." + +#: mod/dfrn_confirm.php:576 +msgid "Unable to set your contact credentials on our system." +msgstr "Nie można ustawić danych kontaktowych w naszym systemie." + +#: mod/dfrn_confirm.php:631 +msgid "Unable to update your contact profile details on our system" +msgstr "Nie można zaktualizować danych Twojego profilu kontaktowego w naszym systemie" + +#: mod/dfrn_confirm.php:661 mod/dfrn_request.php:568 +#: src/Model/Contact.php:1520 +msgid "[Name Withheld]" +msgstr "[Nazwa zastrzeżona]" + +#: mod/dfrn_confirm.php:694 +#, php-format +msgid "%1$s has joined %2$s" +msgstr "%1$s dołączył/a do %2$s" + +#: mod/invite.php:33 +msgid "Total invitation limit exceeded." +msgstr "Przekroczono limit zaproszeń ogółem." + +#: mod/invite.php:55 +#, php-format +msgid "%s : Not a valid email address." +msgstr "%s : Nieprawidłowy adres e-mail." + +#: mod/invite.php:80 +msgid "Please join us on Friendica" +msgstr "Dołącz do nas na Friendica" + +#: mod/invite.php:91 +msgid "Invitation limit exceeded. Please contact your site administrator." +msgstr "Przekroczono limit zaproszeń. Skontaktuj się z administratorem witryny." + +#: mod/invite.php:95 +#, php-format +msgid "%s : Message delivery failed." +msgstr "%s : Nie udało się dostarczyć wiadomości." + +#: mod/invite.php:99 +#, php-format +msgid "%d message sent." +msgid_plural "%d messages sent." +msgstr[0] "%d wiadomość wysłana." +msgstr[1] "%d wiadomości wysłane." +msgstr[2] "%d wysłano ." +msgstr[3] "%d wiadomość wysłano." + +#: mod/invite.php:117 +msgid "You have no more invitations available" +msgstr "Nie masz już dostępnych zaproszeń" + +#: mod/invite.php:125 +#, php-format +msgid "" +"Visit %s for a list of public sites that you can join. Friendica members on " +"other sites can all connect with each other, as well as with members of many" +" other social networks." +msgstr "Odwiedź %s listę publicznych witryn, do których możesz dołączyć. Członkowie Friendica na innych stronach mogą łączyć się ze sobą, jak również z członkami wielu innych sieci społecznościowych." + +#: mod/invite.php:127 +#, php-format +msgid "" +"To accept this invitation, please visit and register at %s or any other " +"public Friendica website." +msgstr "Aby zaakceptować to zaproszenie, odwiedź i zarejestruj się %s lub w dowolnej innej publicznej witrynie internetowej Friendica." + +#: mod/invite.php:128 +#, php-format +msgid "" +"Friendica sites all inter-connect to create a huge privacy-enhanced social " +"web that is owned and controlled by its members. They can also connect with " +"many traditional social networks. See %s for a list of alternate Friendica " +"sites you can join." +msgstr "Strony Friendica łączą się ze sobą, tworząc ogromną sieć społecznościową o zwiększonej prywatności, która jest własnością i jest kontrolowana przez jej członków. Mogą również łączyć się z wieloma tradycyjnymi sieciami społecznościowymi. Zobacz %s listę alternatywnych witryn Friendica, do których możesz dołączyć." + +#: mod/invite.php:132 +msgid "" +"Our apologies. This system is not currently configured to connect with other" +" public sites or invite members." +msgstr "Przepraszamy. System nie jest obecnie skonfigurowany do łączenia się z innymi publicznymi witrynami lub zapraszania członków." + +#: mod/invite.php:136 +msgid "" +"Friendica sites all inter-connect to create a huge privacy-enhanced social " +"web that is owned and controlled by its members. They can also connect with " +"many traditional social networks." +msgstr "Strony Friendica łączą się ze sobą, tworząc ogromną sieć społecznościową o zwiększonej prywatności, która jest własnością i jest kontrolowana przez jej członków. Mogą również łączyć się z wieloma tradycyjnymi sieciami społecznościowymi." + +#: mod/invite.php:135 +#, php-format +msgid "To accept this invitation, please visit and register at %s." +msgstr "Aby zaakceptować to zaproszenie, odwiedź stronę i zarejestruj się na stronie %s." + +#: mod/invite.php:142 +msgid "Send invitations" +msgstr "Wyślij zaproszenie" + +#: mod/invite.php:143 +msgid "Enter email addresses, one per line:" +msgstr "Wprowadź adresy e-mail, po jednym w wierszu:" + +#: mod/invite.php:144 mod/wallmessage.php:141 mod/message.php:259 +#: mod/message.php:426 +msgid "Your message:" +msgstr "Twoja wiadomość:" + +#: mod/invite.php:145 +msgid "" +"You are cordially invited to join me and other close friends on Friendica - " +"and help us to create a better social web." +msgstr "Serdecznie zapraszam do przyłączenia się do mnie i innych bliskich znajomych na stronie Friendica - i pomóż nam stworzyć lepszą sieć społecznościową." + +#: mod/invite.php:147 +msgid "You will need to supply this invitation code: $invite_code" +msgstr "Musisz podać ten kod zaproszenia: $invite_code" + +#: mod/invite.php:147 +msgid "" +"Once you have registered, please connect with me via my profile page at:" +msgstr "Po rejestracji połącz się ze mną na stronie mojego profilu pod adresem:" + +#: mod/invite.php:149 +msgid "" +"For more information about the Friendica project and why we feel it is " +"important, please visit http://friendi.ca" +msgstr "Aby uzyskać więcej informacji na temat projektu Friendica i dlaczego uważamy, że jest to ważne, odwiedź http://friendi.ca" + +#: mod/wall_attach.php:24 mod/wall_attach.php:32 mod/wall_attach.php:83 +#: mod/wall_upload.php:38 mod/wall_upload.php:54 mod/wall_upload.php:112 +#: mod/wall_upload.php:155 mod/wall_upload.php:158 +msgid "Invalid request." +msgstr "Nieprawidłowe żądanie." + +#: mod/wall_attach.php:101 +msgid "Sorry, maybe your upload is bigger than the PHP configuration allows" +msgstr "Przepraszam, może twój przesyłany plik jest większy niż pozwala konfiguracja PHP" + +#: mod/wall_attach.php:101 +msgid "Or - did you try to upload an empty file?" +msgstr "Lub - czy próbowałeś załadować pusty plik?" + +#: mod/wall_attach.php:112 +#, php-format +msgid "File exceeds size limit of %s" +msgstr "Plik przekracza limit rozmiaru wynoszący %s" + +#: mod/wall_attach.php:136 mod/wall_attach.php:152 +msgid "File upload failed." +msgstr "Przesyłanie pliku nie powiodło się." + +#: mod/manage.php:180 +msgid "Manage Identities and/or Pages" +msgstr "Zarządzaj Tożsamościami i/lub Stronami." + +#: mod/manage.php:181 +msgid "" +"Toggle between different identities or community/group pages which share " +"your account details or which you have been granted \"manage\" permissions" +msgstr "Przełącz między różnymi tożsamościami lub stronami społeczność/grupy, które udostępniają dane Twojego konta lub które otrzymałeś uprawnienia \"zarządzaj\"" + +#: mod/manage.php:182 +msgid "Select an identity to manage: " +msgstr "Wybierz tożsamość do zarządzania:" + +#: mod/dfrn_request.php:94 +msgid "This introduction has already been accepted." +msgstr "To wprowadzenie zostało już zaakceptowane." + +#: mod/dfrn_request.php:112 mod/dfrn_request.php:359 +msgid "Profile location is not valid or does not contain profile information." +msgstr "Lokalizacja profilu jest nieprawidłowa lub nie zawiera informacji o profilu." + +#: mod/dfrn_request.php:116 mod/dfrn_request.php:363 +msgid "Warning: profile location has no identifiable owner name." +msgstr "Ostrzeżenie: położenie profilu ma taką samą nazwę jak użytkownik." + +#: mod/dfrn_request.php:119 mod/dfrn_request.php:366 +msgid "Warning: profile location has no profile photo." +msgstr "Ostrzeżenie: położenie profilu nie zawiera zdjęcia." + +#: mod/dfrn_request.php:123 mod/dfrn_request.php:370 +#, php-format +msgid "%d required parameter was not found at the given location" +msgid_plural "%d required parameters were not found at the given location" +msgstr[0] "%d wymagany parametr nie został znaleziony w podanej lokacji" +msgstr[1] "%d wymagane parametry nie zostały znalezione w podanej lokacji" +msgstr[2] "%d wymagany parametr nie został znaleziony w podanej lokacji" +msgstr[3] "%d wymagany parametr nie został znaleziony w podanej lokacji" + +#: mod/dfrn_request.php:162 +msgid "Introduction complete." +msgstr "Wprowadzanie zakończone." + +#: mod/dfrn_request.php:199 +msgid "Unrecoverable protocol error." +msgstr "Nieodwracalny błąd protokołu." + +#: mod/dfrn_request.php:226 +msgid "Profile unavailable." +msgstr "Profil niedostępny." + +#: mod/dfrn_request.php:248 +#, php-format +msgid "%s has received too many connection requests today." +msgstr "%s otrzymał dziś zbyt wiele żądań połączeń." + +#: mod/dfrn_request.php:249 +msgid "Spam protection measures have been invoked." +msgstr "Wprowadzono zabezpieczenia przed spamem." + +#: mod/dfrn_request.php:250 +msgid "Friends are advised to please try again in 24 hours." +msgstr "Przyjaciele namawiają do spróbowania za 24h." + +#: mod/dfrn_request.php:280 +msgid "Invalid locator" +msgstr "Nieprawidłowy lokalizator" + +#: mod/dfrn_request.php:316 +msgid "You have already introduced yourself here." +msgstr "Już się tu przedstawiłeś." + +#: mod/dfrn_request.php:319 +#, php-format +msgid "Apparently you are already friends with %s." +msgstr "Wygląda na to, że już jesteście przyjaciółmi z %s" + +#: mod/dfrn_request.php:339 +msgid "Invalid profile URL." +msgstr "Nieprawidłowy URL profilu." + +#: mod/dfrn_request.php:345 src/Model/Contact.php:1223 +msgid "Disallowed profile URL." +msgstr "Nie dozwolony adres URL profilu." + +#: mod/dfrn_request.php:351 mod/friendica.php:128 mod/admin.php:353 +#: mod/admin.php:371 src/Model/Contact.php:1228 +msgid "Blocked domain" +msgstr "Zablokowana domena" + +#: mod/dfrn_request.php:419 mod/contacts.php:230 +msgid "Failed to update contact record." +msgstr "Aktualizacja rekordu kontaktu nie powiodła się." + +#: mod/dfrn_request.php:439 +msgid "Your introduction has been sent." +msgstr "Twoje dane zostały wysłane." + +#: mod/dfrn_request.php:477 +msgid "" +"Remote subscription can't be done for your network. Please subscribe " +"directly on your system." +msgstr "Zdalnej subskrypcji nie można wykonać dla swojej sieci. Proszę zasubskrybuj bezpośrednio w swoim systemie." + +#: mod/dfrn_request.php:493 +msgid "Please login to confirm introduction." +msgstr "Zaloguj się, aby potwierdzić wprowadzenie." + +#: mod/dfrn_request.php:501 +msgid "" +"Incorrect identity currently logged in. Please login to " +"this profile." +msgstr "Niepoprawna tożsamość obecnego użytkownika. Proszę zalogować się na tego użytkownika. " + +#: mod/dfrn_request.php:515 mod/dfrn_request.php:532 +msgid "Confirm" +msgstr "Potwierdź" + +#: mod/dfrn_request.php:527 +msgid "Hide this contact" +msgstr "Ukryj kontakt" + +#: mod/dfrn_request.php:530 +#, php-format +msgid "Welcome home %s." +msgstr "Welcome home %s." + +#: mod/dfrn_request.php:531 +#, php-format +msgid "Please confirm your introduction/connection request to %s." +msgstr "Proszę potwierdzić swój wstęp/prośbę o połączenie do %s." + +#: mod/dfrn_request.php:607 mod/probe.php:13 mod/viewcontacts.php:45 +#: mod/webfinger.php:16 mod/search.php:98 mod/search.php:104 +#: mod/community.php:27 mod/photos.php:932 mod/videos.php:199 +#: mod/display.php:203 mod/directory.php:42 +msgid "Public access denied." +msgstr "Publiczny dostęp zabroniony" + +#: mod/dfrn_request.php:642 +msgid "" +"Please enter your 'Identity Address' from one of the following supported " +"communications networks:" +msgstr "Wprowadź swój 'Adres tożsamości' z jednej z następujących obsługiwanych sieci komunikacyjnych:" + +#: mod/dfrn_request.php:645 +#, php-format +msgid "" +"If you are not yet a member of the free social web, follow " +"this link to find a public Friendica site and join us today." +msgstr "Jeśli nie jesteś jeszcze członkiem darmowej sieci społecznościowej, kliknij ten link, aby znaleźć publiczną witrynę Friendica i dołącz do nas już dziś." + +#: mod/dfrn_request.php:650 +msgid "Friend/Connection Request" +msgstr "Przyjaciel/Prośba o połączenie" + +#: mod/dfrn_request.php:651 +msgid "" +"Examples: jojo@demo.friendica.com, http://demo.friendica.com/profile/jojo, " +"testuser@gnusocial.de" +msgstr "Przykłady: jojo@demo.friendica.com, http://demo.friendica.com/profile/jojo, testuser@gnusocial.de" + +#: mod/dfrn_request.php:652 mod/follow.php:149 +msgid "Please answer the following:" +msgstr "Proszę odpowiedzieć na następujące pytania:" + +#: mod/dfrn_request.php:653 mod/follow.php:150 +#, php-format +msgid "Does %s know you?" +msgstr "Czy %s Cię zna?" + +#: mod/dfrn_request.php:654 mod/follow.php:151 +msgid "Add a personal note:" +msgstr "Dodaj osobistą notkę:" + +#: mod/dfrn_request.php:656 src/Content/ContactSelector.php:79 +msgid "Friendica" +msgstr "Friendica" + +#: mod/dfrn_request.php:657 +msgid "GNU Social (Pleroma, Mastodon)" +msgstr "GNU Social (Pleroma, Mastodon)" + +#: mod/dfrn_request.php:658 +msgid "Diaspora (Socialhome, Hubzilla)" +msgstr "Diaspora (Socialhome, Hubzilla)" + +#: mod/dfrn_request.php:659 +#, php-format +msgid "" +" - please do not use this form. Instead, enter %s into your Diaspora search" +" bar." +msgstr "- proszę nie używać tego formularza. Zamiast tego wpisz %s do paska wyszukiwania Diaspory." + +#: mod/dfrn_request.php:660 mod/unfollow.php:113 mod/follow.php:157 +msgid "Your Identity Address:" +msgstr "Twój adres tożsamości:" + +#: mod/dfrn_request.php:662 mod/unfollow.php:65 mod/follow.php:62 +msgid "Submit Request" +msgstr "Wyślij zgłoszenie" + +#: mod/localtime.php:19 src/Model/Event.php:36 src/Model/Event.php:814 +msgid "l F d, Y \\@ g:i A" +msgstr "" + +#: mod/localtime.php:33 +msgid "Time Conversion" +msgstr "Zmiana czasu" + +#: mod/localtime.php:35 +msgid "" +"Friendica provides this service for sharing events with other networks and " +"friends in unknown timezones." +msgstr "Friendica udostępnia tę usługę do udostępniania wydarzeń innym sieciom i znajomym w nieznanych strefach czasowych." + +#: mod/localtime.php:39 +#, php-format +msgid "UTC time: %s" +msgstr "Czas UTC %s" + +#: mod/localtime.php:42 +#, php-format +msgid "Current timezone: %s" +msgstr "Obecna strefa czasowa: %s" + +#: mod/localtime.php:46 +#, php-format +msgid "Converted localtime: %s" +msgstr "Zmień strefę czasową: %s" + +#: mod/localtime.php:52 +msgid "Please select your timezone:" +msgstr "Wybierz swoją strefę czasową:" + +#: mod/probe.php:14 mod/webfinger.php:17 +msgid "Only logged in users are permitted to perform a probing." +msgstr "Tylko zalogowani użytkownicy mogą wykonywać sondowanie." + +#: mod/profperm.php:28 mod/group.php:83 index.php:415 +msgid "Permission denied" +msgstr "Odmowa dostępu" + +#: mod/profperm.php:34 mod/profperm.php:65 +msgid "Invalid profile identifier." +msgstr "Nieprawidłowa nazwa użytkownika." + +#: mod/profperm.php:111 +msgid "Profile Visibility Editor" +msgstr "Ustawienia widoczności profilu" + +#: mod/profperm.php:115 mod/group.php:265 +msgid "Click on a contact to add or remove." +msgstr "Kliknij na kontakt w celu dodania lub usunięcia." + +#: mod/profperm.php:124 +msgid "Visible To" +msgstr "Widoczne dla" + +#: mod/profperm.php:140 +msgid "All Contacts (with secure profile access)" +msgstr "Wszystkie kontakty (z bezpiecznym dostępem do profilu)" + +#: mod/regmod.php:68 +msgid "Account approved." +msgstr "Konto zatwierdzone." + +#: mod/regmod.php:93 +#, php-format +msgid "Registration revoked for %s" +msgstr "Rejestracja odwołana dla %s" + +#: mod/regmod.php:102 +msgid "Please login." +msgstr "Proszę się zalogować." + +#: mod/removeme.php:55 mod/removeme.php:58 +msgid "Remove My Account" +msgstr "Usuń moje konto" + +#: mod/removeme.php:56 +msgid "" +"This will completely remove your account. Once this has been done it is not " +"recoverable." +msgstr "Spowoduje to całkowite usunięcie Twojego konta. Po wykonaniu tej czynności nie można jej cofnąć." + +#: mod/removeme.php:57 +msgid "Please enter your password for verification:" +msgstr "Wprowadź hasło w celu weryfikacji." + +#: mod/viewcontacts.php:87 +msgid "No contacts." +msgstr "brak kontaktów" + +#: mod/viewsrc.php:12 +msgid "Access denied." +msgstr "Brak dostępu" + +#: mod/wallmessage.php:49 mod/wallmessage.php:112 +#, php-format +msgid "Number of daily wall messages for %s exceeded. Message failed." +msgstr "Dzienny limit wiadomości %s został przekroczony. Wiadomość została odrzucona." + +#: mod/wallmessage.php:57 mod/message.php:73 +msgid "No recipient selected." +msgstr "Nie wybrano odbiorcy." + +#: mod/wallmessage.php:60 +msgid "Unable to check your home location." +msgstr "Nie można sprawdzić twojej lokalizacji." + +#: mod/wallmessage.php:63 mod/message.php:80 +msgid "Message could not be sent." +msgstr "Wiadomość nie może zostać wysłana" + +#: mod/wallmessage.php:66 mod/message.php:83 +msgid "Message collection failure." +msgstr "Błąd zbierania komunikatów." + +#: mod/wallmessage.php:69 mod/message.php:86 +msgid "Message sent." +msgstr "Wysłano." + +#: mod/wallmessage.php:86 mod/wallmessage.php:95 +msgid "No recipient." +msgstr "Brak odbiorcy." + +#: mod/wallmessage.php:132 mod/message.php:250 +msgid "Send Private Message" +msgstr "Wyślij prywatną wiadomość" + +#: mod/wallmessage.php:133 +#, php-format +msgid "" +"If you wish for %s to respond, please check that the privacy settings on " +"your site allow private mail from unknown senders." +msgstr "Jeśli chcesz %s odpowiedzieć, sprawdź, czy ustawienia prywatności w Twojej witrynie zezwalają na prywatne wiadomości od nieznanych nadawców." + +#: mod/wallmessage.php:134 mod/message.php:251 mod/message.php:421 +msgid "To:" +msgstr "Do:" + +#: mod/wallmessage.php:135 mod/message.php:255 mod/message.php:423 +msgid "Subject:" +msgstr "Temat:" + +#: mod/uexport.php:44 +msgid "Export account" +msgstr "Eksportuj konto" + +#: mod/uexport.php:44 +msgid "" +"Export your account info and contacts. Use this to make a backup of your " +"account and/or to move it to another server." +msgstr "Eksportuj informacje o swoim koncie i kontaktach. Użyj tego do utworzenia kopii zapasowej konta i/lub przeniesienia go na inny serwer." + +#: mod/uexport.php:45 +msgid "Export all" +msgstr "Eksportuj wszystko" + +#: mod/uexport.php:45 +msgid "" +"Export your accout info, contacts and all your items as json. Could be a " +"very big file, and could take a lot of time. Use this to make a full backup " +"of your account (photos are not exported)" +msgstr "Wyeksportuj informacje o koncie, kontaktach i wszystkie swoje pozycje jako json. Może to być bardzo duży plik i może zająć dużo czasu. Użyj tej opcji, aby utworzyć pełną kopię zapasową swojego konta (zdjęcia nie są eksportowane)" + +#: mod/uexport.php:52 mod/settings.php:107 +msgid "Export personal data" +msgstr "Eksportuje dane personalne" + +#: mod/filer.php:34 +msgid "- select -" +msgstr "- wybierz -" + +#: mod/notify.php:77 +msgid "No more system notifications." +msgstr "Nie ma więcej powiadomień systemowych." + +#: mod/ping.php:292 +msgid "{0} wants to be your friend" +msgstr "{0} chce być Twoim znajomym" + +#: mod/ping.php:307 +msgid "{0} sent you a message" +msgstr "{0} wysłałem Ci wiadomość" + +#: mod/ping.php:322 +msgid "{0} requested registration" +msgstr "{0} wymagana rejestracja" #: mod/poke.php:192 msgid "Poke/Prod" @@ -4501,1746 +2581,684 @@ msgstr "" #: mod/poke.php:194 msgid "Recipient" -msgstr "" +msgstr "Odbiorca" #: mod/poke.php:195 msgid "Choose what you wish to do to recipient" -msgstr "" +msgstr "Wybierz, co chcesz zrobić" #: mod/poke.php:198 msgid "Make this post private" -msgstr "Zrób ten post prywatnym" +msgstr "Ustaw ten post jako prywatny" -#: mod/profile_photo.php:44 -msgid "Image uploaded but image cropping failed." -msgstr "Obrazek załadowany, ale oprawanie powiodła się." - -#: mod/profile_photo.php:77 mod/profile_photo.php:84 mod/profile_photo.php:91 -#: mod/profile_photo.php:314 +#: mod/subthread.php:113 #, php-format -msgid "Image size reduction [%s] failed." -msgstr "Redukcja rozmiaru obrazka [%s] nie powiodła się." +msgid "%1$s is following %2$s's %3$s" +msgstr "%1$skolejny %2$s %3$s " -#: mod/profile_photo.php:124 -msgid "" -"Shift-reload the page or clear browser cache if the new photo does not " -"display immediately." -msgstr "" +#: mod/tagrm.php:47 +msgid "Tag removed" +msgstr "Tag usunięty" -#: mod/profile_photo.php:134 -msgid "Unable to process image" -msgstr "Nie udało się przetworzyć obrazu." +#: mod/tagrm.php:85 +msgid "Remove Item Tag" +msgstr "Usuń pozycję Tag" -#: mod/profile_photo.php:150 mod/photos.php:786 mod/wall_upload.php:151 +#: mod/tagrm.php:87 +msgid "Select a tag to remove: " +msgstr "Wybierz tag do usunięcia" + +#: mod/tagrm.php:98 mod/delegate.php:177 +msgid "Remove" +msgstr "Usuń" + +#: mod/wall_upload.php:186 mod/photos.php:763 mod/photos.php:766 +#: mod/photos.php:795 mod/profile_photo.php:153 #, php-format msgid "Image exceeds size limit of %s" -msgstr "" +msgstr "Obraz przekracza limit rozmiaru wynoszący %s" -#: mod/profile_photo.php:159 mod/photos.php:826 mod/wall_upload.php:188 +#: mod/wall_upload.php:200 mod/photos.php:818 mod/profile_photo.php:162 msgid "Unable to process image." msgstr "Przetwarzanie obrazu nie powiodło się." -#: mod/profile_photo.php:248 -msgid "Upload File:" -msgstr "Wyślij plik:" +#: mod/wall_upload.php:231 mod/item.php:471 src/Object/Image.php:953 +#: src/Object/Image.php:969 src/Object/Image.php:977 src/Object/Image.php:1002 +msgid "Wall Photos" +msgstr "Tablica zdjęć" -#: mod/profile_photo.php:249 -msgid "Select a profile:" -msgstr "Wybierz profil:" - -#: mod/profile_photo.php:251 -msgid "Upload" -msgstr "Załaduj" - -#: mod/profile_photo.php:254 -msgid "or" -msgstr "lub" - -#: mod/profile_photo.php:254 -msgid "skip this step" -msgstr "Pomiń ten krok" - -#: mod/profile_photo.php:254 -msgid "select a photo from your photo albums" -msgstr "wybierz zdjęcie z twojego albumu" - -#: mod/profile_photo.php:268 -msgid "Crop Image" -msgstr "Przytnij zdjęcie" - -#: mod/profile_photo.php:269 -msgid "Please adjust the image cropping for optimum viewing." -msgstr "Proszę dostosować oprawę obrazka w celu optymalizacji oglądania." - -#: mod/profile_photo.php:271 -msgid "Done Editing" -msgstr "Zakończ Edycję " - -#: mod/profile_photo.php:305 -msgid "Image uploaded successfully." -msgstr "Zdjęcie wczytano pomyślnie " - -#: mod/profile_photo.php:307 mod/photos.php:853 mod/wall_upload.php:221 +#: mod/wall_upload.php:239 mod/photos.php:847 mod/profile_photo.php:307 msgid "Image upload failed." msgstr "Przesyłanie obrazu nie powiodło się" -#: mod/regmod.php:55 -msgid "Account approved." -msgstr "Konto zatwierdzone." +#: mod/search.php:37 mod/network.php:194 +msgid "Remove term" +msgstr "Usuń wpis" -#: mod/regmod.php:92 +#: mod/search.php:46 mod/network.php:201 src/Content/Feature.php:100 +msgid "Saved Searches" +msgstr "Zapisane wyszukiwania" + +#: mod/search.php:105 +msgid "Only logged in users are permitted to perform a search." +msgstr "Tylko zalogowani użytkownicy mogą wyszukiwać." + +#: mod/search.php:129 +msgid "Too Many Requests" +msgstr "Zbyt dużo próśb" + +#: mod/search.php:130 +msgid "Only one search per minute is permitted for not logged in users." +msgstr "Dla niezalogowanych użytkowników dozwolone jest tylko jedno wyszukiwanie na minutę." + +#: mod/search.php:228 mod/community.php:136 +msgid "No results." +msgstr "Brak wyników." + +#: mod/search.php:234 #, php-format -msgid "Registration revoked for %s" -msgstr "Rejestracja dla %s odwołana" +msgid "Items tagged with: %s" +msgstr "Przedmioty oznaczone tagiem: %s" -#: mod/regmod.php:104 -msgid "Please login." -msgstr "Proszę się zalogować." - -#: mod/notifications.php:35 -msgid "Invalid request identifier." -msgstr "Niewłaściwy identyfikator wymagania." - -#: mod/notifications.php:44 mod/notifications.php:180 -#: mod/notifications.php:252 -msgid "Discard" -msgstr "Odrzuć" - -#: mod/notifications.php:60 mod/notifications.php:179 -#: mod/notifications.php:251 mod/contacts.php:606 mod/contacts.php:806 -#: mod/contacts.php:991 -msgid "Ignore" -msgstr "Ignoruj" - -#: mod/notifications.php:105 -msgid "Network Notifications" -msgstr "Powiadomienia z sieci" - -#: mod/notifications.php:117 -msgid "Personal Notifications" -msgstr "Prywatne powiadomienia" - -#: mod/notifications.php:123 -msgid "Home Notifications" -msgstr "Powiadomienia z instancji" - -#: mod/notifications.php:152 -msgid "Show Ignored Requests" -msgstr "Pokaż ignorowane żądania" - -#: mod/notifications.php:152 -msgid "Hide Ignored Requests" -msgstr "Ukryj ignorowane żądania" - -#: mod/notifications.php:164 mod/notifications.php:222 -msgid "Notification type: " -msgstr "Typ zawiadomień:" - -#: mod/notifications.php:167 +#: mod/search.php:236 mod/contacts.php:819 #, php-format -msgid "suggested by %s" -msgstr "zaproponowane przez %s" +msgid "Results for: %s" +msgstr "Wyniki dla: %s" -#: mod/notifications.php:172 mod/notifications.php:239 mod/contacts.php:613 -msgid "Hide this contact from others" -msgstr "Ukryj ten kontakt przed innymi" +#: mod/bookmarklet.php:23 src/Content/Nav.php:114 src/Module/Login.php:312 +msgid "Login" +msgstr "Login" -#: mod/notifications.php:173 mod/notifications.php:240 -msgid "Post a new friend activity" -msgstr "Pisz o nowej działalności przyjaciela" +#: mod/bookmarklet.php:51 +msgid "The post was created" +msgstr "Post został utworzony" -#: mod/notifications.php:173 mod/notifications.php:240 -msgid "if applicable" -msgstr "jeśli odpowiednie" +#: mod/community.php:46 +msgid "Community option not available." +msgstr "Opcja wspólnotowa jest niedostępna." -#: mod/notifications.php:176 mod/notifications.php:249 mod/admin.php:1412 -msgid "Approve" -msgstr "Zatwierdź" - -#: mod/notifications.php:195 -msgid "Claims to be known to you: " -msgstr "Twierdzi, że go znasz:" - -#: mod/notifications.php:196 -msgid "yes" -msgstr "tak" - -#: mod/notifications.php:196 -msgid "no" -msgstr "nie" - -#: mod/notifications.php:197 -msgid "" -"Shall your connection be bidirectional or not? \"Friend\" implies that you " -"allow to read and you subscribe to their posts. \"Fan/Admirer\" means that " -"you allow to read but you do not want to read theirs. Approve as: " -msgstr "" - -#: mod/notifications.php:200 -msgid "" -"Shall your connection be bidirectional or not? \"Friend\" implies that you " -"allow to read and you subscribe to their posts. \"Sharer\" means that you " -"allow to read but you do not want to read theirs. Approve as: " -msgstr "" - -#: mod/notifications.php:209 -msgid "Friend" -msgstr "Znajomy" - -#: mod/notifications.php:210 -msgid "Sharer" -msgstr "Udostępniający/a" - -#: mod/notifications.php:210 -msgid "Fan/Admirer" -msgstr "Fan" - -#: mod/notifications.php:243 mod/contacts.php:624 mod/follow.php:126 -msgid "Profile URL" -msgstr "" - -#: mod/notifications.php:260 -msgid "No introductions." -msgstr "Brak wstępu." - -#: mod/notifications.php:299 -msgid "Show unread" -msgstr "" - -#: mod/notifications.php:299 -msgid "Show all" -msgstr "" - -#: mod/notifications.php:305 -#, php-format -msgid "No more %s notifications." -msgstr "" - -#: mod/profiles.php:19 mod/profiles.php:134 mod/profiles.php:180 -#: mod/profiles.php:617 mod/dfrn_confirm.php:70 -msgid "Profile not found." -msgstr "Nie znaleziono profilu." - -#: mod/profiles.php:38 -msgid "Profile deleted." -msgstr "Konto usunięte." - -#: mod/profiles.php:56 mod/profiles.php:90 -msgid "Profile-" -msgstr "Profil-" - -#: mod/profiles.php:75 mod/profiles.php:118 -msgid "New profile created." -msgstr "Utworzono nowy profil." - -#: mod/profiles.php:96 -msgid "Profile unavailable to clone." -msgstr "Nie można powileić profilu " - -#: mod/profiles.php:190 -msgid "Profile Name is required." -msgstr "Nazwa Profilu jest wymagana" - -#: mod/profiles.php:338 -msgid "Marital Status" -msgstr "" - -#: mod/profiles.php:342 -msgid "Romantic Partner" -msgstr "" - -#: mod/profiles.php:354 -msgid "Work/Employment" -msgstr "Praca/Zatrudnienie" - -#: mod/profiles.php:357 -msgid "Religion" -msgstr "Religia" - -#: mod/profiles.php:361 -msgid "Political Views" -msgstr "Poglądy polityczne" - -#: mod/profiles.php:365 -msgid "Gender" -msgstr "Płeć" - -#: mod/profiles.php:369 -msgid "Sexual Preference" -msgstr "Orientacja seksualna" - -#: mod/profiles.php:373 -msgid "XMPP" -msgstr "" - -#: mod/profiles.php:377 -msgid "Homepage" -msgstr "Strona Główna" - -#: mod/profiles.php:381 mod/profiles.php:702 -msgid "Interests" -msgstr "Zainteresowania" - -#: mod/profiles.php:385 -msgid "Address" -msgstr "Adres" - -#: mod/profiles.php:392 mod/profiles.php:698 -msgid "Location" -msgstr "Położenie" - -#: mod/profiles.php:477 -msgid "Profile updated." -msgstr "Konto zaktualizowane." - -#: mod/profiles.php:564 -msgid " and " -msgstr " i " - -#: mod/profiles.php:572 -msgid "public profile" -msgstr "profil publiczny" - -#: mod/profiles.php:575 -#, php-format -msgid "%1$s changed %2$s to “%3$s”" -msgstr "" - -#: mod/profiles.php:576 -#, php-format -msgid " - Visit %1$s's %2$s" -msgstr " - Odwiedźa %1$s's %2$s" - -#: mod/profiles.php:579 -#, php-format -msgid "%1$s has an updated %2$s, changing %3$s." -msgstr "" - -#: mod/profiles.php:645 -msgid "Hide contacts and friends:" -msgstr "" - -#: mod/profiles.php:650 -msgid "Hide your contact/friend list from viewers of this profile?" -msgstr "Czy chcesz ukryć listę kontaktów dla przeglądających to konto?" - -#: mod/profiles.php:674 -msgid "Show more profile fields:" -msgstr "" - -#: mod/profiles.php:686 -msgid "Profile Actions" -msgstr "" - -#: mod/profiles.php:687 -msgid "Edit Profile Details" -msgstr "Edytuj profil." - -#: mod/profiles.php:689 -msgid "Change Profile Photo" -msgstr "Zmień profilowe zdjęcie" - -#: mod/profiles.php:690 -msgid "View this profile" -msgstr "Zobacz ten profil" - -#: mod/profiles.php:692 -msgid "Create a new profile using these settings" -msgstr "Stwórz nowy profil wykorzystując te ustawienia" - -#: mod/profiles.php:693 -msgid "Clone this profile" -msgstr "Sklonuj ten profil" - -#: mod/profiles.php:694 -msgid "Delete this profile" -msgstr "Usuń ten profil" - -#: mod/profiles.php:696 -msgid "Basic information" -msgstr "" - -#: mod/profiles.php:697 -msgid "Profile picture" -msgstr "" - -#: mod/profiles.php:699 -msgid "Preferences" -msgstr "" - -#: mod/profiles.php:700 -msgid "Status information" -msgstr "" - -#: mod/profiles.php:701 -msgid "Additional information" -msgstr "" - -#: mod/profiles.php:704 -msgid "Relation" -msgstr "" - -#: mod/profiles.php:708 -msgid "Your Gender:" -msgstr "Twoja płeć:" - -#: mod/profiles.php:709 -msgid " Marital Status:" -msgstr " Stan :" - -#: mod/profiles.php:711 -msgid "Example: fishing photography software" -msgstr "Przykład: kończenie oprogramowania fotografii" - -#: mod/profiles.php:716 -msgid "Profile Name:" -msgstr "Nazwa profilu :" - -#: mod/profiles.php:716 mod/events.php:484 mod/events.php:496 -msgid "Required" -msgstr "Wymagany" - -#: mod/profiles.php:718 -msgid "" -"This is your public profile.
    It may " -"be visible to anybody using the internet." -msgstr "To jest Twój publiczny profil.
    Może zostać wyświetlony przez każdego kto używa internetu." - -#: mod/profiles.php:719 -msgid "Your Full Name:" -msgstr "Twoje imię i nazwisko:" - -#: mod/profiles.php:720 -msgid "Title/Description:" -msgstr "Tytuł/Opis :" - -#: mod/profiles.php:723 -msgid "Street Address:" -msgstr "Ulica:" - -#: mod/profiles.php:724 -msgid "Locality/City:" -msgstr "Miejscowość/Miasto :" - -#: mod/profiles.php:725 -msgid "Region/State:" -msgstr "Region / Stan :" - -#: mod/profiles.php:726 -msgid "Postal/Zip Code:" -msgstr "Kod Pocztowy :" - -#: mod/profiles.php:727 -msgid "Country:" -msgstr "Kraj:" - -#: mod/profiles.php:731 -msgid "Who: (if applicable)" -msgstr "Kto: (jeśli dotyczy)" - -#: mod/profiles.php:731 -msgid "Examples: cathy123, Cathy Williams, cathy@example.com" -msgstr "Przykłady : cathy123, Cathy Williams, cathy@example.com" - -#: mod/profiles.php:732 -msgid "Since [date]:" -msgstr "Od [data]:" - -#: mod/profiles.php:734 -msgid "Tell us about yourself..." -msgstr "Napisz o sobie..." - -#: mod/profiles.php:735 -msgid "XMPP (Jabber) address:" -msgstr "" - -#: mod/profiles.php:735 -msgid "" -"The XMPP address will be propagated to your contacts so that they can follow" -" you." -msgstr "" - -#: mod/profiles.php:736 -msgid "Homepage URL:" -msgstr "Strona główna URL:" - -#: mod/profiles.php:739 -msgid "Religious Views:" -msgstr "Poglądy religijne:" - -#: mod/profiles.php:740 -msgid "Public Keywords:" -msgstr "Publiczne słowa kluczowe :" - -#: mod/profiles.php:740 -msgid "(Used for suggesting potential friends, can be seen by others)" -msgstr "(Używany do sugerowania potencjalnych znajomych, jest widoczny dla innych)" - -#: mod/profiles.php:741 -msgid "Private Keywords:" -msgstr "Prywatne słowa kluczowe :" - -#: mod/profiles.php:741 -msgid "(Used for searching profiles, never shown to others)" -msgstr "(Używany do wyszukiwania profili, niepokazywany innym)" - -#: mod/profiles.php:744 -msgid "Musical interests" -msgstr "Muzyka" - -#: mod/profiles.php:745 -msgid "Books, literature" -msgstr "Literatura" - -#: mod/profiles.php:746 -msgid "Television" -msgstr "Telewizja" - -#: mod/profiles.php:747 -msgid "Film/dance/culture/entertainment" -msgstr "Film/taniec/kultura/rozrywka" - -#: mod/profiles.php:748 -msgid "Hobbies/Interests" -msgstr "Zainteresowania" - -#: mod/profiles.php:749 -msgid "Love/romance" -msgstr "Miłość/romans" - -#: mod/profiles.php:750 -msgid "Work/employment" -msgstr "Praca/zatrudnienie" - -#: mod/profiles.php:751 -msgid "School/education" -msgstr "Szkoła/edukacja" - -#: mod/profiles.php:752 -msgid "Contact information and Social Networks" -msgstr "Informacje kontaktowe i Sieci Społeczne" - -#: mod/profiles.php:794 -msgid "Edit/Manage Profiles" -msgstr "Edytuj/Zarządzaj Profilami" - -#: mod/allfriends.php:43 -msgid "No friends to display." -msgstr "Brak znajomych do wyświetlenia" - -#: mod/cal.php:149 mod/display.php:328 mod/profile.php:155 -msgid "Access to this profile has been restricted." -msgstr "Ograniczony dostęp do tego konta" - -#: mod/cal.php:276 mod/events.php:380 -msgid "View" -msgstr "" - -#: mod/cal.php:277 mod/events.php:382 -msgid "Previous" -msgstr "Poprzedni" - -#: mod/cal.php:278 mod/events.php:383 mod/install.php:231 -msgid "Next" -msgstr "Następny" - -#: mod/cal.php:287 mod/events.php:392 -msgid "list" -msgstr "" - -#: mod/cal.php:297 -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:330 -msgid "calendar" -msgstr "" - -#: mod/common.php:86 -msgid "No contacts in common." -msgstr "Brak wspólnych kontaktów." - -#: mod/common.php:134 mod/contacts.php:863 -msgid "Common Friends" -msgstr "Wspólni znajomi" - -#: mod/community.php:27 +#: mod/community.php:63 msgid "Not available." msgstr "Niedostępne." -#: mod/directory.php:197 view/theme/vier/theme.php:201 -msgid "Global Directory" -msgstr "Globalne Położenie" +#: mod/community.php:76 +msgid "Local Community" +msgstr "Lokalna społeczność" -#: mod/directory.php:199 -msgid "Find on this site" -msgstr "Znajdź na tej stronie" +#: mod/community.php:79 +msgid "Posts from local users on this server" +msgstr "Wpisy od lokalnych użytkowników na tym serwerze" -#: mod/directory.php:201 -msgid "Results for:" -msgstr "" +#: mod/community.php:87 +msgid "Global Community" +msgstr "Globalna społeczność" -#: mod/directory.php:203 -msgid "Site Directory" -msgstr "Katalog Strony" +#: mod/community.php:90 +msgid "Posts from users of the whole federated network" +msgstr "Wpisy od użytkowników całej sieci stowarzyszonej" -#: mod/directory.php:210 -msgid "No entries (some entries may be hidden)." -msgstr "Brak odwiedzin (niektóre odwiedziny mogą być ukryte)." - -#: mod/dirfind.php:36 -#, php-format -msgid "People Search - %s" -msgstr "" - -#: mod/dirfind.php:47 -#, php-format -msgid "Forum Search - %s" -msgstr "" - -#: mod/dirfind.php:240 mod/match.php:107 -msgid "No matches" -msgstr "brak dopasowań" - -#: mod/display.php:473 -msgid "Item has been removed." -msgstr "Przedmiot został usunięty" - -#: mod/events.php:95 mod/events.php:97 -msgid "Event can not end before it has started." -msgstr "" - -#: mod/events.php:104 mod/events.php:106 -msgid "Event title and start time are required." -msgstr "Wymagany tytuł wydarzenia i czas rozpoczęcia." - -#: mod/events.php:381 -msgid "Create New Event" -msgstr "Stwórz nowe wydarzenie" - -#: mod/events.php:482 -msgid "Event details" -msgstr "Szczegóły wydarzenia" - -#: mod/events.php:483 -msgid "Starting date and Title are required." -msgstr "" - -#: mod/events.php:484 mod/events.php:485 -msgid "Event Starts:" -msgstr "Rozpoczęcie wydarzenia:" - -#: mod/events.php:486 mod/events.php:502 -msgid "Finish date/time is not known or not relevant" -msgstr "Data/czas zakończenia nie jest znana lub jest nieistotna" - -#: mod/events.php:488 mod/events.php:489 -msgid "Event Finishes:" -msgstr "Zakończenie wydarzenia:" - -#: mod/events.php:490 mod/events.php:503 -msgid "Adjust for viewer timezone" -msgstr "Dopasuj dla strefy czasowej widza" - -#: mod/events.php:492 -msgid "Description:" -msgstr "Opis:" - -#: mod/events.php:496 mod/events.php:498 -msgid "Title:" -msgstr "Tytuł:" - -#: mod/events.php:499 mod/events.php:500 -msgid "Share this event" -msgstr "Udostępnij te wydarzenie" - -#: mod/maintenance.php:9 -msgid "System down for maintenance" -msgstr "" - -#: mod/match.php:33 -msgid "No keywords to match. Please add keywords to your default profile." -msgstr "Brak słów-kluczy do wyszukania. Dodaj słowa-klucze do swojego domyślnego profilu." - -#: mod/match.php:86 -msgid "is interested in:" -msgstr "interesuje się:" - -#: mod/match.php:100 -msgid "Profile Match" -msgstr "Profil zgodny " - -#: mod/profile.php:179 -msgid "Tips for New Members" -msgstr "Wskazówki dla nowych użytkowników" - -#: mod/suggest.php:27 -msgid "Do you really want to delete this suggestion?" -msgstr "Czy na pewno chcesz usunąć te sugestie ?" - -#: mod/suggest.php:71 +#: mod/community.php:180 msgid "" -"No suggestions available. If this is a new site, please try again in 24 " -"hours." -msgstr "" +"This community stream shows all public posts received by this node. They may" +" not reflect the opinions of this node’s users." +msgstr "Ten strumień społeczności pokazuje wszystkie publiczne posty otrzymane przez ten węzeł. Mogą nie odzwierciedlać opinii użytkowników tego węzła." -#: mod/suggest.php:84 mod/suggest.php:104 -msgid "Ignore/Hide" -msgstr "Ignoruj/Ukryj" +#: mod/editpost.php:25 mod/editpost.php:35 +msgid "Item not found" +msgstr "Nie znaleziono elementu" -#: mod/update_community.php:19 mod/update_display.php:23 -#: mod/update_network.php:27 mod/update_notes.php:36 mod/update_profile.php:35 -msgid "[Embedded content - reload page to view]" -msgstr "[Dodatkowa zawartość - odśwież stronę by zobaczyć]" +#: mod/editpost.php:42 +msgid "Edit post" +msgstr "Edytuj post" -#: mod/photos.php:88 mod/photos.php:1856 +#: mod/editpost.php:134 src/Core/ACL.php:315 +msgid "CC: email addresses" +msgstr "CC: adresy e-mail" + +#: mod/editpost.php:141 src/Core/ACL.php:316 +msgid "Example: bob@example.com, mary@example.com" +msgstr "Przykład: bob@example.com, mary@example.com" + +#: mod/feedtest.php:20 +msgid "You must be logged in to use this module" +msgstr "Musisz być zalogowany, aby korzystać z tego modułu" + +#: mod/feedtest.php:48 +msgid "Source URL" +msgstr "Źródłowy adres URL" + +#: mod/fsuggest.php:72 +msgid "Friend suggestion sent." +msgstr "Wysłana propozycja dodania do znajomych." + +#: mod/fsuggest.php:101 +msgid "Suggest Friends" +msgstr "Proponuję znajomych" + +#: mod/fsuggest.php:103 +#, php-format +msgid "Suggest a friend for %s" +msgstr "Zaproponuj znajomych dla %s" + +#: mod/group.php:36 +msgid "Group created." +msgstr "Grupa utworzona." + +#: mod/group.php:42 +msgid "Could not create group." +msgstr "Nie mogę stworzyć grupy" + +#: mod/group.php:56 mod/group.php:157 +msgid "Group not found." +msgstr "Nie znaleziono grupy" + +#: mod/group.php:70 +msgid "Group name changed." +msgstr "Nazwa grupy zmieniona" + +#: mod/group.php:97 +msgid "Save Group" +msgstr "Zapisz grupę" + +#: mod/group.php:102 +msgid "Create a group of contacts/friends." +msgstr "Stwórz grupę znajomych." + +#: mod/group.php:103 mod/group.php:199 src/Model/Group.php:408 +msgid "Group Name: " +msgstr "Nazwa grupy: " + +#: mod/group.php:127 +msgid "Group removed." +msgstr "Grupa usunięta." + +#: mod/group.php:129 +msgid "Unable to remove group." +msgstr "Nie można usunąć grupy." + +#: mod/group.php:192 +msgid "Delete Group" +msgstr "Usuń grupę" + +#: mod/group.php:198 +msgid "Group Editor" +msgstr "Edytor grupy" + +#: mod/group.php:203 +msgid "Edit Group Name" +msgstr "Edytuj nazwę grupy" + +#: mod/group.php:213 +msgid "Members" +msgstr "Członkowie" + +#: mod/group.php:215 mod/contacts.php:719 +msgid "All Contacts" +msgstr "Wszystkie kontakty" + +#: mod/group.php:216 mod/network.php:639 +msgid "Group is empty" +msgstr "Grupa jest pusta" + +#: mod/group.php:229 +msgid "Remove Contact" +msgstr "Usuń Kontakt" + +#: mod/group.php:253 +msgid "Add Contact" +msgstr "Dodaj Kontakt" + +#: mod/item.php:114 +msgid "Unable to locate original post." +msgstr "Nie można zlokalizować oryginalnej wiadomości." + +#: mod/item.php:274 +msgid "Empty post discarded." +msgstr "Pusty wpis został odrzucony." + +#: mod/item.php:799 +#, php-format +msgid "" +"This message was sent to you by %s, a member of the Friendica social " +"network." +msgstr "Wiadomość została wysłana do ciebie od %s , członka portalu Friendica" + +#: mod/item.php:801 +#, php-format +msgid "You may visit them online at %s" +msgstr "Możesz odwiedzić ich online pod adresem %s" + +#: mod/item.php:802 +msgid "" +"Please contact the sender by replying to this post if you do not wish to " +"receive these messages." +msgstr "Skontaktuj się z nadawcą odpowiadając na ten post jeśli nie chcesz otrzymywać tych wiadomości." + +#: mod/item.php:806 +#, php-format +msgid "%s posted an update." +msgstr "%s zaktualizował wpis." + +#: mod/message.php:30 src/Content/Nav.php:198 +msgid "New Message" +msgstr "Nowa wiadomość" + +#: mod/message.php:77 +msgid "Unable to locate contact information." +msgstr "Nie można znaleźć informacji kontaktowych." + +#: mod/message.php:112 src/Content/Nav.php:195 view/theme/frio/theme.php:268 +msgid "Messages" +msgstr "Wiadomości" + +#: mod/message.php:136 +msgid "Do you really want to delete this message?" +msgstr "Czy na pewno chcesz usunąć tę wiadomość?" + +#: mod/message.php:156 +msgid "Message deleted." +msgstr "Wiadomość usunięta." + +#: mod/message.php:185 +msgid "Conversation removed." +msgstr "Rozmowa usunięta." + +#: mod/message.php:291 +msgid "No messages." +msgstr "Brak wiadomości." + +#: mod/message.php:330 +msgid "Message not available." +msgstr "Wiadomość nie jest dostępna." + +#: mod/message.php:397 +msgid "Delete message" +msgstr "Usuń wiadomość" + +#: mod/message.php:399 mod/message.php:500 +msgid "D, d M Y - g:i A" +msgstr "D, d M R - g:m AM/PM" + +#: mod/message.php:414 mod/message.php:497 +msgid "Delete conversation" +msgstr "Usuń rozmowę" + +#: mod/message.php:416 +msgid "" +"No secure communications available. You may be able to " +"respond from the sender's profile page." +msgstr "Brak bezpiecznej komunikacji. Możesz odpowiedzieć na stronie profilu nadawcy." + +#: mod/message.php:420 +msgid "Send Reply" +msgstr "Odpowiedz" + +#: mod/message.php:471 +#, php-format +msgid "Unknown sender - %s" +msgstr "Nieznany nadawca - %s" + +#: mod/message.php:473 +#, php-format +msgid "You and %s" +msgstr "Ty i %s" + +#: mod/message.php:475 +#, php-format +msgid "%s and You" +msgstr "%s i ty" + +#: mod/message.php:503 +#, php-format +msgid "%d message" +msgid_plural "%d messages" +msgstr[0] " %d wiadomość" +msgstr[1] " %d wiadomości" +msgstr[2] " %d wiadomości" +msgstr[3] " %d wiadomości" + +#: mod/network.php:202 src/Model/Group.php:400 +msgid "add" +msgstr "dodaj" + +#: mod/network.php:547 +#, php-format +msgid "" +"Warning: This group contains %s member from a network that doesn't allow non" +" public messages." +msgid_plural "" +"Warning: This group contains %s members from a network that doesn't allow " +"non public messages." +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" +msgstr[3] "" + +#: mod/network.php:550 +msgid "Messages in this group won't be send to these receivers." +msgstr "Wiadomości z tej grupy nie będą wysyłane do tych odbiorców." + +#: mod/network.php:618 +msgid "No such group" +msgstr "Nie ma takiej grupy" + +#: mod/network.php:643 +#, php-format +msgid "Group: %s" +msgstr "Grupa: %s" + +#: mod/network.php:669 +msgid "Private messages to this person are at risk of public disclosure." +msgstr "Prywatne wiadomości do tej osoby mogą zostać publicznie ujawnione " + +#: mod/network.php:672 +msgid "Invalid contact." +msgstr "Nieprawidłowy kontakt." + +#: mod/network.php:921 +msgid "Commented Order" +msgstr "Porządek według komentarzy" + +#: mod/network.php:924 +msgid "Sort by Comment Date" +msgstr "Sortuj według daty komentarza" + +#: mod/network.php:929 +msgid "Posted Order" +msgstr "Porządek według wpisów" + +#: mod/network.php:932 +msgid "Sort by Post Date" +msgstr "Sortuj według daty postów" + +#: mod/network.php:940 mod/profiles.php:687 +#: src/Core/NotificationsManager.php:185 +msgid "Personal" +msgstr "Osobiste" + +#: mod/network.php:943 +msgid "Posts that mention or involve you" +msgstr "Posty, które wspominają lub angażują Ciebie" + +#: mod/network.php:951 +msgid "New" +msgstr "Nowy" + +#: mod/network.php:954 +msgid "Activity Stream - by date" +msgstr "Strumień aktywności - według daty" + +#: mod/network.php:962 +msgid "Shared Links" +msgstr "Udostępnione łącza" + +#: mod/network.php:965 +msgid "Interesting Links" +msgstr "Interesujące linki" + +#: mod/network.php:973 +msgid "Starred" +msgstr "Ulubione" + +#: mod/network.php:976 +msgid "Favourite Posts" +msgstr "Ulubione posty" + +#: mod/notes.php:52 src/Model/Profile.php:946 +msgid "Personal Notes" +msgstr "Notatki" + +#: mod/oexchange.php:30 +msgid "Post successful." +msgstr "Post dodany pomyślnie" + +#: mod/photos.php:108 src/Model/Profile.php:907 +msgid "Photo Albums" +msgstr "Albumy zdjęć" + +#: mod/photos.php:109 mod/photos.php:1713 msgid "Recent Photos" msgstr "Ostatnio dodane zdjęcia" -#: mod/photos.php:91 mod/photos.php:1283 mod/photos.php:1858 +#: mod/photos.php:112 mod/photos.php:1210 mod/photos.php:1715 msgid "Upload New Photos" msgstr "Wyślij nowe zdjęcie" -#: mod/photos.php:105 mod/settings.php:36 +#: mod/photos.php:126 mod/settings.php:50 msgid "everybody" msgstr "wszyscy" -#: mod/photos.php:169 +#: mod/photos.php:184 msgid "Contact information unavailable" -msgstr "Informacje o kontakcie nie dostępne." +msgstr "Informacje kontaktowe są niedostępne." -#: mod/photos.php:190 +#: mod/photos.php:204 msgid "Album not found." msgstr "Album nie znaleziony" -#: mod/photos.php:220 mod/photos.php:232 mod/photos.php:1227 +#: mod/photos.php:234 mod/photos.php:245 mod/photos.php:1161 msgid "Delete Album" msgstr "Usuń album" -#: mod/photos.php:230 +#: mod/photos.php:243 msgid "Do you really want to delete this photo album and all its photos?" msgstr "Czy na pewno chcesz usunąć ten album i wszystkie zdjęcia z tego albumu?" -#: mod/photos.php:308 mod/photos.php:319 mod/photos.php:1540 +#: mod/photos.php:310 mod/photos.php:321 mod/photos.php:1446 msgid "Delete Photo" msgstr "Usuń zdjęcie" -#: mod/photos.php:317 +#: mod/photos.php:319 msgid "Do you really want to delete this photo?" msgstr "Czy na pewno chcesz usunąć to zdjęcie ?" -#: mod/photos.php:688 -#, php-format -msgid "%1$s was tagged in %2$s by %3$s" -msgstr "" - -#: mod/photos.php:688 +#: mod/photos.php:667 msgid "a photo" msgstr "zdjęcie" -#: mod/photos.php:794 +#: mod/photos.php:667 +#, php-format +msgid "%1$s was tagged in %2$s by %3$s" +msgstr "%1$szostał oznaczony tagiem %2$s przez %3$s" + +#: mod/photos.php:769 +msgid "Image upload didn't complete, please try again" +msgstr "Przesyłanie zdjęć nie zostało zakończone, spróbuj ponownie" + +#: mod/photos.php:772 +msgid "Image file is missing" +msgstr "Brak pliku obrazu" + +#: mod/photos.php:777 +msgid "" +"Server can't accept new file upload at this time, please contact your " +"administrator" +msgstr "Serwer nie może teraz przyjąć nowego pliku, skontaktuj się z administratorem" + +#: mod/photos.php:803 msgid "Image file is empty." msgstr "Plik obrazka jest pusty." -#: mod/photos.php:954 +#: mod/photos.php:940 msgid "No photos selected" msgstr "Nie zaznaczono zdjęć" -#: mod/photos.php:1054 mod/videos.php:305 +#: mod/photos.php:1036 mod/videos.php:309 msgid "Access to this item is restricted." msgstr "Dostęp do tego obiektu jest ograniczony." -#: mod/photos.php:1114 -#, php-format -msgid "You have used %1$.2f Mbytes of %2$.2f Mbytes photo storage." -msgstr "" - -#: mod/photos.php:1148 +#: mod/photos.php:1090 msgid "Upload Photos" msgstr "Prześlij zdjęcia" -#: mod/photos.php:1152 mod/photos.php:1222 +#: mod/photos.php:1094 mod/photos.php:1156 msgid "New album name: " msgstr "Nazwa nowego albumu:" -#: mod/photos.php:1153 +#: mod/photos.php:1095 msgid "or existing album name: " msgstr "lub istniejąca nazwa albumu:" -#: mod/photos.php:1154 +#: mod/photos.php:1096 msgid "Do not show a status post for this upload" -msgstr "Nie pokazuj postów statusu dla tego wysłania" +msgstr "Nie pokazuj statusu postów dla tego wysłania" -#: mod/photos.php:1165 mod/photos.php:1544 mod/settings.php:1300 +#: mod/photos.php:1098 mod/photos.php:1441 mod/events.php:533 +#: src/Core/ACL.php:318 +msgid "Permissions" +msgstr "Uprawnienia" + +#: mod/photos.php:1106 mod/photos.php:1449 mod/settings.php:1229 msgid "Show to Groups" msgstr "Pokaż Grupy" -#: mod/photos.php:1166 mod/photos.php:1545 mod/settings.php:1301 +#: mod/photos.php:1107 mod/photos.php:1450 mod/settings.php:1230 msgid "Show to Contacts" msgstr "Pokaż kontakty" #: mod/photos.php:1167 -msgid "Private Photo" -msgstr "Zdjęcie prywatne" - -#: mod/photos.php:1168 -msgid "Public Photo" -msgstr "Zdjęcie publiczne" - -#: mod/photos.php:1234 msgid "Edit Album" msgstr "Edytuj album" -#: mod/photos.php:1240 +#: mod/photos.php:1172 msgid "Show Newest First" msgstr "Najpierw pokaż najnowsze" -#: mod/photos.php:1242 +#: mod/photos.php:1174 msgid "Show Oldest First" msgstr "Najpierw pokaż najstarsze" -#: mod/photos.php:1269 mod/photos.php:1841 +#: mod/photos.php:1195 mod/photos.php:1698 msgid "View Photo" msgstr "Zobacz zdjęcie" -#: mod/photos.php:1315 +#: mod/photos.php:1236 msgid "Permission denied. Access to this item may be restricted." msgstr "Odmowa dostępu. Dostęp do tych danych może być ograniczony." -#: mod/photos.php:1317 +#: mod/photos.php:1238 msgid "Photo not available" msgstr "Zdjęcie niedostępne" -#: mod/photos.php:1372 +#: mod/photos.php:1301 msgid "View photo" msgstr "Zobacz zdjęcie" -#: mod/photos.php:1372 +#: mod/photos.php:1301 msgid "Edit photo" msgstr "Edytuj zdjęcie" -#: mod/photos.php:1373 +#: mod/photos.php:1302 msgid "Use as profile photo" msgstr "Ustaw jako zdjęcie profilowe" -#: mod/photos.php:1398 +#: mod/photos.php:1308 src/Object/Post.php:149 +msgid "Private Message" +msgstr "Wiadomość prywatna" + +#: mod/photos.php:1327 msgid "View Full Size" msgstr "Zobacz w pełnym rozmiarze" -#: mod/photos.php:1484 +#: mod/photos.php:1414 msgid "Tags: " msgstr "Tagi:" -#: mod/photos.php:1487 +#: mod/photos.php:1417 msgid "[Remove any tag]" msgstr "[Usunąć znacznik]" -#: mod/photos.php:1526 +#: mod/photos.php:1432 msgid "New album name" msgstr "Nazwa nowego albumu" -#: mod/photos.php:1527 +#: mod/photos.php:1433 msgid "Caption" msgstr "Zawartość" -#: mod/photos.php:1528 +#: mod/photos.php:1434 msgid "Add a Tag" msgstr "Dodaj tag" -#: mod/photos.php:1528 +#: mod/photos.php:1434 msgid "" "Example: @bob, @Barbara_Jensen, @jim@example.com, #California, #camping" msgstr "Przykładowo: @bob, @Barbara_Jensen, @jim@example.com, #California, #camping" -#: mod/photos.php:1529 +#: mod/photos.php:1435 msgid "Do not rotate" -msgstr "" +msgstr "Nie obracaj" -#: mod/photos.php:1530 +#: mod/photos.php:1436 msgid "Rotate CW (right)" msgstr "Obróć CW (w prawo)" -#: mod/photos.php:1531 +#: mod/photos.php:1437 msgid "Rotate CCW (left)" msgstr "Obróć CCW (w lewo)" -#: mod/photos.php:1546 -msgid "Private photo" -msgstr "Prywatne zdjęcie." +#: mod/photos.php:1471 src/Object/Post.php:296 +msgid "I like this (toggle)" +msgstr "Lubię to (zmień)" -#: mod/photos.php:1547 -msgid "Public photo" -msgstr "Zdjęcie publiczne" +#: mod/photos.php:1472 src/Object/Post.php:297 +msgid "I don't like this (toggle)" +msgstr "Nie lubię tego (zmień)" -#: mod/photos.php:1770 +#: mod/photos.php:1488 mod/photos.php:1527 mod/photos.php:1600 +#: mod/contacts.php:953 src/Object/Post.php:793 +msgid "This is you" +msgstr "To jesteś ty" + +#: mod/photos.php:1490 mod/photos.php:1529 mod/photos.php:1602 +#: src/Object/Post.php:399 src/Object/Post.php:795 +msgid "Comment" +msgstr "Komentarz" + +#: mod/photos.php:1634 msgid "Map" -msgstr "" +msgstr "Mapa" -#: mod/photos.php:1847 mod/videos.php:387 +#: mod/photos.php:1704 mod/videos.php:387 msgid "View Album" msgstr "Zobacz album" -#: mod/register.php:93 -msgid "" -"Registration successful. Please check your email for further instructions." -msgstr "Rejestracja zakończona pomyślnie. Dalsze instrukcje zostały wysłane na twojego e-maila." +#: mod/profile.php:37 src/Model/Profile.php:118 +msgid "Requested profile is not available." +msgstr "Żądany profil jest niedostępny" -#: mod/register.php:98 +#: mod/profile.php:78 src/Protocol/OStatus.php:1252 #, php-format -msgid "" -"Failed to send email message. Here your accout details:
    login: %s
    " -"password: %s

    You can change your password after login." -msgstr "" +msgid "%s's posts" +msgstr "%s posty " -#: mod/register.php:105 -msgid "Registration successful." -msgstr "" - -#: mod/register.php:111 -msgid "Your registration can not be processed." -msgstr "Twoja rejestracja nie może zostać przeprowadzona. " - -#: mod/register.php:160 -msgid "Your registration is pending approval by the site owner." -msgstr "Twoja rejestracja oczekuje na zaakceptowanie przez właściciela witryny." - -#: mod/register.php:226 -msgid "" -"You may (optionally) fill in this form via OpenID by supplying your OpenID " -"and clicking 'Register'." -msgstr "Masz możliwość (opcjonalnie) wypełnić ten formularz przez OpenID poprzez załączenie Twojego OpenID i kliknięcie 'Zarejestruj'." - -#: mod/register.php:227 -msgid "" -"If you are not familiar with OpenID, please leave that field blank and fill " -"in the rest of the items." -msgstr "Jeśli nie jesteś zaznajomiony z OpenID, zostaw to pole puste i uzupełnij resztę elementów." - -#: mod/register.php:228 -msgid "Your OpenID (optional): " -msgstr "Twój OpenID (opcjonalnie):" - -#: mod/register.php:242 -msgid "Include your profile in member directory?" -msgstr "Czy dołączyć twój profil do katalogu członków?" - -#: mod/register.php:267 -msgid "Note for the admin" -msgstr "" - -#: mod/register.php:267 -msgid "Leave a message for the admin, why you want to join this node" -msgstr "" - -#: mod/register.php:268 -msgid "Membership on this site is by invitation only." -msgstr "Członkostwo na tej stronie możliwe tylko dzięki zaproszeniu." - -#: mod/register.php:269 -msgid "Your invitation ID: " -msgstr "Twoje zaproszenia ID:" - -#: mod/register.php:272 mod/admin.php:956 -msgid "Registration" -msgstr "Rejestracja" - -#: mod/register.php:280 -msgid "Your Full Name (e.g. Joe Smith, real or real-looking): " -msgstr "" - -#: mod/register.php:281 -msgid "Your Email Address: " -msgstr "Twój adres email:" - -#: mod/register.php:283 mod/settings.php:1271 -msgid "New Password:" -msgstr "Nowe hasło:" - -#: mod/register.php:283 -msgid "Leave empty for an auto generated password." -msgstr "" - -#: mod/register.php:284 mod/settings.php:1272 -msgid "Confirm:" -msgstr "Potwierdź:" - -#: mod/register.php:285 -msgid "" -"Choose a profile nickname. This must begin with a text character. Your " -"profile address on this site will then be " -"'nickname@$sitename'." -msgstr "Wybierz login. Login musi zaczynać się literą. Adres twojego profilu na tej stronie będzie wyglądać następująco 'login@$nazwastrony'." - -#: mod/register.php:286 -msgid "Choose a nickname: " -msgstr "Wybierz pseudonim:" - -#: mod/register.php:296 -msgid "Import your profile to this friendica instance" -msgstr "" - -#: mod/settings.php:43 mod/admin.php:1396 -msgid "Account" -msgstr "Konto" - -#: mod/settings.php:52 mod/admin.php:160 -msgid "Additional features" -msgstr "" - -#: mod/settings.php:60 -msgid "Display" -msgstr "" - -#: mod/settings.php:67 mod/settings.php:886 -msgid "Social Networks" -msgstr "" - -#: mod/settings.php:74 mod/admin.php:158 mod/admin.php:1522 mod/admin.php:1582 -msgid "Plugins" -msgstr "Wtyczki" - -#: mod/settings.php:88 -msgid "Connected apps" -msgstr "Powiązane aplikacje" - -#: mod/settings.php:102 -msgid "Remove account" -msgstr "Usuń konto" - -#: mod/settings.php:155 -msgid "Missing some important data!" -msgstr "Brakuje ważnych danych!" - -#: mod/settings.php:158 mod/settings.php:704 mod/contacts.php:804 -msgid "Update" -msgstr "Zaktualizuj" - -#: mod/settings.php:269 -msgid "Failed to connect with email account using the settings provided." -msgstr "Połączenie z kontem email używając wybranych ustawień nie powiodło się." - -#: mod/settings.php:274 -msgid "Email settings updated." -msgstr "Zaktualizowano ustawienia email." - -#: mod/settings.php:289 -msgid "Features updated" -msgstr "" - -#: mod/settings.php:359 -msgid "Relocate message has been send to your contacts" -msgstr "" - -#: mod/settings.php:378 -msgid "Empty passwords are not allowed. Password unchanged." -msgstr "Brak hasła niedozwolony. Hasło nie zmienione." - -#: mod/settings.php:386 -msgid "Wrong password." -msgstr "Złe hasło." - -#: mod/settings.php:397 -msgid "Password changed." -msgstr "Hasło zostało zmianione." - -#: mod/settings.php:399 -msgid "Password update failed. Please try again." -msgstr "Aktualizacja hasła nie powiodła się. Proszę spróbować ponownie." - -#: mod/settings.php:479 -msgid " Please use a shorter name." -msgstr "Proszę użyć krótszej nazwy." - -#: mod/settings.php:481 -msgid " Name too short." -msgstr "Za krótka nazwa." - -#: mod/settings.php:490 -msgid "Wrong Password" -msgstr "Złe hasło" - -#: mod/settings.php:495 -msgid " Not valid email." -msgstr "Zły email." - -#: mod/settings.php:501 -msgid " Cannot change to that email." -msgstr "Nie mogę zmienić na ten email." - -#: mod/settings.php:557 -msgid "Private forum has no privacy permissions. Using default privacy group." -msgstr "" - -#: mod/settings.php:561 -msgid "Private forum has no privacy permissions and no default privacy group." -msgstr "" - -#: mod/settings.php:601 -msgid "Settings updated." -msgstr "Zaktualizowano ustawienia." - -#: mod/settings.php:677 mod/settings.php:703 mod/settings.php:739 -msgid "Add application" -msgstr "Dodaj aplikacje" - -#: mod/settings.php:678 mod/settings.php:788 mod/settings.php:835 -#: mod/settings.php:904 mod/settings.php:996 mod/settings.php:1264 -#: mod/admin.php:955 mod/admin.php:1583 mod/admin.php:1831 mod/admin.php:1905 -#: mod/admin.php:2055 -msgid "Save Settings" -msgstr "Zapisz ustawienia" - -#: mod/settings.php:681 mod/settings.php:707 -msgid "Consumer Key" -msgstr "Klucz konsumenta" - -#: mod/settings.php:682 mod/settings.php:708 -msgid "Consumer Secret" -msgstr "Sekret konsumenta" - -#: mod/settings.php:683 mod/settings.php:709 -msgid "Redirect" -msgstr "Przekierowanie" - -#: mod/settings.php:684 mod/settings.php:710 -msgid "Icon url" -msgstr "Adres ikony" - -#: mod/settings.php:695 -msgid "You can't edit this application." -msgstr "Nie możesz edytować tej aplikacji." - -#: mod/settings.php:738 -msgid "Connected Apps" -msgstr "Powiązane aplikacje" - -#: mod/settings.php:742 -msgid "Client key starts with" -msgstr "Klucz klienta zaczyna się od" - -#: mod/settings.php:743 -msgid "No name" -msgstr "Bez nazwy" - -#: mod/settings.php:744 -msgid "Remove authorization" -msgstr "Odwołaj upoważnienie" - -#: mod/settings.php:756 -msgid "No Plugin settings configured" -msgstr "Ustawienia wtyczki nieskonfigurowane" - -#: mod/settings.php:764 -msgid "Plugin Settings" -msgstr "Ustawienia wtyczki" - -#: mod/settings.php:778 mod/admin.php:2044 mod/admin.php:2045 -msgid "Off" -msgstr "Wyłącz" - -#: mod/settings.php:778 mod/admin.php:2044 mod/admin.php:2045 -msgid "On" -msgstr "Włącz" - -#: mod/settings.php:786 -msgid "Additional Features" -msgstr "" - -#: mod/settings.php:796 mod/settings.php:800 -msgid "General Social Media Settings" -msgstr "" - -#: mod/settings.php:806 -msgid "Disable intelligent shortening" -msgstr "" - -#: mod/settings.php:808 -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:814 -msgid "Automatically follow any GNU Social (OStatus) followers/mentioners" -msgstr "" - -#: mod/settings.php:816 -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:822 -msgid "Default group for OStatus contacts" -msgstr "" - -#: mod/settings.php:828 -msgid "Your legacy GNU Social account" -msgstr "" - -#: mod/settings.php:830 -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:833 -msgid "Repair OStatus subscriptions" -msgstr "" - -#: mod/settings.php:842 mod/settings.php:843 +#: mod/profile.php:79 src/Protocol/OStatus.php:1253 #, php-format -msgid "Built-in support for %s connectivity is %s" -msgstr "" +msgid "%s's comments" +msgstr "%s komentarze " -#: mod/settings.php:842 mod/settings.php:843 -msgid "enabled" -msgstr "włączony" - -#: mod/settings.php:842 mod/settings.php:843 -msgid "disabled" -msgstr "wyłączony" - -#: mod/settings.php:843 -msgid "GNU Social (OStatus)" -msgstr "" - -#: mod/settings.php:879 -msgid "Email access is disabled on this site." -msgstr "Dostęp do e-maila nie jest w pełni sprawny na tej stronie" - -#: mod/settings.php:891 -msgid "Email/Mailbox Setup" -msgstr "Ustawienia emaila/skrzynki mailowej" - -#: mod/settings.php:892 -msgid "" -"If you wish to communicate with email contacts using this service " -"(optional), please specify how to connect to your mailbox." -msgstr "Jeżeli życzysz sobie komunikowania z kontaktami email używając tego serwisu (opcjonalne), opisz jak połaczyć się z Twoją skrzynką email." - -#: mod/settings.php:893 -msgid "Last successful email check:" -msgstr "Ostatni sprawdzony e-mail:" - -#: mod/settings.php:895 -msgid "IMAP server name:" -msgstr "Nazwa serwera IMAP:" - -#: mod/settings.php:896 -msgid "IMAP port:" -msgstr "Port IMAP:" - -#: mod/settings.php:897 -msgid "Security:" -msgstr "Ochrona:" - -#: mod/settings.php:897 mod/settings.php:902 -msgid "None" -msgstr "Brak" - -#: mod/settings.php:898 -msgid "Email login name:" -msgstr "Login emaila:" - -#: mod/settings.php:899 -msgid "Email password:" -msgstr "Hasło emaila:" - -#: mod/settings.php:900 -msgid "Reply-to address:" -msgstr "Odpowiedz na adres:" - -#: mod/settings.php:901 -msgid "Send public posts to all email contacts:" -msgstr "Wyślij publiczny post do wszystkich kontaktów e-mail" - -#: mod/settings.php:902 -msgid "Action after import:" -msgstr "Akcja po zaimportowaniu:" - -#: mod/settings.php:902 -msgid "Move to folder" -msgstr "Przenieś do folderu" - -#: mod/settings.php:903 -msgid "Move to folder:" -msgstr "Przenieś do folderu:" - -#: mod/settings.php:934 mod/admin.php:862 -msgid "No special theme for mobile devices" -msgstr "Brak specialnego motywu dla urządzeń mobilnych" - -#: mod/settings.php:994 -msgid "Display Settings" -msgstr "Wyświetl ustawienia" - -#: mod/settings.php:1000 mod/settings.php:1023 -msgid "Display Theme:" -msgstr "Wyświetl motyw:" - -#: mod/settings.php:1001 -msgid "Mobile Theme:" -msgstr "Mobilny motyw:" - -#: mod/settings.php:1002 -msgid "Suppress warning of insecure networks" -msgstr "" - -#: mod/settings.php:1002 -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:1003 -msgid "Update browser every xx seconds" -msgstr "Odświeżaj stronę co xx sekund" - -#: mod/settings.php:1003 -msgid "Minimum of 10 seconds. Enter -1 to disable it." -msgstr "" - -#: mod/settings.php:1004 -msgid "Number of items to display per page:" -msgstr "" - -#: mod/settings.php:1004 mod/settings.php:1005 -msgid "Maximum of 100 items" -msgstr "Maksymalnie 100 elementów" - -#: mod/settings.php:1005 -msgid "Number of items to display per page when viewed from mobile device:" -msgstr "" - -#: mod/settings.php:1006 -msgid "Don't show emoticons" -msgstr "Nie pokazuj emotikonek" - -#: mod/settings.php:1007 -msgid "Calendar" -msgstr "" - -#: mod/settings.php:1008 -msgid "Beginning of week:" -msgstr "" - -#: mod/settings.php:1009 -msgid "Don't show notices" -msgstr "Nie pokazuj powiadomień" - -#: mod/settings.php:1010 -msgid "Infinite scroll" -msgstr "Nieskończone przewijanie" - -#: mod/settings.php:1011 -msgid "Automatic updates only at the top of the network page" -msgstr "" - -#: mod/settings.php:1012 -msgid "Bandwith Saver Mode" -msgstr "" - -#: mod/settings.php:1012 -msgid "" -"When enabled, embedded content is not displayed on automatic updates, they " -"only show on page reload." -msgstr "" - -#: mod/settings.php:1014 -msgid "General Theme Settings" -msgstr "" - -#: mod/settings.php:1015 -msgid "Custom Theme Settings" -msgstr "" - -#: mod/settings.php:1016 -msgid "Content Settings" -msgstr "" - -#: mod/settings.php:1017 view/theme/frio/config.php:61 -#: view/theme/quattro/config.php:66 view/theme/vier/config.php:109 -#: view/theme/duepuntozero/config.php:61 -msgid "Theme settings" -msgstr "Ustawienia motywu" - -#: mod/settings.php:1099 -msgid "Account Types" -msgstr "" - -#: mod/settings.php:1100 -msgid "Personal Page Subtypes" -msgstr "" - -#: mod/settings.php:1101 -msgid "Community Forum Subtypes" -msgstr "" - -#: mod/settings.php:1108 -msgid "Personal Page" -msgstr "" - -#: mod/settings.php:1109 -msgid "This account is a regular personal profile" -msgstr "" - -#: mod/settings.php:1112 -msgid "Organisation Page" -msgstr "" - -#: mod/settings.php:1113 -msgid "This account is a profile for an organisation" -msgstr "" - -#: mod/settings.php:1116 -msgid "News Page" -msgstr "" - -#: mod/settings.php:1117 -msgid "This account is a news account/reflector" -msgstr "" - -#: mod/settings.php:1120 -msgid "Community Forum" -msgstr "" - -#: mod/settings.php:1121 -msgid "" -"This account is a community forum where people can discuss with each other" -msgstr "" - -#: mod/settings.php:1124 -msgid "Normal Account Page" -msgstr "" - -#: mod/settings.php:1125 -msgid "This account is a normal personal profile" -msgstr "To konto jest normalnym osobistym profilem" - -#: mod/settings.php:1128 -msgid "Soapbox Page" -msgstr "" - -#: mod/settings.php:1129 -msgid "Automatically approve all connection/friend requests as read-only fans" -msgstr "Automatycznie zatwierdzaj wszystkie żądania połączenia/przyłączenia do znajomych jako fanów 'tylko do odczytu'" - -#: mod/settings.php:1132 -msgid "Public Forum" -msgstr "" - -#: mod/settings.php:1133 -msgid "Automatically approve all contact requests" -msgstr "" - -#: mod/settings.php:1136 -msgid "Automatic Friend Page" -msgstr "" - -#: mod/settings.php:1137 -msgid "Automatically approve all connection/friend requests as friends" -msgstr "Automatycznie traktuj wszystkie prośby o połączenia/zaproszenia do grona przyjaciół, jako przyjaciół" - -#: mod/settings.php:1140 -msgid "Private Forum [Experimental]" -msgstr "" - -#: mod/settings.php:1141 -msgid "Private forum - approved members only" -msgstr "" - -#: mod/settings.php:1153 -msgid "OpenID:" -msgstr "OpenID:" - -#: mod/settings.php:1153 -msgid "(Optional) Allow this OpenID to login to this account." -msgstr "Przeznacz to OpenID do logowania się na to konto." - -#: mod/settings.php:1163 -msgid "Publish your default profile in your local site directory?" -msgstr "Czy publikować Twój profil w lokalnym katalogu tej instancji?" - -#: mod/settings.php:1169 -msgid "Publish your default profile in the global social directory?" -msgstr "Opublikować twój niewypełniony profil w globalnym, społecznym katalogu?" - -#: mod/settings.php:1177 -msgid "Hide your contact/friend list from viewers of your default profile?" -msgstr "Ukryć listę znajomych przed odwiedzającymi Twój profil?" - -#: mod/settings.php:1181 -msgid "" -"If enabled, posting public messages to Diaspora and other networks isn't " -"possible." -msgstr "" - -#: mod/settings.php:1186 -msgid "Allow friends to post to your profile page?" -msgstr "Zezwól na dodawanie postów na twoim profilu przez znajomych" - -#: mod/settings.php:1192 -msgid "Allow friends to tag your posts?" -msgstr "Zezwól na oznaczanie twoich postów przez znajomych" - -#: mod/settings.php:1198 -msgid "Allow us to suggest you as a potential friend to new members?" -msgstr "" - -#: mod/settings.php:1204 -msgid "Permit unknown people to send you private mail?" -msgstr "" - -#: mod/settings.php:1212 -msgid "Profile is not published." -msgstr "Profil nie jest opublikowany" - -#: mod/settings.php:1220 +#: mod/profile.php:80 src/Protocol/OStatus.php:1251 #, php-format -msgid "Your Identity Address is '%s' or '%s'." -msgstr "" +msgid "%s's timeline" +msgstr "%s oś czasu " -#: mod/settings.php:1227 -msgid "Automatically expire posts after this many days:" -msgstr "" +#: mod/profile.php:173 mod/display.php:313 mod/cal.php:142 +msgid "Access to this profile has been restricted." +msgstr "Dostęp do tego profilu został ograniczony." -#: mod/settings.php:1227 -msgid "If empty, posts will not expire. Expired posts will be deleted" -msgstr "Pole puste, wiadomość nie wygaśnie. Niezapisane wpisy zostaną usunięte." +#: mod/profile.php:194 +msgid "Tips for New Members" +msgstr "Wskazówki dla nowych użytkowników" -#: mod/settings.php:1228 -msgid "Advanced expiration settings" -msgstr "" - -#: mod/settings.php:1229 -msgid "Advanced Expiration" -msgstr "" - -#: mod/settings.php:1230 -msgid "Expire posts:" -msgstr "Wygasające posty:" - -#: mod/settings.php:1231 -msgid "Expire personal notes:" -msgstr "Wygasające notatki osobiste:" - -#: mod/settings.php:1232 -msgid "Expire starred posts:" -msgstr "" - -#: mod/settings.php:1233 -msgid "Expire photos:" -msgstr "Wygasające zdjęcia:" - -#: mod/settings.php:1234 -msgid "Only expire posts by others:" -msgstr "" - -#: mod/settings.php:1262 -msgid "Account Settings" -msgstr "Ustawienia konta" - -#: mod/settings.php:1270 -msgid "Password Settings" -msgstr "Ustawienia hasła" - -#: mod/settings.php:1272 -msgid "Leave password fields blank unless changing" -msgstr "Pozostaw pola hasła puste, chyba że chcesz je zmienić." - -#: mod/settings.php:1273 -msgid "Current Password:" -msgstr "Obecne hasło:" - -#: mod/settings.php:1273 mod/settings.php:1274 -msgid "Your current password to confirm the changes" -msgstr "" - -#: mod/settings.php:1274 -msgid "Password:" -msgstr "Hasło:" - -#: mod/settings.php:1278 -msgid "Basic Settings" -msgstr "Ustawienia podstawowe" - -#: mod/settings.php:1280 -msgid "Email Address:" -msgstr "Adres email:" - -#: mod/settings.php:1281 -msgid "Your Timezone:" -msgstr "Twoja strefa czasowa:" - -#: mod/settings.php:1282 -msgid "Your Language:" -msgstr "" - -#: mod/settings.php:1282 -msgid "" -"Set the language we use to show you friendica interface and to send you " -"emails" -msgstr "" - -#: mod/settings.php:1283 -msgid "Default Post Location:" -msgstr "Standardowa lokalizacja wiadomości:" - -#: mod/settings.php:1284 -msgid "Use Browser Location:" -msgstr "Użyj położenia przeglądarki:" - -#: mod/settings.php:1287 -msgid "Security and Privacy Settings" -msgstr "Ustawienia bezpieczeństwa i prywatności" - -#: mod/settings.php:1289 -msgid "Maximum Friend Requests/Day:" -msgstr "Maksymalna liczba zaproszeń do grona przyjaciół na dzień:" - -#: mod/settings.php:1289 mod/settings.php:1319 -msgid "(to prevent spam abuse)" -msgstr "(aby zapobiec spamowaniu)" - -#: mod/settings.php:1290 -msgid "Default Post Permissions" -msgstr "Domyślne prawa dostępu wiadomości" - -#: mod/settings.php:1291 -msgid "(click to open/close)" -msgstr "(kliknij by otworzyć/zamknąć)" - -#: mod/settings.php:1302 -msgid "Default Private Post" -msgstr "" - -#: mod/settings.php:1303 -msgid "Default Public Post" -msgstr "" - -#: mod/settings.php:1307 -msgid "Default Permissions for New Posts" -msgstr "" - -#: mod/settings.php:1319 -msgid "Maximum private messages per day from unknown people:" -msgstr "" - -#: mod/settings.php:1322 -msgid "Notification Settings" -msgstr "Ustawienia powiadomień" - -#: mod/settings.php:1323 -msgid "By default post a status message when:" -msgstr "" - -#: mod/settings.php:1324 -msgid "accepting a friend request" -msgstr "" - -#: mod/settings.php:1325 -msgid "joining a forum/community" -msgstr "" - -#: mod/settings.php:1326 -msgid "making an interesting profile change" -msgstr "" - -#: mod/settings.php:1327 -msgid "Send a notification email when:" -msgstr "Wyślij powiadmonienia na email, kiedy:" - -#: mod/settings.php:1328 -msgid "You receive an introduction" -msgstr "Otrzymałeś zaproszenie" - -#: mod/settings.php:1329 -msgid "Your introductions are confirmed" -msgstr "Dane zatwierdzone" - -#: mod/settings.php:1330 -msgid "Someone writes on your profile wall" -msgstr "Ktoś pisze na twojej ścianie profilowej" - -#: mod/settings.php:1331 -msgid "Someone writes a followup comment" -msgstr "Ktoś pisze komentarz nawiązujący." - -#: mod/settings.php:1332 -msgid "You receive a private message" -msgstr "Otrzymałeś prywatną wiadomość" - -#: mod/settings.php:1333 -msgid "You receive a friend suggestion" -msgstr "Otrzymane propozycje znajomych" - -#: mod/settings.php:1334 -msgid "You are tagged in a post" -msgstr "Jesteś oznaczony w poście" - -#: mod/settings.php:1335 -msgid "You are poked/prodded/etc. in a post" -msgstr "" - -#: mod/settings.php:1337 -msgid "Activate desktop notifications" -msgstr "" - -#: mod/settings.php:1337 -msgid "Show desktop popup on new notifications" -msgstr "" - -#: mod/settings.php:1339 -msgid "Text-only notification emails" -msgstr "" - -#: mod/settings.php:1341 -msgid "Send text only notification emails, without the html part" -msgstr "" - -#: mod/settings.php:1343 -msgid "Advanced Account/Page Type Settings" -msgstr "" - -#: mod/settings.php:1344 -msgid "Change the behaviour of this account for special situations" -msgstr "" - -#: mod/settings.php:1347 -msgid "Relocate" -msgstr "" - -#: mod/settings.php:1348 -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:1349 -msgid "Resend relocate message to contacts" -msgstr "" - -#: mod/videos.php:120 +#: mod/videos.php:139 msgid "Do you really want to delete this video?" -msgstr "" +msgstr "Czy na pewno chcesz usunąć ten film wideo?" -#: mod/videos.php:125 +#: mod/videos.php:144 msgid "Delete Video" -msgstr "" +msgstr "Usuń wideo" -#: mod/videos.php:204 +#: mod/videos.php:207 msgid "No videos selected" msgstr "Nie zaznaczono filmów" @@ -6252,828 +3270,2899 @@ msgstr "Ostatnio dodane filmy" msgid "Upload New Videos" msgstr "Wstaw nowe filmy" -#: mod/wall_attach.php:17 mod/wall_attach.php:25 mod/wall_attach.php:76 -#: mod/wall_upload.php:20 mod/wall_upload.php:33 mod/wall_upload.php:86 -#: mod/wall_upload.php:122 mod/wall_upload.php:125 -msgid "Invalid request." -msgstr "" +#: mod/delegate.php:37 +msgid "Parent user not found." +msgstr "Nie znaleziono użytkownika nadrzędnego." -#: mod/wall_attach.php:94 -msgid "Sorry, maybe your upload is bigger than the PHP configuration allows" -msgstr "" +#: mod/delegate.php:144 +msgid "No parent user" +msgstr "Brak nadrzędnego użytkownika" -#: mod/wall_attach.php:94 -msgid "Or - did you try to upload an empty file?" -msgstr "" +#: mod/delegate.php:159 +msgid "Parent Password:" +msgstr "Hasło nadrzędne:" -#: mod/wall_attach.php:105 +#: mod/delegate.php:159 +msgid "" +"Please enter the password of the parent account to legitimize your request." +msgstr "Wprowadź hasło konta nadrzędnego, aby legalizować swoje żądanie." + +#: mod/delegate.php:164 +msgid "Parent User" +msgstr "Użytkownik nadrzędny" + +#: mod/delegate.php:167 +msgid "" +"Parent users have total control about this account, including the account " +"settings. Please double check whom you give this access." +msgstr "Użytkownicy nadrzędni mają pełną kontrolę nad tym kontem, w tym także ustawienia konta. Sprawdź dokładnie, komu przyznasz ten dostęp." + +#: mod/delegate.php:168 mod/admin.php:307 mod/admin.php:1346 +#: mod/admin.php:1965 mod/admin.php:2218 mod/admin.php:2292 mod/admin.php:2439 +#: mod/settings.php:675 mod/settings.php:784 mod/settings.php:872 +#: mod/settings.php:961 mod/settings.php:1194 +msgid "Save Settings" +msgstr "Zapisz ustawienia" + +#: mod/delegate.php:169 src/Content/Nav.php:204 +msgid "Delegate Page Management" +msgstr "Deleguj zarządzanie stronami" + +#: mod/delegate.php:170 +msgid "Delegates" +msgstr "Oddeleguj" + +#: mod/delegate.php:172 +msgid "" +"Delegates are able to manage all aspects of this account/page except for " +"basic account settings. Please do not delegate your personal account to " +"anybody that you do not trust completely." +msgstr "Delegaci mogą zarządzać wszystkimi aspektami tego konta/strony, z wyjątkiem podstawowych ustawień konta. Nie przekazuj swojego konta osobistego nikomu, komu nie ufasz całkowicie." + +#: mod/delegate.php:173 +msgid "Existing Page Delegates" +msgstr "Obecni delegaci stron" + +#: mod/delegate.php:175 +msgid "Potential Delegates" +msgstr "Potencjalni delegaci" + +#: mod/delegate.php:178 +msgid "Add" +msgstr "Dodaj" + +#: mod/delegate.php:179 +msgid "No entries." +msgstr "Brak wpisów." + +#: mod/dirfind.php:49 #, php-format -msgid "File exceeds size limit of %s" +msgid "People Search - %s" +msgstr "Szukaj osób - %s" + +#: mod/dirfind.php:60 +#, php-format +msgid "Forum Search - %s" +msgstr "Przeszukiwanie forum - %s" + +#: mod/install.php:114 +msgid "Friendica Communications Server - Setup" +msgstr "Friendica Serwer Komunikacyjny - Instalacja" + +#: mod/install.php:120 +msgid "Could not connect to database." +msgstr "Nie można nawiązać połączenia z bazą danych" + +#: mod/install.php:124 +msgid "Could not create table." +msgstr "Nie mogę stworzyć tabeli." + +#: mod/install.php:130 +msgid "Your Friendica site database has been installed." +msgstr "Twoja baza danych witryny Friendica została zainstalowana." + +#: mod/install.php:135 +msgid "" +"You may need to import the file \"database.sql\" manually using phpmyadmin " +"or mysql." +msgstr "Może być konieczne zaimportowanie pliku \"database.sql\" ręcznie, używając phpmyadmin lub mysql." + +#: mod/install.php:136 mod/install.php:208 mod/install.php:558 +msgid "Please see the file \"INSTALL.txt\"." +msgstr "Proszę przejrzeć plik \"INSTALL.txt\"." + +#: mod/install.php:148 +msgid "Database already in use." +msgstr "Baza danych jest już w użyciu." + +#: mod/install.php:205 +msgid "System check" +msgstr "Sprawdzanie systemu" + +#: mod/install.php:209 mod/cal.php:277 mod/events.php:395 +msgid "Next" +msgstr "Następny" + +#: mod/install.php:210 +msgid "Check again" +msgstr "Sprawdź ponownie" + +#: mod/install.php:230 +msgid "Database connection" +msgstr "Połączenie z bazą danych" + +#: mod/install.php:231 +msgid "" +"In order to install Friendica we need to know how to connect to your " +"database." +msgstr "W celu zainstalowania Friendica musimy wiedzieć jak połączyć się z twoją bazą danych." + +#: mod/install.php:232 +msgid "" +"Please contact your hosting provider or site administrator if you have " +"questions about these settings." +msgstr "Proszę skontaktuj się ze swoim dostawcą usług hostingowych bądź administratorem strony jeśli masz pytania co do tych ustawień ." + +#: mod/install.php:233 +msgid "" +"The database you specify below should already exist. If it does not, please " +"create it before continuing." +msgstr "Wymieniona przez Ciebie baza danych powinna już istnieć. Jeżeli nie, utwórz ją przed kontynuacją." + +#: mod/install.php:237 +msgid "Database Server Name" +msgstr "Nazwa serwera bazy danych" + +#: mod/install.php:238 +msgid "Database Login Name" +msgstr "Nazwa użytkownika bazy danych" + +#: mod/install.php:239 +msgid "Database Login Password" +msgstr "Hasło logowania do bazy danych" + +#: mod/install.php:239 +msgid "For security reasons the password must not be empty" +msgstr "Ze względów bezpieczeństwa hasło nie może być puste" + +#: mod/install.php:240 +msgid "Database Name" +msgstr "Nazwa bazy danych" + +#: mod/install.php:241 mod/install.php:281 +msgid "Site administrator email address" +msgstr "Adres e-mail administratora strony" + +#: mod/install.php:241 mod/install.php:281 +msgid "" +"Your account email address must match this in order to use the web admin " +"panel." +msgstr "Adres e-mail konta musi pasować do tego, aby móc korzystać z panelu administracyjnego." + +#: mod/install.php:245 mod/install.php:284 +msgid "Please select a default timezone for your website" +msgstr "Proszę wybrać domyślną strefę czasową dla swojej strony" + +#: mod/install.php:271 +msgid "Site settings" +msgstr "Ustawienia strony" + +#: mod/install.php:285 +msgid "System Language:" +msgstr "Język systemu:" + +#: mod/install.php:285 +msgid "" +"Set the default language for your Friendica installation interface and to " +"send emails." +msgstr "Ustaw domyślny język dla interfejsu instalacyjnego Friendica i wysyłaj e-maile." + +#: mod/install.php:325 +msgid "Could not find a command line version of PHP in the web server PATH." +msgstr "Nie można znaleźć wersji PHP komendy w serwerze PATH" + +#: mod/install.php:326 +msgid "" +"If you don't have a command line version of PHP installed on your server, " +"you will not be able to run the background processing. See 'Setup the worker'" +msgstr "Jeśli nie masz zainstalowanej na serwerze wersji PHP z wiersza poleceń, nie będziesz mógł uruchomić przetwarzania w tle. Zobacz 'Konfiguracja pracownika'" + +#: mod/install.php:330 +msgid "PHP executable path" +msgstr "Ścieżka wykonywalna PHP" + +#: mod/install.php:330 +msgid "" +"Enter full path to php executable. You can leave this blank to continue the " +"installation." +msgstr "Wprowadź pełną ścieżkę do pliku wykonywalnego php. Możesz pozostawić to pole puste, aby kontynuować instalację." + +#: mod/install.php:335 +msgid "Command line PHP" +msgstr "Linia komend PHP" + +#: mod/install.php:344 +msgid "PHP executable is not the php cli binary (could be cgi-fgci version)" +msgstr "Plik wykonywalny PHP nie jest php cli binarny (może być wersją cgi-fgci)" + +#: mod/install.php:345 +msgid "Found PHP version: " +msgstr "Znaleziono wersje PHP:" + +#: mod/install.php:347 +msgid "PHP cli binary" +msgstr "PHP cli binarny" + +#: mod/install.php:358 +msgid "" +"The command line version of PHP on your system does not have " +"\"register_argc_argv\" enabled." +msgstr "Wersja linii poleceń PHP w twoim systemie nie ma aktywowanego \"register_argc_argv\"." + +#: mod/install.php:359 +msgid "This is required for message delivery to work." +msgstr "Jest wymagane, aby dostarczanie wiadomości działało." + +#: mod/install.php:361 +msgid "PHP register_argc_argv" +msgstr "PHP register_argc_argv" + +#: mod/install.php:384 +msgid "" +"Error: the \"openssl_pkey_new\" function on this system is not able to " +"generate encryption keys" +msgstr "Błąd: funkcja \"openssl_pkey_new\" w tym systemie nie jest w stanie wygenerować kluczy szyfrujących" + +#: mod/install.php:385 +msgid "" +"If running under Windows, please see " +"\"http://www.php.net/manual/en/openssl.installation.php\"." +msgstr "Jeśli korzystasz z Windowsa, proszę odwiedzić \"http://www.php.net/manual/en/openssl.installation.php\"." + +#: mod/install.php:387 +msgid "Generate encryption keys" +msgstr "Generuj klucz kodowania" + +#: mod/install.php:394 +msgid "libCurl PHP module" +msgstr "Moduł libCurl PHP" + +#: mod/install.php:395 +msgid "GD graphics PHP module" +msgstr "Moduł PHP-GD" + +#: mod/install.php:396 +msgid "OpenSSL PHP module" +msgstr "Moduł PHP OpenSSL" + +#: mod/install.php:397 +msgid "PDO or MySQLi PHP module" +msgstr "Moduł PDO lub MySQLi PHP" + +#: mod/install.php:398 +msgid "mb_string PHP module" +msgstr "Moduł mb_string PHP" + +#: mod/install.php:399 +msgid "XML PHP module" +msgstr "Moduł XML PHP" + +#: mod/install.php:400 +msgid "iconv PHP module" +msgstr "Moduł PHP iconv" + +#: mod/install.php:401 +msgid "POSIX PHP module" +msgstr "Moduł POSIX PHP" + +#: mod/install.php:405 mod/install.php:407 +msgid "Apache mod_rewrite module" +msgstr "Moduł Apache mod_rewrite" + +#: mod/install.php:405 +msgid "" +"Error: Apache webserver mod-rewrite module is required but not installed." +msgstr "Błąd: moduł Apache webserver mod-rewrite jest potrzebny, jednakże nie jest zainstalowany." + +#: mod/install.php:413 +msgid "Error: libCURL PHP module required but not installed." +msgstr "Błąd: libCURL PHP wymagany moduł, lecz nie zainstalowany." + +#: mod/install.php:417 +msgid "" +"Error: GD graphics PHP module with JPEG support required but not installed." +msgstr "Błąd: moduł graficzny GD z PHP potrzebuje wsparcia technicznego JPEG, jednakże on nie jest zainstalowany." + +#: mod/install.php:421 +msgid "Error: openssl PHP module required but not installed." +msgstr "Błąd: openssl PHP wymagany moduł, lecz nie zainstalowany." + +#: mod/install.php:425 +msgid "Error: PDO or MySQLi PHP module required but not installed." +msgstr "Błąd: Wymagany moduł PDO lub MySQLi PHP, ale nie zainstalowany." + +#: mod/install.php:429 +msgid "Error: The MySQL driver for PDO is not installed." +msgstr "Błąd: Sterownik MySQL dla PDO nie jest zainstalowany." + +#: mod/install.php:433 +msgid "Error: mb_string PHP module required but not installed." +msgstr "Błąd: moduł PHP mb_string jest wymagany ale nie jest zainstalowany" + +#: mod/install.php:437 +msgid "Error: iconv PHP module required but not installed." +msgstr "Błąd: wymagany moduł PHP iconv, ale nie zainstalowany." + +#: mod/install.php:441 +msgid "Error: POSIX PHP module required but not installed." +msgstr "Błąd: wymagany moduł POSIX PHP, ale nie zainstalowany." + +#: mod/install.php:451 +msgid "Error, XML PHP module required but not installed." +msgstr "Błąd, wymagany moduł XML PHP, ale nie zainstalowany." + +#: mod/install.php:463 +msgid "" +"The web installer needs to be able to create a file called \".htconfig.php\"" +" in the top folder of your web server and it is unable to do so." +msgstr "Instalator WWW musi być w stanie utworzyć plik o nazwie \". Htconfig.php\" i nie jest w stanie tego zrobić." + +#: mod/install.php:464 +msgid "" +"This is most often a permission setting, as the web server may not be able " +"to write files in your folder - even if you can." +msgstr "Jest to najczęściej ustawienie uprawnień, ponieważ serwer sieciowy może nie być w stanie zapisywać plików w folderze - nawet jeśli możesz." + +#: mod/install.php:465 +msgid "" +"At the end of this procedure, we will give you a text to save in a file " +"named .htconfig.php in your Friendica top folder." +msgstr "Pod koniec tej procedury podamy Ci tekst do zapisania w pliku o nazwie .htconfig.php w twoim górnym folderze Friendica." + +#: mod/install.php:466 +msgid "" +"You can alternatively skip this procedure and perform a manual installation." +" Please see the file \"INSTALL.txt\" for instructions." +msgstr "Alternatywnie można pominąć tę procedurę i wykonać ręczną instalację. Proszę zobaczyć plik 'INSTALL.txt' z instrukcjami." + +#: mod/install.php:469 +msgid ".htconfig.php is writable" +msgstr ".htconfig.php jest zapisywalny" + +#: mod/install.php:479 +msgid "" +"Friendica uses the Smarty3 template engine to render its web views. Smarty3 " +"compiles templates to PHP to speed up rendering." +msgstr "Friendica używa silnika szablonów Smarty3 do renderowania swoich widoków. Smarty3 kompiluje szablony do PHP, aby przyspieszyć renderowanie." + +#: mod/install.php:480 +msgid "" +"In order to store these compiled templates, the web server needs to have " +"write access to the directory view/smarty3/ under the Friendica top level " +"folder." +msgstr "Aby przechowywać te skompilowane szablony, serwer WWW musi mieć dostęp do zapisu do katalogu view/smarty3/ w folderze najwyższego poziomu Friendica." + +#: mod/install.php:481 +msgid "" +"Please ensure that the user that your web server runs as (e.g. www-data) has" +" write access to this folder." +msgstr "Upewnij się, że użytkownik, na którym działa serwer WWW (np. www-data), ma prawo do zapisu do tego folderu." + +#: mod/install.php:482 +msgid "" +"Note: as a security measure, you should give the web server write access to " +"view/smarty3/ only--not the template files (.tpl) that it contains." +msgstr "Uwaga: jako środek bezpieczeństwa, powinieneś dać serwerowi dostęp do zapisu view/smarty3/ jedynie - nie do plików szablonów (.tpl), które zawiera." + +#: mod/install.php:485 +msgid "view/smarty3 is writable" +msgstr "view/smarty3 jest zapisywalny" + +#: mod/install.php:501 +msgid "" +"Url rewrite in .htaccess is not working. Check your server configuration." +msgstr "Nie działa URL w .htaccess popraw. Sprawdź konfigurację serwera." + +#: mod/install.php:503 +msgid "Url rewrite is working" msgstr "" -#: mod/wall_attach.php:156 mod/wall_attach.php:172 -msgid "File upload failed." -msgstr "Przesyłanie pliku nie powiodło się." +#: mod/install.php:522 +msgid "ImageMagick PHP extension is not installed" +msgstr "Rozszerzenie PHP ImageMagick nie jest zainstalowane" -#: mod/admin.php:92 +#: mod/install.php:524 +msgid "ImageMagick PHP extension is installed" +msgstr "Rozszerzenie PHP ImageMagick jest zainstalowane" + +#: mod/install.php:526 +msgid "ImageMagick supports GIF" +msgstr "ImageMagick obsługuje GIF" + +#: mod/install.php:533 +msgid "" +"The database configuration file \".htconfig.php\" could not be written. " +"Please use the enclosed text to create a configuration file in your web " +"server root." +msgstr "Konfiguracja bazy danych pliku \".htconfig.php\" nie mogła zostać zapisana. Proszę użyć załączonego tekstu, aby utworzyć folder konfiguracyjny w sieci serwera." + +#: mod/install.php:556 +msgid "

    What next

    " +msgstr "

    Co dalej

    " + +#: mod/install.php:557 +msgid "" +"IMPORTANT: You will need to [manually] setup a scheduled task for the " +"worker." +msgstr "WAŻNE: Będziesz musiał [ręcznie] ustawić zaplanowane zadanie dla pracownika." + +#: mod/install.php:560 +#, php-format +msgid "" +"Go to your new Friendica node registration page " +"and register as new user. Remember to use the same email you have entered as" +" administrator email. This will allow you to enter the site admin panel." +msgstr "Przejdź do strony rejestracji nowego węzła Friendica i zarejestruj się jako nowy użytkownik. Pamiętaj, aby użyć adresu e-mail wprowadzonego jako e-mail administratora. To pozwoli Ci wejść do panelu administratora witryny." + +#: mod/ostatus_subscribe.php:21 +msgid "Subscribing to OStatus contacts" +msgstr "Subskrybowanie kontaktów OStatus" + +#: mod/ostatus_subscribe.php:33 +msgid "No contact provided." +msgstr "Brak kontaktu." + +#: mod/ostatus_subscribe.php:40 +msgid "Couldn't fetch information for contact." +msgstr "Nie można pobrać informacji o kontakcie." + +#: mod/ostatus_subscribe.php:50 +msgid "Couldn't fetch friends for contact." +msgstr "Nie można pobrać znajomych do kontaktu." + +#: mod/ostatus_subscribe.php:78 +msgid "success" +msgstr "powodzenie" + +#: mod/ostatus_subscribe.php:80 +msgid "failed" +msgstr "nie powiodło się" + +#: mod/ostatus_subscribe.php:83 src/Object/Post.php:279 +msgid "ignored" +msgstr "Ignoruj" + +#: mod/unfollow.php:34 +msgid "Contact wasn't found or can't be unfollowed." +msgstr "Kontakt nie został znaleziony lub nie można go pominąć." + +#: mod/unfollow.php:47 +msgid "Contact unfollowed" +msgstr "Skontaktuj się z obserwowanym" + +#: mod/unfollow.php:73 +msgid "You aren't a friend of this contact." +msgstr "Nie jesteś przyjacielem tego kontaktu." + +#: mod/unfollow.php:79 +msgid "Unfollowing is currently not supported by your network." +msgstr "Brak obserwowania nie jest obecnie obsługiwany przez twoją sieć." + +#: mod/unfollow.php:100 mod/contacts.php:599 +msgid "Disconnect/Unfollow" +msgstr "Rozłącz/Nie obserwuj" + +#: mod/unfollow.php:132 mod/follow.php:186 mod/contacts.php:858 +#: src/Model/Profile.php:891 +msgid "Status Messages and Posts" +msgstr "Status wiadomości i postów" + +#: mod/cal.php:274 mod/events.php:391 src/Content/Nav.php:104 +#: src/Content/Nav.php:169 src/Model/Profile.php:924 src/Model/Profile.php:935 +#: view/theme/frio/theme.php:263 view/theme/frio/theme.php:267 +msgid "Events" +msgstr "Wydarzenia" + +#: mod/cal.php:275 mod/events.php:392 +msgid "View" +msgstr "Widok" + +#: mod/cal.php:276 mod/events.php:394 +msgid "Previous" +msgstr "Poprzedni" + +#: mod/cal.php:280 mod/events.php:400 src/Model/Event.php:412 +msgid "today" +msgstr "dzisiaj" + +#: mod/cal.php:281 mod/events.php:401 src/Util/Temporal.php:304 +#: src/Model/Event.php:413 +msgid "month" +msgstr "miesiąc" + +#: mod/cal.php:282 mod/events.php:402 src/Util/Temporal.php:305 +#: src/Model/Event.php:414 +msgid "week" +msgstr "tydzień" + +#: mod/cal.php:283 mod/events.php:403 src/Util/Temporal.php:306 +#: src/Model/Event.php:415 +msgid "day" +msgstr "dzień" + +#: mod/cal.php:284 mod/events.php:404 +msgid "list" +msgstr "lista" + +#: mod/cal.php:297 src/Core/Console/NewPassword.php:74 src/Model/User.php:204 +msgid "User not found" +msgstr "Użytkownik nie znaleziony" + +#: mod/cal.php:313 +msgid "This calendar format is not supported" +msgstr "Ten format kalendarza nie jest obsługiwany" + +#: mod/cal.php:315 +msgid "No exportable data found" +msgstr "Nie znaleziono danych do eksportu" + +#: mod/cal.php:332 +msgid "calendar" +msgstr "kalendarz" + +#: mod/events.php:105 mod/events.php:107 +msgid "Event can not end before it has started." +msgstr "Wydarzenie nie może się zakończyć przed jego rozpoczęciem." + +#: mod/events.php:114 mod/events.php:116 +msgid "Event title and start time are required." +msgstr "Wymagany tytuł wydarzenia i czas rozpoczęcia." + +#: mod/events.php:393 +msgid "Create New Event" +msgstr "Stwórz nowe wydarzenie" + +#: mod/events.php:506 +msgid "Event details" +msgstr "Szczegóły wydarzenia" + +#: mod/events.php:507 +msgid "Starting date and Title are required." +msgstr "Data rozpoczęcia i tytuł są wymagane." + +#: mod/events.php:508 mod/events.php:509 +msgid "Event Starts:" +msgstr "Rozpoczęcie wydarzenia:" + +#: mod/events.php:508 mod/events.php:520 mod/profiles.php:700 +msgid "Required" +msgstr "Wymagany" + +#: mod/events.php:510 mod/events.php:526 +msgid "Finish date/time is not known or not relevant" +msgstr "Data/czas zakończenia nie jest znana lub jest nieistotna" + +#: mod/events.php:512 mod/events.php:513 +msgid "Event Finishes:" +msgstr "Zakończenie wydarzenia:" + +#: mod/events.php:514 mod/events.php:527 +msgid "Adjust for viewer timezone" +msgstr "Dopasuj dla strefy czasowej widza" + +#: mod/events.php:516 +msgid "Description:" +msgstr "Opis:" + +#: mod/events.php:520 mod/events.php:522 +msgid "Title:" +msgstr "Tytuł:" + +#: mod/events.php:523 mod/events.php:524 +msgid "Share this event" +msgstr "Udostępnij te wydarzenie" + +#: mod/events.php:531 src/Model/Profile.php:864 +msgid "Basic" +msgstr "Podstawowy" + +#: mod/events.php:532 mod/contacts.php:895 mod/admin.php:1351 +#: src/Model/Profile.php:865 +msgid "Advanced" +msgstr "Zaawansowany" + +#: mod/events.php:552 +msgid "Failed to remove event" +msgstr "Nie udało się usunąć wydarzenia" + +#: mod/events.php:554 +msgid "Event removed" +msgstr "Wydarzenie zostało usunięte" + +#: mod/profile_photo.php:55 +msgid "Image uploaded but image cropping failed." +msgstr "Zdjęcie zostało przesłane, ale przycinanie obrazu nie powiodło się." + +#: mod/profile_photo.php:88 mod/profile_photo.php:96 mod/profile_photo.php:104 +#: mod/profile_photo.php:315 +#, php-format +msgid "Image size reduction [%s] failed." +msgstr "Redukcja rozmiaru obrazka [%s] nie powiodła się." + +#: mod/profile_photo.php:125 +msgid "" +"Shift-reload the page or clear browser cache if the new photo does not " +"display immediately." +msgstr "Ponownie załaduj stronę lub wyczyść pamięć podręczną przeglądarki, jeśli nowe zdjęcie nie pojawi się natychmiast." + +#: mod/profile_photo.php:134 +msgid "Unable to process image" +msgstr "Nie udało się przetworzyć obrazu." + +#: mod/profile_photo.php:247 +msgid "Upload File:" +msgstr "Wyślij plik:" + +#: mod/profile_photo.php:248 +msgid "Select a profile:" +msgstr "Wybierz profil:" + +#: mod/profile_photo.php:253 +msgid "or" +msgstr "lub" + +#: mod/profile_photo.php:253 +msgid "skip this step" +msgstr "pomiń ten krok" + +#: mod/profile_photo.php:253 +msgid "select a photo from your photo albums" +msgstr "wybierz zdjęcie z twojego albumu" + +#: mod/profile_photo.php:266 +msgid "Crop Image" +msgstr "Przytnij zdjęcie" + +#: mod/profile_photo.php:267 +msgid "Please adjust the image cropping for optimum viewing." +msgstr "Dostosuj kadrowanie obrazu, aby uzyskać optymalny obraz." + +#: mod/profile_photo.php:269 +msgid "Done Editing" +msgstr "Zakończono edycję" + +#: mod/profile_photo.php:305 +msgid "Image uploaded successfully." +msgstr "Zdjęcie wczytano pomyślnie " + +#: mod/directory.php:152 src/Model/Profile.php:421 src/Model/Profile.php:769 +msgid "Status:" +msgstr "Status:" + +#: mod/directory.php:153 src/Model/Profile.php:422 src/Model/Profile.php:786 +msgid "Homepage:" +msgstr "Strona główna:" + +#: mod/directory.php:202 view/theme/vier/theme.php:201 +msgid "Global Directory" +msgstr "Globalny Katalog" + +#: mod/directory.php:204 +msgid "Find on this site" +msgstr "Znajdź na tej stronie" + +#: mod/directory.php:206 +msgid "Results for:" +msgstr "Wyniki dla:" + +#: mod/directory.php:208 +msgid "Site Directory" +msgstr "Katalog Witryny" + +#: mod/directory.php:209 mod/contacts.php:820 src/Content/Widget.php:63 +msgid "Find" +msgstr "Znajdź" + +#: mod/directory.php:213 +msgid "No entries (some entries may be hidden)." +msgstr "Brak odwiedzin (niektóre odwiedziny mogą być ukryte)." + +#: mod/babel.php:22 +msgid "Source input" +msgstr "Źródło wejściowe" + +#: mod/babel.php:28 +msgid "BBCode::convert (raw HTML)" +msgstr "BBCode:: konwersjia (raw HTML)" + +#: mod/babel.php:33 +msgid "BBCode::convert" +msgstr "BBCode::przekształć" + +#: mod/babel.php:39 +msgid "BBCode::convert => HTML::toBBCode" +msgstr "BBCode::przekształć => HTML::toBBCode" + +#: mod/babel.php:45 +msgid "BBCode::toMarkdown" +msgstr "BBCode::toMarkdown" + +#: mod/babel.php:51 +msgid "BBCode::toMarkdown => Markdown::convert" +msgstr "BBCode::toMarkdown => Markdown::przekształć" + +#: mod/babel.php:57 +msgid "BBCode::toMarkdown => Markdown::toBBCode" +msgstr "BBCode::toMarkdown => Markdown::toBBCode" + +#: mod/babel.php:63 +msgid "BBCode::toMarkdown => Markdown::convert => HTML::toBBCode" +msgstr "BBCode::toMarkdown => Markdown::przekształć => HTML::toBBCode" + +#: mod/babel.php:70 +msgid "Source input \\x28Diaspora format\\x29" +msgstr "Źródło wejściowe \\x28Diaspora format\\x29" + +#: mod/babel.php:76 +msgid "Markdown::toBBCode" +msgstr "Markdown::toBBCode" + +#: mod/babel.php:83 +msgid "Raw HTML input" +msgstr "Surowe wejście HTML" + +#: mod/babel.php:88 +msgid "HTML Input" +msgstr "Wejście HTML" + +#: mod/babel.php:94 +msgid "HTML::toBBCode" +msgstr "HTML::toBBCode" + +#: mod/babel.php:100 +msgid "HTML::toPlaintext" +msgstr "HTML::toPlaintext" + +#: mod/babel.php:108 +msgid "Source text" +msgstr "Tekst źródłowy" + +#: mod/babel.php:109 +msgid "BBCode" +msgstr "BBCode" + +#: mod/babel.php:110 +msgid "Markdown" +msgstr "Markdown" + +#: mod/babel.php:111 +msgid "HTML" +msgstr "HTML" + +#: mod/follow.php:45 +msgid "The contact could not be added." +msgstr "Nie można dodać kontaktu." + +#: mod/follow.php:73 +msgid "You already added this contact." +msgstr "Już dodałeś ten kontakt." + +#: mod/follow.php:83 +msgid "Diaspora support isn't enabled. Contact can't be added." +msgstr "Obsługa Diaspory nie jest włączona. Kontakt nie może zostać dodany." + +#: mod/follow.php:90 +msgid "OStatus support is disabled. Contact can't be added." +msgstr "Obsługa OStatus jest wyłączona. Kontakt nie może zostać dodany." + +#: mod/follow.php:97 +msgid "The network type couldn't be detected. Contact can't be added." +msgstr "Nie można wykryć typu sieci. Kontakt nie może zostać dodany." + +#: mod/profiles.php:58 +msgid "Profile deleted." +msgstr "Konto usunięte." + +#: mod/profiles.php:74 mod/profiles.php:110 +msgid "Profile-" +msgstr "Profil-" + +#: mod/profiles.php:93 mod/profiles.php:132 +msgid "New profile created." +msgstr "Utworzono nowy profil." + +#: mod/profiles.php:116 +msgid "Profile unavailable to clone." +msgstr "Nie można powileić profilu " + +#: mod/profiles.php:206 +msgid "Profile Name is required." +msgstr "Nazwa Profilu jest wymagana" + +#: mod/profiles.php:347 +msgid "Marital Status" +msgstr "Stan cywilny" + +#: mod/profiles.php:351 +msgid "Romantic Partner" +msgstr "Romantyczny partner" + +#: mod/profiles.php:363 +msgid "Work/Employment" +msgstr "Praca/Zatrudnienie" + +#: mod/profiles.php:366 +msgid "Religion" +msgstr "Religia" + +#: mod/profiles.php:370 +msgid "Political Views" +msgstr "Poglądy polityczne" + +#: mod/profiles.php:374 +msgid "Gender" +msgstr "Płeć" + +#: mod/profiles.php:378 +msgid "Sexual Preference" +msgstr "Orientacja seksualna" + +#: mod/profiles.php:382 +msgid "XMPP" +msgstr "XMPP" + +#: mod/profiles.php:386 +msgid "Homepage" +msgstr "Strona Główna" + +#: mod/profiles.php:390 mod/profiles.php:686 +msgid "Interests" +msgstr "Zainteresowania" + +#: mod/profiles.php:394 mod/admin.php:490 +msgid "Address" +msgstr "Adres" + +#: mod/profiles.php:401 mod/profiles.php:682 +msgid "Location" +msgstr "Lokalizacja" + +#: mod/profiles.php:486 +msgid "Profile updated." +msgstr "Profil zaktualizowany." + +#: mod/profiles.php:564 +msgid " and " +msgstr " i " + +#: mod/profiles.php:573 +msgid "public profile" +msgstr "profil publiczny" + +#: mod/profiles.php:576 +#, php-format +msgid "%1$s changed %2$s to “%3$s”" +msgstr "%1$szmienione %2$s na “%3$s”" + +#: mod/profiles.php:577 +#, php-format +msgid " - Visit %1$s's %2$s" +msgstr " - Odwiedź %1$s's %2$s" + +#: mod/profiles.php:579 +#, php-format +msgid "%1$s has an updated %2$s, changing %3$s." +msgstr "%1$sma zaktualizowany %2$s, zmiana%3$s." + +#: mod/profiles.php:633 +msgid "Hide contacts and friends:" +msgstr "Ukryj kontakty i znajomych:" + +#: mod/profiles.php:638 +msgid "Hide your contact/friend list from viewers of this profile?" +msgstr "Czy chcesz ukryć listę kontaktów dla przeglądających to konto?" + +#: mod/profiles.php:658 +msgid "Show more profile fields:" +msgstr "Pokaż więcej pól profilu:" + +#: mod/profiles.php:670 +msgid "Profile Actions" +msgstr "Akcje profilowe" + +#: mod/profiles.php:671 +msgid "Edit Profile Details" +msgstr "Edytuj profil." + +#: mod/profiles.php:673 +msgid "Change Profile Photo" +msgstr "Zmień zdjęcie profilowe" + +#: mod/profiles.php:674 +msgid "View this profile" +msgstr "Wyświetl ten profil" + +#: mod/profiles.php:675 mod/profiles.php:770 src/Model/Profile.php:393 +msgid "Edit visibility" +msgstr "Edytuj widoczność" + +#: mod/profiles.php:676 +msgid "Create a new profile using these settings" +msgstr "Stwórz nowy profil wykorzystując te ustawienia" + +#: mod/profiles.php:677 +msgid "Clone this profile" +msgstr "Sklonuj ten profil" + +#: mod/profiles.php:678 +msgid "Delete this profile" +msgstr "Usuń ten profil" + +#: mod/profiles.php:680 +msgid "Basic information" +msgstr "Podstawowe informacje" + +#: mod/profiles.php:681 +msgid "Profile picture" +msgstr "Zdjęcie profilowe" + +#: mod/profiles.php:683 +msgid "Preferences" +msgstr "Preferencje" + +#: mod/profiles.php:684 +msgid "Status information" +msgstr "Informacje o stanie" + +#: mod/profiles.php:685 +msgid "Additional information" +msgstr "Dodatkowe informacje" + +#: mod/profiles.php:688 +msgid "Relation" +msgstr "Relacje" + +#: mod/profiles.php:689 src/Util/Temporal.php:81 src/Util/Temporal.php:83 +msgid "Miscellaneous" +msgstr "Różny" + +#: mod/profiles.php:692 +msgid "Your Gender:" +msgstr "Płeć:" + +#: mod/profiles.php:693 +msgid " Marital Status:" +msgstr " Stan cywilny:" + +#: mod/profiles.php:694 src/Model/Profile.php:782 +msgid "Sexual Preference:" +msgstr "Preferencje seksualne:" + +#: mod/profiles.php:695 +msgid "Example: fishing photography software" +msgstr "Przykład: oprogramowanie do fotografowania ryb" + +#: mod/profiles.php:700 +msgid "Profile Name:" +msgstr "Nazwa profilu:" + +#: mod/profiles.php:702 +msgid "" +"This is your public profile.
    It may " +"be visible to anybody using the internet." +msgstr "To jest Twój publiczny profil.
    Może zostać wyświetlony przez każdego kto używa internetu." + +#: mod/profiles.php:703 +msgid "Your Full Name:" +msgstr "Imię i nazwisko:" + +#: mod/profiles.php:704 +msgid "Title/Description:" +msgstr "Tytuł/Opis :" + +#: mod/profiles.php:707 +msgid "Street Address:" +msgstr "Ulica:" + +#: mod/profiles.php:708 +msgid "Locality/City:" +msgstr "Miejscowość/Miasto:" + +#: mod/profiles.php:709 +msgid "Region/State:" +msgstr "Region/Państwo:" + +#: mod/profiles.php:710 +msgid "Postal/Zip Code:" +msgstr "Kod Pocztowy:" + +#: mod/profiles.php:711 +msgid "Country:" +msgstr "Kraj:" + +#: mod/profiles.php:712 src/Util/Temporal.php:149 +msgid "Age: " +msgstr "Wiek: " + +#: mod/profiles.php:715 +msgid "Who: (if applicable)" +msgstr "Kto: (jeśli dotyczy)" + +#: mod/profiles.php:715 +msgid "Examples: cathy123, Cathy Williams, cathy@example.com" +msgstr "Przykłady: cathy123, Cathy Williams, cathy@example.com" + +#: mod/profiles.php:716 +msgid "Since [date]:" +msgstr "Od [data]:" + +#: mod/profiles.php:718 +msgid "Tell us about yourself..." +msgstr "Napisz o sobie..." + +#: mod/profiles.php:719 +msgid "XMPP (Jabber) address:" +msgstr "Adres XMPP (Jabber):" + +#: mod/profiles.php:719 +msgid "" +"The XMPP address will be propagated to your contacts so that they can follow" +" you." +msgstr "Adres XMPP będzie propagowany do Twoich kontaktów, aby mogli Cię śledzić." + +#: mod/profiles.php:720 +msgid "Homepage URL:" +msgstr "Adres URL strony domowej:" + +#: mod/profiles.php:721 src/Model/Profile.php:790 +msgid "Hometown:" +msgstr "Miasto rodzinne:" + +#: mod/profiles.php:722 src/Model/Profile.php:798 +msgid "Political Views:" +msgstr "Poglądy polityczne:" + +#: mod/profiles.php:723 +msgid "Religious Views:" +msgstr "Poglądy religijne:" + +#: mod/profiles.php:724 +msgid "Public Keywords:" +msgstr "Publiczne słowa kluczowe:" + +#: mod/profiles.php:724 +msgid "(Used for suggesting potential friends, can be seen by others)" +msgstr "(Używany do sugerowania potencjalnych znajomych, jest widoczny dla innych)" + +#: mod/profiles.php:725 +msgid "Private Keywords:" +msgstr "Prywatne słowa kluczowe:" + +#: mod/profiles.php:725 +msgid "(Used for searching profiles, never shown to others)" +msgstr "(Używany do wyszukiwania profili, niepokazywany innym)" + +#: mod/profiles.php:726 src/Model/Profile.php:814 +msgid "Likes:" +msgstr "Lubią to:" + +#: mod/profiles.php:727 src/Model/Profile.php:818 +msgid "Dislikes:" +msgstr "Nie lubię tego:" + +#: mod/profiles.php:728 +msgid "Musical interests" +msgstr "Muzyka" + +#: mod/profiles.php:729 +msgid "Books, literature" +msgstr "Literatura" + +#: mod/profiles.php:730 +msgid "Television" +msgstr "Telewizja" + +#: mod/profiles.php:731 +msgid "Film/dance/culture/entertainment" +msgstr "Film/taniec/kultura/rozrywka" + +#: mod/profiles.php:732 +msgid "Hobbies/Interests" +msgstr "Zainteresowania" + +#: mod/profiles.php:733 +msgid "Love/romance" +msgstr "Miłość/romans" + +#: mod/profiles.php:734 +msgid "Work/employment" +msgstr "Praca/zatrudnienie" + +#: mod/profiles.php:735 +msgid "School/education" +msgstr "Szkoła/edukacja" + +#: mod/profiles.php:736 +msgid "Contact information and Social Networks" +msgstr "Dane kontaktowe i Sieci społecznościowe" + +#: mod/profiles.php:767 src/Model/Profile.php:389 +msgid "Profile Image" +msgstr "Zdjęcie profilowe" + +#: mod/profiles.php:769 src/Model/Profile.php:392 +msgid "visible to everybody" +msgstr "widoczne dla wszystkich" + +#: mod/profiles.php:776 +msgid "Edit/Manage Profiles" +msgstr "Edycja/Zarządzanie profilami" + +#: mod/profiles.php:777 src/Model/Profile.php:379 src/Model/Profile.php:401 +msgid "Change profile photo" +msgstr "Zmień zdjęcie profilowe" + +#: mod/profiles.php:778 src/Model/Profile.php:380 +msgid "Create New Profile" +msgstr "Utwórz nowy profil" + +#: mod/contacts.php:157 +#, php-format +msgid "%d contact edited." +msgid_plural "%d contacts edited." +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" +msgstr[3] "" + +#: mod/contacts.php:184 mod/contacts.php:400 +msgid "Could not access contact record." +msgstr "Nie można uzyskać dostępu do rejestru kontaktów." + +#: mod/contacts.php:194 +msgid "Could not locate selected profile." +msgstr "Nie można znaleźć wybranego profilu." + +#: mod/contacts.php:228 +msgid "Contact updated." +msgstr "Kontakt zaktualizowany" + +#: mod/contacts.php:421 +msgid "Contact has been blocked" +msgstr "Kontakt został zablokowany" + +#: mod/contacts.php:421 +msgid "Contact has been unblocked" +msgstr "Kontakt został odblokowany" + +#: mod/contacts.php:432 +msgid "Contact has been ignored" +msgstr "Kontakt jest ignorowany" + +#: mod/contacts.php:432 +msgid "Contact has been unignored" +msgstr "Kontakt nie jest ignorowany" + +#: mod/contacts.php:443 +msgid "Contact has been archived" +msgstr "Kontakt został zarchiwizowany" + +#: mod/contacts.php:443 +msgid "Contact has been unarchived" +msgstr "Kontakt został przywrócony" + +#: mod/contacts.php:467 +msgid "Drop contact" +msgstr "Usuń kontakt" + +#: mod/contacts.php:470 mod/contacts.php:823 +msgid "Do you really want to delete this contact?" +msgstr "Czy na pewno chcesz usunąć ten kontakt?" + +#: mod/contacts.php:488 +msgid "Contact has been removed." +msgstr "Kontakt został usunięty." + +#: mod/contacts.php:519 +#, php-format +msgid "You are mutual friends with %s" +msgstr "Jesteś już znajomym z %s" + +#: mod/contacts.php:523 +#, php-format +msgid "You are sharing with %s" +msgstr "Współdzielisz z %s" + +#: mod/contacts.php:527 +#, php-format +msgid "%s is sharing with you" +msgstr "%s współdzieli z tobą" + +#: mod/contacts.php:547 +msgid "Private communications are not available for this contact." +msgstr "Prywatna rozmowa jest niemożliwa dla tego kontaktu" + +#: mod/contacts.php:549 +msgid "Never" +msgstr "Nigdy" + +#: mod/contacts.php:552 +msgid "(Update was successful)" +msgstr "(Aktualizacja przebiegła pomyślnie)" + +#: mod/contacts.php:552 +msgid "(Update was not successful)" +msgstr "(Aktualizacja nie powiodła się)" + +#: mod/contacts.php:554 mod/contacts.php:992 +msgid "Suggest friends" +msgstr "Osoby, które możesz znać" + +#: mod/contacts.php:558 +#, php-format +msgid "Network type: %s" +msgstr "Typ sieci: %s" + +#: mod/contacts.php:563 +msgid "Communications lost with this contact!" +msgstr "Utracono komunikację z tym kontaktem!" + +#: mod/contacts.php:569 +msgid "Fetch further information for feeds" +msgstr "Pobierz dalsze informacje dla kanałów" + +#: mod/contacts.php:571 +msgid "" +"Fetch information like preview pictures, title and teaser from the feed " +"item. You can activate this if the feed doesn't contain much text. Keywords " +"are taken from the meta header in the feed item and are posted as hash tags." +msgstr "Pobieranie informacji, takich jak zdjęcia podglądu, tytuł i zwiastun z elementu kanału. Możesz to aktywować, jeśli plik danych nie zawiera dużo tekstu. Słowa kluczowe są pobierane z nagłówka meta w elemencie kanału i są publikowane jako znaczniki haszowania." + +#: mod/contacts.php:572 mod/admin.php:1272 mod/admin.php:1435 +#: mod/admin.php:1445 +msgid "Disabled" +msgstr "Wyłączony" + +#: mod/contacts.php:573 +msgid "Fetch information" +msgstr "Pobierz informacje" + +#: mod/contacts.php:574 +msgid "Fetch keywords" +msgstr "Pobierz słowa kluczowe" + +#: mod/contacts.php:575 +msgid "Fetch information and keywords" +msgstr "Pobierz informacje i słowa kluczowe" + +#: mod/contacts.php:608 +msgid "Contact" +msgstr "Kontakt" + +#: mod/contacts.php:611 +msgid "Profile Visibility" +msgstr "Widoczność profilu" + +#: mod/contacts.php:612 +#, php-format +msgid "" +"Please choose the profile you would like to display to %s when viewing your " +"profile securely." +msgstr "Wybierz profil, który chcesz bezpiecznie wyświetlić %s" + +#: mod/contacts.php:613 +msgid "Contact Information / Notes" +msgstr "Informacje kontaktowe/Notatki" + +#: mod/contacts.php:614 +msgid "Their personal note" +msgstr "Ich osobista uwaga" + +#: mod/contacts.php:616 +msgid "Edit contact notes" +msgstr "Edytuj notatki kontaktu" + +#: mod/contacts.php:620 +msgid "Block/Unblock contact" +msgstr "Zablokuj/odblokuj kontakt" + +#: mod/contacts.php:621 +msgid "Ignore contact" +msgstr "Ignoruj kontakt" + +#: mod/contacts.php:622 +msgid "Repair URL settings" +msgstr "Napraw ustawienia adresu" + +#: mod/contacts.php:623 +msgid "View conversations" +msgstr "Wyświetl rozmowy" + +#: mod/contacts.php:628 +msgid "Last update:" +msgstr "Ostatnia aktualizacja:" + +#: mod/contacts.php:630 +msgid "Update public posts" +msgstr "Zaktualizuj publiczne posty" + +#: mod/contacts.php:632 mod/contacts.php:1002 +msgid "Update now" +msgstr "Aktualizuj teraz" + +#: mod/contacts.php:637 mod/contacts.php:827 mod/contacts.php:1011 +#: mod/admin.php:485 mod/admin.php:1800 +msgid "Unblock" +msgstr "Odblokuj" + +#: mod/contacts.php:637 mod/contacts.php:827 mod/contacts.php:1011 +#: mod/admin.php:484 mod/admin.php:1799 +msgid "Block" +msgstr "Zablokuj" + +#: mod/contacts.php:638 mod/contacts.php:828 mod/contacts.php:1019 +msgid "Unignore" +msgstr "Odblokuj" + +#: mod/contacts.php:642 +msgid "Currently blocked" +msgstr "Obecnie zablokowany" + +#: mod/contacts.php:643 +msgid "Currently ignored" +msgstr "Obecnie zignorowany" + +#: mod/contacts.php:644 +msgid "Currently archived" +msgstr "Obecnie zarchiwizowany" + +#: mod/contacts.php:645 +msgid "Awaiting connection acknowledge" +msgstr "Oczekiwanie na potwierdzenie połączenia" + +#: mod/contacts.php:646 +msgid "" +"Replies/likes to your public posts may still be visible" +msgstr "Odpowiedzi/kliknięcia \"lubię to\" do twoich publicznych postów nadal mogą być widoczne" + +#: mod/contacts.php:647 +msgid "Notification for new posts" +msgstr "Powiadomienie o nowych postach" + +#: mod/contacts.php:647 +msgid "Send a notification of every new post of this contact" +msgstr "Wyślij powiadomienie o każdym nowym poście tego kontaktu" + +#: mod/contacts.php:650 +msgid "Blacklisted keywords" +msgstr "Słowa kluczowe na czarnej liście" + +#: mod/contacts.php:650 +msgid "" +"Comma separated list of keywords that should not be converted to hashtags, " +"when \"Fetch information and keywords\" is selected" +msgstr "Rozdzielana przecinkami lista słów kluczowych, które nie powinny zostać przekonwertowane na hashtagi, gdy wybrana jest opcja 'Pobierz informacje i słowa kluczowe'" + +#: mod/contacts.php:662 src/Model/Profile.php:424 +msgid "XMPP:" +msgstr "XMPP:" + +#: mod/contacts.php:667 +msgid "Actions" +msgstr "Akcja" + +#: mod/contacts.php:669 mod/contacts.php:855 src/Content/Nav.php:100 +#: src/Model/Profile.php:888 view/theme/frio/theme.php:259 +msgid "Status" +msgstr "Status" + +#: mod/contacts.php:670 +msgid "Contact Settings" +msgstr "Ustawienia kontaktów" + +#: mod/contacts.php:711 +msgid "Suggestions" +msgstr "Sugestie" + +#: mod/contacts.php:714 +msgid "Suggest potential friends" +msgstr "Sugerowani znajomi" + +#: mod/contacts.php:722 +msgid "Show all contacts" +msgstr "Pokaż wszystkie kontakty" + +#: mod/contacts.php:727 +msgid "Unblocked" +msgstr "Odblokowany" + +#: mod/contacts.php:730 +msgid "Only show unblocked contacts" +msgstr "Pokaż tylko odblokowane kontakty" + +#: mod/contacts.php:735 +msgid "Blocked" +msgstr "Zablokowany" + +#: mod/contacts.php:738 +msgid "Only show blocked contacts" +msgstr "Pokaż tylko zablokowane kontakty" + +#: mod/contacts.php:743 +msgid "Ignored" +msgstr "Zignorowany" + +#: mod/contacts.php:746 +msgid "Only show ignored contacts" +msgstr "Pokaż tylko ignorowane kontakty" + +#: mod/contacts.php:751 +msgid "Archived" +msgstr "Zarchiwizowane" + +#: mod/contacts.php:754 +msgid "Only show archived contacts" +msgstr "Pokaż tylko zarchiwizowane kontakty" + +#: mod/contacts.php:759 +msgid "Hidden" +msgstr "Ukryty" + +#: mod/contacts.php:762 +msgid "Only show hidden contacts" +msgstr "Pokaż tylko ukryte kontakty" + +#: mod/contacts.php:818 +msgid "Search your contacts" +msgstr "Wyszukaj w kontaktach" + +#: mod/contacts.php:826 mod/settings.php:170 mod/settings.php:701 +msgid "Update" +msgstr "Zaktualizuj" + +#: mod/contacts.php:829 mod/contacts.php:1027 +msgid "Archive" +msgstr "Archiwum" + +#: mod/contacts.php:829 mod/contacts.php:1027 +msgid "Unarchive" +msgstr "Przywróć z archiwum" + +#: mod/contacts.php:832 +msgid "Batch Actions" +msgstr "Akcje wsadowe" + +#: mod/contacts.php:866 src/Model/Profile.php:899 +msgid "Profile Details" +msgstr "Szczegóły profilu" + +#: mod/contacts.php:878 +msgid "View all contacts" +msgstr "Zobacz wszystkie kontakty" + +#: mod/contacts.php:889 +msgid "View all common friends" +msgstr "Zobacz wszystkich popularnych znajomych" + +#: mod/contacts.php:898 +msgid "Advanced Contact Settings" +msgstr "Zaawansowane ustawienia kontaktów" + +#: mod/contacts.php:930 +msgid "Mutual Friendship" +msgstr "Wzajemna przyjaźń" + +#: mod/contacts.php:934 +msgid "is a fan of yours" +msgstr "jest twoim fanem" + +#: mod/contacts.php:938 +msgid "you are a fan of" +msgstr "jesteś fanem" + +#: mod/contacts.php:1013 +msgid "Toggle Blocked status" +msgstr "Przełącz na Zablokowany" + +#: mod/contacts.php:1021 +msgid "Toggle Ignored status" +msgstr "Przełącz ignorowany status" + +#: mod/contacts.php:1029 +msgid "Toggle Archive status" +msgstr "Przełącz status archiwum" + +#: mod/contacts.php:1037 +msgid "Delete contact" +msgstr "Usuń kontakt" + +#: mod/_tos.php:48 mod/register.php:288 mod/admin.php:188 mod/admin.php:302 +#: src/Module/Tos.php:48 +msgid "Terms of Service" +msgstr "Warunki usługi" + +#: mod/_tos.php:51 src/Module/Tos.php:51 +msgid "Privacy Statement" +msgstr "Oświadczenie o prywatności" + +#: mod/_tos.php:52 src/Module/Tos.php:52 +msgid "" +"At the time of registration, and for providing communications between the " +"user account and their contacts, the user has to provide a display name (pen" +" name), an username (nickname) and a working email address. The names will " +"be accessible on the profile page of the account by any visitor of the page," +" even if other profile details are not displayed. The email address will " +"only be used to send the user notifications about interactions, but wont be " +"visibly displayed. The listing of an account in the node's user directory or" +" the global user directory is optional and can be controlled in the user " +"settings, it is not necessary for communication." +msgstr "W momencie rejestracji oraz w celu zapewnienia komunikacji między kontem użytkownika, a jego kontaktami, użytkownik musi podać nazwę wyświetlaną (pseudonim), nazwę użytkownika (przydomek) i działający adres e-mail. Nazwy będą dostępne na stronie profilu konta dla każdego odwiedzającego stronę, nawet jeśli inne szczegóły profilu nie zostaną wyświetlone. Adres e-mail będzie używany tylko do wysyłania powiadomień użytkownika o interakcjach, ale nie będzie wyświetlany w widoczny sposób. Lista kont w katalogu użytkownika węzła lub globalnym katalogu użytkownika jest opcjonalna i może być kontrolowana w ustawieniach użytkownika, nie jest konieczna do komunikacji." + +#: mod/_tos.php:53 src/Module/Tos.php:53 +#, php-format +msgid "" +"At any point in time a logged in user can export their account data from the" +" account settings. If the user wants " +"to delete their account they can do so at %1$s/removeme. The deletion of the account will " +"be permanent." +msgstr "W dowolnym momencie zalogowany użytkownik może wyeksportować dane swojego konta z ustawień konta. Jeśli użytkownik chce usunąć swoje konto, może to zrobić w %1$s/usuń mnie. Usunięcie konta będzie trwałe." + +#: mod/friendica.php:77 +msgid "This is Friendica, version" +msgstr "To jest Friendica, wersja" + +#: mod/friendica.php:78 +msgid "running at web location" +msgstr "otwierane na serwerze" + +#: mod/friendica.php:82 +msgid "" +"Please visit Friendi.ca to learn more " +"about the Friendica project." +msgstr "Odwiedź stronę Friendi.ca aby dowiedzieć się więcej o projekcie Friendica." + +#: mod/friendica.php:86 +msgid "Bug reports and issues: please visit" +msgstr "Raporty o błędach i problemy: odwiedź stronę" + +#: mod/friendica.php:86 +msgid "the bugtracker at github" +msgstr "bugtracker na github" + +#: mod/friendica.php:89 +msgid "" +"Suggestions, praise, donations, etc. - please email \"Info\" at Friendica - " +"dot com" +msgstr "Sugestie, pochwały, darowizny, itp. - napisz e-mail \"Info\" do Friendica - dot com" + +#: mod/friendica.php:103 +msgid "Installed addons/apps:" +msgstr "Zainstalowane dodatki/aplikacje:" + +#: mod/friendica.php:117 +msgid "No installed addons/apps" +msgstr "Brak zainstalowanych dodatków/aplikacji" + +#: mod/friendica.php:122 +#, php-format +msgid "Read about the Terms of Service of this node." +msgstr "Przeczytaj o Warunkach świadczenia usług tego węzła." + +#: mod/friendica.php:127 +msgid "On this server the following remote servers are blocked." +msgstr "Na tym serwerze następujące serwery zdalne są blokowane." + +#: mod/friendica.php:128 mod/admin.php:354 mod/admin.php:372 +msgid "Reason for the block" +msgstr "Powód blokowania" + +#: mod/lostpass.php:27 +msgid "No valid account found." +msgstr "Nie znaleziono ważnego konta." + +#: mod/lostpass.php:39 +msgid "Password reset request issued. Check your email." +msgstr "Prośba o zresetowanie hasła została zatwierdzona. Sprawdź swój e-mail." + +#: mod/lostpass.php:45 +#, php-format +msgid "" +"\n" +"\t\tDear %1$s,\n" +"\t\t\tA request was recently received at \"%2$s\" to reset your account\n" +"\t\tpassword. In order to confirm this request, please select the verification link\n" +"\t\tbelow or paste it into your web browser address bar.\n" +"\n" +"\t\tIf you did NOT request this change, please DO NOT follow the link\n" +"\t\tprovided and ignore and/or delete this email, the request will expire shortly.\n" +"\n" +"\t\tYour password will not be changed unless we can verify that you\n" +"\t\tissued this request." +msgstr "\n\t\tDrodzy %1$s, \n\t\t\tOtrzymano niedawno prośbę o ''%2$s\" zresetowanie konta \n\t\thasło. Aby potwierdzić tę prośbę, wybierz link weryfikacyjny \n\t\tponiżej lub wklej go na pasek adresu przeglądarki internetowej. \n \n\t\tJeśli NIE poprosiłeś o tę zmianę, NIE wykonuj tego linku \n\t\tpod warunkiem, że zignorujesz i/lub usuniesz ten e-mail, prośba wkrótce wygaśnie. \n \n\t\tTwoje hasło nie zostanie zmienione, chyba że będziemy mogli to potwierdzić \n\t\twydał to żądanie." + +#: mod/lostpass.php:56 +#, php-format +msgid "" +"\n" +"\t\tFollow this link soon to verify your identity:\n" +"\n" +"\t\t%1$s\n" +"\n" +"\t\tYou will then receive a follow-up message containing the new password.\n" +"\t\tYou may change that password from your account settings page after logging in.\n" +"\n" +"\t\tThe login details are as follows:\n" +"\n" +"\t\tSite Location:\t%2$s\n" +"\t\tLogin Name:\t%3$s" +msgstr "\nWkrótce skorzystaj z tego linku, aby zweryfikować swoją tożsamość: \n\n\t\t%1$s\n\n\t\tOtrzymasz następnie komunikat uzupełniający zawierający nowe hasło. \n\t\tMożesz zmienić to hasło ze strony ustawień swojego konta po zalogowaniu. \n \n\t\tDane logowania są następujące: \n \nLokalizacja strony: \t%2$s\nNazwa użytkownika:\t%3$s" + +#: mod/lostpass.php:73 +#, php-format +msgid "Password reset requested at %s" +msgstr "Prośba o reset hasła na %s" + +#: mod/lostpass.php:89 +msgid "" +"Request could not be verified. (You may have previously submitted it.) " +"Password reset failed." +msgstr "Prośba nie może być zweryfikowana. (Mogłeś już ją poprzednio wysłać.) Reset hasła nie powiódł się." + +#: mod/lostpass.php:102 +msgid "Request has expired, please make a new one." +msgstr "Żądanie wygasło. Zrób nowe." + +#: mod/lostpass.php:117 +msgid "Forgot your Password?" +msgstr "Zapomniałeś hasła?" + +#: mod/lostpass.php:118 +msgid "" +"Enter your email address and submit to have your password reset. Then check " +"your email for further instructions." +msgstr "Wpisz swój adres email i wyślij, aby zresetować hasło. Później sprawdź swojego emaila w celu uzyskania dalszych instrukcji." + +#: mod/lostpass.php:119 src/Module/Login.php:314 +msgid "Nickname or Email: " +msgstr "Pseudonim lub Email:" + +#: mod/lostpass.php:120 +msgid "Reset" +msgstr "Zresetuj" + +#: mod/lostpass.php:136 src/Module/Login.php:326 +msgid "Password Reset" +msgstr "Zresetuj hasło" + +#: mod/lostpass.php:137 +msgid "Your password has been reset as requested." +msgstr "Twoje hasło zostało zresetowane zgodnie z żądaniem." + +#: mod/lostpass.php:138 +msgid "Your new password is" +msgstr "Twoje nowe hasło to" + +#: mod/lostpass.php:139 +msgid "Save or copy your new password - and then" +msgstr "Zapisz lub skopiuj nowe hasło - a następnie" + +#: mod/lostpass.php:140 +msgid "click here to login" +msgstr "Kliknij tutaj aby się zalogować" + +#: mod/lostpass.php:141 +msgid "" +"Your password may be changed from the Settings page after " +"successful login." +msgstr "Twoje hasło może być zmienione w Ustawieniach po udanym zalogowaniu." + +#: mod/lostpass.php:149 +#, php-format +msgid "" +"\n" +"\t\t\tDear %1$s,\n" +"\t\t\t\tYour password has been changed as requested. Please retain this\n" +"\t\t\tinformation for your records (or change your password immediately to\n" +"\t\t\tsomething that you will remember).\n" +"\t\t" +msgstr "\n\t\t\tDrogi %1$s, \n\t\t\t\tTwoje hasło zostało zmienione zgodnie z życzeniem. Proszę, zachowaj te \n\t\t\tinformacje dotyczące twoich rekordów (lub natychmiast zmień hasło na \n\t\t\tcoś, co zapamiętasz).\n\t\t" + +#: mod/lostpass.php:155 +#, php-format +msgid "" +"\n" +"\t\t\tYour login details are as follows:\n" +"\n" +"\t\t\tSite Location:\t%1$s\n" +"\t\t\tLogin Name:\t%2$s\n" +"\t\t\tPassword:\t%3$s\n" +"\n" +"\t\t\tYou may change that password from your account settings page after logging in.\n" +"\t\t" +msgstr "\n\t\t\tDane logowania są następujące:\n\n\t\t\tLokalizacja witryny:\t%1$s\n\t\t\tNazwa użytkownika:\t%2$s\n\t\t\tHasło:\t%3$s\n\n\t\t\tMożesz zmienić hasło na stronie ustawień konta po zalogowaniu.\n\t\t" + +#: mod/lostpass.php:169 +#, php-format +msgid "Your password has been changed at %s" +msgstr "Twoje hasło zostało zmienione na %s" + +#: mod/register.php:99 +msgid "" +"Registration successful. Please check your email for further instructions." +msgstr "Rejestracja zakończona pomyślnie. Dalsze instrukcje zostały wysłane na twojego e-maila." + +#: mod/register.php:103 +#, php-format +msgid "" +"Failed to send email message. Here your accout details:
    login: %s
    " +"password: %s

    You can change your password after login." +msgstr "Nie udało się wysłać wiadomości e-mail. Tutaj szczegóły twojego konta:
    login: %s
    hasło: %s

    Możesz zmienić swoje hasło po zalogowaniu." + +#: mod/register.php:110 +msgid "Registration successful." +msgstr "Rejestracja udana." + +#: mod/register.php:115 +msgid "Your registration can not be processed." +msgstr "Twoja rejestracja nie może zostać przeprowadzona. " + +#: mod/register.php:162 +msgid "Your registration is pending approval by the site owner." +msgstr "Twoja rejestracja oczekuje na zaakceptowanie przez właściciela witryny." + +#: mod/register.php:220 +msgid "" +"You may (optionally) fill in this form via OpenID by supplying your OpenID " +"and clicking 'Register'." +msgstr "Możesz (opcjonalnie) wypełnić ten formularz za pośrednictwem OpenID, podając swój OpenID i klikając 'Register'." + +#: mod/register.php:221 +msgid "" +"If you are not familiar with OpenID, please leave that field blank and fill " +"in the rest of the items." +msgstr "Jeśli nie jesteś zaznajomiony z OpenID, zostaw to pole puste i uzupełnij resztę elementów." + +#: mod/register.php:222 +msgid "Your OpenID (optional): " +msgstr "Twój OpenID (opcjonalnie):" + +#: mod/register.php:234 +msgid "Include your profile in member directory?" +msgstr "Czy dołączyć twój profil do katalogu członków?" + +#: mod/register.php:259 +msgid "Note for the admin" +msgstr "Uwaga dla administratora" + +#: mod/register.php:259 +msgid "Leave a message for the admin, why you want to join this node" +msgstr "Pozostaw wiadomość dla administratora, dlaczego chcesz dołączyć do tego węzła" + +#: mod/register.php:260 +msgid "Membership on this site is by invitation only." +msgstr "Członkostwo na tej stronie możliwe tylko dzięki zaproszeniu." + +#: mod/register.php:261 +msgid "Your invitation code: " +msgstr "Twój kod zaproszenia:" + +#: mod/register.php:264 mod/admin.php:1348 +msgid "Registration" +msgstr "Rejestracja" + +#: mod/register.php:270 +msgid "Your Full Name (e.g. Joe Smith, real or real-looking): " +msgstr "Twoje imię i nazwisko (np. Joe Smith, prawdziwy lub real-looking):" + +#: mod/register.php:271 +msgid "" +"Your Email Address: (Initial information will be send there, so this has to " +"be an existing address.)" +msgstr "Twój adres e-mail: (Informacje początkowe zostaną wysłane tam, więc musi to być istniejący adres)." + +#: mod/register.php:273 mod/settings.php:1201 +msgid "New Password:" +msgstr "Nowe hasło:" + +#: mod/register.php:273 +msgid "Leave empty for an auto generated password." +msgstr "Pozostaw puste dla wygenerowanego automatycznie hasła." + +#: mod/register.php:274 mod/settings.php:1202 +msgid "Confirm:" +msgstr "Potwierdź:" + +#: mod/register.php:275 +#, php-format +msgid "" +"Choose a profile nickname. This must begin with a text character. Your " +"profile address on this site will then be 'nickname@%s'." +msgstr "Wybierz pseudonim profilu. Nazwa musi zaczynać się od znaku tekstowego. Twój adres profilu na tej stronie będzie wówczas 'pseudonimem%s'." + +#: mod/register.php:276 +msgid "Choose a nickname: " +msgstr "Wybierz pseudonim:" + +#: mod/register.php:279 src/Content/Nav.php:128 src/Module/Login.php:283 +msgid "Register" +msgstr "Zarejestruj" + +#: mod/register.php:286 +msgid "Import your profile to this friendica instance" +msgstr "Zaimportuj swój profil do tej instancji friendica" + +#: mod/admin.php:106 msgid "Theme settings updated." -msgstr "Ustawienia szablonu zmienione." +msgstr "Zaktualizowano ustawienia motywów." -#: mod/admin.php:156 mod/admin.php:954 +#: mod/admin.php:179 src/Content/Nav.php:174 +msgid "Information" +msgstr "Informacja" + +#: mod/admin.php:180 +msgid "Overview" +msgstr "Przegląd" + +#: mod/admin.php:181 mod/admin.php:718 +msgid "Federation Statistics" +msgstr "Statystyki Organizacji" + +#: mod/admin.php:182 +msgid "Configuration" +msgstr "Konfiguracja" + +#: mod/admin.php:183 mod/admin.php:1345 msgid "Site" msgstr "Strona" -#: mod/admin.php:157 mod/admin.php:898 mod/admin.php:1404 mod/admin.php:1420 +#: mod/admin.php:184 mod/admin.php:1273 mod/admin.php:1788 mod/admin.php:1804 msgid "Users" msgstr "Użytkownicy" -#: mod/admin.php:159 mod/admin.php:1780 mod/admin.php:1830 -msgid "Themes" -msgstr "Temat" +#: mod/admin.php:185 mod/admin.php:1904 mod/admin.php:1964 mod/settings.php:86 +msgid "Addons" +msgstr "Dodatki" -#: mod/admin.php:161 +#: mod/admin.php:186 mod/admin.php:2173 mod/admin.php:2217 +msgid "Themes" +msgstr "Wygląd" + +#: mod/admin.php:187 mod/settings.php:64 +msgid "Additional features" +msgstr "Dodatkowe funkcje" + +#: mod/admin.php:189 +msgid "Database" +msgstr "Baza danych" + +#: mod/admin.php:190 msgid "DB updates" msgstr "Aktualizacje DB" -#: mod/admin.php:162 mod/admin.php:406 +#: mod/admin.php:191 mod/admin.php:753 msgid "Inspect Queue" -msgstr "" +msgstr "Sprawdź kolejkę" -#: mod/admin.php:163 mod/admin.php:372 -msgid "Federation Statistics" -msgstr "" +#: mod/admin.php:192 +msgid "Tools" +msgstr "Narzędzia" -#: mod/admin.php:177 mod/admin.php:188 mod/admin.php:1904 +#: mod/admin.php:193 +msgid "Contact Blocklist" +msgstr "Lista zablokowanych kontaktów" + +#: mod/admin.php:194 mod/admin.php:362 +msgid "Server Blocklist" +msgstr "Lista zablokowanych serwerów" + +#: mod/admin.php:195 mod/admin.php:521 +msgid "Delete Item" +msgstr "Usuń przedmiot" + +#: mod/admin.php:196 mod/admin.php:197 mod/admin.php:2291 msgid "Logs" msgstr "Logi" -#: mod/admin.php:178 mod/admin.php:1972 +#: mod/admin.php:198 mod/admin.php:2358 msgid "View Logs" -msgstr "" +msgstr "Zobacz rejestry" -#: mod/admin.php:179 +#: mod/admin.php:200 +msgid "Diagnostics" +msgstr "Diagnostyka" + +#: mod/admin.php:201 +msgid "PHP Info" +msgstr "Informacje o PHP" + +#: mod/admin.php:202 msgid "probe address" -msgstr "" +msgstr "adres sondy" -#: mod/admin.php:180 +#: mod/admin.php:203 msgid "check webfinger" -msgstr "" +msgstr "sprawdź webfinger" -#: mod/admin.php:187 -msgid "Plugin Features" -msgstr "Polecane wtyczki" +#: mod/admin.php:222 src/Content/Nav.php:217 +msgid "Admin" +msgstr "Administator" -#: mod/admin.php:189 -msgid "diagnostics" -msgstr "" +#: mod/admin.php:223 +msgid "Addon Features" +msgstr "Funkcje dodatkowe" -#: mod/admin.php:190 +#: mod/admin.php:224 msgid "User registrations waiting for confirmation" msgstr "Rejestracje użytkownika czekają na potwierdzenie." -#: mod/admin.php:306 -msgid "unknown" -msgstr "" +#: mod/admin.php:301 mod/admin.php:361 mod/admin.php:478 mod/admin.php:520 +#: mod/admin.php:717 mod/admin.php:752 mod/admin.php:848 mod/admin.php:1344 +#: mod/admin.php:1787 mod/admin.php:1903 mod/admin.php:1963 mod/admin.php:2172 +#: mod/admin.php:2216 mod/admin.php:2290 mod/admin.php:2357 +msgid "Administration" +msgstr "Administracja" + +#: mod/admin.php:303 +msgid "Display Terms of Service" +msgstr "Wyświetl Warunki korzystania z usługi" + +#: mod/admin.php:303 +msgid "" +"Enable the Terms of Service page. If this is enabled a link to the terms " +"will be added to the registration form and the general information page." +msgstr "Włącz stronę Warunki świadczenia usług. Jeśli ta opcja jest włączona, link do warunków zostanie dodany do formularza rejestracyjnego i strony z informacjami ogólnymi." + +#: mod/admin.php:304 +msgid "Display Privacy Statement" +msgstr "Wyświetl oświadczenie o prywatności" + +#: mod/admin.php:304 +#, php-format +msgid "" +"Show some informations regarding the needed information to operate the node " +"according e.g. to EU-GDPR." +msgstr "Pokaż niektóre informacje dotyczące potrzebnych informacji do obsługi węzła zgodnie np. do EU-GDPR." + +#: mod/admin.php:305 +msgid "The Terms of Service" +msgstr "Warunki świadczenia usług" + +#: mod/admin.php:305 +msgid "" +"Enter the Terms of Service for your node here. You can use BBCode. Headers " +"of sections should be [h2] and below." +msgstr "Wprowadź tutaj Warunki świadczenia usług dla swojego węzła. Możesz użyć BBCode. Nagłówki sekcji powinny być [h2] i poniżej." + +#: mod/admin.php:353 +msgid "The blocked domain" +msgstr "Zablokowana domena" + +#: mod/admin.php:354 mod/admin.php:367 +msgid "The reason why you blocked this domain." +msgstr "Powód zablokowania tej domeny." + +#: mod/admin.php:355 +msgid "Delete domain" +msgstr "Usuń domenę" + +#: mod/admin.php:355 +msgid "Check to delete this entry from the blocklist" +msgstr "Zaznacz, aby usunąć ten wpis z listy bloków" + +#: mod/admin.php:363 +msgid "" +"This page can be used to define a black list of servers from the federated " +"network that are not allowed to interact with your node. For all entered " +"domains you should also give a reason why you have blocked the remote " +"server." +msgstr "Na tej stronie można zdefiniować czarną listę serwerów ze stowarzyszonej sieci, które nie mogą współdziałać z danym węzłem. Dla wszystkich wprowadzonych domen powinieneś podać powód, dla którego zablokowałeś serwer zdalny." + +#: mod/admin.php:364 +msgid "" +"The list of blocked servers will be made publically available on the " +"/friendica page so that your users and people investigating communication " +"problems can find the reason easily." +msgstr "Lista zablokowanych serwerów zostanie publicznie udostępniona na stronie /friendica, dzięki czemu użytkownicy i osoby badające problemy z komunikacją mogą łatwo znaleźć przyczynę." #: mod/admin.php:365 +msgid "Add new entry to block list" +msgstr "Dodaj nowy wpis do listy bloków" + +#: mod/admin.php:366 +msgid "Server Domain" +msgstr "Domena serwera" + +#: mod/admin.php:366 +msgid "" +"The domain of the new server to add to the block list. Do not include the " +"protocol." +msgstr "Domena nowego serwera do dodania do listy bloków. Nie dołączaj protokołu." + +#: mod/admin.php:367 +msgid "Block reason" +msgstr "Powód zablokowania" + +#: mod/admin.php:368 +msgid "Add Entry" +msgstr "Dodaj wpis" + +#: mod/admin.php:369 +msgid "Save changes to the blocklist" +msgstr "Zapisz zmiany w Liście zablokowanych" + +#: mod/admin.php:370 +msgid "Current Entries in the Blocklist" +msgstr "Aktualne wpisy na liście zablokowanych" + +#: mod/admin.php:373 +msgid "Delete entry from blocklist" +msgstr "Usuń wpis z listy zablokowanych" + +#: mod/admin.php:376 +msgid "Delete entry from blocklist?" +msgstr "Usunąć wpis z listy zablokowanych?" + +#: mod/admin.php:402 +msgid "Server added to blocklist." +msgstr "Serwer dodany do listy zablokowanych." + +#: mod/admin.php:418 +msgid "Site blocklist updated." +msgstr "Zaktualizowano listę bloków witryny." + +#: mod/admin.php:441 src/Core/Console/GlobalCommunityBlock.php:72 +msgid "The contact has been blocked from the node" +msgstr "Kontakt został zablokowany w węźle" + +#: mod/admin.php:443 src/Core/Console/GlobalCommunityBlock.php:69 +#, php-format +msgid "Could not find any contact entry for this URL (%s)" +msgstr "Nie można znaleźć żadnego kontaktu dla tego adresu URL (%s)" + +#: mod/admin.php:450 +#, php-format +msgid "%s contact unblocked" +msgid_plural "%s contacts unblocked" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" +msgstr[3] "" + +#: mod/admin.php:479 +msgid "Remote Contact Blocklist" +msgstr "Lista zablokowanych kontaktów zdalnych" + +#: mod/admin.php:480 +msgid "" +"This page allows you to prevent any message from a remote contact to reach " +"your node." +msgstr "Ta strona pozwala zapobiec wysyłaniu do węzła wiadomości od kontaktu zdalnego." + +#: mod/admin.php:481 +msgid "Block Remote Contact" +msgstr "Zablokuj kontakt zdalny" + +#: mod/admin.php:482 mod/admin.php:1790 +msgid "select all" +msgstr "Zaznacz wszystko" + +#: mod/admin.php:483 +msgid "select none" +msgstr "wybierz brak" + +#: mod/admin.php:486 +msgid "No remote contact is blocked from this node." +msgstr "Z tego węzła nie jest blokowany kontakt zdalny." + +#: mod/admin.php:488 +msgid "Blocked Remote Contacts" +msgstr "Zablokowane kontakty zdalne" + +#: mod/admin.php:489 +msgid "Block New Remote Contact" +msgstr "Zablokuj nowy kontakt zdalny" + +#: mod/admin.php:490 +msgid "Photo" +msgstr "Zdjęcie" + +#: mod/admin.php:498 +#, php-format +msgid "%s total blocked contact" +msgid_plural "%s total blocked contacts" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" +msgstr[3] "" + +#: mod/admin.php:500 +msgid "URL of the remote contact to block." +msgstr "Adres URL kontaktu zdalnego do zablokowania." + +#: mod/admin.php:522 +msgid "Delete this Item" +msgstr "Usuń ten przedmiot" + +#: mod/admin.php:523 +msgid "" +"On this page you can delete an item from your node. If the item is a top " +"level posting, the entire thread will be deleted." +msgstr "Na tej stronie możesz usunąć przedmiot ze swojego węzła. Jeśli element jest publikowaniem na najwyższym poziomie, cały wątek zostanie usunięty." + +#: mod/admin.php:524 +msgid "" +"You need to know the GUID of the item. You can find it e.g. by looking at " +"the display URL. The last part of http://example.com/display/123456 is the " +"GUID, here 123456." +msgstr "Musisz znać identyfikator GUID tego przedmiotu. Możesz go znaleźć np. patrząc na wyświetlany adres URL. Ostatnia część http://example.com/display/123456 to GUID, tutaj 123456." + +#: mod/admin.php:525 +msgid "GUID" +msgstr "GUID" + +#: mod/admin.php:525 +msgid "The GUID of the item you want to delete." +msgstr "Identyfikator elementu GUID, który chcesz usunąć." + +#: mod/admin.php:564 +msgid "Item marked for deletion." +msgstr "Przedmiot oznaczony do usunięcia." + +#: mod/admin.php:635 +msgid "unknown" +msgstr "nieznany" + +#: mod/admin.php:711 msgid "" "This page offers you some numbers to the known part of the federated social " "network your Friendica node is part of. These numbers are not complete but " "only reflect the part of the network your node is aware of." -msgstr "" +msgstr "Ta strona zawiera kilka numerów do znanej części federacyjnej sieci społecznościowej, do której należy Twój węzeł Friendica. Liczby te nie są kompletne, ale odzwierciedlają tylko część sieci, o której wie twój węzeł." -#: mod/admin.php:366 +#: mod/admin.php:712 msgid "" "The Auto Discovered Contact Directory feature is not enabled, it " "will improve the data displayed here." -msgstr "" +msgstr "Funkcja Katalog kontaktów automatycznie odkrytych nie jest włączona, poprawi ona wyświetlane tutaj dane." -#: mod/admin.php:371 mod/admin.php:405 mod/admin.php:484 mod/admin.php:953 -#: mod/admin.php:1403 mod/admin.php:1521 mod/admin.php:1581 mod/admin.php:1779 -#: mod/admin.php:1829 mod/admin.php:1903 mod/admin.php:1971 -msgid "Administration" -msgstr "Administracja" - -#: mod/admin.php:378 +#: mod/admin.php:724 #, php-format -msgid "Currently this node is aware of %d nodes from the following platforms:" -msgstr "" +msgid "" +"Currently this node is aware of %d nodes with %d registered users from the " +"following platforms:" +msgstr "Obecnie węzeł ten jest świadomy %dwęzłów z %d zarejestrowanymi użytkownikami z następujących platform:" -#: mod/admin.php:408 +#: mod/admin.php:755 msgid "ID" -msgstr "" +msgstr "ID" -#: mod/admin.php:409 +#: mod/admin.php:756 msgid "Recipient Name" -msgstr "" +msgstr "Nazwa odbiorcy" -#: mod/admin.php:410 +#: mod/admin.php:757 msgid "Recipient Profile" -msgstr "" +msgstr "Profil odbiorcy" -#: mod/admin.php:412 +#: mod/admin.php:758 src/Core/NotificationsManager.php:178 +#: src/Content/Nav.php:178 view/theme/frio/theme.php:266 +msgid "Network" +msgstr "Sieć" + +#: mod/admin.php:759 msgid "Created" -msgstr "" +msgstr "Utwórz" -#: mod/admin.php:413 +#: mod/admin.php:760 msgid "Last Tried" -msgstr "" +msgstr "Ostatnia wypróbowana" -#: mod/admin.php:414 +#: mod/admin.php:761 msgid "" "This page lists the content of the queue for outgoing postings. These are " "postings the initial delivery failed for. They will be resend later and " "eventually deleted if the delivery fails permanently." -msgstr "" +msgstr "Na tej stronie znajduje się zawartość kolejki dla wysyłek wychodzących. Są to posty, dla których początkowe wysyłanie nie powiodło się. Zostaną one ponownie wysłane później i ostatecznie usunięte, jeśli doręczenie zakończy się trwale." -#: mod/admin.php:439 +#: mod/admin.php:785 #, php-format msgid "" "Your DB still runs with MyISAM tables. You should change the engine type to " "InnoDB. As Friendica will use InnoDB only features in the future, you should" " change this! See here for a guide that may be helpful " -"converting the table engines. You may also use the " -"convert_innodb.sql in the /util directory of your " -"Friendica installation.
    " -msgstr "" +"converting the table engines. You may also use the command php " +"bin/console.php dbstructure toinnodb of your Friendica installation for" +" an automatic conversion.
    " +msgstr "Twoja baza danych nadal działa z tabelami MyISAM. Powinieneś zmienić typ silnika na InnoDB. Ponieważ Friendica będzie używać funkcji związanych z InnoDB tylko w przyszłości, powinieneś to zmienić! Zobacz tutaj przewodnik, który może być pomocny w konwersji silników stołowych. Możesz także użyć polecenia php bin/console.php dbstructure toinnodb instalacji Friendica do automatycznej konwersji.
    " -#: mod/admin.php:444 +#: mod/admin.php:792 +#, php-format msgid "" -"You are using a MySQL version which does not support all features that " -"Friendica uses. You should consider switching to MariaDB." -msgstr "" +"There is a new version of Friendica available for download. Your current " +"version is %1$s, upstream version is %2$s" +msgstr "Dostępna jest nowa wersja aplikacji Friendica. Twoja aktualna wersja to %1$s wyższa wersja to %2$s" -#: mod/admin.php:448 mod/admin.php:1352 +#: mod/admin.php:802 +msgid "" +"The database update failed. Please run \"php bin/console.php dbstructure " +"update\" from the command line and have a look at the errors that might " +"appear." +msgstr "Aktualizacja bazy danych nie powiodła się. Uruchom polecenie \"php bin/console.php dbstructure update\" z wiersza poleceń i sprawdź błędy, które mogą się pojawić." + +#: mod/admin.php:808 +msgid "The worker was never executed. Please check your database structure!" +msgstr "Pracownik nigdy nie został stracony. Sprawdź swoją strukturę bazy danych!" + +#: mod/admin.php:811 +#, php-format +msgid "" +"The last worker execution was on %s UTC. This is older than one hour. Please" +" check your crontab settings." +msgstr "Ostatnie wykonanie robota było w %s UTC. To jest starsze niż jedna godzina. Sprawdź ustawienia crontab." + +#: mod/admin.php:816 mod/admin.php:1739 msgid "Normal Account" msgstr "Konto normalne" -#: mod/admin.php:449 mod/admin.php:1353 -msgid "Soapbox Account" -msgstr "Konto Soapbox" +#: mod/admin.php:817 mod/admin.php:1740 +msgid "Automatic Follower Account" +msgstr "Automatyczne konto obserwatora" -#: mod/admin.php:450 mod/admin.php:1354 -msgid "Community/Celebrity Account" -msgstr "Konto społeczności/gwiazdy" +#: mod/admin.php:818 mod/admin.php:1741 +msgid "Public Forum Account" +msgstr "Publiczne konto na forum" -#: mod/admin.php:451 mod/admin.php:1355 +#: mod/admin.php:819 mod/admin.php:1742 msgid "Automatic Friend Account" msgstr "Automatyczny przyjaciel konta" -#: mod/admin.php:452 +#: mod/admin.php:820 msgid "Blog Account" msgstr "Konto Bloga" -#: mod/admin.php:453 -msgid "Private Forum" -msgstr "Forum Prywatne" +#: mod/admin.php:821 +msgid "Private Forum Account" +msgstr "Prywatne konto na forum" -#: mod/admin.php:479 +#: mod/admin.php:843 msgid "Message queues" msgstr "Wiadomości" -#: mod/admin.php:485 +#: mod/admin.php:849 msgid "Summary" -msgstr "Skrót" +msgstr "Podsumowanie" -#: mod/admin.php:488 +#: mod/admin.php:851 msgid "Registered users" msgstr "Zarejestrowani użytkownicy" -#: mod/admin.php:490 +#: mod/admin.php:853 msgid "Pending registrations" msgstr "Rejestracje w toku." -#: mod/admin.php:491 +#: mod/admin.php:854 msgid "Version" msgstr "Wersja" -#: mod/admin.php:496 -msgid "Active plugins" -msgstr "Aktywne pluginy" +#: mod/admin.php:859 +msgid "Active addons" +msgstr "Aktywne dodatki" -#: mod/admin.php:521 +#: mod/admin.php:890 msgid "Can not parse base url. Must have at least ://" -msgstr "" +msgstr "Nie można zanalizować podstawowego adresu URL. Musi mieć co najmniej : //" -#: mod/admin.php:826 -msgid "RINO2 needs mcrypt php extension to work." -msgstr "" - -#: mod/admin.php:834 +#: mod/admin.php:1209 msgid "Site settings updated." msgstr "Ustawienia strony zaktualizowane" -#: mod/admin.php:881 +#: mod/admin.php:1236 mod/settings.php:905 +msgid "No special theme for mobile devices" +msgstr "Brak specialnego motywu dla urządzeń mobilnych" + +#: mod/admin.php:1265 msgid "No community page" -msgstr "" +msgstr "Brak strony społeczności" -#: mod/admin.php:882 +#: mod/admin.php:1266 msgid "Public postings from users of this site" -msgstr "" +msgstr "Publikacje publiczne od użytkowników tej strony" -#: mod/admin.php:883 -msgid "Global community page" -msgstr "" +#: mod/admin.php:1267 +msgid "Public postings from the federated network" +msgstr "Publikacje wpisy ze sfederowanej sieci" -#: mod/admin.php:888 mod/contacts.php:530 -msgid "Never" -msgstr "Nigdy" +#: mod/admin.php:1268 +msgid "Public postings from local users and the federated network" +msgstr "Publikacje publiczne od użytkowników lokalnych i sieci federacyjnej" -#: mod/admin.php:889 -msgid "At post arrival" -msgstr "" - -#: mod/admin.php:897 mod/contacts.php:557 -msgid "Disabled" -msgstr "" - -#: mod/admin.php:899 +#: mod/admin.php:1274 msgid "Users, Global Contacts" -msgstr "" +msgstr "Użytkownicy, kontakty globalne" -#: mod/admin.php:900 +#: mod/admin.php:1275 msgid "Users, Global Contacts/fallback" -msgstr "" +msgstr "Użytkownicy, kontakty globalne/awaryjne" -#: mod/admin.php:904 +#: mod/admin.php:1279 msgid "One month" msgstr "Miesiąc" -#: mod/admin.php:905 +#: mod/admin.php:1280 msgid "Three months" msgstr "Trzy miesiące" -#: mod/admin.php:906 +#: mod/admin.php:1281 msgid "Half a year" msgstr "Pół roku" -#: mod/admin.php:907 +#: mod/admin.php:1282 msgid "One year" msgstr "Rok" -#: mod/admin.php:912 +#: mod/admin.php:1287 msgid "Multi user instance" -msgstr "Tryb MultiUsera" +msgstr "Tryb wielu użytkowników" -#: mod/admin.php:935 +#: mod/admin.php:1310 msgid "Closed" -msgstr "Zamknięty" +msgstr "Zamknięta" -#: mod/admin.php:936 +#: mod/admin.php:1311 msgid "Requires approval" msgstr "Wymagane zatwierdzenie." -#: mod/admin.php:937 +#: mod/admin.php:1312 msgid "Open" -msgstr "Otwórz" +msgstr "Otwarte" -#: mod/admin.php:941 +#: mod/admin.php:1316 msgid "No SSL policy, links will track page SSL state" msgstr "Brak SSL , linki będą śledzić stan SSL ." -#: mod/admin.php:942 +#: mod/admin.php:1317 msgid "Force all links to use SSL" msgstr "Wymuś by linki używały SSL." -#: mod/admin.php:943 +#: mod/admin.php:1318 msgid "Self-signed certificate, use SSL for local links only (discouraged)" msgstr "Wewnętrzne Certyfikaty , użyj SSL tylko dla linków lokalnych . " -#: mod/admin.php:957 +#: mod/admin.php:1322 +msgid "Don't check" +msgstr "Nie sprawdzaj" + +#: mod/admin.php:1323 +msgid "check the stable version" +msgstr "sprawdź wersję stabilną" + +#: mod/admin.php:1324 +msgid "check the development version" +msgstr "sprawdź wersję rozwojową" + +#: mod/admin.php:1347 +msgid "Republish users to directory" +msgstr "Ponownie opublikuj użytkowników w katalogu" + +#: mod/admin.php:1349 msgid "File upload" msgstr "Plik załadowano" -#: mod/admin.php:958 +#: mod/admin.php:1350 msgid "Policies" msgstr "zasady" -#: mod/admin.php:960 +#: mod/admin.php:1352 msgid "Auto Discovered Contact Directory" -msgstr "" +msgstr "Katalog kontaktów automatycznie odkrytych" -#: mod/admin.php:961 +#: mod/admin.php:1353 msgid "Performance" msgstr "Ustawienia" -#: mod/admin.php:962 +#: mod/admin.php:1354 msgid "Worker" -msgstr "" +msgstr "Pracownik" -#: mod/admin.php:963 +#: mod/admin.php:1355 +msgid "Message Relay" +msgstr "Przekazywanie wiadomości" + +#: mod/admin.php:1356 msgid "" "Relocate - WARNING: advanced function. Could make this server unreachable." -msgstr "" +msgstr "Relokacja - OSTRZEŻENIE: funkcja zaawansowana. Może spowodować, że serwer będzie nieosiągalny." -#: mod/admin.php:966 +#: mod/admin.php:1359 msgid "Site name" msgstr "Nazwa strony" -#: mod/admin.php:967 +#: mod/admin.php:1360 msgid "Host name" -msgstr "" +msgstr "Nazwa hosta" -#: mod/admin.php:968 +#: mod/admin.php:1361 msgid "Sender Email" -msgstr "" +msgstr "E-mail nadawcy" -#: mod/admin.php:968 +#: mod/admin.php:1361 msgid "" "The email address your server shall use to send notification emails from." -msgstr "" +msgstr "Adres e-mail używany przez Twój serwer do wysyłania e-maili z powiadomieniami." -#: mod/admin.php:969 +#: mod/admin.php:1362 msgid "Banner/Logo" msgstr "Logo" -#: mod/admin.php:970 +#: mod/admin.php:1363 msgid "Shortcut icon" -msgstr "" +msgstr "Ikona skrótu" -#: mod/admin.php:970 +#: mod/admin.php:1363 msgid "Link to an icon that will be used for browsers." -msgstr "" +msgstr "Link do ikony, która będzie używana w przeglądarkach." -#: mod/admin.php:971 +#: mod/admin.php:1364 msgid "Touch icon" -msgstr "" +msgstr "Dołącz ikonę" -#: mod/admin.php:971 +#: mod/admin.php:1364 msgid "Link to an icon that will be used for tablets and mobiles." -msgstr "" +msgstr "Link do ikony, która będzie używana w tabletach i telefonach komórkowych." -#: mod/admin.php:972 +#: mod/admin.php:1365 msgid "Additional Info" msgstr "Dodatkowe informacje" -#: mod/admin.php:972 +#: mod/admin.php:1365 #, php-format msgid "" "For public servers: you can add additional information here that will be " -"listed at %s/siteinfo." -msgstr "" +"listed at %s/servers." +msgstr "W przypadku serwerów publicznych: możesz tu dodać dodatkowe informacje, które będą wymienione na %s/servers." -#: mod/admin.php:973 +#: mod/admin.php:1366 msgid "System language" msgstr "Język systemu" -#: mod/admin.php:974 +#: mod/admin.php:1367 msgid "System theme" msgstr "Motyw systemowy" -#: mod/admin.php:974 +#: mod/admin.php:1367 msgid "" "Default system theme - may be over-ridden by user profiles - change theme settings" msgstr "Domyślny motyw systemu - może być nadpisany przez profil użytkownika zmień ustawienia motywów" -#: mod/admin.php:975 +#: mod/admin.php:1368 msgid "Mobile system theme" -msgstr "Mobilny motyw systemowy" +msgstr "Motyw systemu mobilnego" -#: mod/admin.php:975 +#: mod/admin.php:1368 msgid "Theme for mobile devices" -msgstr "Szablon dla mobilnych urządzeń" +msgstr "Motyw na urządzenia mobilne" -#: mod/admin.php:976 +#: mod/admin.php:1369 msgid "SSL link policy" msgstr "polityka SSL" -#: mod/admin.php:976 +#: mod/admin.php:1369 msgid "Determines whether generated links should be forced to use SSL" msgstr "Określa kiedy generowane linki powinny używać wymuszonego SSl." -#: mod/admin.php:977 +#: mod/admin.php:1370 msgid "Force SSL" -msgstr "" +msgstr "Wymuś SSL" -#: mod/admin.php:977 +#: mod/admin.php:1370 msgid "" "Force all Non-SSL requests to SSL - Attention: on some systems it could lead" " to endless loops." -msgstr "" +msgstr "Wymuszaj wszystkie żądania SSL bez SSL - Uwaga: w niektórych systemach może to prowadzić do niekończących się pętli." -#: mod/admin.php:978 -msgid "Old style 'Share'" -msgstr "" - -#: mod/admin.php:978 -msgid "Deactivates the bbcode element 'share' for repeating items." -msgstr "" - -#: mod/admin.php:979 +#: mod/admin.php:1371 msgid "Hide help entry from navigation menu" msgstr "Wyłącz pomoc w menu nawigacyjnym " -#: mod/admin.php:979 +#: mod/admin.php:1371 msgid "" "Hides the menu entry for the Help pages from the navigation menu. You can " "still access it calling /help directly." msgstr "Chowa pozycje menu dla stron pomocy ze strony nawigacyjnej. Możesz nadal ją wywołać poprzez komendę /help." -#: mod/admin.php:980 +#: mod/admin.php:1372 msgid "Single user instance" -msgstr "Tryb SingleUsera" +msgstr "Tryb pojedynczego użytkownika" -#: mod/admin.php:980 +#: mod/admin.php:1372 msgid "Make this instance multi-user or single-user for the named user" -msgstr "Ustawia tryb multi lub single dla wybranych użytkowników." +msgstr "Ustawia tryb dla wielu użytkowników lub pojedynczego użytkownika dla nazwanego użytkownika" -#: mod/admin.php:981 +#: mod/admin.php:1373 msgid "Maximum image size" msgstr "Maksymalny rozmiar zdjęcia" -#: mod/admin.php:981 +#: mod/admin.php:1373 msgid "" "Maximum size in bytes of uploaded images. Default is 0, which means no " "limits." msgstr "Maksymalny rozmiar w bitach dla wczytywanego obrazu . Domyślnie jest to 0 , co oznacza bez limitu ." -#: mod/admin.php:982 +#: mod/admin.php:1374 msgid "Maximum image length" msgstr "Maksymalna długość obrazu" -#: mod/admin.php:982 +#: mod/admin.php:1374 msgid "" "Maximum length in pixels of the longest side of uploaded images. Default is " "-1, which means no limits." msgstr "Maksymalna długość najdłuższej strony przesyłanego obrazu w pikselach.\nDomyślnie jest to -1, co oznacza brak limitu." -#: mod/admin.php:983 +#: mod/admin.php:1375 msgid "JPEG image quality" msgstr "jakość obrazu JPEG" -#: mod/admin.php:983 +#: mod/admin.php:1375 msgid "" "Uploaded JPEGS will be saved at this quality setting [0-100]. Default is " "100, which is full quality." msgstr "Wczytywanie JPEGS będzie zapisane z tymi ustawieniami jakości [0-100] . Domyslnie jest ustawione 100 co oznacza brak strat jakości . " -#: mod/admin.php:985 +#: mod/admin.php:1377 msgid "Register policy" -msgstr "Zarejestruj polisę" +msgstr "Zasady rejestracji" -#: mod/admin.php:986 +#: mod/admin.php:1378 msgid "Maximum Daily Registrations" -msgstr "Maksymalnie dziennych rejestracji" +msgstr "Maksymalna dzienna rejestracja" -#: mod/admin.php:986 +#: mod/admin.php:1378 msgid "" "If registration is permitted above, this sets the maximum number of new user" " registrations to accept per day. If register is set to closed, this " "setting has no effect." -msgstr "" +msgstr "Jeśli rejestracja powyżej jest dozwolona, to określa maksymalną liczbę nowych rejestracji użytkowników do zaakceptowania na dzień. Jeśli rejestracja jest ustawiona na \"Zamknięta\", to ustawienie to nie ma wpływu." -#: mod/admin.php:987 +#: mod/admin.php:1379 msgid "Register text" msgstr "Zarejestruj tekst" -#: mod/admin.php:987 -msgid "Will be displayed prominently on the registration page." -msgstr "" +#: mod/admin.php:1379 +msgid "" +"Will be displayed prominently on the registration page. You can use BBCode " +"here." +msgstr "Będą wyświetlane w widocznym miejscu na stronie rejestracji. Możesz użyć BBCode tutaj." -#: mod/admin.php:988 +#: mod/admin.php:1380 msgid "Accounts abandoned after x days" msgstr "Konto porzucone od x dni." -#: mod/admin.php:988 +#: mod/admin.php:1380 msgid "" "Will not waste system resources polling external sites for abandonded " "accounts. Enter 0 for no time limit." msgstr "Nie będzie marnować zasobów systemu wypytując zewnętrzne strony o opuszczone konta. Ustaw 0 dla braku limitu czasu ." -#: mod/admin.php:989 +#: mod/admin.php:1381 msgid "Allowed friend domains" msgstr "Dozwolone domeny przyjaciół" -#: mod/admin.php:989 +#: mod/admin.php:1381 msgid "" "Comma separated list of domains which are allowed to establish friendships " "with this site. Wildcards are accepted. Empty to allow any domains" msgstr "Lista domen separowana przecinkami które mogą zaprzyjaźnić się z tą stroną . Wildcards są akceptowane . Pozostaw puste by zezwolić każdej domenie na zapryjaźnienie. " -#: mod/admin.php:990 +#: mod/admin.php:1382 msgid "Allowed email domains" msgstr "Dozwolone domeny e-mailowe" -#: mod/admin.php:990 +#: mod/admin.php:1382 msgid "" "Comma separated list of domains which are allowed in email addresses for " "registrations to this site. Wildcards are accepted. Empty to allow any " "domains" -msgstr "" +msgstr "Rozdzielana przecinkami lista domen dozwolonych w adresach e-mail do rejestracji na tej stronie. Symbole wieloznaczne są akceptowane. Opróżnij, aby zezwolić na dowolne domeny" -#: mod/admin.php:991 +#: mod/admin.php:1383 +msgid "No OEmbed rich content" +msgstr "Brak treści multimedialnych ze znaczkiem HTML" + +#: mod/admin.php:1383 +msgid "" +"Don't show the rich content (e.g. embedded PDF), except from the domains " +"listed below." +msgstr "Nie wyświetlaj zasobów treści (np. osadzonego pliku PDF), z wyjątkiem domen wymienionych poniżej." + +#: mod/admin.php:1384 +msgid "Allowed OEmbed domains" +msgstr "Dozwolone domeny OEmbed" + +#: mod/admin.php:1384 +msgid "" +"Comma separated list of domains which oembed content is allowed to be " +"displayed. Wildcards are accepted." +msgstr "Rozdzielana przecinkami lista domen, w których wyświetlana jest treść, może być wyświetlana. Symbole wieloznaczne są akceptowane." + +#: mod/admin.php:1385 msgid "Block public" msgstr "Blokuj publicznie" -#: mod/admin.php:991 +#: mod/admin.php:1385 msgid "" "Check to block public access to all otherwise public personal pages on this " "site unless you are currently logged in." -msgstr "" +msgstr "Zaznacz, aby zablokować publiczny dostęp do wszystkich publicznych stron prywatnych w tej witrynie, chyba że jesteś zalogowany." -#: mod/admin.php:992 +#: mod/admin.php:1386 msgid "Force publish" msgstr "Wymuś publikację" -#: mod/admin.php:992 +#: mod/admin.php:1386 msgid "" "Check to force all profiles on this site to be listed in the site directory." -msgstr "" +msgstr "Zaznacz, aby wymusić umieszczenie wszystkich profili w tej witrynie w katalogu witryny." -#: mod/admin.php:993 +#: mod/admin.php:1387 msgid "Global directory URL" -msgstr "" +msgstr "Globalny adres URL katalogu" -#: mod/admin.php:993 +#: mod/admin.php:1387 msgid "" "URL to the global directory. If this is not set, the global directory is " "completely unavailable to the application." -msgstr "" +msgstr "Adres URL do katalogu globalnego. Jeśli nie zostanie to ustawione, katalog globalny jest całkowicie niedostępny dla aplikacji." -#: mod/admin.php:994 -msgid "Allow threaded items" -msgstr "Zezwalaj na wątkowanie tematów" - -#: mod/admin.php:994 -msgid "Allow infinite level threading for items on this site." -msgstr "Zezwalaj na nieograniczoną liczbę wątków tematycznych na tej stronie." - -#: mod/admin.php:995 +#: mod/admin.php:1388 msgid "Private posts by default for new users" msgstr "Prywatne posty domyślnie dla nowych użytkowników" -#: mod/admin.php:995 +#: mod/admin.php:1388 msgid "" "Set default post permissions for all new members to the default privacy " "group rather than public." -msgstr "" +msgstr "Ustaw domyślne uprawnienia do publikowania dla wszystkich nowych członków na domyślną grupę prywatności, a nie publiczną." -#: mod/admin.php:996 +#: mod/admin.php:1389 msgid "Don't include post content in email notifications" msgstr "Nie wklejaj zawartości postu do powiadomienia o poczcie" -#: mod/admin.php:996 +#: mod/admin.php:1389 msgid "" "Don't include the content of a post/comment/private message/etc. in the " "email notifications that are sent out from this site, as a privacy measure." msgstr "W celu ochrony prywatności, nie włączaj zawartości postu/komentarza/wiadomości prywatnej/etc. do powiadomień w wiadomościach mailowych wysyłanych z tej strony." -#: mod/admin.php:997 +#: mod/admin.php:1390 msgid "Disallow public access to addons listed in the apps menu." msgstr "Nie zezwalaj na publiczny dostęp do dodatkowych wtyczek wyszczególnionych w menu aplikacji." -#: mod/admin.php:997 +#: mod/admin.php:1390 msgid "" "Checking this box will restrict addons listed in the apps menu to members " "only." -msgstr "" +msgstr "Zaznaczenie tego pola spowoduje ograniczenie dodatków wymienionych w menu aplikacji tylko dla członków." -#: mod/admin.php:998 +#: mod/admin.php:1391 msgid "Don't embed private images in posts" -msgstr "" +msgstr "Nie umieszczaj prywatnych zdjęć w postach" -#: mod/admin.php:998 +#: mod/admin.php:1391 msgid "" "Don't replace locally-hosted private photos in posts with an embedded copy " "of the image. This means that contacts who receive posts containing private " "photos will have to authenticate and load each image, which may take a " "while." -msgstr "" +msgstr "Nie zastępuj lokalnie hostowanych zdjęć prywatnych we wpisach za pomocą osadzonej kopii obrazu. Oznacza to, że osoby, które otrzymują posty zawierające prywatne zdjęcia, będą musiały uwierzytelnić i wczytać każdy obraz, co może trochę potrwać." -#: mod/admin.php:999 +#: mod/admin.php:1392 msgid "Allow Users to set remote_self" -msgstr "" +msgstr "Zezwól użytkownikom na ustawienie remote_self" -#: mod/admin.php:999 +#: mod/admin.php:1392 msgid "" "With checking this, every user is allowed to mark every contact as a " "remote_self in the repair contact dialog. Setting this flag on a contact " "causes mirroring every posting of that contact in the users stream." -msgstr "" +msgstr "Po sprawdzeniu tego każdy użytkownik może zaznaczyć każdy kontakt jako zdalny w oknie dialogowym kontaktu naprawczego. Ustawienie tej flagi na kontakcie powoduje dublowanie każdego wpisu tego kontaktu w strumieniu użytkowników." -#: mod/admin.php:1000 +#: mod/admin.php:1393 msgid "Block multiple registrations" msgstr "Zablokuj wielokrotną rejestrację" -#: mod/admin.php:1000 +#: mod/admin.php:1393 msgid "Disallow users to register additional accounts for use as pages." msgstr "Nie pozwalaj użytkownikom na zakładanie dodatkowych kont do używania jako strony. " -#: mod/admin.php:1001 +#: mod/admin.php:1394 msgid "OpenID support" msgstr "Wsparcie OpenID" -#: mod/admin.php:1001 +#: mod/admin.php:1394 msgid "OpenID support for registration and logins." -msgstr "" +msgstr "Obsługa OpenID do rejestracji i logowania." -#: mod/admin.php:1002 +#: mod/admin.php:1395 msgid "Fullname check" msgstr "Sprawdzanie pełnej nazwy" -#: mod/admin.php:1002 +#: mod/admin.php:1395 msgid "" "Force users to register with a space between firstname and lastname in Full " "name, as an antispam measure" msgstr "Aby ograniczyć spam, wymagaj by użytkownik przy rejestracji w polu Imię i nazwisko użył spacji pomiędzy imieniem i nazwiskiem." -#: mod/admin.php:1003 -msgid "UTF-8 Regular expressions" -msgstr "Wyrażenia regularne UTF-8" +#: mod/admin.php:1396 +msgid "Community pages for visitors" +msgstr "Strony społecznościowe dla odwiedzających" -#: mod/admin.php:1003 -msgid "Use PHP UTF8 regular expressions" -msgstr "Użyj regularnych wyrażeń PHP UTF8" - -#: mod/admin.php:1004 -msgid "Community Page Style" -msgstr "" - -#: mod/admin.php:1004 +#: mod/admin.php:1396 msgid "" -"Type of community page to show. 'Global community' shows every public " -"posting from an open distributed network that arrived on this server." -msgstr "" +"Which community pages should be available for visitors. Local users always " +"see both pages." +msgstr "Które strony społeczności powinny być dostępne dla odwiedzających. Lokalni użytkownicy zawsze widzą obie strony." -#: mod/admin.php:1005 +#: mod/admin.php:1397 msgid "Posts per user on community page" -msgstr "" +msgstr "Lista postów użytkownika na stronie społeczności" -#: mod/admin.php:1005 +#: mod/admin.php:1397 msgid "" "The maximum number of posts per user on the community page. (Not valid for " "'Global Community')" -msgstr "" +msgstr "Maksymalna liczba postów na użytkownika na stronie społeczności. (Nie dotyczy 'społeczności globalnej')" -#: mod/admin.php:1006 +#: mod/admin.php:1398 msgid "Enable OStatus support" msgstr "Włącz wsparcie OStatus" -#: mod/admin.php:1006 +#: mod/admin.php:1398 msgid "" "Provide built-in OStatus (StatusNet, GNU Social etc.) compatibility. All " "communications in OStatus are public, so privacy warnings will be " "occasionally displayed." -msgstr "" +msgstr "Zapewnij kompatybilność z OStatus (StatusNet, GNU Social itp.). Cała komunikacja w stanie OStatus jest jawna, dlatego ostrzeżenia o prywatności będą czasami wyświetlane." -#: mod/admin.php:1007 -msgid "OStatus conversation completion interval" -msgstr "" - -#: mod/admin.php:1007 -msgid "" -"How often shall the poller check for new entries in OStatus conversations? " -"This can be a very ressource task." -msgstr "" - -#: mod/admin.php:1008 +#: mod/admin.php:1399 msgid "Only import OStatus threads from our contacts" -msgstr "" +msgstr "Importuj wątki OStatus tylko z naszych kontaktów" -#: mod/admin.php:1008 +#: mod/admin.php:1399 msgid "" "Normally we import every content from our OStatus contacts. With this option" " we only store threads that are started by a contact that is known on our " "system." -msgstr "" +msgstr "Normalnie importujemy każdą treść z naszych kontaktów OStatus. W tej opcji przechowujemy tylko wątki uruchomione przez kontakt znany w naszym systemie." -#: mod/admin.php:1009 +#: mod/admin.php:1400 msgid "OStatus support can only be enabled if threading is enabled." -msgstr "" +msgstr "Obsługa OStatus może być włączona tylko wtedy, gdy włączone jest wątkowanie." -#: mod/admin.php:1011 +#: mod/admin.php:1402 msgid "" "Diaspora support can't be enabled because Friendica was installed into a sub" " directory." -msgstr "" +msgstr "Obsługa Diaspory nie może być włączona, ponieważ Friendica została zainstalowana w podkatalogu." -#: mod/admin.php:1012 +#: mod/admin.php:1403 msgid "Enable Diaspora support" msgstr "Włączyć obsługę Diaspory" -#: mod/admin.php:1012 +#: mod/admin.php:1403 msgid "Provide built-in Diaspora network compatibility." -msgstr "" +msgstr "Zapewnij wbudowaną kompatybilność z siecią Diaspora." -#: mod/admin.php:1013 +#: mod/admin.php:1404 msgid "Only allow Friendica contacts" msgstr "Dopuść tylko kontakty Friendrica" -#: mod/admin.php:1013 +#: mod/admin.php:1404 msgid "" "All contacts must use Friendica protocols. All other built-in communication " "protocols disabled." -msgstr "" +msgstr "Wszyscy znajomi muszą używać protokołów Friendica. Wszystkie inne wbudowane protokoły komunikacyjne są wyłączone." -#: mod/admin.php:1014 +#: mod/admin.php:1405 msgid "Verify SSL" msgstr "Weryfikacja SSL" -#: mod/admin.php:1014 +#: mod/admin.php:1405 msgid "" "If you wish, you can turn on strict certificate checking. This will mean you" " cannot connect (at all) to self-signed SSL sites." -msgstr "" +msgstr "Jeśli chcesz, możesz włączyć ścisłe sprawdzanie certyfikatu. Oznacza to, że nie możesz połączyć się (w ogóle) z własnoręcznie podpisanymi stronami SSL." -#: mod/admin.php:1015 +#: mod/admin.php:1406 msgid "Proxy user" msgstr "Użytkownik proxy" -#: mod/admin.php:1016 +#: mod/admin.php:1407 msgid "Proxy URL" msgstr "URL Proxy" -#: mod/admin.php:1017 +#: mod/admin.php:1408 msgid "Network timeout" msgstr "Network timeout" -#: mod/admin.php:1017 +#: mod/admin.php:1408 msgid "Value is in seconds. Set to 0 for unlimited (not recommended)." -msgstr "" +msgstr "Wartość jest w sekundach. Ustaw na 0 dla nieograniczonej (niezalecane)." -#: mod/admin.php:1018 -msgid "Delivery interval" -msgstr "" - -#: mod/admin.php:1018 -msgid "" -"Delay background delivery processes by this many seconds to reduce system " -"load. Recommend: 4-5 for shared hosts, 2-3 for virtual private servers. 0-1 " -"for large dedicated servers." -msgstr "" - -#: mod/admin.php:1019 -msgid "Poll interval" -msgstr "" - -#: mod/admin.php:1019 -msgid "" -"Delay background polling processes by this many seconds to reduce system " -"load. If 0, use delivery interval." -msgstr "" - -#: mod/admin.php:1020 +#: mod/admin.php:1409 msgid "Maximum Load Average" -msgstr "" +msgstr "Maksymalne obciążenie średnie" -#: mod/admin.php:1020 +#: mod/admin.php:1409 msgid "" "Maximum system load before delivery and poll processes are deferred - " "default 50." -msgstr "" +msgstr "Maksymalne obciążenie systemu przed dostawą i odpytywaniem jest odroczone - domyślnie 50." -#: mod/admin.php:1021 +#: mod/admin.php:1410 msgid "Maximum Load Average (Frontend)" -msgstr "" +msgstr "Maksymalne obciążenie średnie (Frontend)" -#: mod/admin.php:1021 +#: mod/admin.php:1410 msgid "Maximum system load before the frontend quits service - default 50." -msgstr "" +msgstr "Maksymalne obciążenie systemu, zanim frontend zakończy pracę - domyślnie 50." -#: mod/admin.php:1022 +#: mod/admin.php:1411 +msgid "Minimal Memory" +msgstr "Minimalna pamięć" + +#: mod/admin.php:1411 +msgid "" +"Minimal free memory in MB for the worker. Needs access to /proc/meminfo - " +"default 0 (deactivated)." +msgstr "Minimalna wolna pamięć w MB dla pracownika. Potrzebuje dostępu do /proc/ meminfo - domyślnie 0 (wyłączone)." + +#: mod/admin.php:1412 msgid "Maximum table size for optimization" -msgstr "" +msgstr "Maksymalny rozmiar stołu do optymalizacji" -#: mod/admin.php:1022 +#: mod/admin.php:1412 msgid "" "Maximum table size (in MB) for the automatic optimization - default 100 MB. " "Enter -1 to disable it." -msgstr "" +msgstr "Maksymalny rozmiar tabeli (w MB) dla automatycznej optymalizacji - domyślnie 100 MB. Wprowadź -1, aby go wyłączyć." -#: mod/admin.php:1023 +#: mod/admin.php:1413 msgid "Minimum level of fragmentation" -msgstr "" +msgstr "Minimalny poziom fragmentacji" -#: mod/admin.php:1023 +#: mod/admin.php:1413 msgid "" "Minimum fragmenation level to start the automatic optimization - default " "value is 30%." -msgstr "" +msgstr "Minimalny poziom fragmentacji, aby rozpocząć automatyczną optymalizację - domyślna wartość to 30%." -#: mod/admin.php:1025 +#: mod/admin.php:1415 msgid "Periodical check of global contacts" -msgstr "" +msgstr "Okresowa kontrola kontaktów globalnych" -#: mod/admin.php:1025 +#: mod/admin.php:1415 msgid "" "If enabled, the global contacts are checked periodically for missing or " "outdated data and the vitality of the contacts and servers." -msgstr "" +msgstr "Jeśli jest włączona, kontakty globalne są okresowo sprawdzane pod kątem brakujących lub nieaktualnych danych oraz żywotności kontaktów i serwerów." -#: mod/admin.php:1026 +#: mod/admin.php:1416 msgid "Days between requery" -msgstr "" +msgstr "Dni między żądaniem" -#: mod/admin.php:1026 +#: mod/admin.php:1416 msgid "Number of days after which a server is requeried for his contacts." -msgstr "" +msgstr "Liczba dni, po upływie których serwer jest żądany dla swoich kontaktów." -#: mod/admin.php:1027 +#: mod/admin.php:1417 msgid "Discover contacts from other servers" -msgstr "" +msgstr "Odkryj kontakty z innych serwerów" -#: mod/admin.php:1027 +#: mod/admin.php:1417 msgid "" "Periodically query other servers for contacts. You can choose between " "'users': the users on the remote system, 'Global Contacts': active contacts " @@ -7081,303 +6170,325 @@ msgid "" "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 "" +msgstr "Okresowo wysyłaj zapytanie do innych serwerów o kontakty. Możesz wybierać pomiędzy 'użytkownikami': użytkownikami w systemie zdalnym, 'Kontakty globalne': aktywne kontakty znane w systemie. Zastępowanie jest przeznaczone dla serwerów Redmatrix i starszych serwerów Friendica, w których kontakty globalne nie były dostępne. Funkcja awaryjna zwiększa obciążenie serwera, dlatego zalecanym ustawieniem jest 'Użytkownicy, kontakty globalne'." -#: mod/admin.php:1028 +#: mod/admin.php:1418 msgid "Timeframe for fetching global contacts" -msgstr "" +msgstr "Czas pobierania globalnych kontaktów" -#: mod/admin.php:1028 +#: mod/admin.php:1418 msgid "" "When the discovery is activated, this value defines the timeframe for the " "activity of the global contacts that are fetched from other servers." -msgstr "" +msgstr "Po aktywowaniu wykrywania ta wartość określa czas działania globalnych kontaktów pobieranych z innych serwerów." -#: mod/admin.php:1029 +#: mod/admin.php:1419 msgid "Search the local directory" -msgstr "" +msgstr "Wyszukaj w lokalnym katalogu" -#: mod/admin.php:1029 +#: mod/admin.php:1419 msgid "" "Search the local directory instead of the global directory. When searching " "locally, every search will be executed on the global directory in the " "background. This improves the search results when the search is repeated." -msgstr "" +msgstr "Wyszukaj lokalny katalog zamiast katalogu globalnego. Podczas wyszukiwania lokalnie każde wyszukiwanie zostanie wykonane w katalogu globalnym w tle. Poprawia to wyniki wyszukiwania, gdy wyszukiwanie jest powtarzane." -#: mod/admin.php:1031 +#: mod/admin.php:1421 msgid "Publish server information" -msgstr "" +msgstr "Publikuj informacje o serwerze" -#: mod/admin.php:1031 +#: mod/admin.php:1421 msgid "" "If enabled, general server and usage data will be published. The data " "contains the name and version of the server, number of users with public " "profiles, number of posts and the activated protocols and connectors. See the-federation.info for details." -msgstr "" +msgstr "Jeśli opcja jest włączona, ogólne dane serwera i użytkowania zostaną opublikowane. Dane zawierają nazwę i wersję serwera, liczbę użytkowników z profilami publicznymi, liczbę postów oraz aktywowane protokoły i konektory. Aby uzyskać szczegółowe informacje, patrz the-federation.info." -#: mod/admin.php:1033 -msgid "Use MySQL full text engine" -msgstr "" +#: mod/admin.php:1423 +msgid "Check upstream version" +msgstr "Sprawdź wersję powyżej" -#: mod/admin.php:1033 +#: mod/admin.php:1423 msgid "" -"Activates the full text engine. Speeds up search - but can only search for " -"four and more characters." -msgstr "" +"Enables checking for new Friendica versions at github. If there is a new " +"version, you will be informed in the admin panel overview." +msgstr "Umożliwia sprawdzenie nowych wersji Friendica na github. Jeśli pojawi się nowa wersja, zostaniesz o tym poinformowany w panelu administracyjnym." -#: mod/admin.php:1034 -msgid "Suppress Language" -msgstr "" - -#: mod/admin.php:1034 -msgid "Suppress language information in meta information about a posting." -msgstr "" - -#: mod/admin.php:1035 +#: mod/admin.php:1424 msgid "Suppress Tags" -msgstr "" +msgstr "Ukryj tagi" -#: mod/admin.php:1035 +#: mod/admin.php:1424 msgid "Suppress showing a list of hashtags at the end of the posting." -msgstr "" +msgstr "Pomiń wyświetlenie listy hashtagów na końcu postu." -#: mod/admin.php:1036 +#: mod/admin.php:1425 msgid "Path to item cache" -msgstr "" +msgstr "Ścieżka do pamięci podręcznej" -#: mod/admin.php:1036 +#: mod/admin.php:1425 msgid "The item caches buffers generated bbcode and external images." -msgstr "" +msgstr "Pozycja buforuje bufory generowane bbcode i obrazy zewnętrzne." -#: mod/admin.php:1037 +#: mod/admin.php:1426 msgid "Cache duration in seconds" -msgstr "" +msgstr "Czas trwania w sekundach" -#: mod/admin.php:1037 +#: mod/admin.php:1426 msgid "" "How long should the cache files be hold? Default value is 86400 seconds (One" " day). To disable the item cache, set the value to -1." -msgstr "" +msgstr "Jak długo powinny być przechowywane pliki pamięci podręcznej? Wartość domyślna to 86400 sekund (jeden dzień). Aby wyłączyć pamięć podręczną elementów, ustaw wartość na -1." -#: mod/admin.php:1038 +#: mod/admin.php:1427 msgid "Maximum numbers of comments per post" -msgstr "" +msgstr "Maksymalna liczba komentarzy na post" -#: mod/admin.php:1038 +#: mod/admin.php:1427 msgid "How much comments should be shown for each post? Default value is 100." -msgstr "" +msgstr "Ile komentarzy powinno być pokazywanych dla każdego posta? Domyślna wartość to 100." -#: mod/admin.php:1039 -msgid "Path for lock file" -msgstr "" - -#: mod/admin.php:1039 -msgid "" -"The lock file is used to avoid multiple pollers at one time. Only define a " -"folder here." -msgstr "" - -#: mod/admin.php:1040 +#: mod/admin.php:1428 msgid "Temp path" msgstr "Ścieżka do Temp" -#: mod/admin.php:1040 +#: mod/admin.php:1428 msgid "" "If you have a restricted system where the webserver can't access the system " "temp path, enter another path here." -msgstr "" +msgstr "Jeśli masz zastrzeżony system, w którym serwer internetowy nie może uzyskać dostępu do ścieżki temp systemu, wprowadź tutaj inną ścieżkę." -#: mod/admin.php:1041 +#: mod/admin.php:1429 msgid "Base path to installation" -msgstr "" +msgstr "Podstawowa ścieżka do instalacji" -#: mod/admin.php:1041 +#: mod/admin.php:1429 msgid "" "If the system cannot detect the correct path to your installation, enter the" " correct path here. This setting should only be set if you are using a " "restricted system and symbolic links to your webroot." -msgstr "" +msgstr "Jeśli system nie może wykryć poprawnej ścieżki do instalacji, wprowadź tutaj poprawną ścieżkę. To ustawienie powinno być ustawione tylko wtedy, gdy używasz ograniczonego systemu i dowiązań symbolicznych do twojego webroota." -#: mod/admin.php:1042 +#: mod/admin.php:1430 msgid "Disable picture proxy" -msgstr "" +msgstr "Wyłącz obraz proxy" -#: mod/admin.php:1042 +#: mod/admin.php:1430 msgid "" "The picture proxy increases performance and privacy. It shouldn't be used on" " systems with very low bandwith." -msgstr "" +msgstr "Proxy obrazu zwiększa wydajność i prywatność. Nie należy go stosować w systemach o bardzo niskiej przepustowości." -#: mod/admin.php:1043 -msgid "Enable old style pager" -msgstr "" - -#: mod/admin.php:1043 -msgid "" -"The old style pager has page numbers but slows down massively the page " -"speed." -msgstr "" - -#: mod/admin.php:1044 +#: mod/admin.php:1431 msgid "Only search in tags" -msgstr "" +msgstr "Szukaj tylko w tagach" -#: mod/admin.php:1044 +#: mod/admin.php:1431 msgid "On large systems the text search can slow down the system extremely." -msgstr "" +msgstr "W dużych systemach wyszukiwanie tekstu może wyjątkowo spowolnić system." -#: mod/admin.php:1046 +#: mod/admin.php:1433 msgid "New base url" -msgstr "" +msgstr "Nowy bazowy adres url" -#: mod/admin.php:1046 +#: mod/admin.php:1433 msgid "" -"Change base url for this server. Sends relocate message to all DFRN contacts" -" of all users." -msgstr "" +"Change base url for this server. Sends relocate message to all Friendica and" +" Diaspora* contacts of all users." +msgstr "Zmień bazowy adres URL dla tego serwera. Wysyła wiadomość o przeniesieniu do wszystkich kontaktów Friendica i Diaspora* wszystkich użytkowników." -#: mod/admin.php:1048 +#: mod/admin.php:1435 msgid "RINO Encryption" -msgstr "" +msgstr "Szyfrowanie RINO" -#: mod/admin.php:1048 +#: mod/admin.php:1435 msgid "Encryption layer between nodes." -msgstr "" +msgstr "Warstwa szyfrowania między węzłami." -#: mod/admin.php:1049 -msgid "Embedly API key" -msgstr "" +#: mod/admin.php:1435 +msgid "Enabled" +msgstr "Włącz" -#: mod/admin.php:1049 -msgid "" -"Embedly is used to fetch additional data for " -"web pages. This is an optional parameter." -msgstr "" - -#: mod/admin.php:1051 -msgid "Enable 'worker' background processing" -msgstr "" - -#: mod/admin.php:1051 -msgid "" -"The worker background processing limits the number of parallel background " -"jobs to a maximum number and respects the system load." -msgstr "" - -#: mod/admin.php:1052 +#: mod/admin.php:1437 msgid "Maximum number of parallel workers" -msgstr "" +msgstr "Maksymalna liczba równoległych pracowników" -#: mod/admin.php:1052 +#: mod/admin.php:1437 msgid "" "On shared hosters set this to 2. On larger systems, values of 10 are great. " "Default value is 4." -msgstr "" +msgstr "Na współdzielonych hostach ustaw to na 2. W większych systemach wartości 10 są świetne. Domyślna wartość to 4." -#: mod/admin.php:1053 +#: mod/admin.php:1438 msgid "Don't use 'proc_open' with the worker" -msgstr "" +msgstr "Nie używaj 'proc_open' z robotnikiem" -#: mod/admin.php:1053 +#: mod/admin.php:1438 msgid "" "Enable this if your system doesn't allow the use of 'proc_open'. This can " "happen on shared hosters. If this is enabled you should increase the " -"frequency of poller calls in your crontab." -msgstr "" +"frequency of worker calls in your crontab." +msgstr "Włącz to, jeśli twój system nie zezwala na użycie 'proc_open'. Może się to zdarzyć w przypadku współdzielonych hosterów. Jeśli ta opcja jest włączona, powinieneś zwiększyć częstotliwość wywołań pracowniczych w twoim pliku crontab." -#: mod/admin.php:1054 +#: mod/admin.php:1439 msgid "Enable fastlane" -msgstr "" +msgstr "Włącz Fastlane" -#: mod/admin.php:1054 +#: mod/admin.php:1439 msgid "" "When enabed, the fastlane mechanism starts an additional worker if processes" " with higher priority are blocked by processes of lower priority." -msgstr "" +msgstr "Po włączeniu system Fastlane uruchamia dodatkowego pracownika, jeśli procesy o wyższym priorytecie są blokowane przez procesy o niższym priorytecie." -#: mod/admin.php:1055 +#: mod/admin.php:1440 msgid "Enable frontend worker" -msgstr "" +msgstr "Włącz pracownika frontend" -#: mod/admin.php:1055 +#: mod/admin.php:1440 +#, php-format msgid "" "When enabled the Worker process is triggered when backend access is " -"performed (e.g. messages being delivered). On smaller sites you might want " -"to call yourdomain.tld/worker on a regular basis via an external cron job. " +"performed \\x28e.g. messages being delivered\\x29. On smaller sites you " +"might want to call %s/worker on a regular basis via an external cron job. " "You should only enable this option if you cannot utilize cron/scheduled jobs" -" on your server. The worker background process needs to be activated for " -"this." -msgstr "" +" on your server." +msgstr "Po włączeniu proces roboczy jest wyzwalany, gdy wykonywany jest dostęp do zaplecza \\x28e.g. wiadomości są dostarczane\\x29. W mniejszych witrynach możesz chcieć wywoływać %s/robotnika regularnie przez zewnętrzne zadanie cron. Tę opcję należy włączyć tylko wtedy, gdy nie można używać zadań cron/zaplanowanych na serwerze." -#: mod/admin.php:1084 +#: mod/admin.php:1442 +msgid "Subscribe to relay" +msgstr "Subskrybuj przekaźnik" + +#: mod/admin.php:1442 +msgid "" +"Enables the receiving of public posts from the relay. They will be included " +"in the search, subscribed tags and on the global community page." +msgstr "Umożliwia odbieranie publicznych wiadomości z przekaźnika. Zostaną uwzględnione w tagach wyszukiwania, subskrybowanych i na stronie społeczności globalnej." + +#: mod/admin.php:1443 +msgid "Relay server" +msgstr "Serwer przekazujący" + +#: mod/admin.php:1443 +msgid "" +"Address of the relay server where public posts should be send to. For " +"example https://relay.diasp.org" +msgstr "Adres serwera przekazującego, do którego należy wysyłać publiczne posty. Na przykład https://relay.diasp.org" + +#: mod/admin.php:1444 +msgid "Direct relay transfer" +msgstr "Bezpośredni transfer przekaźników" + +#: mod/admin.php:1444 +msgid "" +"Enables the direct transfer to other servers without using the relay servers" +msgstr "Umożliwia bezpośredni transfer do innych serwerów bez korzystania z serwerów przekazujących" + +#: mod/admin.php:1445 +msgid "Relay scope" +msgstr "Zakres przekaźnika" + +#: mod/admin.php:1445 +msgid "" +"Can be 'all' or 'tags'. 'all' means that every public post should be " +"received. 'tags' means that only posts with selected tags should be " +"received." +msgstr "Może być 'wszystkim' lub 'tagami'. 'wszystko' oznacza, że ​​każdy post publiczny powinien zostać odebrany. 'tagi' oznaczają, że powinny być odbierane tylko posty z wybranymi tagami." + +#: mod/admin.php:1445 +msgid "all" +msgstr "wszystko" + +#: mod/admin.php:1445 +msgid "tags" +msgstr "tagi" + +#: mod/admin.php:1446 +msgid "Server tags" +msgstr "Serwer tagów" + +#: mod/admin.php:1446 +msgid "Comma separated list of tags for the 'tags' subscription." +msgstr "Lista oddzielonych przecinkami znaczników dla subskrypcji 'tagów'." + +#: mod/admin.php:1447 +msgid "Allow user tags" +msgstr "Pozwól na tagi użytkowników" + +#: mod/admin.php:1447 +msgid "" +"If enabled, the tags from the saved searches will used for the 'tags' " +"subscription in addition to the 'relay_server_tags'." +msgstr "Po włączeniu tagi z zapisanych wyszukiwań będą używane do subskrypcji 'tagów' oprócz 'relay_server_tags'." + +#: mod/admin.php:1475 msgid "Update has been marked successful" -msgstr "" +msgstr "Aktualizacja została oznaczona jako udana" -#: mod/admin.php:1092 +#: mod/admin.php:1482 #, php-format msgid "Database structure update %s was successfully applied." -msgstr "" +msgstr "Pomyślnie zastosowano aktualizację %s struktury bazy danych." -#: mod/admin.php:1095 +#: mod/admin.php:1485 #, php-format msgid "Executing of database structure update %s failed with error: %s" -msgstr "" +msgstr "Wykonanie aktualizacji %s struktury bazy danych nie powiodło się z powodu błędu:%s" -#: mod/admin.php:1107 +#: mod/admin.php:1498 #, php-format msgid "Executing %s failed with error: %s" -msgstr "" +msgstr "Wykonanie %s nie powiodło się z powodu błędu:%s" -#: mod/admin.php:1110 +#: mod/admin.php:1500 #, php-format msgid "Update %s was successfully applied." -msgstr "" +msgstr "Aktualizacja %s została pomyślnie zastosowana." -#: mod/admin.php:1114 +#: mod/admin.php:1503 #, php-format msgid "Update %s did not return a status. Unknown if it succeeded." -msgstr "" +msgstr "Aktualizacja %s nie zwróciła statusu. Nieznane, jeśli się udało." -#: mod/admin.php:1116 +#: mod/admin.php:1506 #, php-format msgid "There was no additional update function %s that needed to be called." -msgstr "" +msgstr "Nie było dodatkowej funkcji %s aktualizacji, która musiała zostać wywołana." -#: mod/admin.php:1135 +#: mod/admin.php:1526 msgid "No failed updates." msgstr "Brak błędów aktualizacji." -#: mod/admin.php:1136 +#: mod/admin.php:1527 msgid "Check database structure" -msgstr "" +msgstr "Sprawdź strukturę bazy danych" -#: mod/admin.php:1141 +#: mod/admin.php:1532 msgid "Failed Updates" msgstr "Błąd aktualizacji" -#: mod/admin.php:1142 +#: mod/admin.php:1533 msgid "" "This does not include updates prior to 1139, which did not return a status." -msgstr "" +msgstr "Nie dotyczy to aktualizacji przed 1139, który nie zwrócił statusu." -#: mod/admin.php:1143 +#: mod/admin.php:1534 msgid "Mark success (if update was manually applied)" -msgstr "" +msgstr "Oznacz sukces (jeśli aktualizacja została ręcznie zastosowana)" -#: mod/admin.php:1144 +#: mod/admin.php:1535 msgid "Attempt to execute this update step automatically" -msgstr "" +msgstr "Spróbuj automatycznie wykonać ten krok aktualizacji" -#: mod/admin.php:1178 +#: mod/admin.php:1574 #, php-format msgid "" "\n" "\t\t\tDear %1$s,\n" "\t\t\t\tthe administrator of %2$s has set up an account for you." -msgstr "" +msgstr "\n\t\t\tSzanowny/a Panie/Pani %1$s, \n\t\t\t\tadministrator %2$s założył dla ciebie konto." -#: mod/admin.php:1181 +#: mod/admin.php:1577 #, php-format msgid "" "\n" @@ -7404,1543 +6515,3050 @@ msgid "" "\t\t\tIf you are new and do not know anybody here, they may help\n" "\t\t\tyou to make some new and interesting friends.\n" "\n" +"\t\t\tIf you ever want to delete your account, you can do so at %1$s/removeme\n" +"\n" "\t\t\tThank you and welcome to %4$s." -msgstr "" +msgstr "\n\t\t\tDane logowania są następuje:\n\t\t\tLokalizacja witryny:\t%1$s\n\t\t\tNazwa użytkownika:%2$s\n\t\t\tHasło:%3$s\n\n\t\t\tPo zalogowaniu możesz zmienić hasło do swojego konta na stronie \"Ustawienia\"\n \t\t\tProszę poświęć chwilę, aby przejrzeć inne ustawienia konta na tej stronie.\n\n\t\t\tMożesz również dodać podstawowe informacje do swojego domyślnego profilu\n\t\t\t(na stronie \"Profil\"), aby inne osoby mogły łatwo Cię znaleźć.\n\n\t\t\tZalecamy ustawienie imienia i nazwiska, dodanie zdjęcia profilowego,\n\t\t\tdodanie niektórych \"słów kluczowych\" profilu (bardzo przydatne w nawiązywaniu nowych znajomości) - i\n\t\t\tbyć może w jakim kraju mieszkasz; jeśli nie chcesz być bardziej szczegółowy.\n\n\t\t\tW pełni szanujemy Twoje prawo do prywatności i żaden z tych elementów nie jest konieczny.\n\t\t\tJeśli jesteś nowy i nie znasz tutaj nikogo, oni mogą ci pomóc\n\t\t\tmożesz zdobyć nowych interesujących przyjaciół\n\n\t\t\tJeśli kiedykolwiek zechcesz usunąć swoje konto, możesz to zrobić w %1$s/Usuń konto\n\n\t\t\tDziękujemy i Zapraszamy do%4$s" -#: mod/admin.php:1225 +#: mod/admin.php:1611 src/Model/User.php:649 +#, php-format +msgid "Registration details for %s" +msgstr "Szczegóły rejestracji dla %s" + +#: mod/admin.php:1621 #, php-format msgid "%s user blocked/unblocked" msgid_plural "%s users blocked/unblocked" msgstr[0] "" msgstr[1] "" msgstr[2] "" +msgstr[3] "" -#: mod/admin.php:1232 +#: mod/admin.php:1627 #, php-format msgid "%s user deleted" msgid_plural "%s users deleted" msgstr[0] " %s użytkownik usunięty" msgstr[1] " %s użytkownicy usunięci" msgstr[2] " %s usuniętych użytkowników " +msgstr[3] " %s usuniętych użytkowników " -#: mod/admin.php:1279 +#: mod/admin.php:1674 #, php-format msgid "User '%s' deleted" msgstr "Użytkownik '%s' usunięty" -#: mod/admin.php:1287 +#: mod/admin.php:1682 #, php-format msgid "User '%s' unblocked" msgstr "Użytkownik '%s' odblokowany" -#: mod/admin.php:1287 +#: mod/admin.php:1682 #, php-format msgid "User '%s' blocked" msgstr "Użytkownik '%s' zablokowany" -#: mod/admin.php:1396 mod/admin.php:1422 +#: mod/admin.php:1781 mod/admin.php:1793 mod/admin.php:1806 mod/admin.php:1824 +#: src/Content/ContactSelector.php:82 +msgid "Email" +msgstr "E-mail" + +#: mod/admin.php:1781 mod/admin.php:1806 msgid "Register date" msgstr "Data rejestracji" -#: mod/admin.php:1396 mod/admin.php:1422 +#: mod/admin.php:1781 mod/admin.php:1806 msgid "Last login" msgstr "Ostatnie logowanie" -#: mod/admin.php:1396 mod/admin.php:1422 +#: mod/admin.php:1781 mod/admin.php:1806 msgid "Last item" msgstr "Ostatni element" -#: mod/admin.php:1405 +#: mod/admin.php:1781 mod/settings.php:55 +msgid "Account" +msgstr "Konto" + +#: mod/admin.php:1789 msgid "Add User" -msgstr "" +msgstr "Dodaj użytkownika" -#: mod/admin.php:1406 -msgid "select all" -msgstr "Zaznacz wszystko" - -#: mod/admin.php:1407 +#: mod/admin.php:1791 msgid "User registrations waiting for confirm" msgstr "zarejestrowany użytkownik czeka na potwierdzenie" -#: mod/admin.php:1408 +#: mod/admin.php:1792 msgid "User waiting for permanent deletion" msgstr "Użytkownik czekający na trwałe usunięcie" -#: mod/admin.php:1409 +#: mod/admin.php:1793 msgid "Request date" msgstr "Data prośby" -#: mod/admin.php:1410 +#: mod/admin.php:1794 msgid "No registrations." msgstr "brak rejestracji" -#: mod/admin.php:1411 +#: mod/admin.php:1795 msgid "Note from the user" -msgstr "" +msgstr "Uwaga od użytkownika" -#: mod/admin.php:1413 +#: mod/admin.php:1797 msgid "Deny" msgstr "Odmów" -#: mod/admin.php:1415 mod/contacts.php:605 mod/contacts.php:805 -#: mod/contacts.php:983 -msgid "Block" -msgstr "Zablokuj" - -#: mod/admin.php:1416 mod/contacts.php:605 mod/contacts.php:805 -#: mod/contacts.php:983 -msgid "Unblock" -msgstr "Odblokuj" - -#: mod/admin.php:1417 +#: mod/admin.php:1801 msgid "Site admin" msgstr "Administracja stroną" -#: mod/admin.php:1418 +#: mod/admin.php:1802 msgid "Account expired" msgstr "Konto wygasło." -#: mod/admin.php:1421 +#: mod/admin.php:1805 msgid "New User" -msgstr "" +msgstr "Nowy użytkownik" -#: mod/admin.php:1422 +#: mod/admin.php:1806 msgid "Deleted since" msgstr "Skasowany od" -#: mod/admin.php:1427 +#: mod/admin.php:1811 msgid "" "Selected users will be deleted!\\n\\nEverything these users had posted on " "this site will be permanently deleted!\\n\\nAre you sure?" msgstr "Zaznaczeni użytkownicy zostaną usunięci!\\n\\nWszystko co zamieścili na tej stronie będzie trwale skasowane!\\n\\nJesteś pewien?" -#: mod/admin.php:1428 +#: mod/admin.php:1812 msgid "" "The user {0} will be deleted!\\n\\nEverything this user has posted on this " "site will be permanently deleted!\\n\\nAre you sure?" msgstr "Użytkownik {0} zostanie usunięty!\\n\\nWszystko co zamieścił na tej stronie będzie trwale skasowane!\\n\\nJesteś pewien?" -#: mod/admin.php:1438 +#: mod/admin.php:1822 msgid "Name of the new user." msgstr "Nazwa nowego użytkownika." -#: mod/admin.php:1439 +#: mod/admin.php:1823 msgid "Nickname" -msgstr "" +msgstr "Pseudonim" -#: mod/admin.php:1439 +#: mod/admin.php:1823 msgid "Nickname of the new user." -msgstr "" +msgstr "Pseudonim nowego użytkownika." -#: mod/admin.php:1440 +#: mod/admin.php:1824 msgid "Email address of the new user." msgstr "Adres email nowego użytkownika." -#: mod/admin.php:1483 +#: mod/admin.php:1866 #, php-format -msgid "Plugin %s disabled." -msgstr "Wtyczka %s wyłączona." +msgid "Addon %s disabled." +msgstr "Dodatek %s wyłączony." -#: mod/admin.php:1487 +#: mod/admin.php:1870 #, php-format -msgid "Plugin %s enabled." -msgstr "Wtyczka %s właczona." +msgid "Addon %s enabled." +msgstr "Dodatek %s włączony." -#: mod/admin.php:1498 mod/admin.php:1734 +#: mod/admin.php:1880 mod/admin.php:2129 msgid "Disable" msgstr "Wyłącz" -#: mod/admin.php:1500 mod/admin.php:1736 +#: mod/admin.php:1883 mod/admin.php:2132 msgid "Enable" msgstr "Zezwól" -#: mod/admin.php:1523 mod/admin.php:1781 +#: mod/admin.php:1905 mod/admin.php:2174 msgid "Toggle" msgstr "Włącz" -#: mod/admin.php:1531 mod/admin.php:1790 +#: mod/admin.php:1913 mod/admin.php:2183 msgid "Author: " msgstr "Autor: " -#: mod/admin.php:1532 mod/admin.php:1791 +#: mod/admin.php:1914 mod/admin.php:2184 msgid "Maintainer: " -msgstr "" +msgstr "Opiekun:" -#: mod/admin.php:1584 -msgid "Reload active plugins" -msgstr "" +#: mod/admin.php:1966 +msgid "Reload active addons" +msgstr "Załaduj ponownie aktywne dodatki" -#: mod/admin.php:1589 +#: mod/admin.php:1971 #, php-format msgid "" -"There are currently no plugins available on your node. You can find the " -"official plugin repository at %1$s and might find other interesting plugins " -"in the open plugin registry at %2$s" -msgstr "" +"There are currently no addons available on your node. You can find the " +"official addon repository at %1$s and might find other interesting addons in" +" the open addon registry at %2$s" +msgstr "W twoim węźle nie ma obecnie żadnych dodatków. Możesz znaleźć oficjalne repozytorium dodatków na %1$s i możesz znaleźć inne interesujące dodatki w otwartym rejestrze dodatków na %2$s" -#: mod/admin.php:1694 +#: mod/admin.php:2091 msgid "No themes found." -msgstr "Nie znaleziono tematu." +msgstr "Nie znaleziono motywów." -#: mod/admin.php:1772 +#: mod/admin.php:2165 msgid "Screenshot" msgstr "Zrzut ekranu" -#: mod/admin.php:1832 +#: mod/admin.php:2219 msgid "Reload active themes" -msgstr "" +msgstr "Przeładuj aktywne motywy" -#: mod/admin.php:1837 +#: mod/admin.php:2224 #, php-format -msgid "No themes found on the system. They should be paced in %1$s" -msgstr "" +msgid "No themes found on the system. They should be placed in %1$s" +msgstr "Nie znaleziono motywów w systemie. Powinny zostać umieszczone %1$s" -#: mod/admin.php:1838 +#: mod/admin.php:2225 msgid "[Experimental]" msgstr "[Eksperymentalne]" -#: mod/admin.php:1839 +#: mod/admin.php:2226 msgid "[Unsupported]" msgstr "[Niewspieralne]" -#: mod/admin.php:1863 +#: mod/admin.php:2250 msgid "Log settings updated." msgstr "Zaktualizowano ustawienia logów." -#: mod/admin.php:1895 +#: mod/admin.php:2282 msgid "PHP log currently enabled." -msgstr "" +msgstr "Dziennik PHP jest obecnie włączony." -#: mod/admin.php:1897 +#: mod/admin.php:2284 msgid "PHP log currently disabled." -msgstr "" +msgstr "Dziennik PHP jest obecnie wyłączony." -#: mod/admin.php:1906 +#: mod/admin.php:2293 msgid "Clear" msgstr "Wyczyść" -#: mod/admin.php:1911 +#: mod/admin.php:2297 msgid "Enable Debugging" -msgstr "" +msgstr "Włącz debugowanie" -#: mod/admin.php:1912 +#: mod/admin.php:2298 msgid "Log file" msgstr "Plik logów" -#: mod/admin.php:1912 +#: mod/admin.php:2298 msgid "" "Must be writable by web server. Relative to your Friendica top-level " "directory." -msgstr "" +msgstr "Musi być zapisywalny przez serwer sieciowy. W stosunku do katalogu najwyższego poziomu Friendica." -#: mod/admin.php:1913 +#: mod/admin.php:2299 msgid "Log level" msgstr "Poziom logów" -#: mod/admin.php:1916 +#: mod/admin.php:2301 msgid "PHP logging" -msgstr "" +msgstr "Logowanie w PHP" -#: mod/admin.php:1917 +#: mod/admin.php:2302 msgid "" "To enable logging of PHP errors and warnings you can add the following to " "the .htconfig.php file of your installation. The filename set in the " "'error_log' line is relative to the friendica top-level directory and must " "be writeable by the web server. The option '1' for 'log_errors' and " "'display_errors' is to enable these options, set to '0' to disable them." -msgstr "" +msgstr "Aby włączyć rejestrowanie błędów i ostrzeżeń PHP, możesz dodać następujące dane do pliku .htconfig.php instalacji. Nazwa pliku ustawiona w linii 'error_log' odnosi się do katalogu najwyższego poziomu friendiki i musi być zapisywalna przez serwer WWW. Opcja '1' dla 'log_errors' i 'display_errors' polega na włączeniu tych opcji, ustawieniu na '0', aby je wyłączyć." -#: mod/admin.php:2045 +#: mod/admin.php:2333 +#, php-format +msgid "" +"Error trying to open %1$s log file.\\r\\n
    Check to see " +"if file %1$s exist and is readable." +msgstr "Błąd podczas próby otwarcia %1$s pliku dziennika. \\r\\n
    Sprawdź, czy plik %1$s istnieje i czy można go odczytać." + +#: mod/admin.php:2337 +#, php-format +msgid "" +"Couldn't open %1$s log file.\\r\\n
    Check to see if file" +" %1$s is readable." +msgstr "Nie można otworzyć %1$spliku dziennika. \\r\\n
    Sprawdź, czy plik %1$s jest czytelny." + +#: mod/admin.php:2428 mod/admin.php:2429 mod/settings.php:775 +msgid "Off" +msgstr "Wyłącz" + +#: mod/admin.php:2428 mod/admin.php:2429 mod/settings.php:775 +msgid "On" +msgstr "Włącz" + +#: mod/admin.php:2429 #, php-format msgid "Lock feature %s" -msgstr "" +msgstr "Funkcja blokady %s" -#: mod/admin.php:2053 +#: mod/admin.php:2437 msgid "Manage Additional Features" -msgstr "" +msgstr "Zarządzaj dodatkowymi funkcjami" -#: mod/contacts.php:128 +#: mod/settings.php:72 +msgid "Display" +msgstr "Pokaz" + +#: mod/settings.php:79 mod/settings.php:842 +msgid "Social Networks" +msgstr "Portale społecznościowe" + +#: mod/settings.php:93 src/Content/Nav.php:204 +msgid "Delegations" +msgstr "Delegowanie" + +#: mod/settings.php:100 +msgid "Connected apps" +msgstr "Powiązane aplikacje" + +#: mod/settings.php:114 +msgid "Remove account" +msgstr "Usuń konto" + +#: mod/settings.php:168 +msgid "Missing some important data!" +msgstr "Brakuje ważnych danych!" + +#: mod/settings.php:279 +msgid "Failed to connect with email account using the settings provided." +msgstr "Połączenie z kontem email używając wybranych ustawień nie powiodło się." + +#: mod/settings.php:284 +msgid "Email settings updated." +msgstr "Zaktualizowano ustawienia email." + +#: mod/settings.php:300 +msgid "Features updated" +msgstr "Funkcje zaktualizowane" + +#: mod/settings.php:372 +msgid "Relocate message has been send to your contacts" +msgstr "Przeniesienie wiadomości zostało wysłane do Twoich kontaktów" + +#: mod/settings.php:384 src/Model/User.php:325 +msgid "Passwords do not match. Password unchanged." +msgstr "Hasła nie pasują do siebie. Hasło niezmienione." + +#: mod/settings.php:389 +msgid "Empty passwords are not allowed. Password unchanged." +msgstr "Puste hasła są niedozwolone. Hasło niezmienione." + +#: mod/settings.php:394 src/Core/Console/NewPassword.php:78 +msgid "" +"The new password has been exposed in a public data dump, please choose " +"another." +msgstr "Nowe hasło zostało ujawnione w publicznym zrzucie danych, wybierz inne." + +#: mod/settings.php:400 +msgid "Wrong password." +msgstr "Złe hasło." + +#: mod/settings.php:407 src/Core/Console/NewPassword.php:85 +msgid "Password changed." +msgstr "Hasło zostało zmianione." + +#: mod/settings.php:409 src/Core/Console/NewPassword.php:82 +msgid "Password update failed. Please try again." +msgstr "Aktualizacja hasła nie powiodła się. Proszę spróbować ponownie." + +#: mod/settings.php:496 +msgid " Please use a shorter name." +msgstr "Proszę użyć krótszej nazwy." + +#: mod/settings.php:499 +msgid " Name too short." +msgstr "Za krótka nazwa." + +#: mod/settings.php:507 +msgid "Wrong Password" +msgstr "Złe hasło" + +#: mod/settings.php:512 +msgid "Invalid email." +msgstr "Niepoprawny e-mail." + +#: mod/settings.php:519 +msgid "Cannot change to that email." +msgstr "Nie można zmienić tego e-maila." + +#: mod/settings.php:572 +msgid "Private forum has no privacy permissions. Using default privacy group." +msgstr "Prywatne forum nie ma uprawnień do prywatności. Użyj domyślnej grupy prywatnej." + +#: mod/settings.php:575 +msgid "Private forum has no privacy permissions and no default privacy group." +msgstr "Prywatne forum nie ma uprawnień do prywatności ani domyślnej grupy prywatności." + +#: mod/settings.php:615 +msgid "Settings updated." +msgstr "Zaktualizowano ustawienia." + +#: mod/settings.php:674 mod/settings.php:700 mod/settings.php:736 +msgid "Add application" +msgstr "Dodaj aplikację" + +#: mod/settings.php:678 mod/settings.php:704 +msgid "Consumer Key" +msgstr "Klucz klienta" + +#: mod/settings.php:679 mod/settings.php:705 +msgid "Consumer Secret" +msgstr "Tajny klucz klienta" + +#: mod/settings.php:680 mod/settings.php:706 +msgid "Redirect" +msgstr "Przekierowanie" + +#: mod/settings.php:681 mod/settings.php:707 +msgid "Icon url" +msgstr "Url ikony" + +#: mod/settings.php:692 +msgid "You can't edit this application." +msgstr "Nie możesz edytować tej aplikacji." + +#: mod/settings.php:735 +msgid "Connected Apps" +msgstr "Powiązane aplikacje" + +#: mod/settings.php:737 src/Object/Post.php:155 src/Object/Post.php:157 +msgid "Edit" +msgstr "Edytuj" + +#: mod/settings.php:739 +msgid "Client key starts with" +msgstr "Klucz klienta zaczyna się od" + +#: mod/settings.php:740 +msgid "No name" +msgstr "Bez nazwy" + +#: mod/settings.php:741 +msgid "Remove authorization" +msgstr "Odwołaj upoważnienie" + +#: mod/settings.php:752 +msgid "No Addon settings configured" +msgstr "Brak skonfigurowanych ustawień Dodatków" + +#: mod/settings.php:761 +msgid "Addon Settings" +msgstr "Ustawienia Dodatków" + +#: mod/settings.php:782 +msgid "Additional Features" +msgstr "Dodatkowe funkcje" + +#: mod/settings.php:805 src/Content/ContactSelector.php:83 +msgid "Diaspora" +msgstr "Diaspora" + +#: mod/settings.php:805 mod/settings.php:806 +msgid "enabled" +msgstr "włączony" + +#: mod/settings.php:805 mod/settings.php:806 +msgid "disabled" +msgstr "wyłączony" + +#: mod/settings.php:805 mod/settings.php:806 #, php-format -msgid "%d contact edited." -msgid_plural "%d contacts edited." +msgid "Built-in support for %s connectivity is %s" +msgstr "Wbudowane wsparcie dla %s łączność jest %s" + +#: mod/settings.php:806 +msgid "GNU Social (OStatus)" +msgstr "GNU Społeczny (OStatus)" + +#: mod/settings.php:837 +msgid "Email access is disabled on this site." +msgstr "Dostęp do e-maila nie jest w pełni sprawny na tej stronie" + +#: mod/settings.php:847 +msgid "General Social Media Settings" +msgstr "Ogólne ustawienia mediów społecznościowych" + +#: mod/settings.php:848 +msgid "Disable Content Warning" +msgstr "Wyłącz ostrzeżenie o treści" + +#: mod/settings.php:848 +msgid "" +"Users on networks like Mastodon or Pleroma are able to set a content warning" +" field which collapse their post by default. This disables the automatic " +"collapsing and sets the content warning as the post title. Doesn't affect " +"any other content filtering you eventually set up." +msgstr "Użytkownicy w sieciach takich jak Mastodon lub Pleroma mogą ustawić pole ostrzeżenia o treści, które domyślnie zwijać będzie swój wpis. Powoduje wyłączenie automatycznego zwijania i ustawia ostrzeżenie o treści jako tytuł postu. Nie ma wpływu na żadne inne filtrowanie treści, które ostatecznie utworzyłeś." + +#: mod/settings.php:849 +msgid "Disable intelligent shortening" +msgstr "Wyłącz inteligentne skracanie" + +#: mod/settings.php:849 +msgid "" +"Normally the system tries to find the best link to add to shortened posts. " +"If this option is enabled then every shortened post will always point to the" +" original friendica post." +msgstr "Zwykle system próbuje znaleźć najlepszy link do dodania do skróconych postów. Jeśli ta opcja jest włączona, każdy skrócony wpis zawsze wskazuje oryginalny post znajomej osoby." + +#: mod/settings.php:850 +msgid "Automatically follow any GNU Social (OStatus) followers/mentioners" +msgstr "Automatycznie podążaj za wszystkimi obserwatorami/rzecznikami GNU Społeczności (OStatus)" + +#: mod/settings.php:850 +msgid "" +"If you receive a message from an unknown OStatus user, this option decides " +"what to do. If it is checked, a new contact will be created for every " +"unknown user." +msgstr "Jeśli otrzymasz wiadomość od nieznanego użytkownika OStatus, ta opcja decyduje, co zrobić. Jeśli zostanie zaznaczone, dla każdego nieznanego użytkownika zostanie utworzony nowy kontakt." + +#: mod/settings.php:851 +msgid "Default group for OStatus contacts" +msgstr "Domyślna grupa dla kontaktów OStatus" + +#: mod/settings.php:852 +msgid "Your legacy GNU Social account" +msgstr "Twoje starsze konto społecznościowe GNU" + +#: mod/settings.php:852 +msgid "" +"If you enter your old GNU Social/Statusnet account name here (in the format " +"user@domain.tld), your contacts will be added automatically. The field will " +"be emptied when done." +msgstr "Jeśli podasz swoją starą nazwę konta GNU Social/Statusnet tutaj (w formacie user@domain.tld), twoje kontakty zostaną dodane automatycznie. Pole zostanie opróżnione po zakończeniu." + +#: mod/settings.php:855 +msgid "Repair OStatus subscriptions" +msgstr "Napraw subskrypcje OStatus" + +#: mod/settings.php:859 +msgid "Email/Mailbox Setup" +msgstr "Ustawienia emaila/skrzynki mailowej" + +#: mod/settings.php:860 +msgid "" +"If you wish to communicate with email contacts using this service " +"(optional), please specify how to connect to your mailbox." +msgstr "Jeżeli życzysz sobie komunikowania z kontaktami email używając tego serwisu (opcjonalne), opisz jak połaczyć się z Twoją skrzynką email." + +#: mod/settings.php:861 +msgid "Last successful email check:" +msgstr "Ostatni sprawdzony e-mail:" + +#: mod/settings.php:863 +msgid "IMAP server name:" +msgstr "Nazwa serwera IMAP:" + +#: mod/settings.php:864 +msgid "IMAP port:" +msgstr "Port IMAP:" + +#: mod/settings.php:865 +msgid "Security:" +msgstr "Ochrona:" + +#: mod/settings.php:865 mod/settings.php:870 +msgid "None" +msgstr "Brak" + +#: mod/settings.php:866 +msgid "Email login name:" +msgstr "Login emaila:" + +#: mod/settings.php:867 +msgid "Email password:" +msgstr "Hasło emaila:" + +#: mod/settings.php:868 +msgid "Reply-to address:" +msgstr "Odpowiedz na adres:" + +#: mod/settings.php:869 +msgid "Send public posts to all email contacts:" +msgstr "Wyślij publiczny post do wszystkich kontaktów e-mail" + +#: mod/settings.php:870 +msgid "Action after import:" +msgstr "Akcja po zaimportowaniu:" + +#: mod/settings.php:870 src/Content/Nav.php:191 +msgid "Mark as seen" +msgstr "Oznacz jako przeczytane" + +#: mod/settings.php:870 +msgid "Move to folder" +msgstr "Przenieś do folderu" + +#: mod/settings.php:871 +msgid "Move to folder:" +msgstr "Przenieś do folderu:" + +#: mod/settings.php:914 +#, php-format +msgid "%s - (Unsupported)" +msgstr "%s - (Nieobsługiwane)" + +#: mod/settings.php:916 +#, php-format +msgid "%s - (Experimental)" +msgstr "%s- (Eksperymentalne)" + +#: mod/settings.php:959 +msgid "Display Settings" +msgstr "Wyświetl ustawienia" + +#: mod/settings.php:965 mod/settings.php:989 +msgid "Display Theme:" +msgstr "Wyświetl motyw:" + +#: mod/settings.php:966 +msgid "Mobile Theme:" +msgstr "Motyw dla urządzeń mobilnych:" + +#: mod/settings.php:967 +msgid "Suppress warning of insecure networks" +msgstr "Ukryj ostrzeżenie przed niebezpiecznymi sieciami" + +#: mod/settings.php:967 +msgid "" +"Should the system suppress the warning that the current group contains " +"members of networks that can't receive non public postings." +msgstr "System powinien pominąć ostrzeżenie, że bieżąca grupa zawiera członków sieci, którzy nie mogą otrzymywać komentarzy niepublicznych" + +#: mod/settings.php:968 +msgid "Update browser every xx seconds" +msgstr "Odświeżaj stronę co xx sekund" + +#: mod/settings.php:968 +msgid "Minimum of 10 seconds. Enter -1 to disable it." +msgstr "Minimum 10 sekund. Wprowadź -1, aby go wyłączyć." + +#: mod/settings.php:969 +msgid "Number of items to display per page:" +msgstr "Liczba elementów do wyświetlenia na stronie:" + +#: mod/settings.php:969 mod/settings.php:970 +msgid "Maximum of 100 items" +msgstr "Maksymalnie 100 elementów" + +#: mod/settings.php:970 +msgid "Number of items to display per page when viewed from mobile device:" +msgstr "Liczba elementów do wyświetlenia na stronie podczas przeglądania z urządzenia mobilnego:" + +#: mod/settings.php:971 +msgid "Don't show emoticons" +msgstr "Nie pokazuj emotikonek" + +#: mod/settings.php:972 +msgid "Calendar" +msgstr "Kalendarz" + +#: mod/settings.php:973 +msgid "Beginning of week:" +msgstr "Początek tygodnia:" + +#: mod/settings.php:974 +msgid "Don't show notices" +msgstr "Nie pokazuj powiadomień" + +#: mod/settings.php:975 +msgid "Infinite scroll" +msgstr "Nieskończone przewijanie" + +#: mod/settings.php:976 +msgid "Automatic updates only at the top of the network page" +msgstr "Automatyczne aktualizacje tylko u góry strony sieci" + +#: mod/settings.php:976 +msgid "" +"When disabled, the network page is updated all the time, which could be " +"confusing while reading." +msgstr "Po wyłączeniu strona sieciowa jest cały czas aktualizowana, co może być mylące podczas czytania." + +#: mod/settings.php:977 +msgid "Bandwith Saver Mode" +msgstr "Tryb oszczędzania przepustowości" + +#: mod/settings.php:977 +msgid "" +"When enabled, embedded content is not displayed on automatic updates, they " +"only show on page reload." +msgstr "Po włączeniu wbudowana zawartość nie jest wyświetlana w automatycznych aktualizacjach, wyświetlają się tylko przy przeładowaniu strony." + +#: mod/settings.php:978 +msgid "Smart Threading" +msgstr "Inteligentne gwintowanie" + +#: mod/settings.php:978 +msgid "" +"When enabled, suppress extraneous thread indentation while keeping it where " +"it matters. Only works if threading is available and enabled." +msgstr "Włączenie tej opcji powoduje pomijanie wcięcia nitek zewnętrznych, zachowując je w dowolnym miejscu. Działa tylko wtedy, gdy wątki są dostępne i włączone." + +#: mod/settings.php:980 +msgid "General Theme Settings" +msgstr "Ogólne ustawienia motywu" + +#: mod/settings.php:981 +msgid "Custom Theme Settings" +msgstr "Niestandardowe ustawienia motywów" + +#: mod/settings.php:982 +msgid "Content Settings" +msgstr "Ustawienia zawartości" + +#: mod/settings.php:983 view/theme/duepuntozero/config.php:73 +#: view/theme/frio/config.php:115 view/theme/quattro/config.php:75 +#: view/theme/vier/config.php:121 +msgid "Theme settings" +msgstr "Ustawienia motywu" + +#: mod/settings.php:1002 +msgid "Unable to find your profile. Please contact your admin." +msgstr "Nie można znaleźć Twojego profilu. Skontaktuj się z administratorem." + +#: mod/settings.php:1044 +msgid "Account Types" +msgstr "Rodzaje kont" + +#: mod/settings.php:1045 +msgid "Personal Page Subtypes" +msgstr "Podtypy osobistych stron" + +#: mod/settings.php:1046 +msgid "Community Forum Subtypes" +msgstr "Podtypy społeczności forum" + +#: mod/settings.php:1053 +msgid "Personal Page" +msgstr "Strona osobista" + +#: mod/settings.php:1054 +msgid "Account for a personal profile." +msgstr "Konto dla profilu osobistego." + +#: mod/settings.php:1057 +msgid "Organisation Page" +msgstr "Strona Organizacji" + +#: mod/settings.php:1058 +msgid "" +"Account for an organisation that automatically approves contact requests as " +"\"Followers\"." +msgstr "Konto dla organizacji, która automatycznie zatwierdza prośby o kontakt jako \"Obserwatorzy\"." + +#: mod/settings.php:1061 +msgid "News Page" +msgstr "Strona Wiadomości" + +#: mod/settings.php:1062 +msgid "" +"Account for a news reflector that automatically approves contact requests as" +" \"Followers\"." +msgstr "Konto dla reflektora wiadomości, który automatycznie zatwierdza prośby o kontakt jako \"Obserwatorzy\"." + +#: mod/settings.php:1065 +msgid "Community Forum" +msgstr "Forum społecznościowe" + +#: mod/settings.php:1066 +msgid "Account for community discussions." +msgstr "Konto do dyskusji w społeczności." + +#: mod/settings.php:1069 +msgid "Normal Account Page" +msgstr "Normalna strona konta" + +#: mod/settings.php:1070 +msgid "" +"Account for a regular personal profile that requires manual approval of " +"\"Friends\" and \"Followers\"." +msgstr "Konto dla zwykłego profilu osobistego, który wymaga ręcznej zgody \"Przyjaciół\" i \"Obserwatorów\"." + +#: mod/settings.php:1073 +msgid "Soapbox Page" +msgstr "Strona Soapbox" + +#: mod/settings.php:1074 +msgid "" +"Account for a public profile that automatically approves contact requests as" +" \"Followers\"." +msgstr "Konto dla profilu publicznego, który automatycznie zatwierdza prośby o kontakt jako \"Obserwatorzy\"." + +#: mod/settings.php:1077 +msgid "Public Forum" +msgstr "Forum publiczne" + +#: mod/settings.php:1078 +msgid "Automatically approves all contact requests." +msgstr "Automatycznie zatwierdza wszystkie prośby o kontakt." + +#: mod/settings.php:1081 +msgid "Automatic Friend Page" +msgstr "Automatyczna strona znajomego" + +#: mod/settings.php:1082 +msgid "" +"Account for a popular profile that automatically approves contact requests " +"as \"Friends\"." +msgstr "Konto popularnego profilu, które automatycznie zatwierdza prośby o kontakt jako \"Przyjaciele\"." + +#: mod/settings.php:1085 +msgid "Private Forum [Experimental]" +msgstr "Prywatne Forum [Eksperymentalne]" + +#: mod/settings.php:1086 +msgid "Requires manual approval of contact requests." +msgstr "Wymaga ręcznego zatwierdzania żądań kontaktów." + +#: mod/settings.php:1097 +msgid "OpenID:" +msgstr "OpenID:" + +#: mod/settings.php:1097 +msgid "(Optional) Allow this OpenID to login to this account." +msgstr "(Opcjonalnie) Pozwól temu OpenID zalogować się na to konto." + +#: mod/settings.php:1105 +msgid "Publish your default profile in your local site directory?" +msgstr "Opublikować swój domyślny profil w swoim lokalnym katalogu stron?" + +#: mod/settings.php:1105 +#, php-format +msgid "" +"Your profile will be published in the global friendica directories (e.g. %s). Your profile will be visible in public." +msgstr "Twój profil zostanie opublikowany w globalnych katalogach friendica (np.%s). Twój profil będzie widoczny publicznie." + +#: mod/settings.php:1111 +msgid "Publish your default profile in the global social directory?" +msgstr "Opublikować twój niewypełniony profil w globalnym, społecznym katalogu?" + +#: mod/settings.php:1111 +#, php-format +msgid "" +"Your profile will be published in this node's local " +"directory. Your profile details may be publicly visible depending on the" +" system settings." +msgstr "Twój profil zostanie opublikowany w lokalnym katalogu tego węzła. Dane Twojego profilu mogą być publicznie widoczne w zależności od ustawień systemu." + +#: mod/settings.php:1118 +msgid "Hide your contact/friend list from viewers of your default profile?" +msgstr "Ukryć listę znajomych przed odwiedzającymi Twój profil?" + +#: mod/settings.php:1118 +msgid "" +"Your contact list won't be shown in your default profile page. You can " +"decide to show your contact list separately for each additional profile you " +"create" +msgstr "Twoja lista kontaktów nie będzie wyświetlana na domyślnej stronie profilu. Możesz zdecydować o wyświetleniu listy kontaktów osobno dla każdego tworzonego dodatkowego profilu" + +#: mod/settings.php:1122 +msgid "Hide your profile details from anonymous viewers?" +msgstr "Ukryj dane swojego profilu przed anonimowymi widzami?" + +#: mod/settings.php:1122 +msgid "" +"Anonymous visitors will only see your profile picture, your display name and" +" the nickname you are using on your profile page. Disables posting public " +"messages to Diaspora and other networks." +msgstr "Anonimowi użytkownicy zobaczą tylko Twoje zdjęcie profilowe, swoją wyświetlaną nazwę i pseudonim, którego używasz na stronie profilu. Wyłącza wysyłanie publicznych wiadomości do Diaspory i innych sieci." + +#: mod/settings.php:1126 +msgid "Allow friends to post to your profile page?" +msgstr "Zezwól na dodawanie postów na twoim profilu przez znajomych" + +#: mod/settings.php:1126 +msgid "" +"Your contacts may write posts on your profile wall. These posts will be " +"distributed to your contacts" +msgstr "Twoi znajomi mogą pisać posty na ścianie Twojego profilu. Te posty zostaną przesłane do Twoich kontaktów" + +#: mod/settings.php:1130 +msgid "Allow friends to tag your posts?" +msgstr "Zezwól na oznaczanie twoich postów przez znajomych" + +#: mod/settings.php:1130 +msgid "Your contacts can add additional tags to your posts." +msgstr "Twoje kontakty mogą dodawać do tagów dodatkowe tagi." + +#: mod/settings.php:1134 +msgid "Allow us to suggest you as a potential friend to new members?" +msgstr "Pozwól nam zasugerować Cię jako potencjalnego przyjaciela dla nowych członków?" + +#: mod/settings.php:1134 +msgid "" +"If you like, Friendica may suggest new members to add you as a contact." +msgstr "Jeśli chcesz, Friendica może zaproponować nowym członkom dodanie Cię jako kontakt." + +#: mod/settings.php:1138 +msgid "Permit unknown people to send you private mail?" +msgstr "Zezwolić nieznanym osobom na wysyłanie prywatnych wiadomości?" + +#: mod/settings.php:1138 +msgid "" +"Friendica network users may send you private messages even if they are not " +"in your contact list." +msgstr "Użytkownicy sieci w serwisie Friendica mogą wysyłać prywatne wiadomości, nawet jeśli nie znajdują się one na liście kontaktów." + +#: mod/settings.php:1142 +msgid "Profile is not published." +msgstr "Profil nie jest opublikowany" + +#: mod/settings.php:1148 +#, php-format +msgid "Your Identity Address is '%s' or '%s'." +msgstr "Twój adres tożsamości to '%s' lub '%s'." + +#: mod/settings.php:1155 +msgid "Automatically expire posts after this many days:" +msgstr "Automatycznie wygasaj posty po tych wielu dniach:" + +#: mod/settings.php:1155 +msgid "If empty, posts will not expire. Expired posts will be deleted" +msgstr "Pole puste, wiadomość nie wygaśnie. Niezapisane wpisy zostaną usunięte." + +#: mod/settings.php:1156 +msgid "Advanced expiration settings" +msgstr "Zaawansowane ustawienia wygasania" + +#: mod/settings.php:1157 +msgid "Advanced Expiration" +msgstr "Zaawansowane wygasanie" + +#: mod/settings.php:1158 +msgid "Expire posts:" +msgstr "Wygasające posty:" + +#: mod/settings.php:1159 +msgid "Expire personal notes:" +msgstr "Wygasanie osobistych notatek:" + +#: mod/settings.php:1160 +msgid "Expire starred posts:" +msgstr "Wygasaj posty oznaczone gwiazdką:" + +#: mod/settings.php:1161 +msgid "Expire photos:" +msgstr "Wygasanie zdjęć:" + +#: mod/settings.php:1162 +msgid "Only expire posts by others:" +msgstr "Tylko wygasaj posty innych osób:" + +#: mod/settings.php:1192 +msgid "Account Settings" +msgstr "Ustawienia konta" + +#: mod/settings.php:1200 +msgid "Password Settings" +msgstr "Ustawienia hasła" + +#: mod/settings.php:1202 +msgid "Leave password fields blank unless changing" +msgstr "Pozostaw pola hasła puste, chyba że chcesz je zmienić." + +#: mod/settings.php:1203 +msgid "Current Password:" +msgstr "Aktualne hasło:" + +#: mod/settings.php:1203 mod/settings.php:1204 +msgid "Your current password to confirm the changes" +msgstr "Twoje aktualne hasło, potwierdź zmiany" + +#: mod/settings.php:1204 +msgid "Password:" +msgstr "Hasło:" + +#: mod/settings.php:1208 +msgid "Basic Settings" +msgstr "Ustawienia podstawowe" + +#: mod/settings.php:1209 src/Model/Profile.php:738 +msgid "Full Name:" +msgstr "Imię i nazwisko:" + +#: mod/settings.php:1210 +msgid "Email Address:" +msgstr "Adres email:" + +#: mod/settings.php:1211 +msgid "Your Timezone:" +msgstr "Twoja strefa czasowa:" + +#: mod/settings.php:1212 +msgid "Your Language:" +msgstr "Twój język:" + +#: mod/settings.php:1212 +msgid "" +"Set the language we use to show you friendica interface and to send you " +"emails" +msgstr "Ustaw język, którego używasz, aby pokazać interfejs użytkownika i wysłać Ci e-maile" + +#: mod/settings.php:1213 +msgid "Default Post Location:" +msgstr "Standardowa lokalizacja wiadomości:" + +#: mod/settings.php:1214 +msgid "Use Browser Location:" +msgstr "Użyj położenia przeglądarki:" + +#: mod/settings.php:1217 +msgid "Security and Privacy Settings" +msgstr "Ustawienia bezpieczeństwa i prywatności" + +#: mod/settings.php:1219 +msgid "Maximum Friend Requests/Day:" +msgstr "Maksymalna liczba zaproszeń do grona przyjaciół na dzień:" + +#: mod/settings.php:1219 mod/settings.php:1248 +msgid "(to prevent spam abuse)" +msgstr "(aby zapobiec spamowaniu)" + +#: mod/settings.php:1220 +msgid "Default Post Permissions" +msgstr "Domyślne prawa dostępu wiadomości" + +#: mod/settings.php:1221 +msgid "(click to open/close)" +msgstr "(kliknij by otworzyć/zamknąć)" + +#: mod/settings.php:1231 +msgid "Default Private Post" +msgstr "Domyślny Prywatny Wpis" + +#: mod/settings.php:1232 +msgid "Default Public Post" +msgstr "Domyślny Publiczny Post" + +#: mod/settings.php:1236 +msgid "Default Permissions for New Posts" +msgstr "Uprawnienia domyślne dla nowych postów" + +#: mod/settings.php:1248 +msgid "Maximum private messages per day from unknown people:" +msgstr "Maksymalna liczba wiadomości prywatnych dziennie od nieznanych ludzi:" + +#: mod/settings.php:1251 +msgid "Notification Settings" +msgstr "Ustawienia powiadomień" + +#: mod/settings.php:1252 +msgid "By default post a status message when:" +msgstr "Domyślnie publikuj komunikat o stanie, gdy:" + +#: mod/settings.php:1253 +msgid "accepting a friend request" +msgstr "przyjmowanie prośby o dodanie do znajomych" + +#: mod/settings.php:1254 +msgid "joining a forum/community" +msgstr "dołączanie do forum/społeczności" + +#: mod/settings.php:1255 +msgid "making an interesting profile change" +msgstr "dokonaj interesującej zmiany profilu" + +#: mod/settings.php:1256 +msgid "Send a notification email when:" +msgstr "Wyślij powiadmonienia na email, kiedy:" + +#: mod/settings.php:1257 +msgid "You receive an introduction" +msgstr "Otrzymałeś zaproszenie" + +#: mod/settings.php:1258 +msgid "Your introductions are confirmed" +msgstr "Dane zatwierdzone" + +#: mod/settings.php:1259 +msgid "Someone writes on your profile wall" +msgstr "Ktoś pisze na twoim profilu" + +#: mod/settings.php:1260 +msgid "Someone writes a followup comment" +msgstr "Ktoś pisze komentarz nawiązujący." + +#: mod/settings.php:1261 +msgid "You receive a private message" +msgstr "Otrzymałeś prywatną wiadomość" + +#: mod/settings.php:1262 +msgid "You receive a friend suggestion" +msgstr "Otrzymane propozycje znajomych" + +#: mod/settings.php:1263 +msgid "You are tagged in a post" +msgstr "Jesteś oznaczony tagiem w poście" + +#: mod/settings.php:1264 +msgid "You are poked/prodded/etc. in a post" +msgstr "Jesteś zaczepiony/zaczepiona/itp. w poście" + +#: mod/settings.php:1266 +msgid "Activate desktop notifications" +msgstr "Aktywuj powiadomienia na pulpicie" + +#: mod/settings.php:1266 +msgid "Show desktop popup on new notifications" +msgstr "Pokaż wyskakujące okienko dla nowych powiadomień" + +#: mod/settings.php:1268 +msgid "Text-only notification emails" +msgstr "E-maile z powiadomieniami tekstowymi" + +#: mod/settings.php:1270 +msgid "Send text only notification emails, without the html part" +msgstr "Wysyłaj tylko e-maile z powiadomieniami tekstowymi, bez części html" + +#: mod/settings.php:1272 +msgid "Show detailled notifications" +msgstr "Pokaż szczegółowe powiadomienia" + +#: mod/settings.php:1274 +msgid "" +"Per default, notifications are condensed to a single notification per item. " +"When enabled every notification is displayed." +msgstr "Domyślne powiadomienia są skondensowane z jednym powiadomieniem dla każdego przedmiotu. Po włączeniu wyświetlane jest każde powiadomienie." + +#: mod/settings.php:1276 +msgid "Advanced Account/Page Type Settings" +msgstr "Zaawansowane ustawienia konta/rodzaju strony" + +#: mod/settings.php:1277 +msgid "Change the behaviour of this account for special situations" +msgstr "Zmień zachowanie tego konta w sytuacjach specjalnych" + +#: mod/settings.php:1280 +msgid "Relocate" +msgstr "Przeniesienie" + +#: mod/settings.php:1281 +msgid "" +"If you have moved this profile from another server, and some of your " +"contacts don't receive your updates, try pushing this button." +msgstr "Jeśli ten profil został przeniesiony z innego serwera, a niektóre z Twoich kontaktów nie otrzymają aktualizacji, spróbuj nacisnąć ten przycisk." + +#: mod/settings.php:1282 +msgid "Resend relocate message to contacts" +msgstr "Wyślij ponownie przenieść wiadomości do kontaktów" + +#: src/Core/UserImport.php:104 +msgid "Error decoding account file" +msgstr "Błąd podczas odczytu pliku konta" + +#: src/Core/UserImport.php:110 +msgid "Error! No version data in file! This is not a Friendica account file?" +msgstr "Błąd! Brak danych wersji w pliku! To nie jest plik konta Friendica?" + +#: src/Core/UserImport.php:118 +#, php-format +msgid "User '%s' already exists on this server!" +msgstr "Użytkownik '%s' już istnieje na tym serwerze!" + +#: src/Core/UserImport.php:151 +msgid "User creation error" +msgstr "Błąd tworzenia użytkownika" + +#: src/Core/UserImport.php:169 +msgid "User profile creation error" +msgstr "Błąd tworzenia profilu użytkownika" + +#: src/Core/UserImport.php:213 +#, php-format +msgid "%d contact not imported" +msgid_plural "%d contacts not imported" +msgstr[0] "Nie zaimportowano %d kontaktu." +msgstr[1] "Nie zaimportowano %d kontaktów." +msgstr[2] "Nie zaimportowano %d kontaktów." +msgstr[3] "%dkontakty nie zostały zaimportowane " + +#: src/Core/UserImport.php:278 +msgid "Done. You can now login with your username and password" +msgstr "Gotowe. Możesz teraz zalogować się, podając swoją nazwę użytkownika i hasło." + +#: src/Core/NotificationsManager.php:171 +msgid "System" +msgstr "System" + +#: src/Core/NotificationsManager.php:192 src/Content/Nav.php:124 +#: src/Content/Nav.php:181 +msgid "Home" +msgstr "Strona domowa" + +#: src/Core/NotificationsManager.php:199 src/Content/Nav.php:186 +msgid "Introductions" +msgstr "Wstępy" + +#: src/Core/NotificationsManager.php:256 src/Core/NotificationsManager.php:268 +#, php-format +msgid "%s commented on %s's post" +msgstr "%s skomentował wpis %s" + +#: src/Core/NotificationsManager.php:267 +#, php-format +msgid "%s created a new post" +msgstr "%s dodał nowy wpis" + +#: src/Core/NotificationsManager.php:281 +#, php-format +msgid "%s liked %s's post" +msgstr "%s polubił wpis %s" + +#: src/Core/NotificationsManager.php:294 +#, php-format +msgid "%s disliked %s's post" +msgstr "%s nie lubi tych %s postów" + +#: src/Core/NotificationsManager.php:307 +#, php-format +msgid "%s is attending %s's event" +msgstr "%suczestniczy %sw wydarzeniu " + +#: src/Core/NotificationsManager.php:320 +#, php-format +msgid "%s is not attending %s's event" +msgstr "%snie uczestniczy %s w wydarzeniu " + +#: src/Core/NotificationsManager.php:333 +#, php-format +msgid "%s may attend %s's event" +msgstr "%smoże uczestniczyć %s w wydarzeniu" + +#: src/Core/NotificationsManager.php:350 +#, php-format +msgid "%s is now friends with %s" +msgstr "%s jest teraz znajomym %s" + +#: src/Core/NotificationsManager.php:825 +msgid "Friend Suggestion" +msgstr "Propozycja znajomych" + +#: src/Core/NotificationsManager.php:851 +msgid "Friend/Connect Request" +msgstr "Prośba o dodanie do przyjaciół/powiązanych" + +#: src/Core/NotificationsManager.php:851 +msgid "New Follower" +msgstr "Nowy obserwujący" + +#: src/Core/ACL.php:295 +msgid "Post to Email" +msgstr "Prześlij e-mailem" + +#: src/Core/ACL.php:301 +msgid "Hide your profile details from unknown viewers?" +msgstr "Ukryć szczegóły twojego profilu przed nieznajomymi?" + +#: src/Core/ACL.php:300 +#, php-format +msgid "Connectors disabled, since \"%s\" is enabled." +msgstr "Wtyczki są wyłączone, ponieważ \"%s\" jest włączone." + +#: src/Core/ACL.php:307 +msgid "Visible to everybody" +msgstr "Widoczny dla wszystkich" + +#: src/Core/ACL.php:308 view/theme/vier/config.php:115 +msgid "show" +msgstr "pokaż" + +#: src/Core/ACL.php:309 view/theme/vier/config.php:115 +msgid "don't show" +msgstr "nie pokazuj" + +#: src/Core/ACL.php:319 +msgid "Close" +msgstr "Zamknij" + +#: src/Util/Temporal.php:147 src/Model/Profile.php:758 +msgid "Birthday:" +msgstr "Urodziny:" + +#: src/Util/Temporal.php:151 +msgid "YYYY-MM-DD or MM-DD" +msgstr "RRRR-MM-DD lub MM-DD" + +#: src/Util/Temporal.php:294 +msgid "never" +msgstr "nigdy" + +#: src/Util/Temporal.php:300 +msgid "less than a second ago" +msgstr "mniej niż sekundę temu" + +#: src/Util/Temporal.php:303 +msgid "year" +msgstr "rok" + +#: src/Util/Temporal.php:303 +msgid "years" +msgstr "lata" + +#: src/Util/Temporal.php:304 +msgid "months" +msgstr "miesiące" + +#: src/Util/Temporal.php:305 +msgid "weeks" +msgstr "tygodnie" + +#: src/Util/Temporal.php:306 +msgid "days" +msgstr "dni" + +#: src/Util/Temporal.php:307 +msgid "hour" +msgstr "godzina" + +#: src/Util/Temporal.php:307 +msgid "hours" +msgstr "godziny" + +#: src/Util/Temporal.php:308 +msgid "minute" +msgstr "minuta" + +#: src/Util/Temporal.php:308 +msgid "minutes" +msgstr "minuty" + +#: src/Util/Temporal.php:309 +msgid "second" +msgstr "sekunda" + +#: src/Util/Temporal.php:309 +msgid "seconds" +msgstr "sekundy" + +#: src/Util/Temporal.php:318 +#, php-format +msgid "%1$d %2$s ago" +msgstr "%1$d %2$s temu" + +#: src/Content/Text/BBCode.php:555 +msgid "view full size" +msgstr "Zobacz w pełnym wymiarze" + +#: src/Content/Text/BBCode.php:981 src/Content/Text/BBCode.php:1750 +#: src/Content/Text/BBCode.php:1751 +msgid "Image/photo" +msgstr "Obrazek/zdjęcie" + +#: src/Content/Text/BBCode.php:1119 +#, php-format +msgid "%2$s %3$s" +msgstr "%2$s%3$s" + +#: src/Content/Text/BBCode.php:1677 src/Content/Text/BBCode.php:1699 +msgid "$1 wrote:" +msgstr "$1 napisał:" + +#: src/Content/Text/BBCode.php:1759 src/Content/Text/BBCode.php:1760 +msgid "Encrypted content" +msgstr "Szyfrowana treść" + +#: src/Content/Text/BBCode.php:1879 +msgid "Invalid source protocol" +msgstr "Nieprawidłowy protokół źródłowy" + +#: src/Content/Text/BBCode.php:1890 +msgid "Invalid link protocol" +msgstr "Niepoprawny link protokołu" + +#: src/Content/ForumManager.php:127 view/theme/vier/theme.php:256 +msgid "External link to forum" +msgstr "Zewnętrzny link do forum" + +#: src/Content/Nav.php:53 +msgid "Nothing new here" +msgstr "Brak nowych zdarzeń" + +#: src/Content/Nav.php:57 +msgid "Clear notifications" +msgstr "Wyczyść powiadomienia" + +#: src/Content/Nav.php:97 src/Module/Login.php:311 +#: view/theme/frio/theme.php:256 +msgid "Logout" +msgstr "Wyloguj się" + +#: src/Content/Nav.php:97 view/theme/frio/theme.php:256 +msgid "End this session" +msgstr "Zakończ sesję" + +#: src/Content/Nav.php:100 src/Content/Nav.php:181 +#: view/theme/frio/theme.php:259 +msgid "Your posts and conversations" +msgstr "Twoje posty i rozmowy" + +#: src/Content/Nav.php:101 view/theme/frio/theme.php:260 +msgid "Your profile page" +msgstr "Twoja strona profilowa" + +#: src/Content/Nav.php:102 view/theme/frio/theme.php:261 +msgid "Your photos" +msgstr "Twoje zdjęcia" + +#: src/Content/Nav.php:103 src/Model/Profile.php:912 src/Model/Profile.php:915 +#: view/theme/frio/theme.php:262 +msgid "Videos" +msgstr "Filmy" + +#: src/Content/Nav.php:103 view/theme/frio/theme.php:262 +msgid "Your videos" +msgstr "Twoje filmy" + +#: src/Content/Nav.php:104 view/theme/frio/theme.php:263 +msgid "Your events" +msgstr "Twoje wydarzenia" + +#: src/Content/Nav.php:105 +msgid "Personal notes" +msgstr "Notatki" + +#: src/Content/Nav.php:105 +msgid "Your personal notes" +msgstr "Twoje prywatne notatki" + +#: src/Content/Nav.php:114 +msgid "Sign in" +msgstr "Zaloguj się" + +#: src/Content/Nav.php:124 +msgid "Home Page" +msgstr "Strona startowa" + +#: src/Content/Nav.php:128 +msgid "Create an account" +msgstr "Załóż konto" + +#: src/Content/Nav.php:134 +msgid "Help and documentation" +msgstr "Pomoc i dokumentacja" + +#: src/Content/Nav.php:138 +msgid "Apps" +msgstr "Aplikacje" + +#: src/Content/Nav.php:138 +msgid "Addon applications, utilities, games" +msgstr "Wtyczki, aplikacje, narzędzia, gry" + +#: src/Content/Nav.php:142 +msgid "Search site content" +msgstr "Przeszukaj zawartość strony" + +#: src/Content/Nav.php:165 +msgid "Community" +msgstr "Społeczność" + +#: src/Content/Nav.php:165 +msgid "Conversations on this and other servers" +msgstr "Rozmowy na tym i innych serwerach" + +#: src/Content/Nav.php:169 src/Model/Profile.php:927 src/Model/Profile.php:938 +#: view/theme/frio/theme.php:267 +msgid "Events and Calendar" +msgstr "Wydarzenia i kalendarz" + +#: src/Content/Nav.php:172 +msgid "Directory" +msgstr "Katalog" + +#: src/Content/Nav.php:172 +msgid "People directory" +msgstr "Katalog osób" + +#: src/Content/Nav.php:174 +msgid "Information about this friendica instance" +msgstr "Informacje o tej instancji friendica" + +#: src/Content/Nav.php:178 view/theme/frio/theme.php:266 +msgid "Conversations from your friends" +msgstr "Rozmowy Twoich przyjaciół" + +#: src/Content/Nav.php:179 +msgid "Network Reset" +msgstr "Resetowanie sieci" + +#: src/Content/Nav.php:179 +msgid "Load Network page with no filters" +msgstr "Załaduj stronę sieci bez filtrów" + +#: src/Content/Nav.php:186 +msgid "Friend Requests" +msgstr "Prośba o przyjęcie do grona znajomych" + +#: src/Content/Nav.php:190 +msgid "See all notifications" +msgstr "Zobacz wszystkie powiadomienia" + +#: src/Content/Nav.php:191 +msgid "Mark all system notifications seen" +msgstr "Oznacz wszystkie powiadomienia systemu jako przeczytane" + +#: src/Content/Nav.php:195 view/theme/frio/theme.php:268 +msgid "Private mail" +msgstr "Prywatne maile" + +#: src/Content/Nav.php:196 +msgid "Inbox" +msgstr "Odebrane" + +#: src/Content/Nav.php:197 +msgid "Outbox" +msgstr "Wysłane" + +#: src/Content/Nav.php:201 +msgid "Manage" +msgstr "Zarządzaj" + +#: src/Content/Nav.php:201 +msgid "Manage other pages" +msgstr "Zarządzaj innymi stronami" + +#: src/Content/Nav.php:206 view/theme/frio/theme.php:269 +msgid "Account settings" +msgstr "Ustawienia konta" + +#: src/Content/Nav.php:209 src/Model/Profile.php:372 +msgid "Profiles" +msgstr "Profile" + +#: src/Content/Nav.php:209 +msgid "Manage/Edit Profiles" +msgstr "Zarządzaj/Edytuj profile" + +#: src/Content/Nav.php:212 view/theme/frio/theme.php:270 +msgid "Manage/edit friends and contacts" +msgstr "Zarządzaj listą przyjaciół i kontaktami" + +#: src/Content/Nav.php:217 +msgid "Site setup and configuration" +msgstr "Konfiguracja i ustawienia instancji" + +#: src/Content/Nav.php:220 +msgid "Navigation" +msgstr "Nawigacja" + +#: src/Content/Nav.php:220 +msgid "Site map" +msgstr "Mapa strony" + +#: src/Content/OEmbed.php:253 +msgid "Embedding disabled" +msgstr "Osadzanie wyłączone" + +#: src/Content/OEmbed.php:373 +msgid "Embedded content" +msgstr "Osadzona zawartość" + +#: src/Content/Widget/CalendarExport.php:61 +msgid "Export" +msgstr "Eksport" + +#: src/Content/Widget/CalendarExport.php:62 +msgid "Export calendar as ical" +msgstr "Wyeksportuj kalendarz jako ical" + +#: src/Content/Widget/CalendarExport.php:63 +msgid "Export calendar as csv" +msgstr "Eksportuj kalendarz jako csv" + +#: src/Content/Feature.php:79 +msgid "General Features" +msgstr "Funkcje ogólne" + +#: src/Content/Feature.php:81 +msgid "Multiple Profiles" +msgstr "Wiele profili" + +#: src/Content/Feature.php:81 +msgid "Ability to create multiple profiles" +msgstr "Możliwość tworzenia wielu profili" + +#: src/Content/Feature.php:82 +msgid "Photo Location" +msgstr "Lokalizacja zdjęcia" + +#: 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 "Metadane zdjęć są zwykle usuwane. Wyodrębnia to położenie (jeśli jest obecne) przed usunięciem metadanych i łączy je z mapą." + +#: src/Content/Feature.php:83 +msgid "Export Public Calendar" +msgstr "Eksportuj kalendarz publiczny" + +#: src/Content/Feature.php:83 +msgid "Ability for visitors to download the public calendar" +msgstr "Możliwość pobierania kalendarza publicznego przez odwiedzających" + +#: src/Content/Feature.php:88 +msgid "Post Composition Features" +msgstr "Funkcje po ułożeniu" + +#: src/Content/Feature.php:89 +msgid "Post Preview" +msgstr "Podgląd posta" + +#: src/Content/Feature.php:89 +msgid "Allow previewing posts and comments before publishing them" +msgstr "Zezwalaj na podgląd postów i komentarzy przed ich opublikowaniem" + +#: src/Content/Feature.php:90 +msgid "Auto-mention Forums" +msgstr "Automatyczne wymienianie forów" + +#: src/Content/Feature.php:90 +msgid "" +"Add/remove mention when a forum page is selected/deselected in ACL window." +msgstr "Dodaj/usuń wzmiankę, gdy strona forum zostanie wybrana/cofnięta w oknie ACL." + +#: src/Content/Feature.php:95 +msgid "Network Sidebar Widgets" +msgstr "Widgety paska bocznego sieci" + +#: src/Content/Feature.php:96 +msgid "Search by Date" +msgstr "Szukanie wg daty" + +#: src/Content/Feature.php:96 +msgid "Ability to select posts by date ranges" +msgstr "Wybierz wpisy według zakresów dat" + +#: src/Content/Feature.php:97 src/Content/Feature.php:127 +msgid "List Forums" +msgstr "Lista forów" + +#: src/Content/Feature.php:97 +msgid "Enable widget to display the forums your are connected with" +msgstr "Włącz widżet, aby wyświetlić fora, z którymi jesteś połączony" + +#: src/Content/Feature.php:98 +msgid "Group Filter" +msgstr "Filtr grupowy" + +#: src/Content/Feature.php:98 +msgid "Enable widget to display Network posts only from selected group" +msgstr "Włącz widżet, aby wyświetlać posty sieciowe tylko z wybranej grupy" + +#: src/Content/Feature.php:99 +msgid "Network Filter" +msgstr "Filtr sieciowy" + +#: src/Content/Feature.php:99 +msgid "Enable widget to display Network posts only from selected network" +msgstr "Włącz widżet, aby wyświetlać posty sieciowe tylko z wybranej sieci" + +#: src/Content/Feature.php:100 +msgid "Save search terms for re-use" +msgstr "Zapisz wyszukiwane hasła do ponownego użycia" + +#: src/Content/Feature.php:105 +msgid "Network Tabs" +msgstr "Karty sieciowe" + +#: src/Content/Feature.php:106 +msgid "Network Personal Tab" +msgstr "Sieć Osobista zakładka" + +#: src/Content/Feature.php:106 +msgid "Enable tab to display only Network posts that you've interacted on" +msgstr "Włącz kartę, by wyświetlać tylko posty w sieci, z którymi współpracujesz" + +#: src/Content/Feature.php:107 +msgid "Network New Tab" +msgstr "Sieć Nowa karta" + +#: src/Content/Feature.php:107 +msgid "Enable tab to display only new Network posts (from the last 12 hours)" +msgstr "Włącz kartę, aby wyświetlić tylko nowe posty sieciowe (z ostatnich 12 godzin)" + +#: src/Content/Feature.php:108 +msgid "Network Shared Links Tab" +msgstr "Karta Połączone karty sieciowe" + +#: src/Content/Feature.php:108 +msgid "Enable tab to display only Network posts with links in them" +msgstr "Włącz zakładkę, aby wyświetlić tylko posty sieciowe z łączami do nich" + +#: src/Content/Feature.php:113 +msgid "Post/Comment Tools" +msgstr "Narzędzia post/komentarz" + +#: src/Content/Feature.php:114 +msgid "Multiple Deletion" +msgstr "Wielokrotne usunięcie" + +#: src/Content/Feature.php:114 +msgid "Select and delete multiple posts/comments at once" +msgstr "Wybierz i usuń wiele postów/komentarzy jednocześnie" + +#: src/Content/Feature.php:115 +msgid "Edit Sent Posts" +msgstr "Edytuj wysłane posty" + +#: src/Content/Feature.php:115 +msgid "Edit and correct posts and comments after sending" +msgstr "Edycja i poprawianie wpisów i komentarzy po wysłaniu" + +#: src/Content/Feature.php:116 +msgid "Tagging" +msgstr "Tagowanie" + +#: src/Content/Feature.php:116 +msgid "Ability to tag existing posts" +msgstr "Możliwość oznaczania istniejących postów" + +#: src/Content/Feature.php:117 +msgid "Post Categories" +msgstr "Kategorie postów" + +#: src/Content/Feature.php:117 +msgid "Add categories to your posts" +msgstr "Dodaj kategorie do twoich postów" + +#: src/Content/Feature.php:118 src/Content/Widget.php:200 +msgid "Saved Folders" +msgstr "Zapisane foldery" + +#: src/Content/Feature.php:118 +msgid "Ability to file posts under folders" +msgstr "Możliwość przesyłania postów do folderów" + +#: src/Content/Feature.php:119 +msgid "Dislike Posts" +msgstr "Nie lubię Postów" + +#: src/Content/Feature.php:119 +msgid "Ability to dislike posts/comments" +msgstr "Możliwa niechęć do postów/komentarzy" + +#: src/Content/Feature.php:120 +msgid "Star Posts" +msgstr "Oznacz posty gwiazdką" + +#: src/Content/Feature.php:120 +msgid "Ability to mark special posts with a star indicator" +msgstr "Oznacz specjalne posty gwiazdką" + +#: src/Content/Feature.php:121 +msgid "Mute Post Notifications" +msgstr "Ignoruj ​​powiadomienia pocztą" + +#: src/Content/Feature.php:121 +msgid "Ability to mute notifications for a thread" +msgstr "Ignoruj powiadomienia dla wątku" + +#: src/Content/Feature.php:126 +msgid "Advanced Profile Settings" +msgstr "Zaawansowane ustawienia profilu" + +#: src/Content/Feature.php:127 +msgid "Show visitors public community forums at the Advanced Profile Page" +msgstr "Wyświetlaj publiczne fora społeczności na stronie profilu zaawansowanego" + +#: src/Content/Feature.php:128 +msgid "Tag Cloud" +msgstr "Chmura tagów" + +#: src/Content/Feature.php:128 +msgid "Provide a personal tag cloud on your profile page" +msgstr "Podaj osobistą chmurę tagów na stronie profilu" + +#: src/Content/Feature.php:129 +msgid "Display Membership Date" +msgstr "Wyświetl datę członkostwa" + +#: src/Content/Feature.php:129 +msgid "Display membership date in profile" +msgstr "Wyświetl datę członkostwa w profilu" + +#: src/Content/Widget.php:33 +msgid "Add New Contact" +msgstr "Dodaj nowy kontakt" + +#: src/Content/Widget.php:34 +msgid "Enter address or web location" +msgstr "Wpisz adres lub lokalizację sieciową" + +#: src/Content/Widget.php:35 +msgid "Example: bob@example.com, http://example.com/barbara" +msgstr "Przykład: bob@przykład.com, http://przykład.com/barbara" + +#: src/Content/Widget.php:53 +#, php-format +msgid "%d invitation available" +msgid_plural "%d invitations available" +msgstr[0] "%d zaproszenie dostępne" +msgstr[1] "%d zaproszeń dostępnych" +msgstr[2] "%d zaproszenia dostępne" +msgstr[3] "%d zaproszenia dostępne" + +#: src/Content/Widget.php:59 +msgid "Find People" +msgstr "Znajdź ludzi" + +#: src/Content/Widget.php:60 +msgid "Enter name or interest" +msgstr "Wpisz nazwę lub zainteresowanie" + +#: src/Content/Widget.php:62 +msgid "Examples: Robert Morgenstein, Fishing" +msgstr "Przykład: Jan Kowalski, Wędkarstwo" + +#: src/Content/Widget.php:65 view/theme/vier/theme.php:202 +msgid "Similar Interests" +msgstr "Podobne zainteresowania" + +#: src/Content/Widget.php:66 +msgid "Random Profile" +msgstr "Domyślny profil" + +#: src/Content/Widget.php:67 view/theme/vier/theme.php:204 +msgid "Invite Friends" +msgstr "Zaproś znajomych" + +#: src/Content/Widget.php:68 +msgid "View Global Directory" +msgstr "Wyświetl globalny katalog" + +#: src/Content/Widget.php:159 +msgid "Networks" +msgstr "Sieci" + +#: src/Content/Widget.php:162 +msgid "All Networks" +msgstr "Wszystkie Sieci" + +#: src/Content/Widget.php:203 src/Content/Widget.php:243 +msgid "Everything" +msgstr "Wszystko" + +#: src/Content/Widget.php:240 +msgid "Categories" +msgstr "Kategorie" + +#: src/Content/Widget.php:307 +#, php-format +msgid "%d contact in common" +msgid_plural "%d contacts in common" msgstr[0] "" msgstr[1] "" msgstr[2] "" +msgstr[3] "" -#: mod/contacts.php:159 mod/contacts.php:368 -msgid "Could not access contact record." -msgstr "Nie można uzyskać dostępu do rejestru kontaktów." +#: src/Content/ContactSelector.php:55 +msgid "Frequently" +msgstr "Często" -#: mod/contacts.php:173 -msgid "Could not locate selected profile." -msgstr "Nie można znaleźć wybranego profilu." +#: src/Content/ContactSelector.php:56 +msgid "Hourly" +msgstr "Co godzinę" -#: mod/contacts.php:206 -msgid "Contact updated." -msgstr "Kontakt zaktualizowany" +#: src/Content/ContactSelector.php:57 +msgid "Twice daily" +msgstr "Dwa razy dziennie" -#: mod/contacts.php:208 mod/dfrn_request.php:583 -msgid "Failed to update contact record." -msgstr "Aktualizacja nagrania kontaktu nie powiodła się." +#: src/Content/ContactSelector.php:58 +msgid "Daily" +msgstr "Codziennie" -#: mod/contacts.php:389 -msgid "Contact has been blocked" -msgstr "Kontakt został zablokowany" +#: src/Content/ContactSelector.php:59 +msgid "Weekly" +msgstr "Co tydzień" -#: mod/contacts.php:389 -msgid "Contact has been unblocked" -msgstr "Kontakt został odblokowany" +#: src/Content/ContactSelector.php:60 +msgid "Monthly" +msgstr "Miesięczne" -#: mod/contacts.php:400 -msgid "Contact has been ignored" -msgstr "Kontakt jest ignorowany" +#: src/Content/ContactSelector.php:80 +msgid "OStatus" +msgstr "OStatus" -#: mod/contacts.php:400 -msgid "Contact has been unignored" -msgstr "Kontakt nie jest ignorowany" +#: src/Content/ContactSelector.php:81 +msgid "RSS/Atom" +msgstr "RSS/Atom" -#: mod/contacts.php:412 -msgid "Contact has been archived" -msgstr "Kontakt został zarchiwizowany" +#: src/Content/ContactSelector.php:84 +msgid "Facebook" +msgstr "Facebook" -#: mod/contacts.php:412 -msgid "Contact has been unarchived" +#: src/Content/ContactSelector.php:85 +msgid "Zot!" +msgstr "Zot!" + +#: src/Content/ContactSelector.php:86 +msgid "LinkedIn" +msgstr "LinkedIn" + +#: src/Content/ContactSelector.php:87 +msgid "XMPP/IM" +msgstr "XMPP/IM" + +#: src/Content/ContactSelector.php:88 +msgid "MySpace" +msgstr "MySpace" + +#: src/Content/ContactSelector.php:89 +msgid "Google+" +msgstr "Google+" + +#: src/Content/ContactSelector.php:90 +msgid "pump.io" +msgstr "pump.io" + +#: src/Content/ContactSelector.php:91 +msgid "Twitter" +msgstr "Twitter" + +#: src/Content/ContactSelector.php:92 +msgid "Diaspora Connector" +msgstr "Łącze Diaspora" + +#: src/Content/ContactSelector.php:93 +msgid "GNU Social Connector" +msgstr "GNU Połączenie Społecznościowe" + +#: src/Content/ContactSelector.php:94 +msgid "pnut" msgstr "" -#: mod/contacts.php:437 -msgid "Drop contact" -msgstr "" +#: src/Content/ContactSelector.php:95 +msgid "App.net" +msgstr "App.net" -#: mod/contacts.php:440 mod/contacts.php:801 -msgid "Do you really want to delete this contact?" -msgstr "Czy na pewno chcesz usunąć ten kontakt?" +#: src/Content/ContactSelector.php:125 +msgid "Male" +msgstr "Mężczyzna" -#: mod/contacts.php:457 -msgid "Contact has been removed." -msgstr "Kontakt został usunięty." +#: src/Content/ContactSelector.php:125 +msgid "Female" +msgstr "Kobieta" -#: mod/contacts.php:498 -#, php-format -msgid "You are mutual friends with %s" -msgstr "Jesteś już znajomym z %s" +#: src/Content/ContactSelector.php:125 +msgid "Currently Male" +msgstr "Obecnie mężczyzna" -#: mod/contacts.php:502 -#, php-format -msgid "You are sharing with %s" -msgstr "Współdzielisz z %s" +#: src/Content/ContactSelector.php:125 +msgid "Currently Female" +msgstr "Obecnie Kobieta" -#: mod/contacts.php:507 -#, php-format -msgid "%s is sharing with you" -msgstr "%s współdzieli z tobą" +#: src/Content/ContactSelector.php:125 +msgid "Mostly Male" +msgstr "Głównie mężczyzna" -#: mod/contacts.php:527 -msgid "Private communications are not available for this contact." -msgstr "Prywatna rozmowa jest niemożliwa dla tego kontaktu" +#: src/Content/ContactSelector.php:125 +msgid "Mostly Female" +msgstr "Głównie kobieta" -#: mod/contacts.php:534 -msgid "(Update was successful)" -msgstr "(Aktualizacja przebiegła pomyślnie)" +#: src/Content/ContactSelector.php:125 +msgid "Transgender" +msgstr "Transseksualny" -#: mod/contacts.php:534 -msgid "(Update was not successful)" -msgstr "(Aktualizacja nie powiodła się)" +#: src/Content/ContactSelector.php:125 +msgid "Intersex" +msgstr "Interseksualne" -#: mod/contacts.php:536 mod/contacts.php:964 -msgid "Suggest friends" -msgstr "Osoby, które możesz znać" +#: src/Content/ContactSelector.php:125 +msgid "Transsexual" +msgstr "Transseksualny" -#: mod/contacts.php:540 -#, php-format -msgid "Network type: %s" -msgstr "Typ sieci: %s" +#: src/Content/ContactSelector.php:125 +msgid "Hermaphrodite" +msgstr "Hermafrodyta" -#: mod/contacts.php:553 -msgid "Communications lost with this contact!" -msgstr "Komunikacja przerwana z tym kontaktem!" +#: src/Content/ContactSelector.php:125 +msgid "Neuter" +msgstr "Rodzaj nijaki" -#: mod/contacts.php:556 -msgid "Fetch further information for feeds" -msgstr "" +#: src/Content/ContactSelector.php:125 +msgid "Non-specific" +msgstr "Niespecyficzne" -#: mod/contacts.php:557 -msgid "Fetch information" -msgstr "" +#: src/Content/ContactSelector.php:125 +msgid "Other" +msgstr "Inne" -#: mod/contacts.php:557 -msgid "Fetch information and keywords" -msgstr "" +#: src/Content/ContactSelector.php:147 +msgid "Males" +msgstr "Mężczyźni" -#: mod/contacts.php:575 -msgid "Contact" -msgstr "" +#: src/Content/ContactSelector.php:147 +msgid "Females" +msgstr "Kobiety" -#: mod/contacts.php:578 -msgid "Profile Visibility" -msgstr "Widoczność profilu" +#: src/Content/ContactSelector.php:147 +msgid "Gay" +msgstr "Gej" -#: mod/contacts.php:579 +#: src/Content/ContactSelector.php:147 +msgid "Lesbian" +msgstr "Lesbijka" + +#: src/Content/ContactSelector.php:147 +msgid "No Preference" +msgstr "Brak preferencji" + +#: src/Content/ContactSelector.php:147 +msgid "Bisexual" +msgstr "Biseksualny" + +#: src/Content/ContactSelector.php:147 +msgid "Autosexual" +msgstr "Niezidentyfikowany" + +#: src/Content/ContactSelector.php:147 +msgid "Abstinent" +msgstr "Abstynent" + +#: src/Content/ContactSelector.php:147 +msgid "Virgin" +msgstr "Dziewica" + +#: src/Content/ContactSelector.php:147 +msgid "Deviant" +msgstr "Zboczeniec" + +#: src/Content/ContactSelector.php:147 +msgid "Fetish" +msgstr "Fetysz" + +#: src/Content/ContactSelector.php:147 +msgid "Oodles" +msgstr "Nadmiar" + +#: src/Content/ContactSelector.php:147 +msgid "Nonsexual" +msgstr "Nieseksualny" + +#: src/Content/ContactSelector.php:169 +msgid "Single" +msgstr "Singiel" + +#: src/Content/ContactSelector.php:169 +msgid "Lonely" +msgstr "Samotny" + +#: src/Content/ContactSelector.php:169 +msgid "Available" +msgstr "Dostępny" + +#: src/Content/ContactSelector.php:169 +msgid "Unavailable" +msgstr "Niedostępny" + +#: src/Content/ContactSelector.php:169 +msgid "Has crush" +msgstr "Ma sympatii" + +#: src/Content/ContactSelector.php:169 +msgid "Infatuated" +msgstr "Zakochany" + +#: src/Content/ContactSelector.php:169 +msgid "Dating" +msgstr "Randki" + +#: src/Content/ContactSelector.php:169 +msgid "Unfaithful" +msgstr "Niewierny" + +#: src/Content/ContactSelector.php:169 +msgid "Sex Addict" +msgstr "Uzależniony od seksu" + +#: src/Content/ContactSelector.php:169 src/Model/User.php:505 +msgid "Friends" +msgstr "Przyjaciele" + +#: src/Content/ContactSelector.php:169 +msgid "Friends/Benefits" +msgstr "Przyjaciele/Korzyści" + +#: src/Content/ContactSelector.php:169 +msgid "Casual" +msgstr "Przypadkowy" + +#: src/Content/ContactSelector.php:169 +msgid "Engaged" +msgstr "Zaręczeni" + +#: src/Content/ContactSelector.php:169 +msgid "Married" +msgstr "Małżeństwo" + +#: src/Content/ContactSelector.php:169 +msgid "Imaginarily married" +msgstr "Fikcyjnie w związku małżeńskim" + +#: src/Content/ContactSelector.php:169 +msgid "Partners" +msgstr "Partnerzy" + +#: src/Content/ContactSelector.php:169 +msgid "Cohabiting" +msgstr "Konkubinat" + +#: src/Content/ContactSelector.php:169 +msgid "Common law" +msgstr "Prawo zwyczajowe" + +#: src/Content/ContactSelector.php:169 +msgid "Happy" +msgstr "Szczęśliwy" + +#: src/Content/ContactSelector.php:169 +msgid "Not looking" +msgstr "Nie patrzę" + +#: src/Content/ContactSelector.php:169 +msgid "Swinger" +msgstr "Swinger" + +#: src/Content/ContactSelector.php:169 +msgid "Betrayed" +msgstr "Zdradzony" + +#: src/Content/ContactSelector.php:169 +msgid "Separated" +msgstr "W separacji" + +#: src/Content/ContactSelector.php:169 +msgid "Unstable" +msgstr "Niestabilny" + +#: src/Content/ContactSelector.php:169 +msgid "Divorced" +msgstr "Rozwiedzeni" + +#: src/Content/ContactSelector.php:169 +msgid "Imaginarily divorced" +msgstr "Fikcyjnie rozwiedziony/a" + +#: src/Content/ContactSelector.php:169 +msgid "Widowed" +msgstr "Wdowiec" + +#: src/Content/ContactSelector.php:169 +msgid "Uncertain" +msgstr "Nieokreślony" + +#: src/Content/ContactSelector.php:169 +msgid "It's complicated" +msgstr "To skomplikowane" + +#: src/Content/ContactSelector.php:169 +msgid "Don't care" +msgstr "Nie przejmuj się" + +#: src/Content/ContactSelector.php:169 +msgid "Ask me" +msgstr "Zapytaj mnie " + +#: src/Database/DBStructure.php:32 +msgid "There are no tables on MyISAM." +msgstr "W MyISAM nie ma tabel." + +#: src/Database/DBStructure.php:75 #, php-format msgid "" -"Please choose the profile you would like to display to %s when viewing your " -"profile securely." -msgstr "Wybierz profil, który chcesz bezpiecznie wyświetlić %s" - -#: mod/contacts.php:580 -msgid "Contact Information / Notes" -msgstr "Informacja o kontakcie / Notka" - -#: mod/contacts.php:581 -msgid "Edit contact notes" -msgstr "Edytuj notatki kontaktu" - -#: mod/contacts.php:587 -msgid "Block/Unblock contact" -msgstr "Zablokuj/odblokuj kontakt" - -#: mod/contacts.php:588 -msgid "Ignore contact" -msgstr "Ignoruj kontakt" - -#: mod/contacts.php:589 -msgid "Repair URL settings" -msgstr "Napraw ustawienia adresu" - -#: mod/contacts.php:590 -msgid "View conversations" -msgstr "Zobacz rozmowę" - -#: mod/contacts.php:596 -msgid "Last update:" -msgstr "Ostatnia aktualizacja:" - -#: mod/contacts.php:598 -msgid "Update public posts" -msgstr "Zaktualizuj publiczne posty" - -#: mod/contacts.php:600 mod/contacts.php:974 -msgid "Update now" -msgstr "Aktualizuj teraz" - -#: mod/contacts.php:606 mod/contacts.php:806 mod/contacts.php:991 -msgid "Unignore" -msgstr "Odblokuj" - -#: mod/contacts.php:610 -msgid "Currently blocked" -msgstr "Obecnie zablokowany" - -#: mod/contacts.php:611 -msgid "Currently ignored" -msgstr "Obecnie zignorowany" - -#: mod/contacts.php:612 -msgid "Currently archived" -msgstr "Obecnie zarchiwizowany" - -#: mod/contacts.php:613 -msgid "" -"Replies/likes to your public posts may still be visible" -msgstr "Odpowiedzi/kliknięcia \"lubię to\" do twoich publicznych postów nadal mogą być widoczne" - -#: mod/contacts.php:614 -msgid "Notification for new posts" -msgstr "" - -#: mod/contacts.php:614 -msgid "Send a notification of every new post of this contact" -msgstr "" - -#: mod/contacts.php:617 -msgid "Blacklisted keywords" -msgstr "" - -#: mod/contacts.php:617 -msgid "" -"Comma separated list of keywords that should not be converted to hashtags, " -"when \"Fetch information and keywords\" is selected" -msgstr "" - -#: mod/contacts.php:635 -msgid "Actions" -msgstr "" - -#: mod/contacts.php:638 -msgid "Contact Settings" -msgstr "" - -#: mod/contacts.php:684 -msgid "Suggestions" -msgstr "Sugestie" - -#: mod/contacts.php:687 -msgid "Suggest potential friends" -msgstr "Sugerowani znajomi" - -#: mod/contacts.php:695 -msgid "Show all contacts" -msgstr "Pokaż wszystkie kontakty" - -#: mod/contacts.php:700 -msgid "Unblocked" -msgstr "Odblokowany" - -#: mod/contacts.php:703 -msgid "Only show unblocked contacts" -msgstr "Pokaż tylko odblokowane kontakty" - -#: mod/contacts.php:709 -msgid "Blocked" -msgstr "Zablokowany" - -#: mod/contacts.php:712 -msgid "Only show blocked contacts" -msgstr "Pokaż tylko zablokowane kontakty" - -#: mod/contacts.php:718 -msgid "Ignored" -msgstr "Zignorowany" - -#: mod/contacts.php:721 -msgid "Only show ignored contacts" -msgstr "Pokaż tylko ignorowane kontakty" - -#: mod/contacts.php:727 -msgid "Archived" -msgstr "Zarchiwizowane" - -#: mod/contacts.php:730 -msgid "Only show archived contacts" -msgstr "Pokaż tylko zarchiwizowane kontakty" - -#: mod/contacts.php:736 -msgid "Hidden" -msgstr "Ukryty" - -#: mod/contacts.php:739 -msgid "Only show hidden contacts" -msgstr "Pokaż tylko ukryte kontakty" - -#: mod/contacts.php:796 -msgid "Search your contacts" -msgstr "Wyszukaj w kontaktach" - -#: mod/contacts.php:807 mod/contacts.php:999 -msgid "Archive" -msgstr "Archiwum" - -#: mod/contacts.php:807 mod/contacts.php:999 -msgid "Unarchive" -msgstr "Przywróć z archiwum" - -#: mod/contacts.php:810 -msgid "Batch Actions" -msgstr "" - -#: mod/contacts.php:856 -msgid "View all contacts" -msgstr "Zobacz wszystkie kontakty" - -#: mod/contacts.php:866 -msgid "View all common friends" -msgstr "" - -#: mod/contacts.php:873 -msgid "Advanced Contact Settings" -msgstr "Zaawansowane ustawienia kontaktów" - -#: mod/contacts.php:907 -msgid "Mutual Friendship" -msgstr "Wzajemna przyjaźń" - -#: mod/contacts.php:911 -msgid "is a fan of yours" -msgstr "jest twoim fanem" - -#: mod/contacts.php:915 -msgid "you are a fan of" -msgstr "jesteś fanem" - -#: mod/contacts.php:985 -msgid "Toggle Blocked status" -msgstr "" - -#: mod/contacts.php:993 -msgid "Toggle Ignored status" -msgstr "" - -#: mod/contacts.php:1001 -msgid "Toggle Archive status" -msgstr "" - -#: mod/contacts.php:1009 -msgid "Delete contact" -msgstr "Usuń kontakt" - -#: mod/dfrn_confirm.php:127 -msgid "" -"This may occasionally happen if contact was requested by both persons and it" -" has already been approved." -msgstr "" - -#: mod/dfrn_confirm.php:246 -msgid "Response from remote site was not understood." -msgstr "Odpowiedź do zdalnej strony nie została zrozumiana" - -#: mod/dfrn_confirm.php:255 mod/dfrn_confirm.php:260 -msgid "Unexpected response from remote site: " -msgstr "Nieoczekiwana odpowiedź od strony zdalnej" - -#: mod/dfrn_confirm.php:269 -msgid "Confirmation completed successfully." -msgstr "Potwierdzenie ukończone poprawnie" - -#: mod/dfrn_confirm.php:271 mod/dfrn_confirm.php:285 mod/dfrn_confirm.php:292 -msgid "Remote site reported: " -msgstr "Zdalna strona zgłoszona:" - -#: mod/dfrn_confirm.php:283 -msgid "Temporary failure. Please wait and try again." -msgstr "Tymczasowo uszkodzone. Proszę poczekać i spróbować później." - -#: mod/dfrn_confirm.php:290 -msgid "Introduction failed or was revoked." -msgstr "Nieudane lub unieważnione wprowadzenie." - -#: mod/dfrn_confirm.php:419 -msgid "Unable to set contact photo." -msgstr "Nie można ustawić zdjęcia kontaktu." - -#: mod/dfrn_confirm.php:557 -#, php-format -msgid "No user record found for '%s' " -msgstr "Nie znaleziono użytkownika dla '%s'" - -#: mod/dfrn_confirm.php:567 -msgid "Our site encryption key is apparently messed up." -msgstr "Klucz kodujący jest najwyraźniej zepsuty" - -#: mod/dfrn_confirm.php:578 -msgid "Empty site URL was provided or URL could not be decrypted by us." -msgstr "Został dostarczony pusty URL lub nie może zostać rozszyfrowany przez nas." - -#: mod/dfrn_confirm.php:599 -msgid "Contact record was not found for you on our site." -msgstr "Nie znaleziono kontaktu na naszej stronie" - -#: mod/dfrn_confirm.php:613 -#, php-format -msgid "Site public key not available in contact record for URL %s." -msgstr "" - -#: mod/dfrn_confirm.php:633 -msgid "" -"The ID provided by your system is a duplicate on our system. It should work " -"if you try again." -msgstr "ID dostarczone przez Twój system jest już w naszeym systemie. Powinno zadziałać jeżeli spróbujesz ponownie." - -#: mod/dfrn_confirm.php:644 -msgid "Unable to set your contact credentials on our system." -msgstr "Niezdolny do ustalenie tożsamości twoich kontaktów w naszym systemie" - -#: mod/dfrn_confirm.php:703 -msgid "Unable to update your contact profile details on our system" -msgstr "Niezdolny do aktualizacji szczegółowych danych profilowych twoich kontaktów w naszym systemie" - -#: mod/dfrn_confirm.php:775 -#, php-format -msgid "%1$s has joined %2$s" -msgstr "%1$s dołączył/a do %2$s" - -#: mod/dfrn_request.php:101 -msgid "This introduction has already been accepted." -msgstr "To wprowadzenie zostało już zaakceptowane." - -#: mod/dfrn_request.php:124 mod/dfrn_request.php:520 -msgid "Profile location is not valid or does not contain profile information." -msgstr "Położenie profilu jest niepoprawne lub nie zawiera żadnych informacji." - -#: mod/dfrn_request.php:129 mod/dfrn_request.php:525 -msgid "Warning: profile location has no identifiable owner name." -msgstr "Ostrzeżenie: położenie profilu ma taką samą nazwę jak użytkownik." - -#: mod/dfrn_request.php:131 mod/dfrn_request.php:527 -msgid "Warning: profile location has no profile photo." -msgstr "Ostrzeżenie: położenie profilu nie zawiera zdjęcia." - -#: mod/dfrn_request.php:134 mod/dfrn_request.php:530 -#, php-format -msgid "%d required parameter was not found at the given location" -msgid_plural "%d required parameters were not found at the given location" -msgstr[0] "%d wymagany parametr nie został znaleziony w podanej lokacji" -msgstr[1] "%d wymagane parametry nie zostały znalezione w podanej lokacji" -msgstr[2] "%d wymagany parametr nie został znaleziony w podanej lokacji" - -#: mod/dfrn_request.php:180 -msgid "Introduction complete." -msgstr "wprowadzanie zakończone." - -#: mod/dfrn_request.php:222 -msgid "Unrecoverable protocol error." -msgstr "Nieodwracalny błąd protokołu." - -#: mod/dfrn_request.php:250 -msgid "Profile unavailable." -msgstr "Profil niedostępny." - -#: mod/dfrn_request.php:277 -#, php-format -msgid "%s has received too many connection requests today." -msgstr "%s otrzymał dziś zbyt wiele żądań połączeń." - -#: mod/dfrn_request.php:278 -msgid "Spam protection measures have been invoked." -msgstr "Ochrona przed spamem została wywołana." - -#: mod/dfrn_request.php:279 -msgid "Friends are advised to please try again in 24 hours." -msgstr "Przyjaciele namawiają do spróbowania za 24h." - -#: mod/dfrn_request.php:341 -msgid "Invalid locator" -msgstr "Niewłaściwy lokalizator " - -#: mod/dfrn_request.php:350 -msgid "Invalid email address." -msgstr "Nieprawidłowy adres email." - -#: mod/dfrn_request.php:375 -msgid "This account has not been configured for email. Request failed." -msgstr "Te konto nie zostało skonfigurowane do poczty e mail . Niepowodzenie ." - -#: mod/dfrn_request.php:478 -msgid "You have already introduced yourself here." -msgstr "Już się tu przedstawiłeś." - -#: mod/dfrn_request.php:482 -#, php-format -msgid "Apparently you are already friends with %s." -msgstr "Widocznie jesteście już znajomymi z %s" - -#: mod/dfrn_request.php:503 -msgid "Invalid profile URL." -msgstr "Zły adres URL profilu." - -#: mod/dfrn_request.php:604 -msgid "Your introduction has been sent." -msgstr "Twoje dane zostały wysłane." - -#: mod/dfrn_request.php:644 -msgid "" -"Remote subscription can't be done for your network. Please subscribe " -"directly on your system." -msgstr "" - -#: mod/dfrn_request.php:664 -msgid "Please login to confirm introduction." -msgstr "Proszę zalogować się do potwierdzenia wstępu." - -#: mod/dfrn_request.php:674 -msgid "" -"Incorrect identity currently logged in. Please login to " -"this profile." -msgstr "Niepoprawna tożsamość obecnego użytkownika. Proszę zalogować się na tego użytkownika. " - -#: mod/dfrn_request.php:688 mod/dfrn_request.php:705 -msgid "Confirm" -msgstr "Potwierdź" - -#: mod/dfrn_request.php:700 -msgid "Hide this contact" -msgstr "Ukryj kontakt" - -#: mod/dfrn_request.php:703 -#, php-format -msgid "Welcome home %s." -msgstr "Welcome home %s." - -#: mod/dfrn_request.php:704 -#, php-format -msgid "Please confirm your introduction/connection request to %s." -msgstr "Proszę potwierdzić swój wstęp/prośbę o połączenie do %s." - -#: mod/dfrn_request.php:833 -msgid "" -"Please enter your 'Identity Address' from one of the following supported " -"communications networks:" -msgstr "Proszę podaj swój \"Adres tożsamości \" z jednej z możliwych wspieranych sieci komunikacyjnych ." - -#: mod/dfrn_request.php:854 +"\n" +"\t\t\t\tThe friendica developers released update %s recently,\n" +"\t\t\t\tbut when I tried to install it, something went terribly wrong.\n" +"\t\t\t\tThis needs to be fixed soon and I can't do it alone. Please contact a\n" +"\t\t\t\tfriendica developer if you can not help me on your own. My database might be invalid." +msgstr "\n\t\t\t\tDeweloperzy friendica wydali niedawno aktualizację %s,\n\t\t\t\tale podczas próby instalacji, coś poszło nie tak.\n\t\t\t\tZostanie to naprawione wkrótce i nie mogę tego zrobić sam. Proszę skontaktować się z \n\t\t\t\tprogramistami friendica, jeśli nie możesz mi pomóc na własną rękę. Moja baza danych może być nieprawidłowa." + +#: src/Database/DBStructure.php:80 #, php-format msgid "" -"If you are not yet a member of the free social web, follow this link to find a public Friendica site and " -"join us today." -msgstr "" +"The error message is\n" +"[pre]%s[/pre]" +msgstr "Komunikat o błędzie jest \n[pre]%s[/ pre]" -#: mod/dfrn_request.php:859 -msgid "Friend/Connection Request" -msgstr "Przyjaciel/Prośba o połączenie" - -#: mod/dfrn_request.php:860 -msgid "" -"Examples: jojo@demo.friendica.com, http://demo.friendica.com/profile/jojo, " -"testuser@identi.ca" -msgstr "Przykład : jojo@demo.friendica.com , http://demofriendica.com/profile/jojo , testuser@identi.ca" - -#: mod/dfrn_request.php:861 mod/follow.php:109 -msgid "Please answer the following:" -msgstr "Proszę odpowiedzieć na poniższe:" - -#: mod/dfrn_request.php:862 mod/follow.php:110 -#, php-format -msgid "Does %s know you?" -msgstr "Czy %s Cię zna?" - -#: mod/dfrn_request.php:866 mod/follow.php:111 -msgid "Add a personal note:" -msgstr "Dodaj osobistą notkę:" - -#: mod/dfrn_request.php:869 -msgid "StatusNet/Federated Social Web" -msgstr "StatusNet/Federated Sieć społeczna" - -#: mod/dfrn_request.php:871 +#: src/Database/DBStructure.php:191 #, php-format msgid "" -" - please do not use this form. Instead, enter %s into your Diaspora search" -" bar." -msgstr "- proszę wyraź to inaczej . Zamiast tego ,wprowadź %s do swojej belki wyszukiwarki." +"\n" +"Error %d occurred during database update:\n" +"%s\n" +msgstr "\nWystąpił błąd %d podczas aktualizacji bazy danych:\n%s\n" -#: mod/dfrn_request.php:872 mod/follow.php:117 -msgid "Your Identity Address:" -msgstr "Twój zidentyfikowany adres:" +#: src/Database/DBStructure.php:194 +msgid "Errors encountered performing database changes: " +msgstr "Napotkane błędy powodujące zmiany w bazie danych:" -#: mod/dfrn_request.php:875 mod/follow.php:19 -msgid "Submit Request" -msgstr "Wyślij zgłoszenie" +#: src/Database/DBStructure.php:210 +msgid ": Database update" +msgstr ": Aktualizacja bazy danych" -#: mod/follow.php:30 -msgid "You already added this contact." +#: src/Database/DBStructure.php:460 +#, php-format +msgid "%s: updating %s table." +msgstr "%s: aktualizowanie %s tabeli." + +#: src/Model/Mail.php:40 src/Model/Mail.php:174 +msgid "[no subject]" +msgstr "[bez tematu]" + +#: src/Model/Profile.php:97 +msgid "Requested account is not available." +msgstr "Żądane konto jest niedostępne." + +#: src/Model/Profile.php:168 src/Model/Profile.php:399 +#: src/Model/Profile.php:859 +msgid "Edit profile" +msgstr "Edytuj profil" + +#: src/Model/Profile.php:336 +msgid "Atom feed" +msgstr "Kanał Atom" + +#: src/Model/Profile.php:372 +msgid "Manage/edit profiles" +msgstr "Zarządzaj profilami" + +#: src/Model/Profile.php:548 src/Model/Profile.php:641 +msgid "g A l F d" +msgstr "g A I F d" + +#: src/Model/Profile.php:549 +msgid "F d" msgstr "" -#: mod/follow.php:39 -msgid "Diaspora support isn't enabled. Contact can't be added." -msgstr "" +#: src/Model/Profile.php:606 src/Model/Profile.php:703 +msgid "[today]" +msgstr "[dziś]" -#: mod/follow.php:46 -msgid "OStatus support is disabled. Contact can't be added." -msgstr "" +#: src/Model/Profile.php:617 +msgid "Birthday Reminders" +msgstr "Przypomnienia o urodzinach" -#: mod/follow.php:53 -msgid "The network type couldn't be detected. Contact can't be added." -msgstr "" +#: src/Model/Profile.php:618 +msgid "Birthdays this week:" +msgstr "Urodziny w tym tygodniu:" -#: mod/follow.php:180 -msgid "Contact added" -msgstr "Kontakt dodany" +#: src/Model/Profile.php:690 +msgid "[No description]" +msgstr "[Brak opisu]" -#: mod/install.php:139 -msgid "Friendica Communications Server - Setup" -msgstr "" +#: src/Model/Profile.php:717 +msgid "Event Reminders" +msgstr "Przypominacze wydarzeń" -#: mod/install.php:145 -msgid "Could not connect to database." -msgstr "Nie można nawiązać połączenia z bazą danych" +#: src/Model/Profile.php:718 +msgid "Events this week:" +msgstr "Wydarzenia w tym tygodniu:" -#: mod/install.php:149 -msgid "Could not create table." -msgstr "Nie mogę stworzyć tabeli." +#: src/Model/Profile.php:741 +msgid "Member since:" +msgstr "Członek od:" -#: mod/install.php:155 -msgid "Your Friendica site database has been installed." -msgstr "" +#: src/Model/Profile.php:749 +msgid "j F, Y" +msgstr "d M, R" -#: mod/install.php:160 +#: src/Model/Profile.php:750 +msgid "j F" +msgstr "d M" + +#: src/Model/Profile.php:765 +msgid "Age:" +msgstr "Wiek:" + +#: src/Model/Profile.php:778 +#, php-format +msgid "for %1$d %2$s" +msgstr "od %1$d %2$s" + +#: src/Model/Profile.php:802 +msgid "Religion:" +msgstr "Religia:" + +#: src/Model/Profile.php:810 +msgid "Hobbies/Interests:" +msgstr "Hobby/Zainteresowania:" + +#: src/Model/Profile.php:822 +msgid "Contact information and Social Networks:" +msgstr "Informacje kontaktowe i sieci społeczne" + +#: src/Model/Profile.php:826 +msgid "Musical interests:" +msgstr "Zainteresowania muzyczne:" + +#: src/Model/Profile.php:830 +msgid "Books, literature:" +msgstr "Książki, literatura:" + +#: src/Model/Profile.php:834 +msgid "Television:" +msgstr "Telewizja:" + +#: src/Model/Profile.php:838 +msgid "Film/dance/culture/entertainment:" +msgstr "Film/taniec/kultura/rozrywka" + +#: src/Model/Profile.php:842 +msgid "Love/Romance:" +msgstr "Miłość/Romans:" + +#: src/Model/Profile.php:846 +msgid "Work/employment:" +msgstr "Praca/zatrudnienie:" + +#: src/Model/Profile.php:850 +msgid "School/education:" +msgstr "Szkoła/edukacja:" + +#: src/Model/Profile.php:855 +msgid "Forums:" +msgstr "Fora:" + +#: src/Model/Profile.php:949 +msgid "Only You Can See This" +msgstr "Tylko ty możesz to zobaczyć" + +#: src/Model/Item.php:1676 +#, php-format +msgid "%1$s is attending %2$s's %3$s" +msgstr "%1$suczestniczy %2$s's %3$s " + +#: src/Model/Item.php:1681 +#, php-format +msgid "%1$s is not attending %2$s's %3$s" +msgstr "%1$snie uczestniczy %2$s's %3$s " + +#: src/Model/Item.php:1686 +#, php-format +msgid "%1$s may attend %2$s's %3$s" +msgstr "%1$smogą uczestniczyć %2$s's %3$s " + +#: src/Model/Group.php:44 msgid "" -"You may need to import the file \"database.sql\" manually using phpmyadmin " -"or mysql." -msgstr "Może być konieczne zaimportowanie pliku \"database.sql\" ręcznie, używając phpmyadmin lub mysql." +"A deleted group with this name was revived. Existing item permissions " +"may apply to this group and any future members. If this is " +"not what you intended, please create another group with a different name." +msgstr "Skasowana grupa o tej nazwie została przywrócona. Istniejące uprawnienia do pozycji mogą dotyczyć tej grupy i wszystkich przyszłych członków. Jeśli nie jest to zamierzone, utwórz inną grupę o innej nazwie." -#: mod/install.php:161 mod/install.php:230 mod/install.php:607 -msgid "Please see the file \"INSTALL.txt\"." -msgstr "Proszę przejrzeć plik \"INSTALL.txt\"." +#: src/Model/Group.php:328 +msgid "Default privacy group for new contacts" +msgstr "Domyślne ustawienia prywatności dla nowych kontaktów" -#: mod/install.php:173 -msgid "Database already in use." -msgstr "" +#: src/Model/Group.php:361 +msgid "Everybody" +msgstr "Wszyscy" -#: mod/install.php:227 -msgid "System check" -msgstr "Sprawdzanie systemu" +#: src/Model/Group.php:381 +msgid "edit" +msgstr "edytuj" -#: mod/install.php:232 -msgid "Check again" -msgstr "Sprawdź ponownie" +#: src/Model/Group.php:405 +msgid "Edit group" +msgstr "Edytuj grupy" -#: mod/install.php:251 -msgid "Database connection" -msgstr "Połączenie z bazą danych" +#: src/Model/Group.php:406 +msgid "Contacts not in any group" +msgstr "Kontakt nie jest w żadnej grupie" -#: mod/install.php:252 +#: src/Model/Group.php:407 +msgid "Create a new group" +msgstr "Stwórz nową grupę" + +#: src/Model/Group.php:409 +msgid "Edit groups" +msgstr "Edytuj grupy" + +#: src/Model/Contact.php:645 +msgid "Drop Contact" +msgstr "Upuść kontakt" + +#: src/Model/Contact.php:1048 +msgid "Organisation" +msgstr "Organizacja" + +#: src/Model/Contact.php:1051 +msgid "News" +msgstr "Aktualności" + +#: src/Model/Contact.php:1054 +msgid "Forum" +msgstr "Forum" + +#: src/Model/Contact.php:1233 +msgid "Connect URL missing." +msgstr "Brak adresu URL połączenia." + +#: src/Model/Contact.php:1242 msgid "" -"In order to install Friendica we need to know how to connect to your " -"database." -msgstr "W celu zainstalowania Friendica musimy wiedzieć jak połączyć się z twoją bazą danych." +"The contact could not be added. Please check the relevant network " +"credentials in your Settings -> Social Networks page." +msgstr "Nie można dodać kontaktu. Sprawdź odpowiednie poświadczenia sieciowe na stronie Ustawienia -> Sieci społecznościowe." -#: mod/install.php:253 +#: src/Model/Contact.php:1289 msgid "" -"Please contact your hosting provider or site administrator if you have " -"questions about these settings." -msgstr "Proszę skontaktuj się ze swoim dostawcą usług hostingowych bądź administratorem strony jeśli masz pytania co do tych ustawień ." +"This site is not configured to allow communications with other networks." +msgstr "Ta strona nie jest skonfigurowana do pozwalania na komunikację z innymi sieciami" -#: mod/install.php:254 +#: src/Model/Contact.php:1290 src/Model/Contact.php:1304 +msgid "No compatible communication protocols or feeds were discovered." +msgstr "Nie znaleziono żadnych kompatybilnych protokołów komunikacyjnych ani źródeł." + +#: src/Model/Contact.php:1302 +msgid "The profile address specified does not provide adequate information." +msgstr "Dany adres profilu nie dostarcza odpowiednich informacji." + +#: src/Model/Contact.php:1307 +msgid "An author or name was not found." +msgstr "Autor lub nazwa nie zostało znalezione." + +#: src/Model/Contact.php:1310 +msgid "No browser URL could be matched to this address." +msgstr "Przeglądarka WWW nie może odnaleźć podanego adresu" + +#: src/Model/Contact.php:1313 msgid "" -"The database you specify below should already exist. If it does not, please " -"create it before continuing." -msgstr "Wymieniona przez Ciebie baza danych powinna już istnieć. Jeżeli nie, utwórz ją przed kontynuacją." +"Unable to match @-style Identity Address with a known protocol or email " +"contact." +msgstr "Nie można dopasować @-stylu Adres identyfikacyjny ze znanym protokołem lub kontaktem e-mail." -#: mod/install.php:258 -msgid "Database Server Name" -msgstr "Baza danych - Nazwa serwera" +#: src/Model/Contact.php:1314 +msgid "Use mailto: in front of address to force email check." +msgstr "Użyj mailto: przed adresem, aby wymusić sprawdzanie poczty e-mail." -#: mod/install.php:259 -msgid "Database Login Name" -msgstr "Baza danych - Nazwa loginu" - -#: mod/install.php:260 -msgid "Database Login Password" -msgstr "Baza danych - Hasło loginu" - -#: mod/install.php:261 -msgid "Database Name" -msgstr "Baza danych - Nazwa" - -#: mod/install.php:262 mod/install.php:303 -msgid "Site administrator email address" -msgstr "Adres e-mail administratora strony" - -#: mod/install.php:262 mod/install.php:303 +#: src/Model/Contact.php:1320 msgid "" -"Your account email address must match this in order to use the web admin " -"panel." -msgstr "" +"The profile address specified belongs to a network which has been disabled " +"on this site." +msgstr "Określony adres profilu należy do sieci, która została wyłączona na tej stronie." -#: mod/install.php:266 mod/install.php:306 -msgid "Please select a default timezone for your website" -msgstr "Proszę wybrać domyślną strefę czasową dla swojej strony" - -#: mod/install.php:293 -msgid "Site settings" -msgstr "Ustawienia strony" - -#: mod/install.php:307 -msgid "System Language:" -msgstr "" - -#: mod/install.php:307 +#: src/Model/Contact.php:1325 msgid "" -"Set the default language for your Friendica installation interface and to " -"send emails." +"Limited profile. This person will be unable to receive direct/personal " +"notifications from you." +msgstr "Profil ograniczony. Ta osoba będzie niezdolna do odbierania osobistych powiadomień od ciebie." + +#: src/Model/Contact.php:1376 +msgid "Unable to retrieve contact information." +msgstr "Nie można otrzymać informacji kontaktowych" + +#: src/Model/Contact.php:1588 +#, php-format +msgid "%s's birthday" +msgstr "Urodziny %s" + +#: src/Model/Contact.php:1589 src/Protocol/DFRN.php:1478 +#, php-format +msgid "Happy Birthday %s" +msgstr "Urodziny %s" + +#: src/Model/Event.php:53 src/Model/Event.php:70 src/Model/Event.php:419 +#: src/Model/Event.php:882 +msgid "Starts:" +msgstr "Rozpoczęcie:" + +#: src/Model/Event.php:56 src/Model/Event.php:76 src/Model/Event.php:420 +#: src/Model/Event.php:886 +msgid "Finishes:" +msgstr "Zakończenie:" + +#: src/Model/Event.php:368 +msgid "all-day" +msgstr "cały dzień" + +#: src/Model/Event.php:391 +msgid "Jun" +msgstr "cze" + +#: src/Model/Event.php:394 +msgid "Sept" +msgstr "wrz" + +#: src/Model/Event.php:417 +msgid "No events to display" +msgstr "Brak wydarzeń do wyświetlenia" + +#: src/Model/Event.php:543 +msgid "l, F j" +msgstr "d, M d " + +#: src/Model/Event.php:566 +msgid "Edit event" +msgstr "Edytuj wydarzenie" + +#: src/Model/Event.php:567 +msgid "Duplicate event" +msgstr "Zduplikowane zdarzenie" + +#: src/Model/Event.php:568 +msgid "Delete event" +msgstr "Usuń wydarzenie" + +#: src/Model/Event.php:815 +msgid "D g:i A" msgstr "" -#: mod/install.php:347 -msgid "Could not find a command line version of PHP in the web server PATH." -msgstr "Nie można znaleźć wersji PHP komendy w serwerze PATH" +#: src/Model/Event.php:816 +msgid "g:i A" +msgstr "" -#: mod/install.php:348 +#: src/Model/Event.php:901 src/Model/Event.php:903 +msgid "Show map" +msgstr "Pokaż mapę" + +#: src/Model/Event.php:902 +msgid "Hide map" +msgstr "Ukryj mapę" + +#: src/Model/User.php:144 +msgid "Login failed" +msgstr "Logowanie nieudane" + +#: src/Model/User.php:175 +msgid "Not enough information to authenticate" +msgstr "Za mało informacji do uwierzytelnienia" + +#: src/Model/User.php:332 +msgid "An invitation is required." +msgstr "Wymagane zaproszenie." + +#: src/Model/User.php:336 +msgid "Invitation could not be verified." +msgstr "Zaproszenie niezweryfikowane." + +#: src/Model/User.php:343 +msgid "Invalid OpenID url" +msgstr "Nieprawidłowy adres url OpenID" + +#: src/Model/User.php:356 src/Module/Login.php:100 msgid "" -"If you don't have a command line version of PHP installed on server, you " -"will not be able to run background polling via cron. See 'Setup the poller'" -msgstr "" +"We encountered a problem while logging in with the OpenID you provided. " +"Please check the correct spelling of the ID." +msgstr "Napotkaliśmy problem podczas logowania z podanym przez nas identyfikatorem OpenID. Sprawdź poprawną pisownię identyfikatora." -#: mod/install.php:352 -msgid "PHP executable path" -msgstr "" +#: src/Model/User.php:356 src/Module/Login.php:100 +msgid "The error message was:" +msgstr "Komunikat o błędzie:" -#: mod/install.php:352 +#: src/Model/User.php:362 +msgid "Please enter the required information." +msgstr "Wprowadź wymagane informacje" + +#: src/Model/User.php:375 +msgid "Please use a shorter name." +msgstr "Użyj dłuższej nazwy." + +#: src/Model/User.php:378 +msgid "Name too short." +msgstr "Nazwa jest za krótka." + +#: src/Model/User.php:386 +msgid "That doesn't appear to be your full (First Last) name." +msgstr "Zdaje mi się że to nie jest twoje pełne Imię(Nazwisko)." + +#: src/Model/User.php:391 +msgid "Your email domain is not among those allowed on this site." +msgstr "Twoja domena internetowa nie jest obsługiwana na tej stronie." + +#: src/Model/User.php:395 +msgid "Not a valid email address." +msgstr "Niepoprawny adres e mail.." + +#: src/Model/User.php:399 src/Model/User.php:407 +msgid "Cannot use that email." +msgstr "Nie możesz użyć tego e-maila. " + +#: src/Model/User.php:414 +msgid "Your nickname can only contain a-z, 0-9 and _." +msgstr "Twój pseudonim może zawierać tylko a-z, 0-9 i _." + +#: src/Model/User.php:421 src/Model/User.php:477 +msgid "Nickname is already registered. Please choose another." +msgstr "Ten login jest zajęty. Wybierz inny." + +#: src/Model/User.php:431 +msgid "SERIOUS ERROR: Generation of security keys failed." +msgstr "POWAŻNY BŁĄD: niepowodzenie podczas tworzenia kluczy zabezpieczeń." + +#: src/Model/User.php:464 src/Model/User.php:468 +msgid "An error occurred during registration. Please try again." +msgstr "Wystąpił bład podczas rejestracji, Spróbuj ponownie." + +#: src/Model/User.php:488 view/theme/duepuntozero/config.php:54 +msgid "default" +msgstr "standardowe" + +#: src/Model/User.php:493 +msgid "An error occurred creating your default profile. Please try again." +msgstr "Wystąpił błąd podczas tworzenia profilu. Spróbuj ponownie." + +#: src/Model/User.php:500 +msgid "An error occurred creating your self contact. Please try again." +msgstr "Wystąpił błąd podczas tworzenia własnego kontaktu. Proszę spróbuj ponownie." + +#: src/Model/User.php:509 msgid "" -"Enter full path to php executable. You can leave this blank to continue the " -"installation." -msgstr "" +"An error occurred creating your default contact group. Please try again." +msgstr "Wystąpił błąd podczas tworzenia domyślnej grupy kontaktów. Proszę spróbuj ponownie." -#: mod/install.php:357 -msgid "Command line PHP" -msgstr "Linia komend PHP" - -#: mod/install.php:366 -msgid "PHP executable is not the php cli binary (could be cgi-fgci version)" -msgstr "" - -#: mod/install.php:367 -msgid "Found PHP version: " -msgstr "Znaleziono wersje PHP:" - -#: mod/install.php:369 -msgid "PHP cli binary" -msgstr "" - -#: mod/install.php:380 -msgid "" -"The command line version of PHP on your system does not have " -"\"register_argc_argv\" enabled." -msgstr "Wersja linii poleceń PHP w twoim systemie nie ma aktywowanego \"register_argc_argv\"." - -#: mod/install.php:381 -msgid "This is required for message delivery to work." -msgstr "To jest wymagane do dostarczenia wiadomości do pracy." - -#: mod/install.php:383 -msgid "PHP register_argc_argv" -msgstr "" - -#: mod/install.php:404 -msgid "" -"Error: the \"openssl_pkey_new\" function on this system is not able to " -"generate encryption keys" -msgstr "Błąd : funkcja systemu \"openssl_pkey_new\" nie jest w stanie wygenerować klucza szyfrującego ." - -#: mod/install.php:405 -msgid "" -"If running under Windows, please see " -"\"http://www.php.net/manual/en/openssl.installation.php\"." -msgstr "Jeśli korzystasz z Windowsa, proszę odwiedzić \"http://www.php.net/manual/en/openssl.installation.php\"." - -#: mod/install.php:407 -msgid "Generate encryption keys" -msgstr "Generuj klucz kodowania" - -#: mod/install.php:414 -msgid "libCurl PHP module" -msgstr "Moduł libCurl PHP" - -#: mod/install.php:415 -msgid "GD graphics PHP module" -msgstr "Moduł PHP-GD" - -#: mod/install.php:416 -msgid "OpenSSL PHP module" -msgstr "Moduł PHP OpenSSL" - -#: mod/install.php:417 -msgid "mysqli PHP module" -msgstr "Moduł mysql PHP" - -#: mod/install.php:418 -msgid "mb_string PHP module" -msgstr "Moduł mb_string PHP" - -#: mod/install.php:419 -msgid "mcrypt PHP module" -msgstr "" - -#: mod/install.php:420 -msgid "XML PHP module" -msgstr "" - -#: mod/install.php:421 -msgid "iconv module" -msgstr "" - -#: mod/install.php:425 mod/install.php:427 -msgid "Apache mod_rewrite module" -msgstr "Moduł Apache mod_rewrite" - -#: mod/install.php:425 -msgid "" -"Error: Apache webserver mod-rewrite module is required but not installed." -msgstr "Błąd: moduł Apache webserver mod-rewrite jest potrzebny, jednakże nie jest zainstalowany." - -#: mod/install.php:433 -msgid "Error: libCURL PHP module required but not installed." -msgstr "Błąd: libCURL PHP wymagany moduł, lecz nie zainstalowany." - -#: mod/install.php:437 -msgid "" -"Error: GD graphics PHP module with JPEG support required but not installed." -msgstr "Błąd: moduł graficzny GD z PHP potrzebuje wsparcia technicznego JPEG, jednakże on nie jest zainstalowany." - -#: mod/install.php:441 -msgid "Error: openssl PHP module required but not installed." -msgstr "Błąd: openssl PHP wymagany moduł, lecz nie zainstalowany." - -#: mod/install.php:445 -msgid "Error: mysqli PHP module required but not installed." -msgstr "Błąd: mysqli PHP wymagany moduł, lecz nie zainstalowany." - -#: mod/install.php:449 -msgid "Error: mb_string PHP module required but not installed." -msgstr "Błąd: moduł PHP mb_string jest wymagany ale nie jest zainstalowany" - -#: mod/install.php:453 -msgid "Error: mcrypt PHP module required but not installed." -msgstr "" - -#: mod/install.php:457 -msgid "Error: iconv PHP module required but not installed." -msgstr "" - -#: mod/install.php:466 -msgid "" -"If you are using php_cli, please make sure that mcrypt module is enabled in " -"its config file" -msgstr "" - -#: mod/install.php:469 -msgid "" -"Function mcrypt_create_iv() is not defined. This is needed to enable RINO2 " -"encryption layer." -msgstr "" - -#: mod/install.php:471 -msgid "mcrypt_create_iv() function" -msgstr "" - -#: mod/install.php:479 -msgid "Error, XML PHP module required but not installed." -msgstr "" - -#: mod/install.php:494 -msgid "" -"The web installer needs to be able to create a file called \".htconfig.php\"" -" in the top folder of your web server and it is unable to do so." -msgstr "Instalator WWW musi być w stanie utworzyć plik o nazwie \". Htconfig.php\" i nie jest w stanie tego zrobić." - -#: mod/install.php:495 -msgid "" -"This is most often a permission setting, as the web server may not be able " -"to write files in your folder - even if you can." -msgstr "" - -#: mod/install.php:496 -msgid "" -"At the end of this procedure, we will give you a text to save in a file " -"named .htconfig.php in your Friendica top folder." -msgstr "" - -#: mod/install.php:497 -msgid "" -"You can alternatively skip this procedure and perform a manual installation." -" Please see the file \"INSTALL.txt\" for instructions." -msgstr "" - -#: mod/install.php:500 -msgid ".htconfig.php is writable" -msgstr ".htconfig.php jest zapisywalny" - -#: mod/install.php:510 -msgid "" -"Friendica uses the Smarty3 template engine to render its web views. Smarty3 " -"compiles templates to PHP to speed up rendering." -msgstr "" - -#: mod/install.php:511 -msgid "" -"In order to store these compiled templates, the web server needs to have " -"write access to the directory view/smarty3/ under the Friendica top level " -"folder." -msgstr "" - -#: mod/install.php:512 -msgid "" -"Please ensure that the user that your web server runs as (e.g. www-data) has" -" write access to this folder." -msgstr "" - -#: mod/install.php:513 -msgid "" -"Note: as a security measure, you should give the web server write access to " -"view/smarty3/ only--not the template files (.tpl) that it contains." -msgstr "" - -#: mod/install.php:516 -msgid "view/smarty3 is writable" -msgstr "" - -#: mod/install.php:532 -msgid "" -"Url rewrite in .htaccess is not working. Check your server configuration." -msgstr "" - -#: mod/install.php:534 -msgid "Url rewrite is working" -msgstr "" - -#: mod/install.php:552 -msgid "ImageMagick PHP extension is not installed" -msgstr "" - -#: mod/install.php:555 -msgid "ImageMagick PHP extension is installed" -msgstr "" - -#: mod/install.php:557 -msgid "ImageMagick supports GIF" -msgstr "" - -#: mod/install.php:566 -msgid "" -"The database configuration file \".htconfig.php\" could not be written. " -"Please use the enclosed text to create a configuration file in your web " -"server root." -msgstr "Konfiguracja bazy danych pliku \".htconfig.php\" nie mogła zostać zapisana. Proszę użyć załączonego tekstu, aby utworzyć folder konfiguracyjny w sieci serwera." - -#: mod/install.php:605 -msgid "

    What next

    " -msgstr "

    Co dalej

    " - -#: mod/install.php:606 -msgid "" -"IMPORTANT: You will need to [manually] setup a scheduled task for the " -"poller." -msgstr "WAŻNE: Musisz [ręcznie] skonfigurowć zaplanowane zadanie dla poller." - -#: mod/item.php:116 -msgid "Unable to locate original post." -msgstr "Nie można zlokalizować oryginalnej wiadomości." - -#: mod/item.php:341 -msgid "Empty post discarded." -msgstr "Pusty wpis wyrzucony." - -#: mod/item.php:902 -msgid "System error. Post not saved." -msgstr "Błąd. Post niezapisany." - -#: mod/item.php:992 +#: src/Model/User.php:583 #, php-format msgid "" -"This message was sent to you by %s, a member of the Friendica social " -"network." -msgstr "Wiadomość została wysłana do ciebie od %s , członka portalu Friendica" +"\n" +"\t\t\tDear %1$s,\n" +"\t\t\t\tThank you for registering at %2$s. Your account is pending for approval by the administrator.\n" +"\t\t" +msgstr "\n\t\t\tDrodzy %1$s, \n\t\t\t\tDziękujemy za rejestrację na stronie %2$s. Twoje konto czeka na zatwierdzenie przez administratora." -#: mod/item.php:994 +#: src/Model/User.php:593 #, php-format -msgid "You may visit them online at %s" -msgstr "Możesz ich odwiedzić online u %s" +msgid "Registration at %s" +msgstr "Rejestracja w %s" -#: mod/item.php:995 -msgid "" -"Please contact the sender by replying to this post if you do not wish to " -"receive these messages." -msgstr "Skontaktuj się z nadawcą odpowiadając na ten post jeśli nie chcesz otrzymywać tych wiadomości." - -#: mod/item.php:999 -#, php-format -msgid "%s posted an update." -msgstr "%s zaktualizował wpis." - -#: mod/network.php:398 +#: src/Model/User.php:611 #, php-format msgid "" -"Warning: This group contains %s member from a network that doesn't allow non" -" public messages." -msgid_plural "" -"Warning: This group contains %s members from a network that doesn't allow " -"non public messages." -msgstr[0] "" -msgstr[1] "" -msgstr[2] "" +"\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 "\n\t\t\tDrodzy %1$s, \n\t\t\t\tDziękujemy za rejestrację na stronie %2$s. Twoje konto zostało utworzone." -#: mod/network.php:401 -msgid "Messages in this group won't be send to these receivers." -msgstr "" +#: src/Model/User.php:615 +#, php-format +msgid "" +"\n" +"\t\t\tThe login details are as follows:\n" +"\n" +"\t\t\tSite Location:\t%3$s\n" +"\t\t\tLogin Name:\t\t%1$s\n" +"\t\t\tPassword:\t\t%5$s\n" +"\n" +"\t\t\tYou may change your password from your account \"Settings\" page after logging\n" +"\t\t\tin.\n" +"\n" +"\t\t\tPlease take a few moments to review the other account settings on that page.\n" +"\n" +"\t\t\tYou may also wish to add some basic information to your default profile\n" +"\t\t\t(on the \"Profiles\" page) so that other people can easily find you.\n" +"\n" +"\t\t\tWe recommend setting your full name, adding a profile photo,\n" +"\t\t\tadding some profile \"keywords\" (very useful in making new friends) - and\n" +"\t\t\tperhaps what country you live in; if you do not wish to be more specific\n" +"\t\t\tthan that.\n" +"\n" +"\t\t\tWe fully respect your right to privacy, and none of these items are necessary.\n" +"\t\t\tIf you are new and do not know anybody here, they may help\n" +"\t\t\tyou to make some new and interesting friends.\n" +"\n" +"\t\t\tIf you ever want to delete your account, you can do so at %3$s/removeme\n" +"\n" +"\t\t\tThank you and welcome to %2$s." +msgstr "\n\t\t\tDane logowania są następuje:\n\t\t\tLokalizacja witryny:\t%3$s\n\t\t\tNazwa użytkownika:\t\t%1$s\n\t\t\tHasło:\t\t%5$s\n\n\t\t\tPo zalogowaniu możesz zmienić hasło do swojego konta na stronie \"Ustawienia\"\n \t\t\tProszę poświęć chwilę, aby przejrzeć inne ustawienia konta na tej stronie.\n\n\t\t\tMożesz również dodać podstawowe informacje do swojego domyślnego profilu\n\t\t\t(na stronie \"Profil\"), aby inne osoby mogły łatwo Cię znaleźć.\n\n\t\t\tZalecamy ustawienie imienia i nazwiska, dodanie zdjęcia profilowego,\n\t\t\tdodanie niektórych \"słów kluczowych\" profilu (bardzo przydatne w nawiązywaniu nowych znajomości) - i\n\t\t\tbyć może w jakim kraju mieszkasz; jeśli nie chcesz być bardziej szczegółowy.\n\n\t\t\tW pełni szanujemy Twoje prawo do prywatności i żaden z tych elementów nie jest konieczny.\n\t\t\tJeśli jesteś nowy i nie znasz tutaj nikogo, oni mogą ci pomóc\n\t\t\tmożesz zdobyć nowych interesujących przyjaciół\n\n\t\t\tJeśli kiedykolwiek zechcesz usunąć swoje konto, możesz to zrobić w %3$s/Usuń konto\n\n\t\t\tDziękujemy i Zapraszamy do %2$s." -#: mod/network.php:529 -msgid "Private messages to this person are at risk of public disclosure." -msgstr "Prywatne wiadomości do tej osoby mogą zostać publicznie ujawnione " +#: src/Protocol/OStatus.php:1799 +#, php-format +msgid "%s is now following %s." +msgstr "%sjest teraz następujące %s. " -#: mod/network.php:534 -msgid "Invalid contact." -msgstr "Zły kontakt" +#: src/Protocol/OStatus.php:1800 +msgid "following" +msgstr "następujący" -#: mod/network.php:826 -msgid "Commented Order" -msgstr "Porządek wg komentarzy" +#: src/Protocol/OStatus.php:1803 +#, php-format +msgid "%s stopped following %s." +msgstr "%sprzestał śledzić %s. " -#: mod/network.php:829 -msgid "Sort by Comment Date" -msgstr "Sortuj po dacie komentarza" +#: src/Protocol/OStatus.php:1804 +msgid "stopped following" +msgstr "przestał śledzić" -#: mod/network.php:834 -msgid "Posted Order" -msgstr "Porządek wg wpisów" +#: src/Protocol/DFRN.php:1477 +#, php-format +msgid "%s\\'s birthday" +msgstr "%s\\'s urodziny" -#: mod/network.php:837 -msgid "Sort by Post Date" -msgstr "Sortuj po dacie posta" +#: src/Protocol/Diaspora.php:2651 +msgid "Sharing notification from Diaspora network" +msgstr "Wspólne powiadomienie z sieci Diaspora" -#: mod/network.php:848 -msgid "Posts that mention or involve you" -msgstr "" +#: src/Protocol/Diaspora.php:3738 +msgid "Attachments:" +msgstr "Załączniki:" -#: mod/network.php:856 -msgid "New" -msgstr "Nowy" +#: src/Worker/Delivery.php:392 +msgid "(no subject)" +msgstr "(bez tematu)" -#: mod/network.php:859 -msgid "Activity Stream - by date" -msgstr "" +#: src/Object/Post.php:128 +msgid "This entry was edited" +msgstr "Ten wpis został zedytowany" -#: mod/network.php:867 -msgid "Shared Links" -msgstr "Współdzielone linki" +#: src/Object/Post.php:182 +msgid "save to folder" +msgstr "zapisz w folderze" -#: mod/network.php:870 -msgid "Interesting Links" -msgstr "Interesujące linki" +#: src/Object/Post.php:235 +msgid "I will attend" +msgstr "Będę uczestniczyć" -#: mod/network.php:878 -msgid "Starred" -msgstr "Ulubione" +#: src/Object/Post.php:235 +msgid "I will not attend" +msgstr "Nie będę uczestniczyć" -#: mod/network.php:881 -msgid "Favourite Posts" -msgstr "Ulubione posty" +#: src/Object/Post.php:235 +msgid "I might attend" +msgstr "Mogę wziąć udział" -#: mod/ping.php:261 -msgid "{0} wants to be your friend" -msgstr "{0} chce być Twoim znajomym" +#: src/Object/Post.php:263 +msgid "add star" +msgstr "dodaj gwiazdkę" -#: mod/ping.php:276 -msgid "{0} sent you a message" -msgstr "{0} wysyła Ci wiadomość" +#: src/Object/Post.php:264 +msgid "remove star" +msgstr "anuluj gwiazdkę" -#: mod/ping.php:291 -msgid "{0} requested registration" -msgstr "{0} żądana rejestracja" +#: src/Object/Post.php:265 +msgid "toggle star status" +msgstr "włącz status gwiazdy" -#: mod/viewcontacts.php:72 -msgid "No contacts." -msgstr "brak kontaktów" +#: src/Object/Post.php:268 +msgid "starred" +msgstr "gwiazdką" -#: object/Item.php:370 +#: src/Object/Post.php:274 +msgid "ignore thread" +msgstr "zignoruj ​​wątek" + +#: src/Object/Post.php:275 +msgid "unignore thread" +msgstr "odignoruj ​​wątek" + +#: src/Object/Post.php:276 +msgid "toggle ignore status" +msgstr "przełącz status ignorowania" + +#: src/Object/Post.php:285 +msgid "add tag" +msgstr "dodaj tag" + +#: src/Object/Post.php:296 +msgid "like" +msgstr "lubię to" + +#: src/Object/Post.php:297 +msgid "dislike" +msgstr "nie lubię tego" + +#: src/Object/Post.php:300 +msgid "Share this" +msgstr "Udostępnij to" + +#: src/Object/Post.php:300 +msgid "share" +msgstr "udostępnij" + +#: src/Object/Post.php:365 +msgid "to" +msgstr "do" + +#: src/Object/Post.php:366 msgid "via" msgstr "przez" -#: view/theme/frio/php/Image.php:23 -msgid "Repeat the image" -msgstr "" +#: src/Object/Post.php:367 +msgid "Wall-to-Wall" +msgstr "Wall-to-Wall" -#: view/theme/frio/php/Image.php:23 -msgid "Will repeat your image to fill the background." -msgstr "" +#: src/Object/Post.php:368 +msgid "via Wall-To-Wall:" +msgstr "via Wall-To-Wall:" -#: view/theme/frio/php/Image.php:25 -msgid "Stretch" -msgstr "" - -#: view/theme/frio/php/Image.php:25 -msgid "Will stretch to width/height of the image." -msgstr "" - -#: view/theme/frio/php/Image.php:27 -msgid "Resize fill and-clip" -msgstr "" - -#: view/theme/frio/php/Image.php:27 -msgid "Resize to fill and retain aspect ratio." -msgstr "" - -#: view/theme/frio/php/Image.php:29 -msgid "Resize best fit" -msgstr "" - -#: view/theme/frio/php/Image.php:29 -msgid "Resize to best fit and retain aspect ratio." -msgstr "" - -#: view/theme/frio/config.php:42 -msgid "Default" -msgstr "" - -#: view/theme/frio/config.php:54 -msgid "Note: " -msgstr "" - -#: view/theme/frio/config.php:54 -msgid "Check image permissions if all users are allowed to visit the image" -msgstr "" - -#: view/theme/frio/config.php:62 -msgid "Select scheme" -msgstr "" - -#: view/theme/frio/config.php:63 -msgid "Navigation bar background color" -msgstr "" - -#: view/theme/frio/config.php:64 -msgid "Navigation bar icon color " -msgstr "" - -#: view/theme/frio/config.php:65 -msgid "Link color" -msgstr "" - -#: view/theme/frio/config.php:66 -msgid "Set the background color" -msgstr "" - -#: view/theme/frio/config.php:67 -msgid "Content background transparency" -msgstr "" - -#: view/theme/frio/config.php:68 -msgid "Set the background image" -msgstr "" - -#: view/theme/frio/theme.php:229 -msgid "Guest" -msgstr "" - -#: view/theme/frio/theme.php:235 -msgid "Visitor" -msgstr "" - -#: view/theme/quattro/config.php:67 -msgid "Alignment" -msgstr "Wyrównanie" - -#: view/theme/quattro/config.php:67 -msgid "Left" -msgstr "Lewo" - -#: view/theme/quattro/config.php:67 -msgid "Center" -msgstr "Środek" - -#: view/theme/quattro/config.php:68 -msgid "Color scheme" -msgstr "Zestaw kolorów" - -#: view/theme/quattro/config.php:69 -msgid "Posts font size" -msgstr "" - -#: view/theme/quattro/config.php:70 -msgid "Textareas font size" -msgstr "" - -#: view/theme/vier/theme.php:152 view/theme/vier/config.php:112 -msgid "Community Profiles" -msgstr "" - -#: view/theme/vier/theme.php:181 view/theme/vier/config.php:116 -msgid "Last users" -msgstr "Ostatni użytkownicy" - -#: view/theme/vier/theme.php:199 view/theme/vier/config.php:115 -msgid "Find Friends" -msgstr "Znajdź znajomych" - -#: view/theme/vier/theme.php:200 -msgid "Local Directory" -msgstr "" - -#: view/theme/vier/theme.php:291 -msgid "Quick Start" -msgstr "" - -#: view/theme/vier/theme.php:373 view/theme/vier/config.php:114 -msgid "Connect Services" -msgstr "Połączone serwisy" - -#: view/theme/vier/config.php:64 -msgid "Comma separated list of helper forums" -msgstr "" - -#: view/theme/vier/config.php:110 -msgid "Set style" -msgstr "" - -#: view/theme/vier/config.php:111 -msgid "Community Pages" -msgstr "Strony społecznościowe" - -#: view/theme/vier/config.php:113 -msgid "Help or @NewHere ?" -msgstr "" - -#: view/theme/duepuntozero/config.php:45 -msgid "greenzero" -msgstr "" - -#: view/theme/duepuntozero/config.php:46 -msgid "purplezero" -msgstr "" - -#: view/theme/duepuntozero/config.php:47 -msgid "easterbunny" -msgstr "" - -#: view/theme/duepuntozero/config.php:48 -msgid "darkzero" -msgstr "" - -#: view/theme/duepuntozero/config.php:49 -msgid "comix" -msgstr "" - -#: view/theme/duepuntozero/config.php:50 -msgid "slackr" -msgstr "" - -#: view/theme/duepuntozero/config.php:62 -msgid "Variations" -msgstr "" - -#: boot.php:970 -msgid "Delete this item?" -msgstr "Usunąć ten element?" - -#: boot.php:973 -msgid "show fewer" -msgstr "Pokaż mniej" - -#: boot.php:1655 +#: src/Object/Post.php:427 #, php-format -msgid "Update %s failed. See error logs." -msgstr "" +msgid "%d comment" +msgid_plural "%d comments" +msgstr[0] " %d komentarz" +msgstr[1] " %d komentarzy" +msgstr[2] " %d komentarzy" +msgstr[3] " %d komentarzy" -#: boot.php:1767 +#: src/Object/Post.php:797 +msgid "Bold" +msgstr "Pogrubienie" + +#: src/Object/Post.php:798 +msgid "Italic" +msgstr "Kursywa" + +#: src/Object/Post.php:799 +msgid "Underline" +msgstr "Podkreślenie" + +#: src/Object/Post.php:800 +msgid "Quote" +msgstr "Cytat" + +#: src/Object/Post.php:801 +msgid "Code" +msgstr "Kod" + +#: src/Object/Post.php:802 +msgid "Image" +msgstr "Obraz" + +#: src/Object/Post.php:803 +msgid "Link" +msgstr "Link" + +#: src/Object/Post.php:804 +msgid "Video" +msgstr "Video" + +#: src/Module/Login.php:282 msgid "Create a New Account" msgstr "Załóż nowe konto" -#: boot.php:1796 +#: src/Module/Login.php:315 msgid "Password: " msgstr "Hasło:" -#: boot.php:1797 +#: src/Module/Login.php:316 msgid "Remember me" msgstr "Zapamiętaj mnie" -#: boot.php:1800 +#: src/Module/Login.php:319 msgid "Or login using OpenID: " msgstr "Lub zaloguj się korzystając z OpenID:" -#: boot.php:1806 +#: src/Module/Login.php:325 msgid "Forgot your password?" msgstr "Zapomniałeś swojego hasła?" -#: boot.php:1809 +#: src/Module/Login.php:328 msgid "Website Terms of Service" -msgstr "" +msgstr "Warunki korzystania z witryny" -#: boot.php:1810 +#: src/Module/Login.php:329 msgid "terms of service" msgstr "warunki użytkowania" -#: boot.php:1812 +#: src/Module/Login.php:331 msgid "Website Privacy Policy" -msgstr "" +msgstr "Polityka Prywatności Witryny" -#: boot.php:1813 +#: src/Module/Login.php:332 msgid "privacy policy" msgstr "polityka prywatności" -#: index.php:451 +#: src/Module/Logout.php:28 +msgid "Logged out." +msgstr "Wyloguj" + +#: src/App.php:511 +msgid "Delete this item?" +msgstr "Usunąć ten element?" + +#: src/App.php:513 +msgid "show fewer" +msgstr "Pokaż mniej" + +#: view/theme/duepuntozero/config.php:55 +msgid "greenzero" +msgstr "" + +#: view/theme/duepuntozero/config.php:56 +msgid "purplezero" +msgstr "" + +#: view/theme/duepuntozero/config.php:57 +msgid "easterbunny" +msgstr "Zajączek wielkanocny" + +#: view/theme/duepuntozero/config.php:58 +msgid "darkzero" +msgstr "" + +#: view/theme/duepuntozero/config.php:59 +msgid "comix" +msgstr "" + +#: view/theme/duepuntozero/config.php:60 +msgid "slackr" +msgstr "" + +#: view/theme/duepuntozero/config.php:74 +msgid "Variations" +msgstr "Zmiana" + +#: view/theme/frio/php/Image.php:25 +msgid "Repeat the image" +msgstr "Powtórz obraz" + +#: view/theme/frio/php/Image.php:25 +msgid "Will repeat your image to fill the background." +msgstr "Powtarza twój obraz, aby wypełnić tło." + +#: view/theme/frio/php/Image.php:27 +msgid "Stretch" +msgstr "" + +#: view/theme/frio/php/Image.php:27 +msgid "Will stretch to width/height of the image." +msgstr "Rozciągnie się do szerokości/wysokości obrazu." + +#: view/theme/frio/php/Image.php:29 +msgid "Resize fill and-clip" +msgstr "Zmień rozmiar wypełnienia i klipu" + +#: view/theme/frio/php/Image.php:29 +msgid "Resize to fill and retain aspect ratio." +msgstr "Zmień rozmiar, aby wypełnić i zachować proporcje." + +#: view/theme/frio/php/Image.php:31 +msgid "Resize best fit" +msgstr "Zmień rozmiar, aby najlepiej dopasować" + +#: view/theme/frio/php/Image.php:31 +msgid "Resize to best fit and retain aspect ratio." +msgstr "Zmień rozmiar, aby jak najlepiej dopasować i zachować proporcje." + +#: view/theme/frio/config.php:97 +msgid "Default" +msgstr "Domyślne" + +#: view/theme/frio/config.php:109 +msgid "Note" +msgstr "Uwaga" + +#: view/theme/frio/config.php:109 +msgid "Check image permissions if all users are allowed to visit the image" +msgstr "Sprawdź uprawnienia do obrazu, jeśli wszyscy użytkownicy mogą odwiedzać obraz" + +#: view/theme/frio/config.php:116 +msgid "Select scheme" +msgstr "Wybierz schemat" + +#: view/theme/frio/config.php:117 +msgid "Navigation bar background color" +msgstr "Kolor tła paska nawigacyjnego" + +#: view/theme/frio/config.php:118 +msgid "Navigation bar icon color " +msgstr "Kolor ikony paska nawigacyjnego" + +#: view/theme/frio/config.php:119 +msgid "Link color" +msgstr "Kolor łączy" + +#: view/theme/frio/config.php:120 +msgid "Set the background color" +msgstr "Ustaw kolor tła" + +#: view/theme/frio/config.php:121 +msgid "Content background opacity" +msgstr "Nieprzezroczystość tła treści" + +#: view/theme/frio/config.php:122 +msgid "Set the background image" +msgstr "Ustaw obraz tła" + +#: view/theme/frio/config.php:127 +msgid "Login page background image" +msgstr "Obraz tła strony logowania" + +#: view/theme/frio/config.php:130 +msgid "Login page background color" +msgstr "Kolor tła strony logowania" + +#: view/theme/frio/config.php:130 +msgid "Leave background image and color empty for theme defaults" +msgstr "Pozostaw obraz tła i kolor pusty dla domyślnych ustawień kompozycji" + +#: view/theme/frio/theme.php:238 +msgid "Guest" +msgstr "Gość" + +#: view/theme/frio/theme.php:243 +msgid "Visitor" +msgstr "Odwiedzający" + +#: view/theme/quattro/config.php:76 +msgid "Alignment" +msgstr "Wyrównanie" + +#: view/theme/quattro/config.php:76 +msgid "Left" +msgstr "Lewo" + +#: view/theme/quattro/config.php:76 +msgid "Center" +msgstr "Środek" + +#: view/theme/quattro/config.php:77 +msgid "Color scheme" +msgstr "Zestaw kolorów" + +#: view/theme/quattro/config.php:78 +msgid "Posts font size" +msgstr "Rozmiar czcionki postów" + +#: view/theme/quattro/config.php:79 +msgid "Textareas font size" +msgstr "Rozmiar czcionki Textareas" + +#: view/theme/vier/config.php:75 +msgid "Comma separated list of helper forums" +msgstr "Lista pomocników oddzielona przecinkami" + +#: view/theme/vier/config.php:122 +msgid "Set style" +msgstr "Ustaw styl" + +#: view/theme/vier/config.php:123 +msgid "Community Pages" +msgstr "Strony społeczności" + +#: view/theme/vier/config.php:124 view/theme/vier/theme.php:150 +msgid "Community Profiles" +msgstr "Profile społeczności" + +#: view/theme/vier/config.php:125 +msgid "Help or @NewHere ?" +msgstr "Pomoc lub @NewHere?" + +#: view/theme/vier/config.php:126 view/theme/vier/theme.php:389 +msgid "Connect Services" +msgstr "Połączone serwisy" + +#: view/theme/vier/config.php:127 view/theme/vier/theme.php:199 +msgid "Find Friends" +msgstr "Znajdź znajomych" + +#: view/theme/vier/config.php:128 view/theme/vier/theme.php:181 +msgid "Last users" +msgstr "Ostatni użytkownicy" + +#: view/theme/vier/theme.php:200 +msgid "Local Directory" +msgstr "Katalog lokalny" + +#: view/theme/vier/theme.php:292 +msgid "Quick Start" +msgstr "Szybki start" + +#: index.php:444 msgid "toggle mobile" msgstr "przełącz na mobilny" + +#: boot.php:791 +#, php-format +msgid "Update %s failed. See error logs." +msgstr "Aktualizacja %s nie powiodła się. Zobacz dziennik błędów." diff --git a/view/lang/pl/strings.php b/view/lang/pl/strings.php index 0f8cde6968..72f28b4a15 100644 --- a/view/lang/pl/strings.php +++ b/view/lang/pl/strings.php @@ -2,58 +2,1968 @@ if(! function_exists("string_plural_select_pl")) { function string_plural_select_pl($n){ - return ($n==1 ? 0 : $n%10>=2 && $n%10<=4 && ($n%100<10 || $n%100>=20) ? 1 : 2);; + return ($n==1 ? 0 : ($n%10>=2 && $n%10<=4) && ($n%100<12 || $n%100>14) ? 1 : $n!=1 && ($n%10>=0 && $n%10<=1) || ($n%10>=5 && $n%10<=9) || ($n%100>=12 && $n%100<=14) ? 2 : 3);; }} ; +$a->strings["Welcome "] = "Witaj "; +$a->strings["Please upload a profile photo."] = "Proszę dodać zdjęcie profilowe."; +$a->strings["Welcome back "] = "Witaj ponownie "; +$a->strings["The form security token was not correct. This probably happened because the form has been opened for too long (>3 hours) before submitting it."] = "Znacznik zabezpieczeń formularza nie był poprawny. Prawdopodobnie stało się tak, ponieważ formularz został otwarty zbyt długo (> 3 godziny) przed jego przesłaniem."; +$a->strings["Cannot locate DNS info for database server '%s'"] = "Nie można zlokalizować serwera DNS dla bazy danych '%s'"; +$a->strings["Daily posting limit of %d post reached. The post was rejected."] = [ + 0 => "", + 1 => "", + 2 => "", + 3 => "", +]; +$a->strings["Weekly posting limit of %d post reached. The post was rejected."] = [ + 0 => "", + 1 => "", + 2 => "", + 3 => "", +]; +$a->strings["Monthly posting limit of %d post reached. The post was rejected."] = "Miesięczny limit %d wysyłania postów. Post został odrzucony."; +$a->strings["Profile Photos"] = "Zdjęcie profilowe"; +$a->strings["Friendica Notification"] = "Powiadomienia Friendica"; +$a->strings["Thank You,"] = "Dziękuję,"; +$a->strings["%s Administrator"] = "%s Administrator"; +$a->strings["%1\$s, %2\$s Administrator"] = "%1\$s,%2\$sAdministrator"; +$a->strings["noreply"] = "brak odpowiedzi"; +$a->strings["[Friendica:Notify] New mail received at %s"] = "[Friendica:Powiadomienie] Nowa wiadomość otrzymana od %s"; +$a->strings["%1\$s sent you a new private message at %2\$s."] = "%1\$swysłał ci nową prywatną wiadomość na %2\$s "; +$a->strings["a private message"] = "prywatna wiadomość"; +$a->strings["%1\$s sent you %2\$s."] = "%1\$s wysyła ci %2\$s"; +$a->strings["Please visit %s to view and/or reply to your private messages."] = "Odwiedź %s żeby zobaczyć i/lub odpowiedzieć na twoje prywatne wiadomości"; +$a->strings["%1\$s commented on [url=%2\$s]a %3\$s[/url]"] = "%1\$s skomentował [url=%2\$s]a %3\$s[/url]"; +$a->strings["%1\$s commented on [url=%2\$s]%3\$s's %4\$s[/url]"] = "%1\$sskomentował [url=%2\$s]%3\$s %4\$s[/url]"; +$a->strings["%1\$s commented on [url=%2\$s]your %3\$s[/url]"] = "%1\$s skomentował [url=%2\$s] twój %3\$s[/ url]"; +$a->strings["[Friendica:Notify] Comment to conversation #%1\$d by %2\$s"] = "[Friendica:Powiadomienie] Komentarz do rozmowy #%1\$d przez %2\$s"; +$a->strings["%s commented on an item/conversation you have been following."] = "%s skomentował rozmowę którą śledzisz"; +$a->strings["Please visit %s to view and/or reply to the conversation."] = "Odwiedź %s żeby zobaczyć i/lub odpowiedzieć na rozmowę"; +$a->strings["[Friendica:Notify] %s posted to your profile wall"] = "[Friendica:Powiadomienie] %s napisał na twoim profilu"; +$a->strings["%1\$s posted to your profile wall at %2\$s"] = "%1\$sopublikowano na ścianie profilu w %2\$s "; +$a->strings["%1\$s posted to [url=%2\$s]your wall[/url]"] = "%1\$s wysłano do [url =%2\$s]twojej ściany[/url] "; +$a->strings["[Friendica:Notify] %s tagged you"] = "[Friendica:Powiadomienie] %s dodał Cię"; +$a->strings["%1\$s tagged you at %2\$s"] = "%1\$s oznaczono Cię tagiem %2\$s"; +$a->strings["%1\$s [url=%2\$s]tagged you[/url]."] = "%1\$s [url=%2\$s]oznaczył Cię[/url]. "; +$a->strings["[Friendica:Notify] %s shared a new post"] = "[Friendica:Powiadomienie] %s udostępnił nowy wpis"; +$a->strings["%1\$s shared a new post at %2\$s"] = "%1\$sudostępnił nowy wpis na %2\$s "; +$a->strings["%1\$s [url=%2\$s]shared a post[/url]."] = "%1\$s[url=%2\$s]udostępnił wpis[/url]."; +$a->strings["[Friendica:Notify] %1\$s poked you"] = "[Friendica: Powiadomienie] %1\$s zaczepia Cię"; +$a->strings["%1\$s poked you at %2\$s"] = "%1\$s zaczepił Cię %2\$s"; +$a->strings["%1\$s [url=%2\$s]poked you[/url]."] = "%1\$s[url=%2\$s] zaczepił Cię[/url]."; +$a->strings["[Friendica:Notify] %s tagged your post"] = "[Friendica:Powiadomienie] %s otagował Twój post"; +$a->strings["%1\$s tagged your post at %2\$s"] = "%1\$soznaczyłeś swój wpis na %2\$s "; +$a->strings["%1\$s tagged [url=%2\$s]your post[/url]"] = "%1\$soznacz [url=%2\$s]twój post[/url]"; +$a->strings["[Friendica:Notify] Introduction received"] = "[Friendica:Powiadomienie] Zapoznanie wstępne"; +$a->strings["You've received an introduction from '%1\$s' at %2\$s"] = "Otrzymałeś wstęp od '%1\$s' z %2\$s"; +$a->strings["You've received [url=%1\$s]an introduction[/url] from %2\$s."] = "Otrzymałeś [url=%1\$s] wprowadzenie [/ url] z %2\$s."; +$a->strings["You may visit their profile at %s"] = "Możesz odwiedzić ich profil na stronie %s"; +$a->strings["Please visit %s to approve or reject the introduction."] = "Odwiedż %s aby zatwierdzić lub odrzucić przedstawienie."; +$a->strings["[Friendica:Notify] A new person is sharing with you"] = "[Friendica:Powiadomienie] Nowa osoba dzieli się z tobą"; +$a->strings["%1\$s is sharing with you at %2\$s"] = "%1\$sdzieli się z tobą w %2\$s "; +$a->strings["[Friendica:Notify] You have a new follower"] = "[Friendica:Powiadomienie] Masz nowego obserwatora"; +$a->strings["You have a new follower at %2\$s : %1\$s"] = "Masz nowego obserwatora na %2\$s : %1\$s"; +$a->strings["[Friendica:Notify] Friend suggestion received"] = "[Friendica: Powiadomienie] Otrzymano sugestię znajomego"; +$a->strings["You've received a friend suggestion from '%1\$s' at %2\$s"] = "Otrzymałeś od znajomego sugestię '%1\$s' na %2\$s"; +$a->strings["You've received [url=%1\$s]a friend suggestion[/url] for %2\$s from %3\$s."] = "Otrzymałeś [url=%1\$s] sugestię znajomego [/url] dla %2\$s od %3\$s."; +$a->strings["Name:"] = "Imię:"; +$a->strings["Photo:"] = "Zdjęcie:"; +$a->strings["Please visit %s to approve or reject the suggestion."] = "Odwiedź stronę %s, aby zatwierdzić lub odrzucić sugestię."; +$a->strings["[Friendica:Notify] Connection accepted"] = "[Friendica: Powiadomienie] Połączenie zostało zaakceptowane"; +$a->strings["'%1\$s' has accepted your connection request at %2\$s"] = "'%1\$s' zaakceptował Twoją prośbę o połączenie na %2\$s"; +$a->strings["%2\$s has accepted your [url=%1\$s]connection request[/url]."] = "%2\$szaakceptował twoje [url=%1\$s] żądanie połączenia [/url]. "; +$a->strings["You are now mutual friends and may exchange status updates, photos, and email without restriction."] = "Jesteście teraz przyjaciółmi i możesz wymieniać aktualizacje statusu, zdjęcia i e-maile bez ograniczeń."; +$a->strings["Please visit %s if you wish to make any changes to this relationship."] = "Odwiedź stronę %s jeśli chcesz wprowadzić zmiany w tym związku."; +$a->strings["'%1\$s' has chosen to accept you a fan, which restricts some forms of communication - such as private messaging and some profile interactions. If this is a celebrity or community page, these settings were applied automatically."] = "'%1\$s' zdecydował się zaakceptować Cię jako fana, który ogranicza niektóre formy komunikacji - takie jak prywatne wiadomości i niektóre interakcje w profilu. Jeśli jest to strona celebrytów lub społeczności, ustawienia te zostały zastosowane automatycznie."; +$a->strings["'%1\$s' may choose to extend this into a two-way or more permissive relationship in the future."] = "'%1\$s' możesz zdecydować o przedłużeniu tego w dwukierunkowy lub bardziej ścisłą relację w przyszłości. "; +$a->strings["Please visit %s if you wish to make any changes to this relationship."] = "Odwiedź stronę %s, jeśli chcesz wprowadzić zmiany w tej relacji."; +$a->strings["[Friendica System:Notify] registration request"] = "[Friendica System:Powiadomienie] prośba o rejestrację"; +$a->strings["You've received a registration request from '%1\$s' at %2\$s"] = "Otrzymałeś wniosek rejestracyjny od '%1\$s' na %2\$s"; +$a->strings["You've received a [url=%1\$s]registration request[/url] from %2\$s."] = "Otrzymałeś [url=%1\$s] żądanie rejestracji [/url] od %2\$s."; +$a->strings["Full Name:\t%1\$s\\nSite Location:\t%2\$s\\nLogin Name:\t%3\$s (%4\$s)"] = "Pełna nazwa:\t%1\$s \\Lokalizacja nSite:\t%2\$s\\ nNazwa Użytkownika: \t%3\$s(%4\$s)"; +$a->strings["Please visit %s to approve or reject the request."] = "Odwiedź stronę %s, aby zatwierdzić lub odrzucić wniosek."; +$a->strings["Item not found."] = "Element nie znaleziony."; +$a->strings["Do you really want to delete this item?"] = "Czy na pewno chcesz usunąć ten element?"; +$a->strings["Yes"] = "Tak"; +$a->strings["Cancel"] = "Anuluj"; +$a->strings["Permission denied."] = "Brak uprawnień."; +$a->strings["Archives"] = "Archiwum"; +$a->strings["show more"] = "Pokaż więcej"; +$a->strings["event"] = "wydarzenie"; +$a->strings["status"] = "status"; +$a->strings["photo"] = "zdjęcie"; +$a->strings["%1\$s likes %2\$s's %3\$s"] = "%1\$s lubi to %2\$s's %3\$s"; +$a->strings["%1\$s doesn't like %2\$s's %3\$s"] = "%1\$s nie lubi %2\$s's %3\$s"; +$a->strings["%1\$s attends %2\$s's %3\$s"] = "%1\$sbierze udział w %2\$s's%3\$s "; +$a->strings["%1\$s doesn't attend %2\$s's %3\$s"] = "%1\$s nie uczestniczy %2\$s 's %3\$s"; +$a->strings["%1\$s attends maybe %2\$s's %3\$s"] = "%1\$s może uczęszcza %2\$s 's %3\$s"; +$a->strings["%1\$s is now friends with %2\$s"] = "%1\$s jest teraz znajomym z %2\$s"; +$a->strings["%1\$s poked %2\$s"] = "%1\$s zaczepił Cię %2\$s"; +$a->strings["%1\$s tagged %2\$s's %3\$s with %4\$s"] = "%1\$s zaznaczył %2\$s'go %3\$s przy użyciu %4\$s"; +$a->strings["post/item"] = "stanowisko/pozycja"; +$a->strings["%1\$s marked %2\$s's %3\$s as favorite"] = "%1\$s oznacz %2\$s's %3\$s jako ulubione"; +$a->strings["Likes"] = "Lubię to"; +$a->strings["Dislikes"] = "Nie lubię tego"; +$a->strings["Attending"] = [ + 0 => "", + 1 => "", + 2 => "", + 3 => "", +]; +$a->strings["Not attending"] = "Nie uczestniczyłem"; +$a->strings["Might attend"] = "Może wziąć udział"; +$a->strings["Select"] = "Wybierz"; +$a->strings["Delete"] = "Usuń"; +$a->strings["View %s's profile @ %s"] = "Pokaż %s's profil @ %s"; +$a->strings["Categories:"] = "Kategorie:"; +$a->strings["Filed under:"] = "Zapisano w:"; +$a->strings["%s from %s"] = "%s od %s"; +$a->strings["View in context"] = "Zobacz w kontekście"; +$a->strings["Please wait"] = "Proszę czekać"; +$a->strings["remove"] = "usuń"; +$a->strings["Delete Selected Items"] = "Usuń zaznaczone elementy"; +$a->strings["Follow Thread"] = "Śledź wątek"; +$a->strings["View Status"] = "Zobacz status"; +$a->strings["View Profile"] = "Zobacz profil"; +$a->strings["View Photos"] = "Zobacz zdjęcia"; +$a->strings["Network Posts"] = "Wiadomości sieciowe"; +$a->strings["View Contact"] = "Pokaż kontakt"; +$a->strings["Send PM"] = "Wyślij prywatną wiadomość"; +$a->strings["Poke"] = "Zaczepka"; +$a->strings["Connect/Follow"] = "Połącz/Obserwuj"; +$a->strings["%s likes this."] = "%s lubi to."; +$a->strings["%s doesn't like this."] = "%s nie lubi tego."; +$a->strings["%s attends."] = "%s uczestniczy."; +$a->strings["%s doesn't attend."] = "%s nie uczestniczy."; +$a->strings["%s attends maybe."] = "%s może uczęszcza."; +$a->strings["and"] = "i"; +$a->strings["and %d other people"] = "i %d inni ludzie"; +$a->strings["%2\$d people like this"] = "%2\$d ludzi lubi to"; +$a->strings["%s like this."] = "%s lubię to."; +$a->strings["%2\$d people don't like this"] = "%2\$d ludzi nie lubi tego "; +$a->strings["%s don't like this."] = "%s nie lubię tego."; +$a->strings["%2\$d people attend"] = "%2\$dosoby uczestniczą"; +$a->strings["%s attend."] = "%suczestniczy"; +$a->strings["%2\$d people don't attend"] = "%2\$dludzie nie uczestniczą"; +$a->strings["%s don't attend."] = "%s nie uczestnicz"; +$a->strings["%2\$d people attend maybe"] = "%2\$dprzyjacielemogą uczestniczyć "; +$a->strings["%s attend maybe."] = "%sbyć może uczestniczyć. "; +$a->strings["Visible to everybody"] = "Widoczne dla wszystkich"; +$a->strings["Please enter a link URL:"] = "Proszę wpisać adres URL:"; +$a->strings["Please enter a video link/URL:"] = "Podaj link do filmu"; +$a->strings["Please enter an audio link/URL:"] = "Podaj link do muzyki"; +$a->strings["Tag term:"] = "Termin tagu:"; +$a->strings["Save to Folder:"] = "Zapisz w folderze:"; +$a->strings["Where are you right now?"] = "Gdzie teraz jesteś?"; +$a->strings["Delete item(s)?"] = "Usunąć pozycję (pozycje)?"; +$a->strings["New Post"] = "Nowy Post"; +$a->strings["Share"] = "Podziel się"; +$a->strings["Upload photo"] = "Wyślij zdjęcie"; +$a->strings["upload photo"] = "dodaj zdjęcie"; +$a->strings["Attach file"] = "Załącz plik"; +$a->strings["attach file"] = "załącz plik"; +$a->strings["Insert web link"] = "Wstaw link"; +$a->strings["web link"] = "Adres www"; +$a->strings["Insert video link"] = "Wstaw link do filmu"; +$a->strings["video link"] = "link do filmu"; +$a->strings["Insert audio link"] = "Wstaw link do audio"; +$a->strings["audio link"] = "Link do nagrania audio"; +$a->strings["Set your location"] = "Ustaw swoją lokalizację"; +$a->strings["set location"] = "wybierz lokalizację"; +$a->strings["Clear browser location"] = "Wyczyść lokalizację przeglądarki"; +$a->strings["clear location"] = "wyczyść lokalizację"; +$a->strings["Set title"] = "Ustaw tytuł"; +$a->strings["Categories (comma-separated list)"] = "Kategorie (lista słów oddzielonych przecinkiem)"; +$a->strings["Permission settings"] = "Ustawienia uprawnień"; +$a->strings["permissions"] = "zezwolenia"; +$a->strings["Public post"] = "Publiczny post"; +$a->strings["Preview"] = "Podgląd"; +$a->strings["Post to Groups"] = "Opublikuj w grupach"; +$a->strings["Post to Contacts"] = "Wstaw do kontaktów"; +$a->strings["Private post"] = "Prywatne posty"; +$a->strings["Message"] = "Wiadomość"; +$a->strings["Browser"] = "Przeglądarka"; +$a->strings["View all"] = "Pokaż wszystkie"; +$a->strings["Like"] = [ + 0 => "", + 1 => "", + 2 => "", + 3 => "", +]; +$a->strings["Dislike"] = [ + 0 => "", + 1 => "", + 2 => "", + 3 => "", +]; +$a->strings["Not Attending"] = [ + 0 => "", + 1 => "", + 2 => "", + 3 => "", +]; +$a->strings["Undecided"] = [ + 0 => "", + 1 => "", + 2 => "", + 3 => "", +]; +$a->strings["newer"] = "nowsze"; +$a->strings["older"] = "starsze"; +$a->strings["first"] = "pierwszy"; +$a->strings["prev"] = "poprzedni"; +$a->strings["next"] = "następny"; +$a->strings["last"] = "ostatni"; +$a->strings["Loading more entries..."] = "Ładuję więcej wpisów..."; +$a->strings["The end"] = "Koniec"; +$a->strings["No contacts"] = "Brak kontaktów"; +$a->strings["%d Contact"] = [ + 0 => "%d kontakt", + 1 => "%d kontaktów", + 2 => "%d kontakty", + 3 => "%d Kontakty", +]; +$a->strings["View Contacts"] = "Widok kontaktów"; +$a->strings["Save"] = "Zapisz"; +$a->strings["Follow"] = "Śledzić"; +$a->strings["Search"] = "Szukaj"; +$a->strings["@name, !forum, #tags, content"] = "@imię, !forum, #tagi, treść"; +$a->strings["Full Text"] = "Pełny tekst"; +$a->strings["Tags"] = "Tagi"; +$a->strings["Contacts"] = "Kontakty"; +$a->strings["Forums"] = "Fora"; +$a->strings["poke"] = "zaczep"; +$a->strings["poked"] = "zaczepił Cię"; +$a->strings["ping"] = "ping"; +$a->strings["pinged"] = ""; +$a->strings["prod"] = ""; +$a->strings["prodded"] = ""; +$a->strings["slap"] = "klask"; +$a->strings["slapped"] = "spoliczkowany"; +$a->strings["finger"] = "wskaż"; +$a->strings["fingered"] = "dotknięty"; +$a->strings["rebuff"] = "odrzuć"; +$a->strings["rebuffed"] = "odrzucony"; +$a->strings["Monday"] = "Poniedziałek"; +$a->strings["Tuesday"] = "Wtorek"; +$a->strings["Wednesday"] = "Środa"; +$a->strings["Thursday"] = "Czwartek"; +$a->strings["Friday"] = "Piątek"; +$a->strings["Saturday"] = "Sobota"; +$a->strings["Sunday"] = "Niedziela"; +$a->strings["January"] = "Styczeń"; +$a->strings["February"] = "Luty"; +$a->strings["March"] = "Marzec"; +$a->strings["April"] = "Kwiecień"; +$a->strings["May"] = "Maj"; +$a->strings["June"] = "Czerwiec"; +$a->strings["July"] = "Lipiec"; +$a->strings["August"] = "Sierpień"; +$a->strings["September"] = "Wrzesień"; +$a->strings["October"] = "Październik"; +$a->strings["November"] = "Listopad"; +$a->strings["December"] = "Grudzień"; +$a->strings["Mon"] = "Pon"; +$a->strings["Tue"] = "Wt"; +$a->strings["Wed"] = "Śr"; +$a->strings["Thu"] = "Czw"; +$a->strings["Fri"] = "Pt"; +$a->strings["Sat"] = "Sob"; +$a->strings["Sun"] = "Niedz"; +$a->strings["Jan"] = "Sty"; +$a->strings["Feb"] = "Lut"; +$a->strings["Mar"] = "Mar"; +$a->strings["Apr"] = "Kwi"; +$a->strings["Jul"] = "Lip"; +$a->strings["Aug"] = "Sie"; +$a->strings["Sep"] = "Wrz"; +$a->strings["Oct"] = "Paź"; +$a->strings["Nov"] = "Lis"; +$a->strings["Dec"] = "Gru"; +$a->strings["Content warning: %s"] = "Ostrzeżenie o treści: %s"; +$a->strings["View Video"] = "Zobacz film"; +$a->strings["bytes"] = "bajty"; +$a->strings["Click to open/close"] = "Kliknij aby otworzyć/zamknąć"; +$a->strings["View on separate page"] = "Zobacz na oddzielnej stronie"; +$a->strings["view on separate page"] = "zobacz na oddzielnej stronie"; +$a->strings["link to source"] = "link do źródła"; +$a->strings["activity"] = "aktywność"; +$a->strings["comment"] = [ + 0 => "", + 1 => "", + 2 => "komentarz", + 3 => "komentarz", +]; +$a->strings["post"] = "post"; +$a->strings["Item filed"] = "Element złożony"; +$a->strings["No friends to display."] = "Brak znajomych do wyświetlenia"; +$a->strings["Connect"] = "Połącz"; +$a->strings["Authorize application connection"] = "Autoryzacja połączenia aplikacji"; +$a->strings["Return to your app and insert this Securty Code:"] = "Powróć do swojej aplikacji i wpisz ten Kod Bezpieczeństwa:"; +$a->strings["Please login to continue."] = "Zaloguj się aby kontynuować."; +$a->strings["Do you want to authorize this application to access your posts and contacts, and/or create new posts for you?"] = "Czy chcesz zezwolić tej aplikacji na dostęp do swoich postów i kontaktów i/lub tworzenie nowych postów?"; +$a->strings["No"] = "Nie"; +$a->strings["You must be logged in to use addons. "] = "Musisz być zalogowany, aby korzystać z dodatków."; +$a->strings["Applications"] = "Aplikacje"; +$a->strings["No installed applications."] = "Brak zainstalowanych aplikacji."; +$a->strings["Item not available."] = "Element niedostępny."; +$a->strings["Item was not found."] = "Element nie znaleziony."; +$a->strings["No contacts in common."] = "Brak wspólnych kontaktów."; +$a->strings["Common Friends"] = "Wspólni znajomi"; +$a->strings["Credits"] = "Zaufany"; +$a->strings["Friendica is a community project, that would not be possible without the help of many people. Here is a list of those who have contributed to the code or the translation of Friendica. Thank you all!"] = "Friendica to projekt społecznościowy, który nie byłby możliwy bez pomocy wielu osób. Oto lista osób, które przyczyniły się do tworzenia kodu lub tłumaczenia Friendica. Dziękuję wam wszystkim!"; +$a->strings["Contact settings applied."] = "Ustawienia kontaktu zaktualizowane."; +$a->strings["Contact update failed."] = "Nie udało się zaktualizować kontaktu."; +$a->strings["Contact not found."] = "Kontakt nie znaleziony"; +$a->strings["WARNING: This is highly advanced and if you enter incorrect information your communications with this contact may stop working."] = "OSTRZEŻENIE: Jest to bardzo zaawansowane i jeśli wprowadzisz niepoprawne informacje, twoja komunikacja z tym kontaktem może przestać działać."; +$a->strings["Please use your browser 'Back' button now if you are uncertain what to do on this page."] = "Jeśli nie jesteś pewien, co zrobić na tej stronie, użyj teraz przycisku 'powrót' na swojej przeglądarce."; +$a->strings["No mirroring"] = "Bez dublowania"; +$a->strings["Mirror as forwarded posting"] = "Przesłany lustrzany post"; +$a->strings["Mirror as my own posting"] = "Lustro mojego własnego komentarza"; +$a->strings["Return to contact editor"] = "Wróć do edytora kontaktów"; +$a->strings["Refetch contact data"] = "Odśwież dane kontaktowe"; +$a->strings["Submit"] = "Potwierdź"; +$a->strings["Remote Self"] = "Zdalny Self"; +$a->strings["Mirror postings from this contact"] = "Publikacje lustrzane od tego kontaktu"; +$a->strings["Mark this contact as remote_self, this will cause friendica to repost new entries from this contact."] = "Oznacz ten kontakt jako remote_self, spowoduje to, że friendica odeśle nowe wpisy z tego kontaktu."; +$a->strings["Name"] = "Imię"; +$a->strings["Account Nickname"] = "Nazwa konta"; +$a->strings["@Tagname - overrides Name/Nickname"] = "@Zmienna - zastępuje Imię/Pseudonim"; +$a->strings["Account URL"] = "URL konta"; +$a->strings["Friend Request URL"] = "URL żądajacy znajomości"; +$a->strings["Friend Confirm URL"] = "URL potwierdzający znajomość"; +$a->strings["Notification Endpoint URL"] = "Zgłoszenie Punktu Końcowego URL"; +$a->strings["Poll/Feed URL"] = "Adres Ankiety/RSS"; +$a->strings["New photo from this URL"] = "Nowe zdjęcie z tego adresu URL"; +$a->strings["Photos"] = "Zdjęcia"; +$a->strings["Contact Photos"] = "Zdjęcia kontaktu"; +$a->strings["Upload"] = "Załaduj"; +$a->strings["Files"] = "Pliki"; +$a->strings["Not Found"] = "Nie znaleziono"; +$a->strings["No profile"] = "Brak profilu"; +$a->strings["Help:"] = "Pomoc:"; +$a->strings["Help"] = "Pomoc"; +$a->strings["Page not found."] = "Strona nie znaleziona."; +$a->strings["Welcome to %s"] = "Witamy w %s"; +$a->strings["Remote privacy information not available."] = "Dane prywatne nie są zdalnie dostępne"; +$a->strings["Visible to:"] = "Widoczne dla:"; +$a->strings["System down for maintenance"] = "System wyłączony w celu konserwacji"; +$a->strings["Welcome to Friendica"] = "Witamy na Friendica"; +$a->strings["New Member Checklist"] = "Lista nowych członków"; +$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."] = "Chcielibyśmy zaproponować kilka porad i linków, które pomogą uczynić twoje doświadczenie przyjemnym. Kliknij dowolny element, aby odwiedzić odpowiednią stronę. Link do tej strony będzie widoczny na stronie głównej przez dwa tygodnie od czasu rejestracji, a następnie zniknie."; +$a->strings["Getting Started"] = "Pierwsze kroki"; +$a->strings["Friendica Walk-Through"] = "Friendica Przejdź-Przez"; +$a->strings["On your Quick Start page - find a brief introduction to your profile and network tabs, make some new connections, and find some groups to join."] = "Na stronie Szybki start - znajdź krótkie wprowadzenie do swojego profilu i kart sieciowych, stwórz nowe połączenia i znajdź kilka grup do przyłączenia się."; +$a->strings["Settings"] = "Ustawienia"; +$a->strings["Go to Your Settings"] = "Idź do swoich ustawień"; +$a->strings["On your Settings 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."] = "Na stronie Ustawienia - zmień swoje początkowe hasło. Zanotuj także swój adres tożsamości. Wygląda to jak adres e-mail - i będzie przydatny w nawiązywaniu znajomości w bezpłatnej sieci społecznościowej."; +$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."] = "Przejrzyj pozostałe ustawienia, w szczególności ustawienia prywatności. Niepublikowany wykaz katalogów jest podobny do niepublicznego numeru telefonu. Ogólnie rzecz biorąc, powinieneś opublikować swój wpis - chyba, że wszyscy twoi znajomi i potencjalni znajomi dokładnie wiedzą, jak Cię znaleźć."; +$a->strings["Profile"] = "Profil użytkownika"; +$a->strings["Upload Profile Photo"] = "Wyślij zdjęcie profilowe"; +$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."] = "Dodaj swoje zdjęcie profilowe jeśli jeszcze tego nie zrobiłeś. Twoje szanse na zwiększenie liczby znajomych rosną dziesięciokrotnie, kiedy na tym zdjęciu jesteś ty."; +$a->strings["Edit Your Profile"] = "Edytuj własny profil"; +$a->strings["Edit your default profile to your liking. Review the settings for hiding your list of friends and hiding the profile from unknown visitors."] = "Edytuj swój domyślny profil do swoich potrzeb. Przejrzyj ustawienia ukrywania listy znajomych i ukrywania profilu przed nieznanymi użytkownikami."; +$a->strings["Profile Keywords"] = "Słowa kluczowe profilu"; +$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."] = "Ustaw kilka publicznych słów kluczowych dla swojego domyślnego profilu, które opisują Twoje zainteresowania. Możemy znaleźć inne osoby o podobnych zainteresowaniach i zaproponować przyjaźnie."; +$a->strings["Connecting"] = "Łączę się..."; +$a->strings["Importing Emails"] = "Importuję emaile..."; +$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"] = "Wprowadź informacje dotyczące dostępu do poczty e-mail na stronie Ustawienia oprogramowania, jeśli chcesz importować i wchodzić w interakcje z przyjaciółmi lub listami adresowymi z poziomu konta e-mail INBOX"; +$a->strings["Go to Your Contacts Page"] = "Idź do strony z Twoimi kontaktami"; +$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 Add New Contact dialog."] = "Strona Kontakty jest twoją bramą do zarządzania przyjaciółmi i łączenia się z przyjaciółmi w innych sieciach. Zazwyczaj podaje się adres lub adres URL strony w oknie dialogowym Dodaj nowy kontakt."; +$a->strings["Go to Your Site's Directory"] = "Idż do twojej strony"; +$a->strings["The Directory page lets you find other people in this network or other federated sites. Look for a Connect or Follow link on their profile page. Provide your own Identity Address if requested."] = "Strona Katalog umożliwia znalezienie innych osób w tej sieci lub innych witrynach stowarzyszonych. Poszukaj łącza Połącz lub Śledź na stronie profilu. Jeśli chcesz, podaj swój własny adres tożsamości."; +$a->strings["Finding New People"] = "Znajdowanie nowych osób"; +$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."] = "Na bocznym panelu strony Kontaktów znajduje się kilka narzędzi do znajdowania nowych przyjaciół. Możemy dopasować osoby według zainteresowań, wyszukiwać osoby według nazwisk i zainteresowań oraz dostarczać sugestie oparte na relacjach sieciowych. Na zupełnie nowej stronie sugestie znajomych zwykle zaczynają być wypełniane w ciągu 24 godzin"; +$a->strings["Groups"] = "Grupy"; +$a->strings["Group Your Contacts"] = "Grupuj Swoje kontakty"; +$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."] = "Gdy zaprzyjaźnisz się z przyjaciółmi, uporządkuj je w prywatne grupy konwersacji na pasku bocznym na stronie Kontakty, a następnie możesz wchodzić w interakcje z każdą grupą prywatnie na stronie Sieć."; +$a->strings["Why Aren't My Posts Public?"] = "Dlaczego moje posty nie są publiczne?"; +$a->strings["Friendica respects your privacy. By default, your posts will only show up to people you've added as friends. For more information, see the help section from the link above."] = "Friendica szanuje Twoją prywatność. Domyślnie Twoje wpisy będą wyświetlane tylko osobom, które dodałeś jako znajomi. Aby uzyskać więcej informacji, zobacz sekcję pomocy na powyższym łączu."; +$a->strings["Getting Help"] = "Otrzymaj pomoc"; +$a->strings["Go to the Help Section"] = "Przejdź do sekcji pomocy"; +$a->strings["Our help pages may be consulted for detail on other program features and resources."] = "Na naszych stronach pomocy można znaleźć szczegółowe informacje na temat innych funkcji programu i zasobów."; +$a->strings["Visit %s's profile [%s]"] = "Obejrzyj %s's profil [%s]"; +$a->strings["Edit contact"] = "Edytuj kontakt"; +$a->strings["Contacts who are not members of a group"] = "Kontakty spoza członków grupy"; +$a->strings["Not Extended"] = "Nie przedłużony"; +$a->strings["Resubscribing to OStatus contacts"] = "Ponowne subskrybowanie kontaktów OStatus"; +$a->strings["Error"] = "Błąd"; +$a->strings["Done"] = "Gotowe"; +$a->strings["Keep this window open until done."] = "Pozostaw to okno otwarte, dopóki nie będzie gotowe."; +$a->strings["Do you really want to delete this suggestion?"] = "Czy na pewno chcesz usunąć te sugestie ?"; +$a->strings["No suggestions available. If this is a new site, please try again in 24 hours."] = "Brak dostępnych sugestii. Jeśli jest to nowa witryna, spróbuj ponownie za 24 godziny."; +$a->strings["Ignore/Hide"] = "Ignoruj/Ukryj"; +$a->strings["Friend Suggestions"] = "Osoby, które możesz znać"; +$a->strings["This site has exceeded the number of allowed daily account registrations. Please try again tomorrow."] = "Strona przekroczyła ilość dozwolonych rejestracji na dzień. Proszę spróbuj ponownie jutro."; +$a->strings["Import"] = "Import"; +$a->strings["Move account"] = "Przenieś konto"; +$a->strings["You can import an account from another Friendica server."] = "Możesz zaimportować konto z innego serwera Friendica."; +$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."] = "Musisz wyeksportować konto ze starego serwera i przesłać je tutaj. Odtworzymy twoje stare konto tutaj ze wszystkimi twoimi kontaktami. Postaramy się również poinformować twoich znajomych, że się tutaj przeniosłeś."; +$a->strings["This feature is experimental. We can't import contacts from the OStatus network (GNU Social/Statusnet) or from Diaspora"] = "Ta funkcja jest eksperymentalna. Nie możemy importować kontaktów z sieci OStatus (GNU Social/Statusnet) lub z Diaspory"; +$a->strings["Account file"] = "Pliki konta"; +$a->strings["To export your account, go to \"Settings->Export your personal data\" and select \"Export account\""] = "Aby eksportować konto, wejdź w \"Ustawienia->Eksport danych osobistych\" i wybierz \"Eksportuj konto\""; +$a->strings["[Embedded content - reload page to view]"] = "[Dodatkowa zawartość - odśwież stronę by zobaczyć]"; +$a->strings["%1\$s welcomes %2\$s"] = "%1\$s witamy %2\$s"; +$a->strings["No keywords to match. Please add keywords to your default profile."] = "Brak pasujących słów kluczowych. Dodaj słowa kluczowe do domyślnego profilu."; +$a->strings["is interested in:"] = "interesuje się:"; +$a->strings["Profile Match"] = "Dopasowanie profilu"; +$a->strings["No matches"] = "Brak wyników"; +$a->strings["Invalid request identifier."] = "Nieprawidłowe żądanie identyfikatora."; +$a->strings["Discard"] = "Odrzuć"; +$a->strings["Ignore"] = "Ignoruj"; +$a->strings["Notifications"] = "Powiadomienia"; +$a->strings["Network Notifications"] = "Powiadomienia sieciowe"; +$a->strings["System Notifications"] = "Powiadomienia systemowe"; +$a->strings["Personal Notifications"] = "Prywatne powiadomienia"; +$a->strings["Home Notifications"] = "Powiadomienia domowe"; +$a->strings["Show Ignored Requests"] = "Pokaż ignorowane żądania"; +$a->strings["Hide Ignored Requests"] = "Ukryj zignorowane prośby"; +$a->strings["Notification type: "] = "Typ powiadomienia:"; +$a->strings["suggested by %s"] = "zaproponowane przez %s"; +$a->strings["Hide this contact from others"] = "Ukryj ten kontakt przed innymi"; +$a->strings["Post a new friend activity"] = "Opublikuj aktywność nowego znajomego"; +$a->strings["if applicable"] = "jeśli dotyczy"; +$a->strings["Approve"] = "Zatwierdź"; +$a->strings["Claims to be known to you: "] = "Twierdzi, że go znasz:"; +$a->strings["yes"] = "tak"; +$a->strings["no"] = "nie"; +$a->strings["Shall your connection be bidirectional or not?"] = "Czy twoje połączenie ma być dwukierunkowe, czy nie?"; +$a->strings["Accepting %s as a friend allows %s to subscribe to your posts, and you will also receive updates from them in your news feed."] = "Przyjmowanie %s jako znajomego pozwala %s zasubskrybować twoje posty, a także otrzymywać od nich aktualizacje w swoim kanale wiadomości."; +$a->strings["Accepting %s as a subscriber allows them to subscribe to your posts, but you will not receive updates from them in your news feed."] = "Zaakceptowanie %s jako subskrybenta umożliwia im subskrybowanie Twoich postów, ale nie otrzymasz od nich aktualizacji w swoim kanale wiadomości."; +$a->strings["Accepting %s as a sharer allows them to subscribe to your posts, but you will not receive updates from them in your news feed."] = "Akceptowanie %s jako udostępniający pozwala im subskrybować twoje posty, ale nie otrzymasz od nich aktualizacji w swoim kanale wiadomości."; +$a->strings["Friend"] = "Znajomy"; +$a->strings["Sharer"] = "Udostępniający/a"; +$a->strings["Subscriber"] = "Subskrybent"; +$a->strings["Location:"] = "Lokalizacja"; +$a->strings["About:"] = "O:"; +$a->strings["Tags:"] = "Tagi:"; +$a->strings["Gender:"] = "Płeć:"; +$a->strings["Profile URL"] = "Adres URL profilu"; +$a->strings["Network:"] = "Sieć:"; +$a->strings["No introductions."] = "Brak dostępu."; +$a->strings["Show unread"] = "Pokaż nieprzeczytane"; +$a->strings["Show all"] = "Pokaż wszystko"; +$a->strings["No more %s notifications."] = "Nigdy więcej %s powiadomień."; +$a->strings["OpenID protocol error. No ID returned."] = "Błąd protokołu OpenID. Nie znaleziono identyfikatora."; +$a->strings["Account not found and OpenID registration is not permitted on this site."] = "Konto nie zostało znalezione, a rejestracja OpenID nie jest dozwolona na tej stronie."; +$a->strings["Login failed."] = "Logowanie nieudane."; +$a->strings["Profile not found."] = "Nie znaleziono profilu."; +$a->strings["This may occasionally happen if contact was requested by both persons and it has already been approved."] = "Może się to zdarzyć, gdy kontakt został zgłoszony przez obie osoby i został już zatwierdzony."; +$a->strings["Response from remote site was not understood."] = "Odpowiedź do zdalnej strony nie została zrozumiana"; +$a->strings["Unexpected response from remote site: "] = "Nieoczekiwana odpowiedź od strony zdalnej:"; +$a->strings["Confirmation completed successfully."] = "Potwierdzenie zostało pomyślnie zakończone."; +$a->strings["Temporary failure. Please wait and try again."] = "Tymczasowa awaria. Proszę czekać i spróbuj ponownie."; +$a->strings["Introduction failed or was revoked."] = "Wprowadzenie nie powiodło się lub zostało odwołane."; +$a->strings["Remote site reported: "] = "Zdalna witryna zgłoszona:"; +$a->strings["Unable to set contact photo."] = "Nie można ustawić zdjęcia kontaktu."; +$a->strings["No user record found for '%s' "] = "Nie znaleziono użytkownika dla '%s'"; +$a->strings["Our site encryption key is apparently messed up."] = "Klucz kodujący jest najwyraźniej uszkodzony."; +$a->strings["Empty site URL was provided or URL could not be decrypted by us."] = "Został podany pusty adres URL witryny lub nie można go odszyfrować."; +$a->strings["Contact record was not found for you on our site."] = "Nie znaleziono kontaktu na naszej stronie"; +$a->strings["Site public key not available in contact record for URL %s."] = "Publiczny klucz witryny jest niedostępny w rekordzie kontaktu dla adresu URL %s"; +$a->strings["The ID provided by your system is a duplicate on our system. It should work if you try again."] = "Identyfikator dostarczony przez Twój system jest duplikatem w naszym systemie. Powinien działać, jeśli spróbujesz ponownie."; +$a->strings["Unable to set your contact credentials on our system."] = "Nie można ustawić danych kontaktowych w naszym systemie."; +$a->strings["Unable to update your contact profile details on our system"] = "Nie można zaktualizować danych Twojego profilu kontaktowego w naszym systemie"; +$a->strings["[Name Withheld]"] = "[Nazwa zastrzeżona]"; +$a->strings["%1\$s has joined %2\$s"] = "%1\$s dołączył/a do %2\$s"; +$a->strings["Total invitation limit exceeded."] = "Przekroczono limit zaproszeń ogółem."; +$a->strings["%s : Not a valid email address."] = "%s : Nieprawidłowy adres e-mail."; +$a->strings["Please join us on Friendica"] = "Dołącz do nas na Friendica"; +$a->strings["Invitation limit exceeded. Please contact your site administrator."] = "Przekroczono limit zaproszeń. Skontaktuj się z administratorem witryny."; +$a->strings["%s : Message delivery failed."] = "%s : Nie udało się dostarczyć wiadomości."; +$a->strings["%d message sent."] = [ + 0 => "%d wiadomość wysłana.", + 1 => "%d wiadomości wysłane.", + 2 => "%d wysłano .", + 3 => "%d wiadomość wysłano.", +]; +$a->strings["You have no more invitations available"] = "Nie masz już dostępnych zaproszeń"; +$a->strings["Visit %s for a list of public sites that you can join. Friendica members on other sites can all connect with each other, as well as with members of many other social networks."] = "Odwiedź %s listę publicznych witryn, do których możesz dołączyć. Członkowie Friendica na innych stronach mogą łączyć się ze sobą, jak również z członkami wielu innych sieci społecznościowych."; +$a->strings["To accept this invitation, please visit and register at %s or any other public Friendica website."] = "Aby zaakceptować to zaproszenie, odwiedź i zarejestruj się %s lub w dowolnej innej publicznej witrynie internetowej Friendica."; +$a->strings["Friendica sites all inter-connect to create a huge privacy-enhanced social web that is owned and controlled by its members. They can also connect with many traditional social networks. See %s for a list of alternate Friendica sites you can join."] = "Strony Friendica łączą się ze sobą, tworząc ogromną sieć społecznościową o zwiększonej prywatności, która jest własnością i jest kontrolowana przez jej członków. Mogą również łączyć się z wieloma tradycyjnymi sieciami społecznościowymi. Zobacz %s listę alternatywnych witryn Friendica, do których możesz dołączyć."; +$a->strings["Our apologies. This system is not currently configured to connect with other public sites or invite members."] = "Przepraszamy. System nie jest obecnie skonfigurowany do łączenia się z innymi publicznymi witrynami lub zapraszania członków."; +$a->strings["Friendica sites all inter-connect to create a huge privacy-enhanced social web that is owned and controlled by its members. They can also connect with many traditional social networks."] = "Strony Friendica łączą się ze sobą, tworząc ogromną sieć społecznościową o zwiększonej prywatności, która jest własnością i jest kontrolowana przez jej członków. Mogą również łączyć się z wieloma tradycyjnymi sieciami społecznościowymi."; +$a->strings["To accept this invitation, please visit and register at %s."] = "Aby zaakceptować to zaproszenie, odwiedź stronę i zarejestruj się na stronie %s."; +$a->strings["Send invitations"] = "Wyślij zaproszenie"; +$a->strings["Enter email addresses, one per line:"] = "Wprowadź adresy e-mail, po jednym w wierszu:"; +$a->strings["Your message:"] = "Twoja wiadomość:"; +$a->strings["You are cordially invited to join me and other close friends on Friendica - and help us to create a better social web."] = "Serdecznie zapraszam do przyłączenia się do mnie i innych bliskich znajomych na stronie Friendica - i pomóż nam stworzyć lepszą sieć społecznościową."; +$a->strings["You will need to supply this invitation code: \$invite_code"] = "Musisz podać ten kod zaproszenia: \$invite_code"; +$a->strings["Once you have registered, please connect with me via my profile page at:"] = "Po rejestracji połącz się ze mną na stronie mojego profilu pod adresem:"; +$a->strings["For more information about the Friendica project and why we feel it is important, please visit http://friendi.ca"] = "Aby uzyskać więcej informacji na temat projektu Friendica i dlaczego uważamy, że jest to ważne, odwiedź http://friendi.ca"; +$a->strings["Invalid request."] = "Nieprawidłowe żądanie."; +$a->strings["Sorry, maybe your upload is bigger than the PHP configuration allows"] = "Przepraszam, może twój przesyłany plik jest większy niż pozwala konfiguracja PHP"; +$a->strings["Or - did you try to upload an empty file?"] = "Lub - czy próbowałeś załadować pusty plik?"; +$a->strings["File exceeds size limit of %s"] = "Plik przekracza limit rozmiaru wynoszący %s"; +$a->strings["File upload failed."] = "Przesyłanie pliku nie powiodło się."; +$a->strings["Manage Identities and/or Pages"] = "Zarządzaj Tożsamościami i/lub Stronami."; +$a->strings["Toggle between different identities or community/group pages which share your account details or which you have been granted \"manage\" permissions"] = "Przełącz między różnymi tożsamościami lub stronami społeczność/grupy, które udostępniają dane Twojego konta lub które otrzymałeś uprawnienia \"zarządzaj\""; +$a->strings["Select an identity to manage: "] = "Wybierz tożsamość do zarządzania:"; +$a->strings["This introduction has already been accepted."] = "To wprowadzenie zostało już zaakceptowane."; +$a->strings["Profile location is not valid or does not contain profile information."] = "Lokalizacja profilu jest nieprawidłowa lub nie zawiera informacji o profilu."; +$a->strings["Warning: profile location has no identifiable owner name."] = "Ostrzeżenie: położenie profilu ma taką samą nazwę jak użytkownik."; +$a->strings["Warning: profile location has no profile photo."] = "Ostrzeżenie: położenie profilu nie zawiera zdjęcia."; +$a->strings["%d required parameter was not found at the given location"] = [ + 0 => "%d wymagany parametr nie został znaleziony w podanej lokacji", + 1 => "%d wymagane parametry nie zostały znalezione w podanej lokacji", + 2 => "%d wymagany parametr nie został znaleziony w podanej lokacji", + 3 => "%d wymagany parametr nie został znaleziony w podanej lokacji", +]; +$a->strings["Introduction complete."] = "Wprowadzanie zakończone."; +$a->strings["Unrecoverable protocol error."] = "Nieodwracalny błąd protokołu."; +$a->strings["Profile unavailable."] = "Profil niedostępny."; +$a->strings["%s has received too many connection requests today."] = "%s otrzymał dziś zbyt wiele żądań połączeń."; +$a->strings["Spam protection measures have been invoked."] = "Wprowadzono zabezpieczenia przed spamem."; +$a->strings["Friends are advised to please try again in 24 hours."] = "Przyjaciele namawiają do spróbowania za 24h."; +$a->strings["Invalid locator"] = "Nieprawidłowy lokalizator"; +$a->strings["You have already introduced yourself here."] = "Już się tu przedstawiłeś."; +$a->strings["Apparently you are already friends with %s."] = "Wygląda na to, że już jesteście przyjaciółmi z %s"; +$a->strings["Invalid profile URL."] = "Nieprawidłowy URL profilu."; +$a->strings["Disallowed profile URL."] = "Nie dozwolony adres URL profilu."; +$a->strings["Blocked domain"] = "Zablokowana domena"; +$a->strings["Failed to update contact record."] = "Aktualizacja rekordu kontaktu nie powiodła się."; +$a->strings["Your introduction has been sent."] = "Twoje dane zostały wysłane."; +$a->strings["Remote subscription can't be done for your network. Please subscribe directly on your system."] = "Zdalnej subskrypcji nie można wykonać dla swojej sieci. Proszę zasubskrybuj bezpośrednio w swoim systemie."; +$a->strings["Please login to confirm introduction."] = "Zaloguj się, aby potwierdzić wprowadzenie."; +$a->strings["Incorrect identity currently logged in. Please login to this profile."] = "Niepoprawna tożsamość obecnego użytkownika. Proszę zalogować się na tego użytkownika. "; +$a->strings["Confirm"] = "Potwierdź"; +$a->strings["Hide this contact"] = "Ukryj kontakt"; +$a->strings["Welcome home %s."] = "Welcome home %s."; +$a->strings["Please confirm your introduction/connection request to %s."] = "Proszę potwierdzić swój wstęp/prośbę o połączenie do %s."; +$a->strings["Public access denied."] = "Publiczny dostęp zabroniony"; +$a->strings["Please enter your 'Identity Address' from one of the following supported communications networks:"] = "Wprowadź swój 'Adres tożsamości' z jednej z następujących obsługiwanych sieci komunikacyjnych:"; +$a->strings["If you are not yet a member of the free social web, follow this link to find a public Friendica site and join us today."] = "Jeśli nie jesteś jeszcze członkiem darmowej sieci społecznościowej, kliknij ten link, aby znaleźć publiczną witrynę Friendica i dołącz do nas już dziś."; +$a->strings["Friend/Connection Request"] = "Przyjaciel/Prośba o połączenie"; +$a->strings["Examples: jojo@demo.friendica.com, http://demo.friendica.com/profile/jojo, testuser@gnusocial.de"] = "Przykłady: jojo@demo.friendica.com, http://demo.friendica.com/profile/jojo, testuser@gnusocial.de"; +$a->strings["Please answer the following:"] = "Proszę odpowiedzieć na następujące pytania:"; +$a->strings["Does %s know you?"] = "Czy %s Cię zna?"; +$a->strings["Add a personal note:"] = "Dodaj osobistą notkę:"; +$a->strings["Friendica"] = "Friendica"; +$a->strings["GNU Social (Pleroma, Mastodon)"] = "GNU Social (Pleroma, Mastodon)"; +$a->strings["Diaspora (Socialhome, Hubzilla)"] = "Diaspora (Socialhome, Hubzilla)"; +$a->strings[" - please do not use this form. Instead, enter %s into your Diaspora search bar."] = "- proszę nie używać tego formularza. Zamiast tego wpisz %s do paska wyszukiwania Diaspory."; +$a->strings["Your Identity Address:"] = "Twój adres tożsamości:"; +$a->strings["Submit Request"] = "Wyślij zgłoszenie"; +$a->strings["l F d, Y \\@ g:i A"] = ""; +$a->strings["Time Conversion"] = "Zmiana czasu"; +$a->strings["Friendica provides this service for sharing events with other networks and friends in unknown timezones."] = "Friendica udostępnia tę usługę do udostępniania wydarzeń innym sieciom i znajomym w nieznanych strefach czasowych."; +$a->strings["UTC time: %s"] = "Czas UTC %s"; +$a->strings["Current timezone: %s"] = "Obecna strefa czasowa: %s"; +$a->strings["Converted localtime: %s"] = "Zmień strefę czasową: %s"; +$a->strings["Please select your timezone:"] = "Wybierz swoją strefę czasową:"; +$a->strings["Only logged in users are permitted to perform a probing."] = "Tylko zalogowani użytkownicy mogą wykonywać sondowanie."; +$a->strings["Permission denied"] = "Odmowa dostępu"; +$a->strings["Invalid profile identifier."] = "Nieprawidłowa nazwa użytkownika."; +$a->strings["Profile Visibility Editor"] = "Ustawienia widoczności profilu"; +$a->strings["Click on a contact to add or remove."] = "Kliknij na kontakt w celu dodania lub usunięcia."; +$a->strings["Visible To"] = "Widoczne dla"; +$a->strings["All Contacts (with secure profile access)"] = "Wszystkie kontakty (z bezpiecznym dostępem do profilu)"; +$a->strings["Account approved."] = "Konto zatwierdzone."; +$a->strings["Registration revoked for %s"] = "Rejestracja odwołana dla %s"; +$a->strings["Please login."] = "Proszę się zalogować."; +$a->strings["Remove My Account"] = "Usuń moje konto"; +$a->strings["This will completely remove your account. Once this has been done it is not recoverable."] = "Spowoduje to całkowite usunięcie Twojego konta. Po wykonaniu tej czynności nie można jej cofnąć."; +$a->strings["Please enter your password for verification:"] = "Wprowadź hasło w celu weryfikacji."; +$a->strings["No contacts."] = "brak kontaktów"; +$a->strings["Access denied."] = "Brak dostępu"; +$a->strings["Number of daily wall messages for %s exceeded. Message failed."] = "Dzienny limit wiadomości %s został przekroczony. Wiadomość została odrzucona."; +$a->strings["No recipient selected."] = "Nie wybrano odbiorcy."; +$a->strings["Unable to check your home location."] = "Nie można sprawdzić twojej lokalizacji."; +$a->strings["Message could not be sent."] = "Wiadomość nie może zostać wysłana"; +$a->strings["Message collection failure."] = "Błąd zbierania komunikatów."; +$a->strings["Message sent."] = "Wysłano."; +$a->strings["No recipient."] = "Brak odbiorcy."; +$a->strings["Send Private Message"] = "Wyślij prywatną wiadomość"; +$a->strings["If you wish for %s to respond, please check that the privacy settings on your site allow private mail from unknown senders."] = "Jeśli chcesz %s odpowiedzieć, sprawdź, czy ustawienia prywatności w Twojej witrynie zezwalają na prywatne wiadomości od nieznanych nadawców."; +$a->strings["To:"] = "Do:"; +$a->strings["Subject:"] = "Temat:"; +$a->strings["Export account"] = "Eksportuj konto"; +$a->strings["Export your account info and contacts. Use this to make a backup of your account and/or to move it to another server."] = "Eksportuj informacje o swoim koncie i kontaktach. Użyj tego do utworzenia kopii zapasowej konta i/lub przeniesienia go na inny serwer."; +$a->strings["Export all"] = "Eksportuj wszystko"; +$a->strings["Export your accout info, contacts and all your items as json. Could be a very big file, and could take a lot of time. Use this to make a full backup of your account (photos are not exported)"] = "Wyeksportuj informacje o koncie, kontaktach i wszystkie swoje pozycje jako json. Może to być bardzo duży plik i może zająć dużo czasu. Użyj tej opcji, aby utworzyć pełną kopię zapasową swojego konta (zdjęcia nie są eksportowane)"; +$a->strings["Export personal data"] = "Eksportuje dane personalne"; +$a->strings["- select -"] = "- wybierz -"; +$a->strings["No more system notifications."] = "Nie ma więcej powiadomień systemowych."; +$a->strings["{0} wants to be your friend"] = "{0} chce być Twoim znajomym"; +$a->strings["{0} sent you a message"] = "{0} wysłałem Ci wiadomość"; +$a->strings["{0} requested registration"] = "{0} wymagana rejestracja"; +$a->strings["Poke/Prod"] = ""; +$a->strings["poke, prod or do other things to somebody"] = ""; +$a->strings["Recipient"] = "Odbiorca"; +$a->strings["Choose what you wish to do to recipient"] = "Wybierz, co chcesz zrobić"; +$a->strings["Make this post private"] = "Ustaw ten post jako prywatny"; +$a->strings["%1\$s is following %2\$s's %3\$s"] = "%1\$skolejny %2\$s %3\$s "; +$a->strings["Tag removed"] = "Tag usunięty"; +$a->strings["Remove Item Tag"] = "Usuń pozycję Tag"; +$a->strings["Select a tag to remove: "] = "Wybierz tag do usunięcia"; +$a->strings["Remove"] = "Usuń"; +$a->strings["Image exceeds size limit of %s"] = "Obraz przekracza limit rozmiaru wynoszący %s"; +$a->strings["Unable to process image."] = "Przetwarzanie obrazu nie powiodło się."; +$a->strings["Wall Photos"] = "Tablica zdjęć"; +$a->strings["Image upload failed."] = "Przesyłanie obrazu nie powiodło się"; +$a->strings["Remove term"] = "Usuń wpis"; +$a->strings["Saved Searches"] = "Zapisane wyszukiwania"; +$a->strings["Only logged in users are permitted to perform a search."] = "Tylko zalogowani użytkownicy mogą wyszukiwać."; +$a->strings["Too Many Requests"] = "Zbyt dużo próśb"; +$a->strings["Only one search per minute is permitted for not logged in users."] = "Dla niezalogowanych użytkowników dozwolone jest tylko jedno wyszukiwanie na minutę."; +$a->strings["No results."] = "Brak wyników."; +$a->strings["Items tagged with: %s"] = "Przedmioty oznaczone tagiem: %s"; +$a->strings["Results for: %s"] = "Wyniki dla: %s"; +$a->strings["Login"] = "Login"; +$a->strings["The post was created"] = "Post został utworzony"; +$a->strings["Community option not available."] = "Opcja wspólnotowa jest niedostępna."; +$a->strings["Not available."] = "Niedostępne."; +$a->strings["Local Community"] = "Lokalna społeczność"; +$a->strings["Posts from local users on this server"] = "Wpisy od lokalnych użytkowników na tym serwerze"; +$a->strings["Global Community"] = "Globalna społeczność"; +$a->strings["Posts from users of the whole federated network"] = "Wpisy od użytkowników całej sieci stowarzyszonej"; +$a->strings["This community stream shows all public posts received by this node. They may not reflect the opinions of this node’s users."] = "Ten strumień społeczności pokazuje wszystkie publiczne posty otrzymane przez ten węzeł. Mogą nie odzwierciedlać opinii użytkowników tego węzła."; +$a->strings["Item not found"] = "Nie znaleziono elementu"; +$a->strings["Edit post"] = "Edytuj post"; +$a->strings["CC: email addresses"] = "CC: adresy e-mail"; +$a->strings["Example: bob@example.com, mary@example.com"] = "Przykład: bob@example.com, mary@example.com"; +$a->strings["You must be logged in to use this module"] = "Musisz być zalogowany, aby korzystać z tego modułu"; +$a->strings["Source URL"] = "Źródłowy adres URL"; +$a->strings["Friend suggestion sent."] = "Wysłana propozycja dodania do znajomych."; +$a->strings["Suggest Friends"] = "Proponuję znajomych"; +$a->strings["Suggest a friend for %s"] = "Zaproponuj znajomych dla %s"; +$a->strings["Group created."] = "Grupa utworzona."; +$a->strings["Could not create group."] = "Nie mogę stworzyć grupy"; +$a->strings["Group not found."] = "Nie znaleziono grupy"; +$a->strings["Group name changed."] = "Nazwa grupy zmieniona"; +$a->strings["Save Group"] = "Zapisz grupę"; +$a->strings["Create a group of contacts/friends."] = "Stwórz grupę znajomych."; +$a->strings["Group Name: "] = "Nazwa grupy: "; +$a->strings["Group removed."] = "Grupa usunięta."; +$a->strings["Unable to remove group."] = "Nie można usunąć grupy."; +$a->strings["Delete Group"] = "Usuń grupę"; +$a->strings["Group Editor"] = "Edytor grupy"; +$a->strings["Edit Group Name"] = "Edytuj nazwę grupy"; +$a->strings["Members"] = "Członkowie"; +$a->strings["All Contacts"] = "Wszystkie kontakty"; +$a->strings["Group is empty"] = "Grupa jest pusta"; +$a->strings["Remove Contact"] = "Usuń Kontakt"; +$a->strings["Add Contact"] = "Dodaj Kontakt"; +$a->strings["Unable to locate original post."] = "Nie można zlokalizować oryginalnej wiadomości."; +$a->strings["Empty post discarded."] = "Pusty wpis został odrzucony."; +$a->strings["This message was sent to you by %s, a member of the Friendica social network."] = "Wiadomość została wysłana do ciebie od %s , członka portalu Friendica"; +$a->strings["You may visit them online at %s"] = "Możesz odwiedzić ich online pod adresem %s"; +$a->strings["Please contact the sender by replying to this post if you do not wish to receive these messages."] = "Skontaktuj się z nadawcą odpowiadając na ten post jeśli nie chcesz otrzymywać tych wiadomości."; +$a->strings["%s posted an update."] = "%s zaktualizował wpis."; +$a->strings["New Message"] = "Nowa wiadomość"; +$a->strings["Unable to locate contact information."] = "Nie można znaleźć informacji kontaktowych."; +$a->strings["Messages"] = "Wiadomości"; +$a->strings["Do you really want to delete this message?"] = "Czy na pewno chcesz usunąć tę wiadomość?"; +$a->strings["Message deleted."] = "Wiadomość usunięta."; +$a->strings["Conversation removed."] = "Rozmowa usunięta."; +$a->strings["No messages."] = "Brak wiadomości."; +$a->strings["Message not available."] = "Wiadomość nie jest dostępna."; +$a->strings["Delete message"] = "Usuń wiadomość"; +$a->strings["D, d M Y - g:i A"] = "D, d M R - g:m AM/PM"; +$a->strings["Delete conversation"] = "Usuń rozmowę"; +$a->strings["No secure communications available. You may be able to respond from the sender's profile page."] = "Brak bezpiecznej komunikacji. Możesz odpowiedzieć na stronie profilu nadawcy."; +$a->strings["Send Reply"] = "Odpowiedz"; +$a->strings["Unknown sender - %s"] = "Nieznany nadawca - %s"; +$a->strings["You and %s"] = "Ty i %s"; +$a->strings["%s and You"] = "%s i ty"; +$a->strings["%d message"] = [ + 0 => " %d wiadomość", + 1 => " %d wiadomości", + 2 => " %d wiadomości", + 3 => " %d wiadomości", +]; +$a->strings["add"] = "dodaj"; +$a->strings["Warning: This group contains %s member from a network that doesn't allow non public messages."] = [ + 0 => "", + 1 => "", + 2 => "", + 3 => "", +]; +$a->strings["Messages in this group won't be send to these receivers."] = "Wiadomości z tej grupy nie będą wysyłane do tych odbiorców."; +$a->strings["No such group"] = "Nie ma takiej grupy"; +$a->strings["Group: %s"] = "Grupa: %s"; +$a->strings["Private messages to this person are at risk of public disclosure."] = "Prywatne wiadomości do tej osoby mogą zostać publicznie ujawnione "; +$a->strings["Invalid contact."] = "Nieprawidłowy kontakt."; +$a->strings["Commented Order"] = "Porządek według komentarzy"; +$a->strings["Sort by Comment Date"] = "Sortuj według daty komentarza"; +$a->strings["Posted Order"] = "Porządek według wpisów"; +$a->strings["Sort by Post Date"] = "Sortuj według daty postów"; +$a->strings["Personal"] = "Osobiste"; +$a->strings["Posts that mention or involve you"] = "Posty, które wspominają lub angażują Ciebie"; +$a->strings["New"] = "Nowy"; +$a->strings["Activity Stream - by date"] = "Strumień aktywności - według daty"; +$a->strings["Shared Links"] = "Udostępnione łącza"; +$a->strings["Interesting Links"] = "Interesujące linki"; +$a->strings["Starred"] = "Ulubione"; +$a->strings["Favourite Posts"] = "Ulubione posty"; +$a->strings["Personal Notes"] = "Notatki"; +$a->strings["Post successful."] = "Post dodany pomyślnie"; +$a->strings["Photo Albums"] = "Albumy zdjęć"; +$a->strings["Recent Photos"] = "Ostatnio dodane zdjęcia"; +$a->strings["Upload New Photos"] = "Wyślij nowe zdjęcie"; +$a->strings["everybody"] = "wszyscy"; +$a->strings["Contact information unavailable"] = "Informacje kontaktowe są niedostępne."; +$a->strings["Album not found."] = "Album nie znaleziony"; +$a->strings["Delete Album"] = "Usuń album"; +$a->strings["Do you really want to delete this photo album and all its photos?"] = "Czy na pewno chcesz usunąć ten album i wszystkie zdjęcia z tego albumu?"; +$a->strings["Delete Photo"] = "Usuń zdjęcie"; +$a->strings["Do you really want to delete this photo?"] = "Czy na pewno chcesz usunąć to zdjęcie ?"; +$a->strings["a photo"] = "zdjęcie"; +$a->strings["%1\$s was tagged in %2\$s by %3\$s"] = "%1\$szostał oznaczony tagiem %2\$s przez %3\$s"; +$a->strings["Image upload didn't complete, please try again"] = "Przesyłanie zdjęć nie zostało zakończone, spróbuj ponownie"; +$a->strings["Image file is missing"] = "Brak pliku obrazu"; +$a->strings["Server can't accept new file upload at this time, please contact your administrator"] = "Serwer nie może teraz przyjąć nowego pliku, skontaktuj się z administratorem"; +$a->strings["Image file is empty."] = "Plik obrazka jest pusty."; +$a->strings["No photos selected"] = "Nie zaznaczono zdjęć"; +$a->strings["Access to this item is restricted."] = "Dostęp do tego obiektu jest ograniczony."; +$a->strings["Upload Photos"] = "Prześlij zdjęcia"; +$a->strings["New album name: "] = "Nazwa nowego albumu:"; +$a->strings["or existing album name: "] = "lub istniejąca nazwa albumu:"; +$a->strings["Do not show a status post for this upload"] = "Nie pokazuj statusu postów dla tego wysłania"; +$a->strings["Permissions"] = "Uprawnienia"; +$a->strings["Show to Groups"] = "Pokaż Grupy"; +$a->strings["Show to Contacts"] = "Pokaż kontakty"; +$a->strings["Edit Album"] = "Edytuj album"; +$a->strings["Show Newest First"] = "Najpierw pokaż najnowsze"; +$a->strings["Show Oldest First"] = "Najpierw pokaż najstarsze"; +$a->strings["View Photo"] = "Zobacz zdjęcie"; +$a->strings["Permission denied. Access to this item may be restricted."] = "Odmowa dostępu. Dostęp do tych danych może być ograniczony."; +$a->strings["Photo not available"] = "Zdjęcie niedostępne"; +$a->strings["View photo"] = "Zobacz zdjęcie"; +$a->strings["Edit photo"] = "Edytuj zdjęcie"; +$a->strings["Use as profile photo"] = "Ustaw jako zdjęcie profilowe"; +$a->strings["Private Message"] = "Wiadomość prywatna"; +$a->strings["View Full Size"] = "Zobacz w pełnym rozmiarze"; +$a->strings["Tags: "] = "Tagi:"; +$a->strings["[Remove any tag]"] = "[Usunąć znacznik]"; +$a->strings["New album name"] = "Nazwa nowego albumu"; +$a->strings["Caption"] = "Zawartość"; +$a->strings["Add a Tag"] = "Dodaj tag"; +$a->strings["Example: @bob, @Barbara_Jensen, @jim@example.com, #California, #camping"] = "Przykładowo: @bob, @Barbara_Jensen, @jim@example.com, #California, #camping"; +$a->strings["Do not rotate"] = "Nie obracaj"; +$a->strings["Rotate CW (right)"] = "Obróć CW (w prawo)"; +$a->strings["Rotate CCW (left)"] = "Obróć CCW (w lewo)"; +$a->strings["I like this (toggle)"] = "Lubię to (zmień)"; +$a->strings["I don't like this (toggle)"] = "Nie lubię tego (zmień)"; +$a->strings["This is you"] = "To jesteś ty"; +$a->strings["Comment"] = "Komentarz"; +$a->strings["Map"] = "Mapa"; +$a->strings["View Album"] = "Zobacz album"; +$a->strings["Requested profile is not available."] = "Żądany profil jest niedostępny"; +$a->strings["%s's posts"] = "%s posty "; +$a->strings["%s's comments"] = "%s komentarze "; +$a->strings["%s's timeline"] = "%s oś czasu "; +$a->strings["Access to this profile has been restricted."] = "Dostęp do tego profilu został ograniczony."; +$a->strings["Tips for New Members"] = "Wskazówki dla nowych użytkowników"; +$a->strings["Do you really want to delete this video?"] = "Czy na pewno chcesz usunąć ten film wideo?"; +$a->strings["Delete Video"] = "Usuń wideo"; +$a->strings["No videos selected"] = "Nie zaznaczono filmów"; +$a->strings["Recent Videos"] = "Ostatnio dodane filmy"; +$a->strings["Upload New Videos"] = "Wstaw nowe filmy"; +$a->strings["Parent user not found."] = "Nie znaleziono użytkownika nadrzędnego."; +$a->strings["No parent user"] = "Brak nadrzędnego użytkownika"; +$a->strings["Parent Password:"] = "Hasło nadrzędne:"; +$a->strings["Please enter the password of the parent account to legitimize your request."] = "Wprowadź hasło konta nadrzędnego, aby legalizować swoje żądanie."; +$a->strings["Parent User"] = "Użytkownik nadrzędny"; +$a->strings["Parent users have total control about this account, including the account settings. Please double check whom you give this access."] = "Użytkownicy nadrzędni mają pełną kontrolę nad tym kontem, w tym także ustawienia konta. Sprawdź dokładnie, komu przyznasz ten dostęp."; +$a->strings["Save Settings"] = "Zapisz ustawienia"; +$a->strings["Delegate Page Management"] = "Deleguj zarządzanie stronami"; +$a->strings["Delegates"] = "Oddeleguj"; +$a->strings["Delegates are able to manage all aspects of this account/page except for basic account settings. Please do not delegate your personal account to anybody that you do not trust completely."] = "Delegaci mogą zarządzać wszystkimi aspektami tego konta/strony, z wyjątkiem podstawowych ustawień konta. Nie przekazuj swojego konta osobistego nikomu, komu nie ufasz całkowicie."; +$a->strings["Existing Page Delegates"] = "Obecni delegaci stron"; +$a->strings["Potential Delegates"] = "Potencjalni delegaci"; +$a->strings["Add"] = "Dodaj"; +$a->strings["No entries."] = "Brak wpisów."; +$a->strings["People Search - %s"] = "Szukaj osób - %s"; +$a->strings["Forum Search - %s"] = "Przeszukiwanie forum - %s"; +$a->strings["Friendica Communications Server - Setup"] = "Friendica Serwer Komunikacyjny - Instalacja"; +$a->strings["Could not connect to database."] = "Nie można nawiązać połączenia z bazą danych"; +$a->strings["Could not create table."] = "Nie mogę stworzyć tabeli."; +$a->strings["Your Friendica site database has been installed."] = "Twoja baza danych witryny Friendica została zainstalowana."; +$a->strings["You may need to import the file \"database.sql\" manually using phpmyadmin or mysql."] = "Może być konieczne zaimportowanie pliku \"database.sql\" ręcznie, używając phpmyadmin lub mysql."; +$a->strings["Please see the file \"INSTALL.txt\"."] = "Proszę przejrzeć plik \"INSTALL.txt\"."; +$a->strings["Database already in use."] = "Baza danych jest już w użyciu."; +$a->strings["System check"] = "Sprawdzanie systemu"; +$a->strings["Next"] = "Następny"; +$a->strings["Check again"] = "Sprawdź ponownie"; +$a->strings["Database connection"] = "Połączenie z bazą danych"; +$a->strings["In order to install Friendica we need to know how to connect to your database."] = "W celu zainstalowania Friendica musimy wiedzieć jak połączyć się z twoją bazą danych."; +$a->strings["Please contact your hosting provider or site administrator if you have questions about these settings."] = "Proszę skontaktuj się ze swoim dostawcą usług hostingowych bądź administratorem strony jeśli masz pytania co do tych ustawień ."; +$a->strings["The database you specify below should already exist. If it does not, please create it before continuing."] = "Wymieniona przez Ciebie baza danych powinna już istnieć. Jeżeli nie, utwórz ją przed kontynuacją."; +$a->strings["Database Server Name"] = "Nazwa serwera bazy danych"; +$a->strings["Database Login Name"] = "Nazwa użytkownika bazy danych"; +$a->strings["Database Login Password"] = "Hasło logowania do bazy danych"; +$a->strings["For security reasons the password must not be empty"] = "Ze względów bezpieczeństwa hasło nie może być puste"; +$a->strings["Database Name"] = "Nazwa bazy danych"; +$a->strings["Site administrator email address"] = "Adres e-mail administratora strony"; +$a->strings["Your account email address must match this in order to use the web admin panel."] = "Adres e-mail konta musi pasować do tego, aby móc korzystać z panelu administracyjnego."; +$a->strings["Please select a default timezone for your website"] = "Proszę wybrać domyślną strefę czasową dla swojej strony"; +$a->strings["Site settings"] = "Ustawienia strony"; +$a->strings["System Language:"] = "Język systemu:"; +$a->strings["Set the default language for your Friendica installation interface and to send emails."] = "Ustaw domyślny język dla interfejsu instalacyjnego Friendica i wysyłaj e-maile."; +$a->strings["Could not find a command line version of PHP in the web server PATH."] = "Nie można znaleźć wersji PHP komendy w serwerze PATH"; +$a->strings["If you don't have a command line version of PHP installed on your server, you will not be able to run the background processing. See 'Setup the worker'"] = "Jeśli nie masz zainstalowanej na serwerze wersji PHP z wiersza poleceń, nie będziesz mógł uruchomić przetwarzania w tle. Zobacz 'Konfiguracja pracownika'"; +$a->strings["PHP executable path"] = "Ścieżka wykonywalna PHP"; +$a->strings["Enter full path to php executable. You can leave this blank to continue the installation."] = "Wprowadź pełną ścieżkę do pliku wykonywalnego php. Możesz pozostawić to pole puste, aby kontynuować instalację."; +$a->strings["Command line PHP"] = "Linia komend PHP"; +$a->strings["PHP executable is not the php cli binary (could be cgi-fgci version)"] = "Plik wykonywalny PHP nie jest php cli binarny (może być wersją cgi-fgci)"; +$a->strings["Found PHP version: "] = "Znaleziono wersje PHP:"; +$a->strings["PHP cli binary"] = "PHP cli binarny"; +$a->strings["The command line version of PHP on your system does not have \"register_argc_argv\" enabled."] = "Wersja linii poleceń PHP w twoim systemie nie ma aktywowanego \"register_argc_argv\"."; +$a->strings["This is required for message delivery to work."] = "Jest wymagane, aby dostarczanie wiadomości działało."; +$a->strings["PHP register_argc_argv"] = "PHP register_argc_argv"; +$a->strings["Error: the \"openssl_pkey_new\" function on this system is not able to generate encryption keys"] = "Błąd: funkcja \"openssl_pkey_new\" w tym systemie nie jest w stanie wygenerować kluczy szyfrujących"; +$a->strings["If running under Windows, please see \"http://www.php.net/manual/en/openssl.installation.php\"."] = "Jeśli korzystasz z Windowsa, proszę odwiedzić \"http://www.php.net/manual/en/openssl.installation.php\"."; +$a->strings["Generate encryption keys"] = "Generuj klucz kodowania"; +$a->strings["libCurl PHP module"] = "Moduł libCurl PHP"; +$a->strings["GD graphics PHP module"] = "Moduł PHP-GD"; +$a->strings["OpenSSL PHP module"] = "Moduł PHP OpenSSL"; +$a->strings["PDO or MySQLi PHP module"] = "Moduł PDO lub MySQLi PHP"; +$a->strings["mb_string PHP module"] = "Moduł mb_string PHP"; +$a->strings["XML PHP module"] = "Moduł XML PHP"; +$a->strings["iconv PHP module"] = "Moduł PHP iconv"; +$a->strings["POSIX PHP module"] = "Moduł POSIX PHP"; +$a->strings["Apache mod_rewrite module"] = "Moduł Apache mod_rewrite"; +$a->strings["Error: Apache webserver mod-rewrite module is required but not installed."] = "Błąd: moduł Apache webserver mod-rewrite jest potrzebny, jednakże nie jest zainstalowany."; +$a->strings["Error: libCURL PHP module required but not installed."] = "Błąd: libCURL PHP wymagany moduł, lecz nie zainstalowany."; +$a->strings["Error: GD graphics PHP module with JPEG support required but not installed."] = "Błąd: moduł graficzny GD z PHP potrzebuje wsparcia technicznego JPEG, jednakże on nie jest zainstalowany."; +$a->strings["Error: openssl PHP module required but not installed."] = "Błąd: openssl PHP wymagany moduł, lecz nie zainstalowany."; +$a->strings["Error: PDO or MySQLi PHP module required but not installed."] = "Błąd: Wymagany moduł PDO lub MySQLi PHP, ale nie zainstalowany."; +$a->strings["Error: The MySQL driver for PDO is not installed."] = "Błąd: Sterownik MySQL dla PDO nie jest zainstalowany."; +$a->strings["Error: mb_string PHP module required but not installed."] = "Błąd: moduł PHP mb_string jest wymagany ale nie jest zainstalowany"; +$a->strings["Error: iconv PHP module required but not installed."] = "Błąd: wymagany moduł PHP iconv, ale nie zainstalowany."; +$a->strings["Error: POSIX PHP module required but not installed."] = "Błąd: wymagany moduł POSIX PHP, ale nie zainstalowany."; +$a->strings["Error, XML PHP module required but not installed."] = "Błąd, wymagany moduł XML PHP, ale nie zainstalowany."; +$a->strings["The web installer needs to be able to create a file called \".htconfig.php\" in the top folder of your web server and it is unable to do so."] = "Instalator WWW musi być w stanie utworzyć plik o nazwie \". Htconfig.php\" i nie jest w stanie tego zrobić."; +$a->strings["This is most often a permission setting, as the web server may not be able to write files in your folder - even if you can."] = "Jest to najczęściej ustawienie uprawnień, ponieważ serwer sieciowy może nie być w stanie zapisywać plików w folderze - nawet jeśli możesz."; +$a->strings["At the end of this procedure, we will give you a text to save in a file named .htconfig.php in your Friendica top folder."] = "Pod koniec tej procedury podamy Ci tekst do zapisania w pliku o nazwie .htconfig.php w twoim górnym folderze Friendica."; +$a->strings["You can alternatively skip this procedure and perform a manual installation. Please see the file \"INSTALL.txt\" for instructions."] = "Alternatywnie można pominąć tę procedurę i wykonać ręczną instalację. Proszę zobaczyć plik 'INSTALL.txt' z instrukcjami."; +$a->strings[".htconfig.php is writable"] = ".htconfig.php jest zapisywalny"; +$a->strings["Friendica uses the Smarty3 template engine to render its web views. Smarty3 compiles templates to PHP to speed up rendering."] = "Friendica używa silnika szablonów Smarty3 do renderowania swoich widoków. Smarty3 kompiluje szablony do PHP, aby przyspieszyć renderowanie."; +$a->strings["In order to store these compiled templates, the web server needs to have write access to the directory view/smarty3/ under the Friendica top level folder."] = "Aby przechowywać te skompilowane szablony, serwer WWW musi mieć dostęp do zapisu do katalogu view/smarty3/ w folderze najwyższego poziomu Friendica."; +$a->strings["Please ensure that the user that your web server runs as (e.g. www-data) has write access to this folder."] = "Upewnij się, że użytkownik, na którym działa serwer WWW (np. www-data), ma prawo do zapisu do tego folderu."; +$a->strings["Note: as a security measure, you should give the web server write access to view/smarty3/ only--not the template files (.tpl) that it contains."] = "Uwaga: jako środek bezpieczeństwa, powinieneś dać serwerowi dostęp do zapisu view/smarty3/ jedynie - nie do plików szablonów (.tpl), które zawiera."; +$a->strings["view/smarty3 is writable"] = "view/smarty3 jest zapisywalny"; +$a->strings["Url rewrite in .htaccess is not working. Check your server configuration."] = "Nie działa URL w .htaccess popraw. Sprawdź konfigurację serwera."; +$a->strings["Url rewrite is working"] = ""; +$a->strings["ImageMagick PHP extension is not installed"] = "Rozszerzenie PHP ImageMagick nie jest zainstalowane"; +$a->strings["ImageMagick PHP extension is installed"] = "Rozszerzenie PHP ImageMagick jest zainstalowane"; +$a->strings["ImageMagick supports GIF"] = "ImageMagick obsługuje GIF"; +$a->strings["The database configuration file \".htconfig.php\" could not be written. Please use the enclosed text to create a configuration file in your web server root."] = "Konfiguracja bazy danych pliku \".htconfig.php\" nie mogła zostać zapisana. Proszę użyć załączonego tekstu, aby utworzyć folder konfiguracyjny w sieci serwera."; +$a->strings["

    What next

    "] = "

    Co dalej

    "; +$a->strings["IMPORTANT: You will need to [manually] setup a scheduled task for the worker."] = "WAŻNE: Będziesz musiał [ręcznie] ustawić zaplanowane zadanie dla pracownika."; +$a->strings["Go to your new Friendica node registration page and register as new user. Remember to use the same email you have entered as administrator email. This will allow you to enter the site admin panel."] = "Przejdź do strony rejestracji nowego węzła Friendica i zarejestruj się jako nowy użytkownik. Pamiętaj, aby użyć adresu e-mail wprowadzonego jako e-mail administratora. To pozwoli Ci wejść do panelu administratora witryny."; +$a->strings["Subscribing to OStatus contacts"] = "Subskrybowanie kontaktów OStatus"; +$a->strings["No contact provided."] = "Brak kontaktu."; +$a->strings["Couldn't fetch information for contact."] = "Nie można pobrać informacji o kontakcie."; +$a->strings["Couldn't fetch friends for contact."] = "Nie można pobrać znajomych do kontaktu."; +$a->strings["success"] = "powodzenie"; +$a->strings["failed"] = "nie powiodło się"; +$a->strings["ignored"] = "Ignoruj"; +$a->strings["Contact wasn't found or can't be unfollowed."] = "Kontakt nie został znaleziony lub nie można go pominąć."; +$a->strings["Contact unfollowed"] = "Skontaktuj się z obserwowanym"; +$a->strings["You aren't a friend of this contact."] = "Nie jesteś przyjacielem tego kontaktu."; +$a->strings["Unfollowing is currently not supported by your network."] = "Brak obserwowania nie jest obecnie obsługiwany przez twoją sieć."; +$a->strings["Disconnect/Unfollow"] = "Rozłącz/Nie obserwuj"; +$a->strings["Status Messages and Posts"] = "Status wiadomości i postów"; +$a->strings["Events"] = "Wydarzenia"; +$a->strings["View"] = "Widok"; +$a->strings["Previous"] = "Poprzedni"; +$a->strings["today"] = "dzisiaj"; +$a->strings["month"] = "miesiąc"; +$a->strings["week"] = "tydzień"; +$a->strings["day"] = "dzień"; +$a->strings["list"] = "lista"; +$a->strings["User not found"] = "Użytkownik nie znaleziony"; +$a->strings["This calendar format is not supported"] = "Ten format kalendarza nie jest obsługiwany"; +$a->strings["No exportable data found"] = "Nie znaleziono danych do eksportu"; +$a->strings["calendar"] = "kalendarz"; +$a->strings["Event can not end before it has started."] = "Wydarzenie nie może się zakończyć przed jego rozpoczęciem."; +$a->strings["Event title and start time are required."] = "Wymagany tytuł wydarzenia i czas rozpoczęcia."; +$a->strings["Create New Event"] = "Stwórz nowe wydarzenie"; +$a->strings["Event details"] = "Szczegóły wydarzenia"; +$a->strings["Starting date and Title are required."] = "Data rozpoczęcia i tytuł są wymagane."; +$a->strings["Event Starts:"] = "Rozpoczęcie wydarzenia:"; +$a->strings["Required"] = "Wymagany"; +$a->strings["Finish date/time is not known or not relevant"] = "Data/czas zakończenia nie jest znana lub jest nieistotna"; +$a->strings["Event Finishes:"] = "Zakończenie wydarzenia:"; +$a->strings["Adjust for viewer timezone"] = "Dopasuj dla strefy czasowej widza"; +$a->strings["Description:"] = "Opis:"; +$a->strings["Title:"] = "Tytuł:"; +$a->strings["Share this event"] = "Udostępnij te wydarzenie"; +$a->strings["Basic"] = "Podstawowy"; +$a->strings["Advanced"] = "Zaawansowany"; +$a->strings["Failed to remove event"] = "Nie udało się usunąć wydarzenia"; +$a->strings["Event removed"] = "Wydarzenie zostało usunięte"; +$a->strings["Image uploaded but image cropping failed."] = "Zdjęcie zostało przesłane, ale przycinanie obrazu nie powiodło się."; +$a->strings["Image size reduction [%s] failed."] = "Redukcja rozmiaru obrazka [%s] nie powiodła się."; +$a->strings["Shift-reload the page or clear browser cache if the new photo does not display immediately."] = "Ponownie załaduj stronę lub wyczyść pamięć podręczną przeglądarki, jeśli nowe zdjęcie nie pojawi się natychmiast."; +$a->strings["Unable to process image"] = "Nie udało się przetworzyć obrazu."; +$a->strings["Upload File:"] = "Wyślij plik:"; +$a->strings["Select a profile:"] = "Wybierz profil:"; +$a->strings["or"] = "lub"; +$a->strings["skip this step"] = "pomiń ten krok"; +$a->strings["select a photo from your photo albums"] = "wybierz zdjęcie z twojego albumu"; +$a->strings["Crop Image"] = "Przytnij zdjęcie"; +$a->strings["Please adjust the image cropping for optimum viewing."] = "Dostosuj kadrowanie obrazu, aby uzyskać optymalny obraz."; +$a->strings["Done Editing"] = "Zakończono edycję"; +$a->strings["Image uploaded successfully."] = "Zdjęcie wczytano pomyślnie "; +$a->strings["Status:"] = "Status:"; +$a->strings["Homepage:"] = "Strona główna:"; +$a->strings["Global Directory"] = "Globalny Katalog"; +$a->strings["Find on this site"] = "Znajdź na tej stronie"; +$a->strings["Results for:"] = "Wyniki dla:"; +$a->strings["Site Directory"] = "Katalog Witryny"; +$a->strings["Find"] = "Znajdź"; +$a->strings["No entries (some entries may be hidden)."] = "Brak odwiedzin (niektóre odwiedziny mogą być ukryte)."; +$a->strings["Source input"] = "Źródło wejściowe"; +$a->strings["BBCode::convert (raw HTML)"] = "BBCode:: konwersjia (raw HTML)"; +$a->strings["BBCode::convert"] = "BBCode::przekształć"; +$a->strings["BBCode::convert => HTML::toBBCode"] = "BBCode::przekształć => HTML::toBBCode"; +$a->strings["BBCode::toMarkdown"] = "BBCode::toMarkdown"; +$a->strings["BBCode::toMarkdown => Markdown::convert"] = "BBCode::toMarkdown => Markdown::przekształć"; +$a->strings["BBCode::toMarkdown => Markdown::toBBCode"] = "BBCode::toMarkdown => Markdown::toBBCode"; +$a->strings["BBCode::toMarkdown => Markdown::convert => HTML::toBBCode"] = "BBCode::toMarkdown => Markdown::przekształć => HTML::toBBCode"; +$a->strings["Source input \\x28Diaspora format\\x29"] = "Źródło wejściowe \\x28Diaspora format\\x29"; +$a->strings["Markdown::toBBCode"] = "Markdown::toBBCode"; +$a->strings["Raw HTML input"] = "Surowe wejście HTML"; +$a->strings["HTML Input"] = "Wejście HTML"; +$a->strings["HTML::toBBCode"] = "HTML::toBBCode"; +$a->strings["HTML::toPlaintext"] = "HTML::toPlaintext"; +$a->strings["Source text"] = "Tekst źródłowy"; +$a->strings["BBCode"] = "BBCode"; +$a->strings["Markdown"] = "Markdown"; +$a->strings["HTML"] = "HTML"; +$a->strings["The contact could not be added."] = "Nie można dodać kontaktu."; +$a->strings["You already added this contact."] = "Już dodałeś ten kontakt."; +$a->strings["Diaspora support isn't enabled. Contact can't be added."] = "Obsługa Diaspory nie jest włączona. Kontakt nie może zostać dodany."; +$a->strings["OStatus support is disabled. Contact can't be added."] = "Obsługa OStatus jest wyłączona. Kontakt nie może zostać dodany."; +$a->strings["The network type couldn't be detected. Contact can't be added."] = "Nie można wykryć typu sieci. Kontakt nie może zostać dodany."; +$a->strings["Profile deleted."] = "Konto usunięte."; +$a->strings["Profile-"] = "Profil-"; +$a->strings["New profile created."] = "Utworzono nowy profil."; +$a->strings["Profile unavailable to clone."] = "Nie można powileić profilu "; +$a->strings["Profile Name is required."] = "Nazwa Profilu jest wymagana"; +$a->strings["Marital Status"] = "Stan cywilny"; +$a->strings["Romantic Partner"] = "Romantyczny partner"; +$a->strings["Work/Employment"] = "Praca/Zatrudnienie"; +$a->strings["Religion"] = "Religia"; +$a->strings["Political Views"] = "Poglądy polityczne"; +$a->strings["Gender"] = "Płeć"; +$a->strings["Sexual Preference"] = "Orientacja seksualna"; +$a->strings["XMPP"] = "XMPP"; +$a->strings["Homepage"] = "Strona Główna"; +$a->strings["Interests"] = "Zainteresowania"; +$a->strings["Address"] = "Adres"; +$a->strings["Location"] = "Lokalizacja"; +$a->strings["Profile updated."] = "Profil zaktualizowany."; +$a->strings[" and "] = " i "; +$a->strings["public profile"] = "profil publiczny"; +$a->strings["%1\$s changed %2\$s to “%3\$s”"] = "%1\$szmienione %2\$s na “%3\$s”"; +$a->strings[" - Visit %1\$s's %2\$s"] = " - Odwiedź %1\$s's %2\$s"; +$a->strings["%1\$s has an updated %2\$s, changing %3\$s."] = "%1\$sma zaktualizowany %2\$s, zmiana%3\$s."; +$a->strings["Hide contacts and friends:"] = "Ukryj kontakty i znajomych:"; +$a->strings["Hide your contact/friend list from viewers of this profile?"] = "Czy chcesz ukryć listę kontaktów dla przeglądających to konto?"; +$a->strings["Show more profile fields:"] = "Pokaż więcej pól profilu:"; +$a->strings["Profile Actions"] = "Akcje profilowe"; +$a->strings["Edit Profile Details"] = "Edytuj profil."; +$a->strings["Change Profile Photo"] = "Zmień zdjęcie profilowe"; +$a->strings["View this profile"] = "Wyświetl ten profil"; +$a->strings["Edit visibility"] = "Edytuj widoczność"; +$a->strings["Create a new profile using these settings"] = "Stwórz nowy profil wykorzystując te ustawienia"; +$a->strings["Clone this profile"] = "Sklonuj ten profil"; +$a->strings["Delete this profile"] = "Usuń ten profil"; +$a->strings["Basic information"] = "Podstawowe informacje"; +$a->strings["Profile picture"] = "Zdjęcie profilowe"; +$a->strings["Preferences"] = "Preferencje"; +$a->strings["Status information"] = "Informacje o stanie"; +$a->strings["Additional information"] = "Dodatkowe informacje"; +$a->strings["Relation"] = "Relacje"; +$a->strings["Miscellaneous"] = "Różny"; +$a->strings["Your Gender:"] = "Płeć:"; +$a->strings[" Marital Status:"] = " Stan cywilny:"; +$a->strings["Sexual Preference:"] = "Preferencje seksualne:"; +$a->strings["Example: fishing photography software"] = "Przykład: oprogramowanie do fotografowania ryb"; +$a->strings["Profile Name:"] = "Nazwa profilu:"; +$a->strings["This is your public profile.
    It may be visible to anybody using the internet."] = "To jest Twój publiczny profil.
    Może zostać wyświetlony przez każdego kto używa internetu."; +$a->strings["Your Full Name:"] = "Imię i nazwisko:"; +$a->strings["Title/Description:"] = "Tytuł/Opis :"; +$a->strings["Street Address:"] = "Ulica:"; +$a->strings["Locality/City:"] = "Miejscowość/Miasto:"; +$a->strings["Region/State:"] = "Region/Państwo:"; +$a->strings["Postal/Zip Code:"] = "Kod Pocztowy:"; +$a->strings["Country:"] = "Kraj:"; +$a->strings["Age: "] = "Wiek: "; +$a->strings["Who: (if applicable)"] = "Kto: (jeśli dotyczy)"; +$a->strings["Examples: cathy123, Cathy Williams, cathy@example.com"] = "Przykłady: cathy123, Cathy Williams, cathy@example.com"; +$a->strings["Since [date]:"] = "Od [data]:"; +$a->strings["Tell us about yourself..."] = "Napisz o sobie..."; +$a->strings["XMPP (Jabber) address:"] = "Adres XMPP (Jabber):"; +$a->strings["The XMPP address will be propagated to your contacts so that they can follow you."] = "Adres XMPP będzie propagowany do Twoich kontaktów, aby mogli Cię śledzić."; +$a->strings["Homepage URL:"] = "Adres URL strony domowej:"; +$a->strings["Hometown:"] = "Miasto rodzinne:"; +$a->strings["Political Views:"] = "Poglądy polityczne:"; +$a->strings["Religious Views:"] = "Poglądy religijne:"; +$a->strings["Public Keywords:"] = "Publiczne słowa kluczowe:"; +$a->strings["(Used for suggesting potential friends, can be seen by others)"] = "(Używany do sugerowania potencjalnych znajomych, jest widoczny dla innych)"; +$a->strings["Private Keywords:"] = "Prywatne słowa kluczowe:"; +$a->strings["(Used for searching profiles, never shown to others)"] = "(Używany do wyszukiwania profili, niepokazywany innym)"; +$a->strings["Likes:"] = "Lubią to:"; +$a->strings["Dislikes:"] = "Nie lubię tego:"; +$a->strings["Musical interests"] = "Muzyka"; +$a->strings["Books, literature"] = "Literatura"; +$a->strings["Television"] = "Telewizja"; +$a->strings["Film/dance/culture/entertainment"] = "Film/taniec/kultura/rozrywka"; +$a->strings["Hobbies/Interests"] = "Zainteresowania"; +$a->strings["Love/romance"] = "Miłość/romans"; +$a->strings["Work/employment"] = "Praca/zatrudnienie"; +$a->strings["School/education"] = "Szkoła/edukacja"; +$a->strings["Contact information and Social Networks"] = "Dane kontaktowe i Sieci społecznościowe"; +$a->strings["Profile Image"] = "Zdjęcie profilowe"; +$a->strings["visible to everybody"] = "widoczne dla wszystkich"; +$a->strings["Edit/Manage Profiles"] = "Edycja/Zarządzanie profilami"; +$a->strings["Change profile photo"] = "Zmień zdjęcie profilowe"; +$a->strings["Create New Profile"] = "Utwórz nowy profil"; +$a->strings["%d contact edited."] = [ + 0 => "", + 1 => "", + 2 => "", + 3 => "", +]; +$a->strings["Could not access contact record."] = "Nie można uzyskać dostępu do rejestru kontaktów."; +$a->strings["Could not locate selected profile."] = "Nie można znaleźć wybranego profilu."; +$a->strings["Contact updated."] = "Kontakt zaktualizowany"; +$a->strings["Contact has been blocked"] = "Kontakt został zablokowany"; +$a->strings["Contact has been unblocked"] = "Kontakt został odblokowany"; +$a->strings["Contact has been ignored"] = "Kontakt jest ignorowany"; +$a->strings["Contact has been unignored"] = "Kontakt nie jest ignorowany"; +$a->strings["Contact has been archived"] = "Kontakt został zarchiwizowany"; +$a->strings["Contact has been unarchived"] = "Kontakt został przywrócony"; +$a->strings["Drop contact"] = "Usuń kontakt"; +$a->strings["Do you really want to delete this contact?"] = "Czy na pewno chcesz usunąć ten kontakt?"; +$a->strings["Contact has been removed."] = "Kontakt został usunięty."; +$a->strings["You are mutual friends with %s"] = "Jesteś już znajomym z %s"; +$a->strings["You are sharing with %s"] = "Współdzielisz z %s"; +$a->strings["%s is sharing with you"] = "%s współdzieli z tobą"; +$a->strings["Private communications are not available for this contact."] = "Prywatna rozmowa jest niemożliwa dla tego kontaktu"; +$a->strings["Never"] = "Nigdy"; +$a->strings["(Update was successful)"] = "(Aktualizacja przebiegła pomyślnie)"; +$a->strings["(Update was not successful)"] = "(Aktualizacja nie powiodła się)"; +$a->strings["Suggest friends"] = "Osoby, które możesz znać"; +$a->strings["Network type: %s"] = "Typ sieci: %s"; +$a->strings["Communications lost with this contact!"] = "Utracono komunikację z tym kontaktem!"; +$a->strings["Fetch further information for feeds"] = "Pobierz dalsze informacje dla kanałów"; +$a->strings["Fetch information like preview pictures, title and teaser from the feed item. You can activate this if the feed doesn't contain much text. Keywords are taken from the meta header in the feed item and are posted as hash tags."] = "Pobieranie informacji, takich jak zdjęcia podglądu, tytuł i zwiastun z elementu kanału. Możesz to aktywować, jeśli plik danych nie zawiera dużo tekstu. Słowa kluczowe są pobierane z nagłówka meta w elemencie kanału i są publikowane jako znaczniki haszowania."; +$a->strings["Disabled"] = "Wyłączony"; +$a->strings["Fetch information"] = "Pobierz informacje"; +$a->strings["Fetch keywords"] = "Pobierz słowa kluczowe"; +$a->strings["Fetch information and keywords"] = "Pobierz informacje i słowa kluczowe"; +$a->strings["Contact"] = "Kontakt"; +$a->strings["Profile Visibility"] = "Widoczność profilu"; +$a->strings["Please choose the profile you would like to display to %s when viewing your profile securely."] = "Wybierz profil, który chcesz bezpiecznie wyświetlić %s"; +$a->strings["Contact Information / Notes"] = "Informacje kontaktowe/Notatki"; +$a->strings["Their personal note"] = "Ich osobista uwaga"; +$a->strings["Edit contact notes"] = "Edytuj notatki kontaktu"; +$a->strings["Block/Unblock contact"] = "Zablokuj/odblokuj kontakt"; +$a->strings["Ignore contact"] = "Ignoruj kontakt"; +$a->strings["Repair URL settings"] = "Napraw ustawienia adresu"; +$a->strings["View conversations"] = "Wyświetl rozmowy"; +$a->strings["Last update:"] = "Ostatnia aktualizacja:"; +$a->strings["Update public posts"] = "Zaktualizuj publiczne posty"; +$a->strings["Update now"] = "Aktualizuj teraz"; +$a->strings["Unblock"] = "Odblokuj"; +$a->strings["Block"] = "Zablokuj"; +$a->strings["Unignore"] = "Odblokuj"; +$a->strings["Currently blocked"] = "Obecnie zablokowany"; +$a->strings["Currently ignored"] = "Obecnie zignorowany"; +$a->strings["Currently archived"] = "Obecnie zarchiwizowany"; +$a->strings["Awaiting connection acknowledge"] = "Oczekiwanie na potwierdzenie połączenia"; +$a->strings["Replies/likes to your public posts may still be visible"] = "Odpowiedzi/kliknięcia \"lubię to\" do twoich publicznych postów nadal mogą być widoczne"; +$a->strings["Notification for new posts"] = "Powiadomienie o nowych postach"; +$a->strings["Send a notification of every new post of this contact"] = "Wyślij powiadomienie o każdym nowym poście tego kontaktu"; +$a->strings["Blacklisted keywords"] = "Słowa kluczowe na czarnej liście"; +$a->strings["Comma separated list of keywords that should not be converted to hashtags, when \"Fetch information and keywords\" is selected"] = "Rozdzielana przecinkami lista słów kluczowych, które nie powinny zostać przekonwertowane na hashtagi, gdy wybrana jest opcja 'Pobierz informacje i słowa kluczowe'"; +$a->strings["XMPP:"] = "XMPP:"; +$a->strings["Actions"] = "Akcja"; +$a->strings["Status"] = "Status"; +$a->strings["Contact Settings"] = "Ustawienia kontaktów"; +$a->strings["Suggestions"] = "Sugestie"; +$a->strings["Suggest potential friends"] = "Sugerowani znajomi"; +$a->strings["Show all contacts"] = "Pokaż wszystkie kontakty"; +$a->strings["Unblocked"] = "Odblokowany"; +$a->strings["Only show unblocked contacts"] = "Pokaż tylko odblokowane kontakty"; +$a->strings["Blocked"] = "Zablokowany"; +$a->strings["Only show blocked contacts"] = "Pokaż tylko zablokowane kontakty"; +$a->strings["Ignored"] = "Zignorowany"; +$a->strings["Only show ignored contacts"] = "Pokaż tylko ignorowane kontakty"; +$a->strings["Archived"] = "Zarchiwizowane"; +$a->strings["Only show archived contacts"] = "Pokaż tylko zarchiwizowane kontakty"; +$a->strings["Hidden"] = "Ukryty"; +$a->strings["Only show hidden contacts"] = "Pokaż tylko ukryte kontakty"; +$a->strings["Search your contacts"] = "Wyszukaj w kontaktach"; +$a->strings["Update"] = "Zaktualizuj"; +$a->strings["Archive"] = "Archiwum"; +$a->strings["Unarchive"] = "Przywróć z archiwum"; +$a->strings["Batch Actions"] = "Akcje wsadowe"; +$a->strings["Profile Details"] = "Szczegóły profilu"; +$a->strings["View all contacts"] = "Zobacz wszystkie kontakty"; +$a->strings["View all common friends"] = "Zobacz wszystkich popularnych znajomych"; +$a->strings["Advanced Contact Settings"] = "Zaawansowane ustawienia kontaktów"; +$a->strings["Mutual Friendship"] = "Wzajemna przyjaźń"; +$a->strings["is a fan of yours"] = "jest twoim fanem"; +$a->strings["you are a fan of"] = "jesteś fanem"; +$a->strings["Toggle Blocked status"] = "Przełącz na Zablokowany"; +$a->strings["Toggle Ignored status"] = "Przełącz ignorowany status"; +$a->strings["Toggle Archive status"] = "Przełącz status archiwum"; +$a->strings["Delete contact"] = "Usuń kontakt"; +$a->strings["Terms of Service"] = "Warunki usługi"; +$a->strings["Privacy Statement"] = "Oświadczenie o prywatności"; +$a->strings["At the time of registration, and for providing communications between the user account and their contacts, the user has to provide a display name (pen name), an username (nickname) and a working email address. The names will be accessible on the profile page of the account by any visitor of the page, even if other profile details are not displayed. The email address will only be used to send the user notifications about interactions, but wont be visibly displayed. The listing of an account in the node's user directory or the global user directory is optional and can be controlled in the user settings, it is not necessary for communication."] = "W momencie rejestracji oraz w celu zapewnienia komunikacji między kontem użytkownika, a jego kontaktami, użytkownik musi podać nazwę wyświetlaną (pseudonim), nazwę użytkownika (przydomek) i działający adres e-mail. Nazwy będą dostępne na stronie profilu konta dla każdego odwiedzającego stronę, nawet jeśli inne szczegóły profilu nie zostaną wyświetlone. Adres e-mail będzie używany tylko do wysyłania powiadomień użytkownika o interakcjach, ale nie będzie wyświetlany w widoczny sposób. Lista kont w katalogu użytkownika węzła lub globalnym katalogu użytkownika jest opcjonalna i może być kontrolowana w ustawieniach użytkownika, nie jest konieczna do komunikacji."; +$a->strings["At any point in time a logged in user can export their account data from the account settings. If the user wants to delete their account they can do so at %1\$s/removeme. The deletion of the account will be permanent."] = "W dowolnym momencie zalogowany użytkownik może wyeksportować dane swojego konta z ustawień konta. Jeśli użytkownik chce usunąć swoje konto, może to zrobić w %1\$s/usuń mnie. Usunięcie konta będzie trwałe."; +$a->strings["This is Friendica, version"] = "To jest Friendica, wersja"; +$a->strings["running at web location"] = "otwierane na serwerze"; +$a->strings["Please visit Friendi.ca to learn more about the Friendica project."] = "Odwiedź stronę Friendi.ca aby dowiedzieć się więcej o projekcie Friendica."; +$a->strings["Bug reports and issues: please visit"] = "Raporty o błędach i problemy: odwiedź stronę"; +$a->strings["the bugtracker at github"] = "bugtracker na github"; +$a->strings["Suggestions, praise, donations, etc. - please email \"Info\" at Friendica - dot com"] = "Sugestie, pochwały, darowizny, itp. - napisz e-mail \"Info\" do Friendica - dot com"; +$a->strings["Installed addons/apps:"] = "Zainstalowane dodatki/aplikacje:"; +$a->strings["No installed addons/apps"] = "Brak zainstalowanych dodatków/aplikacji"; +$a->strings["Read about the Terms of Service of this node."] = "Przeczytaj o Warunkach świadczenia usług tego węzła."; +$a->strings["On this server the following remote servers are blocked."] = "Na tym serwerze następujące serwery zdalne są blokowane."; +$a->strings["Reason for the block"] = "Powód blokowania"; +$a->strings["No valid account found."] = "Nie znaleziono ważnego konta."; +$a->strings["Password reset request issued. Check your email."] = "Prośba o zresetowanie hasła została zatwierdzona. Sprawdź swój e-mail."; +$a->strings["\n\t\tDear %1\$s,\n\t\t\tA request was recently received at \"%2\$s\" to reset your account\n\t\tpassword. In order to confirm this request, please select the verification link\n\t\tbelow or paste it into your web browser address bar.\n\n\t\tIf you did NOT request this change, please DO NOT follow the link\n\t\tprovided and ignore and/or delete this email, the request will expire shortly.\n\n\t\tYour password will not be changed unless we can verify that you\n\t\tissued this request."] = "\n\t\tDrodzy %1\$s, \n\t\t\tOtrzymano niedawno prośbę o ''%2\$s\" zresetowanie konta \n\t\thasło. Aby potwierdzić tę prośbę, wybierz link weryfikacyjny \n\t\tponiżej lub wklej go na pasek adresu przeglądarki internetowej. \n \n\t\tJeśli NIE poprosiłeś o tę zmianę, NIE wykonuj tego linku \n\t\tpod warunkiem, że zignorujesz i/lub usuniesz ten e-mail, prośba wkrótce wygaśnie. \n \n\t\tTwoje hasło nie zostanie zmienione, chyba że będziemy mogli to potwierdzić \n\t\twydał to żądanie."; +$a->strings["\n\t\tFollow this link soon to verify your identity:\n\n\t\t%1\$s\n\n\t\tYou will then receive a follow-up message containing the new password.\n\t\tYou may change that password from your account settings page after logging in.\n\n\t\tThe login details are as follows:\n\n\t\tSite Location:\t%2\$s\n\t\tLogin Name:\t%3\$s"] = "\nWkrótce skorzystaj z tego linku, aby zweryfikować swoją tożsamość: \n\n\t\t%1\$s\n\n\t\tOtrzymasz następnie komunikat uzupełniający zawierający nowe hasło. \n\t\tMożesz zmienić to hasło ze strony ustawień swojego konta po zalogowaniu. \n \n\t\tDane logowania są następujące: \n \nLokalizacja strony: \t%2\$s\nNazwa użytkownika:\t%3\$s"; +$a->strings["Password reset requested at %s"] = "Prośba o reset hasła na %s"; +$a->strings["Request could not be verified. (You may have previously submitted it.) Password reset failed."] = "Prośba nie może być zweryfikowana. (Mogłeś już ją poprzednio wysłać.) Reset hasła nie powiódł się."; +$a->strings["Request has expired, please make a new one."] = "Żądanie wygasło. Zrób nowe."; +$a->strings["Forgot your Password?"] = "Zapomniałeś hasła?"; +$a->strings["Enter your email address and submit to have your password reset. Then check your email for further instructions."] = "Wpisz swój adres email i wyślij, aby zresetować hasło. Później sprawdź swojego emaila w celu uzyskania dalszych instrukcji."; +$a->strings["Nickname or Email: "] = "Pseudonim lub Email:"; +$a->strings["Reset"] = "Zresetuj"; +$a->strings["Password Reset"] = "Zresetuj hasło"; +$a->strings["Your password has been reset as requested."] = "Twoje hasło zostało zresetowane zgodnie z żądaniem."; +$a->strings["Your new password is"] = "Twoje nowe hasło to"; +$a->strings["Save or copy your new password - and then"] = "Zapisz lub skopiuj nowe hasło - a następnie"; +$a->strings["click here to login"] = "Kliknij tutaj aby się zalogować"; +$a->strings["Your password may be changed from the Settings page after successful login."] = "Twoje hasło może być zmienione w Ustawieniach po udanym zalogowaniu."; +$a->strings["\n\t\t\tDear %1\$s,\n\t\t\t\tYour password has been changed as requested. Please retain this\n\t\t\tinformation for your records (or change your password immediately to\n\t\t\tsomething that you will remember).\n\t\t"] = "\n\t\t\tDrogi %1\$s, \n\t\t\t\tTwoje hasło zostało zmienione zgodnie z życzeniem. Proszę, zachowaj te \n\t\t\tinformacje dotyczące twoich rekordów (lub natychmiast zmień hasło na \n\t\t\tcoś, co zapamiętasz).\n\t\t"; +$a->strings["\n\t\t\tYour login details are as follows:\n\n\t\t\tSite Location:\t%1\$s\n\t\t\tLogin Name:\t%2\$s\n\t\t\tPassword:\t%3\$s\n\n\t\t\tYou may change that password from your account settings page after logging in.\n\t\t"] = "\n\t\t\tDane logowania są następujące:\n\n\t\t\tLokalizacja witryny:\t%1\$s\n\t\t\tNazwa użytkownika:\t%2\$s\n\t\t\tHasło:\t%3\$s\n\n\t\t\tMożesz zmienić hasło na stronie ustawień konta po zalogowaniu.\n\t\t"; +$a->strings["Your password has been changed at %s"] = "Twoje hasło zostało zmienione na %s"; +$a->strings["Registration successful. Please check your email for further instructions."] = "Rejestracja zakończona pomyślnie. Dalsze instrukcje zostały wysłane na twojego e-maila."; +$a->strings["Failed to send email message. Here your accout details:
    login: %s
    password: %s

    You can change your password after login."] = "Nie udało się wysłać wiadomości e-mail. Tutaj szczegóły twojego konta:
    login: %s
    hasło: %s

    Możesz zmienić swoje hasło po zalogowaniu."; +$a->strings["Registration successful."] = "Rejestracja udana."; +$a->strings["Your registration can not be processed."] = "Twoja rejestracja nie może zostać przeprowadzona. "; +$a->strings["Your registration is pending approval by the site owner."] = "Twoja rejestracja oczekuje na zaakceptowanie przez właściciela witryny."; +$a->strings["You may (optionally) fill in this form via OpenID by supplying your OpenID and clicking 'Register'."] = "Możesz (opcjonalnie) wypełnić ten formularz za pośrednictwem OpenID, podając swój OpenID i klikając 'Register'."; +$a->strings["If you are not familiar with OpenID, please leave that field blank and fill in the rest of the items."] = "Jeśli nie jesteś zaznajomiony z OpenID, zostaw to pole puste i uzupełnij resztę elementów."; +$a->strings["Your OpenID (optional): "] = "Twój OpenID (opcjonalnie):"; +$a->strings["Include your profile in member directory?"] = "Czy dołączyć twój profil do katalogu członków?"; +$a->strings["Note for the admin"] = "Uwaga dla administratora"; +$a->strings["Leave a message for the admin, why you want to join this node"] = "Pozostaw wiadomość dla administratora, dlaczego chcesz dołączyć do tego węzła"; +$a->strings["Membership on this site is by invitation only."] = "Członkostwo na tej stronie możliwe tylko dzięki zaproszeniu."; +$a->strings["Your invitation code: "] = "Twój kod zaproszenia:"; +$a->strings["Registration"] = "Rejestracja"; +$a->strings["Your Full Name (e.g. Joe Smith, real or real-looking): "] = "Twoje imię i nazwisko (np. Joe Smith, prawdziwy lub real-looking):"; +$a->strings["Your Email Address: (Initial information will be send there, so this has to be an existing address.)"] = "Twój adres e-mail: (Informacje początkowe zostaną wysłane tam, więc musi to być istniejący adres)."; +$a->strings["New Password:"] = "Nowe hasło:"; +$a->strings["Leave empty for an auto generated password."] = "Pozostaw puste dla wygenerowanego automatycznie hasła."; +$a->strings["Confirm:"] = "Potwierdź:"; +$a->strings["Choose a profile nickname. This must begin with a text character. Your profile address on this site will then be 'nickname@%s'."] = "Wybierz pseudonim profilu. Nazwa musi zaczynać się od znaku tekstowego. Twój adres profilu na tej stronie będzie wówczas 'pseudonimem%s'."; +$a->strings["Choose a nickname: "] = "Wybierz pseudonim:"; +$a->strings["Register"] = "Zarejestruj"; +$a->strings["Import your profile to this friendica instance"] = "Zaimportuj swój profil do tej instancji friendica"; +$a->strings["Theme settings updated."] = "Zaktualizowano ustawienia motywów."; +$a->strings["Information"] = "Informacja"; +$a->strings["Overview"] = "Przegląd"; +$a->strings["Federation Statistics"] = "Statystyki Organizacji"; +$a->strings["Configuration"] = "Konfiguracja"; +$a->strings["Site"] = "Strona"; +$a->strings["Users"] = "Użytkownicy"; +$a->strings["Addons"] = "Dodatki"; +$a->strings["Themes"] = "Wygląd"; +$a->strings["Additional features"] = "Dodatkowe funkcje"; +$a->strings["Database"] = "Baza danych"; +$a->strings["DB updates"] = "Aktualizacje DB"; +$a->strings["Inspect Queue"] = "Sprawdź kolejkę"; +$a->strings["Tools"] = "Narzędzia"; +$a->strings["Contact Blocklist"] = "Lista zablokowanych kontaktów"; +$a->strings["Server Blocklist"] = "Lista zablokowanych serwerów"; +$a->strings["Delete Item"] = "Usuń przedmiot"; +$a->strings["Logs"] = "Logi"; +$a->strings["View Logs"] = "Zobacz rejestry"; +$a->strings["Diagnostics"] = "Diagnostyka"; +$a->strings["PHP Info"] = "Informacje o PHP"; +$a->strings["probe address"] = "adres sondy"; +$a->strings["check webfinger"] = "sprawdź webfinger"; +$a->strings["Admin"] = "Administator"; +$a->strings["Addon Features"] = "Funkcje dodatkowe"; +$a->strings["User registrations waiting for confirmation"] = "Rejestracje użytkownika czekają na potwierdzenie."; +$a->strings["Administration"] = "Administracja"; +$a->strings["Display Terms of Service"] = "Wyświetl Warunki korzystania z usługi"; +$a->strings["Enable the Terms of Service page. If this is enabled a link to the terms will be added to the registration form and the general information page."] = "Włącz stronę Warunki świadczenia usług. Jeśli ta opcja jest włączona, link do warunków zostanie dodany do formularza rejestracyjnego i strony z informacjami ogólnymi."; +$a->strings["Display Privacy Statement"] = "Wyświetl oświadczenie o prywatności"; +$a->strings["Show some informations regarding the needed information to operate the node according e.g. to EU-GDPR."] = "Pokaż niektóre informacje dotyczące potrzebnych informacji do obsługi węzła zgodnie np. do EU-GDPR."; +$a->strings["The Terms of Service"] = "Warunki świadczenia usług"; +$a->strings["Enter the Terms of Service for your node here. You can use BBCode. Headers of sections should be [h2] and below."] = "Wprowadź tutaj Warunki świadczenia usług dla swojego węzła. Możesz użyć BBCode. Nagłówki sekcji powinny być [h2] i poniżej."; +$a->strings["The blocked domain"] = "Zablokowana domena"; +$a->strings["The reason why you blocked this domain."] = "Powód zablokowania tej domeny."; +$a->strings["Delete domain"] = "Usuń domenę"; +$a->strings["Check to delete this entry from the blocklist"] = "Zaznacz, aby usunąć ten wpis z listy bloków"; +$a->strings["This page can be used to define a black list of servers from the federated network that are not allowed to interact with your node. For all entered domains you should also give a reason why you have blocked the remote server."] = "Na tej stronie można zdefiniować czarną listę serwerów ze stowarzyszonej sieci, które nie mogą współdziałać z danym węzłem. Dla wszystkich wprowadzonych domen powinieneś podać powód, dla którego zablokowałeś serwer zdalny."; +$a->strings["The list of blocked servers will be made publically available on the /friendica page so that your users and people investigating communication problems can find the reason easily."] = "Lista zablokowanych serwerów zostanie publicznie udostępniona na stronie /friendica, dzięki czemu użytkownicy i osoby badające problemy z komunikacją mogą łatwo znaleźć przyczynę."; +$a->strings["Add new entry to block list"] = "Dodaj nowy wpis do listy bloków"; +$a->strings["Server Domain"] = "Domena serwera"; +$a->strings["The domain of the new server to add to the block list. Do not include the protocol."] = "Domena nowego serwera do dodania do listy bloków. Nie dołączaj protokołu."; +$a->strings["Block reason"] = "Powód zablokowania"; +$a->strings["Add Entry"] = "Dodaj wpis"; +$a->strings["Save changes to the blocklist"] = "Zapisz zmiany w Liście zablokowanych"; +$a->strings["Current Entries in the Blocklist"] = "Aktualne wpisy na liście zablokowanych"; +$a->strings["Delete entry from blocklist"] = "Usuń wpis z listy zablokowanych"; +$a->strings["Delete entry from blocklist?"] = "Usunąć wpis z listy zablokowanych?"; +$a->strings["Server added to blocklist."] = "Serwer dodany do listy zablokowanych."; +$a->strings["Site blocklist updated."] = "Zaktualizowano listę bloków witryny."; +$a->strings["The contact has been blocked from the node"] = "Kontakt został zablokowany w węźle"; +$a->strings["Could not find any contact entry for this URL (%s)"] = "Nie można znaleźć żadnego kontaktu dla tego adresu URL (%s)"; +$a->strings["%s contact unblocked"] = [ + 0 => "", + 1 => "", + 2 => "", + 3 => "", +]; +$a->strings["Remote Contact Blocklist"] = "Lista zablokowanych kontaktów zdalnych"; +$a->strings["This page allows you to prevent any message from a remote contact to reach your node."] = "Ta strona pozwala zapobiec wysyłaniu do węzła wiadomości od kontaktu zdalnego."; +$a->strings["Block Remote Contact"] = "Zablokuj kontakt zdalny"; +$a->strings["select all"] = "Zaznacz wszystko"; +$a->strings["select none"] = "wybierz brak"; +$a->strings["No remote contact is blocked from this node."] = "Z tego węzła nie jest blokowany kontakt zdalny."; +$a->strings["Blocked Remote Contacts"] = "Zablokowane kontakty zdalne"; +$a->strings["Block New Remote Contact"] = "Zablokuj nowy kontakt zdalny"; +$a->strings["Photo"] = "Zdjęcie"; +$a->strings["%s total blocked contact"] = [ + 0 => "", + 1 => "", + 2 => "", + 3 => "", +]; +$a->strings["URL of the remote contact to block."] = "Adres URL kontaktu zdalnego do zablokowania."; +$a->strings["Delete this Item"] = "Usuń ten przedmiot"; +$a->strings["On this page you can delete an item from your node. If the item is a top level posting, the entire thread will be deleted."] = "Na tej stronie możesz usunąć przedmiot ze swojego węzła. Jeśli element jest publikowaniem na najwyższym poziomie, cały wątek zostanie usunięty."; +$a->strings["You need to know the GUID of the item. You can find it e.g. by looking at the display URL. The last part of http://example.com/display/123456 is the GUID, here 123456."] = "Musisz znać identyfikator GUID tego przedmiotu. Możesz go znaleźć np. patrząc na wyświetlany adres URL. Ostatnia część http://example.com/display/123456 to GUID, tutaj 123456."; +$a->strings["GUID"] = "GUID"; +$a->strings["The GUID of the item you want to delete."] = "Identyfikator elementu GUID, który chcesz usunąć."; +$a->strings["Item marked for deletion."] = "Przedmiot oznaczony do usunięcia."; +$a->strings["unknown"] = "nieznany"; +$a->strings["This page offers you some numbers to the known part of the federated social network your Friendica node is part of. These numbers are not complete but only reflect the part of the network your node is aware of."] = "Ta strona zawiera kilka numerów do znanej części federacyjnej sieci społecznościowej, do której należy Twój węzeł Friendica. Liczby te nie są kompletne, ale odzwierciedlają tylko część sieci, o której wie twój węzeł."; +$a->strings["The Auto Discovered Contact Directory feature is not enabled, it will improve the data displayed here."] = "Funkcja Katalog kontaktów automatycznie odkrytych nie jest włączona, poprawi ona wyświetlane tutaj dane."; +$a->strings["Currently this node is aware of %d nodes with %d registered users from the following platforms:"] = "Obecnie węzeł ten jest świadomy %dwęzłów z %d zarejestrowanymi użytkownikami z następujących platform:"; +$a->strings["ID"] = "ID"; +$a->strings["Recipient Name"] = "Nazwa odbiorcy"; +$a->strings["Recipient Profile"] = "Profil odbiorcy"; +$a->strings["Network"] = "Sieć"; +$a->strings["Created"] = "Utwórz"; +$a->strings["Last Tried"] = "Ostatnia wypróbowana"; +$a->strings["This page lists the content of the queue for outgoing postings. These are postings the initial delivery failed for. They will be resend later and eventually deleted if the delivery fails permanently."] = "Na tej stronie znajduje się zawartość kolejki dla wysyłek wychodzących. Są to posty, dla których początkowe wysyłanie nie powiodło się. Zostaną one ponownie wysłane później i ostatecznie usunięte, jeśli doręczenie zakończy się trwale."; +$a->strings["Your DB still runs with MyISAM tables. You should change the engine type to InnoDB. As Friendica will use InnoDB only features in the future, you should change this! See here for a guide that may be helpful converting the table engines. You may also use the command php bin/console.php dbstructure toinnodb of your Friendica installation for an automatic conversion.
    "] = "Twoja baza danych nadal działa z tabelami MyISAM. Powinieneś zmienić typ silnika na InnoDB. Ponieważ Friendica będzie używać funkcji związanych z InnoDB tylko w przyszłości, powinieneś to zmienić! Zobacz tutaj przewodnik, który może być pomocny w konwersji silników stołowych. Możesz także użyć polecenia php bin/console.php dbstructure toinnodb instalacji Friendica do automatycznej konwersji.
    "; +$a->strings["There is a new version of Friendica available for download. Your current version is %1\$s, upstream version is %2\$s"] = "Dostępna jest nowa wersja aplikacji Friendica. Twoja aktualna wersja to %1\$s wyższa wersja to %2\$s"; +$a->strings["The database update failed. Please run \"php bin/console.php dbstructure update\" from the command line and have a look at the errors that might appear."] = "Aktualizacja bazy danych nie powiodła się. Uruchom polecenie \"php bin/console.php dbstructure update\" z wiersza poleceń i sprawdź błędy, które mogą się pojawić."; +$a->strings["The worker was never executed. Please check your database structure!"] = "Pracownik nigdy nie został stracony. Sprawdź swoją strukturę bazy danych!"; +$a->strings["The last worker execution was on %s UTC. This is older than one hour. Please check your crontab settings."] = "Ostatnie wykonanie robota było w %s UTC. To jest starsze niż jedna godzina. Sprawdź ustawienia crontab."; +$a->strings["Normal Account"] = "Konto normalne"; +$a->strings["Automatic Follower Account"] = "Automatyczne konto obserwatora"; +$a->strings["Public Forum Account"] = "Publiczne konto na forum"; +$a->strings["Automatic Friend Account"] = "Automatyczny przyjaciel konta"; +$a->strings["Blog Account"] = "Konto Bloga"; +$a->strings["Private Forum Account"] = "Prywatne konto na forum"; +$a->strings["Message queues"] = "Wiadomości"; +$a->strings["Summary"] = "Podsumowanie"; +$a->strings["Registered users"] = "Zarejestrowani użytkownicy"; +$a->strings["Pending registrations"] = "Rejestracje w toku."; +$a->strings["Version"] = "Wersja"; +$a->strings["Active addons"] = "Aktywne dodatki"; +$a->strings["Can not parse base url. Must have at least ://"] = "Nie można zanalizować podstawowego adresu URL. Musi mieć co najmniej : //"; +$a->strings["Site settings updated."] = "Ustawienia strony zaktualizowane"; +$a->strings["No special theme for mobile devices"] = "Brak specialnego motywu dla urządzeń mobilnych"; +$a->strings["No community page"] = "Brak strony społeczności"; +$a->strings["Public postings from users of this site"] = "Publikacje publiczne od użytkowników tej strony"; +$a->strings["Public postings from the federated network"] = "Publikacje wpisy ze sfederowanej sieci"; +$a->strings["Public postings from local users and the federated network"] = "Publikacje publiczne od użytkowników lokalnych i sieci federacyjnej"; +$a->strings["Users, Global Contacts"] = "Użytkownicy, kontakty globalne"; +$a->strings["Users, Global Contacts/fallback"] = "Użytkownicy, kontakty globalne/awaryjne"; +$a->strings["One month"] = "Miesiąc"; +$a->strings["Three months"] = "Trzy miesiące"; +$a->strings["Half a year"] = "Pół roku"; +$a->strings["One year"] = "Rok"; +$a->strings["Multi user instance"] = "Tryb wielu użytkowników"; +$a->strings["Closed"] = "Zamknięta"; +$a->strings["Requires approval"] = "Wymagane zatwierdzenie."; +$a->strings["Open"] = "Otwarte"; +$a->strings["No SSL policy, links will track page SSL state"] = "Brak SSL , linki będą śledzić stan SSL ."; +$a->strings["Force all links to use SSL"] = "Wymuś by linki używały SSL."; +$a->strings["Self-signed certificate, use SSL for local links only (discouraged)"] = "Wewnętrzne Certyfikaty , użyj SSL tylko dla linków lokalnych . "; +$a->strings["Don't check"] = "Nie sprawdzaj"; +$a->strings["check the stable version"] = "sprawdź wersję stabilną"; +$a->strings["check the development version"] = "sprawdź wersję rozwojową"; +$a->strings["Republish users to directory"] = "Ponownie opublikuj użytkowników w katalogu"; +$a->strings["File upload"] = "Plik załadowano"; +$a->strings["Policies"] = "zasady"; +$a->strings["Auto Discovered Contact Directory"] = "Katalog kontaktów automatycznie odkrytych"; +$a->strings["Performance"] = "Ustawienia"; +$a->strings["Worker"] = "Pracownik"; +$a->strings["Message Relay"] = "Przekazywanie wiadomości"; +$a->strings["Relocate - WARNING: advanced function. Could make this server unreachable."] = "Relokacja - OSTRZEŻENIE: funkcja zaawansowana. Może spowodować, że serwer będzie nieosiągalny."; +$a->strings["Site name"] = "Nazwa strony"; +$a->strings["Host name"] = "Nazwa hosta"; +$a->strings["Sender Email"] = "E-mail nadawcy"; +$a->strings["The email address your server shall use to send notification emails from."] = "Adres e-mail używany przez Twój serwer do wysyłania e-maili z powiadomieniami."; +$a->strings["Banner/Logo"] = "Logo"; +$a->strings["Shortcut icon"] = "Ikona skrótu"; +$a->strings["Link to an icon that will be used for browsers."] = "Link do ikony, która będzie używana w przeglądarkach."; +$a->strings["Touch icon"] = "Dołącz ikonę"; +$a->strings["Link to an icon that will be used for tablets and mobiles."] = "Link do ikony, która będzie używana w tabletach i telefonach komórkowych."; +$a->strings["Additional Info"] = "Dodatkowe informacje"; +$a->strings["For public servers: you can add additional information here that will be listed at %s/servers."] = "W przypadku serwerów publicznych: możesz tu dodać dodatkowe informacje, które będą wymienione na %s/servers."; +$a->strings["System language"] = "Język systemu"; +$a->strings["System theme"] = "Motyw systemowy"; +$a->strings["Default system theme - may be over-ridden by user profiles - change theme settings"] = "Domyślny motyw systemu - może być nadpisany przez profil użytkownika zmień ustawienia motywów"; +$a->strings["Mobile system theme"] = "Motyw systemu mobilnego"; +$a->strings["Theme for mobile devices"] = "Motyw na urządzenia mobilne"; +$a->strings["SSL link policy"] = "polityka SSL"; +$a->strings["Determines whether generated links should be forced to use SSL"] = "Określa kiedy generowane linki powinny używać wymuszonego SSl."; +$a->strings["Force SSL"] = "Wymuś SSL"; +$a->strings["Force all Non-SSL requests to SSL - Attention: on some systems it could lead to endless loops."] = "Wymuszaj wszystkie żądania SSL bez SSL - Uwaga: w niektórych systemach może to prowadzić do niekończących się pętli."; +$a->strings["Hide help entry from navigation menu"] = "Wyłącz pomoc w menu nawigacyjnym "; +$a->strings["Hides the menu entry for the Help pages from the navigation menu. You can still access it calling /help directly."] = "Chowa pozycje menu dla stron pomocy ze strony nawigacyjnej. Możesz nadal ją wywołać poprzez komendę /help."; +$a->strings["Single user instance"] = "Tryb pojedynczego użytkownika"; +$a->strings["Make this instance multi-user or single-user for the named user"] = "Ustawia tryb dla wielu użytkowników lub pojedynczego użytkownika dla nazwanego użytkownika"; +$a->strings["Maximum image size"] = "Maksymalny rozmiar zdjęcia"; +$a->strings["Maximum size in bytes of uploaded images. Default is 0, which means no limits."] = "Maksymalny rozmiar w bitach dla wczytywanego obrazu . Domyślnie jest to 0 , co oznacza bez limitu ."; +$a->strings["Maximum image length"] = "Maksymalna długość obrazu"; +$a->strings["Maximum length in pixels of the longest side of uploaded images. Default is -1, which means no limits."] = "Maksymalna długość najdłuższej strony przesyłanego obrazu w pikselach.\nDomyślnie jest to -1, co oznacza brak limitu."; +$a->strings["JPEG image quality"] = "jakość obrazu JPEG"; +$a->strings["Uploaded JPEGS will be saved at this quality setting [0-100]. Default is 100, which is full quality."] = "Wczytywanie JPEGS będzie zapisane z tymi ustawieniami jakości [0-100] . Domyslnie jest ustawione 100 co oznacza brak strat jakości . "; +$a->strings["Register policy"] = "Zasady rejestracji"; +$a->strings["Maximum Daily Registrations"] = "Maksymalna dzienna rejestracja"; +$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."] = "Jeśli rejestracja powyżej jest dozwolona, to określa maksymalną liczbę nowych rejestracji użytkowników do zaakceptowania na dzień. Jeśli rejestracja jest ustawiona na \"Zamknięta\", to ustawienie to nie ma wpływu."; +$a->strings["Register text"] = "Zarejestruj tekst"; +$a->strings["Will be displayed prominently on the registration page. You can use BBCode here."] = "Będą wyświetlane w widocznym miejscu na stronie rejestracji. Możesz użyć BBCode tutaj."; +$a->strings["Accounts abandoned after x days"] = "Konto porzucone od x dni."; +$a->strings["Will not waste system resources polling external sites for abandonded accounts. Enter 0 for no time limit."] = "Nie będzie marnować zasobów systemu wypytując zewnętrzne strony o opuszczone konta. Ustaw 0 dla braku limitu czasu ."; +$a->strings["Allowed friend domains"] = "Dozwolone domeny przyjaciół"; +$a->strings["Comma separated list of domains which are allowed to establish friendships with this site. Wildcards are accepted. Empty to allow any domains"] = "Lista domen separowana przecinkami które mogą zaprzyjaźnić się z tą stroną . Wildcards są akceptowane . Pozostaw puste by zezwolić każdej domenie na zapryjaźnienie. "; +$a->strings["Allowed email domains"] = "Dozwolone domeny e-mailowe"; +$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"] = "Rozdzielana przecinkami lista domen dozwolonych w adresach e-mail do rejestracji na tej stronie. Symbole wieloznaczne są akceptowane. Opróżnij, aby zezwolić na dowolne domeny"; +$a->strings["No OEmbed rich content"] = "Brak treści multimedialnych ze znaczkiem HTML"; +$a->strings["Don't show the rich content (e.g. embedded PDF), except from the domains listed below."] = "Nie wyświetlaj zasobów treści (np. osadzonego pliku PDF), z wyjątkiem domen wymienionych poniżej."; +$a->strings["Allowed OEmbed domains"] = "Dozwolone domeny OEmbed"; +$a->strings["Comma separated list of domains which oembed content is allowed to be displayed. Wildcards are accepted."] = "Rozdzielana przecinkami lista domen, w których wyświetlana jest treść, może być wyświetlana. Symbole wieloznaczne są akceptowane."; +$a->strings["Block public"] = "Blokuj publicznie"; +$a->strings["Check to block public access to all otherwise public personal pages on this site unless you are currently logged in."] = "Zaznacz, aby zablokować publiczny dostęp do wszystkich publicznych stron prywatnych w tej witrynie, chyba że jesteś zalogowany."; +$a->strings["Force publish"] = "Wymuś publikację"; +$a->strings["Check to force all profiles on this site to be listed in the site directory."] = "Zaznacz, aby wymusić umieszczenie wszystkich profili w tej witrynie w katalogu witryny."; +$a->strings["Global directory URL"] = "Globalny adres URL katalogu"; +$a->strings["URL to the global directory. If this is not set, the global directory is completely unavailable to the application."] = "Adres URL do katalogu globalnego. Jeśli nie zostanie to ustawione, katalog globalny jest całkowicie niedostępny dla aplikacji."; +$a->strings["Private posts by default for new users"] = "Prywatne posty domyślnie dla nowych użytkowników"; +$a->strings["Set default post permissions for all new members to the default privacy group rather than public."] = "Ustaw domyślne uprawnienia do publikowania dla wszystkich nowych członków na domyślną grupę prywatności, a nie publiczną."; +$a->strings["Don't include post content in email notifications"] = "Nie wklejaj zawartości postu do powiadomienia o poczcie"; +$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."] = "W celu ochrony prywatności, nie włączaj zawartości postu/komentarza/wiadomości prywatnej/etc. do powiadomień w wiadomościach mailowych wysyłanych z tej strony."; +$a->strings["Disallow public access to addons listed in the apps menu."] = "Nie zezwalaj na publiczny dostęp do dodatkowych wtyczek wyszczególnionych w menu aplikacji."; +$a->strings["Checking this box will restrict addons listed in the apps menu to members only."] = "Zaznaczenie tego pola spowoduje ograniczenie dodatków wymienionych w menu aplikacji tylko dla członków."; +$a->strings["Don't embed private images in posts"] = "Nie umieszczaj prywatnych zdjęć w postach"; +$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."] = "Nie zastępuj lokalnie hostowanych zdjęć prywatnych we wpisach za pomocą osadzonej kopii obrazu. Oznacza to, że osoby, które otrzymują posty zawierające prywatne zdjęcia, będą musiały uwierzytelnić i wczytać każdy obraz, co może trochę potrwać."; +$a->strings["Allow Users to set remote_self"] = "Zezwól użytkownikom na ustawienie 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."] = "Po sprawdzeniu tego każdy użytkownik może zaznaczyć każdy kontakt jako zdalny w oknie dialogowym kontaktu naprawczego. Ustawienie tej flagi na kontakcie powoduje dublowanie każdego wpisu tego kontaktu w strumieniu użytkowników."; +$a->strings["Block multiple registrations"] = "Zablokuj wielokrotną rejestrację"; +$a->strings["Disallow users to register additional accounts for use as pages."] = "Nie pozwalaj użytkownikom na zakładanie dodatkowych kont do używania jako strony. "; +$a->strings["OpenID support"] = "Wsparcie OpenID"; +$a->strings["OpenID support for registration and logins."] = "Obsługa OpenID do rejestracji i logowania."; +$a->strings["Fullname check"] = "Sprawdzanie pełnej nazwy"; +$a->strings["Force users to register with a space between firstname and lastname in Full name, as an antispam measure"] = "Aby ograniczyć spam, wymagaj by użytkownik przy rejestracji w polu Imię i nazwisko użył spacji pomiędzy imieniem i nazwiskiem."; +$a->strings["Community pages for visitors"] = "Strony społecznościowe dla odwiedzających"; +$a->strings["Which community pages should be available for visitors. Local users always see both pages."] = "Które strony społeczności powinny być dostępne dla odwiedzających. Lokalni użytkownicy zawsze widzą obie strony."; +$a->strings["Posts per user on community page"] = "Lista postów użytkownika na stronie społeczności"; +$a->strings["The maximum number of posts per user on the community page. (Not valid for 'Global Community')"] = "Maksymalna liczba postów na użytkownika na stronie społeczności. (Nie dotyczy 'społeczności globalnej')"; +$a->strings["Enable OStatus support"] = "Włącz wsparcie OStatus"; +$a->strings["Provide built-in OStatus (StatusNet, GNU Social etc.) compatibility. All communications in OStatus are public, so privacy warnings will be occasionally displayed."] = "Zapewnij kompatybilność z OStatus (StatusNet, GNU Social itp.). Cała komunikacja w stanie OStatus jest jawna, dlatego ostrzeżenia o prywatności będą czasami wyświetlane."; +$a->strings["Only import OStatus threads from our contacts"] = "Importuj wątki OStatus tylko z naszych kontaktów"; +$a->strings["Normally we import every content from our OStatus contacts. With this option we only store threads that are started by a contact that is known on our system."] = "Normalnie importujemy każdą treść z naszych kontaktów OStatus. W tej opcji przechowujemy tylko wątki uruchomione przez kontakt znany w naszym systemie."; +$a->strings["OStatus support can only be enabled if threading is enabled."] = "Obsługa OStatus może być włączona tylko wtedy, gdy włączone jest wątkowanie."; +$a->strings["Diaspora support can't be enabled because Friendica was installed into a sub directory."] = "Obsługa Diaspory nie może być włączona, ponieważ Friendica została zainstalowana w podkatalogu."; +$a->strings["Enable Diaspora support"] = "Włączyć obsługę Diaspory"; +$a->strings["Provide built-in Diaspora network compatibility."] = "Zapewnij wbudowaną kompatybilność z siecią Diaspora."; +$a->strings["Only allow Friendica contacts"] = "Dopuść tylko kontakty Friendrica"; +$a->strings["All contacts must use Friendica protocols. All other built-in communication protocols disabled."] = "Wszyscy znajomi muszą używać protokołów Friendica. Wszystkie inne wbudowane protokoły komunikacyjne są wyłączone."; +$a->strings["Verify SSL"] = "Weryfikacja 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."] = "Jeśli chcesz, możesz włączyć ścisłe sprawdzanie certyfikatu. Oznacza to, że nie możesz połączyć się (w ogóle) z własnoręcznie podpisanymi stronami SSL."; +$a->strings["Proxy user"] = "Użytkownik proxy"; +$a->strings["Proxy URL"] = "URL Proxy"; +$a->strings["Network timeout"] = "Network timeout"; +$a->strings["Value is in seconds. Set to 0 for unlimited (not recommended)."] = "Wartość jest w sekundach. Ustaw na 0 dla nieograniczonej (niezalecane)."; +$a->strings["Maximum Load Average"] = "Maksymalne obciążenie średnie"; +$a->strings["Maximum system load before delivery and poll processes are deferred - default 50."] = "Maksymalne obciążenie systemu przed dostawą i odpytywaniem jest odroczone - domyślnie 50."; +$a->strings["Maximum Load Average (Frontend)"] = "Maksymalne obciążenie średnie (Frontend)"; +$a->strings["Maximum system load before the frontend quits service - default 50."] = "Maksymalne obciążenie systemu, zanim frontend zakończy pracę - domyślnie 50."; +$a->strings["Minimal Memory"] = "Minimalna pamięć"; +$a->strings["Minimal free memory in MB for the worker. Needs access to /proc/meminfo - default 0 (deactivated)."] = "Minimalna wolna pamięć w MB dla pracownika. Potrzebuje dostępu do /proc/ meminfo - domyślnie 0 (wyłączone)."; +$a->strings["Maximum table size for optimization"] = "Maksymalny rozmiar stołu do optymalizacji"; +$a->strings["Maximum table size (in MB) for the automatic optimization - default 100 MB. Enter -1 to disable it."] = "Maksymalny rozmiar tabeli (w MB) dla automatycznej optymalizacji - domyślnie 100 MB. Wprowadź -1, aby go wyłączyć."; +$a->strings["Minimum level of fragmentation"] = "Minimalny poziom fragmentacji"; +$a->strings["Minimum fragmenation level to start the automatic optimization - default value is 30%."] = "Minimalny poziom fragmentacji, aby rozpocząć automatyczną optymalizację - domyślna wartość to 30%."; +$a->strings["Periodical check of global contacts"] = "Okresowa kontrola kontaktów globalnych"; +$a->strings["If enabled, the global contacts are checked periodically for missing or outdated data and the vitality of the contacts and servers."] = "Jeśli jest włączona, kontakty globalne są okresowo sprawdzane pod kątem brakujących lub nieaktualnych danych oraz żywotności kontaktów i serwerów."; +$a->strings["Days between requery"] = "Dni między żądaniem"; +$a->strings["Number of days after which a server is requeried for his contacts."] = "Liczba dni, po upływie których serwer jest żądany dla swoich kontaktów."; +$a->strings["Discover contacts from other servers"] = "Odkryj kontakty z innych serwerów"; +$a->strings["Periodically query other servers for contacts. You can choose between 'users': the users on the remote system, 'Global Contacts': active contacts that are known on the system. The fallback is meant for Redmatrix servers and older friendica servers, where global contacts weren't available. The fallback increases the server load, so the recommened setting is 'Users, Global Contacts'."] = "Okresowo wysyłaj zapytanie do innych serwerów o kontakty. Możesz wybierać pomiędzy 'użytkownikami': użytkownikami w systemie zdalnym, 'Kontakty globalne': aktywne kontakty znane w systemie. Zastępowanie jest przeznaczone dla serwerów Redmatrix i starszych serwerów Friendica, w których kontakty globalne nie były dostępne. Funkcja awaryjna zwiększa obciążenie serwera, dlatego zalecanym ustawieniem jest 'Użytkownicy, kontakty globalne'."; +$a->strings["Timeframe for fetching global contacts"] = "Czas pobierania globalnych kontaktów"; +$a->strings["When the discovery is activated, this value defines the timeframe for the activity of the global contacts that are fetched from other servers."] = "Po aktywowaniu wykrywania ta wartość określa czas działania globalnych kontaktów pobieranych z innych serwerów."; +$a->strings["Search the local directory"] = "Wyszukaj w lokalnym katalogu"; +$a->strings["Search the local directory instead of the global directory. When searching locally, every search will be executed on the global directory in the background. This improves the search results when the search is repeated."] = "Wyszukaj lokalny katalog zamiast katalogu globalnego. Podczas wyszukiwania lokalnie każde wyszukiwanie zostanie wykonane w katalogu globalnym w tle. Poprawia to wyniki wyszukiwania, gdy wyszukiwanie jest powtarzane."; +$a->strings["Publish server information"] = "Publikuj informacje o serwerze"; +$a->strings["If enabled, general server and usage data will be published. The data contains the name and version of the server, number of users with public profiles, number of posts and the activated protocols and connectors. See the-federation.info for details."] = "Jeśli opcja jest włączona, ogólne dane serwera i użytkowania zostaną opublikowane. Dane zawierają nazwę i wersję serwera, liczbę użytkowników z profilami publicznymi, liczbę postów oraz aktywowane protokoły i konektory. Aby uzyskać szczegółowe informacje, patrz the-federation.info."; +$a->strings["Check upstream version"] = "Sprawdź wersję powyżej"; +$a->strings["Enables checking for new Friendica versions at github. If there is a new version, you will be informed in the admin panel overview."] = "Umożliwia sprawdzenie nowych wersji Friendica na github. Jeśli pojawi się nowa wersja, zostaniesz o tym poinformowany w panelu administracyjnym."; +$a->strings["Suppress Tags"] = "Ukryj tagi"; +$a->strings["Suppress showing a list of hashtags at the end of the posting."] = "Pomiń wyświetlenie listy hashtagów na końcu postu."; +$a->strings["Path to item cache"] = "Ścieżka do pamięci podręcznej"; +$a->strings["The item caches buffers generated bbcode and external images."] = "Pozycja buforuje bufory generowane bbcode i obrazy zewnętrzne."; +$a->strings["Cache duration in seconds"] = "Czas trwania w sekundach"; +$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."] = "Jak długo powinny być przechowywane pliki pamięci podręcznej? Wartość domyślna to 86400 sekund (jeden dzień). Aby wyłączyć pamięć podręczną elementów, ustaw wartość na -1."; +$a->strings["Maximum numbers of comments per post"] = "Maksymalna liczba komentarzy na post"; +$a->strings["How much comments should be shown for each post? Default value is 100."] = "Ile komentarzy powinno być pokazywanych dla każdego posta? Domyślna wartość to 100."; +$a->strings["Temp path"] = "Ścieżka do Temp"; +$a->strings["If you have a restricted system where the webserver can't access the system temp path, enter another path here."] = "Jeśli masz zastrzeżony system, w którym serwer internetowy nie może uzyskać dostępu do ścieżki temp systemu, wprowadź tutaj inną ścieżkę."; +$a->strings["Base path to installation"] = "Podstawowa ścieżka do instalacji"; +$a->strings["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."] = "Jeśli system nie może wykryć poprawnej ścieżki do instalacji, wprowadź tutaj poprawną ścieżkę. To ustawienie powinno być ustawione tylko wtedy, gdy używasz ograniczonego systemu i dowiązań symbolicznych do twojego webroota."; +$a->strings["Disable picture proxy"] = "Wyłącz obraz proxy"; +$a->strings["The picture proxy increases performance and privacy. It shouldn't be used on systems with very low bandwith."] = "Proxy obrazu zwiększa wydajność i prywatność. Nie należy go stosować w systemach o bardzo niskiej przepustowości."; +$a->strings["Only search in tags"] = "Szukaj tylko w tagach"; +$a->strings["On large systems the text search can slow down the system extremely."] = "W dużych systemach wyszukiwanie tekstu może wyjątkowo spowolnić system."; +$a->strings["New base url"] = "Nowy bazowy adres url"; +$a->strings["Change base url for this server. Sends relocate message to all Friendica and Diaspora* contacts of all users."] = "Zmień bazowy adres URL dla tego serwera. Wysyła wiadomość o przeniesieniu do wszystkich kontaktów Friendica i Diaspora* wszystkich użytkowników."; +$a->strings["RINO Encryption"] = "Szyfrowanie RINO"; +$a->strings["Encryption layer between nodes."] = "Warstwa szyfrowania między węzłami."; +$a->strings["Enabled"] = "Włącz"; +$a->strings["Maximum number of parallel workers"] = "Maksymalna liczba równoległych pracowników"; +$a->strings["On shared hosters set this to 2. On larger systems, values of 10 are great. Default value is 4."] = "Na współdzielonych hostach ustaw to na 2. W większych systemach wartości 10 są świetne. Domyślna wartość to 4."; +$a->strings["Don't use 'proc_open' with the worker"] = "Nie używaj 'proc_open' z robotnikiem"; +$a->strings["Enable this if your system doesn't allow the use of 'proc_open'. This can happen on shared hosters. If this is enabled you should increase the frequency of worker calls in your crontab."] = "Włącz to, jeśli twój system nie zezwala na użycie 'proc_open'. Może się to zdarzyć w przypadku współdzielonych hosterów. Jeśli ta opcja jest włączona, powinieneś zwiększyć częstotliwość wywołań pracowniczych w twoim pliku crontab."; +$a->strings["Enable fastlane"] = "Włącz Fastlane"; +$a->strings["When enabed, the fastlane mechanism starts an additional worker if processes with higher priority are blocked by processes of lower priority."] = "Po włączeniu system Fastlane uruchamia dodatkowego pracownika, jeśli procesy o wyższym priorytecie są blokowane przez procesy o niższym priorytecie."; +$a->strings["Enable frontend worker"] = "Włącz pracownika frontend"; +$a->strings["When enabled the Worker process is triggered when backend access is performed \\x28e.g. messages being delivered\\x29. On smaller sites you might want to call %s/worker on a regular basis via an external cron job. You should only enable this option if you cannot utilize cron/scheduled jobs on your server."] = "Po włączeniu proces roboczy jest wyzwalany, gdy wykonywany jest dostęp do zaplecza \\x28e.g. wiadomości są dostarczane\\x29. W mniejszych witrynach możesz chcieć wywoływać %s/robotnika regularnie przez zewnętrzne zadanie cron. Tę opcję należy włączyć tylko wtedy, gdy nie można używać zadań cron/zaplanowanych na serwerze."; +$a->strings["Subscribe to relay"] = "Subskrybuj przekaźnik"; +$a->strings["Enables the receiving of public posts from the relay. They will be included in the search, subscribed tags and on the global community page."] = "Umożliwia odbieranie publicznych wiadomości z przekaźnika. Zostaną uwzględnione w tagach wyszukiwania, subskrybowanych i na stronie społeczności globalnej."; +$a->strings["Relay server"] = "Serwer przekazujący"; +$a->strings["Address of the relay server where public posts should be send to. For example https://relay.diasp.org"] = "Adres serwera przekazującego, do którego należy wysyłać publiczne posty. Na przykład https://relay.diasp.org"; +$a->strings["Direct relay transfer"] = "Bezpośredni transfer przekaźników"; +$a->strings["Enables the direct transfer to other servers without using the relay servers"] = "Umożliwia bezpośredni transfer do innych serwerów bez korzystania z serwerów przekazujących"; +$a->strings["Relay scope"] = "Zakres przekaźnika"; +$a->strings["Can be 'all' or 'tags'. 'all' means that every public post should be received. 'tags' means that only posts with selected tags should be received."] = "Może być 'wszystkim' lub 'tagami'. 'wszystko' oznacza, że ​​każdy post publiczny powinien zostać odebrany. 'tagi' oznaczają, że powinny być odbierane tylko posty z wybranymi tagami."; +$a->strings["all"] = "wszystko"; +$a->strings["tags"] = "tagi"; +$a->strings["Server tags"] = "Serwer tagów"; +$a->strings["Comma separated list of tags for the 'tags' subscription."] = "Lista oddzielonych przecinkami znaczników dla subskrypcji 'tagów'."; +$a->strings["Allow user tags"] = "Pozwól na tagi użytkowników"; +$a->strings["If enabled, the tags from the saved searches will used for the 'tags' subscription in addition to the 'relay_server_tags'."] = "Po włączeniu tagi z zapisanych wyszukiwań będą używane do subskrypcji 'tagów' oprócz 'relay_server_tags'."; +$a->strings["Update has been marked successful"] = "Aktualizacja została oznaczona jako udana"; +$a->strings["Database structure update %s was successfully applied."] = "Pomyślnie zastosowano aktualizację %s struktury bazy danych."; +$a->strings["Executing of database structure update %s failed with error: %s"] = "Wykonanie aktualizacji %s struktury bazy danych nie powiodło się z powodu błędu:%s"; +$a->strings["Executing %s failed with error: %s"] = "Wykonanie %s nie powiodło się z powodu błędu:%s"; +$a->strings["Update %s was successfully applied."] = "Aktualizacja %s została pomyślnie zastosowana."; +$a->strings["Update %s did not return a status. Unknown if it succeeded."] = "Aktualizacja %s nie zwróciła statusu. Nieznane, jeśli się udało."; +$a->strings["There was no additional update function %s that needed to be called."] = "Nie było dodatkowej funkcji %s aktualizacji, która musiała zostać wywołana."; +$a->strings["No failed updates."] = "Brak błędów aktualizacji."; +$a->strings["Check database structure"] = "Sprawdź strukturę bazy danych"; +$a->strings["Failed Updates"] = "Błąd aktualizacji"; +$a->strings["This does not include updates prior to 1139, which did not return a status."] = "Nie dotyczy to aktualizacji przed 1139, który nie zwrócił statusu."; +$a->strings["Mark success (if update was manually applied)"] = "Oznacz sukces (jeśli aktualizacja została ręcznie zastosowana)"; +$a->strings["Attempt to execute this update step automatically"] = "Spróbuj automatycznie wykonać ten krok aktualizacji"; +$a->strings["\n\t\t\tDear %1\$s,\n\t\t\t\tthe administrator of %2\$s has set up an account for you."] = "\n\t\t\tSzanowny/a Panie/Pani %1\$s, \n\t\t\t\tadministrator %2\$s założył dla ciebie konto."; +$a->strings["\n\t\t\tThe login details are as follows:\n\n\t\t\tSite Location:\t%1\$s\n\t\t\tLogin Name:\t\t%2\$s\n\t\t\tPassword:\t\t%3\$s\n\n\t\t\tYou may change your password from your account \"Settings\" page after logging\n\t\t\tin.\n\n\t\t\tPlease take a few moments to review the other account settings on that page.\n\n\t\t\tYou may also wish to add some basic information to your default profile\n\t\t\t(on the \"Profiles\" page) so that other people can easily find you.\n\n\t\t\tWe recommend setting your full name, adding a profile photo,\n\t\t\tadding some profile \"keywords\" (very useful in making new friends) - and\n\t\t\tperhaps what country you live in; if you do not wish to be more specific\n\t\t\tthan that.\n\n\t\t\tWe fully respect your right to privacy, and none of these items are necessary.\n\t\t\tIf you are new and do not know anybody here, they may help\n\t\t\tyou to make some new and interesting friends.\n\n\t\t\tIf you ever want to delete your account, you can do so at %1\$s/removeme\n\n\t\t\tThank you and welcome to %4\$s."] = "\n\t\t\tDane logowania są następuje:\n\t\t\tLokalizacja witryny:\t%1\$s\n\t\t\tNazwa użytkownika:%2\$s\n\t\t\tHasło:%3\$s\n\n\t\t\tPo zalogowaniu możesz zmienić hasło do swojego konta na stronie \"Ustawienia\"\n \t\t\tProszę poświęć chwilę, aby przejrzeć inne ustawienia konta na tej stronie.\n\n\t\t\tMożesz również dodać podstawowe informacje do swojego domyślnego profilu\n\t\t\t(na stronie \"Profil\"), aby inne osoby mogły łatwo Cię znaleźć.\n\n\t\t\tZalecamy ustawienie imienia i nazwiska, dodanie zdjęcia profilowego,\n\t\t\tdodanie niektórych \"słów kluczowych\" profilu (bardzo przydatne w nawiązywaniu nowych znajomości) - i\n\t\t\tbyć może w jakim kraju mieszkasz; jeśli nie chcesz być bardziej szczegółowy.\n\n\t\t\tW pełni szanujemy Twoje prawo do prywatności i żaden z tych elementów nie jest konieczny.\n\t\t\tJeśli jesteś nowy i nie znasz tutaj nikogo, oni mogą ci pomóc\n\t\t\tmożesz zdobyć nowych interesujących przyjaciół\n\n\t\t\tJeśli kiedykolwiek zechcesz usunąć swoje konto, możesz to zrobić w %1\$s/Usuń konto\n\n\t\t\tDziękujemy i Zapraszamy do%4\$s"; +$a->strings["Registration details for %s"] = "Szczegóły rejestracji dla %s"; +$a->strings["%s user blocked/unblocked"] = [ + 0 => "", + 1 => "", + 2 => "", + 3 => "", +]; +$a->strings["%s user deleted"] = [ + 0 => " %s użytkownik usunięty", + 1 => " %s użytkownicy usunięci", + 2 => " %s usuniętych użytkowników ", + 3 => " %s usuniętych użytkowników ", +]; +$a->strings["User '%s' deleted"] = "Użytkownik '%s' usunięty"; +$a->strings["User '%s' unblocked"] = "Użytkownik '%s' odblokowany"; +$a->strings["User '%s' blocked"] = "Użytkownik '%s' zablokowany"; +$a->strings["Email"] = "E-mail"; +$a->strings["Register date"] = "Data rejestracji"; +$a->strings["Last login"] = "Ostatnie logowanie"; +$a->strings["Last item"] = "Ostatni element"; +$a->strings["Account"] = "Konto"; +$a->strings["Add User"] = "Dodaj użytkownika"; +$a->strings["User registrations waiting for confirm"] = "zarejestrowany użytkownik czeka na potwierdzenie"; +$a->strings["User waiting for permanent deletion"] = "Użytkownik czekający na trwałe usunięcie"; +$a->strings["Request date"] = "Data prośby"; +$a->strings["No registrations."] = "brak rejestracji"; +$a->strings["Note from the user"] = "Uwaga od użytkownika"; +$a->strings["Deny"] = "Odmów"; +$a->strings["Site admin"] = "Administracja stroną"; +$a->strings["Account expired"] = "Konto wygasło."; +$a->strings["New User"] = "Nowy użytkownik"; +$a->strings["Deleted since"] = "Skasowany od"; +$a->strings["Selected users will be deleted!\\n\\nEverything these users had posted on this site will be permanently deleted!\\n\\nAre you sure?"] = "Zaznaczeni użytkownicy zostaną usunięci!\\n\\nWszystko co zamieścili na tej stronie będzie trwale skasowane!\\n\\nJesteś pewien?"; +$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?"] = "Użytkownik {0} zostanie usunięty!\\n\\nWszystko co zamieścił na tej stronie będzie trwale skasowane!\\n\\nJesteś pewien?"; +$a->strings["Name of the new user."] = "Nazwa nowego użytkownika."; +$a->strings["Nickname"] = "Pseudonim"; +$a->strings["Nickname of the new user."] = "Pseudonim nowego użytkownika."; +$a->strings["Email address of the new user."] = "Adres email nowego użytkownika."; +$a->strings["Addon %s disabled."] = "Dodatek %s wyłączony."; +$a->strings["Addon %s enabled."] = "Dodatek %s włączony."; +$a->strings["Disable"] = "Wyłącz"; +$a->strings["Enable"] = "Zezwól"; +$a->strings["Toggle"] = "Włącz"; +$a->strings["Author: "] = "Autor: "; +$a->strings["Maintainer: "] = "Opiekun:"; +$a->strings["Reload active addons"] = "Załaduj ponownie aktywne dodatki"; +$a->strings["There are currently no addons available on your node. You can find the official addon repository at %1\$s and might find other interesting addons in the open addon registry at %2\$s"] = "W twoim węźle nie ma obecnie żadnych dodatków. Możesz znaleźć oficjalne repozytorium dodatków na %1\$s i możesz znaleźć inne interesujące dodatki w otwartym rejestrze dodatków na %2\$s"; +$a->strings["No themes found."] = "Nie znaleziono motywów."; +$a->strings["Screenshot"] = "Zrzut ekranu"; +$a->strings["Reload active themes"] = "Przeładuj aktywne motywy"; +$a->strings["No themes found on the system. They should be placed in %1\$s"] = "Nie znaleziono motywów w systemie. Powinny zostać umieszczone %1\$s"; +$a->strings["[Experimental]"] = "[Eksperymentalne]"; +$a->strings["[Unsupported]"] = "[Niewspieralne]"; +$a->strings["Log settings updated."] = "Zaktualizowano ustawienia logów."; +$a->strings["PHP log currently enabled."] = "Dziennik PHP jest obecnie włączony."; +$a->strings["PHP log currently disabled."] = "Dziennik PHP jest obecnie wyłączony."; +$a->strings["Clear"] = "Wyczyść"; +$a->strings["Enable Debugging"] = "Włącz debugowanie"; +$a->strings["Log file"] = "Plik logów"; +$a->strings["Must be writable by web server. Relative to your Friendica top-level directory."] = "Musi być zapisywalny przez serwer sieciowy. W stosunku do katalogu najwyższego poziomu Friendica."; +$a->strings["Log level"] = "Poziom logów"; +$a->strings["PHP logging"] = "Logowanie w PHP"; +$a->strings["To enable logging of PHP errors and warnings you can add the following to the .htconfig.php file of your installation. The filename set in the 'error_log' line is relative to the friendica top-level directory and must be writeable by the web server. The option '1' for 'log_errors' and 'display_errors' is to enable these options, set to '0' to disable them."] = "Aby włączyć rejestrowanie błędów i ostrzeżeń PHP, możesz dodać następujące dane do pliku .htconfig.php instalacji. Nazwa pliku ustawiona w linii 'error_log' odnosi się do katalogu najwyższego poziomu friendiki i musi być zapisywalna przez serwer WWW. Opcja '1' dla 'log_errors' i 'display_errors' polega na włączeniu tych opcji, ustawieniu na '0', aby je wyłączyć."; +$a->strings["Error trying to open %1\$s log file.\\r\\n
    Check to see if file %1\$s exist and is readable."] = "Błąd podczas próby otwarcia %1\$s pliku dziennika. \\r\\n
    Sprawdź, czy plik %1\$s istnieje i czy można go odczytać."; +$a->strings["Couldn't open %1\$s log file.\\r\\n
    Check to see if file %1\$s is readable."] = "Nie można otworzyć %1\$spliku dziennika. \\r\\n
    Sprawdź, czy plik %1\$s jest czytelny."; +$a->strings["Off"] = "Wyłącz"; +$a->strings["On"] = "Włącz"; +$a->strings["Lock feature %s"] = "Funkcja blokady %s"; +$a->strings["Manage Additional Features"] = "Zarządzaj dodatkowymi funkcjami"; +$a->strings["Display"] = "Pokaz"; +$a->strings["Social Networks"] = "Portale społecznościowe"; +$a->strings["Delegations"] = "Delegowanie"; +$a->strings["Connected apps"] = "Powiązane aplikacje"; +$a->strings["Remove account"] = "Usuń konto"; +$a->strings["Missing some important data!"] = "Brakuje ważnych danych!"; +$a->strings["Failed to connect with email account using the settings provided."] = "Połączenie z kontem email używając wybranych ustawień nie powiodło się."; +$a->strings["Email settings updated."] = "Zaktualizowano ustawienia email."; +$a->strings["Features updated"] = "Funkcje zaktualizowane"; +$a->strings["Relocate message has been send to your contacts"] = "Przeniesienie wiadomości zostało wysłane do Twoich kontaktów"; +$a->strings["Passwords do not match. Password unchanged."] = "Hasła nie pasują do siebie. Hasło niezmienione."; +$a->strings["Empty passwords are not allowed. Password unchanged."] = "Puste hasła są niedozwolone. Hasło niezmienione."; +$a->strings["The new password has been exposed in a public data dump, please choose another."] = "Nowe hasło zostało ujawnione w publicznym zrzucie danych, wybierz inne."; +$a->strings["Wrong password."] = "Złe hasło."; +$a->strings["Password changed."] = "Hasło zostało zmianione."; +$a->strings["Password update failed. Please try again."] = "Aktualizacja hasła nie powiodła się. Proszę spróbować ponownie."; +$a->strings[" Please use a shorter name."] = "Proszę użyć krótszej nazwy."; +$a->strings[" Name too short."] = "Za krótka nazwa."; +$a->strings["Wrong Password"] = "Złe hasło"; +$a->strings["Invalid email."] = "Niepoprawny e-mail."; +$a->strings["Cannot change to that email."] = "Nie można zmienić tego e-maila."; +$a->strings["Private forum has no privacy permissions. Using default privacy group."] = "Prywatne forum nie ma uprawnień do prywatności. Użyj domyślnej grupy prywatnej."; +$a->strings["Private forum has no privacy permissions and no default privacy group."] = "Prywatne forum nie ma uprawnień do prywatności ani domyślnej grupy prywatności."; +$a->strings["Settings updated."] = "Zaktualizowano ustawienia."; +$a->strings["Add application"] = "Dodaj aplikację"; +$a->strings["Consumer Key"] = "Klucz klienta"; +$a->strings["Consumer Secret"] = "Tajny klucz klienta"; +$a->strings["Redirect"] = "Przekierowanie"; +$a->strings["Icon url"] = "Url ikony"; +$a->strings["You can't edit this application."] = "Nie możesz edytować tej aplikacji."; +$a->strings["Connected Apps"] = "Powiązane aplikacje"; +$a->strings["Edit"] = "Edytuj"; +$a->strings["Client key starts with"] = "Klucz klienta zaczyna się od"; +$a->strings["No name"] = "Bez nazwy"; +$a->strings["Remove authorization"] = "Odwołaj upoważnienie"; +$a->strings["No Addon settings configured"] = "Brak skonfigurowanych ustawień Dodatków"; +$a->strings["Addon Settings"] = "Ustawienia Dodatków"; +$a->strings["Additional Features"] = "Dodatkowe funkcje"; +$a->strings["Diaspora"] = "Diaspora"; +$a->strings["enabled"] = "włączony"; +$a->strings["disabled"] = "wyłączony"; +$a->strings["Built-in support for %s connectivity is %s"] = "Wbudowane wsparcie dla %s łączność jest %s"; +$a->strings["GNU Social (OStatus)"] = "GNU Społeczny (OStatus)"; +$a->strings["Email access is disabled on this site."] = "Dostęp do e-maila nie jest w pełni sprawny na tej stronie"; +$a->strings["General Social Media Settings"] = "Ogólne ustawienia mediów społecznościowych"; +$a->strings["Disable Content Warning"] = "Wyłącz ostrzeżenie o treści"; +$a->strings["Users on networks like Mastodon or Pleroma are able to set a content warning field which collapse their post by default. This disables the automatic collapsing and sets the content warning as the post title. Doesn't affect any other content filtering you eventually set up."] = "Użytkownicy w sieciach takich jak Mastodon lub Pleroma mogą ustawić pole ostrzeżenia o treści, które domyślnie zwijać będzie swój wpis. Powoduje wyłączenie automatycznego zwijania i ustawia ostrzeżenie o treści jako tytuł postu. Nie ma wpływu na żadne inne filtrowanie treści, które ostatecznie utworzyłeś."; +$a->strings["Disable intelligent shortening"] = "Wyłącz inteligentne skracanie"; +$a->strings["Normally the system tries to find the best link to add to shortened posts. If this option is enabled then every shortened post will always point to the original friendica post."] = "Zwykle system próbuje znaleźć najlepszy link do dodania do skróconych postów. Jeśli ta opcja jest włączona, każdy skrócony wpis zawsze wskazuje oryginalny post znajomej osoby."; +$a->strings["Automatically follow any GNU Social (OStatus) followers/mentioners"] = "Automatycznie podążaj za wszystkimi obserwatorami/rzecznikami GNU Społeczności (OStatus)"; +$a->strings["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."] = "Jeśli otrzymasz wiadomość od nieznanego użytkownika OStatus, ta opcja decyduje, co zrobić. Jeśli zostanie zaznaczone, dla każdego nieznanego użytkownika zostanie utworzony nowy kontakt."; +$a->strings["Default group for OStatus contacts"] = "Domyślna grupa dla kontaktów OStatus"; +$a->strings["Your legacy GNU Social account"] = "Twoje starsze konto społecznościowe GNU"; +$a->strings["If you enter your old GNU Social/Statusnet account name here (in the format user@domain.tld), your contacts will be added automatically. The field will be emptied when done."] = "Jeśli podasz swoją starą nazwę konta GNU Social/Statusnet tutaj (w formacie user@domain.tld), twoje kontakty zostaną dodane automatycznie. Pole zostanie opróżnione po zakończeniu."; +$a->strings["Repair OStatus subscriptions"] = "Napraw subskrypcje OStatus"; +$a->strings["Email/Mailbox Setup"] = "Ustawienia emaila/skrzynki mailowej"; +$a->strings["If you wish to communicate with email contacts using this service (optional), please specify how to connect to your mailbox."] = "Jeżeli życzysz sobie komunikowania z kontaktami email używając tego serwisu (opcjonalne), opisz jak połaczyć się z Twoją skrzynką email."; +$a->strings["Last successful email check:"] = "Ostatni sprawdzony e-mail:"; +$a->strings["IMAP server name:"] = "Nazwa serwera IMAP:"; +$a->strings["IMAP port:"] = "Port IMAP:"; +$a->strings["Security:"] = "Ochrona:"; +$a->strings["None"] = "Brak"; +$a->strings["Email login name:"] = "Login emaila:"; +$a->strings["Email password:"] = "Hasło emaila:"; +$a->strings["Reply-to address:"] = "Odpowiedz na adres:"; +$a->strings["Send public posts to all email contacts:"] = "Wyślij publiczny post do wszystkich kontaktów e-mail"; +$a->strings["Action after import:"] = "Akcja po zaimportowaniu:"; +$a->strings["Mark as seen"] = "Oznacz jako przeczytane"; +$a->strings["Move to folder"] = "Przenieś do folderu"; +$a->strings["Move to folder:"] = "Przenieś do folderu:"; +$a->strings["%s - (Unsupported)"] = "%s - (Nieobsługiwane)"; +$a->strings["%s - (Experimental)"] = "%s- (Eksperymentalne)"; +$a->strings["Display Settings"] = "Wyświetl ustawienia"; +$a->strings["Display Theme:"] = "Wyświetl motyw:"; +$a->strings["Mobile Theme:"] = "Motyw dla urządzeń mobilnych:"; +$a->strings["Suppress warning of insecure networks"] = "Ukryj ostrzeżenie przed niebezpiecznymi sieciami"; +$a->strings["Should the system suppress the warning that the current group contains members of networks that can't receive non public postings."] = "System powinien pominąć ostrzeżenie, że bieżąca grupa zawiera członków sieci, którzy nie mogą otrzymywać komentarzy niepublicznych"; +$a->strings["Update browser every xx seconds"] = "Odświeżaj stronę co xx sekund"; +$a->strings["Minimum of 10 seconds. Enter -1 to disable it."] = "Minimum 10 sekund. Wprowadź -1, aby go wyłączyć."; +$a->strings["Number of items to display per page:"] = "Liczba elementów do wyświetlenia na stronie:"; +$a->strings["Maximum of 100 items"] = "Maksymalnie 100 elementów"; +$a->strings["Number of items to display per page when viewed from mobile device:"] = "Liczba elementów do wyświetlenia na stronie podczas przeglądania z urządzenia mobilnego:"; +$a->strings["Don't show emoticons"] = "Nie pokazuj emotikonek"; +$a->strings["Calendar"] = "Kalendarz"; +$a->strings["Beginning of week:"] = "Początek tygodnia:"; +$a->strings["Don't show notices"] = "Nie pokazuj powiadomień"; +$a->strings["Infinite scroll"] = "Nieskończone przewijanie"; +$a->strings["Automatic updates only at the top of the network page"] = "Automatyczne aktualizacje tylko u góry strony sieci"; +$a->strings["When disabled, the network page is updated all the time, which could be confusing while reading."] = "Po wyłączeniu strona sieciowa jest cały czas aktualizowana, co może być mylące podczas czytania."; +$a->strings["Bandwith Saver Mode"] = "Tryb oszczędzania przepustowości"; +$a->strings["When enabled, embedded content is not displayed on automatic updates, they only show on page reload."] = "Po włączeniu wbudowana zawartość nie jest wyświetlana w automatycznych aktualizacjach, wyświetlają się tylko przy przeładowaniu strony."; +$a->strings["Smart Threading"] = "Inteligentne gwintowanie"; +$a->strings["When enabled, suppress extraneous thread indentation while keeping it where it matters. Only works if threading is available and enabled."] = "Włączenie tej opcji powoduje pomijanie wcięcia nitek zewnętrznych, zachowując je w dowolnym miejscu. Działa tylko wtedy, gdy wątki są dostępne i włączone."; +$a->strings["General Theme Settings"] = "Ogólne ustawienia motywu"; +$a->strings["Custom Theme Settings"] = "Niestandardowe ustawienia motywów"; +$a->strings["Content Settings"] = "Ustawienia zawartości"; +$a->strings["Theme settings"] = "Ustawienia motywu"; +$a->strings["Unable to find your profile. Please contact your admin."] = "Nie można znaleźć Twojego profilu. Skontaktuj się z administratorem."; +$a->strings["Account Types"] = "Rodzaje kont"; +$a->strings["Personal Page Subtypes"] = "Podtypy osobistych stron"; +$a->strings["Community Forum Subtypes"] = "Podtypy społeczności forum"; +$a->strings["Personal Page"] = "Strona osobista"; +$a->strings["Account for a personal profile."] = "Konto dla profilu osobistego."; +$a->strings["Organisation Page"] = "Strona Organizacji"; +$a->strings["Account for an organisation that automatically approves contact requests as \"Followers\"."] = "Konto dla organizacji, która automatycznie zatwierdza prośby o kontakt jako \"Obserwatorzy\"."; +$a->strings["News Page"] = "Strona Wiadomości"; +$a->strings["Account for a news reflector that automatically approves contact requests as \"Followers\"."] = "Konto dla reflektora wiadomości, który automatycznie zatwierdza prośby o kontakt jako \"Obserwatorzy\"."; +$a->strings["Community Forum"] = "Forum społecznościowe"; +$a->strings["Account for community discussions."] = "Konto do dyskusji w społeczności."; +$a->strings["Normal Account Page"] = "Normalna strona konta"; +$a->strings["Account for a regular personal profile that requires manual approval of \"Friends\" and \"Followers\"."] = "Konto dla zwykłego profilu osobistego, który wymaga ręcznej zgody \"Przyjaciół\" i \"Obserwatorów\"."; +$a->strings["Soapbox Page"] = "Strona Soapbox"; +$a->strings["Account for a public profile that automatically approves contact requests as \"Followers\"."] = "Konto dla profilu publicznego, który automatycznie zatwierdza prośby o kontakt jako \"Obserwatorzy\"."; +$a->strings["Public Forum"] = "Forum publiczne"; +$a->strings["Automatically approves all contact requests."] = "Automatycznie zatwierdza wszystkie prośby o kontakt."; +$a->strings["Automatic Friend Page"] = "Automatyczna strona znajomego"; +$a->strings["Account for a popular profile that automatically approves contact requests as \"Friends\"."] = "Konto popularnego profilu, które automatycznie zatwierdza prośby o kontakt jako \"Przyjaciele\"."; +$a->strings["Private Forum [Experimental]"] = "Prywatne Forum [Eksperymentalne]"; +$a->strings["Requires manual approval of contact requests."] = "Wymaga ręcznego zatwierdzania żądań kontaktów."; +$a->strings["OpenID:"] = "OpenID:"; +$a->strings["(Optional) Allow this OpenID to login to this account."] = "(Opcjonalnie) Pozwól temu OpenID zalogować się na to konto."; +$a->strings["Publish your default profile in your local site directory?"] = "Opublikować swój domyślny profil w swoim lokalnym katalogu stron?"; +$a->strings["Your profile will be published in the global friendica directories (e.g. %s). Your profile will be visible in public."] = "Twój profil zostanie opublikowany w globalnych katalogach friendica (np.%s). Twój profil będzie widoczny publicznie."; +$a->strings["Publish your default profile in the global social directory?"] = "Opublikować twój niewypełniony profil w globalnym, społecznym katalogu?"; +$a->strings["Your profile will be published in this node's local directory. Your profile details may be publicly visible depending on the system settings."] = "Twój profil zostanie opublikowany w lokalnym katalogu tego węzła. Dane Twojego profilu mogą być publicznie widoczne w zależności od ustawień systemu."; +$a->strings["Hide your contact/friend list from viewers of your default profile?"] = "Ukryć listę znajomych przed odwiedzającymi Twój profil?"; +$a->strings["Your contact list won't be shown in your default profile page. You can decide to show your contact list separately for each additional profile you create"] = "Twoja lista kontaktów nie będzie wyświetlana na domyślnej stronie profilu. Możesz zdecydować o wyświetleniu listy kontaktów osobno dla każdego tworzonego dodatkowego profilu"; +$a->strings["Hide your profile details from anonymous viewers?"] = "Ukryj dane swojego profilu przed anonimowymi widzami?"; +$a->strings["Anonymous visitors will only see your profile picture, your display name and the nickname you are using on your profile page. Disables posting public messages to Diaspora and other networks."] = "Anonimowi użytkownicy zobaczą tylko Twoje zdjęcie profilowe, swoją wyświetlaną nazwę i pseudonim, którego używasz na stronie profilu. Wyłącza wysyłanie publicznych wiadomości do Diaspory i innych sieci."; +$a->strings["Allow friends to post to your profile page?"] = "Zezwól na dodawanie postów na twoim profilu przez znajomych"; +$a->strings["Your contacts may write posts on your profile wall. These posts will be distributed to your contacts"] = "Twoi znajomi mogą pisać posty na ścianie Twojego profilu. Te posty zostaną przesłane do Twoich kontaktów"; +$a->strings["Allow friends to tag your posts?"] = "Zezwól na oznaczanie twoich postów przez znajomych"; +$a->strings["Your contacts can add additional tags to your posts."] = "Twoje kontakty mogą dodawać do tagów dodatkowe tagi."; +$a->strings["Allow us to suggest you as a potential friend to new members?"] = "Pozwól nam zasugerować Cię jako potencjalnego przyjaciela dla nowych członków?"; +$a->strings["If you like, Friendica may suggest new members to add you as a contact."] = "Jeśli chcesz, Friendica może zaproponować nowym członkom dodanie Cię jako kontakt."; +$a->strings["Permit unknown people to send you private mail?"] = "Zezwolić nieznanym osobom na wysyłanie prywatnych wiadomości?"; +$a->strings["Friendica network users may send you private messages even if they are not in your contact list."] = "Użytkownicy sieci w serwisie Friendica mogą wysyłać prywatne wiadomości, nawet jeśli nie znajdują się one na liście kontaktów."; +$a->strings["Profile is not published."] = "Profil nie jest opublikowany"; +$a->strings["Your Identity Address is '%s' or '%s'."] = "Twój adres tożsamości to '%s' lub '%s'."; +$a->strings["Automatically expire posts after this many days:"] = "Automatycznie wygasaj posty po tych wielu dniach:"; +$a->strings["If empty, posts will not expire. Expired posts will be deleted"] = "Pole puste, wiadomość nie wygaśnie. Niezapisane wpisy zostaną usunięte."; +$a->strings["Advanced expiration settings"] = "Zaawansowane ustawienia wygasania"; +$a->strings["Advanced Expiration"] = "Zaawansowane wygasanie"; +$a->strings["Expire posts:"] = "Wygasające posty:"; +$a->strings["Expire personal notes:"] = "Wygasanie osobistych notatek:"; +$a->strings["Expire starred posts:"] = "Wygasaj posty oznaczone gwiazdką:"; +$a->strings["Expire photos:"] = "Wygasanie zdjęć:"; +$a->strings["Only expire posts by others:"] = "Tylko wygasaj posty innych osób:"; +$a->strings["Account Settings"] = "Ustawienia konta"; +$a->strings["Password Settings"] = "Ustawienia hasła"; +$a->strings["Leave password fields blank unless changing"] = "Pozostaw pola hasła puste, chyba że chcesz je zmienić."; +$a->strings["Current Password:"] = "Aktualne hasło:"; +$a->strings["Your current password to confirm the changes"] = "Twoje aktualne hasło, potwierdź zmiany"; +$a->strings["Password:"] = "Hasło:"; +$a->strings["Basic Settings"] = "Ustawienia podstawowe"; +$a->strings["Full Name:"] = "Imię i nazwisko:"; +$a->strings["Email Address:"] = "Adres email:"; +$a->strings["Your Timezone:"] = "Twoja strefa czasowa:"; +$a->strings["Your Language:"] = "Twój język:"; +$a->strings["Set the language we use to show you friendica interface and to send you emails"] = "Ustaw język, którego używasz, aby pokazać interfejs użytkownika i wysłać Ci e-maile"; +$a->strings["Default Post Location:"] = "Standardowa lokalizacja wiadomości:"; +$a->strings["Use Browser Location:"] = "Użyj położenia przeglądarki:"; +$a->strings["Security and Privacy Settings"] = "Ustawienia bezpieczeństwa i prywatności"; +$a->strings["Maximum Friend Requests/Day:"] = "Maksymalna liczba zaproszeń do grona przyjaciół na dzień:"; +$a->strings["(to prevent spam abuse)"] = "(aby zapobiec spamowaniu)"; +$a->strings["Default Post Permissions"] = "Domyślne prawa dostępu wiadomości"; +$a->strings["(click to open/close)"] = "(kliknij by otworzyć/zamknąć)"; +$a->strings["Default Private Post"] = "Domyślny Prywatny Wpis"; +$a->strings["Default Public Post"] = "Domyślny Publiczny Post"; +$a->strings["Default Permissions for New Posts"] = "Uprawnienia domyślne dla nowych postów"; +$a->strings["Maximum private messages per day from unknown people:"] = "Maksymalna liczba wiadomości prywatnych dziennie od nieznanych ludzi:"; +$a->strings["Notification Settings"] = "Ustawienia powiadomień"; +$a->strings["By default post a status message when:"] = "Domyślnie publikuj komunikat o stanie, gdy:"; +$a->strings["accepting a friend request"] = "przyjmowanie prośby o dodanie do znajomych"; +$a->strings["joining a forum/community"] = "dołączanie do forum/społeczności"; +$a->strings["making an interesting profile change"] = "dokonaj interesującej zmiany profilu"; +$a->strings["Send a notification email when:"] = "Wyślij powiadmonienia na email, kiedy:"; +$a->strings["You receive an introduction"] = "Otrzymałeś zaproszenie"; +$a->strings["Your introductions are confirmed"] = "Dane zatwierdzone"; +$a->strings["Someone writes on your profile wall"] = "Ktoś pisze na twoim profilu"; +$a->strings["Someone writes a followup comment"] = "Ktoś pisze komentarz nawiązujący."; +$a->strings["You receive a private message"] = "Otrzymałeś prywatną wiadomość"; +$a->strings["You receive a friend suggestion"] = "Otrzymane propozycje znajomych"; +$a->strings["You are tagged in a post"] = "Jesteś oznaczony tagiem w poście"; +$a->strings["You are poked/prodded/etc. in a post"] = "Jesteś zaczepiony/zaczepiona/itp. w poście"; +$a->strings["Activate desktop notifications"] = "Aktywuj powiadomienia na pulpicie"; +$a->strings["Show desktop popup on new notifications"] = "Pokaż wyskakujące okienko dla nowych powiadomień"; +$a->strings["Text-only notification emails"] = "E-maile z powiadomieniami tekstowymi"; +$a->strings["Send text only notification emails, without the html part"] = "Wysyłaj tylko e-maile z powiadomieniami tekstowymi, bez części html"; +$a->strings["Show detailled notifications"] = "Pokaż szczegółowe powiadomienia"; +$a->strings["Per default, notifications are condensed to a single notification per item. When enabled every notification is displayed."] = "Domyślne powiadomienia są skondensowane z jednym powiadomieniem dla każdego przedmiotu. Po włączeniu wyświetlane jest każde powiadomienie."; +$a->strings["Advanced Account/Page Type Settings"] = "Zaawansowane ustawienia konta/rodzaju strony"; +$a->strings["Change the behaviour of this account for special situations"] = "Zmień zachowanie tego konta w sytuacjach specjalnych"; +$a->strings["Relocate"] = "Przeniesienie"; +$a->strings["If you have moved this profile from another server, and some of your contacts don't receive your updates, try pushing this button."] = "Jeśli ten profil został przeniesiony z innego serwera, a niektóre z Twoich kontaktów nie otrzymają aktualizacji, spróbuj nacisnąć ten przycisk."; +$a->strings["Resend relocate message to contacts"] = "Wyślij ponownie przenieść wiadomości do kontaktów"; +$a->strings["Error decoding account file"] = "Błąd podczas odczytu pliku konta"; +$a->strings["Error! No version data in file! This is not a Friendica account file?"] = "Błąd! Brak danych wersji w pliku! To nie jest plik konta Friendica?"; +$a->strings["User '%s' already exists on this server!"] = "Użytkownik '%s' już istnieje na tym serwerze!"; +$a->strings["User creation error"] = "Błąd tworzenia użytkownika"; +$a->strings["User profile creation error"] = "Błąd tworzenia profilu użytkownika"; +$a->strings["%d contact not imported"] = [ + 0 => "Nie zaimportowano %d kontaktu.", + 1 => "Nie zaimportowano %d kontaktów.", + 2 => "Nie zaimportowano %d kontaktów.", + 3 => "%dkontakty nie zostały zaimportowane ", +]; +$a->strings["Done. You can now login with your username and password"] = "Gotowe. Możesz teraz zalogować się, podając swoją nazwę użytkownika i hasło."; +$a->strings["System"] = "System"; +$a->strings["Home"] = "Strona domowa"; +$a->strings["Introductions"] = "Wstępy"; +$a->strings["%s commented on %s's post"] = "%s skomentował wpis %s"; +$a->strings["%s created a new post"] = "%s dodał nowy wpis"; +$a->strings["%s liked %s's post"] = "%s polubił wpis %s"; +$a->strings["%s disliked %s's post"] = "%s nie lubi tych %s postów"; +$a->strings["%s is attending %s's event"] = "%suczestniczy %sw wydarzeniu "; +$a->strings["%s is not attending %s's event"] = "%snie uczestniczy %s w wydarzeniu "; +$a->strings["%s may attend %s's event"] = "%smoże uczestniczyć %s w wydarzeniu"; +$a->strings["%s is now friends with %s"] = "%s jest teraz znajomym %s"; +$a->strings["Friend Suggestion"] = "Propozycja znajomych"; +$a->strings["Friend/Connect Request"] = "Prośba o dodanie do przyjaciół/powiązanych"; +$a->strings["New Follower"] = "Nowy obserwujący"; +$a->strings["Post to Email"] = "Prześlij e-mailem"; +$a->strings["Hide your profile details from unknown viewers?"] = "Ukryć szczegóły twojego profilu przed nieznajomymi?"; +$a->strings["Connectors disabled, since \"%s\" is enabled."] = "Wtyczki są wyłączone, ponieważ \"%s\" jest włączone."; +$a->strings["Visible to everybody"] = "Widoczny dla wszystkich"; +$a->strings["show"] = "pokaż"; +$a->strings["don't show"] = "nie pokazuj"; +$a->strings["Close"] = "Zamknij"; +$a->strings["Birthday:"] = "Urodziny:"; +$a->strings["YYYY-MM-DD or MM-DD"] = "RRRR-MM-DD lub MM-DD"; +$a->strings["never"] = "nigdy"; +$a->strings["less than a second ago"] = "mniej niż sekundę temu"; +$a->strings["year"] = "rok"; +$a->strings["years"] = "lata"; +$a->strings["months"] = "miesiące"; +$a->strings["weeks"] = "tygodnie"; +$a->strings["days"] = "dni"; +$a->strings["hour"] = "godzina"; +$a->strings["hours"] = "godziny"; +$a->strings["minute"] = "minuta"; +$a->strings["minutes"] = "minuty"; +$a->strings["second"] = "sekunda"; +$a->strings["seconds"] = "sekundy"; +$a->strings["%1\$d %2\$s ago"] = "%1\$d %2\$s temu"; +$a->strings["view full size"] = "Zobacz w pełnym wymiarze"; +$a->strings["Image/photo"] = "Obrazek/zdjęcie"; +$a->strings["%2\$s %3\$s"] = "%2\$s%3\$s"; +$a->strings["$1 wrote:"] = "$1 napisał:"; +$a->strings["Encrypted content"] = "Szyfrowana treść"; +$a->strings["Invalid source protocol"] = "Nieprawidłowy protokół źródłowy"; +$a->strings["Invalid link protocol"] = "Niepoprawny link protokołu"; +$a->strings["External link to forum"] = "Zewnętrzny link do forum"; +$a->strings["Nothing new here"] = "Brak nowych zdarzeń"; +$a->strings["Clear notifications"] = "Wyczyść powiadomienia"; +$a->strings["Logout"] = "Wyloguj się"; +$a->strings["End this session"] = "Zakończ sesję"; +$a->strings["Your posts and conversations"] = "Twoje posty i rozmowy"; +$a->strings["Your profile page"] = "Twoja strona profilowa"; +$a->strings["Your photos"] = "Twoje zdjęcia"; +$a->strings["Videos"] = "Filmy"; +$a->strings["Your videos"] = "Twoje filmy"; +$a->strings["Your events"] = "Twoje wydarzenia"; +$a->strings["Personal notes"] = "Notatki"; +$a->strings["Your personal notes"] = "Twoje prywatne notatki"; +$a->strings["Sign in"] = "Zaloguj się"; +$a->strings["Home Page"] = "Strona startowa"; +$a->strings["Create an account"] = "Załóż konto"; +$a->strings["Help and documentation"] = "Pomoc i dokumentacja"; +$a->strings["Apps"] = "Aplikacje"; +$a->strings["Addon applications, utilities, games"] = "Wtyczki, aplikacje, narzędzia, gry"; +$a->strings["Search site content"] = "Przeszukaj zawartość strony"; +$a->strings["Community"] = "Społeczność"; +$a->strings["Conversations on this and other servers"] = "Rozmowy na tym i innych serwerach"; +$a->strings["Events and Calendar"] = "Wydarzenia i kalendarz"; +$a->strings["Directory"] = "Katalog"; +$a->strings["People directory"] = "Katalog osób"; +$a->strings["Information about this friendica instance"] = "Informacje o tej instancji friendica"; +$a->strings["Conversations from your friends"] = "Rozmowy Twoich przyjaciół"; +$a->strings["Network Reset"] = "Resetowanie sieci"; +$a->strings["Load Network page with no filters"] = "Załaduj stronę sieci bez filtrów"; +$a->strings["Friend Requests"] = "Prośba o przyjęcie do grona znajomych"; +$a->strings["See all notifications"] = "Zobacz wszystkie powiadomienia"; +$a->strings["Mark all system notifications seen"] = "Oznacz wszystkie powiadomienia systemu jako przeczytane"; +$a->strings["Private mail"] = "Prywatne maile"; +$a->strings["Inbox"] = "Odebrane"; +$a->strings["Outbox"] = "Wysłane"; +$a->strings["Manage"] = "Zarządzaj"; +$a->strings["Manage other pages"] = "Zarządzaj innymi stronami"; +$a->strings["Account settings"] = "Ustawienia konta"; +$a->strings["Profiles"] = "Profile"; +$a->strings["Manage/Edit Profiles"] = "Zarządzaj/Edytuj profile"; +$a->strings["Manage/edit friends and contacts"] = "Zarządzaj listą przyjaciół i kontaktami"; +$a->strings["Site setup and configuration"] = "Konfiguracja i ustawienia instancji"; +$a->strings["Navigation"] = "Nawigacja"; +$a->strings["Site map"] = "Mapa strony"; +$a->strings["Embedding disabled"] = "Osadzanie wyłączone"; +$a->strings["Embedded content"] = "Osadzona zawartość"; +$a->strings["Export"] = "Eksport"; +$a->strings["Export calendar as ical"] = "Wyeksportuj kalendarz jako ical"; +$a->strings["Export calendar as csv"] = "Eksportuj kalendarz jako csv"; +$a->strings["General Features"] = "Funkcje ogólne"; +$a->strings["Multiple Profiles"] = "Wiele profili"; +$a->strings["Ability to create multiple profiles"] = "Możliwość tworzenia wielu profili"; +$a->strings["Photo Location"] = "Lokalizacja zdjęcia"; +$a->strings["Photo metadata is normally stripped. This extracts the location (if present) prior to stripping metadata and links it to a map."] = "Metadane zdjęć są zwykle usuwane. Wyodrębnia to położenie (jeśli jest obecne) przed usunięciem metadanych i łączy je z mapą."; +$a->strings["Export Public Calendar"] = "Eksportuj kalendarz publiczny"; +$a->strings["Ability for visitors to download the public calendar"] = "Możliwość pobierania kalendarza publicznego przez odwiedzających"; +$a->strings["Post Composition Features"] = "Funkcje po ułożeniu"; +$a->strings["Post Preview"] = "Podgląd posta"; +$a->strings["Allow previewing posts and comments before publishing them"] = "Zezwalaj na podgląd postów i komentarzy przed ich opublikowaniem"; +$a->strings["Auto-mention Forums"] = "Automatyczne wymienianie forów"; +$a->strings["Add/remove mention when a forum page is selected/deselected in ACL window."] = "Dodaj/usuń wzmiankę, gdy strona forum zostanie wybrana/cofnięta w oknie ACL."; +$a->strings["Network Sidebar Widgets"] = "Widgety paska bocznego sieci"; +$a->strings["Search by Date"] = "Szukanie wg daty"; +$a->strings["Ability to select posts by date ranges"] = "Wybierz wpisy według zakresów dat"; +$a->strings["List Forums"] = "Lista forów"; +$a->strings["Enable widget to display the forums your are connected with"] = "Włącz widżet, aby wyświetlić fora, z którymi jesteś połączony"; +$a->strings["Group Filter"] = "Filtr grupowy"; +$a->strings["Enable widget to display Network posts only from selected group"] = "Włącz widżet, aby wyświetlać posty sieciowe tylko z wybranej grupy"; +$a->strings["Network Filter"] = "Filtr sieciowy"; +$a->strings["Enable widget to display Network posts only from selected network"] = "Włącz widżet, aby wyświetlać posty sieciowe tylko z wybranej sieci"; +$a->strings["Save search terms for re-use"] = "Zapisz wyszukiwane hasła do ponownego użycia"; +$a->strings["Network Tabs"] = "Karty sieciowe"; +$a->strings["Network Personal Tab"] = "Sieć Osobista zakładka"; +$a->strings["Enable tab to display only Network posts that you've interacted on"] = "Włącz kartę, by wyświetlać tylko posty w sieci, z którymi współpracujesz"; +$a->strings["Network New Tab"] = "Sieć Nowa karta"; +$a->strings["Enable tab to display only new Network posts (from the last 12 hours)"] = "Włącz kartę, aby wyświetlić tylko nowe posty sieciowe (z ostatnich 12 godzin)"; +$a->strings["Network Shared Links Tab"] = "Karta Połączone karty sieciowe"; +$a->strings["Enable tab to display only Network posts with links in them"] = "Włącz zakładkę, aby wyświetlić tylko posty sieciowe z łączami do nich"; +$a->strings["Post/Comment Tools"] = "Narzędzia post/komentarz"; +$a->strings["Multiple Deletion"] = "Wielokrotne usunięcie"; +$a->strings["Select and delete multiple posts/comments at once"] = "Wybierz i usuń wiele postów/komentarzy jednocześnie"; +$a->strings["Edit Sent Posts"] = "Edytuj wysłane posty"; +$a->strings["Edit and correct posts and comments after sending"] = "Edycja i poprawianie wpisów i komentarzy po wysłaniu"; +$a->strings["Tagging"] = "Tagowanie"; +$a->strings["Ability to tag existing posts"] = "Możliwość oznaczania istniejących postów"; +$a->strings["Post Categories"] = "Kategorie postów"; +$a->strings["Add categories to your posts"] = "Dodaj kategorie do twoich postów"; +$a->strings["Saved Folders"] = "Zapisane foldery"; +$a->strings["Ability to file posts under folders"] = "Możliwość przesyłania postów do folderów"; +$a->strings["Dislike Posts"] = "Nie lubię Postów"; +$a->strings["Ability to dislike posts/comments"] = "Możliwa niechęć do postów/komentarzy"; +$a->strings["Star Posts"] = "Oznacz posty gwiazdką"; +$a->strings["Ability to mark special posts with a star indicator"] = "Oznacz specjalne posty gwiazdką"; +$a->strings["Mute Post Notifications"] = "Ignoruj ​​powiadomienia pocztą"; +$a->strings["Ability to mute notifications for a thread"] = "Ignoruj powiadomienia dla wątku"; +$a->strings["Advanced Profile Settings"] = "Zaawansowane ustawienia profilu"; +$a->strings["Show visitors public community forums at the Advanced Profile Page"] = "Wyświetlaj publiczne fora społeczności na stronie profilu zaawansowanego"; +$a->strings["Tag Cloud"] = "Chmura tagów"; +$a->strings["Provide a personal tag cloud on your profile page"] = "Podaj osobistą chmurę tagów na stronie profilu"; +$a->strings["Display Membership Date"] = "Wyświetl datę członkostwa"; +$a->strings["Display membership date in profile"] = "Wyświetl datę członkostwa w profilu"; $a->strings["Add New Contact"] = "Dodaj nowy kontakt"; $a->strings["Enter address or web location"] = "Wpisz adres lub lokalizację sieciową"; $a->strings["Example: bob@example.com, http://example.com/barbara"] = "Przykład: bob@przykład.com, http://przykład.com/barbara"; -$a->strings["Connect"] = "Połącz"; $a->strings["%d invitation available"] = [ 0 => "%d zaproszenie dostępne", 1 => "%d zaproszeń dostępnych", 2 => "%d zaproszenia dostępne", + 3 => "%d zaproszenia dostępne", ]; $a->strings["Find People"] = "Znajdź ludzi"; $a->strings["Enter name or interest"] = "Wpisz nazwę lub zainteresowanie"; -$a->strings["Connect/Follow"] = "Połącz/Obserwuj"; -$a->strings["Examples: Robert Morgenstein, Fishing"] = "Przykładowo: Jan Kowalski, Wędkarstwo"; -$a->strings["Find"] = "Znajdź"; -$a->strings["Friend Suggestions"] = "Osoby, które możesz znać"; +$a->strings["Examples: Robert Morgenstein, Fishing"] = "Przykład: Jan Kowalski, Wędkarstwo"; $a->strings["Similar Interests"] = "Podobne zainteresowania"; $a->strings["Random Profile"] = "Domyślny profil"; $a->strings["Invite Friends"] = "Zaproś znajomych"; +$a->strings["View Global Directory"] = "Wyświetl globalny katalog"; $a->strings["Networks"] = "Sieci"; $a->strings["All Networks"] = "Wszystkie Sieci"; -$a->strings["Saved Folders"] = "Zapisane foldery"; $a->strings["Everything"] = "Wszystko"; $a->strings["Categories"] = "Kategorie"; $a->strings["%d contact in common"] = [ 0 => "", 1 => "", 2 => "", + 3 => "", ]; -$a->strings["show more"] = "Pokaż więcej"; -$a->strings["Forums"] = ""; -$a->strings["External link to forum"] = ""; +$a->strings["Frequently"] = "Często"; +$a->strings["Hourly"] = "Co godzinę"; +$a->strings["Twice daily"] = "Dwa razy dziennie"; +$a->strings["Daily"] = "Codziennie"; +$a->strings["Weekly"] = "Co tydzień"; +$a->strings["Monthly"] = "Miesięczne"; +$a->strings["OStatus"] = "OStatus"; +$a->strings["RSS/Atom"] = "RSS/Atom"; +$a->strings["Facebook"] = "Facebook"; +$a->strings["Zot!"] = "Zot!"; +$a->strings["LinkedIn"] = "LinkedIn"; +$a->strings["XMPP/IM"] = "XMPP/IM"; +$a->strings["MySpace"] = "MySpace"; +$a->strings["Google+"] = "Google+"; +$a->strings["pump.io"] = "pump.io"; +$a->strings["Twitter"] = "Twitter"; +$a->strings["Diaspora Connector"] = "Łącze Diaspora"; +$a->strings["GNU Social Connector"] = "GNU Połączenie Społecznościowe"; +$a->strings["pnut"] = ""; +$a->strings["App.net"] = "App.net"; $a->strings["Male"] = "Mężczyzna"; $a->strings["Female"] = "Kobieta"; -$a->strings["Currently Male"] = "Aktualnie Mężczyzna"; -$a->strings["Currently Female"] = "Aktualnie Kobieta"; -$a->strings["Mostly Male"] = "Bardziej Mężczyzna"; -$a->strings["Mostly Female"] = "Bardziej Kobieta"; -$a->strings["Transgender"] = "Transpłciowy"; -$a->strings["Intersex"] = "Międzypłciowy"; -$a->strings["Transsexual"] = "Transseksualista"; +$a->strings["Currently Male"] = "Obecnie mężczyzna"; +$a->strings["Currently Female"] = "Obecnie Kobieta"; +$a->strings["Mostly Male"] = "Głównie mężczyzna"; +$a->strings["Mostly Female"] = "Głównie kobieta"; +$a->strings["Transgender"] = "Transseksualny"; +$a->strings["Intersex"] = "Interseksualne"; +$a->strings["Transsexual"] = "Transseksualny"; $a->strings["Hermaphrodite"] = "Hermafrodyta"; -$a->strings["Neuter"] = "Bezpłciowy"; +$a->strings["Neuter"] = "Rodzaj nijaki"; $a->strings["Non-specific"] = "Niespecyficzne"; $a->strings["Other"] = "Inne"; -$a->strings["Undecided"] = [ - 0 => "", - 1 => "", - 2 => "", -]; $a->strings["Males"] = "Mężczyźni"; $a->strings["Females"] = "Kobiety"; $a->strings["Gay"] = "Gej"; @@ -71,8 +1981,8 @@ $a->strings["Single"] = "Singiel"; $a->strings["Lonely"] = "Samotny"; $a->strings["Available"] = "Dostępny"; $a->strings["Unavailable"] = "Niedostępny"; -$a->strings["Has crush"] = ""; -$a->strings["Infatuated"] = "zakochany"; +$a->strings["Has crush"] = "Ma sympatii"; +$a->strings["Infatuated"] = "Zakochany"; $a->strings["Dating"] = "Randki"; $a->strings["Unfaithful"] = "Niewierny"; $a->strings["Sex Addict"] = "Uzależniony od seksu"; @@ -84,9 +1994,9 @@ $a->strings["Married"] = "Małżeństwo"; $a->strings["Imaginarily married"] = "Fikcyjnie w związku małżeńskim"; $a->strings["Partners"] = "Partnerzy"; $a->strings["Cohabiting"] = "Konkubinat"; -$a->strings["Common law"] = ""; +$a->strings["Common law"] = "Prawo zwyczajowe"; $a->strings["Happy"] = "Szczęśliwy"; -$a->strings["Not looking"] = ""; +$a->strings["Not looking"] = "Nie patrzę"; $a->strings["Swinger"] = "Swinger"; $a->strings["Betrayed"] = "Zdradzony"; $a->strings["Separated"] = "W separacji"; @@ -96,511 +2006,20 @@ $a->strings["Imaginarily divorced"] = "Fikcyjnie rozwiedziony/a"; $a->strings["Widowed"] = "Wdowiec"; $a->strings["Uncertain"] = "Nieokreślony"; $a->strings["It's complicated"] = "To skomplikowane"; -$a->strings["Don't care"] = "Nie obchodzi mnie to"; +$a->strings["Don't care"] = "Nie przejmuj się"; $a->strings["Ask me"] = "Zapytaj mnie "; -$a->strings["Cannot locate DNS info for database server '%s'"] = "Nie można zlokalizować serwera DNS dla bazy danych '%s'"; -$a->strings["Logged out."] = "Wyloguj"; -$a->strings["Login failed."] = "Niepowodzenie logowania"; -$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:"] = "Komunikat o błędzie:"; -$a->strings["A deleted group with this name was revived. Existing item permissions may 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"] = "Domyślne ustawienia prywatności dla nowych kontaktów"; -$a->strings["Everybody"] = "Wszyscy"; -$a->strings["edit"] = "edytuj"; -$a->strings["Groups"] = "Grupy"; -$a->strings["Edit groups"] = ""; -$a->strings["Edit group"] = "Edytuj grupy"; -$a->strings["Create a new group"] = "Stwórz nową grupę"; -$a->strings["Group Name: "] = "Nazwa grupy: "; -$a->strings["Contacts not in any group"] = "Kontakt nie jest w żadnej grupie"; -$a->strings["add"] = "dodaj"; -$a->strings["Unknown | Not categorised"] = "Nieznany | Bez kategori"; -$a->strings["Block immediately"] = "Zablokować natychmiast "; -$a->strings["Shady, spammer, self-marketer"] = ""; -$a->strings["Known to me, but no opinion"] = "Znam, ale nie mam zdania"; -$a->strings["OK, probably harmless"] = "Ok, bez problemów"; -$a->strings["Reputable, has my trust"] = "Zaufane, ma moje poparcie"; -$a->strings["Frequently"] = "Jak najczęściej"; -$a->strings["Hourly"] = "Godzinowo"; -$a->strings["Twice daily"] = "Dwa razy dziennie"; -$a->strings["Daily"] = "Dziennie"; -$a->strings["Weekly"] = "Tygodniowo"; -$a->strings["Monthly"] = "Miesięcznie"; -$a->strings["Friendica"] = "Friendica"; -$a->strings["OStatus"] = "OStatus"; -$a->strings["RSS/Atom"] = "RSS/Atom"; -$a->strings["Email"] = "E-mail"; -$a->strings["Diaspora"] = "Diaspora"; -$a->strings["Facebook"] = "Facebook"; -$a->strings["Zot!"] = ""; -$a->strings["LinkedIn"] = "LinkedIn"; -$a->strings["XMPP/IM"] = "XMPP/IM"; -$a->strings["MySpace"] = "MySpace"; -$a->strings["Google+"] = "Google+"; -$a->strings["pump.io"] = ""; -$a->strings["Twitter"] = ""; -$a->strings["Diaspora Connector"] = ""; -$a->strings["GNU Social"] = ""; -$a->strings["App.net"] = ""; -$a->strings["Hubzilla/Redmatrix"] = ""; -$a->strings["Post to Email"] = "Wyślij poprzez email"; -$a->strings["Connectors disabled, since \"%s\" is enabled."] = ""; -$a->strings["Hide your profile details from unknown viewers?"] = "Ukryć szczegóły twojego profilu przed nieznajomymi ?"; -$a->strings["Visible to everybody"] = "Widoczny dla wszystkich"; -$a->strings["show"] = "pokaż"; -$a->strings["don't show"] = "nie pokazuj"; -$a->strings["CC: email addresses"] = "CC: adresy e-mail"; -$a->strings["Example: bob@example.com, mary@example.com"] = "Przykład: bob@example.com, mary@example.com"; -$a->strings["Permissions"] = "Uprawnienia"; -$a->strings["Close"] = "Zamknij"; -$a->strings["photo"] = "zdjęcie"; -$a->strings["status"] = "status"; -$a->strings["event"] = "wydarzenie"; -$a->strings["%1\$s likes %2\$s's %3\$s"] = "%1\$s lubi %2\$s's %3\$s"; -$a->strings["%1\$s doesn't like %2\$s's %3\$s"] = "%1\$s nie lubi %2\$s's %3\$s"; -$a->strings["%1\$s is attending %2\$s's %3\$s"] = ""; -$a->strings["%1\$s is not attending %2\$s's %3\$s"] = ""; -$a->strings["%1\$s may attend %2\$s's %3\$s"] = ""; +$a->strings["There are no tables on MyISAM."] = "W MyISAM nie ma tabel."; +$a->strings["\n\t\t\t\tThe friendica developers released update %s recently,\n\t\t\t\tbut when I tried to install it, something went terribly wrong.\n\t\t\t\tThis needs to be fixed soon and I can't do it alone. Please contact a\n\t\t\t\tfriendica developer if you can not help me on your own. My database might be invalid."] = "\n\t\t\t\tDeweloperzy friendica wydali niedawno aktualizację %s,\n\t\t\t\tale podczas próby instalacji, coś poszło nie tak.\n\t\t\t\tZostanie to naprawione wkrótce i nie mogę tego zrobić sam. Proszę skontaktować się z \n\t\t\t\tprogramistami friendica, jeśli nie możesz mi pomóc na własną rękę. Moja baza danych może być nieprawidłowa."; +$a->strings["The error message is\n[pre]%s[/pre]"] = "Komunikat o błędzie jest \n[pre]%s[/ pre]"; +$a->strings["\nError %d occurred during database update:\n%s\n"] = "\nWystąpił błąd %d podczas aktualizacji bazy danych:\n%s\n"; +$a->strings["Errors encountered performing database changes: "] = "Napotkane błędy powodujące zmiany w bazie danych:"; +$a->strings[": Database update"] = ": Aktualizacja bazy danych"; +$a->strings["%s: updating %s table."] = "%s: aktualizowanie %s tabeli."; $a->strings["[no subject]"] = "[bez tematu]"; -$a->strings["Wall Photos"] = "Tablica zdjęć"; -$a->strings["Click here to upgrade."] = "Kliknij tu, aby zaktualizować."; -$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["Error decoding account file"] = "Błąd podczas odczytu pliku konta"; -$a->strings["Error! No version data in file! This is not a Friendica account file?"] = ""; -$a->strings["Error! Cannot check nickname"] = ""; -$a->strings["User '%s' already exists on this server!"] = "Użytkownik '%s' już istnieje na tym serwerze!"; -$a->strings["User creation error"] = ""; -$a->strings["User profile creation error"] = ""; -$a->strings["%d contact not imported"] = [ - 0 => "Nie zaimportowano %d kontaktu.", - 1 => "Nie zaimportowano %d kontaktów.", - 2 => "Nie zaimportowano %d kontaktów.", -]; -$a->strings["Done. You can now login with your username and password"] = "Wykonano. Teraz możesz się zalogować z użyciem loginu i hasła."; -$a->strings["Miscellaneous"] = "Różny"; -$a->strings["Birthday:"] = "Urodziny:"; -$a->strings["Age: "] = "Wiek: "; -$a->strings["YYYY-MM-DD or MM-DD"] = ""; -$a->strings["never"] = "nigdy"; -$a->strings["less than a second ago"] = "mniej niż sekundę temu"; -$a->strings["year"] = "rok"; -$a->strings["years"] = "lata"; -$a->strings["month"] = "miesiąc"; -$a->strings["months"] = "miesiące"; -$a->strings["week"] = "tydzień"; -$a->strings["weeks"] = "tygodnie"; -$a->strings["day"] = "dzień"; -$a->strings["days"] = "dni"; -$a->strings["hour"] = "godzina"; -$a->strings["hours"] = "godziny"; -$a->strings["minute"] = "minuta"; -$a->strings["minutes"] = "minuty"; -$a->strings["second"] = "sekunda"; -$a->strings["seconds"] = "sekundy"; -$a->strings["%1\$d %2\$s ago"] = "%1\$d %2\$s temu"; -$a->strings["%s's birthday"] = "Urodziny %s"; -$a->strings["Happy Birthday %s"] = "Urodziny %s"; -$a->strings["Friendica Notification"] = "Powiadomienia Friendica"; -$a->strings["Thank You,"] = "Dziękuję,"; -$a->strings["%s Administrator"] = "%s administrator"; -$a->strings["%1\$s, %2\$s Administrator"] = ""; -$a->strings["noreply"] = "brak odpowiedzi"; -$a->strings["%s "] = ""; -$a->strings["[Friendica:Notify] New mail received at %s"] = "[Friendica:Notify] Nowa wiadomość otrzymana od %s"; -$a->strings["%1\$s sent you a new private message at %2\$s."] = ""; -$a->strings["%1\$s sent you %2\$s."] = "%1\$s wysyła ci %2\$s"; -$a->strings["a private message"] = "prywatna wiadomość"; -$a->strings["Please visit %s to view and/or reply to your private messages."] = "Odwiedź %s żeby zobaczyć i/lub odpowiedzieć na twoje prywatne wiadomości"; -$a->strings["%1\$s commented on [url=%2\$s]a %3\$s[/url]"] = "%1\$s skomentował [url=%2\$s]a %3\$s[/url]"; -$a->strings["%1\$s commented on [url=%2\$s]%3\$s's %4\$s[/url]"] = ""; -$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."] = "%s skomentował rozmowę którą śledzisz"; -$a->strings["Please visit %s to view and/or reply to the conversation."] = "Odwiedź %s żeby zobaczyć i/lub odpowiedzieć na rozmowę"; -$a->strings["[Friendica:Notify] %s posted to your profile wall"] = "[Friendica:Notify] %s napisał na twoim profilu"; -$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"] = "[Friendica:Notify] %s oznaczył cię"; -$a->strings["%1\$s tagged you at %2\$s"] = "%1\$s oznaczył/a cię w %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"] = "Możesz obejrzeć ich profile na %s"; -$a->strings["Please visit %s to approve or reject the introduction."] = "Odwiedż %s aby zatwierdzić lub odrzucić przedstawienie."; -$a->strings["[Friendica:Notify] A new person is sharing with you"] = ""; -$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:"] = "Imię:"; -$a->strings["Photo:"] = "Zdjęcie:"; -$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 without 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["Please visit %s if you wish to make any changes to this relationship."] = ""; -$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["l F d, Y \\@ g:i A"] = ""; -$a->strings["Starts:"] = "Start:"; -$a->strings["Finishes:"] = "Wykończenia:"; -$a->strings["Location:"] = "Lokalizacja"; -$a->strings["Sun"] = ""; -$a->strings["Mon"] = ""; -$a->strings["Tue"] = ""; -$a->strings["Wed"] = ""; -$a->strings["Thu"] = ""; -$a->strings["Fri"] = ""; -$a->strings["Sat"] = ""; -$a->strings["Sunday"] = "Niedziela"; -$a->strings["Monday"] = "Poniedziałek"; -$a->strings["Tuesday"] = "Wtorek"; -$a->strings["Wednesday"] = "Środa"; -$a->strings["Thursday"] = "Czwartek"; -$a->strings["Friday"] = "Piątek"; -$a->strings["Saturday"] = "Sobota"; -$a->strings["Jan"] = ""; -$a->strings["Feb"] = ""; -$a->strings["Mar"] = ""; -$a->strings["Apr"] = ""; -$a->strings["May"] = "Maj"; -$a->strings["Jun"] = ""; -$a->strings["Jul"] = ""; -$a->strings["Aug"] = ""; -$a->strings["Sept"] = ""; -$a->strings["Oct"] = ""; -$a->strings["Nov"] = ""; -$a->strings["Dec"] = ""; -$a->strings["January"] = "Styczeń"; -$a->strings["February"] = "Luty"; -$a->strings["March"] = "Marzec"; -$a->strings["April"] = "Kwiecień"; -$a->strings["June"] = "Czerwiec"; -$a->strings["July"] = "Lipiec"; -$a->strings["August"] = "Sierpień"; -$a->strings["September"] = "Wrzesień"; -$a->strings["October"] = "Październik"; -$a->strings["November"] = "Listopad"; -$a->strings["December"] = "Grudzień"; -$a->strings["today"] = ""; -$a->strings["all-day"] = ""; -$a->strings["No events to display"] = ""; -$a->strings["l, F j"] = "d, M d "; -$a->strings["Edit event"] = "Edytuj wydarzenie"; -$a->strings["link to source"] = "link do źródła"; -$a->strings["Export"] = ""; -$a->strings["Export calendar as ical"] = ""; -$a->strings["Export calendar as csv"] = ""; -$a->strings["Nothing new here"] = "Brak nowych zdarzeń"; -$a->strings["Clear notifications"] = "Wyczyść powiadomienia"; -$a->strings["@name, !forum, #tags, content"] = ""; -$a->strings["Logout"] = "Wyloguj się"; -$a->strings["End this session"] = "Zakończ sesję"; -$a->strings["Status"] = "Status"; -$a->strings["Your posts and conversations"] = "Twoje posty i rozmowy"; -$a->strings["Profile"] = "Profil"; -$a->strings["Your profile page"] = "Twoja strona profilowa"; -$a->strings["Photos"] = "Zdjęcia"; -$a->strings["Your photos"] = "Twoje zdjęcia"; -$a->strings["Videos"] = "Filmy"; -$a->strings["Your videos"] = ""; -$a->strings["Events"] = "Wydarzenia"; -$a->strings["Your events"] = "Twoje wydarzenia"; -$a->strings["Personal notes"] = "Osobiste notatki"; -$a->strings["Your personal notes"] = ""; -$a->strings["Login"] = "Login"; -$a->strings["Sign in"] = "Zaloguj się"; -$a->strings["Home"] = "Dom"; -$a->strings["Home Page"] = "Strona startowa"; -$a->strings["Register"] = "Zarejestruj"; -$a->strings["Create an account"] = "Załóż konto"; -$a->strings["Help"] = "Pomoc"; -$a->strings["Help and documentation"] = "Pomoc i dokumentacja"; -$a->strings["Apps"] = "Aplikacje"; -$a->strings["Addon applications, utilities, games"] = "Wtyczki, aplikacje, narzędzia, gry"; -$a->strings["Search"] = "Szukaj"; -$a->strings["Search site content"] = "Przeszukaj zawartość strony"; -$a->strings["Full Text"] = ""; -$a->strings["Tags"] = ""; -$a->strings["Contacts"] = "Kontakty"; -$a->strings["Community"] = "Społeczność"; -$a->strings["Conversations on this site"] = "Rozmowy na tej stronie"; -$a->strings["Conversations on the network"] = ""; -$a->strings["Events and Calendar"] = "Wydarzenia i kalendarz"; -$a->strings["Directory"] = "Katalog"; -$a->strings["People directory"] = ""; -$a->strings["Information"] = ""; -$a->strings["Information about this friendica instance"] = ""; -$a->strings["Network"] = "Sieć"; -$a->strings["Conversations from your friends"] = "Rozmowy Twoich przyjaciół"; -$a->strings["Network Reset"] = ""; -$a->strings["Load Network page with no filters"] = ""; -$a->strings["Introductions"] = "Wstępy"; -$a->strings["Friend Requests"] = "Podania o przyjęcie do grona znajomych"; -$a->strings["Notifications"] = "Powiadomienia"; -$a->strings["See all notifications"] = "Zobacz wszystkie powiadomienia"; -$a->strings["Mark as seen"] = "Oznacz jako przeczytane"; -$a->strings["Mark all system notifications seen"] = "Oznacz wszystkie powiadomienia systemu jako przeczytane"; -$a->strings["Messages"] = "Wiadomości"; -$a->strings["Private mail"] = "Prywatne maile"; -$a->strings["Inbox"] = "Odebrane"; -$a->strings["Outbox"] = "Wysłane"; -$a->strings["New Message"] = "Nowa wiadomość"; -$a->strings["Manage"] = "Zarządzaj"; -$a->strings["Manage other pages"] = "Zarządzaj innymi stronami"; -$a->strings["Delegations"] = ""; -$a->strings["Delegate Page Management"] = ""; -$a->strings["Settings"] = "Ustawienia"; -$a->strings["Account settings"] = "Ustawienia konta"; -$a->strings["Profiles"] = "Profile"; -$a->strings["Manage/Edit Profiles"] = "Zarządzaj/Edytuj profile"; -$a->strings["Manage/edit friends and contacts"] = "Zarządzaj listą przyjaciół i kontaktami"; -$a->strings["Admin"] = "Administator"; -$a->strings["Site setup and configuration"] = "Konfiguracja i ustawienia instancji"; -$a->strings["Navigation"] = "Nawigacja"; -$a->strings["Site map"] = "Mapa strony"; -$a->strings["Contact Photos"] = "Zdjęcia kontaktu"; -$a->strings["Welcome "] = "Witaj "; -$a->strings["Please upload a profile photo."] = "Proszę dodać zdjęcie profilowe."; -$a->strings["Welcome back "] = "Witaj ponownie "; -$a->strings["The form security token was not correct. This probably happened because the form has been opened for too long (>3 hours) before submitting it."] = ""; -$a->strings["System"] = "System"; -$a->strings["Personal"] = "Osobiste"; -$a->strings["%s commented on %s's post"] = "%s skomentował wpis %s"; -$a->strings["%s created a new post"] = "%s dodał nowy wpis"; -$a->strings["%s liked %s's post"] = "%s polubił wpis %s"; -$a->strings["%s disliked %s's post"] = "%s przestał lubić post %s"; -$a->strings["%s is attending %s's event"] = ""; -$a->strings["%s is not attending %s's event"] = ""; -$a->strings["%s may attend %s's event"] = ""; -$a->strings["%s is now friends with %s"] = "%s jest teraz znajomym %s"; -$a->strings["Friend Suggestion"] = "Propozycja znajomych"; -$a->strings["Friend/Connect Request"] = "Prośba o dodanie do przyjaciół/powiązanych"; -$a->strings["New Follower"] = "Nowy obserwator"; -$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."] = "Zostały napotkane błędy przy tworzeniu tabeli bazy danych."; -$a->strings["Errors encountered performing database changes."] = ""; -$a->strings["(no subject)"] = "(bez tematu)"; -$a->strings["Sharing notification from Diaspora network"] = "Wspólne powiadomienie z sieci Diaspora"; -$a->strings["Attachments:"] = "Załączniki:"; -$a->strings["view full size"] = "Zobacz w pełnym wymiarze"; -$a->strings["View Profile"] = "Zobacz profil"; -$a->strings["View Status"] = "Zobacz status"; -$a->strings["View Photos"] = "Zobacz zdjęcia"; -$a->strings["Network Posts"] = ""; -$a->strings["View Contact"] = ""; -$a->strings["Drop Contact"] = ""; -$a->strings["Send PM"] = "Wyślij prywatną wiadomość"; -$a->strings["Poke"] = "Zaczepka"; -$a->strings["Organisation"] = ""; -$a->strings["News"] = ""; -$a->strings["Forum"] = ""; -$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["Image/photo"] = "Obrazek/zdjęcie"; -$a->strings["%2\$s %3\$s"] = ""; -$a->strings["$1 wrote:"] = "$1 napisał:"; -$a->strings["Encrypted content"] = "Szyfrowana treść"; -$a->strings["Invalid source protocol"] = ""; -$a->strings["Invalid link protocol"] = ""; -$a->strings["%1\$s attends %2\$s's %3\$s"] = ""; -$a->strings["%1\$s doesn't attend %2\$s's %3\$s"] = ""; -$a->strings["%1\$s attends maybe %2\$s's %3\$s"] = ""; -$a->strings["%1\$s is now friends with %2\$s"] = "%1\$s jest teraz znajomym z %2\$s"; -$a->strings["%1\$s poked %2\$s"] = ""; -$a->strings["%1\$s is currently %2\$s"] = ""; -$a->strings["%1\$s tagged %2\$s's %3\$s with %4\$s"] = "%1\$s zaznaczył %2\$s'go %3\$s przy użyciu %4\$s"; -$a->strings["post/item"] = ""; -$a->strings["%1\$s marked %2\$s's %3\$s as favorite"] = ""; -$a->strings["Likes"] = "Polubień"; -$a->strings["Dislikes"] = "Nie lubień"; -$a->strings["Attending"] = [ - 0 => "", - 1 => "", - 2 => "", -]; -$a->strings["Not attending"] = ""; -$a->strings["Might attend"] = ""; -$a->strings["Select"] = "Wybierz"; -$a->strings["Delete"] = "Usuń"; -$a->strings["View %s's profile @ %s"] = "Pokaż %s's profil @ %s"; -$a->strings["Categories:"] = "Kategorie:"; -$a->strings["Filed under:"] = "Zapisano pod:"; -$a->strings["%s from %s"] = "%s od %s"; -$a->strings["View in context"] = "Zobacz w kontekście"; -$a->strings["Please wait"] = "Proszę czekać"; -$a->strings["remove"] = "usuń"; -$a->strings["Delete Selected Items"] = "Usuń zaznaczone elementy"; -$a->strings["Follow Thread"] = "Śledź wątek"; -$a->strings["%s likes this."] = "%s lubi to."; -$a->strings["%s doesn't like this."] = "%s nie lubi tego."; -$a->strings["%s attends."] = ""; -$a->strings["%s doesn't attend."] = ""; -$a->strings["%s attends maybe."] = ""; -$a->strings["and"] = "i"; -$a->strings[", and %d other people"] = ", i %d innych ludzi"; -$a->strings["%2\$d people like this"] = ""; -$a->strings["%s like this."] = ""; -$a->strings["%2\$d people don't like this"] = ""; -$a->strings["%s don't like this."] = ""; -$a->strings["%2\$d people attend"] = ""; -$a->strings["%s attend."] = ""; -$a->strings["%2\$d people don't attend"] = ""; -$a->strings["%s don't attend."] = ""; -$a->strings["%2\$d people attend maybe"] = ""; -$a->strings["%s anttend maybe."] = ""; -$a->strings["Visible to everybody"] = "Widoczne dla wszystkich"; -$a->strings["Please enter a link URL:"] = "Proszę wpisać adres URL:"; -$a->strings["Please enter a video link/URL:"] = "Podaj link do filmu"; -$a->strings["Please enter an audio link/URL:"] = "Podaj link do muzyki"; -$a->strings["Tag term:"] = ""; -$a->strings["Save to Folder:"] = "Zapisz w folderze:"; -$a->strings["Where are you right now?"] = "Gdzie teraz jesteś?"; -$a->strings["Delete item(s)?"] = "Usunąć pozycję (pozycje)?"; -$a->strings["Share"] = "Podziel się"; -$a->strings["Upload photo"] = "Wyślij zdjęcie"; -$a->strings["upload photo"] = "dodaj zdjęcie"; -$a->strings["Attach file"] = "Przyłącz plik"; -$a->strings["attach file"] = "załącz plik"; -$a->strings["Insert web link"] = "Wstaw link"; -$a->strings["web link"] = "Adres www"; -$a->strings["Insert video link"] = "Wstaw link wideo"; -$a->strings["video link"] = "link do filmu"; -$a->strings["Insert audio link"] = "Wstaw link audio"; -$a->strings["audio link"] = "Link audio"; -$a->strings["Set your location"] = "Ustaw swoje położenie"; -$a->strings["set location"] = "wybierz lokalizację"; -$a->strings["Clear browser location"] = "Wyczyść położenie przeglądarki"; -$a->strings["clear location"] = "wyczyść lokalizację"; -$a->strings["Set title"] = "Ustaw tytuł"; -$a->strings["Categories (comma-separated list)"] = "Kategorie (lista słów oddzielonych przecinkiem)"; -$a->strings["Permission settings"] = "Ustawienia uprawnień"; -$a->strings["permissions"] = "zezwolenia"; -$a->strings["Public post"] = "Publiczny post"; -$a->strings["Preview"] = "Podgląd"; -$a->strings["Cancel"] = "Anuluj"; -$a->strings["Post to Groups"] = "Wstaw na strony grup"; -$a->strings["Post to Contacts"] = "Wstaw do kontaktów"; -$a->strings["Private post"] = "Prywatne posty"; -$a->strings["Message"] = "Wiadomość"; -$a->strings["Browser"] = ""; -$a->strings["View all"] = ""; -$a->strings["Like"] = [ - 0 => "", - 1 => "", - 2 => "", -]; -$a->strings["Dislike"] = [ - 0 => "", - 1 => "", - 2 => "", -]; -$a->strings["Not Attending"] = [ - 0 => "", - 1 => "", - 2 => "", -]; -$a->strings["%s\\'s birthday"] = ""; -$a->strings["General Features"] = ""; -$a->strings["Multiple Profiles"] = ""; -$a->strings["Ability to create multiple profiles"] = ""; -$a->strings["Photo Location"] = ""; -$a->strings["Photo metadata is normally stripped. This extracts the location (if present) prior to stripping metadata and links it to a map."] = ""; -$a->strings["Export Public Calendar"] = ""; -$a->strings["Ability for visitors to download the public calendar"] = ""; -$a->strings["Post Composition Features"] = ""; -$a->strings["Richtext Editor"] = ""; -$a->strings["Enable richtext editor"] = ""; -$a->strings["Post Preview"] = "Podgląd posta"; -$a->strings["Allow previewing posts and comments before publishing them"] = ""; -$a->strings["Auto-mention Forums"] = ""; -$a->strings["Add/remove mention when a forum page is selected/deselected in ACL window."] = ""; -$a->strings["Network Sidebar Widgets"] = ""; -$a->strings["Search by Date"] = "Szukanie wg daty"; -$a->strings["Ability to select posts by date ranges"] = ""; -$a->strings["List Forums"] = ""; -$a->strings["Enable widget to display the forums your are connected with"] = ""; -$a->strings["Group Filter"] = "Filtrowanie grupowe"; -$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["Saved Searches"] = "Zapisane wyszukiwania"; -$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"] = "Oznaczanie"; -$a->strings["Ability to tag existing posts"] = ""; -$a->strings["Post Categories"] = "Kategorie postów"; -$a->strings["Add categories to your posts"] = "Dodaj kategorie do twoich postów"; -$a->strings["Ability to file posts under folders"] = ""; -$a->strings["Dislike Posts"] = ""; -$a->strings["Ability to dislike posts/comments"] = ""; -$a->strings["Star Posts"] = "Oznacz posty gwiazdką"; -$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["Advanced Profile Settings"] = ""; -$a->strings["Show visitors public community forums at the Advanced Profile Page"] = ""; -$a->strings["Disallowed profile URL."] = "Nie dozwolony adres URL profilu."; -$a->strings["Connect URL missing."] = "Brak adresu URL połączenia."; -$a->strings["This site is not configured to allow communications with other networks."] = "Ta strona nie jest skonfigurowana do pozwalania na komunikację z innymi sieciami"; -$a->strings["No compatible communication protocols or feeds were discovered."] = ""; -$a->strings["The profile address specified does not provide adequate information."] = "Dany adres profilu nie dostarcza odpowiednich informacji."; -$a->strings["An author or name was not found."] = "Autor lub nazwa nie zostało znalezione."; -$a->strings["No browser URL could be matched to this address."] = "Przeglądarka WWW nie może odnaleźć podanego adresu"; -$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."] = "Określony adres profilu należy do sieci, która została wyłączona na tej stronie."; -$a->strings["Limited profile. This person will be unable to receive direct/personal notifications from you."] = "Profil ograniczony. Ta osoba będzie niezdolna do odbierania osobistych powiadomień od ciebie."; -$a->strings["Unable to retrieve contact information."] = "Nie można otrzymać informacji kontaktowych"; -$a->strings["Requested account is not available."] = ""; -$a->strings["Requested profile is not available."] = "Żądany profil jest niedostępny"; +$a->strings["Requested account is not available."] = "Żądane konto jest niedostępne."; $a->strings["Edit profile"] = "Edytuj profil"; -$a->strings["Atom feed"] = ""; +$a->strings["Atom feed"] = "Kanał Atom"; $a->strings["Manage/edit profiles"] = "Zarządzaj profilami"; -$a->strings["Change profile photo"] = "Zmień zdjęcie profilowe"; -$a->strings["Create New Profile"] = "Stwórz nowy profil"; -$a->strings["Profile Image"] = "Obraz profilowy"; -$a->strings["visible to everybody"] = "widoczne dla wszystkich"; -$a->strings["Edit visibility"] = "Edytuj widoczność"; -$a->strings["Gender:"] = "Płeć:"; -$a->strings["Status:"] = "Status"; -$a->strings["Homepage:"] = "Strona główna:"; -$a->strings["About:"] = "O:"; -$a->strings["XMPP:"] = ""; -$a->strings["Network:"] = ""; $a->strings["g A l F d"] = "g A I F d"; $a->strings["F d"] = ""; $a->strings["[today]"] = "[dziś]"; @@ -609,19 +2028,13 @@ $a->strings["Birthdays this week:"] = "Urodziny w tym tygodniu:"; $a->strings["[No description]"] = "[Brak opisu]"; $a->strings["Event Reminders"] = "Przypominacze wydarzeń"; $a->strings["Events this week:"] = "Wydarzenia w tym tygodniu:"; -$a->strings["Full Name:"] = "Imię i nazwisko:"; +$a->strings["Member since:"] = "Członek od:"; $a->strings["j F, Y"] = "d M, R"; $a->strings["j F"] = "d M"; $a->strings["Age:"] = "Wiek:"; $a->strings["for %1\$d %2\$s"] = "od %1\$d %2\$s"; -$a->strings["Sexual Preference:"] = "Interesują mnie:"; -$a->strings["Hometown:"] = "Miasto rodzinne:"; -$a->strings["Tags:"] = "Tagi:"; -$a->strings["Political Views:"] = "Poglądy polityczne:"; $a->strings["Religion:"] = "Religia:"; $a->strings["Hobbies/Interests:"] = "Hobby/Zainteresowania:"; -$a->strings["Likes:"] = "Lubi:"; -$a->strings["Dislikes:"] = ""; $a->strings["Contact information and Social Networks:"] = "Informacje kontaktowe i sieci społeczne"; $a->strings["Musical interests:"] = "Zainteresowania muzyczne:"; $a->strings["Books, literature:"] = "Książki, literatura:"; @@ -630,91 +2043,58 @@ $a->strings["Film/dance/culture/entertainment:"] = "Film/taniec/kultura/rozrywka $a->strings["Love/Romance:"] = "Miłość/Romans:"; $a->strings["Work/employment:"] = "Praca/zatrudnienie:"; $a->strings["School/education:"] = "Szkoła/edukacja:"; -$a->strings["Forums:"] = ""; -$a->strings["Basic"] = ""; -$a->strings["Advanced"] = "Zaawansowany"; -$a->strings["Status Messages and Posts"] = "Status wiadomości i postów"; -$a->strings["Profile Details"] = "Szczegóły profilu"; -$a->strings["Photo Albums"] = "Albumy zdjęć"; -$a->strings["Personal Notes"] = "Osobiste notatki"; +$a->strings["Forums:"] = "Fora:"; $a->strings["Only You Can See This"] = "Tylko ty możesz to zobaczyć"; -$a->strings["[Name Withheld]"] = "[Nazwa wstrzymana]"; -$a->strings["Item not found."] = "Element nie znaleziony."; -$a->strings["Do you really want to delete this item?"] = ""; -$a->strings["Yes"] = "Tak"; -$a->strings["Permission denied."] = "Brak uprawnień."; -$a->strings["Archives"] = "Archiwum"; -$a->strings["Embedded content"] = "Osadzona zawartość"; -$a->strings["Embedding disabled"] = "Osadzanie wyłączone"; -$a->strings["%s is now following %s."] = ""; -$a->strings["following"] = "następujący"; -$a->strings["%s stopped following %s."] = ""; -$a->strings["stopped following"] = "przestań obserwować"; -$a->strings["newer"] = "nowsze"; -$a->strings["older"] = "starsze"; -$a->strings["prev"] = "poprzedni"; -$a->strings["first"] = "pierwszy"; -$a->strings["last"] = "ostatni"; -$a->strings["next"] = "następny"; -$a->strings["Loading more entries..."] = ""; -$a->strings["The end"] = ""; -$a->strings["No contacts"] = "Brak kontaktów"; -$a->strings["%d Contact"] = [ - 0 => "%d kontakt", - 1 => "%d kontaktów", - 2 => "%d kontakty", -]; -$a->strings["View Contacts"] = "widok kontaktów"; -$a->strings["Save"] = "Zapisz"; -$a->strings["poke"] = "zaczep"; -$a->strings["poked"] = "zaczepiony"; -$a->strings["ping"] = "ping"; -$a->strings["pinged"] = ""; -$a->strings["prod"] = ""; -$a->strings["prodded"] = ""; -$a->strings["slap"] = "spoliczkuj"; -$a->strings["slapped"] = "spoliczkowany"; -$a->strings["finger"] = "dotknąć"; -$a->strings["fingered"] = "dotknięty"; -$a->strings["rebuff"] = "odprawiać"; -$a->strings["rebuffed"] = "odprawiony"; -$a->strings["happy"] = "szczęśliwy"; -$a->strings["sad"] = "smutny"; -$a->strings["mellow"] = "spokojny"; -$a->strings["tired"] = "zmęczony"; -$a->strings["perky"] = "pewny siebie"; -$a->strings["angry"] = "wściekły"; -$a->strings["stupified"] = "odurzony"; -$a->strings["puzzled"] = "zdziwiony"; -$a->strings["interested"] = "interesujący"; -$a->strings["bitter"] = "zajadły"; -$a->strings["cheerful"] = "wesoły"; -$a->strings["alive"] = "żywy"; -$a->strings["annoyed"] = "irytujący"; -$a->strings["anxious"] = "zazdrosny"; -$a->strings["cranky"] = "zepsuty"; -$a->strings["disturbed"] = "przeszkadzający"; -$a->strings["frustrated"] = "rozbity"; -$a->strings["motivated"] = "zmotywowany"; -$a->strings["relaxed"] = "zrelaksowany"; -$a->strings["surprised"] = "zaskoczony"; -$a->strings["View Video"] = "Zobacz film"; -$a->strings["bytes"] = "bajty"; -$a->strings["Click to open/close"] = "Kliknij aby otworzyć/zamknąć"; -$a->strings["View on separate page"] = ""; -$a->strings["view on separate page"] = ""; -$a->strings["activity"] = "aktywność"; -$a->strings["comment"] = [ - 0 => "", - 1 => "", - 2 => "komentarz", -]; -$a->strings["post"] = "post"; -$a->strings["Item filed"] = ""; -$a->strings["Passwords do not match. Password unchanged."] = "Hasło nie pasuje. Hasło nie zmienione."; +$a->strings["%1\$s is attending %2\$s's %3\$s"] = "%1\$suczestniczy %2\$s's %3\$s "; +$a->strings["%1\$s is not attending %2\$s's %3\$s"] = "%1\$snie uczestniczy %2\$s's %3\$s "; +$a->strings["%1\$s may attend %2\$s's %3\$s"] = "%1\$smogą uczestniczyć %2\$s's %3\$s "; +$a->strings["A deleted group with this name was revived. Existing item permissions may apply to this group and any future members. If this is not what you intended, please create another group with a different name."] = "Skasowana grupa o tej nazwie została przywrócona. Istniejące uprawnienia do pozycji mogą dotyczyć tej grupy i wszystkich przyszłych członków. Jeśli nie jest to zamierzone, utwórz inną grupę o innej nazwie."; +$a->strings["Default privacy group for new contacts"] = "Domyślne ustawienia prywatności dla nowych kontaktów"; +$a->strings["Everybody"] = "Wszyscy"; +$a->strings["edit"] = "edytuj"; +$a->strings["Edit group"] = "Edytuj grupy"; +$a->strings["Contacts not in any group"] = "Kontakt nie jest w żadnej grupie"; +$a->strings["Create a new group"] = "Stwórz nową grupę"; +$a->strings["Edit groups"] = "Edytuj grupy"; +$a->strings["Drop Contact"] = "Upuść kontakt"; +$a->strings["Organisation"] = "Organizacja"; +$a->strings["News"] = "Aktualności"; +$a->strings["Forum"] = "Forum"; +$a->strings["Connect URL missing."] = "Brak adresu URL połączenia."; +$a->strings["The contact could not be added. Please check the relevant network credentials in your Settings -> Social Networks page."] = "Nie można dodać kontaktu. Sprawdź odpowiednie poświadczenia sieciowe na stronie Ustawienia -> Sieci społecznościowe."; +$a->strings["This site is not configured to allow communications with other networks."] = "Ta strona nie jest skonfigurowana do pozwalania na komunikację z innymi sieciami"; +$a->strings["No compatible communication protocols or feeds were discovered."] = "Nie znaleziono żadnych kompatybilnych protokołów komunikacyjnych ani źródeł."; +$a->strings["The profile address specified does not provide adequate information."] = "Dany adres profilu nie dostarcza odpowiednich informacji."; +$a->strings["An author or name was not found."] = "Autor lub nazwa nie zostało znalezione."; +$a->strings["No browser URL could be matched to this address."] = "Przeglądarka WWW nie może odnaleźć podanego adresu"; +$a->strings["Unable to match @-style Identity Address with a known protocol or email contact."] = "Nie można dopasować @-stylu Adres identyfikacyjny ze znanym protokołem lub kontaktem e-mail."; +$a->strings["Use mailto: in front of address to force email check."] = "Użyj mailto: przed adresem, aby wymusić sprawdzanie poczty e-mail."; +$a->strings["The profile address specified belongs to a network which has been disabled on this site."] = "Określony adres profilu należy do sieci, która została wyłączona na tej stronie."; +$a->strings["Limited profile. This person will be unable to receive direct/personal notifications from you."] = "Profil ograniczony. Ta osoba będzie niezdolna do odbierania osobistych powiadomień od ciebie."; +$a->strings["Unable to retrieve contact information."] = "Nie można otrzymać informacji kontaktowych"; +$a->strings["%s's birthday"] = "Urodziny %s"; +$a->strings["Happy Birthday %s"] = "Urodziny %s"; +$a->strings["Starts:"] = "Rozpoczęcie:"; +$a->strings["Finishes:"] = "Zakończenie:"; +$a->strings["all-day"] = "cały dzień"; +$a->strings["Jun"] = "cze"; +$a->strings["Sept"] = "wrz"; +$a->strings["No events to display"] = "Brak wydarzeń do wyświetlenia"; +$a->strings["l, F j"] = "d, M d "; +$a->strings["Edit event"] = "Edytuj wydarzenie"; +$a->strings["Duplicate event"] = "Zduplikowane zdarzenie"; +$a->strings["Delete event"] = "Usuń wydarzenie"; +$a->strings["D g:i A"] = ""; +$a->strings["g:i A"] = ""; +$a->strings["Show map"] = "Pokaż mapę"; +$a->strings["Hide map"] = "Ukryj mapę"; +$a->strings["Login failed"] = "Logowanie nieudane"; +$a->strings["Not enough information to authenticate"] = "Za mało informacji do uwierzytelnienia"; $a->strings["An invitation is required."] = "Wymagane zaproszenie."; $a->strings["Invitation could not be verified."] = "Zaproszenie niezweryfikowane."; $a->strings["Invalid OpenID url"] = "Nieprawidłowy adres url OpenID"; +$a->strings["We encountered a problem while logging in with the OpenID you provided. Please check the correct spelling of the ID."] = "Napotkaliśmy problem podczas logowania z podanym przez nas identyfikatorem OpenID. Sprawdź poprawną pisownię identyfikatora."; +$a->strings["The error message was:"] = "Komunikat o błędzie:"; $a->strings["Please enter the required information."] = "Wprowadź wymagane informacje"; $a->strings["Please use a shorter name."] = "Użyj dłuższej nazwy."; $a->strings["Name too short."] = "Nazwa jest za krótka."; @@ -722,291 +2102,53 @@ $a->strings["That doesn't appear to be your full (First Last) name."] = "Zdaje m $a->strings["Your email domain is not among those allowed on this site."] = "Twoja domena internetowa nie jest obsługiwana na tej stronie."; $a->strings["Not a valid email address."] = "Niepoprawny adres e mail.."; $a->strings["Cannot use that email."] = "Nie możesz użyć tego e-maila. "; -$a->strings["Your \"nickname\" can only contain \"a-z\", \"0-9\" and \"_\"."] = ""; +$a->strings["Your nickname can only contain a-z, 0-9 and _."] = "Twój pseudonim może zawierać tylko a-z, 0-9 i _."; $a->strings["Nickname is already registered. Please choose another."] = "Ten login jest zajęty. Wybierz inny."; -$a->strings["Nickname was once registered here and may not be re-used. Please choose another."] = "Ten nick był już zarejestrowany na tej stronie i nie może być użyty ponownie."; $a->strings["SERIOUS ERROR: Generation of security keys failed."] = "POWAŻNY BŁĄD: niepowodzenie podczas tworzenia kluczy zabezpieczeń."; $a->strings["An error occurred during registration. Please try again."] = "Wystąpił bład podczas rejestracji, Spróbuj ponownie."; $a->strings["default"] = "standardowe"; $a->strings["An error occurred creating your default profile. Please try again."] = "Wystąpił błąd podczas tworzenia profilu. Spróbuj ponownie."; -$a->strings["Profile Photos"] = "Zdjęcia profilowe"; -$a->strings["\n\t\tDear %1\$s,\n\t\t\tThank you for registering at %2\$s. Your account is pending for approval by the administrator.\n\t"] = ""; -$a->strings["Registration at %s"] = ""; -$a->strings["\n\t\tDear %1\$s,\n\t\t\tThank you for registering at %2\$s. Your account has been created.\n\t"] = ""; -$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["Registration details for %s"] = "Szczegóły rejestracji dla %s"; -$a->strings["Post successful."] = "Post dodany pomyślnie"; -$a->strings["Access denied."] = "Brak dostępu"; -$a->strings["Welcome to %s"] = "Witamy w %s"; -$a->strings["No more system notifications."] = "Nie ma więcej powiadomień systemowych."; -$a->strings["System Notifications"] = "Powiadomienia systemowe"; -$a->strings["Remove term"] = "Usuń wpis"; -$a->strings["Public access denied."] = "Publiczny dostęp zabroniony"; -$a->strings["Only logged in users are permitted to perform a search."] = ""; -$a->strings["Too Many Requests"] = ""; -$a->strings["Only one search per minute is permitted for not logged in users."] = ""; -$a->strings["No results."] = "Brak wyników."; -$a->strings["Items tagged with: %s"] = ""; -$a->strings["Results for: %s"] = ""; -$a->strings["This is Friendica, version"] = "To jest Friendica, wersja"; -$a->strings["running at web location"] = "otwierane na serwerze"; -$a->strings["Please visit Friendica.com to learn more about the Friendica project."] = "Odwiedź Friendica.com, aby dowiedzieć się więcej o projekcie Friendica."; -$a->strings["Bug reports and issues: please visit"] = "Reportowanie błędów i problemów: proszę odwiedź"; -$a->strings["the bugtracker at github"] = ""; -$a->strings["Suggestions, praise, donations, etc. - please email \"Info\" at Friendica - dot com"] = ""; -$a->strings["Installed plugins/addons/apps:"] = "Zainstalowane pluginy/dodatki/aplikacje:"; -$a->strings["No installed plugins/addons/apps"] = "Brak zainstalowanych pluginów/dodatków/aplikacji"; -$a->strings["No valid account found."] = "Nie znaleziono ważnego konta."; -$a->strings["Password reset request issued. Check your email."] = "Prośba o zresetowanie hasła została zatwierdzona. Sprawdź swój adres 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"] = "Prośba o reset hasła na %s"; -$a->strings["Request could not be verified. (You may have previously submitted it.) Password reset failed."] = "Prośba nie może być zweryfikowana. (Mogłeś już ją poprzednio wysłać.) Reset hasła nie powiódł się."; -$a->strings["Password Reset"] = "Zresetuj hasło"; -$a->strings["Your password has been reset as requested."] = "Twoje hasło zostało zresetowane na twoje życzenie."; -$a->strings["Your new password is"] = "Twoje nowe hasło to"; -$a->strings["Save or copy your new password - and then"] = "Zapisz lub skopiuj swoje nowe hasło - i wtedy"; -$a->strings["click here to login"] = "Kliknij tutaj aby zalogować"; -$a->strings["Your password may be changed from the Settings page after successful login."] = "Twoje hasło może być zmienione w Ustawieniach po udanym zalogowaniu."; -$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"] = "Twoje hasło zostało zmienione na %s"; -$a->strings["Forgot your Password?"] = "Zapomniałeś hasła?"; -$a->strings["Enter your email address and submit to have your password reset. Then check your email for further instructions."] = "Wpisz swój adres email i wyślij, aby zresetować hasło. Później sprawdź swojego emaila w celu uzyskania dalszych instrukcji."; -$a->strings["Nickname or Email: "] = "Pseudonim lub Email:"; -$a->strings["Reset"] = "Zresetuj"; -$a->strings["No profile"] = "Brak profilu"; -$a->strings["Help:"] = "Pomoc:"; -$a->strings["Not Found"] = "Nie znaleziono"; -$a->strings["Page not found."] = "Strona nie znaleziona."; -$a->strings["Remote privacy information not available."] = "Dane prywatne nie są dostępne zdalnie "; -$a->strings["Visible to:"] = "Widoczne dla:"; -$a->strings["OpenID protocol error. No ID returned."] = "błąd OpenID . Brak zwróconego ID. "; -$a->strings["Account not found and OpenID registration is not permitted on this site."] = "Nie znaleziono konta i OpenID rejestracja nie jest dopuszczalna na tej stronie."; -$a->strings["This site has exceeded the number of allowed daily account registrations. Please try again tomorrow."] = "Strona przekroczyła ilość dozwolonych rejestracji na dzień. Proszę spróbuj ponownie jutro."; -$a->strings["Import"] = "Import"; -$a->strings["Move account"] = "Przenieś konto"; -$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 (GNU Social/Statusnet) or from Diaspora"] = ""; -$a->strings["Account file"] = ""; -$a->strings["To export your account, go to \"Settings->Export your personal data\" and select \"Export account\""] = "Aby eksportować konto, wejdź w \"Ustawienia->Eksport danych osobistych\" i wybierz \"Eksportuj konto\""; -$a->strings["Visit %s's profile [%s]"] = "Obejrzyj %s's profil [%s]"; -$a->strings["Edit contact"] = "Edytuj kontakt"; -$a->strings["Contacts who are not members of a group"] = "Kontakty spoza członków grupy"; -$a->strings["Export account"] = "Eksportuj konto"; -$a->strings["Export your account info and contacts. Use this to make a backup of your account and/or to move it to another server."] = ""; -$a->strings["Export all"] = "Eksportuj wszystko"; -$a->strings["Export your accout info, contacts and all your items as json. Could be a very big file, and could take a lot of time. Use this to make a full backup of your account (photos are not exported)"] = ""; -$a->strings["Export personal data"] = "Eksportuje dane personalne"; -$a->strings["Total invitation limit exceeded."] = ""; -$a->strings["%s : Not a valid email address."] = "%s : Niepoprawny adres email."; -$a->strings["Please join us on Friendica"] = "Dołącz do nas na Friendica"; -$a->strings["Invitation limit exceeded. Please contact your site administrator."] = ""; -$a->strings["%s : Message delivery failed."] = "%s : Dostarczenie wiadomości nieudane."; -$a->strings["%d message sent."] = [ - 0 => "%d wiadomość wysłana.", - 1 => "%d wiadomości wysłane.", - 2 => "%d wysłano .", -]; -$a->strings["You have no more invitations available"] = "Nie masz więcej zaproszeń"; -$a->strings["Visit %s for a list of public sites that you can join. Friendica members on other sites can all connect with each other, as well as with members of many other social networks."] = ""; -$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"] = "Wyślij zaproszenia"; -$a->strings["Enter email addresses, one per line:"] = "Wprowadź adresy email, jeden na linijkę:"; -$a->strings["Your message:"] = "Twoja wiadomość:"; -$a->strings["You are cordially invited to join me and other close friends on Friendica - and help us to create a better social web."] = ""; -$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:"] = "Gdy już się zarejestrujesz, skontaktuj się ze mną przez moją stronkę profilową :"; -$a->strings["For more information about the Friendica project and why we feel it is important, please visit http://friendica.com"] = ""; -$a->strings["Submit"] = "Potwierdź"; -$a->strings["Files"] = "Pliki"; -$a->strings["Permission denied"] = "Odmowa dostępu"; -$a->strings["Invalid profile identifier."] = "Nieprawidłowa nazwa użytkownika."; -$a->strings["Profile Visibility Editor"] = "Ustawienia widoczności profilu"; -$a->strings["Click on a contact to add or remove."] = "Kliknij na kontakt w celu dodania lub usunięcia."; -$a->strings["Visible To"] = "Widoczne dla"; -$a->strings["All Contacts (with secure profile access)"] = "Wszystkie kontakty (z bezpiecznym dostępem do profilu)"; -$a->strings["Tag removed"] = "Tag usunięty"; -$a->strings["Remove Item Tag"] = "Usuń pozycję Tag"; -$a->strings["Select a tag to remove: "] = "Wybierz tag do usunięcia"; -$a->strings["Remove"] = "Usuń"; -$a->strings["Resubscribing to OStatus contacts"] = ""; -$a->strings["Error"] = ""; -$a->strings["Done"] = ""; -$a->strings["Keep this window open until done."] = ""; -$a->strings["No potential page delegates located."] = ""; -$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"] = "Dodaj"; -$a->strings["No entries."] = "Brak wpisów."; -$a->strings["Credits"] = ""; -$a->strings["Friendica is a community project, that would not be possible without the help of many people. Here is a list of those who have contributed to the code or the translation of Friendica. Thank you all!"] = ""; -$a->strings["- select -"] = "- wybierz -"; -$a->strings["%1\$s is following %2\$s's %3\$s"] = ""; -$a->strings["Item not available."] = "Element nie dostępny."; -$a->strings["Item was not found."] = "Element nie znaleziony."; -$a->strings["You must be logged in to use addons. "] = "Musisz się zalogować, aby móc używać dodatkowych wtyczek."; -$a->strings["Applications"] = "Aplikacje"; -$a->strings["No installed applications."] = "Brak zainstalowanych aplikacji."; -$a->strings["Not Extended"] = ""; -$a->strings["Welcome to Friendica"] = "Witamy na Friendica"; -$a->strings["New Member Checklist"] = "Lista nowych członków"; -$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."] = "Chcielibyśmy zaproponować kilka porad i linków, które pomogą uczynić twoje doświadczenie przyjemnym. Kliknij dowolny element, aby odwiedzić odpowiednią stronę. Link do tej strony będzie widoczny na stronie głównej przez dwa tygodnie od czasu rejestracji, a następnie zniknie."; -$a->strings["Getting Started"] = "Pierwsze kroki"; -$a->strings["Friendica Walk-Through"] = ""; -$a->strings["On your Quick Start page - find a brief introduction to your profile and network tabs, make some new connections, and find some groups to join."] = ""; -$a->strings["Go to Your Settings"] = "Idź do swoich ustawień"; -$a->strings["On your Settings 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"] = "Wyślij zdjęcie profilowe"; -$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."] = "Dodaj swoje zdjęcie profilowe jeśli jeszcze tego nie zrobiłeś. Twoje szanse na zwiększenie liczby znajomych rosną dziesięciokrotnie, kiedy na tym zdjęciu jesteś ty."; -$a->strings["Edit Your Profile"] = "Edytuj własny profil"; -$a->strings["Edit your default profile to your liking. Review the settings for hiding your list of friends and hiding the profile from unknown visitors."] = ""; -$a->strings["Profile Keywords"] = "Słowa kluczowe profilu"; -$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"] = "Łączę się..."; -$a->strings["Importing Emails"] = "Importuję emaile..."; -$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"] = "Idź do strony z Twoimi kontaktami"; -$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 Add New Contact dialog."] = ""; -$a->strings["Go to Your Site's Directory"] = "Idż do twojej strony"; -$a->strings["The Directory page lets you find other people in this network or other federated sites. Look for a Connect or Follow link on their profile page. Provide your own Identity Address if requested."] = ""; -$a->strings["Finding New People"] = "Poszukiwanie Nowych Ludzi"; -$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["Group Your Contacts"] = "Grupuj Swoje kontakty"; -$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?"] = "Dlaczego moje posty nie są publiczne?"; -$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"] = "Otrzymywanie pomocy"; -$a->strings["Go to the Help Section"] = "Idź do części o pomocy"; -$a->strings["Our help pages may be consulted for detail on other program features and resources."] = ""; -$a->strings["Remove My Account"] = "Usuń konto"; -$a->strings["This will completely remove your account. Once this has been done it is not recoverable."] = "Kompletne usunięcie konta. Jeżeli zostanie wykonane, konto nie może zostać odzyskane."; -$a->strings["Please enter your password for verification:"] = "Wprowadź hasło w celu weryfikacji."; -$a->strings["Item not found"] = "Artykuł nie znaleziony"; -$a->strings["Edit post"] = "Edytuj post"; -$a->strings["Time Conversion"] = "Zmiana czasu"; -$a->strings["Friendica provides this service for sharing events with other networks and friends in unknown timezones."] = ""; -$a->strings["UTC time: %s"] = "Czas UTC %s"; -$a->strings["Current timezone: %s"] = "Obecna strefa czasowa: %s"; -$a->strings["Converted localtime: %s"] = "Zmień strefę czasową: %s"; -$a->strings["Please select your timezone:"] = "Wybierz swoją strefę czasową:"; -$a->strings["The post was created"] = ""; -$a->strings["Group created."] = "Grupa utworzona."; -$a->strings["Could not create group."] = "Nie mogę stworzyć grupy"; -$a->strings["Group not found."] = "Nie znaleziono grupy"; -$a->strings["Group name changed."] = "Nazwa grupy zmieniona"; -$a->strings["Save Group"] = ""; -$a->strings["Create a group of contacts/friends."] = "Stwórz grupę znajomych."; -$a->strings["Group removed."] = "Grupa usunięta."; -$a->strings["Unable to remove group."] = "Nie można usunąć grupy."; -$a->strings["Group Editor"] = "Edytor grupy"; -$a->strings["Members"] = "Członkowie"; -$a->strings["All Contacts"] = "Wszystkie kontakty"; -$a->strings["Group is empty"] = "Grupa jest pusta"; -$a->strings["Number of daily wall messages for %s exceeded. Message failed."] = "Dzienny limit wiadomości na murze dla %s został przekroczony. Wiadomość została odrzucona."; -$a->strings["No recipient selected."] = "Nie wybrano odbiorcy."; -$a->strings["Unable to check your home location."] = "Nie można sprawdzić twojej lokalizacji."; -$a->strings["Message could not be sent."] = "Wiadomość nie może zostać wysłana"; -$a->strings["Message collection failure."] = ""; -$a->strings["Message sent."] = "Wysłano."; -$a->strings["No recipient."] = "Brak odbiorcy."; -$a->strings["Send Private Message"] = "Wyślij prywatną wiadomość"; -$a->strings["If you wish for %s to respond, please check that the privacy settings on your site allow private mail from unknown senders."] = ""; -$a->strings["To:"] = "Do:"; -$a->strings["Subject:"] = "Temat:"; -$a->strings["link"] = "Link"; -$a->strings["Authorize application connection"] = "Autoryzacja połączenia aplikacji"; -$a->strings["Return to your app and insert this Securty Code:"] = "Powróć do swojej aplikacji i wpisz ten Kod Bezpieczeństwa:"; -$a->strings["Please login to continue."] = "Zaloguj się aby kontynuować."; -$a->strings["Do you want to authorize this application to access your posts and contacts, and/or create new posts for you?"] = "Czy chcesz umożliwić tej aplikacji dostęp do Twoich wpisów, kontaktów oraz pozwolić jej na pisanie za Ciebie postów?"; -$a->strings["No"] = "Nie"; -$a->strings["Source (bbcode) text:"] = "Źródło - tekst (BBcode) :"; -$a->strings["Source (Diaspora) text to convert to BBcode:"] = "Źródło tekst (Diaspora) by przekonwerterować na BBcode :"; -$a->strings["Source input: "] = "Źródło wejścia:"; -$a->strings["bb2html (raw HTML): "] = "bb2html (raw HTML): "; -$a->strings["bb2html: "] = "bb2html: "; -$a->strings["bb2html2bb: "] = "bb2html2bb: "; -$a->strings["bb2md: "] = "bb2md: "; -$a->strings["bb2md2html: "] = "bb2md2html: "; -$a->strings["bb2dia2bb: "] = "bb2dia2bb: "; -$a->strings["bb2md2html2bb: "] = "bb2md2html2bb: "; -$a->strings["Source input (Diaspora format): "] = "Źródło wejścia(format Diaspory):"; -$a->strings["diaspora2bb: "] = "diaspora2bb: "; -$a->strings["Subscribing to OStatus contacts"] = ""; -$a->strings["No contact provided."] = ""; -$a->strings["Couldn't fetch information for contact."] = ""; -$a->strings["Couldn't fetch friends for contact."] = ""; -$a->strings["success"] = ""; -$a->strings["failed"] = ""; -$a->strings["ignored"] = ""; -$a->strings["%1\$s welcomes %2\$s"] = "%1\$s witamy %2\$s"; -$a->strings["Unable to locate contact information."] = "Niezdolny do uzyskania informacji kontaktowych."; -$a->strings["Do you really want to delete this message?"] = "Czy na pewno chcesz usunąć tę wiadomość?"; -$a->strings["Message deleted."] = "Wiadomość usunięta."; -$a->strings["Conversation removed."] = "Rozmowa usunięta."; -$a->strings["No messages."] = "Brak wiadomości."; -$a->strings["Message not available."] = "Wiadomość nie jest dostępna."; -$a->strings["Delete message"] = "Usuń wiadomość"; -$a->strings["Delete conversation"] = "Usuń rozmowę"; -$a->strings["No secure communications available. You may be able to respond from the sender's profile page."] = ""; -$a->strings["Send Reply"] = "Odpowiedz"; -$a->strings["Unknown sender - %s"] = "Nieznany wysyłający - %s"; -$a->strings["You and %s"] = "Ty i %s"; -$a->strings["%s and You"] = "%s i ty"; -$a->strings["D, d M Y - g:i A"] = "D, d M R - g:m AM/PM"; -$a->strings["%d message"] = [ - 0 => " %d wiadomość", - 1 => " %d wiadomości", - 2 => " %d wiadomości", -]; -$a->strings["Manage Identities and/or Pages"] = "Zarządzaj Tożsamościami i/lub Stronami."; -$a->strings["Toggle between different identities or community/group pages which share your account details or which you have been granted \"manage\" permissions"] = ""; -$a->strings["Select an identity to manage: "] = "Wybierz tożsamość do zarządzania:"; -$a->strings["Contact settings applied."] = "Ustawienia kontaktu zaktualizowane."; -$a->strings["Contact update failed."] = "Nie udało się zaktualizować kontaktu."; -$a->strings["Contact not found."] = "Kontakt nie znaleziony"; -$a->strings["WARNING: This is highly advanced and if you enter incorrect information your communications with this contact may stop working."] = " UWAGA: To jest wysoce zaawansowane i jeśli wprowadzisz niewłaściwą informację twoje komunikacje z tym kontaktem mogą przestać działać."; -$a->strings["Please use your browser 'Back' button now if you are uncertain what to do on this page."] = "Jeśli nie jesteś pewien, co zrobić na tej stronie, użyj teraz przycisku 'powrót' na swojej przeglądarce."; -$a->strings["No mirroring"] = ""; -$a->strings["Mirror as forwarded posting"] = ""; -$a->strings["Mirror as my own posting"] = ""; -$a->strings["Return to contact editor"] = "Wróć do edytora kontaktów"; -$a->strings["Refetch contact data"] = ""; -$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["Name"] = "Imię"; -$a->strings["Account Nickname"] = "Nazwa konta"; -$a->strings["@Tagname - overrides Name/Nickname"] = ""; -$a->strings["Account URL"] = "URL konta"; -$a->strings["Friend Request URL"] = "URL żądajacy znajomości"; -$a->strings["Friend Confirm URL"] = "URL potwierdzający znajomość"; -$a->strings["Notification Endpoint URL"] = "Zgłoszenie Punktu Końcowego URL"; -$a->strings["Poll/Feed URL"] = "Adres Ankiety / RSS"; -$a->strings["New photo from this URL"] = "Nowe zdjęcie z tej ścieżki"; -$a->strings["No such group"] = "Nie ma takiej grupy"; -$a->strings["Group: %s"] = ""; +$a->strings["An error occurred creating your self contact. Please try again."] = "Wystąpił błąd podczas tworzenia własnego kontaktu. Proszę spróbuj ponownie."; +$a->strings["An error occurred creating your default contact group. Please try again."] = "Wystąpił błąd podczas tworzenia domyślnej grupy kontaktów. Proszę spróbuj ponownie."; +$a->strings["\n\t\t\tDear %1\$s,\n\t\t\t\tThank you for registering at %2\$s. Your account is pending for approval by the administrator.\n\t\t"] = "\n\t\t\tDrodzy %1\$s, \n\t\t\t\tDziękujemy za rejestrację na stronie %2\$s. Twoje konto czeka na zatwierdzenie przez administratora."; +$a->strings["Registration at %s"] = "Rejestracja w %s"; +$a->strings["\n\t\t\tDear %1\$s,\n\t\t\t\tThank you for registering at %2\$s. Your account has been created.\n\t\t"] = "\n\t\t\tDrodzy %1\$s, \n\t\t\t\tDziękujemy za rejestrację na stronie %2\$s. Twoje konto zostało utworzone."; +$a->strings["\n\t\t\tThe login details are as follows:\n\n\t\t\tSite Location:\t%3\$s\n\t\t\tLogin Name:\t\t%1\$s\n\t\t\tPassword:\t\t%5\$s\n\n\t\t\tYou may change your password from your account \"Settings\" page after logging\n\t\t\tin.\n\n\t\t\tPlease take a few moments to review the other account settings on that page.\n\n\t\t\tYou may also wish to add some basic information to your default profile\n\t\t\t(on the \"Profiles\" page) so that other people can easily find you.\n\n\t\t\tWe recommend setting your full name, adding a profile photo,\n\t\t\tadding some profile \"keywords\" (very useful in making new friends) - and\n\t\t\tperhaps what country you live in; if you do not wish to be more specific\n\t\t\tthan that.\n\n\t\t\tWe fully respect your right to privacy, and none of these items are necessary.\n\t\t\tIf you are new and do not know anybody here, they may help\n\t\t\tyou to make some new and interesting friends.\n\n\t\t\tIf you ever want to delete your account, you can do so at %3\$s/removeme\n\n\t\t\tThank you and welcome to %2\$s."] = "\n\t\t\tDane logowania są następuje:\n\t\t\tLokalizacja witryny:\t%3\$s\n\t\t\tNazwa użytkownika:\t\t%1\$s\n\t\t\tHasło:\t\t%5\$s\n\n\t\t\tPo zalogowaniu możesz zmienić hasło do swojego konta na stronie \"Ustawienia\"\n \t\t\tProszę poświęć chwilę, aby przejrzeć inne ustawienia konta na tej stronie.\n\n\t\t\tMożesz również dodać podstawowe informacje do swojego domyślnego profilu\n\t\t\t(na stronie \"Profil\"), aby inne osoby mogły łatwo Cię znaleźć.\n\n\t\t\tZalecamy ustawienie imienia i nazwiska, dodanie zdjęcia profilowego,\n\t\t\tdodanie niektórych \"słów kluczowych\" profilu (bardzo przydatne w nawiązywaniu nowych znajomości) - i\n\t\t\tbyć może w jakim kraju mieszkasz; jeśli nie chcesz być bardziej szczegółowy.\n\n\t\t\tW pełni szanujemy Twoje prawo do prywatności i żaden z tych elementów nie jest konieczny.\n\t\t\tJeśli jesteś nowy i nie znasz tutaj nikogo, oni mogą ci pomóc\n\t\t\tmożesz zdobyć nowych interesujących przyjaciół\n\n\t\t\tJeśli kiedykolwiek zechcesz usunąć swoje konto, możesz to zrobić w %3\$s/Usuń konto\n\n\t\t\tDziękujemy i Zapraszamy do %2\$s."; +$a->strings["%s is now following %s."] = "%sjest teraz następujące %s. "; +$a->strings["following"] = "następujący"; +$a->strings["%s stopped following %s."] = "%sprzestał śledzić %s. "; +$a->strings["stopped following"] = "przestał śledzić"; +$a->strings["%s\\'s birthday"] = "%s\\'s urodziny"; +$a->strings["Sharing notification from Diaspora network"] = "Wspólne powiadomienie z sieci Diaspora"; +$a->strings["Attachments:"] = "Załączniki:"; +$a->strings["(no subject)"] = "(bez tematu)"; $a->strings["This entry was edited"] = "Ten wpis został zedytowany"; +$a->strings["save to folder"] = "zapisz w folderze"; +$a->strings["I will attend"] = "Będę uczestniczyć"; +$a->strings["I will not attend"] = "Nie będę uczestniczyć"; +$a->strings["I might attend"] = "Mogę wziąć udział"; +$a->strings["add star"] = "dodaj gwiazdkę"; +$a->strings["remove star"] = "anuluj gwiazdkę"; +$a->strings["toggle star status"] = "włącz status gwiazdy"; +$a->strings["starred"] = "gwiazdką"; +$a->strings["ignore thread"] = "zignoruj ​​wątek"; +$a->strings["unignore thread"] = "odignoruj ​​wątek"; +$a->strings["toggle ignore status"] = "przełącz status ignorowania"; +$a->strings["add tag"] = "dodaj tag"; +$a->strings["like"] = "lubię to"; +$a->strings["dislike"] = "nie lubię tego"; +$a->strings["Share this"] = "Udostępnij to"; +$a->strings["share"] = "udostępnij"; +$a->strings["to"] = "do"; +$a->strings["via"] = "przez"; +$a->strings["Wall-to-Wall"] = "Wall-to-Wall"; +$a->strings["via Wall-To-Wall:"] = "via Wall-To-Wall:"; $a->strings["%d comment"] = [ 0 => " %d komentarz", 1 => " %d komentarzy", 2 => " %d komentarzy", + 3 => " %d komentarzy", ]; -$a->strings["Private Message"] = "Wiadomość prywatna"; -$a->strings["I like this (toggle)"] = "Lubię to (zmień)"; -$a->strings["like"] = "polub"; -$a->strings["I don't like this (toggle)"] = "Nie lubię (zmień)"; -$a->strings["dislike"] = "Nie lubię"; -$a->strings["Share this"] = "Udostępnij to"; -$a->strings["share"] = "udostępnij"; -$a->strings["This is you"] = "To jesteś ty"; -$a->strings["Comment"] = "Komentarz"; $a->strings["Bold"] = "Pogrubienie"; $a->strings["Italic"] = "Kursywa"; $a->strings["Underline"] = "Podkreślenie"; @@ -1015,1056 +2157,63 @@ $a->strings["Code"] = "Kod"; $a->strings["Image"] = "Obraz"; $a->strings["Link"] = "Link"; $a->strings["Video"] = "Video"; -$a->strings["Edit"] = "Edytuj"; -$a->strings["add star"] = "dodaj gwiazdkę"; -$a->strings["remove star"] = "anuluj gwiazdkę"; -$a->strings["toggle star status"] = "włącz status gwiazdy"; -$a->strings["starred"] = "gwiazdką"; -$a->strings["add tag"] = "dodaj tag"; -$a->strings["ignore thread"] = ""; -$a->strings["unignore thread"] = ""; -$a->strings["toggle ignore status"] = ""; -$a->strings["save to folder"] = "zapisz w folderze"; -$a->strings["I will attend"] = ""; -$a->strings["I will not attend"] = ""; -$a->strings["I might attend"] = ""; -$a->strings["to"] = "do"; -$a->strings["Wall-to-Wall"] = "Wall-to-Wall"; -$a->strings["via Wall-To-Wall:"] = "via Wall-To-Wall:"; -$a->strings["Friend suggestion sent."] = "Propozycja znajomych wysłana."; -$a->strings["Suggest Friends"] = "Zaproponuj znajomych"; -$a->strings["Suggest a friend for %s"] = "Zaproponuj znajomych dla %s"; -$a->strings["Mood"] = "Nastrój"; -$a->strings["Set your current mood and tell your friends"] = "Wskaż swój obecny nastrój i powiedz o tym znajomym"; -$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"] = "Zrób ten post prywatnym"; -$a->strings["Image uploaded but image cropping failed."] = "Obrazek załadowany, ale oprawanie powiodła się."; -$a->strings["Image size reduction [%s] failed."] = "Redukcja rozmiaru obrazka [%s] nie powiodła się."; -$a->strings["Shift-reload the page or clear browser cache if the new photo does not display immediately."] = ""; -$a->strings["Unable to process image"] = "Nie udało się przetworzyć obrazu."; -$a->strings["Image exceeds size limit of %s"] = ""; -$a->strings["Unable to process image."] = "Przetwarzanie obrazu nie powiodło się."; -$a->strings["Upload File:"] = "Wyślij plik:"; -$a->strings["Select a profile:"] = "Wybierz profil:"; -$a->strings["Upload"] = "Załaduj"; -$a->strings["or"] = "lub"; -$a->strings["skip this step"] = "Pomiń ten krok"; -$a->strings["select a photo from your photo albums"] = "wybierz zdjęcie z twojego albumu"; -$a->strings["Crop Image"] = "Przytnij zdjęcie"; -$a->strings["Please adjust the image cropping for optimum viewing."] = "Proszę dostosować oprawę obrazka w celu optymalizacji oglądania."; -$a->strings["Done Editing"] = "Zakończ Edycję "; -$a->strings["Image uploaded successfully."] = "Zdjęcie wczytano pomyślnie "; -$a->strings["Image upload failed."] = "Przesyłanie obrazu nie powiodło się"; -$a->strings["Account approved."] = "Konto zatwierdzone."; -$a->strings["Registration revoked for %s"] = "Rejestracja dla %s odwołana"; -$a->strings["Please login."] = "Proszę się zalogować."; -$a->strings["Invalid request identifier."] = "Niewłaściwy identyfikator wymagania."; -$a->strings["Discard"] = "Odrzuć"; -$a->strings["Ignore"] = "Ignoruj"; -$a->strings["Network Notifications"] = "Powiadomienia z sieci"; -$a->strings["Personal Notifications"] = "Prywatne powiadomienia"; -$a->strings["Home Notifications"] = "Powiadomienia z instancji"; -$a->strings["Show Ignored Requests"] = "Pokaż ignorowane żądania"; -$a->strings["Hide Ignored Requests"] = "Ukryj ignorowane żądania"; -$a->strings["Notification type: "] = "Typ zawiadomień:"; -$a->strings["suggested by %s"] = "zaproponowane przez %s"; -$a->strings["Hide this contact from others"] = "Ukryj ten kontakt przed innymi"; -$a->strings["Post a new friend activity"] = "Pisz o nowej działalności przyjaciela"; -$a->strings["if applicable"] = "jeśli odpowiednie"; -$a->strings["Approve"] = "Zatwierdź"; -$a->strings["Claims to be known to you: "] = "Twierdzi, że go znasz:"; -$a->strings["yes"] = "tak"; -$a->strings["no"] = "nie"; -$a->strings["Shall your connection be bidirectional or not? \"Friend\" implies that you allow to read and you subscribe to their posts. \"Fan/Admirer\" means that you allow to read but you do not want to read theirs. Approve as: "] = ""; -$a->strings["Shall your connection be bidirectional or not? \"Friend\" implies that you allow to read and you subscribe to their posts. \"Sharer\" means that you allow to read but you do not want to read theirs. Approve as: "] = ""; -$a->strings["Friend"] = "Znajomy"; -$a->strings["Sharer"] = "Udostępniający/a"; -$a->strings["Fan/Admirer"] = "Fan"; -$a->strings["Profile URL"] = ""; -$a->strings["No introductions."] = "Brak wstępu."; -$a->strings["Show unread"] = ""; -$a->strings["Show all"] = ""; -$a->strings["No more %s notifications."] = ""; -$a->strings["Profile not found."] = "Nie znaleziono profilu."; -$a->strings["Profile deleted."] = "Konto usunięte."; -$a->strings["Profile-"] = "Profil-"; -$a->strings["New profile created."] = "Utworzono nowy profil."; -$a->strings["Profile unavailable to clone."] = "Nie można powileić profilu "; -$a->strings["Profile Name is required."] = "Nazwa Profilu jest wymagana"; -$a->strings["Marital Status"] = ""; -$a->strings["Romantic Partner"] = ""; -$a->strings["Work/Employment"] = "Praca/Zatrudnienie"; -$a->strings["Religion"] = "Religia"; -$a->strings["Political Views"] = "Poglądy polityczne"; -$a->strings["Gender"] = "Płeć"; -$a->strings["Sexual Preference"] = "Orientacja seksualna"; -$a->strings["XMPP"] = ""; -$a->strings["Homepage"] = "Strona Główna"; -$a->strings["Interests"] = "Zainteresowania"; -$a->strings["Address"] = "Adres"; -$a->strings["Location"] = "Położenie"; -$a->strings["Profile updated."] = "Konto zaktualizowane."; -$a->strings[" and "] = " i "; -$a->strings["public profile"] = "profil publiczny"; -$a->strings["%1\$s changed %2\$s to “%3\$s”"] = ""; -$a->strings[" - Visit %1\$s's %2\$s"] = " - Odwiedźa %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?"] = "Czy chcesz ukryć listę kontaktów dla przeglądających to konto?"; -$a->strings["Show more profile fields:"] = ""; -$a->strings["Profile Actions"] = ""; -$a->strings["Edit Profile Details"] = "Edytuj profil."; -$a->strings["Change Profile Photo"] = "Zmień profilowe zdjęcie"; -$a->strings["View this profile"] = "Zobacz ten profil"; -$a->strings["Create a new profile using these settings"] = "Stwórz nowy profil wykorzystując te ustawienia"; -$a->strings["Clone this profile"] = "Sklonuj ten profil"; -$a->strings["Delete this profile"] = "Usuń ten profil"; -$a->strings["Basic information"] = ""; -$a->strings["Profile picture"] = ""; -$a->strings["Preferences"] = ""; -$a->strings["Status information"] = ""; -$a->strings["Additional information"] = ""; -$a->strings["Relation"] = ""; -$a->strings["Your Gender:"] = "Twoja płeć:"; -$a->strings[" Marital Status:"] = " Stan :"; -$a->strings["Example: fishing photography software"] = "Przykład: kończenie oprogramowania fotografii"; -$a->strings["Profile Name:"] = "Nazwa profilu :"; -$a->strings["Required"] = "Wymagany"; -$a->strings["This is your public profile.
    It may be visible to anybody using the internet."] = "To jest Twój publiczny profil.
    Może zostać wyświetlony przez każdego kto używa internetu."; -$a->strings["Your Full Name:"] = "Twoje imię i nazwisko:"; -$a->strings["Title/Description:"] = "Tytuł/Opis :"; -$a->strings["Street Address:"] = "Ulica:"; -$a->strings["Locality/City:"] = "Miejscowość/Miasto :"; -$a->strings["Region/State:"] = "Region / Stan :"; -$a->strings["Postal/Zip Code:"] = "Kod Pocztowy :"; -$a->strings["Country:"] = "Kraj:"; -$a->strings["Who: (if applicable)"] = "Kto: (jeśli dotyczy)"; -$a->strings["Examples: cathy123, Cathy Williams, cathy@example.com"] = "Przykłady : cathy123, Cathy Williams, cathy@example.com"; -$a->strings["Since [date]:"] = "Od [data]:"; -$a->strings["Tell us about yourself..."] = "Napisz o sobie..."; -$a->strings["XMPP (Jabber) address:"] = ""; -$a->strings["The XMPP address will be propagated to your contacts so that they can follow you."] = ""; -$a->strings["Homepage URL:"] = "Strona główna URL:"; -$a->strings["Religious Views:"] = "Poglądy religijne:"; -$a->strings["Public Keywords:"] = "Publiczne słowa kluczowe :"; -$a->strings["(Used for suggesting potential friends, can be seen by others)"] = "(Używany do sugerowania potencjalnych znajomych, jest widoczny dla innych)"; -$a->strings["Private Keywords:"] = "Prywatne słowa kluczowe :"; -$a->strings["(Used for searching profiles, never shown to others)"] = "(Używany do wyszukiwania profili, niepokazywany innym)"; -$a->strings["Musical interests"] = "Muzyka"; -$a->strings["Books, literature"] = "Literatura"; -$a->strings["Television"] = "Telewizja"; -$a->strings["Film/dance/culture/entertainment"] = "Film/taniec/kultura/rozrywka"; -$a->strings["Hobbies/Interests"] = "Zainteresowania"; -$a->strings["Love/romance"] = "Miłość/romans"; -$a->strings["Work/employment"] = "Praca/zatrudnienie"; -$a->strings["School/education"] = "Szkoła/edukacja"; -$a->strings["Contact information and Social Networks"] = "Informacje kontaktowe i Sieci Społeczne"; -$a->strings["Edit/Manage Profiles"] = "Edytuj/Zarządzaj Profilami"; -$a->strings["No friends to display."] = "Brak znajomych do wyświetlenia"; -$a->strings["Access to this profile has been restricted."] = "Ograniczony dostęp do tego konta"; -$a->strings["View"] = ""; -$a->strings["Previous"] = "Poprzedni"; -$a->strings["Next"] = "Następny"; -$a->strings["list"] = ""; -$a->strings["User not found"] = ""; -$a->strings["This calendar format is not supported"] = ""; -$a->strings["No exportable data found"] = ""; -$a->strings["calendar"] = ""; -$a->strings["No contacts in common."] = "Brak wspólnych kontaktów."; -$a->strings["Common Friends"] = "Wspólni znajomi"; -$a->strings["Not available."] = "Niedostępne."; -$a->strings["Global Directory"] = "Globalne Położenie"; -$a->strings["Find on this site"] = "Znajdź na tej stronie"; -$a->strings["Results for:"] = ""; -$a->strings["Site Directory"] = "Katalog Strony"; -$a->strings["No entries (some entries may be hidden)."] = "Brak odwiedzin (niektóre odwiedziny mogą być ukryte)."; -$a->strings["People Search - %s"] = ""; -$a->strings["Forum Search - %s"] = ""; -$a->strings["No matches"] = "brak dopasowań"; -$a->strings["Item has been removed."] = "Przedmiot został usunięty"; -$a->strings["Event can not end before it has started."] = ""; -$a->strings["Event title and start time are required."] = "Wymagany tytuł wydarzenia i czas rozpoczęcia."; -$a->strings["Create New Event"] = "Stwórz nowe wydarzenie"; -$a->strings["Event details"] = "Szczegóły wydarzenia"; -$a->strings["Starting date and Title are required."] = ""; -$a->strings["Event Starts:"] = "Rozpoczęcie wydarzenia:"; -$a->strings["Finish date/time is not known or not relevant"] = "Data/czas zakończenia nie jest znana lub jest nieistotna"; -$a->strings["Event Finishes:"] = "Zakończenie wydarzenia:"; -$a->strings["Adjust for viewer timezone"] = "Dopasuj dla strefy czasowej widza"; -$a->strings["Description:"] = "Opis:"; -$a->strings["Title:"] = "Tytuł:"; -$a->strings["Share this event"] = "Udostępnij te wydarzenie"; -$a->strings["System down for maintenance"] = ""; -$a->strings["No keywords to match. Please add keywords to your default profile."] = "Brak słów-kluczy do wyszukania. Dodaj słowa-klucze do swojego domyślnego profilu."; -$a->strings["is interested in:"] = "interesuje się:"; -$a->strings["Profile Match"] = "Profil zgodny "; -$a->strings["Tips for New Members"] = "Wskazówki dla nowych użytkowników"; -$a->strings["Do you really want to delete this suggestion?"] = "Czy na pewno chcesz usunąć te sugestie ?"; -$a->strings["No suggestions available. If this is a new site, please try again in 24 hours."] = ""; -$a->strings["Ignore/Hide"] = "Ignoruj/Ukryj"; -$a->strings["[Embedded content - reload page to view]"] = "[Dodatkowa zawartość - odśwież stronę by zobaczyć]"; -$a->strings["Recent Photos"] = "Ostatnio dodane zdjęcia"; -$a->strings["Upload New Photos"] = "Wyślij nowe zdjęcie"; -$a->strings["everybody"] = "wszyscy"; -$a->strings["Contact information unavailable"] = "Informacje o kontakcie nie dostępne."; -$a->strings["Album not found."] = "Album nie znaleziony"; -$a->strings["Delete Album"] = "Usuń album"; -$a->strings["Do you really want to delete this photo album and all its photos?"] = "Czy na pewno chcesz usunąć ten album i wszystkie zdjęcia z tego albumu?"; -$a->strings["Delete Photo"] = "Usuń zdjęcie"; -$a->strings["Do you really want to delete this photo?"] = "Czy na pewno chcesz usunąć to zdjęcie ?"; -$a->strings["%1\$s was tagged in %2\$s by %3\$s"] = ""; -$a->strings["a photo"] = "zdjęcie"; -$a->strings["Image file is empty."] = "Plik obrazka jest pusty."; -$a->strings["No photos selected"] = "Nie zaznaczono zdjęć"; -$a->strings["Access to this item is restricted."] = "Dostęp do tego obiektu jest ograniczony."; -$a->strings["You have used %1$.2f Mbytes of %2$.2f Mbytes photo storage."] = ""; -$a->strings["Upload Photos"] = "Prześlij zdjęcia"; -$a->strings["New album name: "] = "Nazwa nowego albumu:"; -$a->strings["or existing album name: "] = "lub istniejąca nazwa albumu:"; -$a->strings["Do not show a status post for this upload"] = "Nie pokazuj postów statusu dla tego wysłania"; -$a->strings["Show to Groups"] = "Pokaż Grupy"; -$a->strings["Show to Contacts"] = "Pokaż kontakty"; -$a->strings["Private Photo"] = "Zdjęcie prywatne"; -$a->strings["Public Photo"] = "Zdjęcie publiczne"; -$a->strings["Edit Album"] = "Edytuj album"; -$a->strings["Show Newest First"] = "Najpierw pokaż najnowsze"; -$a->strings["Show Oldest First"] = "Najpierw pokaż najstarsze"; -$a->strings["View Photo"] = "Zobacz zdjęcie"; -$a->strings["Permission denied. Access to this item may be restricted."] = "Odmowa dostępu. Dostęp do tych danych może być ograniczony."; -$a->strings["Photo not available"] = "Zdjęcie niedostępne"; -$a->strings["View photo"] = "Zobacz zdjęcie"; -$a->strings["Edit photo"] = "Edytuj zdjęcie"; -$a->strings["Use as profile photo"] = "Ustaw jako zdjęcie profilowe"; -$a->strings["View Full Size"] = "Zobacz w pełnym rozmiarze"; -$a->strings["Tags: "] = "Tagi:"; -$a->strings["[Remove any tag]"] = "[Usunąć znacznik]"; -$a->strings["New album name"] = "Nazwa nowego albumu"; -$a->strings["Caption"] = "Zawartość"; -$a->strings["Add a Tag"] = "Dodaj tag"; -$a->strings["Example: @bob, @Barbara_Jensen, @jim@example.com, #California, #camping"] = "Przykładowo: @bob, @Barbara_Jensen, @jim@example.com, #California, #camping"; -$a->strings["Do not rotate"] = ""; -$a->strings["Rotate CW (right)"] = "Obróć CW (w prawo)"; -$a->strings["Rotate CCW (left)"] = "Obróć CCW (w lewo)"; -$a->strings["Private photo"] = "Prywatne zdjęcie."; -$a->strings["Public photo"] = "Zdjęcie publiczne"; -$a->strings["Map"] = ""; -$a->strings["View Album"] = "Zobacz album"; -$a->strings["Registration successful. Please check your email for further instructions."] = "Rejestracja zakończona pomyślnie. Dalsze instrukcje zostały wysłane na twojego e-maila."; -$a->strings["Failed to send email message. Here your accout details:
    login: %s
    password: %s

    You can change your password after login."] = ""; -$a->strings["Registration successful."] = ""; -$a->strings["Your registration can not be processed."] = "Twoja rejestracja nie może zostać przeprowadzona. "; -$a->strings["Your registration is pending approval by the site owner."] = "Twoja rejestracja oczekuje na zaakceptowanie przez właściciela witryny."; -$a->strings["You may (optionally) fill in this form via OpenID by supplying your OpenID and clicking 'Register'."] = "Masz możliwość (opcjonalnie) wypełnić ten formularz przez OpenID poprzez załączenie Twojego OpenID i kliknięcie 'Zarejestruj'."; -$a->strings["If you are not familiar with OpenID, please leave that field blank and fill in the rest of the items."] = "Jeśli nie jesteś zaznajomiony z OpenID, zostaw to pole puste i uzupełnij resztę elementów."; -$a->strings["Your OpenID (optional): "] = "Twój OpenID (opcjonalnie):"; -$a->strings["Include your profile in member directory?"] = "Czy dołączyć twój profil do katalogu członków?"; -$a->strings["Note for the admin"] = ""; -$a->strings["Leave a message for the admin, why you want to join this node"] = ""; -$a->strings["Membership on this site is by invitation only."] = "Członkostwo na tej stronie możliwe tylko dzięki zaproszeniu."; -$a->strings["Your invitation ID: "] = "Twoje zaproszenia ID:"; -$a->strings["Registration"] = "Rejestracja"; -$a->strings["Your Full Name (e.g. Joe Smith, real or real-looking): "] = ""; -$a->strings["Your Email Address: "] = "Twój adres email:"; -$a->strings["New Password:"] = "Nowe hasło:"; -$a->strings["Leave empty for an auto generated password."] = ""; -$a->strings["Confirm:"] = "Potwierdź:"; -$a->strings["Choose a profile nickname. This must begin with a text character. Your profile address on this site will then be 'nickname@\$sitename'."] = "Wybierz login. Login musi zaczynać się literą. Adres twojego profilu na tej stronie będzie wyglądać następująco 'login@\$nazwastrony'."; -$a->strings["Choose a nickname: "] = "Wybierz pseudonim:"; -$a->strings["Import your profile to this friendica instance"] = ""; -$a->strings["Account"] = "Konto"; -$a->strings["Additional features"] = ""; -$a->strings["Display"] = ""; -$a->strings["Social Networks"] = ""; -$a->strings["Plugins"] = "Wtyczki"; -$a->strings["Connected apps"] = "Powiązane aplikacje"; -$a->strings["Remove account"] = "Usuń konto"; -$a->strings["Missing some important data!"] = "Brakuje ważnych danych!"; -$a->strings["Update"] = "Zaktualizuj"; -$a->strings["Failed to connect with email account using the settings provided."] = "Połączenie z kontem email używając wybranych ustawień nie powiodło się."; -$a->strings["Email settings updated."] = "Zaktualizowano ustawienia email."; -$a->strings["Features updated"] = ""; -$a->strings["Relocate message has been send to your contacts"] = ""; -$a->strings["Empty passwords are not allowed. Password unchanged."] = "Brak hasła niedozwolony. Hasło nie zmienione."; -$a->strings["Wrong password."] = "Złe hasło."; -$a->strings["Password changed."] = "Hasło zostało zmianione."; -$a->strings["Password update failed. Please try again."] = "Aktualizacja hasła nie powiodła się. Proszę spróbować ponownie."; -$a->strings[" Please use a shorter name."] = "Proszę użyć krótszej nazwy."; -$a->strings[" Name too short."] = "Za krótka nazwa."; -$a->strings["Wrong Password"] = "Złe hasło"; -$a->strings[" Not valid email."] = "Zły email."; -$a->strings[" Cannot change to that email."] = "Nie mogę zmienić na ten 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."] = "Zaktualizowano ustawienia."; -$a->strings["Add application"] = "Dodaj aplikacje"; -$a->strings["Save Settings"] = "Zapisz ustawienia"; -$a->strings["Consumer Key"] = "Klucz konsumenta"; -$a->strings["Consumer Secret"] = "Sekret konsumenta"; -$a->strings["Redirect"] = "Przekierowanie"; -$a->strings["Icon url"] = "Adres ikony"; -$a->strings["You can't edit this application."] = "Nie możesz edytować tej aplikacji."; -$a->strings["Connected Apps"] = "Powiązane aplikacje"; -$a->strings["Client key starts with"] = "Klucz klienta zaczyna się od"; -$a->strings["No name"] = "Bez nazwy"; -$a->strings["Remove authorization"] = "Odwołaj upoważnienie"; -$a->strings["No Plugin settings configured"] = "Ustawienia wtyczki nieskonfigurowane"; -$a->strings["Plugin Settings"] = "Ustawienia wtyczki"; -$a->strings["Off"] = "Wyłącz"; -$a->strings["On"] = "Włącz"; -$a->strings["Additional Features"] = ""; -$a->strings["General Social Media Settings"] = ""; -$a->strings["Disable intelligent shortening"] = ""; -$a->strings["Normally the system tries to find the best link to add to shortened posts. If this option is enabled then every shortened post will always point to the original friendica post."] = ""; -$a->strings["Automatically follow any GNU Social (OStatus) followers/mentioners"] = ""; -$a->strings["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."] = ""; -$a->strings["Default group for OStatus contacts"] = ""; -$a->strings["Your legacy GNU Social account"] = ""; -$a->strings["If you enter your old GNU Social/Statusnet account name here (in the format user@domain.tld), your contacts will be added automatically. The field will be emptied when done."] = ""; -$a->strings["Repair OStatus subscriptions"] = ""; -$a->strings["Built-in support for %s connectivity is %s"] = ""; -$a->strings["enabled"] = "włączony"; -$a->strings["disabled"] = "wyłączony"; -$a->strings["GNU Social (OStatus)"] = ""; -$a->strings["Email access is disabled on this site."] = "Dostęp do e-maila nie jest w pełni sprawny na tej stronie"; -$a->strings["Email/Mailbox Setup"] = "Ustawienia emaila/skrzynki mailowej"; -$a->strings["If you wish to communicate with email contacts using this service (optional), please specify how to connect to your mailbox."] = "Jeżeli życzysz sobie komunikowania z kontaktami email używając tego serwisu (opcjonalne), opisz jak połaczyć się z Twoją skrzynką email."; -$a->strings["Last successful email check:"] = "Ostatni sprawdzony e-mail:"; -$a->strings["IMAP server name:"] = "Nazwa serwera IMAP:"; -$a->strings["IMAP port:"] = "Port IMAP:"; -$a->strings["Security:"] = "Ochrona:"; -$a->strings["None"] = "Brak"; -$a->strings["Email login name:"] = "Login emaila:"; -$a->strings["Email password:"] = "Hasło emaila:"; -$a->strings["Reply-to address:"] = "Odpowiedz na adres:"; -$a->strings["Send public posts to all email contacts:"] = "Wyślij publiczny post do wszystkich kontaktów e-mail"; -$a->strings["Action after import:"] = "Akcja po zaimportowaniu:"; -$a->strings["Move to folder"] = "Przenieś do folderu"; -$a->strings["Move to folder:"] = "Przenieś do folderu:"; -$a->strings["No special theme for mobile devices"] = "Brak specialnego motywu dla urządzeń mobilnych"; -$a->strings["Display Settings"] = "Wyświetl ustawienia"; -$a->strings["Display Theme:"] = "Wyświetl motyw:"; -$a->strings["Mobile Theme:"] = "Mobilny motyw:"; -$a->strings["Suppress warning of insecure networks"] = ""; -$a->strings["Should the system suppress the warning that the current group contains members of networks that can't receive non public postings."] = ""; -$a->strings["Update browser every xx seconds"] = "Odświeżaj stronę co xx sekund"; -$a->strings["Minimum of 10 seconds. Enter -1 to disable it."] = ""; -$a->strings["Number of items to display per page:"] = ""; -$a->strings["Maximum of 100 items"] = "Maksymalnie 100 elementów"; -$a->strings["Number of items to display per page when viewed from mobile device:"] = ""; -$a->strings["Don't show emoticons"] = "Nie pokazuj emotikonek"; -$a->strings["Calendar"] = ""; -$a->strings["Beginning of week:"] = ""; -$a->strings["Don't show notices"] = "Nie pokazuj powiadomień"; -$a->strings["Infinite scroll"] = "Nieskończone przewijanie"; -$a->strings["Automatic updates only at the top of the network page"] = ""; -$a->strings["Bandwith Saver Mode"] = ""; -$a->strings["When enabled, embedded content is not displayed on automatic updates, they only show on page reload."] = ""; -$a->strings["General Theme Settings"] = ""; -$a->strings["Custom Theme Settings"] = ""; -$a->strings["Content Settings"] = ""; -$a->strings["Theme settings"] = "Ustawienia motywu"; -$a->strings["Account Types"] = ""; -$a->strings["Personal Page Subtypes"] = ""; -$a->strings["Community Forum Subtypes"] = ""; -$a->strings["Personal Page"] = ""; -$a->strings["This account is a regular personal profile"] = ""; -$a->strings["Organisation Page"] = ""; -$a->strings["This account is a profile for an organisation"] = ""; -$a->strings["News Page"] = ""; -$a->strings["This account is a news account/reflector"] = ""; -$a->strings["Community Forum"] = ""; -$a->strings["This account is a community forum where people can discuss with each other"] = ""; -$a->strings["Normal Account Page"] = ""; -$a->strings["This account is a normal personal profile"] = "To konto jest normalnym osobistym profilem"; -$a->strings["Soapbox Page"] = ""; -$a->strings["Automatically approve all connection/friend requests as read-only fans"] = "Automatycznie zatwierdzaj wszystkie żądania połączenia/przyłączenia do znajomych jako fanów 'tylko do odczytu'"; -$a->strings["Public Forum"] = ""; -$a->strings["Automatically approve all contact requests"] = ""; -$a->strings["Automatic Friend Page"] = ""; -$a->strings["Automatically approve all connection/friend requests as friends"] = "Automatycznie traktuj wszystkie prośby o połączenia/zaproszenia do grona przyjaciół, jako przyjaciół"; -$a->strings["Private Forum [Experimental]"] = ""; -$a->strings["Private forum - approved members only"] = ""; -$a->strings["OpenID:"] = "OpenID:"; -$a->strings["(Optional) Allow this OpenID to login to this account."] = "Przeznacz to OpenID do logowania się na to konto."; -$a->strings["Publish your default profile in your local site directory?"] = "Czy publikować Twój profil w lokalnym katalogu tej instancji?"; -$a->strings["Publish your default profile in the global social directory?"] = "Opublikować twój niewypełniony profil w globalnym, społecznym katalogu?"; -$a->strings["Hide your contact/friend list from viewers of your default profile?"] = "Ukryć listę znajomych przed odwiedzającymi Twój profil?"; -$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?"] = "Zezwól na dodawanie postów na twoim profilu przez znajomych"; -$a->strings["Allow friends to tag your posts?"] = "Zezwól na oznaczanie twoich postów przez znajomych"; -$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 not published."] = "Profil nie jest opublikowany"; -$a->strings["Your Identity Address is '%s' or '%s'."] = ""; -$a->strings["Automatically expire posts after this many days:"] = ""; -$a->strings["If empty, posts will not expire. Expired posts will be deleted"] = "Pole puste, wiadomość nie wygaśnie. Niezapisane wpisy zostaną usunięte."; -$a->strings["Advanced expiration settings"] = ""; -$a->strings["Advanced Expiration"] = ""; -$a->strings["Expire posts:"] = "Wygasające posty:"; -$a->strings["Expire personal notes:"] = "Wygasające notatki osobiste:"; -$a->strings["Expire starred posts:"] = ""; -$a->strings["Expire photos:"] = "Wygasające zdjęcia:"; -$a->strings["Only expire posts by others:"] = ""; -$a->strings["Account Settings"] = "Ustawienia konta"; -$a->strings["Password Settings"] = "Ustawienia hasła"; -$a->strings["Leave password fields blank unless changing"] = "Pozostaw pola hasła puste, chyba że chcesz je zmienić."; -$a->strings["Current Password:"] = "Obecne hasło:"; -$a->strings["Your current password to confirm the changes"] = ""; -$a->strings["Password:"] = "Hasło:"; -$a->strings["Basic Settings"] = "Ustawienia podstawowe"; -$a->strings["Email Address:"] = "Adres email:"; -$a->strings["Your Timezone:"] = "Twoja strefa czasowa:"; -$a->strings["Your Language:"] = ""; -$a->strings["Set the language we use to show you friendica interface and to send you emails"] = ""; -$a->strings["Default Post Location:"] = "Standardowa lokalizacja wiadomości:"; -$a->strings["Use Browser Location:"] = "Użyj położenia przeglądarki:"; -$a->strings["Security and Privacy Settings"] = "Ustawienia bezpieczeństwa i prywatności"; -$a->strings["Maximum Friend Requests/Day:"] = "Maksymalna liczba zaproszeń do grona przyjaciół na dzień:"; -$a->strings["(to prevent spam abuse)"] = "(aby zapobiec spamowaniu)"; -$a->strings["Default Post Permissions"] = "Domyślne prawa dostępu wiadomości"; -$a->strings["(click to open/close)"] = "(kliknij by otworzyć/zamknąć)"; -$a->strings["Default Private Post"] = ""; -$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"] = "Ustawienia powiadomień"; -$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 interesting profile change"] = ""; -$a->strings["Send a notification email when:"] = "Wyślij powiadmonienia na email, kiedy:"; -$a->strings["You receive an introduction"] = "Otrzymałeś zaproszenie"; -$a->strings["Your introductions are confirmed"] = "Dane zatwierdzone"; -$a->strings["Someone writes on your profile wall"] = "Ktoś pisze na twojej ścianie profilowej"; -$a->strings["Someone writes a followup comment"] = "Ktoś pisze komentarz nawiązujący."; -$a->strings["You receive a private message"] = "Otrzymałeś prywatną wiadomość"; -$a->strings["You receive a friend suggestion"] = "Otrzymane propozycje znajomych"; -$a->strings["You are tagged in a post"] = "Jesteś oznaczony w poście"; -$a->strings["You are poked/prodded/etc. in a post"] = ""; -$a->strings["Activate desktop notifications"] = ""; -$a->strings["Show desktop popup on new notifications"] = ""; -$a->strings["Text-only notification emails"] = ""; -$a->strings["Send text only notification emails, without the html part"] = ""; -$a->strings["Advanced Account/Page Type Settings"] = ""; -$a->strings["Change the behaviour of this account for special situations"] = ""; -$a->strings["Relocate"] = ""; -$a->strings["If you have moved this profile from another server, and some of your contacts don't receive your updates, try pushing this button."] = ""; -$a->strings["Resend relocate message to contacts"] = ""; -$a->strings["Do you really want to delete this video?"] = ""; -$a->strings["Delete Video"] = ""; -$a->strings["No videos selected"] = "Nie zaznaczono filmów"; -$a->strings["Recent Videos"] = "Ostatnio dodane filmy"; -$a->strings["Upload New Videos"] = "Wstaw nowe filmy"; -$a->strings["Invalid request."] = ""; -$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 %s"] = ""; -$a->strings["File upload failed."] = "Przesyłanie pliku nie powiodło się."; -$a->strings["Theme settings updated."] = "Ustawienia szablonu zmienione."; -$a->strings["Site"] = "Strona"; -$a->strings["Users"] = "Użytkownicy"; -$a->strings["Themes"] = "Temat"; -$a->strings["DB updates"] = "Aktualizacje DB"; -$a->strings["Inspect Queue"] = ""; -$a->strings["Federation Statistics"] = ""; -$a->strings["Logs"] = "Logi"; -$a->strings["View Logs"] = ""; -$a->strings["probe address"] = ""; -$a->strings["check webfinger"] = ""; -$a->strings["Plugin Features"] = "Polecane wtyczki"; -$a->strings["diagnostics"] = ""; -$a->strings["User registrations waiting for confirmation"] = "Rejestracje użytkownika czekają na potwierdzenie."; -$a->strings["unknown"] = ""; -$a->strings["This page offers you some numbers to the known part of the federated social network your Friendica node is part of. These numbers are not complete but only reflect the part of the network your node is aware of."] = ""; -$a->strings["The Auto Discovered Contact Directory feature is not enabled, it will improve the data displayed here."] = ""; -$a->strings["Administration"] = "Administracja"; -$a->strings["Currently this node is aware of %d nodes from the following platforms:"] = ""; -$a->strings["ID"] = ""; -$a->strings["Recipient Name"] = ""; -$a->strings["Recipient Profile"] = ""; -$a->strings["Created"] = ""; -$a->strings["Last Tried"] = ""; -$a->strings["This page lists the content of the queue for outgoing postings. These are postings the initial delivery failed for. They will be resend later and eventually deleted if the delivery fails permanently."] = ""; -$a->strings["Your DB still runs with MyISAM tables. You should change the engine type to InnoDB. As Friendica will use InnoDB only features in the future, you should change this! See here for a guide that may be helpful converting the table engines. You may also use the convert_innodb.sql in the /util directory of your Friendica installation.
    "] = ""; -$a->strings["You are using a MySQL version which does not support all features that Friendica uses. You should consider switching to MariaDB."] = ""; -$a->strings["Normal Account"] = "Konto normalne"; -$a->strings["Soapbox Account"] = "Konto Soapbox"; -$a->strings["Community/Celebrity Account"] = "Konto społeczności/gwiazdy"; -$a->strings["Automatic Friend Account"] = "Automatyczny przyjaciel konta"; -$a->strings["Blog Account"] = "Konto Bloga"; -$a->strings["Private Forum"] = "Forum Prywatne"; -$a->strings["Message queues"] = "Wiadomości"; -$a->strings["Summary"] = "Skrót"; -$a->strings["Registered users"] = "Zarejestrowani użytkownicy"; -$a->strings["Pending registrations"] = "Rejestracje w toku."; -$a->strings["Version"] = "Wersja"; -$a->strings["Active plugins"] = "Aktywne pluginy"; -$a->strings["Can not parse base url. Must have at least ://"] = ""; -$a->strings["RINO2 needs mcrypt php extension to work."] = ""; -$a->strings["Site settings updated."] = "Ustawienia strony zaktualizowane"; -$a->strings["No community page"] = ""; -$a->strings["Public postings from users of this site"] = ""; -$a->strings["Global community page"] = ""; -$a->strings["Never"] = "Nigdy"; -$a->strings["At post arrival"] = ""; -$a->strings["Disabled"] = ""; -$a->strings["Users, Global Contacts"] = ""; -$a->strings["Users, Global Contacts/fallback"] = ""; -$a->strings["One month"] = "Miesiąc"; -$a->strings["Three months"] = "Trzy miesiące"; -$a->strings["Half a year"] = "Pół roku"; -$a->strings["One year"] = "Rok"; -$a->strings["Multi user instance"] = "Tryb MultiUsera"; -$a->strings["Closed"] = "Zamknięty"; -$a->strings["Requires approval"] = "Wymagane zatwierdzenie."; -$a->strings["Open"] = "Otwórz"; -$a->strings["No SSL policy, links will track page SSL state"] = "Brak SSL , linki będą śledzić stan SSL ."; -$a->strings["Force all links to use SSL"] = "Wymuś by linki używały SSL."; -$a->strings["Self-signed certificate, use SSL for local links only (discouraged)"] = "Wewnętrzne Certyfikaty , użyj SSL tylko dla linków lokalnych . "; -$a->strings["File upload"] = "Plik załadowano"; -$a->strings["Policies"] = "zasady"; -$a->strings["Auto Discovered Contact Directory"] = ""; -$a->strings["Performance"] = "Ustawienia"; -$a->strings["Worker"] = ""; -$a->strings["Relocate - WARNING: advanced function. Could make this server unreachable."] = ""; -$a->strings["Site name"] = "Nazwa strony"; -$a->strings["Host name"] = ""; -$a->strings["Sender Email"] = ""; -$a->strings["The email address your server shall use to send notification emails from."] = ""; -$a->strings["Banner/Logo"] = "Logo"; -$a->strings["Shortcut icon"] = ""; -$a->strings["Link to an icon that will be used for browsers."] = ""; -$a->strings["Touch icon"] = ""; -$a->strings["Link to an icon that will be used for tablets and mobiles."] = ""; -$a->strings["Additional Info"] = "Dodatkowe informacje"; -$a->strings["For public servers: you can add additional information here that will be listed at %s/siteinfo."] = ""; -$a->strings["System language"] = "Język systemu"; -$a->strings["System theme"] = "Motyw systemowy"; -$a->strings["Default system theme - may be over-ridden by user profiles - change theme settings"] = "Domyślny motyw systemu - może być nadpisany przez profil użytkownika zmień ustawienia motywów"; -$a->strings["Mobile system theme"] = "Mobilny motyw systemowy"; -$a->strings["Theme for mobile devices"] = "Szablon dla mobilnych urządzeń"; -$a->strings["SSL link policy"] = "polityka SSL"; -$a->strings["Determines whether generated links should be forced to use SSL"] = "Określa kiedy generowane linki powinny używać wymuszonego 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"] = "Wyłącz pomoc w menu nawigacyjnym "; -$a->strings["Hides the menu entry for the Help pages from the navigation menu. You can still access it calling /help directly."] = "Chowa pozycje menu dla stron pomocy ze strony nawigacyjnej. Możesz nadal ją wywołać poprzez komendę /help."; -$a->strings["Single user instance"] = "Tryb SingleUsera"; -$a->strings["Make this instance multi-user or single-user for the named user"] = "Ustawia tryb multi lub single dla wybranych użytkowników."; -$a->strings["Maximum image size"] = "Maksymalny rozmiar zdjęcia"; -$a->strings["Maximum size in bytes of uploaded images. Default is 0, which means no limits."] = "Maksymalny rozmiar w bitach dla wczytywanego obrazu . Domyślnie jest to 0 , co oznacza bez limitu ."; -$a->strings["Maximum image length"] = "Maksymalna długość obrazu"; -$a->strings["Maximum length in pixels of the longest side of uploaded images. Default is -1, which means no limits."] = "Maksymalna długość najdłuższej strony przesyłanego obrazu w pikselach.\nDomyślnie jest to -1, co oznacza brak limitu."; -$a->strings["JPEG image quality"] = "jakość obrazu JPEG"; -$a->strings["Uploaded JPEGS will be saved at this quality setting [0-100]. Default is 100, which is full quality."] = "Wczytywanie JPEGS będzie zapisane z tymi ustawieniami jakości [0-100] . Domyslnie jest ustawione 100 co oznacza brak strat jakości . "; -$a->strings["Register policy"] = "Zarejestruj polisę"; -$a->strings["Maximum Daily Registrations"] = "Maksymalnie dziennych rejestracji"; -$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"] = "Zarejestruj tekst"; -$a->strings["Will be displayed prominently on the registration page."] = ""; -$a->strings["Accounts abandoned after x days"] = "Konto porzucone od x dni."; -$a->strings["Will not waste system resources polling external sites for abandonded accounts. Enter 0 for no time limit."] = "Nie będzie marnować zasobów systemu wypytując zewnętrzne strony o opuszczone konta. Ustaw 0 dla braku limitu czasu ."; -$a->strings["Allowed friend domains"] = "Dozwolone domeny przyjaciół"; -$a->strings["Comma separated list of domains which are allowed to establish friendships with this site. Wildcards are accepted. Empty to allow any domains"] = "Lista domen separowana przecinkami które mogą zaprzyjaźnić się z tą stroną . Wildcards są akceptowane . Pozostaw puste by zezwolić każdej domenie na zapryjaźnienie. "; -$a->strings["Allowed email domains"] = "Dozwolone domeny e-mailowe"; -$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"] = "Blokuj publicznie"; -$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"] = "Wymuś publikację"; -$a->strings["Check to force all profiles on this site to be listed in the site directory."] = ""; -$a->strings["Global directory URL"] = ""; -$a->strings["URL to the global directory. If this is not set, the global directory is completely unavailable to the application."] = ""; -$a->strings["Allow threaded items"] = "Zezwalaj na wątkowanie tematów"; -$a->strings["Allow infinite level threading for items on this site."] = "Zezwalaj na nieograniczoną liczbę wątków tematycznych na tej stronie."; -$a->strings["Private posts by default for new users"] = "Prywatne posty domyślnie dla nowych użytkowników"; -$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"] = "Nie wklejaj zawartości postu do powiadomienia o poczcie"; -$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."] = "W celu ochrony prywatności, nie włączaj zawartości postu/komentarza/wiadomości prywatnej/etc. do powiadomień w wiadomościach mailowych wysyłanych z tej strony."; -$a->strings["Disallow public access to addons listed in the apps menu."] = "Nie zezwalaj na publiczny dostęp do dodatkowych wtyczek wyszczególnionych w menu aplikacji."; -$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"] = "Zablokuj wielokrotną rejestrację"; -$a->strings["Disallow users to register additional accounts for use as pages."] = "Nie pozwalaj użytkownikom na zakładanie dodatkowych kont do używania jako strony. "; -$a->strings["OpenID support"] = "Wsparcie OpenID"; -$a->strings["OpenID support for registration and logins."] = ""; -$a->strings["Fullname check"] = "Sprawdzanie pełnej nazwy"; -$a->strings["Force users to register with a space between firstname and lastname in Full name, as an antispam measure"] = "Aby ograniczyć spam, wymagaj by użytkownik przy rejestracji w polu Imię i nazwisko użył spacji pomiędzy imieniem i nazwiskiem."; -$a->strings["UTF-8 Regular expressions"] = "Wyrażenia regularne UTF-8"; -$a->strings["Use PHP UTF8 regular expressions"] = "Użyj regularnych wyrażeń PHP UTF8"; -$a->strings["Community Page Style"] = ""; -$a->strings["Type of community page to show. 'Global community' shows every public posting from an open distributed network that arrived on this server."] = ""; -$a->strings["Posts per user on community page"] = ""; -$a->strings["The maximum number of posts per user on the community page. (Not valid for 'Global Community')"] = ""; -$a->strings["Enable OStatus support"] = "Włącz wsparcie OStatus"; -$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["Only import OStatus threads from our contacts"] = ""; -$a->strings["Normally we import every content from our OStatus contacts. With this option we only store threads that are started by a contact that is known on our system."] = ""; -$a->strings["OStatus support can only be enabled if threading is enabled."] = ""; -$a->strings["Diaspora support can't be enabled because Friendica was installed into a sub directory."] = ""; -$a->strings["Enable Diaspora support"] = "Włączyć obsługę Diaspory"; -$a->strings["Provide built-in Diaspora network compatibility."] = ""; -$a->strings["Only allow Friendica contacts"] = "Dopuść tylko kontakty Friendrica"; -$a->strings["All contacts must use Friendica protocols. All other built-in communication protocols disabled."] = ""; -$a->strings["Verify SSL"] = "Weryfikacja 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"] = "Użytkownik proxy"; -$a->strings["Proxy URL"] = "URL Proxy"; -$a->strings["Network timeout"] = "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["Maximum Load Average (Frontend)"] = ""; -$a->strings["Maximum system load before the frontend quits service - default 50."] = ""; -$a->strings["Maximum table size for optimization"] = ""; -$a->strings["Maximum table size (in MB) for the automatic optimization - default 100 MB. Enter -1 to disable it."] = ""; -$a->strings["Minimum level of fragmentation"] = ""; -$a->strings["Minimum fragmenation level to start the automatic optimization - default value is 30%."] = ""; -$a->strings["Periodical check of global contacts"] = ""; -$a->strings["If enabled, the global contacts are checked periodically for missing or outdated data and the vitality of the contacts and servers."] = ""; -$a->strings["Days between requery"] = ""; -$a->strings["Number of days after which a server is requeried for his contacts."] = ""; -$a->strings["Discover contacts from other servers"] = ""; -$a->strings["Periodically query other servers for contacts. You can choose between 'users': the users on the remote system, 'Global Contacts': active contacts that are known on the system. The fallback is meant for Redmatrix servers and older friendica servers, where global contacts weren't available. The fallback increases the server load, so the recommened setting is 'Users, Global Contacts'."] = ""; -$a->strings["Timeframe for fetching global contacts"] = ""; -$a->strings["When the discovery is activated, this value defines the timeframe for the activity of the global contacts that are fetched from other servers."] = ""; -$a->strings["Search the local directory"] = ""; -$a->strings["Search the local directory instead of the global directory. When searching locally, every search will be executed on the global directory in the background. This improves the search results when the search is repeated."] = ""; -$a->strings["Publish server information"] = ""; -$a->strings["If enabled, general server and usage data will be published. The data contains the name and version of the server, number of users with public profiles, number of posts and the activated protocols and connectors. See the-federation.info for details."] = ""; -$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["Suppress Tags"] = ""; -$a->strings["Suppress showing a list of hashtags at the end of the posting."] = ""; -$a->strings["Path to item cache"] = ""; -$a->strings["The item caches buffers generated bbcode and external images."] = ""; -$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["The lock file is used to avoid multiple pollers at one time. Only define a folder here."] = ""; -$a->strings["Temp path"] = "Ścieżka do Temp"; -$a->strings["If you have a restricted system where the webserver can't access the system temp path, enter another path here."] = ""; -$a->strings["Base path to installation"] = ""; -$a->strings["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."] = ""; -$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["Enable old style pager"] = ""; -$a->strings["The old style pager has page numbers but slows down massively the page speed."] = ""; -$a->strings["Only search in tags"] = ""; -$a->strings["On large systems the text search can slow down the system extremely."] = ""; -$a->strings["New base url"] = ""; -$a->strings["Change base url for this server. Sends relocate message to all DFRN contacts of all users."] = ""; -$a->strings["RINO Encryption"] = ""; -$a->strings["Encryption layer between nodes."] = ""; -$a->strings["Embedly API key"] = ""; -$a->strings["Embedly is used to fetch additional data for web pages. This is an optional parameter."] = ""; -$a->strings["Enable 'worker' background processing"] = ""; -$a->strings["The worker background processing limits the number of parallel background jobs to a maximum number and respects the system load."] = ""; -$a->strings["Maximum number of parallel workers"] = ""; -$a->strings["On shared hosters set this to 2. On larger systems, values of 10 are great. Default value is 4."] = ""; -$a->strings["Don't use 'proc_open' with the worker"] = ""; -$a->strings["Enable this if your system doesn't allow the use of 'proc_open'. This can happen on shared hosters. If this is enabled you should increase the frequency of poller calls in your crontab."] = ""; -$a->strings["Enable fastlane"] = ""; -$a->strings["When enabed, the fastlane mechanism starts an additional worker if processes with higher priority are blocked by processes of lower priority."] = ""; -$a->strings["Enable frontend worker"] = ""; -$a->strings["When enabled the Worker process is triggered when backend access is performed (e.g. messages being delivered). On smaller sites you might want to call yourdomain.tld/worker on a regular basis via an external cron job. You should only enable this option if you cannot utilize cron/scheduled jobs on your server. The worker background process needs to be activated for this."] = ""; -$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."] = "Brak błędów aktualizacji."; -$a->strings["Check database structure"] = ""; -$a->strings["Failed Updates"] = "Błąd aktualizacji"; -$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["%s user blocked/unblocked"] = [ - 0 => "", - 1 => "", - 2 => "", -]; -$a->strings["%s user deleted"] = [ - 0 => " %s użytkownik usunięty", - 1 => " %s użytkownicy usunięci", - 2 => " %s usuniętych użytkowników ", -]; -$a->strings["User '%s' deleted"] = "Użytkownik '%s' usunięty"; -$a->strings["User '%s' unblocked"] = "Użytkownik '%s' odblokowany"; -$a->strings["User '%s' blocked"] = "Użytkownik '%s' zablokowany"; -$a->strings["Register date"] = "Data rejestracji"; -$a->strings["Last login"] = "Ostatnie logowanie"; -$a->strings["Last item"] = "Ostatni element"; -$a->strings["Add User"] = ""; -$a->strings["select all"] = "Zaznacz wszystko"; -$a->strings["User registrations waiting for confirm"] = "zarejestrowany użytkownik czeka na potwierdzenie"; -$a->strings["User waiting for permanent deletion"] = "Użytkownik czekający na trwałe usunięcie"; -$a->strings["Request date"] = "Data prośby"; -$a->strings["No registrations."] = "brak rejestracji"; -$a->strings["Note from the user"] = ""; -$a->strings["Deny"] = "Odmów"; -$a->strings["Block"] = "Zablokuj"; -$a->strings["Unblock"] = "Odblokuj"; -$a->strings["Site admin"] = "Administracja stroną"; -$a->strings["Account expired"] = "Konto wygasło."; -$a->strings["New User"] = ""; -$a->strings["Deleted since"] = "Skasowany od"; -$a->strings["Selected users will be deleted!\\n\\nEverything these users had posted on this site will be permanently deleted!\\n\\nAre you sure?"] = "Zaznaczeni użytkownicy zostaną usunięci!\\n\\nWszystko co zamieścili na tej stronie będzie trwale skasowane!\\n\\nJesteś pewien?"; -$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?"] = "Użytkownik {0} zostanie usunięty!\\n\\nWszystko co zamieścił na tej stronie będzie trwale skasowane!\\n\\nJesteś pewien?"; -$a->strings["Name of the new user."] = "Nazwa nowego użytkownika."; -$a->strings["Nickname"] = ""; -$a->strings["Nickname of the new user."] = ""; -$a->strings["Email address of the new user."] = "Adres email nowego użytkownika."; -$a->strings["Plugin %s disabled."] = "Wtyczka %s wyłączona."; -$a->strings["Plugin %s enabled."] = "Wtyczka %s właczona."; -$a->strings["Disable"] = "Wyłącz"; -$a->strings["Enable"] = "Zezwól"; -$a->strings["Toggle"] = "Włącz"; -$a->strings["Author: "] = "Autor: "; -$a->strings["Maintainer: "] = ""; -$a->strings["Reload active plugins"] = ""; -$a->strings["There are currently no plugins available on your node. You can find the official plugin repository at %1\$s and might find other interesting plugins in the open plugin registry at %2\$s"] = ""; -$a->strings["No themes found."] = "Nie znaleziono tematu."; -$a->strings["Screenshot"] = "Zrzut ekranu"; -$a->strings["Reload active themes"] = ""; -$a->strings["No themes found on the system. They should be paced in %1\$s"] = ""; -$a->strings["[Experimental]"] = "[Eksperymentalne]"; -$a->strings["[Unsupported]"] = "[Niewspieralne]"; -$a->strings["Log settings updated."] = "Zaktualizowano ustawienia logów."; -$a->strings["PHP log currently enabled."] = ""; -$a->strings["PHP log currently disabled."] = ""; -$a->strings["Clear"] = "Wyczyść"; -$a->strings["Enable Debugging"] = ""; -$a->strings["Log file"] = "Plik logów"; -$a->strings["Must be writable by web server. Relative to your Friendica top-level directory."] = ""; -$a->strings["Log level"] = "Poziom logów"; -$a->strings["PHP logging"] = ""; -$a->strings["To enable logging of PHP errors and warnings you can add the following to the .htconfig.php file of your installation. The filename set in the 'error_log' line is relative to the friendica top-level directory and must be writeable by the web server. The option '1' for 'log_errors' and 'display_errors' is to enable these options, set to '0' to disable them."] = ""; -$a->strings["Lock feature %s"] = ""; -$a->strings["Manage Additional Features"] = ""; -$a->strings["%d contact edited."] = [ - 0 => "", - 1 => "", - 2 => "", -]; -$a->strings["Could not access contact record."] = "Nie można uzyskać dostępu do rejestru kontaktów."; -$a->strings["Could not locate selected profile."] = "Nie można znaleźć wybranego profilu."; -$a->strings["Contact updated."] = "Kontakt zaktualizowany"; -$a->strings["Failed to update contact record."] = "Aktualizacja nagrania kontaktu nie powiodła się."; -$a->strings["Contact has been blocked"] = "Kontakt został zablokowany"; -$a->strings["Contact has been unblocked"] = "Kontakt został odblokowany"; -$a->strings["Contact has been ignored"] = "Kontakt jest ignorowany"; -$a->strings["Contact has been unignored"] = "Kontakt nie jest ignorowany"; -$a->strings["Contact has been archived"] = "Kontakt został zarchiwizowany"; -$a->strings["Contact has been unarchived"] = ""; -$a->strings["Drop contact"] = ""; -$a->strings["Do you really want to delete this contact?"] = "Czy na pewno chcesz usunąć ten kontakt?"; -$a->strings["Contact has been removed."] = "Kontakt został usunięty."; -$a->strings["You are mutual friends with %s"] = "Jesteś już znajomym z %s"; -$a->strings["You are sharing with %s"] = "Współdzielisz z %s"; -$a->strings["%s is sharing with you"] = "%s współdzieli z tobą"; -$a->strings["Private communications are not available for this contact."] = "Prywatna rozmowa jest niemożliwa dla tego kontaktu"; -$a->strings["(Update was successful)"] = "(Aktualizacja przebiegła pomyślnie)"; -$a->strings["(Update was not successful)"] = "(Aktualizacja nie powiodła się)"; -$a->strings["Suggest friends"] = "Osoby, które możesz znać"; -$a->strings["Network type: %s"] = "Typ sieci: %s"; -$a->strings["Communications lost with this contact!"] = "Komunikacja przerwana z tym kontaktem!"; -$a->strings["Fetch further information for feeds"] = ""; -$a->strings["Fetch information"] = ""; -$a->strings["Fetch information and keywords"] = ""; -$a->strings["Contact"] = ""; -$a->strings["Profile Visibility"] = "Widoczność profilu"; -$a->strings["Please choose the profile you would like to display to %s when viewing your profile securely."] = "Wybierz profil, który chcesz bezpiecznie wyświetlić %s"; -$a->strings["Contact Information / Notes"] = "Informacja o kontakcie / Notka"; -$a->strings["Edit contact notes"] = "Edytuj notatki kontaktu"; -$a->strings["Block/Unblock contact"] = "Zablokuj/odblokuj kontakt"; -$a->strings["Ignore contact"] = "Ignoruj kontakt"; -$a->strings["Repair URL settings"] = "Napraw ustawienia adresu"; -$a->strings["View conversations"] = "Zobacz rozmowę"; -$a->strings["Last update:"] = "Ostatnia aktualizacja:"; -$a->strings["Update public posts"] = "Zaktualizuj publiczne posty"; -$a->strings["Update now"] = "Aktualizuj teraz"; -$a->strings["Unignore"] = "Odblokuj"; -$a->strings["Currently blocked"] = "Obecnie zablokowany"; -$a->strings["Currently ignored"] = "Obecnie zignorowany"; -$a->strings["Currently archived"] = "Obecnie zarchiwizowany"; -$a->strings["Replies/likes to your public posts may still be visible"] = "Odpowiedzi/kliknięcia \"lubię to\" do twoich publicznych postów nadal mogą być widoczne"; -$a->strings["Notification for new posts"] = ""; -$a->strings["Send a notification of every new post of this contact"] = ""; -$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["Actions"] = ""; -$a->strings["Contact Settings"] = ""; -$a->strings["Suggestions"] = "Sugestie"; -$a->strings["Suggest potential friends"] = "Sugerowani znajomi"; -$a->strings["Show all contacts"] = "Pokaż wszystkie kontakty"; -$a->strings["Unblocked"] = "Odblokowany"; -$a->strings["Only show unblocked contacts"] = "Pokaż tylko odblokowane kontakty"; -$a->strings["Blocked"] = "Zablokowany"; -$a->strings["Only show blocked contacts"] = "Pokaż tylko zablokowane kontakty"; -$a->strings["Ignored"] = "Zignorowany"; -$a->strings["Only show ignored contacts"] = "Pokaż tylko ignorowane kontakty"; -$a->strings["Archived"] = "Zarchiwizowane"; -$a->strings["Only show archived contacts"] = "Pokaż tylko zarchiwizowane kontakty"; -$a->strings["Hidden"] = "Ukryty"; -$a->strings["Only show hidden contacts"] = "Pokaż tylko ukryte kontakty"; -$a->strings["Search your contacts"] = "Wyszukaj w kontaktach"; -$a->strings["Archive"] = "Archiwum"; -$a->strings["Unarchive"] = "Przywróć z archiwum"; -$a->strings["Batch Actions"] = ""; -$a->strings["View all contacts"] = "Zobacz wszystkie kontakty"; -$a->strings["View all common friends"] = ""; -$a->strings["Advanced Contact Settings"] = "Zaawansowane ustawienia kontaktów"; -$a->strings["Mutual Friendship"] = "Wzajemna przyjaźń"; -$a->strings["is a fan of yours"] = "jest twoim fanem"; -$a->strings["you are a fan of"] = "jesteś fanem"; -$a->strings["Toggle Blocked status"] = ""; -$a->strings["Toggle Ignored status"] = ""; -$a->strings["Toggle Archive status"] = ""; -$a->strings["Delete contact"] = "Usuń kontakt"; -$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."] = "Odpowiedź do zdalnej strony nie została zrozumiana"; -$a->strings["Unexpected response from remote site: "] = "Nieoczekiwana odpowiedź od strony zdalnej"; -$a->strings["Confirmation completed successfully."] = "Potwierdzenie ukończone poprawnie"; -$a->strings["Remote site reported: "] = "Zdalna strona zgłoszona:"; -$a->strings["Temporary failure. Please wait and try again."] = "Tymczasowo uszkodzone. Proszę poczekać i spróbować później."; -$a->strings["Introduction failed or was revoked."] = "Nieudane lub unieważnione wprowadzenie."; -$a->strings["Unable to set contact photo."] = "Nie można ustawić zdjęcia kontaktu."; -$a->strings["No user record found for '%s' "] = "Nie znaleziono użytkownika dla '%s'"; -$a->strings["Our site encryption key is apparently messed up."] = "Klucz kodujący jest najwyraźniej zepsuty"; -$a->strings["Empty site URL was provided or URL could not be decrypted by us."] = "Został dostarczony pusty URL lub nie może zostać rozszyfrowany przez nas."; -$a->strings["Contact record was not found for you on our site."] = "Nie znaleziono kontaktu na naszej stronie"; -$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."] = "ID dostarczone przez Twój system jest już w naszeym systemie. Powinno zadziałać jeżeli spróbujesz ponownie."; -$a->strings["Unable to set your contact credentials on our system."] = "Niezdolny do ustalenie tożsamości twoich kontaktów w naszym systemie"; -$a->strings["Unable to update your contact profile details on our system"] = "Niezdolny do aktualizacji szczegółowych danych profilowych twoich kontaktów w naszym systemie"; -$a->strings["%1\$s has joined %2\$s"] = "%1\$s dołączył/a do %2\$s"; -$a->strings["This introduction has already been accepted."] = "To wprowadzenie zostało już zaakceptowane."; -$a->strings["Profile location is not valid or does not contain profile information."] = "Położenie profilu jest niepoprawne lub nie zawiera żadnych informacji."; -$a->strings["Warning: profile location has no identifiable owner name."] = "Ostrzeżenie: położenie profilu ma taką samą nazwę jak użytkownik."; -$a->strings["Warning: profile location has no profile photo."] = "Ostrzeżenie: położenie profilu nie zawiera zdjęcia."; -$a->strings["%d required parameter was not found at the given location"] = [ - 0 => "%d wymagany parametr nie został znaleziony w podanej lokacji", - 1 => "%d wymagane parametry nie zostały znalezione w podanej lokacji", - 2 => "%d wymagany parametr nie został znaleziony w podanej lokacji", -]; -$a->strings["Introduction complete."] = "wprowadzanie zakończone."; -$a->strings["Unrecoverable protocol error."] = "Nieodwracalny błąd protokołu."; -$a->strings["Profile unavailable."] = "Profil niedostępny."; -$a->strings["%s has received too many connection requests today."] = "%s otrzymał dziś zbyt wiele żądań połączeń."; -$a->strings["Spam protection measures have been invoked."] = "Ochrona przed spamem została wywołana."; -$a->strings["Friends are advised to please try again in 24 hours."] = "Przyjaciele namawiają do spróbowania za 24h."; -$a->strings["Invalid locator"] = "Niewłaściwy lokalizator "; -$a->strings["Invalid email address."] = "Nieprawidłowy adres email."; -$a->strings["This account has not been configured for email. Request failed."] = "Te konto nie zostało skonfigurowane do poczty e mail . Niepowodzenie ."; -$a->strings["You have already introduced yourself here."] = "Już się tu przedstawiłeś."; -$a->strings["Apparently you are already friends with %s."] = "Widocznie jesteście już znajomymi z %s"; -$a->strings["Invalid profile URL."] = "Zły adres URL profilu."; -$a->strings["Your introduction has been sent."] = "Twoje dane zostały wysłane."; -$a->strings["Remote subscription can't be done for your network. Please subscribe directly on your system."] = ""; -$a->strings["Please login to confirm introduction."] = "Proszę zalogować się do potwierdzenia wstępu."; -$a->strings["Incorrect identity currently logged in. Please login to this profile."] = "Niepoprawna tożsamość obecnego użytkownika. Proszę zalogować się na tego użytkownika. "; -$a->strings["Confirm"] = "Potwierdź"; -$a->strings["Hide this contact"] = "Ukryj kontakt"; -$a->strings["Welcome home %s."] = "Welcome home %s."; -$a->strings["Please confirm your introduction/connection request to %s."] = "Proszę potwierdzić swój wstęp/prośbę o połączenie do %s."; -$a->strings["Please enter your 'Identity Address' from one of the following supported communications networks:"] = "Proszę podaj swój \"Adres tożsamości \" z jednej z możliwych wspieranych sieci komunikacyjnych ."; -$a->strings["If you are not yet a member of the free social web, follow this link to find a public Friendica site and join us today."] = ""; -$a->strings["Friend/Connection Request"] = "Przyjaciel/Prośba o połączenie"; -$a->strings["Examples: jojo@demo.friendica.com, http://demo.friendica.com/profile/jojo, testuser@identi.ca"] = "Przykład : jojo@demo.friendica.com , http://demofriendica.com/profile/jojo , testuser@identi.ca"; -$a->strings["Please answer the following:"] = "Proszę odpowiedzieć na poniższe:"; -$a->strings["Does %s know you?"] = "Czy %s Cię zna?"; -$a->strings["Add a personal note:"] = "Dodaj osobistą notkę:"; -$a->strings["StatusNet/Federated Social Web"] = "StatusNet/Federated Sieć społeczna"; -$a->strings[" - please do not use this form. Instead, enter %s into your Diaspora search bar."] = "- proszę wyraź to inaczej . Zamiast tego ,wprowadź %s do swojej belki wyszukiwarki."; -$a->strings["Your Identity Address:"] = "Twój zidentyfikowany adres:"; -$a->strings["Submit Request"] = "Wyślij zgłoszenie"; -$a->strings["You already added this contact."] = ""; -$a->strings["Diaspora support isn't enabled. Contact can't be added."] = ""; -$a->strings["OStatus support is disabled. Contact can't be added."] = ""; -$a->strings["The network type couldn't be detected. Contact can't be added."] = ""; -$a->strings["Contact added"] = "Kontakt dodany"; -$a->strings["Friendica Communications Server - Setup"] = ""; -$a->strings["Could not connect to database."] = "Nie można nawiązać połączenia z bazą danych"; -$a->strings["Could not create table."] = "Nie mogę stworzyć tabeli."; -$a->strings["Your Friendica site database has been installed."] = ""; -$a->strings["You may need to import the file \"database.sql\" manually using phpmyadmin or mysql."] = "Może być konieczne zaimportowanie pliku \"database.sql\" ręcznie, używając phpmyadmin lub mysql."; -$a->strings["Please see the file \"INSTALL.txt\"."] = "Proszę przejrzeć plik \"INSTALL.txt\"."; -$a->strings["Database already in use."] = ""; -$a->strings["System check"] = "Sprawdzanie systemu"; -$a->strings["Check again"] = "Sprawdź ponownie"; -$a->strings["Database connection"] = "Połączenie z bazą danych"; -$a->strings["In order to install Friendica we need to know how to connect to your database."] = "W celu zainstalowania Friendica musimy wiedzieć jak połączyć się z twoją bazą danych."; -$a->strings["Please contact your hosting provider or site administrator if you have questions about these settings."] = "Proszę skontaktuj się ze swoim dostawcą usług hostingowych bądź administratorem strony jeśli masz pytania co do tych ustawień ."; -$a->strings["The database you specify below should already exist. If it does not, please create it before continuing."] = "Wymieniona przez Ciebie baza danych powinna już istnieć. Jeżeli nie, utwórz ją przed kontynuacją."; -$a->strings["Database Server Name"] = "Baza danych - Nazwa serwera"; -$a->strings["Database Login Name"] = "Baza danych - Nazwa loginu"; -$a->strings["Database Login Password"] = "Baza danych - Hasło loginu"; -$a->strings["Database Name"] = "Baza danych - Nazwa"; -$a->strings["Site administrator email address"] = "Adres e-mail administratora strony"; -$a->strings["Your account email address must match this in order to use the web admin panel."] = ""; -$a->strings["Please select a default timezone for your website"] = "Proszę wybrać domyślną strefę czasową dla swojej strony"; -$a->strings["Site settings"] = "Ustawienia strony"; -$a->strings["System Language:"] = ""; -$a->strings["Set the default language for your Friendica installation interface and to send emails."] = ""; -$a->strings["Could not find a command line version of PHP in the web server PATH."] = "Nie można znaleźć wersji PHP komendy w serwerze PATH"; -$a->strings["If you don't have a command line version of PHP installed on server, you will not be able to run background polling via cron. See 'Setup the poller'"] = ""; -$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"] = "Linia komend PHP"; -$a->strings["PHP executable is not the php cli binary (could be cgi-fgci version)"] = ""; -$a->strings["Found PHP version: "] = "Znaleziono wersje PHP:"; -$a->strings["PHP cli binary"] = ""; -$a->strings["The command line version of PHP on your system does not have \"register_argc_argv\" enabled."] = "Wersja linii poleceń PHP w twoim systemie nie ma aktywowanego \"register_argc_argv\"."; -$a->strings["This is required for message delivery to work."] = "To jest wymagane do dostarczenia wiadomości do pracy."; -$a->strings["PHP register_argc_argv"] = ""; -$a->strings["Error: the \"openssl_pkey_new\" function on this system is not able to generate encryption keys"] = "Błąd : funkcja systemu \"openssl_pkey_new\" nie jest w stanie wygenerować klucza szyfrującego ."; -$a->strings["If running under Windows, please see \"http://www.php.net/manual/en/openssl.installation.php\"."] = "Jeśli korzystasz z Windowsa, proszę odwiedzić \"http://www.php.net/manual/en/openssl.installation.php\"."; -$a->strings["Generate encryption keys"] = "Generuj klucz kodowania"; -$a->strings["libCurl PHP module"] = "Moduł libCurl PHP"; -$a->strings["GD graphics PHP module"] = "Moduł PHP-GD"; -$a->strings["OpenSSL PHP module"] = "Moduł PHP OpenSSL"; -$a->strings["mysqli PHP module"] = "Moduł mysql PHP"; -$a->strings["mb_string PHP module"] = "Moduł mb_string PHP"; -$a->strings["mcrypt PHP module"] = ""; -$a->strings["XML PHP module"] = ""; -$a->strings["iconv module"] = ""; -$a->strings["Apache mod_rewrite module"] = "Moduł Apache mod_rewrite"; -$a->strings["Error: Apache webserver mod-rewrite module is required but not installed."] = "Błąd: moduł Apache webserver mod-rewrite jest potrzebny, jednakże nie jest zainstalowany."; -$a->strings["Error: libCURL PHP module required but not installed."] = "Błąd: libCURL PHP wymagany moduł, lecz nie zainstalowany."; -$a->strings["Error: GD graphics PHP module with JPEG support required but not installed."] = "Błąd: moduł graficzny GD z PHP potrzebuje wsparcia technicznego JPEG, jednakże on nie jest zainstalowany."; -$a->strings["Error: openssl PHP module required but not installed."] = "Błąd: openssl PHP wymagany moduł, lecz nie zainstalowany."; -$a->strings["Error: mysqli PHP module required but not installed."] = "Błąd: mysqli PHP wymagany moduł, lecz nie zainstalowany."; -$a->strings["Error: mb_string PHP module required but not installed."] = "Błąd: moduł PHP mb_string jest wymagany ale nie jest zainstalowany"; -$a->strings["Error: mcrypt PHP module required but not installed."] = ""; -$a->strings["Error: iconv PHP module required but not installed."] = ""; -$a->strings["If you are using php_cli, please make sure that mcrypt module is enabled in its config file"] = ""; -$a->strings["Function mcrypt_create_iv() is not defined. This is needed to enable RINO2 encryption layer."] = ""; -$a->strings["mcrypt_create_iv() function"] = ""; -$a->strings["Error, XML 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."] = "Instalator WWW musi być w stanie utworzyć plik o nazwie \". Htconfig.php\" i nie jest w stanie tego zrobić."; -$a->strings["This is most often a permission setting, as the web server may not be able to write files in your folder - even if you can."] = ""; -$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"] = ".htconfig.php jest zapisywalny"; -$a->strings["Friendica uses the Smarty3 template engine to render its web views. Smarty3 compiles templates to PHP to speed up rendering."] = ""; -$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["ImageMagick PHP extension is not installed"] = ""; -$a->strings["ImageMagick PHP extension is installed"] = ""; -$a->strings["ImageMagick supports GIF"] = ""; -$a->strings["The database configuration file \".htconfig.php\" could not be written. Please use the enclosed text to create a configuration file in your web server root."] = "Konfiguracja bazy danych pliku \".htconfig.php\" nie mogła zostać zapisana. Proszę użyć załączonego tekstu, aby utworzyć folder konfiguracyjny w sieci serwera."; -$a->strings["

    What next

    "] = "

    Co dalej

    "; -$a->strings["IMPORTANT: You will need to [manually] setup a scheduled task for the poller."] = "WAŻNE: Musisz [ręcznie] skonfigurowć zaplanowane zadanie dla poller."; -$a->strings["Unable to locate original post."] = "Nie można zlokalizować oryginalnej wiadomości."; -$a->strings["Empty post discarded."] = "Pusty wpis wyrzucony."; -$a->strings["System error. Post not saved."] = "Błąd. Post niezapisany."; -$a->strings["This message was sent to you by %s, a member of the Friendica social network."] = "Wiadomość została wysłana do ciebie od %s , członka portalu Friendica"; -$a->strings["You may visit them online at %s"] = "Możesz ich odwiedzić online u %s"; -$a->strings["Please contact the sender by replying to this post if you do not wish to receive these messages."] = "Skontaktuj się z nadawcą odpowiadając na ten post jeśli nie chcesz otrzymywać tych wiadomości."; -$a->strings["%s posted an update."] = "%s zaktualizował wpis."; -$a->strings["Warning: This group contains %s member from a network that doesn't allow non public messages."] = [ - 0 => "", - 1 => "", - 2 => "", -]; -$a->strings["Messages in this group won't be send to these receivers."] = ""; -$a->strings["Private messages to this person are at risk of public disclosure."] = "Prywatne wiadomości do tej osoby mogą zostać publicznie ujawnione "; -$a->strings["Invalid contact."] = "Zły kontakt"; -$a->strings["Commented Order"] = "Porządek wg komentarzy"; -$a->strings["Sort by Comment Date"] = "Sortuj po dacie komentarza"; -$a->strings["Posted Order"] = "Porządek wg wpisów"; -$a->strings["Sort by Post Date"] = "Sortuj po dacie posta"; -$a->strings["Posts that mention or involve you"] = ""; -$a->strings["New"] = "Nowy"; -$a->strings["Activity Stream - by date"] = ""; -$a->strings["Shared Links"] = "Współdzielone linki"; -$a->strings["Interesting Links"] = "Interesujące linki"; -$a->strings["Starred"] = "Ulubione"; -$a->strings["Favourite Posts"] = "Ulubione posty"; -$a->strings["{0} wants to be your friend"] = "{0} chce być Twoim znajomym"; -$a->strings["{0} sent you a message"] = "{0} wysyła Ci wiadomość"; -$a->strings["{0} requested registration"] = "{0} żądana rejestracja"; -$a->strings["No contacts."] = "brak kontaktów"; -$a->strings["via"] = "przez"; -$a->strings["Repeat the image"] = ""; -$a->strings["Will repeat your image to fill the background."] = ""; -$a->strings["Stretch"] = ""; -$a->strings["Will stretch to width/height of the image."] = ""; -$a->strings["Resize fill and-clip"] = ""; -$a->strings["Resize to fill and retain aspect ratio."] = ""; -$a->strings["Resize best fit"] = ""; -$a->strings["Resize to best fit and retain aspect ratio."] = ""; -$a->strings["Default"] = ""; -$a->strings["Note: "] = ""; -$a->strings["Check image permissions if all users are allowed to visit the image"] = ""; -$a->strings["Select scheme"] = ""; -$a->strings["Navigation bar background color"] = ""; -$a->strings["Navigation bar icon color "] = ""; -$a->strings["Link color"] = ""; -$a->strings["Set the background color"] = ""; -$a->strings["Content background transparency"] = ""; -$a->strings["Set the background image"] = ""; -$a->strings["Guest"] = ""; -$a->strings["Visitor"] = ""; -$a->strings["Alignment"] = "Wyrównanie"; -$a->strings["Left"] = "Lewo"; -$a->strings["Center"] = "Środek"; -$a->strings["Color scheme"] = "Zestaw kolorów"; -$a->strings["Posts font size"] = ""; -$a->strings["Textareas font size"] = ""; -$a->strings["Community Profiles"] = ""; -$a->strings["Last users"] = "Ostatni użytkownicy"; -$a->strings["Find Friends"] = "Znajdź znajomych"; -$a->strings["Local Directory"] = ""; -$a->strings["Quick Start"] = ""; -$a->strings["Connect Services"] = "Połączone serwisy"; -$a->strings["Comma separated list of helper forums"] = ""; -$a->strings["Set style"] = ""; -$a->strings["Community Pages"] = "Strony społecznościowe"; -$a->strings["Help or @NewHere ?"] = ""; -$a->strings["greenzero"] = ""; -$a->strings["purplezero"] = ""; -$a->strings["easterbunny"] = ""; -$a->strings["darkzero"] = ""; -$a->strings["comix"] = ""; -$a->strings["slackr"] = ""; -$a->strings["Variations"] = ""; -$a->strings["Delete this item?"] = "Usunąć ten element?"; -$a->strings["show fewer"] = "Pokaż mniej"; -$a->strings["Update %s failed. See error logs."] = ""; $a->strings["Create a New Account"] = "Załóż nowe konto"; $a->strings["Password: "] = "Hasło:"; $a->strings["Remember me"] = "Zapamiętaj mnie"; $a->strings["Or login using OpenID: "] = "Lub zaloguj się korzystając z OpenID:"; $a->strings["Forgot your password?"] = "Zapomniałeś swojego hasła?"; -$a->strings["Website Terms of Service"] = ""; +$a->strings["Website Terms of Service"] = "Warunki korzystania z witryny"; $a->strings["terms of service"] = "warunki użytkowania"; -$a->strings["Website Privacy Policy"] = ""; +$a->strings["Website Privacy Policy"] = "Polityka Prywatności Witryny"; $a->strings["privacy policy"] = "polityka prywatności"; +$a->strings["Logged out."] = "Wyloguj"; +$a->strings["Delete this item?"] = "Usunąć ten element?"; +$a->strings["show fewer"] = "Pokaż mniej"; +$a->strings["greenzero"] = ""; +$a->strings["purplezero"] = ""; +$a->strings["easterbunny"] = "Zajączek wielkanocny"; +$a->strings["darkzero"] = ""; +$a->strings["comix"] = ""; +$a->strings["slackr"] = ""; +$a->strings["Variations"] = "Zmiana"; +$a->strings["Repeat the image"] = "Powtórz obraz"; +$a->strings["Will repeat your image to fill the background."] = "Powtarza twój obraz, aby wypełnić tło."; +$a->strings["Stretch"] = ""; +$a->strings["Will stretch to width/height of the image."] = "Rozciągnie się do szerokości/wysokości obrazu."; +$a->strings["Resize fill and-clip"] = "Zmień rozmiar wypełnienia i klipu"; +$a->strings["Resize to fill and retain aspect ratio."] = "Zmień rozmiar, aby wypełnić i zachować proporcje."; +$a->strings["Resize best fit"] = "Zmień rozmiar, aby najlepiej dopasować"; +$a->strings["Resize to best fit and retain aspect ratio."] = "Zmień rozmiar, aby jak najlepiej dopasować i zachować proporcje."; +$a->strings["Default"] = "Domyślne"; +$a->strings["Note"] = "Uwaga"; +$a->strings["Check image permissions if all users are allowed to visit the image"] = "Sprawdź uprawnienia do obrazu, jeśli wszyscy użytkownicy mogą odwiedzać obraz"; +$a->strings["Select scheme"] = "Wybierz schemat"; +$a->strings["Navigation bar background color"] = "Kolor tła paska nawigacyjnego"; +$a->strings["Navigation bar icon color "] = "Kolor ikony paska nawigacyjnego"; +$a->strings["Link color"] = "Kolor łączy"; +$a->strings["Set the background color"] = "Ustaw kolor tła"; +$a->strings["Content background opacity"] = "Nieprzezroczystość tła treści"; +$a->strings["Set the background image"] = "Ustaw obraz tła"; +$a->strings["Login page background image"] = "Obraz tła strony logowania"; +$a->strings["Login page background color"] = "Kolor tła strony logowania"; +$a->strings["Leave background image and color empty for theme defaults"] = "Pozostaw obraz tła i kolor pusty dla domyślnych ustawień kompozycji"; +$a->strings["Guest"] = "Gość"; +$a->strings["Visitor"] = "Odwiedzający"; +$a->strings["Alignment"] = "Wyrównanie"; +$a->strings["Left"] = "Lewo"; +$a->strings["Center"] = "Środek"; +$a->strings["Color scheme"] = "Zestaw kolorów"; +$a->strings["Posts font size"] = "Rozmiar czcionki postów"; +$a->strings["Textareas font size"] = "Rozmiar czcionki Textareas"; +$a->strings["Comma separated list of helper forums"] = "Lista pomocników oddzielona przecinkami"; +$a->strings["Set style"] = "Ustaw styl"; +$a->strings["Community Pages"] = "Strony społeczności"; +$a->strings["Community Profiles"] = "Profile społeczności"; +$a->strings["Help or @NewHere ?"] = "Pomoc lub @NewHere?"; +$a->strings["Connect Services"] = "Połączone serwisy"; +$a->strings["Find Friends"] = "Znajdź znajomych"; +$a->strings["Last users"] = "Ostatni użytkownicy"; +$a->strings["Local Directory"] = "Katalog lokalny"; +$a->strings["Quick Start"] = "Szybki start"; $a->strings["toggle mobile"] = "przełącz na mobilny"; +$a->strings["Update %s failed. See error logs."] = "Aktualizacja %s nie powiodła się. Zobacz dziennik błędów."; diff --git a/view/lang/ru/messages.po b/view/lang/ru/messages.po index 8986fad38a..f366c13bc1 100644 --- a/view/lang/ru/messages.po +++ b/view/lang/ru/messages.po @@ -15,13 +15,14 @@ # Stanislav N. , 2012 # vislav , 2014 # Михаил , 2013 +# Олексій Замковий , 2018 msgid "" msgstr "" "Project-Id-Version: friendica\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2017-05-03 07:08+0200\n" -"PO-Revision-Date: 2017-05-26 12:25+0000\n" -"Last-Translator: Stanislav N. \n" +"POT-Creation-Date: 2018-04-06 16:58+0200\n" +"PO-Revision-Date: 2018-04-08 23:23+0000\n" +"Last-Translator: Олексій Замковий \n" "Language-Team: Russian (http://www.transifex.com/Friendica/friendica/language/ru/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -29,1168 +30,495 @@ msgstr "" "Language: ru\n" "Plural-Forms: nplurals=4; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<12 || n%100>14) ? 1 : n%10==0 || (n%10>=5 && n%10<=9) || (n%100>=11 && n%100<=14)? 2 : 3);\n" -#: include/ForumManager.php:114 include/nav.php:131 include/text.php:1093 -#: view/theme/vier/theme.php:254 -msgid "Forums" -msgstr "Форумы" - -#: include/ForumManager.php:116 view/theme/vier/theme.php:256 -msgid "External link to forum" -msgstr "Внешняя ссылка на форум" - -#: include/ForumManager.php:119 include/contact_widgets.php:269 -#: include/items.php:2450 mod/content.php:624 object/Item.php:420 -#: view/theme/vier/theme.php:259 boot.php:1000 -msgid "show more" -msgstr "показать больше" - -#: include/NotificationsManager.php:153 -msgid "System" -msgstr "Система" - -#: include/NotificationsManager.php:160 include/nav.php:158 mod/admin.php:517 -#: view/theme/frio/theme.php:253 -msgid "Network" -msgstr "Новости" - -#: include/NotificationsManager.php:167 mod/network.php:832 -#: mod/profiles.php:696 -msgid "Personal" -msgstr "Личные" - -#: include/NotificationsManager.php:174 include/nav.php:105 -#: include/nav.php:161 -msgid "Home" -msgstr "Мой профиль" - -#: include/NotificationsManager.php:181 include/nav.php:166 -msgid "Introductions" -msgstr "Запросы" - -#: include/NotificationsManager.php:239 include/NotificationsManager.php:251 -#, php-format -msgid "%s commented on %s's post" -msgstr "%s прокомментировал %s сообщение" - -#: include/NotificationsManager.php:250 -#, php-format -msgid "%s created a new post" -msgstr "%s написал новое сообщение" - -#: include/NotificationsManager.php:265 -#, php-format -msgid "%s liked %s's post" -msgstr "%s нравится %s сообшение" - -#: include/NotificationsManager.php:278 -#, php-format -msgid "%s disliked %s's post" -msgstr "%s не нравится сообщение %s" - -#: include/NotificationsManager.php:291 -#, php-format -msgid "%s is attending %s's event" -msgstr "" - -#: include/NotificationsManager.php:304 -#, php-format -msgid "%s is not attending %s's event" -msgstr "" - -#: include/NotificationsManager.php:317 -#, php-format -msgid "%s may attend %s's event" -msgstr "" - -#: include/NotificationsManager.php:334 -#, php-format -msgid "%s is now friends with %s" -msgstr "%s теперь друзья с %s" - -#: include/NotificationsManager.php:770 -msgid "Friend Suggestion" -msgstr "Предложение в друзья" - -#: include/NotificationsManager.php:803 -msgid "Friend/Connect Request" -msgstr "Запрос в друзья / на подключение" - -#: include/NotificationsManager.php:803 -msgid "New Follower" -msgstr "Новый фолловер" - -#: include/Photo.php:1038 include/Photo.php:1054 include/Photo.php:1062 -#: include/Photo.php:1087 include/message.php:146 mod/wall_upload.php:249 -#: mod/item.php:467 -msgid "Wall Photos" -msgstr "Фото стены" - -#: include/delivery.php:427 -msgid "(no subject)" -msgstr "(без темы)" - -#: include/delivery.php:439 include/enotify.php:43 -msgid "noreply" -msgstr "без ответа" - -#: include/like.php:27 include/conversation.php:153 include/diaspora.php:1576 -#, php-format -msgid "%1$s likes %2$s's %3$s" -msgstr "%1$s нравится %3$s от %2$s " - -#: include/like.php:31 include/like.php:36 include/conversation.php:156 -#, php-format -msgid "%1$s doesn't like %2$s's %3$s" -msgstr "%1$s не нравится %3$s от %2$s " - -#: include/like.php:41 -#, php-format -msgid "%1$s is attending %2$s's %3$s" -msgstr "" - -#: include/like.php:46 -#, php-format -msgid "%1$s is not attending %2$s's %3$s" -msgstr "" - -#: include/like.php:51 -#, php-format -msgid "%1$s may attend %2$s's %3$s" -msgstr "" - -#: include/like.php:178 include/conversation.php:141 -#: include/conversation.php:293 include/text.php:1872 mod/subthread.php:88 -#: mod/tagger.php:62 -msgid "photo" -msgstr "фото" - -#: include/like.php:178 include/conversation.php:136 -#: include/conversation.php:146 include/conversation.php:288 -#: include/conversation.php:297 include/diaspora.php:1580 mod/subthread.php:88 -#: mod/tagger.php:62 -msgid "status" -msgstr "статус" - -#: include/like.php:180 include/conversation.php:133 -#: include/conversation.php:285 include/text.php:1870 -msgid "event" -msgstr "мероприятие" - -#: include/message.php:15 include/message.php:169 -msgid "[no subject]" -msgstr "[без темы]" - -#: include/nav.php:35 mod/navigation.php:19 -msgid "Nothing new here" -msgstr "Ничего нового здесь" - -#: include/nav.php:39 mod/navigation.php:23 -msgid "Clear notifications" -msgstr "Стереть уведомления" - -#: include/nav.php:40 include/text.php:1083 -msgid "@name, !forum, #tags, content" -msgstr "@имя, !форум, #тег, контент" - -#: include/nav.php:78 view/theme/frio/theme.php:243 boot.php:1867 -msgid "Logout" -msgstr "Выход" - -#: include/nav.php:78 view/theme/frio/theme.php:243 -msgid "End this session" -msgstr "Завершить эту сессию" - -#: include/nav.php:81 include/identity.php:769 mod/contacts.php:645 -#: mod/contacts.php:841 view/theme/frio/theme.php:246 -msgid "Status" -msgstr "Посты" - -#: include/nav.php:81 include/nav.php:161 view/theme/frio/theme.php:246 -msgid "Your posts and conversations" -msgstr "Данные вашей учётной записи" - -#: include/nav.php:82 include/identity.php:622 include/identity.php:744 -#: include/identity.php:777 mod/contacts.php:647 mod/contacts.php:849 -#: mod/newmember.php:32 mod/profperm.php:105 view/theme/frio/theme.php:247 -msgid "Profile" -msgstr "Информация" - -#: include/nav.php:82 view/theme/frio/theme.php:247 -msgid "Your profile page" -msgstr "Информация о вас" - -#: include/nav.php:83 include/identity.php:785 mod/fbrowser.php:31 -#: view/theme/frio/theme.php:248 -msgid "Photos" -msgstr "Фото" - -#: include/nav.php:83 view/theme/frio/theme.php:248 -msgid "Your photos" -msgstr "Ваши фотографии" - -#: include/nav.php:84 include/identity.php:793 include/identity.php:796 -#: view/theme/frio/theme.php:249 -msgid "Videos" -msgstr "Видео" - -#: include/nav.php:84 view/theme/frio/theme.php:249 -msgid "Your videos" -msgstr "Ваши видео" - -#: include/nav.php:85 include/nav.php:149 include/identity.php:805 -#: include/identity.php:816 mod/cal.php:270 mod/events.php:374 -#: view/theme/frio/theme.php:250 view/theme/frio/theme.php:254 -msgid "Events" -msgstr "Мероприятия" - -#: include/nav.php:85 view/theme/frio/theme.php:250 -msgid "Your events" -msgstr "Ваши события" - -#: include/nav.php:86 -msgid "Personal notes" -msgstr "Личные заметки" - -#: include/nav.php:86 -msgid "Your personal notes" -msgstr "Ваши личные заметки" - -#: include/nav.php:95 mod/bookmarklet.php:12 boot.php:1868 -msgid "Login" -msgstr "Вход" - -#: include/nav.php:95 -msgid "Sign in" -msgstr "Вход" - -#: include/nav.php:105 -msgid "Home Page" -msgstr "Главная страница" - -#: include/nav.php:109 mod/register.php:289 boot.php:1844 -msgid "Register" -msgstr "Регистрация" - -#: include/nav.php:109 -msgid "Create an account" -msgstr "Создать аккаунт" - -#: include/nav.php:115 mod/help.php:47 view/theme/vier/theme.php:297 -msgid "Help" -msgstr "Помощь" - -#: include/nav.php:115 -msgid "Help and documentation" -msgstr "Помощь и документация" - -#: include/nav.php:119 -msgid "Apps" -msgstr "Приложения" - -#: include/nav.php:119 -msgid "Addon applications, utilities, games" -msgstr "Дополнительные приложения, утилиты, игры" - -#: include/nav.php:123 include/text.php:1080 mod/search.php:149 -msgid "Search" -msgstr "Поиск" - -#: include/nav.php:123 -msgid "Search site content" -msgstr "Поиск по сайту" - -#: include/nav.php:126 include/text.php:1088 -msgid "Full Text" -msgstr "Контент" - -#: include/nav.php:127 include/text.php:1089 -msgid "Tags" -msgstr "Тэги" - -#: include/nav.php:128 include/nav.php:192 include/identity.php:838 -#: include/identity.php:841 include/text.php:1090 mod/contacts.php:800 -#: mod/contacts.php:861 mod/viewcontacts.php:121 view/theme/frio/theme.php:257 -msgid "Contacts" -msgstr "Контакты" - -#: include/nav.php:143 include/nav.php:145 mod/community.php:32 -msgid "Community" -msgstr "Сообщество" - -#: include/nav.php:143 -msgid "Conversations on this site" -msgstr "Беседы на этом сайте" - -#: include/nav.php:145 -msgid "Conversations on the network" -msgstr "Беседы в сети" - -#: include/nav.php:149 include/identity.php:808 include/identity.php:819 -#: view/theme/frio/theme.php:254 -msgid "Events and Calendar" -msgstr "Календарь и события" - -#: include/nav.php:152 -msgid "Directory" -msgstr "Каталог" - -#: include/nav.php:152 -msgid "People directory" -msgstr "Каталог участников" - -#: include/nav.php:154 -msgid "Information" -msgstr "Информация" - -#: include/nav.php:154 -msgid "Information about this friendica instance" -msgstr "Информация об этом экземпляре Friendica" - -#: include/nav.php:158 view/theme/frio/theme.php:253 -msgid "Conversations from your friends" -msgstr "Сообщения ваших друзей" - -#: include/nav.php:159 -msgid "Network Reset" -msgstr "Перезагрузка сети" - -#: include/nav.php:159 -msgid "Load Network page with no filters" -msgstr "Загрузить страницу сети без фильтров" - -#: include/nav.php:166 -msgid "Friend Requests" -msgstr "Запросы на добавление в список друзей" - -#: include/nav.php:169 mod/notifications.php:96 -msgid "Notifications" -msgstr "Уведомления" - -#: include/nav.php:170 -msgid "See all notifications" -msgstr "Посмотреть все уведомления" - -#: include/nav.php:171 mod/settings.php:906 -msgid "Mark as seen" -msgstr "Отметить, как прочитанное" - -#: include/nav.php:171 -msgid "Mark all system notifications seen" -msgstr "Отметить все системные уведомления, как прочитанные" - -#: include/nav.php:175 mod/message.php:179 view/theme/frio/theme.php:255 -msgid "Messages" -msgstr "Сообщения" - -#: include/nav.php:175 view/theme/frio/theme.php:255 -msgid "Private mail" -msgstr "Личная почта" - -#: include/nav.php:176 -msgid "Inbox" -msgstr "Входящие" - -#: include/nav.php:177 -msgid "Outbox" -msgstr "Исходящие" - -#: include/nav.php:178 mod/message.php:16 -msgid "New Message" -msgstr "Новое сообщение" - -#: include/nav.php:181 -msgid "Manage" -msgstr "Управлять" - -#: include/nav.php:181 -msgid "Manage other pages" -msgstr "Управление другими страницами" - -#: include/nav.php:184 mod/settings.php:81 -msgid "Delegations" -msgstr "Делегирование" - -#: include/nav.php:184 mod/delegate.php:130 -msgid "Delegate Page Management" -msgstr "Делегировать управление страницей" - -#: include/nav.php:186 mod/newmember.php:22 mod/settings.php:111 -#: mod/admin.php:1618 mod/admin.php:1894 view/theme/frio/theme.php:256 -msgid "Settings" -msgstr "Настройки" - -#: include/nav.php:186 view/theme/frio/theme.php:256 -msgid "Account settings" -msgstr "Настройки аккаунта" - -#: include/nav.php:189 include/identity.php:290 -msgid "Profiles" -msgstr "Профили" - -#: include/nav.php:189 -msgid "Manage/Edit Profiles" -msgstr "Управление/редактирование профилей" - -#: include/nav.php:192 view/theme/frio/theme.php:257 -msgid "Manage/edit friends and contacts" -msgstr "Управление / редактирование друзей и контактов" - -#: include/nav.php:197 mod/admin.php:196 -msgid "Admin" -msgstr "Администратор" - -#: include/nav.php:197 -msgid "Site setup and configuration" -msgstr "Конфигурация сайта" - -#: include/nav.php:200 -msgid "Navigation" -msgstr "Навигация" - -#: include/nav.php:200 -msgid "Site map" -msgstr "Карта сайта" - -#: include/plugin.php:530 include/plugin.php:532 -msgid "Click here to upgrade." -msgstr "Нажмите для обновления." - -#: include/plugin.php:538 -msgid "This action exceeds the limits set by your subscription plan." -msgstr "Это действие превышает лимиты, установленные вашим тарифным планом." - -#: include/plugin.php:543 -msgid "This action is not available under your subscription plan." -msgstr "Это действие не доступно в соответствии с вашим планом подписки." - -#: include/profile_selectors.php:6 -msgid "Male" -msgstr "Мужчина" - -#: include/profile_selectors.php:6 -msgid "Female" -msgstr "Женщина" - -#: include/profile_selectors.php:6 -msgid "Currently Male" -msgstr "В данный момент мужчина" - -#: include/profile_selectors.php:6 -msgid "Currently Female" -msgstr "В настоящее время женщина" - -#: include/profile_selectors.php:6 -msgid "Mostly Male" -msgstr "В основном мужчина" - -#: include/profile_selectors.php:6 -msgid "Mostly Female" -msgstr "В основном женщина" - -#: include/profile_selectors.php:6 -msgid "Transgender" -msgstr "Транссексуал" - -#: include/profile_selectors.php:6 -msgid "Intersex" -msgstr "Интерсексуал" - -#: include/profile_selectors.php:6 -msgid "Transsexual" -msgstr "Транссексуал" - -#: include/profile_selectors.php:6 -msgid "Hermaphrodite" -msgstr "Гермафродит" - -#: include/profile_selectors.php:6 -msgid "Neuter" -msgstr "Средний род" - -#: include/profile_selectors.php:6 -msgid "Non-specific" -msgstr "Не определен" - -#: include/profile_selectors.php:6 -msgid "Other" -msgstr "Другой" - -#: include/profile_selectors.php:6 include/conversation.php:1547 -msgid "Undecided" -msgid_plural "Undecided" -msgstr[0] "" -msgstr[1] "" -msgstr[2] "" -msgstr[3] "" - -#: include/profile_selectors.php:23 -msgid "Males" -msgstr "Мужчины" - -#: include/profile_selectors.php:23 -msgid "Females" -msgstr "Женщины" - -#: include/profile_selectors.php:23 -msgid "Gay" -msgstr "Гей" - -#: include/profile_selectors.php:23 -msgid "Lesbian" -msgstr "Лесбиянка" - -#: include/profile_selectors.php:23 -msgid "No Preference" -msgstr "Без предпочтений" - -#: include/profile_selectors.php:23 -msgid "Bisexual" -msgstr "Бисексуал" - -#: include/profile_selectors.php:23 -msgid "Autosexual" -msgstr "Автосексуал" - -#: include/profile_selectors.php:23 -msgid "Abstinent" -msgstr "Воздержанный" - -#: include/profile_selectors.php:23 -msgid "Virgin" -msgstr "Девственница" - -#: include/profile_selectors.php:23 -msgid "Deviant" -msgstr "Deviant" - -#: include/profile_selectors.php:23 -msgid "Fetish" -msgstr "Фетиш" - -#: include/profile_selectors.php:23 -msgid "Oodles" -msgstr "Групповой" - -#: include/profile_selectors.php:23 -msgid "Nonsexual" -msgstr "Нет интереса к сексу" - -#: include/profile_selectors.php:42 -msgid "Single" -msgstr "Без пары" - -#: include/profile_selectors.php:42 -msgid "Lonely" -msgstr "Пока никого нет" - -#: include/profile_selectors.php:42 -msgid "Available" -msgstr "Доступный" - -#: include/profile_selectors.php:42 -msgid "Unavailable" -msgstr "Не ищу никого" - -#: include/profile_selectors.php:42 -msgid "Has crush" -msgstr "Имеет ошибку" - -#: include/profile_selectors.php:42 -msgid "Infatuated" -msgstr "Влюблён" - -#: include/profile_selectors.php:42 -msgid "Dating" -msgstr "Свидания" - -#: include/profile_selectors.php:42 -msgid "Unfaithful" -msgstr "Изменяю супругу" - -#: include/profile_selectors.php:42 -msgid "Sex Addict" -msgstr "Люблю секс" - -#: include/profile_selectors.php:42 include/user.php:263 include/user.php:267 -msgid "Friends" -msgstr "Друзья" - -#: include/profile_selectors.php:42 -msgid "Friends/Benefits" -msgstr "Друзья / Предпочтения" - -#: include/profile_selectors.php:42 -msgid "Casual" -msgstr "Обычный" - -#: include/profile_selectors.php:42 -msgid "Engaged" -msgstr "Занят" - -#: include/profile_selectors.php:42 -msgid "Married" -msgstr "Женат / Замужем" - -#: include/profile_selectors.php:42 -msgid "Imaginarily married" -msgstr "Воображаемо женат (замужем)" - -#: include/profile_selectors.php:42 -msgid "Partners" -msgstr "Партнеры" - -#: include/profile_selectors.php:42 -msgid "Cohabiting" -msgstr "Партнерство" - -#: include/profile_selectors.php:42 -msgid "Common law" -msgstr "" - -#: include/profile_selectors.php:42 -msgid "Happy" -msgstr "Счастлив/а/" - -#: include/profile_selectors.php:42 -msgid "Not looking" -msgstr "Не в поиске" - -#: include/profile_selectors.php:42 -msgid "Swinger" -msgstr "Свинг" - -#: include/profile_selectors.php:42 -msgid "Betrayed" -msgstr "Преданный" - -#: include/profile_selectors.php:42 -msgid "Separated" -msgstr "Разделенный" - -#: include/profile_selectors.php:42 -msgid "Unstable" -msgstr "Нестабильный" - -#: include/profile_selectors.php:42 -msgid "Divorced" -msgstr "Разведен(а)" - -#: include/profile_selectors.php:42 -msgid "Imaginarily divorced" -msgstr "Воображаемо разведен(а)" - -#: include/profile_selectors.php:42 -msgid "Widowed" -msgstr "Овдовевший" - -#: include/profile_selectors.php:42 -msgid "Uncertain" -msgstr "Неопределенный" - -#: include/profile_selectors.php:42 -msgid "It's complicated" -msgstr "влишком сложно" - -#: include/profile_selectors.php:42 -msgid "Don't care" -msgstr "Не беспокоить" - -#: include/profile_selectors.php:42 -msgid "Ask me" -msgstr "Спросите меня" - -#: include/security.php:61 +#: include/security.php:81 msgid "Welcome " msgstr "Добро пожаловать, " -#: include/security.php:62 +#: include/security.php:82 msgid "Please upload a profile photo." msgstr "Пожалуйста, загрузите фотографию профиля." -#: include/security.php:65 +#: include/security.php:84 msgid "Welcome back " msgstr "Добро пожаловать обратно, " -#: include/security.php:429 +#: include/security.php:431 msgid "" "The form security token was not correct. This probably happened because the " "form has been opened for too long (>3 hours) before submitting it." msgstr "Ключ формы безопасности неправильный. Вероятно, это произошло потому, что форма была открыта слишком долго (более 3 часов) до её отправки." -#: include/uimport.php:91 -msgid "Error decoding account file" -msgstr "Ошибка расшифровки файла аккаунта" - -#: include/uimport.php:97 -msgid "Error! No version data in file! This is not a Friendica account file?" -msgstr "Ошибка! Неправильная версия данных в файле! Это не файл аккаунта Friendica?" - -#: include/uimport.php:113 include/uimport.php:124 -msgid "Error! Cannot check nickname" -msgstr "Ошибка! Невозможно проверить никнейм" - -#: include/uimport.php:117 include/uimport.php:128 +#: include/dba.php:57 #, php-format -msgid "User '%s' already exists on this server!" -msgstr "Пользователь '%s' уже существует на этом сервере!" +msgid "Cannot locate DNS info for database server '%s'" +msgstr "Не могу найти информацию для DNS-сервера базы данных '%s'" -#: include/uimport.php:150 -msgid "User creation error" -msgstr "Ошибка создания пользователя" - -#: include/uimport.php:170 -msgid "User profile creation error" -msgstr "Ошибка создания профиля пользователя" - -#: include/uimport.php:219 +#: include/api.php:1199 #, php-format -msgid "%d contact not imported" -msgid_plural "%d contacts not imported" -msgstr[0] "%d контакт не импортирован" -msgstr[1] "%d контакты не импортированы" -msgstr[2] "%d контакты не импортированы" -msgstr[3] "%d контакты не импортированы" +msgid "Daily posting limit of %d post reached. The post was rejected." +msgid_plural "Daily posting limit of %d posts reached. The post was rejected." +msgstr[0] "Дневной лимит в %d пост достигнут. Пост отклонен." +msgstr[1] "Дневной лимит в %d поста достигнут. Пост отклонен." +msgstr[2] "Дневной лимит в %d постов достигнут. Пост отклонен." +msgstr[3] "Дневной лимит в %d постов достигнут. Пост отклонен." -#: include/uimport.php:289 -msgid "Done. You can now login with your username and password" -msgstr "Завершено. Теперь вы можете войти с вашим логином и паролем" - -#: include/Contact.php:395 include/Contact.php:408 include/Contact.php:453 -#: include/conversation.php:1004 include/conversation.php:1020 -#: mod/allfriends.php:68 mod/directory.php:157 mod/match.php:73 -#: mod/suggest.php:82 mod/dirfind.php:209 -msgid "View Profile" -msgstr "Просмотреть профиль" - -#: include/Contact.php:409 include/contact_widgets.php:32 -#: include/conversation.php:1017 mod/allfriends.php:69 mod/contacts.php:610 -#: mod/match.php:74 mod/suggest.php:83 mod/dirfind.php:210 mod/follow.php:106 -msgid "Connect/Follow" -msgstr "Подключиться/Следовать" - -#: include/Contact.php:452 include/conversation.php:1003 -msgid "View Status" -msgstr "Просмотреть статус" - -#: include/Contact.php:454 include/conversation.php:1005 -msgid "View Photos" -msgstr "Просмотреть фото" - -#: include/Contact.php:455 include/conversation.php:1006 -msgid "Network Posts" -msgstr "Посты сети" - -#: include/Contact.php:456 include/conversation.php:1007 -msgid "View Contact" -msgstr "Просмотреть контакт" - -#: include/Contact.php:457 -msgid "Drop Contact" -msgstr "Удалить контакт" - -#: include/Contact.php:458 include/conversation.php:1008 -msgid "Send PM" -msgstr "Отправить ЛС" - -#: include/Contact.php:459 include/conversation.php:1012 -msgid "Poke" -msgstr "потыкать" - -#: include/Contact.php:840 -msgid "Organisation" -msgstr "Организация" - -#: include/Contact.php:843 -msgid "News" -msgstr "Новости" - -#: include/Contact.php:846 -msgid "Forum" -msgstr "Форум" - -#: include/acl_selectors.php:353 -msgid "Post to Email" -msgstr "Отправить на Email" - -#: include/acl_selectors.php:358 +#: include/api.php:1223 #, php-format -msgid "Connectors disabled, since \"%s\" is enabled." -msgstr "Коннекторы отключены так как \"%s\" включен." +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] "" +msgstr[2] "" +msgstr[3] "" -#: include/acl_selectors.php:359 mod/settings.php:1188 -msgid "Hide your profile details from unknown viewers?" -msgstr "Скрыть данные профиля из неизвестных зрителей?" - -#: include/acl_selectors.php:365 -msgid "Visible to everybody" -msgstr "Видимо всем" - -#: include/acl_selectors.php:366 view/theme/vier/config.php:108 -msgid "show" -msgstr "показывать" - -#: include/acl_selectors.php:367 view/theme/vier/config.php:108 -msgid "don't show" -msgstr "не показывать" - -#: include/acl_selectors.php:373 mod/editpost.php:123 -msgid "CC: email addresses" -msgstr "Копии на email адреса" - -#: include/acl_selectors.php:374 mod/editpost.php:130 -msgid "Example: bob@example.com, mary@example.com" -msgstr "Пример: bob@example.com, mary@example.com" - -#: include/acl_selectors.php:376 mod/events.php:508 mod/photos.php:1196 -#: mod/photos.php:1593 -msgid "Permissions" -msgstr "Разрешения" - -#: include/acl_selectors.php:377 -msgid "Close" -msgstr "Закрыть" - -#: include/api.php:1089 +#: include/api.php:1247 #, php-format -msgid "Daily posting limit of %d posts reached. The post was rejected." -msgstr "Дневной лимит в %d постов достигнут. Пост отклонен." - -#: include/api.php:1110 -#, php-format -msgid "Weekly posting limit of %d posts reached. The post was rejected." -msgstr "Недельный лимит в %d постов достигнут. Пост отклонен." - -#: include/api.php:1131 -#, php-format -msgid "Monthly posting limit of %d posts reached. The post was rejected." -msgstr "Месячный лимит в %d постов достигнут. Пост отклонен." - -#: include/auth.php:51 -msgid "Logged out." -msgstr "Выход из системы." - -#: include/auth.php:122 include/auth.php:184 mod/openid.php:110 -msgid "Login failed." -msgstr "Войти не удалось." - -#: include/auth.php:138 include/user.php:75 -msgid "" -"We encountered a problem while logging in with the OpenID you provided. " -"Please check the correct spelling of the ID." -msgstr "Мы столкнулись с проблемой при входе с OpenID, который вы указали. Пожалуйста, проверьте правильность написания ID." - -#: include/auth.php:138 include/user.php:75 -msgid "The error message was:" -msgstr "Сообщение об ошибке было:" - -#: include/bb2diaspora.php:230 include/event.php:17 mod/localtime.php:12 -msgid "l F d, Y \\@ g:i A" -msgstr "l F d, Y \\@ g:i A" - -#: include/bb2diaspora.php:236 include/event.php:34 include/event.php:54 -#: include/event.php:525 -msgid "Starts:" -msgstr "Начало:" - -#: include/bb2diaspora.php:244 include/event.php:37 include/event.php:60 -#: include/event.php:526 -msgid "Finishes:" -msgstr "Окончание:" - -#: include/bb2diaspora.php:253 include/event.php:41 include/event.php:67 -#: include/event.php:527 include/identity.php:336 mod/contacts.php:636 -#: mod/directory.php:139 mod/events.php:493 mod/notifications.php:244 -msgid "Location:" -msgstr "Откуда:" - -#: include/bbcode.php:380 include/bbcode.php:1132 include/bbcode.php:1133 -msgid "Image/photo" -msgstr "Изображение / Фото" - -#: include/bbcode.php:497 -#, php-format -msgid "%2$s %3$s" -msgstr "%2$s %3$s" - -#: include/bbcode.php:1089 include/bbcode.php:1111 -msgid "$1 wrote:" -msgstr "$1 написал:" - -#: include/bbcode.php:1141 include/bbcode.php:1142 -msgid "Encrypted content" -msgstr "Зашифрованный контент" - -#: include/bbcode.php:1257 -msgid "Invalid source protocol" -msgstr "Неправильный протокол источника" - -#: include/bbcode.php:1267 -msgid "Invalid link protocol" -msgstr "Неправильная протокольная ссылка" - -#: include/contact_selectors.php:32 -msgid "Unknown | Not categorised" -msgstr "Неизвестно | Не определено" - -#: include/contact_selectors.php:33 -msgid "Block immediately" -msgstr "Блокировать немедленно" - -#: include/contact_selectors.php:34 -msgid "Shady, spammer, self-marketer" -msgstr "Тролль, спаммер, рассылает рекламу" - -#: include/contact_selectors.php:35 -msgid "Known to me, but no opinion" -msgstr "Известные мне, но нет определенного мнения" - -#: include/contact_selectors.php:36 -msgid "OK, probably harmless" -msgstr "Хорошо, наверное, безвредные" - -#: include/contact_selectors.php:37 -msgid "Reputable, has my trust" -msgstr "Уважаемые, есть мое доверие" - -#: include/contact_selectors.php:56 mod/admin.php:980 -msgid "Frequently" -msgstr "Часто" - -#: include/contact_selectors.php:57 mod/admin.php:981 -msgid "Hourly" -msgstr "Раз в час" - -#: include/contact_selectors.php:58 mod/admin.php:982 -msgid "Twice daily" -msgstr "Два раза в день" - -#: include/contact_selectors.php:59 mod/admin.php:983 -msgid "Daily" -msgstr "Ежедневно" - -#: include/contact_selectors.php:60 -msgid "Weekly" -msgstr "Еженедельно" - -#: include/contact_selectors.php:61 -msgid "Monthly" -msgstr "Ежемесячно" - -#: include/contact_selectors.php:76 mod/dfrn_request.php:886 -msgid "Friendica" -msgstr "Friendica" - -#: include/contact_selectors.php:77 -msgid "OStatus" -msgstr "OStatus" - -#: include/contact_selectors.php:78 -msgid "RSS/Atom" -msgstr "RSS/Atom" - -#: include/contact_selectors.php:79 include/contact_selectors.php:86 -#: mod/admin.php:1490 mod/admin.php:1503 mod/admin.php:1516 mod/admin.php:1534 -msgid "Email" -msgstr "Эл. почта" - -#: include/contact_selectors.php:80 mod/dfrn_request.php:888 -#: mod/settings.php:848 -msgid "Diaspora" -msgstr "Diaspora" - -#: include/contact_selectors.php:81 -msgid "Facebook" -msgstr "Facebook" - -#: include/contact_selectors.php:82 -msgid "Zot!" -msgstr "Zot!" - -#: include/contact_selectors.php:83 -msgid "LinkedIn" -msgstr "LinkedIn" - -#: include/contact_selectors.php:84 -msgid "XMPP/IM" -msgstr "XMPP/IM" - -#: include/contact_selectors.php:85 -msgid "MySpace" -msgstr "MySpace" - -#: include/contact_selectors.php:87 -msgid "Google+" -msgstr "Google+" - -#: include/contact_selectors.php:88 -msgid "pump.io" -msgstr "pump.io" - -#: include/contact_selectors.php:89 -msgid "Twitter" -msgstr "Twitter" - -#: include/contact_selectors.php:90 -msgid "Diaspora Connector" -msgstr "Коннектор Diaspora" - -#: include/contact_selectors.php:91 -msgid "GNU Social Connector" +msgid "Monthly posting limit of %d post reached. The post was rejected." msgstr "" -#: include/contact_selectors.php:92 -msgid "pnut" -msgstr "pnut" +#: include/api.php:4400 mod/photos.php:88 mod/photos.php:194 +#: mod/photos.php:722 mod/photos.php:1149 mod/photos.php:1166 +#: mod/photos.php:1684 mod/profile_photo.php:85 mod/profile_photo.php:93 +#: mod/profile_photo.php:101 mod/profile_photo.php:211 +#: mod/profile_photo.php:302 mod/profile_photo.php:312 src/Model/User.php:539 +#: src/Model/User.php:547 src/Model/User.php:555 +msgid "Profile Photos" +msgstr "Фотографии профиля" -#: include/contact_selectors.php:93 -msgid "App.net" -msgstr "App.net" +#: include/enotify.php:31 +msgid "Friendica Notification" +msgstr "Уведомления Friendica" -#: include/contact_widgets.php:6 -msgid "Add New Contact" -msgstr "Добавить контакт" +#: include/enotify.php:34 +msgid "Thank You," +msgstr "Спасибо," -#: include/contact_widgets.php:7 -msgid "Enter address or web location" -msgstr "Введите адрес или веб-местонахождение" - -#: include/contact_widgets.php:8 -msgid "Example: bob@example.com, http://example.com/barbara" -msgstr "Пример: bob@example.com, http://example.com/barbara" - -#: include/contact_widgets.php:10 include/identity.php:224 -#: mod/allfriends.php:85 mod/match.php:89 mod/suggest.php:101 -#: mod/dirfind.php:207 -msgid "Connect" -msgstr "Подключить" - -#: include/contact_widgets.php:24 +#: include/enotify.php:37 #, php-format -msgid "%d invitation available" -msgid_plural "%d invitations available" -msgstr[0] "%d приглашение доступно" -msgstr[1] "%d приглашений доступно" -msgstr[2] "%d приглашений доступно" -msgstr[3] "%d приглашений доступно" +msgid "%s Administrator" +msgstr "%s администратор" -#: include/contact_widgets.php:30 -msgid "Find People" -msgstr "Поиск людей" - -#: include/contact_widgets.php:31 -msgid "Enter name or interest" -msgstr "Введите имя или интерес" - -#: include/contact_widgets.php:33 -msgid "Examples: Robert Morgenstein, Fishing" -msgstr "Примеры: Роберт Morgenstein, Рыбалка" - -#: include/contact_widgets.php:34 mod/contacts.php:806 mod/directory.php:206 -msgid "Find" -msgstr "Найти" - -#: include/contact_widgets.php:35 mod/suggest.php:114 -#: view/theme/vier/theme.php:201 -msgid "Friend Suggestions" -msgstr "Предложения друзей" - -#: include/contact_widgets.php:36 view/theme/vier/theme.php:200 -msgid "Similar Interests" -msgstr "Похожие интересы" - -#: include/contact_widgets.php:37 -msgid "Random Profile" -msgstr "Случайный профиль" - -#: include/contact_widgets.php:38 view/theme/vier/theme.php:202 -msgid "Invite Friends" -msgstr "Пригласить друзей" - -#: include/contact_widgets.php:125 -msgid "Networks" -msgstr "Сети" - -#: include/contact_widgets.php:128 -msgid "All Networks" -msgstr "Все сети" - -#: include/contact_widgets.php:160 include/features.php:104 -msgid "Saved Folders" -msgstr "Сохранённые папки" - -#: include/contact_widgets.php:163 include/contact_widgets.php:198 -msgid "Everything" -msgstr "Всё" - -#: include/contact_widgets.php:195 -msgid "Categories" -msgstr "Категории" - -#: include/contact_widgets.php:264 +#: include/enotify.php:39 #, php-format -msgid "%d contact in common" -msgid_plural "%d contacts in common" -msgstr[0] "%d Контакт" -msgstr[1] "%d Контактов" -msgstr[2] "%d Контактов" -msgstr[3] "%d Контактов" +msgid "%1$s, %2$s Administrator" +msgstr "%1$s, администратор %2$s" -#: include/conversation.php:159 +#: include/enotify.php:50 src/Worker/Delivery.php:404 +msgid "noreply" +msgstr "без ответа" + +#: include/enotify.php:98 +#, php-format +msgid "[Friendica:Notify] New mail received at %s" +msgstr "[Friendica: Оповещение] Новое сообщение, пришедшее на %s" + +#: include/enotify.php:100 +#, php-format +msgid "%1$s sent you a new private message at %2$s." +msgstr "%1$s отправил вам новое личное сообщение на %2$s." + +#: include/enotify.php:101 +msgid "a private message" +msgstr "личное сообщение" + +#: include/enotify.php:101 +#, php-format +msgid "%1$s sent you %2$s." +msgstr "%1$s послал вам %2$s." + +#: include/enotify.php:103 +#, php-format +msgid "Please visit %s to view and/or reply to your private messages." +msgstr "Пожалуйста, посетите %s для просмотра и/или ответа на личные сообщения." + +#: include/enotify.php:141 +#, php-format +msgid "%1$s commented on [url=%2$s]a %3$s[/url]" +msgstr "%1$s прокомментировал [url=%2$s]a %3$s[/url]" + +#: include/enotify.php:149 +#, php-format +msgid "%1$s commented on [url=%2$s]%3$s's %4$s[/url]" +msgstr "%1$s прокомментировал [url=%2$s]%3$s's %4$s[/url]" + +#: include/enotify.php:159 +#, php-format +msgid "%1$s commented on [url=%2$s]your %3$s[/url]" +msgstr "%1$s прокомментировал [url=%2$s]your %3$s[/url]" + +#: include/enotify.php:171 +#, php-format +msgid "[Friendica:Notify] Comment to conversation #%1$d by %2$s" +msgstr "[Friendica:Notify] Комментарий к #%1$d от %2$s" + +#: include/enotify.php:173 +#, php-format +msgid "%s commented on an item/conversation you have been following." +msgstr "%s оставил комментарий к элементу/беседе, за которой вы следите." + +#: include/enotify.php:176 include/enotify.php:191 include/enotify.php:206 +#: include/enotify.php:221 include/enotify.php:240 include/enotify.php:255 +#, php-format +msgid "Please visit %s to view and/or reply to the conversation." +msgstr "Пожалуйста посетите %s для просмотра и/или ответа в беседу." + +#: include/enotify.php:183 +#, php-format +msgid "[Friendica:Notify] %s posted to your profile wall" +msgstr "[Friendica:Оповещение] %s написал на стене вашего профиля" + +#: include/enotify.php:185 +#, php-format +msgid "%1$s posted to your profile wall at %2$s" +msgstr "%1$s написал на вашей стене на %2$s" + +#: include/enotify.php:186 +#, php-format +msgid "%1$s posted to [url=%2$s]your wall[/url]" +msgstr "%1$s написал на [url=%2$s]вашей стене[/url]" + +#: include/enotify.php:198 +#, php-format +msgid "[Friendica:Notify] %s tagged you" +msgstr "[Friendica:Notify] %s отметил вас" + +#: include/enotify.php:200 +#, php-format +msgid "%1$s tagged you at %2$s" +msgstr "%1$s отметил вас в %2$s" + +#: include/enotify.php:201 +#, php-format +msgid "%1$s [url=%2$s]tagged you[/url]." +msgstr "%1$s [url=%2$s]отметил вас[/url]." + +#: include/enotify.php:213 +#, php-format +msgid "[Friendica:Notify] %s shared a new post" +msgstr "[Friendica:Notify] %s поделился новым постом" + +#: include/enotify.php:215 +#, php-format +msgid "%1$s shared a new post at %2$s" +msgstr "%1$s поделился новым постом на %2$s" + +#: include/enotify.php:216 +#, php-format +msgid "%1$s [url=%2$s]shared a post[/url]." +msgstr "%1$s [url=%2$s]поделился постом[/url]." + +#: include/enotify.php:228 +#, php-format +msgid "[Friendica:Notify] %1$s poked you" +msgstr "[Friendica:Notify] %1$s потыкал вас" + +#: include/enotify.php:230 +#, php-format +msgid "%1$s poked you at %2$s" +msgstr "%1$s потыкал вас на %2$s" + +#: include/enotify.php:231 +#, php-format +msgid "%1$s [url=%2$s]poked you[/url]." +msgstr "%1$s [url=%2$s]потыкал вас[/url]." + +#: include/enotify.php:247 +#, php-format +msgid "[Friendica:Notify] %s tagged your post" +msgstr "[Friendica:Notify] %s поставил тег вашему посту" + +#: include/enotify.php:249 +#, php-format +msgid "%1$s tagged your post at %2$s" +msgstr "%1$s поставил тег вашему посту на %2$s" + +#: include/enotify.php:250 +#, php-format +msgid "%1$s tagged [url=%2$s]your post[/url]" +msgstr "%1$s поставил тег [url=%2$s]вашему посту[/url]" + +#: include/enotify.php:262 +msgid "[Friendica:Notify] Introduction received" +msgstr "[Friendica:Сообщение] получен запрос" + +#: include/enotify.php:264 +#, php-format +msgid "You've received an introduction from '%1$s' at %2$s" +msgstr "Вы получили запрос от '%1$s' на %2$s" + +#: include/enotify.php:265 +#, php-format +msgid "You've received [url=%1$s]an introduction[/url] from %2$s." +msgstr "Вы получили [url=%1$s]запрос[/url] от %2$s." + +#: include/enotify.php:270 include/enotify.php:316 +#, php-format +msgid "You may visit their profile at %s" +msgstr "Вы можете посмотреть его профиль здесь %s" + +#: include/enotify.php:272 +#, php-format +msgid "Please visit %s to approve or reject the introduction." +msgstr "Посетите %s для подтверждения или отказа запроса." + +#: include/enotify.php:280 +msgid "[Friendica:Notify] A new person is sharing with you" +msgstr "[Friendica:Notify] Новый человек делится с вами" + +#: include/enotify.php:282 include/enotify.php:283 +#, php-format +msgid "%1$s is sharing with you at %2$s" +msgstr "%1$s делится с вами на %2$s" + +#: include/enotify.php:290 +msgid "[Friendica:Notify] You have a new follower" +msgstr "[Friendica:Notify] У вас новый подписчик" + +#: include/enotify.php:292 include/enotify.php:293 +#, php-format +msgid "You have a new follower at %2$s : %1$s" +msgstr "У вас новый подписчик на %2$s : %1$s" + +#: include/enotify.php:305 +msgid "[Friendica:Notify] Friend suggestion received" +msgstr "[Friendica: Оповещение] получено предложение дружбы" + +#: include/enotify.php:307 +#, php-format +msgid "You've received a friend suggestion from '%1$s' at %2$s" +msgstr "Вы получили предложение дружбы от '%1$s' на %2$s" + +#: include/enotify.php:308 +#, php-format +msgid "" +"You've received [url=%1$s]a friend suggestion[/url] for %2$s from %3$s." +msgstr "У вас [url=%1$s]новое предложение дружбы[/url] для %2$s от %3$s." + +#: include/enotify.php:314 +msgid "Name:" +msgstr "Имя:" + +#: include/enotify.php:315 +msgid "Photo:" +msgstr "Фото:" + +#: include/enotify.php:318 +#, php-format +msgid "Please visit %s to approve or reject the suggestion." +msgstr "Пожалуйста, посетите %s для подтверждения, или отказа запроса." + +#: include/enotify.php:326 include/enotify.php:341 +msgid "[Friendica:Notify] Connection accepted" +msgstr "[Friendica:Notify] Соединение принято" + +#: include/enotify.php:328 include/enotify.php:343 +#, php-format +msgid "'%1$s' has accepted your connection request at %2$s" +msgstr "'%1$s' принял соединение с вами на %2$s" + +#: include/enotify.php:329 include/enotify.php:344 +#, php-format +msgid "%2$s has accepted your [url=%1$s]connection request[/url]." +msgstr "%2$s принял ваше [url=%1$s]предложение о соединении[/url]." + +#: include/enotify.php:334 +msgid "" +"You are now mutual friends and may exchange status updates, photos, and " +"email without restriction." +msgstr "Вы теперь взаимные друзья и можете обмениваться статусами, фотографиями и письмами без ограничений." + +#: include/enotify.php:336 +#, php-format +msgid "Please visit %s if you wish to make any changes to this relationship." +msgstr "Посетите %s если вы хотите сделать изменения в этом отношении." + +#: include/enotify.php:349 +#, 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:351 +#, php-format +msgid "" +"'%1$s' may choose to extend this into a two-way or more permissive " +"relationship in the future." +msgstr "" + +#: include/enotify.php:353 +#, php-format +msgid "Please visit %s if you wish to make any changes to this relationship." +msgstr "Посетите %s если вы хотите сделать изменения в этом отношении." + +#: include/enotify.php:363 +msgid "[Friendica System:Notify] registration request" +msgstr "[Friendica System:Notify] Запрос на регистрацию" + +#: include/enotify.php:365 +#, php-format +msgid "You've received a registration request from '%1$s' at %2$s" +msgstr "Вы получили запрос на регистрацию от '%1$s' на %2$s" + +#: include/enotify.php:366 +#, php-format +msgid "You've received a [url=%1$s]registration request[/url] from %2$s." +msgstr "Вы получили [url=%1$s]запрос регистрации[/url] от %2$s." + +#: include/enotify.php:371 +#, php-format +msgid "Full Name:\t%1$s\\nSite Location:\t%2$s\\nLogin Name:\t%3$s (%4$s)" +msgstr "" + +#: include/enotify.php:377 +#, php-format +msgid "Please visit %s to approve or reject the request." +msgstr "Пожалуйста, посетите %s чтобы подтвердить или отвергнуть запрос." + +#: include/items.php:342 mod/notice.php:22 mod/viewsrc.php:21 +#: mod/display.php:72 mod/display.php:252 mod/display.php:354 +#: mod/admin.php:276 mod/admin.php:1854 mod/admin.php:2102 +msgid "Item not found." +msgstr "Пункт не найден." + +#: include/items.php:382 +msgid "Do you really want to delete this item?" +msgstr "Вы действительно хотите удалить этот элемент?" + +#: include/items.php:384 mod/api.php:110 mod/suggest.php:38 +#: mod/dfrn_request.php:653 mod/message.php:138 mod/follow.php:150 +#: mod/profiles.php:636 mod/profiles.php:639 mod/profiles.php:661 +#: mod/contacts.php:472 mod/register.php:237 mod/settings.php:1105 +#: mod/settings.php:1111 mod/settings.php:1118 mod/settings.php:1122 +#: mod/settings.php:1126 mod/settings.php:1130 mod/settings.php:1134 +#: mod/settings.php:1138 mod/settings.php:1158 mod/settings.php:1159 +#: mod/settings.php:1160 mod/settings.php:1161 mod/settings.php:1162 +msgid "Yes" +msgstr "Да" + +#: include/items.php:387 include/conversation.php:1378 mod/fbrowser.php:103 +#: mod/fbrowser.php:134 mod/suggest.php:41 mod/dfrn_request.php:663 +#: mod/tagrm.php:19 mod/tagrm.php:99 mod/editpost.php:149 mod/message.php:141 +#: mod/photos.php:248 mod/photos.php:324 mod/videos.php:147 +#: mod/unfollow.php:117 mod/follow.php:161 mod/contacts.php:475 +#: mod/settings.php:676 mod/settings.php:702 +msgid "Cancel" +msgstr "Отмена" + +#: include/items.php:401 mod/allfriends.php:21 mod/api.php:35 mod/api.php:40 +#: mod/attach.php:38 mod/common.php:26 mod/crepair.php:98 mod/nogroup.php:28 +#: mod/repair_ostatus.php:13 mod/suggest.php:60 mod/uimport.php:28 +#: mod/notifications.php:73 mod/dfrn_confirm.php:68 mod/invite.php:20 +#: mod/invite.php:106 mod/wall_attach.php:74 mod/wall_attach.php:77 +#: mod/manage.php:131 mod/regmod.php:108 mod/viewcontacts.php:57 +#: mod/wallmessage.php:16 mod/wallmessage.php:40 mod/wallmessage.php:79 +#: mod/wallmessage.php:103 mod/poke.php:150 mod/wall_upload.php:103 +#: mod/wall_upload.php:106 mod/editpost.php:18 mod/fsuggest.php:80 +#: mod/group.php:26 mod/item.php:160 mod/message.php:59 mod/message.php:104 +#: mod/network.php:32 mod/notes.php:30 mod/photos.php:174 mod/photos.php:1051 +#: mod/delegate.php:25 mod/delegate.php:43 mod/delegate.php:54 +#: mod/dirfind.php:25 mod/ostatus_subscribe.php:16 mod/unfollow.php:15 +#: mod/unfollow.php:57 mod/unfollow.php:90 mod/cal.php:304 mod/events.php:194 +#: mod/profile_photo.php:30 mod/profile_photo.php:176 +#: mod/profile_photo.php:187 mod/profile_photo.php:200 mod/follow.php:17 +#: mod/follow.php:54 mod/follow.php:118 mod/profiles.php:182 +#: mod/profiles.php:606 mod/contacts.php:386 mod/register.php:53 +#: mod/settings.php:42 mod/settings.php:141 mod/settings.php:665 index.php:416 +msgid "Permission denied." +msgstr "Нет разрешения." + +#: include/items.php:471 +msgid "Archives" +msgstr "Архивы" + +#: include/items.php:477 src/Content/ForumManager.php:130 +#: src/Content/Widget.php:312 src/Object/Post.php:430 src/App.php:512 +#: view/theme/vier/theme.php:259 +msgid "show more" +msgstr "показать больше" + +#: include/conversation.php:144 include/conversation.php:282 +#: include/text.php:1774 src/Model/Item.php:1795 +msgid "event" +msgstr "мероприятие" + +#: include/conversation.php:147 include/conversation.php:157 +#: include/conversation.php:285 include/conversation.php:294 +#: mod/subthread.php:97 mod/tagger.php:72 src/Model/Item.php:1793 +#: src/Protocol/Diaspora.php:2010 +msgid "status" +msgstr "статус" + +#: include/conversation.php:152 include/conversation.php:290 +#: include/text.php:1776 mod/subthread.php:97 mod/tagger.php:72 +#: src/Model/Item.php:1793 +msgid "photo" +msgstr "фото" + +#: include/conversation.php:164 src/Model/Item.php:1666 +#: src/Protocol/Diaspora.php:2006 +#, php-format +msgid "%1$s likes %2$s's %3$s" +msgstr "%1$s нравится %3$s от %2$s " + +#: include/conversation.php:167 src/Model/Item.php:1671 +#, php-format +msgid "%1$s doesn't like %2$s's %3$s" +msgstr "%1$s не нравится %3$s от %2$s " + +#: include/conversation.php:170 #, php-format msgid "%1$s attends %2$s's %3$s" msgstr "%1$s уделил внимание %2$s's %3$s" -#: include/conversation.php:162 +#: include/conversation.php:173 #, php-format msgid "%1$s doesn't attend %2$s's %3$s" msgstr "" -#: include/conversation.php:165 +#: include/conversation.php:176 #, php-format msgid "%1$s attends maybe %2$s's %3$s" msgstr "" -#: include/conversation.php:198 mod/dfrn_confirm.php:478 +#: include/conversation.php:209 mod/dfrn_confirm.php:431 +#: src/Protocol/Diaspora.php:2481 #, php-format msgid "%1$s is now friends with %2$s" msgstr "%1$s и %2$s теперь друзья" -#: include/conversation.php:239 +#: include/conversation.php:250 #, php-format msgid "%1$s poked %2$s" msgstr "" -#: include/conversation.php:260 mod/mood.php:63 -#, php-format -msgid "%1$s is currently %2$s" -msgstr "" - -#: include/conversation.php:307 mod/tagger.php:95 +#: include/conversation.php:304 mod/tagger.php:110 #, php-format msgid "%1$s tagged %2$s's %3$s with %4$s" msgstr "%1$s tagged %2$s's %3$s в %4$s" -#: include/conversation.php:334 +#: include/conversation.php:331 msgid "post/item" msgstr "пост/элемент" -#: include/conversation.php:335 +#: include/conversation.php:332 #, php-format msgid "%1$s marked %2$s's %3$s as favorite" msgstr "%1$s пометил %2$s %3$s как Фаворит" -#: include/conversation.php:614 mod/content.php:372 mod/photos.php:1662 -#: mod/profiles.php:340 +#: include/conversation.php:605 mod/photos.php:1501 mod/profiles.php:355 msgid "Likes" msgstr "Лайки" -#: include/conversation.php:614 mod/content.php:372 mod/photos.php:1662 -#: mod/profiles.php:344 +#: include/conversation.php:605 mod/photos.php:1501 mod/profiles.php:359 msgid "Dislikes" msgstr "Не нравится" -#: include/conversation.php:615 include/conversation.php:1541 -#: mod/content.php:373 mod/photos.php:1663 +#: include/conversation.php:606 include/conversation.php:1687 +#: mod/photos.php:1502 msgid "Attending" msgid_plural "Attending" msgstr[0] "" @@ -1198,309 +526,339 @@ msgstr[1] "" msgstr[2] "" msgstr[3] "" -#: include/conversation.php:615 mod/content.php:373 mod/photos.php:1663 +#: include/conversation.php:606 mod/photos.php:1502 msgid "Not attending" msgstr "" -#: include/conversation.php:615 mod/content.php:373 mod/photos.php:1663 +#: include/conversation.php:606 mod/photos.php:1502 msgid "Might attend" msgstr "" -#: include/conversation.php:747 mod/content.php:453 mod/content.php:759 -#: mod/photos.php:1728 object/Item.php:137 +#: include/conversation.php:744 mod/photos.php:1569 src/Object/Post.php:178 msgid "Select" msgstr "Выберите" -#: include/conversation.php:748 mod/contacts.php:816 mod/contacts.php:1015 -#: mod/content.php:454 mod/content.php:760 mod/photos.php:1729 -#: mod/settings.php:744 mod/admin.php:1508 object/Item.php:138 +#: include/conversation.php:745 mod/photos.php:1570 mod/contacts.php:830 +#: mod/contacts.php:1035 mod/admin.php:1798 mod/settings.php:738 +#: src/Object/Post.php:179 msgid "Delete" msgstr "Удалить" -#: include/conversation.php:791 mod/content.php:487 mod/content.php:915 -#: mod/content.php:916 object/Item.php:356 object/Item.php:357 +#: include/conversation.php:783 src/Object/Post.php:363 +#: src/Object/Post.php:364 #, php-format msgid "View %s's profile @ %s" msgstr "Просмотреть профиль %s [@ %s]" -#: include/conversation.php:803 object/Item.php:344 +#: include/conversation.php:795 src/Object/Post.php:351 msgid "Categories:" msgstr "Категории:" -#: include/conversation.php:804 object/Item.php:345 +#: include/conversation.php:796 src/Object/Post.php:352 msgid "Filed under:" msgstr "В рубрике:" -#: include/conversation.php:811 mod/content.php:497 mod/content.php:928 -#: object/Item.php:370 +#: include/conversation.php:803 src/Object/Post.php:377 #, php-format msgid "%s from %s" msgstr "%s с %s" -#: include/conversation.php:827 mod/content.php:513 +#: include/conversation.php:818 msgid "View in context" msgstr "Смотреть в контексте" -#: include/conversation.php:829 include/conversation.php:1298 -#: mod/content.php:515 mod/content.php:953 mod/editpost.php:114 -#: mod/wallmessage.php:140 mod/message.php:337 mod/message.php:522 -#: mod/photos.php:1627 object/Item.php:395 +#: include/conversation.php:820 include/conversation.php:1360 +#: mod/wallmessage.php:145 mod/editpost.php:125 mod/message.php:264 +#: mod/message.php:433 mod/photos.php:1473 src/Object/Post.php:402 msgid "Please wait" msgstr "Пожалуйста, подождите" -#: include/conversation.php:906 +#: include/conversation.php:891 msgid "remove" msgstr "удалить" -#: include/conversation.php:910 +#: include/conversation.php:895 msgid "Delete Selected Items" msgstr "Удалить выбранные позиции" -#: include/conversation.php:1002 +#: include/conversation.php:1065 view/theme/frio/theme.php:352 msgid "Follow Thread" msgstr "Подписаться на тему" -#: include/conversation.php:1139 +#: include/conversation.php:1066 src/Model/Contact.php:640 +msgid "View Status" +msgstr "Просмотреть статус" + +#: include/conversation.php:1067 include/conversation.php:1083 +#: mod/allfriends.php:73 mod/suggest.php:82 mod/match.php:89 +#: mod/dirfind.php:217 mod/directory.php:159 src/Model/Contact.php:580 +#: src/Model/Contact.php:593 src/Model/Contact.php:641 +msgid "View Profile" +msgstr "Просмотреть профиль" + +#: include/conversation.php:1068 src/Model/Contact.php:642 +msgid "View Photos" +msgstr "Просмотреть фото" + +#: include/conversation.php:1069 src/Model/Contact.php:643 +msgid "Network Posts" +msgstr "Посты сети" + +#: include/conversation.php:1070 src/Model/Contact.php:644 +msgid "View Contact" +msgstr "Просмотреть контакт" + +#: include/conversation.php:1071 src/Model/Contact.php:646 +msgid "Send PM" +msgstr "Отправить ЛС" + +#: include/conversation.php:1075 src/Model/Contact.php:647 +msgid "Poke" +msgstr "потыкать" + +#: include/conversation.php:1080 mod/allfriends.php:74 mod/suggest.php:83 +#: mod/match.php:90 mod/dirfind.php:218 mod/follow.php:143 +#: mod/contacts.php:596 src/Content/Widget.php:61 src/Model/Contact.php:594 +msgid "Connect/Follow" +msgstr "Подключиться/Следовать" + +#: include/conversation.php:1199 #, php-format msgid "%s likes this." msgstr "%s нравится это." -#: include/conversation.php:1142 +#: include/conversation.php:1202 #, php-format msgid "%s doesn't like this." msgstr "%s не нравится это." -#: include/conversation.php:1145 +#: include/conversation.php:1205 #, php-format msgid "%s attends." msgstr "" -#: include/conversation.php:1148 +#: include/conversation.php:1208 #, php-format msgid "%s doesn't attend." msgstr "" -#: include/conversation.php:1151 +#: include/conversation.php:1211 #, php-format msgid "%s attends maybe." msgstr "" -#: include/conversation.php:1162 +#: include/conversation.php:1222 msgid "and" msgstr "и" -#: include/conversation.php:1168 +#: include/conversation.php:1228 #, php-format -msgid ", and %d other people" -msgstr ", и %d других чел." +msgid "and %d other people" +msgstr "" -#: include/conversation.php:1177 +#: include/conversation.php:1237 #, php-format msgid "%2$d people like this" msgstr "%2$d людям нравится это" -#: include/conversation.php:1178 +#: include/conversation.php:1238 #, php-format msgid "%s like this." msgstr "%s нравится это." -#: include/conversation.php:1181 +#: include/conversation.php:1241 #, php-format msgid "%2$d people don't like this" msgstr "%2$d людям не нравится это" -#: include/conversation.php:1182 +#: include/conversation.php:1242 #, php-format msgid "%s don't like this." msgstr "%s не нравится это" -#: include/conversation.php:1185 +#: include/conversation.php:1245 #, php-format msgid "%2$d people attend" msgstr "" -#: include/conversation.php:1186 +#: include/conversation.php:1246 #, php-format msgid "%s attend." msgstr "" -#: include/conversation.php:1189 +#: include/conversation.php:1249 #, php-format msgid "%2$d people don't attend" msgstr "" -#: include/conversation.php:1190 +#: include/conversation.php:1250 #, php-format msgid "%s don't attend." msgstr "" -#: include/conversation.php:1193 +#: include/conversation.php:1253 #, php-format msgid "%2$d people attend maybe" msgstr "" -#: include/conversation.php:1194 +#: include/conversation.php:1254 #, php-format -msgid "%s anttend maybe." +msgid "%s attend maybe." msgstr "" -#: include/conversation.php:1223 include/conversation.php:1239 +#: include/conversation.php:1284 include/conversation.php:1300 msgid "Visible to everybody" msgstr "Видимое всем" -#: include/conversation.php:1224 include/conversation.php:1240 -#: mod/wallmessage.php:114 mod/wallmessage.php:121 mod/message.php:271 -#: mod/message.php:278 mod/message.php:418 mod/message.php:425 +#: include/conversation.php:1285 include/conversation.php:1301 +#: mod/wallmessage.php:120 mod/wallmessage.php:127 mod/message.php:200 +#: mod/message.php:207 mod/message.php:343 mod/message.php:350 msgid "Please enter a link URL:" msgstr "Пожалуйста, введите URL ссылки:" -#: include/conversation.php:1225 include/conversation.php:1241 +#: include/conversation.php:1286 include/conversation.php:1302 msgid "Please enter a video link/URL:" msgstr "Введите ссылку на видео link/URL:" -#: include/conversation.php:1226 include/conversation.php:1242 +#: include/conversation.php:1287 include/conversation.php:1303 msgid "Please enter an audio link/URL:" msgstr "Введите ссылку на аудио link/URL:" -#: include/conversation.php:1227 include/conversation.php:1243 +#: include/conversation.php:1288 include/conversation.php:1304 msgid "Tag term:" msgstr "Тег:" -#: include/conversation.php:1228 include/conversation.php:1244 -#: mod/filer.php:30 +#: include/conversation.php:1289 include/conversation.php:1305 +#: mod/filer.php:34 msgid "Save to Folder:" msgstr "Сохранить в папку:" -#: include/conversation.php:1229 include/conversation.php:1245 +#: include/conversation.php:1290 include/conversation.php:1306 msgid "Where are you right now?" msgstr "И где вы сейчас?" -#: include/conversation.php:1230 +#: include/conversation.php:1291 msgid "Delete item(s)?" msgstr "Удалить елемент(ты)?" -#: include/conversation.php:1279 +#: include/conversation.php:1338 +msgid "New Post" +msgstr "" + +#: include/conversation.php:1341 msgid "Share" msgstr "Поделиться" -#: include/conversation.php:1280 mod/editpost.php:100 mod/wallmessage.php:138 -#: mod/message.php:335 mod/message.php:519 +#: include/conversation.php:1342 mod/wallmessage.php:143 mod/editpost.php:111 +#: mod/message.php:262 mod/message.php:430 msgid "Upload photo" msgstr "Загрузить фото" -#: include/conversation.php:1281 mod/editpost.php:101 +#: include/conversation.php:1343 mod/editpost.php:112 msgid "upload photo" msgstr "загрузить фото" -#: include/conversation.php:1282 mod/editpost.php:102 +#: include/conversation.php:1344 mod/editpost.php:113 msgid "Attach file" msgstr "Прикрепить файл" -#: include/conversation.php:1283 mod/editpost.php:103 +#: include/conversation.php:1345 mod/editpost.php:114 msgid "attach file" msgstr "приложить файл" -#: include/conversation.php:1284 mod/editpost.php:104 mod/wallmessage.php:139 -#: mod/message.php:336 mod/message.php:520 +#: include/conversation.php:1346 mod/wallmessage.php:144 mod/editpost.php:115 +#: mod/message.php:263 mod/message.php:431 msgid "Insert web link" msgstr "Вставить веб-ссылку" -#: include/conversation.php:1285 mod/editpost.php:105 +#: include/conversation.php:1347 mod/editpost.php:116 msgid "web link" msgstr "веб-ссылка" -#: include/conversation.php:1286 mod/editpost.php:106 +#: include/conversation.php:1348 mod/editpost.php:117 msgid "Insert video link" msgstr "Вставить ссылку видео" -#: include/conversation.php:1287 mod/editpost.php:107 +#: include/conversation.php:1349 mod/editpost.php:118 msgid "video link" msgstr "видео-ссылка" -#: include/conversation.php:1288 mod/editpost.php:108 +#: include/conversation.php:1350 mod/editpost.php:119 msgid "Insert audio link" msgstr "Вставить ссылку аудио" -#: include/conversation.php:1289 mod/editpost.php:109 +#: include/conversation.php:1351 mod/editpost.php:120 msgid "audio link" msgstr "аудио-ссылка" -#: include/conversation.php:1290 mod/editpost.php:110 +#: include/conversation.php:1352 mod/editpost.php:121 msgid "Set your location" msgstr "Задать ваше местоположение" -#: include/conversation.php:1291 mod/editpost.php:111 +#: include/conversation.php:1353 mod/editpost.php:122 msgid "set location" msgstr "установить местонахождение" -#: include/conversation.php:1292 mod/editpost.php:112 +#: include/conversation.php:1354 mod/editpost.php:123 msgid "Clear browser location" msgstr "Очистить местонахождение браузера" -#: include/conversation.php:1293 mod/editpost.php:113 +#: include/conversation.php:1355 mod/editpost.php:124 msgid "clear location" msgstr "убрать местонахождение" -#: include/conversation.php:1295 mod/editpost.php:127 +#: include/conversation.php:1357 mod/editpost.php:138 msgid "Set title" msgstr "Установить заголовок" -#: include/conversation.php:1297 mod/editpost.php:129 +#: include/conversation.php:1359 mod/editpost.php:140 msgid "Categories (comma-separated list)" msgstr "Категории (список через запятую)" -#: include/conversation.php:1299 mod/editpost.php:115 +#: include/conversation.php:1361 mod/editpost.php:126 msgid "Permission settings" msgstr "Настройки разрешений" -#: include/conversation.php:1300 mod/editpost.php:144 +#: include/conversation.php:1362 mod/editpost.php:155 msgid "permissions" msgstr "разрешения" -#: include/conversation.php:1308 mod/editpost.php:124 +#: include/conversation.php:1370 mod/editpost.php:135 msgid "Public post" msgstr "Публичное сообщение" -#: include/conversation.php:1313 mod/content.php:737 mod/editpost.php:135 -#: mod/events.php:503 mod/photos.php:1647 mod/photos.php:1689 -#: mod/photos.php:1769 object/Item.php:714 +#: include/conversation.php:1374 mod/editpost.php:146 mod/photos.php:1492 +#: mod/photos.php:1531 mod/photos.php:1604 mod/events.php:528 +#: src/Object/Post.php:805 msgid "Preview" msgstr "Предварительный просмотр" -#: include/conversation.php:1317 include/items.php:2167 mod/contacts.php:455 -#: mod/editpost.php:138 mod/fbrowser.php:100 mod/fbrowser.php:135 -#: mod/suggest.php:32 mod/tagrm.php:11 mod/tagrm.php:96 -#: mod/dfrn_request.php:894 mod/follow.php:124 mod/message.php:209 -#: mod/photos.php:245 mod/photos.php:337 mod/settings.php:682 -#: mod/settings.php:708 mod/videos.php:132 -msgid "Cancel" -msgstr "Отмена" - -#: include/conversation.php:1323 +#: include/conversation.php:1383 msgid "Post to Groups" msgstr "Пост для групп" -#: include/conversation.php:1324 +#: include/conversation.php:1384 msgid "Post to Contacts" msgstr "Пост для контактов" -#: include/conversation.php:1325 +#: include/conversation.php:1385 msgid "Private post" msgstr "Личное сообщение" -#: include/conversation.php:1330 include/identity.php:264 mod/editpost.php:142 +#: include/conversation.php:1390 mod/editpost.php:153 +#: src/Model/Profile.php:342 msgid "Message" msgstr "Сообщение" -#: include/conversation.php:1331 mod/editpost.php:143 +#: include/conversation.php:1391 mod/editpost.php:154 msgid "Browser" msgstr "Браузер" -#: include/conversation.php:1513 +#: include/conversation.php:1658 msgid "View all" msgstr "Посмотреть все" -#: include/conversation.php:1535 +#: include/conversation.php:1681 msgid "Like" msgid_plural "Likes" msgstr[0] "Нравится" @@ -1508,7 +866,7 @@ msgstr[1] "Нравится" msgstr[2] "Нравится" msgstr[3] "Нравится" -#: include/conversation.php:1538 +#: include/conversation.php:1684 msgid "Dislike" msgid_plural "Dislikes" msgstr[0] "Не нравится" @@ -1516,7 +874,7 @@ msgstr[1] "Не нравится" msgstr[2] "Не нравится" msgstr[3] "Не нравится" -#: include/conversation.php:1544 +#: include/conversation.php:1690 msgid "Not Attending" msgid_plural "Not Attending" msgstr[0] "" @@ -1524,1430 +882,51 @@ msgstr[1] "" msgstr[2] "" msgstr[3] "" -#: include/datetime.php:66 include/datetime.php:68 mod/profiles.php:698 -msgid "Miscellaneous" -msgstr "Разное" - -#: include/datetime.php:196 include/identity.php:644 -msgid "Birthday:" -msgstr "День рождения:" - -#: include/datetime.php:198 mod/profiles.php:721 -msgid "Age: " -msgstr "Возраст: " - -#: include/datetime.php:200 -msgid "YYYY-MM-DD or MM-DD" -msgstr "YYYY-MM-DD или MM-DD" - -#: include/datetime.php:370 -msgid "never" -msgstr "никогда" - -#: include/datetime.php:376 -msgid "less than a second ago" -msgstr "менее сек. назад" - -#: include/datetime.php:379 -msgid "year" -msgstr "год" - -#: include/datetime.php:379 -msgid "years" -msgstr "лет" - -#: include/datetime.php:380 include/event.php:519 mod/cal.php:279 -#: mod/events.php:384 -msgid "month" -msgstr "мес." - -#: include/datetime.php:380 -msgid "months" -msgstr "мес." - -#: include/datetime.php:381 include/event.php:520 mod/cal.php:280 -#: mod/events.php:385 -msgid "week" -msgstr "неделя" - -#: include/datetime.php:381 -msgid "weeks" -msgstr "недель" - -#: include/datetime.php:382 include/event.php:521 mod/cal.php:281 -#: mod/events.php:386 -msgid "day" -msgstr "день" - -#: include/datetime.php:382 -msgid "days" -msgstr "дней" - -#: include/datetime.php:383 -msgid "hour" -msgstr "час" - -#: include/datetime.php:383 -msgid "hours" -msgstr "час." - -#: include/datetime.php:384 -msgid "minute" -msgstr "минута" - -#: include/datetime.php:384 -msgid "minutes" -msgstr "мин." - -#: include/datetime.php:385 -msgid "second" -msgstr "секунда" - -#: include/datetime.php:385 -msgid "seconds" -msgstr "сек." - -#: include/datetime.php:394 -#, php-format -msgid "%1$d %2$s ago" -msgstr "%1$d %2$s назад" - -#: include/datetime.php:620 -#, php-format -msgid "%s's birthday" -msgstr "день рождения %s" - -#: include/datetime.php:621 include/dfrn.php:1252 -#, php-format -msgid "Happy Birthday %s" -msgstr "С днём рождения %s" - -#: include/dba_pdo.php:72 include/dba.php:47 -#, php-format -msgid "Cannot locate DNS info for database server '%s'" -msgstr "Не могу найти информацию для DNS-сервера базы данных '%s'" - -#: include/enotify.php:24 -msgid "Friendica Notification" -msgstr "Уведомления Friendica" - -#: include/enotify.php:27 -msgid "Thank You," -msgstr "Спасибо," - -#: include/enotify.php:30 -#, php-format -msgid "%s Administrator" -msgstr "%s администратор" - -#: include/enotify.php:32 -#, php-format -msgid "%1$s, %2$s Administrator" -msgstr "%1$s, администратор %2$s" - -#: include/enotify.php:70 -#, php-format -msgid "%s " -msgstr "%s " - -#: include/enotify.php:83 -#, php-format -msgid "[Friendica:Notify] New mail received at %s" -msgstr "[Friendica: Оповещение] Новое сообщение, пришедшее на %s" - -#: include/enotify.php:85 -#, php-format -msgid "%1$s sent you a new private message at %2$s." -msgstr "%1$s отправил вам новое личное сообщение на %2$s." - -#: include/enotify.php:86 -#, php-format -msgid "%1$s sent you %2$s." -msgstr "%1$s послал вам %2$s." - -#: include/enotify.php:86 -msgid "a private message" -msgstr "личное сообщение" - -#: include/enotify.php:88 -#, php-format -msgid "Please visit %s to view and/or reply to your private messages." -msgstr "Пожалуйста, посетите %s для просмотра и/или ответа на личные сообщения." - -#: include/enotify.php:134 -#, php-format -msgid "%1$s commented on [url=%2$s]a %3$s[/url]" -msgstr "%1$s прокомментировал [url=%2$s]a %3$s[/url]" - -#: include/enotify.php:141 -#, php-format -msgid "%1$s commented on [url=%2$s]%3$s's %4$s[/url]" -msgstr "%1$s прокомментировал [url=%2$s]%3$s's %4$s[/url]" - -#: include/enotify.php:149 -#, php-format -msgid "%1$s commented on [url=%2$s]your %3$s[/url]" -msgstr "%1$s прокомментировал [url=%2$s]your %3$s[/url]" - -#: include/enotify.php:159 -#, php-format -msgid "[Friendica:Notify] Comment to conversation #%1$d by %2$s" -msgstr "[Friendica:Notify] Комментарий к #%1$d от %2$s" - -#: include/enotify.php:161 -#, php-format -msgid "%s commented on an item/conversation you have been following." -msgstr "%s оставил комментарий к элементу/беседе, за которой вы следите." - -#: include/enotify.php:164 include/enotify.php:178 include/enotify.php:192 -#: include/enotify.php:206 include/enotify.php:224 include/enotify.php:238 -#, php-format -msgid "Please visit %s to view and/or reply to the conversation." -msgstr "Пожалуйста посетите %s для просмотра и/или ответа в беседу." - -#: include/enotify.php:171 -#, php-format -msgid "[Friendica:Notify] %s posted to your profile wall" -msgstr "[Friendica:Оповещение] %s написал на стене вашего профиля" - -#: include/enotify.php:173 -#, php-format -msgid "%1$s posted to your profile wall at %2$s" -msgstr "%1$s написал на вашей стене на %2$s" - -#: include/enotify.php:174 -#, php-format -msgid "%1$s posted to [url=%2$s]your wall[/url]" -msgstr "%1$s написал на [url=%2$s]вашей стене[/url]" - -#: include/enotify.php:185 -#, php-format -msgid "[Friendica:Notify] %s tagged you" -msgstr "[Friendica:Notify] %s отметил вас" - -#: include/enotify.php:187 -#, php-format -msgid "%1$s tagged you at %2$s" -msgstr "%1$s отметил вас в %2$s" - -#: include/enotify.php:188 -#, php-format -msgid "%1$s [url=%2$s]tagged you[/url]." -msgstr "%1$s [url=%2$s]отметил вас[/url]." - -#: include/enotify.php:199 -#, php-format -msgid "[Friendica:Notify] %s shared a new post" -msgstr "[Friendica:Notify] %s поделился новым постом" - -#: include/enotify.php:201 -#, php-format -msgid "%1$s shared a new post at %2$s" -msgstr "%1$s поделился новым постом на %2$s" - -#: include/enotify.php:202 -#, php-format -msgid "%1$s [url=%2$s]shared a post[/url]." -msgstr "%1$s [url=%2$s]поделился постом[/url]." - -#: include/enotify.php:213 -#, php-format -msgid "[Friendica:Notify] %1$s poked you" -msgstr "[Friendica:Notify] %1$s потыкал вас" - -#: include/enotify.php:215 -#, php-format -msgid "%1$s poked you at %2$s" -msgstr "%1$s потыкал вас на %2$s" - -#: include/enotify.php:216 -#, php-format -msgid "%1$s [url=%2$s]poked you[/url]." -msgstr "%1$s [url=%2$s]потыкал вас[/url]." - -#: include/enotify.php:231 -#, php-format -msgid "[Friendica:Notify] %s tagged your post" -msgstr "[Friendica:Notify] %s поставил тег вашему посту" - -#: include/enotify.php:233 -#, php-format -msgid "%1$s tagged your post at %2$s" -msgstr "%1$s поставил тег вашему посту на %2$s" - -#: include/enotify.php:234 -#, php-format -msgid "%1$s tagged [url=%2$s]your post[/url]" -msgstr "%1$s поставил тег [url=%2$s]вашему посту[/url]" - -#: include/enotify.php:245 -msgid "[Friendica:Notify] Introduction received" -msgstr "[Friendica:Сообщение] получен запрос" - -#: include/enotify.php:247 -#, php-format -msgid "You've received an introduction from '%1$s' at %2$s" -msgstr "Вы получили запрос от '%1$s' на %2$s" - -#: include/enotify.php:248 -#, php-format -msgid "You've received [url=%1$s]an introduction[/url] from %2$s." -msgstr "Вы получили [url=%1$s]запрос[/url] от %2$s." - -#: include/enotify.php:252 include/enotify.php:295 -#, php-format -msgid "You may visit their profile at %s" -msgstr "Вы можете посмотреть его профиль здесь %s" - -#: include/enotify.php:254 -#, php-format -msgid "Please visit %s to approve or reject the introduction." -msgstr "Посетите %s для подтверждения или отказа запроса." - -#: include/enotify.php:262 -msgid "[Friendica:Notify] A new person is sharing with you" -msgstr "[Friendica:Notify] Новый человек делится с вами" - -#: include/enotify.php:264 include/enotify.php:265 -#, php-format -msgid "%1$s is sharing with you at %2$s" -msgstr "%1$s делится с вами на %2$s" - -#: include/enotify.php:271 -msgid "[Friendica:Notify] You have a new follower" -msgstr "[Friendica:Notify] У вас новый подписчик" - -#: include/enotify.php:273 include/enotify.php:274 -#, php-format -msgid "You have a new follower at %2$s : %1$s" -msgstr "У вас новый подписчик на %2$s : %1$s" - -#: include/enotify.php:285 -msgid "[Friendica:Notify] Friend suggestion received" -msgstr "[Friendica: Оповещение] получено предложение дружбы" - -#: include/enotify.php:287 -#, php-format -msgid "You've received a friend suggestion from '%1$s' at %2$s" -msgstr "Вы получили предложение дружбы от '%1$s' на %2$s" - -#: include/enotify.php:288 -#, php-format -msgid "" -"You've received [url=%1$s]a friend suggestion[/url] for %2$s from %3$s." -msgstr "У вас [url=%1$s]новое предложение дружбы[/url] для %2$s от %3$s." - -#: include/enotify.php:293 -msgid "Name:" -msgstr "Имя:" - -#: include/enotify.php:294 -msgid "Photo:" -msgstr "Фото:" - -#: include/enotify.php:297 -#, php-format -msgid "Please visit %s to approve or reject the suggestion." -msgstr "Пожалуйста, посетите %s для подтверждения, или отказа запроса." - -#: include/enotify.php:305 include/enotify.php:319 -msgid "[Friendica:Notify] Connection accepted" -msgstr "[Friendica:Notify] Соединение принято" - -#: include/enotify.php:307 include/enotify.php:321 -#, php-format -msgid "'%1$s' has accepted your connection request at %2$s" -msgstr "'%1$s' принял соединение с вами на %2$s" - -#: include/enotify.php:308 include/enotify.php:322 -#, php-format -msgid "%2$s has accepted your [url=%1$s]connection request[/url]." -msgstr "%2$s принял ваше [url=%1$s]предложение о соединении[/url]." - -#: include/enotify.php:312 -msgid "" -"You are now mutual friends and may exchange status updates, photos, and " -"email without restriction." -msgstr "Вы теперь взаимные друзья и можете обмениваться статусами, фотографиями и письмами без ограничений." - -#: include/enotify.php:314 -#, php-format -msgid "Please visit %s if you wish to make any changes to this relationship." -msgstr "Посетите %s если вы хотите сделать изменения в этом отношении." - -#: include/enotify.php:326 -#, 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:328 -#, 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:330 -#, php-format -msgid "Please visit %s if you wish to make any changes to this relationship." -msgstr "Посетите %s если вы хотите сделать изменения в этом отношении." - -#: include/enotify.php:340 -msgid "[Friendica System:Notify] registration request" -msgstr "[Friendica System:Notify] Запрос на регистрацию" - -#: include/enotify.php:342 -#, php-format -msgid "You've received a registration request from '%1$s' at %2$s" -msgstr "Вы получили запрос на регистрацию от '%1$s' на %2$s" - -#: include/enotify.php:343 -#, php-format -msgid "You've received a [url=%1$s]registration request[/url] from %2$s." -msgstr "Вы получили [url=%1$s]запрос регистрации[/url] от %2$s." - -#: include/enotify.php:347 -#, php-format -msgid "Full Name:\t%1$s\\nSite Location:\t%2$s\\nLogin Name:\t%3$s (%4$s)" -msgstr "Полное имя:⇥%1$s\\nСайт:⇥%2$s\\nЛогин:⇥%3$s (%4$s)" - -#: include/enotify.php:350 -#, php-format -msgid "Please visit %s to approve or reject the request." -msgstr "Пожалуйста, посетите %s чтобы подтвердить или отвергнуть запрос." - -#: include/event.php:474 -msgid "all-day" -msgstr "" - -#: include/event.php:476 -msgid "Sun" -msgstr "Вс" - -#: include/event.php:477 -msgid "Mon" -msgstr "Пн" - -#: include/event.php:478 -msgid "Tue" -msgstr "Вт" - -#: include/event.php:479 -msgid "Wed" -msgstr "Ср" - -#: include/event.php:480 -msgid "Thu" -msgstr "Чт" - -#: include/event.php:481 -msgid "Fri" -msgstr "Пт" - -#: include/event.php:482 -msgid "Sat" -msgstr "Сб" - -#: include/event.php:484 include/text.php:1198 mod/settings.php:981 -msgid "Sunday" -msgstr "Воскресенье" - -#: include/event.php:485 include/text.php:1198 mod/settings.php:981 -msgid "Monday" -msgstr "Понедельник" - -#: include/event.php:486 include/text.php:1198 -msgid "Tuesday" -msgstr "Вторник" - -#: include/event.php:487 include/text.php:1198 -msgid "Wednesday" -msgstr "Среда" - -#: include/event.php:488 include/text.php:1198 -msgid "Thursday" -msgstr "Четверг" - -#: include/event.php:489 include/text.php:1198 -msgid "Friday" -msgstr "Пятница" - -#: include/event.php:490 include/text.php:1198 -msgid "Saturday" -msgstr "Суббота" - -#: include/event.php:492 -msgid "Jan" -msgstr "Янв" - -#: include/event.php:493 -msgid "Feb" -msgstr "Фев" - -#: include/event.php:494 -msgid "Mar" -msgstr "Мрт" - -#: include/event.php:495 -msgid "Apr" -msgstr "Апр" - -#: include/event.php:496 include/event.php:509 include/text.php:1202 -msgid "May" -msgstr "Май" - -#: include/event.php:497 -msgid "Jun" -msgstr "Июн" - -#: include/event.php:498 -msgid "Jul" -msgstr "Июл" - -#: include/event.php:499 -msgid "Aug" -msgstr "Авг" - -#: include/event.php:500 -msgid "Sept" -msgstr "Сен" - -#: include/event.php:501 -msgid "Oct" -msgstr "Окт" - -#: include/event.php:502 -msgid "Nov" -msgstr "Нбр" - -#: include/event.php:503 -msgid "Dec" -msgstr "Дек" - -#: include/event.php:505 include/text.php:1202 -msgid "January" -msgstr "Январь" - -#: include/event.php:506 include/text.php:1202 -msgid "February" -msgstr "Февраль" - -#: include/event.php:507 include/text.php:1202 -msgid "March" -msgstr "Март" - -#: include/event.php:508 include/text.php:1202 -msgid "April" -msgstr "Апрель" - -#: include/event.php:510 include/text.php:1202 -msgid "June" -msgstr "Июнь" - -#: include/event.php:511 include/text.php:1202 -msgid "July" -msgstr "Июль" - -#: include/event.php:512 include/text.php:1202 -msgid "August" -msgstr "Август" - -#: include/event.php:513 include/text.php:1202 -msgid "September" -msgstr "Сентябрь" - -#: include/event.php:514 include/text.php:1202 -msgid "October" -msgstr "Октябрь" - -#: include/event.php:515 include/text.php:1202 -msgid "November" -msgstr "Ноябрь" - -#: include/event.php:516 include/text.php:1202 -msgid "December" -msgstr "Декабрь" - -#: include/event.php:518 mod/cal.php:278 mod/events.php:383 -msgid "today" -msgstr "сегодня" - -#: include/event.php:523 -msgid "No events to display" -msgstr "Нет событий для показа" - -#: include/event.php:636 -msgid "l, F j" -msgstr "l, j F" - -#: include/event.php:658 -msgid "Edit event" -msgstr "Редактировать мероприятие" - -#: include/event.php:659 -msgid "Delete event" -msgstr "" - -#: include/event.php:685 include/text.php:1600 include/text.php:1607 -msgid "link to source" -msgstr "ссылка на сообщение" - -#: include/event.php:939 -msgid "Export" -msgstr "Экспорт" - -#: include/event.php:940 -msgid "Export calendar as ical" -msgstr "Экспортировать календарь в формат ical" - -#: include/event.php:941 -msgid "Export calendar as csv" -msgstr "Экспортировать календарь в формат csv" - -#: include/features.php:65 -msgid "General Features" -msgstr "Основные возможности" - -#: include/features.php:67 -msgid "Multiple Profiles" -msgstr "Несколько профилей" - -#: include/features.php:67 -msgid "Ability to create multiple profiles" -msgstr "Возможность создания нескольких профилей" - -#: include/features.php:68 -msgid "Photo Location" -msgstr "Место фотографирования" - -#: include/features.php:68 -msgid "" -"Photo metadata is normally stripped. This extracts the location (if present)" -" prior to stripping metadata and links it to a map." -msgstr "Метаданные фотографий обычно вырезаются. Эта настройка получает местоположение (если есть) до вырезки метаданных и связывает с координатами на карте." - -#: include/features.php:69 -msgid "Export Public Calendar" -msgstr "Экспортировать публичный календарь" - -#: include/features.php:69 -msgid "Ability for visitors to download the public calendar" -msgstr "Возможность скачивать публичный календарь посетителями" - -#: include/features.php:74 -msgid "Post Composition Features" -msgstr "Составление сообщений" - -#: include/features.php:75 -msgid "Post Preview" -msgstr "Предварительный просмотр" - -#: include/features.php:75 -msgid "Allow previewing posts and comments before publishing them" -msgstr "Разрешить предпросмотр сообщения и комментария перед их публикацией" - -#: include/features.php:76 -msgid "Auto-mention Forums" -msgstr "" - -#: include/features.php:76 -msgid "" -"Add/remove mention when a forum page is selected/deselected in ACL window." -msgstr "" - -#: include/features.php:81 -msgid "Network Sidebar Widgets" -msgstr "Виджет боковой панели \"Сеть\"" - -#: include/features.php:82 -msgid "Search by Date" -msgstr "Поиск по датам" - -#: include/features.php:82 -msgid "Ability to select posts by date ranges" -msgstr "Возможность выбора постов по диапазону дат" - -#: include/features.php:83 include/features.php:113 -msgid "List Forums" -msgstr "Список форумов" - -#: include/features.php:83 -msgid "Enable widget to display the forums your are connected with" -msgstr "" - -#: include/features.php:84 -msgid "Group Filter" -msgstr "Фильтр групп" - -#: include/features.php:84 -msgid "Enable widget to display Network posts only from selected group" -msgstr "Включить виджет для отображения сообщений сети только от выбранной группы" - -#: include/features.php:85 -msgid "Network Filter" -msgstr "Фильтр сети" - -#: include/features.php:85 -msgid "Enable widget to display Network posts only from selected network" -msgstr "Включить виджет для отображения сообщений сети только от выбранной сети" - -#: include/features.php:86 mod/network.php:206 mod/search.php:34 -msgid "Saved Searches" -msgstr "запомненные поиски" - -#: include/features.php:86 -msgid "Save search terms for re-use" -msgstr "Сохранить условия поиска для повторного использования" - -#: include/features.php:91 -msgid "Network Tabs" -msgstr "Сетевые вкладки" - -#: include/features.php:92 -msgid "Network Personal Tab" -msgstr "Персональные сетевые вкладки" - -#: include/features.php:92 -msgid "Enable tab to display only Network posts that you've interacted on" -msgstr "Включить вкладку для отображения только сообщений сети, с которой вы взаимодействовали" - -#: include/features.php:93 -msgid "Network New Tab" -msgstr "Новая вкладка сеть" - -#: include/features.php:93 -msgid "Enable tab to display only new Network posts (from the last 12 hours)" -msgstr "Включить вкладку для отображения только новых сообщений сети (за последние 12 часов)" - -#: include/features.php:94 -msgid "Network Shared Links Tab" -msgstr "Вкладка shared ссылок сети" - -#: include/features.php:94 -msgid "Enable tab to display only Network posts with links in them" -msgstr "Включить вкладку для отображения только сообщений сети со ссылками на них" - -#: include/features.php:99 -msgid "Post/Comment Tools" -msgstr "Инструменты пост/комментарий" - -#: include/features.php:100 -msgid "Multiple Deletion" -msgstr "Множественное удаление" - -#: include/features.php:100 -msgid "Select and delete multiple posts/comments at once" -msgstr "Выбрать и удалить несколько постов/комментариев одновременно." - -#: include/features.php:101 -msgid "Edit Sent Posts" -msgstr "Редактировать отправленные посты" - -#: include/features.php:101 -msgid "Edit and correct posts and comments after sending" -msgstr "Редактировать и править посты и комментарии после отправления" - -#: include/features.php:102 -msgid "Tagging" -msgstr "Отмеченное" - -#: include/features.php:102 -msgid "Ability to tag existing posts" -msgstr "Возможность отмечать существующие посты" - -#: include/features.php:103 -msgid "Post Categories" -msgstr "Категории постов" - -#: include/features.php:103 -msgid "Add categories to your posts" -msgstr "Добавить категории вашего поста" - -#: include/features.php:104 -msgid "Ability to file posts under folders" -msgstr "" - -#: include/features.php:105 -msgid "Dislike Posts" -msgstr "Посты, которые не нравятся" - -#: include/features.php:105 -msgid "Ability to dislike posts/comments" -msgstr "Возможность поставить \"Не нравится\" посту или комментарию" - -#: include/features.php:106 -msgid "Star Posts" -msgstr "Популярные посты" - -#: include/features.php:106 -msgid "Ability to mark special posts with a star indicator" -msgstr "Возможность отметить специальные сообщения индикатором популярности" - -#: include/features.php:107 -msgid "Mute Post Notifications" -msgstr "Отключить уведомления для поста" - -#: include/features.php:107 -msgid "Ability to mute notifications for a thread" -msgstr "Возможность отключить уведомления для отдельно взятого обсуждения" - -#: include/features.php:112 -msgid "Advanced Profile Settings" -msgstr "Расширенные настройки профиля" - -#: include/features.php:113 -msgid "Show visitors public community forums at the Advanced Profile Page" -msgstr "" - -#: include/follow.php:81 mod/dfrn_request.php:512 -msgid "Disallowed profile URL." -msgstr "Запрещенный URL профиля." - -#: include/follow.php:86 mod/dfrn_request.php:518 mod/friendica.php:114 -#: mod/admin.php:279 mod/admin.php:297 -msgid "Blocked domain" -msgstr "" - -#: include/follow.php:91 -msgid "Connect URL missing." -msgstr "Connect-URL отсутствует." - -#: include/follow.php:119 -msgid "" -"This site is not configured to allow communications with other networks." -msgstr "Данный сайт не настроен так, чтобы держать связь с другими сетями." - -#: include/follow.php:120 include/follow.php:134 -msgid "No compatible communication protocols or feeds were discovered." -msgstr "Обнаружены несовместимые протоколы связи или каналы." - -#: include/follow.php:132 -msgid "The profile address specified does not provide adequate information." -msgstr "Указанный адрес профиля не дает адекватной информации." - -#: include/follow.php:137 -msgid "An author or name was not found." -msgstr "Автор или имя не найдены." - -#: include/follow.php:140 -msgid "No browser URL could be matched to this address." -msgstr "Нет URL браузера, который соответствует этому адресу." - -#: include/follow.php:143 -msgid "" -"Unable to match @-style Identity Address with a known protocol or email " -"contact." -msgstr "" - -#: include/follow.php:144 -msgid "Use mailto: in front of address to force email check." -msgstr "Bcgjkmpeqnt mailto: перед адресом для быстрого доступа к email." - -#: include/follow.php:150 -msgid "" -"The profile address specified belongs to a network which has been disabled " -"on this site." -msgstr "Указанный адрес профиля принадлежит сети, недоступной на этом сайта." - -#: include/follow.php:155 -msgid "" -"Limited profile. This person will be unable to receive direct/personal " -"notifications from you." -msgstr "Ограниченный профиль. Этот человек не сможет получить прямые / личные уведомления от вас." - -#: include/follow.php:256 -msgid "Unable to retrieve contact information." -msgstr "Невозможно получить контактную информацию." - -#: include/group.php:25 -msgid "" -"A deleted group with this name was revived. Existing item permissions " -"may apply to this group and any future members. If this is " -"not what you intended, please create another group with a different name." -msgstr "Удаленная группа с таким названием была восстановлена. Существующие права доступа могут применяться к этой группе и любым будущим участникам. Если это не то, что вы хотели, пожалуйста, создайте еще ​​одну группу с другим названием." - -#: include/group.php:210 -msgid "Default privacy group for new contacts" -msgstr "Группа доступа по умолчанию для новых контактов" - -#: include/group.php:243 -msgid "Everybody" -msgstr "Каждый" - -#: include/group.php:266 -msgid "edit" -msgstr "редактировать" - -#: include/group.php:287 mod/newmember.php:61 -msgid "Groups" -msgstr "Группы" - -#: include/group.php:289 -msgid "Edit groups" -msgstr "Редактировать группы" - -#: include/group.php:291 -msgid "Edit group" -msgstr "Редактировать группу" - -#: include/group.php:292 -msgid "Create a new group" -msgstr "Создать новую группу" - -#: include/group.php:293 mod/group.php:99 mod/group.php:196 -msgid "Group Name: " -msgstr "Название группы: " - -#: include/group.php:295 -msgid "Contacts not in any group" -msgstr "Контакты не состоят в группе" - -#: include/group.php:297 mod/network.php:207 -msgid "add" -msgstr "добавить" - -#: include/identity.php:43 -msgid "Requested account is not available." -msgstr "Запрашиваемый профиль недоступен." - -#: include/identity.php:52 mod/profile.php:21 -msgid "Requested profile is not available." -msgstr "Запрашиваемый профиль недоступен." - -#: include/identity.php:96 include/identity.php:319 include/identity.php:740 -msgid "Edit profile" -msgstr "Редактировать профиль" - -#: include/identity.php:259 -msgid "Atom feed" -msgstr "Фид Atom" - -#: include/identity.php:290 -msgid "Manage/edit profiles" -msgstr "Управление / редактирование профилей" - -#: include/identity.php:295 include/identity.php:321 mod/profiles.php:787 -msgid "Change profile photo" -msgstr "Изменить фото профиля" - -#: include/identity.php:296 mod/profiles.php:788 -msgid "Create New Profile" -msgstr "Создать новый профиль" - -#: include/identity.php:306 mod/profiles.php:777 -msgid "Profile Image" -msgstr "Фото профиля" - -#: include/identity.php:309 mod/profiles.php:779 -msgid "visible to everybody" -msgstr "видимый всем" - -#: include/identity.php:310 mod/profiles.php:684 mod/profiles.php:780 -msgid "Edit visibility" -msgstr "Редактировать видимость" - -#: include/identity.php:338 include/identity.php:633 mod/directory.php:141 -#: mod/notifications.php:250 -msgid "Gender:" -msgstr "Пол:" - -#: include/identity.php:341 include/identity.php:651 mod/directory.php:143 -msgid "Status:" -msgstr "Статус:" - -#: include/identity.php:343 include/identity.php:667 mod/directory.php:145 -msgid "Homepage:" -msgstr "Домашняя страничка:" - -#: include/identity.php:345 include/identity.php:687 mod/contacts.php:640 -#: mod/directory.php:147 mod/notifications.php:246 -msgid "About:" -msgstr "О себе:" - -#: include/identity.php:347 mod/contacts.php:638 -msgid "XMPP:" -msgstr "XMPP:" - -#: include/identity.php:433 mod/contacts.php:55 mod/notifications.php:258 -msgid "Network:" -msgstr "Сеть:" - -#: include/identity.php:462 include/identity.php:552 -msgid "g A l F d" -msgstr "g A l F d" - -#: include/identity.php:463 include/identity.php:553 -msgid "F d" -msgstr "F d" - -#: include/identity.php:514 include/identity.php:599 -msgid "[today]" -msgstr "[сегодня]" - -#: include/identity.php:526 -msgid "Birthday Reminders" -msgstr "Напоминания о днях рождения" - -#: include/identity.php:527 -msgid "Birthdays this week:" -msgstr "Дни рождения на этой неделе:" - -#: include/identity.php:586 -msgid "[No description]" -msgstr "[без описания]" - -#: include/identity.php:610 -msgid "Event Reminders" -msgstr "Напоминания о мероприятиях" - -#: include/identity.php:611 -msgid "Events this week:" -msgstr "Мероприятия на этой неделе:" - -#: include/identity.php:631 mod/settings.php:1286 -msgid "Full Name:" -msgstr "Полное имя:" - -#: include/identity.php:636 -msgid "j F, Y" -msgstr "j F, Y" - -#: include/identity.php:637 -msgid "j F" -msgstr "j F" - -#: include/identity.php:648 -msgid "Age:" -msgstr "Возраст:" - -#: include/identity.php:659 -#, php-format -msgid "for %1$d %2$s" -msgstr "для %1$d %2$s" - -#: include/identity.php:663 mod/profiles.php:703 -msgid "Sexual Preference:" -msgstr "Сексуальные предпочтения:" - -#: include/identity.php:671 mod/profiles.php:730 -msgid "Hometown:" -msgstr "Родной город:" - -#: include/identity.php:675 mod/contacts.php:642 mod/follow.php:137 -#: mod/notifications.php:248 -msgid "Tags:" -msgstr "Ключевые слова: " - -#: include/identity.php:679 mod/profiles.php:731 -msgid "Political Views:" -msgstr "Политические взгляды:" - -#: include/identity.php:683 -msgid "Religion:" -msgstr "Религия:" - -#: include/identity.php:691 -msgid "Hobbies/Interests:" -msgstr "Хобби / Интересы:" - -#: include/identity.php:695 mod/profiles.php:735 -msgid "Likes:" -msgstr "Нравится:" - -#: include/identity.php:699 mod/profiles.php:736 -msgid "Dislikes:" -msgstr "Не нравится:" - -#: include/identity.php:703 -msgid "Contact information and Social Networks:" -msgstr "Информация о контакте и социальных сетях:" - -#: include/identity.php:707 -msgid "Musical interests:" -msgstr "Музыкальные интересы:" - -#: include/identity.php:711 -msgid "Books, literature:" -msgstr "Книги, литература:" - -#: include/identity.php:715 -msgid "Television:" -msgstr "Телевидение:" - -#: include/identity.php:719 -msgid "Film/dance/culture/entertainment:" -msgstr "Кино / Танцы / Культура / Развлечения:" - -#: include/identity.php:723 -msgid "Love/Romance:" -msgstr "Любовь / Романтика:" - -#: include/identity.php:727 -msgid "Work/employment:" -msgstr "Работа / Занятость:" - -#: include/identity.php:731 -msgid "School/education:" -msgstr "Школа / Образование:" - -#: include/identity.php:736 -msgid "Forums:" -msgstr "Форумы:" - -#: include/identity.php:745 mod/events.php:506 -msgid "Basic" -msgstr "Базовый" - -#: include/identity.php:746 mod/contacts.php:878 mod/events.php:507 -#: mod/admin.php:1059 -msgid "Advanced" -msgstr "Расширенный" - -#: include/identity.php:772 mod/contacts.php:844 mod/follow.php:145 -msgid "Status Messages and Posts" -msgstr "Ваши посты" - -#: include/identity.php:780 mod/contacts.php:852 -msgid "Profile Details" -msgstr "Информация о вас" - -#: include/identity.php:788 mod/photos.php:93 -msgid "Photo Albums" -msgstr "Фотоальбомы" - -#: include/identity.php:827 mod/notes.php:47 -msgid "Personal Notes" -msgstr "Личные заметки" - -#: include/identity.php:830 -msgid "Only You Can See This" -msgstr "Только вы можете это видеть" - -#: include/network.php:687 -msgid "view full size" -msgstr "посмотреть в полный размер" - -#: include/oembed.php:255 -msgid "Embedded content" -msgstr "Встроенное содержание" - -#: include/oembed.php:263 -msgid "Embedding disabled" -msgstr "Встраивание отключено" - -#: include/photos.php:57 include/photos.php:66 mod/fbrowser.php:40 -#: mod/fbrowser.php:61 mod/photos.php:187 mod/photos.php:1123 -#: mod/photos.php:1256 mod/photos.php:1277 mod/photos.php:1839 -#: mod/photos.php:1853 -msgid "Contact Photos" -msgstr "Фотографии контакта" - -#: include/user.php:39 mod/settings.php:375 -msgid "Passwords do not match. Password unchanged." -msgstr "Пароли не совпадают. Пароль не изменен." - -#: include/user.php:48 -msgid "An invitation is required." -msgstr "Требуется приглашение." - -#: include/user.php:53 -msgid "Invitation could not be verified." -msgstr "Приглашение не может быть проверено." - -#: include/user.php:61 -msgid "Invalid OpenID url" -msgstr "Неверный URL OpenID" - -#: include/user.php:82 -msgid "Please enter the required information." -msgstr "Пожалуйста, введите необходимую информацию." - -#: include/user.php:96 -msgid "Please use a shorter name." -msgstr "Пожалуйста, используйте более короткое имя." - -#: include/user.php:98 -msgid "Name too short." -msgstr "Имя слишком короткое." - -#: include/user.php:106 -msgid "That doesn't appear to be your full (First Last) name." -msgstr "Кажется, что это ваше неполное (Имя Фамилия) имя." - -#: include/user.php:111 -msgid "Your email domain is not among those allowed on this site." -msgstr "Домен вашего адреса электронной почты не относится к числу разрешенных на этом сайте." - -#: include/user.php:114 -msgid "Not a valid email address." -msgstr "Неверный адрес электронной почты." - -#: include/user.php:127 -msgid "Cannot use that email." -msgstr "Нельзя использовать этот Email." - -#: include/user.php:133 -msgid "Your \"nickname\" can only contain \"a-z\", \"0-9\" and \"_\"." -msgstr "" - -#: include/user.php:140 include/user.php:228 -msgid "Nickname is already registered. Please choose another." -msgstr "Такой ник уже зарегистрирован. Пожалуйста, выберите другой." - -#: include/user.php:150 -msgid "" -"Nickname was once registered here and may not be re-used. Please choose " -"another." -msgstr "Ник уже зарегистрирован на этом сайте и не может быть изменён. Пожалуйста, выберите другой ник." - -#: include/user.php:166 -msgid "SERIOUS ERROR: Generation of security keys failed." -msgstr "СЕРЬЕЗНАЯ ОШИБКА: генерация ключей безопасности не удалась." - -#: include/user.php:214 -msgid "An error occurred during registration. Please try again." -msgstr "Ошибка при регистрации. Пожалуйста, попробуйте еще раз." - -#: include/user.php:239 view/theme/duepuntozero/config.php:43 -msgid "default" -msgstr "значение по умолчанию" - -#: include/user.php:249 -msgid "An error occurred creating your default profile. Please try again." -msgstr "Ошибка создания вашего профиля. Пожалуйста, попробуйте еще раз." - -#: include/user.php:309 include/user.php:317 include/user.php:325 -#: mod/profile_photo.php:74 mod/profile_photo.php:82 mod/profile_photo.php:90 -#: mod/profile_photo.php:215 mod/profile_photo.php:310 -#: mod/profile_photo.php:320 mod/photos.php:71 mod/photos.php:187 -#: mod/photos.php:774 mod/photos.php:1256 mod/photos.php:1277 -#: mod/photos.php:1863 -msgid "Profile Photos" -msgstr "Фотографии профиля" - -#: include/user.php:400 -#, php-format -msgid "" -"\n" -"\t\tDear %1$s,\n" -"\t\t\tThank you for registering at %2$s. Your account is pending for approval by the administrator.\n" -"\t" -msgstr "" - -#: include/user.php:410 -#, php-format -msgid "Registration at %s" -msgstr "" - -#: include/user.php:420 -#, php-format -msgid "" -"\n" -"\t\tDear %1$s,\n" -"\t\t\tThank you for registering at %2$s. Your account has been created.\n" -"\t" -msgstr "" - -#: include/user.php:424 -#, php-format -msgid "" -"\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." -msgstr "" - -#: include/user.php:456 mod/admin.php:1308 -#, php-format -msgid "Registration details for %s" -msgstr "Подробности регистрации для %s" - -#: include/dbstructure.php:20 -msgid "There are no tables on MyISAM." -msgstr "" - -#: include/dbstructure.php:61 -#, php-format -msgid "" -"\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." -msgstr "" - -#: include/dbstructure.php:66 -#, php-format -msgid "" -"The error message is\n" -"[pre]%s[/pre]" -msgstr "Сообщение об ошибке:\n[pre]%s[/pre]" - -#: include/dbstructure.php:190 -#, php-format -msgid "" -"\n" -"Error %d occurred during database update:\n" -"%s\n" -msgstr "" - -#: include/dbstructure.php:193 -msgid "Errors encountered performing database changes: " -msgstr "" - -#: include/dbstructure.php:201 -msgid ": Database update" -msgstr "" - -#: include/dbstructure.php:425 -#, php-format -msgid "%s: updating %s table." -msgstr "" - -#: include/dfrn.php:1251 -#, php-format -msgid "%s\\'s birthday" -msgstr "День рождения %s" - -#: include/diaspora.php:2137 -msgid "Sharing notification from Diaspora network" -msgstr "Уведомление о шаре из сети Diaspora" - -#: include/diaspora.php:3146 -msgid "Attachments:" -msgstr "Вложения:" - -#: include/items.php:1738 mod/dfrn_confirm.php:736 mod/dfrn_request.php:759 -msgid "[Name Withheld]" -msgstr "[Имя не разглашается]" - -#: include/items.php:2123 mod/display.php:103 mod/display.php:279 -#: mod/display.php:484 mod/notice.php:15 mod/viewsrc.php:15 mod/admin.php:247 -#: mod/admin.php:1565 mod/admin.php:1816 -msgid "Item not found." -msgstr "Пункт не найден." - -#: include/items.php:2162 -msgid "Do you really want to delete this item?" -msgstr "Вы действительно хотите удалить этот элемент?" - -#: include/items.php:2164 mod/api.php:105 mod/contacts.php:452 -#: mod/suggest.php:29 mod/dfrn_request.php:880 mod/follow.php:113 -#: mod/message.php:206 mod/profiles.php:640 mod/profiles.php:643 -#: mod/profiles.php:670 mod/register.php:245 mod/settings.php:1171 -#: mod/settings.php:1177 mod/settings.php:1184 mod/settings.php:1188 -#: mod/settings.php:1193 mod/settings.php:1198 mod/settings.php:1203 -#: mod/settings.php:1208 mod/settings.php:1234 mod/settings.php:1235 -#: mod/settings.php:1236 mod/settings.php:1237 mod/settings.php:1238 -msgid "Yes" -msgstr "Да" - -#: include/items.php:2327 mod/allfriends.php:12 mod/api.php:26 mod/api.php:31 -#: mod/attach.php:33 mod/common.php:18 mod/contacts.php:360 -#: mod/crepair.php:102 mod/delegate.php:12 mod/display.php:481 -#: mod/editpost.php:10 mod/fsuggest.php:79 mod/invite.php:15 -#: mod/invite.php:103 mod/mood.php:115 mod/nogroup.php:27 mod/notes.php:23 -#: mod/ostatus_subscribe.php:9 mod/poke.php:154 mod/profile_photo.php:19 -#: mod/profile_photo.php:180 mod/profile_photo.php:191 -#: mod/profile_photo.php:204 mod/regmod.php:113 mod/repair_ostatus.php:9 -#: mod/suggest.php:58 mod/uimport.php:24 mod/viewcontacts.php:46 -#: mod/wall_attach.php:67 mod/wall_attach.php:70 mod/wallmessage.php:9 -#: mod/wallmessage.php:33 mod/wallmessage.php:73 mod/wallmessage.php:97 -#: mod/cal.php:299 mod/dfrn_confirm.php:61 mod/dirfind.php:11 -#: mod/events.php:185 mod/follow.php:11 mod/follow.php:74 mod/follow.php:158 -#: mod/group.php:19 mod/manage.php:102 mod/message.php:46 mod/message.php:171 -#: mod/network.php:4 mod/photos.php:166 mod/photos.php:1109 -#: mod/profiles.php:168 mod/profiles.php:607 mod/register.php:42 -#: mod/settings.php:22 mod/settings.php:130 mod/settings.php:668 -#: mod/wall_upload.php:101 mod/wall_upload.php:104 mod/item.php:196 -#: mod/item.php:208 mod/notifications.php:71 index.php:407 -msgid "Permission denied." -msgstr "Нет разрешения." - -#: include/items.php:2444 -msgid "Archives" -msgstr "Архивы" - -#: include/ostatus.php:1947 -#, php-format -msgid "%s is now following %s." -msgstr "%s теперь подписан на %s." - -#: include/ostatus.php:1948 -msgid "following" -msgstr "следует" - -#: include/ostatus.php:1951 -#, php-format -msgid "%s stopped following %s." -msgstr "%s отписался от %s." - -#: include/ostatus.php:1952 -msgid "stopped following" -msgstr "остановлено следование" - -#: include/text.php:307 +#: include/conversation.php:1693 src/Content/ContactSelector.php:125 +msgid "Undecided" +msgid_plural "Undecided" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" +msgstr[3] "" + +#: include/text.php:302 msgid "newer" msgstr "новее" -#: include/text.php:308 +#: include/text.php:303 msgid "older" msgstr "старее" -#: include/text.php:313 +#: include/text.php:308 msgid "first" msgstr "первый" -#: include/text.php:314 +#: include/text.php:309 msgid "prev" msgstr "пред." -#: include/text.php:348 +#: include/text.php:343 msgid "next" msgstr "след." -#: include/text.php:349 +#: include/text.php:344 msgid "last" msgstr "последний" -#: include/text.php:403 +#: include/text.php:398 msgid "Loading more entries..." msgstr "Загружаю больше сообщений..." -#: include/text.php:404 +#: include/text.php:399 msgid "The end" msgstr "Конец" -#: include/text.php:955 +#: include/text.php:884 msgid "No contacts" msgstr "Нет контактов" -#: include/text.php:980 +#: include/text.php:908 #, php-format msgid "%d Contact" msgid_plural "%d Contacts" @@ -2956,168 +935,275 @@ msgstr[1] "%d контактов" msgstr[2] "%d контактов" msgstr[3] "%d контактов" -#: include/text.php:993 +#: include/text.php:921 msgid "View Contacts" msgstr "Просмотр контактов" -#: include/text.php:1081 mod/editpost.php:99 mod/filer.php:31 mod/notes.php:62 +#: include/text.php:1010 mod/filer.php:35 mod/editpost.php:110 +#: mod/notes.php:67 msgid "Save" msgstr "Сохранить" -#: include/text.php:1144 +#: include/text.php:1010 +msgid "Follow" +msgstr "" + +#: include/text.php:1016 mod/search.php:155 src/Content/Nav.php:142 +msgid "Search" +msgstr "Поиск" + +#: include/text.php:1019 src/Content/Nav.php:58 +msgid "@name, !forum, #tags, content" +msgstr "@имя, !форум, #тег, контент" + +#: include/text.php:1025 src/Content/Nav.php:145 +msgid "Full Text" +msgstr "Контент" + +#: include/text.php:1026 src/Content/Nav.php:146 +#: src/Content/Widget/TagCloud.php:54 +msgid "Tags" +msgstr "Тэги" + +#: include/text.php:1027 mod/viewcontacts.php:131 mod/contacts.php:814 +#: mod/contacts.php:875 src/Content/Nav.php:147 src/Content/Nav.php:212 +#: src/Model/Profile.php:957 src/Model/Profile.php:960 +#: view/theme/frio/theme.php:270 +msgid "Contacts" +msgstr "Контакты" + +#: include/text.php:1030 src/Content/ForumManager.php:125 +#: src/Content/Nav.php:151 view/theme/vier/theme.php:254 +msgid "Forums" +msgstr "Форумы" + +#: include/text.php:1074 msgid "poke" msgstr "poke" -#: include/text.php:1144 +#: include/text.php:1074 msgid "poked" msgstr "ткнут" -#: include/text.php:1145 +#: include/text.php:1075 msgid "ping" msgstr "пинг" -#: include/text.php:1145 +#: include/text.php:1075 msgid "pinged" msgstr "пингуется" -#: include/text.php:1146 +#: include/text.php:1076 msgid "prod" msgstr "толкать" -#: include/text.php:1146 +#: include/text.php:1076 msgid "prodded" msgstr "толкнут" -#: include/text.php:1147 +#: include/text.php:1077 msgid "slap" msgstr "шлепнуть" -#: include/text.php:1147 +#: include/text.php:1077 msgid "slapped" msgstr "шлепнут" -#: include/text.php:1148 +#: include/text.php:1078 msgid "finger" msgstr "" -#: include/text.php:1148 +#: include/text.php:1078 msgid "fingered" msgstr "" -#: include/text.php:1149 +#: include/text.php:1079 msgid "rebuff" msgstr "" -#: include/text.php:1149 +#: include/text.php:1079 msgid "rebuffed" msgstr "" -#: include/text.php:1163 -msgid "happy" +#: include/text.php:1093 mod/settings.php:943 src/Model/Event.php:379 +msgid "Monday" +msgstr "Понедельник" + +#: include/text.php:1093 src/Model/Event.php:380 +msgid "Tuesday" +msgstr "Вторник" + +#: include/text.php:1093 src/Model/Event.php:381 +msgid "Wednesday" +msgstr "Среда" + +#: include/text.php:1093 src/Model/Event.php:382 +msgid "Thursday" +msgstr "Четверг" + +#: include/text.php:1093 src/Model/Event.php:383 +msgid "Friday" +msgstr "Пятница" + +#: include/text.php:1093 src/Model/Event.php:384 +msgid "Saturday" +msgstr "Суббота" + +#: include/text.php:1093 mod/settings.php:943 src/Model/Event.php:378 +msgid "Sunday" +msgstr "Воскресенье" + +#: include/text.php:1097 src/Model/Event.php:399 +msgid "January" +msgstr "Январь" + +#: include/text.php:1097 src/Model/Event.php:400 +msgid "February" +msgstr "Февраль" + +#: include/text.php:1097 src/Model/Event.php:401 +msgid "March" +msgstr "Март" + +#: include/text.php:1097 src/Model/Event.php:402 +msgid "April" +msgstr "Апрель" + +#: include/text.php:1097 include/text.php:1114 src/Model/Event.php:390 +#: src/Model/Event.php:403 +msgid "May" +msgstr "Май" + +#: include/text.php:1097 src/Model/Event.php:404 +msgid "June" +msgstr "Июнь" + +#: include/text.php:1097 src/Model/Event.php:405 +msgid "July" +msgstr "Июль" + +#: include/text.php:1097 src/Model/Event.php:406 +msgid "August" +msgstr "Август" + +#: include/text.php:1097 src/Model/Event.php:407 +msgid "September" +msgstr "Сентябрь" + +#: include/text.php:1097 src/Model/Event.php:408 +msgid "October" +msgstr "Октябрь" + +#: include/text.php:1097 src/Model/Event.php:409 +msgid "November" +msgstr "Ноябрь" + +#: include/text.php:1097 src/Model/Event.php:410 +msgid "December" +msgstr "Декабрь" + +#: include/text.php:1111 src/Model/Event.php:371 +msgid "Mon" +msgstr "Пн" + +#: include/text.php:1111 src/Model/Event.php:372 +msgid "Tue" +msgstr "Вт" + +#: include/text.php:1111 src/Model/Event.php:373 +msgid "Wed" +msgstr "Ср" + +#: include/text.php:1111 src/Model/Event.php:374 +msgid "Thu" +msgstr "Чт" + +#: include/text.php:1111 src/Model/Event.php:375 +msgid "Fri" +msgstr "Пт" + +#: include/text.php:1111 src/Model/Event.php:376 +msgid "Sat" +msgstr "Сб" + +#: include/text.php:1111 src/Model/Event.php:370 +msgid "Sun" +msgstr "Вс" + +#: include/text.php:1114 src/Model/Event.php:386 +msgid "Jan" +msgstr "Янв" + +#: include/text.php:1114 src/Model/Event.php:387 +msgid "Feb" +msgstr "Фев" + +#: include/text.php:1114 src/Model/Event.php:388 +msgid "Mar" +msgstr "Мрт" + +#: include/text.php:1114 src/Model/Event.php:389 +msgid "Apr" +msgstr "Апр" + +#: include/text.php:1114 src/Model/Event.php:392 +msgid "Jul" +msgstr "Июл" + +#: include/text.php:1114 src/Model/Event.php:393 +msgid "Aug" +msgstr "Авг" + +#: include/text.php:1114 +msgid "Sep" msgstr "" -#: include/text.php:1164 -msgid "sad" +#: include/text.php:1114 src/Model/Event.php:395 +msgid "Oct" +msgstr "Окт" + +#: include/text.php:1114 src/Model/Event.php:396 +msgid "Nov" +msgstr "Нбр" + +#: include/text.php:1114 src/Model/Event.php:397 +msgid "Dec" +msgstr "Дек" + +#: include/text.php:1275 +#, php-format +msgid "Content warning: %s" msgstr "" -#: include/text.php:1165 -msgid "mellow" -msgstr "" - -#: include/text.php:1166 -msgid "tired" -msgstr "" - -#: include/text.php:1167 -msgid "perky" -msgstr "" - -#: include/text.php:1168 -msgid "angry" -msgstr "" - -#: include/text.php:1169 -msgid "stupified" -msgstr "" - -#: include/text.php:1170 -msgid "puzzled" -msgstr "" - -#: include/text.php:1171 -msgid "interested" -msgstr "" - -#: include/text.php:1172 -msgid "bitter" -msgstr "" - -#: include/text.php:1173 -msgid "cheerful" -msgstr "" - -#: include/text.php:1174 -msgid "alive" -msgstr "" - -#: include/text.php:1175 -msgid "annoyed" -msgstr "" - -#: include/text.php:1176 -msgid "anxious" -msgstr "" - -#: include/text.php:1177 -msgid "cranky" -msgstr "" - -#: include/text.php:1178 -msgid "disturbed" -msgstr "" - -#: include/text.php:1179 -msgid "frustrated" -msgstr "" - -#: include/text.php:1180 -msgid "motivated" -msgstr "" - -#: include/text.php:1181 -msgid "relaxed" -msgstr "" - -#: include/text.php:1182 -msgid "surprised" -msgstr "" - -#: include/text.php:1392 mod/videos.php:386 +#: include/text.php:1345 mod/videos.php:380 msgid "View Video" msgstr "Просмотреть видео" -#: include/text.php:1424 +#: include/text.php:1362 msgid "bytes" msgstr "байт" -#: include/text.php:1456 include/text.php:1468 +#: include/text.php:1395 include/text.php:1406 include/text.php:1442 msgid "Click to open/close" msgstr "Нажмите, чтобы открыть / закрыть" -#: include/text.php:1594 +#: include/text.php:1559 msgid "View on separate page" msgstr "" -#: include/text.php:1595 +#: include/text.php:1560 msgid "view on separate page" msgstr "" -#: include/text.php:1874 +#: include/text.php:1565 include/text.php:1572 src/Model/Event.php:594 +msgid "link to source" +msgstr "ссылка на сообщение" + +#: include/text.php:1778 msgid "activity" msgstr "активность" -#: include/text.php:1876 mod/content.php:623 object/Item.php:419 -#: object/Item.php:431 +#: include/text.php:1780 src/Object/Post.php:429 src/Object/Post.php:441 msgid "comment" msgid_plural "comments" msgstr[0] "" @@ -3125,855 +1211,237 @@ msgstr[1] "" msgstr[2] "комментарий" msgstr[3] "комментарий" -#: include/text.php:1877 +#: include/text.php:1783 msgid "post" msgstr "сообщение" -#: include/text.php:2045 +#: include/text.php:1940 msgid "Item filed" msgstr "" -#: mod/allfriends.php:46 +#: mod/allfriends.php:51 msgid "No friends to display." msgstr "Нет друзей." -#: mod/api.php:76 mod/api.php:102 +#: mod/allfriends.php:90 mod/suggest.php:101 mod/match.php:105 +#: mod/dirfind.php:215 src/Content/Widget.php:37 src/Model/Profile.php:297 +msgid "Connect" +msgstr "Подключить" + +#: mod/api.php:85 mod/api.php:107 msgid "Authorize application connection" msgstr "Разрешить связь с приложением" -#: mod/api.php:77 +#: mod/api.php:86 msgid "Return to your app and insert this Securty Code:" msgstr "Вернитесь в ваше приложение и задайте этот код:" -#: mod/api.php:89 +#: mod/api.php:95 msgid "Please login to continue." msgstr "Пожалуйста, войдите для продолжения." -#: mod/api.php:104 +#: mod/api.php:109 msgid "" "Do you want to authorize this application to access your posts and contacts," " and/or create new posts for you?" msgstr "Вы действительно хотите разрешить этому приложению доступ к своим постам и контактам, а также создавать новые записи от вашего имени?" -#: mod/api.php:106 mod/dfrn_request.php:880 mod/follow.php:113 -#: mod/profiles.php:640 mod/profiles.php:644 mod/profiles.php:670 -#: mod/register.php:246 mod/settings.php:1171 mod/settings.php:1177 -#: mod/settings.php:1184 mod/settings.php:1188 mod/settings.php:1193 -#: mod/settings.php:1198 mod/settings.php:1203 mod/settings.php:1208 -#: mod/settings.php:1234 mod/settings.php:1235 mod/settings.php:1236 -#: mod/settings.php:1237 mod/settings.php:1238 +#: mod/api.php:111 mod/dfrn_request.php:653 mod/follow.php:150 +#: mod/profiles.php:636 mod/profiles.php:640 mod/profiles.php:661 +#: mod/register.php:238 mod/settings.php:1105 mod/settings.php:1111 +#: mod/settings.php:1118 mod/settings.php:1122 mod/settings.php:1126 +#: mod/settings.php:1130 mod/settings.php:1134 mod/settings.php:1138 +#: mod/settings.php:1158 mod/settings.php:1159 mod/settings.php:1160 +#: mod/settings.php:1161 mod/settings.php:1162 msgid "No" msgstr "Нет" -#: mod/apps.php:7 index.php:254 +#: mod/apps.php:14 index.php:245 msgid "You must be logged in to use addons. " msgstr "Вы должны войти в систему, чтобы использовать аддоны." -#: mod/apps.php:11 +#: mod/apps.php:19 msgid "Applications" msgstr "Приложения" -#: mod/apps.php:14 +#: mod/apps.php:22 msgid "No installed applications." msgstr "Нет установленных приложений." -#: mod/attach.php:8 +#: mod/attach.php:15 msgid "Item not available." msgstr "Пункт не доступен." -#: mod/attach.php:20 +#: mod/attach.php:25 msgid "Item was not found." msgstr "Пункт не был найден." -#: mod/bookmarklet.php:41 -msgid "The post was created" -msgstr "Пост был создан" - #: mod/common.php:91 msgid "No contacts in common." msgstr "Нет общих контактов." -#: mod/common.php:141 mod/contacts.php:871 +#: mod/common.php:140 mod/contacts.php:886 msgid "Common Friends" msgstr "Общие друзья" -#: mod/contacts.php:134 -#, php-format -msgid "%d contact edited." -msgid_plural "%d contacts edited." -msgstr[0] "" -msgstr[1] "" -msgstr[2] "" -msgstr[3] "" - -#: mod/contacts.php:169 mod/contacts.php:378 -msgid "Could not access contact record." -msgstr "Не удалось получить доступ к записи контакта." - -#: mod/contacts.php:183 -msgid "Could not locate selected profile." -msgstr "Не удалось найти выбранный профиль." - -#: mod/contacts.php:216 -msgid "Contact updated." -msgstr "Контакт обновлен." - -#: mod/contacts.php:218 mod/dfrn_request.php:593 -msgid "Failed to update contact record." -msgstr "Не удалось обновить запись контакта." - -#: mod/contacts.php:399 -msgid "Contact has been blocked" -msgstr "Контакт заблокирован" - -#: mod/contacts.php:399 -msgid "Contact has been unblocked" -msgstr "Контакт разблокирован" - -#: mod/contacts.php:410 -msgid "Contact has been ignored" -msgstr "Контакт проигнорирован" - -#: mod/contacts.php:410 -msgid "Contact has been unignored" -msgstr "У контакта отменено игнорирование" - -#: mod/contacts.php:422 -msgid "Contact has been archived" -msgstr "Контакт заархивирован" - -#: mod/contacts.php:422 -msgid "Contact has been unarchived" -msgstr "Контакт разархивирован" - -#: mod/contacts.php:447 -msgid "Drop contact" -msgstr "Удалить контакт" - -#: mod/contacts.php:450 mod/contacts.php:809 -msgid "Do you really want to delete this contact?" -msgstr "Вы действительно хотите удалить этот контакт?" - -#: mod/contacts.php:469 -msgid "Contact has been removed." -msgstr "Контакт удален." - -#: mod/contacts.php:506 -#, php-format -msgid "You are mutual friends with %s" -msgstr "У Вас взаимная дружба с %s" - -#: mod/contacts.php:510 -#, php-format -msgid "You are sharing with %s" -msgstr "Вы делитесь с %s" - -#: mod/contacts.php:515 -#, php-format -msgid "%s is sharing with you" -msgstr "%s делится с Вами" - -#: mod/contacts.php:535 -msgid "Private communications are not available for this contact." -msgstr "Приватные коммуникации недоступны для этого контакта." - -#: mod/contacts.php:538 mod/admin.php:978 -msgid "Never" -msgstr "Никогда" - -#: mod/contacts.php:542 -msgid "(Update was successful)" -msgstr "(Обновление было успешно)" - -#: mod/contacts.php:542 -msgid "(Update was not successful)" -msgstr "(Обновление не удалось)" - -#: mod/contacts.php:544 mod/contacts.php:972 -msgid "Suggest friends" -msgstr "Предложить друзей" - -#: mod/contacts.php:548 -#, php-format -msgid "Network type: %s" -msgstr "Сеть: %s" - -#: mod/contacts.php:561 -msgid "Communications lost with this contact!" -msgstr "Связь с контактом утеряна!" - -#: mod/contacts.php:564 -msgid "Fetch further information for feeds" -msgstr "Получить подробную информацию о фидах" - -#: mod/contacts.php:565 mod/admin.php:987 -msgid "Disabled" -msgstr "Отключенный" - -#: mod/contacts.php:565 -msgid "Fetch information" -msgstr "Получить информацию" - -#: mod/contacts.php:565 -msgid "Fetch information and keywords" -msgstr "Получить информацию и ключевые слова" - -#: mod/contacts.php:583 -msgid "Contact" -msgstr "Контакт" - -#: mod/contacts.php:585 mod/content.php:728 mod/crepair.php:156 -#: mod/fsuggest.php:108 mod/invite.php:142 mod/localtime.php:45 -#: mod/mood.php:138 mod/poke.php:203 mod/events.php:505 mod/manage.php:155 -#: mod/message.php:338 mod/message.php:521 mod/photos.php:1141 -#: mod/photos.php:1271 mod/photos.php:1597 mod/photos.php:1646 -#: mod/photos.php:1688 mod/photos.php:1768 mod/profiles.php:681 -#: mod/install.php:242 mod/install.php:282 object/Item.php:705 -#: view/theme/duepuntozero/config.php:61 view/theme/frio/config.php:64 -#: view/theme/quattro/config.php:67 view/theme/vier/config.php:112 -msgid "Submit" -msgstr "Добавить" - -#: mod/contacts.php:586 -msgid "Profile Visibility" -msgstr "Видимость профиля" - -#: mod/contacts.php:587 -#, php-format -msgid "" -"Please choose the profile you would like to display to %s when viewing your " -"profile securely." -msgstr "Пожалуйста, выберите профиль, который вы хотите отображать %s, когда просмотр вашего профиля безопасен." - -#: mod/contacts.php:588 -msgid "Contact Information / Notes" -msgstr "Информация о контакте / Заметки" - -#: mod/contacts.php:589 -msgid "Edit contact notes" -msgstr "Редактировать заметки контакта" - -#: mod/contacts.php:594 mod/contacts.php:938 mod/nogroup.php:43 -#: mod/viewcontacts.php:102 -#, php-format -msgid "Visit %s's profile [%s]" -msgstr "Посетить профиль %s [%s]" - -#: mod/contacts.php:595 -msgid "Block/Unblock contact" -msgstr "Блокировать / Разблокировать контакт" - -#: mod/contacts.php:596 -msgid "Ignore contact" -msgstr "Игнорировать контакт" - -#: mod/contacts.php:597 -msgid "Repair URL settings" -msgstr "Восстановить настройки URL" - -#: mod/contacts.php:598 -msgid "View conversations" -msgstr "Просмотр бесед" - -#: mod/contacts.php:604 -msgid "Last update:" -msgstr "Последнее обновление: " - -#: mod/contacts.php:606 -msgid "Update public posts" -msgstr "Обновить публичные сообщения" - -#: mod/contacts.php:608 mod/contacts.php:982 -msgid "Update now" -msgstr "Обновить сейчас" - -#: mod/contacts.php:613 mod/contacts.php:813 mod/contacts.php:991 -#: mod/admin.php:1510 -msgid "Unblock" -msgstr "Разблокировать" - -#: mod/contacts.php:613 mod/contacts.php:813 mod/contacts.php:991 -#: mod/admin.php:1509 -msgid "Block" -msgstr "Заблокировать" - -#: mod/contacts.php:614 mod/contacts.php:814 mod/contacts.php:999 -msgid "Unignore" -msgstr "Не игнорировать" - -#: mod/contacts.php:614 mod/contacts.php:814 mod/contacts.php:999 -#: mod/notifications.php:60 mod/notifications.php:179 -#: mod/notifications.php:263 -msgid "Ignore" -msgstr "Игнорировать" - -#: mod/contacts.php:618 -msgid "Currently blocked" -msgstr "В настоящее время заблокирован" - -#: mod/contacts.php:619 -msgid "Currently ignored" -msgstr "В настоящее время игнорируется" - -#: mod/contacts.php:620 -msgid "Currently archived" -msgstr "В данный момент архивирован" - -#: mod/contacts.php:621 mod/notifications.php:172 mod/notifications.php:251 -msgid "Hide this contact from others" -msgstr "Скрыть этот контакт от других" - -#: mod/contacts.php:621 -msgid "" -"Replies/likes to your public posts may still be visible" -msgstr "Ответы/лайки ваших публичных сообщений будут видимы." - -#: mod/contacts.php:622 -msgid "Notification for new posts" -msgstr "Уведомление о новых постах" - -#: mod/contacts.php:622 -msgid "Send a notification of every new post of this contact" -msgstr "Отправлять уведомление о каждом новом посте контакта" - -#: mod/contacts.php:625 -msgid "Blacklisted keywords" -msgstr "Черный список ключевых слов" - -#: mod/contacts.php:625 -msgid "" -"Comma separated list of keywords that should not be converted to hashtags, " -"when \"Fetch information and keywords\" is selected" -msgstr "" - -#: mod/contacts.php:632 mod/follow.php:129 mod/notifications.php:255 -msgid "Profile URL" -msgstr "URL профиля" - -#: mod/contacts.php:643 -msgid "Actions" -msgstr "Действия" - -#: mod/contacts.php:646 -msgid "Contact Settings" -msgstr "Настройки контакта" - -#: mod/contacts.php:692 -msgid "Suggestions" -msgstr "Предложения" - -#: mod/contacts.php:695 -msgid "Suggest potential friends" -msgstr "Предложить потенциального знакомого" - -#: mod/contacts.php:700 mod/group.php:212 -msgid "All Contacts" -msgstr "Все контакты" - -#: mod/contacts.php:703 -msgid "Show all contacts" -msgstr "Показать все контакты" - -#: mod/contacts.php:708 -msgid "Unblocked" -msgstr "Не блокирован" - -#: mod/contacts.php:711 -msgid "Only show unblocked contacts" -msgstr "Показать только не блокированные контакты" - -#: mod/contacts.php:717 -msgid "Blocked" -msgstr "Заблокирован" - -#: mod/contacts.php:720 -msgid "Only show blocked contacts" -msgstr "Показать только блокированные контакты" - -#: mod/contacts.php:726 -msgid "Ignored" -msgstr "Игнорирован" - -#: mod/contacts.php:729 -msgid "Only show ignored contacts" -msgstr "Показать только игнорируемые контакты" - -#: mod/contacts.php:735 -msgid "Archived" -msgstr "Архивированные" - -#: mod/contacts.php:738 -msgid "Only show archived contacts" -msgstr "Показывать только архивные контакты" - -#: mod/contacts.php:744 -msgid "Hidden" -msgstr "Скрытые" - -#: mod/contacts.php:747 -msgid "Only show hidden contacts" -msgstr "Показывать только скрытые контакты" - -#: mod/contacts.php:804 -msgid "Search your contacts" -msgstr "Поиск ваших контактов" - -#: mod/contacts.php:805 mod/network.php:151 mod/search.php:227 -#, php-format -msgid "Results for: %s" -msgstr "Результаты для: %s" - -#: mod/contacts.php:812 mod/settings.php:160 mod/settings.php:707 -msgid "Update" -msgstr "Обновление" - -#: mod/contacts.php:815 mod/contacts.php:1007 -msgid "Archive" -msgstr "Архивировать" - -#: mod/contacts.php:815 mod/contacts.php:1007 -msgid "Unarchive" -msgstr "Разархивировать" - -#: mod/contacts.php:818 -msgid "Batch Actions" -msgstr "Пакетные действия" - -#: mod/contacts.php:864 -msgid "View all contacts" -msgstr "Показать все контакты" - -#: mod/contacts.php:874 -msgid "View all common friends" -msgstr "Показать все общие поля" - -#: mod/contacts.php:881 -msgid "Advanced Contact Settings" -msgstr "Дополнительные Настройки Контакта" - -#: mod/contacts.php:915 -msgid "Mutual Friendship" -msgstr "Взаимная дружба" - -#: mod/contacts.php:919 -msgid "is a fan of yours" -msgstr "является вашим поклонником" - -#: mod/contacts.php:923 -msgid "you are a fan of" -msgstr "Вы - поклонник" - -#: mod/contacts.php:939 mod/nogroup.php:44 -msgid "Edit contact" -msgstr "Редактировать контакт" - -#: mod/contacts.php:993 -msgid "Toggle Blocked status" -msgstr "Изменить статус блокированности (заблокировать/разблокировать)" - -#: mod/contacts.php:1001 -msgid "Toggle Ignored status" -msgstr "Изменить статус игнорирования" - -#: mod/contacts.php:1009 -msgid "Toggle Archive status" -msgstr "Сменить статус архивации (архивирова/не архивировать)" - -#: mod/contacts.php:1017 -msgid "Delete contact" -msgstr "Удалить контакт" - -#: mod/content.php:119 mod/network.php:475 -msgid "No such group" -msgstr "Нет такой группы" - -#: mod/content.php:130 mod/group.php:213 mod/network.php:502 -msgid "Group is empty" -msgstr "Группа пуста" - -#: mod/content.php:135 mod/network.php:506 -#, php-format -msgid "Group: %s" -msgstr "Группа: %s" - -#: mod/content.php:325 object/Item.php:96 -msgid "This entry was edited" -msgstr "Эта запись была отредактирована" - -#: mod/content.php:621 object/Item.php:417 -#, php-format -msgid "%d comment" -msgid_plural "%d comments" -msgstr[0] "%d комментарий" -msgstr[1] "%d комментариев" -msgstr[2] "%d комментариев" -msgstr[3] "%d комментариев" - -#: mod/content.php:638 mod/photos.php:1429 object/Item.php:117 -msgid "Private Message" -msgstr "Личное сообщение" - -#: mod/content.php:702 mod/photos.php:1625 object/Item.php:274 -msgid "I like this (toggle)" -msgstr "Нравится" - -#: mod/content.php:702 object/Item.php:274 -msgid "like" -msgstr "нравится" - -#: mod/content.php:703 mod/photos.php:1626 object/Item.php:275 -msgid "I don't like this (toggle)" -msgstr "Не нравится" - -#: mod/content.php:703 object/Item.php:275 -msgid "dislike" -msgstr "не нравится" - -#: mod/content.php:705 object/Item.php:278 -msgid "Share this" -msgstr "Поделитесь этим" - -#: mod/content.php:705 object/Item.php:278 -msgid "share" -msgstr "поделиться" - -#: mod/content.php:725 mod/photos.php:1643 mod/photos.php:1685 -#: mod/photos.php:1765 object/Item.php:702 -msgid "This is you" -msgstr "Это вы" - -#: mod/content.php:727 mod/content.php:950 mod/photos.php:1645 -#: mod/photos.php:1687 mod/photos.php:1767 object/Item.php:392 -#: object/Item.php:704 -msgid "Comment" -msgstr "Оставить комментарий" - -#: mod/content.php:729 object/Item.php:706 -msgid "Bold" -msgstr "Жирный" - -#: mod/content.php:730 object/Item.php:707 -msgid "Italic" -msgstr "Kурсивный" - -#: mod/content.php:731 object/Item.php:708 -msgid "Underline" -msgstr "Подчеркнутый" - -#: mod/content.php:732 object/Item.php:709 -msgid "Quote" -msgstr "Цитата" - -#: mod/content.php:733 object/Item.php:710 -msgid "Code" -msgstr "Код" - -#: mod/content.php:734 object/Item.php:711 -msgid "Image" -msgstr "Изображение / Фото" - -#: mod/content.php:735 object/Item.php:712 -msgid "Link" -msgstr "Ссылка" - -#: mod/content.php:736 object/Item.php:713 -msgid "Video" -msgstr "Видео" - -#: mod/content.php:746 mod/settings.php:743 object/Item.php:122 -#: object/Item.php:124 -msgid "Edit" -msgstr "Редактировать" - -#: mod/content.php:772 object/Item.php:238 -msgid "add star" -msgstr "пометить" - -#: mod/content.php:773 object/Item.php:239 -msgid "remove star" -msgstr "убрать метку" - -#: mod/content.php:774 object/Item.php:240 -msgid "toggle star status" -msgstr "переключить статус" - -#: mod/content.php:777 object/Item.php:243 -msgid "starred" -msgstr "помечено" - -#: mod/content.php:778 mod/content.php:800 object/Item.php:263 -msgid "add tag" -msgstr "добавить ключевое слово (тег)" - -#: mod/content.php:789 object/Item.php:251 -msgid "ignore thread" -msgstr "игнорировать тему" - -#: mod/content.php:790 object/Item.php:252 -msgid "unignore thread" -msgstr "не игнорировать тему" - -#: mod/content.php:791 object/Item.php:253 -msgid "toggle ignore status" -msgstr "изменить статус игнорирования" - -#: mod/content.php:794 mod/ostatus_subscribe.php:73 object/Item.php:256 -msgid "ignored" -msgstr "" - -#: mod/content.php:805 object/Item.php:141 -msgid "save to folder" -msgstr "сохранить в папке" - -#: mod/content.php:853 object/Item.php:212 -msgid "I will attend" -msgstr "" - -#: mod/content.php:853 object/Item.php:212 -msgid "I will not attend" -msgstr "" - -#: mod/content.php:853 object/Item.php:212 -msgid "I might attend" -msgstr "" - -#: mod/content.php:917 object/Item.php:358 -msgid "to" -msgstr "к" - -#: mod/content.php:918 object/Item.php:360 -msgid "Wall-to-Wall" -msgstr "Стена-на-Стену" - -#: mod/content.php:919 object/Item.php:361 -msgid "via Wall-To-Wall:" -msgstr "через Стена-на-Стену:" - -#: mod/credits.php:16 +#: mod/credits.php:18 msgid "Credits" msgstr "Признательность" -#: mod/credits.php:17 +#: mod/credits.php:19 msgid "" "Friendica is a community project, that would not be possible without the " "help of many people. Here is a list of those who have contributed to the " "code or the translation of Friendica. Thank you all!" msgstr "Friendica это проект сообщества, который был бы невозможен без помощи многих людей. Вот лист тех, кто писал код или помогал с переводом. Спасибо вам всем!" -#: mod/crepair.php:89 +#: mod/crepair.php:87 msgid "Contact settings applied." msgstr "Установки контакта приняты." -#: mod/crepair.php:91 +#: mod/crepair.php:89 msgid "Contact update failed." msgstr "Обновление контакта неудачное." -#: mod/crepair.php:116 mod/fsuggest.php:21 mod/fsuggest.php:93 -#: mod/dfrn_confirm.php:126 +#: mod/crepair.php:110 mod/dfrn_confirm.php:131 mod/fsuggest.php:30 +#: mod/fsuggest.php:96 msgid "Contact not found." msgstr "Контакт не найден." -#: mod/crepair.php:122 +#: mod/crepair.php:114 msgid "" "WARNING: This is highly advanced and if you enter incorrect" " information your communications with this contact may stop working." msgstr "ВНИМАНИЕ: Это крайне важно! Если вы введете неверную информацию, ваша связь с этим контактом перестанет работать." -#: mod/crepair.php:123 +#: mod/crepair.php:115 msgid "" "Please use your browser 'Back' button now if you are " "uncertain what to do on this page." msgstr "Пожалуйста, нажмите клавишу вашего браузера 'Back' или 'Назад' сейчас, если вы не уверены, что делаете на этой странице." -#: mod/crepair.php:136 mod/crepair.php:138 +#: mod/crepair.php:129 mod/crepair.php:131 msgid "No mirroring" msgstr "Не зеркалировать" -#: mod/crepair.php:136 +#: mod/crepair.php:129 msgid "Mirror as forwarded posting" msgstr "Зеркалировать как переадресованные сообщения" -#: mod/crepair.php:136 mod/crepair.php:138 +#: mod/crepair.php:129 mod/crepair.php:131 msgid "Mirror as my own posting" msgstr "Зеркалировать как мои сообщения" -#: mod/crepair.php:152 +#: mod/crepair.php:144 msgid "Return to contact editor" msgstr "Возврат к редактору контакта" -#: mod/crepair.php:154 +#: mod/crepair.php:146 msgid "Refetch contact data" msgstr "Обновить данные контакта" -#: mod/crepair.php:158 +#: mod/crepair.php:148 mod/invite.php:150 mod/manage.php:184 +#: mod/localtime.php:56 mod/poke.php:199 mod/fsuggest.php:114 +#: mod/message.php:265 mod/message.php:432 mod/photos.php:1080 +#: mod/photos.php:1160 mod/photos.php:1445 mod/photos.php:1491 +#: mod/photos.php:1530 mod/photos.php:1603 mod/install.php:251 +#: mod/install.php:290 mod/events.php:530 mod/profiles.php:672 +#: mod/contacts.php:610 src/Object/Post.php:796 +#: view/theme/duepuntozero/config.php:71 view/theme/frio/config.php:113 +#: view/theme/quattro/config.php:73 view/theme/vier/config.php:119 +msgid "Submit" +msgstr "Добавить" + +#: mod/crepair.php:149 msgid "Remote Self" msgstr "Remote Self" -#: mod/crepair.php:161 +#: mod/crepair.php:152 msgid "Mirror postings from this contact" msgstr "Зекралировать сообщения от этого контакта" -#: mod/crepair.php:163 +#: mod/crepair.php:154 msgid "" "Mark this contact as remote_self, this will cause friendica to repost new " "entries from this contact." msgstr "Пометить этот контакт как remote_self, что заставит Friendica постить сообщения от этого контакта." -#: mod/crepair.php:167 mod/settings.php:683 mod/settings.php:709 -#: mod/admin.php:1490 mod/admin.php:1503 mod/admin.php:1516 mod/admin.php:1532 +#: mod/crepair.php:158 mod/admin.php:490 mod/admin.php:1781 mod/admin.php:1793 +#: mod/admin.php:1806 mod/admin.php:1822 mod/settings.php:677 +#: mod/settings.php:703 msgid "Name" msgstr "Имя" -#: mod/crepair.php:168 +#: mod/crepair.php:159 msgid "Account Nickname" msgstr "Ник аккаунта" -#: mod/crepair.php:169 +#: mod/crepair.php:160 msgid "@Tagname - overrides Name/Nickname" msgstr "@Tagname - перезаписывает Имя/Ник" -#: mod/crepair.php:170 +#: mod/crepair.php:161 msgid "Account URL" msgstr "URL аккаунта" -#: mod/crepair.php:171 +#: mod/crepair.php:162 msgid "Friend Request URL" msgstr "URL запроса в друзья" -#: mod/crepair.php:172 +#: mod/crepair.php:163 msgid "Friend Confirm URL" msgstr "URL подтверждения друга" -#: mod/crepair.php:173 +#: mod/crepair.php:164 msgid "Notification Endpoint URL" msgstr "URL эндпоинта уведомления" -#: mod/crepair.php:174 +#: mod/crepair.php:165 msgid "Poll/Feed URL" msgstr "URL опроса/ленты" -#: mod/crepair.php:175 +#: mod/crepair.php:166 msgid "New photo from this URL" msgstr "Новое фото из этой URL" -#: mod/delegate.php:101 -msgid "No potential page delegates located." -msgstr "Не найдено возможных доверенных лиц." +#: mod/fbrowser.php:34 src/Content/Nav.php:102 src/Model/Profile.php:904 +#: view/theme/frio/theme.php:261 +msgid "Photos" +msgstr "Фото" -#: mod/delegate.php:132 -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/fbrowser.php:43 mod/fbrowser.php:68 mod/photos.php:194 +#: mod/photos.php:1062 mod/photos.php:1149 mod/photos.php:1166 +#: mod/photos.php:1659 mod/photos.php:1673 src/Model/Photo.php:244 +#: src/Model/Photo.php:253 +msgid "Contact Photos" +msgstr "Фотографии контакта" -#: mod/delegate.php:133 -msgid "Existing Page Managers" -msgstr "Существующие менеджеры страницы" +#: mod/fbrowser.php:105 mod/fbrowser.php:136 mod/profile_photo.php:250 +msgid "Upload" +msgstr "Загрузить" -#: mod/delegate.php:135 -msgid "Existing Page Delegates" -msgstr "Существующие уполномоченные страницы" - -#: mod/delegate.php:137 -msgid "Potential Delegates" -msgstr "Возможные доверенные лица" - -#: mod/delegate.php:139 mod/tagrm.php:95 -msgid "Remove" -msgstr "Удалить" - -#: mod/delegate.php:140 -msgid "Add" -msgstr "Добавить" - -#: mod/delegate.php:141 -msgid "No entries." -msgstr "Нет записей." - -#: mod/dfrn_poll.php:104 mod/dfrn_poll.php:539 -#, php-format -msgid "%1$s welcomes %2$s" -msgstr "%1$s добро пожаловать %2$s" - -#: mod/directory.php:37 mod/display.php:200 mod/viewcontacts.php:36 -#: mod/community.php:18 mod/dfrn_request.php:804 mod/photos.php:979 -#: mod/probe.php:9 mod/search.php:93 mod/search.php:99 mod/videos.php:198 -#: mod/webfinger.php:8 -msgid "Public access denied." -msgstr "Свободный доступ закрыт." - -#: mod/directory.php:199 view/theme/vier/theme.php:199 -msgid "Global Directory" -msgstr "Глобальный каталог" - -#: mod/directory.php:201 -msgid "Find on this site" -msgstr "Найти на этом сайте" - -#: mod/directory.php:203 -msgid "Results for:" -msgstr "Результаты для:" - -#: mod/directory.php:205 -msgid "Site Directory" -msgstr "Каталог сайта" - -#: mod/directory.php:212 -msgid "No entries (some entries may be hidden)." -msgstr "Нет записей (некоторые записи могут быть скрыты)." - -#: mod/display.php:328 mod/cal.php:143 mod/profile.php:155 -msgid "Access to this profile has been restricted." -msgstr "Доступ к этому профилю ограничен." - -#: mod/display.php:479 -msgid "Item has been removed." -msgstr "Пункт был удален." - -#: mod/editpost.php:17 mod/editpost.php:27 -msgid "Item not found" -msgstr "Элемент не найден" - -#: mod/editpost.php:32 -msgid "Edit post" -msgstr "Редактировать сообщение" - -#: mod/fbrowser.php:132 +#: mod/fbrowser.php:131 msgid "Files" msgstr "Файлы" -#: mod/fetch.php:12 mod/fetch.php:39 mod/fetch.php:48 mod/help.php:53 -#: mod/p.php:16 mod/p.php:43 mod/p.php:52 index.php:298 +#: mod/fetch.php:16 mod/fetch.php:52 mod/fetch.php:65 mod/help.php:60 +#: mod/p.php:21 mod/p.php:48 mod/p.php:57 index.php:292 msgid "Not Found" msgstr "Не найдено" -#: mod/filer.php:30 -msgid "- select -" -msgstr "- выбрать -" - -#: mod/fsuggest.php:64 -msgid "Friend suggestion sent." -msgstr "Приглашение в друзья отправлено." - -#: mod/fsuggest.php:98 -msgid "Suggest Friends" -msgstr "Предложить друзей" - -#: mod/fsuggest.php:100 -#, php-format -msgid "Suggest a friend for %s" -msgstr "Предложить друга для %s." - -#: mod/hcard.php:11 +#: mod/hcard.php:18 msgid "No profile" msgstr "Нет профиля" -#: mod/help.php:41 +#: mod/help.php:48 msgid "Help:" msgstr "Помощь:" -#: mod/help.php:56 index.php:301 +#: mod/help.php:54 src/Content/Nav.php:134 view/theme/vier/theme.php:298 +msgid "Help" +msgstr "Помощь" + +#: mod/help.php:63 index.php:297 msgid "Page not found." msgstr "Страница не найдена." @@ -3982,305 +1450,27 @@ msgstr "Страница не найдена." msgid "Welcome to %s" msgstr "Добро пожаловать на %s!" -#: mod/invite.php:28 -msgid "Total invitation limit exceeded." -msgstr "Превышен общий лимит приглашений." - -#: mod/invite.php:51 -#, php-format -msgid "%s : Not a valid email address." -msgstr "%s: Неверный адрес электронной почты." - -#: mod/invite.php:76 -msgid "Please join us on Friendica" -msgstr "Пожалуйста, присоединяйтесь к нам на Friendica" - -#: mod/invite.php:87 -msgid "Invitation limit exceeded. Please contact your site administrator." -msgstr "Лимит приглашений превышен. Пожалуйста, свяжитесь с администратором сайта." - -#: mod/invite.php:91 -#, php-format -msgid "%s : Message delivery failed." -msgstr "%s: Доставка сообщения не удалась." - -#: mod/invite.php:95 -#, php-format -msgid "%d message sent." -msgid_plural "%d messages sent." -msgstr[0] "%d сообщение отправлено." -msgstr[1] "%d сообщений отправлено." -msgstr[2] "%d сообщений отправлено." -msgstr[3] "%d сообщений отправлено." - -#: mod/invite.php:114 -msgid "You have no more invitations available" -msgstr "У вас нет больше приглашений" - -#: mod/invite.php:122 -#, 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 "Посетите %s со списком общедоступных сайтов, к которым вы можете присоединиться. Все участники Friendica на других сайтах могут соединиться друг с другом, а также с участниками многих других социальных сетей." - -#: mod/invite.php:124 -#, php-format -msgid "" -"To accept this invitation, please visit and register at %s or any other " -"public Friendica website." -msgstr "Для одобрения этого приглашения, пожалуйста, посетите и зарегистрируйтесь на %s ,или любом другом публичном сервере Friendica" - -#: mod/invite.php:125 -#, php-format -msgid "" -"Friendica sites all inter-connect to create a huge privacy-enhanced social " -"web that is owned and controlled by its members. They can also connect with " -"many traditional social networks. See %s for a list of alternate Friendica " -"sites you can join." -msgstr "Сайты Friendica, подключившись между собой, могут создать сеть с повышенной безопасностью, которая принадлежит и управляется её членами. Они также могут подключаться ко многим традиционным социальным сетям. См. %s со списком альтернативных сайтов Friendica, к которым вы можете присоединиться." - -#: mod/invite.php:128 -msgid "" -"Our apologies. This system is not currently configured to connect with other" -" public sites or invite members." -msgstr "Извините. Эта система в настоящее время не сконфигурирована для соединения с другими общественными сайтами и для приглашения участников." - -#: mod/invite.php:134 -msgid "Send invitations" -msgstr "Отправить приглашения" - -#: mod/invite.php:135 -msgid "Enter email addresses, one per line:" -msgstr "Введите адреса электронной почты, по одному в строке:" - -#: mod/invite.php:136 mod/wallmessage.php:135 mod/message.php:332 -#: mod/message.php:515 -msgid "Your message:" -msgstr "Ваше сообщение:" - -#: mod/invite.php:137 -msgid "" -"You are cordially invited to join me and other close friends on Friendica - " -"and help us to create a better social web." -msgstr "Приглашаем Вас присоединиться ко мне и другим близким друзьям на Friendica - помочь нам создать лучшую социальную сеть." - -#: mod/invite.php:139 -msgid "You will need to supply this invitation code: $invite_code" -msgstr "Вам нужно будет предоставить этот код приглашения: $invite_code" - -#: mod/invite.php:139 -msgid "" -"Once you have registered, please connect with me via my profile page at:" -msgstr "После того как вы зарегистрировались, пожалуйста, свяжитесь со мной через мою страницу профиля по адресу:" - -#: mod/invite.php:141 -msgid "" -"For more information about the Friendica project and why we feel it is " -"important, please visit http://friendica.com" -msgstr "Для получения более подробной информации о проекте Friendica, пожалуйста, посетите http://friendica.com" - -#: mod/localtime.php:24 -msgid "Time Conversion" -msgstr "История общения" - -#: mod/localtime.php:26 -msgid "" -"Friendica provides this service for sharing events with other networks and " -"friends in unknown timezones." -msgstr "Friendica предоставляет этот сервис для обмена событиями с другими сетями и друзьями, находящимися в неопределённых часовых поясах." - -#: mod/localtime.php:30 -#, php-format -msgid "UTC time: %s" -msgstr "UTC время: %s" - -#: mod/localtime.php:33 -#, php-format -msgid "Current timezone: %s" -msgstr "Ваш часовой пояс: %s" - -#: mod/localtime.php:36 -#, php-format -msgid "Converted localtime: %s" -msgstr "Ваше изменённое время: %s" - -#: mod/localtime.php:41 -msgid "Please select your timezone:" -msgstr "Выберите пожалуйста ваш часовой пояс:" - -#: mod/lockview.php:32 mod/lockview.php:40 +#: mod/lockview.php:38 mod/lockview.php:46 msgid "Remote privacy information not available." msgstr "Личная информация удаленно недоступна." -#: mod/lockview.php:49 +#: mod/lockview.php:55 msgid "Visible to:" msgstr "Кто может видеть:" -#: mod/lostpass.php:19 -msgid "No valid account found." -msgstr "Не найдено действительного аккаунта." - -#: mod/lostpass.php:35 -msgid "Password reset request issued. Check your email." -msgstr "Запрос на сброс пароля принят. Проверьте вашу электронную почту." - -#: mod/lostpass.php:41 -#, 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.\n" -"\n" -"\t\tYour password will not be changed unless we can verify that you\n" -"\t\tissued this request." -msgstr "" - -#: mod/lostpass.php:52 -#, php-format -msgid "" -"\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" -msgstr "" - -#: mod/lostpass.php:71 -#, php-format -msgid "Password reset requested at %s" -msgstr "Запрос на сброс пароля получен %s" - -#: mod/lostpass.php:91 -msgid "" -"Request could not be verified. (You may have previously submitted it.) " -"Password reset failed." -msgstr "Запрос не может быть проверен. (Вы, возможно, ранее представляли его.) Попытка сброса пароля неудачная." - -#: mod/lostpass.php:110 boot.php:1882 -msgid "Password Reset" -msgstr "Сброс пароля" - -#: mod/lostpass.php:111 -msgid "Your password has been reset as requested." -msgstr "Ваш пароль был сброшен по требованию." - -#: mod/lostpass.php:112 -msgid "Your new password is" -msgstr "Ваш новый пароль" - -#: mod/lostpass.php:113 -msgid "Save or copy your new password - and then" -msgstr "Сохраните или скопируйте новый пароль - и затем" - -#: mod/lostpass.php:114 -msgid "click here to login" -msgstr "нажмите здесь для входа" - -#: mod/lostpass.php:115 -msgid "" -"Your password may be changed from the Settings page after " -"successful login." -msgstr "Ваш пароль может быть изменен на странице Настройки после успешного входа." - -#: mod/lostpass.php:125 -#, php-format -msgid "" -"\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" -msgstr "" - -#: mod/lostpass.php:131 -#, php-format -msgid "" -"\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" -msgstr "" - -#: mod/lostpass.php:147 -#, php-format -msgid "Your password has been changed at %s" -msgstr "Ваш пароль был изменен %s" - -#: mod/lostpass.php:159 -msgid "Forgot your Password?" -msgstr "Забыли пароль?" - -#: mod/lostpass.php:160 -msgid "" -"Enter your email address and submit to have your password reset. Then check " -"your email for further instructions." -msgstr "Введите адрес электронной почты и подтвердите, что вы хотите сбросить ваш пароль. Затем проверьте свою электронную почту для получения дальнейших инструкций." - -#: mod/lostpass.php:161 boot.php:1870 -msgid "Nickname or Email: " -msgstr "Ник или E-mail: " - -#: mod/lostpass.php:162 -msgid "Reset" -msgstr "Сброс" - -#: mod/maintenance.php:20 +#: mod/maintenance.php:24 msgid "System down for maintenance" msgstr "Система закрыта на техническое обслуживание" -#: mod/match.php:35 -msgid "No keywords to match. Please add keywords to your default profile." -msgstr "Нет соответствующих ключевых слов. Пожалуйста, добавьте ключевые слова для вашего профиля по умолчанию." - -#: mod/match.php:88 -msgid "is interested in:" -msgstr "интересуется:" - -#: mod/match.php:102 -msgid "Profile Match" -msgstr "Похожие профили" - -#: mod/match.php:109 mod/dirfind.php:245 -msgid "No matches" -msgstr "Нет соответствий" - -#: mod/mood.php:134 -msgid "Mood" -msgstr "Настроение" - -#: mod/mood.php:135 -msgid "Set your current mood and tell your friends" -msgstr "Напишите о вашем настроении и расскажите своим друзьям" - -#: mod/newmember.php:6 +#: mod/newmember.php:11 msgid "Welcome to Friendica" msgstr "Добро пожаловать в Friendica" -#: mod/newmember.php:8 +#: mod/newmember.php:12 msgid "New Member Checklist" msgstr "Новый контрольный список участников" -#: mod/newmember.php:12 +#: 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 " @@ -4288,33 +1478,38 @@ msgid "" "registration and then will quietly disappear." msgstr "Мы хотели бы предложить некоторые советы и ссылки, помогающие сделать вашу работу приятнее. Нажмите на любой элемент, чтобы посетить соответствующую страницу. Ссылка на эту страницу будет видна на вашей домашней странице в течение двух недель после первоначальной регистрации, а затем она исчезнет." -#: mod/newmember.php:14 +#: mod/newmember.php:15 msgid "Getting Started" msgstr "Начало работы" -#: mod/newmember.php:18 +#: mod/newmember.php:17 msgid "Friendica Walk-Through" msgstr "Friendica тур" -#: mod/newmember.php:18 +#: mod/newmember.php:17 msgid "" "On your Quick Start 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:26 +#: mod/newmember.php:19 mod/admin.php:1906 mod/admin.php:2175 +#: mod/settings.php:123 src/Content/Nav.php:206 view/theme/frio/theme.php:269 +msgid "Settings" +msgstr "Настройки" + +#: mod/newmember.php:21 msgid "Go to Your Settings" msgstr "Перейти к вашим настройкам" -#: mod/newmember.php:26 +#: mod/newmember.php:21 msgid "" "On your Settings 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:28 +#: 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 " @@ -4322,81 +1517,88 @@ msgid "" "potential friends know exactly how to find you." msgstr "Просмотрите другие установки, в частности, параметры конфиденциальности. Неопубликованные пункты каталога с частными номерами телефона. В общем, вам, вероятно, следует опубликовать свою информацию - если все ваши друзья и потенциальные друзья точно знают, как вас найти." -#: mod/newmember.php:36 mod/profile_photo.php:256 mod/profiles.php:700 +#: mod/newmember.php:24 mod/profperm.php:113 mod/contacts.php:671 +#: mod/contacts.php:863 src/Content/Nav.php:101 src/Model/Profile.php:730 +#: src/Model/Profile.php:863 src/Model/Profile.php:896 +#: view/theme/frio/theme.php:260 +msgid "Profile" +msgstr "Информация" + +#: mod/newmember.php:26 mod/profile_photo.php:249 mod/profiles.php:691 msgid "Upload Profile Photo" msgstr "Загрузить фото профиля" -#: mod/newmember.php:36 +#: 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:38 +#: mod/newmember.php:27 msgid "Edit Your Profile" msgstr "Редактировать профиль" -#: mod/newmember.php:38 +#: mod/newmember.php:27 msgid "" "Edit your default profile to your liking. Review the " "settings for hiding your list of friends and hiding the profile from unknown" " visitors." msgstr "Отредактируйте профиль по умолчанию на свой ​​вкус. Просмотрите установки для сокрытия вашего списка друзей и сокрытия профиля от неизвестных посетителей." -#: mod/newmember.php:40 +#: mod/newmember.php:28 msgid "Profile Keywords" msgstr "Ключевые слова профиля" -#: mod/newmember.php:40 +#: 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:44 +#: mod/newmember.php:30 msgid "Connecting" msgstr "Подключение" -#: mod/newmember.php:51 +#: mod/newmember.php:36 msgid "Importing Emails" msgstr "Импортирование Email-ов" -#: mod/newmember.php:51 +#: 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 "Введите информацию о доступе к вашему email на странице настроек вашего коннектора, если вы хотите импортировать, и общаться с друзьями или получать рассылки на ваш ящик электронной почты" -#: mod/newmember.php:53 +#: mod/newmember.php:39 msgid "Go to Your Contacts Page" msgstr "Перейти на страницу ваших контактов" -#: mod/newmember.php:53 +#: 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 Add New Contact dialog." msgstr "Ваша страница контактов - это ваш шлюз к управлению дружбой и общением с друзьями в других сетях. Обычно вы вводите свой ​​адрес или адрес сайта в диалог Добавить новый контакт." -#: mod/newmember.php:55 +#: mod/newmember.php:40 msgid "Go to Your Site's Directory" msgstr "Перейти в каталог вашего сайта" -#: mod/newmember.php:55 +#: mod/newmember.php:40 msgid "" "The Directory page lets you find other people in this network or other " "federated sites. Look for a Connect or Follow link on " "their profile page. Provide your own Identity Address if requested." msgstr "На странице каталога вы можете найти других людей в этой сети или на других похожих сайтах. Ищите ссылки Подключить или Следовать на страницах их профилей. Укажите свой собственный адрес идентификации, если требуется." -#: mod/newmember.php:57 +#: mod/newmember.php:41 msgid "Finding New People" msgstr "Поиск людей" -#: mod/newmember.php:57 +#: 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 " @@ -4405,256 +1607,85 @@ msgid "" "hours." msgstr "На боковой панели страницы Контакты есть несколько инструментов, чтобы найти новых друзей. Мы можем искать по соответствию интересам, посмотреть людей по имени или интересам, и внести предложения на основе сетевых отношений. На новом сайте, предложения дружбы, как правило, начинают заполняться в течение 24 часов." -#: mod/newmember.php:65 +#: mod/newmember.php:43 src/Model/Group.php:401 +msgid "Groups" +msgstr "Группы" + +#: mod/newmember.php:45 msgid "Group Your Contacts" msgstr "Группа \"ваши контакты\"" -#: mod/newmember.php:65 +#: 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:68 +#: mod/newmember.php:48 msgid "Why Aren't My Posts Public?" msgstr "Почему мои посты не публичные?" -#: mod/newmember.php:68 +#: 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 "Friendica уважает вашу приватность. По умолчанию, ваши сообщения будут показываться только для людей, которых вы добавили в список друзей. Для получения дополнительной информации см. раздел справки по ссылке выше." -#: mod/newmember.php:73 +#: mod/newmember.php:52 msgid "Getting Help" msgstr "Получить помощь" -#: mod/newmember.php:77 +#: mod/newmember.php:54 msgid "Go to the Help Section" msgstr "Перейти в раздел справки" -#: mod/newmember.php:77 +#: mod/newmember.php:54 msgid "" "Our help pages may be consulted for detail on other program" " features and resources." msgstr "Наши страницы помощи могут проконсультировать о подробностях и возможностях программы и ресурса." -#: mod/nogroup.php:65 +#: mod/nogroup.php:42 mod/viewcontacts.php:112 mod/contacts.php:619 +#: mod/contacts.php:959 +#, php-format +msgid "Visit %s's profile [%s]" +msgstr "Посетить профиль %s [%s]" + +#: mod/nogroup.php:43 mod/contacts.php:960 +msgid "Edit contact" +msgstr "Редактировать контакт" + +#: mod/nogroup.php:63 msgid "Contacts who are not members of a group" msgstr "Контакты, которые не являются членами группы" -#: mod/notify.php:65 -msgid "No more system notifications." -msgstr "Системных уведомлений больше нет." - -#: mod/notify.php:69 mod/notifications.php:111 -msgid "System Notifications" -msgstr "Уведомления системы" - -#: mod/oexchange.php:21 -msgid "Post successful." -msgstr "Успешно добавлено." - -#: mod/ostatus_subscribe.php:14 -msgid "Subscribing to OStatus contacts" -msgstr "Подписка на OStatus-контакты" - -#: mod/ostatus_subscribe.php:25 -msgid "No contact provided." -msgstr "Не указан контакт." - -#: mod/ostatus_subscribe.php:31 -msgid "Couldn't fetch information for contact." -msgstr "Невозможно получить информацию о контакте." - -#: mod/ostatus_subscribe.php:40 -msgid "Couldn't fetch friends for contact." -msgstr "Невозможно получить друзей для контакта." - -#: mod/ostatus_subscribe.php:54 mod/repair_ostatus.php:44 -msgid "Done" -msgstr "Готово" - -#: mod/ostatus_subscribe.php:68 -msgid "success" -msgstr "удачно" - -#: mod/ostatus_subscribe.php:70 -msgid "failed" -msgstr "неудача" - -#: mod/ostatus_subscribe.php:78 mod/repair_ostatus.php:50 -msgid "Keep this window open until done." -msgstr "Держать окно открытым до завершения." - -#: mod/p.php:9 +#: mod/p.php:14 msgid "Not Extended" msgstr "Не расширенный" -#: mod/poke.php:196 -msgid "Poke/Prod" -msgstr "Потыкать/Потолкать" - -#: mod/poke.php:197 -msgid "poke, prod or do other things to somebody" -msgstr "Потыкать, потолкать или сделать что-то еще с кем-то" - -#: mod/poke.php:198 -msgid "Recipient" -msgstr "Получатель" - -#: mod/poke.php:199 -msgid "Choose what you wish to do to recipient" -msgstr "Выберите действия для получателя" - -#: mod/poke.php:202 -msgid "Make this post private" -msgstr "Сделать эту запись личной" - -#: mod/profile_photo.php:44 -msgid "Image uploaded but image cropping failed." -msgstr "Изображение загружено, но обрезка изображения не удалась." - -#: mod/profile_photo.php:77 mod/profile_photo.php:85 mod/profile_photo.php:93 -#: mod/profile_photo.php:323 -#, php-format -msgid "Image size reduction [%s] failed." -msgstr "Уменьшение размера изображения [%s] не удалось." - -#: mod/profile_photo.php:127 -msgid "" -"Shift-reload the page or clear browser cache if the new photo does not " -"display immediately." -msgstr "Перезагрузите страницу с зажатой клавишей \"Shift\" для того, чтобы увидеть свое новое фото немедленно." - -#: mod/profile_photo.php:137 -msgid "Unable to process image" -msgstr "Не удается обработать изображение" - -#: mod/profile_photo.php:156 mod/photos.php:813 mod/wall_upload.php:181 -#, php-format -msgid "Image exceeds size limit of %s" -msgstr "Изображение превышает лимит размера в %s" - -#: mod/profile_photo.php:165 mod/photos.php:854 mod/wall_upload.php:218 -msgid "Unable to process image." -msgstr "Невозможно обработать фото." - -#: mod/profile_photo.php:254 -msgid "Upload File:" -msgstr "Загрузить файл:" - -#: mod/profile_photo.php:255 -msgid "Select a profile:" -msgstr "Выбрать этот профиль:" - -#: mod/profile_photo.php:257 -msgid "Upload" -msgstr "Загрузить" - -#: mod/profile_photo.php:260 -msgid "or" -msgstr "или" - -#: mod/profile_photo.php:260 -msgid "skip this step" -msgstr "пропустить этот шаг" - -#: mod/profile_photo.php:260 -msgid "select a photo from your photo albums" -msgstr "выберите фото из ваших фотоальбомов" - -#: mod/profile_photo.php:274 -msgid "Crop Image" -msgstr "Обрезать изображение" - -#: mod/profile_photo.php:275 -msgid "Please adjust the image cropping for optimum viewing." -msgstr "Пожалуйста, настройте обрезку изображения для оптимального просмотра." - -#: mod/profile_photo.php:277 -msgid "Done Editing" -msgstr "Редактирование выполнено" - -#: mod/profile_photo.php:313 -msgid "Image uploaded successfully." -msgstr "Изображение загружено успешно." - -#: mod/profile_photo.php:315 mod/photos.php:883 mod/wall_upload.php:257 -msgid "Image upload failed." -msgstr "Загрузка фото неудачная." - -#: mod/profperm.php:20 mod/group.php:76 index.php:406 -msgid "Permission denied" -msgstr "Доступ запрещен" - -#: mod/profperm.php:26 mod/profperm.php:57 -msgid "Invalid profile identifier." -msgstr "Недопустимый идентификатор профиля." - -#: mod/profperm.php:103 -msgid "Profile Visibility Editor" -msgstr "Редактор видимости профиля" - -#: mod/profperm.php:107 mod/group.php:262 -msgid "Click on a contact to add or remove." -msgstr "Нажмите на контакт, чтобы добавить или удалить." - -#: mod/profperm.php:116 -msgid "Visible To" -msgstr "Видимый для" - -#: mod/profperm.php:132 -msgid "All Contacts (with secure profile access)" -msgstr "Все контакты (с безопасным доступом к профилю)" - -#: mod/regmod.php:58 -msgid "Account approved." -msgstr "Аккаунт утвержден." - -#: mod/regmod.php:95 -#, php-format -msgid "Registration revoked for %s" -msgstr "Регистрация отменена для %s" - -#: mod/regmod.php:107 -msgid "Please login." -msgstr "Пожалуйста, войдите с паролем." - -#: mod/removeme.php:52 mod/removeme.php:55 -msgid "Remove My Account" -msgstr "Удалить мой аккаунт" - -#: mod/removeme.php:53 -msgid "" -"This will completely remove your account. Once this has been done it is not " -"recoverable." -msgstr "Это позволит полностью удалить ваш аккаунт. Как только это будет сделано, аккаунт восстановлению не подлежит." - -#: mod/removeme.php:54 -msgid "Please enter your password for verification:" -msgstr "Пожалуйста, введите свой пароль для проверки:" - -#: mod/repair_ostatus.php:14 +#: mod/repair_ostatus.php:18 msgid "Resubscribing to OStatus contacts" msgstr "Переподписаться на OStatus-контакты." -#: mod/repair_ostatus.php:30 +#: mod/repair_ostatus.php:34 msgid "Error" msgstr "Ошибка" -#: mod/subthread.php:104 -#, php-format -msgid "%1$s is following %2$s's %3$s" -msgstr "%1$s подписан %2$s's %3$s" +#: mod/repair_ostatus.php:48 mod/ostatus_subscribe.php:64 +msgid "Done" +msgstr "Готово" -#: mod/suggest.php:27 +#: mod/repair_ostatus.php:54 mod/ostatus_subscribe.php:88 +msgid "Keep this window open until done." +msgstr "Держать окно открытым до завершения." + +#: mod/suggest.php:36 msgid "Do you really want to delete this suggestion?" msgstr "Вы действительно хотите удалить это предложение?" -#: mod/suggest.php:71 +#: mod/suggest.php:73 msgid "" "No suggestions available. If this is a new site, please try again in 24 " "hours." @@ -4664,328 +1695,504 @@ msgstr "Нет предложений. Если это новый сайт, по msgid "Ignore/Hide" msgstr "Проигнорировать/Скрыть" -#: mod/tagrm.php:43 -msgid "Tag removed" -msgstr "Ключевое слово удалено" +#: mod/suggest.php:114 src/Content/Widget.php:64 view/theme/vier/theme.php:203 +msgid "Friend Suggestions" +msgstr "Предложения друзей" -#: mod/tagrm.php:82 -msgid "Remove Item Tag" -msgstr "Удалить ключевое слово" - -#: mod/tagrm.php:84 -msgid "Select a tag to remove: " -msgstr "Выберите ключевое слово для удаления: " - -#: mod/uimport.php:51 mod/register.php:198 +#: mod/uimport.php:55 mod/register.php:191 msgid "" "This site has exceeded the number of allowed daily account registrations. " "Please try again tomorrow." msgstr "Этот сайт превысил допустимое количество ежедневных регистраций. Пожалуйста, повторите попытку завтра." -#: mod/uimport.php:66 mod/register.php:295 +#: mod/uimport.php:70 mod/register.php:285 msgid "Import" msgstr "Импорт" -#: mod/uimport.php:68 +#: mod/uimport.php:72 msgid "Move account" msgstr "Удалить аккаунт" -#: mod/uimport.php:69 +#: mod/uimport.php:73 msgid "You can import an account from another Friendica server." msgstr "Вы можете импортировать учетную запись с другого сервера Friendica." -#: mod/uimport.php:70 +#: mod/uimport.php:74 msgid "" "You need to export your account from the old server and upload it here. We " "will recreate your old account here with all your contacts. We will try also" " to inform your friends that you moved here." msgstr "Вам нужно экспортировать свой ​​аккаунт со старого сервера и загрузить его сюда. Мы восстановим ваш ​​старый аккаунт здесь со всеми вашими контактами. Мы постараемся также сообщить друзьям, что вы переехали сюда." -#: mod/uimport.php:71 +#: mod/uimport.php:75 msgid "" "This feature is experimental. We can't import contacts from the OStatus " "network (GNU Social/Statusnet) or from Diaspora" msgstr "Это экспериментальная функция. Мы не можем импортировать контакты из сети OStatus (GNU Social/ StatusNet) или из Diaspora" -#: mod/uimport.php:72 +#: mod/uimport.php:76 msgid "Account file" msgstr "Файл аккаунта" -#: mod/uimport.php:72 +#: mod/uimport.php:76 msgid "" "To export your account, go to \"Settings->Export your personal data\" and " "select \"Export account\"" msgstr "Для экспорта аккаунта, перейдите в \"Настройки->Экспортировать ваши данные\" и выберите \"Экспорт аккаунта\"" -#: mod/update_community.php:19 mod/update_display.php:23 -#: mod/update_network.php:27 mod/update_notes.php:36 mod/update_profile.php:35 +#: mod/update_community.php:27 mod/update_display.php:27 +#: mod/update_notes.php:40 mod/update_profile.php:39 mod/update_network.php:33 msgid "[Embedded content - reload page to view]" msgstr "[Встроенное содержание - перезагрузите страницу для просмотра]" -#: mod/viewcontacts.php:75 -msgid "No contacts." -msgstr "Нет контактов." - -#: mod/viewsrc.php:7 -msgid "Access denied." -msgstr "Доступ запрещен." - -#: mod/wall_attach.php:17 mod/wall_attach.php:25 mod/wall_attach.php:76 -#: mod/wall_upload.php:36 mod/wall_upload.php:52 mod/wall_upload.php:110 -#: mod/wall_upload.php:150 mod/wall_upload.php:153 -msgid "Invalid request." -msgstr "Неверный запрос." - -#: mod/wall_attach.php:94 -msgid "Sorry, maybe your upload is bigger than the PHP configuration allows" -msgstr "Извините, похоже что загружаемый файл превышает лимиты, разрешенные конфигурацией PHP" - -#: mod/wall_attach.php:94 -msgid "Or - did you try to upload an empty file?" -msgstr "Или вы пытались загрузить пустой файл?" - -#: mod/wall_attach.php:105 +#: mod/dfrn_poll.php:123 mod/dfrn_poll.php:543 #, php-format -msgid "File exceeds size limit of %s" -msgstr "Файл превышает лимит размера в %s" +msgid "%1$s welcomes %2$s" +msgstr "%1$s добро пожаловать %2$s" -#: mod/wall_attach.php:158 mod/wall_attach.php:174 -msgid "File upload failed." -msgstr "Загрузка файла не удалась." +#: mod/match.php:48 +msgid "No keywords to match. Please add keywords to your default profile." +msgstr "Нет соответствующих ключевых слов. Пожалуйста, добавьте ключевые слова для вашего профиля по умолчанию." -#: mod/wallmessage.php:42 mod/wallmessage.php:106 +#: mod/match.php:104 +msgid "is interested in:" +msgstr "интересуется:" + +#: mod/match.php:120 +msgid "Profile Match" +msgstr "Похожие профили" + +#: mod/match.php:125 mod/dirfind.php:253 +msgid "No matches" +msgstr "Нет соответствий" + +#: mod/notifications.php:37 +msgid "Invalid request identifier." +msgstr "Неверный идентификатор запроса." + +#: mod/notifications.php:46 mod/notifications.php:183 +#: mod/notifications.php:230 +msgid "Discard" +msgstr "Отказаться" + +#: mod/notifications.php:62 mod/notifications.php:182 +#: mod/notifications.php:266 mod/contacts.php:638 mod/contacts.php:828 +#: mod/contacts.php:1019 +msgid "Ignore" +msgstr "Игнорировать" + +#: mod/notifications.php:98 src/Content/Nav.php:189 +msgid "Notifications" +msgstr "Уведомления" + +#: mod/notifications.php:107 +msgid "Network Notifications" +msgstr "Уведомления сети" + +#: mod/notifications.php:113 mod/notify.php:81 +msgid "System Notifications" +msgstr "Уведомления системы" + +#: mod/notifications.php:119 +msgid "Personal Notifications" +msgstr "Личные уведомления" + +#: mod/notifications.php:125 +msgid "Home Notifications" +msgstr "Уведомления" + +#: mod/notifications.php:155 +msgid "Show Ignored Requests" +msgstr "Показать проигнорированные запросы" + +#: mod/notifications.php:155 +msgid "Hide Ignored Requests" +msgstr "Скрыть проигнорированные запросы" + +#: mod/notifications.php:167 mod/notifications.php:237 +msgid "Notification type: " +msgstr "Тип уведомления: " + +#: mod/notifications.php:170 #, php-format -msgid "Number of daily wall messages for %s exceeded. Message failed." -msgstr "Количество ежедневных сообщений на стене %s превышено. Сообщение отменено.." +msgid "suggested by %s" +msgstr "предложено юзером %s" -#: mod/wallmessage.php:50 mod/message.php:60 -msgid "No recipient selected." -msgstr "Не выбран получатель." +#: mod/notifications.php:175 mod/notifications.php:254 mod/contacts.php:646 +msgid "Hide this contact from others" +msgstr "Скрыть этот контакт от других" -#: mod/wallmessage.php:53 -msgid "Unable to check your home location." -msgstr "Невозможно проверить местоположение." +#: mod/notifications.php:176 mod/notifications.php:255 +msgid "Post a new friend activity" +msgstr "Настроение" -#: mod/wallmessage.php:56 mod/message.php:67 -msgid "Message could not be sent." -msgstr "Сообщение не может быть отправлено." +#: mod/notifications.php:176 mod/notifications.php:255 +msgid "if applicable" +msgstr "если требуется" -#: mod/wallmessage.php:59 mod/message.php:70 -msgid "Message collection failure." -msgstr "Неудача коллекции сообщения." +#: mod/notifications.php:179 mod/notifications.php:264 mod/admin.php:1796 +msgid "Approve" +msgstr "Одобрить" -#: mod/wallmessage.php:62 mod/message.php:73 -msgid "Message sent." -msgstr "Сообщение отправлено." +#: mod/notifications.php:198 +msgid "Claims to be known to you: " +msgstr "Утверждения, о которых должно быть вам известно: " -#: mod/wallmessage.php:80 mod/wallmessage.php:89 -msgid "No recipient." -msgstr "Без адресата." +#: mod/notifications.php:199 +msgid "yes" +msgstr "да" -#: mod/wallmessage.php:126 mod/message.php:322 -msgid "Send Private Message" -msgstr "Отправить личное сообщение" +#: mod/notifications.php:199 +msgid "no" +msgstr "нет" -#: mod/wallmessage.php:127 +#: mod/notifications.php:200 mod/notifications.php:205 +msgid "Shall your connection be bidirectional or not?" +msgstr "Должно ли ваше соединение быть двухсторонним или нет?" + +#: mod/notifications.php:201 mod/notifications.php:206 #, php-format msgid "" -"If you wish for %s to respond, please check that the privacy settings on " -"your site allow private mail from unknown senders." -msgstr "Если Вы хотите ответить %s, пожалуйста, проверьте, позволяют ли настройки конфиденциальности на Вашем сайте принимать личные сообщения от неизвестных отправителей." +"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 "Принимая %s как друга вы позволяете %s читать ему свои посты, а также будете получать оные от него." -#: mod/wallmessage.php:128 mod/message.php:323 mod/message.php:510 -msgid "To:" -msgstr "Кому:" +#: mod/notifications.php:202 +#, php-format +msgid "" +"Accepting %s as a subscriber allows them to subscribe to your posts, but you" +" will not receive updates from them in your news feed." +msgstr "Принимая %s как подписчика вы позволяете читать ему свои посты, но вы не получите оных от него." -#: mod/wallmessage.php:129 mod/message.php:328 mod/message.php:512 -msgid "Subject:" -msgstr "Тема:" +#: mod/notifications.php:207 +#, php-format +msgid "" +"Accepting %s as a sharer allows them to subscribe to your posts, but you " +"will not receive updates from them in your news feed." +msgstr "Принимая %s как подписчика вы позволяете читать ему свои посты, но вы не получите оных от него." -#: mod/babel.php:16 -msgid "Source (bbcode) text:" -msgstr "Код (bbcode):" +#: mod/notifications.php:218 +msgid "Friend" +msgstr "Друг" -#: mod/babel.php:23 -msgid "Source (Diaspora) text to convert to BBcode:" -msgstr "Код (Diaspora) для конвертации в BBcode:" +#: mod/notifications.php:219 +msgid "Sharer" +msgstr "Участник" -#: mod/babel.php:31 -msgid "Source input: " -msgstr "Ввести код:" +#: mod/notifications.php:219 +msgid "Subscriber" +msgstr "Подписант" -#: mod/babel.php:35 -msgid "bb2html (raw HTML): " -msgstr "bb2html (raw HTML): " +#: mod/notifications.php:247 mod/events.php:518 mod/directory.php:148 +#: mod/contacts.php:660 src/Model/Profile.php:417 src/Model/Event.php:60 +#: src/Model/Event.php:85 src/Model/Event.php:421 src/Model/Event.php:900 +msgid "Location:" +msgstr "Откуда:" -#: mod/babel.php:39 -msgid "bb2html: " -msgstr "bb2html: " +#: mod/notifications.php:249 mod/directory.php:154 mod/contacts.php:664 +#: src/Model/Profile.php:423 src/Model/Profile.php:806 +msgid "About:" +msgstr "О себе:" -#: mod/babel.php:43 -msgid "bb2html2bb: " -msgstr "bb2html2bb: " +#: mod/notifications.php:251 mod/follow.php:174 mod/contacts.php:666 +#: src/Model/Profile.php:794 +msgid "Tags:" +msgstr "Ключевые слова: " -#: mod/babel.php:47 -msgid "bb2md: " -msgstr "bb2md: " +#: mod/notifications.php:253 mod/directory.php:151 src/Model/Profile.php:420 +#: src/Model/Profile.php:745 +msgid "Gender:" +msgstr "Пол:" -#: mod/babel.php:51 -msgid "bb2md2html: " -msgstr "bb2md2html: " +#: mod/notifications.php:258 mod/unfollow.php:122 mod/follow.php:166 +#: mod/contacts.php:656 mod/admin.php:490 mod/admin.php:500 +msgid "Profile URL" +msgstr "URL профиля" -#: mod/babel.php:55 -msgid "bb2dia2bb: " -msgstr "bb2dia2bb: " +#: mod/notifications.php:261 mod/contacts.php:71 src/Model/Profile.php:518 +msgid "Network:" +msgstr "Сеть:" -#: mod/babel.php:59 -msgid "bb2md2html2bb: " -msgstr "bb2md2html2bb: " +#: mod/notifications.php:275 +msgid "No introductions." +msgstr "Запросов нет." -#: mod/babel.php:65 -msgid "Source input (Diaspora format): " -msgstr "Ввод кода (формат Diaspora):" +#: mod/notifications.php:316 +msgid "Show unread" +msgstr "Показать непрочитанные" -#: mod/babel.php:69 -msgid "diaspora2bb: " -msgstr "diaspora2bb: " +#: mod/notifications.php:316 +msgid "Show all" +msgstr "Показать все" -#: mod/cal.php:271 mod/events.php:375 -msgid "View" -msgstr "Смотреть" +#: mod/notifications.php:322 +#, php-format +msgid "No more %s notifications." +msgstr "Больше нет уведомлений о %s." -#: mod/cal.php:272 mod/events.php:377 -msgid "Previous" -msgstr "Назад" +#: mod/openid.php:29 +msgid "OpenID protocol error. No ID returned." +msgstr "Ошибка протокола OpenID. Не возвращён ID." -#: mod/cal.php:273 mod/events.php:378 mod/install.php:201 -msgid "Next" -msgstr "Далее" +#: mod/openid.php:66 +msgid "" +"Account not found and OpenID registration is not permitted on this site." +msgstr "Аккаунт не найден и OpenID регистрация не допускается на этом сайте." -#: mod/cal.php:282 mod/events.php:387 -msgid "list" -msgstr "список" +#: mod/openid.php:116 src/Module/Login.php:86 src/Module/Login.php:134 +msgid "Login failed." +msgstr "Войти не удалось." -#: mod/cal.php:292 -msgid "User not found" -msgstr "Пользователь не найден" - -#: mod/cal.php:308 -msgid "This calendar format is not supported" -msgstr "Этот формат календарей не поддерживается" - -#: mod/cal.php:310 -msgid "No exportable data found" -msgstr "Нет данных для экспорта" - -#: mod/cal.php:325 -msgid "calendar" -msgstr "календарь" - -#: mod/community.php:23 -msgid "Not available." -msgstr "Недоступно." - -#: mod/community.php:50 mod/search.php:219 -msgid "No results." -msgstr "Нет результатов." - -#: mod/dfrn_confirm.php:70 mod/profiles.php:19 mod/profiles.php:135 -#: mod/profiles.php:182 mod/profiles.php:619 +#: mod/dfrn_confirm.php:74 mod/profiles.php:39 mod/profiles.php:149 +#: mod/profiles.php:196 mod/profiles.php:618 msgid "Profile not found." msgstr "Профиль не найден." -#: mod/dfrn_confirm.php:127 +#: mod/dfrn_confirm.php:132 msgid "" "This may occasionally happen if contact was requested by both persons and it" " has already been approved." msgstr "Это может иногда происходить, если контакт запрашивали двое людей, и он был уже одобрен." -#: mod/dfrn_confirm.php:244 +#: mod/dfrn_confirm.php:242 msgid "Response from remote site was not understood." msgstr "Ответ от удаленного сайта не был понят." -#: mod/dfrn_confirm.php:253 mod/dfrn_confirm.php:258 +#: mod/dfrn_confirm.php:249 mod/dfrn_confirm.php:254 msgid "Unexpected response from remote site: " msgstr "Неожиданный ответ от удаленного сайта: " -#: mod/dfrn_confirm.php:267 +#: mod/dfrn_confirm.php:263 msgid "Confirmation completed successfully." msgstr "Подтверждение успешно завершено." -#: mod/dfrn_confirm.php:269 mod/dfrn_confirm.php:283 mod/dfrn_confirm.php:290 -msgid "Remote site reported: " -msgstr "Удаленный сайт сообщил: " - -#: mod/dfrn_confirm.php:281 +#: mod/dfrn_confirm.php:275 msgid "Temporary failure. Please wait and try again." msgstr "Временные неудачи. Подождите и попробуйте еще раз." -#: mod/dfrn_confirm.php:288 +#: mod/dfrn_confirm.php:278 msgid "Introduction failed or was revoked." msgstr "Запрос ошибочен или был отозван." -#: mod/dfrn_confirm.php:418 +#: mod/dfrn_confirm.php:283 +msgid "Remote site reported: " +msgstr "Удаленный сайт сообщил: " + +#: mod/dfrn_confirm.php:396 msgid "Unable to set contact photo." msgstr "Не удается установить фото контакта." -#: mod/dfrn_confirm.php:559 +#: mod/dfrn_confirm.php:498 #, php-format msgid "No user record found for '%s' " msgstr "Не найдено записи пользователя для '%s' " -#: mod/dfrn_confirm.php:569 +#: mod/dfrn_confirm.php:508 msgid "Our site encryption key is apparently messed up." msgstr "Наш ключ шифрования сайта, по-видимому, перепутался." -#: mod/dfrn_confirm.php:580 +#: mod/dfrn_confirm.php:519 msgid "Empty site URL was provided or URL could not be decrypted by us." msgstr "Был предоставлен пустой URL сайта ​​или URL не может быть расшифрован нами." -#: mod/dfrn_confirm.php:602 +#: mod/dfrn_confirm.php:535 msgid "Contact record was not found for you on our site." msgstr "Запись контакта не найдена для вас на нашем сайте." -#: mod/dfrn_confirm.php:616 +#: mod/dfrn_confirm.php:549 #, php-format msgid "Site public key not available in contact record for URL %s." msgstr "Публичный ключ недоступен в записи о контакте по ссылке %s" -#: mod/dfrn_confirm.php:636 +#: mod/dfrn_confirm.php:565 msgid "" "The ID provided by your system is a duplicate on our system. It should work " "if you try again." msgstr "ID, предложенный вашей системой, является дубликатом в нашей системе. Он должен работать, если вы повторите попытку." -#: mod/dfrn_confirm.php:647 +#: mod/dfrn_confirm.php:576 msgid "Unable to set your contact credentials on our system." msgstr "Не удалось установить ваши учетные данные контакта в нашей системе." -#: mod/dfrn_confirm.php:709 +#: mod/dfrn_confirm.php:631 msgid "Unable to update your contact profile details on our system" msgstr "Не удается обновить ваши контактные детали профиля в нашей системе" -#: mod/dfrn_confirm.php:781 +#: mod/dfrn_confirm.php:661 mod/dfrn_request.php:568 +#: src/Model/Contact.php:1520 +msgid "[Name Withheld]" +msgstr "[Имя не разглашается]" + +#: mod/dfrn_confirm.php:694 #, php-format msgid "%1$s has joined %2$s" msgstr "%1$s присоединился %2$s" -#: mod/dfrn_request.php:101 +#: mod/invite.php:33 +msgid "Total invitation limit exceeded." +msgstr "Превышен общий лимит приглашений." + +#: mod/invite.php:55 +#, php-format +msgid "%s : Not a valid email address." +msgstr "%s: Неверный адрес электронной почты." + +#: mod/invite.php:80 +msgid "Please join us on Friendica" +msgstr "Пожалуйста, присоединяйтесь к нам на Friendica" + +#: mod/invite.php:91 +msgid "Invitation limit exceeded. Please contact your site administrator." +msgstr "Лимит приглашений превышен. Пожалуйста, свяжитесь с администратором сайта." + +#: mod/invite.php:95 +#, php-format +msgid "%s : Message delivery failed." +msgstr "%s: Доставка сообщения не удалась." + +#: mod/invite.php:99 +#, php-format +msgid "%d message sent." +msgid_plural "%d messages sent." +msgstr[0] "%d сообщение отправлено." +msgstr[1] "%d сообщений отправлено." +msgstr[2] "%d сообщений отправлено." +msgstr[3] "%d сообщений отправлено." + +#: mod/invite.php:117 +msgid "You have no more invitations available" +msgstr "У вас нет больше приглашений" + +#: mod/invite.php:125 +#, php-format +msgid "" +"Visit %s for a list of public sites that you can join. Friendica members on " +"other sites can all connect with each other, as well as with members of many" +" other social networks." +msgstr "Посетите %s со списком общедоступных сайтов, к которым вы можете присоединиться. Все участники Friendica на других сайтах могут соединиться друг с другом, а также с участниками многих других социальных сетей." + +#: mod/invite.php:127 +#, php-format +msgid "" +"To accept this invitation, please visit and register at %s or any other " +"public Friendica website." +msgstr "Для одобрения этого приглашения, пожалуйста, посетите и зарегистрируйтесь на %s ,или любом другом публичном сервере Friendica" + +#: mod/invite.php:128 +#, php-format +msgid "" +"Friendica sites all inter-connect to create a huge privacy-enhanced social " +"web that is owned and controlled by its members. They can also connect with " +"many traditional social networks. See %s for a list of alternate Friendica " +"sites you can join." +msgstr "Сайты Friendica, подключившись между собой, могут создать сеть с повышенной безопасностью, которая принадлежит и управляется её членами. Они также могут подключаться ко многим традиционным социальным сетям. См. %s со списком альтернативных сайтов Friendica, к которым вы можете присоединиться." + +#: mod/invite.php:132 +msgid "" +"Our apologies. This system is not currently configured to connect with other" +" public sites or invite members." +msgstr "Извините. Эта система в настоящее время не сконфигурирована для соединения с другими общественными сайтами и для приглашения участников." + +#: mod/invite.php:136 +msgid "" +"Friendica sites all inter-connect to create a huge privacy-enhanced social " +"web that is owned and controlled by its members. They can also connect with " +"many traditional social networks." +msgstr "" + +#: mod/invite.php:135 +#, php-format +msgid "To accept this invitation, please visit and register at %s." +msgstr "" + +#: mod/invite.php:142 +msgid "Send invitations" +msgstr "Отправить приглашения" + +#: mod/invite.php:143 +msgid "Enter email addresses, one per line:" +msgstr "Введите адреса электронной почты, по одному в строке:" + +#: mod/invite.php:144 mod/wallmessage.php:141 mod/message.php:259 +#: mod/message.php:426 +msgid "Your message:" +msgstr "Ваше сообщение:" + +#: mod/invite.php:145 +msgid "" +"You are cordially invited to join me and other close friends on Friendica - " +"and help us to create a better social web." +msgstr "Приглашаем Вас присоединиться ко мне и другим близким друзьям на Friendica - помочь нам создать лучшую социальную сеть." + +#: mod/invite.php:147 +msgid "You will need to supply this invitation code: $invite_code" +msgstr "Вам нужно будет предоставить этот код приглашения: $invite_code" + +#: mod/invite.php:147 +msgid "" +"Once you have registered, please connect with me via my profile page at:" +msgstr "После того как вы зарегистрировались, пожалуйста, свяжитесь со мной через мою страницу профиля по адресу:" + +#: mod/invite.php:149 +msgid "" +"For more information about the Friendica project and why we feel it is " +"important, please visit http://friendi.ca" +msgstr "" + +#: mod/wall_attach.php:24 mod/wall_attach.php:32 mod/wall_attach.php:83 +#: mod/wall_upload.php:38 mod/wall_upload.php:54 mod/wall_upload.php:112 +#: mod/wall_upload.php:155 mod/wall_upload.php:158 +msgid "Invalid request." +msgstr "Неверный запрос." + +#: mod/wall_attach.php:101 +msgid "Sorry, maybe your upload is bigger than the PHP configuration allows" +msgstr "Извините, похоже что загружаемый файл превышает лимиты, разрешенные конфигурацией PHP" + +#: mod/wall_attach.php:101 +msgid "Or - did you try to upload an empty file?" +msgstr "Или вы пытались загрузить пустой файл?" + +#: mod/wall_attach.php:112 +#, php-format +msgid "File exceeds size limit of %s" +msgstr "Файл превышает лимит размера в %s" + +#: mod/wall_attach.php:136 mod/wall_attach.php:152 +msgid "File upload failed." +msgstr "Загрузка файла не удалась." + +#: mod/manage.php:180 +msgid "Manage Identities and/or Pages" +msgstr "Управление идентификацией и / или страницами" + +#: mod/manage.php:181 +msgid "" +"Toggle between different identities or community/group pages which share " +"your account details or which you have been granted \"manage\" permissions" +msgstr "" + +#: mod/manage.php:182 +msgid "Select an identity to manage: " +msgstr "Выберите идентификацию для управления: " + +#: mod/dfrn_request.php:94 msgid "This introduction has already been accepted." msgstr "Этот запрос был уже принят." -#: mod/dfrn_request.php:124 mod/dfrn_request.php:528 +#: mod/dfrn_request.php:112 mod/dfrn_request.php:359 msgid "Profile location is not valid or does not contain profile information." msgstr "Местоположение профиля является недопустимым или не содержит информацию о профиле." -#: mod/dfrn_request.php:129 mod/dfrn_request.php:533 +#: mod/dfrn_request.php:116 mod/dfrn_request.php:363 msgid "Warning: profile location has no identifiable owner name." msgstr "Внимание: местоположение профиля не имеет идентифицируемого имени владельца." -#: mod/dfrn_request.php:132 mod/dfrn_request.php:536 +#: mod/dfrn_request.php:119 mod/dfrn_request.php:366 msgid "Warning: profile location has no profile photo." msgstr "Внимание: местоположение профиля не имеет еще фотографии профиля." -#: mod/dfrn_request.php:136 mod/dfrn_request.php:540 +#: mod/dfrn_request.php:123 mod/dfrn_request.php:370 #, php-format msgid "%d required parameter was not found at the given location" msgid_plural "%d required parameters were not found at the given location" @@ -4994,416 +2201,696 @@ msgstr[1] "%d требуемых параметров не были найден msgstr[2] "%d требуемых параметров не были найдены в заданном месте" msgstr[3] "%d требуемых параметров не были найдены в заданном месте" -#: mod/dfrn_request.php:180 +#: mod/dfrn_request.php:162 msgid "Introduction complete." msgstr "Запрос создан." -#: mod/dfrn_request.php:225 +#: mod/dfrn_request.php:199 msgid "Unrecoverable protocol error." msgstr "Неисправимая ошибка протокола." -#: mod/dfrn_request.php:253 +#: mod/dfrn_request.php:226 msgid "Profile unavailable." msgstr "Профиль недоступен." -#: mod/dfrn_request.php:280 +#: mod/dfrn_request.php:248 #, php-format msgid "%s has received too many connection requests today." msgstr "К %s пришло сегодня слишком много запросов на подключение." -#: mod/dfrn_request.php:281 +#: mod/dfrn_request.php:249 msgid "Spam protection measures have been invoked." msgstr "Были применены меры защиты от спама." -#: mod/dfrn_request.php:282 +#: mod/dfrn_request.php:250 msgid "Friends are advised to please try again in 24 hours." msgstr "Друзья советуют попробовать еще раз в ближайшие 24 часа." -#: mod/dfrn_request.php:344 +#: mod/dfrn_request.php:280 msgid "Invalid locator" msgstr "Недопустимый локатор" -#: mod/dfrn_request.php:353 -msgid "Invalid email address." -msgstr "Неверный адрес электронной почты." - -#: mod/dfrn_request.php:378 -msgid "This account has not been configured for email. Request failed." -msgstr "Этот аккаунт не настроен для электронной почты. Запрос не удался." - -#: mod/dfrn_request.php:481 +#: mod/dfrn_request.php:316 msgid "You have already introduced yourself here." msgstr "Вы уже ввели информацию о себе здесь." -#: mod/dfrn_request.php:485 +#: mod/dfrn_request.php:319 #, php-format msgid "Apparently you are already friends with %s." msgstr "Похоже, что вы уже друзья с %s." -#: mod/dfrn_request.php:506 +#: mod/dfrn_request.php:339 msgid "Invalid profile URL." msgstr "Неверный URL профиля." -#: mod/dfrn_request.php:614 +#: mod/dfrn_request.php:345 src/Model/Contact.php:1223 +msgid "Disallowed profile URL." +msgstr "Запрещенный URL профиля." + +#: mod/dfrn_request.php:351 mod/friendica.php:128 mod/admin.php:353 +#: mod/admin.php:371 src/Model/Contact.php:1228 +msgid "Blocked domain" +msgstr "" + +#: mod/dfrn_request.php:419 mod/contacts.php:230 +msgid "Failed to update contact record." +msgstr "Не удалось обновить запись контакта." + +#: mod/dfrn_request.php:439 msgid "Your introduction has been sent." msgstr "Ваш запрос отправлен." -#: mod/dfrn_request.php:656 +#: mod/dfrn_request.php:477 msgid "" "Remote subscription can't be done for your network. Please subscribe " "directly on your system." msgstr "Удаленная подписка не может быть выполнена на вашей сети. Пожалуйста, подпишитесь на вашей системе." -#: mod/dfrn_request.php:677 +#: mod/dfrn_request.php:493 msgid "Please login to confirm introduction." msgstr "Для подтверждения запроса войдите пожалуйста с паролем." -#: mod/dfrn_request.php:687 +#: mod/dfrn_request.php:501 msgid "" "Incorrect identity currently logged in. Please login to " "this profile." msgstr "Неверно идентифицирован вход. Пожалуйста, войдите в этот профиль." -#: mod/dfrn_request.php:701 mod/dfrn_request.php:718 +#: mod/dfrn_request.php:515 mod/dfrn_request.php:532 msgid "Confirm" msgstr "Подтвердить" -#: mod/dfrn_request.php:713 +#: mod/dfrn_request.php:527 msgid "Hide this contact" msgstr "Скрыть этот контакт" -#: mod/dfrn_request.php:716 +#: mod/dfrn_request.php:530 #, php-format msgid "Welcome home %s." msgstr "Добро пожаловать домой, %s!" -#: mod/dfrn_request.php:717 +#: mod/dfrn_request.php:531 #, php-format msgid "Please confirm your introduction/connection request to %s." msgstr "Пожалуйста, подтвердите краткую информацию / запрос на подключение к %s." -#: mod/dfrn_request.php:848 +#: mod/dfrn_request.php:607 mod/probe.php:13 mod/viewcontacts.php:45 +#: mod/webfinger.php:16 mod/search.php:98 mod/search.php:104 +#: mod/community.php:27 mod/photos.php:932 mod/videos.php:199 +#: mod/display.php:203 mod/directory.php:42 +msgid "Public access denied." +msgstr "Свободный доступ закрыт." + +#: mod/dfrn_request.php:642 msgid "" "Please enter your 'Identity Address' from one of the following supported " "communications networks:" msgstr "Пожалуйста, введите ваш 'идентификационный адрес' одной из следующих поддерживаемых социальных сетей:" -#: mod/dfrn_request.php:872 +#: mod/dfrn_request.php:645 #, php-format msgid "" -"If you are not yet a member of the free social web, follow this link to find a public Friendica site and " -"join us today." -msgstr "Если вы еще не являетесь членом свободной социальной сети, перейдите по этой ссылке, чтобы найти публичный сервер Friendica и присоединиться к нам сейчас ." +"If you are not yet a member of the free social web, follow " +"this link to find a public Friendica site and join us today." +msgstr "" -#: mod/dfrn_request.php:877 +#: mod/dfrn_request.php:650 msgid "Friend/Connection Request" msgstr "Запрос в друзья / на подключение" -#: mod/dfrn_request.php:878 +#: mod/dfrn_request.php:651 msgid "" "Examples: jojo@demo.friendica.com, http://demo.friendica.com/profile/jojo, " -"testuser@identi.ca" -msgstr "Примеры: jojo@demo.friendica.com, http://demo.friendica.com/profile/jojo, testuser@identi.ca" +"testuser@gnusocial.de" +msgstr "" -#: mod/dfrn_request.php:879 mod/follow.php:112 +#: mod/dfrn_request.php:652 mod/follow.php:149 msgid "Please answer the following:" msgstr "Пожалуйста, ответьте следующее:" -#: mod/dfrn_request.php:880 mod/follow.php:113 +#: mod/dfrn_request.php:653 mod/follow.php:150 #, php-format msgid "Does %s know you?" msgstr "%s знает вас?" -#: mod/dfrn_request.php:884 mod/follow.php:114 +#: mod/dfrn_request.php:654 mod/follow.php:151 msgid "Add a personal note:" msgstr "Добавить личную заметку:" -#: mod/dfrn_request.php:887 -msgid "StatusNet/Federated Social Web" -msgstr "StatusNet / Federated Social Web" +#: mod/dfrn_request.php:656 src/Content/ContactSelector.php:79 +msgid "Friendica" +msgstr "Friendica" -#: mod/dfrn_request.php:889 +#: mod/dfrn_request.php:657 +msgid "GNU Social (Pleroma, Mastodon)" +msgstr "" + +#: mod/dfrn_request.php:658 +msgid "Diaspora (Socialhome, Hubzilla)" +msgstr "" + +#: mod/dfrn_request.php:659 #, php-format msgid "" " - please do not use this form. Instead, enter %s into your Diaspora search" " bar." msgstr "Участники сети Diaspora: пожалуйста, не пользуйтесь этой формой. Вместо этого введите %s в строке поиска Diaspora" -#: mod/dfrn_request.php:890 mod/follow.php:120 +#: mod/dfrn_request.php:660 mod/unfollow.php:113 mod/follow.php:157 msgid "Your Identity Address:" msgstr "Ваш идентификационный адрес:" -#: mod/dfrn_request.php:893 mod/follow.php:19 +#: mod/dfrn_request.php:662 mod/unfollow.php:65 mod/follow.php:62 msgid "Submit Request" msgstr "Отправить запрос" -#: mod/dirfind.php:37 -#, php-format -msgid "People Search - %s" -msgstr "Поиск по людям - %s" +#: mod/localtime.php:19 src/Model/Event.php:36 src/Model/Event.php:814 +msgid "l F d, Y \\@ g:i A" +msgstr "l F d, Y \\@ g:i A" -#: mod/dirfind.php:48 -#, php-format -msgid "Forum Search - %s" -msgstr "Поиск по форумам - %s" +#: mod/localtime.php:33 +msgid "Time Conversion" +msgstr "История общения" -#: mod/events.php:93 mod/events.php:95 -msgid "Event can not end before it has started." -msgstr "Эвент не может закончится до старта." - -#: mod/events.php:102 mod/events.php:104 -msgid "Event title and start time are required." -msgstr "Название мероприятия и время начала обязательны для заполнения." - -#: mod/events.php:376 -msgid "Create New Event" -msgstr "Создать новое мероприятие" - -#: mod/events.php:481 -msgid "Event details" -msgstr "Сведения о мероприятии" - -#: mod/events.php:482 -msgid "Starting date and Title are required." -msgstr "Необходима дата старта и заголовок." - -#: mod/events.php:483 mod/events.php:484 -msgid "Event Starts:" -msgstr "Начало мероприятия:" - -#: mod/events.php:483 mod/events.php:495 mod/profiles.php:709 -msgid "Required" -msgstr "Требуется" - -#: mod/events.php:485 mod/events.php:501 -msgid "Finish date/time is not known or not relevant" -msgstr "Дата/время окончания не известны, или не указаны" - -#: mod/events.php:487 mod/events.php:488 -msgid "Event Finishes:" -msgstr "Окончание мероприятия:" - -#: mod/events.php:489 mod/events.php:502 -msgid "Adjust for viewer timezone" -msgstr "Настройка часового пояса" - -#: mod/events.php:491 -msgid "Description:" -msgstr "Описание:" - -#: mod/events.php:495 mod/events.php:497 -msgid "Title:" -msgstr "Титул:" - -#: mod/events.php:498 mod/events.php:499 -msgid "Share this event" -msgstr "Поделитесь этим мероприятием" - -#: mod/events.php:528 -msgid "Failed to remove event" -msgstr "" - -#: mod/events.php:530 -msgid "Event removed" -msgstr "" - -#: mod/follow.php:30 -msgid "You already added this contact." -msgstr "Вы уже добавили этот контакт." - -#: mod/follow.php:39 -msgid "Diaspora support isn't enabled. Contact can't be added." -msgstr "Поддержка Diaspora не включена. Контакт не может быть добавлен." - -#: mod/follow.php:46 -msgid "OStatus support is disabled. Contact can't be added." -msgstr "Поддержка OStatus выключена. Контакт не может быть добавлен." - -#: mod/follow.php:53 -msgid "The network type couldn't be detected. Contact can't be added." -msgstr "Тип сети не может быть определен. Контакт не может быть добавлен." - -#: mod/follow.php:186 -msgid "Contact added" -msgstr "Контакт добавлен" - -#: mod/friendica.php:68 -msgid "This is Friendica, version" -msgstr "Это Friendica, версия" - -#: mod/friendica.php:69 -msgid "running at web location" -msgstr "работает на веб-узле" - -#: mod/friendica.php:73 +#: mod/localtime.php:35 msgid "" -"Please visit Friendica.com to learn " -"more about the Friendica project." -msgstr "Пожалуйста, посетите сайт Friendica.com, чтобы узнать больше о проекте Friendica." +"Friendica provides this service for sharing events with other networks and " +"friends in unknown timezones." +msgstr "Friendica предоставляет этот сервис для обмена событиями с другими сетями и друзьями, находящимися в неопределённых часовых поясах." -#: mod/friendica.php:77 -msgid "Bug reports and issues: please visit" -msgstr "Отчет об ошибках и проблемах: пожалуйста, посетите" +#: mod/localtime.php:39 +#, php-format +msgid "UTC time: %s" +msgstr "UTC время: %s" -#: mod/friendica.php:77 -msgid "the bugtracker at github" -msgstr "багтрекер на github" +#: mod/localtime.php:42 +#, php-format +msgid "Current timezone: %s" +msgstr "Ваш часовой пояс: %s" -#: mod/friendica.php:80 +#: mod/localtime.php:46 +#, php-format +msgid "Converted localtime: %s" +msgstr "Ваше изменённое время: %s" + +#: mod/localtime.php:52 +msgid "Please select your timezone:" +msgstr "Выберите пожалуйста ваш часовой пояс:" + +#: mod/probe.php:14 mod/webfinger.php:17 +msgid "Only logged in users are permitted to perform a probing." +msgstr "" + +#: mod/profperm.php:28 mod/group.php:83 index.php:415 +msgid "Permission denied" +msgstr "Доступ запрещен" + +#: mod/profperm.php:34 mod/profperm.php:65 +msgid "Invalid profile identifier." +msgstr "Недопустимый идентификатор профиля." + +#: mod/profperm.php:111 +msgid "Profile Visibility Editor" +msgstr "Редактор видимости профиля" + +#: mod/profperm.php:115 mod/group.php:265 +msgid "Click on a contact to add or remove." +msgstr "Нажмите на контакт, чтобы добавить или удалить." + +#: mod/profperm.php:124 +msgid "Visible To" +msgstr "Видимый для" + +#: mod/profperm.php:140 +msgid "All Contacts (with secure profile access)" +msgstr "Все контакты (с безопасным доступом к профилю)" + +#: mod/regmod.php:68 +msgid "Account approved." +msgstr "Аккаунт утвержден." + +#: mod/regmod.php:93 +#, php-format +msgid "Registration revoked for %s" +msgstr "Регистрация отменена для %s" + +#: mod/regmod.php:102 +msgid "Please login." +msgstr "Пожалуйста, войдите с паролем." + +#: mod/removeme.php:55 mod/removeme.php:58 +msgid "Remove My Account" +msgstr "Удалить мой аккаунт" + +#: mod/removeme.php:56 msgid "" -"Suggestions, praise, donations, etc. - please email \"Info\" at Friendica - " -"dot com" -msgstr "Предложения, похвала, пожертвования? Пишите на \"info\" на Friendica - точка com" +"This will completely remove your account. Once this has been done it is not " +"recoverable." +msgstr "Это позволит полностью удалить ваш аккаунт. Как только это будет сделано, аккаунт восстановлению не подлежит." -#: mod/friendica.php:94 -msgid "Installed plugins/addons/apps:" -msgstr "Установленные плагины / добавки / приложения:" +#: mod/removeme.php:57 +msgid "Please enter your password for verification:" +msgstr "Пожалуйста, введите свой пароль для проверки:" -#: mod/friendica.php:108 -msgid "No installed plugins/addons/apps" -msgstr "Нет установленных плагинов / добавок / приложений" +#: mod/viewcontacts.php:87 +msgid "No contacts." +msgstr "Нет контактов." -#: mod/friendica.php:113 -msgid "On this server the following remote servers are blocked." +#: mod/viewsrc.php:12 +msgid "Access denied." +msgstr "Доступ запрещен." + +#: mod/wallmessage.php:49 mod/wallmessage.php:112 +#, php-format +msgid "Number of daily wall messages for %s exceeded. Message failed." +msgstr "Количество ежедневных сообщений на стене %s превышено. Сообщение отменено.." + +#: mod/wallmessage.php:57 mod/message.php:73 +msgid "No recipient selected." +msgstr "Не выбран получатель." + +#: mod/wallmessage.php:60 +msgid "Unable to check your home location." +msgstr "Невозможно проверить местоположение." + +#: mod/wallmessage.php:63 mod/message.php:80 +msgid "Message could not be sent." +msgstr "Сообщение не может быть отправлено." + +#: mod/wallmessage.php:66 mod/message.php:83 +msgid "Message collection failure." +msgstr "Неудача коллекции сообщения." + +#: mod/wallmessage.php:69 mod/message.php:86 +msgid "Message sent." +msgstr "Сообщение отправлено." + +#: mod/wallmessage.php:86 mod/wallmessage.php:95 +msgid "No recipient." +msgstr "Без адресата." + +#: mod/wallmessage.php:132 mod/message.php:250 +msgid "Send Private Message" +msgstr "Отправить личное сообщение" + +#: mod/wallmessage.php:133 +#, php-format +msgid "" +"If you wish for %s to respond, please check that the privacy settings on " +"your site allow private mail from unknown senders." +msgstr "Если Вы хотите ответить %s, пожалуйста, проверьте, позволяют ли настройки конфиденциальности на Вашем сайте принимать личные сообщения от неизвестных отправителей." + +#: mod/wallmessage.php:134 mod/message.php:251 mod/message.php:421 +msgid "To:" +msgstr "Кому:" + +#: mod/wallmessage.php:135 mod/message.php:255 mod/message.php:423 +msgid "Subject:" +msgstr "Тема:" + +#: mod/uexport.php:44 +msgid "Export account" +msgstr "Экспорт аккаунта" + +#: mod/uexport.php:44 +msgid "" +"Export your account info and contacts. Use this to make a backup of your " +"account and/or to move it to another server." +msgstr "Экспорт ваших регистрационных данные и контактов. Используйте, чтобы создать резервную копию вашего аккаунта и/или переместить его на другой сервер." + +#: mod/uexport.php:45 +msgid "Export all" +msgstr "Экспорт всего" + +#: mod/uexport.php:45 +msgid "" +"Export your accout info, contacts and all your items as json. Could be a " +"very big file, and could take a lot of time. Use this to make a full backup " +"of your account (photos are not exported)" +msgstr "Экспорт информации вашего аккаунта, контактов и всех ваших пунктов, как JSON. Может получиться очень большой файл и это может занять много времени. Используйте, чтобы создать полную резервную копию вашего аккаунта (фото не экспортируются)" + +#: mod/uexport.php:52 mod/settings.php:107 +msgid "Export personal data" +msgstr "Экспорт личных данных" + +#: mod/filer.php:34 +msgid "- select -" +msgstr "- выбрать -" + +#: mod/notify.php:77 +msgid "No more system notifications." +msgstr "Системных уведомлений больше нет." + +#: mod/ping.php:292 +msgid "{0} wants to be your friend" +msgstr "{0} хочет стать Вашим другом" + +#: mod/ping.php:307 +msgid "{0} sent you a message" +msgstr "{0} отправил Вам сообщение" + +#: mod/ping.php:322 +msgid "{0} requested registration" +msgstr "{0} требуемая регистрация" + +#: mod/poke.php:192 +msgid "Poke/Prod" +msgstr "Потыкать/Потолкать" + +#: mod/poke.php:193 +msgid "poke, prod or do other things to somebody" +msgstr "Потыкать, потолкать или сделать что-то еще с кем-то" + +#: mod/poke.php:194 +msgid "Recipient" +msgstr "Получатель" + +#: mod/poke.php:195 +msgid "Choose what you wish to do to recipient" +msgstr "Выберите действия для получателя" + +#: mod/poke.php:198 +msgid "Make this post private" +msgstr "Сделать эту запись личной" + +#: mod/subthread.php:113 +#, php-format +msgid "%1$s is following %2$s's %3$s" +msgstr "%1$s подписан %2$s's %3$s" + +#: mod/tagrm.php:47 +msgid "Tag removed" +msgstr "Ключевое слово удалено" + +#: mod/tagrm.php:85 +msgid "Remove Item Tag" +msgstr "Удалить ключевое слово" + +#: mod/tagrm.php:87 +msgid "Select a tag to remove: " +msgstr "Выберите ключевое слово для удаления: " + +#: mod/tagrm.php:98 mod/delegate.php:177 +msgid "Remove" +msgstr "Удалить" + +#: mod/wall_upload.php:186 mod/photos.php:763 mod/photos.php:766 +#: mod/photos.php:795 mod/profile_photo.php:153 +#, php-format +msgid "Image exceeds size limit of %s" +msgstr "Изображение превышает лимит размера в %s" + +#: mod/wall_upload.php:200 mod/photos.php:818 mod/profile_photo.php:162 +msgid "Unable to process image." +msgstr "Невозможно обработать фото." + +#: mod/wall_upload.php:231 mod/item.php:471 src/Object/Image.php:953 +#: src/Object/Image.php:969 src/Object/Image.php:977 src/Object/Image.php:1002 +msgid "Wall Photos" +msgstr "Фото стены" + +#: mod/wall_upload.php:239 mod/photos.php:847 mod/profile_photo.php:307 +msgid "Image upload failed." +msgstr "Загрузка фото неудачная." + +#: mod/search.php:37 mod/network.php:194 +msgid "Remove term" +msgstr "Удалить элемент" + +#: mod/search.php:46 mod/network.php:201 src/Content/Feature.php:100 +msgid "Saved Searches" +msgstr "запомненные поиски" + +#: mod/search.php:105 +msgid "Only logged in users are permitted to perform a search." +msgstr "Только зарегистрированные пользователи могут использовать поиск." + +#: mod/search.php:129 +msgid "Too Many Requests" +msgstr "Слишком много запросов" + +#: mod/search.php:130 +msgid "Only one search per minute is permitted for not logged in users." +msgstr "Незарегистрированные пользователи могут выполнять поиск раз в минуту." + +#: mod/search.php:228 mod/community.php:136 +msgid "No results." +msgstr "Нет результатов." + +#: mod/search.php:234 +#, php-format +msgid "Items tagged with: %s" +msgstr "Элементы с тегами: %s" + +#: mod/search.php:236 mod/contacts.php:819 +#, php-format +msgid "Results for: %s" +msgstr "Результаты для: %s" + +#: mod/bookmarklet.php:23 src/Content/Nav.php:114 src/Module/Login.php:312 +msgid "Login" +msgstr "Вход" + +#: mod/bookmarklet.php:51 +msgid "The post was created" +msgstr "Пост был создан" + +#: mod/community.php:46 +msgid "Community option not available." msgstr "" -#: mod/friendica.php:114 mod/admin.php:280 mod/admin.php:298 -msgid "Reason for the block" +#: mod/community.php:63 +msgid "Not available." +msgstr "Недоступно." + +#: mod/community.php:76 +msgid "Local Community" msgstr "" -#: mod/group.php:29 +#: mod/community.php:79 +msgid "Posts from local users on this server" +msgstr "" + +#: mod/community.php:87 +msgid "Global Community" +msgstr "" + +#: mod/community.php:90 +msgid "Posts from users of the whole federated network" +msgstr "" + +#: mod/community.php:180 +msgid "" +"This community stream shows all public posts received by this node. They may" +" not reflect the opinions of this node’s users." +msgstr "" + +#: mod/editpost.php:25 mod/editpost.php:35 +msgid "Item not found" +msgstr "Элемент не найден" + +#: mod/editpost.php:42 +msgid "Edit post" +msgstr "Редактировать сообщение" + +#: mod/editpost.php:134 src/Core/ACL.php:315 +msgid "CC: email addresses" +msgstr "Копии на email адреса" + +#: mod/editpost.php:141 src/Core/ACL.php:316 +msgid "Example: bob@example.com, mary@example.com" +msgstr "Пример: bob@example.com, mary@example.com" + +#: mod/feedtest.php:20 +msgid "You must be logged in to use this module" +msgstr "" + +#: mod/feedtest.php:48 +msgid "Source URL" +msgstr "" + +#: mod/fsuggest.php:72 +msgid "Friend suggestion sent." +msgstr "Приглашение в друзья отправлено." + +#: mod/fsuggest.php:101 +msgid "Suggest Friends" +msgstr "Предложить друзей" + +#: mod/fsuggest.php:103 +#, php-format +msgid "Suggest a friend for %s" +msgstr "Предложить друга для %s." + +#: mod/group.php:36 msgid "Group created." msgstr "Группа создана." -#: mod/group.php:35 +#: mod/group.php:42 msgid "Could not create group." msgstr "Не удалось создать группу." -#: mod/group.php:49 mod/group.php:154 +#: mod/group.php:56 mod/group.php:157 msgid "Group not found." msgstr "Группа не найдена." -#: mod/group.php:63 +#: mod/group.php:70 msgid "Group name changed." msgstr "Название группы изменено." -#: mod/group.php:93 +#: mod/group.php:97 msgid "Save Group" msgstr "Сохранить группу" -#: mod/group.php:98 +#: mod/group.php:102 msgid "Create a group of contacts/friends." msgstr "Создать группу контактов / друзей." -#: mod/group.php:123 +#: mod/group.php:103 mod/group.php:199 src/Model/Group.php:408 +msgid "Group Name: " +msgstr "Название группы: " + +#: mod/group.php:127 msgid "Group removed." msgstr "Группа удалена." -#: mod/group.php:125 +#: mod/group.php:129 msgid "Unable to remove group." msgstr "Не удается удалить группу." -#: mod/group.php:189 +#: mod/group.php:192 msgid "Delete Group" msgstr "" -#: mod/group.php:195 +#: mod/group.php:198 msgid "Group Editor" msgstr "Редактор групп" -#: mod/group.php:200 +#: mod/group.php:203 msgid "Edit Group Name" msgstr "" -#: mod/group.php:210 +#: mod/group.php:213 msgid "Members" msgstr "Участники" -#: mod/group.php:226 +#: mod/group.php:215 mod/contacts.php:719 +msgid "All Contacts" +msgstr "Все контакты" + +#: mod/group.php:216 mod/network.php:639 +msgid "Group is empty" +msgstr "Группа пуста" + +#: mod/group.php:229 msgid "Remove Contact" msgstr "" -#: mod/group.php:250 +#: mod/group.php:253 msgid "Add Contact" msgstr "" -#: mod/manage.php:151 -msgid "Manage Identities and/or Pages" -msgstr "Управление идентификацией и / или страницами" +#: mod/item.php:114 +msgid "Unable to locate original post." +msgstr "Не удалось найти оригинальный пост." -#: mod/manage.php:152 +#: mod/item.php:274 +msgid "Empty post discarded." +msgstr "Пустое сообщение отбрасывается." + +#: mod/item.php:799 +#, php-format msgid "" -"Toggle between different identities or community/group pages which share " -"your account details or which you have been granted \"manage\" permissions" -msgstr "" +"This message was sent to you by %s, a member of the Friendica social " +"network." +msgstr "Это сообщение было отправлено вам %s, участником социальной сети Friendica." -#: mod/manage.php:153 -msgid "Select an identity to manage: " -msgstr "Выберите идентификацию для управления: " +#: mod/item.php:801 +#, php-format +msgid "You may visit them online at %s" +msgstr "Вы можете посетить их в онлайне на %s" -#: mod/message.php:64 +#: mod/item.php:802 +msgid "" +"Please contact the sender by replying to this post if you do not wish to " +"receive these messages." +msgstr "Пожалуйста, свяжитесь с отправителем, ответив на это сообщение, если вы не хотите получать эти сообщения." + +#: mod/item.php:806 +#, php-format +msgid "%s posted an update." +msgstr "%s отправил/а/ обновление." + +#: mod/message.php:30 src/Content/Nav.php:198 +msgid "New Message" +msgstr "Новое сообщение" + +#: mod/message.php:77 msgid "Unable to locate contact information." msgstr "Не удалось найти контактную информацию." -#: mod/message.php:204 +#: mod/message.php:112 src/Content/Nav.php:195 view/theme/frio/theme.php:268 +msgid "Messages" +msgstr "Сообщения" + +#: mod/message.php:136 msgid "Do you really want to delete this message?" msgstr "Вы действительно хотите удалить это сообщение?" -#: mod/message.php:224 +#: mod/message.php:156 msgid "Message deleted." msgstr "Сообщение удалено." -#: mod/message.php:255 +#: mod/message.php:185 msgid "Conversation removed." msgstr "Беседа удалена." -#: mod/message.php:364 +#: mod/message.php:291 msgid "No messages." msgstr "Нет сообщений." -#: mod/message.php:403 +#: mod/message.php:330 msgid "Message not available." msgstr "Сообщение не доступно." -#: mod/message.php:477 +#: mod/message.php:397 msgid "Delete message" msgstr "Удалить сообщение" -#: mod/message.php:503 mod/message.php:591 +#: mod/message.php:399 mod/message.php:500 +msgid "D, d M Y - g:i A" +msgstr "D, d M Y - g:i A" + +#: mod/message.php:414 mod/message.php:497 msgid "Delete conversation" msgstr "Удалить историю общения" -#: mod/message.php:505 +#: mod/message.php:416 msgid "" "No secure communications available. You may be able to " "respond from the sender's profile page." msgstr "Невозможно защищённое соединение. Вы имеете возможность ответить со страницы профиля отправителя." -#: mod/message.php:509 +#: mod/message.php:420 msgid "Send Reply" msgstr "Отправить ответ" -#: mod/message.php:561 +#: mod/message.php:471 #, php-format msgid "Unknown sender - %s" msgstr "Неизвестный отправитель - %s" -#: mod/message.php:563 +#: mod/message.php:473 #, php-format msgid "You and %s" msgstr "Вы и %s" -#: mod/message.php:565 +#: mod/message.php:475 #, php-format msgid "%s and You" msgstr "%s и Вы" -#: mod/message.php:594 -msgid "D, d M Y - g:i A" -msgstr "D, d M Y - g:i A" - -#: mod/message.php:597 +#: mod/message.php:503 #, php-format msgid "%d message" msgid_plural "%d messages" @@ -5412,11 +2899,11 @@ msgstr[1] "%d сообщений" msgstr[2] "%d сообщений" msgstr[3] "%d сообщений" -#: mod/network.php:197 mod/search.php:25 -msgid "Remove term" -msgstr "Удалить элемент" +#: mod/network.php:202 src/Model/Group.php:400 +msgid "add" +msgstr "добавить" -#: mod/network.php:404 +#: mod/network.php:547 #, php-format msgid "" "Warning: This group contains %s member from a network that doesn't allow non" @@ -5429,335 +2916,1202 @@ msgstr[1] "Внимание: в группе %s пользователя из с msgstr[2] "Внимание: в группе %s пользователей из сети, которая не поддерживает непубличные сообщения." msgstr[3] "Внимание: в группе %s пользователей из сети, которая не поддерживает непубличные сообщения." -#: mod/network.php:407 +#: mod/network.php:550 msgid "Messages in this group won't be send to these receivers." msgstr "Сообщения в этой группе не будут отправлены следующим получателям." -#: mod/network.php:535 +#: mod/network.php:618 +msgid "No such group" +msgstr "Нет такой группы" + +#: mod/network.php:643 +#, php-format +msgid "Group: %s" +msgstr "Группа: %s" + +#: mod/network.php:669 msgid "Private messages to this person are at risk of public disclosure." msgstr "Личные сообщения этому человеку находятся под угрозой обнародования." -#: mod/network.php:540 +#: mod/network.php:672 msgid "Invalid contact." msgstr "Недопустимый контакт." -#: mod/network.php:813 +#: mod/network.php:921 msgid "Commented Order" msgstr "Последние комментарии" -#: mod/network.php:816 +#: mod/network.php:924 msgid "Sort by Comment Date" msgstr "Сортировать по дате комментария" -#: mod/network.php:821 +#: mod/network.php:929 msgid "Posted Order" msgstr "Лента записей" -#: mod/network.php:824 +#: mod/network.php:932 msgid "Sort by Post Date" msgstr "Сортировать по дате отправки" -#: mod/network.php:835 +#: mod/network.php:940 mod/profiles.php:687 +#: src/Core/NotificationsManager.php:185 +msgid "Personal" +msgstr "Личные" + +#: mod/network.php:943 msgid "Posts that mention or involve you" msgstr "Посты которые упоминают вас или в которых вы участвуете" -#: mod/network.php:843 +#: mod/network.php:951 msgid "New" msgstr "Новое" -#: mod/network.php:846 +#: mod/network.php:954 msgid "Activity Stream - by date" msgstr "Лента активности - по дате" -#: mod/network.php:854 +#: mod/network.php:962 msgid "Shared Links" msgstr "Ссылки, которыми поделились" -#: mod/network.php:857 +#: mod/network.php:965 msgid "Interesting Links" msgstr "Интересные ссылки" -#: mod/network.php:865 +#: mod/network.php:973 msgid "Starred" msgstr "Избранное" -#: mod/network.php:868 +#: mod/network.php:976 msgid "Favourite Posts" msgstr "Избранные посты" -#: mod/openid.php:24 -msgid "OpenID protocol error. No ID returned." -msgstr "Ошибка протокола OpenID. Не возвращён ID." +#: mod/notes.php:52 src/Model/Profile.php:946 +msgid "Personal Notes" +msgstr "Личные заметки" -#: mod/openid.php:60 -msgid "" -"Account not found and OpenID registration is not permitted on this site." -msgstr "Аккаунт не найден и OpenID регистрация не допускается на этом сайте." +#: mod/oexchange.php:30 +msgid "Post successful." +msgstr "Успешно добавлено." -#: mod/photos.php:94 mod/photos.php:1900 +#: mod/photos.php:108 src/Model/Profile.php:907 +msgid "Photo Albums" +msgstr "Фотоальбомы" + +#: mod/photos.php:109 mod/photos.php:1713 msgid "Recent Photos" msgstr "Последние фото" -#: mod/photos.php:97 mod/photos.php:1328 mod/photos.php:1902 +#: mod/photos.php:112 mod/photos.php:1210 mod/photos.php:1715 msgid "Upload New Photos" msgstr "Загрузить новые фото" -#: mod/photos.php:112 mod/settings.php:36 +#: mod/photos.php:126 mod/settings.php:50 msgid "everybody" msgstr "каждый" -#: mod/photos.php:176 +#: mod/photos.php:184 msgid "Contact information unavailable" msgstr "Информация о контакте недоступна" -#: mod/photos.php:197 +#: mod/photos.php:204 msgid "Album not found." msgstr "Альбом не найден." -#: mod/photos.php:230 mod/photos.php:242 mod/photos.php:1272 +#: mod/photos.php:234 mod/photos.php:245 mod/photos.php:1161 msgid "Delete Album" msgstr "Удалить альбом" -#: mod/photos.php:240 +#: mod/photos.php:243 msgid "Do you really want to delete this photo album and all its photos?" msgstr "Вы действительно хотите удалить этот альбом и все его фотографии?" -#: mod/photos.php:323 mod/photos.php:334 mod/photos.php:1598 +#: mod/photos.php:310 mod/photos.php:321 mod/photos.php:1446 msgid "Delete Photo" msgstr "Удалить фото" -#: mod/photos.php:332 +#: mod/photos.php:319 msgid "Do you really want to delete this photo?" msgstr "Вы действительно хотите удалить эту фотографию?" -#: mod/photos.php:713 +#: mod/photos.php:667 +msgid "a photo" +msgstr "фото" + +#: mod/photos.php:667 #, php-format msgid "%1$s was tagged in %2$s by %3$s" msgstr "%1$s отмечен/а/ в %2$s by %3$s" -#: mod/photos.php:713 -msgid "a photo" -msgstr "фото" +#: mod/photos.php:769 +msgid "Image upload didn't complete, please try again" +msgstr "" -#: mod/photos.php:821 +#: mod/photos.php:772 +msgid "Image file is missing" +msgstr "" + +#: mod/photos.php:777 +msgid "" +"Server can't accept new file upload at this time, please contact your " +"administrator" +msgstr "" + +#: mod/photos.php:803 msgid "Image file is empty." msgstr "Файл изображения пуст." -#: mod/photos.php:988 +#: mod/photos.php:940 msgid "No photos selected" msgstr "Не выбрано фото." -#: mod/photos.php:1091 mod/videos.php:309 +#: mod/photos.php:1036 mod/videos.php:309 msgid "Access to this item is restricted." msgstr "Доступ к этому пункту ограничен." -#: mod/photos.php:1151 -#, php-format -msgid "You have used %1$.2f Mbytes of %2$.2f Mbytes photo storage." -msgstr "Вы использовали %1$.2f мегабайт из %2$.2f возможных для хранения фотографий." - -#: mod/photos.php:1188 +#: mod/photos.php:1090 msgid "Upload Photos" msgstr "Загрузить фото" -#: mod/photos.php:1192 mod/photos.php:1267 +#: mod/photos.php:1094 mod/photos.php:1156 msgid "New album name: " msgstr "Название нового альбома: " -#: mod/photos.php:1193 +#: mod/photos.php:1095 msgid "or existing album name: " msgstr "или название существующего альбома: " -#: mod/photos.php:1194 +#: mod/photos.php:1096 msgid "Do not show a status post for this upload" msgstr "Не показывать статус-сообщение для этой закачки" -#: mod/photos.php:1205 mod/photos.php:1602 mod/settings.php:1307 +#: mod/photos.php:1098 mod/photos.php:1441 mod/events.php:533 +#: src/Core/ACL.php:318 +msgid "Permissions" +msgstr "Разрешения" + +#: mod/photos.php:1106 mod/photos.php:1449 mod/settings.php:1229 msgid "Show to Groups" msgstr "Показать в группах" -#: mod/photos.php:1206 mod/photos.php:1603 mod/settings.php:1308 +#: mod/photos.php:1107 mod/photos.php:1450 mod/settings.php:1230 msgid "Show to Contacts" msgstr "Показывать контактам" -#: mod/photos.php:1207 -msgid "Private Photo" -msgstr "Личное фото" - -#: mod/photos.php:1208 -msgid "Public Photo" -msgstr "Публичное фото" - -#: mod/photos.php:1278 +#: mod/photos.php:1167 msgid "Edit Album" msgstr "Редактировать альбом" -#: mod/photos.php:1283 +#: mod/photos.php:1172 msgid "Show Newest First" msgstr "Показать новые первыми" -#: mod/photos.php:1285 +#: mod/photos.php:1174 msgid "Show Oldest First" msgstr "Показать старые первыми" -#: mod/photos.php:1314 mod/photos.php:1885 +#: mod/photos.php:1195 mod/photos.php:1698 msgid "View Photo" msgstr "Просмотр фото" -#: mod/photos.php:1359 +#: mod/photos.php:1236 msgid "Permission denied. Access to this item may be restricted." msgstr "Нет разрешения. Доступ к этому элементу ограничен." -#: mod/photos.php:1361 +#: mod/photos.php:1238 msgid "Photo not available" msgstr "Фото недоступно" -#: mod/photos.php:1422 +#: mod/photos.php:1301 msgid "View photo" msgstr "Просмотр фото" -#: mod/photos.php:1422 +#: mod/photos.php:1301 msgid "Edit photo" msgstr "Редактировать фото" -#: mod/photos.php:1423 +#: mod/photos.php:1302 msgid "Use as profile photo" msgstr "Использовать как фото профиля" -#: mod/photos.php:1448 +#: mod/photos.php:1308 src/Object/Post.php:149 +msgid "Private Message" +msgstr "Личное сообщение" + +#: mod/photos.php:1327 msgid "View Full Size" msgstr "Просмотреть полный размер" -#: mod/photos.php:1538 +#: mod/photos.php:1414 msgid "Tags: " msgstr "Ключевые слова: " -#: mod/photos.php:1541 +#: mod/photos.php:1417 msgid "[Remove any tag]" msgstr "[Удалить любое ключевое слово]" -#: mod/photos.php:1584 +#: mod/photos.php:1432 msgid "New album name" msgstr "Название нового альбома" -#: mod/photos.php:1585 +#: mod/photos.php:1433 msgid "Caption" msgstr "Подпись" -#: mod/photos.php:1586 +#: mod/photos.php:1434 msgid "Add a Tag" msgstr "Добавить ключевое слово (тег)" -#: mod/photos.php:1586 +#: mod/photos.php:1434 msgid "" "Example: @bob, @Barbara_Jensen, @jim@example.com, #California, #camping" msgstr "Пример: @bob, @Barbara_Jensen, @jim@example.com, #California, #camping" -#: mod/photos.php:1587 +#: mod/photos.php:1435 msgid "Do not rotate" msgstr "Не поворачивать" -#: mod/photos.php:1588 +#: mod/photos.php:1436 msgid "Rotate CW (right)" msgstr "Поворот по часовой стрелке (направо)" -#: mod/photos.php:1589 +#: mod/photos.php:1437 msgid "Rotate CCW (left)" msgstr "Поворот против часовой стрелки (налево)" -#: mod/photos.php:1604 -msgid "Private photo" -msgstr "Личное фото" +#: mod/photos.php:1471 src/Object/Post.php:296 +msgid "I like this (toggle)" +msgstr "Нравится" -#: mod/photos.php:1605 -msgid "Public photo" -msgstr "Публичное фото" +#: mod/photos.php:1472 src/Object/Post.php:297 +msgid "I don't like this (toggle)" +msgstr "Не нравится" -#: mod/photos.php:1814 +#: mod/photos.php:1488 mod/photos.php:1527 mod/photos.php:1600 +#: mod/contacts.php:953 src/Object/Post.php:793 +msgid "This is you" +msgstr "Это вы" + +#: mod/photos.php:1490 mod/photos.php:1529 mod/photos.php:1602 +#: src/Object/Post.php:399 src/Object/Post.php:795 +msgid "Comment" +msgstr "Оставить комментарий" + +#: mod/photos.php:1634 msgid "Map" msgstr "Карта" -#: mod/photos.php:1891 mod/videos.php:393 +#: mod/photos.php:1704 mod/videos.php:387 msgid "View Album" msgstr "Просмотреть альбом" -#: mod/probe.php:10 mod/webfinger.php:9 -msgid "Only logged in users are permitted to perform a probing." +#: mod/profile.php:37 src/Model/Profile.php:118 +msgid "Requested profile is not available." +msgstr "Запрашиваемый профиль недоступен." + +#: mod/profile.php:78 src/Protocol/OStatus.php:1252 +#, php-format +msgid "%s's posts" msgstr "" -#: mod/profile.php:175 +#: mod/profile.php:79 src/Protocol/OStatus.php:1253 +#, php-format +msgid "%s's comments" +msgstr "" + +#: mod/profile.php:80 src/Protocol/OStatus.php:1251 +#, php-format +msgid "%s's timeline" +msgstr "" + +#: mod/profile.php:173 mod/display.php:313 mod/cal.php:142 +msgid "Access to this profile has been restricted." +msgstr "Доступ к этому профилю ограничен." + +#: mod/profile.php:194 msgid "Tips for New Members" msgstr "Советы для новых участников" -#: mod/profiles.php:38 +#: mod/videos.php:139 +msgid "Do you really want to delete this video?" +msgstr "Вы действительно хотите удалить видео?" + +#: mod/videos.php:144 +msgid "Delete Video" +msgstr "Удалить видео" + +#: mod/videos.php:207 +msgid "No videos selected" +msgstr "Видео не выбрано" + +#: mod/videos.php:396 +msgid "Recent Videos" +msgstr "Последние видео" + +#: mod/videos.php:398 +msgid "Upload New Videos" +msgstr "Загрузить новые видео" + +#: mod/delegate.php:37 +msgid "Parent user not found." +msgstr "" + +#: mod/delegate.php:144 +msgid "No parent user" +msgstr "" + +#: mod/delegate.php:159 +msgid "Parent Password:" +msgstr "" + +#: mod/delegate.php:159 +msgid "" +"Please enter the password of the parent account to legitimize your request." +msgstr "" + +#: mod/delegate.php:164 +msgid "Parent User" +msgstr "" + +#: mod/delegate.php:167 +msgid "" +"Parent users have total control about this account, including the account " +"settings. Please double check whom you give this access." +msgstr "" + +#: mod/delegate.php:168 mod/admin.php:307 mod/admin.php:1346 +#: mod/admin.php:1965 mod/admin.php:2218 mod/admin.php:2292 mod/admin.php:2439 +#: mod/settings.php:675 mod/settings.php:784 mod/settings.php:872 +#: mod/settings.php:961 mod/settings.php:1194 +msgid "Save Settings" +msgstr "Сохранить настройки" + +#: mod/delegate.php:169 src/Content/Nav.php:204 +msgid "Delegate Page Management" +msgstr "Делегировать управление страницей" + +#: mod/delegate.php:170 +msgid "Delegates" +msgstr "" + +#: mod/delegate.php:172 +msgid "" +"Delegates are able to manage all aspects of this account/page except for " +"basic account settings. Please do not delegate your personal account to " +"anybody that you do not trust completely." +msgstr "Доверенные лица могут управлять всеми аспектами этого аккаунта/страницы, за исключением основных настроек аккаунта. Пожалуйста, не предоставляйте доступ в личный кабинет тому, кому вы не полностью доверяете." + +#: mod/delegate.php:173 +msgid "Existing Page Delegates" +msgstr "Существующие уполномоченные страницы" + +#: mod/delegate.php:175 +msgid "Potential Delegates" +msgstr "Возможные доверенные лица" + +#: mod/delegate.php:178 +msgid "Add" +msgstr "Добавить" + +#: mod/delegate.php:179 +msgid "No entries." +msgstr "Нет записей." + +#: mod/dirfind.php:49 +#, php-format +msgid "People Search - %s" +msgstr "Поиск по людям - %s" + +#: mod/dirfind.php:60 +#, php-format +msgid "Forum Search - %s" +msgstr "Поиск по форумам - %s" + +#: mod/install.php:114 +msgid "Friendica Communications Server - Setup" +msgstr "Коммуникационный сервер Friendica - Доступ" + +#: mod/install.php:120 +msgid "Could not connect to database." +msgstr "Не удалось подключиться к базе данных." + +#: mod/install.php:124 +msgid "Could not create table." +msgstr "Не удалось создать таблицу." + +#: mod/install.php:130 +msgid "Your Friendica site database has been installed." +msgstr "База данных сайта установлена." + +#: mod/install.php:135 +msgid "" +"You may need to import the file \"database.sql\" manually using phpmyadmin " +"or mysql." +msgstr "Вам может понадобиться импортировать файл \"database.sql\" вручную с помощью PhpMyAdmin или MySQL." + +#: mod/install.php:136 mod/install.php:208 mod/install.php:558 +msgid "Please see the file \"INSTALL.txt\"." +msgstr "Пожалуйста, смотрите файл \"INSTALL.txt\"." + +#: mod/install.php:148 +msgid "Database already in use." +msgstr "База данных уже используется." + +#: mod/install.php:205 +msgid "System check" +msgstr "Проверить систему" + +#: mod/install.php:209 mod/cal.php:277 mod/events.php:395 +msgid "Next" +msgstr "Далее" + +#: mod/install.php:210 +msgid "Check again" +msgstr "Проверить еще раз" + +#: mod/install.php:230 +msgid "Database connection" +msgstr "Подключение к базе данных" + +#: mod/install.php:231 +msgid "" +"In order to install Friendica we need to know how to connect to your " +"database." +msgstr "Для того, чтобы установить Friendica, мы должны знать, как подключиться к базе данных." + +#: mod/install.php:232 +msgid "" +"Please contact your hosting provider or site administrator if you have " +"questions about these settings." +msgstr "Пожалуйста, свяжитесь с вашим хостинг-провайдером или администратором сайта, если у вас есть вопросы об этих параметрах." + +#: mod/install.php:233 +msgid "" +"The database you specify below should already exist. If it does not, please " +"create it before continuing." +msgstr "Базы данных, указанная ниже, должна уже существовать. Если этого нет, пожалуйста, создайте ее перед продолжением." + +#: mod/install.php:237 +msgid "Database Server Name" +msgstr "Имя сервера базы данных" + +#: mod/install.php:238 +msgid "Database Login Name" +msgstr "Логин базы данных" + +#: mod/install.php:239 +msgid "Database Login Password" +msgstr "Пароль базы данных" + +#: mod/install.php:239 +msgid "For security reasons the password must not be empty" +msgstr "Для безопасности пароль не должен быть пустым" + +#: mod/install.php:240 +msgid "Database Name" +msgstr "Имя базы данных" + +#: mod/install.php:241 mod/install.php:281 +msgid "Site administrator email address" +msgstr "Адрес электронной почты администратора сайта" + +#: mod/install.php:241 mod/install.php:281 +msgid "" +"Your account email address must match this in order to use the web admin " +"panel." +msgstr "Ваш адрес электронной почты аккаунта должен соответствовать этому, чтобы использовать веб-панель администратора." + +#: mod/install.php:245 mod/install.php:284 +msgid "Please select a default timezone for your website" +msgstr "Пожалуйста, выберите часовой пояс по умолчанию для вашего сайта" + +#: mod/install.php:271 +msgid "Site settings" +msgstr "Настройки сайта" + +#: mod/install.php:285 +msgid "System Language:" +msgstr "Язык системы:" + +#: mod/install.php:285 +msgid "" +"Set the default language for your Friendica installation interface and to " +"send emails." +msgstr "Язык по-умолчанию для интерфейса Friendica и для отправки писем." + +#: mod/install.php:325 +msgid "Could not find a command line version of PHP in the web server PATH." +msgstr "Не удалось найти PATH веб-сервера в установках PHP." + +#: mod/install.php:326 +msgid "" +"If you don't have a command line version of PHP installed on your server, " +"you will not be able to run the background processing. See 'Setup the worker'" +msgstr "" + +#: mod/install.php:330 +msgid "PHP executable path" +msgstr "PHP executable path" + +#: mod/install.php:330 +msgid "" +"Enter full path to php executable. You can leave this blank to continue the " +"installation." +msgstr "Введите полный путь к исполняемому файлу PHP. Вы можете оставить это поле пустым, чтобы продолжить установку." + +#: mod/install.php:335 +msgid "Command line PHP" +msgstr "Command line PHP" + +#: mod/install.php:344 +msgid "PHP executable is not the php cli binary (could be cgi-fgci version)" +msgstr "Бинарник PHP не является CLI версией (может быть это cgi-fcgi версия)" + +#: mod/install.php:345 +msgid "Found PHP version: " +msgstr "Найденная PHP версия: " + +#: mod/install.php:347 +msgid "PHP cli binary" +msgstr "PHP cli binary" + +#: mod/install.php:358 +msgid "" +"The command line version of PHP on your system does not have " +"\"register_argc_argv\" enabled." +msgstr "Не включено \"register_argc_argv\" в установках PHP." + +#: mod/install.php:359 +msgid "This is required for message delivery to work." +msgstr "Это необходимо для работы доставки сообщений." + +#: mod/install.php:361 +msgid "PHP register_argc_argv" +msgstr "PHP register_argc_argv" + +#: mod/install.php:384 +msgid "" +"Error: the \"openssl_pkey_new\" function on this system is not able to " +"generate encryption keys" +msgstr "Ошибка: функция \"openssl_pkey_new\" в этой системе не в состоянии генерировать ключи шифрования" + +#: mod/install.php:385 +msgid "" +"If running under Windows, please see " +"\"http://www.php.net/manual/en/openssl.installation.php\"." +msgstr "Если вы работаете под Windows, см. \"http://www.php.net/manual/en/openssl.installation.php\"." + +#: mod/install.php:387 +msgid "Generate encryption keys" +msgstr "Генерация шифрованых ключей" + +#: mod/install.php:394 +msgid "libCurl PHP module" +msgstr "libCurl PHP модуль" + +#: mod/install.php:395 +msgid "GD graphics PHP module" +msgstr "GD graphics PHP модуль" + +#: mod/install.php:396 +msgid "OpenSSL PHP module" +msgstr "OpenSSL PHP модуль" + +#: mod/install.php:397 +msgid "PDO or MySQLi PHP module" +msgstr "" + +#: mod/install.php:398 +msgid "mb_string PHP module" +msgstr "mb_string PHP модуль" + +#: mod/install.php:399 +msgid "XML PHP module" +msgstr "XML PHP модуль" + +#: mod/install.php:400 +msgid "iconv PHP module" +msgstr "" + +#: mod/install.php:401 +msgid "POSIX PHP module" +msgstr "" + +#: mod/install.php:405 mod/install.php:407 +msgid "Apache mod_rewrite module" +msgstr "Apache mod_rewrite module" + +#: mod/install.php:405 +msgid "" +"Error: Apache webserver mod-rewrite module is required but not installed." +msgstr "Ошибка: необходим модуль веб-сервера Apache mod-rewrite, но он не установлен." + +#: mod/install.php:413 +msgid "Error: libCURL PHP module required but not installed." +msgstr "Ошибка: необходим libCURL PHP модуль, но он не установлен." + +#: mod/install.php:417 +msgid "" +"Error: GD graphics PHP module with JPEG support required but not installed." +msgstr "Ошибка: необходим PHP модуль GD графики с поддержкой JPEG, но он не установлен." + +#: mod/install.php:421 +msgid "Error: openssl PHP module required but not installed." +msgstr "Ошибка: необходим PHP модуль OpenSSL, но он не установлен." + +#: mod/install.php:425 +msgid "Error: PDO or MySQLi PHP module required but not installed." +msgstr "" + +#: mod/install.php:429 +msgid "Error: The MySQL driver for PDO is not installed." +msgstr "" + +#: mod/install.php:433 +msgid "Error: mb_string PHP module required but not installed." +msgstr "Ошибка: необходим PHP модуль mb_string, но он не установлен." + +#: mod/install.php:437 +msgid "Error: iconv PHP module required but not installed." +msgstr "Ошибка: необходим PHP модуль iconv, но он не установлен." + +#: mod/install.php:441 +msgid "Error: POSIX PHP module required but not installed." +msgstr "" + +#: mod/install.php:451 +msgid "Error, XML PHP module required but not installed." +msgstr "Ошибка, необходим PHP модуль XML, но он не установлен" + +#: mod/install.php:463 +msgid "" +"The web installer needs to be able to create a file called \".htconfig.php\"" +" in the top folder of your web server and it is unable to do so." +msgstr "Веб-инсталлятору требуется создать файл с именем \". htconfig.php\" в верхней папке веб-сервера, но он не в состоянии это сделать." + +#: mod/install.php:464 +msgid "" +"This is most often a permission setting, as the web server may not be able " +"to write files in your folder - even if you can." +msgstr "Это наиболее частые параметры разрешений, когда веб-сервер не может записать файлы в папке - даже если вы можете." + +#: mod/install.php:465 +msgid "" +"At the end of this procedure, we will give you a text to save in a file " +"named .htconfig.php in your Friendica top folder." +msgstr "В конце этой процедуры, мы дадим вам текст, для сохранения в файле с именем .htconfig.php в корневой папке, где установлена Friendica." + +#: mod/install.php:466 +msgid "" +"You can alternatively skip this procedure and perform a manual installation." +" Please see the file \"INSTALL.txt\" for instructions." +msgstr "В качестве альтернативы вы можете пропустить эту процедуру и выполнить установку вручную. Пожалуйста, обратитесь к файлу \"INSTALL.txt\" для получения инструкций." + +#: mod/install.php:469 +msgid ".htconfig.php is writable" +msgstr ".htconfig.php is writable" + +#: mod/install.php:479 +msgid "" +"Friendica uses the Smarty3 template engine to render its web views. Smarty3 " +"compiles templates to PHP to speed up rendering." +msgstr "Friendica использует механизм шаблонов Smarty3 для генерации веб-страниц. Smarty3 компилирует шаблоны в PHP для увеличения скорости загрузки." + +#: mod/install.php:480 +msgid "" +"In order to store these compiled templates, the web server needs to have " +"write access to the directory view/smarty3/ under the Friendica top level " +"folder." +msgstr "Для того чтобы хранить эти скомпилированные шаблоны, веб-сервер должен иметь доступ на запись для папки view/smarty3 в директории, где установлена Friendica." + +#: mod/install.php:481 +msgid "" +"Please ensure that the user that your web server runs as (e.g. www-data) has" +" write access to this folder." +msgstr "Пожалуйста, убедитесь, что пользователь, под которым работает ваш веб-сервер (например www-data), имеет доступ на запись в этой папке." + +#: mod/install.php:482 +msgid "" +"Note: as a security measure, you should give the web server write access to " +"view/smarty3/ only--not the template files (.tpl) that it contains." +msgstr "Примечание: в качестве меры безопасности, вы должны дать вебсерверу доступ на запись только в view/smarty3 - но не на сами файлы шаблонов (.tpl)., Которые содержатся в этой папке." + +#: mod/install.php:485 +msgid "view/smarty3 is writable" +msgstr "view/smarty3 доступен для записи" + +#: mod/install.php:501 +msgid "" +"Url rewrite in .htaccess is not working. Check your server configuration." +msgstr "Url rewrite в .htaccess не работает. Проверьте конфигурацию вашего сервера.." + +#: mod/install.php:503 +msgid "Url rewrite is working" +msgstr "Url rewrite работает" + +#: mod/install.php:522 +msgid "ImageMagick PHP extension is not installed" +msgstr "Модуль PHP ImageMagick не установлен" + +#: mod/install.php:524 +msgid "ImageMagick PHP extension is installed" +msgstr "Модуль PHP ImageMagick установлен" + +#: mod/install.php:526 +msgid "ImageMagick supports GIF" +msgstr "ImageMagick поддерживает GIF" + +#: mod/install.php:533 +msgid "" +"The database configuration file \".htconfig.php\" could not be written. " +"Please use the enclosed text to create a configuration file in your web " +"server root." +msgstr "Файл конфигурации базы данных \".htconfig.php\" не могла быть записан. Пожалуйста, используйте приложенный текст, чтобы создать конфигурационный файл в корневом каталоге веб-сервера." + +#: mod/install.php:556 +msgid "

    What next

    " +msgstr "

    Что далее

    " + +#: mod/install.php:557 +msgid "" +"IMPORTANT: You will need to [manually] setup a scheduled task for the " +"worker." +msgstr "" + +#: mod/install.php:560 +#, php-format +msgid "" +"Go to your new Friendica node registration page " +"and register as new user. Remember to use the same email you have entered as" +" administrator email. This will allow you to enter the site admin panel." +msgstr "" + +#: mod/ostatus_subscribe.php:21 +msgid "Subscribing to OStatus contacts" +msgstr "Подписка на OStatus-контакты" + +#: mod/ostatus_subscribe.php:33 +msgid "No contact provided." +msgstr "Не указан контакт." + +#: mod/ostatus_subscribe.php:40 +msgid "Couldn't fetch information for contact." +msgstr "Невозможно получить информацию о контакте." + +#: mod/ostatus_subscribe.php:50 +msgid "Couldn't fetch friends for contact." +msgstr "Невозможно получить друзей для контакта." + +#: mod/ostatus_subscribe.php:78 +msgid "success" +msgstr "удачно" + +#: mod/ostatus_subscribe.php:80 +msgid "failed" +msgstr "неудача" + +#: mod/ostatus_subscribe.php:83 src/Object/Post.php:279 +msgid "ignored" +msgstr "" + +#: mod/unfollow.php:34 +msgid "Contact wasn't found or can't be unfollowed." +msgstr "" + +#: mod/unfollow.php:47 +msgid "Contact unfollowed" +msgstr "" + +#: mod/unfollow.php:73 +msgid "You aren't a friend of this contact." +msgstr "" + +#: mod/unfollow.php:79 +msgid "Unfollowing is currently not supported by your network." +msgstr "" + +#: mod/unfollow.php:100 mod/contacts.php:599 +msgid "Disconnect/Unfollow" +msgstr "" + +#: mod/unfollow.php:132 mod/follow.php:186 mod/contacts.php:858 +#: src/Model/Profile.php:891 +msgid "Status Messages and Posts" +msgstr "Ваши посты" + +#: mod/cal.php:274 mod/events.php:391 src/Content/Nav.php:104 +#: src/Content/Nav.php:169 src/Model/Profile.php:924 src/Model/Profile.php:935 +#: view/theme/frio/theme.php:263 view/theme/frio/theme.php:267 +msgid "Events" +msgstr "Мероприятия" + +#: mod/cal.php:275 mod/events.php:392 +msgid "View" +msgstr "Смотреть" + +#: mod/cal.php:276 mod/events.php:394 +msgid "Previous" +msgstr "Назад" + +#: mod/cal.php:280 mod/events.php:400 src/Model/Event.php:412 +msgid "today" +msgstr "сегодня" + +#: mod/cal.php:281 mod/events.php:401 src/Util/Temporal.php:304 +#: src/Model/Event.php:413 +msgid "month" +msgstr "мес." + +#: mod/cal.php:282 mod/events.php:402 src/Util/Temporal.php:305 +#: src/Model/Event.php:414 +msgid "week" +msgstr "неделя" + +#: mod/cal.php:283 mod/events.php:403 src/Util/Temporal.php:306 +#: src/Model/Event.php:415 +msgid "day" +msgstr "день" + +#: mod/cal.php:284 mod/events.php:404 +msgid "list" +msgstr "список" + +#: mod/cal.php:297 src/Core/Console/NewPassword.php:74 src/Model/User.php:204 +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/events.php:105 mod/events.php:107 +msgid "Event can not end before it has started." +msgstr "Эвент не может закончится до старта." + +#: mod/events.php:114 mod/events.php:116 +msgid "Event title and start time are required." +msgstr "Название мероприятия и время начала обязательны для заполнения." + +#: mod/events.php:393 +msgid "Create New Event" +msgstr "Создать новое мероприятие" + +#: mod/events.php:506 +msgid "Event details" +msgstr "Сведения о мероприятии" + +#: mod/events.php:507 +msgid "Starting date and Title are required." +msgstr "Необходима дата старта и заголовок." + +#: mod/events.php:508 mod/events.php:509 +msgid "Event Starts:" +msgstr "Начало мероприятия:" + +#: mod/events.php:508 mod/events.php:520 mod/profiles.php:700 +msgid "Required" +msgstr "Требуется" + +#: mod/events.php:510 mod/events.php:526 +msgid "Finish date/time is not known or not relevant" +msgstr "Дата/время окончания не известны, или не указаны" + +#: mod/events.php:512 mod/events.php:513 +msgid "Event Finishes:" +msgstr "Окончание мероприятия:" + +#: mod/events.php:514 mod/events.php:527 +msgid "Adjust for viewer timezone" +msgstr "Настройка часового пояса" + +#: mod/events.php:516 +msgid "Description:" +msgstr "Описание:" + +#: mod/events.php:520 mod/events.php:522 +msgid "Title:" +msgstr "Титул:" + +#: mod/events.php:523 mod/events.php:524 +msgid "Share this event" +msgstr "Поделитесь этим мероприятием" + +#: mod/events.php:531 src/Model/Profile.php:864 +msgid "Basic" +msgstr "Базовый" + +#: mod/events.php:532 mod/contacts.php:895 mod/admin.php:1351 +#: src/Model/Profile.php:865 +msgid "Advanced" +msgstr "Расширенный" + +#: mod/events.php:552 +msgid "Failed to remove event" +msgstr "" + +#: mod/events.php:554 +msgid "Event removed" +msgstr "" + +#: mod/profile_photo.php:55 +msgid "Image uploaded but image cropping failed." +msgstr "Изображение загружено, но обрезка изображения не удалась." + +#: mod/profile_photo.php:88 mod/profile_photo.php:96 mod/profile_photo.php:104 +#: mod/profile_photo.php:315 +#, php-format +msgid "Image size reduction [%s] failed." +msgstr "Уменьшение размера изображения [%s] не удалось." + +#: mod/profile_photo.php:125 +msgid "" +"Shift-reload the page or clear browser cache if the new photo does not " +"display immediately." +msgstr "Перезагрузите страницу с зажатой клавишей \"Shift\" для того, чтобы увидеть свое новое фото немедленно." + +#: mod/profile_photo.php:134 +msgid "Unable to process image" +msgstr "Не удается обработать изображение" + +#: mod/profile_photo.php:247 +msgid "Upload File:" +msgstr "Загрузить файл:" + +#: mod/profile_photo.php:248 +msgid "Select a profile:" +msgstr "Выбрать этот профиль:" + +#: mod/profile_photo.php:253 +msgid "or" +msgstr "или" + +#: mod/profile_photo.php:253 +msgid "skip this step" +msgstr "пропустить этот шаг" + +#: mod/profile_photo.php:253 +msgid "select a photo from your photo albums" +msgstr "выберите фото из ваших фотоальбомов" + +#: mod/profile_photo.php:266 +msgid "Crop Image" +msgstr "Обрезать изображение" + +#: mod/profile_photo.php:267 +msgid "Please adjust the image cropping for optimum viewing." +msgstr "Пожалуйста, настройте обрезку изображения для оптимального просмотра." + +#: mod/profile_photo.php:269 +msgid "Done Editing" +msgstr "Редактирование выполнено" + +#: mod/profile_photo.php:305 +msgid "Image uploaded successfully." +msgstr "Изображение загружено успешно." + +#: mod/directory.php:152 src/Model/Profile.php:421 src/Model/Profile.php:769 +msgid "Status:" +msgstr "Статус:" + +#: mod/directory.php:153 src/Model/Profile.php:422 src/Model/Profile.php:786 +msgid "Homepage:" +msgstr "Домашняя страничка:" + +#: mod/directory.php:202 view/theme/vier/theme.php:201 +msgid "Global Directory" +msgstr "Глобальный каталог" + +#: mod/directory.php:204 +msgid "Find on this site" +msgstr "Найти на этом сайте" + +#: mod/directory.php:206 +msgid "Results for:" +msgstr "Результаты для:" + +#: mod/directory.php:208 +msgid "Site Directory" +msgstr "Каталог сайта" + +#: mod/directory.php:209 mod/contacts.php:820 src/Content/Widget.php:63 +msgid "Find" +msgstr "Найти" + +#: mod/directory.php:213 +msgid "No entries (some entries may be hidden)." +msgstr "Нет записей (некоторые записи могут быть скрыты)." + +#: mod/babel.php:22 +msgid "Source input" +msgstr "" + +#: mod/babel.php:28 +msgid "BBCode::convert (raw HTML)" +msgstr "" + +#: mod/babel.php:33 +msgid "BBCode::convert" +msgstr "" + +#: mod/babel.php:39 +msgid "BBCode::convert => HTML::toBBCode" +msgstr "" + +#: mod/babel.php:45 +msgid "BBCode::toMarkdown" +msgstr "" + +#: mod/babel.php:51 +msgid "BBCode::toMarkdown => Markdown::convert" +msgstr "" + +#: mod/babel.php:57 +msgid "BBCode::toMarkdown => Markdown::toBBCode" +msgstr "" + +#: mod/babel.php:63 +msgid "BBCode::toMarkdown => Markdown::convert => HTML::toBBCode" +msgstr "" + +#: mod/babel.php:70 +msgid "Source input \\x28Diaspora format\\x29" +msgstr "" + +#: mod/babel.php:76 +msgid "Markdown::toBBCode" +msgstr "" + +#: mod/babel.php:83 +msgid "Raw HTML input" +msgstr "" + +#: mod/babel.php:88 +msgid "HTML Input" +msgstr "" + +#: mod/babel.php:94 +msgid "HTML::toBBCode" +msgstr "" + +#: mod/babel.php:100 +msgid "HTML::toPlaintext" +msgstr "" + +#: mod/babel.php:108 +msgid "Source text" +msgstr "" + +#: mod/babel.php:109 +msgid "BBCode" +msgstr "" + +#: mod/babel.php:110 +msgid "Markdown" +msgstr "" + +#: mod/babel.php:111 +msgid "HTML" +msgstr "" + +#: mod/follow.php:45 +msgid "The contact could not be added." +msgstr "" + +#: mod/follow.php:73 +msgid "You already added this contact." +msgstr "Вы уже добавили этот контакт." + +#: mod/follow.php:83 +msgid "Diaspora support isn't enabled. Contact can't be added." +msgstr "Поддержка Diaspora не включена. Контакт не может быть добавлен." + +#: mod/follow.php:90 +msgid "OStatus support is disabled. Contact can't be added." +msgstr "Поддержка OStatus выключена. Контакт не может быть добавлен." + +#: mod/follow.php:97 +msgid "The network type couldn't be detected. Contact can't be added." +msgstr "Тип сети не может быть определен. Контакт не может быть добавлен." + +#: mod/profiles.php:58 msgid "Profile deleted." msgstr "Профиль удален." -#: mod/profiles.php:54 mod/profiles.php:90 +#: mod/profiles.php:74 mod/profiles.php:110 msgid "Profile-" msgstr "Профиль-" -#: mod/profiles.php:73 mod/profiles.php:118 +#: mod/profiles.php:93 mod/profiles.php:132 msgid "New profile created." msgstr "Новый профиль создан." -#: mod/profiles.php:96 +#: mod/profiles.php:116 msgid "Profile unavailable to clone." msgstr "Профиль недоступен для клонирования." -#: mod/profiles.php:192 +#: mod/profiles.php:206 msgid "Profile Name is required." msgstr "Необходимо имя профиля." -#: mod/profiles.php:332 +#: mod/profiles.php:347 msgid "Marital Status" msgstr "Семейное положение" -#: mod/profiles.php:336 +#: mod/profiles.php:351 msgid "Romantic Partner" msgstr "Любимый человек" -#: mod/profiles.php:348 +#: mod/profiles.php:363 msgid "Work/Employment" msgstr "Работа/Занятость" -#: mod/profiles.php:351 +#: mod/profiles.php:366 msgid "Religion" msgstr "Религия" -#: mod/profiles.php:355 +#: mod/profiles.php:370 msgid "Political Views" msgstr "Политические взгляды" -#: mod/profiles.php:359 +#: mod/profiles.php:374 msgid "Gender" msgstr "Пол" -#: mod/profiles.php:363 +#: mod/profiles.php:378 msgid "Sexual Preference" msgstr "Сексуальные предпочтения" -#: mod/profiles.php:367 +#: mod/profiles.php:382 msgid "XMPP" msgstr "XMPP" -#: mod/profiles.php:371 +#: mod/profiles.php:386 msgid "Homepage" msgstr "Домашняя страница" -#: mod/profiles.php:375 mod/profiles.php:695 +#: mod/profiles.php:390 mod/profiles.php:686 msgid "Interests" msgstr "Хобби / Интересы" -#: mod/profiles.php:379 +#: mod/profiles.php:394 mod/admin.php:490 msgid "Address" msgstr "Адрес" -#: mod/profiles.php:386 mod/profiles.php:691 +#: mod/profiles.php:401 mod/profiles.php:682 msgid "Location" msgstr "Местонахождение" -#: mod/profiles.php:471 +#: mod/profiles.php:486 msgid "Profile updated." msgstr "Профиль обновлен." @@ -5784,1703 +4138,1103 @@ msgstr " - Посетить профиль %1$s [%2$s]" msgid "%1$s has an updated %2$s, changing %3$s." msgstr "%1$s обновил %2$s, изменив %3$s." -#: mod/profiles.php:637 +#: mod/profiles.php:633 msgid "Hide contacts and friends:" msgstr "Скрыть контакты и друзей:" -#: mod/profiles.php:642 +#: mod/profiles.php:638 msgid "Hide your contact/friend list from viewers of this profile?" msgstr "Скрывать ваш список контактов / друзей от посетителей этого профиля?" -#: mod/profiles.php:667 +#: mod/profiles.php:658 msgid "Show more profile fields:" msgstr "Показать больше полей в профиле:" -#: mod/profiles.php:679 +#: mod/profiles.php:670 msgid "Profile Actions" msgstr "Действия профиля" -#: mod/profiles.php:680 +#: mod/profiles.php:671 msgid "Edit Profile Details" msgstr "Редактировать детали профиля" -#: mod/profiles.php:682 +#: mod/profiles.php:673 msgid "Change Profile Photo" msgstr "Изменить фото профиля" -#: mod/profiles.php:683 +#: mod/profiles.php:674 msgid "View this profile" msgstr "Просмотреть этот профиль" -#: mod/profiles.php:685 +#: mod/profiles.php:675 mod/profiles.php:770 src/Model/Profile.php:393 +msgid "Edit visibility" +msgstr "Редактировать видимость" + +#: mod/profiles.php:676 msgid "Create a new profile using these settings" msgstr "Создать новый профиль, используя эти настройки" -#: mod/profiles.php:686 +#: mod/profiles.php:677 msgid "Clone this profile" msgstr "Клонировать этот профиль" -#: mod/profiles.php:687 +#: mod/profiles.php:678 msgid "Delete this profile" msgstr "Удалить этот профиль" -#: mod/profiles.php:689 +#: mod/profiles.php:680 msgid "Basic information" msgstr "Основная информация" -#: mod/profiles.php:690 +#: mod/profiles.php:681 msgid "Profile picture" msgstr "Картинка профиля" -#: mod/profiles.php:692 +#: mod/profiles.php:683 msgid "Preferences" msgstr "Настройки" -#: mod/profiles.php:693 +#: mod/profiles.php:684 msgid "Status information" msgstr "Статус" -#: mod/profiles.php:694 +#: mod/profiles.php:685 msgid "Additional information" msgstr "Дополнительная информация" -#: mod/profiles.php:697 +#: mod/profiles.php:688 msgid "Relation" msgstr "Отношения" -#: mod/profiles.php:701 +#: mod/profiles.php:689 src/Util/Temporal.php:81 src/Util/Temporal.php:83 +msgid "Miscellaneous" +msgstr "Разное" + +#: mod/profiles.php:692 msgid "Your Gender:" msgstr "Ваш пол:" -#: mod/profiles.php:702 +#: mod/profiles.php:693 msgid " Marital Status:" msgstr " Семейное положение:" -#: mod/profiles.php:704 +#: mod/profiles.php:694 src/Model/Profile.php:782 +msgid "Sexual Preference:" +msgstr "Сексуальные предпочтения:" + +#: mod/profiles.php:695 msgid "Example: fishing photography software" msgstr "Пример: рыбалка фотографии программное обеспечение" -#: mod/profiles.php:709 +#: mod/profiles.php:700 msgid "Profile Name:" msgstr "Имя профиля:" -#: mod/profiles.php:711 +#: mod/profiles.php:702 msgid "" "This is your public profile.
    It may " "be visible to anybody using the internet." msgstr "Это ваш публичный профиль.
    Он может быть виден каждому через Интернет." -#: mod/profiles.php:712 +#: mod/profiles.php:703 msgid "Your Full Name:" msgstr "Ваше полное имя:" -#: mod/profiles.php:713 +#: mod/profiles.php:704 msgid "Title/Description:" msgstr "Заголовок / Описание:" -#: mod/profiles.php:716 +#: mod/profiles.php:707 msgid "Street Address:" msgstr "Адрес:" -#: mod/profiles.php:717 +#: mod/profiles.php:708 msgid "Locality/City:" msgstr "Город / Населенный пункт:" -#: mod/profiles.php:718 +#: mod/profiles.php:709 msgid "Region/State:" msgstr "Район / Область:" -#: mod/profiles.php:719 +#: mod/profiles.php:710 msgid "Postal/Zip Code:" msgstr "Почтовый индекс:" -#: mod/profiles.php:720 +#: mod/profiles.php:711 msgid "Country:" msgstr "Страна:" -#: mod/profiles.php:724 +#: mod/profiles.php:712 src/Util/Temporal.php:149 +msgid "Age: " +msgstr "Возраст: " + +#: mod/profiles.php:715 msgid "Who: (if applicable)" msgstr "Кто: (если требуется)" -#: mod/profiles.php:724 +#: mod/profiles.php:715 msgid "Examples: cathy123, Cathy Williams, cathy@example.com" msgstr "Примеры: cathy123, Кэти Уильямс, cathy@example.com" -#: mod/profiles.php:725 +#: mod/profiles.php:716 msgid "Since [date]:" msgstr "С какого времени [дата]:" -#: mod/profiles.php:727 +#: mod/profiles.php:718 msgid "Tell us about yourself..." msgstr "Расскажите нам о себе ..." -#: mod/profiles.php:728 +#: mod/profiles.php:719 msgid "XMPP (Jabber) address:" msgstr "Адрес XMPP (Jabber):" -#: mod/profiles.php:728 +#: mod/profiles.php:719 msgid "" "The XMPP address will be propagated to your contacts so that they can follow" " you." msgstr "Адрес XMPP будет отправлен контактам, чтобы они могли вас добавить." -#: mod/profiles.php:729 +#: mod/profiles.php:720 msgid "Homepage URL:" msgstr "Адрес домашней странички:" -#: mod/profiles.php:732 +#: mod/profiles.php:721 src/Model/Profile.php:790 +msgid "Hometown:" +msgstr "Родной город:" + +#: mod/profiles.php:722 src/Model/Profile.php:798 +msgid "Political Views:" +msgstr "Политические взгляды:" + +#: mod/profiles.php:723 msgid "Religious Views:" msgstr "Религиозные взгляды:" -#: mod/profiles.php:733 +#: mod/profiles.php:724 msgid "Public Keywords:" msgstr "Общественные ключевые слова:" -#: mod/profiles.php:733 +#: mod/profiles.php:724 msgid "(Used for suggesting potential friends, can be seen by others)" msgstr "(Используется для предложения потенциальным друзьям, могут увидеть другие)" -#: mod/profiles.php:734 +#: mod/profiles.php:725 msgid "Private Keywords:" msgstr "Личные ключевые слова:" -#: mod/profiles.php:734 +#: mod/profiles.php:725 msgid "(Used for searching profiles, never shown to others)" msgstr "(Используется для поиска профилей, никогда не показывается другим)" -#: mod/profiles.php:737 +#: mod/profiles.php:726 src/Model/Profile.php:814 +msgid "Likes:" +msgstr "Нравится:" + +#: mod/profiles.php:727 src/Model/Profile.php:818 +msgid "Dislikes:" +msgstr "Не нравится:" + +#: mod/profiles.php:728 msgid "Musical interests" msgstr "Музыкальные интересы" -#: mod/profiles.php:738 +#: mod/profiles.php:729 msgid "Books, literature" msgstr "Книги, литература" -#: mod/profiles.php:739 +#: mod/profiles.php:730 msgid "Television" msgstr "Телевидение" -#: mod/profiles.php:740 +#: mod/profiles.php:731 msgid "Film/dance/culture/entertainment" msgstr "Кино / танцы / культура / развлечения" -#: mod/profiles.php:741 +#: mod/profiles.php:732 msgid "Hobbies/Interests" msgstr "Хобби / Интересы" -#: mod/profiles.php:742 +#: mod/profiles.php:733 msgid "Love/romance" msgstr "Любовь / романтика" -#: mod/profiles.php:743 +#: mod/profiles.php:734 msgid "Work/employment" msgstr "Работа / занятость" -#: mod/profiles.php:744 +#: mod/profiles.php:735 msgid "School/education" msgstr "Школа / образование" -#: mod/profiles.php:745 +#: mod/profiles.php:736 msgid "Contact information and Social Networks" msgstr "Контактная информация и социальные сети" -#: mod/profiles.php:786 +#: mod/profiles.php:767 src/Model/Profile.php:389 +msgid "Profile Image" +msgstr "Фото профиля" + +#: mod/profiles.php:769 src/Model/Profile.php:392 +msgid "visible to everybody" +msgstr "видимый всем" + +#: mod/profiles.php:776 msgid "Edit/Manage Profiles" msgstr "Редактировать профиль" -#: mod/register.php:93 +#: mod/profiles.php:777 src/Model/Profile.php:379 src/Model/Profile.php:401 +msgid "Change profile photo" +msgstr "Изменить фото профиля" + +#: mod/profiles.php:778 src/Model/Profile.php:380 +msgid "Create New Profile" +msgstr "Создать новый профиль" + +#: mod/contacts.php:157 +#, php-format +msgid "%d contact edited." +msgid_plural "%d contacts edited." +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" +msgstr[3] "" + +#: mod/contacts.php:184 mod/contacts.php:400 +msgid "Could not access contact record." +msgstr "Не удалось получить доступ к записи контакта." + +#: mod/contacts.php:194 +msgid "Could not locate selected profile." +msgstr "Не удалось найти выбранный профиль." + +#: mod/contacts.php:228 +msgid "Contact updated." +msgstr "Контакт обновлен." + +#: mod/contacts.php:421 +msgid "Contact has been blocked" +msgstr "Контакт заблокирован" + +#: mod/contacts.php:421 +msgid "Contact has been unblocked" +msgstr "Контакт разблокирован" + +#: mod/contacts.php:432 +msgid "Contact has been ignored" +msgstr "Контакт проигнорирован" + +#: mod/contacts.php:432 +msgid "Contact has been unignored" +msgstr "У контакта отменено игнорирование" + +#: mod/contacts.php:443 +msgid "Contact has been archived" +msgstr "Контакт заархивирован" + +#: mod/contacts.php:443 +msgid "Contact has been unarchived" +msgstr "Контакт разархивирован" + +#: mod/contacts.php:467 +msgid "Drop contact" +msgstr "Удалить контакт" + +#: mod/contacts.php:470 mod/contacts.php:823 +msgid "Do you really want to delete this contact?" +msgstr "Вы действительно хотите удалить этот контакт?" + +#: mod/contacts.php:488 +msgid "Contact has been removed." +msgstr "Контакт удален." + +#: mod/contacts.php:519 +#, php-format +msgid "You are mutual friends with %s" +msgstr "У Вас взаимная дружба с %s" + +#: mod/contacts.php:523 +#, php-format +msgid "You are sharing with %s" +msgstr "Вы делитесь с %s" + +#: mod/contacts.php:527 +#, php-format +msgid "%s is sharing with you" +msgstr "%s делится с Вами" + +#: mod/contacts.php:547 +msgid "Private communications are not available for this contact." +msgstr "Приватные коммуникации недоступны для этого контакта." + +#: mod/contacts.php:549 +msgid "Never" +msgstr "Никогда" + +#: mod/contacts.php:552 +msgid "(Update was successful)" +msgstr "(Обновление было успешно)" + +#: mod/contacts.php:552 +msgid "(Update was not successful)" +msgstr "(Обновление не удалось)" + +#: mod/contacts.php:554 mod/contacts.php:992 +msgid "Suggest friends" +msgstr "Предложить друзей" + +#: mod/contacts.php:558 +#, php-format +msgid "Network type: %s" +msgstr "Сеть: %s" + +#: mod/contacts.php:563 +msgid "Communications lost with this contact!" +msgstr "Связь с контактом утеряна!" + +#: mod/contacts.php:569 +msgid "Fetch further information for feeds" +msgstr "Получить подробную информацию о фидах" + +#: mod/contacts.php:571 +msgid "" +"Fetch information like preview pictures, title and teaser from the feed " +"item. You can activate this if the feed doesn't contain much text. Keywords " +"are taken from the meta header in the feed item and are posted as hash tags." +msgstr "" + +#: mod/contacts.php:572 mod/admin.php:1272 mod/admin.php:1435 +#: mod/admin.php:1445 +msgid "Disabled" +msgstr "Отключенный" + +#: mod/contacts.php:573 +msgid "Fetch information" +msgstr "Получить информацию" + +#: mod/contacts.php:574 +msgid "Fetch keywords" +msgstr "" + +#: mod/contacts.php:575 +msgid "Fetch information and keywords" +msgstr "Получить информацию и ключевые слова" + +#: mod/contacts.php:608 +msgid "Contact" +msgstr "Контакт" + +#: mod/contacts.php:611 +msgid "Profile Visibility" +msgstr "Видимость профиля" + +#: mod/contacts.php:612 +#, php-format +msgid "" +"Please choose the profile you would like to display to %s when viewing your " +"profile securely." +msgstr "Пожалуйста, выберите профиль, который вы хотите отображать %s, когда просмотр вашего профиля безопасен." + +#: mod/contacts.php:613 +msgid "Contact Information / Notes" +msgstr "Информация о контакте / Заметки" + +#: mod/contacts.php:614 +msgid "Their personal note" +msgstr "" + +#: mod/contacts.php:616 +msgid "Edit contact notes" +msgstr "Редактировать заметки контакта" + +#: mod/contacts.php:620 +msgid "Block/Unblock contact" +msgstr "Блокировать / Разблокировать контакт" + +#: mod/contacts.php:621 +msgid "Ignore contact" +msgstr "Игнорировать контакт" + +#: mod/contacts.php:622 +msgid "Repair URL settings" +msgstr "Восстановить настройки URL" + +#: mod/contacts.php:623 +msgid "View conversations" +msgstr "Просмотр бесед" + +#: mod/contacts.php:628 +msgid "Last update:" +msgstr "Последнее обновление: " + +#: mod/contacts.php:630 +msgid "Update public posts" +msgstr "Обновить публичные сообщения" + +#: mod/contacts.php:632 mod/contacts.php:1002 +msgid "Update now" +msgstr "Обновить сейчас" + +#: mod/contacts.php:637 mod/contacts.php:827 mod/contacts.php:1011 +#: mod/admin.php:485 mod/admin.php:1800 +msgid "Unblock" +msgstr "Разблокировать" + +#: mod/contacts.php:637 mod/contacts.php:827 mod/contacts.php:1011 +#: mod/admin.php:484 mod/admin.php:1799 +msgid "Block" +msgstr "Заблокировать" + +#: mod/contacts.php:638 mod/contacts.php:828 mod/contacts.php:1019 +msgid "Unignore" +msgstr "Не игнорировать" + +#: mod/contacts.php:642 +msgid "Currently blocked" +msgstr "В настоящее время заблокирован" + +#: mod/contacts.php:643 +msgid "Currently ignored" +msgstr "В настоящее время игнорируется" + +#: mod/contacts.php:644 +msgid "Currently archived" +msgstr "В данный момент архивирован" + +#: mod/contacts.php:645 +msgid "Awaiting connection acknowledge" +msgstr "" + +#: mod/contacts.php:646 +msgid "" +"Replies/likes to your public posts may still be visible" +msgstr "Ответы/лайки ваших публичных сообщений будут видимы." + +#: mod/contacts.php:647 +msgid "Notification for new posts" +msgstr "Уведомление о новых постах" + +#: mod/contacts.php:647 +msgid "Send a notification of every new post of this contact" +msgstr "Отправлять уведомление о каждом новом посте контакта" + +#: mod/contacts.php:650 +msgid "Blacklisted keywords" +msgstr "Черный список ключевых слов" + +#: mod/contacts.php:650 +msgid "" +"Comma separated list of keywords that should not be converted to hashtags, " +"when \"Fetch information and keywords\" is selected" +msgstr "" + +#: mod/contacts.php:662 src/Model/Profile.php:424 +msgid "XMPP:" +msgstr "XMPP:" + +#: mod/contacts.php:667 +msgid "Actions" +msgstr "Действия" + +#: mod/contacts.php:669 mod/contacts.php:855 src/Content/Nav.php:100 +#: src/Model/Profile.php:888 view/theme/frio/theme.php:259 +msgid "Status" +msgstr "Посты" + +#: mod/contacts.php:670 +msgid "Contact Settings" +msgstr "Настройки контакта" + +#: mod/contacts.php:711 +msgid "Suggestions" +msgstr "Предложения" + +#: mod/contacts.php:714 +msgid "Suggest potential friends" +msgstr "Предложить потенциального знакомого" + +#: mod/contacts.php:722 +msgid "Show all contacts" +msgstr "Показать все контакты" + +#: mod/contacts.php:727 +msgid "Unblocked" +msgstr "Не блокирован" + +#: mod/contacts.php:730 +msgid "Only show unblocked contacts" +msgstr "Показать только не блокированные контакты" + +#: mod/contacts.php:735 +msgid "Blocked" +msgstr "Заблокирован" + +#: mod/contacts.php:738 +msgid "Only show blocked contacts" +msgstr "Показать только блокированные контакты" + +#: mod/contacts.php:743 +msgid "Ignored" +msgstr "Игнорирован" + +#: mod/contacts.php:746 +msgid "Only show ignored contacts" +msgstr "Показать только игнорируемые контакты" + +#: mod/contacts.php:751 +msgid "Archived" +msgstr "Архивированные" + +#: mod/contacts.php:754 +msgid "Only show archived contacts" +msgstr "Показывать только архивные контакты" + +#: mod/contacts.php:759 +msgid "Hidden" +msgstr "Скрытые" + +#: mod/contacts.php:762 +msgid "Only show hidden contacts" +msgstr "Показывать только скрытые контакты" + +#: mod/contacts.php:818 +msgid "Search your contacts" +msgstr "Поиск ваших контактов" + +#: mod/contacts.php:826 mod/settings.php:170 mod/settings.php:701 +msgid "Update" +msgstr "Обновление" + +#: mod/contacts.php:829 mod/contacts.php:1027 +msgid "Archive" +msgstr "Архивировать" + +#: mod/contacts.php:829 mod/contacts.php:1027 +msgid "Unarchive" +msgstr "Разархивировать" + +#: mod/contacts.php:832 +msgid "Batch Actions" +msgstr "Пакетные действия" + +#: mod/contacts.php:866 src/Model/Profile.php:899 +msgid "Profile Details" +msgstr "Информация о вас" + +#: mod/contacts.php:878 +msgid "View all contacts" +msgstr "Показать все контакты" + +#: mod/contacts.php:889 +msgid "View all common friends" +msgstr "Показать все общие поля" + +#: mod/contacts.php:898 +msgid "Advanced Contact Settings" +msgstr "Дополнительные Настройки Контакта" + +#: mod/contacts.php:930 +msgid "Mutual Friendship" +msgstr "Взаимная дружба" + +#: mod/contacts.php:934 +msgid "is a fan of yours" +msgstr "является вашим поклонником" + +#: mod/contacts.php:938 +msgid "you are a fan of" +msgstr "Вы - поклонник" + +#: mod/contacts.php:1013 +msgid "Toggle Blocked status" +msgstr "Изменить статус блокированности (заблокировать/разблокировать)" + +#: mod/contacts.php:1021 +msgid "Toggle Ignored status" +msgstr "Изменить статус игнорирования" + +#: mod/contacts.php:1029 +msgid "Toggle Archive status" +msgstr "Сменить статус архивации (архивирова/не архивировать)" + +#: mod/contacts.php:1037 +msgid "Delete contact" +msgstr "Удалить контакт" + +#: mod/_tos.php:48 mod/register.php:288 mod/admin.php:188 mod/admin.php:302 +#: src/Module/Tos.php:48 +msgid "Terms of Service" +msgstr "" + +#: mod/_tos.php:51 src/Module/Tos.php:51 +msgid "Privacy Statement" +msgstr "" + +#: mod/_tos.php:52 src/Module/Tos.php:52 +msgid "" +"At the time of registration, and for providing communications between the " +"user account and their contacts, the user has to provide a display name (pen" +" name), an username (nickname) and a working email address. The names will " +"be accessible on the profile page of the account by any visitor of the page," +" even if other profile details are not displayed. The email address will " +"only be used to send the user notifications about interactions, but wont be " +"visibly displayed. The listing of an account in the node's user directory or" +" the global user directory is optional and can be controlled in the user " +"settings, it is not necessary for communication." +msgstr "" + +#: mod/_tos.php:53 src/Module/Tos.php:53 +#, php-format +msgid "" +"At any point in time a logged in user can export their account data from the" +" account settings. If the user wants " +"to delete their account they can do so at %1$s/removeme. The deletion of the account will " +"be permanent." +msgstr "" + +#: mod/friendica.php:77 +msgid "This is Friendica, version" +msgstr "Это Friendica, версия" + +#: mod/friendica.php:78 +msgid "running at web location" +msgstr "работает на веб-узле" + +#: mod/friendica.php:82 +msgid "" +"Please visit Friendi.ca to learn more " +"about the Friendica project." +msgstr "" + +#: mod/friendica.php:86 +msgid "Bug reports and issues: please visit" +msgstr "Отчет об ошибках и проблемах: пожалуйста, посетите" + +#: mod/friendica.php:86 +msgid "the bugtracker at github" +msgstr "багтрекер на github" + +#: mod/friendica.php:89 +msgid "" +"Suggestions, praise, donations, etc. - please email \"Info\" at Friendica - " +"dot com" +msgstr "Предложения, похвала, пожертвования? Пишите на \"info\" на Friendica - точка com" + +#: mod/friendica.php:103 +msgid "Installed addons/apps:" +msgstr "" + +#: mod/friendica.php:117 +msgid "No installed addons/apps" +msgstr "" + +#: mod/friendica.php:122 +#, php-format +msgid "Read about the Terms of Service of this node." +msgstr "" + +#: mod/friendica.php:127 +msgid "On this server the following remote servers are blocked." +msgstr "" + +#: mod/friendica.php:128 mod/admin.php:354 mod/admin.php:372 +msgid "Reason for the block" +msgstr "" + +#: mod/lostpass.php:27 +msgid "No valid account found." +msgstr "Не найдено действительного аккаунта." + +#: mod/lostpass.php:39 +msgid "Password reset request issued. Check your email." +msgstr "Запрос на сброс пароля принят. Проверьте вашу электронную почту." + +#: mod/lostpass.php:45 +#, php-format +msgid "" +"\n" +"\t\tDear %1$s,\n" +"\t\t\tA request was recently received at \"%2$s\" to reset your account\n" +"\t\tpassword. In order to confirm this request, please select the verification link\n" +"\t\tbelow or paste it into your web browser address bar.\n" +"\n" +"\t\tIf you did NOT request this change, please DO NOT follow the link\n" +"\t\tprovided and ignore and/or delete this email, the request will expire shortly.\n" +"\n" +"\t\tYour password will not be changed unless we can verify that you\n" +"\t\tissued this request." +msgstr "" + +#: mod/lostpass.php:56 +#, php-format +msgid "" +"\n" +"\t\tFollow this link soon to verify your identity:\n" +"\n" +"\t\t%1$s\n" +"\n" +"\t\tYou will then receive a follow-up message containing the new password.\n" +"\t\tYou may change that password from your account settings page after logging in.\n" +"\n" +"\t\tThe login details are as follows:\n" +"\n" +"\t\tSite Location:\t%2$s\n" +"\t\tLogin Name:\t%3$s" +msgstr "" + +#: mod/lostpass.php:73 +#, php-format +msgid "Password reset requested at %s" +msgstr "Запрос на сброс пароля получен %s" + +#: mod/lostpass.php:89 +msgid "" +"Request could not be verified. (You may have previously submitted it.) " +"Password reset failed." +msgstr "Запрос не может быть проверен. (Вы, возможно, ранее представляли его.) Попытка сброса пароля неудачная." + +#: mod/lostpass.php:102 +msgid "Request has expired, please make a new one." +msgstr "" + +#: mod/lostpass.php:117 +msgid "Forgot your Password?" +msgstr "Забыли пароль?" + +#: mod/lostpass.php:118 +msgid "" +"Enter your email address and submit to have your password reset. Then check " +"your email for further instructions." +msgstr "Введите адрес электронной почты и подтвердите, что вы хотите сбросить ваш пароль. Затем проверьте свою электронную почту для получения дальнейших инструкций." + +#: mod/lostpass.php:119 src/Module/Login.php:314 +msgid "Nickname or Email: " +msgstr "Ник или E-mail: " + +#: mod/lostpass.php:120 +msgid "Reset" +msgstr "Сброс" + +#: mod/lostpass.php:136 src/Module/Login.php:326 +msgid "Password Reset" +msgstr "Сброс пароля" + +#: mod/lostpass.php:137 +msgid "Your password has been reset as requested." +msgstr "Ваш пароль был сброшен по требованию." + +#: mod/lostpass.php:138 +msgid "Your new password is" +msgstr "Ваш новый пароль" + +#: mod/lostpass.php:139 +msgid "Save or copy your new password - and then" +msgstr "Сохраните или скопируйте новый пароль - и затем" + +#: mod/lostpass.php:140 +msgid "click here to login" +msgstr "нажмите здесь для входа" + +#: mod/lostpass.php:141 +msgid "" +"Your password may be changed from the Settings page after " +"successful login." +msgstr "Ваш пароль может быть изменен на странице Настройки после успешного входа." + +#: mod/lostpass.php:149 +#, php-format +msgid "" +"\n" +"\t\t\tDear %1$s,\n" +"\t\t\t\tYour password has been changed as requested. Please retain this\n" +"\t\t\tinformation for your records (or change your password immediately to\n" +"\t\t\tsomething that you will remember).\n" +"\t\t" +msgstr "" + +#: mod/lostpass.php:155 +#, php-format +msgid "" +"\n" +"\t\t\tYour login details are as follows:\n" +"\n" +"\t\t\tSite Location:\t%1$s\n" +"\t\t\tLogin Name:\t%2$s\n" +"\t\t\tPassword:\t%3$s\n" +"\n" +"\t\t\tYou may change that password from your account settings page after logging in.\n" +"\t\t" +msgstr "" + +#: mod/lostpass.php:169 +#, php-format +msgid "Your password has been changed at %s" +msgstr "Ваш пароль был изменен %s" + +#: mod/register.php:99 msgid "" "Registration successful. Please check your email for further instructions." msgstr "Регистрация успешна. Пожалуйста, проверьте свою электронную почту для получения дальнейших инструкций." -#: mod/register.php:98 +#: mod/register.php:103 #, php-format msgid "" "Failed to send email message. Here your accout details:
    login: %s
    " "password: %s

    You can change your password after login." msgstr "Ошибка отправки письма. Вот ваши учетные данные:
    логин: %s
    пароль: %s

    Вы сможете изменить пароль после входа." -#: mod/register.php:105 +#: mod/register.php:110 msgid "Registration successful." msgstr "Регистрация успешна." -#: mod/register.php:111 +#: mod/register.php:115 msgid "Your registration can not be processed." msgstr "Ваша регистрация не может быть обработана." -#: mod/register.php:160 +#: mod/register.php:162 msgid "Your registration is pending approval by the site owner." msgstr "Ваша регистрация в ожидании одобрения владельцем сайта." -#: mod/register.php:226 +#: mod/register.php:220 msgid "" "You may (optionally) fill in this form via OpenID by supplying your OpenID " "and clicking 'Register'." msgstr "Вы можете (по желанию), заполнить эту форму с помощью OpenID, поддерживая ваш OpenID и нажав клавишу \"Регистрация\"." -#: mod/register.php:227 +#: mod/register.php:221 msgid "" "If you are not familiar with OpenID, please leave that field blank and fill " "in the rest of the items." msgstr "Если вы не знакомы с OpenID, пожалуйста, оставьте это поле пустым и заполните остальные элементы." -#: mod/register.php:228 +#: mod/register.php:222 msgid "Your OpenID (optional): " msgstr "Ваш OpenID (необязательно):" -#: mod/register.php:242 +#: mod/register.php:234 msgid "Include your profile in member directory?" msgstr "Включить ваш профиль в каталог участников?" -#: mod/register.php:267 +#: mod/register.php:259 msgid "Note for the admin" msgstr "Сообщение для администратора" -#: mod/register.php:267 +#: mod/register.php:259 msgid "Leave a message for the admin, why you want to join this node" msgstr "Сообщения для администратора сайта на тему \"почему я хочу присоединиться к вам\"" -#: mod/register.php:268 +#: mod/register.php:260 msgid "Membership on this site is by invitation only." msgstr "Членство на сайте только по приглашению." -#: mod/register.php:269 -msgid "Your invitation ID: " -msgstr "ID вашего приглашения:" +#: mod/register.php:261 +msgid "Your invitation code: " +msgstr "" -#: mod/register.php:272 mod/admin.php:1056 +#: mod/register.php:264 mod/admin.php:1348 msgid "Registration" msgstr "Регистрация" -#: mod/register.php:280 +#: mod/register.php:270 msgid "Your Full Name (e.g. Joe Smith, real or real-looking): " msgstr "Ваше полное имя (например, Иван Иванов):" -#: mod/register.php:281 -msgid "Your Email Address: " -msgstr "Ваш адрес электронной почты: " +#: mod/register.php:271 +msgid "" +"Your Email Address: (Initial information will be send there, so this has to " +"be an existing address.)" +msgstr "" -#: mod/register.php:283 mod/settings.php:1278 +#: mod/register.php:273 mod/settings.php:1201 msgid "New Password:" msgstr "Новый пароль:" -#: mod/register.php:283 +#: mod/register.php:273 msgid "Leave empty for an auto generated password." msgstr "Оставьте пустым для автоматической генерации пароля." -#: mod/register.php:284 mod/settings.php:1279 +#: mod/register.php:274 mod/settings.php:1202 msgid "Confirm:" msgstr "Подтвердите:" -#: mod/register.php:285 +#: mod/register.php:275 +#, php-format msgid "" "Choose a profile nickname. This must begin with a text character. Your " -"profile address on this site will then be " -"'nickname@$sitename'." -msgstr "Выбор псевдонима профиля. Он должен начинаться с буквы. Адрес вашего профиля на данном сайте будет в этом случае 'nickname@$sitename'." +"profile address on this site will then be 'nickname@%s'." +msgstr "" -#: mod/register.php:286 +#: mod/register.php:276 msgid "Choose a nickname: " msgstr "Выберите псевдоним: " -#: mod/register.php:296 +#: mod/register.php:279 src/Content/Nav.php:128 src/Module/Login.php:283 +msgid "Register" +msgstr "Регистрация" + +#: mod/register.php:286 msgid "Import your profile to this friendica instance" msgstr "Импорт своего профиля в этот экземпляр friendica" -#: mod/search.php:100 -msgid "Only logged in users are permitted to perform a search." -msgstr "Только зарегистрированные пользователи могут использовать поиск." - -#: mod/search.php:124 -msgid "Too Many Requests" -msgstr "Слишком много запросов" - -#: mod/search.php:125 -msgid "Only one search per minute is permitted for not logged in users." -msgstr "Незарегистрированные пользователи могут выполнять поиск раз в минуту." - -#: mod/search.php:225 -#, php-format -msgid "Items tagged with: %s" -msgstr "Элементы с тегами: %s" - -#: mod/settings.php:43 mod/admin.php:1490 -msgid "Account" -msgstr "Аккаунт" - -#: mod/settings.php:52 mod/admin.php:169 -msgid "Additional features" -msgstr "Дополнительные возможности" - -#: mod/settings.php:60 -msgid "Display" -msgstr "Внешний вид" - -#: mod/settings.php:67 mod/settings.php:890 -msgid "Social Networks" -msgstr "Социальные сети" - -#: mod/settings.php:74 mod/admin.php:167 mod/admin.php:1616 mod/admin.php:1679 -msgid "Plugins" -msgstr "Плагины" - -#: mod/settings.php:88 -msgid "Connected apps" -msgstr "Подключенные приложения" - -#: mod/settings.php:95 mod/uexport.php:45 -msgid "Export personal data" -msgstr "Экспорт личных данных" - -#: mod/settings.php:102 -msgid "Remove account" -msgstr "Удалить аккаунт" - -#: mod/settings.php:157 -msgid "Missing some important data!" -msgstr "Не хватает важных данных!" - -#: mod/settings.php:271 -msgid "Failed to connect with email account using the settings provided." -msgstr "Не удалось подключиться к аккаунту e-mail, используя указанные настройки." - -#: mod/settings.php:276 -msgid "Email settings updated." -msgstr "Настройки эл. почты обновлены." - -#: mod/settings.php:291 -msgid "Features updated" -msgstr "Настройки обновлены" - -#: mod/settings.php:361 -msgid "Relocate message has been send to your contacts" -msgstr "Перемещённое сообщение было отправлено списку контактов" - -#: mod/settings.php:380 -msgid "Empty passwords are not allowed. Password unchanged." -msgstr "Пустые пароли не допускаются. Пароль не изменен." - -#: mod/settings.php:388 -msgid "Wrong password." -msgstr "Неверный пароль." - -#: mod/settings.php:399 -msgid "Password changed." -msgstr "Пароль изменен." - -#: mod/settings.php:401 -msgid "Password update failed. Please try again." -msgstr "Обновление пароля не удалось. Пожалуйста, попробуйте еще раз." - -#: mod/settings.php:481 -msgid " Please use a shorter name." -msgstr " Пожалуйста, используйте более короткое имя." - -#: mod/settings.php:483 -msgid " Name too short." -msgstr " Имя слишком короткое." - -#: mod/settings.php:492 -msgid "Wrong Password" -msgstr "Неверный пароль." - -#: mod/settings.php:497 -msgid " Not valid email." -msgstr " Неверный e-mail." - -#: mod/settings.php:503 -msgid " Cannot change to that email." -msgstr " Невозможно изменить на этот e-mail." - -#: mod/settings.php:559 -msgid "Private forum has no privacy permissions. Using default privacy group." -msgstr "Частный форум не имеет настроек приватности. Используется группа конфиденциальности по умолчанию." - -#: mod/settings.php:563 -msgid "Private forum has no privacy permissions and no default privacy group." -msgstr "Частный форум не имеет настроек приватности и не имеет групп приватности по умолчанию." - -#: mod/settings.php:603 -msgid "Settings updated." -msgstr "Настройки обновлены." - -#: mod/settings.php:680 mod/settings.php:706 mod/settings.php:742 -msgid "Add application" -msgstr "Добавить приложения" - -#: mod/settings.php:681 mod/settings.php:792 mod/settings.php:841 -#: mod/settings.php:908 mod/settings.php:1005 mod/settings.php:1271 -#: mod/admin.php:1055 mod/admin.php:1680 mod/admin.php:1943 mod/admin.php:2017 -#: mod/admin.php:2170 -msgid "Save Settings" -msgstr "Сохранить настройки" - -#: mod/settings.php:684 mod/settings.php:710 -msgid "Consumer Key" -msgstr "Consumer Key" - -#: mod/settings.php:685 mod/settings.php:711 -msgid "Consumer Secret" -msgstr "Consumer Secret" - -#: mod/settings.php:686 mod/settings.php:712 -msgid "Redirect" -msgstr "Перенаправление" - -#: mod/settings.php:687 mod/settings.php:713 -msgid "Icon url" -msgstr "URL символа" - -#: mod/settings.php:698 -msgid "You can't edit this application." -msgstr "Вы не можете изменить это приложение." - -#: mod/settings.php:741 -msgid "Connected Apps" -msgstr "Подключенные приложения" - -#: mod/settings.php:745 -msgid "Client key starts with" -msgstr "Ключ клиента начинается с" - -#: mod/settings.php:746 -msgid "No name" -msgstr "Нет имени" - -#: mod/settings.php:747 -msgid "Remove authorization" -msgstr "Удалить авторизацию" - -#: mod/settings.php:759 -msgid "No Plugin settings configured" -msgstr "Нет сконфигурированных настроек плагина" - -#: mod/settings.php:768 -msgid "Plugin Settings" -msgstr "Настройки плагина" - -#: mod/settings.php:782 mod/admin.php:2159 mod/admin.php:2160 -msgid "Off" -msgstr "Выкл." - -#: mod/settings.php:782 mod/admin.php:2159 mod/admin.php:2160 -msgid "On" -msgstr "Вкл." - -#: mod/settings.php:790 -msgid "Additional Features" -msgstr "Дополнительные возможности" - -#: mod/settings.php:800 mod/settings.php:804 -msgid "General Social Media Settings" -msgstr "Общие настройки социальных медиа" - -#: mod/settings.php:810 -msgid "Disable intelligent shortening" -msgstr "Отключить умное сокращение" - -#: mod/settings.php:812 -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 "Обычно система пытается найти лучшую ссылку для добавления к сокращенному посту. Если эта настройка включена, то каждый сокращенный пост будет указывать на оригинальный пост в Friendica." - -#: mod/settings.php:818 -msgid "Automatically follow any GNU Social (OStatus) followers/mentioners" -msgstr "Автоматически подписываться на любого пользователя GNU Social (OStatus), который вас упомянул или который на вас подписался" - -#: mod/settings.php:820 -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 "Если вы получите сообщение от неизвестной учетной записи OStatus, эта настройка решает, что делать. Если включена, то новый контакт будет создан для каждого неизвестного пользователя." - -#: mod/settings.php:826 -msgid "Default group for OStatus contacts" -msgstr "Группа по-умолчанию для OStatus-контактов" - -#: mod/settings.php:834 -msgid "Your legacy GNU Social account" -msgstr "Ваша старая учетная запись GNU Social" - -#: mod/settings.php:836 -msgid "" -"If you enter your old GNU Social/Statusnet account name here (in the format " -"user@domain.tld), your contacts will be added automatically. The field will " -"be emptied when done." -msgstr "Если вы введете тут вашу старую учетную запись GNU Social/Statusnet (в виде пользователь@домен), ваши контакты оттуда будут автоматически добавлены. Поле будет очищено когда все контакты будут добавлены." - -#: mod/settings.php:839 -msgid "Repair OStatus subscriptions" -msgstr "Починить подписки OStatus" - -#: mod/settings.php:848 mod/settings.php:849 -#, php-format -msgid "Built-in support for %s connectivity is %s" -msgstr "Встроенная поддержка для %s подключение %s" - -#: mod/settings.php:848 mod/settings.php:849 -msgid "enabled" -msgstr "подключено" - -#: mod/settings.php:848 mod/settings.php:849 -msgid "disabled" -msgstr "отключено" - -#: mod/settings.php:849 -msgid "GNU Social (OStatus)" -msgstr "GNU Social (OStatus)" - -#: mod/settings.php:883 -msgid "Email access is disabled on this site." -msgstr "Доступ эл. почты отключен на этом сайте." - -#: mod/settings.php:895 -msgid "Email/Mailbox Setup" -msgstr "Настройка эл. почты / почтового ящика" - -#: mod/settings.php:896 -msgid "" -"If you wish to communicate with email contacts using this service " -"(optional), please specify how to connect to your mailbox." -msgstr "Если вы хотите общаться с Email контактами, используя этот сервис (по желанию), пожалуйста, уточните, как подключиться к вашему почтовому ящику." - -#: mod/settings.php:897 -msgid "Last successful email check:" -msgstr "Последняя успешная проверка электронной почты:" - -#: mod/settings.php:899 -msgid "IMAP server name:" -msgstr "Имя IMAP сервера:" - -#: mod/settings.php:900 -msgid "IMAP port:" -msgstr "Порт IMAP:" - -#: mod/settings.php:901 -msgid "Security:" -msgstr "Безопасность:" - -#: mod/settings.php:901 mod/settings.php:906 -msgid "None" -msgstr "Ничего" - -#: mod/settings.php:902 -msgid "Email login name:" -msgstr "Логин эл. почты:" - -#: mod/settings.php:903 -msgid "Email password:" -msgstr "Пароль эл. почты:" - -#: mod/settings.php:904 -msgid "Reply-to address:" -msgstr "Адрес для ответа:" - -#: mod/settings.php:905 -msgid "Send public posts to all email contacts:" -msgstr "Отправлять открытые сообщения на все контакты электронной почты:" - -#: mod/settings.php:906 -msgid "Action after import:" -msgstr "Действие после импорта:" - -#: mod/settings.php:906 -msgid "Move to folder" -msgstr "Переместить в папку" - -#: mod/settings.php:907 -msgid "Move to folder:" -msgstr "Переместить в папку:" - -#: mod/settings.php:943 mod/admin.php:942 -msgid "No special theme for mobile devices" -msgstr "Нет специальной темы для мобильных устройств" - -#: mod/settings.php:1003 -msgid "Display Settings" -msgstr "Параметры дисплея" - -#: mod/settings.php:1009 mod/settings.php:1032 -msgid "Display Theme:" -msgstr "Показать тему:" - -#: mod/settings.php:1010 -msgid "Mobile Theme:" -msgstr "Мобильная тема:" - -#: mod/settings.php:1011 -msgid "Suppress warning of insecure networks" -msgstr "Не отображать уведомление о небезопасных сетях" - -#: mod/settings.php:1011 -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:1012 -msgid "Update browser every xx seconds" -msgstr "Обновление браузера каждые хх секунд" - -#: mod/settings.php:1012 -msgid "Minimum of 10 seconds. Enter -1 to disable it." -msgstr "Минимум 10 секунд. Введите -1 для отключения." - -#: mod/settings.php:1013 -msgid "Number of items to display per page:" -msgstr "Количество элементов, отображаемых на одной странице:" - -#: mod/settings.php:1013 mod/settings.php:1014 -msgid "Maximum of 100 items" -msgstr "Максимум 100 элементов" - -#: mod/settings.php:1014 -msgid "Number of items to display per page when viewed from mobile device:" -msgstr "Количество элементов на странице, когда просмотр осуществляется с мобильных устройств:" - -#: mod/settings.php:1015 -msgid "Don't show emoticons" -msgstr "не показывать emoticons" - -#: mod/settings.php:1016 -msgid "Calendar" -msgstr "Календарь" - -#: mod/settings.php:1017 -msgid "Beginning of week:" -msgstr "Начало недели:" - -#: mod/settings.php:1018 -msgid "Don't show notices" -msgstr "Не показывать уведомления" - -#: mod/settings.php:1019 -msgid "Infinite scroll" -msgstr "Бесконечная прокрутка" - -#: mod/settings.php:1020 -msgid "Automatic updates only at the top of the network page" -msgstr "Автоматически обновлять только при нахождении вверху страницы \"Сеть\"" - -#: mod/settings.php:1021 -msgid "Bandwith Saver Mode" -msgstr "Режим экономии трафика" - -#: mod/settings.php:1021 -msgid "" -"When enabled, embedded content is not displayed on automatic updates, they " -"only show on page reload." -msgstr "Если включено, то включенный контент не отображается при автоматическом обновлении, он будет показан только при перезагрузке страницы." - -#: mod/settings.php:1023 -msgid "General Theme Settings" -msgstr "Общие настройки тем" - -#: mod/settings.php:1024 -msgid "Custom Theme Settings" -msgstr "Личные настройки тем" - -#: mod/settings.php:1025 -msgid "Content Settings" -msgstr "Настройки контента" - -#: mod/settings.php:1026 view/theme/duepuntozero/config.php:63 -#: view/theme/frio/config.php:66 view/theme/quattro/config.php:69 -#: view/theme/vier/config.php:114 -msgid "Theme settings" -msgstr "Настройки темы" - -#: mod/settings.php:1110 -msgid "Account Types" -msgstr "Тип учетной записи" - -#: mod/settings.php:1111 -msgid "Personal Page Subtypes" -msgstr "Подтипы личной страницы" - -#: mod/settings.php:1112 -msgid "Community Forum Subtypes" -msgstr "Подтипы форума сообщества" - -#: mod/settings.php:1119 -msgid "Personal Page" -msgstr "Личная страница" - -#: mod/settings.php:1120 -msgid "This account is a regular personal profile" -msgstr "Этот аккаунт является обычным личным профилем" - -#: mod/settings.php:1123 -msgid "Organisation Page" -msgstr "Организационная страница" - -#: mod/settings.php:1124 -msgid "This account is a profile for an organisation" -msgstr "Этот аккаунт является профилем организации" - -#: mod/settings.php:1127 -msgid "News Page" -msgstr "Новостная страница" - -#: mod/settings.php:1128 -msgid "This account is a news account/reflector" -msgstr "Этот аккаунт является ностным/рефлектором" - -#: mod/settings.php:1131 -msgid "Community Forum" -msgstr "Форум сообщества" - -#: mod/settings.php:1132 -msgid "" -"This account is a community forum where people can discuss with each other" -msgstr "Эта учетная запись является форумом сообщества, где люди могут обсуждать что-то друг с другом" - -#: mod/settings.php:1135 -msgid "Normal Account Page" -msgstr "Стандартная страница аккаунта" - -#: mod/settings.php:1136 -msgid "This account is a normal personal profile" -msgstr "Этот аккаунт является обычным персональным профилем" - -#: mod/settings.php:1139 -msgid "Soapbox Page" -msgstr "Песочница" - -#: mod/settings.php:1140 -msgid "Automatically approve all connection/friend requests as read-only fans" -msgstr "Автоматически одобряются все подключения / запросы в друзья, \"только для чтения\" поклонниками" - -#: mod/settings.php:1143 -msgid "Public Forum" -msgstr "Публичный форум" - -#: mod/settings.php:1144 -msgid "Automatically approve all contact requests" -msgstr "Автоматически принимать все запросы соединения." - -#: mod/settings.php:1147 -msgid "Automatic Friend Page" -msgstr "\"Автоматический друг\" страница" - -#: mod/settings.php:1148 -msgid "Automatically approve all connection/friend requests as friends" -msgstr "Автоматически одобряются все подключения / запросы в друзья, расширяется список друзей" - -#: mod/settings.php:1151 -msgid "Private Forum [Experimental]" -msgstr "Личный форум [экспериментально]" - -#: mod/settings.php:1152 -msgid "Private forum - approved members only" -msgstr "Приватный форум - разрешено только участникам" - -#: mod/settings.php:1163 -msgid "OpenID:" -msgstr "OpenID:" - -#: mod/settings.php:1163 -msgid "(Optional) Allow this OpenID to login to this account." -msgstr "(Необязательно) Разрешить этому OpenID входить в этот аккаунт" - -#: mod/settings.php:1171 -msgid "Publish your default profile in your local site directory?" -msgstr "Публиковать ваш профиль по умолчанию в вашем локальном каталоге на сайте?" - -#: mod/settings.php:1171 -msgid "Your profile may be visible in public." -msgstr "" - -#: mod/settings.php:1177 -msgid "Publish your default profile in the global social directory?" -msgstr "Публиковать ваш профиль по умолчанию в глобальном социальном каталоге?" - -#: mod/settings.php:1184 -msgid "Hide your contact/friend list from viewers of your default profile?" -msgstr "Скрывать ваш список контактов/друзей от посетителей вашего профиля по умолчанию?" - -#: mod/settings.php:1188 -msgid "" -"If enabled, posting public messages to Diaspora and other networks isn't " -"possible." -msgstr "Если включено, то мы не сможем отправлять публичные сообщения в Diaspora или другую сеть." - -#: mod/settings.php:1193 -msgid "Allow friends to post to your profile page?" -msgstr "Разрешить друзьям оставлять сообщения на страницу вашего профиля?" - -#: mod/settings.php:1198 -msgid "Allow friends to tag your posts?" -msgstr "Разрешить друзьям отмечять ваши сообщения?" - -#: mod/settings.php:1203 -msgid "Allow us to suggest you as a potential friend to new members?" -msgstr "Позвольть предлогать Вам потенциальных друзей?" - -#: mod/settings.php:1208 -msgid "Permit unknown people to send you private mail?" -msgstr "Разрешить незнакомым людям отправлять вам личные сообщения?" - -#: mod/settings.php:1216 -msgid "Profile is not published." -msgstr "Профиль не публикуется." - -#: mod/settings.php:1224 -#, php-format -msgid "Your Identity Address is '%s' or '%s'." -msgstr "Ваш адрес: '%s' или '%s'." - -#: mod/settings.php:1231 -msgid "Automatically expire posts after this many days:" -msgstr "Автоматическое истекание срока действия сообщения после стольких дней:" - -#: mod/settings.php:1231 -msgid "If empty, posts will not expire. Expired posts will be deleted" -msgstr "Если пусто, срок действия сообщений не будет ограничен. Сообщения с истекшим сроком действия будут удалены" - -#: mod/settings.php:1232 -msgid "Advanced expiration settings" -msgstr "Настройки расширенного окончания срока действия" - -#: mod/settings.php:1233 -msgid "Advanced Expiration" -msgstr "Расширенное окончание срока действия" - -#: mod/settings.php:1234 -msgid "Expire posts:" -msgstr "Срок хранения сообщений:" - -#: mod/settings.php:1235 -msgid "Expire personal notes:" -msgstr "Срок хранения личных заметок:" - -#: mod/settings.php:1236 -msgid "Expire starred posts:" -msgstr "Срок хранения усеянных сообщений:" - -#: mod/settings.php:1237 -msgid "Expire photos:" -msgstr "Срок хранения фотографий:" - -#: mod/settings.php:1238 -msgid "Only expire posts by others:" -msgstr "Только устаревшие посты других:" - -#: mod/settings.php:1269 -msgid "Account Settings" -msgstr "Настройки аккаунта" - -#: mod/settings.php:1277 -msgid "Password Settings" -msgstr "Смена пароля" - -#: mod/settings.php:1279 -msgid "Leave password fields blank unless changing" -msgstr "Оставьте поля пароля пустыми, если он не изменяется" - -#: mod/settings.php:1280 -msgid "Current Password:" -msgstr "Текущий пароль:" - -#: mod/settings.php:1280 mod/settings.php:1281 -msgid "Your current password to confirm the changes" -msgstr "Ваш текущий пароль, для подтверждения изменений" - -#: mod/settings.php:1281 -msgid "Password:" -msgstr "Пароль:" - -#: mod/settings.php:1285 -msgid "Basic Settings" -msgstr "Основные параметры" - -#: mod/settings.php:1287 -msgid "Email Address:" -msgstr "Адрес электронной почты:" - -#: mod/settings.php:1288 -msgid "Your Timezone:" -msgstr "Ваш часовой пояс:" - -#: mod/settings.php:1289 -msgid "Your Language:" -msgstr "Ваш язык:" - -#: mod/settings.php:1289 -msgid "" -"Set the language we use to show you friendica interface and to send you " -"emails" -msgstr "Выберите язык, на котором вы будете видеть интерфейс Friendica и на котором вы будете получать письма" - -#: mod/settings.php:1290 -msgid "Default Post Location:" -msgstr "Местонахождение по умолчанию:" - -#: mod/settings.php:1291 -msgid "Use Browser Location:" -msgstr "Использовать определение местоположения браузером:" - -#: mod/settings.php:1294 -msgid "Security and Privacy Settings" -msgstr "Параметры безопасности и конфиденциальности" - -#: mod/settings.php:1296 -msgid "Maximum Friend Requests/Day:" -msgstr "Максимум запросов в друзья в день:" - -#: mod/settings.php:1296 mod/settings.php:1326 -msgid "(to prevent spam abuse)" -msgstr "(для предотвращения спама)" - -#: mod/settings.php:1297 -msgid "Default Post Permissions" -msgstr "Разрешение на сообщения по умолчанию" - -#: mod/settings.php:1298 -msgid "(click to open/close)" -msgstr "(нажмите, чтобы открыть / закрыть)" - -#: mod/settings.php:1309 -msgid "Default Private Post" -msgstr "Личное сообщение по умолчанию" - -#: mod/settings.php:1310 -msgid "Default Public Post" -msgstr "Публичное сообщение по умолчанию" - -#: mod/settings.php:1314 -msgid "Default Permissions for New Posts" -msgstr "Права для новых записей по умолчанию" - -#: mod/settings.php:1326 -msgid "Maximum private messages per day from unknown people:" -msgstr "Максимальное количество личных сообщений от незнакомых людей в день:" - -#: mod/settings.php:1329 -msgid "Notification Settings" -msgstr "Настройка уведомлений" - -#: mod/settings.php:1330 -msgid "By default post a status message when:" -msgstr "Отправить состояние о статусе по умолчанию, если:" - -#: mod/settings.php:1331 -msgid "accepting a friend request" -msgstr "принятие запроса на добавление в друзья" - -#: mod/settings.php:1332 -msgid "joining a forum/community" -msgstr "вступление в сообщество/форум" - -#: mod/settings.php:1333 -msgid "making an interesting profile change" -msgstr "сделать изменения в настройках интересов профиля" - -#: mod/settings.php:1334 -msgid "Send a notification email when:" -msgstr "Отправлять уведомление по электронной почте, когда:" - -#: mod/settings.php:1335 -msgid "You receive an introduction" -msgstr "Вы получили запрос" - -#: mod/settings.php:1336 -msgid "Your introductions are confirmed" -msgstr "Ваши запросы подтверждены" - -#: mod/settings.php:1337 -msgid "Someone writes on your profile wall" -msgstr "Кто-то пишет на стене вашего профиля" - -#: mod/settings.php:1338 -msgid "Someone writes a followup comment" -msgstr "Кто-то пишет последующий комментарий" - -#: mod/settings.php:1339 -msgid "You receive a private message" -msgstr "Вы получаете личное сообщение" - -#: mod/settings.php:1340 -msgid "You receive a friend suggestion" -msgstr "Вы полулили предложение о добавлении в друзья" - -#: mod/settings.php:1341 -msgid "You are tagged in a post" -msgstr "Вы отмечены в посте" - -#: mod/settings.php:1342 -msgid "You are poked/prodded/etc. in a post" -msgstr "Вас потыкали/подтолкнули/и т.д. в посте" - -#: mod/settings.php:1344 -msgid "Activate desktop notifications" -msgstr "Активировать уведомления на рабочем столе" - -#: mod/settings.php:1344 -msgid "Show desktop popup on new notifications" -msgstr "Показывать уведомления на рабочем столе" - -#: mod/settings.php:1346 -msgid "Text-only notification emails" -msgstr "Только текстовые письма" - -#: mod/settings.php:1348 -msgid "Send text only notification emails, without the html part" -msgstr "Отправлять только текстовые уведомления, без HTML" - -#: mod/settings.php:1350 -msgid "Advanced Account/Page Type Settings" -msgstr "Расширенные настройки учётной записи" - -#: mod/settings.php:1351 -msgid "Change the behaviour of this account for special situations" -msgstr "Измените поведение этого аккаунта в специальных ситуациях" - -#: mod/settings.php:1354 -msgid "Relocate" -msgstr "Перемещение" - -#: mod/settings.php:1355 -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:1356 -msgid "Resend relocate message to contacts" -msgstr "Отправить перемещённые сообщения контактам" - -#: mod/uexport.php:37 -msgid "Export account" -msgstr "Экспорт аккаунта" - -#: mod/uexport.php:37 -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:38 -msgid "Export all" -msgstr "Экспорт всего" - -#: mod/uexport.php:38 -msgid "" -"Export your accout info, contacts and all your items as json. Could be a " -"very big file, and could take a lot of time. Use this to make a full backup " -"of your account (photos are not exported)" -msgstr "Экспорт информации вашего аккаунта, контактов и всех ваших пунктов, как JSON. Может получиться очень большой файл и это может занять много времени. Используйте, чтобы создать полную резервную копию вашего аккаунта (фото не экспортируются)" - -#: mod/videos.php:124 -msgid "Do you really want to delete this video?" -msgstr "Вы действительно хотите удалить видео?" - -#: mod/videos.php:129 -msgid "Delete Video" -msgstr "Удалить видео" - -#: mod/videos.php:208 -msgid "No videos selected" -msgstr "Видео не выбрано" - -#: mod/videos.php:402 -msgid "Recent Videos" -msgstr "Последние видео" - -#: mod/videos.php:404 -msgid "Upload New Videos" -msgstr "Загрузить новые видео" - -#: mod/install.php:106 -msgid "Friendica Communications Server - Setup" -msgstr "Коммуникационный сервер Friendica - Доступ" - -#: mod/install.php:112 -msgid "Could not connect to database." -msgstr "Не удалось подключиться к базе данных." - -#: mod/install.php:116 -msgid "Could not create table." -msgstr "Не удалось создать таблицу." - -#: mod/install.php:122 -msgid "Your Friendica site database has been installed." -msgstr "База данных сайта установлена." - -#: mod/install.php:127 -msgid "" -"You may need to import the file \"database.sql\" manually using phpmyadmin " -"or mysql." -msgstr "Вам может понадобиться импортировать файл \"database.sql\" вручную с помощью PhpMyAdmin или MySQL." - -#: mod/install.php:128 mod/install.php:200 mod/install.php:547 -msgid "Please see the file \"INSTALL.txt\"." -msgstr "Пожалуйста, смотрите файл \"INSTALL.txt\"." - -#: mod/install.php:140 -msgid "Database already in use." -msgstr "База данных уже используется." - -#: mod/install.php:197 -msgid "System check" -msgstr "Проверить систему" - -#: mod/install.php:202 -msgid "Check again" -msgstr "Проверить еще раз" - -#: mod/install.php:221 -msgid "Database connection" -msgstr "Подключение к базе данных" - -#: mod/install.php:222 -msgid "" -"In order to install Friendica we need to know how to connect to your " -"database." -msgstr "Для того, чтобы установить Friendica, мы должны знать, как подключиться к базе данных." - -#: mod/install.php:223 -msgid "" -"Please contact your hosting provider or site administrator if you have " -"questions about these settings." -msgstr "Пожалуйста, свяжитесь с вашим хостинг-провайдером или администратором сайта, если у вас есть вопросы об этих параметрах." - -#: mod/install.php:224 -msgid "" -"The database you specify below should already exist. If it does not, please " -"create it before continuing." -msgstr "Базы данных, указанная ниже, должна уже существовать. Если этого нет, пожалуйста, создайте ее перед продолжением." - -#: mod/install.php:228 -msgid "Database Server Name" -msgstr "Имя сервера базы данных" - -#: mod/install.php:229 -msgid "Database Login Name" -msgstr "Логин базы данных" - -#: mod/install.php:230 -msgid "Database Login Password" -msgstr "Пароль базы данных" - -#: mod/install.php:230 -msgid "For security reasons the password must not be empty" -msgstr "Для безопасности пароль не должен быть пустым" - -#: mod/install.php:231 -msgid "Database Name" -msgstr "Имя базы данных" - -#: mod/install.php:232 mod/install.php:273 -msgid "Site administrator email address" -msgstr "Адрес электронной почты администратора сайта" - -#: mod/install.php:232 mod/install.php:273 -msgid "" -"Your account email address must match this in order to use the web admin " -"panel." -msgstr "Ваш адрес электронной почты аккаунта должен соответствовать этому, чтобы использовать веб-панель администратора." - -#: mod/install.php:236 mod/install.php:276 -msgid "Please select a default timezone for your website" -msgstr "Пожалуйста, выберите часовой пояс по умолчанию для вашего сайта" - -#: mod/install.php:263 -msgid "Site settings" -msgstr "Настройки сайта" - -#: mod/install.php:277 -msgid "System Language:" -msgstr "Язык системы:" - -#: mod/install.php:277 -msgid "" -"Set the default language for your Friendica installation interface and to " -"send emails." -msgstr "Язык по-умолчанию для интерфейса Friendica и для отправки писем." - -#: mod/install.php:317 -msgid "Could not find a command line version of PHP in the web server PATH." -msgstr "Не удалось найти PATH веб-сервера в установках PHP." - -#: mod/install.php:318 -msgid "" -"If you don't have a command line version of PHP installed on server, you " -"will not be able to run the background processing. See 'Setup the poller'" -msgstr "" - -#: mod/install.php:322 -msgid "PHP executable path" -msgstr "PHP executable path" - -#: mod/install.php:322 -msgid "" -"Enter full path to php executable. You can leave this blank to continue the " -"installation." -msgstr "Введите полный путь к исполняемому файлу PHP. Вы можете оставить это поле пустым, чтобы продолжить установку." - -#: mod/install.php:327 -msgid "Command line PHP" -msgstr "Command line PHP" - -#: mod/install.php:336 -msgid "PHP executable is not the php cli binary (could be cgi-fgci version)" -msgstr "Бинарник PHP не является CLI версией (может быть это cgi-fcgi версия)" - -#: mod/install.php:337 -msgid "Found PHP version: " -msgstr "Найденная PHP версия: " - -#: mod/install.php:339 -msgid "PHP cli binary" -msgstr "PHP cli binary" - -#: mod/install.php:350 -msgid "" -"The command line version of PHP on your system does not have " -"\"register_argc_argv\" enabled." -msgstr "Не включено \"register_argc_argv\" в установках PHP." - -#: mod/install.php:351 -msgid "This is required for message delivery to work." -msgstr "Это необходимо для работы доставки сообщений." - -#: mod/install.php:353 -msgid "PHP register_argc_argv" -msgstr "PHP register_argc_argv" - -#: mod/install.php:376 -msgid "" -"Error: the \"openssl_pkey_new\" function on this system is not able to " -"generate encryption keys" -msgstr "Ошибка: функция \"openssl_pkey_new\" в этой системе не в состоянии генерировать ключи шифрования" - -#: mod/install.php:377 -msgid "" -"If running under Windows, please see " -"\"http://www.php.net/manual/en/openssl.installation.php\"." -msgstr "Если вы работаете под Windows, см. \"http://www.php.net/manual/en/openssl.installation.php\"." - -#: mod/install.php:379 -msgid "Generate encryption keys" -msgstr "Генерация шифрованых ключей" - -#: mod/install.php:386 -msgid "libCurl PHP module" -msgstr "libCurl PHP модуль" - -#: mod/install.php:387 -msgid "GD graphics PHP module" -msgstr "GD graphics PHP модуль" - -#: mod/install.php:388 -msgid "OpenSSL PHP module" -msgstr "OpenSSL PHP модуль" - -#: mod/install.php:389 -msgid "PDO or MySQLi PHP module" -msgstr "" - -#: mod/install.php:390 -msgid "mb_string PHP module" -msgstr "mb_string PHP модуль" - -#: mod/install.php:391 -msgid "XML PHP module" -msgstr "XML PHP модуль" - -#: mod/install.php:392 -msgid "iconv module" -msgstr "Модуль iconv" - -#: mod/install.php:396 mod/install.php:398 -msgid "Apache mod_rewrite module" -msgstr "Apache mod_rewrite module" - -#: mod/install.php:396 -msgid "" -"Error: Apache webserver mod-rewrite module is required but not installed." -msgstr "Ошибка: необходим модуль веб-сервера Apache mod-rewrite, но он не установлен." - -#: mod/install.php:404 -msgid "Error: libCURL PHP module required but not installed." -msgstr "Ошибка: необходим libCURL PHP модуль, но он не установлен." - -#: mod/install.php:408 -msgid "" -"Error: GD graphics PHP module with JPEG support required but not installed." -msgstr "Ошибка: необходим PHP модуль GD графики с поддержкой JPEG, но он не установлен." - -#: mod/install.php:412 -msgid "Error: openssl PHP module required but not installed." -msgstr "Ошибка: необходим PHP модуль OpenSSL, но он не установлен." - -#: mod/install.php:416 -msgid "Error: PDO or MySQLi PHP module required but not installed." -msgstr "" - -#: mod/install.php:420 -msgid "Error: The MySQL driver for PDO is not installed." -msgstr "" - -#: mod/install.php:424 -msgid "Error: mb_string PHP module required but not installed." -msgstr "Ошибка: необходим PHP модуль mb_string, но он не установлен." - -#: mod/install.php:428 -msgid "Error: iconv PHP module required but not installed." -msgstr "Ошибка: необходим PHP модуль iconv, но он не установлен." - -#: mod/install.php:438 -msgid "Error, XML PHP module required but not installed." -msgstr "Ошибка, необходим PHP модуль XML, но он не установлен" - -#: mod/install.php:450 -msgid "" -"The web installer needs to be able to create a file called \".htconfig.php\"" -" in the top folder of your web server and it is unable to do so." -msgstr "Веб-инсталлятору требуется создать файл с именем \". htconfig.php\" в верхней папке веб-сервера, но он не в состоянии это сделать." - -#: mod/install.php:451 -msgid "" -"This is most often a permission setting, as the web server may not be able " -"to write files in your folder - even if you can." -msgstr "Это наиболее частые параметры разрешений, когда веб-сервер не может записать файлы в папке - даже если вы можете." - -#: mod/install.php:452 -msgid "" -"At the end of this procedure, we will give you a text to save in a file " -"named .htconfig.php in your Friendica top folder." -msgstr "В конце этой процедуры, мы дадим вам текст, для сохранения в файле с именем .htconfig.php в корневой папке, где установлена Friendica." - -#: mod/install.php:453 -msgid "" -"You can alternatively skip this procedure and perform a manual installation." -" Please see the file \"INSTALL.txt\" for instructions." -msgstr "В качестве альтернативы вы можете пропустить эту процедуру и выполнить установку вручную. Пожалуйста, обратитесь к файлу \"INSTALL.txt\" для получения инструкций." - -#: mod/install.php:456 -msgid ".htconfig.php is writable" -msgstr ".htconfig.php is writable" - -#: mod/install.php:466 -msgid "" -"Friendica uses the Smarty3 template engine to render its web views. Smarty3 " -"compiles templates to PHP to speed up rendering." -msgstr "Friendica использует механизм шаблонов Smarty3 для генерации веб-страниц. Smarty3 компилирует шаблоны в PHP для увеличения скорости загрузки." - -#: mod/install.php:467 -msgid "" -"In order to store these compiled templates, the web server needs to have " -"write access to the directory view/smarty3/ under the Friendica top level " -"folder." -msgstr "Для того чтобы хранить эти скомпилированные шаблоны, веб-сервер должен иметь доступ на запись для папки view/smarty3 в директории, где установлена Friendica." - -#: mod/install.php:468 -msgid "" -"Please ensure that the user that your web server runs as (e.g. www-data) has" -" write access to this folder." -msgstr "Пожалуйста, убедитесь, что пользователь, под которым работает ваш веб-сервер (например www-data), имеет доступ на запись в этой папке." - -#: mod/install.php:469 -msgid "" -"Note: as a security measure, you should give the web server write access to " -"view/smarty3/ only--not the template files (.tpl) that it contains." -msgstr "Примечание: в качестве меры безопасности, вы должны дать вебсерверу доступ на запись только в view/smarty3 - но не на сами файлы шаблонов (.tpl)., Которые содержатся в этой папке." - -#: mod/install.php:472 -msgid "view/smarty3 is writable" -msgstr "view/smarty3 доступен для записи" - -#: mod/install.php:488 -msgid "" -"Url rewrite in .htaccess is not working. Check your server configuration." -msgstr "Url rewrite в .htaccess не работает. Проверьте конфигурацию вашего сервера.." - -#: mod/install.php:490 -msgid "Url rewrite is working" -msgstr "Url rewrite работает" - -#: mod/install.php:509 -msgid "ImageMagick PHP extension is not installed" -msgstr "Модуль PHP ImageMagick не установлен" - -#: mod/install.php:511 -msgid "ImageMagick PHP extension is installed" -msgstr "Модуль PHP ImageMagick установлен" - -#: mod/install.php:513 -msgid "ImageMagick supports GIF" -msgstr "ImageMagick поддерживает GIF" - -#: mod/install.php:520 -msgid "" -"The database configuration file \".htconfig.php\" could not be written. " -"Please use the enclosed text to create a configuration file in your web " -"server root." -msgstr "Файл конфигурации базы данных \".htconfig.php\" не могла быть записан. Пожалуйста, используйте приложенный текст, чтобы создать конфигурационный файл в корневом каталоге веб-сервера." - -#: mod/install.php:545 -msgid "

    What next

    " -msgstr "

    Что далее

    " - -#: mod/install.php:546 -msgid "" -"IMPORTANT: You will need to [manually] setup a scheduled task for the " -"poller." -msgstr "ВАЖНО: Вам нужно будет [вручную] установить запланированное задание для регистратора." - -#: mod/item.php:116 -msgid "Unable to locate original post." -msgstr "Не удалось найти оригинальный пост." - -#: mod/item.php:344 -msgid "Empty post discarded." -msgstr "Пустое сообщение отбрасывается." - -#: mod/item.php:904 -msgid "System error. Post not saved." -msgstr "Системная ошибка. Сообщение не сохранено." - -#: mod/item.php:995 -#, php-format -msgid "" -"This message was sent to you by %s, a member of the Friendica social " -"network." -msgstr "Это сообщение было отправлено вам %s, участником социальной сети Friendica." - -#: mod/item.php:997 -#, php-format -msgid "You may visit them online at %s" -msgstr "Вы можете посетить их в онлайне на %s" - -#: mod/item.php:998 -msgid "" -"Please contact the sender by replying to this post if you do not wish to " -"receive these messages." -msgstr "Пожалуйста, свяжитесь с отправителем, ответив на это сообщение, если вы не хотите получать эти сообщения." - -#: mod/item.php:1002 -#, php-format -msgid "%s posted an update." -msgstr "%s отправил/а/ обновление." - -#: mod/notifications.php:35 -msgid "Invalid request identifier." -msgstr "Неверный идентификатор запроса." - -#: mod/notifications.php:44 mod/notifications.php:180 -#: mod/notifications.php:227 -msgid "Discard" -msgstr "Отказаться" - -#: mod/notifications.php:105 -msgid "Network Notifications" -msgstr "Уведомления сети" - -#: mod/notifications.php:117 -msgid "Personal Notifications" -msgstr "Личные уведомления" - -#: mod/notifications.php:123 -msgid "Home Notifications" -msgstr "Уведомления" - -#: mod/notifications.php:152 -msgid "Show Ignored Requests" -msgstr "Показать проигнорированные запросы" - -#: mod/notifications.php:152 -msgid "Hide Ignored Requests" -msgstr "Скрыть проигнорированные запросы" - -#: mod/notifications.php:164 mod/notifications.php:234 -msgid "Notification type: " -msgstr "Тип уведомления: " - -#: mod/notifications.php:167 -#, php-format -msgid "suggested by %s" -msgstr "предложено юзером %s" - -#: mod/notifications.php:173 mod/notifications.php:252 -msgid "Post a new friend activity" -msgstr "Настроение" - -#: mod/notifications.php:173 mod/notifications.php:252 -msgid "if applicable" -msgstr "если требуется" - -#: mod/notifications.php:176 mod/notifications.php:261 mod/admin.php:1506 -msgid "Approve" -msgstr "Одобрить" - -#: mod/notifications.php:195 -msgid "Claims to be known to you: " -msgstr "Утверждения, о которых должно быть вам известно: " - -#: mod/notifications.php:196 -msgid "yes" -msgstr "да" - -#: mod/notifications.php:196 -msgid "no" -msgstr "нет" - -#: mod/notifications.php:197 mod/notifications.php:202 -msgid "Shall your connection be bidirectional or not?" -msgstr "Должно ли ваше соединение быть двухсторонним или нет?" - -#: mod/notifications.php:198 mod/notifications.php:203 -#, 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 "Принимая %s как друга вы позволяете %s читать ему свои посты, а также будете получать оные от него." - -#: mod/notifications.php:199 -#, 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 "Принимая %s как подписчика вы позволяете читать ему свои посты, но вы не получите оных от него." - -#: mod/notifications.php:204 -#, 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 "Принимая %s как подписчика вы позволяете читать ему свои посты, но вы не получите оных от него." - -#: mod/notifications.php:215 -msgid "Friend" -msgstr "Друг" - -#: mod/notifications.php:216 -msgid "Sharer" -msgstr "Участник" - -#: mod/notifications.php:216 -msgid "Subscriber" -msgstr "Подписант" - -#: mod/notifications.php:272 -msgid "No introductions." -msgstr "Запросов нет." - -#: mod/notifications.php:313 -msgid "Show unread" -msgstr "Показать непрочитанные" - -#: mod/notifications.php:313 -msgid "Show all" -msgstr "Показать все" - -#: mod/notifications.php:319 -#, php-format -msgid "No more %s notifications." -msgstr "Больше нет уведомлений о %s." - -#: mod/ping.php:270 -msgid "{0} wants to be your friend" -msgstr "{0} хочет стать Вашим другом" - -#: mod/ping.php:285 -msgid "{0} sent you a message" -msgstr "{0} отправил Вам сообщение" - -#: mod/ping.php:300 -msgid "{0} requested registration" -msgstr "{0} требуемая регистрация" - -#: mod/admin.php:96 +#: mod/admin.php:106 msgid "Theme settings updated." msgstr "Настройки темы обновлены." -#: mod/admin.php:165 mod/admin.php:1054 -msgid "Site" -msgstr "Сайт" +#: mod/admin.php:179 src/Content/Nav.php:174 +msgid "Information" +msgstr "Информация" -#: mod/admin.php:166 mod/admin.php:988 mod/admin.php:1498 mod/admin.php:1514 -msgid "Users" -msgstr "Пользователи" - -#: mod/admin.php:168 mod/admin.php:1892 mod/admin.php:1942 -msgid "Themes" -msgstr "Темы" - -#: mod/admin.php:170 -msgid "DB updates" -msgstr "Обновление БД" - -#: mod/admin.php:171 mod/admin.php:512 -msgid "Inspect Queue" +#: mod/admin.php:180 +msgid "Overview" msgstr "" -#: mod/admin.php:172 mod/admin.php:288 -msgid "Server Blocklist" -msgstr "" - -#: mod/admin.php:173 mod/admin.php:478 +#: mod/admin.php:181 mod/admin.php:718 msgid "Federation Statistics" msgstr "" -#: mod/admin.php:187 mod/admin.php:198 mod/admin.php:2016 -msgid "Logs" -msgstr "Журналы" +#: mod/admin.php:182 +msgid "Configuration" +msgstr "" -#: mod/admin.php:188 mod/admin.php:2084 -msgid "View Logs" -msgstr "Просмотр логов" +#: mod/admin.php:183 mod/admin.php:1345 +msgid "Site" +msgstr "Сайт" + +#: mod/admin.php:184 mod/admin.php:1273 mod/admin.php:1788 mod/admin.php:1804 +msgid "Users" +msgstr "Пользователи" + +#: mod/admin.php:185 mod/admin.php:1904 mod/admin.php:1964 mod/settings.php:86 +msgid "Addons" +msgstr "" + +#: mod/admin.php:186 mod/admin.php:2173 mod/admin.php:2217 +msgid "Themes" +msgstr "Темы" + +#: mod/admin.php:187 mod/settings.php:64 +msgid "Additional features" +msgstr "Дополнительные возможности" #: mod/admin.php:189 -msgid "probe address" +msgid "Database" msgstr "" #: mod/admin.php:190 +msgid "DB updates" +msgstr "Обновление БД" + +#: mod/admin.php:191 mod/admin.php:753 +msgid "Inspect Queue" +msgstr "" + +#: mod/admin.php:192 +msgid "Tools" +msgstr "" + +#: mod/admin.php:193 +msgid "Contact Blocklist" +msgstr "" + +#: mod/admin.php:194 mod/admin.php:362 +msgid "Server Blocklist" +msgstr "" + +#: mod/admin.php:195 mod/admin.php:521 +msgid "Delete Item" +msgstr "" + +#: mod/admin.php:196 mod/admin.php:197 mod/admin.php:2291 +msgid "Logs" +msgstr "Журналы" + +#: mod/admin.php:198 mod/admin.php:2358 +msgid "View Logs" +msgstr "Просмотр логов" + +#: mod/admin.php:200 +msgid "Diagnostics" +msgstr "" + +#: mod/admin.php:201 +msgid "PHP Info" +msgstr "" + +#: mod/admin.php:202 +msgid "probe address" +msgstr "" + +#: mod/admin.php:203 msgid "check webfinger" msgstr "" -#: mod/admin.php:197 -msgid "Plugin Features" -msgstr "Возможности плагина" +#: mod/admin.php:222 src/Content/Nav.php:217 +msgid "Admin" +msgstr "Администратор" -#: mod/admin.php:199 -msgid "diagnostics" -msgstr "Диагностика" +#: mod/admin.php:223 +msgid "Addon Features" +msgstr "" -#: mod/admin.php:200 +#: mod/admin.php:224 msgid "User registrations waiting for confirmation" msgstr "Регистрации пользователей, ожидающие подтверждения" -#: mod/admin.php:279 -msgid "The blocked domain" -msgstr "" - -#: mod/admin.php:280 mod/admin.php:293 -msgid "The reason why you blocked this domain." -msgstr "" - -#: mod/admin.php:281 -msgid "Delete domain" -msgstr "" - -#: mod/admin.php:281 -msgid "Check to delete this entry from the blocklist" -msgstr "" - -#: mod/admin.php:287 mod/admin.php:477 mod/admin.php:511 mod/admin.php:586 -#: mod/admin.php:1053 mod/admin.php:1497 mod/admin.php:1615 mod/admin.php:1678 -#: mod/admin.php:1891 mod/admin.php:1941 mod/admin.php:2015 mod/admin.php:2083 +#: mod/admin.php:301 mod/admin.php:361 mod/admin.php:478 mod/admin.php:520 +#: mod/admin.php:717 mod/admin.php:752 mod/admin.php:848 mod/admin.php:1344 +#: mod/admin.php:1787 mod/admin.php:1903 mod/admin.php:1963 mod/admin.php:2172 +#: mod/admin.php:2216 mod/admin.php:2290 mod/admin.php:2357 msgid "Administration" msgstr "Администрация" -#: mod/admin.php:289 +#: mod/admin.php:303 +msgid "Display Terms of Service" +msgstr "" + +#: mod/admin.php:303 +msgid "" +"Enable the Terms of Service page. If this is enabled a link to the terms " +"will be added to the registration form and the general information page." +msgstr "" + +#: mod/admin.php:304 +msgid "Display Privacy Statement" +msgstr "" + +#: mod/admin.php:304 +#, php-format +msgid "" +"Show some informations regarding the needed information to operate the node " +"according e.g. to EU-GDPR." +msgstr "" + +#: mod/admin.php:305 +msgid "The Terms of Service" +msgstr "" + +#: mod/admin.php:305 +msgid "" +"Enter the Terms of Service for your node here. You can use BBCode. Headers " +"of sections should be [h2] and below." +msgstr "" + +#: mod/admin.php:353 +msgid "The blocked domain" +msgstr "" + +#: mod/admin.php:354 mod/admin.php:367 +msgid "The reason why you blocked this domain." +msgstr "" + +#: mod/admin.php:355 +msgid "Delete domain" +msgstr "" + +#: mod/admin.php:355 +msgid "Check to delete this entry from the blocklist" +msgstr "" + +#: mod/admin.php:363 msgid "" "This page can be used to define a black list of servers from the federated " "network that are not allowed to interact with your node. For all entered " @@ -7488,536 +5242,698 @@ msgid "" "server." msgstr "" -#: mod/admin.php:290 +#: mod/admin.php:364 msgid "" "The list of blocked servers will be made publically available on the " "/friendica page so that your users and people investigating communication " "problems can find the reason easily." msgstr "" -#: mod/admin.php:291 +#: mod/admin.php:365 msgid "Add new entry to block list" msgstr "" -#: mod/admin.php:292 +#: mod/admin.php:366 msgid "Server Domain" msgstr "" -#: mod/admin.php:292 +#: mod/admin.php:366 msgid "" "The domain of the new server to add to the block list. Do not include the " "protocol." msgstr "" -#: mod/admin.php:293 +#: mod/admin.php:367 msgid "Block reason" msgstr "" -#: mod/admin.php:294 +#: mod/admin.php:368 msgid "Add Entry" msgstr "" -#: mod/admin.php:295 +#: mod/admin.php:369 msgid "Save changes to the blocklist" msgstr "" -#: mod/admin.php:296 +#: mod/admin.php:370 msgid "Current Entries in the Blocklist" msgstr "" -#: mod/admin.php:299 +#: mod/admin.php:373 msgid "Delete entry from blocklist" msgstr "" -#: mod/admin.php:302 +#: mod/admin.php:376 msgid "Delete entry from blocklist?" msgstr "" -#: mod/admin.php:327 +#: mod/admin.php:402 msgid "Server added to blocklist." msgstr "" -#: mod/admin.php:343 +#: mod/admin.php:418 msgid "Site blocklist updated." msgstr "" -#: mod/admin.php:408 +#: mod/admin.php:441 src/Core/Console/GlobalCommunityBlock.php:72 +msgid "The contact has been blocked from the node" +msgstr "" + +#: mod/admin.php:443 src/Core/Console/GlobalCommunityBlock.php:69 +#, php-format +msgid "Could not find any contact entry for this URL (%s)" +msgstr "" + +#: mod/admin.php:450 +#, php-format +msgid "%s contact unblocked" +msgid_plural "%s contacts unblocked" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" +msgstr[3] "" + +#: mod/admin.php:479 +msgid "Remote Contact Blocklist" +msgstr "" + +#: mod/admin.php:480 +msgid "" +"This page allows you to prevent any message from a remote contact to reach " +"your node." +msgstr "" + +#: mod/admin.php:481 +msgid "Block Remote Contact" +msgstr "" + +#: mod/admin.php:482 mod/admin.php:1790 +msgid "select all" +msgstr "выбрать все" + +#: mod/admin.php:483 +msgid "select none" +msgstr "" + +#: mod/admin.php:486 +msgid "No remote contact is blocked from this node." +msgstr "" + +#: mod/admin.php:488 +msgid "Blocked Remote Contacts" +msgstr "" + +#: mod/admin.php:489 +msgid "Block New Remote Contact" +msgstr "" + +#: mod/admin.php:490 +msgid "Photo" +msgstr "" + +#: mod/admin.php:498 +#, php-format +msgid "%s total blocked contact" +msgid_plural "%s total blocked contacts" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" +msgstr[3] "" + +#: mod/admin.php:500 +msgid "URL of the remote contact to block." +msgstr "" + +#: mod/admin.php:522 +msgid "Delete this Item" +msgstr "" + +#: mod/admin.php:523 +msgid "" +"On this page you can delete an item from your node. If the item is a top " +"level posting, the entire thread will be deleted." +msgstr "" + +#: mod/admin.php:524 +msgid "" +"You need to know the GUID of the item. You can find it e.g. by looking at " +"the display URL. The last part of http://example.com/display/123456 is the " +"GUID, here 123456." +msgstr "" + +#: mod/admin.php:525 +msgid "GUID" +msgstr "" + +#: mod/admin.php:525 +msgid "The GUID of the item you want to delete." +msgstr "" + +#: mod/admin.php:564 +msgid "Item marked for deletion." +msgstr "" + +#: mod/admin.php:635 msgid "unknown" msgstr "" -#: mod/admin.php:471 +#: mod/admin.php:711 msgid "" "This page offers you some numbers to the known part of the federated social " "network your Friendica node is part of. These numbers are not complete but " "only reflect the part of the network your node is aware of." msgstr "" -#: mod/admin.php:472 +#: mod/admin.php:712 msgid "" "The Auto Discovered Contact Directory feature is not enabled, it " "will improve the data displayed here." msgstr "" -#: mod/admin.php:484 +#: mod/admin.php:724 #, php-format -msgid "Currently this node is aware of %d nodes from the following platforms:" +msgid "" +"Currently this node is aware of %d nodes with %d registered users from the " +"following platforms:" msgstr "" -#: mod/admin.php:514 +#: mod/admin.php:755 msgid "ID" msgstr "" -#: mod/admin.php:515 +#: mod/admin.php:756 msgid "Recipient Name" msgstr "" -#: mod/admin.php:516 +#: mod/admin.php:757 msgid "Recipient Profile" msgstr "" -#: mod/admin.php:518 +#: mod/admin.php:758 src/Core/NotificationsManager.php:178 +#: src/Content/Nav.php:178 view/theme/frio/theme.php:266 +msgid "Network" +msgstr "Новости" + +#: mod/admin.php:759 msgid "Created" msgstr "" -#: mod/admin.php:519 +#: mod/admin.php:760 msgid "Last Tried" msgstr "" -#: mod/admin.php:520 +#: mod/admin.php:761 msgid "" "This page lists the content of the queue for outgoing postings. These are " "postings the initial delivery failed for. They will be resend later and " "eventually deleted if the delivery fails permanently." msgstr "" -#: mod/admin.php:545 +#: mod/admin.php:785 #, php-format msgid "" "Your DB still runs with MyISAM tables. You should change the engine type to " "InnoDB. As Friendica will use InnoDB only features in the future, you should" " change this! See here for a guide that may be helpful " "converting the table engines. You may also use the command php " -"include/dbstructure.php toinnodb of your Friendica installation for an " -"automatic conversion.
    " +"bin/console.php dbstructure toinnodb
    of your Friendica installation for" +" an automatic conversion.
    " msgstr "" -#: mod/admin.php:550 +#: mod/admin.php:792 +#, php-format msgid "" -"You are using a MySQL version which does not support all features that " -"Friendica uses. You should consider switching to MariaDB." +"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:554 mod/admin.php:1447 +#: mod/admin.php:802 +msgid "" +"The database update failed. Please run \"php bin/console.php dbstructure " +"update\" from the command line and have a look at the errors that might " +"appear." +msgstr "" + +#: mod/admin.php:808 +msgid "The worker was never executed. Please check your database structure!" +msgstr "" + +#: mod/admin.php:811 +#, php-format +msgid "" +"The last worker execution was on %s UTC. This is older than one hour. Please" +" check your crontab settings." +msgstr "" + +#: mod/admin.php:816 mod/admin.php:1739 msgid "Normal Account" msgstr "Обычный аккаунт" -#: mod/admin.php:555 mod/admin.php:1448 -msgid "Soapbox Account" -msgstr "Аккаунт Витрина" +#: mod/admin.php:817 mod/admin.php:1740 +msgid "Automatic Follower Account" +msgstr "" -#: mod/admin.php:556 mod/admin.php:1449 -msgid "Community/Celebrity Account" -msgstr "Аккаунт Сообщество / Знаменитость" +#: mod/admin.php:818 mod/admin.php:1741 +msgid "Public Forum Account" +msgstr "" -#: mod/admin.php:557 mod/admin.php:1450 +#: mod/admin.php:819 mod/admin.php:1742 msgid "Automatic Friend Account" msgstr "\"Автоматический друг\" Аккаунт" -#: mod/admin.php:558 +#: mod/admin.php:820 msgid "Blog Account" msgstr "Аккаунт блога" -#: mod/admin.php:559 -msgid "Private Forum" -msgstr "Личный форум" +#: mod/admin.php:821 +msgid "Private Forum Account" +msgstr "" -#: mod/admin.php:581 +#: mod/admin.php:843 msgid "Message queues" msgstr "Очереди сообщений" -#: mod/admin.php:587 +#: mod/admin.php:849 msgid "Summary" msgstr "Резюме" -#: mod/admin.php:589 +#: mod/admin.php:851 msgid "Registered users" msgstr "Зарегистрированные пользователи" -#: mod/admin.php:591 +#: mod/admin.php:853 msgid "Pending registrations" msgstr "Ожидающие регистрации" -#: mod/admin.php:592 +#: mod/admin.php:854 msgid "Version" msgstr "Версия" -#: mod/admin.php:597 -msgid "Active plugins" -msgstr "Активные плагины" +#: mod/admin.php:859 +msgid "Active addons" +msgstr "" -#: mod/admin.php:622 +#: mod/admin.php:890 msgid "Can not parse base url. Must have at least ://" msgstr "Невозможно определить базовый URL. Он должен иметь следующий вид - ://" -#: mod/admin.php:914 +#: mod/admin.php:1209 msgid "Site settings updated." msgstr "Установки сайта обновлены." -#: mod/admin.php:971 +#: mod/admin.php:1236 mod/settings.php:905 +msgid "No special theme for mobile devices" +msgstr "Нет специальной темы для мобильных устройств" + +#: mod/admin.php:1265 msgid "No community page" msgstr "" -#: mod/admin.php:972 +#: mod/admin.php:1266 msgid "Public postings from users of this site" msgstr "" -#: mod/admin.php:973 -msgid "Global community page" +#: mod/admin.php:1267 +msgid "Public postings from the federated network" msgstr "" -#: mod/admin.php:979 -msgid "At post arrival" +#: mod/admin.php:1268 +msgid "Public postings from local users and the federated network" msgstr "" -#: mod/admin.php:989 +#: mod/admin.php:1274 msgid "Users, Global Contacts" msgstr "" -#: mod/admin.php:990 +#: mod/admin.php:1275 msgid "Users, Global Contacts/fallback" msgstr "" -#: mod/admin.php:994 +#: mod/admin.php:1279 msgid "One month" msgstr "Один месяц" -#: mod/admin.php:995 +#: mod/admin.php:1280 msgid "Three months" msgstr "Три месяца" -#: mod/admin.php:996 +#: mod/admin.php:1281 msgid "Half a year" msgstr "Пол года" -#: mod/admin.php:997 +#: mod/admin.php:1282 msgid "One year" msgstr "Один год" -#: mod/admin.php:1002 +#: mod/admin.php:1287 msgid "Multi user instance" msgstr "Многопользовательский вид" -#: mod/admin.php:1025 +#: mod/admin.php:1310 msgid "Closed" msgstr "Закрыто" -#: mod/admin.php:1026 +#: mod/admin.php:1311 msgid "Requires approval" msgstr "Требуется подтверждение" -#: mod/admin.php:1027 +#: mod/admin.php:1312 msgid "Open" msgstr "Открыто" -#: mod/admin.php:1031 +#: mod/admin.php:1316 msgid "No SSL policy, links will track page SSL state" msgstr "Нет режима SSL, состояние SSL не будет отслеживаться" -#: mod/admin.php:1032 +#: mod/admin.php:1317 msgid "Force all links to use SSL" msgstr "Заставить все ссылки использовать SSL" -#: mod/admin.php:1033 +#: mod/admin.php:1318 msgid "Self-signed certificate, use SSL for local links only (discouraged)" msgstr "Само-подписанный сертификат, использовать SSL только локально (не рекомендуется)" -#: mod/admin.php:1057 +#: mod/admin.php:1322 +msgid "Don't check" +msgstr "" + +#: mod/admin.php:1323 +msgid "check the stable version" +msgstr "" + +#: mod/admin.php:1324 +msgid "check the development version" +msgstr "" + +#: mod/admin.php:1347 +msgid "Republish users to directory" +msgstr "" + +#: mod/admin.php:1349 msgid "File upload" msgstr "Загрузка файлов" -#: mod/admin.php:1058 +#: mod/admin.php:1350 msgid "Policies" msgstr "Политики" -#: mod/admin.php:1060 +#: mod/admin.php:1352 msgid "Auto Discovered Contact Directory" msgstr "" -#: mod/admin.php:1061 +#: mod/admin.php:1353 msgid "Performance" msgstr "Производительность" -#: mod/admin.php:1062 +#: mod/admin.php:1354 msgid "Worker" msgstr "" -#: mod/admin.php:1063 +#: mod/admin.php:1355 +msgid "Message Relay" +msgstr "" + +#: mod/admin.php:1356 msgid "" "Relocate - WARNING: advanced function. Could make this server unreachable." msgstr "Переместить - ПРЕДУПРЕЖДЕНИЕ: расширеная функция. Может сделать этот сервер недоступным." -#: mod/admin.php:1066 +#: mod/admin.php:1359 msgid "Site name" msgstr "Название сайта" -#: mod/admin.php:1067 +#: mod/admin.php:1360 msgid "Host name" msgstr "Имя хоста" -#: mod/admin.php:1068 +#: mod/admin.php:1361 msgid "Sender Email" msgstr "Системный Email" -#: mod/admin.php:1068 +#: mod/admin.php:1361 msgid "" "The email address your server shall use to send notification emails from." msgstr "Адрес с которого будут приходить письма пользователям." -#: mod/admin.php:1069 +#: mod/admin.php:1362 msgid "Banner/Logo" msgstr "Баннер/Логотип" -#: mod/admin.php:1070 +#: mod/admin.php:1363 msgid "Shortcut icon" msgstr "" -#: mod/admin.php:1070 +#: mod/admin.php:1363 msgid "Link to an icon that will be used for browsers." msgstr "" -#: mod/admin.php:1071 +#: mod/admin.php:1364 msgid "Touch icon" msgstr "" -#: mod/admin.php:1071 +#: mod/admin.php:1364 msgid "Link to an icon that will be used for tablets and mobiles." msgstr "" -#: mod/admin.php:1072 +#: mod/admin.php:1365 msgid "Additional Info" msgstr "Дополнительная информация" -#: mod/admin.php:1072 +#: mod/admin.php:1365 #, php-format msgid "" "For public servers: you can add additional information here that will be " -"listed at %s/siteinfo." +"listed at %s/servers." msgstr "" -#: mod/admin.php:1073 +#: mod/admin.php:1366 msgid "System language" msgstr "Системный язык" -#: mod/admin.php:1074 +#: mod/admin.php:1367 msgid "System theme" msgstr "Системная тема" -#: mod/admin.php:1074 +#: mod/admin.php:1367 msgid "" "Default system theme - may be over-ridden by user profiles - change theme settings" msgstr "Тема системы по умолчанию - может быть переопределена пользователем - изменить настройки темы" -#: mod/admin.php:1075 +#: mod/admin.php:1368 msgid "Mobile system theme" msgstr "Мобильная тема системы" -#: mod/admin.php:1075 +#: mod/admin.php:1368 msgid "Theme for mobile devices" msgstr "Тема для мобильных устройств" -#: mod/admin.php:1076 +#: mod/admin.php:1369 msgid "SSL link policy" msgstr "Политика SSL" -#: mod/admin.php:1076 +#: mod/admin.php:1369 msgid "Determines whether generated links should be forced to use SSL" msgstr "Ссылки должны быть вынуждены использовать SSL" -#: mod/admin.php:1077 +#: mod/admin.php:1370 msgid "Force SSL" msgstr "SSL принудительно" -#: mod/admin.php:1077 +#: mod/admin.php:1370 msgid "" "Force all Non-SSL requests to SSL - Attention: on some systems it could lead" " to endless loops." msgstr "" -#: mod/admin.php:1078 +#: mod/admin.php:1371 msgid "Hide help entry from navigation menu" msgstr "Скрыть пункт \"помощь\" в меню навигации" -#: mod/admin.php:1078 +#: mod/admin.php:1371 msgid "" "Hides the menu entry for the Help pages from the navigation menu. You can " "still access it calling /help directly." msgstr "Скрывает элемент меню для страницы справки из меню навигации. Вы все еще можете получить доступ к нему через вызов/помощь напрямую." -#: mod/admin.php:1079 +#: mod/admin.php:1372 msgid "Single user instance" msgstr "Однопользовательский режим" -#: mod/admin.php:1079 +#: mod/admin.php:1372 msgid "Make this instance multi-user or single-user for the named user" msgstr "Сделать этот экземпляр многопользовательским, или однопользовательским для названного пользователя" -#: mod/admin.php:1080 +#: mod/admin.php:1373 msgid "Maximum image size" msgstr "Максимальный размер изображения" -#: mod/admin.php:1080 +#: mod/admin.php:1373 msgid "" "Maximum size in bytes of uploaded images. Default is 0, which means no " "limits." msgstr "Максимальный размер в байтах для загружаемых изображений. По умолчанию 0, что означает отсутствие ограничений." -#: mod/admin.php:1081 +#: mod/admin.php:1374 msgid "Maximum image length" msgstr "Максимальная длина картинки" -#: mod/admin.php:1081 +#: mod/admin.php:1374 msgid "" "Maximum length in pixels of the longest side of uploaded images. Default is " "-1, which means no limits." msgstr "Максимальная длина в пикселях для длинной стороны загруженных изображений. По умолчанию равно -1, что означает отсутствие ограничений." -#: mod/admin.php:1082 +#: mod/admin.php:1375 msgid "JPEG image quality" msgstr "Качество JPEG изображения" -#: mod/admin.php:1082 +#: mod/admin.php:1375 msgid "" "Uploaded JPEGS will be saved at this quality setting [0-100]. Default is " "100, which is full quality." msgstr "Загруженные изображения JPEG будут сохранены в этом качестве [0-100]. По умолчанию 100, что означает полное качество." -#: mod/admin.php:1084 +#: mod/admin.php:1377 msgid "Register policy" msgstr "Политика регистрация" -#: mod/admin.php:1085 +#: mod/admin.php:1378 msgid "Maximum Daily Registrations" msgstr "Максимальное число регистраций в день" -#: mod/admin.php:1085 +#: mod/admin.php:1378 msgid "" "If registration is permitted above, this sets the maximum number of new user" " registrations to accept per day. If register is set to closed, this " "setting has no effect." msgstr "Если регистрация разрешена, этот параметр устанавливает максимальное количество новых регистраций пользователей в день. Если регистрация закрыта, эта опция не имеет никакого эффекта." -#: mod/admin.php:1086 +#: mod/admin.php:1379 msgid "Register text" msgstr "Текст регистрации" -#: mod/admin.php:1086 -msgid "Will be displayed prominently on the registration page." -msgstr "Будет находиться на видном месте на странице регистрации." +#: mod/admin.php:1379 +msgid "" +"Will be displayed prominently on the registration page. You can use BBCode " +"here." +msgstr "" -#: mod/admin.php:1087 +#: mod/admin.php:1380 msgid "Accounts abandoned after x days" msgstr "Аккаунт считается после x дней не воспользованным" -#: mod/admin.php:1087 +#: mod/admin.php:1380 msgid "" "Will not waste system resources polling external sites for abandonded " "accounts. Enter 0 for no time limit." msgstr "Не будет тратить ресурсы для опроса сайтов для бесхозных контактов. Введите 0 для отключения лимита времени." -#: mod/admin.php:1088 +#: mod/admin.php:1381 msgid "Allowed friend domains" msgstr "Разрешенные домены друзей" -#: mod/admin.php:1088 +#: mod/admin.php:1381 msgid "" "Comma separated list of domains which are allowed to establish friendships " "with this site. Wildcards are accepted. Empty to allow any domains" msgstr "Разделенный запятыми список доменов, которые разрешены для установления связей. Групповые символы принимаются. Оставьте пустым для разрешения связи со всеми доменами." -#: mod/admin.php:1089 +#: mod/admin.php:1382 msgid "Allowed email domains" msgstr "Разрешенные почтовые домены" -#: mod/admin.php:1089 +#: mod/admin.php:1382 msgid "" "Comma separated list of domains which are allowed in email addresses for " "registrations to this site. Wildcards are accepted. Empty to allow any " "domains" msgstr "Разделенный запятыми список доменов, которые разрешены для установления связей. Групповые символы принимаются. Оставьте пустым для разрешения связи со всеми доменами." -#: mod/admin.php:1090 +#: mod/admin.php:1383 +msgid "No OEmbed rich content" +msgstr "" + +#: mod/admin.php:1383 +msgid "" +"Don't show the rich content (e.g. embedded PDF), except from the domains " +"listed below." +msgstr "" + +#: mod/admin.php:1384 +msgid "Allowed OEmbed domains" +msgstr "" + +#: mod/admin.php:1384 +msgid "" +"Comma separated list of domains which oembed content is allowed to be " +"displayed. Wildcards are accepted." +msgstr "" + +#: mod/admin.php:1385 msgid "Block public" msgstr "Блокировать общественный доступ" -#: mod/admin.php:1090 +#: mod/admin.php:1385 msgid "" "Check to block public access to all otherwise public personal pages on this " "site unless you are currently logged in." msgstr "Отметьте, чтобы заблокировать публичный доступ ко всем иным публичным личным страницам на этом сайте, если вы не вошли на сайт." -#: mod/admin.php:1091 +#: mod/admin.php:1386 msgid "Force publish" msgstr "Принудительная публикация" -#: mod/admin.php:1091 +#: mod/admin.php:1386 msgid "" "Check to force all profiles on this site to be listed in the site directory." msgstr "Отметьте, чтобы принудительно заставить все профили на этом сайте, быть перечислеными в каталоге сайта." -#: mod/admin.php:1092 +#: mod/admin.php:1387 msgid "Global directory URL" msgstr "" -#: mod/admin.php:1092 +#: mod/admin.php:1387 msgid "" "URL to the global directory. If this is not set, the global directory is " "completely unavailable to the application." msgstr "" -#: mod/admin.php:1093 -msgid "Allow threaded items" -msgstr "Разрешить темы в обсуждении" - -#: mod/admin.php:1093 -msgid "Allow infinite level threading for items on this site." -msgstr "Разрешить бесконечный уровень для тем на этом сайте." - -#: mod/admin.php:1094 +#: mod/admin.php:1388 msgid "Private posts by default for new users" msgstr "Частные сообщения по умолчанию для новых пользователей" -#: mod/admin.php:1094 +#: mod/admin.php:1388 msgid "" "Set default post permissions for all new members to the default privacy " "group rather than public." msgstr "Установить права на создание постов по умолчанию для всех участников в дефолтной приватной группе, а не для публичных участников." -#: mod/admin.php:1095 +#: mod/admin.php:1389 msgid "Don't include post content in email notifications" msgstr "Не включать текст сообщения в email-оповещение." -#: mod/admin.php:1095 +#: mod/admin.php:1389 msgid "" "Don't include the content of a post/comment/private message/etc. in the " "email notifications that are sent out from this site, as a privacy measure." msgstr "Не включать содержание сообщения/комментария/личного сообщения и т.д.. в уведомления электронной почты, отправленных с сайта, в качестве меры конфиденциальности." -#: mod/admin.php:1096 +#: mod/admin.php:1390 msgid "Disallow public access to addons listed in the apps menu." msgstr "Запретить публичный доступ к аддонам, перечисленным в меню приложений." -#: mod/admin.php:1096 +#: mod/admin.php:1390 msgid "" "Checking this box will restrict addons listed in the apps menu to members " "only." msgstr "При установке этого флажка, будут ограничены аддоны, перечисленные в меню приложений, только для участников." -#: mod/admin.php:1097 +#: mod/admin.php:1391 msgid "Don't embed private images in posts" msgstr "Не вставлять личные картинки в постах" -#: mod/admin.php:1097 +#: mod/admin.php:1391 msgid "" "Don't replace locally-hosted private photos in posts with an embedded copy " "of the image. This means that contacts who receive posts containing private " @@ -8025,220 +5941,210 @@ msgid "" "while." msgstr "Не заменяйте локально расположенные фотографии в постах на внедрённые копии изображений. Это означает, что контакты, которые получают сообщения, содержащие личные фотографии, будут вынуждены идентефицироваться и грузить каждое изображение, что может занять некоторое время." -#: mod/admin.php:1098 +#: mod/admin.php:1392 msgid "Allow Users to set remote_self" msgstr "Разрешить пользователям установить remote_self" -#: mod/admin.php:1098 +#: mod/admin.php:1392 msgid "" "With checking this, every user is allowed to mark every contact as a " "remote_self in the repair contact dialog. Setting this flag on a contact " "causes mirroring every posting of that contact in the users stream." msgstr "" -#: mod/admin.php:1099 +#: mod/admin.php:1393 msgid "Block multiple registrations" msgstr "Блокировать множественные регистрации" -#: mod/admin.php:1099 +#: mod/admin.php:1393 msgid "Disallow users to register additional accounts for use as pages." msgstr "Запретить пользователям регистрировать дополнительные аккаунты для использования в качестве страниц." -#: mod/admin.php:1100 +#: mod/admin.php:1394 msgid "OpenID support" msgstr "Поддержка OpenID" -#: mod/admin.php:1100 +#: mod/admin.php:1394 msgid "OpenID support for registration and logins." msgstr "OpenID поддержка для регистрации и входа в систему." -#: mod/admin.php:1101 +#: mod/admin.php:1395 msgid "Fullname check" msgstr "Проверка полного имени" -#: mod/admin.php:1101 +#: mod/admin.php:1395 msgid "" "Force users to register with a space between firstname and lastname in Full " "name, as an antispam measure" msgstr "Принудить пользователей регистрироваться с пробелом между именем и фамилией в строке \"полное имя\". Антиспам мера." -#: mod/admin.php:1102 -msgid "Community Page Style" +#: mod/admin.php:1396 +msgid "Community pages for visitors" msgstr "" -#: mod/admin.php:1102 +#: mod/admin.php:1396 msgid "" -"Type of community page to show. 'Global community' shows every public " -"posting from an open distributed network that arrived on this server." +"Which community pages should be available for visitors. Local users always " +"see both pages." msgstr "" -#: mod/admin.php:1103 +#: mod/admin.php:1397 msgid "Posts per user on community page" msgstr "" -#: mod/admin.php:1103 +#: mod/admin.php:1397 msgid "" "The maximum number of posts per user on the community page. (Not valid for " "'Global Community')" msgstr "" -#: mod/admin.php:1104 +#: mod/admin.php:1398 msgid "Enable OStatus support" msgstr "Включить поддержку OStatus" -#: mod/admin.php:1104 +#: mod/admin.php:1398 msgid "" "Provide built-in OStatus (StatusNet, GNU Social etc.) compatibility. All " "communications in OStatus are public, so privacy warnings will be " "occasionally displayed." msgstr "" -#: mod/admin.php:1105 -msgid "OStatus conversation completion interval" -msgstr "" - -#: mod/admin.php:1105 -msgid "" -"How often shall the poller check for new entries in OStatus conversations? " -"This can be a very ressource task." -msgstr "Как часто процессы должны проверять наличие новых записей в OStatus разговорах? Это может быть очень ресурсоёмкой задачей." - -#: mod/admin.php:1106 +#: mod/admin.php:1399 msgid "Only import OStatus threads from our contacts" msgstr "" -#: mod/admin.php:1106 +#: mod/admin.php:1399 msgid "" "Normally we import every content from our OStatus contacts. With this option" " we only store threads that are started by a contact that is known on our " "system." msgstr "" -#: mod/admin.php:1107 +#: mod/admin.php:1400 msgid "OStatus support can only be enabled if threading is enabled." msgstr "" -#: mod/admin.php:1109 +#: mod/admin.php:1402 msgid "" "Diaspora support can't be enabled because Friendica was installed into a sub" " directory." msgstr "" -#: mod/admin.php:1110 +#: mod/admin.php:1403 msgid "Enable Diaspora support" msgstr "Включить поддержку Diaspora" -#: mod/admin.php:1110 +#: mod/admin.php:1403 msgid "Provide built-in Diaspora network compatibility." msgstr "Обеспечить встроенную поддержку сети Diaspora." -#: mod/admin.php:1111 +#: mod/admin.php:1404 msgid "Only allow Friendica contacts" msgstr "Позвольть только Friendica контакты" -#: mod/admin.php:1111 +#: mod/admin.php:1404 msgid "" "All contacts must use Friendica protocols. All other built-in communication " "protocols disabled." msgstr "Все контакты должны использовать только Friendica протоколы. Все другие встроенные коммуникационные протоколы отключены." -#: mod/admin.php:1112 +#: mod/admin.php:1405 msgid "Verify SSL" msgstr "Проверка SSL" -#: mod/admin.php:1112 +#: mod/admin.php:1405 msgid "" "If you wish, you can turn on strict certificate checking. This will mean you" " cannot connect (at all) to self-signed SSL sites." msgstr "Если хотите, вы можете включить строгую проверку сертификатов. Это будет означать, что вы не сможете соединиться (вообще) с сайтами, имеющими само-подписанный SSL сертификат." -#: mod/admin.php:1113 +#: mod/admin.php:1406 msgid "Proxy user" msgstr "Прокси пользователь" -#: mod/admin.php:1114 +#: mod/admin.php:1407 msgid "Proxy URL" msgstr "Прокси URL" -#: mod/admin.php:1115 +#: mod/admin.php:1408 msgid "Network timeout" msgstr "Тайм-аут сети" -#: mod/admin.php:1115 +#: mod/admin.php:1408 msgid "Value is in seconds. Set to 0 for unlimited (not recommended)." msgstr "Значение указывается в секундах. Установите 0 для снятия ограничений (не рекомендуется)." -#: mod/admin.php:1116 +#: mod/admin.php:1409 msgid "Maximum Load Average" msgstr "Средняя максимальная нагрузка" -#: mod/admin.php:1116 +#: mod/admin.php:1409 msgid "" "Maximum system load before delivery and poll processes are deferred - " "default 50." msgstr "Максимальная нагрузка на систему перед приостановкой процессов доставки и опросов - по умолчанию 50." -#: mod/admin.php:1117 +#: mod/admin.php:1410 msgid "Maximum Load Average (Frontend)" msgstr "" -#: mod/admin.php:1117 +#: mod/admin.php:1410 msgid "Maximum system load before the frontend quits service - default 50." msgstr "" -#: mod/admin.php:1118 +#: mod/admin.php:1411 msgid "Minimal Memory" msgstr "" -#: mod/admin.php:1118 +#: mod/admin.php:1411 msgid "" -"Minimal free memory in MB for the poller. Needs access to /proc/meminfo - " +"Minimal free memory in MB for the worker. Needs access to /proc/meminfo - " "default 0 (deactivated)." msgstr "" -#: mod/admin.php:1119 +#: mod/admin.php:1412 msgid "Maximum table size for optimization" msgstr "" -#: mod/admin.php:1119 +#: mod/admin.php:1412 msgid "" "Maximum table size (in MB) for the automatic optimization - default 100 MB. " "Enter -1 to disable it." msgstr "" -#: mod/admin.php:1120 +#: mod/admin.php:1413 msgid "Minimum level of fragmentation" msgstr "" -#: mod/admin.php:1120 +#: mod/admin.php:1413 msgid "" "Minimum fragmenation level to start the automatic optimization - default " "value is 30%." msgstr "" -#: mod/admin.php:1122 +#: mod/admin.php:1415 msgid "Periodical check of global contacts" msgstr "" -#: mod/admin.php:1122 +#: mod/admin.php:1415 msgid "" "If enabled, the global contacts are checked periodically for missing or " "outdated data and the vitality of the contacts and servers." msgstr "" -#: mod/admin.php:1123 +#: mod/admin.php:1416 msgid "Days between requery" msgstr "" -#: mod/admin.php:1123 +#: mod/admin.php:1416 msgid "Number of days after which a server is requeried for his contacts." msgstr "" -#: mod/admin.php:1124 +#: mod/admin.php:1417 msgid "Discover contacts from other servers" msgstr "" -#: mod/admin.php:1124 +#: mod/admin.php:1417 msgid "" "Periodically query other servers for contacts. You can choose between " "'users': the users on the remote system, 'Global Contacts': active contacts " @@ -8248,32 +6154,32 @@ msgid "" "Global Contacts'." msgstr "" -#: mod/admin.php:1125 +#: mod/admin.php:1418 msgid "Timeframe for fetching global contacts" msgstr "" -#: mod/admin.php:1125 +#: mod/admin.php:1418 msgid "" "When the discovery is activated, this value defines the timeframe for the " "activity of the global contacts that are fetched from other servers." msgstr "" -#: mod/admin.php:1126 +#: mod/admin.php:1419 msgid "Search the local directory" msgstr "" -#: mod/admin.php:1126 +#: mod/admin.php:1419 msgid "" "Search the local directory instead of the global directory. When searching " "locally, every search will be executed on the global directory in the " "background. This improves the search results when the search is repeated." msgstr "" -#: mod/admin.php:1128 +#: mod/admin.php:1421 msgid "Publish server information" msgstr "" -#: mod/admin.php:1128 +#: mod/admin.php:1421 msgid "" "If enabled, general server and usage data will be published. The data " "contains the name and version of the server, number of users with public " @@ -8281,202 +6187,282 @@ msgid "" " href='http://the-federation.info/'>the-federation.info for details." msgstr "" -#: mod/admin.php:1130 +#: mod/admin.php:1423 +msgid "Check upstream version" +msgstr "" + +#: mod/admin.php:1423 +msgid "" +"Enables checking for new Friendica versions at github. If there is a new " +"version, you will be informed in the admin panel overview." +msgstr "" + +#: mod/admin.php:1424 msgid "Suppress Tags" msgstr "" -#: mod/admin.php:1130 +#: mod/admin.php:1424 msgid "Suppress showing a list of hashtags at the end of the posting." msgstr "" -#: mod/admin.php:1131 +#: mod/admin.php:1425 msgid "Path to item cache" msgstr "Путь к элементам кэша" -#: mod/admin.php:1131 +#: mod/admin.php:1425 msgid "The item caches buffers generated bbcode and external images." msgstr "" -#: mod/admin.php:1132 +#: mod/admin.php:1426 msgid "Cache duration in seconds" msgstr "Время жизни кэша в секундах" -#: mod/admin.php:1132 +#: mod/admin.php:1426 msgid "" "How long should the cache files be hold? Default value is 86400 seconds (One" " day). To disable the item cache, set the value to -1." msgstr "" -#: mod/admin.php:1133 +#: mod/admin.php:1427 msgid "Maximum numbers of comments per post" msgstr "" -#: mod/admin.php:1133 +#: mod/admin.php:1427 msgid "How much comments should be shown for each post? Default value is 100." msgstr "" -#: mod/admin.php:1134 +#: mod/admin.php:1428 msgid "Temp path" msgstr "Временная папка" -#: mod/admin.php:1134 +#: mod/admin.php:1428 msgid "" "If you have a restricted system where the webserver can't access the system " "temp path, enter another path here." msgstr "" -#: mod/admin.php:1135 +#: mod/admin.php:1429 msgid "Base path to installation" msgstr "Путь для установки" -#: mod/admin.php:1135 +#: mod/admin.php:1429 msgid "" "If the system cannot detect the correct path to your installation, enter the" " correct path here. This setting should only be set if you are using a " "restricted system and symbolic links to your webroot." msgstr "" -#: mod/admin.php:1136 +#: mod/admin.php:1430 msgid "Disable picture proxy" msgstr "Отключить проксирование картинок" -#: mod/admin.php:1136 +#: mod/admin.php:1430 msgid "" "The picture proxy increases performance and privacy. It shouldn't be used on" " systems with very low bandwith." msgstr "Прокси картинок увеличивает производительность и приватность. Он не должен использоваться на системах с очень маленькой мощностью." -#: mod/admin.php:1137 +#: mod/admin.php:1431 msgid "Only search in tags" msgstr "Искать только в тегах" -#: mod/admin.php:1137 +#: mod/admin.php:1431 msgid "On large systems the text search can slow down the system extremely." msgstr "На больших системах текстовый поиск может сильно замедлить систему." -#: mod/admin.php:1139 +#: mod/admin.php:1433 msgid "New base url" msgstr "Новый базовый url" -#: mod/admin.php:1139 +#: mod/admin.php:1433 msgid "" -"Change base url for this server. Sends relocate message to all DFRN contacts" -" of all users." -msgstr "Сменить адрес этого сервера. Отсылает сообщение о перемещении всем DFRN контактам всех пользователей." +"Change base url for this server. Sends relocate message to all Friendica and" +" Diaspora* contacts of all users." +msgstr "" -#: mod/admin.php:1141 +#: mod/admin.php:1435 msgid "RINO Encryption" msgstr "RINO шифрование" -#: mod/admin.php:1141 +#: mod/admin.php:1435 msgid "Encryption layer between nodes." msgstr "Слой шифрования между узлами." -#: mod/admin.php:1143 +#: mod/admin.php:1435 +msgid "Enabled" +msgstr "" + +#: mod/admin.php:1437 msgid "Maximum number of parallel workers" msgstr "Максимальное число параллельно работающих worker'ов" -#: mod/admin.php:1143 +#: mod/admin.php:1437 msgid "" "On shared hosters set this to 2. On larger systems, values of 10 are great. " "Default value is 4." msgstr "Он shared-хостингах установите параметр в 2. На больших системах можно установить 10 или более. По-умолчанию 4." -#: mod/admin.php:1144 +#: mod/admin.php:1438 msgid "Don't use 'proc_open' with the worker" msgstr "Не использовать 'proc_open' с worker'ом" -#: mod/admin.php:1144 +#: mod/admin.php:1438 msgid "" "Enable this if your system doesn't allow the use of 'proc_open'. This can " "happen on shared hosters. If this is enabled you should increase the " -"frequency of poller calls in your crontab." +"frequency of worker calls in your crontab." msgstr "" -#: mod/admin.php:1145 +#: mod/admin.php:1439 msgid "Enable fastlane" msgstr "Включить fastlane" -#: mod/admin.php:1145 +#: mod/admin.php:1439 msgid "" "When enabed, the fastlane mechanism starts an additional worker if processes" " with higher priority are blocked by processes of lower priority." msgstr "" -#: mod/admin.php:1146 +#: mod/admin.php:1440 msgid "Enable frontend worker" msgstr "Включить frontend worker" -#: mod/admin.php:1146 +#: mod/admin.php:1440 +#, php-format msgid "" "When enabled the Worker process is triggered when backend access is " -"performed (e.g. messages being delivered). On smaller sites you might want " -"to call yourdomain.tld/worker on a regular basis via an external cron job. " +"performed \\x28e.g. messages being delivered\\x29. On smaller sites you " +"might want to call %s/worker on a regular basis via an external cron job. " "You should only enable this option if you cannot utilize cron/scheduled jobs" -" on your server. The worker background process needs to be activated for " -"this." +" on your server." msgstr "" -#: mod/admin.php:1176 +#: mod/admin.php:1442 +msgid "Subscribe to relay" +msgstr "" + +#: mod/admin.php:1442 +msgid "" +"Enables the receiving of public posts from the relay. They will be included " +"in the search, subscribed tags and on the global community page." +msgstr "" + +#: mod/admin.php:1443 +msgid "Relay server" +msgstr "" + +#: mod/admin.php:1443 +msgid "" +"Address of the relay server where public posts should be send to. For " +"example https://relay.diasp.org" +msgstr "" + +#: mod/admin.php:1444 +msgid "Direct relay transfer" +msgstr "" + +#: mod/admin.php:1444 +msgid "" +"Enables the direct transfer to other servers without using the relay servers" +msgstr "" + +#: mod/admin.php:1445 +msgid "Relay scope" +msgstr "" + +#: mod/admin.php:1445 +msgid "" +"Can be 'all' or 'tags'. 'all' means that every public post should be " +"received. 'tags' means that only posts with selected tags should be " +"received." +msgstr "" + +#: mod/admin.php:1445 +msgid "all" +msgstr "" + +#: mod/admin.php:1445 +msgid "tags" +msgstr "" + +#: mod/admin.php:1446 +msgid "Server tags" +msgstr "" + +#: mod/admin.php:1446 +msgid "Comma separated list of tags for the 'tags' subscription." +msgstr "" + +#: mod/admin.php:1447 +msgid "Allow user tags" +msgstr "" + +#: mod/admin.php:1447 +msgid "" +"If enabled, the tags from the saved searches will used for the 'tags' " +"subscription in addition to the 'relay_server_tags'." +msgstr "" + +#: mod/admin.php:1475 msgid "Update has been marked successful" msgstr "Обновление было успешно отмечено" -#: mod/admin.php:1184 +#: mod/admin.php:1482 #, php-format msgid "Database structure update %s was successfully applied." msgstr "Обновление базы данных %s успешно применено." -#: mod/admin.php:1187 +#: mod/admin.php:1485 #, php-format msgid "Executing of database structure update %s failed with error: %s" msgstr "Выполнение обновления базы данных %s завершено с ошибкой: %s" -#: mod/admin.php:1201 +#: mod/admin.php:1498 #, php-format msgid "Executing %s failed with error: %s" msgstr "Выполнение %s завершено с ошибкой: %s" -#: mod/admin.php:1204 +#: mod/admin.php:1500 #, php-format msgid "Update %s was successfully applied." msgstr "Обновление %s успешно применено." -#: mod/admin.php:1207 +#: mod/admin.php:1503 #, php-format msgid "Update %s did not return a status. Unknown if it succeeded." msgstr "Процесс обновления %s не вернул статус. Не известно, выполнено, или нет." -#: mod/admin.php:1210 +#: mod/admin.php:1506 #, php-format msgid "There was no additional update function %s that needed to be called." msgstr "" -#: mod/admin.php:1230 +#: mod/admin.php:1526 msgid "No failed updates." msgstr "Неудавшихся обновлений нет." -#: mod/admin.php:1231 +#: mod/admin.php:1527 msgid "Check database structure" msgstr "Проверить структуру базы данных" -#: mod/admin.php:1236 +#: mod/admin.php:1532 msgid "Failed Updates" msgstr "Неудавшиеся обновления" -#: mod/admin.php:1237 +#: mod/admin.php:1533 msgid "" "This does not include updates prior to 1139, which did not return a status." msgstr "Эта цифра не включает обновления до 1139, которое не возвращает статус." -#: mod/admin.php:1238 +#: mod/admin.php:1534 msgid "Mark success (if update was manually applied)" msgstr "Отмечено успешно (если обновление было применено вручную)" -#: mod/admin.php:1239 +#: mod/admin.php:1535 msgid "Attempt to execute this update step automatically" msgstr "Попытаться выполнить этот шаг обновления автоматически" -#: mod/admin.php:1273 +#: mod/admin.php:1574 #, php-format msgid "" "\n" @@ -8484,7 +6470,7 @@ msgid "" "\t\t\t\tthe administrator of %2$s has set up an account for you." msgstr "" -#: mod/admin.php:1276 +#: mod/admin.php:1577 #, php-format msgid "" "\n" @@ -8511,10 +6497,17 @@ msgid "" "\t\t\tIf you are new and do not know anybody here, they may help\n" "\t\t\tyou to make some new and interesting friends.\n" "\n" +"\t\t\tIf you ever want to delete your account, you can do so at %1$s/removeme\n" +"\n" "\t\t\tThank you and welcome to %4$s." msgstr "" -#: mod/admin.php:1320 +#: mod/admin.php:1611 src/Model/User.php:649 +#, php-format +msgid "Registration details for %s" +msgstr "Подробности регистрации для %s" + +#: mod/admin.php:1621 #, php-format msgid "%s user blocked/unblocked" msgid_plural "%s users blocked/unblocked" @@ -8523,7 +6516,7 @@ msgstr[1] "%s пользователей заблокировано/разбло msgstr[2] "%s пользователей заблокировано/разблокировано" msgstr[3] "%s пользователей заблокировано/разблокировано" -#: mod/admin.php:1327 +#: mod/admin.php:1627 #, php-format msgid "%s user deleted" msgid_plural "%s users deleted" @@ -8532,215 +6525,220 @@ msgstr[1] "%s чел. удалено" msgstr[2] "%s чел. удалено" msgstr[3] "%s чел. удалено" -#: mod/admin.php:1374 +#: mod/admin.php:1674 #, php-format msgid "User '%s' deleted" msgstr "Пользователь '%s' удален" -#: mod/admin.php:1382 +#: mod/admin.php:1682 #, php-format msgid "User '%s' unblocked" msgstr "Пользователь '%s' разблокирован" -#: mod/admin.php:1382 +#: mod/admin.php:1682 #, php-format msgid "User '%s' blocked" msgstr "Пользователь '%s' блокирован" -#: mod/admin.php:1490 mod/admin.php:1516 +#: mod/admin.php:1781 mod/admin.php:1793 mod/admin.php:1806 mod/admin.php:1824 +#: src/Content/ContactSelector.php:82 +msgid "Email" +msgstr "Эл. почта" + +#: mod/admin.php:1781 mod/admin.php:1806 msgid "Register date" msgstr "Дата регистрации" -#: mod/admin.php:1490 mod/admin.php:1516 +#: mod/admin.php:1781 mod/admin.php:1806 msgid "Last login" msgstr "Последний вход" -#: mod/admin.php:1490 mod/admin.php:1516 +#: mod/admin.php:1781 mod/admin.php:1806 msgid "Last item" msgstr "Последний пункт" -#: mod/admin.php:1499 +#: mod/admin.php:1781 mod/settings.php:55 +msgid "Account" +msgstr "Аккаунт" + +#: mod/admin.php:1789 msgid "Add User" msgstr "Добавить пользователя" -#: mod/admin.php:1500 -msgid "select all" -msgstr "выбрать все" - -#: mod/admin.php:1501 +#: mod/admin.php:1791 msgid "User registrations waiting for confirm" msgstr "Регистрации пользователей, ожидающие подтверждения" -#: mod/admin.php:1502 +#: mod/admin.php:1792 msgid "User waiting for permanent deletion" msgstr "Пользователь ожидает окончательного удаления" -#: mod/admin.php:1503 +#: mod/admin.php:1793 msgid "Request date" msgstr "Запрос даты" -#: mod/admin.php:1504 +#: mod/admin.php:1794 msgid "No registrations." msgstr "Нет регистраций." -#: mod/admin.php:1505 +#: mod/admin.php:1795 msgid "Note from the user" msgstr "Сообщение от пользователя" -#: mod/admin.php:1507 +#: mod/admin.php:1797 msgid "Deny" msgstr "Отклонить" -#: mod/admin.php:1511 +#: mod/admin.php:1801 msgid "Site admin" msgstr "Админ сайта" -#: mod/admin.php:1512 +#: mod/admin.php:1802 msgid "Account expired" msgstr "Аккаунт просрочен" -#: mod/admin.php:1515 +#: mod/admin.php:1805 msgid "New User" msgstr "Новый пользователь" -#: mod/admin.php:1516 +#: mod/admin.php:1806 msgid "Deleted since" msgstr "Удалён с" -#: mod/admin.php:1521 +#: mod/admin.php:1811 msgid "" "Selected users will be deleted!\\n\\nEverything these users had posted on " "this site will be permanently deleted!\\n\\nAre you sure?" msgstr "Выбранные пользователи будут удалены!\\n\\nВсе, что эти пользователи написали на этом сайте, будет удалено!\\n\\nВы уверены в вашем действии?" -#: mod/admin.php:1522 +#: mod/admin.php:1812 msgid "" "The user {0} will be deleted!\\n\\nEverything this user has posted on this " "site will be permanently deleted!\\n\\nAre you sure?" msgstr "Пользователь {0} будет удален!\\n\\nВсе, что этот пользователь написал на этом сайте, будет удалено!\\n\\nВы уверены в вашем действии?" -#: mod/admin.php:1532 +#: mod/admin.php:1822 msgid "Name of the new user." msgstr "Имя нового пользователя." -#: mod/admin.php:1533 +#: mod/admin.php:1823 msgid "Nickname" msgstr "Ник" -#: mod/admin.php:1533 +#: mod/admin.php:1823 msgid "Nickname of the new user." msgstr "Ник нового пользователя." -#: mod/admin.php:1534 +#: mod/admin.php:1824 msgid "Email address of the new user." msgstr "Email адрес нового пользователя." -#: mod/admin.php:1577 +#: mod/admin.php:1866 #, php-format -msgid "Plugin %s disabled." -msgstr "Плагин %s отключен." +msgid "Addon %s disabled." +msgstr "" -#: mod/admin.php:1581 +#: mod/admin.php:1870 #, php-format -msgid "Plugin %s enabled." -msgstr "Плагин %s включен." +msgid "Addon %s enabled." +msgstr "" -#: mod/admin.php:1592 mod/admin.php:1844 +#: mod/admin.php:1880 mod/admin.php:2129 msgid "Disable" msgstr "Отключить" -#: mod/admin.php:1594 mod/admin.php:1846 +#: mod/admin.php:1883 mod/admin.php:2132 msgid "Enable" msgstr "Включить" -#: mod/admin.php:1617 mod/admin.php:1893 +#: mod/admin.php:1905 mod/admin.php:2174 msgid "Toggle" msgstr "Переключить" -#: mod/admin.php:1625 mod/admin.php:1902 +#: mod/admin.php:1913 mod/admin.php:2183 msgid "Author: " msgstr "Автор:" -#: mod/admin.php:1626 mod/admin.php:1903 +#: mod/admin.php:1914 mod/admin.php:2184 msgid "Maintainer: " msgstr "Программа обслуживания: " -#: mod/admin.php:1681 -msgid "Reload active plugins" -msgstr "Перезагрузить активные плагины" - -#: mod/admin.php:1686 -#, php-format -msgid "" -"There are currently no plugins available on your node. You can find the " -"official plugin repository at %1$s and might find other interesting plugins " -"in the open plugin registry at %2$s" +#: mod/admin.php:1966 +msgid "Reload active addons" msgstr "" -#: mod/admin.php:1805 +#: mod/admin.php:1971 +#, php-format +msgid "" +"There are currently no addons available on your node. You can find the " +"official addon repository at %1$s and might find other interesting addons in" +" the open addon registry at %2$s" +msgstr "" + +#: mod/admin.php:2091 msgid "No themes found." msgstr "Темы не найдены." -#: mod/admin.php:1884 +#: mod/admin.php:2165 msgid "Screenshot" msgstr "Скриншот" -#: mod/admin.php:1944 +#: mod/admin.php:2219 msgid "Reload active themes" msgstr "Перезагрузить активные темы" -#: mod/admin.php:1949 +#: mod/admin.php:2224 #, php-format -msgid "No themes found on the system. They should be paced in %1$s" -msgstr "Не найдено тем. Они должны быть расположены в %1$s" +msgid "No themes found on the system. They should be placed in %1$s" +msgstr "" -#: mod/admin.php:1950 +#: mod/admin.php:2225 msgid "[Experimental]" msgstr "[экспериментально]" -#: mod/admin.php:1951 +#: mod/admin.php:2226 msgid "[Unsupported]" msgstr "[Неподдерживаемое]" -#: mod/admin.php:1975 +#: mod/admin.php:2250 msgid "Log settings updated." msgstr "Настройки журнала обновлены." -#: mod/admin.php:2007 +#: mod/admin.php:2282 msgid "PHP log currently enabled." msgstr "Лог PHP включен." -#: mod/admin.php:2009 +#: mod/admin.php:2284 msgid "PHP log currently disabled." msgstr "Лог PHP выключен." -#: mod/admin.php:2018 +#: mod/admin.php:2293 msgid "Clear" msgstr "Очистить" -#: mod/admin.php:2023 +#: mod/admin.php:2297 msgid "Enable Debugging" msgstr "Включить отладку" -#: mod/admin.php:2024 +#: mod/admin.php:2298 msgid "Log file" msgstr "Лог-файл" -#: mod/admin.php:2024 +#: mod/admin.php:2298 msgid "" "Must be writable by web server. Relative to your Friendica top-level " "directory." msgstr "Должно быть доступно для записи в веб-сервере. Относительно вашего Friendica каталога верхнего уровня." -#: mod/admin.php:2025 +#: mod/admin.php:2299 msgid "Log level" msgstr "Уровень лога" -#: mod/admin.php:2028 +#: mod/admin.php:2301 msgid "PHP logging" msgstr "PHP логирование" -#: mod/admin.php:2029 +#: mod/admin.php:2302 msgid "" "To enable logging of PHP errors and warnings you can add the following to " "the .htconfig.php file of your installation. The filename set in the " @@ -8749,240 +6747,2800 @@ msgid "" "'display_errors' is to enable these options, set to '0' to disable them." msgstr "" -#: mod/admin.php:2160 +#: mod/admin.php:2333 +#, php-format +msgid "" +"Error trying to open %1$s log file.\\r\\n
    Check to see " +"if file %1$s exist and is readable." +msgstr "" + +#: mod/admin.php:2337 +#, php-format +msgid "" +"Couldn't open %1$s log file.\\r\\n
    Check to see if file" +" %1$s is readable." +msgstr "" + +#: mod/admin.php:2428 mod/admin.php:2429 mod/settings.php:775 +msgid "Off" +msgstr "Выкл." + +#: mod/admin.php:2428 mod/admin.php:2429 mod/settings.php:775 +msgid "On" +msgstr "Вкл." + +#: mod/admin.php:2429 #, php-format msgid "Lock feature %s" msgstr "Заблокировать %s" -#: mod/admin.php:2168 +#: mod/admin.php:2437 msgid "Manage Additional Features" msgstr "Управление дополнительными возможностями" -#: object/Item.php:359 +#: mod/settings.php:72 +msgid "Display" +msgstr "Внешний вид" + +#: mod/settings.php:79 mod/settings.php:842 +msgid "Social Networks" +msgstr "Социальные сети" + +#: mod/settings.php:93 src/Content/Nav.php:204 +msgid "Delegations" +msgstr "Делегирование" + +#: mod/settings.php:100 +msgid "Connected apps" +msgstr "Подключенные приложения" + +#: mod/settings.php:114 +msgid "Remove account" +msgstr "Удалить аккаунт" + +#: mod/settings.php:168 +msgid "Missing some important data!" +msgstr "Не хватает важных данных!" + +#: mod/settings.php:279 +msgid "Failed to connect with email account using the settings provided." +msgstr "Не удалось подключиться к аккаунту e-mail, используя указанные настройки." + +#: mod/settings.php:284 +msgid "Email settings updated." +msgstr "Настройки эл. почты обновлены." + +#: mod/settings.php:300 +msgid "Features updated" +msgstr "Настройки обновлены" + +#: mod/settings.php:372 +msgid "Relocate message has been send to your contacts" +msgstr "Перемещённое сообщение было отправлено списку контактов" + +#: mod/settings.php:384 src/Model/User.php:325 +msgid "Passwords do not match. Password unchanged." +msgstr "Пароли не совпадают. Пароль не изменен." + +#: mod/settings.php:389 +msgid "Empty passwords are not allowed. Password unchanged." +msgstr "Пустые пароли не допускаются. Пароль не изменен." + +#: mod/settings.php:394 src/Core/Console/NewPassword.php:78 +msgid "" +"The new password has been exposed in a public data dump, please choose " +"another." +msgstr "" + +#: mod/settings.php:400 +msgid "Wrong password." +msgstr "Неверный пароль." + +#: mod/settings.php:407 src/Core/Console/NewPassword.php:85 +msgid "Password changed." +msgstr "Пароль изменен." + +#: mod/settings.php:409 src/Core/Console/NewPassword.php:82 +msgid "Password update failed. Please try again." +msgstr "Обновление пароля не удалось. Пожалуйста, попробуйте еще раз." + +#: mod/settings.php:496 +msgid " Please use a shorter name." +msgstr " Пожалуйста, используйте более короткое имя." + +#: mod/settings.php:499 +msgid " Name too short." +msgstr " Имя слишком короткое." + +#: mod/settings.php:507 +msgid "Wrong Password" +msgstr "Неверный пароль." + +#: mod/settings.php:512 +msgid "Invalid email." +msgstr "" + +#: mod/settings.php:519 +msgid "Cannot change to that email." +msgstr "" + +#: mod/settings.php:572 +msgid "Private forum has no privacy permissions. Using default privacy group." +msgstr "Частный форум не имеет настроек приватности. Используется группа конфиденциальности по умолчанию." + +#: mod/settings.php:575 +msgid "Private forum has no privacy permissions and no default privacy group." +msgstr "Частный форум не имеет настроек приватности и не имеет групп приватности по умолчанию." + +#: mod/settings.php:615 +msgid "Settings updated." +msgstr "Настройки обновлены." + +#: mod/settings.php:674 mod/settings.php:700 mod/settings.php:736 +msgid "Add application" +msgstr "Добавить приложения" + +#: mod/settings.php:678 mod/settings.php:704 +msgid "Consumer Key" +msgstr "Consumer Key" + +#: mod/settings.php:679 mod/settings.php:705 +msgid "Consumer Secret" +msgstr "Consumer Secret" + +#: mod/settings.php:680 mod/settings.php:706 +msgid "Redirect" +msgstr "Перенаправление" + +#: mod/settings.php:681 mod/settings.php:707 +msgid "Icon url" +msgstr "URL символа" + +#: mod/settings.php:692 +msgid "You can't edit this application." +msgstr "Вы не можете изменить это приложение." + +#: mod/settings.php:735 +msgid "Connected Apps" +msgstr "Подключенные приложения" + +#: mod/settings.php:737 src/Object/Post.php:155 src/Object/Post.php:157 +msgid "Edit" +msgstr "Редактировать" + +#: mod/settings.php:739 +msgid "Client key starts with" +msgstr "Ключ клиента начинается с" + +#: mod/settings.php:740 +msgid "No name" +msgstr "Нет имени" + +#: mod/settings.php:741 +msgid "Remove authorization" +msgstr "Удалить авторизацию" + +#: mod/settings.php:752 +msgid "No Addon settings configured" +msgstr "" + +#: mod/settings.php:761 +msgid "Addon Settings" +msgstr "" + +#: mod/settings.php:782 +msgid "Additional Features" +msgstr "Дополнительные возможности" + +#: mod/settings.php:805 src/Content/ContactSelector.php:83 +msgid "Diaspora" +msgstr "Diaspora" + +#: mod/settings.php:805 mod/settings.php:806 +msgid "enabled" +msgstr "подключено" + +#: mod/settings.php:805 mod/settings.php:806 +msgid "disabled" +msgstr "отключено" + +#: mod/settings.php:805 mod/settings.php:806 +#, php-format +msgid "Built-in support for %s connectivity is %s" +msgstr "Встроенная поддержка для %s подключение %s" + +#: mod/settings.php:806 +msgid "GNU Social (OStatus)" +msgstr "GNU Social (OStatus)" + +#: mod/settings.php:837 +msgid "Email access is disabled on this site." +msgstr "Доступ эл. почты отключен на этом сайте." + +#: mod/settings.php:847 +msgid "General Social Media Settings" +msgstr "Общие настройки социальных медиа" + +#: mod/settings.php:848 +msgid "Disable Content Warning" +msgstr "" + +#: mod/settings.php:848 +msgid "" +"Users on networks like Mastodon or Pleroma are able to set a content warning" +" field which collapse their post by default. This disables the automatic " +"collapsing and sets the content warning as the post title. Doesn't affect " +"any other content filtering you eventually set up." +msgstr "" + +#: mod/settings.php:849 +msgid "Disable intelligent shortening" +msgstr "Отключить умное сокращение" + +#: mod/settings.php:849 +msgid "" +"Normally the system tries to find the best link to add to shortened posts. " +"If this option is enabled then every shortened post will always point to the" +" original friendica post." +msgstr "Обычно система пытается найти лучшую ссылку для добавления к сокращенному посту. Если эта настройка включена, то каждый сокращенный пост будет указывать на оригинальный пост в Friendica." + +#: mod/settings.php:850 +msgid "Automatically follow any GNU Social (OStatus) followers/mentioners" +msgstr "Автоматически подписываться на любого пользователя GNU Social (OStatus), который вас упомянул или который на вас подписался" + +#: mod/settings.php:850 +msgid "" +"If you receive a message from an unknown OStatus user, this option decides " +"what to do. If it is checked, a new contact will be created for every " +"unknown user." +msgstr "Если вы получите сообщение от неизвестной учетной записи OStatus, эта настройка решает, что делать. Если включена, то новый контакт будет создан для каждого неизвестного пользователя." + +#: mod/settings.php:851 +msgid "Default group for OStatus contacts" +msgstr "Группа по-умолчанию для OStatus-контактов" + +#: mod/settings.php:852 +msgid "Your legacy GNU Social account" +msgstr "Ваша старая учетная запись GNU Social" + +#: mod/settings.php:852 +msgid "" +"If you enter your old GNU Social/Statusnet account name here (in the format " +"user@domain.tld), your contacts will be added automatically. The field will " +"be emptied when done." +msgstr "Если вы введете тут вашу старую учетную запись GNU Social/Statusnet (в виде пользователь@домен), ваши контакты оттуда будут автоматически добавлены. Поле будет очищено когда все контакты будут добавлены." + +#: mod/settings.php:855 +msgid "Repair OStatus subscriptions" +msgstr "Починить подписки OStatus" + +#: mod/settings.php:859 +msgid "Email/Mailbox Setup" +msgstr "Настройка эл. почты / почтового ящика" + +#: mod/settings.php:860 +msgid "" +"If you wish to communicate with email contacts using this service " +"(optional), please specify how to connect to your mailbox." +msgstr "Если вы хотите общаться с Email контактами, используя этот сервис (по желанию), пожалуйста, уточните, как подключиться к вашему почтовому ящику." + +#: mod/settings.php:861 +msgid "Last successful email check:" +msgstr "Последняя успешная проверка электронной почты:" + +#: mod/settings.php:863 +msgid "IMAP server name:" +msgstr "Имя IMAP сервера:" + +#: mod/settings.php:864 +msgid "IMAP port:" +msgstr "Порт IMAP:" + +#: mod/settings.php:865 +msgid "Security:" +msgstr "Безопасность:" + +#: mod/settings.php:865 mod/settings.php:870 +msgid "None" +msgstr "Ничего" + +#: mod/settings.php:866 +msgid "Email login name:" +msgstr "Логин эл. почты:" + +#: mod/settings.php:867 +msgid "Email password:" +msgstr "Пароль эл. почты:" + +#: mod/settings.php:868 +msgid "Reply-to address:" +msgstr "Адрес для ответа:" + +#: mod/settings.php:869 +msgid "Send public posts to all email contacts:" +msgstr "Отправлять открытые сообщения на все контакты электронной почты:" + +#: mod/settings.php:870 +msgid "Action after import:" +msgstr "Действие после импорта:" + +#: mod/settings.php:870 src/Content/Nav.php:191 +msgid "Mark as seen" +msgstr "Отметить, как прочитанное" + +#: mod/settings.php:870 +msgid "Move to folder" +msgstr "Переместить в папку" + +#: mod/settings.php:871 +msgid "Move to folder:" +msgstr "Переместить в папку:" + +#: mod/settings.php:914 +#, php-format +msgid "%s - (Unsupported)" +msgstr "" + +#: mod/settings.php:916 +#, php-format +msgid "%s - (Experimental)" +msgstr "" + +#: mod/settings.php:959 +msgid "Display Settings" +msgstr "Параметры дисплея" + +#: mod/settings.php:965 mod/settings.php:989 +msgid "Display Theme:" +msgstr "Показать тему:" + +#: mod/settings.php:966 +msgid "Mobile Theme:" +msgstr "Мобильная тема:" + +#: mod/settings.php:967 +msgid "Suppress warning of insecure networks" +msgstr "Не отображать уведомление о небезопасных сетях" + +#: mod/settings.php:967 +msgid "" +"Should the system suppress the warning that the current group contains " +"members of networks that can't receive non public postings." +msgstr "Должна ли система подавлять уведомления о том, что текущая группа содержить пользователей из сетей, которые не могут получать непубличные сообщения или сообщения с ограниченной видимостью." + +#: mod/settings.php:968 +msgid "Update browser every xx seconds" +msgstr "Обновление браузера каждые хх секунд" + +#: mod/settings.php:968 +msgid "Minimum of 10 seconds. Enter -1 to disable it." +msgstr "Минимум 10 секунд. Введите -1 для отключения." + +#: mod/settings.php:969 +msgid "Number of items to display per page:" +msgstr "Количество элементов, отображаемых на одной странице:" + +#: mod/settings.php:969 mod/settings.php:970 +msgid "Maximum of 100 items" +msgstr "Максимум 100 элементов" + +#: mod/settings.php:970 +msgid "Number of items to display per page when viewed from mobile device:" +msgstr "Количество элементов на странице, когда просмотр осуществляется с мобильных устройств:" + +#: mod/settings.php:971 +msgid "Don't show emoticons" +msgstr "не показывать emoticons" + +#: mod/settings.php:972 +msgid "Calendar" +msgstr "Календарь" + +#: mod/settings.php:973 +msgid "Beginning of week:" +msgstr "Начало недели:" + +#: mod/settings.php:974 +msgid "Don't show notices" +msgstr "Не показывать уведомления" + +#: mod/settings.php:975 +msgid "Infinite scroll" +msgstr "Бесконечная прокрутка" + +#: mod/settings.php:976 +msgid "Automatic updates only at the top of the network page" +msgstr "Автоматически обновлять только при нахождении вверху страницы \"Сеть\"" + +#: mod/settings.php:976 +msgid "" +"When disabled, the network page is updated all the time, which could be " +"confusing while reading." +msgstr "" + +#: mod/settings.php:977 +msgid "Bandwith Saver Mode" +msgstr "Режим экономии трафика" + +#: mod/settings.php:977 +msgid "" +"When enabled, embedded content is not displayed on automatic updates, they " +"only show on page reload." +msgstr "Если включено, то включенный контент не отображается при автоматическом обновлении, он будет показан только при перезагрузке страницы." + +#: mod/settings.php:978 +msgid "Smart Threading" +msgstr "" + +#: mod/settings.php:978 +msgid "" +"When enabled, suppress extraneous thread indentation while keeping it where " +"it matters. Only works if threading is available and enabled." +msgstr "" + +#: mod/settings.php:980 +msgid "General Theme Settings" +msgstr "Общие настройки тем" + +#: mod/settings.php:981 +msgid "Custom Theme Settings" +msgstr "Личные настройки тем" + +#: mod/settings.php:982 +msgid "Content Settings" +msgstr "Настройки контента" + +#: mod/settings.php:983 view/theme/duepuntozero/config.php:73 +#: view/theme/frio/config.php:115 view/theme/quattro/config.php:75 +#: view/theme/vier/config.php:121 +msgid "Theme settings" +msgstr "Настройки темы" + +#: mod/settings.php:1002 +msgid "Unable to find your profile. Please contact your admin." +msgstr "" + +#: mod/settings.php:1044 +msgid "Account Types" +msgstr "Тип учетной записи" + +#: mod/settings.php:1045 +msgid "Personal Page Subtypes" +msgstr "Подтипы личной страницы" + +#: mod/settings.php:1046 +msgid "Community Forum Subtypes" +msgstr "Подтипы форума сообщества" + +#: mod/settings.php:1053 +msgid "Personal Page" +msgstr "Личная страница" + +#: mod/settings.php:1054 +msgid "Account for a personal profile." +msgstr "" + +#: mod/settings.php:1057 +msgid "Organisation Page" +msgstr "Организационная страница" + +#: mod/settings.php:1058 +msgid "" +"Account for an organisation that automatically approves contact requests as " +"\"Followers\"." +msgstr "" + +#: mod/settings.php:1061 +msgid "News Page" +msgstr "Новостная страница" + +#: mod/settings.php:1062 +msgid "" +"Account for a news reflector that automatically approves contact requests as" +" \"Followers\"." +msgstr "" + +#: mod/settings.php:1065 +msgid "Community Forum" +msgstr "Форум сообщества" + +#: mod/settings.php:1066 +msgid "Account for community discussions." +msgstr "" + +#: mod/settings.php:1069 +msgid "Normal Account Page" +msgstr "Стандартная страница аккаунта" + +#: mod/settings.php:1070 +msgid "" +"Account for a regular personal profile that requires manual approval of " +"\"Friends\" and \"Followers\"." +msgstr "" + +#: mod/settings.php:1073 +msgid "Soapbox Page" +msgstr "Песочница" + +#: mod/settings.php:1074 +msgid "" +"Account for a public profile that automatically approves contact requests as" +" \"Followers\"." +msgstr "" + +#: mod/settings.php:1077 +msgid "Public Forum" +msgstr "Публичный форум" + +#: mod/settings.php:1078 +msgid "Automatically approves all contact requests." +msgstr "" + +#: mod/settings.php:1081 +msgid "Automatic Friend Page" +msgstr "\"Автоматический друг\" страница" + +#: mod/settings.php:1082 +msgid "" +"Account for a popular profile that automatically approves contact requests " +"as \"Friends\"." +msgstr "" + +#: mod/settings.php:1085 +msgid "Private Forum [Experimental]" +msgstr "Личный форум [экспериментально]" + +#: mod/settings.php:1086 +msgid "Requires manual approval of contact requests." +msgstr "" + +#: mod/settings.php:1097 +msgid "OpenID:" +msgstr "OpenID:" + +#: mod/settings.php:1097 +msgid "(Optional) Allow this OpenID to login to this account." +msgstr "(Необязательно) Разрешить этому OpenID входить в этот аккаунт" + +#: mod/settings.php:1105 +msgid "Publish your default profile in your local site directory?" +msgstr "Публиковать ваш профиль по умолчанию в вашем локальном каталоге на сайте?" + +#: mod/settings.php:1105 +#, php-format +msgid "" +"Your profile will be published in the global friendica directories (e.g. %s). Your profile will be visible in public." +msgstr "" + +#: mod/settings.php:1111 +msgid "Publish your default profile in the global social directory?" +msgstr "Публиковать ваш профиль по умолчанию в глобальном социальном каталоге?" + +#: mod/settings.php:1111 +#, php-format +msgid "" +"Your profile will be published in this node's local " +"directory. Your profile details may be publicly visible depending on the" +" system settings." +msgstr "" + +#: mod/settings.php:1118 +msgid "Hide your contact/friend list from viewers of your default profile?" +msgstr "Скрывать ваш список контактов/друзей от посетителей вашего профиля по умолчанию?" + +#: mod/settings.php:1118 +msgid "" +"Your contact list won't be shown in your default profile page. You can " +"decide to show your contact list separately for each additional profile you " +"create" +msgstr "" + +#: mod/settings.php:1122 +msgid "Hide your profile details from anonymous viewers?" +msgstr "" + +#: mod/settings.php:1122 +msgid "" +"Anonymous visitors will only see your profile picture, your display name and" +" the nickname you are using on your profile page. Disables posting public " +"messages to Diaspora and other networks." +msgstr "" + +#: mod/settings.php:1126 +msgid "Allow friends to post to your profile page?" +msgstr "Разрешить друзьям оставлять сообщения на страницу вашего профиля?" + +#: mod/settings.php:1126 +msgid "" +"Your contacts may write posts on your profile wall. These posts will be " +"distributed to your contacts" +msgstr "" + +#: mod/settings.php:1130 +msgid "Allow friends to tag your posts?" +msgstr "Разрешить друзьям отмечять ваши сообщения?" + +#: mod/settings.php:1130 +msgid "Your contacts can add additional tags to your posts." +msgstr "" + +#: mod/settings.php:1134 +msgid "Allow us to suggest you as a potential friend to new members?" +msgstr "Позвольть предлогать Вам потенциальных друзей?" + +#: mod/settings.php:1134 +msgid "" +"If you like, Friendica may suggest new members to add you as a contact." +msgstr "" + +#: mod/settings.php:1138 +msgid "Permit unknown people to send you private mail?" +msgstr "Разрешить незнакомым людям отправлять вам личные сообщения?" + +#: mod/settings.php:1138 +msgid "" +"Friendica network users may send you private messages even if they are not " +"in your contact list." +msgstr "" + +#: mod/settings.php:1142 +msgid "Profile is not published." +msgstr "Профиль не публикуется." + +#: mod/settings.php:1148 +#, php-format +msgid "Your Identity Address is '%s' or '%s'." +msgstr "Ваш адрес: '%s' или '%s'." + +#: mod/settings.php:1155 +msgid "Automatically expire posts after this many days:" +msgstr "Автоматическое истекание срока действия сообщения после стольких дней:" + +#: mod/settings.php:1155 +msgid "If empty, posts will not expire. Expired posts will be deleted" +msgstr "Если пусто, срок действия сообщений не будет ограничен. Сообщения с истекшим сроком действия будут удалены" + +#: mod/settings.php:1156 +msgid "Advanced expiration settings" +msgstr "Настройки расширенного окончания срока действия" + +#: mod/settings.php:1157 +msgid "Advanced Expiration" +msgstr "Расширенное окончание срока действия" + +#: mod/settings.php:1158 +msgid "Expire posts:" +msgstr "Срок хранения сообщений:" + +#: mod/settings.php:1159 +msgid "Expire personal notes:" +msgstr "Срок хранения личных заметок:" + +#: mod/settings.php:1160 +msgid "Expire starred posts:" +msgstr "Срок хранения усеянных сообщений:" + +#: mod/settings.php:1161 +msgid "Expire photos:" +msgstr "Срок хранения фотографий:" + +#: mod/settings.php:1162 +msgid "Only expire posts by others:" +msgstr "Только устаревшие посты других:" + +#: mod/settings.php:1192 +msgid "Account Settings" +msgstr "Настройки аккаунта" + +#: mod/settings.php:1200 +msgid "Password Settings" +msgstr "Смена пароля" + +#: mod/settings.php:1202 +msgid "Leave password fields blank unless changing" +msgstr "Оставьте поля пароля пустыми, если он не изменяется" + +#: mod/settings.php:1203 +msgid "Current Password:" +msgstr "Текущий пароль:" + +#: mod/settings.php:1203 mod/settings.php:1204 +msgid "Your current password to confirm the changes" +msgstr "Ваш текущий пароль, для подтверждения изменений" + +#: mod/settings.php:1204 +msgid "Password:" +msgstr "Пароль:" + +#: mod/settings.php:1208 +msgid "Basic Settings" +msgstr "Основные параметры" + +#: mod/settings.php:1209 src/Model/Profile.php:738 +msgid "Full Name:" +msgstr "Полное имя:" + +#: mod/settings.php:1210 +msgid "Email Address:" +msgstr "Адрес электронной почты:" + +#: mod/settings.php:1211 +msgid "Your Timezone:" +msgstr "Ваш часовой пояс:" + +#: mod/settings.php:1212 +msgid "Your Language:" +msgstr "Ваш язык:" + +#: mod/settings.php:1212 +msgid "" +"Set the language we use to show you friendica interface and to send you " +"emails" +msgstr "Выберите язык, на котором вы будете видеть интерфейс Friendica и на котором вы будете получать письма" + +#: mod/settings.php:1213 +msgid "Default Post Location:" +msgstr "Местонахождение по умолчанию:" + +#: mod/settings.php:1214 +msgid "Use Browser Location:" +msgstr "Использовать определение местоположения браузером:" + +#: mod/settings.php:1217 +msgid "Security and Privacy Settings" +msgstr "Параметры безопасности и конфиденциальности" + +#: mod/settings.php:1219 +msgid "Maximum Friend Requests/Day:" +msgstr "Максимум запросов в друзья в день:" + +#: mod/settings.php:1219 mod/settings.php:1248 +msgid "(to prevent spam abuse)" +msgstr "(для предотвращения спама)" + +#: mod/settings.php:1220 +msgid "Default Post Permissions" +msgstr "Разрешение на сообщения по умолчанию" + +#: mod/settings.php:1221 +msgid "(click to open/close)" +msgstr "(нажмите, чтобы открыть / закрыть)" + +#: mod/settings.php:1231 +msgid "Default Private Post" +msgstr "Личное сообщение по умолчанию" + +#: mod/settings.php:1232 +msgid "Default Public Post" +msgstr "Публичное сообщение по умолчанию" + +#: mod/settings.php:1236 +msgid "Default Permissions for New Posts" +msgstr "Права для новых записей по умолчанию" + +#: mod/settings.php:1248 +msgid "Maximum private messages per day from unknown people:" +msgstr "Максимальное количество личных сообщений от незнакомых людей в день:" + +#: mod/settings.php:1251 +msgid "Notification Settings" +msgstr "Настройка уведомлений" + +#: mod/settings.php:1252 +msgid "By default post a status message when:" +msgstr "Отправить состояние о статусе по умолчанию, если:" + +#: mod/settings.php:1253 +msgid "accepting a friend request" +msgstr "принятие запроса на добавление в друзья" + +#: mod/settings.php:1254 +msgid "joining a forum/community" +msgstr "вступление в сообщество/форум" + +#: mod/settings.php:1255 +msgid "making an interesting profile change" +msgstr "сделать изменения в настройках интересов профиля" + +#: mod/settings.php:1256 +msgid "Send a notification email when:" +msgstr "Отправлять уведомление по электронной почте, когда:" + +#: mod/settings.php:1257 +msgid "You receive an introduction" +msgstr "Вы получили запрос" + +#: mod/settings.php:1258 +msgid "Your introductions are confirmed" +msgstr "Ваши запросы подтверждены" + +#: mod/settings.php:1259 +msgid "Someone writes on your profile wall" +msgstr "Кто-то пишет на стене вашего профиля" + +#: mod/settings.php:1260 +msgid "Someone writes a followup comment" +msgstr "Кто-то пишет последующий комментарий" + +#: mod/settings.php:1261 +msgid "You receive a private message" +msgstr "Вы получаете личное сообщение" + +#: mod/settings.php:1262 +msgid "You receive a friend suggestion" +msgstr "Вы полулили предложение о добавлении в друзья" + +#: mod/settings.php:1263 +msgid "You are tagged in a post" +msgstr "Вы отмечены в посте" + +#: mod/settings.php:1264 +msgid "You are poked/prodded/etc. in a post" +msgstr "Вас потыкали/подтолкнули/и т.д. в посте" + +#: mod/settings.php:1266 +msgid "Activate desktop notifications" +msgstr "Активировать уведомления на рабочем столе" + +#: mod/settings.php:1266 +msgid "Show desktop popup on new notifications" +msgstr "Показывать уведомления на рабочем столе" + +#: mod/settings.php:1268 +msgid "Text-only notification emails" +msgstr "Только текстовые письма" + +#: mod/settings.php:1270 +msgid "Send text only notification emails, without the html part" +msgstr "Отправлять только текстовые уведомления, без HTML" + +#: mod/settings.php:1272 +msgid "Show detailled notifications" +msgstr "" + +#: mod/settings.php:1274 +msgid "" +"Per default, notifications are condensed to a single notification per item. " +"When enabled every notification is displayed." +msgstr "" + +#: mod/settings.php:1276 +msgid "Advanced Account/Page Type Settings" +msgstr "Расширенные настройки учётной записи" + +#: mod/settings.php:1277 +msgid "Change the behaviour of this account for special situations" +msgstr "Измените поведение этого аккаунта в специальных ситуациях" + +#: mod/settings.php:1280 +msgid "Relocate" +msgstr "Перемещение" + +#: mod/settings.php:1281 +msgid "" +"If you have moved this profile from another server, and some of your " +"contacts don't receive your updates, try pushing this button." +msgstr "Если вы переместили эту анкету с другого сервера, и некоторые из ваших контактов не получили ваши обновления, попробуйте нажать эту кнопку." + +#: mod/settings.php:1282 +msgid "Resend relocate message to contacts" +msgstr "Отправить перемещённые сообщения контактам" + +#: src/Core/UserImport.php:104 +msgid "Error decoding account file" +msgstr "Ошибка расшифровки файла аккаунта" + +#: src/Core/UserImport.php:110 +msgid "Error! No version data in file! This is not a Friendica account file?" +msgstr "Ошибка! Неправильная версия данных в файле! Это не файл аккаунта Friendica?" + +#: src/Core/UserImport.php:118 +#, php-format +msgid "User '%s' already exists on this server!" +msgstr "Пользователь '%s' уже существует на этом сервере!" + +#: src/Core/UserImport.php:151 +msgid "User creation error" +msgstr "Ошибка создания пользователя" + +#: src/Core/UserImport.php:169 +msgid "User profile creation error" +msgstr "Ошибка создания профиля пользователя" + +#: src/Core/UserImport.php:213 +#, php-format +msgid "%d contact not imported" +msgid_plural "%d contacts not imported" +msgstr[0] "%d контакт не импортирован" +msgstr[1] "%d контакты не импортированы" +msgstr[2] "%d контакты не импортированы" +msgstr[3] "%d контакты не импортированы" + +#: src/Core/UserImport.php:278 +msgid "Done. You can now login with your username and password" +msgstr "Завершено. Теперь вы можете войти с вашим логином и паролем" + +#: src/Core/NotificationsManager.php:171 +msgid "System" +msgstr "Система" + +#: src/Core/NotificationsManager.php:192 src/Content/Nav.php:124 +#: src/Content/Nav.php:181 +msgid "Home" +msgstr "Мой профиль" + +#: src/Core/NotificationsManager.php:199 src/Content/Nav.php:186 +msgid "Introductions" +msgstr "Запросы" + +#: src/Core/NotificationsManager.php:256 src/Core/NotificationsManager.php:268 +#, php-format +msgid "%s commented on %s's post" +msgstr "%s прокомментировал %s сообщение" + +#: src/Core/NotificationsManager.php:267 +#, php-format +msgid "%s created a new post" +msgstr "%s написал новое сообщение" + +#: src/Core/NotificationsManager.php:281 +#, php-format +msgid "%s liked %s's post" +msgstr "%s нравится %s сообшение" + +#: src/Core/NotificationsManager.php:294 +#, php-format +msgid "%s disliked %s's post" +msgstr "%s не нравится сообщение %s" + +#: src/Core/NotificationsManager.php:307 +#, php-format +msgid "%s is attending %s's event" +msgstr "" + +#: src/Core/NotificationsManager.php:320 +#, php-format +msgid "%s is not attending %s's event" +msgstr "" + +#: src/Core/NotificationsManager.php:333 +#, php-format +msgid "%s may attend %s's event" +msgstr "" + +#: src/Core/NotificationsManager.php:350 +#, php-format +msgid "%s is now friends with %s" +msgstr "%s теперь друзья с %s" + +#: src/Core/NotificationsManager.php:825 +msgid "Friend Suggestion" +msgstr "Предложение в друзья" + +#: src/Core/NotificationsManager.php:851 +msgid "Friend/Connect Request" +msgstr "Запрос в друзья / на подключение" + +#: src/Core/NotificationsManager.php:851 +msgid "New Follower" +msgstr "Новый фолловер" + +#: src/Core/ACL.php:295 +msgid "Post to Email" +msgstr "Отправить на Email" + +#: src/Core/ACL.php:301 +msgid "Hide your profile details from unknown viewers?" +msgstr "Скрыть данные профиля из неизвестных зрителей?" + +#: src/Core/ACL.php:300 +#, php-format +msgid "Connectors disabled, since \"%s\" is enabled." +msgstr "Коннекторы отключены так как \"%s\" включен." + +#: src/Core/ACL.php:307 +msgid "Visible to everybody" +msgstr "Видимо всем" + +#: src/Core/ACL.php:308 view/theme/vier/config.php:115 +msgid "show" +msgstr "показывать" + +#: src/Core/ACL.php:309 view/theme/vier/config.php:115 +msgid "don't show" +msgstr "не показывать" + +#: src/Core/ACL.php:319 +msgid "Close" +msgstr "Закрыть" + +#: src/Util/Temporal.php:147 src/Model/Profile.php:758 +msgid "Birthday:" +msgstr "День рождения:" + +#: src/Util/Temporal.php:151 +msgid "YYYY-MM-DD or MM-DD" +msgstr "YYYY-MM-DD или MM-DD" + +#: src/Util/Temporal.php:294 +msgid "never" +msgstr "никогда" + +#: src/Util/Temporal.php:300 +msgid "less than a second ago" +msgstr "менее сек. назад" + +#: src/Util/Temporal.php:303 +msgid "year" +msgstr "год" + +#: src/Util/Temporal.php:303 +msgid "years" +msgstr "лет" + +#: src/Util/Temporal.php:304 +msgid "months" +msgstr "мес." + +#: src/Util/Temporal.php:305 +msgid "weeks" +msgstr "недель" + +#: src/Util/Temporal.php:306 +msgid "days" +msgstr "дней" + +#: src/Util/Temporal.php:307 +msgid "hour" +msgstr "час" + +#: src/Util/Temporal.php:307 +msgid "hours" +msgstr "час." + +#: src/Util/Temporal.php:308 +msgid "minute" +msgstr "минута" + +#: src/Util/Temporal.php:308 +msgid "minutes" +msgstr "мин." + +#: src/Util/Temporal.php:309 +msgid "second" +msgstr "секунда" + +#: src/Util/Temporal.php:309 +msgid "seconds" +msgstr "сек." + +#: src/Util/Temporal.php:318 +#, php-format +msgid "%1$d %2$s ago" +msgstr "%1$d %2$s назад" + +#: src/Content/Text/BBCode.php:555 +msgid "view full size" +msgstr "посмотреть в полный размер" + +#: src/Content/Text/BBCode.php:981 src/Content/Text/BBCode.php:1750 +#: src/Content/Text/BBCode.php:1751 +msgid "Image/photo" +msgstr "Изображение / Фото" + +#: src/Content/Text/BBCode.php:1119 +#, php-format +msgid "%2$s %3$s" +msgstr "%2$s %3$s" + +#: src/Content/Text/BBCode.php:1677 src/Content/Text/BBCode.php:1699 +msgid "$1 wrote:" +msgstr "$1 написал:" + +#: src/Content/Text/BBCode.php:1759 src/Content/Text/BBCode.php:1760 +msgid "Encrypted content" +msgstr "Зашифрованный контент" + +#: src/Content/Text/BBCode.php:1879 +msgid "Invalid source protocol" +msgstr "Неправильный протокол источника" + +#: src/Content/Text/BBCode.php:1890 +msgid "Invalid link protocol" +msgstr "Неправильная протокольная ссылка" + +#: src/Content/ForumManager.php:127 view/theme/vier/theme.php:256 +msgid "External link to forum" +msgstr "Внешняя ссылка на форум" + +#: src/Content/Nav.php:53 +msgid "Nothing new here" +msgstr "Ничего нового здесь" + +#: src/Content/Nav.php:57 +msgid "Clear notifications" +msgstr "Стереть уведомления" + +#: src/Content/Nav.php:97 src/Module/Login.php:311 +#: view/theme/frio/theme.php:256 +msgid "Logout" +msgstr "Выход" + +#: src/Content/Nav.php:97 view/theme/frio/theme.php:256 +msgid "End this session" +msgstr "Завершить эту сессию" + +#: src/Content/Nav.php:100 src/Content/Nav.php:181 +#: view/theme/frio/theme.php:259 +msgid "Your posts and conversations" +msgstr "Данные вашей учётной записи" + +#: src/Content/Nav.php:101 view/theme/frio/theme.php:260 +msgid "Your profile page" +msgstr "Информация о вас" + +#: src/Content/Nav.php:102 view/theme/frio/theme.php:261 +msgid "Your photos" +msgstr "Ваши фотографии" + +#: src/Content/Nav.php:103 src/Model/Profile.php:912 src/Model/Profile.php:915 +#: view/theme/frio/theme.php:262 +msgid "Videos" +msgstr "Видео" + +#: src/Content/Nav.php:103 view/theme/frio/theme.php:262 +msgid "Your videos" +msgstr "Ваши видео" + +#: src/Content/Nav.php:104 view/theme/frio/theme.php:263 +msgid "Your events" +msgstr "Ваши события" + +#: src/Content/Nav.php:105 +msgid "Personal notes" +msgstr "Личные заметки" + +#: src/Content/Nav.php:105 +msgid "Your personal notes" +msgstr "Ваши личные заметки" + +#: src/Content/Nav.php:114 +msgid "Sign in" +msgstr "Вход" + +#: src/Content/Nav.php:124 +msgid "Home Page" +msgstr "Главная страница" + +#: src/Content/Nav.php:128 +msgid "Create an account" +msgstr "Создать аккаунт" + +#: src/Content/Nav.php:134 +msgid "Help and documentation" +msgstr "Помощь и документация" + +#: src/Content/Nav.php:138 +msgid "Apps" +msgstr "Приложения" + +#: src/Content/Nav.php:138 +msgid "Addon applications, utilities, games" +msgstr "Дополнительные приложения, утилиты, игры" + +#: src/Content/Nav.php:142 +msgid "Search site content" +msgstr "Поиск по сайту" + +#: src/Content/Nav.php:165 +msgid "Community" +msgstr "Сообщество" + +#: src/Content/Nav.php:165 +msgid "Conversations on this and other servers" +msgstr "" + +#: src/Content/Nav.php:169 src/Model/Profile.php:927 src/Model/Profile.php:938 +#: view/theme/frio/theme.php:267 +msgid "Events and Calendar" +msgstr "Календарь и события" + +#: src/Content/Nav.php:172 +msgid "Directory" +msgstr "Каталог" + +#: src/Content/Nav.php:172 +msgid "People directory" +msgstr "Каталог участников" + +#: src/Content/Nav.php:174 +msgid "Information about this friendica instance" +msgstr "Информация об этом экземпляре Friendica" + +#: src/Content/Nav.php:178 view/theme/frio/theme.php:266 +msgid "Conversations from your friends" +msgstr "Сообщения ваших друзей" + +#: src/Content/Nav.php:179 +msgid "Network Reset" +msgstr "Перезагрузка сети" + +#: src/Content/Nav.php:179 +msgid "Load Network page with no filters" +msgstr "Загрузить страницу сети без фильтров" + +#: src/Content/Nav.php:186 +msgid "Friend Requests" +msgstr "Запросы на добавление в список друзей" + +#: src/Content/Nav.php:190 +msgid "See all notifications" +msgstr "Посмотреть все уведомления" + +#: src/Content/Nav.php:191 +msgid "Mark all system notifications seen" +msgstr "Отметить все системные уведомления, как прочитанные" + +#: src/Content/Nav.php:195 view/theme/frio/theme.php:268 +msgid "Private mail" +msgstr "Личная почта" + +#: src/Content/Nav.php:196 +msgid "Inbox" +msgstr "Входящие" + +#: src/Content/Nav.php:197 +msgid "Outbox" +msgstr "Исходящие" + +#: src/Content/Nav.php:201 +msgid "Manage" +msgstr "Управлять" + +#: src/Content/Nav.php:201 +msgid "Manage other pages" +msgstr "Управление другими страницами" + +#: src/Content/Nav.php:206 view/theme/frio/theme.php:269 +msgid "Account settings" +msgstr "Настройки аккаунта" + +#: src/Content/Nav.php:209 src/Model/Profile.php:372 +msgid "Profiles" +msgstr "Профили" + +#: src/Content/Nav.php:209 +msgid "Manage/Edit Profiles" +msgstr "Управление/редактирование профилей" + +#: src/Content/Nav.php:212 view/theme/frio/theme.php:270 +msgid "Manage/edit friends and contacts" +msgstr "Управление / редактирование друзей и контактов" + +#: src/Content/Nav.php:217 +msgid "Site setup and configuration" +msgstr "Конфигурация сайта" + +#: src/Content/Nav.php:220 +msgid "Navigation" +msgstr "Навигация" + +#: src/Content/Nav.php:220 +msgid "Site map" +msgstr "Карта сайта" + +#: src/Content/OEmbed.php:253 +msgid "Embedding disabled" +msgstr "Встраивание отключено" + +#: src/Content/OEmbed.php:373 +msgid "Embedded content" +msgstr "Встроенное содержание" + +#: src/Content/Widget/CalendarExport.php:61 +msgid "Export" +msgstr "Экспорт" + +#: src/Content/Widget/CalendarExport.php:62 +msgid "Export calendar as ical" +msgstr "Экспортировать календарь в формат ical" + +#: src/Content/Widget/CalendarExport.php:63 +msgid "Export calendar as csv" +msgstr "Экспортировать календарь в формат csv" + +#: 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 "Post Preview" +msgstr "Предварительный просмотр" + +#: src/Content/Feature.php:89 +msgid "Allow previewing posts and comments before publishing them" +msgstr "Разрешить предпросмотр сообщения и комментария перед их публикацией" + +#: src/Content/Feature.php:90 +msgid "Auto-mention Forums" +msgstr "" + +#: src/Content/Feature.php:90 +msgid "" +"Add/remove mention when a forum page is selected/deselected in ACL window." +msgstr "" + +#: src/Content/Feature.php:95 +msgid "Network Sidebar Widgets" +msgstr "Виджет боковой панели \"Сеть\"" + +#: src/Content/Feature.php:96 +msgid "Search by Date" +msgstr "Поиск по датам" + +#: src/Content/Feature.php:96 +msgid "Ability to select posts by date ranges" +msgstr "Возможность выбора постов по диапазону дат" + +#: src/Content/Feature.php:97 src/Content/Feature.php:127 +msgid "List Forums" +msgstr "Список форумов" + +#: src/Content/Feature.php:97 +msgid "Enable widget to display the forums your are connected with" +msgstr "" + +#: src/Content/Feature.php:98 +msgid "Group Filter" +msgstr "Фильтр групп" + +#: src/Content/Feature.php:98 +msgid "Enable widget to display Network posts only from selected group" +msgstr "Включить виджет для отображения сообщений сети только от выбранной группы" + +#: src/Content/Feature.php:99 +msgid "Network Filter" +msgstr "Фильтр сети" + +#: src/Content/Feature.php:99 +msgid "Enable widget to display Network posts only from selected network" +msgstr "Включить виджет для отображения сообщений сети только от выбранной сети" + +#: src/Content/Feature.php:100 +msgid "Save search terms for re-use" +msgstr "Сохранить условия поиска для повторного использования" + +#: src/Content/Feature.php:105 +msgid "Network Tabs" +msgstr "Сетевые вкладки" + +#: src/Content/Feature.php:106 +msgid "Network Personal Tab" +msgstr "Персональные сетевые вкладки" + +#: src/Content/Feature.php:106 +msgid "Enable tab to display only Network posts that you've interacted on" +msgstr "Включить вкладку для отображения только сообщений сети, с которой вы взаимодействовали" + +#: src/Content/Feature.php:107 +msgid "Network New Tab" +msgstr "Новая вкладка сеть" + +#: src/Content/Feature.php:107 +msgid "Enable tab to display only new Network posts (from the last 12 hours)" +msgstr "Включить вкладку для отображения только новых сообщений сети (за последние 12 часов)" + +#: src/Content/Feature.php:108 +msgid "Network Shared Links Tab" +msgstr "Вкладка shared ссылок сети" + +#: src/Content/Feature.php:108 +msgid "Enable tab to display only Network posts with links in them" +msgstr "Включить вкладку для отображения только сообщений сети со ссылками на них" + +#: src/Content/Feature.php:113 +msgid "Post/Comment Tools" +msgstr "Инструменты пост/комментарий" + +#: src/Content/Feature.php:114 +msgid "Multiple Deletion" +msgstr "Множественное удаление" + +#: src/Content/Feature.php:114 +msgid "Select and delete multiple posts/comments at once" +msgstr "Выбрать и удалить несколько постов/комментариев одновременно." + +#: src/Content/Feature.php:115 +msgid "Edit Sent Posts" +msgstr "Редактировать отправленные посты" + +#: src/Content/Feature.php:115 +msgid "Edit and correct posts and comments after sending" +msgstr "Редактировать и править посты и комментарии после отправления" + +#: src/Content/Feature.php:116 +msgid "Tagging" +msgstr "Отмеченное" + +#: src/Content/Feature.php:116 +msgid "Ability to tag existing posts" +msgstr "Возможность отмечать существующие посты" + +#: src/Content/Feature.php:117 +msgid "Post Categories" +msgstr "Категории постов" + +#: src/Content/Feature.php:117 +msgid "Add categories to your posts" +msgstr "Добавить категории вашего поста" + +#: src/Content/Feature.php:118 src/Content/Widget.php:200 +msgid "Saved Folders" +msgstr "Сохранённые папки" + +#: src/Content/Feature.php:118 +msgid "Ability to file posts under folders" +msgstr "" + +#: src/Content/Feature.php:119 +msgid "Dislike Posts" +msgstr "Посты, которые не нравятся" + +#: src/Content/Feature.php:119 +msgid "Ability to dislike posts/comments" +msgstr "Возможность поставить \"Не нравится\" посту или комментарию" + +#: src/Content/Feature.php:120 +msgid "Star Posts" +msgstr "Популярные посты" + +#: src/Content/Feature.php:120 +msgid "Ability to mark special posts with a star indicator" +msgstr "Возможность отметить специальные сообщения индикатором популярности" + +#: src/Content/Feature.php:121 +msgid "Mute Post Notifications" +msgstr "Отключить уведомления для поста" + +#: src/Content/Feature.php:121 +msgid "Ability to mute notifications for a thread" +msgstr "Возможность отключить уведомления для отдельно взятого обсуждения" + +#: src/Content/Feature.php:126 +msgid "Advanced Profile Settings" +msgstr "Расширенные настройки профиля" + +#: src/Content/Feature.php:127 +msgid "Show visitors public community forums at the Advanced Profile Page" +msgstr "" + +#: src/Content/Feature.php:128 +msgid "Tag Cloud" +msgstr "" + +#: src/Content/Feature.php:128 +msgid "Provide a personal tag cloud on your profile page" +msgstr "" + +#: src/Content/Feature.php:129 +msgid "Display Membership Date" +msgstr "" + +#: src/Content/Feature.php:129 +msgid "Display membership date in profile" +msgstr "" + +#: src/Content/Widget.php:33 +msgid "Add New Contact" +msgstr "Добавить контакт" + +#: src/Content/Widget.php:34 +msgid "Enter address or web location" +msgstr "Введите адрес или веб-местонахождение" + +#: src/Content/Widget.php:35 +msgid "Example: bob@example.com, http://example.com/barbara" +msgstr "Пример: bob@example.com, http://example.com/barbara" + +#: src/Content/Widget.php:53 +#, php-format +msgid "%d invitation available" +msgid_plural "%d invitations available" +msgstr[0] "%d приглашение доступно" +msgstr[1] "%d приглашений доступно" +msgstr[2] "%d приглашений доступно" +msgstr[3] "%d приглашений доступно" + +#: src/Content/Widget.php:59 +msgid "Find People" +msgstr "Поиск людей" + +#: src/Content/Widget.php:60 +msgid "Enter name or interest" +msgstr "Введите имя или интерес" + +#: src/Content/Widget.php:62 +msgid "Examples: Robert Morgenstein, Fishing" +msgstr "Примеры: Роберт Morgenstein, Рыбалка" + +#: src/Content/Widget.php:65 view/theme/vier/theme.php:202 +msgid "Similar Interests" +msgstr "Похожие интересы" + +#: src/Content/Widget.php:66 +msgid "Random Profile" +msgstr "Случайный профиль" + +#: src/Content/Widget.php:67 view/theme/vier/theme.php:204 +msgid "Invite Friends" +msgstr "Пригласить друзей" + +#: src/Content/Widget.php:68 +msgid "View Global Directory" +msgstr "" + +#: src/Content/Widget.php:159 +msgid "Networks" +msgstr "Сети" + +#: src/Content/Widget.php:162 +msgid "All Networks" +msgstr "Все сети" + +#: src/Content/Widget.php:203 src/Content/Widget.php:243 +msgid "Everything" +msgstr "Всё" + +#: src/Content/Widget.php:240 +msgid "Categories" +msgstr "Категории" + +#: src/Content/Widget.php:307 +#, php-format +msgid "%d contact in common" +msgid_plural "%d contacts in common" +msgstr[0] "%d Контакт" +msgstr[1] "%d Контактов" +msgstr[2] "%d Контактов" +msgstr[3] "%d Контактов" + +#: src/Content/ContactSelector.php:55 +msgid "Frequently" +msgstr "" + +#: src/Content/ContactSelector.php:56 +msgid "Hourly" +msgstr "" + +#: src/Content/ContactSelector.php:57 +msgid "Twice daily" +msgstr "" + +#: src/Content/ContactSelector.php:58 +msgid "Daily" +msgstr "" + +#: src/Content/ContactSelector.php:59 +msgid "Weekly" +msgstr "" + +#: src/Content/ContactSelector.php:60 +msgid "Monthly" +msgstr "" + +#: src/Content/ContactSelector.php:80 +msgid "OStatus" +msgstr "" + +#: src/Content/ContactSelector.php:81 +msgid "RSS/Atom" +msgstr "" + +#: src/Content/ContactSelector.php:84 +msgid "Facebook" +msgstr "" + +#: src/Content/ContactSelector.php:85 +msgid "Zot!" +msgstr "" + +#: src/Content/ContactSelector.php:86 +msgid "LinkedIn" +msgstr "" + +#: src/Content/ContactSelector.php:87 +msgid "XMPP/IM" +msgstr "" + +#: src/Content/ContactSelector.php:88 +msgid "MySpace" +msgstr "" + +#: src/Content/ContactSelector.php:89 +msgid "Google+" +msgstr "" + +#: src/Content/ContactSelector.php:90 +msgid "pump.io" +msgstr "" + +#: src/Content/ContactSelector.php:91 +msgid "Twitter" +msgstr "" + +#: src/Content/ContactSelector.php:92 +msgid "Diaspora Connector" +msgstr "" + +#: src/Content/ContactSelector.php:93 +msgid "GNU Social Connector" +msgstr "" + +#: src/Content/ContactSelector.php:94 +msgid "pnut" +msgstr "" + +#: src/Content/ContactSelector.php:95 +msgid "App.net" +msgstr "" + +#: src/Content/ContactSelector.php:125 +msgid "Male" +msgstr "" + +#: src/Content/ContactSelector.php:125 +msgid "Female" +msgstr "" + +#: src/Content/ContactSelector.php:125 +msgid "Currently Male" +msgstr "" + +#: src/Content/ContactSelector.php:125 +msgid "Currently Female" +msgstr "" + +#: src/Content/ContactSelector.php:125 +msgid "Mostly Male" +msgstr "" + +#: src/Content/ContactSelector.php:125 +msgid "Mostly Female" +msgstr "" + +#: src/Content/ContactSelector.php:125 +msgid "Transgender" +msgstr "" + +#: src/Content/ContactSelector.php:125 +msgid "Intersex" +msgstr "" + +#: src/Content/ContactSelector.php:125 +msgid "Transsexual" +msgstr "" + +#: src/Content/ContactSelector.php:125 +msgid "Hermaphrodite" +msgstr "" + +#: src/Content/ContactSelector.php:125 +msgid "Neuter" +msgstr "" + +#: src/Content/ContactSelector.php:125 +msgid "Non-specific" +msgstr "Не определен" + +#: src/Content/ContactSelector.php:125 +msgid "Other" +msgstr "Другой" + +#: src/Content/ContactSelector.php:147 +msgid "Males" +msgstr "Мужчины" + +#: src/Content/ContactSelector.php:147 +msgid "Females" +msgstr "Женщины" + +#: src/Content/ContactSelector.php:147 +msgid "Gay" +msgstr "Гей" + +#: src/Content/ContactSelector.php:147 +msgid "Lesbian" +msgstr "Лесбиянка" + +#: src/Content/ContactSelector.php:147 +msgid "No Preference" +msgstr "Без предпочтений" + +#: src/Content/ContactSelector.php:147 +msgid "Bisexual" +msgstr "Бисексуал" + +#: src/Content/ContactSelector.php:147 +msgid "Autosexual" +msgstr "Автосексуал" + +#: src/Content/ContactSelector.php:147 +msgid "Abstinent" +msgstr "Воздержанный" + +#: src/Content/ContactSelector.php:147 +msgid "Virgin" +msgstr "Девственница" + +#: src/Content/ContactSelector.php:147 +msgid "Deviant" +msgstr "Deviant" + +#: src/Content/ContactSelector.php:147 +msgid "Fetish" +msgstr "Фетиш" + +#: src/Content/ContactSelector.php:147 +msgid "Oodles" +msgstr "Групповой" + +#: src/Content/ContactSelector.php:147 +msgid "Nonsexual" +msgstr "Нет интереса к сексу" + +#: src/Content/ContactSelector.php:169 +msgid "Single" +msgstr "Без пары" + +#: src/Content/ContactSelector.php:169 +msgid "Lonely" +msgstr "Пока никого нет" + +#: src/Content/ContactSelector.php:169 +msgid "Available" +msgstr "Доступный" + +#: src/Content/ContactSelector.php:169 +msgid "Unavailable" +msgstr "Не ищу никого" + +#: src/Content/ContactSelector.php:169 +msgid "Has crush" +msgstr "Имеет ошибку" + +#: src/Content/ContactSelector.php:169 +msgid "Infatuated" +msgstr "Влюблён" + +#: src/Content/ContactSelector.php:169 +msgid "Dating" +msgstr "Свидания" + +#: src/Content/ContactSelector.php:169 +msgid "Unfaithful" +msgstr "Изменяю супругу" + +#: src/Content/ContactSelector.php:169 +msgid "Sex Addict" +msgstr "Люблю секс" + +#: src/Content/ContactSelector.php:169 src/Model/User.php:505 +msgid "Friends" +msgstr "Друзья" + +#: src/Content/ContactSelector.php:169 +msgid "Friends/Benefits" +msgstr "Друзья / Предпочтения" + +#: src/Content/ContactSelector.php:169 +msgid "Casual" +msgstr "Обычный" + +#: src/Content/ContactSelector.php:169 +msgid "Engaged" +msgstr "Занят" + +#: src/Content/ContactSelector.php:169 +msgid "Married" +msgstr "Женат / Замужем" + +#: src/Content/ContactSelector.php:169 +msgid "Imaginarily married" +msgstr "Воображаемо женат (замужем)" + +#: src/Content/ContactSelector.php:169 +msgid "Partners" +msgstr "Партнеры" + +#: src/Content/ContactSelector.php:169 +msgid "Cohabiting" +msgstr "Партнерство" + +#: src/Content/ContactSelector.php:169 +msgid "Common law" +msgstr "" + +#: src/Content/ContactSelector.php:169 +msgid "Happy" +msgstr "Счастлив/а/" + +#: src/Content/ContactSelector.php:169 +msgid "Not looking" +msgstr "Не в поиске" + +#: src/Content/ContactSelector.php:169 +msgid "Swinger" +msgstr "Свинг" + +#: src/Content/ContactSelector.php:169 +msgid "Betrayed" +msgstr "Преданный" + +#: src/Content/ContactSelector.php:169 +msgid "Separated" +msgstr "Разделенный" + +#: src/Content/ContactSelector.php:169 +msgid "Unstable" +msgstr "Нестабильный" + +#: src/Content/ContactSelector.php:169 +msgid "Divorced" +msgstr "Разведен(а)" + +#: src/Content/ContactSelector.php:169 +msgid "Imaginarily divorced" +msgstr "Воображаемо разведен(а)" + +#: src/Content/ContactSelector.php:169 +msgid "Widowed" +msgstr "Овдовевший" + +#: src/Content/ContactSelector.php:169 +msgid "Uncertain" +msgstr "Неопределенный" + +#: src/Content/ContactSelector.php:169 +msgid "It's complicated" +msgstr "влишком сложно" + +#: src/Content/ContactSelector.php:169 +msgid "Don't care" +msgstr "Не беспокоить" + +#: src/Content/ContactSelector.php:169 +msgid "Ask me" +msgstr "Спросите меня" + +#: src/Database/DBStructure.php:32 +msgid "There are no tables on MyISAM." +msgstr "" + +#: src/Database/DBStructure.php:75 +#, php-format +msgid "" +"\n" +"\t\t\t\tThe friendica developers released update %s recently,\n" +"\t\t\t\tbut when I tried to install it, something went terribly wrong.\n" +"\t\t\t\tThis needs to be fixed soon and I can't do it alone. Please contact a\n" +"\t\t\t\tfriendica developer if you can not help me on your own. My database might be invalid." +msgstr "" + +#: src/Database/DBStructure.php:80 +#, php-format +msgid "" +"The error message is\n" +"[pre]%s[/pre]" +msgstr "Сообщение об ошибке:\n[pre]%s[/pre]" + +#: src/Database/DBStructure.php:191 +#, php-format +msgid "" +"\n" +"Error %d occurred during database update:\n" +"%s\n" +msgstr "" + +#: src/Database/DBStructure.php:194 +msgid "Errors encountered performing database changes: " +msgstr "" + +#: src/Database/DBStructure.php:210 +msgid ": Database update" +msgstr "" + +#: src/Database/DBStructure.php:460 +#, php-format +msgid "%s: updating %s table." +msgstr "" + +#: src/Model/Mail.php:40 src/Model/Mail.php:174 +msgid "[no subject]" +msgstr "[без темы]" + +#: src/Model/Profile.php:97 +msgid "Requested account is not available." +msgstr "Запрашиваемый профиль недоступен." + +#: src/Model/Profile.php:168 src/Model/Profile.php:399 +#: src/Model/Profile.php:859 +msgid "Edit profile" +msgstr "Редактировать профиль" + +#: src/Model/Profile.php:336 +msgid "Atom feed" +msgstr "Фид Atom" + +#: src/Model/Profile.php:372 +msgid "Manage/edit profiles" +msgstr "Управление / редактирование профилей" + +#: src/Model/Profile.php:548 src/Model/Profile.php:641 +msgid "g A l F d" +msgstr "g A l F d" + +#: src/Model/Profile.php:549 +msgid "F d" +msgstr "F d" + +#: src/Model/Profile.php:606 src/Model/Profile.php:703 +msgid "[today]" +msgstr "[сегодня]" + +#: src/Model/Profile.php:617 +msgid "Birthday Reminders" +msgstr "Напоминания о днях рождения" + +#: src/Model/Profile.php:618 +msgid "Birthdays this week:" +msgstr "Дни рождения на этой неделе:" + +#: src/Model/Profile.php:690 +msgid "[No description]" +msgstr "[без описания]" + +#: src/Model/Profile.php:717 +msgid "Event Reminders" +msgstr "Напоминания о мероприятиях" + +#: src/Model/Profile.php:718 +msgid "Events this week:" +msgstr "Мероприятия на этой неделе:" + +#: src/Model/Profile.php:741 +msgid "Member since:" +msgstr "" + +#: src/Model/Profile.php:749 +msgid "j F, Y" +msgstr "j F, Y" + +#: src/Model/Profile.php:750 +msgid "j F" +msgstr "j F" + +#: src/Model/Profile.php:765 +msgid "Age:" +msgstr "Возраст:" + +#: src/Model/Profile.php:778 +#, php-format +msgid "for %1$d %2$s" +msgstr "для %1$d %2$s" + +#: src/Model/Profile.php:802 +msgid "Religion:" +msgstr "Религия:" + +#: src/Model/Profile.php:810 +msgid "Hobbies/Interests:" +msgstr "Хобби / Интересы:" + +#: src/Model/Profile.php:822 +msgid "Contact information and Social Networks:" +msgstr "Информация о контакте и социальных сетях:" + +#: src/Model/Profile.php:826 +msgid "Musical interests:" +msgstr "Музыкальные интересы:" + +#: src/Model/Profile.php:830 +msgid "Books, literature:" +msgstr "Книги, литература:" + +#: src/Model/Profile.php:834 +msgid "Television:" +msgstr "Телевидение:" + +#: src/Model/Profile.php:838 +msgid "Film/dance/culture/entertainment:" +msgstr "Кино / Танцы / Культура / Развлечения:" + +#: src/Model/Profile.php:842 +msgid "Love/Romance:" +msgstr "Любовь / Романтика:" + +#: src/Model/Profile.php:846 +msgid "Work/employment:" +msgstr "Работа / Занятость:" + +#: src/Model/Profile.php:850 +msgid "School/education:" +msgstr "Школа / Образование:" + +#: src/Model/Profile.php:855 +msgid "Forums:" +msgstr "Форумы:" + +#: src/Model/Profile.php:949 +msgid "Only You Can See This" +msgstr "Только вы можете это видеть" + +#: src/Model/Item.php:1676 +#, php-format +msgid "%1$s is attending %2$s's %3$s" +msgstr "" + +#: src/Model/Item.php:1681 +#, php-format +msgid "%1$s is not attending %2$s's %3$s" +msgstr "" + +#: src/Model/Item.php:1686 +#, php-format +msgid "%1$s may attend %2$s's %3$s" +msgstr "" + +#: src/Model/Group.php:44 +msgid "" +"A deleted group with this name was revived. Existing item permissions " +"may apply to this group and any future members. If this is " +"not what you intended, please create another group with a different name." +msgstr "Удаленная группа с таким названием была восстановлена. Существующие права доступа могут применяться к этой группе и любым будущим участникам. Если это не то, что вы хотели, пожалуйста, создайте еще ​​одну группу с другим названием." + +#: src/Model/Group.php:328 +msgid "Default privacy group for new contacts" +msgstr "Группа доступа по умолчанию для новых контактов" + +#: src/Model/Group.php:361 +msgid "Everybody" +msgstr "Каждый" + +#: src/Model/Group.php:381 +msgid "edit" +msgstr "редактировать" + +#: src/Model/Group.php:405 +msgid "Edit group" +msgstr "Редактировать группу" + +#: src/Model/Group.php:406 +msgid "Contacts not in any group" +msgstr "Контакты не состоят в группе" + +#: src/Model/Group.php:407 +msgid "Create a new group" +msgstr "Создать новую группу" + +#: src/Model/Group.php:409 +msgid "Edit groups" +msgstr "Редактировать группы" + +#: src/Model/Contact.php:645 +msgid "Drop Contact" +msgstr "Удалить контакт" + +#: src/Model/Contact.php:1048 +msgid "Organisation" +msgstr "Организация" + +#: src/Model/Contact.php:1051 +msgid "News" +msgstr "Новости" + +#: src/Model/Contact.php:1054 +msgid "Forum" +msgstr "Форум" + +#: src/Model/Contact.php:1233 +msgid "Connect URL missing." +msgstr "Connect-URL отсутствует." + +#: src/Model/Contact.php:1242 +msgid "" +"The contact could not be added. Please check the relevant network " +"credentials in your Settings -> Social Networks page." +msgstr "" + +#: src/Model/Contact.php:1289 +msgid "" +"This site is not configured to allow communications with other networks." +msgstr "Данный сайт не настроен так, чтобы держать связь с другими сетями." + +#: src/Model/Contact.php:1290 src/Model/Contact.php:1304 +msgid "No compatible communication protocols or feeds were discovered." +msgstr "Обнаружены несовместимые протоколы связи или каналы." + +#: src/Model/Contact.php:1302 +msgid "The profile address specified does not provide adequate information." +msgstr "Указанный адрес профиля не дает адекватной информации." + +#: src/Model/Contact.php:1307 +msgid "An author or name was not found." +msgstr "Автор или имя не найдены." + +#: src/Model/Contact.php:1310 +msgid "No browser URL could be matched to this address." +msgstr "Нет URL браузера, который соответствует этому адресу." + +#: src/Model/Contact.php:1313 +msgid "" +"Unable to match @-style Identity Address with a known protocol or email " +"contact." +msgstr "" + +#: src/Model/Contact.php:1314 +msgid "Use mailto: in front of address to force email check." +msgstr "Bcgjkmpeqnt mailto: перед адресом для быстрого доступа к email." + +#: src/Model/Contact.php:1320 +msgid "" +"The profile address specified belongs to a network which has been disabled " +"on this site." +msgstr "Указанный адрес профиля принадлежит сети, недоступной на этом сайта." + +#: src/Model/Contact.php:1325 +msgid "" +"Limited profile. This person will be unable to receive direct/personal " +"notifications from you." +msgstr "Ограниченный профиль. Этот человек не сможет получить прямые / личные уведомления от вас." + +#: src/Model/Contact.php:1376 +msgid "Unable to retrieve contact information." +msgstr "Невозможно получить контактную информацию." + +#: src/Model/Contact.php:1588 +#, php-format +msgid "%s's birthday" +msgstr "день рождения %s" + +#: src/Model/Contact.php:1589 src/Protocol/DFRN.php:1478 +#, php-format +msgid "Happy Birthday %s" +msgstr "С днём рождения %s" + +#: src/Model/Event.php:53 src/Model/Event.php:70 src/Model/Event.php:419 +#: src/Model/Event.php:882 +msgid "Starts:" +msgstr "Начало:" + +#: src/Model/Event.php:56 src/Model/Event.php:76 src/Model/Event.php:420 +#: src/Model/Event.php:886 +msgid "Finishes:" +msgstr "Окончание:" + +#: src/Model/Event.php:368 +msgid "all-day" +msgstr "" + +#: src/Model/Event.php:391 +msgid "Jun" +msgstr "Июн" + +#: src/Model/Event.php:394 +msgid "Sept" +msgstr "Сен" + +#: src/Model/Event.php:417 +msgid "No events to display" +msgstr "Нет событий для показа" + +#: src/Model/Event.php:543 +msgid "l, F j" +msgstr "l, j F" + +#: src/Model/Event.php:566 +msgid "Edit event" +msgstr "Редактировать мероприятие" + +#: src/Model/Event.php:567 +msgid "Duplicate event" +msgstr "" + +#: src/Model/Event.php:568 +msgid "Delete event" +msgstr "" + +#: src/Model/Event.php:815 +msgid "D g:i A" +msgstr "" + +#: src/Model/Event.php:816 +msgid "g:i A" +msgstr "" + +#: src/Model/Event.php:901 src/Model/Event.php:903 +msgid "Show map" +msgstr "" + +#: src/Model/Event.php:902 +msgid "Hide map" +msgstr "" + +#: src/Model/User.php:144 +msgid "Login failed" +msgstr "" + +#: src/Model/User.php:175 +msgid "Not enough information to authenticate" +msgstr "" + +#: src/Model/User.php:332 +msgid "An invitation is required." +msgstr "Требуется приглашение." + +#: src/Model/User.php:336 +msgid "Invitation could not be verified." +msgstr "Приглашение не может быть проверено." + +#: src/Model/User.php:343 +msgid "Invalid OpenID url" +msgstr "Неверный URL OpenID" + +#: src/Model/User.php:356 src/Module/Login.php:100 +msgid "" +"We encountered a problem while logging in with the OpenID you provided. " +"Please check the correct spelling of the ID." +msgstr "Мы столкнулись с проблемой при входе с OpenID, который вы указали. Пожалуйста, проверьте правильность написания ID." + +#: src/Model/User.php:356 src/Module/Login.php:100 +msgid "The error message was:" +msgstr "Сообщение об ошибке было:" + +#: src/Model/User.php:362 +msgid "Please enter the required information." +msgstr "Пожалуйста, введите необходимую информацию." + +#: src/Model/User.php:375 +msgid "Please use a shorter name." +msgstr "Пожалуйста, используйте более короткое имя." + +#: src/Model/User.php:378 +msgid "Name too short." +msgstr "Имя слишком короткое." + +#: src/Model/User.php:386 +msgid "That doesn't appear to be your full (First Last) name." +msgstr "Кажется, что это ваше неполное (Имя Фамилия) имя." + +#: src/Model/User.php:391 +msgid "Your email domain is not among those allowed on this site." +msgstr "Домен вашего адреса электронной почты не относится к числу разрешенных на этом сайте." + +#: src/Model/User.php:395 +msgid "Not a valid email address." +msgstr "Неверный адрес электронной почты." + +#: src/Model/User.php:399 src/Model/User.php:407 +msgid "Cannot use that email." +msgstr "Нельзя использовать этот Email." + +#: src/Model/User.php:414 +msgid "Your nickname can only contain a-z, 0-9 and _." +msgstr "" + +#: src/Model/User.php:421 src/Model/User.php:477 +msgid "Nickname is already registered. Please choose another." +msgstr "Такой ник уже зарегистрирован. Пожалуйста, выберите другой." + +#: src/Model/User.php:431 +msgid "SERIOUS ERROR: Generation of security keys failed." +msgstr "СЕРЬЕЗНАЯ ОШИБКА: генерация ключей безопасности не удалась." + +#: src/Model/User.php:464 src/Model/User.php:468 +msgid "An error occurred during registration. Please try again." +msgstr "Ошибка при регистрации. Пожалуйста, попробуйте еще раз." + +#: src/Model/User.php:488 view/theme/duepuntozero/config.php:54 +msgid "default" +msgstr "значение по умолчанию" + +#: src/Model/User.php:493 +msgid "An error occurred creating your default profile. Please try again." +msgstr "Ошибка создания вашего профиля. Пожалуйста, попробуйте еще раз." + +#: src/Model/User.php:500 +msgid "An error occurred creating your self contact. Please try again." +msgstr "" + +#: src/Model/User.php:509 +msgid "" +"An error occurred creating your default contact group. Please try again." +msgstr "" + +#: src/Model/User.php:583 +#, php-format +msgid "" +"\n" +"\t\t\tDear %1$s,\n" +"\t\t\t\tThank you for registering at %2$s. Your account is pending for approval by the administrator.\n" +"\t\t" +msgstr "" + +#: src/Model/User.php:593 +#, php-format +msgid "Registration at %s" +msgstr "" + +#: src/Model/User.php:611 +#, php-format +msgid "" +"\n" +"\t\t\tDear %1$s,\n" +"\t\t\t\tThank you for registering at %2$s. Your account has been created.\n" +"\t\t" +msgstr "" + +#: src/Model/User.php:615 +#, php-format +msgid "" +"\n" +"\t\t\tThe login details are as follows:\n" +"\n" +"\t\t\tSite Location:\t%3$s\n" +"\t\t\tLogin Name:\t\t%1$s\n" +"\t\t\tPassword:\t\t%5$s\n" +"\n" +"\t\t\tYou may change your password from your account \"Settings\" page after logging\n" +"\t\t\tin.\n" +"\n" +"\t\t\tPlease take a few moments to review the other account settings on that page.\n" +"\n" +"\t\t\tYou may also wish to add some basic information to your default profile\n" +"\t\t\t(on the \"Profiles\" page) so that other people can easily find you.\n" +"\n" +"\t\t\tWe recommend setting your full name, adding a profile photo,\n" +"\t\t\tadding some profile \"keywords\" (very useful in making new friends) - and\n" +"\t\t\tperhaps what country you live in; if you do not wish to be more specific\n" +"\t\t\tthan that.\n" +"\n" +"\t\t\tWe fully respect your right to privacy, and none of these items are necessary.\n" +"\t\t\tIf you are new and do not know anybody here, they may help\n" +"\t\t\tyou to make some new and interesting friends.\n" +"\n" +"\t\t\tIf you ever want to delete your account, you can do so at %3$s/removeme\n" +"\n" +"\t\t\tThank you and welcome to %2$s." +msgstr "" + +#: src/Protocol/OStatus.php:1799 +#, php-format +msgid "%s is now following %s." +msgstr "%s теперь подписан на %s." + +#: src/Protocol/OStatus.php:1800 +msgid "following" +msgstr "следует" + +#: src/Protocol/OStatus.php:1803 +#, php-format +msgid "%s stopped following %s." +msgstr "%s отписался от %s." + +#: src/Protocol/OStatus.php:1804 +msgid "stopped following" +msgstr "остановлено следование" + +#: src/Protocol/DFRN.php:1477 +#, php-format +msgid "%s\\'s birthday" +msgstr "День рождения %s" + +#: src/Protocol/Diaspora.php:2651 +msgid "Sharing notification from Diaspora network" +msgstr "Уведомление о шаре из сети Diaspora" + +#: src/Protocol/Diaspora.php:3738 +msgid "Attachments:" +msgstr "Вложения:" + +#: src/Worker/Delivery.php:392 +msgid "(no subject)" +msgstr "(без темы)" + +#: src/Object/Post.php:128 +msgid "This entry was edited" +msgstr "Эта запись была отредактирована" + +#: src/Object/Post.php:182 +msgid "save to folder" +msgstr "сохранить в папке" + +#: src/Object/Post.php:235 +msgid "I will attend" +msgstr "" + +#: src/Object/Post.php:235 +msgid "I will not attend" +msgstr "" + +#: src/Object/Post.php:235 +msgid "I might attend" +msgstr "" + +#: src/Object/Post.php:263 +msgid "add star" +msgstr "пометить" + +#: src/Object/Post.php:264 +msgid "remove star" +msgstr "убрать метку" + +#: src/Object/Post.php:265 +msgid "toggle star status" +msgstr "переключить статус" + +#: src/Object/Post.php:268 +msgid "starred" +msgstr "помечено" + +#: src/Object/Post.php:274 +msgid "ignore thread" +msgstr "игнорировать тему" + +#: src/Object/Post.php:275 +msgid "unignore thread" +msgstr "не игнорировать тему" + +#: src/Object/Post.php:276 +msgid "toggle ignore status" +msgstr "изменить статус игнорирования" + +#: src/Object/Post.php:285 +msgid "add tag" +msgstr "добавить ключевое слово (тег)" + +#: src/Object/Post.php:296 +msgid "like" +msgstr "нравится" + +#: src/Object/Post.php:297 +msgid "dislike" +msgstr "не нравится" + +#: src/Object/Post.php:300 +msgid "Share this" +msgstr "Поделитесь этим" + +#: src/Object/Post.php:300 +msgid "share" +msgstr "поделиться" + +#: src/Object/Post.php:365 +msgid "to" +msgstr "к" + +#: src/Object/Post.php:366 msgid "via" msgstr "через" -#: view/theme/duepuntozero/config.php:44 -msgid "greenzero" -msgstr "greenzero" +#: src/Object/Post.php:367 +msgid "Wall-to-Wall" +msgstr "Стена-на-Стену" -#: view/theme/duepuntozero/config.php:45 -msgid "purplezero" -msgstr "purplezero" +#: src/Object/Post.php:368 +msgid "via Wall-To-Wall:" +msgstr "через Стена-на-Стену:" -#: view/theme/duepuntozero/config.php:46 -msgid "easterbunny" -msgstr "easterbunny" - -#: view/theme/duepuntozero/config.php:47 -msgid "darkzero" -msgstr "darkzero" - -#: view/theme/duepuntozero/config.php:48 -msgid "comix" -msgstr "comix" - -#: view/theme/duepuntozero/config.php:49 -msgid "slackr" -msgstr "slackr" - -#: view/theme/duepuntozero/config.php:64 -msgid "Variations" -msgstr "Вариации" - -#: view/theme/frio/config.php:47 -msgid "Default" -msgstr "По умолчанию" - -#: view/theme/frio/config.php:59 -msgid "Note: " -msgstr "Внимание:" - -#: view/theme/frio/config.php:59 -msgid "Check image permissions if all users are allowed to visit the image" -msgstr "Проверьте права на изображение, все пользователи должны иметь к нему доступ" - -#: view/theme/frio/config.php:67 -msgid "Select scheme" -msgstr "Выбрать схему" - -#: view/theme/frio/config.php:68 -msgid "Navigation bar background color" -msgstr "Цвет фона навигационной панели" - -#: view/theme/frio/config.php:69 -msgid "Navigation bar icon color " -msgstr "Цвет иконок в навигационной панели" - -#: view/theme/frio/config.php:70 -msgid "Link color" -msgstr "Цвет ссылок" - -#: view/theme/frio/config.php:71 -msgid "Set the background color" -msgstr "Установить цвет фона" - -#: view/theme/frio/config.php:72 -msgid "Content background transparency" -msgstr "Прозрачность фона контента" - -#: view/theme/frio/config.php:73 -msgid "Set the background image" -msgstr "Установить фоновую картинку" - -#: view/theme/frio/php/Image.php:23 -msgid "Repeat the image" -msgstr "Повторить изображение" - -#: view/theme/frio/php/Image.php:23 -msgid "Will repeat your image to fill the background." -msgstr "Повторит изображение для заполнения фона" - -#: view/theme/frio/php/Image.php:25 -msgid "Stretch" -msgstr "Растянуть" - -#: view/theme/frio/php/Image.php:25 -msgid "Will stretch to width/height of the image." -msgstr "Растянет до ширины/высоты изображения" - -#: view/theme/frio/php/Image.php:27 -msgid "Resize fill and-clip" -msgstr "Отресайзить, чтобы заполнилось и обрезать" - -#: view/theme/frio/php/Image.php:27 -msgid "Resize to fill and retain aspect ratio." -msgstr "Отресайзить, чтобы заполнить и сохранить пропорции" - -#: view/theme/frio/php/Image.php:29 -msgid "Resize best fit" -msgstr "Отресайзить, чтобы вместилось" - -#: view/theme/frio/php/Image.php:29 -msgid "Resize to best fit and retain aspect ratio." -msgstr "Отресайзить, чтобы вместилось и сохранить пропорции" - -#: view/theme/frio/theme.php:226 -msgid "Guest" -msgstr "Гость" - -#: view/theme/frio/theme.php:232 -msgid "Visitor" -msgstr "Посетитель" - -#: view/theme/quattro/config.php:70 -msgid "Alignment" -msgstr "Выравнивание" - -#: view/theme/quattro/config.php:70 -msgid "Left" -msgstr "Слева" - -#: view/theme/quattro/config.php:70 -msgid "Center" -msgstr "Центр" - -#: view/theme/quattro/config.php:71 -msgid "Color scheme" -msgstr "Цветовая схема" - -#: view/theme/quattro/config.php:72 -msgid "Posts font size" -msgstr "Размер шрифта постов" - -#: view/theme/quattro/config.php:73 -msgid "Textareas font size" -msgstr "Размер шрифта текстовых полей" - -#: view/theme/vier/config.php:69 -msgid "Comma separated list of helper forums" -msgstr "Разделенный запятыми список форумов помощи" - -#: view/theme/vier/config.php:115 -msgid "Set style" -msgstr "Установить стиль" - -#: view/theme/vier/config.php:116 -msgid "Community Pages" -msgstr "Страницы сообщества" - -#: view/theme/vier/config.php:117 view/theme/vier/theme.php:149 -msgid "Community Profiles" -msgstr "Профили сообщества" - -#: view/theme/vier/config.php:118 -msgid "Help or @NewHere ?" -msgstr "Помощь" - -#: view/theme/vier/config.php:119 view/theme/vier/theme.php:390 -msgid "Connect Services" -msgstr "Подключить службы" - -#: view/theme/vier/config.php:120 view/theme/vier/theme.php:197 -msgid "Find Friends" -msgstr "Найти друзей" - -#: view/theme/vier/config.php:121 view/theme/vier/theme.php:179 -msgid "Last users" -msgstr "Последние пользователи" - -#: view/theme/vier/theme.php:198 -msgid "Local Directory" -msgstr "Локальный каталог" - -#: view/theme/vier/theme.php:290 -msgid "Quick Start" -msgstr "Быстрый запуск" - -#: index.php:433 -msgid "toggle mobile" -msgstr "мобильная версия" - -#: boot.php:999 -msgid "Delete this item?" -msgstr "Удалить этот элемент?" - -#: boot.php:1001 -msgid "show fewer" -msgstr "показать меньше" - -#: boot.php:1729 +#: src/Object/Post.php:427 #, php-format -msgid "Update %s failed. See error logs." -msgstr "Обновление %s не удалось. Смотрите журнал ошибок." +msgid "%d comment" +msgid_plural "%d comments" +msgstr[0] "%d комментарий" +msgstr[1] "%d комментариев" +msgstr[2] "%d комментариев" +msgstr[3] "%d комментариев" -#: boot.php:1843 +#: src/Object/Post.php:797 +msgid "Bold" +msgstr "Жирный" + +#: src/Object/Post.php:798 +msgid "Italic" +msgstr "Kурсивный" + +#: src/Object/Post.php:799 +msgid "Underline" +msgstr "Подчеркнутый" + +#: src/Object/Post.php:800 +msgid "Quote" +msgstr "Цитата" + +#: src/Object/Post.php:801 +msgid "Code" +msgstr "Код" + +#: src/Object/Post.php:802 +msgid "Image" +msgstr "Изображение / Фото" + +#: src/Object/Post.php:803 +msgid "Link" +msgstr "Ссылка" + +#: src/Object/Post.php:804 +msgid "Video" +msgstr "Видео" + +#: src/Module/Login.php:282 msgid "Create a New Account" msgstr "Создать новый аккаунт" -#: boot.php:1871 +#: src/Module/Login.php:315 msgid "Password: " msgstr "Пароль: " -#: boot.php:1872 +#: src/Module/Login.php:316 msgid "Remember me" msgstr "Запомнить" -#: boot.php:1875 +#: src/Module/Login.php:319 msgid "Or login using OpenID: " msgstr "Или зайти с OpenID: " -#: boot.php:1881 +#: src/Module/Login.php:325 msgid "Forgot your password?" msgstr "Забыли пароль?" -#: boot.php:1884 +#: src/Module/Login.php:328 msgid "Website Terms of Service" msgstr "Правила сайта" -#: boot.php:1885 +#: src/Module/Login.php:329 msgid "terms of service" msgstr "правила" -#: boot.php:1887 +#: src/Module/Login.php:331 msgid "Website Privacy Policy" msgstr "Политика конфиденциальности сервера" -#: boot.php:1888 +#: src/Module/Login.php:332 msgid "privacy policy" msgstr "политика конфиденциальности" + +#: src/Module/Logout.php:28 +msgid "Logged out." +msgstr "Выход из системы." + +#: src/App.php:511 +msgid "Delete this item?" +msgstr "Удалить этот элемент?" + +#: src/App.php:513 +msgid "show fewer" +msgstr "показать меньше" + +#: view/theme/duepuntozero/config.php:55 +msgid "greenzero" +msgstr "greenzero" + +#: view/theme/duepuntozero/config.php:56 +msgid "purplezero" +msgstr "purplezero" + +#: view/theme/duepuntozero/config.php:57 +msgid "easterbunny" +msgstr "easterbunny" + +#: view/theme/duepuntozero/config.php:58 +msgid "darkzero" +msgstr "darkzero" + +#: view/theme/duepuntozero/config.php:59 +msgid "comix" +msgstr "comix" + +#: view/theme/duepuntozero/config.php:60 +msgid "slackr" +msgstr "slackr" + +#: view/theme/duepuntozero/config.php:74 +msgid "Variations" +msgstr "Вариации" + +#: view/theme/frio/php/Image.php:25 +msgid "Repeat the image" +msgstr "Повторить изображение" + +#: view/theme/frio/php/Image.php:25 +msgid "Will repeat your image to fill the background." +msgstr "Повторит изображение для заполнения фона" + +#: view/theme/frio/php/Image.php:27 +msgid "Stretch" +msgstr "Растянуть" + +#: view/theme/frio/php/Image.php:27 +msgid "Will stretch to width/height of the image." +msgstr "Растянет до ширины/высоты изображения" + +#: view/theme/frio/php/Image.php:29 +msgid "Resize fill and-clip" +msgstr "Отресайзить, чтобы заполнилось и обрезать" + +#: view/theme/frio/php/Image.php:29 +msgid "Resize to fill and retain aspect ratio." +msgstr "Отресайзить, чтобы заполнить и сохранить пропорции" + +#: view/theme/frio/php/Image.php:31 +msgid "Resize best fit" +msgstr "Отресайзить, чтобы вместилось" + +#: view/theme/frio/php/Image.php:31 +msgid "Resize to best fit and retain aspect ratio." +msgstr "Отресайзить, чтобы вместилось и сохранить пропорции" + +#: view/theme/frio/config.php:97 +msgid "Default" +msgstr "По умолчанию" + +#: view/theme/frio/config.php:109 +msgid "Note" +msgstr "" + +#: view/theme/frio/config.php:109 +msgid "Check image permissions if all users are allowed to visit the image" +msgstr "Проверьте права на изображение, все пользователи должны иметь к нему доступ" + +#: view/theme/frio/config.php:116 +msgid "Select scheme" +msgstr "Выбрать схему" + +#: view/theme/frio/config.php:117 +msgid "Navigation bar background color" +msgstr "Цвет фона навигационной панели" + +#: view/theme/frio/config.php:118 +msgid "Navigation bar icon color " +msgstr "Цвет иконок в навигационной панели" + +#: view/theme/frio/config.php:119 +msgid "Link color" +msgstr "Цвет ссылок" + +#: view/theme/frio/config.php:120 +msgid "Set the background color" +msgstr "Установить цвет фона" + +#: view/theme/frio/config.php:121 +msgid "Content background opacity" +msgstr "" + +#: view/theme/frio/config.php:122 +msgid "Set the background image" +msgstr "Установить фоновую картинку" + +#: view/theme/frio/config.php:127 +msgid "Login page background image" +msgstr "" + +#: view/theme/frio/config.php:130 +msgid "Login page background color" +msgstr "" + +#: view/theme/frio/config.php:130 +msgid "Leave background image and color empty for theme defaults" +msgstr "" + +#: view/theme/frio/theme.php:238 +msgid "Guest" +msgstr "Гость" + +#: view/theme/frio/theme.php:243 +msgid "Visitor" +msgstr "Посетитель" + +#: view/theme/quattro/config.php:76 +msgid "Alignment" +msgstr "Выравнивание" + +#: view/theme/quattro/config.php:76 +msgid "Left" +msgstr "Слева" + +#: view/theme/quattro/config.php:76 +msgid "Center" +msgstr "Центр" + +#: view/theme/quattro/config.php:77 +msgid "Color scheme" +msgstr "Цветовая схема" + +#: view/theme/quattro/config.php:78 +msgid "Posts font size" +msgstr "Размер шрифта постов" + +#: view/theme/quattro/config.php:79 +msgid "Textareas font size" +msgstr "Размер шрифта текстовых полей" + +#: view/theme/vier/config.php:75 +msgid "Comma separated list of helper forums" +msgstr "Разделенный запятыми список форумов помощи" + +#: view/theme/vier/config.php:122 +msgid "Set style" +msgstr "Установить стиль" + +#: view/theme/vier/config.php:123 +msgid "Community Pages" +msgstr "Страницы сообщества" + +#: view/theme/vier/config.php:124 view/theme/vier/theme.php:150 +msgid "Community Profiles" +msgstr "Профили сообщества" + +#: view/theme/vier/config.php:125 +msgid "Help or @NewHere ?" +msgstr "Помощь" + +#: view/theme/vier/config.php:126 view/theme/vier/theme.php:389 +msgid "Connect Services" +msgstr "Подключить службы" + +#: view/theme/vier/config.php:127 view/theme/vier/theme.php:199 +msgid "Find Friends" +msgstr "Найти друзей" + +#: view/theme/vier/config.php:128 view/theme/vier/theme.php:181 +msgid "Last users" +msgstr "Последние пользователи" + +#: view/theme/vier/theme.php:200 +msgid "Local Directory" +msgstr "Локальный каталог" + +#: view/theme/vier/theme.php:292 +msgid "Quick Start" +msgstr "Быстрый запуск" + +#: index.php:444 +msgid "toggle mobile" +msgstr "мобильная версия" + +#: boot.php:791 +#, php-format +msgid "Update %s failed. See error logs." +msgstr "Обновление %s не удалось. Смотрите журнал ошибок." diff --git a/view/lang/ru/strings.php b/view/lang/ru/strings.php index 9a49516731..27aa61a1a5 100644 --- a/view/lang/ru/strings.php +++ b/view/lang/ru/strings.php @@ -5,12 +5,1762 @@ function string_plural_select_ru($n){ return ($n%10==1 && $n%100!=11 ? 0 : $n%10>=2 && $n%10<=4 && ($n%100<12 || $n%100>14) ? 1 : $n%10==0 || ($n%10>=5 && $n%10<=9) || ($n%100>=11 && $n%100<=14)? 2 : 3);; }} ; -$a->strings["Forums"] = "Форумы"; -$a->strings["External link to forum"] = "Внешняя ссылка на форум"; +$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."] = "Ключ формы безопасности неправильный. Вероятно, это произошло потому, что форма была открыта слишком долго (более 3 часов) до её отправки."; +$a->strings["Cannot locate DNS info for database server '%s'"] = "Не могу найти информацию для DNS-сервера базы данных '%s'"; +$a->strings["Daily posting limit of %d post reached. The post was rejected."] = [ + 0 => "Дневной лимит в %d пост достигнут. Пост отклонен.", + 1 => "Дневной лимит в %d поста достигнут. Пост отклонен.", + 2 => "Дневной лимит в %d постов достигнут. Пост отклонен.", + 3 => "Дневной лимит в %d постов достигнут. Пост отклонен.", +]; +$a->strings["Weekly posting limit of %d post reached. The post was rejected."] = [ + 0 => "", + 1 => "", + 2 => "", + 3 => "", +]; +$a->strings["Monthly posting limit of %d post reached. The post was rejected."] = ""; +$a->strings["Profile Photos"] = "Фотографии профиля"; +$a->strings["Friendica Notification"] = "Уведомления Friendica"; +$a->strings["Thank You,"] = "Спасибо,"; +$a->strings["%s Administrator"] = "%s администратор"; +$a->strings["%1\$s, %2\$s Administrator"] = "%1\$s, администратор %2\$s"; +$a->strings["noreply"] = "без ответа"; +$a->strings["[Friendica:Notify] New mail received at %s"] = "[Friendica: Оповещение] Новое сообщение, пришедшее на %s"; +$a->strings["%1\$s sent you a new private message at %2\$s."] = "%1\$s отправил вам новое личное сообщение на %2\$s."; +$a->strings["a private message"] = "личное сообщение"; +$a->strings["%1\$s sent you %2\$s."] = "%1\$s послал вам %2\$s."; +$a->strings["Please visit %s to view and/or reply to your private messages."] = "Пожалуйста, посетите %s для просмотра и/или ответа на личные сообщения."; +$a->strings["%1\$s commented on [url=%2\$s]a %3\$s[/url]"] = "%1\$s прокомментировал [url=%2\$s]a %3\$s[/url]"; +$a->strings["%1\$s commented on [url=%2\$s]%3\$s's %4\$s[/url]"] = "%1\$s прокомментировал [url=%2\$s]%3\$s's %4\$s[/url]"; +$a->strings["%1\$s commented on [url=%2\$s]your %3\$s[/url]"] = "%1\$s прокомментировал [url=%2\$s]your %3\$s[/url]"; +$a->strings["[Friendica:Notify] Comment to conversation #%1\$d by %2\$s"] = "[Friendica:Notify] Комментарий к #%1\$d от %2\$s"; +$a->strings["%s commented on an item/conversation you have been following."] = "%s оставил комментарий к элементу/беседе, за которой вы следите."; +$a->strings["Please visit %s to view and/or reply to the conversation."] = "Пожалуйста посетите %s для просмотра и/или ответа в беседу."; +$a->strings["[Friendica:Notify] %s posted to your profile wall"] = "[Friendica:Оповещение] %s написал на стене вашего профиля"; +$a->strings["%1\$s posted to your profile wall at %2\$s"] = "%1\$s написал на вашей стене на %2\$s"; +$a->strings["%1\$s posted to [url=%2\$s]your wall[/url]"] = "%1\$s написал на [url=%2\$s]вашей стене[/url]"; +$a->strings["[Friendica:Notify] %s tagged you"] = "[Friendica:Notify] %s отметил вас"; +$a->strings["%1\$s tagged you at %2\$s"] = "%1\$s отметил вас в %2\$s"; +$a->strings["%1\$s [url=%2\$s]tagged you[/url]."] = "%1\$s [url=%2\$s]отметил вас[/url]."; +$a->strings["[Friendica:Notify] %s shared a new post"] = "[Friendica:Notify] %s поделился новым постом"; +$a->strings["%1\$s shared a new post at %2\$s"] = "%1\$s поделился новым постом на %2\$s"; +$a->strings["%1\$s [url=%2\$s]shared a post[/url]."] = "%1\$s [url=%2\$s]поделился постом[/url]."; +$a->strings["[Friendica:Notify] %1\$s poked you"] = "[Friendica:Notify] %1\$s потыкал вас"; +$a->strings["%1\$s poked you at %2\$s"] = "%1\$s потыкал вас на %2\$s"; +$a->strings["%1\$s [url=%2\$s]poked you[/url]."] = "%1\$s [url=%2\$s]потыкал вас[/url]."; +$a->strings["[Friendica:Notify] %s tagged your post"] = "[Friendica:Notify] %s поставил тег вашему посту"; +$a->strings["%1\$s tagged your post at %2\$s"] = "%1\$s поставил тег вашему посту на %2\$s"; +$a->strings["%1\$s tagged [url=%2\$s]your post[/url]"] = "%1\$s поставил тег [url=%2\$s]вашему посту[/url]"; +$a->strings["[Friendica:Notify] Introduction received"] = "[Friendica:Сообщение] получен запрос"; +$a->strings["You've received an introduction from '%1\$s' at %2\$s"] = "Вы получили запрос от '%1\$s' на %2\$s"; +$a->strings["You've received [url=%1\$s]an introduction[/url] from %2\$s."] = "Вы получили [url=%1\$s]запрос[/url] от %2\$s."; +$a->strings["You may visit their profile at %s"] = "Вы можете посмотреть его профиль здесь %s"; +$a->strings["Please visit %s to approve or reject the introduction."] = "Посетите %s для подтверждения или отказа запроса."; +$a->strings["[Friendica:Notify] A new person is sharing with you"] = "[Friendica:Notify] Новый человек делится с вами"; +$a->strings["%1\$s is sharing with you at %2\$s"] = "%1\$s делится с вами на %2\$s"; +$a->strings["[Friendica:Notify] You have a new follower"] = "[Friendica:Notify] У вас новый подписчик"; +$a->strings["You have a new follower at %2\$s : %1\$s"] = "У вас новый подписчик на %2\$s : %1\$s"; +$a->strings["[Friendica:Notify] Friend suggestion received"] = "[Friendica: Оповещение] получено предложение дружбы"; +$a->strings["You've received a friend suggestion from '%1\$s' at %2\$s"] = "Вы получили предложение дружбы от '%1\$s' на %2\$s"; +$a->strings["You've received [url=%1\$s]a friend suggestion[/url] for %2\$s from %3\$s."] = "У вас [url=%1\$s]новое предложение дружбы[/url] для %2\$s от %3\$s."; +$a->strings["Name:"] = "Имя:"; +$a->strings["Photo:"] = "Фото:"; +$a->strings["Please visit %s to approve or reject the suggestion."] = "Пожалуйста, посетите %s для подтверждения, или отказа запроса."; +$a->strings["[Friendica:Notify] Connection accepted"] = "[Friendica:Notify] Соединение принято"; +$a->strings["'%1\$s' has accepted your connection request at %2\$s"] = "'%1\$s' принял соединение с вами на %2\$s"; +$a->strings["%2\$s has accepted your [url=%1\$s]connection request[/url]."] = "%2\$s принял ваше [url=%1\$s]предложение о соединении[/url]."; +$a->strings["You are now mutual friends and may exchange status updates, photos, and email without restriction."] = "Вы теперь взаимные друзья и можете обмениваться статусами, фотографиями и письмами без ограничений."; +$a->strings["Please visit %s if you wish to make any changes to this relationship."] = "Посетите %s если вы хотите сделать изменения в этом отношении."; +$a->strings["'%1\$s' has chosen to accept you a fan, which restricts some forms of communication - such as private messaging and some profile interactions. If this is a celebrity or community page, these settings were applied automatically."] = ""; +$a->strings["'%1\$s' may choose to extend this into a two-way or more permissive relationship in the future."] = ""; +$a->strings["Please visit %s if you wish to make any changes to this relationship."] = "Посетите %s если вы хотите сделать изменения в этом отношении."; +$a->strings["[Friendica System:Notify] registration request"] = "[Friendica System:Notify] Запрос на регистрацию"; +$a->strings["You've received a registration request from '%1\$s' at %2\$s"] = "Вы получили запрос на регистрацию от '%1\$s' на %2\$s"; +$a->strings["You've received a [url=%1\$s]registration request[/url] from %2\$s."] = "Вы получили [url=%1\$s]запрос регистрации[/url] от %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."] = "Пожалуйста, посетите %s чтобы подтвердить или отвергнуть запрос."; +$a->strings["Item not found."] = "Пункт не найден."; +$a->strings["Do you really want to delete this item?"] = "Вы действительно хотите удалить этот элемент?"; +$a->strings["Yes"] = "Да"; +$a->strings["Cancel"] = "Отмена"; +$a->strings["Permission denied."] = "Нет разрешения."; +$a->strings["Archives"] = "Архивы"; $a->strings["show more"] = "показать больше"; -$a->strings["System"] = "Система"; -$a->strings["Network"] = "Новости"; +$a->strings["event"] = "мероприятие"; +$a->strings["status"] = "статус"; +$a->strings["photo"] = "фото"; +$a->strings["%1\$s likes %2\$s's %3\$s"] = "%1\$s нравится %3\$s от %2\$s "; +$a->strings["%1\$s doesn't like %2\$s's %3\$s"] = "%1\$s не нравится %3\$s от %2\$s "; +$a->strings["%1\$s attends %2\$s's %3\$s"] = "%1\$s уделил внимание %2\$s's %3\$s"; +$a->strings["%1\$s doesn't attend %2\$s's %3\$s"] = ""; +$a->strings["%1\$s attends maybe %2\$s's %3\$s"] = ""; +$a->strings["%1\$s is now friends with %2\$s"] = "%1\$s и %2\$s теперь друзья"; +$a->strings["%1\$s poked %2\$s"] = ""; +$a->strings["%1\$s tagged %2\$s's %3\$s with %4\$s"] = "%1\$s tagged %2\$s's %3\$s в %4\$s"; +$a->strings["post/item"] = "пост/элемент"; +$a->strings["%1\$s marked %2\$s's %3\$s as favorite"] = "%1\$s пометил %2\$s %3\$s как Фаворит"; +$a->strings["Likes"] = "Лайки"; +$a->strings["Dislikes"] = "Не нравится"; +$a->strings["Attending"] = [ + 0 => "", + 1 => "", + 2 => "", + 3 => "", +]; +$a->strings["Not attending"] = ""; +$a->strings["Might attend"] = ""; +$a->strings["Select"] = "Выберите"; +$a->strings["Delete"] = "Удалить"; +$a->strings["View %s's profile @ %s"] = "Просмотреть профиль %s [@ %s]"; +$a->strings["Categories:"] = "Категории:"; +$a->strings["Filed under:"] = "В рубрике:"; +$a->strings["%s from %s"] = "%s с %s"; +$a->strings["View in context"] = "Смотреть в контексте"; +$a->strings["Please wait"] = "Пожалуйста, подождите"; +$a->strings["remove"] = "удалить"; +$a->strings["Delete Selected Items"] = "Удалить выбранные позиции"; +$a->strings["Follow Thread"] = "Подписаться на тему"; +$a->strings["View Status"] = "Просмотреть статус"; +$a->strings["View Profile"] = "Просмотреть профиль"; +$a->strings["View Photos"] = "Просмотреть фото"; +$a->strings["Network Posts"] = "Посты сети"; +$a->strings["View Contact"] = "Просмотреть контакт"; +$a->strings["Send PM"] = "Отправить ЛС"; +$a->strings["Poke"] = "потыкать"; +$a->strings["Connect/Follow"] = "Подключиться/Следовать"; +$a->strings["%s likes this."] = "%s нравится это."; +$a->strings["%s doesn't like this."] = "%s не нравится это."; +$a->strings["%s attends."] = ""; +$a->strings["%s doesn't attend."] = ""; +$a->strings["%s attends maybe."] = ""; +$a->strings["and"] = "и"; +$a->strings["and %d other people"] = ""; +$a->strings["%2\$d people like this"] = "%2\$d людям нравится это"; +$a->strings["%s like this."] = "%s нравится это."; +$a->strings["%2\$d people don't like this"] = "%2\$d людям не нравится это"; +$a->strings["%s don't like this."] = "%s не нравится это"; +$a->strings["%2\$d people attend"] = ""; +$a->strings["%s attend."] = ""; +$a->strings["%2\$d people don't attend"] = ""; +$a->strings["%s don't attend."] = ""; +$a->strings["%2\$d people attend maybe"] = ""; +$a->strings["%s attend maybe."] = ""; +$a->strings["Visible to everybody"] = "Видимое всем"; +$a->strings["Please enter a link URL:"] = "Пожалуйста, введите URL ссылки:"; +$a->strings["Please enter a video link/URL:"] = "Введите ссылку на видео link/URL:"; +$a->strings["Please enter an audio link/URL:"] = "Введите ссылку на аудио link/URL:"; +$a->strings["Tag term:"] = "Тег:"; +$a->strings["Save to Folder:"] = "Сохранить в папку:"; +$a->strings["Where are you right now?"] = "И где вы сейчас?"; +$a->strings["Delete item(s)?"] = "Удалить елемент(ты)?"; +$a->strings["New Post"] = ""; +$a->strings["Share"] = "Поделиться"; +$a->strings["Upload photo"] = "Загрузить фото"; +$a->strings["upload photo"] = "загрузить фото"; +$a->strings["Attach file"] = "Прикрепить файл"; +$a->strings["attach file"] = "приложить файл"; +$a->strings["Insert web link"] = "Вставить веб-ссылку"; +$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["Set title"] = "Установить заголовок"; +$a->strings["Categories (comma-separated list)"] = "Категории (список через запятую)"; +$a->strings["Permission settings"] = "Настройки разрешений"; +$a->strings["permissions"] = "разрешения"; +$a->strings["Public post"] = "Публичное сообщение"; +$a->strings["Preview"] = "Предварительный просмотр"; +$a->strings["Post to Groups"] = "Пост для групп"; +$a->strings["Post to Contacts"] = "Пост для контактов"; +$a->strings["Private post"] = "Личное сообщение"; +$a->strings["Message"] = "Сообщение"; +$a->strings["Browser"] = "Браузер"; +$a->strings["View all"] = "Посмотреть все"; +$a->strings["Like"] = [ + 0 => "Нравится", + 1 => "Нравится", + 2 => "Нравится", + 3 => "Нравится", +]; +$a->strings["Dislike"] = [ + 0 => "Не нравится", + 1 => "Не нравится", + 2 => "Не нравится", + 3 => "Не нравится", +]; +$a->strings["Not Attending"] = [ + 0 => "", + 1 => "", + 2 => "", + 3 => "", +]; +$a->strings["Undecided"] = [ + 0 => "", + 1 => "", + 2 => "", + 3 => "", +]; +$a->strings["newer"] = "новее"; +$a->strings["older"] = "старее"; +$a->strings["first"] = "первый"; +$a->strings["prev"] = "пред."; +$a->strings["next"] = "след."; +$a->strings["last"] = "последний"; +$a->strings["Loading more entries..."] = "Загружаю больше сообщений..."; +$a->strings["The end"] = "Конец"; +$a->strings["No contacts"] = "Нет контактов"; +$a->strings["%d Contact"] = [ + 0 => "%d контакт", + 1 => "%d контактов", + 2 => "%d контактов", + 3 => "%d контактов", +]; +$a->strings["View Contacts"] = "Просмотр контактов"; +$a->strings["Save"] = "Сохранить"; +$a->strings["Follow"] = ""; +$a->strings["Search"] = "Поиск"; +$a->strings["@name, !forum, #tags, content"] = "@имя, !форум, #тег, контент"; +$a->strings["Full Text"] = "Контент"; +$a->strings["Tags"] = "Тэги"; +$a->strings["Contacts"] = "Контакты"; +$a->strings["Forums"] = "Форумы"; +$a->strings["poke"] = "poke"; +$a->strings["poked"] = "ткнут"; +$a->strings["ping"] = "пинг"; +$a->strings["pinged"] = "пингуется"; +$a->strings["prod"] = "толкать"; +$a->strings["prodded"] = "толкнут"; +$a->strings["slap"] = "шлепнуть"; +$a->strings["slapped"] = "шлепнут"; +$a->strings["finger"] = ""; +$a->strings["fingered"] = ""; +$a->strings["rebuff"] = ""; +$a->strings["rebuffed"] = ""; +$a->strings["Monday"] = "Понедельник"; +$a->strings["Tuesday"] = "Вторник"; +$a->strings["Wednesday"] = "Среда"; +$a->strings["Thursday"] = "Четверг"; +$a->strings["Friday"] = "Пятница"; +$a->strings["Saturday"] = "Суббота"; +$a->strings["Sunday"] = "Воскресенье"; +$a->strings["January"] = "Январь"; +$a->strings["February"] = "Февраль"; +$a->strings["March"] = "Март"; +$a->strings["April"] = "Апрель"; +$a->strings["May"] = "Май"; +$a->strings["June"] = "Июнь"; +$a->strings["July"] = "Июль"; +$a->strings["August"] = "Август"; +$a->strings["September"] = "Сентябрь"; +$a->strings["October"] = "Октябрь"; +$a->strings["November"] = "Ноябрь"; +$a->strings["December"] = "Декабрь"; +$a->strings["Mon"] = "Пн"; +$a->strings["Tue"] = "Вт"; +$a->strings["Wed"] = "Ср"; +$a->strings["Thu"] = "Чт"; +$a->strings["Fri"] = "Пт"; +$a->strings["Sat"] = "Сб"; +$a->strings["Sun"] = "Вс"; +$a->strings["Jan"] = "Янв"; +$a->strings["Feb"] = "Фев"; +$a->strings["Mar"] = "Мрт"; +$a->strings["Apr"] = "Апр"; +$a->strings["Jul"] = "Июл"; +$a->strings["Aug"] = "Авг"; +$a->strings["Sep"] = ""; +$a->strings["Oct"] = "Окт"; +$a->strings["Nov"] = "Нбр"; +$a->strings["Dec"] = "Дек"; +$a->strings["Content warning: %s"] = ""; +$a->strings["View Video"] = "Просмотреть видео"; +$a->strings["bytes"] = "байт"; +$a->strings["Click to open/close"] = "Нажмите, чтобы открыть / закрыть"; +$a->strings["View on separate page"] = ""; +$a->strings["view on separate page"] = ""; +$a->strings["link to source"] = "ссылка на сообщение"; +$a->strings["activity"] = "активность"; +$a->strings["comment"] = [ + 0 => "", + 1 => "", + 2 => "комментарий", + 3 => "комментарий", +]; +$a->strings["post"] = "сообщение"; +$a->strings["Item filed"] = ""; +$a->strings["No friends to display."] = "Нет друзей."; +$a->strings["Connect"] = "Подключить"; +$a->strings["Authorize application connection"] = "Разрешить связь с приложением"; +$a->strings["Return to your app and insert this Securty Code:"] = "Вернитесь в ваше приложение и задайте этот код:"; +$a->strings["Please login to continue."] = "Пожалуйста, войдите для продолжения."; +$a->strings["Do you want to authorize this application to access your posts and contacts, and/or create new posts for you?"] = "Вы действительно хотите разрешить этому приложению доступ к своим постам и контактам, а также создавать новые записи от вашего имени?"; +$a->strings["No"] = "Нет"; +$a->strings["You must be logged in to use addons. "] = "Вы должны войти в систему, чтобы использовать аддоны."; +$a->strings["Applications"] = "Приложения"; +$a->strings["No installed applications."] = "Нет установленных приложений."; +$a->strings["Item not available."] = "Пункт не доступен."; +$a->strings["Item was not found."] = "Пункт не был найден."; +$a->strings["No contacts in common."] = "Нет общих контактов."; +$a->strings["Common Friends"] = "Общие друзья"; +$a->strings["Credits"] = "Признательность"; +$a->strings["Friendica is a community project, that would not be possible without the help of many people. Here is a list of those who have contributed to the code or the translation of Friendica. Thank you all!"] = "Friendica это проект сообщества, который был бы невозможен без помощи многих людей. Вот лист тех, кто писал код или помогал с переводом. Спасибо вам всем!"; +$a->strings["Contact settings applied."] = "Установки контакта приняты."; +$a->strings["Contact update failed."] = "Обновление контакта неудачное."; +$a->strings["Contact not found."] = "Контакт не найден."; +$a->strings["WARNING: This is highly advanced and if you enter incorrect information your communications with this contact may stop working."] = "ВНИМАНИЕ: Это крайне важно! Если вы введете неверную информацию, ваша связь с этим контактом перестанет работать."; +$a->strings["Please use your browser 'Back' button now if you are uncertain what to do on this page."] = "Пожалуйста, нажмите клавишу вашего браузера 'Back' или 'Назад' сейчас, если вы не уверены, что делаете на этой странице."; +$a->strings["No mirroring"] = "Не зеркалировать"; +$a->strings["Mirror as forwarded posting"] = "Зеркалировать как переадресованные сообщения"; +$a->strings["Mirror as my own posting"] = "Зеркалировать как мои сообщения"; +$a->strings["Return to contact editor"] = "Возврат к редактору контакта"; +$a->strings["Refetch contact data"] = "Обновить данные контакта"; +$a->strings["Submit"] = "Добавить"; +$a->strings["Remote Self"] = "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."] = "Пометить этот контакт как remote_self, что заставит Friendica постить сообщения от этого контакта."; +$a->strings["Name"] = "Имя"; +$a->strings["Account Nickname"] = "Ник аккаунта"; +$a->strings["@Tagname - overrides Name/Nickname"] = "@Tagname - перезаписывает Имя/Ник"; +$a->strings["Account URL"] = "URL аккаунта"; +$a->strings["Friend Request URL"] = "URL запроса в друзья"; +$a->strings["Friend Confirm URL"] = "URL подтверждения друга"; +$a->strings["Notification Endpoint URL"] = "URL эндпоинта уведомления"; +$a->strings["Poll/Feed URL"] = "URL опроса/ленты"; +$a->strings["New photo from this URL"] = "Новое фото из этой URL"; +$a->strings["Photos"] = "Фото"; +$a->strings["Contact Photos"] = "Фотографии контакта"; +$a->strings["Upload"] = "Загрузить"; +$a->strings["Files"] = "Файлы"; +$a->strings["Not Found"] = "Не найдено"; +$a->strings["No profile"] = "Нет профиля"; +$a->strings["Help:"] = "Помощь:"; +$a->strings["Help"] = "Помощь"; +$a->strings["Page not found."] = "Страница не найдена."; +$a->strings["Welcome to %s"] = "Добро пожаловать на %s!"; +$a->strings["Remote privacy information not available."] = "Личная информация удаленно недоступна."; +$a->strings["Visible to:"] = "Кто может видеть:"; +$a->strings["System down for maintenance"] = "Система закрыта на техническое обслуживание"; +$a->strings["Welcome to Friendica"] = "Добро пожаловать в 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"] = "Friendica тур"; +$a->strings["On your Quick Start 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 Settings 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["Profile"] = "Информация"; +$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 default 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["Importing Emails"] = "Импортирование Email-ов"; +$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"] = "Введите информацию о доступе к вашему email на странице настроек вашего коннектора, если вы хотите импортировать, и общаться с друзьями или получать рассылки на ваш ящик электронной почты"; +$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 Add New Contact 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 Connect or Follow 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."] = "На боковой панели страницы Контакты есть несколько инструментов, чтобы найти новых друзей. Мы можем искать по соответствию интересам, посмотреть людей по имени или интересам, и внести предложения на основе сетевых отношений. На новом сайте, предложения дружбы, как правило, начинают заполняться в течение 24 часов."; +$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."] = "Friendica уважает вашу приватность. По умолчанию, ваши сообщения будут показываться только для людей, которых вы добавили в список друзей. Для получения дополнительной информации см. раздел справки по ссылке выше."; +$a->strings["Getting Help"] = "Получить помощь"; +$a->strings["Go to the Help Section"] = "Перейти в раздел справки"; +$a->strings["Our help pages may be consulted for detail on other program features and resources."] = "Наши страницы помощи могут проконсультировать о подробностях и возможностях программы и ресурса."; +$a->strings["Visit %s's profile [%s]"] = "Посетить профиль %s [%s]"; +$a->strings["Edit contact"] = "Редактировать контакт"; +$a->strings["Contacts who are not members of a group"] = "Контакты, которые не являются членами группы"; +$a->strings["Not Extended"] = "Не расширенный"; +$a->strings["Resubscribing to OStatus contacts"] = "Переподписаться на OStatus-контакты."; +$a->strings["Error"] = "Ошибка"; +$a->strings["Done"] = "Готово"; +$a->strings["Keep this window open until done."] = "Держать окно открытым до завершения."; +$a->strings["Do you really want to delete this suggestion?"] = "Вы действительно хотите удалить это предложение?"; +$a->strings["No suggestions available. If this is a new site, please try again in 24 hours."] = "Нет предложений. Если это новый сайт, пожалуйста, попробуйте снова через 24 часа."; +$a->strings["Ignore/Hide"] = "Проигнорировать/Скрыть"; +$a->strings["Friend Suggestions"] = "Предложения друзей"; +$a->strings["This site has exceeded the number of allowed daily account registrations. Please try again tomorrow."] = "Этот сайт превысил допустимое количество ежедневных регистраций. Пожалуйста, повторите попытку завтра."; +$a->strings["Import"] = "Импорт"; +$a->strings["Move account"] = "Удалить аккаунт"; +$a->strings["You can import an account from another Friendica server."] = "Вы можете импортировать учетную запись с другого сервера Friendica."; +$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 (GNU Social/Statusnet) or from Diaspora"] = "Это экспериментальная функция. Мы не можем импортировать контакты из сети OStatus (GNU Social/ StatusNet) или из Diaspora"; +$a->strings["Account file"] = "Файл аккаунта"; +$a->strings["To export your account, go to \"Settings->Export your personal data\" and select \"Export account\""] = "Для экспорта аккаунта, перейдите в \"Настройки->Экспортировать ваши данные\" и выберите \"Экспорт аккаунта\""; +$a->strings["[Embedded content - reload page to view]"] = "[Встроенное содержание - перезагрузите страницу для просмотра]"; +$a->strings["%1\$s welcomes %2\$s"] = "%1\$s добро пожаловать %2\$s"; +$a->strings["No keywords to match. Please add keywords to your default profile."] = "Нет соответствующих ключевых слов. Пожалуйста, добавьте ключевые слова для вашего профиля по умолчанию."; +$a->strings["is interested in:"] = "интересуется:"; +$a->strings["Profile Match"] = "Похожие профили"; +$a->strings["No matches"] = "Нет соответствий"; +$a->strings["Invalid request identifier."] = "Неверный идентификатор запроса."; +$a->strings["Discard"] = "Отказаться"; +$a->strings["Ignore"] = "Игнорировать"; +$a->strings["Notifications"] = "Уведомления"; +$a->strings["Network Notifications"] = "Уведомления сети"; +$a->strings["System Notifications"] = "Уведомления системы"; +$a->strings["Personal Notifications"] = "Личные уведомления"; +$a->strings["Home Notifications"] = "Уведомления"; +$a->strings["Show Ignored Requests"] = "Показать проигнорированные запросы"; +$a->strings["Hide Ignored Requests"] = "Скрыть проигнорированные запросы"; +$a->strings["Notification type: "] = "Тип уведомления: "; +$a->strings["suggested by %s"] = "предложено юзером %s"; +$a->strings["Hide this contact from others"] = "Скрыть этот контакт от других"; +$a->strings["Post a new friend activity"] = "Настроение"; +$a->strings["if applicable"] = "если требуется"; +$a->strings["Approve"] = "Одобрить"; +$a->strings["Claims to be known to you: "] = "Утверждения, о которых должно быть вам известно: "; +$a->strings["yes"] = "да"; +$a->strings["no"] = "нет"; +$a->strings["Shall your connection be bidirectional or not?"] = "Должно ли ваше соединение быть двухсторонним или нет?"; +$a->strings["Accepting %s as a friend allows %s to subscribe to your posts, and you will also receive updates from them in your news feed."] = "Принимая %s как друга вы позволяете %s читать ему свои посты, а также будете получать оные от него."; +$a->strings["Accepting %s as a subscriber allows them to subscribe to your posts, but you will not receive updates from them in your news feed."] = "Принимая %s как подписчика вы позволяете читать ему свои посты, но вы не получите оных от него."; +$a->strings["Accepting %s as a sharer allows them to subscribe to your posts, but you will not receive updates from them in your news feed."] = "Принимая %s как подписчика вы позволяете читать ему свои посты, но вы не получите оных от него."; +$a->strings["Friend"] = "Друг"; +$a->strings["Sharer"] = "Участник"; +$a->strings["Subscriber"] = "Подписант"; +$a->strings["Location:"] = "Откуда:"; +$a->strings["About:"] = "О себе:"; +$a->strings["Tags:"] = "Ключевые слова: "; +$a->strings["Gender:"] = "Пол:"; +$a->strings["Profile URL"] = "URL профиля"; +$a->strings["Network:"] = "Сеть:"; +$a->strings["No introductions."] = "Запросов нет."; +$a->strings["Show unread"] = "Показать непрочитанные"; +$a->strings["Show all"] = "Показать все"; +$a->strings["No more %s notifications."] = "Больше нет уведомлений о %s."; +$a->strings["OpenID protocol error. No ID returned."] = "Ошибка протокола OpenID. Не возвращён ID."; +$a->strings["Account not found and OpenID registration is not permitted on this site."] = "Аккаунт не найден и OpenID регистрация не допускается на этом сайте."; +$a->strings["Login failed."] = "Войти не удалось."; +$a->strings["Profile not found."] = "Профиль не найден."; +$a->strings["This may occasionally happen if contact was requested by both persons and it has already been approved."] = "Это может иногда происходить, если контакт запрашивали двое людей, и он был уже одобрен."; +$a->strings["Response from remote site was not understood."] = "Ответ от удаленного сайта не был понят."; +$a->strings["Unexpected response from remote site: "] = "Неожиданный ответ от удаленного сайта: "; +$a->strings["Confirmation completed successfully."] = "Подтверждение успешно завершено."; +$a->strings["Temporary failure. Please wait and try again."] = "Временные неудачи. Подождите и попробуйте еще раз."; +$a->strings["Introduction failed or was revoked."] = "Запрос ошибочен или был отозван."; +$a->strings["Remote site reported: "] = "Удаленный сайт сообщил: "; +$a->strings["Unable to set contact photo."] = "Не удается установить фото контакта."; +$a->strings["No user record found for '%s' "] = "Не найдено записи пользователя для '%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."] = "Был предоставлен пустой URL сайта ​​или URL не может быть расшифрован нами."; +$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."] = "Публичный ключ недоступен в записи о контакте по ссылке %s"; +$a->strings["The ID provided by your system is a duplicate on our system. It should work if you try again."] = "ID, предложенный вашей системой, является дубликатом в нашей системе. Он должен работать, если вы повторите попытку."; +$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"] = "%1\$s присоединился %2\$s"; +$a->strings["Total invitation limit exceeded."] = "Превышен общий лимит приглашений."; +$a->strings["%s : Not a valid email address."] = "%s: Неверный адрес электронной почты."; +$a->strings["Please join us on Friendica"] = "Пожалуйста, присоединяйтесь к нам на Friendica"; +$a->strings["Invitation limit exceeded. Please contact your site administrator."] = "Лимит приглашений превышен. Пожалуйста, свяжитесь с администратором сайта."; +$a->strings["%s : Message delivery failed."] = "%s: Доставка сообщения не удалась."; +$a->strings["%d message sent."] = [ + 0 => "%d сообщение отправлено.", + 1 => "%d сообщений отправлено.", + 2 => "%d сообщений отправлено.", + 3 => "%d сообщений отправлено.", +]; +$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."] = "Посетите %s со списком общедоступных сайтов, к которым вы можете присоединиться. Все участники Friendica на других сайтах могут соединиться друг с другом, а также с участниками многих других социальных сетей."; +$a->strings["To accept this invitation, please visit and register at %s or any other public Friendica website."] = "Для одобрения этого приглашения, пожалуйста, посетите и зарегистрируйтесь на %s ,или любом другом публичном сервере Friendica"; +$a->strings["Friendica sites all inter-connect to create a huge privacy-enhanced social web that is owned and controlled by its members. They can also connect with many traditional social networks. See %s for a list of alternate Friendica sites you can join."] = "Сайты Friendica, подключившись между собой, могут создать сеть с повышенной безопасностью, которая принадлежит и управляется её членами. Они также могут подключаться ко многим традиционным социальным сетям. См. %s со списком альтернативных сайтов Friendica, к которым вы можете присоединиться."; +$a->strings["Our apologies. This system is not currently configured to connect with other public sites or invite members."] = "Извините. Эта система в настоящее время не сконфигурирована для соединения с другими общественными сайтами и для приглашения участников."; +$a->strings["Friendica sites all inter-connect to create a huge privacy-enhanced social web that is owned and controlled by its members. They can also connect with many traditional social networks."] = ""; +$a->strings["To accept this invitation, please visit and register at %s."] = ""; +$a->strings["Send invitations"] = "Отправить приглашения"; +$a->strings["Enter email addresses, one per line:"] = "Введите адреса электронной почты, по одному в строке:"; +$a->strings["Your message:"] = "Ваше сообщение:"; +$a->strings["You are cordially invited to join me and other close friends on Friendica - and help us to create a better social web."] = "Приглашаем Вас присоединиться ко мне и другим близким друзьям на Friendica - помочь нам создать лучшую социальную сеть."; +$a->strings["You will need to supply this invitation code: \$invite_code"] = "Вам нужно будет предоставить этот код приглашения: \$invite_code"; +$a->strings["Once you have registered, please connect with me via my profile page at:"] = "После того как вы зарегистрировались, пожалуйста, свяжитесь со мной через мою страницу профиля по адресу:"; +$a->strings["For more information about the Friendica project and why we feel it is important, please visit http://friendi.ca"] = ""; +$a->strings["Invalid request."] = "Неверный запрос."; +$a->strings["Sorry, maybe your upload is bigger than the PHP configuration allows"] = "Извините, похоже что загружаемый файл превышает лимиты, разрешенные конфигурацией PHP"; +$a->strings["Or - did you try to upload an empty file?"] = "Или вы пытались загрузить пустой файл?"; +$a->strings["File exceeds size limit of %s"] = "Файл превышает лимит размера в %s"; +$a->strings["File upload failed."] = "Загрузка файла не удалась."; +$a->strings["Manage Identities and/or Pages"] = "Управление идентификацией и / или страницами"; +$a->strings["Toggle between different identities or community/group pages which share your account details or which you have been granted \"manage\" permissions"] = ""; +$a->strings["Select an identity to manage: "] = "Выберите идентификацию для управления: "; +$a->strings["This introduction has already been accepted."] = "Этот запрос был уже принят."; +$a->strings["Profile location is not valid or does not contain profile information."] = "Местоположение профиля является недопустимым или не содержит информацию о профиле."; +$a->strings["Warning: profile location has no identifiable owner name."] = "Внимание: местоположение профиля не имеет идентифицируемого имени владельца."; +$a->strings["Warning: profile location has no profile photo."] = "Внимание: местоположение профиля не имеет еще фотографии профиля."; +$a->strings["%d required parameter was not found at the given location"] = [ + 0 => "%d требуемый параметр не был найден в заданном месте", + 1 => "%d требуемых параметров не были найдены в заданном месте", + 2 => "%d требуемых параметров не были найдены в заданном месте", + 3 => "%d требуемых параметров не были найдены в заданном месте", +]; +$a->strings["Introduction complete."] = "Запрос создан."; +$a->strings["Unrecoverable protocol error."] = "Неисправимая ошибка протокола."; +$a->strings["Profile unavailable."] = "Профиль недоступен."; +$a->strings["%s has received too many connection requests today."] = "К %s пришло сегодня слишком много запросов на подключение."; +$a->strings["Spam protection measures have been invoked."] = "Были применены меры защиты от спама."; +$a->strings["Friends are advised to please try again in 24 hours."] = "Друзья советуют попробовать еще раз в ближайшие 24 часа."; +$a->strings["Invalid locator"] = "Недопустимый локатор"; +$a->strings["You have already introduced yourself here."] = "Вы уже ввели информацию о себе здесь."; +$a->strings["Apparently you are already friends with %s."] = "Похоже, что вы уже друзья с %s."; +$a->strings["Invalid profile URL."] = "Неверный URL профиля."; +$a->strings["Disallowed profile URL."] = "Запрещенный URL профиля."; +$a->strings["Blocked domain"] = ""; +$a->strings["Failed to update contact record."] = "Не удалось обновить запись контакта."; +$a->strings["Your introduction has been sent."] = "Ваш запрос отправлен."; +$a->strings["Remote subscription can't be done for your network. Please subscribe directly on your system."] = "Удаленная подписка не может быть выполнена на вашей сети. Пожалуйста, подпишитесь на вашей системе."; +$a->strings["Please login to confirm introduction."] = "Для подтверждения запроса войдите пожалуйста с паролем."; +$a->strings["Incorrect identity currently logged in. Please login to this profile."] = "Неверно идентифицирован вход. Пожалуйста, войдите в этот профиль."; +$a->strings["Confirm"] = "Подтвердить"; +$a->strings["Hide this contact"] = "Скрыть этот контакт"; +$a->strings["Welcome home %s."] = "Добро пожаловать домой, %s!"; +$a->strings["Please confirm your introduction/connection request to %s."] = "Пожалуйста, подтвердите краткую информацию / запрос на подключение к %s."; +$a->strings["Public access denied."] = "Свободный доступ закрыт."; +$a->strings["Please enter your 'Identity Address' from one of the following supported communications networks:"] = "Пожалуйста, введите ваш 'идентификационный адрес' одной из следующих поддерживаемых социальных сетей:"; +$a->strings["If you are not yet a member of the free social web, follow this link to find a public Friendica site and join us today."] = ""; +$a->strings["Friend/Connection Request"] = "Запрос в друзья / на подключение"; +$a->strings["Examples: jojo@demo.friendica.com, http://demo.friendica.com/profile/jojo, testuser@gnusocial.de"] = ""; +$a->strings["Please answer the following:"] = "Пожалуйста, ответьте следующее:"; +$a->strings["Does %s know you?"] = "%s знает вас?"; +$a->strings["Add a personal note:"] = "Добавить личную заметку:"; +$a->strings["Friendica"] = "Friendica"; +$a->strings["GNU Social (Pleroma, Mastodon)"] = ""; +$a->strings["Diaspora (Socialhome, Hubzilla)"] = ""; +$a->strings[" - please do not use this form. Instead, enter %s into your Diaspora search bar."] = "Участники сети Diaspora: пожалуйста, не пользуйтесь этой формой. Вместо этого введите %s в строке поиска Diaspora"; +$a->strings["Your Identity Address:"] = "Ваш идентификационный адрес:"; +$a->strings["Submit Request"] = "Отправить запрос"; +$a->strings["l F d, Y \\@ g:i A"] = "l F d, Y \\@ g:i A"; +$a->strings["Time Conversion"] = "История общения"; +$a->strings["Friendica provides this service for sharing events with other networks and friends in unknown timezones."] = "Friendica предоставляет этот сервис для обмена событиями с другими сетями и друзьями, находящимися в неопределённых часовых поясах."; +$a->strings["UTC time: %s"] = "UTC время: %s"; +$a->strings["Current timezone: %s"] = "Ваш часовой пояс: %s"; +$a->strings["Converted localtime: %s"] = "Ваше изменённое время: %s"; +$a->strings["Please select your timezone:"] = "Выберите пожалуйста ваш часовой пояс:"; +$a->strings["Only logged in users are permitted to perform a probing."] = ""; +$a->strings["Permission denied"] = "Доступ запрещен"; +$a->strings["Invalid profile identifier."] = "Недопустимый идентификатор профиля."; +$a->strings["Profile Visibility Editor"] = "Редактор видимости профиля"; +$a->strings["Click on a contact to add or remove."] = "Нажмите на контакт, чтобы добавить или удалить."; +$a->strings["Visible To"] = "Видимый для"; +$a->strings["All Contacts (with secure profile access)"] = "Все контакты (с безопасным доступом к профилю)"; +$a->strings["Account approved."] = "Аккаунт утвержден."; +$a->strings["Registration revoked for %s"] = "Регистрация отменена для %s"; +$a->strings["Please login."] = "Пожалуйста, войдите с паролем."; +$a->strings["Remove My Account"] = "Удалить мой аккаунт"; +$a->strings["This will completely remove your account. Once this has been done it is not recoverable."] = "Это позволит полностью удалить ваш аккаунт. Как только это будет сделано, аккаунт восстановлению не подлежит."; +$a->strings["Please enter your password for verification:"] = "Пожалуйста, введите свой пароль для проверки:"; +$a->strings["No contacts."] = "Нет контактов."; +$a->strings["Access denied."] = "Доступ запрещен."; +$a->strings["Number of daily wall messages for %s exceeded. Message failed."] = "Количество ежедневных сообщений на стене %s превышено. Сообщение отменено.."; +$a->strings["No recipient selected."] = "Не выбран получатель."; +$a->strings["Unable to check your home location."] = "Невозможно проверить местоположение."; +$a->strings["Message could not be sent."] = "Сообщение не может быть отправлено."; +$a->strings["Message collection failure."] = "Неудача коллекции сообщения."; +$a->strings["Message sent."] = "Сообщение отправлено."; +$a->strings["No recipient."] = "Без адресата."; +$a->strings["Send Private Message"] = "Отправить личное сообщение"; +$a->strings["If you wish for %s to respond, please check that the privacy settings on your site allow private mail from unknown senders."] = "Если Вы хотите ответить %s, пожалуйста, проверьте, позволяют ли настройки конфиденциальности на Вашем сайте принимать личные сообщения от неизвестных отправителей."; +$a->strings["To:"] = "Кому:"; +$a->strings["Subject:"] = "Тема:"; +$a->strings["Export account"] = "Экспорт аккаунта"; +$a->strings["Export your account info and contacts. Use this to make a backup of your account and/or to move it to another server."] = "Экспорт ваших регистрационных данные и контактов. Используйте, чтобы создать резервную копию вашего аккаунта и/или переместить его на другой сервер."; +$a->strings["Export all"] = "Экспорт всего"; +$a->strings["Export your accout info, contacts and all your items as json. Could be a very big file, and could take a lot of time. Use this to make a full backup of your account (photos are not exported)"] = "Экспорт информации вашего аккаунта, контактов и всех ваших пунктов, как JSON. Может получиться очень большой файл и это может занять много времени. Используйте, чтобы создать полную резервную копию вашего аккаунта (фото не экспортируются)"; +$a->strings["Export personal data"] = "Экспорт личных данных"; +$a->strings["- select -"] = "- выбрать -"; +$a->strings["No more system notifications."] = "Системных уведомлений больше нет."; +$a->strings["{0} wants to be your friend"] = "{0} хочет стать Вашим другом"; +$a->strings["{0} sent you a message"] = "{0} отправил Вам сообщение"; +$a->strings["{0} requested registration"] = "{0} требуемая регистрация"; +$a->strings["Poke/Prod"] = "Потыкать/Потолкать"; +$a->strings["poke, prod or do other things to somebody"] = "Потыкать, потолкать или сделать что-то еще с кем-то"; +$a->strings["Recipient"] = "Получатель"; +$a->strings["Choose what you wish to do to recipient"] = "Выберите действия для получателя"; +$a->strings["Make this post private"] = "Сделать эту запись личной"; +$a->strings["%1\$s is following %2\$s's %3\$s"] = "%1\$s подписан %2\$s's %3\$s"; +$a->strings["Tag removed"] = "Ключевое слово удалено"; +$a->strings["Remove Item Tag"] = "Удалить ключевое слово"; +$a->strings["Select a tag to remove: "] = "Выберите ключевое слово для удаления: "; +$a->strings["Remove"] = "Удалить"; +$a->strings["Image exceeds size limit of %s"] = "Изображение превышает лимит размера в %s"; +$a->strings["Unable to process image."] = "Невозможно обработать фото."; +$a->strings["Wall Photos"] = "Фото стены"; +$a->strings["Image upload failed."] = "Загрузка фото неудачная."; +$a->strings["Remove term"] = "Удалить элемент"; +$a->strings["Saved Searches"] = "запомненные поиски"; +$a->strings["Only logged in users are permitted to perform a search."] = "Только зарегистрированные пользователи могут использовать поиск."; +$a->strings["Too Many Requests"] = "Слишком много запросов"; +$a->strings["Only one search per minute is permitted for not logged in users."] = "Незарегистрированные пользователи могут выполнять поиск раз в минуту."; +$a->strings["No results."] = "Нет результатов."; +$a->strings["Items tagged with: %s"] = "Элементы с тегами: %s"; +$a->strings["Results for: %s"] = "Результаты для: %s"; +$a->strings["Login"] = "Вход"; +$a->strings["The post was created"] = "Пост был создан"; +$a->strings["Community option not available."] = ""; +$a->strings["Not available."] = "Недоступно."; +$a->strings["Local Community"] = ""; +$a->strings["Posts from local users on this server"] = ""; +$a->strings["Global Community"] = ""; +$a->strings["Posts from users of the whole federated network"] = ""; +$a->strings["This community stream shows all public posts received by this node. They may not reflect the opinions of this node’s users."] = ""; +$a->strings["Item not found"] = "Элемент не найден"; +$a->strings["Edit post"] = "Редактировать сообщение"; +$a->strings["CC: email addresses"] = "Копии на email адреса"; +$a->strings["Example: bob@example.com, mary@example.com"] = "Пример: bob@example.com, mary@example.com"; +$a->strings["You must be logged in to use this module"] = ""; +$a->strings["Source URL"] = ""; +$a->strings["Friend suggestion sent."] = "Приглашение в друзья отправлено."; +$a->strings["Suggest Friends"] = "Предложить друзей"; +$a->strings["Suggest a friend for %s"] = "Предложить друга для %s."; +$a->strings["Group created."] = "Группа создана."; +$a->strings["Could not create group."] = "Не удалось создать группу."; +$a->strings["Group not found."] = "Группа не найдена."; +$a->strings["Group name changed."] = "Название группы изменено."; +$a->strings["Save Group"] = "Сохранить группу"; +$a->strings["Create a group of contacts/friends."] = "Создать группу контактов / друзей."; +$a->strings["Group Name: "] = "Название группы: "; +$a->strings["Group removed."] = "Группа удалена."; +$a->strings["Unable to remove group."] = "Не удается удалить группу."; +$a->strings["Delete Group"] = ""; +$a->strings["Group Editor"] = "Редактор групп"; +$a->strings["Edit Group Name"] = ""; +$a->strings["Members"] = "Участники"; +$a->strings["All Contacts"] = "Все контакты"; +$a->strings["Group is empty"] = "Группа пуста"; +$a->strings["Remove Contact"] = ""; +$a->strings["Add Contact"] = ""; +$a->strings["Unable to locate original post."] = "Не удалось найти оригинальный пост."; +$a->strings["Empty post discarded."] = "Пустое сообщение отбрасывается."; +$a->strings["This message was sent to you by %s, a member of the Friendica social network."] = "Это сообщение было отправлено вам %s, участником социальной сети Friendica."; +$a->strings["You may visit them online at %s"] = "Вы можете посетить их в онлайне на %s"; +$a->strings["Please contact the sender by replying to this post if you do not wish to receive these messages."] = "Пожалуйста, свяжитесь с отправителем, ответив на это сообщение, если вы не хотите получать эти сообщения."; +$a->strings["%s posted an update."] = "%s отправил/а/ обновление."; +$a->strings["New Message"] = "Новое сообщение"; +$a->strings["Unable to locate contact information."] = "Не удалось найти контактную информацию."; +$a->strings["Messages"] = "Сообщения"; +$a->strings["Do you really want to delete this message?"] = "Вы действительно хотите удалить это сообщение?"; +$a->strings["Message deleted."] = "Сообщение удалено."; +$a->strings["Conversation removed."] = "Беседа удалена."; +$a->strings["No messages."] = "Нет сообщений."; +$a->strings["Message not available."] = "Сообщение не доступно."; +$a->strings["Delete message"] = "Удалить сообщение"; +$a->strings["D, d M Y - g:i A"] = "D, d M Y - g:i A"; +$a->strings["Delete conversation"] = "Удалить историю общения"; +$a->strings["No secure communications available. You may be able to respond from the sender's profile page."] = "Невозможно защищённое соединение. Вы имеете возможность ответить со страницы профиля отправителя."; +$a->strings["Send Reply"] = "Отправить ответ"; +$a->strings["Unknown sender - %s"] = "Неизвестный отправитель - %s"; +$a->strings["You and %s"] = "Вы и %s"; +$a->strings["%s and You"] = "%s и Вы"; +$a->strings["%d message"] = [ + 0 => "%d сообщение", + 1 => "%d сообщений", + 2 => "%d сообщений", + 3 => "%d сообщений", +]; +$a->strings["add"] = "добавить"; +$a->strings["Warning: This group contains %s member from a network that doesn't allow non public messages."] = [ + 0 => "Внимание: в группе %s пользователь из сети, которая не поддерживает непубличные сообщения.", + 1 => "Внимание: в группе %s пользователя из сети, которая не поддерживает непубличные сообщения.", + 2 => "Внимание: в группе %s пользователей из сети, которая не поддерживает непубличные сообщения.", + 3 => "Внимание: в группе %s пользователей из сети, которая не поддерживает непубличные сообщения.", +]; +$a->strings["Messages in this group won't be send to these receivers."] = "Сообщения в этой группе не будут отправлены следующим получателям."; +$a->strings["No such group"] = "Нет такой группы"; +$a->strings["Group: %s"] = "Группа: %s"; +$a->strings["Private messages to this person are at risk of public disclosure."] = "Личные сообщения этому человеку находятся под угрозой обнародования."; +$a->strings["Invalid contact."] = "Недопустимый контакт."; +$a->strings["Commented Order"] = "Последние комментарии"; +$a->strings["Sort by Comment Date"] = "Сортировать по дате комментария"; +$a->strings["Posted Order"] = "Лента записей"; +$a->strings["Sort by Post Date"] = "Сортировать по дате отправки"; $a->strings["Personal"] = "Личные"; +$a->strings["Posts that mention or involve you"] = "Посты которые упоминают вас или в которых вы участвуете"; +$a->strings["New"] = "Новое"; +$a->strings["Activity Stream - by date"] = "Лента активности - по дате"; +$a->strings["Shared Links"] = "Ссылки, которыми поделились"; +$a->strings["Interesting Links"] = "Интересные ссылки"; +$a->strings["Starred"] = "Избранное"; +$a->strings["Favourite Posts"] = "Избранные посты"; +$a->strings["Personal Notes"] = "Личные заметки"; +$a->strings["Post successful."] = "Успешно добавлено."; +$a->strings["Photo Albums"] = "Фотоальбомы"; +$a->strings["Recent Photos"] = "Последние фото"; +$a->strings["Upload New Photos"] = "Загрузить новые фото"; +$a->strings["everybody"] = "каждый"; +$a->strings["Contact information unavailable"] = "Информация о контакте недоступна"; +$a->strings["Album not found."] = "Альбом не найден."; +$a->strings["Delete Album"] = "Удалить альбом"; +$a->strings["Do you really want to delete this photo album and all its photos?"] = "Вы действительно хотите удалить этот альбом и все его фотографии?"; +$a->strings["Delete Photo"] = "Удалить фото"; +$a->strings["Do you really want to delete this photo?"] = "Вы действительно хотите удалить эту фотографию?"; +$a->strings["a photo"] = "фото"; +$a->strings["%1\$s was tagged in %2\$s by %3\$s"] = "%1\$s отмечен/а/ в %2\$s by %3\$s"; +$a->strings["Image upload didn't complete, please try again"] = ""; +$a->strings["Image file is missing"] = ""; +$a->strings["Server can't accept new file upload at this time, please contact your administrator"] = ""; +$a->strings["Image file is empty."] = "Файл изображения пуст."; +$a->strings["No photos selected"] = "Не выбрано фото."; +$a->strings["Access to this item is restricted."] = "Доступ к этому пункту ограничен."; +$a->strings["Upload Photos"] = "Загрузить фото"; +$a->strings["New album name: "] = "Название нового альбома: "; +$a->strings["or existing album name: "] = "или название существующего альбома: "; +$a->strings["Do not show a status post for this upload"] = "Не показывать статус-сообщение для этой закачки"; +$a->strings["Permissions"] = "Разрешения"; +$a->strings["Show to Groups"] = "Показать в группах"; +$a->strings["Show to Contacts"] = "Показывать контактам"; +$a->strings["Edit Album"] = "Редактировать альбом"; +$a->strings["Show Newest First"] = "Показать новые первыми"; +$a->strings["Show Oldest First"] = "Показать старые первыми"; +$a->strings["View Photo"] = "Просмотр фото"; +$a->strings["Permission denied. Access to this item may be restricted."] = "Нет разрешения. Доступ к этому элементу ограничен."; +$a->strings["Photo not available"] = "Фото недоступно"; +$a->strings["View photo"] = "Просмотр фото"; +$a->strings["Edit photo"] = "Редактировать фото"; +$a->strings["Use as profile photo"] = "Использовать как фото профиля"; +$a->strings["Private Message"] = "Личное сообщение"; +$a->strings["View Full Size"] = "Просмотреть полный размер"; +$a->strings["Tags: "] = "Ключевые слова: "; +$a->strings["[Remove any tag]"] = "[Удалить любое ключевое слово]"; +$a->strings["New album name"] = "Название нового альбома"; +$a->strings["Caption"] = "Подпись"; +$a->strings["Add a Tag"] = "Добавить ключевое слово (тег)"; +$a->strings["Example: @bob, @Barbara_Jensen, @jim@example.com, #California, #camping"] = "Пример: @bob, @Barbara_Jensen, @jim@example.com, #California, #camping"; +$a->strings["Do not rotate"] = "Не поворачивать"; +$a->strings["Rotate CW (right)"] = "Поворот по часовой стрелке (направо)"; +$a->strings["Rotate CCW (left)"] = "Поворот против часовой стрелки (налево)"; +$a->strings["I like this (toggle)"] = "Нравится"; +$a->strings["I don't like this (toggle)"] = "Не нравится"; +$a->strings["This is you"] = "Это вы"; +$a->strings["Comment"] = "Оставить комментарий"; +$a->strings["Map"] = "Карта"; +$a->strings["View Album"] = "Просмотреть альбом"; +$a->strings["Requested profile is not available."] = "Запрашиваемый профиль недоступен."; +$a->strings["%s's posts"] = ""; +$a->strings["%s's comments"] = ""; +$a->strings["%s's timeline"] = ""; +$a->strings["Access to this profile has been restricted."] = "Доступ к этому профилю ограничен."; +$a->strings["Tips for New Members"] = "Советы для новых участников"; +$a->strings["Do you really want to delete this video?"] = "Вы действительно хотите удалить видео?"; +$a->strings["Delete Video"] = "Удалить видео"; +$a->strings["No videos selected"] = "Видео не выбрано"; +$a->strings["Recent Videos"] = "Последние видео"; +$a->strings["Upload New Videos"] = "Загрузить новые видео"; +$a->strings["Parent user not found."] = ""; +$a->strings["No parent user"] = ""; +$a->strings["Parent Password:"] = ""; +$a->strings["Please enter the password of the parent account to legitimize your request."] = ""; +$a->strings["Parent User"] = ""; +$a->strings["Parent users have total control about this account, including the account settings. Please double check whom you give this access."] = ""; +$a->strings["Save Settings"] = "Сохранить настройки"; +$a->strings["Delegate Page Management"] = "Делегировать управление страницей"; +$a->strings["Delegates"] = ""; +$a->strings["Delegates are able to manage all aspects of this account/page except for basic account settings. Please do not delegate your personal account to anybody that you do not trust completely."] = "Доверенные лица могут управлять всеми аспектами этого аккаунта/страницы, за исключением основных настроек аккаунта. Пожалуйста, не предоставляйте доступ в личный кабинет тому, кому вы не полностью доверяете."; +$a->strings["Existing Page Delegates"] = "Существующие уполномоченные страницы"; +$a->strings["Potential Delegates"] = "Возможные доверенные лица"; +$a->strings["Add"] = "Добавить"; +$a->strings["No entries."] = "Нет записей."; +$a->strings["People Search - %s"] = "Поиск по людям - %s"; +$a->strings["Forum Search - %s"] = "Поиск по форумам - %s"; +$a->strings["Friendica Communications Server - Setup"] = "Коммуникационный сервер Friendica - Доступ"; +$a->strings["Could not connect to database."] = "Не удалось подключиться к базе данных."; +$a->strings["Could not create table."] = "Не удалось создать таблицу."; +$a->strings["Your Friendica site database has been installed."] = "База данных сайта установлена."; +$a->strings["You may need to import the file \"database.sql\" manually using phpmyadmin or mysql."] = "Вам может понадобиться импортировать файл \"database.sql\" вручную с помощью PhpMyAdmin или MySQL."; +$a->strings["Please see the file \"INSTALL.txt\"."] = "Пожалуйста, смотрите файл \"INSTALL.txt\"."; +$a->strings["Database already in use."] = "База данных уже используется."; +$a->strings["System check"] = "Проверить систему"; +$a->strings["Next"] = "Далее"; +$a->strings["Check again"] = "Проверить еще раз"; +$a->strings["Database connection"] = "Подключение к базе данных"; +$a->strings["In order to install Friendica we need to know how to connect to your database."] = "Для того, чтобы установить Friendica, мы должны знать, как подключиться к базе данных."; +$a->strings["Please contact your hosting provider or site administrator if you have questions about these settings."] = "Пожалуйста, свяжитесь с вашим хостинг-провайдером или администратором сайта, если у вас есть вопросы об этих параметрах."; +$a->strings["The database you specify below should already exist. If it does not, please create it before continuing."] = "Базы данных, указанная ниже, должна уже существовать. Если этого нет, пожалуйста, создайте ее перед продолжением."; +$a->strings["Database Server Name"] = "Имя сервера базы данных"; +$a->strings["Database Login Name"] = "Логин базы данных"; +$a->strings["Database Login Password"] = "Пароль базы данных"; +$a->strings["For security reasons the password must not be empty"] = "Для безопасности пароль не должен быть пустым"; +$a->strings["Database Name"] = "Имя базы данных"; +$a->strings["Site administrator email address"] = "Адрес электронной почты администратора сайта"; +$a->strings["Your account email address must match this in order to use the web admin panel."] = "Ваш адрес электронной почты аккаунта должен соответствовать этому, чтобы использовать веб-панель администратора."; +$a->strings["Please select a default timezone for your website"] = "Пожалуйста, выберите часовой пояс по умолчанию для вашего сайта"; +$a->strings["Site settings"] = "Настройки сайта"; +$a->strings["System Language:"] = "Язык системы:"; +$a->strings["Set the default language for your Friendica installation interface and to send emails."] = "Язык по-умолчанию для интерфейса Friendica и для отправки писем."; +$a->strings["Could not find a command line version of PHP in the web server PATH."] = "Не удалось найти PATH веб-сервера в установках PHP."; +$a->strings["If you don't have a command line version of PHP installed on your server, you will not be able to run the background processing. See 'Setup the worker'"] = ""; +$a->strings["PHP executable path"] = "PHP executable path"; +$a->strings["Enter full path to php executable. You can leave this blank to continue the installation."] = "Введите полный путь к исполняемому файлу PHP. Вы можете оставить это поле пустым, чтобы продолжить установку."; +$a->strings["Command line PHP"] = "Command line PHP"; +$a->strings["PHP executable is not the php cli binary (could be cgi-fgci version)"] = "Бинарник PHP не является CLI версией (может быть это cgi-fcgi версия)"; +$a->strings["Found PHP version: "] = "Найденная PHP версия: "; +$a->strings["PHP cli binary"] = "PHP cli binary"; +$a->strings["The command line version of PHP on your system does not have \"register_argc_argv\" enabled."] = "Не включено \"register_argc_argv\" в установках PHP."; +$a->strings["This is required for message delivery to work."] = "Это необходимо для работы доставки сообщений."; +$a->strings["PHP register_argc_argv"] = "PHP register_argc_argv"; +$a->strings["Error: the \"openssl_pkey_new\" function on this system is not able to generate encryption keys"] = "Ошибка: функция \"openssl_pkey_new\" в этой системе не в состоянии генерировать ключи шифрования"; +$a->strings["If running under Windows, please see \"http://www.php.net/manual/en/openssl.installation.php\"."] = "Если вы работаете под Windows, см. \"http://www.php.net/manual/en/openssl.installation.php\"."; +$a->strings["Generate encryption keys"] = "Генерация шифрованых ключей"; +$a->strings["libCurl PHP module"] = "libCurl PHP модуль"; +$a->strings["GD graphics PHP module"] = "GD graphics PHP модуль"; +$a->strings["OpenSSL PHP module"] = "OpenSSL PHP модуль"; +$a->strings["PDO or MySQLi PHP module"] = ""; +$a->strings["mb_string PHP module"] = "mb_string PHP модуль"; +$a->strings["XML PHP module"] = "XML PHP модуль"; +$a->strings["iconv PHP module"] = ""; +$a->strings["POSIX PHP module"] = ""; +$a->strings["Apache mod_rewrite module"] = "Apache mod_rewrite module"; +$a->strings["Error: Apache webserver mod-rewrite module is required but not installed."] = "Ошибка: необходим модуль веб-сервера Apache mod-rewrite, но он не установлен."; +$a->strings["Error: libCURL PHP module required but not installed."] = "Ошибка: необходим libCURL PHP модуль, но он не установлен."; +$a->strings["Error: GD graphics PHP module with JPEG support required but not installed."] = "Ошибка: необходим PHP модуль GD графики с поддержкой JPEG, но он не установлен."; +$a->strings["Error: openssl PHP module required but not installed."] = "Ошибка: необходим PHP модуль OpenSSL, но он не установлен."; +$a->strings["Error: PDO or MySQLi PHP module required but not installed."] = ""; +$a->strings["Error: The MySQL driver for PDO is not installed."] = ""; +$a->strings["Error: mb_string PHP module required but not installed."] = "Ошибка: необходим PHP модуль mb_string, но он не установлен."; +$a->strings["Error: iconv PHP module required but not installed."] = "Ошибка: необходим PHP модуль iconv, но он не установлен."; +$a->strings["Error: POSIX PHP module required but not installed."] = ""; +$a->strings["Error, XML PHP module required but not installed."] = "Ошибка, необходим PHP модуль XML, но он не установлен"; +$a->strings["The web installer needs to be able to create a file called \".htconfig.php\" in the top folder of your web server and it is unable to do so."] = "Веб-инсталлятору требуется создать файл с именем \". htconfig.php\" в верхней папке веб-сервера, но он не в состоянии это сделать."; +$a->strings["This is most often a permission setting, as the web server may not be able to write files in your folder - even if you can."] = "Это наиболее частые параметры разрешений, когда веб-сервер не может записать файлы в папке - даже если вы можете."; +$a->strings["At the end of this procedure, we will give you a text to save in a file named .htconfig.php in your Friendica top folder."] = "В конце этой процедуры, мы дадим вам текст, для сохранения в файле с именем .htconfig.php в корневой папке, где установлена Friendica."; +$a->strings["You can alternatively skip this procedure and perform a manual installation. Please see the file \"INSTALL.txt\" for instructions."] = "В качестве альтернативы вы можете пропустить эту процедуру и выполнить установку вручную. Пожалуйста, обратитесь к файлу \"INSTALL.txt\" для получения инструкций."; +$a->strings[".htconfig.php is writable"] = ".htconfig.php is writable"; +$a->strings["Friendica uses the Smarty3 template engine to render its web views. Smarty3 compiles templates to PHP to speed up rendering."] = "Friendica использует механизм шаблонов Smarty3 для генерации веб-страниц. Smarty3 компилирует шаблоны в PHP для увеличения скорости загрузки."; +$a->strings["In order to store these compiled templates, the web server needs to have write access to the directory view/smarty3/ under the Friendica top level folder."] = "Для того чтобы хранить эти скомпилированные шаблоны, веб-сервер должен иметь доступ на запись для папки view/smarty3 в директории, где установлена Friendica."; +$a->strings["Please ensure that the user that your web server runs as (e.g. www-data) has write access to this folder."] = "Пожалуйста, убедитесь, что пользователь, под которым работает ваш веб-сервер (например www-data), имеет доступ на запись в этой папке."; +$a->strings["Note: as a security measure, you should give the web server write access to view/smarty3/ only--not the template files (.tpl) that it contains."] = "Примечание: в качестве меры безопасности, вы должны дать вебсерверу доступ на запись только в view/smarty3 - но не на сами файлы шаблонов (.tpl)., Которые содержатся в этой папке."; +$a->strings["view/smarty3 is writable"] = "view/smarty3 доступен для записи"; +$a->strings["Url rewrite in .htaccess is not working. Check your server configuration."] = "Url rewrite в .htaccess не работает. Проверьте конфигурацию вашего сервера.."; +$a->strings["Url rewrite is working"] = "Url rewrite работает"; +$a->strings["ImageMagick PHP extension is not installed"] = "Модуль PHP ImageMagick не установлен"; +$a->strings["ImageMagick PHP extension is installed"] = "Модуль PHP ImageMagick установлен"; +$a->strings["ImageMagick supports GIF"] = "ImageMagick поддерживает GIF"; +$a->strings["The database configuration file \".htconfig.php\" could not be written. Please use the enclosed text to create a configuration file in your web server root."] = "Файл конфигурации базы данных \".htconfig.php\" не могла быть записан. Пожалуйста, используйте приложенный текст, чтобы создать конфигурационный файл в корневом каталоге веб-сервера."; +$a->strings["

    What next

    "] = "

    Что далее

    "; +$a->strings["IMPORTANT: You will need to [manually] setup a scheduled task for the worker."] = ""; +$a->strings["Go to your new Friendica node registration page and register as new user. Remember to use the same email you have entered as administrator email. This will allow you to enter the site admin panel."] = ""; +$a->strings["Subscribing to OStatus contacts"] = "Подписка на OStatus-контакты"; +$a->strings["No contact provided."] = "Не указан контакт."; +$a->strings["Couldn't fetch information for contact."] = "Невозможно получить информацию о контакте."; +$a->strings["Couldn't fetch friends for contact."] = "Невозможно получить друзей для контакта."; +$a->strings["success"] = "удачно"; +$a->strings["failed"] = "неудача"; +$a->strings["ignored"] = ""; +$a->strings["Contact wasn't found or can't be unfollowed."] = ""; +$a->strings["Contact unfollowed"] = ""; +$a->strings["You aren't a friend of this contact."] = ""; +$a->strings["Unfollowing is currently not supported by your network."] = ""; +$a->strings["Disconnect/Unfollow"] = ""; +$a->strings["Status Messages and Posts"] = "Ваши посты"; +$a->strings["Events"] = "Мероприятия"; +$a->strings["View"] = "Смотреть"; +$a->strings["Previous"] = "Назад"; +$a->strings["today"] = "сегодня"; +$a->strings["month"] = "мес."; +$a->strings["week"] = "неделя"; +$a->strings["day"] = "день"; +$a->strings["list"] = "список"; +$a->strings["User not found"] = "Пользователь не найден"; +$a->strings["This calendar format is not supported"] = "Этот формат календарей не поддерживается"; +$a->strings["No exportable data found"] = "Нет данных для экспорта"; +$a->strings["calendar"] = "календарь"; +$a->strings["Event can not end before it has started."] = "Эвент не может закончится до старта."; +$a->strings["Event title and start time are required."] = "Название мероприятия и время начала обязательны для заполнения."; +$a->strings["Create New Event"] = "Создать новое мероприятие"; +$a->strings["Event details"] = "Сведения о мероприятии"; +$a->strings["Starting date and Title are required."] = "Необходима дата старта и заголовок."; +$a->strings["Event Starts:"] = "Начало мероприятия:"; +$a->strings["Required"] = "Требуется"; +$a->strings["Finish date/time is not known or not relevant"] = "Дата/время окончания не известны, или не указаны"; +$a->strings["Event Finishes:"] = "Окончание мероприятия:"; +$a->strings["Adjust for viewer timezone"] = "Настройка часового пояса"; +$a->strings["Description:"] = "Описание:"; +$a->strings["Title:"] = "Титул:"; +$a->strings["Share this event"] = "Поделитесь этим мероприятием"; +$a->strings["Basic"] = "Базовый"; +$a->strings["Advanced"] = "Расширенный"; +$a->strings["Failed to remove event"] = ""; +$a->strings["Event removed"] = ""; +$a->strings["Image uploaded but image cropping failed."] = "Изображение загружено, но обрезка изображения не удалась."; +$a->strings["Image size reduction [%s] failed."] = "Уменьшение размера изображения [%s] не удалось."; +$a->strings["Shift-reload the page or clear browser cache if the new photo does not display immediately."] = "Перезагрузите страницу с зажатой клавишей \"Shift\" для того, чтобы увидеть свое новое фото немедленно."; +$a->strings["Unable to process image"] = "Не удается обработать изображение"; +$a->strings["Upload File:"] = "Загрузить файл:"; +$a->strings["Select a profile:"] = "Выбрать этот профиль:"; +$a->strings["or"] = "или"; +$a->strings["skip this step"] = "пропустить этот шаг"; +$a->strings["select a photo from your photo albums"] = "выберите фото из ваших фотоальбомов"; +$a->strings["Crop Image"] = "Обрезать изображение"; +$a->strings["Please adjust the image cropping for optimum viewing."] = "Пожалуйста, настройте обрезку изображения для оптимального просмотра."; +$a->strings["Done Editing"] = "Редактирование выполнено"; +$a->strings["Image uploaded successfully."] = "Изображение загружено успешно."; +$a->strings["Status:"] = "Статус:"; +$a->strings["Homepage:"] = "Домашняя страничка:"; +$a->strings["Global Directory"] = "Глобальный каталог"; +$a->strings["Find on this site"] = "Найти на этом сайте"; +$a->strings["Results for:"] = "Результаты для:"; +$a->strings["Site Directory"] = "Каталог сайта"; +$a->strings["Find"] = "Найти"; +$a->strings["No entries (some entries may be hidden)."] = "Нет записей (некоторые записи могут быть скрыты)."; +$a->strings["Source input"] = ""; +$a->strings["BBCode::convert (raw HTML)"] = ""; +$a->strings["BBCode::convert"] = ""; +$a->strings["BBCode::convert => HTML::toBBCode"] = ""; +$a->strings["BBCode::toMarkdown"] = ""; +$a->strings["BBCode::toMarkdown => Markdown::convert"] = ""; +$a->strings["BBCode::toMarkdown => Markdown::toBBCode"] = ""; +$a->strings["BBCode::toMarkdown => Markdown::convert => HTML::toBBCode"] = ""; +$a->strings["Source input \\x28Diaspora format\\x29"] = ""; +$a->strings["Markdown::toBBCode"] = ""; +$a->strings["Raw HTML input"] = ""; +$a->strings["HTML Input"] = ""; +$a->strings["HTML::toBBCode"] = ""; +$a->strings["HTML::toPlaintext"] = ""; +$a->strings["Source text"] = ""; +$a->strings["BBCode"] = ""; +$a->strings["Markdown"] = ""; +$a->strings["HTML"] = ""; +$a->strings["The contact could not be added."] = ""; +$a->strings["You already added this contact."] = "Вы уже добавили этот контакт."; +$a->strings["Diaspora support isn't enabled. Contact can't be added."] = "Поддержка Diaspora не включена. Контакт не может быть добавлен."; +$a->strings["OStatus support is disabled. Contact can't be added."] = "Поддержка OStatus выключена. Контакт не может быть добавлен."; +$a->strings["The network type couldn't be detected. Contact can't be added."] = "Тип сети не может быть определен. Контакт не может быть добавлен."; +$a->strings["Profile deleted."] = "Профиль удален."; +$a->strings["Profile-"] = "Профиль-"; +$a->strings["New profile created."] = "Новый профиль создан."; +$a->strings["Profile unavailable to clone."] = "Профиль недоступен для клонирования."; +$a->strings["Profile Name is required."] = "Необходимо имя профиля."; +$a->strings["Marital Status"] = "Семейное положение"; +$a->strings["Romantic Partner"] = "Любимый человек"; +$a->strings["Work/Employment"] = "Работа/Занятость"; +$a->strings["Religion"] = "Религия"; +$a->strings["Political Views"] = "Политические взгляды"; +$a->strings["Gender"] = "Пол"; +$a->strings["Sexual Preference"] = "Сексуальные предпочтения"; +$a->strings["XMPP"] = "XMPP"; +$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 “%3\$s”"] = "%1\$s изменились с %2\$s на “%3\$s”"; +$a->strings[" - Visit %1\$s's %2\$s"] = " - Посетить профиль %1\$s [%2\$s]"; +$a->strings["%1\$s has an updated %2\$s, changing %3\$s."] = "%1\$s обновил %2\$s, изменив %3\$s."; +$a->strings["Hide contacts and friends:"] = "Скрыть контакты и друзей:"; +$a->strings["Hide your contact/friend list from viewers of this profile?"] = "Скрывать ваш список контактов / друзей от посетителей этого профиля?"; +$a->strings["Show more profile fields:"] = "Показать больше полей в профиле:"; +$a->strings["Profile Actions"] = "Действия профиля"; +$a->strings["Edit Profile Details"] = "Редактировать детали профиля"; +$a->strings["Change Profile Photo"] = "Изменить фото профиля"; +$a->strings["View this profile"] = "Просмотреть этот профиль"; +$a->strings["Edit visibility"] = "Редактировать видимость"; +$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["Relation"] = "Отношения"; +$a->strings["Miscellaneous"] = "Разное"; +$a->strings["Your Gender:"] = "Ваш пол:"; +$a->strings[" Marital Status:"] = " Семейное положение:"; +$a->strings["Sexual Preference:"] = "Сексуальные предпочтения:"; +$a->strings["Example: fishing photography software"] = "Пример: рыбалка фотографии программное обеспечение"; +$a->strings["Profile Name:"] = "Имя профиля:"; +$a->strings["This is your public profile.
    It may be visible to anybody using the internet."] = "Это ваш публичный профиль.
    Он может быть виден каждому через Интернет."; +$a->strings["Your Full Name:"] = "Ваше полное имя:"; +$a->strings["Title/Description:"] = "Заголовок / Описание:"; +$a->strings["Street Address:"] = "Адрес:"; +$a->strings["Locality/City:"] = "Город / Населенный пункт:"; +$a->strings["Region/State:"] = "Район / Область:"; +$a->strings["Postal/Zip Code:"] = "Почтовый индекс:"; +$a->strings["Country:"] = "Страна:"; +$a->strings["Age: "] = "Возраст: "; +$a->strings["Who: (if applicable)"] = "Кто: (если требуется)"; +$a->strings["Examples: cathy123, Cathy Williams, cathy@example.com"] = "Примеры: cathy123, Кэти Уильямс, cathy@example.com"; +$a->strings["Since [date]:"] = "С какого времени [дата]:"; +$a->strings["Tell us about yourself..."] = "Расскажите нам о себе ..."; +$a->strings["XMPP (Jabber) address:"] = "Адрес XMPP (Jabber):"; +$a->strings["The XMPP address will be propagated to your contacts so that they can follow you."] = "Адрес XMPP будет отправлен контактам, чтобы они могли вас добавить."; +$a->strings["Homepage URL:"] = "Адрес домашней странички:"; +$a->strings["Hometown:"] = "Родной город:"; +$a->strings["Political Views:"] = "Политические взгляды:"; +$a->strings["Religious Views:"] = "Религиозные взгляды:"; +$a->strings["Public Keywords:"] = "Общественные ключевые слова:"; +$a->strings["(Used for suggesting potential friends, can be seen by others)"] = "(Используется для предложения потенциальным друзьям, могут увидеть другие)"; +$a->strings["Private Keywords:"] = "Личные ключевые слова:"; +$a->strings["(Used for searching profiles, never shown to others)"] = "(Используется для поиска профилей, никогда не показывается другим)"; +$a->strings["Likes:"] = "Нравится:"; +$a->strings["Dislikes:"] = "Не нравится:"; +$a->strings["Musical interests"] = "Музыкальные интересы"; +$a->strings["Books, literature"] = "Книги, литература"; +$a->strings["Television"] = "Телевидение"; +$a->strings["Film/dance/culture/entertainment"] = "Кино / танцы / культура / развлечения"; +$a->strings["Hobbies/Interests"] = "Хобби / Интересы"; +$a->strings["Love/romance"] = "Любовь / романтика"; +$a->strings["Work/employment"] = "Работа / занятость"; +$a->strings["School/education"] = "Школа / образование"; +$a->strings["Contact information and Social Networks"] = "Контактная информация и социальные сети"; +$a->strings["Profile Image"] = "Фото профиля"; +$a->strings["visible to everybody"] = "видимый всем"; +$a->strings["Edit/Manage Profiles"] = "Редактировать профиль"; +$a->strings["Change profile photo"] = "Изменить фото профиля"; +$a->strings["Create New Profile"] = "Создать новый профиль"; +$a->strings["%d contact edited."] = [ + 0 => "", + 1 => "", + 2 => "", + 3 => "", +]; +$a->strings["Could not access contact record."] = "Не удалось получить доступ к записи контакта."; +$a->strings["Could not locate selected profile."] = "Не удалось найти выбранный профиль."; +$a->strings["Contact updated."] = "Контакт обновлен."; +$a->strings["Contact has been blocked"] = "Контакт заблокирован"; +$a->strings["Contact has been unblocked"] = "Контакт разблокирован"; +$a->strings["Contact has been ignored"] = "Контакт проигнорирован"; +$a->strings["Contact has been unignored"] = "У контакта отменено игнорирование"; +$a->strings["Contact has been archived"] = "Контакт заархивирован"; +$a->strings["Contact has been unarchived"] = "Контакт разархивирован"; +$a->strings["Drop contact"] = "Удалить контакт"; +$a->strings["Do you really want to delete this contact?"] = "Вы действительно хотите удалить этот контакт?"; +$a->strings["Contact has been removed."] = "Контакт удален."; +$a->strings["You are mutual friends with %s"] = "У Вас взаимная дружба с %s"; +$a->strings["You are sharing with %s"] = "Вы делитесь с %s"; +$a->strings["%s is sharing with you"] = "%s делится с Вами"; +$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"] = "Сеть: %s"; +$a->strings["Communications lost with this contact!"] = "Связь с контактом утеряна!"; +$a->strings["Fetch further information for feeds"] = "Получить подробную информацию о фидах"; +$a->strings["Fetch information like preview pictures, title and teaser from the feed item. You can activate this if the feed doesn't contain much text. Keywords are taken from the meta header in the feed item and are posted as hash tags."] = ""; +$a->strings["Disabled"] = "Отключенный"; +$a->strings["Fetch information"] = "Получить информацию"; +$a->strings["Fetch keywords"] = ""; +$a->strings["Fetch information and keywords"] = "Получить информацию и ключевые слова"; +$a->strings["Contact"] = "Контакт"; +$a->strings["Profile Visibility"] = "Видимость профиля"; +$a->strings["Please choose the profile you would like to display to %s when viewing your profile securely."] = "Пожалуйста, выберите профиль, который вы хотите отображать %s, когда просмотр вашего профиля безопасен."; +$a->strings["Contact Information / Notes"] = "Информация о контакте / Заметки"; +$a->strings["Their personal note"] = ""; +$a->strings["Edit contact notes"] = "Редактировать заметки контакта"; +$a->strings["Block/Unblock contact"] = "Блокировать / Разблокировать контакт"; +$a->strings["Ignore contact"] = "Игнорировать контакт"; +$a->strings["Repair URL settings"] = "Восстановить настройки URL"; +$a->strings["View conversations"] = "Просмотр бесед"; +$a->strings["Last update:"] = "Последнее обновление: "; +$a->strings["Update public posts"] = "Обновить публичные сообщения"; +$a->strings["Update now"] = "Обновить сейчас"; +$a->strings["Unblock"] = "Разблокировать"; +$a->strings["Block"] = "Заблокировать"; +$a->strings["Unignore"] = "Не игнорировать"; +$a->strings["Currently blocked"] = "В настоящее время заблокирован"; +$a->strings["Currently ignored"] = "В настоящее время игнорируется"; +$a->strings["Currently archived"] = "В данный момент архивирован"; +$a->strings["Awaiting connection acknowledge"] = ""; +$a->strings["Replies/likes to your public posts may still be visible"] = "Ответы/лайки ваших публичных сообщений будут видимы."; +$a->strings["Notification for new posts"] = "Уведомление о новых постах"; +$a->strings["Send a notification of every new post of this contact"] = "Отправлять уведомление о каждом новом посте контакта"; +$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["XMPP:"] = "XMPP:"; +$a->strings["Actions"] = "Действия"; +$a->strings["Status"] = "Посты"; +$a->strings["Contact Settings"] = "Настройки контакта"; +$a->strings["Suggestions"] = "Предложения"; +$a->strings["Suggest potential friends"] = "Предложить потенциального знакомого"; +$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["Search your contacts"] = "Поиск ваших контактов"; +$a->strings["Update"] = "Обновление"; +$a->strings["Archive"] = "Архивировать"; +$a->strings["Unarchive"] = "Разархивировать"; +$a->strings["Batch Actions"] = "Пакетные действия"; +$a->strings["Profile Details"] = "Информация о вас"; +$a->strings["View all contacts"] = "Показать все контакты"; +$a->strings["View all common friends"] = "Показать все общие поля"; +$a->strings["Advanced Contact Settings"] = "Дополнительные Настройки Контакта"; +$a->strings["Mutual Friendship"] = "Взаимная дружба"; +$a->strings["is a fan of yours"] = "является вашим поклонником"; +$a->strings["you are a fan of"] = "Вы - поклонник"; +$a->strings["Toggle Blocked status"] = "Изменить статус блокированности (заблокировать/разблокировать)"; +$a->strings["Toggle Ignored status"] = "Изменить статус игнорирования"; +$a->strings["Toggle Archive status"] = "Сменить статус архивации (архивирова/не архивировать)"; +$a->strings["Delete contact"] = "Удалить контакт"; +$a->strings["Terms of Service"] = ""; +$a->strings["Privacy Statement"] = ""; +$a->strings["At the time of registration, and for providing communications between the user account and their contacts, the user has to provide a display name (pen name), an username (nickname) and a working email address. The names will be accessible on the profile page of the account by any visitor of the page, even if other profile details are not displayed. The email address will only be used to send the user notifications about interactions, but wont be visibly displayed. The listing of an account in the node's user directory or the global user directory is optional and can be controlled in the user settings, it is not necessary for communication."] = ""; +$a->strings["At any point in time a logged in user can export their account data from the account settings. If the user wants to delete their account they can do so at %1\$s/removeme. The deletion of the account will be permanent."] = ""; +$a->strings["This is Friendica, version"] = "Это Friendica, версия"; +$a->strings["running at web location"] = "работает на веб-узле"; +$a->strings["Please visit Friendi.ca to learn more about the Friendica project."] = ""; +$a->strings["Bug reports and issues: please visit"] = "Отчет об ошибках и проблемах: пожалуйста, посетите"; +$a->strings["the bugtracker at github"] = "багтрекер на github"; +$a->strings["Suggestions, praise, donations, etc. - please email \"Info\" at Friendica - dot com"] = "Предложения, похвала, пожертвования? Пишите на \"info\" на Friendica - точка com"; +$a->strings["Installed addons/apps:"] = ""; +$a->strings["No installed addons/apps"] = ""; +$a->strings["Read about the Terms of Service of this node."] = ""; +$a->strings["On this server the following remote servers are blocked."] = ""; +$a->strings["Reason for the block"] = ""; +$a->strings["No valid account found."] = "Не найдено действительного аккаунта."; +$a->strings["Password reset request issued. Check your email."] = "Запрос на сброс пароля принят. Проверьте вашу электронную почту."; +$a->strings["\n\t\tDear %1\$s,\n\t\t\tA request was recently received at \"%2\$s\" to reset your account\n\t\tpassword. In order to confirm this request, please select the verification link\n\t\tbelow or paste it into your web browser address bar.\n\n\t\tIf you did NOT request this change, please DO NOT follow the link\n\t\tprovided and ignore and/or delete this email, the request will expire shortly.\n\n\t\tYour password will not be changed unless we can verify that you\n\t\tissued this request."] = ""; +$a->strings["\n\t\tFollow this link soon to verify your identity:\n\n\t\t%1\$s\n\n\t\tYou will then receive a follow-up message containing the new password.\n\t\tYou may change that password from your account settings page after logging in.\n\n\t\tThe login details are as follows:\n\n\t\tSite Location:\t%2\$s\n\t\tLogin Name:\t%3\$s"] = ""; +$a->strings["Password reset requested at %s"] = "Запрос на сброс пароля получен %s"; +$a->strings["Request could not be verified. (You may have previously submitted it.) Password reset failed."] = "Запрос не может быть проверен. (Вы, возможно, ранее представляли его.) Попытка сброса пароля неудачная."; +$a->strings["Request has expired, please make a new one."] = ""; +$a->strings["Forgot your Password?"] = "Забыли пароль?"; +$a->strings["Enter your email address and submit to have your password reset. Then check your email for further instructions."] = "Введите адрес электронной почты и подтвердите, что вы хотите сбросить ваш пароль. Затем проверьте свою электронную почту для получения дальнейших инструкций."; +$a->strings["Nickname or Email: "] = "Ник или E-mail: "; +$a->strings["Reset"] = "Сброс"; +$a->strings["Password Reset"] = "Сброс пароля"; +$a->strings["Your password has been reset as requested."] = "Ваш пароль был сброшен по требованию."; +$a->strings["Your new password is"] = "Ваш новый пароль"; +$a->strings["Save or copy your new password - and then"] = "Сохраните или скопируйте новый пароль - и затем"; +$a->strings["click here to login"] = "нажмите здесь для входа"; +$a->strings["Your password may be changed from the Settings page after successful login."] = "Ваш пароль может быть изменен на странице Настройки после успешного входа."; +$a->strings["\n\t\t\tDear %1\$s,\n\t\t\t\tYour password has been changed as requested. Please retain this\n\t\t\tinformation for your records (or change your password immediately to\n\t\t\tsomething that you will remember).\n\t\t"] = ""; +$a->strings["\n\t\t\tYour login details are as follows:\n\n\t\t\tSite Location:\t%1\$s\n\t\t\tLogin Name:\t%2\$s\n\t\t\tPassword:\t%3\$s\n\n\t\t\tYou may change that password from your account settings page after logging in.\n\t\t"] = ""; +$a->strings["Your password has been changed at %s"] = "Ваш пароль был изменен %s"; +$a->strings["Registration successful. Please check your email for further instructions."] = "Регистрация успешна. Пожалуйста, проверьте свою электронную почту для получения дальнейших инструкций."; +$a->strings["Failed to send email message. Here your accout details:
    login: %s
    password: %s

    You can change your password after login."] = "Ошибка отправки письма. Вот ваши учетные данные:
    логин: %s
    пароль: %s

    Вы сможете изменить пароль после входа."; +$a->strings["Registration successful."] = "Регистрация успешна."; +$a->strings["Your registration can not be processed."] = "Ваша регистрация не может быть обработана."; +$a->strings["Your registration is pending approval by the site owner."] = "Ваша регистрация в ожидании одобрения владельцем сайта."; +$a->strings["You may (optionally) fill in this form via OpenID by supplying your OpenID and clicking 'Register'."] = "Вы можете (по желанию), заполнить эту форму с помощью OpenID, поддерживая ваш OpenID и нажав клавишу \"Регистрация\"."; +$a->strings["If you are not familiar with OpenID, please leave that field blank and fill in the rest of the items."] = "Если вы не знакомы с OpenID, пожалуйста, оставьте это поле пустым и заполните остальные элементы."; +$a->strings["Your OpenID (optional): "] = "Ваш OpenID (необязательно):"; +$a->strings["Include your profile in member directory?"] = "Включить ваш профиль в каталог участников?"; +$a->strings["Note for the admin"] = "Сообщение для администратора"; +$a->strings["Leave a message for the admin, why you want to join this node"] = "Сообщения для администратора сайта на тему \"почему я хочу присоединиться к вам\""; +$a->strings["Membership on this site is by invitation only."] = "Членство на сайте только по приглашению."; +$a->strings["Your invitation code: "] = ""; +$a->strings["Registration"] = "Регистрация"; +$a->strings["Your Full Name (e.g. Joe Smith, real or real-looking): "] = "Ваше полное имя (например, Иван Иванов):"; +$a->strings["Your Email Address: (Initial information will be send there, so this has to be an existing address.)"] = ""; +$a->strings["New Password:"] = "Новый пароль:"; +$a->strings["Leave empty for an auto generated password."] = "Оставьте пустым для автоматической генерации пароля."; +$a->strings["Confirm:"] = "Подтвердите:"; +$a->strings["Choose a profile nickname. This must begin with a text character. Your profile address on this site will then be 'nickname@%s'."] = ""; +$a->strings["Choose a nickname: "] = "Выберите псевдоним: "; +$a->strings["Register"] = "Регистрация"; +$a->strings["Import your profile to this friendica instance"] = "Импорт своего профиля в этот экземпляр friendica"; +$a->strings["Theme settings updated."] = "Настройки темы обновлены."; +$a->strings["Information"] = "Информация"; +$a->strings["Overview"] = ""; +$a->strings["Federation Statistics"] = ""; +$a->strings["Configuration"] = ""; +$a->strings["Site"] = "Сайт"; +$a->strings["Users"] = "Пользователи"; +$a->strings["Addons"] = ""; +$a->strings["Themes"] = "Темы"; +$a->strings["Additional features"] = "Дополнительные возможности"; +$a->strings["Database"] = ""; +$a->strings["DB updates"] = "Обновление БД"; +$a->strings["Inspect Queue"] = ""; +$a->strings["Tools"] = ""; +$a->strings["Contact Blocklist"] = ""; +$a->strings["Server Blocklist"] = ""; +$a->strings["Delete Item"] = ""; +$a->strings["Logs"] = "Журналы"; +$a->strings["View Logs"] = "Просмотр логов"; +$a->strings["Diagnostics"] = ""; +$a->strings["PHP Info"] = ""; +$a->strings["probe address"] = ""; +$a->strings["check webfinger"] = ""; +$a->strings["Admin"] = "Администратор"; +$a->strings["Addon Features"] = ""; +$a->strings["User registrations waiting for confirmation"] = "Регистрации пользователей, ожидающие подтверждения"; +$a->strings["Administration"] = "Администрация"; +$a->strings["Display Terms of Service"] = ""; +$a->strings["Enable the Terms of Service page. If this is enabled a link to the terms will be added to the registration form and the general information page."] = ""; +$a->strings["Display Privacy Statement"] = ""; +$a->strings["Show some informations regarding the needed information to operate the node according e.g. to EU-GDPR."] = ""; +$a->strings["The Terms of Service"] = ""; +$a->strings["Enter the Terms of Service for your node here. You can use BBCode. Headers of sections should be [h2] and below."] = ""; +$a->strings["The blocked domain"] = ""; +$a->strings["The reason why you blocked this domain."] = ""; +$a->strings["Delete domain"] = ""; +$a->strings["Check to delete this entry from the blocklist"] = ""; +$a->strings["This page can be used to define a black list of servers from the federated network that are not allowed to interact with your node. For all entered domains you should also give a reason why you have blocked the remote server."] = ""; +$a->strings["The list of blocked servers will be made publically available on the /friendica page so that your users and people investigating communication problems can find the reason easily."] = ""; +$a->strings["Add new entry to block list"] = ""; +$a->strings["Server Domain"] = ""; +$a->strings["The domain of the new server to add to the block list. Do not include the protocol."] = ""; +$a->strings["Block reason"] = ""; +$a->strings["Add Entry"] = ""; +$a->strings["Save changes to the blocklist"] = ""; +$a->strings["Current Entries in the Blocklist"] = ""; +$a->strings["Delete entry from blocklist"] = ""; +$a->strings["Delete entry from blocklist?"] = ""; +$a->strings["Server added to blocklist."] = ""; +$a->strings["Site blocklist updated."] = ""; +$a->strings["The contact has been blocked from the node"] = ""; +$a->strings["Could not find any contact entry for this URL (%s)"] = ""; +$a->strings["%s contact unblocked"] = [ + 0 => "", + 1 => "", + 2 => "", + 3 => "", +]; +$a->strings["Remote Contact Blocklist"] = ""; +$a->strings["This page allows you to prevent any message from a remote contact to reach your node."] = ""; +$a->strings["Block Remote Contact"] = ""; +$a->strings["select all"] = "выбрать все"; +$a->strings["select none"] = ""; +$a->strings["No remote contact is blocked from this node."] = ""; +$a->strings["Blocked Remote Contacts"] = ""; +$a->strings["Block New Remote Contact"] = ""; +$a->strings["Photo"] = ""; +$a->strings["%s total blocked contact"] = [ + 0 => "", + 1 => "", + 2 => "", + 3 => "", +]; +$a->strings["URL of the remote contact to block."] = ""; +$a->strings["Delete this Item"] = ""; +$a->strings["On this page you can delete an item from your node. If the item is a top level posting, the entire thread will be deleted."] = ""; +$a->strings["You need to know the GUID of the item. You can find it e.g. by looking at the display URL. The last part of http://example.com/display/123456 is the GUID, here 123456."] = ""; +$a->strings["GUID"] = ""; +$a->strings["The GUID of the item you want to delete."] = ""; +$a->strings["Item marked for deletion."] = ""; +$a->strings["unknown"] = ""; +$a->strings["This page offers you some numbers to the known part of the federated social network your Friendica node is part of. These numbers are not complete but only reflect the part of the network your node is aware of."] = ""; +$a->strings["The Auto Discovered Contact Directory feature is not enabled, it will improve the data displayed here."] = ""; +$a->strings["Currently this node is aware of %d nodes with %d registered users from the following platforms:"] = ""; +$a->strings["ID"] = ""; +$a->strings["Recipient Name"] = ""; +$a->strings["Recipient Profile"] = ""; +$a->strings["Network"] = "Новости"; +$a->strings["Created"] = ""; +$a->strings["Last Tried"] = ""; +$a->strings["This page lists the content of the queue for outgoing postings. These are postings the initial delivery failed for. They will be resend later and eventually deleted if the delivery fails permanently."] = ""; +$a->strings["Your DB still runs with MyISAM tables. You should change the engine type to InnoDB. As Friendica will use InnoDB only features in the future, you should change this! See here for a guide that may be helpful converting the table engines. You may also use the command php bin/console.php dbstructure toinnodb of your Friendica installation for an automatic conversion.
    "] = ""; +$a->strings["There is a new version of Friendica available for download. Your current version is %1\$s, upstream version is %2\$s"] = ""; +$a->strings["The database update failed. Please run \"php bin/console.php dbstructure update\" from the command line and have a look at the errors that might appear."] = ""; +$a->strings["The worker was never executed. Please check your database structure!"] = ""; +$a->strings["The last worker execution was on %s UTC. This is older than one hour. Please check your crontab settings."] = ""; +$a->strings["Normal Account"] = "Обычный аккаунт"; +$a->strings["Automatic Follower Account"] = ""; +$a->strings["Public Forum Account"] = ""; +$a->strings["Automatic Friend Account"] = "\"Автоматический друг\" Аккаунт"; +$a->strings["Blog Account"] = "Аккаунт блога"; +$a->strings["Private Forum Account"] = ""; +$a->strings["Message queues"] = "Очереди сообщений"; +$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 ://"] = "Невозможно определить базовый URL. Он должен иметь следующий вид - ://"; +$a->strings["Site settings updated."] = "Установки сайта обновлены."; +$a->strings["No special theme for mobile devices"] = "Нет специальной темы для мобильных устройств"; +$a->strings["No community page"] = ""; +$a->strings["Public postings from users of this site"] = ""; +$a->strings["Public postings from the federated network"] = ""; +$a->strings["Public postings from local users and the federated network"] = ""; +$a->strings["Users, Global Contacts"] = ""; +$a->strings["Users, Global Contacts/fallback"] = ""; +$a->strings["One month"] = "Один месяц"; +$a->strings["Three months"] = "Три месяца"; +$a->strings["Half a year"] = "Пол года"; +$a->strings["One year"] = "Один год"; +$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"] = "Нет режима SSL, состояние SSL не будет отслеживаться"; +$a->strings["Force all links to use SSL"] = "Заставить все ссылки использовать SSL"; +$a->strings["Self-signed certificate, use SSL for local links only (discouraged)"] = "Само-подписанный сертификат, использовать SSL только локально (не рекомендуется)"; +$a->strings["Don't check"] = ""; +$a->strings["check the stable version"] = ""; +$a->strings["check the development version"] = ""; +$a->strings["Republish users to directory"] = ""; +$a->strings["File upload"] = "Загрузка файлов"; +$a->strings["Policies"] = "Политики"; +$a->strings["Auto Discovered Contact Directory"] = ""; +$a->strings["Performance"] = "Производительность"; +$a->strings["Worker"] = ""; +$a->strings["Message Relay"] = ""; +$a->strings["Relocate - WARNING: advanced function. Could make this server unreachable."] = "Переместить - ПРЕДУПРЕЖДЕНИЕ: расширеная функция. Может сделать этот сервер недоступным."; +$a->strings["Site name"] = "Название сайта"; +$a->strings["Host name"] = "Имя хоста"; +$a->strings["Sender Email"] = "Системный Email"; +$a->strings["The email address your server shall use to send notification emails from."] = "Адрес с которого будут приходить письма пользователям."; +$a->strings["Banner/Logo"] = "Баннер/Логотип"; +$a->strings["Shortcut icon"] = ""; +$a->strings["Link to an icon that will be used for browsers."] = ""; +$a->strings["Touch icon"] = ""; +$a->strings["Link to an icon that will be used for tablets and mobiles."] = ""; +$a->strings["Additional Info"] = "Дополнительная информация"; +$a->strings["For public servers: you can add additional information here that will be listed at %s/servers."] = ""; +$a->strings["System language"] = "Системный язык"; +$a->strings["System theme"] = "Системная тема"; +$a->strings["Default system theme - may be over-ridden by user profiles - change theme settings"] = "Тема системы по умолчанию - может быть переопределена пользователем - изменить настройки темы"; +$a->strings["Mobile system theme"] = "Мобильная тема системы"; +$a->strings["Theme for mobile devices"] = "Тема для мобильных устройств"; +$a->strings["SSL link policy"] = "Политика SSL"; +$a->strings["Determines whether generated links should be forced to use SSL"] = "Ссылки должны быть вынуждены использовать SSL"; +$a->strings["Force SSL"] = "SSL принудительно"; +$a->strings["Force all Non-SSL requests to SSL - Attention: on some systems it could lead to endless loops."] = ""; +$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."] = "Максимальный размер в байтах для загружаемых изображений. По умолчанию 0, что означает отсутствие ограничений."; +$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."] = "Максимальная длина в пикселях для длинной стороны загруженных изображений. По умолчанию равно -1, что означает отсутствие ограничений."; +$a->strings["JPEG image quality"] = "Качество JPEG изображения"; +$a->strings["Uploaded JPEGS will be saved at this quality setting [0-100]. Default is 100, which is full quality."] = "Загруженные изображения JPEG будут сохранены в этом качестве [0-100]. По умолчанию 100, что означает полное качество."; +$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. You can use BBCode here."] = ""; +$a->strings["Accounts abandoned after x days"] = "Аккаунт считается после x дней не воспользованным"; +$a->strings["Will not waste system resources polling external sites for abandonded accounts. Enter 0 for no time limit."] = "Не будет тратить ресурсы для опроса сайтов для бесхозных контактов. Введите 0 для отключения лимита времени."; +$a->strings["Allowed friend domains"] = "Разрешенные домены друзей"; +$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["No OEmbed rich content"] = ""; +$a->strings["Don't show the rich content (e.g. embedded PDF), except from the domains listed below."] = ""; +$a->strings["Allowed OEmbed domains"] = ""; +$a->strings["Comma separated list of domains which oembed content is allowed to be displayed. Wildcards are accepted."] = ""; +$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 URL"] = ""; +$a->strings["URL to the global directory. If this is not set, the global directory is completely unavailable to the application."] = ""; +$a->strings["Private posts by default for new users"] = "Частные сообщения по умолчанию для новых пользователей"; +$a->strings["Set default post permissions for all new members to the default privacy group rather than public."] = "Установить права на создание постов по умолчанию для всех участников в дефолтной приватной группе, а не для публичных участников."; +$a->strings["Don't include post content in email notifications"] = "Не включать текст сообщения в email-оповещение."; +$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"] = "Разрешить пользователям установить 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"] = "Поддержка OpenID"; +$a->strings["OpenID support for registration and logins."] = "OpenID поддержка для регистрации и входа в систему."; +$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["Community pages for visitors"] = ""; +$a->strings["Which community pages should be available for visitors. Local users always see both pages."] = ""; +$a->strings["Posts per user on community page"] = ""; +$a->strings["The maximum number of posts per user on the community page. (Not valid for 'Global Community')"] = ""; +$a->strings["Enable OStatus support"] = "Включить поддержку OStatus"; +$a->strings["Provide built-in OStatus (StatusNet, GNU Social etc.) compatibility. All communications in OStatus are public, so privacy warnings will be occasionally displayed."] = ""; +$a->strings["Only import OStatus threads from our contacts"] = ""; +$a->strings["Normally we import every content from our OStatus contacts. With this option we only store threads that are started by a contact that is known on our system."] = ""; +$a->strings["OStatus support can only be enabled if threading is enabled."] = ""; +$a->strings["Diaspora support can't be enabled because Friendica was installed into a sub directory."] = ""; +$a->strings["Enable Diaspora support"] = "Включить поддержку Diaspora"; +$a->strings["Provide built-in Diaspora network compatibility."] = "Обеспечить встроенную поддержку сети Diaspora."; +$a->strings["Only allow Friendica contacts"] = "Позвольть только Friendica контакты"; +$a->strings["All contacts must use Friendica protocols. All other built-in communication protocols disabled."] = "Все контакты должны использовать только Friendica протоколы. Все другие встроенные коммуникационные протоколы отключены."; +$a->strings["Verify SSL"] = "Проверка 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."] = "Если хотите, вы можете включить строгую проверку сертификатов. Это будет означать, что вы не сможете соединиться (вообще) с сайтами, имеющими само-подписанный SSL сертификат."; +$a->strings["Proxy user"] = "Прокси пользователь"; +$a->strings["Proxy URL"] = "Прокси URL"; +$a->strings["Network timeout"] = "Тайм-аут сети"; +$a->strings["Value is in seconds. Set to 0 for unlimited (not recommended)."] = "Значение указывается в секундах. Установите 0 для снятия ограничений (не рекомендуется)."; +$a->strings["Maximum Load Average"] = "Средняя максимальная нагрузка"; +$a->strings["Maximum system load before delivery and poll processes are deferred - default 50."] = "Максимальная нагрузка на систему перед приостановкой процессов доставки и опросов - по умолчанию 50."; +$a->strings["Maximum Load Average (Frontend)"] = ""; +$a->strings["Maximum system load before the frontend quits service - default 50."] = ""; +$a->strings["Minimal Memory"] = ""; +$a->strings["Minimal free memory in MB for the worker. Needs access to /proc/meminfo - default 0 (deactivated)."] = ""; +$a->strings["Maximum table size for optimization"] = ""; +$a->strings["Maximum table size (in MB) for the automatic optimization - default 100 MB. Enter -1 to disable it."] = ""; +$a->strings["Minimum level of fragmentation"] = ""; +$a->strings["Minimum fragmenation level to start the automatic optimization - default value is 30%."] = ""; +$a->strings["Periodical check of global contacts"] = ""; +$a->strings["If enabled, the global contacts are checked periodically for missing or outdated data and the vitality of the contacts and servers."] = ""; +$a->strings["Days between requery"] = ""; +$a->strings["Number of days after which a server is requeried for his contacts."] = ""; +$a->strings["Discover contacts from other servers"] = ""; +$a->strings["Periodically query other servers for contacts. You can choose between 'users': the users on the remote system, 'Global Contacts': active contacts that are known on the system. The fallback is meant for Redmatrix servers and older friendica servers, where global contacts weren't available. The fallback increases the server load, so the recommened setting is 'Users, Global Contacts'."] = ""; +$a->strings["Timeframe for fetching global contacts"] = ""; +$a->strings["When the discovery is activated, this value defines the timeframe for the activity of the global contacts that are fetched from other servers."] = ""; +$a->strings["Search the local directory"] = ""; +$a->strings["Search the local directory instead of the global directory. When searching locally, every search will be executed on the global directory in the background. This improves the search results when the search is repeated."] = ""; +$a->strings["Publish server information"] = ""; +$a->strings["If enabled, general server and usage data will be published. The data contains the name and version of the server, number of users with public profiles, number of posts and the activated protocols and connectors. See the-federation.info for details."] = ""; +$a->strings["Check upstream version"] = ""; +$a->strings["Enables checking for new Friendica versions at github. If there is a new version, you will be informed in the admin panel overview."] = ""; +$a->strings["Suppress Tags"] = ""; +$a->strings["Suppress showing a list of hashtags at the end of the posting."] = ""; +$a->strings["Path to item cache"] = "Путь к элементам кэша"; +$a->strings["The item caches buffers generated bbcode and external images."] = ""; +$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["Temp path"] = "Временная папка"; +$a->strings["If you have a restricted system where the webserver can't access the system temp path, enter another path here."] = ""; +$a->strings["Base path to installation"] = "Путь для установки"; +$a->strings["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."] = ""; +$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["Only search in tags"] = "Искать только в тегах"; +$a->strings["On large systems the text search can slow down the system extremely."] = "На больших системах текстовый поиск может сильно замедлить систему."; +$a->strings["New base url"] = "Новый базовый url"; +$a->strings["Change base url for this server. Sends relocate message to all Friendica and Diaspora* contacts of all users."] = ""; +$a->strings["RINO Encryption"] = "RINO шифрование"; +$a->strings["Encryption layer between nodes."] = "Слой шифрования между узлами."; +$a->strings["Enabled"] = ""; +$a->strings["Maximum number of parallel workers"] = "Максимальное число параллельно работающих worker'ов"; +$a->strings["On shared hosters set this to 2. On larger systems, values of 10 are great. Default value is 4."] = "Он shared-хостингах установите параметр в 2. На больших системах можно установить 10 или более. По-умолчанию 4."; +$a->strings["Don't use 'proc_open' with the worker"] = "Не использовать 'proc_open' с worker'ом"; +$a->strings["Enable this if your system doesn't allow the use of 'proc_open'. This can happen on shared hosters. If this is enabled you should increase the frequency of worker calls in your crontab."] = ""; +$a->strings["Enable fastlane"] = "Включить fastlane"; +$a->strings["When enabed, the fastlane mechanism starts an additional worker if processes with higher priority are blocked by processes of lower priority."] = ""; +$a->strings["Enable frontend worker"] = "Включить frontend worker"; +$a->strings["When enabled the Worker process is triggered when backend access is performed \\x28e.g. messages being delivered\\x29. On smaller sites you might want to call %s/worker on a regular basis via an external cron job. You should only enable this option if you cannot utilize cron/scheduled jobs on your server."] = ""; +$a->strings["Subscribe to relay"] = ""; +$a->strings["Enables the receiving of public posts from the relay. They will be included in the search, subscribed tags and on the global community page."] = ""; +$a->strings["Relay server"] = ""; +$a->strings["Address of the relay server where public posts should be send to. For example https://relay.diasp.org"] = ""; +$a->strings["Direct relay transfer"] = ""; +$a->strings["Enables the direct transfer to other servers without using the relay servers"] = ""; +$a->strings["Relay scope"] = ""; +$a->strings["Can be 'all' or 'tags'. 'all' means that every public post should be received. 'tags' means that only posts with selected tags should be received."] = ""; +$a->strings["all"] = ""; +$a->strings["tags"] = ""; +$a->strings["Server tags"] = ""; +$a->strings["Comma separated list of tags for the 'tags' subscription."] = ""; +$a->strings["Allow user tags"] = ""; +$a->strings["If enabled, the tags from the saved searches will used for the 'tags' subscription in addition to the 'relay_server_tags'."] = ""; +$a->strings["Update has been marked successful"] = "Обновление было успешно отмечено"; +$a->strings["Database structure update %s was successfully applied."] = "Обновление базы данных %s успешно применено."; +$a->strings["Executing of database structure update %s failed with error: %s"] = "Выполнение обновления базы данных %s завершено с ошибкой: %s"; +$a->strings["Executing %s failed with error: %s"] = "Выполнение %s завершено с ошибкой: %s"; +$a->strings["Update %s was successfully applied."] = "Обновление %s успешно применено."; +$a->strings["Update %s did not return a status. Unknown if it succeeded."] = "Процесс обновления %s не вернул статус. Не известно, выполнено, или нет."; +$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."] = "Эта цифра не включает обновления до 1139, которое не возвращает статус."; +$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\tIf you ever want to delete your account, you can do so at %1\$s/removeme\n\n\t\t\tThank you and welcome to %4\$s."] = ""; +$a->strings["Registration details for %s"] = "Подробности регистрации для %s"; +$a->strings["%s user blocked/unblocked"] = [ + 0 => "%s пользователь заблокирован/разблокирован", + 1 => "%s пользователей заблокировано/разблокировано", + 2 => "%s пользователей заблокировано/разблокировано", + 3 => "%s пользователей заблокировано/разблокировано", +]; +$a->strings["%s user deleted"] = [ + 0 => "%s человек удален", + 1 => "%s чел. удалено", + 2 => "%s чел. удалено", + 3 => "%s чел. удалено", +]; +$a->strings["User '%s' deleted"] = "Пользователь '%s' удален"; +$a->strings["User '%s' unblocked"] = "Пользователь '%s' разблокирован"; +$a->strings["User '%s' blocked"] = "Пользователь '%s' блокирован"; +$a->strings["Email"] = "Эл. почта"; +$a->strings["Register date"] = "Дата регистрации"; +$a->strings["Last login"] = "Последний вход"; +$a->strings["Last item"] = "Последний пункт"; +$a->strings["Account"] = "Аккаунт"; +$a->strings["Add User"] = "Добавить пользователя"; +$a->strings["User registrations waiting for confirm"] = "Регистрации пользователей, ожидающие подтверждения"; +$a->strings["User waiting for permanent deletion"] = "Пользователь ожидает окончательного удаления"; +$a->strings["Request date"] = "Запрос даты"; +$a->strings["No registrations."] = "Нет регистраций."; +$a->strings["Note from the user"] = "Сообщение от пользователя"; +$a->strings["Deny"] = "Отклонить"; +$a->strings["Site admin"] = "Админ сайта"; +$a->strings["Account expired"] = "Аккаунт просрочен"; +$a->strings["New User"] = "Новый пользователь"; +$a->strings["Deleted since"] = "Удалён с"; +$a->strings["Selected users will be deleted!\\n\\nEverything these users had posted on this site will be permanently deleted!\\n\\nAre you sure?"] = "Выбранные пользователи будут удалены!\\n\\nВсе, что эти пользователи написали на этом сайте, будет удалено!\\n\\nВы уверены в вашем действии?"; +$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?"] = "Пользователь {0} будет удален!\\n\\nВсе, что этот пользователь написал на этом сайте, будет удалено!\\n\\nВы уверены в вашем действии?"; +$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."] = "Email адрес нового пользователя."; +$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["Reload active addons"] = ""; +$a->strings["There are currently no addons available on your node. You can find the official addon repository at %1\$s and might find other interesting addons in the open addon registry at %2\$s"] = ""; +$a->strings["No themes found."] = "Темы не найдены."; +$a->strings["Screenshot"] = "Скриншот"; +$a->strings["Reload active themes"] = "Перезагрузить активные темы"; +$a->strings["No themes found on the system. They should be placed in %1\$s"] = ""; +$a->strings["[Experimental]"] = "[экспериментально]"; +$a->strings["[Unsupported]"] = "[Неподдерживаемое]"; +$a->strings["Log settings updated."] = "Настройки журнала обновлены."; +$a->strings["PHP log currently enabled."] = "Лог PHP включен."; +$a->strings["PHP log currently disabled."] = "Лог PHP выключен."; +$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."] = "Должно быть доступно для записи в веб-сервере. Относительно вашего Friendica каталога верхнего уровня."; +$a->strings["Log level"] = "Уровень лога"; +$a->strings["PHP logging"] = "PHP логирование"; +$a->strings["To enable logging of PHP errors and warnings you can add the following to the .htconfig.php file of your installation. The filename set in the 'error_log' line is relative to the friendica top-level directory and must be writeable by the web server. The option '1' for 'log_errors' and 'display_errors' is to enable these options, set to '0' to disable them."] = ""; +$a->strings["Error trying to open %1\$s log file.\\r\\n
    Check to see if file %1\$s exist and is readable."] = ""; +$a->strings["Couldn't open %1\$s log file.\\r\\n
    Check to see if file %1\$s is readable."] = ""; +$a->strings["Off"] = "Выкл."; +$a->strings["On"] = "Вкл."; +$a->strings["Lock feature %s"] = "Заблокировать %s"; +$a->strings["Manage Additional Features"] = "Управление дополнительными возможностями"; +$a->strings["Display"] = "Внешний вид"; +$a->strings["Social Networks"] = "Социальные сети"; +$a->strings["Delegations"] = "Делегирование"; +$a->strings["Connected apps"] = "Подключенные приложения"; +$a->strings["Remove account"] = "Удалить аккаунт"; +$a->strings["Missing some important data!"] = "Не хватает важных данных!"; +$a->strings["Failed to connect with email account using the settings provided."] = "Не удалось подключиться к аккаунту e-mail, используя указанные настройки."; +$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["The new password has been exposed in a public data dump, please choose another."] = ""; +$a->strings["Wrong password."] = "Неверный пароль."; +$a->strings["Password changed."] = "Пароль изменен."; +$a->strings["Password update failed. Please try again."] = "Обновление пароля не удалось. Пожалуйста, попробуйте еще раз."; +$a->strings[" Please use a shorter name."] = " Пожалуйста, используйте более короткое имя."; +$a->strings[" Name too short."] = " Имя слишком короткое."; +$a->strings["Wrong Password"] = "Неверный пароль."; +$a->strings["Invalid 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"] = "Consumer Key"; +$a->strings["Consumer Secret"] = "Consumer Secret"; +$a->strings["Redirect"] = "Перенаправление"; +$a->strings["Icon url"] = "URL символа"; +$a->strings["You can't edit this application."] = "Вы не можете изменить это приложение."; +$a->strings["Connected Apps"] = "Подключенные приложения"; +$a->strings["Edit"] = "Редактировать"; +$a->strings["Client key starts with"] = "Ключ клиента начинается с"; +$a->strings["No name"] = "Нет имени"; +$a->strings["Remove authorization"] = "Удалить авторизацию"; +$a->strings["No Addon settings configured"] = ""; +$a->strings["Addon Settings"] = ""; +$a->strings["Additional Features"] = "Дополнительные возможности"; +$a->strings["Diaspora"] = "Diaspora"; +$a->strings["enabled"] = "подключено"; +$a->strings["disabled"] = "отключено"; +$a->strings["Built-in support for %s connectivity is %s"] = "Встроенная поддержка для %s подключение %s"; +$a->strings["GNU Social (OStatus)"] = "GNU Social (OStatus)"; +$a->strings["Email access is disabled on this site."] = "Доступ эл. почты отключен на этом сайте."; +$a->strings["General Social Media Settings"] = "Общие настройки социальных медиа"; +$a->strings["Disable Content Warning"] = ""; +$a->strings["Users on networks like Mastodon or Pleroma are able to set a content warning field which collapse their post by default. This disables the automatic collapsing and sets the content warning as the post title. Doesn't affect any other content filtering you eventually set up."] = ""; +$a->strings["Disable intelligent shortening"] = "Отключить умное сокращение"; +$a->strings["Normally the system tries to find the best link to add to shortened posts. If this option is enabled then every shortened post will always point to the original friendica post."] = "Обычно система пытается найти лучшую ссылку для добавления к сокращенному посту. Если эта настройка включена, то каждый сокращенный пост будет указывать на оригинальный пост в Friendica."; +$a->strings["Automatically follow any GNU Social (OStatus) followers/mentioners"] = "Автоматически подписываться на любого пользователя GNU Social (OStatus), который вас упомянул или который на вас подписался"; +$a->strings["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."] = "Если вы получите сообщение от неизвестной учетной записи OStatus, эта настройка решает, что делать. Если включена, то новый контакт будет создан для каждого неизвестного пользователя."; +$a->strings["Default group for OStatus contacts"] = "Группа по-умолчанию для OStatus-контактов"; +$a->strings["Your legacy GNU Social account"] = "Ваша старая учетная запись GNU Social"; +$a->strings["If you enter your old GNU Social/Statusnet account name here (in the format user@domain.tld), your contacts will be added automatically. The field will be emptied when done."] = "Если вы введете тут вашу старую учетную запись GNU Social/Statusnet (в виде пользователь@домен), ваши контакты оттуда будут автоматически добавлены. Поле будет очищено когда все контакты будут добавлены."; +$a->strings["Repair OStatus subscriptions"] = "Починить подписки OStatus"; +$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."] = "Если вы хотите общаться с Email контактами, используя этот сервис (по желанию), пожалуйста, уточните, как подключиться к вашему почтовому ящику."; +$a->strings["Last successful email check:"] = "Последняя успешная проверка электронной почты:"; +$a->strings["IMAP server name:"] = "Имя IMAP сервера:"; +$a->strings["IMAP port:"] = "Порт IMAP:"; +$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["%s - (Unsupported)"] = ""; +$a->strings["%s - (Experimental)"] = ""; +$a->strings["Display Settings"] = "Параметры дисплея"; +$a->strings["Display Theme:"] = "Показать тему:"; +$a->strings["Mobile Theme:"] = "Мобильная тема:"; +$a->strings["Suppress warning of insecure networks"] = "Не отображать уведомление о небезопасных сетях"; +$a->strings["Should the system suppress the warning that the current group contains members of networks that can't receive non public postings."] = "Должна ли система подавлять уведомления о том, что текущая группа содержить пользователей из сетей, которые не могут получать непубличные сообщения или сообщения с ограниченной видимостью."; +$a->strings["Update browser every xx seconds"] = "Обновление браузера каждые хх секунд"; +$a->strings["Minimum of 10 seconds. Enter -1 to disable it."] = "Минимум 10 секунд. Введите -1 для отключения."; +$a->strings["Number of items to display per page:"] = "Количество элементов, отображаемых на одной странице:"; +$a->strings["Maximum of 100 items"] = "Максимум 100 элементов"; +$a->strings["Number of items to display per page when viewed from mobile device:"] = "Количество элементов на странице, когда просмотр осуществляется с мобильных устройств:"; +$a->strings["Don't show emoticons"] = "не показывать emoticons"; +$a->strings["Calendar"] = "Календарь"; +$a->strings["Beginning of week:"] = "Начало недели:"; +$a->strings["Don't show notices"] = "Не показывать уведомления"; +$a->strings["Infinite scroll"] = "Бесконечная прокрутка"; +$a->strings["Automatic updates only at the top of the network page"] = "Автоматически обновлять только при нахождении вверху страницы \"Сеть\""; +$a->strings["When disabled, the network page is updated all the time, which could be confusing while reading."] = ""; +$a->strings["Bandwith Saver Mode"] = "Режим экономии трафика"; +$a->strings["When enabled, embedded content is not displayed on automatic updates, they only show on page reload."] = "Если включено, то включенный контент не отображается при автоматическом обновлении, он будет показан только при перезагрузке страницы."; +$a->strings["Smart Threading"] = ""; +$a->strings["When enabled, suppress extraneous thread indentation while keeping it where it matters. Only works if threading is available and enabled."] = ""; +$a->strings["General Theme Settings"] = "Общие настройки тем"; +$a->strings["Custom Theme Settings"] = "Личные настройки тем"; +$a->strings["Content Settings"] = "Настройки контента"; +$a->strings["Theme settings"] = "Настройки темы"; +$a->strings["Unable to find your profile. Please contact your admin."] = ""; +$a->strings["Account Types"] = "Тип учетной записи"; +$a->strings["Personal Page Subtypes"] = "Подтипы личной страницы"; +$a->strings["Community Forum Subtypes"] = "Подтипы форума сообщества"; +$a->strings["Personal Page"] = "Личная страница"; +$a->strings["Account for a personal profile."] = ""; +$a->strings["Organisation Page"] = "Организационная страница"; +$a->strings["Account for an organisation that automatically approves contact requests as \"Followers\"."] = ""; +$a->strings["News Page"] = "Новостная страница"; +$a->strings["Account for a news reflector that automatically approves contact requests as \"Followers\"."] = ""; +$a->strings["Community Forum"] = "Форум сообщества"; +$a->strings["Account for community discussions."] = ""; +$a->strings["Normal Account Page"] = "Стандартная страница аккаунта"; +$a->strings["Account for a regular personal profile that requires manual approval of \"Friends\" and \"Followers\"."] = ""; +$a->strings["Soapbox Page"] = "Песочница"; +$a->strings["Account for a public profile that automatically approves contact requests as \"Followers\"."] = ""; +$a->strings["Public Forum"] = "Публичный форум"; +$a->strings["Automatically approves all contact requests."] = ""; +$a->strings["Automatic Friend Page"] = "\"Автоматический друг\" страница"; +$a->strings["Account for a popular profile that automatically approves contact requests as \"Friends\"."] = ""; +$a->strings["Private Forum [Experimental]"] = "Личный форум [экспериментально]"; +$a->strings["Requires manual approval of contact requests."] = ""; +$a->strings["OpenID:"] = "OpenID:"; +$a->strings["(Optional) Allow this OpenID to login to this account."] = "(Необязательно) Разрешить этому OpenID входить в этот аккаунт"; +$a->strings["Publish your default profile in your local site directory?"] = "Публиковать ваш профиль по умолчанию в вашем локальном каталоге на сайте?"; +$a->strings["Your profile will be published in the global friendica directories (e.g. %s). Your profile will be visible in public."] = ""; +$a->strings["Publish your default profile in the global social directory?"] = "Публиковать ваш профиль по умолчанию в глобальном социальном каталоге?"; +$a->strings["Your profile will be published in this node's local directory. Your profile details may be publicly visible depending on the system settings."] = ""; +$a->strings["Hide your contact/friend list from viewers of your default profile?"] = "Скрывать ваш список контактов/друзей от посетителей вашего профиля по умолчанию?"; +$a->strings["Your contact list won't be shown in your default profile page. You can decide to show your contact list separately for each additional profile you create"] = ""; +$a->strings["Hide your profile details from anonymous viewers?"] = ""; +$a->strings["Anonymous visitors will only see your profile picture, your display name and the nickname you are using on your profile page. Disables posting public messages to Diaspora and other networks."] = ""; +$a->strings["Allow friends to post to your profile page?"] = "Разрешить друзьям оставлять сообщения на страницу вашего профиля?"; +$a->strings["Your contacts may write posts on your profile wall. These posts will be distributed to your contacts"] = ""; +$a->strings["Allow friends to tag your posts?"] = "Разрешить друзьям отмечять ваши сообщения?"; +$a->strings["Your contacts can add additional tags to your posts."] = ""; +$a->strings["Allow us to suggest you as a potential friend to new members?"] = "Позвольть предлогать Вам потенциальных друзей?"; +$a->strings["If you like, Friendica may suggest new members to add you as a contact."] = ""; +$a->strings["Permit unknown people to send you private mail?"] = "Разрешить незнакомым людям отправлять вам личные сообщения?"; +$a->strings["Friendica network users may send you private messages even if they are not in your contact list."] = ""; +$a->strings["Profile is not published."] = "Профиль не публикуется."; +$a->strings["Your Identity Address is '%s' or '%s'."] = "Ваш адрес: '%s' или '%s'."; +$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["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["Your Language:"] = "Ваш язык:"; +$a->strings["Set the language we use to show you friendica interface and to send you emails"] = "Выберите язык, на котором вы будете видеть интерфейс Friendica и на котором вы будете получать письма"; +$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["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 interesting 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["Activate desktop notifications"] = "Активировать уведомления на рабочем столе"; +$a->strings["Show desktop popup on new notifications"] = "Показывать уведомления на рабочем столе"; +$a->strings["Text-only notification emails"] = "Только текстовые письма"; +$a->strings["Send text only notification emails, without the html part"] = "Отправлять только текстовые уведомления, без HTML"; +$a->strings["Show detailled notifications"] = ""; +$a->strings["Per default, notifications are condensed to a single notification per item. When enabled every notification is displayed."] = ""; +$a->strings["Advanced Account/Page Type Settings"] = "Расширенные настройки учётной записи"; +$a->strings["Change the behaviour of this account for special situations"] = "Измените поведение этого аккаунта в специальных ситуациях"; +$a->strings["Relocate"] = "Перемещение"; +$a->strings["If you have moved this profile from another server, and some of your contacts don't receive your updates, try pushing this button."] = "Если вы переместили эту анкету с другого сервера, и некоторые из ваших контактов не получили ваши обновления, попробуйте нажать эту кнопку."; +$a->strings["Resend relocate message to contacts"] = "Отправить перемещённые сообщения контактам"; +$a->strings["Error decoding account file"] = "Ошибка расшифровки файла аккаунта"; +$a->strings["Error! No version data in file! This is not a Friendica account file?"] = "Ошибка! Неправильная версия данных в файле! Это не файл аккаунта Friendica?"; +$a->strings["User '%s' already exists on this server!"] = "Пользователь '%s' уже существует на этом сервере!"; +$a->strings["User creation error"] = "Ошибка создания пользователя"; +$a->strings["User profile creation error"] = "Ошибка создания профиля пользователя"; +$a->strings["%d contact not imported"] = [ + 0 => "%d контакт не импортирован", + 1 => "%d контакты не импортированы", + 2 => "%d контакты не импортированы", + 3 => "%d контакты не импортированы", +]; +$a->strings["Done. You can now login with your username and password"] = "Завершено. Теперь вы можете войти с вашим логином и паролем"; +$a->strings["System"] = "Система"; $a->strings["Home"] = "Мой профиль"; $a->strings["Introductions"] = "Запросы"; $a->strings["%s commented on %s's post"] = "%s прокомментировал %s сообщение"; @@ -24,105 +1774,196 @@ $a->strings["%s is now friends with %s"] = "%s теперь друзья с %s"; $a->strings["Friend Suggestion"] = "Предложение в друзья"; $a->strings["Friend/Connect Request"] = "Запрос в друзья / на подключение"; $a->strings["New Follower"] = "Новый фолловер"; -$a->strings["Wall Photos"] = "Фото стены"; -$a->strings["(no subject)"] = "(без темы)"; -$a->strings["noreply"] = "без ответа"; -$a->strings["%1\$s likes %2\$s's %3\$s"] = "%1\$s нравится %3\$s от %2\$s "; -$a->strings["%1\$s doesn't like %2\$s's %3\$s"] = "%1\$s не нравится %3\$s от %2\$s "; -$a->strings["%1\$s is attending %2\$s's %3\$s"] = ""; -$a->strings["%1\$s is not attending %2\$s's %3\$s"] = ""; -$a->strings["%1\$s may attend %2\$s's %3\$s"] = ""; -$a->strings["photo"] = "фото"; -$a->strings["status"] = "статус"; -$a->strings["event"] = "мероприятие"; -$a->strings["[no subject]"] = "[без темы]"; +$a->strings["Post to Email"] = "Отправить на Email"; +$a->strings["Hide your profile details from unknown viewers?"] = "Скрыть данные профиля из неизвестных зрителей?"; +$a->strings["Connectors disabled, since \"%s\" is enabled."] = "Коннекторы отключены так как \"%s\" включен."; +$a->strings["Visible to everybody"] = "Видимо всем"; +$a->strings["show"] = "показывать"; +$a->strings["don't show"] = "не показывать"; +$a->strings["Close"] = "Закрыть"; +$a->strings["Birthday:"] = "День рождения:"; +$a->strings["YYYY-MM-DD or MM-DD"] = "YYYY-MM-DD или MM-DD"; +$a->strings["never"] = "никогда"; +$a->strings["less than a second ago"] = "менее сек. назад"; +$a->strings["year"] = "год"; +$a->strings["years"] = "лет"; +$a->strings["months"] = "мес."; +$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"] = "%1\$d %2\$s назад"; +$a->strings["view full size"] = "посмотреть в полный размер"; +$a->strings["Image/photo"] = "Изображение / Фото"; +$a->strings["%2\$s %3\$s"] = "%2\$s %3\$s"; +$a->strings["$1 wrote:"] = "$1 написал:"; +$a->strings["Encrypted content"] = "Зашифрованный контент"; +$a->strings["Invalid source protocol"] = "Неправильный протокол источника"; +$a->strings["Invalid link protocol"] = "Неправильная протокольная ссылка"; +$a->strings["External link to forum"] = "Внешняя ссылка на форум"; $a->strings["Nothing new here"] = "Ничего нового здесь"; $a->strings["Clear notifications"] = "Стереть уведомления"; -$a->strings["@name, !forum, #tags, content"] = "@имя, !форум, #тег, контент"; $a->strings["Logout"] = "Выход"; $a->strings["End this session"] = "Завершить эту сессию"; -$a->strings["Status"] = "Посты"; $a->strings["Your posts and conversations"] = "Данные вашей учётной записи"; -$a->strings["Profile"] = "Информация"; $a->strings["Your profile page"] = "Информация о вас"; -$a->strings["Photos"] = "Фото"; $a->strings["Your photos"] = "Ваши фотографии"; $a->strings["Videos"] = "Видео"; $a->strings["Your videos"] = "Ваши видео"; -$a->strings["Events"] = "Мероприятия"; $a->strings["Your events"] = "Ваши события"; $a->strings["Personal notes"] = "Личные заметки"; $a->strings["Your personal notes"] = "Ваши личные заметки"; -$a->strings["Login"] = "Вход"; $a->strings["Sign in"] = "Вход"; $a->strings["Home Page"] = "Главная страница"; -$a->strings["Register"] = "Регистрация"; $a->strings["Create an account"] = "Создать аккаунт"; -$a->strings["Help"] = "Помощь"; $a->strings["Help and documentation"] = "Помощь и документация"; $a->strings["Apps"] = "Приложения"; $a->strings["Addon applications, utilities, games"] = "Дополнительные приложения, утилиты, игры"; -$a->strings["Search"] = "Поиск"; $a->strings["Search site content"] = "Поиск по сайту"; -$a->strings["Full Text"] = "Контент"; -$a->strings["Tags"] = "Тэги"; -$a->strings["Contacts"] = "Контакты"; $a->strings["Community"] = "Сообщество"; -$a->strings["Conversations on this site"] = "Беседы на этом сайте"; -$a->strings["Conversations on the network"] = "Беседы в сети"; +$a->strings["Conversations on this and other servers"] = ""; $a->strings["Events and Calendar"] = "Календарь и события"; $a->strings["Directory"] = "Каталог"; $a->strings["People directory"] = "Каталог участников"; -$a->strings["Information"] = "Информация"; $a->strings["Information about this friendica instance"] = "Информация об этом экземпляре Friendica"; $a->strings["Conversations from your friends"] = "Сообщения ваших друзей"; $a->strings["Network Reset"] = "Перезагрузка сети"; $a->strings["Load Network page with no filters"] = "Загрузить страницу сети без фильтров"; $a->strings["Friend Requests"] = "Запросы на добавление в список друзей"; -$a->strings["Notifications"] = "Уведомления"; $a->strings["See all notifications"] = "Посмотреть все уведомления"; -$a->strings["Mark as seen"] = "Отметить, как прочитанное"; $a->strings["Mark all system notifications seen"] = "Отметить все системные уведомления, как прочитанные"; -$a->strings["Messages"] = "Сообщения"; $a->strings["Private mail"] = "Личная почта"; $a->strings["Inbox"] = "Входящие"; $a->strings["Outbox"] = "Исходящие"; -$a->strings["New Message"] = "Новое сообщение"; $a->strings["Manage"] = "Управлять"; $a->strings["Manage other pages"] = "Управление другими страницами"; -$a->strings["Delegations"] = "Делегирование"; -$a->strings["Delegate Page Management"] = "Делегировать управление страницей"; -$a->strings["Settings"] = "Настройки"; $a->strings["Account settings"] = "Настройки аккаунта"; $a->strings["Profiles"] = "Профили"; $a->strings["Manage/Edit Profiles"] = "Управление/редактирование профилей"; $a->strings["Manage/edit friends and contacts"] = "Управление / редактирование друзей и контактов"; -$a->strings["Admin"] = "Администратор"; $a->strings["Site setup and configuration"] = "Конфигурация сайта"; $a->strings["Navigation"] = "Навигация"; $a->strings["Site map"] = "Карта сайта"; -$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["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["Embedding disabled"] = "Встраивание отключено"; +$a->strings["Embedded content"] = "Встроенное содержание"; +$a->strings["Export"] = "Экспорт"; +$a->strings["Export calendar as ical"] = "Экспортировать календарь в формат ical"; +$a->strings["Export calendar as csv"] = "Экспортировать календарь в формат csv"; +$a->strings["General Features"] = "Основные возможности"; +$a->strings["Multiple Profiles"] = "Несколько профилей"; +$a->strings["Ability to create multiple profiles"] = "Возможность создания нескольких профилей"; +$a->strings["Photo Location"] = "Место фотографирования"; +$a->strings["Photo metadata is normally stripped. This extracts the location (if present) prior to stripping metadata and links it to a map."] = "Метаданные фотографий обычно вырезаются. Эта настройка получает местоположение (если есть) до вырезки метаданных и связывает с координатами на карте."; +$a->strings["Export Public Calendar"] = "Экспортировать публичный календарь"; +$a->strings["Ability for visitors to download the public calendar"] = "Возможность скачивать публичный календарь посетителями"; +$a->strings["Post Composition Features"] = "Составление сообщений"; +$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 forum 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["List Forums"] = "Список форумов"; +$a->strings["Enable widget to display the forums your are connected with"] = ""; +$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)"] = "Включить вкладку для отображения только новых сообщений сети (за последние 12 часов)"; +$a->strings["Network Shared Links Tab"] = "Вкладка shared ссылок сети"; +$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["Saved Folders"] = "Сохранённые папки"; +$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["Advanced Profile Settings"] = "Расширенные настройки профиля"; +$a->strings["Show visitors public community forums at the Advanced Profile Page"] = ""; +$a->strings["Tag Cloud"] = ""; +$a->strings["Provide a personal tag cloud on your profile page"] = ""; +$a->strings["Display Membership Date"] = ""; +$a->strings["Display membership date in profile"] = ""; +$a->strings["Add New Contact"] = "Добавить контакт"; +$a->strings["Enter address or web location"] = "Введите адрес или веб-местонахождение"; +$a->strings["Example: bob@example.com, http://example.com/barbara"] = "Пример: bob@example.com, http://example.com/barbara"; +$a->strings["%d invitation available"] = [ + 0 => "%d приглашение доступно", + 1 => "%d приглашений доступно", + 2 => "%d приглашений доступно", + 3 => "%d приглашений доступно", +]; +$a->strings["Find People"] = "Поиск людей"; +$a->strings["Enter name or interest"] = "Введите имя или интерес"; +$a->strings["Examples: Robert Morgenstein, Fishing"] = "Примеры: Роберт Morgenstein, Рыбалка"; +$a->strings["Similar Interests"] = "Похожие интересы"; +$a->strings["Random Profile"] = "Случайный профиль"; +$a->strings["Invite Friends"] = "Пригласить друзей"; +$a->strings["View Global Directory"] = ""; +$a->strings["Networks"] = "Сети"; +$a->strings["All Networks"] = "Все сети"; +$a->strings["Everything"] = "Всё"; +$a->strings["Categories"] = "Категории"; +$a->strings["%d contact in common"] = [ + 0 => "%d Контакт", + 1 => "%d Контактов", + 2 => "%d Контактов", + 3 => "%d Контактов", +]; +$a->strings["Frequently"] = ""; +$a->strings["Hourly"] = ""; +$a->strings["Twice daily"] = ""; +$a->strings["Daily"] = ""; +$a->strings["Weekly"] = ""; +$a->strings["Monthly"] = ""; +$a->strings["OStatus"] = ""; +$a->strings["RSS/Atom"] = ""; +$a->strings["Facebook"] = ""; +$a->strings["Zot!"] = ""; +$a->strings["LinkedIn"] = ""; +$a->strings["XMPP/IM"] = ""; +$a->strings["MySpace"] = ""; +$a->strings["Google+"] = ""; +$a->strings["pump.io"] = ""; +$a->strings["Twitter"] = ""; +$a->strings["Diaspora Connector"] = ""; +$a->strings["GNU Social Connector"] = ""; +$a->strings["pnut"] = ""; +$a->strings["App.net"] = ""; +$a->strings["Male"] = ""; +$a->strings["Female"] = ""; +$a->strings["Currently Male"] = ""; +$a->strings["Currently Female"] = ""; +$a->strings["Mostly Male"] = ""; +$a->strings["Mostly Female"] = ""; +$a->strings["Transgender"] = ""; +$a->strings["Intersex"] = ""; +$a->strings["Transsexual"] = ""; +$a->strings["Hermaphrodite"] = ""; +$a->strings["Neuter"] = ""; $a->strings["Non-specific"] = "Не определен"; $a->strings["Other"] = "Другой"; -$a->strings["Undecided"] = [ - 0 => "", - 1 => "", - 2 => "", - 3 => "", -]; $a->strings["Males"] = "Мужчины"; $a->strings["Females"] = "Женщины"; $a->strings["Gay"] = "Гей"; @@ -167,402 +2008,60 @@ $a->strings["Uncertain"] = "Неопределенный"; $a->strings["It's complicated"] = "влишком сложно"; $a->strings["Don't care"] = "Не беспокоить"; $a->strings["Ask me"] = "Спросите меня"; -$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."] = "Ключ формы безопасности неправильный. Вероятно, это произошло потому, что форма была открыта слишком долго (более 3 часов) до её отправки."; -$a->strings["Error decoding account file"] = "Ошибка расшифровки файла аккаунта"; -$a->strings["Error! No version data in file! This is not a Friendica account file?"] = "Ошибка! Неправильная версия данных в файле! Это не файл аккаунта Friendica?"; -$a->strings["Error! Cannot check nickname"] = "Ошибка! Невозможно проверить никнейм"; -$a->strings["User '%s' already exists on this server!"] = "Пользователь '%s' уже существует на этом сервере!"; -$a->strings["User creation error"] = "Ошибка создания пользователя"; -$a->strings["User profile creation error"] = "Ошибка создания профиля пользователя"; -$a->strings["%d contact not imported"] = [ - 0 => "%d контакт не импортирован", - 1 => "%d контакты не импортированы", - 2 => "%d контакты не импортированы", - 3 => "%d контакты не импортированы", -]; -$a->strings["Done. You can now login with your username and password"] = "Завершено. Теперь вы можете войти с вашим логином и паролем"; -$a->strings["View Profile"] = "Просмотреть профиль"; -$a->strings["Connect/Follow"] = "Подключиться/Следовать"; -$a->strings["View Status"] = "Просмотреть статус"; -$a->strings["View Photos"] = "Просмотреть фото"; -$a->strings["Network Posts"] = "Посты сети"; -$a->strings["View Contact"] = "Просмотреть контакт"; +$a->strings["There are no tables on MyISAM."] = ""; +$a->strings["\n\t\t\t\tThe friendica developers released update %s recently,\n\t\t\t\tbut when I tried to install it, something went terribly wrong.\n\t\t\t\tThis needs to be fixed soon and I can't do it alone. Please contact a\n\t\t\t\tfriendica developer if you can not help me on your own. My database might be invalid."] = ""; +$a->strings["The error message is\n[pre]%s[/pre]"] = "Сообщение об ошибке:\n[pre]%s[/pre]"; +$a->strings["\nError %d occurred during database update:\n%s\n"] = ""; +$a->strings["Errors encountered performing database changes: "] = ""; +$a->strings[": Database update"] = ""; +$a->strings["%s: updating %s table."] = ""; +$a->strings["[no subject]"] = "[без темы]"; +$a->strings["Requested account is not available."] = "Запрашиваемый профиль недоступен."; +$a->strings["Edit profile"] = "Редактировать профиль"; +$a->strings["Atom feed"] = "Фид Atom"; +$a->strings["Manage/edit profiles"] = "Управление / редактирование профилей"; +$a->strings["g A l F d"] = "g A l F d"; +$a->strings["F d"] = "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["Member since:"] = ""; +$a->strings["j F, Y"] = "j F, Y"; +$a->strings["j F"] = "j F"; +$a->strings["Age:"] = "Возраст:"; +$a->strings["for %1\$d %2\$s"] = "для %1\$d %2\$s"; +$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["Forums:"] = "Форумы:"; +$a->strings["Only You Can See This"] = "Только вы можете это видеть"; +$a->strings["%1\$s is attending %2\$s's %3\$s"] = ""; +$a->strings["%1\$s is not attending %2\$s's %3\$s"] = ""; +$a->strings["%1\$s may attend %2\$s's %3\$s"] = ""; +$a->strings["A deleted group with this name was revived. Existing item permissions may 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["Contacts not in any group"] = "Контакты не состоят в группе"; +$a->strings["Create a new group"] = "Создать новую группу"; +$a->strings["Edit groups"] = "Редактировать группы"; $a->strings["Drop Contact"] = "Удалить контакт"; -$a->strings["Send PM"] = "Отправить ЛС"; -$a->strings["Poke"] = "потыкать"; $a->strings["Organisation"] = "Организация"; $a->strings["News"] = "Новости"; $a->strings["Forum"] = "Форум"; -$a->strings["Post to Email"] = "Отправить на Email"; -$a->strings["Connectors disabled, since \"%s\" is enabled."] = "Коннекторы отключены так как \"%s\" включен."; -$a->strings["Hide your profile details from unknown viewers?"] = "Скрыть данные профиля из неизвестных зрителей?"; -$a->strings["Visible to everybody"] = "Видимо всем"; -$a->strings["show"] = "показывать"; -$a->strings["don't show"] = "не показывать"; -$a->strings["CC: email addresses"] = "Копии на email адреса"; -$a->strings["Example: bob@example.com, mary@example.com"] = "Пример: bob@example.com, mary@example.com"; -$a->strings["Permissions"] = "Разрешения"; -$a->strings["Close"] = "Закрыть"; -$a->strings["Daily posting limit of %d posts reached. The post was rejected."] = "Дневной лимит в %d постов достигнут. Пост отклонен."; -$a->strings["Weekly posting limit of %d posts reached. The post was rejected."] = "Недельный лимит в %d постов достигнут. Пост отклонен."; -$a->strings["Monthly posting limit of %d posts reached. The post was rejected."] = "Месячный лимит в %d постов достигнут. Пост отклонен."; -$a->strings["Logged out."] = "Выход из системы."; -$a->strings["Login failed."] = "Войти не удалось."; -$a->strings["We encountered a problem while logging in with the OpenID you provided. Please check the correct spelling of the ID."] = "Мы столкнулись с проблемой при входе с OpenID, который вы указали. Пожалуйста, проверьте правильность написания ID."; -$a->strings["The error message was:"] = "Сообщение об ошибке было:"; -$a->strings["l F d, Y \\@ g:i A"] = "l F d, Y \\@ g:i A"; -$a->strings["Starts:"] = "Начало:"; -$a->strings["Finishes:"] = "Окончание:"; -$a->strings["Location:"] = "Откуда:"; -$a->strings["Image/photo"] = "Изображение / Фото"; -$a->strings["%2\$s %3\$s"] = "%2\$s %3\$s"; -$a->strings["$1 wrote:"] = "$1 написал:"; -$a->strings["Encrypted content"] = "Зашифрованный контент"; -$a->strings["Invalid source protocol"] = "Неправильный протокол источника"; -$a->strings["Invalid link protocol"] = "Неправильная протокольная ссылка"; -$a->strings["Unknown | Not categorised"] = "Неизвестно | Не определено"; -$a->strings["Block immediately"] = "Блокировать немедленно"; -$a->strings["Shady, spammer, self-marketer"] = "Тролль, спаммер, рассылает рекламу"; -$a->strings["Known to me, but no opinion"] = "Известные мне, но нет определенного мнения"; -$a->strings["OK, probably harmless"] = "Хорошо, наверное, безвредные"; -$a->strings["Reputable, has my trust"] = "Уважаемые, есть мое доверие"; -$a->strings["Frequently"] = "Часто"; -$a->strings["Hourly"] = "Раз в час"; -$a->strings["Twice daily"] = "Два раза в день"; -$a->strings["Daily"] = "Ежедневно"; -$a->strings["Weekly"] = "Еженедельно"; -$a->strings["Monthly"] = "Ежемесячно"; -$a->strings["Friendica"] = "Friendica"; -$a->strings["OStatus"] = "OStatus"; -$a->strings["RSS/Atom"] = "RSS/Atom"; -$a->strings["Email"] = "Эл. почта"; -$a->strings["Diaspora"] = "Diaspora"; -$a->strings["Facebook"] = "Facebook"; -$a->strings["Zot!"] = "Zot!"; -$a->strings["LinkedIn"] = "LinkedIn"; -$a->strings["XMPP/IM"] = "XMPP/IM"; -$a->strings["MySpace"] = "MySpace"; -$a->strings["Google+"] = "Google+"; -$a->strings["pump.io"] = "pump.io"; -$a->strings["Twitter"] = "Twitter"; -$a->strings["Diaspora Connector"] = "Коннектор Diaspora"; -$a->strings["GNU Social Connector"] = ""; -$a->strings["pnut"] = "pnut"; -$a->strings["App.net"] = "App.net"; -$a->strings["Add New Contact"] = "Добавить контакт"; -$a->strings["Enter address or web location"] = "Введите адрес или веб-местонахождение"; -$a->strings["Example: bob@example.com, http://example.com/barbara"] = "Пример: bob@example.com, http://example.com/barbara"; -$a->strings["Connect"] = "Подключить"; -$a->strings["%d invitation available"] = [ - 0 => "%d приглашение доступно", - 1 => "%d приглашений доступно", - 2 => "%d приглашений доступно", - 3 => "%d приглашений доступно", -]; -$a->strings["Find People"] = "Поиск людей"; -$a->strings["Enter name or interest"] = "Введите имя или интерес"; -$a->strings["Examples: Robert Morgenstein, Fishing"] = "Примеры: Роберт Morgenstein, Рыбалка"; -$a->strings["Find"] = "Найти"; -$a->strings["Friend Suggestions"] = "Предложения друзей"; -$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["%d contact in common"] = [ - 0 => "%d Контакт", - 1 => "%d Контактов", - 2 => "%d Контактов", - 3 => "%d Контактов", -]; -$a->strings["%1\$s attends %2\$s's %3\$s"] = "%1\$s уделил внимание %2\$s's %3\$s"; -$a->strings["%1\$s doesn't attend %2\$s's %3\$s"] = ""; -$a->strings["%1\$s attends maybe %2\$s's %3\$s"] = ""; -$a->strings["%1\$s is now friends with %2\$s"] = "%1\$s и %2\$s теперь друзья"; -$a->strings["%1\$s poked %2\$s"] = ""; -$a->strings["%1\$s is currently %2\$s"] = ""; -$a->strings["%1\$s tagged %2\$s's %3\$s with %4\$s"] = "%1\$s tagged %2\$s's %3\$s в %4\$s"; -$a->strings["post/item"] = "пост/элемент"; -$a->strings["%1\$s marked %2\$s's %3\$s as favorite"] = "%1\$s пометил %2\$s %3\$s как Фаворит"; -$a->strings["Likes"] = "Лайки"; -$a->strings["Dislikes"] = "Не нравится"; -$a->strings["Attending"] = [ - 0 => "", - 1 => "", - 2 => "", - 3 => "", -]; -$a->strings["Not attending"] = ""; -$a->strings["Might attend"] = ""; -$a->strings["Select"] = "Выберите"; -$a->strings["Delete"] = "Удалить"; -$a->strings["View %s's profile @ %s"] = "Просмотреть профиль %s [@ %s]"; -$a->strings["Categories:"] = "Категории:"; -$a->strings["Filed under:"] = "В рубрике:"; -$a->strings["%s from %s"] = "%s с %s"; -$a->strings["View in context"] = "Смотреть в контексте"; -$a->strings["Please wait"] = "Пожалуйста, подождите"; -$a->strings["remove"] = "удалить"; -$a->strings["Delete Selected Items"] = "Удалить выбранные позиции"; -$a->strings["Follow Thread"] = "Подписаться на тему"; -$a->strings["%s likes this."] = "%s нравится это."; -$a->strings["%s doesn't like this."] = "%s не нравится это."; -$a->strings["%s attends."] = ""; -$a->strings["%s doesn't attend."] = ""; -$a->strings["%s attends maybe."] = ""; -$a->strings["and"] = "и"; -$a->strings[", and %d other people"] = ", и %d других чел."; -$a->strings["%2\$d people like this"] = "%2\$d людям нравится это"; -$a->strings["%s like this."] = "%s нравится это."; -$a->strings["%2\$d people don't like this"] = "%2\$d людям не нравится это"; -$a->strings["%s don't like this."] = "%s не нравится это"; -$a->strings["%2\$d people attend"] = ""; -$a->strings["%s attend."] = ""; -$a->strings["%2\$d people don't attend"] = ""; -$a->strings["%s don't attend."] = ""; -$a->strings["%2\$d people attend maybe"] = ""; -$a->strings["%s anttend maybe."] = ""; -$a->strings["Visible to everybody"] = "Видимое всем"; -$a->strings["Please enter a link URL:"] = "Пожалуйста, введите URL ссылки:"; -$a->strings["Please enter a video link/URL:"] = "Введите ссылку на видео link/URL:"; -$a->strings["Please enter an audio link/URL:"] = "Введите ссылку на аудио link/URL:"; -$a->strings["Tag term:"] = "Тег:"; -$a->strings["Save to Folder:"] = "Сохранить в папку:"; -$a->strings["Where are you right now?"] = "И где вы сейчас?"; -$a->strings["Delete item(s)?"] = "Удалить елемент(ты)?"; -$a->strings["Share"] = "Поделиться"; -$a->strings["Upload photo"] = "Загрузить фото"; -$a->strings["upload photo"] = "загрузить фото"; -$a->strings["Attach file"] = "Прикрепить файл"; -$a->strings["attach file"] = "приложить файл"; -$a->strings["Insert web link"] = "Вставить веб-ссылку"; -$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["Set title"] = "Установить заголовок"; -$a->strings["Categories (comma-separated list)"] = "Категории (список через запятую)"; -$a->strings["Permission settings"] = "Настройки разрешений"; -$a->strings["permissions"] = "разрешения"; -$a->strings["Public post"] = "Публичное сообщение"; -$a->strings["Preview"] = "Предварительный просмотр"; -$a->strings["Cancel"] = "Отмена"; -$a->strings["Post to Groups"] = "Пост для групп"; -$a->strings["Post to Contacts"] = "Пост для контактов"; -$a->strings["Private post"] = "Личное сообщение"; -$a->strings["Message"] = "Сообщение"; -$a->strings["Browser"] = "Браузер"; -$a->strings["View all"] = "Посмотреть все"; -$a->strings["Like"] = [ - 0 => "Нравится", - 1 => "Нравится", - 2 => "Нравится", - 3 => "Нравится", -]; -$a->strings["Dislike"] = [ - 0 => "Не нравится", - 1 => "Не нравится", - 2 => "Не нравится", - 3 => "Не нравится", -]; -$a->strings["Not Attending"] = [ - 0 => "", - 1 => "", - 2 => "", - 3 => "", -]; -$a->strings["Miscellaneous"] = "Разное"; -$a->strings["Birthday:"] = "День рождения:"; -$a->strings["Age: "] = "Возраст: "; -$a->strings["YYYY-MM-DD or MM-DD"] = "YYYY-MM-DD или MM-DD"; -$a->strings["never"] = "никогда"; -$a->strings["less than a second ago"] = "менее сек. назад"; -$a->strings["year"] = "год"; -$a->strings["years"] = "лет"; -$a->strings["month"] = "мес."; -$a->strings["months"] = "мес."; -$a->strings["week"] = "неделя"; -$a->strings["weeks"] = "недель"; -$a->strings["day"] = "день"; -$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"] = "%1\$d %2\$s назад"; -$a->strings["%s's birthday"] = "день рождения %s"; -$a->strings["Happy Birthday %s"] = "С днём рождения %s"; -$a->strings["Cannot locate DNS info for database server '%s'"] = "Не могу найти информацию для DNS-сервера базы данных '%s'"; -$a->strings["Friendica Notification"] = "Уведомления Friendica"; -$a->strings["Thank You,"] = "Спасибо,"; -$a->strings["%s Administrator"] = "%s администратор"; -$a->strings["%1\$s, %2\$s Administrator"] = "%1\$s, администратор %2\$s"; -$a->strings["%s "] = "%s "; -$a->strings["[Friendica:Notify] New mail received at %s"] = "[Friendica: Оповещение] Новое сообщение, пришедшее на %s"; -$a->strings["%1\$s sent you a new private message at %2\$s."] = "%1\$s отправил вам новое личное сообщение на %2\$s."; -$a->strings["%1\$s sent you %2\$s."] = "%1\$s послал вам %2\$s."; -$a->strings["a private message"] = "личное сообщение"; -$a->strings["Please visit %s to view and/or reply to your private messages."] = "Пожалуйста, посетите %s для просмотра и/или ответа на личные сообщения."; -$a->strings["%1\$s commented on [url=%2\$s]a %3\$s[/url]"] = "%1\$s прокомментировал [url=%2\$s]a %3\$s[/url]"; -$a->strings["%1\$s commented on [url=%2\$s]%3\$s's %4\$s[/url]"] = "%1\$s прокомментировал [url=%2\$s]%3\$s's %4\$s[/url]"; -$a->strings["%1\$s commented on [url=%2\$s]your %3\$s[/url]"] = "%1\$s прокомментировал [url=%2\$s]your %3\$s[/url]"; -$a->strings["[Friendica:Notify] Comment to conversation #%1\$d by %2\$s"] = "[Friendica:Notify] Комментарий к #%1\$d от %2\$s"; -$a->strings["%s commented on an item/conversation you have been following."] = "%s оставил комментарий к элементу/беседе, за которой вы следите."; -$a->strings["Please visit %s to view and/or reply to the conversation."] = "Пожалуйста посетите %s для просмотра и/или ответа в беседу."; -$a->strings["[Friendica:Notify] %s posted to your profile wall"] = "[Friendica:Оповещение] %s написал на стене вашего профиля"; -$a->strings["%1\$s posted to your profile wall at %2\$s"] = "%1\$s написал на вашей стене на %2\$s"; -$a->strings["%1\$s posted to [url=%2\$s]your wall[/url]"] = "%1\$s написал на [url=%2\$s]вашей стене[/url]"; -$a->strings["[Friendica:Notify] %s tagged you"] = "[Friendica:Notify] %s отметил вас"; -$a->strings["%1\$s tagged you at %2\$s"] = "%1\$s отметил вас в %2\$s"; -$a->strings["%1\$s [url=%2\$s]tagged you[/url]."] = "%1\$s [url=%2\$s]отметил вас[/url]."; -$a->strings["[Friendica:Notify] %s shared a new post"] = "[Friendica:Notify] %s поделился новым постом"; -$a->strings["%1\$s shared a new post at %2\$s"] = "%1\$s поделился новым постом на %2\$s"; -$a->strings["%1\$s [url=%2\$s]shared a post[/url]."] = "%1\$s [url=%2\$s]поделился постом[/url]."; -$a->strings["[Friendica:Notify] %1\$s poked you"] = "[Friendica:Notify] %1\$s потыкал вас"; -$a->strings["%1\$s poked you at %2\$s"] = "%1\$s потыкал вас на %2\$s"; -$a->strings["%1\$s [url=%2\$s]poked you[/url]."] = "%1\$s [url=%2\$s]потыкал вас[/url]."; -$a->strings["[Friendica:Notify] %s tagged your post"] = "[Friendica:Notify] %s поставил тег вашему посту"; -$a->strings["%1\$s tagged your post at %2\$s"] = "%1\$s поставил тег вашему посту на %2\$s"; -$a->strings["%1\$s tagged [url=%2\$s]your post[/url]"] = "%1\$s поставил тег [url=%2\$s]вашему посту[/url]"; -$a->strings["[Friendica:Notify] Introduction received"] = "[Friendica:Сообщение] получен запрос"; -$a->strings["You've received an introduction from '%1\$s' at %2\$s"] = "Вы получили запрос от '%1\$s' на %2\$s"; -$a->strings["You've received [url=%1\$s]an introduction[/url] from %2\$s."] = "Вы получили [url=%1\$s]запрос[/url] от %2\$s."; -$a->strings["You may visit their profile at %s"] = "Вы можете посмотреть его профиль здесь %s"; -$a->strings["Please visit %s to approve or reject the introduction."] = "Посетите %s для подтверждения или отказа запроса."; -$a->strings["[Friendica:Notify] A new person is sharing with you"] = "[Friendica:Notify] Новый человек делится с вами"; -$a->strings["%1\$s is sharing with you at %2\$s"] = "%1\$s делится с вами на %2\$s"; -$a->strings["[Friendica:Notify] You have a new follower"] = "[Friendica:Notify] У вас новый подписчик"; -$a->strings["You have a new follower at %2\$s : %1\$s"] = "У вас новый подписчик на %2\$s : %1\$s"; -$a->strings["[Friendica:Notify] Friend suggestion received"] = "[Friendica: Оповещение] получено предложение дружбы"; -$a->strings["You've received a friend suggestion from '%1\$s' at %2\$s"] = "Вы получили предложение дружбы от '%1\$s' на %2\$s"; -$a->strings["You've received [url=%1\$s]a friend suggestion[/url] for %2\$s from %3\$s."] = "У вас [url=%1\$s]новое предложение дружбы[/url] для %2\$s от %3\$s."; -$a->strings["Name:"] = "Имя:"; -$a->strings["Photo:"] = "Фото:"; -$a->strings["Please visit %s to approve or reject the suggestion."] = "Пожалуйста, посетите %s для подтверждения, или отказа запроса."; -$a->strings["[Friendica:Notify] Connection accepted"] = "[Friendica:Notify] Соединение принято"; -$a->strings["'%1\$s' has accepted your connection request at %2\$s"] = "'%1\$s' принял соединение с вами на %2\$s"; -$a->strings["%2\$s has accepted your [url=%1\$s]connection request[/url]."] = "%2\$s принял ваше [url=%1\$s]предложение о соединении[/url]."; -$a->strings["You are now mutual friends and may exchange status updates, photos, and email without restriction."] = "Вы теперь взаимные друзья и можете обмениваться статусами, фотографиями и письмами без ограничений."; -$a->strings["Please visit %s if you wish to make any changes to this relationship."] = "Посетите %s если вы хотите сделать изменения в этом отношении."; -$a->strings["'%1\$s' has chosen to accept you a \"fan\", which restricts some forms of communication - such as private messaging and some profile interactions. If this is a celebrity or community page, these settings were applied automatically."] = ""; -$a->strings["'%1\$s' may choose to extend this into a two-way or more permissive relationship in the future."] = ""; -$a->strings["Please visit %s if you wish to make any changes to this relationship."] = "Посетите %s если вы хотите сделать изменения в этом отношении."; -$a->strings["[Friendica System:Notify] registration request"] = "[Friendica System:Notify] Запрос на регистрацию"; -$a->strings["You've received a registration request from '%1\$s' at %2\$s"] = "Вы получили запрос на регистрацию от '%1\$s' на %2\$s"; -$a->strings["You've received a [url=%1\$s]registration request[/url] from %2\$s."] = "Вы получили [url=%1\$s]запрос регистрации[/url] от %2\$s."; -$a->strings["Full Name:\t%1\$s\\nSite Location:\t%2\$s\\nLogin Name:\t%3\$s (%4\$s)"] = "Полное имя:⇥%1\$s\\nСайт:⇥%2\$s\\nЛогин:⇥%3\$s (%4\$s)"; -$a->strings["Please visit %s to approve or reject the request."] = "Пожалуйста, посетите %s чтобы подтвердить или отвергнуть запрос."; -$a->strings["all-day"] = ""; -$a->strings["Sun"] = "Вс"; -$a->strings["Mon"] = "Пн"; -$a->strings["Tue"] = "Вт"; -$a->strings["Wed"] = "Ср"; -$a->strings["Thu"] = "Чт"; -$a->strings["Fri"] = "Пт"; -$a->strings["Sat"] = "Сб"; -$a->strings["Sunday"] = "Воскресенье"; -$a->strings["Monday"] = "Понедельник"; -$a->strings["Tuesday"] = "Вторник"; -$a->strings["Wednesday"] = "Среда"; -$a->strings["Thursday"] = "Четверг"; -$a->strings["Friday"] = "Пятница"; -$a->strings["Saturday"] = "Суббота"; -$a->strings["Jan"] = "Янв"; -$a->strings["Feb"] = "Фев"; -$a->strings["Mar"] = "Мрт"; -$a->strings["Apr"] = "Апр"; -$a->strings["May"] = "Май"; -$a->strings["Jun"] = "Июн"; -$a->strings["Jul"] = "Июл"; -$a->strings["Aug"] = "Авг"; -$a->strings["Sept"] = "Сен"; -$a->strings["Oct"] = "Окт"; -$a->strings["Nov"] = "Нбр"; -$a->strings["Dec"] = "Дек"; -$a->strings["January"] = "Январь"; -$a->strings["February"] = "Февраль"; -$a->strings["March"] = "Март"; -$a->strings["April"] = "Апрель"; -$a->strings["June"] = "Июнь"; -$a->strings["July"] = "Июль"; -$a->strings["August"] = "Август"; -$a->strings["September"] = "Сентябрь"; -$a->strings["October"] = "Октябрь"; -$a->strings["November"] = "Ноябрь"; -$a->strings["December"] = "Декабрь"; -$a->strings["today"] = "сегодня"; -$a->strings["No events to display"] = "Нет событий для показа"; -$a->strings["l, F j"] = "l, j F"; -$a->strings["Edit event"] = "Редактировать мероприятие"; -$a->strings["Delete event"] = ""; -$a->strings["link to source"] = "ссылка на сообщение"; -$a->strings["Export"] = "Экспорт"; -$a->strings["Export calendar as ical"] = "Экспортировать календарь в формат ical"; -$a->strings["Export calendar as csv"] = "Экспортировать календарь в формат csv"; -$a->strings["General Features"] = "Основные возможности"; -$a->strings["Multiple Profiles"] = "Несколько профилей"; -$a->strings["Ability to create multiple profiles"] = "Возможность создания нескольких профилей"; -$a->strings["Photo Location"] = "Место фотографирования"; -$a->strings["Photo metadata is normally stripped. This extracts the location (if present) prior to stripping metadata and links it to a map."] = "Метаданные фотографий обычно вырезаются. Эта настройка получает местоположение (если есть) до вырезки метаданных и связывает с координатами на карте."; -$a->strings["Export Public Calendar"] = "Экспортировать публичный календарь"; -$a->strings["Ability for visitors to download the public calendar"] = "Возможность скачивать публичный календарь посетителями"; -$a->strings["Post Composition Features"] = "Составление сообщений"; -$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 forum 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["List Forums"] = "Список форумов"; -$a->strings["Enable widget to display the forums your are connected with"] = ""; -$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["Saved Searches"] = "запомненные поиски"; -$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)"] = "Включить вкладку для отображения только новых сообщений сети (за последние 12 часов)"; -$a->strings["Network Shared Links Tab"] = "Вкладка shared ссылок сети"; -$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["Advanced Profile Settings"] = "Расширенные настройки профиля"; -$a->strings["Show visitors public community forums at the Advanced Profile Page"] = ""; -$a->strings["Disallowed profile URL."] = "Запрещенный URL профиля."; -$a->strings["Blocked domain"] = ""; $a->strings["Connect URL missing."] = "Connect-URL отсутствует."; +$a->strings["The contact could not be added. Please check the relevant network credentials in your Settings -> Social Networks page."] = ""; $a->strings["This site is not configured to allow communications with other networks."] = "Данный сайт не настроен так, чтобы держать связь с другими сетями."; $a->strings["No compatible communication protocols or feeds were discovered."] = "Обнаружены несовместимые протоколы связи или каналы."; $a->strings["The profile address specified does not provide adequate information."] = "Указанный адрес профиля не дает адекватной информации."; @@ -573,78 +2072,29 @@ $a->strings["Use mailto: in front of address to force email check."] = "Bcgjkmpe $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["A deleted group with this name was revived. Existing item permissions may 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["Groups"] = "Группы"; -$a->strings["Edit groups"] = "Редактировать группы"; -$a->strings["Edit group"] = "Редактировать группу"; -$a->strings["Create a new group"] = "Создать новую группу"; -$a->strings["Group Name: "] = "Название группы: "; -$a->strings["Contacts not in any group"] = "Контакты не состоят в группе"; -$a->strings["add"] = "добавить"; -$a->strings["Requested account is not available."] = "Запрашиваемый профиль недоступен."; -$a->strings["Requested profile is not available."] = "Запрашиваемый профиль недоступен."; -$a->strings["Edit profile"] = "Редактировать профиль"; -$a->strings["Atom feed"] = "Фид Atom"; -$a->strings["Manage/edit profiles"] = "Управление / редактирование профилей"; -$a->strings["Change profile photo"] = "Изменить фото профиля"; -$a->strings["Create New Profile"] = "Создать новый профиль"; -$a->strings["Profile Image"] = "Фото профиля"; -$a->strings["visible to everybody"] = "видимый всем"; -$a->strings["Edit visibility"] = "Редактировать видимость"; -$a->strings["Gender:"] = "Пол:"; -$a->strings["Status:"] = "Статус:"; -$a->strings["Homepage:"] = "Домашняя страничка:"; -$a->strings["About:"] = "О себе:"; -$a->strings["XMPP:"] = "XMPP:"; -$a->strings["Network:"] = "Сеть:"; -$a->strings["g A l F d"] = "g A l F d"; -$a->strings["F d"] = "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["Full Name:"] = "Полное имя:"; -$a->strings["j F, Y"] = "j F, Y"; -$a->strings["j F"] = "j F"; -$a->strings["Age:"] = "Возраст:"; -$a->strings["for %1\$d %2\$s"] = "для %1\$d %2\$s"; -$a->strings["Sexual Preference:"] = "Сексуальные предпочтения:"; -$a->strings["Hometown:"] = "Родной город:"; -$a->strings["Tags:"] = "Ключевые слова: "; -$a->strings["Political Views:"] = "Политические взгляды:"; -$a->strings["Religion:"] = "Религия:"; -$a->strings["Hobbies/Interests:"] = "Хобби / Интересы:"; -$a->strings["Likes:"] = "Нравится:"; -$a->strings["Dislikes:"] = "Не нравится:"; -$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["Forums:"] = "Форумы:"; -$a->strings["Basic"] = "Базовый"; -$a->strings["Advanced"] = "Расширенный"; -$a->strings["Status Messages and Posts"] = "Ваши посты"; -$a->strings["Profile Details"] = "Информация о вас"; -$a->strings["Photo Albums"] = "Фотоальбомы"; -$a->strings["Personal Notes"] = "Личные заметки"; -$a->strings["Only You Can See This"] = "Только вы можете это видеть"; -$a->strings["view full size"] = "посмотреть в полный размер"; -$a->strings["Embedded content"] = "Встроенное содержание"; -$a->strings["Embedding disabled"] = "Встраивание отключено"; -$a->strings["Contact Photos"] = "Фотографии контакта"; -$a->strings["Passwords do not match. Password unchanged."] = "Пароли не совпадают. Пароль не изменен."; +$a->strings["%s's birthday"] = "день рождения %s"; +$a->strings["Happy Birthday %s"] = "С днём рождения %s"; +$a->strings["Starts:"] = "Начало:"; +$a->strings["Finishes:"] = "Окончание:"; +$a->strings["all-day"] = ""; +$a->strings["Jun"] = "Июн"; +$a->strings["Sept"] = "Сен"; +$a->strings["No events to display"] = "Нет событий для показа"; +$a->strings["l, F j"] = "l, j F"; +$a->strings["Edit event"] = "Редактировать мероприятие"; +$a->strings["Duplicate event"] = ""; +$a->strings["Delete event"] = ""; +$a->strings["D g:i A"] = ""; +$a->strings["g:i A"] = ""; +$a->strings["Show map"] = ""; +$a->strings["Hide map"] = ""; +$a->strings["Login failed"] = ""; +$a->strings["Not enough information to authenticate"] = ""; $a->strings["An invitation is required."] = "Требуется приглашение."; $a->strings["Invitation could not be verified."] = "Приглашение не может быть проверено."; $a->strings["Invalid OpenID url"] = "Неверный URL OpenID"; +$a->strings["We encountered a problem while logging in with the OpenID you provided. Please check the correct spelling of the ID."] = "Мы столкнулись с проблемой при входе с OpenID, который вы указали. Пожалуйста, проверьте правильность написания ID."; +$a->strings["The error message was:"] = "Сообщение об ошибке было:"; $a->strings["Please enter the required information."] = "Пожалуйста, введите необходимую информацию."; $a->strings["Please use a shorter name."] = "Пожалуйста, используйте более короткое имя."; $a->strings["Name too short."] = "Имя слишком короткое."; @@ -652,229 +2102,53 @@ $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."] = "Нельзя использовать этот Email."; -$a->strings["Your \"nickname\" can only contain \"a-z\", \"0-9\" and \"_\"."] = ""; +$a->strings["Your nickname can only contain a-z, 0-9 and _."] = ""; $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["default"] = "значение по умолчанию"; $a->strings["An error occurred creating your default profile. Please try again."] = "Ошибка создания вашего профиля. Пожалуйста, попробуйте еще раз."; -$a->strings["Profile Photos"] = "Фотографии профиля"; -$a->strings["\n\t\tDear %1\$s,\n\t\t\tThank you for registering at %2\$s. Your account is pending for approval by the administrator.\n\t"] = ""; +$a->strings["An error occurred creating your self contact. Please try again."] = ""; +$a->strings["An error occurred creating your default contact group. Please try again."] = ""; +$a->strings["\n\t\t\tDear %1\$s,\n\t\t\t\tThank you for registering at %2\$s. Your account is pending for approval by the administrator.\n\t\t"] = ""; $a->strings["Registration at %s"] = ""; -$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["Registration details for %s"] = "Подробности регистрации для %s"; -$a->strings["There are no tables on MyISAM."] = ""; -$a->strings["\n\t\t\tThe friendica developers released update %s recently,\n\t\t\tbut when I tried to install it, something went terribly wrong.\n\t\t\tThis needs to be fixed soon and I can't do it alone. Please contact a\n\t\t\tfriendica developer if you can not help me on your own. My database might be invalid."] = ""; -$a->strings["The error message is\n[pre]%s[/pre]"] = "Сообщение об ошибке:\n[pre]%s[/pre]"; -$a->strings["\nError %d occurred during database update:\n%s\n"] = ""; -$a->strings["Errors encountered performing database changes: "] = ""; -$a->strings[": Database update"] = ""; -$a->strings["%s: updating %s table."] = ""; -$a->strings["%s\\'s birthday"] = "День рождения %s"; -$a->strings["Sharing notification from Diaspora network"] = "Уведомление о шаре из сети Diaspora"; -$a->strings["Attachments:"] = "Вложения:"; -$a->strings["[Name Withheld]"] = "[Имя не разглашается]"; -$a->strings["Item not found."] = "Пункт не найден."; -$a->strings["Do you really want to delete this item?"] = "Вы действительно хотите удалить этот элемент?"; -$a->strings["Yes"] = "Да"; -$a->strings["Permission denied."] = "Нет разрешения."; -$a->strings["Archives"] = "Архивы"; +$a->strings["\n\t\t\tDear %1\$s,\n\t\t\t\tThank you for registering at %2\$s. Your account has been created.\n\t\t"] = ""; +$a->strings["\n\t\t\tThe login details are as follows:\n\n\t\t\tSite Location:\t%3\$s\n\t\t\tLogin Name:\t\t%1\$s\n\t\t\tPassword:\t\t%5\$s\n\n\t\t\tYou may change your password from your account \"Settings\" page after logging\n\t\t\tin.\n\n\t\t\tPlease take a few moments to review the other account settings on that page.\n\n\t\t\tYou may also wish to add some basic information to your default profile\n\t\t\t(on the \"Profiles\" page) so that other people can easily find you.\n\n\t\t\tWe recommend setting your full name, adding a profile photo,\n\t\t\tadding some profile \"keywords\" (very useful in making new friends) - and\n\t\t\tperhaps what country you live in; if you do not wish to be more specific\n\t\t\tthan that.\n\n\t\t\tWe fully respect your right to privacy, and none of these items are necessary.\n\t\t\tIf you are new and do not know anybody here, they may help\n\t\t\tyou to make some new and interesting friends.\n\n\t\t\tIf you ever want to delete your account, you can do so at %3\$s/removeme\n\n\t\t\tThank you and welcome to %2\$s."] = ""; $a->strings["%s is now following %s."] = "%s теперь подписан на %s."; $a->strings["following"] = "следует"; $a->strings["%s stopped following %s."] = "%s отписался от %s."; $a->strings["stopped following"] = "остановлено следование"; -$a->strings["newer"] = "новее"; -$a->strings["older"] = "старее"; -$a->strings["first"] = "первый"; -$a->strings["prev"] = "пред."; -$a->strings["next"] = "след."; -$a->strings["last"] = "последний"; -$a->strings["Loading more entries..."] = "Загружаю больше сообщений..."; -$a->strings["The end"] = "Конец"; -$a->strings["No contacts"] = "Нет контактов"; -$a->strings["%d Contact"] = [ - 0 => "%d контакт", - 1 => "%d контактов", - 2 => "%d контактов", - 3 => "%d контактов", -]; -$a->strings["View Contacts"] = "Просмотр контактов"; -$a->strings["Save"] = "Сохранить"; -$a->strings["poke"] = "poke"; -$a->strings["poked"] = "ткнут"; -$a->strings["ping"] = "пинг"; -$a->strings["pinged"] = "пингуется"; -$a->strings["prod"] = "толкать"; -$a->strings["prodded"] = "толкнут"; -$a->strings["slap"] = "шлепнуть"; -$a->strings["slapped"] = "шлепнут"; -$a->strings["finger"] = ""; -$a->strings["fingered"] = ""; -$a->strings["rebuff"] = ""; -$a->strings["rebuffed"] = ""; -$a->strings["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["View Video"] = "Просмотреть видео"; -$a->strings["bytes"] = "байт"; -$a->strings["Click to open/close"] = "Нажмите, чтобы открыть / закрыть"; -$a->strings["View on separate page"] = ""; -$a->strings["view on separate page"] = ""; -$a->strings["activity"] = "активность"; -$a->strings["comment"] = [ - 0 => "", - 1 => "", - 2 => "комментарий", - 3 => "комментарий", -]; -$a->strings["post"] = "сообщение"; -$a->strings["Item filed"] = ""; -$a->strings["No friends to display."] = "Нет друзей."; -$a->strings["Authorize application connection"] = "Разрешить связь с приложением"; -$a->strings["Return to your app and insert this Securty Code:"] = "Вернитесь в ваше приложение и задайте этот код:"; -$a->strings["Please login to continue."] = "Пожалуйста, войдите для продолжения."; -$a->strings["Do you want to authorize this application to access your posts and contacts, and/or create new posts for you?"] = "Вы действительно хотите разрешить этому приложению доступ к своим постам и контактам, а также создавать новые записи от вашего имени?"; -$a->strings["No"] = "Нет"; -$a->strings["You must be logged in to use addons. "] = "Вы должны войти в систему, чтобы использовать аддоны."; -$a->strings["Applications"] = "Приложения"; -$a->strings["No installed applications."] = "Нет установленных приложений."; -$a->strings["Item not available."] = "Пункт не доступен."; -$a->strings["Item was not found."] = "Пункт не был найден."; -$a->strings["The post was created"] = "Пост был создан"; -$a->strings["No contacts in common."] = "Нет общих контактов."; -$a->strings["Common Friends"] = "Общие друзья"; -$a->strings["%d contact edited."] = [ - 0 => "", - 1 => "", - 2 => "", - 3 => "", -]; -$a->strings["Could not access contact record."] = "Не удалось получить доступ к записи контакта."; -$a->strings["Could not locate selected profile."] = "Не удалось найти выбранный профиль."; -$a->strings["Contact updated."] = "Контакт обновлен."; -$a->strings["Failed to update contact record."] = "Не удалось обновить запись контакта."; -$a->strings["Contact has been blocked"] = "Контакт заблокирован"; -$a->strings["Contact has been unblocked"] = "Контакт разблокирован"; -$a->strings["Contact has been ignored"] = "Контакт проигнорирован"; -$a->strings["Contact has been unignored"] = "У контакта отменено игнорирование"; -$a->strings["Contact has been archived"] = "Контакт заархивирован"; -$a->strings["Contact has been unarchived"] = "Контакт разархивирован"; -$a->strings["Drop contact"] = "Удалить контакт"; -$a->strings["Do you really want to delete this contact?"] = "Вы действительно хотите удалить этот контакт?"; -$a->strings["Contact has been removed."] = "Контакт удален."; -$a->strings["You are mutual friends with %s"] = "У Вас взаимная дружба с %s"; -$a->strings["You are sharing with %s"] = "Вы делитесь с %s"; -$a->strings["%s is sharing with you"] = "%s делится с Вами"; -$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"] = "Сеть: %s"; -$a->strings["Communications lost with this contact!"] = "Связь с контактом утеряна!"; -$a->strings["Fetch further information for feeds"] = "Получить подробную информацию о фидах"; -$a->strings["Disabled"] = "Отключенный"; -$a->strings["Fetch information"] = "Получить информацию"; -$a->strings["Fetch information and keywords"] = "Получить информацию и ключевые слова"; -$a->strings["Contact"] = "Контакт"; -$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."] = "Пожалуйста, выберите профиль, который вы хотите отображать %s, когда просмотр вашего профиля безопасен."; -$a->strings["Contact Information / Notes"] = "Информация о контакте / Заметки"; -$a->strings["Edit contact notes"] = "Редактировать заметки контакта"; -$a->strings["Visit %s's profile [%s]"] = "Посетить профиль %s [%s]"; -$a->strings["Block/Unblock contact"] = "Блокировать / Разблокировать контакт"; -$a->strings["Ignore contact"] = "Игнорировать контакт"; -$a->strings["Repair URL settings"] = "Восстановить настройки URL"; -$a->strings["View conversations"] = "Просмотр бесед"; -$a->strings["Last update:"] = "Последнее обновление: "; -$a->strings["Update public posts"] = "Обновить публичные сообщения"; -$a->strings["Update now"] = "Обновить сейчас"; -$a->strings["Unblock"] = "Разблокировать"; -$a->strings["Block"] = "Заблокировать"; -$a->strings["Unignore"] = "Не игнорировать"; -$a->strings["Ignore"] = "Игнорировать"; -$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 may still be visible"] = "Ответы/лайки ваших публичных сообщений будут видимы."; -$a->strings["Notification for new posts"] = "Уведомление о новых постах"; -$a->strings["Send a notification of every new post of this contact"] = "Отправлять уведомление о каждом новом посте контакта"; -$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["Profile URL"] = "URL профиля"; -$a->strings["Actions"] = "Действия"; -$a->strings["Contact Settings"] = "Настройки контакта"; -$a->strings["Suggestions"] = "Предложения"; -$a->strings["Suggest potential friends"] = "Предложить потенциального знакомого"; -$a->strings["All Contacts"] = "Все контакты"; -$a->strings["Show all contacts"] = "Показать все контакты"; -$a->strings["Unblocked"] = "Не блокирован"; -$a->strings["Only show unblocked contacts"] = "Показать только не блокированные контакты"; -$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["Search your contacts"] = "Поиск ваших контактов"; -$a->strings["Results for: %s"] = "Результаты для: %s"; -$a->strings["Update"] = "Обновление"; -$a->strings["Archive"] = "Архивировать"; -$a->strings["Unarchive"] = "Разархивировать"; -$a->strings["Batch Actions"] = "Пакетные действия"; -$a->strings["View all contacts"] = "Показать все контакты"; -$a->strings["View all common friends"] = "Показать все общие поля"; -$a->strings["Advanced Contact Settings"] = "Дополнительные Настройки Контакта"; -$a->strings["Mutual Friendship"] = "Взаимная дружба"; -$a->strings["is a fan of yours"] = "является вашим поклонником"; -$a->strings["you are a fan of"] = "Вы - поклонник"; -$a->strings["Edit contact"] = "Редактировать контакт"; -$a->strings["Toggle Blocked status"] = "Изменить статус блокированности (заблокировать/разблокировать)"; -$a->strings["Toggle Ignored status"] = "Изменить статус игнорирования"; -$a->strings["Toggle Archive status"] = "Сменить статус архивации (архивирова/не архивировать)"; -$a->strings["Delete contact"] = "Удалить контакт"; -$a->strings["No such group"] = "Нет такой группы"; -$a->strings["Group is empty"] = "Группа пуста"; -$a->strings["Group: %s"] = "Группа: %s"; +$a->strings["%s\\'s birthday"] = "День рождения %s"; +$a->strings["Sharing notification from Diaspora network"] = "Уведомление о шаре из сети Diaspora"; +$a->strings["Attachments:"] = "Вложения:"; +$a->strings["(no subject)"] = "(без темы)"; $a->strings["This entry was edited"] = "Эта запись была отредактирована"; +$a->strings["save to folder"] = "сохранить в папке"; +$a->strings["I will attend"] = ""; +$a->strings["I will not attend"] = ""; +$a->strings["I might attend"] = ""; +$a->strings["add star"] = "пометить"; +$a->strings["remove star"] = "убрать метку"; +$a->strings["toggle star status"] = "переключить статус"; +$a->strings["starred"] = "помечено"; +$a->strings["ignore thread"] = "игнорировать тему"; +$a->strings["unignore thread"] = "не игнорировать тему"; +$a->strings["toggle ignore status"] = "изменить статус игнорирования"; +$a->strings["add tag"] = "добавить ключевое слово (тег)"; +$a->strings["like"] = "нравится"; +$a->strings["dislike"] = "не нравится"; +$a->strings["Share this"] = "Поделитесь этим"; +$a->strings["share"] = "поделиться"; +$a->strings["to"] = "к"; +$a->strings["via"] = "через"; +$a->strings["Wall-to-Wall"] = "Стена-на-Стену"; +$a->strings["via Wall-To-Wall:"] = "через Стена-на-Стену:"; $a->strings["%d comment"] = [ 0 => "%d комментарий", 1 => "%d комментариев", 2 => "%d комментариев", 3 => "%d комментариев", ]; -$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"] = "Kурсивный"; $a->strings["Underline"] = "Подчеркнутый"; @@ -883,1163 +2157,18 @@ $a->strings["Code"] = "Код"; $a->strings["Image"] = "Изображение / Фото"; $a->strings["Link"] = "Ссылка"; $a->strings["Video"] = "Видео"; -$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["ignore thread"] = "игнорировать тему"; -$a->strings["unignore thread"] = "не игнорировать тему"; -$a->strings["toggle ignore status"] = "изменить статус игнорирования"; -$a->strings["ignored"] = ""; -$a->strings["save to folder"] = "сохранить в папке"; -$a->strings["I will attend"] = ""; -$a->strings["I will not attend"] = ""; -$a->strings["I might attend"] = ""; -$a->strings["to"] = "к"; -$a->strings["Wall-to-Wall"] = "Стена-на-Стену"; -$a->strings["via Wall-To-Wall:"] = "через Стена-на-Стену:"; -$a->strings["Credits"] = "Признательность"; -$a->strings["Friendica is a community project, that would not be possible without the help of many people. Here is a list of those who have contributed to the code or the translation of Friendica. Thank you all!"] = "Friendica это проект сообщества, который был бы невозможен без помощи многих людей. Вот лист тех, кто писал код или помогал с переводом. Спасибо вам всем!"; -$a->strings["Contact settings applied."] = "Установки контакта приняты."; -$a->strings["Contact update failed."] = "Обновление контакта неудачное."; -$a->strings["Contact not found."] = "Контакт не найден."; -$a->strings["WARNING: This is highly advanced and if you enter incorrect information your communications with this contact may stop working."] = "ВНИМАНИЕ: Это крайне важно! Если вы введете неверную информацию, ваша связь с этим контактом перестанет работать."; -$a->strings["Please use your browser 'Back' button now if you are uncertain what to do on this page."] = "Пожалуйста, нажмите клавишу вашего браузера 'Back' или 'Назад' сейчас, если вы не уверены, что делаете на этой странице."; -$a->strings["No mirroring"] = "Не зеркалировать"; -$a->strings["Mirror as forwarded posting"] = "Зеркалировать как переадресованные сообщения"; -$a->strings["Mirror as my own posting"] = "Зеркалировать как мои сообщения"; -$a->strings["Return to contact editor"] = "Возврат к редактору контакта"; -$a->strings["Refetch contact data"] = "Обновить данные контакта"; -$a->strings["Remote Self"] = "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."] = "Пометить этот контакт как remote_self, что заставит Friendica постить сообщения от этого контакта."; -$a->strings["Name"] = "Имя"; -$a->strings["Account Nickname"] = "Ник аккаунта"; -$a->strings["@Tagname - overrides Name/Nickname"] = "@Tagname - перезаписывает Имя/Ник"; -$a->strings["Account URL"] = "URL аккаунта"; -$a->strings["Friend Request URL"] = "URL запроса в друзья"; -$a->strings["Friend Confirm URL"] = "URL подтверждения друга"; -$a->strings["Notification Endpoint URL"] = "URL эндпоинта уведомления"; -$a->strings["Poll/Feed URL"] = "URL опроса/ленты"; -$a->strings["New photo from this URL"] = "Новое фото из этой URL"; -$a->strings["No potential page delegates located."] = "Не найдено возможных доверенных лиц."; -$a->strings["Delegates are able to manage all aspects of this account/page except for basic account settings. Please do not delegate your personal account to anybody that you do not trust completely."] = "Доверенные лица могут управлять всеми аспектами этого аккаунта/страницы, за исключением основных настроек аккаунта. Пожалуйста, не предоставляйте доступ в личный кабинет тому, кому вы не полностью доверяете."; -$a->strings["Existing Page Managers"] = "Существующие менеджеры страницы"; -$a->strings["Existing Page Delegates"] = "Существующие уполномоченные страницы"; -$a->strings["Potential Delegates"] = "Возможные доверенные лица"; -$a->strings["Remove"] = "Удалить"; -$a->strings["Add"] = "Добавить"; -$a->strings["No entries."] = "Нет записей."; -$a->strings["%1\$s welcomes %2\$s"] = "%1\$s добро пожаловать %2\$s"; -$a->strings["Public access denied."] = "Свободный доступ закрыт."; -$a->strings["Global Directory"] = "Глобальный каталог"; -$a->strings["Find on this site"] = "Найти на этом сайте"; -$a->strings["Results for:"] = "Результаты для:"; -$a->strings["Site Directory"] = "Каталог сайта"; -$a->strings["No entries (some entries may be hidden)."] = "Нет записей (некоторые записи могут быть скрыты)."; -$a->strings["Access to this profile has been restricted."] = "Доступ к этому профилю ограничен."; -$a->strings["Item has been removed."] = "Пункт был удален."; -$a->strings["Item not found"] = "Элемент не найден"; -$a->strings["Edit post"] = "Редактировать сообщение"; -$a->strings["Files"] = "Файлы"; -$a->strings["Not Found"] = "Не найдено"; -$a->strings["- select -"] = "- выбрать -"; -$a->strings["Friend suggestion sent."] = "Приглашение в друзья отправлено."; -$a->strings["Suggest Friends"] = "Предложить друзей"; -$a->strings["Suggest a friend for %s"] = "Предложить друга для %s."; -$a->strings["No profile"] = "Нет профиля"; -$a->strings["Help:"] = "Помощь:"; -$a->strings["Page not found."] = "Страница не найдена."; -$a->strings["Welcome to %s"] = "Добро пожаловать на %s!"; -$a->strings["Total invitation limit exceeded."] = "Превышен общий лимит приглашений."; -$a->strings["%s : Not a valid email address."] = "%s: Неверный адрес электронной почты."; -$a->strings["Please join us on Friendica"] = "Пожалуйста, присоединяйтесь к нам на Friendica"; -$a->strings["Invitation limit exceeded. Please contact your site administrator."] = "Лимит приглашений превышен. Пожалуйста, свяжитесь с администратором сайта."; -$a->strings["%s : Message delivery failed."] = "%s: Доставка сообщения не удалась."; -$a->strings["%d message sent."] = [ - 0 => "%d сообщение отправлено.", - 1 => "%d сообщений отправлено.", - 2 => "%d сообщений отправлено.", - 3 => "%d сообщений отправлено.", -]; -$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."] = "Посетите %s со списком общедоступных сайтов, к которым вы можете присоединиться. Все участники Friendica на других сайтах могут соединиться друг с другом, а также с участниками многих других социальных сетей."; -$a->strings["To accept this invitation, please visit and register at %s or any other public Friendica website."] = "Для одобрения этого приглашения, пожалуйста, посетите и зарегистрируйтесь на %s ,или любом другом публичном сервере Friendica"; -$a->strings["Friendica sites all inter-connect to create a huge privacy-enhanced social web that is owned and controlled by its members. They can also connect with many traditional social networks. See %s for a list of alternate Friendica sites you can join."] = "Сайты Friendica, подключившись между собой, могут создать сеть с повышенной безопасностью, которая принадлежит и управляется её членами. Они также могут подключаться ко многим традиционным социальным сетям. См. %s со списком альтернативных сайтов Friendica, к которым вы можете присоединиться."; -$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["Your message:"] = "Ваше сообщение:"; -$a->strings["You are cordially invited to join me and other close friends on Friendica - and help us to create a better social web."] = "Приглашаем Вас присоединиться ко мне и другим близким друзьям на Friendica - помочь нам создать лучшую социальную сеть."; -$a->strings["You will need to supply this invitation code: \$invite_code"] = "Вам нужно будет предоставить этот код приглашения: \$invite_code"; -$a->strings["Once you have registered, please connect with me via my profile page at:"] = "После того как вы зарегистрировались, пожалуйста, свяжитесь со мной через мою страницу профиля по адресу:"; -$a->strings["For more information about the Friendica project and why we feel it is important, please visit http://friendica.com"] = "Для получения более подробной информации о проекте Friendica, пожалуйста, посетите http://friendica.com"; -$a->strings["Time Conversion"] = "История общения"; -$a->strings["Friendica provides this service for sharing events with other networks and friends in unknown timezones."] = "Friendica предоставляет этот сервис для обмена событиями с другими сетями и друзьями, находящимися в неопределённых часовых поясах."; -$a->strings["UTC time: %s"] = "UTC время: %s"; -$a->strings["Current timezone: %s"] = "Ваш часовой пояс: %s"; -$a->strings["Converted localtime: %s"] = "Ваше изменённое время: %s"; -$a->strings["Please select your timezone:"] = "Выберите пожалуйста ваш часовой пояс:"; -$a->strings["Remote privacy information not available."] = "Личная информация удаленно недоступна."; -$a->strings["Visible to:"] = "Кто может видеть:"; -$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"] = "Запрос на сброс пароля получен %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 Settings 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"] = "Ваш пароль был изменен %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: "] = "Ник или E-mail: "; -$a->strings["Reset"] = "Сброс"; -$a->strings["System down for maintenance"] = "Система закрыта на техническое обслуживание"; -$a->strings["No keywords to match. Please add keywords to your default profile."] = "Нет соответствующих ключевых слов. Пожалуйста, добавьте ключевые слова для вашего профиля по умолчанию."; -$a->strings["is interested in:"] = "интересуется:"; -$a->strings["Profile Match"] = "Похожие профили"; -$a->strings["No matches"] = "Нет соответствий"; -$a->strings["Mood"] = "Настроение"; -$a->strings["Set your current mood and tell your friends"] = "Напишите о вашем настроении и расскажите своим друзьям"; -$a->strings["Welcome to Friendica"] = "Добро пожаловать в 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"] = "Friendica тур"; -$a->strings["On your Quick Start page - find a brief introduction to your profile and network tabs, make some new connections, and find some groups to join."] = "На вашей странице Быстрый старт - можно найти краткое введение в ваш профиль и сетевые закладки, создать новые связи, и найти группы, чтобы присоединиться к ним."; -$a->strings["Go to Your Settings"] = "Перейти к вашим настройкам"; -$a->strings["On your Settings 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 default 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["Importing Emails"] = "Импортирование Email-ов"; -$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"] = "Введите информацию о доступе к вашему email на странице настроек вашего коннектора, если вы хотите импортировать, и общаться с друзьями или получать рассылки на ваш ящик электронной почты"; -$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 Add New Contact 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 Connect or Follow 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."] = "На боковой панели страницы Контакты есть несколько инструментов, чтобы найти новых друзей. Мы можем искать по соответствию интересам, посмотреть людей по имени или интересам, и внести предложения на основе сетевых отношений. На новом сайте, предложения дружбы, как правило, начинают заполняться в течение 24 часов."; -$a->strings["Group Your Contacts"] = "Группа \"ваши контакты\""; -$a->strings["Once you have made some friends, organize them into private conversation groups from the sidebar of your Contacts page and then you can interact with each group privately on your Network page."] = "После того, как вы найдете несколько друзей, организуйте их в группы частных бесед в боковой панели на странице Контакты, а затем вы можете взаимодействовать с каждой группой приватно или на вашей странице Сеть."; -$a->strings["Why Aren't My Posts Public?"] = "Почему мои посты не публичные?"; -$a->strings["Friendica respects your privacy. By default, your posts will only show up to people you've added as friends. For more information, see the help section from the link above."] = "Friendica уважает вашу приватность. По умолчанию, ваши сообщения будут показываться только для людей, которых вы добавили в список друзей. Для получения дополнительной информации см. раздел справки по ссылке выше."; -$a->strings["Getting Help"] = "Получить помощь"; -$a->strings["Go to the Help Section"] = "Перейти в раздел справки"; -$a->strings["Our help pages may be consulted for detail on other program features and resources."] = "Наши страницы помощи могут проконсультировать о подробностях и возможностях программы и ресурса."; -$a->strings["Contacts who are not members of a group"] = "Контакты, которые не являются членами группы"; -$a->strings["No more system notifications."] = "Системных уведомлений больше нет."; -$a->strings["System Notifications"] = "Уведомления системы"; -$a->strings["Post successful."] = "Успешно добавлено."; -$a->strings["Subscribing to OStatus contacts"] = "Подписка на OStatus-контакты"; -$a->strings["No contact provided."] = "Не указан контакт."; -$a->strings["Couldn't fetch information for contact."] = "Невозможно получить информацию о контакте."; -$a->strings["Couldn't fetch friends for contact."] = "Невозможно получить друзей для контакта."; -$a->strings["Done"] = "Готово"; -$a->strings["success"] = "удачно"; -$a->strings["failed"] = "неудача"; -$a->strings["Keep this window open until done."] = "Держать окно открытым до завершения."; -$a->strings["Not Extended"] = "Не расширенный"; -$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["Image uploaded but image cropping failed."] = "Изображение загружено, но обрезка изображения не удалась."; -$a->strings["Image size reduction [%s] failed."] = "Уменьшение размера изображения [%s] не удалось."; -$a->strings["Shift-reload the page or clear browser cache if the new photo does not display immediately."] = "Перезагрузите страницу с зажатой клавишей \"Shift\" для того, чтобы увидеть свое новое фото немедленно."; -$a->strings["Unable to process image"] = "Не удается обработать изображение"; -$a->strings["Image exceeds size limit of %s"] = "Изображение превышает лимит размера в %s"; -$a->strings["Unable to process image."] = "Невозможно обработать фото."; -$a->strings["Upload File:"] = "Загрузить файл:"; -$a->strings["Select a profile:"] = "Выбрать этот профиль:"; -$a->strings["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["Permission denied"] = "Доступ запрещен"; -$a->strings["Invalid profile identifier."] = "Недопустимый идентификатор профиля."; -$a->strings["Profile Visibility Editor"] = "Редактор видимости профиля"; -$a->strings["Click on a contact to add or remove."] = "Нажмите на контакт, чтобы добавить или удалить."; -$a->strings["Visible To"] = "Видимый для"; -$a->strings["All Contacts (with secure profile access)"] = "Все контакты (с безопасным доступом к профилю)"; -$a->strings["Account approved."] = "Аккаунт утвержден."; -$a->strings["Registration revoked for %s"] = "Регистрация отменена для %s"; -$a->strings["Please login."] = "Пожалуйста, войдите с паролем."; -$a->strings["Remove My Account"] = "Удалить мой аккаунт"; -$a->strings["This will completely remove your account. Once this has been done it is not recoverable."] = "Это позволит полностью удалить ваш аккаунт. Как только это будет сделано, аккаунт восстановлению не подлежит."; -$a->strings["Please enter your password for verification:"] = "Пожалуйста, введите свой пароль для проверки:"; -$a->strings["Resubscribing to OStatus contacts"] = "Переподписаться на OStatus-контакты."; -$a->strings["Error"] = "Ошибка"; -$a->strings["%1\$s is following %2\$s's %3\$s"] = "%1\$s подписан %2\$s's %3\$s"; -$a->strings["Do you really want to delete this suggestion?"] = "Вы действительно хотите удалить это предложение?"; -$a->strings["No suggestions available. If this is a new site, please try again in 24 hours."] = "Нет предложений. Если это новый сайт, пожалуйста, попробуйте снова через 24 часа."; -$a->strings["Ignore/Hide"] = "Проигнорировать/Скрыть"; -$a->strings["Tag removed"] = "Ключевое слово удалено"; -$a->strings["Remove Item Tag"] = "Удалить ключевое слово"; -$a->strings["Select a tag to remove: "] = "Выберите ключевое слово для удаления: "; -$a->strings["This site has exceeded the number of allowed daily account registrations. Please try again tomorrow."] = "Этот сайт превысил допустимое количество ежедневных регистраций. Пожалуйста, повторите попытку завтра."; -$a->strings["Import"] = "Импорт"; -$a->strings["Move account"] = "Удалить аккаунт"; -$a->strings["You can import an account from another Friendica server."] = "Вы можете импортировать учетную запись с другого сервера Friendica."; -$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 (GNU Social/Statusnet) or from Diaspora"] = "Это экспериментальная функция. Мы не можем импортировать контакты из сети OStatus (GNU Social/ StatusNet) или из Diaspora"; -$a->strings["Account file"] = "Файл аккаунта"; -$a->strings["To export your account, go to \"Settings->Export your personal data\" and select \"Export account\""] = "Для экспорта аккаунта, перейдите в \"Настройки->Экспортировать ваши данные\" и выберите \"Экспорт аккаунта\""; -$a->strings["[Embedded content - reload page to view]"] = "[Встроенное содержание - перезагрузите страницу для просмотра]"; -$a->strings["No contacts."] = "Нет контактов."; -$a->strings["Access denied."] = "Доступ запрещен."; -$a->strings["Invalid request."] = "Неверный запрос."; -$a->strings["Sorry, maybe your upload is bigger than the PHP configuration allows"] = "Извините, похоже что загружаемый файл превышает лимиты, разрешенные конфигурацией PHP"; -$a->strings["Or - did you try to upload an empty file?"] = "Или вы пытались загрузить пустой файл?"; -$a->strings["File exceeds size limit of %s"] = "Файл превышает лимит размера в %s"; -$a->strings["File upload failed."] = "Загрузка файла не удалась."; -$a->strings["Number of daily wall messages for %s exceeded. Message failed."] = "Количество ежедневных сообщений на стене %s превышено. Сообщение отменено.."; -$a->strings["No recipient selected."] = "Не выбран получатель."; -$a->strings["Unable to check your home location."] = "Невозможно проверить местоположение."; -$a->strings["Message could not be sent."] = "Сообщение не может быть отправлено."; -$a->strings["Message collection failure."] = "Неудача коллекции сообщения."; -$a->strings["Message sent."] = "Сообщение отправлено."; -$a->strings["No recipient."] = "Без адресата."; -$a->strings["Send Private Message"] = "Отправить личное сообщение"; -$a->strings["If you wish for %s to respond, please check that the privacy settings on your site allow private mail from unknown senders."] = "Если Вы хотите ответить %s, пожалуйста, проверьте, позволяют ли настройки конфиденциальности на Вашем сайте принимать личные сообщения от неизвестных отправителей."; -$a->strings["To:"] = "Кому:"; -$a->strings["Subject:"] = "Тема:"; -$a->strings["Source (bbcode) text:"] = "Код (bbcode):"; -$a->strings["Source (Diaspora) text to convert to BBcode:"] = "Код (Diaspora) для конвертации в BBcode:"; -$a->strings["Source input: "] = "Ввести код:"; -$a->strings["bb2html (raw HTML): "] = "bb2html (raw HTML): "; -$a->strings["bb2html: "] = "bb2html: "; -$a->strings["bb2html2bb: "] = "bb2html2bb: "; -$a->strings["bb2md: "] = "bb2md: "; -$a->strings["bb2md2html: "] = "bb2md2html: "; -$a->strings["bb2dia2bb: "] = "bb2dia2bb: "; -$a->strings["bb2md2html2bb: "] = "bb2md2html2bb: "; -$a->strings["Source input (Diaspora format): "] = "Ввод кода (формат Diaspora):"; -$a->strings["diaspora2bb: "] = "diaspora2bb: "; -$a->strings["View"] = "Смотреть"; -$a->strings["Previous"] = "Назад"; -$a->strings["Next"] = "Далее"; -$a->strings["list"] = "список"; -$a->strings["User not found"] = "Пользователь не найден"; -$a->strings["This calendar format is not supported"] = "Этот формат календарей не поддерживается"; -$a->strings["No exportable data found"] = "Нет данных для экспорта"; -$a->strings["calendar"] = "календарь"; -$a->strings["Not available."] = "Недоступно."; -$a->strings["No results."] = "Нет результатов."; -$a->strings["Profile not found."] = "Профиль не найден."; -$a->strings["This may occasionally happen if contact was requested by both persons and it has already been approved."] = "Это может иногда происходить, если контакт запрашивали двое людей, и он был уже одобрен."; -$a->strings["Response from remote site was not understood."] = "Ответ от удаленного сайта не был понят."; -$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["No user record found for '%s' "] = "Не найдено записи пользователя для '%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."] = "Был предоставлен пустой URL сайта ​​или URL не может быть расшифрован нами."; -$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."] = "Публичный ключ недоступен в записи о контакте по ссылке %s"; -$a->strings["The ID provided by your system is a duplicate on our system. It should work if you try again."] = "ID, предложенный вашей системой, является дубликатом в нашей системе. Он должен работать, если вы повторите попытку."; -$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["%1\$s has joined %2\$s"] = "%1\$s присоединился %2\$s"; -$a->strings["This introduction has already been accepted."] = "Этот запрос был уже принят."; -$a->strings["Profile location is not valid or does not contain profile information."] = "Местоположение профиля является недопустимым или не содержит информацию о профиле."; -$a->strings["Warning: profile location has no identifiable owner name."] = "Внимание: местоположение профиля не имеет идентифицируемого имени владельца."; -$a->strings["Warning: profile location has no profile photo."] = "Внимание: местоположение профиля не имеет еще фотографии профиля."; -$a->strings["%d required parameter was not found at the given location"] = [ - 0 => "%d требуемый параметр не был найден в заданном месте", - 1 => "%d требуемых параметров не были найдены в заданном месте", - 2 => "%d требуемых параметров не были найдены в заданном месте", - 3 => "%d требуемых параметров не были найдены в заданном месте", -]; -$a->strings["Introduction complete."] = "Запрос создан."; -$a->strings["Unrecoverable protocol error."] = "Неисправимая ошибка протокола."; -$a->strings["Profile unavailable."] = "Профиль недоступен."; -$a->strings["%s has received too many connection requests today."] = "К %s пришло сегодня слишком много запросов на подключение."; -$a->strings["Spam protection measures have been invoked."] = "Были применены меры защиты от спама."; -$a->strings["Friends are advised to please try again in 24 hours."] = "Друзья советуют попробовать еще раз в ближайшие 24 часа."; -$a->strings["Invalid locator"] = "Недопустимый локатор"; -$a->strings["Invalid email address."] = "Неверный адрес электронной почты."; -$a->strings["This account has not been configured for email. Request failed."] = "Этот аккаунт не настроен для электронной почты. Запрос не удался."; -$a->strings["You have already introduced yourself here."] = "Вы уже ввели информацию о себе здесь."; -$a->strings["Apparently you are already friends with %s."] = "Похоже, что вы уже друзья с %s."; -$a->strings["Invalid profile URL."] = "Неверный URL профиля."; -$a->strings["Your introduction has been sent."] = "Ваш запрос отправлен."; -$a->strings["Remote subscription can't be done for your network. Please subscribe directly on your system."] = "Удаленная подписка не может быть выполнена на вашей сети. Пожалуйста, подпишитесь на вашей системе."; -$a->strings["Please login to confirm introduction."] = "Для подтверждения запроса войдите пожалуйста с паролем."; -$a->strings["Incorrect identity currently logged in. Please login to this profile."] = "Неверно идентифицирован вход. Пожалуйста, войдите в этот профиль."; -$a->strings["Confirm"] = "Подтвердить"; -$a->strings["Hide this contact"] = "Скрыть этот контакт"; -$a->strings["Welcome home %s."] = "Добро пожаловать домой, %s!"; -$a->strings["Please confirm your introduction/connection request to %s."] = "Пожалуйста, подтвердите краткую информацию / запрос на подключение к %s."; -$a->strings["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, follow this link to find a public Friendica site and join us today."] = "Если вы еще не являетесь членом свободной социальной сети, перейдите по этой ссылке, чтобы найти публичный сервер Friendica и присоединиться к нам сейчас ."; -$a->strings["Friend/Connection Request"] = "Запрос в друзья / на подключение"; -$a->strings["Examples: jojo@demo.friendica.com, http://demo.friendica.com/profile/jojo, testuser@identi.ca"] = "Примеры: 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?"] = "%s знает вас?"; -$a->strings["Add a personal note:"] = "Добавить личную заметку:"; -$a->strings["StatusNet/Federated Social Web"] = "StatusNet / Federated Social Web"; -$a->strings[" - please do not use this form. Instead, enter %s into your Diaspora search bar."] = "Участники сети Diaspora: пожалуйста, не пользуйтесь этой формой. Вместо этого введите %s в строке поиска Diaspora"; -$a->strings["Your Identity Address:"] = "Ваш идентификационный адрес:"; -$a->strings["Submit Request"] = "Отправить запрос"; -$a->strings["People Search - %s"] = "Поиск по людям - %s"; -$a->strings["Forum Search - %s"] = "Поиск по форумам - %s"; -$a->strings["Event can not end before it has started."] = "Эвент не может закончится до старта."; -$a->strings["Event title and start time are required."] = "Название мероприятия и время начала обязательны для заполнения."; -$a->strings["Create New Event"] = "Создать новое мероприятие"; -$a->strings["Event details"] = "Сведения о мероприятии"; -$a->strings["Starting date and Title are required."] = "Необходима дата старта и заголовок."; -$a->strings["Event Starts:"] = "Начало мероприятия:"; -$a->strings["Required"] = "Требуется"; -$a->strings["Finish date/time is not known or not relevant"] = "Дата/время окончания не известны, или не указаны"; -$a->strings["Event Finishes:"] = "Окончание мероприятия:"; -$a->strings["Adjust for viewer timezone"] = "Настройка часового пояса"; -$a->strings["Description:"] = "Описание:"; -$a->strings["Title:"] = "Титул:"; -$a->strings["Share this event"] = "Поделитесь этим мероприятием"; -$a->strings["Failed to remove event"] = ""; -$a->strings["Event removed"] = ""; -$a->strings["You already added this contact."] = "Вы уже добавили этот контакт."; -$a->strings["Diaspora support isn't enabled. Contact can't be added."] = "Поддержка Diaspora не включена. Контакт не может быть добавлен."; -$a->strings["OStatus support is disabled. Contact can't be added."] = "Поддержка OStatus выключена. Контакт не может быть добавлен."; -$a->strings["The network type couldn't be detected. Contact can't be added."] = "Тип сети не может быть определен. Контакт не может быть добавлен."; -$a->strings["Contact added"] = "Контакт добавлен"; -$a->strings["This is Friendica, version"] = "Это Friendica, версия"; -$a->strings["running at web location"] = "работает на веб-узле"; -$a->strings["Please visit Friendica.com to learn more about the Friendica project."] = "Пожалуйста, посетите сайт Friendica.com, чтобы узнать больше о проекте Friendica."; -$a->strings["Bug reports and issues: please visit"] = "Отчет об ошибках и проблемах: пожалуйста, посетите"; -$a->strings["the bugtracker at github"] = "багтрекер на github"; -$a->strings["Suggestions, praise, donations, etc. - please email \"Info\" at Friendica - dot com"] = "Предложения, похвала, пожертвования? Пишите на \"info\" на Friendica - точка com"; -$a->strings["Installed plugins/addons/apps:"] = "Установленные плагины / добавки / приложения:"; -$a->strings["No installed plugins/addons/apps"] = "Нет установленных плагинов / добавок / приложений"; -$a->strings["On this server the following remote servers are blocked."] = ""; -$a->strings["Reason for the block"] = ""; -$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 removed."] = "Группа удалена."; -$a->strings["Unable to remove group."] = "Не удается удалить группу."; -$a->strings["Delete Group"] = ""; -$a->strings["Group Editor"] = "Редактор групп"; -$a->strings["Edit Group Name"] = ""; -$a->strings["Members"] = "Участники"; -$a->strings["Remove Contact"] = ""; -$a->strings["Add Contact"] = ""; -$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["Unable to locate contact information."] = "Не удалось найти контактную информацию."; -$a->strings["Do you really want to delete this message?"] = "Вы действительно хотите удалить это сообщение?"; -$a->strings["Message deleted."] = "Сообщение удалено."; -$a->strings["Conversation removed."] = "Беседа удалена."; -$a->strings["No messages."] = "Нет сообщений."; -$a->strings["Message not available."] = "Сообщение не доступно."; -$a->strings["Delete message"] = "Удалить сообщение"; -$a->strings["Delete conversation"] = "Удалить историю общения"; -$a->strings["No secure communications available. You may be able to respond from the sender's profile page."] = "Невозможно защищённое соединение. Вы имеете возможность ответить со страницы профиля отправителя."; -$a->strings["Send Reply"] = "Отправить ответ"; -$a->strings["Unknown sender - %s"] = "Неизвестный отправитель - %s"; -$a->strings["You and %s"] = "Вы и %s"; -$a->strings["%s and You"] = "%s и Вы"; -$a->strings["D, d M Y - g:i A"] = "D, d M Y - g:i A"; -$a->strings["%d message"] = [ - 0 => "%d сообщение", - 1 => "%d сообщений", - 2 => "%d сообщений", - 3 => "%d сообщений", -]; -$a->strings["Remove term"] = "Удалить элемент"; -$a->strings["Warning: This group contains %s member from a network that doesn't allow non public messages."] = [ - 0 => "Внимание: в группе %s пользователь из сети, которая не поддерживает непубличные сообщения.", - 1 => "Внимание: в группе %s пользователя из сети, которая не поддерживает непубличные сообщения.", - 2 => "Внимание: в группе %s пользователей из сети, которая не поддерживает непубличные сообщения.", - 3 => "Внимание: в группе %s пользователей из сети, которая не поддерживает непубличные сообщения.", -]; -$a->strings["Messages in this group won't be send to these receivers."] = "Сообщения в этой группе не будут отправлены следующим получателям."; -$a->strings["Private messages to this person are at risk of public disclosure."] = "Личные сообщения этому человеку находятся под угрозой обнародования."; -$a->strings["Invalid contact."] = "Недопустимый контакт."; -$a->strings["Commented Order"] = "Последние комментарии"; -$a->strings["Sort by Comment Date"] = "Сортировать по дате комментария"; -$a->strings["Posted Order"] = "Лента записей"; -$a->strings["Sort by Post Date"] = "Сортировать по дате отправки"; -$a->strings["Posts that mention or involve you"] = "Посты которые упоминают вас или в которых вы участвуете"; -$a->strings["New"] = "Новое"; -$a->strings["Activity Stream - by date"] = "Лента активности - по дате"; -$a->strings["Shared Links"] = "Ссылки, которыми поделились"; -$a->strings["Interesting Links"] = "Интересные ссылки"; -$a->strings["Starred"] = "Избранное"; -$a->strings["Favourite Posts"] = "Избранные посты"; -$a->strings["OpenID protocol error. No ID returned."] = "Ошибка протокола OpenID. Не возвращён ID."; -$a->strings["Account not found and OpenID registration is not permitted on this site."] = "Аккаунт не найден и OpenID регистрация не допускается на этом сайте."; -$a->strings["Recent Photos"] = "Последние фото"; -$a->strings["Upload New Photos"] = "Загрузить новые фото"; -$a->strings["everybody"] = "каждый"; -$a->strings["Contact information unavailable"] = "Информация о контакте недоступна"; -$a->strings["Album not found."] = "Альбом не найден."; -$a->strings["Delete Album"] = "Удалить альбом"; -$a->strings["Do you really want to delete this photo album and all its photos?"] = "Вы действительно хотите удалить этот альбом и все его фотографии?"; -$a->strings["Delete Photo"] = "Удалить фото"; -$a->strings["Do you really want to delete this photo?"] = "Вы действительно хотите удалить эту фотографию?"; -$a->strings["%1\$s was tagged in %2\$s by %3\$s"] = "%1\$s отмечен/а/ в %2\$s by %3\$s"; -$a->strings["a photo"] = "фото"; -$a->strings["Image file is empty."] = "Файл изображения пуст."; -$a->strings["No photos selected"] = "Не выбрано фото."; -$a->strings["Access to this item is restricted."] = "Доступ к этому пункту ограничен."; -$a->strings["You have used %1$.2f Mbytes of %2$.2f Mbytes photo storage."] = "Вы использовали %1$.2f мегабайт из %2$.2f возможных для хранения фотографий."; -$a->strings["Upload Photos"] = "Загрузить фото"; -$a->strings["New album name: "] = "Название нового альбома: "; -$a->strings["or existing album name: "] = "или название существующего альбома: "; -$a->strings["Do not show a status post for this upload"] = "Не показывать статус-сообщение для этой закачки"; -$a->strings["Show to Groups"] = "Показать в группах"; -$a->strings["Show to Contacts"] = "Показывать контактам"; -$a->strings["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["New album name"] = "Название нового альбома"; -$a->strings["Caption"] = "Подпись"; -$a->strings["Add a Tag"] = "Добавить ключевое слово (тег)"; -$a->strings["Example: @bob, @Barbara_Jensen, @jim@example.com, #California, #camping"] = "Пример: @bob, @Barbara_Jensen, @jim@example.com, #California, #camping"; -$a->strings["Do not rotate"] = "Не поворачивать"; -$a->strings["Rotate CW (right)"] = "Поворот по часовой стрелке (направо)"; -$a->strings["Rotate CCW (left)"] = "Поворот против часовой стрелки (налево)"; -$a->strings["Private photo"] = "Личное фото"; -$a->strings["Public photo"] = "Публичное фото"; -$a->strings["Map"] = "Карта"; -$a->strings["View Album"] = "Просмотреть альбом"; -$a->strings["Only logged in users are permitted to perform a probing."] = ""; -$a->strings["Tips for New Members"] = "Советы для новых участников"; -$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["Work/Employment"] = "Работа/Занятость"; -$a->strings["Religion"] = "Религия"; -$a->strings["Political Views"] = "Политические взгляды"; -$a->strings["Gender"] = "Пол"; -$a->strings["Sexual Preference"] = "Сексуальные предпочтения"; -$a->strings["XMPP"] = "XMPP"; -$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 “%3\$s”"] = "%1\$s изменились с %2\$s на “%3\$s”"; -$a->strings[" - Visit %1\$s's %2\$s"] = " - Посетить профиль %1\$s [%2\$s]"; -$a->strings["%1\$s has an updated %2\$s, changing %3\$s."] = "%1\$s обновил %2\$s, изменив %3\$s."; -$a->strings["Hide contacts and friends:"] = "Скрыть контакты и друзей:"; -$a->strings["Hide your contact/friend list from viewers of this profile?"] = "Скрывать ваш список контактов / друзей от посетителей этого профиля?"; -$a->strings["Show more profile fields:"] = "Показать больше полей в профиле:"; -$a->strings["Profile Actions"] = "Действия профиля"; -$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["Relation"] = "Отношения"; -$a->strings["Your Gender:"] = "Ваш пол:"; -$a->strings[" Marital Status:"] = " Семейное положение:"; -$a->strings["Example: fishing photography software"] = "Пример: рыбалка фотографии программное обеспечение"; -$a->strings["Profile Name:"] = "Имя профиля:"; -$a->strings["This is your public profile.
    It may be visible to anybody using the internet."] = "Это ваш публичный профиль.
    Он может быть виден каждому через Интернет."; -$a->strings["Your Full Name:"] = "Ваше полное имя:"; -$a->strings["Title/Description:"] = "Заголовок / Описание:"; -$a->strings["Street Address:"] = "Адрес:"; -$a->strings["Locality/City:"] = "Город / Населенный пункт:"; -$a->strings["Region/State:"] = "Район / Область:"; -$a->strings["Postal/Zip Code:"] = "Почтовый индекс:"; -$a->strings["Country:"] = "Страна:"; -$a->strings["Who: (if applicable)"] = "Кто: (если требуется)"; -$a->strings["Examples: cathy123, Cathy Williams, cathy@example.com"] = "Примеры: cathy123, Кэти Уильямс, cathy@example.com"; -$a->strings["Since [date]:"] = "С какого времени [дата]:"; -$a->strings["Tell us about yourself..."] = "Расскажите нам о себе ..."; -$a->strings["XMPP (Jabber) address:"] = "Адрес XMPP (Jabber):"; -$a->strings["The XMPP address will be propagated to your contacts so that they can follow you."] = "Адрес XMPP будет отправлен контактам, чтобы они могли вас добавить."; -$a->strings["Homepage URL:"] = "Адрес домашней странички:"; -$a->strings["Religious Views:"] = "Религиозные взгляды:"; -$a->strings["Public Keywords:"] = "Общественные ключевые слова:"; -$a->strings["(Used for suggesting potential friends, can be seen by others)"] = "(Используется для предложения потенциальным друзьям, могут увидеть другие)"; -$a->strings["Private Keywords:"] = "Личные ключевые слова:"; -$a->strings["(Used for searching profiles, never shown to others)"] = "(Используется для поиска профилей, никогда не показывается другим)"; -$a->strings["Musical interests"] = "Музыкальные интересы"; -$a->strings["Books, literature"] = "Книги, литература"; -$a->strings["Television"] = "Телевидение"; -$a->strings["Film/dance/culture/entertainment"] = "Кино / танцы / культура / развлечения"; -$a->strings["Hobbies/Interests"] = "Хобби / Интересы"; -$a->strings["Love/romance"] = "Любовь / романтика"; -$a->strings["Work/employment"] = "Работа / занятость"; -$a->strings["School/education"] = "Школа / образование"; -$a->strings["Contact information and Social Networks"] = "Контактная информация и социальные сети"; -$a->strings["Edit/Manage Profiles"] = "Редактировать профиль"; -$a->strings["Registration successful. Please check your email for further instructions."] = "Регистрация успешна. Пожалуйста, проверьте свою электронную почту для получения дальнейших инструкций."; -$a->strings["Failed to send email message. Here your accout details:
    login: %s
    password: %s

    You can change your password after login."] = "Ошибка отправки письма. Вот ваши учетные данные:
    логин: %s
    пароль: %s

    Вы сможете изменить пароль после входа."; -$a->strings["Registration successful."] = "Регистрация успешна."; -$a->strings["Your registration can not be processed."] = "Ваша регистрация не может быть обработана."; -$a->strings["Your registration is pending approval by the site owner."] = "Ваша регистрация в ожидании одобрения владельцем сайта."; -$a->strings["You may (optionally) fill in this form via OpenID by supplying your OpenID and clicking 'Register'."] = "Вы можете (по желанию), заполнить эту форму с помощью OpenID, поддерживая ваш OpenID и нажав клавишу \"Регистрация\"."; -$a->strings["If you are not familiar with OpenID, please leave that field blank and fill in the rest of the items."] = "Если вы не знакомы с OpenID, пожалуйста, оставьте это поле пустым и заполните остальные элементы."; -$a->strings["Your OpenID (optional): "] = "Ваш OpenID (необязательно):"; -$a->strings["Include your profile in member directory?"] = "Включить ваш профиль в каталог участников?"; -$a->strings["Note for the admin"] = "Сообщение для администратора"; -$a->strings["Leave a message for the admin, why you want to join this node"] = "Сообщения для администратора сайта на тему \"почему я хочу присоединиться к вам\""; -$a->strings["Membership on this site is by invitation only."] = "Членство на сайте только по приглашению."; -$a->strings["Your invitation ID: "] = "ID вашего приглашения:"; -$a->strings["Registration"] = "Регистрация"; -$a->strings["Your Full Name (e.g. Joe Smith, real or real-looking): "] = "Ваше полное имя (например, Иван Иванов):"; -$a->strings["Your Email Address: "] = "Ваш адрес электронной почты: "; -$a->strings["New Password:"] = "Новый пароль:"; -$a->strings["Leave empty for an auto generated password."] = "Оставьте пустым для автоматической генерации пароля."; -$a->strings["Confirm:"] = "Подтвердите:"; -$a->strings["Choose a profile nickname. This must begin with a text character. Your profile address on this site will then be 'nickname@\$sitename'."] = "Выбор псевдонима профиля. Он должен начинаться с буквы. Адрес вашего профиля на данном сайте будет в этом случае 'nickname@\$sitename'."; -$a->strings["Choose a nickname: "] = "Выберите псевдоним: "; -$a->strings["Import your profile to this friendica instance"] = "Импорт своего профиля в этот экземпляр friendica"; -$a->strings["Only logged in users are permitted to perform a search."] = "Только зарегистрированные пользователи могут использовать поиск."; -$a->strings["Too Many Requests"] = "Слишком много запросов"; -$a->strings["Only one search per minute is permitted for not logged in users."] = "Незарегистрированные пользователи могут выполнять поиск раз в минуту."; -$a->strings["Items tagged with: %s"] = "Элементы с тегами: %s"; -$a->strings["Account"] = "Аккаунт"; -$a->strings["Additional features"] = "Дополнительные возможности"; -$a->strings["Display"] = "Внешний вид"; -$a->strings["Social Networks"] = "Социальные сети"; -$a->strings["Plugins"] = "Плагины"; -$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."] = "Не удалось подключиться к аккаунту e-mail, используя указанные настройки."; -$a->strings["Email settings updated."] = "Настройки эл. почты обновлены."; -$a->strings["Features updated"] = "Настройки обновлены"; -$a->strings["Relocate message has been send to your contacts"] = "Перемещённое сообщение было отправлено списку контактов"; -$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."] = " Неверный e-mail."; -$a->strings[" Cannot change to that email."] = " Невозможно изменить на этот e-mail."; -$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["Save Settings"] = "Сохранить настройки"; -$a->strings["Consumer Key"] = "Consumer Key"; -$a->strings["Consumer Secret"] = "Consumer Secret"; -$a->strings["Redirect"] = "Перенаправление"; -$a->strings["Icon url"] = "URL символа"; -$a->strings["You can't edit this application."] = "Вы не можете изменить это приложение."; -$a->strings["Connected Apps"] = "Подключенные приложения"; -$a->strings["Client key starts with"] = "Ключ клиента начинается с"; -$a->strings["No name"] = "Нет имени"; -$a->strings["Remove authorization"] = "Удалить авторизацию"; -$a->strings["No Plugin settings configured"] = "Нет сконфигурированных настроек плагина"; -$a->strings["Plugin Settings"] = "Настройки плагина"; -$a->strings["Off"] = "Выкл."; -$a->strings["On"] = "Вкл."; -$a->strings["Additional Features"] = "Дополнительные возможности"; -$a->strings["General Social Media Settings"] = "Общие настройки социальных медиа"; -$a->strings["Disable intelligent shortening"] = "Отключить умное сокращение"; -$a->strings["Normally the system tries to find the best link to add to shortened posts. If this option is enabled then every shortened post will always point to the original friendica post."] = "Обычно система пытается найти лучшую ссылку для добавления к сокращенному посту. Если эта настройка включена, то каждый сокращенный пост будет указывать на оригинальный пост в Friendica."; -$a->strings["Automatically follow any GNU Social (OStatus) followers/mentioners"] = "Автоматически подписываться на любого пользователя GNU Social (OStatus), который вас упомянул или который на вас подписался"; -$a->strings["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."] = "Если вы получите сообщение от неизвестной учетной записи OStatus, эта настройка решает, что делать. Если включена, то новый контакт будет создан для каждого неизвестного пользователя."; -$a->strings["Default group for OStatus contacts"] = "Группа по-умолчанию для OStatus-контактов"; -$a->strings["Your legacy GNU Social account"] = "Ваша старая учетная запись GNU Social"; -$a->strings["If you enter your old GNU Social/Statusnet account name here (in the format user@domain.tld), your contacts will be added automatically. The field will be emptied when done."] = "Если вы введете тут вашу старую учетную запись GNU Social/Statusnet (в виде пользователь@домен), ваши контакты оттуда будут автоматически добавлены. Поле будет очищено когда все контакты будут добавлены."; -$a->strings["Repair OStatus subscriptions"] = "Починить подписки OStatus"; -$a->strings["Built-in support for %s connectivity is %s"] = "Встроенная поддержка для %s подключение %s"; -$a->strings["enabled"] = "подключено"; -$a->strings["disabled"] = "отключено"; -$a->strings["GNU Social (OStatus)"] = "GNU Social (OStatus)"; -$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."] = "Если вы хотите общаться с Email контактами, используя этот сервис (по желанию), пожалуйста, уточните, как подключиться к вашему почтовому ящику."; -$a->strings["Last successful email check:"] = "Последняя успешная проверка электронной почты:"; -$a->strings["IMAP server name:"] = "Имя IMAP сервера:"; -$a->strings["IMAP port:"] = "Порт IMAP:"; -$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["Move to folder"] = "Переместить в папку"; -$a->strings["Move to folder:"] = "Переместить в папку:"; -$a->strings["No special theme for mobile devices"] = "Нет специальной темы для мобильных устройств"; -$a->strings["Display Settings"] = "Параметры дисплея"; -$a->strings["Display Theme:"] = "Показать тему:"; -$a->strings["Mobile Theme:"] = "Мобильная тема:"; -$a->strings["Suppress warning of insecure networks"] = "Не отображать уведомление о небезопасных сетях"; -$a->strings["Should the system suppress the warning that the current group contains members of networks that can't receive non public postings."] = "Должна ли система подавлять уведомления о том, что текущая группа содержить пользователей из сетей, которые не могут получать непубличные сообщения или сообщения с ограниченной видимостью."; -$a->strings["Update browser every xx seconds"] = "Обновление браузера каждые хх секунд"; -$a->strings["Minimum of 10 seconds. Enter -1 to disable it."] = "Минимум 10 секунд. Введите -1 для отключения."; -$a->strings["Number of items to display per page:"] = "Количество элементов, отображаемых на одной странице:"; -$a->strings["Maximum of 100 items"] = "Максимум 100 элементов"; -$a->strings["Number of items to display per page when viewed from mobile device:"] = "Количество элементов на странице, когда просмотр осуществляется с мобильных устройств:"; -$a->strings["Don't show emoticons"] = "не показывать emoticons"; -$a->strings["Calendar"] = "Календарь"; -$a->strings["Beginning of week:"] = "Начало недели:"; -$a->strings["Don't show notices"] = "Не показывать уведомления"; -$a->strings["Infinite scroll"] = "Бесконечная прокрутка"; -$a->strings["Automatic updates only at the top of the network page"] = "Автоматически обновлять только при нахождении вверху страницы \"Сеть\""; -$a->strings["Bandwith Saver Mode"] = "Режим экономии трафика"; -$a->strings["When enabled, embedded content is not displayed on automatic updates, they only show on page reload."] = "Если включено, то включенный контент не отображается при автоматическом обновлении, он будет показан только при перезагрузке страницы."; -$a->strings["General Theme Settings"] = "Общие настройки тем"; -$a->strings["Custom Theme Settings"] = "Личные настройки тем"; -$a->strings["Content Settings"] = "Настройки контента"; -$a->strings["Theme settings"] = "Настройки темы"; -$a->strings["Account Types"] = "Тип учетной записи"; -$a->strings["Personal Page Subtypes"] = "Подтипы личной страницы"; -$a->strings["Community Forum Subtypes"] = "Подтипы форума сообщества"; -$a->strings["Personal Page"] = "Личная страница"; -$a->strings["This account is a regular personal profile"] = "Этот аккаунт является обычным личным профилем"; -$a->strings["Organisation Page"] = "Организационная страница"; -$a->strings["This account is a profile for an organisation"] = "Этот аккаунт является профилем организации"; -$a->strings["News Page"] = "Новостная страница"; -$a->strings["This account is a news account/reflector"] = "Этот аккаунт является ностным/рефлектором"; -$a->strings["Community Forum"] = "Форум сообщества"; -$a->strings["This account is a community forum where people can discuss with each other"] = "Эта учетная запись является форумом сообщества, где люди могут обсуждать что-то друг с другом"; -$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["Public Forum"] = "Публичный форум"; -$a->strings["Automatically approve all contact requests"] = "Автоматически принимать все запросы соединения."; -$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:"] = "OpenID:"; -$a->strings["(Optional) Allow this OpenID to login to this account."] = "(Необязательно) Разрешить этому OpenID входить в этот аккаунт"; -$a->strings["Publish your default profile in your local site directory?"] = "Публиковать ваш профиль по умолчанию в вашем локальном каталоге на сайте?"; -$a->strings["Your profile may be visible in public."] = ""; -$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["If enabled, posting public messages to Diaspora and other networks isn't possible."] = "Если включено, то мы не сможем отправлять публичные сообщения в Diaspora или другую сеть."; -$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 not published."] = "Профиль не публикуется."; -$a->strings["Your Identity Address is '%s' or '%s'."] = "Ваш адрес: '%s' или '%s'."; -$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["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["Email Address:"] = "Адрес электронной почты:"; -$a->strings["Your Timezone:"] = "Ваш часовой пояс:"; -$a->strings["Your Language:"] = "Ваш язык:"; -$a->strings["Set the language we use to show you friendica interface and to send you emails"] = "Выберите язык, на котором вы будете видеть интерфейс Friendica и на котором вы будете получать письма"; -$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["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 interesting 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["Activate desktop notifications"] = "Активировать уведомления на рабочем столе"; -$a->strings["Show desktop popup on new notifications"] = "Показывать уведомления на рабочем столе"; -$a->strings["Text-only notification emails"] = "Только текстовые письма"; -$a->strings["Send text only notification emails, without the html part"] = "Отправлять только текстовые уведомления, без HTML"; -$a->strings["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["Export account"] = "Экспорт аккаунта"; -$a->strings["Export your account info and contacts. Use this to make a backup of your account and/or to move it to another server."] = "Экспорт ваших регистрационных данные и контактов. Используйте, чтобы создать резервную копию вашего аккаунта и/или переместить его на другой сервер."; -$a->strings["Export all"] = "Экспорт всего"; -$a->strings["Export your accout info, contacts and all your items as json. Could be a very big file, and could take a lot of time. Use this to make a full backup of your account (photos are not exported)"] = "Экспорт информации вашего аккаунта, контактов и всех ваших пунктов, как JSON. Может получиться очень большой файл и это может занять много времени. Используйте, чтобы создать полную резервную копию вашего аккаунта (фото не экспортируются)"; -$a->strings["Do you really want to delete this video?"] = "Вы действительно хотите удалить видео?"; -$a->strings["Delete Video"] = "Удалить видео"; -$a->strings["No videos selected"] = "Видео не выбрано"; -$a->strings["Recent Videos"] = "Последние видео"; -$a->strings["Upload New Videos"] = "Загрузить новые видео"; -$a->strings["Friendica Communications Server - Setup"] = "Коммуникационный сервер Friendica - Доступ"; -$a->strings["Could not connect to database."] = "Не удалось подключиться к базе данных."; -$a->strings["Could not create table."] = "Не удалось создать таблицу."; -$a->strings["Your Friendica site database has been installed."] = "База данных сайта установлена."; -$a->strings["You may need to import the file \"database.sql\" manually using phpmyadmin or mysql."] = "Вам может понадобиться импортировать файл \"database.sql\" вручную с помощью PhpMyAdmin или MySQL."; -$a->strings["Please see the file \"INSTALL.txt\"."] = "Пожалуйста, смотрите файл \"INSTALL.txt\"."; -$a->strings["Database already in use."] = "База данных уже используется."; -$a->strings["System check"] = "Проверить систему"; -$a->strings["Check again"] = "Проверить еще раз"; -$a->strings["Database connection"] = "Подключение к базе данных"; -$a->strings["In order to install Friendica we need to know how to connect to your database."] = "Для того, чтобы установить Friendica, мы должны знать, как подключиться к базе данных."; -$a->strings["Please contact your hosting provider or site administrator if you have questions about these settings."] = "Пожалуйста, свяжитесь с вашим хостинг-провайдером или администратором сайта, если у вас есть вопросы об этих параметрах."; -$a->strings["The database you specify below should already exist. If it does not, please create it before continuing."] = "Базы данных, указанная ниже, должна уже существовать. Если этого нет, пожалуйста, создайте ее перед продолжением."; -$a->strings["Database Server Name"] = "Имя сервера базы данных"; -$a->strings["Database Login Name"] = "Логин базы данных"; -$a->strings["Database Login Password"] = "Пароль базы данных"; -$a->strings["For security reasons the password must not be empty"] = "Для безопасности пароль не должен быть пустым"; -$a->strings["Database Name"] = "Имя базы данных"; -$a->strings["Site administrator email address"] = "Адрес электронной почты администратора сайта"; -$a->strings["Your account email address must match this in order to use the web admin panel."] = "Ваш адрес электронной почты аккаунта должен соответствовать этому, чтобы использовать веб-панель администратора."; -$a->strings["Please select a default timezone for your website"] = "Пожалуйста, выберите часовой пояс по умолчанию для вашего сайта"; -$a->strings["Site settings"] = "Настройки сайта"; -$a->strings["System Language:"] = "Язык системы:"; -$a->strings["Set the default language for your Friendica installation interface and to send emails."] = "Язык по-умолчанию для интерфейса Friendica и для отправки писем."; -$a->strings["Could not find a command line version of PHP in the web server PATH."] = "Не удалось найти PATH веб-сервера в установках PHP."; -$a->strings["If you don't have a command line version of PHP installed on server, you will not be able to run the background processing. See 'Setup the poller'"] = ""; -$a->strings["PHP executable path"] = "PHP executable path"; -$a->strings["Enter full path to php executable. You can leave this blank to continue the installation."] = "Введите полный путь к исполняемому файлу PHP. Вы можете оставить это поле пустым, чтобы продолжить установку."; -$a->strings["Command line PHP"] = "Command line PHP"; -$a->strings["PHP executable is not the php cli binary (could be cgi-fgci version)"] = "Бинарник PHP не является CLI версией (может быть это cgi-fcgi версия)"; -$a->strings["Found PHP version: "] = "Найденная PHP версия: "; -$a->strings["PHP cli binary"] = "PHP cli binary"; -$a->strings["The command line version of PHP on your system does not have \"register_argc_argv\" enabled."] = "Не включено \"register_argc_argv\" в установках PHP."; -$a->strings["This is required for message delivery to work."] = "Это необходимо для работы доставки сообщений."; -$a->strings["PHP register_argc_argv"] = "PHP register_argc_argv"; -$a->strings["Error: the \"openssl_pkey_new\" function on this system is not able to generate encryption keys"] = "Ошибка: функция \"openssl_pkey_new\" в этой системе не в состоянии генерировать ключи шифрования"; -$a->strings["If running under Windows, please see \"http://www.php.net/manual/en/openssl.installation.php\"."] = "Если вы работаете под Windows, см. \"http://www.php.net/manual/en/openssl.installation.php\"."; -$a->strings["Generate encryption keys"] = "Генерация шифрованых ключей"; -$a->strings["libCurl PHP module"] = "libCurl PHP модуль"; -$a->strings["GD graphics PHP module"] = "GD graphics PHP модуль"; -$a->strings["OpenSSL PHP module"] = "OpenSSL PHP модуль"; -$a->strings["PDO or MySQLi PHP module"] = ""; -$a->strings["mb_string PHP module"] = "mb_string PHP модуль"; -$a->strings["XML PHP module"] = "XML PHP модуль"; -$a->strings["iconv module"] = "Модуль iconv"; -$a->strings["Apache mod_rewrite module"] = "Apache mod_rewrite module"; -$a->strings["Error: Apache webserver mod-rewrite module is required but not installed."] = "Ошибка: необходим модуль веб-сервера Apache mod-rewrite, но он не установлен."; -$a->strings["Error: libCURL PHP module required but not installed."] = "Ошибка: необходим libCURL PHP модуль, но он не установлен."; -$a->strings["Error: GD graphics PHP module with JPEG support required but not installed."] = "Ошибка: необходим PHP модуль GD графики с поддержкой JPEG, но он не установлен."; -$a->strings["Error: openssl PHP module required but not installed."] = "Ошибка: необходим PHP модуль OpenSSL, но он не установлен."; -$a->strings["Error: PDO or MySQLi PHP module required but not installed."] = ""; -$a->strings["Error: The MySQL driver for PDO is not installed."] = ""; -$a->strings["Error: mb_string PHP module required but not installed."] = "Ошибка: необходим PHP модуль mb_string, но он не установлен."; -$a->strings["Error: iconv PHP module required but not installed."] = "Ошибка: необходим PHP модуль iconv, но он не установлен."; -$a->strings["Error, XML PHP module required but not installed."] = "Ошибка, необходим PHP модуль XML, но он не установлен"; -$a->strings["The web installer needs to be able to create a file called \".htconfig.php\" in the top folder of your web server and it is unable to do so."] = "Веб-инсталлятору требуется создать файл с именем \". htconfig.php\" в верхней папке веб-сервера, но он не в состоянии это сделать."; -$a->strings["This is most often a permission setting, as the web server may not be able to write files in your folder - even if you can."] = "Это наиболее частые параметры разрешений, когда веб-сервер не может записать файлы в папке - даже если вы можете."; -$a->strings["At the end of this procedure, we will give you a text to save in a file named .htconfig.php in your Friendica top folder."] = "В конце этой процедуры, мы дадим вам текст, для сохранения в файле с именем .htconfig.php в корневой папке, где установлена Friendica."; -$a->strings["You can alternatively skip this procedure and perform a manual installation. Please see the file \"INSTALL.txt\" for instructions."] = "В качестве альтернативы вы можете пропустить эту процедуру и выполнить установку вручную. Пожалуйста, обратитесь к файлу \"INSTALL.txt\" для получения инструкций."; -$a->strings[".htconfig.php is writable"] = ".htconfig.php is writable"; -$a->strings["Friendica uses the Smarty3 template engine to render its web views. Smarty3 compiles templates to PHP to speed up rendering."] = "Friendica использует механизм шаблонов Smarty3 для генерации веб-страниц. Smarty3 компилирует шаблоны в PHP для увеличения скорости загрузки."; -$a->strings["In order to store these compiled templates, the web server needs to have write access to the directory view/smarty3/ under the Friendica top level folder."] = "Для того чтобы хранить эти скомпилированные шаблоны, веб-сервер должен иметь доступ на запись для папки view/smarty3 в директории, где установлена Friendica."; -$a->strings["Please ensure that the user that your web server runs as (e.g. www-data) has write access to this folder."] = "Пожалуйста, убедитесь, что пользователь, под которым работает ваш веб-сервер (например www-data), имеет доступ на запись в этой папке."; -$a->strings["Note: as a security measure, you should give the web server write access to view/smarty3/ only--not the template files (.tpl) that it contains."] = "Примечание: в качестве меры безопасности, вы должны дать вебсерверу доступ на запись только в view/smarty3 - но не на сами файлы шаблонов (.tpl)., Которые содержатся в этой папке."; -$a->strings["view/smarty3 is writable"] = "view/smarty3 доступен для записи"; -$a->strings["Url rewrite in .htaccess is not working. Check your server configuration."] = "Url rewrite в .htaccess не работает. Проверьте конфигурацию вашего сервера.."; -$a->strings["Url rewrite is working"] = "Url rewrite работает"; -$a->strings["ImageMagick PHP extension is not installed"] = "Модуль PHP ImageMagick не установлен"; -$a->strings["ImageMagick PHP extension is installed"] = "Модуль PHP ImageMagick установлен"; -$a->strings["ImageMagick supports GIF"] = "ImageMagick поддерживает GIF"; -$a->strings["The database configuration file \".htconfig.php\" could not be written. Please use the enclosed text to create a configuration file in your web server root."] = "Файл конфигурации базы данных \".htconfig.php\" не могла быть записан. Пожалуйста, используйте приложенный текст, чтобы создать конфигурационный файл в корневом каталоге веб-сервера."; -$a->strings["

    What next

    "] = "

    Что далее

    "; -$a->strings["IMPORTANT: You will need to [manually] setup a scheduled task for the poller."] = "ВАЖНО: Вам нужно будет [вручную] установить запланированное задание для регистратора."; -$a->strings["Unable to locate original post."] = "Не удалось найти оригинальный пост."; -$a->strings["Empty post discarded."] = "Пустое сообщение отбрасывается."; -$a->strings["System error. Post not saved."] = "Системная ошибка. Сообщение не сохранено."; -$a->strings["This message was sent to you by %s, a member of the Friendica social network."] = "Это сообщение было отправлено вам %s, участником социальной сети Friendica."; -$a->strings["You may visit them online at %s"] = "Вы можете посетить их в онлайне на %s"; -$a->strings["Please contact the sender by replying to this post if you do not wish to receive these messages."] = "Пожалуйста, свяжитесь с отправителем, ответив на это сообщение, если вы не хотите получать эти сообщения."; -$a->strings["%s posted an update."] = "%s отправил/а/ обновление."; -$a->strings["Invalid request identifier."] = "Неверный идентификатор запроса."; -$a->strings["Discard"] = "Отказаться"; -$a->strings["Network Notifications"] = "Уведомления сети"; -$a->strings["Personal Notifications"] = "Личные уведомления"; -$a->strings["Home Notifications"] = "Уведомления"; -$a->strings["Show Ignored Requests"] = "Показать проигнорированные запросы"; -$a->strings["Hide Ignored Requests"] = "Скрыть проигнорированные запросы"; -$a->strings["Notification type: "] = "Тип уведомления: "; -$a->strings["suggested by %s"] = "предложено юзером %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["Shall your connection be bidirectional or not?"] = "Должно ли ваше соединение быть двухсторонним или нет?"; -$a->strings["Accepting %s as a friend allows %s to subscribe to your posts, and you will also receive updates from them in your news feed."] = "Принимая %s как друга вы позволяете %s читать ему свои посты, а также будете получать оные от него."; -$a->strings["Accepting %s as a subscriber allows them to subscribe to your posts, but you will not receive updates from them in your news feed."] = "Принимая %s как подписчика вы позволяете читать ему свои посты, но вы не получите оных от него."; -$a->strings["Accepting %s as a sharer allows them to subscribe to your posts, but you will not receive updates from them in your news feed."] = "Принимая %s как подписчика вы позволяете читать ему свои посты, но вы не получите оных от него."; -$a->strings["Friend"] = "Друг"; -$a->strings["Sharer"] = "Участник"; -$a->strings["Subscriber"] = "Подписант"; -$a->strings["No introductions."] = "Запросов нет."; -$a->strings["Show unread"] = "Показать непрочитанные"; -$a->strings["Show all"] = "Показать все"; -$a->strings["No more %s notifications."] = "Больше нет уведомлений о %s."; -$a->strings["{0} wants to be your friend"] = "{0} хочет стать Вашим другом"; -$a->strings["{0} sent you a message"] = "{0} отправил Вам сообщение"; -$a->strings["{0} requested registration"] = "{0} требуемая регистрация"; -$a->strings["Theme settings updated."] = "Настройки темы обновлены."; -$a->strings["Site"] = "Сайт"; -$a->strings["Users"] = "Пользователи"; -$a->strings["Themes"] = "Темы"; -$a->strings["DB updates"] = "Обновление БД"; -$a->strings["Inspect Queue"] = ""; -$a->strings["Server Blocklist"] = ""; -$a->strings["Federation Statistics"] = ""; -$a->strings["Logs"] = "Журналы"; -$a->strings["View Logs"] = "Просмотр логов"; -$a->strings["probe address"] = ""; -$a->strings["check webfinger"] = ""; -$a->strings["Plugin Features"] = "Возможности плагина"; -$a->strings["diagnostics"] = "Диагностика"; -$a->strings["User registrations waiting for confirmation"] = "Регистрации пользователей, ожидающие подтверждения"; -$a->strings["The blocked domain"] = ""; -$a->strings["The reason why you blocked this domain."] = ""; -$a->strings["Delete domain"] = ""; -$a->strings["Check to delete this entry from the blocklist"] = ""; -$a->strings["Administration"] = "Администрация"; -$a->strings["This page can be used to define a black list of servers from the federated network that are not allowed to interact with your node. For all entered domains you should also give a reason why you have blocked the remote server."] = ""; -$a->strings["The list of blocked servers will be made publically available on the /friendica page so that your users and people investigating communication problems can find the reason easily."] = ""; -$a->strings["Add new entry to block list"] = ""; -$a->strings["Server Domain"] = ""; -$a->strings["The domain of the new server to add to the block list. Do not include the protocol."] = ""; -$a->strings["Block reason"] = ""; -$a->strings["Add Entry"] = ""; -$a->strings["Save changes to the blocklist"] = ""; -$a->strings["Current Entries in the Blocklist"] = ""; -$a->strings["Delete entry from blocklist"] = ""; -$a->strings["Delete entry from blocklist?"] = ""; -$a->strings["Server added to blocklist."] = ""; -$a->strings["Site blocklist updated."] = ""; -$a->strings["unknown"] = ""; -$a->strings["This page offers you some numbers to the known part of the federated social network your Friendica node is part of. These numbers are not complete but only reflect the part of the network your node is aware of."] = ""; -$a->strings["The Auto Discovered Contact Directory feature is not enabled, it will improve the data displayed here."] = ""; -$a->strings["Currently this node is aware of %d nodes from the following platforms:"] = ""; -$a->strings["ID"] = ""; -$a->strings["Recipient Name"] = ""; -$a->strings["Recipient Profile"] = ""; -$a->strings["Created"] = ""; -$a->strings["Last Tried"] = ""; -$a->strings["This page lists the content of the queue for outgoing postings. These are postings the initial delivery failed for. They will be resend later and eventually deleted if the delivery fails permanently."] = ""; -$a->strings["Your DB still runs with MyISAM tables. You should change the engine type to InnoDB. As Friendica will use InnoDB only features in the future, you should change this! See here for a guide that may be helpful converting the table engines. You may also use the command php include/dbstructure.php toinnodb of your Friendica installation for an automatic conversion.
    "] = ""; -$a->strings["You are using a MySQL version which does not support all features that Friendica uses. You should consider switching to MariaDB."] = ""; -$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["Summary"] = "Резюме"; -$a->strings["Registered users"] = "Зарегистрированные пользователи"; -$a->strings["Pending registrations"] = "Ожидающие регистрации"; -$a->strings["Version"] = "Версия"; -$a->strings["Active plugins"] = "Активные плагины"; -$a->strings["Can not parse base url. Must have at least ://"] = "Невозможно определить базовый URL. Он должен иметь следующий вид - ://"; -$a->strings["Site settings updated."] = "Установки сайта обновлены."; -$a->strings["No community page"] = ""; -$a->strings["Public postings from users of this site"] = ""; -$a->strings["Global community page"] = ""; -$a->strings["At post arrival"] = ""; -$a->strings["Users, Global Contacts"] = ""; -$a->strings["Users, Global Contacts/fallback"] = ""; -$a->strings["One month"] = "Один месяц"; -$a->strings["Three months"] = "Три месяца"; -$a->strings["Half a year"] = "Пол года"; -$a->strings["One year"] = "Один год"; -$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"] = "Нет режима SSL, состояние SSL не будет отслеживаться"; -$a->strings["Force all links to use SSL"] = "Заставить все ссылки использовать SSL"; -$a->strings["Self-signed certificate, use SSL for local links only (discouraged)"] = "Само-подписанный сертификат, использовать SSL только локально (не рекомендуется)"; -$a->strings["File upload"] = "Загрузка файлов"; -$a->strings["Policies"] = "Политики"; -$a->strings["Auto Discovered Contact Directory"] = ""; -$a->strings["Performance"] = "Производительность"; -$a->strings["Worker"] = ""; -$a->strings["Relocate - WARNING: advanced function. Could make this server unreachable."] = "Переместить - ПРЕДУПРЕЖДЕНИЕ: расширеная функция. Может сделать этот сервер недоступным."; -$a->strings["Site name"] = "Название сайта"; -$a->strings["Host name"] = "Имя хоста"; -$a->strings["Sender Email"] = "Системный Email"; -$a->strings["The email address your server shall use to send notification emails from."] = "Адрес с которого будут приходить письма пользователям."; -$a->strings["Banner/Logo"] = "Баннер/Логотип"; -$a->strings["Shortcut icon"] = ""; -$a->strings["Link to an icon that will be used for browsers."] = ""; -$a->strings["Touch icon"] = ""; -$a->strings["Link to an icon that will be used for tablets and mobiles."] = ""; -$a->strings["Additional Info"] = "Дополнительная информация"; -$a->strings["For public servers: you can add additional information here that will be listed at %s/siteinfo."] = ""; -$a->strings["System language"] = "Системный язык"; -$a->strings["System theme"] = "Системная тема"; -$a->strings["Default system theme - may be over-ridden by user profiles - change theme settings"] = "Тема системы по умолчанию - может быть переопределена пользователем - изменить настройки темы"; -$a->strings["Mobile system theme"] = "Мобильная тема системы"; -$a->strings["Theme for mobile devices"] = "Тема для мобильных устройств"; -$a->strings["SSL link policy"] = "Политика SSL"; -$a->strings["Determines whether generated links should be forced to use SSL"] = "Ссылки должны быть вынуждены использовать SSL"; -$a->strings["Force SSL"] = "SSL принудительно"; -$a->strings["Force all Non-SSL requests to SSL - Attention: on some systems it could lead to endless loops."] = ""; -$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."] = "Максимальный размер в байтах для загружаемых изображений. По умолчанию 0, что означает отсутствие ограничений."; -$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."] = "Максимальная длина в пикселях для длинной стороны загруженных изображений. По умолчанию равно -1, что означает отсутствие ограничений."; -$a->strings["JPEG image quality"] = "Качество JPEG изображения"; -$a->strings["Uploaded JPEGS will be saved at this quality setting [0-100]. Default is 100, which is full quality."] = "Загруженные изображения JPEG будут сохранены в этом качестве [0-100]. По умолчанию 100, что означает полное качество."; -$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"] = "Аккаунт считается после x дней не воспользованным"; -$a->strings["Will not waste system resources polling external sites for abandonded accounts. Enter 0 for no time limit."] = "Не будет тратить ресурсы для опроса сайтов для бесхозных контактов. Введите 0 для отключения лимита времени."; -$a->strings["Allowed friend domains"] = "Разрешенные домены друзей"; -$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 URL"] = ""; -$a->strings["URL to 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"] = "Не включать текст сообщения в email-оповещение."; -$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"] = "Разрешить пользователям установить 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"] = "Поддержка OpenID"; -$a->strings["OpenID support for registration and logins."] = "OpenID поддержка для регистрации и входа в систему."; -$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["Community Page Style"] = ""; -$a->strings["Type of community page to show. 'Global community' shows every public posting from an open distributed network that arrived on this server."] = ""; -$a->strings["Posts per user on community page"] = ""; -$a->strings["The maximum number of posts per user on the community page. (Not valid for 'Global Community')"] = ""; -$a->strings["Enable OStatus support"] = "Включить поддержку OStatus"; -$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."] = "Как часто процессы должны проверять наличие новых записей в OStatus разговорах? Это может быть очень ресурсоёмкой задачей."; -$a->strings["Only import OStatus threads from our contacts"] = ""; -$a->strings["Normally we import every content from our OStatus contacts. With this option we only store threads that are started by a contact that is known on our system."] = ""; -$a->strings["OStatus support can only be enabled if threading is enabled."] = ""; -$a->strings["Diaspora support can't be enabled because Friendica was installed into a sub directory."] = ""; -$a->strings["Enable Diaspora support"] = "Включить поддержку Diaspora"; -$a->strings["Provide built-in Diaspora network compatibility."] = "Обеспечить встроенную поддержку сети Diaspora."; -$a->strings["Only allow Friendica contacts"] = "Позвольть только Friendica контакты"; -$a->strings["All contacts must use Friendica protocols. All other built-in communication protocols disabled."] = "Все контакты должны использовать только Friendica протоколы. Все другие встроенные коммуникационные протоколы отключены."; -$a->strings["Verify SSL"] = "Проверка 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."] = "Если хотите, вы можете включить строгую проверку сертификатов. Это будет означать, что вы не сможете соединиться (вообще) с сайтами, имеющими само-подписанный SSL сертификат."; -$a->strings["Proxy user"] = "Прокси пользователь"; -$a->strings["Proxy URL"] = "Прокси URL"; -$a->strings["Network timeout"] = "Тайм-аут сети"; -$a->strings["Value is in seconds. Set to 0 for unlimited (not recommended)."] = "Значение указывается в секундах. Установите 0 для снятия ограничений (не рекомендуется)."; -$a->strings["Maximum Load Average"] = "Средняя максимальная нагрузка"; -$a->strings["Maximum system load before delivery and poll processes are deferred - default 50."] = "Максимальная нагрузка на систему перед приостановкой процессов доставки и опросов - по умолчанию 50."; -$a->strings["Maximum Load Average (Frontend)"] = ""; -$a->strings["Maximum system load before the frontend quits service - default 50."] = ""; -$a->strings["Minimal Memory"] = ""; -$a->strings["Minimal free memory in MB for the poller. Needs access to /proc/meminfo - default 0 (deactivated)."] = ""; -$a->strings["Maximum table size for optimization"] = ""; -$a->strings["Maximum table size (in MB) for the automatic optimization - default 100 MB. Enter -1 to disable it."] = ""; -$a->strings["Minimum level of fragmentation"] = ""; -$a->strings["Minimum fragmenation level to start the automatic optimization - default value is 30%."] = ""; -$a->strings["Periodical check of global contacts"] = ""; -$a->strings["If enabled, the global contacts are checked periodically for missing or outdated data and the vitality of the contacts and servers."] = ""; -$a->strings["Days between requery"] = ""; -$a->strings["Number of days after which a server is requeried for his contacts."] = ""; -$a->strings["Discover contacts from other servers"] = ""; -$a->strings["Periodically query other servers for contacts. You can choose between 'users': the users on the remote system, 'Global Contacts': active contacts that are known on the system. The fallback is meant for Redmatrix servers and older friendica servers, where global contacts weren't available. The fallback increases the server load, so the recommened setting is 'Users, Global Contacts'."] = ""; -$a->strings["Timeframe for fetching global contacts"] = ""; -$a->strings["When the discovery is activated, this value defines the timeframe for the activity of the global contacts that are fetched from other servers."] = ""; -$a->strings["Search the local directory"] = ""; -$a->strings["Search the local directory instead of the global directory. When searching locally, every search will be executed on the global directory in the background. This improves the search results when the search is repeated."] = ""; -$a->strings["Publish server information"] = ""; -$a->strings["If enabled, general server and usage data will be published. The data contains the name and version of the server, number of users with public profiles, number of posts and the activated protocols and connectors. See the-federation.info for details."] = ""; -$a->strings["Suppress Tags"] = ""; -$a->strings["Suppress showing a list of hashtags at the end of the posting."] = ""; -$a->strings["Path to item cache"] = "Путь к элементам кэша"; -$a->strings["The item caches buffers generated bbcode and external images."] = ""; -$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["Temp path"] = "Временная папка"; -$a->strings["If you have a restricted system where the webserver can't access the system temp path, enter another path here."] = ""; -$a->strings["Base path to installation"] = "Путь для установки"; -$a->strings["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."] = ""; -$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["Only search in tags"] = "Искать только в тегах"; -$a->strings["On large systems the text search can slow down the system extremely."] = "На больших системах текстовый поиск может сильно замедлить систему."; -$a->strings["New base url"] = "Новый базовый url"; -$a->strings["Change base url for this server. Sends relocate message to all DFRN contacts of all users."] = "Сменить адрес этого сервера. Отсылает сообщение о перемещении всем DFRN контактам всех пользователей."; -$a->strings["RINO Encryption"] = "RINO шифрование"; -$a->strings["Encryption layer between nodes."] = "Слой шифрования между узлами."; -$a->strings["Maximum number of parallel workers"] = "Максимальное число параллельно работающих worker'ов"; -$a->strings["On shared hosters set this to 2. On larger systems, values of 10 are great. Default value is 4."] = "Он shared-хостингах установите параметр в 2. На больших системах можно установить 10 или более. По-умолчанию 4."; -$a->strings["Don't use 'proc_open' with the worker"] = "Не использовать 'proc_open' с worker'ом"; -$a->strings["Enable this if your system doesn't allow the use of 'proc_open'. This can happen on shared hosters. If this is enabled you should increase the frequency of poller calls in your crontab."] = ""; -$a->strings["Enable fastlane"] = "Включить fastlane"; -$a->strings["When enabed, the fastlane mechanism starts an additional worker if processes with higher priority are blocked by processes of lower priority."] = ""; -$a->strings["Enable frontend worker"] = "Включить frontend worker"; -$a->strings["When enabled the Worker process is triggered when backend access is performed (e.g. messages being delivered). On smaller sites you might want to call yourdomain.tld/worker on a regular basis via an external cron job. You should only enable this option if you cannot utilize cron/scheduled jobs on your server. The worker background process needs to be activated for this."] = ""; -$a->strings["Update has been marked successful"] = "Обновление было успешно отмечено"; -$a->strings["Database structure update %s was successfully applied."] = "Обновление базы данных %s успешно применено."; -$a->strings["Executing of database structure update %s failed with error: %s"] = "Выполнение обновления базы данных %s завершено с ошибкой: %s"; -$a->strings["Executing %s failed with error: %s"] = "Выполнение %s завершено с ошибкой: %s"; -$a->strings["Update %s was successfully applied."] = "Обновление %s успешно применено."; -$a->strings["Update %s did not return a status. Unknown if it succeeded."] = "Процесс обновления %s не вернул статус. Не известно, выполнено, или нет."; -$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."] = "Эта цифра не включает обновления до 1139, которое не возвращает статус."; -$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["%s user blocked/unblocked"] = [ - 0 => "%s пользователь заблокирован/разблокирован", - 1 => "%s пользователей заблокировано/разблокировано", - 2 => "%s пользователей заблокировано/разблокировано", - 3 => "%s пользователей заблокировано/разблокировано", -]; -$a->strings["%s user deleted"] = [ - 0 => "%s человек удален", - 1 => "%s чел. удалено", - 2 => "%s чел. удалено", - 3 => "%s чел. удалено", -]; -$a->strings["User '%s' deleted"] = "Пользователь '%s' удален"; -$a->strings["User '%s' unblocked"] = "Пользователь '%s' разблокирован"; -$a->strings["User '%s' blocked"] = "Пользователь '%s' блокирован"; -$a->strings["Register date"] = "Дата регистрации"; -$a->strings["Last login"] = "Последний вход"; -$a->strings["Last item"] = "Последний пункт"; -$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["No registrations."] = "Нет регистраций."; -$a->strings["Note from the user"] = "Сообщение от пользователя"; -$a->strings["Deny"] = "Отклонить"; -$a->strings["Site admin"] = "Админ сайта"; -$a->strings["Account expired"] = "Аккаунт просрочен"; -$a->strings["New User"] = "Новый пользователь"; -$a->strings["Deleted since"] = "Удалён с"; -$a->strings["Selected users will be deleted!\\n\\nEverything these users had posted on this site will be permanently deleted!\\n\\nAre you sure?"] = "Выбранные пользователи будут удалены!\\n\\nВсе, что эти пользователи написали на этом сайте, будет удалено!\\n\\nВы уверены в вашем действии?"; -$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?"] = "Пользователь {0} будет удален!\\n\\nВсе, что этот пользователь написал на этом сайте, будет удалено!\\n\\nВы уверены в вашем действии?"; -$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."] = "Email адрес нового пользователя."; -$a->strings["Plugin %s disabled."] = "Плагин %s отключен."; -$a->strings["Plugin %s enabled."] = "Плагин %s включен."; -$a->strings["Disable"] = "Отключить"; -$a->strings["Enable"] = "Включить"; -$a->strings["Toggle"] = "Переключить"; -$a->strings["Author: "] = "Автор:"; -$a->strings["Maintainer: "] = "Программа обслуживания: "; -$a->strings["Reload active plugins"] = "Перезагрузить активные плагины"; -$a->strings["There are currently no plugins available on your node. You can find the official plugin repository at %1\$s and might find other interesting plugins in the open plugin registry at %2\$s"] = ""; -$a->strings["No themes found."] = "Темы не найдены."; -$a->strings["Screenshot"] = "Скриншот"; -$a->strings["Reload active themes"] = "Перезагрузить активные темы"; -$a->strings["No themes found on the system. They should be paced in %1\$s"] = "Не найдено тем. Они должны быть расположены в %1\$s"; -$a->strings["[Experimental]"] = "[экспериментально]"; -$a->strings["[Unsupported]"] = "[Неподдерживаемое]"; -$a->strings["Log settings updated."] = "Настройки журнала обновлены."; -$a->strings["PHP log currently enabled."] = "Лог PHP включен."; -$a->strings["PHP log currently disabled."] = "Лог PHP выключен."; -$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."] = "Должно быть доступно для записи в веб-сервере. Относительно вашего Friendica каталога верхнего уровня."; -$a->strings["Log level"] = "Уровень лога"; -$a->strings["PHP logging"] = "PHP логирование"; -$a->strings["To enable logging of PHP errors and warnings you can add the following to the .htconfig.php file of your installation. The filename set in the 'error_log' line is relative to the friendica top-level directory and must be writeable by the web server. The option '1' for 'log_errors' and 'display_errors' is to enable these options, set to '0' to disable them."] = ""; -$a->strings["Lock feature %s"] = "Заблокировать %s"; -$a->strings["Manage Additional Features"] = "Управление дополнительными возможностями"; -$a->strings["via"] = "через"; +$a->strings["Create a New Account"] = "Создать новый аккаунт"; +$a->strings["Password: "] = "Пароль: "; +$a->strings["Remember me"] = "Запомнить"; +$a->strings["Or login using OpenID: "] = "Или зайти с OpenID: "; +$a->strings["Forgot your password?"] = "Забыли пароль?"; +$a->strings["Website Terms of Service"] = "Правила сайта"; +$a->strings["terms of service"] = "правила"; +$a->strings["Website Privacy Policy"] = "Политика конфиденциальности сервера"; +$a->strings["privacy policy"] = "политика конфиденциальности"; +$a->strings["Logged out."] = "Выход из системы."; +$a->strings["Delete this item?"] = "Удалить этот элемент?"; +$a->strings["show fewer"] = "показать меньше"; $a->strings["greenzero"] = "greenzero"; $a->strings["purplezero"] = "purplezero"; $a->strings["easterbunny"] = "easterbunny"; @@ -2047,16 +2176,6 @@ $a->strings["darkzero"] = "darkzero"; $a->strings["comix"] = "comix"; $a->strings["slackr"] = "slackr"; $a->strings["Variations"] = "Вариации"; -$a->strings["Default"] = "По умолчанию"; -$a->strings["Note: "] = "Внимание:"; -$a->strings["Check image permissions if all users are allowed to visit the image"] = "Проверьте права на изображение, все пользователи должны иметь к нему доступ"; -$a->strings["Select scheme"] = "Выбрать схему"; -$a->strings["Navigation bar background color"] = "Цвет фона навигационной панели"; -$a->strings["Navigation bar icon color "] = "Цвет иконок в навигационной панели"; -$a->strings["Link color"] = "Цвет ссылок"; -$a->strings["Set the background color"] = "Установить цвет фона"; -$a->strings["Content background transparency"] = "Прозрачность фона контента"; -$a->strings["Set the background image"] = "Установить фоновую картинку"; $a->strings["Repeat the image"] = "Повторить изображение"; $a->strings["Will repeat your image to fill the background."] = "Повторит изображение для заполнения фона"; $a->strings["Stretch"] = "Растянуть"; @@ -2065,6 +2184,19 @@ $a->strings["Resize fill and-clip"] = "Отресайзить, чтобы зап $a->strings["Resize to fill and retain aspect ratio."] = "Отресайзить, чтобы заполнить и сохранить пропорции"; $a->strings["Resize best fit"] = "Отресайзить, чтобы вместилось"; $a->strings["Resize to best fit and retain aspect ratio."] = "Отресайзить, чтобы вместилось и сохранить пропорции"; +$a->strings["Default"] = "По умолчанию"; +$a->strings["Note"] = ""; +$a->strings["Check image permissions if all users are allowed to visit the image"] = "Проверьте права на изображение, все пользователи должны иметь к нему доступ"; +$a->strings["Select scheme"] = "Выбрать схему"; +$a->strings["Navigation bar background color"] = "Цвет фона навигационной панели"; +$a->strings["Navigation bar icon color "] = "Цвет иконок в навигационной панели"; +$a->strings["Link color"] = "Цвет ссылок"; +$a->strings["Set the background color"] = "Установить цвет фона"; +$a->strings["Content background opacity"] = ""; +$a->strings["Set the background image"] = "Установить фоновую картинку"; +$a->strings["Login page background image"] = ""; +$a->strings["Login page background color"] = ""; +$a->strings["Leave background image and color empty for theme defaults"] = ""; $a->strings["Guest"] = "Гость"; $a->strings["Visitor"] = "Посетитель"; $a->strings["Alignment"] = "Выравнивание"; @@ -2084,15 +2216,4 @@ $a->strings["Last users"] = "Последние пользователи"; $a->strings["Local Directory"] = "Локальный каталог"; $a->strings["Quick Start"] = "Быстрый запуск"; $a->strings["toggle mobile"] = "мобильная версия"; -$a->strings["Delete this item?"] = "Удалить этот элемент?"; -$a->strings["show fewer"] = "показать меньше"; $a->strings["Update %s failed. See error logs."] = "Обновление %s не удалось. Смотрите журнал ошибок."; -$a->strings["Create a New Account"] = "Создать новый аккаунт"; -$a->strings["Password: "] = "Пароль: "; -$a->strings["Remember me"] = "Запомнить"; -$a->strings["Or login using OpenID: "] = "Или зайти с OpenID: "; -$a->strings["Forgot your password?"] = "Забыли пароль?"; -$a->strings["Website Terms of Service"] = "Правила сайта"; -$a->strings["terms of service"] = "правила"; -$a->strings["Website Privacy Policy"] = "Политика конфиденциальности сервера"; -$a->strings["privacy policy"] = "политика конфиденциальности"; diff --git a/view/lang/zh-cn/messages.po b/view/lang/zh-cn/messages.po index 895992be5a..3f863059bb 100644 --- a/view/lang/zh-cn/messages.po +++ b/view/lang/zh-cn/messages.po @@ -13,8 +13,8 @@ msgid "" msgstr "" "Project-Id-Version: friendica\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2018-02-26 17:52+0100\n" -"PO-Revision-Date: 2018-03-01 15:30+0000\n" +"POT-Creation-Date: 2018-03-05 16:37+0100\n" +"PO-Revision-Date: 2018-03-24 04:12+0000\n" "Last-Translator: 朱陈锬 \n" "Language-Team: Chinese (China) (http://www.transifex.com/Friendica/friendica/language/zh_CN/)\n" "MIME-Version: 1.0\n" @@ -23,11 +23,6 @@ msgstr "" "Language: zh_CN\n" "Plural-Forms: nplurals=1; plural=0;\n" -#: include/dba.php:59 -#, php-format -msgid "Cannot locate DNS info for database server '%s'" -msgstr "找不到DNS信息为数据库服务器「%s」" - #: include/security.php:81 msgid "Welcome " msgstr "欢迎" @@ -46,537 +41,6 @@ msgid "" "form has been opened for too long (>3 hours) before submitting it." msgstr "表格安全令牌不对。最可能因为表格开着太久(三个小时以上)提交前。" -#: include/acl_selectors.php:355 -msgid "Post to Email" -msgstr "电邮发布" - -#: include/acl_selectors.php:360 -msgid "Hide your profile details from unknown viewers?" -msgstr "使简介信息给陌生的看着看不了?" - -#: include/acl_selectors.php:360 -#, php-format -msgid "Connectors disabled, since \"%s\" is enabled." -msgstr "连接器已停用,因为\"%s\"启用。" - -#: include/acl_selectors.php:366 -msgid "Visible to everybody" -msgstr "任何人可见的" - -#: include/acl_selectors.php:367 view/theme/vier/config.php:115 -msgid "show" -msgstr "显示" - -#: include/acl_selectors.php:368 view/theme/vier/config.php:115 -msgid "don't show" -msgstr "不要显示" - -#: include/acl_selectors.php:374 mod/editpost.php:136 -msgid "CC: email addresses" -msgstr "抄送: 电子邮件地址" - -#: include/acl_selectors.php:375 mod/editpost.php:143 -msgid "Example: bob@example.com, mary@example.com" -msgstr "比如: li@example.com, wang@example.com" - -#: include/acl_selectors.php:377 mod/events.php:536 mod/photos.php:1098 -#: mod/photos.php:1441 -msgid "Permissions" -msgstr "权利" - -#: include/acl_selectors.php:378 -msgid "Close" -msgstr "关闭" - -#: include/api.php:1181 -#, php-format -msgid "Daily posting limit of %d post reached. The post was rejected." -msgid_plural "Daily posting limit of %d posts reached. The post was rejected." -msgstr[0] "达到每日 %d 发文限制。这篇文章被拒绝发出。" - -#: include/api.php:1205 -#, php-format -msgid "Weekly posting limit of %d post reached. The post was rejected." -msgid_plural "" -"Weekly posting limit of %d posts reached. The post was rejected." -msgstr[0] "" - -#: include/api.php:1229 -#, php-format -msgid "Monthly posting limit of %d post reached. The post was rejected." -msgstr "" - -#: include/api.php:4382 mod/photos.php:88 mod/photos.php:194 -#: mod/photos.php:722 mod/photos.php:1149 mod/photos.php:1166 -#: mod/photos.php:1684 mod/profile_photo.php:84 mod/profile_photo.php:92 -#: mod/profile_photo.php:100 mod/profile_photo.php:223 -#: mod/profile_photo.php:317 mod/profile_photo.php:327 src/Model/User.php:526 -#: src/Model/User.php:534 src/Model/User.php:542 -msgid "Profile Photos" -msgstr "简介照片" - -#: include/bb2diaspora.php:238 include/event.php:26 include/event.php:914 -#: mod/localtime.php:19 -msgid "l F d, Y \\@ g:i A" -msgstr "l F d, Y \\@ g:i A" - -#: include/bb2diaspora.php:245 include/event.php:45 include/event.php:62 -#: include/event.php:471 include/event.php:992 -msgid "Starts:" -msgstr "开始:" - -#: include/bb2diaspora.php:251 include/event.php:48 include/event.php:68 -#: include/event.php:472 include/event.php:996 -msgid "Finishes:" -msgstr "结束:" - -#: include/bb2diaspora.php:258 include/event.php:52 include/event.php:77 -#: include/event.php:473 include/event.php:1010 mod/directory.php:140 -#: mod/notifications.php:247 mod/contacts.php:651 mod/events.php:521 -#: src/Model/Profile.php:417 -msgid "Location:" -msgstr "位置:" - -#: include/conversation.php:146 include/conversation.php:284 -#: include/text.php:1717 src/Model/Item.php:1785 -msgid "event" -msgstr "项目" - -#: include/conversation.php:149 include/conversation.php:159 -#: include/conversation.php:287 include/conversation.php:296 -#: mod/subthread.php:97 mod/tagger.php:72 src/Model/Item.php:1783 -#: src/Protocol/Diaspora.php:1946 -msgid "status" -msgstr "现状" - -#: include/conversation.php:154 include/conversation.php:292 -#: include/text.php:1719 mod/subthread.php:97 mod/tagger.php:72 -#: src/Model/Item.php:1783 -msgid "photo" -msgstr "照片" - -#: include/conversation.php:166 src/Model/Item.php:1656 -#: src/Protocol/Diaspora.php:1942 -#, php-format -msgid "%1$s likes %2$s's %3$s" -msgstr "%1$s 喜欢 %2$s 的 %3$s" - -#: include/conversation.php:169 src/Model/Item.php:1661 -#, php-format -msgid "%1$s doesn't like %2$s's %3$s" -msgstr "%1$s 不喜欢 %2$s 的 %3$s" - -#: include/conversation.php:172 -#, php-format -msgid "%1$s attends %2$s's %3$s" -msgstr "%1$s 参加了 %2$s 的 %3$s" - -#: include/conversation.php:175 -#, php-format -msgid "%1$s doesn't attend %2$s's %3$s" -msgstr "%1$s 没有参加 %2$s 的 %3$s" - -#: include/conversation.php:178 -#, php-format -msgid "%1$s attends maybe %2$s's %3$s" -msgstr "" - -#: include/conversation.php:211 mod/dfrn_confirm.php:431 -#: src/Protocol/Diaspora.php:2414 -#, php-format -msgid "%1$s is now friends with %2$s" -msgstr "%1$s是成为%2$s的朋友" - -#: include/conversation.php:252 -#, php-format -msgid "%1$s poked %2$s" -msgstr "%1$s把%2$s戳" - -#: include/conversation.php:306 mod/tagger.php:110 -#, php-format -msgid "%1$s tagged %2$s's %3$s with %4$s" -msgstr "%1$s把%4$s标签%2$s的%3$s" - -#: include/conversation.php:333 -msgid "post/item" -msgstr "文章/项目" - -#: include/conversation.php:334 -#, php-format -msgid "%1$s marked %2$s's %3$s as favorite" -msgstr "%1$s标注%2$s的%3$s为偏爱" - -#: include/conversation.php:607 mod/profiles.php:354 mod/photos.php:1501 -msgid "Likes" -msgstr "喜欢" - -#: include/conversation.php:607 mod/profiles.php:358 mod/photos.php:1501 -msgid "Dislikes" -msgstr "不喜欢" - -#: include/conversation.php:608 include/conversation.php:1672 -#: mod/photos.php:1502 -msgid "Attending" -msgid_plural "Attending" -msgstr[0] "正在参加" - -#: include/conversation.php:608 mod/photos.php:1502 -msgid "Not attending" -msgstr "不在参加" - -#: include/conversation.php:608 mod/photos.php:1502 -msgid "Might attend" -msgstr "可以参加" - -#: include/conversation.php:742 mod/photos.php:1569 src/Object/Post.php:177 -msgid "Select" -msgstr "选择" - -#: include/conversation.php:743 mod/admin.php:1706 mod/contacts.php:821 -#: mod/contacts.php:1019 mod/photos.php:1570 mod/settings.php:742 -#: src/Object/Post.php:178 -msgid "Delete" -msgstr "删除" - -#: include/conversation.php:775 src/Object/Post.php:355 -#: src/Object/Post.php:356 -#, php-format -msgid "View %s's profile @ %s" -msgstr "看%s的简介@ %s" - -#: include/conversation.php:787 src/Object/Post.php:343 -msgid "Categories:" -msgstr "种类:" - -#: include/conversation.php:788 src/Object/Post.php:344 -msgid "Filed under:" -msgstr "归档在:" - -#: include/conversation.php:795 src/Object/Post.php:369 -#, php-format -msgid "%s from %s" -msgstr "%s从%s" - -#: include/conversation.php:810 -msgid "View in context" -msgstr "看在上下文" - -#: include/conversation.php:812 include/conversation.php:1345 -#: mod/editpost.php:127 mod/message.php:264 mod/message.php:433 -#: mod/photos.php:1473 mod/wallmessage.php:145 src/Object/Post.php:394 -msgid "Please wait" -msgstr "请等一下" - -#: include/conversation.php:883 -msgid "remove" -msgstr "删除" - -#: include/conversation.php:887 -msgid "Delete Selected Items" -msgstr "删除选的项目" - -#: include/conversation.php:1051 view/theme/frio/theme.php:352 -msgid "Follow Thread" -msgstr "" - -#: include/conversation.php:1052 src/Model/Contact.php:554 -msgid "View Status" -msgstr "看现状" - -#: include/conversation.php:1053 include/conversation.php:1069 -#: mod/allfriends.php:73 mod/directory.php:153 mod/suggest.php:82 -#: mod/dirfind.php:220 mod/match.php:89 src/Model/Contact.php:497 -#: src/Model/Contact.php:510 src/Model/Contact.php:555 -msgid "View Profile" -msgstr "看简介" - -#: include/conversation.php:1054 src/Model/Contact.php:556 -msgid "View Photos" -msgstr "看照片" - -#: include/conversation.php:1055 src/Model/Contact.php:557 -msgid "Network Posts" -msgstr "网络文章" - -#: include/conversation.php:1056 src/Model/Contact.php:558 -msgid "View Contact" -msgstr "查看联系人" - -#: include/conversation.php:1057 src/Model/Contact.php:560 -msgid "Send PM" -msgstr "发送私信" - -#: include/conversation.php:1061 src/Model/Contact.php:561 -msgid "Poke" -msgstr "戳" - -#: include/conversation.php:1066 mod/allfriends.php:74 mod/suggest.php:83 -#: mod/dirfind.php:221 mod/match.php:90 mod/contacts.php:587 -#: mod/follow.php:141 src/Content/Widget.php:61 src/Model/Contact.php:511 -msgid "Connect/Follow" -msgstr "连接/关注" - -#: include/conversation.php:1185 -#, php-format -msgid "%s likes this." -msgstr "%s喜欢这个." - -#: include/conversation.php:1188 -#, php-format -msgid "%s doesn't like this." -msgstr "%s没有喜欢这个." - -#: include/conversation.php:1191 -#, php-format -msgid "%s attends." -msgstr "%s 参加。" - -#: include/conversation.php:1194 -#, php-format -msgid "%s doesn't attend." -msgstr "%s 不参加。" - -#: include/conversation.php:1197 -#, php-format -msgid "%s attends maybe." -msgstr "" - -#: include/conversation.php:1208 -msgid "and" -msgstr "和" - -#: include/conversation.php:1214 -#, php-format -msgid "and %d other people" -msgstr "" - -#: include/conversation.php:1223 -#, php-format -msgid "%2$d people like this" -msgstr "%2$d人们喜欢这个" - -#: include/conversation.php:1224 -#, php-format -msgid "%s like this." -msgstr "%s 赞了这个。" - -#: include/conversation.php:1227 -#, php-format -msgid "%2$d people don't like this" -msgstr "%2$d人们不喜欢这个" - -#: include/conversation.php:1228 -#, php-format -msgid "%s don't like this." -msgstr "%s 踩了这个。" - -#: include/conversation.php:1231 -#, php-format -msgid "%2$d people attend" -msgstr "%2$d 人参加" - -#: include/conversation.php:1232 -#, php-format -msgid "%s attend." -msgstr "%s 参加。" - -#: include/conversation.php:1235 -#, php-format -msgid "%2$d people don't attend" -msgstr "%2$d 人不参加" - -#: include/conversation.php:1236 -#, php-format -msgid "%s don't attend." -msgstr "%s 不参加。" - -#: include/conversation.php:1239 -#, php-format -msgid "%2$d people attend maybe" -msgstr "" - -#: include/conversation.php:1240 -#, php-format -msgid "%s anttend maybe." -msgstr "" - -#: include/conversation.php:1270 include/conversation.php:1286 -msgid "Visible to everybody" -msgstr "大家可见的" - -#: include/conversation.php:1271 include/conversation.php:1287 -#: mod/message.php:200 mod/message.php:207 mod/message.php:343 -#: mod/message.php:350 mod/wallmessage.php:120 mod/wallmessage.php:127 -msgid "Please enter a link URL:" -msgstr "请输入一个链接 URL:" - -#: include/conversation.php:1272 include/conversation.php:1288 -msgid "Please enter a video link/URL:" -msgstr "请输入视频连接/URL:" - -#: include/conversation.php:1273 include/conversation.php:1289 -msgid "Please enter an audio link/URL:" -msgstr "请输入音响连接/URL:" - -#: include/conversation.php:1274 include/conversation.php:1290 -msgid "Tag term:" -msgstr "标签:" - -#: include/conversation.php:1275 include/conversation.php:1291 -#: mod/filer.php:34 -msgid "Save to Folder:" -msgstr "保存再文件夹:" - -#: include/conversation.php:1276 include/conversation.php:1292 -msgid "Where are you right now?" -msgstr "你在哪里?" - -#: include/conversation.php:1277 -msgid "Delete item(s)?" -msgstr "把项目删除吗?" - -#: include/conversation.php:1326 -msgid "Share" -msgstr "分享" - -#: include/conversation.php:1327 mod/editpost.php:113 mod/message.php:262 -#: mod/message.php:430 mod/wallmessage.php:143 -msgid "Upload photo" -msgstr "上传照片" - -#: include/conversation.php:1328 mod/editpost.php:114 -msgid "upload photo" -msgstr "上传照片" - -#: include/conversation.php:1329 mod/editpost.php:115 -msgid "Attach file" -msgstr "附上文件" - -#: include/conversation.php:1330 mod/editpost.php:116 -msgid "attach file" -msgstr "附上文件" - -#: include/conversation.php:1331 mod/editpost.php:117 mod/message.php:263 -#: mod/message.php:431 mod/wallmessage.php:144 -msgid "Insert web link" -msgstr "插入网页链接" - -#: include/conversation.php:1332 mod/editpost.php:118 -msgid "web link" -msgstr "网页链接" - -#: include/conversation.php:1333 mod/editpost.php:119 -msgid "Insert video link" -msgstr "插入视频链接" - -#: include/conversation.php:1334 mod/editpost.php:120 -msgid "video link" -msgstr "视频链接" - -#: include/conversation.php:1335 mod/editpost.php:121 -msgid "Insert audio link" -msgstr "插入音频链接" - -#: include/conversation.php:1336 mod/editpost.php:122 -msgid "audio link" -msgstr "音频链接" - -#: include/conversation.php:1337 mod/editpost.php:123 -msgid "Set your location" -msgstr "设定您的位置" - -#: include/conversation.php:1338 mod/editpost.php:124 -msgid "set location" -msgstr "指定位置" - -#: include/conversation.php:1339 mod/editpost.php:125 -msgid "Clear browser location" -msgstr "清空浏览器位置" - -#: include/conversation.php:1340 mod/editpost.php:126 -msgid "clear location" -msgstr "清除位置" - -#: include/conversation.php:1342 mod/editpost.php:140 -msgid "Set title" -msgstr "指定标题" - -#: include/conversation.php:1344 mod/editpost.php:142 -msgid "Categories (comma-separated list)" -msgstr "种类(逗号分隔单)" - -#: include/conversation.php:1346 mod/editpost.php:128 -msgid "Permission settings" -msgstr "权设置" - -#: include/conversation.php:1347 mod/editpost.php:157 -msgid "permissions" -msgstr "权利" - -#: include/conversation.php:1355 mod/editpost.php:137 -msgid "Public post" -msgstr "公开的消息" - -#: include/conversation.php:1359 mod/editpost.php:148 mod/events.php:531 -#: mod/photos.php:1492 mod/photos.php:1531 mod/photos.php:1604 -#: src/Object/Post.php:797 -msgid "Preview" -msgstr "预览" - -#: include/conversation.php:1363 include/items.php:387 mod/fbrowser.php:103 -#: mod/fbrowser.php:134 mod/suggest.php:41 mod/unfollow.php:117 -#: mod/contacts.php:467 mod/dfrn_request.php:663 mod/editpost.php:151 -#: mod/follow.php:159 mod/message.php:141 mod/photos.php:248 -#: mod/photos.php:324 mod/settings.php:680 mod/settings.php:706 -#: mod/tagrm.php:19 mod/tagrm.php:99 mod/videos.php:148 -msgid "Cancel" -msgstr "退消" - -#: include/conversation.php:1368 -msgid "Post to Groups" -msgstr "发到组" - -#: include/conversation.php:1369 -msgid "Post to Contacts" -msgstr "发给联系人" - -#: include/conversation.php:1370 -msgid "Private post" -msgstr "私人文章" - -#: include/conversation.php:1375 mod/editpost.php:155 -#: src/Model/Profile.php:342 -msgid "Message" -msgstr "通知" - -#: include/conversation.php:1376 mod/editpost.php:156 -msgid "Browser" -msgstr "浏览器" - -#: include/conversation.php:1643 -msgid "View all" -msgstr "查看全部" - -#: include/conversation.php:1666 -msgid "Like" -msgid_plural "Likes" -msgstr[0] "喜欢" - -#: include/conversation.php:1669 -msgid "Dislike" -msgid_plural "Dislikes" -msgstr[0] "不喜欢" - -#: include/conversation.php:1675 -msgid "Not Attending" -msgid_plural "Not Attending" -msgstr[0] "不在参加" - -#: include/conversation.php:1678 src/Content/ContactSelector.php:125 -msgid "Undecided" -msgid_plural "Undecided" -msgstr[0] "未决定的" - #: include/enotify.php:33 msgid "Friendica Notification" msgstr "Friendica 通知" @@ -595,7 +59,7 @@ msgstr "%s管理员" msgid "%1$s, %2$s Administrator" msgstr "%1$s, %2$s 的管理员" -#: include/enotify.php:52 src/Worker/Delivery.php:402 +#: include/enotify.php:52 src/Worker/Delivery.php:403 msgid "noreply" msgstr "noreply" @@ -611,7 +75,7 @@ msgstr "%1$s发给您新私人通知在%2$s." #: include/enotify.php:103 msgid "a private message" -msgstr "一条私人的消息" +msgstr "一条私人信息" #: include/enotify.php:103 #, php-format @@ -806,7 +270,7 @@ msgstr "[Friendica:Notify] 连接被接受" #: include/enotify.php:330 include/enotify.php:345 #, php-format msgid "'%1$s' has accepted your connection request at %2$s" -msgstr "" +msgstr "“%1$s”已经在 %2$s 接受了您的连接请求" #: include/enotify.php:331 include/enotify.php:346 #, php-format @@ -869,6 +333,28 @@ msgstr "" msgid "Please visit %s to approve or reject the request." msgstr "请访问%s来批准或拒绝这个请求。" +#: include/event.php:26 include/event.php:914 include/bb2diaspora.php:238 +#: mod/localtime.php:19 +msgid "l F d, Y \\@ g:i A" +msgstr "l F d, Y \\@ g:i A" + +#: include/event.php:45 include/event.php:62 include/event.php:471 +#: include/event.php:992 include/bb2diaspora.php:245 +msgid "Starts:" +msgstr "开始:" + +#: include/event.php:48 include/event.php:68 include/event.php:472 +#: include/event.php:996 include/bb2diaspora.php:251 +msgid "Finishes:" +msgstr "结束:" + +#: include/event.php:52 include/event.php:77 include/event.php:473 +#: include/event.php:1010 include/bb2diaspora.php:258 +#: mod/notifications.php:247 mod/contacts.php:651 mod/directory.php:149 +#: mod/events.php:521 src/Model/Profile.php:417 +msgid "Location:" +msgstr "位置:" + #: include/event.php:420 msgid "all-day" msgstr "全天" @@ -1051,7 +537,7 @@ msgstr "l, F j" #: include/event.php:607 msgid "Edit event" -msgstr "编项目" +msgstr "编辑事件" #: include/event.php:608 msgid "Duplicate event" @@ -1093,9 +579,9 @@ msgstr "显示地图" msgid "Hide map" msgstr "隐藏地图" -#: include/items.php:342 mod/notice.php:22 mod/admin.php:269 -#: mod/admin.php:1762 mod/admin.php:2010 mod/display.php:70 -#: mod/display.php:247 mod/display.php:349 mod/viewsrc.php:21 +#: include/items.php:342 mod/notice.php:22 mod/viewsrc.php:21 +#: mod/admin.php:269 mod/admin.php:1762 mod/admin.php:2010 mod/display.php:70 +#: mod/display.php:247 mod/display.php:349 msgid "Item not found." msgstr "项目找不到。" @@ -1106,7 +592,7 @@ msgstr "您真的想删除这个项目吗?" #: include/items.php:384 mod/api.php:110 mod/suggest.php:38 #: mod/profiles.php:649 mod/profiles.php:652 mod/profiles.php:674 #: mod/contacts.php:464 mod/dfrn_request.php:653 mod/follow.php:148 -#: mod/message.php:138 mod/register.php:237 mod/settings.php:1109 +#: mod/register.php:237 mod/message.php:138 mod/settings.php:1109 #: mod/settings.php:1115 mod/settings.php:1122 mod/settings.php:1126 #: mod/settings.php:1130 mod/settings.php:1134 mod/settings.php:1138 #: mod/settings.php:1142 mod/settings.php:1162 mod/settings.php:1163 @@ -1114,25 +600,34 @@ msgstr "您真的想删除这个项目吗?" msgid "Yes" msgstr "是" +#: include/items.php:387 include/conversation.php:1373 mod/fbrowser.php:103 +#: mod/fbrowser.php:134 mod/suggest.php:41 mod/unfollow.php:117 +#: mod/contacts.php:467 mod/dfrn_request.php:663 mod/follow.php:159 +#: mod/tagrm.php:19 mod/tagrm.php:99 mod/editpost.php:151 mod/message.php:141 +#: mod/photos.php:248 mod/photos.php:324 mod/settings.php:680 +#: mod/settings.php:706 mod/videos.php:148 +msgid "Cancel" +msgstr "退消" + #: include/items.php:401 mod/allfriends.php:21 mod/api.php:35 mod/api.php:40 -#: mod/attach.php:38 mod/common.php:26 mod/crepair.php:98 mod/group.php:26 -#: mod/nogroup.php:28 mod/repair_ostatus.php:13 mod/suggest.php:60 -#: mod/unfollow.php:15 mod/unfollow.php:57 mod/unfollow.php:90 -#: mod/uimport.php:28 mod/dirfind.php:24 mod/notifications.php:73 -#: mod/ostatus_subscribe.php:16 mod/cal.php:304 mod/dfrn_confirm.php:68 -#: mod/fsuggest.php:81 mod/invite.php:20 mod/invite.php:106 mod/manage.php:131 -#: mod/profiles.php:181 mod/profiles.php:619 mod/wall_attach.php:74 -#: mod/wall_attach.php:77 mod/contacts.php:378 mod/delegate.php:24 -#: mod/delegate.php:38 mod/editpost.php:20 mod/events.php:195 -#: mod/follow.php:16 mod/follow.php:53 mod/follow.php:116 mod/item.php:160 -#: mod/message.php:59 mod/message.php:104 mod/network.php:32 mod/notes.php:30 -#: mod/photos.php:174 mod/photos.php:1051 mod/poke.php:150 +#: mod/attach.php:38 mod/common.php:26 mod/crepair.php:98 mod/nogroup.php:28 +#: mod/repair_ostatus.php:13 mod/suggest.php:60 mod/unfollow.php:15 +#: mod/unfollow.php:57 mod/unfollow.php:90 mod/uimport.php:28 +#: mod/dirfind.php:24 mod/notifications.php:73 mod/ostatus_subscribe.php:16 +#: mod/cal.php:304 mod/dfrn_confirm.php:68 mod/invite.php:20 +#: mod/invite.php:106 mod/manage.php:131 mod/profiles.php:181 +#: mod/profiles.php:619 mod/wall_attach.php:74 mod/wall_attach.php:77 +#: mod/contacts.php:378 mod/delegate.php:24 mod/delegate.php:38 +#: mod/follow.php:16 mod/follow.php:53 mod/follow.php:116 mod/poke.php:150 #: mod/profile_photo.php:29 mod/profile_photo.php:188 -#: mod/profile_photo.php:199 mod/profile_photo.php:212 mod/register.php:53 -#: mod/regmod.php:108 mod/settings.php:41 mod/settings.php:140 -#: mod/settings.php:669 mod/viewcontacts.php:57 mod/wall_upload.php:103 -#: mod/wall_upload.php:106 mod/wallmessage.php:16 mod/wallmessage.php:40 -#: mod/wallmessage.php:79 mod/wallmessage.php:103 index.php:413 +#: mod/profile_photo.php:199 mod/profile_photo.php:212 mod/regmod.php:108 +#: mod/viewcontacts.php:57 mod/wall_upload.php:103 mod/wall_upload.php:106 +#: mod/wallmessage.php:16 mod/wallmessage.php:40 mod/wallmessage.php:79 +#: mod/wallmessage.php:103 mod/item.php:160 mod/register.php:53 +#: mod/editpost.php:20 mod/events.php:195 mod/fsuggest.php:81 mod/group.php:26 +#: mod/message.php:59 mod/message.php:104 mod/network.php:32 mod/notes.php:30 +#: mod/photos.php:174 mod/photos.php:1051 mod/settings.php:41 +#: mod/settings.php:140 mod/settings.php:669 index.php:413 msgid "Permission denied." msgstr "权限不够。" @@ -1192,7 +687,7 @@ msgstr[0] "%d 联系人" msgid "View Contacts" msgstr "查看联系人" -#: include/text.php:1010 mod/editpost.php:112 mod/filer.php:35 +#: include/text.php:1010 mod/filer.php:35 mod/editpost.php:112 #: mod/notes.php:68 msgid "Save" msgstr "保存" @@ -1220,8 +715,8 @@ msgstr "标签:" #: include/text.php:1027 mod/contacts.php:805 mod/contacts.php:866 #: mod/viewcontacts.php:131 view/theme/frio/theme.php:270 -#: src/Content/Nav.php:147 src/Content/Nav.php:212 src/Model/Profile.php:943 -#: src/Model/Profile.php:946 +#: src/Content/Nav.php:147 src/Content/Nav.php:212 src/Model/Profile.php:957 +#: src/Model/Profile.php:960 msgid "Contacts" msgstr "联系人" @@ -1302,6 +797,17 @@ msgstr "在另一页面中查看" msgid "view on separate page" msgstr "在另一页面中查看" +#: include/text.php:1717 include/conversation.php:146 +#: include/conversation.php:284 src/Model/Item.php:1785 +msgid "event" +msgstr "项目" + +#: include/text.php:1719 include/conversation.php:154 +#: include/conversation.php:292 mod/subthread.php:97 mod/tagger.php:72 +#: src/Model/Item.php:1783 +msgid "photo" +msgstr "照片" + #: include/text.php:1721 msgid "activity" msgstr "活动" @@ -1319,6 +825,500 @@ msgstr "文章" msgid "Item filed" msgstr "把项目归档了" +#: include/acl_selectors.php:355 +msgid "Post to Email" +msgstr "电邮发布" + +#: include/acl_selectors.php:360 +msgid "Hide your profile details from unknown viewers?" +msgstr "使简介信息给陌生的看着看不了?" + +#: include/acl_selectors.php:360 +#, php-format +msgid "Connectors disabled, since \"%s\" is enabled." +msgstr "连接器已停用,因为\"%s\"启用。" + +#: include/acl_selectors.php:366 +msgid "Visible to everybody" +msgstr "任何人可见的" + +#: include/acl_selectors.php:367 view/theme/vier/config.php:115 +msgid "show" +msgstr "显示" + +#: include/acl_selectors.php:368 view/theme/vier/config.php:115 +msgid "don't show" +msgstr "不要显示" + +#: include/acl_selectors.php:374 mod/editpost.php:136 +msgid "CC: email addresses" +msgstr "抄送: 电子邮件地址" + +#: include/acl_selectors.php:375 mod/editpost.php:143 +msgid "Example: bob@example.com, mary@example.com" +msgstr "比如: li@example.com, wang@example.com" + +#: include/acl_selectors.php:377 mod/events.php:536 mod/photos.php:1098 +#: mod/photos.php:1441 +msgid "Permissions" +msgstr "权限" + +#: include/acl_selectors.php:378 +msgid "Close" +msgstr "关闭" + +#: include/api.php:1181 +#, php-format +msgid "Daily posting limit of %d post reached. The post was rejected." +msgid_plural "Daily posting limit of %d posts reached. The post was rejected." +msgstr[0] "达到每日 %d 发文限制。此文被拒绝发出。" + +#: include/api.php:1205 +#, php-format +msgid "Weekly posting limit of %d post reached. The post was rejected." +msgid_plural "" +"Weekly posting limit of %d posts reached. The post was rejected." +msgstr[0] "达到每周 %d 发文限制。此文被拒绝发出。" + +#: include/api.php:1229 +#, php-format +msgid "Monthly posting limit of %d post reached. The post was rejected." +msgstr "达到每月 %d 发文限制。此文被拒绝发出。" + +#: include/api.php:4382 mod/profile_photo.php:84 mod/profile_photo.php:92 +#: mod/profile_photo.php:100 mod/profile_photo.php:223 +#: mod/profile_photo.php:317 mod/profile_photo.php:327 mod/photos.php:88 +#: mod/photos.php:194 mod/photos.php:722 mod/photos.php:1149 +#: mod/photos.php:1166 mod/photos.php:1684 src/Model/User.php:526 +#: src/Model/User.php:534 src/Model/User.php:542 +msgid "Profile Photos" +msgstr "简介照片" + +#: include/conversation.php:149 include/conversation.php:159 +#: include/conversation.php:287 include/conversation.php:296 +#: mod/subthread.php:97 mod/tagger.php:72 src/Model/Item.php:1783 +#: src/Protocol/Diaspora.php:1946 +msgid "status" +msgstr "现状" + +#: include/conversation.php:166 src/Model/Item.php:1656 +#: src/Protocol/Diaspora.php:1942 +#, php-format +msgid "%1$s likes %2$s's %3$s" +msgstr "%1$s 喜欢 %2$s 的 %3$s" + +#: include/conversation.php:169 src/Model/Item.php:1661 +#, php-format +msgid "%1$s doesn't like %2$s's %3$s" +msgstr "%1$s 不喜欢 %2$s 的 %3$s" + +#: include/conversation.php:172 +#, php-format +msgid "%1$s attends %2$s's %3$s" +msgstr "%1$s 参加了 %2$s 的 %3$s" + +#: include/conversation.php:175 +#, php-format +msgid "%1$s doesn't attend %2$s's %3$s" +msgstr "%1$s 没有参加 %2$s 的 %3$s" + +#: include/conversation.php:178 +#, php-format +msgid "%1$s attends maybe %2$s's %3$s" +msgstr "" + +#: include/conversation.php:211 mod/dfrn_confirm.php:431 +#: src/Protocol/Diaspora.php:2414 +#, php-format +msgid "%1$s is now friends with %2$s" +msgstr "%1$s是成为%2$s的朋友" + +#: include/conversation.php:252 +#, php-format +msgid "%1$s poked %2$s" +msgstr "%1$s把%2$s戳" + +#: include/conversation.php:306 mod/tagger.php:110 +#, php-format +msgid "%1$s tagged %2$s's %3$s with %4$s" +msgstr "%1$s把%4$s标签%2$s的%3$s" + +#: include/conversation.php:333 +msgid "post/item" +msgstr "文章/项目" + +#: include/conversation.php:334 +#, php-format +msgid "%1$s marked %2$s's %3$s as favorite" +msgstr "%1$s标注%2$s的%3$s为偏爱" + +#: include/conversation.php:607 mod/profiles.php:354 mod/photos.php:1501 +msgid "Likes" +msgstr "喜欢" + +#: include/conversation.php:607 mod/profiles.php:358 mod/photos.php:1501 +msgid "Dislikes" +msgstr "不喜欢" + +#: include/conversation.php:608 include/conversation.php:1682 +#: mod/photos.php:1502 +msgid "Attending" +msgid_plural "Attending" +msgstr[0] "正在参加" + +#: include/conversation.php:608 mod/photos.php:1502 +msgid "Not attending" +msgstr "不在参加" + +#: include/conversation.php:608 mod/photos.php:1502 +msgid "Might attend" +msgstr "可以参加" + +#: include/conversation.php:746 mod/photos.php:1569 src/Object/Post.php:177 +msgid "Select" +msgstr "选择" + +#: include/conversation.php:747 mod/contacts.php:821 mod/contacts.php:1019 +#: mod/admin.php:1706 mod/photos.php:1570 mod/settings.php:742 +#: src/Object/Post.php:178 +msgid "Delete" +msgstr "删除" + +#: include/conversation.php:779 src/Object/Post.php:355 +#: src/Object/Post.php:356 +#, php-format +msgid "View %s's profile @ %s" +msgstr "看%s的简介@ %s" + +#: include/conversation.php:791 src/Object/Post.php:343 +msgid "Categories:" +msgstr "种类:" + +#: include/conversation.php:792 src/Object/Post.php:344 +msgid "Filed under:" +msgstr "归档在:" + +#: include/conversation.php:799 src/Object/Post.php:369 +#, php-format +msgid "%s from %s" +msgstr "%s从%s" + +#: include/conversation.php:814 +msgid "View in context" +msgstr "看在上下文" + +#: include/conversation.php:816 include/conversation.php:1355 +#: mod/wallmessage.php:145 mod/editpost.php:127 mod/message.php:264 +#: mod/message.php:433 mod/photos.php:1473 src/Object/Post.php:394 +msgid "Please wait" +msgstr "请等一下" + +#: include/conversation.php:887 +msgid "remove" +msgstr "删除" + +#: include/conversation.php:891 +msgid "Delete Selected Items" +msgstr "删除选的项目" + +#: include/conversation.php:1061 view/theme/frio/theme.php:352 +msgid "Follow Thread" +msgstr "" + +#: include/conversation.php:1062 src/Model/Contact.php:554 +msgid "View Status" +msgstr "看现状" + +#: include/conversation.php:1063 include/conversation.php:1079 +#: mod/allfriends.php:73 mod/suggest.php:82 mod/dirfind.php:220 +#: mod/match.php:89 mod/directory.php:160 src/Model/Contact.php:497 +#: src/Model/Contact.php:510 src/Model/Contact.php:555 +msgid "View Profile" +msgstr "看简介" + +#: include/conversation.php:1064 src/Model/Contact.php:556 +msgid "View Photos" +msgstr "看照片" + +#: include/conversation.php:1065 src/Model/Contact.php:557 +msgid "Network Posts" +msgstr "网络文章" + +#: include/conversation.php:1066 src/Model/Contact.php:558 +msgid "View Contact" +msgstr "查看联系人" + +#: include/conversation.php:1067 src/Model/Contact.php:560 +msgid "Send PM" +msgstr "发送私信" + +#: include/conversation.php:1071 src/Model/Contact.php:561 +msgid "Poke" +msgstr "戳" + +#: include/conversation.php:1076 mod/allfriends.php:74 mod/suggest.php:83 +#: mod/dirfind.php:221 mod/match.php:90 mod/contacts.php:587 +#: mod/follow.php:141 src/Content/Widget.php:61 src/Model/Contact.php:511 +msgid "Connect/Follow" +msgstr "连接/关注" + +#: include/conversation.php:1195 +#, php-format +msgid "%s likes this." +msgstr "%s喜欢这个." + +#: include/conversation.php:1198 +#, php-format +msgid "%s doesn't like this." +msgstr "%s没有喜欢这个." + +#: include/conversation.php:1201 +#, php-format +msgid "%s attends." +msgstr "%s 参加。" + +#: include/conversation.php:1204 +#, php-format +msgid "%s doesn't attend." +msgstr "%s 不参加。" + +#: include/conversation.php:1207 +#, php-format +msgid "%s attends maybe." +msgstr "" + +#: include/conversation.php:1218 +msgid "and" +msgstr "和" + +#: include/conversation.php:1224 +#, php-format +msgid "and %d other people" +msgstr "和 %d 个其他人" + +#: include/conversation.php:1233 +#, php-format +msgid "%2$d people like this" +msgstr "%2$d人们喜欢这个" + +#: include/conversation.php:1234 +#, php-format +msgid "%s like this." +msgstr "%s 赞了这个。" + +#: include/conversation.php:1237 +#, php-format +msgid "%2$d people don't like this" +msgstr "%2$d人们不喜欢这个" + +#: include/conversation.php:1238 +#, php-format +msgid "%s don't like this." +msgstr "%s 踩了这个。" + +#: include/conversation.php:1241 +#, php-format +msgid "%2$d people attend" +msgstr "%2$d 人参加" + +#: include/conversation.php:1242 +#, php-format +msgid "%s attend." +msgstr "%s 参加。" + +#: include/conversation.php:1245 +#, php-format +msgid "%2$d people don't attend" +msgstr "%2$d 人不参加" + +#: include/conversation.php:1246 +#, php-format +msgid "%s don't attend." +msgstr "%s 不参加。" + +#: include/conversation.php:1249 +#, php-format +msgid "%2$d people attend maybe" +msgstr "%2$d人可能参加" + +#: include/conversation.php:1250 +#, php-format +msgid "%s attend maybe." +msgstr "" + +#: include/conversation.php:1280 include/conversation.php:1296 +msgid "Visible to everybody" +msgstr "大家可见的" + +#: include/conversation.php:1281 include/conversation.php:1297 +#: mod/wallmessage.php:120 mod/wallmessage.php:127 mod/message.php:200 +#: mod/message.php:207 mod/message.php:343 mod/message.php:350 +msgid "Please enter a link URL:" +msgstr "请输入一个链接 URL:" + +#: include/conversation.php:1282 include/conversation.php:1298 +msgid "Please enter a video link/URL:" +msgstr "请输入视频连接/URL:" + +#: include/conversation.php:1283 include/conversation.php:1299 +msgid "Please enter an audio link/URL:" +msgstr "请输入音响连接/URL:" + +#: include/conversation.php:1284 include/conversation.php:1300 +msgid "Tag term:" +msgstr "标签:" + +#: include/conversation.php:1285 include/conversation.php:1301 +#: mod/filer.php:34 +msgid "Save to Folder:" +msgstr "保存再文件夹:" + +#: include/conversation.php:1286 include/conversation.php:1302 +msgid "Where are you right now?" +msgstr "你在哪里?" + +#: include/conversation.php:1287 +msgid "Delete item(s)?" +msgstr "把项目删除吗?" + +#: include/conversation.php:1336 +msgid "Share" +msgstr "分享" + +#: include/conversation.php:1337 mod/wallmessage.php:143 mod/editpost.php:113 +#: mod/message.php:262 mod/message.php:430 +msgid "Upload photo" +msgstr "上传照片" + +#: include/conversation.php:1338 mod/editpost.php:114 +msgid "upload photo" +msgstr "上传照片" + +#: include/conversation.php:1339 mod/editpost.php:115 +msgid "Attach file" +msgstr "附上文件" + +#: include/conversation.php:1340 mod/editpost.php:116 +msgid "attach file" +msgstr "附上文件" + +#: include/conversation.php:1341 mod/wallmessage.php:144 mod/editpost.php:117 +#: mod/message.php:263 mod/message.php:431 +msgid "Insert web link" +msgstr "插入网页链接" + +#: include/conversation.php:1342 mod/editpost.php:118 +msgid "web link" +msgstr "网页链接" + +#: include/conversation.php:1343 mod/editpost.php:119 +msgid "Insert video link" +msgstr "插入视频链接" + +#: include/conversation.php:1344 mod/editpost.php:120 +msgid "video link" +msgstr "视频链接" + +#: include/conversation.php:1345 mod/editpost.php:121 +msgid "Insert audio link" +msgstr "插入音频链接" + +#: include/conversation.php:1346 mod/editpost.php:122 +msgid "audio link" +msgstr "音频链接" + +#: include/conversation.php:1347 mod/editpost.php:123 +msgid "Set your location" +msgstr "设定您的位置" + +#: include/conversation.php:1348 mod/editpost.php:124 +msgid "set location" +msgstr "指定位置" + +#: include/conversation.php:1349 mod/editpost.php:125 +msgid "Clear browser location" +msgstr "清空浏览器位置" + +#: include/conversation.php:1350 mod/editpost.php:126 +msgid "clear location" +msgstr "清除位置" + +#: include/conversation.php:1352 mod/editpost.php:140 +msgid "Set title" +msgstr "指定标题" + +#: include/conversation.php:1354 mod/editpost.php:142 +msgid "Categories (comma-separated list)" +msgstr "种类(逗号分隔单)" + +#: include/conversation.php:1356 mod/editpost.php:128 +msgid "Permission settings" +msgstr "权设置" + +#: include/conversation.php:1357 mod/editpost.php:157 +msgid "permissions" +msgstr "权利" + +#: include/conversation.php:1365 mod/editpost.php:137 +msgid "Public post" +msgstr "公开的消息" + +#: include/conversation.php:1369 mod/editpost.php:148 mod/events.php:531 +#: mod/photos.php:1492 mod/photos.php:1531 mod/photos.php:1604 +#: src/Object/Post.php:797 +msgid "Preview" +msgstr "预览" + +#: include/conversation.php:1378 +msgid "Post to Groups" +msgstr "发到组" + +#: include/conversation.php:1379 +msgid "Post to Contacts" +msgstr "发给联系人" + +#: include/conversation.php:1380 +msgid "Private post" +msgstr "私人文章" + +#: include/conversation.php:1385 mod/editpost.php:155 +#: src/Model/Profile.php:342 +msgid "Message" +msgstr "通知" + +#: include/conversation.php:1386 mod/editpost.php:156 +msgid "Browser" +msgstr "浏览器" + +#: include/conversation.php:1653 +msgid "View all" +msgstr "查看全部" + +#: include/conversation.php:1676 +msgid "Like" +msgid_plural "Likes" +msgstr[0] "喜欢" + +#: include/conversation.php:1679 +msgid "Dislike" +msgid_plural "Dislikes" +msgstr[0] "不喜欢" + +#: include/conversation.php:1685 +msgid "Not Attending" +msgid_plural "Not Attending" +msgstr[0] "不在参加" + +#: include/conversation.php:1688 src/Content/ContactSelector.php:125 +msgid "Undecided" +msgid_plural "Undecided" +msgstr[0] "未决定的" + +#: include/dba.php:59 +#, php-format +msgid "Cannot locate DNS info for database server '%s'" +msgstr "找不到DNS信息为数据库服务器「%s」" + #: mod/allfriends.php:51 msgid "No friends to display." msgstr "没有朋友展示。" @@ -1376,14 +1376,6 @@ msgstr "项目不可用的" msgid "Item was not found." msgstr "找不到项目。" -#: mod/bookmarklet.php:21 src/Content/Nav.php:114 src/Module/Login.php:312 -msgid "Login" -msgstr "登录" - -#: mod/bookmarklet.php:49 -msgid "The post was created" -msgstr "文章创建了" - #: mod/common.php:91 msgid "No contacts in common." msgstr "没有共同的联系人。" @@ -1394,7 +1386,7 @@ msgstr "普通朋友们" #: mod/credits.php:18 msgid "Credits" -msgstr "" +msgstr "贡献" #: mod/credits.php:19 msgid "" @@ -1409,7 +1401,7 @@ msgstr "联系人设置已应用。" #: mod/crepair.php:89 msgid "Contact update failed." -msgstr "熟人更新失败。" +msgstr "联系人更新失败。" #: mod/crepair.php:110 mod/dfrn_confirm.php:131 mod/fsuggest.php:29 #: mod/fsuggest.php:97 @@ -1448,13 +1440,13 @@ msgstr "返回到联系人编辑器" msgid "Refetch contact data" msgstr "重新获取联系人数据" -#: mod/crepair.php:148 mod/fsuggest.php:116 mod/invite.php:150 -#: mod/manage.php:184 mod/profiles.php:685 mod/contacts.php:601 -#: mod/events.php:533 mod/install.php:251 mod/install.php:290 -#: mod/localtime.php:56 mod/message.php:265 mod/message.php:432 -#: mod/photos.php:1080 mod/photos.php:1160 mod/photos.php:1445 -#: mod/photos.php:1491 mod/photos.php:1530 mod/photos.php:1603 -#: mod/poke.php:199 view/theme/duepuntozero/config.php:71 +#: mod/crepair.php:148 mod/invite.php:150 mod/manage.php:184 +#: mod/profiles.php:685 mod/contacts.php:601 mod/install.php:251 +#: mod/install.php:290 mod/localtime.php:56 mod/poke.php:199 +#: mod/events.php:533 mod/fsuggest.php:116 mod/message.php:265 +#: mod/message.php:432 mod/photos.php:1080 mod/photos.php:1160 +#: mod/photos.php:1445 mod/photos.php:1491 mod/photos.php:1530 +#: mod/photos.php:1603 view/theme/duepuntozero/config.php:71 #: view/theme/frio/config.php:113 view/theme/quattro/config.php:73 #: view/theme/vier/config.php:119 src/Object/Post.php:788 msgid "Submit" @@ -1512,57 +1504,8 @@ msgstr "喂URL" msgid "New photo from this URL" msgstr "新照片从这个URL" -#: mod/directory.php:38 mod/community.php:25 mod/dfrn_request.php:607 -#: mod/display.php:201 mod/photos.php:932 mod/probe.php:13 mod/search.php:98 -#: mod/search.php:104 mod/videos.php:200 mod/viewcontacts.php:45 -#: mod/webfinger.php:16 -msgid "Public access denied." -msgstr "拒绝公开访问" - -#: mod/directory.php:142 mod/notifications.php:253 src/Model/Profile.php:420 -#: src/Model/Profile.php:731 -msgid "Gender:" -msgstr "性别:" - -#: mod/directory.php:144 src/Model/Profile.php:421 src/Model/Profile.php:755 -msgid "Status:" -msgstr "现状:" - -#: mod/directory.php:146 src/Model/Profile.php:422 src/Model/Profile.php:772 -msgid "Homepage:" -msgstr "主页:" - -#: mod/directory.php:148 mod/notifications.php:249 mod/contacts.php:655 -#: src/Model/Profile.php:423 src/Model/Profile.php:792 -msgid "About:" -msgstr "关于:" - -#: mod/directory.php:195 view/theme/vier/theme.php:201 -msgid "Global Directory" -msgstr "综合目录" - -#: mod/directory.php:197 -msgid "Find on this site" -msgstr "找在这网站" - -#: mod/directory.php:199 -msgid "Results for:" -msgstr "" - -#: mod/directory.php:201 -msgid "Site Directory" -msgstr "网站目录" - -#: mod/directory.php:202 mod/contacts.php:811 src/Content/Widget.php:63 -msgid "Find" -msgstr "搜索" - -#: mod/directory.php:206 -msgid "No entries (some entries may be hidden)." -msgstr "没有文章(有的文章会被隐藏)。" - #: mod/fbrowser.php:34 view/theme/frio/theme.php:261 src/Content/Nav.php:102 -#: src/Model/Profile.php:890 +#: src/Model/Profile.php:904 msgid "Photos" msgstr "照片" @@ -1571,7 +1514,7 @@ msgstr "照片" #: mod/photos.php:1659 mod/photos.php:1673 src/Model/Photo.php:244 #: src/Model/Photo.php:253 msgid "Contact Photos" -msgstr "熟人照片" +msgstr "联系人照片" #: mod/fbrowser.php:105 mod/fbrowser.php:136 mod/profile_photo.php:265 msgid "Upload" @@ -1586,82 +1529,6 @@ msgstr "文件" msgid "Not Found" msgstr "未发现" -#: mod/group.php:36 -msgid "Group created." -msgstr "群组已创建。" - -#: mod/group.php:42 -msgid "Could not create group." -msgstr "无法创建群组。" - -#: mod/group.php:56 mod/group.php:158 -msgid "Group not found." -msgstr "组找不到。" - -#: mod/group.php:70 -msgid "Group name changed." -msgstr "组名变化了。" - -#: mod/group.php:83 mod/profperm.php:28 index.php:412 -msgid "Permission denied" -msgstr "权限不够" - -#: mod/group.php:97 -msgid "Save Group" -msgstr "保存组" - -#: mod/group.php:102 -msgid "Create a group of contacts/friends." -msgstr "创建一组联系人/朋友。" - -#: mod/group.php:103 mod/group.php:200 src/Model/Group.php:409 -msgid "Group Name: " -msgstr "组名:" - -#: mod/group.php:127 -msgid "Group removed." -msgstr "组删除了。" - -#: mod/group.php:129 -msgid "Unable to remove group." -msgstr "不能删除组。" - -#: mod/group.php:193 -msgid "Delete Group" -msgstr "删除群组" - -#: mod/group.php:199 -msgid "Group Editor" -msgstr "组编辑器" - -#: mod/group.php:204 -msgid "Edit Group Name" -msgstr "编辑群组名称" - -#: mod/group.php:214 -msgid "Members" -msgstr "成员" - -#: mod/group.php:216 mod/contacts.php:710 -msgid "All Contacts" -msgstr "所有的熟人" - -#: mod/group.php:217 mod/network.php:639 -msgid "Group is empty" -msgstr "组没有成员" - -#: mod/group.php:230 -msgid "Remove Contact" -msgstr "删除联系人" - -#: mod/group.php:254 -msgid "Add Contact" -msgstr "添加联系人" - -#: mod/group.php:266 mod/profperm.php:115 -msgid "Click on a contact to add or remove." -msgstr "点击熟人为添加或删除。" - #: mod/hcard.php:18 msgid "No profile" msgstr "无简介" @@ -1752,8 +1619,8 @@ msgstr "校对别的设置,特别是隐私设置。一个未发布的目录项 #: mod/newmember.php:24 mod/contacts.php:662 mod/contacts.php:854 #: mod/profperm.php:113 view/theme/frio/theme.php:260 src/Content/Nav.php:101 -#: src/Model/Profile.php:716 src/Model/Profile.php:849 -#: src/Model/Profile.php:882 +#: src/Model/Profile.php:730 src/Model/Profile.php:863 +#: src/Model/Profile.php:896 msgid "Profile" msgstr "简介" @@ -1960,18 +1827,18 @@ msgstr "断开连接/取消关注" msgid "Your Identity Address:" msgstr "你的身份地址:" -#: mod/unfollow.php:122 mod/notifications.php:258 mod/admin.php:439 -#: mod/admin.php:449 mod/contacts.php:647 mod/follow.php:164 +#: mod/unfollow.php:122 mod/notifications.php:258 mod/contacts.php:647 +#: mod/follow.php:164 mod/admin.php:439 mod/admin.php:449 msgid "Profile URL" msgstr "简介 URL" #: mod/unfollow.php:132 mod/contacts.php:849 mod/follow.php:181 -#: src/Model/Profile.php:877 +#: src/Model/Profile.php:891 msgid "Status Messages and Posts" msgstr "现状通知和文章" #: mod/update_community.php:27 mod/update_display.php:27 -#: mod/update_network.php:32 mod/update_notes.php:40 mod/update_profile.php:39 +#: mod/update_notes.php:40 mod/update_profile.php:39 mod/update_network.php:33 msgid "[Embedded content - reload page to view]" msgstr "[嵌入内容-重新加载页为看]" @@ -2075,8 +1942,8 @@ msgstr "没有已安装的插件或应用" msgid "On this server the following remote servers are blocked." msgstr "在这个服务器上以下远程服务器被封禁了。" -#: mod/friendica.php:123 mod/admin.php:302 mod/admin.php:320 -#: mod/dfrn_request.php:351 src/Model/Contact.php:1142 +#: mod/friendica.php:123 mod/dfrn_request.php:351 mod/admin.php:302 +#: mod/admin.php:320 src/Model/Contact.php:1142 msgid "Blocked domain" msgstr "被封禁的域名" @@ -2213,11 +2080,21 @@ msgstr "分享者" msgid "Subscriber" msgstr "订阅者" +#: mod/notifications.php:249 mod/contacts.php:655 mod/directory.php:155 +#: src/Model/Profile.php:423 src/Model/Profile.php:806 +msgid "About:" +msgstr "关于:" + #: mod/notifications.php:251 mod/contacts.php:657 mod/follow.php:172 -#: src/Model/Profile.php:780 +#: src/Model/Profile.php:794 msgid "Tags:" msgstr "标签:" +#: mod/notifications.php:253 mod/directory.php:152 src/Model/Profile.php:420 +#: src/Model/Profile.php:745 +msgid "Gender:" +msgstr "性别:" + #: mod/notifications.php:261 mod/contacts.php:63 src/Model/Profile.php:518 msgid "Network:" msgstr "网络" @@ -2237,7 +2114,7 @@ msgstr "显示全部" #: mod/notifications.php:322 #, php-format msgid "No more %s notifications." -msgstr "" +msgstr "没有更多的 %s 通知。" #: mod/oexchange.php:30 msgid "Post successful." @@ -2270,7 +2147,7 @@ msgstr "无法获取联系人信息。" #: mod/ostatus_subscribe.php:47 msgid "Couldn't fetch friends for contact." -msgstr "" +msgstr "无法取得联系人的朋友信息。" #: mod/ostatus_subscribe.php:75 msgid "success" @@ -2290,7 +2167,7 @@ msgstr "使用权这个简介被限制了." #: mod/cal.php:274 mod/events.php:392 view/theme/frio/theme.php:263 #: view/theme/frio/theme.php:267 src/Content/Nav.php:104 -#: src/Content/Nav.php:169 src/Model/Profile.php:910 src/Model/Profile.php:921 +#: src/Content/Nav.php:169 src/Model/Profile.php:924 src/Model/Profile.php:935 msgid "Events" msgstr "事件" @@ -2302,7 +2179,7 @@ msgstr "" msgid "Previous" msgstr "上" -#: mod/cal.php:277 mod/events.php:396 mod/install.php:209 +#: mod/cal.php:277 mod/install.php:209 mod/events.php:396 msgid "Next" msgstr "下" @@ -2363,7 +2240,7 @@ msgstr "远程站点报告:" #: mod/dfrn_confirm.php:396 msgid "Unable to set contact photo." -msgstr "不会指定熟人照片。" +msgstr "无法设置联系人照片。" #: mod/dfrn_confirm.php:498 #, php-format @@ -2411,19 +2288,6 @@ msgstr "[名字拒给]" msgid "%1$s has joined %2$s" msgstr "%1$s加入%2$s了" -#: mod/fsuggest.php:71 -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 "给 %s 推荐朋友" - #: mod/invite.php:33 msgid "Total invitation limit exceeded." msgstr "邀请限超过了。" @@ -2491,7 +2355,7 @@ 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 "" +msgstr "各 Friendica 站点相互连接以创造出一个由其组成成员控制拥有的有强大隐私保护能力的大型社交网络。各站点同时也能够接入许多传统社交网络。" #: mod/invite.php:135 #, php-format @@ -2506,8 +2370,8 @@ msgstr "发请柬" msgid "Enter email addresses, one per line:" msgstr "输入电子邮件地址,一行一个:" -#: mod/invite.php:144 mod/message.php:259 mod/message.php:426 -#: mod/wallmessage.php:141 +#: mod/invite.php:144 mod/wallmessage.php:141 mod/message.php:259 +#: mod/message.php:426 msgid "Your message:" msgstr "你的消息:" @@ -2530,7 +2394,7 @@ msgstr "您一注册,请页跟我连接,用我的简介在:" msgid "" "For more information about the Friendica project and why we feel it is " "important, please visit http://friendi.ca" -msgstr "" +msgstr "欲了解更多关于 Friendica 项目的信息以及为什么我们认为这很重要,请访问 http://friendi.ca" #: mod/manage.php:180 msgid "Manage Identities and/or Pages" @@ -2705,7 +2569,7 @@ msgstr "状态信息" msgid "Additional information" msgstr "更多信息" -#: mod/profiles.php:700 mod/network.php:939 +#: mod/profiles.php:700 mod/network.php:940 #: src/Core/NotificationsManager.php:185 msgid "Personal" msgstr "私人" @@ -2726,7 +2590,7 @@ msgstr "你的性:" msgid " Marital Status:" msgstr "婚姻状况:" -#: mod/profiles.php:707 src/Model/Profile.php:768 +#: mod/profiles.php:707 src/Model/Profile.php:782 msgid "Sexual Preference:" msgstr "性取向:" @@ -2810,11 +2674,11 @@ msgstr "这个 XMPP 地址会被传播到你的联系人从而他们可以关注 msgid "Homepage URL:" msgstr "主页URL:" -#: mod/profiles.php:734 src/Model/Profile.php:776 +#: mod/profiles.php:734 src/Model/Profile.php:790 msgid "Hometown:" msgstr "故乡:" -#: mod/profiles.php:735 src/Model/Profile.php:784 +#: mod/profiles.php:735 src/Model/Profile.php:798 msgid "Political Views:" msgstr "政治观念:" @@ -2838,11 +2702,11 @@ msgstr "私人关键字" msgid "(Used for searching profiles, never shown to others)" msgstr "(用于搜索简介,没有给别人看)" -#: mod/profiles.php:739 src/Model/Profile.php:800 +#: mod/profiles.php:739 src/Model/Profile.php:814 msgid "Likes:" msgstr "喜欢:" -#: mod/profiles.php:740 src/Model/Profile.php:804 +#: mod/profiles.php:740 src/Model/Profile.php:818 msgid "Dislikes:" msgstr "不喜欢:" @@ -2925,6 +2789,1583 @@ msgstr "文件超过了 %s 的大小限制" msgid "File upload failed." msgstr "文件上传失败。" +#: mod/contacts.php:149 +#, php-format +msgid "%d contact edited." +msgid_plural "%d contacts edited." +msgstr[0] "%d 个联系人被编辑了。" + +#: mod/contacts.php:176 mod/contacts.php:392 +msgid "Could not access contact record." +msgstr "无法访问联系人记录。" + +#: mod/contacts.php:186 +msgid "Could not locate selected profile." +msgstr "找不到选择的简介。" + +#: mod/contacts.php:220 +msgid "Contact updated." +msgstr "联系人更新了。" + +#: mod/contacts.php:222 mod/dfrn_request.php:419 +msgid "Failed to update contact record." +msgstr "更新联系人记录失败。" + +#: mod/contacts.php:413 +msgid "Contact has been blocked" +msgstr "联系人已被屏蔽" + +#: mod/contacts.php:413 +msgid "Contact has been unblocked" +msgstr "联系人已被解除屏蔽" + +#: mod/contacts.php:424 +msgid "Contact has been ignored" +msgstr "联系人已被忽视" + +#: mod/contacts.php:424 +msgid "Contact has been unignored" +msgstr "联系人已被解除忽视" + +#: mod/contacts.php:435 +msgid "Contact has been archived" +msgstr "联系人已存档" + +#: mod/contacts.php:435 +msgid "Contact has been unarchived" +msgstr "联系人已被解除存档" + +#: mod/contacts.php:459 +msgid "Drop contact" +msgstr "" + +#: mod/contacts.php:462 mod/contacts.php:814 +msgid "Do you really want to delete this contact?" +msgstr "您真的想删除这个联系人吗?" + +#: mod/contacts.php:480 +msgid "Contact has been removed." +msgstr "联系人被删除了。" + +#: mod/contacts.php:511 +#, php-format +msgid "You are mutual friends with %s" +msgstr "您和 %s 互为朋友" + +#: mod/contacts.php:515 +#, php-format +msgid "You are sharing with %s" +msgstr "你正在和 %s 分享" + +#: mod/contacts.php:519 +#, php-format +msgid "%s is sharing with you" +msgstr "%s 正在和你分享" + +#: mod/contacts.php:539 +msgid "Private communications are not available for this contact." +msgstr "私人交流对这个联系人不可用。" + +#: mod/contacts.php:541 +msgid "Never" +msgstr "从未" + +#: mod/contacts.php:544 +msgid "(Update was successful)" +msgstr "(更新成功)" + +#: mod/contacts.php:544 +msgid "(Update was not successful)" +msgstr "(更新不成功)" + +#: mod/contacts.php:546 mod/contacts.php:976 +msgid "Suggest friends" +msgstr "建议朋友们" + +#: mod/contacts.php:550 +#, php-format +msgid "Network type: %s" +msgstr "网络种类: %s" + +#: mod/contacts.php:555 +msgid "Communications lost with this contact!" +msgstr "和这个联系人的通信断开了!" + +#: mod/contacts.php:561 +msgid "Fetch further information for feeds" +msgstr "拿文源别的消息" + +#: mod/contacts.php:563 +msgid "" +"Fetch information like preview pictures, title and teaser from the feed " +"item. You can activate this if the feed doesn't contain much text. Keywords " +"are taken from the meta header in the feed item and are posted as hash tags." +msgstr "" + +#: mod/contacts.php:564 mod/admin.php:1190 +msgid "Disabled" +msgstr "已停用" + +#: mod/contacts.php:565 +msgid "Fetch information" +msgstr "取消息" + +#: mod/contacts.php:566 +msgid "Fetch keywords" +msgstr "获取关键字" + +#: mod/contacts.php:567 +msgid "Fetch information and keywords" +msgstr "取消息和关键词" + +#: mod/contacts.php:599 +msgid "Contact" +msgstr "联系人" + +#: mod/contacts.php:602 +msgid "Profile Visibility" +msgstr "简历可见量" + +#: mod/contacts.php:603 +#, php-format +msgid "" +"Please choose the profile you would like to display to %s when viewing your " +"profile securely." +msgstr "请选择简介您想给%s显示他安全地看您的简介的时候。" + +#: mod/contacts.php:604 +msgid "Contact Information / Notes" +msgstr "熟人信息/便条" + +#: mod/contacts.php:605 +msgid "Their personal note" +msgstr "" + +#: mod/contacts.php:607 +msgid "Edit contact notes" +msgstr "编辑联系人便条" + +#: mod/contacts.php:611 +msgid "Block/Unblock contact" +msgstr "屏蔽/解除屏蔽联系人" + +#: mod/contacts.php:612 +msgid "Ignore contact" +msgstr "忽略联系人" + +#: mod/contacts.php:613 +msgid "Repair URL settings" +msgstr "维修URL设置" + +#: mod/contacts.php:614 +msgid "View conversations" +msgstr "看交流" + +#: mod/contacts.php:619 +msgid "Last update:" +msgstr "上个更新:" + +#: mod/contacts.php:621 +msgid "Update public posts" +msgstr "更新公开文章" + +#: mod/contacts.php:623 mod/contacts.php:986 +msgid "Update now" +msgstr "现在更新" + +#: mod/contacts.php:628 mod/contacts.php:818 mod/contacts.php:995 +#: mod/admin.php:434 mod/admin.php:1708 +msgid "Unblock" +msgstr "解除屏蔽" + +#: mod/contacts.php:628 mod/contacts.php:818 mod/contacts.php:995 +#: mod/admin.php:433 mod/admin.php:1707 +msgid "Block" +msgstr "屏蔽" + +#: mod/contacts.php:629 mod/contacts.php:819 mod/contacts.php:1003 +msgid "Unignore" +msgstr "取消忽视" + +#: mod/contacts.php:633 +msgid "Currently blocked" +msgstr "现在被封禁的" + +#: mod/contacts.php:634 +msgid "Currently ignored" +msgstr "现在不理的" + +#: mod/contacts.php:635 +msgid "Currently archived" +msgstr "当前已存档" + +#: mod/contacts.php:636 +msgid "Awaiting connection acknowledge" +msgstr "等待连接确认" + +#: mod/contacts.php:637 +msgid "" +"Replies/likes to your public posts may still be visible" +msgstr "回答/喜欢关您公开文章还可见的" + +#: mod/contacts.php:638 +msgid "Notification for new posts" +msgstr "新消息提示" + +#: mod/contacts.php:638 +msgid "Send a notification of every new post of this contact" +msgstr "发送这个联系人的每篇新文章的通知" + +#: mod/contacts.php:641 +msgid "Blacklisted keywords" +msgstr "黑名单关键词" + +#: mod/contacts.php:641 +msgid "" +"Comma separated list of keywords that should not be converted to hashtags, " +"when \"Fetch information and keywords\" is selected" +msgstr "逗号分的关键词不应该翻译成主题标签,如果“取消息和关键词”选择的。" + +#: mod/contacts.php:653 src/Model/Profile.php:424 +msgid "XMPP:" +msgstr "XMPP:" + +#: mod/contacts.php:658 +msgid "Actions" +msgstr "" + +#: mod/contacts.php:660 mod/contacts.php:846 view/theme/frio/theme.php:259 +#: src/Content/Nav.php:100 src/Model/Profile.php:888 +msgid "Status" +msgstr "状态" + +#: mod/contacts.php:661 +msgid "Contact Settings" +msgstr "联系人设置" + +#: mod/contacts.php:702 +msgid "Suggestions" +msgstr "建议" + +#: mod/contacts.php:705 +msgid "Suggest potential friends" +msgstr "建议潜在朋友们" + +#: mod/contacts.php:710 mod/group.php:216 +msgid "All Contacts" +msgstr "所有联系人" + +#: mod/contacts.php:713 +msgid "Show all contacts" +msgstr "显示所有的联系人" + +#: mod/contacts.php:718 +msgid "Unblocked" +msgstr "未屏蔽的" + +#: mod/contacts.php:721 +msgid "Only show unblocked contacts" +msgstr "只显示没被屏蔽的联系人" + +#: mod/contacts.php:726 +msgid "Blocked" +msgstr "被屏蔽的" + +#: mod/contacts.php:729 +msgid "Only show blocked contacts" +msgstr "只显示被屏蔽的联系人" + +#: mod/contacts.php:734 +msgid "Ignored" +msgstr "忽视的" + +#: mod/contacts.php:737 +msgid "Only show ignored contacts" +msgstr "只显示忽略的联系人" + +#: mod/contacts.php:742 +msgid "Archived" +msgstr "已存档" + +#: mod/contacts.php:745 +msgid "Only show archived contacts" +msgstr "只显示已存档联系人" + +#: mod/contacts.php:750 +msgid "Hidden" +msgstr "隐藏的" + +#: mod/contacts.php:753 +msgid "Only show hidden contacts" +msgstr "只显示隐藏的联系人" + +#: mod/contacts.php:809 +msgid "Search your contacts" +msgstr "搜索您的联系人" + +#: mod/contacts.php:810 mod/search.php:236 +#, php-format +msgid "Results for: %s" +msgstr "" + +#: mod/contacts.php:811 mod/directory.php:210 src/Content/Widget.php:63 +msgid "Find" +msgstr "搜索" + +#: mod/contacts.php:817 mod/settings.php:169 mod/settings.php:705 +msgid "Update" +msgstr "更新" + +#: mod/contacts.php:820 mod/contacts.php:1011 +msgid "Archive" +msgstr "存档" + +#: mod/contacts.php:820 mod/contacts.php:1011 +msgid "Unarchive" +msgstr "从存档拿来" + +#: mod/contacts.php:823 +msgid "Batch Actions" +msgstr "批量操作" + +#: mod/contacts.php:857 src/Model/Profile.php:899 +msgid "Profile Details" +msgstr "简介内容" + +#: mod/contacts.php:869 +msgid "View all contacts" +msgstr "查看所有联系人" + +#: mod/contacts.php:880 +msgid "View all common friends" +msgstr "查看所有公共好友" + +#: mod/contacts.php:886 mod/admin.php:1269 mod/events.php:535 +#: src/Model/Profile.php:865 +msgid "Advanced" +msgstr "高级" + +#: mod/contacts.php:889 +msgid "Advanced Contact Settings" +msgstr "高级联系人设置" + +#: mod/contacts.php:921 +msgid "Mutual Friendship" +msgstr "共同友谊" + +#: mod/contacts.php:925 +msgid "is a fan of yours" +msgstr "是你的粉丝" + +#: mod/contacts.php:929 +msgid "you are a fan of" +msgstr "您已关注" + +#: mod/contacts.php:997 +msgid "Toggle Blocked status" +msgstr "切换屏蔽状态" + +#: mod/contacts.php:1005 +msgid "Toggle Ignored status" +msgstr "交替忽视现状" + +#: mod/contacts.php:1013 +msgid "Toggle Archive status" +msgstr "交替档案现状" + +#: mod/contacts.php:1021 +msgid "Delete contact" +msgstr "删除联系人" + +#: mod/delegate.php:142 +msgid "No parent user" +msgstr "" + +#: mod/delegate.php:158 +msgid "Parent User" +msgstr "" + +#: mod/delegate.php:160 +msgid "" +"Parent users have total control about this account, including the account " +"settings. Please double check whom you give this access." +msgstr "" + +#: mod/delegate.php:161 mod/admin.php:1264 mod/admin.php:1873 +#: mod/admin.php:2126 mod/admin.php:2200 mod/admin.php:2347 +#: mod/settings.php:679 mod/settings.php:788 mod/settings.php:874 +#: mod/settings.php:963 mod/settings.php:1198 +msgid "Save Settings" +msgstr "保存设置" + +#: mod/delegate.php:162 src/Content/Nav.php:204 +msgid "Delegate Page Management" +msgstr "页代表管理" + +#: mod/delegate.php:163 +msgid "Delegates" +msgstr "" + +#: mod/delegate.php:165 +msgid "" +"Delegates are able to manage all aspects of this account/page except for " +"basic account settings. Please do not delegate your personal account to " +"anybody that you do not trust completely." +msgstr "代表会管理所有的方面这个账户/页除了基础账户配置以外。请别代表您私人账户给您没完全信的人。" + +#: mod/delegate.php:166 +msgid "Existing Page Managers" +msgstr "目前页管理员" + +#: mod/delegate.php:168 +msgid "Existing Page Delegates" +msgstr "目前页代表" + +#: mod/delegate.php:170 +msgid "Potential Delegates" +msgstr "潜力的代表" + +#: mod/delegate.php:172 mod/tagrm.php:98 +msgid "Remove" +msgstr "移走" + +#: mod/delegate.php:173 +msgid "Add" +msgstr "加" + +#: mod/delegate.php:174 +msgid "No entries." +msgstr "没有项目。" + +#: mod/dfrn_request.php:94 +msgid "This introduction has already been accepted." +msgstr "这个介绍已经接受了。" + +#: mod/dfrn_request.php:112 mod/dfrn_request.php:359 +msgid "Profile location is not valid or does not contain profile information." +msgstr "简介位置失效或不包含简介信息。" + +#: mod/dfrn_request.php:116 mod/dfrn_request.php:363 +msgid "Warning: profile location has no identifiable owner name." +msgstr "警告:简介位置没有可设别的主名。" + +#: mod/dfrn_request.php:119 mod/dfrn_request.php:366 +msgid "Warning: profile location has no profile photo." +msgstr "警告:简介位置没有简介图。" + +#: mod/dfrn_request.php:123 mod/dfrn_request.php:370 +#, php-format +msgid "%d required parameter was not found at the given location" +msgid_plural "%d required parameters were not found at the given location" +msgstr[0] "%d需要的参数没找到在输入的位置。" + +#: mod/dfrn_request.php:162 +msgid "Introduction complete." +msgstr "介绍完成的。" + +#: mod/dfrn_request.php:199 +msgid "Unrecoverable protocol error." +msgstr "不能恢复的协议错误" + +#: mod/dfrn_request.php:226 +msgid "Profile unavailable." +msgstr "简介无效" + +#: mod/dfrn_request.php:248 +#, php-format +msgid "%s has received too many connection requests today." +msgstr "%s今天已经受到了太多联络要求" + +#: mod/dfrn_request.php:249 +msgid "Spam protection measures have been invoked." +msgstr "垃圾保护措施被用了。" + +#: mod/dfrn_request.php:250 +msgid "Friends are advised to please try again in 24 hours." +msgstr "朋友们被建议请24小时后再试。" + +#: mod/dfrn_request.php:280 +msgid "Invalid locator" +msgstr "无效找到物" + +#: mod/dfrn_request.php:316 +msgid "You have already introduced yourself here." +msgstr "您已经自我介绍这儿。" + +#: mod/dfrn_request.php:319 +#, php-format +msgid "Apparently you are already friends with %s." +msgstr "看上去您已经是%s的朋友。" + +#: mod/dfrn_request.php:339 +msgid "Invalid profile URL." +msgstr "无效的简介URL。" + +#: mod/dfrn_request.php:345 src/Model/Contact.php:1137 +msgid "Disallowed profile URL." +msgstr "不允许的简介地址." + +#: mod/dfrn_request.php:439 +msgid "Your introduction has been sent." +msgstr "您的介绍发布了。" + +#: mod/dfrn_request.php:477 +msgid "" +"Remote subscription can't be done for your network. Please subscribe " +"directly on your system." +msgstr "无法为您的网络完成远程订阅。请直接在您的系统上订阅。" + +#: mod/dfrn_request.php:493 +msgid "Please login to confirm introduction." +msgstr "请登录以确认介绍。" + +#: mod/dfrn_request.php:501 +msgid "" +"Incorrect identity currently logged in. Please login to " +"this profile." +msgstr "当前登录的身份不正确。请登录到这个用户。" + +#: mod/dfrn_request.php:515 mod/dfrn_request.php:532 +msgid "Confirm" +msgstr "确认" + +#: mod/dfrn_request.php:527 +msgid "Hide this contact" +msgstr "隐藏这个联系人" + +#: mod/dfrn_request.php:530 +#, php-format +msgid "Welcome home %s." +msgstr "欢迎%s。" + +#: mod/dfrn_request.php:531 +#, php-format +msgid "Please confirm your introduction/connection request to %s." +msgstr "请确认您的介绍/联络要求给%s。" + +#: mod/dfrn_request.php:607 mod/probe.php:13 mod/search.php:98 +#: mod/search.php:104 mod/viewcontacts.php:45 mod/webfinger.php:16 +#: mod/community.php:25 mod/directory.php:42 mod/display.php:201 +#: mod/photos.php:932 mod/videos.php:200 +msgid "Public access denied." +msgstr "拒绝公开访问" + +#: mod/dfrn_request.php:642 +msgid "" +"Please enter your 'Identity Address' from one of the following supported " +"communications networks:" +msgstr "请从以下支持的通信网络之一输入你的 “身份地址”:" + +#: mod/dfrn_request.php:645 +#, php-format +msgid "" +"If you are not yet a member of the free social web, follow " +"this link to find a public Friendica site and join us today." +msgstr "" + +#: mod/dfrn_request.php:650 +msgid "Friend/Connection Request" +msgstr "朋友/连接请求" + +#: mod/dfrn_request.php:651 +msgid "" +"Examples: jojo@demo.friendica.com, http://demo.friendica.com/profile/jojo, " +"testuser@gnusocial.de" +msgstr "" + +#: mod/dfrn_request.php:652 mod/follow.php:147 +msgid "Please answer the following:" +msgstr "请回答下述的:" + +#: mod/dfrn_request.php:653 mod/follow.php:148 +#, php-format +msgid "Does %s know you?" +msgstr "%s是否认识你?" + +#: mod/dfrn_request.php:654 mod/follow.php:149 +msgid "Add a personal note:" +msgstr "添加一个个人便条:" + +#: mod/dfrn_request.php:656 src/Content/ContactSelector.php:79 +msgid "Friendica" +msgstr "Friendica" + +#: mod/dfrn_request.php:657 +msgid "GNU Social (Pleroma, Mastodon)" +msgstr "GNU Social (Pleroma, Mastodon)" + +#: mod/dfrn_request.php:658 +msgid "Diaspora (Socialhome, Hubzilla)" +msgstr "Diaspora (Socialhome, Hubzilla)" + +#: mod/dfrn_request.php:659 +#, php-format +msgid "" +" - please do not use this form. Instead, enter %s into your Diaspora search" +" bar." +msgstr " - 请别用这个表格。而是在你的 Diaspora 搜索栏输入 %s." + +#: mod/filer.php:34 +msgid "- select -" +msgstr "-选择-" + +#: mod/follow.php:44 +msgid "The contact could not be added." +msgstr "无法添加此联系人。" + +#: mod/follow.php:72 +msgid "You already added this contact." +msgstr "您已添加此联系人。" + +#: mod/follow.php:81 +msgid "Diaspora support isn't enabled. Contact can't be added." +msgstr "Diaspora 支持没被启用。无法添加联系人。" + +#: mod/follow.php:88 +msgid "OStatus support is disabled. Contact can't be added." +msgstr "OStatus 支持没被启用。无法添加联系人。" + +#: mod/follow.php:95 +msgid "The network type couldn't be detected. Contact can't be added." +msgstr "网络类型无法被检测。无法添加联系人。" + +#: mod/install.php:114 +msgid "Friendica Communications Server - Setup" +msgstr "Friendica沟通服务器-安装" + +#: mod/install.php:120 +msgid "Could not connect to database." +msgstr "解不了数据库。" + +#: mod/install.php:124 +msgid "Could not create table." +msgstr "无法创建表格。" + +#: mod/install.php:130 +msgid "Your Friendica site database has been installed." +msgstr "您Friendica网站数据库被安装了。" + +#: mod/install.php:135 +msgid "" +"You may need to import the file \"database.sql\" manually using phpmyadmin " +"or mysql." +msgstr "您可能要手工地进口文件「database.sql」用phpmyadmin或mysql。" + +#: mod/install.php:136 mod/install.php:208 mod/install.php:553 +msgid "Please see the file \"INSTALL.txt\"." +msgstr "请看文件「INSTALL.txt」" + +#: mod/install.php:148 +msgid "Database already in use." +msgstr "数据库已经被使用。" + +#: mod/install.php:205 +msgid "System check" +msgstr "系统检测" + +#: mod/install.php:210 +msgid "Check again" +msgstr "再检测" + +#: mod/install.php:230 +msgid "Database connection" +msgstr "数据库接通" + +#: mod/install.php:231 +msgid "" +"In order to install Friendica we need to know how to connect to your " +"database." +msgstr "为安装Friendica我们要知道怎么连接您的数据库。" + +#: mod/install.php:232 +msgid "" +"Please contact your hosting provider or site administrator if you have " +"questions about these settings." +msgstr "你有关于这些设置有问题的话,请给互联网托管服务或者网页管理联系。" + +#: mod/install.php:233 +msgid "" +"The database you specify below should already exist. If it does not, please " +"create it before continuing." +msgstr "您下边指定的数据库应该已经存在。如果还没有,请创建后继续。" + +#: mod/install.php:237 +msgid "Database Server Name" +msgstr "数据库服务器名" + +#: mod/install.php:238 +msgid "Database Login Name" +msgstr "数据库登录名" + +#: mod/install.php:239 +msgid "Database Login Password" +msgstr "数据库登录密码" + +#: mod/install.php:239 +msgid "For security reasons the password must not be empty" +msgstr "由于安全的原因,密码不能为空" + +#: mod/install.php:240 +msgid "Database Name" +msgstr "数据库名字" + +#: mod/install.php:241 mod/install.php:281 +msgid "Site administrator email address" +msgstr "网站行政人员邮件地址" + +#: mod/install.php:241 mod/install.php:281 +msgid "" +"Your account email address must match this in order to use the web admin " +"panel." +msgstr "您账户邮件地址必要符合这个为用网站处理仪表板" + +#: mod/install.php:245 mod/install.php:284 +msgid "Please select a default timezone for your website" +msgstr "请选择您网站的默认时区" + +#: mod/install.php:271 +msgid "Site settings" +msgstr "网站设置" + +#: mod/install.php:285 +msgid "System Language:" +msgstr "系统语言:" + +#: mod/install.php:285 +msgid "" +"Set the default language for your Friendica installation interface and to " +"send emails." +msgstr "为 Friendica 安装界面及邮件发送设置默认语言。" + +#: mod/install.php:325 +msgid "Could not find a command line version of PHP in the web server PATH." +msgstr "没找到命令行PHP在网服务器PATH。" + +#: mod/install.php:326 +msgid "" +"If you don't have a command line version of PHP installed on your server, " +"you will not be able to run the background processing. See 'Setup the worker'" +msgstr "" + +#: mod/install.php:330 +msgid "PHP executable path" +msgstr "PHP可执行路径" + +#: mod/install.php:330 +msgid "" +"Enter full path to php executable. You can leave this blank to continue the " +"installation." +msgstr "输入全路线到php执行程序。您会留空白为继续安装。" + +#: mod/install.php:335 +msgid "Command line PHP" +msgstr "命令行PHP" + +#: mod/install.php:344 +msgid "PHP executable is not the php cli binary (could be cgi-fgci version)" +msgstr "PHP执行程序不是命令行PHP執行檔(有可能是cgi-fgci版本)" + +#: mod/install.php:345 +msgid "Found PHP version: " +msgstr "找到 PHP 版本:" + +#: mod/install.php:347 +msgid "PHP cli binary" +msgstr "命令行PHP執行檔" + +#: mod/install.php:358 +msgid "" +"The command line version of PHP on your system does not have " +"\"register_argc_argv\" enabled." +msgstr "您系统的命令行PHP没有能够「register_argc_argv」。" + +#: mod/install.php:359 +msgid "This is required for message delivery to work." +msgstr "这必要为通信发布成功。" + +#: mod/install.php:361 +msgid "PHP register_argc_argv" +msgstr "PHP register_argc_argv" + +#: mod/install.php:384 +msgid "" +"Error: the \"openssl_pkey_new\" function on this system is not able to " +"generate encryption keys" +msgstr "错误:这系统的「register_argc_argv」子程序不能产生加密钥匙" + +#: mod/install.php:385 +msgid "" +"If running under Windows, please see " +"\"http://www.php.net/manual/en/openssl.installation.php\"." +msgstr "如果您用Windows,请看「http://www.php.net/manual/en/openssl.installation.php」。" + +#: mod/install.php:387 +msgid "Generate encryption keys" +msgstr "产生加密钥匙" + +#: mod/install.php:394 +msgid "libCurl PHP module" +msgstr "libCurl PHP模块" + +#: mod/install.php:395 +msgid "GD graphics PHP module" +msgstr "GD显示PHP模块" + +#: mod/install.php:396 +msgid "OpenSSL PHP module" +msgstr "OpenSSL PHP模块" + +#: mod/install.php:397 +msgid "PDO or MySQLi PHP module" +msgstr "PDO 或者 MySQLi PHP 模块" + +#: mod/install.php:398 +msgid "mb_string PHP module" +msgstr "mb_string PHP模块" + +#: mod/install.php:399 +msgid "XML PHP module" +msgstr "XML PHP 模块" + +#: mod/install.php:400 +msgid "iconv module" +msgstr "iconv 模块" + +#: mod/install.php:404 mod/install.php:406 +msgid "Apache mod_rewrite module" +msgstr "Apache mod_rewrite部件" + +#: mod/install.php:404 +msgid "" +"Error: Apache webserver mod-rewrite module is required but not installed." +msgstr "错误:Apache服务器的mod-rewrite模块是必要的可却不安装的。" + +#: mod/install.php:412 +msgid "Error: libCURL PHP module required but not installed." +msgstr "错误:libCurl PHP模块是必要的可却不安装的。" + +#: mod/install.php:416 +msgid "" +"Error: GD graphics PHP module with JPEG support required but not installed." +msgstr "错误:GD显示PHP模块跟JPEG支持是必要的可却安装的。" + +#: mod/install.php:420 +msgid "Error: openssl PHP module required but not installed." +msgstr "错误:openssl PHP模块是必要的可却不安装的。" + +#: mod/install.php:424 +msgid "Error: PDO or MySQLi PHP module required but not installed." +msgstr "" + +#: mod/install.php:428 +msgid "Error: The MySQL driver for PDO is not installed." +msgstr "" + +#: mod/install.php:432 +msgid "Error: mb_string PHP module required but not installed." +msgstr "错误:mbstring PHP模块必要可没安装的。" + +#: mod/install.php:436 +msgid "Error: iconv PHP module required but not installed." +msgstr "错误:需要 iconv PHP 模块但它并没有被安装。" + +#: mod/install.php:446 +msgid "Error, XML PHP module required but not installed." +msgstr "部件错误,需要 XML PHP 模块但它并没有被安装。" + +#: mod/install.php:458 +msgid "" +"The web installer needs to be able to create a file called \".htconfig.php\"" +" in the top folder of your web server and it is unable to do so." +msgstr "网页安装器要创建一个叫 \".htconfig.php\" 的文件在你的 web 服务器的顶层目录下,但无法这么做。" + +#: mod/install.php:459 +msgid "" +"This is most often a permission setting, as the web server may not be able " +"to write files in your folder - even if you can." +msgstr "这常常是一个权设置,因为网服务器可能不会写文件在文件夹-即使您会。" + +#: mod/install.php:460 +msgid "" +"At the end of this procedure, we will give you a text to save in a file " +"named .htconfig.php in your Friendica top folder." +msgstr "这个步骤头,我们给您正文要保存在叫.htconfig.php的文件在您Friendica主文件夹。" + +#: mod/install.php:461 +msgid "" +"You can alternatively skip this procedure and perform a manual installation." +" Please see the file \"INSTALL.txt\" for instructions." +msgstr "或者您会这个步骤不做还是实行手动的安装。请看INSTALL.txt文件为说明。" + +#: mod/install.php:464 +msgid ".htconfig.php is writable" +msgstr ".htconfig.php是可写的" + +#: mod/install.php:474 +msgid "" +"Friendica uses the Smarty3 template engine to render its web views. Smarty3 " +"compiles templates to PHP to speed up rendering." +msgstr "Friendica用Smarty3模板机车为建筑网页。Smarty3把模板编译成PHP为催建筑网页。" + +#: mod/install.php:475 +msgid "" +"In order to store these compiled templates, the web server needs to have " +"write access to the directory view/smarty3/ under the Friendica top level " +"folder." +msgstr "为了保存这些模板,网服务器要写权利于view/smarty3/目录在Friendica主目录下。" + +#: mod/install.php:476 +msgid "" +"Please ensure that the user that your web server runs as (e.g. www-data) has" +" write access to this folder." +msgstr "请保险您网服务器用户(比如www-data)有这个目录的写权利。" + +#: mod/install.php:477 +msgid "" +"Note: as a security measure, you should give the web server write access to " +"view/smarty3/ only--not the template files (.tpl) that it contains." +msgstr "注意:为了安全,您应该只给网服务器写权利于view/smarty3/-没有模板文件(.tpl)之下。" + +#: mod/install.php:480 +msgid "view/smarty3 is writable" +msgstr "能写view/smarty3" + +#: mod/install.php:496 +msgid "" +"Url rewrite in .htaccess is not working. Check your server configuration." +msgstr "在 .htaccess 中的 URL 重写不工作。请检查你的服务器配置。" + +#: mod/install.php:498 +msgid "Url rewrite is working" +msgstr "URL改写发挥机能" + +#: mod/install.php:517 +msgid "ImageMagick PHP extension is not installed" +msgstr "ImageMagick PHP 扩展没有安装" + +#: mod/install.php:519 +msgid "ImageMagick PHP extension is installed" +msgstr "ImageMagick PHP 扩展已安装" + +#: mod/install.php:521 +msgid "ImageMagick supports GIF" +msgstr "ImageMagick 支持 GIF" + +#: mod/install.php:528 +msgid "" +"The database configuration file \".htconfig.php\" could not be written. " +"Please use the enclosed text to create a configuration file in your web " +"server root." +msgstr "数据库配置文件 \".htconfig.php\" 无法被写入。请在 web 服务器根目录下使用附上的文字创建一个配置文件。" + +#: mod/install.php:551 +msgid "

    What next

    " +msgstr "

    下步是什么

    " + +#: mod/install.php:552 +msgid "" +"IMPORTANT: You will need to [manually] setup a scheduled task for the " +"worker." +msgstr "" + +#: mod/install.php:555 +#, php-format +msgid "" +"Go to your new Friendica node registration page " +"and register as new user. Remember to use the same email you have entered as" +" administrator email. This will allow you to enter the site admin panel." +msgstr "" + +#: mod/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 "Friendica提供这个服务目的是分享项目跟别的网络和朋友们在别的时区。" + +#: mod/localtime.php:39 +#, php-format +msgid "UTC time: %s" +msgstr "UTC时间: %s" + +#: mod/localtime.php:42 +#, php-format +msgid "Current timezone: %s" +msgstr "现在时区: %s" + +#: mod/localtime.php:46 +#, php-format +msgid "Converted localtime: %s" +msgstr "装换的当地时间:%s" + +#: mod/localtime.php:52 +msgid "Please select your timezone:" +msgstr "请选择你的时区:" + +#: mod/lostpass.php:27 +msgid "No valid account found." +msgstr "找不到效的账户。" + +#: mod/lostpass.php:39 +msgid "Password reset request issued. Check your email." +msgstr "重设密码要求发布了。核对您的收件箱。" + +#: mod/lostpass.php:45 +#, php-format +msgid "" +"\n" +"\t\tDear %1$s,\n" +"\t\t\tA request was recently received at \"%2$s\" to reset your account\n" +"\t\tpassword. In order to confirm this request, please select the verification link\n" +"\t\tbelow or paste it into your web browser address bar.\n" +"\n" +"\t\tIf you did NOT request this change, please DO NOT follow the link\n" +"\t\tprovided and ignore and/or delete this email, the request will expire shortly.\n" +"\n" +"\t\tYour password will not be changed unless we can verify that you\n" +"\t\tissued this request." +msgstr "" + +#: mod/lostpass.php:56 +#, php-format +msgid "" +"\n" +"\t\tFollow this link soon to verify your identity:\n" +"\n" +"\t\t%1$s\n" +"\n" +"\t\tYou will then receive a follow-up message containing the new password.\n" +"\t\tYou may change that password from your account settings page after logging in.\n" +"\n" +"\t\tThe login details are as follows:\n" +"\n" +"\t\tSite Location:\t%2$s\n" +"\t\tLogin Name:\t%3$s" +msgstr "" + +#: mod/lostpass.php:72 +#, php-format +msgid "Password reset requested at %s" +msgstr "重设密码要求被发布%s" + +#: mod/lostpass.php:88 +msgid "" +"Request could not be verified. (You may have previously submitted it.) " +"Password reset failed." +msgstr "要求确认不了。(您可能已经提交它。)重设密码失败了。" + +#: mod/lostpass.php:101 +msgid "Request has expired, please make a new one." +msgstr "请求超时,请重试。" + +#: mod/lostpass.php:116 +msgid "Forgot your Password?" +msgstr "忘记你的密码吗?" + +#: mod/lostpass.php:117 +msgid "" +"Enter your email address and submit to have your password reset. Then check " +"your email for further instructions." +msgstr "输入您的邮件地址和提交为重置密码。然后核对收件箱看别的说明。" + +#: mod/lostpass.php:118 src/Module/Login.php:314 +msgid "Nickname or Email: " +msgstr "昵称或邮件地址:" + +#: mod/lostpass.php:119 +msgid "Reset" +msgstr "复位" + +#: mod/lostpass.php:135 src/Module/Login.php:326 +msgid "Password Reset" +msgstr "复位密码" + +#: mod/lostpass.php:136 +msgid "Your password has been reset as requested." +msgstr "您的密码被重设如要求的。" + +#: mod/lostpass.php:137 +msgid "Your new password is" +msgstr "你的新的密码是" + +#: mod/lostpass.php:138 +msgid "Save or copy your new password - and then" +msgstr "保存或复制新密码-之后" + +#: mod/lostpass.php:139 +msgid "click here to login" +msgstr "点击这里登录" + +#: mod/lostpass.php:140 +msgid "" +"Your password may be changed from the Settings page after " +"successful login." +msgstr "您的密码可以在成功登录后在设置页修改。" + +#: mod/lostpass.php:148 +#, php-format +msgid "" +"\n" +"\t\t\tDear %1$s,\n" +"\t\t\t\tYour password has been changed as requested. Please retain this\n" +"\t\t\tinformation for your records (or change your password immediately to\n" +"\t\t\tsomething that you will remember).\n" +"\t\t" +msgstr "" + +#: mod/lostpass.php:154 +#, php-format +msgid "" +"\n" +"\t\t\tYour login details are as follows:\n" +"\n" +"\t\t\tSite Location:\t%1$s\n" +"\t\t\tLogin Name:\t%2$s\n" +"\t\t\tPassword:\t%3$s\n" +"\n" +"\t\t\tYou may change that password from your account settings page after logging in.\n" +"\t\t" +msgstr "" + +#: mod/lostpass.php:167 +#, php-format +msgid "Your password has been changed at %s" +msgstr "您密码被变化在%s" + +#: mod/notify.php:77 +msgid "No more system notifications." +msgstr "没别系统通知。" + +#: mod/ping.php:292 +msgid "{0} wants to be your friend" +msgstr "{0}想成为您的朋友" + +#: mod/ping.php:307 +msgid "{0} sent you a message" +msgstr "{0}发给您一个通信" + +#: mod/ping.php:322 +msgid "{0} requested registration" +msgstr "{0}要求注册" + +#: mod/poke.php:192 +msgid "Poke/Prod" +msgstr "戳" + +#: mod/poke.php:193 +msgid "poke, prod or do other things to somebody" +msgstr "把人家戳或别的行动" + +#: mod/poke.php:194 +msgid "Recipient" +msgstr "接受者" + +#: mod/poke.php:195 +msgid "Choose what you wish to do to recipient" +msgstr "选择您想把别人作" + +#: mod/poke.php:198 +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_photo.php:54 +msgid "Image uploaded but image cropping failed." +msgstr "照片上传去了,但修剪失灵。" + +#: mod/profile_photo.php:87 mod/profile_photo.php:95 mod/profile_photo.php:103 +#: mod/profile_photo.php:330 +#, php-format +msgid "Image size reduction [%s] failed." +msgstr "照片减少[%s]失灵。" + +#: mod/profile_photo.php:137 +msgid "" +"Shift-reload the page or clear browser cache if the new photo does not " +"display immediately." +msgstr "万一新照片一会出现,换档重新加载或者成为空浏览器高速缓存。" + +#: mod/profile_photo.php:146 +msgid "Unable to process image" +msgstr "不能处理照片" + +#: mod/profile_photo.php:165 mod/wall_upload.php:186 mod/photos.php:763 +#: mod/photos.php:766 mod/photos.php:795 +#, php-format +msgid "Image exceeds size limit of %s" +msgstr "图片超过 %s 的大小限制" + +#: mod/profile_photo.php:174 mod/wall_upload.php:200 mod/photos.php:818 +msgid "Unable to process image." +msgstr "处理不了图像." + +#: mod/profile_photo.php:262 +msgid "Upload File:" +msgstr "上传文件:" + +#: mod/profile_photo.php:263 +msgid "Select a profile:" +msgstr "选择一个简介" + +#: mod/profile_photo.php:268 +msgid "or" +msgstr "或者" + +#: mod/profile_photo.php:268 +msgid "skip this step" +msgstr "略过这步" + +#: mod/profile_photo.php:268 +msgid "select a photo from your photo albums" +msgstr "从您的照片册选择一片。" + +#: mod/profile_photo.php:281 +msgid "Crop Image" +msgstr "修剪照片" + +#: mod/profile_photo.php:282 +msgid "Please adjust the image cropping for optimum viewing." +msgstr "请调图片剪裁为最好看。" + +#: mod/profile_photo.php:284 +msgid "Done Editing" +msgstr "编辑完成" + +#: mod/profile_photo.php:320 +msgid "Image uploaded successfully." +msgstr "照片成功地上传了。" + +#: mod/profile_photo.php:322 mod/wall_upload.php:239 mod/photos.php:847 +msgid "Image upload failed." +msgstr "图像上载失败了." + +#: mod/profperm.php:28 mod/group.php:83 index.php:412 +msgid "Permission denied" +msgstr "权限不够" + +#: mod/profperm.php:34 mod/profperm.php:65 +msgid "Invalid profile identifier." +msgstr "无限的简介标识符。" + +#: mod/profperm.php:111 +msgid "Profile Visibility Editor" +msgstr "简介能见度编辑器。" + +#: mod/profperm.php:115 mod/group.php:266 +msgid "Click on a contact to add or remove." +msgstr "单击联系人以添加或删除。" + +#: mod/profperm.php:124 +msgid "Visible To" +msgstr "能见被" + +#: mod/profperm.php:140 +msgid "All Contacts (with secure profile access)" +msgstr "" + +#: mod/regmod.php:68 +msgid "Account approved." +msgstr "账户已被批准。" + +#: mod/regmod.php:93 +#, php-format +msgid "Registration revoked for %s" +msgstr "撤销了 %s 的注册" + +#: mod/regmod.php:102 +msgid "Please login." +msgstr "请登录。" + +#: mod/removeme.php:55 mod/removeme.php:58 +msgid "Remove My Account" +msgstr "删除我的账户" + +#: mod/removeme.php:56 +msgid "" +"This will completely remove your account. Once this has been done it is not " +"recoverable." +msgstr "这要完全删除您的账户。这一做过,就不能恢复。" + +#: mod/removeme.php:57 +msgid "Please enter your password for verification:" +msgstr "请输入密码为确认:" + +#: mod/search.php:37 mod/network.php:194 +msgid "Remove term" +msgstr "删除关键字" + +#: mod/search.php:46 mod/network.php:201 src/Content/Feature.php:100 +msgid "Saved Searches" +msgstr "保存的搜索" + +#: mod/search.php:105 +msgid "Only logged in users are permitted to perform a search." +msgstr "只有已登录的用户被允许进行搜索。" + +#: mod/search.php:129 +msgid "Too Many Requests" +msgstr "过多请求" + +#: mod/search.php:130 +msgid "Only one search per minute is permitted for not logged in users." +msgstr "对未登录的用户,每分钟只允许一条搜索。" + +#: mod/search.php:228 mod/community.php:134 +msgid "No results." +msgstr "没有结果。" + +#: mod/search.php:234 +#, php-format +msgid "Items tagged with: %s" +msgstr "" + +#: mod/subthread.php:113 +#, php-format +msgid "%1$s is following %2$s's %3$s" +msgstr "%1$s关注着%2$s的%3$s" + +#: mod/tagrm.php:47 +msgid "Tag removed" +msgstr "标签去除了" + +#: mod/tagrm.php:85 +msgid "Remove Item Tag" +msgstr "去除项目标签" + +#: mod/tagrm.php:87 +msgid "Select a tag to remove: " +msgstr "选择删除一个标签: " + +#: mod/uexport.php:44 +msgid "Export account" +msgstr "导出账户" + +#: mod/uexport.php:44 +msgid "" +"Export your account info and contacts. Use this to make a backup of your " +"account and/or to move it to another server." +msgstr "导出你的账户信息和联系人。用这个功能来生成一个你的账户的备份,并且/或者把它移到另外一个服务器。" + +#: mod/uexport.php:45 +msgid "Export all" +msgstr "导出全部" + +#: mod/uexport.php:45 +msgid "" +"Export your accout info, contacts and all your items as json. Could be a " +"very big file, and could take a lot of time. Use this to make a full backup " +"of your account (photos are not exported)" +msgstr "导出你的账户信息、联系人和所有你的项目为 json 格式。可能会是一个很大的文件,并可能花费很多时间。用这个功能来做一个你的账户的全备份(照片不会被导出)" + +#: mod/uexport.php:52 mod/settings.php:106 +msgid "Export personal data" +msgstr "导出个人信息" + +#: mod/viewcontacts.php:87 +msgid "No contacts." +msgstr "没有联系人。" + +#: mod/viewsrc.php:12 +msgid "Access denied." +msgstr "没有用权。" + +#: mod/wall_upload.php:231 mod/item.php:471 src/Object/Image.php:949 +#: src/Object/Image.php:965 src/Object/Image.php:973 src/Object/Image.php:998 +msgid "Wall Photos" +msgstr "墙照片" + +#: mod/wallmessage.php:49 mod/wallmessage.php:112 +#, php-format +msgid "Number of daily wall messages for %s exceeded. Message failed." +msgstr "一天最多墙通知给%s超过了。通知没有通过 。" + +#: mod/wallmessage.php:57 mod/message.php:73 +msgid "No recipient selected." +msgstr "没有选择的接受者。" + +#: mod/wallmessage.php:60 +msgid "Unable to check your home location." +msgstr "核对不了您的主页。" + +#: mod/wallmessage.php:63 mod/message.php:80 +msgid "Message could not be sent." +msgstr "消息发不了。" + +#: mod/wallmessage.php:66 mod/message.php:83 +msgid "Message collection failure." +msgstr "通信受到错误。" + +#: mod/wallmessage.php:69 mod/message.php:86 +msgid "Message sent." +msgstr "消息发了" + +#: mod/wallmessage.php:86 mod/wallmessage.php:95 +msgid "No recipient." +msgstr "没有接受者。" + +#: mod/wallmessage.php:132 mod/message.php:250 +msgid "Send Private Message" +msgstr "发私人的通信" + +#: mod/wallmessage.php:133 +#, php-format +msgid "" +"If you wish for %s to respond, please check that the privacy settings on " +"your site allow private mail from unknown senders." +msgstr "如果您想%s回答,请核对您网站的隐私设置允许生发送人的私人邮件。" + +#: mod/wallmessage.php:134 mod/message.php:251 mod/message.php:421 +msgid "To:" +msgstr "到:" + +#: mod/wallmessage.php:135 mod/message.php:255 mod/message.php:423 +msgid "Subject:" +msgstr "题目:" + +#: mod/item.php:114 +msgid "Unable to locate original post." +msgstr "找不到当初的新闻" + +#: mod/item.php:274 +msgid "Empty post discarded." +msgstr "空帖子被丢弃了。" + +#: mod/item.php:799 +#, php-format +msgid "" +"This message was sent to you by %s, a member of the Friendica social " +"network." +msgstr "这个新闻是由%s,Friendica社会化网络成员之一,发给你。" + +#: mod/item.php:801 +#, php-format +msgid "You may visit them online at %s" +msgstr "你可以网上拜访他在%s" + +#: mod/item.php:802 +msgid "" +"Please contact the sender by replying to this post if you do not wish to " +"receive these messages." +msgstr "你不想受到这些新闻的话,请回答这个新闻给发者联系。" + +#: mod/item.php:806 +#, php-format +msgid "%s posted an update." +msgstr "%s贴上一个新闻。" + +#: mod/register.php:99 +msgid "" +"Registration successful. Please check your email for further instructions." +msgstr "注册成功了。请咨询说明再您的收件箱。" + +#: mod/register.php:103 +#, php-format +msgid "" +"Failed to send email message. Here your accout details:
    login: %s
    " +"password: %s

    You can change your password after login." +msgstr "发送邮件失败。你的账户消息是:
    用户名:%s
    密码: %s

    。登录后能改密码。" + +#: mod/register.php:110 +msgid "Registration successful." +msgstr "注册成功。" + +#: mod/register.php:115 +msgid "Your registration can not be processed." +msgstr "处理不了您的注册。" + +#: mod/register.php:162 +msgid "Your registration is pending approval by the site owner." +msgstr "您的注册等网页主的批准。" + +#: mod/register.php:220 +msgid "" +"You may (optionally) fill in this form via OpenID by supplying your OpenID " +"and clicking 'Register'." +msgstr "您会(可选的)用OpenID填这个表格通过提供您的OpenID和点击「注册」。" + +#: mod/register.php:221 +msgid "" +"If you are not familiar with OpenID, please leave that field blank and fill " +"in the rest of the items." +msgstr "如果您没熟悉OpenID,请留空这个栏和填另些栏。" + +#: mod/register.php:222 +msgid "Your OpenID (optional): " +msgstr "您的OpenID(可选的):" + +#: mod/register.php:234 +msgid "Include your profile in member directory?" +msgstr "放您的简介再员目录?" + +#: mod/register.php:259 +msgid "Note for the admin" +msgstr "" + +#: mod/register.php:259 +msgid "Leave a message for the admin, why you want to join this node" +msgstr "给管理员留条消息,为什么你想加入这个节点" + +#: mod/register.php:260 +msgid "Membership on this site is by invitation only." +msgstr "会员身份在这个网站是光通过邀请。" + +#: mod/register.php:261 +msgid "Your invitation code: " +msgstr "" + +#: mod/register.php:264 mod/admin.php:1266 +msgid "Registration" +msgstr "注册" + +#: mod/register.php:270 +msgid "Your Full Name (e.g. Joe Smith, real or real-looking): " +msgstr "你的全名 (比如张三,真名或看起来是真名):" + +#: mod/register.php:271 +msgid "" +"Your Email Address: (Initial information will be send there, so this has to " +"be an existing address.)" +msgstr "" + +#: mod/register.php:273 mod/settings.php:1205 +msgid "New Password:" +msgstr "新密码:" + +#: mod/register.php:273 +msgid "Leave empty for an auto generated password." +msgstr "留空以使用自动生成的密码。" + +#: mod/register.php:274 mod/settings.php:1206 +msgid "Confirm:" +msgstr "确认:" + +#: mod/register.php:275 +#, php-format +msgid "" +"Choose a profile nickname. This must begin with a text character. Your " +"profile address on this site will then be 'nickname@%s'." +msgstr "" + +#: mod/register.php:276 +msgid "Choose a nickname: " +msgstr "选择昵称:" + +#: mod/register.php:279 src/Content/Nav.php:128 src/Module/Login.php:283 +msgid "Register" +msgstr "注册" + +#: mod/register.php:286 +msgid "Import your profile to this friendica instance" +msgstr "进口您的简介到这个friendica服务器" + #: mod/admin.php:106 msgid "Theme settings updated." msgstr "主题设置更新了。" @@ -2983,7 +4424,7 @@ msgstr "工具" #: mod/admin.php:189 msgid "Contact Blocklist" -msgstr "" +msgstr "联系人屏蔽列表" #: mod/admin.php:190 mod/admin.php:311 msgid "Server Blocklist" @@ -3023,7 +4464,7 @@ msgstr "管理" #: mod/admin.php:219 msgid "Addon Features" -msgstr "" +msgstr "插件特性" #: mod/admin.php:220 msgid "User registrations waiting for confirmation" @@ -3079,7 +4520,7 @@ msgstr "服务器域名" msgid "" "The domain of the new server to add to the block list. Do not include the " "protocol." -msgstr "" +msgstr "需要添加到服务器屏蔽列表的服务器的域名。请勿包括协议。" #: mod/admin.php:316 msgid "Block reason" @@ -3115,7 +4556,7 @@ msgstr "站点屏蔽列表已更新。" #: mod/admin.php:390 util/global_community_block.php:53 msgid "The contact has been blocked from the node" -msgstr "" +msgstr "该联系人已被本节点屏蔽。" #: mod/admin.php:392 util/global_community_block.php:48 #, php-format @@ -3150,16 +4591,6 @@ msgstr "全选" msgid "select none" msgstr "" -#: mod/admin.php:433 mod/admin.php:1707 mod/contacts.php:628 -#: mod/contacts.php:818 mod/contacts.php:995 -msgid "Block" -msgstr "屏蔽" - -#: mod/admin.php:434 mod/admin.php:1708 mod/contacts.php:628 -#: mod/contacts.php:818 mod/contacts.php:995 -msgid "Unblock" -msgstr "解除屏蔽" - #: mod/admin.php:435 msgid "No remote contact is blocked from this node." msgstr "" @@ -3258,7 +4689,7 @@ msgstr "网络" #: mod/admin.php:695 msgid "Created" -msgstr "" +msgstr "已创建" #: mod/admin.php:696 msgid "Last Tried" @@ -3353,7 +4784,7 @@ msgstr "版本" #: mod/admin.php:795 msgid "Active addons" -msgstr "" +msgstr "激活插件" #: mod/admin.php:826 msgid "Can not parse base url. Must have at least ://" @@ -3383,10 +4814,6 @@ msgstr "" msgid "Public postings from local users and the federated network" msgstr "" -#: mod/admin.php:1190 mod/contacts.php:564 -msgid "Disabled" -msgstr "已停用" - #: mod/admin.php:1192 msgid "Users, Global Contacts" msgstr "用户,全球联系人" @@ -3451,21 +4878,10 @@ msgstr "检查稳定版" msgid "check the development version" msgstr "检查开发版本" -#: mod/admin.php:1264 mod/admin.php:1873 mod/admin.php:2126 mod/admin.php:2200 -#: mod/admin.php:2347 mod/delegate.php:161 mod/settings.php:679 -#: mod/settings.php:788 mod/settings.php:874 mod/settings.php:963 -#: mod/settings.php:1198 -msgid "Save Settings" -msgstr "保存设置" - #: mod/admin.php:1265 msgid "Republish users to directory" msgstr "" -#: mod/admin.php:1266 mod/register.php:264 -msgid "Registration" -msgstr "注册" - #: mod/admin.php:1267 msgid "File upload" msgstr "文件上传" @@ -3474,11 +4890,6 @@ msgstr "文件上传" msgid "Policies" msgstr "政策" -#: mod/admin.php:1269 mod/contacts.php:886 mod/events.php:535 -#: src/Model/Profile.php:851 -msgid "Advanced" -msgstr "高级" - #: mod/admin.php:1270 msgid "Auto Discovered Contact Directory" msgstr "" @@ -3714,7 +5125,7 @@ msgstr "" msgid "" "Check to block public access to all otherwise public personal pages on this " "site unless you are currently logged in." -msgstr "拦公开看什么否则空开的私页在这网站除了您登录的时候以外。" +msgstr "" #: mod/admin.php:1303 msgid "Force publish" @@ -4031,7 +5442,7 @@ msgstr "检查上游版本" 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 "" +msgstr "启用在 github 上检查新的 Friendica 版本。如果发现新版本,您将在管理员概要面板得到通知。" #: mod/admin.php:1341 msgid "Suppress Tags" @@ -4086,7 +5497,7 @@ 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 "" +msgstr "如果您的系统无法为您检测到正确的安装路径,请在这里输入正确的路径。此配置仅在您使用设有限制的系统时符号链接到网页服务器根目录使用。" #: mod/admin.php:1347 msgid "Disable picture proxy" @@ -4104,7 +5515,7 @@ msgstr "" #: mod/admin.php:1348 msgid "On large systems the text search can slow down the system extremely." -msgstr "" +msgstr "在大型系统中,正文搜索会极大降低系统运行速度。" #: mod/admin.php:1350 msgid "New base url" @@ -4122,7 +5533,7 @@ msgstr "" #: mod/admin.php:1352 msgid "Encryption layer between nodes." -msgstr "" +msgstr "节点之间的加密层。" #: mod/admin.php:1354 msgid "Maximum number of parallel workers" @@ -4209,7 +5620,7 @@ msgstr "没有不通过地更新。" #: mod/admin.php:1437 msgid "Check database structure" -msgstr "" +msgstr "检查数据库结构" #: mod/admin.php:1442 msgid "Failed Updates" @@ -4291,12 +5702,12 @@ msgstr "用户 '%s' 被删除了" #: mod/admin.php:1590 #, php-format msgid "User '%s' unblocked" -msgstr "" +msgstr "用户“%s”已解除屏蔽" #: mod/admin.php:1590 #, php-format msgid "User '%s' blocked" -msgstr "" +msgstr "用户“%s”已屏蔽" #: mod/admin.php:1689 mod/admin.php:1701 mod/admin.php:1714 mod/admin.php:1732 #: src/Content/ContactSelector.php:82 @@ -4394,12 +5805,12 @@ msgstr "新用户的邮件地址。" #: mod/admin.php:1774 #, php-format msgid "Addon %s disabled." -msgstr "" +msgstr "插件 %s 已禁用。" #: mod/admin.php:1778 #, php-format msgid "Addon %s enabled." -msgstr "" +msgstr "插件 %s 已启用。" #: mod/admin.php:1788 mod/admin.php:2037 msgid "Disable" @@ -4423,7 +5834,7 @@ msgstr "维护者:" #: mod/admin.php:1874 msgid "Reload active addons" -msgstr "" +msgstr "重新加载可用插件" #: mod/admin.php:1879 #, php-format @@ -4431,7 +5842,7 @@ 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 "" +msgstr "目前您的节点上没有可用插件。您可以在 %1$s 找到官方插件库,或者到开放的插件登记处 %2$s 也能找到其他有趣的插件" #: mod/admin.php:1999 msgid "No themes found." @@ -4448,7 +5859,7 @@ msgstr "重载活动的主题" #: mod/admin.php:2132 #, php-format msgid "No themes found on the system. They should be placed in %1$s" -msgstr "" +msgstr "未在系统中发现主题。它们应该被放置在 %1$s" #: mod/admin.php:2133 msgid "[Experimental]" @@ -4510,14 +5921,14 @@ msgstr "" msgid "" "Error trying to open %1$s log file.\\r\\n
    Check to see " "if file %1$s exist and is readable." -msgstr "" +msgstr "打开 %1$s 日志文件出错。\\r\\n
    请检查 %1$s 文件是否存在并且可读。" #: mod/admin.php:2245 #, php-format msgid "" "Couldn't open %1$s log file.\\r\\n
    Check to see if file" " %1$s is readable." -msgstr "" +msgstr "无法打开 %1$s 日志文件。\\r\\n
    请检查 %1$s 文件是否可读。" #: mod/admin.php:2336 mod/admin.php:2337 mod/settings.php:779 msgid "Off" @@ -4580,9 +5991,17 @@ msgstr "源代输入(Diaspora形式):" msgid "diaspora2bb: " msgstr "diaspora2bb: " +#: mod/bookmarklet.php:21 src/Content/Nav.php:114 src/Module/Login.php:312 +msgid "Login" +msgstr "登录" + +#: mod/bookmarklet.php:49 +msgid "The post was created" +msgstr "文章创建了" + #: mod/community.php:44 msgid "Community option not available." -msgstr "" +msgstr "社区选项不可用。" #: mod/community.php:61 msgid "Not available." @@ -4590,7 +6009,7 @@ msgstr "不可用的" #: mod/community.php:74 msgid "Local Community" -msgstr "" +msgstr "本地社区" #: mod/community.php:77 msgid "Posts from local users on this server" @@ -4598,596 +6017,45 @@ msgstr "" #: mod/community.php:85 msgid "Global Community" -msgstr "" +msgstr "全球社区" #: mod/community.php:88 msgid "Posts from users of the whole federated network" msgstr "" -#: mod/community.php:134 mod/search.php:228 -msgid "No results." -msgstr "没有结果。" - #: mod/community.php:178 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/contacts.php:149 -#, php-format -msgid "%d contact edited." -msgid_plural "%d contacts edited." -msgstr[0] "%d 个联系人被编辑了。" +#: mod/directory.php:153 src/Model/Profile.php:421 src/Model/Profile.php:769 +msgid "Status:" +msgstr "现状:" -#: mod/contacts.php:176 mod/contacts.php:392 -msgid "Could not access contact record." -msgstr "无法访问联系人记录。" +#: mod/directory.php:154 src/Model/Profile.php:422 src/Model/Profile.php:786 +msgid "Homepage:" +msgstr "主页:" -#: mod/contacts.php:186 -msgid "Could not locate selected profile." -msgstr "找不到选择的简介。" +#: mod/directory.php:203 view/theme/vier/theme.php:201 +msgid "Global Directory" +msgstr "综合目录" -#: mod/contacts.php:220 -msgid "Contact updated." -msgstr "联系人更新了。" +#: mod/directory.php:205 +msgid "Find on this site" +msgstr "找在这网站" -#: mod/contacts.php:222 mod/dfrn_request.php:419 -msgid "Failed to update contact record." -msgstr "更新联系人记录失败。" - -#: mod/contacts.php:413 -msgid "Contact has been blocked" -msgstr "联系人已被屏蔽" - -#: mod/contacts.php:413 -msgid "Contact has been unblocked" -msgstr "联系人已被解除屏蔽" - -#: mod/contacts.php:424 -msgid "Contact has been ignored" -msgstr "联系人已被忽视" - -#: mod/contacts.php:424 -msgid "Contact has been unignored" -msgstr "联系人已被解除忽视" - -#: mod/contacts.php:435 -msgid "Contact has been archived" -msgstr "联系人已存档" - -#: mod/contacts.php:435 -msgid "Contact has been unarchived" -msgstr "联系人已被解除存档" - -#: mod/contacts.php:459 -msgid "Drop contact" +#: mod/directory.php:207 +msgid "Results for:" msgstr "" -#: mod/contacts.php:462 mod/contacts.php:814 -msgid "Do you really want to delete this contact?" -msgstr "您真的想删除这个熟人吗?" +#: mod/directory.php:209 +msgid "Site Directory" +msgstr "网站目录" -#: mod/contacts.php:480 -msgid "Contact has been removed." -msgstr "联系人被删除了。" - -#: mod/contacts.php:511 -#, php-format -msgid "You are mutual friends with %s" -msgstr "您和 %s 互为朋友" - -#: mod/contacts.php:515 -#, php-format -msgid "You are sharing with %s" -msgstr "你正在和 %s 分享" - -#: mod/contacts.php:519 -#, php-format -msgid "%s is sharing with you" -msgstr "%s 正在和你分享" - -#: mod/contacts.php:539 -msgid "Private communications are not available for this contact." -msgstr "私人交流对这个联系人不可用。" - -#: mod/contacts.php:541 -msgid "Never" -msgstr "从未" - -#: mod/contacts.php:544 -msgid "(Update was successful)" -msgstr "(更新成功)" - -#: mod/contacts.php:544 -msgid "(Update was not successful)" -msgstr "(更新不成功)" - -#: mod/contacts.php:546 mod/contacts.php:976 -msgid "Suggest friends" -msgstr "建议朋友们" - -#: mod/contacts.php:550 -#, php-format -msgid "Network type: %s" -msgstr "网络种类: %s" - -#: mod/contacts.php:555 -msgid "Communications lost with this contact!" -msgstr "和这个联系人的通信断开了!" - -#: mod/contacts.php:561 -msgid "Fetch further information for feeds" -msgstr "拿文源别的消息" - -#: mod/contacts.php:563 -msgid "" -"Fetch information like preview pictures, title and teaser from the feed " -"item. You can activate this if the feed doesn't contain much text. Keywords " -"are taken from the meta header in the feed item and are posted as hash tags." -msgstr "" - -#: mod/contacts.php:565 -msgid "Fetch information" -msgstr "取消息" - -#: mod/contacts.php:566 -msgid "Fetch keywords" -msgstr "获取关键字" - -#: mod/contacts.php:567 -msgid "Fetch information and keywords" -msgstr "取消息和关键词" - -#: mod/contacts.php:599 -msgid "Contact" -msgstr "联系人" - -#: mod/contacts.php:602 -msgid "Profile Visibility" -msgstr "简历可见量" - -#: mod/contacts.php:603 -#, php-format -msgid "" -"Please choose the profile you would like to display to %s when viewing your " -"profile securely." -msgstr "请选择简介您想给%s显示他安全地看您的简介的时候。" - -#: mod/contacts.php:604 -msgid "Contact Information / Notes" -msgstr "熟人信息/便条" - -#: mod/contacts.php:605 -msgid "Their personal note" -msgstr "" - -#: mod/contacts.php:607 -msgid "Edit contact notes" -msgstr "编辑联系人便条" - -#: mod/contacts.php:611 -msgid "Block/Unblock contact" -msgstr "屏蔽/解除屏蔽联系人" - -#: mod/contacts.php:612 -msgid "Ignore contact" -msgstr "忽略联系人" - -#: mod/contacts.php:613 -msgid "Repair URL settings" -msgstr "维修URL设置" - -#: mod/contacts.php:614 -msgid "View conversations" -msgstr "看交流" - -#: mod/contacts.php:619 -msgid "Last update:" -msgstr "上个更新:" - -#: mod/contacts.php:621 -msgid "Update public posts" -msgstr "更新公开文章" - -#: mod/contacts.php:623 mod/contacts.php:986 -msgid "Update now" -msgstr "现在更新" - -#: mod/contacts.php:629 mod/contacts.php:819 mod/contacts.php:1003 -msgid "Unignore" -msgstr "取消忽视" - -#: mod/contacts.php:633 -msgid "Currently blocked" -msgstr "现在被封禁的" - -#: mod/contacts.php:634 -msgid "Currently ignored" -msgstr "现在不理的" - -#: mod/contacts.php:635 -msgid "Currently archived" -msgstr "现在存档着" - -#: mod/contacts.php:636 -msgid "Awaiting connection acknowledge" -msgstr "" - -#: mod/contacts.php:637 -msgid "" -"Replies/likes to your public posts may still be visible" -msgstr "回答/喜欢关您公开文章还可见的" - -#: mod/contacts.php:638 -msgid "Notification for new posts" -msgstr "新消息提示" - -#: mod/contacts.php:638 -msgid "Send a notification of every new post of this contact" -msgstr "发送这个联系人的每篇新文章的通知" - -#: mod/contacts.php:641 -msgid "Blacklisted keywords" -msgstr "黑名单关键词" - -#: mod/contacts.php:641 -msgid "" -"Comma separated list of keywords that should not be converted to hashtags, " -"when \"Fetch information and keywords\" is selected" -msgstr "逗号分的关键词不应该翻译成主题标签,如果“取消息和关键词”选择的。" - -#: mod/contacts.php:653 src/Model/Profile.php:424 -msgid "XMPP:" -msgstr "XMPP:" - -#: mod/contacts.php:658 -msgid "Actions" -msgstr "" - -#: mod/contacts.php:660 mod/contacts.php:846 view/theme/frio/theme.php:259 -#: src/Content/Nav.php:100 src/Model/Profile.php:874 -msgid "Status" -msgstr "状态" - -#: mod/contacts.php:661 -msgid "Contact Settings" -msgstr "联系人设置" - -#: mod/contacts.php:702 -msgid "Suggestions" -msgstr "建议" - -#: mod/contacts.php:705 -msgid "Suggest potential friends" -msgstr "建议潜在朋友们" - -#: mod/contacts.php:713 -msgid "Show all contacts" -msgstr "显示所有的联系人" - -#: mod/contacts.php:718 -msgid "Unblocked" -msgstr "" - -#: mod/contacts.php:721 -msgid "Only show unblocked contacts" -msgstr "只显示没被屏蔽的联系人" - -#: mod/contacts.php:726 -msgid "Blocked" -msgstr "被屏蔽的" - -#: mod/contacts.php:729 -msgid "Only show blocked contacts" -msgstr "只显示被屏蔽的联系人" - -#: mod/contacts.php:734 -msgid "Ignored" -msgstr "忽视的" - -#: mod/contacts.php:737 -msgid "Only show ignored contacts" -msgstr "只显示忽略的联系人" - -#: mod/contacts.php:742 -msgid "Archived" -msgstr "在存档" - -#: mod/contacts.php:745 -msgid "Only show archived contacts" -msgstr "只显示已存档联系人" - -#: mod/contacts.php:750 -msgid "Hidden" -msgstr "隐藏的" - -#: mod/contacts.php:753 -msgid "Only show hidden contacts" -msgstr "只显示隐藏的联系人" - -#: mod/contacts.php:809 -msgid "Search your contacts" -msgstr "搜索您的联系人" - -#: mod/contacts.php:810 mod/search.php:236 -#, php-format -msgid "Results for: %s" -msgstr "" - -#: mod/contacts.php:817 mod/settings.php:169 mod/settings.php:705 -msgid "Update" -msgstr "更新" - -#: mod/contacts.php:820 mod/contacts.php:1011 -msgid "Archive" -msgstr "存档" - -#: mod/contacts.php:820 mod/contacts.php:1011 -msgid "Unarchive" -msgstr "从存档拿来" - -#: mod/contacts.php:823 -msgid "Batch Actions" -msgstr "" - -#: mod/contacts.php:857 src/Model/Profile.php:885 -msgid "Profile Details" -msgstr "简介内容" - -#: mod/contacts.php:869 -msgid "View all contacts" -msgstr "查看所有联系人" - -#: mod/contacts.php:880 -msgid "View all common friends" -msgstr "查看所有公共好友" - -#: mod/contacts.php:889 -msgid "Advanced Contact Settings" -msgstr "高级联系人设置" - -#: mod/contacts.php:921 -msgid "Mutual Friendship" -msgstr "共同友谊" - -#: mod/contacts.php:925 -msgid "is a fan of yours" -msgstr "是你的粉丝" - -#: mod/contacts.php:929 -msgid "you are a fan of" -msgstr "你喜欢" - -#: mod/contacts.php:997 -msgid "Toggle Blocked status" -msgstr "切换屏蔽状态" - -#: mod/contacts.php:1005 -msgid "Toggle Ignored status" -msgstr "交替忽视现状" - -#: mod/contacts.php:1013 -msgid "Toggle Archive status" -msgstr "交替档案现状" - -#: mod/contacts.php:1021 -msgid "Delete contact" -msgstr "删除联系人" - -#: mod/delegate.php:142 -msgid "No parent user" -msgstr "" - -#: mod/delegate.php:158 -msgid "Parent User" -msgstr "" - -#: mod/delegate.php:160 -msgid "" -"Parent users have total control about this account, including the account " -"settings. Please double check whom you give this access." -msgstr "" - -#: mod/delegate.php:162 src/Content/Nav.php:204 -msgid "Delegate Page Management" -msgstr "页代表管理" - -#: mod/delegate.php:163 -msgid "Delegates" -msgstr "" - -#: mod/delegate.php:165 -msgid "" -"Delegates are able to manage all aspects of this account/page except for " -"basic account settings. Please do not delegate your personal account to " -"anybody that you do not trust completely." -msgstr "代表会管理所有的方面这个账户/页除了基础账户配置以外。请别代表您私人账户给您没完全信的人。" - -#: mod/delegate.php:166 -msgid "Existing Page Managers" -msgstr "目前页管理员" - -#: mod/delegate.php:168 -msgid "Existing Page Delegates" -msgstr "目前页代表" - -#: mod/delegate.php:170 -msgid "Potential Delegates" -msgstr "潜力的代表" - -#: mod/delegate.php:172 mod/tagrm.php:98 -msgid "Remove" -msgstr "移走" - -#: mod/delegate.php:173 -msgid "Add" -msgstr "加" - -#: mod/delegate.php:174 -msgid "No entries." -msgstr "没有项目。" - -#: mod/dfrn_request.php:94 -msgid "This introduction has already been accepted." -msgstr "这个介绍已经接受了。" - -#: mod/dfrn_request.php:112 mod/dfrn_request.php:359 -msgid "Profile location is not valid or does not contain profile information." -msgstr "简介位置失效或不包含简介信息。" - -#: mod/dfrn_request.php:116 mod/dfrn_request.php:363 -msgid "Warning: profile location has no identifiable owner name." -msgstr "警告:简介位置没有可设别的主名。" - -#: mod/dfrn_request.php:119 mod/dfrn_request.php:366 -msgid "Warning: profile location has no profile photo." -msgstr "警告:简介位置没有简介图。" - -#: mod/dfrn_request.php:123 mod/dfrn_request.php:370 -#, php-format -msgid "%d required parameter was not found at the given location" -msgid_plural "%d required parameters were not found at the given location" -msgstr[0] "%d需要的参数没找到在输入的位置。" - -#: mod/dfrn_request.php:162 -msgid "Introduction complete." -msgstr "介绍完成的。" - -#: mod/dfrn_request.php:199 -msgid "Unrecoverable protocol error." -msgstr "不能恢复的协议错误" - -#: mod/dfrn_request.php:226 -msgid "Profile unavailable." -msgstr "简介无效" - -#: mod/dfrn_request.php:248 -#, php-format -msgid "%s has received too many connection requests today." -msgstr "%s今天已经受到了太多联络要求" - -#: mod/dfrn_request.php:249 -msgid "Spam protection measures have been invoked." -msgstr "垃圾保护措施被用了。" - -#: mod/dfrn_request.php:250 -msgid "Friends are advised to please try again in 24 hours." -msgstr "朋友们被建议请24小时后再试。" - -#: mod/dfrn_request.php:280 -msgid "Invalid locator" -msgstr "无效找到物" - -#: mod/dfrn_request.php:316 -msgid "You have already introduced yourself here." -msgstr "您已经自我介绍这儿。" - -#: mod/dfrn_request.php:319 -#, php-format -msgid "Apparently you are already friends with %s." -msgstr "看上去您已经是%s的朋友。" - -#: mod/dfrn_request.php:339 -msgid "Invalid profile URL." -msgstr "无效的简介URL。" - -#: mod/dfrn_request.php:345 src/Model/Contact.php:1137 -msgid "Disallowed profile URL." -msgstr "不允许的简介地址." - -#: mod/dfrn_request.php:439 -msgid "Your introduction has been sent." -msgstr "您的介绍发布了。" - -#: mod/dfrn_request.php:477 -msgid "" -"Remote subscription can't be done for your network. Please subscribe " -"directly on your system." -msgstr "" - -#: mod/dfrn_request.php:493 -msgid "Please login to confirm introduction." -msgstr "请登录以确认介绍。" - -#: mod/dfrn_request.php:501 -msgid "" -"Incorrect identity currently logged in. Please login to " -"this profile." -msgstr "当前登录的身份不正确。请登录到这个用户。" - -#: mod/dfrn_request.php:515 mod/dfrn_request.php:532 -msgid "Confirm" -msgstr "确认" - -#: mod/dfrn_request.php:527 -msgid "Hide this contact" -msgstr "隐藏这个联系人" - -#: mod/dfrn_request.php:530 -#, php-format -msgid "Welcome home %s." -msgstr "欢迎%s。" - -#: mod/dfrn_request.php:531 -#, php-format -msgid "Please confirm your introduction/connection request to %s." -msgstr "请确认您的介绍/联络要求给%s。" - -#: mod/dfrn_request.php:642 -msgid "" -"Please enter your 'Identity Address' from one of the following supported " -"communications networks:" -msgstr "请从以下支持的通信网络之一输入你的 “身份地址”:" - -#: mod/dfrn_request.php:645 -#, php-format -msgid "" -"If you are not yet a member of the free social web, follow " -"this link to find a public Friendica site and join us today." -msgstr "" - -#: mod/dfrn_request.php:650 -msgid "Friend/Connection Request" -msgstr "朋友/连接请求" - -#: mod/dfrn_request.php:651 -msgid "" -"Examples: jojo@demo.friendica.com, http://demo.friendica.com/profile/jojo, " -"testuser@gnusocial.de" -msgstr "" - -#: mod/dfrn_request.php:652 mod/follow.php:147 -msgid "Please answer the following:" -msgstr "请回答下述的:" - -#: mod/dfrn_request.php:653 mod/follow.php:148 -#, php-format -msgid "Does %s know you?" -msgstr "%s是否认识你?" - -#: mod/dfrn_request.php:654 mod/follow.php:149 -msgid "Add a personal note:" -msgstr "添加一个个人便条:" - -#: mod/dfrn_request.php:656 src/Content/ContactSelector.php:79 -msgid "Friendica" -msgstr "Friendica" - -#: mod/dfrn_request.php:657 -msgid "GNU Social (Pleroma, Mastodon)" -msgstr "" - -#: mod/dfrn_request.php:658 -msgid "Diaspora (Socialhome, Hubzilla)" -msgstr "" - -#: mod/dfrn_request.php:659 -#, php-format -msgid "" -" - please do not use this form. Instead, enter %s into your Diaspora search" -" bar." -msgstr " - 请别用这个表格。而是在你的 Diaspora 搜索栏输入 %s." +#: mod/directory.php:214 +msgid "No entries (some entries may be hidden)." +msgstr "没有文章(有的文章会被隐藏)。" #: mod/editpost.php:27 mod/editpost.php:37 msgid "Item not found" @@ -5199,7 +6067,7 @@ msgstr "编辑文章" #: mod/events.php:103 mod/events.php:105 msgid "Event can not end before it has started." -msgstr "" +msgstr "事件不能在开始前结束。" #: mod/events.php:112 mod/events.php:114 msgid "Event title and start time are required." @@ -5245,7 +6113,7 @@ msgstr "标题:" msgid "Share this event" msgstr "分享这个事件" -#: mod/events.php:534 src/Model/Profile.php:850 +#: mod/events.php:534 src/Model/Profile.php:864 msgid "Basic" msgstr "基本" @@ -5257,598 +6125,91 @@ msgstr "删除事件失败" msgid "Event removed" msgstr "事件已删除" -#: mod/filer.php:34 -msgid "- select -" -msgstr "-选择-" +#: mod/fsuggest.php:71 +msgid "Friend suggestion sent." +msgstr "朋友建议发送了。" -#: mod/follow.php:44 -msgid "The contact could not be added." -msgstr "无法添加此联系人。" +#: mod/fsuggest.php:102 +msgid "Suggest Friends" +msgstr "推荐的朋友们" -#: mod/follow.php:72 -msgid "You already added this contact." -msgstr "您已添加此联系人。" - -#: mod/follow.php:81 -msgid "Diaspora support isn't enabled. Contact can't be added." -msgstr "Diaspora 支持没被启用。无法添加联系人。" - -#: mod/follow.php:88 -msgid "OStatus support is disabled. Contact can't be added." -msgstr "OStatus 支持没被启用。无法添加联系人。" - -#: mod/follow.php:95 -msgid "The network type couldn't be detected. Contact can't be added." -msgstr "网络类型无法被检测。无法添加联系人。" - -#: mod/install.php:114 -msgid "Friendica Communications Server - Setup" -msgstr "Friendica沟通服务器-安装" - -#: mod/install.php:120 -msgid "Could not connect to database." -msgstr "解不了数据库。" - -#: mod/install.php:124 -msgid "Could not create table." -msgstr "无法创建表格。" - -#: mod/install.php:130 -msgid "Your Friendica site database has been installed." -msgstr "您Friendica网站数据库被安装了。" - -#: mod/install.php:135 -msgid "" -"You may need to import the file \"database.sql\" manually using phpmyadmin " -"or mysql." -msgstr "您可能要手工地进口文件「database.sql」用phpmyadmin或mysql。" - -#: mod/install.php:136 mod/install.php:208 mod/install.php:553 -msgid "Please see the file \"INSTALL.txt\"." -msgstr "请看文件「INSTALL.txt」" - -#: mod/install.php:148 -msgid "Database already in use." -msgstr "数据库已经被使用。" - -#: mod/install.php:205 -msgid "System check" -msgstr "系统检测" - -#: mod/install.php:210 -msgid "Check again" -msgstr "再检测" - -#: mod/install.php:230 -msgid "Database connection" -msgstr "数据库接通" - -#: mod/install.php:231 -msgid "" -"In order to install Friendica we need to know how to connect to your " -"database." -msgstr "为安装Friendica我们要知道怎么连接您的数据库。" - -#: mod/install.php:232 -msgid "" -"Please contact your hosting provider or site administrator if you have " -"questions about these settings." -msgstr "你有关于这些设置有问题的话,请给互联网托管服务或者网页管理联系。" - -#: mod/install.php:233 -msgid "" -"The database you specify below should already exist. If it does not, please " -"create it before continuing." -msgstr "您下边指定的数据库应该已经存在。如果还没有,请创建后继续。" - -#: mod/install.php:237 -msgid "Database Server Name" -msgstr "数据库服务器名" - -#: mod/install.php:238 -msgid "Database Login Name" -msgstr "数据库登录名" - -#: mod/install.php:239 -msgid "Database Login Password" -msgstr "数据库登录密码" - -#: mod/install.php:239 -msgid "For security reasons the password must not be empty" -msgstr "由于安全的原因,密码不能为空" - -#: mod/install.php:240 -msgid "Database Name" -msgstr "数据库名字" - -#: mod/install.php:241 mod/install.php:281 -msgid "Site administrator email address" -msgstr "网站行政人员邮件地址" - -#: mod/install.php:241 mod/install.php:281 -msgid "" -"Your account email address must match this in order to use the web admin " -"panel." -msgstr "您账户邮件地址必要符合这个为用网站处理仪表板" - -#: mod/install.php:245 mod/install.php:284 -msgid "Please select a default timezone for your website" -msgstr "请选择您网站的默认时区" - -#: mod/install.php:271 -msgid "Site settings" -msgstr "网站设置" - -#: mod/install.php:285 -msgid "System Language:" -msgstr "系统语言:" - -#: mod/install.php:285 -msgid "" -"Set the default language for your Friendica installation interface and to " -"send emails." -msgstr "" - -#: mod/install.php:325 -msgid "Could not find a command line version of PHP in the web server PATH." -msgstr "没找到命令行PHP在网服务器PATH。" - -#: mod/install.php:326 -msgid "" -"If you don't have a command line version of PHP installed on your server, " -"you will not be able to run the background processing. See 'Setup the worker'" -msgstr "" - -#: mod/install.php:330 -msgid "PHP executable path" -msgstr "PHP可执行路径" - -#: mod/install.php:330 -msgid "" -"Enter full path to php executable. You can leave this blank to continue the " -"installation." -msgstr "输入全路线到php执行程序。您会留空白为继续安装。" - -#: mod/install.php:335 -msgid "Command line PHP" -msgstr "命令行PHP" - -#: mod/install.php:344 -msgid "PHP executable is not the php cli binary (could be cgi-fgci version)" -msgstr "PHP执行程序不是命令行PHP執行檔(有可能是cgi-fgci版本)" - -#: mod/install.php:345 -msgid "Found PHP version: " -msgstr "找到 PHP 版本:" - -#: mod/install.php:347 -msgid "PHP cli binary" -msgstr "命令行PHP執行檔" - -#: mod/install.php:358 -msgid "" -"The command line version of PHP on your system does not have " -"\"register_argc_argv\" enabled." -msgstr "您系统的命令行PHP没有能够「register_argc_argv」。" - -#: mod/install.php:359 -msgid "This is required for message delivery to work." -msgstr "这必要为通信发布成功。" - -#: mod/install.php:361 -msgid "PHP register_argc_argv" -msgstr "PHP register_argc_argv" - -#: mod/install.php:384 -msgid "" -"Error: the \"openssl_pkey_new\" function on this system is not able to " -"generate encryption keys" -msgstr "错误:这系统的「register_argc_argv」子程序不能产生加密钥匙" - -#: mod/install.php:385 -msgid "" -"If running under Windows, please see " -"\"http://www.php.net/manual/en/openssl.installation.php\"." -msgstr "如果您用Windows,请看「http://www.php.net/manual/en/openssl.installation.php」。" - -#: mod/install.php:387 -msgid "Generate encryption keys" -msgstr "产生加密钥匙" - -#: mod/install.php:394 -msgid "libCurl PHP module" -msgstr "libCurl PHP模块" - -#: mod/install.php:395 -msgid "GD graphics PHP module" -msgstr "GD显示PHP模块" - -#: mod/install.php:396 -msgid "OpenSSL PHP module" -msgstr "OpenSSL PHP模块" - -#: mod/install.php:397 -msgid "PDO or MySQLi PHP module" -msgstr "PDO 或者 MySQLi PHP 模块" - -#: mod/install.php:398 -msgid "mb_string PHP module" -msgstr "mb_string PHP模块" - -#: mod/install.php:399 -msgid "XML PHP module" -msgstr "XML PHP 模块" - -#: mod/install.php:400 -msgid "iconv module" -msgstr "iconv 模块" - -#: mod/install.php:404 mod/install.php:406 -msgid "Apache mod_rewrite module" -msgstr "Apache mod_rewrite部件" - -#: mod/install.php:404 -msgid "" -"Error: Apache webserver mod-rewrite module is required but not installed." -msgstr "错误:Apache服务器的mod-rewrite模块是必要的可却不安装的。" - -#: mod/install.php:412 -msgid "Error: libCURL PHP module required but not installed." -msgstr "错误:libCurl PHP模块是必要的可却不安装的。" - -#: mod/install.php:416 -msgid "" -"Error: GD graphics PHP module with JPEG support required but not installed." -msgstr "错误:GD显示PHP模块跟JPEG支持是必要的可却安装的。" - -#: mod/install.php:420 -msgid "Error: openssl PHP module required but not installed." -msgstr "错误:openssl PHP模块是必要的可却不安装的。" - -#: mod/install.php:424 -msgid "Error: PDO or MySQLi PHP module required but not installed." -msgstr "" - -#: mod/install.php:428 -msgid "Error: The MySQL driver for PDO is not installed." -msgstr "" - -#: mod/install.php:432 -msgid "Error: mb_string PHP module required but not installed." -msgstr "错误:mbstring PHP模块必要可没安装的。" - -#: mod/install.php:436 -msgid "Error: iconv PHP module required but not installed." -msgstr "" - -#: mod/install.php:446 -msgid "Error, XML PHP module required but not installed." -msgstr "" - -#: mod/install.php:458 -msgid "" -"The web installer needs to be able to create a file called \".htconfig.php\"" -" in the top folder of your web server and it is unable to do so." -msgstr "网页安装器要创建一个叫 \".htconfig.php\" 的文件在你的 web 服务器的顶层目录下,但无法这么做。" - -#: mod/install.php:459 -msgid "" -"This is most often a permission setting, as the web server may not be able " -"to write files in your folder - even if you can." -msgstr "这常常是一个权设置,因为网服务器可能不会写文件在文件夹-即使您会。" - -#: mod/install.php:460 -msgid "" -"At the end of this procedure, we will give you a text to save in a file " -"named .htconfig.php in your Friendica top folder." -msgstr "这个步骤头,我们给您正文要保存在叫.htconfig.php的文件在您Friendica主文件夹。" - -#: mod/install.php:461 -msgid "" -"You can alternatively skip this procedure and perform a manual installation." -" Please see the file \"INSTALL.txt\" for instructions." -msgstr "或者您会这个步骤不做还是实行手动的安装。请看INSTALL.txt文件为说明。" - -#: mod/install.php:464 -msgid ".htconfig.php is writable" -msgstr ".htconfig.php是可写的" - -#: mod/install.php:474 -msgid "" -"Friendica uses the Smarty3 template engine to render its web views. Smarty3 " -"compiles templates to PHP to speed up rendering." -msgstr "Friendica用Smarty3模板机车为建筑网页。Smarty3把模板编译成PHP为催建筑网页。" - -#: mod/install.php:475 -msgid "" -"In order to store these compiled templates, the web server needs to have " -"write access to the directory view/smarty3/ under the Friendica top level " -"folder." -msgstr "为了保存这些模板,网服务器要写权利于view/smarty3/目录在Friendica主目录下。" - -#: mod/install.php:476 -msgid "" -"Please ensure that the user that your web server runs as (e.g. www-data) has" -" write access to this folder." -msgstr "请保险您网服务器用户(比如www-data)有这个目录的写权利。" - -#: mod/install.php:477 -msgid "" -"Note: as a security measure, you should give the web server write access to " -"view/smarty3/ only--not the template files (.tpl) that it contains." -msgstr "注意:为了安全,您应该只给网服务器写权利于view/smarty3/-没有模板文件(.tpl)之下。" - -#: mod/install.php:480 -msgid "view/smarty3 is writable" -msgstr "能写view/smarty3" - -#: mod/install.php:496 -msgid "" -"Url rewrite in .htaccess is not working. Check your server configuration." -msgstr "在 .htaccess 中的 URL 重写不工作。请检查你的服务器配置。" - -#: mod/install.php:498 -msgid "Url rewrite is working" -msgstr "URL改写发挥机能" - -#: mod/install.php:517 -msgid "ImageMagick PHP extension is not installed" -msgstr "ImageMagick PHP 扩展没有安装" - -#: mod/install.php:519 -msgid "ImageMagick PHP extension is installed" -msgstr "ImageMagick PHP 扩展已安装" - -#: mod/install.php:521 -msgid "ImageMagick supports GIF" -msgstr "ImageMagick 支持 GIF" - -#: mod/install.php:528 -msgid "" -"The database configuration file \".htconfig.php\" could not be written. " -"Please use the enclosed text to create a configuration file in your web " -"server root." -msgstr "数据库配置文件 \".htconfig.php\" 无法被写入。请在 web 服务器根目录下使用附上的文字创建一个配置文件。" - -#: mod/install.php:551 -msgid "

    What next

    " -msgstr "

    下步是什么

    " - -#: mod/install.php:552 -msgid "" -"IMPORTANT: You will need to [manually] setup a scheduled task for the " -"worker." -msgstr "" - -#: mod/install.php:555 +#: mod/fsuggest.php:104 #, php-format -msgid "" -"Go to your new Friendica node registration page " -"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 "" +msgid "Suggest a friend for %s" +msgstr "给 %s 推荐朋友" -#: mod/item.php:114 -msgid "Unable to locate original post." -msgstr "找不到当初的新闻" +#: mod/group.php:36 +msgid "Group created." +msgstr "群组已创建。" -#: mod/item.php:274 -msgid "Empty post discarded." -msgstr "空帖子被丢弃了。" +#: mod/group.php:42 +msgid "Could not create group." +msgstr "无法创建群组。" -#: mod/item.php:471 mod/wall_upload.php:231 src/Object/Image.php:949 -#: src/Object/Image.php:965 src/Object/Image.php:973 src/Object/Image.php:998 -msgid "Wall Photos" -msgstr "墙照片" +#: mod/group.php:56 mod/group.php:158 +msgid "Group not found." +msgstr "组找不到。" -#: mod/item.php:799 -#, php-format -msgid "" -"This message was sent to you by %s, a member of the Friendica social " -"network." -msgstr "这个新闻是由%s,Friendica社会化网络成员之一,发给你。" +#: mod/group.php:70 +msgid "Group name changed." +msgstr "组名变化了。" -#: mod/item.php:801 -#, php-format -msgid "You may visit them online at %s" -msgstr "你可以网上拜访他在%s" +#: mod/group.php:97 +msgid "Save Group" +msgstr "保存组" -#: mod/item.php:802 -msgid "" -"Please contact the sender by replying to this post if you do not wish to " -"receive these messages." -msgstr "你不想受到这些新闻的话,请回答这个新闻给发者联系。" +#: mod/group.php:102 +msgid "Create a group of contacts/friends." +msgstr "创建一组联系人/朋友。" -#: mod/item.php:806 -#, php-format -msgid "%s posted an update." -msgstr "%s贴上一个新闻。" +#: mod/group.php:103 mod/group.php:200 src/Model/Group.php:409 +msgid "Group Name: " +msgstr "组名:" -#: mod/localtime.php:33 -msgid "Time Conversion" -msgstr "时间装换" +#: mod/group.php:127 +msgid "Group removed." +msgstr "组删除了。" -#: mod/localtime.php:35 -msgid "" -"Friendica provides this service for sharing events with other networks and " -"friends in unknown timezones." -msgstr "Friendica提供这个服务目的是分享项目跟别的网络和朋友们在别的时区。" +#: mod/group.php:129 +msgid "Unable to remove group." +msgstr "不能删除组。" -#: mod/localtime.php:39 -#, php-format -msgid "UTC time: %s" -msgstr "UTC时间: %s" +#: mod/group.php:193 +msgid "Delete Group" +msgstr "删除群组" -#: mod/localtime.php:42 -#, php-format -msgid "Current timezone: %s" -msgstr "现在时区: %s" +#: mod/group.php:199 +msgid "Group Editor" +msgstr "组编辑器" -#: mod/localtime.php:46 -#, php-format -msgid "Converted localtime: %s" -msgstr "装换的当地时间:%s" +#: mod/group.php:204 +msgid "Edit Group Name" +msgstr "编辑群组名称" -#: mod/localtime.php:52 -msgid "Please select your timezone:" -msgstr "请选择你的时区:" +#: mod/group.php:214 +msgid "Members" +msgstr "成员" -#: mod/lostpass.php:27 -msgid "No valid account found." -msgstr "找不到效的账户。" +#: mod/group.php:217 mod/network.php:639 +msgid "Group is empty" +msgstr "组没有成员" -#: mod/lostpass.php:39 -msgid "Password reset request issued. Check your email." -msgstr "重设密码要求发布了。核对您的收件箱。" +#: mod/group.php:230 +msgid "Remove Contact" +msgstr "删除联系人" -#: mod/lostpass.php:45 -#, php-format -msgid "" -"\n" -"\t\tDear %1$s,\n" -"\t\t\tA request was recently received at \"%2$s\" to reset your account\n" -"\t\tpassword. In order to confirm this request, please select the verification link\n" -"\t\tbelow or paste it into your web browser address bar.\n" -"\n" -"\t\tIf you did NOT request this change, please DO NOT follow the link\n" -"\t\tprovided and ignore and/or delete this email, the request will expire shortly.\n" -"\n" -"\t\tYour password will not be changed unless we can verify that you\n" -"\t\tissued this request." -msgstr "" - -#: mod/lostpass.php:56 -#, php-format -msgid "" -"\n" -"\t\tFollow this link soon to verify your identity:\n" -"\n" -"\t\t%1$s\n" -"\n" -"\t\tYou will then receive a follow-up message containing the new password.\n" -"\t\tYou may change that password from your account settings page after logging in.\n" -"\n" -"\t\tThe login details are as follows:\n" -"\n" -"\t\tSite Location:\t%2$s\n" -"\t\tLogin Name:\t%3$s" -msgstr "" - -#: mod/lostpass.php:72 -#, php-format -msgid "Password reset requested at %s" -msgstr "重设密码要求被发布%s" - -#: mod/lostpass.php:88 -msgid "" -"Request could not be verified. (You may have previously submitted it.) " -"Password reset failed." -msgstr "要求确认不了。(您可能已经提交它。)重设密码失败了。" - -#: mod/lostpass.php:101 -msgid "Request has expired, please make a new one." -msgstr "" - -#: mod/lostpass.php:116 -msgid "Forgot your Password?" -msgstr "忘记你的密码吗?" - -#: mod/lostpass.php:117 -msgid "" -"Enter your email address and submit to have your password reset. Then check " -"your email for further instructions." -msgstr "输入您的邮件地址和提交为重置密码。然后核对收件箱看别的说明。" - -#: mod/lostpass.php:118 src/Module/Login.php:314 -msgid "Nickname or Email: " -msgstr "昵称或邮件地址:" - -#: mod/lostpass.php:119 -msgid "Reset" -msgstr "复位" - -#: mod/lostpass.php:135 src/Module/Login.php:326 -msgid "Password Reset" -msgstr "复位密码" - -#: mod/lostpass.php:136 -msgid "Your password has been reset as requested." -msgstr "您的密码被重设如要求的。" - -#: mod/lostpass.php:137 -msgid "Your new password is" -msgstr "你的新的密码是" - -#: mod/lostpass.php:138 -msgid "Save or copy your new password - and then" -msgstr "保存或复制新密码-之后" - -#: mod/lostpass.php:139 -msgid "click here to login" -msgstr "点击这里登录" - -#: mod/lostpass.php:140 -msgid "" -"Your password may be changed from the Settings page after " -"successful login." -msgstr "您的密码可以在成功登录后在设置页修改。" - -#: mod/lostpass.php:148 -#, php-format -msgid "" -"\n" -"\t\t\tDear %1$s,\n" -"\t\t\t\tYour password has been changed as requested. Please retain this\n" -"\t\t\tinformation for your records (or change your password immediately to\n" -"\t\t\tsomething that you will remember).\n" -"\t\t" -msgstr "" - -#: mod/lostpass.php:154 -#, php-format -msgid "" -"\n" -"\t\t\tYour login details are as follows:\n" -"\n" -"\t\t\tSite Location:\t%1$s\n" -"\t\t\tLogin Name:\t%2$s\n" -"\t\t\tPassword:\t%3$s\n" -"\n" -"\t\t\tYou may change that password from your account settings page after logging in.\n" -"\t\t" -msgstr "" - -#: mod/lostpass.php:167 -#, php-format -msgid "Your password has been changed at %s" -msgstr "您密码被变化在%s" +#: mod/group.php:254 +msgid "Add Contact" +msgstr "添加联系人" #: mod/message.php:30 src/Content/Nav.php:198 msgid "New Message" msgstr "新的消息" -#: mod/message.php:73 mod/wallmessage.php:57 -msgid "No recipient selected." -msgstr "没有选择的接受者。" - #: mod/message.php:77 msgid "Unable to locate contact information." msgstr "无法找到联系人信息。" -#: mod/message.php:80 mod/wallmessage.php:63 -msgid "Message could not be sent." -msgstr "消息发不了。" - -#: mod/message.php:83 mod/wallmessage.php:66 -msgid "Message collection failure." -msgstr "通信受到错误。" - -#: mod/message.php:86 mod/wallmessage.php:69 -msgid "Message sent." -msgstr "消息发了" - #: mod/message.php:112 view/theme/frio/theme.php:268 src/Content/Nav.php:195 msgid "Messages" msgstr "消息" @@ -5865,18 +6226,6 @@ msgstr "消息删除了。" msgid "Conversation removed." msgstr "交流删除了。" -#: mod/message.php:250 mod/wallmessage.php:132 -msgid "Send Private Message" -msgstr "发私人的通信" - -#: mod/message.php:251 mod/message.php:421 mod/wallmessage.php:134 -msgid "To:" -msgstr "到:" - -#: mod/message.php:255 mod/message.php:423 mod/wallmessage.php:135 -msgid "Subject:" -msgstr "题目:" - #: mod/message.php:291 msgid "No messages." msgstr "没有消息" @@ -5928,14 +6277,6 @@ msgid "%d message" msgid_plural "%d messages" msgstr[0] "%d通知" -#: mod/network.php:194 mod/search.php:37 -msgid "Remove term" -msgstr "删除关键字" - -#: mod/network.php:201 mod/search.php:46 src/Content/Feature.php:100 -msgid "Saved Searches" -msgstr "保存的搜索" - #: mod/network.php:202 src/Model/Group.php:401 msgid "add" msgstr "添加" @@ -5971,59 +6312,55 @@ msgstr "私人通信给这个人回被公开。" msgid "Invalid contact." msgstr "无效的联系人。" -#: mod/network.php:920 +#: mod/network.php:921 msgid "Commented Order" msgstr "评论时间顺序" -#: mod/network.php:923 +#: mod/network.php:924 msgid "Sort by Comment Date" msgstr "按评论日期顺序排列" -#: mod/network.php:928 +#: mod/network.php:929 msgid "Posted Order" msgstr "发布时间顺序" -#: mod/network.php:931 +#: mod/network.php:932 msgid "Sort by Post Date" msgstr "按发布日期顺序排列" -#: mod/network.php:942 +#: mod/network.php:943 msgid "Posts that mention or involve you" msgstr "提及你或你参与的文章" -#: mod/network.php:950 +#: mod/network.php:951 msgid "New" msgstr "新" -#: mod/network.php:953 +#: mod/network.php:954 msgid "Activity Stream - by date" msgstr "活动流-按日期" -#: mod/network.php:961 +#: mod/network.php:962 msgid "Shared Links" msgstr "共享的链接" -#: mod/network.php:964 +#: mod/network.php:965 msgid "Interesting Links" msgstr "有意思的超链接" -#: mod/network.php:972 +#: mod/network.php:973 msgid "Starred" msgstr "被星" -#: mod/network.php:975 +#: mod/network.php:976 msgid "Favourite Posts" msgstr "最喜欢的文章" -#: mod/notes.php:53 src/Model/Profile.php:932 +#: mod/notes.php:53 src/Model/Profile.php:946 msgid "Personal Notes" msgstr "私人便条" -#: mod/notify.php:77 -msgid "No more system notifications." -msgstr "没别系统通知。" - -#: mod/photos.php:108 src/Model/Profile.php:893 +#: mod/photos.php:108 src/Model/Profile.php:907 msgid "Photo Albums" msgstr "相册" @@ -6072,15 +6409,9 @@ msgstr "一张照片" msgid "%1$s was tagged in %2$s by %3$s" msgstr "%1$s被%3$s标签在%2$s" -#: mod/photos.php:763 mod/photos.php:766 mod/photos.php:795 -#: mod/profile_photo.php:165 mod/wall_upload.php:186 -#, php-format -msgid "Image exceeds size limit of %s" -msgstr "" - #: mod/photos.php:769 msgid "Image upload didn't complete, please try again" -msgstr "" +msgstr "图片上传未完成,请重试" #: mod/photos.php:772 msgid "Image file is missing" @@ -6090,20 +6421,12 @@ msgstr "缺少图片文件" msgid "" "Server can't accept new file upload at this time, please contact your " "administrator" -msgstr "" +msgstr "服务器目前无法接受新的上传文件,请联系您的管理员" #: mod/photos.php:803 msgid "Image file is empty." msgstr "图片文件空的。" -#: mod/photos.php:818 mod/profile_photo.php:174 mod/wall_upload.php:200 -msgid "Unable to process image." -msgstr "处理不了图像." - -#: mod/photos.php:847 mod/profile_photo.php:322 mod/wall_upload.php:239 -msgid "Image upload failed." -msgstr "图像上载失败了." - #: mod/photos.php:940 msgid "No photos selected" msgstr "没有照片挑选了" @@ -6237,48 +6560,12 @@ msgstr "评论" #: mod/photos.php:1634 msgid "Map" -msgstr "" +msgstr "地图" #: mod/photos.php:1704 mod/videos.php:388 msgid "View Album" msgstr "看照片册" -#: mod/ping.php:292 -msgid "{0} wants to be your friend" -msgstr "{0}想成为您的朋友" - -#: mod/ping.php:307 -msgid "{0} sent you a message" -msgstr "{0}发给您一个通信" - -#: mod/ping.php:322 -msgid "{0} requested registration" -msgstr "{0}要求注册" - -#: mod/poke.php:192 -msgid "Poke/Prod" -msgstr "戳" - -#: mod/poke.php:193 -msgid "poke, prod or do other things to somebody" -msgstr "把人家戳或别的行动" - -#: mod/poke.php:194 -msgid "Recipient" -msgstr "接受者" - -#: mod/poke.php:195 -msgid "Choose what you wish to do to recipient" -msgstr "选择您想把别人作" - -#: mod/poke.php:198 -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:36 src/Model/Profile.php:118 msgid "Requested profile is not available." msgstr "要求的简介联系不上的。" @@ -6296,229 +6583,12 @@ msgstr "" #: mod/profile.php:79 src/Protocol/OStatus.php:1246 #, php-format msgid "%s's timeline" -msgstr "" +msgstr "%s 的时间线" #: mod/profile.php:194 msgid "Tips for New Members" msgstr "新人建议" -#: mod/profile_photo.php:54 -msgid "Image uploaded but image cropping failed." -msgstr "照片上传去了,但修剪失灵。" - -#: mod/profile_photo.php:87 mod/profile_photo.php:95 mod/profile_photo.php:103 -#: mod/profile_photo.php:330 -#, php-format -msgid "Image size reduction [%s] failed." -msgstr "照片减少[%s]失灵。" - -#: mod/profile_photo.php:137 -msgid "" -"Shift-reload the page or clear browser cache if the new photo does not " -"display immediately." -msgstr "万一新照片一会出现,换档重新加载或者成为空浏览器高速缓存。" - -#: mod/profile_photo.php:146 -msgid "Unable to process image" -msgstr "不能处理照片" - -#: mod/profile_photo.php:262 -msgid "Upload File:" -msgstr "上传文件:" - -#: mod/profile_photo.php:263 -msgid "Select a profile:" -msgstr "选择一个简介" - -#: mod/profile_photo.php:268 -msgid "or" -msgstr "或者" - -#: mod/profile_photo.php:268 -msgid "skip this step" -msgstr "略过这步" - -#: mod/profile_photo.php:268 -msgid "select a photo from your photo albums" -msgstr "从您的照片册选择一片。" - -#: mod/profile_photo.php:281 -msgid "Crop Image" -msgstr "修剪照片" - -#: mod/profile_photo.php:282 -msgid "Please adjust the image cropping for optimum viewing." -msgstr "请调图片剪裁为最好看。" - -#: mod/profile_photo.php:284 -msgid "Done Editing" -msgstr "编辑完成" - -#: mod/profile_photo.php:320 -msgid "Image uploaded successfully." -msgstr "照片成功地上传了。" - -#: mod/profperm.php:34 mod/profperm.php:65 -msgid "Invalid profile identifier." -msgstr "无限的简介标识符。" - -#: mod/profperm.php:111 -msgid "Profile Visibility Editor" -msgstr "简介能见度编辑器。" - -#: mod/profperm.php:124 -msgid "Visible To" -msgstr "能见被" - -#: mod/profperm.php:140 -msgid "All Contacts (with secure profile access)" -msgstr "" - -#: mod/register.php:99 -msgid "" -"Registration successful. Please check your email for further instructions." -msgstr "注册成功了。请咨询说明再您的收件箱。" - -#: mod/register.php:103 -#, php-format -msgid "" -"Failed to send email message. Here your accout details:
    login: %s
    " -"password: %s

    You can change your password after login." -msgstr "发送邮件失败。你的账户消息是:
    用户名:%s
    密码: %s

    。登录后能改密码。" - -#: mod/register.php:110 -msgid "Registration successful." -msgstr "注册成功。" - -#: mod/register.php:115 -msgid "Your registration can not be processed." -msgstr "处理不了您的注册。" - -#: mod/register.php:162 -msgid "Your registration is pending approval by the site owner." -msgstr "您的注册等网页主的批准。" - -#: mod/register.php:220 -msgid "" -"You may (optionally) fill in this form via OpenID by supplying your OpenID " -"and clicking 'Register'." -msgstr "您会(可选的)用OpenID填这个表格通过提供您的OpenID和点击「注册」。" - -#: mod/register.php:221 -msgid "" -"If you are not familiar with OpenID, please leave that field blank and fill " -"in the rest of the items." -msgstr "如果您没熟悉OpenID,请留空这个栏和填另些栏。" - -#: mod/register.php:222 -msgid "Your OpenID (optional): " -msgstr "您的OpenID(可选的):" - -#: mod/register.php:234 -msgid "Include your profile in member directory?" -msgstr "放您的简介再员目录?" - -#: mod/register.php:259 -msgid "Note for the admin" -msgstr "" - -#: mod/register.php:259 -msgid "Leave a message for the admin, why you want to join this node" -msgstr "给管理员留条消息,为什么你想加入这个节点" - -#: mod/register.php:260 -msgid "Membership on this site is by invitation only." -msgstr "会员身份在这个网站是光通过邀请。" - -#: mod/register.php:261 -msgid "Your invitation ID: " -msgstr "您邀请ID:" - -#: mod/register.php:270 -msgid "Your Full Name (e.g. Joe Smith, real or real-looking): " -msgstr "你的全名 (比如张三,真名或看起来是真名):" - -#: mod/register.php:271 -msgid "" -"Your Email Address: (Initial information will be send there, so this has to " -"be an existing address.)" -msgstr "" - -#: mod/register.php:273 mod/settings.php:1205 -msgid "New Password:" -msgstr "新密码:" - -#: mod/register.php:273 -msgid "Leave empty for an auto generated password." -msgstr "留空以使用自动生成的密码。" - -#: mod/register.php:274 mod/settings.php:1206 -msgid "Confirm:" -msgstr "确认:" - -#: mod/register.php:275 -#, php-format -msgid "" -"Choose a profile nickname. This must begin with a text character. Your " -"profile address on this site will then be 'nickname@%s'." -msgstr "" - -#: mod/register.php:276 -msgid "Choose a nickname: " -msgstr "选择昵称:" - -#: mod/register.php:279 src/Content/Nav.php:128 src/Module/Login.php:283 -msgid "Register" -msgstr "注册" - -#: mod/register.php:286 -msgid "Import your profile to this friendica instance" -msgstr "进口您的简介到这个friendica服务器" - -#: mod/regmod.php:68 -msgid "Account approved." -msgstr "账户已被批准。" - -#: mod/regmod.php:93 -#, php-format -msgid "Registration revoked for %s" -msgstr "撤销了 %s 的注册" - -#: mod/regmod.php:102 -msgid "Please login." -msgstr "请登录。" - -#: mod/removeme.php:55 mod/removeme.php:58 -msgid "Remove My Account" -msgstr "删除我的账户" - -#: mod/removeme.php:56 -msgid "" -"This will completely remove your account. Once this has been done it is not " -"recoverable." -msgstr "这要完全删除您的账户。这一做过,就不能恢复。" - -#: mod/removeme.php:57 -msgid "Please enter your password for verification:" -msgstr "请输入密码为确认:" - -#: mod/search.php:105 -msgid "Only logged in users are permitted to perform a search." -msgstr "只有已登录的用户被允许进行搜索。" - -#: mod/search.php:129 -msgid "Too Many Requests" -msgstr "过多请求" - -#: mod/search.php:130 -msgid "Only one search per minute is permitted for not logged in users." -msgstr "对未登录的用户,每分钟只允许一条搜索。" - -#: mod/search.php:234 -#, php-format -msgid "Items tagged with: %s" -msgstr "" - #: mod/settings.php:71 msgid "Display" msgstr "显示" @@ -6535,10 +6605,6 @@ msgstr "代表" msgid "Connected apps" msgstr "连接着应用" -#: mod/settings.php:106 mod/uexport.php:52 -msgid "Export personal data" -msgstr "导出个人信息" - #: mod/settings.php:113 msgid "Remove account" msgstr "删除账户" @@ -6601,7 +6667,7 @@ msgstr "无效的邮箱。" #: mod/settings.php:516 msgid "Cannot change to that email." -msgstr "" +msgstr "无法更改到此电子邮件地址。" #: mod/settings.php:569 msgid "Private forum has no privacy permissions. Using default privacy group." @@ -6665,7 +6731,7 @@ msgstr "" #: mod/settings.php:765 msgid "Addon Settings" -msgstr "" +msgstr "插件设置" #: mod/settings.php:786 msgid "Additional Features" @@ -6713,7 +6779,7 @@ msgstr "" #: mod/settings.php:852 msgid "Automatically follow any GNU Social (OStatus) followers/mentioners" -msgstr "" +msgstr "自动关注任何 GNU Social (OStatus) 关注者/提及者" #: mod/settings.php:852 msgid "" @@ -6728,14 +6794,14 @@ msgstr "用于 OStatus 联系人的默认组" #: mod/settings.php:854 msgid "Your legacy GNU Social account" -msgstr "" +msgstr "您遗留的 GNU Social 账户" #: mod/settings.php:854 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 "" +msgstr "如果您在这里输入您旧的 GNU Social/Statusnet 账号名 (格式示例 user@domain.tld) ,您的联系人列表将会被自动添加。完成后该字段将被清空。" #: mod/settings.php:857 msgid "Repair OStatus subscriptions" @@ -6806,12 +6872,12 @@ msgstr "搬到文件夹:" #: mod/settings.php:916 #, php-format msgid "%s - (Unsupported)" -msgstr "" +msgstr "%s - (不支持的)" #: mod/settings.php:918 #, php-format msgid "%s - (Experimental)" -msgstr "" +msgstr "%s - (实验性)" #: mod/settings.php:961 msgid "Display Settings" @@ -6877,13 +6943,13 @@ msgstr "无限的滚动" #: mod/settings.php:978 msgid "Automatic updates only at the top of the network page" -msgstr "" +msgstr "仅在返回到网页头部时自动更新" #: mod/settings.php:978 msgid "" "When disabled, the network page is updated all the time, which could be " "confusing while reading." -msgstr "" +msgstr "禁用后,网页将会一直更新,这可能会对阅读造成干扰。" #: mod/settings.php:979 msgid "Bandwith Saver Mode" @@ -6969,7 +7035,7 @@ msgstr "" #: mod/settings.php:1069 msgid "Community Forum" -msgstr "" +msgstr "社区论坛" #: mod/settings.php:1070 msgid "Account for community discussions." @@ -7047,7 +7113,7 @@ msgstr "出版您默认简介在综合社会目录?" #: mod/settings.php:1115 #, php-format msgid "" -"Your profile will be publishedin this node's local " +"Your profile will be published in this node's local " "directory. Your profile details may be publicly visible depending on the" " system settings." msgstr "" @@ -7061,7 +7127,7 @@ 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 "" +msgstr "您的联系人列表将不会在您的默认简介页面展示。您可以决定在您自建的各附加简介中分别展示您的联系人列表" #: mod/settings.php:1126 msgid "Hide your profile details from anonymous viewers?" @@ -7184,7 +7250,7 @@ msgstr "密码:" msgid "Basic Settings" msgstr "基础设置" -#: mod/settings.php:1213 src/Model/Profile.php:724 +#: mod/settings.php:1213 src/Model/Profile.php:738 msgid "Full Name:" msgstr "全名:" @@ -7354,44 +7420,6 @@ msgstr "如果您调动这个简介从别的服务器但有的熟人没收到您 msgid "Resend relocate message to contacts" msgstr "把调动信息寄给熟人" -#: mod/subthread.php:113 -#, php-format -msgid "%1$s is following %2$s's %3$s" -msgstr "%1$s关注着%2$s的%3$s" - -#: mod/tagrm.php:47 -msgid "Tag removed" -msgstr "标签去除了" - -#: mod/tagrm.php:85 -msgid "Remove Item Tag" -msgstr "去除项目标签" - -#: mod/tagrm.php:87 -msgid "Select a tag to remove: " -msgstr "选择删除一个标签: " - -#: mod/uexport.php:44 -msgid "Export account" -msgstr "导出账户" - -#: mod/uexport.php:44 -msgid "" -"Export your account info and contacts. Use this to make a backup of your " -"account and/or to move it to another server." -msgstr "导出你的账户信息和联系人。用这个功能来生成一个你的账户的备份,并且/或者把它移到另外一个服务器。" - -#: mod/uexport.php:45 -msgid "Export all" -msgstr "导出全部" - -#: mod/uexport.php:45 -msgid "" -"Export your accout info, contacts and all your items as json. Could be a " -"very big file, and could take a lot of time. Use this to make a full backup " -"of your account (photos are not exported)" -msgstr "导出你的账户信息、联系人和所有你的项目为 json 格式。可能会是一个很大的文件,并可能花费很多时间。用这个功能来做一个你的账户的全备份(照片不会被导出)" - #: mod/videos.php:140 msgid "Do you really want to delete this video?" msgstr "你真的想删除这个视频吗?" @@ -7412,34 +7440,6 @@ msgstr "最近的视频" msgid "Upload New Videos" msgstr "上传新视频" -#: mod/viewcontacts.php:87 -msgid "No contacts." -msgstr "没有联系人。" - -#: mod/viewsrc.php:12 -msgid "Access denied." -msgstr "没有用权。" - -#: mod/wallmessage.php:49 mod/wallmessage.php:112 -#, php-format -msgid "Number of daily wall messages for %s exceeded. Message failed." -msgstr "一天最多墙通知给%s超过了。通知没有通过 。" - -#: mod/wallmessage.php:60 -msgid "Unable to check your home location." -msgstr "核对不了您的主页。" - -#: mod/wallmessage.php:86 mod/wallmessage.php:95 -msgid "No recipient." -msgstr "没有接受者。" - -#: mod/wallmessage.php:133 -#, php-format -msgid "" -"If you wish for %s to respond, please check that the privacy settings on " -"your site allow private mail from unknown senders." -msgstr "如果您想%s回答,请核对您网站的隐私设置允许生发送人的私人邮件。" - #: view/theme/duepuntozero/config.php:54 src/Model/User.php:475 msgid "default" msgstr "默认" @@ -7550,7 +7550,7 @@ msgstr "登录页面背景图片" #: view/theme/frio/config.php:130 msgid "Login page background color" -msgstr "" +msgstr "登录页面背景色" #: view/theme/frio/config.php:130 msgid "Leave background image and color empty for theme defaults" @@ -7587,7 +7587,7 @@ msgid "Your photos" msgstr "你的照片" #: view/theme/frio/theme.php:262 src/Content/Nav.php:103 -#: src/Model/Profile.php:898 src/Model/Profile.php:901 +#: src/Model/Profile.php:912 src/Model/Profile.php:915 msgid "Videos" msgstr "视频" @@ -7604,7 +7604,7 @@ msgid "Conversations from your friends" msgstr "来自你的朋友们的交谈" #: view/theme/frio/theme.php:267 src/Content/Nav.php:169 -#: src/Model/Profile.php:913 src/Model/Profile.php:924 +#: src/Model/Profile.php:927 src/Model/Profile.php:938 msgid "Events and Calendar" msgstr "事件和日历" @@ -7792,7 +7792,7 @@ msgstr[0] "%d 个联系人没导入" msgid "Done. You can now login with your username and password" msgstr "完成。你现在可以用你的用户名和密码登录" -#: src/Util/Temporal.php:147 src/Model/Profile.php:744 +#: src/Util/Temporal.php:147 src/Model/Profile.php:758 msgid "Birthday:" msgstr "生日:" @@ -8380,7 +8380,7 @@ msgstr "能按时期范围选择文章" #: src/Content/Feature.php:97 src/Content/Feature.php:127 msgid "List Forums" -msgstr "" +msgstr "列出各论坛" #: src/Content/Feature.php:97 msgid "Enable widget to display the forums your are connected with" @@ -8512,11 +8512,11 @@ msgstr "" #: src/Content/Feature.php:128 msgid "Tag Cloud" -msgstr "" +msgstr "标签云" #: src/Content/Feature.php:128 msgid "Provide a personal tag cloud on your profile page" -msgstr "" +msgstr "在您的个人简介中提供个人标签云" #: src/Content/Feature.php:129 msgid "Display Membership Date" @@ -8636,40 +8636,142 @@ msgstr ": 数据库升级" msgid "%s: updating %s table." msgstr "%s: 正在更新 %s 表。" -#: src/Model/Group.php:44 -msgid "" -"A deleted group with this name was revived. Existing item permissions " -"may 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/Mail.php:40 src/Model/Mail.php:174 +msgid "[no subject]" +msgstr "[无题目]" -#: src/Model/Group.php:329 -msgid "Default privacy group for new contacts" -msgstr "对新联系人的默认隐私组" +#: src/Model/Item.php:1666 +#, php-format +msgid "%1$s is attending %2$s's %3$s" +msgstr "%1$s 正在参加 %2$s 的 %3$s" -#: src/Model/Group.php:362 -msgid "Everybody" -msgstr "每人" +#: src/Model/Item.php:1671 +#, php-format +msgid "%1$s is not attending %2$s's %3$s" +msgstr "%1$s 不在参加 %2$s 的 %3$s" -#: src/Model/Group.php:382 -msgid "edit" -msgstr "编辑" +#: src/Model/Item.php:1676 +#, php-format +msgid "%1$s may attend %2$s's %3$s" +msgstr "%1$s 可以参加 %2$s 的 %3$s" -#: src/Model/Group.php:406 -msgid "Edit group" -msgstr "编辑组" +#: src/Model/Profile.php:97 +msgid "Requested account is not available." +msgstr "要求的账户不可用。" -#: src/Model/Group.php:407 -msgid "Contacts not in any group" -msgstr "不在任何组的联系人" +#: src/Model/Profile.php:168 src/Model/Profile.php:399 +#: src/Model/Profile.php:859 +msgid "Edit profile" +msgstr "修改简介" -#: src/Model/Group.php:408 -msgid "Create a new group" -msgstr "创建新组" +#: src/Model/Profile.php:336 +msgid "Atom feed" +msgstr "" -#: src/Model/Group.php:410 -msgid "Edit groups" -msgstr "编辑组" +#: src/Model/Profile.php:372 +msgid "Manage/edit profiles" +msgstr "管理/修改简介" + +#: src/Model/Profile.php:548 src/Model/Profile.php:641 +msgid "g A l F d" +msgstr "g A l d F" + +#: src/Model/Profile.php:549 +msgid "F d" +msgstr "F d" + +#: src/Model/Profile.php:606 src/Model/Profile.php:703 +msgid "[today]" +msgstr "[今天]" + +#: src/Model/Profile.php:617 +msgid "Birthday Reminders" +msgstr "提醒生日" + +#: src/Model/Profile.php:618 +msgid "Birthdays this week:" +msgstr "这周的生日:" + +#: src/Model/Profile.php:690 +msgid "[No description]" +msgstr "[无描述]" + +#: src/Model/Profile.php:717 +msgid "Event Reminders" +msgstr "事件提醒" + +#: src/Model/Profile.php:718 +msgid "Events this week:" +msgstr "这周的事件:" + +#: src/Model/Profile.php:741 +msgid "Member since:" +msgstr "" + +#: src/Model/Profile.php:749 +msgid "j F, Y" +msgstr "j F, Y" + +#: src/Model/Profile.php:750 +msgid "j F" +msgstr "j F" + +#: src/Model/Profile.php:765 +msgid "Age:" +msgstr "年龄:" + +#: src/Model/Profile.php:778 +#, php-format +msgid "for %1$d %2$s" +msgstr "为%1$d %2$s" + +#: src/Model/Profile.php:802 +msgid "Religion:" +msgstr "宗教:" + +#: src/Model/Profile.php:810 +msgid "Hobbies/Interests:" +msgstr "爱好/兴趣" + +#: src/Model/Profile.php:822 +msgid "Contact information and Social Networks:" +msgstr "联系人消息和社交网络:" + +#: src/Model/Profile.php:826 +msgid "Musical interests:" +msgstr "音乐兴趣:" + +#: src/Model/Profile.php:830 +msgid "Books, literature:" +msgstr "书,文学" + +#: src/Model/Profile.php:834 +msgid "Television:" +msgstr "电视:" + +#: src/Model/Profile.php:838 +msgid "Film/dance/culture/entertainment:" +msgstr "电影/跳舞/文化/娱乐:" + +#: src/Model/Profile.php:842 +msgid "Love/Romance:" +msgstr "爱情/浪漫" + +#: src/Model/Profile.php:846 +msgid "Work/employment:" +msgstr "工作" + +#: src/Model/Profile.php:850 +msgid "School/education:" +msgstr "学院/教育" + +#: src/Model/Profile.php:855 +msgid "Forums:" +msgstr "" + +#: src/Model/Profile.php:949 +msgid "Only You Can See This" +msgstr "只有你可以看这个" #: src/Model/Contact.php:559 msgid "Drop Contact" @@ -8754,142 +8856,40 @@ msgstr "%s的生日" msgid "Happy Birthday %s" msgstr "生日快乐%s" -#: src/Model/Item.php:1666 -#, php-format -msgid "%1$s is attending %2$s's %3$s" -msgstr "%1$s 正在参加 %2$s 的 %3$s" +#: src/Model/Group.php:44 +msgid "" +"A deleted group with this name was revived. Existing item permissions " +"may 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/Item.php:1671 -#, php-format -msgid "%1$s is not attending %2$s's %3$s" -msgstr "%1$s 不在参加 %2$s 的 %3$s" +#: src/Model/Group.php:329 +msgid "Default privacy group for new contacts" +msgstr "对新联系人的默认隐私组" -#: src/Model/Item.php:1676 -#, php-format -msgid "%1$s may attend %2$s's %3$s" -msgstr "%1$s 可以参加 %2$s 的 %3$s" +#: src/Model/Group.php:362 +msgid "Everybody" +msgstr "每人" -#: src/Model/Mail.php:40 src/Model/Mail.php:174 -msgid "[no subject]" -msgstr "[无题目]" +#: src/Model/Group.php:382 +msgid "edit" +msgstr "编辑" -#: src/Model/Profile.php:97 -msgid "Requested account is not available." -msgstr "要求的账户不可用。" +#: src/Model/Group.php:406 +msgid "Edit group" +msgstr "编辑组" -#: src/Model/Profile.php:168 src/Model/Profile.php:399 -#: src/Model/Profile.php:845 -msgid "Edit profile" -msgstr "修改简介" +#: src/Model/Group.php:407 +msgid "Contacts not in any group" +msgstr "不在任何组的联系人" -#: src/Model/Profile.php:336 -msgid "Atom feed" -msgstr "" +#: src/Model/Group.php:408 +msgid "Create a new group" +msgstr "创建新组" -#: src/Model/Profile.php:372 -msgid "Manage/edit profiles" -msgstr "管理/修改简介" - -#: src/Model/Profile.php:548 src/Model/Profile.php:641 -msgid "g A l F d" -msgstr "g A l d F" - -#: src/Model/Profile.php:549 -msgid "F d" -msgstr "F d" - -#: src/Model/Profile.php:606 src/Model/Profile.php:689 -msgid "[today]" -msgstr "[今天]" - -#: src/Model/Profile.php:617 -msgid "Birthday Reminders" -msgstr "提醒生日" - -#: src/Model/Profile.php:618 -msgid "Birthdays this week:" -msgstr "这周的生日:" - -#: src/Model/Profile.php:676 -msgid "[No description]" -msgstr "[无描述]" - -#: src/Model/Profile.php:703 -msgid "Event Reminders" -msgstr "事件提醒" - -#: src/Model/Profile.php:704 -msgid "Events this week:" -msgstr "这周的事件:" - -#: src/Model/Profile.php:727 -msgid "Member since:" -msgstr "" - -#: src/Model/Profile.php:735 -msgid "j F, Y" -msgstr "j F, Y" - -#: src/Model/Profile.php:736 -msgid "j F" -msgstr "j F" - -#: src/Model/Profile.php:751 -msgid "Age:" -msgstr "年龄:" - -#: src/Model/Profile.php:764 -#, php-format -msgid "for %1$d %2$s" -msgstr "为%1$d %2$s" - -#: src/Model/Profile.php:788 -msgid "Religion:" -msgstr "宗教:" - -#: src/Model/Profile.php:796 -msgid "Hobbies/Interests:" -msgstr "爱好/兴趣" - -#: src/Model/Profile.php:808 -msgid "Contact information and Social Networks:" -msgstr "联系人消息和社交网络:" - -#: src/Model/Profile.php:812 -msgid "Musical interests:" -msgstr "音乐兴趣:" - -#: src/Model/Profile.php:816 -msgid "Books, literature:" -msgstr "书,文学" - -#: src/Model/Profile.php:820 -msgid "Television:" -msgstr "电视:" - -#: src/Model/Profile.php:824 -msgid "Film/dance/culture/entertainment:" -msgstr "电影/跳舞/文化/娱乐:" - -#: src/Model/Profile.php:828 -msgid "Love/Romance:" -msgstr "爱情/浪漫" - -#: src/Model/Profile.php:832 -msgid "Work/employment:" -msgstr "工作" - -#: src/Model/Profile.php:836 -msgid "School/education:" -msgstr "学院/教育" - -#: src/Model/Profile.php:841 -msgid "Forums:" -msgstr "" - -#: src/Model/Profile.php:935 -msgid "Only You Can See This" -msgstr "只有你可以看这个" +#: src/Model/Group.php:410 +msgid "Edit groups" +msgstr "编辑组" #: src/Model/User.php:142 msgid "Login failed" @@ -8897,7 +8897,7 @@ msgstr "登录失败" #: src/Model/User.php:173 msgid "Not enough information to authenticate" -msgstr "" +msgstr "没有足够信息以认证" #: src/Model/User.php:319 msgid "An invitation is required." @@ -8999,7 +8999,7 @@ msgid "" "\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 "" +msgstr "\n\t\t\t亲爱的 %1$s,\n\t\t\t\t感谢您在 %2$s 注册。您的账户已被创建。\n\t\t" #: src/Model/User.php:602 #, php-format @@ -9036,14 +9036,6 @@ msgstr "" msgid "%s\\'s birthday" msgstr "%s的生日" -#: src/Protocol/Diaspora.php:2584 -msgid "Sharing notification from Diaspora network" -msgstr "分享通知从Diaspora网络" - -#: src/Protocol/Diaspora.php:3660 -msgid "Attachments:" -msgstr "附件:" - #: src/Protocol/OStatus.php:1774 #, php-format msgid "%s is now following %s." @@ -9062,7 +9054,15 @@ msgstr "%s 停止关注了 %s." msgid "stopped following" msgstr "结束关注了" -#: src/Worker/Delivery.php:390 +#: src/Protocol/Diaspora.php:2584 +msgid "Sharing notification from Diaspora network" +msgstr "分享通知从Diaspora网络" + +#: src/Protocol/Diaspora.php:3660 +msgid "Attachments:" +msgstr "附件:" + +#: src/Worker/Delivery.php:391 msgid "(no subject)" msgstr "(无主题)" diff --git a/view/lang/zh-cn/strings.php b/view/lang/zh-cn/strings.php index bf32bc3b77..c59d546e02 100644 --- a/view/lang/zh-cn/strings.php +++ b/view/lang/zh-cn/strings.php @@ -5,137 +5,10 @@ function string_plural_select_zh_cn($n){ return 0;; }} ; -$a->strings["Cannot locate DNS info for database server '%s'"] = "找不到DNS信息为数据库服务器「%s」"; $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["Post to Email"] = "电邮发布"; -$a->strings["Hide your profile details from unknown viewers?"] = "使简介信息给陌生的看着看不了?"; -$a->strings["Connectors disabled, since \"%s\" is enabled."] = "连接器已停用,因为\"%s\"启用。"; -$a->strings["Visible to everybody"] = "任何人可见的"; -$a->strings["show"] = "显示"; -$a->strings["don't show"] = "不要显示"; -$a->strings["CC: email addresses"] = "抄送: 电子邮件地址"; -$a->strings["Example: bob@example.com, mary@example.com"] = "比如: li@example.com, wang@example.com"; -$a->strings["Permissions"] = "权利"; -$a->strings["Close"] = "关闭"; -$a->strings["Daily posting limit of %d post reached. The post was rejected."] = [ - 0 => "达到每日 %d 发文限制。这篇文章被拒绝发出。", -]; -$a->strings["Weekly posting limit of %d post reached. The post was rejected."] = [ - 0 => "", -]; -$a->strings["Monthly posting limit of %d post reached. The post was rejected."] = ""; -$a->strings["Profile Photos"] = "简介照片"; -$a->strings["l F d, Y \\@ g:i A"] = "l F d, Y \\@ g:i A"; -$a->strings["Starts:"] = "开始:"; -$a->strings["Finishes:"] = "结束:"; -$a->strings["Location:"] = "位置:"; -$a->strings["event"] = "项目"; -$a->strings["status"] = "现状"; -$a->strings["photo"] = "照片"; -$a->strings["%1\$s likes %2\$s's %3\$s"] = "%1\$s 喜欢 %2\$s 的 %3\$s"; -$a->strings["%1\$s doesn't like %2\$s's %3\$s"] = "%1\$s 不喜欢 %2\$s 的 %3\$s"; -$a->strings["%1\$s attends %2\$s's %3\$s"] = "%1\$s 参加了 %2\$s 的 %3\$s"; -$a->strings["%1\$s doesn't attend %2\$s's %3\$s"] = "%1\$s 没有参加 %2\$s 的 %3\$s"; -$a->strings["%1\$s attends maybe %2\$s's %3\$s"] = ""; -$a->strings["%1\$s is now friends with %2\$s"] = "%1\$s是成为%2\$s的朋友"; -$a->strings["%1\$s poked %2\$s"] = "%1\$s把%2\$s戳"; -$a->strings["%1\$s tagged %2\$s's %3\$s with %4\$s"] = "%1\$s把%4\$s标签%2\$s的%3\$s"; -$a->strings["post/item"] = "文章/项目"; -$a->strings["%1\$s marked %2\$s's %3\$s as favorite"] = "%1\$s标注%2\$s的%3\$s为偏爱"; -$a->strings["Likes"] = "喜欢"; -$a->strings["Dislikes"] = "不喜欢"; -$a->strings["Attending"] = [ - 0 => "正在参加", -]; -$a->strings["Not attending"] = "不在参加"; -$a->strings["Might attend"] = "可以参加"; -$a->strings["Select"] = "选择"; -$a->strings["Delete"] = "删除"; -$a->strings["View %s's profile @ %s"] = "看%s的简介@ %s"; -$a->strings["Categories:"] = "种类:"; -$a->strings["Filed under:"] = "归档在:"; -$a->strings["%s from %s"] = "%s从%s"; -$a->strings["View in context"] = "看在上下文"; -$a->strings["Please wait"] = "请等一下"; -$a->strings["remove"] = "删除"; -$a->strings["Delete Selected Items"] = "删除选的项目"; -$a->strings["Follow Thread"] = ""; -$a->strings["View Status"] = "看现状"; -$a->strings["View Profile"] = "看简介"; -$a->strings["View Photos"] = "看照片"; -$a->strings["Network Posts"] = "网络文章"; -$a->strings["View Contact"] = "查看联系人"; -$a->strings["Send PM"] = "发送私信"; -$a->strings["Poke"] = "戳"; -$a->strings["Connect/Follow"] = "连接/关注"; -$a->strings["%s likes this."] = "%s喜欢这个."; -$a->strings["%s doesn't like this."] = "%s没有喜欢这个."; -$a->strings["%s attends."] = "%s 参加。"; -$a->strings["%s doesn't attend."] = "%s 不参加。"; -$a->strings["%s attends maybe."] = ""; -$a->strings["and"] = "和"; -$a->strings["and %d other people"] = ""; -$a->strings["%2\$d people like this"] = "%2\$d人们喜欢这个"; -$a->strings["%s like this."] = "%s 赞了这个。"; -$a->strings["%2\$d people don't like this"] = "%2\$d人们不喜欢这个"; -$a->strings["%s don't like this."] = "%s 踩了这个。"; -$a->strings["%2\$d people attend"] = "%2\$d 人参加"; -$a->strings["%s attend."] = "%s 参加。"; -$a->strings["%2\$d people don't attend"] = "%2\$d 人不参加"; -$a->strings["%s don't attend."] = "%s 不参加。"; -$a->strings["%2\$d people attend maybe"] = ""; -$a->strings["%s anttend maybe."] = ""; -$a->strings["Visible to everybody"] = "大家可见的"; -$a->strings["Please enter a link URL:"] = "请输入一个链接 URL:"; -$a->strings["Please enter a video link/URL:"] = "请输入视频连接/URL:"; -$a->strings["Please enter an audio link/URL:"] = "请输入音响连接/URL:"; -$a->strings["Tag term:"] = "标签:"; -$a->strings["Save to Folder:"] = "保存再文件夹:"; -$a->strings["Where are you right now?"] = "你在哪里?"; -$a->strings["Delete item(s)?"] = "把项目删除吗?"; -$a->strings["Share"] = "分享"; -$a->strings["Upload photo"] = "上传照片"; -$a->strings["upload photo"] = "上传照片"; -$a->strings["Attach file"] = "附上文件"; -$a->strings["attach file"] = "附上文件"; -$a->strings["Insert web link"] = "插入网页链接"; -$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["Set title"] = "指定标题"; -$a->strings["Categories (comma-separated list)"] = "种类(逗号分隔单)"; -$a->strings["Permission settings"] = "权设置"; -$a->strings["permissions"] = "权利"; -$a->strings["Public post"] = "公开的消息"; -$a->strings["Preview"] = "预览"; -$a->strings["Cancel"] = "退消"; -$a->strings["Post to Groups"] = "发到组"; -$a->strings["Post to Contacts"] = "发给联系人"; -$a->strings["Private post"] = "私人文章"; -$a->strings["Message"] = "通知"; -$a->strings["Browser"] = "浏览器"; -$a->strings["View all"] = "查看全部"; -$a->strings["Like"] = [ - 0 => "喜欢", -]; -$a->strings["Dislike"] = [ - 0 => "不喜欢", -]; -$a->strings["Not Attending"] = [ - 0 => "不在参加", -]; -$a->strings["Undecided"] = [ - 0 => "未决定的", -]; $a->strings["Friendica Notification"] = "Friendica 通知"; $a->strings["Thank You,"] = "谢谢,"; $a->strings["%s Administrator"] = "%s管理员"; @@ -143,7 +16,7 @@ $a->strings["%1\$s, %2\$s Administrator"] = "%1\$s, %2\$s 的管理员"; $a->strings["noreply"] = "noreply"; $a->strings["[Friendica:Notify] New mail received at %s"] = "[Friendica:Notify]收到新邮件在%s"; $a->strings["%1\$s sent you a new private message at %2\$s."] = "%1\$s发给您新私人通知在%2\$s."; -$a->strings["a private message"] = "一条私人的消息"; +$a->strings["a private message"] = "一条私人信息"; $a->strings["%1\$s sent you %2\$s."] = "%1\$s发给您%2\$s."; $a->strings["Please visit %s to view and/or reply to your private messages."] = "请访问 %s 来查看并且/或者回复你的私信。"; $a->strings["%1\$s commented on [url=%2\$s]a %3\$s[/url]"] = "%1\$s于[url=%2\$s]a %3\$s[/url]评论了"; @@ -183,7 +56,7 @@ $a->strings["Name:"] = "名字:"; $a->strings["Photo:"] = "照片:"; $a->strings["Please visit %s to approve or reject the suggestion."] = "请访问%s来批准或拒绝这个建议。"; $a->strings["[Friendica:Notify] Connection accepted"] = "[Friendica:Notify] 连接被接受"; -$a->strings["'%1\$s' has accepted your connection request at %2\$s"] = ""; +$a->strings["'%1\$s' has accepted your connection request at %2\$s"] = "“%1\$s”已经在 %2\$s 接受了您的连接请求"; $a->strings["%2\$s has accepted your [url=%1\$s]connection request[/url]."] = "%2\$s 已经接受了你的[url=%1\$s]连接请求[/url]。"; $a->strings["You are now mutual friends and may exchange status updates, photos, and email without restriction."] = "你们现在已经互为朋友了,可以不受限制地交换状态更新、照片和邮件。"; $a->strings["Please visit %s if you wish to make any changes to this relationship."] = "请访问%s如果你希望对这个关系做任何改变。"; @@ -195,6 +68,10 @@ $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."] = "请访问%s来批准或拒绝这个请求。"; +$a->strings["l F d, Y \\@ g:i A"] = "l F d, Y \\@ g:i A"; +$a->strings["Starts:"] = "开始:"; +$a->strings["Finishes:"] = "结束:"; +$a->strings["Location:"] = "位置:"; $a->strings["all-day"] = "全天"; $a->strings["Sun"] = "星期日"; $a->strings["Mon"] = "星期一"; @@ -239,7 +116,7 @@ $a->strings["week"] = "星期"; $a->strings["day"] = "日"; $a->strings["No events to display"] = "没有可显示的事件"; $a->strings["l, F j"] = "l, F j"; -$a->strings["Edit event"] = "编项目"; +$a->strings["Edit event"] = "编辑事件"; $a->strings["Duplicate event"] = ""; $a->strings["Delete event"] = "删除事件"; $a->strings["link to source"] = "链接到来源"; @@ -253,6 +130,7 @@ $a->strings["Hide map"] = "隐藏地图"; $a->strings["Item not found."] = "项目找不到。"; $a->strings["Do you really want to delete this item?"] = "您真的想删除这个项目吗?"; $a->strings["Yes"] = "是"; +$a->strings["Cancel"] = "退消"; $a->strings["Permission denied."] = "权限不够。"; $a->strings["Archives"] = "档案"; $a->strings["show more"] = "看多"; @@ -295,12 +173,134 @@ $a->strings["bytes"] = "字节"; $a->strings["Click to open/close"] = "点击为开关"; $a->strings["View on separate page"] = "在另一页面中查看"; $a->strings["view on separate page"] = "在另一页面中查看"; +$a->strings["event"] = "项目"; +$a->strings["photo"] = "照片"; $a->strings["activity"] = "活动"; $a->strings["comment"] = [ 0 => "评论", ]; $a->strings["post"] = "文章"; $a->strings["Item filed"] = "把项目归档了"; +$a->strings["Post to Email"] = "电邮发布"; +$a->strings["Hide your profile details from unknown viewers?"] = "使简介信息给陌生的看着看不了?"; +$a->strings["Connectors disabled, since \"%s\" is enabled."] = "连接器已停用,因为\"%s\"启用。"; +$a->strings["Visible to everybody"] = "任何人可见的"; +$a->strings["show"] = "显示"; +$a->strings["don't show"] = "不要显示"; +$a->strings["CC: email addresses"] = "抄送: 电子邮件地址"; +$a->strings["Example: bob@example.com, mary@example.com"] = "比如: li@example.com, wang@example.com"; +$a->strings["Permissions"] = "权限"; +$a->strings["Close"] = "关闭"; +$a->strings["Daily posting limit of %d post reached. The post was rejected."] = [ + 0 => "达到每日 %d 发文限制。此文被拒绝发出。", +]; +$a->strings["Weekly posting limit of %d post reached. The post was rejected."] = [ + 0 => "达到每周 %d 发文限制。此文被拒绝发出。", +]; +$a->strings["Monthly posting limit of %d post reached. The post was rejected."] = "达到每月 %d 发文限制。此文被拒绝发出。"; +$a->strings["Profile Photos"] = "简介照片"; +$a->strings["status"] = "现状"; +$a->strings["%1\$s likes %2\$s's %3\$s"] = "%1\$s 喜欢 %2\$s 的 %3\$s"; +$a->strings["%1\$s doesn't like %2\$s's %3\$s"] = "%1\$s 不喜欢 %2\$s 的 %3\$s"; +$a->strings["%1\$s attends %2\$s's %3\$s"] = "%1\$s 参加了 %2\$s 的 %3\$s"; +$a->strings["%1\$s doesn't attend %2\$s's %3\$s"] = "%1\$s 没有参加 %2\$s 的 %3\$s"; +$a->strings["%1\$s attends maybe %2\$s's %3\$s"] = ""; +$a->strings["%1\$s is now friends with %2\$s"] = "%1\$s是成为%2\$s的朋友"; +$a->strings["%1\$s poked %2\$s"] = "%1\$s把%2\$s戳"; +$a->strings["%1\$s tagged %2\$s's %3\$s with %4\$s"] = "%1\$s把%4\$s标签%2\$s的%3\$s"; +$a->strings["post/item"] = "文章/项目"; +$a->strings["%1\$s marked %2\$s's %3\$s as favorite"] = "%1\$s标注%2\$s的%3\$s为偏爱"; +$a->strings["Likes"] = "喜欢"; +$a->strings["Dislikes"] = "不喜欢"; +$a->strings["Attending"] = [ + 0 => "正在参加", +]; +$a->strings["Not attending"] = "不在参加"; +$a->strings["Might attend"] = "可以参加"; +$a->strings["Select"] = "选择"; +$a->strings["Delete"] = "删除"; +$a->strings["View %s's profile @ %s"] = "看%s的简介@ %s"; +$a->strings["Categories:"] = "种类:"; +$a->strings["Filed under:"] = "归档在:"; +$a->strings["%s from %s"] = "%s从%s"; +$a->strings["View in context"] = "看在上下文"; +$a->strings["Please wait"] = "请等一下"; +$a->strings["remove"] = "删除"; +$a->strings["Delete Selected Items"] = "删除选的项目"; +$a->strings["Follow Thread"] = ""; +$a->strings["View Status"] = "看现状"; +$a->strings["View Profile"] = "看简介"; +$a->strings["View Photos"] = "看照片"; +$a->strings["Network Posts"] = "网络文章"; +$a->strings["View Contact"] = "查看联系人"; +$a->strings["Send PM"] = "发送私信"; +$a->strings["Poke"] = "戳"; +$a->strings["Connect/Follow"] = "连接/关注"; +$a->strings["%s likes this."] = "%s喜欢这个."; +$a->strings["%s doesn't like this."] = "%s没有喜欢这个."; +$a->strings["%s attends."] = "%s 参加。"; +$a->strings["%s doesn't attend."] = "%s 不参加。"; +$a->strings["%s attends maybe."] = ""; +$a->strings["and"] = "和"; +$a->strings["and %d other people"] = "和 %d 个其他人"; +$a->strings["%2\$d people like this"] = "%2\$d人们喜欢这个"; +$a->strings["%s like this."] = "%s 赞了这个。"; +$a->strings["%2\$d people don't like this"] = "%2\$d人们不喜欢这个"; +$a->strings["%s don't like this."] = "%s 踩了这个。"; +$a->strings["%2\$d people attend"] = "%2\$d 人参加"; +$a->strings["%s attend."] = "%s 参加。"; +$a->strings["%2\$d people don't attend"] = "%2\$d 人不参加"; +$a->strings["%s don't attend."] = "%s 不参加。"; +$a->strings["%2\$d people attend maybe"] = "%2\$d人可能参加"; +$a->strings["%s attend maybe."] = ""; +$a->strings["Visible to everybody"] = "大家可见的"; +$a->strings["Please enter a link URL:"] = "请输入一个链接 URL:"; +$a->strings["Please enter a video link/URL:"] = "请输入视频连接/URL:"; +$a->strings["Please enter an audio link/URL:"] = "请输入音响连接/URL:"; +$a->strings["Tag term:"] = "标签:"; +$a->strings["Save to Folder:"] = "保存再文件夹:"; +$a->strings["Where are you right now?"] = "你在哪里?"; +$a->strings["Delete item(s)?"] = "把项目删除吗?"; +$a->strings["Share"] = "分享"; +$a->strings["Upload photo"] = "上传照片"; +$a->strings["upload photo"] = "上传照片"; +$a->strings["Attach file"] = "附上文件"; +$a->strings["attach file"] = "附上文件"; +$a->strings["Insert web link"] = "插入网页链接"; +$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["Set title"] = "指定标题"; +$a->strings["Categories (comma-separated list)"] = "种类(逗号分隔单)"; +$a->strings["Permission settings"] = "权设置"; +$a->strings["permissions"] = "权利"; +$a->strings["Public post"] = "公开的消息"; +$a->strings["Preview"] = "预览"; +$a->strings["Post to Groups"] = "发到组"; +$a->strings["Post to Contacts"] = "发给联系人"; +$a->strings["Private post"] = "私人文章"; +$a->strings["Message"] = "通知"; +$a->strings["Browser"] = "浏览器"; +$a->strings["View all"] = "查看全部"; +$a->strings["Like"] = [ + 0 => "喜欢", +]; +$a->strings["Dislike"] = [ + 0 => "不喜欢", +]; +$a->strings["Not Attending"] = [ + 0 => "不在参加", +]; +$a->strings["Undecided"] = [ + 0 => "未决定的", +]; +$a->strings["Cannot locate DNS info for database server '%s'"] = "找不到DNS信息为数据库服务器「%s」"; $a->strings["No friends to display."] = "没有朋友展示。"; $a->strings["Connect"] = "连接"; $a->strings["Authorize application connection"] = "授权应用连接"; @@ -313,14 +313,12 @@ $a->strings["Applications"] = "应用"; $a->strings["No installed applications."] = "没有安装的应用"; $a->strings["Item not available."] = "项目不可用的"; $a->strings["Item was not found."] = "找不到项目。"; -$a->strings["Login"] = "登录"; -$a->strings["The post was created"] = "文章创建了"; $a->strings["No contacts in common."] = "没有共同的联系人。"; $a->strings["Common Friends"] = "普通朋友们"; -$a->strings["Credits"] = ""; +$a->strings["Credits"] = "贡献"; $a->strings["Friendica is a community project, that would not be possible without the help of many people. Here is a list of those who have contributed to the code or the translation of Friendica. Thank you all!"] = "Friendica 是一个社区项目,如果没有许多人的努力她将无法实现。这里列出了那些为代码作出贡献或者参与本地化翻译的人们。感谢大家的努力!"; $a->strings["Contact settings applied."] = "联系人设置已应用。"; -$a->strings["Contact update failed."] = "熟人更新失败。"; +$a->strings["Contact update failed."] = "联系人更新失败。"; $a->strings["Contact not found."] = "没有找到联系人。"; $a->strings["WARNING: This is highly advanced and if you enter incorrect information your communications with this contact may stop working."] = "警告:此为进阶,如果您输入不正确的信息,您也许无法与这位联系人的正常通讯。"; $a->strings["Please use your browser 'Back' button now if you are uncertain what to do on this page."] = "请立即用后退按钮如果您不确定怎么用这页"; @@ -342,41 +340,11 @@ $a->strings["Friend Confirm URL"] = "朋友确认URL"; $a->strings["Notification Endpoint URL"] = "通知端URL"; $a->strings["Poll/Feed URL"] = "喂URL"; $a->strings["New photo from this URL"] = "新照片从这个URL"; -$a->strings["Public access denied."] = "拒绝公开访问"; -$a->strings["Gender:"] = "性别:"; -$a->strings["Status:"] = "现状:"; -$a->strings["Homepage:"] = "主页:"; -$a->strings["About:"] = "关于:"; -$a->strings["Global Directory"] = "综合目录"; -$a->strings["Find on this site"] = "找在这网站"; -$a->strings["Results for:"] = ""; -$a->strings["Site Directory"] = "网站目录"; -$a->strings["Find"] = "搜索"; -$a->strings["No entries (some entries may be hidden)."] = "没有文章(有的文章会被隐藏)。"; $a->strings["Photos"] = "照片"; -$a->strings["Contact Photos"] = "熟人照片"; +$a->strings["Contact Photos"] = "联系人照片"; $a->strings["Upload"] = "上传"; $a->strings["Files"] = "文件"; $a->strings["Not Found"] = "未发现"; -$a->strings["Group created."] = "群组已创建。"; -$a->strings["Could not create group."] = "无法创建群组。"; -$a->strings["Group not found."] = "组找不到。"; -$a->strings["Group name changed."] = "组名变化了。"; -$a->strings["Permission denied"] = "权限不够"; -$a->strings["Save Group"] = "保存组"; -$a->strings["Create a group of contacts/friends."] = "创建一组联系人/朋友。"; -$a->strings["Group Name: "] = "组名:"; -$a->strings["Group removed."] = "组删除了。"; -$a->strings["Unable to remove group."] = "不能删除组。"; -$a->strings["Delete Group"] = "删除群组"; -$a->strings["Group Editor"] = "组编辑器"; -$a->strings["Edit Group Name"] = "编辑群组名称"; -$a->strings["Members"] = "成员"; -$a->strings["All Contacts"] = "所有的熟人"; -$a->strings["Group is empty"] = "组没有成员"; -$a->strings["Remove Contact"] = "删除联系人"; -$a->strings["Add Contact"] = "添加联系人"; -$a->strings["Click on a contact to add or remove."] = "点击熟人为添加或删除。"; $a->strings["No profile"] = "无简介"; $a->strings["Help:"] = "帮助:"; $a->strings["Help"] = "帮助"; @@ -493,12 +461,14 @@ $a->strings["Accepting %s as a sharer allows them to subscribe to your posts, bu $a->strings["Friend"] = "朋友"; $a->strings["Sharer"] = "分享者"; $a->strings["Subscriber"] = "订阅者"; +$a->strings["About:"] = "关于:"; $a->strings["Tags:"] = "标签:"; +$a->strings["Gender:"] = "性别:"; $a->strings["Network:"] = "网络"; $a->strings["No introductions."] = "没有介绍。"; $a->strings["Show unread"] = "显示未读"; $a->strings["Show all"] = "显示全部"; -$a->strings["No more %s notifications."] = ""; +$a->strings["No more %s notifications."] = "没有更多的 %s 通知。"; $a->strings["Post successful."] = "评论发表了。"; $a->strings["OpenID protocol error. No ID returned."] = "OpenID协议错误。没ID还。 "; $a->strings["Account not found and OpenID registration is not permitted on this site."] = "找不到账户和OpenID注册不允许。"; @@ -506,7 +476,7 @@ $a->strings["Login failed."] = "登录失败。"; $a->strings["Subscribing to OStatus contacts"] = "正在订阅 OStatus 联系人"; $a->strings["No contact provided."] = ""; $a->strings["Couldn't fetch information for contact."] = "无法获取联系人信息。"; -$a->strings["Couldn't fetch friends for contact."] = ""; +$a->strings["Couldn't fetch friends for contact."] = "无法取得联系人的朋友信息。"; $a->strings["success"] = "成功"; $a->strings["failed"] = "失败"; $a->strings["ignored"] = "已忽视的"; @@ -528,7 +498,7 @@ $a->strings["Confirmation completed successfully."] = "确认成功完成。"; $a->strings["Temporary failure. Please wait and try again."] = "临时失败。请等一会,再试。"; $a->strings["Introduction failed or was revoked."] = "介绍失败或被吊销。"; $a->strings["Remote site reported: "] = "远程站点报告:"; -$a->strings["Unable to set contact photo."] = "不会指定熟人照片。"; +$a->strings["Unable to set contact photo."] = "无法设置联系人照片。"; $a->strings["No user record found for '%s' "] = "找不到「%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."] = "空的URL供应,或URL解不了码。"; @@ -539,9 +509,6 @@ $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"] = "%1\$s加入%2\$s了"; -$a->strings["Friend suggestion sent."] = "朋友建议发送了。"; -$a->strings["Suggest Friends"] = "推荐的朋友们"; -$a->strings["Suggest a friend for %s"] = "给 %s 推荐朋友"; $a->strings["Total invitation limit exceeded."] = "邀请限超过了。"; $a->strings["%s : Not a valid email address."] = "%s : 不是效的电子邮件地址."; $a->strings["Please join us on Friendica"] = "请加入我们再Friendica"; @@ -555,7 +522,7 @@ $a->strings["Visit %s for a list of public sites that you can join. Friendica me $a->strings["To accept this invitation, please visit and register at %s or any other public Friendica website."] = "为接受这个邀请,请再%s或什么别的Friendica网站注册。"; $a->strings["Friendica sites all inter-connect to create a huge privacy-enhanced social web that is owned and controlled by its members. They can also connect with many traditional social networks. See %s for a list of alternate Friendica sites you can join."] = "Friendica 站点互相连接来创建一个增强隐私的由他们的成员拥有并控制的社交网络。它们也能跟多传统的社交网络连接。看 %s 来获取一份你可以选择加入的 Friendica 站点。"; $a->strings["Our apologies. This system is not currently configured to connect with other public sites or invite members."] = "不好意思。这个系统目前没设置跟别的公开网站连接或邀请成员。"; -$a->strings["Friendica sites all inter-connect to create a huge privacy-enhanced social web that is owned and controlled by its members. They can also connect with many traditional social networks."] = ""; +$a->strings["Friendica sites all inter-connect to create a huge privacy-enhanced social web that is owned and controlled by its members. They can also connect with many traditional social networks."] = "各 Friendica 站点相互连接以创造出一个由其组成成员控制拥有的有强大隐私保护能力的大型社交网络。各站点同时也能够接入许多传统社交网络。"; $a->strings["To accept this invitation, please visit and register at %s."] = "要接受这个邀请,请在 %s 访问并注册。"; $a->strings["Send invitations"] = "发请柬"; $a->strings["Enter email addresses, one per line:"] = "输入电子邮件地址,一行一个:"; @@ -563,7 +530,7 @@ $a->strings["Your message:"] = "你的消息:"; $a->strings["You are cordially invited to join me and other close friends on Friendica - and help us to create a better social web."] = "在 Friendica,你被诚挚地邀请来加入我和其他亲密的朋友-并帮助我们创建更好的社会网络。"; $a->strings["You will need to supply this invitation code: \$invite_code"] = "您要输入这个邀请密码:\$invite_code"; $a->strings["Once you have registered, please connect with me via my profile page at:"] = "您一注册,请页跟我连接,用我的简介在:"; -$a->strings["For more information about the Friendica project and why we feel it is important, please visit http://friendi.ca"] = ""; +$a->strings["For more information about the Friendica project and why we feel it is important, please visit http://friendi.ca"] = "欲了解更多关于 Friendica 项目的信息以及为什么我们认为这很重要,请访问 http://friendi.ca"; $a->strings["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: "] = "选择同一个人管理:"; @@ -659,6 +626,354 @@ $a->strings["Sorry, maybe your upload is bigger than the PHP configuration allow $a->strings["Or - did you try to upload an empty file?"] = "或者,你是不是上传空的文件?"; $a->strings["File exceeds size limit of %s"] = "文件超过了 %s 的大小限制"; $a->strings["File upload failed."] = "文件上传失败。"; +$a->strings["%d contact edited."] = [ + 0 => "%d 个联系人被编辑了。", +]; +$a->strings["Could not access contact record."] = "无法访问联系人记录。"; +$a->strings["Could not locate selected profile."] = "找不到选择的简介。"; +$a->strings["Contact updated."] = "联系人更新了。"; +$a->strings["Failed to update contact record."] = "更新联系人记录失败。"; +$a->strings["Contact has been blocked"] = "联系人已被屏蔽"; +$a->strings["Contact has been unblocked"] = "联系人已被解除屏蔽"; +$a->strings["Contact has been ignored"] = "联系人已被忽视"; +$a->strings["Contact has been unignored"] = "联系人已被解除忽视"; +$a->strings["Contact has been archived"] = "联系人已存档"; +$a->strings["Contact has been unarchived"] = "联系人已被解除存档"; +$a->strings["Drop contact"] = ""; +$a->strings["Do you really want to delete this contact?"] = "您真的想删除这个联系人吗?"; +$a->strings["Contact has been removed."] = "联系人被删除了。"; +$a->strings["You are mutual friends with %s"] = "您和 %s 互为朋友"; +$a->strings["You are sharing with %s"] = "你正在和 %s 分享"; +$a->strings["%s is sharing with you"] = "%s 正在和你分享"; +$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"] = "网络种类: %s"; +$a->strings["Communications lost with this contact!"] = "和这个联系人的通信断开了!"; +$a->strings["Fetch further information for feeds"] = "拿文源别的消息"; +$a->strings["Fetch information like preview pictures, title and teaser from the feed item. You can activate this if the feed doesn't contain much text. Keywords are taken from the meta header in the feed item and are posted as hash tags."] = ""; +$a->strings["Disabled"] = "已停用"; +$a->strings["Fetch information"] = "取消息"; +$a->strings["Fetch keywords"] = "获取关键字"; +$a->strings["Fetch information and keywords"] = "取消息和关键词"; +$a->strings["Contact"] = "联系人"; +$a->strings["Profile Visibility"] = "简历可见量"; +$a->strings["Please choose the profile you would like to display to %s when viewing your profile securely."] = "请选择简介您想给%s显示他安全地看您的简介的时候。"; +$a->strings["Contact Information / Notes"] = "熟人信息/便条"; +$a->strings["Their personal note"] = ""; +$a->strings["Edit contact notes"] = "编辑联系人便条"; +$a->strings["Block/Unblock contact"] = "屏蔽/解除屏蔽联系人"; +$a->strings["Ignore contact"] = "忽略联系人"; +$a->strings["Repair URL settings"] = "维修URL设置"; +$a->strings["View conversations"] = "看交流"; +$a->strings["Last update:"] = "上个更新:"; +$a->strings["Update public posts"] = "更新公开文章"; +$a->strings["Update now"] = "现在更新"; +$a->strings["Unblock"] = "解除屏蔽"; +$a->strings["Block"] = "屏蔽"; +$a->strings["Unignore"] = "取消忽视"; +$a->strings["Currently blocked"] = "现在被封禁的"; +$a->strings["Currently ignored"] = "现在不理的"; +$a->strings["Currently archived"] = "当前已存档"; +$a->strings["Awaiting connection acknowledge"] = "等待连接确认"; +$a->strings["Replies/likes to your public posts may still be visible"] = "回答/喜欢关您公开文章还可见的"; +$a->strings["Notification for new posts"] = "新消息提示"; +$a->strings["Send a notification of every new post of this contact"] = "发送这个联系人的每篇新文章的通知"; +$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["XMPP:"] = "XMPP:"; +$a->strings["Actions"] = ""; +$a->strings["Status"] = "状态"; +$a->strings["Contact Settings"] = "联系人设置"; +$a->strings["Suggestions"] = "建议"; +$a->strings["Suggest potential friends"] = "建议潜在朋友们"; +$a->strings["All Contacts"] = "所有联系人"; +$a->strings["Show all contacts"] = "显示所有的联系人"; +$a->strings["Unblocked"] = "未屏蔽的"; +$a->strings["Only show unblocked contacts"] = "只显示没被屏蔽的联系人"; +$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["Search your contacts"] = "搜索您的联系人"; +$a->strings["Results for: %s"] = ""; +$a->strings["Find"] = "搜索"; +$a->strings["Update"] = "更新"; +$a->strings["Archive"] = "存档"; +$a->strings["Unarchive"] = "从存档拿来"; +$a->strings["Batch Actions"] = "批量操作"; +$a->strings["Profile Details"] = "简介内容"; +$a->strings["View all contacts"] = "查看所有联系人"; +$a->strings["View all common friends"] = "查看所有公共好友"; +$a->strings["Advanced"] = "高级"; +$a->strings["Advanced Contact Settings"] = "高级联系人设置"; +$a->strings["Mutual Friendship"] = "共同友谊"; +$a->strings["is a fan of yours"] = "是你的粉丝"; +$a->strings["you are a fan of"] = "您已关注"; +$a->strings["Toggle Blocked status"] = "切换屏蔽状态"; +$a->strings["Toggle Ignored status"] = "交替忽视现状"; +$a->strings["Toggle Archive status"] = "交替档案现状"; +$a->strings["Delete contact"] = "删除联系人"; +$a->strings["No parent user"] = ""; +$a->strings["Parent User"] = ""; +$a->strings["Parent users have total control about this account, including the account settings. Please double check whom you give this access."] = ""; +$a->strings["Save Settings"] = "保存设置"; +$a->strings["Delegate Page Management"] = "页代表管理"; +$a->strings["Delegates"] = ""; +$a->strings["Delegates are able to manage all aspects of this account/page except for basic account settings. Please do not delegate your personal account to anybody that you do not trust completely."] = "代表会管理所有的方面这个账户/页除了基础账户配置以外。请别代表您私人账户给您没完全信的人。"; +$a->strings["Existing Page Managers"] = "目前页管理员"; +$a->strings["Existing Page Delegates"] = "目前页代表"; +$a->strings["Potential Delegates"] = "潜力的代表"; +$a->strings["Remove"] = "移走"; +$a->strings["Add"] = "加"; +$a->strings["No entries."] = "没有项目。"; +$a->strings["This introduction has already been accepted."] = "这个介绍已经接受了。"; +$a->strings["Profile location is not valid or does not contain profile information."] = "简介位置失效或不包含简介信息。"; +$a->strings["Warning: profile location has no identifiable owner name."] = "警告:简介位置没有可设别的主名。"; +$a->strings["Warning: profile location has no profile photo."] = "警告:简介位置没有简介图。"; +$a->strings["%d required parameter was not found at the given location"] = [ + 0 => "%d需要的参数没找到在输入的位置。", +]; +$a->strings["Introduction complete."] = "介绍完成的。"; +$a->strings["Unrecoverable protocol error."] = "不能恢复的协议错误"; +$a->strings["Profile unavailable."] = "简介无效"; +$a->strings["%s has received too many connection requests today."] = "%s今天已经受到了太多联络要求"; +$a->strings["Spam protection measures have been invoked."] = "垃圾保护措施被用了。"; +$a->strings["Friends are advised to please try again in 24 hours."] = "朋友们被建议请24小时后再试。"; +$a->strings["Invalid locator"] = "无效找到物"; +$a->strings["You have already introduced yourself here."] = "您已经自我介绍这儿。"; +$a->strings["Apparently you are already friends with %s."] = "看上去您已经是%s的朋友。"; +$a->strings["Invalid profile URL."] = "无效的简介URL。"; +$a->strings["Disallowed profile URL."] = "不允许的简介地址."; +$a->strings["Your introduction has been sent."] = "您的介绍发布了。"; +$a->strings["Remote subscription can't be done for your network. Please subscribe directly on your system."] = "无法为您的网络完成远程订阅。请直接在您的系统上订阅。"; +$a->strings["Please login to confirm introduction."] = "请登录以确认介绍。"; +$a->strings["Incorrect identity currently logged in. Please login to this profile."] = "当前登录的身份不正确。请登录到这个用户。"; +$a->strings["Confirm"] = "确认"; +$a->strings["Hide this contact"] = "隐藏这个联系人"; +$a->strings["Welcome home %s."] = "欢迎%s。"; +$a->strings["Please confirm your introduction/connection request to %s."] = "请确认您的介绍/联络要求给%s。"; +$a->strings["Public access denied."] = "拒绝公开访问"; +$a->strings["Please enter your 'Identity Address' from one of the following supported communications networks:"] = "请从以下支持的通信网络之一输入你的 “身份地址”:"; +$a->strings["If you are not yet a member of the free social web, follow this link to find a public Friendica site and join us today."] = ""; +$a->strings["Friend/Connection Request"] = "朋友/连接请求"; +$a->strings["Examples: jojo@demo.friendica.com, http://demo.friendica.com/profile/jojo, testuser@gnusocial.de"] = ""; +$a->strings["Please answer the following:"] = "请回答下述的:"; +$a->strings["Does %s know you?"] = "%s是否认识你?"; +$a->strings["Add a personal note:"] = "添加一个个人便条:"; +$a->strings["Friendica"] = "Friendica"; +$a->strings["GNU Social (Pleroma, Mastodon)"] = "GNU Social (Pleroma, Mastodon)"; +$a->strings["Diaspora (Socialhome, Hubzilla)"] = "Diaspora (Socialhome, Hubzilla)"; +$a->strings[" - please do not use this form. Instead, enter %s into your Diaspora search bar."] = " - 请别用这个表格。而是在你的 Diaspora 搜索栏输入 %s."; +$a->strings["- select -"] = "-选择-"; +$a->strings["The contact could not be added."] = "无法添加此联系人。"; +$a->strings["You already added this contact."] = "您已添加此联系人。"; +$a->strings["Diaspora support isn't enabled. Contact can't be added."] = "Diaspora 支持没被启用。无法添加联系人。"; +$a->strings["OStatus support is disabled. Contact can't be added."] = "OStatus 支持没被启用。无法添加联系人。"; +$a->strings["The network type couldn't be detected. Contact can't be added."] = "网络类型无法被检测。无法添加联系人。"; +$a->strings["Friendica Communications Server - Setup"] = "Friendica沟通服务器-安装"; +$a->strings["Could not connect to database."] = "解不了数据库。"; +$a->strings["Could not create table."] = "无法创建表格。"; +$a->strings["Your Friendica site database has been installed."] = "您Friendica网站数据库被安装了。"; +$a->strings["You may need to import the file \"database.sql\" manually using phpmyadmin or mysql."] = "您可能要手工地进口文件「database.sql」用phpmyadmin或mysql。"; +$a->strings["Please see the file \"INSTALL.txt\"."] = "请看文件「INSTALL.txt」"; +$a->strings["Database already in use."] = "数据库已经被使用。"; +$a->strings["System check"] = "系统检测"; +$a->strings["Check again"] = "再检测"; +$a->strings["Database connection"] = "数据库接通"; +$a->strings["In order to install Friendica we need to know how to connect to your database."] = "为安装Friendica我们要知道怎么连接您的数据库。"; +$a->strings["Please contact your hosting provider or site administrator if you have questions about these settings."] = "你有关于这些设置有问题的话,请给互联网托管服务或者网页管理联系。"; +$a->strings["The database you specify below should already exist. If it does not, please create it before continuing."] = "您下边指定的数据库应该已经存在。如果还没有,请创建后继续。"; +$a->strings["Database Server Name"] = "数据库服务器名"; +$a->strings["Database Login Name"] = "数据库登录名"; +$a->strings["Database Login Password"] = "数据库登录密码"; +$a->strings["For security reasons the password must not be empty"] = "由于安全的原因,密码不能为空"; +$a->strings["Database Name"] = "数据库名字"; +$a->strings["Site administrator email address"] = "网站行政人员邮件地址"; +$a->strings["Your account email address must match this in order to use the web admin panel."] = "您账户邮件地址必要符合这个为用网站处理仪表板"; +$a->strings["Please select a default timezone for your website"] = "请选择您网站的默认时区"; +$a->strings["Site settings"] = "网站设置"; +$a->strings["System Language:"] = "系统语言:"; +$a->strings["Set the default language for your Friendica installation interface and to send emails."] = "为 Friendica 安装界面及邮件发送设置默认语言。"; +$a->strings["Could not find a command line version of PHP in the web server PATH."] = "没找到命令行PHP在网服务器PATH。"; +$a->strings["If you don't have a command line version of PHP installed on your server, you will not be able to run the background processing. See 'Setup the worker'"] = ""; +$a->strings["PHP executable path"] = "PHP可执行路径"; +$a->strings["Enter full path to php executable. You can leave this blank to continue the installation."] = "输入全路线到php执行程序。您会留空白为继续安装。"; +$a->strings["Command line PHP"] = "命令行PHP"; +$a->strings["PHP executable is not the php cli binary (could be cgi-fgci version)"] = "PHP执行程序不是命令行PHP執行檔(有可能是cgi-fgci版本)"; +$a->strings["Found PHP version: "] = "找到 PHP 版本:"; +$a->strings["PHP cli binary"] = "命令行PHP執行檔"; +$a->strings["The command line version of PHP on your system does not have \"register_argc_argv\" enabled."] = "您系统的命令行PHP没有能够「register_argc_argv」。"; +$a->strings["This is required for message delivery to work."] = "这必要为通信发布成功。"; +$a->strings["PHP register_argc_argv"] = "PHP register_argc_argv"; +$a->strings["Error: the \"openssl_pkey_new\" function on this system is not able to generate encryption keys"] = "错误:这系统的「register_argc_argv」子程序不能产生加密钥匙"; +$a->strings["If running under Windows, please see \"http://www.php.net/manual/en/openssl.installation.php\"."] = "如果您用Windows,请看「http://www.php.net/manual/en/openssl.installation.php」。"; +$a->strings["Generate encryption keys"] = "产生加密钥匙"; +$a->strings["libCurl PHP module"] = "libCurl PHP模块"; +$a->strings["GD graphics PHP module"] = "GD显示PHP模块"; +$a->strings["OpenSSL PHP module"] = "OpenSSL PHP模块"; +$a->strings["PDO or MySQLi PHP module"] = "PDO 或者 MySQLi PHP 模块"; +$a->strings["mb_string PHP module"] = "mb_string PHP模块"; +$a->strings["XML PHP module"] = "XML PHP 模块"; +$a->strings["iconv module"] = "iconv 模块"; +$a->strings["Apache mod_rewrite module"] = "Apache mod_rewrite部件"; +$a->strings["Error: Apache webserver mod-rewrite module is required but not installed."] = "错误:Apache服务器的mod-rewrite模块是必要的可却不安装的。"; +$a->strings["Error: libCURL PHP module required but not installed."] = "错误:libCurl PHP模块是必要的可却不安装的。"; +$a->strings["Error: GD graphics PHP module with JPEG support required but not installed."] = "错误:GD显示PHP模块跟JPEG支持是必要的可却安装的。"; +$a->strings["Error: openssl PHP module required but not installed."] = "错误:openssl PHP模块是必要的可却不安装的。"; +$a->strings["Error: PDO or MySQLi PHP module required but not installed."] = ""; +$a->strings["Error: The MySQL driver for PDO is not installed."] = ""; +$a->strings["Error: mb_string PHP module required but not installed."] = "错误:mbstring PHP模块必要可没安装的。"; +$a->strings["Error: iconv PHP module required but not installed."] = "错误:需要 iconv PHP 模块但它并没有被安装。"; +$a->strings["Error, XML PHP module required but not installed."] = "部件错误,需要 XML PHP 模块但它并没有被安装。"; +$a->strings["The web installer needs to be able to create a file called \".htconfig.php\" in the top folder of your web server and it is unable to do so."] = "网页安装器要创建一个叫 \".htconfig.php\" 的文件在你的 web 服务器的顶层目录下,但无法这么做。"; +$a->strings["This is most often a permission setting, as the web server may not be able to write files in your folder - even if you can."] = "这常常是一个权设置,因为网服务器可能不会写文件在文件夹-即使您会。"; +$a->strings["At the end of this procedure, we will give you a text to save in a file named .htconfig.php in your Friendica top folder."] = "这个步骤头,我们给您正文要保存在叫.htconfig.php的文件在您Friendica主文件夹。"; +$a->strings["You can alternatively skip this procedure and perform a manual installation. Please see the file \"INSTALL.txt\" for instructions."] = "或者您会这个步骤不做还是实行手动的安装。请看INSTALL.txt文件为说明。"; +$a->strings[".htconfig.php is writable"] = ".htconfig.php是可写的"; +$a->strings["Friendica uses the Smarty3 template engine to render its web views. Smarty3 compiles templates to PHP to speed up rendering."] = "Friendica用Smarty3模板机车为建筑网页。Smarty3把模板编译成PHP为催建筑网页。"; +$a->strings["In order to store these compiled templates, the web server needs to have write access to the directory view/smarty3/ under the Friendica top level folder."] = "为了保存这些模板,网服务器要写权利于view/smarty3/目录在Friendica主目录下。"; +$a->strings["Please ensure that the user that your web server runs as (e.g. www-data) has write access to this folder."] = "请保险您网服务器用户(比如www-data)有这个目录的写权利。"; +$a->strings["Note: as a security measure, you should give the web server write access to view/smarty3/ only--not the template files (.tpl) that it contains."] = "注意:为了安全,您应该只给网服务器写权利于view/smarty3/-没有模板文件(.tpl)之下。"; +$a->strings["view/smarty3 is writable"] = "能写view/smarty3"; +$a->strings["Url rewrite in .htaccess is not working. Check your server configuration."] = "在 .htaccess 中的 URL 重写不工作。请检查你的服务器配置。"; +$a->strings["Url rewrite is working"] = "URL改写发挥机能"; +$a->strings["ImageMagick PHP extension is not installed"] = "ImageMagick PHP 扩展没有安装"; +$a->strings["ImageMagick PHP extension is installed"] = "ImageMagick PHP 扩展已安装"; +$a->strings["ImageMagick supports GIF"] = "ImageMagick 支持 GIF"; +$a->strings["The database configuration file \".htconfig.php\" could not be written. Please use the enclosed text to create a configuration file in your web server root."] = "数据库配置文件 \".htconfig.php\" 无法被写入。请在 web 服务器根目录下使用附上的文字创建一个配置文件。"; +$a->strings["

    What next

    "] = "

    下步是什么

    "; +$a->strings["IMPORTANT: You will need to [manually] setup a scheduled task for the worker."] = ""; +$a->strings["Go to your new Friendica node registration page and register as new user. Remember to use the same email you have entered as administrator email. This will allow you to enter the site admin panel."] = ""; +$a->strings["Time Conversion"] = "时间装换"; +$a->strings["Friendica provides this service for sharing events with other networks and friends in unknown timezones."] = "Friendica提供这个服务目的是分享项目跟别的网络和朋友们在别的时区。"; +$a->strings["UTC time: %s"] = "UTC时间: %s"; +$a->strings["Current timezone: %s"] = "现在时区: %s"; +$a->strings["Converted localtime: %s"] = "装换的当地时间:%s"; +$a->strings["Please select your timezone:"] = "请选择你的时区:"; +$a->strings["No valid account found."] = "找不到效的账户。"; +$a->strings["Password reset request issued. Check your email."] = "重设密码要求发布了。核对您的收件箱。"; +$a->strings["\n\t\tDear %1\$s,\n\t\t\tA request was recently received at \"%2\$s\" to reset your account\n\t\tpassword. In order to confirm this request, please select the verification link\n\t\tbelow or paste it into your web browser address bar.\n\n\t\tIf you did NOT request this change, please DO NOT follow the link\n\t\tprovided and ignore and/or delete this email, the request will expire shortly.\n\n\t\tYour password will not be changed unless we can verify that you\n\t\tissued this request."] = ""; +$a->strings["\n\t\tFollow this link soon to verify your identity:\n\n\t\t%1\$s\n\n\t\tYou will then receive a follow-up message containing the new password.\n\t\tYou may change that password from your account settings page after logging in.\n\n\t\tThe login details are as follows:\n\n\t\tSite Location:\t%2\$s\n\t\tLogin Name:\t%3\$s"] = ""; +$a->strings["Password reset requested at %s"] = "重设密码要求被发布%s"; +$a->strings["Request could not be verified. (You may have previously submitted it.) Password reset failed."] = "要求确认不了。(您可能已经提交它。)重设密码失败了。"; +$a->strings["Request has expired, please make a new one."] = "请求超时,请重试。"; +$a->strings["Forgot your Password?"] = "忘记你的密码吗?"; +$a->strings["Enter your email address and submit to have your password reset. Then check your email for further instructions."] = "输入您的邮件地址和提交为重置密码。然后核对收件箱看别的说明。"; +$a->strings["Nickname or Email: "] = "昵称或邮件地址:"; +$a->strings["Reset"] = "复位"; +$a->strings["Password Reset"] = "复位密码"; +$a->strings["Your password has been reset as requested."] = "您的密码被重设如要求的。"; +$a->strings["Your new password is"] = "你的新的密码是"; +$a->strings["Save or copy your new password - and then"] = "保存或复制新密码-之后"; +$a->strings["click here to login"] = "点击这里登录"; +$a->strings["Your password may be changed from the Settings page after successful login."] = "您的密码可以在成功登录后在设置页修改。"; +$a->strings["\n\t\t\tDear %1\$s,\n\t\t\t\tYour password has been changed as requested. Please retain this\n\t\t\tinformation for your records (or change your password immediately to\n\t\t\tsomething that you will remember).\n\t\t"] = ""; +$a->strings["\n\t\t\tYour login details are as follows:\n\n\t\t\tSite Location:\t%1\$s\n\t\t\tLogin Name:\t%2\$s\n\t\t\tPassword:\t%3\$s\n\n\t\t\tYou may change that password from your account settings page after logging in.\n\t\t"] = ""; +$a->strings["Your password has been changed at %s"] = "您密码被变化在%s"; +$a->strings["No more system notifications."] = "没别系统通知。"; +$a->strings["{0} wants to be your friend"] = "{0}想成为您的朋友"; +$a->strings["{0} sent you a message"] = "{0}发给您一个通信"; +$a->strings["{0} requested registration"] = "{0}要求注册"; +$a->strings["Poke/Prod"] = "戳"; +$a->strings["poke, prod or do other things to somebody"] = "把人家戳或别的行动"; +$a->strings["Recipient"] = "接受者"; +$a->strings["Choose what you wish to do to recipient"] = "选择您想把别人作"; +$a->strings["Make this post private"] = "使这个文章私人"; +$a->strings["Only logged in users are permitted to perform a probing."] = "只有已登录用户才被允许进行探测。"; +$a->strings["Image uploaded but image cropping failed."] = "照片上传去了,但修剪失灵。"; +$a->strings["Image size reduction [%s] failed."] = "照片减少[%s]失灵。"; +$a->strings["Shift-reload the page or clear browser cache if the new photo does not display immediately."] = "万一新照片一会出现,换档重新加载或者成为空浏览器高速缓存。"; +$a->strings["Unable to process image"] = "不能处理照片"; +$a->strings["Image exceeds size limit of %s"] = "图片超过 %s 的大小限制"; +$a->strings["Unable to process image."] = "处理不了图像."; +$a->strings["Upload File:"] = "上传文件:"; +$a->strings["Select a profile:"] = "选择一个简介"; +$a->strings["or"] = "或者"; +$a->strings["skip this step"] = "略过这步"; +$a->strings["select a photo from your photo albums"] = "从您的照片册选择一片。"; +$a->strings["Crop Image"] = "修剪照片"; +$a->strings["Please adjust the image cropping for optimum viewing."] = "请调图片剪裁为最好看。"; +$a->strings["Done Editing"] = "编辑完成"; +$a->strings["Image uploaded successfully."] = "照片成功地上传了。"; +$a->strings["Image upload failed."] = "图像上载失败了."; +$a->strings["Permission denied"] = "权限不够"; +$a->strings["Invalid profile identifier."] = "无限的简介标识符。"; +$a->strings["Profile Visibility Editor"] = "简介能见度编辑器。"; +$a->strings["Click on a contact to add or remove."] = "单击联系人以添加或删除。"; +$a->strings["Visible To"] = "能见被"; +$a->strings["All Contacts (with secure profile access)"] = ""; +$a->strings["Account approved."] = "账户已被批准。"; +$a->strings["Registration revoked for %s"] = "撤销了 %s 的注册"; +$a->strings["Please login."] = "请登录。"; +$a->strings["Remove My Account"] = "删除我的账户"; +$a->strings["This will completely remove your account. Once this has been done it is not recoverable."] = "这要完全删除您的账户。这一做过,就不能恢复。"; +$a->strings["Please enter your password for verification:"] = "请输入密码为确认:"; +$a->strings["Remove term"] = "删除关键字"; +$a->strings["Saved Searches"] = "保存的搜索"; +$a->strings["Only logged in users are permitted to perform a search."] = "只有已登录的用户被允许进行搜索。"; +$a->strings["Too Many Requests"] = "过多请求"; +$a->strings["Only one search per minute is permitted for not logged in users."] = "对未登录的用户,每分钟只允许一条搜索。"; +$a->strings["No results."] = "没有结果。"; +$a->strings["Items tagged with: %s"] = ""; +$a->strings["%1\$s is following %2\$s's %3\$s"] = "%1\$s关注着%2\$s的%3\$s"; +$a->strings["Tag removed"] = "标签去除了"; +$a->strings["Remove Item Tag"] = "去除项目标签"; +$a->strings["Select a tag to remove: "] = "选择删除一个标签: "; +$a->strings["Export account"] = "导出账户"; +$a->strings["Export your account info and contacts. Use this to make a backup of your account and/or to move it to another server."] = "导出你的账户信息和联系人。用这个功能来生成一个你的账户的备份,并且/或者把它移到另外一个服务器。"; +$a->strings["Export all"] = "导出全部"; +$a->strings["Export your accout info, contacts and all your items as json. Could be a very big file, and could take a lot of time. Use this to make a full backup of your account (photos are not exported)"] = "导出你的账户信息、联系人和所有你的项目为 json 格式。可能会是一个很大的文件,并可能花费很多时间。用这个功能来做一个你的账户的全备份(照片不会被导出)"; +$a->strings["Export personal data"] = "导出个人信息"; +$a->strings["No contacts."] = "没有联系人。"; +$a->strings["Access denied."] = "没有用权。"; +$a->strings["Wall Photos"] = "墙照片"; +$a->strings["Number of daily wall messages for %s exceeded. Message failed."] = "一天最多墙通知给%s超过了。通知没有通过 。"; +$a->strings["No recipient selected."] = "没有选择的接受者。"; +$a->strings["Unable to check your home location."] = "核对不了您的主页。"; +$a->strings["Message could not be sent."] = "消息发不了。"; +$a->strings["Message collection failure."] = "通信受到错误。"; +$a->strings["Message sent."] = "消息发了"; +$a->strings["No recipient."] = "没有接受者。"; +$a->strings["Send Private Message"] = "发私人的通信"; +$a->strings["If you wish for %s to respond, please check that the privacy settings on your site allow private mail from unknown senders."] = "如果您想%s回答,请核对您网站的隐私设置允许生发送人的私人邮件。"; +$a->strings["To:"] = "到:"; +$a->strings["Subject:"] = "题目:"; +$a->strings["Unable to locate original post."] = "找不到当初的新闻"; +$a->strings["Empty post discarded."] = "空帖子被丢弃了。"; +$a->strings["This message was sent to you by %s, a member of the Friendica social network."] = "这个新闻是由%s,Friendica社会化网络成员之一,发给你。"; +$a->strings["You may visit them online at %s"] = "你可以网上拜访他在%s"; +$a->strings["Please contact the sender by replying to this post if you do not wish to receive these messages."] = "你不想受到这些新闻的话,请回答这个新闻给发者联系。"; +$a->strings["%s posted an update."] = "%s贴上一个新闻。"; +$a->strings["Registration successful. Please check your email for further instructions."] = "注册成功了。请咨询说明再您的收件箱。"; +$a->strings["Failed to send email message. Here your accout details:
    login: %s
    password: %s

    You can change your password after login."] = "发送邮件失败。你的账户消息是:
    用户名:%s
    密码: %s

    。登录后能改密码。"; +$a->strings["Registration successful."] = "注册成功。"; +$a->strings["Your registration can not be processed."] = "处理不了您的注册。"; +$a->strings["Your registration is pending approval by the site owner."] = "您的注册等网页主的批准。"; +$a->strings["You may (optionally) fill in this form via OpenID by supplying your OpenID and clicking 'Register'."] = "您会(可选的)用OpenID填这个表格通过提供您的OpenID和点击「注册」。"; +$a->strings["If you are not familiar with OpenID, please leave that field blank and fill in the rest of the items."] = "如果您没熟悉OpenID,请留空这个栏和填另些栏。"; +$a->strings["Your OpenID (optional): "] = "您的OpenID(可选的):"; +$a->strings["Include your profile in member directory?"] = "放您的简介再员目录?"; +$a->strings["Note for the admin"] = ""; +$a->strings["Leave a message for the admin, why you want to join this node"] = "给管理员留条消息,为什么你想加入这个节点"; +$a->strings["Membership on this site is by invitation only."] = "会员身份在这个网站是光通过邀请。"; +$a->strings["Your invitation code: "] = ""; +$a->strings["Registration"] = "注册"; +$a->strings["Your Full Name (e.g. Joe Smith, real or real-looking): "] = "你的全名 (比如张三,真名或看起来是真名):"; +$a->strings["Your Email Address: (Initial information will be send there, so this has to be an existing address.)"] = ""; +$a->strings["New Password:"] = "新密码:"; +$a->strings["Leave empty for an auto generated password."] = "留空以使用自动生成的密码。"; +$a->strings["Confirm:"] = "确认:"; +$a->strings["Choose a profile nickname. This must begin with a text character. Your profile address on this site will then be 'nickname@%s'."] = ""; +$a->strings["Choose a nickname: "] = "选择昵称:"; +$a->strings["Register"] = "注册"; +$a->strings["Import your profile to this friendica instance"] = "进口您的简介到这个friendica服务器"; $a->strings["Theme settings updated."] = "主题设置更新了。"; $a->strings["Information"] = "资料"; $a->strings["Overview"] = "概览"; @@ -673,7 +988,7 @@ $a->strings["Database"] = "数据库"; $a->strings["DB updates"] = "数据库更新"; $a->strings["Inspect Queue"] = ""; $a->strings["Tools"] = "工具"; -$a->strings["Contact Blocklist"] = ""; +$a->strings["Contact Blocklist"] = "联系人屏蔽列表"; $a->strings["Server Blocklist"] = "服务器屏蔽列表"; $a->strings["Delete Item"] = "删除项目"; $a->strings["Logs"] = "记录"; @@ -683,7 +998,7 @@ $a->strings["PHP Info"] = "PHP Info"; $a->strings["probe address"] = "探测地址"; $a->strings["check webfinger"] = ""; $a->strings["Admin"] = "管理"; -$a->strings["Addon Features"] = ""; +$a->strings["Addon Features"] = "插件特性"; $a->strings["User registrations waiting for confirmation"] = "用户注册等确认"; $a->strings["The blocked domain"] = "被封禁的域名"; $a->strings["The reason why you blocked this domain."] = "封禁这个域名的原因。"; @@ -694,7 +1009,7 @@ $a->strings["This page can be used to define a black list of servers from the fe $a->strings["The list of blocked servers will be made publically available on the /friendica page so that your users and people investigating communication problems can find the reason easily."] = ""; $a->strings["Add new entry to block list"] = "添加新条目到屏蔽列表"; $a->strings["Server Domain"] = "服务器域名"; -$a->strings["The domain of the new server to add to the block list. Do not include the protocol."] = ""; +$a->strings["The domain of the new server to add to the block list. Do not include the protocol."] = "需要添加到服务器屏蔽列表的服务器的域名。请勿包括协议。"; $a->strings["Block reason"] = "封禁原因"; $a->strings["Add Entry"] = "添加条目"; $a->strings["Save changes to the blocklist"] = "保存变更到屏蔽列表"; @@ -703,7 +1018,7 @@ $a->strings["Delete entry from blocklist"] = "删除屏蔽列表中的条目"; $a->strings["Delete entry from blocklist?"] = "从屏蔽列表删除条目?"; $a->strings["Server added to blocklist."] = "服务器已添加到屏蔽列表。"; $a->strings["Site blocklist updated."] = "站点屏蔽列表已更新。"; -$a->strings["The contact has been blocked from the node"] = ""; +$a->strings["The contact has been blocked from the node"] = "该联系人已被本节点屏蔽。"; $a->strings["Could not find any contact entry for this URL (%s)"] = ""; $a->strings["%s contact unblocked"] = [ 0 => "", @@ -713,8 +1028,6 @@ $a->strings["This page allows you to prevent any message from a remote contact t $a->strings["Block Remote Contact"] = ""; $a->strings["select all"] = "全选"; $a->strings["select none"] = ""; -$a->strings["Block"] = "屏蔽"; -$a->strings["Unblock"] = "解除屏蔽"; $a->strings["No remote contact is blocked from this node."] = ""; $a->strings["Blocked Remote Contacts"] = ""; $a->strings["Block New Remote Contact"] = ""; @@ -737,7 +1050,7 @@ $a->strings["ID"] = "ID"; $a->strings["Recipient Name"] = "接收者的名字"; $a->strings["Recipient Profile"] = "接收者的简介"; $a->strings["Network"] = "网络"; -$a->strings["Created"] = ""; +$a->strings["Created"] = "已创建"; $a->strings["Last Tried"] = "上次尝试"; $a->strings["This page lists the content of the queue for outgoing postings. These are postings the initial delivery failed for. They will be resend later and eventually deleted if the delivery fails permanently."] = ""; $a->strings["Your DB still runs with MyISAM tables. You should change the engine type to InnoDB. As Friendica will use InnoDB only features in the future, you should change this! See here for a guide that may be helpful converting the table engines. You may also use the command php scripts/dbstructure.php toinnodb of your Friendica installation for an automatic conversion.
    "] = ""; @@ -756,7 +1069,7 @@ $a->strings["Summary"] = "概要"; $a->strings["Registered users"] = "注册的用户"; $a->strings["Pending registrations"] = "未决的注册"; $a->strings["Version"] = "版本"; -$a->strings["Active addons"] = ""; +$a->strings["Active addons"] = "激活插件"; $a->strings["Can not parse base url. Must have at least ://"] = "不能分析基础URL。至少要://"; $a->strings["Site settings updated."] = "网站设置更新了。"; $a->strings["No special theme for mobile devices"] = "没专门适合手机的主题"; @@ -764,7 +1077,6 @@ $a->strings["No community page"] = "没有社会页"; $a->strings["Public postings from users of this site"] = "本网站用户的公开文章"; $a->strings["Public postings from the federated network"] = ""; $a->strings["Public postings from local users and the federated network"] = ""; -$a->strings["Disabled"] = "已停用"; $a->strings["Users, Global Contacts"] = "用户,全球联系人"; $a->strings["Users, Global Contacts/fallback"] = ""; $a->strings["One month"] = "一个月"; @@ -781,12 +1093,9 @@ $a->strings["Self-signed certificate, use SSL for local links only (discouraged) $a->strings["Don't check"] = "请勿检查"; $a->strings["check the stable version"] = "检查稳定版"; $a->strings["check the development version"] = "检查开发版本"; -$a->strings["Save Settings"] = "保存设置"; $a->strings["Republish users to directory"] = ""; -$a->strings["Registration"] = "注册"; $a->strings["File upload"] = "文件上传"; $a->strings["Policies"] = "政策"; -$a->strings["Advanced"] = "高级"; $a->strings["Auto Discovered Contact Directory"] = ""; $a->strings["Performance"] = "性能"; $a->strings["Worker"] = ""; @@ -837,7 +1146,7 @@ $a->strings["Don't show the rich content (e.g. embedded PDF), except from the do $a->strings["Allowed OEmbed domains"] = ""; $a->strings["Comma separated list of domains which oembed content is allowed to be displayed. Wildcards are accepted."] = ""; $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["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 URL"] = ""; @@ -901,7 +1210,7 @@ $a->strings["Search the local directory instead of the global directory. When se $a->strings["Publish server information"] = "发布服务器信息"; $a->strings["If enabled, general server and usage data will be published. The data contains the name and version of the server, number of users with public profiles, number of posts and the activated protocols and connectors. See the-federation.info for details."] = ""; $a->strings["Check upstream version"] = "检查上游版本"; -$a->strings["Enables checking for new Friendica versions at github. If there is a new version, you will be informed in the admin panel overview."] = ""; +$a->strings["Enables checking for new Friendica versions at github. If there is a new version, you will be informed in the admin panel overview."] = "启用在 github 上检查新的 Friendica 版本。如果发现新版本,您将在管理员概要面板得到通知。"; $a->strings["Suppress Tags"] = "压制标签"; $a->strings["Suppress showing a list of hashtags at the end of the posting."] = "不在文章末尾显示主题标签列表。"; $a->strings["Path to item cache"] = "路线到项目缓存"; @@ -913,15 +1222,15 @@ $a->strings["How much comments should be shown for each post? Default value is 1 $a->strings["Temp path"] = "临时文件路线"; $a->strings["If you have a restricted system where the webserver can't access the system temp path, enter another path here."] = ""; $a->strings["Base path to installation"] = "基础安装路线"; -$a->strings["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."] = ""; +$a->strings["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."] = "如果您的系统无法为您检测到正确的安装路径,请在这里输入正确的路径。此配置仅在您使用设有限制的系统时符号链接到网页服务器根目录使用。"; $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["Only search in tags"] = ""; -$a->strings["On large systems the text search can slow down the system extremely."] = ""; +$a->strings["On large systems the text search can slow down the system extremely."] = "在大型系统中,正文搜索会极大降低系统运行速度。"; $a->strings["New base url"] = "新基础URL"; $a->strings["Change base url for this server. Sends relocate message to all Friendica and Diaspora* contacts of all users."] = ""; $a->strings["RINO Encryption"] = ""; -$a->strings["Encryption layer between nodes."] = ""; +$a->strings["Encryption layer between nodes."] = "节点之间的加密层。"; $a->strings["Maximum number of parallel workers"] = ""; $a->strings["On shared hosters set this to 2. On larger systems, values of 10 are great. Default value is 4."] = ""; $a->strings["Don't use 'proc_open' with the worker"] = ""; @@ -938,7 +1247,7 @@ $a->strings["Update %s was successfully applied."] = "把%s更新成功地实行 $a->strings["Update %s did not return a status. Unknown if it succeeded."] = "%s更新没回答现状。不知道是否成功。"; $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["Check database structure"] = "检查数据库结构"; $a->strings["Failed Updates"] = "没通过的更新"; $a->strings["This does not include updates prior to 1139, which did not return a status."] = "这个不包括1139号更新之前,它们没回答装线。"; $a->strings["Mark success (if update was manually applied)"] = "标注成功(如果手动地把更新实行了)"; @@ -953,8 +1262,8 @@ $a->strings["%s user deleted"] = [ 0 => "%s 用户被删除了", ]; $a->strings["User '%s' deleted"] = "用户 '%s' 被删除了"; -$a->strings["User '%s' unblocked"] = ""; -$a->strings["User '%s' blocked"] = ""; +$a->strings["User '%s' unblocked"] = "用户“%s”已解除屏蔽"; +$a->strings["User '%s' blocked"] = "用户“%s”已屏蔽"; $a->strings["Email"] = "电子邮件"; $a->strings["Register date"] = "注册日期"; $a->strings["Last login"] = "上次登录"; @@ -977,19 +1286,19 @@ $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["Addon %s disabled."] = "插件 %s 已禁用。"; +$a->strings["Addon %s enabled."] = "插件 %s 已启用。"; $a->strings["Disable"] = "停用"; $a->strings["Enable"] = "使能用"; $a->strings["Toggle"] = "肘节"; $a->strings["Author: "] = "作者:"; $a->strings["Maintainer: "] = "维护者:"; -$a->strings["Reload active addons"] = ""; -$a->strings["There are currently no addons available on your node. You can find the official addon repository at %1\$s and might find other interesting addons in the open addon registry at %2\$s"] = ""; +$a->strings["Reload active addons"] = "重新加载可用插件"; +$a->strings["There are currently no addons available on your node. You can find the official addon repository at %1\$s and might find other interesting addons in the open addon registry at %2\$s"] = "目前您的节点上没有可用插件。您可以在 %1\$s 找到官方插件库,或者到开放的插件登记处 %2\$s 也能找到其他有趣的插件"; $a->strings["No themes found."] = "找不到主题。"; $a->strings["Screenshot"] = "截图"; $a->strings["Reload active themes"] = "重载活动的主题"; -$a->strings["No themes found on the system. They should be placed in %1\$s"] = ""; +$a->strings["No themes found on the system. They should be placed in %1\$s"] = "未在系统中发现主题。它们应该被放置在 %1\$s"; $a->strings["[Experimental]"] = "[试验]"; $a->strings["[Unsupported]"] = "[没支持]"; $a->strings["Log settings updated."] = "日志设置更新了。"; @@ -1002,8 +1311,8 @@ $a->strings["Must be writable by web server. Relative to your Friendica top-leve $a->strings["Log level"] = "日志级别"; $a->strings["PHP logging"] = "PHP 日志"; $a->strings["To enable logging of PHP errors and warnings you can add the following to the .htconfig.php file of your installation. The filename set in the 'error_log' line is relative to the friendica top-level directory and must be writeable by the web server. The option '1' for 'log_errors' and 'display_errors' is to enable these options, set to '0' to disable them."] = ""; -$a->strings["Error trying to open %1\$s log file.\\r\\n
    Check to see if file %1\$s exist and is readable."] = ""; -$a->strings["Couldn't open %1\$s log file.\\r\\n
    Check to see if file %1\$s is readable."] = ""; +$a->strings["Error trying to open %1\$s log file.\\r\\n
    Check to see if file %1\$s exist and is readable."] = "打开 %1\$s 日志文件出错。\\r\\n
    请检查 %1\$s 文件是否存在并且可读。"; +$a->strings["Couldn't open %1\$s log file.\\r\\n
    Check to see if file %1\$s is readable."] = "无法打开 %1\$s 日志文件。\\r\\n
    请检查 %1\$s 文件是否可读。"; $a->strings["Off"] = "关"; $a->strings["On"] = "开"; $a->strings["Lock feature %s"] = "锁定特性 %s"; @@ -1019,154 +1328,25 @@ $a->strings["bb2diaspora => Markdown: "] = ""; $a->strings["bb2diaspora => diaspora2bb: "] = ""; $a->strings["Source input (Diaspora format): "] = "源代输入(Diaspora形式):"; $a->strings["diaspora2bb: "] = "diaspora2bb: "; -$a->strings["Community option not available."] = ""; +$a->strings["Login"] = "登录"; +$a->strings["The post was created"] = "文章创建了"; +$a->strings["Community option not available."] = "社区选项不可用。"; $a->strings["Not available."] = "不可用的"; -$a->strings["Local Community"] = ""; +$a->strings["Local Community"] = "本地社区"; $a->strings["Posts from local users on this server"] = ""; -$a->strings["Global Community"] = ""; +$a->strings["Global Community"] = "全球社区"; $a->strings["Posts from users of the whole federated network"] = ""; -$a->strings["No results."] = "没有结果。"; $a->strings["This community stream shows all public posts received by this node. They may not reflect the opinions of this node’s users."] = ""; -$a->strings["%d contact edited."] = [ - 0 => "%d 个联系人被编辑了。", -]; -$a->strings["Could not access contact record."] = "无法访问联系人记录。"; -$a->strings["Could not locate selected profile."] = "找不到选择的简介。"; -$a->strings["Contact updated."] = "联系人更新了。"; -$a->strings["Failed to update contact record."] = "更新联系人记录失败。"; -$a->strings["Contact has been blocked"] = "联系人已被屏蔽"; -$a->strings["Contact has been unblocked"] = "联系人已被解除屏蔽"; -$a->strings["Contact has been ignored"] = "联系人已被忽视"; -$a->strings["Contact has been unignored"] = "联系人已被解除忽视"; -$a->strings["Contact has been archived"] = "联系人已存档"; -$a->strings["Contact has been unarchived"] = "联系人已被解除存档"; -$a->strings["Drop contact"] = ""; -$a->strings["Do you really want to delete this contact?"] = "您真的想删除这个熟人吗?"; -$a->strings["Contact has been removed."] = "联系人被删除了。"; -$a->strings["You are mutual friends with %s"] = "您和 %s 互为朋友"; -$a->strings["You are sharing with %s"] = "你正在和 %s 分享"; -$a->strings["%s is sharing with you"] = "%s 正在和你分享"; -$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"] = "网络种类: %s"; -$a->strings["Communications lost with this contact!"] = "和这个联系人的通信断开了!"; -$a->strings["Fetch further information for feeds"] = "拿文源别的消息"; -$a->strings["Fetch information like preview pictures, title and teaser from the feed item. You can activate this if the feed doesn't contain much text. Keywords are taken from the meta header in the feed item and are posted as hash tags."] = ""; -$a->strings["Fetch information"] = "取消息"; -$a->strings["Fetch keywords"] = "获取关键字"; -$a->strings["Fetch information and keywords"] = "取消息和关键词"; -$a->strings["Contact"] = "联系人"; -$a->strings["Profile Visibility"] = "简历可见量"; -$a->strings["Please choose the profile you would like to display to %s when viewing your profile securely."] = "请选择简介您想给%s显示他安全地看您的简介的时候。"; -$a->strings["Contact Information / Notes"] = "熟人信息/便条"; -$a->strings["Their personal note"] = ""; -$a->strings["Edit contact notes"] = "编辑联系人便条"; -$a->strings["Block/Unblock contact"] = "屏蔽/解除屏蔽联系人"; -$a->strings["Ignore contact"] = "忽略联系人"; -$a->strings["Repair URL settings"] = "维修URL设置"; -$a->strings["View conversations"] = "看交流"; -$a->strings["Last update:"] = "上个更新:"; -$a->strings["Update public posts"] = "更新公开文章"; -$a->strings["Update now"] = "现在更新"; -$a->strings["Unignore"] = "取消忽视"; -$a->strings["Currently blocked"] = "现在被封禁的"; -$a->strings["Currently ignored"] = "现在不理的"; -$a->strings["Currently archived"] = "现在存档着"; -$a->strings["Awaiting connection acknowledge"] = ""; -$a->strings["Replies/likes to your public posts may still be visible"] = "回答/喜欢关您公开文章还可见的"; -$a->strings["Notification for new posts"] = "新消息提示"; -$a->strings["Send a notification of every new post of this contact"] = "发送这个联系人的每篇新文章的通知"; -$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["XMPP:"] = "XMPP:"; -$a->strings["Actions"] = ""; -$a->strings["Status"] = "状态"; -$a->strings["Contact Settings"] = "联系人设置"; -$a->strings["Suggestions"] = "建议"; -$a->strings["Suggest potential friends"] = "建议潜在朋友们"; -$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["Search your contacts"] = "搜索您的联系人"; -$a->strings["Results for: %s"] = ""; -$a->strings["Update"] = "更新"; -$a->strings["Archive"] = "存档"; -$a->strings["Unarchive"] = "从存档拿来"; -$a->strings["Batch Actions"] = ""; -$a->strings["Profile Details"] = "简介内容"; -$a->strings["View all contacts"] = "查看所有联系人"; -$a->strings["View all common friends"] = "查看所有公共好友"; -$a->strings["Advanced Contact Settings"] = "高级联系人设置"; -$a->strings["Mutual Friendship"] = "共同友谊"; -$a->strings["is a fan of yours"] = "是你的粉丝"; -$a->strings["you are a fan of"] = "你喜欢"; -$a->strings["Toggle Blocked status"] = "切换屏蔽状态"; -$a->strings["Toggle Ignored status"] = "交替忽视现状"; -$a->strings["Toggle Archive status"] = "交替档案现状"; -$a->strings["Delete contact"] = "删除联系人"; -$a->strings["No parent user"] = ""; -$a->strings["Parent User"] = ""; -$a->strings["Parent users have total control about this account, including the account settings. Please double check whom you give this access."] = ""; -$a->strings["Delegate Page Management"] = "页代表管理"; -$a->strings["Delegates"] = ""; -$a->strings["Delegates are able to manage all aspects of this account/page except for basic account settings. Please do not delegate your personal account to anybody that you do not trust completely."] = "代表会管理所有的方面这个账户/页除了基础账户配置以外。请别代表您私人账户给您没完全信的人。"; -$a->strings["Existing Page Managers"] = "目前页管理员"; -$a->strings["Existing Page Delegates"] = "目前页代表"; -$a->strings["Potential Delegates"] = "潜力的代表"; -$a->strings["Remove"] = "移走"; -$a->strings["Add"] = "加"; -$a->strings["No entries."] = "没有项目。"; -$a->strings["This introduction has already been accepted."] = "这个介绍已经接受了。"; -$a->strings["Profile location is not valid or does not contain profile information."] = "简介位置失效或不包含简介信息。"; -$a->strings["Warning: profile location has no identifiable owner name."] = "警告:简介位置没有可设别的主名。"; -$a->strings["Warning: profile location has no profile photo."] = "警告:简介位置没有简介图。"; -$a->strings["%d required parameter was not found at the given location"] = [ - 0 => "%d需要的参数没找到在输入的位置。", -]; -$a->strings["Introduction complete."] = "介绍完成的。"; -$a->strings["Unrecoverable protocol error."] = "不能恢复的协议错误"; -$a->strings["Profile unavailable."] = "简介无效"; -$a->strings["%s has received too many connection requests today."] = "%s今天已经受到了太多联络要求"; -$a->strings["Spam protection measures have been invoked."] = "垃圾保护措施被用了。"; -$a->strings["Friends are advised to please try again in 24 hours."] = "朋友们被建议请24小时后再试。"; -$a->strings["Invalid locator"] = "无效找到物"; -$a->strings["You have already introduced yourself here."] = "您已经自我介绍这儿。"; -$a->strings["Apparently you are already friends with %s."] = "看上去您已经是%s的朋友。"; -$a->strings["Invalid profile URL."] = "无效的简介URL。"; -$a->strings["Disallowed profile URL."] = "不允许的简介地址."; -$a->strings["Your introduction has been sent."] = "您的介绍发布了。"; -$a->strings["Remote subscription can't be done for your network. Please subscribe directly on your system."] = ""; -$a->strings["Please login to confirm introduction."] = "请登录以确认介绍。"; -$a->strings["Incorrect identity currently logged in. Please login to this profile."] = "当前登录的身份不正确。请登录到这个用户。"; -$a->strings["Confirm"] = "确认"; -$a->strings["Hide this contact"] = "隐藏这个联系人"; -$a->strings["Welcome home %s."] = "欢迎%s。"; -$a->strings["Please confirm your introduction/connection request to %s."] = "请确认您的介绍/联络要求给%s。"; -$a->strings["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, follow this link to find a public Friendica site and join us today."] = ""; -$a->strings["Friend/Connection Request"] = "朋友/连接请求"; -$a->strings["Examples: jojo@demo.friendica.com, http://demo.friendica.com/profile/jojo, testuser@gnusocial.de"] = ""; -$a->strings["Please answer the following:"] = "请回答下述的:"; -$a->strings["Does %s know you?"] = "%s是否认识你?"; -$a->strings["Add a personal note:"] = "添加一个个人便条:"; -$a->strings["Friendica"] = "Friendica"; -$a->strings["GNU Social (Pleroma, Mastodon)"] = ""; -$a->strings["Diaspora (Socialhome, Hubzilla)"] = ""; -$a->strings[" - please do not use this form. Instead, enter %s into your Diaspora search bar."] = " - 请别用这个表格。而是在你的 Diaspora 搜索栏输入 %s."; +$a->strings["Status:"] = "现状:"; +$a->strings["Homepage:"] = "主页:"; +$a->strings["Global Directory"] = "综合目录"; +$a->strings["Find on this site"] = "找在这网站"; +$a->strings["Results for:"] = ""; +$a->strings["Site Directory"] = "网站目录"; +$a->strings["No entries (some entries may be hidden)."] = "没有文章(有的文章会被隐藏)。"; $a->strings["Item not found"] = "项目没找到"; $a->strings["Edit post"] = "编辑文章"; -$a->strings["Event can not end before it has started."] = ""; +$a->strings["Event can not end before it has started."] = "事件不能在开始前结束。"; $a->strings["Event title and start time are required."] = "项目标题和开始时间是必须的。"; $a->strings["Create New Event"] = "创建新的事件"; $a->strings["Event details"] = "事件细节"; @@ -1181,132 +1361,31 @@ $a->strings["Share this event"] = "分享这个事件"; $a->strings["Basic"] = "基本"; $a->strings["Failed to remove event"] = "删除事件失败"; $a->strings["Event removed"] = "事件已删除"; -$a->strings["- select -"] = "-选择-"; -$a->strings["The contact could not be added."] = "无法添加此联系人。"; -$a->strings["You already added this contact."] = "您已添加此联系人。"; -$a->strings["Diaspora support isn't enabled. Contact can't be added."] = "Diaspora 支持没被启用。无法添加联系人。"; -$a->strings["OStatus support is disabled. Contact can't be added."] = "OStatus 支持没被启用。无法添加联系人。"; -$a->strings["The network type couldn't be detected. Contact can't be added."] = "网络类型无法被检测。无法添加联系人。"; -$a->strings["Friendica Communications Server - Setup"] = "Friendica沟通服务器-安装"; -$a->strings["Could not connect to database."] = "解不了数据库。"; -$a->strings["Could not create table."] = "无法创建表格。"; -$a->strings["Your Friendica site database has been installed."] = "您Friendica网站数据库被安装了。"; -$a->strings["You may need to import the file \"database.sql\" manually using phpmyadmin or mysql."] = "您可能要手工地进口文件「database.sql」用phpmyadmin或mysql。"; -$a->strings["Please see the file \"INSTALL.txt\"."] = "请看文件「INSTALL.txt」"; -$a->strings["Database already in use."] = "数据库已经被使用。"; -$a->strings["System check"] = "系统检测"; -$a->strings["Check again"] = "再检测"; -$a->strings["Database connection"] = "数据库接通"; -$a->strings["In order to install Friendica we need to know how to connect to your database."] = "为安装Friendica我们要知道怎么连接您的数据库。"; -$a->strings["Please contact your hosting provider or site administrator if you have questions about these settings."] = "你有关于这些设置有问题的话,请给互联网托管服务或者网页管理联系。"; -$a->strings["The database you specify below should already exist. If it does not, please create it before continuing."] = "您下边指定的数据库应该已经存在。如果还没有,请创建后继续。"; -$a->strings["Database Server Name"] = "数据库服务器名"; -$a->strings["Database Login Name"] = "数据库登录名"; -$a->strings["Database Login Password"] = "数据库登录密码"; -$a->strings["For security reasons the password must not be empty"] = "由于安全的原因,密码不能为空"; -$a->strings["Database Name"] = "数据库名字"; -$a->strings["Site administrator email address"] = "网站行政人员邮件地址"; -$a->strings["Your account email address must match this in order to use the web admin panel."] = "您账户邮件地址必要符合这个为用网站处理仪表板"; -$a->strings["Please select a default timezone for your website"] = "请选择您网站的默认时区"; -$a->strings["Site settings"] = "网站设置"; -$a->strings["System Language:"] = "系统语言:"; -$a->strings["Set the default language for your Friendica installation interface and to send emails."] = ""; -$a->strings["Could not find a command line version of PHP in the web server PATH."] = "没找到命令行PHP在网服务器PATH。"; -$a->strings["If you don't have a command line version of PHP installed on your server, you will not be able to run the background processing. See 'Setup the worker'"] = ""; -$a->strings["PHP executable path"] = "PHP可执行路径"; -$a->strings["Enter full path to php executable. You can leave this blank to continue the installation."] = "输入全路线到php执行程序。您会留空白为继续安装。"; -$a->strings["Command line PHP"] = "命令行PHP"; -$a->strings["PHP executable is not the php cli binary (could be cgi-fgci version)"] = "PHP执行程序不是命令行PHP執行檔(有可能是cgi-fgci版本)"; -$a->strings["Found PHP version: "] = "找到 PHP 版本:"; -$a->strings["PHP cli binary"] = "命令行PHP執行檔"; -$a->strings["The command line version of PHP on your system does not have \"register_argc_argv\" enabled."] = "您系统的命令行PHP没有能够「register_argc_argv」。"; -$a->strings["This is required for message delivery to work."] = "这必要为通信发布成功。"; -$a->strings["PHP register_argc_argv"] = "PHP register_argc_argv"; -$a->strings["Error: the \"openssl_pkey_new\" function on this system is not able to generate encryption keys"] = "错误:这系统的「register_argc_argv」子程序不能产生加密钥匙"; -$a->strings["If running under Windows, please see \"http://www.php.net/manual/en/openssl.installation.php\"."] = "如果您用Windows,请看「http://www.php.net/manual/en/openssl.installation.php」。"; -$a->strings["Generate encryption keys"] = "产生加密钥匙"; -$a->strings["libCurl PHP module"] = "libCurl PHP模块"; -$a->strings["GD graphics PHP module"] = "GD显示PHP模块"; -$a->strings["OpenSSL PHP module"] = "OpenSSL PHP模块"; -$a->strings["PDO or MySQLi PHP module"] = "PDO 或者 MySQLi PHP 模块"; -$a->strings["mb_string PHP module"] = "mb_string PHP模块"; -$a->strings["XML PHP module"] = "XML PHP 模块"; -$a->strings["iconv module"] = "iconv 模块"; -$a->strings["Apache mod_rewrite module"] = "Apache mod_rewrite部件"; -$a->strings["Error: Apache webserver mod-rewrite module is required but not installed."] = "错误:Apache服务器的mod-rewrite模块是必要的可却不安装的。"; -$a->strings["Error: libCURL PHP module required but not installed."] = "错误:libCurl PHP模块是必要的可却不安装的。"; -$a->strings["Error: GD graphics PHP module with JPEG support required but not installed."] = "错误:GD显示PHP模块跟JPEG支持是必要的可却安装的。"; -$a->strings["Error: openssl PHP module required but not installed."] = "错误:openssl PHP模块是必要的可却不安装的。"; -$a->strings["Error: PDO or MySQLi PHP module required but not installed."] = ""; -$a->strings["Error: The MySQL driver for PDO is not installed."] = ""; -$a->strings["Error: mb_string PHP module required but not installed."] = "错误:mbstring PHP模块必要可没安装的。"; -$a->strings["Error: iconv PHP module required but not installed."] = ""; -$a->strings["Error, XML 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."] = "网页安装器要创建一个叫 \".htconfig.php\" 的文件在你的 web 服务器的顶层目录下,但无法这么做。"; -$a->strings["This is most often a permission setting, as the web server may not be able to write files in your folder - even if you can."] = "这常常是一个权设置,因为网服务器可能不会写文件在文件夹-即使您会。"; -$a->strings["At the end of this procedure, we will give you a text to save in a file named .htconfig.php in your Friendica top folder."] = "这个步骤头,我们给您正文要保存在叫.htconfig.php的文件在您Friendica主文件夹。"; -$a->strings["You can alternatively skip this procedure and perform a manual installation. Please see the file \"INSTALL.txt\" for instructions."] = "或者您会这个步骤不做还是实行手动的安装。请看INSTALL.txt文件为说明。"; -$a->strings[".htconfig.php is writable"] = ".htconfig.php是可写的"; -$a->strings["Friendica uses the Smarty3 template engine to render its web views. Smarty3 compiles templates to PHP to speed up rendering."] = "Friendica用Smarty3模板机车为建筑网页。Smarty3把模板编译成PHP为催建筑网页。"; -$a->strings["In order to store these compiled templates, the web server needs to have write access to the directory view/smarty3/ under the Friendica top level folder."] = "为了保存这些模板,网服务器要写权利于view/smarty3/目录在Friendica主目录下。"; -$a->strings["Please ensure that the user that your web server runs as (e.g. www-data) has write access to this folder."] = "请保险您网服务器用户(比如www-data)有这个目录的写权利。"; -$a->strings["Note: as a security measure, you should give the web server write access to view/smarty3/ only--not the template files (.tpl) that it contains."] = "注意:为了安全,您应该只给网服务器写权利于view/smarty3/-没有模板文件(.tpl)之下。"; -$a->strings["view/smarty3 is writable"] = "能写view/smarty3"; -$a->strings["Url rewrite in .htaccess is not working. Check your server configuration."] = "在 .htaccess 中的 URL 重写不工作。请检查你的服务器配置。"; -$a->strings["Url rewrite is working"] = "URL改写发挥机能"; -$a->strings["ImageMagick PHP extension is not installed"] = "ImageMagick PHP 扩展没有安装"; -$a->strings["ImageMagick PHP extension is installed"] = "ImageMagick PHP 扩展已安装"; -$a->strings["ImageMagick supports GIF"] = "ImageMagick 支持 GIF"; -$a->strings["The database configuration file \".htconfig.php\" could not be written. Please use the enclosed text to create a configuration file in your web server root."] = "数据库配置文件 \".htconfig.php\" 无法被写入。请在 web 服务器根目录下使用附上的文字创建一个配置文件。"; -$a->strings["

    What next

    "] = "

    下步是什么

    "; -$a->strings["IMPORTANT: You will need to [manually] setup a scheduled task for the worker."] = ""; -$a->strings["Go to your new Friendica node registration page and register as new user. Remember to use the same email you have entered as administrator email. This will allow you to enter the site admin panel."] = ""; -$a->strings["Unable to locate original post."] = "找不到当初的新闻"; -$a->strings["Empty post discarded."] = "空帖子被丢弃了。"; -$a->strings["Wall Photos"] = "墙照片"; -$a->strings["This message was sent to you by %s, a member of the Friendica social network."] = "这个新闻是由%s,Friendica社会化网络成员之一,发给你。"; -$a->strings["You may visit them online at %s"] = "你可以网上拜访他在%s"; -$a->strings["Please contact the sender by replying to this post if you do not wish to receive these messages."] = "你不想受到这些新闻的话,请回答这个新闻给发者联系。"; -$a->strings["%s posted an update."] = "%s贴上一个新闻。"; -$a->strings["Time Conversion"] = "时间装换"; -$a->strings["Friendica provides this service for sharing events with other networks and friends in unknown timezones."] = "Friendica提供这个服务目的是分享项目跟别的网络和朋友们在别的时区。"; -$a->strings["UTC time: %s"] = "UTC时间: %s"; -$a->strings["Current timezone: %s"] = "现在时区: %s"; -$a->strings["Converted localtime: %s"] = "装换的当地时间:%s"; -$a->strings["Please select your timezone:"] = "请选择你的时区:"; -$a->strings["No valid account found."] = "找不到效的账户。"; -$a->strings["Password reset request issued. Check your email."] = "重设密码要求发布了。核对您的收件箱。"; -$a->strings["\n\t\tDear %1\$s,\n\t\t\tA request was recently received at \"%2\$s\" to reset your account\n\t\tpassword. In order to confirm this request, please select the verification link\n\t\tbelow or paste it into your web browser address bar.\n\n\t\tIf you did NOT request this change, please DO NOT follow the link\n\t\tprovided and ignore and/or delete this email, the request will expire shortly.\n\n\t\tYour password will not be changed unless we can verify that you\n\t\tissued this request."] = ""; -$a->strings["\n\t\tFollow this link soon to verify your identity:\n\n\t\t%1\$s\n\n\t\tYou will then receive a follow-up message containing the new password.\n\t\tYou may change that password from your account settings page after logging in.\n\n\t\tThe login details are as follows:\n\n\t\tSite Location:\t%2\$s\n\t\tLogin Name:\t%3\$s"] = ""; -$a->strings["Password reset requested at %s"] = "重设密码要求被发布%s"; -$a->strings["Request could not be verified. (You may have previously submitted it.) Password reset failed."] = "要求确认不了。(您可能已经提交它。)重设密码失败了。"; -$a->strings["Request has expired, please make a new one."] = ""; -$a->strings["Forgot your Password?"] = "忘记你的密码吗?"; -$a->strings["Enter your email address and submit to have your password reset. Then check your email for further instructions."] = "输入您的邮件地址和提交为重置密码。然后核对收件箱看别的说明。"; -$a->strings["Nickname or Email: "] = "昵称或邮件地址:"; -$a->strings["Reset"] = "复位"; -$a->strings["Password Reset"] = "复位密码"; -$a->strings["Your password has been reset as requested."] = "您的密码被重设如要求的。"; -$a->strings["Your new password is"] = "你的新的密码是"; -$a->strings["Save or copy your new password - and then"] = "保存或复制新密码-之后"; -$a->strings["click here to login"] = "点击这里登录"; -$a->strings["Your password may be changed from the Settings page after successful login."] = "您的密码可以在成功登录后在设置页修改。"; -$a->strings["\n\t\t\tDear %1\$s,\n\t\t\t\tYour password has been changed as requested. Please retain this\n\t\t\tinformation for your records (or change your password immediately to\n\t\t\tsomething that you will remember).\n\t\t"] = ""; -$a->strings["\n\t\t\tYour login details are as follows:\n\n\t\t\tSite Location:\t%1\$s\n\t\t\tLogin Name:\t%2\$s\n\t\t\tPassword:\t%3\$s\n\n\t\t\tYou may change that password from your account settings page after logging in.\n\t\t"] = ""; -$a->strings["Your password has been changed at %s"] = "您密码被变化在%s"; +$a->strings["Friend suggestion sent."] = "朋友建议发送了。"; +$a->strings["Suggest Friends"] = "推荐的朋友们"; +$a->strings["Suggest a friend for %s"] = "给 %s 推荐朋友"; +$a->strings["Group created."] = "群组已创建。"; +$a->strings["Could not create group."] = "无法创建群组。"; +$a->strings["Group not found."] = "组找不到。"; +$a->strings["Group name changed."] = "组名变化了。"; +$a->strings["Save Group"] = "保存组"; +$a->strings["Create a group of contacts/friends."] = "创建一组联系人/朋友。"; +$a->strings["Group Name: "] = "组名:"; +$a->strings["Group removed."] = "组删除了。"; +$a->strings["Unable to remove group."] = "不能删除组。"; +$a->strings["Delete Group"] = "删除群组"; +$a->strings["Group Editor"] = "组编辑器"; +$a->strings["Edit Group Name"] = "编辑群组名称"; +$a->strings["Members"] = "成员"; +$a->strings["Group is empty"] = "组没有成员"; +$a->strings["Remove Contact"] = "删除联系人"; +$a->strings["Add Contact"] = "添加联系人"; $a->strings["New Message"] = "新的消息"; -$a->strings["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["Send Private Message"] = "发私人的通信"; -$a->strings["To:"] = "到:"; -$a->strings["Subject:"] = "题目:"; $a->strings["No messages."] = "没有消息"; $a->strings["Message not available."] = "通信不可用的"; $a->strings["Delete message"] = "删除消息"; @@ -1320,8 +1399,6 @@ $a->strings["%s and You"] = "%s和您"; $a->strings["%d message"] = [ 0 => "%d通知", ]; -$a->strings["Remove term"] = "删除关键字"; -$a->strings["Saved Searches"] = "保存的搜索"; $a->strings["add"] = "添加"; $a->strings["Warning: This group contains %s member from a network that doesn't allow non public messages."] = [ 0 => "警告:这个组包含 %s 来自不允许非公开消息的网络的成员。", @@ -1343,7 +1420,6 @@ $a->strings["Interesting Links"] = "有意思的超链接"; $a->strings["Starred"] = "被星"; $a->strings["Favourite Posts"] = "最喜欢的文章"; $a->strings["Personal Notes"] = "私人便条"; -$a->strings["No more system notifications."] = "没别系统通知。"; $a->strings["Photo Albums"] = "相册"; $a->strings["Recent Photos"] = "最近的照片"; $a->strings["Upload New Photos"] = "上传新照片"; @@ -1356,13 +1432,10 @@ $a->strings["Delete Photo"] = "删除照片"; $a->strings["Do you really want to delete this photo?"] = "您真的想删除这个照相吗?"; $a->strings["a photo"] = "一张照片"; $a->strings["%1\$s was tagged in %2\$s by %3\$s"] = "%1\$s被%3\$s标签在%2\$s"; -$a->strings["Image exceeds size limit of %s"] = ""; -$a->strings["Image upload didn't complete, please try again"] = ""; +$a->strings["Image upload didn't complete, please try again"] = "图片上传未完成,请重试"; $a->strings["Image file is missing"] = "缺少图片文件"; -$a->strings["Server can't accept new file upload at this time, please contact your administrator"] = ""; +$a->strings["Server can't accept new file upload at this time, please contact your administrator"] = "服务器目前无法接受新的上传文件,请联系您的管理员"; $a->strings["Image file is empty."] = "图片文件空的。"; -$a->strings["Unable to process image."] = "处理不了图像."; -$a->strings["Image upload failed."] = "图像上载失败了."; $a->strings["No photos selected"] = "没有照片挑选了"; $a->strings["Access to this item is restricted."] = "这个项目使用权限的。"; $a->strings["Upload Photos"] = "上传照片"; @@ -1395,76 +1468,17 @@ $a->strings["I like this (toggle)"] = "我喜欢这(交替)"; $a->strings["I don't like this (toggle)"] = "我不喜欢这(交替)"; $a->strings["This is you"] = "这是你"; $a->strings["Comment"] = "评论"; -$a->strings["Map"] = ""; +$a->strings["Map"] = "地图"; $a->strings["View Album"] = "看照片册"; -$a->strings["{0} wants to be your friend"] = "{0}想成为您的朋友"; -$a->strings["{0} sent you a message"] = "{0}发给您一个通信"; -$a->strings["{0} requested registration"] = "{0}要求注册"; -$a->strings["Poke/Prod"] = "戳"; -$a->strings["poke, prod or do other things to somebody"] = "把人家戳或别的行动"; -$a->strings["Recipient"] = "接受者"; -$a->strings["Choose what you wish to do to recipient"] = "选择您想把别人作"; -$a->strings["Make this post private"] = "使这个文章私人"; -$a->strings["Only logged in users are permitted to perform a probing."] = ""; $a->strings["Requested profile is not available."] = "要求的简介联系不上的。"; $a->strings["%s's posts"] = ""; $a->strings["%s's comments"] = ""; -$a->strings["%s's timeline"] = ""; +$a->strings["%s's timeline"] = "%s 的时间线"; $a->strings["Tips for New Members"] = "新人建议"; -$a->strings["Image uploaded but image cropping failed."] = "照片上传去了,但修剪失灵。"; -$a->strings["Image size reduction [%s] failed."] = "照片减少[%s]失灵。"; -$a->strings["Shift-reload the page or clear browser cache if the new photo does not display immediately."] = "万一新照片一会出现,换档重新加载或者成为空浏览器高速缓存。"; -$a->strings["Unable to process image"] = "不能处理照片"; -$a->strings["Upload File:"] = "上传文件:"; -$a->strings["Select a profile:"] = "选择一个简介"; -$a->strings["or"] = "或者"; -$a->strings["skip this step"] = "略过这步"; -$a->strings["select a photo from your photo albums"] = "从您的照片册选择一片。"; -$a->strings["Crop Image"] = "修剪照片"; -$a->strings["Please adjust the image cropping for optimum viewing."] = "请调图片剪裁为最好看。"; -$a->strings["Done Editing"] = "编辑完成"; -$a->strings["Image uploaded successfully."] = "照片成功地上传了。"; -$a->strings["Invalid profile identifier."] = "无限的简介标识符。"; -$a->strings["Profile Visibility Editor"] = "简介能见度编辑器。"; -$a->strings["Visible To"] = "能见被"; -$a->strings["All Contacts (with secure profile access)"] = ""; -$a->strings["Registration successful. Please check your email for further instructions."] = "注册成功了。请咨询说明再您的收件箱。"; -$a->strings["Failed to send email message. Here your accout details:
    login: %s
    password: %s

    You can change your password after login."] = "发送邮件失败。你的账户消息是:
    用户名:%s
    密码: %s

    。登录后能改密码。"; -$a->strings["Registration successful."] = "注册成功。"; -$a->strings["Your registration can not be processed."] = "处理不了您的注册。"; -$a->strings["Your registration is pending approval by the site owner."] = "您的注册等网页主的批准。"; -$a->strings["You may (optionally) fill in this form via OpenID by supplying your OpenID and clicking 'Register'."] = "您会(可选的)用OpenID填这个表格通过提供您的OpenID和点击「注册」。"; -$a->strings["If you are not familiar with OpenID, please leave that field blank and fill in the rest of the items."] = "如果您没熟悉OpenID,请留空这个栏和填另些栏。"; -$a->strings["Your OpenID (optional): "] = "您的OpenID(可选的):"; -$a->strings["Include your profile in member directory?"] = "放您的简介再员目录?"; -$a->strings["Note for the admin"] = ""; -$a->strings["Leave a message for the admin, why you want to join this node"] = "给管理员留条消息,为什么你想加入这个节点"; -$a->strings["Membership on this site is by invitation only."] = "会员身份在这个网站是光通过邀请。"; -$a->strings["Your invitation ID: "] = "您邀请ID:"; -$a->strings["Your Full Name (e.g. Joe Smith, real or real-looking): "] = "你的全名 (比如张三,真名或看起来是真名):"; -$a->strings["Your Email Address: (Initial information will be send there, so this has to be an existing address.)"] = ""; -$a->strings["New Password:"] = "新密码:"; -$a->strings["Leave empty for an auto generated password."] = "留空以使用自动生成的密码。"; -$a->strings["Confirm:"] = "确认:"; -$a->strings["Choose a profile nickname. This must begin with a text character. Your profile address on this site will then be 'nickname@%s'."] = ""; -$a->strings["Choose a nickname: "] = "选择昵称:"; -$a->strings["Register"] = "注册"; -$a->strings["Import your profile to this friendica instance"] = "进口您的简介到这个friendica服务器"; -$a->strings["Account approved."] = "账户已被批准。"; -$a->strings["Registration revoked for %s"] = "撤销了 %s 的注册"; -$a->strings["Please login."] = "请登录。"; -$a->strings["Remove My Account"] = "删除我的账户"; -$a->strings["This will completely remove your account. Once this has been done it is not recoverable."] = "这要完全删除您的账户。这一做过,就不能恢复。"; -$a->strings["Please enter your password for verification:"] = "请输入密码为确认:"; -$a->strings["Only logged in users are permitted to perform a search."] = "只有已登录的用户被允许进行搜索。"; -$a->strings["Too Many Requests"] = "过多请求"; -$a->strings["Only one search per minute is permitted for not logged in users."] = "对未登录的用户,每分钟只允许一条搜索。"; -$a->strings["Items tagged with: %s"] = ""; $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."] = "不能连接电子邮件账户用输入的设置。"; @@ -1480,7 +1494,7 @@ $a->strings[" Please use a shorter name."] = " 请用一个更短的名字。"; $a->strings[" Name too short."] = " 名字过短。"; $a->strings["Wrong Password"] = "密码不正确"; $a->strings["Invalid email."] = "无效的邮箱。"; -$a->strings["Cannot change to that 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."] = "设置更新了。"; @@ -1496,7 +1510,7 @@ $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["Addon Settings"] = "插件设置"; $a->strings["Additional Features"] = "附加特性"; $a->strings["Diaspora"] = "Diaspora"; $a->strings["enabled"] = "能够做的"; @@ -1507,11 +1521,11 @@ $a->strings["Email access is disabled on this site."] = "电子邮件访问在 $a->strings["General Social Media Settings"] = "通用社交媒体设置"; $a->strings["Disable intelligent shortening"] = ""; $a->strings["Normally the system tries to find the best link to add to shortened posts. If this option is enabled then every shortened post will always point to the original friendica post."] = ""; -$a->strings["Automatically follow any GNU Social (OStatus) followers/mentioners"] = ""; +$a->strings["Automatically follow any GNU Social (OStatus) followers/mentioners"] = "自动关注任何 GNU Social (OStatus) 关注者/提及者"; $a->strings["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."] = ""; $a->strings["Default group for OStatus contacts"] = "用于 OStatus 联系人的默认组"; -$a->strings["Your legacy GNU Social account"] = ""; -$a->strings["If you enter your old GNU Social/Statusnet account name here (in the format user@domain.tld), your contacts will be added automatically. The field will be emptied when done."] = ""; +$a->strings["Your legacy GNU Social account"] = "您遗留的 GNU Social 账户"; +$a->strings["If you enter your old GNU Social/Statusnet account name here (in the format user@domain.tld), your contacts will be added automatically. The field will be emptied when done."] = "如果您在这里输入您旧的 GNU Social/Statusnet 账号名 (格式示例 user@domain.tld) ,您的联系人列表将会被自动添加。完成后该字段将被清空。"; $a->strings["Repair OStatus subscriptions"] = "修复 OStatus 订阅"; $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."] = "如果您想用这股服务(可选的)跟邮件熟人交流,请指定怎么连通您的收件箱。"; @@ -1528,8 +1542,8 @@ $a->strings["Action after import:"] = "进口后行动:"; $a->strings["Mark as seen"] = "标注看过"; $a->strings["Move to folder"] = "搬到文件夹"; $a->strings["Move to folder:"] = "搬到文件夹:"; -$a->strings["%s - (Unsupported)"] = ""; -$a->strings["%s - (Experimental)"] = ""; +$a->strings["%s - (Unsupported)"] = "%s - (不支持的)"; +$a->strings["%s - (Experimental)"] = "%s - (实验性)"; $a->strings["Display Settings"] = "表示设置"; $a->strings["Display Theme:"] = "显示主题:"; $a->strings["Mobile Theme:"] = "手机主题:"; @@ -1545,8 +1559,8 @@ $a->strings["Calendar"] = "日历"; $a->strings["Beginning of week:"] = "一周的开始:"; $a->strings["Don't show notices"] = "不显示提示"; $a->strings["Infinite scroll"] = "无限的滚动"; -$a->strings["Automatic updates only at the top of the network page"] = ""; -$a->strings["When disabled, the network page is updated all the time, which could be confusing while reading."] = ""; +$a->strings["Automatic updates only at the top of the network page"] = "仅在返回到网页头部时自动更新"; +$a->strings["When disabled, the network page is updated all the time, which could be confusing while reading."] = "禁用后,网页将会一直更新,这可能会对阅读造成干扰。"; $a->strings["Bandwith Saver Mode"] = "省流量模式"; $a->strings["When enabled, embedded content is not displayed on automatic updates, they only show on page reload."] = "当启用时,嵌入的内容不会在自动更新时显示,它们只在页面重载时显示。"; $a->strings["Smart Threading"] = ""; @@ -1565,7 +1579,7 @@ $a->strings["Organisation Page"] = ""; $a->strings["Account for an organisation that automatically approves contact requests as \"Followers\"."] = ""; $a->strings["News Page"] = "新闻页面"; $a->strings["Account for a news reflector that automatically approves contact requests as \"Followers\"."] = ""; -$a->strings["Community Forum"] = ""; +$a->strings["Community Forum"] = "社区论坛"; $a->strings["Account for community discussions."] = ""; $a->strings["Normal Account Page"] = "标准账户页面"; $a->strings["Account for a regular personal profile that requires manual approval of \"Friends\" and \"Followers\"."] = ""; @@ -1582,9 +1596,9 @@ $a->strings["(Optional) Allow this OpenID to login to this account."] = "(可选 $a->strings["Publish your default profile in your local site directory?"] = "出版您默认简介在您当地的网站目录?"; $a->strings["Your profile will be published in the global friendica directories (e.g. %s). Your profile will be visible in public."] = ""; $a->strings["Publish your default profile in the global social directory?"] = "出版您默认简介在综合社会目录?"; -$a->strings["Your profile will be publishedin this node's local directory. Your profile details may be publicly visible depending on the system settings."] = ""; +$a->strings["Your profile will be published in this node's local directory. Your profile details may be publicly visible depending on the system settings."] = ""; $a->strings["Hide your contact/friend list from viewers of your default profile?"] = "在您的默认简介中向访问者隐藏您的联系人/朋友列表?"; -$a->strings["Your contact list won't be shown in your default profile page. You can decide to show your contact list separately for each additional profile you create"] = ""; +$a->strings["Your contact list won't be shown in your default profile page. You can decide to show your contact list separately for each additional profile you create"] = "您的联系人列表将不会在您的默认简介页面展示。您可以决定在您自建的各附加简介中分别展示您的联系人列表"; $a->strings["Hide your profile details from anonymous viewers?"] = "对匿名访问者隐藏详细简介?"; $a->strings["Anonymous visitors will only see your profile picture, your display name and the nickname you are using on your profile page. Disables posting public messages to Diaspora and other networks."] = ""; $a->strings["Allow friends to post to your profile page?"] = "允许朋友们贴文章在您的简介页?"; @@ -1654,25 +1668,11 @@ $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["%1\$s is following %2\$s's %3\$s"] = "%1\$s关注着%2\$s的%3\$s"; -$a->strings["Tag removed"] = "标签去除了"; -$a->strings["Remove Item Tag"] = "去除项目标签"; -$a->strings["Select a tag to remove: "] = "选择删除一个标签: "; -$a->strings["Export account"] = "导出账户"; -$a->strings["Export your account info and contacts. Use this to make a backup of your account and/or to move it to another server."] = "导出你的账户信息和联系人。用这个功能来生成一个你的账户的备份,并且/或者把它移到另外一个服务器。"; -$a->strings["Export all"] = "导出全部"; -$a->strings["Export your accout info, contacts and all your items as json. Could be a very big file, and could take a lot of time. Use this to make a full backup of your account (photos are not exported)"] = "导出你的账户信息、联系人和所有你的项目为 json 格式。可能会是一个很大的文件,并可能花费很多时间。用这个功能来做一个你的账户的全备份(照片不会被导出)"; $a->strings["Do you really want to delete this video?"] = "你真的想删除这个视频吗?"; $a->strings["Delete Video"] = "删除视频"; $a->strings["No videos selected"] = "没有视频被选择"; $a->strings["Recent Videos"] = "最近的视频"; $a->strings["Upload New Videos"] = "上传新视频"; -$a->strings["No contacts."] = "没有联系人。"; -$a->strings["Access denied."] = "没有用权。"; -$a->strings["Number of daily wall messages for %s exceeded. Message failed."] = "一天最多墙通知给%s超过了。通知没有通过 。"; -$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."] = "如果您想%s回答,请核对您网站的隐私设置允许生发送人的私人邮件。"; $a->strings["default"] = "默认"; $a->strings["greenzero"] = "greenzero"; $a->strings["purplezero"] = "purplezero"; @@ -1700,7 +1700,7 @@ $a->strings["Set the background color"] = "设置背景色"; $a->strings["Content background opacity"] = ""; $a->strings["Set the background image"] = "设置背景图片"; $a->strings["Login page background image"] = "登录页面背景图片"; -$a->strings["Login page background color"] = ""; +$a->strings["Login page background color"] = "登录页面背景色"; $a->strings["Leave background image and color empty for theme defaults"] = ""; $a->strings["Guest"] = ""; $a->strings["Visitor"] = "访客"; @@ -1904,7 +1904,7 @@ $a->strings["Add/remove mention when a forum page is selected/deselected in ACL $a->strings["Network Sidebar Widgets"] = "网络工具栏小窗口"; $a->strings["Search by Date"] = "按日期搜索"; $a->strings["Ability to select posts by date ranges"] = "能按时期范围选择文章"; -$a->strings["List Forums"] = ""; +$a->strings["List Forums"] = "列出各论坛"; $a->strings["Enable widget to display the forums your are connected with"] = ""; $a->strings["Group Filter"] = "组过滤器"; $a->strings["Enable widget to display Network posts only from selected group"] = "启用用于只显示从所选组发出的网络文章的小组件"; @@ -1937,8 +1937,8 @@ $a->strings["Mute Post Notifications"] = ""; $a->strings["Ability to mute notifications for a thread"] = ""; $a->strings["Advanced Profile Settings"] = ""; $a->strings["Show visitors public community forums at the Advanced Profile Page"] = ""; -$a->strings["Tag Cloud"] = ""; -$a->strings["Provide a personal tag cloud on your profile page"] = ""; +$a->strings["Tag Cloud"] = "标签云"; +$a->strings["Provide a personal tag cloud on your profile page"] = "在您的个人简介中提供个人标签云"; $a->strings["Display Membership Date"] = ""; $a->strings["Display membership date in profile"] = ""; $a->strings["Embedding disabled"] = "嵌入已停用"; @@ -1968,36 +1968,10 @@ $a->strings["\nError %d occurred during database update:\n%s\n"] = "\n在数据 $a->strings["Errors encountered performing database changes: "] = "操作数据库更改的时候遇到了错误:"; $a->strings[": Database update"] = ": 数据库升级"; $a->strings["%s: updating %s table."] = "%s: 正在更新 %s 表。"; -$a->strings["A deleted group with this name was revived. Existing item permissions may 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["Contacts not in any group"] = "不在任何组的联系人"; -$a->strings["Create a new group"] = "创建新组"; -$a->strings["Edit groups"] = "编辑组"; -$a->strings["Drop Contact"] = "删除联系人"; -$a->strings["Organisation"] = "组织"; -$a->strings["News"] = "新闻"; -$a->strings["Forum"] = "论坛"; -$a->strings["Connect URL missing."] = "连接URL失踪的。"; -$a->strings["The contact could not be added. Please check the relevant network credentials in your Settings -> Social Networks page."] = ""; -$a->strings["This site is not configured to allow communications with other networks."] = "这网站没配置允许跟别的网络交流."; -$a->strings["No compatible communication protocols or feeds were discovered."] = "没有兼容协议或者摘要找到了."; -$a->strings["The profile address specified does not provide adequate information."] = "输入的简介地址没有够消息。"; -$a->strings["An author or name was not found."] = "找不到作者或名。"; -$a->strings["No browser URL could be matched to this address."] = "这个地址没有符合什么游览器URL。"; -$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."] = "输入mailto:地址前为要求电子邮件检查。"; -$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["%s's birthday"] = "%s的生日"; -$a->strings["Happy Birthday %s"] = "生日快乐%s"; +$a->strings["[no subject]"] = "[无题目]"; $a->strings["%1\$s is attending %2\$s's %3\$s"] = "%1\$s 正在参加 %2\$s 的 %3\$s"; $a->strings["%1\$s is not attending %2\$s's %3\$s"] = "%1\$s 不在参加 %2\$s 的 %3\$s"; $a->strings["%1\$s may attend %2\$s's %3\$s"] = "%1\$s 可以参加 %2\$s 的 %3\$s"; -$a->strings["[no subject]"] = "[无题目]"; $a->strings["Requested account is not available."] = "要求的账户不可用。"; $a->strings["Edit profile"] = "修改简介"; $a->strings["Atom feed"] = ""; @@ -2027,8 +2001,34 @@ $a->strings["Work/employment:"] = "工作"; $a->strings["School/education:"] = "学院/教育"; $a->strings["Forums:"] = ""; $a->strings["Only You Can See This"] = "只有你可以看这个"; +$a->strings["Drop Contact"] = "删除联系人"; +$a->strings["Organisation"] = "组织"; +$a->strings["News"] = "新闻"; +$a->strings["Forum"] = "论坛"; +$a->strings["Connect URL missing."] = "连接URL失踪的。"; +$a->strings["The contact could not be added. Please check the relevant network credentials in your Settings -> Social Networks page."] = ""; +$a->strings["This site is not configured to allow communications with other networks."] = "这网站没配置允许跟别的网络交流."; +$a->strings["No compatible communication protocols or feeds were discovered."] = "没有兼容协议或者摘要找到了."; +$a->strings["The profile address specified does not provide adequate information."] = "输入的简介地址没有够消息。"; +$a->strings["An author or name was not found."] = "找不到作者或名。"; +$a->strings["No browser URL could be matched to this address."] = "这个地址没有符合什么游览器URL。"; +$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."] = "输入mailto:地址前为要求电子邮件检查。"; +$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["%s's birthday"] = "%s的生日"; +$a->strings["Happy Birthday %s"] = "生日快乐%s"; +$a->strings["A deleted group with this name was revived. Existing item permissions may 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["Contacts not in any group"] = "不在任何组的联系人"; +$a->strings["Create a new group"] = "创建新组"; +$a->strings["Edit groups"] = "编辑组"; $a->strings["Login failed"] = "登录失败"; -$a->strings["Not enough information to authenticate"] = ""; +$a->strings["Not enough information to authenticate"] = "没有足够信息以认证"; $a->strings["An invitation is required."] = "需要邀请。"; $a->strings["Invitation could not be verified."] = "不能验证邀请。"; $a->strings["Invalid OpenID url"] = "无效的OpenID url"; @@ -2050,15 +2050,15 @@ $a->strings["An error occurred creating your self contact. Please try again."] = $a->strings["An error occurred creating your default contact group. Please try again."] = ""; $a->strings["\n\t\t\tDear %1\$s,\n\t\t\t\tThank you for registering at %2\$s. Your account is pending for approval by the administrator.\n\t\t"] = ""; $a->strings["Registration at %s"] = "在 %s 的注册"; -$a->strings["\n\t\t\tDear %1\$s,\n\t\t\t\tThank you for registering at %2\$s. Your account has been created.\n\t\t"] = ""; +$a->strings["\n\t\t\tDear %1\$s,\n\t\t\t\tThank you for registering at %2\$s. Your account has been created.\n\t\t"] = "\n\t\t\t亲爱的 %1\$s,\n\t\t\t\t感谢您在 %2\$s 注册。您的账户已被创建。\n\t\t"; $a->strings["\n\t\t\tThe login details are as follows:\n\t\t\t\tSite Location:\t%3\$s\n\t\t\t\tLogin Name:\t%1\$s\n\t\t\t\tPassword:\t%5\$s\n\n\t\t\tYou may change your password from your account Settings page after logging\n\t\t\tin.\n\n\t\t\tPlease take a few moments to review the other account settings on that page.\n\n\t\t\tYou may also wish to add some basic information to your default profile\n\t\t\t(on the \"Profiles\" page) so that other people can easily find you.\n\n\t\t\tWe recommend setting your full name, adding a profile photo,\n\t\t\tadding some profile keywords (very useful in making new friends) - and\n\t\t\tperhaps what country you live in; if you do not wish to be more specific\n\t\t\tthan that.\n\n\t\t\tWe fully respect your right to privacy, and none of these items are necessary.\n\t\t\tIf you are new and do not know anybody here, they may help\n\t\t\tyou to make some new and interesting friends.\n\n\n\t\t\tThank you and welcome to %2\$s."] = ""; $a->strings["%s\\'s birthday"] = "%s的生日"; -$a->strings["Sharing notification from Diaspora network"] = "分享通知从Diaspora网络"; -$a->strings["Attachments:"] = "附件:"; $a->strings["%s is now following %s."] = "%s 正在关注 %s."; $a->strings["following"] = "关注"; $a->strings["%s stopped following %s."] = "%s 停止关注了 %s."; $a->strings["stopped following"] = "结束关注了"; +$a->strings["Sharing notification from Diaspora network"] = "分享通知从Diaspora网络"; +$a->strings["Attachments:"] = "附件:"; $a->strings["(no subject)"] = "(无主题)"; $a->strings["Create a New Account"] = "创建新的账户"; $a->strings["Password: "] = "密码: "; diff --git a/view/templates/admin/federation.tpl b/view/templates/admin/federation.tpl index bd2af3d784..5f89d4f7d0 100644 --- a/view/templates/admin/federation.tpl +++ b/view/templates/admin/federation.tpl @@ -1,4 +1,4 @@ - +

    {{$title}} - {{$page}}

    diff --git a/view/templates/admin/site.tpl b/view/templates/admin/site.tpl index 160804f624..11a51649de 100644 --- a/view/templates/admin/site.tpl +++ b/view/templates/admin/site.tpl @@ -146,6 +146,15 @@ {{include file="field_checkbox.tpl" field=$worker_dont_fork}} {{include file="field_checkbox.tpl" field=$worker_fastlane}} {{include file="field_checkbox.tpl" field=$worker_frontend}} + +

    {{$relay_title}}

    + {{include file="field_checkbox.tpl" field=$relay_subscribe}} + {{include file="field_input.tpl" field=$relay_server}} + {{include file="field_checkbox.tpl" field=$relay_directly}} + {{include file="field_select.tpl" field=$relay_scope}} + {{include file="field_input.tpl" field=$relay_server_tags}} + {{include file="field_checkbox.tpl" field=$relay_user_tags}} +
    diff --git a/view/templates/admin/tos.tpl b/view/templates/admin/tos.tpl new file mode 100644 index 0000000000..14fe68d7b9 --- /dev/null +++ b/view/templates/admin/tos.tpl @@ -0,0 +1,12 @@ +
    +

    {{$title}} - {{$page}}

    +

    {{$intro}}

    +
    + + {{include file="field_checkbox.tpl" field=$displaytos}} + {{include file="field_checkbox.tpl" field=$displayprivstatement}} + {{include file="field_textarea.tpl" field=$tostext}} +
    +
    +
    + diff --git a/view/templates/babel.tpl b/view/templates/babel.tpl new file mode 100644 index 0000000000..659864af36 --- /dev/null +++ b/view/templates/babel.tpl @@ -0,0 +1,29 @@ +

    Babel Diagnostic

    +
    +
    +
    + {{include file="field_textarea.tpl" field=$text}} +
    +
    + {{include file="field_radio.tpl" field=$type_bbcode}} + {{include file="field_radio.tpl" field=$type_markdown}} + {{include file="field_radio.tpl" field=$type_html}} +
    +

    +
    +
    + +{{if $results}} +
    + {{foreach $results as $result}} +
    +
    +

    {{$result.title}}

    +
    +
    + {{$result.content}} +
    +
    + {{/foreach}} +
    +{{/if}} \ No newline at end of file diff --git a/view/templates/cropbody.tpl b/view/templates/cropbody.tpl index 4cf030bc9d..144277310e 100644 --- a/view/templates/cropbody.tpl +++ b/view/templates/cropbody.tpl @@ -1,58 +1,54 @@

    {{$title}}

    -{{$desc}} + {{$desc}}

    +
    -{{$title}} + {{$title}}
    +
    -
    +
    - + - - - - - - - - + + + + + + + + -
    - -
    +
    + +
    diff --git a/view/templates/crophead.tpl b/view/templates/crophead.tpl index 033f2e4101..3fd15796e2 100644 --- a/view/templates/crophead.tpl +++ b/view/templates/crophead.tpl @@ -1,4 +1,2 @@ - - - - + + diff --git a/view/templates/delegate.tpl b/view/templates/delegate.tpl index 2f791c48a3..0cb6e7e3ec 100644 --- a/view/templates/delegate.tpl +++ b/view/templates/delegate.tpl @@ -7,6 +7,7 @@
    {{include file="field_select.tpl" field=$parent_user}} +{{include file="field_password.tpl" field=$parent_password}}
    @@ -16,23 +17,6 @@
    {{$desc}}
    -{{if $managers}} -

    {{$head_managers}}

    - -{{foreach $managers as $x}} - -
    - - - -
    - -{{/foreach}} -
    -
    -{{/if}} - -

    {{$head_delegates}}

    {{if $delegates}} diff --git a/view/templates/event_head.tpl b/view/templates/event_head.tpl index 36be152902..baa031f048 100644 --- a/view/templates/event_head.tpl +++ b/view/templates/event_head.tpl @@ -1,8 +1,8 @@ - - - - + + + + - + - - - - + + + + - + - + + - - - - - - - - - - - + + + + + + + + + + + + diff --git a/view/theme/frio/templates/intros.tpl b/view/theme/frio/templates/intros.tpl index 1502a55aa2..5bf3950f10 100644 --- a/view/theme/frio/templates/intros.tpl +++ b/view/theme/frio/templates/intros.tpl @@ -9,11 +9,11 @@
    {{* The intro actions like approve, ignore, discard intro*}} diff --git a/view/theme/frio/templates/jot.tpl b/view/theme/frio/templates/jot.tpl index 84f9a81a98..e1ef7110f4 100644 --- a/view/theme/frio/templates/jot.tpl +++ b/view/theme/frio/templates/jot.tpl @@ -1,6 +1,6 @@ {{* The button to open the jot - in This theme we move the button with js to the second nav bar *}} - +
    diff --git a/view/theme/frio/templates/nav.tpl b/view/theme/frio/templates/nav.tpl index aa8d50fc01..96f42e7ac6 100644 --- a/view/theme/frio/templates/nav.tpl +++ b/view/theme/frio/templates/nav.tpl @@ -40,37 +40,37 @@
    diff --git a/view/theme/frio/templates/settings/connectors.tpl b/view/theme/frio/templates/settings/connectors.tpl index c388a6e25d..7a18c46f77 100644 --- a/view/theme/frio/templates/settings/connectors.tpl +++ b/view/theme/frio/templates/settings/connectors.tpl @@ -20,6 +20,7 @@
    + {{include file="field_checkbox.tpl" field=$disable_cw}} {{include file="field_checkbox.tpl" field=$no_intelligent_shortening}} {{include file="field_checkbox.tpl" field=$ostatus_autofriend}} {{$default_group}} @@ -28,7 +29,7 @@

    {{$repair_ostatus_text}}

    - +
    @@ -67,4 +68,4 @@ {{/if}} -
    \ No newline at end of file +
    diff --git a/view/theme/frio/templates/wall_thread.tpl b/view/theme/frio/templates/wall_thread.tpl index 94ff531294..927dc9bfaa 100644 --- a/view/theme/frio/templates/wall_thread.tpl +++ b/view/theme/frio/templates/wall_thread.tpl @@ -263,23 +263,25 @@ as the value of $top_child_total (this is done at the end of this file)
    - {{foreach $item.hashtags as $tag}} - {{$tag}} - {{/foreach}} + {{if !$item.suppress_tags}} + {{foreach $item.hashtags as $tag}} + {{$tag}} + {{/foreach}} - {{foreach $item.mentions as $tag}} - {{$tag}} - {{/foreach}} + {{foreach $item.mentions as $tag}} + {{$tag}} + {{/foreach}} + {{/if}} - {{foreach $item.folders as $cat}} - {{$cat.name}}{{if $cat.removeurl}} (x) {{/if}} - {{/foreach}} + {{foreach $item.folders as $cat}} + {{$cat.name}}{{if $cat.removeurl}} (x) {{/if}} + {{/foreach}} - {{foreach $item.categories as $cat}} - {{$cat.name}}{{if $cat.removeurl}} (x) {{/if}} - {{/foreach}} + {{foreach $item.categories as $cat}} + {{$cat.name}}{{if $cat.removeurl}} (x) {{/if}} + {{/foreach}}
    - {{if $item.edited}}
    {{$item.edited['label']}} ({{$item.edited['relative']}})
    {{/if}} + {{if $item.edited}}
    {{$item.edited['label']}} ({{$item.edited['relative']}})
    {{/if}} diff --git a/view/theme/frost-mobile/templates/contact_edit.tpl b/view/theme/frost-mobile/templates/contact_edit.tpl index 3766fb2ee3..e07f1d063b 100644 --- a/view/theme/frost-mobile/templates/contact_edit.tpl +++ b/view/theme/frost-mobile/templates/contact_edit.tpl @@ -81,6 +81,15 @@

    {{$lbl_vis1}}

    {{$lbl_vis2}}

    + +{{if $reason}} +
    +

    {{$lbl_info2}}

    +

    {{$reason}}

    +
    +
    +{{/if}} + {{$profile_select}}
    diff --git a/view/theme/frost-mobile/templates/end.tpl b/view/theme/frost-mobile/templates/end.tpl index 4af3b41c0b..a37ae7bba7 100644 --- a/view/theme/frost-mobile/templates/end.tpl +++ b/view/theme/frost-mobile/templates/end.tpl @@ -1,16 +1,16 @@ - + - - + + - + diff --git a/view/theme/frost-mobile/templates/event_end.tpl b/view/theme/frost-mobile/templates/event_end.tpl index 1df60bdfd8..8641b7c1b8 100644 --- a/view/theme/frost-mobile/templates/event_end.tpl +++ b/view/theme/frost-mobile/templates/event_end.tpl @@ -1,3 +1,3 @@ - - + + diff --git a/view/theme/frost-mobile/templates/event_head.tpl b/view/theme/frost-mobile/templates/event_head.tpl index 6c332b435c..e4abc175a6 100644 --- a/view/theme/frost-mobile/templates/event_head.tpl +++ b/view/theme/frost-mobile/templates/event_head.tpl @@ -1,6 +1,6 @@ - - + + + + + diff --git a/view/theme/frost-mobile/templates/wall_thread.tpl b/view/theme/frost-mobile/templates/wall_thread.tpl index 3a68b2739f..be8d00d850 100644 --- a/view/theme/frost-mobile/templates/wall_thread.tpl +++ b/view/theme/frost-mobile/templates/wall_thread.tpl @@ -52,11 +52,13 @@
    {{$item.title}}
    {{**}}
    {{$item.body}} - {{**}} - {{foreach $item.tags as $tag}} - {{$tag}} - {{/foreach}} - {{**}} + {{**}} + {{if !$item.suppress_tags}} + {{foreach $item.tags as $tag}} + {{$tag}} + {{/foreach}} + {{/if}} + {{**}} {{if $item.has_cats}}
    {{$item.txt_cats}} {{foreach $item.categories as $cat}}{{$cat.name}} [{{$remove}}] {{if $cat.last}}{{else}}, {{/if}}{{/foreach}}
    diff --git a/view/theme/frost/templates/contact_edit.tpl b/view/theme/frost/templates/contact_edit.tpl index 636ebf5629..621ca646bd 100644 --- a/view/theme/frost/templates/contact_edit.tpl +++ b/view/theme/frost/templates/contact_edit.tpl @@ -75,6 +75,15 @@

    {{$lbl_vis1}}

    {{$lbl_vis2}}

    + +{{if $reason}} +
    +

    {{$lbl_info2}}

    +

    {{$reason}}

    +
    +
    +{{/if}} + {{$profile_select}}
    diff --git a/view/theme/frost/templates/end.tpl b/view/theme/frost/templates/end.tpl index b49fc3cd4c..b8a598de5e 100644 --- a/view/theme/frost/templates/end.tpl +++ b/view/theme/frost/templates/end.tpl @@ -3,15 +3,15 @@ - + - - - + + + - + diff --git a/view/theme/frost/templates/event_end.tpl b/view/theme/frost/templates/event_end.tpl index 1df60bdfd8..8641b7c1b8 100644 --- a/view/theme/frost/templates/event_end.tpl +++ b/view/theme/frost/templates/event_end.tpl @@ -1,3 +1,3 @@ - - + + diff --git a/view/theme/frost/templates/event_head.tpl b/view/theme/frost/templates/event_head.tpl index 6c332b435c..e4abc175a6 100644 --- a/view/theme/frost/templates/event_head.tpl +++ b/view/theme/frost/templates/event_head.tpl @@ -1,6 +1,6 @@ - - + + + {{$item.title}} {{**}}
    {{$item.body}} - {{**}} - {{foreach $item.tags as $tag}} - {{$tag}} - {{/foreach}} - {{**}} + {{**}} + {{if !$item.suppress_tags}} + {{foreach $item.tags as $tag}} + {{$tag}} + {{/foreach}} + {{/if}} + {{**}} {{if $item.has_cats}}
    {{$item.txt_cats}} {{foreach $item.categories as $cat}}{{$cat.name}} [{{$remove}}] {{if $cat.last}}{{else}}, {{/if}}{{/foreach}}
    diff --git a/view/theme/quattro/templates/events_reminder.tpl b/view/theme/quattro/templates/events_reminder.tpl index febdf32568..49846cbfa5 100644 --- a/view/theme/quattro/templates/events_reminder.tpl +++ b/view/theme/quattro/templates/events_reminder.tpl @@ -1,8 +1,8 @@ - - - - + + + + - + + + +